magneto365.ui 2.57.2 → 2.57.3-alpha
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/assets/megaMenu/ca9ee6d183e7647b.svg +8 -0
- package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
- package/dist/cjs/index.js +1361 -1566
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/UI/atoms/Divider/Divider.interface.d.ts +0 -1
- package/dist/cjs/types/components/UI/atoms/HeaderTab/HeaderTab.interface.d.ts +0 -7
- package/dist/cjs/types/components/UI/atoms/MegaMenuDrawerItem/MegaMenuDrawerItem.component.d.ts +10 -0
- package/dist/cjs/types/components/UI/atoms/MegaMenuDrawerItem/MegaMenuDrawerItem.interface.d.ts +28 -0
- package/dist/cjs/types/components/UI/atoms/MegaMenuDrawerItem/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/atoms/MegaMenuTab/MegaMenuTab.component.d.ts +3 -1
- package/dist/cjs/types/components/UI/atoms/ToggleButton/ToggleButton.interface.d.ts +4 -9
- package/dist/cjs/types/components/UI/atoms/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/molecules/Alert/Alert.interface.d.ts +1 -1
- package/dist/cjs/types/components/UI/molecules/ListIconLink/ListIconLink.interface.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.interface.d.ts +1 -1
- package/dist/cjs/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +0 -1
- package/dist/cjs/types/components/UI/molecules/MegaMenuSocialTabs/MegaMenuTabs.component.d.ts +4 -1
- package/dist/cjs/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +0 -7
- package/dist/cjs/types/components/UI/molecules/index.d.ts +2 -7
- package/dist/cjs/types/components/UI/organism/AlphabetFilter/AlphabetFilter.interface.d.ts +2 -1
- package/dist/cjs/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +0 -5
- package/dist/cjs/types/components/UI/organism/MegaMenuDrawer/MegaMenuDrawer.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/MegaMenuDrawer/MegaMenuDrawer.interface.d.ts +11 -0
- package/dist/cjs/types/components/UI/organism/MegaMenuDrawer/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/organism/MegaMenuMainHeader/MegaMenuMainHeader.component.d.ts +2 -1
- package/dist/cjs/types/components/UI/organism/MegaMenuMainHeader/MegaMenuMainHeader.interface.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +2 -7
- package/dist/cjs/types/components/UI/organism/index.d.ts +1 -3
- package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -3
- package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuDesktop.component.d.ts +4 -0
- package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuMobile.component.d.ts +4 -0
- package/dist/cjs/types/constants/icons.constants.d.ts +0 -7
- package/dist/cjs/types/constants/megaMenu.constants.d.ts +1 -0
- package/dist/cjs/types/constants/stories/index.d.ts +0 -3
- package/dist/cjs/types/constants/stories/megaMenu.constants.d.ts +1 -0
- package/dist/esm/css/magneto.ui.lib.min.css +1 -1
- package/dist/esm/index.js +1360 -1547
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/UI/atoms/Divider/Divider.interface.d.ts +0 -1
- package/dist/esm/types/components/UI/atoms/HeaderTab/HeaderTab.interface.d.ts +0 -7
- package/dist/esm/types/components/UI/atoms/MegaMenuDrawerItem/MegaMenuDrawerItem.component.d.ts +10 -0
- package/dist/esm/types/components/UI/atoms/MegaMenuDrawerItem/MegaMenuDrawerItem.interface.d.ts +28 -0
- package/dist/esm/types/components/UI/atoms/MegaMenuDrawerItem/index.d.ts +2 -0
- package/dist/esm/types/components/UI/atoms/MegaMenuTab/MegaMenuTab.component.d.ts +3 -1
- package/dist/esm/types/components/UI/atoms/ToggleButton/ToggleButton.interface.d.ts +4 -9
- package/dist/esm/types/components/UI/atoms/index.d.ts +0 -1
- package/dist/esm/types/components/UI/molecules/Alert/Alert.interface.d.ts +1 -1
- package/dist/esm/types/components/UI/molecules/ListIconLink/ListIconLink.interface.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.interface.d.ts +1 -1
- package/dist/esm/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +0 -1
- package/dist/esm/types/components/UI/molecules/MegaMenuSocialTabs/MegaMenuTabs.component.d.ts +4 -1
- package/dist/esm/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +0 -7
- package/dist/esm/types/components/UI/molecules/index.d.ts +2 -7
- package/dist/esm/types/components/UI/organism/AlphabetFilter/AlphabetFilter.interface.d.ts +2 -1
- package/dist/esm/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +0 -5
- package/dist/esm/types/components/UI/organism/MegaMenuDrawer/MegaMenuDrawer.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/MegaMenuDrawer/MegaMenuDrawer.interface.d.ts +11 -0
- package/dist/esm/types/components/UI/organism/MegaMenuDrawer/index.d.ts +2 -0
- package/dist/esm/types/components/UI/organism/MegaMenuMainHeader/MegaMenuMainHeader.component.d.ts +2 -1
- package/dist/esm/types/components/UI/organism/MegaMenuMainHeader/MegaMenuMainHeader.interface.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +2 -7
- package/dist/esm/types/components/UI/organism/index.d.ts +1 -3
- package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -3
- package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuDesktop.component.d.ts +4 -0
- package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuMobile.component.d.ts +4 -0
- package/dist/esm/types/constants/icons.constants.d.ts +0 -7
- package/dist/esm/types/constants/megaMenu.constants.d.ts +1 -0
- package/dist/esm/types/constants/stories/index.d.ts +0 -3
- package/dist/esm/types/constants/stories/megaMenu.constants.d.ts +1 -0
- package/dist/index.d.ts +41 -600
- package/package.json +1 -1
- package/dist/assets/035d90cb55b544da.svg +0 -15
- package/dist/assets/1aba91fa564f11d7.svg +0 -16
- package/dist/assets/3a1c54796cd5e026.svg +0 -17
- package/dist/assets/3e2d04cc8ff5910d.svg +0 -11
- package/dist/assets/58346511fd62e29a.svg +0 -5
- package/dist/assets/8a37a9c7b0fd5027.svg +0 -9
- package/dist/assets/f3929a315218dc82.svg +0 -10
- package/dist/cjs/types/components/UI/atoms/Badge/Badge.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/atoms/Badge/Badge.interface.d.ts +0 -10
- package/dist/cjs/types/components/UI/atoms/Badge/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.component.d.ts +0 -7
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.interface.d.ts +0 -41
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/AlertJobStatusContainer.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/AlertJobStatusIcon.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/index.d.ts +0 -4
- package/dist/cjs/types/components/UI/molecules/FraudCardJob/FraudCardJob.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/molecules/FraudCardJob/FraudCardJob.interface.d.ts +0 -18
- package/dist/cjs/types/components/UI/molecules/FraudCardJob/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/molecules/ModalResponsive/ModalResponsive.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/molecules/ModalResponsive/ModalResponsive.interface.d.ts +0 -22
- package/dist/cjs/types/components/UI/molecules/ModalResponsive/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +0 -7
- package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +0 -128
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/SimilarCardLogo.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/SimilarCardIcon.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/molecules/SimilarCard/index.d.ts +0 -4
- package/dist/cjs/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.interface.d.ts +0 -23
- package/dist/cjs/types/components/UI/molecules/ToggleButtonList/index.d.ts +0 -2
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/ApplicationSummary.component.d.ts +0 -9
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/ApplicationSummary.interface.d.ts +0 -71
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/ApplicationButton.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/ApplicationSection.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/ApplicationSubTitle.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationText/ApplicationText.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationText/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/ApplicationTitle.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/index.d.ts +0 -5
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.component.d.ts +0 -11
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.interface.d.ts +0 -90
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/JobSuggestedHeader.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/JobSuggestedSimilarJobs.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/index.d.ts +0 -1
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/index.d.ts +0 -4
- package/dist/cjs/types/components/UI/organism/ProcessesCard/ProcessesCard.component.d.ts +0 -11
- package/dist/cjs/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +0 -42
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardArrow/ProcessesCardArrow.component.d.ts +0 -2
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardBrand/ProcessesCardBrand.component.d.ts +0 -2
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardIconStatus/ProcessesCardIconStatus.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardSection/ProcessesCardSection.component.d.ts +0 -2
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardStatus/ProcessesCardStatus.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardText/ProcessesCardText.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardTitle/ProcessesCardTitle.component.d.ts +0 -3
- package/dist/cjs/types/components/UI/organism/ProcessesCard/index.d.ts +0 -1
- package/dist/cjs/types/constants/stories/alertJob.constants.d.ts +0 -3
- package/dist/cjs/types/constants/stories/fraudCardJob.constant.d.ts +0 -2
- package/dist/cjs/types/constants/stories/jobSuggestedDrawer.constants.d.ts +0 -3
- package/dist/cjs/types/constants/stories/similarCard.constants.d.ts +0 -7
- package/dist/cjs/types/constants/stories/toggleButton.constants.d.ts +0 -2
- package/dist/cjs/types/utils/text/textAdapter.util.d.ts +0 -3
- package/dist/esm/types/components/UI/atoms/Badge/Badge.component.d.ts +0 -3
- package/dist/esm/types/components/UI/atoms/Badge/Badge.interface.d.ts +0 -10
- package/dist/esm/types/components/UI/atoms/Badge/index.d.ts +0 -1
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.component.d.ts +0 -7
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.interface.d.ts +0 -41
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/AlertJobStatusContainer.component.d.ts +0 -3
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/index.d.ts +0 -1
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/AlertJobStatusIcon.component.d.ts +0 -3
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/index.d.ts +0 -1
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/index.d.ts +0 -4
- package/dist/esm/types/components/UI/molecules/FraudCardJob/FraudCardJob.component.d.ts +0 -3
- package/dist/esm/types/components/UI/molecules/FraudCardJob/FraudCardJob.interface.d.ts +0 -18
- package/dist/esm/types/components/UI/molecules/FraudCardJob/index.d.ts +0 -1
- package/dist/esm/types/components/UI/molecules/ModalResponsive/ModalResponsive.component.d.ts +0 -3
- package/dist/esm/types/components/UI/molecules/ModalResponsive/ModalResponsive.interface.d.ts +0 -22
- package/dist/esm/types/components/UI/molecules/ModalResponsive/index.d.ts +0 -1
- package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +0 -7
- package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +0 -128
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/SimilarCardLogo.component.d.ts +0 -3
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/index.d.ts +0 -1
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/SimilarCardIcon.component.d.ts +0 -3
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/index.d.ts +0 -1
- package/dist/esm/types/components/UI/molecules/SimilarCard/index.d.ts +0 -4
- package/dist/esm/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.component.d.ts +0 -3
- package/dist/esm/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.interface.d.ts +0 -23
- package/dist/esm/types/components/UI/molecules/ToggleButtonList/index.d.ts +0 -2
- package/dist/esm/types/components/UI/organism/ApplicationSummary/ApplicationSummary.component.d.ts +0 -9
- package/dist/esm/types/components/UI/organism/ApplicationSummary/ApplicationSummary.interface.d.ts +0 -71
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/ApplicationButton.component.d.ts +0 -3
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/index.d.ts +0 -1
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/ApplicationSection.component.d.ts +0 -3
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/index.d.ts +0 -1
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/ApplicationSubTitle.component.d.ts +0 -3
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/index.d.ts +0 -1
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationText/ApplicationText.component.d.ts +0 -3
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationText/index.d.ts +0 -1
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/ApplicationTitle.component.d.ts +0 -3
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/index.d.ts +0 -1
- package/dist/esm/types/components/UI/organism/ApplicationSummary/index.d.ts +0 -5
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.component.d.ts +0 -11
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.interface.d.ts +0 -90
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/JobSuggestedHeader.component.d.ts +0 -3
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/index.d.ts +0 -1
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/JobSuggestedSimilarJobs.component.d.ts +0 -3
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/index.d.ts +0 -1
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/index.d.ts +0 -4
- package/dist/esm/types/components/UI/organism/ProcessesCard/ProcessesCard.component.d.ts +0 -11
- package/dist/esm/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +0 -42
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardArrow/ProcessesCardArrow.component.d.ts +0 -2
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardBrand/ProcessesCardBrand.component.d.ts +0 -2
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardIconStatus/ProcessesCardIconStatus.component.d.ts +0 -3
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardSection/ProcessesCardSection.component.d.ts +0 -2
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardStatus/ProcessesCardStatus.component.d.ts +0 -3
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardText/ProcessesCardText.component.d.ts +0 -3
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardTitle/ProcessesCardTitle.component.d.ts +0 -3
- package/dist/esm/types/components/UI/organism/ProcessesCard/index.d.ts +0 -1
- package/dist/esm/types/constants/stories/alertJob.constants.d.ts +0 -3
- package/dist/esm/types/constants/stories/fraudCardJob.constant.d.ts +0 -2
- package/dist/esm/types/constants/stories/jobSuggestedDrawer.constants.d.ts +0 -3
- package/dist/esm/types/constants/stories/similarCard.constants.d.ts +0 -7
- package/dist/esm/types/constants/stories/toggleButton.constants.d.ts +0 -2
- package/dist/esm/types/utils/text/textAdapter.util.d.ts +0 -3
package/dist/index.d.ts
CHANGED
|
@@ -3,12 +3,11 @@ import React$1, { ChangeEvent, FC, ReactNode, Ref, SetStateAction } from 'react'
|
|
|
3
3
|
import { IDateDropdown as IDateDropdown$1, IconProps as IconProps$1, ISearchItem as ISearchItem$1, IJobCompanyLogo as IJobCompanyLogo$1, IJobHeader as IJobHeader$1, IShareButton as IShareButton$1, IImage as IImage$1, IMainButton as IMainButton$1, ILinkProps as ILinkProps$1, ILogoComponent as ILogoComponent$1 } from '@components/UI/atoms';
|
|
4
4
|
import { IconProps as IconProps$2 } from '@components/UI/atoms/Icon';
|
|
5
5
|
import { ISaveButton as ISaveButton$1 } from '@components/UI/atoms/SaveButton';
|
|
6
|
-
import { ICustomText
|
|
6
|
+
import { ICustomText } from '@components/UI/atoms/Text/Text.interface';
|
|
7
7
|
import { IFilterValue as IFilterValue$1, ISetIsApplied as ISetIsApplied$1, IFilter as IFilter$1, ISearchRenderTypeProps as ISearchRenderTypeProps$1 } from '@components/UI/template/SideFilter';
|
|
8
8
|
import * as _components_UI_molecules from '@components/UI/molecules';
|
|
9
|
-
import {
|
|
9
|
+
import { IFiltersRef as IFiltersRef$1, IDatePicker as IDatePicker$1, IBreadcrumbs as IBreadcrumbs$1, IUserMenuWrapperAnalystProps as IUserMenuWrapperAnalystProps$1, IMegaMenuCard as IMegaMenuCard$1, IJobCompanyHeader as IJobCompanyHeader$2, IJobDetailCard as IJobDetailCard$1, IJobSkillsCard as IJobSkillsCard$1, IJobApplyCard as IJobApplyCard$1, IJobFooterCard as IJobFooterCard$1, ICityDetail as ICityDetail$1, TimelineEventStatus as TimelineEventStatus$1, IUserMenuAnalystProps as IUserMenuAnalystProps$1, IFrequentSearch as IFrequentSearch$1, IPaginationProps as IPaginationProps$1, IEmptyResults as IEmptyResults$2, IJobCard as IJobCard$2, ISearchbar as ISearchbar$1 } from '@components/UI/molecules';
|
|
10
10
|
import { IMegaMenuLink as IMegaMenuLink$1 } from '@components/UI/template/MegaMenu/MegaMenuContext.interface';
|
|
11
|
-
import { IToggleButton as IToggleButton$1, IToggleButtonOnchangeValues as IToggleButtonOnchangeValues$1 } from '@components/UI/atoms/ToggleButton/ToggleButton.interface';
|
|
12
11
|
import * as _components_UI_organism from '@components/UI/organism';
|
|
13
12
|
import { IMobileDatePicker as IMobileDatePicker$1, IDatePickerComponent as IDatePickerComponent$1, IJobDetailsDrawer as IJobDetailsDrawer$1, IMobileJobDetailsDrawer as IMobileJobDetailsDrawer$1, IHeaderAnalystProps as IHeaderAnalystProps$1, IModalAnalyst as IModalAnalyst$1, INavMenuAnalystRegion as INavMenuAnalystRegion$1 } from '@components/UI/organism';
|
|
14
13
|
import { IListMenuText as IListMenuText$1 } from '@components/UI/molecules/ListMenuText/ListMenuText.interface';
|
|
@@ -19,8 +18,6 @@ import { IJobVideo as IJobVideo$1 } from '@components/UI/molecules/JobVideo';
|
|
|
19
18
|
import { IMobileDatePicker as IMobileDatePicker$2 } from '@components/UI/organism/MobileDatePicker/MobileDatePicker.interface';
|
|
20
19
|
import { IActions as IActions$1 } from '@components/UI/molecules/Actions';
|
|
21
20
|
import { INavMenuAnalystProps as INavMenuAnalystProps$1 } from '@components/UI/organism/NavMenuAnalyst';
|
|
22
|
-
import { ISimilarCardData as ISimilarCardData$1 } from '@components/UI/molecules/SimilarCard';
|
|
23
|
-
import * as _components_UI_molecules_AlertJobStatus from '@components/UI/molecules/AlertJobStatus';
|
|
24
21
|
import { IJobCard as IJobCard$1 } from '@components/UI/molecules/JobCard/JobCard.interface';
|
|
25
22
|
import { ISortBar as ISortBar$1 } from '@components/UI/template/SortBar/SortBar.interface';
|
|
26
23
|
import { ISideFilter as ISideFilter$1 } from '@components/UI/template';
|
|
@@ -67,19 +64,6 @@ interface IAvatar {
|
|
|
67
64
|
*/
|
|
68
65
|
declare const Avatar: React$1.FC<IAvatar>;
|
|
69
66
|
|
|
70
|
-
interface IBadge {
|
|
71
|
-
/**
|
|
72
|
-
* this property sets a custom number
|
|
73
|
-
*/
|
|
74
|
-
number?: number;
|
|
75
|
-
/**
|
|
76
|
-
* this property sets custom classname
|
|
77
|
-
*/
|
|
78
|
-
className?: string;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
declare const Badge: React$1.FC<IBadge>;
|
|
82
|
-
|
|
83
67
|
interface IBardLoader {
|
|
84
68
|
/**
|
|
85
69
|
* Class name of bar loader wrapper
|
|
@@ -284,7 +268,6 @@ declare const DateInput: React$1.FC<IDateInput>;
|
|
|
284
268
|
declare type DIRECTIONS = 'HORIZONTAL' | 'VERTICAL';
|
|
285
269
|
interface IDivider {
|
|
286
270
|
direction?: DIRECTIONS;
|
|
287
|
-
spacing?: number;
|
|
288
271
|
}
|
|
289
272
|
|
|
290
273
|
/**
|
|
@@ -327,14 +310,7 @@ interface IHeaderTab {
|
|
|
327
310
|
* Sets the active state of tab
|
|
328
311
|
*/
|
|
329
312
|
isActive: boolean;
|
|
330
|
-
/**
|
|
331
|
-
* Sets custom className
|
|
332
|
-
*/
|
|
333
313
|
className?: string;
|
|
334
|
-
/**
|
|
335
|
-
* Sets badge count
|
|
336
|
-
*/
|
|
337
|
-
count?: number;
|
|
338
314
|
}
|
|
339
315
|
|
|
340
316
|
/**
|
|
@@ -642,7 +618,9 @@ interface IMegaMenuTab {
|
|
|
642
618
|
selected: boolean;
|
|
643
619
|
}
|
|
644
620
|
|
|
645
|
-
declare const MegaMenuTab: React$1.FC<IMegaMenuTab
|
|
621
|
+
declare const MegaMenuTab: React$1.FC<IMegaMenuTab & {
|
|
622
|
+
showArrow: boolean;
|
|
623
|
+
}>;
|
|
646
624
|
|
|
647
625
|
interface IMenuDropdownProps {
|
|
648
626
|
/**
|
|
@@ -1036,10 +1014,6 @@ interface ITag {
|
|
|
1036
1014
|
|
|
1037
1015
|
declare const Tags: React$1.FC<ITag>;
|
|
1038
1016
|
|
|
1039
|
-
interface IToggleButtonOnchangeValues {
|
|
1040
|
-
name?: string;
|
|
1041
|
-
id: string | number;
|
|
1042
|
-
}
|
|
1043
1017
|
interface IToggleButton {
|
|
1044
1018
|
/**
|
|
1045
1019
|
* You can extend the style properties with class names
|
|
@@ -1068,11 +1042,10 @@ interface IToggleButton {
|
|
|
1068
1042
|
/**
|
|
1069
1043
|
* this function returns the name and id value of the button when clicked on
|
|
1070
1044
|
*/
|
|
1071
|
-
onChange
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
customIcon?: string;
|
|
1045
|
+
onChange: ({ name, id }: {
|
|
1046
|
+
name?: string;
|
|
1047
|
+
id?: string | number;
|
|
1048
|
+
}) => void;
|
|
1076
1049
|
}
|
|
1077
1050
|
|
|
1078
1051
|
declare const ToggleButton: React$1.FC<IToggleButton>;
|
|
@@ -1238,11 +1211,11 @@ interface IAlert {
|
|
|
1238
1211
|
/**
|
|
1239
1212
|
* This is the main text in the alert
|
|
1240
1213
|
* */
|
|
1241
|
-
text?: string
|
|
1214
|
+
text?: string;
|
|
1242
1215
|
/**
|
|
1243
1216
|
* This is the custom text in the alert
|
|
1244
1217
|
* */
|
|
1245
|
-
customText?: ICustomText
|
|
1218
|
+
customText?: ICustomText[];
|
|
1246
1219
|
/**
|
|
1247
1220
|
* This is the custom text in the alert
|
|
1248
1221
|
* */
|
|
@@ -1595,29 +1568,6 @@ declare enum EExpandableInfoSize {
|
|
|
1595
1568
|
*/
|
|
1596
1569
|
declare const ExpandableInfo: React$1.FC<IExpandableInfoProps>;
|
|
1597
1570
|
|
|
1598
|
-
interface IFilterActions {
|
|
1599
|
-
/**
|
|
1600
|
-
* Text that shows when all option is clicked
|
|
1601
|
-
*/
|
|
1602
|
-
allAction: string;
|
|
1603
|
-
/**
|
|
1604
|
-
* Callback when select an option
|
|
1605
|
-
*/
|
|
1606
|
-
onClickAction: (index: number, value: string) => void;
|
|
1607
|
-
/**
|
|
1608
|
-
* Optional reference for imperative behaviour
|
|
1609
|
-
*/
|
|
1610
|
-
filtersRef?: Ref<IFiltersRef>;
|
|
1611
|
-
}
|
|
1612
|
-
interface IFiltersRef {
|
|
1613
|
-
/**
|
|
1614
|
-
* CallBack to restart filters
|
|
1615
|
-
*/
|
|
1616
|
-
restartFilters: () => void;
|
|
1617
|
-
}
|
|
1618
|
-
|
|
1619
|
-
declare const FilterActions: FC<IFilterActions>;
|
|
1620
|
-
|
|
1621
1571
|
interface IFilterContainerMenu {
|
|
1622
1572
|
/**
|
|
1623
1573
|
* you must add jsx elements
|
|
@@ -1693,27 +1643,6 @@ interface IFilterSearchItem {
|
|
|
1693
1643
|
|
|
1694
1644
|
declare const FilterSearchItem: FC<IFilterSearchItem>;
|
|
1695
1645
|
|
|
1696
|
-
interface IFraudCardJob {
|
|
1697
|
-
/**
|
|
1698
|
-
* This is the text that display in the title of the card
|
|
1699
|
-
*/
|
|
1700
|
-
title: string;
|
|
1701
|
-
/**
|
|
1702
|
-
*This is the text that display in the body of the card
|
|
1703
|
-
*/
|
|
1704
|
-
content: string;
|
|
1705
|
-
/**
|
|
1706
|
-
* This is the text that display in the report button of the card
|
|
1707
|
-
*/
|
|
1708
|
-
linkText: string;
|
|
1709
|
-
/**
|
|
1710
|
-
* This is the link to redirect to the fraud form
|
|
1711
|
-
*/
|
|
1712
|
-
link: string;
|
|
1713
|
-
}
|
|
1714
|
-
|
|
1715
|
-
declare const FraudCardJob: React$1.FC<IFraudCardJob>;
|
|
1716
|
-
|
|
1717
1646
|
interface IFrequentSearch {
|
|
1718
1647
|
/**
|
|
1719
1648
|
* The heading or title for the frequent search section.
|
|
@@ -2283,6 +2212,7 @@ interface IListIconLink {
|
|
|
2283
2212
|
listIcon: IListIcon[];
|
|
2284
2213
|
size?: number;
|
|
2285
2214
|
hover?: boolean;
|
|
2215
|
+
className?: string;
|
|
2286
2216
|
}
|
|
2287
2217
|
interface IListIcon {
|
|
2288
2218
|
url?: string | null;
|
|
@@ -2493,7 +2423,7 @@ interface IMegaMenuCard {
|
|
|
2493
2423
|
/**
|
|
2494
2424
|
* Onclick callback
|
|
2495
2425
|
* */
|
|
2496
|
-
onClick
|
|
2426
|
+
onClick: () => void;
|
|
2497
2427
|
/**
|
|
2498
2428
|
* Show arrow icon
|
|
2499
2429
|
* */
|
|
@@ -2506,16 +2436,6 @@ declare const MegaMenuJobsTabs: React$1.FC;
|
|
|
2506
2436
|
|
|
2507
2437
|
declare const MegaMenuPopover: React$1.FC;
|
|
2508
2438
|
|
|
2509
|
-
interface IMegaMenuSideCards {
|
|
2510
|
-
jobs: IMegaMenuCard$1[];
|
|
2511
|
-
onSelectCard?: (index: number) => void;
|
|
2512
|
-
action?: IMegaMenuLink$1;
|
|
2513
|
-
maxCards?: number;
|
|
2514
|
-
initValue?: number;
|
|
2515
|
-
}
|
|
2516
|
-
|
|
2517
|
-
declare const MegaMenuSideCards: React$1.FC<IMegaMenuSideCards>;
|
|
2518
|
-
|
|
2519
2439
|
interface IMenuCollapseChildren extends IListMenuText {
|
|
2520
2440
|
isOpen: boolean;
|
|
2521
2441
|
onClick: () => void;
|
|
@@ -2690,31 +2610,6 @@ declare const _default$1: React$1.FC<IModal> & {
|
|
|
2690
2610
|
Description: React$1.FC<IModalDescription>;
|
|
2691
2611
|
};
|
|
2692
2612
|
|
|
2693
|
-
interface IModalResponsive {
|
|
2694
|
-
/**
|
|
2695
|
-
* this property open the container
|
|
2696
|
-
*/
|
|
2697
|
-
open: boolean;
|
|
2698
|
-
/**
|
|
2699
|
-
* this property close the container
|
|
2700
|
-
*/
|
|
2701
|
-
onClose: () => void;
|
|
2702
|
-
/**
|
|
2703
|
-
* this property sets the children elements
|
|
2704
|
-
*/
|
|
2705
|
-
children: JSX.Element | JSX.Element[];
|
|
2706
|
-
/**
|
|
2707
|
-
* this property sets customs styles for the modal
|
|
2708
|
-
*/
|
|
2709
|
-
modalClassName?: string;
|
|
2710
|
-
/**
|
|
2711
|
-
* this property sets customs styles for the mobile drawer
|
|
2712
|
-
*/
|
|
2713
|
-
mobileDrawerClassName?: string;
|
|
2714
|
-
}
|
|
2715
|
-
|
|
2716
|
-
declare const ModalResponsive: React$1.FC<IModalResponsive>;
|
|
2717
|
-
|
|
2718
2613
|
interface ICreatePaginationProps {
|
|
2719
2614
|
/**
|
|
2720
2615
|
* This is the total of vacancies
|
|
@@ -3049,31 +2944,6 @@ declare type TimelineEventStatus = 'checked' | 'current' | 'blocked';
|
|
|
3049
2944
|
|
|
3050
2945
|
declare const TimelineEvent: React$1.FC<TimelineEventProps>;
|
|
3051
2946
|
|
|
3052
|
-
declare type TToggleButtonList = {
|
|
3053
|
-
/**
|
|
3054
|
-
* this property sets the list of toggle buttons
|
|
3055
|
-
*/
|
|
3056
|
-
list: Partial<Pick<IToggleButton$1, 'id' | 'name' | 'customIcon'>>[];
|
|
3057
|
-
/**
|
|
3058
|
-
* this property sets the props of toggle buttons
|
|
3059
|
-
*/
|
|
3060
|
-
toggleButtonProps?: IToggleButton$1;
|
|
3061
|
-
/**
|
|
3062
|
-
* this property returns the values of the toggle button selected
|
|
3063
|
-
*/
|
|
3064
|
-
onChange?: (value: IToggleButtonOnchangeValues$1 | null | number) => void;
|
|
3065
|
-
/**
|
|
3066
|
-
* this property sets customs className for toggle buttons
|
|
3067
|
-
*/
|
|
3068
|
-
className?: string;
|
|
3069
|
-
/**
|
|
3070
|
-
* this property sets the default value or current value of the toggle button
|
|
3071
|
-
*/
|
|
3072
|
-
currentSelect?: Pick<IToggleButton$1, 'id' | 'name'>;
|
|
3073
|
-
};
|
|
3074
|
-
|
|
3075
|
-
declare const ToggleButtonList: React$1.FC<TToggleButtonList>;
|
|
3076
|
-
|
|
3077
2947
|
declare type TPosition = 'top' | 'bottom' | 'left' | 'right';
|
|
3078
2948
|
interface ITooltipProps {
|
|
3079
2949
|
/**
|
|
@@ -3088,14 +2958,7 @@ interface ITooltipProps {
|
|
|
3088
2958
|
* the tooltip component must wrap a component
|
|
3089
2959
|
*/
|
|
3090
2960
|
children: React.ReactNode;
|
|
3091
|
-
/**
|
|
3092
|
-
* this property set the tooltip width
|
|
3093
|
-
*/
|
|
3094
2961
|
width?: string;
|
|
3095
|
-
/**
|
|
3096
|
-
* this property set the tooltip visibility
|
|
3097
|
-
*/
|
|
3098
|
-
visible?: boolean;
|
|
3099
2962
|
}
|
|
3100
2963
|
|
|
3101
2964
|
declare const Tooltip: React$1.FC<ITooltipProps>;
|
|
@@ -3105,98 +2968,11 @@ interface IAlphabetFilter {
|
|
|
3105
2968
|
allActionText: string;
|
|
3106
2969
|
className?: string;
|
|
3107
2970
|
onClickAction: (index: number, value: string) => void;
|
|
3108
|
-
filtersRef?: Ref<
|
|
2971
|
+
filtersRef?: Ref<IFiltersRef$1>;
|
|
3109
2972
|
}
|
|
3110
2973
|
|
|
3111
2974
|
declare const AlphabetFilter: React$1.FC<IAlphabetFilter>;
|
|
3112
2975
|
|
|
3113
|
-
interface IApplicationSummary {
|
|
3114
|
-
/**
|
|
3115
|
-
* this property sets any component
|
|
3116
|
-
*/
|
|
3117
|
-
children: JSX.Element | JSX.Element[];
|
|
3118
|
-
/**
|
|
3119
|
-
* this property opens the ui
|
|
3120
|
-
*/
|
|
3121
|
-
open: boolean;
|
|
3122
|
-
/**
|
|
3123
|
-
* this property closes the ui
|
|
3124
|
-
*/
|
|
3125
|
-
onClose: () => void;
|
|
3126
|
-
}
|
|
3127
|
-
declare namespace IApplicationSummary {
|
|
3128
|
-
interface Section {
|
|
3129
|
-
/**
|
|
3130
|
-
* this property sets custom styles
|
|
3131
|
-
*/
|
|
3132
|
-
className?: string;
|
|
3133
|
-
/**
|
|
3134
|
-
* this property sets any component
|
|
3135
|
-
*/
|
|
3136
|
-
children: JSX.Element | JSX.Element[];
|
|
3137
|
-
/**
|
|
3138
|
-
* this property update to position align the components
|
|
3139
|
-
*/
|
|
3140
|
-
aligned?: 'start' | 'center' | 'end';
|
|
3141
|
-
}
|
|
3142
|
-
interface Title {
|
|
3143
|
-
/**
|
|
3144
|
-
* this property sets custom styles
|
|
3145
|
-
*/
|
|
3146
|
-
className?: string;
|
|
3147
|
-
/**
|
|
3148
|
-
* this property sets children elements
|
|
3149
|
-
*/
|
|
3150
|
-
children?: React.ReactNode;
|
|
3151
|
-
}
|
|
3152
|
-
interface SubTitle {
|
|
3153
|
-
/**
|
|
3154
|
-
* this property sets custom styles
|
|
3155
|
-
*/
|
|
3156
|
-
className?: string;
|
|
3157
|
-
/**
|
|
3158
|
-
* this property sets children elements
|
|
3159
|
-
*/
|
|
3160
|
-
children?: React.ReactNode;
|
|
3161
|
-
}
|
|
3162
|
-
interface Text {
|
|
3163
|
-
/**
|
|
3164
|
-
* this property sets custom styles
|
|
3165
|
-
*/
|
|
3166
|
-
className?: string;
|
|
3167
|
-
/**
|
|
3168
|
-
* this property sets children elements
|
|
3169
|
-
*/
|
|
3170
|
-
children?: React.ReactNode;
|
|
3171
|
-
}
|
|
3172
|
-
interface Button extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
3173
|
-
/**
|
|
3174
|
-
* this property sets custom styles
|
|
3175
|
-
*/
|
|
3176
|
-
className?: string;
|
|
3177
|
-
/**
|
|
3178
|
-
* this property sets custom style button
|
|
3179
|
-
*/
|
|
3180
|
-
variant?: 'primary' | 'secondary';
|
|
3181
|
-
}
|
|
3182
|
-
}
|
|
3183
|
-
|
|
3184
|
-
declare const ApplicationSummary: React$1.FC<IApplicationSummary> & {
|
|
3185
|
-
Section: React$1.FC<IApplicationSummary.Section>;
|
|
3186
|
-
Title: React$1.FC<IApplicationSummary.Title>;
|
|
3187
|
-
SubTitle: React$1.FC<IApplicationSummary.SubTitle>;
|
|
3188
|
-
Button: React$1.FC<IApplicationSummary.Button>;
|
|
3189
|
-
Text: React$1.FC<IApplicationSummary.Text>;
|
|
3190
|
-
};
|
|
3191
|
-
|
|
3192
|
-
declare const ApplicationButton: React$1.FC<IApplicationSummary.Button>;
|
|
3193
|
-
|
|
3194
|
-
declare const ApplicationSubtitle: React$1.FC<IApplicationSummary.SubTitle>;
|
|
3195
|
-
|
|
3196
|
-
declare const ApplicationText: React$1.FC<IApplicationSummary.Text>;
|
|
3197
|
-
|
|
3198
|
-
declare const ApplicationTitle: React$1.FC<IApplicationSummary.Title>;
|
|
3199
|
-
|
|
3200
2976
|
declare const BrandMenu: React$1.FC<IBrandMenu>;
|
|
3201
2977
|
|
|
3202
2978
|
interface IDatePickerComponent {
|
|
@@ -3442,10 +3218,6 @@ interface IJobDetailsDrawer {
|
|
|
3442
3218
|
cities: ICityDetail[];
|
|
3443
3219
|
isRemote: boolean;
|
|
3444
3220
|
textRemote: string;
|
|
3445
|
-
/**
|
|
3446
|
-
* Props for the fraud card job.
|
|
3447
|
-
*/
|
|
3448
|
-
fraudCardJobProps: IFraudCardJob;
|
|
3449
3221
|
}
|
|
3450
3222
|
|
|
3451
3223
|
/**
|
|
@@ -3699,10 +3471,6 @@ interface IMobileJobDetailsDrawer {
|
|
|
3699
3471
|
cities: ICityDetail$1[];
|
|
3700
3472
|
isRemote: boolean;
|
|
3701
3473
|
textRemote: string;
|
|
3702
|
-
/**
|
|
3703
|
-
* Props for the fraud card job.
|
|
3704
|
-
*/
|
|
3705
|
-
fraudCardJobProps: IFraudCardJob;
|
|
3706
3474
|
}
|
|
3707
3475
|
|
|
3708
3476
|
/**
|
|
@@ -4028,58 +3796,6 @@ interface IListOption {
|
|
|
4028
3796
|
|
|
4029
3797
|
declare const OneSelectionEntry: React$1.FC<IOneSelectionentry>;
|
|
4030
3798
|
|
|
4031
|
-
declare type IStatusJob = 'Sent' | 'Pending' | 'Validation' | 'Finalists' | 'Hired' | 'Discarded';
|
|
4032
|
-
interface ICommonProcessesCardPros {
|
|
4033
|
-
/**
|
|
4034
|
-
* this property sets custom className
|
|
4035
|
-
*/
|
|
4036
|
-
className?: string;
|
|
4037
|
-
/**
|
|
4038
|
-
* this property sets any children
|
|
4039
|
-
*/
|
|
4040
|
-
children: React.ReactNode;
|
|
4041
|
-
}
|
|
4042
|
-
declare type ICommonProcessesCardImg = React.ImgHTMLAttributes<HTMLImageElement>;
|
|
4043
|
-
interface IProcessesCard extends React.ButtonHTMLAttributes<HTMLButtonElement>, ICommonProcessesCardPros {
|
|
4044
|
-
/**
|
|
4045
|
-
* this property sets custom className
|
|
4046
|
-
*/
|
|
4047
|
-
children: React.ReactNode;
|
|
4048
|
-
/**
|
|
4049
|
-
* this property on true changes the background color
|
|
4050
|
-
*/
|
|
4051
|
-
isSelected?: boolean;
|
|
4052
|
-
}
|
|
4053
|
-
declare namespace IProcessesCard {
|
|
4054
|
-
type ISection = ICommonProcessesCardPros;
|
|
4055
|
-
type ITitle = ICommonProcessesCardPros & {
|
|
4056
|
-
status?: IStatusJob;
|
|
4057
|
-
};
|
|
4058
|
-
type ICardStatus = ICommonProcessesCardPros & {
|
|
4059
|
-
status: IStatusJob;
|
|
4060
|
-
isSelected?: boolean;
|
|
4061
|
-
};
|
|
4062
|
-
type IText = ICommonProcessesCardPros & {
|
|
4063
|
-
status?: IStatusJob;
|
|
4064
|
-
strong?: boolean;
|
|
4065
|
-
};
|
|
4066
|
-
type IBrand = ICommonProcessesCardImg;
|
|
4067
|
-
type IArrow = ICommonProcessesCardImg;
|
|
4068
|
-
type IStatusIcon = ICommonProcessesCardImg & {
|
|
4069
|
-
status: IStatusJob;
|
|
4070
|
-
};
|
|
4071
|
-
}
|
|
4072
|
-
|
|
4073
|
-
declare const ProcessesCard: React$1.FC<IProcessesCard> & {
|
|
4074
|
-
IconStatus: React$1.FC<IProcessesCard.IStatusIcon>;
|
|
4075
|
-
Section: React$1.FC<ICommonProcessesCardPros>;
|
|
4076
|
-
Status: React$1.FC<IProcessesCard.ICardStatus>;
|
|
4077
|
-
Brand: React$1.FC<ICommonProcessesCardImg>;
|
|
4078
|
-
Arrow: React$1.FC<ICommonProcessesCardImg>;
|
|
4079
|
-
Title: React$1.FC<IProcessesCard.ITitle>;
|
|
4080
|
-
Text: React$1.FC<IProcessesCard.IText>;
|
|
4081
|
-
};
|
|
4082
|
-
|
|
4083
3799
|
interface ISelectInput<T> extends Omit<IInput, 'onChange' | 'value' | 'placeholder' | 'type'> {
|
|
4084
3800
|
/**
|
|
4085
3801
|
* input value.
|
|
@@ -4426,136 +4142,19 @@ declare const UserTermTitle: React$1.FC<IUserTerm.Title>;
|
|
|
4426
4142
|
|
|
4427
4143
|
declare const UserTermUList: React$1.FC<IUserTerm.UlList>;
|
|
4428
4144
|
|
|
4429
|
-
interface
|
|
4430
|
-
/**
|
|
4431
|
-
* Management the loading status jobs ui
|
|
4432
|
-
*/
|
|
4433
|
-
isLoading?: boolean;
|
|
4434
|
-
/**
|
|
4435
|
-
* React children to be rendered inside the component.
|
|
4436
|
-
*/
|
|
4437
|
-
children?: React.ReactNode;
|
|
4438
|
-
/**
|
|
4439
|
-
* Additional class names for custom styling.
|
|
4440
|
-
*/
|
|
4145
|
+
interface IMegaMenuDrawer {
|
|
4441
4146
|
className?: string;
|
|
4442
|
-
}
|
|
4443
|
-
declare namespace IJobSuggestedDrawer {
|
|
4444
|
-
interface SimilarJobCards {
|
|
4445
|
-
/**
|
|
4446
|
-
* This is the title in the top
|
|
4447
|
-
*/
|
|
4448
|
-
sectionTitle: string;
|
|
4449
|
-
/**
|
|
4450
|
-
* This property hide the image
|
|
4451
|
-
*/
|
|
4452
|
-
hideLogo?: boolean;
|
|
4453
|
-
/**
|
|
4454
|
-
* These are similar jobs cards values
|
|
4455
|
-
*/
|
|
4456
|
-
similarJobsCard: ISimilarCardData$1[];
|
|
4457
|
-
/**
|
|
4458
|
-
* Additional class names for custom styling.
|
|
4459
|
-
*/
|
|
4460
|
-
className?: string;
|
|
4461
|
-
/**
|
|
4462
|
-
* The tag or keyword associated with the search item.
|
|
4463
|
-
*/
|
|
4464
|
-
tag: string;
|
|
4465
|
-
/**
|
|
4466
|
-
* The custom href to the anchor tag
|
|
4467
|
-
*/
|
|
4468
|
-
url: string;
|
|
4469
|
-
/**
|
|
4470
|
-
* This property sets the max cards to show
|
|
4471
|
-
*/
|
|
4472
|
-
maxItemsToShow?: number;
|
|
4473
|
-
/**
|
|
4474
|
-
* This property shows the default anchor text when the cards are empty
|
|
4475
|
-
*/
|
|
4476
|
-
notItemsDefaultAnchor?: boolean;
|
|
4477
|
-
/**
|
|
4478
|
-
* This property shows the default anchor text when the cards are empty
|
|
4479
|
-
*/
|
|
4480
|
-
tagDefaultAnchor?: string;
|
|
4481
|
-
/**
|
|
4482
|
-
* This property shows the default anchor text when the cards are empty
|
|
4483
|
-
*/
|
|
4484
|
-
urlDefaultAnchor?: string;
|
|
4485
|
-
}
|
|
4486
|
-
interface AlertJob {
|
|
4487
|
-
/**
|
|
4488
|
-
* React children to be rendered inside the component.
|
|
4489
|
-
*/
|
|
4490
|
-
children?: React.ReactNode;
|
|
4491
|
-
/**
|
|
4492
|
-
* Additional class names for custom styling.
|
|
4493
|
-
*/
|
|
4494
|
-
className?: string;
|
|
4495
|
-
/**
|
|
4496
|
-
* This is the custom text
|
|
4497
|
-
*/
|
|
4498
|
-
customText?: ICustomText$1[];
|
|
4499
|
-
}
|
|
4500
|
-
interface Header {
|
|
4501
|
-
/**
|
|
4502
|
-
* Props for the company logo in the job company header.
|
|
4503
|
-
*/
|
|
4504
|
-
jobCompanyLogoProps: IJobCompanyLogo$1;
|
|
4505
|
-
/**
|
|
4506
|
-
* Props for the header of the job listing in the job company header.
|
|
4507
|
-
*/
|
|
4508
|
-
jobHeaderProps: IJobHeader$1;
|
|
4509
|
-
/**
|
|
4510
|
-
* Additional class names for custom styling.
|
|
4511
|
-
*/
|
|
4512
|
-
className?: string;
|
|
4513
|
-
}
|
|
4514
|
-
}
|
|
4515
|
-
|
|
4516
|
-
interface IText {
|
|
4517
|
-
/**
|
|
4518
|
-
* This is the main text
|
|
4519
|
-
* */
|
|
4520
|
-
text?: string;
|
|
4521
|
-
/**
|
|
4522
|
-
* This is the custom text
|
|
4523
|
-
* */
|
|
4524
|
-
customText?: ICustomText[];
|
|
4525
4147
|
/**
|
|
4526
|
-
*
|
|
4148
|
+
*
|
|
4527
4149
|
*/
|
|
4528
|
-
|
|
4529
|
-
}
|
|
4530
|
-
interface ICustomText {
|
|
4531
|
-
/**
|
|
4532
|
-
* This is the value to the custom text
|
|
4533
|
-
* */
|
|
4534
|
-
value: string;
|
|
4535
|
-
/**
|
|
4536
|
-
* This is the custom font weight to text
|
|
4537
|
-
* */
|
|
4538
|
-
fontWeight: EFontWeightType;
|
|
4150
|
+
isOpen?: boolean;
|
|
4539
4151
|
/**
|
|
4540
|
-
*
|
|
4541
|
-
|
|
4542
|
-
|
|
4152
|
+
*
|
|
4153
|
+
*/
|
|
4154
|
+
onClose?: () => void;
|
|
4543
4155
|
}
|
|
4544
|
-
declare type EFontWeightType = 'normal' | 'bold' | 'lighter';
|
|
4545
|
-
|
|
4546
|
-
declare const JobSuggestedDrawer: React$1.FC<IJobSuggestedDrawer> & {
|
|
4547
|
-
Header: React$1.FC<IJobSuggestedDrawer.Header>;
|
|
4548
|
-
Alert: React$1.FC<_components_UI_molecules_AlertJobStatus.IAlertJobStatus> & {
|
|
4549
|
-
Container: React$1.FC<_components_UI_molecules_AlertJobStatus.IAlertJobStatus.Container>;
|
|
4550
|
-
Icon: React$1.FC<_components_UI_molecules_AlertJobStatus.IAlertJobStatus.Icon>;
|
|
4551
|
-
Text: React$1.FC<IText>;
|
|
4552
|
-
};
|
|
4553
|
-
SimilarJobs: React$1.FC<IJobSuggestedDrawer.SimilarJobCards>;
|
|
4554
|
-
};
|
|
4555
|
-
|
|
4556
|
-
declare const JobSuggestedHeader: React$1.FC<IJobSuggestedDrawer.Header>;
|
|
4557
4156
|
|
|
4558
|
-
declare const
|
|
4157
|
+
declare const MegaMenuDrawer: React$1.FC<IMegaMenuDrawer>;
|
|
4559
4158
|
|
|
4560
4159
|
interface IMenuUser {
|
|
4561
4160
|
/**
|
|
@@ -4768,193 +4367,37 @@ interface IUserMenuWrapperAnalystProps extends IUserMenuAnalystProps$1 {
|
|
|
4768
4367
|
*/
|
|
4769
4368
|
declare const UserMenuWrapperAnalyst: React$1.FC<IUserMenuWrapperAnalystProps>;
|
|
4770
4369
|
|
|
4771
|
-
interface
|
|
4772
|
-
/**
|
|
4773
|
-
* React children to be rendered inside the component.
|
|
4774
|
-
*/
|
|
4775
|
-
children?: React.ReactNode;
|
|
4776
|
-
/**
|
|
4777
|
-
* Additional class names for custom styling.
|
|
4778
|
-
*/
|
|
4779
|
-
className?: string;
|
|
4780
|
-
}
|
|
4781
|
-
declare namespace IAlertJobStatus {
|
|
4782
|
-
interface Container {
|
|
4783
|
-
/**
|
|
4784
|
-
* React children to be rendered inside the container.
|
|
4785
|
-
*/
|
|
4786
|
-
children?: React.ReactNode;
|
|
4787
|
-
/**
|
|
4788
|
-
* Additional class names for custom styling.
|
|
4789
|
-
*/
|
|
4790
|
-
className?: string;
|
|
4791
|
-
}
|
|
4792
|
-
interface Icon {
|
|
4793
|
-
/**
|
|
4794
|
-
* Additional class names for custom styling.
|
|
4795
|
-
*/
|
|
4796
|
-
className?: string;
|
|
4797
|
-
/**
|
|
4798
|
-
* Here is the icon component
|
|
4799
|
-
*/
|
|
4800
|
-
src?: string | null;
|
|
4801
|
-
/**
|
|
4802
|
-
* You can change the size of the icon by adding a numeric value here
|
|
4803
|
-
*/
|
|
4804
|
-
size?: number;
|
|
4805
|
-
/**
|
|
4806
|
-
* Text alt in the img element
|
|
4807
|
-
*/
|
|
4808
|
-
alt?: string | null;
|
|
4809
|
-
}
|
|
4810
|
-
}
|
|
4811
|
-
|
|
4812
|
-
declare const AlertJobStatus: React$1.FC<IAlertJobStatus> & {
|
|
4813
|
-
Container: React$1.FC<IAlertJobStatus.Container>;
|
|
4814
|
-
Icon: React$1.FC<IAlertJobStatus.Icon>;
|
|
4815
|
-
Text: React$1.FC<IText>;
|
|
4816
|
-
};
|
|
4817
|
-
|
|
4818
|
-
declare const AlertJobStatusContainer: React$1.FC<IAlertJobStatus.Container>;
|
|
4819
|
-
|
|
4820
|
-
declare const AlertJobStatusIcon: React$1.FC<IAlertJobStatus.Icon>;
|
|
4821
|
-
|
|
4822
|
-
interface ISimilarCardData {
|
|
4823
|
-
/**
|
|
4824
|
-
* unique identifier for the job or card.
|
|
4825
|
-
*/
|
|
4826
|
-
id?: number | null;
|
|
4827
|
-
/**
|
|
4828
|
-
* title of the job or offer. Required.
|
|
4829
|
-
*/
|
|
4830
|
-
title: string;
|
|
4831
|
-
/**
|
|
4832
|
-
* salary for the job. Can be a string or null.
|
|
4833
|
-
*/
|
|
4834
|
-
salary: string | null;
|
|
4835
|
-
/**
|
|
4836
|
-
* indicates if agreement is required for the job. Optional, can be boolean or null.
|
|
4837
|
-
*/
|
|
4838
|
-
toAgree: boolean | null;
|
|
4839
|
-
/**
|
|
4840
|
-
* list of cities where the job is available. Required.
|
|
4841
|
-
*/
|
|
4842
|
-
cities: string[];
|
|
4843
|
-
/**
|
|
4844
|
-
* URL slug for the job.
|
|
4845
|
-
*/
|
|
4846
|
-
jobUrlSlug: string;
|
|
4847
|
-
/**
|
|
4848
|
-
* required experience for the job.
|
|
4849
|
-
*/
|
|
4850
|
-
experience: string | null;
|
|
4851
|
-
/**
|
|
4852
|
-
* URL for the company logo.
|
|
4853
|
-
*/
|
|
4854
|
-
companyLogo: string | null;
|
|
4370
|
+
interface IFilterActions {
|
|
4855
4371
|
/**
|
|
4856
|
-
*
|
|
4372
|
+
* Text that shows when all option is clicked
|
|
4857
4373
|
*/
|
|
4858
|
-
|
|
4374
|
+
allAction: string;
|
|
4859
4375
|
/**
|
|
4860
|
-
*
|
|
4376
|
+
* Callback when select an option
|
|
4861
4377
|
*/
|
|
4862
|
-
|
|
4378
|
+
onClickAction: (index: number, value: string) => void;
|
|
4863
4379
|
/**
|
|
4864
|
-
*
|
|
4380
|
+
* Optional reference for imperative behaviour
|
|
4865
4381
|
*/
|
|
4866
|
-
|
|
4382
|
+
filtersRef?: Ref<IFiltersRef>;
|
|
4867
4383
|
}
|
|
4868
|
-
interface
|
|
4869
|
-
/**
|
|
4870
|
-
* this property sets the url title
|
|
4871
|
-
*/
|
|
4872
|
-
title?: string;
|
|
4873
|
-
/**
|
|
4874
|
-
* this property sets custom styles
|
|
4875
|
-
*/
|
|
4876
|
-
className?: string;
|
|
4384
|
+
interface IFiltersRef {
|
|
4877
4385
|
/**
|
|
4878
|
-
*
|
|
4386
|
+
* CallBack to restart filters
|
|
4879
4387
|
*/
|
|
4880
|
-
|
|
4881
|
-
}
|
|
4882
|
-
declare namespace ISimilarCard {
|
|
4883
|
-
interface Container {
|
|
4884
|
-
/**
|
|
4885
|
-
* this property sets the alt text when source cant be loaded
|
|
4886
|
-
*/
|
|
4887
|
-
title: string;
|
|
4888
|
-
/**
|
|
4889
|
-
* this property sets the url link
|
|
4890
|
-
*/
|
|
4891
|
-
jobUrlSlug: string;
|
|
4892
|
-
/**
|
|
4893
|
-
* this property sets custom styles
|
|
4894
|
-
*/
|
|
4895
|
-
className?: string;
|
|
4896
|
-
/**
|
|
4897
|
-
* this property sets children elements
|
|
4898
|
-
*/
|
|
4899
|
-
children?: React.ReactNode;
|
|
4900
|
-
}
|
|
4901
|
-
interface Logo {
|
|
4902
|
-
/**
|
|
4903
|
-
* this property sets the logo source file
|
|
4904
|
-
*/
|
|
4905
|
-
src?: string;
|
|
4906
|
-
/**
|
|
4907
|
-
* this property sets custom styles
|
|
4908
|
-
*/
|
|
4909
|
-
className?: string;
|
|
4910
|
-
/**
|
|
4911
|
-
* this property sets the alt text when source cant be loaded
|
|
4912
|
-
*/
|
|
4913
|
-
alt?: string;
|
|
4914
|
-
/**
|
|
4915
|
-
* this property sets if should hide logo
|
|
4916
|
-
*/
|
|
4917
|
-
hideLogo?: boolean;
|
|
4918
|
-
}
|
|
4919
|
-
interface Text {
|
|
4920
|
-
/**
|
|
4921
|
-
* If the text must show more than one line, use customText instead text
|
|
4922
|
-
* */
|
|
4923
|
-
customText?: ICustomText$1[];
|
|
4924
|
-
/**
|
|
4925
|
-
* this property sets custom styles
|
|
4926
|
-
*/
|
|
4927
|
-
className?: string;
|
|
4928
|
-
}
|
|
4929
|
-
interface Icon {
|
|
4930
|
-
/**
|
|
4931
|
-
* this property sets the icon source file
|
|
4932
|
-
*/
|
|
4933
|
-
src?: string;
|
|
4934
|
-
/**
|
|
4935
|
-
* this property sets custom styles
|
|
4936
|
-
*/
|
|
4937
|
-
className?: string;
|
|
4938
|
-
/**
|
|
4939
|
-
* this property sets the alt text when source cant be loaded
|
|
4940
|
-
*/
|
|
4941
|
-
alt?: string;
|
|
4942
|
-
/**
|
|
4943
|
-
* this property set the icon show the source when there is a mobile resolution
|
|
4944
|
-
*/
|
|
4945
|
-
showIconMobile?: boolean;
|
|
4946
|
-
}
|
|
4388
|
+
restartFilters: () => void;
|
|
4947
4389
|
}
|
|
4948
4390
|
|
|
4949
|
-
declare const
|
|
4950
|
-
Text: React$1.FC<IText>;
|
|
4951
|
-
Logo: React$1.FC<ISimilarCard.Logo>;
|
|
4952
|
-
Icon: React$1.FC<ISimilarCard.Icon>;
|
|
4953
|
-
};
|
|
4391
|
+
declare const FilterActions: FC<IFilterActions>;
|
|
4954
4392
|
|
|
4955
|
-
|
|
4393
|
+
interface IMegaMenuSideCards {
|
|
4394
|
+
jobs: IMegaMenuCard$1[];
|
|
4395
|
+
onSelectCard?: (index: number) => void;
|
|
4396
|
+
action?: IMegaMenuLink$1;
|
|
4397
|
+
maxCards?: number;
|
|
4398
|
+
}
|
|
4956
4399
|
|
|
4957
|
-
declare const
|
|
4400
|
+
declare const MegaMenuSideCards: React$1.FC<IMegaMenuSideCards>;
|
|
4958
4401
|
|
|
4959
4402
|
interface IJobsPage {
|
|
4960
4403
|
/**
|
|
@@ -5454,9 +4897,7 @@ interface IMegaMenuMainHeader {
|
|
|
5454
4897
|
onClickSignUp: (event: Event) => Promise<void>;
|
|
5455
4898
|
};
|
|
5456
4899
|
searchBarProps?: ISearchbar$1;
|
|
5457
|
-
|
|
5458
|
-
url: string;
|
|
5459
|
-
};
|
|
4900
|
+
homeUrl?: string;
|
|
5460
4901
|
}
|
|
5461
4902
|
interface IMegaMenuJobsTabs {
|
|
5462
4903
|
label: string;
|
|
@@ -5491,4 +4932,4 @@ declare const withMegaMenuContainer: <T>(WrappedComponent: React$1.FC<T>) => Rea
|
|
|
5491
4932
|
wrapperProps: T;
|
|
5492
4933
|
}>;
|
|
5493
4934
|
|
|
5494
|
-
export { Actions, Alert,
|
|
4935
|
+
export { Actions, Alert, AlphabetFilter, AnalystTemplate, Avatar, BarLoader, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$2 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, Checkbox, CitiesDetailDrawer, ComparativeCounter, ComponentProps, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, Drawer, DrawerMenu, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, IActions, IAlert, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, ICheckbox, ICitiesDetailDrawer, ICityDetail, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IExpandableInfoProps, IFieldsAlias, IFilter, IFilterActions, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, IFiltersRef, IFooterList, IFrequentSearch, IGetOptionsOnSearchProps, IHeaderAnalystProps, IHeaderDrawerCompany, IHeaderDrawerTabs, IHeaderTab, IHeaderTabs, IImage, IJobApplyCard, IJobCard, IJobCompanyHeader, IJobCompanyLogo, IJobDetailCard, IJobDetails, IJobDetailsDrawer, IJobFooterCard, IJobHeader, IJobSkillsCard, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalystProps, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuDrawer, IMegaMenuTab, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessageProps, IMobileDatePicker, IMobileDrawer, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, IOption, IOptionValues, IPaginationProps, IParagraph, IPopover, IRadioCommonProps, IRadioProps, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, ISelect, ISetIsApplied, ISettings, IShareButton, IShareLink, IShareLinksActions, ISharePopover, ISideFilter, ISimilarJobsCard, ISkill, ISortBar, ISortMenu, ISortMenuItem, ISubCompanyAnalyst, ISuggestedJobsPage, ISwitch, ITab, ITabButton, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, IVacancies$1 as IVacancies, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, Input, InputPlus, InputSearch, JobActions, JobApplyCard, JobCard, JobCardDesktop, JobCardMobile, JobCompanyHeader, JobCompanyLogo, JobDetailCard, JobDetailContainer, JobDetails, JobDetailsDrawer, JobFooterCard, JobHeader, JobRequirementsElement, JobSkillsCard, JobVideo, JobsPage, Link, LinkElement, LinkType, ListIconLink, ListMenuIcons, ListMenuItems, ListMenuText, ListSortMenu, Loading, LoginHeader, LoginJobsHeader, LoginJobsTemplate, LoginTemplate, LogoComponent, LogoutHeader, LogoutJobsHeader, LogoutJobsTemplate, LogoutTemplate, MagnetoResolution, MagnetoSocialMedia, ContextAppProvider as MagnetoUIProvider, MainButton, MegaMenu, MegaMenuCard, MegaMenuCards, MegaMenuDrawer, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuSideCards, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$1 as Modal, ModalAnalyst, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, OneSelectionEntry, Pagination, Paragraph, Popover, Radio, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default as SortMenu, SuggestedJobsPage, Switch, TExpandableInfoSize, TExpandableInfoVariant, TMessageType, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, useMediaQuery, withClickOut, withMegaMenuContainer };
|