stone-kit 0.0.1049 → 0.0.1050
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-BxUAZs3U.js → FilterWithSave-B2QqOGDk.js} +1 -1
- package/dist/components/CommercialLotCard/CommercialLotCard.js +1 -1
- package/dist/components/CommercialLotCard/components/Snippets/Snippets.js +1 -1
- package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +1 -1
- package/dist/components/FilterWithSave/ui/FilterWithSave.js +1 -1
- package/dist/components/FormModal/ui/ModalForm.js +1 -1
- package/dist/components/LotCard/hooks/useLotCard.js +1 -1
- package/dist/components/LotCard/index.js +1 -1
- package/dist/components/LotCard/ui/LotCard.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/layout/components/Header/Header.js +1 -1
- package/dist/layout/components/Menu.js +1 -1
- package/dist/main.js +1 -1
- package/dist/pages/ButtonsPage/Buttons.js +1 -1
- package/dist/pages/FormsPage/FormsPage.js +1 -1
- package/dist/pages/IconsPage/IconsPage.js +1 -1
- package/dist/pages/InputPage/InputPage.js +1 -1
- package/dist/pages/LogoPage/LogoPage.js +1 -1
- package/dist/pages/LotsPage/LotsPage.js +34 -24
- package/dist/pages/LotsPage/const.d.ts +2 -1
- package/dist/pages/LotsPage/const.js +22 -8
- package/dist/pages/ModalsPage/ModalPage.js +1 -1
- package/dist/pages/SelectPage/SelectPage.js +1 -1
- package/dist/pages/TabsPage/TabsPage.js +1 -1
- package/dist/pages/TagsPage/TagsPage.js +1 -1
- package/dist/stories/entities/CommercialLotCard/CommercialLotCard.stories.js +1 -1
- package/dist/stories/shared/ui/FilterWithSave/FilterWithSave.stories.js +1 -1
- package/dist/stories/shared/ui/FormModal/FormModal.stories.js +1 -1
- package/dist/stories/shared/ui/SortSelect/SortSelect.stories.js +1 -1
- package/dist/stories/shared/ui/TabSwitcher/TabSwitcher.stories.js +1 -1
- package/package.json +1 -1
|
@@ -467,7 +467,7 @@ const Ue = Object.assign(Rr, {
|
|
|
467
467
|
),
|
|
468
468
|
D && K && /* @__PURE__ */ o("div", { className: k.price, children: "Цена по запросу" })
|
|
469
469
|
] }),
|
|
470
|
-
|
|
470
|
+
K && /* @__PURE__ */ o("div", { className: k.paymentClass, children: D ? M : M || I })
|
|
471
471
|
] }),
|
|
472
472
|
g && !Y && /* @__PURE__ */ o("div", { className: oe(k.lotPricePerMetr, k.projectLotPricePerMetr), children: Re(g, !0, A) })
|
|
473
473
|
] }),
|
|
@@ -3,7 +3,7 @@ import "../../index-YnD2EP-S.js";
|
|
|
3
3
|
import "../../shared/checkLargeOffice.js";
|
|
4
4
|
import "../../shared/fmtNumber.js";
|
|
5
5
|
import "./components/Price/Price.js";
|
|
6
|
-
import { C as d } from "../../FilterWithSave-
|
|
6
|
+
import { C as d } from "../../FilterWithSave-B2QqOGDk.js";
|
|
7
7
|
import "./components/Tags/Tags.js";
|
|
8
8
|
import "../FavoriteIcon/FavoriteIcon.js";
|
|
9
9
|
import "./components/PaymentLink/PaymentLink.js";
|
|
@@ -12,7 +12,7 @@ import "../../../Flex/ui/Flex.js";
|
|
|
12
12
|
import "../../../Input/ui/Input.js";
|
|
13
13
|
import "react-dom";
|
|
14
14
|
import "../../../../index-YnD2EP-S.js";
|
|
15
|
-
import { a as A } from "../../../../FilterWithSave-
|
|
15
|
+
import { a as A } from "../../../../FilterWithSave-B2QqOGDk.js";
|
|
16
16
|
import "../../../GroupedInput/ui/GroupedInputs.js";
|
|
17
17
|
import "../../../MetroTag/ui/MetroTag.js";
|
|
18
18
|
import "../../../Select/ui/Select.js";
|
|
@@ -12,7 +12,7 @@ import "../../Input/ui/Input.js";
|
|
|
12
12
|
import "react/jsx-runtime";
|
|
13
13
|
import "react-dom";
|
|
14
14
|
import "../../../index-YnD2EP-S.js";
|
|
15
|
-
import { b as w } from "../../../FilterWithSave-
|
|
15
|
+
import { b as w } from "../../../FilterWithSave-B2QqOGDk.js";
|
|
16
16
|
import "../../GroupedInput/ui/GroupedInputs.js";
|
|
17
17
|
import "../../MetroTag/ui/MetroTag.js";
|
|
18
18
|
import "../../Select/ui/Select.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../NewIcon/ui/NewIcon.js";
|
|
3
|
-
import { F as a } from "../../../FilterWithSave-
|
|
3
|
+
import { F as a } from "../../../FilterWithSave-B2QqOGDk.js";
|
|
4
4
|
import "../../Modal/ui/Modal.js";
|
|
5
5
|
import "../../../Option-DdjBe9yb.js";
|
|
6
6
|
import "../../Button/ui/Button.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { M as j, P as k } from "../../../FilterWithSave-
|
|
2
|
+
import { M as j, P as k } from "../../../FilterWithSave-B2QqOGDk.js";
|
|
3
3
|
import "../../Modal/ui/Modal.js";
|
|
4
4
|
import "../../Flex/ui/Flex.js";
|
|
5
5
|
import "../../Input/ui/Input.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { u as B } from "../../../FilterWithSave-
|
|
3
|
+
import { u as B } from "../../../FilterWithSave-B2QqOGDk.js";
|
|
4
4
|
import "../../Button/ui/Button.js";
|
|
5
5
|
import "../../mobileButton/ui/MobileButton.js";
|
|
6
6
|
import "../../NewIcon/ui/NewIcon.js";
|
|
@@ -5,7 +5,7 @@ import "../../../shared/mlnRound.js";
|
|
|
5
5
|
import "../../Button/ui/Button.js";
|
|
6
6
|
import "../../NewIcon/ui/NewIcon.js";
|
|
7
7
|
import "../../Tag/ui/Tag.js";
|
|
8
|
-
import { L as s } from "../../../FilterWithSave-
|
|
8
|
+
import { L as s } from "../../../FilterWithSave-B2QqOGDk.js";
|
|
9
9
|
import "../utils/formatPrice.js";
|
|
10
10
|
import "../../FavoriteIcon/FavoriteIcon.js";
|
|
11
11
|
export {
|
|
@@ -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/ui/Modal.js";
|
|
16
|
-
import { S as A } from "../../../FilterWithSave-
|
|
16
|
+
import { S as A } from "../../../FilterWithSave-B2QqOGDk.js";
|
|
17
17
|
import "../../GroupedInput/ui/GroupedInputs.js";
|
|
18
18
|
import "../../MetroTag/ui/MetroTag.js";
|
|
19
19
|
import "../../Select/ui/Select.js";
|
|
@@ -13,7 +13,7 @@ import "../../../components/Flex/ui/Flex.js";
|
|
|
13
13
|
import "../../../components/Input/ui/Input.js";
|
|
14
14
|
import "react-dom";
|
|
15
15
|
import "../../../index-YnD2EP-S.js";
|
|
16
|
-
import "../../../FilterWithSave-
|
|
16
|
+
import "../../../FilterWithSave-B2QqOGDk.js";
|
|
17
17
|
import "../../../components/GroupedInput/ui/GroupedInputs.js";
|
|
18
18
|
import "../../../components/MetroTag/ui/MetroTag.js";
|
|
19
19
|
import "../../../components/Select/ui/Select.js";
|
|
@@ -12,7 +12,7 @@ import "../../components/Input/ui/Input.js";
|
|
|
12
12
|
import "react";
|
|
13
13
|
import "react-dom";
|
|
14
14
|
import "../../index-YnD2EP-S.js";
|
|
15
|
-
import "../../FilterWithSave-
|
|
15
|
+
import "../../FilterWithSave-B2QqOGDk.js";
|
|
16
16
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
17
17
|
import "../../components/MetroTag/ui/MetroTag.js";
|
|
18
18
|
import "../../components/Select/ui/Select.js";
|
package/dist/main.js
CHANGED
|
@@ -10,7 +10,7 @@ import { Flex as h } from "./components/Flex/ui/Flex.js";
|
|
|
10
10
|
import { Input as T } from "./components/Input/ui/Input.js";
|
|
11
11
|
import { Modal as k } from "./components/Modal/ui/Modal.js";
|
|
12
12
|
import { FieldInput as F } from "./components/FieldInput/ui/FieldInput.js";
|
|
13
|
-
import { C as g, F as w, L as I, M as N, S as v, T as W } from "./FilterWithSave-
|
|
13
|
+
import { C as g, F as w, L as I, M as N, S as v, T as W } from "./FilterWithSave-B2QqOGDk.js";
|
|
14
14
|
import { GroupedInputs as q } from "./components/GroupedInput/ui/GroupedInputs.js";
|
|
15
15
|
import { Logo as D } from "./components/Logo/ui/Logo.js";
|
|
16
16
|
import { MetroTag as G } from "./components/MetroTag/ui/MetroTag.js";
|
|
@@ -12,7 +12,7 @@ import "../../components/Flex/ui/Flex.js";
|
|
|
12
12
|
import "../../components/Input/ui/Input.js";
|
|
13
13
|
import "react-dom";
|
|
14
14
|
import "../../index-YnD2EP-S.js";
|
|
15
|
-
import "../../FilterWithSave-
|
|
15
|
+
import "../../FilterWithSave-B2QqOGDk.js";
|
|
16
16
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
17
17
|
import "../../components/MetroTag/ui/MetroTag.js";
|
|
18
18
|
import "../../components/Select/ui/Select.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as l, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useState as s } from "react";
|
|
3
|
-
import { M as n } from "../../FilterWithSave-
|
|
3
|
+
import { M as n } from "../../FilterWithSave-B2QqOGDk.js";
|
|
4
4
|
import { Button as e } from "../../components/Button/ui/Button.js";
|
|
5
5
|
import "../../components/mobileButton/ui/MobileButton.js";
|
|
6
6
|
import "../../components/NewIcon/ui/NewIcon.js";
|
|
@@ -12,7 +12,7 @@ import "../../components/Input/ui/Input.js";
|
|
|
12
12
|
import "react";
|
|
13
13
|
import "react-dom";
|
|
14
14
|
import "../../index-YnD2EP-S.js";
|
|
15
|
-
import "../../FilterWithSave-
|
|
15
|
+
import "../../FilterWithSave-B2QqOGDk.js";
|
|
16
16
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
17
17
|
import "../../components/MetroTag/ui/MetroTag.js";
|
|
18
18
|
import "../../components/Select/ui/Select.js";
|
|
@@ -12,7 +12,7 @@ import { Input as t } from "../../components/Input/ui/Input.js";
|
|
|
12
12
|
import "react";
|
|
13
13
|
import "react-dom";
|
|
14
14
|
import "../../index-YnD2EP-S.js";
|
|
15
|
-
import "../../FilterWithSave-
|
|
15
|
+
import "../../FilterWithSave-B2QqOGDk.js";
|
|
16
16
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
17
17
|
import "../../components/MetroTag/ui/MetroTag.js";
|
|
18
18
|
import "../../components/Select/ui/Select.js";
|
|
@@ -12,7 +12,7 @@ import "../../components/Input/ui/Input.js";
|
|
|
12
12
|
import "react";
|
|
13
13
|
import "react-dom";
|
|
14
14
|
import "../../index-YnD2EP-S.js";
|
|
15
|
-
import "../../FilterWithSave-
|
|
15
|
+
import "../../FilterWithSave-B2QqOGDk.js";
|
|
16
16
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
17
17
|
import { Logo as r } from "../../components/Logo/ui/Logo.js";
|
|
18
18
|
import "../../components/MetroTag/ui/MetroTag.js";
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as t, jsxs as i } from "react/jsx-runtime";
|
|
2
2
|
import { useState as n } from "react";
|
|
3
3
|
import { LotCardSkeleton as c } from "../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
|
|
4
|
-
import { C as
|
|
4
|
+
import { C as a, L as e } from "../../FilterWithSave-B2QqOGDk.js";
|
|
5
5
|
import { ProjectCardSkeleton as p } from "../../components/ProjectCardSkeleton/ui/ProjectCardSkeleton.js";
|
|
6
|
-
import { testLot2 as d, testLot3 as m, testLot4 as f, testLot as
|
|
7
|
-
const
|
|
8
|
-
root:
|
|
9
|
-
lotWrapper:
|
|
10
|
-
optionsWrapper:
|
|
11
|
-
isFetching:
|
|
12
|
-
},
|
|
13
|
-
const [o,
|
|
14
|
-
return /* @__PURE__ */ t("div", { className:
|
|
15
|
-
/* @__PURE__ */ t(
|
|
16
|
-
!o && /* @__PURE__ */ t(
|
|
6
|
+
import { testLot2 as d, testLot3 as m, testLot4 as f, testLotLarge as h, testLot as l, testLotEmpty as C } from "./const.js";
|
|
7
|
+
const F = "_root_1w9fc_1", L = "_lotWrapper_1w9fc_8", _ = "_optionsWrapper_1w9fc_14", g = "_isFetching_1w9fc_20", r = {
|
|
8
|
+
root: F,
|
|
9
|
+
lotWrapper: L,
|
|
10
|
+
optionsWrapper: _,
|
|
11
|
+
isFetching: g
|
|
12
|
+
}, B = () => {
|
|
13
|
+
const [o, s] = n(!1);
|
|
14
|
+
return /* @__PURE__ */ t("div", { className: r.root, children: /* @__PURE__ */ i("div", { className: r.lotWrapper, children: [
|
|
15
|
+
/* @__PURE__ */ t(a, { lot: d, isVertical: !0 }),
|
|
16
|
+
!o && /* @__PURE__ */ t(a, { lot: m }),
|
|
17
17
|
!o && /* @__PURE__ */ t(
|
|
18
|
-
|
|
18
|
+
a,
|
|
19
19
|
{
|
|
20
20
|
lot: f,
|
|
21
21
|
favoriteClickHandler: () => {
|
|
@@ -23,17 +23,27 @@ const C = "_root_1w9fc_1", _ = "_lotWrapper_1w9fc_8", F = "_optionsWrapper_1w9fc
|
|
|
23
23
|
}
|
|
24
24
|
),
|
|
25
25
|
!o && /* @__PURE__ */ t(
|
|
26
|
-
|
|
26
|
+
e,
|
|
27
27
|
{
|
|
28
|
-
lot:
|
|
28
|
+
lot: h,
|
|
29
|
+
favoriteClickHandler: () => {
|
|
30
|
+
},
|
|
31
|
+
handleBtnForm: () => {
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
!o && /* @__PURE__ */ t(
|
|
36
|
+
e,
|
|
37
|
+
{
|
|
38
|
+
lot: l,
|
|
29
39
|
handleBtnForm: () => {
|
|
30
40
|
}
|
|
31
41
|
}
|
|
32
42
|
),
|
|
33
43
|
!o && /* @__PURE__ */ t(
|
|
34
|
-
|
|
44
|
+
e,
|
|
35
45
|
{
|
|
36
|
-
lot:
|
|
46
|
+
lot: l,
|
|
37
47
|
favoriteClickHandler: () => {
|
|
38
48
|
},
|
|
39
49
|
handleBtnForm: () => {
|
|
@@ -41,22 +51,22 @@ const C = "_root_1w9fc_1", _ = "_lotWrapper_1w9fc_8", F = "_optionsWrapper_1w9fc
|
|
|
41
51
|
}
|
|
42
52
|
),
|
|
43
53
|
!o && /* @__PURE__ */ t(
|
|
44
|
-
|
|
54
|
+
e,
|
|
45
55
|
{
|
|
46
56
|
favoriteClickHandler: () => {
|
|
47
57
|
},
|
|
48
|
-
lot:
|
|
58
|
+
lot: C,
|
|
49
59
|
handleBtnForm: () => {
|
|
50
60
|
}
|
|
51
61
|
}
|
|
52
62
|
),
|
|
53
63
|
/* @__PURE__ */ i("div", { style: { display: "flex", flexWrap: "wrap" }, children: [
|
|
54
64
|
!o && /* @__PURE__ */ t(
|
|
55
|
-
|
|
65
|
+
e,
|
|
56
66
|
{
|
|
57
67
|
favoriteClickHandler: () => {
|
|
58
68
|
},
|
|
59
|
-
lot:
|
|
69
|
+
lot: l,
|
|
60
70
|
rowConditions: !1,
|
|
61
71
|
handleBtnForm: () => {
|
|
62
72
|
}
|
|
@@ -65,18 +75,18 @@ const C = "_root_1w9fc_1", _ = "_lotWrapper_1w9fc_8", F = "_optionsWrapper_1w9fc
|
|
|
65
75
|
/* @__PURE__ */ t(c, { isProjectCard: !0 })
|
|
66
76
|
] }),
|
|
67
77
|
/* @__PURE__ */ t(p, {}),
|
|
68
|
-
/* @__PURE__ */ t("div", { className:
|
|
78
|
+
/* @__PURE__ */ t("div", { className: r.optionsWrapper, children: /* @__PURE__ */ i("label", { className: r.isFetching, children: [
|
|
69
79
|
"isFetching",
|
|
70
80
|
/* @__PURE__ */ t(
|
|
71
81
|
"input",
|
|
72
82
|
{
|
|
73
83
|
type: "checkbox",
|
|
74
|
-
onClick: () =>
|
|
84
|
+
onClick: () => s(!o)
|
|
75
85
|
}
|
|
76
86
|
)
|
|
77
87
|
] }) })
|
|
78
88
|
] }) });
|
|
79
89
|
};
|
|
80
90
|
export {
|
|
81
|
-
|
|
91
|
+
B as LotsPage
|
|
82
92
|
};
|
|
@@ -4,4 +4,5 @@ declare const testLotEmpty: ILot;
|
|
|
4
4
|
declare const testLot2: ILot;
|
|
5
5
|
declare const testLot3: ILot;
|
|
6
6
|
declare const testLot4: ILot;
|
|
7
|
-
|
|
7
|
+
declare const testLotLarge: ILot;
|
|
8
|
+
export { testLot, testLotEmpty, testLot2, testLot3, testLot4, testLotLarge };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const e = {
|
|
2
2
|
id: 3218,
|
|
3
3
|
objectId: "SM-M2.1-203",
|
|
4
4
|
lotUuid: "f220e644-a66e-11ef-8384-005056b5170a",
|
|
@@ -671,11 +671,11 @@ const l = {
|
|
|
671
671
|
windowViews: [],
|
|
672
672
|
workPlacesCount: null,
|
|
673
673
|
workroom: !1
|
|
674
|
-
},
|
|
675
|
-
...
|
|
674
|
+
}, l = {
|
|
675
|
+
...e,
|
|
676
676
|
status: 2
|
|
677
677
|
}, n = {
|
|
678
|
-
...
|
|
678
|
+
...l,
|
|
679
679
|
discount: "5.00",
|
|
680
680
|
sellingPrice: null,
|
|
681
681
|
sellingPriceBeforeDiscount: null,
|
|
@@ -685,7 +685,7 @@ const l = {
|
|
|
685
685
|
slug: "m21-204",
|
|
686
686
|
lotUuid: "f220e644-a66e-11ef-8384-005056b5170b"
|
|
687
687
|
}, o = {
|
|
688
|
-
...
|
|
688
|
+
...l,
|
|
689
689
|
discount: "7.00",
|
|
690
690
|
sellingPrice: "25000000",
|
|
691
691
|
sellingPriceBeforeDiscount: "26881720",
|
|
@@ -694,11 +694,25 @@ const l = {
|
|
|
694
694
|
number: "M2.1-205",
|
|
695
695
|
slug: "m21-205",
|
|
696
696
|
lotUuid: "f220e644-a66e-11ef-8384-005056b5170c"
|
|
697
|
+
}, a = {
|
|
698
|
+
...e,
|
|
699
|
+
subType: 8,
|
|
700
|
+
subTypeName: "Крупный офис",
|
|
701
|
+
area: "500.00",
|
|
702
|
+
id: 3221,
|
|
703
|
+
objectId: "SM-M2.1-500",
|
|
704
|
+
number: "M2.1-500",
|
|
705
|
+
slug: "m21-500",
|
|
706
|
+
lotUuid: "f220e644-a66e-11ef-8384-005056b5170d",
|
|
707
|
+
workPlacesCount: 50,
|
|
708
|
+
sellingPrice: null,
|
|
709
|
+
sellingPriceBeforeDiscount: null
|
|
697
710
|
};
|
|
698
711
|
export {
|
|
699
|
-
|
|
700
|
-
|
|
712
|
+
e as testLot,
|
|
713
|
+
l as testLot2,
|
|
701
714
|
n as testLot3,
|
|
702
715
|
o as testLot4,
|
|
703
|
-
s as testLotEmpty
|
|
716
|
+
s as testLotEmpty,
|
|
717
|
+
a as testLotLarge
|
|
704
718
|
};
|
|
@@ -12,7 +12,7 @@ import "../../components/Flex/ui/Flex.js";
|
|
|
12
12
|
import "../../components/Input/ui/Input.js";
|
|
13
13
|
import { Modal as m } from "../../components/Modal/ui/Modal.js";
|
|
14
14
|
import "../../index-YnD2EP-S.js";
|
|
15
|
-
import "../../FilterWithSave-
|
|
15
|
+
import "../../FilterWithSave-B2QqOGDk.js";
|
|
16
16
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
17
17
|
import "../../components/MetroTag/ui/MetroTag.js";
|
|
18
18
|
import "../../components/Select/ui/Select.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as n } from "react";
|
|
3
3
|
import { SummarySelect as u } from "../../components/SummarySelect/ui/SummarySelect.js";
|
|
4
|
-
import { F as m, S as y } from "../../FilterWithSave-
|
|
4
|
+
import { F as m, S as y } from "../../FilterWithSave-B2QqOGDk.js";
|
|
5
5
|
import { defaultOption as i, defaultCategory as a } from "./const.js";
|
|
6
6
|
import { CheckboxSelect as v } from "../../components/CheckboxSelect/ui/CheckboxSelect.js";
|
|
7
7
|
import { CheckBox as k } from "../../components/CheckBox/CheckBox.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as o, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as p } from "react";
|
|
3
|
-
import { T as i } from "../../FilterWithSave-
|
|
3
|
+
import { T as i } from "../../FilterWithSave-B2QqOGDk.js";
|
|
4
4
|
import { FieldInput as l } from "../../components/FieldInput/ui/FieldInput.js";
|
|
5
5
|
import { TabSelect as d } from "../../components/TabSelect/ui/TabSelect.js";
|
|
6
6
|
const m = "_root_idppf_1", _ = "_tabsShort_idppf_7", g = "_tabSelectWrapper_idppf_11", v = "_whiteRow_apart_idppf_22", w = "_row_apart_idppf_26", n = {
|
|
@@ -12,7 +12,7 @@ import "../../components/Input/ui/Input.js";
|
|
|
12
12
|
import "react";
|
|
13
13
|
import "react-dom";
|
|
14
14
|
import "../../index-YnD2EP-S.js";
|
|
15
|
-
import "../../FilterWithSave-
|
|
15
|
+
import "../../FilterWithSave-B2QqOGDk.js";
|
|
16
16
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
17
17
|
import { MetroTag as o } from "../../components/MetroTag/ui/MetroTag.js";
|
|
18
18
|
import "../../components/Select/ui/Select.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { l as o } from "../../../index-BJwl9stn.js";
|
|
3
|
-
import { C as n } from "../../../FilterWithSave-
|
|
3
|
+
import { C as n } from "../../../FilterWithSave-B2QqOGDk.js";
|
|
4
4
|
const l = {
|
|
5
5
|
id: 1,
|
|
6
6
|
lotUuid: "123-abc",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { l as e } from "../../../../index-BJwl9stn.js";
|
|
2
|
-
import { F as l } from "../../../../FilterWithSave-
|
|
2
|
+
import { F as l } from "../../../../FilterWithSave-B2QqOGDk.js";
|
|
3
3
|
const t = [
|
|
4
4
|
{ value: "1", label: "Option 1" },
|
|
5
5
|
{ value: "2", label: "Option 2" },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
2
|
import { l as i } from "../../../../index-BJwl9stn.js";
|
|
3
|
-
import { M as o } from "../../../../FilterWithSave-
|
|
3
|
+
import { M as o } from "../../../../FilterWithSave-B2QqOGDk.js";
|
|
4
4
|
const r = {
|
|
5
5
|
title: "shared/ui/FormModal",
|
|
6
6
|
component: o,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { l as e } from "../../../../index-BJwl9stn.js";
|
|
2
|
-
import { S as a } from "../../../../FilterWithSave-
|
|
2
|
+
import { S as a } from "../../../../FilterWithSave-B2QqOGDk.js";
|
|
3
3
|
const t = [
|
|
4
4
|
{ value: "price-asc", label: "Price: Low to High" },
|
|
5
5
|
{ value: "price-desc", label: "Price: High to Low" },
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { l as a } from "../../../../index-BJwl9stn.js";
|
|
2
|
-
import { T as e } from "../../../../FilterWithSave-
|
|
2
|
+
import { T as e } from "../../../../FilterWithSave-B2QqOGDk.js";
|
|
3
3
|
const t = [
|
|
4
4
|
{ value: "tab1", label: "Overview" },
|
|
5
5
|
{ value: "tab2", label: "Details" },
|