adata-ui 0.3.29 → 0.3.30
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/adata-ui.common.js +613 -1
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +613 -1
- package/dist/adata-ui.umd.js.map +1 -1
- package/dist/adata-ui.umd.min.js +2 -2
- package/dist/adata-ui.umd.min.js.map +1 -1
- package/dist/img/counterparty.2ed9a4ad.svg +39 -0
- package/dist/img/jobs.22d6d693.svg +14 -0
- package/dist/img/marketing.c6fb13c7.svg +12 -0
- package/dist/img/penalty.b6bc9ec2.svg +17 -0
- package/dist/img/tenders.967899ac.svg +24 -0
- package/package.json +1 -1
- package/src/components/index.js +6 -2
package/dist/adata-ui.common.js
CHANGED
|
@@ -1319,6 +1319,13 @@ if (!version && userAgent) {
|
|
|
1319
1319
|
module.exports = version;
|
|
1320
1320
|
|
|
1321
1321
|
|
|
1322
|
+
/***/ }),
|
|
1323
|
+
|
|
1324
|
+
/***/ "31fb":
|
|
1325
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1326
|
+
|
|
1327
|
+
module.exports = __webpack_require__.p + "img/counterparty.2ed9a4ad.svg";
|
|
1328
|
+
|
|
1322
1329
|
/***/ }),
|
|
1323
1330
|
|
|
1324
1331
|
/***/ "3407":
|
|
@@ -1639,6 +1646,13 @@ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
|
1639
1646
|
|
|
1640
1647
|
/***/ }),
|
|
1641
1648
|
|
|
1649
|
+
/***/ "4cf7":
|
|
1650
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1651
|
+
|
|
1652
|
+
module.exports = __webpack_require__.p + "img/tenders.967899ac.svg";
|
|
1653
|
+
|
|
1654
|
+
/***/ }),
|
|
1655
|
+
|
|
1642
1656
|
/***/ "4d60":
|
|
1643
1657
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1644
1658
|
|
|
@@ -4116,6 +4130,13 @@ $({ target: 'Array', proto: true, forced: FORCED }, {
|
|
|
4116
4130
|
});
|
|
4117
4131
|
|
|
4118
4132
|
|
|
4133
|
+
/***/ }),
|
|
4134
|
+
|
|
4135
|
+
/***/ "99b6":
|
|
4136
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4137
|
+
|
|
4138
|
+
module.exports = __webpack_require__.p + "img/jobs.22d6d693.svg";
|
|
4139
|
+
|
|
4119
4140
|
/***/ }),
|
|
4120
4141
|
|
|
4121
4142
|
/***/ "9a1f":
|
|
@@ -4268,6 +4289,13 @@ $({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {
|
|
|
4268
4289
|
});
|
|
4269
4290
|
|
|
4270
4291
|
|
|
4292
|
+
/***/ }),
|
|
4293
|
+
|
|
4294
|
+
/***/ "a40b":
|
|
4295
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4296
|
+
|
|
4297
|
+
// extracted by mini-css-extract-plugin
|
|
4298
|
+
|
|
4271
4299
|
/***/ }),
|
|
4272
4300
|
|
|
4273
4301
|
/***/ "a4a1":
|
|
@@ -5975,6 +6003,39 @@ module.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {
|
|
|
5975
6003
|
};
|
|
5976
6004
|
|
|
5977
6005
|
|
|
6006
|
+
/***/ }),
|
|
6007
|
+
|
|
6008
|
+
/***/ "b51b":
|
|
6009
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
6010
|
+
|
|
6011
|
+
var map = {
|
|
6012
|
+
"./counterparty.svg": "31fb",
|
|
6013
|
+
"./jobs.svg": "99b6",
|
|
6014
|
+
"./marketing.svg": "c5de",
|
|
6015
|
+
"./penalty.svg": "c336",
|
|
6016
|
+
"./tenders.svg": "4cf7"
|
|
6017
|
+
};
|
|
6018
|
+
|
|
6019
|
+
|
|
6020
|
+
function webpackContext(req) {
|
|
6021
|
+
var id = webpackContextResolve(req);
|
|
6022
|
+
return __webpack_require__(id);
|
|
6023
|
+
}
|
|
6024
|
+
function webpackContextResolve(req) {
|
|
6025
|
+
if(!__webpack_require__.o(map, req)) {
|
|
6026
|
+
var e = new Error("Cannot find module '" + req + "'");
|
|
6027
|
+
e.code = 'MODULE_NOT_FOUND';
|
|
6028
|
+
throw e;
|
|
6029
|
+
}
|
|
6030
|
+
return map[req];
|
|
6031
|
+
}
|
|
6032
|
+
webpackContext.keys = function webpackContextKeys() {
|
|
6033
|
+
return Object.keys(map);
|
|
6034
|
+
};
|
|
6035
|
+
webpackContext.resolve = webpackContextResolve;
|
|
6036
|
+
module.exports = webpackContext;
|
|
6037
|
+
webpackContext.id = "b51b";
|
|
6038
|
+
|
|
5978
6039
|
/***/ }),
|
|
5979
6040
|
|
|
5980
6041
|
/***/ "b575":
|
|
@@ -6270,6 +6331,13 @@ module.exports = function (input, pref) {
|
|
|
6270
6331
|
//# sourceMappingURL=v-click-outside.umd.js.map
|
|
6271
6332
|
|
|
6272
6333
|
|
|
6334
|
+
/***/ }),
|
|
6335
|
+
|
|
6336
|
+
/***/ "c336":
|
|
6337
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
6338
|
+
|
|
6339
|
+
module.exports = __webpack_require__.p + "img/penalty.b6bc9ec2.svg";
|
|
6340
|
+
|
|
6273
6341
|
/***/ }),
|
|
6274
6342
|
|
|
6275
6343
|
/***/ "c430":
|
|
@@ -6278,6 +6346,13 @@ module.exports = function (input, pref) {
|
|
|
6278
6346
|
module.exports = false;
|
|
6279
6347
|
|
|
6280
6348
|
|
|
6349
|
+
/***/ }),
|
|
6350
|
+
|
|
6351
|
+
/***/ "c5de":
|
|
6352
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
6353
|
+
|
|
6354
|
+
module.exports = __webpack_require__.p + "img/marketing.c6fb13c7.svg";
|
|
6355
|
+
|
|
6281
6356
|
/***/ }),
|
|
6282
6357
|
|
|
6283
6358
|
/***/ "c607":
|
|
@@ -7451,6 +7526,17 @@ if ($stringify) {
|
|
|
7451
7526
|
/* unused harmony reexport * */
|
|
7452
7527
|
|
|
7453
7528
|
|
|
7529
|
+
/***/ }),
|
|
7530
|
+
|
|
7531
|
+
/***/ "ef80":
|
|
7532
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
7533
|
+
|
|
7534
|
+
"use strict";
|
|
7535
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AServiceSlider_vue_vue_type_style_index_0_id_8c3cd352_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("a40b");
|
|
7536
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AServiceSlider_vue_vue_type_style_index_0_id_8c3cd352_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_9_oneOf_1_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AServiceSlider_vue_vue_type_style_index_0_id_8c3cd352_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
7537
|
+
/* unused harmony reexport * */
|
|
7538
|
+
|
|
7539
|
+
|
|
7454
7540
|
/***/ }),
|
|
7455
7541
|
|
|
7456
7542
|
/***/ "f069":
|
|
@@ -11713,6 +11799,528 @@ var ABottomNavigationBar_component = normalizeComponent(
|
|
|
11713
11799
|
)
|
|
11714
11800
|
|
|
11715
11801
|
/* harmony default export */ var ABottomNavigationBar = (ABottomNavigationBar_component.exports);
|
|
11802
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"64c1947a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/ServiceSlider/AServiceSlider.vue?vue&type=template&id=8c3cd352&scoped=true&
|
|
11803
|
+
var AServiceSlidervue_type_template_id_8c3cd352_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"services",class:{ 'services--active': _vm.openService }},[_c('div',{staticClass:"services__header"},[_c('svg',{attrs:{"width":"78","height":"24","viewBox":"0 0 78 24","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('rect',{attrs:{"width":"78","height":"24","fill":"white"}}),_c('path',{attrs:{"d":"M29.8599 18.3991V5.79907H34.5567C39.2656 5.79907 41.6194 7.84687 41.6181 11.9425C41.6181 13.9045 40.9757 15.4717 39.6909 16.6441C38.4061 17.8165 36.6947 18.4021 34.5567 18.4009L29.8599 18.3991ZM32.8472 8.10848V16.0969H34.3258C35.6181 16.0969 36.6335 15.7279 37.3718 14.9899C38.1101 14.2519 38.478 13.2469 38.4755 11.9749C38.4755 10.7749 38.1108 9.82987 37.3813 9.13987C36.6518 8.44987 35.627 8.10608 34.3068 8.10848H32.8472Z","fill":"#2C3E50"}}),_c('path',{attrs:{"d":"M55.1636 18.3991H51.9168L50.9703 15.5965H46.2658L45.3193 18.3991H42.0896L46.9152 5.79907H50.4553L55.1636 18.3991ZM50.2812 13.4167L48.8575 9.17948C48.7427 8.81039 48.6684 8.43095 48.636 8.04727H48.5622C48.5306 8.4206 48.4531 8.78912 48.3313 9.14528L46.8887 13.4167H50.2812Z","fill":"#2C3E50"}}),_c('path',{attrs:{"d":"M64.7749 8.10832H60.9886V18.3989H58.0032V8.10832H54.2358V5.79712H64.7749V8.10832Z","fill":"#2C3E50"}}),_c('path',{attrs:{"d":"M76.7906 18.3991H73.5382L72.5916 15.5965H67.8796L66.9463 18.3991H63.7109L68.5365 5.79907H72.0767L76.7906 18.3991ZM71.9101 13.4167L70.4864 9.17948C70.3716 8.81039 70.2973 8.43095 70.265 8.04727H70.1911C70.1595 8.4206 70.082 8.78912 69.9602 9.14528L68.5176 13.4167H71.9101Z","fill":"#2C3E50"}}),_c('path',{attrs:{"d":"M12.3882 8.06323H12.3144C12.2828 8.43656 12.2053 8.80507 12.0834 9.16123L10.6409 13.4398H14.0334L12.6097 9.20443C12.4945 8.83234 12.4203 8.4499 12.3882 8.06323Z","fill":"#2C3E50"}}),_c('path',{attrs:{"d":"M21.6551 1.19995H3.48099C2.87848 1.19995 2.30065 1.42752 1.87461 1.8326C1.44858 2.23768 1.20923 2.78708 1.20923 3.35995V20.64C1.20923 21.2128 1.44858 21.7622 1.87461 22.1673C2.30065 22.5724 2.87848 22.7999 3.48099 22.7999H21.6551C22.2576 22.7999 22.8354 22.5724 23.2614 22.1673C23.6875 21.7622 23.9268 21.2128 23.9268 20.64V3.35995C23.9268 2.78708 23.6875 2.23768 23.2614 1.8326C22.8354 1.42752 22.2576 1.19995 21.6551 1.19995ZM15.6595 18.417L14.7129 15.6126H9.99904L9.06573 18.417H5.83415L10.6597 5.81696H14.1999L18.9138 18.417H15.6595Z","fill":"#2C3E50"}})])]),_c('div',{staticClass:"services__content"},[_c('div',{staticClass:"services__email"},[(_vm.isAuth)?_c('a',{attrs:{"href":_vm.profile[_vm.mode]}},[_c('p',[_vm._v(_vm._s(_vm.email))]),_c('svg',{attrs:{"width":"24","height":"24","viewBox":"0 0 24 24","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M9 18L15 12L9 6","stroke":"#2C3E50","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})])]):_vm._e()]),_c('div',{staticClass:"services__cards"},[_c('div',{staticClass:"service-card"},_vm._l((_vm.navigations),function(navs){return _c(navs.links.length ? 'div': _vm.module === navs.module ? 'nuxt-link': 'a',{key:navs.icon,tag:"component",staticClass:"service-card__item",attrs:{"href":navs.links.length ? null: _vm.module === navs.module ? null: navs.url[_vm.mode],"to":navs.links.length ? null: '/'},on:{"click":function($event){return _vm.goTo(navs.module)}}},[_c('img',{attrs:{"src":__webpack_require__("b51b")("./" + (navs.icon) + ".svg"),"alt":""}}),_c('div',{staticClass:"service-card__title"},[_vm._v(_vm._s(navs.title))])])}),1)]),_c('div',{ref:"currency",staticClass:"currency-card"},[_c('div',{ref:"arrow",staticClass:"currency-card-header"},[_c('div',{staticClass:"currency-card-top"}),_vm._m(0)]),_c('div',{staticClass:"currency-card-body"},[_c('div',{staticClass:"currency-list"},_vm._l((_vm.currencies),function(c){return _c('ul',{key:c.currency,staticClass:"currency-list__inner"},[_c('li',[(c.currency === 'USD')?_c('svg',{attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"clip-path":"url(#clip0_6194_1573)"}},[_c('path',{attrs:{"d":"M26.4 0H-4V16H26.4V0Z","fill":"white"}}),_c('path',{attrs:{"d":"M26.4 0H-4V1.232H26.4V0Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 2.45996H-4V3.69196H26.4V2.45996Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 4.92407H-4V6.15607H26.4V4.92407Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 7.38403H-4V8.61603H26.4V7.38403Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 9.8479H-4V11.0799H26.4V9.8479Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 12.3081H-4V13.5401H26.4V12.3081Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 14.7681H-4V16.0001H26.4V14.7681Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M8.16 0H-4V8.616H8.16V0Z","fill":"#3C3B6E"}}),_c('path',{attrs:{"d":"M0.604004 0.700107L0.892004 0.908107L0.784004 1.25211L1.072 1.04011L1.36 1.25211L1.252 0.908107L1.54 0.700107H1.184L1.072 0.360107L0.960004 0.700107H0.604004Z","fill":"white"}}),_c('path',{attrs:{"d":"M2.62012 0.700107L2.90812 0.908107L2.80012 1.25211L3.08812 1.04011L3.37612 1.25211L3.26812 0.908107L3.55612 0.700107H3.20012L3.08812 0.360107L2.97612 0.700107H2.62012Z","fill":"white"}}),_c('path',{attrs:{"d":"M4.63574 0.700107L4.92374 0.908107L4.81574 1.25211L5.10374 1.04011L5.39174 1.25211L5.28374 0.908107L5.57174 0.700107H5.21574L5.10374 0.360107L4.99174 0.700107H4.63574Z","fill":"white"}}),_c('path',{attrs:{"d":"M6.65186 0.700107L6.93986 0.908107L6.83186 1.25211L7.11986 1.04011L7.40786 1.25211L7.29986 0.908107L7.58786 0.700107H7.23186L7.11986 0.360107L7.00786 0.700107H6.65186Z","fill":"white"}}),_c('path',{attrs:{"d":"M-0.403809 1.56412L-0.115808 1.77212L-0.223809 2.11612L0.0641914 1.90412L0.352192 2.11612L0.244191 1.77212L0.532191 1.56412H0.176191L0.0641914 1.22412L-0.0478084 1.56412H-0.403809Z","fill":"white"}}),_c('path',{attrs:{"d":"M1.6123 1.56412L1.9003 1.77212L1.7923 2.11612L2.0803 1.90412L2.36831 2.11612L2.2603 1.77212L2.54831 1.56412H2.1923L2.0803 1.22412L1.9683 1.56412H1.6123Z","fill":"white"}}),_c('path',{attrs:{"d":"M3.62793 1.56412L3.91593 1.77212L3.80793 2.11612L4.09593 1.90412L4.38393 2.11612L4.27593 1.77212L4.56393 1.56412H4.20793L4.09593 1.22412L3.98393 1.56412H3.62793Z","fill":"white"}}),_c('path',{attrs:{"d":"M5.64404 1.56412L5.93204 1.77212L5.82404 2.11612L6.11204 1.90412L6.40004 2.11612L6.29204 1.77212L6.58004 1.56412H6.22404L6.11204 1.22412L6.00004 1.56412H5.64404Z","fill":"white"}}),_c('path',{attrs:{"d":"M0.604004 2.42789L0.892004 2.63589L0.784004 2.97989L1.072 2.76789L1.36 2.97989L1.252 2.63589L1.54 2.42789H1.184L1.072 2.08789L0.960004 2.42789H0.604004Z","fill":"white"}}),_c('path',{attrs:{"d":"M2.62012 2.42789L2.90812 2.63589L2.80012 2.97989L3.08812 2.76789L3.37612 2.97989L3.26812 2.63589L3.55612 2.42789H3.20012L3.08812 2.08789L2.97612 2.42789H2.62012Z","fill":"white"}}),_c('path',{attrs:{"d":"M4.63574 2.42789L4.92374 2.63589L4.81574 2.97989L5.10374 2.76789L5.39174 2.97989L5.28374 2.63589L5.57174 2.42789H5.21574L5.10374 2.08789L4.99174 2.42789H4.63574Z","fill":"white"}}),_c('path',{attrs:{"d":"M6.65186 2.42789L6.93986 2.63589L6.83186 2.97989L7.11986 2.76789L7.40786 2.97989L7.29986 2.63589L7.58786 2.42789H7.23186L7.11986 2.08789L7.00786 2.42789H6.65186Z","fill":"white"}}),_c('path',{attrs:{"d":"M-0.379883 3.2959L-0.087883 3.5039L-0.199883 3.8439L0.0881172 3.6359L0.380117 3.8439L0.268117 3.5039L0.556117 3.2959H0.200117L0.0881172 2.9519L-0.0198829 3.2959H-0.379883Z","fill":"white"}}),_c('path',{attrs:{"d":"M1.63574 3.2959L1.92374 3.5039L1.81574 3.8439L2.10374 3.6359L2.39574 3.8439L2.28374 3.5039L2.57174 3.2959H2.21574L2.10374 2.9519L1.99574 3.2959H1.63574Z","fill":"white"}}),_c('path',{attrs:{"d":"M3.65186 3.2959L3.94386 3.5039L3.83186 3.8439L4.11986 3.6359L4.41186 3.8439L4.29986 3.5039L4.58786 3.2959H4.23186L4.11986 2.9519L4.01186 3.2959H3.65186Z","fill":"white"}}),_c('path',{attrs:{"d":"M5.66797 3.2959L5.95597 3.5039L5.84797 3.8439L6.13597 3.6359L6.42797 3.8439L6.31597 3.5039L6.60397 3.2959H6.24797L6.13597 2.9519L6.02797 3.2959H5.66797Z","fill":"white"}}),_c('path',{attrs:{"d":"M0.635742 4.15201L0.923742 4.36001L0.811742 4.70401L1.10374 4.49201L1.39174 4.70401L1.27974 4.36001L1.57174 4.15201H1.21174L1.10374 3.81201L0.991742 4.15201H0.635742Z","fill":"white"}}),_c('path',{attrs:{"d":"M2.65186 4.15201L2.93986 4.36001L2.82786 4.70401L3.11986 4.49201L3.40786 4.70401L3.29586 4.36001L3.58786 4.15201H3.22786L3.11986 3.81201L3.00786 4.15201H2.65186Z","fill":"white"}}),_c('path',{attrs:{"d":"M4.66406 4.15201L4.95606 4.36001L4.84406 4.70401L5.13606 4.49201L5.42406 4.70401L5.31206 4.36001L5.60406 4.15201H5.24406L5.13606 3.81201L5.02406 4.15201H4.66406Z","fill":"white"}}),_c('path',{attrs:{"d":"M6.3999 4.34L6.6919 4.548L6.5799 4.892L6.8719 4.68L7.1599 4.892L7.0479 4.548L7.3399 4.34H6.9799L6.8719 4L6.7599 4.34H6.3999Z","fill":"white"}}),_c('path',{attrs:{"d":"M0.651855 5.85196L0.943855 6.05996L0.831855 6.40396L1.11986 6.19196L1.41186 6.40396L1.29986 6.05996L1.58786 5.85196H1.23186L1.11986 5.51196L1.01186 5.85196H0.651855Z","fill":"white"}}),_c('path',{attrs:{"d":"M2.66797 5.85196L2.95997 6.05996L2.84797 6.40396L3.13597 6.19196L3.42797 6.40396L3.31597 6.05996L3.60797 5.85196H3.24797L3.13597 5.51196L3.02797 5.85196H2.66797Z","fill":"white"}}),_c('path',{attrs:{"d":"M4.68408 5.85196L4.97608 6.05996L4.86408 6.40396L5.15208 6.19196L5.44408 6.40396L5.33208 6.05996L5.62008 5.85196H5.26408L5.15208 5.51196L5.04408 5.85196H4.68408Z","fill":"white"}}),_c('path',{attrs:{"d":"M6.7002 5.85196L6.9922 6.05996L6.8802 6.40396L7.1682 6.19196L7.4602 6.40396L7.3482 6.05996L7.6362 5.85196H7.2802L7.1682 5.51196L7.0602 5.85196H6.7002Z","fill":"white"}}),_c('path',{attrs:{"d":"M0.62793 7.57193L0.91593 7.78393L0.80793 8.12393L1.09593 7.91193L1.38793 8.12393L1.27593 7.78393L1.56393 7.57193H1.20793L1.09593 7.23193L0.98793 7.57193H0.62793Z","fill":"white"}}),_c('path',{attrs:{"d":"M2.64404 7.57193L2.93604 7.78393L2.82404 8.12393L3.11204 7.91193L3.40404 8.12393L3.29204 7.78393L3.58004 7.57193H3.22404L3.11204 7.23193L3.00404 7.57193H2.64404Z","fill":"white"}}),_c('path',{attrs:{"d":"M4.66016 7.57193L4.95216 7.78393L4.84016 8.12393L5.12816 7.91193L5.42016 8.12393L5.30816 7.78393L5.59616 7.57193H5.24016L5.12816 7.23193L5.02016 7.57193H4.66016Z","fill":"white"}}),_c('path',{attrs:{"d":"M6.67627 7.57193L6.96427 7.78393L6.85627 8.12393L7.14427 7.91193L7.43627 8.12393L7.32427 7.78393L7.61227 7.57193H7.25627L7.14427 7.23193L7.03627 7.57193H6.67627Z","fill":"white"}}),_c('path',{attrs:{"d":"M-0.375977 4.9921L-0.0839767 5.2041L-0.195977 5.5441L0.0960232 5.3321L0.384023 5.5441L0.276023 5.2041L0.564023 4.9921H0.204023L0.0960232 4.6521L-0.0159767 4.9921H-0.375977Z","fill":"white"}}),_c('path',{attrs:{"d":"M1.64404 4.9921L1.93204 5.2041L1.82004 5.5441L2.11204 5.3321L2.40004 5.5441L2.28804 5.2041L2.58004 4.9921H2.22004L2.11204 4.6521L2.00004 4.9921H1.64404Z","fill":"white"}}),_c('path',{attrs:{"d":"M3.65576 4.9921L3.94776 5.2041L3.83576 5.5441L4.12776 5.3321L4.41576 5.5441L4.30776 5.2041L4.59576 4.9921H4.23576L4.12776 4.6521L4.01576 4.9921H3.65576Z","fill":"white"}}),_c('path',{attrs:{"d":"M5.67188 4.9921L5.96387 5.2041L5.85187 5.5441L6.14387 5.3321L6.43187 5.5441L6.31987 5.2041L6.61187 4.9921H6.25187L6.14387 4.6521L6.03187 4.9921H5.67188Z","fill":"white"}}),_c('path',{attrs:{"d":"M-0.379883 6.71207L-0.087883 6.92007L-0.199883 7.26007L0.0881172 7.05207L0.380117 7.26007L0.268117 6.92007L0.556117 6.71207H0.200117L0.0881172 6.37207L-0.0198829 6.71207H-0.379883Z","fill":"white"}}),_c('path',{attrs:{"d":"M1.63574 6.71207L1.92374 6.92007L1.81574 7.26007L2.10374 7.05207L2.39574 7.26007L2.28374 6.92007L2.57174 6.71207H2.21574L2.10374 6.37207L1.99574 6.71207H1.63574Z","fill":"white"}}),_c('path',{attrs:{"d":"M3.65186 6.71207L3.94386 6.92007L3.83186 7.26007L4.11986 7.05207L4.41186 7.26007L4.29986 6.92007L4.58786 6.71207H4.23186L4.11986 6.37207L4.01186 6.71207H3.65186Z","fill":"white"}}),_c('path',{attrs:{"d":"M5.66797 6.71207L5.95597 6.92007L5.84797 7.26007L6.13597 7.05207L6.42797 7.26007L6.31597 6.92007L6.60397 6.71207H6.24797L6.13597 6.37207L6.02797 6.71207H5.66797Z","fill":"white"}})]),_c('defs',[_c('clipPath',{attrs:{"id":"clip0_6194_1573"}},[_c('rect',{attrs:{"width":"16","height":"16","rx":"2","fill":"white"}})])])]):_vm._e(),(c.currency === 'EUR')?_c('svg',{attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('rect',{attrs:{"width":"16","height":"16","rx":"2","fill":"#314199"}}),_c('path',{attrs:{"d":"M7.99503 12.0967L8.18379 12.6573L8.75881 12.6568L8.35068 12.9667L8.4629 13.5686L7.99503 13.2271L7.52567 13.5594L7.63925 12.9667L7.23535 12.6549H7.80983L7.99503 12.0967Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M7.99503 2.35718L8.18379 2.91795L8.75881 2.91727L8.35068 3.22735L8.4629 3.82913L7.99503 3.48765L7.52567 3.81994L7.63925 3.22735L7.23535 2.91535H7.80983L7.99503 2.35718Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M10.3328 2.98364L10.5216 3.54428L11.0967 3.54373L10.6886 3.85368L10.8007 4.45546L10.3328 4.11411L9.86342 4.44641L9.97714 3.85368L9.57324 3.54181H10.1477L10.3328 2.98364Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M5.54373 2.98364L5.73249 3.54428L6.30765 3.54373L5.89952 3.85368L6.0116 4.45546L5.54373 4.11411L5.07436 4.44641L5.18808 3.85368L4.78418 3.54181H5.35852L5.54373 2.98364Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M10.3328 11.4387L10.5216 11.9995L11.0967 11.9989L10.6886 12.3089L10.8007 12.9107L10.3328 12.5693L9.86342 12.9016L9.97714 12.3089L9.57324 11.9969H10.1477L10.3328 11.4387Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M5.54373 11.4387L5.73249 11.9995L6.30765 11.9989L5.89952 12.3089L6.0116 12.9107L5.54373 12.5693L5.07436 12.9016L5.18808 12.3089L4.78418 11.9969H5.35852L5.54373 11.4387Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M3.75285 4.82153L3.94161 5.38231L4.51664 5.38162L4.10864 5.6917L4.22058 6.29349L3.75285 5.95214L3.28348 6.2843L3.39706 5.6917L2.99316 5.3797H3.56764L3.75285 4.82153Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M12.1825 4.82153L12.3713 5.38231L12.9465 5.38162L12.5383 5.6917L12.6504 6.29349L12.1825 5.95214L11.7132 6.2843L11.8267 5.6917L11.4229 5.3797H11.9973L12.1825 4.82153Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M3.75285 9.68262L3.94161 10.2434L4.51664 10.2427L4.10864 10.5528L4.22058 11.1546L3.75285 10.8131L3.28348 11.1454L3.39706 10.5528L2.99316 10.2408H3.56764L3.75285 9.68262Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M12.1825 9.68262L12.3713 10.2434L12.9465 10.2427L12.5383 10.5528L12.6504 11.1546L12.1825 10.8131L11.7132 11.1454L11.8267 10.5528L11.4229 10.2408H11.9973L12.1825 9.68262Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M3.1967 7.23389L3.38546 7.79466L3.96062 7.79398L3.55248 8.10406L3.66456 8.70584L3.1967 8.36436L2.72733 8.69665L2.84091 8.10406L2.43701 7.79206H3.01149L3.1967 7.23389Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M12.7991 7.23389L12.9879 7.79466L13.563 7.79398L13.1549 8.10406L13.267 8.70584L12.7991 8.36436L12.3297 8.69665L12.4434 8.10406L12.0396 7.79206H12.6139L12.7991 7.23389Z","fill":"#F8EC26"}})]):_vm._e(),(c.currency === 'CNY')?_c('svg',{attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('rect',{attrs:{"width":"16","height":"16","rx":"2","fill":"#DE2910"}}),_c('path',{attrs:{"d":"M4.00115 1.60034L5.41155 5.94194L1.71875 3.25874H6.28355L2.59075 5.94194L4.00115 1.60034Z","fill":"#FFDE00"}}),_c('path',{attrs:{"d":"M7.3125 2.01097L8.3117 0.86377L8.1781 2.37977L7.3957 1.07497L8.7957 1.67017L7.3125 2.01097Z","fill":"#FFDE00"}}),_c('path',{attrs:{"d":"M8.80811 3.31338L10.1745 2.64378L9.4633 3.98858L9.2481 2.48218L10.3073 3.57418L8.80811 3.31338Z","fill":"#FFDE00"}}),_c('path',{attrs:{"d":"M8.82959 5.38071L10.3496 5.32631L9.15199 6.26471L9.56959 4.80151L10.0912 6.23031L8.82959 5.38071Z","fill":"#FFDE00"}}),_c('path',{attrs:{"d":"M7.37572 6.69973L8.79972 7.23653L7.33252 7.63973L8.28292 6.45093L8.21172 7.97093L7.37572 6.69973Z","fill":"#FFDE00"}})]):_vm._e(),(c.currency === 'RUB')?_c('svg',{attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"clip-path":"url(#clip0_6194_1691)"}},[_c('path',{attrs:{"d":"M0 2C0 0.895431 0.895431 0 2 0H14C15.1046 0 16 0.895431 16 2V5.00343H0V2Z","fill":"#F0F0F0"}}),_c('rect',{attrs:{"y":"5.00342","width":"16","height":"6.00154","fill":"#0039A6"}}),_c('path',{attrs:{"d":"M0 11.0049H16V13.9999C16 15.1045 15.1046 15.9999 14 15.9999H2C0.895431 15.9999 0 15.1045 0 13.9999V11.0049Z","fill":"#D52B1E"}})]),_c('defs',[_c('clipPath',{attrs:{"id":"clip0_6194_1691"}},[_c('rect',{attrs:{"width":"16","height":"16","rx":"2","fill":"white"}})])])]):_vm._e(),_c('span',[_vm._v(_vm._s(c.currency))])]),_c('li',[_c('span',[_vm._v(_vm._s(c.sell))]),(c.sell_state === 'DOWN')?_c('svg',{attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M8 12.0254L12.3301 4.02978H3.66987L8 12.0254Z","fill":"#FF2E43"}})]):_c('svg',{attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M8 3.97461L12.3301 11.9702H3.66987L8 3.97461Z","fill":"#00B92D"}})])]),_c('li',[_c('span',[_vm._v(_vm._s(c.buy))]),(c.buy_state === 'DOWN')?_c('svg',{attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M8 12.0254L12.3301 4.02978H3.66987L8 12.0254Z","fill":"#FF2E43"}})]):_c('svg',{attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M8 3.97461L12.3301 11.9702H3.66987L8 3.97461Z","fill":"#00B92D"}})])])])}),0)])])]),_c('div',{staticClass:"menu-mobile",class:{ 'menu-mobile--show': _vm.showPanelMenu }},[_c('div',{staticClass:"menu-mobile__header"},[_c('div',{staticClass:"menu-mobile__arrow",on:{"click":_vm.goBack}},[_c('svg',{attrs:{"width":"24","height":"24","viewBox":"0 0 24 24","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M15 18L9 12L15 6","stroke":"#2C3E50","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})])]),_c('div',{staticClass:"menu-mobile__title"},[_c('svg',{attrs:{"width":"25","height":"24","viewBox":"0 0 25 24","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"clip-path":"url(#clip0_5191_51862)"}},[_c('path',{attrs:{"d":"M12.3416 8.35498H12.2766C12.2488 8.70065 12.1805 9.04187 12.0732 9.37164L10.8032 13.3333H13.7899L12.5366 9.41164C12.4351 9.06712 12.3698 8.713 12.3416 8.35498Z","fill":"#2C3E50"}}),_c('path',{attrs:{"d":"M20.5 2H4.5C3.96957 2 3.46086 2.21071 3.08579 2.58578C2.71071 2.96086 2.5 3.46957 2.5 4V20C2.5 20.5304 2.71071 21.0391 3.08579 21.4142C3.46086 21.7893 3.96957 22 4.5 22H20.5C21.0304 22 21.5391 21.7893 21.9142 21.4142C22.2893 21.0391 22.5 20.5304 22.5 20V4C22.5 3.46957 22.2893 2.96086 21.9142 2.58578C21.5391 2.21071 21.0304 2 20.5 2ZM15.2217 17.9417L14.3883 15.345H10.2383L9.41667 17.9417H6.57167L10.82 6.275H13.9367L18.0867 17.9417H15.2217Z","fill":"#2C3E50"}})]),_c('defs',[_c('clipPath',{attrs:{"id":"clip0_5191_51862"}},[_c('rect',{attrs:{"width":"24","height":"24","fill":"white","transform":"translate(0.5)"}})])])]),_c('p',[_vm._v(_vm._s(_vm.navigation.title))])]),_c('div',{staticClass:"ic-24"})]),_c('ul',{staticClass:"navigations"},_vm._l((_vm.navigation.links),function(link){return _c('li',{key:link.id},[_c(_vm.module === _vm.navigation.module ? 'nuxt-link' : 'a',{tag:"component",attrs:{"to":link.href,"href":_vm.module === _vm.navigation.module ? '': _vm.navigation.url[_vm.mode] + link.href}},[_c('p',[_vm._v(_vm._s(link.title))]),_c('svg',{attrs:{"width":"24","height":"24","viewBox":"0 0 24 24","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M9 18L15 12L9 6","stroke":"#2C3E50","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})])])],1)}),0)])])}
|
|
11804
|
+
var AServiceSlidervue_type_template_id_8c3cd352_scoped_true_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('ul',{staticClass:"currency-card-list"},[_c('li',[_vm._v("Валюта")]),_c('li',[_vm._v("Покупка")]),_c('li',[_vm._v("Продажа")])])}]
|
|
11805
|
+
|
|
11806
|
+
|
|
11807
|
+
// CONCATENATED MODULE: ./src/components/ServiceSlider/AServiceSlider.vue?vue&type=template&id=8c3cd352&scoped=true&
|
|
11808
|
+
|
|
11809
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/ServiceSlider/AServiceSlider.vue?vue&type=script&lang=js&
|
|
11810
|
+
|
|
11811
|
+
|
|
11812
|
+
|
|
11813
|
+
|
|
11814
|
+
|
|
11815
|
+
//
|
|
11816
|
+
//
|
|
11817
|
+
//
|
|
11818
|
+
//
|
|
11819
|
+
//
|
|
11820
|
+
//
|
|
11821
|
+
//
|
|
11822
|
+
//
|
|
11823
|
+
//
|
|
11824
|
+
//
|
|
11825
|
+
//
|
|
11826
|
+
//
|
|
11827
|
+
//
|
|
11828
|
+
//
|
|
11829
|
+
//
|
|
11830
|
+
//
|
|
11831
|
+
//
|
|
11832
|
+
//
|
|
11833
|
+
//
|
|
11834
|
+
//
|
|
11835
|
+
//
|
|
11836
|
+
//
|
|
11837
|
+
//
|
|
11838
|
+
//
|
|
11839
|
+
//
|
|
11840
|
+
//
|
|
11841
|
+
//
|
|
11842
|
+
//
|
|
11843
|
+
//
|
|
11844
|
+
//
|
|
11845
|
+
//
|
|
11846
|
+
//
|
|
11847
|
+
//
|
|
11848
|
+
//
|
|
11849
|
+
//
|
|
11850
|
+
//
|
|
11851
|
+
//
|
|
11852
|
+
//
|
|
11853
|
+
//
|
|
11854
|
+
//
|
|
11855
|
+
//
|
|
11856
|
+
//
|
|
11857
|
+
//
|
|
11858
|
+
//
|
|
11859
|
+
//
|
|
11860
|
+
//
|
|
11861
|
+
//
|
|
11862
|
+
//
|
|
11863
|
+
//
|
|
11864
|
+
//
|
|
11865
|
+
//
|
|
11866
|
+
//
|
|
11867
|
+
//
|
|
11868
|
+
//
|
|
11869
|
+
//
|
|
11870
|
+
//
|
|
11871
|
+
//
|
|
11872
|
+
//
|
|
11873
|
+
//
|
|
11874
|
+
//
|
|
11875
|
+
//
|
|
11876
|
+
//
|
|
11877
|
+
//
|
|
11878
|
+
//
|
|
11879
|
+
//
|
|
11880
|
+
//
|
|
11881
|
+
//
|
|
11882
|
+
//
|
|
11883
|
+
//
|
|
11884
|
+
//
|
|
11885
|
+
//
|
|
11886
|
+
//
|
|
11887
|
+
//
|
|
11888
|
+
//
|
|
11889
|
+
//
|
|
11890
|
+
//
|
|
11891
|
+
//
|
|
11892
|
+
//
|
|
11893
|
+
//
|
|
11894
|
+
//
|
|
11895
|
+
//
|
|
11896
|
+
//
|
|
11897
|
+
//
|
|
11898
|
+
//
|
|
11899
|
+
//
|
|
11900
|
+
//
|
|
11901
|
+
//
|
|
11902
|
+
//
|
|
11903
|
+
//
|
|
11904
|
+
//
|
|
11905
|
+
//
|
|
11906
|
+
//
|
|
11907
|
+
//
|
|
11908
|
+
//
|
|
11909
|
+
//
|
|
11910
|
+
//
|
|
11911
|
+
//
|
|
11912
|
+
//
|
|
11913
|
+
//
|
|
11914
|
+
//
|
|
11915
|
+
//
|
|
11916
|
+
//
|
|
11917
|
+
//
|
|
11918
|
+
//
|
|
11919
|
+
//
|
|
11920
|
+
//
|
|
11921
|
+
//
|
|
11922
|
+
//
|
|
11923
|
+
//
|
|
11924
|
+
//
|
|
11925
|
+
//
|
|
11926
|
+
//
|
|
11927
|
+
//
|
|
11928
|
+
//
|
|
11929
|
+
//
|
|
11930
|
+
//
|
|
11931
|
+
//
|
|
11932
|
+
//
|
|
11933
|
+
//
|
|
11934
|
+
//
|
|
11935
|
+
//
|
|
11936
|
+
//
|
|
11937
|
+
//
|
|
11938
|
+
//
|
|
11939
|
+
//
|
|
11940
|
+
//
|
|
11941
|
+
//
|
|
11942
|
+
//
|
|
11943
|
+
//
|
|
11944
|
+
//
|
|
11945
|
+
//
|
|
11946
|
+
//
|
|
11947
|
+
//
|
|
11948
|
+
//
|
|
11949
|
+
//
|
|
11950
|
+
//
|
|
11951
|
+
//
|
|
11952
|
+
//
|
|
11953
|
+
//
|
|
11954
|
+
//
|
|
11955
|
+
//
|
|
11956
|
+
//
|
|
11957
|
+
//
|
|
11958
|
+
//
|
|
11959
|
+
//
|
|
11960
|
+
//
|
|
11961
|
+
//
|
|
11962
|
+
//
|
|
11963
|
+
//
|
|
11964
|
+
//
|
|
11965
|
+
//
|
|
11966
|
+
//
|
|
11967
|
+
//
|
|
11968
|
+
//
|
|
11969
|
+
//
|
|
11970
|
+
//
|
|
11971
|
+
//
|
|
11972
|
+
//
|
|
11973
|
+
//
|
|
11974
|
+
//
|
|
11975
|
+
//
|
|
11976
|
+
//
|
|
11977
|
+
//
|
|
11978
|
+
//
|
|
11979
|
+
//
|
|
11980
|
+
//
|
|
11981
|
+
//
|
|
11982
|
+
//
|
|
11983
|
+
//
|
|
11984
|
+
//
|
|
11985
|
+
//
|
|
11986
|
+
//
|
|
11987
|
+
//
|
|
11988
|
+
//
|
|
11989
|
+
//
|
|
11990
|
+
//
|
|
11991
|
+
//
|
|
11992
|
+
//
|
|
11993
|
+
//
|
|
11994
|
+
//
|
|
11995
|
+
//
|
|
11996
|
+
//
|
|
11997
|
+
//
|
|
11998
|
+
//
|
|
11999
|
+
//
|
|
12000
|
+
//
|
|
12001
|
+
//
|
|
12002
|
+
//
|
|
12003
|
+
//
|
|
12004
|
+
//
|
|
12005
|
+
//
|
|
12006
|
+
//
|
|
12007
|
+
//
|
|
12008
|
+
//
|
|
12009
|
+
//
|
|
12010
|
+
//
|
|
12011
|
+
//
|
|
12012
|
+
//
|
|
12013
|
+
//
|
|
12014
|
+
//
|
|
12015
|
+
//
|
|
12016
|
+
//
|
|
12017
|
+
//
|
|
12018
|
+
//
|
|
12019
|
+
//
|
|
12020
|
+
//
|
|
12021
|
+
//
|
|
12022
|
+
//
|
|
12023
|
+
//
|
|
12024
|
+
//
|
|
12025
|
+
/* harmony default export */ var AServiceSlidervue_type_script_lang_js_ = ({
|
|
12026
|
+
name: "AServiceSlider",
|
|
12027
|
+
props: {
|
|
12028
|
+
module: {
|
|
12029
|
+
type: String,
|
|
12030
|
+
required: true
|
|
12031
|
+
},
|
|
12032
|
+
mode: {
|
|
12033
|
+
type: String,
|
|
12034
|
+
default: "dev"
|
|
12035
|
+
},
|
|
12036
|
+
openService: {
|
|
12037
|
+
type: Boolean,
|
|
12038
|
+
default: false
|
|
12039
|
+
},
|
|
12040
|
+
email: {
|
|
12041
|
+
type: String,
|
|
12042
|
+
default: ""
|
|
12043
|
+
},
|
|
12044
|
+
isAuth: {
|
|
12045
|
+
type: Boolean,
|
|
12046
|
+
default: false
|
|
12047
|
+
}
|
|
12048
|
+
},
|
|
12049
|
+
data: function data() {
|
|
12050
|
+
return {
|
|
12051
|
+
showPanelMenu: false,
|
|
12052
|
+
navigation: null,
|
|
12053
|
+
profile: {
|
|
12054
|
+
dev: "https://adtdev.kz/profile",
|
|
12055
|
+
staging: "https://adada.kz/profile",
|
|
12056
|
+
prod: "https://adata.kz/profile"
|
|
12057
|
+
},
|
|
12058
|
+
touch: {
|
|
12059
|
+
startY: 0,
|
|
12060
|
+
endY: 0
|
|
12061
|
+
},
|
|
12062
|
+
currencies: null,
|
|
12063
|
+
cardBottom: -108,
|
|
12064
|
+
navigations: [{
|
|
12065
|
+
icon: "counterparty",
|
|
12066
|
+
title: "Контрагенты",
|
|
12067
|
+
module: "counterparty",
|
|
12068
|
+
url: {
|
|
12069
|
+
dev: 'https://pk.adtdev.kz',
|
|
12070
|
+
staging: 'https://pk.adada.kz',
|
|
12071
|
+
prod: 'https://pk.adata.kz'
|
|
12072
|
+
},
|
|
12073
|
+
links: [{
|
|
12074
|
+
id: 1,
|
|
12075
|
+
title: "Проверка контрагентов",
|
|
12076
|
+
href: "/"
|
|
12077
|
+
}, {
|
|
12078
|
+
id: 2,
|
|
12079
|
+
title: "Сравнение контрагентов",
|
|
12080
|
+
href: "/counterparty/compare"
|
|
12081
|
+
}, {
|
|
12082
|
+
id: 3,
|
|
12083
|
+
title: "Косвенные связи",
|
|
12084
|
+
href: "/counterparty/search-connections/check"
|
|
12085
|
+
}, {
|
|
12086
|
+
id: 4,
|
|
12087
|
+
title: "Массовая",
|
|
12088
|
+
href: "/counterparty/employees-check"
|
|
12089
|
+
}, {
|
|
12090
|
+
id: 5,
|
|
12091
|
+
title: "Зарубежные контрагенты",
|
|
12092
|
+
href: "/counterparty/foreign"
|
|
12093
|
+
}, {
|
|
12094
|
+
id: 6,
|
|
12095
|
+
title: "Санкции",
|
|
12096
|
+
href: "/counterparty/sanctions"
|
|
12097
|
+
}]
|
|
12098
|
+
}, {
|
|
12099
|
+
icon: "jobs",
|
|
12100
|
+
title: "Работа",
|
|
12101
|
+
module: "works",
|
|
12102
|
+
url: {
|
|
12103
|
+
dev: 'https://work.adtdev.kz',
|
|
12104
|
+
staging: 'https://work.adada.kz',
|
|
12105
|
+
prod: 'https://work.adata.kz'
|
|
12106
|
+
},
|
|
12107
|
+
links: []
|
|
12108
|
+
}, {
|
|
12109
|
+
icon: "tenders",
|
|
12110
|
+
title: "Тендеры",
|
|
12111
|
+
module: "tenders",
|
|
12112
|
+
url: {
|
|
12113
|
+
dev: 'https://tender.adtdev.kz',
|
|
12114
|
+
staging: 'https://tender.adada.kz',
|
|
12115
|
+
prod: 'https://tender.adata.kz'
|
|
12116
|
+
},
|
|
12117
|
+
links: [{
|
|
12118
|
+
id: 1,
|
|
12119
|
+
title: "Поиск тендеров",
|
|
12120
|
+
href: "/"
|
|
12121
|
+
}, {
|
|
12122
|
+
id: 2,
|
|
12123
|
+
title: "Поиск договоров",
|
|
12124
|
+
href: "/main/contracts"
|
|
12125
|
+
}, {
|
|
12126
|
+
id: 3,
|
|
12127
|
+
title: "Планы закупок",
|
|
12128
|
+
href: "/main/plans"
|
|
12129
|
+
}]
|
|
12130
|
+
}, {
|
|
12131
|
+
icon: "penalty",
|
|
12132
|
+
title: "Штрафы",
|
|
12133
|
+
module: "penalty",
|
|
12134
|
+
url: {
|
|
12135
|
+
dev: 'https://avto.adtdev.kz',
|
|
12136
|
+
staging: 'https://avto.adada.kz',
|
|
12137
|
+
prod: 'https://avto.adata.kz'
|
|
12138
|
+
},
|
|
12139
|
+
links: [{
|
|
12140
|
+
id: 1,
|
|
12141
|
+
title: "Проверка штрафов",
|
|
12142
|
+
href: "/"
|
|
12143
|
+
}, {
|
|
12144
|
+
id: 2,
|
|
12145
|
+
title: "Проверка авто",
|
|
12146
|
+
href: "/check"
|
|
12147
|
+
}, {
|
|
12148
|
+
id: 3,
|
|
12149
|
+
title: "Массовая проверка авто",
|
|
12150
|
+
href: "/bulk-check"
|
|
12151
|
+
}]
|
|
12152
|
+
}, {
|
|
12153
|
+
icon: "marketing",
|
|
12154
|
+
title: "Маркетинг",
|
|
12155
|
+
module: "marketing",
|
|
12156
|
+
url: {
|
|
12157
|
+
dev: 'https://marketing.adtdev.kz',
|
|
12158
|
+
staging: 'https://marketing.adada.kz',
|
|
12159
|
+
prod: 'https://marketing.adata.kz'
|
|
12160
|
+
},
|
|
12161
|
+
links: [{
|
|
12162
|
+
id: 1,
|
|
12163
|
+
title: "Анализ закупок",
|
|
12164
|
+
href: "/"
|
|
12165
|
+
}, {
|
|
12166
|
+
id: 2,
|
|
12167
|
+
title: "Поиск клиентов",
|
|
12168
|
+
href: "/unload-data"
|
|
12169
|
+
}]
|
|
12170
|
+
}]
|
|
12171
|
+
};
|
|
12172
|
+
},
|
|
12173
|
+
watch: {
|
|
12174
|
+
openService: function openService(e) {
|
|
12175
|
+
if (e) {
|
|
12176
|
+
document.body.style.overflowY = "hidden";
|
|
12177
|
+
} else {
|
|
12178
|
+
this.showPanelMenu = false;
|
|
12179
|
+
document.body.style.overflowY = "auto";
|
|
12180
|
+
}
|
|
12181
|
+
},
|
|
12182
|
+
$route: function $route(e) {
|
|
12183
|
+
if (e.hash !== "#service") {
|
|
12184
|
+
this.$emit("hide-service");
|
|
12185
|
+
}
|
|
12186
|
+
}
|
|
12187
|
+
},
|
|
12188
|
+
created: function created() {
|
|
12189
|
+
var _this = this;
|
|
12190
|
+
|
|
12191
|
+
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
12192
|
+
return regeneratorRuntime.wrap(function _callee$(_context) {
|
|
12193
|
+
while (1) {
|
|
12194
|
+
switch (_context.prev = _context.next) {
|
|
12195
|
+
case 0:
|
|
12196
|
+
_this.navigation = _this.navigations[0];
|
|
12197
|
+
_context.next = 3;
|
|
12198
|
+
return _this.fetchCurrencies();
|
|
12199
|
+
|
|
12200
|
+
case 3:
|
|
12201
|
+
case "end":
|
|
12202
|
+
return _context.stop();
|
|
12203
|
+
}
|
|
12204
|
+
}
|
|
12205
|
+
}, _callee);
|
|
12206
|
+
}))();
|
|
12207
|
+
},
|
|
12208
|
+
mounted: function mounted() {
|
|
12209
|
+
var _this2 = this;
|
|
12210
|
+
|
|
12211
|
+
this.$refs.arrow.addEventListener("touchstart", function (evt) {
|
|
12212
|
+
return _this2.touchstart(evt);
|
|
12213
|
+
});
|
|
12214
|
+
this.$refs.arrow.addEventListener("touchmove", function (evt) {
|
|
12215
|
+
return _this2.touchmove(evt);
|
|
12216
|
+
});
|
|
12217
|
+
this.$refs.arrow.addEventListener("touchend", function () {
|
|
12218
|
+
return _this2.touchend();
|
|
12219
|
+
});
|
|
12220
|
+
},
|
|
12221
|
+
methods: {
|
|
12222
|
+
goTo: function goTo(module) {
|
|
12223
|
+
this.navigation = this.navigations.find(function (navigation) {
|
|
12224
|
+
return navigation.module === module;
|
|
12225
|
+
});
|
|
12226
|
+
|
|
12227
|
+
if (this.navigation.links.length) {
|
|
12228
|
+
this.showPanelMenu = true;
|
|
12229
|
+
}
|
|
12230
|
+
},
|
|
12231
|
+
goBack: function goBack() {
|
|
12232
|
+
this.showPanelMenu = false;
|
|
12233
|
+
},
|
|
12234
|
+
touchstart: function touchstart(e) {
|
|
12235
|
+
this.touch.startY = e.touches[0].clientY;
|
|
12236
|
+
this.touch.endY = 0;
|
|
12237
|
+
},
|
|
12238
|
+
touchmove: function touchmove(e) {
|
|
12239
|
+
this.touch.endY = e.touches[0].clientY;
|
|
12240
|
+
var pos = window.innerHeight - e.touches[0].clientY + (this.cardBottom / 2 - 10) + e.target.clientHeight / 2;
|
|
12241
|
+
|
|
12242
|
+
if (pos < this.$refs.currency.clientHeight && pos > e.target.clientHeight) {
|
|
12243
|
+
this.$refs.currency.setAttribute("style", "bottom: ".concat(pos + this.cardBottom - e.target.clientHeight, "px"));
|
|
12244
|
+
}
|
|
12245
|
+
},
|
|
12246
|
+
touchend: function touchend() {
|
|
12247
|
+
if (this.touch.endY < this.touch.startY) {
|
|
12248
|
+
this.$refs.currency.setAttribute("style", "bottom: ".concat(-this.cardBottom / 2 + 10, "px; transition: 0.3s ease;"));
|
|
12249
|
+
} else {
|
|
12250
|
+
this.$refs.currency.setAttribute("style", "bottom: ".concat(this.cardBottom, "px; transition: 0.3s ease;"));
|
|
12251
|
+
}
|
|
12252
|
+
},
|
|
12253
|
+
fetchCurrencies: function fetchCurrencies() {
|
|
12254
|
+
var _this3 = this;
|
|
12255
|
+
|
|
12256
|
+
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
|
|
12257
|
+
var response, _yield$response$json, data;
|
|
12258
|
+
|
|
12259
|
+
return regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
12260
|
+
while (1) {
|
|
12261
|
+
switch (_context2.prev = _context2.next) {
|
|
12262
|
+
case 0:
|
|
12263
|
+
_context2.prev = 0;
|
|
12264
|
+
_context2.next = 3;
|
|
12265
|
+
return fetch('https://users.adata.kz/api/v1/information/currency');
|
|
12266
|
+
|
|
12267
|
+
case 3:
|
|
12268
|
+
response = _context2.sent;
|
|
12269
|
+
_context2.next = 6;
|
|
12270
|
+
return response.json();
|
|
12271
|
+
|
|
12272
|
+
case 6:
|
|
12273
|
+
_yield$response$json = _context2.sent;
|
|
12274
|
+
data = _yield$response$json.data;
|
|
12275
|
+
|
|
12276
|
+
if (data.currencies) {
|
|
12277
|
+
_this3.currencies = data.currencies;
|
|
12278
|
+
}
|
|
12279
|
+
|
|
12280
|
+
_context2.next = 14;
|
|
12281
|
+
break;
|
|
12282
|
+
|
|
12283
|
+
case 11:
|
|
12284
|
+
_context2.prev = 11;
|
|
12285
|
+
_context2.t0 = _context2["catch"](0);
|
|
12286
|
+
console.log(_context2.t0.message);
|
|
12287
|
+
|
|
12288
|
+
case 14:
|
|
12289
|
+
case "end":
|
|
12290
|
+
return _context2.stop();
|
|
12291
|
+
}
|
|
12292
|
+
}
|
|
12293
|
+
}, _callee2, null, [[0, 11]]);
|
|
12294
|
+
}))();
|
|
12295
|
+
}
|
|
12296
|
+
}
|
|
12297
|
+
});
|
|
12298
|
+
// CONCATENATED MODULE: ./src/components/ServiceSlider/AServiceSlider.vue?vue&type=script&lang=js&
|
|
12299
|
+
/* harmony default export */ var ServiceSlider_AServiceSlidervue_type_script_lang_js_ = (AServiceSlidervue_type_script_lang_js_);
|
|
12300
|
+
// EXTERNAL MODULE: ./src/components/ServiceSlider/AServiceSlider.vue?vue&type=style&index=0&id=8c3cd352&scoped=true&lang=scss&
|
|
12301
|
+
var AServiceSlidervue_type_style_index_0_id_8c3cd352_scoped_true_lang_scss_ = __webpack_require__("ef80");
|
|
12302
|
+
|
|
12303
|
+
// CONCATENATED MODULE: ./src/components/ServiceSlider/AServiceSlider.vue
|
|
12304
|
+
|
|
12305
|
+
|
|
12306
|
+
|
|
12307
|
+
|
|
12308
|
+
|
|
12309
|
+
|
|
12310
|
+
/* normalize component */
|
|
12311
|
+
|
|
12312
|
+
var AServiceSlider_component = normalizeComponent(
|
|
12313
|
+
ServiceSlider_AServiceSlidervue_type_script_lang_js_,
|
|
12314
|
+
AServiceSlidervue_type_template_id_8c3cd352_scoped_true_render,
|
|
12315
|
+
AServiceSlidervue_type_template_id_8c3cd352_scoped_true_staticRenderFns,
|
|
12316
|
+
false,
|
|
12317
|
+
null,
|
|
12318
|
+
"8c3cd352",
|
|
12319
|
+
null
|
|
12320
|
+
|
|
12321
|
+
)
|
|
12322
|
+
|
|
12323
|
+
/* harmony default export */ var AServiceSlider = (AServiceSlider_component.exports);
|
|
11716
12324
|
// CONCATENATED MODULE: ./src/components/index.js
|
|
11717
12325
|
|
|
11718
12326
|
|
|
@@ -11731,6 +12339,8 @@ var ABottomNavigationBar_component = normalizeComponent(
|
|
|
11731
12339
|
|
|
11732
12340
|
|
|
11733
12341
|
|
|
12342
|
+
|
|
12343
|
+
|
|
11734
12344
|
// import ABadGateway from "./ErrorPages/BadGateway";
|
|
11735
12345
|
// import AForbidden from "./ErrorPages/Forbidden";
|
|
11736
12346
|
// import AInternalServerError from "./ErrorPages/InternalServerError";
|
|
@@ -11751,7 +12361,9 @@ var Components = {
|
|
|
11751
12361
|
ATable: ATable,
|
|
11752
12362
|
ALoader: Loader,
|
|
11753
12363
|
ACheckboxMenu: CheckboxMenu,
|
|
11754
|
-
ABottomNavigationBar: ABottomNavigationBar
|
|
12364
|
+
ABottomNavigationBar: ABottomNavigationBar,
|
|
12365
|
+
ANavIcon: ANavIcon,
|
|
12366
|
+
AServiceSlider: AServiceSlider // ABadGateway,
|
|
11755
12367
|
// AForbidden,
|
|
11756
12368
|
// AInternalServerError,
|
|
11757
12369
|
// ANotFound,
|