osmanli-veri-dagitim 2.1.0-dev → 2.1.1-dev

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.
@@ -2151,7 +2151,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
2151
2151
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2152
2152
 
2153
2153
  "use strict";
2154
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n [\n _c(\n \"div\",\n {\n staticClass: \"card\",\n class: _vm.cssClass,\n on: {\n click: function ($event) {\n return _vm.addCart()\n },\n },\n },\n [\n _c(\n \"div\",\n { staticClass: \"card-image\" },\n [\n _vm.item.imageUrl\n ? _c(\"img\", {\n staticClass: \"img\",\n attrs: { alt: \"product image\", src: _vm.item.imageUrl },\n })\n : _c(\"base-icon\", {\n staticClass: \"img\",\n attrs: { name: \"no-image\" },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"card-text\" }, [\n _vm.item.title\n ? _c(\"h6\", { staticClass: \"card-header\" }, [\n _vm._v(_vm._s(_vm.item.title)),\n ])\n : _vm._e(),\n _vm.item.subtitle\n ? _c(\"h6\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(_vm.item.subtitle)),\n ])\n : _vm._e(),\n _vm.item.description\n ? _c(\"p\", { staticClass: \"description\" }, [\n _vm._v(\" \" + _vm._s(_vm.item.description) + \" \"),\n ])\n : _vm._e(),\n ]),\n _c(\n \"div\",\n { staticClass: \"add-btn\" },\n [_c(\"base-button\", [_vm._v(\"Talep Et\")])],\n 1\n ),\n ]\n ),\n _vm.item && this.getMarketInfo && _vm.loadDetail\n ? [\n _vm.isPopupVisible\n ? _c(\"package-settigns-create\", {\n key: _vm.triggerReRender,\n attrs: {\n dataItem: _vm.item,\n marketInfo: this.getMarketInfo,\n platformInfo: _vm.platformInfo,\n isPopupVisible: _vm.isPopupVisible,\n currentTab: _vm.currentTab,\n isTerminal: _vm.isTerminal,\n algoDetail: _vm.algoDetail,\n researchDetail: _vm.researchDetail,\n operationMessage: _vm.operationMessage,\n isOperationWarning: _vm.isOperationWarning,\n isRuleMessageWarning: _vm.isRuleMessageWarning,\n isUpgraded: _vm.isUpgraded,\n mutableItemRuleMessage: _vm.mutableItemRuleMessage,\n startDates: _vm.selectBoxesStatus,\n },\n on: { close: _vm.closePopup },\n })\n : _vm._e(),\n ]\n : _vm._e(),\n ],\n 2\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/CardItem.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2154
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"card-item-wrapper\" },\n [\n _c(\n \"div\",\n {\n staticClass: \"card\",\n class: _vm.cssClass,\n on: {\n click: function ($event) {\n return _vm.addCart()\n },\n },\n },\n [\n _c(\n \"div\",\n { staticClass: \"card-image\" },\n [\n _vm.item.imageUrl\n ? _c(\"img\", {\n staticClass: \"img\",\n attrs: { alt: \"product image\", src: _vm.item.imageUrl },\n })\n : _c(\"base-icon\", {\n staticClass: \"img\",\n attrs: { name: \"no-image\" },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"card-text\" }, [\n _vm.item.title\n ? _c(\"h6\", { staticClass: \"card-header\" }, [\n _vm._v(_vm._s(_vm.item.title)),\n ])\n : _vm._e(),\n _vm.item.subtitle\n ? _c(\"h6\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(_vm.item.subtitle)),\n ])\n : _vm._e(),\n _vm.item.description\n ? _c(\"p\", { staticClass: \"description\" }, [\n _vm._v(\" \" + _vm._s(_vm.item.description) + \" \"),\n ])\n : _vm._e(),\n ]),\n _c(\n \"div\",\n { staticClass: \"add-btn\" },\n [_c(\"base-button\", [_vm._v(\"Talep Et\")])],\n 1\n ),\n ]\n ),\n _vm.item && this.getMarketInfo && _vm.loadDetail\n ? [\n _vm.isPopupVisible\n ? _c(\"package-settigns-create\", {\n key: _vm.triggerReRender,\n attrs: {\n dataItem: _vm.item,\n marketInfo: this.getMarketInfo,\n platformInfo: _vm.platformInfo,\n isPopupVisible: _vm.isPopupVisible,\n currentTab: _vm.currentTab,\n isTerminal: _vm.isTerminal,\n algoDetail: _vm.algoDetail,\n researchDetail: _vm.researchDetail,\n operationMessage: _vm.operationMessage,\n isOperationWarning: _vm.isOperationWarning,\n isRuleMessageWarning: _vm.isRuleMessageWarning,\n isUpgraded: _vm.isUpgraded,\n mutableItemRuleMessage: _vm.mutableItemRuleMessage,\n startDates: _vm.selectBoxesStatus,\n },\n on: { close: _vm.closePopup },\n })\n : _vm._e(),\n ]\n : _vm._e(),\n ],\n 2\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/CardItem.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2155
2155
 
2156
2156
  /***/ }),
2157
2157
 
@@ -2379,7 +2379,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
2379
2379
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2380
2380
 
2381
2381
  "use strict";
2382
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n {\n staticClass: \"customer-detail\",\n class: _vm.getMemberType == \"true\" ? \"mt-20\" : \"\",\n },\n [\n _c(\"div\", { staticClass: \"buy-package custom-container\" }, [\n _vm.$route.query.isRecommended === undefined\n ? _c(\"div\", { staticClass: \"backward\" }, [\n _c(\n \"button\",\n { staticClass: \"back-button\", on: { click: _vm.goBack } },\n [\n _c(\"base-icon\", { attrs: { name: \"controls-backward\" } }),\n _vm._v(\"Geri dön \"),\n ],\n 1\n ),\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"tab-layout\" }, [\n _c(\n \"div\",\n { staticClass: \"tabs custom-container\" },\n _vm._l(\n _vm.$route.query.isRecommended === undefined\n ? _vm.appsTab\n : _vm.appsTab.filter(function (x) {\n return x.id == 1 || x.id == 2\n }),\n function (tab) {\n return _c(\n \"div\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id, \"tab\", _vm.currentTab),\n attrs: { id: \"tab-\" + tab.id },\n },\n [\n _c(\n \"div\",\n {\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id, tab.featureTypeId)\n },\n },\n },\n [_c(\"h6\", [_vm._v(_vm._s(tab.name))])]\n ),\n ]\n )\n }\n ),\n 0\n ),\n _c(\"div\", { staticClass: \"burger-menu\" }, [\n _c(\n \"ul\",\n { staticClass: \"menu-container\" },\n _vm._l(\n _vm.$route.query.isRecommended === undefined\n ? _vm.appsTab\n : _vm.appsTab.filter(function (x) {\n return x.id == 1 || x.id == 2\n }),\n function (tab) {\n return _c(\n \"li\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id, \"tab\", _vm.currentTab),\n attrs: { id: \"tab-\" + tab.id },\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id, tab.featureTypeId)\n },\n },\n },\n [_vm._v(\" \" + _vm._s(tab.name) + \" \")]\n )\n }\n ),\n 0\n ),\n ]),\n _vm.recommendedPackages && _vm.currentTab != 1\n ? _c(\n \"div\",\n { staticClass: \"slider\" },\n [\n _c(\"package-slider\", {\n attrs: {\n packages: _vm.recommendedPackages,\n isDisplay:\n _vm.getActiveProductsLength == 0 ? true : false,\n },\n }),\n ],\n 1\n )\n : _vm._e(),\n _c(\"div\", { staticClass: \"tab-content buy-package__content\" }, [\n _vm.currentTab === 1\n ? _c(\"div\", { attrs: { id: \"osmanli\" } }, [\n _c(\"div\", { staticClass: \"tab-item\" }, [\n _vm._m(0),\n _c(\n \"div\",\n { staticClass: \"info\" },\n [\n _c(\"base-icon\", { attrs: { name: \"warn-yellow\" } }),\n _c(\"p\", [\n _vm._v(\" Portföy büyüklüğü \"),\n _c(\"span\", [\n _vm._v(\n _vm._s(\n _vm.formatPriceNoDecimal(_vm.overallLimit)\n ) + \"₺\"\n ),\n ]),\n _vm._v(\n \" ve üzeri olan yatırımcılarımız, Osmanlı uygulamalarından karma lisansı ücretsiz alabilirler. Aksi takdirde sadece Müşteri Temsilciniz bu lisansı talep edebilecektir. Karma lisansın alınması sonrasında portföy büyüklüğünün aylık ortalama \"\n ),\n _c(\"span\", [\n _vm._v(\n _vm._s(\n _vm.formatPriceNoDecimal(_vm.overallLimit)\n ) + \"₺\"\n ),\n ]),\n _vm._v(\n \"’nin altında olması halinde aşağıdaki ücretler hesaptan tahsil edilecektir. \"\n ),\n ]),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(_vm.apps, function (d) {\n return _c(\"card-item\", {\n key: d + Math.random(),\n attrs: {\n cssClass: \"package-card\",\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.shortContent,\n description: d.description,\n price: d.price,\n },\n d\n ),\n },\n })\n }),\n 1\n ),\n ]),\n ])\n : _vm._e(),\n _vm.currentTab === 2\n ? _c(\"div\", { attrs: { id: \"professional\" } }, [\n _c(\n \"div\",\n { staticClass: \"profAlgoTabs\" },\n _vm._l(_vm.profAlgoTab, function (item) {\n return _c(\n \"div\",\n {\n key: item.id,\n class: _vm.tabClass(\n item.id,\n \"profAlgoTab\",\n _vm.profCurrentTab\n ),\n attrs: { id: \"profTabs-\" + item.id },\n on: {\n click: function ($event) {\n return _vm.changeSubTab(item.id, \"profCurrentTab\")\n },\n },\n },\n [\n _c(\"p\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(item.name)),\n ]),\n ]\n )\n }),\n 0\n ),\n _c(\"div\", { staticClass: \"warn-text\" }, [\n _vm._v(\" Almak istediğiniz uygulama tipini seçiniz. \"),\n ]),\n _c(\n \"div\",\n { staticClass: \"info\" },\n [\n _c(\"base-icon\", { attrs: { name: \"warn-yellow\" } }),\n _c(\"p\", [\n _vm._v(\n \" Satın alınan ekran için gerekli koşulu sağlanması halinde ücret kesintisi yapılmayacaktır. \"\n ),\n ]),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(this.profAlgoApps, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.platform && d.platform.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 3\n ? _c(\"div\", { attrs: { id: \"algoServer\" } }, [\n _c(\n \"div\",\n { staticClass: \"profAlgoTabs\" },\n _vm._l(_vm.profAlgoTab, function (item) {\n return _c(\n \"div\",\n {\n key: item.id,\n class: _vm.tabClass(\n item.id,\n \"profAlgoTab\",\n _vm.algoCurrentTab\n ),\n attrs: { id: \"algoTabs-\" + item.id },\n on: {\n click: function ($event) {\n return _vm.changeSubTab(item.id, \"algoCurrentTab\")\n },\n },\n },\n [\n _c(\"p\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(item.name)),\n ]),\n ]\n )\n }),\n 0\n ),\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(this.profAlgoApps, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.algorithm && d.algorithm.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n currentTab: \"Algo\",\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 4\n ? _c(\"div\", { attrs: { id: \"research\" } }, [\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(this.allResearch, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.application && d.application.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n currentTab: \"Research\",\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n ]),\n ]),\n ]),\n ]\n )\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"message\" }, [\n _c(\"h6\", { staticClass: \"message-title\" }, [\n _vm._v(\" Almak istediğiniz uygulama tipini seçiniz. \"),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/BuyDataPackage.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2382
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n {\n staticClass: \"customer-detail\",\n class: _vm.getMemberType == \"true\" ? \"mt-20\" : \"\",\n },\n [\n _c(\"div\", { staticClass: \"buy-package custom-container\" }, [\n _vm.$route.query.isRecommended === undefined\n ? _c(\"div\", { staticClass: \"backward\" }, [\n _c(\n \"button\",\n { staticClass: \"back-button\", on: { click: _vm.goBack } },\n [\n _c(\"base-icon\", { attrs: { name: \"controls-backward\" } }),\n _vm._v(\"Geri dön \"),\n ],\n 1\n ),\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"tab-layout\" }, [\n _c(\n \"div\",\n { staticClass: \"tabs custom-container\" },\n _vm._l(\n _vm.$route.query.isRecommended === undefined\n ? _vm.appsTab\n : _vm.appsTab.filter(function (x) {\n return x.id == 1 || x.id == 2\n }),\n function (tab) {\n return _c(\n \"div\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id, \"tab\", _vm.currentTab),\n attrs: { id: \"tab-\" + tab.id },\n },\n [\n _c(\n \"div\",\n {\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id, tab.featureTypeId)\n },\n },\n },\n [_c(\"h6\", [_vm._v(_vm._s(tab.name))])]\n ),\n ]\n )\n }\n ),\n 0\n ),\n _c(\"div\", { staticClass: \"burger-menu\" }, [\n _c(\n \"ul\",\n { staticClass: \"menu-container\" },\n _vm._l(\n _vm.$route.query.isRecommended === undefined\n ? _vm.appsTab\n : _vm.appsTab.filter(function (x) {\n return x.id == 1 || x.id == 2\n }),\n function (tab) {\n return _c(\n \"li\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id, \"tab\", _vm.currentTab),\n attrs: { id: \"tab-\" + tab.id },\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id, tab.featureTypeId)\n },\n },\n },\n [_vm._v(\" \" + _vm._s(tab.name) + \" \")]\n )\n }\n ),\n 0\n ),\n ]),\n _vm.recommendedPackages && _vm.currentTab != 1\n ? _c(\n \"div\",\n { staticClass: \"slider\" },\n [\n _c(\"package-slider\", {\n attrs: {\n packages: _vm.recommendedPackages,\n isDisplay:\n _vm.getActiveProductsLength == 0 ? true : false,\n },\n }),\n ],\n 1\n )\n : _vm._e(),\n _c(\"div\", { staticClass: \"tab-content buy-package__content\" }, [\n _vm.currentTab === 1\n ? _c(\"div\", { attrs: { id: \"osmanli\" } }, [\n _c(\"div\", { staticClass: \"tab-item\" }, [\n _vm._m(0),\n _c(\n \"div\",\n { staticClass: \"info\" },\n [\n _c(\"base-icon\", { attrs: { name: \"warn-yellow\" } }),\n _c(\"p\", [\n _vm._v(\" Portföy büyüklüğü \"),\n _c(\"span\", [\n _vm._v(\n _vm._s(\n _vm.formatPriceNoDecimal(_vm.overallLimit)\n ) + \"₺\"\n ),\n ]),\n _vm._v(\n \" ve üzeri olan yatırımcılarımız, Osmanlı uygulamalarından karma lisansı ücretsiz alabilirler. Aksi takdirde sadece Müşteri Temsilciniz bu lisansı talep edebilecektir. Karma lisansın alınması sonrasında portföy büyüklüğünün aylık ortalama \"\n ),\n _c(\"span\", [\n _vm._v(\n _vm._s(\n _vm.formatPriceNoDecimal(_vm.overallLimit)\n ) + \"₺\"\n ),\n ]),\n _vm._v(\n \"’nin altında olması halinde aşağıdaki ücretler hesaptan tahsil edilecektir. \"\n ),\n ]),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(_vm.apps, function (d) {\n return _c(\"card-item\", {\n key: d + Math.random(),\n attrs: {\n cssClass: \"package-card\",\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.shortContent,\n description: d.description,\n price: d.price,\n },\n d\n ),\n },\n })\n }),\n 1\n ),\n ]),\n ])\n : _vm._e(),\n _vm.currentTab === 2\n ? _c(\"div\", { attrs: { id: \"professional\" } }, [\n _c(\n \"div\",\n { staticClass: \"profAlgoTabs\" },\n _vm._l(_vm.profAlgoTab, function (item) {\n return _c(\n \"div\",\n {\n key: item.id,\n class: _vm.tabClass(\n item.id,\n \"profAlgoTab\",\n _vm.profCurrentTab\n ),\n attrs: { id: \"profTabs-\" + item.id },\n on: {\n click: function ($event) {\n return _vm.changeSubTab(item.id, \"profCurrentTab\")\n },\n },\n },\n [\n _c(\"p\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(item.name)),\n ]),\n ]\n )\n }),\n 0\n ),\n _c(\"div\", { staticClass: \"warn-text\" }, [\n _vm._v(\" Almak istediğiniz uygulama tipini seçiniz. \"),\n ]),\n _c(\n \"div\",\n { staticClass: \"info\" },\n [\n _c(\"base-icon\", { attrs: { name: \"warn-yellow\" } }),\n _c(\"p\", [\n _vm._v(\n \" Satın alınan ekran için gerekli koşulu sağlanması halinde ücret kesintisi yapılmayacaktır. \"\n ),\n ]),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(this.profAlgoApps, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.platform && d.platform.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 3\n ? _c(\"div\", { attrs: { id: \"algoServer\" } }, [\n _c(\n \"div\",\n { staticClass: \"profAlgoTabs\" },\n _vm._l(_vm.profAlgoTab, function (item) {\n return _c(\n \"div\",\n {\n key: item.id,\n class: _vm.tabClass(\n item.id,\n \"profAlgoTab\",\n _vm.algoCurrentTab\n ),\n attrs: { id: \"algoTabs-\" + item.id },\n on: {\n click: function ($event) {\n return _vm.changeSubTab(item.id, \"algoCurrentTab\")\n },\n },\n },\n [\n _c(\"p\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(item.name)),\n ]),\n ]\n )\n }),\n 0\n ),\n _c(\n \"div\",\n {\n staticClass: \"card-container package-list\",\n class:\n _vm.profAlgoApps.length > 3 ? \"bigger-package\" : \"\",\n },\n _vm._l(this.profAlgoApps, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.algorithm && d.algorithm.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n currentTab: \"Algo\",\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 4\n ? _c(\"div\", { attrs: { id: \"research\" } }, [\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(this.allResearch, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.application && d.application.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n currentTab: \"Research\",\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n ]),\n ]),\n ]),\n ]\n )\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"message\" }, [\n _c(\"h6\", { staticClass: \"message-title\" }, [\n _vm._v(\" Almak istediğiniz uygulama tipini seçiniz. \"),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/BuyDataPackage.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2383
2383
 
2384
2384
  /***/ }),
