osmanli-veri-dagitim 2.1.25-dev → 2.1.26-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.
@@ -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.esube == \"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 {\n staticClass: \"card-container package-list\",\n class: _vm.allResearch.length > 3 ? \"bigger-package\" : \"\",\n },\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:%2211f6ad0e-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.esube == \"yes\" ? \"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 {\n staticClass: \"card-container package-list\",\n class: _vm.allResearch.length > 3 ? \"bigger-package\" : \"\",\n },\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:%2211f6ad0e-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
 
@@ -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.esube == \"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 {\n staticClass: \"card-container package-list\",\n class: _vm.allResearch.length > 3 ? \"bigger-package\" : \"\",\n },\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:%2211f6ad0e-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.esube == \"yes\" ? \"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 {\n staticClass: \"card-container package-list\",\n class: _vm.allResearch.length > 3 ? \"bigger-package\" : \"\",\n },\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:%2211f6ad0e-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
 
@@ -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.esube == \"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 {\n staticClass: \"card-container package-list\",\n class: _vm.allResearch.length > 3 ? \"bigger-package\" : \"\",\n },\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:%2211f6ad0e-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.esube == \"yes\" ? \"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 {\n staticClass: \"card-container package-list\",\n class: _vm.allResearch.length > 3 ? \"bigger-package\" : \"\",\n },\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:%2211f6ad0e-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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osmanli-veri-dagitim",
3
- "version": "2.1.25-dev",
3
+ "version": "2.1.26-dev",
4
4
  "main": "./dist/OsmanliPackage.umd.min.js?version=2.0.90",
5
5
  "files": [
6
6
  "dist"