osmanli-yatirim 0.5.12 → 0.5.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/dist/OsmanliYatirimPackage.common.1.js +12 -26
  2. package/dist/OsmanliYatirimPackage.common.10.js +1 -1
  3. package/dist/OsmanliYatirimPackage.common.2.js +1 -1
  4. package/dist/OsmanliYatirimPackage.common.3.js +11 -16
  5. package/dist/OsmanliYatirimPackage.common.5.js +2 -2
  6. package/dist/OsmanliYatirimPackage.common.8.js +5 -5
  7. package/dist/OsmanliYatirimPackage.common.9.js +73 -9
  8. package/dist/OsmanliYatirimPackage.common.BesInformationScreen.js +11 -0
  9. package/dist/OsmanliYatirimPackage.common.BondPortfolio.js +7 -3
  10. package/dist/OsmanliYatirimPackage.common.BondProcessedList.js +8 -7
  11. package/dist/OsmanliYatirimPackage.common.BuyBond.js +9 -8
  12. package/dist/OsmanliYatirimPackage.common.BuyBondDetail.js +11 -8
  13. package/dist/OsmanliYatirimPackage.common.BuySellBYFStock.js +45 -22
  14. package/dist/OsmanliYatirimPackage.common.BuyingOnlineIndex.js +27 -27
  15. package/dist/OsmanliYatirimPackage.common.Contracts.js +8 -9
  16. package/dist/OsmanliYatirimPackage.common.ContributionMarginChange~FundDistributionChange.js +1 -1
  17. package/dist/OsmanliYatirimPackage.common.CurrencyBuySell.js +1 -1
  18. package/dist/OsmanliYatirimPackage.common.CustomerRepresentative.js +345 -0
  19. package/dist/OsmanliYatirimPackage.common.FundDistributionChange.js +26 -5
  20. package/dist/OsmanliYatirimPackage.common.FundSurvey.js +763 -0
  21. package/dist/OsmanliYatirimPackage.common.FuturesTransactionsPortfolio.js +18 -40
  22. package/dist/OsmanliYatirimPackage.common.GeneralSettings.js +1 -1
  23. package/dist/OsmanliYatirimPackage.common.OrderTrackingAndCorrections.js +1 -1
  24. package/dist/OsmanliYatirimPackage.common.PersonelInformation.js +3 -2
  25. package/dist/OsmanliYatirimPackage.common.ProfitLossReport.js +4 -4
  26. package/dist/OsmanliYatirimPackage.common.SpecialOrderEdit.js +3 -2
  27. package/dist/OsmanliYatirimPackage.common.StockParked.js +107 -80
  28. package/dist/OsmanliYatirimPackage.common.StockPortfolio.js +4 -3
  29. package/dist/OsmanliYatirimPackage.common.VarantOrder.js +91 -34
  30. package/dist/OsmanliYatirimPackage.common.ViopFallow.js +30 -20
  31. package/dist/OsmanliYatirimPackage.common.ViopLimits.js +1 -1
  32. package/dist/OsmanliYatirimPackage.common.js +958 -446
  33. package/dist/OsmanliYatirimPackage.umd.1.js +12 -26
  34. package/dist/OsmanliYatirimPackage.umd.10.js +1 -1
  35. package/dist/OsmanliYatirimPackage.umd.2.js +1 -1
  36. package/dist/OsmanliYatirimPackage.umd.3.js +11 -16
  37. package/dist/OsmanliYatirimPackage.umd.5.js +2 -2
  38. package/dist/OsmanliYatirimPackage.umd.8.js +5 -5
  39. package/dist/OsmanliYatirimPackage.umd.9.js +73 -9
  40. package/dist/OsmanliYatirimPackage.umd.BesInformationScreen.js +11 -0
  41. package/dist/OsmanliYatirimPackage.umd.BondPortfolio.js +7 -3
  42. package/dist/OsmanliYatirimPackage.umd.BondProcessedList.js +8 -7
  43. package/dist/OsmanliYatirimPackage.umd.BuyBond.js +9 -8
  44. package/dist/OsmanliYatirimPackage.umd.BuyBondDetail.js +11 -8
  45. package/dist/OsmanliYatirimPackage.umd.BuySellBYFStock.js +45 -22
  46. package/dist/OsmanliYatirimPackage.umd.BuyingOnlineIndex.js +27 -27
  47. package/dist/OsmanliYatirimPackage.umd.Contracts.js +8 -9
  48. package/dist/OsmanliYatirimPackage.umd.ContributionMarginChange~FundDistributionChange.js +1 -1
  49. package/dist/OsmanliYatirimPackage.umd.CurrencyBuySell.js +1 -1
  50. package/dist/OsmanliYatirimPackage.umd.CustomerRepresentative.js +345 -0
  51. package/dist/OsmanliYatirimPackage.umd.FundDistributionChange.js +26 -5
  52. package/dist/OsmanliYatirimPackage.umd.FundSurvey.js +763 -0
  53. package/dist/OsmanliYatirimPackage.umd.FuturesTransactionsPortfolio.js +18 -40
  54. package/dist/OsmanliYatirimPackage.umd.GeneralSettings.js +1 -1
  55. package/dist/OsmanliYatirimPackage.umd.OrderTrackingAndCorrections.js +1 -1
  56. package/dist/OsmanliYatirimPackage.umd.PersonelInformation.js +3 -2
  57. package/dist/OsmanliYatirimPackage.umd.ProfitLossReport.js +4 -4
  58. package/dist/OsmanliYatirimPackage.umd.SpecialOrderEdit.js +3 -2
  59. package/dist/OsmanliYatirimPackage.umd.StockParked.js +107 -80
  60. package/dist/OsmanliYatirimPackage.umd.StockPortfolio.js +4 -3
  61. package/dist/OsmanliYatirimPackage.umd.VarantOrder.js +91 -34
  62. package/dist/OsmanliYatirimPackage.umd.ViopFallow.js +30 -20
  63. package/dist/OsmanliYatirimPackage.umd.ViopLimits.js +1 -1
  64. package/dist/OsmanliYatirimPackage.umd.js +958 -446
  65. package/dist/OsmanliYatirimPackage.umd.min.1.js +12 -26
  66. package/dist/OsmanliYatirimPackage.umd.min.10.js +1 -1
  67. package/dist/OsmanliYatirimPackage.umd.min.2.js +1 -1
  68. package/dist/OsmanliYatirimPackage.umd.min.3.js +11 -16
  69. package/dist/OsmanliYatirimPackage.umd.min.5.js +2 -2
  70. package/dist/OsmanliYatirimPackage.umd.min.8.js +5 -5
  71. package/dist/OsmanliYatirimPackage.umd.min.9.js +73 -9
  72. package/dist/OsmanliYatirimPackage.umd.min.BesInformationScreen.js +11 -0
  73. package/dist/OsmanliYatirimPackage.umd.min.BondPortfolio.js +7 -3
  74. package/dist/OsmanliYatirimPackage.umd.min.BondProcessedList.js +8 -7
  75. package/dist/OsmanliYatirimPackage.umd.min.BuyBond.js +9 -8
  76. package/dist/OsmanliYatirimPackage.umd.min.BuyBondDetail.js +11 -8
  77. package/dist/OsmanliYatirimPackage.umd.min.BuySellBYFStock.js +45 -22
  78. package/dist/OsmanliYatirimPackage.umd.min.BuyingOnlineIndex.js +27 -27
  79. package/dist/OsmanliYatirimPackage.umd.min.Contracts.js +8 -9
  80. package/dist/OsmanliYatirimPackage.umd.min.ContributionMarginChange~FundDistributionChange.js +1 -1
  81. package/dist/OsmanliYatirimPackage.umd.min.CurrencyBuySell.js +1 -1
  82. package/dist/OsmanliYatirimPackage.umd.min.CustomerRepresentative.js +345 -0
  83. package/dist/OsmanliYatirimPackage.umd.min.FundDistributionChange.js +26 -5
  84. package/dist/OsmanliYatirimPackage.umd.min.FundSurvey.js +763 -0
  85. package/dist/OsmanliYatirimPackage.umd.min.FuturesTransactionsPortfolio.js +18 -40
  86. package/dist/OsmanliYatirimPackage.umd.min.GeneralSettings.js +1 -1
  87. package/dist/OsmanliYatirimPackage.umd.min.OrderTrackingAndCorrections.js +1 -1
  88. package/dist/OsmanliYatirimPackage.umd.min.PersonelInformation.js +3 -2
  89. package/dist/OsmanliYatirimPackage.umd.min.ProfitLossReport.js +4 -4
  90. package/dist/OsmanliYatirimPackage.umd.min.SpecialOrderEdit.js +3 -2
  91. package/dist/OsmanliYatirimPackage.umd.min.StockParked.js +107 -80
  92. package/dist/OsmanliYatirimPackage.umd.min.StockPortfolio.js +4 -3
  93. package/dist/OsmanliYatirimPackage.umd.min.VarantOrder.js +91 -34
  94. package/dist/OsmanliYatirimPackage.umd.min.ViopFallow.js +30 -20
  95. package/dist/OsmanliYatirimPackage.umd.min.ViopLimits.js +1 -1
  96. package/dist/OsmanliYatirimPackage.umd.min.js +958 -446
  97. package/dist/img/icons@check-circle-fill.d92c345f.svg +3 -0
  98. package/package.json +3 -3