2385
2385
 
@@ -2403,7 +2403,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
2403
2403
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2404
2404
 
2405
2405
  "use strict";
2406
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"customer-detail\" },\n [\n _c(\"customer-info\", {\n attrs: {\n customerNumber: _vm.customerId,\n currentCustomer: _vm.customer,\n getPaymentStatuses: _vm.getPaymentStatuses,\n },\n }),\n _c(\"div\", { staticClass: \"tab-layout\" }, [\n _c(\n \"div\",\n { staticClass: \"tabs custom-container\" },\n _vm._l(_vm.tabs, function (tab) {\n return _c(\n \"div\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id),\n attrs: { id: \"tab-\" + tab.id },\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id)\n },\n },\n },\n [_c(\"h6\", [_vm._v(_vm._s(tab.text))])]\n )\n }),\n 0\n ),\n _c(\"div\", { staticClass: \"tab-content\" }, [\n _vm.currentTab === 0\n ? _c(\"div\", { staticClass: \"data-types\" }, [\n _vm.cusId\n ? _c(\n \"div\",\n [\n _c(\"fund-commission-rate\", {\n attrs: { customerId: parseInt(_vm.cusId, 0) },\n }),\n ],\n 1\n )\n : _vm._e(),\n _c(\n \"div\",\n {\n staticClass: \"data-requests custom-container\",\n attrs: { id: \"dataRequest\" },\n },\n [\n _c(\"div\", { staticClass: \"data-requests-timer\" }, [\n _c(\n \"div\",\n { staticClass: \"info-row\" },\n [\n _c(\"info-area\", {\n attrs: {\n infoText:\n \"Lisans iptallerinin, içerisinde bulunulan ayın son gününe kadar gerçekleştirilmesi gerekmektedir. Tanımlı veri paketinizin iptal edilmemesi durumunda, mevcut paketiniz her ay başında tekrar güncellenecektir.\",\n typeWarning: true,\n },\n }),\n ],\n 1\n ),\n _vm.timerRunning\n ? _c(\"div\", { staticClass: \"timer-status\" }, [\n _c(\"span\", [\n _vm._v(\n _vm._s(_vm.countDown) +\n \" saniye içerisinde güncellenecektir.\"\n ),\n ]),\n ])\n : _vm._e(),\n ]),\n _vm.logsLoader\n ? _c(\n \"div\",\n { staticClass: \"data-requests-timer\" },\n [\n _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n }),\n ],\n 1\n )\n : _vm._l(_vm.allPackages.data, function (d) {\n return _c(\"data-request-item\", {\n key: d.id,\n attrs: {\n dataItem: Object.assign(\n {},\n {\n title: d.productName,\n subtitle: d.platform && d.platform.name,\n imageUrl: d.imageUrl,\n },\n d\n ),\n },\n on: {\n checkIsPopupOpen: function ($event) {\n return _vm.timerChecker($event)\n },\n },\n })\n }),\n _vm.allPackages.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"dataRequest\",\n page: _vm.allPackages.page,\n },\n })\n : _vm._e(),\n ],\n 2\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 1\n ? _c(\n \"div\",\n { staticClass: \"invoice-area\", attrs: { id: \"invoice\" } },\n [\n _c(\n \"div\",\n { staticClass: \"top-area custom-container\" },\n [\n _c(\"InvoiceFilter\", {\n attrs: {\n monthArr: this.monthArr,\n currentYearNumber: String(this.currentYearNumber),\n currentMonthNumber: String(this.currentMonthNumber),\n },\n on: {\n filterChangeResponse:\n _vm.checkIsDataInvoiceFilterChangedAndLoaded,\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"table-area custom-container\" },\n [\n _vm.getUserType\n ? _c(\"div\", { staticClass: \"warning-area\" }, [\n _vm.customer.paymentStatusId == 1 &&\n !_vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [\n _vm._v(\"Ekran ücreti tahsil edilmiştir.\"),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ])\n : _c(\"div\", { staticClass: \"warning-area\" }, [\n _vm.customer.paymentStatusId == 2 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Masraf ödeme durumu\")]),\n _c(\"span\", [\n _vm._v(\"“Her zaman temsilci”\"),\n ]),\n _vm._v(\n \" olması sebepli ekran ücreti temsilcinize yansıtılmıştır. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 0 &&\n !_vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Komisyon\")]),\n _vm._v(\" ya da \"),\n _c(\"span\", [_vm._v(\"BES/FON\")]),\n _vm._v(\n \" şartı sağlanmadığı için veri paketi ücreti tahsil edilmiştir. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 1 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [\n _vm._v(\"Masraf Ödeme durumunuz\"),\n ]),\n _c(\"span\", [_vm._v(\"“Her zaman müşteri”\")]),\n _vm._v(\n \" olması sebepli ekran ücreti tarafınıza yansıtılmıştır. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 0 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Komisyon\")]),\n _vm._v(\" ya da \"),\n _c(\"span\", [_vm._v(\"BES/FON\")]),\n _vm._v(\n \" şartı sağlandığı için veri paketi ücreti tahsil edilmemiştir. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n ]),\n !_vm.isDataInvoiceLoaded\n ? _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n })\n : _vm._l(_vm.invoiceList.data, function (d) {\n return _c(\"data-invoice-item\", {\n key: d.id,\n attrs: {\n dataItem: Object.assign(\n {},\n {\n title: d.productName,\n subtitle: d.platform && d.platform.name,\n imageUrl: d.imageUrl,\n },\n d\n ),\n },\n })\n }),\n _vm.invoiceList.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"invoice\",\n page: _vm.invoiceList.page,\n },\n })\n : _vm._e(),\n ],\n 2\n ),\n ]\n )\n : _vm._e(),\n _vm.currentTab === 2\n ? _c(\n \"div\",\n {\n staticClass: \"history-area custom-container\",\n attrs: { id: \"history\" },\n },\n [\n _c(\n \"div\",\n { staticClass: \"top-area\" },\n [\n _c(\"h3\", [\n _vm._v(_vm._s(this.tabs[_vm.currentTab].text)),\n ]),\n _c(\"history-filter\"),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"history-table-container\" }, [\n _c(\"div\", { staticClass: \"history-table\" }, [\n _c(\n \"div\",\n { staticClass: \"table-area\" },\n [\n _vm._m(0),\n _vm._l(_vm.historyList.data, function (d) {\n return _c(\"data-history-item\", {\n key: d.id,\n attrs: { dataItem: d },\n })\n }),\n ],\n 2\n ),\n ]),\n ]),\n _vm.historyList.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"history\",\n page: _vm.historyList.page,\n },\n })\n : _vm._e(),\n ],\n 1\n )\n : _vm._e(),\n _vm.currentTab === 3\n ? _c(\n \"div\",\n {\n staticClass: \"screen-prices custom-container\",\n attrs: { id: \"screen-prices\" },\n },\n _vm._l(_vm.screenPriceList, function (item, index) {\n return _c(\n \"div\",\n {\n key: item.id,\n staticClass: \"accordion-wrapper\",\n on: {\n click: function ($event) {\n return _vm.toggleAccordion(\n item.applicationId,\n item.platformId,\n item.researchId,\n index\n )\n },\n },\n },\n [\n item.applicationShortContent ||\n item.researchName ||\n item.applicationName\n ? _c(\n \"div\",\n {\n class: [\n \"accordion-wrapper__row caption\",\n _vm.activeIndex\n ? \"active-\" + _vm.activeIndex\n : \"\",\n ],\n },\n [\n _c(\n \"div\",\n {\n staticClass: \"accordion-title-wrapper\",\n class: { active: _vm.activeIndex },\n },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n item.applicationShortContent != null &&\n item.applicationName != null\n ? _c(\"span\", [\n _vm._v(\n _vm._s(\n item.applicationShortContent\n )\n ),\n ])\n : _vm._e(),\n item.researchName != null\n ? _c(\"span\", [\n _vm._v(_vm._s(item.researchName)),\n ])\n : _vm._e(),\n item.applicationName != null &&\n item.applicationShortContent == null\n ? _c(\"span\", [\n _vm._v(\n _vm._s(item.applicationName) +\n \" \" +\n _vm._s(item.platformName)\n ),\n ])\n : _vm._e(),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Ücret \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Gerekli Komisyon \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Gerekli Fon / Bes Büyüklüğü \")]\n ),\n _c(\"base-icon\", {\n staticClass: \"collapse-icon\",\n class: {\n active: _vm.activeIndex === index,\n },\n attrs: { name: \"chevron-up\" },\n }),\n ],\n 1\n ),\n ]\n )\n : _vm._e(),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.activeIndex === index,\n expression: \"activeIndex === index\",\n },\n ],\n staticClass: \"accordion-content\",\n },\n [\n _vm._l(\n _vm.featureScreenPricesList,\n function (items, innerIndex) {\n return _c(\n \"div\",\n {\n key: items.id,\n staticClass: \"accordion-wrapper__row\",\n },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n _c(\n \"span\",\n { staticClass: \"inner-texts index\" },\n [_vm._v(_vm._s(innerIndex + 1))]\n ),\n items.market\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n \" \" +\n _vm._s(items.market.name) +\n \" \"\n ),\n items.perspective\n ? _c(\n \"span\",\n {\n staticClass:\n \"inner-texts\",\n },\n [\n _vm._v(\n _vm._s(\n items.perspective.name\n )\n ),\n ]\n )\n : _vm._e(),\n items.vendor\n ? _c(\n \"span\",\n {\n staticClass:\n \"inner-texts\",\n },\n [\n _vm._v(\n _vm._s(\n items.vendor.name\n )\n ),\n ]\n )\n : _vm._e(),\n ]\n )\n : _vm._e(),\n items.algorithm\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.algorithm.name)\n ),\n ]\n )\n : _vm._e(),\n items.research\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.research.name)\n ),\n ]\n )\n : _vm._e(),\n items.foreignIndice\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.foreignIndice.name)\n ),\n ]\n )\n : _vm._e(),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.price != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.price +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .price\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.commissionAmount != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.commissionAmount +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .commissionAmount\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.fundAmount != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.fundAmount +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .fundAmount\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n ]\n )\n }\n ),\n _vm.isLoading\n ? _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n })\n : _vm._e(),\n ],\n 2\n ),\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n ]),\n ]),\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"main-title-area\" }, [\n _c(\"div\", { staticClass: \"left\" }, [\n _c(\"span\", { staticClass: \"title\" }, [_vm._v(\"İşlem Tarihi\")]),\n ]),\n _c(\"div\", { staticClass: \"right\" }, [\n _c(\"span\", { staticClass: \"title\" }, [_vm._v(\"Değişiklik Bilgileri\")]),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/CustomerDetail.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2406
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"customer-detail\" },\n [\n _c(\"customer-info\", {\n attrs: {\n customerNumber: _vm.customerId,\n currentCustomer: _vm.customer,\n getPaymentStatuses: _vm.getPaymentStatuses,\n },\n }),\n _c(\"div\", { staticClass: \"tab-layout\" }, [\n _c(\n \"div\",\n { staticClass: \"tabs custom-container\" },\n _vm._l(_vm.tabs, function (tab) {\n return _c(\n \"div\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id),\n attrs: { id: \"tab-\" + tab.id },\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id)\n },\n },\n },\n [_c(\"h6\", [_vm._v(_vm._s(tab.text))])]\n )\n }),\n 0\n ),\n _c(\"div\", { staticClass: \"tab-content\" }, [\n _vm._v(\" \" + _vm._s(_vm.$route.name) + \" \"),\n _vm.currentTab === 0\n ? _c(\"div\", { staticClass: \"data-types\" }, [\n _vm.cusId\n ? _c(\n \"div\",\n [\n _c(\"fund-commission-rate\", {\n attrs: { customerId: parseInt(_vm.cusId, 0) },\n }),\n ],\n 1\n )\n : _vm._e(),\n _c(\n \"div\",\n {\n staticClass: \"data-requests custom-container\",\n attrs: { id: \"dataRequest\" },\n },\n [\n _c(\"div\", { staticClass: \"data-requests-timer\" }, [\n _c(\n \"div\",\n { staticClass: \"info-row\" },\n [\n _c(\"info-area\", {\n attrs: {\n infoText:\n \"Lisans iptallerinin, içerisinde bulunulan ayın son gününe kadar gerçekleştirilmesi gerekmektedir. Tanımlı veri paketinizin iptal edilmemesi durumunda, mevcut paketiniz her ay başında tekrar güncellenecektir.\",\n typeWarning: true,\n },\n }),\n ],\n 1\n ),\n _vm.timerRunning\n ? _c(\"div\", { staticClass: \"timer-status\" }, [\n _c(\"span\", [\n _vm._v(\n _vm._s(_vm.countDown) +\n \" saniye içerisinde güncellenecektir.\"\n ),\n ]),\n ])\n : _vm._e(),\n ]),\n _vm.logsLoader\n ? _c(\n \"div\",\n { staticClass: \"data-requests-timer\" },\n [\n _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n }),\n ],\n 1\n )\n : _vm._l(_vm.allPackages.data, function (d) {\n return _c(\"data-request-item\", {\n key: d.id,\n attrs: {\n dataItem: Object.assign(\n {},\n {\n title: d.productName,\n subtitle: d.platform && d.platform.name,\n imageUrl: d.imageUrl,\n },\n d\n ),\n },\n on: {\n checkIsPopupOpen: function ($event) {\n return _vm.timerChecker($event)\n },\n },\n })\n }),\n _vm.allPackages.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"dataRequest\",\n page: _vm.allPackages.page,\n },\n })\n : _vm._e(),\n ],\n 2\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 1\n ? _c(\n \"div\",\n { staticClass: \"invoice-area\", attrs: { id: \"invoice\" } },\n [\n _c(\n \"div\",\n { staticClass: \"top-area custom-container\" },\n [\n _c(\"InvoiceFilter\", {\n attrs: {\n monthArr: this.monthArr,\n currentYearNumber: String(this.currentYearNumber),\n currentMonthNumber: String(this.currentMonthNumber),\n },\n on: {\n filterChangeResponse:\n _vm.checkIsDataInvoiceFilterChangedAndLoaded,\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"table-area custom-container\" },\n [\n _vm.getUserType\n ? _c(\"div\", { staticClass: \"warning-area\" }, [\n _vm.customer.paymentStatusId == 1 &&\n !_vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [\n _vm._v(\"Ekran ücreti tahsil edilmiştir.\"),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ])\n : _c(\"div\", { staticClass: \"warning-area\" }, [\n _vm.customer.paymentStatusId == 2 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Masraf ödeme durumu\")]),\n _c(\"span\", [\n _vm._v(\"“Her zaman temsilci”\"),\n ]),\n _vm._v(\n \" olması sebepli ekran ücreti temsilcinize yansıtılmıştır. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 0 &&\n !_vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Komisyon\")]),\n _vm._v(\" ya da \"),\n _c(\"span\", [_vm._v(\"BES/FON\")]),\n _vm._v(\n \" şartı sağlanmadığı için veri paketi ücreti tahsil edilmiştir. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 1 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [\n _vm._v(\"Masraf Ödeme durumunuz\"),\n ]),\n _c(\"span\", [_vm._v(\"“Her zaman müşteri”\")]),\n _vm._v(\n \" olması sebepli ekran ücreti tarafınıza yansıtılmıştır. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 0 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Komisyon\")]),\n _vm._v(\" ya da \"),\n _c(\"span\", [_vm._v(\"BES/FON\")]),\n _vm._v(\n \" şartı sağlandığı için veri paketi ücreti tahsil edilmemiştir. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n ]),\n !_vm.isDataInvoiceLoaded\n ? _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n })\n : _vm._l(_vm.invoiceList.data, function (d) {\n return _c(\"data-invoice-item\", {\n key: d.id,\n attrs: {\n dataItem: Object.assign(\n {},\n {\n title: d.productName,\n subtitle: d.platform && d.platform.name,\n imageUrl: d.imageUrl,\n },\n d\n ),\n },\n })\n }),\n _vm.invoiceList.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"invoice\",\n page: _vm.invoiceList.page,\n },\n })\n : _vm._e(),\n ],\n 2\n ),\n ]\n )\n : _vm._e(),\n _vm.currentTab === 2\n ? _c(\n \"div\",\n {\n staticClass: \"history-area custom-container\",\n attrs: { id: \"history\" },\n },\n [\n _c(\n \"div\",\n { staticClass: \"top-area\" },\n [\n _c(\"h3\", [\n _vm._v(_vm._s(this.tabs[_vm.currentTab].text)),\n ]),\n _c(\"history-filter\"),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"history-table-container\" }, [\n _c(\"div\", { staticClass: \"history-table\" }, [\n _c(\n \"div\",\n { staticClass: \"table-area\" },\n [\n _vm._m(0),\n _vm._l(_vm.historyList.data, function (d) {\n return _c(\"data-history-item\", {\n key: d.id,\n attrs: { dataItem: d },\n })\n }),\n ],\n 2\n ),\n ]),\n ]),\n _vm.historyList.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"history\",\n page: _vm.historyList.page,\n },\n })\n : _vm._e(),\n ],\n 1\n )\n : _vm._e(),\n _vm.currentTab === 3\n ? _c(\n \"div\",\n {\n staticClass: \"screen-prices custom-container\",\n attrs: { id: \"screen-prices\" },\n },\n _vm._l(_vm.screenPriceList, function (item, index) {\n return _c(\n \"div\",\n {\n key: item.id,\n staticClass: \"accordion-wrapper\",\n on: {\n click: function ($event) {\n return _vm.toggleAccordion(\n item.applicationId,\n item.platformId,\n item.researchId,\n index\n )\n },\n },\n },\n [\n item.applicationShortContent ||\n item.researchName ||\n item.applicationName\n ? _c(\n \"div\",\n {\n class: [\n \"accordion-wrapper__row caption\",\n _vm.activeIndex\n ? \"active-\" + _vm.activeIndex\n : \"\",\n ],\n },\n [\n _c(\n \"div\",\n {\n staticClass: \"accordion-title-wrapper\",\n class: { active: _vm.activeIndex },\n },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n item.applicationShortContent != null &&\n item.applicationName != null\n ? _c(\"span\", [\n _vm._v(\n _vm._s(\n item.applicationShortContent\n )\n ),\n ])\n : _vm._e(),\n item.researchName != null\n ? _c(\"span\", [\n _vm._v(_vm._s(item.researchName)),\n ])\n : _vm._e(),\n item.applicationName != null &&\n item.applicationShortContent == null\n ? _c(\"span\", [\n _vm._v(\n _vm._s(item.applicationName) +\n \" \" +\n _vm._s(item.platformName)\n ),\n ])\n : _vm._e(),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Ücret \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Gerekli Komisyon \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Gerekli Fon / Bes Büyüklüğü \")]\n ),\n _c(\"base-icon\", {\n staticClass: \"collapse-icon\",\n class: {\n active: _vm.activeIndex === index,\n },\n attrs: { name: \"chevron-up\" },\n }),\n ],\n 1\n ),\n ]\n )\n : _vm._e(),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.activeIndex === index,\n expression: \"activeIndex === index\",\n },\n ],\n staticClass: \"accordion-content\",\n },\n [\n _vm._l(\n _vm.featureScreenPricesList,\n function (items, innerIndex) {\n return _c(\n \"div\",\n {\n key: items.id,\n staticClass: \"accordion-wrapper__row\",\n },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n _c(\n \"span\",\n { staticClass: \"inner-texts index\" },\n [_vm._v(_vm._s(innerIndex + 1))]\n ),\n items.market\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n \" \" +\n _vm._s(items.market.name) +\n \" \"\n ),\n items.perspective\n ? _c(\n \"span\",\n {\n staticClass:\n \"inner-texts\",\n },\n [\n _vm._v(\n _vm._s(\n items.perspective.name\n )\n ),\n ]\n )\n : _vm._e(),\n items.vendor\n ? _c(\n \"span\",\n {\n staticClass:\n \"inner-texts\",\n },\n [\n _vm._v(\n _vm._s(\n items.vendor.name\n )\n ),\n ]\n )\n : _vm._e(),\n ]\n )\n : _vm._e(),\n items.algorithm\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.algorithm.name)\n ),\n ]\n )\n : _vm._e(),\n items.research\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.research.name)\n ),\n ]\n )\n : _vm._e(),\n items.foreignIndice\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.foreignIndice.name)\n ),\n ]\n )\n : _vm._e(),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.price != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.price +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .price\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.commissionAmount != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.commissionAmount +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .commissionAmount\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.fundAmount != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.fundAmount +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .fundAmount\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n ]\n )\n }\n ),\n _vm.isLoading\n ? _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n })\n : _vm._e(),\n ],\n 2\n ),\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n ]),\n ]),\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"main-title-area\" }, [\n _c(\"div\", { staticClass: \"left\" }, [\n _c(\"span\", { staticClass: \"title\" }, [_vm._v(\"İşlem Tarihi\")]),\n ]),\n _c(\"div\", { staticClass: \"right\" }, [\n _c(\"span\", { staticClass: \"title\" }, [_vm._v(\"Değişiklik Bilgileri\")]),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/CustomerDetail.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2407
2407
 
