stone-kit 0.0.1106 → 0.0.1107
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/README.md +30 -0
- package/dist/App.d.ts +2 -0
- package/dist/App.js +10 -0
- package/dist/Option-DmDx_xOt.js +99 -0
- package/dist/PinTrans-D6OZq76b.js +10 -0
- package/dist/Router.d.ts +2 -0
- package/dist/Router.js +103 -0
- package/dist/SmallFilter-C-VKnbkP.js +10 -0
- package/dist/chunk-4WY6JWTD-BeveLKf_.js +1582 -0
- package/dist/components/Button/ui/Button.d.ts +1 -2
- package/dist/components/Button/ui/Button.js +74 -67
- package/dist/components/Button/ui/Button.types.d.ts +7 -5
- package/dist/components/Button/ui/Button.types.js +5 -3
- package/dist/components/CheckBox/CheckBox.d.ts +2 -0
- package/dist/components/CheckBox/CheckBox.js +84 -0
- package/dist/components/CheckBox/CheckBox.types.d.ts +17 -0
- package/dist/components/CheckBox/CheckBox.types.js +1 -0
- package/dist/components/CheckBox/index.d.ts +2 -0
- package/dist/components/CheckBox/index.js +4 -0
- package/dist/components/CheckBoxNew/CheckBox.types.d.ts +16 -0
- package/dist/components/CheckBoxNew/CheckBox.types.js +6 -0
- package/dist/components/CheckBoxNew/CheckBoxNew.d.ts +11 -0
- package/dist/components/CheckBoxNew/CheckBoxNew.js +45 -0
- package/dist/components/CheckboxSelect/index.d.ts +1 -0
- package/dist/components/CheckboxSelect/index.js +4 -0
- package/dist/components/CheckboxSelect/ui/CheckboxSelect.d.ts +18 -0
- package/dist/components/CheckboxSelect/ui/CheckboxSelect.js +57 -0
- package/dist/components/CommercialLotCard/CommercialLotCard.d.ts +2 -0
- package/dist/components/CommercialLotCard/CommercialLotCard.js +81 -0
- package/dist/components/CommercialLotCard/components/PaymentLink/PaymentLink.d.ts +6 -0
- package/dist/components/CommercialLotCard/components/PaymentLink/PaymentLink.js +21 -0
- package/dist/components/CommercialLotCard/components/Price/Price.d.ts +9 -0
- package/dist/components/CommercialLotCard/components/Price/Price.js +39 -0
- package/dist/components/CommercialLotCard/components/Snippets/Snippets.d.ts +6 -0
- package/dist/components/CommercialLotCard/components/Snippets/Snippets.js +100 -0
- package/dist/components/CommercialLotCard/components/Tags/Tags.d.ts +7 -0
- package/dist/components/CommercialLotCard/components/Tags/Tags.js +37 -0
- package/dist/components/CommercialLotCard/types/CommercialLotCard.types.d.ts +10 -0
- package/dist/components/CommercialLotCard/types/CommercialLotCard.types.js +1 -0
- package/dist/components/CommercialLotCard/types/LotCard.d.ts +386 -0
- package/dist/components/CommercialLotCard/types/LotCard.js +1 -0
- package/dist/components/CommercialLotCard/utils/formatPrice.d.ts +1 -0
- package/dist/components/CommercialLotCard/utils/formatPrice.js +8 -0
- package/dist/components/CommercialLotCard/utils/getTagsFeatures.d.ts +4 -0
- package/dist/components/CommercialLotCard/utils/getTagsFeatures.js +13 -0
- package/dist/components/DestinationTab/ui/DestinationTab.d.ts +0 -1
- package/dist/components/DestinationTab/ui/DestinationTab.js +41 -41
- package/dist/components/DestinationTab/ui/DestinationTab.types.d.ts +0 -1
- package/dist/components/FavoriteIcon/FavoriteIcon.d.ts +7 -0
- package/dist/components/FavoriteIcon/FavoriteIcon.js +66 -0
- package/dist/components/FavoriteIcon/Heart.d.ts +3 -0
- package/dist/components/FavoriteIcon/Heart.js +24 -0
- package/dist/components/FavoriteIcon/HeartFilled.d.ts +5 -0
- package/dist/components/FavoriteIcon/HeartFilled.js +27 -0
- package/dist/components/FieldInput/ui/FieldInput.d.ts +1 -2
- package/dist/components/FieldInput/ui/FieldInput.js +28 -7
- package/dist/components/FieldInput/ui/FieldInput.types.d.ts +3 -1
- package/dist/components/FilterWithSave/hooks/useFilterWithSave.d.ts +43 -0
- package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +56 -0
- package/dist/components/FilterWithSave/ui/FilterWithSave.d.ts +29 -0
- package/dist/components/FilterWithSave/ui/FilterWithSave.js +325 -0
- package/dist/components/Flex/ui/Flex.d.ts +0 -1
- package/dist/components/Flex/ui/Flex.js +1 -1
- package/dist/components/Flex/ui/Flex.types.d.ts +0 -1
- package/dist/components/FormModal/ui/ModalForm.d.ts +60 -0
- package/dist/components/FormModal/ui/ModalForm.js +1518 -0
- package/dist/components/FormModal/utils/reg.d.ts +4 -0
- package/dist/components/FormModal/utils/reg.js +6 -0
- package/dist/components/GroupedInput/ui/GroupedInputs.d.ts +0 -1
- package/dist/components/GroupedInput/ui/GroupedInputs.js +5 -5
- package/dist/components/GroupedInput/ui/GroupedInputs.types.d.ts +0 -1
- package/dist/components/Input/ui/Input.d.ts +28 -0
- package/dist/components/Input/ui/Input.js +3247 -49
- package/dist/components/Input/ui/Input.types.d.ts +0 -23
- package/dist/components/Input/ui/Input.types.js +1 -7
- package/dist/components/Logo/ui/Logo.d.ts +1 -2
- package/dist/components/Logo/ui/Logo.js +58 -33
- package/dist/components/Logo/ui/Logo.types.d.ts +13 -1
- package/dist/components/Logo/ui/Logo.types.js +14 -1
- package/dist/components/LotCard/hooks/useLotCard.d.ts +25 -0
- package/dist/components/LotCard/hooks/useLotCard.js +13 -0
- package/dist/components/LotCard/ui/LotCard.d.ts +1 -2
- package/dist/components/LotCard/ui/LotCard.js +203 -104
- package/dist/components/LotCard/ui/LotCard.types.d.ts +234 -75
- package/dist/components/LotCard/utils/checkBedroomsCount.js +2 -2
- package/dist/components/LotCard/utils/const.d.ts +8 -0
- package/dist/components/LotCard/utils/const.js +11 -0
- package/dist/components/LotCard/utils/formatPrice.d.ts +1 -1
- package/dist/components/LotCard/utils/formatPrice.js +5 -6
- package/dist/components/LotCard/utils/getTagsFeatures.d.ts +4 -0
- package/dist/components/LotCard/utils/getTagsFeatures.js +13 -0
- package/dist/components/LotCard/utils/monthlyPayment.d.ts +1 -0
- package/dist/components/LotCard/utils/monthlyPayment.js +4 -0
- package/dist/components/LotCardSkeleton/index.d.ts +1 -0
- package/dist/components/LotCardSkeleton/index.js +4 -0
- package/dist/components/LotCardSkeleton/ui/LotCardSkeleton.d.ts +5 -0
- package/dist/components/LotCardSkeleton/ui/LotCardSkeleton.js +83 -0
- package/dist/components/MetroLabel/ui/MetroLabel.d.ts +0 -1
- package/dist/components/MetroLabel/ui/MetroLabel.js +19 -19
- package/dist/components/MetroLabel/ui/MetroLabel.types.d.ts +0 -1
- package/dist/components/MetroTag/ui/MetroTag.d.ts +1 -2
- package/dist/components/MetroTag/ui/MetroTag.js +121 -25
- package/dist/components/MetroTag/ui/MetroTag.types.d.ts +21 -6
- package/dist/components/Modal/ui/Modal.d.ts +2 -17
- package/dist/components/Modal/ui/Modal.js +63 -19594
- package/dist/components/Modal/ui/Modal.types.d.ts +21 -0
- package/dist/components/ModalSuccess/ModalSuccess.d.ts +2 -0
- package/dist/components/ModalSuccess/ModalSuccess.js +60 -0
- package/dist/components/ModalSuccess/ModalSuccess.types.d.ts +8 -0
- package/dist/components/ModalSuccess/ModalSuccess.types.js +1 -0
- package/dist/components/ModalSuccess/index.d.ts +1 -0
- package/dist/components/ModalSuccess/index.js +4 -0
- package/dist/components/NewIcon/icons/PinTrans.d.ts +3 -0
- package/dist/components/NewIcon/icons/PinTrans.js +6 -0
- package/dist/components/NewIcon/icons/SmallFilter.d.ts +3 -0
- package/dist/components/NewIcon/icons/SmallFilter.js +6 -0
- package/dist/components/NewIcon/index.d.ts +1 -1
- package/dist/components/NewIcon/index.js +3 -2
- package/dist/components/NewIcon/ui/NewIcon.d.ts +2 -2
- package/dist/components/NewIcon/ui/NewIcon.js +204 -99
- package/dist/components/NewIcon/ui/NewIcon.types.d.ts +0 -1
- package/dist/components/NewIcon/ui/iconTypes.d.ts +3 -0
- package/dist/components/NewIcon/ui/iconTypes.js +60 -0
- package/dist/components/ProjectCardSkeleton/index.d.ts +1 -0
- package/dist/components/ProjectCardSkeleton/index.js +4 -0
- package/dist/components/ProjectCardSkeleton/ui/ProjectCardSkeleton.d.ts +1 -0
- package/dist/components/ProjectCardSkeleton/ui/ProjectCardSkeleton.js +32 -0
- package/dist/components/RoundButton/ui/RoundButton.d.ts +1 -2
- package/dist/components/RoundButton/ui/RoundButton.js +56 -45
- package/dist/components/RoundButton/ui/RoundButton.types.d.ts +10 -2
- package/dist/components/RoundButton/ui/RoundButton.types.js +13 -6
- package/dist/components/Select/model/selectMode.d.ts +16 -0
- package/dist/components/Select/model/selectMode.js +64 -0
- package/dist/components/Select/ui/Category.d.ts +13 -0
- package/dist/components/Select/ui/Category.js +79 -0
- package/dist/components/Select/ui/Option.d.ts +15 -0
- package/dist/components/Select/ui/Option.js +7 -0
- package/dist/components/Select/ui/Select.d.ts +1 -3
- package/dist/components/Select/ui/Select.js +196 -79
- package/dist/components/Select/ui/Select.types.d.ts +62 -8
- package/dist/components/SliderNavigation/index.d.ts +0 -1
- package/dist/components/SliderNavigation/ui/SliderNavigation.d.ts +1 -2
- package/dist/components/SliderNavigation/ui/SliderNavigation.js +45 -32
- package/dist/components/SliderNavigation/ui/SliderNavigation.types.d.ts +7 -0
- package/dist/components/SortSelect/hooks/useSortSelect.d.ts +5 -4
- package/dist/components/SortSelect/hooks/useSortSelect.js +2 -2
- package/dist/components/SortSelect/ui/SortSelect.d.ts +0 -1
- package/dist/components/SortSelect/ui/SortSelect.js +67 -56
- package/dist/components/SortSelect/ui/SortSelect.types.d.ts +9 -2
- package/dist/components/SummarySelect/index.d.ts +1 -0
- package/dist/components/SummarySelect/index.js +4 -0
- package/dist/components/SummarySelect/ui/SummarySelect.d.ts +15 -0
- package/dist/components/SummarySelect/ui/SummarySelect.js +172 -0
- package/dist/components/Switcher/ui/Switcher.d.ts +1 -2
- package/dist/components/Switcher/ui/Switcher.js +45 -30
- package/dist/components/Switcher/ui/Switcher.types.d.ts +3 -1
- package/dist/components/TabSelect/index.d.ts +1 -0
- package/dist/components/TabSelect/index.js +4 -0
- package/dist/components/TabSelect/ui/TabSelect.d.ts +32 -0
- package/dist/components/TabSelect/ui/TabSelect.js +64 -0
- package/dist/components/TabSelect/ui/TabSelect.types.d.ts +0 -0
- package/dist/components/TabSelect/ui/TabSelect.types.js +1 -0
- package/dist/components/TabSwitcher/ui/TabSwitcher.d.ts +4 -4
- package/dist/components/TabSwitcher/ui/TabSwitcher.js +114 -34
- package/dist/components/TabSwitcher/ui/TabSwitcher.types.d.ts +23 -4
- package/dist/components/Tag/ui/Tag.d.ts +1 -2
- package/dist/components/Tag/ui/Tag.js +96 -44
- package/dist/components/Tag/ui/Tag.types.d.ts +22 -2
- package/dist/components/Tag/ui/Tag.types.js +20 -3
- package/dist/components/Text/ui/Text.d.ts +1 -2
- package/dist/components/Text/ui/Text.js +20 -27
- package/dist/components/Text/ui/Text.types.d.ts +0 -1
- package/dist/components/TextArea/TextArea.d.ts +8 -0
- package/dist/components/TextArea/TextArea.js +25 -0
- package/dist/components/ZoomControls/index.d.ts +1 -0
- package/dist/components/ZoomControls/index.js +4 -0
- package/dist/components/ZoomControls/ui/ZoomControls.d.ts +2 -0
- package/dist/components/ZoomControls/ui/ZoomControls.js +33 -0
- package/dist/components/ZoomControls/ui/ZoomControls.types.d.ts +6 -0
- package/dist/components/ZoomControls/ui/ZoomControls.types.js +1 -0
- package/dist/components/mobileButton/ui/MobileButton.d.ts +0 -1
- package/dist/components/mobileButton/ui/MobileButton.js +38 -38
- package/dist/components/mobileButton/ui/MobileButton.types.d.ts +0 -1
- package/dist/index-BJwl9stn.js +33872 -0
- package/dist/index-YnD2EP-S.js +43 -0
- package/dist/layout/Layout.d.ts +5 -0
- package/dist/layout/Layout.js +11 -0
- package/dist/layout/components/Header/Header.d.ts +1 -0
- package/dist/layout/components/Header/Header.js +141 -0
- package/dist/layout/components/Menu.d.ts +1 -0
- package/dist/layout/components/Menu.js +109 -0
- package/dist/main.d.ts +14 -0
- package/dist/main.js +70 -42
- package/dist/pages/ButtonsPage/Buttons.d.ts +1 -0
- package/dist/pages/ButtonsPage/Buttons.js +106 -0
- package/dist/pages/CheckboxPage/CheckboxPage.d.ts +1 -0
- package/dist/pages/CheckboxPage/CheckboxPage.js +224 -0
- package/dist/pages/FormsPage/FormsPage.d.ts +2 -0
- package/dist/pages/FormsPage/FormsPage.js +58 -0
- package/dist/pages/HomePage/HomePage.d.ts +2 -0
- package/dist/pages/HomePage/HomePage.js +7 -0
- package/dist/pages/IconsPage/IconsPage.d.ts +1 -0
- package/dist/pages/IconsPage/IconsPage.js +19 -0
- package/dist/pages/InputPage/InputPage.d.ts +1 -0
- package/dist/pages/InputPage/InputPage.js +13 -0
- package/dist/pages/LogoPage/LogoPage.d.ts +1 -0
- package/dist/pages/LogoPage/LogoPage.js +16 -0
- package/dist/pages/LotsPage/LotsPage.d.ts +1 -0
- package/dist/pages/LotsPage/LotsPage.js +74 -0
- package/dist/pages/LotsPage/const.d.ts +4 -0
- package/dist/pages/LotsPage/const.js +678 -0
- package/dist/pages/ModalsPage/ModalPage.d.ts +2 -0
- package/dist/pages/ModalsPage/ModalPage.js +110 -0
- package/dist/pages/SelectPage/SelectPage.d.ts +1 -0
- package/dist/pages/SelectPage/SelectPage.js +211 -0
- package/dist/pages/SelectPage/const.d.ts +13 -0
- package/dist/pages/SelectPage/const.js +35 -0
- package/dist/pages/TabsPage/TabsPage.d.ts +2 -0
- package/dist/pages/TabsPage/TabsPage.js +168 -0
- package/dist/pages/TagsPage/TagsPage.d.ts +1 -0
- package/dist/pages/TagsPage/TagsPage.js +64 -0
- package/dist/shared/checkLargeOffice.d.ts +2 -0
- package/dist/shared/checkLargeOffice.js +4 -0
- package/dist/shared/deepEqual.d.ts +1 -0
- package/dist/shared/deepEqual.js +16 -0
- package/dist/shared/fmtNumber.d.ts +1 -0
- package/dist/shared/fmtNumber.js +4 -0
- package/dist/shared/mlnRound.d.ts +1 -0
- package/dist/shared/mlnRound.js +8 -0
- package/dist/shared/useClientWidth.d.ts +2 -0
- package/dist/shared/useClientWidth.js +6 -6
- package/dist/stone-kit.css +1 -0
- package/dist/stories/entities/CommercialLotCard/CommercialLotCard.stories.js +166 -0
- package/dist/stories/entities/index.js +4 -0
- package/dist/stories/shared/ui/Button/Button.stories.js +118 -0
- package/dist/stories/shared/ui/CheckBox/CheckBox.stories.js +71 -0
- package/dist/stories/shared/ui/CheckBox/CheckBoxNew.stories.js +45 -0
- package/dist/stories/shared/ui/CheckboxSelect/CheckboxSelect.stories.js +114 -0
- package/dist/stories/shared/ui/DestinationTab/DestinationTab.stories.js +89 -0
- package/dist/stories/shared/ui/FieldInput/FieldInput.stories.js +31 -0
- package/dist/stories/shared/ui/FilterWithSave/FilterWithSave.stories.js +44 -0
- package/dist/stories/shared/ui/Flex/Flex.stories.js +74 -0
- package/dist/stories/shared/ui/FormModal/FormModal.stories.js +65 -0
- package/dist/stories/shared/ui/GroupedInput/GroupedInput.stories.js +68 -0
- package/dist/stories/shared/ui/Input/Input.stories.js +82 -0
- package/dist/stories/shared/ui/Logo/Logo.stories.js +75 -0
- package/dist/stories/shared/ui/MetroLabel/MetroLabel.stories.js +91 -0
- package/dist/stories/shared/ui/MetroTag/MetroTag.stories.js +96 -0
- package/dist/stories/shared/ui/MobileButton/MobileButton.stories.js +77 -0
- package/dist/stories/shared/ui/Modal/Modal.stories.js +77 -0
- package/dist/stories/shared/ui/ModalSuccess/ModalSuccess.stories.js +34 -0
- package/dist/stories/shared/ui/NewIcon/NewIcon.stories.js +38 -0
- package/dist/stories/shared/ui/RoundButton/RoundButton.stories.js +83 -0
- package/dist/stories/shared/ui/Select/Select.stories.js +81 -0
- package/dist/stories/shared/ui/SliderNavigation/SliderNavigation.stories.js +82 -0
- package/dist/stories/shared/ui/SortSelect/SortSelect.stories.js +87 -0
- package/dist/stories/shared/ui/SummarySelect/SummarySelect.stories.js +85 -0
- package/dist/stories/shared/ui/Switcher/Switcher.stories.js +77 -0
- package/dist/stories/shared/ui/TabSelect/TabSelect.stories.js +76 -0
- package/dist/stories/shared/ui/TabSwitcher/TabSwitcher.stories.js +76 -0
- package/dist/stories/shared/ui/Tag/Tag.stories.js +51 -0
- package/dist/stories/shared/ui/Text/Text.stories.js +22 -0
- package/dist/stories/shared/ui/TextArea/TextArea.stories.js +37 -0
- package/dist/stories/shared/ui/ZoomControls/ZoomControls.stories.js +91 -0
- package/dist/stories/shared/ui/index.js +62 -0
- package/dist/useLotCard-D-gK4J_o.js +186 -0
- package/dist/useSortSelect-IeonkD5d.js +79 -0
- package/package.json +39 -30
- package/dist/index-DIxK0V-G.js +0 -44
- package/dist/style.css +0 -1
- package/dist/useSortSelect-A7A_pNcU.js +0 -76
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
// arrowRight: React.lazy(() => import('../icons/arrowRight')),
|
|
3
|
+
// loader: React.lazy(() => import('../icons/Loader')),
|
|
4
|
+
// filter: React.lazy(() => import('../icons/Filter')),
|
|
5
|
+
// lock: React.lazy(() => import('../icons/Lock')),
|
|
6
|
+
// fullscreen: React.lazy(() => import('../icons/Fullscreen')),
|
|
7
|
+
// twoArrows: React.lazy(() => import('../icons/TwoArrows')),
|
|
8
|
+
// heart: React.lazy(() => import('../icons/Heart')),
|
|
9
|
+
// download: React.lazy(() => import('../icons/Download')),
|
|
10
|
+
// user: React.lazy(() => import('../icons/User')),
|
|
11
|
+
// squareMeter: React.lazy(() => import('../icons/SquareMeter')),
|
|
12
|
+
// check: React.lazy(() => import('../icons/Check')),
|
|
13
|
+
// minusCheck: React.lazy(() => import('../icons/MinusCheck')),
|
|
14
|
+
// close: React.lazy(() => import('../icons/Close')),
|
|
15
|
+
// layers: React.lazy(() => import('../icons/Layers')),
|
|
16
|
+
// layersFilled: React.lazy(() => import('../icons/LayersFilled')),
|
|
17
|
+
// minus: React.lazy(() => import('../icons/Minus')),
|
|
18
|
+
// moon: React.lazy(() => import('../icons/Moon')),
|
|
19
|
+
// play: React.lazy(() => import('../icons/Play')),
|
|
20
|
+
// plus: React.lazy(() => import('../icons/Plus')),
|
|
21
|
+
// ruble: React.lazy(() => import('../icons/Ruble')),
|
|
22
|
+
// share: React.lazy(() => import('../icons/Share')),
|
|
23
|
+
// sun: React.lazy(() => import('../icons/Sun')),
|
|
24
|
+
// star: React.lazy(() => import('../icons/Star')),
|
|
25
|
+
// starFilled: React.lazy(() => import('../icons/StarFilled')),
|
|
26
|
+
// burger: React.lazy(() => import('../icons/Burger')),
|
|
27
|
+
// phone: React.lazy(() => import('../icons/Phone')),
|
|
28
|
+
// phoneFilled: React.lazy(() => import('../icons/PhoneFilled')),
|
|
29
|
+
// call: React.lazy(() => import('../icons/Call')),
|
|
30
|
+
// callback: React.lazy(() => import('../icons/Callback')),
|
|
31
|
+
// telegram: React.lazy(() => import('../icons/Telegram')),
|
|
32
|
+
// whatsapp: React.lazy(() => import('../icons/WhatsApp')),
|
|
33
|
+
// directionDown: React.lazy(() => import('../icons/DirectionDown')),
|
|
34
|
+
// burgerClose: React.lazy(() => import('../icons/BurgerClose')),
|
|
35
|
+
// arrowLong: React.lazy(() => import('../icons/ArrowLong')), // Removed because module not found
|
|
36
|
+
// auto: React.lazy(() => import('../icons/Auto')),
|
|
37
|
+
// pedestrian: React.lazy(() => import('../icons/Pedestrian')),
|
|
38
|
+
// park: React.lazy(() => import('../icons/Park')),
|
|
39
|
+
// metro: React.lazy(() => import('../icons/Metro')),
|
|
40
|
+
// food: React.lazy(() => import('../icons/Food')),
|
|
41
|
+
// mail: React.lazy(() => import('../icons/mail')),
|
|
42
|
+
// building: React.lazy(() => import('../icons/Building')),
|
|
43
|
+
// case: React.lazy(() => import('../icons/Case')),
|
|
44
|
+
// sport: React.lazy(() => import('../icons/Sport')),
|
|
45
|
+
// withoutDecor: React.lazy(() => import('../icons/WithoutDecor')),
|
|
46
|
+
// play2: React.lazy(() => import('../icons/Play2')),
|
|
47
|
+
// selectChecked: React.lazy(() => import('../icons/SelectChecked')),
|
|
48
|
+
// selectUnchecked: React.lazy(() => import('../icons/SelectUnchecked')),
|
|
49
|
+
// arrowShort: React.lazy(() => import('../icons/ArrowShort')),
|
|
50
|
+
// search: React.lazy(() => import('../icons/Search')),
|
|
51
|
+
// circle: React.lazy(() => import('../icons/Circle')),
|
|
52
|
+
// redo: React.lazy(() => import('../icons/Redo')),
|
|
53
|
+
// pin: React.lazy(() => import('../icons/Pin')),
|
|
54
|
+
// pinTrans: React.lazy(() => import('../icons/PinTrans')),
|
|
55
|
+
// smallFilter: React.lazy(() => import('../icons/SmallFilter')),
|
|
56
|
+
// timer: React.lazy(() => import('../icons/Timer')),
|
|
57
|
+
};
|
|
58
|
+
export {
|
|
59
|
+
e as default
|
|
60
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ProjectCardSkeleton } from './ui/ProjectCardSkeleton';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ProjectCardSkeleton: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { LotCardSkeleton as p } from "../../LotCardSkeleton/ui/LotCardSkeleton.js";
|
|
3
|
+
const a = "_root_eu55e_12", s = "_projectHeader_eu55e_20", i = "_projectTitleWrapper_eu55e_28", l = "_projectBtn_eu55e_33", j = "_projectTitle_eu55e_28", n = "_projectYearMobile_eu55e_49", _ = "_metroWrapper_eu55e_58", d = "_projectYearDesktop_eu55e_113", e = {
|
|
4
|
+
root: a,
|
|
5
|
+
projectHeader: s,
|
|
6
|
+
projectTitleWrapper: i,
|
|
7
|
+
projectBtn: l,
|
|
8
|
+
projectTitle: j,
|
|
9
|
+
projectYearMobile: n,
|
|
10
|
+
metroWrapper: _,
|
|
11
|
+
projectYearDesktop: d
|
|
12
|
+
}, v = () => {
|
|
13
|
+
const o = [1, 2, 3, 4, 5];
|
|
14
|
+
return /* @__PURE__ */ t("div", { className: e.root, children: [
|
|
15
|
+
/* @__PURE__ */ t("div", { className: e.projectHeader, children: [
|
|
16
|
+
/* @__PURE__ */ t("div", { className: e.projectTitleWrapper, children: [
|
|
17
|
+
/* @__PURE__ */ r("div", { className: e.projectTitle }),
|
|
18
|
+
/* @__PURE__ */ r("div", { className: e.projectBtn })
|
|
19
|
+
] }),
|
|
20
|
+
/* @__PURE__ */ t("div", { className: e.metroWrapper, children: [
|
|
21
|
+
/* @__PURE__ */ r("div", { className: e.projectYearDesktop }),
|
|
22
|
+
/* @__PURE__ */ r("div", {}),
|
|
23
|
+
/* @__PURE__ */ r("div", {})
|
|
24
|
+
] }),
|
|
25
|
+
/* @__PURE__ */ r("div", { className: e.projectYearMobile })
|
|
26
|
+
] }),
|
|
27
|
+
o.map((c) => /* @__PURE__ */ r(p, {}, c))
|
|
28
|
+
] });
|
|
29
|
+
};
|
|
30
|
+
export {
|
|
31
|
+
v as ProjectCardSkeleton
|
|
32
|
+
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { ComponentProps } from './RoundButton.types';
|
|
3
|
-
|
|
4
|
-
export declare const RoundButton: ({ size, size_m, size_l, children, iconName, variant, additionalClass, deg, ...props }: React.PropsWithChildren<ComponentProps>) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const RoundButton: ({ size, size_m, size_l, children, iconName, variant, additionalClass, additionalClassIcon, deg, ...props }: React.PropsWithChildren<ComponentProps>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,64 +1,75 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { c as
|
|
1
|
+
import { jsx as n, Fragment as k } from "react/jsx-runtime";
|
|
2
|
+
import { useState as f, useEffect as S } from "react";
|
|
3
|
+
import { c as y } from "../../../index-YnD2EP-S.js";
|
|
4
|
+
import { sizeMap as i } from "./RoundButton.types.js";
|
|
4
5
|
import { NewIcon as p } from "../../NewIcon/ui/NewIcon.js";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"small-size": "_small-
|
|
9
|
-
"medium-size": "_medium-
|
|
10
|
-
"large-size": "_large-
|
|
11
|
-
whiteStroke:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
size_m:
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
6
|
+
const g = "_btnRound_z7oq7_1", F = "_whiteStroke_z7oq7_43", R = "_whiteFilled_z7oq7_48", $ = "_whiteTransparent_z7oq7_53", v = "_blackFill_z7oq7_58", x = "_blackStroke_z7oq7_63", E = "_fullGray_z7oq7_71", G = "_blue_z7oq7_79", e = {
|
|
7
|
+
btnRound: g,
|
|
8
|
+
"tiny-size": "_tiny-size_z7oq7_20",
|
|
9
|
+
"small-size": "_small-size_z7oq7_26",
|
|
10
|
+
"medium-size": "_medium-size_z7oq7_31",
|
|
11
|
+
"large-size": "_large-size_z7oq7_37",
|
|
12
|
+
whiteStroke: F,
|
|
13
|
+
whiteFilled: R,
|
|
14
|
+
whiteTransparent: $,
|
|
15
|
+
blackFill: v,
|
|
16
|
+
blackStroke: x,
|
|
17
|
+
fullGray: E,
|
|
18
|
+
blue: G,
|
|
19
|
+
"tiny-size_m": "_tiny-size_m_z7oq7_85",
|
|
20
|
+
"small-size_m": "_small-size_m_z7oq7_90",
|
|
21
|
+
"medium-size_m": "_medium-size_m_z7oq7_94",
|
|
22
|
+
"large-size_m": "_large-size_m_z7oq7_99",
|
|
23
|
+
"tiny-size_l": "_tiny-size_l_z7oq7_120",
|
|
24
|
+
"small-size_l": "_small-size_l_z7oq7_125",
|
|
25
|
+
"medium-size_l": "_medium-size_l_z7oq7_129",
|
|
26
|
+
"large-size_l": "_large-size_l_z7oq7_134"
|
|
27
|
+
}, T = y.bind(e), I = ({
|
|
28
|
+
size: o = "small",
|
|
29
|
+
size_m: t,
|
|
30
|
+
size_l: _,
|
|
31
|
+
children: a = "",
|
|
32
|
+
iconName: z = "",
|
|
33
|
+
variant: m = "whiteStroke",
|
|
34
|
+
additionalClass: c = "",
|
|
35
|
+
additionalClassIcon: d = "",
|
|
36
|
+
deg: u,
|
|
27
37
|
...r
|
|
28
38
|
}) => {
|
|
29
|
-
const [
|
|
39
|
+
const [q, w] = f(i.small), { color: b = "#141416" } = r;
|
|
30
40
|
return S(() => {
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
w(
|
|
41
|
+
const s = () => {
|
|
42
|
+
const l = window.innerWidth, h = l > 1440 && _ ? i[_] : l >= 1024 && l <= 1440 && t ? i[t] : i[o] || i.small;
|
|
43
|
+
w(h);
|
|
34
44
|
};
|
|
35
|
-
return window.addEventListener("resize",
|
|
36
|
-
window.removeEventListener("resize",
|
|
45
|
+
return window.addEventListener("resize", s), s(), () => {
|
|
46
|
+
window.removeEventListener("resize", s);
|
|
37
47
|
};
|
|
38
|
-
}, [
|
|
48
|
+
}, [o, t, _]), /* @__PURE__ */ n(
|
|
39
49
|
"button",
|
|
40
50
|
{
|
|
41
|
-
className:
|
|
51
|
+
className: T(
|
|
42
52
|
e.btnRound,
|
|
43
|
-
e[`${
|
|
44
|
-
e[`${
|
|
45
|
-
e[`${
|
|
46
|
-
e[`${
|
|
47
|
-
|
|
53
|
+
e[`${o}-size`],
|
|
54
|
+
e[`${t}-size_m`],
|
|
55
|
+
e[`${_}-size_l`],
|
|
56
|
+
e[`${m}`],
|
|
57
|
+
c
|
|
48
58
|
),
|
|
49
59
|
...r,
|
|
50
|
-
children: /* @__PURE__ */
|
|
60
|
+
children: /* @__PURE__ */ n(k, { children: z ? /* @__PURE__ */ n(
|
|
51
61
|
p,
|
|
52
62
|
{
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
63
|
+
additionalClass: d,
|
|
64
|
+
name: z,
|
|
65
|
+
size: q,
|
|
66
|
+
deg: u,
|
|
67
|
+
color: b
|
|
57
68
|
}
|
|
58
|
-
) :
|
|
69
|
+
) : a })
|
|
59
70
|
}
|
|
60
71
|
);
|
|
61
72
|
};
|
|
62
73
|
export {
|
|
63
|
-
|
|
74
|
+
I as RoundButton
|
|
64
75
|
};
|
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
|
|
3
2
|
export declare const ROUND_BUTTON_VARIANTS: {
|
|
4
3
|
whiteStroke: string;
|
|
4
|
+
blackFill: string;
|
|
5
|
+
fullGray: string;
|
|
6
|
+
blue: string;
|
|
7
|
+
blackStroke: string;
|
|
8
|
+
whiteFilled: string;
|
|
9
|
+
whiteTransparent: string;
|
|
5
10
|
};
|
|
6
11
|
export type roundBtnVariant = keyof typeof ROUND_BUTTON_VARIANTS;
|
|
7
|
-
type btnSizes = 'large' | 'medium' | 'small';
|
|
12
|
+
export type btnSizes = 'large' | 'medium' | 'small' | 'tiny';
|
|
8
13
|
export declare const sizeMap: {
|
|
9
14
|
large: string;
|
|
10
15
|
medium: string;
|
|
11
16
|
small: string;
|
|
17
|
+
tiny: string;
|
|
12
18
|
};
|
|
13
19
|
interface IRoundButtonProps {
|
|
14
20
|
size?: btnSizes;
|
|
@@ -17,8 +23,10 @@ interface IRoundButtonProps {
|
|
|
17
23
|
children?: string | ReactNode;
|
|
18
24
|
variant?: roundBtnVariant;
|
|
19
25
|
additionalClass?: string;
|
|
26
|
+
additionalClassIcon?: string;
|
|
20
27
|
iconName?: string;
|
|
21
28
|
deg?: string;
|
|
29
|
+
fill?: string;
|
|
22
30
|
}
|
|
23
31
|
export type ComponentProps = IRoundButtonProps & React.ButtonHTMLAttributes<HTMLButtonElement>;
|
|
24
32
|
export {};
|
|
@@ -1,11 +1,18 @@
|
|
|
1
|
-
const
|
|
2
|
-
whiteStroke: "whiteStroke"
|
|
3
|
-
|
|
1
|
+
const l = {
|
|
2
|
+
whiteStroke: "whiteStroke",
|
|
3
|
+
blackFill: "blackFill",
|
|
4
|
+
fullGray: "fullGray",
|
|
5
|
+
blue: "blue",
|
|
6
|
+
blackStroke: "blackStroke",
|
|
7
|
+
whiteFilled: "whiteFilled",
|
|
8
|
+
whiteTransparent: "whiteTransparent"
|
|
9
|
+
}, e = {
|
|
4
10
|
large: "24",
|
|
5
11
|
medium: "20",
|
|
6
|
-
small: "16"
|
|
12
|
+
small: "16",
|
|
13
|
+
tiny: "12"
|
|
7
14
|
};
|
|
8
15
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
16
|
+
l as ROUND_BUTTON_VARIANTS,
|
|
17
|
+
e as sizeMap
|
|
11
18
|
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { TCategory, TModeSelect, TOption } from '../ui/Select.types.ts';
|
|
2
|
+
import { SetStateAction } from 'react';
|
|
3
|
+
export type TClickOptionProps = {
|
|
4
|
+
option: TOption | TOption[];
|
|
5
|
+
disabledOptions: TOption[];
|
|
6
|
+
selectedOptions: TOption[];
|
|
7
|
+
setSelectedOptions: (value: SetStateAction<TOption[]>) => void;
|
|
8
|
+
mode: TModeSelect;
|
|
9
|
+
onChange?: (selectedOptions: TOption[]) => unknown;
|
|
10
|
+
optionsParentArr?: TCategory[] | TOption[];
|
|
11
|
+
clickableOptions?: (string | undefined)[];
|
|
12
|
+
isDisabledNotClickable?: boolean;
|
|
13
|
+
};
|
|
14
|
+
declare const handleClickModeOption: ({ option, setSelectedOptions, selectedOptions, disabledOptions, onChange, mode, optionsParentArr, clickableOptions, isDisabledNotClickable, }: TClickOptionProps) => void;
|
|
15
|
+
declare const handleClickModeCategory: ({ option, setSelectedOptions, selectedOptions, disabledOptions, onChange, clickableOptions, isDisabledNotClickable, }: TClickOptionProps) => void;
|
|
16
|
+
export { handleClickModeCategory, handleClickModeOption };
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
const A = (e, f, r, v) => e.value === "selectAll" ? !1 : v && r ? !r.includes(`${e.value}`) : f.some((u) => u.value === e.value), d = ({
|
|
2
|
+
option: e,
|
|
3
|
+
setSelectedOptions: f,
|
|
4
|
+
selectedOptions: r,
|
|
5
|
+
disabledOptions: v,
|
|
6
|
+
onChange: u,
|
|
7
|
+
mode: y,
|
|
8
|
+
optionsParentArr: c,
|
|
9
|
+
clickableOptions: S,
|
|
10
|
+
isDisabledNotClickable: i
|
|
11
|
+
}) => {
|
|
12
|
+
if (!Array.isArray(e)) {
|
|
13
|
+
if (v.some((l) => l.value === e.value))
|
|
14
|
+
return;
|
|
15
|
+
let s = r.some((l) => l.value === e.value) ? e.value === "selectAll" && c ? [] : r.some((l) => l.value === "selectAll") ? r.filter((l) => l.value !== e.value && l.value !== "selectAll") : r.filter((l) => l.value !== e.value) : e.value === "selectAll" && c ? [...c] : [...r, e];
|
|
16
|
+
if (y === "single") {
|
|
17
|
+
const l = [e];
|
|
18
|
+
f(l), u && u(l);
|
|
19
|
+
return;
|
|
20
|
+
}
|
|
21
|
+
if (y === "double") {
|
|
22
|
+
if ("options" in e) {
|
|
23
|
+
if (r.map((t) => JSON.stringify(t)).includes(JSON.stringify(e)))
|
|
24
|
+
s = s.filter(
|
|
25
|
+
(t) => !e.options.map((m) => JSON.stringify(m)).includes(JSON.stringify(t))
|
|
26
|
+
);
|
|
27
|
+
else if (Array.isArray(e.options)) {
|
|
28
|
+
const t = e.options.filter(
|
|
29
|
+
(m) => !A(m, v, S, i)
|
|
30
|
+
);
|
|
31
|
+
s = [...s, ...t];
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
const l = c?.filter((n) => "options" in n && n.options.some((t) => t.value === e.value))[0];
|
|
35
|
+
!(l && r.map((n) => JSON.stringify(n)).includes(JSON.stringify(l))) && l && s.push(l);
|
|
36
|
+
}
|
|
37
|
+
f(s), u && u(s);
|
|
38
|
+
}
|
|
39
|
+
}, w = ({
|
|
40
|
+
option: e,
|
|
41
|
+
setSelectedOptions: f,
|
|
42
|
+
selectedOptions: r,
|
|
43
|
+
disabledOptions: v,
|
|
44
|
+
onChange: u,
|
|
45
|
+
clickableOptions: y,
|
|
46
|
+
isDisabledNotClickable: c
|
|
47
|
+
}) => {
|
|
48
|
+
if (Array.isArray(e)) {
|
|
49
|
+
const S = e.filter(
|
|
50
|
+
(i) => !A(i, v, y, c)
|
|
51
|
+
);
|
|
52
|
+
if (S.every((i) => r.some((a) => a.value === i.value))) {
|
|
53
|
+
const i = r.filter((a) => !e.some((s) => s.value === a.value));
|
|
54
|
+
f(i), u && u(i);
|
|
55
|
+
} else {
|
|
56
|
+
const i = S.filter((s) => !r.some((l) => l.value === s.value)), a = [...r, ...i];
|
|
57
|
+
f(a), u && u(a);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
};
|
|
61
|
+
export {
|
|
62
|
+
w as handleClickModeCategory,
|
|
63
|
+
d as handleClickModeOption
|
|
64
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { TCategory, TModeSelect, TOption } from './Select.types.ts';
|
|
2
|
+
export interface IOption {
|
|
3
|
+
category: TCategory;
|
|
4
|
+
selectedValues?: TOption[];
|
|
5
|
+
disabledOptions: TOption[];
|
|
6
|
+
selectedOptions: TOption[];
|
|
7
|
+
clickableOptions?: (string | undefined)[];
|
|
8
|
+
handleOptionClick: (option: TOption | TOption[]) => void;
|
|
9
|
+
sizeIcon?: string;
|
|
10
|
+
mode: TModeSelect;
|
|
11
|
+
isDisabledNotClickable?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare const Category: ({ category, selectedOptions, disabledOptions, clickableOptions, handleOptionClick, sizeIcon, isDisabledNotClickable, mode }: IOption) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { jsxs as d, Fragment as y, jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { s as t, O as F } from "../../../Option-DmDx_xOt.js";
|
|
3
|
+
import { c as H } from "../../../index-YnD2EP-S.js";
|
|
4
|
+
import { useState as I } from "react";
|
|
5
|
+
import { NewIcon as w } from "../../NewIcon/ui/NewIcon.js";
|
|
6
|
+
const J = H.bind(t), z = ({
|
|
7
|
+
category: o,
|
|
8
|
+
selectedOptions: i,
|
|
9
|
+
disabledOptions: r,
|
|
10
|
+
clickableOptions: s,
|
|
11
|
+
handleOptionClick: p,
|
|
12
|
+
sizeIcon: l,
|
|
13
|
+
isDisabledNotClickable: f,
|
|
14
|
+
mode: h
|
|
15
|
+
}) => {
|
|
16
|
+
const [a, g] = I(!1), N = i.map((e) => JSON.stringify(e)), c = h === "category", v = h === "double", b = c && o.options.every((e) => N.includes(JSON.stringify(e))), k = s ? s.includes(o.value.toString()) : !0, C = i.some((e) => e.value === o.value), u = () => f && s ? !s.includes(o.value.toString()) : r.some(
|
|
17
|
+
(e) => e.value === o.value
|
|
18
|
+
), D = c ? b ? "selectChecked" : "selectUncheckedHollow" : v && C ? "selectChecked" : "selectUncheckedHollow", S = o.options.length > 1;
|
|
19
|
+
return /* @__PURE__ */ d(y, { children: [
|
|
20
|
+
/* @__PURE__ */ d(
|
|
21
|
+
"div",
|
|
22
|
+
{
|
|
23
|
+
className: J(
|
|
24
|
+
t.option,
|
|
25
|
+
t.category,
|
|
26
|
+
{
|
|
27
|
+
[t.optionDisabled]: u(),
|
|
28
|
+
[t.optionClickable]: k
|
|
29
|
+
}
|
|
30
|
+
),
|
|
31
|
+
onClick: () => {
|
|
32
|
+
u() && !C || (v && !a && g(!0), p(c ? o.options : o));
|
|
33
|
+
},
|
|
34
|
+
children: [
|
|
35
|
+
/* @__PURE__ */ d("div", { className: t.leftSide, children: [
|
|
36
|
+
/* @__PURE__ */ n(
|
|
37
|
+
w,
|
|
38
|
+
{
|
|
39
|
+
size: l ?? "20",
|
|
40
|
+
name: D
|
|
41
|
+
}
|
|
42
|
+
),
|
|
43
|
+
/* @__PURE__ */ n("div", { className: t.optionLabel, children: o.label })
|
|
44
|
+
] }),
|
|
45
|
+
S && /* @__PURE__ */ n("div", { className: t.iconArrow, onClick: (e) => {
|
|
46
|
+
e.stopPropagation(), g((m) => !m);
|
|
47
|
+
}, children: /* @__PURE__ */ n(
|
|
48
|
+
w,
|
|
49
|
+
{
|
|
50
|
+
name: "arrowShort",
|
|
51
|
+
deg: a ? "180" : "0",
|
|
52
|
+
size: l ?? "24"
|
|
53
|
+
}
|
|
54
|
+
) })
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
),
|
|
58
|
+
a && S && o.options.map((e, m) => {
|
|
59
|
+
const x = u() ? [...r, ...o.options] : r;
|
|
60
|
+
return /* @__PURE__ */ n(
|
|
61
|
+
F,
|
|
62
|
+
{
|
|
63
|
+
option: e,
|
|
64
|
+
disabledOptions: x,
|
|
65
|
+
selectedOptions: i,
|
|
66
|
+
handleOptionClick: () => p(e),
|
|
67
|
+
sizeIcon: l,
|
|
68
|
+
clickableOptions: s,
|
|
69
|
+
isOptionCategory: !0,
|
|
70
|
+
isDisabledNotClickable: f
|
|
71
|
+
},
|
|
72
|
+
m
|
|
73
|
+
);
|
|
74
|
+
})
|
|
75
|
+
] });
|
|
76
|
+
};
|
|
77
|
+
export {
|
|
78
|
+
z as Category
|
|
79
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { TOption } from './Select.types.ts';
|
|
2
|
+
export interface IOption {
|
|
3
|
+
option: TOption;
|
|
4
|
+
isOptionCategory?: boolean;
|
|
5
|
+
isPositionLeftCheckbox?: boolean;
|
|
6
|
+
disabledOptions: TOption[];
|
|
7
|
+
selectedOptions: TOption[];
|
|
8
|
+
clickableOptions?: (string | undefined)[];
|
|
9
|
+
handleOptionClick: (option: TOption) => void;
|
|
10
|
+
sizeIcon?: string;
|
|
11
|
+
addClassName?: string;
|
|
12
|
+
dataTestId?: string;
|
|
13
|
+
isDisabledNotClickable?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export declare const Option: ({ option, selectedOptions, disabledOptions, clickableOptions, handleOptionClick, isOptionCategory, isPositionLeftCheckbox, sizeIcon, dataTestId, isDisabledNotClickable, addClassName, }: IOption) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
1
|
import { MultiSelectProps } from './Select.types';
|
|
3
|
-
|
|
4
|
-
export declare const Select: React.NamedExoticComponent<MultiSelectProps>;
|
|
2
|
+
export declare const Select: ({ options, customPlaceholder, placeholder, error, disabled, disabledOptions, additionalClass, additionalClassOption, additionalClassBtn, onChange, onBlur, selectedValues, isBtn, btnName, clickableOptions, isListRight, sizeIcon, mode, onClickItem, onCLickSelect, size_s, size_m, size_l, betweenSize, isDisabledNotClickable, isLast, isPositionLeftCheckbox, selectAll, scrollVersion, isLoading, selectPaddingBottom, }: MultiSelectProps) => import("react/jsx-runtime").JSX.Element;
|