osmanli-veri-dagitim 2.1.35-dev → 2.1.36-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.
- package/dist/OsmanliPackage.common.js +73 -6
- package/dist/OsmanliPackage.umd.js +73 -6
- package/dist/OsmanliPackage.umd.min.js +73 -6
- package/dist/fonts/Poppins-Black.9c046944.woff +0 -0
- package/dist/fonts/Poppins-Medium.4a53ae46.woff +0 -0
- package/dist/fonts/Poppins-Regular.98a10b7e.woff +0 -0
- package/dist/fonts/Poppins-SemiBold.d02649ad.woff +0 -0
- package/dist/fonts/Poppins-Thin.4523bd91.woff +0 -0
- package/package.json +1 -1
|
@@ -1647,7 +1647,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n//\n//\n//\n//\n//\n//\n//\n/
|
|
|
1647
1647
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1648
1648
|
|
|
1649
1649
|
"use strict";
|
|
1650
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @/components */ \"./src/components/index.js\");\n/* harmony import */ var _mixins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins */ \"./src/mixins/index.js\");\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants */ \"./src/constants/index.js\");\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var _utils_tokenTools__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/tokenTools */ \"./src/utils/tokenTools.js\");\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"DataInvoiceItem\",\n props: {\n dataItem: Object\n },\n mixins: [_mixins__WEBPACK_IMPORTED_MODULE_1__[\"default\"]],\n components: {\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_0__[\"BaseIcon\"],\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_0__[\"BaseButton\"],\n InfoArea: _components__WEBPACK_IMPORTED_MODULE_0__[\"InfoArea\"]\n },\n\n data() {\n return {\n isActive: false,\n isButtonsDisabled: false,\n purchaseTypes: {\n prev: 1,\n next: 2\n },\n esube: Object(_utils_tokenTools__WEBPACK_IMPORTED_MODULE_4__[\"getItem\"])(\"esube\"),\n isActivatedAccordion: false\n };\n },\n\n methods: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_3__[\"mapActions\"])([\"movePurchaseDates\"]),\n\n getTime(dateTime, formatType) {\n if (dateTime) {\n let stringDateTime = String(dateTime);\n let generateMomentDate = this.$moment(new Date(stringDateTime)).format(formatType);\n return generateMomentDate;\n } else {\n return \"-\";\n }\n },\n\n setRowForPrev(purchaseId) {\n this.setRowForPurchase(purchaseId, this.purchaseTypes.prev);\n },\n\n setRowForNext(purchaseId) {\n this.setRowForPurchase(purchaseId, this.purchaseTypes.next);\n },\n\n setRowForPurchase(purchaseId, purchaseMoveType) {\n this.isButtonsDisabled = true;\n this.movePurchaseDates({\n purchaseId: purchaseId,\n purchaseMoveType: purchaseMoveType\n }).then(response => {\n if (response.error) {\n this.$toast.error(response.message);\n } else {\n this.$toast.success(\"Durum güncellendi.\");\n this.closeModal(String(purchaseId));\n }\n\n this.isButtonsDisabled = false;\n });\n },\n\n showModal(modalId) {\n this.$modal.show(modalId);\n },\n\n closeModal(modalId) {\n this.$modal.hide(modalId);\n },\n\n accordionToggle() {\n this.isActivatedAccordion = !this.isActivatedAccordion;\n }\n\n },\n computed: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_3__[\"mapGetters\"])([\"getUserInfo\", \"fundAndCommissionRates\"]),\n\n currencySymbol() {\n return _constants__WEBPACK_IMPORTED_MODULE_2__[\"CurrencySymbol\"];\n },\n\n totalPriceTl() {\n var _this$dataItem, _this$dataItem$price, _this$dataItem$price$;\n\n return (_this$dataItem = this.dataItem) === null || _this$dataItem === void 0 ? void 0 : (_this$dataItem$price = _this$dataItem.price) === null || _this$dataItem$price === void 0 ? void 0 : (_this$dataItem$price$ = _this$dataItem$price.prices) === null || _this$dataItem$price$ === void 0 ? void 0 : _this$dataItem$price$.filter(e => e.info === this.currencySymbol.tl)[0].totalPrice;\n },\n\n totalPriceDollar() {\n var _this$dataItem2, _this$dataItem2$price, _this$dataItem2$price2;\n\n return (_this$dataItem2 = this.dataItem) === null || _this$dataItem2 === void 0 ? void 0 : (_this$dataItem2$price = _this$dataItem2.price) === null || _this$dataItem2$price === void 0 ? void 0 : (_this$dataItem2$price2 = _this$dataItem2$price.prices) === null || _this$dataItem2$price2 === void 0 ? void 0 : _this$dataItem2$price2.filter(e => e.info === this.currencySymbol.dolar)[0];\n },\n\n totalPriceEuro() {\n var _this$dataItem3, _this$dataItem3$price, _this$dataItem3$price2;\n\n return (_this$dataItem3 = this.dataItem) === null || _this$dataItem3 === void 0 ? void 0 : (_this$dataItem3$price = _this$dataItem3.price) === null || _this$dataItem3$price === void 0 ? void 0 : (_this$dataItem3$price2 = _this$dataItem3$price.prices) === null || _this$dataItem3$price2 === void 0 ? void 0 : _this$dataItem3$price2.filter(e => e.info === this.currencySymbol.euro)[0];\n },\n\n totalPriceCalc() {\n var _this$totalPriceDolla, _this$totalPriceEuro;\n\n let totalDollar = this.totalPriceDollar ? \" + $\" + this.formatPriceDollar((_this$totalPriceDolla = this.totalPriceDollar) === null || _this$totalPriceDolla === void 0 ? void 0 : _this$totalPriceDolla.totalPrice) : \"\";\n let totalEuro = this.totalPriceEuro ? \" + €\" + this.formatPriceEuro((_this$totalPriceEuro = this.totalPriceEuro) === null || _this$totalPriceEuro === void 0 ? void 0 : _this$totalPriceEuro.totalPrice) : \"\";\n return this.formatPrice(this.totalPriceTl) + \" TL\" + totalDollar + totalEuro;\n },\n\n screenPrice() {\n var _this$dataItem4, _this$dataItem4$price;\n\n if (((_this$dataItem4 = this.dataItem) === null || _this$dataItem4 === void 0 ? void 0 : (_this$dataItem4$price = _this$dataItem4.price) === null || _this$dataItem4$price === void 0 ? void 0 : _this$dataItem4$price.prices) == null) {\n var _this$dataItem5, _this$dataItem5$nextM;\n\n return (_this$dataItem5 = this.dataItem) === null || _this$dataItem5 === void 0 ? void 0 : (_this$dataItem5$nextM = _this$dataItem5.nextMonthPrice) === null || _this$dataItem5$nextM === void 0 ? void 0 : _this$dataItem5$nextM.screenPrice;\n } else {\n var _this$dataItem6, _this$dataItem6$price;\n\n return (_this$dataItem6 = this.dataItem) === null || _this$dataItem6 === void 0 ? void 0 : (_this$dataItem6$price = _this$dataItem6.price) === null || _this$dataItem6$price === void 0 ? void 0 : _this$dataItem6$price.screenPrice;\n }\n },\n\n getUserType() {\n const REPRESENTATIVE_CODE = 3;\n const userType = this.getUserInfo.memberType;\n return userType && userType === REPRESENTATIVE_CODE;\n },\n\n mergedPackagesNames() {\n var _this$dataItem$foreig, _this$dataItem$algori, _this$dataItem$resear, _this$dataItem$packag;\n\n const list = [];\n const platform = (_this$dataItem$foreig = this.dataItem.foreignIndice) === null || _this$dataItem$foreig === void 0 ? void 0 : _this$dataItem$foreig.map(i => i === null || i === void 0 ? void 0 : i.name);\n const algorithm = (_this$dataItem$algori = this.dataItem.algorithm) === null || _this$dataItem$algori === void 0 ? void 0 : _this$dataItem$algori.map(i => i === null || i === void 0 ? void 0 : i.name);\n const researchList = (_this$dataItem$resear = this.dataItem.research) === null || _this$dataItem$resear === void 0 ? void 0 : _this$dataItem$resear.map(i => i === null || i === void 0 ? void 0 : i.name);\n const marketFeature = ((_this$dataItem$packag = this.dataItem.package) === null || _this$dataItem$packag === void 0 ? void 0 : _this$dataItem$packag.map(i => {\n var _i$marketFeature;\n\n return i === null || i === void 0 ? void 0 : (_i$marketFeature = i.marketFeature) === null || _i$marketFeature === void 0 ? void 0 : _i$marketFeature.name;\n })) || [];\n const filteredMarketFeature = marketFeature.filter(name => name !== undefined);\n const filteredAlgorithm = algorithm.filter(name => name !== undefined);\n const filteredPlatform = platform.filter(name => name !== undefined);\n const filteredResearchList = researchList.filter(name => name !== undefined);\n\n if (filteredMarketFeature.length > 0) {\n list.push(...filteredMarketFeature);\n }\n\n if (filteredPlatform.length > 0) {\n list.push(...filteredPlatform);\n }\n\n if (filteredResearchList.length > 0) {\n list.push(...filteredResearchList);\n }\n\n if (filteredAlgorithm.length > 0) {\n list.push(...filteredAlgorithm);\n }\n\n return list;\n },\n\n mergedForTableData() {\n var _this$dataItem$foreig2, _this$dataItem$resear2, _this$dataItem$algori2;\n\n const list = [];\n const platform = (_this$dataItem$foreig2 = this.dataItem.foreignIndice) === null || _this$dataItem$foreig2 === void 0 ? void 0 : _this$dataItem$foreig2.map(i => i);\n const researchList = (_this$dataItem$resear2 = this.dataItem.research) === null || _this$dataItem$resear2 === void 0 ? void 0 : _this$dataItem$resear2.map(i => i);\n const algorithList = (_this$dataItem$algori2 = this.dataItem.algorithm) === null || _this$dataItem$algori2 === void 0 ? void 0 : _this$dataItem$algori2.map(i => i);\n\n const processPackageItem = item => {\n var _item$perspectiveFeat, _item$perspectiveFeat2, _item$perspectiveFeat3, _item$vendorFeature, _item$vendorFeature2, _item$vendorFeature3;\n\n const createLicenceFeature = (name, price, priceInfo) => {\n let currencySymbol = \"\";\n\n if (priceInfo === \"₺\") {\n currencySymbol = \"TL\";\n } else if (priceInfo === \"€\") {\n currencySymbol = \"Euro\";\n } else if (priceInfo === \"$\") {\n currencySymbol = \"Dolar\";\n }\n\n if (name !== null && name !== undefined && price !== null && price !== undefined && currencySymbol !== null && currencySymbol !== undefined) {\n list.push({\n name,\n startDate: item.startDate,\n endDate: item.endDate,\n price: `${price} ${currencySymbol}`\n });\n }\n };\n\n const perspectiveFeatureName = (_item$perspectiveFeat = item.perspectiveFeature) === null || _item$perspectiveFeat === void 0 ? void 0 : _item$perspectiveFeat.name;\n const perspectiveFeaturePrice = (_item$perspectiveFeat2 = item.perspectiveFeature) === null || _item$perspectiveFeat2 === void 0 ? void 0 : _item$perspectiveFeat2.price;\n const perspectiveFeatureInfo = (_item$perspectiveFeat3 = item.perspectiveFeature) === null || _item$perspectiveFeat3 === void 0 ? void 0 : _item$perspectiveFeat3.priceInfo;\n\n if (perspectiveFeatureName !== null && perspectiveFeatureName !== undefined && perspectiveFeaturePrice !== null && perspectiveFeaturePrice !== undefined) {\n var _item$marketFeature;\n\n createLicenceFeature(((_item$marketFeature = item.marketFeature) === null || _item$marketFeature === void 0 ? void 0 : _item$marketFeature.name) + \" \" + perspectiveFeatureName, perspectiveFeaturePrice, perspectiveFeatureInfo);\n }\n\n const vendorFeatureName = (_item$vendorFeature = item.vendorFeature) === null || _item$vendorFeature === void 0 ? void 0 : _item$vendorFeature.name;\n const vendorFeaturePrice = (_item$vendorFeature2 = item.vendorFeature) === null || _item$vendorFeature2 === void 0 ? void 0 : _item$vendorFeature2.price;\n const vendorFeatureInfo = (_item$vendorFeature3 = item.vendorFeature) === null || _item$vendorFeature3 === void 0 ? void 0 : _item$vendorFeature3.priceInfo;\n\n if (vendorFeatureName !== null && vendorFeatureName !== undefined && vendorFeatureName !== \"Yok\" && vendorFeaturePrice !== null && vendorFeaturePrice !== undefined) {\n var _item$marketFeature2;\n\n createLicenceFeature(((_item$marketFeature2 = item.marketFeature) === null || _item$marketFeature2 === void 0 ? void 0 : _item$marketFeature2.name) + \" \" + vendorFeatureName, vendorFeaturePrice, vendorFeatureInfo);\n }\n };\n\n let multipleLicenceFeatures = [];\n\n if (this.dataItem.package.length > 0) {\n this.dataItem.package.forEach(processPackageItem);\n }\n\n list.push(...multipleLicenceFeatures);\n\n if (platform.length > 0) {\n list.push(...platform);\n }\n\n if (researchList.length > 0) {\n list.push(...researchList);\n }\n\n if (algorithList.length > 0) {\n list.push(...algorithList);\n }\n\n return list;\n },\n\n isCompleted() {\n return parseInt(this.fundAndCommissionRates.fundAmount) >= this.fundAndCommissionRates.price.totalFundAmount || parseInt(this.fundAndCommissionRates.commissionAmount) >= this.fundAndCommissionRates.price.totalCommissionAmount;\n }\n\n }\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/DataInvoiceItem.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
|
|
1650
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @/components */ \"./src/components/index.js\");\n/* harmony import */ var _mixins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins */ \"./src/mixins/index.js\");\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants */ \"./src/constants/index.js\");\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var _utils_tokenTools__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/tokenTools */ \"./src/utils/tokenTools.js\");\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"DataInvoiceItem\",\n props: {\n dataItem: Object\n },\n mixins: [_mixins__WEBPACK_IMPORTED_MODULE_1__[\"default\"]],\n components: {\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_0__[\"BaseIcon\"],\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_0__[\"BaseButton\"],\n InfoArea: _components__WEBPACK_IMPORTED_MODULE_0__[\"InfoArea\"]\n },\n\n data() {\n return {\n isActive: false,\n isButtonsDisabled: false,\n purchaseTypes: {\n prev: 1,\n next: 2\n },\n esube: Object(_utils_tokenTools__WEBPACK_IMPORTED_MODULE_4__[\"getItem\"])(\"esube\"),\n pricesText: Object(_utils_tokenTools__WEBPACK_IMPORTED_MODULE_4__[\"getItem\"])(\"esube\") == \"yes\" ? \"\" : \"Fiyatlar\",\n isActivatedAccordion: false\n };\n },\n\n methods: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_3__[\"mapActions\"])([\"movePurchaseDates\"]),\n\n getTime(dateTime, formatType) {\n if (dateTime) {\n let stringDateTime = String(dateTime);\n let generateMomentDate = this.$moment(new Date(stringDateTime)).format(formatType);\n return generateMomentDate;\n } else {\n return \"-\";\n }\n },\n\n setRowForPrev(purchaseId) {\n this.setRowForPurchase(purchaseId, this.purchaseTypes.prev);\n },\n\n setRowForNext(purchaseId) {\n this.setRowForPurchase(purchaseId, this.purchaseTypes.next);\n },\n\n setRowForPurchase(purchaseId, purchaseMoveType) {\n this.isButtonsDisabled = true;\n this.movePurchaseDates({\n purchaseId: purchaseId,\n purchaseMoveType: purchaseMoveType\n }).then(response => {\n if (response.error) {\n this.$toast.error(response.message);\n } else {\n this.$toast.success(\"Durum güncellendi.\");\n this.closeModal(String(purchaseId));\n }\n\n this.isButtonsDisabled = false;\n });\n },\n\n showModal(modalId) {\n this.$modal.show(modalId);\n },\n\n closeModal(modalId) {\n this.$modal.hide(modalId);\n },\n\n accordionToggle() {\n this.isActivatedAccordion = !this.isActivatedAccordion;\n }\n\n },\n computed: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_3__[\"mapGetters\"])([\"getUserInfo\", \"fundAndCommissionRates\"]),\n\n currencySymbol() {\n return _constants__WEBPACK_IMPORTED_MODULE_2__[\"CurrencySymbol\"];\n },\n\n totalPriceTl() {\n var _this$dataItem, _this$dataItem$price, _this$dataItem$price$;\n\n return (_this$dataItem = this.dataItem) === null || _this$dataItem === void 0 ? void 0 : (_this$dataItem$price = _this$dataItem.price) === null || _this$dataItem$price === void 0 ? void 0 : (_this$dataItem$price$ = _this$dataItem$price.prices) === null || _this$dataItem$price$ === void 0 ? void 0 : _this$dataItem$price$.filter(e => e.info === this.currencySymbol.tl)[0].totalPrice;\n },\n\n totalPriceDollar() {\n var _this$dataItem2, _this$dataItem2$price, _this$dataItem2$price2;\n\n return (_this$dataItem2 = this.dataItem) === null || _this$dataItem2 === void 0 ? void 0 : (_this$dataItem2$price = _this$dataItem2.price) === null || _this$dataItem2$price === void 0 ? void 0 : (_this$dataItem2$price2 = _this$dataItem2$price.prices) === null || _this$dataItem2$price2 === void 0 ? void 0 : _this$dataItem2$price2.filter(e => e.info === this.currencySymbol.dolar)[0];\n },\n\n totalPriceEuro() {\n var _this$dataItem3, _this$dataItem3$price, _this$dataItem3$price2;\n\n return (_this$dataItem3 = this.dataItem) === null || _this$dataItem3 === void 0 ? void 0 : (_this$dataItem3$price = _this$dataItem3.price) === null || _this$dataItem3$price === void 0 ? void 0 : (_this$dataItem3$price2 = _this$dataItem3$price.prices) === null || _this$dataItem3$price2 === void 0 ? void 0 : _this$dataItem3$price2.filter(e => e.info === this.currencySymbol.euro)[0];\n },\n\n totalPriceCalc() {\n var _this$totalPriceDolla, _this$totalPriceEuro;\n\n let totalDollar = this.totalPriceDollar ? \" + $\" + this.formatPriceDollar((_this$totalPriceDolla = this.totalPriceDollar) === null || _this$totalPriceDolla === void 0 ? void 0 : _this$totalPriceDolla.totalPrice) : \"\";\n let totalEuro = this.totalPriceEuro ? \" + €\" + this.formatPriceEuro((_this$totalPriceEuro = this.totalPriceEuro) === null || _this$totalPriceEuro === void 0 ? void 0 : _this$totalPriceEuro.totalPrice) : \"\";\n return this.formatPrice(this.totalPriceTl) + \" TL\" + totalDollar + totalEuro;\n },\n\n screenPrice() {\n var _this$dataItem4, _this$dataItem4$price;\n\n if (((_this$dataItem4 = this.dataItem) === null || _this$dataItem4 === void 0 ? void 0 : (_this$dataItem4$price = _this$dataItem4.price) === null || _this$dataItem4$price === void 0 ? void 0 : _this$dataItem4$price.prices) == null) {\n var _this$dataItem5, _this$dataItem5$nextM;\n\n return (_this$dataItem5 = this.dataItem) === null || _this$dataItem5 === void 0 ? void 0 : (_this$dataItem5$nextM = _this$dataItem5.nextMonthPrice) === null || _this$dataItem5$nextM === void 0 ? void 0 : _this$dataItem5$nextM.screenPrice;\n } else {\n var _this$dataItem6, _this$dataItem6$price;\n\n return (_this$dataItem6 = this.dataItem) === null || _this$dataItem6 === void 0 ? void 0 : (_this$dataItem6$price = _this$dataItem6.price) === null || _this$dataItem6$price === void 0 ? void 0 : _this$dataItem6$price.screenPrice;\n }\n },\n\n getUserType() {\n const REPRESENTATIVE_CODE = 3;\n const userType = this.getUserInfo.memberType;\n return userType && userType === REPRESENTATIVE_CODE;\n },\n\n mergedPackagesNames() {\n var _this$dataItem$foreig, _this$dataItem$algori, _this$dataItem$resear, _this$dataItem$packag;\n\n const list = [];\n const platform = (_this$dataItem$foreig = this.dataItem.foreignIndice) === null || _this$dataItem$foreig === void 0 ? void 0 : _this$dataItem$foreig.map(i => i === null || i === void 0 ? void 0 : i.name);\n const algorithm = (_this$dataItem$algori = this.dataItem.algorithm) === null || _this$dataItem$algori === void 0 ? void 0 : _this$dataItem$algori.map(i => i === null || i === void 0 ? void 0 : i.name);\n const researchList = (_this$dataItem$resear = this.dataItem.research) === null || _this$dataItem$resear === void 0 ? void 0 : _this$dataItem$resear.map(i => i === null || i === void 0 ? void 0 : i.name);\n const marketFeature = ((_this$dataItem$packag = this.dataItem.package) === null || _this$dataItem$packag === void 0 ? void 0 : _this$dataItem$packag.map(i => {\n var _i$marketFeature;\n\n return i === null || i === void 0 ? void 0 : (_i$marketFeature = i.marketFeature) === null || _i$marketFeature === void 0 ? void 0 : _i$marketFeature.name;\n })) || [];\n const filteredMarketFeature = marketFeature.filter(name => name !== undefined);\n const filteredAlgorithm = algorithm.filter(name => name !== undefined);\n const filteredPlatform = platform.filter(name => name !== undefined);\n const filteredResearchList = researchList.filter(name => name !== undefined);\n\n if (filteredMarketFeature.length > 0) {\n list.push(...filteredMarketFeature);\n }\n\n if (filteredPlatform.length > 0) {\n list.push(...filteredPlatform);\n }\n\n if (filteredResearchList.length > 0) {\n list.push(...filteredResearchList);\n }\n\n if (filteredAlgorithm.length > 0) {\n list.push(...filteredAlgorithm);\n }\n\n return list;\n },\n\n mergedForTableData() {\n var _this$dataItem$foreig2, _this$dataItem$resear2, _this$dataItem$algori2;\n\n const list = [];\n const platform = (_this$dataItem$foreig2 = this.dataItem.foreignIndice) === null || _this$dataItem$foreig2 === void 0 ? void 0 : _this$dataItem$foreig2.map(i => i);\n const researchList = (_this$dataItem$resear2 = this.dataItem.research) === null || _this$dataItem$resear2 === void 0 ? void 0 : _this$dataItem$resear2.map(i => i);\n const algorithList = (_this$dataItem$algori2 = this.dataItem.algorithm) === null || _this$dataItem$algori2 === void 0 ? void 0 : _this$dataItem$algori2.map(i => i);\n\n const processPackageItem = item => {\n var _item$perspectiveFeat, _item$perspectiveFeat2, _item$perspectiveFeat3, _item$vendorFeature, _item$vendorFeature2, _item$vendorFeature3;\n\n const createLicenceFeature = (name, price, priceInfo) => {\n let currencySymbol = \"\";\n\n if (priceInfo === \"₺\") {\n currencySymbol = \"TL\";\n } else if (priceInfo === \"€\") {\n currencySymbol = \"Euro\";\n } else if (priceInfo === \"$\") {\n currencySymbol = \"Dolar\";\n }\n\n if (name !== null && name !== undefined && price !== null && price !== undefined && currencySymbol !== null && currencySymbol !== undefined) {\n list.push({\n name,\n startDate: item.startDate,\n endDate: item.endDate,\n price: `${price} ${currencySymbol}`\n });\n }\n };\n\n const perspectiveFeatureName = (_item$perspectiveFeat = item.perspectiveFeature) === null || _item$perspectiveFeat === void 0 ? void 0 : _item$perspectiveFeat.name;\n const perspectiveFeaturePrice = (_item$perspectiveFeat2 = item.perspectiveFeature) === null || _item$perspectiveFeat2 === void 0 ? void 0 : _item$perspectiveFeat2.price;\n const perspectiveFeatureInfo = (_item$perspectiveFeat3 = item.perspectiveFeature) === null || _item$perspectiveFeat3 === void 0 ? void 0 : _item$perspectiveFeat3.priceInfo;\n\n if (perspectiveFeatureName !== null && perspectiveFeatureName !== undefined && perspectiveFeaturePrice !== null && perspectiveFeaturePrice !== undefined) {\n var _item$marketFeature;\n\n createLicenceFeature(((_item$marketFeature = item.marketFeature) === null || _item$marketFeature === void 0 ? void 0 : _item$marketFeature.name) + \" \" + perspectiveFeatureName, perspectiveFeaturePrice, perspectiveFeatureInfo);\n }\n\n const vendorFeatureName = (_item$vendorFeature = item.vendorFeature) === null || _item$vendorFeature === void 0 ? void 0 : _item$vendorFeature.name;\n const vendorFeaturePrice = (_item$vendorFeature2 = item.vendorFeature) === null || _item$vendorFeature2 === void 0 ? void 0 : _item$vendorFeature2.price;\n const vendorFeatureInfo = (_item$vendorFeature3 = item.vendorFeature) === null || _item$vendorFeature3 === void 0 ? void 0 : _item$vendorFeature3.priceInfo;\n\n if (vendorFeatureName !== null && vendorFeatureName !== undefined && vendorFeatureName !== \"Yok\" && vendorFeaturePrice !== null && vendorFeaturePrice !== undefined) {\n var _item$marketFeature2;\n\n createLicenceFeature(((_item$marketFeature2 = item.marketFeature) === null || _item$marketFeature2 === void 0 ? void 0 : _item$marketFeature2.name) + \" \" + vendorFeatureName, vendorFeaturePrice, vendorFeatureInfo);\n }\n };\n\n let multipleLicenceFeatures = [];\n\n if (this.dataItem.package.length > 0) {\n this.dataItem.package.forEach(processPackageItem);\n }\n\n list.push(...multipleLicenceFeatures);\n\n if (platform.length > 0) {\n list.push(...platform);\n }\n\n if (researchList.length > 0) {\n list.push(...researchList);\n }\n\n if (algorithList.length > 0) {\n list.push(...algorithList);\n }\n\n return list;\n },\n\n isCompleted() {\n return parseInt(this.fundAndCommissionRates.fundAmount) >= this.fundAndCommissionRates.price.totalFundAmount || parseInt(this.fundAndCommissionRates.commissionAmount) >= this.fundAndCommissionRates.price.totalCommissionAmount;\n }\n\n }\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/DataInvoiceItem.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
|
|
1651
1651
|
|
|
1652
1652
|
/***/ }),
|
|
1653
1653
|
|
|
@@ -1659,7 +1659,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _com
|
|
|
1659
1659
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1660
1660
|
|
|
1661
1661
|
"use strict";
|
|
1662
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components */ \"./src/components/index.js\");\n/* harmony import */ var _PackageSettigns__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./PackageSettigns */ \"./src/components/customer/PackageSettigns.vue\");\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants */ \"./src/constants/index.js\");\n/* harmony import */ var _base_InfoArea_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../base/InfoArea.vue */ \"./src/components/base/InfoArea.vue\");\n/* harmony import */ var _mixins___WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/ */ \"./src/mixins/index.js\");\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"DataRequestItem\",\n mixins: [_mixins___WEBPACK_IMPORTED_MODULE_5__[\"default\"]],\n components: {\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseButton\"],\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseIcon\"],\n PackageSettigns: _PackageSettigns__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n InfoArea: _base_InfoArea_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n },\n props: {\n dataItem: Object\n },\n\n data() {\n return {\n packageDetail: null,\n marketInfo: null,\n isPopupVisible: false,\n infoText: \"Fatura dönemi içerisinde, iptal edilen lisanslar hemen iptal edilse bile ücretlendirme yansımaktadır ve iptal edilen lisanlar ay sonuna kadar kullanılabilmektedir.\",\n cusId: null,\n userType: null,\n isActive: false\n };\n },\n\n mounted() {\n if (this.$route.params.customerId !== undefined) {\n this.cusId = this.$route.params.customerId;\n }\n\n let selectedFilter = {};\n\n if (this.generalFilter.filter !== undefined && this.generalFilter.filter !== {}) {\n selectedFilter = this.generalFilter.filter;\n }\n\n this.setGeneralFilter({\n page: 1,\n size: 5,\n filter: selectedFilter\n });\n this.userType = this.getUserType;\n },\n\n computed: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])([\"getPackageInfo\", \"getMarketInfo\", \"purchaseChangeStartDate\", \"generalFilter\", \"getUserInfo\"]),\n\n currencySymbol() {\n return _constants__WEBPACK_IMPORTED_MODULE_3__[\"CurrencySymbol\"];\n },\n\n getDataItemId() {\n return String(this.dataItem.id);\n },\n\n getSelectedPacks() {\n return [...this.dataItem.research.map(d => d.researchFeature.name), ...this.dataItem.foreignIndice.map(d => d.foreignIndiceFeature.name), ...this.dataItem.algorithm.map(d => d.algorithmFeature.name)];\n },\n\n getSelectedTerminalNumber() {\n return this.dataItem.algorithm.map(d => d.terminalNumber);\n },\n\n totalPriceDollar() {\n var _this$dataItem, _this$dataItem$price, _this$dataItem$price$;\n\n return (_this$dataItem = this.dataItem) === null || _this$dataItem === void 0 ? void 0 : (_this$dataItem$price = _this$dataItem.price) === null || _this$dataItem$price === void 0 ? void 0 : (_this$dataItem$price$ = _this$dataItem$price.prices) === null || _this$dataItem$price$ === void 0 ? void 0 : _this$dataItem$price$.filter(e => e.info === this.currencySymbol.dolar)[0];\n },\n\n totalPriceTl() {\n var _this$dataItem2, _this$dataItem2$price;\n\n let turkishLiraList = [];\n const pricesToCheck = (_this$dataItem2 = this.dataItem) === null || _this$dataItem2 === void 0 ? void 0 : (_this$dataItem2$price = _this$dataItem2.price) === null || _this$dataItem2$price === void 0 ? void 0 : _this$dataItem2$price.prices;\n\n if (pricesToCheck != null) {\n pricesToCheck.forEach(key => {\n if ((key === null || key === void 0 ? void 0 : key.info) === \"₺\" && key != undefined) {\n turkishLiraList.push(key.totalPrice);\n }\n });\n }\n\n return turkishLiraList.reduce((a, c) => a + c, 0);\n },\n\n totalPriceEuro() {\n var _this$dataItem3, _this$dataItem3$price, _this$dataItem3$price2;\n\n return (_this$dataItem3 = this.dataItem) === null || _this$dataItem3 === void 0 ? void 0 : (_this$dataItem3$price = _this$dataItem3.price) === null || _this$dataItem3$price === void 0 ? void 0 : (_this$dataItem3$price2 = _this$dataItem3$price.prices) === null || _this$dataItem3$price2 === void 0 ? void 0 : _this$dataItem3$price2.filter(e => e.info === this.currencySymbol.euro)[0];\n },\n\n totalPriceCalc() {\n var _this$totalPriceDolla, _this$totalPriceEuro;\n\n let totalDollar = this.totalPriceDollar != null ? \" + $\" + this.formatPriceDollar((_this$totalPriceDolla = this.totalPriceDollar) === null || _this$totalPriceDolla === void 0 ? void 0 : _this$totalPriceDolla.totalPrice) : \"\";\n let totalEuro = this.totalPriceEuro != null ? \" + €\" + this.formatPriceEuro((_this$totalPriceEuro = this.totalPriceEuro) === null || _this$totalPriceEuro === void 0 ? void 0 : _this$totalPriceEuro.totalPrice) : \"\";\n return this.formatPrice(this.totalPriceTl) + \" TL\" + totalDollar + totalEuro;\n },\n\n mergedPackagesNames() {\n var _this$dataItem$foreig, _this$dataItem$algori, _this$dataItem$resear, _this$dataItem$packag;\n\n const list = [];\n const platform = (_this$dataItem$foreig = this.dataItem.foreignIndice) === null || _this$dataItem$foreig === void 0 ? void 0 : _this$dataItem$foreig.map(i => i === null || i === void 0 ? void 0 : i.name);\n const algorithm = (_this$dataItem$algori = this.dataItem.algorithm) === null || _this$dataItem$algori === void 0 ? void 0 : _this$dataItem$algori.map(i => i === null || i === void 0 ? void 0 : i.name);\n const researchList = (_this$dataItem$resear = this.dataItem.research) === null || _this$dataItem$resear === void 0 ? void 0 : _this$dataItem$resear.map(i => i === null || i === void 0 ? void 0 : i.name);\n const marketFeature = ((_this$dataItem$packag = this.dataItem.package) === null || _this$dataItem$packag === void 0 ? void 0 : _this$dataItem$packag.map(i => {\n var _i$marketFeature;\n\n return i === null || i === void 0 ? void 0 : (_i$marketFeature = i.marketFeature) === null || _i$marketFeature === void 0 ? void 0 : _i$marketFeature.name;\n })) || [];\n const filteredMarketFeature = marketFeature.filter(name => name !== undefined);\n const filteredAlgorithm = algorithm.filter(name => name !== undefined);\n const filteredPlatform = platform.filter(name => name !== undefined);\n const filteredResearchList = researchList.filter(name => name !== undefined);\n\n if (filteredMarketFeature.length > 0) {\n list.push(...filteredMarketFeature);\n }\n\n if (filteredPlatform.length > 0) {\n list.push(...filteredPlatform);\n }\n\n if (filteredResearchList.length > 0) {\n list.push(...filteredResearchList);\n }\n\n if (filteredAlgorithm.length > 0) {\n list.push(...filteredAlgorithm);\n }\n\n return list;\n },\n\n mergedForTableData() {\n var _this$dataItem$foreig2, _this$dataItem$resear2, _this$dataItem$algori2;\n\n const list = [];\n let multipleLicenceFeatures = [];\n const platform = (_this$dataItem$foreig2 = this.dataItem.foreignIndice) === null || _this$dataItem$foreig2 === void 0 ? void 0 : _this$dataItem$foreig2.map(i => i);\n const researchList = (_this$dataItem$resear2 = this.dataItem.research) === null || _this$dataItem$resear2 === void 0 ? void 0 : _this$dataItem$resear2.map(i => i);\n const algorithList = (_this$dataItem$algori2 = this.dataItem.algorithm) === null || _this$dataItem$algori2 === void 0 ? void 0 : _this$dataItem$algori2.map(i => i);\n\n const processPackageItem = item => {\n var _item$perspectiveFeat, _item$perspectiveFeat2, _item$perspectiveFeat3, _item$vendorFeature, _item$vendorFeature2, _item$vendorFeature3;\n\n const createLicenceFeature = (name, price, priceInfo) => {\n let currencySymbol = \"\";\n\n if (priceInfo === \"₺\") {\n currencySymbol = \"TL\";\n } else if (priceInfo === \"€\") {\n currencySymbol = \"Euro\";\n } else if (priceInfo === \"$\") {\n currencySymbol = \"Dolar\";\n }\n\n if (name !== undefined && price !== undefined && currencySymbol !== undefined) {\n multipleLicenceFeatures.push({\n name,\n startDate: item.startDate,\n endDate: item.endDate,\n totalPrice: `${price} ${currencySymbol}`\n });\n }\n };\n\n const perspectiveFeatureName = (_item$perspectiveFeat = item.perspectiveFeature) === null || _item$perspectiveFeat === void 0 ? void 0 : _item$perspectiveFeat.name;\n const perspectiveFeaturePrice = (_item$perspectiveFeat2 = item.perspectiveFeature) === null || _item$perspectiveFeat2 === void 0 ? void 0 : _item$perspectiveFeat2.price;\n const perspectiveFeatureInfo = (_item$perspectiveFeat3 = item.perspectiveFeature) === null || _item$perspectiveFeat3 === void 0 ? void 0 : _item$perspectiveFeat3.info;\n\n if (perspectiveFeatureName !== undefined && perspectiveFeaturePrice !== undefined) {\n var _item$marketFeature;\n\n createLicenceFeature(((_item$marketFeature = item.marketFeature) === null || _item$marketFeature === void 0 ? void 0 : _item$marketFeature.name) + \" \" + perspectiveFeatureName, perspectiveFeaturePrice, perspectiveFeatureInfo);\n }\n\n const vendorFeatureName = (_item$vendorFeature = item.vendorFeature) === null || _item$vendorFeature === void 0 ? void 0 : _item$vendorFeature.name;\n const vendorFeaturePrice = (_item$vendorFeature2 = item.vendorFeature) === null || _item$vendorFeature2 === void 0 ? void 0 : _item$vendorFeature2.price;\n const vendorFeatureInfo = (_item$vendorFeature3 = item.vendorFeature) === null || _item$vendorFeature3 === void 0 ? void 0 : _item$vendorFeature3.info;\n\n if (vendorFeatureName !== undefined && vendorFeatureName !== \"Yok\" && vendorFeaturePrice !== undefined) {\n var _item$marketFeature2;\n\n createLicenceFeature(((_item$marketFeature2 = item.marketFeature) === null || _item$marketFeature2 === void 0 ? void 0 : _item$marketFeature2.name) + \" \" + vendorFeatureName, vendorFeaturePrice, vendorFeatureInfo);\n }\n };\n\n if (this.dataItem.package.length > 0) {\n this.dataItem.package.forEach(processPackageItem);\n }\n\n const filteredPlatform = platform.filter(name => name !== undefined);\n const filteredResearchList = researchList.filter(name => name !== undefined);\n const filteredAlgoList = algorithList.filter(name => name !== undefined);\n list.push(...multipleLicenceFeatures);\n\n if (filteredPlatform.length > 0) {\n list.push(...filteredPlatform);\n }\n\n if (filteredResearchList.length > 0) {\n list.push(...filteredResearchList);\n }\n\n if (filteredAlgoList.length > 0) {\n list.push(...filteredAlgoList);\n }\n\n return list;\n },\n\n getUserType() {\n return this.getUserInfo.memberType;\n }\n\n },\n methods: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapActions\"])([\"getPackageDetail\", \"getDraftPackageDetail\", \"getMarket\", \"getPlatform\", \"cancelPackage\", \"getAllPackages\", \"getPurchaseChangeStartDate\"]),\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapMutations\"])([\"setGeneralFilter\"]),\n\n addCart(dataItemId) {\n if (this.$route.name == \"CustomerDetail\" || this.$route.name == \"OvdHome\") {\n this.getPackageDetail([dataItemId, this.cusId]).then(() => {\n this.packageDetail = this.getPackageInfo;\n this.getMarket([this.packageDetail.application.applicationId, this.packageDetail.platform.platformId, this.cusId]).then(() => {\n this.marketInfo = this.getMarketInfo;\n });\n this.isPopupVisible = true;\n this.$emit(\"checkIsPopupOpen\", true);\n });\n } else {\n this.getDraftPackageDetail([dataItemId, this.cusId]).then(() => {\n this.packageDetail = this.getPackageInfo;\n this.getMarket([this.packageDetail.application.applicationId, this.packageDetail.platform.platformId, this.cusId]).then(() => {\n this.marketInfo = this.getMarketInfo;\n });\n this.isPopupVisible = true;\n this.$emit(\"checkIsPopupOpen\", true);\n });\n }\n },\n\n cancel(purchaseId) {\n this.cancelPackage(purchaseId).then(res => {\n if (res.data === true) {\n this.getAllPackages(this.cusId);\n this.$toast.success(\"İptal Edildi\");\n this.closeModal();\n }\n });\n },\n\n closePopup() {\n this.isPopupVisible = false;\n this.$emit(\"checkIsPopupOpen\", false);\n },\n\n showModal(packageStatus) {\n if (packageStatus === 5) {\n this.$toast.error(\"Paketiniz zaten pasif durumdadır.\");\n } else {\n this.$modal.show(packageStatus);\n }\n },\n\n closeModal() {\n this.$emit(\"checkIsPopupOpen\", false);\n this.$modal.hide(this.getDataItemId);\n },\n\n changeStartDate(val) {\n const args = {\n PurchaseNumber: this.dataItem.purchaseNo,\n DateSelection: val,\n cusId: this.cusId\n };\n this.getPurchaseChangeStartDate(args).then(res => {\n if (res !== null && res !== void 0 && res.error) {\n this.$toast.error(res.message);\n } else {\n this.$toast.success(\"Başarıyla güncelleme yapıldı.\");\n this.getAllPackages(this.cusId);\n }\n });\n },\n\n getTime(dateTime, formatType) {\n let stringDateTime = String(dateTime);\n let generateMomentDate = this.$moment(new Date(stringDateTime)).format(formatType);\n return generateMomentDate;\n },\n\n accordionToggle() {\n this.isActive = !this.isActive;\n }\n\n }\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/DataRequestItem.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
|
|
1662
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components */ \"./src/components/index.js\");\n/* harmony import */ var _PackageSettigns__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./PackageSettigns */ \"./src/components/customer/PackageSettigns.vue\");\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants */ \"./src/constants/index.js\");\n/* harmony import */ var _base_InfoArea_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../base/InfoArea.vue */ \"./src/components/base/InfoArea.vue\");\n/* harmony import */ var _mixins___WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/ */ \"./src/mixins/index.js\");\n/* harmony import */ var _utils_tokenTools__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/tokenTools */ \"./src/utils/tokenTools.js\");\n\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"DataRequestItem\",\n mixins: [_mixins___WEBPACK_IMPORTED_MODULE_5__[\"default\"]],\n components: {\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseButton\"],\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseIcon\"],\n PackageSettigns: _PackageSettigns__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n InfoArea: _base_InfoArea_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n },\n props: {\n dataItem: Object\n },\n\n data() {\n return {\n packageDetail: null,\n marketInfo: null,\n isPopupVisible: false,\n infoText: \"Fatura dönemi içerisinde, iptal edilen lisanslar hemen iptal edilse bile ücretlendirme yansımaktadır ve iptal edilen lisanlar ay sonuna kadar kullanılabilmektedir.\",\n cusId: null,\n userType: null,\n isActive: false,\n pricesText: Object(_utils_tokenTools__WEBPACK_IMPORTED_MODULE_6__[\"getItem\"])(\"esube\") == \"yes\" ? \"\" : \"Fiyatlar\"\n };\n },\n\n mounted() {\n if (this.$route.params.customerId !== undefined) {\n this.cusId = this.$route.params.customerId;\n }\n\n let selectedFilter = {};\n\n if (this.generalFilter.filter !== undefined && this.generalFilter.filter !== {}) {\n selectedFilter = this.generalFilter.filter;\n }\n\n this.setGeneralFilter({\n page: 1,\n size: 5,\n filter: selectedFilter\n });\n this.userType = this.getUserType;\n },\n\n computed: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])([\"getPackageInfo\", \"getMarketInfo\", \"purchaseChangeStartDate\", \"generalFilter\", \"getUserInfo\"]),\n\n currencySymbol() {\n return _constants__WEBPACK_IMPORTED_MODULE_3__[\"CurrencySymbol\"];\n },\n\n getDataItemId() {\n return String(this.dataItem.id);\n },\n\n getSelectedPacks() {\n return [...this.dataItem.research.map(d => d.researchFeature.name), ...this.dataItem.foreignIndice.map(d => d.foreignIndiceFeature.name), ...this.dataItem.algorithm.map(d => d.algorithmFeature.name)];\n },\n\n getSelectedTerminalNumber() {\n return this.dataItem.algorithm.map(d => d.terminalNumber);\n },\n\n totalPriceDollar() {\n var _this$dataItem, _this$dataItem$price, _this$dataItem$price$;\n\n return (_this$dataItem = this.dataItem) === null || _this$dataItem === void 0 ? void 0 : (_this$dataItem$price = _this$dataItem.price) === null || _this$dataItem$price === void 0 ? void 0 : (_this$dataItem$price$ = _this$dataItem$price.prices) === null || _this$dataItem$price$ === void 0 ? void 0 : _this$dataItem$price$.filter(e => e.info === this.currencySymbol.dolar)[0];\n },\n\n totalPriceTl() {\n var _this$dataItem2, _this$dataItem2$price;\n\n let turkishLiraList = [];\n const pricesToCheck = (_this$dataItem2 = this.dataItem) === null || _this$dataItem2 === void 0 ? void 0 : (_this$dataItem2$price = _this$dataItem2.price) === null || _this$dataItem2$price === void 0 ? void 0 : _this$dataItem2$price.prices;\n\n if (pricesToCheck != null) {\n pricesToCheck.forEach(key => {\n if ((key === null || key === void 0 ? void 0 : key.info) === \"₺\" && key != undefined) {\n turkishLiraList.push(key.totalPrice);\n }\n });\n }\n\n return turkishLiraList.reduce((a, c) => a + c, 0);\n },\n\n totalPriceEuro() {\n var _this$dataItem3, _this$dataItem3$price, _this$dataItem3$price2;\n\n return (_this$dataItem3 = this.dataItem) === null || _this$dataItem3 === void 0 ? void 0 : (_this$dataItem3$price = _this$dataItem3.price) === null || _this$dataItem3$price === void 0 ? void 0 : (_this$dataItem3$price2 = _this$dataItem3$price.prices) === null || _this$dataItem3$price2 === void 0 ? void 0 : _this$dataItem3$price2.filter(e => e.info === this.currencySymbol.euro)[0];\n },\n\n totalPriceCalc() {\n var _this$totalPriceDolla, _this$totalPriceEuro;\n\n let totalDollar = this.totalPriceDollar != null ? \" + $\" + this.formatPriceDollar((_this$totalPriceDolla = this.totalPriceDollar) === null || _this$totalPriceDolla === void 0 ? void 0 : _this$totalPriceDolla.totalPrice) : \"\";\n let totalEuro = this.totalPriceEuro != null ? \" + €\" + this.formatPriceEuro((_this$totalPriceEuro = this.totalPriceEuro) === null || _this$totalPriceEuro === void 0 ? void 0 : _this$totalPriceEuro.totalPrice) : \"\";\n return this.formatPrice(this.totalPriceTl) + \" TL\" + totalDollar + totalEuro;\n },\n\n mergedPackagesNames() {\n var _this$dataItem$foreig, _this$dataItem$algori, _this$dataItem$resear, _this$dataItem$packag;\n\n const list = [];\n const platform = (_this$dataItem$foreig = this.dataItem.foreignIndice) === null || _this$dataItem$foreig === void 0 ? void 0 : _this$dataItem$foreig.map(i => i === null || i === void 0 ? void 0 : i.name);\n const algorithm = (_this$dataItem$algori = this.dataItem.algorithm) === null || _this$dataItem$algori === void 0 ? void 0 : _this$dataItem$algori.map(i => i === null || i === void 0 ? void 0 : i.name);\n const researchList = (_this$dataItem$resear = this.dataItem.research) === null || _this$dataItem$resear === void 0 ? void 0 : _this$dataItem$resear.map(i => i === null || i === void 0 ? void 0 : i.name);\n const marketFeature = ((_this$dataItem$packag = this.dataItem.package) === null || _this$dataItem$packag === void 0 ? void 0 : _this$dataItem$packag.map(i => {\n var _i$marketFeature;\n\n return i === null || i === void 0 ? void 0 : (_i$marketFeature = i.marketFeature) === null || _i$marketFeature === void 0 ? void 0 : _i$marketFeature.name;\n })) || [];\n const filteredMarketFeature = marketFeature.filter(name => name !== undefined);\n const filteredAlgorithm = algorithm.filter(name => name !== undefined);\n const filteredPlatform = platform.filter(name => name !== undefined);\n const filteredResearchList = researchList.filter(name => name !== undefined);\n\n if (filteredMarketFeature.length > 0) {\n list.push(...filteredMarketFeature);\n }\n\n if (filteredPlatform.length > 0) {\n list.push(...filteredPlatform);\n }\n\n if (filteredResearchList.length > 0) {\n list.push(...filteredResearchList);\n }\n\n if (filteredAlgorithm.length > 0) {\n list.push(...filteredAlgorithm);\n }\n\n return list;\n },\n\n mergedForTableData() {\n var _this$dataItem$foreig2, _this$dataItem$resear2, _this$dataItem$algori2;\n\n const list = [];\n let multipleLicenceFeatures = [];\n const platform = (_this$dataItem$foreig2 = this.dataItem.foreignIndice) === null || _this$dataItem$foreig2 === void 0 ? void 0 : _this$dataItem$foreig2.map(i => i);\n const researchList = (_this$dataItem$resear2 = this.dataItem.research) === null || _this$dataItem$resear2 === void 0 ? void 0 : _this$dataItem$resear2.map(i => i);\n const algorithList = (_this$dataItem$algori2 = this.dataItem.algorithm) === null || _this$dataItem$algori2 === void 0 ? void 0 : _this$dataItem$algori2.map(i => i);\n\n const processPackageItem = item => {\n var _item$perspectiveFeat, _item$perspectiveFeat2, _item$perspectiveFeat3, _item$vendorFeature, _item$vendorFeature2, _item$vendorFeature3;\n\n const createLicenceFeature = (name, price, priceInfo) => {\n let currencySymbol = \"\";\n\n if (priceInfo === \"₺\") {\n currencySymbol = \"TL\";\n } else if (priceInfo === \"€\") {\n currencySymbol = \"Euro\";\n } else if (priceInfo === \"$\") {\n currencySymbol = \"Dolar\";\n }\n\n if (name !== undefined && price !== undefined && currencySymbol !== undefined) {\n multipleLicenceFeatures.push({\n name,\n startDate: item.startDate,\n endDate: item.endDate,\n totalPrice: `${price} ${currencySymbol}`\n });\n }\n };\n\n const perspectiveFeatureName = (_item$perspectiveFeat = item.perspectiveFeature) === null || _item$perspectiveFeat === void 0 ? void 0 : _item$perspectiveFeat.name;\n const perspectiveFeaturePrice = (_item$perspectiveFeat2 = item.perspectiveFeature) === null || _item$perspectiveFeat2 === void 0 ? void 0 : _item$perspectiveFeat2.price;\n const perspectiveFeatureInfo = (_item$perspectiveFeat3 = item.perspectiveFeature) === null || _item$perspectiveFeat3 === void 0 ? void 0 : _item$perspectiveFeat3.info;\n\n if (perspectiveFeatureName !== undefined && perspectiveFeaturePrice !== undefined) {\n var _item$marketFeature;\n\n createLicenceFeature(((_item$marketFeature = item.marketFeature) === null || _item$marketFeature === void 0 ? void 0 : _item$marketFeature.name) + \" \" + perspectiveFeatureName, perspectiveFeaturePrice, perspectiveFeatureInfo);\n }\n\n const vendorFeatureName = (_item$vendorFeature = item.vendorFeature) === null || _item$vendorFeature === void 0 ? void 0 : _item$vendorFeature.name;\n const vendorFeaturePrice = (_item$vendorFeature2 = item.vendorFeature) === null || _item$vendorFeature2 === void 0 ? void 0 : _item$vendorFeature2.price;\n const vendorFeatureInfo = (_item$vendorFeature3 = item.vendorFeature) === null || _item$vendorFeature3 === void 0 ? void 0 : _item$vendorFeature3.info;\n\n if (vendorFeatureName !== undefined && vendorFeatureName !== \"Yok\" && vendorFeaturePrice !== undefined) {\n var _item$marketFeature2;\n\n createLicenceFeature(((_item$marketFeature2 = item.marketFeature) === null || _item$marketFeature2 === void 0 ? void 0 : _item$marketFeature2.name) + \" \" + vendorFeatureName, vendorFeaturePrice, vendorFeatureInfo);\n }\n };\n\n if (this.dataItem.package.length > 0) {\n this.dataItem.package.forEach(processPackageItem);\n }\n\n const filteredPlatform = platform.filter(name => name !== undefined);\n const filteredResearchList = researchList.filter(name => name !== undefined);\n const filteredAlgoList = algorithList.filter(name => name !== undefined);\n list.push(...multipleLicenceFeatures);\n\n if (filteredPlatform.length > 0) {\n list.push(...filteredPlatform);\n }\n\n if (filteredResearchList.length > 0) {\n list.push(...filteredResearchList);\n }\n\n if (filteredAlgoList.length > 0) {\n list.push(...filteredAlgoList);\n }\n\n return list;\n },\n\n getUserType() {\n return this.getUserInfo.memberType;\n }\n\n },\n methods: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapActions\"])([\"getPackageDetail\", \"getDraftPackageDetail\", \"getMarket\", \"getPlatform\", \"cancelPackage\", \"getAllPackages\", \"getPurchaseChangeStartDate\"]),\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapMutations\"])([\"setGeneralFilter\"]),\n\n addCart(dataItemId) {\n if (this.$route.name == \"CustomerDetail\" || this.$route.name == \"OvdHome\") {\n this.getPackageDetail([dataItemId, this.cusId]).then(() => {\n this.packageDetail = this.getPackageInfo;\n this.getMarket([this.packageDetail.application.applicationId, this.packageDetail.platform.platformId, this.cusId]).then(() => {\n this.marketInfo = this.getMarketInfo;\n });\n this.isPopupVisible = true;\n this.$emit(\"checkIsPopupOpen\", true);\n });\n } else {\n this.getDraftPackageDetail([dataItemId, this.cusId]).then(() => {\n this.packageDetail = this.getPackageInfo;\n this.getMarket([this.packageDetail.application.applicationId, this.packageDetail.platform.platformId, this.cusId]).then(() => {\n this.marketInfo = this.getMarketInfo;\n });\n this.isPopupVisible = true;\n this.$emit(\"checkIsPopupOpen\", true);\n });\n }\n },\n\n cancel(purchaseId) {\n this.cancelPackage(purchaseId).then(res => {\n if (res.data === true) {\n this.getAllPackages(this.cusId);\n this.$toast.success(\"İptal Edildi\");\n this.closeModal();\n }\n });\n },\n\n closePopup() {\n this.isPopupVisible = false;\n this.$emit(\"checkIsPopupOpen\", false);\n },\n\n showModal(packageStatus) {\n if (packageStatus === 5) {\n this.$toast.error(\"Paketiniz zaten pasif durumdadır.\");\n } else {\n this.$modal.show(packageStatus);\n }\n },\n\n closeModal() {\n this.$emit(\"checkIsPopupOpen\", false);\n this.$modal.hide(this.getDataItemId);\n },\n\n changeStartDate(val) {\n const args = {\n PurchaseNumber: this.dataItem.purchaseNo,\n DateSelection: val,\n cusId: this.cusId\n };\n this.getPurchaseChangeStartDate(args).then(res => {\n if (res !== null && res !== void 0 && res.error) {\n this.$toast.error(res.message);\n } else {\n this.$toast.success(\"Başarıyla güncelleme yapıldı.\");\n this.getAllPackages(this.cusId);\n }\n });\n },\n\n getTime(dateTime, formatType) {\n let stringDateTime = String(dateTime);\n let generateMomentDate = this.$moment(new Date(stringDateTime)).format(formatType);\n return generateMomentDate;\n },\n\n accordionToggle() {\n this.isActive = !this.isActive;\n }\n\n }\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/DataRequestItem.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
|
|
1663
1663
|
|
|
1664
1664
|
/***/ }),
|
|
1665
1665
|
|
|
@@ -2223,7 +2223,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
|
|
|
2223
2223
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2224
2224
|
|
|
2225
2225
|
"use strict";
|
|
2226
|
-
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: \"invoice-item-container\" },\n [\n _c(\n \"div\",\n { staticClass: \"invoice-item\", class: { active: _vm.isActive } },\n [\n _c(\"div\", { staticClass: \"invoice-item__top\" }, [\n _c(\"div\", { staticClass: \"left flex-09\" }, [\n _c(\n \"div\",\n { staticClass: \"section section-0\" },\n [\n _vm.dataItem && _vm.dataItem.imageUrl\n ? _c(\"img\", {\n attrs: {\n alt: \"product image\",\n src: _vm.dataItem.imageUrl,\n },\n })\n : _c(\"base-icon\", { attrs: { name: \"no-image\" } }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"section section-main\" }, [\n _c(\"div\", { staticClass: \"section section-1\" }, [\n _c(\"h5\", [_vm._v(_vm._s(_vm.dataItem.title))]),\n _c(\"span\", [_vm._v(_vm._s(_vm.dataItem.subtitle))]),\n ]),\n ]),\n ]),\n _c(\"div\", { staticClass: \"right\" }, [\n _vm.dataItem.endDate\n ? _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Bitiş Tarihi\")]),\n _c(\"span\", [\n _vm._v(\n _vm._s(_vm.getTime(_vm.dataItem.endDate, \"DD.MM.YYYY\"))\n ),\n ]),\n ])\n : _vm._e(),\n _vm.esube == \"no\"\n ? _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Ödeme Durumu\")]),\n _vm.dataItem.paymentStatus == \"0\"\n ? _c(\"span\", [\n _vm._v(\n \"Limit altında müşteri, üstünde temsilci(Varsayılan)\"\n ),\n ])\n : _vm._e(),\n _vm.dataItem.paymentStatus == \"1\"\n ? _c(\"span\", [_vm._v(\"Müşteri\")])\n : _vm._e(),\n _vm.dataItem.paymentStatus == \"2\"\n ? _c(\"span\", [_vm._v(\"Temsilci\")])\n : _vm._e(),\n ])\n : _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Ödeme Durumu\")]),\n _vm.dataItem.paymentStatus == \"0\" &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\"span\", [_vm._v(\"Ücretsiz\")])\n : _vm._e(),\n _vm.dataItem.paymentStatus == \"0\" &&\n !_vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\"span\", [_vm._v(\"Tahsil Edildi\")])\n : _vm._e(),\n _vm.dataItem.paymentStatus == \"1\"\n ? _c(\"span\", [_vm._v(\"Tahsil Edildi\")])\n : _vm._e(),\n _vm.dataItem.paymentStatus == \"2\"\n ? _c(\"span\", [_vm._v(\"Ücretsiz\")])\n : _vm._e(),\n ]),\n _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Toplam Tutar\")]),\n _vm.dataItem.updatedAt\n ? _c(\"span\", [_vm._v(_vm._s(_vm.totalPriceCalc.toString()))])\n : _vm._e(),\n ]),\n ]),\n _vm.dataItem.packageStatus\n ? _c(\"div\", { staticClass: \"right for-button\" }, [\n _vm.dataItem.packageStatus.id !== 6 &&\n _vm.dataItem.packageStatus.id !== 8\n ? _c(\"div\", { staticClass: \"col\" }, [\n _vm.dataItem.packageStatus &&\n _vm.getUserInfo.memberType == 1\n ? _c(\"div\", [\n _vm.dataItem.packageStatus.id == 2\n ? _c(\n \"div\",\n {\n staticClass:\n \"invoice-item__bottom buttons\",\n },\n [\n _c(\n \"base-button\",\n {\n staticClass: \"set-buttons\",\n class: !_vm.isButtonsDisabled\n ? \"\"\n : \"disabled\",\n on: {\n click: function ($event) {\n _vm.showModal(\n String(_vm.dataItem.id)\n )\n },\n },\n },\n [_vm._v(\"İşlemler\")]\n ),\n ],\n 1\n )\n : _vm._e(),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n ]),\n _vm.dataItem.package\n ? _c(\"div\", { staticClass: \"invoice-item__bottom\" }, [\n _c(\"div\", { staticClass: \"left package-container\" }, [\n _c(\n \"div\",\n { staticClass: \"item\" },\n [\n _c(\"strong\", [_vm._v(\"Paketler:\")]),\n _vm._l(_vm.mergedPackagesNames, function (item, index) {\n return _c(\"span\", { key: item, staticClass: \"items\" }, [\n _vm._v(\" \" + _vm._s(item) + \" \"),\n index != _vm.mergedPackagesNames.length - 1\n ? _c(\"span\", { staticClass: \"seperator\" })\n : _vm._e(),\n ])\n }),\n ],\n 2\n ),\n ]),\n _c(\n \"div\",\n { staticClass: \"right\", on: { click: _vm.accordionToggle } },\n [\n _c(\"base-icon\", {\n class: [\"toggle\", { active: _vm.isActivatedAccordion }],\n attrs: { name: \"arrow-green\" },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"invoice-item__bottom__packages\" }, [\n _c(\n \"div\",\n {\n class: [\n \"accordion-wrapper\",\n _vm.isActivatedAccordion ? \"active\" : \"\",\n ],\n },\n [\n _c(\n \"div\",\n {\n class: [\n \"accordion-wrapper__row caption\",\n _vm.isActivatedAccordion ? \"active\" : \"\",\n ],\n },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell caption\",\n },\n [_vm._v(\"Paket Adı\")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell caption\",\n },\n [_vm._v(\" Başlangıç Tarihi \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell caption\",\n },\n [_vm._v(\" Bitiş Tarihi \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell caption\",\n },\n [_vm._v(\"Fiyatlar\")]\n ),\n ]\n ),\n _c(\n \"div\",\n { staticClass: \"accordion-content active\" },\n [\n _vm._l(_vm.mergedForTableData, function (item) {\n return _c(\n \"div\",\n {\n key: item.name,\n staticClass: \"accordion-wrapper__row\",\n },\n [\n _c(\n \"div\",\n {\n staticClass: \"accordion-wrapper__row__cell\",\n },\n [\n typeof item == \"object\"\n ? _c(\"span\", [\n item.name\n ? _c(\"span\", [\n _vm._v(_vm._s(item.name)),\n ])\n : _vm._e(),\n ])\n : _c(\"span\", [_vm._v(_vm._s(item))]),\n ]\n ),\n item.startDate\n ? _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.getTime(\n item.startDate,\n \"DD.MM.YYYY\"\n )\n ) +\n \" \"\n ),\n ]\n )\n : _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [_vm._v(\"-\")]\n ),\n item.endDate\n ? _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.getTime(\n item.endDate,\n \"DD.MM.YYYY\"\n )\n ) +\n \" \"\n ),\n ]\n )\n : _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [_vm._v(\"-\")]\n ),\n item.price\n ? _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n _vm._v(\" \" + _vm._s(item.price) + \" \"),\n item.info == \"₺\"\n ? _c(\"span\", [_vm._v(\"TL\")])\n : _vm._e(),\n item.info == \"€\"\n ? _c(\"span\", [_vm._v(\"Euro\")])\n : _vm._e(),\n item.info == \"$\"\n ? _c(\"span\", [_vm._v(\"Dolar\")])\n : _vm._e(),\n ]\n )\n : _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [_vm._v(\"-\")]\n ),\n ]\n )\n }),\n _c(\"div\", { staticClass: \"accordion-wrapper__row\" }, [\n _vm._m(0),\n _c(\"div\", {\n staticClass: \"accordion-wrapper__row__cell\",\n }),\n _c(\"div\", {\n staticClass: \"accordion-wrapper__row__cell\",\n }),\n _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [_vm._v(\" \" + _vm._s(_vm.screenPrice) + \" TL \")]\n ),\n ]),\n ],\n 2\n ),\n ]\n ),\n ]),\n ])\n : _vm._e(),\n ]\n ),\n _c(\n \"modal\",\n {\n staticClass: \"cancel-modal\",\n attrs: {\n height: \"auto\",\n adaptive: true,\n name: String(_vm.dataItem.id),\n },\n },\n [\n _c(\"div\", { staticClass: \"modal-heading\" }, [\n _c(\"div\", { staticClass: \"modal-title\" }, [\n _c(\"h5\", [\n _vm._v(\n \"Seçilen lisansı aşağıdaki şekilde yönlendirebilirsiniz.\"\n ),\n ]),\n ]),\n _c(\n \"a\",\n {\n on: {\n click: function ($event) {\n _vm.closeModal(String(_vm.dataItem.id))\n },\n },\n },\n [\n _c(\"base-icon\", {\n staticClass: \"close\",\n attrs: { name: \"close-circle\" },\n }),\n ],\n 1\n ),\n ]),\n _c(\n \"div\",\n { staticClass: \"modal-body\" },\n [\n _c(\"div\", { staticClass: \"modal-body__top\" }, [\n _c(\"div\", { staticClass: \"modal-body__info\" }, [\n _vm.dataItem.productName\n ? _c(\"h3\", { staticClass: \"title\" }, [\n _vm._v(\" \" + _vm._s(_vm.dataItem.productName) + \" \"),\n ])\n : _vm._e(),\n _c(\"p\", { staticClass: \"modal-body__info-platform\" }, [\n _vm.dataItem.platform && _vm.dataItem.platform.name\n ? _c(\"span\", [_vm._v(_vm._s(_vm.dataItem.platform.name))])\n : _vm._e(),\n ]),\n _c(\n \"p\",\n { staticClass: \"modal-body__info_price\" },\n [\n _vm.totalPriceCalc != \"0₺\" &&\n _vm.totalPriceCalc != \"0€\" &&\n _vm.totalPriceCalc != \"0$\"\n ? [_vm._v(_vm._s(_vm.totalPriceCalc))]\n : [_vm._v(\"Ücretsiz\")],\n ],\n 2\n ),\n ]),\n ]),\n _c(\"info-area\", {\n attrs: { infoText: \"Uyarı: Yapılan işlemler geri alınamaz.\" },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"modal-bottom\" },\n [\n _c(\n \"base-button\",\n {\n staticClass: \"set-buttons back\",\n class: !_vm.isButtonsDisabled ? \"\" : \"disabled\",\n on: {\n click: function ($event) {\n return _vm.setRowForPrev(_vm.dataItem.id)\n },\n },\n },\n [_vm._v(\"Geri Al\")]\n ),\n _c(\n \"base-button\",\n {\n staticClass: \"set-buttons\",\n class: !_vm.isButtonsDisabled ? \"\" : \"disabled\",\n on: {\n click: function ($event) {\n return _vm.setRowForNext(_vm.dataItem.id)\n },\n },\n },\n [_vm._v(\"İleri Al\")]\n ),\n ],\n 1\n ),\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: \"accordion-wrapper__row__cell\" }, [\n _c(\"span\", [_vm._v(\"Ekran Ücreti\")]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/DataInvoiceItem.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2236ad6782-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");
|
|
2226
|
+
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: \"invoice-item-container\" },\n [\n _c(\n \"div\",\n { staticClass: \"invoice-item\", class: { active: _vm.isActive } },\n [\n _c(\"div\", { staticClass: \"invoice-item__top\" }, [\n _c(\"div\", { staticClass: \"left flex-09\" }, [\n _c(\n \"div\",\n { staticClass: \"section section-0\" },\n [\n _vm.dataItem && _vm.dataItem.imageUrl\n ? _c(\"img\", {\n attrs: {\n alt: \"product image\",\n src: _vm.dataItem.imageUrl,\n },\n })\n : _c(\"base-icon\", { attrs: { name: \"no-image\" } }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"section section-main\" }, [\n _c(\"div\", { staticClass: \"section section-1\" }, [\n _c(\"h5\", [_vm._v(_vm._s(_vm.dataItem.title))]),\n _c(\"span\", [_vm._v(_vm._s(_vm.dataItem.subtitle))]),\n ]),\n ]),\n ]),\n _c(\"div\", { staticClass: \"right\" }, [\n _vm.dataItem.endDate\n ? _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Bitiş Tarihi\")]),\n _c(\"span\", [\n _vm._v(\n _vm._s(_vm.getTime(_vm.dataItem.endDate, \"DD.MM.YYYY\"))\n ),\n ]),\n ])\n : _vm._e(),\n _vm.esube == \"no\"\n ? _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Ödeme Durumu\")]),\n _vm.dataItem.paymentStatus == \"0\"\n ? _c(\"span\", [\n _vm._v(\n \"Limit altında müşteri, üstünde temsilci(Varsayılan)\"\n ),\n ])\n : _vm._e(),\n _vm.dataItem.paymentStatus == \"1\"\n ? _c(\"span\", [_vm._v(\"Müşteri\")])\n : _vm._e(),\n _vm.dataItem.paymentStatus == \"2\"\n ? _c(\"span\", [_vm._v(\"Temsilci\")])\n : _vm._e(),\n ])\n : _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Ödeme Durumu\")]),\n _vm.dataItem.paymentStatus == \"0\" &&\n _vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\"span\", [_vm._v(\"Ücretsiz\")])\n : _vm._e(),\n _vm.dataItem.paymentStatus == \"0\" &&\n !_vm.isCompleted &&\n _vm.invoiceList.data.length\n ? _c(\"span\", [_vm._v(\"Tahsil Edildi\")])\n : _vm._e(),\n _vm.dataItem.paymentStatus == \"1\"\n ? _c(\"span\", [_vm._v(\"Tahsil Edildi\")])\n : _vm._e(),\n _vm.dataItem.paymentStatus == \"2\"\n ? _c(\"span\", [_vm._v(\"Ücretsiz\")])\n : _vm._e(),\n ]),\n _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Toplam Tutar\")]),\n _vm.dataItem.updatedAt\n ? _c(\"span\", [_vm._v(_vm._s(_vm.totalPriceCalc.toString()))])\n : _vm._e(),\n ]),\n ]),\n _vm.dataItem.packageStatus\n ? _c(\"div\", { staticClass: \"right for-button\" }, [\n _vm.dataItem.packageStatus.id !== 6 &&\n _vm.dataItem.packageStatus.id !== 8\n ? _c(\"div\", { staticClass: \"col\" }, [\n _vm.dataItem.packageStatus &&\n _vm.getUserInfo.memberType == 1\n ? _c(\"div\", [\n _vm.dataItem.packageStatus.id == 2\n ? _c(\n \"div\",\n {\n staticClass:\n \"invoice-item__bottom buttons\",\n },\n [\n _c(\n \"base-button\",\n {\n staticClass: \"set-buttons\",\n class: !_vm.isButtonsDisabled\n ? \"\"\n : \"disabled\",\n on: {\n click: function ($event) {\n _vm.showModal(\n String(_vm.dataItem.id)\n )\n },\n },\n },\n [_vm._v(\"İşlemler\")]\n ),\n ],\n 1\n )\n : _vm._e(),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n ]),\n _vm.dataItem.package\n ? _c(\"div\", { staticClass: \"invoice-item__bottom\" }, [\n _c(\"div\", { staticClass: \"left package-container\" }, [\n _c(\n \"div\",\n { staticClass: \"item\" },\n [\n _c(\"strong\", [_vm._v(\"Paketler:\")]),\n _vm._l(_vm.mergedPackagesNames, function (item, index) {\n return _c(\"span\", { key: item, staticClass: \"items\" }, [\n _vm._v(\" \" + _vm._s(item) + \" \"),\n index != _vm.mergedPackagesNames.length - 1\n ? _c(\"span\", { staticClass: \"seperator\" })\n : _vm._e(),\n ])\n }),\n ],\n 2\n ),\n ]),\n _c(\n \"div\",\n { staticClass: \"right\", on: { click: _vm.accordionToggle } },\n [\n _c(\"base-icon\", {\n class: [\"toggle\", { active: _vm.isActivatedAccordion }],\n attrs: { name: \"arrow-green\" },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"invoice-item__bottom__packages\" }, [\n _c(\n \"div\",\n {\n class: [\n \"accordion-wrapper\",\n _vm.isActivatedAccordion ? \"active\" : \"\",\n ],\n },\n [\n _c(\n \"div\",\n {\n class: [\n \"accordion-wrapper__row caption\",\n _vm.isActivatedAccordion ? \"active\" : \"\",\n ],\n },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell caption\",\n },\n [_vm._v(\"Paket Adı\")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell caption\",\n },\n [_vm._v(\" Başlangıç Tarihi \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell caption\",\n },\n [_vm._v(\" Bitiş Tarihi \")]\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell caption\",\n },\n [_c(\"span\", [_vm._v(_vm._s(_vm.pricesText))])]\n ),\n ]\n ),\n _c(\n \"div\",\n { staticClass: \"accordion-content active\" },\n [\n _vm._l(_vm.mergedForTableData, function (item) {\n return _c(\n \"div\",\n {\n key: item.name,\n staticClass: \"accordion-wrapper__row\",\n },\n [\n _c(\n \"div\",\n {\n staticClass: \"accordion-wrapper__row__cell\",\n },\n [\n typeof item == \"object\"\n ? _c(\"span\", [\n item.name\n ? _c(\"span\", [\n _vm._v(_vm._s(item.name)),\n ])\n : _vm._e(),\n ])\n : _c(\"span\", [_vm._v(_vm._s(item))]),\n ]\n ),\n item.startDate\n ? _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.getTime(\n item.startDate,\n \"DD.MM.YYYY\"\n )\n ) +\n \" \"\n ),\n ]\n )\n : _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [_vm._v(\"-\")]\n ),\n item.endDate\n ? _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.getTime(\n item.endDate,\n \"DD.MM.YYYY\"\n )\n ) +\n \" \"\n ),\n ]\n )\n : _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [_vm._v(\"-\")]\n ),\n item.price\n ? _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [\n _vm._v(\" \" + _vm._s(item.price) + \" \"),\n item.info == \"₺\"\n ? _c(\"span\", [_vm._v(\"TL\")])\n : _vm._e(),\n item.info == \"€\"\n ? _c(\"span\", [_vm._v(\"Euro\")])\n : _vm._e(),\n item.info == \"$\"\n ? _c(\"span\", [_vm._v(\"Dolar\")])\n : _vm._e(),\n ]\n )\n : _c(\n \"div\",\n {\n staticClass:\n \"accordion-wrapper__row__cell\",\n },\n [_vm._v(\"-\")]\n ),\n ]\n )\n }),\n _c(\"div\", { staticClass: \"accordion-wrapper__row\" }, [\n _vm._m(0),\n _c(\"div\", {\n staticClass: \"accordion-wrapper__row__cell\",\n }),\n _c(\"div\", {\n staticClass: \"accordion-wrapper__row__cell\",\n }),\n _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [_vm._v(\" \" + _vm._s(_vm.screenPrice) + \" TL \")]\n ),\n ]),\n ],\n 2\n ),\n ]\n ),\n ]),\n ])\n : _vm._e(),\n ]\n ),\n _c(\n \"modal\",\n {\n staticClass: \"cancel-modal\",\n attrs: {\n height: \"auto\",\n adaptive: true,\n name: String(_vm.dataItem.id),\n },\n },\n [\n _c(\"div\", { staticClass: \"modal-heading\" }, [\n _c(\"div\", { staticClass: \"modal-title\" }, [\n _c(\"h5\", [\n _vm._v(\n \"Seçilen lisansı aşağıdaki şekilde yönlendirebilirsiniz.\"\n ),\n ]),\n ]),\n _c(\n \"a\",\n {\n on: {\n click: function ($event) {\n _vm.closeModal(String(_vm.dataItem.id))\n },\n },\n },\n [\n _c(\"base-icon\", {\n staticClass: \"close\",\n attrs: { name: \"close-circle\" },\n }),\n ],\n 1\n ),\n ]),\n _c(\n \"div\",\n { staticClass: \"modal-body\" },\n [\n _c(\"div\", { staticClass: \"modal-body__top\" }, [\n _c(\"div\", { staticClass: \"modal-body__info\" }, [\n _vm.dataItem.productName\n ? _c(\"h3\", { staticClass: \"title\" }, [\n _vm._v(\" \" + _vm._s(_vm.dataItem.productName) + \" \"),\n ])\n : _vm._e(),\n _c(\"p\", { staticClass: \"modal-body__info-platform\" }, [\n _vm.dataItem.platform && _vm.dataItem.platform.name\n ? _c(\"span\", [_vm._v(_vm._s(_vm.dataItem.platform.name))])\n : _vm._e(),\n ]),\n _c(\n \"p\",\n { staticClass: \"modal-body__info_price\" },\n [\n _vm.totalPriceCalc != \"0₺\" &&\n _vm.totalPriceCalc != \"0€\" &&\n _vm.totalPriceCalc != \"0$\"\n ? [_vm._v(_vm._s(_vm.totalPriceCalc))]\n : [_vm._v(\"Ücretsiz\")],\n ],\n 2\n ),\n ]),\n ]),\n _c(\"info-area\", {\n attrs: { infoText: \"Uyarı: Yapılan işlemler geri alınamaz.\" },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"modal-bottom\" },\n [\n _c(\n \"base-button\",\n {\n staticClass: \"set-buttons back\",\n class: !_vm.isButtonsDisabled ? \"\" : \"disabled\",\n on: {\n click: function ($event) {\n return _vm.setRowForPrev(_vm.dataItem.id)\n },\n },\n },\n [_vm._v(\"Geri Al\")]\n ),\n _c(\n \"base-button\",\n {\n staticClass: \"set-buttons\",\n class: !_vm.isButtonsDisabled ? \"\" : \"disabled\",\n on: {\n click: function ($event) {\n return _vm.setRowForNext(_vm.dataItem.id)\n },\n },\n },\n [_vm._v(\"İleri Al\")]\n ),\n ],\n 1\n ),\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: \"accordion-wrapper__row__cell\" }, [\n _c(\"span\", [_vm._v(\"Ekran Ücreti\")]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/DataInvoiceItem.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2236ad6782-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");
|
|
2227
2227
|
|
|
2228
2228
|
/***/ }),
|
|
2229
2229
|
|
|
@@ -2235,7 +2235,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
|
|
|
2235
2235
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2236
2236
|
|
|
2237
2237
|
"use strict";
|
|
2238
|
-
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: \"data-request-item\" },\n [\n _c(\"div\", { staticClass: \"data-request-item__top\" }, [\n _c(\n \"div\",\n {\n staticClass: \"left\",\n class: _vm.getSelectedTerminalNumber.length >= 1 ? \"flex-04\" : \"\",\n },\n [\n _c(\n \"div\",\n { staticClass: \"section section-0\" },\n [\n _vm.dataItem && _vm.dataItem.imageUrl\n ? _c(\"img\", {\n attrs: {\n alt: \"product image\",\n src: _vm.dataItem.imageUrl,\n },\n })\n : _c(\"base-icon\", { attrs: { name: \"no-image\" } }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"section section-main\" }, [\n _c(\"div\", { staticClass: \"section section-1\" }, [\n _c(\"h5\", [_vm._v(_vm._s(_vm.dataItem.title))]),\n _c(\"span\", [_vm._v(_vm._s(_vm.dataItem.subtitle))]),\n ]),\n ]),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass: \"right\",\n class: {\n resetGap:\n !_vm.dataItem.package.length ||\n _vm.dataItem.startDate ||\n _vm.dataItem.endDate,\n },\n },\n [\n _vm.getSelectedTerminalNumber.length > 0 &&\n !_vm.getSelectedTerminalNumber.includes(null)\n ? _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", [_vm._v(\"Terminal No\")]),\n _c(\"span\", [\n _vm._v(_vm._s(_vm.getSelectedTerminalNumber.toString())),\n ]),\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Paket No\")]),\n _c(\"span\", [_vm._v(_vm._s(_vm.dataItem.purchaseNo))]),\n ]),\n !_vm.dataItem.package.length && _vm.dataItem.startDate\n ? _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [\n _vm._v(\"Başlangıç Tarihi\"),\n ]),\n _c(\"span\", [\n _vm._v(\n _vm._s(_vm.getTime(_vm.dataItem.startDate, \"DD.MM.YYYY\"))\n ),\n ]),\n ])\n : _vm._e(),\n !_vm.dataItem.package.length && _vm.dataItem.endDate\n ? _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Bitiş Tarihi\")]),\n _c(\"span\", [\n _vm._v(\n _vm._s(_vm.getTime(_vm.dataItem.endDate, \"DD.MM.YYYY\"))\n ),\n ]),\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Talep Tarihi\")]),\n _vm.dataItem.requestDate\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.getTime(_vm.dataItem.requestDate, \"DD.MM.YYYY\")\n ) +\n \" \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"-\")]),\n ]),\n _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Düzenleme Tarihi\")]),\n _vm.dataItem.updatedAt\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.getTime(_vm.dataItem.updatedAt, \"DD.MM.YYYY\")\n ) +\n \" \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"-\")]),\n ]),\n ]\n ),\n _vm.dataItem.packageStatus.id !== 6 &&\n _vm.dataItem.packageStatus.id !== 8\n ? _c(\"div\", { staticClass: \"right for-button\" }, [\n _c(\"div\", { staticClass: \"col\" }, [\n _vm.dataItem.packageStatus.id !== 8\n ? _c(\n \"div\",\n {\n staticClass: \"button-area\",\n class: {\n \"d-none\": _vm.dataItem.packageStatus.id === 6,\n },\n attrs: { id: \"button-area-\" + _vm.dataItem.purchaseNo },\n },\n [\n _c(\"base-icon\", { attrs: { name: \"gear\" } }),\n _c(\"span\", { staticClass: \"text\" }, [\n _vm._v(\"Düzenle\"),\n ]),\n _c(\"div\", { staticClass: \"dropdown\" }, [\n (_vm.dataItem.packageType === 1) &\n (_vm.dataItem.packageStatus.id !== 6)\n ? _c(\n \"div\",\n {\n staticClass: \"dropdown-item\",\n attrs: {\n id: \"dropdown-item-1-\" + _vm.dataItem.id,\n },\n on: {\n click: function ($event) {\n return _vm.addCart(_vm.dataItem.id)\n },\n },\n },\n [\n _c(\n \"span\",\n { staticClass: \"dropdown-item__text\" },\n [_vm._v(\"Lisans Ekle/Çıkar\")]\n ),\n ]\n )\n : _vm._e(),\n _vm.dataItem.packageStatus.id == 2\n ? _c(\n \"div\",\n {\n staticClass: \"dropdown-item\",\n attrs: {\n id: \"dropdown-item-2-\" + _vm.dataItem.id,\n },\n on: {\n click: function ($event) {\n return _vm.showModal(_vm.getDataItemId)\n },\n },\n },\n [\n _c(\n \"span\",\n { staticClass: \"dropdown-item__text\" },\n [_vm._v(\"İptal Et\")]\n ),\n ]\n )\n : _vm._e(),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ]),\n ])\n : _vm._e(),\n ]),\n _c(\"div\", { staticClass: \"data-request-item__middle\" }, [\n _c(\"div\", { staticClass: \"left\" }, [\n _c(\"div\", { staticClass: \"item\" }, [\n _c(\"span\", [_vm._v(\"Bes Yatırım Fonu:\")]),\n _c(\"strong\", [\n _vm._v(\n _vm._s(\n _vm.formatPrice(_vm.dataItem.price.totalFundAmount) || 0\n ) + \" TL\"\n ),\n ]),\n ]),\n _vm._m(0),\n _c(\"div\", { staticClass: \"item\" }, [\n _c(\"span\", [_vm._v(\"Komisyon:\")]),\n _c(\"strong\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(_vm.dataItem.price.totalCommissionAmount) ||\n 0\n ) +\n \" TL \"\n ),\n ]),\n ]),\n ]),\n _c(\"div\", { staticClass: \"right\" }, [\n !_vm.dataItem.isSuccessfulIntegration\n ? _c(\"div\", { staticClass: \"item integration-warning\" }, [\n _c(\"div\", { staticClass: \"tag tooltip\" }, [\n _c(\"div\", { staticClass: \"tooltiptext\" }, [\n _c(\"div\", { staticClass: \"texts\" }, [\n _vm._v(\n \" \" +\n _vm._s(_vm.dataItem.productName) +\n \" sisteminden kaynaklı bir hata alınmaktadır. Lütfen daha sonra tekrar deneyiniz. \"\n ),\n ]),\n ]),\n _c(\n \"span\",\n { staticClass: \"text\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"bell-fill\" },\n }),\n ],\n 1\n ),\n ]),\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"item\" }, [\n _c(\"h3\", { staticClass: \"data-request-item__price\" }, [\n _c(\"span\", { staticClass: \"data-request-item__price__text\" }, [\n _vm._v(\"Paket Tutarı:\"),\n ]),\n _vm._v(\" \" + _vm._s(_vm.totalPriceCalc || 0) + \" \"),\n ]),\n ]),\n _c(\"div\", { staticClass: \"item\" }, [\n _c(\"span\", { staticClass: \"data-request-item__status\" }, [\n _c(\"span\", { staticClass: \"data-request-item__status__text\" }, [\n _vm._v(\"Paket Durumu:\"),\n ]),\n _c(\n \"span\",\n {\n staticClass: \"data-request-item__status__stat\",\n class: [\n \"request\",\n {\n active: _vm.dataItem.packageStatus.id == 2 ? true : \"\",\n passive: _vm.dataItem.packageStatus.id == 8 ? true : \"\",\n },\n ],\n },\n [_vm._v(_vm._s(_vm.dataItem.packageStatus.name))]\n ),\n ]),\n ]),\n ]),\n ]),\n _vm.dataItem.package.length\n ? _c(\"div\", { staticClass: \"data-request-item__bottom\" }, [\n _c(\"div\", { staticClass: \"left package-container\" }, [\n _c(\n \"div\",\n { staticClass: \"item\" },\n [\n _c(\"strong\", [_vm._v(\"Paketler:\")]),\n _vm._l(_vm.mergedPackagesNames, function (item, index) {\n return _c(\"span\", { key: item.id, staticClass: \"items\" }, [\n _vm._v(\" \" + _vm._s(item) + \" \"),\n index != _vm.mergedPackagesNames.length - 1\n ? _c(\"span\", { staticClass: \"seperator\" })\n : _vm._e(),\n ])\n }),\n ],\n 2\n ),\n ]),\n _c(\n \"div\",\n { staticClass: \"right\", on: { click: _vm.accordionToggle } },\n [\n _c(\"base-icon\", {\n class: [\"toggle\", { active: _vm.isActive }],\n attrs: { name: \"arrow-green\" },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"data-request-item__bottom__packages\" }, [\n _c(\n \"div\",\n { class: [\"accordion-wrapper\", _vm.isActive ? \"active\" : \"\"] },\n [\n _c(\n \"div\",\n {\n class: [\n \"accordion-wrapper__row caption\",\n _vm.isActive ? \"active\" : \"\",\n ],\n },\n [\n _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell caption\" },\n [_vm._v(\"Paket Adı:\")]\n ),\n _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell caption\" },\n [_vm._v(\" Başlangıç Tarihi: \")]\n ),\n _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell caption\" },\n [_vm._v(\" Bitiş Tarihi: \")]\n ),\n _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell caption\" },\n [_vm._v(\"Fiyatlar\")]\n ),\n ]\n ),\n _c(\n \"div\",\n { staticClass: \"accordion-content active\" },\n _vm._l(_vm.mergedForTableData, function (item) {\n return _c(\n \"div\",\n {\n key: item.name,\n staticClass: \"accordion-wrapper__row\",\n },\n [\n _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [\n typeof item == \"object\"\n ? _c(\"span\", [\n item.name\n ? _c(\"span\", [_vm._v(_vm._s(item.name))])\n : _vm._e(),\n ])\n : _c(\"span\", [_vm._v(_vm._s(item))]),\n ]\n ),\n item.startDate\n ? _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.getTime(\n item.startDate,\n \"DD.MM.YYYY\"\n )\n ) +\n \" \"\n ),\n ]\n )\n : _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [_vm._v(\"-\")]\n ),\n item.endDate\n ? _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.getTime(item.endDate, \"DD.MM.YYYY\")\n ) +\n \" \"\n ),\n ]\n )\n : _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [_vm._v(\"-\")]\n ),\n item.totalPrice\n ? _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [_vm._v(\" \" + _vm._s(item.totalPrice) + \" \")]\n )\n : _vm._e(),\n item.price\n ? _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [\n _vm._v(\" \" + _vm._s(item.price) + \" \"),\n item.info == \"₺\"\n ? _c(\"span\", [_vm._v(\"TL\")])\n : item.info == \"€\"\n ? _c(\"span\", [_vm._v(\"Euro\")])\n : item.info == \"$\"\n ? _c(\"span\", [_vm._v(\"Dolar\")])\n : _vm._e(),\n ]\n )\n : _vm._e(),\n !item.totalPrice && !item.price\n ? _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [_vm._v(\" - \")]\n )\n : _vm._e(),\n ]\n )\n }),\n 0\n ),\n ]\n ),\n ]),\n ])\n : _vm._e(),\n _vm.packageDetail\n ? [\n _c(\"package-settigns\", {\n attrs: {\n dataItem: _vm.packageDetail,\n marketInfo: _vm.marketInfo,\n isPopupVisible: _vm.isPopupVisible,\n },\n on: { close: _vm.closePopup },\n }),\n ]\n : _vm._e(),\n _c(\n \"modal\",\n {\n staticClass: \"cancel-modal\",\n attrs: { height: \"auto\", adaptive: true, name: _vm.getDataItemId },\n },\n [\n _c(\"div\", { staticClass: \"modal-heading\" }, [\n _c(\"div\", { staticClass: \"modal-title\" }, [\n _c(\"h5\", [_vm._v(\"Paketi İptal Etmek İstiyor musunuz?\")]),\n ]),\n _c(\n \"a\",\n {\n on: {\n click: function ($event) {\n return _vm.closeModal()\n },\n },\n },\n [\n _c(\"base-icon\", {\n staticClass: \"close\",\n attrs: { name: \"close-circle\" },\n }),\n ],\n 1\n ),\n ]),\n _c(\n \"div\",\n { staticClass: \"modal-body\" },\n [\n _c(\"div\", { staticClass: \"modal-body__top\" }, [\n _c(\n \"div\",\n { staticClass: \"modal-body__image\" },\n [\n _vm.dataItem && _vm.dataItem.imageUrl\n ? _c(\"img\", {\n staticClass: \"image\",\n attrs: {\n alt: \"product image\",\n src: _vm.dataItem.imageUrl,\n },\n })\n : _c(\"base-icon\", {\n staticClass: \"image\",\n attrs: { name: \"no-image\" },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"modal-body__info\" }, [\n _vm.dataItem.productName\n ? _c(\"h3\", { staticClass: \"title\" }, [\n _vm._v(\" \" + _vm._s(_vm.dataItem.productName) + \" \"),\n ])\n : _vm._e(),\n _c(\"p\", { staticClass: \"modal-body__info-platform\" }, [\n _vm.dataItem.platform && _vm.dataItem.platform.name\n ? _c(\"span\", [_vm._v(_vm._s(_vm.dataItem.platform.name))])\n : _vm._e(),\n ]),\n _c(\"div\", { staticClass: \"modal-body__info_bes\" }, [\n _c(\"span\", { staticClass: \"m-text-grayscale-80\" }, [\n _vm._v(\"BES/Yatırım Fonu:\"),\n ]),\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(_vm.dataItem.price.totalFundAmount)\n ) +\n \" TL \"\n ),\n _c(\"span\", { staticClass: \"m-text-grayscale-80\" }, [\n _vm._v(\"veya Komisyon:\"),\n ]),\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n _vm.dataItem.price.totalCommissionAmount\n )\n ) +\n \" TL \"\n ),\n ]),\n _c(\n \"p\",\n { staticClass: \"modal-body__info_price\" },\n [\n _vm.totalPriceCalc !== 0\n ? [_vm._v(_vm._s(_vm.totalPriceCalc))]\n : [_vm._v(\"Ücretsiz\")],\n ],\n 2\n ),\n ]),\n ]),\n _c(\"info-area\", { attrs: { infoText: _vm.infoText } }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"modal-bottom\" },\n [\n _c(\n \"base-button\",\n {\n on: {\n click: function ($event) {\n return _vm.cancel(_vm.dataItem.id)\n },\n },\n },\n [_vm._v(\"İptal Et\")]\n ),\n ],\n 1\n ),\n ]\n ),\n ],\n 2\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: \"item\" }, [_c(\"span\", [_vm._v(\"veya\")])])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/DataRequestItem.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2236ad6782-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");
|
|
2238
|
+
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: \"data-request-item\" },\n [\n _c(\"div\", { staticClass: \"data-request-item__top\" }, [\n _c(\n \"div\",\n {\n staticClass: \"left\",\n class: _vm.getSelectedTerminalNumber.length >= 1 ? \"flex-04\" : \"\",\n },\n [\n _c(\n \"div\",\n { staticClass: \"section section-0\" },\n [\n _vm.dataItem && _vm.dataItem.imageUrl\n ? _c(\"img\", {\n attrs: {\n alt: \"product image\",\n src: _vm.dataItem.imageUrl,\n },\n })\n : _c(\"base-icon\", { attrs: { name: \"no-image\" } }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"section section-main\" }, [\n _c(\"div\", { staticClass: \"section section-1\" }, [\n _c(\"h5\", [_vm._v(_vm._s(_vm.dataItem.title))]),\n _c(\"span\", [_vm._v(_vm._s(_vm.dataItem.subtitle))]),\n ]),\n ]),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass: \"right\",\n class: {\n resetGap:\n !_vm.dataItem.package.length ||\n _vm.dataItem.startDate ||\n _vm.dataItem.endDate,\n },\n },\n [\n _vm.getSelectedTerminalNumber.length > 0 &&\n !_vm.getSelectedTerminalNumber.includes(null)\n ? _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", [_vm._v(\"Terminal No\")]),\n _c(\"span\", [\n _vm._v(_vm._s(_vm.getSelectedTerminalNumber.toString())),\n ]),\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Paket No\")]),\n _c(\"span\", [_vm._v(_vm._s(_vm.dataItem.purchaseNo))]),\n ]),\n !_vm.dataItem.package.length && _vm.dataItem.startDate\n ? _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [\n _vm._v(\"Başlangıç Tarihi\"),\n ]),\n _c(\"span\", [\n _vm._v(\n _vm._s(_vm.getTime(_vm.dataItem.startDate, \"DD.MM.YYYY\"))\n ),\n ]),\n ])\n : _vm._e(),\n !_vm.dataItem.package.length && _vm.dataItem.endDate\n ? _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Bitiş Tarihi\")]),\n _c(\"span\", [\n _vm._v(\n _vm._s(_vm.getTime(_vm.dataItem.endDate, \"DD.MM.YYYY\"))\n ),\n ]),\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Talep Tarihi\")]),\n _vm.dataItem.requestDate\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.getTime(_vm.dataItem.requestDate, \"DD.MM.YYYY\")\n ) +\n \" \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"-\")]),\n ]),\n _c(\"div\", { staticClass: \"col\" }, [\n _c(\"h6\", { staticClass: \"bold\" }, [_vm._v(\"Düzenleme Tarihi\")]),\n _vm.dataItem.updatedAt\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.getTime(_vm.dataItem.updatedAt, \"DD.MM.YYYY\")\n ) +\n \" \"\n ),\n ])\n : _c(\"span\", [_vm._v(\"-\")]),\n ]),\n ]\n ),\n _vm.dataItem.packageStatus.id !== 6 &&\n _vm.dataItem.packageStatus.id !== 8\n ? _c(\"div\", { staticClass: \"right for-button\" }, [\n _c(\"div\", { staticClass: \"col\" }, [\n _vm.dataItem.packageStatus.id !== 8\n ? _c(\n \"div\",\n {\n staticClass: \"button-area\",\n class: {\n \"d-none\": _vm.dataItem.packageStatus.id === 6,\n },\n attrs: { id: \"button-area-\" + _vm.dataItem.purchaseNo },\n },\n [\n _c(\"base-icon\", { attrs: { name: \"gear\" } }),\n _c(\"span\", { staticClass: \"text\" }, [\n _vm._v(\"Düzenle\"),\n ]),\n _c(\"div\", { staticClass: \"dropdown\" }, [\n (_vm.dataItem.packageType === 1) &\n (_vm.dataItem.packageStatus.id !== 6)\n ? _c(\n \"div\",\n {\n staticClass: \"dropdown-item\",\n attrs: {\n id: \"dropdown-item-1-\" + _vm.dataItem.id,\n },\n on: {\n click: function ($event) {\n return _vm.addCart(_vm.dataItem.id)\n },\n },\n },\n [\n _c(\n \"span\",\n { staticClass: \"dropdown-item__text\" },\n [_vm._v(\"Lisans Ekle/Çıkar\")]\n ),\n ]\n )\n : _vm._e(),\n _vm.dataItem.packageStatus.id == 2\n ? _c(\n \"div\",\n {\n staticClass: \"dropdown-item\",\n attrs: {\n id: \"dropdown-item-2-\" + _vm.dataItem.id,\n },\n on: {\n click: function ($event) {\n return _vm.showModal(_vm.getDataItemId)\n },\n },\n },\n [\n _c(\n \"span\",\n { staticClass: \"dropdown-item__text\" },\n [_vm._v(\"İptal Et\")]\n ),\n ]\n )\n : _vm._e(),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ]),\n ])\n : _vm._e(),\n ]),\n _c(\"div\", { staticClass: \"data-request-item__middle\" }, [\n _c(\"div\", { staticClass: \"left\" }, [\n _c(\"div\", { staticClass: \"item\" }, [\n _c(\"span\", [_vm._v(\"Bes Yatırım Fonu:\")]),\n _c(\"strong\", [\n _vm._v(\n _vm._s(\n _vm.formatPrice(_vm.dataItem.price.totalFundAmount) || 0\n ) + \" TL\"\n ),\n ]),\n ]),\n _vm._m(0),\n _c(\"div\", { staticClass: \"item\" }, [\n _c(\"span\", [_vm._v(\"Komisyon:\")]),\n _c(\"strong\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(_vm.dataItem.price.totalCommissionAmount) ||\n 0\n ) +\n \" TL \"\n ),\n ]),\n ]),\n ]),\n _c(\"div\", { staticClass: \"right\" }, [\n !_vm.dataItem.isSuccessfulIntegration\n ? _c(\"div\", { staticClass: \"item integration-warning\" }, [\n _c(\"div\", { staticClass: \"tag tooltip\" }, [\n _c(\"div\", { staticClass: \"tooltiptext\" }, [\n _c(\"div\", { staticClass: \"texts\" }, [\n _vm._v(\n \" \" +\n _vm._s(_vm.dataItem.productName) +\n \" sisteminden kaynaklı bir hata alınmaktadır. Lütfen daha sonra tekrar deneyiniz. \"\n ),\n ]),\n ]),\n _c(\n \"span\",\n { staticClass: \"text\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"bell-fill\" },\n }),\n ],\n 1\n ),\n ]),\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"item\" }, [\n _c(\"h3\", { staticClass: \"data-request-item__price\" }, [\n _c(\"span\", { staticClass: \"data-request-item__price__text\" }, [\n _vm._v(\"Paket Tutarı:\"),\n ]),\n _vm._v(\" \" + _vm._s(_vm.totalPriceCalc || 0) + \" \"),\n ]),\n ]),\n _c(\"div\", { staticClass: \"item\" }, [\n _c(\"span\", { staticClass: \"data-request-item__status\" }, [\n _c(\"span\", { staticClass: \"data-request-item__status__text\" }, [\n _vm._v(\"Paket Durumu:\"),\n ]),\n _c(\n \"span\",\n {\n staticClass: \"data-request-item__status__stat\",\n class: [\n \"request\",\n {\n active: _vm.dataItem.packageStatus.id == 2 ? true : \"\",\n passive: _vm.dataItem.packageStatus.id == 8 ? true : \"\",\n },\n ],\n },\n [_vm._v(_vm._s(_vm.dataItem.packageStatus.name))]\n ),\n ]),\n ]),\n ]),\n ]),\n _vm.dataItem.package.length\n ? _c(\"div\", { staticClass: \"data-request-item__bottom\" }, [\n _c(\"div\", { staticClass: \"left package-container\" }, [\n _c(\n \"div\",\n { staticClass: \"item\" },\n [\n _c(\"strong\", [_vm._v(\"Paketler:\")]),\n _vm._l(_vm.mergedPackagesNames, function (item, index) {\n return _c(\"span\", { key: item.id, staticClass: \"items\" }, [\n _vm._v(\" \" + _vm._s(item) + \" \"),\n index != _vm.mergedPackagesNames.length - 1\n ? _c(\"span\", { staticClass: \"seperator\" })\n : _vm._e(),\n ])\n }),\n ],\n 2\n ),\n ]),\n _c(\n \"div\",\n { staticClass: \"right\", on: { click: _vm.accordionToggle } },\n [\n _c(\"base-icon\", {\n class: [\"toggle\", { active: _vm.isActive }],\n attrs: { name: \"arrow-green\" },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"data-request-item__bottom__packages\" }, [\n _c(\n \"div\",\n { class: [\"accordion-wrapper\", _vm.isActive ? \"active\" : \"\"] },\n [\n _c(\n \"div\",\n {\n class: [\n \"accordion-wrapper__row caption\",\n _vm.isActive ? \"active\" : \"\",\n ],\n },\n [\n _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell caption\" },\n [_vm._v(\"Paket Adı:\")]\n ),\n _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell caption\" },\n [_vm._v(\" Başlangıç Tarihi: \")]\n ),\n _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell caption\" },\n [_vm._v(\" Bitiş Tarihi: \")]\n ),\n _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell caption\" },\n [_vm._v(_vm._s(_vm.pricesText))]\n ),\n ]\n ),\n _c(\n \"div\",\n { staticClass: \"accordion-content active\" },\n _vm._l(_vm.mergedForTableData, function (item) {\n return _c(\n \"div\",\n {\n key: item.name,\n staticClass: \"accordion-wrapper__row\",\n },\n [\n _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [\n typeof item == \"object\"\n ? _c(\"span\", [\n item.name\n ? _c(\"span\", [_vm._v(_vm._s(item.name))])\n : _vm._e(),\n ])\n : _c(\"span\", [_vm._v(_vm._s(item))]),\n ]\n ),\n item.startDate\n ? _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.getTime(\n item.startDate,\n \"DD.MM.YYYY\"\n )\n ) +\n \" \"\n ),\n ]\n )\n : _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [_vm._v(\"-\")]\n ),\n item.endDate\n ? _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.getTime(item.endDate, \"DD.MM.YYYY\")\n ) +\n \" \"\n ),\n ]\n )\n : _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [_vm._v(\"-\")]\n ),\n item.totalPrice\n ? _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [_vm._v(\" \" + _vm._s(item.totalPrice) + \" \")]\n )\n : _vm._e(),\n item.price\n ? _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [\n _vm._v(\" \" + _vm._s(item.price) + \" \"),\n item.info == \"₺\"\n ? _c(\"span\", [_vm._v(\"TL\")])\n : item.info == \"€\"\n ? _c(\"span\", [_vm._v(\"Euro\")])\n : item.info == \"$\"\n ? _c(\"span\", [_vm._v(\"Dolar\")])\n : _vm._e(),\n ]\n )\n : _vm._e(),\n !item.totalPrice && !item.price\n ? _c(\n \"div\",\n { staticClass: \"accordion-wrapper__row__cell\" },\n [_vm._v(\" - \")]\n )\n : _vm._e(),\n ]\n )\n }),\n 0\n ),\n ]\n ),\n ]),\n ])\n : _vm._e(),\n _vm.packageDetail\n ? [\n _c(\"package-settigns\", {\n attrs: {\n dataItem: _vm.packageDetail,\n marketInfo: _vm.marketInfo,\n isPopupVisible: _vm.isPopupVisible,\n },\n on: { close: _vm.closePopup },\n }),\n ]\n : _vm._e(),\n _c(\n \"modal\",\n {\n staticClass: \"cancel-modal\",\n attrs: { height: \"auto\", adaptive: true, name: _vm.getDataItemId },\n },\n [\n _c(\"div\", { staticClass: \"modal-heading\" }, [\n _c(\"div\", { staticClass: \"modal-title\" }, [\n _c(\"h5\", [_vm._v(\"Paketi İptal Etmek İstiyor musunuz?\")]),\n ]),\n _c(\n \"a\",\n {\n on: {\n click: function ($event) {\n return _vm.closeModal()\n },\n },\n },\n [\n _c(\"base-icon\", {\n staticClass: \"close\",\n attrs: { name: \"close-circle\" },\n }),\n ],\n 1\n ),\n ]),\n _c(\n \"div\",\n { staticClass: \"modal-body\" },\n [\n _c(\"div\", { staticClass: \"modal-body__top\" }, [\n _c(\n \"div\",\n { staticClass: \"modal-body__image\" },\n [\n _vm.dataItem && _vm.dataItem.imageUrl\n ? _c(\"img\", {\n staticClass: \"image\",\n attrs: {\n alt: \"product image\",\n src: _vm.dataItem.imageUrl,\n },\n })\n : _c(\"base-icon\", {\n staticClass: \"image\",\n attrs: { name: \"no-image\" },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"modal-body__info\" }, [\n _vm.dataItem.productName\n ? _c(\"h3\", { staticClass: \"title\" }, [\n _vm._v(\" \" + _vm._s(_vm.dataItem.productName) + \" \"),\n ])\n : _vm._e(),\n _c(\"p\", { staticClass: \"modal-body__info-platform\" }, [\n _vm.dataItem.platform && _vm.dataItem.platform.name\n ? _c(\"span\", [_vm._v(_vm._s(_vm.dataItem.platform.name))])\n : _vm._e(),\n ]),\n _c(\"div\", { staticClass: \"modal-body__info_bes\" }, [\n _c(\"span\", { staticClass: \"m-text-grayscale-80\" }, [\n _vm._v(\"BES/Yatırım Fonu:\"),\n ]),\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(_vm.dataItem.price.totalFundAmount)\n ) +\n \" TL \"\n ),\n _c(\"span\", { staticClass: \"m-text-grayscale-80\" }, [\n _vm._v(\"veya Komisyon:\"),\n ]),\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n _vm.dataItem.price.totalCommissionAmount\n )\n ) +\n \" TL \"\n ),\n ]),\n _c(\n \"p\",\n { staticClass: \"modal-body__info_price\" },\n [\n _vm.totalPriceCalc !== 0\n ? [_vm._v(_vm._s(_vm.totalPriceCalc))]\n : [_vm._v(\"Ücretsiz\")],\n ],\n 2\n ),\n ]),\n ]),\n _c(\"info-area\", { attrs: { infoText: _vm.infoText } }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"modal-bottom\" },\n [\n _c(\n \"base-button\",\n {\n on: {\n click: function ($event) {\n return _vm.cancel(_vm.dataItem.id)\n },\n },\n },\n [_vm._v(\"İptal Et\")]\n ),\n ],\n 1\n ),\n ]\n ),\n ],\n 2\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: \"item\" }, [_c(\"span\", [_vm._v(\"veya\")])])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/DataRequestItem.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2236ad6782-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");
|
|
2239
2239
|
|
|
2240
2240
|
/***/ }),
|
|
2241
2241
|
|
|
@@ -2247,7 +2247,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
|
|
|
2247
2247
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2248
2248
|
|
|
2249
2249
|
"use strict";
|
|
2250
|
-
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: \"fund-commission comission-container custom-container\" },\n [\n _c(\"div\", { staticClass: \"comission-container-title\" }, [\n _c(\"h6\", [\n _vm._v(\" Komisyon veya BES/Fon Büyüklüğü Durumunuz \"),\n _vm.hasData\n ? _c(\"span\", { staticClass: \"period\" }, [\n _vm._v(\"(\" + _vm._s(_vm.fundAndCommissionRates.period) + \") \"),\n ])\n : _vm._e(),\n _c(\"span\", { staticClass: \"comission-container-bes-cr-warning\" }, [\n _c(\"div\", { staticClass: \"tag tooltip\" }, [\n _vm._m(0),\n _c(\n \"span\",\n { staticClass: \"text\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"green-info\" },\n }),\n ],\n 1\n ),\n ]),\n ]),\n ]),\n ]),\n _vm.hasData\n ? _c(\n \"div\",\n { staticClass: \"comission-container-charts\" },\n [\n _c(\"info-chart\", {\n attrs: {\n name: \"BES/FON BÜYÜKLÜĞÜ\",\n withOtherPrices: false,\n amount: _vm.fundAndCommissionRates.fundAmount,\n total: _vm.fundAndCommissionRates.price.totalFundAmount,\n },\n }),\n _c(\"info-chart\", {\n attrs: {\n name: \"KOMİSYON\",\n withOtherPrices: false,\n amount: _vm.fundAndCommissionRates.commissionAmount,\n total: _vm.fundAndCommissionRates.price.totalCommissionAmount,\n },\n }),\n _c(\"info-chart\", {\n attrs: {\n name:\n _vm.hasData.toLocaleUpperCase(\"tr-TR\") +\n \" AYI KULLANDIĞINIZ PAKETLERİN TUTARI\",\n amount: _vm.fundAndCommissionRates.commissionAmount,\n withOtherPrices: true,\n total: _vm.fundAndCommissionRates.targetCommissionAmount,\n pricesList: _vm.pricesList,\n },\n }),\n ],\n 1\n )\n : _vm._e(),\n _vm.hasData && _vm.isCompleted && _vm.stateListChecker\n ? _c(\"div\", { staticClass: \"comission-container-details\" }, [\n _c(\n \"div\",\n { staticClass: \"comission-container-info\" },\n [\n _c(\"base-icon\", {\n attrs: {\n name: \"check-circle-fill\",\n className: \"comission-container-info__check\",\n },\n }),\n _c(\"p\", [\n _vm._v(\n \"Ücretsiz veri kullanımı için minimum tutara ulaştınız.\"\n ),\n ]),\n _c(\"br\"),\n ],\n 1\n ),\n ])\n : _vm._e(),\n _vm.hasData && !_vm.isCompleted && _vm.stateListChecker\n ? _c(\n \"div\",\n { staticClass: \"comission-container-default danger\" },\n [\n _c(\"base-icon\", {\n attrs: {\n name: \"red-info\",\n className: \"comission-container-info__check\",\n },\n }),\n _c(\"p\", [\n _vm._v(\n \"Ücretsiz veri kullanımı için
|
|
2250
|
+
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: \"fund-commission comission-container custom-container\" },\n [\n _c(\"div\", { staticClass: \"comission-container-title\" }, [\n _c(\"h6\", [\n _vm._v(\" Komisyon veya BES/Fon Büyüklüğü Durumunuz \"),\n _vm.hasData\n ? _c(\"span\", { staticClass: \"period\" }, [\n _vm._v(\"(\" + _vm._s(_vm.fundAndCommissionRates.period) + \") \"),\n ])\n : _vm._e(),\n _c(\"span\", { staticClass: \"comission-container-bes-cr-warning\" }, [\n _c(\"div\", { staticClass: \"tag tooltip\" }, [\n _vm._m(0),\n _c(\n \"span\",\n { staticClass: \"text\" },\n [\n _c(\"base-icon\", {\n staticClass: \"icon\",\n attrs: { name: \"green-info\" },\n }),\n ],\n 1\n ),\n ]),\n ]),\n ]),\n ]),\n _vm.hasData\n ? _c(\n \"div\",\n { staticClass: \"comission-container-charts\" },\n [\n _c(\"info-chart\", {\n attrs: {\n name: \"BES/FON BÜYÜKLÜĞÜ\",\n withOtherPrices: false,\n amount: _vm.fundAndCommissionRates.fundAmount,\n total: _vm.fundAndCommissionRates.price.totalFundAmount,\n },\n }),\n _c(\"info-chart\", {\n attrs: {\n name: \"KOMİSYON\",\n withOtherPrices: false,\n amount: _vm.fundAndCommissionRates.commissionAmount,\n total: _vm.fundAndCommissionRates.price.totalCommissionAmount,\n },\n }),\n _c(\"info-chart\", {\n attrs: {\n name:\n _vm.hasData.toLocaleUpperCase(\"tr-TR\") +\n \" AYI KULLANDIĞINIZ PAKETLERİN TUTARI\",\n amount: _vm.fundAndCommissionRates.commissionAmount,\n withOtherPrices: true,\n total: _vm.fundAndCommissionRates.targetCommissionAmount,\n pricesList: _vm.pricesList,\n },\n }),\n ],\n 1\n )\n : _vm._e(),\n _vm.hasData && _vm.isCompleted && _vm.stateListChecker\n ? _c(\"div\", { staticClass: \"comission-container-details\" }, [\n _c(\n \"div\",\n { staticClass: \"comission-container-info\" },\n [\n _c(\"base-icon\", {\n attrs: {\n name: \"check-circle-fill\",\n className: \"comission-container-info__check\",\n },\n }),\n _c(\"p\", [\n _vm._v(\n \"Ücretsiz veri kullanımı için minimum tutara ulaştınız.\"\n ),\n ]),\n _c(\"br\"),\n ],\n 1\n ),\n ])\n : _vm._e(),\n _vm.hasData && !_vm.isCompleted && _vm.stateListChecker\n ? _c(\n \"div\",\n { staticClass: \"comission-container-default danger\" },\n [\n _c(\"base-icon\", {\n attrs: {\n name: \"red-info\",\n className: \"comission-container-info__check\",\n },\n }),\n _c(\"p\", [\n _vm._v(\n \"Ücretsiz veri kullanımı için gerekli tutara ulaşamadınız.\"\n ),\n ]),\n ],\n 1\n )\n : _vm._e(),\n _vm._m(1),\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: \"tooltiptext\" }, [\n _c(\"div\", { staticClass: \"texts\" }, [\n _vm._v(\n \" Uyarı: Burada görülen komisyon büyüklüğü, brüt hesaplama sonucu olup, komisyon iadelerini içermemekte ve indikatif olarak gösterim yapılmaktadır. Ücretsiz kullanım için gerekli komisyon tutarı, ay içerisinde ve takip eden ayın ilk günü gerçekleşen komisyon iadeleri düşülerek hesaplanmakta olup ay sonu raporlarında gösterilmektedir. \"\n ),\n ]),\n _c(\"div\", { staticClass: \"triangle-down\" }),\n ])\n },\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"comission-container-details\" }, [\n _c(\"div\", { staticClass: \"comission-container-info-row\" }, [\n _c(\"h3\", [_vm._v(\"Ücretsiz Kullanımdan Nasıl Yararlanabilirim?\")]),\n _c(\"p\", [\n _vm._v(\n \" Ücretsiz kullanım koşullarından yararlanabilmeniz için ayın son işlem gününden bir gün önceki iş gününün piyasa kapanış verileri dikkate alınarak hesaplanmış portföy büyüklüğünüzün veya ay sonu iade sonrası komisyon miktarınızın, kullandığınız paketlerin gerekli komisyon tutarı veya portföy büyüklüğü şartını sağlaması gerekmektedir. \"\n ),\n ]),\n ]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/FundCommissionRate.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2236ad6782-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");
|
|
2251
2251
|
|
|
2252
2252
|
/***/ }),
|
|
2253
2253
|
|
|
@@ -3971,7 +3971,7 @@ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../c
|
|
|
3971
3971
|
/*! no static exports found */
|
|
3972
3972
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3973
3973
|
|
|
3974
|
-
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\");\nvar ___CSS_LOADER_AT_RULE_IMPORT_0___ = __webpack_require__(/*! -!../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-3-1!../../node_modules/postcss-loader/src??ref--9-oneOf-3-2!../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-3-3!vue-toastification/dist/index.css */ \"./node_modules/css-loader/dist/cjs.js?!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/vue-toastification/dist/index.css\");\nvar ___CSS_LOADER_AT_RULE_IMPORT_1___ = __webpack_require__(/*! -!../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-3-1!../../node_modules/postcss-loader/src??ref--9-oneOf-3-2!../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-3-3!vue2-datepicker/index.css */ \"./node_modules/css-loader/dist/cjs.js?!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/vue2-datepicker/index.css\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\nexports.i(___CSS_LOADER_AT_RULE_IMPORT_0___);\nexports.i(___CSS_LOADER_AT_RULE_IMPORT_1___);\n// Module\nexports.push([module.i, \".m-text-grayscale-180 {\\n color: #b6791f; }\\n\\n.m-text-grayscale-170 {\\n color: #D0D0D1; }\\n\\n.m-text-grayscale-160 {\\n color: #F3F4F5; }\\n\\n.m-text-grayscale-150 {\\n color: #F6F6F6; }\\n\\n.m-text-grayscale-140 {\\n color: #F2F7F6; }\\n\\n.m-text-grayscale-130 {\\n color: #8B8B8C; }\\n\\n.m-text-grayscale-120 {\\n color: #727273; }\\n\\n.m-text-grayscale-110 {\\n color: #E7E7E7; }\\n\\n.m-text-grayscale-100 {\\n color: #2c2c30; }\\n\\n.m-text-grayscale-90 {\\n color: #404045; }\\n\\n.m-text-grayscale-80 {\\n color: #54545b; }\\n\\n.m-text-grayscale-70 {\\n color: #686871; }\\n\\n.m-text-grayscale-60 {\\n color: #7d7d87; }\\n\\n.m-text-grayscale-50 {\\n color: #92929b; }\\n\\n.m-text-grayscale-40 {\\n color: #bebec3; }\\n\\n.m-text-grayscale-30 {\\n color: #d4d4d7; }\\n\\n.m-text-grayscale-20 {\\n color: #e9e9eb; }\\n\\n.m-text-grayscale-10 {\\n color: #f3f3f4; }\\n\\n.m-text-grayscale-0 {\\n color: #ffffff; }\\n\\n.m-text-color-primary-default {\\n color: #41807a; }\\n\\n.m-text-color-primary-light {\\n color: #50958e; }\\n\\n.m-text-color-primary-green {\\n color: #346662; }\\n\\n.m-text-color-primary-silver-metallic {\\n color: #9FA6AD; }\\n\\n.m-text-color-primary-black-metallic {\\n color: #090D0D; }\\n\\n.m-text-color-primary-gray-metallic {\\n color: #5C5C5E; }\\n\\n.m-text-color-primary-tint {\\n color: #E7EEED; }\\n\\n.m-text-color-primary-tint-second {\\n color: #ECEDEF; }\\n\\n.m-text-color-primary-tint-third {\\n color: #F8FCFB; }\\n\\n.m-text-color-primary-zebra {\\n color: #FAFAFB; }\\n\\n.m-text-color-primary-rates {\\n color: #848E9D; }\\n\\n.m-text-color-primary-active {\\n color: #5EB989; }\\n\\n.m-text-color-primary-warning-text {\\n color: #B7791F; }\\n\\n.m-text-color-primary-warning-text-background {\\n color: #fef8e3; }\\n\\n.m-text-color-secondary {\\n color: #115ca7; }\\n\\n.m-text-color-accent {\\n color: #fcf0f2; }\\n\\n.m-text-color-body-text {\\n color: #18181a; }\\n\\n.m-text-color-warning {\\n color: #dc3545; }\\n\\n.m-text-white {\\n color: #fff; }\\n\\n.m-text-black {\\n color: #000; }\\n\\n.m-bg-grayscale-180 {\\n background-color: #b6791f; }\\n\\n.m-bg-grayscale-170 {\\n background-color: #D0D0D1; }\\n\\n.m-bg-grayscale-160 {\\n background-color: #F3F4F5; }\\n\\n.m-bg-grayscale-150 {\\n background-color: #F6F6F6; }\\n\\n.m-bg-grayscale-140 {\\n background-color: #F2F7F6; }\\n\\n.m-bg-grayscale-130 {\\n background-color: #8B8B8C; }\\n\\n.m-bg-grayscale-120 {\\n background-color: #727273; }\\n\\n.m-bg-grayscale-110 {\\n background-color: #E7E7E7; }\\n\\n.m-bg-grayscale-100 {\\n background-color: #2c2c30; }\\n\\n.m-bg-grayscale-90 {\\n background-color: #404045; }\\n\\n.m-bg-grayscale-80 {\\n background-color: #54545b; }\\n\\n.m-bg-grayscale-70 {\\n background-color: #686871; }\\n\\n.m-bg-grayscale-60 {\\n background-color: #7d7d87; }\\n\\n.m-bg-grayscale-50 {\\n background-color: #92929b; }\\n\\n.m-bg-grayscale-40 {\\n background-color: #bebec3; }\\n\\n.m-bg-grayscale-30 {\\n background-color: #d4d4d7; }\\n\\n.m-bg-grayscale-20 {\\n background-color: #e9e9eb; }\\n\\n.m-bg-grayscale-10 {\\n background-color: #f3f3f4; }\\n\\n.m-bg-grayscale-0 {\\n background-color: #ffffff; }\\n\\n.m-bg-color-primary-default {\\n background-color: #41807a; }\\n\\n.m-bg-color-primary-light {\\n background-color: #50958e; }\\n\\n.m-bg-color-primary-green {\\n background-color: #346662; }\\n\\n.m-bg-color-primary-silver-metallic {\\n background-color: #9FA6AD; }\\n\\n.m-bg-color-primary-black-metallic {\\n background-color: #090D0D; }\\n\\n.m-bg-color-primary-gray-metallic {\\n background-color: #5C5C5E; }\\n\\n.m-bg-color-primary-tint {\\n background-color: #E7EEED; }\\n\\n.m-bg-color-primary-tint-second {\\n background-color: #ECEDEF; }\\n\\n.m-bg-color-primary-tint-third {\\n background-color: #F8FCFB; }\\n\\n.m-bg-color-primary-zebra {\\n background-color: #FAFAFB; }\\n\\n.m-bg-color-primary-rates {\\n background-color: #848E9D; }\\n\\n.m-bg-color-primary-active {\\n background-color: #5EB989; }\\n\\n.m-bg-color-primary-warning-text {\\n background-color: #B7791F; }\\n\\n.m-bg-color-primary-warning-text-background {\\n background-color: #fef8e3; }\\n\\n.m-bg-color-secondary {\\n background-color: #115ca7; }\\n\\n.m-bg-color-accent {\\n background-color: #fcf0f2; }\\n\\n.m-bg-color-body-text {\\n background-color: #18181a; }\\n\\n.m-bg-color-warning {\\n background-color: #dc3545; }\\n\\n.m-bg-white {\\n background-color: #fff; }\\n\\n.m-bg-black {\\n background-color: #000; }\\n\\n.m-border-grayscale-180 {\\n border-color: #b6791f; }\\n\\n.m-border-grayscale-170 {\\n border-color: #D0D0D1; }\\n\\n.m-border-grayscale-160 {\\n border-color: #F3F4F5; }\\n\\n.m-border-grayscale-150 {\\n border-color: #F6F6F6; }\\n\\n.m-border-grayscale-140 {\\n border-color: #F2F7F6; }\\n\\n.m-border-grayscale-130 {\\n border-color: #8B8B8C; }\\n\\n.m-border-grayscale-120 {\\n border-color: #727273; }\\n\\n.m-border-grayscale-110 {\\n border-color: #E7E7E7; }\\n\\n.m-border-grayscale-100 {\\n border-color: #2c2c30; }\\n\\n.m-border-grayscale-90 {\\n border-color: #404045; }\\n\\n.m-border-grayscale-80 {\\n border-color: #54545b; }\\n\\n.m-border-grayscale-70 {\\n border-color: #686871; }\\n\\n.m-border-grayscale-60 {\\n border-color: #7d7d87; }\\n\\n.m-border-grayscale-50 {\\n border-color: #92929b; }\\n\\n.m-border-grayscale-40 {\\n border-color: #bebec3; }\\n\\n.m-border-grayscale-30 {\\n border-color: #d4d4d7; }\\n\\n.m-border-grayscale-20 {\\n border-color: #e9e9eb; }\\n\\n.m-border-grayscale-10 {\\n border-color: #f3f3f4; }\\n\\n.m-border-grayscale-0 {\\n border-color: #ffffff; }\\n\\n.m-border-color-primary-default {\\n border-color: #41807a; }\\n\\n.m-border-color-primary-light {\\n border-color: #50958e; }\\n\\n.m-border-color-primary-green {\\n border-color: #346662; }\\n\\n.m-border-color-primary-silver-metallic {\\n border-color: #9FA6AD; }\\n\\n.m-border-color-primary-black-metallic {\\n border-color: #090D0D; }\\n\\n.m-border-color-primary-gray-metallic {\\n border-color: #5C5C5E; }\\n\\n.m-border-color-primary-tint {\\n border-color: #E7EEED; }\\n\\n.m-border-color-primary-tint-second {\\n border-color: #ECEDEF; }\\n\\n.m-border-color-primary-tint-third {\\n border-color: #F8FCFB; }\\n\\n.m-border-color-primary-zebra {\\n border-color: #FAFAFB; }\\n\\n.m-border-color-primary-rates {\\n border-color: #848E9D; }\\n\\n.m-border-color-primary-active {\\n border-color: #5EB989; }\\n\\n.m-border-color-primary-warning-text {\\n border-color: #B7791F; }\\n\\n.m-border-color-primary-warning-text-background {\\n border-color: #fef8e3; }\\n\\n.m-border-color-secondary {\\n border-color: #115ca7; }\\n\\n.m-border-color-accent {\\n border-color: #fcf0f2; }\\n\\n.m-border-color-body-text {\\n border-color: #18181a; }\\n\\n.m-border-color-warning {\\n border-color: #dc3545; }\\n\\n.m-border-white {\\n border-color: #fff; }\\n\\n.m-border-black {\\n border-color: #000; }\\n\\n:root {\\n --grayscale-180: #b6791f;\\n --grayscale-170: #D0D0D1;\\n --grayscale-160: #F3F4F5;\\n --grayscale-150: #F6F6F6;\\n --grayscale-140: #F2F7F6;\\n --grayscale-130: #8B8B8C;\\n --grayscale-120: #727273;\\n --grayscale-110: #E7E7E7;\\n --grayscale-100: #2c2c30;\\n --grayscale-90: #404045;\\n --grayscale-80: #54545b;\\n --grayscale-70: #686871;\\n --grayscale-60: #7d7d87;\\n --grayscale-50: #92929b;\\n --grayscale-40: #bebec3;\\n --grayscale-30: #d4d4d7;\\n --grayscale-20: #e9e9eb;\\n --grayscale-10: #f3f3f4;\\n --grayscale-0: #ffffff;\\n --color-primary-default: #41807a;\\n --color-primary-light: #50958e;\\n --color-primary-green: #346662;\\n --color-primary-silver-metallic: #9FA6AD;\\n --color-primary-black-metallic: #090D0D;\\n --color-primary-gray-metallic: #5C5C5E;\\n --color-primary-tint: #E7EEED;\\n --color-primary-tint-second: #ECEDEF;\\n --color-primary-tint-third: #F8FCFB;\\n --color-primary-zebra: #FAFAFB;\\n --color-primary-rates: #848E9D;\\n --color-primary-active: #5EB989;\\n --color-primary-warning-text: #B7791F;\\n --color-primary-warning-text-background: #fef8e3;\\n --color-secondary: #115ca7;\\n --color-accent: #fcf0f2;\\n --color-body-text: #18181a;\\n --color-warning: #dc3545; }\\n\\n:root {\\n --radius-first: 4px;\\n --radius-second: 6px;\\n --radius-third: 15px;\\n --radius-five: 5px; }\\n\\n.osm-ovd-styles .highlight {\\n background-color: #f9f9fa; }\\n\\nbody.osm-vd-styles,\\n.osm-vd-styles {\\n margin: 0;\\n padding: 0;\\n font-family: \\\"Poppins\\\", sans-serif !important;\\n font-feature-settings: 'clig' off, 'liga' off !important; }\\n\\n.osm-vd-styles h1,\\n.osm-vd-styles h2,\\n.osm-vd-styles h3,\\n.osm-vd-styles h4,\\n.osm-vd-styles h5,\\n.osm-vd-styles h6 {\\n margin: 0;\\n padding: 0; }\\n\\n.osm-vd-styles p,\\n.osm-vd-styles span {\\n margin: 0;\\n padding: 0; }\\n\\n.osm-vd-styles ul {\\n margin: 0;\\n padding: 0; }\\n\\n.osm-vd-styles h1 {\\n font-size: 24px; }\\n\\n.osm-vd-styles h2 {\\n font-size: 22px; }\\n\\n.osm-vd-styles h3 {\\n font-size: 20px; }\\n\\n.osm-vd-styles h4 {\\n font-size: 18px; }\\n\\n.osm-vd-styles h5 {\\n font-size: 16px; }\\n\\n.osm-vd-styles h6 {\\n font-size: 14px; }\\n\\n.osm-vd-styles .small-text {\\n font-size: 12px; }\\n\\n.osm-vd-styles .base_link {\\n font-size: 12px;\\n color: var(--color-primary-default);\\n cursor: pointer; }\\n .osm-vd-styles .base_link:hover {\\n text-decoration: underline; }\\n\\n.osm-vd-styles input::-webkit-contacts-auto-fill-button,\\n.osm-vd-styles input::-webkit-credentials-auto-fill-button,\\n.osm-vd-styles input::-webkit-caps-lock-indicator {\\n visibility: hidden;\\n display: none !important;\\n pointer-events: none;\\n height: 0;\\n width: 0;\\n margin: 0; }\\n\\n.osm-vd-styles .text-left {\\n text-align: left; }\\n\\n.osm-vd-styles .text-center {\\n text-align: center; }\\n\\n@font-face {\\n src: url(\\\"/assets/fonts/poppins/Poppins-Bold.ttf\\\") format(\\\"ttf\\\"), url(\\\"/assets/fonts/poppins/Poppins-Bold.woff\\\") format(\\\"woff\\\");\\n font-family: \\\"Poppins\\\";\\n font-weight: 700;\\n font-style: normal; }\\n\\n@font-face {\\n src: url(\\\"/assets/fonts/poppins/Poppins-SemiBold.ttf\\\") format(\\\"ttf\\\"), url(\\\"/assets/fonts/poppins/Poppins-SemiBold.woff\\\") format(\\\"woff\\\");\\n font-family: \\\"Poppins\\\";\\n font-weight: 600;\\n font-style: normal; }\\n\\n@font-face {\\n src: url(\\\"/assets/fonts/poppins/Poppins-Medium.ttf\\\") format(\\\"ttf\\\"), url(\\\"/assets/fonts/poppins/Poppins-Medium.woff\\\") format(\\\"woff\\\");\\n font-family: \\\"Poppins\\\";\\n font-weight: 500;\\n font-style: normal; }\\n\\n@font-face {\\n src: url(\\\"/assets/fonts/poppins/Poppins-Regular.ttf\\\") format(\\\"ttf\\\"), url(\\\"/assets/fonts/poppins/Poppins-Regular.woff\\\") format(\\\"woff\\\");\\n font-family: \\\"Poppins\\\";\\n font-weight: 400;\\n font-style: normal; }\\n\\n@font-face {\\n src: url(\\\"/assets/fonts/poppins/Poppins-Thin.ttf\\\") format(\\\"ttf\\\"), url(\\\"/assets/fonts/poppins/Poppins-Thin.woff\\\") format(\\\"woff\\\");\\n font-family: \\\"Poppins\\\";\\n font-weight: 300;\\n font-style: normal; }\\n\\n.osm-vd-styles .m-row {\\n box-sizing: border-box;\\n display: flex;\\n margin-left: auto;\\n margin-right: auto;\\n flex-wrap: wrap;\\n max-width: 1400px;\\n width: 88.57143%; }\\n @media screen and (max-width: 1020px) {\\n .osm-vd-styles .m-row {\\n width: 88.23529%; } }\\n @media screen and (max-width: 620px) {\\n .osm-vd-styles .m-row {\\n width: 89.67742%; } }\\n .osm-vd-styles .m-row-0 {\\n box-sizing: border-box;\\n display: flex;\\n margin-left: auto;\\n margin-right: auto;\\n flex-wrap: wrap;\\n max-width: 1400px;\\n width: 100%; }\\n\\n.osm-vd-styles .m-col-lg-0 {\\n box-sizing: border-box;\\n width: 0%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-0 {\\n margin-left: 0%; }\\n\\n.osm-vd-styles .m-col-lg-1 {\\n box-sizing: border-box;\\n width: 8.33333%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-1 {\\n margin-left: 8.33333%; }\\n\\n.osm-vd-styles .m-col-lg-2 {\\n box-sizing: border-box;\\n width: 16.66667%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-2 {\\n margin-left: 16.66667%; }\\n\\n.osm-vd-styles .m-col-lg-3 {\\n box-sizing: border-box;\\n width: 25%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-3 {\\n margin-left: 25%; }\\n\\n.osm-vd-styles .m-col-lg-4 {\\n box-sizing: border-box;\\n width: 33.33333%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-4 {\\n margin-left: 33.33333%; }\\n\\n.osm-vd-styles .m-col-lg-5 {\\n box-sizing: border-box;\\n width: 41.66667%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-5 {\\n margin-left: 41.66667%; }\\n\\n.osm-vd-styles .m-col-lg-6 {\\n box-sizing: border-box;\\n width: 50%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-6 {\\n margin-left: 50%; }\\n\\n.osm-vd-styles .m-col-lg-7 {\\n box-sizing: border-box;\\n width: 58.33333%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-7 {\\n margin-left: 58.33333%; }\\n\\n.osm-vd-styles .m-col-lg-8 {\\n box-sizing: border-box;\\n width: 66.66667%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-8 {\\n margin-left: 66.66667%; }\\n\\n.osm-vd-styles .m-col-lg-9 {\\n box-sizing: border-box;\\n width: 75%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-9 {\\n margin-left: 75%; }\\n\\n.osm-vd-styles .m-col-lg-10 {\\n box-sizing: border-box;\\n width: 83.33333%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-10 {\\n margin-left: 83.33333%; }\\n\\n.osm-vd-styles .m-col-lg-11 {\\n box-sizing: border-box;\\n width: 91.66667%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-11 {\\n margin-left: 91.66667%; }\\n\\n.osm-vd-styles .m-col-lg-12 {\\n box-sizing: border-box;\\n width: 100%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-12 {\\n margin-left: 100%; }\\n\\n@media screen and (max-width: 1020px) {\\n .osm-vd-styles .m-col-md-0 {\\n box-sizing: border-box;\\n width: 0%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-0 {\\n margin-left: 0%; }\\n .osm-vd-styles .m-col-md-1 {\\n box-sizing: border-box;\\n width: 8.33333%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-1 {\\n margin-left: 8.33333%; }\\n .osm-vd-styles .m-col-md-2 {\\n box-sizing: border-box;\\n width: 16.66667%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-2 {\\n margin-left: 16.66667%; }\\n .osm-vd-styles .m-col-md-3 {\\n box-sizing: border-box;\\n width: 25%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-3 {\\n margin-left: 25%; }\\n .osm-vd-styles .m-col-md-4 {\\n box-sizing: border-box;\\n width: 33.33333%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-4 {\\n margin-left: 33.33333%; }\\n .osm-vd-styles .m-col-md-5 {\\n box-sizing: border-box;\\n width: 41.66667%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-5 {\\n margin-left: 41.66667%; }\\n .osm-vd-styles .m-col-md-6 {\\n box-sizing: border-box;\\n width: 50%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-6 {\\n margin-left: 50%; }\\n .osm-vd-styles .m-col-md-7 {\\n box-sizing: border-box;\\n width: 58.33333%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-7 {\\n margin-left: 58.33333%; }\\n .osm-vd-styles .m-col-md-8 {\\n box-sizing: border-box;\\n width: 66.66667%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-8 {\\n margin-left: 66.66667%; }\\n .osm-vd-styles .m-col-md-9 {\\n box-sizing: border-box;\\n width: 75%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-9 {\\n margin-left: 75%; }\\n .osm-vd-styles .m-col-md-10 {\\n box-sizing: border-box;\\n width: 83.33333%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-10 {\\n margin-left: 83.33333%; }\\n .osm-vd-styles .m-col-md-11 {\\n box-sizing: border-box;\\n width: 91.66667%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-11 {\\n margin-left: 91.66667%; }\\n .osm-vd-styles .m-col-md-12 {\\n box-sizing: border-box;\\n width: 100%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-12 {\\n margin-left: 100%; } }\\n\\n@media screen and (max-width: 620px) {\\n .osm-vd-styles .m-col-sm-0 {\\n box-sizing: border-box;\\n width: 0%;\\n padding-left: 1.79856%;\\n padding-right: 1.79856%; }\\n .osm-vd-styles .m-col-sm-shift-0 {\\n margin-left: 0%; }\\n .osm-vd-styles .m-col-sm-1 {\\n box-sizing: border-box;\\n width: 25%;\\n padding-left: 1.79856%;\\n padding-right: 1.79856%; }\\n .osm-vd-styles .m-col-sm-shift-1 {\\n margin-left: 25%; }\\n .osm-vd-styles .m-col-sm-2 {\\n box-sizing: border-box;\\n width: 50%;\\n padding-left: 1.79856%;\\n padding-right: 1.79856%; }\\n .osm-vd-styles .m-col-sm-shift-2 {\\n margin-left: 50%; }\\n .osm-vd-styles .m-col-sm-3 {\\n box-sizing: border-box;\\n width: 75%;\\n padding-left: 1.79856%;\\n padding-right: 1.79856%; }\\n .osm-vd-styles .m-col-sm-shift-3 {\\n margin-left: 75%; }\\n .osm-vd-styles .m-col-sm-4 {\\n box-sizing: border-box;\\n width: 100%;\\n padding-left: 1.79856%;\\n padding-right: 1.79856%; }\\n .osm-vd-styles .m-col-sm-shift-4 {\\n margin-left: 100%; } }\\n\\n.osm-vd-styles .tooltip {\\n position: relative;\\n display: inline-block !important; }\\n\\n.osm-vd-styles .tooltip .tooltiptext {\\n visibility: hidden;\\n min-width: 460px;\\n background-color: #f2f7f6;\\n color: #6e9e99;\\n text-align: left;\\n padding: 10px 13px;\\n position: absolute;\\n z-index: 1;\\n bottom: 140%;\\n left: 50%;\\n border-radius: var(--radius-first);\\n font-size: 13px;\\n right: 0;\\n margin: 0 auto;\\n transform: translateX(-50%);\\n border: 1px solid #7ea7a3; }\\n .osm-vd-styles .tooltip .tooltiptext .texts {\\n display: flex;\\n font-weight: bold; }\\n .osm-vd-styles .tooltip .tooltiptext .texts .text {\\n color: #6e9e99; }\\n .osm-vd-styles .tooltip .tooltiptext.down {\\n bottom: auto;\\n top: 140%; }\\n .osm-vd-styles .tooltip .tooltiptext.down .triangle-down {\\n border: none;\\n border-left: 8px solid transparent;\\n border-right: 8px solid transparent;\\n border-bottom: 8px solid #7ea7a3;\\n bottom: auto;\\n top: -8px; }\\n\\n.osm-vd-styles .tooltip:hover .tooltiptext {\\n visibility: visible; }\\n\\n.osm-vd-styles .triangle-down {\\n width: 0;\\n height: 0;\\n border-left: 8px solid transparent;\\n border-right: 8px solid transparent;\\n border-top: 8px solid #7ea7a3;\\n position: absolute;\\n bottom: -8px;\\n left: 0;\\n right: 0;\\n margin: 0 auto; }\\n .osm-vd-styles .triangle-down::after {\\n content: '';\\n width: 0;\\n height: 0;\\n border-left: 6px solid transparent;\\n border-right: 6px solid transparent;\\n border-top: 6px solid #f2f7f6;\\n position: absolute;\\n bottom: 2px;\\n left: -6.2px;\\n right: 0;\\n margin: 0 auto;\\n display: block; }\\n\\n.base-button {\\n width: 100%;\\n height: 48px;\\n background: var(--color-primary-default);\\n font-size: 12pt;\\n color: var(--grayscale-10);\\n text-align: center;\\n border: 0;\\n cursor: pointer;\\n font-weight: 700;\\n border-radius: var(--radius-first);\\n position: relative; }\\n .base-button.button-disabled {\\n background: var(--grayscale-80);\\n pointer-events: none; }\\n\\n.outline {\\n background: transparent;\\n border: 1px solid var(--color-primary-default);\\n color: var(--color-primary-default); }\\n .outline:hover {\\n background: var(--color-primary-default);\\n color: var(--grayscale-10); }\\n\\n.loading {\\n opacity: 0.5;\\n cursor: not-allowed; }\\n\\n.disabled {\\n opacity: 0.5;\\n cursor: not-allowed; }\\n\\n.loader-icon {\\n position: absolute;\\n top: 12px;\\n right: 15px;\\n -webkit-animation: spinner 3s linear infinite;\\n animation: spinner 3s linear infinite; }\\n\\n@-webkit-keyframes spinner {\\n to {\\n transform: rotate(360deg); } }\\n\\n@keyframes spinner {\\n to {\\n transform: rotate(360deg); } }\\n\\n.base-form-input {\\n display: flex;\\n flex-direction: column;\\n position: relative; }\\n .base-form-input svg {\\n position: absolute;\\n right: 10px;\\n top: 50%;\\n stroke: var(--grayscale-40);\\n stroke-width: 1; }\\n .base-form-input input,\\n .base-form-input textarea {\\n border: transparent;\\n color: var(--grayscale-90);\\n padding-left: 10px;\\n border-radius: var(--radius-first);\\n height: 50px;\\n box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);\\n font-size: 16px; }\\n .base-form-input input::-moz-placeholder, .base-form-input textarea::-moz-placeholder {\\n color: var(--grayscale-40); }\\n .base-form-input input::placeholder,\\n .base-form-input textarea::placeholder {\\n color: var(--grayscale-40); }\\n .base-form-input input:focus,\\n .base-form-input textarea:focus {\\n outline: none; }\\n .base-form-input input:focus ~ label,\\n .base-form-input input textarea,\\n .base-form-input textarea:focus ~ label,\\n .base-form-input textarea textarea {\\n outline: none;\\n font-size: 10pt;\\n top: -12px;\\n background: var(--grayscale-0); }\\n .base-form-input input:focus ~ svg,\\n .base-form-input textarea:focus ~ svg {\\n stroke-width: 2; }\\n .base-form-input label {\\n color: var(--grayscale-70);\\n font-size: 14px;\\n font-weight: 400;\\n transition: all 0.225s ease;\\n margin-bottom: 10px; }\\n .base-form-input .selected-input ~ label,\\n .base-form-input textarea {\\n top: -12px;\\n background: var(--grayscale-0); }\\n\\n.base-form-checkbox {\\n -webkit-appearance: none;\\n -moz-appearance: none;\\n appearance: none;\\n -webkit-print-color-adjust: exact;\\n color-adjust: exact;\\n display: inline-block;\\n vertical-align: middle;\\n background-origin: border-box;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n user-select: none;\\n flex-shrink: 0;\\n height: 20px;\\n width: 20px;\\n color: var(--color-primary-default);\\n background-color: var(--grayscale-0);\\n border-radius: var(--radius-first);\\n border: 2px solid #e8e8e8;\\n cursor: pointer; }\\n .base-form-checkbox:checked {\\n background-image: url(\\\"data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e\\\");\\n border-color: transparent;\\n background-color: currentColor;\\n background-size: 100% 100%;\\n background-position: center;\\n background-repeat: no-repeat; }\\n\\n.custom-container {\\n max-width: 1200px;\\n margin: 0 auto;\\n padding: 0 20px;\\n box-sizing: border-box; }\\n .custom-container.fullWidth {\\n max-width: 100%; }\\n .custom-container .row-gutter {\\n margin: 0px -20px; }\\n\\n.responsive-table-container {\\n display: flex;\\n flex-wrap: wrap;\\n border-radius: var(--radius-second);\\n border: 1px solid #e8e8e8;\\n background-color: white;\\n box-sizing: border-box;\\n margin-bottom: 10px; }\\n .responsive-table-container.highlight {\\n background-color: #f9f9fa; }\\n .responsive-table-container:first-of-type {\\n margin-top: 10px; }\\n .responsive-table-container .item {\\n padding: 0px 10px;\\n border: 1px solid #e8e8e8;\\n box-sizing: border-box;\\n min-height: 130px;\\n width: 100%;\\n display: flex;\\n align-items: center; }\\n @media (max-width: 460px) {\\n .responsive-table-container .item {\\n padding: 10px 10px; } }\\n .responsive-table-container .title-container {\\n width: 50%;\\n font-weight: bold; }\\n @media (max-width: 460px) {\\n .responsive-table-container .title-container {\\n width: 30%; }\\n .responsive-table-container .title-container .item.selectbox-container {\\n min-height: 130px;\\n font-size: 12px; } }\\n @media (max-width: 340px) {\\n .responsive-table-container .title-container {\\n width: 25%; } }\\n .responsive-table-container .data-container {\\n width: 50%; }\\n @media (max-width: 460px) {\\n .responsive-table-container .data-container {\\n width: 70%; }\\n .responsive-table-container .data-container .item .empty-content {\\n padding: 13px 0; } }\\n @media (max-width: 340px) {\\n .responsive-table-container .data-container {\\n width: 75%; } }\\n\\n/**\\n Support for SASS is deprecated as of v3.18.\\n\\n The files remain here if your build is dependent on them\\n but they will not receive updates in future releases. All\\n SASS variables have been translated into CSS variables, so\\n migration should be quite simple if you'd like to move over.\\n\\n In v4, these files will be removed.\\n */\\n.v-select {\\n position: relative;\\n font-family: inherit; }\\n\\n.v-select,\\n.v-select * {\\n box-sizing: border-box; }\\n\\n/* KeyFrames */\\n@-webkit-keyframes vSelectSpinner {\\n 0% {\\n transform: rotate(0deg); }\\n 100% {\\n transform: rotate(360deg); } }\\n\\n@keyframes vSelectSpinner {\\n 0% {\\n transform: rotate(0deg); }\\n 100% {\\n transform: rotate(360deg); } }\\n\\n/* Dropdown Default Transition */\\n.vs__fade-enter-active,\\n.vs__fade-leave-active {\\n pointer-events: none;\\n transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1); }\\n\\n.vs__fade-enter,\\n.vs__fade-leave-to {\\n opacity: 0; }\\n\\n/** Component States */\\n/*\\n * Disabled\\n *\\n * When the component is disabled, all interaction\\n * should be prevented. Here we modify the bg color,\\n * and change the cursor displayed on the interactive\\n * components.\\n */\\n.vs--disabled .vs__dropdown-toggle,\\n.vs--disabled .vs__clear,\\n.vs--disabled .vs__search,\\n.vs--disabled .vs__selected,\\n.vs--disabled .vs__open-indicator {\\n cursor: not-allowed;\\n background-color: #f8f8f8; }\\n\\n/*\\n * RTL - Right to Left Support\\n *\\n * Because we're using a flexbox layout, the `dir=\\\"rtl\\\"`\\n * HTML attribute does most of the work for us by\\n * rearranging the child elements visually.\\n */\\n.v-select[dir=\\\"rtl\\\"] .vs__actions {\\n padding: 0 3px 0 6px; }\\n\\n.v-select[dir=\\\"rtl\\\"] .vs__clear {\\n margin-left: 6px;\\n margin-right: 0; }\\n\\n.v-select[dir=\\\"rtl\\\"] .vs__deselect {\\n margin-left: 0;\\n margin-right: 2px; }\\n\\n.v-select[dir=\\\"rtl\\\"] .vs__dropdown-menu {\\n text-align: right; }\\n\\n/**\\n Dropdown Toggle\\n\\n The dropdown toggle is the primary wrapper of the component. It\\n has two direct descendants: .vs__selected-options, and .vs__actions.\\n\\n .vs__selected-options holds the .vs__selected's as well as the\\n main search input.\\n\\n .vs__actions holds the clear button and dropdown toggle.\\n */\\n.vs__dropdown-toggle {\\n -webkit-appearance: none;\\n -moz-appearance: none;\\n appearance: none;\\n display: flex;\\n padding: 0 0 4px 0;\\n background: none;\\n border: 1px solid rgba(60, 60, 60, 0.26);\\n border-radius: 4px;\\n white-space: normal; }\\n\\n.vs__selected-options {\\n display: flex;\\n flex-basis: 100%;\\n flex-grow: 1;\\n flex-wrap: wrap;\\n padding: 0 2px;\\n position: relative; }\\n\\n.vs__actions {\\n display: flex;\\n align-items: center;\\n padding: 4px 6px 0 3px; }\\n\\n/* Dropdown Toggle States */\\n.vs--searchable .vs__dropdown-toggle {\\n cursor: text; }\\n\\n.vs--unsearchable .vs__dropdown-toggle {\\n cursor: pointer; }\\n\\n.vs--open .vs__dropdown-toggle {\\n border-bottom-color: transparent;\\n border-bottom-left-radius: 0;\\n border-bottom-right-radius: 0; }\\n\\n.vs__open-indicator {\\n fill: rgba(60, 60, 60, 0.5);\\n transform: scale(1);\\n transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);\\n transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855); }\\n\\n.vs--open .vs__open-indicator {\\n transform: rotate(180deg) scale(1); }\\n\\n.vs--loading .vs__open-indicator {\\n opacity: 0; }\\n\\n/* Clear Button */\\n.vs__clear {\\n fill: rgba(60, 60, 60, 0.5);\\n padding: 0;\\n border: 0;\\n background-color: transparent;\\n cursor: pointer;\\n margin-right: 8px; }\\n\\n/* Dropdown Menu */\\n.vs__dropdown-menu {\\n display: block;\\n box-sizing: border-box;\\n position: absolute;\\n top: calc(100% - 1px);\\n left: 0;\\n z-index: 1000;\\n padding: 5px 0;\\n margin: 0;\\n width: 100%;\\n max-height: 350px;\\n min-width: 160px;\\n overflow-y: auto;\\n box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);\\n border: 1px solid rgba(60, 60, 60, 0.26);\\n border-top-style: none;\\n border-radius: 0 0 4px 4px;\\n text-align: left;\\n list-style: none;\\n background: #fff; }\\n\\n.vs__no-options {\\n text-align: center; }\\n\\n/* List Items */\\n.vs__dropdown-option {\\n line-height: 1.42857143;\\n /* Normalize line height */\\n display: block;\\n padding: 3px 20px;\\n clear: both;\\n color: #333;\\n /* Overrides most CSS frameworks */\\n white-space: nowrap;\\n cursor: pointer; }\\n\\n.vs__dropdown-option--highlight {\\n background: #5897fb;\\n color: #fff; }\\n\\n.vs__dropdown-option--deselect {\\n background: #fb5858;\\n color: #fff; }\\n\\n.vs__dropdown-option--disabled {\\n background: inherit;\\n color: rgba(60, 60, 60, 0.5);\\n cursor: inherit; }\\n\\n/* Selected Tags */\\n.vs__selected {\\n display: flex;\\n align-items: center;\\n background-color: #f0f0f0;\\n border: 1px solid rgba(60, 60, 60, 0.26);\\n border-radius: 4px;\\n color: #333;\\n line-height: 1.4;\\n margin: 4px 2px 0px 2px;\\n padding: 0 0.25em;\\n z-index: 0; }\\n\\n.vs__deselect {\\n display: inline-flex;\\n -webkit-appearance: none;\\n -moz-appearance: none;\\n appearance: none;\\n margin-left: 4px;\\n padding: 0;\\n border: 0;\\n cursor: pointer;\\n background: none;\\n fill: rgba(60, 60, 60, 0.5);\\n text-shadow: 0 1px 0 #fff; }\\n\\n/* States */\\n.vs--single .vs__selected {\\n background-color: transparent;\\n border-color: transparent; }\\n\\n.vs--single.vs--open .vs__selected,\\n.vs--single.vs--loading .vs__selected {\\n position: absolute;\\n opacity: .4; }\\n\\n.vs--single.vs--searching .vs__selected {\\n display: none; }\\n\\n/* Search Input */\\n/**\\n * Super weird bug... If this declaration is grouped\\n * below, the cancel button will still appear in chrome.\\n * If it's up here on it's own, it'll hide it.\\n */\\n.vs__search::-webkit-search-cancel-button {\\n display: none; }\\n\\n.vs__search::-webkit-search-decoration,\\n.vs__search::-webkit-search-results-button,\\n.vs__search::-webkit-search-results-decoration,\\n.vs__search::-ms-clear {\\n display: none; }\\n\\n.vs__search,\\n.vs__search:focus {\\n -webkit-appearance: none;\\n -moz-appearance: none;\\n appearance: none;\\n line-height: 1.4;\\n font-size: 1em;\\n border: 1px solid transparent;\\n border-left: none;\\n outline: none;\\n margin: 4px 0 0 0;\\n padding: 0 7px;\\n background: none;\\n box-shadow: none;\\n width: 0;\\n max-width: 100%;\\n flex-grow: 1;\\n z-index: 1; }\\n\\n.vs__search::-moz-placeholder {\\n color: inherit; }\\n\\n.vs__search::placeholder {\\n color: inherit; }\\n\\n/**\\n States\\n */\\n.vs--unsearchable .vs__search {\\n opacity: 1; }\\n\\n.vs--unsearchable:not(.vs--disabled) .vs__search {\\n cursor: pointer; }\\n\\n.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {\\n opacity: .2; }\\n\\n/* Loading Spinner */\\n.vs__spinner {\\n align-self: center;\\n opacity: 0;\\n font-size: 5px;\\n text-indent: -9999em;\\n overflow: hidden;\\n border-top: 0.9em solid rgba(100, 100, 100, 0.1);\\n border-right: 0.9em solid rgba(100, 100, 100, 0.1);\\n border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);\\n border-left: 0.9em solid rgba(60, 60, 60, 0.45);\\n transform: translateZ(0);\\n -webkit-animation: vSelectSpinner 1.1s infinite linear;\\n animation: vSelectSpinner 1.1s infinite linear;\\n transition: opacity .1s; }\\n\\n.vs__spinner,\\n.vs__spinner:after {\\n border-radius: 50%;\\n width: 5em;\\n height: 5em; }\\n\\n/* Loading Spinner States */\\n.vs--loading .vs__spinner {\\n opacity: 1; }\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/style/main.scss?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-3-1!./node_modules/postcss-loader/src??ref--9-oneOf-3-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-3-3");
|
|
3974
|
+
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\");\nvar ___CSS_LOADER_AT_RULE_IMPORT_0___ = __webpack_require__(/*! -!../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-3-1!../../node_modules/postcss-loader/src??ref--9-oneOf-3-2!../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-3-3!vue-toastification/dist/index.css */ \"./node_modules/css-loader/dist/cjs.js?!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/vue-toastification/dist/index.css\");\nvar ___CSS_LOADER_AT_RULE_IMPORT_1___ = __webpack_require__(/*! -!../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-3-1!../../node_modules/postcss-loader/src??ref--9-oneOf-3-2!../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-3-3!vue2-datepicker/index.css */ \"./node_modules/css-loader/dist/cjs.js?!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/vue2-datepicker/index.css\");\nvar ___CSS_LOADER_GET_URL_IMPORT___ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/getUrl.js */ \"./node_modules/css-loader/dist/runtime/getUrl.js\");\nvar ___CSS_LOADER_URL_IMPORT_0___ = __webpack_require__(/*! @/assets/fonts/poppins/Poppins-Black.woff */ \"./src/assets/fonts/poppins/Poppins-Black.woff\");\nvar ___CSS_LOADER_URL_IMPORT_1___ = __webpack_require__(/*! @/assets/fonts/poppins/Poppins-SemiBold.woff */ \"./src/assets/fonts/poppins/Poppins-SemiBold.woff\");\nvar ___CSS_LOADER_URL_IMPORT_2___ = __webpack_require__(/*! @/assets/fonts/poppins/Poppins-Medium.woff */ \"./src/assets/fonts/poppins/Poppins-Medium.woff\");\nvar ___CSS_LOADER_URL_IMPORT_3___ = __webpack_require__(/*! @/assets/fonts/poppins/Poppins-Regular.woff */ \"./src/assets/fonts/poppins/Poppins-Regular.woff\");\nvar ___CSS_LOADER_URL_IMPORT_4___ = __webpack_require__(/*! @/assets/fonts/poppins/Poppins-Thin.woff */ \"./src/assets/fonts/poppins/Poppins-Thin.woff\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\nexports.i(___CSS_LOADER_AT_RULE_IMPORT_0___);\nexports.i(___CSS_LOADER_AT_RULE_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\nvar ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);\nvar ___CSS_LOADER_URL_REPLACEMENT_4___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_4___);\n// Module\nexports.push([module.i, \".m-text-grayscale-180 {\\n color: #b6791f; }\\n\\n.m-text-grayscale-170 {\\n color: #D0D0D1; }\\n\\n.m-text-grayscale-160 {\\n color: #F3F4F5; }\\n\\n.m-text-grayscale-150 {\\n color: #F6F6F6; }\\n\\n.m-text-grayscale-140 {\\n color: #F2F7F6; }\\n\\n.m-text-grayscale-130 {\\n color: #8B8B8C; }\\n\\n.m-text-grayscale-120 {\\n color: #727273; }\\n\\n.m-text-grayscale-110 {\\n color: #E7E7E7; }\\n\\n.m-text-grayscale-100 {\\n color: #2c2c30; }\\n\\n.m-text-grayscale-90 {\\n color: #404045; }\\n\\n.m-text-grayscale-80 {\\n color: #54545b; }\\n\\n.m-text-grayscale-70 {\\n color: #686871; }\\n\\n.m-text-grayscale-60 {\\n color: #7d7d87; }\\n\\n.m-text-grayscale-50 {\\n color: #92929b; }\\n\\n.m-text-grayscale-40 {\\n color: #bebec3; }\\n\\n.m-text-grayscale-30 {\\n color: #d4d4d7; }\\n\\n.m-text-grayscale-20 {\\n color: #e9e9eb; }\\n\\n.m-text-grayscale-10 {\\n color: #f3f3f4; }\\n\\n.m-text-grayscale-0 {\\n color: #ffffff; }\\n\\n.m-text-color-primary-default {\\n color: #41807a; }\\n\\n.m-text-color-primary-light {\\n color: #50958e; }\\n\\n.m-text-color-primary-green {\\n color: #346662; }\\n\\n.m-text-color-primary-silver-metallic {\\n color: #9FA6AD; }\\n\\n.m-text-color-primary-black-metallic {\\n color: #090D0D; }\\n\\n.m-text-color-primary-gray-metallic {\\n color: #5C5C5E; }\\n\\n.m-text-color-primary-tint {\\n color: #E7EEED; }\\n\\n.m-text-color-primary-tint-second {\\n color: #ECEDEF; }\\n\\n.m-text-color-primary-tint-third {\\n color: #F8FCFB; }\\n\\n.m-text-color-primary-zebra {\\n color: #FAFAFB; }\\n\\n.m-text-color-primary-rates {\\n color: #848E9D; }\\n\\n.m-text-color-primary-active {\\n color: #5EB989; }\\n\\n.m-text-color-primary-warning-text {\\n color: #B7791F; }\\n\\n.m-text-color-primary-warning-text-background {\\n color: #fef8e3; }\\n\\n.m-text-color-secondary {\\n color: #115ca7; }\\n\\n.m-text-color-accent {\\n color: #fcf0f2; }\\n\\n.m-text-color-body-text {\\n color: #18181a; }\\n\\n.m-text-color-warning {\\n color: #dc3545; }\\n\\n.m-text-white {\\n color: #fff; }\\n\\n.m-text-black {\\n color: #000; }\\n\\n.m-bg-grayscale-180 {\\n background-color: #b6791f; }\\n\\n.m-bg-grayscale-170 {\\n background-color: #D0D0D1; }\\n\\n.m-bg-grayscale-160 {\\n background-color: #F3F4F5; }\\n\\n.m-bg-grayscale-150 {\\n background-color: #F6F6F6; }\\n\\n.m-bg-grayscale-140 {\\n background-color: #F2F7F6; }\\n\\n.m-bg-grayscale-130 {\\n background-color: #8B8B8C; }\\n\\n.m-bg-grayscale-120 {\\n background-color: #727273; }\\n\\n.m-bg-grayscale-110 {\\n background-color: #E7E7E7; }\\n\\n.m-bg-grayscale-100 {\\n background-color: #2c2c30; }\\n\\n.m-bg-grayscale-90 {\\n background-color: #404045; }\\n\\n.m-bg-grayscale-80 {\\n background-color: #54545b; }\\n\\n.m-bg-grayscale-70 {\\n background-color: #686871; }\\n\\n.m-bg-grayscale-60 {\\n background-color: #7d7d87; }\\n\\n.m-bg-grayscale-50 {\\n background-color: #92929b; }\\n\\n.m-bg-grayscale-40 {\\n background-color: #bebec3; }\\n\\n.m-bg-grayscale-30 {\\n background-color: #d4d4d7; }\\n\\n.m-bg-grayscale-20 {\\n background-color: #e9e9eb; }\\n\\n.m-bg-grayscale-10 {\\n background-color: #f3f3f4; }\\n\\n.m-bg-grayscale-0 {\\n background-color: #ffffff; }\\n\\n.m-bg-color-primary-default {\\n background-color: #41807a; }\\n\\n.m-bg-color-primary-light {\\n background-color: #50958e; }\\n\\n.m-bg-color-primary-green {\\n background-color: #346662; }\\n\\n.m-bg-color-primary-silver-metallic {\\n background-color: #9FA6AD; }\\n\\n.m-bg-color-primary-black-metallic {\\n background-color: #090D0D; }\\n\\n.m-bg-color-primary-gray-metallic {\\n background-color: #5C5C5E; }\\n\\n.m-bg-color-primary-tint {\\n background-color: #E7EEED; }\\n\\n.m-bg-color-primary-tint-second {\\n background-color: #ECEDEF; }\\n\\n.m-bg-color-primary-tint-third {\\n background-color: #F8FCFB; }\\n\\n.m-bg-color-primary-zebra {\\n background-color: #FAFAFB; }\\n\\n.m-bg-color-primary-rates {\\n background-color: #848E9D; }\\n\\n.m-bg-color-primary-active {\\n background-color: #5EB989; }\\n\\n.m-bg-color-primary-warning-text {\\n background-color: #B7791F; }\\n\\n.m-bg-color-primary-warning-text-background {\\n background-color: #fef8e3; }\\n\\n.m-bg-color-secondary {\\n background-color: #115ca7; }\\n\\n.m-bg-color-accent {\\n background-color: #fcf0f2; }\\n\\n.m-bg-color-body-text {\\n background-color: #18181a; }\\n\\n.m-bg-color-warning {\\n background-color: #dc3545; }\\n\\n.m-bg-white {\\n background-color: #fff; }\\n\\n.m-bg-black {\\n background-color: #000; }\\n\\n.m-border-grayscale-180 {\\n border-color: #b6791f; }\\n\\n.m-border-grayscale-170 {\\n border-color: #D0D0D1; }\\n\\n.m-border-grayscale-160 {\\n border-color: #F3F4F5; }\\n\\n.m-border-grayscale-150 {\\n border-color: #F6F6F6; }\\n\\n.m-border-grayscale-140 {\\n border-color: #F2F7F6; }\\n\\n.m-border-grayscale-130 {\\n border-color: #8B8B8C; }\\n\\n.m-border-grayscale-120 {\\n border-color: #727273; }\\n\\n.m-border-grayscale-110 {\\n border-color: #E7E7E7; }\\n\\n.m-border-grayscale-100 {\\n border-color: #2c2c30; }\\n\\n.m-border-grayscale-90 {\\n border-color: #404045; }\\n\\n.m-border-grayscale-80 {\\n border-color: #54545b; }\\n\\n.m-border-grayscale-70 {\\n border-color: #686871; }\\n\\n.m-border-grayscale-60 {\\n border-color: #7d7d87; }\\n\\n.m-border-grayscale-50 {\\n border-color: #92929b; }\\n\\n.m-border-grayscale-40 {\\n border-color: #bebec3; }\\n\\n.m-border-grayscale-30 {\\n border-color: #d4d4d7; }\\n\\n.m-border-grayscale-20 {\\n border-color: #e9e9eb; }\\n\\n.m-border-grayscale-10 {\\n border-color: #f3f3f4; }\\n\\n.m-border-grayscale-0 {\\n border-color: #ffffff; }\\n\\n.m-border-color-primary-default {\\n border-color: #41807a; }\\n\\n.m-border-color-primary-light {\\n border-color: #50958e; }\\n\\n.m-border-color-primary-green {\\n border-color: #346662; }\\n\\n.m-border-color-primary-silver-metallic {\\n border-color: #9FA6AD; }\\n\\n.m-border-color-primary-black-metallic {\\n border-color: #090D0D; }\\n\\n.m-border-color-primary-gray-metallic {\\n border-color: #5C5C5E; }\\n\\n.m-border-color-primary-tint {\\n border-color: #E7EEED; }\\n\\n.m-border-color-primary-tint-second {\\n border-color: #ECEDEF; }\\n\\n.m-border-color-primary-tint-third {\\n border-color: #F8FCFB; }\\n\\n.m-border-color-primary-zebra {\\n border-color: #FAFAFB; }\\n\\n.m-border-color-primary-rates {\\n border-color: #848E9D; }\\n\\n.m-border-color-primary-active {\\n border-color: #5EB989; }\\n\\n.m-border-color-primary-warning-text {\\n border-color: #B7791F; }\\n\\n.m-border-color-primary-warning-text-background {\\n border-color: #fef8e3; }\\n\\n.m-border-color-secondary {\\n border-color: #115ca7; }\\n\\n.m-border-color-accent {\\n border-color: #fcf0f2; }\\n\\n.m-border-color-body-text {\\n border-color: #18181a; }\\n\\n.m-border-color-warning {\\n border-color: #dc3545; }\\n\\n.m-border-white {\\n border-color: #fff; }\\n\\n.m-border-black {\\n border-color: #000; }\\n\\n:root {\\n --grayscale-180: #b6791f;\\n --grayscale-170: #D0D0D1;\\n --grayscale-160: #F3F4F5;\\n --grayscale-150: #F6F6F6;\\n --grayscale-140: #F2F7F6;\\n --grayscale-130: #8B8B8C;\\n --grayscale-120: #727273;\\n --grayscale-110: #E7E7E7;\\n --grayscale-100: #2c2c30;\\n --grayscale-90: #404045;\\n --grayscale-80: #54545b;\\n --grayscale-70: #686871;\\n --grayscale-60: #7d7d87;\\n --grayscale-50: #92929b;\\n --grayscale-40: #bebec3;\\n --grayscale-30: #d4d4d7;\\n --grayscale-20: #e9e9eb;\\n --grayscale-10: #f3f3f4;\\n --grayscale-0: #ffffff;\\n --color-primary-default: #41807a;\\n --color-primary-light: #50958e;\\n --color-primary-green: #346662;\\n --color-primary-silver-metallic: #9FA6AD;\\n --color-primary-black-metallic: #090D0D;\\n --color-primary-gray-metallic: #5C5C5E;\\n --color-primary-tint: #E7EEED;\\n --color-primary-tint-second: #ECEDEF;\\n --color-primary-tint-third: #F8FCFB;\\n --color-primary-zebra: #FAFAFB;\\n --color-primary-rates: #848E9D;\\n --color-primary-active: #5EB989;\\n --color-primary-warning-text: #B7791F;\\n --color-primary-warning-text-background: #fef8e3;\\n --color-secondary: #115ca7;\\n --color-accent: #fcf0f2;\\n --color-body-text: #18181a;\\n --color-warning: #dc3545; }\\n\\n:root {\\n --radius-first: 4px;\\n --radius-second: 6px;\\n --radius-third: 15px;\\n --radius-five: 5px; }\\n\\n.osm-ovd-styles .highlight {\\n background-color: #f9f9fa; }\\n\\nbody.osm-vd-styles,\\n.osm-vd-styles {\\n margin: 0;\\n padding: 0;\\n font-family: \\\"Poppins\\\" !important;\\n font-feature-settings: 'clig' off, 'liga' off !important; }\\n\\n.osm-vd-styles h1,\\n.osm-vd-styles h2,\\n.osm-vd-styles h3,\\n.osm-vd-styles h4,\\n.osm-vd-styles h5,\\n.osm-vd-styles h6 {\\n margin: 0;\\n padding: 0; }\\n\\n.osm-vd-styles p,\\n.osm-vd-styles span {\\n margin: 0;\\n padding: 0; }\\n\\n.osm-vd-styles ul {\\n margin: 0;\\n padding: 0; }\\n\\n.osm-vd-styles h1 {\\n font-size: 24px; }\\n\\n.osm-vd-styles h2 {\\n font-size: 22px; }\\n\\n.osm-vd-styles h3 {\\n font-size: 20px; }\\n\\n.osm-vd-styles h4 {\\n font-size: 18px; }\\n\\n.osm-vd-styles h5 {\\n font-size: 16px; }\\n\\n.osm-vd-styles h6 {\\n font-size: 14px; }\\n\\n.osm-vd-styles .small-text {\\n font-size: 12px; }\\n\\n.osm-vd-styles .base_link {\\n font-size: 12px;\\n color: var(--color-primary-default);\\n cursor: pointer; }\\n .osm-vd-styles .base_link:hover {\\n text-decoration: underline; }\\n\\n.osm-vd-styles input::-webkit-contacts-auto-fill-button,\\n.osm-vd-styles input::-webkit-credentials-auto-fill-button,\\n.osm-vd-styles input::-webkit-caps-lock-indicator {\\n visibility: hidden;\\n display: none !important;\\n pointer-events: none;\\n height: 0;\\n width: 0;\\n margin: 0; }\\n\\n.osm-vd-styles .text-left {\\n text-align: left; }\\n\\n.osm-vd-styles .text-center {\\n text-align: center; }\\n\\n@font-face {\\n src: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") format(\\\"woff\\\");\\n font-family: \\\"Poppins\\\";\\n font-weight: 900;\\n font-style: normal; }\\n\\n@font-face {\\n src: url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \") format(\\\"woff\\\");\\n font-family: \\\"Poppins\\\";\\n font-weight: 700;\\n font-style: normal; }\\n\\n@font-face {\\n src: url(\" + ___CSS_LOADER_URL_REPLACEMENT_2___ + \") format(\\\"woff\\\");\\n font-family: \\\"Poppins\\\";\\n font-weight: 500;\\n font-style: normal; }\\n\\n@font-face {\\n src: url(\" + ___CSS_LOADER_URL_REPLACEMENT_3___ + \") format(\\\"woff\\\");\\n font-family: \\\"Poppins\\\";\\n font-weight: 400;\\n font-style: normal; }\\n\\n@font-face {\\n src: url(\" + ___CSS_LOADER_URL_REPLACEMENT_4___ + \") format(\\\"woff\\\");\\n font-family: \\\"Poppins\\\";\\n font-weight: 300;\\n font-style: normal; }\\n\\n.osm-vd-styles .m-row {\\n box-sizing: border-box;\\n display: flex;\\n margin-left: auto;\\n margin-right: auto;\\n flex-wrap: wrap;\\n max-width: 1400px;\\n width: 88.57143%; }\\n @media screen and (max-width: 1020px) {\\n .osm-vd-styles .m-row {\\n width: 88.23529%; } }\\n @media screen and (max-width: 620px) {\\n .osm-vd-styles .m-row {\\n width: 89.67742%; } }\\n .osm-vd-styles .m-row-0 {\\n box-sizing: border-box;\\n display: flex;\\n margin-left: auto;\\n margin-right: auto;\\n flex-wrap: wrap;\\n max-width: 1400px;\\n width: 100%; }\\n\\n.osm-vd-styles .m-col-lg-0 {\\n box-sizing: border-box;\\n width: 0%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-0 {\\n margin-left: 0%; }\\n\\n.osm-vd-styles .m-col-lg-1 {\\n box-sizing: border-box;\\n width: 8.33333%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-1 {\\n margin-left: 8.33333%; }\\n\\n.osm-vd-styles .m-col-lg-2 {\\n box-sizing: border-box;\\n width: 16.66667%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-2 {\\n margin-left: 16.66667%; }\\n\\n.osm-vd-styles .m-col-lg-3 {\\n box-sizing: border-box;\\n width: 25%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-3 {\\n margin-left: 25%; }\\n\\n.osm-vd-styles .m-col-lg-4 {\\n box-sizing: border-box;\\n width: 33.33333%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-4 {\\n margin-left: 33.33333%; }\\n\\n.osm-vd-styles .m-col-lg-5 {\\n box-sizing: border-box;\\n width: 41.66667%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-5 {\\n margin-left: 41.66667%; }\\n\\n.osm-vd-styles .m-col-lg-6 {\\n box-sizing: border-box;\\n width: 50%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-6 {\\n margin-left: 50%; }\\n\\n.osm-vd-styles .m-col-lg-7 {\\n box-sizing: border-box;\\n width: 58.33333%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-7 {\\n margin-left: 58.33333%; }\\n\\n.osm-vd-styles .m-col-lg-8 {\\n box-sizing: border-box;\\n width: 66.66667%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-8 {\\n margin-left: 66.66667%; }\\n\\n.osm-vd-styles .m-col-lg-9 {\\n box-sizing: border-box;\\n width: 75%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-9 {\\n margin-left: 75%; }\\n\\n.osm-vd-styles .m-col-lg-10 {\\n box-sizing: border-box;\\n width: 83.33333%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-10 {\\n margin-left: 83.33333%; }\\n\\n.osm-vd-styles .m-col-lg-11 {\\n box-sizing: border-box;\\n width: 91.66667%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-11 {\\n margin-left: 91.66667%; }\\n\\n.osm-vd-styles .m-col-lg-12 {\\n box-sizing: border-box;\\n width: 100%;\\n padding-left: 1.6129%;\\n padding-right: 1.6129%; }\\n\\n.osm-vd-styles .m-col-lg-shift-12 {\\n margin-left: 100%; }\\n\\n@media screen and (max-width: 1020px) {\\n .osm-vd-styles .m-col-md-0 {\\n box-sizing: border-box;\\n width: 0%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-0 {\\n margin-left: 0%; }\\n .osm-vd-styles .m-col-md-1 {\\n box-sizing: border-box;\\n width: 8.33333%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-1 {\\n margin-left: 8.33333%; }\\n .osm-vd-styles .m-col-md-2 {\\n box-sizing: border-box;\\n width: 16.66667%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-2 {\\n margin-left: 16.66667%; }\\n .osm-vd-styles .m-col-md-3 {\\n box-sizing: border-box;\\n width: 25%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-3 {\\n margin-left: 25%; }\\n .osm-vd-styles .m-col-md-4 {\\n box-sizing: border-box;\\n width: 33.33333%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-4 {\\n margin-left: 33.33333%; }\\n .osm-vd-styles .m-col-md-5 {\\n box-sizing: border-box;\\n width: 41.66667%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-5 {\\n margin-left: 41.66667%; }\\n .osm-vd-styles .m-col-md-6 {\\n box-sizing: border-box;\\n width: 50%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-6 {\\n margin-left: 50%; }\\n .osm-vd-styles .m-col-md-7 {\\n box-sizing: border-box;\\n width: 58.33333%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-7 {\\n margin-left: 58.33333%; }\\n .osm-vd-styles .m-col-md-8 {\\n box-sizing: border-box;\\n width: 66.66667%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-8 {\\n margin-left: 66.66667%; }\\n .osm-vd-styles .m-col-md-9 {\\n box-sizing: border-box;\\n width: 75%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-9 {\\n margin-left: 75%; }\\n .osm-vd-styles .m-col-md-10 {\\n box-sizing: border-box;\\n width: 83.33333%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-10 {\\n margin-left: 83.33333%; }\\n .osm-vd-styles .m-col-md-11 {\\n box-sizing: border-box;\\n width: 91.66667%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-11 {\\n margin-left: 91.66667%; }\\n .osm-vd-styles .m-col-md-12 {\\n box-sizing: border-box;\\n width: 100%;\\n padding-left: 1.66667%;\\n padding-right: 1.66667%; }\\n .osm-vd-styles .m-col-md-shift-12 {\\n margin-left: 100%; } }\\n\\n@media screen and (max-width: 620px) {\\n .osm-vd-styles .m-col-sm-0 {\\n box-sizing: border-box;\\n width: 0%;\\n padding-left: 1.79856%;\\n padding-right: 1.79856%; }\\n .osm-vd-styles .m-col-sm-shift-0 {\\n margin-left: 0%; }\\n .osm-vd-styles .m-col-sm-1 {\\n box-sizing: border-box;\\n width: 25%;\\n padding-left: 1.79856%;\\n padding-right: 1.79856%; }\\n .osm-vd-styles .m-col-sm-shift-1 {\\n margin-left: 25%; }\\n .osm-vd-styles .m-col-sm-2 {\\n box-sizing: border-box;\\n width: 50%;\\n padding-left: 1.79856%;\\n padding-right: 1.79856%; }\\n .osm-vd-styles .m-col-sm-shift-2 {\\n margin-left: 50%; }\\n .osm-vd-styles .m-col-sm-3 {\\n box-sizing: border-box;\\n width: 75%;\\n padding-left: 1.79856%;\\n padding-right: 1.79856%; }\\n .osm-vd-styles .m-col-sm-shift-3 {\\n margin-left: 75%; }\\n .osm-vd-styles .m-col-sm-4 {\\n box-sizing: border-box;\\n width: 100%;\\n padding-left: 1.79856%;\\n padding-right: 1.79856%; }\\n .osm-vd-styles .m-col-sm-shift-4 {\\n margin-left: 100%; } }\\n\\n.osm-vd-styles .tooltip {\\n position: relative;\\n display: inline-block !important; }\\n\\n.osm-vd-styles .tooltip .tooltiptext {\\n visibility: hidden;\\n min-width: 460px;\\n background-color: #f2f7f6;\\n color: #6e9e99;\\n text-align: left;\\n padding: 10px 13px;\\n position: absolute;\\n z-index: 1;\\n bottom: 140%;\\n left: 50%;\\n border-radius: var(--radius-first);\\n font-size: 13px;\\n right: 0;\\n margin: 0 auto;\\n transform: translateX(-50%);\\n border: 1px solid #7ea7a3; }\\n .osm-vd-styles .tooltip .tooltiptext .texts {\\n display: flex;\\n font-weight: bold; }\\n .osm-vd-styles .tooltip .tooltiptext .texts .text {\\n color: #6e9e99; }\\n .osm-vd-styles .tooltip .tooltiptext.down {\\n bottom: auto;\\n top: 140%; }\\n .osm-vd-styles .tooltip .tooltiptext.down .triangle-down {\\n border: none;\\n border-left: 8px solid transparent;\\n border-right: 8px solid transparent;\\n border-bottom: 8px solid #7ea7a3;\\n bottom: auto;\\n top: -8px; }\\n\\n.osm-vd-styles .tooltip:hover .tooltiptext {\\n visibility: visible; }\\n\\n.osm-vd-styles .triangle-down {\\n width: 0;\\n height: 0;\\n border-left: 8px solid transparent;\\n border-right: 8px solid transparent;\\n border-top: 8px solid #7ea7a3;\\n position: absolute;\\n bottom: -8px;\\n left: 0;\\n right: 0;\\n margin: 0 auto; }\\n .osm-vd-styles .triangle-down::after {\\n content: '';\\n width: 0;\\n height: 0;\\n border-left: 6px solid transparent;\\n border-right: 6px solid transparent;\\n border-top: 6px solid #f2f7f6;\\n position: absolute;\\n bottom: 2px;\\n left: -6.2px;\\n right: 0;\\n margin: 0 auto;\\n display: block; }\\n\\n.base-button {\\n width: 100%;\\n height: 48px;\\n background: var(--color-primary-default);\\n font-size: 12pt;\\n color: var(--grayscale-10);\\n text-align: center;\\n border: 0;\\n cursor: pointer;\\n font-weight: 700;\\n border-radius: var(--radius-first);\\n position: relative; }\\n .base-button.button-disabled {\\n background: var(--grayscale-80);\\n pointer-events: none; }\\n\\n.outline {\\n background: transparent;\\n border: 1px solid var(--color-primary-default);\\n color: var(--color-primary-default); }\\n .outline:hover {\\n background: var(--color-primary-default);\\n color: var(--grayscale-10); }\\n\\n.loading {\\n opacity: 0.5;\\n cursor: not-allowed; }\\n\\n.disabled {\\n opacity: 0.5;\\n cursor: not-allowed; }\\n\\n.loader-icon {\\n position: absolute;\\n top: 12px;\\n right: 15px;\\n -webkit-animation: spinner 3s linear infinite;\\n animation: spinner 3s linear infinite; }\\n\\n@-webkit-keyframes spinner {\\n to {\\n transform: rotate(360deg); } }\\n\\n@keyframes spinner {\\n to {\\n transform: rotate(360deg); } }\\n\\n.base-form-input {\\n display: flex;\\n flex-direction: column;\\n position: relative; }\\n .base-form-input svg {\\n position: absolute;\\n right: 10px;\\n top: 50%;\\n stroke: var(--grayscale-40);\\n stroke-width: 1; }\\n .base-form-input input,\\n .base-form-input textarea {\\n border: transparent;\\n color: var(--grayscale-90);\\n padding-left: 10px;\\n border-radius: var(--radius-first);\\n height: 50px;\\n box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);\\n font-size: 16px; }\\n .base-form-input input::-moz-placeholder, .base-form-input textarea::-moz-placeholder {\\n color: var(--grayscale-40); }\\n .base-form-input input::placeholder,\\n .base-form-input textarea::placeholder {\\n color: var(--grayscale-40); }\\n .base-form-input input:focus,\\n .base-form-input textarea:focus {\\n outline: none; }\\n .base-form-input input:focus ~ label,\\n .base-form-input input textarea,\\n .base-form-input textarea:focus ~ label,\\n .base-form-input textarea textarea {\\n outline: none;\\n font-size: 10pt;\\n top: -12px;\\n background: var(--grayscale-0); }\\n .base-form-input input:focus ~ svg,\\n .base-form-input textarea:focus ~ svg {\\n stroke-width: 2; }\\n .base-form-input label {\\n color: var(--grayscale-70);\\n font-size: 14px;\\n font-weight: 400;\\n transition: all 0.225s ease;\\n margin-bottom: 10px; }\\n .base-form-input .selected-input ~ label,\\n .base-form-input textarea {\\n top: -12px;\\n background: var(--grayscale-0); }\\n\\n.base-form-checkbox {\\n -webkit-appearance: none;\\n -moz-appearance: none;\\n appearance: none;\\n -webkit-print-color-adjust: exact;\\n color-adjust: exact;\\n display: inline-block;\\n vertical-align: middle;\\n background-origin: border-box;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n user-select: none;\\n flex-shrink: 0;\\n height: 20px;\\n width: 20px;\\n color: var(--color-primary-default);\\n background-color: var(--grayscale-0);\\n border-radius: var(--radius-first);\\n border: 2px solid #e8e8e8;\\n cursor: pointer; }\\n .base-form-checkbox:checked {\\n background-image: url(\\\"data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e\\\");\\n border-color: transparent;\\n background-color: currentColor;\\n background-size: 100% 100%;\\n background-position: center;\\n background-repeat: no-repeat; }\\n\\n.custom-container {\\n max-width: 1200px;\\n margin: 0 auto;\\n padding: 0 20px;\\n box-sizing: border-box; }\\n .custom-container.fullWidth {\\n max-width: 100%; }\\n .custom-container .row-gutter {\\n margin: 0px -20px; }\\n\\n.responsive-table-container {\\n display: flex;\\n flex-wrap: wrap;\\n border-radius: var(--radius-second);\\n border: 1px solid #e8e8e8;\\n background-color: white;\\n box-sizing: border-box;\\n margin-bottom: 10px; }\\n .responsive-table-container.highlight {\\n background-color: #f9f9fa; }\\n .responsive-table-container:first-of-type {\\n margin-top: 10px; }\\n .responsive-table-container .item {\\n padding: 0px 10px;\\n border: 1px solid #e8e8e8;\\n box-sizing: border-box;\\n min-height: 130px;\\n width: 100%;\\n display: flex;\\n align-items: center; }\\n @media (max-width: 460px) {\\n .responsive-table-container .item {\\n padding: 10px 10px; } }\\n .responsive-table-container .title-container {\\n width: 50%;\\n font-weight: bold; }\\n @media (max-width: 460px) {\\n .responsive-table-container .title-container {\\n width: 30%; }\\n .responsive-table-container .title-container .item.selectbox-container {\\n min-height: 130px;\\n font-size: 12px; } }\\n @media (max-width: 340px) {\\n .responsive-table-container .title-container {\\n width: 25%; } }\\n .responsive-table-container .data-container {\\n width: 50%; }\\n @media (max-width: 460px) {\\n .responsive-table-container .data-container {\\n width: 70%; }\\n .responsive-table-container .data-container .item .empty-content {\\n padding: 13px 0; } }\\n @media (max-width: 340px) {\\n .responsive-table-container .data-container {\\n width: 75%; } }\\n\\n/**\\n Support for SASS is deprecated as of v3.18.\\n\\n The files remain here if your build is dependent on them\\n but they will not receive updates in future releases. All\\n SASS variables have been translated into CSS variables, so\\n migration should be quite simple if you'd like to move over.\\n\\n In v4, these files will be removed.\\n */\\n.v-select {\\n position: relative;\\n font-family: inherit; }\\n\\n.v-select,\\n.v-select * {\\n box-sizing: border-box; }\\n\\n/* KeyFrames */\\n@-webkit-keyframes vSelectSpinner {\\n 0% {\\n transform: rotate(0deg); }\\n 100% {\\n transform: rotate(360deg); } }\\n\\n@keyframes vSelectSpinner {\\n 0% {\\n transform: rotate(0deg); }\\n 100% {\\n transform: rotate(360deg); } }\\n\\n/* Dropdown Default Transition */\\n.vs__fade-enter-active,\\n.vs__fade-leave-active {\\n pointer-events: none;\\n transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1); }\\n\\n.vs__fade-enter,\\n.vs__fade-leave-to {\\n opacity: 0; }\\n\\n/** Component States */\\n/*\\n * Disabled\\n *\\n * When the component is disabled, all interaction\\n * should be prevented. Here we modify the bg color,\\n * and change the cursor displayed on the interactive\\n * components.\\n */\\n.vs--disabled .vs__dropdown-toggle,\\n.vs--disabled .vs__clear,\\n.vs--disabled .vs__search,\\n.vs--disabled .vs__selected,\\n.vs--disabled .vs__open-indicator {\\n cursor: not-allowed;\\n background-color: #f8f8f8; }\\n\\n/*\\n * RTL - Right to Left Support\\n *\\n * Because we're using a flexbox layout, the `dir=\\\"rtl\\\"`\\n * HTML attribute does most of the work for us by\\n * rearranging the child elements visually.\\n */\\n.v-select[dir=\\\"rtl\\\"] .vs__actions {\\n padding: 0 3px 0 6px; }\\n\\n.v-select[dir=\\\"rtl\\\"] .vs__clear {\\n margin-left: 6px;\\n margin-right: 0; }\\n\\n.v-select[dir=\\\"rtl\\\"] .vs__deselect {\\n margin-left: 0;\\n margin-right: 2px; }\\n\\n.v-select[dir=\\\"rtl\\\"] .vs__dropdown-menu {\\n text-align: right; }\\n\\n/**\\n Dropdown Toggle\\n\\n The dropdown toggle is the primary wrapper of the component. It\\n has two direct descendants: .vs__selected-options, and .vs__actions.\\n\\n .vs__selected-options holds the .vs__selected's as well as the\\n main search input.\\n\\n .vs__actions holds the clear button and dropdown toggle.\\n */\\n.vs__dropdown-toggle {\\n -webkit-appearance: none;\\n -moz-appearance: none;\\n appearance: none;\\n display: flex;\\n padding: 0 0 4px 0;\\n background: none;\\n border: 1px solid rgba(60, 60, 60, 0.26);\\n border-radius: 4px;\\n white-space: normal; }\\n\\n.vs__selected-options {\\n display: flex;\\n flex-basis: 100%;\\n flex-grow: 1;\\n flex-wrap: wrap;\\n padding: 0 2px;\\n position: relative; }\\n\\n.vs__actions {\\n display: flex;\\n align-items: center;\\n padding: 4px 6px 0 3px; }\\n\\n/* Dropdown Toggle States */\\n.vs--searchable .vs__dropdown-toggle {\\n cursor: text; }\\n\\n.vs--unsearchable .vs__dropdown-toggle {\\n cursor: pointer; }\\n\\n.vs--open .vs__dropdown-toggle {\\n border-bottom-color: transparent;\\n border-bottom-left-radius: 0;\\n border-bottom-right-radius: 0; }\\n\\n.vs__open-indicator {\\n fill: rgba(60, 60, 60, 0.5);\\n transform: scale(1);\\n transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);\\n transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855); }\\n\\n.vs--open .vs__open-indicator {\\n transform: rotate(180deg) scale(1); }\\n\\n.vs--loading .vs__open-indicator {\\n opacity: 0; }\\n\\n/* Clear Button */\\n.vs__clear {\\n fill: rgba(60, 60, 60, 0.5);\\n padding: 0;\\n border: 0;\\n background-color: transparent;\\n cursor: pointer;\\n margin-right: 8px; }\\n\\n/* Dropdown Menu */\\n.vs__dropdown-menu {\\n display: block;\\n box-sizing: border-box;\\n position: absolute;\\n top: calc(100% - 1px);\\n left: 0;\\n z-index: 1000;\\n padding: 5px 0;\\n margin: 0;\\n width: 100%;\\n max-height: 350px;\\n min-width: 160px;\\n overflow-y: auto;\\n box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);\\n border: 1px solid rgba(60, 60, 60, 0.26);\\n border-top-style: none;\\n border-radius: 0 0 4px 4px;\\n text-align: left;\\n list-style: none;\\n background: #fff; }\\n\\n.vs__no-options {\\n text-align: center; }\\n\\n/* List Items */\\n.vs__dropdown-option {\\n line-height: 1.42857143;\\n /* Normalize line height */\\n display: block;\\n padding: 3px 20px;\\n clear: both;\\n color: #333;\\n /* Overrides most CSS frameworks */\\n white-space: nowrap;\\n cursor: pointer; }\\n\\n.vs__dropdown-option--highlight {\\n background: #5897fb;\\n color: #fff; }\\n\\n.vs__dropdown-option--deselect {\\n background: #fb5858;\\n color: #fff; }\\n\\n.vs__dropdown-option--disabled {\\n background: inherit;\\n color: rgba(60, 60, 60, 0.5);\\n cursor: inherit; }\\n\\n/* Selected Tags */\\n.vs__selected {\\n display: flex;\\n align-items: center;\\n background-color: #f0f0f0;\\n border: 1px solid rgba(60, 60, 60, 0.26);\\n border-radius: 4px;\\n color: #333;\\n line-height: 1.4;\\n margin: 4px 2px 0px 2px;\\n padding: 0 0.25em;\\n z-index: 0; }\\n\\n.vs__deselect {\\n display: inline-flex;\\n -webkit-appearance: none;\\n -moz-appearance: none;\\n appearance: none;\\n margin-left: 4px;\\n padding: 0;\\n border: 0;\\n cursor: pointer;\\n background: none;\\n fill: rgba(60, 60, 60, 0.5);\\n text-shadow: 0 1px 0 #fff; }\\n\\n/* States */\\n.vs--single .vs__selected {\\n background-color: transparent;\\n border-color: transparent; }\\n\\n.vs--single.vs--open .vs__selected,\\n.vs--single.vs--loading .vs__selected {\\n position: absolute;\\n opacity: .4; }\\n\\n.vs--single.vs--searching .vs__selected {\\n display: none; }\\n\\n/* Search Input */\\n/**\\n * Super weird bug... If this declaration is grouped\\n * below, the cancel button will still appear in chrome.\\n * If it's up here on it's own, it'll hide it.\\n */\\n.vs__search::-webkit-search-cancel-button {\\n display: none; }\\n\\n.vs__search::-webkit-search-decoration,\\n.vs__search::-webkit-search-results-button,\\n.vs__search::-webkit-search-results-decoration,\\n.vs__search::-ms-clear {\\n display: none; }\\n\\n.vs__search,\\n.vs__search:focus {\\n -webkit-appearance: none;\\n -moz-appearance: none;\\n appearance: none;\\n line-height: 1.4;\\n font-size: 1em;\\n border: 1px solid transparent;\\n border-left: none;\\n outline: none;\\n margin: 4px 0 0 0;\\n padding: 0 7px;\\n background: none;\\n box-shadow: none;\\n width: 0;\\n max-width: 100%;\\n flex-grow: 1;\\n z-index: 1; }\\n\\n.vs__search::-moz-placeholder {\\n color: inherit; }\\n\\n.vs__search::placeholder {\\n color: inherit; }\\n\\n/**\\n States\\n */\\n.vs--unsearchable .vs__search {\\n opacity: 1; }\\n\\n.vs--unsearchable:not(.vs--disabled) .vs__search {\\n cursor: pointer; }\\n\\n.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {\\n opacity: .2; }\\n\\n/* Loading Spinner */\\n.vs__spinner {\\n align-self: center;\\n opacity: 0;\\n font-size: 5px;\\n text-indent: -9999em;\\n overflow: hidden;\\n border-top: 0.9em solid rgba(100, 100, 100, 0.1);\\n border-right: 0.9em solid rgba(100, 100, 100, 0.1);\\n border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);\\n border-left: 0.9em solid rgba(60, 60, 60, 0.45);\\n transform: translateZ(0);\\n -webkit-animation: vSelectSpinner 1.1s infinite linear;\\n animation: vSelectSpinner 1.1s infinite linear;\\n transition: opacity .1s; }\\n\\n.vs__spinner,\\n.vs__spinner:after {\\n border-radius: 50%;\\n width: 5em;\\n height: 5em; }\\n\\n/* Loading Spinner States */\\n.vs--loading .vs__spinner {\\n opacity: 1; }\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/style/main.scss?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-3-1!./node_modules/postcss-loader/src??ref--9-oneOf-3-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-3-3");
|
|
3975
3975
|
|
|
3976
3976
|
/***/ }),
|
|
3977
3977
|
|
|
@@ -3987,6 +3987,18 @@ eval("\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n
|
|
|
3987
3987
|
|
|
3988
3988
|
/***/ }),
|
|
3989
3989
|
|
|
3990
|
+
/***/ "./node_modules/css-loader/dist/runtime/getUrl.js":
|
|
3991
|
+
/*!********************************************************!*\
|
|
3992
|
+
!*** ./node_modules/css-loader/dist/runtime/getUrl.js ***!
|
|
3993
|
+
\********************************************************/
|
|
3994
|
+
/*! no static exports found */
|
|
3995
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3996
|
+
|
|
3997
|
+
"use strict";
|
|
3998
|
+
eval("\n\nmodule.exports = function (url, options) {\n if (!options) {\n // eslint-disable-next-line no-param-reassign\n options = {};\n } // eslint-disable-next-line no-underscore-dangle, no-param-reassign\n\n\n url = url && url.__esModule ? url.default : url;\n\n if (typeof url !== 'string') {\n return url;\n } // If url is already wrapped in quotes, remove them\n\n\n if (/^['\"].*['\"]$/.test(url)) {\n // eslint-disable-next-line no-param-reassign\n url = url.slice(1, -1);\n }\n\n if (options.hash) {\n // eslint-disable-next-line no-param-reassign\n url += options.hash;\n } // Should url be wrapped?\n // See https://drafts.csswg.org/css-values-3/#urls\n\n\n if (/[\"'() \\t\\n]/.test(url) || options.needQuotes) {\n return \"\\\"\".concat(url.replace(/\"/g, '\\\\\"').replace(/\\n/g, '\\\\n'), \"\\\"\");\n }\n\n return url;\n};\n\n//# sourceURL=webpack://OsmanliPackage/./node_modules/css-loader/dist/runtime/getUrl.js?");
|
|
3999
|
+
|
|
4000
|
+
/***/ }),
|
|
4001
|
+
|
|
3990
4002
|
/***/ "./node_modules/date-format-parse/es/format.js":
|
|
3991
4003
|
/*!*****************************************************!*\
|
|
3992
4004
|
!*** ./node_modules/date-format-parse/es/format.js ***!
|
|
@@ -4801,6 +4813,61 @@ eval("var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn th
|
|
|
4801
4813
|
|
|
4802
4814
|
/***/ }),
|
|
4803
4815
|
|
|
4816
|
+
/***/ "./src/assets/fonts/poppins/Poppins-Black.woff":
|
|
4817
|
+
/*!*****************************************************!*\
|
|
4818
|
+
!*** ./src/assets/fonts/poppins/Poppins-Black.woff ***!
|
|
4819
|
+
\*****************************************************/
|
|
4820
|
+
/*! no static exports found */
|
|
4821
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4822
|
+
|
|
4823
|
+
eval("module.exports = __webpack_require__.p + \"fonts/Poppins-Black.9c046944.woff\";\n\n//# sourceURL=webpack://OsmanliPackage/./src/assets/fonts/poppins/Poppins-Black.woff?");
|
|
4824
|
+
|
|
4825
|
+
/***/ }),
|
|
4826
|
+
|
|
4827
|
+
/***/ "./src/assets/fonts/poppins/Poppins-Medium.woff":
|
|
4828
|
+
/*!******************************************************!*\
|
|
4829
|
+
!*** ./src/assets/fonts/poppins/Poppins-Medium.woff ***!
|
|
4830
|
+
\******************************************************/
|
|
4831
|
+
/*! no static exports found */
|
|
4832
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4833
|
+
|
|
4834
|
+
eval("module.exports = __webpack_require__.p + \"fonts/Poppins-Medium.4a53ae46.woff\";\n\n//# sourceURL=webpack://OsmanliPackage/./src/assets/fonts/poppins/Poppins-Medium.woff?");
|
|
4835
|
+
|
|
4836
|
+
/***/ }),
|
|
4837
|
+
|
|
4838
|
+
/***/ "./src/assets/fonts/poppins/Poppins-Regular.woff":
|
|
4839
|
+
/*!*******************************************************!*\
|
|
4840
|
+
!*** ./src/assets/fonts/poppins/Poppins-Regular.woff ***!
|
|
4841
|
+
\*******************************************************/
|
|
4842
|
+
/*! no static exports found */
|
|
4843
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4844
|
+
|
|
4845
|
+
eval("module.exports = __webpack_require__.p + \"fonts/Poppins-Regular.98a10b7e.woff\";\n\n//# sourceURL=webpack://OsmanliPackage/./src/assets/fonts/poppins/Poppins-Regular.woff?");
|
|
4846
|
+
|
|
4847
|
+
/***/ }),
|
|
4848
|
+
|
|
4849
|
+
/***/ "./src/assets/fonts/poppins/Poppins-SemiBold.woff":
|
|
4850
|
+
/*!********************************************************!*\
|
|
4851
|
+
!*** ./src/assets/fonts/poppins/Poppins-SemiBold.woff ***!
|
|
4852
|
+
\********************************************************/
|
|
4853
|
+
/*! no static exports found */
|
|
4854
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4855
|
+
|
|
4856
|
+
eval("module.exports = __webpack_require__.p + \"fonts/Poppins-SemiBold.d02649ad.woff\";\n\n//# sourceURL=webpack://OsmanliPackage/./src/assets/fonts/poppins/Poppins-SemiBold.woff?");
|
|
4857
|
+
|
|
4858
|
+
/***/ }),
|
|
4859
|
+
|
|
4860
|
+
/***/ "./src/assets/fonts/poppins/Poppins-Thin.woff":
|
|
4861
|
+
/*!****************************************************!*\
|
|
4862
|
+
!*** ./src/assets/fonts/poppins/Poppins-Thin.woff ***!
|
|
4863
|
+
\****************************************************/
|
|
4864
|
+
/*! no static exports found */
|
|
4865
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4866
|
+
|
|
4867
|
+
eval("module.exports = __webpack_require__.p + \"fonts/Poppins-Thin.4523bd91.woff\";\n\n//# sourceURL=webpack://OsmanliPackage/./src/assets/fonts/poppins/Poppins-Thin.woff?");
|
|
4868
|
+
|
|
4869
|
+
/***/ }),
|
|
4870
|
+
|
|
4804
4871
|
/***/ "./src/assets/icons sync .svg$":
|
|
4805
4872
|
/*!**************************************************!*\
|
|
4806
4873
|
!*** ./src/assets/icons sync nonrecursive .svg$ ***!
|