2408
2408
  /***/ }),
2409
2409
 
@@ -3573,7 +3573,7 @@ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../.
3573
3573
  /*! no static exports found */
3574
3574
  /***/ (function(module, exports, __webpack_require__) {
3575
3575
 
3576
- eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".card-container .card[data-v-7d998794] {\\n border-radius: var(--radius-first);\\n border: solid 1px var(--color-primary-tint-second);\\n min-height: 288px;\\n min-width: 275px;\\n display: flex;\\n flex-direction: column;\\n justify-content: space-between;\\n}\\n.card-container .card[data-v-7d998794]:hover {\\n border: solid 2px #d6d6d8;\\n cursor: pointer;\\n}\\n.card-container .card-image[data-v-7d998794] {\\n margin-top: 20px;\\n width: 100%;\\n display: flex;\\n place-content: center;\\n}\\n.card-container .card-image .img[data-v-7d998794] {\\n width: 80px;\\n}\\n.card-container .card-text[data-v-7d998794] {\\n text-align: center;\\n}\\n.card-container .card-header[data-v-7d998794] {\\n padding-top: 10px;\\n margin-bottom: 10px;\\n font-size: 14px;\\n}\\n.card-container .name[data-v-7d998794] {\\n margin-bottom: 58px;\\n color: var(--grayscale-120);\\n font-size: 14px;\\n font-weight: normal;\\n}\\n.card-container .description[data-v-7d998794] {\\n color: var(--grayscale-50);\\n}\\n.card-container .add-btn[data-v-7d998794] {\\n margin-bottom: 20px;\\n text-align: center;\\n padding: 0px 20px;\\n}\\n.card-container .add-btn button[data-v-7d998794] {\\n width: 100%;\\n background: var(--color-primary-active);\\n height: 32px;\\n font-weight: 400;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/CardItem.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
3576
+ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".card-container .card-item-wrapper[data-v-7d998794] {\\n max-width: 275px;\\n}\\n.card-container .card[data-v-7d998794] {\\n border-radius: var(--radius-first);\\n border: solid 1px var(--color-primary-tint-second);\\n min-height: 288px;\\n min-width: 275px;\\n display: flex;\\n flex-direction: column;\\n justify-content: space-between;\\n}\\n.card-container .card[data-v-7d998794]:hover {\\n border: solid 2px #d6d6d8;\\n cursor: pointer;\\n}\\n.card-container .card-image[data-v-7d998794] {\\n margin-top: 20px;\\n width: 100%;\\n display: flex;\\n place-content: center;\\n}\\n.card-container .card-image .img[data-v-7d998794] {\\n width: 80px;\\n}\\n.card-container .card-text[data-v-7d998794] {\\n text-align: center;\\n}\\n.card-container .card-header[data-v-7d998794] {\\n padding-top: 10px;\\n margin-bottom: 10px;\\n font-size: 14px;\\n}\\n.card-container .name[data-v-7d998794] {\\n margin-bottom: 58px;\\n color: var(--grayscale-120);\\n font-size: 14px;\\n font-weight: normal;\\n}\\n.card-container .description[data-v-7d998794] {\\n color: var(--grayscale-50);\\n}\\n.card-container .add-btn[data-v-7d998794] {\\n margin-bottom: 20px;\\n text-align: center;\\n padding: 0px 20px;\\n}\\n.card-container .add-btn button[data-v-7d998794] {\\n width: 100%;\\n background: var(--color-primary-active);\\n height: 32px;\\n font-weight: 400;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/CardItem.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
3577
3577
 
3578
3578
  /***/ }),
3579
3579
 
@@ -3859,7 +3859,7 @@ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../.
3859
3859
  /*! no static exports found */
3860
3860
  /***/ (function(module, exports, __webpack_require__) {
3861
3861
 
3862
- eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".osm-vd[memberType=\\\"true\\\"] .customer-detail[data-v-99f58ee0] {\\n margin-top: 20px;\\n}\\n.alert-text[data-v-99f58ee0] {\\n font-size: 18px !important;\\n background: red;\\n color: white;\\n padding: 10px !important;\\n}\\n.backward[data-v-99f58ee0] {\\n background: #fff;\\n}\\n.backward .back-button[data-v-99f58ee0] {\\n border: none;\\n background-color: transparent;\\n cursor: pointer;\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n padding: 16px 20px 14px 20px;\\n}\\n.card-container[data-v-99f58ee0] {\\n display: grid;\\n grid-template-columns: repeat(4, 1fr);\\n place-content: center;\\n grid-auto-rows: auto;\\n grid-gap: 30px;\\n position: relative;\\n}\\n@media (max-width: 1150px) {\\n.card-container[data-v-99f58ee0] {\\n grid-template-columns: repeat(3, 1fr);\\n}\\n}\\n@media (max-width: 610px) {\\n.card-container[data-v-99f58ee0] {\\n display: block;\\n}\\n}\\n.burger-menu[data-v-99f58ee0] {\\n position: relative;\\n display: none;\\n}\\n@media (max-width: 544px) {\\n.burger-menu[data-v-99f58ee0] {\\n padding: 20px 0;\\n display: block;\\n}\\n}\\n.burger-menu .menu-icon[data-v-99f58ee0] {\\n width: 35px;\\n}\\n.burger-menu .menu-container[data-v-99f58ee0] {\\n background-color: var(--grayscale-0);\\n border-radius: var(--radius-second);\\n border: solid 1px var(--grayscale-20);\\n font-size: 16px;\\n padding: 10px;\\n}\\n.burger-menu .menu-container li[data-v-99f58ee0] {\\n display: block;\\n margin-bottom: 10px;\\n padding: 5px 10px;\\n border-radius: var(--radius-second);\\n}\\n.burger-menu .menu-container li[data-v-99f58ee0]:last-of-type {\\n margin-bottom: 0;\\n}\\n.burger-menu .menu-container li.active[data-v-99f58ee0] {\\n background-color: var(--grayscale-20);\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/BuyDataPackage.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
3862
+ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".osm-vd[memberType=\\\"true\\\"] .customer-detail[data-v-99f58ee0] {\\n margin-top: 20px;\\n}\\n.alert-text[data-v-99f58ee0] {\\n font-size: 18px !important;\\n background: red;\\n color: white;\\n padding: 10px !important;\\n}\\n.backward[data-v-99f58ee0] {\\n background: #fff;\\n}\\n.backward .back-button[data-v-99f58ee0] {\\n border: none;\\n background-color: transparent;\\n cursor: pointer;\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n padding: 16px 20px 14px 20px;\\n}\\n.card-container[data-v-99f58ee0] {\\n display: grid;\\n grid-template-columns: repeat(4, 1fr);\\n place-content: center;\\n grid-auto-rows: auto;\\n grid-gap: 30px;\\n position: relative;\\n}\\n.card-container.bigger-package[data-v-99f58ee0] {\\n grid-template-columns: repeat(3, 0fr);\\n place-content: start;\\n}\\n@media (max-width: 1150px) {\\n.card-container[data-v-99f58ee0] {\\n grid-template-columns: repeat(3, 1fr);\\n}\\n}\\n@media (max-width: 610px) {\\n.card-container[data-v-99f58ee0] {\\n display: block;\\n}\\n}\\n.burger-menu[data-v-99f58ee0] {\\n position: relative;\\n display: none;\\n}\\n@media (max-width: 544px) {\\n.burger-menu[data-v-99f58ee0] {\\n padding: 20px 0;\\n display: block;\\n}\\n}\\n.burger-menu .menu-icon[data-v-99f58ee0] {\\n width: 35px;\\n}\\n.burger-menu .menu-container[data-v-99f58ee0] {\\n background-color: var(--grayscale-0);\\n border-radius: var(--radius-second);\\n border: solid 1px var(--grayscale-20);\\n font-size: 16px;\\n padding: 10px;\\n}\\n.burger-menu .menu-container li[data-v-99f58ee0] {\\n display: block;\\n margin-bottom: 10px;\\n padding: 5px 10px;\\n border-radius: var(--radius-second);\\n}\\n.burger-menu .menu-container li[data-v-99f58ee0]:last-of-type {\\n margin-bottom: 0;\\n}\\n.burger-menu .menu-container li.active[data-v-99f58ee0] {\\n background-color: var(--grayscale-20);\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/BuyDataPackage.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
3863
3863
 
3864
3864
  /***/ }),
3865
3865
 
@@ -2160,7 +2160,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
2160
2160
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2161
2161
 
2162
2162
  "use strict";
2163
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n [\n _c(\n \"div\",\n {\n staticClass: \"card\",\n class: _vm.cssClass,\n on: {\n click: function ($event) {\n return _vm.addCart()\n },\n },\n },\n [\n _c(\n \"div\",\n { staticClass: \"card-image\" },\n [\n _vm.item.imageUrl\n ? _c(\"img\", {\n staticClass: \"img\",\n attrs: { alt: \"product image\", src: _vm.item.imageUrl },\n })\n : _c(\"base-icon\", {\n staticClass: \"img\",\n attrs: { name: \"no-image\" },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"card-text\" }, [\n _vm.item.title\n ? _c(\"h6\", { staticClass: \"card-header\" }, [\n _vm._v(_vm._s(_vm.item.title)),\n ])\n : _vm._e(),\n _vm.item.subtitle\n ? _c(\"h6\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(_vm.item.subtitle)),\n ])\n : _vm._e(),\n _vm.item.description\n ? _c(\"p\", { staticClass: \"description\" }, [\n _vm._v(\" \" + _vm._s(_vm.item.description) + \" \"),\n ])\n : _vm._e(),\n ]),\n _c(\n \"div\",\n { staticClass: \"add-btn\" },\n [_c(\"base-button\", [_vm._v(\"Talep Et\")])],\n 1\n ),\n ]\n ),\n _vm.item && this.getMarketInfo && _vm.loadDetail\n ? [\n _vm.isPopupVisible\n ? _c(\"package-settigns-create\", {\n key: _vm.triggerReRender,\n attrs: {\n dataItem: _vm.item,\n marketInfo: this.getMarketInfo,\n platformInfo: _vm.platformInfo,\n isPopupVisible: _vm.isPopupVisible,\n currentTab: _vm.currentTab,\n isTerminal: _vm.isTerminal,\n algoDetail: _vm.algoDetail,\n researchDetail: _vm.researchDetail,\n operationMessage: _vm.operationMessage,\n isOperationWarning: _vm.isOperationWarning,\n isRuleMessageWarning: _vm.isRuleMessageWarning,\n isUpgraded: _vm.isUpgraded,\n mutableItemRuleMessage: _vm.mutableItemRuleMessage,\n startDates: _vm.selectBoxesStatus,\n },\n on: { close: _vm.closePopup },\n })\n : _vm._e(),\n ]\n : _vm._e(),\n ],\n 2\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/CardItem.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2163
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"card-item-wrapper\" },\n [\n _c(\n \"div\",\n {\n staticClass: \"card\",\n class: _vm.cssClass,\n on: {\n click: function ($event) {\n return _vm.addCart()\n },\n },\n },\n [\n _c(\n \"div\",\n { staticClass: \"card-image\" },\n [\n _vm.item.imageUrl\n ? _c(\"img\", {\n staticClass: \"img\",\n attrs: { alt: \"product image\", src: _vm.item.imageUrl },\n })\n : _c(\"base-icon\", {\n staticClass: \"img\",\n attrs: { name: \"no-image\" },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"card-text\" }, [\n _vm.item.title\n ? _c(\"h6\", { staticClass: \"card-header\" }, [\n _vm._v(_vm._s(_vm.item.title)),\n ])\n : _vm._e(),\n _vm.item.subtitle\n ? _c(\"h6\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(_vm.item.subtitle)),\n ])\n : _vm._e(),\n _vm.item.description\n ? _c(\"p\", { staticClass: \"description\" }, [\n _vm._v(\" \" + _vm._s(_vm.item.description) + \" \"),\n ])\n : _vm._e(),\n ]),\n _c(\n \"div\",\n { staticClass: \"add-btn\" },\n [_c(\"base-button\", [_vm._v(\"Talep Et\")])],\n 1\n ),\n ]\n ),\n _vm.item && this.getMarketInfo && _vm.loadDetail\n ? [\n _vm.isPopupVisible\n ? _c(\"package-settigns-create\", {\n key: _vm.triggerReRender,\n attrs: {\n dataItem: _vm.item,\n marketInfo: this.getMarketInfo,\n platformInfo: _vm.platformInfo,\n isPopupVisible: _vm.isPopupVisible,\n currentTab: _vm.currentTab,\n isTerminal: _vm.isTerminal,\n algoDetail: _vm.algoDetail,\n researchDetail: _vm.researchDetail,\n operationMessage: _vm.operationMessage,\n isOperationWarning: _vm.isOperationWarning,\n isRuleMessageWarning: _vm.isRuleMessageWarning,\n isUpgraded: _vm.isUpgraded,\n mutableItemRuleMessage: _vm.mutableItemRuleMessage,\n startDates: _vm.selectBoxesStatus,\n },\n on: { close: _vm.closePopup },\n })\n : _vm._e(),\n ]\n : _vm._e(),\n ],\n 2\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/CardItem.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2164
2164
 
2165
2165
  /***/ }),
2166
2166
 
@@ -2388,7 +2388,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
2388
2388
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2389
2389
 
2390
2390
  "use strict";
