adata-ui 0.1.68 → 0.1.71

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":
@@ -993,6 +982,13 @@ exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
993
982
  };
994
983
 
995
984
 
985
+ /***/ }),
986
+
987
+ /***/ "2495":
988
+ /***/ (function(module, exports, __webpack_require__) {
989
+
990
+ // extracted by mini-css-extract-plugin
991
+
996
992
  /***/ }),
997
993
 
998
994
  /***/ "2532":
@@ -1148,6 +1144,39 @@ module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? c
1148
1144
  });
1149
1145
 
1150
1146
 
1147
+ /***/ }),
1148
+
1149
+ /***/ "2c3e":
1150
+ /***/ (function(module, exports, __webpack_require__) {
1151
+
1152
+ var global = __webpack_require__("da84");
1153
+ var DESCRIPTORS = __webpack_require__("83ab");
1154
+ var MISSED_STICKY = __webpack_require__("9f7f").MISSED_STICKY;
1155
+ var classof = __webpack_require__("c6b6");
1156
+ var defineProperty = __webpack_require__("9bf2").f;
1157
+ var getInternalState = __webpack_require__("69f3").get;
1158
+
1159
+ var RegExpPrototype = RegExp.prototype;
1160
+ var TypeError = global.TypeError;
1161
+
1162
+ // `RegExp.prototype.sticky` getter
1163
+ // https://tc39.es/ecma262/#sec-get-regexp.prototype.sticky
1164
+ if (DESCRIPTORS && MISSED_STICKY) {
1165
+ defineProperty(RegExpPrototype, 'sticky', {
1166
+ configurable: true,
1167
+ get: function () {
1168
+ if (this === RegExpPrototype) return undefined;
1169
+ // We can't use InternalStateModule.getterFor because
1170
+ // we don't add metadata for regexps created by a literal.
1171
+ if (classof(this) === 'RegExp') {
1172
+ return !!getInternalState(this).sticky;
1173
+ }
1174
+ throw TypeError('Incompatible receiver, RegExp required');
1175
+ }
1176
+ });
1177
+ }
1178
+
1179
+
1151
1180
  /***/ }),
1152
1181
 
1153
1182
  /***/ "2cf4":
@@ -1331,6 +1360,17 @@ module.exports = function (it) {
1331
1360
  };
1332
1361
 
1333
1362
 
1363
+ /***/ }),
1364
+
1365
+ /***/ "35cf":
1366
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1367
+
1368
+ "use strict";
1369
+ /* 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_5adee5e0_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("2495");
1370
+ /* 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_5adee5e0_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_5adee5e0_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
1371
+ /* unused harmony reexport * */
1372
+
1373
+
1334
1374
  /***/ }),
1335
1375
 
1336
1376
  /***/ "37e8":
@@ -1628,6 +1668,212 @@ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
1628
1668
 
1629
1669
  // extracted by mini-css-extract-plugin
1630
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
+
1631
1877
  /***/ }),
1632
1878
 
1633
1879
  /***/ "4d64":
@@ -2449,13 +2695,6 @@ module.exports = function ($this, dummy, Wrapper) {
2449
2695
  };
2450
2696
 
2451
2697
 
2452
- /***/ }),
2453
-
2454
- /***/ "7208":
2455
- /***/ (function(module, exports, __webpack_require__) {
2456
-
2457
- // extracted by mini-css-extract-plugin
2458
-
2459
2698
  /***/ }),
2460
2699
 
2461
2700
  /***/ "73ec":
@@ -6736,6 +6975,39 @@ module.exports = function (input, pref) {
6736
6975
  module.exports = false;
6737
6976
 
6738
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
+
6739
7011
  /***/ }),
6740
7012
 
6741
7013
  /***/ "c65b":
@@ -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 = []
@@ -11264,39 +11689,34 @@ var SearchTextField_component = normalizeComponent(
11264
11689
  )
11265
11690
 
11266
11691
  /* harmony default export */ var SearchTextField = (SearchTextField_component.exports);
11267
- // 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&
11268
- 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)])}
11269
- 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=5adee5e0&scoped=true&
11693
+ var MailTovue_type_template_id_5adee5e0_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("Интересует больше данных?")]),_c('p',{staticClass:"mail__text"},[_vm._v(" Оставьте комментарий мы обязательно ответим Вам в кратчайшие сроки ")]),_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_5adee5e0_scoped_true_staticRenderFns = []
11695
+
11270
11696
 
11697
+ // CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue?vue&type=template&id=5adee5e0&scoped=true&
11271
11698
 
11272
- // CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue?vue&type=template&id=8f5ba560&scoped=true&
11699
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.constructor.js
11700
+ var es_regexp_constructor = __webpack_require__("4d63");
11701
+
11702
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.dot-all.js
11703
+ var es_regexp_dot_all = __webpack_require__("c607");
11704
+
11705
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.sticky.js
11706
+ var es_regexp_sticky = __webpack_require__("2c3e");
11273
11707
 
11274
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&
11275
- //
11276
- //
11277
- //
11278
- //
11279
- //
11280
- //
11281
- //
11282
- //
11283
- //
11284
- //
11285
- //
11286
- //
11287
- //
11288
- //
11289
- //
11290
- //
11291
- //
11292
- //
11293
- //
11294
- //
11295
- //
11296
- //
11297
- //
11298
- //
11299
- //
11709
+
11710
+
11711
+
11712
+
11713
+
11714
+
11715
+
11716
+
11717
+
11718
+
11719
+
11300
11720
  //
11301
11721
  //
11302
11722
  //
