mayak-common-library 0.0.313 → 0.0.315
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/index.d.mts +18 -1
- package/dist/index.d.ts +18 -1
- package/dist/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -541,6 +541,8 @@ interface IPopularAreasProps {
|
|
|
541
541
|
}
|
|
542
542
|
declare function PopularAreas({ classes, items, title, href, }: IPopularAreasProps): react_jsx_runtime.JSX.Element;
|
|
543
543
|
|
|
544
|
+
declare const ObjectProperties: FC<PropsWithChildren>;
|
|
545
|
+
|
|
544
546
|
interface IBoxItem$2 {
|
|
545
547
|
img?: string;
|
|
546
548
|
label?: string;
|
|
@@ -1132,6 +1134,14 @@ declare enum MACHINE_NAME {
|
|
|
1132
1134
|
OFFICE = "office",
|
|
1133
1135
|
TRADE_AREA = "trade_area",
|
|
1134
1136
|
WAREHOUSE = "warehouse",
|
|
1137
|
+
ROOM_COUNT = "roomCount",
|
|
1138
|
+
AREA_TOTAL = "areaTotal",
|
|
1139
|
+
AREA_LAND = "areaLand",
|
|
1140
|
+
AREA_LIVING = "areaLiving",
|
|
1141
|
+
AREA_KITCHEN = "areaKitchen",
|
|
1142
|
+
FLOORS_TOTAL = "totalFloors",
|
|
1143
|
+
FLOOR = "floor",
|
|
1144
|
+
REMONT = "remont",
|
|
1135
1145
|
PRODUCTION_FACILITY = "production_facility",
|
|
1136
1146
|
FOOD_SERVICE_OBJECT = "food_service_object",
|
|
1137
1147
|
SERVICE_OBJECT = "service_object",
|
|
@@ -1330,6 +1340,13 @@ interface CustomChipProps {
|
|
|
1330
1340
|
}
|
|
1331
1341
|
declare const Chip: FC<ChipProps & CustomChipProps>;
|
|
1332
1342
|
|
|
1343
|
+
interface ObjectPropertyProps {
|
|
1344
|
+
icon: MACHINE_NAME.LAND | MACHINE_NAME.COMMERCE | MACHINE_NAME.HOUSE | MACHINE_NAME.ROOM_COUNT | MACHINE_NAME.AREA_TOTAL | MACHINE_NAME.AREA_LAND | MACHINE_NAME.AREA_LIVING | MACHINE_NAME.AREA_KITCHEN | MACHINE_NAME.FLOORS_TOTAL | MACHINE_NAME.FLOOR | MACHINE_NAME.REMONT;
|
|
1345
|
+
label: string;
|
|
1346
|
+
path?: string;
|
|
1347
|
+
}
|
|
1348
|
+
declare const ObjectPropertyChip: FC<ObjectPropertyProps>;
|
|
1349
|
+
|
|
1333
1350
|
declare const List: FC<ListProps>;
|
|
1334
1351
|
|
|
1335
1352
|
interface ListItemProps {
|
|
@@ -1521,4 +1538,4 @@ interface IRealtyCard extends IRealty {
|
|
|
1521
1538
|
}
|
|
1522
1539
|
declare function RealtyCard({ classes, titleClasses, imageUrl, address, district, metro, price, dealId, houseNumber, residentialComplexName, areaTotal, totalFloors, floor, city, rooms, slug, borough, region, cityCrmId, areaLand, realtyType, title, href, mainCityCrmId, studio, tags, }: IRealtyCard): react_jsx_runtime.JSX.Element;
|
|
1523
1540
|
|
|
1524
|
-
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, AreasFull, AreasSlider, ArticleCard, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogCategoriesBlock, CatalogContainer, CatalogNewProjects, CatalogViewSwitch, CategoryCard, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, GalleryBlock, GalleryRealty, H1, H1Big, H2, H3, H4, H5, H6, Header, _default as HeaderContactButton, HeaderMob, IconButton, ImageAndTextBlock, Input, JoinTeamBlock, type LayoutStore, LegalSupport, LinkIconBorder, LinkOut, List, ListItem, type LocaleSlug, LocaleSwitch, LocaleSwitchToggle, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, type Modal, NewProjectCard, NumberInput, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyCard, ReferralProgramFirstBlock, SearchInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SliderContainer, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamPersonCard, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|
|
1541
|
+
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, AreasFull, AreasSlider, ArticleCard, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogCategoriesBlock, CatalogContainer, CatalogNewProjects, CatalogViewSwitch, CategoryCard, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, GalleryBlock, GalleryRealty, H1, H1Big, H2, H3, H4, H5, H6, Header, _default as HeaderContactButton, HeaderMob, IconButton, ImageAndTextBlock, Input, JoinTeamBlock, type LayoutStore, LegalSupport, LinkIconBorder, LinkOut, List, ListItem, type LocaleSlug, LocaleSwitch, LocaleSwitchToggle, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, type Modal, NewProjectCard, NumberInput, ObjectInfoBlock, ObjectProperties, ObjectPropertyChip, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyCard, ReferralProgramFirstBlock, SearchInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SliderContainer, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamPersonCard, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|
package/dist/index.d.ts
CHANGED
|
@@ -541,6 +541,8 @@ interface IPopularAreasProps {
|
|
|
541
541
|
}
|
|
542
542
|
declare function PopularAreas({ classes, items, title, href, }: IPopularAreasProps): react_jsx_runtime.JSX.Element;
|
|
543
543
|
|
|
544
|
+
declare const ObjectProperties: FC<PropsWithChildren>;
|
|
545
|
+
|
|
544
546
|
interface IBoxItem$2 {
|
|
545
547
|
img?: string;
|
|
546
548
|
label?: string;
|
|
@@ -1132,6 +1134,14 @@ declare enum MACHINE_NAME {
|
|
|
1132
1134
|
OFFICE = "office",
|
|
1133
1135
|
TRADE_AREA = "trade_area",
|
|
1134
1136
|
WAREHOUSE = "warehouse",
|
|
1137
|
+
ROOM_COUNT = "roomCount",
|
|
1138
|
+
AREA_TOTAL = "areaTotal",
|
|
1139
|
+
AREA_LAND = "areaLand",
|
|
1140
|
+
AREA_LIVING = "areaLiving",
|
|
1141
|
+
AREA_KITCHEN = "areaKitchen",
|
|
1142
|
+
FLOORS_TOTAL = "totalFloors",
|
|
1143
|
+
FLOOR = "floor",
|
|
1144
|
+
REMONT = "remont",
|
|
1135
1145
|
PRODUCTION_FACILITY = "production_facility",
|
|
1136
1146
|
FOOD_SERVICE_OBJECT = "food_service_object",
|
|
1137
1147
|
SERVICE_OBJECT = "service_object",
|
|
@@ -1330,6 +1340,13 @@ interface CustomChipProps {
|
|
|
1330
1340
|
}
|
|
1331
1341
|
declare const Chip: FC<ChipProps & CustomChipProps>;
|
|
1332
1342
|
|
|
1343
|
+
interface ObjectPropertyProps {
|
|
1344
|
+
icon: MACHINE_NAME.LAND | MACHINE_NAME.COMMERCE | MACHINE_NAME.HOUSE | MACHINE_NAME.ROOM_COUNT | MACHINE_NAME.AREA_TOTAL | MACHINE_NAME.AREA_LAND | MACHINE_NAME.AREA_LIVING | MACHINE_NAME.AREA_KITCHEN | MACHINE_NAME.FLOORS_TOTAL | MACHINE_NAME.FLOOR | MACHINE_NAME.REMONT;
|
|
1345
|
+
label: string;
|
|
1346
|
+
path?: string;
|
|
1347
|
+
}
|
|
1348
|
+
declare const ObjectPropertyChip: FC<ObjectPropertyProps>;
|
|
1349
|
+
|
|
1333
1350
|
declare const List: FC<ListProps>;
|
|
1334
1351
|
|
|
1335
1352
|
interface ListItemProps {
|
|
@@ -1521,4 +1538,4 @@ interface IRealtyCard extends IRealty {
|
|
|
1521
1538
|
}
|
|
1522
1539
|
declare function RealtyCard({ classes, titleClasses, imageUrl, address, district, metro, price, dealId, houseNumber, residentialComplexName, areaTotal, totalFloors, floor, city, rooms, slug, borough, region, cityCrmId, areaLand, realtyType, title, href, mainCityCrmId, studio, tags, }: IRealtyCard): react_jsx_runtime.JSX.Element;
|
|
1523
1540
|
|
|
1524
|
-
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, AreasFull, AreasSlider, ArticleCard, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogCategoriesBlock, CatalogContainer, CatalogNewProjects, CatalogViewSwitch, CategoryCard, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, GalleryBlock, GalleryRealty, H1, H1Big, H2, H3, H4, H5, H6, Header, _default as HeaderContactButton, HeaderMob, IconButton, ImageAndTextBlock, Input, JoinTeamBlock, type LayoutStore, LegalSupport, LinkIconBorder, LinkOut, List, ListItem, type LocaleSlug, LocaleSwitch, LocaleSwitchToggle, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, type Modal, NewProjectCard, NumberInput, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyCard, ReferralProgramFirstBlock, SearchInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SliderContainer, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamPersonCard, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|
|
1541
|
+
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, AreasFull, AreasSlider, ArticleCard, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogCategoriesBlock, CatalogContainer, CatalogNewProjects, CatalogViewSwitch, CategoryCard, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, GalleryBlock, GalleryRealty, H1, H1Big, H2, H3, H4, H5, H6, Header, _default as HeaderContactButton, HeaderMob, IconButton, ImageAndTextBlock, Input, JoinTeamBlock, type LayoutStore, LegalSupport, LinkIconBorder, LinkOut, List, ListItem, type LocaleSlug, LocaleSwitch, LocaleSwitchToggle, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, type Modal, NewProjectCard, NumberInput, ObjectInfoBlock, ObjectProperties, ObjectPropertyChip, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyCard, ReferralProgramFirstBlock, SearchInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SliderContainer, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamPersonCard, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|