2391
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n {\n staticClass: \"customer-detail\",\n class: _vm.getMemberType == \"true\" ? \"mt-20\" : \"\",\n },\n [\n _c(\"div\", { staticClass: \"buy-package custom-container\" }, [\n _vm.$route.query.isRecommended === undefined\n ? _c(\"div\", { staticClass: \"backward\" }, [\n _c(\n \"button\",\n { staticClass: \"back-button\", on: { click: _vm.goBack } },\n [\n _c(\"base-icon\", { attrs: { name: \"controls-backward\" } }),\n _vm._v(\"Geri dön \"),\n ],\n 1\n ),\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"tab-layout\" }, [\n _c(\n \"div\",\n { staticClass: \"tabs custom-container\" },\n _vm._l(\n _vm.$route.query.isRecommended === undefined\n ? _vm.appsTab\n : _vm.appsTab.filter(function (x) {\n return x.id == 1 || x.id == 2\n }),\n function (tab) {\n return _c(\n \"div\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id, \"tab\", _vm.currentTab),\n attrs: { id: \"tab-\" + tab.id },\n },\n [\n _c(\n \"div\",\n {\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id, tab.featureTypeId)\n },\n },\n },\n [_c(\"h6\", [_vm._v(_vm._s(tab.name))])]\n ),\n ]\n )\n }\n ),\n 0\n ),\n _c(\"div\", { staticClass: \"burger-menu\" }, [\n _c(\n \"ul\",\n { staticClass: \"menu-container\" },\n _vm._l(\n _vm.$route.query.isRecommended === undefined\n ? _vm.appsTab\n : _vm.appsTab.filter(function (x) {\n return x.id == 1 || x.id == 2\n }),\n function (tab) {\n return _c(\n \"li\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id, \"tab\", _vm.currentTab),\n attrs: { id: \"tab-\" + tab.id },\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id, tab.featureTypeId)\n },\n },\n },\n [_vm._v(\" \" + _vm._s(tab.name) + \" \")]\n )\n }\n ),\n 0\n ),\n ]),\n _vm.recommendedPackages && _vm.currentTab != 1\n ? _c(\n \"div\",\n { staticClass: \"slider\" },\n [\n _c(\"package-slider\", {\n attrs: {\n packages: _vm.recommendedPackages,\n isDisplay:\n _vm.getActiveProductsLength == 0 ? true : false,\n },\n }),\n ],\n 1\n )\n : _vm._e(),\n _c(\"div\", { staticClass: \"tab-content buy-package__content\" }, [\n _vm.currentTab === 1\n ? _c(\"div\", { attrs: { id: \"osmanli\" } }, [\n _c(\"div\", { staticClass: \"tab-item\" }, [\n _vm._m(0),\n _c(\n \"div\",\n { staticClass: \"info\" },\n [\n _c(\"base-icon\", { attrs: { name: \"warn-yellow\" } }),\n _c(\"p\", [\n _vm._v(\" Portföy büyüklüğü \"),\n _c(\"span\", [\n _vm._v(\n _vm._s(\n _vm.formatPriceNoDecimal(_vm.overallLimit)\n ) + \"₺\"\n ),\n ]),\n _vm._v(\n \" ve üzeri olan yatırımcılarımız, Osmanlı uygulamalarından karma lisansı ücretsiz alabilirler. Aksi takdirde sadece Müşteri Temsilciniz bu lisansı talep edebilecektir. Karma lisansın alınması sonrasında portföy büyüklüğünün aylık ortalama \"\n ),\n _c(\"span\", [\n _vm._v(\n _vm._s(\n _vm.formatPriceNoDecimal(_vm.overallLimit)\n ) + \"₺\"\n ),\n ]),\n _vm._v(\n \"’nin altında olması halinde aşağıdaki ücretler hesaptan tahsil edilecektir. \"\n ),\n ]),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(_vm.apps, function (d) {\n return _c(\"card-item\", {\n key: d + Math.random(),\n attrs: {\n cssClass: \"package-card\",\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.shortContent,\n description: d.description,\n price: d.price,\n },\n d\n ),\n },\n })\n }),\n 1\n ),\n ]),\n ])\n : _vm._e(),\n _vm.currentTab === 2\n ? _c(\"div\", { attrs: { id: \"professional\" } }, [\n _c(\n \"div\",\n { staticClass: \"profAlgoTabs\" },\n _vm._l(_vm.profAlgoTab, function (item) {\n return _c(\n \"div\",\n {\n key: item.id,\n class: _vm.tabClass(\n item.id,\n \"profAlgoTab\",\n _vm.profCurrentTab\n ),\n attrs: { id: \"profTabs-\" + item.id },\n on: {\n click: function ($event) {\n return _vm.changeSubTab(item.id, \"profCurrentTab\")\n },\n },\n },\n [\n _c(\"p\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(item.name)),\n ]),\n ]\n )\n }),\n 0\n ),\n _c(\"div\", { staticClass: \"warn-text\" }, [\n _vm._v(\" Almak istediğiniz uygulama tipini seçiniz. \"),\n ]),\n _c(\n \"div\",\n { staticClass: \"info\" },\n [\n _c(\"base-icon\", { attrs: { name: \"warn-yellow\" } }),\n _c(\"p\", [\n _vm._v(\n \" Satın alınan ekran için gerekli koşulu sağlanması halinde ücret kesintisi yapılmayacaktır. \"\n ),\n ]),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(this.profAlgoApps, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.platform && d.platform.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 3\n ? _c(\"div\", { attrs: { id: \"algoServer\" } }, [\n _c(\n \"div\",\n { staticClass: \"profAlgoTabs\" },\n _vm._l(_vm.profAlgoTab, function (item) {\n return _c(\n \"div\",\n {\n key: item.id,\n class: _vm.tabClass(\n item.id,\n \"profAlgoTab\",\n _vm.algoCurrentTab\n ),\n attrs: { id: \"algoTabs-\" + item.id },\n on: {\n click: function ($event) {\n return _vm.changeSubTab(item.id, \"algoCurrentTab\")\n },\n },\n },\n [\n _c(\"p\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(item.name)),\n ]),\n ]\n )\n }),\n 0\n ),\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(this.profAlgoApps, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.algorithm && d.algorithm.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n currentTab: \"Algo\",\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 4\n ? _c(\"div\", { attrs: { id: \"research\" } }, [\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(this.allResearch, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.application && d.application.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n currentTab: \"Research\",\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n ]),\n ]),\n ]),\n ]\n )\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"message\" }, [\n _c(\"h6\", { staticClass: \"message-title\" }, [\n _vm._v(\" Almak istediğiniz uygulama tipini seçiniz. \"),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/BuyDataPackage.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2391
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n {\n staticClass: \"customer-detail\",\n class: _vm.getMemberType == \"true\" ? \"mt-20\" : \"\",\n },\n [\n _c(\"div\", { staticClass: \"buy-package custom-container\" }, [\n _vm.$route.query.isRecommended === undefined\n ? _c(\"div\", { staticClass: \"backward\" }, [\n _c(\n \"button\",\n { staticClass: \"back-button\", on: { click: _vm.goBack } },\n [\n _c(\"base-icon\", { attrs: { name: \"controls-backward\" } }),\n _vm._v(\"Geri dön \"),\n ],\n 1\n ),\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"tab-layout\" }, [\n _c(\n \"div\",\n { staticClass: \"tabs custom-container\" },\n _vm._l(\n _vm.$route.query.isRecommended === undefined\n ? _vm.appsTab\n : _vm.appsTab.filter(function (x) {\n return x.id == 1 || x.id == 2\n }),\n function (tab) {\n return _c(\n \"div\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id, \"tab\", _vm.currentTab),\n attrs: { id: \"tab-\" + tab.id },\n },\n [\n _c(\n \"div\",\n {\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id, tab.featureTypeId)\n },\n },\n },\n [_c(\"h6\", [_vm._v(_vm._s(tab.name))])]\n ),\n ]\n )\n }\n ),\n 0\n ),\n _c(\"div\", { staticClass: \"burger-menu\" }, [\n _c(\n \"ul\",\n { staticClass: \"menu-container\" },\n _vm._l(\n _vm.$route.query.isRecommended === undefined\n ? _vm.appsTab\n : _vm.appsTab.filter(function (x) {\n return x.id == 1 || x.id == 2\n }),\n function (tab) {\n return _c(\n \"li\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id, \"tab\", _vm.currentTab),\n attrs: { id: \"tab-\" + tab.id },\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id, tab.featureTypeId)\n },\n },\n },\n [_vm._v(\" \" + _vm._s(tab.name) + \" \")]\n )\n }\n ),\n 0\n ),\n ]),\n _vm.recommendedPackages && _vm.currentTab != 1\n ? _c(\n \"div\",\n { staticClass: \"slider\" },\n [\n _c(\"package-slider\", {\n attrs: {\n packages: _vm.recommendedPackages,\n isDisplay:\n _vm.getActiveProductsLength == 0 ? true : false,\n },\n }),\n ],\n 1\n )\n : _vm._e(),\n _c(\"div\", { staticClass: \"tab-content buy-package__content\" }, [\n _vm.currentTab === 1\n ? _c(\"div\", { attrs: { id: \"osmanli\" } }, [\n _c(\"div\", { staticClass: \"tab-item\" }, [\n _vm._m(0),\n _c(\n \"div\",\n { staticClass: \"info\" },\n [\n _c(\"base-icon\", { attrs: { name: \"warn-yellow\" } }),\n _c(\"p\", [\n _vm._v(\" Portföy büyüklüğü \"),\n _c(\"span\", [\n _vm._v(\n _vm._s(\n _vm.formatPriceNoDecimal(_vm.overallLimit)\n ) + \"₺\"\n ),\n ]),\n _vm._v(\n \" ve üzeri olan yatırımcılarımız, Osmanlı uygulamalarından karma lisansı ücretsiz alabilirler. Aksi takdirde sadece Müşteri Temsilciniz bu lisansı talep edebilecektir. Karma lisansın alınması sonrasında portföy büyüklüğünün aylık ortalama \"\n ),\n _c(\"span\", [\n _vm._v(\n _vm._s(\n _vm.formatPriceNoDecimal(_vm.overallLimit)\n ) + \"₺\"\n ),\n ]),\n _vm._v(\n \"’nin altında olması halinde aşağıdaki ücretler hesaptan tahsil edilecektir. \"\n ),\n ]),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(_vm.apps, function (d) {\n return _c(\"card-item\", {\n key: d + Math.random(),\n attrs: {\n cssClass: \"package-card\",\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.shortContent,\n description: d.description,\n price: d.price,\n },\n d\n ),\n },\n })\n }),\n 1\n ),\n ]),\n ])\n : _vm._e(),\n _vm.currentTab === 2\n ? _c(\"div\", { attrs: { id: \"professional\" } }, [\n _c(\n \"div\",\n { staticClass: \"profAlgoTabs\" },\n _vm._l(_vm.profAlgoTab, function (item) {\n return _c(\n \"div\",\n {\n key: item.id,\n class: _vm.tabClass(\n item.id,\n \"profAlgoTab\",\n _vm.profCurrentTab\n ),\n attrs: { id: \"profTabs-\" + item.id },\n on: {\n click: function ($event) {\n return _vm.changeSubTab(item.id, \"profCurrentTab\")\n },\n },\n },\n [\n _c(\"p\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(item.name)),\n ]),\n ]\n )\n }),\n 0\n ),\n _c(\"div\", { staticClass: \"warn-text\" }, [\n _vm._v(\" Almak istediğiniz uygulama tipini seçiniz. \"),\n ]),\n _c(\n \"div\",\n { staticClass: \"info\" },\n [\n _c(\"base-icon\", { attrs: { name: \"warn-yellow\" } }),\n _c(\"p\", [\n _vm._v(\n \" Satın alınan ekran için gerekli koşulu sağlanması halinde ücret kesintisi yapılmayacaktır. \"\n ),\n ]),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(this.profAlgoApps, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.platform && d.platform.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 3\n ? _c(\"div\", { attrs: { id: \"algoServer\" } }, [\n _c(\n \"div\",\n { staticClass: \"profAlgoTabs\" },\n _vm._l(_vm.profAlgoTab, function (item) {\n return _c(\n \"div\",\n {\n key: item.id,\n class: _vm.tabClass(\n item.id,\n \"profAlgoTab\",\n _vm.algoCurrentTab\n ),\n attrs: { id: \"algoTabs-\" + item.id },\n on: {\n click: function ($event) {\n return _vm.changeSubTab(item.id, \"algoCurrentTab\")\n },\n },\n },\n [\n _c(\"p\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(item.name)),\n ]),\n ]\n )\n }),\n 0\n ),\n _c(\n \"div\",\n {\n staticClass: \"card-container package-list\",\n class:\n _vm.profAlgoApps.length > 3 ? \"bigger-package\" : \"\",\n },\n _vm._l(this.profAlgoApps, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.algorithm && d.algorithm.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n currentTab: \"Algo\",\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 4\n ? _c(\"div\", { attrs: { id: \"research\" } }, [\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(this.allResearch, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.application && d.application.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n currentTab: \"Research\",\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n ]),\n ]),\n ]),\n ]\n )\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"message\" }, [\n _c(\"h6\", { staticClass: \"message-title\" }, [\n _vm._v(\" Almak istediğiniz uygulama tipini seçiniz. \"),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/BuyDataPackage.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2392
2392
 
2393
2393
  /***/ }),
2394
2394
 
@@ -2412,7 +2412,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
2412
2412
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2413
2413
 
2414
2414
  "use strict";
