ecomlab-components-next 0.1.140 → 0.1.141
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ConstructorComponents/CardsInfo/CardsInfo.scss +0 -4
- package/dist/components/ConstructorComponents/MainContainer/MainContainer.stories.js +2 -1
- package/dist/components/ConstructorComponents/PagePreviews/PagePreviews.module.scss +0 -4
- package/dist/components/ConstructorComponents/Tariff/TariffPlan.js +489 -585
- package/dist/components/ConstructorComponents/Tariff/TariffPlan.scss +43 -35
- package/dist/components/TitlePage/TitlePage.js +24 -0
- package/dist/components/TitlePage/TitlePage.scss +13 -0
- package/package.json +1 -1
|
@@ -10,595 +10,478 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
10
10
|
var _image = _interopRequireDefault(require("next/image"));
|
|
11
11
|
var _active = _interopRequireDefault(require("./img/active.svg"));
|
|
12
12
|
var _ButtonBasic = _interopRequireDefault(require("../../Buttons/ButtonBasic/ButtonBasic"));
|
|
13
|
-
require("./TariffPlan.scss");
|
|
14
|
-
var _bxFace = _interopRequireDefault(require("./img/bx-face.svg"));
|
|
15
13
|
var _bxChevronDown = _interopRequireDefault(require("./img/bx-chevron-down.svg"));
|
|
16
14
|
var _bxInfoCircle = _interopRequireDefault(require("./img/bx-info-circle.svg"));
|
|
17
15
|
var _TabsGreen = require("../../Tabs/TabsGreen/TabsGreen");
|
|
18
|
-
var _bxBarChartSquare = _interopRequireDefault(require("./imgs/bx-bar-chart-square.svg"));
|
|
19
|
-
var _bxBookOpen = _interopRequireDefault(require("./imgs/bx-book-open.svg"));
|
|
20
|
-
var _bxCalendarWeek = _interopRequireDefault(require("./imgs/bx-calendar-week.svg"));
|
|
21
16
|
var _bxCartAlt = _interopRequireDefault(require("./imgs/bx-cart-alt.svg"));
|
|
22
17
|
var _bxChart = _interopRequireDefault(require("./imgs/bx-chart.svg"));
|
|
23
|
-
var _bxChat = _interopRequireDefault(require("./imgs/bx-chat.svg"));
|
|
24
|
-
var _bxDetail = _interopRequireDefault(require("./imgs/bx-detail.svg"));
|
|
25
18
|
var _bxDonateHeart = _interopRequireDefault(require("./imgs/bx-donate-heart.svg"));
|
|
26
|
-
var
|
|
27
|
-
var _bxGlobe = _interopRequireDefault(require("./imgs/bx-globe.svg"));
|
|
19
|
+
var _bxFace = _interopRequireDefault(require("./imgs/bx-face.svg"));
|
|
28
20
|
var _bxLayout = _interopRequireDefault(require("./imgs/bx-layout.svg"));
|
|
29
21
|
var _bxMessageDetail = _interopRequireDefault(require("./imgs/bx-message-detail.svg"));
|
|
30
22
|
var _bxPackage = _interopRequireDefault(require("./imgs/bx-package.svg"));
|
|
31
|
-
var _check = _interopRequireDefault(require("./imgs/check.svg"));
|
|
32
|
-
var _bxNotification = _interopRequireDefault(require("./imgs/bx-notification.svg"));
|
|
33
23
|
var _bxSlider = _interopRequireDefault(require("./imgs/bx-slider.svg"));
|
|
24
|
+
var _TitlePage = require("../../TitlePage/TitlePage");
|
|
25
|
+
require("./TariffPlan.scss");
|
|
34
26
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
35
27
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
36
28
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
29
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
|
|
30
|
+
function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
|
|
31
|
+
function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
|
|
37
32
|
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
38
33
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
39
34
|
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
40
35
|
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
41
36
|
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
42
37
|
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
38
|
+
var headers = {
|
|
39
|
+
space: 3459,
|
|
40
|
+
authorization: "Bearer eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2UiOiJ3ZWIiLCJzdWIiOiI0MzgiLCJwaWQiOiI0IiwiZXhwIjoxNzUxMDk0NjU1fQ.ESe6xzprVhdErp6sMiyInj6lbcaG5lUQW205IpPjQseHFbwJ50LLnApl6Sq56F0lcI_riqyzj7I0sInc6TnhdQ"
|
|
41
|
+
};
|
|
43
42
|
var TariffPlan = function TariffPlan(_ref) {
|
|
44
|
-
var _btns
|
|
45
|
-
var current = _ref.current
|
|
46
|
-
_ref$linkMain = _ref.linkMain,
|
|
47
|
-
linkMain = _ref$linkMain === void 0 ? 'https://lk.ecomru.ru' : _ref$linkMain;
|
|
43
|
+
var _btns$, _modelsTariff$filter;
|
|
44
|
+
var current = _ref.current;
|
|
48
45
|
var tarifs_cards_min_list = [{
|
|
49
|
-
period: '1 Месяц'
|
|
46
|
+
period: '1 Месяц',
|
|
47
|
+
value: 1
|
|
50
48
|
}, {
|
|
51
49
|
period: '3 месяца',
|
|
52
|
-
discount: 20
|
|
50
|
+
discount: 20,
|
|
51
|
+
value: 3
|
|
53
52
|
}, {
|
|
54
53
|
period: '6 месяцев',
|
|
55
|
-
discount: 20
|
|
54
|
+
discount: 20,
|
|
55
|
+
value: 6
|
|
56
56
|
}, {
|
|
57
57
|
period: '12 месяцев',
|
|
58
|
-
discount: 20
|
|
59
|
-
|
|
60
|
-
var tariffs_list = [{
|
|
61
|
-
label: 'Бесплатно',
|
|
62
|
-
sum: 0,
|
|
63
|
-
color: '#FF7A00',
|
|
64
|
-
description: "\u041F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u0435\u0440\u0432\u0438\u0441 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",
|
|
65
|
-
ref: 'free'
|
|
66
|
-
}, {
|
|
67
|
-
label: 'Старт',
|
|
68
|
-
sum: 4900,
|
|
69
|
-
color: '#1410DD',
|
|
70
|
-
description: "\u0412 \u0441\u0430\u043C\u044B\u0439 \u0440\u0430\u0437 \u043D\u0430 \u0441\u0442\u0430\u0440\u0442\u0435 \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438",
|
|
71
|
-
ref: 'start'
|
|
72
|
-
}, {
|
|
73
|
-
label: 'Команда',
|
|
74
|
-
sum: 12000,
|
|
75
|
-
color: '#7700D4',
|
|
76
|
-
description: "\u0415\u0441\u043B\u0438 \u0432 \u043A\u043E\u043C\u0430\u043D\u0434\u0435 \u043D\u0435 \u0442\u0430\u043A \u043C\u043D\u043E\u0433\u043E \u0447\u0435\u043B\u043E\u0432\u0435\u043A",
|
|
77
|
-
popular: true,
|
|
78
|
-
ref: 'team'
|
|
79
|
-
}, {
|
|
80
|
-
label: 'ПРО',
|
|
81
|
-
sum: 19000,
|
|
82
|
-
color: '#169D5C',
|
|
83
|
-
description: "\u041F\u043E\u043B\u0443\u0447\u0438\u0442\u0435 \u043F\u043E\u043B\u043D\u044B\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430",
|
|
84
|
-
ref: 'pro'
|
|
58
|
+
discount: 20,
|
|
59
|
+
value: 12
|
|
85
60
|
}];
|
|
86
61
|
var parametr_list = [{
|
|
87
62
|
label: 'Раздел Аналитика',
|
|
88
|
-
icon:
|
|
63
|
+
icon: _bxFace["default"],
|
|
89
64
|
inside: [{
|
|
90
|
-
label: '
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
}, {
|
|
114
|
-
label: '
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
65
|
+
label: 'Аналитика продаж на маркетплейсах',
|
|
66
|
+
junior: 'active',
|
|
67
|
+
base: 'active',
|
|
68
|
+
develop: 'active',
|
|
69
|
+
master: 'active',
|
|
70
|
+
expert: 'active',
|
|
71
|
+
enterprise: 'active'
|
|
72
|
+
}, {
|
|
73
|
+
label: 'Анализ рекламных показателей',
|
|
74
|
+
junior: 'active',
|
|
75
|
+
base: 'active',
|
|
76
|
+
develop: 'active',
|
|
77
|
+
master: 'active',
|
|
78
|
+
expert: 'active',
|
|
79
|
+
enterprise: 'active'
|
|
80
|
+
}, {
|
|
81
|
+
label: 'Заказы и продажи',
|
|
82
|
+
junior: 'active',
|
|
83
|
+
base: 'active',
|
|
84
|
+
develop: 'active',
|
|
85
|
+
master: 'active',
|
|
86
|
+
expert: 'active',
|
|
87
|
+
enterprise: 'active'
|
|
88
|
+
}, {
|
|
89
|
+
label: 'Возвраты и отмены',
|
|
90
|
+
junior: 'active',
|
|
91
|
+
base: 'active',
|
|
92
|
+
develop: 'active',
|
|
93
|
+
master: 'active',
|
|
94
|
+
expert: 'active',
|
|
95
|
+
enterprise: 'active'
|
|
96
|
+
}, {
|
|
97
|
+
label: 'Цены и остатки',
|
|
98
|
+
junior: 'active',
|
|
99
|
+
base: 'active',
|
|
100
|
+
develop: 'active',
|
|
101
|
+
master: 'active',
|
|
102
|
+
expert: 'active',
|
|
103
|
+
enterprise: 'active'
|
|
104
|
+
}, {
|
|
105
|
+
label: 'Кросс-аналитика',
|
|
106
|
+
junior: 'active',
|
|
107
|
+
base: 'active',
|
|
108
|
+
develop: 'active',
|
|
109
|
+
master: 'active',
|
|
110
|
+
expert: 'active',
|
|
111
|
+
enterprise: 'active'
|
|
112
|
+
}, {
|
|
113
|
+
label: 'Подсказочник',
|
|
114
|
+
junior: 'active',
|
|
115
|
+
base: 'active',
|
|
116
|
+
develop: 'active',
|
|
117
|
+
master: 'active',
|
|
118
|
+
expert: 'active',
|
|
119
|
+
enterprise: 'active'
|
|
137
120
|
}]
|
|
138
121
|
}, {
|
|
139
|
-
label: 'Раздел
|
|
122
|
+
label: 'Раздел маркетинг',
|
|
123
|
+
icon: _bxChart["default"],
|
|
124
|
+
inside: [{
|
|
125
|
+
label: 'Анализ рекламы, подсказочник',
|
|
126
|
+
junior: 'active',
|
|
127
|
+
base: 'active',
|
|
128
|
+
develop: 'active',
|
|
129
|
+
master: 'active',
|
|
130
|
+
expert: 'active',
|
|
131
|
+
enterprise: 'active'
|
|
132
|
+
}, {
|
|
133
|
+
label: 'Автоматическое управление акциями маркетплейсов',
|
|
134
|
+
junior: 'active',
|
|
135
|
+
base: 'active',
|
|
136
|
+
develop: 'active',
|
|
137
|
+
master: 'active',
|
|
138
|
+
expert: 'active',
|
|
139
|
+
enterprise: 'active'
|
|
140
|
+
}, {
|
|
141
|
+
label: 'Автобиддер для OZON, ЯндексМаркет, Wildberries',
|
|
142
|
+
junior: 'active',
|
|
143
|
+
base: 'active',
|
|
144
|
+
develop: 'active',
|
|
145
|
+
master: 'active',
|
|
146
|
+
expert: 'active',
|
|
147
|
+
enterprise: 'active'
|
|
148
|
+
}, {
|
|
149
|
+
label: 'Включено РК в тарифе для биддера (на всех МП)',
|
|
150
|
+
junior_text: '2 шт.',
|
|
151
|
+
base_text: '100 шт.',
|
|
152
|
+
develop_text: '300 шт.',
|
|
153
|
+
master_text: '600 шт.',
|
|
154
|
+
expert_text: '1 000 шт.',
|
|
155
|
+
enterprise_text: 'без ограничений'
|
|
156
|
+
}, {
|
|
157
|
+
label: 'стоимость за 1 доп РК',
|
|
158
|
+
junior_text: '50 руб.',
|
|
159
|
+
base_text: '50 руб.',
|
|
160
|
+
develop_text: '50 руб.',
|
|
161
|
+
master_text: '50 руб.',
|
|
162
|
+
expert_text: '50 руб.',
|
|
163
|
+
enterprise_text: ''
|
|
164
|
+
}]
|
|
165
|
+
}, {
|
|
166
|
+
label: 'Аналитика конкурентов',
|
|
140
167
|
icon: _bxPackage["default"],
|
|
141
168
|
inside: [{
|
|
142
|
-
label: '
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
}, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 500 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u043E\u0432"), " ", /*#__PURE__*/_react["default"].createElement("br", null), "\u0434\u0430\u043B\u0435\u0435 \u043F\u043E 6 \u0440\u0443\u0431 \u0437\u0430 \u043F\u0435\u0440\u0435\u043D\u043E\u0441"),
|
|
158
|
-
text4: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
159
|
-
style: {
|
|
160
|
-
color: '#00B45E)'
|
|
161
|
-
}
|
|
162
|
-
}, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 2000 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u043E\u0432"), " ", /*#__PURE__*/_react["default"].createElement("br", null), "\u0434\u0430\u043B\u0435\u0435 \u043F\u043E 4 \u0440\u0443\u0431 \u0437\u0430 \u043F\u0435\u0440\u0435\u043D\u043E\u0441")
|
|
163
|
-
}, {
|
|
164
|
-
label: 'Создание мастер товаров',
|
|
165
|
-
base1: 'active',
|
|
166
|
-
base2: 'active',
|
|
167
|
-
base3: 'active',
|
|
168
|
-
base4: 'active'
|
|
169
|
-
}, {
|
|
170
|
-
label: 'Обновление цен',
|
|
171
|
-
base1: 'active',
|
|
172
|
-
base2: 'active',
|
|
173
|
-
base3: 'active',
|
|
174
|
-
base4: 'active'
|
|
175
|
-
}, {
|
|
176
|
-
label: 'Обновление остатков',
|
|
177
|
-
base1: 'active',
|
|
178
|
-
base2: 'active',
|
|
179
|
-
base3: 'active',
|
|
180
|
-
base4: 'active'
|
|
181
|
-
}, {
|
|
182
|
-
label: 'Анализ Товара по 40+ метрикам',
|
|
183
|
-
base1: 'active',
|
|
184
|
-
base2: 'active',
|
|
185
|
-
base3: 'active',
|
|
186
|
-
base4: 'active'
|
|
187
|
-
}, {
|
|
188
|
-
label: 'Улучшение товаров',
|
|
189
|
-
text1: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 100 \u0443\u043B\u0443\u0447\u0448\u0435\u043D\u0438\u0439"),
|
|
190
|
-
text2: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 100 \u0443\u043B\u0443\u0447\u0448\u0435\u043D\u0438\u0439"),
|
|
191
|
-
text3: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 100 \u0443\u043B\u0443\u0447\u0448\u0435\u043D\u0438\u0439"),
|
|
192
|
-
text4: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 100 \u0443\u043B\u0443\u0447\u0448\u0435\u043D\u0438\u0439")
|
|
193
|
-
}, {
|
|
194
|
-
label: 'Внесение и анализ себестоимости',
|
|
195
|
-
base1: 'active',
|
|
196
|
-
base2: 'active',
|
|
197
|
-
base3: 'active',
|
|
198
|
-
base4: 'active'
|
|
199
|
-
}, {
|
|
200
|
-
label: 'Расчет поставок',
|
|
201
|
-
base1: 'active',
|
|
202
|
-
base2: 'active',
|
|
203
|
-
base3: 'active',
|
|
204
|
-
base4: 'active'
|
|
169
|
+
label: 'Аналитика по Wildberries',
|
|
170
|
+
junior: 'active',
|
|
171
|
+
base: 'active',
|
|
172
|
+
develop: 'active',
|
|
173
|
+
master: 'active',
|
|
174
|
+
expert: 'active',
|
|
175
|
+
enterprise: 'active'
|
|
176
|
+
}, {
|
|
177
|
+
label: 'Анализ ключевых слов, SEO-оптимизация',
|
|
178
|
+
junior: 'active',
|
|
179
|
+
base: 'active',
|
|
180
|
+
develop: 'active',
|
|
181
|
+
master: 'active',
|
|
182
|
+
expert: 'active',
|
|
183
|
+
enterprise: 'active'
|
|
205
184
|
}]
|
|
206
185
|
}, {
|
|
207
|
-
label: '
|
|
186
|
+
label: 'Репрайсинга',
|
|
208
187
|
icon: _bxMessageDetail["default"],
|
|
209
188
|
inside: [{
|
|
210
|
-
label: '
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
base1: 'active',
|
|
234
|
-
base2: 'active',
|
|
235
|
-
base3: 'active',
|
|
236
|
-
base4: 'active'
|
|
237
|
-
}, {
|
|
238
|
-
label: 'Сортировка входящих отзывов с ИИ по 40 темам. Возможность задавать новые темы',
|
|
239
|
-
base1: 'active',
|
|
240
|
-
base2: 'active',
|
|
241
|
-
base3: 'active',
|
|
242
|
-
base4: 'active'
|
|
243
|
-
}, {
|
|
244
|
-
label: 'Персонализация ответов с шаблонными переменными – Имя, Маркетплейс, Бренд, Товар',
|
|
245
|
-
base1: 'active',
|
|
246
|
-
base2: 'active',
|
|
247
|
-
base3: 'active',
|
|
248
|
-
base4: 'active'
|
|
249
|
-
}, {
|
|
250
|
-
label: 'Еженедельные отчеты по изменению трендов в отзывах. Например, если у какого-то товара выросло количество негативных отзывов об упаковке',
|
|
251
|
-
base1: 'active',
|
|
252
|
-
base2: 'active',
|
|
253
|
-
base3: 'active',
|
|
254
|
-
base4: 'active'
|
|
255
|
-
}, {
|
|
256
|
-
label: 'Кастомизация ответов ИИ',
|
|
257
|
-
base1: 'active',
|
|
258
|
-
base2: 'active',
|
|
259
|
-
base3: 'active',
|
|
260
|
-
base4: 'active'
|
|
261
|
-
}, {
|
|
262
|
-
label: 'Настройка стиля ответов ИИ под ваш бренд',
|
|
263
|
-
base1: 'active',
|
|
264
|
-
base2: 'active',
|
|
265
|
-
base3: 'active',
|
|
266
|
-
base4: 'active'
|
|
267
|
-
}, {
|
|
268
|
-
label: 'Правила ответов для товаров и источников',
|
|
269
|
-
base1: 'active',
|
|
270
|
-
base2: 'active',
|
|
271
|
-
base3: 'active',
|
|
272
|
-
base4: 'active'
|
|
273
|
-
}, {
|
|
274
|
-
label: 'Настройки разных правил ответов под каждый товар, бренд или маркетплейс',
|
|
275
|
-
base1: 'active',
|
|
276
|
-
base2: 'active',
|
|
277
|
-
base3: 'active',
|
|
278
|
-
base4: 'active'
|
|
279
|
-
}, {
|
|
280
|
-
label: '2 500+ готовых шаблонных ответов для любой темы отзыва и оценки',
|
|
281
|
-
base1: 'active',
|
|
282
|
-
base2: 'active',
|
|
283
|
-
base3: 'active',
|
|
284
|
-
base4: 'active'
|
|
285
|
-
}, {
|
|
286
|
-
label: 'Аналитика по отзывам и вопросам',
|
|
287
|
-
base1: 'active',
|
|
288
|
-
base2: 'active',
|
|
289
|
-
base3: 'active',
|
|
290
|
-
base4: 'active'
|
|
189
|
+
label: 'Включено SKU для репрайсинга ЯМ, OZON, WB (на всех МП)',
|
|
190
|
+
junior_text: '5 шт.',
|
|
191
|
+
base_text: '100 шт.',
|
|
192
|
+
develop_text: '1 000 шт.',
|
|
193
|
+
master_text: '3 000 шт.',
|
|
194
|
+
expert_text: '6 000 шт.',
|
|
195
|
+
enterprise_text: 'без ограничений'
|
|
196
|
+
}, {
|
|
197
|
+
label: 'Кол-во формул стратегий',
|
|
198
|
+
junior_text: '1',
|
|
199
|
+
base_text: '1',
|
|
200
|
+
develop_text: '10',
|
|
201
|
+
master_text: '20',
|
|
202
|
+
expert_text: '50',
|
|
203
|
+
enterprise_text: 'без ограничений'
|
|
204
|
+
}, {
|
|
205
|
+
label: 'Стоимость за 1 доп SKU',
|
|
206
|
+
junior_text: '20 руб.',
|
|
207
|
+
base_text: '20 руб.',
|
|
208
|
+
develop_text: '20 руб.',
|
|
209
|
+
master_text: '20 руб.',
|
|
210
|
+
expert_text: '20 руб.',
|
|
211
|
+
enterprise_text: ''
|
|
291
212
|
}]
|
|
292
213
|
}, {
|
|
293
|
-
label: '
|
|
214
|
+
label: 'Автоответы',
|
|
294
215
|
icon: _bxDonateHeart["default"],
|
|
295
216
|
inside: [{
|
|
296
|
-
label: '
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
}, {
|
|
320
|
-
label: 'Создание собственных статусов заказов',
|
|
321
|
-
base1: 'active',
|
|
322
|
-
base2: 'active',
|
|
323
|
-
base3: 'active',
|
|
324
|
-
base4: 'active'
|
|
217
|
+
label: 'Включено автоответов в тарифе',
|
|
218
|
+
junior_text: '10 шт.',
|
|
219
|
+
base_text: '2 000 шт.',
|
|
220
|
+
develop_text: '10 000 шт.',
|
|
221
|
+
master_text: '20 000 шт.',
|
|
222
|
+
expert_text: '50 000 шт.',
|
|
223
|
+
enterprise_text: 'без ограничений'
|
|
224
|
+
}, {
|
|
225
|
+
label: 'Стоимость за 1 доп ответ',
|
|
226
|
+
junior_text: '1 руб.',
|
|
227
|
+
base_text: '1 руб.',
|
|
228
|
+
develop_text: '1 руб.',
|
|
229
|
+
master_text: '1 руб.',
|
|
230
|
+
expert_text: '1 руб.',
|
|
231
|
+
enterprise_text: ''
|
|
232
|
+
}, {
|
|
233
|
+
label: 'Аналитика отзывов',
|
|
234
|
+
junior: 'active',
|
|
235
|
+
base: 'active',
|
|
236
|
+
develop: 'active',
|
|
237
|
+
master: 'active',
|
|
238
|
+
expert: 'active',
|
|
239
|
+
enterprise: 'active'
|
|
325
240
|
}]
|
|
326
241
|
}, {
|
|
327
|
-
label: '
|
|
242
|
+
label: 'PIM',
|
|
328
243
|
icon: _bxCartAlt["default"],
|
|
329
244
|
inside: [{
|
|
330
|
-
label: '
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
}, {
|
|
354
|
-
label: 'Создание собственных статусов заказов',
|
|
355
|
-
base1: 'active',
|
|
356
|
-
base2: 'active',
|
|
357
|
-
base3: 'active',
|
|
358
|
-
base4: 'active'
|
|
359
|
-
}]
|
|
360
|
-
}, {
|
|
361
|
-
label: 'Раздел маркетинг',
|
|
362
|
-
icon: _bxChart["default"],
|
|
363
|
-
inside: [{
|
|
364
|
-
label: 'Аналитики рекламных кампаний по 20+ параметрам',
|
|
365
|
-
base1: 'active',
|
|
366
|
-
base2: 'active',
|
|
367
|
-
base3: 'active',
|
|
368
|
-
base4: 'active'
|
|
369
|
-
}, {
|
|
370
|
-
label: 'Управление рекламными компаниями по всем площадкам',
|
|
371
|
-
base1: 'active',
|
|
372
|
-
base2: 'active',
|
|
373
|
-
base3: 'active',
|
|
374
|
-
base4: 'active'
|
|
375
|
-
}, {
|
|
376
|
-
label: 'Создание и корректирование рекламных компаний',
|
|
377
|
-
base1: 'active',
|
|
378
|
-
base2: 'active',
|
|
379
|
-
base3: 'active',
|
|
380
|
-
base4: 'active'
|
|
381
|
-
}, {
|
|
382
|
-
label: 'Просмотр товаров в рекламных компаниях',
|
|
383
|
-
base1: 'active',
|
|
384
|
-
base2: 'active',
|
|
385
|
-
base3: 'active',
|
|
386
|
-
base4: 'active'
|
|
387
|
-
}, {
|
|
388
|
-
label: 'Создание автоматических правил по созданию и добавлению товаров в рекламных компаниях',
|
|
389
|
-
base1: 'active',
|
|
390
|
-
base2: 'active',
|
|
391
|
-
base3: 'active',
|
|
392
|
-
base4: 'active'
|
|
393
|
-
}, {
|
|
394
|
-
label: 'Продвинутая система рекомендаций',
|
|
395
|
-
base1: 'active',
|
|
396
|
-
base2: 'active',
|
|
397
|
-
base3: 'active',
|
|
398
|
-
base4: 'active'
|
|
245
|
+
label: 'Создание мастер карточки',
|
|
246
|
+
junior_text: 'без ограничений',
|
|
247
|
+
base_text: 'без ограничений',
|
|
248
|
+
develop_text: 'без ограничений',
|
|
249
|
+
master_text: 'без ограничений',
|
|
250
|
+
expert_text: 'без ограничений',
|
|
251
|
+
enterprise_text: 'без ограничений'
|
|
252
|
+
}, {
|
|
253
|
+
label: 'Включено карточек для заведения на МП (OZON, ЯндексМаркет, Wildberries)',
|
|
254
|
+
junior_text: '5 шт.',
|
|
255
|
+
base_text: '100 шт.',
|
|
256
|
+
develop_text: '1 000 шт.',
|
|
257
|
+
master_text: '3 000 шт.',
|
|
258
|
+
expert_text: '6 000 шт.',
|
|
259
|
+
enterprise_text: 'без ограничений'
|
|
260
|
+
}, {
|
|
261
|
+
label: 'стоимость за 1 доп карточку',
|
|
262
|
+
junior_text: '10 руб.',
|
|
263
|
+
base_text: '10 руб.',
|
|
264
|
+
develop_text: '10 руб.',
|
|
265
|
+
master_text: '10 руб.',
|
|
266
|
+
expert_text: '10 руб.',
|
|
267
|
+
enterprise_text: ''
|
|
399
268
|
}]
|
|
400
269
|
}, {
|
|
401
|
-
label: '
|
|
270
|
+
label: 'Дополнительные модули',
|
|
402
271
|
icon: _bxSlider["default"],
|
|
403
272
|
inside: [{
|
|
404
|
-
label: '
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
273
|
+
label: 'Управление заказами и поставками',
|
|
274
|
+
junior: 'active',
|
|
275
|
+
base: 'active',
|
|
276
|
+
develop: 'active',
|
|
277
|
+
master: 'active',
|
|
278
|
+
expert: 'active',
|
|
279
|
+
enterprise: 'active'
|
|
280
|
+
}, {
|
|
281
|
+
label: 'Таск менеджер',
|
|
282
|
+
junior: 'active',
|
|
283
|
+
base: 'active',
|
|
284
|
+
develop: 'active',
|
|
285
|
+
master: 'active',
|
|
286
|
+
expert: 'active',
|
|
287
|
+
enterprise: 'active'
|
|
288
|
+
}, {
|
|
289
|
+
label: 'Wiki',
|
|
290
|
+
junior: 'active',
|
|
291
|
+
base: 'active',
|
|
292
|
+
develop: 'active',
|
|
293
|
+
master: 'active',
|
|
294
|
+
expert: 'active',
|
|
295
|
+
enterprise: 'active'
|
|
296
|
+
}, {
|
|
297
|
+
label: 'CRM система',
|
|
298
|
+
junior: 'active',
|
|
299
|
+
base: 'active',
|
|
300
|
+
develop: 'active',
|
|
301
|
+
master: 'active',
|
|
302
|
+
expert: 'active',
|
|
303
|
+
enterprise: 'active'
|
|
304
|
+
}, {
|
|
305
|
+
label: 'Чат-бот ИИ',
|
|
306
|
+
junior: 'active',
|
|
307
|
+
base: 'active',
|
|
308
|
+
develop: 'active',
|
|
309
|
+
master: 'active',
|
|
310
|
+
expert: 'active',
|
|
311
|
+
enterprise: 'active'
|
|
312
|
+
}, {
|
|
313
|
+
label: 'Облачное хранение файлов',
|
|
314
|
+
junior_text: '1Гб',
|
|
315
|
+
base_text: '5Гб',
|
|
316
|
+
develop_text: '10Гб',
|
|
317
|
+
master_text: '50Гб',
|
|
318
|
+
expert_text: '100Гб',
|
|
319
|
+
enterprise_text: '500Гб'
|
|
320
|
+
}, {
|
|
321
|
+
label: 'Календарь',
|
|
322
|
+
junior: 'active',
|
|
323
|
+
base: 'active',
|
|
324
|
+
develop: 'active',
|
|
325
|
+
master: 'active',
|
|
326
|
+
expert: 'active',
|
|
327
|
+
enterprise: 'active'
|
|
437
328
|
}]
|
|
438
329
|
}, {
|
|
439
|
-
label: '
|
|
330
|
+
label: 'Техподдержка',
|
|
440
331
|
icon: _bxLayout["default"],
|
|
441
332
|
inside: [{
|
|
442
|
-
label: '
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
base1: 'active',
|
|
466
|
-
base2: 'active',
|
|
467
|
-
base3: 'active',
|
|
468
|
-
base4: 'active'
|
|
469
|
-
}, {
|
|
470
|
-
label: 'Создание каталога статей',
|
|
471
|
-
base1: 'active',
|
|
472
|
-
base2: 'active',
|
|
473
|
-
base3: 'active',
|
|
474
|
-
base4: 'active'
|
|
475
|
-
}, {
|
|
476
|
-
label: 'Публикация статей на внешних ресурсах',
|
|
477
|
-
base1: 'active',
|
|
478
|
-
base2: 'active',
|
|
479
|
-
base3: 'active',
|
|
480
|
-
base4: 'active'
|
|
481
|
-
}]
|
|
482
|
-
}, {
|
|
483
|
-
label: 'Раздел чат-бот',
|
|
484
|
-
icon: _bxChart["default"],
|
|
485
|
-
inside: [{
|
|
486
|
-
label: 'Загрузка файлов для чат бота',
|
|
487
|
-
base1: 'active',
|
|
488
|
-
base2: 'active',
|
|
489
|
-
base3: 'active',
|
|
490
|
-
base4: 'active'
|
|
491
|
-
}, {
|
|
492
|
-
label: 'Создание чат бота',
|
|
493
|
-
text1: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
494
|
-
style: {
|
|
495
|
-
color: '#00B45E)'
|
|
496
|
-
}
|
|
497
|
-
}, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 10 \u0447\u0430\u0442 \u0431\u043E\u0442\u043E\u0432"), " ", /*#__PURE__*/_react["default"].createElement("br", null), "\u0434\u0430\u043B\u0435\u0435 \u043F\u043E 1000 \u0437\u0430 \u0447\u0430\u0442 \u0431\u043E\u0442\u0430"),
|
|
498
|
-
text2: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
499
|
-
style: {
|
|
500
|
-
color: '#00B45E)'
|
|
501
|
-
}
|
|
502
|
-
}, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 20 \u0447\u0430\u0442 \u0431\u043E\u0442\u043E\u0432"), " ", /*#__PURE__*/_react["default"].createElement("br", null), "\u0434\u0430\u043B\u0435\u0435 \u043F\u043E 1000 \u0437\u0430 \u0447\u0430\u0442 \u0431\u043E\u0442\u0430"),
|
|
503
|
-
text3: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
504
|
-
style: {
|
|
505
|
-
color: '#00B45E)'
|
|
506
|
-
}
|
|
507
|
-
}, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 40 \u0447\u0430\u0442 \u0431\u043E\u0442\u043E\u0432"), " ", /*#__PURE__*/_react["default"].createElement("br", null), "\u0434\u0430\u043B\u0435\u0435 \u043F\u043E 1000 \u0437\u0430 \u0447\u0430\u0442 \u0431\u043E\u0442\u0430"),
|
|
508
|
-
text4: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
509
|
-
style: {
|
|
510
|
-
color: '#00B45E)'
|
|
511
|
-
}
|
|
512
|
-
}, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 100 \u0447\u0430\u0442 \u0431\u043E\u0442\u043E\u0432"), " ", /*#__PURE__*/_react["default"].createElement("br", null), "\u0434\u0430\u043B\u0435\u0435 \u043F\u043E 1000 \u0437\u0430 \u0447\u0430\u0442 \u0431\u043E\u0442\u0430")
|
|
513
|
-
}, {
|
|
514
|
-
label: 'Автоматизация общения с пользователями с помощью ИИ',
|
|
515
|
-
base1: 'active',
|
|
516
|
-
base2: 'active',
|
|
517
|
-
base3: 'active',
|
|
518
|
-
base4: 'active'
|
|
519
|
-
}, {
|
|
520
|
-
label: 'Шаблоны чат ботов',
|
|
521
|
-
base1: 'active',
|
|
522
|
-
base2: 'active',
|
|
523
|
-
base3: 'active',
|
|
524
|
-
base4: 'active'
|
|
525
|
-
}]
|
|
526
|
-
}, {
|
|
527
|
-
label: 'Управление',
|
|
528
|
-
icon: _bxNotification["default"],
|
|
529
|
-
inside: [{
|
|
530
|
-
label: 'Создание подключений к площадкам',
|
|
531
|
-
text1: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 3 \u043F\u043B\u043E\u0449\u0430\u0434\u043A\u0438"),
|
|
532
|
-
text2: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 5 \u043F\u043B\u043E\u0449\u0430\u0434\u043E\u043A"),
|
|
533
|
-
text3: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 6 \u043F\u043B\u043E\u0449\u0430\u0434\u043E\u043A"),
|
|
534
|
-
text4: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 10 \u043F\u043B\u043E\u0449\u0430\u0434\u043E\u043A")
|
|
535
|
-
}, {
|
|
536
|
-
label: 'Добавление сотрудников',
|
|
537
|
-
text1: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 10 \u0441\u043E\u0442\u0440\u0443\u0434\u043D\u0438\u043A\u043E\u0432"),
|
|
538
|
-
text2: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 20 \u0441\u043E\u0442\u0440\u0443\u0434\u043D\u0438\u043A\u043E\u0432"),
|
|
539
|
-
text3: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 40 \u0441\u043E\u0442\u0440\u0443\u0434\u043D\u0438\u043A\u043E\u0432"),
|
|
540
|
-
text4: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, "\u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E 100 \u0441\u043E\u0442\u0440\u0443\u0434\u043D\u0438\u043A\u043E\u0432")
|
|
541
|
-
}, {
|
|
542
|
-
label: 'Создание Пространств для разделения проектов',
|
|
543
|
-
base1: 'active',
|
|
544
|
-
base2: 'active',
|
|
545
|
-
base3: 'active',
|
|
546
|
-
base4: 'active'
|
|
547
|
-
}, {
|
|
548
|
-
label: 'Управление уведомлениями',
|
|
549
|
-
base1: 'active',
|
|
550
|
-
base2: 'active',
|
|
551
|
-
base3: 'active',
|
|
552
|
-
base4: 'active'
|
|
333
|
+
label: 'Стандартная поддержка через портал 5/8',
|
|
334
|
+
junior: 'active',
|
|
335
|
+
base: 'active',
|
|
336
|
+
develop: 'active',
|
|
337
|
+
master: 'active',
|
|
338
|
+
expert: 'active',
|
|
339
|
+
enterprise: 'active'
|
|
340
|
+
}, {
|
|
341
|
+
label: 'Выделенная линия поддержки',
|
|
342
|
+
junior: 'disactive',
|
|
343
|
+
base: 'disactive',
|
|
344
|
+
develop: 'disactive',
|
|
345
|
+
master: 'disactive',
|
|
346
|
+
expert: 'active',
|
|
347
|
+
enterprise: 'active'
|
|
348
|
+
}, {
|
|
349
|
+
label: 'Выделенный аналитик',
|
|
350
|
+
junior: 'disactive',
|
|
351
|
+
base: 'disactive',
|
|
352
|
+
develop: 'disactive',
|
|
353
|
+
master: 'disactive',
|
|
354
|
+
expert_text: '2 онлайн встречи',
|
|
355
|
+
enterprise_text: '3 онлайн встречи'
|
|
553
356
|
}]
|
|
554
357
|
}];
|
|
358
|
+
|
|
359
|
+
// const selectedSpace = useGeneralStore((state) => state.selectedSpace);
|
|
360
|
+
// const headers = { ...customHeaders, ...getSpace(selectedSpace) };
|
|
555
361
|
var _useState = (0, _react.useState)('3 месяца'),
|
|
556
362
|
_useState2 = _slicedToArray(_useState, 2),
|
|
557
363
|
currentTariff = _useState2[0],
|
|
558
364
|
setCurrentTariff = _useState2[1];
|
|
559
365
|
var _useState3 = (0, _react.useState)(false),
|
|
560
366
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
var _useState5 = (0, _react.useState)(
|
|
367
|
+
isModalBalance = _useState4[0],
|
|
368
|
+
setIsModalBalance = _useState4[1];
|
|
369
|
+
var _useState5 = (0, _react.useState)([]),
|
|
564
370
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
var _useState7 = (0, _react.useState)(
|
|
371
|
+
modelsTariff = _useState6[0],
|
|
372
|
+
setIsModelsTariff = _useState6[1];
|
|
373
|
+
var _useState7 = (0, _react.useState)([]),
|
|
568
374
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
569
|
-
|
|
570
|
-
|
|
375
|
+
tariffInSpace = _useState8[0],
|
|
376
|
+
setTariffInSpace = _useState8[1];
|
|
377
|
+
var _useState9 = (0, _react.useState)(new Set([current ? current : ''])),
|
|
378
|
+
_useState10 = _slicedToArray(_useState9, 2),
|
|
379
|
+
isOpenItems = _useState10[0],
|
|
380
|
+
setIsOpenItems = _useState10[1];
|
|
571
381
|
var btns = [{
|
|
572
382
|
label: '1 Месяц',
|
|
573
|
-
value:
|
|
383
|
+
value: 1
|
|
574
384
|
}, {
|
|
575
385
|
label: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, "3 \u043C\u0435\u0441\u044F\u0446\u0430 ", /*#__PURE__*/_react["default"].createElement("div", {
|
|
576
386
|
className: "discount"
|
|
577
387
|
}, "5 %")),
|
|
578
|
-
value:
|
|
388
|
+
value: 3
|
|
579
389
|
}, {
|
|
580
390
|
label: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, "6 \u043C\u0435\u0441\u044F\u0446\u0435\u0432 ", /*#__PURE__*/_react["default"].createElement("div", {
|
|
581
391
|
className: "discount"
|
|
582
392
|
}, "5 %")),
|
|
583
|
-
value:
|
|
393
|
+
value: 6
|
|
584
394
|
}, {
|
|
585
395
|
label: /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, "12 \u043C\u0435\u0441\u044F\u0446\u0435\u0432 ", /*#__PURE__*/_react["default"].createElement("div", {
|
|
586
396
|
className: "discount"
|
|
587
397
|
}, "5 %")),
|
|
588
|
-
value:
|
|
398
|
+
value: 12
|
|
589
399
|
}];
|
|
590
|
-
var
|
|
591
|
-
|
|
592
|
-
status =
|
|
593
|
-
setStatus =
|
|
400
|
+
var _useState11 = (0, _react.useState)(btns === null || btns === void 0 || (_btns$ = btns[0]) === null || _btns$ === void 0 ? void 0 : _btns$.value),
|
|
401
|
+
_useState12 = _slicedToArray(_useState11, 2),
|
|
402
|
+
status = _useState12[0],
|
|
403
|
+
setStatus = _useState12[1];
|
|
404
|
+
var _useState13 = (0, _react.useState)(),
|
|
405
|
+
_useState14 = _slicedToArray(_useState13, 2),
|
|
406
|
+
currentPlan = _useState14[0],
|
|
407
|
+
setCurrentPlan = _useState14[1];
|
|
408
|
+
|
|
409
|
+
// Получение тарифов пространства
|
|
410
|
+
var fetchGetModelsTariffInSpace = function fetchGetModelsTariffInSpace(id) {
|
|
411
|
+
var url = "https://apps0.ecomru.ru:4453/api/v1/tariff/all";
|
|
412
|
+
fetch(url, {
|
|
413
|
+
method: 'GET',
|
|
414
|
+
headers: headers
|
|
415
|
+
}).then(/*#__PURE__*/function () {
|
|
416
|
+
var _ref2 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(res) {
|
|
417
|
+
var err;
|
|
418
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
419
|
+
while (1) switch (_context.prev = _context.next) {
|
|
420
|
+
case 0:
|
|
421
|
+
if (!res.ok) {
|
|
422
|
+
_context.next = 4;
|
|
423
|
+
break;
|
|
424
|
+
}
|
|
425
|
+
return _context.abrupt("return", res.json());
|
|
426
|
+
case 4:
|
|
427
|
+
_context.next = 6;
|
|
428
|
+
return res.json();
|
|
429
|
+
case 6:
|
|
430
|
+
err = _context.sent;
|
|
431
|
+
throw new Error(JSON.stringify(err));
|
|
432
|
+
case 8:
|
|
433
|
+
case "end":
|
|
434
|
+
return _context.stop();
|
|
435
|
+
}
|
|
436
|
+
}, _callee);
|
|
437
|
+
}));
|
|
438
|
+
return function (_x) {
|
|
439
|
+
return _ref2.apply(this, arguments);
|
|
440
|
+
};
|
|
441
|
+
}()).then(function (json) {
|
|
442
|
+
setTariffInSpace(json);
|
|
443
|
+
})["catch"](function (err) {
|
|
444
|
+
console.error(err);
|
|
445
|
+
});
|
|
446
|
+
};
|
|
447
|
+
|
|
448
|
+
// Получение моделей тарифов
|
|
449
|
+
var fetchGetModelsTariff = function fetchGetModelsTariff(period) {
|
|
450
|
+
var url = "https://apps0.ecomru.ru:4453/api/v1/tariff/models?portal_id=1&period=".concat(period);
|
|
451
|
+
fetch(url, {
|
|
452
|
+
method: 'GET',
|
|
453
|
+
headers: headers
|
|
454
|
+
}).then(function (res) {
|
|
455
|
+
if (res.ok) {
|
|
456
|
+
return res === null || res === void 0 ? void 0 : res.json();
|
|
457
|
+
} else {
|
|
458
|
+
throw new Error(JSON.stringify(res.json()));
|
|
459
|
+
}
|
|
460
|
+
}).then(function (json) {
|
|
461
|
+
setIsModelsTariff(json);
|
|
462
|
+
})["catch"](function (err) {
|
|
463
|
+
return console.error(err);
|
|
464
|
+
})["finally"](function () {});
|
|
465
|
+
};
|
|
466
|
+
(0, _react.useEffect)(function () {
|
|
467
|
+
fetchGetModelsTariffInSpace();
|
|
468
|
+
}, []);
|
|
469
|
+
(0, _react.useEffect)(function () {
|
|
470
|
+
fetchGetModelsTariff(status);
|
|
471
|
+
}, [status]);
|
|
594
472
|
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
595
|
-
className: "tariffs-plan"
|
|
473
|
+
className: "tariffs-plan-2"
|
|
596
474
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
597
|
-
className: "tariffs-
|
|
598
|
-
}, /*#__PURE__*/_react["default"].createElement(
|
|
599
|
-
|
|
600
|
-
}
|
|
601
|
-
className: "tariffs-
|
|
475
|
+
className: "tariffs-plan-2__header"
|
|
476
|
+
}, /*#__PURE__*/_react["default"].createElement(_TitlePage.TitlePage, {
|
|
477
|
+
title: "\u0422\u0430\u0440\u0438\u0444\u044B"
|
|
478
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
479
|
+
className: "tariffs-plan-2__my-plan"
|
|
480
|
+
}, "\u0412\u0430\u0448 \u0442\u0430\u0440\u0438\u0444 |", tariffInSpace === null || tariffInSpace === void 0 ? void 0 : tariffInSpace.map(function (_ref3, ind) {
|
|
481
|
+
var portal_name = _ref3.portal_name;
|
|
482
|
+
return /*#__PURE__*/_react["default"].createElement("span", null, portal_name + (tariffInSpace.length - 1 !== ind ? ', ' : ''));
|
|
483
|
+
}))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
484
|
+
className: "tariffs-plan-2__top"
|
|
602
485
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
603
486
|
className: "cards-group"
|
|
604
487
|
}, /*#__PURE__*/_react["default"].createElement(_TabsGreen.TabsGreen, {
|
|
@@ -609,52 +492,51 @@ var TariffPlan = function TariffPlan(_ref) {
|
|
|
609
492
|
},
|
|
610
493
|
checkValue: true
|
|
611
494
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
612
|
-
className: "tariffs-
|
|
613
|
-
},
|
|
614
|
-
var
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
495
|
+
className: "tariffs-plan-2__cards"
|
|
496
|
+
}, modelsTariff === null || modelsTariff === void 0 || (_modelsTariff$filter = modelsTariff.filter(function (_ref4) {
|
|
497
|
+
var id = _ref4.id;
|
|
498
|
+
return id != 1;
|
|
499
|
+
})) === null || _modelsTariff$filter === void 0 ? void 0 : _modelsTariff$filter.map(function (_ref5, ind) {
|
|
500
|
+
var _parseFloat;
|
|
501
|
+
var id = _ref5.id,
|
|
502
|
+
name = _ref5.name,
|
|
503
|
+
portal_name = _ref5.portal_name,
|
|
504
|
+
period = _ref5.period,
|
|
505
|
+
description = _ref5.description,
|
|
506
|
+
price = _ref5.price,
|
|
507
|
+
currency = _ref5.currency,
|
|
508
|
+
created_at = _ref5.created_at,
|
|
509
|
+
ref = _ref5.ref;
|
|
620
510
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
621
511
|
className: "tariff-card"
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
color: color
|
|
628
|
-
}
|
|
629
|
-
}, label), /*#__PURE__*/_react["default"].createElement("div", {
|
|
512
|
+
// style={{ border: ref == currentPlan ? '3px solid #00B45E' : '' }}
|
|
513
|
+
}, /*#__PURE__*/_react["default"].createElement("h3", {
|
|
514
|
+
className: "tariff-card__name"
|
|
515
|
+
// style={{ color: color }}
|
|
516
|
+
}, portal_name), /*#__PURE__*/_react["default"].createElement("div", {
|
|
630
517
|
className: "tariff-card__sum-box"
|
|
631
|
-
}, " ",
|
|
518
|
+
}, " ", (_parseFloat = parseFloat(price)) === null || _parseFloat === void 0 ? void 0 : _parseFloat.toLocaleString(), " ", /*#__PURE__*/_react["default"].createElement("span", null, currency, '/мес')), /*#__PURE__*/_react["default"].createElement("p", {
|
|
632
519
|
className: "tariff-card__description"
|
|
633
520
|
}, description), /*#__PURE__*/_react["default"].createElement(_ButtonBasic["default"], {
|
|
634
521
|
green: true,
|
|
635
522
|
text: "\u041F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C",
|
|
636
|
-
onClick: function onClick() {
|
|
637
|
-
var _window;
|
|
638
|
-
return (_window = window) === null || _window === void 0 ? void 0 : _window.open("".concat(linkMain, "/auth?ref-pricePlan=").concat(ref, "&ref-page=/settings/tariff"), '_blunk');
|
|
639
|
-
},
|
|
640
|
-
width: "100%",
|
|
641
523
|
size: "36px",
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
}
|
|
645
|
-
|
|
524
|
+
onClick: function onClick(e) {
|
|
525
|
+
return fetchActivateModelsTariff(id);
|
|
526
|
+
},
|
|
527
|
+
width: "100%"
|
|
646
528
|
}));
|
|
647
529
|
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
648
|
-
className: "tariffs-
|
|
649
|
-
}, parametr_list.map(function (
|
|
650
|
-
var label =
|
|
651
|
-
icon =
|
|
652
|
-
inside =
|
|
530
|
+
className: "tariffs-plan-2__content"
|
|
531
|
+
}, parametr_list.map(function (_ref6) {
|
|
532
|
+
var label = _ref6.label,
|
|
533
|
+
icon = _ref6.icon,
|
|
534
|
+
inside = _ref6.inside;
|
|
653
535
|
var parrent_label = label;
|
|
654
536
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
655
|
-
className: "tariffs-
|
|
537
|
+
className: "tariffs-plan-2__item"
|
|
656
538
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
657
|
-
className: "tariffs-
|
|
539
|
+
className: "tariffs-plan-2__item-min",
|
|
658
540
|
style: {
|
|
659
541
|
cursor: 'pointer'
|
|
660
542
|
},
|
|
@@ -667,70 +549,92 @@ var TariffPlan = function TariffPlan(_ref) {
|
|
|
667
549
|
}
|
|
668
550
|
setIsOpenItems(newState);
|
|
669
551
|
}
|
|
670
|
-
}, /*#__PURE__*/_react["default"].createElement("
|
|
671
|
-
className:
|
|
552
|
+
}, /*#__PURE__*/_react["default"].createElement("button", {
|
|
553
|
+
className: isOpenItems.has(parrent_label) ? 'tariffs-plan-2__drop' : 'tariffs-plan-2__drop_hide'
|
|
672
554
|
}, /*#__PURE__*/_react["default"].createElement(_image["default"], {
|
|
673
555
|
alt: "icon",
|
|
674
|
-
src:
|
|
675
|
-
})
|
|
676
|
-
className:
|
|
556
|
+
src: _bxChevronDown["default"]
|
|
557
|
+
})), /*#__PURE__*/_react["default"].createElement("p", {
|
|
558
|
+
className: "tariffs-plan-2__label"
|
|
677
559
|
}, /*#__PURE__*/_react["default"].createElement(_image["default"], {
|
|
678
560
|
alt: "icon",
|
|
679
|
-
src:
|
|
680
|
-
}))), /*#__PURE__*/_react["default"].createElement("div", null, (inside === null || inside === void 0 ? void 0 : inside.length) > 0 && /*#__PURE__*/_react["default"].createElement("div", {
|
|
681
|
-
className: isOpenItems.has(parrent_label) ? 'tariffs-
|
|
682
|
-
}, inside === null || inside === void 0 ? void 0 : inside.map(function (
|
|
683
|
-
var label =
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
561
|
+
src: icon
|
|
562
|
+
}), label)), /*#__PURE__*/_react["default"].createElement("div", null, (inside === null || inside === void 0 ? void 0 : inside.length) > 0 && /*#__PURE__*/_react["default"].createElement("div", {
|
|
563
|
+
className: isOpenItems.has(parrent_label) ? 'tariffs-plan-2__items' : 'tariffs-plan-2__items_hide'
|
|
564
|
+
}, inside === null || inside === void 0 ? void 0 : inside.map(function (_ref7) {
|
|
565
|
+
var label = _ref7.label,
|
|
566
|
+
dev_test = _ref7.dev_test,
|
|
567
|
+
junior = _ref7.junior,
|
|
568
|
+
base = _ref7.base,
|
|
569
|
+
develop = _ref7.develop,
|
|
570
|
+
master = _ref7.master,
|
|
571
|
+
expert = _ref7.expert,
|
|
572
|
+
enterprise = _ref7.enterprise,
|
|
573
|
+
dev_test_text = _ref7.dev_test_text,
|
|
574
|
+
junior_text = _ref7.junior_text,
|
|
575
|
+
base_text = _ref7.base_text,
|
|
576
|
+
develop_text = _ref7.develop_text,
|
|
577
|
+
master_text = _ref7.master_text,
|
|
578
|
+
expert_text = _ref7.expert_text,
|
|
579
|
+
enterprise_text = _ref7.enterprise_text;
|
|
692
580
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
693
|
-
className: 'tariffs-
|
|
581
|
+
className: 'tariffs-plan-2__item-min'
|
|
694
582
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
695
|
-
className: "tariffs-
|
|
583
|
+
className: "tariffs-plan-2__item-section-label"
|
|
696
584
|
}, /*#__PURE__*/_react["default"].createElement("p", {
|
|
697
|
-
className: "tariffs-
|
|
585
|
+
className: "tariffs-plan-2__label-min"
|
|
698
586
|
}, label, " ", /*#__PURE__*/_react["default"].createElement(_image["default"], {
|
|
699
587
|
alt: "icon",
|
|
700
588
|
src: _bxInfoCircle["default"]
|
|
701
589
|
}))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
702
|
-
className: "tariffs-
|
|
703
|
-
},
|
|
590
|
+
className: "tariffs-plan-2__item-section"
|
|
591
|
+
}, junior && junior == 'active' ? /*#__PURE__*/_react["default"].createElement(_image["default"], {
|
|
592
|
+
alt: "icon",
|
|
593
|
+
className: "tariffs-plan-2__done",
|
|
594
|
+
src: _active["default"]
|
|
595
|
+
}) : '', junior && junior == 'disactive' ? '-' : '', junior_text && /*#__PURE__*/_react["default"].createElement("p", {
|
|
596
|
+
className: "tariffs-plan-2__text"
|
|
597
|
+
}, junior_text)), /*#__PURE__*/_react["default"].createElement("div", {
|
|
598
|
+
className: "tariffs-plan-2__item-section"
|
|
599
|
+
}, base && base == 'active' ? /*#__PURE__*/_react["default"].createElement(_image["default"], {
|
|
600
|
+
alt: "icon",
|
|
601
|
+
className: "tariffs-plan-2__done",
|
|
602
|
+
src: _active["default"]
|
|
603
|
+
}) : '', base && base == 'disactive' ? '-' : '', base_text && /*#__PURE__*/_react["default"].createElement("p", {
|
|
604
|
+
className: "tariffs-plan-2__text"
|
|
605
|
+
}, base_text)), /*#__PURE__*/_react["default"].createElement("div", {
|
|
606
|
+
className: "tariffs-plan-2__item-section"
|
|
607
|
+
}, develop && develop == 'active' ? /*#__PURE__*/_react["default"].createElement(_image["default"], {
|
|
704
608
|
alt: "icon",
|
|
705
|
-
className: "tariffs-
|
|
609
|
+
className: "tariffs-plan-2__done",
|
|
706
610
|
src: _active["default"]
|
|
707
|
-
}) : '',
|
|
708
|
-
className: "tariffs-
|
|
709
|
-
},
|
|
710
|
-
className: "tariffs-
|
|
711
|
-
},
|
|
611
|
+
}) : '', develop && develop == 'disactive' ? '-' : '', develop_text && /*#__PURE__*/_react["default"].createElement("p", {
|
|
612
|
+
className: "tariffs-plan-2__text"
|
|
613
|
+
}, develop_text)), /*#__PURE__*/_react["default"].createElement("div", {
|
|
614
|
+
className: "tariffs-plan-2__item-section"
|
|
615
|
+
}, master && master == 'active' ? /*#__PURE__*/_react["default"].createElement(_image["default"], {
|
|
712
616
|
alt: "icon",
|
|
713
|
-
className: "tariffs-
|
|
617
|
+
className: "tariffs-plan-2__done",
|
|
714
618
|
src: _active["default"]
|
|
715
|
-
}) : '',
|
|
716
|
-
className: "tariffs-
|
|
717
|
-
},
|
|
718
|
-
className: "tariffs-
|
|
719
|
-
},
|
|
619
|
+
}) : '', master && master == 'disactive' ? '-' : '', master_text && /*#__PURE__*/_react["default"].createElement("p", {
|
|
620
|
+
className: "tariffs-plan-2__text"
|
|
621
|
+
}, master_text)), /*#__PURE__*/_react["default"].createElement("div", {
|
|
622
|
+
className: "tariffs-plan-2__item-section"
|
|
623
|
+
}, expert && expert == 'active' ? /*#__PURE__*/_react["default"].createElement(_image["default"], {
|
|
720
624
|
alt: "icon",
|
|
721
|
-
className: "tariffs-
|
|
625
|
+
className: "tariffs-plan-2__done",
|
|
722
626
|
src: _active["default"]
|
|
723
|
-
}) : '',
|
|
724
|
-
className: "tariffs-
|
|
725
|
-
},
|
|
726
|
-
className: "tariffs-
|
|
727
|
-
},
|
|
627
|
+
}) : '', expert && expert == 'disactive' ? '-' : '', expert_text && /*#__PURE__*/_react["default"].createElement("p", {
|
|
628
|
+
className: "tariffs-plan-2__text"
|
|
629
|
+
}, expert_text)), /*#__PURE__*/_react["default"].createElement("div", {
|
|
630
|
+
className: "tariffs-plan-2__item-section"
|
|
631
|
+
}, enterprise && enterprise == 'active' ? /*#__PURE__*/_react["default"].createElement(_image["default"], {
|
|
728
632
|
alt: "icon",
|
|
729
|
-
className: "tariffs-
|
|
633
|
+
className: "tariffs-plan-2__done",
|
|
730
634
|
src: _active["default"]
|
|
731
|
-
}) : '',
|
|
732
|
-
className: "tariffs-
|
|
733
|
-
},
|
|
635
|
+
}) : '', enterprise && enterprise == 'disactive' ? '-' : '', enterprise_text && /*#__PURE__*/_react["default"].createElement("p", {
|
|
636
|
+
className: "tariffs-plan-2__text"
|
|
637
|
+
}, enterprise_text)));
|
|
734
638
|
}))));
|
|
735
639
|
}))))));
|
|
736
640
|
};
|