adata-ui 0.1.67 → 0.1.70

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.
@@ -267,17 +267,6 @@ module.exports = function (obj) {
267
267
  };
268
268
 
269
269
 
270
- /***/ }),
271
-
272
- /***/ "09ea":
273
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
274
-
275
- "use strict";
276
- /* 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_MailTo_vue_vue_type_style_index_0_id_8f5ba560_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("7208");
277
- /* 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_MailTo_vue_vue_type_style_index_0_id_8f5ba560_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_MailTo_vue_vue_type_style_index_0_id_8f5ba560_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
278
- /* unused harmony reexport * */
279
-
280
-
281
270
  /***/ }),
282
271
 
283
272
  /***/ "0b42":
@@ -660,13 +649,6 @@ module.exports = function (argument) {
660
649
  };
661
650
 
662
651
 
663
- /***/ }),
664
-
665
- /***/ "17ad":
666
- /***/ (function(module, exports, __webpack_require__) {
667
-
668
- // extracted by mini-css-extract-plugin
669
-
670
652
  /***/ }),
671
653
 
672
654
  /***/ "17c2":
@@ -1155,6 +1137,39 @@ module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? c
1155
1137
  });
1156
1138
 
1157
1139
 
1140
+ /***/ }),
1141
+
1142
+ /***/ "2c3e":
1143
+ /***/ (function(module, exports, __webpack_require__) {
1144
+
1145
+ var global = __webpack_require__("da84");
1146
+ var DESCRIPTORS = __webpack_require__("83ab");
1147
+ var MISSED_STICKY = __webpack_require__("9f7f").MISSED_STICKY;
1148
+ var classof = __webpack_require__("c6b6");
1149
+ var defineProperty = __webpack_require__("9bf2").f;
1150
+ var getInternalState = __webpack_require__("69f3").get;
1151
+
1152
+ var RegExpPrototype = RegExp.prototype;
1153
+ var TypeError = global.TypeError;
1154
+
1155
+ // `RegExp.prototype.sticky` getter
1156
+ // https://tc39.es/ecma262/#sec-get-regexp.prototype.sticky
1157
+ if (DESCRIPTORS && MISSED_STICKY) {
1158
+ defineProperty(RegExpPrototype, 'sticky', {
1159
+ configurable: true,
1160
+ get: function () {
1161
+ if (this === RegExpPrototype) return undefined;
1162
+ // We can't use InternalStateModule.getterFor because
1163
+ // we don't add metadata for regexps created by a literal.
1164
+ if (classof(this) === 'RegExp') {
1165
+ return !!getInternalState(this).sticky;
1166
+ }
1167
+ throw TypeError('Incompatible receiver, RegExp required');
1168
+ }
1169
+ });
1170
+ }
1171
+
1172
+
1158
1173
  /***/ }),
1159
1174
 
1160
1175
  /***/ "2cf4":
@@ -1309,6 +1324,13 @@ if (!version && userAgent) {
1309
1324
  module.exports = version;
1310
1325
 
1311
1326
 
1327
+ /***/ }),
1328
+
1329
+ /***/ "336d":
1330
+ /***/ (function(module, exports, __webpack_require__) {
1331
+
1332
+ // extracted by mini-css-extract-plugin
1333
+
1312
1334
  /***/ }),
1313
1335
 
1314
1336
  /***/ "342f":
@@ -1365,6 +1387,17 @@ exports.f = DESCRIPTORS && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties :
1365
1387
  };
1366
1388
 
1367
1389
 
1390
+ /***/ }),
1391
+
1392
+ /***/ "3831":
1393
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1394
+
1395
+ "use strict";
1396
+ /* 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_MailTo_vue_vue_type_style_index_0_id_468aa8e8_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("336d");
1397
+ /* 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_MailTo_vue_vue_type_style_index_0_id_468aa8e8_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_MailTo_vue_vue_type_style_index_0_id_468aa8e8_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
1398
+ /* unused harmony reexport * */
1399
+
1400
+
1368
1401
  /***/ }),
1369
1402
 
1370
1403
  /***/ "3a9b":
@@ -1392,17 +1425,6 @@ module.exports = function (argument) {
1392
1425
  };
1393
1426
 
1394
1427
 
1395
- /***/ }),
1396
-
1397
- /***/ "3c75":
1398
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
1399
-
1400
- "use strict";
1401
- /* 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");
1402
- /* 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__);
1403
- /* unused harmony reexport * */
1404
-
1405
-
1406
1428
  /***/ }),
1407
1429
 
1408
1430
  /***/ "3ca3":
@@ -1646,6 +1668,212 @@ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
1646
1668
 
1647
1669
  // extracted by mini-css-extract-plugin
1648
1670
 