2415
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"customer-detail\" },\n [\n _c(\"customer-info\", {\n attrs: {\n customerNumber: _vm.customerId,\n currentCustomer: _vm.customer,\n getPaymentStatuses: _vm.getPaymentStatuses,\n },\n }),\n _c(\"div\", { staticClass: \"tab-layout\" }, [\n _c(\n \"div\",\n { staticClass: \"tabs custom-container\" },\n _vm._l(_vm.tabs, function (tab) {\n return _c(\n \"div\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id),\n attrs: { id: \"tab-\" + tab.id },\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id)\n },\n },\n },\n [_c(\"h6\", [_vm._v(_vm._s(tab.text))])]\n )\n }),\n 0\n ),\n _c(\"div\", { staticClass: \"tab-content\" }, [\n _vm.currentTab === 0\n ? _c(\"div\", { staticClass: \"data-types\" }, [\n _vm.cusId\n ? _c(\n \"div\",\n [\n _c(\"fund-commission-rate\", {\n attrs: { customerId: parseInt(_vm.cusId, 0) },\n }),\n ],\n 1\n )\n : _vm._e(),\n _c(\n \"div\",\n {\n staticClass: \"data-requests custom-container\",\n attrs: { id: \"dataRequest\" },\n },\n [\n _c(\"div\", { staticClass: \"data-requests-timer\" }, [\n _c(\n \"div\",\n { staticClass: \"info-row\" },\n [\n _c(\"info-area\", {\n attrs: {\n infoText:\n \"Lisans iptallerinin, içerisinde bulunulan ayın son gününe kadar gerçekleştirilmesi gerekmektedir. Tanımlı veri paketinizin iptal edilmemesi durumunda, mevcut paketiniz her ay başında tekrar güncellenecektir.\",\n typeWarning: true,\n },\n }),\n ],\n 1\n ),\n _vm.timerRunning\n ? _c(\"div\", { staticClass: \"timer-status\" }, [\n _c(\"span\", [\n _vm._v(\n _vm._s(_vm.countDown) +\n \" saniye içerisinde güncellenecektir.\"\n ),\n ]),\n ])\n : _vm._e(),\n ]),\n _vm.logsLoader\n ? _c(\n \"div\",\n { staticClass: \"data-requests-timer\" },\n [\n _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n }),\n ],\n 1\n )\n : _vm._l(_vm.allPackages.data, function (d) {\n return _c(\"data-request-item\", {\n key: d.id,\n attrs: {\n dataItem: Object.assign(\n {},\n {\n title: d.productName,\n subtitle: d.platform && d.platform.name,\n imageUrl: d.imageUrl,\n },\n d\n ),\n },\n on: {\n checkIsPopupOpen: function ($event) {\n return _vm.timerChecker($event)\n },\n },\n })\n }),\n _vm.allPackages.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"dataRequest\",\n page: _vm.allPackages.page,\n },\n })\n : _vm._e(),\n ],\n 2\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 1\n ? _c(\n \"div\",\n { staticClass: \"invoice-area\", attrs: { id: \"invoice\" } },\n [\n _c(\n \"div\",\n { staticClass: \"top-area custom-container\" },\n [\n _c(\"InvoiceFilter\", {\n attrs: {\n monthArr: this.monthArr,\n currentYearNumber: String(this.currentYearNumber),\n currentMonthNumber: String(this.currentMonthNumber),\n },\n on: {\n filterChangeResponse:\n _vm.checkIsDataInvoiceFilterChangedAndLoaded,\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"table-area custom-container\" },\n [\n _vm.getUserType\n ? _c(\"div\", { staticClass: \"warning-area\" }, [\n _vm.customer.paymentStatusId == 1 &&\n !_vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [\n _vm._v(\"Ekran ücreti tahsil edilmiştir.\"),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ])\n : _c(\"div\", { staticClass: \"warning-area\" }, [\n _vm.customer.paymentStatusId == 2 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Masraf ödeme durumu\")]),\n _c(\"span\", [\n _vm._v(\"“Her zaman temsilci”\"),\n ]),\n _vm._v(\n \" olması sebepli ekran ücreti temsilcinize yansıtılmıştır. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 0 &&\n !_vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Komisyon\")]),\n _vm._v(\" ya da \"),\n _c(\"span\", [_vm._v(\"BES/FON\")]),\n _vm._v(\n \" şartı sağlanmadığı için veri paketi ücreti tahsil edilmiştir. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 1 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [\n _vm._v(\"Masraf Ödeme durumunuz\"),\n ]),\n _c(\"span\", [_vm._v(\"“Her zaman müşteri”\")]),\n _vm._v(\n \" olması sebepli ekran ücreti tarafınıza yansıtılmıştır. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 0 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Komisyon\")]),\n _vm._v(\" ya da \"),\n _c(\"span\", [_vm._v(\"BES/FON\")]),\n _vm._v(\n \" şartı sağlandığı için veri paketi ücreti tahsil edilmemiştir. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n ]),\n !_vm.isDataInvoiceLoaded\n ? _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n })\n : _vm._l(_vm.invoiceList.data, function (d) {\n return _c(\"data-invoice-item\", {\n key: d.id,\n attrs: {\n dataItem: Object.assign(\n {},\n {\n title: d.productName,\n subtitle: d.platform && d.platform.name,\n imageUrl: d.imageUrl,\n },\n d\n ),\n },\n })\n }),\n _vm.invoiceList.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"invoice\",\n page: _vm.invoiceList.page,\n },\n })\n : _vm._e(),\n ],\n 2\n ),\n ]\n )\n : _vm._e(),\n _vm.currentTab === 2\n ? _c(\n \"div\",\n {\n staticClass: \"history-area custom-container\",\n attrs: { id: \"history\" },\n },\n [\n _c(\n \"div\",\n { staticClass: \"top-area\" },\n [\n _c(\"h3\", [\n _vm._v(_vm._s(this.tabs[_vm.currentTab].text)),\n ]),\n _c(\"history-filter\"),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"history-table-container\" }, [\n _c(\"div\", { staticClass: \"history-table\" }, [\n _c(\n \"div\",\n { staticClass: \"table-area\" },\n [\n _vm._m(0),\n _vm._l(_vm.historyList.data, function (d) {\n return _c(\"data-history-item\", {\n key: d.id,\n attrs: { dataItem: d },\n })\n }),\n ],\n 2\n ),\n ]),\n ]),\n _vm.historyList.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"history\",\n page: _vm.historyList.page,\n },\n })\n : _vm._e(),\n ],\n 1\n )\n : _vm._e(),\n _vm.currentTab === 3\n ? _c(\n \"div\",\n {\n staticClass: \"screen-prices custom-container\",\n attrs: { id: \"screen-prices\" },\n },\n _vm._l(_vm.screenPriceList, function (item, index) {\n return _c(\n \"div\",\n {\n key: item.id,\n staticClass: \"accordion-wrapper\",\n on: {\n click: function ($event) {\n return _vm.toggleAccordion(\n item.applicationId,\n item.platformId,\n item.researchId,\n index\n )\n },\n },\n },\n [\n item.applicationShortContent ||\n item.researchName ||\n item.applicationName\n ? _c(\n \"div\",\n {\n class: [\n \"accordion-wrapper__row caption\",\n _vm.activeIndex\n ? \"active-\" + _vm.activeIndex\n : \"\",\n ],\n },\n [\n _c(\n \"div\",\n {\n staticClass: \"accordion-title-wrapper\",\n class: { active: _vm.activeIndex },\n },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n item.applicationShortContent != null &&\n item.applicationName != null\n ? _c(\"span\", [\n _vm._v(\n _vm._s(\n item.applicationShortContent\n )\n ),\n ])\n : _vm._e(),\n item.researchName != null\n ? _c(\"span\", [\n _vm._v(_vm._s(item.researchName)),\n ])\n : _vm._e(),\n item.applicationName != null &&\n item.applicationShortContent == null\n ? _c(\"span\", [\n _vm._v(\n _vm._s(item.applicationName) +\n \" \" +\n _vm._s(item.platformName)\n ),\n ])\n : _vm._e(),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Ücret \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Gerekli Komisyon \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Gerekli Fon / Bes Büyüklüğü \")]\n ),\n _c(\"base-icon\", {\n staticClass: \"collapse-icon\",\n class: {\n active: _vm.activeIndex === index,\n },\n attrs: { name: \"chevron-up\" },\n }),\n ],\n 1\n ),\n ]\n )\n : _vm._e(),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.activeIndex === index,\n expression: \"activeIndex === index\",\n },\n ],\n staticClass: \"accordion-content\",\n },\n [\n _vm._l(\n _vm.featureScreenPricesList,\n function (items, innerIndex) {\n return _c(\n \"div\",\n {\n key: items.id,\n staticClass: \"accordion-wrapper__row\",\n },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n _c(\n \"span\",\n { staticClass: \"inner-texts index\" },\n [_vm._v(_vm._s(innerIndex + 1))]\n ),\n items.market\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n \" \" +\n _vm._s(items.market.name) +\n \" \"\n ),\n items.perspective\n ? _c(\n \"span\",\n {\n staticClass:\n \"inner-texts\",\n },\n [\n _vm._v(\n _vm._s(\n items.perspective.name\n )\n ),\n ]\n )\n : _vm._e(),\n items.vendor\n ? _c(\n \"span\",\n {\n staticClass:\n \"inner-texts\",\n },\n [\n _vm._v(\n _vm._s(\n items.vendor.name\n )\n ),\n ]\n )\n : _vm._e(),\n ]\n )\n : _vm._e(),\n items.algorithm\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.algorithm.name)\n ),\n ]\n )\n : _vm._e(),\n items.research\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.research.name)\n ),\n ]\n )\n : _vm._e(),\n items.foreignIndice\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.foreignIndice.name)\n ),\n ]\n )\n : _vm._e(),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.price != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.price +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .price\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.commissionAmount != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.commissionAmount +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .commissionAmount\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.fundAmount != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.fundAmount +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .fundAmount\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n ]\n )\n }\n ),\n _vm.isLoading\n ? _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n })\n : _vm._e(),\n ],\n 2\n ),\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n ]),\n ]),\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"main-title-area\" }, [\n _c(\"div\", { staticClass: \"left\" }, [\n _c(\"span\", { staticClass: \"title\" }, [_vm._v(\"İşlem Tarihi\")]),\n ]),\n _c(\"div\", { staticClass: \"right\" }, [\n _c(\"span\", { staticClass: \"title\" }, [_vm._v(\"Değişiklik Bilgileri\")]),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/CustomerDetail.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2415
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"customer-detail\" },\n [\n _c(\"customer-info\", {\n attrs: {\n customerNumber: _vm.customerId,\n currentCustomer: _vm.customer,\n getPaymentStatuses: _vm.getPaymentStatuses,\n },\n }),\n _c(\"div\", { staticClass: \"tab-layout\" }, [\n _c(\n \"div\",\n { staticClass: \"tabs custom-container\" },\n _vm._l(_vm.tabs, function (tab) {\n return _c(\n \"div\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id),\n attrs: { id: \"tab-\" + tab.id },\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id)\n },\n },\n },\n [_c(\"h6\", [_vm._v(_vm._s(tab.text))])]\n )\n }),\n 0\n ),\n _c(\"div\", { staticClass: \"tab-content\" }, [\n _vm._v(\" \" + _vm._s(_vm.$route.name) + \" \"),\n _vm.currentTab === 0\n ? _c(\"div\", { staticClass: \"data-types\" }, [\n _vm.cusId\n ? _c(\n \"div\",\n [\n _c(\"fund-commission-rate\", {\n attrs: { customerId: parseInt(_vm.cusId, 0) },\n }),\n ],\n 1\n )\n : _vm._e(),\n _c(\n \"div\",\n {\n staticClass: \"data-requests custom-container\",\n attrs: { id: \"dataRequest\" },\n },\n [\n _c(\"div\", { staticClass: \"data-requests-timer\" }, [\n _c(\n \"div\",\n { staticClass: \"info-row\" },\n [\n _c(\"info-area\", {\n attrs: {\n infoText:\n \"Lisans iptallerinin, içerisinde bulunulan ayın son gününe kadar gerçekleştirilmesi gerekmektedir. Tanımlı veri paketinizin iptal edilmemesi durumunda, mevcut paketiniz her ay başında tekrar güncellenecektir.\",\n typeWarning: true,\n },\n }),\n ],\n 1\n ),\n _vm.timerRunning\n ? _c(\"div\", { staticClass: \"timer-status\" }, [\n _c(\"span\", [\n _vm._v(\n _vm._s(_vm.countDown) +\n \" saniye içerisinde güncellenecektir.\"\n ),\n ]),\n ])\n : _vm._e(),\n ]),\n _vm.logsLoader\n ? _c(\n \"div\",\n { staticClass: \"data-requests-timer\" },\n [\n _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n }),\n ],\n 1\n )\n : _vm._l(_vm.allPackages.data, function (d) {\n return _c(\"data-request-item\", {\n key: d.id,\n attrs: {\n dataItem: Object.assign(\n {},\n {\n title: d.productName,\n subtitle: d.platform && d.platform.name,\n imageUrl: d.imageUrl,\n },\n d\n ),\n },\n on: {\n checkIsPopupOpen: function ($event) {\n return _vm.timerChecker($event)\n },\n },\n })\n }),\n _vm.allPackages.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"dataRequest\",\n page: _vm.allPackages.page,\n },\n })\n : _vm._e(),\n ],\n 2\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 1\n ? _c(\n \"div\",\n { staticClass: \"invoice-area\", attrs: { id: \"invoice\" } },\n [\n _c(\n \"div\",\n { staticClass: \"top-area custom-container\" },\n [\n _c(\"InvoiceFilter\", {\n attrs: {\n monthArr: this.monthArr,\n currentYearNumber: String(this.currentYearNumber),\n currentMonthNumber: String(this.currentMonthNumber),\n },\n on: {\n filterChangeResponse:\n _vm.checkIsDataInvoiceFilterChangedAndLoaded,\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"table-area custom-container\" },\n [\n _vm.getUserType\n ? _c(\"div\", { staticClass: \"warning-area\" }, [\n _vm.customer.paymentStatusId == 1 &&\n !_vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [\n _vm._v(\"Ekran ücreti tahsil edilmiştir.\"),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ])\n : _c(\"div\", { staticClass: \"warning-area\" }, [\n _vm.customer.paymentStatusId == 2 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Masraf ödeme durumu\")]),\n _c(\"span\", [\n _vm._v(\"“Her zaman temsilci”\"),\n ]),\n _vm._v(\n \" olması sebepli ekran ücreti temsilcinize yansıtılmıştır. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 0 &&\n !_vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Komisyon\")]),\n _vm._v(\" ya da \"),\n _c(\"span\", [_vm._v(\"BES/FON\")]),\n _vm._v(\n \" şartı sağlanmadığı için veri paketi ücreti tahsil edilmiştir. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 1 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [\n _vm._v(\"Masraf Ödeme durumunuz\"),\n ]),\n _c(\"span\", [_vm._v(\"“Her zaman müşteri”\")]),\n _vm._v(\n \" olması sebepli ekran ücreti tarafınıza yansıtılmıştır. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 0 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Komisyon\")]),\n _vm._v(\" ya da \"),\n _c(\"span\", [_vm._v(\"BES/FON\")]),\n _vm._v(\n \" şartı sağlandığı için veri paketi ücreti tahsil edilmemiştir. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n ]),\n !_vm.isDataInvoiceLoaded\n ? _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n })\n : _vm._l(_vm.invoiceList.data, function (d) {\n return _c(\"data-invoice-item\", {\n key: d.id,\n attrs: {\n dataItem: Object.assign(\n {},\n {\n title: d.productName,\n subtitle: d.platform && d.platform.name,\n imageUrl: d.imageUrl,\n },\n d\n ),\n },\n })\n }),\n _vm.invoiceList.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"invoice\",\n page: _vm.invoiceList.page,\n },\n })\n : _vm._e(),\n ],\n 2\n ),\n ]\n )\n : _vm._e(),\n _vm.currentTab === 2\n ? _c(\n \"div\",\n {\n staticClass: \"history-area custom-container\",\n attrs: { id: \"history\" },\n },\n [\n _c(\n \"div\",\n { staticClass: \"top-area\" },\n [\n _c(\"h3\", [\n _vm._v(_vm._s(this.tabs[_vm.currentTab].text)),\n ]),\n _c(\"history-filter\"),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"history-table-container\" }, [\n _c(\"div\", { staticClass: \"history-table\" }, [\n _c(\n \"div\",\n { staticClass: \"table-area\" },\n [\n _vm._m(0),\n _vm._l(_vm.historyList.data, function (d) {\n return _c(\"data-history-item\", {\n key: d.id,\n attrs: { dataItem: d },\n })\n }),\n ],\n 2\n ),\n ]),\n ]),\n _vm.historyList.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"history\",\n page: _vm.historyList.page,\n },\n })\n : _vm._e(),\n ],\n 1\n )\n : _vm._e(),\n _vm.currentTab === 3\n ? _c(\n \"div\",\n {\n staticClass: \"screen-prices custom-container\",\n attrs: { id: \"screen-prices\" },\n },\n _vm._l(_vm.screenPriceList, function (item, index) {\n return _c(\n \"div\",\n {\n key: item.id,\n staticClass: \"accordion-wrapper\",\n on: {\n click: function ($event) {\n return _vm.toggleAccordion(\n item.applicationId,\n item.platformId,\n item.researchId,\n index\n )\n },\n },\n },\n [\n item.applicationShortContent ||\n item.researchName ||\n item.applicationName\n ? _c(\n \"div\",\n {\n class: [\n \"accordion-wrapper__row caption\",\n _vm.activeIndex\n ? \"active-\" + _vm.activeIndex\n : \"\",\n ],\n },\n [\n _c(\n \"div\",\n {\n staticClass: \"accordion-title-wrapper\",\n class: { active: _vm.activeIndex },\n },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n item.applicationShortContent != null &&\n item.applicationName != null\n ? _c(\"span\", [\n _vm._v(\n _vm._s(\n item.applicationShortContent\n )\n ),\n ])\n : _vm._e(),\n item.researchName != null\n ? _c(\"span\", [\n _vm._v(_vm._s(item.researchName)),\n ])\n : _vm._e(),\n item.applicationName != null &&\n item.applicationShortContent == null\n ? _c(\"span\", [\n _vm._v(\n _vm._s(item.applicationName) +\n \" \" +\n _vm._s(item.platformName)\n ),\n ])\n : _vm._e(),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Ücret \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Gerekli Komisyon \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Gerekli Fon / Bes Büyüklüğü \")]\n ),\n _c(\"base-icon\", {\n staticClass: \"collapse-icon\",\n class: {\n active: _vm.activeIndex === index,\n },\n attrs: { name: \"chevron-up\" },\n }),\n ],\n 1\n ),\n ]\n )\n : _vm._e(),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.activeIndex === index,\n expression: \"activeIndex === index\",\n },\n ],\n staticClass: \"accordion-content\",\n },\n [\n _vm._l(\n _vm.featureScreenPricesList,\n function (items, innerIndex) {\n return _c(\n \"div\",\n {\n key: items.id,\n staticClass: \"accordion-wrapper__row\",\n },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n _c(\n \"span\",\n { staticClass: \"inner-texts index\" },\n [_vm._v(_vm._s(innerIndex + 1))]\n ),\n items.market\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n \" \" +\n _vm._s(items.market.name) +\n \" \"\n ),\n items.perspective\n ? _c(\n \"span\",\n {\n staticClass:\n \"inner-texts\",\n },\n [\n _vm._v(\n _vm._s(\n items.perspective.name\n )\n ),\n ]\n )\n : _vm._e(),\n items.vendor\n ? _c(\n \"span\",\n {\n staticClass:\n \"inner-texts\",\n },\n [\n _vm._v(\n _vm._s(\n items.vendor.name\n )\n ),\n ]\n )\n : _vm._e(),\n ]\n )\n : _vm._e(),\n items.algorithm\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.algorithm.name)\n ),\n ]\n )\n : _vm._e(),\n items.research\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.research.name)\n ),\n ]\n )\n : _vm._e(),\n items.foreignIndice\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.foreignIndice.name)\n ),\n ]\n )\n : _vm._e(),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.price != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.price +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .price\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.commissionAmount != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.commissionAmount +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .commissionAmount\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.fundAmount != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.fundAmount +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .fundAmount\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n ]\n )\n }\n ),\n _vm.isLoading\n ? _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n })\n : _vm._e(),\n ],\n 2\n ),\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n ]),\n ]),\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"main-title-area\" }, [\n _c(\"div\", { staticClass: \"left\" }, [\n _c(\"span\", { staticClass: \"title\" }, [_vm._v(\"İşlem Tarihi\")]),\n ]),\n _c(\"div\", { staticClass: \"right\" }, [\n _c(\"span\", { staticClass: \"title\" }, [_vm._v(\"Değişiklik Bilgileri\")]),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/CustomerDetail.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2416
2416
 
2417
2417
  /***/ }),
2418
2418
 
@@ -3582,7 +3582,7 @@ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../.
3582
3582
  /*! no static exports found */
3583
3583
  /***/ (function(module, exports, __webpack_require__) {
3584
3584
 
3585
- eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".card-container .card[data-v-7d998794] {\\n border-radius: var(--radius-first);\\n border: solid 1px var(--color-primary-tint-second);\\n min-height: 288px;\\n min-width: 275px;\\n display: flex;\\n flex-direction: column;\\n justify-content: space-between;\\n}\\n.card-container .card[data-v-7d998794]:hover {\\n border: solid 2px #d6d6d8;\\n cursor: pointer;\\n}\\n.card-container .card-image[data-v-7d998794] {\\n margin-top: 20px;\\n width: 100%;\\n display: flex;\\n place-content: center;\\n}\\n.card-container .card-image .img[data-v-7d998794] {\\n width: 80px;\\n}\\n.card-container .card-text[data-v-7d998794] {\\n text-align: center;\\n}\\n.card-container .card-header[data-v-7d998794] {\\n padding-top: 10px;\\n margin-bottom: 10px;\\n font-size: 14px;\\n}\\n.card-container .name[data-v-7d998794] {\\n margin-bottom: 58px;\\n color: var(--grayscale-120);\\n font-size: 14px;\\n font-weight: normal;\\n}\\n.card-container .description[data-v-7d998794] {\\n color: var(--grayscale-50);\\n}\\n.card-container .add-btn[data-v-7d998794] {\\n margin-bottom: 20px;\\n text-align: center;\\n padding: 0px 20px;\\n}\\n.card-container .add-btn button[data-v-7d998794] {\\n width: 100%;\\n background: var(--color-primary-active);\\n height: 32px;\\n font-weight: 400;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/CardItem.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
3585
+ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".card-container .card-item-wrapper[data-v-7d998794] {\\n max-width: 275px;\\n}\\n.card-container .card[data-v-7d998794] {\\n border-radius: var(--radius-first);\\n border: solid 1px var(--color-primary-tint-second);\\n min-height: 288px;\\n min-width: 275px;\\n display: flex;\\n flex-direction: column;\\n justify-content: space-between;\\n}\\n.card-container .card[data-v-7d998794]:hover {\\n border: solid 2px #d6d6d8;\\n cursor: pointer;\\n}\\n.card-container .card-image[data-v-7d998794] {\\n margin-top: 20px;\\n width: 100%;\\n display: flex;\\n place-content: center;\\n}\\n.card-container .card-image .img[data-v-7d998794] {\\n width: 80px;\\n}\\n.card-container .card-text[data-v-7d998794] {\\n text-align: center;\\n}\\n.card-container .card-header[data-v-7d998794] {\\n padding-top: 10px;\\n margin-bottom: 10px;\\n font-size: 14px;\\n}\\n.card-container .name[data-v-7d998794] {\\n margin-bottom: 58px;\\n color: var(--grayscale-120);\\n font-size: 14px;\\n font-weight: normal;\\n}\\n.card-container .description[data-v-7d998794] {\\n color: var(--grayscale-50);\\n}\\n.card-container .add-btn[data-v-7d998794] {\\n margin-bottom: 20px;\\n text-align: center;\\n padding: 0px 20px;\\n}\\n.card-container .add-btn button[data-v-7d998794] {\\n width: 100%;\\n background: var(--color-primary-active);\\n height: 32px;\\n font-weight: 400;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/CardItem.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
3586
3586
 
3587
3587
  /***/ }),
