stone-kit 0.0.877 → 0.0.879
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/App.js +1 -1
- package/dist/{src/pages/ButtonsPage/ButtonState/ButtonState.module.scss.js → ButtonState.module-DtW3aevR.js} +1 -4
- package/dist/FilterWithSave-Bp6rH8Pe.js +2230 -0
- package/dist/Menu-CgCfinVZ.js +513 -0
- package/dist/Option-BVIm7wOW.js +83 -0
- package/dist/{src/components/NewIcon/assets/PinTrans.svg.js → PinTrans-D6OZq76b.js} +4 -4
- package/dist/Router.js +9 -9
- package/dist/{src/components/NewIcon/assets/SmallFilter.svg.js → SmallFilter-C-VKnbkP.js} +3 -3
- package/dist/components/Button/ui/Button.js +73 -44
- package/dist/components/CheckBox/CheckBox.js +46 -35
- package/dist/components/CheckBoxNew/CheckBoxNew.js +23 -19
- package/dist/components/CheckboxSelect/ui/CheckboxSelect.js +31 -24
- package/dist/components/DestinationTab/ui/DestinationTab.js +48 -35
- package/dist/components/FieldInput/ui/FieldInput.js +10 -7
- package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +5 -61
- package/dist/components/FilterWithSave/ui/FilterWithSave.js +7 -266
- package/dist/components/Flex/ui/Flex.js +61 -26
- package/dist/components/FormModal/ui/ModalForm.js +14 -289
- package/dist/components/GroupedInput/ui/GroupedInputs.js +6 -5
- package/dist/components/Input/ui/Input.js +3307 -74
- package/dist/components/Logo/ui/Logo.js +31 -19
- package/dist/components/Logo/ui/Logo.types.js +10 -18
- package/dist/components/LotCard/hooks/useLotCard.js +11 -125
- package/dist/components/LotCard/index.js +2 -2
- package/dist/components/LotCard/ui/LotCard.js +9 -150
- package/dist/components/LotCardSkeleton/ui/LotCardSkeleton.js +58 -31
- package/dist/components/MetroLabel/ui/MetroLabel.js +24 -19
- package/dist/components/MetroTag/ui/MetroTag.js +72 -59
- package/dist/components/Modal/ui/Modal.js +38 -33
- package/dist/components/ModalSuccess/ModalSuccess.js +35 -26
- package/dist/components/NewIcon/icons/PinTrans.js +3 -3
- package/dist/components/NewIcon/icons/SmallFilter.js +1 -1
- package/dist/components/NewIcon/ui/NewIcon.js +301 -141
- package/dist/components/ProjectCardSkeleton/ui/ProjectCardSkeleton.js +15 -5
- package/dist/components/RoundButton/ui/RoundButton.js +60 -42
- package/dist/components/Select/ui/Category.js +29 -30
- package/dist/components/Select/ui/Option.js +5 -52
- package/dist/components/Select/ui/Select.js +23 -24
- package/dist/components/SliderNavigation/ui/SliderNavigation.js +28 -27
- package/dist/components/SortSelect/hooks/useSortSelect.js +4 -59
- package/dist/components/SortSelect/index.js +1 -1
- package/dist/components/SortSelect/ui/SortSelect.js +9 -114
- package/dist/components/SummarySelect/ui/SummarySelect.js +69 -59
- package/dist/components/Switcher/ui/Switcher.js +24 -13
- package/dist/components/TabSelect/ui/TabSelect.js +34 -28
- package/dist/components/TabSwitcher/index.js +2 -2
- package/dist/components/TabSwitcher/ui/TabSwitcher.js +7 -84
- package/dist/components/Tag/ui/Tag.js +67 -19
- package/dist/components/Text/ui/Text.js +13 -12
- package/dist/components/TextArea/TextArea.js +14 -11
- package/dist/components/ZoomControls/ui/ZoomControls.js +11 -8
- package/dist/components/mobileButton/ui/MobileButton.js +39 -34
- package/dist/index-DmANy9jd.js +890 -0
- package/dist/{node_modules/classnames/index.js → index-rKuIKazb.js} +15 -12
- package/dist/layout/Layout.js +8 -7
- package/dist/layout/components/Header/Header.js +44 -41
- package/dist/layout/components/Menu.js +6 -111
- package/dist/main.js +42 -46
- package/dist/pages/ButtonsPage/ButtonState/ButtonState.js +1 -1
- package/dist/pages/ButtonsPage/Buttons.js +62 -54
- package/dist/pages/CheckboxPage/CheckboxPage.js +51 -47
- package/dist/pages/FormsPage/FormsPage.js +32 -31
- package/dist/pages/HomePage/HomePage.js +4 -3
- package/dist/pages/IconsPage/IconsPage.js +10 -12
- package/dist/pages/InputPage/InputPage.js +12 -17
- package/dist/pages/LogoPage/LogoPage.js +14 -17
- package/dist/pages/LotsPage/LotsPage.js +15 -15
- package/dist/pages/ModalsPage/ModalPage.js +14 -19
- package/dist/pages/SelectPage/SelectPage.js +41 -42
- package/dist/pages/TabsPage/TabsPage.js +51 -49
- package/dist/pages/TagsPage/TagsPage.js +7 -10
- package/dist/stories/Button.js +4 -5
- package/dist/stories/Header.js +3 -4
- package/dist/stories/Page.js +2 -3
- package/dist/style.css +1 -1
- package/dist/useSortSelect-CjZXLFOG.js +80 -0
- package/package.json +4 -3
- package/dist/_virtual/_commonjsHelpers.js +0 -6
- package/dist/_virtual/bind.js +0 -4
- package/dist/_virtual/index.js +0 -4
- package/dist/_virtual/index2.js +0 -4
- package/dist/_virtual/index3.js +0 -4
- package/dist/_virtual/react-is.development.js +0 -4
- package/dist/_virtual/react-is.production.min.js +0 -4
- package/dist/node_modules/@remix-run/router/dist/router.js +0 -431
- package/dist/node_modules/classnames/bind.js +0 -42
- package/dist/node_modules/imask/esm/controls/html-contenteditable-mask-element.js +0 -35
- package/dist/node_modules/imask/esm/controls/html-input-mask-element.js +0 -31
- package/dist/node_modules/imask/esm/controls/html-mask-element.js +0 -48
- package/dist/node_modules/imask/esm/controls/input-history.js +0 -30
- package/dist/node_modules/imask/esm/controls/input.js +0 -224
- package/dist/node_modules/imask/esm/controls/mask-element.js +0 -43
- package/dist/node_modules/imask/esm/core/action-details.js +0 -51
- package/dist/node_modules/imask/esm/core/change-details.js +0 -36
- package/dist/node_modules/imask/esm/core/continuous-tail-details.js +0 -44
- package/dist/node_modules/imask/esm/core/holder.js +0 -6
- package/dist/node_modules/imask/esm/core/utils.js +0 -80
- package/dist/node_modules/imask/esm/index.js +0 -50
- package/dist/node_modules/imask/esm/masked/base.js +0 -257
- package/dist/node_modules/imask/esm/masked/date.js +0 -118
- package/dist/node_modules/imask/esm/masked/dynamic.js +0 -224
- package/dist/node_modules/imask/esm/masked/enum.js +0 -70
- package/dist/node_modules/imask/esm/masked/factory.js +0 -51
- package/dist/node_modules/imask/esm/masked/function.js +0 -23
- package/dist/node_modules/imask/esm/masked/number.js +0 -215
- package/dist/node_modules/imask/esm/masked/pattern/chunk-tail-details.js +0 -110
- package/dist/node_modules/imask/esm/masked/pattern/cursor.js +0 -102
- package/dist/node_modules/imask/esm/masked/pattern/fixed-definition.js +0 -103
- package/dist/node_modules/imask/esm/masked/pattern/input-definition.js +0 -134
- package/dist/node_modules/imask/esm/masked/pattern.js +0 -339
- package/dist/node_modules/imask/esm/masked/pipe.js +0 -23
- package/dist/node_modules/imask/esm/masked/range.js +0 -82
- package/dist/node_modules/imask/esm/masked/regexp.js +0 -21
- package/dist/node_modules/imask/esm/masked/repeat.js +0 -106
- package/dist/node_modules/object-assign/index.js +0 -55
- package/dist/node_modules/prop-types/checkPropTypes.js +0 -55
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js +0 -53
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +0 -330
- package/dist/node_modules/prop-types/index.js +0 -15
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -11
- package/dist/node_modules/prop-types/lib/has.js +0 -7
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -95
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -79
- package/dist/node_modules/prop-types/node_modules/react-is/index.js +0 -10
- package/dist/node_modules/react-hook-form/dist/index.esm.js +0 -1062
- package/dist/node_modules/react-imask/esm/input.js +0 -25
- package/dist/node_modules/react-imask/esm/mixin.js +0 -131
- package/dist/node_modules/react-router/dist/index.js +0 -486
- package/dist/node_modules/react-router-dom/dist/index.js +0 -424
- package/dist/src/components/Button/ui/Button.module.scss.js +0 -49
- package/dist/src/components/CheckBox/s.module.scss.js +0 -24
- package/dist/src/components/CheckBoxNew/s.module.scss.js +0 -13
- package/dist/src/components/CheckboxSelect/ui/s.module.scss.js +0 -19
- package/dist/src/components/DestinationTab/ui/DestinationTab.module.scss.js +0 -23
- package/dist/src/components/FieldInput/ui/FieldInput.module.scss.js +0 -11
- package/dist/src/components/FilterWithSave/ui/s.module.scss.js +0 -39
- package/dist/src/components/Flex/ui/Flex.module.scss.js +0 -41
- package/dist/src/components/FormModal/ui/ModalForm.module.scss.js +0 -31
- package/dist/src/components/GroupedInput/ui/GroupedInputs.module.scss.js +0 -7
- package/dist/src/components/Input/ui/Input.module.scss.js +0 -43
- package/dist/src/components/Logo/assets/LogoBlack.svg.js +0 -4
- package/dist/src/components/Logo/assets/LogoDom.svg.js +0 -4
- package/dist/src/components/Logo/assets/LogoNewDom.svg.js +0 -4
- package/dist/src/components/Logo/assets/LogoNewOffice.svg.js +0 -4
- package/dist/src/components/Logo/assets/LogoOffice.svg.js +0 -4
- package/dist/src/components/Logo/assets/LogoRealty.svg.js +0 -4
- package/dist/src/components/Logo/assets/LogoValue.svg.js +0 -4
- package/dist/src/components/Logo/assets/LogoWhite.svg.js +0 -4
- package/dist/src/components/Logo/ui/Logo.module.scss.js +0 -29
- package/dist/src/components/LotCard/assets/testLot.webp.js +0 -4
- package/dist/src/components/LotCard/ui/LotCard.module.scss.js +0 -71
- package/dist/src/components/LotCardSkeleton/ui/LotCardSkeleton.module.scss.js +0 -59
- package/dist/src/components/MetroLabel/ui/MetroLabel.module.scss.js +0 -15
- package/dist/src/components/MetroTag/ui/MetroTag.module.scss.js +0 -31
- package/dist/src/components/Modal/ui/Modal.module.scss.js +0 -15
- package/dist/src/components/ModalSuccess/styles.module.scss.js +0 -23
- package/dist/src/components/NewIcon/assets/ArrowLong.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/ArrowShort.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Auto.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Building.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Burger.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/BurgerClose.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Call.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Callback.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Case.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Check.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Circle.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Close.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/DirectionDown.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Download.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Filter.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Food.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Fullscreen.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Heart.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Layers.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/LayersFilled.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Loader.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Lock.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Metro.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Minus.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/MinusCheck.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Moon.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Park.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Pedestrian.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Phone.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/PhoneFilled.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Pin.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Play.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Play2.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Plus.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Redo.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Ruble.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Search.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/SelectChecked.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/SelectUnchecked.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Share.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Sport.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/SquareMeter.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Star.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/StarFilled.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Sun.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Telegram.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Timer.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/TwoArrows.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/User.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/WhatsApp.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/WithoutDecor.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/arrowRight.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/mail.svg.js +0 -10
- package/dist/src/components/NewIcon/ui/NewIcon.module.scss.js +0 -4
- package/dist/src/components/ProjectCardSkeleton/ui/ProjectCardSkeleton.module.scss.js +0 -25
- package/dist/src/components/RoundButton/ui/RoundButton.module.scss.js +0 -29
- package/dist/src/components/Select/ui/Select.module.scss.js +0 -52
- package/dist/src/components/SliderNavigation/ui/SliderNavigation.module.scss.js +0 -7
- package/dist/src/components/SortSelect/ui/SortSelect.module.scss.js +0 -41
- package/dist/src/components/SummarySelect/ui/SummarySelect.module.scss.js +0 -25
- package/dist/src/components/Switcher/ui/Switcher.module.scss.js +0 -27
- package/dist/src/components/TabSelect/ui/TabSelect.module.scss.js +0 -17
- package/dist/src/components/TabSwitcher/ui/TabSwitcher.module.scss.js +0 -57
- package/dist/src/components/Tag/ui/Tag.module.scss.js +0 -70
- package/dist/src/components/Text/ui/Text.module.scss.js +0 -7
- package/dist/src/components/TextArea/styles.module.scss.js +0 -9
- package/dist/src/components/ZoomControls/ui/ZoomControls.module.scss.js +0 -11
- package/dist/src/components/mobileButton/ui/MobileButton.module.scss.js +0 -12
- package/dist/src/layout/components/Header/s.module.scss.js +0 -19
- package/dist/src/layout/components/Menu.module.scss.js +0 -9
- package/dist/src/layout/style.module.scss.js +0 -7
- package/dist/src/pages/ButtonsPage/ButtonState/ButtonState.js +0 -18
- package/dist/src/pages/ButtonsPage/ButtonsPage.module.scss.js +0 -9
- package/dist/src/pages/CheckboxPage/CheckboxPage.module.scss.js +0 -13
- package/dist/src/pages/FormsPage/FormsPage.module.scss.js +0 -15
- package/dist/src/pages/HomePage/HomePage.module.scss.js +0 -7
- package/dist/src/pages/IconsPage/IconsPage.module.scss.js +0 -9
- package/dist/src/pages/InputPage/InputPage.module.scss.js +0 -4
- package/dist/src/pages/LogoPage/LogoPage.module.scss.js +0 -7
- package/dist/src/pages/LotsPage/LotsPage.module.scss.js +0 -13
- package/dist/src/pages/ModalsPage/ModalPage.module.scss.js +0 -4
- package/dist/src/pages/SelectPage/SelectPage.module.scss.js +0 -11
- package/dist/src/pages/TabsPage/TabsPage.module.scss.js +0 -17
- package/dist/src/pages/TagsPage/TagsPage.module.scss.js +0 -7
- package/dist/src/stories/button.css.js +0 -1
- package/dist/src/stories/header.css.js +0 -1
- package/dist/src/stories/page.css.js +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs as t, jsx as
|
|
1
|
+
import { jsxs as t, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import "../../components/Button/ui/Button.js";
|
|
3
3
|
import "../../components/mobileButton/ui/MobileButton.js";
|
|
4
4
|
import "../../components/NewIcon/ui/NewIcon.js";
|
|
@@ -11,31 +11,28 @@ import "../../components/Flex/ui/Flex.js";
|
|
|
11
11
|
import "../../components/Input/ui/Input.js";
|
|
12
12
|
import "react";
|
|
13
13
|
import "react-dom";
|
|
14
|
-
import "../../
|
|
14
|
+
import "../../FilterWithSave-Bp6rH8Pe.js";
|
|
15
15
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
16
|
-
import { Logo as
|
|
16
|
+
import { Logo as r } from "../../components/Logo/ui/Logo.js";
|
|
17
17
|
import "../../components/MetroTag/ui/MetroTag.js";
|
|
18
|
-
import "../../components/LotCard/ui/LotCard.js";
|
|
19
18
|
import "../../components/Select/ui/Select.js";
|
|
20
|
-
import "../../components/SortSelect/ui/SortSelect.js";
|
|
21
19
|
import "../../components/SliderNavigation/ui/SliderNavigation.js";
|
|
22
20
|
import "../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
|
|
23
21
|
import "../../components/TabSelect/ui/TabSelect.js";
|
|
24
|
-
import "../../components/FormModal/ui/ModalForm.js";
|
|
25
|
-
import "../../components/FilterWithSave/ui/FilterWithSave.js";
|
|
26
22
|
import "../../components/CheckBox/CheckBox.js";
|
|
27
23
|
import "../../components/CheckBoxNew/CheckBoxNew.js";
|
|
28
24
|
import "../../components/CheckboxSelect/ui/CheckboxSelect.js";
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
/* @__PURE__ */ r
|
|
33
|
-
/* @__PURE__ */ r
|
|
34
|
-
/* @__PURE__ */ r
|
|
35
|
-
/* @__PURE__ */ r
|
|
36
|
-
/* @__PURE__ */ r
|
|
37
|
-
/* @__PURE__ */ r
|
|
25
|
+
const i = "_root_6bj02_1", m = {
|
|
26
|
+
root: i
|
|
27
|
+
}, q = () => /* @__PURE__ */ t("div", { className: m.root, children: [
|
|
28
|
+
/* @__PURE__ */ o(r, { variant: "black" }),
|
|
29
|
+
/* @__PURE__ */ o(r, { variant: "white" }),
|
|
30
|
+
/* @__PURE__ */ o(r, { variant: "value" }),
|
|
31
|
+
/* @__PURE__ */ o(r, { variant: "office" }),
|
|
32
|
+
/* @__PURE__ */ o(r, { variant: "dom" }),
|
|
33
|
+
/* @__PURE__ */ o(r, { variant: "newOffice" }),
|
|
34
|
+
/* @__PURE__ */ o(r, { variant: "realty" })
|
|
38
35
|
] });
|
|
39
36
|
export {
|
|
40
|
-
|
|
37
|
+
q as LogoPage
|
|
41
38
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
1
|
+
import { jsx as e, jsxs as a } from "react/jsx-runtime";
|
|
2
2
|
import { useState as u } from "react";
|
|
3
3
|
import "../../components/Button/ui/Button.js";
|
|
4
4
|
import "../../components/mobileButton/ui/MobileButton.js";
|
|
@@ -11,24 +11,24 @@ import "../../components/Text/ui/Text.js";
|
|
|
11
11
|
import "../../components/Flex/ui/Flex.js";
|
|
12
12
|
import "../../components/Input/ui/Input.js";
|
|
13
13
|
import "react-dom";
|
|
14
|
-
import "../../
|
|
14
|
+
import { L as o } from "../../FilterWithSave-Bp6rH8Pe.js";
|
|
15
15
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
16
|
-
import "../../
|
|
16
|
+
import "../../index-rKuIKazb.js";
|
|
17
17
|
import "../../components/MetroTag/ui/MetroTag.js";
|
|
18
|
-
import { LotCard as o } from "../../components/LotCard/ui/LotCard.js";
|
|
19
18
|
import "../../components/Select/ui/Select.js";
|
|
20
|
-
import "../../components/SortSelect/ui/SortSelect.js";
|
|
21
19
|
import "../../components/SliderNavigation/ui/SliderNavigation.js";
|
|
22
20
|
import { LotCardSkeleton as s } from "../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
|
|
23
21
|
import { ProjectCardSkeleton as m } from "../../components/ProjectCardSkeleton/ui/ProjectCardSkeleton.js";
|
|
24
22
|
import "../../components/TabSelect/ui/TabSelect.js";
|
|
25
|
-
import "../../components/FormModal/ui/ModalForm.js";
|
|
26
|
-
import "../../components/FilterWithSave/ui/FilterWithSave.js";
|
|
27
23
|
import "../../components/CheckBox/CheckBox.js";
|
|
28
24
|
import "../../components/CheckBoxNew/CheckBoxNew.js";
|
|
29
25
|
import "../../components/CheckboxSelect/ui/CheckboxSelect.js";
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
const g = "_root_1w9fc_1", d = "_lotWrapper_1w9fc_8", f = "_optionsWrapper_1w9fc_14", h = "_isFetching_1w9fc_20", r = {
|
|
27
|
+
root: g,
|
|
28
|
+
lotWrapper: d,
|
|
29
|
+
optionsWrapper: f,
|
|
30
|
+
isFetching: h
|
|
31
|
+
}, z = () => {
|
|
32
32
|
const i = {
|
|
33
33
|
id: 1,
|
|
34
34
|
name: "Жилой Комплекс 'Северный'",
|
|
@@ -477,8 +477,8 @@ const Q = () => {
|
|
|
477
477
|
lotsCount: 100
|
|
478
478
|
},
|
|
479
479
|
reservations: ["res-001", "res-002"]
|
|
480
|
-
}, [t, p] = u(!1),
|
|
481
|
-
return
|
|
480
|
+
}, [t, p] = u(!1), l = JSON.parse(JSON.stringify(i));
|
|
481
|
+
return l.status = 2, /* @__PURE__ */ e("div", { className: r.root, children: /* @__PURE__ */ a("div", { className: r.lotWrapper, children: [
|
|
482
482
|
/* @__PURE__ */ e(s, {}),
|
|
483
483
|
!t && /* @__PURE__ */ e(
|
|
484
484
|
o,
|
|
@@ -491,7 +491,7 @@ const Q = () => {
|
|
|
491
491
|
!t && /* @__PURE__ */ e(
|
|
492
492
|
o,
|
|
493
493
|
{
|
|
494
|
-
lot:
|
|
494
|
+
lot: l,
|
|
495
495
|
handleBtnForm: () => {
|
|
496
496
|
}
|
|
497
497
|
}
|
|
@@ -512,7 +512,7 @@ const Q = () => {
|
|
|
512
512
|
}
|
|
513
513
|
}
|
|
514
514
|
),
|
|
515
|
-
/* @__PURE__ */
|
|
515
|
+
/* @__PURE__ */ a("div", { style: { display: "flex", flexWrap: "wrap" }, children: [
|
|
516
516
|
!t && /* @__PURE__ */ e(
|
|
517
517
|
o,
|
|
518
518
|
{
|
|
@@ -525,7 +525,7 @@ const Q = () => {
|
|
|
525
525
|
/* @__PURE__ */ e(s, { isProjectCard: !0 })
|
|
526
526
|
] }),
|
|
527
527
|
/* @__PURE__ */ e(m, {}),
|
|
528
|
-
/* @__PURE__ */ e("div", { className: r.optionsWrapper, children: /* @__PURE__ */
|
|
528
|
+
/* @__PURE__ */ e("div", { className: r.optionsWrapper, children: /* @__PURE__ */ a("label", { className: r.isFetching, children: [
|
|
529
529
|
"isFetching",
|
|
530
530
|
/* @__PURE__ */ e(
|
|
531
531
|
"input",
|
|
@@ -538,5 +538,5 @@ const Q = () => {
|
|
|
538
538
|
] }) });
|
|
539
539
|
};
|
|
540
540
|
export {
|
|
541
|
-
|
|
541
|
+
z as LotsPage
|
|
542
542
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useState as
|
|
3
|
-
import a from "../../src/pages/ModalsPage/ModalPage.module.scss.js";
|
|
1
|
+
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useState as e } from "react";
|
|
4
3
|
import { Button as r } from "../../components/Button/ui/Button.js";
|
|
5
4
|
import "../../components/mobileButton/ui/MobileButton.js";
|
|
6
5
|
import "../../components/NewIcon/ui/NewIcon.js";
|
|
@@ -11,25 +10,21 @@ import "../../components/Switcher/ui/Switcher.js";
|
|
|
11
10
|
import "../../components/Text/ui/Text.js";
|
|
12
11
|
import "../../components/Flex/ui/Flex.js";
|
|
13
12
|
import "../../components/Input/ui/Input.js";
|
|
14
|
-
import { Modal as
|
|
15
|
-
import "../../
|
|
13
|
+
import { Modal as m } from "../../components/Modal/ui/Modal.js";
|
|
14
|
+
import "../../FilterWithSave-Bp6rH8Pe.js";
|
|
16
15
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
17
|
-
import "../../
|
|
16
|
+
import "../../index-rKuIKazb.js";
|
|
18
17
|
import "../../components/MetroTag/ui/MetroTag.js";
|
|
19
|
-
import "../../components/LotCard/ui/LotCard.js";
|
|
20
18
|
import "../../components/Select/ui/Select.js";
|
|
21
|
-
import "../../components/SortSelect/ui/SortSelect.js";
|
|
22
19
|
import "../../components/SliderNavigation/ui/SliderNavigation.js";
|
|
23
20
|
import "../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
|
|
24
21
|
import "../../components/TabSelect/ui/TabSelect.js";
|
|
25
|
-
import "../../components/FormModal/ui/ModalForm.js";
|
|
26
|
-
import "../../components/FilterWithSave/ui/FilterWithSave.js";
|
|
27
22
|
import "../../components/CheckBox/CheckBox.js";
|
|
28
23
|
import "../../components/CheckBoxNew/CheckBoxNew.js";
|
|
29
24
|
import "../../components/CheckboxSelect/ui/CheckboxSelect.js";
|
|
30
|
-
const
|
|
31
|
-
const [
|
|
32
|
-
return /* @__PURE__ */
|
|
25
|
+
const p = {}, z = () => {
|
|
26
|
+
const [s, n] = e(!1), [c, i] = e(!1);
|
|
27
|
+
return /* @__PURE__ */ l("div", { className: p.root, children: [
|
|
33
28
|
/* @__PURE__ */ t(
|
|
34
29
|
r,
|
|
35
30
|
{
|
|
@@ -39,9 +34,9 @@ const H = () => {
|
|
|
39
34
|
}
|
|
40
35
|
),
|
|
41
36
|
/* @__PURE__ */ t(
|
|
42
|
-
|
|
37
|
+
m,
|
|
43
38
|
{
|
|
44
|
-
isOpen:
|
|
39
|
+
isOpen: s,
|
|
45
40
|
emitIsOpen: () => n((o) => !o),
|
|
46
41
|
isTransparentBack: !0,
|
|
47
42
|
children: /* @__PURE__ */ t(
|
|
@@ -54,10 +49,10 @@ const H = () => {
|
|
|
54
49
|
)
|
|
55
50
|
}
|
|
56
51
|
),
|
|
57
|
-
/* @__PURE__ */
|
|
58
|
-
|
|
52
|
+
/* @__PURE__ */ l(
|
|
53
|
+
m,
|
|
59
54
|
{
|
|
60
|
-
isOpen:
|
|
55
|
+
isOpen: c,
|
|
61
56
|
emitIsOpen: () => i((o) => !o),
|
|
62
57
|
leaveDisableScroll: !0,
|
|
63
58
|
children: [
|
|
@@ -131,5 +126,5 @@ const H = () => {
|
|
|
131
126
|
] });
|
|
132
127
|
};
|
|
133
128
|
export {
|
|
134
|
-
|
|
129
|
+
z as default
|
|
135
130
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as n } from "react";
|
|
3
3
|
import "../../components/Button/ui/Button.js";
|
|
4
4
|
import "../../components/mobileButton/ui/MobileButton.js";
|
|
@@ -6,31 +6,30 @@ import "../../components/NewIcon/ui/NewIcon.js";
|
|
|
6
6
|
import "../../components/DestinationTab/ui/DestinationTab.js";
|
|
7
7
|
import "../../components/RoundButton/ui/RoundButton.js";
|
|
8
8
|
import "../../components/Tag/ui/Tag.js";
|
|
9
|
-
import { Switcher as
|
|
9
|
+
import { Switcher as m } from "../../components/Switcher/ui/Switcher.js";
|
|
10
10
|
import "../../components/Text/ui/Text.js";
|
|
11
11
|
import "../../components/Flex/ui/Flex.js";
|
|
12
12
|
import "../../components/Input/ui/Input.js";
|
|
13
13
|
import "react-dom";
|
|
14
|
-
import "../../
|
|
14
|
+
import { F as f, a as b } from "../../FilterWithSave-Bp6rH8Pe.js";
|
|
15
15
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
16
|
-
import "../../
|
|
16
|
+
import "../../index-rKuIKazb.js";
|
|
17
17
|
import "../../components/MetroTag/ui/MetroTag.js";
|
|
18
|
-
import "../../components/LotCard/ui/LotCard.js";
|
|
19
18
|
import { Select as r } from "../../components/Select/ui/Select.js";
|
|
20
|
-
import { SortSelect as b } from "../../components/SortSelect/ui/SortSelect.js";
|
|
21
19
|
import "../../components/SliderNavigation/ui/SliderNavigation.js";
|
|
22
20
|
import "../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
|
|
23
21
|
import "../../components/TabSelect/ui/TabSelect.js";
|
|
24
|
-
import "../../components/FormModal/ui/ModalForm.js";
|
|
25
22
|
import { SummarySelect as p } from "../../components/SummarySelect/ui/SummarySelect.js";
|
|
26
|
-
import { FilterWithSave as f } from "../../components/FilterWithSave/ui/FilterWithSave.js";
|
|
27
23
|
import { CheckBox as y } from "../../components/CheckBox/CheckBox.js";
|
|
28
24
|
import "../../components/CheckBoxNew/CheckBoxNew.js";
|
|
29
25
|
import { CheckboxSelect as k } from "../../components/CheckboxSelect/ui/CheckboxSelect.js";
|
|
30
|
-
import c from "../../src/pages/SelectPage/SelectPage.module.scss.js";
|
|
31
26
|
import { defaultOption as d, defaultCategory as a } from "./const.js";
|
|
32
|
-
const
|
|
33
|
-
|
|
27
|
+
const V = "_sort_1szg2_1", _ = "_addClass_1szg2_6", x = "_filterWithSave_1szg2_14", c = {
|
|
28
|
+
sort: V,
|
|
29
|
+
addClass: _,
|
|
30
|
+
filterWithSave: x
|
|
31
|
+
}, Z = () => {
|
|
32
|
+
const [u, g] = n(d[0]), [l, S] = n([]), [s, h] = n("options"), v = [
|
|
34
33
|
{ label: "sdfsdfsdf", setValue: () => {
|
|
35
34
|
}, isSelected: !1, disabled: !0 },
|
|
36
35
|
{ label: "sdfsdfsdf", setValue: () => {
|
|
@@ -41,13 +40,13 @@ const ee = () => {
|
|
|
41
40
|
}, isSelected: !0, disabled: !1 },
|
|
42
41
|
{ label: "sdfsdfsdf", setValue: () => {
|
|
43
42
|
}, isSelected: !0, disabled: !1 }
|
|
44
|
-
], C = (
|
|
45
|
-
!
|
|
46
|
-
},
|
|
47
|
-
|
|
43
|
+
], C = (t) => {
|
|
44
|
+
!t || !t.target || g(t.target.value);
|
|
45
|
+
}, i = (t) => {
|
|
46
|
+
t && S(t);
|
|
48
47
|
};
|
|
49
|
-
return /* @__PURE__ */
|
|
50
|
-
/* @__PURE__ */
|
|
48
|
+
return /* @__PURE__ */ o("div", { className: c.root, children: [
|
|
49
|
+
/* @__PURE__ */ o("div", { children: [
|
|
51
50
|
/* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
52
51
|
f,
|
|
53
52
|
{
|
|
@@ -61,11 +60,11 @@ const ee = () => {
|
|
|
61
60
|
]
|
|
62
61
|
}
|
|
63
62
|
) }),
|
|
64
|
-
/* @__PURE__ */
|
|
63
|
+
/* @__PURE__ */ o("div", { children: [
|
|
65
64
|
/* @__PURE__ */ e("h2", { children: " Селектор с чекбоксами" }),
|
|
66
65
|
/* @__PURE__ */ e(k, { checkboxes: v })
|
|
67
66
|
] }),
|
|
68
|
-
/* @__PURE__ */
|
|
67
|
+
/* @__PURE__ */ o("div", { children: [
|
|
69
68
|
/* @__PURE__ */ e("h2", { children: "старый чекбокс" }),
|
|
70
69
|
/* @__PURE__ */ e(
|
|
71
70
|
y,
|
|
@@ -77,7 +76,7 @@ const ee = () => {
|
|
|
77
76
|
}
|
|
78
77
|
)
|
|
79
78
|
] }),
|
|
80
|
-
/* @__PURE__ */
|
|
79
|
+
/* @__PURE__ */ o("div", { children: [
|
|
81
80
|
/* @__PURE__ */ e("h2", { children: " Фильтрация с сохранением" }),
|
|
82
81
|
/* @__PURE__ */ e("div", { className: c.filterWithSave, children: /* @__PURE__ */ e(f, {}) })
|
|
83
82
|
] }),
|
|
@@ -88,26 +87,26 @@ const ee = () => {
|
|
|
88
87
|
mini: !0,
|
|
89
88
|
selectedOption: u,
|
|
90
89
|
options: d,
|
|
91
|
-
onChange: (
|
|
90
|
+
onChange: (t) => C(t)
|
|
92
91
|
}
|
|
93
92
|
) })
|
|
94
93
|
] }),
|
|
95
|
-
/* @__PURE__ */
|
|
96
|
-
/* @__PURE__ */
|
|
94
|
+
/* @__PURE__ */ o("div", { className: c.summarySelect, children: [
|
|
95
|
+
/* @__PURE__ */ o("div", { style: { display: "flex", gap: "20px" }, children: [
|
|
97
96
|
/* @__PURE__ */ e("h2", { children: "SummarySelect" }),
|
|
98
97
|
/* @__PURE__ */ e(
|
|
99
|
-
|
|
98
|
+
m,
|
|
100
99
|
{
|
|
101
|
-
isActive:
|
|
102
|
-
onClick: () =>
|
|
100
|
+
isActive: s === "category",
|
|
101
|
+
onClick: () => h(s === "options" ? "category" : "options"),
|
|
103
102
|
children: "mode category"
|
|
104
103
|
}
|
|
105
104
|
),
|
|
106
105
|
/* @__PURE__ */ e(
|
|
107
|
-
|
|
106
|
+
m,
|
|
108
107
|
{
|
|
109
|
-
isActive:
|
|
110
|
-
onClick: () =>
|
|
108
|
+
isActive: s === "double",
|
|
109
|
+
onClick: () => h(s === "options" ? "double" : "options"),
|
|
111
110
|
children: "mode double"
|
|
112
111
|
}
|
|
113
112
|
)
|
|
@@ -115,12 +114,12 @@ const ee = () => {
|
|
|
115
114
|
/* @__PURE__ */ e(
|
|
116
115
|
p,
|
|
117
116
|
{
|
|
118
|
-
mode:
|
|
117
|
+
mode: s,
|
|
119
118
|
label: "Проект",
|
|
120
119
|
isShowReset: !0,
|
|
121
120
|
selectedValues: l,
|
|
122
|
-
options:
|
|
123
|
-
onChange: (
|
|
121
|
+
options: s === "category" ? a : d,
|
|
122
|
+
onChange: (t) => i(t)
|
|
124
123
|
}
|
|
125
124
|
),
|
|
126
125
|
/* @__PURE__ */ e(
|
|
@@ -131,22 +130,22 @@ const ee = () => {
|
|
|
131
130
|
isShowReset: !0,
|
|
132
131
|
selectedValues: l,
|
|
133
132
|
options: d,
|
|
134
|
-
onChange: (
|
|
133
|
+
onChange: (t) => i(t)
|
|
135
134
|
}
|
|
136
135
|
)
|
|
137
136
|
] }),
|
|
138
|
-
/* @__PURE__ */
|
|
137
|
+
/* @__PURE__ */ o("div", { children: [
|
|
139
138
|
/* @__PURE__ */ e("h2", { children: "Селект mode option" }),
|
|
140
139
|
/* @__PURE__ */ e(
|
|
141
140
|
r,
|
|
142
141
|
{
|
|
143
142
|
selectedValues: l,
|
|
144
143
|
options: a,
|
|
145
|
-
onChange: (
|
|
144
|
+
onChange: (t) => i(t)
|
|
146
145
|
}
|
|
147
146
|
)
|
|
148
147
|
] }),
|
|
149
|
-
/* @__PURE__ */
|
|
148
|
+
/* @__PURE__ */ o("div", { children: [
|
|
150
149
|
/* @__PURE__ */ e("h2", { children: "Селект mode category" }),
|
|
151
150
|
/* @__PURE__ */ e(
|
|
152
151
|
r,
|
|
@@ -154,11 +153,11 @@ const ee = () => {
|
|
|
154
153
|
mode: "category",
|
|
155
154
|
selectedValues: l,
|
|
156
155
|
options: a,
|
|
157
|
-
onChange: (
|
|
156
|
+
onChange: (t) => i(t)
|
|
158
157
|
}
|
|
159
158
|
)
|
|
160
159
|
] }),
|
|
161
|
-
/* @__PURE__ */
|
|
160
|
+
/* @__PURE__ */ o("div", { children: [
|
|
162
161
|
/* @__PURE__ */ e("h2", { children: "Селект mode double" }),
|
|
163
162
|
/* @__PURE__ */ e(
|
|
164
163
|
r,
|
|
@@ -167,11 +166,11 @@ const ee = () => {
|
|
|
167
166
|
options: a,
|
|
168
167
|
mode: "double",
|
|
169
168
|
clickableOptions: ["Category1", "options1", "options3"],
|
|
170
|
-
onChange: (
|
|
169
|
+
onChange: (t) => i(t)
|
|
171
170
|
}
|
|
172
171
|
)
|
|
173
172
|
] }),
|
|
174
|
-
/* @__PURE__ */
|
|
173
|
+
/* @__PURE__ */ o("div", { children: [
|
|
175
174
|
/* @__PURE__ */ e("h2", { children: "Селект кнопка" }),
|
|
176
175
|
/* @__PURE__ */ e("div", { style: { display: "flex", justifyContent: "flex-end" }, children: /* @__PURE__ */ e(
|
|
177
176
|
r,
|
|
@@ -182,12 +181,12 @@ const ee = () => {
|
|
|
182
181
|
isListRight: !0,
|
|
183
182
|
selectedValues: l,
|
|
184
183
|
options: d,
|
|
185
|
-
onChange: (
|
|
184
|
+
onChange: (t) => i(t)
|
|
186
185
|
}
|
|
187
186
|
) })
|
|
188
187
|
] })
|
|
189
188
|
] });
|
|
190
189
|
};
|
|
191
190
|
export {
|
|
192
|
-
|
|
191
|
+
Z as SelectPage
|
|
193
192
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useState as
|
|
1
|
+
import { jsxs as h, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { useState as m } from "react";
|
|
3
3
|
import "../../components/Button/ui/Button.js";
|
|
4
4
|
import "../../components/mobileButton/ui/MobileButton.js";
|
|
5
5
|
import "../../components/NewIcon/ui/NewIcon.js";
|
|
@@ -11,30 +11,32 @@ import "../../components/Text/ui/Text.js";
|
|
|
11
11
|
import "../../components/Flex/ui/Flex.js";
|
|
12
12
|
import "../../components/Input/ui/Input.js";
|
|
13
13
|
import "react-dom";
|
|
14
|
-
import { FieldInput as
|
|
15
|
-
import {
|
|
14
|
+
import { FieldInput as p } from "../../components/FieldInput/ui/FieldInput.js";
|
|
15
|
+
import { S as i } from "../../FilterWithSave-Bp6rH8Pe.js";
|
|
16
16
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
17
|
-
import "../../
|
|
17
|
+
import "../../index-rKuIKazb.js";
|
|
18
18
|
import "../../components/MetroTag/ui/MetroTag.js";
|
|
19
|
-
import "../../components/LotCard/ui/LotCard.js";
|
|
20
19
|
import "../../components/Select/ui/Select.js";
|
|
21
|
-
import "../../components/SortSelect/ui/SortSelect.js";
|
|
22
20
|
import "../../components/SliderNavigation/ui/SliderNavigation.js";
|
|
23
21
|
import "../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
|
|
24
|
-
import { TabSelect as
|
|
25
|
-
import "../../components/FormModal/ui/ModalForm.js";
|
|
26
|
-
import "../../components/FilterWithSave/ui/FilterWithSave.js";
|
|
22
|
+
import { TabSelect as d } from "../../components/TabSelect/ui/TabSelect.js";
|
|
27
23
|
import "../../components/CheckBox/CheckBox.js";
|
|
28
24
|
import "../../components/CheckBoxNew/CheckBoxNew.js";
|
|
29
25
|
import "../../components/CheckboxSelect/ui/CheckboxSelect.js";
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
26
|
+
const c = "_root_idppf_1", _ = "_tabsShort_idppf_7", w = "_tabSelectWrapper_idppf_11", v = "_destinationWrapper_idppf_15", g = "_whiteRow_apart_idppf_22", u = "_row_apart_idppf_26", n = {
|
|
27
|
+
root: c,
|
|
28
|
+
tabsShort: _,
|
|
29
|
+
tabSelectWrapper: w,
|
|
30
|
+
destinationWrapper: v,
|
|
31
|
+
whiteRow_apart: g,
|
|
32
|
+
row_apart: u
|
|
33
|
+
}, K = () => {
|
|
34
|
+
const [l, o] = m("C мебелью"), s = ["C мебелью", "C размерами", "План этажа", "Ген. план"], a = ["Студия", "1", "2", "3", "4+"];
|
|
35
|
+
return /* @__PURE__ */ h("div", { className: n.root, children: [
|
|
36
|
+
/* @__PURE__ */ r(i, { children: a.map((t, e) => /* @__PURE__ */ r(
|
|
37
|
+
i.Item,
|
|
36
38
|
{
|
|
37
|
-
itemsLength:
|
|
39
|
+
itemsLength: a.length,
|
|
38
40
|
size_s: "medium",
|
|
39
41
|
size_l: "large",
|
|
40
42
|
index: e,
|
|
@@ -44,23 +46,23 @@ const J = () => {
|
|
|
44
46
|
},
|
|
45
47
|
e
|
|
46
48
|
)) }),
|
|
47
|
-
/* @__PURE__ */ r("div", { className: n.tabsShort, children: /* @__PURE__ */ r(
|
|
48
|
-
|
|
49
|
+
/* @__PURE__ */ r("div", { className: n.tabsShort, children: /* @__PURE__ */ r(p, { label: "Количество спален", children: /* @__PURE__ */ r(i, { children: a.map((t, e) => /* @__PURE__ */ r(
|
|
50
|
+
i.Item,
|
|
49
51
|
{
|
|
50
|
-
itemsLength:
|
|
52
|
+
itemsLength: a.length,
|
|
51
53
|
index: e,
|
|
52
54
|
value: t,
|
|
53
55
|
addItemClassName: e === 0 ? n.gg : "",
|
|
54
56
|
children: t
|
|
55
57
|
}
|
|
56
58
|
)) }) }) }),
|
|
57
|
-
/* @__PURE__ */ r("div", { className: n.tabsShort, children: /* @__PURE__ */ r(
|
|
58
|
-
|
|
59
|
+
/* @__PURE__ */ r("div", { className: n.tabsShort, children: /* @__PURE__ */ r(p, { label: "Количество спален", children: /* @__PURE__ */ r(i, { variant: "whiteRowGrayLabel", children: a.map((t, e) => /* @__PURE__ */ r(
|
|
60
|
+
i.Item,
|
|
59
61
|
{
|
|
60
62
|
size_s: "tiny",
|
|
61
63
|
size_m: "tiny",
|
|
62
64
|
size_l: "tiny",
|
|
63
|
-
itemsLength:
|
|
65
|
+
itemsLength: a.length,
|
|
64
66
|
index: e,
|
|
65
67
|
value: t,
|
|
66
68
|
addItemClassName: e === 0 ? n.gg : "",
|
|
@@ -68,13 +70,13 @@ const J = () => {
|
|
|
68
70
|
},
|
|
69
71
|
e
|
|
70
72
|
)) }) }) }),
|
|
71
|
-
/* @__PURE__ */ r(
|
|
72
|
-
|
|
73
|
+
/* @__PURE__ */ r(p, { label: "Количество спален", children: /* @__PURE__ */ r(i, { variant: "whiteRowGrayLabel", children: a.map((t, e) => /* @__PURE__ */ r(
|
|
74
|
+
i.Item,
|
|
73
75
|
{
|
|
74
76
|
size_s: "tiny",
|
|
75
77
|
size_m: "tiny",
|
|
76
78
|
size_l: "tiny",
|
|
77
|
-
itemsLength:
|
|
79
|
+
itemsLength: a.length,
|
|
78
80
|
index: e,
|
|
79
81
|
value: t,
|
|
80
82
|
addItemClassName: e === 0 ? n.gg : "",
|
|
@@ -82,20 +84,20 @@ const J = () => {
|
|
|
82
84
|
},
|
|
83
85
|
e
|
|
84
86
|
)) }) }),
|
|
85
|
-
/* @__PURE__ */ r("div", { children: /* @__PURE__ */ r(
|
|
86
|
-
|
|
87
|
+
/* @__PURE__ */ r("div", { children: /* @__PURE__ */ r(i, { col: !0, children: a.map((t, e) => /* @__PURE__ */ r(
|
|
88
|
+
i.Item,
|
|
87
89
|
{
|
|
88
|
-
itemsLength:
|
|
90
|
+
itemsLength: a.length,
|
|
89
91
|
index: e,
|
|
90
92
|
value: t,
|
|
91
93
|
children: t
|
|
92
94
|
},
|
|
93
95
|
e
|
|
94
96
|
)) }) }),
|
|
95
|
-
/* @__PURE__ */ r("div", { className: n.tabsShort, children: /* @__PURE__ */ r(
|
|
96
|
-
|
|
97
|
+
/* @__PURE__ */ r("div", { className: n.tabsShort, children: /* @__PURE__ */ r(i, { col: !0, children: a.map((t, e) => /* @__PURE__ */ r(
|
|
98
|
+
i.Item,
|
|
97
99
|
{
|
|
98
|
-
itemsLength:
|
|
100
|
+
itemsLength: a.length,
|
|
99
101
|
index: e,
|
|
100
102
|
value: t,
|
|
101
103
|
children: t
|
|
@@ -103,18 +105,18 @@ const J = () => {
|
|
|
103
105
|
e
|
|
104
106
|
)) }) }),
|
|
105
107
|
/* @__PURE__ */ r("div", { className: n.whiteRow_apart, children: /* @__PURE__ */ r(
|
|
106
|
-
|
|
108
|
+
i,
|
|
107
109
|
{
|
|
108
110
|
variant: "whiteRow",
|
|
109
111
|
isApart: !0,
|
|
110
112
|
addClassName: n.row_apart,
|
|
111
|
-
children:
|
|
112
|
-
|
|
113
|
+
children: a.map((t, e) => /* @__PURE__ */ r(
|
|
114
|
+
i.Item,
|
|
113
115
|
{
|
|
114
116
|
width: e === 0 ? "135px" : void 0,
|
|
115
117
|
width_m: e === 0 ? "96px" : void 0,
|
|
116
118
|
width_l: e === 0 ? "155px" : void 0,
|
|
117
|
-
itemsLength:
|
|
119
|
+
itemsLength: a.length,
|
|
118
120
|
index: e,
|
|
119
121
|
children: t
|
|
120
122
|
},
|
|
@@ -123,18 +125,18 @@ const J = () => {
|
|
|
123
125
|
}
|
|
124
126
|
) }),
|
|
125
127
|
/* @__PURE__ */ r("div", { className: n.whiteRow_apart, children: /* @__PURE__ */ r(
|
|
126
|
-
|
|
128
|
+
i,
|
|
127
129
|
{
|
|
128
130
|
variant: "grayRow",
|
|
129
131
|
isApart: !0,
|
|
130
132
|
addClassName: n.row_apart,
|
|
131
|
-
children:
|
|
132
|
-
|
|
133
|
+
children: a.map((t, e) => /* @__PURE__ */ r(
|
|
134
|
+
i.Item,
|
|
133
135
|
{
|
|
134
136
|
width: e === 0 ? "135px" : void 0,
|
|
135
137
|
width_m: e === 0 ? "96px" : void 0,
|
|
136
138
|
width_l: e === 0 ? "155px" : void 0,
|
|
137
|
-
itemsLength:
|
|
139
|
+
itemsLength: a.length,
|
|
138
140
|
index: e,
|
|
139
141
|
children: t
|
|
140
142
|
},
|
|
@@ -142,25 +144,25 @@ const J = () => {
|
|
|
142
144
|
))
|
|
143
145
|
}
|
|
144
146
|
) }),
|
|
145
|
-
/* @__PURE__ */ r("div", { className: n.tabSelectWrapper, children: /* @__PURE__ */ r(
|
|
146
|
-
|
|
147
|
+
/* @__PURE__ */ r("div", { className: n.tabSelectWrapper, children: /* @__PURE__ */ r(d, { variant: "grayDesign", children: s.map((t, e) => /* @__PURE__ */ r(
|
|
148
|
+
d.Item,
|
|
147
149
|
{
|
|
148
150
|
name: "type",
|
|
149
|
-
checked:
|
|
150
|
-
onChange: () =>
|
|
151
|
+
checked: l === t,
|
|
152
|
+
onChange: () => o(t),
|
|
151
153
|
value: t,
|
|
152
154
|
children: t
|
|
153
155
|
},
|
|
154
156
|
e
|
|
155
157
|
)) }) }),
|
|
156
|
-
/* @__PURE__ */ r("div", { className: n.tabSelectWrapper, children: /* @__PURE__ */ r(
|
|
157
|
-
|
|
158
|
+
/* @__PURE__ */ r("div", { className: n.tabSelectWrapper, children: /* @__PURE__ */ r(d, { variant: "whiteStroke", children: ["для коммерции", "для жилых"].map((t, e) => /* @__PURE__ */ r(
|
|
159
|
+
d.Item,
|
|
158
160
|
{
|
|
159
161
|
name: "type",
|
|
160
162
|
width: "160px",
|
|
161
163
|
withPadding: !0,
|
|
162
|
-
checked:
|
|
163
|
-
onChange: () =>
|
|
164
|
+
checked: l === t,
|
|
165
|
+
onChange: () => o(t),
|
|
164
166
|
value: t,
|
|
165
167
|
children: t
|
|
166
168
|
},
|
|
@@ -169,5 +171,5 @@ const J = () => {
|
|
|
169
171
|
] });
|
|
170
172
|
};
|
|
171
173
|
export {
|
|
172
|
-
|
|
174
|
+
K as default
|
|
173
175
|
};
|