stone-kit 0.0.593 → 0.0.594
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/{FilterWithSave-B3AIQIH9.js → FilterWithSave-BQuN1DVv.js} +33 -33
- package/dist/components/FilterWithSave/ui/FilterWithSave.js +1 -1
- package/dist/components/SortSelect/index.js +1 -1
- package/dist/components/SortSelect/ui/SortSelect.js +1 -1
- package/dist/components/TabSwitcher/index.js +1 -1
- package/dist/components/TabSwitcher/ui/TabSwitcher.js +1 -1
- package/dist/components/ZoomControls/ui/ZoomControls.js +1 -1
- package/dist/main.js +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as W, jsx as e, Fragment as F } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as Z, useState as B, useRef as J, useEffect as D } from "react";
|
|
3
3
|
import { NewIcon as R } from "./components/NewIcon/ui/NewIcon.js";
|
|
4
4
|
import { M as q } from "./Modal-BZv6nlLe.js";
|
|
@@ -58,8 +58,8 @@ const rt = "_root_2bilg_1", st = "_text_2bilg_18", nt = "_textMini_2bilg_26", ot
|
|
|
58
58
|
width_l: m,
|
|
59
59
|
mini: S = !1,
|
|
60
60
|
...k
|
|
61
|
-
} = a, x = (t != null && t.toString().length ? (t == null ? void 0 : t.toString().length) > 2 : !1) && O, b = (v,
|
|
62
|
-
return /* @__PURE__ */
|
|
61
|
+
} = a, x = (t != null && t.toString().length ? (t == null ? void 0 : t.toString().length) > 2 : !1) && O, b = (v, N) => v && o ? o : N && m ? m : f, h = !f && !o && !m && x;
|
|
62
|
+
return /* @__PURE__ */ W("label", { className: I({ [p.isLong]: x }), children: [
|
|
63
63
|
/* @__PURE__ */ e(
|
|
64
64
|
"input",
|
|
65
65
|
{
|
|
@@ -120,7 +120,7 @@ const T = Object.assign(vt, { Item: G }), L = V.bind(c), wt = ({
|
|
|
120
120
|
);
|
|
121
121
|
return D(() => (document.addEventListener("click", v), () => {
|
|
122
122
|
document.removeEventListener("click", v);
|
|
123
|
-
}), []), /* @__PURE__ */
|
|
123
|
+
}), []), /* @__PURE__ */ W(
|
|
124
124
|
"div",
|
|
125
125
|
{
|
|
126
126
|
ref: S,
|
|
@@ -136,7 +136,7 @@ const T = Object.assign(vt, { Item: G }), L = V.bind(c), wt = ({
|
|
|
136
136
|
f && f();
|
|
137
137
|
},
|
|
138
138
|
children: [
|
|
139
|
-
/* @__PURE__ */
|
|
139
|
+
/* @__PURE__ */ W("div", { className: L(c.inputWrapper), children: [
|
|
140
140
|
/* @__PURE__ */ e(
|
|
141
141
|
"input",
|
|
142
142
|
{
|
|
@@ -160,7 +160,7 @@ const T = Object.assign(vt, { Item: G }), L = V.bind(c), wt = ({
|
|
|
160
160
|
}
|
|
161
161
|
)
|
|
162
162
|
] }),
|
|
163
|
-
o && k && /* @__PURE__ */
|
|
163
|
+
o && k && /* @__PURE__ */ W(
|
|
164
164
|
q,
|
|
165
165
|
{
|
|
166
166
|
isOpen: o,
|
|
@@ -170,7 +170,7 @@ const T = Object.assign(vt, { Item: G }), L = V.bind(c), wt = ({
|
|
|
170
170
|
createPortalObj: { domNode: document.querySelector("body") },
|
|
171
171
|
isTransparentBack: !0,
|
|
172
172
|
children: [
|
|
173
|
-
/* @__PURE__ */
|
|
173
|
+
/* @__PURE__ */ W("div", { className: c.mobileSortHeader, children: [
|
|
174
174
|
/* @__PURE__ */ e(H, { children: "Сортировка" }),
|
|
175
175
|
/* @__PURE__ */ e("div", { onClick: () => m(!1), children: /* @__PURE__ */ e(
|
|
176
176
|
R,
|
|
@@ -180,11 +180,11 @@ const T = Object.assign(vt, { Item: G }), L = V.bind(c), wt = ({
|
|
|
180
180
|
}
|
|
181
181
|
) })
|
|
182
182
|
] }),
|
|
183
|
-
/* @__PURE__ */ e("div", { className: c.mobileOptionList, children: a == null ? void 0 : a.map((
|
|
183
|
+
/* @__PURE__ */ e("div", { className: c.mobileOptionList, children: a == null ? void 0 : a.map((N) => h(N)) })
|
|
184
184
|
]
|
|
185
185
|
}
|
|
186
186
|
),
|
|
187
|
-
o && !k && /* @__PURE__ */ e("div", { className: L(c.optionsList, { [c.optionListOnTop]: C }), children: a == null ? void 0 : a.map((
|
|
187
|
+
o && !k && /* @__PURE__ */ e("div", { className: L(c.optionsList, { [c.optionListOnTop]: C }), children: a == null ? void 0 : a.map((N) => h(N)) })
|
|
188
188
|
]
|
|
189
189
|
}
|
|
190
190
|
);
|
|
@@ -258,15 +258,15 @@ const jt = /* @__PURE__ */ tt(Et), $t = jt.bind(s), de = ({
|
|
|
258
258
|
onCLickSelect: g,
|
|
259
259
|
btnName: C = "Фильтр"
|
|
260
260
|
}) => {
|
|
261
|
-
const { isMobile: O } = E(), [f, o] = B(!1), m = J(null), [S, k] = B(i), [x] = B(u), [b, h] = B(S), [v,
|
|
262
|
-
if (d && d(r), a.some((
|
|
261
|
+
const { isMobile: O } = E(), [f, o] = B(!1), m = J(null), [S, k] = B(i), [x] = B(u), [b, h] = B(S), [v, N] = B(x), Q = (r) => {
|
|
262
|
+
if (d && d(r), a.some((y) => y.value === r.value))
|
|
263
263
|
return;
|
|
264
|
-
const
|
|
265
|
-
|
|
264
|
+
const w = v.some((y) => y.value === r.value) ? v.filter((y) => y.value !== r.value) : [...v, r];
|
|
265
|
+
N(w);
|
|
266
266
|
}, U = () => {
|
|
267
|
-
k(n), h(n),
|
|
267
|
+
k(n), h(n), N([]), _ && (_([]), t == null || t(n));
|
|
268
268
|
}, X = () => {
|
|
269
|
-
|
|
269
|
+
N(u), h(i);
|
|
270
270
|
}, j = () => {
|
|
271
271
|
X(), o(!1);
|
|
272
272
|
}, Y = (r) => {
|
|
@@ -275,10 +275,10 @@ const jt = /* @__PURE__ */ tt(Et), $t = jt.bind(s), de = ({
|
|
|
275
275
|
D(() => {
|
|
276
276
|
f || h((r) => JSON.stringify(r) !== JSON.stringify(i) ? i : r);
|
|
277
277
|
}, [f, i]), D(() => {
|
|
278
|
-
const r = (
|
|
278
|
+
const r = (w) => {
|
|
279
279
|
if (m.current) {
|
|
280
|
-
if (m.current.contains(
|
|
281
|
-
|
|
280
|
+
if (w.preventDefault(), m.current.contains(w.target)) {
|
|
281
|
+
w.target === m.current && o(!1);
|
|
282
282
|
return;
|
|
283
283
|
}
|
|
284
284
|
j();
|
|
@@ -288,7 +288,7 @@ const jt = /* @__PURE__ */ tt(Et), $t = jt.bind(s), de = ({
|
|
|
288
288
|
document.removeEventListener("click", r, { capture: !0 });
|
|
289
289
|
};
|
|
290
290
|
}, [f]);
|
|
291
|
-
const $ = () => /* @__PURE__ */
|
|
291
|
+
const $ = () => /* @__PURE__ */ W(F, { children: [
|
|
292
292
|
/* @__PURE__ */ e(
|
|
293
293
|
"div",
|
|
294
294
|
{
|
|
@@ -306,7 +306,7 @@ const jt = /* @__PURE__ */ tt(Et), $t = jt.bind(s), de = ({
|
|
|
306
306
|
}
|
|
307
307
|
),
|
|
308
308
|
/* @__PURE__ */ e("div", { className: s.modalTitle, children: "Фильтры" }),
|
|
309
|
-
/* @__PURE__ */
|
|
309
|
+
/* @__PURE__ */ W("div", { className: s.tabSWitcherWrapper, children: [
|
|
310
310
|
/* @__PURE__ */ e("div", { className: s.switcherTitle, children: "Готовность" }),
|
|
311
311
|
/* @__PURE__ */ e("div", { className: s.switcherScroll, children: /* @__PURE__ */ e(
|
|
312
312
|
T,
|
|
@@ -314,34 +314,34 @@ const jt = /* @__PURE__ */ tt(Et), $t = jt.bind(s), de = ({
|
|
|
314
314
|
variant: "grayRow",
|
|
315
315
|
addClassName: s.tabs,
|
|
316
316
|
isApart: !0,
|
|
317
|
-
children: n == null ? void 0 : n.map((r,
|
|
317
|
+
children: n == null ? void 0 : n.map((r, w) => {
|
|
318
318
|
var z;
|
|
319
|
-
const
|
|
319
|
+
const y = r.value;
|
|
320
320
|
return /* @__PURE__ */ e(
|
|
321
321
|
T.Item,
|
|
322
322
|
{
|
|
323
323
|
itemsLength: n == null ? void 0 : n.length,
|
|
324
324
|
mini: !0,
|
|
325
|
-
value:
|
|
325
|
+
value: y,
|
|
326
326
|
onClick: () => {
|
|
327
327
|
},
|
|
328
|
-
checked: ((z = b == null ? void 0 : b.find((A) => A.value ===
|
|
328
|
+
checked: ((z = b == null ? void 0 : b.find((A) => A.value === y)) == null ? void 0 : z.state) ?? !1,
|
|
329
329
|
onChange: () => {
|
|
330
330
|
h == null || h(
|
|
331
|
-
(A) => A.map((M) => M.value ===
|
|
331
|
+
(A) => A.map((M) => M.value === y ? { ...M, state: !M.state } : M)
|
|
332
332
|
);
|
|
333
333
|
},
|
|
334
|
-
index:
|
|
334
|
+
index: w,
|
|
335
335
|
addItemClassName: s.tabSwitcher,
|
|
336
|
-
children:
|
|
336
|
+
children: y
|
|
337
337
|
},
|
|
338
|
-
|
|
338
|
+
w
|
|
339
339
|
);
|
|
340
340
|
})
|
|
341
341
|
}
|
|
342
342
|
) })
|
|
343
343
|
] }),
|
|
344
|
-
/* @__PURE__ */ e("div", { className: s.selectWrapper, children: l == null ? void 0 : l.map((r,
|
|
344
|
+
/* @__PURE__ */ e("div", { className: s.selectWrapper, children: l == null ? void 0 : l.map((r, w) => /* @__PURE__ */ e(
|
|
345
345
|
it,
|
|
346
346
|
{
|
|
347
347
|
addClassName: s.filterOption,
|
|
@@ -351,9 +351,9 @@ const jt = /* @__PURE__ */ tt(Et), $t = jt.bind(s), de = ({
|
|
|
351
351
|
option: r,
|
|
352
352
|
handleOptionClick: Q
|
|
353
353
|
},
|
|
354
|
-
|
|
354
|
+
w
|
|
355
355
|
)) }),
|
|
356
|
-
/* @__PURE__ */
|
|
356
|
+
/* @__PURE__ */ W("div", { className: s.btnWrapper, children: [
|
|
357
357
|
/* @__PURE__ */ e(
|
|
358
358
|
P,
|
|
359
359
|
{
|
|
@@ -375,8 +375,8 @@ const jt = /* @__PURE__ */ tt(Et), $t = jt.bind(s), de = ({
|
|
|
375
375
|
)
|
|
376
376
|
] })
|
|
377
377
|
] });
|
|
378
|
-
return /* @__PURE__ */
|
|
379
|
-
/* @__PURE__ */
|
|
378
|
+
return /* @__PURE__ */ W(F, { children: [
|
|
379
|
+
/* @__PURE__ */ W(
|
|
380
380
|
"div",
|
|
381
381
|
{
|
|
382
382
|
className: s.root,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../NewIcon/ui/NewIcon.js";
|
|
4
|
-
import { F as w } from "../../../FilterWithSave-
|
|
4
|
+
import { F as w } from "../../../FilterWithSave-BQuN1DVv.js";
|
|
5
5
|
import "../../../Modal-BZv6nlLe.js";
|
|
6
6
|
import "../../../Option-CyYM1iBJ.js";
|
|
7
7
|
import "../../Button/ui/Button.js";
|
|
@@ -13,7 +13,7 @@ import "../../Text/ui/Text.js";
|
|
|
13
13
|
import "../../Flex/ui/Flex.js";
|
|
14
14
|
import "../../Input/ui/Input.js";
|
|
15
15
|
import "../../../Modal-BZv6nlLe.js";
|
|
16
|
-
import { a as z } from "../../../FilterWithSave-
|
|
16
|
+
import { a as z } from "../../../FilterWithSave-BQuN1DVv.js";
|
|
17
17
|
import "../../GroupedInput/ui/GroupedInputs.js";
|
|
18
18
|
import "../../MetroTag/ui/MetroTag.js";
|
|
19
19
|
import "../../LotCard/ui/LotCard.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { S as v } from "../../../FilterWithSave-
|
|
3
|
+
import { S as v } from "../../../FilterWithSave-BQuN1DVv.js";
|
|
4
4
|
import "../../Text/ui/Text.js";
|
|
5
5
|
import "../../../index-rKuIKazb.js";
|
|
6
6
|
import "../../Button/ui/Button.js";
|
|
@@ -11,7 +11,7 @@ import "../../Flex/ui/Flex.js";
|
|
|
11
11
|
import "../../Input/ui/Input.js";
|
|
12
12
|
import "react";
|
|
13
13
|
import "../../../Modal-BZv6nlLe.js";
|
|
14
|
-
import "../../../FilterWithSave-
|
|
14
|
+
import "../../../FilterWithSave-BQuN1DVv.js";
|
|
15
15
|
import "../../GroupedInput/ui/GroupedInputs.js";
|
|
16
16
|
import "../../../index-rKuIKazb.js";
|
|
17
17
|
import "../../MetroTag/ui/MetroTag.js";
|
package/dist/main.js
CHANGED
|
@@ -10,7 +10,7 @@ import { Flex as T } from "./components/Flex/ui/Flex.js";
|
|
|
10
10
|
import { Input as F } from "./components/Input/ui/Input.js";
|
|
11
11
|
import { M as g } from "./Modal-BZv6nlLe.js";
|
|
12
12
|
import { FieldInput as I } from "./components/FieldInput/ui/FieldInput.js";
|
|
13
|
-
import { F as B, a as L, S as k } from "./FilterWithSave-
|
|
13
|
+
import { F as B, a as L, S as k } from "./FilterWithSave-BQuN1DVv.js";
|
|
14
14
|
import { GroupedInputs as N } from "./components/GroupedInput/ui/GroupedInputs.js";
|
|
15
15
|
import { Logo as j } from "./components/Logo/ui/Logo.js";
|
|
16
16
|
import { MetroTag as D } from "./components/MetroTag/ui/MetroTag.js";
|