3588
3588
 
@@ -3868,7 +3868,7 @@ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../.
3868
3868
  /*! no static exports found */
3869
3869
  /***/ (function(module, exports, __webpack_require__) {
3870
3870
 
3871
- eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".osm-vd[memberType=\\\"true\\\"] .customer-detail[data-v-99f58ee0] {\\n margin-top: 20px;\\n}\\n.alert-text[data-v-99f58ee0] {\\n font-size: 18px !important;\\n background: red;\\n color: white;\\n padding: 10px !important;\\n}\\n.backward[data-v-99f58ee0] {\\n background: #fff;\\n}\\n.backward .back-button[data-v-99f58ee0] {\\n border: none;\\n background-color: transparent;\\n cursor: pointer;\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n padding: 16px 20px 14px 20px;\\n}\\n.card-container[data-v-99f58ee0] {\\n display: grid;\\n grid-template-columns: repeat(4, 1fr);\\n place-content: center;\\n grid-auto-rows: auto;\\n grid-gap: 30px;\\n position: relative;\\n}\\n@media (max-width: 1150px) {\\n.card-container[data-v-99f58ee0] {\\n grid-template-columns: repeat(3, 1fr);\\n}\\n}\\n@media (max-width: 610px) {\\n.card-container[data-v-99f58ee0] {\\n display: block;\\n}\\n}\\n.burger-menu[data-v-99f58ee0] {\\n position: relative;\\n display: none;\\n}\\n@media (max-width: 544px) {\\n.burger-menu[data-v-99f58ee0] {\\n padding: 20px 0;\\n display: block;\\n}\\n}\\n.burger-menu .menu-icon[data-v-99f58ee0] {\\n width: 35px;\\n}\\n.burger-menu .menu-container[data-v-99f58ee0] {\\n background-color: var(--grayscale-0);\\n border-radius: var(--radius-second);\\n border: solid 1px var(--grayscale-20);\\n font-size: 16px;\\n padding: 10px;\\n}\\n.burger-menu .menu-container li[data-v-99f58ee0] {\\n display: block;\\n margin-bottom: 10px;\\n padding: 5px 10px;\\n border-radius: var(--radius-second);\\n}\\n.burger-menu .menu-container li[data-v-99f58ee0]:last-of-type {\\n margin-bottom: 0;\\n}\\n.burger-menu .menu-container li.active[data-v-99f58ee0] {\\n background-color: var(--grayscale-20);\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/BuyDataPackage.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
3871
+ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".osm-vd[memberType=\\\"true\\\"] .customer-detail[data-v-99f58ee0] {\\n margin-top: 20px;\\n}\\n.alert-text[data-v-99f58ee0] {\\n font-size: 18px !important;\\n background: red;\\n color: white;\\n padding: 10px !important;\\n}\\n.backward[data-v-99f58ee0] {\\n background: #fff;\\n}\\n.backward .back-button[data-v-99f58ee0] {\\n border: none;\\n background-color: transparent;\\n cursor: pointer;\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n padding: 16px 20px 14px 20px;\\n}\\n.card-container[data-v-99f58ee0] {\\n display: grid;\\n grid-template-columns: repeat(4, 1fr);\\n place-content: center;\\n grid-auto-rows: auto;\\n grid-gap: 30px;\\n position: relative;\\n}\\n.card-container.bigger-package[data-v-99f58ee0] {\\n grid-template-columns: repeat(3, 0fr);\\n place-content: start;\\n}\\n@media (max-width: 1150px) {\\n.card-container[data-v-99f58ee0] {\\n grid-template-columns: repeat(3, 1fr);\\n}\\n}\\n@media (max-width: 610px) {\\n.card-container[data-v-99f58ee0] {\\n display: block;\\n}\\n}\\n.burger-menu[data-v-99f58ee0] {\\n position: relative;\\n display: none;\\n}\\n@media (max-width: 544px) {\\n.burger-menu[data-v-99f58ee0] {\\n padding: 20px 0;\\n display: block;\\n}\\n}\\n.burger-menu .menu-icon[data-v-99f58ee0] {\\n width: 35px;\\n}\\n.burger-menu .menu-container[data-v-99f58ee0] {\\n background-color: var(--grayscale-0);\\n border-radius: var(--radius-second);\\n border: solid 1px var(--grayscale-20);\\n font-size: 16px;\\n padding: 10px;\\n}\\n.burger-menu .menu-container li[data-v-99f58ee0] {\\n display: block;\\n margin-bottom: 10px;\\n padding: 5px 10px;\\n border-radius: var(--radius-second);\\n}\\n.burger-menu .menu-container li[data-v-99f58ee0]:last-of-type {\\n margin-bottom: 0;\\n}\\n.burger-menu .menu-container li.active[data-v-99f58ee0] {\\n background-color: var(--grayscale-20);\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/BuyDataPackage.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
3872
3872
 
3873
3873
  /***/ }),
3874
3874
 
@@ -2160,7 +2160,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
2160
2160
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2161
2161
 
2162
2162
  "use strict";
2163
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n [\n _c(\n \"div\",\n {\n staticClass: \"card\",\n class: _vm.cssClass,\n on: {\n click: function ($event) {\n return _vm.addCart()\n },\n },\n },\n [\n _c(\n \"div\",\n { staticClass: \"card-image\" },\n [\n _vm.item.imageUrl\n ? _c(\"img\", {\n staticClass: \"img\",\n attrs: { alt: \"product image\", src: _vm.item.imageUrl },\n })\n : _c(\"base-icon\", {\n staticClass: \"img\",\n attrs: { name: \"no-image\" },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"card-text\" }, [\n _vm.item.title\n ? _c(\"h6\", { staticClass: \"card-header\" }, [\n _vm._v(_vm._s(_vm.item.title)),\n ])\n : _vm._e(),\n _vm.item.subtitle\n ? _c(\"h6\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(_vm.item.subtitle)),\n ])\n : _vm._e(),\n _vm.item.description\n ? _c(\"p\", { staticClass: \"description\" }, [\n _vm._v(\" \" + _vm._s(_vm.item.description) + \" \"),\n ])\n : _vm._e(),\n ]),\n _c(\n \"div\",\n { staticClass: \"add-btn\" },\n [_c(\"base-button\", [_vm._v(\"Talep Et\")])],\n 1\n ),\n ]\n ),\n _vm.item && this.getMarketInfo && _vm.loadDetail\n ? [\n _vm.isPopupVisible\n ? _c(\"package-settigns-create\", {\n key: _vm.triggerReRender,\n attrs: {\n dataItem: _vm.item,\n marketInfo: this.getMarketInfo,\n platformInfo: _vm.platformInfo,\n isPopupVisible: _vm.isPopupVisible,\n currentTab: _vm.currentTab,\n isTerminal: _vm.isTerminal,\n algoDetail: _vm.algoDetail,\n researchDetail: _vm.researchDetail,\n operationMessage: _vm.operationMessage,\n isOperationWarning: _vm.isOperationWarning,\n isRuleMessageWarning: _vm.isRuleMessageWarning,\n isUpgraded: _vm.isUpgraded,\n mutableItemRuleMessage: _vm.mutableItemRuleMessage,\n startDates: _vm.selectBoxesStatus,\n },\n on: { close: _vm.closePopup },\n })\n : _vm._e(),\n ]\n : _vm._e(),\n ],\n 2\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/CardItem.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2163
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"card-item-wrapper\" },\n [\n _c(\n \"div\",\n {\n staticClass: \"card\",\n class: _vm.cssClass,\n on: {\n click: function ($event) {\n return _vm.addCart()\n },\n },\n },\n [\n _c(\n \"div\",\n { staticClass: \"card-image\" },\n [\n _vm.item.imageUrl\n ? _c(\"img\", {\n staticClass: \"img\",\n attrs: { alt: \"product image\", src: _vm.item.imageUrl },\n })\n : _c(\"base-icon\", {\n staticClass: \"img\",\n attrs: { name: \"no-image\" },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"card-text\" }, [\n _vm.item.title\n ? _c(\"h6\", { staticClass: \"card-header\" }, [\n _vm._v(_vm._s(_vm.item.title)),\n ])\n : _vm._e(),\n _vm.item.subtitle\n ? _c(\"h6\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(_vm.item.subtitle)),\n ])\n : _vm._e(),\n _vm.item.description\n ? _c(\"p\", { staticClass: \"description\" }, [\n _vm._v(\" \" + _vm._s(_vm.item.description) + \" \"),\n ])\n : _vm._e(),\n ]),\n _c(\n \"div\",\n { staticClass: \"add-btn\" },\n [_c(\"base-button\", [_vm._v(\"Talep Et\")])],\n 1\n ),\n ]\n ),\n _vm.item && this.getMarketInfo && _vm.loadDetail\n ? [\n _vm.isPopupVisible\n ? _c(\"package-settigns-create\", {\n key: _vm.triggerReRender,\n attrs: {\n dataItem: _vm.item,\n marketInfo: this.getMarketInfo,\n platformInfo: _vm.platformInfo,\n isPopupVisible: _vm.isPopupVisible,\n currentTab: _vm.currentTab,\n isTerminal: _vm.isTerminal,\n algoDetail: _vm.algoDetail,\n researchDetail: _vm.researchDetail,\n operationMessage: _vm.operationMessage,\n isOperationWarning: _vm.isOperationWarning,\n isRuleMessageWarning: _vm.isRuleMessageWarning,\n isUpgraded: _vm.isUpgraded,\n mutableItemRuleMessage: _vm.mutableItemRuleMessage,\n startDates: _vm.selectBoxesStatus,\n },\n on: { close: _vm.closePopup },\n })\n : _vm._e(),\n ]\n : _vm._e(),\n ],\n 2\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/CardItem.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2164
2164
 
2165
2165
  /***/ }),
2166
2166
 
@@ -2388,7 +2388,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
2388
2388
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2389
2389
 
2390
2390
  "use strict";
2391
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n {\n staticClass: \"customer-detail\",\n class: _vm.getMemberType == \"true\" ? \"mt-20\" : \"\",\n },\n [\n _c(\"div\", { staticClass: \"buy-package custom-container\" }, [\n _vm.$route.query.isRecommended === undefined\n ? _c(\"div\", { staticClass: \"backward\" }, [\n _c(\n \"button\",\n { staticClass: \"back-button\", on: { click: _vm.goBack } },\n [\n _c(\"base-icon\", { attrs: { name: \"controls-backward\" } }),\n _vm._v(\"Geri dön \"),\n ],\n 1\n ),\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"tab-layout\" }, [\n _c(\n \"div\",\n { staticClass: \"tabs custom-container\" },\n _vm._l(\n _vm.$route.query.isRecommended === undefined\n ? _vm.appsTab\n : _vm.appsTab.filter(function (x) {\n return x.id == 1 || x.id == 2\n }),\n function (tab) {\n return _c(\n \"div\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id, \"tab\", _vm.currentTab),\n attrs: { id: \"tab-\" + tab.id },\n },\n [\n _c(\n \"div\",\n {\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id, tab.featureTypeId)\n },\n },\n },\n [_c(\"h6\", [_vm._v(_vm._s(tab.name))])]\n ),\n ]\n )\n }\n ),\n 0\n ),\n _c(\"div\", { staticClass: \"burger-menu\" }, [\n _c(\n \"ul\",\n { staticClass: \"menu-container\" },\n _vm._l(\n _vm.$route.query.isRecommended === undefined\n ? _vm.appsTab\n : _vm.appsTab.filter(function (x) {\n return x.id == 1 || x.id == 2\n }),\n function (tab) {\n return _c(\n \"li\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id, \"tab\", _vm.currentTab),\n attrs: { id: \"tab-\" + tab.id },\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id, tab.featureTypeId)\n },\n },\n },\n [_vm._v(\" \" + _vm._s(tab.name) + \" \")]\n )\n }\n ),\n 0\n ),\n ]),\n _vm.recommendedPackages && _vm.currentTab != 1\n ? _c(\n \"div\",\n { staticClass: \"slider\" },\n [\n _c(\"package-slider\", {\n attrs: {\n packages: _vm.recommendedPackages,\n isDisplay:\n _vm.getActiveProductsLength == 0 ? true : false,\n },\n }),\n ],\n 1\n )\n : _vm._e(),\n _c(\"div\", { staticClass: \"tab-content buy-package__content\" }, [\n _vm.currentTab === 1\n ? _c(\"div\", { attrs: { id: \"osmanli\" } }, [\n _c(\"div\", { staticClass: \"tab-item\" }, [\n _vm._m(0),\n _c(\n \"div\",\n { staticClass: \"info\" },\n [\n _c(\"base-icon\", { attrs: { name: \"warn-yellow\" } }),\n _c(\"p\", [\n _vm._v(\" Portföy büyüklüğü \"),\n _c(\"span\", [\n _vm._v(\n _vm._s(\n _vm.formatPriceNoDecimal(_vm.overallLimit)\n ) + \"₺\"\n ),\n ]),\n _vm._v(\n \" ve üzeri olan yatırımcılarımız, Osmanlı uygulamalarından karma lisansı ücretsiz alabilirler. Aksi takdirde sadece Müşteri Temsilciniz bu lisansı talep edebilecektir. Karma lisansın alınması sonrasında portföy büyüklüğünün aylık ortalama \"\n ),\n _c(\"span\", [\n _vm._v(\n _vm._s(\n _vm.formatPriceNoDecimal(_vm.overallLimit)\n ) + \"₺\"\n ),\n ]),\n _vm._v(\n \"’nin altında olması halinde aşağıdaki ücretler hesaptan tahsil edilecektir. \"\n ),\n ]),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(_vm.apps, function (d) {\n return _c(\"card-item\", {\n key: d + Math.random(),\n attrs: {\n cssClass: \"package-card\",\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.shortContent,\n description: d.description,\n price: d.price,\n },\n d\n ),\n },\n })\n }),\n 1\n ),\n ]),\n ])\n : _vm._e(),\n _vm.currentTab === 2\n ? _c(\"div\", { attrs: { id: \"professional\" } }, [\n _c(\n \"div\",\n { staticClass: \"profAlgoTabs\" },\n _vm._l(_vm.profAlgoTab, function (item) {\n return _c(\n \"div\",\n {\n key: item.id,\n class: _vm.tabClass(\n item.id,\n \"profAlgoTab\",\n _vm.profCurrentTab\n ),\n attrs: { id: \"profTabs-\" + item.id },\n on: {\n click: function ($event) {\n return _vm.changeSubTab(item.id, \"profCurrentTab\")\n },\n },\n },\n [\n _c(\"p\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(item.name)),\n ]),\n ]\n )\n }),\n 0\n ),\n _c(\"div\", { staticClass: \"warn-text\" }, [\n _vm._v(\" Almak istediğiniz uygulama tipini seçiniz. \"),\n ]),\n _c(\n \"div\",\n { staticClass: \"info\" },\n [\n _c(\"base-icon\", { attrs: { name: \"warn-yellow\" } }),\n _c(\"p\", [\n _vm._v(\n \" Satın alınan ekran için gerekli koşulu sağlanması halinde ücret kesintisi yapılmayacaktır. \"\n ),\n ]),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(this.profAlgoApps, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.platform && d.platform.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 3\n ? _c(\"div\", { attrs: { id: \"algoServer\" } }, [\n _c(\n \"div\",\n { staticClass: \"profAlgoTabs\" },\n _vm._l(_vm.profAlgoTab, function (item) {\n return _c(\n \"div\",\n {\n key: item.id,\n class: _vm.tabClass(\n item.id,\n \"profAlgoTab\",\n _vm.algoCurrentTab\n ),\n attrs: { id: \"algoTabs-\" + item.id },\n on: {\n click: function ($event) {\n return _vm.changeSubTab(item.id, \"algoCurrentTab\")\n },\n },\n },\n [\n _c(\"p\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(item.name)),\n ]),\n ]\n )\n }),\n 0\n ),\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(this.profAlgoApps, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.algorithm && d.algorithm.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n currentTab: \"Algo\",\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 4\n ? _c(\"div\", { attrs: { id: \"research\" } }, [\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(this.allResearch, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.application && d.application.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n currentTab: \"Research\",\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n ]),\n ]),\n ]),\n ]\n )\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"message\" }, [\n _c(\"h6\", { staticClass: \"message-title\" }, [\n _vm._v(\" Almak istediğiniz uygulama tipini seçiniz. \"),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/BuyDataPackage.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2391
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n {\n staticClass: \"customer-detail\",\n class: _vm.getMemberType == \"true\" ? \"mt-20\" : \"\",\n },\n [\n _c(\"div\", { staticClass: \"buy-package custom-container\" }, [\n _vm.$route.query.isRecommended === undefined\n ? _c(\"div\", { staticClass: \"backward\" }, [\n _c(\n \"button\",\n { staticClass: \"back-button\", on: { click: _vm.goBack } },\n [\n _c(\"base-icon\", { attrs: { name: \"controls-backward\" } }),\n _vm._v(\"Geri dön \"),\n ],\n 1\n ),\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"tab-layout\" }, [\n _c(\n \"div\",\n { staticClass: \"tabs custom-container\" },\n _vm._l(\n _vm.$route.query.isRecommended === undefined\n ? _vm.appsTab\n : _vm.appsTab.filter(function (x) {\n return x.id == 1 || x.id == 2\n }),\n function (tab) {\n return _c(\n \"div\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id, \"tab\", _vm.currentTab),\n attrs: { id: \"tab-\" + tab.id },\n },\n [\n _c(\n \"div\",\n {\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id, tab.featureTypeId)\n },\n },\n },\n [_c(\"h6\", [_vm._v(_vm._s(tab.name))])]\n ),\n ]\n )\n }\n ),\n 0\n ),\n _c(\"div\", { staticClass: \"burger-menu\" }, [\n _c(\n \"ul\",\n { staticClass: \"menu-container\" },\n _vm._l(\n _vm.$route.query.isRecommended === undefined\n ? _vm.appsTab\n : _vm.appsTab.filter(function (x) {\n return x.id == 1 || x.id == 2\n }),\n function (tab) {\n return _c(\n \"li\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id, \"tab\", _vm.currentTab),\n attrs: { id: \"tab-\" + tab.id },\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id, tab.featureTypeId)\n },\n },\n },\n [_vm._v(\" \" + _vm._s(tab.name) + \" \")]\n )\n }\n ),\n 0\n ),\n ]),\n _vm.recommendedPackages && _vm.currentTab != 1\n ? _c(\n \"div\",\n { staticClass: \"slider\" },\n [\n _c(\"package-slider\", {\n attrs: {\n packages: _vm.recommendedPackages,\n isDisplay:\n _vm.getActiveProductsLength == 0 ? true : false,\n },\n }),\n ],\n 1\n )\n : _vm._e(),\n _c(\"div\", { staticClass: \"tab-content buy-package__content\" }, [\n _vm.currentTab === 1\n ? _c(\"div\", { attrs: { id: \"osmanli\" } }, [\n _c(\"div\", { staticClass: \"tab-item\" }, [\n _vm._m(0),\n _c(\n \"div\",\n { staticClass: \"info\" },\n [\n _c(\"base-icon\", { attrs: { name: \"warn-yellow\" } }),\n _c(\"p\", [\n _vm._v(\" Portföy büyüklüğü \"),\n _c(\"span\", [\n _vm._v(\n _vm._s(\n _vm.formatPriceNoDecimal(_vm.overallLimit)\n ) + \"₺\"\n ),\n ]),\n _vm._v(\n \" ve üzeri olan yatırımcılarımız, Osmanlı uygulamalarından karma lisansı ücretsiz alabilirler. Aksi takdirde sadece Müşteri Temsilciniz bu lisansı talep edebilecektir. Karma lisansın alınması sonrasında portföy büyüklüğünün aylık ortalama \"\n ),\n _c(\"span\", [\n _vm._v(\n _vm._s(\n _vm.formatPriceNoDecimal(_vm.overallLimit)\n ) + \"₺\"\n ),\n ]),\n _vm._v(\n \"’nin altında olması halinde aşağıdaki ücretler hesaptan tahsil edilecektir. \"\n ),\n ]),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(_vm.apps, function (d) {\n return _c(\"card-item\", {\n key: d + Math.random(),\n attrs: {\n cssClass: \"package-card\",\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.shortContent,\n description: d.description,\n price: d.price,\n },\n d\n ),\n },\n })\n }),\n 1\n ),\n ]),\n ])\n : _vm._e(),\n _vm.currentTab === 2\n ? _c(\"div\", { attrs: { id: \"professional\" } }, [\n _c(\n \"div\",\n { staticClass: \"profAlgoTabs\" },\n _vm._l(_vm.profAlgoTab, function (item) {\n return _c(\n \"div\",\n {\n key: item.id,\n class: _vm.tabClass(\n item.id,\n \"profAlgoTab\",\n _vm.profCurrentTab\n ),\n attrs: { id: \"profTabs-\" + item.id },\n on: {\n click: function ($event) {\n return _vm.changeSubTab(item.id, \"profCurrentTab\")\n },\n },\n },\n [\n _c(\"p\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(item.name)),\n ]),\n ]\n )\n }),\n 0\n ),\n _c(\"div\", { staticClass: \"warn-text\" }, [\n _vm._v(\" Almak istediğiniz uygulama tipini seçiniz. \"),\n ]),\n _c(\n \"div\",\n { staticClass: \"info\" },\n [\n _c(\"base-icon\", { attrs: { name: \"warn-yellow\" } }),\n _c(\"p\", [\n _vm._v(\n \" Satın alınan ekran için gerekli koşulu sağlanması halinde ücret kesintisi yapılmayacaktır. \"\n ),\n ]),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(this.profAlgoApps, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.platform && d.platform.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 3\n ? _c(\"div\", { attrs: { id: \"algoServer\" } }, [\n _c(\n \"div\",\n { staticClass: \"profAlgoTabs\" },\n _vm._l(_vm.profAlgoTab, function (item) {\n return _c(\n \"div\",\n {\n key: item.id,\n class: _vm.tabClass(\n item.id,\n \"profAlgoTab\",\n _vm.algoCurrentTab\n ),\n attrs: { id: \"algoTabs-\" + item.id },\n on: {\n click: function ($event) {\n return _vm.changeSubTab(item.id, \"algoCurrentTab\")\n },\n },\n },\n [\n _c(\"p\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(item.name)),\n ]),\n ]\n )\n }),\n 0\n ),\n _c(\n \"div\",\n {\n staticClass: \"card-container package-list\",\n class:\n _vm.profAlgoApps.length > 3 ? \"bigger-package\" : \"\",\n },\n _vm._l(this.profAlgoApps, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.algorithm && d.algorithm.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n currentTab: \"Algo\",\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 4\n ? _c(\"div\", { attrs: { id: \"research\" } }, [\n _c(\n \"div\",\n { staticClass: \"card-container package-list\" },\n _vm._l(this.allResearch, function (d) {\n return _c(\"card-item\", {\n key: d.name + Math.random(),\n attrs: {\n item: Object.assign(\n {},\n {\n imageUrl: d.imageUrl,\n title: d.name,\n subtitle: d.application && d.application.name,\n description: d.description,\n price: d.price,\n },\n d\n ),\n currentTab: \"Research\",\n },\n })\n }),\n 1\n ),\n ])\n : _vm._e(),\n ]),\n ]),\n ]),\n ]\n )\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"message\" }, [\n _c(\"h6\", { staticClass: \"message-title\" }, [\n _vm._v(\" Almak istediğiniz uygulama tipini seçiniz. \"),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/BuyDataPackage.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2392
2392
 
2393
2393
  /***/ }),