1671
+ /***/ }),
1672
+
1673
+ /***/ "4d63":
1674
+ /***/ (function(module, exports, __webpack_require__) {
1675
+
1676
+ var DESCRIPTORS = __webpack_require__("83ab");
1677
+ var global = __webpack_require__("da84");
1678
+ var uncurryThis = __webpack_require__("e330");
1679
+ var isForced = __webpack_require__("94ca");
1680
+ var inheritIfRequired = __webpack_require__("7156");
1681
+ var createNonEnumerableProperty = __webpack_require__("9112");
1682
+ var defineProperty = __webpack_require__("9bf2").f;
1683
+ var getOwnPropertyNames = __webpack_require__("241c").f;
1684
+ var isPrototypeOf = __webpack_require__("3a9b");
1685
+ var isRegExp = __webpack_require__("44e7");
1686
+ var toString = __webpack_require__("577e");
1687
+ var regExpFlags = __webpack_require__("ad6d");
1688
+ var stickyHelpers = __webpack_require__("9f7f");
1689
+ var redefine = __webpack_require__("6eeb");
1690
+ var fails = __webpack_require__("d039");
1691
+ var hasOwn = __webpack_require__("1a2d");
1692
+ var enforceInternalState = __webpack_require__("69f3").enforce;
1693
+ var setSpecies = __webpack_require__("2626");
1694
+ var wellKnownSymbol = __webpack_require__("b622");
1695
+ var UNSUPPORTED_DOT_ALL = __webpack_require__("fce3");
1696
+ var UNSUPPORTED_NCG = __webpack_require__("107c");
1697
+
1698
+ var MATCH = wellKnownSymbol('match');
1699
+ var NativeRegExp = global.RegExp;
1700
+ var RegExpPrototype = NativeRegExp.prototype;
1701
+ var SyntaxError = global.SyntaxError;
1702
+ var getFlags = uncurryThis(regExpFlags);
1703
+ var exec = uncurryThis(RegExpPrototype.exec);
1704
+ var charAt = uncurryThis(''.charAt);
1705
+ var replace = uncurryThis(''.replace);
1706
+ var stringIndexOf = uncurryThis(''.indexOf);
1707
+ var stringSlice = uncurryThis(''.slice);
1708
+ // TODO: Use only propper RegExpIdentifierName
1709
+ var IS_NCG = /^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/;
1710
+ var re1 = /a/g;
1711
+ var re2 = /a/g;
1712
+
1713
+ // "new" should create a new object, old webkit bug
1714
+ var CORRECT_NEW = new NativeRegExp(re1) !== re1;
1715
+
1716
+ var MISSED_STICKY = stickyHelpers.MISSED_STICKY;
1717
+ var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;
1718
+
1719
+ var BASE_FORCED = DESCRIPTORS &&
1720
+ (!CORRECT_NEW || MISSED_STICKY || UNSUPPORTED_DOT_ALL || UNSUPPORTED_NCG || fails(function () {
1721
+ re2[MATCH] = false;
1722
+ // RegExp constructor can alter flags and IsRegExp works correct with @@match
1723
+ return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';
1724
+ }));
1725
+
1726
+ var handleDotAll = function (string) {
1727
+ var length = string.length;
1728
+ var index = 0;
1729
+ var result = '';
1730
+ var brackets = false;
1731
+ var chr;
1732
+ for (; index <= length; index++) {
1733
+ chr = charAt(string, index);
1734
+ if (chr === '\\') {
1735
+ result += chr + charAt(string, ++index);
1736
+ continue;
1737
+ }
1738
+ if (!brackets && chr === '.') {
1739
+ result += '[\\s\\S]';
1740
+ } else {
1741
+ if (chr === '[') {
1742
+ brackets = true;
1743
+ } else if (chr === ']') {
1744
+ brackets = false;
1745
+ } result += chr;
1746
+ }
1747
+ } return result;
1748
+ };
1749
+
1750
+ var handleNCG = function (string) {
1751
+ var length = string.length;
1752
+ var index = 0;
1753
+ var result = '';
1754
+ var named = [];
1755
+ var names = {};
1756
+ var brackets = false;
1757
+ var ncg = false;
1758
+ var groupid = 0;
1759
+ var groupname = '';
1760
+ var chr;
1761
+ for (; index <= length; index++) {
1762
+ chr = charAt(string, index);
1763
+ if (chr === '\\') {
1764
+ chr = chr + charAt(string, ++index);
1765
+ } else if (chr === ']') {
1766
+ brackets = false;
1767
+ } else if (!brackets) switch (true) {
1768
+ case chr === '[':
1769
+ brackets = true;
1770
+ break;
1771
+ case chr === '(':
1772
+ if (exec(IS_NCG, stringSlice(string, index + 1))) {
1773
+ index += 2;
1774
+ ncg = true;
1775
+ }
1776
+ result += chr;
1777
+ groupid++;
1778
+ continue;
1779
+ case chr === '>' && ncg:
1780
+ if (groupname === '' || hasOwn(names, groupname)) {
1781
+ throw new SyntaxError('Invalid capture group name');
1782
+ }
1783
+ names[groupname] = true;
1784
+ named[named.length] = [groupname, groupid];
1785
+ ncg = false;
1786
+ groupname = '';
1787
+ continue;
1788
+ }
1789
+ if (ncg) groupname += chr;
1790
+ else result += chr;
1791
+ } return [result, named];
1792
+ };
1793
+
1794
+ // `RegExp` constructor
1795
+ // https://tc39.es/ecma262/#sec-regexp-constructor
1796
+ if (isForced('RegExp', BASE_FORCED)) {
1797
+ var RegExpWrapper = function RegExp(pattern, flags) {
1798
+ var thisIsRegExp = isPrototypeOf(RegExpPrototype, this);
1799
+ var patternIsRegExp = isRegExp(pattern);
1800
+ var flagsAreUndefined = flags === undefined;
1801
+ var groups = [];
1802
+ var rawPattern = pattern;
1803
+ var rawFlags, dotAll, sticky, handled, result, state;
1804
+
1805
+ if (!thisIsRegExp && patternIsRegExp && flagsAreUndefined && pattern.constructor === RegExpWrapper) {
1806
+ return pattern;
1807
+ }
1808
+
1809
+ if (patternIsRegExp || isPrototypeOf(RegExpPrototype, pattern)) {
1810
+ pattern = pattern.source;
1811
+ if (flagsAreUndefined) flags = 'flags' in rawPattern ? rawPattern.flags : getFlags(rawPattern);
1812
+ }
1813
+
1814
+ pattern = pattern === undefined ? '' : toString(pattern);
1815
+ flags = flags === undefined ? '' : toString(flags);
1816
+ rawPattern = pattern;
1817
+
1818
+ if (UNSUPPORTED_DOT_ALL && 'dotAll' in re1) {
1819
+ dotAll = !!flags && stringIndexOf(flags, 's') > -1;
1820
+ if (dotAll) flags = replace(flags, /s/g, '');
1821
+ }
1822
+
1823
+ rawFlags = flags;
1824
+
1825
+ if (MISSED_STICKY && 'sticky' in re1) {
1826
+ sticky = !!flags && stringIndexOf(flags, 'y') > -1;
1827
+ if (sticky && UNSUPPORTED_Y) flags = replace(flags, /y/g, '');
1828
+ }
1829
+
1830
+ if (UNSUPPORTED_NCG) {
1831
+ handled = handleNCG(pattern);
1832
+ pattern = handled[0];
1833
+ groups = handled[1];
1834
+ }
1835
+
1836
+ result = inheritIfRequired(NativeRegExp(pattern, flags), thisIsRegExp ? this : RegExpPrototype, RegExpWrapper);
1837
+
1838
+ if (dotAll || sticky || groups.length) {
1839
+ state = enforceInternalState(result);
1840
+ if (dotAll) {
1841
+ state.dotAll = true;
1842
+ state.raw = RegExpWrapper(handleDotAll(pattern), rawFlags);
1843
+ }
1844
+ if (sticky) state.sticky = true;
1845
+ if (groups.length) state.groups = groups;
1846
+ }
1847
+
1848
+ if (pattern !== rawPattern) try {
1849
+ // fails in old engines, but we have no alternatives for unsupported regex syntax
1850
+ createNonEnumerableProperty(result, 'source', rawPattern === '' ? '(?:)' : rawPattern);
1851
+ } catch (error) { /* empty */ }
1852
+
1853
+ return result;
1854
+ };
1855
+
1856
+ var proxy = function (key) {
1857
+ key in RegExpWrapper || defineProperty(RegExpWrapper, key, {
1858
+ configurable: true,
1859
+ get: function () { return NativeRegExp[key]; },
1860
+ set: function (it) { NativeRegExp[key] = it; }
1861
+ });
1862
+ };
1863
+
1864
+ for (var keys = getOwnPropertyNames(NativeRegExp), index = 0; keys.length > index;) {
1865
+ proxy(keys[index++]);
1866
+ }
1867
+
1868
+ RegExpPrototype.constructor = RegExpWrapper;
1869
+ RegExpWrapper.prototype = RegExpPrototype;
1870
+ redefine(global, 'RegExp', RegExpWrapper);
1871
+ }
1872
+
1873
+ // https://tc39.es/ecma262/#sec-get-regexp-@@species
1874
+ setSpecies('RegExp');
1875
+
1876
+
1649
1877
  /***/ }),
1650
1878
 
1651
1879
  /***/ "4d64":
@@ -2467,13 +2695,6 @@ module.exports = function ($this, dummy, Wrapper) {
2467
2695
  };
2468
2696
 
2469
2697
 
2470
- /***/ }),
2471
-
2472
- /***/ "7208":
2473
- /***/ (function(module, exports, __webpack_require__) {
2474
-
2475
- // extracted by mini-css-extract-plugin
2476
-
2477
2698
  /***/ }),
2478
2699
 
2479
2700
  /***/ "73ec":
@@ -6754,6 +6975,39 @@ module.exports = function (input, pref) {
6754
6975
  module.exports = false;
6755
6976
 
6756
6977
 
6978
+ /***/ }),
6979
+
6980
+ /***/ "c607":
6981
+ /***/ (function(module, exports, __webpack_require__) {
6982
+
6983
+ var global = __webpack_require__("da84");
6984
+ var DESCRIPTORS = __webpack_require__("83ab");
6985
+ var UNSUPPORTED_DOT_ALL = __webpack_require__("fce3");
6986
+ var classof = __webpack_require__("c6b6");
6987
+ var defineProperty = __webpack_require__("9bf2").f;
6988
+ var getInternalState = __webpack_require__("69f3").get;
6989
+
6990
+ var RegExpPrototype = RegExp.prototype;
6991
+ var TypeError = global.TypeError;
6992
+
6993
+ // `RegExp.prototype.dotAll` getter
6994
+ // https://tc39.es/ecma262/#sec-get-regexp.prototype.dotall
6995
+ if (DESCRIPTORS && UNSUPPORTED_DOT_ALL) {
6996
+ defineProperty(RegExpPrototype, 'dotAll', {
6997
+ configurable: true,
6998
+ get: function () {
6999
+ if (this === RegExpPrototype) return undefined;
7000
+ // We can't use InternalStateModule.getterFor because
7001
+ // we don't add metadata for regexps created by a literal.
7002
+ if (classof(this) === 'RegExp') {
7003
+ return !!getInternalState(this).dotAll;
7004
+ }
7005
+ throw TypeError('Incompatible receiver, RegExp required');
7006
+ }
7007
+ });
7008
+ }
7009
+
7010
+
6757
7011
  /***/ }),
6758
7012
 
6759
7013
  /***/ "c65b":
@@ -7236,6 +7490,17 @@ $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
7236
7490
  });
7237
7491
 
7238
7492
 
7493
+ /***/ }),
7494
+
7495
+ /***/ "d86a":
7496
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
7497
+
7498
+ "use strict";
7499
+ /* 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_192e63d9_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("dacf");
7500
+ /* 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_192e63d9_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_192e63d9_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
7501
+ /* unused harmony reexport * */
7502
+
7503
+
7239
7504
  /***/ }),
7240
7505
 
7241
7506
  /***/ "d9b5":
@@ -7353,6 +7618,13 @@ module.exports =
7353
7618
  /* unused harmony reexport * */
7354
7619
 
7355
7620
 
7621
+ /***/ }),
7622
+
7623
+ /***/ "dacf":
7624
+ /***/ (function(module, exports, __webpack_require__) {
7625
+
7626
+ // extracted by mini-css-extract-plugin
7627
+
7356
7628
  /***/ }),
7357
7629
 
7358
7630
  /***/ "dc4a":
@@ -8740,15 +9012,15 @@ var CheckboxMenu_component = normalizeComponent(
8740
9012
  )
8741
9013
 
8742
9014
  /* harmony default export */ var CheckboxMenu = (CheckboxMenu_component.exports);
8743
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-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=621d5e60&
8744
- var AButtonvue_type_template_id_621d5e60_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:[
9015
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-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=f84e5386&
9016
+ var AButtonvue_type_template_id_f84e5386_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:[
8745
9017
  'btn',
8746
9018
  ("btn_" + _vm.variant),
8747
9019
  ("size_" + _vm.size) ],attrs:{"href":_vm.url,"event":_vm.event ? 'click' : ''}},'component',_vm.$attrs,false),_vm.$listeners),[_vm._t("default")],2)}
8748
- var AButtonvue_type_template_id_621d5e60_staticRenderFns = []
9020
+ var AButtonvue_type_template_id_f84e5386_staticRenderFns = []
8749
9021
 
8750
9022
 
8751
- // CONCATENATED MODULE: ./src/components/Button/AButton.vue?vue&type=template&id=621d5e60&
9023
+ // CONCATENATED MODULE: ./src/components/Button/AButton.vue?vue&type=template&id=f84e5386&
8752
9024
 
