stone-kit 0.0.1105 → 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 -6
- 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,678 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
id: 3218,
|
|
3
|
+
objectId: "SM-M2.1-203",
|
|
4
|
+
lotUuid: "f220e644-a66e-11ef-8384-005056b5170a",
|
|
5
|
+
projectId: 8,
|
|
6
|
+
rentPricePerMeterPerYear: "0.00",
|
|
7
|
+
rentPricePerMonth: "0.00",
|
|
8
|
+
bestPurchasingConditions: 100,
|
|
9
|
+
hasBestPurchasingConditions: !1,
|
|
10
|
+
firstPaymentSum: null,
|
|
11
|
+
discountedPrice: null,
|
|
12
|
+
discountVolume: null,
|
|
13
|
+
handoverKeys: null,
|
|
14
|
+
availableFrom: null,
|
|
15
|
+
entrance: "",
|
|
16
|
+
status: 1,
|
|
17
|
+
rentStatus: 1,
|
|
18
|
+
number: "M2.1-203",
|
|
19
|
+
slug: "m21-203",
|
|
20
|
+
address: "Москва, Нижние Мневники, 37АС17",
|
|
21
|
+
type: 1,
|
|
22
|
+
typeName: "Офис",
|
|
23
|
+
subType: 1,
|
|
24
|
+
subTypeName: "Офис",
|
|
25
|
+
direction: 1,
|
|
26
|
+
doorNumber: "M2.1-203",
|
|
27
|
+
area: "40.50",
|
|
28
|
+
kitchenArea: null,
|
|
29
|
+
livingArea: null,
|
|
30
|
+
floorsNumber: 12,
|
|
31
|
+
floor: 2,
|
|
32
|
+
saleFloorMin: null,
|
|
33
|
+
saleFloorMax: null,
|
|
34
|
+
beginFloor: 2,
|
|
35
|
+
endFloor: 2,
|
|
36
|
+
ceiling: "4.25",
|
|
37
|
+
roomsCount: 0,
|
|
38
|
+
bedroomsCount: 0,
|
|
39
|
+
windowView: "",
|
|
40
|
+
showcaseWindows: "",
|
|
41
|
+
promo: null,
|
|
42
|
+
housing: "Башня M2.1",
|
|
43
|
+
section: "",
|
|
44
|
+
buildStage: null,
|
|
45
|
+
isWaterPipes: !0,
|
|
46
|
+
combinedWcsCount: null,
|
|
47
|
+
workPlacesCount: 7,
|
|
48
|
+
isDecoration: !1,
|
|
49
|
+
isCorner: !1,
|
|
50
|
+
isCatering: !1,
|
|
51
|
+
isDetachedBuilding: !1,
|
|
52
|
+
isPhone: !1,
|
|
53
|
+
isMortgage: !1,
|
|
54
|
+
isGarbageTube: !1,
|
|
55
|
+
isPenthouse: !0,
|
|
56
|
+
isApart: !1,
|
|
57
|
+
isDoubleLevel: !1,
|
|
58
|
+
isRamp: !1,
|
|
59
|
+
isCloseToLift: !1,
|
|
60
|
+
isOccupied: !1,
|
|
61
|
+
isGab: !1,
|
|
62
|
+
isFacing: !1,
|
|
63
|
+
liftPassenger: 0,
|
|
64
|
+
liftService: 0,
|
|
65
|
+
balcony: 0,
|
|
66
|
+
loggia: 0,
|
|
67
|
+
inputType: "commonFromStreet",
|
|
68
|
+
condition: "",
|
|
69
|
+
layout: "",
|
|
70
|
+
repairType: "",
|
|
71
|
+
speciality: null,
|
|
72
|
+
features: [
|
|
73
|
+
{
|
|
74
|
+
val: "Этаж 2 из 12",
|
|
75
|
+
slug: "floor",
|
|
76
|
+
icoImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/sp/floor.svg",
|
|
77
|
+
category: "advantages"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
windowViews: [],
|
|
81
|
+
businessType: null,
|
|
82
|
+
interiorPlanImg: null,
|
|
83
|
+
floorPlanImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/customFields/ObjectModels/ObjectModel21591/f4634b60.png",
|
|
84
|
+
sitPlanImg: "https://dev.cms.stonehedgecompany.com/uploads/sitplan_sm_9a1ff69ce1_fff5604236.jpg",
|
|
85
|
+
azimuthAngle: 57,
|
|
86
|
+
typeSizeCode: null,
|
|
87
|
+
terrace: !0,
|
|
88
|
+
workroom: !0,
|
|
89
|
+
bathroomWithWindow: !1,
|
|
90
|
+
masterBedroom: !0,
|
|
91
|
+
dressingRoom: !0,
|
|
92
|
+
project: {
|
|
93
|
+
id: 8,
|
|
94
|
+
name: "Офисы STONE Мнёвники 2",
|
|
95
|
+
directions: [1],
|
|
96
|
+
geo: { lat: "55.754082", long: "37.456710" },
|
|
97
|
+
metro: [
|
|
98
|
+
{
|
|
99
|
+
icon: null,
|
|
100
|
+
mode: null,
|
|
101
|
+
name: "Терехово",
|
|
102
|
+
color: "#29B1A6",
|
|
103
|
+
station: "Терехово",
|
|
104
|
+
timeTo: 7
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
salesOffice: { metro: [Array], address: "Бумажный проезд, вл. 19, стр. 1" },
|
|
108
|
+
address: "Нижние Мнёвники ул., з/у 39, 41",
|
|
109
|
+
features: [
|
|
110
|
+
{
|
|
111
|
+
val: "Офисы от 26 млн ₽",
|
|
112
|
+
slug: "ofisy-ot-35-4-mln",
|
|
113
|
+
icoImg: null,
|
|
114
|
+
category: "directionPage"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
val: "От 415 тыс. ₽/м²",
|
|
118
|
+
slug: "ot-405-tys-m",
|
|
119
|
+
icoImg: null,
|
|
120
|
+
category: "directionPage"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
val: "Готовность: 2028 г.",
|
|
124
|
+
slug: "gotovnost-iii-kv-2028-g-1",
|
|
125
|
+
icoImg: null,
|
|
126
|
+
category: "directionPage"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
val: "3 км до Рублевского шоссе",
|
|
130
|
+
slug: "3-km-do-rublevskogo-shosse",
|
|
131
|
+
icoImg: null,
|
|
132
|
+
category: "directionPage"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
val: "Офисы от 415 тыс. ₽/м²",
|
|
136
|
+
slug: "ot-322-tys-m-1",
|
|
137
|
+
icoImg: null,
|
|
138
|
+
category: "header"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
val: "Готовность: 2028 г.",
|
|
142
|
+
slug: "gotovnost2028",
|
|
143
|
+
icoImg: null,
|
|
144
|
+
category: "header"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
val: "Отложенный платеж",
|
|
148
|
+
slug: "otlozhennyj-platezh",
|
|
149
|
+
icoImg: {
|
|
150
|
+
id: 4074,
|
|
151
|
+
attributes: null
|
|
152
|
+
},
|
|
153
|
+
category: "finance"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
val: "Рассрочка с макс. сроком погашения",
|
|
157
|
+
slug: "rassrochka-s-ma",
|
|
158
|
+
icoImg: null,
|
|
159
|
+
category: "finance"
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
catalogFeatures: [],
|
|
163
|
+
frontFeatures: null,
|
|
164
|
+
bigLotFeatures: [
|
|
165
|
+
{
|
|
166
|
+
val: "Первый взнос 10%",
|
|
167
|
+
slug: "pervyj-vznos-10",
|
|
168
|
+
icoImg: null,
|
|
169
|
+
category: "finance"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
val: "Рассрочка до окончания строительства",
|
|
173
|
+
slug: "rassrochka-period-stroitelstva",
|
|
174
|
+
icoImg: null,
|
|
175
|
+
category: "finance"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
val: "Рассрочка от 5%",
|
|
179
|
+
slug: "rassrochka-ot-5",
|
|
180
|
+
icoImg: null,
|
|
181
|
+
category: "finance"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
val: "Второй платеж в феврале 2026",
|
|
185
|
+
slug: "vtoroj-platezh-v-fevrale-2026",
|
|
186
|
+
icoImg: null,
|
|
187
|
+
category: "finance"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
buildingYear: 2029,
|
|
191
|
+
lotsCount: 31,
|
|
192
|
+
retailLotsCount: [],
|
|
193
|
+
logoImg: null,
|
|
194
|
+
sitPlanImg: "https://dev.cms.stonehedgecompany.com/uploads/sitplan_sm_9a1ff69ce1_fff5604236.jpg",
|
|
195
|
+
shortDesc: "Бизнес-центр класса А в живописном районе у воды и парков. Хорошая транспортная доступность обеспечивает удобную связь с основными деловыми районами.",
|
|
196
|
+
strapiSlug: "mnevniki2",
|
|
197
|
+
sort: 1,
|
|
198
|
+
sortOffice: 1,
|
|
199
|
+
sortRetail: 1,
|
|
200
|
+
showPriceFlg: !0,
|
|
201
|
+
showPdfBtn: !1,
|
|
202
|
+
showCatalog: !0,
|
|
203
|
+
showDetailPage: !0,
|
|
204
|
+
discount: "3.00",
|
|
205
|
+
minimalLotPrice: { 1: "28552500", 8: "1629075000" },
|
|
206
|
+
status: "start-prodazh",
|
|
207
|
+
showPriceSubType: [
|
|
208
|
+
{ value: "Офис", filter: "1" },
|
|
209
|
+
{ value: "Клиентский офис", filter: "21" }
|
|
210
|
+
],
|
|
211
|
+
isShowPayment: !1,
|
|
212
|
+
createdAt: "2025-09-01T17:10:01.000000Z",
|
|
213
|
+
updatedAt: "2025-09-25T10:20:02.000000Z"
|
|
214
|
+
},
|
|
215
|
+
showPriceFlg: !0,
|
|
216
|
+
termsOfPurchase: null,
|
|
217
|
+
cardinalDirections: null,
|
|
218
|
+
sellingPrice: "27695925",
|
|
219
|
+
sellingPriceBeforeDiscount: "28552500",
|
|
220
|
+
discount: "3.00",
|
|
221
|
+
recommended: [
|
|
222
|
+
{
|
|
223
|
+
id: 3217,
|
|
224
|
+
objectId: "SM-M2.2-909",
|
|
225
|
+
lotUuid: "0f18f3c9-a66e-11ef-8384-005056b5170a",
|
|
226
|
+
projectId: 8,
|
|
227
|
+
rentPricePerMeterPerYear: "0.00",
|
|
228
|
+
rentPricePerMonth: "0.00",
|
|
229
|
+
firstPaymentSum: null,
|
|
230
|
+
discountedPrice: null,
|
|
231
|
+
discountVolume: null,
|
|
232
|
+
handoverKeys: null,
|
|
233
|
+
availableFrom: null,
|
|
234
|
+
entrance: "",
|
|
235
|
+
status: 1,
|
|
236
|
+
rentStatus: 1,
|
|
237
|
+
number: "M2.2-909",
|
|
238
|
+
slug: "m22-909",
|
|
239
|
+
address: "Москва, Нижние Мневники, 37АС17",
|
|
240
|
+
type: 1,
|
|
241
|
+
typeName: "Офис",
|
|
242
|
+
subType: 1,
|
|
243
|
+
subTypeName: "Офис",
|
|
244
|
+
direction: 1,
|
|
245
|
+
doorNumber: "M2.2-909",
|
|
246
|
+
area: "50.00",
|
|
247
|
+
kitchenArea: null,
|
|
248
|
+
livingArea: null,
|
|
249
|
+
floorsNumber: 12,
|
|
250
|
+
floor: 9,
|
|
251
|
+
saleFloorMin: null,
|
|
252
|
+
saleFloorMax: null,
|
|
253
|
+
beginFloor: 9,
|
|
254
|
+
endFloor: 9,
|
|
255
|
+
ceiling: "3.65",
|
|
256
|
+
roomsCount: 0,
|
|
257
|
+
bedroomsCount: 0,
|
|
258
|
+
windowView: "",
|
|
259
|
+
showcaseWindows: "",
|
|
260
|
+
promo: null,
|
|
261
|
+
housing: "Башня M2.2",
|
|
262
|
+
section: "",
|
|
263
|
+
buildStage: null,
|
|
264
|
+
isWaterPipes: !1,
|
|
265
|
+
combinedWcsCount: null,
|
|
266
|
+
workPlacesCount: 7,
|
|
267
|
+
isDecoration: !1,
|
|
268
|
+
isCorner: !1,
|
|
269
|
+
isCatering: !1,
|
|
270
|
+
isDetachedBuilding: !1,
|
|
271
|
+
isPhone: !1,
|
|
272
|
+
isMortgage: !1,
|
|
273
|
+
isGarbageTube: !1,
|
|
274
|
+
isPenthouse: !1,
|
|
275
|
+
isApart: !1,
|
|
276
|
+
isDoubleLevel: !1,
|
|
277
|
+
isRamp: !1,
|
|
278
|
+
isCloseToLift: !1,
|
|
279
|
+
isOccupied: !1,
|
|
280
|
+
isGab: !1,
|
|
281
|
+
isFacing: !1,
|
|
282
|
+
liftPassenger: 0,
|
|
283
|
+
liftService: 0,
|
|
284
|
+
balcony: 0,
|
|
285
|
+
loggia: 0,
|
|
286
|
+
inputType: "commonFromStreet",
|
|
287
|
+
condition: "",
|
|
288
|
+
layout: "",
|
|
289
|
+
repairType: "",
|
|
290
|
+
speciality: null,
|
|
291
|
+
features: [
|
|
292
|
+
{
|
|
293
|
+
val: "Вид на Москва-Сити",
|
|
294
|
+
slug: "Вид на Москва-Сити",
|
|
295
|
+
icoImg: null,
|
|
296
|
+
category: null,
|
|
297
|
+
isSearchable: !1
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
val: "Вид на ул. Нижние Мневники",
|
|
301
|
+
slug: "vid_na_ul_niznie_mnevniki",
|
|
302
|
+
icoImg: null,
|
|
303
|
+
category: null,
|
|
304
|
+
isSearchable: !1
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
val: "Этаж 9 из 12",
|
|
308
|
+
slug: "floor",
|
|
309
|
+
icoImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/sp/floor.svg",
|
|
310
|
+
category: "advantages"
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
windowViews: [],
|
|
314
|
+
businessType: null,
|
|
315
|
+
interiorPlanImg: null,
|
|
316
|
+
floorPlanImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/customFields/ObjectModels/ObjectModel21777/df936789.png",
|
|
317
|
+
sitPlanImg: null,
|
|
318
|
+
azimuthAngle: 57,
|
|
319
|
+
typeSizeCode: null,
|
|
320
|
+
terrace: !1,
|
|
321
|
+
workroom: !1,
|
|
322
|
+
bathroomWithWindow: !1,
|
|
323
|
+
masterBedroom: !1,
|
|
324
|
+
dressingRoom: !1,
|
|
325
|
+
showPriceFlg: !1,
|
|
326
|
+
termsOfPurchase: null,
|
|
327
|
+
cardinalDirections: null,
|
|
328
|
+
pdfPresentation: null,
|
|
329
|
+
projectUuid: null,
|
|
330
|
+
discount: null,
|
|
331
|
+
sellingPriceBeforeDiscount: null,
|
|
332
|
+
sellingPrice: null,
|
|
333
|
+
reservations: []
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
id: 1640,
|
|
337
|
+
objectId: "SM-M2.1-602",
|
|
338
|
+
lotUuid: "fd034b0c-a66d-11ef-8384-005056b5170a",
|
|
339
|
+
projectId: 8,
|
|
340
|
+
rentPricePerMeterPerYear: "0.00",
|
|
341
|
+
rentPricePerMonth: "0.00",
|
|
342
|
+
firstPaymentSum: null,
|
|
343
|
+
discountedPrice: null,
|
|
344
|
+
discountVolume: null,
|
|
345
|
+
handoverKeys: null,
|
|
346
|
+
availableFrom: null,
|
|
347
|
+
entrance: "",
|
|
348
|
+
status: 1,
|
|
349
|
+
rentStatus: 1,
|
|
350
|
+
number: "M2.1-602",
|
|
351
|
+
slug: "m21-602",
|
|
352
|
+
address: "Москва, Нижние Мневники, 37АС17",
|
|
353
|
+
type: 1,
|
|
354
|
+
typeName: "Офис",
|
|
355
|
+
subType: 1,
|
|
356
|
+
subTypeName: "Офис",
|
|
357
|
+
direction: 1,
|
|
358
|
+
doorNumber: "M2.1-602",
|
|
359
|
+
area: "198.00",
|
|
360
|
+
kitchenArea: null,
|
|
361
|
+
livingArea: null,
|
|
362
|
+
floorsNumber: 12,
|
|
363
|
+
floor: 6,
|
|
364
|
+
saleFloorMin: null,
|
|
365
|
+
saleFloorMax: null,
|
|
366
|
+
beginFloor: 6,
|
|
367
|
+
endFloor: 6,
|
|
368
|
+
ceiling: "3.65",
|
|
369
|
+
roomsCount: 0,
|
|
370
|
+
bedroomsCount: 0,
|
|
371
|
+
windowView: "",
|
|
372
|
+
showcaseWindows: "",
|
|
373
|
+
promo: null,
|
|
374
|
+
housing: "Башня M2.1",
|
|
375
|
+
section: "",
|
|
376
|
+
buildStage: null,
|
|
377
|
+
isWaterPipes: !0,
|
|
378
|
+
combinedWcsCount: null,
|
|
379
|
+
workPlacesCount: 23,
|
|
380
|
+
isDecoration: !1,
|
|
381
|
+
isCorner: !0,
|
|
382
|
+
isCatering: !1,
|
|
383
|
+
isDetachedBuilding: !1,
|
|
384
|
+
isPhone: !1,
|
|
385
|
+
isMortgage: !1,
|
|
386
|
+
isGarbageTube: !1,
|
|
387
|
+
isPenthouse: !1,
|
|
388
|
+
isApart: !1,
|
|
389
|
+
isDoubleLevel: !1,
|
|
390
|
+
isRamp: !1,
|
|
391
|
+
isCloseToLift: !1,
|
|
392
|
+
isOccupied: !1,
|
|
393
|
+
isGab: !1,
|
|
394
|
+
isFacing: !1,
|
|
395
|
+
liftPassenger: 0,
|
|
396
|
+
liftService: 0,
|
|
397
|
+
balcony: 0,
|
|
398
|
+
loggia: 0,
|
|
399
|
+
inputType: "commonFromStreet",
|
|
400
|
+
condition: "",
|
|
401
|
+
layout: "",
|
|
402
|
+
repairType: "",
|
|
403
|
+
speciality: null,
|
|
404
|
+
features: [
|
|
405
|
+
{
|
|
406
|
+
val: "Вид на Москва-Сити",
|
|
407
|
+
slug: "Вид на Москва-Сити",
|
|
408
|
+
icoImg: null,
|
|
409
|
+
category: null,
|
|
410
|
+
isSearchable: !1
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
val: "Вид на ул. Нижние Мневники",
|
|
414
|
+
slug: "vid_na_ul_niznie_mnevniki",
|
|
415
|
+
icoImg: null,
|
|
416
|
+
category: null,
|
|
417
|
+
isSearchable: !1
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
val: "Этаж 9 из 12",
|
|
421
|
+
slug: "floor",
|
|
422
|
+
icoImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/sp/floor.svg",
|
|
423
|
+
category: "advantages"
|
|
424
|
+
}
|
|
425
|
+
],
|
|
426
|
+
windowViews: [],
|
|
427
|
+
businessType: null,
|
|
428
|
+
interiorPlanImg: null,
|
|
429
|
+
floorPlanImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/customFields/ObjectModels/ObjectModel21511/29f732a0.png",
|
|
430
|
+
sitPlanImg: null,
|
|
431
|
+
azimuthAngle: 57,
|
|
432
|
+
typeSizeCode: null,
|
|
433
|
+
terrace: !1,
|
|
434
|
+
workroom: !1,
|
|
435
|
+
bathroomWithWindow: !1,
|
|
436
|
+
masterBedroom: !1,
|
|
437
|
+
dressingRoom: !1,
|
|
438
|
+
showPriceFlg: !1,
|
|
439
|
+
termsOfPurchase: null,
|
|
440
|
+
cardinalDirections: null,
|
|
441
|
+
pdfPresentation: null,
|
|
442
|
+
projectUuid: null,
|
|
443
|
+
discount: null,
|
|
444
|
+
sellingPriceBeforeDiscount: null,
|
|
445
|
+
sellingPrice: null,
|
|
446
|
+
reservations: []
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
id: 1637,
|
|
450
|
+
objectId: "SM-M2.1-702",
|
|
451
|
+
lotUuid: "0327aea2-a66e-11ef-8384-005056b5170a",
|
|
452
|
+
projectId: 8,
|
|
453
|
+
rentPricePerMeterPerYear: "0.00",
|
|
454
|
+
rentPricePerMonth: "0.00",
|
|
455
|
+
firstPaymentSum: null,
|
|
456
|
+
discountedPrice: null,
|
|
457
|
+
discountVolume: null,
|
|
458
|
+
handoverKeys: null,
|
|
459
|
+
availableFrom: null,
|
|
460
|
+
entrance: null,
|
|
461
|
+
status: 1,
|
|
462
|
+
rentStatus: 1,
|
|
463
|
+
number: "M2.1-702",
|
|
464
|
+
slug: "m21-702",
|
|
465
|
+
address: "Москва, Нижние Мневники, 37АС17",
|
|
466
|
+
type: 1,
|
|
467
|
+
typeName: "Офис",
|
|
468
|
+
subType: 1,
|
|
469
|
+
subTypeName: "Офис",
|
|
470
|
+
direction: 1,
|
|
471
|
+
doorNumber: "M2.1-702",
|
|
472
|
+
area: "198.00",
|
|
473
|
+
kitchenArea: null,
|
|
474
|
+
livingArea: null,
|
|
475
|
+
floorsNumber: 12,
|
|
476
|
+
floor: 7,
|
|
477
|
+
saleFloorMin: null,
|
|
478
|
+
saleFloorMax: null,
|
|
479
|
+
beginFloor: 7,
|
|
480
|
+
endFloor: 7,
|
|
481
|
+
ceiling: "3.65",
|
|
482
|
+
roomsCount: 0,
|
|
483
|
+
bedroomsCount: 0,
|
|
484
|
+
windowView: "-",
|
|
485
|
+
showcaseWindows: null,
|
|
486
|
+
promo: null,
|
|
487
|
+
housing: "Башня M2.1",
|
|
488
|
+
section: null,
|
|
489
|
+
buildStage: null,
|
|
490
|
+
isWaterPipes: !0,
|
|
491
|
+
combinedWcsCount: null,
|
|
492
|
+
workPlacesCount: 23,
|
|
493
|
+
isDecoration: !1,
|
|
494
|
+
isCorner: !0,
|
|
495
|
+
isCatering: !1,
|
|
496
|
+
isDetachedBuilding: !1,
|
|
497
|
+
isPhone: !1,
|
|
498
|
+
isMortgage: !1,
|
|
499
|
+
isGarbageTube: !1,
|
|
500
|
+
isPenthouse: !1,
|
|
501
|
+
isApart: !1,
|
|
502
|
+
isDoubleLevel: !1,
|
|
503
|
+
isRamp: !1,
|
|
504
|
+
isCloseToLift: !1,
|
|
505
|
+
isOccupied: !1,
|
|
506
|
+
isGab: !1,
|
|
507
|
+
isFacing: !1,
|
|
508
|
+
liftPassenger: null,
|
|
509
|
+
liftService: null,
|
|
510
|
+
balcony: null,
|
|
511
|
+
loggia: null,
|
|
512
|
+
inputType: null,
|
|
513
|
+
condition: null,
|
|
514
|
+
layout: null,
|
|
515
|
+
repairType: null,
|
|
516
|
+
speciality: null,
|
|
517
|
+
features: [
|
|
518
|
+
{
|
|
519
|
+
val: "Вид на Москва-Сити",
|
|
520
|
+
slug: "Вид на Москва-Сити",
|
|
521
|
+
icoImg: null,
|
|
522
|
+
category: null,
|
|
523
|
+
isSearchable: !1
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
val: "Вид на ул. Нижние Мневники",
|
|
527
|
+
slug: "vid_na_ul_niznie_mnevniki",
|
|
528
|
+
icoImg: null,
|
|
529
|
+
category: null,
|
|
530
|
+
isSearchable: !1
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
val: "Этаж 9 из 12",
|
|
534
|
+
slug: "floor",
|
|
535
|
+
icoImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/sp/floor.svg",
|
|
536
|
+
category: "advantages"
|
|
537
|
+
}
|
|
538
|
+
],
|
|
539
|
+
windowViews: [],
|
|
540
|
+
businessType: null,
|
|
541
|
+
interiorPlanImg: null,
|
|
542
|
+
floorPlanImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/customFields/ObjectModels/ObjectModel21579/43c6b8e8.png",
|
|
543
|
+
sitPlanImg: null,
|
|
544
|
+
azimuthAngle: 57,
|
|
545
|
+
typeSizeCode: null,
|
|
546
|
+
terrace: !1,
|
|
547
|
+
workroom: !1,
|
|
548
|
+
bathroomWithWindow: !1,
|
|
549
|
+
masterBedroom: !1,
|
|
550
|
+
dressingRoom: !1,
|
|
551
|
+
showPriceFlg: !1,
|
|
552
|
+
termsOfPurchase: null,
|
|
553
|
+
cardinalDirections: null,
|
|
554
|
+
pdfPresentation: null,
|
|
555
|
+
projectUuid: null,
|
|
556
|
+
discount: null,
|
|
557
|
+
sellingPriceBeforeDiscount: null,
|
|
558
|
+
sellingPrice: null,
|
|
559
|
+
reservations: []
|
|
560
|
+
}
|
|
561
|
+
],
|
|
562
|
+
parking: [],
|
|
563
|
+
additionFeatures: [
|
|
564
|
+
{
|
|
565
|
+
val: "Этаж 2 из 12",
|
|
566
|
+
slug: "floor",
|
|
567
|
+
icoImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/sp/floor.svg",
|
|
568
|
+
category: "advantages"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
val: "Мокрая точка",
|
|
572
|
+
slug: "mokrayatochka",
|
|
573
|
+
icoImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/sp/is_water_pipes.svg"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
val: "7 рабочих мест",
|
|
577
|
+
slug: "rabochiemesta",
|
|
578
|
+
icoImg: "https://166ba6ce-eee2-43f1-87a4-b80ece869977.selcdn.net/sp/work_places_count.svg"
|
|
579
|
+
}
|
|
580
|
+
],
|
|
581
|
+
pdfPresentation: null
|
|
582
|
+
}, l = {
|
|
583
|
+
address: null,
|
|
584
|
+
area: null,
|
|
585
|
+
availableFrom: null,
|
|
586
|
+
azimuthAngle: null,
|
|
587
|
+
balcony: null,
|
|
588
|
+
bathroomWithWindow: !1,
|
|
589
|
+
bedroomsCount: null,
|
|
590
|
+
beginFloor: null,
|
|
591
|
+
buildStage: null,
|
|
592
|
+
businessType: null,
|
|
593
|
+
cardinalDirections: null,
|
|
594
|
+
ceiling: null,
|
|
595
|
+
combinedWcsCount: null,
|
|
596
|
+
condition: null,
|
|
597
|
+
direction: 1,
|
|
598
|
+
discount: null,
|
|
599
|
+
discountVolume: null,
|
|
600
|
+
discountedPrice: null,
|
|
601
|
+
doorNumber: null,
|
|
602
|
+
dressingRoom: !1,
|
|
603
|
+
endFloor: null,
|
|
604
|
+
entrance: null,
|
|
605
|
+
features: null,
|
|
606
|
+
firstPaymentSum: null,
|
|
607
|
+
floor: null,
|
|
608
|
+
floorPlanImg: null,
|
|
609
|
+
floorsNumber: null,
|
|
610
|
+
handoverKeys: null,
|
|
611
|
+
housing: null,
|
|
612
|
+
id: 2966,
|
|
613
|
+
inputType: null,
|
|
614
|
+
interiorPlanImg: null,
|
|
615
|
+
isApart: !1,
|
|
616
|
+
isCatering: !1,
|
|
617
|
+
isCloseToLift: !1,
|
|
618
|
+
isCorner: !1,
|
|
619
|
+
isDecoration: !1,
|
|
620
|
+
isDetachedBuilding: !1,
|
|
621
|
+
isDoubleLevel: !1,
|
|
622
|
+
isFacing: !1,
|
|
623
|
+
isGab: !1,
|
|
624
|
+
isGarbageTube: !1,
|
|
625
|
+
isMortgage: !1,
|
|
626
|
+
isOccupied: !1,
|
|
627
|
+
isPenthouse: !1,
|
|
628
|
+
isPhone: !1,
|
|
629
|
+
isRamp: !1,
|
|
630
|
+
isWaterPipes: !1,
|
|
631
|
+
kitchenArea: null,
|
|
632
|
+
layout: null,
|
|
633
|
+
liftPassenger: null,
|
|
634
|
+
liftService: null,
|
|
635
|
+
livingArea: null,
|
|
636
|
+
loggia: null,
|
|
637
|
+
lotUuid: "486069da-ea8e-11ee-8383-005056b5170b",
|
|
638
|
+
masterBedroom: !1,
|
|
639
|
+
number: null,
|
|
640
|
+
objectId: "SH-G3-1505",
|
|
641
|
+
pdfPresentation: null,
|
|
642
|
+
project: null,
|
|
643
|
+
projectId: 7,
|
|
644
|
+
projectUuid: "cc069c90-77c4-11ee-8352-005056a1be4c",
|
|
645
|
+
promo: null,
|
|
646
|
+
rentPricePerMeterPerYear: "0.00",
|
|
647
|
+
rentPricePerMonth: "0.00",
|
|
648
|
+
rentStatus: 1,
|
|
649
|
+
repairType: null,
|
|
650
|
+
reservations: [],
|
|
651
|
+
roomsCount: null,
|
|
652
|
+
saleFloorMax: null,
|
|
653
|
+
saleFloorMin: null,
|
|
654
|
+
section: null,
|
|
655
|
+
sellingPrice: null,
|
|
656
|
+
sellingPriceBeforeDiscount: null,
|
|
657
|
+
showPriceFlg: !0,
|
|
658
|
+
showcaseWindows: null,
|
|
659
|
+
sitPlanImg: null,
|
|
660
|
+
slug: "g3-1505",
|
|
661
|
+
speciality: null,
|
|
662
|
+
status: 1,
|
|
663
|
+
subType: null,
|
|
664
|
+
subTypeName: null,
|
|
665
|
+
termsOfPurchase: null,
|
|
666
|
+
terrace: !1,
|
|
667
|
+
type: 3,
|
|
668
|
+
typeName: "Офис",
|
|
669
|
+
typeSizeCode: null,
|
|
670
|
+
windowView: null,
|
|
671
|
+
windowViews: [],
|
|
672
|
+
workPlacesCount: null,
|
|
673
|
+
workroom: !1
|
|
674
|
+
};
|
|
675
|
+
export {
|
|
676
|
+
e as testLot,
|
|
677
|
+
l as testLotEmpty
|
|
678
|
+
};
|