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,34 +1,63 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { NewIcon as
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { jsx as _, jsxs as d, Fragment as r } from "react/jsx-runtime";
|
|
2
|
+
import { c as k } from "../../../index-rKuIKazb.js";
|
|
3
|
+
import { NewIcon as y } from "../../NewIcon/ui/NewIcon.js";
|
|
4
|
+
const w = "_btnCommon_f868m_1", C = "_btnLoading_f868m_20", N = "_isHidden_f868m_24", v = "_blue_f868m_68", H = "_lightBlue_f868m_82", S = "_sokolniki_f868m_97", B = "_black_f868m_111", L = "_gray_f868m_125", $ = "_whiteStroke_f868m_139", x = "_whiteFilled_f868m_151", F = "_shade_f868m_165", j = "_transparent_f868m_171", I = "_volodiyaLight_f868m_192", q = "_loader_f868m_198", A = "_LoaderSpin_f868m_1", e = {
|
|
5
|
+
btnCommon: w,
|
|
6
|
+
btnLoading: C,
|
|
7
|
+
isHidden: N,
|
|
8
|
+
"auto-width": "_auto-width_f868m_28",
|
|
9
|
+
"full-width": "_full-width_f868m_32",
|
|
10
|
+
"tiny-size": "_tiny-size_f868m_36",
|
|
11
|
+
"small-size": "_small-size_f868m_44",
|
|
12
|
+
"medium-size": "_medium-size_f868m_52",
|
|
13
|
+
"large-size": "_large-size_f868m_60",
|
|
14
|
+
blue: v,
|
|
15
|
+
lightBlue: H,
|
|
16
|
+
sokolniki: S,
|
|
17
|
+
black: B,
|
|
18
|
+
gray: L,
|
|
19
|
+
whiteStroke: $,
|
|
20
|
+
whiteFilled: x,
|
|
21
|
+
shade: F,
|
|
22
|
+
transparent: j,
|
|
23
|
+
volodiyaLight: I,
|
|
24
|
+
loader: q,
|
|
25
|
+
LoaderSpin: A,
|
|
26
|
+
"tiny-size_m": "_tiny-size_m_f868m_204",
|
|
27
|
+
"small-size_m": "_small-size_m_f868m_211",
|
|
28
|
+
"medium-size_m": "_medium-size_m_f868m_218",
|
|
29
|
+
"large-size_m": "_large-size_m_f868m_225",
|
|
30
|
+
"tiny-size_l": "_tiny-size_l_f868m_234",
|
|
31
|
+
"small-size_l": "_small-size_l_f868m_241",
|
|
32
|
+
"medium-size_l": "_medium-size_l_f868m_248",
|
|
33
|
+
"large-size_l": "_large-size_l_f868m_255"
|
|
34
|
+
}, s = k.bind(e), J = ({
|
|
35
|
+
size: c = "medium",
|
|
36
|
+
size_m: f,
|
|
37
|
+
size_l: z,
|
|
38
|
+
onCLick: t,
|
|
39
|
+
pre: m = !1,
|
|
40
|
+
children: h = "",
|
|
41
|
+
post: n = !1,
|
|
42
|
+
variant: u = "blue",
|
|
43
|
+
width: b = "auto",
|
|
44
|
+
additionalClass: g = "",
|
|
45
|
+
isLoading: i = !1,
|
|
46
|
+
...l
|
|
18
47
|
}) => {
|
|
19
|
-
const
|
|
48
|
+
const a = s(
|
|
20
49
|
e.btnCommon,
|
|
21
|
-
e[`${
|
|
22
|
-
e[`${
|
|
23
|
-
e[`${
|
|
24
|
-
e[`${
|
|
25
|
-
{ [e.btnLoading]:
|
|
26
|
-
{ [e.btnCommonInline]:
|
|
27
|
-
e[`${
|
|
28
|
-
|
|
29
|
-
),
|
|
30
|
-
|
|
31
|
-
|
|
50
|
+
e[`${c}-size`],
|
|
51
|
+
e[`${f}-size_m`],
|
|
52
|
+
e[`${z}-size_l`],
|
|
53
|
+
e[`${u}`],
|
|
54
|
+
{ [e.btnLoading]: i },
|
|
55
|
+
{ [e.btnCommonInline]: m || n },
|
|
56
|
+
e[`${b}-width`],
|
|
57
|
+
g
|
|
58
|
+
), o = () => /* @__PURE__ */ d(r, { children: [
|
|
59
|
+
i && /* @__PURE__ */ _(
|
|
60
|
+
y,
|
|
32
61
|
{
|
|
33
62
|
name: "loader",
|
|
34
63
|
size: "24",
|
|
@@ -36,30 +65,30 @@ const a = x.bind(e), w = ({
|
|
|
36
65
|
additionalClass: e.loader
|
|
37
66
|
}
|
|
38
67
|
),
|
|
39
|
-
/* @__PURE__ */
|
|
40
|
-
|
|
41
|
-
/* @__PURE__ */
|
|
42
|
-
|
|
68
|
+
/* @__PURE__ */ d(r, { children: [
|
|
69
|
+
m && /* @__PURE__ */ _("div", { className: s({ [e.isHidden]: i }), children: m }),
|
|
70
|
+
/* @__PURE__ */ _("div", { className: s({ [e.isHidden]: i }), children: h }),
|
|
71
|
+
n && /* @__PURE__ */ _("div", { className: s({ [e.isHidden]: i }), children: n })
|
|
43
72
|
] })
|
|
44
73
|
] });
|
|
45
|
-
return
|
|
74
|
+
return l.as === "link" ? (delete l.as, /* @__PURE__ */ _(
|
|
46
75
|
"a",
|
|
47
76
|
{
|
|
48
|
-
className:
|
|
49
|
-
onClick:
|
|
50
|
-
...
|
|
51
|
-
children:
|
|
77
|
+
className: a,
|
|
78
|
+
onClick: t,
|
|
79
|
+
...l,
|
|
80
|
+
children: o()
|
|
52
81
|
}
|
|
53
|
-
)) : (delete
|
|
82
|
+
)) : (delete l.as, /* @__PURE__ */ _(
|
|
54
83
|
"button",
|
|
55
84
|
{
|
|
56
|
-
className:
|
|
57
|
-
onClick:
|
|
58
|
-
...
|
|
59
|
-
children:
|
|
85
|
+
className: a,
|
|
86
|
+
onClick: t,
|
|
87
|
+
...l,
|
|
88
|
+
children: o()
|
|
60
89
|
}
|
|
61
90
|
));
|
|
62
91
|
};
|
|
63
92
|
export {
|
|
64
|
-
|
|
93
|
+
J as Button
|
|
65
94
|
};
|
|
@@ -1,67 +1,78 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import e from "../../src/components/CheckBox/s.module.scss.js";
|
|
1
|
+
import { jsxs as i, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as g } from "react";
|
|
4
3
|
import { NewIcon as n } from "../NewIcon/ui/NewIcon.js";
|
|
5
|
-
const y =
|
|
4
|
+
const p = "_checkbox_vuhc0_1", $ = "_checkbox__text_vuhc0_5", I = "_checkbox__elem_vuhc0_9", C = "_checkbox__hoverIcon_vuhc0_28", N = "_error_vuhc0_35", j = "_light_vuhc0_41", w = "_dark_vuhc0_44", y = "_isChecked_vuhc0_47", e = {
|
|
5
|
+
checkbox: p,
|
|
6
|
+
checkbox__text: $,
|
|
7
|
+
checkbox__elem: I,
|
|
8
|
+
checkbox__hoverIcon: C,
|
|
9
|
+
error: N,
|
|
10
|
+
light: j,
|
|
11
|
+
dark: w,
|
|
12
|
+
isChecked: y,
|
|
13
|
+
"medium-size": "_medium-size_vuhc0_102",
|
|
14
|
+
"large-size": "_large-size_vuhc0_107",
|
|
15
|
+
"small-size": "_small-size_vuhc0_112"
|
|
16
|
+
}, L = g(
|
|
6
17
|
({
|
|
7
18
|
children: t,
|
|
8
|
-
isChecked:
|
|
9
|
-
error:
|
|
10
|
-
modifierClassesStyle:
|
|
11
|
-
emitIsChecked:
|
|
12
|
-
onClick:
|
|
13
|
-
variant:
|
|
14
|
-
size_s:
|
|
15
|
-
size_m:
|
|
16
|
-
size_l:
|
|
17
|
-
text:
|
|
18
|
-
...
|
|
19
|
+
isChecked: _ = !1,
|
|
20
|
+
error: a = !1,
|
|
21
|
+
modifierClassesStyle: m = [""],
|
|
22
|
+
emitIsChecked: h,
|
|
23
|
+
onClick: l,
|
|
24
|
+
variant: x = "light",
|
|
25
|
+
size_s: k,
|
|
26
|
+
size_m: b,
|
|
27
|
+
size_l: u,
|
|
28
|
+
text: r,
|
|
29
|
+
...v
|
|
19
30
|
}, d) => {
|
|
20
|
-
const
|
|
21
|
-
let
|
|
22
|
-
return
|
|
31
|
+
const z = m.map((f) => e[f]).filter(Boolean).join(" ");
|
|
32
|
+
let o = "", c = "20";
|
|
33
|
+
return u ? (o = e["large-size"] || "", c = "20") : k ? (o = e["small-size"] || "", c = "12") : (o = e["medium-size"] || "", c = "16"), /* @__PURE__ */ i(
|
|
23
34
|
"label",
|
|
24
35
|
{
|
|
25
36
|
className: `
|
|
26
37
|
${e.checkbox}
|
|
27
|
-
${
|
|
28
|
-
${
|
|
29
|
-
${
|
|
30
|
-
${e[
|
|
31
|
-
${
|
|
38
|
+
${z}
|
|
39
|
+
${_ ? e.isChecked : ""}
|
|
40
|
+
${a ? e.error : ""}
|
|
41
|
+
${e[x] || ""}
|
|
42
|
+
${o}
|
|
32
43
|
`,
|
|
33
44
|
onClick: () => {
|
|
34
|
-
|
|
45
|
+
l && l();
|
|
35
46
|
},
|
|
36
47
|
children: [
|
|
37
|
-
/* @__PURE__ */
|
|
48
|
+
/* @__PURE__ */ s(
|
|
38
49
|
"input",
|
|
39
50
|
{
|
|
40
51
|
type: "checkbox",
|
|
41
52
|
ref: d,
|
|
42
|
-
checked: !!
|
|
43
|
-
onChange: () =>
|
|
44
|
-
...
|
|
53
|
+
checked: !!_,
|
|
54
|
+
onChange: () => h && h(!_),
|
|
55
|
+
...v
|
|
45
56
|
}
|
|
46
57
|
),
|
|
47
|
-
/* @__PURE__ */
|
|
48
|
-
|
|
58
|
+
/* @__PURE__ */ i("span", { className: e.checkbox__elem, children: [
|
|
59
|
+
_ && /* @__PURE__ */ s(
|
|
49
60
|
n,
|
|
50
61
|
{
|
|
51
62
|
name: "check",
|
|
52
|
-
size:
|
|
63
|
+
size: c
|
|
53
64
|
}
|
|
54
65
|
),
|
|
55
|
-
!
|
|
66
|
+
!_ && /* @__PURE__ */ s(
|
|
56
67
|
n,
|
|
57
68
|
{
|
|
58
69
|
name: "check",
|
|
59
|
-
size:
|
|
70
|
+
size: c,
|
|
60
71
|
additionalClass: e.checkbox__hoverIcon
|
|
61
72
|
}
|
|
62
73
|
)
|
|
63
74
|
] }),
|
|
64
|
-
|
|
75
|
+
r && /* @__PURE__ */ s("span", { className: e.checkbox__text, dangerouslySetInnerHTML: { __html: r } }),
|
|
65
76
|
t
|
|
66
77
|
]
|
|
67
78
|
}
|
|
@@ -69,5 +80,5 @@ const y = u(
|
|
|
69
80
|
}
|
|
70
81
|
);
|
|
71
82
|
export {
|
|
72
|
-
|
|
83
|
+
L as CheckBox
|
|
73
84
|
};
|
|
@@ -1,22 +1,26 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { Input as
|
|
3
|
-
import
|
|
4
|
-
import { forwardRef as
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import { jsxs as m, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { Input as _ } from "../Input/ui/Input.js";
|
|
3
|
+
import { c as h } from "../../index-rKuIKazb.js";
|
|
4
|
+
import { forwardRef as x } from "react";
|
|
5
|
+
import { NewIcon as i } from "../NewIcon/ui/NewIcon.js";
|
|
6
|
+
const k = "_checkboxLabel_30mwb_1", p = "_labelText_30mwb_36", d = "_error_30mwb_44", f = "_checkIcon_30mwb_53", o = {
|
|
7
|
+
checkboxLabel: k,
|
|
8
|
+
labelText: p,
|
|
9
|
+
error: d,
|
|
10
|
+
checkIcon: f
|
|
11
|
+
}, n = h.bind(o), u = x(
|
|
12
|
+
({ text: c, isChecked: r, error: a, children: s, emitIsChecked: l, ...t }, b) => /* @__PURE__ */ m("label", { className: n(o.checkboxLabel, { [o.error]: a }), children: [
|
|
13
|
+
/* @__PURE__ */ e(
|
|
14
|
+
_,
|
|
11
15
|
{
|
|
12
16
|
type: "checkbox",
|
|
13
17
|
...t,
|
|
14
|
-
onChange: () =>
|
|
15
|
-
ref:
|
|
18
|
+
onChange: () => l && l(!r),
|
|
19
|
+
ref: b
|
|
16
20
|
}
|
|
17
21
|
),
|
|
18
|
-
|
|
19
|
-
|
|
22
|
+
r && /* @__PURE__ */ e(
|
|
23
|
+
i,
|
|
20
24
|
{
|
|
21
25
|
additionalClass: o.checkIcon,
|
|
22
26
|
color: "#B1B5C3",
|
|
@@ -25,16 +29,16 @@ const s = f.bind(o), B = d(
|
|
|
25
29
|
size: "20"
|
|
26
30
|
}
|
|
27
31
|
),
|
|
28
|
-
/* @__PURE__ */
|
|
32
|
+
/* @__PURE__ */ e(
|
|
29
33
|
"div",
|
|
30
34
|
{
|
|
31
|
-
className:
|
|
32
|
-
dangerouslySetInnerHTML:
|
|
33
|
-
children:
|
|
35
|
+
className: n(o.labelText, { [o.error]: a }),
|
|
36
|
+
dangerouslySetInnerHTML: c ? { __html: c } : void 0,
|
|
37
|
+
children: s
|
|
34
38
|
}
|
|
35
39
|
)
|
|
36
40
|
] })
|
|
37
41
|
);
|
|
38
42
|
export {
|
|
39
|
-
|
|
43
|
+
u as CheckBoxNew
|
|
40
44
|
};
|
|
@@ -1,44 +1,51 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { jsxs as l, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { c as o } from "../../../index-rKuIKazb.js";
|
|
3
|
+
const d = "_root_7jm23_1", _ = "_nameWrapper_7jm23_8", p = "_clearBtn_7jm23_18", I = "_checkboxWrapper_7jm23_33", b = "_checkboxItem_7jm23_39", j = "_checkboxItemActive_7jm23_57", v = "_checkboxItemDisabled_7jm23_69", t = {
|
|
4
|
+
root: d,
|
|
5
|
+
nameWrapper: _,
|
|
6
|
+
clearBtn: p,
|
|
7
|
+
checkboxWrapper: I,
|
|
8
|
+
checkboxItem: b,
|
|
9
|
+
checkboxItemActive: j,
|
|
10
|
+
checkboxItemDisabled: v
|
|
11
|
+
}, c = o.bind(t), N = ({
|
|
12
|
+
label: n = "Тип квартиры",
|
|
13
|
+
checkboxes: a,
|
|
7
14
|
addClassname: s
|
|
8
15
|
}) => {
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
|
|
16
|
+
const i = () => {
|
|
17
|
+
a == null || a.forEach((e) => {
|
|
18
|
+
e != null && e.isSelected && (e == null || e.setValue());
|
|
12
19
|
});
|
|
13
20
|
};
|
|
14
|
-
return /* @__PURE__ */
|
|
15
|
-
/* @__PURE__ */
|
|
16
|
-
/* @__PURE__ */ r("div", { children:
|
|
21
|
+
return /* @__PURE__ */ l("div", { className: c(t.root, s), children: [
|
|
22
|
+
/* @__PURE__ */ l("div", { className: t.nameWrapper, children: [
|
|
23
|
+
/* @__PURE__ */ r("div", { children: n }),
|
|
17
24
|
/* @__PURE__ */ r(
|
|
18
25
|
"div",
|
|
19
26
|
{
|
|
20
|
-
className:
|
|
21
|
-
onClick:
|
|
27
|
+
className: t.clearBtn,
|
|
28
|
+
onClick: i,
|
|
22
29
|
children: "Очистить"
|
|
23
30
|
}
|
|
24
31
|
)
|
|
25
32
|
] }),
|
|
26
|
-
/* @__PURE__ */ r("div", { className:
|
|
33
|
+
/* @__PURE__ */ r("div", { className: t.checkboxWrapper, children: a == null ? void 0 : a.map((e) => /* @__PURE__ */ r(
|
|
27
34
|
"button",
|
|
28
35
|
{
|
|
29
|
-
className:
|
|
30
|
-
|
|
31
|
-
{ [
|
|
32
|
-
{ [
|
|
36
|
+
className: c(
|
|
37
|
+
t.checkboxItem,
|
|
38
|
+
{ [t.checkboxItemActive]: e == null ? void 0 : e.isSelected },
|
|
39
|
+
{ [t.checkboxItemDisabled]: e == null ? void 0 : e.disabled }
|
|
33
40
|
),
|
|
34
|
-
onClick: () =>
|
|
35
|
-
disabled:
|
|
36
|
-
children:
|
|
41
|
+
onClick: () => e == null ? void 0 : e.setValue(),
|
|
42
|
+
disabled: e == null ? void 0 : e.disabled,
|
|
43
|
+
children: e == null ? void 0 : e.label
|
|
37
44
|
},
|
|
38
|
-
|
|
45
|
+
e == null ? void 0 : e.label
|
|
39
46
|
)) })
|
|
40
47
|
] });
|
|
41
48
|
};
|
|
42
49
|
export {
|
|
43
|
-
|
|
50
|
+
N as CheckboxSelect
|
|
44
51
|
};
|
|
@@ -1,62 +1,75 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { c as N } from "../../../index-rKuIKazb.js";
|
|
3
|
+
const x = "_destination_1c7de_1", n = "_destinationName_1c7de_40", w = "_routeText_1c7de_45", g = "_whiteStroke_1c7de_65", k = "_routeWrapper_1c7de_78", _ = {
|
|
4
|
+
destination: x,
|
|
5
|
+
"auto-width": "_auto-width_1c7de_29",
|
|
6
|
+
"full-width": "_full-width_1c7de_33",
|
|
7
|
+
"medium-size": "_medium-size_1c7de_37",
|
|
8
|
+
destinationName: n,
|
|
9
|
+
routeText: w,
|
|
10
|
+
"large-size": "_large-size_1c7de_51",
|
|
11
|
+
whiteStroke: g,
|
|
12
|
+
routeWrapper: k,
|
|
13
|
+
"medium-size_m": "_medium-size_m_1c7de_109",
|
|
14
|
+
"large-size_m": "_large-size_m_1c7de_122",
|
|
15
|
+
"medium-size_l": "_medium-size_l_1c7de_137",
|
|
16
|
+
"large-size_l": "_large-size_l_1c7de_150"
|
|
17
|
+
}, b = N.bind(_), f = ({
|
|
18
|
+
size: m = "medium",
|
|
19
|
+
size_m: c,
|
|
20
|
+
size_l: a,
|
|
8
21
|
destination: e = { destName: "", color: "" },
|
|
9
|
-
variant:
|
|
10
|
-
width:
|
|
11
|
-
routes:
|
|
12
|
-
checked:
|
|
13
|
-
onChange:
|
|
14
|
-
additionalClass:
|
|
15
|
-
...
|
|
16
|
-
}) => /* @__PURE__ */
|
|
22
|
+
variant: d = "whiteStroke",
|
|
23
|
+
width: i = "auto",
|
|
24
|
+
routes: l = [],
|
|
25
|
+
checked: o,
|
|
26
|
+
onChange: u,
|
|
27
|
+
additionalClass: p = "",
|
|
28
|
+
...h
|
|
29
|
+
}) => /* @__PURE__ */ t(
|
|
17
30
|
"label",
|
|
18
31
|
{
|
|
19
|
-
className:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
32
|
+
className: b(
|
|
33
|
+
_.destination,
|
|
34
|
+
_[`${m}-size`],
|
|
35
|
+
_[`${c}-size_m`],
|
|
36
|
+
_[`${a}-size_l`],
|
|
37
|
+
_[`${d}`],
|
|
38
|
+
_[`${i}-width`],
|
|
39
|
+
p
|
|
27
40
|
),
|
|
28
|
-
...
|
|
41
|
+
...h,
|
|
29
42
|
htmlFor: e.destName,
|
|
30
43
|
children: [
|
|
31
|
-
/* @__PURE__ */
|
|
44
|
+
/* @__PURE__ */ r(
|
|
32
45
|
"input",
|
|
33
46
|
{
|
|
34
47
|
id: e.destName,
|
|
35
|
-
checked:
|
|
36
|
-
onChange:
|
|
48
|
+
checked: o,
|
|
49
|
+
onChange: u,
|
|
37
50
|
type: "checkbox",
|
|
38
51
|
name: e.destName,
|
|
39
52
|
value: e.destName
|
|
40
53
|
}
|
|
41
54
|
),
|
|
42
|
-
/* @__PURE__ */
|
|
43
|
-
(e == null ? void 0 : e.color) && /* @__PURE__ */
|
|
55
|
+
/* @__PURE__ */ t("div", { className: _.destination, children: [
|
|
56
|
+
(e == null ? void 0 : e.color) && /* @__PURE__ */ r("span", { style: { background: (e == null ? void 0 : e.color) ?? "" } }),
|
|
44
57
|
e.destName
|
|
45
58
|
] }),
|
|
46
|
-
|
|
59
|
+
l.map((s, z) => /* @__PURE__ */ t(
|
|
47
60
|
"div",
|
|
48
61
|
{
|
|
49
|
-
className:
|
|
62
|
+
className: _.routeWrapper,
|
|
50
63
|
children: [
|
|
51
|
-
|
|
52
|
-
/* @__PURE__ */
|
|
64
|
+
s.type,
|
|
65
|
+
/* @__PURE__ */ r("div", { className: _.routeText, children: s.text })
|
|
53
66
|
]
|
|
54
67
|
},
|
|
55
|
-
|
|
68
|
+
z
|
|
56
69
|
))
|
|
57
70
|
]
|
|
58
71
|
}
|
|
59
72
|
);
|
|
60
73
|
export {
|
|
61
|
-
|
|
74
|
+
f as DestinationTab
|
|
62
75
|
};
|
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { jsxs as r, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
const s = "_fieldInputWrapper_1y5f8_1", t = "_clearBtn_1y5f8_16", i = "_nameWrapper_1y5f8_31", e = {
|
|
3
|
+
fieldInputWrapper: s,
|
|
4
|
+
clearBtn: t,
|
|
5
|
+
nameWrapper: i
|
|
6
|
+
}, m = ({ label: n, handleClear: p, isShowClear: l, children: c }) => /* @__PURE__ */ r("div", { className: e.fieldInputWrapper, children: [
|
|
7
|
+
/* @__PURE__ */ r("div", { className: e.nameWrapper, children: [
|
|
8
|
+
/* @__PURE__ */ a("label", { className: e.label, children: n }),
|
|
9
|
+
l && /* @__PURE__ */ a(
|
|
7
10
|
"div",
|
|
8
11
|
{
|
|
9
12
|
className: e.clearBtn,
|
|
10
|
-
onClick:
|
|
13
|
+
onClick: p,
|
|
11
14
|
children: "Очистить"
|
|
12
15
|
}
|
|
13
16
|
)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "react";
|
|
2
2
|
import "../../Button/ui/Button.js";
|
|
3
3
|
import "../../mobileButton/ui/MobileButton.js";
|
|
4
4
|
import "../../NewIcon/ui/NewIcon.js";
|
|
@@ -11,74 +11,18 @@ import "../../Flex/ui/Flex.js";
|
|
|
11
11
|
import "../../Input/ui/Input.js";
|
|
12
12
|
import "react/jsx-runtime";
|
|
13
13
|
import "react-dom";
|
|
14
|
-
import "
|
|
14
|
+
import { b as w } from "../../../FilterWithSave-Bp6rH8Pe.js";
|
|
15
15
|
import "../../GroupedInput/ui/GroupedInputs.js";
|
|
16
|
-
import "../../../
|
|
16
|
+
import "../../../index-rKuIKazb.js";
|
|
17
17
|
import "../../MetroTag/ui/MetroTag.js";
|
|
18
|
-
import "../../LotCard/ui/LotCard.js";
|
|
19
18
|
import "../../Select/ui/Select.js";
|
|
20
|
-
import
|
|
21
|
-
import "../../SortSelect/ui/SortSelect.js";
|
|
19
|
+
import "../../../shared/useClientWidth.js";
|
|
22
20
|
import "../../SliderNavigation/ui/SliderNavigation.js";
|
|
23
21
|
import "../../LotCardSkeleton/ui/LotCardSkeleton.js";
|
|
24
22
|
import "../../TabSelect/ui/TabSelect.js";
|
|
25
|
-
import "../../FormModal/ui/ModalForm.js";
|
|
26
|
-
import "../ui/FilterWithSave.js";
|
|
27
23
|
import "../../CheckBox/CheckBox.js";
|
|
28
24
|
import "../../CheckBoxNew/CheckBoxNew.js";
|
|
29
25
|
import "../../CheckboxSelect/ui/CheckboxSelect.js";
|
|
30
|
-
const lt = ({
|
|
31
|
-
selectedTabs: o = [],
|
|
32
|
-
selectedValues: v = [],
|
|
33
|
-
onClickItem: d,
|
|
34
|
-
disabledOptions: C = [],
|
|
35
|
-
tabs: s = [],
|
|
36
|
-
onChange: l,
|
|
37
|
-
setSelectedTabs: r,
|
|
38
|
-
onSaveClick: E,
|
|
39
|
-
onClearClick: L
|
|
40
|
-
}) => {
|
|
41
|
-
const { isMobile: M } = x(), [n, u] = m(!1), f = w(null), [g, R] = m(o), [S] = m(v), [O, p] = m(g), [e, c] = m(S), y = (t) => {
|
|
42
|
-
if (d && d(t), C.some((i) => i.value === t.value))
|
|
43
|
-
return;
|
|
44
|
-
const a = e.some((i) => i.value === t.value) ? e.filter((i) => i.value !== t.value) : [...e, t];
|
|
45
|
-
c(a);
|
|
46
|
-
}, J = () => {
|
|
47
|
-
R(s), p(s), c([]), L(), l && (l([]), r == null || r(s));
|
|
48
|
-
}, N = () => {
|
|
49
|
-
c(v), p(o);
|
|
50
|
-
}, k = () => {
|
|
51
|
-
N(), u(!1);
|
|
52
|
-
}, W = (t) => {
|
|
53
|
-
t.stopPropagation(), E(), l && (r == null || r(O), l(e)), u(!1);
|
|
54
|
-
};
|
|
55
|
-
return h(() => {
|
|
56
|
-
n || p((t) => JSON.stringify(t) !== JSON.stringify(o) ? o : t);
|
|
57
|
-
}, [n, o]), h(() => {
|
|
58
|
-
const t = (a) => {
|
|
59
|
-
if (!f.current)
|
|
60
|
-
return;
|
|
61
|
-
const i = a.target;
|
|
62
|
-
f.current.contains(i) || i.closest("svg") || k();
|
|
63
|
-
};
|
|
64
|
-
return n ? document.addEventListener("click", t) : document.removeEventListener("click", t), () => {
|
|
65
|
-
document.removeEventListener("click", t);
|
|
66
|
-
};
|
|
67
|
-
}, [n]), {
|
|
68
|
-
isMobile: M,
|
|
69
|
-
handleClearClick: J,
|
|
70
|
-
handleCloseModal: k,
|
|
71
|
-
handleOptionClick: y,
|
|
72
|
-
handleSaveClick: W,
|
|
73
|
-
localSelectedTabs: O,
|
|
74
|
-
selectedOptions: e,
|
|
75
|
-
setSelectedOptions: c,
|
|
76
|
-
isModalOpen: n,
|
|
77
|
-
setIsModalOpen: u,
|
|
78
|
-
setLocalSelectedTabs: p,
|
|
79
|
-
containerRef: f
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
26
|
export {
|
|
83
|
-
|
|
27
|
+
w as useFilterWithSave
|
|
84
28
|
};
|