@@ -91,8 +91,8 @@ const ListViewSkeleton = () => __webpack_require__.e(/*! import() */ 0).then(__w
91
91
  this.$emit("onPageChanged", currentPage);
92
92
  },
93
93
 
94
- calculateChanged(kapanis, sonFiyat) {
95
- return kapanis && sonFiyat ? sonFiyat / kapanis - 1 : 0;
94
+ calculateChanged(lastPrice, closing) {
95
+ return _utils_helpers__WEBPACK_IMPORTED_MODULE_1__["default"].changed(lastPrice, closing);
96
96
  },
97
97
 
98
98
  openOrCloseFullScreenModal() {
@@ -132,6 +132,10 @@ const ListViewSkeleton = () => __webpack_require__.e(/*! import() */ 0).then(__w
132
132
  name: "Maliyet",
133
133
  value: "maliyet",
134
134
  formatPrice: true
135
+ }, {
136
+ name: "Kapanış",
137
+ value: "kapanis2",
138
+ formatPrice: true
135
139
  }, {
136
140
  name: "Son Fiyat",
137
141
  value: "kapanis3",
@@ -155,18 +159,18 @@ const ListViewSkeleton = () => __webpack_require__.e(/*! import() */ 0).then(__w
155
159
  }];
156
160
 
157
161
  if (!this.warningMessage) {
158
- headerList.splice(8, 0, {
162
+ headerList.splice(9, 0, {
159
163
  name: "İşlem Yap",
160
164
  value: "actions"
161
165
  });
162
166
  }
163
167
 
164
168
  if (this.ignoreWatch) {
165
- headerList.splice(9, 0, {
169
+ headerList.splice(10, 0, {
166
170
  name: "Alarm",
167
171
  value: "alarm"
168
172
  });
169
- headerList.splice(10, 0, {
173
+ headerList.splice(11, 0, {
170
174
  name: "İzle",
171
175
  value: "izle"
172
176
  });
@@ -440,16 +444,7 @@ var render = function render() {
440
444
  }
441
445
  })];
442
446
  }
443
- }, {
444
- key: "tutar3",
445
- fn: function ({
446
- item
447
- }) {
448
- return [_c("div", {
449
- staticClass: "column-center"
450
- }, [_c("span", [_vm._v(" " + _vm._s(_vm._f("filterPrice")(item.t2adet * item.kapanis3)))])])];
451
- }
452
- }], null, false, 1713168291)
447
+ }], null, false, 1934872811)
453
448
  }), _c("div", {
454
449
  staticClass: "grid-item no-padding"
455
450
  }, [_vm.isVisibleModal ? _c("Modal", {
@@ -650,20 +645,11 @@ var render = function render() {
650
645
  }
651
646
  })];
652
647
  }
653
- }, {
654
- key: "tutar3",
655
- fn: function ({
656
- item
657
- }) {
658
- return [_c("div", {
659
- staticClass: "column-center"
660
- }, [_c("span", [_vm._v(" " + _vm._s(_vm._f("filterPrice")(item.t2adet * item.kapanis3)))])])];
661
- }
662
- }], null, false, 656667263)
648
+ }], null, false, 3654027063)
663
649
  })];
664
650
  },
665
651
  proxy: true
666
- }], null, false, 1937350252)
652
+ }], null, false, 1416268725)
667
653
  }) : _vm._e()], 1), _vm.isVisibleExport ? _c("DownloadPopup", {
668
654
  attrs: {
669
655
  "export-pop": "",
@@ -29,7 +29,7 @@ __webpack_require__.r(__webpack_exports__);
29
29
 
30
30
  data() {
31
31
  return {
32
- activeTab: "daily",
32
+ activeTab: "weekly",
33
33
  isVisibleModal: false,
34
34
  subButtonList: [{
35
35
  title: "Günlük",
@@ -164,7 +164,7 @@ const ListViewSkeleton = () => __webpack_require__.e(/*! import() */ 0).then(__w
164
164
  value: "founder"
165
165
  }, {
166
166
  name: "Türü",
167
- value: "type"
167
+ value: "fonkisaad"
168
168
  }, {
169
169
  name: "Adet",
170
170
  value: "fonpayadet",
@@ -71,7 +71,8 @@ const ListViewSkeleton = () => __webpack_require__.e(/*! import() */ 0).then(__w
71
71
  root: null,
72
72
  redirectRoute: '',
73
73
  hasBondList: false,
74
- formatThreePrice: _utils_helpers__WEBPACK_IMPORTED_MODULE_8__["default"].formatThreePrice
74
+ formatThreePrice: _utils_helpers__WEBPACK_IMPORTED_MODULE_8__["default"].formatThreePrice,
75
+ formatBondPrice: _utils_helpers__WEBPACK_IMPORTED_MODULE_8__["default"].formatBondPrice
75
76
  };
76
77
  },
77
78
 
@@ -103,7 +104,7 @@ const ListViewSkeleton = () => __webpack_require__.e(/*! import() */ 0).then(__w
103
104
  "Vade Sonu": extract.maturity.replaceAll(".", "/"),
104
105
  VKG: extract.vkg,
105
106
  "Nominal": this.formatPrice(extract.satilabilirNom),
106
- "Kirli Fiyat": this.formatThreePrice(extract.dirtypriceask),
107
+ "Kirli Fiyat": this.formatBondPrice(extract.dirtypriceask, 1000),
107
108
  "Tutar(TL)": this.formatPrice(extract.satilabilirNom * extract.dirtypriceask / 100),
108
109
  "Basit Getiri(%)": this.formatPrice(extract.bidsimpleyield * 100),
109
110
  "Bileşik Getiri(%)": this.formatPrice(extract.bidcompoundedyield * 100)
@@ -295,7 +296,7 @@ var render = function render() {
295
296
  fn: function ({
296
297
  item
297
298
  }) {
298
- return [_vm._v(" " + _vm._s(_vm.formatThreePrice(item.dirtypriceask)) + " ")];
299
+ return [_vm._v(" " + _vm._s(_vm.formatBondPrice(item.dirtypriceask, 1000)) + " ")];
299
300
  }
300
301
  }, {
301
302
  key: "bidsimpleyield",
@@ -318,7 +319,7 @@ var render = function render() {
318
319
  }) {
319
320
  return [_c("div", {
320
321
  staticClass: "container"
321
- }, [_vm.isBuying ? _c("TableActionLink", {
322
+ }, [_c("TableActionLink", {
322
323
  attrs: {
323
324
  type: "success",
324
325
  name: "Al",
@@ -329,10 +330,7 @@ var render = function render() {
329
330
  }
330
331
  }
331
332
  }
332
- }) : _vm._e(), _c("TableActionLink", {
333
- class: {
334
- "btn-buy-portfolio": !_vm.isBuying
335
- },
333
+ }), _c("TableActionLink", {
336
334
  attrs: {
337
335
  type: "danger",
338
336
  name: "Sat",
@@ -345,7 +343,7 @@ var render = function render() {
345
343
  }
346
344
  })], 1)];
347
345
  }
348
- }], null, false, 1967576755)
346
+ }], null, false, 1021361441)
349
347
  }), _vm.isVisibleModal ? _c("modal", {
350
348
  attrs: {
351
349
  "full-screen": ""
@@ -431,7 +429,7 @@ var render = function render() {
431
429
  }) {
432
430
  return [_c("div", {
433
431
  staticClass: "container"
434
- }, [_vm.isBuying ? _c("TableActionLink", {
432
+ }, [_c("TableActionLink", {
435
433
  attrs: {
436
434
  type: "success",
437
435
  name: "Al",
@@ -442,10 +440,7 @@ var render = function render() {
442
440
  }
443
441
  }
444
442
  }
445
- }) : _vm._e(), _c("TableActionLink", {
446
- class: {
447
- "btn-buy-portfolio": !_vm.isBuying
448
- },
443
+ }), _c("TableActionLink", {
449
444
  attrs: {
450
445
  type: "danger",
451
446
  name: "Sat",
@@ -458,11 +453,11 @@ var render = function render() {
458
453
  }
459
454
  })], 1)];
460
455
  }
461
- }], null, false, 2911800499)
456
+ }], null, false, 4070654181)
462
457
  })];