2394
2394
 
@@ -2412,7 +2412,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
2412
2412
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2413
2413
 
2414
2414
  "use strict";
2415
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"customer-detail\" },\n [\n _c(\"customer-info\", {\n attrs: {\n customerNumber: _vm.customerId,\n currentCustomer: _vm.customer,\n getPaymentStatuses: _vm.getPaymentStatuses,\n },\n }),\n _c(\"div\", { staticClass: \"tab-layout\" }, [\n _c(\n \"div\",\n { staticClass: \"tabs custom-container\" },\n _vm._l(_vm.tabs, function (tab) {\n return _c(\n \"div\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id),\n attrs: { id: \"tab-\" + tab.id },\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id)\n },\n },\n },\n [_c(\"h6\", [_vm._v(_vm._s(tab.text))])]\n )\n }),\n 0\n ),\n _c(\"div\", { staticClass: \"tab-content\" }, [\n _vm.currentTab === 0\n ? _c(\"div\", { staticClass: \"data-types\" }, [\n _vm.cusId\n ? _c(\n \"div\",\n [\n _c(\"fund-commission-rate\", {\n attrs: { customerId: parseInt(_vm.cusId, 0) },\n }),\n ],\n 1\n )\n : _vm._e(),\n _c(\n \"div\",\n {\n staticClass: \"data-requests custom-container\",\n attrs: { id: \"dataRequest\" },\n },\n [\n _c(\"div\", { staticClass: \"data-requests-timer\" }, [\n _c(\n \"div\",\n { staticClass: \"info-row\" },\n [\n _c(\"info-area\", {\n attrs: {\n infoText:\n \"Lisans iptallerinin, içerisinde bulunulan ayın son gününe kadar gerçekleştirilmesi gerekmektedir. Tanımlı veri paketinizin iptal edilmemesi durumunda, mevcut paketiniz her ay başında tekrar güncellenecektir.\",\n typeWarning: true,\n },\n }),\n ],\n 1\n ),\n _vm.timerRunning\n ? _c(\"div\", { staticClass: \"timer-status\" }, [\n _c(\"span\", [\n _vm._v(\n _vm._s(_vm.countDown) +\n \" saniye içerisinde güncellenecektir.\"\n ),\n ]),\n ])\n : _vm._e(),\n ]),\n _vm.logsLoader\n ? _c(\n \"div\",\n { staticClass: \"data-requests-timer\" },\n [\n _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n }),\n ],\n 1\n )\n : _vm._l(_vm.allPackages.data, function (d) {\n return _c(\"data-request-item\", {\n key: d.id,\n attrs: {\n dataItem: Object.assign(\n {},\n {\n title: d.productName,\n subtitle: d.platform && d.platform.name,\n imageUrl: d.imageUrl,\n },\n d\n ),\n },\n on: {\n checkIsPopupOpen: function ($event) {\n return _vm.timerChecker($event)\n },\n },\n })\n }),\n _vm.allPackages.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"dataRequest\",\n page: _vm.allPackages.page,\n },\n })\n : _vm._e(),\n ],\n 2\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 1\n ? _c(\n \"div\",\n { staticClass: \"invoice-area\", attrs: { id: \"invoice\" } },\n [\n _c(\n \"div\",\n { staticClass: \"top-area custom-container\" },\n [\n _c(\"InvoiceFilter\", {\n attrs: {\n monthArr: this.monthArr,\n currentYearNumber: String(this.currentYearNumber),\n currentMonthNumber: String(this.currentMonthNumber),\n },\n on: {\n filterChangeResponse:\n _vm.checkIsDataInvoiceFilterChangedAndLoaded,\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"table-area custom-container\" },\n [\n _vm.getUserType\n ? _c(\"div\", { staticClass: \"warning-area\" }, [\n _vm.customer.paymentStatusId == 1 &&\n !_vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [\n _vm._v(\"Ekran ücreti tahsil edilmiştir.\"),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ])\n : _c(\"div\", { staticClass: \"warning-area\" }, [\n _vm.customer.paymentStatusId == 2 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Masraf ödeme durumu\")]),\n _c(\"span\", [\n _vm._v(\"“Her zaman temsilci”\"),\n ]),\n _vm._v(\n \" olması sebepli ekran ücreti temsilcinize yansıtılmıştır. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 0 &&\n !_vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Komisyon\")]),\n _vm._v(\" ya da \"),\n _c(\"span\", [_vm._v(\"BES/FON\")]),\n _vm._v(\n \" şartı sağlanmadığı için veri paketi ücreti tahsil edilmiştir. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 1 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [\n _vm._v(\"Masraf Ödeme durumunuz\"),\n ]),\n _c(\"span\", [_vm._v(\"“Her zaman müşteri”\")]),\n _vm._v(\n \" olması sebepli ekran ücreti tarafınıza yansıtılmıştır. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 0 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Komisyon\")]),\n _vm._v(\" ya da \"),\n _c(\"span\", [_vm._v(\"BES/FON\")]),\n _vm._v(\n \" şartı sağlandığı için veri paketi ücreti tahsil edilmemiştir. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n ]),\n !_vm.isDataInvoiceLoaded\n ? _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n })\n : _vm._l(_vm.invoiceList.data, function (d) {\n return _c(\"data-invoice-item\", {\n key: d.id,\n attrs: {\n dataItem: Object.assign(\n {},\n {\n title: d.productName,\n subtitle: d.platform && d.platform.name,\n imageUrl: d.imageUrl,\n },\n d\n ),\n },\n })\n }),\n _vm.invoiceList.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"invoice\",\n page: _vm.invoiceList.page,\n },\n })\n : _vm._e(),\n ],\n 2\n ),\n ]\n )\n : _vm._e(),\n _vm.currentTab === 2\n ? _c(\n \"div\",\n {\n staticClass: \"history-area custom-container\",\n attrs: { id: \"history\" },\n },\n [\n _c(\n \"div\",\n { staticClass: \"top-area\" },\n [\n _c(\"h3\", [\n _vm._v(_vm._s(this.tabs[_vm.currentTab].text)),\n ]),\n _c(\"history-filter\"),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"history-table-container\" }, [\n _c(\"div\", { staticClass: \"history-table\" }, [\n _c(\n \"div\",\n { staticClass: \"table-area\" },\n [\n _vm._m(0),\n _vm._l(_vm.historyList.data, function (d) {\n return _c(\"data-history-item\", {\n key: d.id,\n attrs: { dataItem: d },\n })\n }),\n ],\n 2\n ),\n ]),\n ]),\n _vm.historyList.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"history\",\n page: _vm.historyList.page,\n },\n })\n : _vm._e(),\n ],\n 1\n )\n : _vm._e(),\n _vm.currentTab === 3\n ? _c(\n \"div\",\n {\n staticClass: \"screen-prices custom-container\",\n attrs: { id: \"screen-prices\" },\n },\n _vm._l(_vm.screenPriceList, function (item, index) {\n return _c(\n \"div\",\n {\n key: item.id,\n staticClass: \"accordion-wrapper\",\n on: {\n click: function ($event) {\n return _vm.toggleAccordion(\n item.applicationId,\n item.platformId,\n item.researchId,\n index\n )\n },\n },\n },\n [\n item.applicationShortContent ||\n item.researchName ||\n item.applicationName\n ? _c(\n \"div\",\n {\n class: [\n \"accordion-wrapper__row caption\",\n _vm.activeIndex\n ? \"active-\" + _vm.activeIndex\n : \"\",\n ],\n },\n [\n _c(\n \"div\",\n {\n staticClass: \"accordion-title-wrapper\",\n class: { active: _vm.activeIndex },\n },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n item.applicationShortContent != null &&\n item.applicationName != null\n ? _c(\"span\", [\n _vm._v(\n _vm._s(\n item.applicationShortContent\n )\n ),\n ])\n : _vm._e(),\n item.researchName != null\n ? _c(\"span\", [\n _vm._v(_vm._s(item.researchName)),\n ])\n : _vm._e(),\n item.applicationName != null &&\n item.applicationShortContent == null\n ? _c(\"span\", [\n _vm._v(\n _vm._s(item.applicationName) +\n \" \" +\n _vm._s(item.platformName)\n ),\n ])\n : _vm._e(),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Ücret \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Gerekli Komisyon \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Gerekli Fon / Bes Büyüklüğü \")]\n ),\n _c(\"base-icon\", {\n staticClass: \"collapse-icon\",\n class: {\n active: _vm.activeIndex === index,\n },\n attrs: { name: \"chevron-up\" },\n }),\n ],\n 1\n ),\n ]\n )\n : _vm._e(),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.activeIndex === index,\n expression: \"activeIndex === index\",\n },\n ],\n staticClass: \"accordion-content\",\n },\n [\n _vm._l(\n _vm.featureScreenPricesList,\n function (items, innerIndex) {\n return _c(\n \"div\",\n {\n key: items.id,\n staticClass: \"accordion-wrapper__row\",\n },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n _c(\n \"span\",\n { staticClass: \"inner-texts index\" },\n [_vm._v(_vm._s(innerIndex + 1))]\n ),\n items.market\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n \" \" +\n _vm._s(items.market.name) +\n \" \"\n ),\n items.perspective\n ? _c(\n \"span\",\n {\n staticClass:\n \"inner-texts\",\n },\n [\n _vm._v(\n _vm._s(\n items.perspective.name\n )\n ),\n ]\n )\n : _vm._e(),\n items.vendor\n ? _c(\n \"span\",\n {\n staticClass:\n \"inner-texts\",\n },\n [\n _vm._v(\n _vm._s(\n items.vendor.name\n )\n ),\n ]\n )\n : _vm._e(),\n ]\n )\n : _vm._e(),\n items.algorithm\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.algorithm.name)\n ),\n ]\n )\n : _vm._e(),\n items.research\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.research.name)\n ),\n ]\n )\n : _vm._e(),\n items.foreignIndice\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.foreignIndice.name)\n ),\n ]\n )\n : _vm._e(),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.price != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.price +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .price\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.commissionAmount != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.commissionAmount +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .commissionAmount\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.fundAmount != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.fundAmount +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .fundAmount\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n ]\n )\n }\n ),\n _vm.isLoading\n ? _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n })\n : _vm._e(),\n ],\n 2\n ),\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n ]),\n ]),\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"main-title-area\" }, [\n _c(\"div\", { staticClass: \"left\" }, [\n _c(\"span\", { staticClass: \"title\" }, [_vm._v(\"İşlem Tarihi\")]),\n ]),\n _c(\"div\", { staticClass: \"right\" }, [\n _c(\"span\", { staticClass: \"title\" }, [_vm._v(\"Değişiklik Bilgileri\")]),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/CustomerDetail.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2415
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"customer-detail\" },\n [\n _c(\"customer-info\", {\n attrs: {\n customerNumber: _vm.customerId,\n currentCustomer: _vm.customer,\n getPaymentStatuses: _vm.getPaymentStatuses,\n },\n }),\n _c(\"div\", { staticClass: \"tab-layout\" }, [\n _c(\n \"div\",\n { staticClass: \"tabs custom-container\" },\n _vm._l(_vm.tabs, function (tab) {\n return _c(\n \"div\",\n {\n key: tab.id,\n class: _vm.tabClass(tab.id),\n attrs: { id: \"tab-\" + tab.id },\n on: {\n click: function ($event) {\n return _vm.changeTab(tab.id)\n },\n },\n },\n [_c(\"h6\", [_vm._v(_vm._s(tab.text))])]\n )\n }),\n 0\n ),\n _c(\"div\", { staticClass: \"tab-content\" }, [\n _vm._v(\" \" + _vm._s(_vm.$route.name) + \" \"),\n _vm.currentTab === 0\n ? _c(\"div\", { staticClass: \"data-types\" }, [\n _vm.cusId\n ? _c(\n \"div\",\n [\n _c(\"fund-commission-rate\", {\n attrs: { customerId: parseInt(_vm.cusId, 0) },\n }),\n ],\n 1\n )\n : _vm._e(),\n _c(\n \"div\",\n {\n staticClass: \"data-requests custom-container\",\n attrs: { id: \"dataRequest\" },\n },\n [\n _c(\"div\", { staticClass: \"data-requests-timer\" }, [\n _c(\n \"div\",\n { staticClass: \"info-row\" },\n [\n _c(\"info-area\", {\n attrs: {\n infoText:\n \"Lisans iptallerinin, içerisinde bulunulan ayın son gününe kadar gerçekleştirilmesi gerekmektedir. Tanımlı veri paketinizin iptal edilmemesi durumunda, mevcut paketiniz her ay başında tekrar güncellenecektir.\",\n typeWarning: true,\n },\n }),\n ],\n 1\n ),\n _vm.timerRunning\n ? _c(\"div\", { staticClass: \"timer-status\" }, [\n _c(\"span\", [\n _vm._v(\n _vm._s(_vm.countDown) +\n \" saniye içerisinde güncellenecektir.\"\n ),\n ]),\n ])\n : _vm._e(),\n ]),\n _vm.logsLoader\n ? _c(\n \"div\",\n { staticClass: \"data-requests-timer\" },\n [\n _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n }),\n ],\n 1\n )\n : _vm._l(_vm.allPackages.data, function (d) {\n return _c(\"data-request-item\", {\n key: d.id,\n attrs: {\n dataItem: Object.assign(\n {},\n {\n title: d.productName,\n subtitle: d.platform && d.platform.name,\n imageUrl: d.imageUrl,\n },\n d\n ),\n },\n on: {\n checkIsPopupOpen: function ($event) {\n return _vm.timerChecker($event)\n },\n },\n })\n }),\n _vm.allPackages.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"dataRequest\",\n page: _vm.allPackages.page,\n },\n })\n : _vm._e(),\n ],\n 2\n ),\n ])\n : _vm._e(),\n _vm.currentTab === 1\n ? _c(\n \"div\",\n { staticClass: \"invoice-area\", attrs: { id: \"invoice\" } },\n [\n _c(\n \"div\",\n { staticClass: \"top-area custom-container\" },\n [\n _c(\"InvoiceFilter\", {\n attrs: {\n monthArr: this.monthArr,\n currentYearNumber: String(this.currentYearNumber),\n currentMonthNumber: String(this.currentMonthNumber),\n },\n on: {\n filterChangeResponse:\n _vm.checkIsDataInvoiceFilterChangedAndLoaded,\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"table-area custom-container\" },\n [\n _vm.getUserType\n ? _c(\"div\", { staticClass: \"warning-area\" }, [\n _vm.customer.paymentStatusId == 1 &&\n !_vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [\n _vm._v(\"Ekran ücreti tahsil edilmiştir.\"),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ])\n : _c(\"div\", { staticClass: \"warning-area\" }, [\n _vm.customer.paymentStatusId == 2 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Masraf ödeme durumu\")]),\n _c(\"span\", [\n _vm._v(\"“Her zaman temsilci”\"),\n ]),\n _vm._v(\n \" olması sebepli ekran ücreti temsilcinize yansıtılmıştır. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 0 &&\n !_vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Komisyon\")]),\n _vm._v(\" ya da \"),\n _c(\"span\", [_vm._v(\"BES/FON\")]),\n _vm._v(\n \" şartı sağlanmadığı için veri paketi ücreti tahsil edilmiştir. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 1 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [\n _vm._v(\"Masraf Ödeme durumunuz\"),\n ]),\n _c(\"span\", [_vm._v(\"“Her zaman müşteri”\")]),\n _vm._v(\n \" olması sebepli ekran ücreti tarafınıza yansıtılmıştır. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.customer.paymentStatusId == 0 &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\n \"div\",\n { staticClass: \"warning-texts\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"warn-yellow\" },\n }),\n _c(\"span\", [_vm._v(\"Komisyon\")]),\n _vm._v(\" ya da \"),\n _c(\"span\", [_vm._v(\"BES/FON\")]),\n _vm._v(\n \" şartı sağlandığı için veri paketi ücreti tahsil edilmemiştir. \"\n ),\n ],\n 1\n )\n : _vm._e(),\n ]),\n !_vm.isDataInvoiceLoaded\n ? _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n })\n : _vm._l(_vm.invoiceList.data, function (d) {\n return _c(\"data-invoice-item\", {\n key: d.id,\n attrs: {\n dataItem: Object.assign(\n {},\n {\n title: d.productName,\n subtitle: d.platform && d.platform.name,\n imageUrl: d.imageUrl,\n },\n d\n ),\n },\n })\n }),\n _vm.invoiceList.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"invoice\",\n page: _vm.invoiceList.page,\n },\n })\n : _vm._e(),\n ],\n 2\n ),\n ]\n )\n : _vm._e(),\n _vm.currentTab === 2\n ? _c(\n \"div\",\n {\n staticClass: \"history-area custom-container\",\n attrs: { id: \"history\" },\n },\n [\n _c(\n \"div\",\n { staticClass: \"top-area\" },\n [\n _c(\"h3\", [\n _vm._v(_vm._s(this.tabs[_vm.currentTab].text)),\n ]),\n _c(\"history-filter\"),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"history-table-container\" }, [\n _c(\"div\", { staticClass: \"history-table\" }, [\n _c(\n \"div\",\n { staticClass: \"table-area\" },\n [\n _vm._m(0),\n _vm._l(_vm.historyList.data, function (d) {\n return _c(\"data-history-item\", {\n key: d.id,\n attrs: { dataItem: d },\n })\n }),\n ],\n 2\n ),\n ]),\n ]),\n _vm.historyList.page\n ? _c(\"Pager\", {\n attrs: {\n pageName: \"history\",\n page: _vm.historyList.page,\n },\n })\n : _vm._e(),\n ],\n 1\n )\n : _vm._e(),\n _vm.currentTab === 3\n ? _c(\n \"div\",\n {\n staticClass: \"screen-prices custom-container\",\n attrs: { id: \"screen-prices\" },\n },\n _vm._l(_vm.screenPriceList, function (item, index) {\n return _c(\n \"div\",\n {\n key: item.id,\n staticClass: \"accordion-wrapper\",\n on: {\n click: function ($event) {\n return _vm.toggleAccordion(\n item.applicationId,\n item.platformId,\n item.researchId,\n index\n )\n },\n },\n },\n [\n item.applicationShortContent ||\n item.researchName ||\n item.applicationName\n ? _c(\n \"div\",\n {\n class: [\n \"accordion-wrapper__row caption\",\n _vm.activeIndex\n ? \"active-\" + _vm.activeIndex\n : \"\",\n ],\n },\n [\n _c(\n \"div\",\n {\n staticClass: \"accordion-title-wrapper\",\n class: { active: _vm.activeIndex },\n },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n item.applicationShortContent != null &&\n item.applicationName != null\n ? _c(\"span\", [\n _vm._v(\n _vm._s(\n item.applicationShortContent\n )\n ),\n ])\n : _vm._e(),\n item.researchName != null\n ? _c(\"span\", [\n _vm._v(_vm._s(item.researchName)),\n ])\n : _vm._e(),\n item.applicationName != null &&\n item.applicationShortContent == null\n ? _c(\"span\", [\n _vm._v(\n _vm._s(item.applicationName) +\n \" \" +\n _vm._s(item.platformName)\n ),\n ])\n : _vm._e(),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Ücret \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Gerekli Komisyon \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n class: {\n hidden: _vm.activeIndex !== index,\n },\n },\n [_vm._v(\" Gerekli Fon / Bes Büyüklüğü \")]\n ),\n _c(\"base-icon\", {\n staticClass: \"collapse-icon\",\n class: {\n active: _vm.activeIndex === index,\n },\n attrs: { name: \"chevron-up\" },\n }),\n ],\n 1\n ),\n ]\n )\n : _vm._e(),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.activeIndex === index,\n expression: \"activeIndex === index\",\n },\n ],\n staticClass: \"accordion-content\",\n },\n [\n _vm._l(\n _vm.featureScreenPricesList,\n function (items, innerIndex) {\n return _c(\n \"div\",\n {\n key: items.id,\n staticClass: \"accordion-wrapper__row\",\n },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n _c(\n \"span\",\n { staticClass: \"inner-texts index\" },\n [_vm._v(_vm._s(innerIndex + 1))]\n ),\n items.market\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n \" \" +\n _vm._s(items.market.name) +\n \" \"\n ),\n items.perspective\n ? _c(\n \"span\",\n {\n staticClass:\n \"inner-texts\",\n },\n [\n _vm._v(\n _vm._s(\n items.perspective.name\n )\n ),\n ]\n )\n : _vm._e(),\n items.vendor\n ? _c(\n \"span\",\n {\n staticClass:\n \"inner-texts\",\n },\n [\n _vm._v(\n _vm._s(\n items.vendor.name\n )\n ),\n ]\n )\n : _vm._e(),\n ]\n )\n : _vm._e(),\n items.algorithm\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.algorithm.name)\n ),\n ]\n )\n : _vm._e(),\n items.research\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.research.name)\n ),\n ]\n )\n : _vm._e(),\n items.foreignIndice\n ? _c(\n \"span\",\n { staticClass: \"inner-texts\" },\n [\n _vm._v(\n _vm._s(items.foreignIndice.name)\n ),\n ]\n )\n : _vm._e(),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.price != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.price +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .price\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.commissionAmount != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.commissionAmount +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .commissionAmount\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n items.fundAmount != 0\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceNoDecimal(\n items.fundAmount +\n (items.featureType == 3 ||\n items.featureType == 4\n ? _vm.newScreenPrice[0]\n .fundAmount\n : 0)\n )\n ) +\n \" TL \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"0 TL\")]),\n ]\n ),\n ]\n )\n }\n ),\n _vm.isLoading\n ? _c(\"base-icon\", {\n staticClass: \"loader-icon\",\n attrs: { name: \"loader\" },\n })\n : _vm._e(),\n ],\n 2\n ),\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n ]),\n ]),\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"main-title-area\" }, [\n _c(\"div\", { staticClass: \"left\" }, [\n _c(\"span\", { staticClass: \"title\" }, [_vm._v(\"İşlem Tarihi\")]),\n ]),\n _c(\"div\", { staticClass: \"right\" }, [\n _c(\"span\", { staticClass: \"title\" }, [_vm._v(\"Değişiklik Bilgileri\")]),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/CustomerDetail.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%225a848ef0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
2416
2416
 
