adata-ui 0.1.52 → 0.1.53
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 +776 -374
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +776 -374
- package/dist/adata-ui.umd.js.map +1 -1
- package/dist/adata-ui.umd.min.js +2 -2
- package/dist/adata-ui.umd.min.js.map +1 -1
- package/dist/img/arrow-down.72dc66a4.svg +3 -0
- package/dist/img/arrow-up.95ee7d72.svg +3 -0
- package/dist/img/dollor.7d00f847.svg +54 -0
- package/dist/img/euro.1362dfb6.svg +15 -0
- package/dist/img/ruble.c27b58e5.svg +12 -0
- package/package.json +1 -1
- package/src/App.vue +1 -1
- package/src/assets/icons/arrow-down.svg +3 -0
- package/src/assets/icons/arrow-up.svg +3 -0
- package/src/assets/icons/dollor.svg +54 -0
- package/src/assets/icons/euro.svg +15 -0
- package/src/assets/icons/ruble.svg +12 -0
- package/src/components/Checkbox/ACheckbox.vue +114 -0
- package/src/components/Checkbox/Checkbox.stories.js +15 -0
- package/src/components/Header/Header.vue +362 -130
- package/src/components/Header/InfoHeader.vue +74 -166
- 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,17 @@ if (!version && userAgent) {
|
|
|
1124
1138
|
module.exports = version;
|
|
1125
1139
|
|
|
1126
1140
|
|
|
1141
|
+
/***/ }),
|
|
1142
|
+
|
|
1143
|
+
/***/ "32db":
|
|
1144
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1145
|
+
|
|
1146
|
+
"use strict";
|
|
1147
|
+
/* 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_6078a202_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("5b1b");
|
|
1148
|
+
/* 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_6078a202_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_6078a202_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
1149
|
+
/* unused harmony reexport * */
|
|
1150
|
+
|
|
1151
|
+
|
|
1127
1152
|
/***/ }),
|
|
1128
1153
|
|
|
1129
1154
|
/***/ "342f":
|
|
@@ -1207,6 +1232,17 @@ module.exports = function (argument) {
|
|
|
1207
1232
|
};
|
|
1208
1233
|
|
|
1209
1234
|
|
|
1235
|
+
/***/ }),
|
|
1236
|
+
|
|
1237
|
+
/***/ "3c75":
|
|
1238
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1239
|
+
|
|
1240
|
+
"use strict";
|
|
1241
|
+
/* 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");
|
|
1242
|
+
/* 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__);
|
|
1243
|
+
/* unused harmony reexport * */
|
|
1244
|
+
|
|
1245
|
+
|
|
1210
1246
|
/***/ }),
|
|
1211
1247
|
|
|
1212
1248
|
/***/ "3ca3":
|
|
@@ -1936,6 +1972,13 @@ module.exports = function (it) {
|
|
|
1936
1972
|
};
|
|
1937
1973
|
|
|
1938
1974
|
|
|
1975
|
+
/***/ }),
|
|
1976
|
+
|
|
1977
|
+
/***/ "5b1b":
|
|
1978
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1979
|
+
|
|
1980
|
+
// extracted by mini-css-extract-plugin
|
|
1981
|
+
|
|
1939
1982
|
/***/ }),
|
|
1940
1983
|
|
|
1941
1984
|
/***/ "5c6c":
|
|
@@ -1975,6 +2018,13 @@ module.exports = {
|
|
|
1975
2018
|
};
|
|
1976
2019
|
|
|
1977
2020
|
|
|
2021
|
+
/***/ }),
|
|
2022
|
+
|
|
2023
|
+
/***/ "5ff2":
|
|
2024
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2025
|
+
|
|
2026
|
+
module.exports = __webpack_require__.p + "img/euro.1362dfb6.svg";
|
|
2027
|
+
|
|
1978
2028
|
/***/ }),
|
|
1979
2029
|
|
|
1980
2030
|
/***/ "605d":
|
|
@@ -2628,6 +2678,17 @@ var WeakMap = global.WeakMap;
|
|
|
2628
2678
|
module.exports = isCallable(WeakMap) && /native code/.test(inspectSource(WeakMap));
|
|
2629
2679
|
|
|
2630
2680
|
|
|
2681
|
+
/***/ }),
|
|
2682
|
+
|
|
2683
|
+
/***/ "7fe7":
|
|
2684
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2685
|
+
|
|
2686
|
+
"use strict";
|
|
2687
|
+
/* 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");
|
|
2688
|
+
/* 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__);
|
|
2689
|
+
/* unused harmony reexport * */
|
|
2690
|
+
|
|
2691
|
+
|
|
2631
2692
|
/***/ }),
|
|
2632
2693
|
|
|
2633
2694
|
/***/ "825a":
|
|
@@ -3024,17 +3085,6 @@ var POLYFILL = isForced.POLYFILL = 'P';
|
|
|
3024
3085
|
module.exports = isForced;
|
|
3025
3086
|
|
|
3026
3087
|
|
|
3027
|
-
/***/ }),
|
|
3028
|
-
|
|
3029
|
-
/***/ "95bc":
|
|
3030
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3031
|
-
|
|
3032
|
-
"use strict";
|
|
3033
|
-
/* 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_df547db2_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("f013");
|
|
3034
|
-
/* 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_df547db2_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_df547db2_scoped_true_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
3035
|
-
/* unused harmony reexport * */
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
3088
|
/***/ }),
|
|
3039
3089
|
|
|
3040
3090
|
/***/ "96cf":
|
|
@@ -3796,6 +3846,77 @@ try {
|
|
|
3796
3846
|
}
|
|
3797
3847
|
|
|
3798
3848
|
|
|
3849
|
+
/***/ }),
|
|
3850
|
+
|
|
3851
|
+
/***/ "99af":
|
|
3852
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
3853
|
+
|
|
3854
|
+
"use strict";
|
|
3855
|
+
|
|
3856
|
+
var $ = __webpack_require__("23e7");
|
|
3857
|
+
var global = __webpack_require__("da84");
|
|
3858
|
+
var fails = __webpack_require__("d039");
|
|
3859
|
+
var isArray = __webpack_require__("e8b5");
|
|
3860
|
+
var isObject = __webpack_require__("861d");
|
|
3861
|
+
var toObject = __webpack_require__("7b0b");
|
|
3862
|
+
var lengthOfArrayLike = __webpack_require__("07fa");
|
|
3863
|
+
var createProperty = __webpack_require__("8418");
|
|
3864
|
+
var arraySpeciesCreate = __webpack_require__("65f0");
|
|
3865
|
+
var arrayMethodHasSpeciesSupport = __webpack_require__("1dde");
|
|
3866
|
+
var wellKnownSymbol = __webpack_require__("b622");
|
|
3867
|
+
var V8_VERSION = __webpack_require__("2d00");
|
|
3868
|
+
|
|
3869
|
+
var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
|
|
3870
|
+
var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
|
|
3871
|
+
var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
|
|
3872
|
+
var TypeError = global.TypeError;
|
|
3873
|
+
|
|
3874
|
+
// We can't use this feature detection in V8 since it causes
|
|
3875
|
+
// deoptimization and serious performance degradation
|
|
3876
|
+
// https://github.com/zloirock/core-js/issues/679
|
|
3877
|
+
var IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {
|
|
3878
|
+
var array = [];
|
|
3879
|
+
array[IS_CONCAT_SPREADABLE] = false;
|
|
3880
|
+
return array.concat()[0] !== array;
|
|
3881
|
+
});
|
|
3882
|
+
|
|
3883
|
+
var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
|
|
3884
|
+
|
|
3885
|
+
var isConcatSpreadable = function (O) {
|
|
3886
|
+
if (!isObject(O)) return false;
|
|
3887
|
+
var spreadable = O[IS_CONCAT_SPREADABLE];
|
|
3888
|
+
return spreadable !== undefined ? !!spreadable : isArray(O);
|
|
3889
|
+
};
|
|
3890
|
+
|
|
3891
|
+
var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
|
|
3892
|
+
|
|
3893
|
+
// `Array.prototype.concat` method
|
|
3894
|
+
// https://tc39.es/ecma262/#sec-array.prototype.concat
|
|
3895
|
+
// with adding support of @@isConcatSpreadable and @@species
|
|
3896
|
+
$({ target: 'Array', proto: true, forced: FORCED }, {
|
|
3897
|
+
// eslint-disable-next-line no-unused-vars -- required for `.length`
|
|
3898
|
+
concat: function concat(arg) {
|
|
3899
|
+
var O = toObject(this);
|
|
3900
|
+
var A = arraySpeciesCreate(O, 0);
|
|
3901
|
+
var n = 0;
|
|
3902
|
+
var i, k, length, len, E;
|
|
3903
|
+
for (i = -1, length = arguments.length; i < length; i++) {
|
|
3904
|
+
E = i === -1 ? O : arguments[i];
|
|
3905
|
+
if (isConcatSpreadable(E)) {
|
|
3906
|
+
len = lengthOfArrayLike(E);
|
|
3907
|
+
if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
|
|
3908
|
+
for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
|
|
3909
|
+
} else {
|
|
3910
|
+
if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
|
|
3911
|
+
createProperty(A, n++, E);
|
|
3912
|
+
}
|
|
3913
|
+
}
|
|
3914
|
+
A.length = n;
|
|
3915
|
+
return A;
|
|
3916
|
+
}
|
|
3917
|
+
});
|
|
3918
|
+
|
|
3919
|
+
|
|
3799
3920
|
/***/ }),
|
|
3800
3921
|
|
|
3801
3922
|
/***/ "9a1f":
|
|
@@ -3963,6 +4084,13 @@ module.exports = function (argument) {
|
|
|
3963
4084
|
};
|
|
3964
4085
|
|
|
3965
4086
|
|
|
4087
|
+
/***/ }),
|
|
4088
|
+
|
|
4089
|
+
/***/ "a3f8":
|
|
4090
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4091
|
+
|
|
4092
|
+
module.exports = __webpack_require__.p + "img/arrow-up.95ee7d72.svg";
|
|
4093
|
+
|
|
3966
4094
|
/***/ }),
|
|
3967
4095
|
|
|
3968
4096
|
/***/ "a4a1":
|
|
@@ -6431,6 +6559,13 @@ module.exports = function (input, pref) {
|
|
|
6431
6559
|
module.exports = false;
|
|
6432
6560
|
|
|
6433
6561
|
|
|
6562
|
+
/***/ }),
|
|
6563
|
+
|
|
6564
|
+
/***/ "c54b":
|
|
6565
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
6566
|
+
|
|
6567
|
+
module.exports = __webpack_require__.p + "img/ruble.c27b58e5.svg";
|
|
6568
|
+
|
|
6434
6569
|
/***/ }),
|
|
6435
6570
|
|
|
6436
6571
|
/***/ "c65b":
|
|
@@ -6494,6 +6629,13 @@ module.exports = function (stack, dropEntries) {
|
|
|
6494
6629
|
};
|
|
6495
6630
|
|
|
6496
6631
|
|
|
6632
|
+
/***/ }),
|
|
6633
|
+
|
|
6634
|
+
/***/ "c874":
|
|
6635
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
6636
|
+
|
|
6637
|
+
module.exports = __webpack_require__.p + "img/arrow-down.72dc66a4.svg";
|
|
6638
|
+
|
|
6497
6639
|
/***/ }),
|
|
6498
6640
|
|
|
6499
6641
|
/***/ "c8ba":
|
|
@@ -6699,6 +6841,13 @@ var defineWellKnownSymbol = __webpack_require__("746f");
|
|
|
6699
6841
|
defineWellKnownSymbol('iterator');
|
|
6700
6842
|
|
|
6701
6843
|
|
|
6844
|
+
/***/ }),
|
|
6845
|
+
|
|
6846
|
+
/***/ "d293":
|
|
6847
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
6848
|
+
|
|
6849
|
+
module.exports = __webpack_require__.p + "img/dollor.7d00f847.svg";
|
|
6850
|
+
|
|
6702
6851
|
/***/ }),
|
|
6703
6852
|
|
|
6704
6853
|
/***/ "d2bb":
|
|
@@ -7847,13 +7996,6 @@ module.exports = function (it) {
|
|
|
7847
7996
|
/* unused harmony reexport * */
|
|
7848
7997
|
|
|
7849
7998
|
|
|
7850
|
-
/***/ }),
|
|
7851
|
-
|
|
7852
|
-
/***/ "f013":
|
|
7853
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
7854
|
-
|
|
7855
|
-
// extracted by mini-css-extract-plugin
|
|
7856
|
-
|
|
7857
7999
|
/***/ }),
|
|
7858
8000
|
|
|
7859
8001
|
/***/ "f069":
|
|
@@ -7989,20 +8131,21 @@ var es_object_keys = __webpack_require__("b64b");
|
|
|
7989
8131
|
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__("8bbf");
|
|
7990
8132
|
var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_vue_commonjs2_vue_root_Vue_);
|
|
7991
8133
|
|
|
7992
|
-
// 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/
|
|
7993
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.
|
|
7994
|
-
'btn',
|
|
7995
|
-
("btn_" + _vm.variant),
|
|
7996
|
-
("size_" + _vm.size) ],attrs:{"href":_vm.url,"event":_vm.event ? 'click' : ''}},'component',_vm.$attrs,false),_vm.$listeners),[_vm._t("default")],2)}
|
|
8134
|
+
// 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&
|
|
8135
|
+
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))])])}
|
|
7997
8136
|
var staticRenderFns = []
|
|
7998
8137
|
|
|
7999
8138
|
|
|
8000
|
-
// CONCATENATED MODULE: ./src/components/
|
|
8139
|
+
// CONCATENATED MODULE: ./src/components/Checkbox/ACheckbox.vue?vue&type=template&id=88de6b42&scoped=true&
|
|
8001
8140
|
|
|
8002
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.
|
|
8003
|
-
var
|
|
8141
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.constructor.js
|
|
8142
|
+
var es_number_constructor = __webpack_require__("a9e3");
|
|
8143
|
+
|
|
8144
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.concat.js
|
|
8145
|
+
var es_array_concat = __webpack_require__("99af");
|
|
8146
|
+
|
|
8147
|
+
// 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&
|
|
8004
8148
|
|
|
8005
|
-
// 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&
|
|
8006
8149
|
|
|
8007
8150
|
//
|
|
8008
8151
|
//
|
|
@@ -8019,43 +8162,49 @@ var es_array_includes = __webpack_require__("caad");
|
|
|
8019
8162
|
//
|
|
8020
8163
|
//
|
|
8021
8164
|
//
|
|
8022
|
-
|
|
8023
|
-
//
|
|
8024
|
-
//
|
|
8025
|
-
/* harmony default export */ var AButtonvue_type_script_lang_js_ = ({
|
|
8026
|
-
name: "AButton",
|
|
8165
|
+
/* harmony default export */ var ACheckboxvue_type_script_lang_js_ = ({
|
|
8027
8166
|
props: {
|
|
8028
|
-
|
|
8029
|
-
type: String,
|
|
8030
|
-
default:
|
|
8031
|
-
validator: function validator(value) {
|
|
8032
|
-
return ['white', 'grey', 'yellow', 'red', 'green', 'blue_outlined', 'blue'].includes(value);
|
|
8033
|
-
}
|
|
8167
|
+
id: {
|
|
8168
|
+
type: [String, Number],
|
|
8169
|
+
default: null
|
|
8034
8170
|
},
|
|
8035
|
-
|
|
8036
|
-
type: String,
|
|
8037
|
-
default:
|
|
8038
|
-
validator: function validator(value) {
|
|
8039
|
-
return ['sm', 'md', 'extra_sm'].includes(value);
|
|
8040
|
-
}
|
|
8171
|
+
inputValue: {
|
|
8172
|
+
type: [String, Boolean],
|
|
8173
|
+
default: null
|
|
8041
8174
|
},
|
|
8042
|
-
|
|
8043
|
-
type:
|
|
8175
|
+
value: {
|
|
8176
|
+
type: Array,
|
|
8177
|
+
default: function _default() {
|
|
8178
|
+
return [];
|
|
8179
|
+
}
|
|
8044
8180
|
},
|
|
8045
|
-
|
|
8046
|
-
type:
|
|
8047
|
-
default:
|
|
8181
|
+
label: {
|
|
8182
|
+
type: String,
|
|
8183
|
+
default: ""
|
|
8048
8184
|
},
|
|
8049
8185
|
disabled: {
|
|
8050
8186
|
type: Boolean,
|
|
8051
8187
|
default: false
|
|
8052
8188
|
}
|
|
8189
|
+
},
|
|
8190
|
+
computed: {
|
|
8191
|
+
fakeHash: function fakeHash() {
|
|
8192
|
+
return "".concat(this.id, "_").concat(this.label, "_checkbox");
|
|
8193
|
+
},
|
|
8194
|
+
model: {
|
|
8195
|
+
get: function get() {
|
|
8196
|
+
return this.value;
|
|
8197
|
+
},
|
|
8198
|
+
set: function set(value) {
|
|
8199
|
+
this.$emit("input", value);
|
|
8200
|
+
}
|
|
8201
|
+
}
|
|
8053
8202
|
}
|
|
8054
8203
|
});
|
|
8055
|
-
// CONCATENATED MODULE: ./src/components/
|
|
8056
|
-
/* harmony default export */ var
|
|
8057
|
-
// EXTERNAL MODULE: ./src/components/
|
|
8058
|
-
var
|
|
8204
|
+
// CONCATENATED MODULE: ./src/components/Checkbox/ACheckbox.vue?vue&type=script&lang=js&
|
|
8205
|
+
/* harmony default export */ var Checkbox_ACheckboxvue_type_script_lang_js_ = (ACheckboxvue_type_script_lang_js_);
|
|
8206
|
+
// EXTERNAL MODULE: ./src/components/Checkbox/ACheckbox.vue?vue&type=style&index=0&id=88de6b42&lang=scss&scoped=true&
|
|
8207
|
+
var ACheckboxvue_type_style_index_0_id_88de6b42_lang_scss_scoped_true_ = __webpack_require__("7fe7");
|
|
8059
8208
|
|
|
8060
8209
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
8061
8210
|
/* globals __VUE_SSR_CONTEXT__ */
|
|
@@ -8157,7 +8306,7 @@ function normalizeComponent (
|
|
|
8157
8306
|
}
|
|
8158
8307
|
}
|
|
8159
8308
|
|
|
8160
|
-
// CONCATENATED MODULE: ./src/components/
|
|
8309
|
+
// CONCATENATED MODULE: ./src/components/Checkbox/ACheckbox.vue
|
|
8161
8310
|
|
|
8162
8311
|
|
|
8163
8312
|
|
|
@@ -8167,17 +8316,106 @@ function normalizeComponent (
|
|
|
8167
8316
|
/* normalize component */
|
|
8168
8317
|
|
|
8169
8318
|
var component = normalizeComponent(
|
|
8170
|
-
|
|
8319
|
+
Checkbox_ACheckboxvue_type_script_lang_js_,
|
|
8171
8320
|
render,
|
|
8172
8321
|
staticRenderFns,
|
|
8173
8322
|
false,
|
|
8174
8323
|
null,
|
|
8324
|
+
"88de6b42",
|
|
8325
|
+
null
|
|
8326
|
+
|
|
8327
|
+
)
|
|
8328
|
+
|
|
8329
|
+
/* harmony default export */ var ACheckbox = (component.exports);
|
|
8330
|
+
// 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&
|
|
8331
|
+
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:[
|
|
8332
|
+
'btn',
|
|
8333
|
+
("btn_" + _vm.variant),
|
|
8334
|
+
("size_" + _vm.size) ],attrs:{"href":_vm.url,"event":_vm.event ? 'click' : ''}},'component',_vm.$attrs,false),_vm.$listeners),[_vm._t("default")],2)}
|
|
8335
|
+
var AButtonvue_type_template_id_4fa0b10a_staticRenderFns = []
|
|
8336
|
+
|
|
8337
|
+
|
|
8338
|
+
// CONCATENATED MODULE: ./src/components/Button/AButton.vue?vue&type=template&id=4fa0b10a&
|
|
8339
|
+
|
|
8340
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.includes.js
|
|
8341
|
+
var es_array_includes = __webpack_require__("caad");
|
|
8342
|
+
|
|
8343
|
+
// 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&
|
|
8344
|
+
|
|
8345
|
+
//
|
|
8346
|
+
//
|
|
8347
|
+
//
|
|
8348
|
+
//
|
|
8349
|
+
//
|
|
8350
|
+
//
|
|
8351
|
+
//
|
|
8352
|
+
//
|
|
8353
|
+
//
|
|
8354
|
+
//
|
|
8355
|
+
//
|
|
8356
|
+
//
|
|
8357
|
+
//
|
|
8358
|
+
//
|
|
8359
|
+
//
|
|
8360
|
+
//
|
|
8361
|
+
//
|
|
8362
|
+
//
|
|
8363
|
+
/* harmony default export */ var AButtonvue_type_script_lang_js_ = ({
|
|
8364
|
+
name: "AButton",
|
|
8365
|
+
props: {
|
|
8366
|
+
variant: {
|
|
8367
|
+
type: String,
|
|
8368
|
+
default: "yellow",
|
|
8369
|
+
validator: function validator(value) {
|
|
8370
|
+
return ['white', 'grey', 'yellow', 'red', 'green', 'blue_outlined', 'blue'].includes(value);
|
|
8371
|
+
}
|
|
8372
|
+
},
|
|
8373
|
+
size: {
|
|
8374
|
+
type: String,
|
|
8375
|
+
default: "md",
|
|
8376
|
+
validator: function validator(value) {
|
|
8377
|
+
return ['sm', 'md', 'extra_sm'].includes(value);
|
|
8378
|
+
}
|
|
8379
|
+
},
|
|
8380
|
+
url: {
|
|
8381
|
+
type: String
|
|
8382
|
+
},
|
|
8383
|
+
event: {
|
|
8384
|
+
type: Boolean,
|
|
8385
|
+
default: true
|
|
8386
|
+
},
|
|
8387
|
+
disabled: {
|
|
8388
|
+
type: Boolean,
|
|
8389
|
+
default: false
|
|
8390
|
+
}
|
|
8391
|
+
}
|
|
8392
|
+
});
|
|
8393
|
+
// CONCATENATED MODULE: ./src/components/Button/AButton.vue?vue&type=script&lang=js&
|
|
8394
|
+
/* harmony default export */ var Button_AButtonvue_type_script_lang_js_ = (AButtonvue_type_script_lang_js_);
|
|
8395
|
+
// EXTERNAL MODULE: ./src/components/Button/AButton.vue?vue&type=style&index=0&lang=scss&
|
|
8396
|
+
var AButtonvue_type_style_index_0_lang_scss_ = __webpack_require__("8dca");
|
|
8397
|
+
|
|
8398
|
+
// CONCATENATED MODULE: ./src/components/Button/AButton.vue
|
|
8399
|
+
|
|
8400
|
+
|
|
8401
|
+
|
|
8402
|
+
|
|
8403
|
+
|
|
8404
|
+
|
|
8405
|
+
/* normalize component */
|
|
8406
|
+
|
|
8407
|
+
var AButton_component = normalizeComponent(
|
|
8408
|
+
Button_AButtonvue_type_script_lang_js_,
|
|
8409
|
+
AButtonvue_type_template_id_4fa0b10a_render,
|
|
8410
|
+
AButtonvue_type_template_id_4fa0b10a_staticRenderFns,
|
|
8411
|
+
false,
|
|
8412
|
+
null,
|
|
8175
8413
|
null,
|
|
8176
8414
|
null
|
|
8177
8415
|
|
|
8178
8416
|
)
|
|
8179
8417
|
|
|
8180
|
-
/* harmony default export */ var AButton = (
|
|
8418
|
+
/* harmony default export */ var AButton = (AButton_component.exports);
|
|
8181
8419
|
// 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&
|
|
8182
8420
|
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()])}
|
|
8183
8421
|
var TextFieldvue_type_template_id_068cf2f4_staticRenderFns = []
|
|
@@ -8491,17 +8729,65 @@ var Alert_component = normalizeComponent(
|
|
|
8491
8729
|
)
|
|
8492
8730
|
|
|
8493
8731
|
/* harmony default export */ var Alert = (Alert_component.exports);
|
|
8494
|
-
// 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=
|
|
8495
|
-
var
|
|
8496
|
-
|
|
8497
|
-
|
|
8498
|
-
|
|
8732
|
+
// 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=34976661&
|
|
8733
|
+
var Headervue_type_template_id_34976661_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) {
|
|
8734
|
+
_vm.$emit('showBalanceModal', val);
|
|
8735
|
+
},"setShowModal":function (val) {
|
|
8736
|
+
_vm.$emit('setShowModal', val);
|
|
8737
|
+
},"logout":function($event){return _vm.$emit('logout')},"setIsReplenishModal":function (val) {
|
|
8738
|
+
_vm.$emit('setIsReplenishModal', val);
|
|
8739
|
+
}}}),_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){
|
|
8740
|
+
var animationClass = ref.animationClass;
|
|
8741
|
+
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('img',{attrs:{"src":__webpack_require__("d293"),"alt":""}}):_vm._e(),(currency.currency === 'EUR')?_c('img',{attrs:{"src":__webpack_require__("5ff2"),"alt":""}}):_vm._e(),(currency.currency === 'RUB')?_c('img',{attrs:{"src":__webpack_require__("c54b"),"alt":""}}):_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('img',{attrs:{"src":__webpack_require__("c874"),"alt":""}}):_c('img',{attrs:{"src":__webpack_require__("a3f8"),"alt":""}})]),_c('div',{staticClass:"menu-mobile__info-column"},[_c('span',[_vm._v(_vm._s(currency.sell))]),(currency.sell_state === 'DOWN')?_c('img',{attrs:{"src":__webpack_require__("c874"),"alt":""}}):_c('img',{attrs:{"src":__webpack_require__("a3f8"),"alt":""}})])])}),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)}
|
|
8742
|
+
var Headervue_type_template_id_34976661_staticRenderFns = []
|
|
8499
8743
|
|
|
8500
8744
|
|
|
8501
|
-
// CONCATENATED MODULE: ./src/components/Header/Header.vue?vue&type=template&id=
|
|
8745
|
+
// CONCATENATED MODULE: ./src/components/Header/Header.vue?vue&type=template&id=34976661&
|
|
8502
8746
|
|
|
8503
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.
|
|
8504
|
-
var
|
|
8747
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.promise.js
|
|
8748
|
+
var es_promise = __webpack_require__("e6cf");
|
|
8749
|
+
|
|
8750
|
+
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
|
|
8751
|
+
|
|
8752
|
+
|
|
8753
|
+
|
|
8754
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
8755
|
+
try {
|
|
8756
|
+
var info = gen[key](arg);
|
|
8757
|
+
var value = info.value;
|
|
8758
|
+
} catch (error) {
|
|
8759
|
+
reject(error);
|
|
8760
|
+
return;
|
|
8761
|
+
}
|
|
8762
|
+
|
|
8763
|
+
if (info.done) {
|
|
8764
|
+
resolve(value);
|
|
8765
|
+
} else {
|
|
8766
|
+
Promise.resolve(value).then(_next, _throw);
|
|
8767
|
+
}
|
|
8768
|
+
}
|
|
8769
|
+
|
|
8770
|
+
function _asyncToGenerator(fn) {
|
|
8771
|
+
return function () {
|
|
8772
|
+
var self = this,
|
|
8773
|
+
args = arguments;
|
|
8774
|
+
return new Promise(function (resolve, reject) {
|
|
8775
|
+
var gen = fn.apply(self, args);
|
|
8776
|
+
|
|
8777
|
+
function _next(value) {
|
|
8778
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
|
|
8779
|
+
}
|
|
8780
|
+
|
|
8781
|
+
function _throw(err) {
|
|
8782
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
|
|
8783
|
+
}
|
|
8784
|
+
|
|
8785
|
+
_next(undefined);
|
|
8786
|
+
});
|
|
8787
|
+
};
|
|
8788
|
+
}
|
|
8789
|
+
// EXTERNAL MODULE: ./node_modules/regenerator-runtime/runtime.js
|
|
8790
|
+
var runtime = __webpack_require__("96cf");
|
|
8505
8791
|
|
|
8506
8792
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
|
|
8507
8793
|
var es_function_name = __webpack_require__("b0c0");
|
|
@@ -8565,6 +8851,12 @@ var profileDropDown = [{
|
|
|
8565
8851
|
dev: "https://pk.adtdev.kz/profile/browsing-history",
|
|
8566
8852
|
staging: "https://pk.adada.kz/profile/browsing-history",
|
|
8567
8853
|
prod: "https://pk.adata.kz/profile/browsing-history"
|
|
8854
|
+
}, {
|
|
8855
|
+
id: 10,
|
|
8856
|
+
name: "Мои отчеты",
|
|
8857
|
+
dev: "https://pk.adtdev.kz/profile/my-reports",
|
|
8858
|
+
staging: "https://pk.adada.kz/profile/my-reports",
|
|
8859
|
+
prod: "https://pk.adata.kz/profile/my-reports"
|
|
8568
8860
|
}],
|
|
8569
8861
|
disabled: false
|
|
8570
8862
|
}, {
|
|
@@ -8642,48 +8934,6 @@ var Profilevue_type_template_id_cad026e6_staticRenderFns = []
|
|
|
8642
8934
|
|
|
8643
8935
|
// CONCATENATED MODULE: ./src/components/Header/Profile.vue?vue&type=template&id=cad026e6&
|
|
8644
8936
|
|
|
8645
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.promise.js
|
|
8646
|
-
var es_promise = __webpack_require__("e6cf");
|
|
8647
|
-
|
|
8648
|
-
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
|
|
8649
|
-
|
|
8650
|
-
|
|
8651
|
-
|
|
8652
|
-
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
8653
|
-
try {
|
|
8654
|
-
var info = gen[key](arg);
|
|
8655
|
-
var value = info.value;
|
|
8656
|
-
} catch (error) {
|
|
8657
|
-
reject(error);
|
|
8658
|
-
return;
|
|
8659
|
-
}
|
|
8660
|
-
|
|
8661
|
-
if (info.done) {
|
|
8662
|
-
resolve(value);
|
|
8663
|
-
} else {
|
|
8664
|
-
Promise.resolve(value).then(_next, _throw);
|
|
8665
|
-
}
|
|
8666
|
-
}
|
|
8667
|
-
|
|
8668
|
-
function _asyncToGenerator(fn) {
|
|
8669
|
-
return function () {
|
|
8670
|
-
var self = this,
|
|
8671
|
-
args = arguments;
|
|
8672
|
-
return new Promise(function (resolve, reject) {
|
|
8673
|
-
var gen = fn.apply(self, args);
|
|
8674
|
-
|
|
8675
|
-
function _next(value) {
|
|
8676
|
-
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
|
|
8677
|
-
}
|
|
8678
|
-
|
|
8679
|
-
function _throw(err) {
|
|
8680
|
-
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
|
|
8681
|
-
}
|
|
8682
|
-
|
|
8683
|
-
_next(undefined);
|
|
8684
|
-
});
|
|
8685
|
-
};
|
|
8686
|
-
}
|
|
8687
8937
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
|
|
8688
8938
|
function _arrayLikeToArray(arr, len) {
|
|
8689
8939
|
if (len == null || len > arr.length) len = arr.length;
|
|
@@ -8771,9 +9021,6 @@ function _nonIterableSpread() {
|
|
|
8771
9021
|
function _toConsumableArray(arr) {
|
|
8772
9022
|
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
|
8773
9023
|
}
|
|
8774
|
-
// EXTERNAL MODULE: ./node_modules/regenerator-runtime/runtime.js
|
|
8775
|
-
var runtime = __webpack_require__("96cf");
|
|
8776
|
-
|
|
8777
9024
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.find.js
|
|
8778
9025
|
var es_array_find = __webpack_require__("7db0");
|
|
8779
9026
|
|
|
@@ -9360,15 +9607,153 @@ var Profile_component = normalizeComponent(
|
|
|
9360
9607
|
)
|
|
9361
9608
|
|
|
9362
9609
|
/* harmony default export */ var Profile = (Profile_component.exports);
|
|
9363
|
-
// 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=
|
|
9364
|
-
var
|
|
9365
|
-
var
|
|
9610
|
+
// 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=6078a202&scoped=true&
|
|
9611
|
+
var InfoHeadervue_type_template_id_6078a202_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('img',{attrs:{"src":__webpack_require__("d293"),"alt":""}}):_vm._e(),(currency.currency === 'EUR')?_c('img',{attrs:{"src":__webpack_require__("5ff2"),"alt":""}}):_vm._e(),(currency.currency === 'RUB')?_c('img',{attrs:{"src":__webpack_require__("c54b"),"alt":""}}):_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('img',{attrs:{"src":__webpack_require__("c874"),"alt":""}}):_c('img',{attrs:{"src":__webpack_require__("a3f8"),"alt":""}})]),_c('div',{staticClass:"info-header__inner-item"},[_c('span',{staticClass:"info-header__result"},[_vm._v(_vm._s(currency.buy))]),(currency.buy_state === 'DOWN')?_c('img',{attrs:{"src":__webpack_require__("c874"),"alt":""}}):_c('img',{attrs:{"src":__webpack_require__("a3f8"),"alt":""}})])])}):_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)}
|
|
9612
|
+
var InfoHeadervue_type_template_id_6078a202_scoped_true_staticRenderFns = []
|
|
9366
9613
|
|
|
9367
9614
|
|
|
9368
|
-
// CONCATENATED MODULE: ./src/components/Header/InfoHeader.vue?vue&type=template&id=
|
|
9615
|
+
// CONCATENATED MODULE: ./src/components/Header/InfoHeader.vue?vue&type=template&id=6078a202&scoped=true&
|
|
9369
9616
|
|
|
9370
9617
|
// 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&
|
|
9371
9618
|
|
|
9619
|
+
//
|
|
9620
|
+
//
|
|
9621
|
+
//
|
|
9622
|
+
//
|
|
9623
|
+
//
|
|
9624
|
+
//
|
|
9625
|
+
//
|
|
9626
|
+
//
|
|
9627
|
+
//
|
|
9628
|
+
//
|
|
9629
|
+
//
|
|
9630
|
+
//
|
|
9631
|
+
//
|
|
9632
|
+
//
|
|
9633
|
+
//
|
|
9634
|
+
//
|
|
9635
|
+
//
|
|
9636
|
+
//
|
|
9637
|
+
//
|
|
9638
|
+
//
|
|
9639
|
+
//
|
|
9640
|
+
//
|
|
9641
|
+
//
|
|
9642
|
+
//
|
|
9643
|
+
//
|
|
9644
|
+
//
|
|
9645
|
+
//
|
|
9646
|
+
//
|
|
9647
|
+
//
|
|
9648
|
+
//
|
|
9649
|
+
//
|
|
9650
|
+
//
|
|
9651
|
+
//
|
|
9652
|
+
//
|
|
9653
|
+
//
|
|
9654
|
+
//
|
|
9655
|
+
//
|
|
9656
|
+
//
|
|
9657
|
+
//
|
|
9658
|
+
//
|
|
9659
|
+
//
|
|
9660
|
+
//
|
|
9661
|
+
//
|
|
9662
|
+
//
|
|
9663
|
+
//
|
|
9664
|
+
//
|
|
9665
|
+
//
|
|
9666
|
+
//
|
|
9667
|
+
//
|
|
9668
|
+
//
|
|
9669
|
+
//
|
|
9670
|
+
//
|
|
9671
|
+
//
|
|
9672
|
+
//
|
|
9673
|
+
//
|
|
9674
|
+
//
|
|
9675
|
+
//
|
|
9676
|
+
//
|
|
9677
|
+
//
|
|
9678
|
+
//
|
|
9679
|
+
//
|
|
9680
|
+
//
|
|
9681
|
+
//
|
|
9682
|
+
//
|
|
9683
|
+
/* harmony default export */ var InfoHeadervue_type_script_lang_js_ = ({
|
|
9684
|
+
name: "InfoHeader",
|
|
9685
|
+
props: {
|
|
9686
|
+
requestCount: {
|
|
9687
|
+
type: [String, Number],
|
|
9688
|
+
default: null
|
|
9689
|
+
},
|
|
9690
|
+
daysRemaining: {
|
|
9691
|
+
type: [String, Number],
|
|
9692
|
+
default: null
|
|
9693
|
+
},
|
|
9694
|
+
isAuthenticated: {
|
|
9695
|
+
type: Boolean,
|
|
9696
|
+
default: false
|
|
9697
|
+
},
|
|
9698
|
+
isOpenNotification: {
|
|
9699
|
+
type: Boolean,
|
|
9700
|
+
default: false
|
|
9701
|
+
},
|
|
9702
|
+
weather: {
|
|
9703
|
+
type: Array,
|
|
9704
|
+
default: function _default() {
|
|
9705
|
+
return [];
|
|
9706
|
+
}
|
|
9707
|
+
},
|
|
9708
|
+
currencies: {
|
|
9709
|
+
type: Array,
|
|
9710
|
+
default: function _default() {
|
|
9711
|
+
return [];
|
|
9712
|
+
}
|
|
9713
|
+
},
|
|
9714
|
+
systemMessage: {
|
|
9715
|
+
type: String,
|
|
9716
|
+
default: ''
|
|
9717
|
+
}
|
|
9718
|
+
},
|
|
9719
|
+
methods: {
|
|
9720
|
+
closeNotification: function closeNotification() {
|
|
9721
|
+
this.$emit("closeNotification", this.isOpenNotification);
|
|
9722
|
+
}
|
|
9723
|
+
}
|
|
9724
|
+
});
|
|
9725
|
+
// CONCATENATED MODULE: ./src/components/Header/InfoHeader.vue?vue&type=script&lang=js&
|
|
9726
|
+
/* harmony default export */ var Header_InfoHeadervue_type_script_lang_js_ = (InfoHeadervue_type_script_lang_js_);
|
|
9727
|
+
// EXTERNAL MODULE: ./src/components/Header/InfoHeader.vue?vue&type=style&index=0&id=6078a202&scoped=true&lang=scss&
|
|
9728
|
+
var InfoHeadervue_type_style_index_0_id_6078a202_scoped_true_lang_scss_ = __webpack_require__("32db");
|
|
9729
|
+
|
|
9730
|
+
// CONCATENATED MODULE: ./src/components/Header/InfoHeader.vue
|
|
9731
|
+
|
|
9732
|
+
|
|
9733
|
+
|
|
9734
|
+
|
|
9735
|
+
|
|
9736
|
+
|
|
9737
|
+
/* normalize component */
|
|
9738
|
+
|
|
9739
|
+
var InfoHeader_component = normalizeComponent(
|
|
9740
|
+
Header_InfoHeadervue_type_script_lang_js_,
|
|
9741
|
+
InfoHeadervue_type_template_id_6078a202_scoped_true_render,
|
|
9742
|
+
InfoHeadervue_type_template_id_6078a202_scoped_true_staticRenderFns,
|
|
9743
|
+
false,
|
|
9744
|
+
null,
|
|
9745
|
+
"6078a202",
|
|
9746
|
+
null
|
|
9747
|
+
|
|
9748
|
+
)
|
|
9749
|
+
|
|
9750
|
+
/* harmony default export */ var InfoHeader = (InfoHeader_component.exports);
|
|
9751
|
+
// 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&
|
|
9752
|
+
|
|
9753
|
+
|
|
9754
|
+
|
|
9755
|
+
|
|
9756
|
+
|
|
9372
9757
|
|
|
9373
9758
|
|
|
9374
9759
|
|
|
@@ -9464,230 +9849,6 @@ var InfoHeadervue_type_template_id_df547db2_scoped_true_staticRenderFns = []
|
|
|
9464
9849
|
//
|
|
9465
9850
|
//
|
|
9466
9851
|
//
|
|
9467
|
-
//
|
|
9468
|
-
//
|
|
9469
|
-
//
|
|
9470
|
-
//
|
|
9471
|
-
//
|
|
9472
|
-
//
|
|
9473
|
-
//
|
|
9474
|
-
//
|
|
9475
|
-
//
|
|
9476
|
-
//
|
|
9477
|
-
//
|
|
9478
|
-
//
|
|
9479
|
-
//
|
|
9480
|
-
//
|
|
9481
|
-
//
|
|
9482
|
-
//
|
|
9483
|
-
//
|
|
9484
|
-
//
|
|
9485
|
-
//
|
|
9486
|
-
//
|
|
9487
|
-
//
|
|
9488
|
-
//
|
|
9489
|
-
/* harmony default export */ var InfoHeadervue_type_script_lang_js_ = ({
|
|
9490
|
-
name: "InfoHeader",
|
|
9491
|
-
props: {
|
|
9492
|
-
requestCount: {
|
|
9493
|
-
type: [String, Number],
|
|
9494
|
-
default: null
|
|
9495
|
-
},
|
|
9496
|
-
daysRemaining: {
|
|
9497
|
-
type: [String, Number],
|
|
9498
|
-
default: null
|
|
9499
|
-
},
|
|
9500
|
-
isAuthenticated: {
|
|
9501
|
-
type: Boolean,
|
|
9502
|
-
default: false
|
|
9503
|
-
}
|
|
9504
|
-
},
|
|
9505
|
-
data: function data() {
|
|
9506
|
-
return {
|
|
9507
|
-
showNotification: false,
|
|
9508
|
-
systemMessage: null,
|
|
9509
|
-
currency: null,
|
|
9510
|
-
timer: null
|
|
9511
|
-
};
|
|
9512
|
-
},
|
|
9513
|
-
created: function created() {
|
|
9514
|
-
this.fetchCurrency();
|
|
9515
|
-
},
|
|
9516
|
-
mounted: function mounted() {
|
|
9517
|
-
this.timer = setTimeout(this.fetchNotification, 3000);
|
|
9518
|
-
},
|
|
9519
|
-
watch: {
|
|
9520
|
-
showNotification: function showNotification() {
|
|
9521
|
-
if (!this.showNotification) {
|
|
9522
|
-
clearTimeout(this.timer);
|
|
9523
|
-
}
|
|
9524
|
-
}
|
|
9525
|
-
},
|
|
9526
|
-
methods: {
|
|
9527
|
-
fetchNotification: function fetchNotification() {
|
|
9528
|
-
var _this = this;
|
|
9529
|
-
|
|
9530
|
-
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
9531
|
-
var response, _yield$response$json, data;
|
|
9532
|
-
|
|
9533
|
-
return regeneratorRuntime.wrap(function _callee$(_context) {
|
|
9534
|
-
while (1) {
|
|
9535
|
-
switch (_context.prev = _context.next) {
|
|
9536
|
-
case 0:
|
|
9537
|
-
_context.prev = 0;
|
|
9538
|
-
_context.next = 3;
|
|
9539
|
-
return fetch('https://users.adtdev.kz/api/v1/system-messages/active-list/?module_name=counterparty');
|
|
9540
|
-
|
|
9541
|
-
case 3:
|
|
9542
|
-
response = _context.sent;
|
|
9543
|
-
_context.next = 6;
|
|
9544
|
-
return response.json();
|
|
9545
|
-
|
|
9546
|
-
case 6:
|
|
9547
|
-
_yield$response$json = _context.sent;
|
|
9548
|
-
data = _yield$response$json.data;
|
|
9549
|
-
|
|
9550
|
-
if (data.details.length) {
|
|
9551
|
-
_this.systemMessage = data.details[0].message;
|
|
9552
|
-
_this.showNotification = true;
|
|
9553
|
-
}
|
|
9554
|
-
|
|
9555
|
-
_context.next = 14;
|
|
9556
|
-
break;
|
|
9557
|
-
|
|
9558
|
-
case 11:
|
|
9559
|
-
_context.prev = 11;
|
|
9560
|
-
_context.t0 = _context["catch"](0);
|
|
9561
|
-
console.log(_context.t0.message);
|
|
9562
|
-
|
|
9563
|
-
case 14:
|
|
9564
|
-
case "end":
|
|
9565
|
-
return _context.stop();
|
|
9566
|
-
}
|
|
9567
|
-
}
|
|
9568
|
-
}, _callee, null, [[0, 11]]);
|
|
9569
|
-
}))();
|
|
9570
|
-
},
|
|
9571
|
-
fetchCurrency: function fetchCurrency() {
|
|
9572
|
-
var _this2 = this;
|
|
9573
|
-
|
|
9574
|
-
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
|
|
9575
|
-
var response, _yield$response$json2, data;
|
|
9576
|
-
|
|
9577
|
-
return regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
9578
|
-
while (1) {
|
|
9579
|
-
switch (_context2.prev = _context2.next) {
|
|
9580
|
-
case 0:
|
|
9581
|
-
_context2.prev = 0;
|
|
9582
|
-
_context2.next = 3;
|
|
9583
|
-
return fetch('https://users.adtdev.kz/api/v1/information/currency');
|
|
9584
|
-
|
|
9585
|
-
case 3:
|
|
9586
|
-
response = _context2.sent;
|
|
9587
|
-
_context2.next = 6;
|
|
9588
|
-
return response.json();
|
|
9589
|
-
|
|
9590
|
-
case 6:
|
|
9591
|
-
_yield$response$json2 = _context2.sent;
|
|
9592
|
-
data = _yield$response$json2.data;
|
|
9593
|
-
|
|
9594
|
-
if (data.USD) {
|
|
9595
|
-
_this2.currency = data.USD;
|
|
9596
|
-
}
|
|
9597
|
-
|
|
9598
|
-
_context2.next = 14;
|
|
9599
|
-
break;
|
|
9600
|
-
|
|
9601
|
-
case 11:
|
|
9602
|
-
_context2.prev = 11;
|
|
9603
|
-
_context2.t0 = _context2["catch"](0);
|
|
9604
|
-
console.log(_context2.t0.message);
|
|
9605
|
-
|
|
9606
|
-
case 14:
|
|
9607
|
-
case "end":
|
|
9608
|
-
return _context2.stop();
|
|
9609
|
-
}
|
|
9610
|
-
}
|
|
9611
|
-
}, _callee2, null, [[0, 11]]);
|
|
9612
|
-
}))();
|
|
9613
|
-
},
|
|
9614
|
-
fetchWeather: function fetchWeather() {
|
|
9615
|
-
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
|
|
9616
|
-
var response, result;
|
|
9617
|
-
return regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
9618
|
-
while (1) {
|
|
9619
|
-
switch (_context3.prev = _context3.next) {
|
|
9620
|
-
case 0:
|
|
9621
|
-
_context3.prev = 0;
|
|
9622
|
-
_context3.next = 3;
|
|
9623
|
-
return fetch('https://users.adtdev.kz/api/v1/information/weather');
|
|
9624
|
-
|
|
9625
|
-
case 3:
|
|
9626
|
-
response = _context3.sent;
|
|
9627
|
-
_context3.next = 6;
|
|
9628
|
-
return response.json();
|
|
9629
|
-
|
|
9630
|
-
case 6:
|
|
9631
|
-
result = _context3.sent;
|
|
9632
|
-
|
|
9633
|
-
if (result) {
|
|
9634
|
-
console.log(result);
|
|
9635
|
-
}
|
|
9636
|
-
|
|
9637
|
-
_context3.next = 13;
|
|
9638
|
-
break;
|
|
9639
|
-
|
|
9640
|
-
case 10:
|
|
9641
|
-
_context3.prev = 10;
|
|
9642
|
-
_context3.t0 = _context3["catch"](0);
|
|
9643
|
-
console.log(_context3.t0.message);
|
|
9644
|
-
|
|
9645
|
-
case 13:
|
|
9646
|
-
case "end":
|
|
9647
|
-
return _context3.stop();
|
|
9648
|
-
}
|
|
9649
|
-
}
|
|
9650
|
-
}, _callee3, null, [[0, 10]]);
|
|
9651
|
-
}))();
|
|
9652
|
-
},
|
|
9653
|
-
closeNotification: function closeNotification() {
|
|
9654
|
-
this.showNotification = !this.showNotification;
|
|
9655
|
-
}
|
|
9656
|
-
}
|
|
9657
|
-
});
|
|
9658
|
-
// CONCATENATED MODULE: ./src/components/Header/InfoHeader.vue?vue&type=script&lang=js&
|
|
9659
|
-
/* harmony default export */ var Header_InfoHeadervue_type_script_lang_js_ = (InfoHeadervue_type_script_lang_js_);
|
|
9660
|
-
// EXTERNAL MODULE: ./src/components/Header/InfoHeader.vue?vue&type=style&index=0&id=df547db2&scoped=true&lang=scss&
|
|
9661
|
-
var InfoHeadervue_type_style_index_0_id_df547db2_scoped_true_lang_scss_ = __webpack_require__("95bc");
|
|
9662
|
-
|
|
9663
|
-
// CONCATENATED MODULE: ./src/components/Header/InfoHeader.vue
|
|
9664
|
-
|
|
9665
|
-
|
|
9666
|
-
|
|
9667
|
-
|
|
9668
|
-
|
|
9669
|
-
|
|
9670
|
-
/* normalize component */
|
|
9671
|
-
|
|
9672
|
-
var InfoHeader_component = normalizeComponent(
|
|
9673
|
-
Header_InfoHeadervue_type_script_lang_js_,
|
|
9674
|
-
InfoHeadervue_type_template_id_df547db2_scoped_true_render,
|
|
9675
|
-
InfoHeadervue_type_template_id_df547db2_scoped_true_staticRenderFns,
|
|
9676
|
-
false,
|
|
9677
|
-
null,
|
|
9678
|
-
"df547db2",
|
|
9679
|
-
null
|
|
9680
|
-
|
|
9681
|
-
)
|
|
9682
|
-
|
|
9683
|
-
/* harmony default export */ var InfoHeader = (InfoHeader_component.exports);
|
|
9684
|
-
// 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&
|
|
9685
|
-
|
|
9686
|
-
|
|
9687
|
-
|
|
9688
|
-
|
|
9689
|
-
|
|
9690
|
-
|
|
9691
9852
|
//
|
|
9692
9853
|
//
|
|
9693
9854
|
//
|
|
@@ -9783,7 +9944,7 @@ var InfoHeader_component = normalizeComponent(
|
|
|
9783
9944
|
type: String,
|
|
9784
9945
|
required: true,
|
|
9785
9946
|
validator: function validator(value) {
|
|
9786
|
-
return [
|
|
9947
|
+
return ["prod", "dev", "staging"].indexOf(value) !== -1;
|
|
9787
9948
|
}
|
|
9788
9949
|
},
|
|
9789
9950
|
isAuthenticated: {
|
|
@@ -9829,69 +9990,232 @@ var InfoHeader_component = normalizeComponent(
|
|
|
9829
9990
|
return {
|
|
9830
9991
|
profileDropDown: profileDropDown,
|
|
9831
9992
|
main: {
|
|
9832
|
-
dev:
|
|
9833
|
-
prod:
|
|
9834
|
-
staging:
|
|
9993
|
+
dev: "https://adtdev.kz",
|
|
9994
|
+
prod: "https://adata.kz",
|
|
9995
|
+
staging: "https://adada.kz"
|
|
9835
9996
|
},
|
|
9836
|
-
|
|
9997
|
+
headerItems: [{
|
|
9837
9998
|
id: 1,
|
|
9838
9999
|
name: "Контрагенты",
|
|
9839
|
-
dev:
|
|
9840
|
-
prod:
|
|
9841
|
-
staging:
|
|
9842
|
-
key:
|
|
10000
|
+
dev: "https://pk.adtdev.kz",
|
|
10001
|
+
prod: "https://pk.adata.kz",
|
|
10002
|
+
staging: "https://pk.adada.kz",
|
|
10003
|
+
key: "counterparty"
|
|
9843
10004
|
}, {
|
|
9844
10005
|
id: 2,
|
|
9845
10006
|
name: "Тендеры",
|
|
9846
|
-
dev:
|
|
9847
|
-
prod:
|
|
9848
|
-
staging:
|
|
9849
|
-
key:
|
|
10007
|
+
dev: "https://tender.adtdev.kz",
|
|
10008
|
+
prod: "https://tender.adata.kz",
|
|
10009
|
+
staging: "https://tender.adada.kz",
|
|
10010
|
+
key: "tenders"
|
|
9850
10011
|
}, {
|
|
9851
10012
|
id: 3,
|
|
9852
10013
|
name: "Работа",
|
|
9853
|
-
dev:
|
|
9854
|
-
prod:
|
|
9855
|
-
staging:
|
|
9856
|
-
key:
|
|
10014
|
+
dev: "https://work.adtdev.kz",
|
|
10015
|
+
prod: "https://work.adata.kz",
|
|
10016
|
+
staging: "https://work.adada.kz",
|
|
10017
|
+
key: "work"
|
|
9857
10018
|
}, {
|
|
9858
10019
|
id: 4,
|
|
9859
10020
|
name: "Штрафы",
|
|
9860
|
-
dev:
|
|
9861
|
-
prod:
|
|
9862
|
-
staging:
|
|
9863
|
-
key:
|
|
10021
|
+
dev: "https://avto.adtdev.kz",
|
|
10022
|
+
prod: "https://avto.adata.kz",
|
|
10023
|
+
staging: "https://avto.adada.kz",
|
|
10024
|
+
key: "fines"
|
|
9864
10025
|
}, {
|
|
9865
10026
|
id: 5,
|
|
9866
10027
|
name: "Маркетинг",
|
|
9867
|
-
dev:
|
|
9868
|
-
prod:
|
|
9869
|
-
staging:
|
|
9870
|
-
key:
|
|
10028
|
+
dev: "https://marketing.adtdev.kz",
|
|
10029
|
+
prod: "https://marketing.adata.kz",
|
|
10030
|
+
staging: "https://marketing.adada.kz",
|
|
10031
|
+
key: "marketing"
|
|
9871
10032
|
}],
|
|
9872
|
-
isOpen: false
|
|
10033
|
+
isOpen: false,
|
|
10034
|
+
weather: null,
|
|
10035
|
+
currencies: null,
|
|
10036
|
+
systemMessage: null,
|
|
10037
|
+
timer: null,
|
|
10038
|
+
isOpenNotification: false
|
|
9873
10039
|
};
|
|
9874
10040
|
},
|
|
10041
|
+
created: function created() {
|
|
10042
|
+
this.fetchCurrencies();
|
|
10043
|
+
this.fetchWeather();
|
|
10044
|
+
},
|
|
9875
10045
|
mounted: function mounted() {
|
|
9876
10046
|
this.setBalance(this.balance);
|
|
10047
|
+
this.timer = setTimeout(this.fetchNotification, 3000);
|
|
10048
|
+
},
|
|
10049
|
+
watch: {
|
|
10050
|
+
balance: function balance(newBalance) {
|
|
10051
|
+
this.setBalance(newBalance);
|
|
10052
|
+
},
|
|
10053
|
+
isOpenNotification: function isOpenNotification() {
|
|
10054
|
+
if (!this.isOpenNotification) {
|
|
10055
|
+
clearTimeout(this.timer);
|
|
10056
|
+
}
|
|
10057
|
+
}
|
|
9877
10058
|
},
|
|
9878
10059
|
methods: {
|
|
10060
|
+
fetchNotification: function fetchNotification() {
|
|
10061
|
+
var _this = this;
|
|
10062
|
+
|
|
10063
|
+
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
10064
|
+
var response, _yield$response$json, data;
|
|
10065
|
+
|
|
10066
|
+
return regeneratorRuntime.wrap(function _callee$(_context) {
|
|
10067
|
+
while (1) {
|
|
10068
|
+
switch (_context.prev = _context.next) {
|
|
10069
|
+
case 0:
|
|
10070
|
+
_context.prev = 0;
|
|
10071
|
+
_context.next = 3;
|
|
10072
|
+
return fetch('https://users.adtdev.kz/api/v1/system-messages/active-list/?module_name=counterparty');
|
|
10073
|
+
|
|
10074
|
+
case 3:
|
|
10075
|
+
response = _context.sent;
|
|
10076
|
+
_context.next = 6;
|
|
10077
|
+
return response.json();
|
|
10078
|
+
|
|
10079
|
+
case 6:
|
|
10080
|
+
_yield$response$json = _context.sent;
|
|
10081
|
+
data = _yield$response$json.data;
|
|
10082
|
+
|
|
10083
|
+
if (data.details.length) {
|
|
10084
|
+
_this.systemMessage = data.details[0].message;
|
|
10085
|
+
_this.isOpenNotification = true;
|
|
10086
|
+
}
|
|
10087
|
+
|
|
10088
|
+
_context.next = 14;
|
|
10089
|
+
break;
|
|
10090
|
+
|
|
10091
|
+
case 11:
|
|
10092
|
+
_context.prev = 11;
|
|
10093
|
+
_context.t0 = _context["catch"](0);
|
|
10094
|
+
console.log(_context.t0.message);
|
|
10095
|
+
|
|
10096
|
+
case 14:
|
|
10097
|
+
case "end":
|
|
10098
|
+
return _context.stop();
|
|
10099
|
+
}
|
|
10100
|
+
}
|
|
10101
|
+
}, _callee, null, [[0, 11]]);
|
|
10102
|
+
}))();
|
|
10103
|
+
},
|
|
10104
|
+
fetchCurrencies: function fetchCurrencies() {
|
|
10105
|
+
var _this2 = this;
|
|
10106
|
+
|
|
10107
|
+
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
|
|
10108
|
+
var response, _yield$response$json2, data;
|
|
10109
|
+
|
|
10110
|
+
return regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
10111
|
+
while (1) {
|
|
10112
|
+
switch (_context2.prev = _context2.next) {
|
|
10113
|
+
case 0:
|
|
10114
|
+
_context2.prev = 0;
|
|
10115
|
+
_context2.next = 3;
|
|
10116
|
+
return fetch('https://users.adata.kz/api/v1/information/currency');
|
|
10117
|
+
|
|
10118
|
+
case 3:
|
|
10119
|
+
response = _context2.sent;
|
|
10120
|
+
_context2.next = 6;
|
|
10121
|
+
return response.json();
|
|
10122
|
+
|
|
10123
|
+
case 6:
|
|
10124
|
+
_yield$response$json2 = _context2.sent;
|
|
10125
|
+
data = _yield$response$json2.data;
|
|
10126
|
+
|
|
10127
|
+
if (data.currencies) {
|
|
10128
|
+
_this2.currencies = data.currencies;
|
|
10129
|
+
}
|
|
10130
|
+
|
|
10131
|
+
_context2.next = 14;
|
|
10132
|
+
break;
|
|
10133
|
+
|
|
10134
|
+
case 11:
|
|
10135
|
+
_context2.prev = 11;
|
|
10136
|
+
_context2.t0 = _context2["catch"](0);
|
|
10137
|
+
console.log(_context2.t0.message);
|
|
10138
|
+
|
|
10139
|
+
case 14:
|
|
10140
|
+
case "end":
|
|
10141
|
+
return _context2.stop();
|
|
10142
|
+
}
|
|
10143
|
+
}
|
|
10144
|
+
}, _callee2, null, [[0, 11]]);
|
|
10145
|
+
}))();
|
|
10146
|
+
},
|
|
10147
|
+
fetchWeather: function fetchWeather() {
|
|
10148
|
+
var _this3 = this;
|
|
10149
|
+
|
|
10150
|
+
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
|
|
10151
|
+
var response, _yield$response$json3, data;
|
|
10152
|
+
|
|
10153
|
+
return regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
10154
|
+
while (1) {
|
|
10155
|
+
switch (_context3.prev = _context3.next) {
|
|
10156
|
+
case 0:
|
|
10157
|
+
_context3.prev = 0;
|
|
10158
|
+
_context3.next = 3;
|
|
10159
|
+
return fetch('https://users.adata.kz/api/v1/information/weather');
|
|
10160
|
+
|
|
10161
|
+
case 3:
|
|
10162
|
+
response = _context3.sent;
|
|
10163
|
+
_context3.next = 6;
|
|
10164
|
+
return response.json();
|
|
10165
|
+
|
|
10166
|
+
case 6:
|
|
10167
|
+
_yield$response$json3 = _context3.sent;
|
|
10168
|
+
data = _yield$response$json3.data;
|
|
10169
|
+
|
|
10170
|
+
if (data.cities) {
|
|
10171
|
+
_this3.weather = data.cities;
|
|
10172
|
+
}
|
|
10173
|
+
|
|
10174
|
+
_context3.next = 14;
|
|
10175
|
+
break;
|
|
10176
|
+
|
|
10177
|
+
case 11:
|
|
10178
|
+
_context3.prev = 11;
|
|
10179
|
+
_context3.t0 = _context3["catch"](0);
|
|
10180
|
+
console.log(_context3.t0.message);
|
|
10181
|
+
|
|
10182
|
+
case 14:
|
|
10183
|
+
case "end":
|
|
10184
|
+
return _context3.stop();
|
|
10185
|
+
}
|
|
10186
|
+
}
|
|
10187
|
+
}, _callee3, null, [[0, 11]]);
|
|
10188
|
+
}))();
|
|
10189
|
+
},
|
|
10190
|
+
closeNotification: function closeNotification(option) {
|
|
10191
|
+
this.isOpenNotification = !option;
|
|
10192
|
+
},
|
|
9879
10193
|
changeValue: function changeValue() {
|
|
9880
10194
|
this.isOpen = !this.isOpen;
|
|
9881
|
-
this.$emit(
|
|
10195
|
+
this.$emit("menuOpen", this.isOpen);
|
|
9882
10196
|
},
|
|
9883
10197
|
setBalance: function setBalance(balance) {
|
|
9884
10198
|
if (balance !== 0) {
|
|
9885
|
-
this.profileDropDown[2].name =
|
|
10199
|
+
this.profileDropDown[2].name = "Текущий баланс: " + this.thousandSeparator(balance) + " ₸";
|
|
9886
10200
|
}
|
|
9887
10201
|
},
|
|
9888
10202
|
thousandSeparator: function thousandSeparator(val) {
|
|
9889
|
-
return val ? val.toString().replace(/\B(?=(\d{3})+(?!\d))/g, " ") :
|
|
9890
|
-
}
|
|
9891
|
-
|
|
9892
|
-
|
|
9893
|
-
|
|
9894
|
-
|
|
10203
|
+
return val ? val.toString().replace(/\B(?=(\d{3})+(?!\d))/g, " ") : "";
|
|
10204
|
+
},
|
|
10205
|
+
defineIconState: function defineIconState(name) {
|
|
10206
|
+
return name === "DOWN" ? "@/assets/icons/arrow-down.svg" : "@/assets/icons/arrow-up.svg";
|
|
10207
|
+
},
|
|
10208
|
+
defineIconEntity: function defineIconEntity(name) {
|
|
10209
|
+
switch (name) {
|
|
10210
|
+
case 'USD':
|
|
10211
|
+
return "@/assets/icons/dollor.svg";
|
|
10212
|
+
|
|
10213
|
+
case 'EUR':
|
|
10214
|
+
return "@/assets/icons/euro.svg";
|
|
10215
|
+
|
|
10216
|
+
case 'RUB':
|
|
10217
|
+
return "@/assets/icons/ruble.svg";
|
|
10218
|
+
}
|
|
9895
10219
|
}
|
|
9896
10220
|
}
|
|
9897
10221
|
});
|
|
@@ -9911,8 +10235,8 @@ var Headervue_type_style_index_0_lang_scss_ = __webpack_require__("52f3");
|
|
|
9911
10235
|
|
|
9912
10236
|
var Header_component = normalizeComponent(
|
|
9913
10237
|
Header_Headervue_type_script_lang_js_,
|
|
9914
|
-
|
|
9915
|
-
|
|
10238
|
+
Headervue_type_template_id_34976661_render,
|
|
10239
|
+
Headervue_type_template_id_34976661_staticRenderFns,
|
|
9916
10240
|
false,
|
|
9917
10241
|
null,
|
|
9918
10242
|
null,
|
|
@@ -10426,6 +10750,80 @@ var MailTo_component = normalizeComponent(
|
|
|
10426
10750
|
)
|
|
10427
10751
|
|
|
10428
10752
|
/* harmony default export */ var MailTo = (MailTo_component.exports);
|
|
10753
|
+
// 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&
|
|
10754
|
+
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)}
|
|
10755
|
+
var ATablevue_type_template_id_b3cc1b06_scoped_true_staticRenderFns = []
|
|
10756
|
+
|
|
10757
|
+
|
|
10758
|
+
// CONCATENATED MODULE: ./src/components/Table/ATable.vue?vue&type=template&id=b3cc1b06&scoped=true&
|
|
10759
|
+
|
|
10760
|
+
// 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&
|
|
10761
|
+
|
|
10762
|
+
//
|
|
10763
|
+
//
|
|
10764
|
+
//
|
|
10765
|
+
//
|
|
10766
|
+
//
|
|
10767
|
+
//
|
|
10768
|
+
//
|
|
10769
|
+
//
|
|
10770
|
+
//
|
|
10771
|
+
//
|
|
10772
|
+
//
|
|
10773
|
+
//
|
|
10774
|
+
//
|
|
10775
|
+
//
|
|
10776
|
+
//
|
|
10777
|
+
//
|
|
10778
|
+
//
|
|
10779
|
+
//
|
|
10780
|
+
//
|
|
10781
|
+
/* harmony default export */ var ATablevue_type_script_lang_js_ = ({
|
|
10782
|
+
props: {
|
|
10783
|
+
cols: {
|
|
10784
|
+
type: Array,
|
|
10785
|
+
default: function _default() {
|
|
10786
|
+
return [];
|
|
10787
|
+
}
|
|
10788
|
+
},
|
|
10789
|
+
rows: {
|
|
10790
|
+
type: Array,
|
|
10791
|
+
default: function _default() {
|
|
10792
|
+
return [];
|
|
10793
|
+
}
|
|
10794
|
+
},
|
|
10795
|
+
defaultEmpty: {
|
|
10796
|
+
type: [String, Number],
|
|
10797
|
+
default: "Нет данных"
|
|
10798
|
+
}
|
|
10799
|
+
}
|
|
10800
|
+
});
|
|
10801
|
+
// CONCATENATED MODULE: ./src/components/Table/ATable.vue?vue&type=script&lang=js&
|
|
10802
|
+
/* harmony default export */ var Table_ATablevue_type_script_lang_js_ = (ATablevue_type_script_lang_js_);
|
|
10803
|
+
// EXTERNAL MODULE: ./src/components/Table/ATable.vue?vue&type=style&index=0&id=b3cc1b06&lang=scss&scoped=true&
|
|
10804
|
+
var ATablevue_type_style_index_0_id_b3cc1b06_lang_scss_scoped_true_ = __webpack_require__("3c75");
|
|
10805
|
+
|
|
10806
|
+
// CONCATENATED MODULE: ./src/components/Table/ATable.vue
|
|
10807
|
+
|
|
10808
|
+
|
|
10809
|
+
|
|
10810
|
+
|
|
10811
|
+
|
|
10812
|
+
|
|
10813
|
+
/* normalize component */
|
|
10814
|
+
|
|
10815
|
+
var ATable_component = normalizeComponent(
|
|
10816
|
+
Table_ATablevue_type_script_lang_js_,
|
|
10817
|
+
ATablevue_type_template_id_b3cc1b06_scoped_true_render,
|
|
10818
|
+
ATablevue_type_template_id_b3cc1b06_scoped_true_staticRenderFns,
|
|
10819
|
+
false,
|
|
10820
|
+
null,
|
|
10821
|
+
"b3cc1b06",
|
|
10822
|
+
null
|
|
10823
|
+
|
|
10824
|
+
)
|
|
10825
|
+
|
|
10826
|
+
/* harmony default export */ var ATable = (ATable_component.exports);
|
|
10429
10827
|
// CONCATENATED MODULE: ./src/components/index.js
|
|
10430
10828
|
|
|
10431
10829
|
|
|
@@ -10439,7 +10837,10 @@ var MailTo_component = normalizeComponent(
|
|
|
10439
10837
|
|
|
10440
10838
|
|
|
10441
10839
|
|
|
10840
|
+
|
|
10841
|
+
|
|
10442
10842
|
var Components = {
|
|
10843
|
+
ACheckbox: ACheckbox,
|
|
10443
10844
|
AButton: AButton,
|
|
10444
10845
|
ATextField: TextField,
|
|
10445
10846
|
APasswordField: PasswordField,
|
|
@@ -10447,7 +10848,8 @@ var Components = {
|
|
|
10447
10848
|
AHeader: Header,
|
|
10448
10849
|
AFooter: Footer,
|
|
10449
10850
|
ASearchTextField: SearchTextField,
|
|
10450
|
-
AMailTo: MailTo
|
|
10851
|
+
AMailTo: MailTo,
|
|
10852
|
+
ATable: ATable
|
|
10451
10853
|
};
|
|
10452
10854
|
Object.keys(Components).forEach(function (name) {
|
|
10453
10855
|
external_commonjs_vue_commonjs2_vue_root_Vue_default.a.component(name, Components[name]);
|