adata-ui 0.1.51 → 0.1.54
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 +879 -340
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +879 -340
- 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/package.json +1 -1
- package/src/App.vue +1 -1
- package/src/components/Checkbox/ACheckbox.vue +114 -0
- package/src/components/Checkbox/Checkbox.stories.js +15 -0
- package/src/components/Header/Header.vue +448 -130
- package/src/components/Header/InfoHeader.vue +158 -164
- package/src/components/Table/ATable.vue +117 -0
- package/src/components/Table/Table.stories.js +15 -0
- package/src/components/index.js +4 -0
- package/src/configs/profileDropDown.js +7 -0
package/dist/adata-ui.common.js
CHANGED
|
@@ -308,6 +308,13 @@ module.exports = function (originalArray) {
|
|
|
308
308
|
};
|
|
309
309
|
|
|
310
310
|
|
|
311
|
+
/***/ }),
|
|
312
|
+
|
|
313
|
+
/***/ "0c9a":
|
|
314
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
315
|
+
|
|
316
|
+
// extracted by mini-css-extract-plugin
|
|
317
|
+
|
|
311
318
|
/***/ }),
|
|
312
319
|
|
|
313
320
|
/***/ "0cb2":
|
|
@@ -489,6 +496,13 @@ module.exports = function (argument) {
|
|
|
489
496
|
};
|
|
490
497
|
|
|
491
498
|
|
|
499
|
+
/***/ }),
|
|
500
|
+
|
|
501
|
+
/***/ "17ad":
|
|
502
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
503
|
+
|
|
504
|
+
// extracted by mini-css-extract-plugin
|
|
505
|
+
|
|
492
506
|
/***/ }),
|
|
493
507
|
|
|
494
508
|
/***/ "17c2":
|
|
@@ -1124,6 +1138,13 @@ if (!version && userAgent) {
|
|
|
1124
1138
|
module.exports = version;
|
|
1125
1139
|
|
|
1126
1140
|
|
|
1141
|
+
/***/ }),
|
|
1142
|
+
|
|
1143
|
+
/***/ "2e7a":
|
|
1144
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1145
|
+
|
|
1146
|
+
// extracted by mini-css-extract-plugin
|
|
1147
|
+
|
|
1127
1148
|
/***/ }),
|
|
1128
1149
|
|
|
1129
1150
|
/***/ "342f":
|
|
@@ -1207,6 +1228,17 @@ module.exports = function (argument) {
|
|
|
1207
1228
|
};
|
|
1208
1229
|
|
|
1209
1230
|
|
|
1231
|
+
/***/ }),
|
|
1232
|
+
|
|
1233
|
+
/***/ "3c75":
|
|
1234
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1235
|
+
|
|
1236
|
+
"use strict";
|
|
1237
|
+
/* 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_ATable_vue_vue_type_style_index_0_id_b3cc1b06_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("17ad");
|
|
1238
|
+
/* 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_ATable_vue_vue_type_style_index_0_id_b3cc1b06_lang_scss_scoped_true___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_ATable_vue_vue_type_style_index_0_id_b3cc1b06_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
1239
|
+
/* unused harmony reexport * */
|
|
1240
|
+
|
|
1241
|
+
|
|
1210
1242
|
/***/ }),
|
|
1211
1243
|
|
|
1212
1244
|
/***/ "3ca3":
|
|
@@ -1443,13 +1475,6 @@ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
|
1443
1475
|
});
|
|
1444
1476
|
|
|
1445
1477
|
|
|
1446
|
-
/***/ }),
|
|
1447
|
-
|
|
1448
|
-
/***/ "4aec":
|
|
1449
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
1450
|
-
|
|
1451
|
-
// extracted by mini-css-extract-plugin
|
|
1452
|
-
|
|
1453
1478
|
/***/ }),
|
|
1454
1479
|
|
|
1455
1480
|
/***/ "4d60":
|
|
@@ -2635,6 +2660,17 @@ var WeakMap = global.WeakMap;
|
|
|
2635
2660
|
module.exports = isCallable(WeakMap) && /native code/.test(inspectSource(WeakMap));
|
|
2636
2661
|
|
|
2637
2662
|
|
|
2663
|
+
/***/ }),
|
|
2664
|
+
|
|
2665
|
+
/***/ "7fe7":
|
|
2666
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2667
|
+
|
|
2668
|
+
"use strict";
|
|
2669
|
+
/* 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_ACheckbox_vue_vue_type_style_index_0_id_88de6b42_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("0c9a");
|
|
2670
|
+
/* 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_ACheckbox_vue_vue_type_style_index_0_id_88de6b42_lang_scss_scoped_true___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_ACheckbox_vue_vue_type_style_index_0_id_88de6b42_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
2671
|
+
/* unused harmony reexport * */
|
|
2672
|
+
|
|
2673
|
+
|
|
2638
2674
|
/***/ }),
|
|
2639
2675
|
|
|
2640
2676
|
/***/ "825a":
|
|
@@ -3792,6 +3828,77 @@ try {
|
|
|
3792
3828
|
}
|
|
3793
3829
|
|
|
3794
3830
|
|
|
3831
|
+
/***/ }),
|
|
3832
|
+
|
|
3833
|
+
/***/ "99af":
|
|
3834
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3835
|
+
|
|
3836
|
+
"use strict";
|
|
3837
|
+
|
|
3838
|
+
var $ = __webpack_require__("23e7");
|
|
3839
|
+
var global = __webpack_require__("da84");
|
|
3840
|
+
var fails = __webpack_require__("d039");
|
|
3841
|
+
var isArray = __webpack_require__("e8b5");
|
|
3842
|
+
var isObject = __webpack_require__("861d");
|
|
3843
|
+
var toObject = __webpack_require__("7b0b");
|
|
3844
|
+
var lengthOfArrayLike = __webpack_require__("07fa");
|
|
3845
|
+
var createProperty = __webpack_require__("8418");
|
|
3846
|
+
var arraySpeciesCreate = __webpack_require__("65f0");
|
|
3847
|
+
var arrayMethodHasSpeciesSupport = __webpack_require__("1dde");
|
|
3848
|
+
var wellKnownSymbol = __webpack_require__("b622");
|
|
3849
|
+
var V8_VERSION = __webpack_require__("2d00");
|
|
3850
|
+
|
|
3851
|
+
var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
|
|
3852
|
+
var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
|
|
3853
|
+
var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
|
|
3854
|
+
var TypeError = global.TypeError;
|
|
3855
|
+
|
|
3856
|
+
// We can't use this feature detection in V8 since it causes
|
|
3857
|
+
// deoptimization and serious performance degradation
|
|
3858
|
+
// https://github.com/zloirock/core-js/issues/679
|
|
3859
|
+
var IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {
|
|
3860
|
+
var array = [];
|
|
3861
|
+
array[IS_CONCAT_SPREADABLE] = false;
|
|
3862
|
+
return array.concat()[0] !== array;
|
|
3863
|
+
});
|
|
3864
|
+
|
|
3865
|
+
var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
|
|
3866
|
+
|
|
3867
|
+
var isConcatSpreadable = function (O) {
|
|
3868
|
+
if (!isObject(O)) return false;
|
|
3869
|
+
var spreadable = O[IS_CONCAT_SPREADABLE];
|
|
3870
|
+
return spreadable !== undefined ? !!spreadable : isArray(O);
|
|
3871
|
+
};
|
|
3872
|
+
|
|
3873
|
+
var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
|
|
3874
|
+
|
|
3875
|
+
// `Array.prototype.concat` method
|
|
3876
|
+
// https://tc39.es/ecma262/#sec-array.prototype.concat
|
|
3877
|
+
// with adding support of @@isConcatSpreadable and @@species
|
|
3878
|
+
$({ target: 'Array', proto: true, forced: FORCED }, {
|
|
3879
|
+
// eslint-disable-next-line no-unused-vars -- required for `.length`
|
|
3880
|
+
concat: function concat(arg) {
|
|
3881
|
+
var O = toObject(this);
|
|
3882
|
+
var A = arraySpeciesCreate(O, 0);
|
|
3883
|
+
var n = 0;
|
|
3884
|
+
var i, k, length, len, E;
|
|
3885
|
+
for (i = -1, length = arguments.length; i < length; i++) {
|
|
3886
|
+
E = i === -1 ? O : arguments[i];
|
|
3887
|
+
if (isConcatSpreadable(E)) {
|
|
3888
|
+
len = lengthOfArrayLike(E);
|
|
3889
|
+
if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
|
|
3890
|
+
for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
|
|
3891
|
+
} else {
|
|
3892
|
+
if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
|
|
3893
|
+
createProperty(A, n++, E);
|
|
3894
|
+
}
|
|
3895
|
+
}
|
|
3896
|
+
A.length = n;
|
|
3897
|
+
return A;
|
|
3898
|
+
}
|
|
3899
|
+
});
|
|
3900
|
+
|
|
3901
|
+
|
|
3795
3902
|
/***/ }),
|
|
3796
3903
|
|
|
3797
3904
|
/***/ "9a1f":
|
|
@@ -7870,6 +7977,17 @@ module.exports.f = function (C) {
|
|
|
7870
7977
|
};
|
|
7871
7978
|
|
|
7872
7979
|
|
|
7980
|
+
/***/ }),
|
|
7981
|
+
|
|
7982
|
+
/***/ "f239":
|
|
7983
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
7984
|
+
|
|
7985
|
+
"use strict";
|
|
7986
|
+
/* 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_InfoHeader_vue_vue_type_style_index_0_id_6f1fb6e0_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("2e7a");
|
|
7987
|
+
/* 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_InfoHeader_vue_vue_type_style_index_0_id_6f1fb6e0_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_InfoHeader_vue_vue_type_style_index_0_id_6f1fb6e0_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
7988
|
+
/* unused harmony reexport * */
|
|
7989
|
+
|
|
7990
|
+
|
|
7873
7991
|
/***/ }),
|
|
7874
7992
|
|
|
7875
7993
|
/***/ "f36a":
|
|
@@ -7978,20 +8096,21 @@ var es_object_keys = __webpack_require__("b64b");
|
|
|
7978
8096
|
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__("8bbf");
|
|
7979
8097
|
var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_vue_commonjs2_vue_root_Vue_);
|
|
7980
8098
|
|
|
7981
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"917c70aa-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/
|
|
7982
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.
|
|
7983
|
-
'btn',
|
|
7984
|
-
("btn_" + _vm.variant),
|
|
7985
|
-
("size_" + _vm.size) ],attrs:{"href":_vm.url,"event":_vm.event ? 'click' : ''}},'component',_vm.$attrs,false),_vm.$listeners),[_vm._t("default")],2)}
|
|
8099
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"917c70aa-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/Checkbox/ACheckbox.vue?vue&type=template&id=88de6b42&scoped=true&
|
|
8100
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',{staticClass:"a-checkbox",attrs:{"for":_vm.fakeHash}},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.model),expression:"model"}],staticClass:"a-checkbox__input",attrs:{"type":"checkbox","id":_vm.fakeHash,"disabled":_vm.disabled},domProps:{"value":_vm.inputValue,"checked":Array.isArray(_vm.model)?_vm._i(_vm.model,_vm.inputValue)>-1:(_vm.model)},on:{"change":function($event){var $$a=_vm.model,$$el=$event.target,$$c=$$el.checked?(true):(false);if(Array.isArray($$a)){var $$v=_vm.inputValue,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.model=$$a.concat([$$v]))}else{$$i>-1&&(_vm.model=$$a.slice(0,$$i).concat($$a.slice($$i+1)))}}else{_vm.model=$$c}}}}),_c('span',{staticClass:"checkmark"}),_c('span',{staticClass:"a-checkbox__label"},[_vm._v(_vm._s(_vm.label))])])}
|
|
7986
8101
|
var staticRenderFns = []
|
|
7987
8102
|
|
|
7988
8103
|
|
|
7989
|
-
// CONCATENATED MODULE: ./src/components/
|
|
8104
|
+
// CONCATENATED MODULE: ./src/components/Checkbox/ACheckbox.vue?vue&type=template&id=88de6b42&scoped=true&
|
|
7990
8105
|
|
|
7991
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.
|
|
7992
|
-
var
|
|
8106
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.constructor.js
|
|
8107
|
+
var es_number_constructor = __webpack_require__("a9e3");
|
|
8108
|
+
|
|
8109
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.concat.js
|
|
8110
|
+
var es_array_concat = __webpack_require__("99af");
|
|
8111
|
+
|
|
8112
|
+
// 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/Checkbox/ACheckbox.vue?vue&type=script&lang=js&
|
|
7993
8113
|
|
|
7994
|
-
// 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/Button/AButton.vue?vue&type=script&lang=js&
|
|
7995
8114
|
|
|
7996
8115
|
//
|
|
7997
8116
|
//
|
|
@@ -8008,43 +8127,49 @@ var es_array_includes = __webpack_require__("caad");
|
|
|
8008
8127
|
//
|
|
8009
8128
|
//
|
|
8010
8129
|
//
|
|
8011
|
-
|
|
8012
|
-
//
|
|
8013
|
-
//
|
|
8014
|
-
/* harmony default export */ var AButtonvue_type_script_lang_js_ = ({
|
|
8015
|
-
name: "AButton",
|
|
8130
|
+
/* harmony default export */ var ACheckboxvue_type_script_lang_js_ = ({
|
|
8016
8131
|
props: {
|
|
8017
|
-
|
|
8018
|
-
type: String,
|
|
8019
|
-
default:
|
|
8020
|
-
validator: function validator(value) {
|
|
8021
|
-
return ['white', 'grey', 'yellow', 'red', 'green', 'blue_outlined', 'blue'].includes(value);
|
|
8022
|
-
}
|
|
8132
|
+
id: {
|
|
8133
|
+
type: [String, Number],
|
|
8134
|
+
default: null
|
|
8023
8135
|
},
|
|
8024
|
-
|
|
8025
|
-
type: String,
|
|
8026
|
-
default:
|
|
8027
|
-
validator: function validator(value) {
|
|
8028
|
-
return ['sm', 'md', 'extra_sm'].includes(value);
|
|
8029
|
-
}
|
|
8136
|
+
inputValue: {
|
|
8137
|
+
type: [String, Boolean],
|
|
8138
|
+
default: null
|
|
8030
8139
|
},
|
|
8031
|
-
|
|
8032
|
-
type:
|
|
8140
|
+
value: {
|
|
8141
|
+
type: Array,
|
|
8142
|
+
default: function _default() {
|
|
8143
|
+
return [];
|
|
8144
|
+
}
|
|
8033
8145
|
},
|
|
8034
|
-
|
|
8035
|
-
type:
|
|
8036
|
-
default:
|
|
8146
|
+
label: {
|
|
8147
|
+
type: String,
|
|
8148
|
+
default: ""
|
|
8037
8149
|
},
|
|
8038
8150
|
disabled: {
|
|
8039
8151
|
type: Boolean,
|
|
8040
8152
|
default: false
|
|
8041
8153
|
}
|
|
8154
|
+
},
|
|
8155
|
+
computed: {
|
|
8156
|
+
fakeHash: function fakeHash() {
|
|
8157
|
+
return "".concat(this.id, "_").concat(this.label, "_checkbox");
|
|
8158
|
+
},
|
|
8159
|
+
model: {
|
|
8160
|
+
get: function get() {
|
|
8161
|
+
return this.value;
|
|
8162
|
+
},
|
|
8163
|
+
set: function set(value) {
|
|
8164
|
+
this.$emit("input", value);
|
|
8165
|
+
}
|
|
8166
|
+
}
|
|
8042
8167
|
}
|
|
8043
8168
|
});
|
|
8044
|
-
// CONCATENATED MODULE: ./src/components/
|
|
8045
|
-
/* harmony default export */ var
|
|
8046
|
-
// EXTERNAL MODULE: ./src/components/
|
|
8047
|
-
var
|
|
8169
|
+
// CONCATENATED MODULE: ./src/components/Checkbox/ACheckbox.vue?vue&type=script&lang=js&
|
|
8170
|
+
/* harmony default export */ var Checkbox_ACheckboxvue_type_script_lang_js_ = (ACheckboxvue_type_script_lang_js_);
|
|
8171
|
+
// EXTERNAL MODULE: ./src/components/Checkbox/ACheckbox.vue?vue&type=style&index=0&id=88de6b42&lang=scss&scoped=true&
|
|
8172
|
+
var ACheckboxvue_type_style_index_0_id_88de6b42_lang_scss_scoped_true_ = __webpack_require__("7fe7");
|
|
8048
8173
|
|
|
8049
8174
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
8050
8175
|
/* globals __VUE_SSR_CONTEXT__ */
|
|
@@ -8146,7 +8271,7 @@ function normalizeComponent (
|
|
|
8146
8271
|
}
|
|
8147
8272
|
}
|
|
8148
8273
|
|
|
8149
|
-
// CONCATENATED MODULE: ./src/components/
|
|
8274
|
+
// CONCATENATED MODULE: ./src/components/Checkbox/ACheckbox.vue
|
|
8150
8275
|
|
|
8151
8276
|
|
|
8152
8277
|
|
|
@@ -8156,17 +8281,106 @@ function normalizeComponent (
|
|
|
8156
8281
|
/* normalize component */
|
|
8157
8282
|
|
|
8158
8283
|
var component = normalizeComponent(
|
|
8159
|
-
|
|
8284
|
+
Checkbox_ACheckboxvue_type_script_lang_js_,
|
|
8160
8285
|
render,
|
|
8161
8286
|
staticRenderFns,
|
|
8162
8287
|
false,
|
|
8163
8288
|
null,
|
|
8289
|
+
"88de6b42",
|
|
8290
|
+
null
|
|
8291
|
+
|
|
8292
|
+
)
|
|
8293
|
+
|
|
8294
|
+
/* harmony default export */ var ACheckbox = (component.exports);
|
|
8295
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"917c70aa-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/Button/AButton.vue?vue&type=template&id=4fa0b10a&
|
|
8296
|
+
var AButtonvue_type_template_id_4fa0b10a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.url ? 'a' : 'button',_vm._g(_vm._b({tag:"component",class:[
|
|
8297
|
+
'btn',
|
|
8298
|
+
("btn_" + _vm.variant),
|
|
8299
|
+
("size_" + _vm.size) ],attrs:{"href":_vm.url,"event":_vm.event ? 'click' : ''}},'component',_vm.$attrs,false),_vm.$listeners),[_vm._t("default")],2)}
|
|
8300
|
+
var AButtonvue_type_template_id_4fa0b10a_staticRenderFns = []
|
|
8301
|
+
|
|
8302
|
+
|
|
8303
|
+
// CONCATENATED MODULE: ./src/components/Button/AButton.vue?vue&type=template&id=4fa0b10a&
|
|
8304
|
+
|
|
8305
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.includes.js
|
|
8306
|
+
var es_array_includes = __webpack_require__("caad");
|
|
8307
|
+
|
|
8308
|
+
// 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/Button/AButton.vue?vue&type=script&lang=js&
|
|
8309
|
+
|
|
8310
|
+
//
|
|
8311
|
+
//
|
|
8312
|
+
//
|
|
8313
|
+
//
|
|
8314
|
+
//
|
|
8315
|
+
//
|
|
8316
|
+
//
|
|
8317
|
+
//
|
|
8318
|
+
//
|
|
8319
|
+
//
|
|
8320
|
+
//
|
|
8321
|
+
//
|
|
8322
|
+
//
|
|
8323
|
+
//
|
|
8324
|
+
//
|
|
8325
|
+
//
|
|
8326
|
+
//
|
|
8327
|
+
//
|
|
8328
|
+
/* harmony default export */ var AButtonvue_type_script_lang_js_ = ({
|
|
8329
|
+
name: "AButton",
|
|
8330
|
+
props: {
|
|
8331
|
+
variant: {
|
|
8332
|
+
type: String,
|
|
8333
|
+
default: "yellow",
|
|
8334
|
+
validator: function validator(value) {
|
|
8335
|
+
return ['white', 'grey', 'yellow', 'red', 'green', 'blue_outlined', 'blue'].includes(value);
|
|
8336
|
+
}
|
|
8337
|
+
},
|
|
8338
|
+
size: {
|
|
8339
|
+
type: String,
|
|
8340
|
+
default: "md",
|
|
8341
|
+
validator: function validator(value) {
|
|
8342
|
+
return ['sm', 'md', 'extra_sm'].includes(value);
|
|
8343
|
+
}
|
|
8344
|
+
},
|
|
8345
|
+
url: {
|
|
8346
|
+
type: String
|
|
8347
|
+
},
|
|
8348
|
+
event: {
|
|
8349
|
+
type: Boolean,
|
|
8350
|
+
default: true
|
|
8351
|
+
},
|
|
8352
|
+
disabled: {
|
|
8353
|
+
type: Boolean,
|
|
8354
|
+
default: false
|
|
8355
|
+
}
|
|
8356
|
+
}
|
|
8357
|
+
});
|
|
8358
|
+
// CONCATENATED MODULE: ./src/components/Button/AButton.vue?vue&type=script&lang=js&
|
|
8359
|
+
/* harmony default export */ var Button_AButtonvue_type_script_lang_js_ = (AButtonvue_type_script_lang_js_);
|
|
8360
|
+
// EXTERNAL MODULE: ./src/components/Button/AButton.vue?vue&type=style&index=0&lang=scss&
|
|
8361
|
+
var AButtonvue_type_style_index_0_lang_scss_ = __webpack_require__("8dca");
|
|
8362
|
+
|
|
8363
|
+
// CONCATENATED MODULE: ./src/components/Button/AButton.vue
|
|
8364
|
+
|
|
8365
|
+
|
|
8366
|
+
|
|
8367
|
+
|
|
8368
|
+
|
|
8369
|
+
|
|
8370
|
+
/* normalize component */
|
|
8371
|
+
|
|
8372
|
+
var AButton_component = normalizeComponent(
|
|
8373
|
+
Button_AButtonvue_type_script_lang_js_,
|
|
8374
|
+
AButtonvue_type_template_id_4fa0b10a_render,
|
|
8375
|
+
AButtonvue_type_template_id_4fa0b10a_staticRenderFns,
|
|
8376
|
+
false,
|
|
8377
|
+
null,
|
|
8164
8378
|
null,
|
|
8165
8379
|
null
|
|
8166
8380
|
|
|
8167
8381
|
)
|
|
8168
8382
|
|
|
8169
|
-
/* harmony default export */ var AButton = (
|
|
8383
|
+
/* harmony default export */ var AButton = (AButton_component.exports);
|
|
8170
8384
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"917c70aa-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/TextField/TextField.vue?vue&type=template&id=068cf2f4&
|
|
8171
8385
|
var TextFieldvue_type_template_id_068cf2f4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"adt-text-block"},[_c('div',{class:['adt-text-block__field', { error: !!_vm.errorText }]},[_c('input',{ref:"input",staticClass:"adt-text-block__input",class:{ error: !!_vm.errorText },attrs:{"type":_vm.type,"placeholder":_vm.placeholder,"required":""},domProps:{"value":_vm.value},on:{"input":function($event){return _vm.$emit('input', $event.target.value)},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.enterPressed.apply(null, arguments)}}}),_c('label',{staticClass:"adt-text-block__label"},[_vm._v(" "+_vm._s(_vm.label)+" "),(_vm.required)?_c('span',{staticClass:"adt-text-block__required"},[_vm._v("*")]):_vm._e()]),(_vm.clearable && _vm.value && _vm.value.length > 0)?_c('div',{staticClass:"adt-text-block__icon desktop",on:{"click":function($event){return _vm.$emit('input', '')}}},[_c('svg',{attrs:{"width":"12","height":"12","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16","id":"clearIcon"}},[_c('path',{attrs:{"d":"M2 2l12 12m0-12L2 14","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}})])]):_vm._e()]),(!!_vm.errorText)?_c('div',{staticClass:"adt-text-block__error"},[_c('svg',{attrs:{"width":"14","height":"14","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg","id":"icon__attention"}},[_c('path',{attrs:{"d":"M8.5 4C8.5 3.72386 8.27614 3.5 8 3.5C7.72386 3.5 7.5 3.72386 7.5 4H8.5ZM7.5 9C7.5 9.27614 7.72386 9.5 8 9.5C8.27614 9.5 8.5 9.27614 8.5 9H7.5ZM7.5 4V9H8.5V4H7.5Z","fill":"#FF2E43"}}),_c('path',{attrs:{"d":"M8.5 11C8.5 10.7239 8.27614 10.5 8 10.5C7.72386 10.5 7.5 10.7239 7.5 11H8.5ZM7.5 11.5C7.5 11.7761 7.72386 12 8 12C8.27614 12 8.5 11.7761 8.5 11.5H7.5ZM7.5 11V11.5H8.5V11H7.5Z","fill":"#FF2E43"}}),_c('circle',{attrs:{"cx":"8","cy":"8","r":"7","stroke":"#FF2E43"}})]),_vm._v(" "+_vm._s(_vm.errorText)+" ")]):_vm._e()])}
|
|
8172
8386
|
var TextFieldvue_type_template_id_068cf2f4_staticRenderFns = []
|
|
@@ -8480,42 +8694,90 @@ var Alert_component = normalizeComponent(
|
|
|
8480
8694
|
)
|
|
8481
8695
|
|
|
8482
8696
|
/* harmony default export */ var Alert = (Alert_component.exports);
|
|
8483
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"917c70aa-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/Header/Header.vue?vue&type=template&id=
|
|
8484
|
-
var
|
|
8485
|
-
|
|
8486
|
-
|
|
8487
|
-
|
|
8697
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"917c70aa-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/Header/Header.vue?vue&type=template&id=6e237f90&
|
|
8698
|
+
var Headervue_type_template_id_6e237f90_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('header',{class:{ sticky: _vm.isSticky }},[_c('InfoHeader',{attrs:{"weather":_vm.weather,"currencies":_vm.currencies,"system-message":_vm.systemMessage,"requestCount":_vm.requestCount,"daysRemaining":_vm.daysRemaining,"is-open-notification":_vm.isOpenNotification,"is-authenticated":_vm.isAuthenticated},on:{"closeNotification":_vm.closeNotification}}),_c('div',{staticClass:"header",class:{ bordered: _vm.isBordered }},[_c('div',{staticClass:"container"},[_c('div',{staticClass:"header__left"},[_c('a',{staticClass:"logo",attrs:{"href":_vm.main[_vm.mode]}},[_c('svg',{staticClass:"adata-logo",attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 166 48"}},[_c('path',{attrs:{"d":"M62.926 38.22v-28h10.316c10.342 0 15.511 4.55 15.508 13.652 0 4.36-1.41 7.843-4.232 10.448-2.822 2.605-6.58 3.907-11.276 3.904l-10.316-.004zm6.56-22.868v17.752h3.248c2.839 0 5.069-.82 6.69-2.46 1.622-1.64 2.43-3.873 2.424-6.7 0-2.667-.8-4.767-2.403-6.3-1.602-1.533-3.853-2.297-6.752-2.292h-3.206zM118.5 38.22h-7.131l-2.079-6.228H98.958l-2.079 6.228h-7.093l10.598-28h7.775l10.341 28zm-10.723-11.072l-3.127-9.416a11.94 11.94 0 01-.486-2.516h-.162c-.07.83-.24 1.649-.508 2.44l-3.168 9.492h7.451zm31.833-11.796h-8.316V38.22h-6.557V15.352h-8.274v-5.136h23.147v5.136zM166 38.22h-7.143l-2.079-6.228h-10.349l-2.05 6.228h-7.106l10.598-28h7.776l10.353 28zm-10.719-11.072l-3.127-9.416a11.94 11.94 0 01-.486-2.516h-.163c-.069.83-.239 1.649-.507 2.44l-3.168 9.492h7.451zM24.553 15.252h-.163c-.069.83-.24 1.649-.507 2.44L20.715 27.2h7.45l-3.126-9.412a12.02 12.02 0 01-.486-2.536z"}}),_c('path',{attrs:{"d":"M44.905 0H4.99a5.091 5.091 0 00-3.528 1.406A4.71 4.71 0 000 4.8v38.4a4.71 4.71 0 001.461 3.394A5.091 5.091 0 004.99 48h39.916a5.091 5.091 0 003.528-1.406 4.71 4.71 0 001.462-3.394V4.8a4.71 4.71 0 00-1.462-3.394A5.091 5.091 0 0044.905 0zM31.737 38.26l-2.079-6.232H19.305l-2.05 6.232h-7.097l10.598-28h7.776l10.353 28h-7.148z"}})])]),(_vm.headerItems.length > 0)?_c('div',{staticClass:"menu"},_vm._l((_vm.headerItems),function(item,index){return _c('a',{key:index,staticClass:"menu__wrapper menu__items",class:{ active: item.key === _vm.activeTabKey },attrs:{"href":item[_vm.mode]}},[_vm._v(" "+_vm._s(item.name)+" ")])}),0):_vm._e()]),_c('div',{staticClass:"header__right"},[_vm._t("chooseCountry"),_c('Profile',{attrs:{"profileDropDown":_vm.profileDropDown,"mode":_vm.mode,"isAuthenticated":_vm.isAuthenticated,"email":_vm.email,"loginUrl":_vm.loginUrl,"activeTabKey":_vm.activeTabKey},on:{"showBalanceModal":function (val) {
|
|
8699
|
+
_vm.$emit('showBalanceModal', val);
|
|
8700
|
+
},"setShowModal":function (val) {
|
|
8701
|
+
_vm.$emit('setShowModal', val);
|
|
8702
|
+
},"logout":function($event){return _vm.$emit('logout')},"setIsReplenishModal":function (val) {
|
|
8703
|
+
_vm.$emit('setIsReplenishModal', val);
|
|
8704
|
+
}}}),_c('div',{staticClass:"menu_mobile--switcher",on:{"click":_vm.changeValue}},[_c('svg',{attrs:{"width":"24","height":"24","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M2 4h20v2H2V4zm0 14h20v2H2v-2zm0-7h20v2H2v-2z","fill":"#2C3E50"}})])])],2)]),_c('MobileToggle',{scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
8705
|
+
var animationClass = ref.animationClass;
|
|
8706
|
+
return [_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.headerItems.length > 0 && _vm.isOpen),expression:"headerItems.length > 0 && isOpen"}],staticClass:"menu_mobile",class:animationClass},[_c('div',{staticClass:"menu-wrapper"},[_c('div',{staticClass:"mobile-table-head",on:{"click":function($event){$event.stopPropagation();return _vm.changeValue.apply(null, arguments)}}},[_c('svg',{attrs:{"width":"18","height":"18","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M4.414 18.142L18.556 4l1.415 1.414L5.828 19.556l-1.414-1.414z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M5.414 4l14.142 14.142-1.414 1.414L4 5.414 5.414 4z","fill":"#2C3E50"}})])]),_c('div',{staticClass:"menu__link"},_vm._l((_vm.headerItems),function(item,index){return _c('a',{key:index,staticClass:"menu_mobile-wrapper",class:{ 'active-burger-tab': item.key === _vm.activeTabKey },attrs:{"href":item[_vm.mode]}},[_vm._v(" "+_vm._s(item.name)+" ")])}),0)]),_c('div',{staticClass:"menu-mobile__info"},[_c('div',{staticClass:"menu-mobile__info-header"},[_c('span',[_vm._v("Валюта")]),_c('span',[_vm._v("Покупка")]),_c('span',[_vm._v("Продажа")])]),_c('div',{staticClass:"menu-mobile__info-body"},_vm._l((_vm.currencies),function(currency,index){return _c('div',{key:index,staticClass:"menu-mobile__info-row"},[_c('div',{staticClass:"menu-mobile__info-column"},[(currency.currency === 'USD')?_c('svg',{attrs:{"width":"16","height":"17","viewBox":"0 0 16 17","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"clip-path":"url(#clip0_179_1917)"}},[_c('path',{attrs:{"d":"M26.4 0.5H-4V16.5H26.4V0.5Z","fill":"white"}}),_c('path',{attrs:{"d":"M26.4 0.5H-4V1.732H26.4V0.5Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 2.95996H-4V4.19196H26.4V2.95996Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 5.42407H-4V6.65607H26.4V5.42407Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 7.88403H-4V9.11603H26.4V7.88403Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 10.3479H-4V11.5799H26.4V10.3479Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 12.8081H-4V14.0401H26.4V12.8081Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 15.2681H-4V16.5001H26.4V15.2681Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M8.16 0.5H-4V9.116H8.16V0.5Z","fill":"#3C3B6E"}}),_c('path',{attrs:{"d":"M0.603882 1.20011L0.891882 1.40811L0.783882 1.75211L1.07188 1.54011L1.35988 1.75211L1.25188 1.40811L1.53988 1.20011H1.18388L1.07188 0.860107L0.959882 1.20011H0.603882Z","fill":"white"}}),_c('path',{attrs:{"d":"M2.61987 1.20011L2.90787 1.40811L2.79987 1.75211L3.08787 1.54011L3.37587 1.75211L3.26787 1.40811L3.55587 1.20011H3.19987L3.08787 0.860107L2.97587 1.20011H2.61987Z","fill":"white"}}),_c('path',{attrs:{"d":"M4.63599 1.20011L4.92399 1.40811L4.81599 1.75211L5.10399 1.54011L5.39199 1.75211L5.28399 1.40811L5.57199 1.20011H5.21599L5.10399 0.860107L4.99199 1.20011H4.63599Z","fill":"white"}}),_c('path',{attrs:{"d":"M6.65198 1.20011L6.93998 1.40811L6.83198 1.75211L7.11998 1.54011L7.40798 1.75211L7.29998 1.40811L7.58798 1.20011H7.23198L7.11998 0.860107L7.00798 1.20011H6.65198Z","fill":"white"}}),_c('path',{attrs:{"d":"M-0.403931 2.06412L-0.115931 2.27212L-0.223931 2.61612L0.0640694 2.40412L0.352069 2.61612L0.244069 2.27212L0.532069 2.06412H0.176069L0.0640694 1.72412L-0.0479305 2.06412H-0.403931Z","fill":"white"}}),_c('path',{attrs:{"d":"M1.61206 2.06412L1.90006 2.27212L1.79206 2.61612L2.08006 2.40412L2.36806 2.61612L2.26006 2.27212L2.54806 2.06412H2.19206L2.08006 1.72412L1.96806 2.06412H1.61206Z","fill":"white"}}),_c('path',{attrs:{"d":"M3.62817 2.06412L3.91617 2.27212L3.80817 2.61612L4.09617 2.40412L4.38417 2.61612L4.27617 2.27212L4.56417 2.06412H4.20817L4.09617 1.72412L3.98417 2.06412H3.62817Z","fill":"white"}}),_c('path',{attrs:{"d":"M5.64417 2.06412L5.93216 2.27212L5.82416 2.61612L6.11216 2.40412L6.40016 2.61612L6.29216 2.27212L6.58016 2.06412H6.22416L6.11216 1.72412L6.00016 2.06412H5.64417Z","fill":"white"}}),_c('path',{attrs:{"d":"M0.603882 2.92789L0.891882 3.13589L0.783882 3.47989L1.07188 3.26789L1.35988 3.47989L1.25188 3.13589L1.53988 2.92789H1.18388L1.07188 2.58789L0.959882 2.92789H0.603882Z","fill":"white"}}),_c('path',{attrs:{"d":"M2.61987 2.92789L2.90787 3.13589L2.79987 3.47989L3.08787 3.26789L3.37587 3.47989L3.26787 3.13589L3.55587 2.92789H3.19987L3.08787 2.58789L2.97587 2.92789H2.61987Z","fill":"white"}}),_c('path',{attrs:{"d":"M4.63599 2.92789L4.92399 3.13589L4.81599 3.47989L5.10399 3.26789L5.39199 3.47989L5.28399 3.13589L5.57199 2.92789H5.21599L5.10399 2.58789L4.99199 2.92789H4.63599Z","fill":"white"}}),_c('path',{attrs:{"d":"M6.65198 2.92789L6.93998 3.13589L6.83198 3.47989L7.11998 3.26789L7.40798 3.47989L7.29998 3.13589L7.58798 2.92789H7.23198L7.11998 2.58789L7.00798 2.92789H6.65198Z","fill":"white"}}),_c('path',{attrs:{"d":"M-0.380127 3.7959L-0.0881271 4.0039L-0.200127 4.3439L0.0878731 4.1359L0.379873 4.3439L0.267873 4.0039L0.555873 3.7959H0.199873L0.0878731 3.4519L-0.0201271 3.7959H-0.380127Z","fill":"white"}}),_c('path',{attrs:{"d":"M1.63599 3.7959L1.92399 4.0039L1.81599 4.3439L2.10399 4.1359L2.39599 4.3439L2.28399 4.0039L2.57199 3.7959H2.21599L2.10399 3.4519L1.99599 3.7959H1.63599Z","fill":"white"}}),_c('path',{attrs:{"d":"M3.65198 3.7959L3.94398 4.0039L3.83198 4.3439L4.11998 4.1359L4.41198 4.3439L4.29998 4.0039L4.58798 3.7959H4.23198L4.11998 3.4519L4.01198 3.7959H3.65198Z","fill":"white"}}),_c('path',{attrs:{"d":"M5.66797 3.7959L5.95597 4.0039L5.84797 4.3439L6.13597 4.1359L6.42797 4.3439L6.31597 4.0039L6.60397 3.7959H6.24797L6.13597 3.4519L6.02797 3.7959H5.66797Z","fill":"white"}}),_c('path',{attrs:{"d":"M0.635986 4.65201L0.923986 4.86001L0.811986 5.20401L1.10399 4.99201L1.39199 5.20401L1.27999 4.86001L1.57199 4.65201H1.21199L1.10399 4.31201L0.991986 4.65201H0.635986Z","fill":"white"}}),_c('path',{attrs:{"d":"M2.65198 4.65201L2.93998 4.86001L2.82798 5.20401L3.11998 4.99201L3.40798 5.20401L3.29598 4.86001L3.58798 4.65201H3.22798L3.11998 4.31201L3.00798 4.65201H2.65198Z","fill":"white"}}),_c('path',{attrs:{"d":"M4.66406 4.65201L4.95606 4.86001L4.84406 5.20401L5.13606 4.99201L5.42406 5.20401L5.31206 4.86001L5.60406 4.65201H5.24406L5.13606 4.31201L5.02406 4.65201H4.66406Z","fill":"white"}}),_c('path',{attrs:{"d":"M6.40002 4.84L6.69202 5.048L6.58002 5.392L6.87202 5.18L7.16002 5.392L7.04802 5.048L7.34002 4.84H6.98002L6.87202 4.5L6.76002 4.84H6.40002Z","fill":"white"}}),_c('path',{attrs:{"d":"M0.651978 6.35196L0.943977 6.55996L0.831978 6.90396L1.11998 6.69196L1.41198 6.90396L1.29998 6.55996L1.58798 6.35196H1.23198L1.11998 6.01196L1.01198 6.35196H0.651978Z","fill":"white"}}),_c('path',{attrs:{"d":"M2.66797 6.35196L2.95997 6.55996L2.84797 6.90396L3.13597 6.69196L3.42797 6.90396L3.31597 6.55996L3.60797 6.35196H3.24797L3.13597 6.01196L3.02797 6.35196H2.66797Z","fill":"white"}}),_c('path',{attrs:{"d":"M4.68396 6.35196L4.97596 6.55996L4.86396 6.90396L5.15196 6.69196L5.44396 6.90396L5.33196 6.55996L5.61996 6.35196H5.26396L5.15196 6.01196L5.04396 6.35196H4.68396Z","fill":"white"}}),_c('path',{attrs:{"d":"M6.69995 6.35196L6.99195 6.55996L6.87995 6.90396L7.16795 6.69196L7.45995 6.90396L7.34795 6.55996L7.63595 6.35196H7.27995L7.16795 6.01196L7.05995 6.35196H6.69995Z","fill":"white"}}),_c('path',{attrs:{"d":"M0.628174 8.07193L0.916174 8.28393L0.808174 8.62393L1.09617 8.41193L1.38817 8.62393L1.27617 8.28393L1.56417 8.07193H1.20817L1.09617 7.73193L0.988174 8.07193H0.628174Z","fill":"white"}}),_c('path',{attrs:{"d":"M2.64417 8.07193L2.93616 8.28393L2.82416 8.62393L3.11216 8.41193L3.40416 8.62393L3.29216 8.28393L3.58016 8.07193H3.22416L3.11216 7.73193L3.00416 8.07193H2.64417Z","fill":"white"}}),_c('path',{attrs:{"d":"M4.66016 8.07193L4.95216 8.28393L4.84016 8.62393L5.12816 8.41193L5.42016 8.62393L5.30816 8.28393L5.59616 8.07193H5.24016L5.12816 7.73193L5.02016 8.07193H4.66016Z","fill":"white"}}),_c('path',{attrs:{"d":"M6.67615 8.07193L6.96415 8.28393L6.85615 8.62393L7.14415 8.41193L7.43615 8.62393L7.32415 8.28393L7.61215 8.07193H7.25615L7.14415 7.73193L7.03615 8.07193H6.67615Z","fill":"white"}}),_c('path',{attrs:{"d":"M-0.376221 5.4921L-0.0842209 5.7041L-0.196221 6.0441L0.095779 5.8321L0.383779 6.0441L0.275779 5.7041L0.563779 5.4921H0.203779L0.095779 5.1521L-0.0162209 5.4921H-0.376221Z","fill":"white"}}),_c('path',{attrs:{"d":"M1.64417 5.4921L1.93217 5.7041L1.82017 6.0441L2.11217 5.8321L2.40017 6.0441L2.28817 5.7041L2.58017 5.4921H2.22017L2.11217 5.1521L2.00017 5.4921H1.64417Z","fill":"white"}}),_c('path',{attrs:{"d":"M3.65588 5.4921L3.94788 5.7041L3.83588 6.0441L4.12788 5.8321L4.41588 6.0441L4.30788 5.7041L4.59588 5.4921H4.23588L4.12788 5.1521L4.01588 5.4921H3.65588Z","fill":"white"}}),_c('path',{attrs:{"d":"M5.67188 5.4921L5.96387 5.7041L5.85187 6.0441L6.14387 5.8321L6.43187 6.0441L6.31987 5.7041L6.61187 5.4921H6.25187L6.14387 5.1521L6.03187 5.4921H5.67188Z","fill":"white"}}),_c('path',{attrs:{"d":"M-0.380127 7.21207L-0.0881271 7.42007L-0.200127 7.76007L0.0878731 7.55207L0.379873 7.76007L0.267873 7.42007L0.555873 7.21207H0.199873L0.0878731 6.87207L-0.0201271 7.21207H-0.380127Z","fill":"white"}}),_c('path',{attrs:{"d":"M1.63599 7.21207L1.92399 7.42007L1.81599 7.76007L2.10399 7.55207L2.39599 7.76007L2.28399 7.42007L2.57199 7.21207H2.21599L2.10399 6.87207L1.99599 7.21207H1.63599Z","fill":"white"}}),_c('path',{attrs:{"d":"M3.65198 7.21207L3.94398 7.42007L3.83198 7.76007L4.11998 7.55207L4.41198 7.76007L4.29998 7.42007L4.58798 7.21207H4.23198L4.11998 6.87207L4.01198 7.21207H3.65198Z","fill":"white"}}),_c('path',{attrs:{"d":"M5.66797 7.21207L5.95597 7.42007L5.84797 7.76007L6.13597 7.55207L6.42797 7.76007L6.31597 7.42007L6.60397 7.21207H6.24797L6.13597 6.87207L6.02797 7.21207H5.66797Z","fill":"white"}})]),_c('defs',[_c('clipPath',{attrs:{"id":"clip0_179_1917"}},[_c('path',{attrs:{"d":"M0 2.5C0 1.39543 0.895431 0.5 2 0.5H14C15.1046 0.5 16 1.39543 16 2.5V14.5C16 15.6046 15.1046 16.5 14 16.5H2C0.895431 16.5 0 15.6046 0 14.5V2.5Z","fill":"white"}})])])]):_vm._e(),(currency.currency === 'EUR')?_c('svg',{attrs:{"width":"16","height":"17","viewBox":"0 0 16 17","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M0 2.5C0 1.39543 0.895431 0.5 2 0.5H14C15.1046 0.5 16 1.39543 16 2.5V14.5C16 15.6046 15.1046 16.5 14 16.5H2C0.895431 16.5 0 15.6046 0 14.5V2.5Z","fill":"#314199"}}),_c('path',{attrs:{"d":"M7.99479 12.5967L8.18355 13.1573L8.75857 13.1568L8.35044 13.4667L8.46265 14.0686L7.99479 13.7271L7.52542 14.0594L7.639 13.4667L7.23511 13.1549H7.80958L7.99479 12.5967Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M7.99479 2.85718L8.18355 3.41796L8.75857 3.41727L8.35044 3.72735L8.46265 4.32913L7.99479 3.98765L7.52542 4.31994L7.639 3.72735L7.23511 3.41535H7.80958L7.99479 2.85718Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M10.333 3.48364L10.5218 4.04428L11.097 4.04373L10.6888 4.35368L10.8009 4.95546L10.333 4.61411L9.86366 4.94641L9.97739 4.35368L9.57349 4.04181H10.148L10.333 3.48364Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M5.54397 3.48364L5.73273 4.04428L6.3079 4.04373L5.89976 4.35368L6.01184 4.95546L5.54397 4.61411L5.0746 4.94641L5.18832 4.35368L4.78442 4.04181H5.35877L5.54397 3.48364Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M10.333 11.9387L10.5218 12.4995L11.097 12.4989L10.6888 12.8089L10.8009 13.4107L10.333 13.0693L9.86366 13.4016L9.97739 12.8089L9.57349 12.4969H10.148L10.333 11.9387Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M5.54397 11.9387L5.73273 12.4995L6.3079 12.4989L5.89976 12.8089L6.01184 13.4107L5.54397 13.0693L5.0746 13.4016L5.18832 12.8089L4.78442 12.4969H5.35877L5.54397 11.9387Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M3.75309 5.32153L3.94185 5.88231L4.51688 5.88162L4.10888 6.1917L4.22082 6.79349L3.75309 6.45214L3.28372 6.7843L3.39731 6.1917L2.99341 5.8797H3.56789L3.75309 5.32153Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M12.1823 5.32153L12.3711 5.88231L12.9462 5.88162L12.5381 6.1917L12.6502 6.79349L12.1823 6.45214L11.7129 6.7843L11.8265 6.1917L11.4226 5.8797H11.9971L12.1823 5.32153Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M3.75309 10.1826L3.94185 10.7434L4.51688 10.7427L4.10888 11.0528L4.22082 11.6546L3.75309 11.3131L3.28372 11.6454L3.39731 11.0528L2.99341 10.7408H3.56789L3.75309 10.1826Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M12.1823 10.1826L12.3711 10.7434L12.9462 10.7427L12.5381 11.0528L12.6502 11.6546L12.1823 11.3131L11.7129 11.6454L11.8265 11.0528L11.4226 10.7408H11.9971L12.1823 10.1826Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M3.19682 7.73389L3.38558 8.29466L3.96074 8.29398L3.55261 8.60406L3.66469 9.20584L3.19682 8.86436L2.72745 9.19665L2.84103 8.60406L2.43713 8.29206H3.01161L3.19682 7.73389Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M12.799 7.73389L12.9877 8.29466L13.5629 8.29398L13.1548 8.60406L13.2668 9.20584L12.799 8.86436L12.3296 9.19665L12.4433 8.60406L12.0394 8.29206H12.6138L12.799 7.73389Z","fill":"#F8EC26"}})]):_vm._e(),(currency.currency === 'RUB')?_c('svg',{attrs:{"width":"16","height":"17","viewBox":"0 0 16 17","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"clip-path":"url(#clip0_179_2012)"}},[_c('path',{attrs:{"d":"M0 0.5C0 -0.60457 0.895431 -1.5 2 -1.5H18C19.1046 -1.5 20 -0.604569 20 0.5V5.5H0V0.5Z","fill":"#F0F0F0"}}),_c('rect',{attrs:{"y":"5.5","width":"20","height":"7","fill":"#0039A6"}}),_c('path',{attrs:{"d":"M0 11.5H20V16.5C20 17.6046 19.1046 18.5 18 18.5H2C0.895431 18.5 0 17.6046 0 16.5V11.5Z","fill":"#D52B1E"}})]),_c('defs',[_c('clipPath',{attrs:{"id":"clip0_179_2012"}},[_c('rect',{attrs:{"y":"0.5","width":"16","height":"16","rx":"2","fill":"white"}})])])]):_vm._e(),_c('span',[_vm._v(_vm._s(currency.currency))])]),_c('div',{staticClass:"menu-mobile__info-column"},[_c('span',[_vm._v(_vm._s(currency.buy))]),(currency.buy_state === 'DOWN')?_c('svg',{attrs:{"width":"16","height":"17","viewBox":"0 0 16 17","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M8 12.5249L12.3301 4.52507H3.66987L8 12.5249Z","fill":"#FF2E43"}})]):_c('svg',{attrs:{"width":"16","height":"17","viewBox":"0 0 16 17","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M8 4.47461L12.3301 12.4702H3.66987L8 4.47461Z","fill":"#00B92D"}})])]),_c('div',{staticClass:"menu-mobile__info-column"},[_c('span',[_vm._v(_vm._s(currency.sell))]),(currency.sell_state === 'DOWN')?_c('svg',{attrs:{"width":"16","height":"17","viewBox":"0 0 16 17","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M8 12.5249L12.3301 4.52507H3.66987L8 12.5249Z","fill":"#FF2E43"}})]):_c('svg',{attrs:{"width":"16","height":"17","viewBox":"0 0 16 17","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M8 4.47461L12.3301 12.4702H3.66987L8 4.47461Z","fill":"#00B92D"}})])])])}),0),_c('div',{staticClass:"menu-mobile__info-footer"},[_c('div',{staticClass:"menu-mobile__info-footer-item"},[_c('span',{staticClass:"menu-mobile__info-footer-title"},[_vm._v("Cуточный лимит запросов:")]),_c('span',{staticClass:"menu-mobile__info-footer-circle"},[_vm._v(_vm._s(_vm.requestCount))])]),_c('div',{staticClass:"menu-mobile__info-footer-item"},[_c('span',{staticClass:"menu-mobile__info-footer-title"},[_vm._v("Остаток дней:")]),_c('span',{staticClass:"menu-mobile__info-footer-circle"},[_vm._v(_vm._s(_vm.daysRemaining))])])])])])]}}])})],1)],1)}
|
|
8707
|
+
var Headervue_type_template_id_6e237f90_staticRenderFns = []
|
|
8488
8708
|
|
|
8489
8709
|
|
|
8490
|
-
// CONCATENATED MODULE: ./src/components/Header/Header.vue?vue&type=template&id=
|
|
8710
|
+
// CONCATENATED MODULE: ./src/components/Header/Header.vue?vue&type=template&id=6e237f90&
|
|
8491
8711
|
|
|
8492
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.
|
|
8493
|
-
var
|
|
8712
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.promise.js
|
|
8713
|
+
var es_promise = __webpack_require__("e6cf");
|
|
8494
8714
|
|
|
8495
|
-
//
|
|
8496
|
-
var es_function_name = __webpack_require__("b0c0");
|
|
8715
|
+
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
|
|
8497
8716
|
|
|
8498
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.exec.js
|
|
8499
|
-
var es_regexp_exec = __webpack_require__("ac1f");
|
|
8500
8717
|
|
|
8501
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.replace.js
|
|
8502
|
-
var es_string_replace = __webpack_require__("5319");
|
|
8503
8718
|
|
|
8504
|
-
|
|
8505
|
-
|
|
8719
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
8720
|
+
try {
|
|
8721
|
+
var info = gen[key](arg);
|
|
8722
|
+
var value = info.value;
|
|
8723
|
+
} catch (error) {
|
|
8724
|
+
reject(error);
|
|
8725
|
+
return;
|
|
8726
|
+
}
|
|
8506
8727
|
|
|
8507
|
-
|
|
8508
|
-
|
|
8509
|
-
|
|
8510
|
-
|
|
8511
|
-
|
|
8512
|
-
|
|
8513
|
-
|
|
8514
|
-
|
|
8515
|
-
|
|
8516
|
-
|
|
8517
|
-
|
|
8518
|
-
|
|
8728
|
+
if (info.done) {
|
|
8729
|
+
resolve(value);
|
|
8730
|
+
} else {
|
|
8731
|
+
Promise.resolve(value).then(_next, _throw);
|
|
8732
|
+
}
|
|
8733
|
+
}
|
|
8734
|
+
|
|
8735
|
+
function _asyncToGenerator(fn) {
|
|
8736
|
+
return function () {
|
|
8737
|
+
var self = this,
|
|
8738
|
+
args = arguments;
|
|
8739
|
+
return new Promise(function (resolve, reject) {
|
|
8740
|
+
var gen = fn.apply(self, args);
|
|
8741
|
+
|
|
8742
|
+
function _next(value) {
|
|
8743
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
|
|
8744
|
+
}
|
|
8745
|
+
|
|
8746
|
+
function _throw(err) {
|
|
8747
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
|
|
8748
|
+
}
|
|
8749
|
+
|
|
8750
|
+
_next(undefined);
|
|
8751
|
+
});
|
|
8752
|
+
};
|
|
8753
|
+
}
|
|
8754
|
+
// EXTERNAL MODULE: ./node_modules/regenerator-runtime/runtime.js
|
|
8755
|
+
var runtime = __webpack_require__("96cf");
|
|
8756
|
+
|
|
8757
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
|
|
8758
|
+
var es_function_name = __webpack_require__("b0c0");
|
|
8759
|
+
|
|
8760
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.exec.js
|
|
8761
|
+
var es_regexp_exec = __webpack_require__("ac1f");
|
|
8762
|
+
|
|
8763
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.replace.js
|
|
8764
|
+
var es_string_replace = __webpack_require__("5319");
|
|
8765
|
+
|
|
8766
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.to-string.js
|
|
8767
|
+
var es_regexp_to_string = __webpack_require__("25f0");
|
|
8768
|
+
|
|
8769
|
+
// CONCATENATED MODULE: ./src/configs/profileDropDown.js
|
|
8770
|
+
var profileDropDown = [{
|
|
8771
|
+
id: 1,
|
|
8772
|
+
name: "Общие настройки",
|
|
8773
|
+
dev: "https://adtdev.kz/profile?tab=general",
|
|
8774
|
+
staging: "https://adada.kz/profile?tab=general",
|
|
8775
|
+
prod: "https://adata.kz/profile?tab=general",
|
|
8776
|
+
disabled: false,
|
|
8777
|
+
withoutArray: true
|
|
8778
|
+
}, {
|
|
8779
|
+
id: 2,
|
|
8780
|
+
name: "Увеличить лимит запросов",
|
|
8519
8781
|
dev: "https://adtdev.kz/profile?tab=tariffs",
|
|
8520
8782
|
staging: "https://adada.kz/profile?tab=tariffs",
|
|
8521
8783
|
prod: "https://adata.kz/profile?tab=tariffs",
|
|
@@ -8554,6 +8816,12 @@ var profileDropDown = [{
|
|
|
8554
8816
|
dev: "https://pk.adtdev.kz/profile/browsing-history",
|
|
8555
8817
|
staging: "https://pk.adada.kz/profile/browsing-history",
|
|
8556
8818
|
prod: "https://pk.adata.kz/profile/browsing-history"
|
|
8819
|
+
}, {
|
|
8820
|
+
id: 10,
|
|
8821
|
+
name: "Мои отчеты",
|
|
8822
|
+
dev: "https://pk.adtdev.kz/profile/my-reports",
|
|
8823
|
+
staging: "https://pk.adada.kz/profile/my-reports",
|
|
8824
|
+
prod: "https://pk.adata.kz/profile/my-reports"
|
|
8557
8825
|
}],
|
|
8558
8826
|
disabled: false
|
|
8559
8827
|
}, {
|
|
@@ -8631,48 +8899,6 @@ var Profilevue_type_template_id_cad026e6_staticRenderFns = []
|
|
|
8631
8899
|
|
|
8632
8900
|
// CONCATENATED MODULE: ./src/components/Header/Profile.vue?vue&type=template&id=cad026e6&
|
|
8633
8901
|
|
|
8634
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.promise.js
|
|
8635
|
-
var es_promise = __webpack_require__("e6cf");
|
|
8636
|
-
|
|
8637
|
-
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
|
|
8638
|
-
|
|
8639
|
-
|
|
8640
|
-
|
|
8641
|
-
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
8642
|
-
try {
|
|
8643
|
-
var info = gen[key](arg);
|
|
8644
|
-
var value = info.value;
|
|
8645
|
-
} catch (error) {
|
|
8646
|
-
reject(error);
|
|
8647
|
-
return;
|
|
8648
|
-
}
|
|
8649
|
-
|
|
8650
|
-
if (info.done) {
|
|
8651
|
-
resolve(value);
|
|
8652
|
-
} else {
|
|
8653
|
-
Promise.resolve(value).then(_next, _throw);
|
|
8654
|
-
}
|
|
8655
|
-
}
|
|
8656
|
-
|
|
8657
|
-
function _asyncToGenerator(fn) {
|
|
8658
|
-
return function () {
|
|
8659
|
-
var self = this,
|
|
8660
|
-
args = arguments;
|
|
8661
|
-
return new Promise(function (resolve, reject) {
|
|
8662
|
-
var gen = fn.apply(self, args);
|
|
8663
|
-
|
|
8664
|
-
function _next(value) {
|
|
8665
|
-
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
|
|
8666
|
-
}
|
|
8667
|
-
|
|
8668
|
-
function _throw(err) {
|
|
8669
|
-
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
|
|
8670
|
-
}
|
|
8671
|
-
|
|
8672
|
-
_next(undefined);
|
|
8673
|
-
});
|
|
8674
|
-
};
|
|
8675
|
-
}
|
|
8676
8902
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
|
|
8677
8903
|
function _arrayLikeToArray(arr, len) {
|
|
8678
8904
|
if (len == null || len > arr.length) len = arr.length;
|
|
@@ -8760,9 +8986,6 @@ function _nonIterableSpread() {
|
|
|
8760
8986
|
function _toConsumableArray(arr) {
|
|
8761
8987
|
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
|
8762
8988
|
}
|
|
8763
|
-
// EXTERNAL MODULE: ./node_modules/regenerator-runtime/runtime.js
|
|
8764
|
-
var runtime = __webpack_require__("96cf");
|
|
8765
|
-
|
|
8766
8989
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.find.js
|
|
8767
8990
|
var es_array_find = __webpack_require__("7db0");
|
|
8768
8991
|
|
|
@@ -9349,19 +9572,52 @@ var Profile_component = normalizeComponent(
|
|
|
9349
9572
|
)
|
|
9350
9573
|
|
|
9351
9574
|
/* harmony default export */ var Profile = (Profile_component.exports);
|
|
9352
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"917c70aa-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/Header/InfoHeader.vue?vue&type=template&id=
|
|
9353
|
-
var InfoHeadervue_type_template_id_72295ab6_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"info"},[_c('transition',{attrs:{"name":"fade"}},[(_vm.showNotification)?_c('div',{staticClass:"info-notification"},[_c('div',{staticClass:"container"},[_c('div',{staticClass:"info-notification__wrapper"},[_c('div',{staticClass:"info-notification__content"},[_c('svg',{attrs:{"id":"note-svg","width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('circle',{attrs:{"cx":"8","cy":"8","r":"6","stroke":"white"}}),_c('path',{attrs:{"d":"M9.6613 11.1367L9.54952 11.5936C9.21418 11.726 8.94631 11.8267 8.74685 11.896C8.54716 11.9654 8.31514 12 8.05079 12C7.64483 12 7.32906 11.9006 7.10386 11.703C6.87865 11.5047 6.76601 11.2534 6.76601 10.9485C6.76601 10.8305 6.77418 10.7091 6.79117 10.5854C6.80831 10.4616 6.83556 10.3222 6.87284 10.1663L7.29192 8.68297C7.32921 8.54094 7.3609 8.40636 7.38628 8.27909C7.41202 8.15261 7.42442 8.03624 7.42442 7.93149C7.42442 7.74206 7.3852 7.60956 7.30712 7.53507C7.22904 7.46079 7.08005 7.42307 6.85886 7.42307C6.75052 7.42307 6.63917 7.44042 6.52567 7.47398C6.41167 7.50768 6.31423 7.54023 6.23242 7.57049L6.34449 7.11319C6.61902 7.00141 6.88144 6.90569 7.13246 6.82625C7.38348 6.74659 7.62066 6.70672 7.84501 6.70672C8.24818 6.70672 8.55928 6.80416 8.77775 6.99904C8.99622 7.19406 9.10542 7.44688 9.10542 7.75841C9.10542 7.82287 9.09825 7.93644 9.08283 8.09877C9.06777 8.26145 9.03974 8.41051 8.99887 8.5461L8.58158 10.0235C8.54738 10.1421 8.51662 10.2778 8.48988 10.4304C8.46227 10.5821 8.44908 10.6979 8.44908 10.7757C8.44908 10.9718 8.49282 11.1058 8.5805 11.177C8.66884 11.2482 8.82098 11.2836 9.03709 11.2836C9.13854 11.2836 9.25398 11.2656 9.38225 11.2302C9.51016 11.1949 9.60344 11.1638 9.6613 11.1367ZM9.76713 4.93424C9.76713 5.19164 9.67012 5.41147 9.47517 5.59223C9.28072 5.77363 9.04641 5.8644 8.7723 5.8644C8.49733 5.8644 8.26245 5.77363 8.06577 5.59223C7.86946 5.4114 7.77109 5.19164 7.77109 4.93424C7.77109 4.67734 7.86946 4.45716 8.06577 4.27411C8.26209 4.09134 8.4974 4 8.7723 4C9.04634 4 9.28072 4.09156 9.47517 4.27411C9.67026 4.45716 9.76713 4.67742 9.76713 4.93424Z","fill":"white"}})]),_c('span',[_vm._v(_vm._s(_vm.systemMessage))])]),_c('div',{staticClass:"info-notification__close",on:{"click":_vm.closeNotification}},[_c('svg',{attrs:{"id":"close-notification","width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M2.99902 2.99951L12.9997 13.0002","stroke":"white","stroke-linecap":"round"}}),_c('path',{attrs:{"d":"M13 2.99951L2.99934 13.0002","stroke":"white","stroke-linecap":"round"}})])])])])]):_vm._e()]),(!_vm.showNotification)?_c('div',{staticClass:"info-header"},[_c('div',{staticClass:"container"},[_c('div',{staticClass:"info-header__list"},[_c('div',{staticClass:"info-header__item"},[_c('div',{staticClass:"info-header__item-elem first-elem"},[_c('svg',{attrs:{"id":"rate","width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('rect',{attrs:{"x":"2","y":"4","width":"12","height":"7.50184","stroke":"#2C3E50","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M7 5.99902H9","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M7 7.50586H9","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M8 9.99902L8 7.50563","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}})]),_c('p',[_vm._v("Курс валют")])]),_c('div',{staticClass:"info-header__item-elem"},[_c('div',{staticClass:"info-header__inner-item"},[_c('svg',{attrs:{"id":"dollar","width":"8","height":"14","viewBox":"0 0 8 14","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M5.59863 9.40234C5.59863 9.01497 5.47559 8.69596 5.22949 8.44531C4.9834 8.1901 4.57324 7.96224 3.99902 7.76172C3.4248 7.55664 2.97819 7.36751 2.65918 7.19434C1.59733 6.62467 1.06641 5.78158 1.06641 4.66504C1.06641 3.90853 1.29655 3.28646 1.75684 2.79883C2.21712 2.3112 2.84147 2.02181 3.62988 1.93066V0.44043H4.72363V1.94434C5.5166 2.05827 6.12956 2.39551 6.5625 2.95605C6.99544 3.51204 7.21191 4.23665 7.21191 5.12988H5.55762C5.55762 4.55566 5.42773 4.10449 5.16797 3.77637C4.91276 3.44368 4.56413 3.27734 4.12207 3.27734C3.68457 3.27734 3.34277 3.39583 3.09668 3.63281C2.85059 3.86979 2.72754 4.20931 2.72754 4.65137C2.72754 5.04785 2.84831 5.36686 3.08984 5.6084C3.33594 5.84538 3.75065 6.07096 4.33398 6.28516C4.91732 6.49935 5.37533 6.69759 5.70801 6.87988C6.04069 7.06217 6.32096 7.27181 6.54883 7.50879C6.77669 7.74121 6.95215 8.01009 7.0752 8.31543C7.19824 8.62077 7.25977 8.97852 7.25977 9.38867C7.25977 10.1589 7.02279 10.7832 6.54883 11.2617C6.07943 11.7402 5.42318 12.0228 4.58008 12.1094V13.4424H3.49316V12.1162C2.59082 12.016 1.89583 11.6924 1.4082 11.1455C0.92513 10.5986 0.683594 9.87402 0.683594 8.97168H2.34473C2.34473 9.5459 2.48828 9.99023 2.77539 10.3047C3.06706 10.6191 3.47721 10.7764 4.00586 10.7764C4.52539 10.7764 4.9196 10.651 5.18848 10.4004C5.46191 10.1497 5.59863 9.81706 5.59863 9.40234Z","fill":"#2C3E50"}})]),_c('p',[_vm._v(_vm._s(_vm.currency.sell))])]),_c('div',{staticClass:"info-header__inner-item"},[_c('svg',{attrs:{"id":"dollar","width":"8","height":"14","viewBox":"0 0 8 14","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M5.59863 9.40234C5.59863 9.01497 5.47559 8.69596 5.22949 8.44531C4.9834 8.1901 4.57324 7.96224 3.99902 7.76172C3.4248 7.55664 2.97819 7.36751 2.65918 7.19434C1.59733 6.62467 1.06641 5.78158 1.06641 4.66504C1.06641 3.90853 1.29655 3.28646 1.75684 2.79883C2.21712 2.3112 2.84147 2.02181 3.62988 1.93066V0.44043H4.72363V1.94434C5.5166 2.05827 6.12956 2.39551 6.5625 2.95605C6.99544 3.51204 7.21191 4.23665 7.21191 5.12988H5.55762C5.55762 4.55566 5.42773 4.10449 5.16797 3.77637C4.91276 3.44368 4.56413 3.27734 4.12207 3.27734C3.68457 3.27734 3.34277 3.39583 3.09668 3.63281C2.85059 3.86979 2.72754 4.20931 2.72754 4.65137C2.72754 5.04785 2.84831 5.36686 3.08984 5.6084C3.33594 5.84538 3.75065 6.07096 4.33398 6.28516C4.91732 6.49935 5.37533 6.69759 5.70801 6.87988C6.04069 7.06217 6.32096 7.27181 6.54883 7.50879C6.77669 7.74121 6.95215 8.01009 7.0752 8.31543C7.19824 8.62077 7.25977 8.97852 7.25977 9.38867C7.25977 10.1589 7.02279 10.7832 6.54883 11.2617C6.07943 11.7402 5.42318 12.0228 4.58008 12.1094V13.4424H3.49316V12.1162C2.59082 12.016 1.89583 11.6924 1.4082 11.1455C0.92513 10.5986 0.683594 9.87402 0.683594 8.97168H2.34473C2.34473 9.5459 2.48828 9.99023 2.77539 10.3047C3.06706 10.6191 3.47721 10.7764 4.00586 10.7764C4.52539 10.7764 4.9196 10.651 5.18848 10.4004C5.46191 10.1497 5.59863 9.81706 5.59863 9.40234Z","fill":"#2C3E50"}})]),_c('p',[_vm._v(_vm._s(_vm.currency.buy))])])])]),(_vm.isAuthenticated)?_c('div',{staticClass:"info-header__item last-header-item"},[_c('div',{staticClass:"info-header__item-elem"},[_c('svg',{attrs:{"id":"clock","width":"14","height":"14","viewBox":"0 0 14 14","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M6.93821 13.2567C10.4279 13.2567 13.2568 10.4277 13.2568 6.93809C13.2568 3.44843 10.4279 0.619507 6.93821 0.619507C3.44855 0.619507 0.619629 3.44843 0.619629 6.93809C0.619629 10.4277 3.44855 13.2567 6.93821 13.2567Z","stroke":"#2C3E50","stroke-miterlimit":"100"}}),_c('path',{attrs:{"d":"M6.93799 3.46899V6.93802L11.1504 9.292","stroke":"#2C3E50","stroke-miterlimit":"100","stroke-linecap":"round"}})]),_c('div',{staticClass:"info-header__inner-item"},[_c('p',[_vm._v("Cуточный лимит запросов: "),_c('span',[_vm._v(_vm._s(_vm.requestCount))])])]),_c('div',{staticClass:"info-header__inner-item"},[_c('p',[_vm._v("остаток дней: "),_c('span',[_vm._v(_vm._s(_vm.daysRemaining))])])])])]):_vm._e()])])]):_vm._e()],1)}
|
|
9354
|
-
var
|
|
9575
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"917c70aa-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/Header/InfoHeader.vue?vue&type=template&id=6f1fb6e0&scoped=true&
|
|
9576
|
+
var InfoHeadervue_type_template_id_6f1fb6e0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"info"},[_c('transition',{attrs:{"name":"fade"}},[(_vm.isOpenNotification)?_c('div',{staticClass:"info-notification"},[_c('div',{staticClass:"container"},[_c('div',{staticClass:"info-notification__wrapper"},[_c('div',{staticClass:"info-notification__content"},[_c('svg',{attrs:{"id":"note-svg","width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('circle',{attrs:{"cx":"8","cy":"8","r":"6","stroke":"white"}}),_c('path',{attrs:{"d":"M9.6613 11.1367L9.54952 11.5936C9.21418 11.726 8.94631 11.8267 8.74685 11.896C8.54716 11.9654 8.31514 12 8.05079 12C7.64483 12 7.32906 11.9006 7.10386 11.703C6.87865 11.5047 6.76601 11.2534 6.76601 10.9485C6.76601 10.8305 6.77418 10.7091 6.79117 10.5854C6.80831 10.4616 6.83556 10.3222 6.87284 10.1663L7.29192 8.68297C7.32921 8.54094 7.3609 8.40636 7.38628 8.27909C7.41202 8.15261 7.42442 8.03624 7.42442 7.93149C7.42442 7.74206 7.3852 7.60956 7.30712 7.53507C7.22904 7.46079 7.08005 7.42307 6.85886 7.42307C6.75052 7.42307 6.63917 7.44042 6.52567 7.47398C6.41167 7.50768 6.31423 7.54023 6.23242 7.57049L6.34449 7.11319C6.61902 7.00141 6.88144 6.90569 7.13246 6.82625C7.38348 6.74659 7.62066 6.70672 7.84501 6.70672C8.24818 6.70672 8.55928 6.80416 8.77775 6.99904C8.99622 7.19406 9.10542 7.44688 9.10542 7.75841C9.10542 7.82287 9.09825 7.93644 9.08283 8.09877C9.06777 8.26145 9.03974 8.41051 8.99887 8.5461L8.58158 10.0235C8.54738 10.1421 8.51662 10.2778 8.48988 10.4304C8.46227 10.5821 8.44908 10.6979 8.44908 10.7757C8.44908 10.9718 8.49282 11.1058 8.5805 11.177C8.66884 11.2482 8.82098 11.2836 9.03709 11.2836C9.13854 11.2836 9.25398 11.2656 9.38225 11.2302C9.51016 11.1949 9.60344 11.1638 9.6613 11.1367ZM9.76713 4.93424C9.76713 5.19164 9.67012 5.41147 9.47517 5.59223C9.28072 5.77363 9.04641 5.8644 8.7723 5.8644C8.49733 5.8644 8.26245 5.77363 8.06577 5.59223C7.86946 5.4114 7.77109 5.19164 7.77109 4.93424C7.77109 4.67734 7.86946 4.45716 8.06577 4.27411C8.26209 4.09134 8.4974 4 8.7723 4C9.04634 4 9.28072 4.09156 9.47517 4.27411C9.67026 4.45716 9.76713 4.67742 9.76713 4.93424Z","fill":"white"}})]),_c('span',[_vm._v(_vm._s(_vm.systemMessage))])]),_c('div',{staticClass:"info-notification__close",on:{"click":_vm.closeNotification}},[_c('svg',{attrs:{"id":"close-notification","width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M2.99902 2.99951L12.9997 13.0002","stroke":"white","stroke-linecap":"round"}}),_c('path',{attrs:{"d":"M13 2.99951L2.99934 13.0002","stroke":"white","stroke-linecap":"round"}})])])])])]):_vm._e()]),(!_vm.isOpenNotification)?_c('div',{staticClass:"info-header"},[_c('div',{staticClass:"container"},[_c('div',{staticClass:"info-header__list"},[_c('div',{staticClass:"info-header__item"},[(_vm.currencies)?_vm._l((_vm.currencies),function(currency,index){return _c('div',{key:index,staticClass:"info-header__item-elem"},[(currency.currency === 'USD')?_c('svg',{attrs:{"width":"16","height":"17","viewBox":"0 0 16 17","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"clip-path":"url(#clip0_179_1917)"}},[_c('path',{attrs:{"d":"M26.4 0.5H-4V16.5H26.4V0.5Z","fill":"white"}}),_c('path',{attrs:{"d":"M26.4 0.5H-4V1.732H26.4V0.5Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 2.95996H-4V4.19196H26.4V2.95996Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 5.42407H-4V6.65607H26.4V5.42407Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 7.88403H-4V9.11603H26.4V7.88403Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 10.3479H-4V11.5799H26.4V10.3479Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 12.8081H-4V14.0401H26.4V12.8081Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M26.4 15.2681H-4V16.5001H26.4V15.2681Z","fill":"#B22234"}}),_c('path',{attrs:{"d":"M8.16 0.5H-4V9.116H8.16V0.5Z","fill":"#3C3B6E"}}),_c('path',{attrs:{"d":"M0.603882 1.20011L0.891882 1.40811L0.783882 1.75211L1.07188 1.54011L1.35988 1.75211L1.25188 1.40811L1.53988 1.20011H1.18388L1.07188 0.860107L0.959882 1.20011H0.603882Z","fill":"white"}}),_c('path',{attrs:{"d":"M2.61987 1.20011L2.90787 1.40811L2.79987 1.75211L3.08787 1.54011L3.37587 1.75211L3.26787 1.40811L3.55587 1.20011H3.19987L3.08787 0.860107L2.97587 1.20011H2.61987Z","fill":"white"}}),_c('path',{attrs:{"d":"M4.63599 1.20011L4.92399 1.40811L4.81599 1.75211L5.10399 1.54011L5.39199 1.75211L5.28399 1.40811L5.57199 1.20011H5.21599L5.10399 0.860107L4.99199 1.20011H4.63599Z","fill":"white"}}),_c('path',{attrs:{"d":"M6.65198 1.20011L6.93998 1.40811L6.83198 1.75211L7.11998 1.54011L7.40798 1.75211L7.29998 1.40811L7.58798 1.20011H7.23198L7.11998 0.860107L7.00798 1.20011H6.65198Z","fill":"white"}}),_c('path',{attrs:{"d":"M-0.403931 2.06412L-0.115931 2.27212L-0.223931 2.61612L0.0640694 2.40412L0.352069 2.61612L0.244069 2.27212L0.532069 2.06412H0.176069L0.0640694 1.72412L-0.0479305 2.06412H-0.403931Z","fill":"white"}}),_c('path',{attrs:{"d":"M1.61206 2.06412L1.90006 2.27212L1.79206 2.61612L2.08006 2.40412L2.36806 2.61612L2.26006 2.27212L2.54806 2.06412H2.19206L2.08006 1.72412L1.96806 2.06412H1.61206Z","fill":"white"}}),_c('path',{attrs:{"d":"M3.62817 2.06412L3.91617 2.27212L3.80817 2.61612L4.09617 2.40412L4.38417 2.61612L4.27617 2.27212L4.56417 2.06412H4.20817L4.09617 1.72412L3.98417 2.06412H3.62817Z","fill":"white"}}),_c('path',{attrs:{"d":"M5.64417 2.06412L5.93216 2.27212L5.82416 2.61612L6.11216 2.40412L6.40016 2.61612L6.29216 2.27212L6.58016 2.06412H6.22416L6.11216 1.72412L6.00016 2.06412H5.64417Z","fill":"white"}}),_c('path',{attrs:{"d":"M0.603882 2.92789L0.891882 3.13589L0.783882 3.47989L1.07188 3.26789L1.35988 3.47989L1.25188 3.13589L1.53988 2.92789H1.18388L1.07188 2.58789L0.959882 2.92789H0.603882Z","fill":"white"}}),_c('path',{attrs:{"d":"M2.61987 2.92789L2.90787 3.13589L2.79987 3.47989L3.08787 3.26789L3.37587 3.47989L3.26787 3.13589L3.55587 2.92789H3.19987L3.08787 2.58789L2.97587 2.92789H2.61987Z","fill":"white"}}),_c('path',{attrs:{"d":"M4.63599 2.92789L4.92399 3.13589L4.81599 3.47989L5.10399 3.26789L5.39199 3.47989L5.28399 3.13589L5.57199 2.92789H5.21599L5.10399 2.58789L4.99199 2.92789H4.63599Z","fill":"white"}}),_c('path',{attrs:{"d":"M6.65198 2.92789L6.93998 3.13589L6.83198 3.47989L7.11998 3.26789L7.40798 3.47989L7.29998 3.13589L7.58798 2.92789H7.23198L7.11998 2.58789L7.00798 2.92789H6.65198Z","fill":"white"}}),_c('path',{attrs:{"d":"M-0.380127 3.7959L-0.0881271 4.0039L-0.200127 4.3439L0.0878731 4.1359L0.379873 4.3439L0.267873 4.0039L0.555873 3.7959H0.199873L0.0878731 3.4519L-0.0201271 3.7959H-0.380127Z","fill":"white"}}),_c('path',{attrs:{"d":"M1.63599 3.7959L1.92399 4.0039L1.81599 4.3439L2.10399 4.1359L2.39599 4.3439L2.28399 4.0039L2.57199 3.7959H2.21599L2.10399 3.4519L1.99599 3.7959H1.63599Z","fill":"white"}}),_c('path',{attrs:{"d":"M3.65198 3.7959L3.94398 4.0039L3.83198 4.3439L4.11998 4.1359L4.41198 4.3439L4.29998 4.0039L4.58798 3.7959H4.23198L4.11998 3.4519L4.01198 3.7959H3.65198Z","fill":"white"}}),_c('path',{attrs:{"d":"M5.66797 3.7959L5.95597 4.0039L5.84797 4.3439L6.13597 4.1359L6.42797 4.3439L6.31597 4.0039L6.60397 3.7959H6.24797L6.13597 3.4519L6.02797 3.7959H5.66797Z","fill":"white"}}),_c('path',{attrs:{"d":"M0.635986 4.65201L0.923986 4.86001L0.811986 5.20401L1.10399 4.99201L1.39199 5.20401L1.27999 4.86001L1.57199 4.65201H1.21199L1.10399 4.31201L0.991986 4.65201H0.635986Z","fill":"white"}}),_c('path',{attrs:{"d":"M2.65198 4.65201L2.93998 4.86001L2.82798 5.20401L3.11998 4.99201L3.40798 5.20401L3.29598 4.86001L3.58798 4.65201H3.22798L3.11998 4.31201L3.00798 4.65201H2.65198Z","fill":"white"}}),_c('path',{attrs:{"d":"M4.66406 4.65201L4.95606 4.86001L4.84406 5.20401L5.13606 4.99201L5.42406 5.20401L5.31206 4.86001L5.60406 4.65201H5.24406L5.13606 4.31201L5.02406 4.65201H4.66406Z","fill":"white"}}),_c('path',{attrs:{"d":"M6.40002 4.84L6.69202 5.048L6.58002 5.392L6.87202 5.18L7.16002 5.392L7.04802 5.048L7.34002 4.84H6.98002L6.87202 4.5L6.76002 4.84H6.40002Z","fill":"white"}}),_c('path',{attrs:{"d":"M0.651978 6.35196L0.943977 6.55996L0.831978 6.90396L1.11998 6.69196L1.41198 6.90396L1.29998 6.55996L1.58798 6.35196H1.23198L1.11998 6.01196L1.01198 6.35196H0.651978Z","fill":"white"}}),_c('path',{attrs:{"d":"M2.66797 6.35196L2.95997 6.55996L2.84797 6.90396L3.13597 6.69196L3.42797 6.90396L3.31597 6.55996L3.60797 6.35196H3.24797L3.13597 6.01196L3.02797 6.35196H2.66797Z","fill":"white"}}),_c('path',{attrs:{"d":"M4.68396 6.35196L4.97596 6.55996L4.86396 6.90396L5.15196 6.69196L5.44396 6.90396L5.33196 6.55996L5.61996 6.35196H5.26396L5.15196 6.01196L5.04396 6.35196H4.68396Z","fill":"white"}}),_c('path',{attrs:{"d":"M6.69995 6.35196L6.99195 6.55996L6.87995 6.90396L7.16795 6.69196L7.45995 6.90396L7.34795 6.55996L7.63595 6.35196H7.27995L7.16795 6.01196L7.05995 6.35196H6.69995Z","fill":"white"}}),_c('path',{attrs:{"d":"M0.628174 8.07193L0.916174 8.28393L0.808174 8.62393L1.09617 8.41193L1.38817 8.62393L1.27617 8.28393L1.56417 8.07193H1.20817L1.09617 7.73193L0.988174 8.07193H0.628174Z","fill":"white"}}),_c('path',{attrs:{"d":"M2.64417 8.07193L2.93616 8.28393L2.82416 8.62393L3.11216 8.41193L3.40416 8.62393L3.29216 8.28393L3.58016 8.07193H3.22416L3.11216 7.73193L3.00416 8.07193H2.64417Z","fill":"white"}}),_c('path',{attrs:{"d":"M4.66016 8.07193L4.95216 8.28393L4.84016 8.62393L5.12816 8.41193L5.42016 8.62393L5.30816 8.28393L5.59616 8.07193H5.24016L5.12816 7.73193L5.02016 8.07193H4.66016Z","fill":"white"}}),_c('path',{attrs:{"d":"M6.67615 8.07193L6.96415 8.28393L6.85615 8.62393L7.14415 8.41193L7.43615 8.62393L7.32415 8.28393L7.61215 8.07193H7.25615L7.14415 7.73193L7.03615 8.07193H6.67615Z","fill":"white"}}),_c('path',{attrs:{"d":"M-0.376221 5.4921L-0.0842209 5.7041L-0.196221 6.0441L0.095779 5.8321L0.383779 6.0441L0.275779 5.7041L0.563779 5.4921H0.203779L0.095779 5.1521L-0.0162209 5.4921H-0.376221Z","fill":"white"}}),_c('path',{attrs:{"d":"M1.64417 5.4921L1.93217 5.7041L1.82017 6.0441L2.11217 5.8321L2.40017 6.0441L2.28817 5.7041L2.58017 5.4921H2.22017L2.11217 5.1521L2.00017 5.4921H1.64417Z","fill":"white"}}),_c('path',{attrs:{"d":"M3.65588 5.4921L3.94788 5.7041L3.83588 6.0441L4.12788 5.8321L4.41588 6.0441L4.30788 5.7041L4.59588 5.4921H4.23588L4.12788 5.1521L4.01588 5.4921H3.65588Z","fill":"white"}}),_c('path',{attrs:{"d":"M5.67188 5.4921L5.96387 5.7041L5.85187 6.0441L6.14387 5.8321L6.43187 6.0441L6.31987 5.7041L6.61187 5.4921H6.25187L6.14387 5.1521L6.03187 5.4921H5.67188Z","fill":"white"}}),_c('path',{attrs:{"d":"M-0.380127 7.21207L-0.0881271 7.42007L-0.200127 7.76007L0.0878731 7.55207L0.379873 7.76007L0.267873 7.42007L0.555873 7.21207H0.199873L0.0878731 6.87207L-0.0201271 7.21207H-0.380127Z","fill":"white"}}),_c('path',{attrs:{"d":"M1.63599 7.21207L1.92399 7.42007L1.81599 7.76007L2.10399 7.55207L2.39599 7.76007L2.28399 7.42007L2.57199 7.21207H2.21599L2.10399 6.87207L1.99599 7.21207H1.63599Z","fill":"white"}}),_c('path',{attrs:{"d":"M3.65198 7.21207L3.94398 7.42007L3.83198 7.76007L4.11998 7.55207L4.41198 7.76007L4.29998 7.42007L4.58798 7.21207H4.23198L4.11998 6.87207L4.01198 7.21207H3.65198Z","fill":"white"}}),_c('path',{attrs:{"d":"M5.66797 7.21207L5.95597 7.42007L5.84797 7.76007L6.13597 7.55207L6.42797 7.76007L6.31597 7.42007L6.60397 7.21207H6.24797L6.13597 6.87207L6.02797 7.21207H5.66797Z","fill":"white"}})]),_c('defs',[_c('clipPath',{attrs:{"id":"clip0_179_1917"}},[_c('path',{attrs:{"d":"M0 2.5C0 1.39543 0.895431 0.5 2 0.5H14C15.1046 0.5 16 1.39543 16 2.5V14.5C16 15.6046 15.1046 16.5 14 16.5H2C0.895431 16.5 0 15.6046 0 14.5V2.5Z","fill":"white"}})])])]):_vm._e(),(currency.currency === 'EUR')?_c('svg',{attrs:{"width":"16","height":"17","viewBox":"0 0 16 17","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M0 2.5C0 1.39543 0.895431 0.5 2 0.5H14C15.1046 0.5 16 1.39543 16 2.5V14.5C16 15.6046 15.1046 16.5 14 16.5H2C0.895431 16.5 0 15.6046 0 14.5V2.5Z","fill":"#314199"}}),_c('path',{attrs:{"d":"M7.99479 12.5967L8.18355 13.1573L8.75857 13.1568L8.35044 13.4667L8.46265 14.0686L7.99479 13.7271L7.52542 14.0594L7.639 13.4667L7.23511 13.1549H7.80958L7.99479 12.5967Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M7.99479 2.85718L8.18355 3.41796L8.75857 3.41727L8.35044 3.72735L8.46265 4.32913L7.99479 3.98765L7.52542 4.31994L7.639 3.72735L7.23511 3.41535H7.80958L7.99479 2.85718Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M10.333 3.48364L10.5218 4.04428L11.097 4.04373L10.6888 4.35368L10.8009 4.95546L10.333 4.61411L9.86366 4.94641L9.97739 4.35368L9.57349 4.04181H10.148L10.333 3.48364Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M5.54397 3.48364L5.73273 4.04428L6.3079 4.04373L5.89976 4.35368L6.01184 4.95546L5.54397 4.61411L5.0746 4.94641L5.18832 4.35368L4.78442 4.04181H5.35877L5.54397 3.48364Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M10.333 11.9387L10.5218 12.4995L11.097 12.4989L10.6888 12.8089L10.8009 13.4107L10.333 13.0693L9.86366 13.4016L9.97739 12.8089L9.57349 12.4969H10.148L10.333 11.9387Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M5.54397 11.9387L5.73273 12.4995L6.3079 12.4989L5.89976 12.8089L6.01184 13.4107L5.54397 13.0693L5.0746 13.4016L5.18832 12.8089L4.78442 12.4969H5.35877L5.54397 11.9387Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M3.75309 5.32153L3.94185 5.88231L4.51688 5.88162L4.10888 6.1917L4.22082 6.79349L3.75309 6.45214L3.28372 6.7843L3.39731 6.1917L2.99341 5.8797H3.56789L3.75309 5.32153Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M12.1823 5.32153L12.3711 5.88231L12.9462 5.88162L12.5381 6.1917L12.6502 6.79349L12.1823 6.45214L11.7129 6.7843L11.8265 6.1917L11.4226 5.8797H11.9971L12.1823 5.32153Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M3.75309 10.1826L3.94185 10.7434L4.51688 10.7427L4.10888 11.0528L4.22082 11.6546L3.75309 11.3131L3.28372 11.6454L3.39731 11.0528L2.99341 10.7408H3.56789L3.75309 10.1826Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M12.1823 10.1826L12.3711 10.7434L12.9462 10.7427L12.5381 11.0528L12.6502 11.6546L12.1823 11.3131L11.7129 11.6454L11.8265 11.0528L11.4226 10.7408H11.9971L12.1823 10.1826Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M3.19682 7.73389L3.38558 8.29466L3.96074 8.29398L3.55261 8.60406L3.66469 9.20584L3.19682 8.86436L2.72745 9.19665L2.84103 8.60406L2.43713 8.29206H3.01161L3.19682 7.73389Z","fill":"#F8EC26"}}),_c('path',{attrs:{"d":"M12.799 7.73389L12.9877 8.29466L13.5629 8.29398L13.1548 8.60406L13.2668 9.20584L12.799 8.86436L12.3296 9.19665L12.4433 8.60406L12.0394 8.29206H12.6138L12.799 7.73389Z","fill":"#F8EC26"}})]):_vm._e(),(currency.currency === 'RUB')?_c('svg',{attrs:{"width":"16","height":"17","viewBox":"0 0 16 17","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"clip-path":"url(#clip0_179_2012)"}},[_c('path',{attrs:{"d":"M0 0.5C0 -0.60457 0.895431 -1.5 2 -1.5H18C19.1046 -1.5 20 -0.604569 20 0.5V5.5H0V0.5Z","fill":"#F0F0F0"}}),_c('rect',{attrs:{"y":"5.5","width":"20","height":"7","fill":"#0039A6"}}),_c('path',{attrs:{"d":"M0 11.5H20V16.5C20 17.6046 19.1046 18.5 18 18.5H2C0.895431 18.5 0 17.6046 0 16.5V11.5Z","fill":"#D52B1E"}})]),_c('defs',[_c('clipPath',{attrs:{"id":"clip0_179_2012"}},[_c('rect',{attrs:{"y":"0.5","width":"16","height":"16","rx":"2","fill":"white"}})])])]):_vm._e(),_c('div',{staticClass:"info-header__inner-item"},[_c('span',{staticClass:"info-header__result"},[_vm._v(_vm._s(currency.sell))]),(currency.sell_state === 'DOWN')?_c('svg',{attrs:{"width":"16","height":"17","viewBox":"0 0 16 17","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M8 12.5249L12.3301 4.52507H3.66987L8 12.5249Z","fill":"#FF2E43"}})]):_c('svg',{attrs:{"width":"16","height":"17","viewBox":"0 0 16 17","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M8 4.47461L12.3301 12.4702H3.66987L8 4.47461Z","fill":"#00B92D"}})])]),_c('div',{staticClass:"info-header__inner-item"},[_c('span',{staticClass:"info-header__result"},[_vm._v(_vm._s(currency.buy))]),(currency.buy_state === 'DOWN')?_c('svg',{attrs:{"width":"16","height":"17","viewBox":"0 0 16 17","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M8 12.5249L12.3301 4.52507H3.66987L8 12.5249Z","fill":"#FF2E43"}})]):_c('svg',{attrs:{"width":"16","height":"17","viewBox":"0 0 16 17","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M8 4.47461L12.3301 12.4702H3.66987L8 4.47461Z","fill":"#00B92D"}})])])])}):_vm._e()],2),(_vm.isAuthenticated)?_c('div',{staticClass:"info-header__item"},[_c('div',{staticClass:"info-header__item-elem"},[_c('div',{staticClass:"info-header__inner-item"},[_c('span',{staticClass:"info-header__title"},[_vm._v("Cуточный лимит запросов:")]),_c('span',{staticClass:"info-header__result info-header__result_circled"},[_vm._v(_vm._s(_vm.requestCount))])]),_c('div',{staticClass:"divider"}),_c('div',{staticClass:"info-header__inner-item"},[_c('span',{staticClass:"info-header__title"},[_vm._v("остаток дней:")]),_c('span',{staticClass:"info-header__result info-header__result_circled"},[_vm._v(_vm._s(_vm.daysRemaining))])])])]):_vm._e()])])]):_vm._e()],1)}
|
|
9577
|
+
var InfoHeadervue_type_template_id_6f1fb6e0_scoped_true_staticRenderFns = []
|
|
9355
9578
|
|
|
9356
9579
|
|
|
9357
|
-
// CONCATENATED MODULE: ./src/components/Header/InfoHeader.vue?vue&type=template&id=
|
|
9580
|
+
// CONCATENATED MODULE: ./src/components/Header/InfoHeader.vue?vue&type=template&id=6f1fb6e0&scoped=true&
|
|
9358
9581
|
|
|
9359
9582
|
// 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/Header/InfoHeader.vue?vue&type=script&lang=js&
|
|
9360
9583
|
|
|
9361
|
-
|
|
9362
|
-
|
|
9363
|
-
|
|
9364
|
-
|
|
9584
|
+
//
|
|
9585
|
+
//
|
|
9586
|
+
//
|
|
9587
|
+
//
|
|
9588
|
+
//
|
|
9589
|
+
//
|
|
9590
|
+
//
|
|
9591
|
+
//
|
|
9592
|
+
//
|
|
9593
|
+
//
|
|
9594
|
+
//
|
|
9595
|
+
//
|
|
9596
|
+
//
|
|
9597
|
+
//
|
|
9598
|
+
//
|
|
9599
|
+
//
|
|
9600
|
+
//
|
|
9601
|
+
//
|
|
9602
|
+
//
|
|
9603
|
+
//
|
|
9604
|
+
//
|
|
9605
|
+
//
|
|
9606
|
+
//
|
|
9607
|
+
//
|
|
9608
|
+
//
|
|
9609
|
+
//
|
|
9610
|
+
//
|
|
9611
|
+
//
|
|
9612
|
+
//
|
|
9613
|
+
//
|
|
9614
|
+
//
|
|
9615
|
+
//
|
|
9616
|
+
//
|
|
9617
|
+
//
|
|
9618
|
+
//
|
|
9619
|
+
//
|
|
9620
|
+
//
|
|
9365
9621
|
//
|
|
9366
9622
|
//
|
|
9367
9623
|
//
|
|
@@ -9489,194 +9745,247 @@ var InfoHeadervue_type_template_id_72295ab6_scoped_true_staticRenderFns = []
|
|
|
9489
9745
|
isAuthenticated: {
|
|
9490
9746
|
type: Boolean,
|
|
9491
9747
|
default: false
|
|
9492
|
-
}
|
|
9493
|
-
|
|
9494
|
-
|
|
9495
|
-
|
|
9496
|
-
|
|
9497
|
-
|
|
9498
|
-
|
|
9499
|
-
|
|
9500
|
-
|
|
9501
|
-
|
|
9502
|
-
|
|
9503
|
-
|
|
9504
|
-
|
|
9505
|
-
|
|
9506
|
-
|
|
9507
|
-
},
|
|
9508
|
-
watch: {
|
|
9509
|
-
showNotification: function showNotification() {
|
|
9510
|
-
if (!this.showNotification) {
|
|
9511
|
-
clearTimeout(this.timer);
|
|
9748
|
+
},
|
|
9749
|
+
isOpenNotification: {
|
|
9750
|
+
type: Boolean,
|
|
9751
|
+
default: false
|
|
9752
|
+
},
|
|
9753
|
+
weather: {
|
|
9754
|
+
type: Array,
|
|
9755
|
+
default: function _default() {
|
|
9756
|
+
return [];
|
|
9757
|
+
}
|
|
9758
|
+
},
|
|
9759
|
+
currencies: {
|
|
9760
|
+
type: Array,
|
|
9761
|
+
default: function _default() {
|
|
9762
|
+
return [];
|
|
9512
9763
|
}
|
|
9764
|
+
},
|
|
9765
|
+
systemMessage: {
|
|
9766
|
+
type: String,
|
|
9767
|
+
default: ''
|
|
9513
9768
|
}
|
|
9514
9769
|
},
|
|
9515
9770
|
methods: {
|
|
9516
|
-
|
|
9517
|
-
|
|
9771
|
+
closeNotification: function closeNotification() {
|
|
9772
|
+
this.$emit("closeNotification", this.isOpenNotification);
|
|
9773
|
+
}
|
|
9774
|
+
}
|
|
9775
|
+
});
|
|
9776
|
+
// CONCATENATED MODULE: ./src/components/Header/InfoHeader.vue?vue&type=script&lang=js&
|
|
9777
|
+
/* harmony default export */ var Header_InfoHeadervue_type_script_lang_js_ = (InfoHeadervue_type_script_lang_js_);
|
|
9778
|
+
// EXTERNAL MODULE: ./src/components/Header/InfoHeader.vue?vue&type=style&index=0&id=6f1fb6e0&scoped=true&lang=scss&
|
|
9779
|
+
var InfoHeadervue_type_style_index_0_id_6f1fb6e0_scoped_true_lang_scss_ = __webpack_require__("f239");
|
|
9518
9780
|
|
|
9519
|
-
|
|
9520
|
-
var response, _yield$response$json, data;
|
|
9781
|
+
// CONCATENATED MODULE: ./src/components/Header/InfoHeader.vue
|
|
9521
9782
|
|
|
9522
|
-
return regeneratorRuntime.wrap(function _callee$(_context) {
|
|
9523
|
-
while (1) {
|
|
9524
|
-
switch (_context.prev = _context.next) {
|
|
9525
|
-
case 0:
|
|
9526
|
-
_context.prev = 0;
|
|
9527
|
-
_context.next = 3;
|
|
9528
|
-
return fetch('https://users.adtdev.kz/api/v1/system-messages/active-list/?module_name=counterparty');
|
|
9529
9783
|
|
|
9530
|
-
case 3:
|
|
9531
|
-
response = _context.sent;
|
|
9532
|
-
_context.next = 6;
|
|
9533
|
-
return response.json();
|
|
9534
9784
|
|
|
9535
|
-
case 6:
|
|
9536
|
-
_yield$response$json = _context.sent;
|
|
9537
|
-
data = _yield$response$json.data;
|
|
9538
9785
|
|
|
9539
|
-
if (data.details.length) {
|
|
9540
|
-
_this.systemMessage = data.details[0].message;
|
|
9541
|
-
_this.showNotification = true;
|
|
9542
|
-
}
|
|
9543
9786
|
|
|
9544
|
-
_context.next = 14;
|
|
9545
|
-
break;
|
|
9546
9787
|
|
|
9547
|
-
|
|
9548
|
-
_context.prev = 11;
|
|
9549
|
-
_context.t0 = _context["catch"](0);
|
|
9550
|
-
console.log(_context.t0.message);
|
|
9788
|
+
/* normalize component */
|
|
9551
9789
|
|
|
9552
|
-
|
|
9553
|
-
|
|
9554
|
-
|
|
9555
|
-
|
|
9556
|
-
|
|
9557
|
-
|
|
9558
|
-
|
|
9559
|
-
|
|
9560
|
-
|
|
9561
|
-
|
|
9790
|
+
var InfoHeader_component = normalizeComponent(
|
|
9791
|
+
Header_InfoHeadervue_type_script_lang_js_,
|
|
9792
|
+
InfoHeadervue_type_template_id_6f1fb6e0_scoped_true_render,
|
|
9793
|
+
InfoHeadervue_type_template_id_6f1fb6e0_scoped_true_staticRenderFns,
|
|
9794
|
+
false,
|
|
9795
|
+
null,
|
|
9796
|
+
"6f1fb6e0",
|
|
9797
|
+
null
|
|
9798
|
+
|
|
9799
|
+
)
|
|
9562
9800
|
|
|
9563
|
-
|
|
9564
|
-
|
|
9801
|
+
/* harmony default export */ var InfoHeader = (InfoHeader_component.exports);
|
|
9802
|
+
// 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/Header/Header.vue?vue&type=script&lang=js&
|
|
9565
9803
|
|
|
9566
|
-
return regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
9567
|
-
while (1) {
|
|
9568
|
-
switch (_context2.prev = _context2.next) {
|
|
9569
|
-
case 0:
|
|
9570
|
-
_context2.prev = 0;
|
|
9571
|
-
_context2.next = 3;
|
|
9572
|
-
return fetch('https://users.adtdev.kz/api/v1/information/currency');
|
|
9573
9804
|
|
|
9574
|
-
case 3:
|
|
9575
|
-
response = _context2.sent;
|
|
9576
|
-
_context2.next = 6;
|
|
9577
|
-
return response.json();
|
|
9578
9805
|
|
|
9579
|
-
case 6:
|
|
9580
|
-
_yield$response$json2 = _context2.sent;
|
|
9581
|
-
data = _yield$response$json2.data;
|
|
9582
|
-
|
|
9583
|
-
if (data.USD) {
|
|
9584
|
-
_this2.currency = data.USD;
|
|
9585
|
-
}
|
|
9586
|
-
|
|
9587
|
-
_context2.next = 14;
|
|
9588
|
-
break;
|
|
9589
|
-
|
|
9590
|
-
case 11:
|
|
9591
|
-
_context2.prev = 11;
|
|
9592
|
-
_context2.t0 = _context2["catch"](0);
|
|
9593
|
-
console.log(_context2.t0.message);
|
|
9594
|
-
|
|
9595
|
-
case 14:
|
|
9596
|
-
case "end":
|
|
9597
|
-
return _context2.stop();
|
|
9598
|
-
}
|
|
9599
|
-
}
|
|
9600
|
-
}, _callee2, null, [[0, 11]]);
|
|
9601
|
-
}))();
|
|
9602
|
-
},
|
|
9603
|
-
fetchWeather: function fetchWeather() {
|
|
9604
|
-
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
|
|
9605
|
-
var response, result;
|
|
9606
|
-
return regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
9607
|
-
while (1) {
|
|
9608
|
-
switch (_context3.prev = _context3.next) {
|
|
9609
|
-
case 0:
|
|
9610
|
-
_context3.prev = 0;
|
|
9611
|
-
_context3.next = 3;
|
|
9612
|
-
return fetch('https://users.adtdev.kz/api/v1/information/weather');
|
|
9613
|
-
|
|
9614
|
-
case 3:
|
|
9615
|
-
response = _context3.sent;
|
|
9616
|
-
_context3.next = 6;
|
|
9617
|
-
return response.json();
|
|
9618
|
-
|
|
9619
|
-
case 6:
|
|
9620
|
-
result = _context3.sent;
|
|
9621
|
-
|
|
9622
|
-
if (result) {
|
|
9623
|
-
console.log(result);
|
|
9624
|
-
}
|
|
9625
|
-
|
|
9626
|
-
_context3.next = 13;
|
|
9627
|
-
break;
|
|
9628
|
-
|
|
9629
|
-
case 10:
|
|
9630
|
-
_context3.prev = 10;
|
|
9631
|
-
_context3.t0 = _context3["catch"](0);
|
|
9632
|
-
console.log(_context3.t0.message);
|
|
9633
|
-
|
|
9634
|
-
case 13:
|
|
9635
|
-
case "end":
|
|
9636
|
-
return _context3.stop();
|
|
9637
|
-
}
|
|
9638
|
-
}
|
|
9639
|
-
}, _callee3, null, [[0, 10]]);
|
|
9640
|
-
}))();
|
|
9641
|
-
},
|
|
9642
|
-
closeNotification: function closeNotification() {
|
|
9643
|
-
this.showNotification = !this.showNotification;
|
|
9644
|
-
}
|
|
9645
|
-
}
|
|
9646
|
-
});
|
|
9647
|
-
// CONCATENATED MODULE: ./src/components/Header/InfoHeader.vue?vue&type=script&lang=js&
|
|
9648
|
-
/* harmony default export */ var Header_InfoHeadervue_type_script_lang_js_ = (InfoHeadervue_type_script_lang_js_);
|
|
9649
|
-
// EXTERNAL MODULE: ./src/components/Header/InfoHeader.vue?vue&type=style&index=0&id=72295ab6&scoped=true&lang=scss&
|
|
9650
|
-
var InfoHeadervue_type_style_index_0_id_72295ab6_scoped_true_lang_scss_ = __webpack_require__("fb2d");
|
|
9651
|
-
|
|
9652
|
-
// CONCATENATED MODULE: ./src/components/Header/InfoHeader.vue
|
|
9653
|
-
|
|
9654
|
-
|
|
9655
|
-
|
|
9656
|
-
|
|
9657
|
-
|
|
9658
|
-
|
|
9659
|
-
/* normalize component */
|
|
9660
|
-
|
|
9661
|
-
var InfoHeader_component = normalizeComponent(
|
|
9662
|
-
Header_InfoHeadervue_type_script_lang_js_,
|
|
9663
|
-
InfoHeadervue_type_template_id_72295ab6_scoped_true_render,
|
|
9664
|
-
InfoHeadervue_type_template_id_72295ab6_scoped_true_staticRenderFns,
|
|
9665
|
-
false,
|
|
9666
|
-
null,
|
|
9667
|
-
"72295ab6",
|
|
9668
|
-
null
|
|
9669
|
-
|
|
9670
|
-
)
|
|
9671
|
-
|
|
9672
|
-
/* harmony default export */ var InfoHeader = (InfoHeader_component.exports);
|
|
9673
|
-
// 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/Header/Header.vue?vue&type=script&lang=js&
|
|
9674
9806
|
|
|
9675
9807
|
|
|
9676
9808
|
|
|
9677
9809
|
|
|
9678
9810
|
|
|
9679
9811
|
|
|
9812
|
+
//
|
|
9813
|
+
//
|
|
9814
|
+
//
|
|
9815
|
+
//
|
|
9816
|
+
//
|
|
9817
|
+
//
|
|
9818
|
+
//
|
|
9819
|
+
//
|
|
9820
|
+
//
|
|
9821
|
+
//
|
|
9822
|
+
//
|
|
9823
|
+
//
|
|
9824
|
+
//
|
|
9825
|
+
//
|
|
9826
|
+
//
|
|
9827
|
+
//
|
|
9828
|
+
//
|
|
9829
|
+
//
|
|
9830
|
+
//
|
|
9831
|
+
//
|
|
9832
|
+
//
|
|
9833
|
+
//
|
|
9834
|
+
//
|
|
9835
|
+
//
|
|
9836
|
+
//
|
|
9837
|
+
//
|
|
9838
|
+
//
|
|
9839
|
+
//
|
|
9840
|
+
//
|
|
9841
|
+
//
|
|
9842
|
+
//
|
|
9843
|
+
//
|
|
9844
|
+
//
|
|
9845
|
+
//
|
|
9846
|
+
//
|
|
9847
|
+
//
|
|
9848
|
+
//
|
|
9849
|
+
//
|
|
9850
|
+
//
|
|
9851
|
+
//
|
|
9852
|
+
//
|
|
9853
|
+
//
|
|
9854
|
+
//
|
|
9855
|
+
//
|
|
9856
|
+
//
|
|
9857
|
+
//
|
|
9858
|
+
//
|
|
9859
|
+
//
|
|
9860
|
+
//
|
|
9861
|
+
//
|
|
9862
|
+
//
|
|
9863
|
+
//
|
|
9864
|
+
//
|
|
9865
|
+
//
|
|
9866
|
+
//
|
|
9867
|
+
//
|
|
9868
|
+
//
|
|
9869
|
+
//
|
|
9870
|
+
//
|
|
9871
|
+
//
|
|
9872
|
+
//
|
|
9873
|
+
//
|
|
9874
|
+
//
|
|
9875
|
+
//
|
|
9876
|
+
//
|
|
9877
|
+
//
|
|
9878
|
+
//
|
|
9879
|
+
//
|
|
9880
|
+
//
|
|
9881
|
+
//
|
|
9882
|
+
//
|
|
9883
|
+
//
|
|
9884
|
+
//
|
|
9885
|
+
//
|
|
9886
|
+
//
|
|
9887
|
+
//
|
|
9888
|
+
//
|
|
9889
|
+
//
|
|
9890
|
+
//
|
|
9891
|
+
//
|
|
9892
|
+
//
|
|
9893
|
+
//
|
|
9894
|
+
//
|
|
9895
|
+
//
|
|
9896
|
+
//
|
|
9897
|
+
//
|
|
9898
|
+
//
|
|
9899
|
+
//
|
|
9900
|
+
//
|
|
9901
|
+
//
|
|
9902
|
+
//
|
|
9903
|
+
//
|
|
9904
|
+
//
|
|
9905
|
+
//
|
|
9906
|
+
//
|
|
9907
|
+
//
|
|
9908
|
+
//
|
|
9909
|
+
//
|
|
9910
|
+
//
|
|
9911
|
+
//
|
|
9912
|
+
//
|
|
9913
|
+
//
|
|
9914
|
+
//
|
|
9915
|
+
//
|
|
9916
|
+
//
|
|
9917
|
+
//
|
|
9918
|
+
//
|
|
9919
|
+
//
|
|
9920
|
+
//
|
|
9921
|
+
//
|
|
9922
|
+
//
|
|
9923
|
+
//
|
|
9924
|
+
//
|
|
9925
|
+
//
|
|
9926
|
+
//
|
|
9927
|
+
//
|
|
9928
|
+
//
|
|
9929
|
+
//
|
|
9930
|
+
//
|
|
9931
|
+
//
|
|
9932
|
+
//
|
|
9933
|
+
//
|
|
9934
|
+
//
|
|
9935
|
+
//
|
|
9936
|
+
//
|
|
9937
|
+
//
|
|
9938
|
+
//
|
|
9939
|
+
//
|
|
9940
|
+
//
|
|
9941
|
+
//
|
|
9942
|
+
//
|
|
9943
|
+
//
|
|
9944
|
+
//
|
|
9945
|
+
//
|
|
9946
|
+
//
|
|
9947
|
+
//
|
|
9948
|
+
//
|
|
9949
|
+
//
|
|
9950
|
+
//
|
|
9951
|
+
//
|
|
9952
|
+
//
|
|
9953
|
+
//
|
|
9954
|
+
//
|
|
9955
|
+
//
|
|
9956
|
+
//
|
|
9957
|
+
//
|
|
9958
|
+
//
|
|
9959
|
+
//
|
|
9960
|
+
//
|
|
9961
|
+
//
|
|
9962
|
+
//
|
|
9963
|
+
//
|
|
9964
|
+
//
|
|
9965
|
+
//
|
|
9966
|
+
//
|
|
9967
|
+
//
|
|
9968
|
+
//
|
|
9969
|
+
//
|
|
9970
|
+
//
|
|
9971
|
+
//
|
|
9972
|
+
//
|
|
9973
|
+
//
|
|
9974
|
+
//
|
|
9975
|
+
//
|
|
9976
|
+
//
|
|
9977
|
+
//
|
|
9978
|
+
//
|
|
9979
|
+
//
|
|
9980
|
+
//
|
|
9981
|
+
//
|
|
9982
|
+
//
|
|
9983
|
+
//
|
|
9984
|
+
//
|
|
9985
|
+
//
|
|
9986
|
+
//
|
|
9987
|
+
//
|
|
9988
|
+
//
|
|
9680
9989
|
//
|
|
9681
9990
|
//
|
|
9682
9991
|
//
|
|
@@ -9772,7 +10081,7 @@ var InfoHeader_component = normalizeComponent(
|
|
|
9772
10081
|
type: String,
|
|
9773
10082
|
required: true,
|
|
9774
10083
|
validator: function validator(value) {
|
|
9775
|
-
return [
|
|
10084
|
+
return ["prod", "dev", "staging"].indexOf(value) !== -1;
|
|
9776
10085
|
}
|
|
9777
10086
|
},
|
|
9778
10087
|
isAuthenticated: {
|
|
@@ -9818,69 +10127,232 @@ var InfoHeader_component = normalizeComponent(
|
|
|
9818
10127
|
return {
|
|
9819
10128
|
profileDropDown: profileDropDown,
|
|
9820
10129
|
main: {
|
|
9821
|
-
dev:
|
|
9822
|
-
prod:
|
|
9823
|
-
staging:
|
|
10130
|
+
dev: "https://adtdev.kz",
|
|
10131
|
+
prod: "https://adata.kz",
|
|
10132
|
+
staging: "https://adada.kz"
|
|
9824
10133
|
},
|
|
9825
|
-
|
|
10134
|
+
headerItems: [{
|
|
9826
10135
|
id: 1,
|
|
9827
10136
|
name: "Контрагенты",
|
|
9828
|
-
dev:
|
|
9829
|
-
prod:
|
|
9830
|
-
staging:
|
|
9831
|
-
key:
|
|
10137
|
+
dev: "https://pk.adtdev.kz",
|
|
10138
|
+
prod: "https://pk.adata.kz",
|
|
10139
|
+
staging: "https://pk.adada.kz",
|
|
10140
|
+
key: "counterparty"
|
|
9832
10141
|
}, {
|
|
9833
10142
|
id: 2,
|
|
9834
10143
|
name: "Тендеры",
|
|
9835
|
-
dev:
|
|
9836
|
-
prod:
|
|
9837
|
-
staging:
|
|
9838
|
-
key:
|
|
10144
|
+
dev: "https://tender.adtdev.kz",
|
|
10145
|
+
prod: "https://tender.adata.kz",
|
|
10146
|
+
staging: "https://tender.adada.kz",
|
|
10147
|
+
key: "tenders"
|
|
9839
10148
|
}, {
|
|
9840
10149
|
id: 3,
|
|
9841
10150
|
name: "Работа",
|
|
9842
|
-
dev:
|
|
9843
|
-
prod:
|
|
9844
|
-
staging:
|
|
9845
|
-
key:
|
|
10151
|
+
dev: "https://work.adtdev.kz",
|
|
10152
|
+
prod: "https://work.adata.kz",
|
|
10153
|
+
staging: "https://work.adada.kz",
|
|
10154
|
+
key: "work"
|
|
9846
10155
|
}, {
|
|
9847
10156
|
id: 4,
|
|
9848
10157
|
name: "Штрафы",
|
|
9849
|
-
dev:
|
|
9850
|
-
prod:
|
|
9851
|
-
staging:
|
|
9852
|
-
key:
|
|
10158
|
+
dev: "https://avto.adtdev.kz",
|
|
10159
|
+
prod: "https://avto.adata.kz",
|
|
10160
|
+
staging: "https://avto.adada.kz",
|
|
10161
|
+
key: "fines"
|
|
9853
10162
|
}, {
|
|
9854
10163
|
id: 5,
|
|
9855
10164
|
name: "Маркетинг",
|
|
9856
|
-
dev:
|
|
9857
|
-
prod:
|
|
9858
|
-
staging:
|
|
9859
|
-
key:
|
|
10165
|
+
dev: "https://marketing.adtdev.kz",
|
|
10166
|
+
prod: "https://marketing.adata.kz",
|
|
10167
|
+
staging: "https://marketing.adada.kz",
|
|
10168
|
+
key: "marketing"
|
|
9860
10169
|
}],
|
|
9861
|
-
isOpen: false
|
|
10170
|
+
isOpen: false,
|
|
10171
|
+
weather: null,
|
|
10172
|
+
currencies: null,
|
|
10173
|
+
systemMessage: null,
|
|
10174
|
+
timer: null,
|
|
10175
|
+
isOpenNotification: false
|
|
9862
10176
|
};
|
|
9863
10177
|
},
|
|
10178
|
+
created: function created() {
|
|
10179
|
+
this.fetchCurrencies();
|
|
10180
|
+
this.fetchWeather();
|
|
10181
|
+
},
|
|
9864
10182
|
mounted: function mounted() {
|
|
9865
10183
|
this.setBalance(this.balance);
|
|
10184
|
+
this.timer = setTimeout(this.fetchNotification, 3000);
|
|
10185
|
+
},
|
|
10186
|
+
watch: {
|
|
10187
|
+
balance: function balance(newBalance) {
|
|
10188
|
+
this.setBalance(newBalance);
|
|
10189
|
+
},
|
|
10190
|
+
isOpenNotification: function isOpenNotification() {
|
|
10191
|
+
if (!this.isOpenNotification) {
|
|
10192
|
+
clearTimeout(this.timer);
|
|
10193
|
+
}
|
|
10194
|
+
}
|
|
9866
10195
|
},
|
|
9867
10196
|
methods: {
|
|
10197
|
+
fetchNotification: function fetchNotification() {
|
|
10198
|
+
var _this = this;
|
|
10199
|
+
|
|
10200
|
+
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
10201
|
+
var response, _yield$response$json, data;
|
|
10202
|
+
|
|
10203
|
+
return regeneratorRuntime.wrap(function _callee$(_context) {
|
|
10204
|
+
while (1) {
|
|
10205
|
+
switch (_context.prev = _context.next) {
|
|
10206
|
+
case 0:
|
|
10207
|
+
_context.prev = 0;
|
|
10208
|
+
_context.next = 3;
|
|
10209
|
+
return fetch('https://users.adtdev.kz/api/v1/system-messages/active-list/?module_name=counterparty');
|
|
10210
|
+
|
|
10211
|
+
case 3:
|
|
10212
|
+
response = _context.sent;
|
|
10213
|
+
_context.next = 6;
|
|
10214
|
+
return response.json();
|
|
10215
|
+
|
|
10216
|
+
case 6:
|
|
10217
|
+
_yield$response$json = _context.sent;
|
|
10218
|
+
data = _yield$response$json.data;
|
|
10219
|
+
|
|
10220
|
+
if (data.details.length) {
|
|
10221
|
+
_this.systemMessage = data.details[0].message;
|
|
10222
|
+
_this.isOpenNotification = true;
|
|
10223
|
+
}
|
|
10224
|
+
|
|
10225
|
+
_context.next = 14;
|
|
10226
|
+
break;
|
|
10227
|
+
|
|
10228
|
+
case 11:
|
|
10229
|
+
_context.prev = 11;
|
|
10230
|
+
_context.t0 = _context["catch"](0);
|
|
10231
|
+
console.log(_context.t0.message);
|
|
10232
|
+
|
|
10233
|
+
case 14:
|
|
10234
|
+
case "end":
|
|
10235
|
+
return _context.stop();
|
|
10236
|
+
}
|
|
10237
|
+
}
|
|
10238
|
+
}, _callee, null, [[0, 11]]);
|
|
10239
|
+
}))();
|
|
10240
|
+
},
|
|
10241
|
+
fetchCurrencies: function fetchCurrencies() {
|
|
10242
|
+
var _this2 = this;
|
|
10243
|
+
|
|
10244
|
+
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
|
|
10245
|
+
var response, _yield$response$json2, data;
|
|
10246
|
+
|
|
10247
|
+
return regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
10248
|
+
while (1) {
|
|
10249
|
+
switch (_context2.prev = _context2.next) {
|
|
10250
|
+
case 0:
|
|
10251
|
+
_context2.prev = 0;
|
|
10252
|
+
_context2.next = 3;
|
|
10253
|
+
return fetch('https://users.adata.kz/api/v1/information/currency');
|
|
10254
|
+
|
|
10255
|
+
case 3:
|
|
10256
|
+
response = _context2.sent;
|
|
10257
|
+
_context2.next = 6;
|
|
10258
|
+
return response.json();
|
|
10259
|
+
|
|
10260
|
+
case 6:
|
|
10261
|
+
_yield$response$json2 = _context2.sent;
|
|
10262
|
+
data = _yield$response$json2.data;
|
|
10263
|
+
|
|
10264
|
+
if (data.currencies) {
|
|
10265
|
+
_this2.currencies = data.currencies;
|
|
10266
|
+
}
|
|
10267
|
+
|
|
10268
|
+
_context2.next = 14;
|
|
10269
|
+
break;
|
|
10270
|
+
|
|
10271
|
+
case 11:
|
|
10272
|
+
_context2.prev = 11;
|
|
10273
|
+
_context2.t0 = _context2["catch"](0);
|
|
10274
|
+
console.log(_context2.t0.message);
|
|
10275
|
+
|
|
10276
|
+
case 14:
|
|
10277
|
+
case "end":
|
|
10278
|
+
return _context2.stop();
|
|
10279
|
+
}
|
|
10280
|
+
}
|
|
10281
|
+
}, _callee2, null, [[0, 11]]);
|
|
10282
|
+
}))();
|
|
10283
|
+
},
|
|
10284
|
+
fetchWeather: function fetchWeather() {
|
|
10285
|
+
var _this3 = this;
|
|
10286
|
+
|
|
10287
|
+
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
|
|
10288
|
+
var response, _yield$response$json3, data;
|
|
10289
|
+
|
|
10290
|
+
return regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
10291
|
+
while (1) {
|
|
10292
|
+
switch (_context3.prev = _context3.next) {
|
|
10293
|
+
case 0:
|
|
10294
|
+
_context3.prev = 0;
|
|
10295
|
+
_context3.next = 3;
|
|
10296
|
+
return fetch('https://users.adata.kz/api/v1/information/weather');
|
|
10297
|
+
|
|
10298
|
+
case 3:
|
|
10299
|
+
response = _context3.sent;
|
|
10300
|
+
_context3.next = 6;
|
|
10301
|
+
return response.json();
|
|
10302
|
+
|
|
10303
|
+
case 6:
|
|
10304
|
+
_yield$response$json3 = _context3.sent;
|
|
10305
|
+
data = _yield$response$json3.data;
|
|
10306
|
+
|
|
10307
|
+
if (data.cities) {
|
|
10308
|
+
_this3.weather = data.cities;
|
|
10309
|
+
}
|
|
10310
|
+
|
|
10311
|
+
_context3.next = 14;
|
|
10312
|
+
break;
|
|
10313
|
+
|
|
10314
|
+
case 11:
|
|
10315
|
+
_context3.prev = 11;
|
|
10316
|
+
_context3.t0 = _context3["catch"](0);
|
|
10317
|
+
console.log(_context3.t0.message);
|
|
10318
|
+
|
|
10319
|
+
case 14:
|
|
10320
|
+
case "end":
|
|
10321
|
+
return _context3.stop();
|
|
10322
|
+
}
|
|
10323
|
+
}
|
|
10324
|
+
}, _callee3, null, [[0, 11]]);
|
|
10325
|
+
}))();
|
|
10326
|
+
},
|
|
10327
|
+
closeNotification: function closeNotification(option) {
|
|
10328
|
+
this.isOpenNotification = !option;
|
|
10329
|
+
},
|
|
9868
10330
|
changeValue: function changeValue() {
|
|
9869
10331
|
this.isOpen = !this.isOpen;
|
|
9870
|
-
this.$emit(
|
|
10332
|
+
this.$emit("menuOpen", this.isOpen);
|
|
9871
10333
|
},
|
|
9872
10334
|
setBalance: function setBalance(balance) {
|
|
9873
10335
|
if (balance !== 0) {
|
|
9874
|
-
this.profileDropDown[2].name =
|
|
10336
|
+
this.profileDropDown[2].name = "Текущий баланс: " + this.thousandSeparator(balance) + " ₸";
|
|
9875
10337
|
}
|
|
9876
10338
|
},
|
|
9877
10339
|
thousandSeparator: function thousandSeparator(val) {
|
|
9878
|
-
return val ? val.toString().replace(/\B(?=(\d{3})+(?!\d))/g, " ") :
|
|
9879
|
-
}
|
|
9880
|
-
|
|
9881
|
-
|
|
9882
|
-
|
|
9883
|
-
|
|
10340
|
+
return val ? val.toString().replace(/\B(?=(\d{3})+(?!\d))/g, " ") : "";
|
|
10341
|
+
},
|
|
10342
|
+
defineIconState: function defineIconState(name) {
|
|
10343
|
+
return name === "DOWN" ? "@/assets/icons/arrow-down.svg" : "@/assets/icons/arrow-up.svg";
|
|
10344
|
+
},
|
|
10345
|
+
defineIconEntity: function defineIconEntity(name) {
|
|
10346
|
+
switch (name) {
|
|
10347
|
+
case 'USD':
|
|
10348
|
+
return "@/assets/icons/dollor.svg";
|
|
10349
|
+
|
|
10350
|
+
case 'EUR':
|
|
10351
|
+
return "@/assets/icons/euro.svg";
|
|
10352
|
+
|
|
10353
|
+
case 'RUB':
|
|
10354
|
+
return "@/assets/icons/ruble.svg";
|
|
10355
|
+
}
|
|
9884
10356
|
}
|
|
9885
10357
|
}
|
|
9886
10358
|
});
|
|
@@ -9900,8 +10372,8 @@ var Headervue_type_style_index_0_lang_scss_ = __webpack_require__("52f3");
|
|
|
9900
10372
|
|
|
9901
10373
|
var Header_component = normalizeComponent(
|
|
9902
10374
|
Header_Headervue_type_script_lang_js_,
|
|
9903
|
-
|
|
9904
|
-
|
|
10375
|
+
Headervue_type_template_id_6e237f90_render,
|
|
10376
|
+
Headervue_type_template_id_6e237f90_staticRenderFns,
|
|
9905
10377
|
false,
|
|
9906
10378
|
null,
|
|
9907
10379
|
null,
|
|
@@ -10415,6 +10887,80 @@ var MailTo_component = normalizeComponent(
|
|
|
10415
10887
|
)
|
|
10416
10888
|
|
|
10417
10889
|
/* harmony default export */ var MailTo = (MailTo_component.exports);
|
|
10890
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"917c70aa-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/Table/ATable.vue?vue&type=template&id=b3cc1b06&scoped=true&
|
|
10891
|
+
var ATablevue_type_template_id_b3cc1b06_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('table',{staticClass:"a-table"},[_c('thead',[_c('tr',_vm._l((_vm.cols),function(col,i){return _c('th',{key:i},[_vm._v(_vm._s(col.name))])}),0)]),_vm._l((_vm.rows),function(row,i){return _c('tbody',{key:i},[_c('tr',_vm._l((_vm.cols),function(col){return _c('td',{key:col.key,attrs:{"data-label":("" + (col.name))}},[_vm._t('key-' + col.key,function(){return [_vm._v(" "+_vm._s(row[col.key] || _vm.defaultEmpty)+" ")]},{"row":row})],2)}),0)])})],2)}
|
|
10892
|
+
var ATablevue_type_template_id_b3cc1b06_scoped_true_staticRenderFns = []
|
|
10893
|
+
|
|
10894
|
+
|
|
10895
|
+
// CONCATENATED MODULE: ./src/components/Table/ATable.vue?vue&type=template&id=b3cc1b06&scoped=true&
|
|
10896
|
+
|
|
10897
|
+
// 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/Table/ATable.vue?vue&type=script&lang=js&
|
|
10898
|
+
|
|
10899
|
+
//
|
|
10900
|
+
//
|
|
10901
|
+
//
|
|
10902
|
+
//
|
|
10903
|
+
//
|
|
10904
|
+
//
|
|
10905
|
+
//
|
|
10906
|
+
//
|
|
10907
|
+
//
|
|
10908
|
+
//
|
|
10909
|
+
//
|
|
10910
|
+
//
|
|
10911
|
+
//
|
|
10912
|
+
//
|
|
10913
|
+
//
|
|
10914
|
+
//
|
|
10915
|
+
//
|
|
10916
|
+
//
|
|
10917
|
+
//
|
|
10918
|
+
/* harmony default export */ var ATablevue_type_script_lang_js_ = ({
|
|
10919
|
+
props: {
|
|
10920
|
+
cols: {
|
|
10921
|
+
type: Array,
|
|
10922
|
+
default: function _default() {
|
|
10923
|
+
return [];
|
|
10924
|
+
}
|
|
10925
|
+
},
|
|
10926
|
+
rows: {
|
|
10927
|
+
type: Array,
|
|
10928
|
+
default: function _default() {
|
|
10929
|
+
return [];
|
|
10930
|
+
}
|
|
10931
|
+
},
|
|
10932
|
+
defaultEmpty: {
|
|
10933
|
+
type: [String, Number],
|
|
10934
|
+
default: "Нет данных"
|
|
10935
|
+
}
|
|
10936
|
+
}
|
|
10937
|
+
});
|
|
10938
|
+
// CONCATENATED MODULE: ./src/components/Table/ATable.vue?vue&type=script&lang=js&
|
|
10939
|
+
/* harmony default export */ var Table_ATablevue_type_script_lang_js_ = (ATablevue_type_script_lang_js_);
|
|
10940
|
+
// EXTERNAL MODULE: ./src/components/Table/ATable.vue?vue&type=style&index=0&id=b3cc1b06&lang=scss&scoped=true&
|
|
10941
|
+
var ATablevue_type_style_index_0_id_b3cc1b06_lang_scss_scoped_true_ = __webpack_require__("3c75");
|
|
10942
|
+
|
|
10943
|
+
// CONCATENATED MODULE: ./src/components/Table/ATable.vue
|
|
10944
|
+
|
|
10945
|
+
|
|
10946
|
+
|
|
10947
|
+
|
|
10948
|
+
|
|
10949
|
+
|
|
10950
|
+
/* normalize component */
|
|
10951
|
+
|
|
10952
|
+
var ATable_component = normalizeComponent(
|
|
10953
|
+
Table_ATablevue_type_script_lang_js_,
|
|
10954
|
+
ATablevue_type_template_id_b3cc1b06_scoped_true_render,
|
|
10955
|
+
ATablevue_type_template_id_b3cc1b06_scoped_true_staticRenderFns,
|
|
10956
|
+
false,
|
|
10957
|
+
null,
|
|
10958
|
+
"b3cc1b06",
|
|
10959
|
+
null
|
|
10960
|
+
|
|
10961
|
+
)
|
|
10962
|
+
|
|
10963
|
+
/* harmony default export */ var ATable = (ATable_component.exports);
|
|
10418
10964
|
// CONCATENATED MODULE: ./src/components/index.js
|
|
10419
10965
|
|
|
10420
10966
|
|
|
@@ -10428,7 +10974,10 @@ var MailTo_component = normalizeComponent(
|
|
|
10428
10974
|
|
|
10429
10975
|
|
|
10430
10976
|
|
|
10977
|
+
|
|
10978
|
+
|
|
10431
10979
|
var Components = {
|
|
10980
|
+
ACheckbox: ACheckbox,
|
|
10432
10981
|
AButton: AButton,
|
|
10433
10982
|
ATextField: TextField,
|
|
10434
10983
|
APasswordField: PasswordField,
|
|
@@ -10436,7 +10985,8 @@ var Components = {
|
|
|
10436
10985
|
AHeader: Header,
|
|
10437
10986
|
AFooter: Footer,
|
|
10438
10987
|
ASearchTextField: SearchTextField,
|
|
10439
|
-
AMailTo: MailTo
|
|
10988
|
+
AMailTo: MailTo,
|
|
10989
|
+
ATable: ATable
|
|
10440
10990
|
};
|
|
10441
10991
|
Object.keys(Components).forEach(function (name) {
|
|
10442
10992
|
external_commonjs_vue_commonjs2_vue_root_Vue_default.a.component(name, Components[name]);
|
|
@@ -10449,17 +10999,6 @@ Object.keys(Components).forEach(function (name) {
|
|
|
10449
10999
|
|
|
10450
11000
|
|
|
10451
11001
|
|
|
10452
|
-
/***/ }),
|
|
10453
|
-
|
|
10454
|
-
/***/ "fb2d":
|
|
10455
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
10456
|
-
|
|
10457
|
-
"use strict";
|
|
10458
|
-
/* 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_InfoHeader_vue_vue_type_style_index_0_id_72295ab6_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("4aec");
|
|
10459
|
-
/* 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_InfoHeader_vue_vue_type_style_index_0_id_72295ab6_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_InfoHeader_vue_vue_type_style_index_0_id_72295ab6_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
10460
|
-
/* unused harmony reexport * */
|
|
10461
|
-
|
|
10462
|
-
|
|
10463
11002
|
/***/ }),
|
|
10464
11003
|
|
|
10465
11004
|
/***/ "fb6a":
|