2417
2417
  /***/ }),
2418
2418
 
@@ -3582,7 +3582,7 @@ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../.
3582
3582
  /*! no static exports found */
3583
3583
  /***/ (function(module, exports, __webpack_require__) {
3584
3584
 
3585
- eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".card-container .card[data-v-7d998794] {\\n border-radius: var(--radius-first);\\n border: solid 1px var(--color-primary-tint-second);\\n min-height: 288px;\\n min-width: 275px;\\n display: flex;\\n flex-direction: column;\\n justify-content: space-between;\\n}\\n.card-container .card[data-v-7d998794]:hover {\\n border: solid 2px #d6d6d8;\\n cursor: pointer;\\n}\\n.card-container .card-image[data-v-7d998794] {\\n margin-top: 20px;\\n width: 100%;\\n display: flex;\\n place-content: center;\\n}\\n.card-container .card-image .img[data-v-7d998794] {\\n width: 80px;\\n}\\n.card-container .card-text[data-v-7d998794] {\\n text-align: center;\\n}\\n.card-container .card-header[data-v-7d998794] {\\n padding-top: 10px;\\n margin-bottom: 10px;\\n font-size: 14px;\\n}\\n.card-container .name[data-v-7d998794] {\\n margin-bottom: 58px;\\n color: var(--grayscale-120);\\n font-size: 14px;\\n font-weight: normal;\\n}\\n.card-container .description[data-v-7d998794] {\\n color: var(--grayscale-50);\\n}\\n.card-container .add-btn[data-v-7d998794] {\\n margin-bottom: 20px;\\n text-align: center;\\n padding: 0px 20px;\\n}\\n.card-container .add-btn button[data-v-7d998794] {\\n width: 100%;\\n background: var(--color-primary-active);\\n height: 32px;\\n font-weight: 400;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/CardItem.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
3585
+ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".card-container .card-item-wrapper[data-v-7d998794] {\\n max-width: 275px;\\n}\\n.card-container .card[data-v-7d998794] {\\n border-radius: var(--radius-first);\\n border: solid 1px var(--color-primary-tint-second);\\n min-height: 288px;\\n min-width: 275px;\\n display: flex;\\n flex-direction: column;\\n justify-content: space-between;\\n}\\n.card-container .card[data-v-7d998794]:hover {\\n border: solid 2px #d6d6d8;\\n cursor: pointer;\\n}\\n.card-container .card-image[data-v-7d998794] {\\n margin-top: 20px;\\n width: 100%;\\n display: flex;\\n place-content: center;\\n}\\n.card-container .card-image .img[data-v-7d998794] {\\n width: 80px;\\n}\\n.card-container .card-text[data-v-7d998794] {\\n text-align: center;\\n}\\n.card-container .card-header[data-v-7d998794] {\\n padding-top: 10px;\\n margin-bottom: 10px;\\n font-size: 14px;\\n}\\n.card-container .name[data-v-7d998794] {\\n margin-bottom: 58px;\\n color: var(--grayscale-120);\\n font-size: 14px;\\n font-weight: normal;\\n}\\n.card-container .description[data-v-7d998794] {\\n color: var(--grayscale-50);\\n}\\n.card-container .add-btn[data-v-7d998794] {\\n margin-bottom: 20px;\\n text-align: center;\\n padding: 0px 20px;\\n}\\n.card-container .add-btn button[data-v-7d998794] {\\n width: 100%;\\n background: var(--color-primary-active);\\n height: 32px;\\n font-weight: 400;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/CardItem.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
3586
3586
 
3587
3587
  /***/ }),
3588
3588
 
@@ -3868,7 +3868,7 @@ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../.
3868
3868
  /*! no static exports found */
3869
3869
  /***/ (function(module, exports, __webpack_require__) {
3870
3870
 
3871
- eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".osm-vd[memberType=\\\"true\\\"] .customer-detail[data-v-99f58ee0] {\\n margin-top: 20px;\\n}\\n.alert-text[data-v-99f58ee0] {\\n font-size: 18px !important;\\n background: red;\\n color: white;\\n padding: 10px !important;\\n}\\n.backward[data-v-99f58ee0] {\\n background: #fff;\\n}\\n.backward .back-button[data-v-99f58ee0] {\\n border: none;\\n background-color: transparent;\\n cursor: pointer;\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n padding: 16px 20px 14px 20px;\\n}\\n.card-container[data-v-99f58ee0] {\\n display: grid;\\n grid-template-columns: repeat(4, 1fr);\\n place-content: center;\\n grid-auto-rows: auto;\\n grid-gap: 30px;\\n position: relative;\\n}\\n@media (max-width: 1150px) {\\n.card-container[data-v-99f58ee0] {\\n grid-template-columns: repeat(3, 1fr);\\n}\\n}\\n@media (max-width: 610px) {\\n.card-container[data-v-99f58ee0] {\\n display: block;\\n}\\n}\\n.burger-menu[data-v-99f58ee0] {\\n position: relative;\\n display: none;\\n}\\n@media (max-width: 544px) {\\n.burger-menu[data-v-99f58ee0] {\\n padding: 20px 0;\\n display: block;\\n}\\n}\\n.burger-menu .menu-icon[data-v-99f58ee0] {\\n width: 35px;\\n}\\n.burger-menu .menu-container[data-v-99f58ee0] {\\n background-color: var(--grayscale-0);\\n border-radius: var(--radius-second);\\n border: solid 1px var(--grayscale-20);\\n font-size: 16px;\\n padding: 10px;\\n}\\n.burger-menu .menu-container li[data-v-99f58ee0] {\\n display: block;\\n margin-bottom: 10px;\\n padding: 5px 10px;\\n border-radius: var(--radius-second);\\n}\\n.burger-menu .menu-container li[data-v-99f58ee0]:last-of-type {\\n margin-bottom: 0;\\n}\\n.burger-menu .menu-container li.active[data-v-99f58ee0] {\\n background-color: var(--grayscale-20);\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/BuyDataPackage.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
3871
+ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".osm-vd[memberType=\\\"true\\\"] .customer-detail[data-v-99f58ee0] {\\n margin-top: 20px;\\n}\\n.alert-text[data-v-99f58ee0] {\\n font-size: 18px !important;\\n background: red;\\n color: white;\\n padding: 10px !important;\\n}\\n.backward[data-v-99f58ee0] {\\n background: #fff;\\n}\\n.backward .back-button[data-v-99f58ee0] {\\n border: none;\\n background-color: transparent;\\n cursor: pointer;\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n padding: 16px 20px 14px 20px;\\n}\\n.card-container[data-v-99f58ee0] {\\n display: grid;\\n grid-template-columns: repeat(4, 1fr);\\n place-content: center;\\n grid-auto-rows: auto;\\n grid-gap: 30px;\\n position: relative;\\n}\\n.card-container.bigger-package[data-v-99f58ee0] {\\n grid-template-columns: repeat(3, 0fr);\\n place-content: start;\\n}\\n@media (max-width: 1150px) {\\n.card-container[data-v-99f58ee0] {\\n grid-template-columns: repeat(3, 1fr);\\n}\\n}\\n@media (max-width: 610px) {\\n.card-container[data-v-99f58ee0] {\\n display: block;\\n}\\n}\\n.burger-menu[data-v-99f58ee0] {\\n position: relative;\\n display: none;\\n}\\n@media (max-width: 544px) {\\n.burger-menu[data-v-99f58ee0] {\\n padding: 20px 0;\\n display: block;\\n}\\n}\\n.burger-menu .menu-icon[data-v-99f58ee0] {\\n width: 35px;\\n}\\n.burger-menu .menu-container[data-v-99f58ee0] {\\n background-color: var(--grayscale-0);\\n border-radius: var(--radius-second);\\n border: solid 1px var(--grayscale-20);\\n font-size: 16px;\\n padding: 10px;\\n}\\n.burger-menu .menu-container li[data-v-99f58ee0] {\\n display: block;\\n margin-bottom: 10px;\\n padding: 5px 10px;\\n border-radius: var(--radius-second);\\n}\\n.burger-menu .menu-container li[data-v-99f58ee0]:last-of-type {\\n margin-bottom: 0;\\n}\\n.burger-menu .menu-container li.active[data-v-99f58ee0] {\\n background-color: var(--grayscale-20);\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/BuyDataPackage.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
3872
3872
 
3873
3873
  /***/ }),
3874
3874
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osmanli-veri-dagitim",
3
- "version": "2.1.00-dev",
3
+ "version": "2.1.01-dev",
4
4
  "main": "./dist/OsmanliPackage.umd.min.js?version=2.0.90",
5
5
  "files": [
6
6
  "dist"