@@ -11355,12 +11775,106 @@ var MailTovue_type_template_id_8f5ba560_scoped_true_staticRenderFns = [function
11355
11775
  //
11356
11776
  //
11357
11777
  /* harmony default export */ var MailTovue_type_script_lang_js_ = ({
11358
- name: "MailTo"
11778
+ name: "MailToTemplate",
11779
+ props: {
11780
+ userEmail: {
11781
+ type: String,
11782
+ default: ''
11783
+ }
11784
+ },
11785
+ data: function data() {
11786
+ return {
11787
+ email: '',
11788
+ phoneNumber: '',
11789
+ message: '',
11790
+ emailError: '',
11791
+ messageError: ''
11792
+ };
11793
+ },
11794
+ methods: {
11795
+ setEmail: function setEmail(data) {
11796
+ this.email = data;
11797
+ },
11798
+ onSubmitForm: function onSubmitForm() {
11799
+ var regex = new RegExp('^[\\w-\\.]+@([\\w-]+\\.)+[\\w-]{2,4}$');
11800
+ this.email = this.userEmail;
11801
+
11802
+ if (!this.email.length || !regex.test(this.email)) {
11803
+ this.emailError = 'Введите валидыный email';
11804
+ return;
11805
+ } else {
11806
+ this.emailError = '';
11807
+ }
11808
+
11809
+ if (this.message.length < 20) {
11810
+ this.messageError = 'Введите больше чем 20 символов';
11811
+ return;
11812
+ } else {
11813
+ this.messageError = '';
11814
+ }
11815
+
11816
+ this.requestSupport();
11817
+ },
11818
+ requestSupport: function requestSupport() {
11819
+ var _this = this;
11820
+
11821
+ return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
11822
+ var requestBody, response, result;
11823
+ return regeneratorRuntime.wrap(function _callee$(_context) {
11824
+ while (1) {
11825
+ switch (_context.prev = _context.next) {
11826
+ case 0:
11827
+ requestBody = {
11828
+ sender_name: _this.email,
11829
+ email: _this.email,
11830
+ phone_number: _this.phoneNumber ? _this.phoneNumber : _this.email,
11831
+ message: _this.message
11832
+ };
11833
+ _context.prev = 1;
11834
+ _context.next = 4;
11835
+ return fetch('https://users.adata.kz/api/v1/message/regards', {
11836
+ method: "POST",
11837
+ headers: {
11838
+ 'Content-Type': 'application/json'
11839
+ },
11840
+ body: JSON.stringify(requestBody)
11841
+ });
11842
+
11843
+ case 4:
11844
+ response = _context.sent;
11845
+ _context.next = 7;
11846
+ return response.json();
11847
+
11848
+ case 7:
11849
+ result = _context.sent;
11850
+
11851
+ if (result.success) {
11852
+ _this.$emit('success', result);
11853
+ }
11854
+
11855
+ _context.next = 14;
11856
+ break;
11857
+
11858
+ case 11:
11859
+ _context.prev = 11;
11860
+ _context.t0 = _context["catch"](1);
11861
+
11862
+ _this.$emit('error', _context.t0);
11863
+
11864
+ case 14:
11865
+ case "end":
11866
+ return _context.stop();
11867
+ }
11868
+ }
11869
+ }, _callee, null, [[1, 11]]);
11870
+ }))();
11871
+ }
11872
+ }
11359
11873
  });
11360
11874
  // CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue?vue&type=script&lang=js&
11361
11875
  /* harmony default export */ var MailTo_MailTovue_type_script_lang_js_ = (MailTovue_type_script_lang_js_);
11362
- // EXTERNAL MODULE: ./src/components/MailTo/MailTo.vue?vue&type=style&index=0&id=8f5ba560&lang=scss&scoped=true&
11363
- var MailTovue_type_style_index_0_id_8f5ba560_lang_scss_scoped_true_ = __webpack_require__("09ea");
11876
+ // EXTERNAL MODULE: ./src/components/MailTo/MailTo.vue?vue&type=style&index=0&id=5adee5e0&lang=scss&scoped=true&
11877
+ var MailTovue_type_style_index_0_id_5adee5e0_lang_scss_scoped_true_ = __webpack_require__("35cf");
11364
11878
 
11365
11879
  // CONCATENATED MODULE: ./src/components/MailTo/MailTo.vue
11366
11880
 
@@ -11373,11 +11887,11 @@ var MailTovue_type_style_index_0_id_8f5ba560_lang_scss_scoped_true_ = __webpack_
11373
11887
 
11374
11888
  var MailTo_component = normalizeComponent(
11375
11889
  MailTo_MailTovue_type_script_lang_js_,
11376
- MailTovue_type_template_id_8f5ba560_scoped_true_render,
11377
- MailTovue_type_template_id_8f5ba560_scoped_true_staticRenderFns,
11890
+ MailTovue_type_template_id_5adee5e0_scoped_true_render,
11891
+ MailTovue_type_template_id_5adee5e0_scoped_true_staticRenderFns,
11378
11892
  false,
11379
11893
  null,
11380
- "8f5ba560",
11894
+ "5adee5e0",
11381
11895
  null
11382
11896
 
11383
11897
  )
@@ -11473,10 +11987,12 @@ var ATable_component = normalizeComponent(
11473
11987
 
11474
11988
 
11475
11989
 
11990
+
11476
11991
  var Components = {
11477
11992
  ACheckbox: ACheckbox,
11478
11993
  AButton: AButton,
11479
11994
  ATextField: TextField,
11995
+ ATextArea: TextArea,
11480
11996
  APasswordField: PasswordField,
11481
11997
  AAlert: Alert,
11482
11998
  AHeader: Header,