463
458
  },
464
459
  proxy: true
465
- }], null, false, 133846272)
460
+ }], null, false, 4064016381)
466
461
  }) : _vm._e(), _vm.isVisibleExport ? _c("DownloadPopup", {
467
462
  attrs: {
468
463
  "export-pop": "",
@@ -126,7 +126,7 @@ const ListViewSkeleton = () => __webpack_require__.e(/*! import() */ 0).then(__w
126
126
  handleExport() {
127
127
  this.exportList = this.filteredViopList.map(extract => {
128
128
  return {
129
- "Dayanak Varlık": extract.varlikDayanakVarlik,
129
+ "Dayanak": extract.varlikDayanakVarlik,
130
130
  Sözleşme: extract.sözleşme,
131
131
  "Uzun/Kısa": extract.uzunKisa,
132
132
  "Pozisyon Sayısı": extract["net pozisyon"],
@@ -152,7 +152,7 @@ const ListViewSkeleton = () => __webpack_require__.e(/*! import() */ 0).then(__w
152
152
  computed: {
153
153
  myFuturePortfolioTableHeaders() {
154
154
  let headerList = [{
155
- name: "Dayanak Varlık",
155
+ name: "Dayanak",
156
156
  value: "varlikDayanakVarlik",
157
157
  width: "120px"
158
158
  }, {
@@ -480,7 +480,7 @@ __webpack_require__.r(__webpack_exports__);
480
480
  var _this$warrantList;
481
481
 
482
482
  if (!this.warrantList.length) return;
483
- return (_this$warrantList = this.warrantList) === null || _this$warrantList === void 0 ? void 0 : _this$warrantList.filter(order => order.optTradeKod.includes(this.filters.symbol.value) && order.islem.includes(this.filters.process.value) && this.type === this.groupType.hisse ? order.menkul.includes(this.filters.type.value) : true);
483
+ return (_this$warrantList = this.warrantList) === null || _this$warrantList === void 0 ? void 0 : _this$warrantList.filter(order => order.optTradeKod.includes(this.filters.symbol.value) && order.islem.includes(this.filters.process.value) && (this.type === this.groupType.hisse ? order.menkul.includes(this.filters.type.value) : true));
484
484
  },
485
485
 
486
486
  isSelectAll() {
@@ -545,11 +545,11 @@ __webpack_require__.r(__webpack_exports__);
545
545
  },
546
546
 
547
547
  isEditableHour() {
548
- let isEditable;
549
548
  this.selectedList.forEach(item => {
550
- isEditable = "18:15" >= item.saat >= "09:40";
549
+ item.isEditable = item.saat >= "09:40" && "18:15" >= item.saat;
551
550
  });
552
- return !isEditable;
551
+ const uncorrectable = this.selectedList.find(item => !item.isEditable);
552
+ return uncorrectable ? false : true;
553
553
  }
554
554
 
555
555
  },
@@ -663,7 +663,7 @@ var render = function render() {
663
663
  attrs: {
664
664
  value: "Düzelt",
665
665
  "test-id": "EditButton",
666
- disabled: !_vm.selectedList.length || _vm.isEditableHour,
666
+ disabled: !_vm.selectedList.length || !_vm.isEditableHour,
667
667
  "button-style": "green"
668
668
  },
669
669
  on: {
@@ -92,6 +92,11 @@ const ListViewSkeleton = () => __webpack_require__.e(/*! import() */ 0).then(__w
92
92
  return this.formatPrice(position);
93
93
  },
94
94
 
95
+ underlyingAsset(item) {
96
+ const asset = item.split(" ");
97
+ return asset[0];
98
+ },
99
+
95
100
  openOrCloseFullScreenModal() {
96
101
  this.isVisibleModal = !this.isVisibleModal;
97
102
  },
@@ -104,14 +109,18 @@ const ListViewSkeleton = () => __webpack_require__.e(/*! import() */ 0).then(__w
104
109
  headers() {
105
110
  let headerList = [{
106
111
  name: "Sembol",
107
- value: "menkul"
112
+ value: "menkul",
113
+ width: 100
114
+ }, {
115
+ name: "Dayanak",
116
+ value: "underlyingAsset"
108
117
  }, {
109
- name: "Alım/Satım ",
110
- value: "side"
118
+ name: "Alım/ Satım",
119
+ value: "side",
120
+ width: "60%"
111
121
  }, {
112
122
  name: "Kullanım Fiyatı",
113
123
  value: "kullanimFiyati",
114
- width: "120px",
115
124
  isTextRight: true,
116
125
  formatPrice: true
117
126
  }, {
@@ -130,8 +139,11 @@ const ListViewSkeleton = () => __webpack_require__.e(/*! import() */ 0).then(__w
130
139
  }, {
131
140
  name: "Son Fiyat",
132
141
  value: "kapanis",
133
- formatPrice: true,
134
- width: "90%"
142
+ formatPrice: true
143
+ }, {
144
+ name: "Tutar",
145
+ value: "tutar",
146
+ formatPrice: true
135
147
  }, {
136
148
  name: "Pozisyon Büyüklüğü",
137
149
  value: "positionSize",
@@ -233,6 +245,32 @@ var render = function render() {
233
245
  headers: _vm.headers
234
246
  },
235
247
  scopedSlots: _vm._u([{
248
+ key: "menkul",
249
+ fn: function ({
250
+ item
251
+ }) {
252
+ return [_c("a", {
253
+ attrs: {
254
+ href: _vm._f("redirectLinkForWarrant")(item.entegreBankaKod.slice(0, -1)),
255
+ target: "_blank"
256
+ }
257
+ }, [_c("img", {
258
+ attrs: {
259
+ alt: "",
260
+ src: __webpack_require__(/*! @/assets/images/icons/icons@system-link.svg */ "./src/assets/images/icons/icons@system-link.svg")
261
+ }
262
+ })]), _c("span", {
263
+ staticClass: "sembol-text"
264
+ }, [_vm._v(_vm._s(item.menkul))])];
265
+ }
266
+ }, {
267
+ key: "underlyingAsset",
268
+ fn: function ({
269
+ item
270
+ }) {
271
+ return [_vm._v(" " + _vm._s(_vm.underlyingAsset(item.unvani)) + " ")];
272
+ }
273
+ }, {
236
274
  key: "profitLossPercent",
237
275
  fn: function ({
238
276
  item
@@ -347,7 +385,7 @@ var render = function render() {
347
385
  }
348
386
  })], 1)];
349
387
  }
350
- }], null, false, 2494488117)
388
+ }], null, false, 557424297)
351
389
  }), _c("Alert", {
352
390
  staticClass: "mt-30",
353
391
  attrs: {
@@ -389,6 +427,32 @@ var render = function render() {
389
427
  headers: _vm.headers
390
428
  },
391
429
  scopedSlots: _vm._u([{
430
+ key: "menkul",
431
+ fn: function ({
432
+ item
433
+ }) {
434
+ return [_c("a", {
435
+ attrs: {
436
+ href: _vm._f("redirectLinkForWarrant")(item.entegreBankaKod.slice(0, -1)),
437
+ target: "_blank"
438
+ }
439
+ }, [_c("img", {
440
+ attrs: {
441
+ alt: "",
442
+ src: __webpack_require__(/*! @/assets/images/icons/icons@system-link.svg */ "./src/assets/images/icons/icons@system-link.svg")
443
+ }
444
+ })]), _c("span", {
445
+ staticClass: "sembol-text"
446
+ }, [_vm._v(_vm._s(item.menkul))])];
447
+ }
448
+ }, {
449
+ key: "underlyingAsset",
450
+ fn: function ({
451
+ item
452
+ }) {
453
+ return [_vm._v(" " + _vm._s(_vm.underlyingAsset(item.unvani)) + " ")];
454
+ }
455
+ }, {
392
456
  key: "profitLossPercent",
393
457
  fn: function ({
394
458
  item
@@ -503,11 +567,11 @@ var render = function render() {
503
567
  }
504
568
  })], 1)];
505
569
  }
506
- }], null, false, 207828405)
570
+ }], null, false, 3878975017)
507
571
  }) : _vm._e()];
508
572
  },
509
573
  proxy: true
510
- }], null, false, 3868735422)
574
+ }], null, false, 405089789)
511
575
  }) : _vm._e(), _vm.isVisibleExport ? _c("DownloadPopup", {
512
576
  attrs: {
513
577
  "export-pop": "",
@@ -580,6 +580,17 @@ if(false) {}
580
580
 
581
581
  /***/ }),
582
582
 
583
+ /***/ "./src/assets/images/bes-information-banner.png":
584
+ /*!******************************************************!*\
585
+ !*** ./src/assets/images/bes-information-banner.png ***!
586
+ \******************************************************/
587
+ /*! no static exports found */
588
+ /***/ (function(module, exports, __webpack_require__) {
589
+
590
+ module.exports = __webpack_require__.p + "img/bes-information-banner.abadd0a0.png";
591
+
592
+ /***/ }),
593
+
583
594
  /***/ "./src/views/BES/BesInformationScreen.vue":
584
595
  /*!************************************************!*\
585
596
  !*** ./src/views/BES/BesInformationScreen.vue ***!
@@ -78,7 +78,7 @@ __webpack_require__.r(__webpack_exports__);
78
78
  },
79
79
 
80
80
  async mounted() {
81
- await this.getBonoPortfolio();
81
+ await this.getEftLimit({});
82
82
  },
83
83
 
84
84
  methods: {
@@ -108,7 +108,11 @@ __webpack_require__.r(__webpack_exports__);
108
108
  await this.getEftLimit({});
109
109
  },
110
110
 
111
- setButtonOperation(value) {
111
+ async setButtonOperation(value) {
112
+ if (value === 'cashFlow') {
113
+ await this.getBonoPortfolio();
114
+ }
115
+
112
116
  this.bondActiveTab = value;
113
117
  },
114
118
 
@@ -126,7 +130,7 @@ __webpack_require__.r(__webpack_exports__);
126
130
  },
127
131
 
128
132
  bonoDateFormat(date) {
129
- return date.replaceAll(".", "/");
133
+ return date === null || date === void 0 ? void 0 : date.replaceAll(".", "/");
130
134
  },
131
135
 
132
136
  openOrCloseFullScreenModal() {
@@ -66,6 +66,7 @@ __webpack_require__.r(__webpack_exports__);
66
66
  toDate: new Date(),
67
67
  totalBuyAmount: null,
68
68
  totalSellAmount: null,
69
+ formatBondPrice: _utils_helpers__WEBPACK_IMPORTED_MODULE_11__["default"].formatBondPrice,
69
70
  formatThreePrice: _utils_helpers__WEBPACK_IMPORTED_MODULE_11__["default"].formatThreePrice,
70
71
  isVisibleModal: false
71
72
  };
@@ -334,16 +335,16 @@ var render = function render() {
334
335
  fn: function ({
335
336
  item
336
337
  }) {
337
- return [_vm._v(" " + _vm._s(item.alisTutar !== 0 ? _vm.formatThreePrice(item.kirliFiyat * 100) : "") + " ")];
338
+ return [_vm._v(" " + _vm._s(item.alisTutar !== 0 ? _vm.formatBondPrice(item.kirliFiyat, 100000) : "") + " ")];
338
339
  }
339
340
  }, {
340
341
  key: "satisKirliFiyat",
341
342
  fn: function ({
342
343
  item
343
344
  }) {
344
- return [_vm._v(" " + _vm._s(item.satisTutar !== 0 ? _vm.formatThreePrice(item.kirliFiyat * 100) : "") + " ")];
345
+ return [_vm._v(" " + _vm._s(item.satisTutar !== 0 ? _vm.formatBondPrice(item.kirliFiyat, 100000) : "") + " ")];
345
346
  }
346
- }], null, false, 3142977690)
347
+ }], null, false, 3773534458)
347
348
  }), _c("Alerts", {
348
349
  staticStyle: {
349
350
  "margin-top": "30px"
@@ -429,16 +430,16 @@ var render = function render() {
429
430
  fn: function ({
430
431
  item
431
432
  }) {
432
- return [_vm._v(" " + _vm._s(item.alisTutar !== 0 ? _vm.formatThreePrice(item.kirliFiyat * 100) : "") + " ")];
433
+ return [_vm._v(" " + _vm._s(item.alisTutar !== 0 ? _vm.formatBondPrice(item.kirliFiyat, 100000) : "") + " ")];
433
434
  }
434
435
  }, {
435
436
  key: "satisKirliFiyat",
436
437
  fn: function ({
437
438
  item
438
439
  }) {
439
- return [_vm._v(" " + _vm._s(item.satisTutar !== 0 ? _vm.formatThreePrice(item.kirliFiyat * 100) : "") + " ")];
440
+ return [_vm._v(" " + _vm._s(item.satisTutar !== 0 ? _vm.formatBondPrice(item.kirliFiyat, 100000) : "") + " ")];
440
441
  }
441
- }], null, false, 3142977690)
442
+ }], null, false, 304784058)
442
443
  }), _c("Alerts", {
443
444
  staticStyle: {
444
445
  "margin-top": "30px"
@@ -457,7 +458,7 @@ var render = function render() {
457
458
  })];
458
459
  },
459
460
  proxy: true
460
- }], null, false, 346254459)
461
+ }], null, false, 2930602920)
461
462
  }) : _vm._e()], 1);
462
463
  };
463
464
 
@@ -184,7 +184,8 @@ __webpack_require__.r(__webpack_exports__);
184
184
  secondPolicy: false,
185
185
  categoryId: null,
186
186
  maturityName: null,
187
- warningMessage: null
187
+ warningMessage: null,
188
+ formatBondPrice: _utils_helpers__WEBPACK_IMPORTED_MODULE_12__["default"].formatBondPrice
188
189
  };
189
190
  },
190
191
 
@@ -589,7 +590,7 @@ var render = function render() {
589
590
  var _vm = this,
590
591
  _c = _vm._self._c;
591
592
 
592
- return _vm.isGetMatricesEmpty ? _c("div", {
593
+ return _c("div", {
593
594
  attrs: {
594
595
  id: "buy-bond"
595
596
  }
@@ -623,7 +624,7 @@ var render = function render() {
623
624
  staticClass: "wrapper"
624
625
  }, [_c("p", {
625
626
  staticClass: "buyBond"
626
- }, [_vm._v("Bono Emir Girişi")]), _c("responsive-table", [_c("table", {
627
+ }, [_vm._v("Bono Emir Girişi")]), _vm.isGetMatricesEmpty ? _c("responsive-table", [_c("table", {
627
628
  attrs: {
628
629
  "aria-describedby": "Bono Alış Tablosu"
629
630
  }
@@ -665,7 +666,7 @@ var render = function render() {
665
666
  }
666
667
  }) : _vm._e()], 1);
667
668
  })], 2);
668
- }), 0)])]), _vm.analyserList.length !== 0 ? _c("DynamicTable", {
669
+ }), 0)])]) : _vm._e(), _vm.analyserList.length !== 0 ? _c("DynamicTable", {
669
670
  staticClass: "bond-analyser-table",
670
671
  attrs: {
671
672
  headers: _vm.header,
@@ -692,7 +693,7 @@ var render = function render() {
692
693
  fn: function ({
693
694
  item
694
695
  }) {
695
- return [_vm._v(" " + _vm._s(_vm._f("fixed3Price")(item.cleanpricebid)) + " ")];
696
+ return [_vm._v(" " + _vm._s(_vm.formatBondPrice(item.cleanpricebid, 1000)) + " ")];
696
697
  }
697
698
  }, {
698
699
  key: "bidcompoundedyield",
@@ -726,7 +727,7 @@ var render = function render() {
726
727
  }
727
728
  }, [_vm._v(" Al ")])])];
728
729
  }
729
- }], null, false, 3291750923)
730
+ }], null, false, 2201852511)
730
731
  }) : _c("div", {
731
732
  staticClass: "no-data-info"
732
733
  }, [_c("p", [_vm._v(" Bu sayfada Osmanlı Yatırım E-şube’de 7x24 alış yapabileceğiniz tahvil ve bonoların ve özel tahvil/bonoların fiyat ve getirilerin görebilirsiniz. İşlem yapmadan önce "), _c("span", {
@@ -785,7 +786,7 @@ var render = function render() {
785
786
  },
786
787
  proxy: true
787
788
  }], null, false, 4107878336)
788
- }) : _vm._e()], 1) : _vm._e();
789
+ }) : _vm._e()], 1);
789
790
  };
790
791
 
791
792
  var staticRenderFns = [];
@@ -880,7 +881,7 @@ var ___CSS_LOADER_URL_IMPORT_0___ = __webpack_require__(/*! @/assets/images/icon
880
881
  exports = ___CSS_LOADER_API_IMPORT___(false);
881
882
  var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);
882
883
  // Module
883
- exports.push([module.i, ".wrapper[data-v-1db7f080] {\n margin: 20px;\n}\n.wrapper .buyBond[data-v-1db7f080] {\n font-family: \"Poppins\";\n font-size: 16px;\n font-weight: 600;\n}\n.row-label[data-v-1db7f080] {\n font-family: \"Poppins\";\n font-size: 12px;\n font-weight: 600;\n}\n@media screen and (min-width: 992px) {\n.data-row[data-v-1db7f080] {\n height: 110px;\n}\n}\n.buyBondButton[data-v-1db7f080] {\n width: 57px;\n height: 26px;\n background-color: #2ebd85;\n border: none;\n margin-left: 15px;\n border-radius: 2px;\n color: #ffffff;\n}\n.calculator-icon[data-v-1db7f080] {\n cursor: pointer;\n}\n.no-data-info[data-v-1db7f080] {\n width: 100%;\n padding: 23px 20px 23px 69px;\n margin-top: 30px;\n border-radius: 5px;\n box-sizing: border-box;\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") no-repeat left 20px center #fafafb;\n font-family: \"Poppins\";\n font-size: 14px;\n color: #41807a;\n}\n.no-data-info span[data-v-1db7f080] {\n border-bottom: solid 1px #41807a;\n font-weight: 600;\n cursor: pointer;\n}\n.bond-analyser-table[data-v-1db7f080] {\n margin-top: 30px;\n}\n@media screen and (max-width: 992px) {\n.bond-analyser-table[data-v-1db7f080] table tbody tr td:last-child {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n}\n}\n@media screen and (max-width: 992px) {\n[data-v-1db7f080] .table-area table td:first-child.text-left div {\n text-align: left !important;\n}\n}\n", ""]);
884
+ exports.push([module.i, ".wrapper[data-v-1db7f080] {\n margin: 20px;\n}\n.wrapper .buyBond[data-v-1db7f080] {\n font-family: \"Poppins\";\n font-size: 16px;\n font-weight: 600;\n}\n.row-label[data-v-1db7f080] {\n font-family: \"Poppins\";\n font-size: 12px;\n font-weight: 600;\n}\n@media screen and (min-width: 992px) {\n.data-row[data-v-1db7f080] {\n height: 110px;\n}\n}\n.buyBondButton[data-v-1db7f080] {\n width: 57px;\n height: 26px;\n background-color: #2ebd85;\n border: none;\n margin-left: 15px;\n border-radius: 2px;\n color: #ffffff;\n}\n.calculator-icon[data-v-1db7f080] {\n cursor: pointer;\n}\n.no-data-info[data-v-1db7f080] {\n width: 100%;\n padding: 23px 20px 23px 69px;\n margin-top: 30px;\n border-radius: 5px;\n box-sizing: border-box;\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") no-repeat left 20px center #fafafb;\n font-family: \"Poppins\";\n font-size: 14px;\n color: #41807a;\n}\n.no-data-info span[data-v-1db7f080] {\n border-bottom: solid 1px #41807a;\n font-weight: 600;\n cursor: pointer;\n}\n.bond-analyser-table[data-v-1db7f080] {\n margin-top: 30px;\n}\n@media screen and (max-width: 992px) {\n.bond-analyser-table[data-v-1db7f080] table tbody tr td:last-child {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n}\n}\n@media screen and (max-width: 992px) {\n[data-v-1db7f080] .table-area table td:first-child.text-left div {\n text-align: left !important;\n}\n}\n[data-v-1db7f080] .table-area table thead th {\n padding: 19px 5px;\n}\n", ""]);
884
885
  // Exports
885
886
  module.exports = exports;
886
887
 
@@ -191,7 +191,8 @@ __webpack_require__.r(__webpack_exports__);
191
191
  priceCondition: null
192
192
  },
193
193
  popupHeader: ["Kıymet Kodu", "Vade", "İşlem Türü", "Temiz Fiyat", "Kirli Fiyat", "Getiri", "Nominal Değer", "Tutar"],
194
- formatPrice: _utils_helpers__WEBPACK_IMPORTED_MODULE_13__["default"].formatPrice
194
+ formatPrice: _utils_helpers__WEBPACK_IMPORTED_MODULE_13__["default"].formatPrice,
195
+ formatBondPrice: _utils_helpers__WEBPACK_IMPORTED_MODULE_13__["default"].formatBondPrice
195
196
  };
196
197
  },
197
198
 
@@ -469,7 +470,9 @@ var render = function render() {
469
470
  scope: "col"
470
471
  }
471
472
  }, [_c("strong", [_vm._v(" " + _vm._s(header) + " ")])]), _c("td", [_vm._v(" " + _vm._s(_vm.content[index]) + " ")])]);
472
- })], 2)]), _c("div", {
473
+ })], 2)]), _c("p", {
474
+ staticClass: "alert-text"
475
+ }, [_vm._v("*14:00’ten sonra gerçekleştirilen işlemler, bono portföyünüze T+1 valörü ile yansıyacaktır.")]), _c("div", {
473
476
  staticClass: "button-container"
474
477
  }, [_c("Button", {
475
478
  staticClass: "pop-up-button",
@@ -544,7 +547,7 @@ var render = function render() {
544
547
  staticClass: "border-right"
545
548
  }, [_c("div", {
546
549
  staticClass: "buy-bound-detail__content__list"
547
- }, [_c("ul", [_c("li", [_c("small", [_vm._v("Vade :")]), _c("span", [_vm._v(_vm._s(_vm._f("formatDate")(_vm.bondDetailContent.maturity)))])]), _c("li", [_c("small", [_vm._v("İhraççı :")]), _c("span", [_vm._v(_vm._s(_vm.bondDetailContent.issuer.split("/")[0]))])]), _c("li", [_c("small", [_vm._v("İhraç Tipi :")]), _c("span", [_vm._v(_vm._s(_vm.bondDetailContent.issuancetype.split("/")[0]))])]), _c("li", [_c("small", [_vm._v("Kıymet Tipi :")]), _c("span", [_vm._v(_vm._s(_vm.bondDetailContent.typecodedefinition))])]), _c("li", [_c("small", [_vm._v("Getiri Tipi :")]), _c("span", [_vm._v(_vm._s(_vm.bondDetailContent.yieldtypedefinition))])])])]), _c("div", {
550
+ }, [_c("ul", [_c("li", [_c("small", [_vm._v("Vade :")]), _c("span", [_vm._v(_vm._s(_vm._f("formatDate")(_vm.bondDetailContent.maturity)))])]), _c("li", [_c("small", [_vm._v("İhraççı :")]), _c("span", [_vm._v(_vm._s(_vm.bondDetailContent.issuer.split("/")[0]))])]), _c("li", [_c("small", [_vm._v("İhraç Tipi :")]), _c("span", [_vm._v(_vm._s(_vm.bondDetailContent.issuancetype.split("/")[0]))])]), _c("li", [_c("small", [_vm._v("Kıymet Tipi :")]), _c("span", [_vm._v(_vm._s(_vm.bondDetailContent.typecodedefinition))])]), _c("li", [_c("small", [_vm._v("Getiri Tipi :")]), _c("span", [_vm._v(_vm._s(_vm.bondDetailContent.yieldtypedefinition))])]), _c("li", [_c("small", [_vm._v("Baz Endeks :")]), _c("span", [_vm._v(_vm._s(_vm.bondDetailContent.spreadtxt))])])])]), _c("div", {
548
551
  staticClass: "mt-40"
549
552
  }, [_c("span", {
550
553
  staticClass: "max-stock-text"
@@ -642,13 +645,13 @@ var render = function render() {
642
645
  staticClass: "buy-bound-detail__content__result"
643
646
  }, [_c("ul", [_c("li", [_c("span", [_c("strong", [_vm._v(_vm._s(_vm.isStatusTypeBuy ? "Alım Temiz Fiyat" : "Satış Temiz Fiyat"))])]), _vm.statusType === _vm.bondOrderBuySell.buy ? _c("small", {
644
647
  staticClass: "bond"
645
- }, [_vm._v(" " + _vm._s(_vm._f("fixed3Price")(_vm.bondDetailContent.cleanpricebid)) + " ")]) : _c("small", {
648
+ }, [_vm._v(" " + _vm._s(_vm.formatBondPrice(_vm.bondDetailContent.cleanpricebid, 1000)) + " ")]) : _c("small", {
646
649
  staticClass: "bond red"
647
- }, [_vm._v(" " + _vm._s(_vm._f("fixed3Price")(_vm.bondDetailContent.cleanpriceask)) + " ")])]), _c("li", [_c("span", [_c("strong", [_vm._v(_vm._s(_vm.isStatusTypeBuy ? "Alım Kirli Fiyat" : "Satış Kirli Fiyat"))])]), _vm.statusType === _vm.bondOrderBuySell.buy ? _c("small", {
650
+ }, [_vm._v(" " + _vm._s(_vm.formatBondPrice(_vm.bondDetailContent.cleanpriceask, 1000)) + " ")])]), _c("li", [_c("span", [_c("strong", [_vm._v(_vm._s(_vm.isStatusTypeBuy ? "Alım Kirli Fiyat" : "Satış Kirli Fiyat"))])]), _vm.statusType === _vm.bondOrderBuySell.buy ? _c("small", {
648
651
  staticClass: "bond"
649
- }, [_vm._v(" " + _vm._s(_vm._f("fixed3Price")(_vm.bondDetailContent.dirtypricebid)) + " ")]) : _c("small", {
652
+ }, [_vm._v(" " + _vm._s(_vm.formatBondPrice(_vm.bondDetailContent.dirtypricebid, 1000)) + " ")]) : _c("small", {
650
653
  staticClass: "bond red"
651
- }, [_vm._v(" " + _vm._s(_vm._f("fixed3Price")(_vm.bondDetailContent.dirtypriceask)) + " ")])]), _c("li", [_c("span", [_c("strong", [_vm._v("Getiri")])]), _c("small", {
654
+ }, [_vm._v(" " + _vm._s(_vm.formatBondPrice(_vm.bondDetailContent.dirtypriceask, 1000)) + " ")])]), _c("li", [_c("span", [_c("strong", [_vm._v("Getiri")])]), _c("small", {
652
655
  staticClass: "bond",
653
656
  class: {
654
657
  red: _vm.statusType !== _vm.bondOrderBuySell.buy
@@ -697,7 +700,7 @@ var ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_
697
700
  var ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);
698
701
  var ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);
699
702
  // Module
700
- exports.push([module.i, ".background[data-v-77ea8d35] {\n font-family: \"Poppins\";\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100vh;\n background-color: rgba(24, 24, 26, 0.76);\n z-index: 9999;\n}\n.background .popup-body[data-v-77ea8d35] {\n position: absolute;\n width: 100%;\n max-width: 800px;\n height: -webkit-fit-content;\n height: -moz-fit-content;\n height: fit-content;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n margin: auto;\n border-radius: 5px;\n box-shadow: 0 0 6px 0 rgba(117, 127, 138, 0.2);\n background-color: #ffffff;\n padding: 5px 0 20px 0;\n box-sizing: border-box;\n overflow: auto;\n /* Track */\n /* Handle */\n /* Handle on hover */\n}\n@media screen and (max-width: 768px) {\n.background .popup-body[data-v-77ea8d35] {\n width: 90%;\n}\n}\n.background .popup-body .warning[data-v-77ea8d35] {\n max-height: 750px;\n}\n.background .popup-body[data-v-77ea8d35]::-webkit-scrollbar {\n position: relative;\n z-index: -1;\n width: 8px;\n background: transparent;\n}\n.background .popup-body[data-v-77ea8d35]::-webkit-scrollbar-track {\n background: rgba(0, 0, 0, 0.02);\n}\n.background .popup-body[data-v-77ea8d35]::-webkit-scrollbar-thumb {\n position: relative;\n z-index: 50;\n background: #aaafb7;\n border-radius: 6px;\n}\n.background .popup-body[data-v-77ea8d35]::-webkit-scrollbar-thumb:hover {\n background: #aaafb7;\n}\n.background .popup-body .title[data-v-77ea8d35] {\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") no-repeat left 20px center;\n font-size: 18px;\n font-weight: bold;\n line-height: normal;\n letter-spacing: normal;\n color: #4caf50;\n padding: 15px 50px 15px 65px;\n box-sizing: border-box;\n border-bottom: 1px solid #ecedef;\n position: relative;\n}\n.background .popup-body .title .close[data-v-77ea8d35] {\n position: absolute;\n right: 20px;\n top: 15px;\n cursor: pointer;\n}\n.background .popup-body .title.red[data-v-77ea8d35] {\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_1___ + ") no-repeat left 20px center;\n color: #e53935;\n}\n.background .popup-body .body[data-v-77ea8d35] {\n position: relative;\n}\n.background .popup-body .body .desc[data-v-77ea8d35] {\n width: 100%;\n padding: 20px;\n box-sizing: border-box;\n font-size: 14px;\n color: #8b8b8c;\n}\n.background .popup-body .body .desc table[data-v-77ea8d35] {\n width: 100%;\n border: solid 1px #ecedef;\n border-collapse: inherit;\n table-layout: fixed;\n text-align: center;\n border-spacing: 0;\n border-radius: 5px;\n margin-top: 16px;\n margin-bottom: 20px;\n}\n.background .popup-body .body .desc table strong[data-v-77ea8d35] {\n font-weight: 600;\n}\n.background .popup-body .body .desc table img[data-v-77ea8d35] {\n vertical-align: middle;\n}\n@media screen and (max-width: 992px) {\n.background .popup-body .body .desc table tr[data-v-77ea8d35] {\n display: grid;\n grid-template-columns: 1fr 1fr;\n}\n}\n.background .popup-body .body .desc table tr[data-v-77ea8d35]:nth-child(odd) {\n background-color: #fafafb;\n}\n.background .popup-body .body .desc table tr:last-child th[data-v-77ea8d35] {\n border-radius: 0 0 5px 0;\n width: 35%;\n}\n.background .popup-body .body .desc table tr:last-child td[data-v-77ea8d35], .background .popup-body .body .desc table tr:last-child th[data-v-77ea8d35] {\n border-radius: 0 0 0 5px;\n width: 65%;\n}\n.background .popup-body .body .desc table td[data-v-77ea8d35], .background .popup-body .body .desc table th[data-v-77ea8d35] {\n padding: 17px 0 17px 20px;\n color: #18181a;\n font-size: 12px;\n border-top: solid 1px #ecedef;\n border-bottom: solid 1px #ecedef;\n text-align: left;\n width: 65%;\n}\n@media screen and (max-width: 992px) {\n.background .popup-body .body .desc table td[data-v-77ea8d35], .background .popup-body .body .desc table th[data-v-77ea8d35] {\n background-color: transparent;\n}\n}\n.background .popup-body .body .desc table td strong[data-v-77ea8d35], .background .popup-body .body .desc table th strong[data-v-77ea8d35] {\n font-weight: 600;\n}\n.background .popup-body .body .desc table th[data-v-77ea8d35] {\n width: 35%;\n}\n@media screen and (max-width: 992px) {\n.background .popup-body .body .desc table th[data-v-77ea8d35] {\n background-color: transparent;\n width: 100%;\n}\n}\n.background .popup-body .body .desc .sub-market[data-v-77ea8d35] {\n display: flex;\n margin: 10px 0;\n}\n.background .popup-body .body .desc .sub-market__text[data-v-77ea8d35] {\n color: #e53935;\n margin-left: 15px;\n font-weight: 500;\n}\n.background .popup-body .body .desc .contact-methods-container[data-v-77ea8d35] {\n padding: 20px 20px 5px 20px;\n border-radius: 5px;\n background-color: #fafafb;\n font-size: 14px;\n color: #090d0d;\n}\n.background .popup-body .body .desc .contact-methods-container p[data-v-77ea8d35] {\n font-weight: normal;\n color: #5c5c5e;\n margin-bottom: 20px;\n line-height: 18px;\n}\n.background .popup-body .body .desc .contact-methods-container .grid-item[data-v-77ea8d35] {\n padding: 0;\n border: none;\n width: inherit;\n}\n.background .popup-body .body .desc .rule-accept-container[data-v-77ea8d35] {\n position: relative;\n width: 100%;\n max-width: 413px;\n margin: 40px auto auto;\n padding-left: 25px;\n box-sizing: border-box;\n color: #090d0d;\n font-size: 14px;\n font-weight: normal;\n}\n.background .popup-body .body .desc .rule-accept-container a[data-v-77ea8d35] {\n color: #41807a;\n font-weight: 500;\n}\n.background .popup-body .body .desc .rule-accept-container .field-checkbox[data-v-77ea8d35] {\n width: 20px;\n position: absolute;\n top: 0;\n left: 0;\n}\n.background .popup-body .body .sms-warning[data-v-77ea8d35] {\n border-radius: 5px;\n padding: 14px 14px 14px 44px;\n margin-top: 16px;\n font-size: 13px;\n color: #b7791f;\n font-weight: normal;\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_2___ + ") no-repeat left 12px center #fff8e1;\n}\n.background .button-group[data-v-77ea8d35] {\n display: flex;\n gap: 20px;\n justify-content: center;\n}\n.background .button-group__item[data-v-77ea8d35] {\n max-width: -webkit-max-content;\n max-width: -moz-max-content;\n max-width: max-content;\n padding: 0 15px;\n}\n@media screen and (max-width: 992px) {\n.flex-container.algn-left[data-v-77ea8d35] {\n align-items: flex-start;\n padding-left: 10px;\n}\n}\n.background[data-v-77ea8d35] {\n z-index: 999;\n}\n.popup-body[data-v-77ea8d35] {\n max-height: 620px !important;\n}\n.popup-body .title.red[data-v-77ea8d35] {\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_3___ + ") no-repeat left 20px center;\n color: #e53935;\n}\n.button-container[data-v-77ea8d35] {\n display: flex;\n justify-content: center;\n}\n.pop-up-button[data-v-77ea8d35] {\n max-width: 180px;\n}\n", ""]);
703
+ exports.push([module.i, ".background[data-v-77ea8d35] {\n font-family: \"Poppins\";\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100vh;\n background-color: rgba(24, 24, 26, 0.76);\n z-index: 9999;\n}\n.background .popup-body[data-v-77ea8d35] {\n position: absolute;\n width: 100%;\n max-width: 800px;\n height: -webkit-fit-content;\n height: -moz-fit-content;\n height: fit-content;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n margin: auto;\n border-radius: 5px;\n box-shadow: 0 0 6px 0 rgba(117, 127, 138, 0.2);\n background-color: #ffffff;\n padding: 5px 0 20px 0;\n box-sizing: border-box;\n overflow: auto;\n /* Track */\n /* Handle */\n /* Handle on hover */\n}\n@media screen and (max-width: 768px) {\n.background .popup-body[data-v-77ea8d35] {\n width: 90%;\n}\n}\n.background .popup-body .warning[data-v-77ea8d35] {\n max-height: 750px;\n}\n.background .popup-body[data-v-77ea8d35]::-webkit-scrollbar {\n position: relative;\n z-index: -1;\n width: 8px;\n background: transparent;\n}\n.background .popup-body[data-v-77ea8d35]::-webkit-scrollbar-track {\n background: rgba(0, 0, 0, 0.02);\n}\n.background .popup-body[data-v-77ea8d35]::-webkit-scrollbar-thumb {\n position: relative;\n z-index: 50;\n background: #aaafb7;\n border-radius: 6px;\n}\n.background .popup-body[data-v-77ea8d35]::-webkit-scrollbar-thumb:hover {\n background: #aaafb7;\n}\n.background .popup-body .title[data-v-77ea8d35] {\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") no-repeat left 20px center;\n font-size: 18px;\n font-weight: bold;\n line-height: normal;\n letter-spacing: normal;\n color: #4caf50;\n padding: 15px 50px 15px 65px;\n box-sizing: border-box;\n border-bottom: 1px solid #ecedef;\n position: relative;\n}\n.background .popup-body .title .close[data-v-77ea8d35] {\n position: absolute;\n right: 20px;\n top: 15px;\n cursor: pointer;\n}\n.background .popup-body .title.red[data-v-77ea8d35] {\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_1___ + ") no-repeat left 20px center;\n color: #e53935;\n}\n.background .popup-body .body[data-v-77ea8d35] {\n position: relative;\n}\n.background .popup-body .body .desc[data-v-77ea8d35] {\n width: 100%;\n padding: 20px;\n box-sizing: border-box;\n font-size: 14px;\n color: #8b8b8c;\n}\n.background .popup-body .body .desc table[data-v-77ea8d35] {\n width: 100%;\n border: solid 1px #ecedef;\n border-collapse: inherit;\n table-layout: fixed;\n text-align: center;\n border-spacing: 0;\n border-radius: 5px;\n margin-top: 16px;\n margin-bottom: 20px;\n}\n.background .popup-body .body .desc table strong[data-v-77ea8d35] {\n font-weight: 600;\n}\n.background .popup-body .body .desc table img[data-v-77ea8d35] {\n vertical-align: middle;\n}\n@media screen and (max-width: 992px) {\n.background .popup-body .body .desc table tr[data-v-77ea8d35] {\n display: grid;\n grid-template-columns: 1fr 1fr;\n}\n}\n.background .popup-body .body .desc table tr[data-v-77ea8d35]:nth-child(odd) {\n background-color: #fafafb;\n}\n.background .popup-body .body .desc table tr:last-child th[data-v-77ea8d35] {\n border-radius: 0 0 5px 0;\n width: 35%;\n}\n.background .popup-body .body .desc table tr:last-child td[data-v-77ea8d35], .background .popup-body .body .desc table tr:last-child th[data-v-77ea8d35] {\n border-radius: 0 0 0 5px;\n width: 65%;\n}\n.background .popup-body .body .desc table td[data-v-77ea8d35], .background .popup-body .body .desc table th[data-v-77ea8d35] {\n padding: 17px 0 17px 20px;\n color: #18181a;\n font-size: 12px;\n border-top: solid 1px #ecedef;\n border-bottom: solid 1px #ecedef;\n text-align: left;\n width: 65%;\n}\n@media screen and (max-width: 992px) {\n.background .popup-body .body .desc table td[data-v-77ea8d35], .background .popup-body .body .desc table th[data-v-77ea8d35] {\n background-color: transparent;\n}\n}\n.background .popup-body .body .desc table td strong[data-v-77ea8d35], .background .popup-body .body .desc table th strong[data-v-77ea8d35] {\n font-weight: 600;\n}\n.background .popup-body .body .desc table th[data-v-77ea8d35] {\n width: 35%;\n}\n@media screen and (max-width: 992px) {\n.background .popup-body .body .desc table th[data-v-77ea8d35] {\n background-color: transparent;\n width: 100%;\n}\n}\n.background .popup-body .body .desc .sub-market[data-v-77ea8d35] {\n display: flex;\n margin: 10px 0;\n}\n.background .popup-body .body .desc .sub-market__text[data-v-77ea8d35] {\n color: #e53935;\n margin-left: 15px;\n font-weight: 500;\n}\n.background .popup-body .body .desc .contact-methods-container[data-v-77ea8d35] {\n padding: 20px 20px 5px 20px;\n border-radius: 5px;\n background-color: #fafafb;\n font-size: 14px;\n color: #090d0d;\n}\n.background .popup-body .body .desc .contact-methods-container p[data-v-77ea8d35] {\n font-weight: normal;\n color: #5c5c5e;\n margin-bottom: 20px;\n line-height: 18px;\n}\n.background .popup-body .body .desc .contact-methods-container .grid-item[data-v-77ea8d35] {\n padding: 0;\n border: none;\n width: inherit;\n}\n.background .popup-body .body .desc .rule-accept-container[data-v-77ea8d35] {\n position: relative;\n width: 100%;\n max-width: 413px;\n margin: 40px auto auto;\n padding-left: 25px;\n box-sizing: border-box;\n color: #090d0d;\n font-size: 14px;\n font-weight: normal;\n}\n.background .popup-body .body .desc .rule-accept-container a[data-v-77ea8d35] {\n color: #41807a;\n font-weight: 500;\n}\n.background .popup-body .body .desc .rule-accept-container .field-checkbox[data-v-77ea8d35] {\n width: 20px;\n position: absolute;\n top: 0;\n left: 0;\n}\n.background .popup-body .body .sms-warning[data-v-77ea8d35] {\n border-radius: 5px;\n padding: 14px 14px 14px 44px;\n margin-top: 16px;\n font-size: 13px;\n color: #b7791f;\n font-weight: normal;\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_2___ + ") no-repeat left 12px center #fff8e1;\n}\n.background .button-group[data-v-77ea8d35] {\n display: flex;\n gap: 20px;\n justify-content: center;\n}\n.background .button-group__item[data-v-77ea8d35] {\n max-width: -webkit-max-content;\n max-width: -moz-max-content;\n max-width: max-content;\n padding: 0 15px;\n}\n@media screen and (max-width: 992px) {\n.flex-container.algn-left[data-v-77ea8d35] {\n align-items: flex-start;\n padding-left: 10px;\n}\n}\n.background[data-v-77ea8d35] {\n z-index: 999;\n}\n.popup-body[data-v-77ea8d35] {\n max-height: 640px !important;\n}\n.popup-body .title.red[data-v-77ea8d35] {\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_3___ + ") no-repeat left 20px center;\n color: #e53935;\n}\n.button-container[data-v-77ea8d35] {\n display: flex;\n justify-content: center;\n}\n.pop-up-button[data-v-77ea8d35] {\n max-width: 180px;\n}\n[data-v-77ea8d35] .body .desc table {\n margin-bottom: 5px !important;\n}\n.alert-text[data-v-77ea8d35] {\n padding: 0 20px 30px 20px;\n font-size: 12px;\n color: #e53935;\n margin-top: -15px;\n}\n", ""]);
701
704
  // Exports
702
705
  module.exports = exports;
703
706