8753
9025
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.includes.js
8754
9026
  var es_array_includes = __webpack_require__("caad");
@@ -8819,8 +9091,8 @@ var AButtonvue_type_style_index_0_lang_scss_ = __webpack_require__("8dca");
8819
9091
 
8820
9092
  var AButton_component = normalizeComponent(
8821
9093
  Button_AButtonvue_type_script_lang_js_,
8822
- AButtonvue_type_template_id_621d5e60_render,
8823
- AButtonvue_type_template_id_621d5e60_staticRenderFns,
9094
+ AButtonvue_type_template_id_f84e5386_render,
9095
+ AButtonvue_type_template_id_f84e5386_staticRenderFns,
8824
9096
  false,
8825
9097
  null,
8826
9098
  null,
@@ -8829,12 +9101,12 @@ var AButton_component = normalizeComponent(
8829
9101
  )
8830
9102
 
8831
9103
  /* harmony default export */ var AButton = (AButton_component.exports);
8832
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-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=f218697e&
8833
- var TextFieldvue_type_template_id_f218697e_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()])}
8834
- var TextFieldvue_type_template_id_f218697e_staticRenderFns = []
9104
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-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=4ed49724&
9105
+ var TextFieldvue_type_template_id_4ed49724_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",class:{ 'adt-text-block--ellipsis': _vm.isEllipsis }},[_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()])}
9106
+ var TextFieldvue_type_template_id_4ed49724_staticRenderFns = []
8835
9107
 
8836
9108
 
8837
- // CONCATENATED MODULE: ./src/components/TextField/TextField.vue?vue&type=template&id=f218697e&
9109
+ // CONCATENATED MODULE: ./src/components/TextField/TextField.vue?vue&type=template&id=4ed49724&
8838
9110
 
8839
9111
  // EXTERNAL MODULE: ./src/assets/style.scss
8840
9112
  var style = __webpack_require__("73ec");
@@ -8934,6 +9206,10 @@ var style = __webpack_require__("73ec");
8934
9206
  required: {
8935
9207
  type: Boolean,
8936
9208
  default: false
9209
+ },
9210
+ isEllipsis: {
9211
+ type: Boolean,
9212
+ default: false
8937
9213
  }
8938
9214
  },
8939
9215
  data: function data() {
@@ -8967,8 +9243,8 @@ var style = __webpack_require__("73ec");
8967
9243
 
8968
9244
  var TextField_component = normalizeComponent(
8969
9245
  TextField_TextFieldvue_type_script_lang_js_,
8970
- TextFieldvue_type_template_id_f218697e_render,
8971
- TextFieldvue_type_template_id_f218697e_staticRenderFns,
9246
+ TextFieldvue_type_template_id_4ed49724_render,
9247
+ TextFieldvue_type_template_id_4ed49724_staticRenderFns,
8972
9248
  false,
8973
9249
  null,
8974
9250
  null,
@@ -8977,6 +9253,155 @@ var TextField_component = normalizeComponent(
8977
9253
  )
8978
9254
 
8979
9255
  /* harmony default export */ var TextField = (TextField_component.exports);
9256
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-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/TextArea/TextArea.vue?vue&type=template&id=4e5b3cf7&
9257
+ var TextAreavue_type_template_id_4e5b3cf7_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('textarea',{ref:"textarea",staticClass:"adt-text-block__textarea",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)}}}),_vm._v(" "),_c('label',{staticClass:"adt-text-block__label",class:{ 'adt-text-block--ellipsis': _vm.isEllipsis }},[_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()])}
9258
+ var TextAreavue_type_template_id_4e5b3cf7_staticRenderFns = []
9259
+
9260
+
9261
+ // CONCATENATED MODULE: ./src/components/TextArea/TextArea.vue?vue&type=template&id=4e5b3cf7&
9262
+
9263
+ // 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/TextArea/TextArea.vue?vue&type=script&lang=js&
9264
+ //
9265
+ //
9266
+ //
9267
+ //
9268
+ //
9269
+ //
9270
+ //
9271
+ //
9272
+ //
9273
+ //
9274
+ //
9275
+ //
9276
+ //
9277
+ //
9278
+ //
9279
+ //
9280
+ //
9281
+ //
9282
+ //
9283
+ //
9284
+ //
9285
+ //
9286
+ //
9287
+ //
9288
+ //
9289
+ //
9290
+ //
9291
+ //
9292
+ //
9293
+ //
9294
+ //
9295
+ //
9296
+ //
9297
+ //
9298
+ //
9299
+ //
9300
+ //
9301
+ //
9302
+ //
9303
+ //
9304
+ //
9305
+ //
9306
+ //
9307
+ //
9308
+ //
9309
+ //
9310
+ //
9311
+ //
9312
+ //
9313
+ //
9314
+ //
9315
+ //
9316
+ //
9317
+ //
9318
+ //
9319
+ //
9320
+ //
9321
+ //
9322
+ //
9323
+ //
9324
+ //
9325
+ //
9326
+ //
9327
+
9328
+ /* harmony default export */ var TextAreavue_type_script_lang_js_ = ({
9329
+ name: "TextArea",
9330
+ props: {
9331
+ errorText: {
9332
+ type: String,
9333
+ default: ""
9334
+ },
9335
+ label: {
9336
+ type: String,
9337
+ required: true
9338
+ },
9339
+ type: {
9340
+ type: String,
9341
+ default: "text"
9342
+ },
9343
+ value: {
9344
+ type: String,
9345
+ default: ""
9346
+ },
9347
+ placeholder: {
9348
+ type: String,
9349
+ default: ""
9350
+ },
9351
+ clearable: {
9352
+ type: Boolean,
9353
+ default: false
9354
+ },
9355
+ required: {
9356
+ type: Boolean,
9357
+ default: false
9358
+ },
9359
+ isEllipsis: {
9360
+ type: Boolean,
9361
+ default: false
9362
+ }
9363
+ },
9364
+ data: function data() {
9365
+ return {
9366
+ showPlaceholder: false
9367
+ };
9368
+ },
9369
+ computed: {
9370
+ inputPlaceholder: function inputPlaceholder() {
9371
+ return this.showPlaceholder ? this.placeholder : "";
9372
+ }
9373
+ },
9374
+ methods: {
9375
+ enterPressed: function enterPressed() {
9376
+ this.$emit("enterPressed", this.value);
9377
+ },
9378
+ inputHandler: function inputHandler(e) {
9379
+ this.$emit("input", e.target.value);
9380
+ }
9381
+ }
9382
+ });
9383
+ // CONCATENATED MODULE: ./src/components/TextArea/TextArea.vue?vue&type=script&lang=js&
9384
+ /* harmony default export */ var TextArea_TextAreavue_type_script_lang_js_ = (TextAreavue_type_script_lang_js_);
9385
+ // CONCATENATED MODULE: ./src/components/TextArea/TextArea.vue
9386
+
9387
+
9388
+
9389
+
9390
+
9391
+ /* normalize component */
9392
+
9393
+ var TextArea_component = normalizeComponent(
9394
+ TextArea_TextAreavue_type_script_lang_js_,
9395
+ TextAreavue_type_template_id_4e5b3cf7_render,
9396
+ TextAreavue_type_template_id_4e5b3cf7_staticRenderFns,
9397
+ false,
9398
+ null,
9399
+ null,
9400
+ null
9401
+
9402
+ )
9403
+
9404
+ /* harmony default export */ var TextArea = (TextArea_component.exports);
8980
9405
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-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/PasswordField/PasswordField.vue?vue&type=template&id=19736e8c&
8981
9406
  var PasswordFieldvue_type_template_id_19736e8c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"adt-text-block"},[_c('div',{staticClass:"adt-text-block__field"},[_c('input',{ref:"input",staticClass:"adt-text-block__input",class:{ error: !!_vm.errorText },attrs:{"type":_vm.type,"required":""},domProps:{"value":_vm.value},on:{"input":function($event){return _vm.$emit('input', $event.target.value)}}}),_c('label',{staticClass:"adt-text-block__label"},[_vm._v(_vm._s(_vm.label))]),(_vm.showPassword)?_c('div',{staticClass:"adt-text-block__icon desktop",on:{"click":function($event){_vm.showPassword = false}}},[_c('svg',{attrs:{"width":"12","height":"12","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 511.992 511.992","id":"openedEye"}},[_c('path',{attrs:{"d":"M510.096 249.937c-4.032-5.867-100.928-143.275-254.101-143.275-131.435 0-248.555 136.619-253.483 142.443-3.349 3.968-3.349 9.792 0 13.781C7.44 268.71 124.56 405.329 255.995 405.329S504.549 268.71 509.477 262.886c3.094-3.669 3.371-8.981.619-12.949zM255.995 383.996c-105.365 0-205.547-100.48-230.997-128 25.408-27.541 125.483-128 230.997-128 123.285 0 210.304 100.331 231.552 127.424-24.534 26.645-125.291 128.576-231.552 128.576z"}}),_c('path',{attrs:{"d":"M255.995 170.662c-47.061 0-85.333 38.272-85.333 85.333s38.272 85.333 85.333 85.333 85.333-38.272 85.333-85.333-38.272-85.333-85.333-85.333zm0 149.334c-35.285 0-64-28.715-64-64s28.715-64 64-64 64 28.715 64 64-28.715 64-64 64z"}})])]):_c('div',{staticClass:"adt-text-block__icon desktop",on:{"click":function($event){_vm.showPassword = true}}},[_c('svg',{attrs:{"width":"12","height":"12","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 512.001 512.001","id":"closedEye"}},[_c('path',{attrs:{"d":"M316.332 195.662c-4.16-4.16-10.923-4.16-15.083 0s-4.16 10.944 0 15.083c12.075 12.075 18.752 28.139 18.752 45.248 0 35.285-28.715 64-64 64-17.109 0-33.173-6.656-45.248-18.752-4.16-4.16-10.923-4.16-15.083 0-4.16 4.139-4.16 10.923 0 15.083 16.085 16.128 37.525 25.003 60.331 25.003 47.061 0 85.333-38.272 85.333-85.333 0-22.807-8.874-44.247-25.002-60.332zm-45.462-23.531c-4.843-.853-9.792-1.472-14.869-1.472-47.061 0-85.333 38.272-85.333 85.333 0 5.077.619 10.027 1.493 14.869.917 5.163 5.419 8.811 10.475 8.811.619 0 1.237-.043 1.877-.171 5.781-1.024 9.664-6.571 8.64-12.352-.661-3.627-1.152-7.317-1.152-11.157 0-35.285 28.715-64 64-64 3.84 0 7.531.491 11.157 1.131 5.675 1.152 11.328-2.859 12.352-8.64 1.024-5.781-2.858-11.328-8.64-12.352z"}}),_c('path',{attrs:{"d":"M509.462 249.102c-2.411-2.859-60.117-70.208-139.712-111.445-5.163-2.709-11.669-.661-14.379 4.587-2.709 5.227-.661 11.669 4.587 14.379 61.312 31.744 110.293 81.28 127.04 99.371-25.429 27.541-125.504 128-230.997 128-35.797 0-71.872-8.64-107.264-25.707-5.248-2.581-11.669-.341-14.229 4.971-2.581 5.291-.341 11.669 4.971 14.229 38.293 18.496 77.504 27.84 116.523 27.84 131.435 0 248.555-136.619 253.483-142.443 3.369-3.969 3.348-9.793-.023-13.782zM325.996 118.947c-24.277-8.171-47.829-12.288-69.995-12.288-131.435 0-248.555 136.619-253.483 142.443-3.115 3.669-3.371 9.003-.597 12.992 1.472 2.112 36.736 52.181 97.856 92.779a10.48 10.48 0 005.888 1.792c3.435 0 6.827-1.664 8.875-4.8 3.264-4.885 1.92-11.52-2.987-14.763-44.885-29.845-75.605-65.877-87.104-80.533 24.555-26.667 125.291-128.576 231.552-128.576 19.861 0 41.131 3.755 63.189 11.157 5.589 2.005 11.648-1.088 13.504-6.699 1.878-5.589-1.109-11.626-6.698-13.504z"}}),_c('path',{attrs:{"d":"M444.865 67.128c-4.16-4.16-10.923-4.16-15.083 0L67.116 429.795c-4.16 4.16-4.16 10.923 0 15.083a10.716 10.716 0 007.552 3.115c2.731 0 5.461-1.045 7.531-3.115L444.865 82.211c4.16-4.16 4.16-10.923 0-15.083z"}})])])]),(!!_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()])}
