@scbt-ecom/ui 0.78.9 → 0.79.0
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/lib/shared/ui/formElements/uncontrolled/dayPicker/DayPicker.d.ts +1 -1
- package/dist/lib/shared/ui/formElements/uncontrolled/index.d.ts +1 -1
- package/dist/lib/widgets/dynamicFormDialog/DynamicFormDialog.d.ts +4 -4
- package/dist/lib/widgets/model/helpers.d.ts +2 -2
- package/dist/widget.js +600 -582
- package/dist/widget.js.map +1 -1
- package/package.json +1 -1
package/dist/widget.js
CHANGED
|
@@ -1,56 +1,56 @@
|
|
|
1
1
|
var Ft = Object.defineProperty;
|
|
2
|
-
var
|
|
2
|
+
var He = (t) => {
|
|
3
3
|
throw TypeError(t);
|
|
4
4
|
};
|
|
5
5
|
var Et = (t, e, o) => e in t ? Ft(t, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[e] = o;
|
|
6
|
-
var ve = (t, e, o) => Et(t, typeof e != "symbol" ? e + "" : e, o), Ne = (t, e, o) => e.has(t) ||
|
|
7
|
-
var
|
|
6
|
+
var ve = (t, e, o) => Et(t, typeof e != "symbol" ? e + "" : e, o), Ne = (t, e, o) => e.has(t) || He("Cannot " + o);
|
|
7
|
+
var h = (t, e, o) => (Ne(t, e, "read from private field"), o ? o.call(t) : e.get(t)), M = (t, e, o) => e.has(t) ? He("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, o), w = (t, e, o, n) => (Ne(t, e, "write to private field"), n ? n.call(t, o) : e.set(t, o), o), W = (t, e, o) => (Ne(t, e, "access private method"), o);
|
|
8
8
|
var ce = (t, e, o, n) => ({
|
|
9
9
|
set _(i) {
|
|
10
|
-
|
|
10
|
+
w(t, e, i, o);
|
|
11
11
|
},
|
|
12
12
|
get _() {
|
|
13
|
-
return
|
|
13
|
+
return h(t, e, n);
|
|
14
14
|
}
|
|
15
15
|
});
|
|
16
|
-
import { S as
|
|
17
|
-
import { c as
|
|
16
|
+
import { S as ft, h as bt, Q as Bt, n as O, m as ze, R as Pt, c as Dt, a as Le, b as $, e as Rt, d as Ht, f as zt, g as Lt, o as Qe, r as Ve, i as Qt, j as $e, p as Ae, s as Vt, k as r, B as ge, l as E, q as F, P as gt, t as $t, H as Q, I as b, C as je, u as _e, L as At, v as Te, A as ae, w as jt, x as qt, y as Wt, U as ye, D as Ut, z as Se, E as Kt, M as Zt } from "./index-03-Bjlyq.js";
|
|
17
|
+
import { c as l, T as S } from "./typeGuards-CSiImkUY.js";
|
|
18
18
|
import * as ue from "react";
|
|
19
|
-
import { lazy as B, useCallback as
|
|
20
|
-
import { i as
|
|
19
|
+
import { lazy as B, useCallback as yt, useState as q, useMemo as se, createElement as Oe, useRef as Fe, useReducer as Xt, memo as Ee, forwardRef as Yt, useEffect as qe } from "react";
|
|
20
|
+
import { i as We } from "./isClient-C9aZtt2Q.js";
|
|
21
21
|
import { s as Jt, c as ke, a as Gt } from "./capitalize-B7CPmCdk.js";
|
|
22
|
-
import { u as ee, b as
|
|
23
|
-
import { z as st, Z as
|
|
22
|
+
import { u as ee, b as Be, a as er, f as we, F as tr } from "./useDebounce-DcKs_mq9.js";
|
|
23
|
+
import { z as st, Z as Pe } from "./index-B6WYooej.js";
|
|
24
24
|
import { o as kt } from "./utils-Bu1Zg675.js";
|
|
25
25
|
import { a as rr, u as nr } from "./useFieldsProgress-COFjjZK4.js";
|
|
26
26
|
import { createPortal as wt } from "react-dom";
|
|
27
|
-
var
|
|
27
|
+
var H, xt, or = (xt = class extends ft {
|
|
28
28
|
constructor(e = {}) {
|
|
29
29
|
super();
|
|
30
|
-
M(this,
|
|
31
|
-
this.config = e,
|
|
30
|
+
M(this, H);
|
|
31
|
+
this.config = e, w(this, H, /* @__PURE__ */ new Map());
|
|
32
32
|
}
|
|
33
33
|
build(e, o, n) {
|
|
34
|
-
const i = o.queryKey,
|
|
35
|
-
let d = this.get(
|
|
34
|
+
const i = o.queryKey, a = o.queryHash ?? bt(i, o);
|
|
35
|
+
let d = this.get(a);
|
|
36
36
|
return d || (d = new Bt({
|
|
37
37
|
client: e,
|
|
38
38
|
queryKey: i,
|
|
39
|
-
queryHash:
|
|
39
|
+
queryHash: a,
|
|
40
40
|
options: e.defaultQueryOptions(o),
|
|
41
41
|
state: n,
|
|
42
42
|
defaultOptions: e.getQueryDefaults(i)
|
|
43
43
|
}), this.add(d)), d;
|
|
44
44
|
}
|
|
45
45
|
add(e) {
|
|
46
|
-
|
|
46
|
+
h(this, H).has(e.queryHash) || (h(this, H).set(e.queryHash, e), this.notify({
|
|
47
47
|
type: "added",
|
|
48
48
|
query: e
|
|
49
49
|
}));
|
|
50
50
|
}
|
|
51
51
|
remove(e) {
|
|
52
|
-
const o =
|
|
53
|
-
o && (e.destroy(), o === e &&
|
|
52
|
+
const o = h(this, H).get(e.queryHash);
|
|
53
|
+
o && (e.destroy(), o === e && h(this, H).delete(e.queryHash), this.notify({ type: "removed", query: e }));
|
|
54
54
|
}
|
|
55
55
|
clear() {
|
|
56
56
|
O.batch(() => {
|
|
@@ -60,20 +60,20 @@ var R, mt, or = (mt = class extends ct {
|
|
|
60
60
|
});
|
|
61
61
|
}
|
|
62
62
|
get(e) {
|
|
63
|
-
return
|
|
63
|
+
return h(this, H).get(e);
|
|
64
64
|
}
|
|
65
65
|
getAll() {
|
|
66
|
-
return [...
|
|
66
|
+
return [...h(this, H).values()];
|
|
67
67
|
}
|
|
68
68
|
find(e) {
|
|
69
69
|
const o = { exact: !0, ...e };
|
|
70
70
|
return this.getAll().find(
|
|
71
|
-
(n) =>
|
|
71
|
+
(n) => ze(o, n)
|
|
72
72
|
);
|
|
73
73
|
}
|
|
74
74
|
findAll(e = {}) {
|
|
75
75
|
const o = this.getAll();
|
|
76
|
-
return Object.keys(e).length > 0 ? o.filter((n) =>
|
|
76
|
+
return Object.keys(e).length > 0 ? o.filter((n) => ze(e, n)) : o;
|
|
77
77
|
}
|
|
78
78
|
notify(e) {
|
|
79
79
|
O.batch(() => {
|
|
@@ -96,14 +96,14 @@ var R, mt, or = (mt = class extends ct {
|
|
|
96
96
|
});
|
|
97
97
|
});
|
|
98
98
|
}
|
|
99
|
-
},
|
|
99
|
+
}, H = new WeakMap(), xt), z, T, G, L, U, ht, ir = (ht = class extends Pt {
|
|
100
100
|
constructor(e) {
|
|
101
101
|
super();
|
|
102
|
+
M(this, L);
|
|
102
103
|
M(this, z);
|
|
103
|
-
M(this, H);
|
|
104
104
|
M(this, T);
|
|
105
105
|
M(this, G);
|
|
106
|
-
this.mutationId = e.mutationId,
|
|
106
|
+
this.mutationId = e.mutationId, w(this, T, e.mutationCache), w(this, z, []), this.state = e.state || ar(), this.setOptions(e.options), this.scheduleGc();
|
|
107
107
|
}
|
|
108
108
|
setOptions(e) {
|
|
109
109
|
this.options = e, this.updateGcTime(this.options.gcTime);
|
|
@@ -112,82 +112,82 @@ var R, mt, or = (mt = class extends ct {
|
|
|
112
112
|
return this.options.meta;
|
|
113
113
|
}
|
|
114
114
|
addObserver(e) {
|
|
115
|
-
|
|
115
|
+
h(this, z).includes(e) || (h(this, z).push(e), this.clearGcTimeout(), h(this, T).notify({
|
|
116
116
|
type: "observerAdded",
|
|
117
117
|
mutation: this,
|
|
118
118
|
observer: e
|
|
119
119
|
}));
|
|
120
120
|
}
|
|
121
121
|
removeObserver(e) {
|
|
122
|
-
|
|
122
|
+
w(this, z, h(this, z).filter((o) => o !== e)), this.scheduleGc(), h(this, T).notify({
|
|
123
123
|
type: "observerRemoved",
|
|
124
124
|
mutation: this,
|
|
125
125
|
observer: e
|
|
126
126
|
});
|
|
127
127
|
}
|
|
128
128
|
optionalRemove() {
|
|
129
|
-
|
|
129
|
+
h(this, z).length || (this.state.status === "pending" ? this.scheduleGc() : h(this, T).remove(this));
|
|
130
130
|
}
|
|
131
131
|
continue() {
|
|
132
132
|
var e;
|
|
133
|
-
return ((e =
|
|
133
|
+
return ((e = h(this, G)) == null ? void 0 : e.continue()) ?? // continuing a mutation assumes that variables are set, mutation must have been dehydrated before
|
|
134
134
|
this.execute(this.state.variables);
|
|
135
135
|
}
|
|
136
136
|
async execute(e) {
|
|
137
|
-
var
|
|
137
|
+
var a, d, u, m, x, p, c, g, f, v, j, k, _, D, C, I, R, V, he, le;
|
|
138
138
|
const o = () => {
|
|
139
|
-
W(this,
|
|
139
|
+
W(this, L, U).call(this, { type: "continue" });
|
|
140
140
|
};
|
|
141
|
-
|
|
141
|
+
w(this, G, Dt({
|
|
142
142
|
fn: () => this.options.mutationFn ? this.options.mutationFn(e) : Promise.reject(new Error("No mutationFn found")),
|
|
143
143
|
onFail: (N, pe) => {
|
|
144
|
-
W(this,
|
|
144
|
+
W(this, L, U).call(this, { type: "failed", failureCount: N, error: pe });
|
|
145
145
|
},
|
|
146
146
|
onPause: () => {
|
|
147
|
-
W(this,
|
|
147
|
+
W(this, L, U).call(this, { type: "pause" });
|
|
148
148
|
},
|
|
149
149
|
onContinue: o,
|
|
150
150
|
retry: this.options.retry ?? 0,
|
|
151
151
|
retryDelay: this.options.retryDelay,
|
|
152
152
|
networkMode: this.options.networkMode,
|
|
153
|
-
canRun: () =>
|
|
153
|
+
canRun: () => h(this, T).canRun(this)
|
|
154
154
|
}));
|
|
155
|
-
const n = this.state.status === "pending", i = !
|
|
155
|
+
const n = this.state.status === "pending", i = !h(this, G).canStart();
|
|
156
156
|
try {
|
|
157
157
|
if (n)
|
|
158
158
|
o();
|
|
159
159
|
else {
|
|
160
|
-
W(this,
|
|
161
|
-
|
|
160
|
+
W(this, L, U).call(this, { type: "pending", variables: e, isPaused: i }), await ((d = (a = h(this, T).config).onMutate) == null ? void 0 : d.call(
|
|
161
|
+
a,
|
|
162
162
|
e,
|
|
163
163
|
this
|
|
164
164
|
));
|
|
165
165
|
const pe = await ((m = (u = this.options).onMutate) == null ? void 0 : m.call(u, e));
|
|
166
|
-
pe !== this.state.context && W(this,
|
|
166
|
+
pe !== this.state.context && W(this, L, U).call(this, {
|
|
167
167
|
type: "pending",
|
|
168
168
|
context: pe,
|
|
169
169
|
variables: e,
|
|
170
170
|
isPaused: i
|
|
171
171
|
});
|
|
172
172
|
}
|
|
173
|
-
const N = await
|
|
174
|
-
return await ((p = (
|
|
175
|
-
|
|
173
|
+
const N = await h(this, G).start();
|
|
174
|
+
return await ((p = (x = h(this, T).config).onSuccess) == null ? void 0 : p.call(
|
|
175
|
+
x,
|
|
176
176
|
N,
|
|
177
177
|
e,
|
|
178
178
|
this.state.context,
|
|
179
179
|
this
|
|
180
|
-
)), await ((g = (c = this.options).onSuccess) == null ? void 0 : g.call(c, N, e, this.state.context)), await ((
|
|
180
|
+
)), await ((g = (c = this.options).onSuccess) == null ? void 0 : g.call(c, N, e, this.state.context)), await ((v = (f = h(this, T).config).onSettled) == null ? void 0 : v.call(
|
|
181
181
|
f,
|
|
182
182
|
N,
|
|
183
183
|
null,
|
|
184
184
|
this.state.variables,
|
|
185
185
|
this.state.context,
|
|
186
186
|
this
|
|
187
|
-
)), await ((
|
|
187
|
+
)), await ((k = (j = this.options).onSettled) == null ? void 0 : k.call(j, N, null, e, this.state.context)), W(this, L, U).call(this, { type: "success", data: N }), N;
|
|
188
188
|
} catch (N) {
|
|
189
189
|
try {
|
|
190
|
-
throw await ((
|
|
190
|
+
throw await ((D = (_ = h(this, T).config).onError) == null ? void 0 : D.call(
|
|
191
191
|
_,
|
|
192
192
|
N,
|
|
193
193
|
e,
|
|
@@ -198,28 +198,28 @@ var R, mt, or = (mt = class extends ct {
|
|
|
198
198
|
N,
|
|
199
199
|
e,
|
|
200
200
|
this.state.context
|
|
201
|
-
)), await ((
|
|
202
|
-
|
|
201
|
+
)), await ((V = (R = h(this, T).config).onSettled) == null ? void 0 : V.call(
|
|
202
|
+
R,
|
|
203
203
|
void 0,
|
|
204
204
|
N,
|
|
205
205
|
this.state.variables,
|
|
206
206
|
this.state.context,
|
|
207
207
|
this
|
|
208
|
-
)), await ((
|
|
209
|
-
|
|
208
|
+
)), await ((le = (he = this.options).onSettled) == null ? void 0 : le.call(
|
|
209
|
+
he,
|
|
210
210
|
void 0,
|
|
211
211
|
N,
|
|
212
212
|
e,
|
|
213
213
|
this.state.context
|
|
214
214
|
)), N;
|
|
215
215
|
} finally {
|
|
216
|
-
W(this,
|
|
216
|
+
W(this, L, U).call(this, { type: "error", error: N });
|
|
217
217
|
}
|
|
218
218
|
} finally {
|
|
219
|
-
|
|
219
|
+
h(this, T).runNext(this);
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
-
},
|
|
222
|
+
}, z = new WeakMap(), T = new WeakMap(), G = new WeakMap(), L = new WeakSet(), U = function(e) {
|
|
223
223
|
const o = (n) => {
|
|
224
224
|
switch (e.type) {
|
|
225
225
|
case "failed":
|
|
@@ -274,16 +274,16 @@ var R, mt, or = (mt = class extends ct {
|
|
|
274
274
|
}
|
|
275
275
|
};
|
|
276
276
|
this.state = o(this.state), O.batch(() => {
|
|
277
|
-
|
|
277
|
+
h(this, z).forEach((n) => {
|
|
278
278
|
n.onMutationUpdate(e);
|
|
279
|
-
}),
|
|
279
|
+
}), h(this, T).notify({
|
|
280
280
|
mutation: this,
|
|
281
281
|
type: "updated",
|
|
282
282
|
action: e
|
|
283
283
|
});
|
|
284
284
|
});
|
|
285
285
|
}, ht);
|
|
286
|
-
function
|
|
286
|
+
function ar() {
|
|
287
287
|
return {
|
|
288
288
|
context: void 0,
|
|
289
289
|
data: void 0,
|
|
@@ -296,42 +296,42 @@ function lr() {
|
|
|
296
296
|
submittedAt: 0
|
|
297
297
|
};
|
|
298
298
|
}
|
|
299
|
-
var
|
|
299
|
+
var A, P, xe, pt, lr = (pt = class extends ft {
|
|
300
300
|
constructor(e = {}) {
|
|
301
301
|
super();
|
|
302
|
-
M(this,
|
|
302
|
+
M(this, A);
|
|
303
303
|
M(this, P);
|
|
304
|
-
M(this,
|
|
305
|
-
this.config = e,
|
|
304
|
+
M(this, xe);
|
|
305
|
+
this.config = e, w(this, A, /* @__PURE__ */ new Set()), w(this, P, /* @__PURE__ */ new Map()), w(this, xe, 0);
|
|
306
306
|
}
|
|
307
307
|
build(e, o, n) {
|
|
308
308
|
const i = new ir({
|
|
309
309
|
mutationCache: this,
|
|
310
|
-
mutationId: ++ce(this,
|
|
310
|
+
mutationId: ++ce(this, xe)._,
|
|
311
311
|
options: e.defaultMutationOptions(o),
|
|
312
312
|
state: n
|
|
313
313
|
});
|
|
314
314
|
return this.add(i), i;
|
|
315
315
|
}
|
|
316
316
|
add(e) {
|
|
317
|
-
|
|
317
|
+
h(this, A).add(e);
|
|
318
318
|
const o = fe(e);
|
|
319
319
|
if (typeof o == "string") {
|
|
320
|
-
const n =
|
|
321
|
-
n ? n.push(e) :
|
|
320
|
+
const n = h(this, P).get(o);
|
|
321
|
+
n ? n.push(e) : h(this, P).set(o, [e]);
|
|
322
322
|
}
|
|
323
323
|
this.notify({ type: "added", mutation: e });
|
|
324
324
|
}
|
|
325
325
|
remove(e) {
|
|
326
|
-
if (
|
|
326
|
+
if (h(this, A).delete(e)) {
|
|
327
327
|
const o = fe(e);
|
|
328
328
|
if (typeof o == "string") {
|
|
329
|
-
const n =
|
|
329
|
+
const n = h(this, P).get(o);
|
|
330
330
|
if (n)
|
|
331
331
|
if (n.length > 1) {
|
|
332
332
|
const i = n.indexOf(e);
|
|
333
333
|
i !== -1 && n.splice(i, 1);
|
|
334
|
-
} else n[0] === e &&
|
|
334
|
+
} else n[0] === e && h(this, P).delete(o);
|
|
335
335
|
}
|
|
336
336
|
}
|
|
337
337
|
this.notify({ type: "removed", mutation: e });
|
|
@@ -339,8 +339,8 @@ var $, P, he, xt, ar = (xt = class extends ct {
|
|
|
339
339
|
canRun(e) {
|
|
340
340
|
const o = fe(e);
|
|
341
341
|
if (typeof o == "string") {
|
|
342
|
-
const n =
|
|
343
|
-
(
|
|
342
|
+
const n = h(this, P).get(o), i = n == null ? void 0 : n.find(
|
|
343
|
+
(a) => a.state.status === "pending"
|
|
344
344
|
);
|
|
345
345
|
return !i || i === e;
|
|
346
346
|
} else
|
|
@@ -350,29 +350,29 @@ var $, P, he, xt, ar = (xt = class extends ct {
|
|
|
350
350
|
var n;
|
|
351
351
|
const o = fe(e);
|
|
352
352
|
if (typeof o == "string") {
|
|
353
|
-
const i = (n =
|
|
353
|
+
const i = (n = h(this, P).get(o)) == null ? void 0 : n.find((a) => a !== e && a.state.isPaused);
|
|
354
354
|
return (i == null ? void 0 : i.continue()) ?? Promise.resolve();
|
|
355
355
|
} else
|
|
356
356
|
return Promise.resolve();
|
|
357
357
|
}
|
|
358
358
|
clear() {
|
|
359
359
|
O.batch(() => {
|
|
360
|
-
|
|
360
|
+
h(this, A).forEach((e) => {
|
|
361
361
|
this.notify({ type: "removed", mutation: e });
|
|
362
|
-
}),
|
|
362
|
+
}), h(this, A).clear(), h(this, P).clear();
|
|
363
363
|
});
|
|
364
364
|
}
|
|
365
365
|
getAll() {
|
|
366
|
-
return Array.from(
|
|
366
|
+
return Array.from(h(this, A));
|
|
367
367
|
}
|
|
368
368
|
find(e) {
|
|
369
369
|
const o = { exact: !0, ...e };
|
|
370
370
|
return this.getAll().find(
|
|
371
|
-
(n) =>
|
|
371
|
+
(n) => Le(o, n)
|
|
372
372
|
);
|
|
373
373
|
}
|
|
374
374
|
findAll(e = {}) {
|
|
375
|
-
return this.getAll().filter((o) =>
|
|
375
|
+
return this.getAll().filter((o) => Le(e, o));
|
|
376
376
|
}
|
|
377
377
|
notify(e) {
|
|
378
378
|
O.batch(() => {
|
|
@@ -385,73 +385,73 @@ var $, P, he, xt, ar = (xt = class extends ct {
|
|
|
385
385
|
const e = this.getAll().filter((o) => o.state.isPaused);
|
|
386
386
|
return O.batch(
|
|
387
387
|
() => Promise.all(
|
|
388
|
-
e.map((o) => o.continue().catch(
|
|
388
|
+
e.map((o) => o.continue().catch($))
|
|
389
389
|
)
|
|
390
390
|
);
|
|
391
391
|
}
|
|
392
|
-
},
|
|
392
|
+
}, A = new WeakMap(), P = new WeakMap(), xe = new WeakMap(), pt);
|
|
393
393
|
function fe(t) {
|
|
394
394
|
var e;
|
|
395
395
|
return (e = t.options.scope) == null ? void 0 : e.id;
|
|
396
396
|
}
|
|
397
|
-
function
|
|
397
|
+
function Ue(t) {
|
|
398
398
|
return {
|
|
399
399
|
onFetch: (e, o) => {
|
|
400
|
-
var p, c, g, f,
|
|
401
|
-
const n = e.options, i = (g = (c = (p = e.fetchOptions) == null ? void 0 : p.meta) == null ? void 0 : c.fetchMore) == null ? void 0 : g.direction,
|
|
400
|
+
var p, c, g, f, v;
|
|
401
|
+
const n = e.options, i = (g = (c = (p = e.fetchOptions) == null ? void 0 : p.meta) == null ? void 0 : c.fetchMore) == null ? void 0 : g.direction, a = ((f = e.state.data) == null ? void 0 : f.pages) || [], d = ((v = e.state.data) == null ? void 0 : v.pageParams) || [];
|
|
402
402
|
let u = { pages: [], pageParams: [] }, m = 0;
|
|
403
|
-
const
|
|
403
|
+
const x = async () => {
|
|
404
404
|
let j = !1;
|
|
405
|
-
const
|
|
405
|
+
const k = (C) => {
|
|
406
406
|
Object.defineProperty(C, "signal", {
|
|
407
407
|
enumerable: !0,
|
|
408
408
|
get: () => (e.signal.aborted ? j = !0 : e.signal.addEventListener("abort", () => {
|
|
409
409
|
j = !0;
|
|
410
410
|
}), e.signal)
|
|
411
411
|
});
|
|
412
|
-
}, _ = Rt(e.options, e.fetchOptions),
|
|
412
|
+
}, _ = Rt(e.options, e.fetchOptions), D = async (C, I, R) => {
|
|
413
413
|
if (j)
|
|
414
414
|
return Promise.reject();
|
|
415
415
|
if (I == null && C.pages.length)
|
|
416
416
|
return Promise.resolve(C);
|
|
417
|
-
const
|
|
417
|
+
const V = {
|
|
418
418
|
client: e.client,
|
|
419
419
|
queryKey: e.queryKey,
|
|
420
420
|
pageParam: I,
|
|
421
|
-
direction:
|
|
421
|
+
direction: R ? "backward" : "forward",
|
|
422
422
|
meta: e.options.meta
|
|
423
423
|
};
|
|
424
|
-
|
|
425
|
-
const
|
|
426
|
-
|
|
427
|
-
), { maxPages:
|
|
424
|
+
k(V);
|
|
425
|
+
const he = await _(
|
|
426
|
+
V
|
|
427
|
+
), { maxPages: le } = e.options, N = R ? Ht : zt;
|
|
428
428
|
return {
|
|
429
|
-
pages: N(C.pages,
|
|
430
|
-
pageParams: N(C.pageParams, I,
|
|
429
|
+
pages: N(C.pages, he, le),
|
|
430
|
+
pageParams: N(C.pageParams, I, le)
|
|
431
431
|
};
|
|
432
432
|
};
|
|
433
|
-
if (i &&
|
|
434
|
-
const C = i === "backward", I = C ? dr :
|
|
435
|
-
pages:
|
|
433
|
+
if (i && a.length) {
|
|
434
|
+
const C = i === "backward", I = C ? dr : Ke, R = {
|
|
435
|
+
pages: a,
|
|
436
436
|
pageParams: d
|
|
437
|
-
},
|
|
438
|
-
u = await
|
|
437
|
+
}, V = I(n, R);
|
|
438
|
+
u = await D(R, V, C);
|
|
439
439
|
} else {
|
|
440
|
-
const C = t ??
|
|
440
|
+
const C = t ?? a.length;
|
|
441
441
|
do {
|
|
442
|
-
const I = m === 0 ? d[0] ?? n.initialPageParam :
|
|
442
|
+
const I = m === 0 ? d[0] ?? n.initialPageParam : Ke(n, u);
|
|
443
443
|
if (m > 0 && I == null)
|
|
444
444
|
break;
|
|
445
|
-
u = await
|
|
445
|
+
u = await D(u, I), m++;
|
|
446
446
|
} while (m < C);
|
|
447
447
|
}
|
|
448
448
|
return u;
|
|
449
449
|
};
|
|
450
450
|
e.options.persister ? e.fetchFn = () => {
|
|
451
|
-
var j,
|
|
452
|
-
return (
|
|
451
|
+
var j, k;
|
|
452
|
+
return (k = (j = e.options).persister) == null ? void 0 : k.call(
|
|
453
453
|
j,
|
|
454
|
-
|
|
454
|
+
x,
|
|
455
455
|
{
|
|
456
456
|
client: e.client,
|
|
457
457
|
queryKey: e.queryKey,
|
|
@@ -460,11 +460,11 @@ function We(t) {
|
|
|
460
460
|
},
|
|
461
461
|
o
|
|
462
462
|
);
|
|
463
|
-
} : e.fetchFn =
|
|
463
|
+
} : e.fetchFn = x;
|
|
464
464
|
}
|
|
465
465
|
};
|
|
466
466
|
}
|
|
467
|
-
function
|
|
467
|
+
function Ke(t, { pages: e, pageParams: o }) {
|
|
468
468
|
const n = e.length - 1;
|
|
469
469
|
return e.length > 0 ? t.getNextPageParam(
|
|
470
470
|
e[n],
|
|
@@ -477,7 +477,7 @@ function dr(t, { pages: e, pageParams: o }) {
|
|
|
477
477
|
var n;
|
|
478
478
|
return e.length > 0 ? (n = t.getPreviousPageParam) == null ? void 0 : n.call(t, e[0], e, o[0], o) : void 0;
|
|
479
479
|
}
|
|
480
|
-
var s, K, Z, te, re, X, ne, oe,
|
|
480
|
+
var s, K, Z, te, re, X, ne, oe, ct, ur = (ct = class {
|
|
481
481
|
constructor(t = {}) {
|
|
482
482
|
M(this, s);
|
|
483
483
|
M(this, K);
|
|
@@ -487,24 +487,24 @@ var s, K, Z, te, re, X, ne, oe, pt, ur = (pt = class {
|
|
|
487
487
|
M(this, X);
|
|
488
488
|
M(this, ne);
|
|
489
489
|
M(this, oe);
|
|
490
|
-
|
|
490
|
+
w(this, s, t.queryCache || new or()), w(this, K, t.mutationCache || new lr()), w(this, Z, t.defaultOptions || {}), w(this, te, /* @__PURE__ */ new Map()), w(this, re, /* @__PURE__ */ new Map()), w(this, X, 0);
|
|
491
491
|
}
|
|
492
492
|
mount() {
|
|
493
|
-
ce(this, X)._++,
|
|
494
|
-
t && (await this.resumePausedMutations(),
|
|
495
|
-
})),
|
|
496
|
-
t && (await this.resumePausedMutations(),
|
|
493
|
+
ce(this, X)._++, h(this, X) === 1 && (w(this, ne, Lt.subscribe(async (t) => {
|
|
494
|
+
t && (await this.resumePausedMutations(), h(this, s).onFocus());
|
|
495
|
+
})), w(this, oe, Qe.subscribe(async (t) => {
|
|
496
|
+
t && (await this.resumePausedMutations(), h(this, s).onOnline());
|
|
497
497
|
})));
|
|
498
498
|
}
|
|
499
499
|
unmount() {
|
|
500
500
|
var t, e;
|
|
501
|
-
ce(this, X)._--,
|
|
501
|
+
ce(this, X)._--, h(this, X) === 0 && ((t = h(this, ne)) == null || t.call(this), w(this, ne, void 0), (e = h(this, oe)) == null || e.call(this), w(this, oe, void 0));
|
|
502
502
|
}
|
|
503
503
|
isFetching(t) {
|
|
504
|
-
return
|
|
504
|
+
return h(this, s).findAll({ ...t, fetchStatus: "fetching" }).length;
|
|
505
505
|
}
|
|
506
506
|
isMutating(t) {
|
|
507
|
-
return
|
|
507
|
+
return h(this, K).findAll({ ...t, status: "pending" }).length;
|
|
508
508
|
}
|
|
509
509
|
/**
|
|
510
510
|
* Imperative (non-reactive) way to retrieve data for a QueryKey.
|
|
@@ -516,28 +516,28 @@ var s, K, Z, te, re, X, ne, oe, pt, ur = (pt = class {
|
|
|
516
516
|
getQueryData(t) {
|
|
517
517
|
var o;
|
|
518
518
|
const e = this.defaultQueryOptions({ queryKey: t });
|
|
519
|
-
return (o =
|
|
519
|
+
return (o = h(this, s).get(e.queryHash)) == null ? void 0 : o.state.data;
|
|
520
520
|
}
|
|
521
521
|
ensureQueryData(t) {
|
|
522
|
-
const e = this.defaultQueryOptions(t), o =
|
|
523
|
-
return n === void 0 ? this.fetchQuery(t) : (t.revalidateIfStale && o.isStaleByTime(
|
|
522
|
+
const e = this.defaultQueryOptions(t), o = h(this, s).build(this, e), n = o.state.data;
|
|
523
|
+
return n === void 0 ? this.fetchQuery(t) : (t.revalidateIfStale && o.isStaleByTime(Ve(e.staleTime, o)) && this.prefetchQuery(e), Promise.resolve(n));
|
|
524
524
|
}
|
|
525
525
|
getQueriesData(t) {
|
|
526
|
-
return
|
|
526
|
+
return h(this, s).findAll(t).map(({ queryKey: e, state: o }) => {
|
|
527
527
|
const n = o.data;
|
|
528
528
|
return [e, n];
|
|
529
529
|
});
|
|
530
530
|
}
|
|
531
531
|
setQueryData(t, e, o) {
|
|
532
|
-
const n = this.defaultQueryOptions({ queryKey: t }), i =
|
|
532
|
+
const n = this.defaultQueryOptions({ queryKey: t }), i = h(this, s).get(
|
|
533
533
|
n.queryHash
|
|
534
|
-
),
|
|
534
|
+
), a = i == null ? void 0 : i.state.data, d = Qt(e, a);
|
|
535
535
|
if (d !== void 0)
|
|
536
|
-
return
|
|
536
|
+
return h(this, s).build(this, n).setData(d, { ...o, manual: !0 });
|
|
537
537
|
}
|
|
538
538
|
setQueriesData(t, e, o) {
|
|
539
539
|
return O.batch(
|
|
540
|
-
() =>
|
|
540
|
+
() => h(this, s).findAll(t).map(({ queryKey: n }) => [
|
|
541
541
|
n,
|
|
542
542
|
this.setQueryData(n, e, o)
|
|
543
543
|
])
|
|
@@ -546,12 +546,12 @@ var s, K, Z, te, re, X, ne, oe, pt, ur = (pt = class {
|
|
|
546
546
|
getQueryState(t) {
|
|
547
547
|
var o;
|
|
548
548
|
const e = this.defaultQueryOptions({ queryKey: t });
|
|
549
|
-
return (o =
|
|
549
|
+
return (o = h(this, s).get(
|
|
550
550
|
e.queryHash
|
|
551
551
|
)) == null ? void 0 : o.state;
|
|
552
552
|
}
|
|
553
553
|
removeQueries(t) {
|
|
554
|
-
const e =
|
|
554
|
+
const e = h(this, s);
|
|
555
555
|
O.batch(() => {
|
|
556
556
|
e.findAll(t).forEach((o) => {
|
|
557
557
|
e.remove(o);
|
|
@@ -559,7 +559,7 @@ var s, K, Z, te, re, X, ne, oe, pt, ur = (pt = class {
|
|
|
559
559
|
});
|
|
560
560
|
}
|
|
561
561
|
resetQueries(t, e) {
|
|
562
|
-
const o =
|
|
562
|
+
const o = h(this, s);
|
|
563
563
|
return O.batch(() => (o.findAll(t).forEach((n) => {
|
|
564
564
|
n.reset();
|
|
565
565
|
}), this.refetchQueries(
|
|
@@ -572,12 +572,12 @@ var s, K, Z, te, re, X, ne, oe, pt, ur = (pt = class {
|
|
|
572
572
|
}
|
|
573
573
|
cancelQueries(t, e = {}) {
|
|
574
574
|
const o = { revert: !0, ...e }, n = O.batch(
|
|
575
|
-
() =>
|
|
575
|
+
() => h(this, s).findAll(t).map((i) => i.cancel(o))
|
|
576
576
|
);
|
|
577
|
-
return Promise.all(n).then(
|
|
577
|
+
return Promise.all(n).then($).catch($);
|
|
578
578
|
}
|
|
579
579
|
invalidateQueries(t, e = {}) {
|
|
580
|
-
return O.batch(() => (
|
|
580
|
+
return O.batch(() => (h(this, s).findAll(t).forEach((o) => {
|
|
581
581
|
o.invalidate();
|
|
582
582
|
}), (t == null ? void 0 : t.refetchType) === "none" ? Promise.resolve() : this.refetchQueries(
|
|
583
583
|
{
|
|
@@ -592,104 +592,104 @@ var s, K, Z, te, re, X, ne, oe, pt, ur = (pt = class {
|
|
|
592
592
|
...e,
|
|
593
593
|
cancelRefetch: e.cancelRefetch ?? !0
|
|
594
594
|
}, n = O.batch(
|
|
595
|
-
() =>
|
|
596
|
-
let
|
|
597
|
-
return o.throwOnError || (
|
|
595
|
+
() => h(this, s).findAll(t).filter((i) => !i.isDisabled() && !i.isStatic()).map((i) => {
|
|
596
|
+
let a = i.fetch(void 0, o);
|
|
597
|
+
return o.throwOnError || (a = a.catch($)), i.state.fetchStatus === "paused" ? Promise.resolve() : a;
|
|
598
598
|
})
|
|
599
599
|
);
|
|
600
|
-
return Promise.all(n).then(
|
|
600
|
+
return Promise.all(n).then($);
|
|
601
601
|
}
|
|
602
602
|
fetchQuery(t) {
|
|
603
603
|
const e = this.defaultQueryOptions(t);
|
|
604
604
|
e.retry === void 0 && (e.retry = !1);
|
|
605
|
-
const o =
|
|
605
|
+
const o = h(this, s).build(this, e);
|
|
606
606
|
return o.isStaleByTime(
|
|
607
|
-
|
|
607
|
+
Ve(e.staleTime, o)
|
|
608
608
|
) ? o.fetch(e) : Promise.resolve(o.state.data);
|
|
609
609
|
}
|
|
610
610
|
prefetchQuery(t) {
|
|
611
|
-
return this.fetchQuery(t).then(
|
|
611
|
+
return this.fetchQuery(t).then($).catch($);
|
|
612
612
|
}
|
|
613
613
|
fetchInfiniteQuery(t) {
|
|
614
|
-
return t.behavior =
|
|
614
|
+
return t.behavior = Ue(t.pages), this.fetchQuery(t);
|
|
615
615
|
}
|
|
616
616
|
prefetchInfiniteQuery(t) {
|
|
617
|
-
return this.fetchInfiniteQuery(t).then(
|
|
617
|
+
return this.fetchInfiniteQuery(t).then($).catch($);
|
|
618
618
|
}
|
|
619
619
|
ensureInfiniteQueryData(t) {
|
|
620
|
-
return t.behavior =
|
|
620
|
+
return t.behavior = Ue(t.pages), this.ensureQueryData(t);
|
|
621
621
|
}
|
|
622
622
|
resumePausedMutations() {
|
|
623
|
-
return
|
|
623
|
+
return Qe.isOnline() ? h(this, K).resumePausedMutations() : Promise.resolve();
|
|
624
624
|
}
|
|
625
625
|
getQueryCache() {
|
|
626
|
-
return
|
|
626
|
+
return h(this, s);
|
|
627
627
|
}
|
|
628
628
|
getMutationCache() {
|
|
629
|
-
return
|
|
629
|
+
return h(this, K);
|
|
630
630
|
}
|
|
631
631
|
getDefaultOptions() {
|
|
632
|
-
return
|
|
632
|
+
return h(this, Z);
|
|
633
633
|
}
|
|
634
634
|
setDefaultOptions(t) {
|
|
635
|
-
|
|
635
|
+
w(this, Z, t);
|
|
636
636
|
}
|
|
637
637
|
setQueryDefaults(t, e) {
|
|
638
|
-
|
|
638
|
+
h(this, te).set($e(t), {
|
|
639
639
|
queryKey: t,
|
|
640
640
|
defaultOptions: e
|
|
641
641
|
});
|
|
642
642
|
}
|
|
643
643
|
getQueryDefaults(t) {
|
|
644
|
-
const e = [...
|
|
644
|
+
const e = [...h(this, te).values()], o = {};
|
|
645
645
|
return e.forEach((n) => {
|
|
646
|
-
|
|
646
|
+
Ae(t, n.queryKey) && Object.assign(o, n.defaultOptions);
|
|
647
647
|
}), o;
|
|
648
648
|
}
|
|
649
649
|
setMutationDefaults(t, e) {
|
|
650
|
-
|
|
650
|
+
h(this, re).set($e(t), {
|
|
651
651
|
mutationKey: t,
|
|
652
652
|
defaultOptions: e
|
|
653
653
|
});
|
|
654
654
|
}
|
|
655
655
|
getMutationDefaults(t) {
|
|
656
|
-
const e = [...
|
|
656
|
+
const e = [...h(this, re).values()], o = {};
|
|
657
657
|
return e.forEach((n) => {
|
|
658
|
-
|
|
658
|
+
Ae(t, n.mutationKey) && Object.assign(o, n.defaultOptions);
|
|
659
659
|
}), o;
|
|
660
660
|
}
|
|
661
661
|
defaultQueryOptions(t) {
|
|
662
662
|
if (t._defaulted)
|
|
663
663
|
return t;
|
|
664
664
|
const e = {
|
|
665
|
-
...
|
|
665
|
+
...h(this, Z).queries,
|
|
666
666
|
...this.getQueryDefaults(t.queryKey),
|
|
667
667
|
...t,
|
|
668
668
|
_defaulted: !0
|
|
669
669
|
};
|
|
670
|
-
return e.queryHash || (e.queryHash =
|
|
670
|
+
return e.queryHash || (e.queryHash = bt(
|
|
671
671
|
e.queryKey,
|
|
672
672
|
e
|
|
673
673
|
)), e.refetchOnReconnect === void 0 && (e.refetchOnReconnect = e.networkMode !== "always"), e.throwOnError === void 0 && (e.throwOnError = !!e.suspense), !e.networkMode && e.persister && (e.networkMode = "offlineFirst"), e.queryFn === Vt && (e.enabled = !1), e;
|
|
674
674
|
}
|
|
675
675
|
defaultMutationOptions(t) {
|
|
676
676
|
return t != null && t._defaulted ? t : {
|
|
677
|
-
...
|
|
677
|
+
...h(this, Z).mutations,
|
|
678
678
|
...(t == null ? void 0 : t.mutationKey) && this.getMutationDefaults(t.mutationKey),
|
|
679
679
|
...t,
|
|
680
680
|
_defaulted: !0
|
|
681
681
|
};
|
|
682
682
|
}
|
|
683
683
|
clear() {
|
|
684
|
-
|
|
684
|
+
h(this, s).clear(), h(this, K).clear();
|
|
685
685
|
}
|
|
686
|
-
}, s = new WeakMap(), K = new WeakMap(), Z = new WeakMap(), te = new WeakMap(), re = new WeakMap(), X = new WeakMap(), ne = new WeakMap(), oe = new WeakMap(),
|
|
687
|
-
const mr = B(() => Promise.resolve().then(() => Fr)),
|
|
686
|
+
}, s = new WeakMap(), K = new WeakMap(), Z = new WeakMap(), te = new WeakMap(), re = new WeakMap(), X = new WeakMap(), ne = new WeakMap(), oe = new WeakMap(), ct);
|
|
687
|
+
const mr = B(() => Promise.resolve().then(() => Fr)), xr = B(() => Promise.resolve().then(() => yo)), hr = B(() => Promise.resolve().then(() => En)), pr = B(() => Promise.resolve().then(() => Pn)), cr = B(() => Promise.resolve().then(() => Lr)), fr = B(() => Promise.resolve().then(() => Sr)), br = B(() => Promise.resolve().then(() => tn)), gr = B(() => Promise.resolve().then(() => Zr)), jr = B(() => Promise.resolve().then(() => Gn)), yr = B(() => Promise.resolve().then(() => Vr)), sr = B(() => Promise.resolve().then(() => Nn)), kr = B(() => Promise.resolve().then(() => _r)), wr = {
|
|
688
688
|
header: fr,
|
|
689
689
|
seoHeader: jr,
|
|
690
690
|
banner: mr,
|
|
691
|
-
calculator:
|
|
692
|
-
form:
|
|
691
|
+
calculator: xr,
|
|
692
|
+
form: hr,
|
|
693
693
|
formDialog: pr,
|
|
694
694
|
stepper: yr,
|
|
695
695
|
benefit: kr,
|
|
@@ -700,11 +700,11 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
700
700
|
}, vr = Object.keys(wr), y = vr.reduce(
|
|
701
701
|
(t, e) => (t[e] = e, t),
|
|
702
702
|
{}
|
|
703
|
-
), Nr = (t) =>
|
|
703
|
+
), Nr = (t) => yt(() => {
|
|
704
704
|
switch (t.handler) {
|
|
705
705
|
case "navigate": {
|
|
706
706
|
const { url: o, target: n, rel: i } = t;
|
|
707
|
-
|
|
707
|
+
We && (window == null || window.open(o, n, i));
|
|
708
708
|
break;
|
|
709
709
|
}
|
|
710
710
|
case "scroll": {
|
|
@@ -713,7 +713,7 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
713
713
|
break;
|
|
714
714
|
}
|
|
715
715
|
case "dialog": {
|
|
716
|
-
if (!
|
|
716
|
+
if (!We) return;
|
|
717
717
|
const { dialogId: o } = t ?? {}, n = document.getElementById(o);
|
|
718
718
|
if (!n) {
|
|
719
719
|
console.error("Такого элемента в DOM не существует", o);
|
|
@@ -724,7 +724,7 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
724
724
|
}
|
|
725
725
|
}, [t]), Y = ({ handlerOptions: t, className: e, ...o }) => {
|
|
726
726
|
const n = Nr(t);
|
|
727
|
-
return /* @__PURE__ */ r.jsx(ge, { className:
|
|
727
|
+
return /* @__PURE__ */ r.jsx(ge, { className: l(e), onClick: n, ...o, children: o.children });
|
|
728
728
|
}, Cr = E(
|
|
729
729
|
"flex flex-col justify-between overflow-hidden rounded-md bg-color-blue-grey-100 py-6 desktop:flex-row desktop:px-0 desktop:py-0",
|
|
730
730
|
{
|
|
@@ -742,32 +742,32 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
742
742
|
img: o,
|
|
743
743
|
mobileImg: n,
|
|
744
744
|
classes: i,
|
|
745
|
-
withButton:
|
|
745
|
+
withButton: a,
|
|
746
746
|
button: d,
|
|
747
747
|
variant: u,
|
|
748
748
|
color: m
|
|
749
749
|
}) => {
|
|
750
|
-
const { isDesktop:
|
|
750
|
+
const { isDesktop: x } = ee();
|
|
751
751
|
return /* @__PURE__ */ r.jsxs(
|
|
752
752
|
"li",
|
|
753
753
|
{
|
|
754
754
|
style: { backgroundColor: m ?? "#F3F4F7" },
|
|
755
|
-
className:
|
|
755
|
+
className: l(Cr({ variant: u }), { "pb-0": n }, { "pb-12": !n }, i == null ? void 0 : i.root),
|
|
756
756
|
children: [
|
|
757
|
-
/* @__PURE__ */ r.jsxs("div", { className:
|
|
758
|
-
/* @__PURE__ */ r.jsxs("div", { className:
|
|
759
|
-
/* @__PURE__ */ r.jsx("div", { dangerouslySetInnerHTML: { __html: e }, className:
|
|
757
|
+
/* @__PURE__ */ r.jsxs("div", { className: l("flex flex-col items-start justify-between px-4 desktop:px-8 desktop:py-8", i == null ? void 0 : i.wrapper), children: [
|
|
758
|
+
/* @__PURE__ */ r.jsxs("div", { className: l("flex flex-col gap-4", i == null ? void 0 : i.textContainer), children: [
|
|
759
|
+
/* @__PURE__ */ r.jsx("div", { dangerouslySetInnerHTML: { __html: e }, className: l("desktop:desk-title-bold-s", i == null ? void 0 : i.title) }),
|
|
760
760
|
/* @__PURE__ */ r.jsx(
|
|
761
761
|
"div",
|
|
762
762
|
{
|
|
763
763
|
dangerouslySetInnerHTML: { __html: t },
|
|
764
|
-
className:
|
|
764
|
+
className: l("mob-body-regular-l text-icon-blue-grey-800 desktop:desk-body-regular-l", i == null ? void 0 : i.subtitle)
|
|
765
765
|
}
|
|
766
766
|
)
|
|
767
767
|
] }),
|
|
768
|
-
|
|
768
|
+
a && x && (d == null ? void 0 : d.handlerOptions) && /* @__PURE__ */ r.jsx(Y, { intent: "primary", className: l("desktop:w-[200px]", i == null ? void 0 : i.button), size: "lg", ...d })
|
|
769
769
|
] }),
|
|
770
|
-
(n ||
|
|
770
|
+
(n || x) && o && /* @__PURE__ */ r.jsx("div", { className: l("flex w-full justify-end", i == null ? void 0 : i.imgContainer), children: o && "url" in o && S.isObject(o) ? /* @__PURE__ */ r.jsx("img", { className: l("h-[246px] object-cover", i == null ? void 0 : i.img), src: o.url, alt: o.alt }) : o })
|
|
771
771
|
]
|
|
772
772
|
},
|
|
773
773
|
e
|
|
@@ -780,37 +780,37 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
780
780
|
fourCards: "grid-cols-1 mobile:grid-rows-[400px,1fr,1fr,400px] desktop:grid-cols-3"
|
|
781
781
|
}
|
|
782
782
|
}
|
|
783
|
-
}),
|
|
783
|
+
}), Ze = ({ headline: t, details: e, variant: o, classes: n }) => /* @__PURE__ */ r.jsx("section", { id: y.benefit, "data-test-id": y.benefit, className: l("pb-20", n == null ? void 0 : n.root), children: /* @__PURE__ */ r.jsxs(F, { className: n == null ? void 0 : n.container, children: [
|
|
784
784
|
/* @__PURE__ */ r.jsx(
|
|
785
785
|
"div",
|
|
786
786
|
{
|
|
787
787
|
dangerouslySetInnerHTML: { __html: t },
|
|
788
|
-
className:
|
|
788
|
+
className: l("mob-headline-bold-s mb-8 desktop:desk-headline-bold-m", n == null ? void 0 : n.heading)
|
|
789
789
|
}
|
|
790
790
|
),
|
|
791
|
-
/* @__PURE__ */ r.jsx("ul", { className:
|
|
791
|
+
/* @__PURE__ */ r.jsx("ul", { className: l(Ir({ variant: o }), n == null ? void 0 : n.grid), children: e == null ? void 0 : e.map((i) => /* @__PURE__ */ r.jsx(Mr, { variant: o, classes: n == null ? void 0 : n.item, ...i }, i.title)) })
|
|
792
792
|
] }) }), _r = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
793
793
|
__proto__: null,
|
|
794
|
-
Benefit:
|
|
795
|
-
default:
|
|
794
|
+
Benefit: Ze,
|
|
795
|
+
default: Ze
|
|
796
796
|
}, Symbol.toStringTag, { value: "Module" })), Tr = ({ variant: t, details: e }) => {
|
|
797
797
|
switch (t) {
|
|
798
798
|
case "withButton":
|
|
799
799
|
return /* @__PURE__ */ r.jsx(Y, { ...e });
|
|
800
800
|
case "withPhone":
|
|
801
|
-
return /* @__PURE__ */ r.jsx(
|
|
801
|
+
return /* @__PURE__ */ r.jsx(gt, { classes: { root: "items-end" }, ...e, phone: ke(e.phone) });
|
|
802
802
|
default:
|
|
803
803
|
return null;
|
|
804
804
|
}
|
|
805
|
-
},
|
|
805
|
+
}, Xe = (t) => {
|
|
806
806
|
const { logoPath: e = "/", logoType: o = "main", classes: n } = t;
|
|
807
807
|
return /* @__PURE__ */ r.jsx(
|
|
808
808
|
"header",
|
|
809
809
|
{
|
|
810
810
|
id: y.header,
|
|
811
811
|
"data-test-id": y.header,
|
|
812
|
-
className:
|
|
813
|
-
children: /* @__PURE__ */ r.jsx(F, { className:
|
|
812
|
+
className: l("flex h-[64px] items-center justify-center bg-color-white desktop:h-[72px]", n == null ? void 0 : n.header),
|
|
813
|
+
children: /* @__PURE__ */ r.jsx(F, { className: l(n == null ? void 0 : n.container), children: /* @__PURE__ */ r.jsxs("div", { className: l("flex items-center justify-between gap-5", n == null ? void 0 : n.wrapper), children: [
|
|
814
814
|
/* @__PURE__ */ r.jsx(
|
|
815
815
|
"a",
|
|
816
816
|
{
|
|
@@ -818,7 +818,7 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
818
818
|
"aria-label": "logo",
|
|
819
819
|
target: "_blank",
|
|
820
820
|
rel: "noreferrer",
|
|
821
|
-
className:
|
|
821
|
+
className: l(
|
|
822
822
|
"flex items-center justify-center [&_svg]:w-[132px] desktop:[&_svg]:h-[32px] desktop:[&_svg]:w-[192px]",
|
|
823
823
|
n == null ? void 0 : n.logo
|
|
824
824
|
),
|
|
@@ -831,29 +831,29 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
831
831
|
);
|
|
832
832
|
}, Sr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
833
833
|
__proto__: null,
|
|
834
|
-
Header:
|
|
835
|
-
default:
|
|
834
|
+
Header: Xe,
|
|
835
|
+
default: Xe
|
|
836
836
|
}, Symbol.toStringTag, { value: "Module" })), Or = ({
|
|
837
837
|
headTitle: t,
|
|
838
838
|
subtitle: e,
|
|
839
839
|
buttonsConfig: o,
|
|
840
840
|
advantages: n,
|
|
841
841
|
classes: i,
|
|
842
|
-
imgMobile:
|
|
842
|
+
imgMobile: a,
|
|
843
843
|
imgDesktop: d,
|
|
844
844
|
imgAlt: u,
|
|
845
845
|
color: m,
|
|
846
|
-
renderImage:
|
|
846
|
+
renderImage: x
|
|
847
847
|
}) => {
|
|
848
|
-
var
|
|
849
|
-
const { isDesktop: p, isMobile: c } = ee(), { primary: g, secondary: f } = o || {},
|
|
848
|
+
var k;
|
|
849
|
+
const { isDesktop: p, isMobile: c } = ee(), { primary: g, secondary: f } = o || {}, v = (_) => x ? x(_) : /* @__PURE__ */ r.jsx("img", { ..._ }), j = /* @__PURE__ */ r.jsx(
|
|
850
850
|
"div",
|
|
851
851
|
{
|
|
852
|
-
className:
|
|
852
|
+
className: l(
|
|
853
853
|
"flex items-center justify-center pt-4 desktop:absolute desktop:bottom-[-50px] desktop:right-1/2 desktop:translate-x-1/2 desktop:pt-0",
|
|
854
854
|
i == null ? void 0 : i.advantageContainer
|
|
855
855
|
),
|
|
856
|
-
children: (n == null ? void 0 : n.details) && ((
|
|
856
|
+
children: (n == null ? void 0 : n.details) && ((k = n == null ? void 0 : n.details) == null ? void 0 : k.items.length) > 0 && /* @__PURE__ */ r.jsx(Ie, { ...n })
|
|
857
857
|
}
|
|
858
858
|
);
|
|
859
859
|
return /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
@@ -863,35 +863,35 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
863
863
|
id: y.banner,
|
|
864
864
|
"data-test-id": y.banner,
|
|
865
865
|
style: { backgroundColor: m ?? "#d9edff" },
|
|
866
|
-
className:
|
|
866
|
+
className: l("relative h-[552px] desktop:h-[456px]", i == null ? void 0 : i.root),
|
|
867
867
|
children: [
|
|
868
|
-
/* @__PURE__ */ r.jsx("div", { className: "absolute bottom-0 left-0 right-0 top-0 mx-auto h-full max-w-[1920px] desktop:h-[456px]", children:
|
|
868
|
+
/* @__PURE__ */ r.jsx("div", { className: "absolute bottom-0 left-0 right-0 top-0 mx-auto h-full max-w-[1920px] desktop:h-[456px]", children: v(c ? { src: a.src, alt: u, className: l("h-full w-full object-cover object-center") } : {
|
|
869
869
|
src: d.src,
|
|
870
870
|
alt: u,
|
|
871
|
-
className:
|
|
871
|
+
className: l("h-full w-full object-cover object-center")
|
|
872
872
|
}) }),
|
|
873
|
-
/* @__PURE__ */ r.jsxs(F, { className:
|
|
874
|
-
/* @__PURE__ */ r.jsx("div", { className:
|
|
873
|
+
/* @__PURE__ */ r.jsxs(F, { className: l("h-full", i == null ? void 0 : i.container), children: [
|
|
874
|
+
/* @__PURE__ */ r.jsx("div", { className: l("flex h-full", i == null ? void 0 : i.wrapper), children: /* @__PURE__ */ r.jsxs("div", { className: l("flex w-[328px] flex-col gap-10 pt-6 desktop:w-full desktop:pt-20", i == null ? void 0 : i.textBlock), children: [
|
|
875
875
|
/* @__PURE__ */ r.jsxs("div", { className: "z-10 flex flex-col gap-4", children: [
|
|
876
876
|
/* @__PURE__ */ r.jsx(
|
|
877
877
|
"div",
|
|
878
878
|
{
|
|
879
879
|
dangerouslySetInnerHTML: { __html: t },
|
|
880
|
-
className:
|
|
880
|
+
className: l("mob-headline-bold-m text-color-dark desktop:desk-headline-bold-l", i == null ? void 0 : i.title)
|
|
881
881
|
}
|
|
882
882
|
),
|
|
883
883
|
/* @__PURE__ */ r.jsx(
|
|
884
884
|
"div",
|
|
885
885
|
{
|
|
886
886
|
dangerouslySetInnerHTML: { __html: e },
|
|
887
|
-
className:
|
|
887
|
+
className: l("desk-body-regular-l text-color-dark", i == null ? void 0 : i.subtitle)
|
|
888
888
|
}
|
|
889
889
|
)
|
|
890
890
|
] }),
|
|
891
891
|
/* @__PURE__ */ r.jsxs(
|
|
892
892
|
"div",
|
|
893
893
|
{
|
|
894
|
-
className:
|
|
894
|
+
className: l(
|
|
895
895
|
"grid-buttons-apply absolute bottom-6 left-1/2 flex w-full -translate-x-1/2 flex-col self-end justify-self-center px-4 desktop:static desktop:left-auto desktop:max-w-full desktop:translate-x-0 desktop:flex-row desktop:justify-normal desktop:self-center desktop:px-0",
|
|
896
896
|
{ "flex items-center gap-4": f == null ? void 0 : f.enabled },
|
|
897
897
|
i == null ? void 0 : i.group
|
|
@@ -900,7 +900,7 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
900
900
|
g.enabled && /* @__PURE__ */ r.jsx(
|
|
901
901
|
Y,
|
|
902
902
|
{
|
|
903
|
-
className:
|
|
903
|
+
className: l("w-full desktop:max-w-[216px]", i == null ? void 0 : i.primary),
|
|
904
904
|
size: "lg",
|
|
905
905
|
intent: "primary",
|
|
906
906
|
...g.buttonContent
|
|
@@ -910,7 +910,7 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
910
910
|
Y,
|
|
911
911
|
{
|
|
912
912
|
intent: "secondary",
|
|
913
|
-
className:
|
|
913
|
+
className: l("w-full desktop:max-w-[216px]", i == null ? void 0 : i.secondary),
|
|
914
914
|
...g.buttonContent
|
|
915
915
|
}
|
|
916
916
|
)
|
|
@@ -925,51 +925,51 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
925
925
|
),
|
|
926
926
|
c && (n == null ? void 0 : n.enabled) && j
|
|
927
927
|
] });
|
|
928
|
-
},
|
|
928
|
+
}, Ye = ({
|
|
929
929
|
headTitle: t,
|
|
930
930
|
subtitle: e,
|
|
931
931
|
buttonsConfig: o,
|
|
932
932
|
advantages: n,
|
|
933
933
|
classes: i,
|
|
934
|
-
imgMobile:
|
|
934
|
+
imgMobile: a,
|
|
935
935
|
imgDesktop: d,
|
|
936
936
|
imgAlt: u,
|
|
937
937
|
color: m,
|
|
938
|
-
renderImage:
|
|
938
|
+
renderImage: x
|
|
939
939
|
}) => {
|
|
940
|
-
var
|
|
941
|
-
const { isMobile: p } = ee(), { primary: c, secondary: g } = o || {}, f = (
|
|
940
|
+
var v, j;
|
|
941
|
+
const { isMobile: p } = ee(), { primary: c, secondary: g } = o || {}, f = (k) => x ? x(k) : /* @__PURE__ */ r.jsx("img", { ...k });
|
|
942
942
|
return /* @__PURE__ */ r.jsxs(
|
|
943
943
|
"section",
|
|
944
944
|
{
|
|
945
945
|
id: y.banner,
|
|
946
946
|
style: { backgroundColor: m ?? "#d9edff" },
|
|
947
947
|
"data-test-id": y.banner,
|
|
948
|
-
className:
|
|
948
|
+
className: l("", i == null ? void 0 : i.root),
|
|
949
949
|
children: [
|
|
950
|
-
/* @__PURE__ */ r.jsxs(F, { className:
|
|
951
|
-
/* @__PURE__ */ r.jsxs("div", { className:
|
|
950
|
+
/* @__PURE__ */ r.jsxs(F, { className: l("relative desktop:h-[456px]", i == null ? void 0 : i.container), children: [
|
|
951
|
+
/* @__PURE__ */ r.jsxs("div", { className: l("flex flex-col desktop:flex-row desktop:justify-between", i == null ? void 0 : i.wrapper), children: [
|
|
952
952
|
/* @__PURE__ */ r.jsxs("div", { className: "flex flex-col desktop:gap-10 desktop:pt-20", children: [
|
|
953
|
-
/* @__PURE__ */ r.jsxs("div", { className:
|
|
953
|
+
/* @__PURE__ */ r.jsxs("div", { className: l("flex flex-col gap-4 pt-6 desktop:pt-0", i == null ? void 0 : i.textBlock), children: [
|
|
954
954
|
/* @__PURE__ */ r.jsx(
|
|
955
955
|
"div",
|
|
956
956
|
{
|
|
957
957
|
dangerouslySetInnerHTML: { __html: t },
|
|
958
|
-
className:
|
|
958
|
+
className: l("mob-headline-bold-m text-color-dark desktop:desk-headline-bold-l", i == null ? void 0 : i.title)
|
|
959
959
|
}
|
|
960
960
|
),
|
|
961
961
|
/* @__PURE__ */ r.jsx(
|
|
962
962
|
"div",
|
|
963
963
|
{
|
|
964
964
|
dangerouslySetInnerHTML: { __html: e },
|
|
965
|
-
className:
|
|
965
|
+
className: l("desk-body-regular-l text-color-dark", i == null ? void 0 : i.subtitle)
|
|
966
966
|
}
|
|
967
967
|
)
|
|
968
968
|
] }),
|
|
969
969
|
/* @__PURE__ */ r.jsxs(
|
|
970
970
|
"div",
|
|
971
971
|
{
|
|
972
|
-
className:
|
|
972
|
+
className: l(
|
|
973
973
|
"grid-buttons-apply absolute bottom-6 left-1/2 flex w-full -translate-x-1/2 flex-col justify-self-center px-4 desktop:static desktop:left-auto desktop:max-w-full desktop:translate-x-0 desktop:flex-row desktop:justify-normal desktop:px-0",
|
|
974
974
|
{ "flex items-center gap-4": g == null ? void 0 : g.enabled },
|
|
975
975
|
i == null ? void 0 : i.group
|
|
@@ -978,7 +978,7 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
978
978
|
c.enabled && /* @__PURE__ */ r.jsx(
|
|
979
979
|
Y,
|
|
980
980
|
{
|
|
981
|
-
className:
|
|
981
|
+
className: l("w-full desktop:max-w-[216px]", i == null ? void 0 : i.primary),
|
|
982
982
|
size: "lg",
|
|
983
983
|
intent: "primary",
|
|
984
984
|
...c.buttonContent
|
|
@@ -988,7 +988,7 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
988
988
|
Y,
|
|
989
989
|
{
|
|
990
990
|
intent: "secondary",
|
|
991
|
-
className:
|
|
991
|
+
className: l("w-full desktop:max-w-[216px]", i == null ? void 0 : i.secondary),
|
|
992
992
|
...c.buttonContent
|
|
993
993
|
}
|
|
994
994
|
)
|
|
@@ -999,11 +999,11 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
999
999
|
/* @__PURE__ */ r.jsx(
|
|
1000
1000
|
"div",
|
|
1001
1001
|
{
|
|
1002
|
-
className:
|
|
1003
|
-
children: f(p ? { src:
|
|
1002
|
+
className: l("relative flex h-[356px] justify-center desktop:h-[456px] desktop:w-[550px]", i == null ? void 0 : i.imageContainer),
|
|
1003
|
+
children: f(p ? { src: a.src, alt: u, className: l("h-full object-contain") } : {
|
|
1004
1004
|
src: d.src,
|
|
1005
1005
|
alt: u,
|
|
1006
|
-
className:
|
|
1006
|
+
className: l("h-full object-contain")
|
|
1007
1007
|
})
|
|
1008
1008
|
}
|
|
1009
1009
|
)
|
|
@@ -1011,18 +1011,18 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1011
1011
|
(n == null ? void 0 : n.enabled) && /* @__PURE__ */ r.jsx(
|
|
1012
1012
|
"div",
|
|
1013
1013
|
{
|
|
1014
|
-
className:
|
|
1014
|
+
className: l(
|
|
1015
1015
|
"items-center justify-center rounded-md p-4 pb-8 mobile:hidden desktop:absolute desktop:bottom-[-50px] desktop:right-1/2 desktop:flex desktop:translate-x-1/2 desktop:p-0",
|
|
1016
1016
|
i == null ? void 0 : i.advantageContainer
|
|
1017
1017
|
),
|
|
1018
|
-
children: (n == null ? void 0 : n.details) && ((
|
|
1018
|
+
children: (n == null ? void 0 : n.details) && ((v = n == null ? void 0 : n.details) == null ? void 0 : v.items.length) > 0 && /* @__PURE__ */ r.jsx(Ie, { ...n })
|
|
1019
1019
|
}
|
|
1020
1020
|
)
|
|
1021
1021
|
] }),
|
|
1022
1022
|
(n == null ? void 0 : n.enabled) && /* @__PURE__ */ r.jsx(
|
|
1023
1023
|
"div",
|
|
1024
1024
|
{
|
|
1025
|
-
className:
|
|
1025
|
+
className: l(
|
|
1026
1026
|
"flex items-center justify-center bg-color-white px-4 pb-8 pt-4 desktop:absolute desktop:bottom-[-50px] desktop:right-1/2 desktop:hidden desktop:translate-x-1/2 desktop:p-0",
|
|
1027
1027
|
i == null ? void 0 : i.advantageContainer
|
|
1028
1028
|
),
|
|
@@ -1032,82 +1032,82 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1032
1032
|
]
|
|
1033
1033
|
}
|
|
1034
1034
|
);
|
|
1035
|
-
},
|
|
1035
|
+
}, Je = ({ variant: t, ...e }) => {
|
|
1036
1036
|
switch (t) {
|
|
1037
1037
|
case "separateImg":
|
|
1038
|
-
return /* @__PURE__ */ r.jsx(
|
|
1038
|
+
return /* @__PURE__ */ r.jsx(Ye, { ...e });
|
|
1039
1039
|
case "fullImg":
|
|
1040
1040
|
return /* @__PURE__ */ r.jsx(Or, { ...e });
|
|
1041
1041
|
default:
|
|
1042
|
-
return /* @__PURE__ */ r.jsx(
|
|
1042
|
+
return /* @__PURE__ */ r.jsx(Ye, { ...e });
|
|
1043
1043
|
}
|
|
1044
1044
|
}, Fr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1045
1045
|
__proto__: null,
|
|
1046
|
-
Banner:
|
|
1047
|
-
default:
|
|
1046
|
+
Banner: Je,
|
|
1047
|
+
default: Je
|
|
1048
1048
|
}, Symbol.toStringTag, { value: "Module" })), Ie = ({ details: t, classes: e }) => {
|
|
1049
1049
|
const { variant: o, items: n } = t ?? {};
|
|
1050
1050
|
return /* @__PURE__ */ r.jsx(
|
|
1051
1051
|
"div",
|
|
1052
1052
|
{
|
|
1053
1053
|
id: "advantages",
|
|
1054
|
-
className:
|
|
1054
|
+
className: l(
|
|
1055
1055
|
"m-auto flex w-full min-w-[328px] max-w-[636px] flex-col gap-8 rounded-md bg-color-white p-6 shadow-sm desktop:w-full desktop:flex-row desktop:items-start desktop:gap-0 desktop:p-0 desktop:py-6",
|
|
1056
1056
|
{ "desktop:max-w-[860px]": o === "threeCards" },
|
|
1057
1057
|
{ "desktop:max-w-[1140px]": o === "fourCards" },
|
|
1058
1058
|
e == null ? void 0 : e.root
|
|
1059
1059
|
),
|
|
1060
|
-
children: n == null ? void 0 : n.map(({ title: i, description:
|
|
1060
|
+
children: n == null ? void 0 : n.map(({ title: i, description: a }) => /* @__PURE__ */ r.jsxs(
|
|
1061
1061
|
"div",
|
|
1062
1062
|
{
|
|
1063
|
-
className:
|
|
1063
|
+
className: l(
|
|
1064
1064
|
'after:content-[" "] relative flex h-full w-full flex-col gap-1 after:absolute after:-bottom-4 after:left-1/2 after:h-[1px] after:w-full after:-translate-x-1/2 after:bg-color-blue-grey-300 last:after:hidden desktop:w-[285px] desktop:items-center desktop:px-8 desktop:after:bottom-auto desktop:after:left-auto desktop:after:right-0 desktop:after:top-1/2 desktop:after:h-10 desktop:after:w-[1px] desktop:after:-translate-y-1/2 desktop:after:translate-x-0',
|
|
1065
1065
|
e == null ? void 0 : e.item
|
|
1066
1066
|
),
|
|
1067
1067
|
children: [
|
|
1068
|
-
/* @__PURE__ */ r.jsx(
|
|
1069
|
-
/* @__PURE__ */ r.jsx("p", { className:
|
|
1068
|
+
/* @__PURE__ */ r.jsx(Q, { as: "h4", className: l("text-color-dark", e == null ? void 0 : e.title), children: i }),
|
|
1069
|
+
/* @__PURE__ */ r.jsx("p", { className: l("desk-body-regular-l text-color-secondary", e == null ? void 0 : e.description), children: a })
|
|
1070
1070
|
]
|
|
1071
1071
|
},
|
|
1072
1072
|
i
|
|
1073
1073
|
))
|
|
1074
1074
|
}
|
|
1075
1075
|
);
|
|
1076
|
-
}, Er = ({ socialsLinks: t, classes: e }) => /* @__PURE__ */ r.jsx("div", { className:
|
|
1076
|
+
}, Er = ({ socialsLinks: t, classes: e }) => /* @__PURE__ */ r.jsx("div", { className: l("mt-4 flex items-center gap-2 desktop:mt-6", e == null ? void 0 : e.socialRoot), children: t == null ? void 0 : t.map(({ iconName: o, href: n }) => /* @__PURE__ */ r.jsx(
|
|
1077
1077
|
"a",
|
|
1078
1078
|
{
|
|
1079
|
-
className:
|
|
1079
|
+
className: l("flex size-8 items-center justify-center rounded-full bg-[#52576a] p-2", e == null ? void 0 : e.socialLink),
|
|
1080
1080
|
href: n,
|
|
1081
1081
|
"aria-label": o.replace("social/", ""),
|
|
1082
|
-
children: /* @__PURE__ */ r.jsx(b, { name: o, className:
|
|
1082
|
+
children: /* @__PURE__ */ r.jsx(b, { name: o, className: l("h-full w-full text-icon-white", e == null ? void 0 : e.socialIcon) })
|
|
1083
1083
|
},
|
|
1084
1084
|
n
|
|
1085
|
-
)) }), Br = ({ phones: t, classes: e }) => /* @__PURE__ */ r.jsx("div", { className:
|
|
1086
|
-
|
|
1085
|
+
)) }), Br = ({ phones: t, classes: e }) => /* @__PURE__ */ r.jsx("div", { className: l("flex flex-col gap-4 desktop:items-end", e == null ? void 0 : e.phonesRoot), children: t == null ? void 0 : t.map(({ phone: o, text: n }) => /* @__PURE__ */ r.jsx(
|
|
1086
|
+
gt,
|
|
1087
1087
|
{
|
|
1088
1088
|
phone: ke(o),
|
|
1089
1089
|
text: n,
|
|
1090
1090
|
classes: {
|
|
1091
|
-
root:
|
|
1092
|
-
text:
|
|
1093
|
-
link:
|
|
1091
|
+
root: l(e == null ? void 0 : e.phoneWrapper),
|
|
1092
|
+
text: l("text-color-footer", e == null ? void 0 : e.phoneText),
|
|
1093
|
+
link: l("text-color-white mobile:m-0", e == null ? void 0 : e.phoneLink)
|
|
1094
1094
|
}
|
|
1095
1095
|
},
|
|
1096
1096
|
o
|
|
1097
1097
|
)) }), Pr = ({ classes: t, details: e }) => /* @__PURE__ */ r.jsx(
|
|
1098
1098
|
"div",
|
|
1099
1099
|
{
|
|
1100
|
-
className:
|
|
1100
|
+
className: l(
|
|
1101
1101
|
"mt-6 grid grid-cols-1 gap-6 border-b border-blue-grey-500 pb-6 desktop:my-8 desktop:grid-cols-4 desktop:gap-10 desktop:pb-8",
|
|
1102
1102
|
t == null ? void 0 : t.navRoot
|
|
1103
1103
|
),
|
|
1104
1104
|
children: e == null ? void 0 : e.map(
|
|
1105
|
-
({ column: o }) => o == null ? void 0 : o.map(({ groupLabel: n, links: i }) => /* @__PURE__ */ r.jsxs("div", { className:
|
|
1106
|
-
/* @__PURE__ */ r.jsx("div", { className:
|
|
1107
|
-
/* @__PURE__ */ r.jsx("div", { className:
|
|
1105
|
+
({ column: o }) => o == null ? void 0 : o.map(({ groupLabel: n, links: i }) => /* @__PURE__ */ r.jsxs("div", { className: l("flex flex-col gap-4", t == null ? void 0 : t.navGroup), children: [
|
|
1106
|
+
/* @__PURE__ */ r.jsx("div", { className: l("desk-body-medium-l text-color-white", t == null ? void 0 : t.navLabel), children: n }),
|
|
1107
|
+
/* @__PURE__ */ r.jsx("div", { className: l("flex flex-col gap-1", t == null ? void 0 : t.navLinks), children: i == null ? void 0 : i.map(({ path: a, label: d }) => /* @__PURE__ */ r.jsx(
|
|
1108
1108
|
je,
|
|
1109
1109
|
{
|
|
1110
|
-
href:
|
|
1110
|
+
href: a,
|
|
1111
1111
|
"aria-label": d,
|
|
1112
1112
|
intent: "white",
|
|
1113
1113
|
classes: {
|
|
@@ -1124,7 +1124,7 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1124
1124
|
), Dr = ({ text: t, classes: e }) => /* @__PURE__ */ r.jsx(
|
|
1125
1125
|
"div",
|
|
1126
1126
|
{
|
|
1127
|
-
className:
|
|
1127
|
+
className: l("desk-body-regular-m text-color-footer", e == null ? void 0 : e.copyRight),
|
|
1128
1128
|
dangerouslySetInnerHTML: { __html: t }
|
|
1129
1129
|
}
|
|
1130
1130
|
), Rr = ({ classes: t }) => /* @__PURE__ */ r.jsx(
|
|
@@ -1132,8 +1132,8 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1132
1132
|
{
|
|
1133
1133
|
"aria-label": "logo",
|
|
1134
1134
|
href: "https://sovcombank.ru/",
|
|
1135
|
-
className:
|
|
1136
|
-
children: /* @__PURE__ */ r.jsx(b, { name: "brandLogos/logoWhite", className:
|
|
1135
|
+
className: l("block h-[24px] w-[132px] desktop:h-[32px] desktop:w-[194px]", t == null ? void 0 : t.footerLogo),
|
|
1136
|
+
children: /* @__PURE__ */ r.jsx(b, { name: "brandLogos/logoWhite", className: l("size-full", t == null ? void 0 : t.footerLogoIcon) })
|
|
1137
1137
|
}
|
|
1138
1138
|
), Hr = ({ classes: t }) => /* @__PURE__ */ r.jsx(
|
|
1139
1139
|
je,
|
|
@@ -1144,22 +1144,22 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1144
1144
|
"aria-label": "site-map",
|
|
1145
1145
|
rel: "noreferrer",
|
|
1146
1146
|
classes: {
|
|
1147
|
-
link:
|
|
1147
|
+
link: l("mobile:mt-6", t == null ? void 0 : t.siteMapLink),
|
|
1148
1148
|
icon: t == null ? void 0 : t.siteMapLinkIcon
|
|
1149
1149
|
},
|
|
1150
1150
|
children: "Карта сайта"
|
|
1151
1151
|
}
|
|
1152
1152
|
), zr = ({ text: t, classes: e }) => {
|
|
1153
|
-
const [o, n] = ue.useState(!1), [i,
|
|
1153
|
+
const [o, n] = ue.useState(!1), [i, a] = ue.useState(!1), d = ue.useRef(null);
|
|
1154
1154
|
return ue.useEffect(() => {
|
|
1155
1155
|
const u = d.current;
|
|
1156
|
-
u &&
|
|
1157
|
-
}, []), /* @__PURE__ */ r.jsxs("div", { className:
|
|
1156
|
+
u && a(u.scrollHeight > u.clientHeight);
|
|
1157
|
+
}, []), /* @__PURE__ */ r.jsxs("div", { className: l("mt-8 flex flex-col gap-4", e == null ? void 0 : e.ligalRoot), children: [
|
|
1158
1158
|
/* @__PURE__ */ r.jsx(
|
|
1159
1159
|
"div",
|
|
1160
1160
|
{
|
|
1161
1161
|
ref: d,
|
|
1162
|
-
className:
|
|
1162
|
+
className: l("desk-body-regular-m text-color-footer", { "line-clamp-3": !o }, e == null ? void 0 : e.ligalText),
|
|
1163
1163
|
dangerouslySetInnerHTML: { __html: t }
|
|
1164
1164
|
}
|
|
1165
1165
|
),
|
|
@@ -1169,7 +1169,7 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1169
1169
|
tabIndex: 0,
|
|
1170
1170
|
role: "button",
|
|
1171
1171
|
onClick: () => n((u) => !u),
|
|
1172
|
-
className:
|
|
1172
|
+
className: l(
|
|
1173
1173
|
"desk-body-regular-l w-max cursor-pointer font-medium text-color-footer transition-colors hover:text-color-white",
|
|
1174
1174
|
e == null ? void 0 : e.ligalButton
|
|
1175
1175
|
),
|
|
@@ -1177,30 +1177,30 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1177
1177
|
}
|
|
1178
1178
|
)
|
|
1179
1179
|
] });
|
|
1180
|
-
},
|
|
1180
|
+
}, Ge = ({
|
|
1181
1181
|
socialsLinks: t,
|
|
1182
1182
|
phones: e,
|
|
1183
1183
|
ligal: o,
|
|
1184
1184
|
copyright: n,
|
|
1185
1185
|
classes: i,
|
|
1186
|
-
details:
|
|
1186
|
+
details: a,
|
|
1187
1187
|
siteMap: d = !0
|
|
1188
1188
|
}) => /* @__PURE__ */ r.jsx(
|
|
1189
1189
|
"footer",
|
|
1190
1190
|
{
|
|
1191
1191
|
id: y.footer,
|
|
1192
1192
|
"data-test-id": y.footer,
|
|
1193
|
-
className:
|
|
1194
|
-
children: /* @__PURE__ */ r.jsx(F, { className:
|
|
1193
|
+
className: l("w-full bg-color-footer py-8 desktop:py-10", i == null ? void 0 : i.root),
|
|
1194
|
+
children: /* @__PURE__ */ r.jsx(F, { className: l(i == null ? void 0 : i.footerContainer), children: /* @__PURE__ */ r.jsxs("div", { className: l("mobile:pb-[176px]", i == null ? void 0 : i.footerWrapper), children: [
|
|
1195
1195
|
/* @__PURE__ */ r.jsxs(
|
|
1196
1196
|
"div",
|
|
1197
1197
|
{
|
|
1198
|
-
className:
|
|
1198
|
+
className: l(
|
|
1199
1199
|
"flex flex-col items-start justify-between gap-4 border-b border-solid border-blue-grey-500 pb-6 desktop:flex-row desktop:gap-6 desktop:pb-8",
|
|
1200
1200
|
i == null ? void 0 : i.footerHead
|
|
1201
1201
|
),
|
|
1202
1202
|
children: [
|
|
1203
|
-
/* @__PURE__ */ r.jsxs("div", { className:
|
|
1203
|
+
/* @__PURE__ */ r.jsxs("div", { className: l(i == null ? void 0 : i.footerSocialBlock), children: [
|
|
1204
1204
|
/* @__PURE__ */ r.jsx(Rr, { classes: i == null ? void 0 : i.footerLogo }),
|
|
1205
1205
|
t.enabled && /* @__PURE__ */ r.jsx(Er, { socialsLinks: t.links, classes: i == null ? void 0 : i.socialLinks })
|
|
1206
1206
|
] }),
|
|
@@ -1208,12 +1208,12 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1208
1208
|
]
|
|
1209
1209
|
}
|
|
1210
1210
|
),
|
|
1211
|
-
!S.isArrayEmpty(
|
|
1211
|
+
!S.isArrayEmpty(a) && /* @__PURE__ */ r.jsx(Pr, { details: a, classes: i == null ? void 0 : i.navLinks }),
|
|
1212
1212
|
o.enabled && /* @__PURE__ */ r.jsx(zr, { text: o.text }),
|
|
1213
1213
|
/* @__PURE__ */ r.jsxs(
|
|
1214
1214
|
"div",
|
|
1215
1215
|
{
|
|
1216
|
-
className:
|
|
1216
|
+
className: l(
|
|
1217
1217
|
"mt-6 flex flex-col-reverse items-start justify-between gap-4 desktop:mt-8 desktop:flex-row desktop:gap-6",
|
|
1218
1218
|
i == null ? void 0 : i.footerBottom
|
|
1219
1219
|
),
|
|
@@ -1227,14 +1227,14 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1227
1227
|
}
|
|
1228
1228
|
), Lr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1229
1229
|
__proto__: null,
|
|
1230
|
-
Footer:
|
|
1231
|
-
default:
|
|
1230
|
+
Footer: Ge,
|
|
1231
|
+
default: Ge
|
|
1232
1232
|
}, Symbol.toStringTag, { value: "Module" })), Qr = ({ classes: t, index: e, variant: o, title: n, description: i }) => {
|
|
1233
|
-
const
|
|
1233
|
+
const a = o === "withTitleAndDescription" && n;
|
|
1234
1234
|
return /* @__PURE__ */ r.jsxs(
|
|
1235
1235
|
"div",
|
|
1236
1236
|
{
|
|
1237
|
-
className:
|
|
1237
|
+
className: l(
|
|
1238
1238
|
"flex w-[328px] max-w-[328px] flex-col gap-4 rounded-md border border-solid border-blue-grey-500 p-4 desktop:w-[348px] desktop:max-w-[348px] desktop:border-none desktop:p-0",
|
|
1239
1239
|
t == null ? void 0 : t.singleStep
|
|
1240
1240
|
),
|
|
@@ -1242,48 +1242,48 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1242
1242
|
/* @__PURE__ */ r.jsx(
|
|
1243
1243
|
"div",
|
|
1244
1244
|
{
|
|
1245
|
-
className:
|
|
1245
|
+
className: l(
|
|
1246
1246
|
"mob-headline-bold-s flex size-10 items-center justify-center rounded-sm bg-color-blue-grey-500 text-color-white desktop:desk-title-bold-l desktop:size-12",
|
|
1247
1247
|
t == null ? void 0 : t.numeric
|
|
1248
1248
|
),
|
|
1249
1249
|
children: e
|
|
1250
1250
|
}
|
|
1251
1251
|
),
|
|
1252
|
-
/* @__PURE__ */ r.jsxs("div", { className:
|
|
1253
|
-
|
|
1252
|
+
/* @__PURE__ */ r.jsxs("div", { className: l("flex flex-col gap-2"), children: [
|
|
1253
|
+
a && /* @__PURE__ */ r.jsx(
|
|
1254
1254
|
"div",
|
|
1255
1255
|
{
|
|
1256
1256
|
dangerouslySetInnerHTML: { __html: n },
|
|
1257
|
-
className:
|
|
1257
|
+
className: l("mob-title-bold-m text-color-dark desktop:desk-title-bold-s", t == null ? void 0 : t.title)
|
|
1258
1258
|
}
|
|
1259
1259
|
),
|
|
1260
1260
|
/* @__PURE__ */ r.jsx(
|
|
1261
1261
|
"div",
|
|
1262
1262
|
{
|
|
1263
1263
|
dangerouslySetInnerHTML: { __html: i ?? "" },
|
|
1264
|
-
className:
|
|
1264
|
+
className: l("desk-body-regular-l text-color-tetriary", t == null ? void 0 : t.description)
|
|
1265
1265
|
}
|
|
1266
1266
|
)
|
|
1267
1267
|
] })
|
|
1268
1268
|
]
|
|
1269
1269
|
}
|
|
1270
1270
|
);
|
|
1271
|
-
},
|
|
1272
|
-
/* @__PURE__ */ r.jsx(
|
|
1271
|
+
}, et = ({ headline: t, details: e, variant: o, classes: n }) => /* @__PURE__ */ r.jsx("section", { id: y.stepper, "data-test-id": y.stepper, className: n == null ? void 0 : n.root, children: /* @__PURE__ */ r.jsx(F, { className: n == null ? void 0 : n.container, children: /* @__PURE__ */ r.jsxs("div", { className: l("flex flex-col gap-6 desktop:items-start desktop:gap-12", n == null ? void 0 : n.wrapper), children: [
|
|
1272
|
+
/* @__PURE__ */ r.jsx(Q, { as: "h2", className: l("text-color-dark", n == null ? void 0 : n.headline), children: t }),
|
|
1273
1273
|
/* @__PURE__ */ r.jsx(
|
|
1274
1274
|
"div",
|
|
1275
1275
|
{
|
|
1276
|
-
className:
|
|
1276
|
+
className: l(
|
|
1277
1277
|
"flex w-full flex-col items-start gap-6 desktop:flex-row desktop:items-start desktop:gap-12",
|
|
1278
1278
|
n == null ? void 0 : n.stepsWrapper
|
|
1279
1279
|
),
|
|
1280
|
-
children: e == null ? void 0 : e.map((i,
|
|
1280
|
+
children: e == null ? void 0 : e.map((i, a) => /* @__PURE__ */ r.jsx(Qr, { variant: o, ...i, index: a + 1, classes: n == null ? void 0 : n.step }, i.description))
|
|
1281
1281
|
}
|
|
1282
1282
|
)
|
|
1283
1283
|
] }) }) }), Vr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1284
1284
|
__proto__: null,
|
|
1285
|
-
Stepper:
|
|
1286
|
-
default:
|
|
1285
|
+
Stepper: et,
|
|
1286
|
+
default: et
|
|
1287
1287
|
}, Symbol.toStringTag, { value: "Module" })), $r = E("", {
|
|
1288
1288
|
variants: {
|
|
1289
1289
|
intent: {
|
|
@@ -1376,45 +1376,45 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1376
1376
|
enabled: !1
|
|
1377
1377
|
}
|
|
1378
1378
|
} = t;
|
|
1379
|
-
return /* @__PURE__ */ r.jsx("li", { className:
|
|
1380
|
-
/* @__PURE__ */ r.jsxs("div", { className:
|
|
1381
|
-
/* @__PURE__ */ r.jsx("h4", { className:
|
|
1382
|
-
i.enabled && /* @__PURE__ */ r.jsx(_e, { triggerElement: /* @__PURE__ */ r.jsx(b, { className:
|
|
1379
|
+
return /* @__PURE__ */ r.jsx("li", { className: l(qr({ intent: e })), children: /* @__PURE__ */ r.jsxs("div", { className: "desktop:max-w-[264px]", children: [
|
|
1380
|
+
/* @__PURE__ */ r.jsxs("div", { className: l("mb-2 flex items-center gap-2"), children: [
|
|
1381
|
+
/* @__PURE__ */ r.jsx("h4", { className: l("mob-title-bold-m text-color-dark"), children: o }),
|
|
1382
|
+
i.enabled && /* @__PURE__ */ r.jsx(_e, { triggerElement: /* @__PURE__ */ r.jsx(b, { className: l("size-5 text-icon-blue-grey-600"), name: "info/helpCircle" }), children: i.text })
|
|
1383
1383
|
] }),
|
|
1384
|
-
/* @__PURE__ */ r.jsx("div", { className:
|
|
1384
|
+
/* @__PURE__ */ r.jsx("div", { className: l("mob-body-regular-l text-color-secondary"), dangerouslySetInnerHTML: { __html: n } })
|
|
1385
1385
|
] }) });
|
|
1386
|
-
}, Ce = ({ intent: t, headline: e, desktopHidden: o = !1, mobileHidden: n = !1 }) => /* @__PURE__ */ r.jsx("h2", { className:
|
|
1386
|
+
}, Ce = ({ intent: t, headline: e, desktopHidden: o = !1, mobileHidden: n = !1 }) => /* @__PURE__ */ r.jsx("h2", { className: l($r({ intent: t, desktopHidden: o, mobileHidden: n })), children: e }), Kr = ({ details: t, intent: e, withButton: o }) => /* @__PURE__ */ r.jsx("ul", { className: l(Ar({ intent: e, withButton: o })), children: t == null ? void 0 : t.map((n, i) => /* @__PURE__ */ r.jsx(Ur, { intent: e, data: n }, i)) }), tt = ({
|
|
1387
1387
|
headline: t,
|
|
1388
1388
|
buttonConfig: e,
|
|
1389
1389
|
intent: o = "twoItems",
|
|
1390
1390
|
details: n,
|
|
1391
1391
|
image: i,
|
|
1392
|
-
classes:
|
|
1392
|
+
classes: a
|
|
1393
1393
|
}) => {
|
|
1394
1394
|
const d = o === "fourItems", u = o === "twoItems", m = i && "url" in i && S.isObject(i) ? /* @__PURE__ */ r.jsx("img", { className: "w-full object-contain", alt: i.alt, src: i.url }) : i;
|
|
1395
|
-
return /* @__PURE__ */ r.jsx("section", { id: y.longBanner, "data-test-id": y.longBanner, className: a
|
|
1395
|
+
return /* @__PURE__ */ r.jsx("section", { id: y.longBanner, "data-test-id": y.longBanner, className: l(a == null ? void 0 : a.root), children: /* @__PURE__ */ r.jsxs(F, { className: l(a == null ? void 0 : a.container), children: [
|
|
1396
1396
|
u && /* @__PURE__ */ r.jsx(Ce, { intent: o, headline: t }),
|
|
1397
1397
|
/* @__PURE__ */ r.jsxs(
|
|
1398
1398
|
"div",
|
|
1399
1399
|
{
|
|
1400
|
-
className:
|
|
1400
|
+
className: l(
|
|
1401
1401
|
"bg-banner-skyblue-100 px-6 pb-8 pt-6 desktop:flex desktop:flex-row-reverse desktop:justify-between desktop:px-0 desktop:py-0 desktop:pl-12",
|
|
1402
|
-
|
|
1402
|
+
a == null ? void 0 : a.contentContainer
|
|
1403
1403
|
),
|
|
1404
1404
|
children: [
|
|
1405
1405
|
d && /* @__PURE__ */ r.jsx(Ce, { intent: o, headline: t, desktopHidden: !0 }),
|
|
1406
|
-
/* @__PURE__ */ r.jsx("div", { className:
|
|
1406
|
+
/* @__PURE__ */ r.jsx("div", { className: l(Wr({ intent: o, withButton: e == null ? void 0 : e.enabled }), a == null ? void 0 : a.imgContainer), children: m }),
|
|
1407
1407
|
/* @__PURE__ */ r.jsxs(
|
|
1408
1408
|
"div",
|
|
1409
1409
|
{
|
|
1410
|
-
className:
|
|
1410
|
+
className: l("desktop:flex desktop:flex-col desktop:justify-center desktop:py-10", a == null ? void 0 : a.textWithBtnContainer),
|
|
1411
1411
|
children: [
|
|
1412
1412
|
d && /* @__PURE__ */ r.jsx(Ce, { intent: o, headline: t, mobileHidden: !0 }),
|
|
1413
1413
|
/* @__PURE__ */ r.jsx(Kr, { details: n, intent: o, withButton: (e == null ? void 0 : e.enabled) ?? !1 }),
|
|
1414
1414
|
(e == null ? void 0 : e.enabled) && e && /* @__PURE__ */ r.jsx(
|
|
1415
1415
|
Y,
|
|
1416
1416
|
{
|
|
1417
|
-
className:
|
|
1417
|
+
className: l("w-full px-4 desktop:w-max", a == null ? void 0 : a.button),
|
|
1418
1418
|
size: "lg",
|
|
1419
1419
|
intent: "secondary",
|
|
1420
1420
|
...e.buttonContent
|
|
@@ -1429,8 +1429,8 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1429
1429
|
] }) });
|
|
1430
1430
|
}, Zr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1431
1431
|
__proto__: null,
|
|
1432
|
-
LongBanner:
|
|
1433
|
-
default:
|
|
1432
|
+
LongBanner: tt,
|
|
1433
|
+
default: tt
|
|
1434
1434
|
}, Symbol.toStringTag, { value: "Module" })), Me = {
|
|
1435
1435
|
ESIA: "esia",
|
|
1436
1436
|
MOBILE_ID: "mobileId",
|
|
@@ -1439,7 +1439,7 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1439
1439
|
"div",
|
|
1440
1440
|
{
|
|
1441
1441
|
tabIndex: 0,
|
|
1442
|
-
className:
|
|
1442
|
+
className: l(
|
|
1443
1443
|
"relative flex h-[90px] w-full max-w-[328px] items-center justify-center rounded-sm p-2 desktop:max-w-[524px]",
|
|
1444
1444
|
"bg-color-white outline outline-1 outline-warm-grey-200 transition-colors focus-visible:outline-primary-focus",
|
|
1445
1445
|
o == null ? void 0 : o.root
|
|
@@ -1447,7 +1447,7 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1447
1447
|
children: /* @__PURE__ */ r.jsx(
|
|
1448
1448
|
"div",
|
|
1449
1449
|
{
|
|
1450
|
-
className:
|
|
1450
|
+
className: l(
|
|
1451
1451
|
"flex h-[74px] flex-1 cursor-pointer rounded-sm px-2 py-3 transition-colors desktop:px-4 desktop:py-3",
|
|
1452
1452
|
"bg-color-blue-grey-100 hover:bg-color-blue-grey-200 active:bg-color-blue-grey-300",
|
|
1453
1453
|
{ "items-center": e },
|
|
@@ -1485,14 +1485,14 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1485
1485
|
/* @__PURE__ */ r.jsx("stop", { offset: "0.6875", stopColor: "#EE2F53" }),
|
|
1486
1486
|
/* @__PURE__ */ r.jsx("stop", { offset: "1", stopColor: "#EE2F53" })
|
|
1487
1487
|
] }) })
|
|
1488
|
-
] }), Nt = ({ mainLink: t, subLink: e, isMobile: o, classes: n }) => /* @__PURE__ */ r.jsxs("div", { className:
|
|
1488
|
+
] }), Nt = ({ mainLink: t, subLink: e, isMobile: o, classes: n }) => /* @__PURE__ */ r.jsxs("div", { className: l("flex flex-col", n == null ? void 0 : n.linksWrapper), children: [
|
|
1489
1489
|
/* @__PURE__ */ r.jsx(
|
|
1490
1490
|
"a",
|
|
1491
1491
|
{
|
|
1492
1492
|
href: t.href,
|
|
1493
1493
|
target: "_blank",
|
|
1494
1494
|
rel: "noreferrer",
|
|
1495
|
-
className:
|
|
1495
|
+
className: l(
|
|
1496
1496
|
'before:content=[" "] desk-body-medium-l z-[4] text-color-dark before:absolute before:left-1/2 before:top-1/2 before:h-full before:w-full before:-translate-x-1/2 before:-translate-y-1/2',
|
|
1497
1497
|
n == null ? void 0 : n.linksMainLink
|
|
1498
1498
|
),
|
|
@@ -1508,79 +1508,79 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1508
1508
|
target: "_blank",
|
|
1509
1509
|
rel: "noreferrer",
|
|
1510
1510
|
classes: {
|
|
1511
|
-
link:
|
|
1511
|
+
link: l("w-max relative z-[6] p-0 desk-body-regular-m text-color-tetriary", n == null ? void 0 : n.linksSubLink)
|
|
1512
1512
|
},
|
|
1513
1513
|
children: e == null ? void 0 : e.text
|
|
1514
1514
|
}
|
|
1515
1515
|
)
|
|
1516
|
-
] }),
|
|
1516
|
+
] }), rt = ({ mainLink: t, subLink: e, isLoading: o, badge: n, loaderProps: i, classes: a }) => {
|
|
1517
1517
|
const { isMobile: d } = ee();
|
|
1518
|
-
return /* @__PURE__ */ r.jsx(vt, { isLoading: o, loaderProps: i, classes:
|
|
1518
|
+
return /* @__PURE__ */ r.jsx(vt, { isLoading: o, loaderProps: i, classes: a == null ? void 0 : a.authWrapper, children: /* @__PURE__ */ r.jsxs(
|
|
1519
1519
|
"div",
|
|
1520
1520
|
{
|
|
1521
|
-
className:
|
|
1521
|
+
className: l(
|
|
1522
1522
|
"flex flex-1 items-center justify-between gap-1",
|
|
1523
1523
|
{ "justify-center": !n && d },
|
|
1524
|
-
|
|
1524
|
+
a == null ? void 0 : a.innerWrapper
|
|
1525
1525
|
),
|
|
1526
1526
|
children: [
|
|
1527
|
-
/* @__PURE__ */ r.jsxs("div", { className:
|
|
1527
|
+
/* @__PURE__ */ r.jsxs("div", { className: l("flex items-center gap-1 desktop:gap-4", a == null ? void 0 : a.textContent), children: [
|
|
1528
1528
|
/* @__PURE__ */ r.jsxs("div", { children: [
|
|
1529
|
-
/* @__PURE__ */ r.jsx(b, { name: "logos/mts", className:
|
|
1530
|
-
/* @__PURE__ */ r.jsx(b, { name: "logos/megafon", className:
|
|
1531
|
-
/* @__PURE__ */ r.jsx(b, { name: "logos/beeline", className:
|
|
1529
|
+
/* @__PURE__ */ r.jsx(b, { name: "logos/mts", className: l("relative z-[9] size-7 desktop:size-8", a == null ? void 0 : a.mtsLogo) }),
|
|
1530
|
+
/* @__PURE__ */ r.jsx(b, { name: "logos/megafon", className: l("relative z-[8] -ml-4 size-7 desktop:size-8", a == null ? void 0 : a.megafonLogo) }),
|
|
1531
|
+
/* @__PURE__ */ r.jsx(b, { name: "logos/beeline", className: l("relative z-[7] -ml-4 size-7 desktop:size-8", a == null ? void 0 : a.beelineLogo) })
|
|
1532
1532
|
] }),
|
|
1533
|
-
/* @__PURE__ */ r.jsx(Nt, { mainLink: t, subLink: e, isMobile: d, classes:
|
|
1534
|
-
/* @__PURE__ */ r.jsx(b, { name: "arrows/arrowRight", className:
|
|
1533
|
+
/* @__PURE__ */ r.jsx(Nt, { mainLink: t, subLink: e, isMobile: d, classes: a == null ? void 0 : a.links }),
|
|
1534
|
+
/* @__PURE__ */ r.jsx(b, { name: "arrows/arrowRight", className: l("mobile:hidden", a == null ? void 0 : a.arrowIcon) })
|
|
1535
1535
|
] }),
|
|
1536
|
-
n && /* @__PURE__ */ r.jsx(Te, { className:
|
|
1536
|
+
n && /* @__PURE__ */ r.jsx(Te, { className: l("bg-color-positive", a == null ? void 0 : a.badge), children: n })
|
|
1537
1537
|
]
|
|
1538
1538
|
}
|
|
1539
1539
|
) });
|
|
1540
|
-
},
|
|
1540
|
+
}, nt = ({ mainLink: t, subLink: e, isLoading: o, badge: n, loaderProps: i, classes: a }) => {
|
|
1541
1541
|
const { isMobile: d } = ee();
|
|
1542
|
-
return /* @__PURE__ */ r.jsx(vt, { isLoading: o, loaderProps: i, classes:
|
|
1542
|
+
return /* @__PURE__ */ r.jsx(vt, { isLoading: o, loaderProps: i, classes: a == null ? void 0 : a.authWrapper, children: /* @__PURE__ */ r.jsxs(
|
|
1543
1543
|
"div",
|
|
1544
1544
|
{
|
|
1545
|
-
className:
|
|
1545
|
+
className: l(
|
|
1546
1546
|
"flex flex-1 items-center justify-between gap-1",
|
|
1547
1547
|
{ "justify-center": !n && d },
|
|
1548
|
-
|
|
1548
|
+
a == null ? void 0 : a.innerWrapper
|
|
1549
1549
|
),
|
|
1550
1550
|
children: [
|
|
1551
|
-
/* @__PURE__ */ r.jsxs("div", { className:
|
|
1552
|
-
/* @__PURE__ */ r.jsx(Xr, { className:
|
|
1553
|
-
/* @__PURE__ */ r.jsx(Nt, { mainLink: t, subLink: e, isMobile: d, classes:
|
|
1554
|
-
/* @__PURE__ */ r.jsx(b, { name: "arrows/arrowRight", className:
|
|
1551
|
+
/* @__PURE__ */ r.jsxs("div", { className: l("flex items-center gap-1 desktop:gap-4", a == null ? void 0 : a.textContent), children: [
|
|
1552
|
+
/* @__PURE__ */ r.jsx(Xr, { className: l("size-7 desktop:size-8", a == null ? void 0 : a.esiaLogo) }),
|
|
1553
|
+
/* @__PURE__ */ r.jsx(Nt, { mainLink: t, subLink: e, isMobile: d, classes: a == null ? void 0 : a.links }),
|
|
1554
|
+
/* @__PURE__ */ r.jsx(b, { name: "arrows/arrowRight", className: l("mobile:hidden", a == null ? void 0 : a.arrowIcon) })
|
|
1555
1555
|
] }),
|
|
1556
|
-
n && /* @__PURE__ */ r.jsx(Te, { className:
|
|
1556
|
+
n && /* @__PURE__ */ r.jsx(Te, { className: l("bg-color-positive", a == null ? void 0 : a.badge), children: n })
|
|
1557
1557
|
]
|
|
1558
1558
|
}
|
|
1559
1559
|
) });
|
|
1560
1560
|
}, Yr = (t) => {
|
|
1561
1561
|
switch (t.mode) {
|
|
1562
1562
|
case Me.ESIA:
|
|
1563
|
-
return /* @__PURE__ */ r.jsx(
|
|
1563
|
+
return /* @__PURE__ */ r.jsx(nt, { ...t });
|
|
1564
1564
|
case Me.MOBILE_ID:
|
|
1565
|
-
return /* @__PURE__ */ r.jsx(
|
|
1565
|
+
return /* @__PURE__ */ r.jsx(rt, { ...t });
|
|
1566
1566
|
case Me.COMBINE:
|
|
1567
1567
|
default:
|
|
1568
|
-
const { esiaConfig: e, mobileIdConfig: o, subtitle: n, badge: i, classes:
|
|
1568
|
+
const { esiaConfig: e, mobileIdConfig: o, subtitle: n, badge: i, classes: a } = t, d = !n && !i ? ue.Fragment : "div";
|
|
1569
1569
|
return /* @__PURE__ */ r.jsxs(
|
|
1570
1570
|
"div",
|
|
1571
1571
|
{
|
|
1572
|
-
className:
|
|
1572
|
+
className: l(
|
|
1573
1573
|
"flex w-[328px] flex-col items-center justify-center gap-2 rounded-sm bg-color-white px-2 py-4 outline outline-1 outline-warm-grey-200 desktop:w-[524px] desktop:p-4",
|
|
1574
|
-
|
|
1574
|
+
a == null ? void 0 : a.root
|
|
1575
1575
|
),
|
|
1576
1576
|
children: [
|
|
1577
|
-
/* @__PURE__ */ r.jsxs(d, { className:
|
|
1578
|
-
n && /* @__PURE__ */ r.jsx("h5", { className:
|
|
1579
|
-
i && /* @__PURE__ */ r.jsx(Te, { className:
|
|
1577
|
+
/* @__PURE__ */ r.jsxs(d, { className: l("flex w-full items-center justify-between gap-2", a == null ? void 0 : a.topContent), children: [
|
|
1578
|
+
n && /* @__PURE__ */ r.jsx("h5", { className: l("desk-body-regular-l flex flex-1 text-color-dark", a == null ? void 0 : a.subtitle), children: n }),
|
|
1579
|
+
i && /* @__PURE__ */ r.jsx(Te, { className: l("bg-color-positive", a == null ? void 0 : a.badge), children: i })
|
|
1580
1580
|
] }),
|
|
1581
|
-
/* @__PURE__ */ r.jsxs("div", { className:
|
|
1581
|
+
/* @__PURE__ */ r.jsxs("div", { className: l("grid w-full grid-cols-2 gap-2 desktop:gap-4", a == null ? void 0 : a.authWrapper), children: [
|
|
1582
1582
|
/* @__PURE__ */ r.jsx(
|
|
1583
|
-
|
|
1583
|
+
nt,
|
|
1584
1584
|
{
|
|
1585
1585
|
...e,
|
|
1586
1586
|
classes: {
|
|
@@ -1591,7 +1591,7 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1591
1591
|
}
|
|
1592
1592
|
),
|
|
1593
1593
|
/* @__PURE__ */ r.jsx(
|
|
1594
|
-
|
|
1594
|
+
rt,
|
|
1595
1595
|
{
|
|
1596
1596
|
...o,
|
|
1597
1597
|
classes: {
|
|
@@ -1606,12 +1606,12 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1606
1606
|
}
|
|
1607
1607
|
);
|
|
1608
1608
|
}
|
|
1609
|
-
}, Oo = (t) => Yr(t),
|
|
1609
|
+
}, Oo = (t) => Yr(t), ot = ({ links: t, classes: e }) => /* @__PURE__ */ r.jsx("nav", { className: l("flex flex-col gap-1", e == null ? void 0 : e.linksWrapper), children: t == null ? void 0 : t.map(({ path: o, label: n }) => /* @__PURE__ */ r.jsx(
|
|
1610
1610
|
je,
|
|
1611
1611
|
{
|
|
1612
1612
|
classes: {
|
|
1613
|
-
link:
|
|
1614
|
-
icon:
|
|
1613
|
+
link: l("w-max", e == null ? void 0 : e.linkText),
|
|
1614
|
+
icon: l(e == null ? void 0 : e.linkIcon)
|
|
1615
1615
|
},
|
|
1616
1616
|
intent: "dark",
|
|
1617
1617
|
href: o,
|
|
@@ -1619,32 +1619,32 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1619
1619
|
},
|
|
1620
1620
|
o
|
|
1621
1621
|
)) }), Jr = ({ groupLabel: t, links: e, mobileAccordionProps: o, classes: n }) => {
|
|
1622
|
-
var
|
|
1622
|
+
var a, d, u;
|
|
1623
1623
|
const { isMobile: i } = ee();
|
|
1624
|
-
return /* @__PURE__ */ r.jsxs("div", { className:
|
|
1624
|
+
return /* @__PURE__ */ r.jsxs("div", { className: l("flex flex-col gap-2", n == null ? void 0 : n.columnGroup), children: [
|
|
1625
1625
|
!i && /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
1626
|
-
/* @__PURE__ */ r.jsx("h5", { className:
|
|
1627
|
-
/* @__PURE__ */ r.jsx(
|
|
1626
|
+
/* @__PURE__ */ r.jsx("h5", { className: l("mob-body-medium-l text-color-dark desktop:desk-body-medium-l", n == null ? void 0 : n.columnGroupHeading), children: t }),
|
|
1627
|
+
/* @__PURE__ */ r.jsx(ot, { links: e, classes: n == null ? void 0 : n.linksList }, "desktop")
|
|
1628
1628
|
] }),
|
|
1629
1629
|
i && /* @__PURE__ */ r.jsx(
|
|
1630
|
-
|
|
1630
|
+
ae,
|
|
1631
1631
|
{
|
|
1632
1632
|
defaultOpen: !0,
|
|
1633
1633
|
label: t,
|
|
1634
|
-
icon: /* @__PURE__ */ r.jsx(b, { name: "arrows/arrowRight", className:
|
|
1634
|
+
icon: /* @__PURE__ */ r.jsx(b, { name: "arrows/arrowRight", className: l("rotate-90 transition-transform group-data-[state=open]:-rotate-90") }),
|
|
1635
1635
|
...o,
|
|
1636
1636
|
classes: {
|
|
1637
1637
|
...o == null ? void 0 : o.classes,
|
|
1638
1638
|
header: {
|
|
1639
|
-
trigger:
|
|
1639
|
+
trigger: l("p-0 bg-color-blue-grey-100", (d = (a = o == null ? void 0 : o.classes) == null ? void 0 : a.header) == null ? void 0 : d.trigger)
|
|
1640
1640
|
},
|
|
1641
|
-
contentInner:
|
|
1641
|
+
contentInner: l("py-2 px-4", (u = o == null ? void 0 : o.classes) == null ? void 0 : u.contentInner)
|
|
1642
1642
|
},
|
|
1643
|
-
children: /* @__PURE__ */ r.jsx(
|
|
1643
|
+
children: /* @__PURE__ */ r.jsx(ot, { links: e, classes: n == null ? void 0 : n.linksList }, "mobile")
|
|
1644
1644
|
}
|
|
1645
1645
|
)
|
|
1646
1646
|
] });
|
|
1647
|
-
}, Gr = ({ column: t, mobileAccordionProps: e, classes: o }) => /* @__PURE__ */ r.jsx("div", { className:
|
|
1647
|
+
}, Gr = ({ column: t, mobileAccordionProps: e, classes: o }) => /* @__PURE__ */ r.jsx("div", { className: l("flex flex-col gap-4 desktop:gap-6", o == null ? void 0 : o.column), children: t == null ? void 0 : t.map((n) => /* @__PURE__ */ r.jsx(Jr, { ...e, ...n, classes: o == null ? void 0 : o.columnGroup }, n.groupLabel)) }), en = E("grid gap-4 grid-cols-1", {
|
|
1648
1648
|
variants: {
|
|
1649
1649
|
variant: {
|
|
1650
1650
|
twoCols: "desktop:grid-cols-2",
|
|
@@ -1655,68 +1655,68 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1655
1655
|
defaultVariants: {
|
|
1656
1656
|
variant: "fourCols"
|
|
1657
1657
|
}
|
|
1658
|
-
}),
|
|
1658
|
+
}), it = ({
|
|
1659
1659
|
variant: t,
|
|
1660
1660
|
details: e,
|
|
1661
1661
|
headline: o,
|
|
1662
1662
|
mobileAccordionProps: n,
|
|
1663
1663
|
rootAccordionProps: i,
|
|
1664
|
-
classes:
|
|
1664
|
+
classes: a,
|
|
1665
1665
|
defaultOpen: d
|
|
1666
1666
|
}) => {
|
|
1667
|
-
var u, m,
|
|
1667
|
+
var u, m, x;
|
|
1668
1668
|
return /* @__PURE__ */ r.jsx(
|
|
1669
1669
|
"section",
|
|
1670
1670
|
{
|
|
1671
1671
|
id: y.interLinking,
|
|
1672
1672
|
"data-test-id": y.interLinking,
|
|
1673
|
-
className:
|
|
1673
|
+
className: l("min-w-full desktop:min-w-[1140px]", a == null ? void 0 : a.root),
|
|
1674
1674
|
children: /* @__PURE__ */ r.jsx(F, { children: /* @__PURE__ */ r.jsx(
|
|
1675
|
-
|
|
1675
|
+
ae,
|
|
1676
1676
|
{
|
|
1677
1677
|
defaultOpen: d,
|
|
1678
|
-
label: /* @__PURE__ */ r.jsx(
|
|
1678
|
+
label: /* @__PURE__ */ r.jsx(Q, { as: "h4", className: l("text-left", a == null ? void 0 : a.headline), children: o }),
|
|
1679
1679
|
...i,
|
|
1680
1680
|
classes: {
|
|
1681
1681
|
...i == null ? void 0 : i.classes,
|
|
1682
1682
|
header: {
|
|
1683
|
-
trigger:
|
|
1683
|
+
trigger: l("bg-color-blue-grey-100", (m = (u = i == null ? void 0 : i.classes) == null ? void 0 : u.header) == null ? void 0 : m.trigger)
|
|
1684
1684
|
},
|
|
1685
|
-
content:
|
|
1685
|
+
content: l("max-w-full bg-color-blue-grey-100 relative", (x = i == null ? void 0 : i.classes) == null ? void 0 : x.content)
|
|
1686
1686
|
},
|
|
1687
|
-
children: /* @__PURE__ */ r.jsx("div", { className:
|
|
1687
|
+
children: /* @__PURE__ */ r.jsx("div", { className: l(en({ variant: t }), a == null ? void 0 : a.columnsWrapper), children: e == null ? void 0 : e.map((p, c) => /* @__PURE__ */ r.jsx(Gr, { ...p, ...n, classes: a == null ? void 0 : a.column }, c)) })
|
|
1688
1688
|
}
|
|
1689
1689
|
) })
|
|
1690
1690
|
}
|
|
1691
1691
|
);
|
|
1692
1692
|
}, tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1693
1693
|
__proto__: null,
|
|
1694
|
-
InterLinking:
|
|
1695
|
-
default:
|
|
1696
|
-
}, Symbol.toStringTag, { value: "Module" })), rn = ({ tabsNames: t, activeTab: e, setActiveTab: o, classes: n }) => /* @__PURE__ */ r.jsx("div", { className:
|
|
1694
|
+
InterLinking: it,
|
|
1695
|
+
default: it
|
|
1696
|
+
}, Symbol.toStringTag, { value: "Module" })), rn = ({ tabsNames: t, activeTab: e, setActiveTab: o, classes: n }) => /* @__PURE__ */ r.jsx("div", { className: l("hidden-scroll flex items-center gap-4 overflow-x-auto p-[6px]", n == null ? void 0 : n.tabs), children: t && t.map((i, a) => /* @__PURE__ */ r.jsx(
|
|
1697
1697
|
"button",
|
|
1698
1698
|
{
|
|
1699
|
-
onClick: () => o(
|
|
1700
|
-
className:
|
|
1699
|
+
onClick: () => o(a),
|
|
1700
|
+
className: l(
|
|
1701
1701
|
"mob-body-regular-m text-nowrap rounded-sm bg-color-blue-grey-100 px-3 py-1.5 text-color-secondary outline-1 outline-offset-4 outline-transparent focus:outline-primary-focus desktop:px-4 desktop:py-3",
|
|
1702
1702
|
{
|
|
1703
|
-
"bg-icon-primary-default text-color-white": e ===
|
|
1703
|
+
"bg-icon-primary-default text-color-white": e === a
|
|
1704
1704
|
},
|
|
1705
1705
|
n == null ? void 0 : n.button
|
|
1706
1706
|
),
|
|
1707
1707
|
children: i
|
|
1708
1708
|
},
|
|
1709
1709
|
i
|
|
1710
|
-
)) }), nn = (t) => t.variant === "HTML", on = (t) => t.variant === "DOCUMENTS",
|
|
1711
|
-
const i = /* @__PURE__ */ r.jsx("div", { className:
|
|
1712
|
-
return /* @__PURE__ */ r.jsx(r.Fragment, { children: e && (e != null && e.isAccordion) && (e != null && e.accordionTitle) ? /* @__PURE__ */ r.jsx(
|
|
1710
|
+
)) }), nn = (t) => t.variant === "HTML", on = (t) => t.variant === "DOCUMENTS", an = (t) => t.variant === "TABLE", ln = ({ html: t, config: e, classes: o, accordionConfig: n }) => {
|
|
1711
|
+
const i = /* @__PURE__ */ r.jsx("div", { className: l(o == null ? void 0 : o.html), dangerouslySetInnerHTML: { __html: t ?? "" } });
|
|
1712
|
+
return /* @__PURE__ */ r.jsx(r.Fragment, { children: e && (e != null && e.isAccordion) && (e != null && e.accordionTitle) ? /* @__PURE__ */ r.jsx(ae, { label: e == null ? void 0 : e.accordionTitle, ...n, children: (n == null ? void 0 : n.children) ?? i }) : i });
|
|
1713
1713
|
}, dn = (t, e) => ({
|
|
1714
1714
|
rows: t == null ? void 0 : t.map(({ row: o }) => ({
|
|
1715
1715
|
row: o == null ? void 0 : o.map((n, i) => {
|
|
1716
|
-
var
|
|
1716
|
+
var a;
|
|
1717
1717
|
return {
|
|
1718
1718
|
...n,
|
|
1719
|
-
heading: e && ((
|
|
1719
|
+
heading: e && ((a = e[i]) == null ? void 0 : a.heading)
|
|
1720
1720
|
};
|
|
1721
1721
|
})
|
|
1722
1722
|
}))
|
|
@@ -1734,7 +1734,7 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1734
1734
|
threeCols: "grid-cols-3 gap-12"
|
|
1735
1735
|
}
|
|
1736
1736
|
}
|
|
1737
|
-
}),
|
|
1737
|
+
}), xn = ({ headings: t, columnsVariant: e, classes: o }) => /* @__PURE__ */ r.jsx("div", { className: l(mn({ columnsVariant: e }), o == null ? void 0 : o.row), children: t == null ? void 0 : t.map((n) => /* @__PURE__ */ r.jsx("div", { className: l("text-color-secondary", o == null ? void 0 : o.cell), children: n == null ? void 0 : n.heading }, n == null ? void 0 : n.heading)) }), hn = E("desktop:grid mobile:hidden items-center", {
|
|
1738
1738
|
variants: {
|
|
1739
1739
|
columnsVariant: {
|
|
1740
1740
|
twoCols: "grid-cols-2 gap-16",
|
|
@@ -1745,11 +1745,11 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1745
1745
|
separator: "px-4 py-4 border-t border-solid border-warm-grey-200"
|
|
1746
1746
|
}
|
|
1747
1747
|
}
|
|
1748
|
-
}), pn = ({ row: t, tableVariant: e, columnsVariant: o, rowIndex: n, classes: i }) => /* @__PURE__ */ r.jsx("div", { className:
|
|
1748
|
+
}), pn = ({ row: t, tableVariant: e, columnsVariant: o, rowIndex: n, classes: i }) => /* @__PURE__ */ r.jsx("div", { className: l(hn({ columnsVariant: o, tableVariant: e }), { "border-none": n === 0 }, i == null ? void 0 : i.row), children: t == null ? void 0 : t.map(({ cell: a }, d) => /* @__PURE__ */ r.jsx(
|
|
1749
1749
|
"div",
|
|
1750
1750
|
{
|
|
1751
|
-
className:
|
|
1752
|
-
children:
|
|
1751
|
+
className: l("desk-body-regular-l text-color-dark", { "font-medium": d !== 0 }, i == null ? void 0 : i.cell),
|
|
1752
|
+
children: a && a
|
|
1753
1753
|
},
|
|
1754
1754
|
d
|
|
1755
1755
|
)) }), cn = E("mobile:flex desktop:hidden flex-col gap-2", {
|
|
@@ -1759,38 +1759,38 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1759
1759
|
separator: "py-4 border-t border-solid border-warm-grey-200 first:border-none"
|
|
1760
1760
|
}
|
|
1761
1761
|
}
|
|
1762
|
-
}), fn = ({ row: t, tableVariant: e, columnsVariant: o, headingsExist: n, classes: i }) => /* @__PURE__ */ r.jsx("div", { className:
|
|
1763
|
-
d && /* @__PURE__ */ r.jsx("div", { className:
|
|
1762
|
+
}), fn = ({ row: t, tableVariant: e, columnsVariant: o, headingsExist: n, classes: i }) => /* @__PURE__ */ r.jsx("div", { className: l(cn({ tableVariant: e }), i == null ? void 0 : i.row), children: t == null ? void 0 : t.map(({ cell: a, heading: d }, u) => /* @__PURE__ */ r.jsxs("div", { className: l("grid grid-cols-2 gap-3", { "grid-cols-1 gap-0": !n }, i == null ? void 0 : i.wrapper), children: [
|
|
1763
|
+
d && /* @__PURE__ */ r.jsx("div", { className: l("mob-body-regular-l text-color-secondary", i == null ? void 0 : i.heading), children: d }),
|
|
1764
1764
|
/* @__PURE__ */ r.jsx(
|
|
1765
1765
|
"div",
|
|
1766
1766
|
{
|
|
1767
|
-
className:
|
|
1767
|
+
className: l(
|
|
1768
1768
|
"mob-body-regular-l text-color-dark",
|
|
1769
1769
|
{
|
|
1770
1770
|
"font-medium": u !== 0 && o === "twoCols" || o === "threeCols" || o === "twoCols" && n
|
|
1771
1771
|
},
|
|
1772
1772
|
i == null ? void 0 : i.cell
|
|
1773
1773
|
),
|
|
1774
|
-
children:
|
|
1774
|
+
children: a
|
|
1775
1775
|
}
|
|
1776
1776
|
)
|
|
1777
1777
|
] }, u)) }), bn = ({ tableVariant: t, rows: e, headings: o, columnsVariant: n, classes: i }) => {
|
|
1778
1778
|
var u;
|
|
1779
|
-
const
|
|
1780
|
-
return /* @__PURE__ */ r.jsxs("div", { className:
|
|
1781
|
-
d && /* @__PURE__ */ r.jsx(
|
|
1782
|
-
e == null ? void 0 : e.map((m,
|
|
1779
|
+
const a = ((u = dn(e, o)) == null ? void 0 : u.rows) ?? [], d = !!(o && o.length > 0);
|
|
1780
|
+
return /* @__PURE__ */ r.jsxs("div", { className: l("flex flex-col", i == null ? void 0 : i.wrapper), children: [
|
|
1781
|
+
d && /* @__PURE__ */ r.jsx(xn, { headings: o, columnsVariant: n, classes: i == null ? void 0 : i.desktopHeading }),
|
|
1782
|
+
e == null ? void 0 : e.map((m, x) => /* @__PURE__ */ r.jsx(
|
|
1783
1783
|
pn,
|
|
1784
1784
|
{
|
|
1785
|
-
rowIndex:
|
|
1785
|
+
rowIndex: x,
|
|
1786
1786
|
tableVariant: t,
|
|
1787
1787
|
columnsVariant: n,
|
|
1788
1788
|
classes: i == null ? void 0 : i.desktopRow,
|
|
1789
1789
|
...m
|
|
1790
1790
|
},
|
|
1791
|
-
|
|
1791
|
+
x
|
|
1792
1792
|
)),
|
|
1793
|
-
|
|
1793
|
+
a == null ? void 0 : a.map((m, x) => /* @__PURE__ */ r.jsx(
|
|
1794
1794
|
fn,
|
|
1795
1795
|
{
|
|
1796
1796
|
headingsExist: d,
|
|
@@ -1799,7 +1799,7 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1799
1799
|
classes: i == null ? void 0 : i.desktopRow,
|
|
1800
1800
|
...m
|
|
1801
1801
|
},
|
|
1802
|
-
|
|
1802
|
+
x
|
|
1803
1803
|
))
|
|
1804
1804
|
] });
|
|
1805
1805
|
}, gn = ({
|
|
@@ -1808,23 +1808,23 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1808
1808
|
columnsVariant: o,
|
|
1809
1809
|
config: n,
|
|
1810
1810
|
rows: i,
|
|
1811
|
-
title:
|
|
1811
|
+
title: a,
|
|
1812
1812
|
headings: d,
|
|
1813
1813
|
accordionConfig: u,
|
|
1814
1814
|
classes: m
|
|
1815
1815
|
}) => {
|
|
1816
|
-
const
|
|
1817
|
-
|
|
1816
|
+
const x = /* @__PURE__ */ r.jsxs("div", { className: l(un({ columnsVariant: o }), m == null ? void 0 : m.wrapper), children: [
|
|
1817
|
+
a && /* @__PURE__ */ r.jsx(Q, { as: "h4", className: l("mb-4 desktop:mb-6", m == null ? void 0 : m.headline), children: a }),
|
|
1818
1818
|
/* @__PURE__ */ r.jsx(bn, { tableVariant: t, rows: i, headings: d, columnsVariant: o }),
|
|
1819
1819
|
e && /* @__PURE__ */ r.jsx(
|
|
1820
1820
|
"div",
|
|
1821
1821
|
{
|
|
1822
|
-
className:
|
|
1822
|
+
className: l("mt-2 [&&]:desk-body-regular-m desktop:mt-2", m == null ? void 0 : m.description),
|
|
1823
1823
|
dangerouslySetInnerHTML: { __html: e ?? "" }
|
|
1824
1824
|
}
|
|
1825
1825
|
)
|
|
1826
1826
|
] });
|
|
1827
|
-
return /* @__PURE__ */ r.jsx(r.Fragment, { children: n && (n != null && n.isAccordion) && (n != null && n.accordionTitle) ? /* @__PURE__ */ r.jsx(
|
|
1827
|
+
return /* @__PURE__ */ r.jsx(r.Fragment, { children: n && (n != null && n.isAccordion) && (n != null && n.accordionTitle) ? /* @__PURE__ */ r.jsx(ae, { label: n == null ? void 0 : n.accordionTitle, ...u, children: (u == null ? void 0 : u.children) || x }) : x });
|
|
1828
1828
|
}, jn = {
|
|
1829
1829
|
documentFilled: "files/documentFilled",
|
|
1830
1830
|
documentOutline: "files/documentOutline"
|
|
@@ -1845,35 +1845,35 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1845
1845
|
target: "_blank",
|
|
1846
1846
|
rel: "noreferrer",
|
|
1847
1847
|
tabIndex: 0,
|
|
1848
|
-
className:
|
|
1848
|
+
className: l(
|
|
1849
1849
|
"group flex w-full cursor-pointer items-center gap-2 rounded-sm p-1 outline outline-2 outline-transparent transition-colors focus-within:outline-primary-focus",
|
|
1850
1850
|
i == null ? void 0 : i.link
|
|
1851
1851
|
),
|
|
1852
1852
|
children: [
|
|
1853
|
-
/* @__PURE__ */ r.jsx(b, { name: jn[n], className:
|
|
1854
|
-
/* @__PURE__ */ r.jsxs("div", { className:
|
|
1855
|
-
/* @__PURE__ */ r.jsx("p", { className:
|
|
1856
|
-
/* @__PURE__ */ r.jsxs("div", { className:
|
|
1853
|
+
/* @__PURE__ */ r.jsx(b, { name: jn[n], className: l(yn({ iconType: n }), i == null ? void 0 : i.icon) }),
|
|
1854
|
+
/* @__PURE__ */ r.jsxs("div", { className: l("flex flex-1 flex-col", i == null ? void 0 : i.wrapper), children: [
|
|
1855
|
+
/* @__PURE__ */ r.jsx("p", { className: l("desk-body-medium-l text-color-dark", i == null ? void 0 : i.label), children: t }),
|
|
1856
|
+
/* @__PURE__ */ r.jsxs("div", { className: l("desk-body-regular-m text-color-disabled", i == null ? void 0 : i.size), children: [
|
|
1857
1857
|
Number(e),
|
|
1858
1858
|
" КБ"
|
|
1859
1859
|
] })
|
|
1860
1860
|
] })
|
|
1861
1861
|
]
|
|
1862
1862
|
}
|
|
1863
|
-
), kn = ({ docs: t, config: e, title: o, iconType: n, description: i, classes:
|
|
1864
|
-
const u = /* @__PURE__ */ r.jsxs("div", { className:
|
|
1865
|
-
o && /* @__PURE__ */ r.jsx(
|
|
1866
|
-
/* @__PURE__ */ r.jsx("div", { className:
|
|
1867
|
-
i && /* @__PURE__ */ r.jsx("div", { className:
|
|
1863
|
+
), kn = ({ docs: t, config: e, title: o, iconType: n, description: i, classes: a, accordionConfig: d }) => {
|
|
1864
|
+
const u = /* @__PURE__ */ r.jsxs("div", { className: l("flex max-w-[680px] flex-col", a == null ? void 0 : a.wrapper), children: [
|
|
1865
|
+
o && /* @__PURE__ */ r.jsx(Q, { as: "h3", className: "mb-4", children: o }),
|
|
1866
|
+
/* @__PURE__ */ r.jsx("div", { className: l("flex flex-col gap-4", a == null ? void 0 : a.documentsWrapper), children: t == null ? void 0 : t.map((m) => /* @__PURE__ */ r.jsx(sn, { iconType: n, ...m, classes: a == null ? void 0 : a.singleDocument }, m.label)) }),
|
|
1867
|
+
i && /* @__PURE__ */ r.jsx("div", { className: l("mt-4", a == null ? void 0 : a.description), dangerouslySetInnerHTML: { __html: i ?? "" } })
|
|
1868
1868
|
] });
|
|
1869
|
-
return /* @__PURE__ */ r.jsx(r.Fragment, { children: e && (e != null && e.isAccordion) && (e != null && e.accordionTitle) ? /* @__PURE__ */ r.jsx(
|
|
1869
|
+
return /* @__PURE__ */ r.jsx(r.Fragment, { children: e && (e != null && e.isAccordion) && (e != null && e.accordionTitle) ? /* @__PURE__ */ r.jsx(ae, { label: e == null ? void 0 : e.accordionTitle, ...d, children: (d == null ? void 0 : d.children) || u }) : u });
|
|
1870
1870
|
}, wn = ({ entity: t, classes: e, accordionsConfig: o }) => {
|
|
1871
|
-
var n, i,
|
|
1871
|
+
var n, i, a;
|
|
1872
1872
|
switch (!0) {
|
|
1873
1873
|
case nn(t):
|
|
1874
1874
|
return (n = t.details) == null ? void 0 : n.map((d, u) => {
|
|
1875
1875
|
var m;
|
|
1876
|
-
return /* @__PURE__ */ r.jsx(
|
|
1876
|
+
return /* @__PURE__ */ r.jsx(ln, { ...d, accordionConfig: o == null ? void 0 : o.htmlAccordion, classes: (m = e == null ? void 0 : e.entities) == null ? void 0 : m.html }, u);
|
|
1877
1877
|
});
|
|
1878
1878
|
case on(t):
|
|
1879
1879
|
return (i = t.details) == null ? void 0 : i.map((d, u) => {
|
|
@@ -1888,8 +1888,8 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1888
1888
|
u
|
|
1889
1889
|
);
|
|
1890
1890
|
});
|
|
1891
|
-
case
|
|
1892
|
-
return (
|
|
1891
|
+
case an(t):
|
|
1892
|
+
return (a = t.details) == null ? void 0 : a.map((d, u) => {
|
|
1893
1893
|
var m;
|
|
1894
1894
|
return /* @__PURE__ */ r.jsx(
|
|
1895
1895
|
gn,
|
|
@@ -1904,21 +1904,21 @@ const mr = B(() => Promise.resolve().then(() => Fr)), hr = B(() => Promise.resol
|
|
|
1904
1904
|
default:
|
|
1905
1905
|
return null;
|
|
1906
1906
|
}
|
|
1907
|
-
}, vn = ({ entity: t, classes: e, accordionsConfig: o }) => /* @__PURE__ */ r.jsx("div", { className:
|
|
1907
|
+
}, vn = ({ entity: t, classes: e, accordionsConfig: o }) => /* @__PURE__ */ r.jsx("div", { className: l("flex flex-col gap-6", e == null ? void 0 : e.entityWrapper), children: wn({ entity: t, classes: e, accordionsConfig: o }) }), at = ({ headline: t, tabs: e, classes: o, accordionsConfig: n }) => {
|
|
1908
1908
|
var u, m;
|
|
1909
|
-
const [i,
|
|
1910
|
-
return !e || (e == null ? void 0 : e.length) === 0 ? null : /* @__PURE__ */ r.jsx("section", { id: y.usefulInfo, "data-test-id": y.usefulInfo, className:
|
|
1911
|
-
/* @__PURE__ */ r.jsx(
|
|
1912
|
-
/* @__PURE__ */ r.jsx("div", { className:
|
|
1913
|
-
/* @__PURE__ */ r.jsx("div", { className:
|
|
1909
|
+
const [i, a] = q(0), d = se(() => e == null ? void 0 : e.map((x) => x == null ? void 0 : x.tabName), [e]) ?? [];
|
|
1910
|
+
return !e || (e == null ? void 0 : e.length) === 0 ? null : /* @__PURE__ */ r.jsx("section", { id: y.usefulInfo, "data-test-id": y.usefulInfo, className: l(o == null ? void 0 : o.root), children: /* @__PURE__ */ r.jsxs(F, { className: l(o == null ? void 0 : o.container), children: [
|
|
1911
|
+
/* @__PURE__ */ r.jsx(Q, { className: l(o == null ? void 0 : o.headline), as: "h2", children: t }),
|
|
1912
|
+
/* @__PURE__ */ r.jsx("div", { className: l("mt-6 flex flex-col gap-2 desktop:mt-12", o == null ? void 0 : o.tabsWrapper), children: /* @__PURE__ */ r.jsx(rn, { tabsNames: d, activeTab: i, setActiveTab: a, classes: o == null ? void 0 : o.tabs }) }),
|
|
1913
|
+
/* @__PURE__ */ r.jsx("div", { className: l("mt-6 flex flex-col gap-6", o == null ? void 0 : o.contentWrapper), children: (m = (u = e == null ? void 0 : e[i]) == null ? void 0 : u.contents) == null ? void 0 : m.map((x, p) => /* @__PURE__ */ r.jsx(vn, { accordionsConfig: n, ...x, classes: o == null ? void 0 : o.entityClasses }, p)) })
|
|
1914
1914
|
] }) });
|
|
1915
1915
|
}, Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1916
1916
|
__proto__: null,
|
|
1917
|
-
UsefulInfo:
|
|
1918
|
-
default:
|
|
1919
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1920
|
-
const i =
|
|
1921
|
-
return /* @__PURE__ */
|
|
1917
|
+
UsefulInfo: at,
|
|
1918
|
+
default: at
|
|
1919
|
+
}, Symbol.toStringTag, { value: "Module" })), De = ({ fields: t, control: e }) => t.map(({ type: o, args: n }) => {
|
|
1920
|
+
const i = jt[o];
|
|
1921
|
+
return /* @__PURE__ */ Oe(i, { ...n, key: n.name, control: e });
|
|
1922
1922
|
});
|
|
1923
1923
|
class Cn {
|
|
1924
1924
|
constructor(e) {
|
|
@@ -1933,7 +1933,7 @@ class Cn {
|
|
|
1933
1933
|
* @param as Тип возвращаемых данных ('string' или 'node')
|
|
1934
1934
|
*/
|
|
1935
1935
|
traverse(e, o = "string", n) {
|
|
1936
|
-
const { includeSolidText: i, recursive:
|
|
1936
|
+
const { includeSolidText: i, recursive: a, element: d } = this.options || {};
|
|
1937
1937
|
switch (e.nodeType) {
|
|
1938
1938
|
// если узел - элемент
|
|
1939
1939
|
case this.ELEMENT_NODE:
|
|
@@ -1947,12 +1947,12 @@ class Cn {
|
|
|
1947
1947
|
if (o === "node")
|
|
1948
1948
|
n.push(e);
|
|
1949
1949
|
else {
|
|
1950
|
-
const
|
|
1951
|
-
n.push(
|
|
1950
|
+
const x = u.outerHTML.trim();
|
|
1951
|
+
n.push(x);
|
|
1952
1952
|
}
|
|
1953
|
-
if (
|
|
1954
|
-
for (const
|
|
1955
|
-
this.traverse(
|
|
1953
|
+
if (a)
|
|
1954
|
+
for (const x of e.childNodes)
|
|
1955
|
+
this.traverse(x, o, n);
|
|
1956
1956
|
break;
|
|
1957
1957
|
// если узел - текстовый и требуется его добавить, добавляем
|
|
1958
1958
|
case this.TEXT_NODE:
|
|
@@ -1961,8 +1961,8 @@ class Cn {
|
|
|
1961
1961
|
if (o === "node")
|
|
1962
1962
|
n.push(e);
|
|
1963
1963
|
else {
|
|
1964
|
-
const
|
|
1965
|
-
|
|
1964
|
+
const x = e.textContent;
|
|
1965
|
+
x && n.push(x);
|
|
1966
1966
|
}
|
|
1967
1967
|
break;
|
|
1968
1968
|
}
|
|
@@ -1974,13 +1974,13 @@ class Cn {
|
|
|
1974
1974
|
* @returns Массив тегов или нод
|
|
1975
1975
|
*/
|
|
1976
1976
|
async parse(e, o = "string") {
|
|
1977
|
-
const { includeBody: n } = this.options || {}, i = [],
|
|
1977
|
+
const { includeBody: n } = this.options || {}, i = [], a = [], d = await this.parseFromString(e), u = o === "string" ? i : a;
|
|
1978
1978
|
if (n)
|
|
1979
1979
|
this.traverse(d.body, o, u);
|
|
1980
1980
|
else
|
|
1981
1981
|
for (const m of d.body.childNodes)
|
|
1982
1982
|
this.traverse(m, o, u);
|
|
1983
|
-
return { stringNodes: i, nodes:
|
|
1983
|
+
return { stringNodes: i, nodes: a };
|
|
1984
1984
|
}
|
|
1985
1985
|
/**
|
|
1986
1986
|
* Считает количество указанных тегов в HTML строке.
|
|
@@ -2014,22 +2014,22 @@ const ie = ({ html: t, as: e, ...o }) => {
|
|
|
2014
2014
|
if (!S.isFunction(n))
|
|
2015
2015
|
throw new Error(`Cannot generate ${String(e)} because is not a function`);
|
|
2016
2016
|
return n(o);
|
|
2017
|
-
}, Tn = (t, e) => Ct(st.base, t, e), Sn = (t, e) => Ct(st.dadata, t, e),
|
|
2017
|
+
}, Tn = (t, e) => Ct(st.base, t, e), Sn = (t, e) => Ct(st.dadata, t, e), Re = (t) => {
|
|
2018
2018
|
const o = ((t == null ? void 0 : t.map((n) => ({ name: n.args.name, validation: n.args.validation }))) ?? []).reduce((n, i) => {
|
|
2019
|
-
const
|
|
2019
|
+
const a = _n.includes(i.validation.type) ? Sn(
|
|
2020
2020
|
i.validation.type,
|
|
2021
2021
|
i.validation.args
|
|
2022
2022
|
) : Tn(
|
|
2023
2023
|
i.validation.type,
|
|
2024
2024
|
i.validation.args
|
|
2025
2025
|
);
|
|
2026
|
-
return n[i.name] =
|
|
2026
|
+
return n[i.name] = a, n;
|
|
2027
2027
|
}, {});
|
|
2028
2028
|
return kt(o);
|
|
2029
2029
|
}, On = new ur(), Mt = ({ children: t }) => /* @__PURE__ */ r.jsx(qt, { client: On, children: t }), Fn = (t, e, o, n) => t.type === "off" ? null : t.type === "text" ? /* @__PURE__ */ r.jsx(ie, { html: t.message, as: "div", className: n == null ? void 0 : n.content }) : /* @__PURE__ */ r.jsxs(
|
|
2030
2030
|
"label",
|
|
2031
2031
|
{
|
|
2032
|
-
className:
|
|
2032
|
+
className: l(
|
|
2033
2033
|
"mob-body-regular-s text-color-dark",
|
|
2034
2034
|
"desktop:desk-body-regular-m desktop:gap-x-4",
|
|
2035
2035
|
"flex items-center justify-items-start gap-x-3"
|
|
@@ -2045,22 +2045,22 @@ const ie = ({ html: t, as: e, ...o }) => {
|
|
|
2045
2045
|
progress: o,
|
|
2046
2046
|
approvement: n,
|
|
2047
2047
|
chips: i,
|
|
2048
|
-
submitProps:
|
|
2048
|
+
submitProps: a,
|
|
2049
2049
|
classes: d,
|
|
2050
2050
|
buttonGroup: u
|
|
2051
2051
|
}) => {
|
|
2052
|
-
var
|
|
2053
|
-
const { submitCallback: m } =
|
|
2052
|
+
var D, C;
|
|
2053
|
+
const { submitCallback: m } = a || {}, [x, p] = q(!1), c = Re(t), g = Pe.getZodDefaults(c), { control: f, handleSubmit: v } = Be({
|
|
2054
2054
|
schema: c,
|
|
2055
2055
|
defaultValues: g,
|
|
2056
2056
|
mode: "onBlur"
|
|
2057
|
-
}), j = In(o, t),
|
|
2058
|
-
m && m({ ...I, agree:
|
|
2057
|
+
}), j = In(o, t), k = rr({ control: f, fields: j || [], schema: c }), _ = (I) => {
|
|
2058
|
+
m && m({ ...I, agree: x });
|
|
2059
2059
|
};
|
|
2060
|
-
return /* @__PURE__ */ r.jsx(Mt, { children: /* @__PURE__ */ r.jsx("section", { id: y.form, "data-test-id": y.form, className:
|
|
2060
|
+
return /* @__PURE__ */ r.jsx(Mt, { children: /* @__PURE__ */ r.jsx("section", { id: y.form, "data-test-id": y.form, className: l("w-full", d == null ? void 0 : d.root), children: /* @__PURE__ */ r.jsxs(
|
|
2061
2061
|
F,
|
|
2062
2062
|
{
|
|
2063
|
-
className:
|
|
2063
|
+
className: l(
|
|
2064
2064
|
"!max-w-[636px] border-warm-grey-200 px-4 desktop:gap-8 desktop:p-14",
|
|
2065
2065
|
"relative mx-auto flex flex-col gap-6 rounded-sm py-8 desktop:border"
|
|
2066
2066
|
),
|
|
@@ -2068,47 +2068,47 @@ const ie = ({ html: t, as: e, ...o }) => {
|
|
|
2068
2068
|
i.enabled && /* @__PURE__ */ r.jsxs(
|
|
2069
2069
|
"div",
|
|
2070
2070
|
{
|
|
2071
|
-
className:
|
|
2071
|
+
className: l(
|
|
2072
2072
|
"desk-body-regular-l flex items-center gap-x-2 rounded-sm desktop:absolute",
|
|
2073
2073
|
"bg-color-blue-grey-100 px-2 py-1 text-color-tetriary",
|
|
2074
2074
|
"right-4 top-4 w-max",
|
|
2075
|
-
(
|
|
2075
|
+
(D = d == null ? void 0 : d.chips) == null ? void 0 : D.root
|
|
2076
2076
|
),
|
|
2077
2077
|
children: [
|
|
2078
|
-
i.image && /* @__PURE__ */ r.jsx(b, { name: i.image, className:
|
|
2078
|
+
i.image && /* @__PURE__ */ r.jsx(b, { name: i.image, className: l("size-4", (C = d == null ? void 0 : d.chips) == null ? void 0 : C.icon) }),
|
|
2079
2079
|
i.content
|
|
2080
2080
|
]
|
|
2081
2081
|
}
|
|
2082
2082
|
),
|
|
2083
|
-
/* @__PURE__ */ r.jsx(
|
|
2083
|
+
/* @__PURE__ */ r.jsx(Q, { as: "h3", className: d == null ? void 0 : d.title, children: e }),
|
|
2084
2084
|
/* @__PURE__ */ r.jsxs(
|
|
2085
2085
|
"form",
|
|
2086
2086
|
{
|
|
2087
|
-
onSubmit:
|
|
2088
|
-
className:
|
|
2087
|
+
onSubmit: v(_),
|
|
2088
|
+
className: l("flex w-full flex-col gap-y-6", "desktop:gap-y-8", d == null ? void 0 : d.form),
|
|
2089
2089
|
children: [
|
|
2090
2090
|
o.enabled && /* @__PURE__ */ r.jsx(
|
|
2091
2091
|
Wt,
|
|
2092
2092
|
{
|
|
2093
|
-
progress:
|
|
2093
|
+
progress: k,
|
|
2094
2094
|
topContent: /* @__PURE__ */ r.jsx(ie, { html: o.title }),
|
|
2095
2095
|
bottomContent: /* @__PURE__ */ r.jsx(ie, { html: o.subtitle }),
|
|
2096
2096
|
maxPercent: o.maxPercent,
|
|
2097
2097
|
classes: d == null ? void 0 : d.progressBar
|
|
2098
2098
|
}
|
|
2099
2099
|
),
|
|
2100
|
-
/* @__PURE__ */ r.jsx(
|
|
2100
|
+
/* @__PURE__ */ r.jsx(De, { control: f, fields: t }),
|
|
2101
2101
|
/* @__PURE__ */ r.jsxs("div", { className: "mob-body-regular-m flex flex-col items-start justify-center gap-4", children: [
|
|
2102
|
-
Fn(n,
|
|
2103
|
-
/* @__PURE__ */ r.jsx("div", { className: "flex w-full flex-col items-center justify-center gap-4 desktop:flex-row", children: u == null ? void 0 : u.map((I,
|
|
2104
|
-
const
|
|
2105
|
-
return /* @__PURE__ */
|
|
2102
|
+
Fn(n, x, p, d == null ? void 0 : d.approvement),
|
|
2103
|
+
/* @__PURE__ */ r.jsx("div", { className: "flex w-full flex-col items-center justify-center gap-4 desktop:flex-row", children: u == null ? void 0 : u.map((I, R) => {
|
|
2104
|
+
const V = I.type === "submit" && n.type === "checkbox" ? !x : !1;
|
|
2105
|
+
return /* @__PURE__ */ Oe(
|
|
2106
2106
|
ge,
|
|
2107
2107
|
{
|
|
2108
2108
|
...I,
|
|
2109
|
-
key:
|
|
2110
|
-
disabled:
|
|
2111
|
-
className:
|
|
2109
|
+
key: R,
|
|
2110
|
+
disabled: V,
|
|
2111
|
+
className: l(
|
|
2112
2112
|
"w-full whitespace-nowrap",
|
|
2113
2113
|
{
|
|
2114
2114
|
"w-full": !!n
|
|
@@ -2132,7 +2132,7 @@ const ie = ({ html: t, as: e, ...o }) => {
|
|
|
2132
2132
|
}, Symbol.toStringTag, { value: "Module" })), Bn = (t, e, o, n) => t.type === "off" ? null : t.type === "text" ? /* @__PURE__ */ r.jsx(ie, { html: t.message, as: "div", className: n == null ? void 0 : n.content }) : /* @__PURE__ */ r.jsxs(
|
|
2133
2133
|
"label",
|
|
2134
2134
|
{
|
|
2135
|
-
className:
|
|
2135
|
+
className: l(
|
|
2136
2136
|
"mob-body-regular-s text-color-dark",
|
|
2137
2137
|
"desktop:desk-body-regular-m desktop:gap-x-4",
|
|
2138
2138
|
"flex items-center justify-items-start gap-x-3"
|
|
@@ -2142,31 +2142,49 @@ const ie = ({ html: t, as: e, ...o }) => {
|
|
|
2142
2142
|
/* @__PURE__ */ r.jsx(ie, { html: t.content, as: "div", className: n == null ? void 0 : n.content })
|
|
2143
2143
|
]
|
|
2144
2144
|
}
|
|
2145
|
-
),
|
|
2145
|
+
), dt = ({
|
|
2146
2146
|
fields: t,
|
|
2147
2147
|
title: e,
|
|
2148
2148
|
approvement: o,
|
|
2149
2149
|
submitProps: n,
|
|
2150
2150
|
dialogId: i,
|
|
2151
|
-
classes:
|
|
2152
|
-
|
|
2151
|
+
classes: a,
|
|
2152
|
+
buttonGroup: d,
|
|
2153
|
+
...u
|
|
2153
2154
|
}) => {
|
|
2154
|
-
const { submitCallback:
|
|
2155
|
-
schema:
|
|
2156
|
-
defaultValues:
|
|
2155
|
+
const { submitCallback: m } = n ?? {}, [x, p] = q(!1), c = Re(t), g = Pe.getZodDefaults(c), { control: f, handleSubmit: v } = Be({
|
|
2156
|
+
schema: c,
|
|
2157
|
+
defaultValues: g,
|
|
2157
2158
|
mode: "onBlur"
|
|
2158
|
-
}),
|
|
2159
|
-
|
|
2159
|
+
}), j = (k) => {
|
|
2160
|
+
m && m({ ...k, agree: x });
|
|
2160
2161
|
};
|
|
2161
|
-
return /* @__PURE__ */ r.jsx(Mt, { children: /* @__PURE__ */ r.jsx(Ut, { id: i, title: e, ...
|
|
2162
|
-
/* @__PURE__ */ r.jsx(
|
|
2163
|
-
Bn(o,
|
|
2164
|
-
|
|
2162
|
+
return /* @__PURE__ */ r.jsx(Mt, { children: /* @__PURE__ */ r.jsx(Ut, { id: i, title: e, ...u, children: /* @__PURE__ */ r.jsxs("form", { onSubmit: v(j), className: "flex flex-col gap-6", children: [
|
|
2163
|
+
/* @__PURE__ */ r.jsx(De, { control: f, fields: t }),
|
|
2164
|
+
Bn(o, x, p, a == null ? void 0 : a.approvement),
|
|
2165
|
+
d == null ? void 0 : d.map((k, _) => {
|
|
2166
|
+
const D = k.type === "submit" && o.type === "checkbox" ? !x : !1;
|
|
2167
|
+
return /* @__PURE__ */ Oe(
|
|
2168
|
+
ge,
|
|
2169
|
+
{
|
|
2170
|
+
...k,
|
|
2171
|
+
key: _,
|
|
2172
|
+
disabled: D,
|
|
2173
|
+
className: l(
|
|
2174
|
+
"w-full whitespace-nowrap",
|
|
2175
|
+
{
|
|
2176
|
+
"w-full": !!o
|
|
2177
|
+
},
|
|
2178
|
+
a == null ? void 0 : a.submit
|
|
2179
|
+
)
|
|
2180
|
+
}
|
|
2181
|
+
);
|
|
2182
|
+
})
|
|
2165
2183
|
] }) }) });
|
|
2166
2184
|
}, Pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2167
2185
|
__proto__: null,
|
|
2168
|
-
DynamicFormDialog:
|
|
2169
|
-
default:
|
|
2186
|
+
DynamicFormDialog: dt,
|
|
2187
|
+
default: dt
|
|
2170
2188
|
}, Symbol.toStringTag, { value: "Module" })), de = () => ({
|
|
2171
2189
|
approve: {
|
|
2172
2190
|
icon: {
|
|
@@ -2232,7 +2250,7 @@ const ie = ({ html: t, as: e, ...o }) => {
|
|
|
2232
2250
|
/* @__PURE__ */ r.jsx(
|
|
2233
2251
|
"span",
|
|
2234
2252
|
{
|
|
2235
|
-
className:
|
|
2253
|
+
className: l(
|
|
2236
2254
|
"flex size-16 items-center justify-center rounded-full bg-color-positive-light",
|
|
2237
2255
|
`${de()[t].icon.bg}`
|
|
2238
2256
|
),
|
|
@@ -2240,11 +2258,11 @@ const ie = ({ html: t, as: e, ...o }) => {
|
|
|
2240
2258
|
}
|
|
2241
2259
|
),
|
|
2242
2260
|
/* @__PURE__ */ r.jsxs("div", { className: "flex flex-col items-center gap-2 text-center desktop:gap-6", children: [
|
|
2243
|
-
/* @__PURE__ */ r.jsx(
|
|
2261
|
+
/* @__PURE__ */ r.jsx(Q, { as: "h2", children: de()[t].title }),
|
|
2244
2262
|
/* @__PURE__ */ r.jsx("p", { className: "desk-body-regular-l text-color-dark", children: de()[t].description })
|
|
2245
2263
|
] }),
|
|
2246
2264
|
/* @__PURE__ */ r.jsx(ge, { size: "lg", className: "w-full max-w-[328px] desktop:desk-body-regular-l desktop:w-[256px]", onClick: e, children: de()[t].button.text })
|
|
2247
|
-
] }) }) }), It = ({ breadcrumb: t, className: e, ...o }) => /* @__PURE__ */ r.jsx("a", { href: t.path, className:
|
|
2265
|
+
] }) }) }), It = ({ breadcrumb: t, className: e, ...o }) => /* @__PURE__ */ r.jsx("a", { href: t.path, className: l("desk-body-regular-m", e), ...o, children: t.label }), Dn = [
|
|
2248
2266
|
{
|
|
2249
2267
|
label: "Главная",
|
|
2250
2268
|
path: "https://sovcombank.ru/apply/credit/kredit-na-kartu/"
|
|
@@ -2257,32 +2275,32 @@ const ie = ({ html: t, as: e, ...o }) => {
|
|
|
2257
2275
|
label: "В Тольятти",
|
|
2258
2276
|
disabled: !0
|
|
2259
2277
|
}
|
|
2260
|
-
], be = (t, e, o, n) => t.map((i,
|
|
2261
|
-
const d =
|
|
2278
|
+
], be = (t, e, o, n) => t.map((i, a) => {
|
|
2279
|
+
const d = a === n;
|
|
2262
2280
|
return /* @__PURE__ */ r.jsxs("div", { className: "flex items-center gap-x-2", children: [
|
|
2263
2281
|
/* @__PURE__ */ r.jsx(
|
|
2264
2282
|
It,
|
|
2265
2283
|
{
|
|
2266
2284
|
breadcrumb: i,
|
|
2267
|
-
className:
|
|
2285
|
+
className: l(o, {
|
|
2268
2286
|
"pointer-events-none text-color-primary-disabled": d,
|
|
2269
2287
|
"text-color-blue-grey-600": i.disabled
|
|
2270
2288
|
})
|
|
2271
2289
|
}
|
|
2272
2290
|
),
|
|
2273
|
-
|
|
2291
|
+
a !== t.length - 1 && e
|
|
2274
2292
|
] }, i.label);
|
|
2275
2293
|
}), Rn = ({ separator: t, ellipsis: e, classes: o, breadcrumbs: n = Dn }) => {
|
|
2276
|
-
const [i,
|
|
2277
|
-
er(d, () =>
|
|
2278
|
-
const { first: u, middle: m, last:
|
|
2294
|
+
const [i, a] = q(!1), d = Fe(null);
|
|
2295
|
+
er(d, () => a(!1));
|
|
2296
|
+
const { first: u, middle: m, last: x } = se(() => {
|
|
2279
2297
|
let c = [], g = [], f = [];
|
|
2280
2298
|
return e && (c = n.slice(0, e), g = n.slice(e, n.length - e), f = n.slice(n.length - e)), { first: c, middle: g, last: f };
|
|
2281
|
-
}, [n, e]), p = t ?? /* @__PURE__ */ r.jsx(b, { name: "arrows/arrowRight", className:
|
|
2299
|
+
}, [n, e]), p = t ?? /* @__PURE__ */ r.jsx(b, { name: "arrows/arrowRight", className: l("size-4", o == null ? void 0 : o.separator) });
|
|
2282
2300
|
return /* @__PURE__ */ r.jsx(
|
|
2283
2301
|
"div",
|
|
2284
2302
|
{
|
|
2285
|
-
className:
|
|
2303
|
+
className: l(
|
|
2286
2304
|
"flex max-w-[840px] flex-wrap items-center",
|
|
2287
2305
|
"gap-x-2 gap-y-1 py-4 text-color-primary-default",
|
|
2288
2306
|
o == null ? void 0 : o.root
|
|
@@ -2297,12 +2315,12 @@ const ie = ({ html: t, as: e, ...o }) => {
|
|
|
2297
2315
|
p,
|
|
2298
2316
|
m.length > 0 && /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
2299
2317
|
/* @__PURE__ */ r.jsxs("div", { className: "relative", children: [
|
|
2300
|
-
/* @__PURE__ */ r.jsx("button", { onClick: () =>
|
|
2318
|
+
/* @__PURE__ */ r.jsx("button", { onClick: () => a(!0), children: "..." }),
|
|
2301
2319
|
/* @__PURE__ */ r.jsx(
|
|
2302
2320
|
"ul",
|
|
2303
2321
|
{
|
|
2304
2322
|
ref: d,
|
|
2305
|
-
className:
|
|
2323
|
+
className: l(
|
|
2306
2324
|
"invisible absolute max-h-[264px] overflow-y-auto",
|
|
2307
2325
|
"w-[280px] rounded-sm bg-color-white",
|
|
2308
2326
|
"customScrollbar-y p-1 opacity-0 shadow-sm",
|
|
@@ -2314,7 +2332,7 @@ const ie = ({ html: t, as: e, ...o }) => {
|
|
|
2314
2332
|
It,
|
|
2315
2333
|
{
|
|
2316
2334
|
breadcrumb: c,
|
|
2317
|
-
className:
|
|
2335
|
+
className: l(
|
|
2318
2336
|
"desk-body-regular-l inline-block py-3",
|
|
2319
2337
|
"w-full rounded-sm bg-color-white px-2",
|
|
2320
2338
|
"text-color-dark hover:bg-color-primary-tr-hover",
|
|
@@ -2327,7 +2345,7 @@ const ie = ({ html: t, as: e, ...o }) => {
|
|
|
2327
2345
|
] }),
|
|
2328
2346
|
p
|
|
2329
2347
|
] }),
|
|
2330
|
-
be(
|
|
2348
|
+
be(x, p, o == null ? void 0 : o.breadcrumb, x.length - 1)
|
|
2331
2349
|
] })
|
|
2332
2350
|
) : (
|
|
2333
2351
|
// otherwise render all breadcrumbs
|
|
@@ -2376,13 +2394,13 @@ const Hn = (t, e) => {
|
|
|
2376
2394
|
initial: { opacity: 0 },
|
|
2377
2395
|
animate: { opacity: 1 },
|
|
2378
2396
|
transition: { duration: 0.2 },
|
|
2379
|
-
className:
|
|
2397
|
+
className: 'absolute w-full bg-color-white after:absolute after:left-1/2 after:top-0 after:h-[1px] after:w-full after:max-w-[636px] after:-translate-x-1/2 after:bg-color-blue-grey-200 after:content-[""] after:desktop:max-w-[1140px]',
|
|
2380
2398
|
children: /* @__PURE__ */ r.jsx("div", { className: "mx-auto flex w-full max-w-[1140px] gap-x-[56px] py-10", children: t.map((i) => {
|
|
2381
2399
|
var d;
|
|
2382
|
-
const
|
|
2400
|
+
const a = i.link ? "a" : "p";
|
|
2383
2401
|
return /* @__PURE__ */ r.jsxs("div", { className: "flex flex-col gap-y-6", children: [
|
|
2384
2402
|
i.title && /* @__PURE__ */ r.jsxs(
|
|
2385
|
-
|
|
2403
|
+
a,
|
|
2386
2404
|
{
|
|
2387
2405
|
href: ((d = i.link) == null ? void 0 : d.href) ?? void 0,
|
|
2388
2406
|
className: "flex items-center gap-x-1 text-16 uppercase text-color-primary-default",
|
|
@@ -2406,13 +2424,13 @@ const Hn = (t, e) => {
|
|
|
2406
2424
|
((n = (o = document.body.querySelector("#modal-preview")) == null ? void 0 : o.contentDocument) == null ? void 0 : n.body) ?? document.body
|
|
2407
2425
|
);
|
|
2408
2426
|
}, $n = Yt(({ category: t, active: e, onActiveTabChange: o }, n) => {
|
|
2409
|
-
var m,
|
|
2410
|
-
const i = n && "current" in n ? n : null,
|
|
2427
|
+
var m, x;
|
|
2428
|
+
const i = n && "current" in n ? n : null, a = (m = i == null ? void 0 : i.current) == null ? void 0 : m.getBoundingClientRect(), d = e && !S.isArrayEmpty(t.children), u = S.isArrayEmpty(t.children) ? "a" : "span";
|
|
2411
2429
|
return /* @__PURE__ */ r.jsxs(
|
|
2412
2430
|
Se.div,
|
|
2413
2431
|
{
|
|
2414
2432
|
ref: n,
|
|
2415
|
-
className:
|
|
2433
|
+
className: l(
|
|
2416
2434
|
"relative flex cursor-default items-center justify-center py-4 text-color-dark",
|
|
2417
2435
|
'after:content="" after:absolute after:bottom-0 after:left-1/2 after:h-[1px]',
|
|
2418
2436
|
"after:w-0 after:-translate-x-1/2 after:bg-color-primary-default after:duration-100",
|
|
@@ -2425,23 +2443,23 @@ const Hn = (t, e) => {
|
|
|
2425
2443
|
onMouseLeave: () => o(null),
|
|
2426
2444
|
onFocus: () => o(t.title),
|
|
2427
2445
|
children: [
|
|
2428
|
-
/* @__PURE__ */ r.jsx(u, { href: u === "a" ? (
|
|
2446
|
+
/* @__PURE__ */ r.jsx(u, { href: u === "a" ? (x = t.link) == null ? void 0 : x.href : void 0, className: "desk-body-regular-m outline-none", children: t.title }),
|
|
2429
2447
|
d && /* @__PURE__ */ r.jsx(
|
|
2430
2448
|
Vn,
|
|
2431
2449
|
{
|
|
2432
2450
|
categories: t.children,
|
|
2433
2451
|
style: {
|
|
2434
|
-
top:
|
|
2452
|
+
top: a ? a.top + a.height : 0
|
|
2435
2453
|
}
|
|
2436
2454
|
}
|
|
2437
2455
|
)
|
|
2438
2456
|
]
|
|
2439
2457
|
}
|
|
2440
2458
|
);
|
|
2441
|
-
}), An =
|
|
2442
|
-
const [e, o] =
|
|
2443
|
-
o(
|
|
2444
|
-
}, []), i =
|
|
2459
|
+
}), An = Ee($n), qn = ({ categories: t }) => {
|
|
2460
|
+
const [e, o] = q(null), n = yt((a) => {
|
|
2461
|
+
o(a);
|
|
2462
|
+
}, []), i = Fe(null);
|
|
2445
2463
|
return /* @__PURE__ */ r.jsx(Kt, { mode: "sync", children: /* @__PURE__ */ r.jsxs(
|
|
2446
2464
|
"div",
|
|
2447
2465
|
{
|
|
@@ -2449,35 +2467,35 @@ const Hn = (t, e) => {
|
|
|
2449
2467
|
id: "tabs",
|
|
2450
2468
|
className: "relative flex w-full items-center justify-between gap-x-4 border-b border-b-[rgba(234,237,241)]",
|
|
2451
2469
|
children: [
|
|
2452
|
-
t.map((
|
|
2470
|
+
t.map((a) => /* @__PURE__ */ r.jsx(
|
|
2453
2471
|
An,
|
|
2454
2472
|
{
|
|
2455
2473
|
ref: i,
|
|
2456
|
-
category:
|
|
2457
|
-
active: e ===
|
|
2474
|
+
category: a,
|
|
2475
|
+
active: e === a.title,
|
|
2458
2476
|
onActiveTabChange: n
|
|
2459
2477
|
},
|
|
2460
|
-
|
|
2478
|
+
a.title
|
|
2461
2479
|
)),
|
|
2462
2480
|
/* @__PURE__ */ r.jsx("div", { className: "ml-auto", children: "Личный кабинет" })
|
|
2463
2481
|
]
|
|
2464
2482
|
}
|
|
2465
2483
|
) });
|
|
2466
|
-
}, Wn =
|
|
2484
|
+
}, Wn = Ee(qn), Un = ({
|
|
2467
2485
|
category: t,
|
|
2468
2486
|
selectedCategory: e,
|
|
2469
2487
|
onCurrentCategoryChange: o,
|
|
2470
2488
|
onRootCategoryChange: n,
|
|
2471
2489
|
active: i,
|
|
2472
|
-
...
|
|
2490
|
+
...a
|
|
2473
2491
|
}) => /* @__PURE__ */ r.jsxs(
|
|
2474
2492
|
"div",
|
|
2475
2493
|
{
|
|
2476
|
-
...
|
|
2494
|
+
...a,
|
|
2477
2495
|
onClick: () => {
|
|
2478
2496
|
o(t.children[0]), n(t);
|
|
2479
2497
|
},
|
|
2480
|
-
className:
|
|
2498
|
+
className: l("group/category relative cursor-default text-color-blue-grey-600 duration-100 hover:text-color-dark", {
|
|
2481
2499
|
"text-color-dark": i
|
|
2482
2500
|
}),
|
|
2483
2501
|
children: [
|
|
@@ -2485,7 +2503,7 @@ const Hn = (t, e) => {
|
|
|
2485
2503
|
t.children.length > 1 && /* @__PURE__ */ r.jsx(
|
|
2486
2504
|
"div",
|
|
2487
2505
|
{
|
|
2488
|
-
className:
|
|
2506
|
+
className: l(
|
|
2489
2507
|
"absolute right-0 top-full z-10 flex w-max flex-col",
|
|
2490
2508
|
"invisible bg-color-white opacity-0 shadow-sm group-hover/category:visible group-hover/category:opacity-100",
|
|
2491
2509
|
"rounded-sm p-1"
|
|
@@ -2496,7 +2514,7 @@ const Hn = (t, e) => {
|
|
|
2496
2514
|
onClick: (u) => {
|
|
2497
2515
|
u.stopPropagation(), u.nativeEvent.stopPropagation(), n(t), o(d);
|
|
2498
2516
|
},
|
|
2499
|
-
className:
|
|
2517
|
+
className: l(
|
|
2500
2518
|
"desk-body-regular-l rounded-sm px-3 py-3.5 text-color-dark duration-100 hover:bg-color-primary-tr-hover hover:text-color-dark",
|
|
2501
2519
|
{
|
|
2502
2520
|
"text-color-primary-default": e.title === d.title
|
|
@@ -2515,32 +2533,32 @@ const Hn = (t, e) => {
|
|
|
2515
2533
|
return /* @__PURE__ */ r.jsxs("div", { className: "mobile:hidden", children: [
|
|
2516
2534
|
/* @__PURE__ */ r.jsxs("div", { className: "flex w-full items-center justify-between gap-x-4 border-b border-b-[rgba(234,237,241)] py-4", children: [
|
|
2517
2535
|
/* @__PURE__ */ r.jsx(b, { name: "brandLogos/logoMain", className: "mr-auto w-[130px]" }),
|
|
2518
|
-
t.map((
|
|
2519
|
-
const d = n.root.title ===
|
|
2536
|
+
t.map((a) => {
|
|
2537
|
+
const d = n.root.title === a.title;
|
|
2520
2538
|
return /* @__PURE__ */ r.jsx(
|
|
2521
2539
|
Un,
|
|
2522
2540
|
{
|
|
2523
|
-
category:
|
|
2541
|
+
category: a,
|
|
2524
2542
|
selectedCategory: n.current,
|
|
2525
2543
|
onCurrentCategoryChange: (u) => i(Ln(u)),
|
|
2526
2544
|
onRootCategoryChange: (u) => i(Qn(u)),
|
|
2527
2545
|
active: d
|
|
2528
2546
|
},
|
|
2529
|
-
|
|
2547
|
+
a.title
|
|
2530
2548
|
);
|
|
2531
2549
|
}),
|
|
2532
2550
|
/* @__PURE__ */ r.jsx("div", { className: "h-3.5 w-[1px] rounded-sm bg-color-blue-grey-500" }),
|
|
2533
|
-
e.map((
|
|
2551
|
+
e.map((a) => /* @__PURE__ */ r.jsxs(
|
|
2534
2552
|
"a",
|
|
2535
2553
|
{
|
|
2536
|
-
href:
|
|
2554
|
+
href: a.link.href,
|
|
2537
2555
|
className: "desk-body-regular-m flex items-center gap-x-1 text-color-blue-grey-600 duration-100 hover:text-color-dark",
|
|
2538
2556
|
children: [
|
|
2539
|
-
|
|
2540
|
-
|
|
2557
|
+
a.link.icon && /* @__PURE__ */ r.jsx(b, { name: a.link.icon, className: "size-4" }),
|
|
2558
|
+
a.title
|
|
2541
2559
|
]
|
|
2542
2560
|
},
|
|
2543
|
-
|
|
2561
|
+
a.title
|
|
2544
2562
|
)),
|
|
2545
2563
|
/* @__PURE__ */ r.jsx("div", { className: "h-3.5 w-[1px] rounded-sm bg-color-blue-grey-500" }),
|
|
2546
2564
|
/* @__PURE__ */ r.jsx(
|
|
@@ -2555,7 +2573,7 @@ const Hn = (t, e) => {
|
|
|
2555
2573
|
/* @__PURE__ */ r.jsx(Wn, { categories: n.current.children })
|
|
2556
2574
|
] });
|
|
2557
2575
|
}, Zn = ({ category: t }) => /* @__PURE__ */ r.jsx(
|
|
2558
|
-
|
|
2576
|
+
ae,
|
|
2559
2577
|
{
|
|
2560
2578
|
label: t.title ?? "",
|
|
2561
2579
|
icon: /* @__PURE__ */ r.jsx(b, { name: "arrows/arrowRight", className: "-rotate-90" }),
|
|
@@ -2565,7 +2583,7 @@ const Hn = (t, e) => {
|
|
|
2565
2583
|
trigger: "py-2 data-[open=false]:bg-color-white",
|
|
2566
2584
|
label: "desk-body-regular-m"
|
|
2567
2585
|
},
|
|
2568
|
-
content:
|
|
2586
|
+
content: l(
|
|
2569
2587
|
"relative",
|
|
2570
2588
|
'after:content-"" after:absolute after:w-[calc(100%-32px)]',
|
|
2571
2589
|
"after:bottom-0 after:left-1/2 after:-translate-x-1/2",
|
|
@@ -2587,9 +2605,9 @@ const Hn = (t, e) => {
|
|
|
2587
2605
|
]
|
|
2588
2606
|
}
|
|
2589
2607
|
),
|
|
2590
|
-
e.children.map((
|
|
2608
|
+
e.children.map((a) => {
|
|
2591
2609
|
var d;
|
|
2592
|
-
return /* @__PURE__ */ r.jsx("li", { className: "inline-block w-full [&:not(:last-child)]:mb-3", children: /* @__PURE__ */ r.jsx("a", { href: (d =
|
|
2610
|
+
return /* @__PURE__ */ r.jsx("li", { className: "inline-block w-full [&:not(:last-child)]:mb-3", children: /* @__PURE__ */ r.jsx("a", { href: (d = a.link) == null ? void 0 : d.href, className: "w-full", children: a.title }) }, a.title);
|
|
2593
2611
|
})
|
|
2594
2612
|
] }, e.title);
|
|
2595
2613
|
}) })
|
|
@@ -2599,17 +2617,17 @@ const Hn = (t, e) => {
|
|
|
2599
2617
|
value: e.title ?? "",
|
|
2600
2618
|
label: e.title ?? ""
|
|
2601
2619
|
})), Yn = ({ categories: t, helpers: e, phone: o, ...n }) => {
|
|
2602
|
-
const i = Xn(t), [
|
|
2603
|
-
S.isUndefined(
|
|
2620
|
+
const i = Xn(t), [a, d] = q(i[0]), u = (x) => {
|
|
2621
|
+
S.isUndefined(x) || S.isArray(x) || d(x);
|
|
2604
2622
|
}, m = se(() => {
|
|
2605
|
-
var
|
|
2606
|
-
return S.isUndefined(
|
|
2607
|
-
}, [
|
|
2623
|
+
var x;
|
|
2624
|
+
return S.isUndefined(a) || S.isArray(a) ? [] : ((x = t.find((p) => p.title === a.value)) == null ? void 0 : x.children) ?? [];
|
|
2625
|
+
}, [a, t]);
|
|
2608
2626
|
return /* @__PURE__ */ r.jsxs(
|
|
2609
2627
|
Se.div,
|
|
2610
2628
|
{
|
|
2611
2629
|
...n,
|
|
2612
|
-
className:
|
|
2630
|
+
className: l(
|
|
2613
2631
|
"absolute w-full max-w-[calc(636px-32px)]",
|
|
2614
2632
|
"absolute left-1/2 top-full bg-color-white p-4",
|
|
2615
2633
|
"-translate-x-1/2 overflow-x-hidden",
|
|
@@ -2618,19 +2636,19 @@ const Hn = (t, e) => {
|
|
|
2618
2636
|
initial: { opacity: 0 },
|
|
2619
2637
|
animate: { opacity: 1 },
|
|
2620
2638
|
children: [
|
|
2621
|
-
/* @__PURE__ */ r.jsx(ye.SelectBase, { label: "Категория", options: i, value:
|
|
2622
|
-
/* @__PURE__ */ r.jsx("div", { className: "flex w-full flex-col items-center justify-center gap-y-1", children: m.map((
|
|
2639
|
+
/* @__PURE__ */ r.jsx(ye.SelectBase, { label: "Категория", options: i, value: a, onChange: u }),
|
|
2640
|
+
/* @__PURE__ */ r.jsx("div", { className: "flex w-full flex-col items-center justify-center gap-y-1", children: m.map((x) => {
|
|
2623
2641
|
var p;
|
|
2624
|
-
return S.isArrayEmpty(
|
|
2642
|
+
return S.isArrayEmpty(x.children) ? /* @__PURE__ */ r.jsx("div", { className: "w-full px-4 py-2.5", children: /* @__PURE__ */ r.jsx("a", { href: (p = x.link) == null ? void 0 : p.href, className: "desk-body-regular-m inline-block w-full", children: x.title }) }, x.title) : /* @__PURE__ */ r.jsx(Zn, { category: x }, x.title);
|
|
2625
2643
|
}) }),
|
|
2626
2644
|
/* @__PURE__ */ r.jsx("div", { className: "h-[1px] w-full bg-color-blue-grey-200" }),
|
|
2627
2645
|
/* @__PURE__ */ r.jsxs("div", { className: "flex w-full flex-col items-center justify-center gap-y-1", children: [
|
|
2628
|
-
e.map((
|
|
2646
|
+
e.map((x) => {
|
|
2629
2647
|
var p, c;
|
|
2630
|
-
return /* @__PURE__ */ r.jsx("div", { className: "w-full px-4 py-2.5", children: /* @__PURE__ */ r.jsxs("a", { href: (p =
|
|
2631
|
-
((c =
|
|
2632
|
-
|
|
2633
|
-
] }) },
|
|
2648
|
+
return /* @__PURE__ */ r.jsx("div", { className: "w-full px-4 py-2.5", children: /* @__PURE__ */ r.jsxs("a", { href: (p = x.link) == null ? void 0 : p.href, className: "flex w-full items-center gap-x-1", children: [
|
|
2649
|
+
((c = x.link) == null ? void 0 : c.icon) && /* @__PURE__ */ r.jsx(b, { name: x.link.icon, className: "size-4" }),
|
|
2650
|
+
x.title
|
|
2651
|
+
] }) }, x.title);
|
|
2634
2652
|
}),
|
|
2635
2653
|
/* @__PURE__ */ r.jsx("div", { className: "w-full px-4 py-2.5", children: /* @__PURE__ */ r.jsxs("a", { href: `tel:${o}`, className: "flex w-full items-center gap-x-1", children: [
|
|
2636
2654
|
/* @__PURE__ */ r.jsx(b, { name: "communication/phone", className: "size-4" }),
|
|
@@ -2641,8 +2659,8 @@ const Hn = (t, e) => {
|
|
|
2641
2659
|
}
|
|
2642
2660
|
);
|
|
2643
2661
|
}, Jn = ({ categories: t, helpers: e, phone: o }) => {
|
|
2644
|
-
var m,
|
|
2645
|
-
const n =
|
|
2662
|
+
var m, x, p;
|
|
2663
|
+
const n = Fe(null), i = (m = n.current) == null ? void 0 : m.getBoundingClientRect(), [a, d] = q(!1), u = () => d(!a);
|
|
2646
2664
|
return /* @__PURE__ */ r.jsxs(
|
|
2647
2665
|
"div",
|
|
2648
2666
|
{
|
|
@@ -2650,8 +2668,8 @@ const Hn = (t, e) => {
|
|
|
2650
2668
|
className: "relative flex w-full items-center justify-between border-b border-b-blue-grey-500 py-4 desktop:hidden",
|
|
2651
2669
|
children: [
|
|
2652
2670
|
/* @__PURE__ */ r.jsx(b, { name: "brandLogos/logoMain", className: "w-[130px]" }),
|
|
2653
|
-
/* @__PURE__ */ r.jsx("button", { type: "button", onClick: u, className: "h-max w-max", children: /* @__PURE__ */ r.jsx(b, { name:
|
|
2654
|
-
|
|
2671
|
+
/* @__PURE__ */ r.jsx("button", { type: "button", onClick: u, className: "h-max w-max", children: /* @__PURE__ */ r.jsx(b, { name: a ? "general/close" : "general/menu", className: "size-6 text-color-primary-default" }) }),
|
|
2672
|
+
a && wt(
|
|
2655
2673
|
/* @__PURE__ */ r.jsx(
|
|
2656
2674
|
Yn,
|
|
2657
2675
|
{
|
|
@@ -2664,29 +2682,29 @@ const Hn = (t, e) => {
|
|
|
2664
2682
|
/**
|
|
2665
2683
|
* Нужно для preview, чтобы категории рендерились в iframe
|
|
2666
2684
|
*/
|
|
2667
|
-
((p = (
|
|
2685
|
+
((p = (x = document.body.querySelector("#modal-preview")) == null ? void 0 : x.contentDocument) == null ? void 0 : p.body) ?? document.body
|
|
2668
2686
|
)
|
|
2669
2687
|
]
|
|
2670
2688
|
}
|
|
2671
2689
|
);
|
|
2672
|
-
},
|
|
2690
|
+
}, ut = ({ categories: t, helpers: e, phone: o, breadcrumbs: n }) => {
|
|
2673
2691
|
const { isMobile: i } = ee();
|
|
2674
2692
|
return /* @__PURE__ */ r.jsx("div", { id: y.seoHeader, "data-test-id": y.seoHeader, className: "w-full bg-color-white", children: /* @__PURE__ */ r.jsxs(F, { className: "mx-auto w-full", children: [
|
|
2675
|
-
/* @__PURE__ */ r.jsx(Jn, { categories: t.map((
|
|
2693
|
+
/* @__PURE__ */ r.jsx(Jn, { categories: t.map((a) => a.children).flat(), helpers: e, phone: o }),
|
|
2676
2694
|
/* @__PURE__ */ r.jsx(Kn, { categories: t, helpers: e, phone: o }),
|
|
2677
2695
|
/* @__PURE__ */ r.jsx(
|
|
2678
2696
|
Rn,
|
|
2679
2697
|
{
|
|
2680
2698
|
ellipsis: i ? 1 : void 0,
|
|
2681
2699
|
breadcrumbs: n,
|
|
2682
|
-
matcher: (
|
|
2700
|
+
matcher: (a) => ({ label: Gt(a.label).split("-").join(" ") })
|
|
2683
2701
|
}
|
|
2684
2702
|
)
|
|
2685
2703
|
] }) });
|
|
2686
2704
|
}, Gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2687
2705
|
__proto__: null,
|
|
2688
|
-
SeoHeader:
|
|
2689
|
-
default:
|
|
2706
|
+
SeoHeader: ut,
|
|
2707
|
+
default: ut
|
|
2690
2708
|
}, Symbol.toStringTag, { value: "Module" })), _t = (t) => typeof t != "string" && "formula" in t, Tt = (t, e) => {
|
|
2691
2709
|
let o = e;
|
|
2692
2710
|
const n = {
|
|
@@ -2710,19 +2728,19 @@ const Hn = (t, e) => {
|
|
|
2710
2728
|
default:
|
|
2711
2729
|
return Tt(t, Number(e));
|
|
2712
2730
|
}
|
|
2713
|
-
}, to = (t) => Object.values(t).reduce((o, n) => o.merge(
|
|
2714
|
-
const o = Object.entries(e).map(([m,
|
|
2731
|
+
}, to = (t) => Object.values(t).reduce((o, n) => o.merge(Re(n.fields)), kt({})), ro = (t, e) => (t.match(/[a-zA-Z_$][a-zA-Z0-9_$]*/g) || []).filter((i) => !(i in e)).length > 0 ? "" : t, St = (t, e) => {
|
|
2732
|
+
const o = Object.entries(e).map(([m, x]) => [m, S.isNil(x) ? "1" : x]), n = o.map(([m]) => m), i = o.map(([, m]) => m), a = ro(t, Object.fromEntries(o)), u = new Function(...n, `return ${a};`)(...i.map(Number));
|
|
2715
2733
|
return Number.isNaN(Number(u)) ? "0" : u.toString();
|
|
2716
2734
|
}, no = (t, e) => t.map((o) => ({
|
|
2717
2735
|
...o,
|
|
2718
2736
|
value: _t(o.value) ? St(o.value.formula, e) : o.value
|
|
2719
2737
|
})), oo = ({ subtitle: t, title: e }) => /* @__PURE__ */ r.jsx(r.Fragment, { children: (e || t) && /* @__PURE__ */ r.jsxs("div", { className: "flex flex-col gap-2", children: [
|
|
2720
|
-
e && /* @__PURE__ */ r.jsx(
|
|
2738
|
+
e && /* @__PURE__ */ r.jsx(Q, { as: "h3", children: e }),
|
|
2721
2739
|
t && /* @__PURE__ */ r.jsx("div", { className: "desk-body-regular-l text-color-dark", children: t })
|
|
2722
2740
|
] }) }), io = ({ rootDescription: t, rootValue: e, suffix: o }) => /* @__PURE__ */ r.jsxs("div", { className: "mb-6 flex items-center justify-between gap-6", children: [
|
|
2723
2741
|
/* @__PURE__ */ r.jsx("p", { className: "desk-body-regular-l text-color-dark", children: t }),
|
|
2724
2742
|
/* @__PURE__ */ r.jsx("div", { className: "desk-title-bold-l flex items-center gap-1 text-color-dark", children: /* @__PURE__ */ r.jsx("span", { children: Tt(o, Number(e)) }) })
|
|
2725
|
-
] }),
|
|
2743
|
+
] }), ao = ({ hint: t, value: e, label: o, mode: n, color: i = "dark", accent: a = !1 }) => /* @__PURE__ */ r.jsxs("div", { className: "flex items-center justify-between gap-4", children: [
|
|
2726
2744
|
/* @__PURE__ */ r.jsxs("div", { className: "flex items-center gap-2", children: [
|
|
2727
2745
|
/* @__PURE__ */ r.jsx("p", { className: "desk-body-regular-l text-color-dark", children: o }),
|
|
2728
2746
|
t && /* @__PURE__ */ r.jsx(
|
|
@@ -2737,16 +2755,16 @@ const Hn = (t, e) => {
|
|
|
2737
2755
|
/* @__PURE__ */ r.jsx(
|
|
2738
2756
|
"span",
|
|
2739
2757
|
{
|
|
2740
|
-
className:
|
|
2741
|
-
"[&&]:desk-title-bold-s":
|
|
2758
|
+
className: l("desk-body-medium-l text-color-dark", {
|
|
2759
|
+
"[&&]:desk-title-bold-s": a,
|
|
2742
2760
|
"text-color-primary-default": i === "blue"
|
|
2743
2761
|
}),
|
|
2744
2762
|
children: eo(n, e)
|
|
2745
2763
|
}
|
|
2746
2764
|
)
|
|
2747
|
-
] }),
|
|
2765
|
+
] }), lo = ({ infoList: t }) => {
|
|
2748
2766
|
const { watch: e } = we(), o = e(), n = no(t, o);
|
|
2749
|
-
return /* @__PURE__ */ r.jsx("div", { className: "my-4 flex flex-col gap-3 border-t border-solid border-blue-grey-500 pt-4", children: n == null ? void 0 : n.map((i) => /* @__PURE__ */ r.jsx(
|
|
2767
|
+
return /* @__PURE__ */ r.jsx("div", { className: "my-4 flex flex-col gap-3 border-t border-solid border-blue-grey-500 pt-4", children: n == null ? void 0 : n.map((i) => /* @__PURE__ */ r.jsx(ao, { ...i }, i.label)) });
|
|
2750
2768
|
}, uo = ({ iconName: t, text: e, hint: o }) => /* @__PURE__ */ r.jsxs("div", { className: "mb-6 flex items-center gap-2", children: [
|
|
2751
2769
|
/* @__PURE__ */ r.jsxs("div", { className: "flex items-center gap-1", children: [
|
|
2752
2770
|
/* @__PURE__ */ r.jsx(b, { name: t, className: "size-6 text-icon-blue-grey-800" }),
|
|
@@ -2755,42 +2773,42 @@ const Hn = (t, e) => {
|
|
|
2755
2773
|
o && /* @__PURE__ */ r.jsx(_e, { withCloseBtn: !1, triggerElement: /* @__PURE__ */ r.jsx(b, { name: "info/helpCircle", className: "size-5 text-icon-blue-grey-600" }), children: /* @__PURE__ */ r.jsx("p", { children: o }) })
|
|
2756
2774
|
] }), mo = ({ assistHint: t, buttonsConfig: e, bottomDescription: o }) => /* @__PURE__ */ r.jsxs("div", { children: [
|
|
2757
2775
|
t && /* @__PURE__ */ r.jsx(uo, { ...t }),
|
|
2758
|
-
/* @__PURE__ */ r.jsx("div", { className:
|
|
2776
|
+
/* @__PURE__ */ r.jsx("div", { className: l("flex items-center gap-4 mobile:flex-col"), children: e == null ? void 0 : e.map((n, i) => /* @__PURE__ */ r.jsx(Y, { className: "w-full", ...n }, i)) }),
|
|
2759
2777
|
o && /* @__PURE__ */ r.jsx("p", { className: "desk-body-regular-m mt-4 text-color-secondary", children: o })
|
|
2760
|
-
] }),
|
|
2778
|
+
] }), xo = ({
|
|
2761
2779
|
rootDescription: t,
|
|
2762
2780
|
bottomDescription: e,
|
|
2763
2781
|
rootValue: o,
|
|
2764
2782
|
title: n,
|
|
2765
2783
|
subtitle: i,
|
|
2766
|
-
buttonsConfig:
|
|
2784
|
+
buttonsConfig: a,
|
|
2767
2785
|
infoList: d,
|
|
2768
2786
|
suffix: u,
|
|
2769
2787
|
assistHint: m
|
|
2770
2788
|
}) => /* @__PURE__ */ r.jsxs("div", { className: "w-[456px] rounded-md bg-color-blue-grey-100 p-8", children: [
|
|
2771
2789
|
/* @__PURE__ */ r.jsx(io, { suffix: u, rootValue: o, rootDescription: t }),
|
|
2772
2790
|
/* @__PURE__ */ r.jsx(oo, { title: n, subtitle: i }),
|
|
2773
|
-
/* @__PURE__ */ r.jsx(
|
|
2774
|
-
/* @__PURE__ */ r.jsx(mo, { assistHint: m, buttonsConfig:
|
|
2775
|
-
] }),
|
|
2791
|
+
/* @__PURE__ */ r.jsx(lo, { infoList: d }),
|
|
2792
|
+
/* @__PURE__ */ r.jsx(mo, { assistHint: m, buttonsConfig: a, bottomDescription: e })
|
|
2793
|
+
] }), ho = 2e4, Ot = ({
|
|
2776
2794
|
slidersGroupConfig: t,
|
|
2777
2795
|
additionalSliderGroupConfig: e
|
|
2778
2796
|
}) => {
|
|
2779
|
-
const [o, n] =
|
|
2780
|
-
return
|
|
2781
|
-
|
|
2782
|
-
}, [j,
|
|
2797
|
+
const [o, n] = q(!1), { watch: i, setValue: a } = we(), d = t == null ? void 0 : t.fields.find(({ args: _ }) => _.name === "sum"), { args: u } = d || {}, { max: m, name: x, defaultValue: p } = u || {}, c = i(x), { min: g, name: f } = (e == null ? void 0 : e.args) ?? {}, v = i(f), j = Number(m ?? 0) - (c ?? p);
|
|
2798
|
+
return qe(() => {
|
|
2799
|
+
v > j && a(f, j);
|
|
2800
|
+
}, [j, v, a, c]), qe(() => {
|
|
2783
2801
|
Number(m) === c && n(!1);
|
|
2784
2802
|
}, [n, m, c]), {
|
|
2785
2803
|
sliderVisible: o,
|
|
2786
2804
|
setSliderVisible: n,
|
|
2787
2805
|
sumMax: m,
|
|
2788
|
-
sumName:
|
|
2806
|
+
sumName: x,
|
|
2789
2807
|
sumDefaultValue: p,
|
|
2790
2808
|
sumValue: c,
|
|
2791
2809
|
additionalSliderMax: j,
|
|
2792
2810
|
onCheckedChange: () => {
|
|
2793
|
-
n((_) => !_),
|
|
2811
|
+
n((_) => !_), v <= 0 && a(f, g), Number(m) === c && (a(x ?? "", c - ho), a(f, g));
|
|
2794
2812
|
},
|
|
2795
2813
|
sliderSumExist: !S.isObjectEmpty(d == null ? void 0 : d.args),
|
|
2796
2814
|
sliderSumCorrectType: (d == null ? void 0 : d.args.componentType) === "algorithmic" || (d == null ? void 0 : d.args.componentType) === "step"
|
|
@@ -2803,37 +2821,37 @@ const Hn = (t, e) => {
|
|
|
2803
2821
|
return /* @__PURE__ */ r.jsx("div", { children: "content 2" });
|
|
2804
2822
|
}
|
|
2805
2823
|
}, co = ({ triggerText: t, modalTitle: e, description: o, contentVariant: n }) => {
|
|
2806
|
-
const [i,
|
|
2824
|
+
const [i, a] = nr(!1);
|
|
2807
2825
|
return /* @__PURE__ */ r.jsxs("div", { className: "flex flex-col gap-4 rounded-sm bg-color-blue-grey-100 p-4", children: [
|
|
2808
2826
|
o && /* @__PURE__ */ r.jsx("p", { className: "desk-body-regular-l text-color-tetriary", children: o }),
|
|
2809
2827
|
/* @__PURE__ */ r.jsx(
|
|
2810
2828
|
"button",
|
|
2811
2829
|
{
|
|
2812
|
-
onClick: () =>
|
|
2830
|
+
onClick: () => a(!0),
|
|
2813
2831
|
className: "desk-body-regular-l w-max cursor-pointer text-color-primary-default underline underline-offset-4",
|
|
2814
2832
|
children: t
|
|
2815
2833
|
}
|
|
2816
2834
|
),
|
|
2817
|
-
/* @__PURE__ */ r.jsx(Zt, { title: e, isModalOpen: i, closeModal: () =>
|
|
2835
|
+
/* @__PURE__ */ r.jsx(Zt, { title: e, isModalOpen: i, closeModal: () => a(!1), children: po(n) })
|
|
2818
2836
|
] });
|
|
2819
2837
|
}, J = ({ fields: t }) => {
|
|
2820
2838
|
const { control: e } = we();
|
|
2821
|
-
return /* @__PURE__ */ r.jsx(
|
|
2839
|
+
return /* @__PURE__ */ r.jsx(De, { control: e, fields: t });
|
|
2822
2840
|
}, fo = ({
|
|
2823
2841
|
slidersGroupConfig: t,
|
|
2824
2842
|
additionalSliderGroupConfig: e
|
|
2825
2843
|
}) => {
|
|
2826
|
-
const { control: o } = we(), { sliderVisible: n, additionalSliderMax: i, onCheckedChange:
|
|
2844
|
+
const { control: o } = we(), { sliderVisible: n, additionalSliderMax: i, onCheckedChange: a } = Ot({
|
|
2827
2845
|
slidersGroupConfig: t,
|
|
2828
2846
|
additionalSliderGroupConfig: e
|
|
2829
2847
|
});
|
|
2830
2848
|
return S.isNil(e == null ? void 0 : e.args) || !(e != null && e.args) ? null : /* @__PURE__ */ r.jsxs("div", { className: "flex flex-col gap-4", children: [
|
|
2831
2849
|
/* @__PURE__ */ r.jsxs("div", { className: "inline-flex items-center gap-2", children: [
|
|
2832
|
-
/* @__PURE__ */ r.jsx(ye.SwitchBase, { checked: n, onCheckedChange:
|
|
2850
|
+
/* @__PURE__ */ r.jsx(ye.SwitchBase, { checked: n, onCheckedChange: a }),
|
|
2833
2851
|
/* @__PURE__ */ r.jsx("p", { className: "desk-body-regular-l", children: "Хочу получить деньги дополнительно" })
|
|
2834
2852
|
] }),
|
|
2835
2853
|
n && /* @__PURE__ */ r.jsx(
|
|
2836
|
-
|
|
2854
|
+
jt.SliderControl,
|
|
2837
2855
|
{
|
|
2838
2856
|
...e.args,
|
|
2839
2857
|
control: o,
|
|
@@ -2867,11 +2885,11 @@ const Hn = (t, e) => {
|
|
|
2867
2885
|
}
|
|
2868
2886
|
)
|
|
2869
2887
|
] });
|
|
2870
|
-
}, go =
|
|
2888
|
+
}, go = Ee(({ calculatorTabs: t, activeCalculator: e, setActiveCalculator: o }) => /* @__PURE__ */ r.jsx("div", { className: "mb-8 flex items-center gap-4", children: t == null ? void 0 : t.map(({ name: n, label: i }) => /* @__PURE__ */ r.jsx(
|
|
2871
2889
|
"button",
|
|
2872
2890
|
{
|
|
2873
2891
|
onClick: () => o(n),
|
|
2874
|
-
className:
|
|
2892
|
+
className: l(
|
|
2875
2893
|
"mob-body-regular-m text-nowrap rounded-sm bg-color-blue-grey-100 px-3 py-1.5 text-color-secondary outline-1 outline-offset-4 outline-transparent desktop:desk-body-regular-l focus:outline-primary-focus desktop:px-4 desktop:py-3",
|
|
2876
2894
|
{ "bg-icon-primary-default text-color-white": e === n }
|
|
2877
2895
|
),
|
|
@@ -2882,24 +2900,24 @@ const Hn = (t, e) => {
|
|
|
2882
2900
|
calculatorInfoConfig: t,
|
|
2883
2901
|
calculatorFieldsConfig: e
|
|
2884
2902
|
}) => {
|
|
2885
|
-
const o = to(e == null ? void 0 : e.fieldsGroup), n =
|
|
2903
|
+
const o = to(e == null ? void 0 : e.fieldsGroup), n = Be({
|
|
2886
2904
|
schema: o,
|
|
2887
2905
|
mode: "onBlur",
|
|
2888
|
-
defaultValues:
|
|
2889
|
-
}), i = n.watch(), { rootValue:
|
|
2906
|
+
defaultValues: Pe.getZodDefaults(o)
|
|
2907
|
+
}), i = n.watch(), { rootValue: a } = t, d = _t(a) ? St(a.formula, i) : a, u = { ...t, rootValue: d };
|
|
2890
2908
|
return /* @__PURE__ */ r.jsx(tr, { ...n, children: /* @__PURE__ */ r.jsxs("div", { className: "flex items-start gap-16", children: [
|
|
2891
2909
|
/* @__PURE__ */ r.jsx(bo, { ...e }),
|
|
2892
|
-
/* @__PURE__ */ r.jsx(
|
|
2910
|
+
/* @__PURE__ */ r.jsx(xo, { ...u })
|
|
2893
2911
|
] }) });
|
|
2894
|
-
},
|
|
2912
|
+
}, mt = ({ calculators: t, headline: e }) => {
|
|
2895
2913
|
var m;
|
|
2896
|
-
const o = t.length > 1, [n, i] =
|
|
2914
|
+
const o = t.length > 1, [n, i] = q(o ? (m = t[0]) == null ? void 0 : m.name : ""), a = se(() => t == null ? void 0 : t.map(({ name: x, label: p }) => ({ name: x, label: p })), [t]), d = o ? a == null ? void 0 : a.findIndex((x) => x.name === n) : 0, u = t[d];
|
|
2897
2915
|
return /* @__PURE__ */ r.jsx("section", { id: y.calculator, children: /* @__PURE__ */ r.jsx(F, { children: /* @__PURE__ */ r.jsxs("div", { className: "rounded-md bg-color-white px-10 py-12 shadow-md", children: [
|
|
2898
|
-
/* @__PURE__ */ r.jsx(
|
|
2916
|
+
/* @__PURE__ */ r.jsx(Q, { className: "mb-12", as: "h2", children: e }),
|
|
2899
2917
|
o && /* @__PURE__ */ r.jsx(
|
|
2900
2918
|
go,
|
|
2901
2919
|
{
|
|
2902
|
-
calculatorTabs:
|
|
2920
|
+
calculatorTabs: a,
|
|
2903
2921
|
activeCalculator: n,
|
|
2904
2922
|
setActiveCalculator: i
|
|
2905
2923
|
}
|
|
@@ -2916,33 +2934,33 @@ const Hn = (t, e) => {
|
|
|
2916
2934
|
] }) }) });
|
|
2917
2935
|
}, yo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2918
2936
|
__proto__: null,
|
|
2919
|
-
Calculator:
|
|
2920
|
-
default:
|
|
2937
|
+
Calculator: mt,
|
|
2938
|
+
default: mt
|
|
2921
2939
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2922
2940
|
export {
|
|
2923
2941
|
Ie as Advantages,
|
|
2924
2942
|
Oo as AuthProvider,
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2943
|
+
Je as Banner,
|
|
2944
|
+
Ye as BannerWithSeparateImg,
|
|
2945
|
+
Ze as Benefit,
|
|
2928
2946
|
Rn as Breadcrumbs,
|
|
2929
2947
|
Y as ButtonWithHandlers,
|
|
2930
|
-
|
|
2948
|
+
mt as Calculator,
|
|
2931
2949
|
jo as CalculatorView,
|
|
2932
2950
|
lt as DynamicForm,
|
|
2933
|
-
|
|
2951
|
+
dt as DynamicFormDialog,
|
|
2934
2952
|
Eo as FallbacksView,
|
|
2935
|
-
|
|
2936
|
-
|
|
2953
|
+
De as FieldMapper,
|
|
2954
|
+
Ge as Footer,
|
|
2937
2955
|
Fo as HTMLParser,
|
|
2938
2956
|
ie as HTMLRenderer,
|
|
2939
|
-
|
|
2940
|
-
|
|
2957
|
+
Xe as Header,
|
|
2958
|
+
it as InterLinking,
|
|
2941
2959
|
vr as KEYS_OF_WIDGET_LIST,
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2960
|
+
tt as LongBanner,
|
|
2961
|
+
ut as SeoHeader,
|
|
2962
|
+
et as Stepper,
|
|
2963
|
+
at as UsefulInfo,
|
|
2946
2964
|
wr as WIDGET_LIST_MAP,
|
|
2947
2965
|
On as queryClient,
|
|
2948
2966
|
y as widgetIds
|