8982
9407
  var PasswordFieldvue_type_template_id_19736e8c_staticRenderFns = []
@@ -9141,8 +9566,8 @@ var Alert_component = normalizeComponent(
9141
9566
  )
9142
9567
 
9143
9568
  /* harmony default export */ var Alert = (Alert_component.exports);
9144
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-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=4c5eca75&
9145
- var Headervue_type_template_id_4c5eca75_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"}})])]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.headerItems.length > 0),expression:"headerItems.length > 0"}],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)]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.noAuth),expression:"!noAuth"}],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) {
9569
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-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=d0150058&
9570
+ var Headervue_type_template_id_d0150058_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"}})])]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.headerItems.length > 0),expression:"headerItems.length > 0"}],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)]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.noAuth),expression:"!noAuth"}],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) {
9146
9571
  _vm.$emit('showBalanceModal', val);
9147
9572
  },"setShowModal":function (val) {
9148
9573
  _vm.$emit('setShowModal', val);
@@ -9151,10 +9576,10 @@ var Headervue_type_template_id_4c5eca75_render = function () {var _vm=this;var _
9151
9576
  }}}),_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){
9152
9577
  var animationClass = ref.animationClass;
9153
9578
  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(),(currency.currency === 'CNY')?_c('svg',{attrs:{"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M0 2C0 0.895431 0.895431 0 2 0H14C15.1046 0 16 0.895431 16 2V14C16 15.1046 15.1046 16 14 16H2C0.895431 16 0 15.1046 0 14V2Z","fill":"#DE2910"}}),_c('path',{attrs:{"d":"M4.00115 1.60043L5.41155 5.94203L1.71875 3.25883H6.28355L2.59075 5.94203L4.00115 1.60043Z","fill":"#FFDE00"}}),_c('path',{attrs:{"d":"M7.3125 2.01103L8.3117 0.863831L8.1781 2.37983L7.3957 1.07503L8.7957 1.67023L7.3125 2.01103Z","fill":"#FFDE00"}}),_c('path',{attrs:{"d":"M8.80803 3.31335L10.1744 2.64375L9.46323 3.98855L9.24803 2.48215L10.3072 3.57415L8.80803 3.31335Z","fill":"#FFDE00"}}),_c('path',{attrs:{"d":"M8.82968 5.38077L10.3497 5.32637L9.15208 6.26477L9.56968 4.80157L10.0913 6.23037L8.82968 5.38077Z","fill":"#FFDE00"}}),_c('path',{attrs:{"d":"M7.3758 6.6997L8.7998 7.2365L7.3326 7.6397L8.283 6.4509L8.2118 7.9709L7.3758 6.6997Z","fill":"#FFDE00"}})]):_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',{directives:[{name:"show",rawName:"v-show",value:(_vm.requestCount === 0 || _vm.requestCount),expression:"requestCount === 0 || requestCount"}],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.requestCount))])]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.daysRemaining === 0 || _vm.daysRemaining),expression:"daysRemaining === 0 || daysRemaining"}],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)}
9154
- var Headervue_type_template_id_4c5eca75_staticRenderFns = []
9579
+ var Headervue_type_template_id_d0150058_staticRenderFns = []
9155
9580
 
9156
9581
 
9157
- // CONCATENATED MODULE: ./src/components/Header/Header.vue?vue&type=template&id=4c5eca75&
9582
+ // CONCATENATED MODULE: ./src/components/Header/Header.vue?vue&type=template&id=d0150058&
9158
9583
 
9159
9584
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.promise.js
9160
9585
  var es_promise = __webpack_require__("e6cf");
@@ -9337,20 +9762,20 @@ var profileDropDown = [{
9337
9762
  // key: 'marketing'
9338
9763
  // }
9339
9764
  ];
9340
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-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/Profile.vue?vue&type=template&id=cad026e6&
9341
- var Profilevue_type_template_id_cad026e6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"profile",class:{ active: _vm.active }},[_c('div',{directives:[{name:"click-outside",rawName:"v-click-outside",value:(function () {_vm.active = false}),expression:"() => {active = false}"}]},[_c('div',{staticClass:"profile__inner"},[_c('div',{staticClass:"profile__item",on:{"click":function($event){_vm.active = !_vm.active}}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isAuthenticated),expression:"isAuthenticated"}],staticClass:"profile__item-link"},[_c('span',{staticClass:"desktop"},[_vm._v(_vm._s(_vm.email))]),_c('svg',{staticClass:"desktop arrow-svg",class:{ rotate: _vm.active },attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16"}},[_c('path',{attrs:{"fill":"none","d":"M0 0h16v16H0z"}}),_c('path',{attrs:{"fill":"none","d":"M3 6.5L8 10l5-3.5","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}})])]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isAuthenticated),expression:"isAuthenticated"}],staticClass:"profile__item-link"},[_c('svg',{staticClass:"user",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M15.5 8a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0zm-1.023 4.344a5 5 0 10-4.954 0C5.757 13.417 3 16.874 3 20.974V21h1.543v-.026c0-4.106 3.339-7.435 7.457-7.435 4.119 0 7.457 3.329 7.457 7.435V21H21v-.026c0-4.1-2.757-7.557-6.523-8.63z","fill":"#2C3E50"}})])]),_c('a',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isAuthenticated),expression:"!isAuthenticated"}],staticClass:"sign",attrs:{"href":_vm.loginUrl}},[_c('svg',{staticClass:"desktop",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16"}},[_c('path',{attrs:{"fill":"#fff","d":"M0 0h16v16H0z","stroke":"none"}}),_c('path',{attrs:{"d":"M8 10l2-2.054L8.077 6","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M6 4.1V2h8v12H6v-1.65M9 8H2","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}})]),_c('svg',{staticClass:"user",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M13 7.94L17.06 12 13 16.06 11.94 15l3-3-3-3L13 7.94z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M8.25 2.25h13.5v19.5H8.25v-4.5h1.5v3h10.5V3.75H9.75v3h-1.5v-4.5z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M2.25 11.25h13.5v1.5H2.25v-1.5z","fill":"#2C3E50"}})]),_c('span',{staticClass:"sign_text"},[_vm._v("Вход")])])])]),_c('SlideToggle',{scopedSlots:_vm._u([{key:"default",fn:function(ref){
9765
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-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/Profile.vue?vue&type=template&id=5bf3b878&
9766
+ var Profilevue_type_template_id_5bf3b878_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"profile",class:{ active: _vm.active }},[_c('div',{directives:[{name:"click-outside",rawName:"v-click-outside",value:(function () {_vm.active = false}),expression:"() => {active = false}"}]},[_c('div',{staticClass:"profile__inner"},[_c('div',{staticClass:"profile__item",on:{"click":function($event){_vm.active = !_vm.active}}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isAuthenticated),expression:"isAuthenticated"}],staticClass:"profile__item-link"},[_c('span',{staticClass:"desktop"},[_vm._v(_vm._s(_vm.email))]),_c('svg',{staticClass:"desktop arrow-svg",class:{ rotate: _vm.active },attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16"}},[_c('path',{attrs:{"fill":"none","d":"M0 0h16v16H0z"}}),_c('path',{attrs:{"fill":"none","d":"M3 6.5L8 10l5-3.5","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}})])]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isAuthenticated),expression:"isAuthenticated"}],staticClass:"profile__item-link"},[_c('svg',{staticClass:"user",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M15.5 8a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0zm-1.023 4.344a5 5 0 10-4.954 0C5.757 13.417 3 16.874 3 20.974V21h1.543v-.026c0-4.106 3.339-7.435 7.457-7.435 4.119 0 7.457 3.329 7.457 7.435V21H21v-.026c0-4.1-2.757-7.557-6.523-8.63z","fill":"#2C3E50"}})])]),_c('a',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isAuthenticated),expression:"!isAuthenticated"}],staticClass:"sign",on:{"click":function($event){$event.preventDefault();return _vm.goAuth.apply(null, arguments)}}},[_c('svg',{staticClass:"desktop",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16"}},[_c('path',{attrs:{"fill":"#fff","d":"M0 0h16v16H0z","stroke":"none"}}),_c('path',{attrs:{"d":"M8 10l2-2.054L8.077 6","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M6 4.1V2h8v12H6v-1.65M9 8H2","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}})]),_c('svg',{staticClass:"user",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M13 7.94L17.06 12 13 16.06 11.94 15l3-3-3-3L13 7.94z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M8.25 2.25h13.5v19.5H8.25v-4.5h1.5v3h10.5V3.75H9.75v3h-1.5v-4.5z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M2.25 11.25h13.5v1.5H2.25v-1.5z","fill":"#2C3E50"}})]),_c('span',{staticClass:"sign_text"},[_vm._v("Вход")])])])]),_c('SlideToggle',{scopedSlots:_vm._u([{key:"default",fn:function(ref){
9342
9767
  var animationClass = ref.animationClass;
9343
- return [(_vm.isAuthenticated)?_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.active),expression:"active"}],staticClass:"profile-menu",class:animationClass},[_c('div',{staticClass:"profile-menu__inner"},[(_vm.listDropDown.length)?_c('div',{staticClass:"profile-menu__items"},_vm._l((_vm.listDropDown),function(elem,index){return _c('div',{key:index},[(elem[_vm.mode])?_c('div',{staticClass:"gray-text",class:elem.link ? 'profile-menu__balance-link': 'profile-menu__links',on:{"click":function($event){return _vm.handleClick(elem[_vm.mode], elem.name)}}},[_c('div',[_vm._v(" "+_vm._s(elem.name)+" ")]),(elem.link)?_c('span',{staticClass:"profile-menu__balance",on:{"click":function($event){return _vm.showModal(elem[_vm.mode], elem.name)}}},[_vm._v(" "+_vm._s(elem.link)+" ")]):_vm._e()]):_vm._e(),(elem.children)?_c('div',{staticClass:"gray-text profile-menu__item",on:{"click":function($event){return _vm.rotateItem(index)}}},[_c('div',{staticClass:"profile-menu__item__children"},[_vm._v(_vm._s(elem.name)+" "),(elem.children.length > 0)?_c('span',[_c('svg',{class:{'rotated': elem.opened},attrs:{"width":"12","height":"8","viewBox":"0 0 12 8","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M1 1.5L6 6.5L11 1.5","stroke":"#69797D","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})])]):_vm._e()]),_c('SlideToggle',{class:animationClass,scopedSlots:_vm._u([{key:"default",fn:function(ref){
9768
+ return [(_vm.isAuthenticated)?_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.active),expression:"active"}],staticClass:"profile-menu",class:animationClass},[_c('div',{staticClass:"profile-menu__inner"},[(_vm.listDropDown.length)?_c('div',{staticClass:"profile-menu__items"},_vm._l((_vm.listDropDown),function(elem,index){return _c('div',{key:index},[(elem[_vm.mode])?_c('a',{staticClass:"gray-text",class:elem.link ? 'profile-menu__balance-link': 'profile-menu__links',attrs:{"href":elem[_vm.mode],"onclick":"`return false`"},on:{"click":function($event){return _vm.preventLink(elem.disabled, $event)}}},[_c('div',[_vm._v(" "+_vm._s(elem.name)+" ")]),(elem.link)?_c('span',{staticClass:"profile-menu__balance",on:{"click":function($event){return _vm.showModal(elem[_vm.mode], elem.name)}}},[_vm._v(" "+_vm._s(elem.link)+" ")]):_vm._e()]):_vm._e(),(elem.children)?_c('div',{staticClass:"gray-text profile-menu__item",on:{"click":function($event){return _vm.rotateItem(index)}}},[_c('div',{staticClass:"profile-menu__item__children"},[_vm._v(_vm._s(elem.name)+" "),(elem.children.length > 0)?_c('span',[_c('svg',{class:{'rotated': elem.opened},attrs:{"width":"12","height":"8","viewBox":"0 0 12 8","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M1 1.5L6 6.5L11 1.5","stroke":"#69797D","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})])]):_vm._e()]),_c('SlideToggle',{class:animationClass,scopedSlots:_vm._u([{key:"default",fn:function(ref){
9344
9769
  var animationClass = ref.animationClass;
9345
9770
  return [(elem.opened)?_c('div',[_vm._l((elem.children),function(child,idx){return [(child[_vm.mode])?_c('div',{key:idx + 'link',staticClass:"profile-menu__item__child",on:{"click":function($event){return _vm.handleClick(child[_vm.mode], child.name)}}},[_c('span',[_c('svg',{attrs:{"width":"4","height":"4","viewBox":"0 0 4 4","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('circle',{attrs:{"cx":"2","cy":"2","r":"2","fill":"#2C3E50"}})]),_vm._v(" "+_vm._s(child.name)+" ")])]):_vm._e()]})],2):_vm._e()]}}],null,true)})],1):_vm._e()])}),0):_vm._e(),_c('div',{staticClass:"exit",on:{"click":_vm.logout}},[_c('svg',{attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16"}},[_c('path',{attrs:{"d":"M11 10l2-2.054L11.077 6M10 11.9V14H2V2h8v1.65M12 8H5","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}})]),_vm._v(" Выход ")])])]):_vm._e()]}}])}),_c('MobileToggle',{scopedSlots:_vm._u([{key:"default",fn:function(ref){
9346
9771
  var animationClass = ref.animationClass;
9347
9772
  return [_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isAuthenticated && _vm.active),expression:"isAuthenticated && active"}],staticClass:"mobile-table",class:animationClass},[_c('div',{staticClass:"mobile-table-head"},[_c('p',[_vm._v("Профиль пользователя")]),_c('svg',{attrs:{"fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24","id":"close_hamburger"},on:{"click":function($event){$event.stopPropagation();_vm.active = !_vm.active}}},[_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:"profile-menu-mobile"},[_c('div',{staticClass:"profile-menu-mobile__inner"},[(_vm.listDropDown.length > 0)?_c('div',{staticClass:"profile-menu-mobile__items"},_vm._l((_vm.listDropDown),function(elem,index){return _c('div',{key:index,staticClass:"bb"},[(elem[_vm.mode])?_c('div',{class:elem.link ? 'profile-menu-mobile__balance-link': 'profile-menu-mobile__links',on:{"click":function($event){return _vm.handleClick(elem[_vm.mode], elem.name)}}},[(!elem.link)?_c('div',{staticClass:"button-inner"},[_c('div',[_vm._v(_vm._s(elem.name))]),_c('svg',{directives:[{name:"show",rawName:"v-show",value:(!elem.withoutArray),expression:"!elem.withoutArray"}],attrs:{"width":"18","height":"18","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 10 18"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M2.108.59L9.318 9l-7.21 8.41L.59 16.108 6.683 9 .59 1.892 2.108.59z","fill":"#2C3E50"}})])]):_vm._e(),(elem.link)?_c('div',{staticClass:"profile-menu-mobile__balance-items"},[_c('div',{staticClass:"profile-menu-mobile__balance-items__upper-text"},[_vm._v(" "+_vm._s(elem.name.substr(0, 15))+" ")]),_c('div',{staticClass:"profile-menu-mobile__balance__bot-text"},[_vm._v(" "+_vm._s(elem.name.substr(15))+" ")])]):_vm._e(),(elem.link)?_c('span',{staticClass:"profile-menu-mobile__balance",on:{"click":function($event){return _vm.$emit('showBalanceModal', true)}}},[_vm._v(" "+_vm._s(elem.link)+" ")]):_vm._e()]):_vm._e(),(elem.children)?_c('div',{staticClass:"profile-menu-mobile__links",on:{"click":function($event){return _vm.rotateItem(index)}}},[_c('div',{staticClass:"button-inner"},[_c('div',[_vm._v(_vm._s(elem.name))]),_c('svg',{attrs:{"width":"18","height":"18","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 10 18"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M2.108.59L9.318 9l-7.21 8.41L.59 16.108 6.683 9 .59 1.892 2.108.59z","fill":"#2C3E50"}})])])]):_vm._e()])}),0):_vm._e()]),_c('div',{staticClass:"exit-mob",on:{"click":_vm.logout}},[_c('svg',{staticClass:"arrow-svg",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M17.7501 7.93933L21.8108 12L17.7501 16.0607L16.6895 15L19.6895 12L16.6895 8.99999L17.7501 7.93933Z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M15.5 2.25H2V21.75H15.5V17.25H14V20.25H3.5V3.75H14V6.75H15.5V2.25Z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M7 11.25L20.5 11.25L20.5 12.75L7 12.75L7 11.25Z","fill":"#2C3E50"}})]),_vm._v(" Выход ")])])])]}}])}),_c('MobileToggle',{scopedSlots:_vm._u([{key:"default",fn:function(ref){
9348
9773
  var animationClass = ref.animationClass;
9349
9774
  return [_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.someMobileOpened.length > 0 && _vm.chosenElem && _vm.chosenElem.children.length > 0),expression:"someMobileOpened.length > 0 && chosenElem && chosenElem.children.length > 0"}],staticClass:"mobile-table",class:animationClass},[_c('div',{staticClass:"mobile-table-head mobile-table-head-chosen"},[_c('div',{on:{"click":function($event){_vm.chosenElem.opened = false}}},[_c('svg',{staticClass:"rotated",attrs:{"width":"18","height":"18","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 10 18"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M2.108.59L9.318 9l-7.21 8.41L.59 16.108 6.683 9 .59 1.892 2.108.59z","fill":"#2C3E50"}})])]),_c('p',[_vm._v(_vm._s(_vm.chosenElem.name))])]),_c('div',{staticClass:"profile-menu-mobile"},[_c('div',{staticClass:"profile-menu-mobile__inner"},[(_vm.chosenElem.children.length > 0)?_c('div',{staticClass:"profile-menu-mobile__items"},_vm._l((_vm.chosenElem.children),function(elem,index){return _c('div',{key:index,staticClass:"bb"},[(elem[_vm.mode])?_c('div',{class:elem.link ? 'profile-menu-mobile__balance-link': 'profile-menu-mobile__links',on:{"click":function($event){return _vm.handleClick(elem[_vm.mode], elem.name)}}},[_c('div',{staticClass:"button-inner"},[_c('div',[_vm._v(_vm._s(elem.name))])])]):_vm._e()])}),0):_vm._e()]),_c('div',{staticClass:"exit-mob",on:{"click":_vm.logout}},[_c('svg',{staticClass:"arrow-svg",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M17.7501 7.93933L21.8108 12L17.7501 16.0607L16.6895 15L19.6895 12L16.6895 8.99999L17.7501 7.93933Z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M15.5 2.25H2V21.75H15.5V17.25H14V20.25H3.5V3.75H14V6.75H15.5V2.25Z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M7 11.25L20.5 11.25L20.5 12.75L7 12.75L7 11.25Z","fill":"#2C3E50"}})]),_vm._v(" Выход ")])])])]}}])})],1)])}
9350
- var Profilevue_type_template_id_cad026e6_staticRenderFns = []
9775
+ var Profilevue_type_template_id_5bf3b878_staticRenderFns = []
9351
9776
 
9352
9777
 
9353
- // CONCATENATED MODULE: ./src/components/Header/Profile.vue?vue&type=template&id=cad026e6&
9778
+ // CONCATENATED MODULE: ./src/components/Header/Profile.vue?vue&type=template&id=5bf3b878&
9354
9779
 
9355
9780
  // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
9356
9781
  function _arrayLikeToArray(arr, len) {
@@ -9637,6 +10062,9 @@ var VerticalMobileToggle_component = normalizeComponent(
9637
10062
 
9638
10063
 
9639
10064
 
10065
+
10066
+
10067
+ //
9640
10068
  //
9641
10069
  //
9642
10070
  //
@@ -9950,6 +10378,11 @@ var VerticalMobileToggle_component = normalizeComponent(
9950
10378
  logout: function logout() {
9951
10379
  this.$emit("logout");
9952
10380
  },
10381
+ preventLink: function preventLink(disabled, e) {
10382
+ if (disabled) {
10383
+ e.preventDefault();
10384
+ }
10385
+ },
9953
10386
  showModal: function showModal(url, name) {
9954
10387
  var _this = this;
9955
10388
 
@@ -9996,6 +10429,13 @@ var VerticalMobileToggle_component = normalizeComponent(
9996
10429
  rotateItem: function rotateItem(index) {
9997
10430
  this.chosenElem = this.listDropDown[index];
9998
10431
  this.$set(this.listDropDown[index], 'opened', !this.listDropDown[index].opened);
10432
+ },
10433
+ goAuth: function goAuth() {
10434
+ var fullPath = encodeURIComponent(window.location.toString());
10435
+
10436
+ if (window) {
10437
+ window.location.href = "".concat(this.loginUrl, "?url=").concat(fullPath);
10438
+ }
9999
10439
  }
10000
10440
  }
10001
10441
  });
@@ -10015,8 +10455,8 @@ var Profilevue_type_style_index_0_lang_scss_ = __webpack_require__("ee80");
10015
10455
 
10016
10456
  var Profile_component = normalizeComponent(
10017
10457
  Header_Profilevue_type_script_lang_js_,
10018
- Profilevue_type_template_id_cad026e6_render,
10019
- Profilevue_type_template_id_cad026e6_staticRenderFns,
10458
+ Profilevue_type_template_id_5bf3b878_render,
10459
+ Profilevue_type_template_id_5bf3b878_staticRenderFns,
10020
10460
  false,
10021
10461
  null,
10022
10462
  null,
@@ -10651,7 +11091,6 @@ var InfoHeader_component = normalizeComponent(
10651
11091
  },
10652
11092
  created: function created() {
10653
11093
  this.fetchCurrencies();
10654
- this.fetchWeather();
10655
11094
  },
10656
11095
  mounted: function mounted() {
10657
11096
  this.setBalance(this.balance);
@@ -10854,8 +11293,8 @@ var Headervue_type_style_index_0_lang_scss_ = __webpack_require__("52f3");
10854
11293
 
10855
11294
  var Header_component = normalizeComponent(
10856
11295
  Header_Headervue_type_script_lang_js_,
10857
- Headervue_type_template_id_4c5eca75_render,
10858
- Headervue_type_template_id_4c5eca75_staticRenderFns,
11296
+ Headervue_type_template_id_d0150058_render,
11297
+ Headervue_type_template_id_d0150058_staticRenderFns,
10859
11298
  false,
10860
11299
  null,
10861
11300
  null,
@@ -11250,38 +11689,34 @@ var SearchTextField_component = normalizeComponent(
11250
11689
  )
11251
11690
 
11252
11691
  /* harmony default export */ var SearchTextField = (SearchTextField_component.exports);
11253
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-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/MailTo/MailTo.vue?vue&type=template&id=8f5ba560&scoped=true&
11254
- var MailTovue_type_template_id_8f5ba560_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mail"},[_c('h2',{staticClass:"mail__title"},[_vm._v("Интересует больше данных?")]),_vm._m(0),_c('div',{staticClass:"mail__img-wrapper"},[_c('svg',{attrs:{"width":"126","height":"120","viewBox":"0 0 126 120","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('circle',{attrs:{"cx":"63","cy":"60","r":"60","fill":"#BDC7CE","fill-opacity":"0.15"}}),_c('g',{attrs:{"clip-path":"url(#clip0_2878_18164)"}},[_c('path',{attrs:{"d":"M103.97 17.2671L5.64253 38.4363C2.12229 39.1942 -0.117059 42.6623 0.640828 46.1825L13.8374 107.478C14.5953 110.998 18.0634 113.238 21.5837 112.48L119.911 91.3105C123.431 90.5526 125.67 87.0845 124.912 83.5643L111.716 22.2687C110.958 18.7485 107.49 16.5092 103.97 17.2671Z","fill":"white","stroke":"#9DA3AC","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"opacity":"0.6","d":"M61.5601 77.2102C56.4501 78.3102 52.2901 72.8102 43.4901 67.3502C25.6601 56.3002 9.6001 45.6602 9.6001 45.6602L11.9101 56.6602L49.0601 80.2402C55.0601 83.3502 65.0601 81.7402 70.3101 75.0202C69.1401 74.7002 67.7001 75.8902 61.5601 77.2102Z","fill":"#BDC7CE","fill-opacity":"0.4"}}),_c('path',{attrs:{"opacity":"0.6","d":"M28.77 97.0891C27.7509 97.3094 26.6984 97.3266 25.6726 97.1397C24.6468 96.9528 23.6679 96.5654 22.792 95.9998C21.9161 95.4341 21.1604 94.7013 20.568 93.8432C19.9757 92.9851 19.5584 92.0186 19.34 90.9991L9.41003 44.8891L3.28002 41.5391C2.42002 41.7291 0.0200244 43.2791 0.940024 47.5391L13.55 106.069C13.7685 107.088 14.1854 108.053 14.7771 108.91C15.3688 109.768 16.1236 110.5 16.9984 111.066C17.8732 111.631 18.8508 112.019 19.8754 112.206C20.9001 112.394 21.9516 112.378 22.97 112.159L118.53 91.5891C120.58 91.1313 122.367 89.8858 123.507 88.1215C124.646 86.3572 125.046 84.2157 124.62 82.1591L123.44 76.6891L28.77 97.0891Z","fill":"#BDC7CE","fill-opacity":"0.4"}}),_c('path',{attrs:{"d":"M2.46973 40.9509L55.2897 75.1109C56.7268 76.0398 58.3331 76.6758 60.0164 76.9825C61.6998 77.2892 63.4272 77.2606 65.0995 76.8983C66.7718 76.536 68.3561 75.8471 69.7616 74.8711C71.1671 73.8951 72.366 72.6513 73.2897 71.2109L107.19 18.2109","stroke":"#9DA3AC","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M82.5601 56.9102L122.68 88.5802","stroke":"#9DA3AC","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M39.2497 65.2207L17.4297 111.241","stroke":"#9DA3AC","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M107.69 30.8C114.538 30.8 120.09 25.2483 120.09 18.4C120.09 11.5517 114.538 6 107.69 6C100.842 6 95.29 11.5517 95.29 18.4C95.29 25.2483 100.842 30.8 107.69 30.8Z","fill":"#E83949"}}),_c('path',{attrs:{"d":"M110.67 24.1891L108.6 24.6391L106.82 16.3391C106.6 15.3391 106.46 14.5591 106.38 13.9691C106.27 14.1391 106.14 14.3291 105.98 14.5391C105.82 14.7491 105.28 15.4391 104.36 16.5391L103.04 15.4491L106.18 11.6691L107.9 11.2891L110.67 24.1891Z","fill":"white"}})]),_c('defs',[_c('clipPath',{attrs:{"id":"clip0_2878_18164"}},[_c('rect',{attrs:{"width":"125.56","height":"107.12","fill":"white","transform":"translate(0 6)"}})])])])]),_vm._m(1)])}
11255
- var MailTovue_type_template_id_8f5ba560_scoped_true_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('p',{staticClass:"mail__subtitle"},[_vm._v(" Отправьте ваш запрос на "),_c('a',{staticClass:"mail__link",attrs:{"href":"mailto:info@adata.kz"}},[_vm._v("info@adata.kz")])])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('p',{staticClass:"mail__text"},[_vm._v(" Мы обязательно ответим вам "),_c('br'),_vm._v(" в кратчайшие сроки. ")])}]
11692
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-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/MailTo/MailTo.vue?vue&type=template&id=468aa8e8&scoped=true&
11693
+ var MailTovue_type_template_id_468aa8e8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mail"},[_c('div',{staticClass:"mail__img-wrapper"},[_c('svg',{staticClass:"mail__img",attrs:{"width":"100","height":"85","viewBox":"0 0 100 85","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"clip-path":"url(#clip0_518_22722)"}},[_c('path',{attrs:{"d":"M82.8046 8.94045L4.49388 25.7383C1.69026 26.3397 -0.0932329 29.0916 0.510373 31.8849L11.0206 80.5231C11.6242 83.3164 14.3863 85.0933 17.1899 84.4919L95.5007 67.6941C98.3043 67.0927 100.088 64.3408 99.4842 61.5475L88.974 12.9093C88.3704 10.116 85.6083 8.33906 82.8046 8.94045Z","fill":"white","stroke":"#9DA3AC","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"opacity":"0.6","d":"M49.0286 56.5055C44.9588 57.3783 41.6457 53.0141 34.6371 48.6815C20.4367 39.9133 7.646 31.4705 7.646 31.4705L9.48575 40.199L39.0732 58.9098C43.8518 61.3776 51.8161 60.1 55.9974 54.7677C55.0656 54.5138 53.9187 55.458 49.0286 56.5055Z","fill":"#BDC7CE","fill-opacity":"0.4"}}),_c('path',{attrs:{"opacity":"0.6","d":"M22.9133 72.2794C22.1016 72.4542 21.2633 72.4679 20.4463 72.3196C19.6294 72.1713 18.8498 71.8639 18.1522 71.415C17.4546 70.9662 16.8527 70.3847 16.3809 69.7038C15.9092 69.0229 15.5768 68.256 15.4029 67.447L7.49433 30.8586L2.6122 28.2003C1.92726 28.3511 0.0158305 29.581 0.748548 32.9613L10.7916 79.405C10.9655 80.2132 11.2976 80.9794 11.7689 81.6596C12.2401 82.3399 12.8412 82.9211 13.5379 83.3698C14.2346 83.8186 15.0132 84.1262 15.8293 84.275C16.6454 84.4239 17.4828 84.4112 18.2939 84.2375L94.401 67.9151C96.0335 67.5519 97.4571 66.5636 98.3645 65.1636C99.272 63.7637 99.5905 62.0643 99.2513 60.4324L98.3115 56.0919L22.9133 72.2794Z","fill":"#BDC7CE","fill-opacity":"0.4"}}),_c('path',{attrs:{"d":"M1.9668 27.7336L44.0343 54.8397C45.1788 55.5767 46.4581 56.0814 47.7988 56.3248C49.1396 56.5682 50.5153 56.5455 51.8471 56.258C53.179 55.9704 54.4408 55.4238 55.5602 54.6494C56.6796 53.8749 57.6344 52.888 58.3701 51.745L85.3692 9.68939","stroke":"#9DA3AC","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M65.7535 40.3973L97.7063 65.5276","stroke":"#9DA3AC","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M31.2595 46.9918L13.8813 83.5087","stroke":"#9DA3AC","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M85.7678 19.6789C91.222 19.6789 95.6435 15.2736 95.6435 9.83943C95.6435 4.40526 91.222 0 85.7678 0C80.3135 0 75.892 4.40526 75.892 9.83943C75.892 15.2736 80.3135 19.6789 85.7678 19.6789Z","fill":"#E83949"}}),_c('path',{attrs:{"d":"M88.1413 14.433L86.4927 14.7901L85.075 8.20403C84.8998 7.41053 84.7883 6.7916 84.7246 6.32343C84.637 6.45833 84.5335 6.60909 84.406 6.77572C84.2786 6.94236 83.8485 7.48987 83.1158 8.36273L82.0645 7.49781L84.5653 4.49837L85.9352 4.19684L88.1413 14.433Z","fill":"white"}})]),_c('defs',[_c('clipPath',{attrs:{"id":"clip0_518_22722"}},[_c('rect',{attrs:{"width":"100","height":"85","fill":"white"}})])])])]),_c('h2',{staticClass:"mail__title"},[_vm._v("Интересует больше данных?")]),_vm._m(0),_c('form',{staticClass:"mail__form",attrs:{"novalidate":""}},[_c('a-text-field',{staticClass:"mail__form-input",attrs:{"label":"Введите email","error-text":_vm.emailError,"value":_vm.userEmail ? _vm.userEmail : _vm.email,"required":""},on:{"input":_vm.setEmail}}),_c('a-text-field',{directives:[{name:"mask",rawName:"v-mask",value:('8 (###) ###-##-##'),expression:"'8 (###) ###-##-##'"}],staticClass:"mail__form-input",attrs:{"label":"Введите номер телефона"},model:{value:(_vm.phoneNumber),callback:function ($$v) {_vm.phoneNumber=$$v},expression:"phoneNumber"}}),_c('a-text-area',{staticClass:"mail__form-input",attrs:{"label":"Ваш комментарий","error-text":_vm.messageError,"required":""},model:{value:(_vm.message),callback:function ($$v) {_vm.message=$$v},expression:"message"}}),_c('a-button',{staticClass:"mail__form-btn",on:{"click":function($event){$event.preventDefault();return _vm.onSubmitForm.apply(null, arguments)}}},[_vm._v(" Отправить ")])],1)])}
11694
+ var MailTovue_type_template_id_468aa8e8_scoped_true_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('p',{staticClass:"mail__text"},[_vm._v(" Мы обязательно ответим вам "),_c('br'),_vm._v(" в кратчайшие сроки. ")])}]
11695
+
11696
+
11697
+ // CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue?vue&type=template&id=468aa8e8&scoped=true&
11698
+
11699
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.constructor.js
11700
+ var es_regexp_constructor = __webpack_require__("4d63");
11256
11701
 
11702
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.dot-all.js
11703
+ var es_regexp_dot_all = __webpack_require__("c607");
11257
11704
 
11258
- // CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue?vue&type=template&id=8f5ba560&scoped=true&
11705
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.sticky.js
11706
+ var es_regexp_sticky = __webpack_require__("2c3e");
11259
11707
 
11260
11708
  // 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/MailTo/MailTo.vue?vue&type=script&lang=js&
11261
- //
11262
- //
11263
- //
11264
- //
11265
- //
11266
- //
11267
- //
11268
- //
11269
- //
11270
- //
11271
- //
11272
- //
11273
- //
11274
- //
11275
- //
11276
- //
11277
- //
11278
- //
11279
- //
11280
- //
11281
- //
11282
- //
11283
- //
11284
- //
11709
+
11710
+
11711
+
11712
+
11713
+
11714
+
11715
+
11716
+
11717
+
11718
+
11719
+
11285
11720
  //
11286
11721
  //
11287
11722
  //
@@ -11341,12 +11776,106 @@ var MailTovue_type_template_id_8f5ba560_scoped_true_staticRenderFns = [function
11341
11776
  //
11342
11777
  //
11343
11778
  /* harmony default export */ var MailTovue_type_script_lang_js_ = ({
11344
- name: "MailTo"
11779
+ name: "MailToTemplate",
11780
+ props: {
11781
+ userEmail: {
11782
+ type: String,
11783
+ default: ''
11784
+ }
11785
+ },
11786
+ data: function data() {
11787
+ return {
11788
+ email: '',
11789
+ phoneNumber: '',
11790
+ message: '',
11791
+ emailError: '',
11792
+ messageError: ''
11793
+ };
11794
+ },
11795
+ methods: {
11796
+ setEmail: function setEmail(data) {
11797
+ this.email = data;
11798
+ },
11799
+ onSubmitForm: function onSubmitForm() {
11800
+ var regex = new RegExp('^[\\w-\\.]+@([\\w-]+\\.)+[\\w-]{2,4}$');
11801
+ this.email = this.userEmail;
11802
+
11803
+ if (!this.email.length || !regex.test(this.email)) {
11804
+ this.emailError = 'Введите валидыный email';
11805
+ return;
11806
+ } else {
11807
+ this.emailError = '';
11808
+ }
11809
+
11810
+ if (this.message.length < 20) {
11811
+ this.messageError = 'Введите больше чем 20 символов';
11812
+ return;
11813
+ } else {
11814
+ this.messageError = '';
11815
+ }
11816
+
11817
+ this.requestSupport();
11818
+ },
11819
+ requestSupport: function requestSupport() {
11820
+ var _this = this;
11821
+
11822
+ return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
11823
+ var requestBody, response, result;
11824
+ return regeneratorRuntime.wrap(function _callee$(_context) {
11825
+ while (1) {
11826
+ switch (_context.prev = _context.next) {
11827
+ case 0:
11828
+ requestBody = {
11829
+ sender_name: _this.email,
11830
+ email: _this.email,
11831
+ phone_number: _this.phoneNumber ? _this.phoneNumber : _this.email,
11832
+ message: _this.message
11833
+ };
11834
+ _context.prev = 1;
11835
+ _context.next = 4;
11836
+ return fetch('https://users.adata.kz/api/v1/message/regards', {
11837
+ method: "POST",
11838
+ headers: {
11839
+ 'Content-Type': 'application/json'
11840
+ },
11841
+ body: JSON.stringify(requestBody)
11842
+ });
11843
+
11844
+ case 4:
11845
+ response = _context.sent;
11846
+ _context.next = 7;
11847
+ return response.json();
11848
+
11849
+ case 7:
11850
+ result = _context.sent;
11851
+
11852
+ if (result.success) {
11853
+ _this.$emit('success', result);
11854
+ }
11855
+
11856
+ _context.next = 14;
11857
+ break;
11858
+
11859
+ case 11:
11860
+ _context.prev = 11;
11861
+ _context.t0 = _context["catch"](1);
11862
+
11863
+ _this.$emit('error', _context.t0);
11864
+
11865
+ case 14:
11866
+ case "end":
11867
+ return _context.stop();
11868
+ }
11869
+ }
11870
+ }, _callee, null, [[1, 11]]);
11871
+ }))();
11872
+ }
11873
+ }
11345
11874
  });
11346
11875
  // CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue?vue&type=script&lang=js&
11347
11876
  /* harmony default export */ var MailTo_MailTovue_type_script_lang_js_ = (MailTovue_type_script_lang_js_);
11348
- // EXTERNAL MODULE: ./src/components/MailTo/MailTo.vue?vue&type=style&index=0&id=8f5ba560&lang=scss&scoped=true&
11349
- var MailTovue_type_style_index_0_id_8f5ba560_lang_scss_scoped_true_ = __webpack_require__("09ea");
11877
+ // EXTERNAL MODULE: ./src/components/MailTo/MailTo.vue?vue&type=style&index=0&id=468aa8e8&lang=scss&scoped=true&
11878
+ var MailTovue_type_style_index_0_id_468aa8e8_lang_scss_scoped_true_ = __webpack_require__("3831");
11350
11879
 
11351
11880
  // CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue
11352
11881
 
@@ -11359,22 +11888,22 @@ var MailTovue_type_style_index_0_id_8f5ba560_lang_scss_scoped_true_ = __webpack_
11359
11888
 
11360
11889
  var MailTo_component = normalizeComponent(
11361
11890
  MailTo_MailTovue_type_script_lang_js_,
11362
- MailTovue_type_template_id_8f5ba560_scoped_true_render,
11363
- MailTovue_type_template_id_8f5ba560_scoped_true_staticRenderFns,
11891
+ MailTovue_type_template_id_468aa8e8_scoped_true_render,
11892
+ MailTovue_type_template_id_468aa8e8_scoped_true_staticRenderFns,
11364
11893
  false,
11365
11894
  null,
11366
- "8f5ba560",
11895
+ "468aa8e8",
11367
11896
  null
11368
11897
 
11369
11898
  )
11370
11899
 
11371
11900
  /* harmony default export */ var MailTo = (MailTo_component.exports);
11372
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-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&
11373
- 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)}
11374
- var ATablevue_type_template_id_b3cc1b06_scoped_true_staticRenderFns = []
11901
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-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=192e63d9&scoped=true&
11902
+ var ATablevue_type_template_id_192e63d9_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)]),_c('tbody',_vm._l((_vm.rows),function(row,i){return _c('tr',{key:i},_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)}),0)])}
11903
+ var ATablevue_type_template_id_192e63d9_scoped_true_staticRenderFns = []
11375
11904
 
11376
11905
 
11377
- // CONCATENATED MODULE: ./src/components/Table/ATable.vue?vue&type=template&id=b3cc1b06&scoped=true&
11906
+ // CONCATENATED MODULE: ./src/components/Table/ATable.vue?vue&type=template&id=192e63d9&scoped=true&
11378
11907
 
11379
11908
  // 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&
11380
11909
 
@@ -11419,8 +11948,8 @@ var ATablevue_type_template_id_b3cc1b06_scoped_true_staticRenderFns = []
11419
11948
  });
11420
11949
  // CONCATENATED MODULE: ./src/components/Table/ATable.vue?vue&type=script&lang=js&
11421
11950
  /* harmony default export */ var Table_ATablevue_type_script_lang_js_ = (ATablevue_type_script_lang_js_);
11422
- // EXTERNAL MODULE: ./src/components/Table/ATable.vue?vue&type=style&index=0&id=b3cc1b06&lang=scss&scoped=true&
11423
- var ATablevue_type_style_index_0_id_b3cc1b06_lang_scss_scoped_true_ = __webpack_require__("3c75");
11951
+ // EXTERNAL MODULE: ./src/components/Table/ATable.vue?vue&type=style&index=0&id=192e63d9&lang=scss&scoped=true&
11952
+ var ATablevue_type_style_index_0_id_192e63d9_lang_scss_scoped_true_ = __webpack_require__("d86a");
11424
11953
 
11425
11954
  // CONCATENATED MODULE: ./src/components/Table/ATable.vue
11426
11955
 
@@ -11433,11 +11962,11 @@ var ATablevue_type_style_index_0_id_b3cc1b06_lang_scss_scoped_true_ = __webpack_
11433
11962
 
11434
11963
  var ATable_component = normalizeComponent(
11435
11964
  Table_ATablevue_type_script_lang_js_,
11436
- ATablevue_type_template_id_b3cc1b06_scoped_true_render,
11437
- ATablevue_type_template_id_b3cc1b06_scoped_true_staticRenderFns,
11965
+ ATablevue_type_template_id_192e63d9_scoped_true_render,
11966
+ ATablevue_type_template_id_192e63d9_scoped_true_staticRenderFns,
11438
11967
  false,
11439
11968
  null,
11440
- "b3cc1b06",
11969
+ "192e63d9",
11441
11970
  null
11442
11971
 
11443
11972
  )
@@ -11459,10 +11988,12 @@ var ATable_component = normalizeComponent(
11459
11988
 
11460
11989
 
11461
11990
 
11991
+
11462
11992
  var Components = {
11463
11993
  ACheckbox: ACheckbox,
11464
11994
  AButton: AButton,
11465
11995
  ATextField: TextField,
11996
+ ATextArea: TextArea,
11466
11997
  APasswordField: PasswordField,
11467
11998
  AAlert: Alert,
11468
11999
  AHeader: Header,