magneto365.ui 2.57.3-alpha → 2.58.0
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/035d90cb55b544da.svg +15 -0
- package/dist/assets/1aba91fa564f11d7.svg +16 -0
- package/dist/assets/3a1c54796cd5e026.svg +17 -0
- package/dist/assets/3e2d04cc8ff5910d.svg +11 -0
- package/dist/assets/4cf4b85aba741f29.svg +11 -0
- package/dist/assets/58346511fd62e29a.svg +5 -0
- package/dist/assets/8a37a9c7b0fd5027.svg +9 -0
- package/dist/assets/f3929a315218dc82.svg +10 -0
- package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
- package/dist/cjs/index.js +1370 -983
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/UI/atoms/Badge/Badge.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/atoms/Badge/Badge.interface.d.ts +10 -0
- package/dist/cjs/types/components/UI/atoms/Badge/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/atoms/Divider/Divider.interface.d.ts +1 -0
- package/dist/cjs/types/components/UI/atoms/HeaderTab/HeaderTab.interface.d.ts +7 -0
- package/dist/cjs/types/components/UI/atoms/Text/Text.interface.d.ts +2 -1
- package/dist/cjs/types/components/UI/atoms/ToggleButton/ToggleButton.interface.d.ts +9 -4
- package/dist/cjs/types/components/UI/atoms/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/Actions/Actions.interface.d.ts +4 -0
- package/dist/cjs/types/components/UI/molecules/Alert/Alert.interface.d.ts +1 -1
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.component.d.ts +7 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.interface.d.ts +52 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/AlertJobStatusContainer.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/AlertJobStatusIcon.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/index.d.ts +4 -0
- package/dist/cjs/types/components/UI/molecules/FraudCardJob/FraudCardJob.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/FraudCardJob/FraudCardJob.interface.d.ts +18 -0
- package/dist/cjs/types/components/UI/molecules/FraudCardJob/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/JobActions/JobActions.interface.d.ts +5 -0
- package/dist/cjs/types/components/UI/molecules/JobApplyCard/JobApplyCard.interface.d.ts +4 -0
- package/dist/cjs/types/components/UI/molecules/JobCompanyHeader/JobCompanyHeader.interface.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.interface.d.ts +1 -1
- package/dist/{esm/types/components/UI/atoms → cjs/types/components/UI/molecules}/MegaMenuDrawerItem/MegaMenuDrawerItem.interface.d.ts +5 -4
- package/dist/cjs/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/ModalResponsive/ModalResponsive.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/ModalResponsive/ModalResponsive.interface.d.ts +22 -0
- package/dist/cjs/types/components/UI/molecules/ModalResponsive/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +7 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +128 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/SimilarCardLogo.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/SimilarCardIcon.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/index.d.ts +4 -0
- package/dist/cjs/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.interface.d.ts +23 -0
- package/dist/cjs/types/components/UI/molecules/ToggleButtonList/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +7 -0
- package/dist/cjs/types/components/UI/molecules/index.d.ts +8 -2
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/ApplicationSummary.component.d.ts +9 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/ApplicationSummary.interface.d.ts +71 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/ApplicationButton.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/ApplicationSection.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/ApplicationSubTitle.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationText/ApplicationText.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationText/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/ApplicationTitle.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/index.d.ts +5 -0
- package/dist/cjs/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +14 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.component.d.ts +11 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.interface.d.ts +90 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/JobSuggestedHeader.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/JobSuggestedSimilarJobs.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/index.d.ts +4 -0
- package/dist/cjs/types/components/UI/organism/MobileJobDetailsActionsBar/MobileJobDetailsActionsBar.interface.d.ts +4 -0
- package/dist/cjs/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +16 -3
- package/dist/cjs/types/components/UI/organism/ProcessesCard/ProcessesCard.component.d.ts +11 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +42 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardArrow/ProcessesCardArrow.component.d.ts +2 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardBrand/ProcessesCardBrand.component.d.ts +2 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardIconStatus/ProcessesCardIconStatus.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardSection/ProcessesCardSection.component.d.ts +2 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardStatus/ProcessesCardStatus.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardText/ProcessesCardText.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardTitle/ProcessesCardTitle.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/ProcessesCard/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/index.d.ts +3 -0
- package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -0
- package/dist/cjs/types/constants/icons.constants.d.ts +8 -0
- package/dist/cjs/types/constants/stories/alertJob.constants.d.ts +3 -0
- package/dist/cjs/types/constants/stories/fraudCardJob.constant.d.ts +2 -0
- package/dist/cjs/types/constants/stories/index.d.ts +3 -0
- package/dist/cjs/types/constants/stories/jobSuggestedDrawer.constants.d.ts +3 -0
- package/dist/cjs/types/constants/stories/similarCard.constants.d.ts +7 -0
- package/dist/cjs/types/constants/stories/toggleButton.constants.d.ts +2 -0
- package/dist/cjs/types/utils/text/textAdapter.util.d.ts +3 -0
- package/dist/esm/css/magneto.ui.lib.min.css +1 -1
- package/dist/esm/index.js +1351 -984
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/UI/atoms/Badge/Badge.component.d.ts +3 -0
- package/dist/esm/types/components/UI/atoms/Badge/Badge.interface.d.ts +10 -0
- package/dist/esm/types/components/UI/atoms/Badge/index.d.ts +1 -0
- package/dist/esm/types/components/UI/atoms/Divider/Divider.interface.d.ts +1 -0
- package/dist/esm/types/components/UI/atoms/HeaderTab/HeaderTab.interface.d.ts +7 -0
- package/dist/esm/types/components/UI/atoms/Text/Text.interface.d.ts +2 -1
- package/dist/esm/types/components/UI/atoms/ToggleButton/ToggleButton.interface.d.ts +9 -4
- package/dist/esm/types/components/UI/atoms/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/Actions/Actions.interface.d.ts +4 -0
- package/dist/esm/types/components/UI/molecules/Alert/Alert.interface.d.ts +1 -1
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.component.d.ts +7 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.interface.d.ts +52 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/AlertJobStatusContainer.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/AlertJobStatusIcon.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/index.d.ts +4 -0
- package/dist/esm/types/components/UI/molecules/FraudCardJob/FraudCardJob.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/FraudCardJob/FraudCardJob.interface.d.ts +18 -0
- package/dist/esm/types/components/UI/molecules/FraudCardJob/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/JobActions/JobActions.interface.d.ts +5 -0
- package/dist/esm/types/components/UI/molecules/JobApplyCard/JobApplyCard.interface.d.ts +4 -0
- package/dist/esm/types/components/UI/molecules/JobCompanyHeader/JobCompanyHeader.interface.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.interface.d.ts +1 -1
- package/dist/{cjs/types/components/UI/atoms → esm/types/components/UI/molecules}/MegaMenuDrawerItem/MegaMenuDrawerItem.interface.d.ts +5 -4
- package/dist/esm/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/ModalResponsive/ModalResponsive.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/ModalResponsive/ModalResponsive.interface.d.ts +22 -0
- package/dist/esm/types/components/UI/molecules/ModalResponsive/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +7 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +128 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/SimilarCardLogo.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/SimilarCardIcon.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/index.d.ts +4 -0
- package/dist/esm/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.interface.d.ts +23 -0
- package/dist/esm/types/components/UI/molecules/ToggleButtonList/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +7 -0
- package/dist/esm/types/components/UI/molecules/index.d.ts +8 -2
- package/dist/esm/types/components/UI/organism/ApplicationSummary/ApplicationSummary.component.d.ts +9 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/ApplicationSummary.interface.d.ts +71 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/ApplicationButton.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/ApplicationSection.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/ApplicationSubTitle.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationText/ApplicationText.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationText/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/ApplicationTitle.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/ApplicationSummary/index.d.ts +5 -0
- package/dist/esm/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +14 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.component.d.ts +11 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.interface.d.ts +90 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/JobSuggestedHeader.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/JobSuggestedSimilarJobs.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/index.d.ts +4 -0
- package/dist/esm/types/components/UI/organism/MobileJobDetailsActionsBar/MobileJobDetailsActionsBar.interface.d.ts +4 -0
- package/dist/esm/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +16 -3
- package/dist/esm/types/components/UI/organism/ProcessesCard/ProcessesCard.component.d.ts +11 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +42 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardArrow/ProcessesCardArrow.component.d.ts +2 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardBrand/ProcessesCardBrand.component.d.ts +2 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardIconStatus/ProcessesCardIconStatus.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardSection/ProcessesCardSection.component.d.ts +2 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardStatus/ProcessesCardStatus.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardText/ProcessesCardText.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardTitle/ProcessesCardTitle.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/ProcessesCard/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/index.d.ts +3 -0
- package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -0
- package/dist/esm/types/constants/icons.constants.d.ts +8 -0
- package/dist/esm/types/constants/stories/alertJob.constants.d.ts +3 -0
- package/dist/esm/types/constants/stories/fraudCardJob.constant.d.ts +2 -0
- package/dist/esm/types/constants/stories/index.d.ts +3 -0
- package/dist/esm/types/constants/stories/jobSuggestedDrawer.constants.d.ts +3 -0
- package/dist/esm/types/constants/stories/similarCard.constants.d.ts +7 -0
- package/dist/esm/types/constants/stories/toggleButton.constants.d.ts +2 -0
- package/dist/esm/types/utils/text/textAdapter.util.d.ts +3 -0
- package/dist/index.d.ts +690 -28
- package/package.json +1 -1
- /package/dist/cjs/types/components/UI/{atoms → molecules}/MegaMenuDrawerItem/MegaMenuDrawerItem.component.d.ts +0 -0
- /package/dist/cjs/types/components/UI/{atoms → molecules}/MegaMenuDrawerItem/index.d.ts +0 -0
- /package/dist/esm/types/components/UI/{atoms → molecules}/MegaMenuDrawerItem/MegaMenuDrawerItem.component.d.ts +0 -0
- /package/dist/esm/types/components/UI/{atoms → molecules}/MegaMenuDrawerItem/index.d.ts +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -3,21 +3,24 @@ 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 } from '@components/UI/atoms/Text/Text.interface';
|
|
6
|
+
import { ICustomText as ICustomText$1 } 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
|
+
import { IJobsActions as IJobsActions$1 } from '@components/UI/molecules/JobActions';
|
|
8
9
|
import * as _components_UI_molecules from '@components/UI/molecules';
|
|
9
|
-
import { IFiltersRef as IFiltersRef$1, IDatePicker as IDatePicker$1, IBreadcrumbs as IBreadcrumbs$1, IUserMenuWrapperAnalystProps as IUserMenuWrapperAnalystProps$1,
|
|
10
|
+
import { IMegaMenuCard as IMegaMenuCard$1, IFiltersRef as IFiltersRef$1, IDatePicker as IDatePicker$1, IBreadcrumbs as IBreadcrumbs$1, IUserMenuWrapperAnalystProps as IUserMenuWrapperAnalystProps$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, IAlertJobStatus as IAlertJobStatus$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
11
|
import { IMegaMenuLink as IMegaMenuLink$1 } from '@components/UI/template/MegaMenu/MegaMenuContext.interface';
|
|
12
|
+
import { IToggleButton as IToggleButton$1, IToggleButtonOnchangeValues as IToggleButtonOnchangeValues$1 } from '@components/UI/atoms/ToggleButton/ToggleButton.interface';
|
|
11
13
|
import * as _components_UI_organism from '@components/UI/organism';
|
|
12
14
|
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';
|
|
13
15
|
import { IListMenuText as IListMenuText$1 } from '@components/UI/molecules/ListMenuText/ListMenuText.interface';
|
|
14
16
|
import { IJobCompanyHeader as IJobCompanyHeader$1 } from '@components/UI/molecules/JobCompanyHeader';
|
|
15
|
-
import { IJobsActions as IJobsActions$1 } from '@components/UI/molecules/JobActions';
|
|
16
17
|
import { ISimilarJobsCard as ISimilarJobsCard$1 } from '@components/UI/molecules/SimilarJobsCard/SimilarJobsCard.interface';
|
|
17
18
|
import { IJobVideo as IJobVideo$1 } from '@components/UI/molecules/JobVideo';
|
|
18
19
|
import { IMobileDatePicker as IMobileDatePicker$2 } from '@components/UI/organism/MobileDatePicker/MobileDatePicker.interface';
|
|
19
20
|
import { IActions as IActions$1 } from '@components/UI/molecules/Actions';
|
|
20
21
|
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';
|
|
21
24
|
import { IJobCard as IJobCard$1 } from '@components/UI/molecules/JobCard/JobCard.interface';
|
|
22
25
|
import { ISortBar as ISortBar$1 } from '@components/UI/template/SortBar/SortBar.interface';
|
|
23
26
|
import { ISideFilter as ISideFilter$1 } from '@components/UI/template';
|
|
@@ -64,6 +67,19 @@ interface IAvatar {
|
|
|
64
67
|
*/
|
|
65
68
|
declare const Avatar: React$1.FC<IAvatar>;
|
|
66
69
|
|
|
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
|
+
|
|
67
83
|
interface IBardLoader {
|
|
68
84
|
/**
|
|
69
85
|
* Class name of bar loader wrapper
|
|
@@ -268,6 +284,7 @@ declare const DateInput: React$1.FC<IDateInput>;
|
|
|
268
284
|
declare type DIRECTIONS = 'HORIZONTAL' | 'VERTICAL';
|
|
269
285
|
interface IDivider {
|
|
270
286
|
direction?: DIRECTIONS;
|
|
287
|
+
spacing?: number;
|
|
271
288
|
}
|
|
272
289
|
|
|
273
290
|
/**
|
|
@@ -310,7 +327,14 @@ interface IHeaderTab {
|
|
|
310
327
|
* Sets the active state of tab
|
|
311
328
|
*/
|
|
312
329
|
isActive: boolean;
|
|
330
|
+
/**
|
|
331
|
+
* Sets custom className
|
|
332
|
+
*/
|
|
313
333
|
className?: string;
|
|
334
|
+
/**
|
|
335
|
+
* Sets badge count
|
|
336
|
+
*/
|
|
337
|
+
count?: number;
|
|
314
338
|
}
|
|
315
339
|
|
|
316
340
|
/**
|
|
@@ -1014,6 +1038,10 @@ interface ITag {
|
|
|
1014
1038
|
|
|
1015
1039
|
declare const Tags: React$1.FC<ITag>;
|
|
1016
1040
|
|
|
1041
|
+
interface IToggleButtonOnchangeValues {
|
|
1042
|
+
name?: string;
|
|
1043
|
+
id: string | number;
|
|
1044
|
+
}
|
|
1017
1045
|
interface IToggleButton {
|
|
1018
1046
|
/**
|
|
1019
1047
|
* You can extend the style properties with class names
|
|
@@ -1042,10 +1070,11 @@ interface IToggleButton {
|
|
|
1042
1070
|
/**
|
|
1043
1071
|
* this function returns the name and id value of the button when clicked on
|
|
1044
1072
|
*/
|
|
1045
|
-
onChange
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1073
|
+
onChange?: (value: IToggleButtonOnchangeValues) => void;
|
|
1074
|
+
/**
|
|
1075
|
+
* this property sets custom Icon
|
|
1076
|
+
*/
|
|
1077
|
+
customIcon?: string;
|
|
1049
1078
|
}
|
|
1050
1079
|
|
|
1051
1080
|
declare const ToggleButton: React$1.FC<IToggleButton>;
|
|
@@ -1178,6 +1207,10 @@ interface IActions {
|
|
|
1178
1207
|
* just a text to inform about back action.
|
|
1179
1208
|
*/
|
|
1180
1209
|
backText?: string;
|
|
1210
|
+
/**
|
|
1211
|
+
* Props for show apply button
|
|
1212
|
+
*/
|
|
1213
|
+
isApplied?: boolean;
|
|
1181
1214
|
}
|
|
1182
1215
|
interface IShareLinksActions {
|
|
1183
1216
|
onBack: () => void;
|
|
@@ -1211,11 +1244,11 @@ interface IAlert {
|
|
|
1211
1244
|
/**
|
|
1212
1245
|
* This is the main text in the alert
|
|
1213
1246
|
* */
|
|
1214
|
-
text?: string;
|
|
1247
|
+
text?: string | React.ReactNode;
|
|
1215
1248
|
/**
|
|
1216
1249
|
* This is the custom text in the alert
|
|
1217
1250
|
* */
|
|
1218
|
-
customText?: ICustomText[];
|
|
1251
|
+
customText?: ICustomText$1[];
|
|
1219
1252
|
/**
|
|
1220
1253
|
* This is the custom text in the alert
|
|
1221
1254
|
* */
|
|
@@ -1568,6 +1601,29 @@ declare enum EExpandableInfoSize {
|
|
|
1568
1601
|
*/
|
|
1569
1602
|
declare const ExpandableInfo: React$1.FC<IExpandableInfoProps>;
|
|
1570
1603
|
|
|
1604
|
+
interface IFilterActions {
|
|
1605
|
+
/**
|
|
1606
|
+
* Text that shows when all option is clicked
|
|
1607
|
+
*/
|
|
1608
|
+
allAction: string;
|
|
1609
|
+
/**
|
|
1610
|
+
* Callback when select an option
|
|
1611
|
+
*/
|
|
1612
|
+
onClickAction: (index: number, value: string) => void;
|
|
1613
|
+
/**
|
|
1614
|
+
* Optional reference for imperative behaviour
|
|
1615
|
+
*/
|
|
1616
|
+
filtersRef?: Ref<IFiltersRef>;
|
|
1617
|
+
}
|
|
1618
|
+
interface IFiltersRef {
|
|
1619
|
+
/**
|
|
1620
|
+
* CallBack to restart filters
|
|
1621
|
+
*/
|
|
1622
|
+
restartFilters: () => void;
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1625
|
+
declare const FilterActions: FC<IFilterActions>;
|
|
1626
|
+
|
|
1571
1627
|
interface IFilterContainerMenu {
|
|
1572
1628
|
/**
|
|
1573
1629
|
* you must add jsx elements
|
|
@@ -1643,6 +1699,27 @@ interface IFilterSearchItem {
|
|
|
1643
1699
|
|
|
1644
1700
|
declare const FilterSearchItem: FC<IFilterSearchItem>;
|
|
1645
1701
|
|
|
1702
|
+
interface IFraudCardJob {
|
|
1703
|
+
/**
|
|
1704
|
+
* This is the text that display in the title of the card
|
|
1705
|
+
*/
|
|
1706
|
+
title: string;
|
|
1707
|
+
/**
|
|
1708
|
+
*This is the text that display in the body of the card
|
|
1709
|
+
*/
|
|
1710
|
+
content: string;
|
|
1711
|
+
/**
|
|
1712
|
+
* This is the text that display in the report button of the card
|
|
1713
|
+
*/
|
|
1714
|
+
linkText: string;
|
|
1715
|
+
/**
|
|
1716
|
+
* This is the link to redirect to the fraud form
|
|
1717
|
+
*/
|
|
1718
|
+
link: string;
|
|
1719
|
+
}
|
|
1720
|
+
|
|
1721
|
+
declare const FraudCardJob: React$1.FC<IFraudCardJob>;
|
|
1722
|
+
|
|
1646
1723
|
interface IFrequentSearch {
|
|
1647
1724
|
/**
|
|
1648
1725
|
* The heading or title for the frequent search section.
|
|
@@ -1878,6 +1955,11 @@ interface IJobsActions {
|
|
|
1878
1955
|
* Props for the share button component.
|
|
1879
1956
|
*/
|
|
1880
1957
|
shareButtonProps: ISharePopover;
|
|
1958
|
+
/**
|
|
1959
|
+
* Props for render save button.
|
|
1960
|
+
* it's true it will not display save button
|
|
1961
|
+
*/
|
|
1962
|
+
isApplied?: boolean;
|
|
1881
1963
|
}
|
|
1882
1964
|
|
|
1883
1965
|
/**
|
|
@@ -1909,6 +1991,10 @@ interface IJobApplyCard {
|
|
|
1909
1991
|
* Content to be displayed as an external child element.
|
|
1910
1992
|
*/
|
|
1911
1993
|
externalChild: ReactNode | JSX.Element;
|
|
1994
|
+
/**
|
|
1995
|
+
* Props for show apply button
|
|
1996
|
+
*/
|
|
1997
|
+
isApplied?: boolean;
|
|
1912
1998
|
}
|
|
1913
1999
|
|
|
1914
2000
|
/**
|
|
@@ -2027,6 +2113,11 @@ interface IJobCompanyHeader {
|
|
|
2027
2113
|
* Props for the header of the job listing in the job company header.
|
|
2028
2114
|
*/
|
|
2029
2115
|
jobHeaderProps: IJobHeader$1;
|
|
2116
|
+
isApplied?: boolean;
|
|
2117
|
+
/**
|
|
2118
|
+
* Props for the actions section associated with the job details.
|
|
2119
|
+
*/
|
|
2120
|
+
jobActionsProps?: IJobsActions$1;
|
|
2030
2121
|
}
|
|
2031
2122
|
|
|
2032
2123
|
/**
|
|
@@ -2423,7 +2514,7 @@ interface IMegaMenuCard {
|
|
|
2423
2514
|
/**
|
|
2424
2515
|
* Onclick callback
|
|
2425
2516
|
* */
|
|
2426
|
-
onClick
|
|
2517
|
+
onClick?: () => void;
|
|
2427
2518
|
/**
|
|
2428
2519
|
* Show arrow icon
|
|
2429
2520
|
* */
|
|
@@ -2436,6 +2527,16 @@ declare const MegaMenuJobsTabs: React$1.FC;
|
|
|
2436
2527
|
|
|
2437
2528
|
declare const MegaMenuPopover: React$1.FC;
|
|
2438
2529
|
|
|
2530
|
+
interface IMegaMenuSideCards {
|
|
2531
|
+
jobs: IMegaMenuCard$1[];
|
|
2532
|
+
onSelectCard?: (index: number) => void;
|
|
2533
|
+
action?: IMegaMenuLink$1;
|
|
2534
|
+
maxCards?: number;
|
|
2535
|
+
initValue?: number;
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2538
|
+
declare const MegaMenuSideCards: React$1.FC<IMegaMenuSideCards>;
|
|
2539
|
+
|
|
2439
2540
|
interface IMenuCollapseChildren extends IListMenuText {
|
|
2440
2541
|
isOpen: boolean;
|
|
2441
2542
|
onClick: () => void;
|
|
@@ -2610,6 +2711,31 @@ declare const _default$1: React$1.FC<IModal> & {
|
|
|
2610
2711
|
Description: React$1.FC<IModalDescription>;
|
|
2611
2712
|
};
|
|
2612
2713
|
|
|
2714
|
+
interface IModalResponsive {
|
|
2715
|
+
/**
|
|
2716
|
+
* this property open the container
|
|
2717
|
+
*/
|
|
2718
|
+
open: boolean;
|
|
2719
|
+
/**
|
|
2720
|
+
* this property close the container
|
|
2721
|
+
*/
|
|
2722
|
+
onClose: () => void;
|
|
2723
|
+
/**
|
|
2724
|
+
* this property sets the children elements
|
|
2725
|
+
*/
|
|
2726
|
+
children: JSX.Element | JSX.Element[];
|
|
2727
|
+
/**
|
|
2728
|
+
* this property sets customs styles for the modal
|
|
2729
|
+
*/
|
|
2730
|
+
modalClassName?: string;
|
|
2731
|
+
/**
|
|
2732
|
+
* this property sets customs styles for the mobile drawer
|
|
2733
|
+
*/
|
|
2734
|
+
mobileDrawerClassName?: string;
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2737
|
+
declare const ModalResponsive: React$1.FC<IModalResponsive>;
|
|
2738
|
+
|
|
2613
2739
|
interface ICreatePaginationProps {
|
|
2614
2740
|
/**
|
|
2615
2741
|
* This is the total of vacancies
|
|
@@ -2944,6 +3070,31 @@ declare type TimelineEventStatus = 'checked' | 'current' | 'blocked';
|
|
|
2944
3070
|
|
|
2945
3071
|
declare const TimelineEvent: React$1.FC<TimelineEventProps>;
|
|
2946
3072
|
|
|
3073
|
+
declare type TToggleButtonList = {
|
|
3074
|
+
/**
|
|
3075
|
+
* this property sets the list of toggle buttons
|
|
3076
|
+
*/
|
|
3077
|
+
list: Partial<Pick<IToggleButton$1, 'id' | 'name' | 'customIcon'>>[];
|
|
3078
|
+
/**
|
|
3079
|
+
* this property sets the props of toggle buttons
|
|
3080
|
+
*/
|
|
3081
|
+
toggleButtonProps?: IToggleButton$1;
|
|
3082
|
+
/**
|
|
3083
|
+
* this property returns the values of the toggle button selected
|
|
3084
|
+
*/
|
|
3085
|
+
onChange?: (value: IToggleButtonOnchangeValues$1 | null | number) => void;
|
|
3086
|
+
/**
|
|
3087
|
+
* this property sets customs className for toggle buttons
|
|
3088
|
+
*/
|
|
3089
|
+
className?: string;
|
|
3090
|
+
/**
|
|
3091
|
+
* this property sets the default value or current value of the toggle button
|
|
3092
|
+
*/
|
|
3093
|
+
currentSelect?: Pick<IToggleButton$1, 'id' | 'name'>;
|
|
3094
|
+
};
|
|
3095
|
+
|
|
3096
|
+
declare const ToggleButtonList: React$1.FC<TToggleButtonList>;
|
|
3097
|
+
|
|
2947
3098
|
declare type TPosition = 'top' | 'bottom' | 'left' | 'right';
|
|
2948
3099
|
interface ITooltipProps {
|
|
2949
3100
|
/**
|
|
@@ -2958,7 +3109,14 @@ interface ITooltipProps {
|
|
|
2958
3109
|
* the tooltip component must wrap a component
|
|
2959
3110
|
*/
|
|
2960
3111
|
children: React.ReactNode;
|
|
3112
|
+
/**
|
|
3113
|
+
* this property set the tooltip width
|
|
3114
|
+
*/
|
|
2961
3115
|
width?: string;
|
|
3116
|
+
/**
|
|
3117
|
+
* this property set the tooltip visibility
|
|
3118
|
+
*/
|
|
3119
|
+
visible?: boolean;
|
|
2962
3120
|
}
|
|
2963
3121
|
|
|
2964
3122
|
declare const Tooltip: React$1.FC<ITooltipProps>;
|
|
@@ -2973,6 +3131,93 @@ interface IAlphabetFilter {
|
|
|
2973
3131
|
|
|
2974
3132
|
declare const AlphabetFilter: React$1.FC<IAlphabetFilter>;
|
|
2975
3133
|
|
|
3134
|
+
interface IApplicationSummary {
|
|
3135
|
+
/**
|
|
3136
|
+
* this property sets any component
|
|
3137
|
+
*/
|
|
3138
|
+
children: JSX.Element | JSX.Element[];
|
|
3139
|
+
/**
|
|
3140
|
+
* this property opens the ui
|
|
3141
|
+
*/
|
|
3142
|
+
open: boolean;
|
|
3143
|
+
/**
|
|
3144
|
+
* this property closes the ui
|
|
3145
|
+
*/
|
|
3146
|
+
onClose: () => void;
|
|
3147
|
+
}
|
|
3148
|
+
declare namespace IApplicationSummary {
|
|
3149
|
+
interface Section {
|
|
3150
|
+
/**
|
|
3151
|
+
* this property sets custom styles
|
|
3152
|
+
*/
|
|
3153
|
+
className?: string;
|
|
3154
|
+
/**
|
|
3155
|
+
* this property sets any component
|
|
3156
|
+
*/
|
|
3157
|
+
children: JSX.Element | JSX.Element[];
|
|
3158
|
+
/**
|
|
3159
|
+
* this property update to position align the components
|
|
3160
|
+
*/
|
|
3161
|
+
aligned?: 'start' | 'center' | 'end';
|
|
3162
|
+
}
|
|
3163
|
+
interface Title {
|
|
3164
|
+
/**
|
|
3165
|
+
* this property sets custom styles
|
|
3166
|
+
*/
|
|
3167
|
+
className?: string;
|
|
3168
|
+
/**
|
|
3169
|
+
* this property sets children elements
|
|
3170
|
+
*/
|
|
3171
|
+
children?: React.ReactNode;
|
|
3172
|
+
}
|
|
3173
|
+
interface SubTitle {
|
|
3174
|
+
/**
|
|
3175
|
+
* this property sets custom styles
|
|
3176
|
+
*/
|
|
3177
|
+
className?: string;
|
|
3178
|
+
/**
|
|
3179
|
+
* this property sets children elements
|
|
3180
|
+
*/
|
|
3181
|
+
children?: React.ReactNode;
|
|
3182
|
+
}
|
|
3183
|
+
interface Text {
|
|
3184
|
+
/**
|
|
3185
|
+
* this property sets custom styles
|
|
3186
|
+
*/
|
|
3187
|
+
className?: string;
|
|
3188
|
+
/**
|
|
3189
|
+
* this property sets children elements
|
|
3190
|
+
*/
|
|
3191
|
+
children?: React.ReactNode;
|
|
3192
|
+
}
|
|
3193
|
+
interface Button extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
3194
|
+
/**
|
|
3195
|
+
* this property sets custom styles
|
|
3196
|
+
*/
|
|
3197
|
+
className?: string;
|
|
3198
|
+
/**
|
|
3199
|
+
* this property sets custom style button
|
|
3200
|
+
*/
|
|
3201
|
+
variant?: 'primary' | 'secondary';
|
|
3202
|
+
}
|
|
3203
|
+
}
|
|
3204
|
+
|
|
3205
|
+
declare const ApplicationSummary: React$1.FC<IApplicationSummary> & {
|
|
3206
|
+
Section: React$1.FC<IApplicationSummary.Section>;
|
|
3207
|
+
Title: React$1.FC<IApplicationSummary.Title>;
|
|
3208
|
+
SubTitle: React$1.FC<IApplicationSummary.SubTitle>;
|
|
3209
|
+
Button: React$1.FC<IApplicationSummary.Button>;
|
|
3210
|
+
Text: React$1.FC<IApplicationSummary.Text>;
|
|
3211
|
+
};
|
|
3212
|
+
|
|
3213
|
+
declare const ApplicationButton: React$1.FC<IApplicationSummary.Button>;
|
|
3214
|
+
|
|
3215
|
+
declare const ApplicationSubtitle: React$1.FC<IApplicationSummary.SubTitle>;
|
|
3216
|
+
|
|
3217
|
+
declare const ApplicationText: React$1.FC<IApplicationSummary.Text>;
|
|
3218
|
+
|
|
3219
|
+
declare const ApplicationTitle: React$1.FC<IApplicationSummary.Title>;
|
|
3220
|
+
|
|
2976
3221
|
declare const BrandMenu: React$1.FC<IBrandMenu>;
|
|
2977
3222
|
|
|
2978
3223
|
interface IDatePickerComponent {
|
|
@@ -3130,6 +3375,58 @@ interface ILogoAnalystProps extends ILogoComponent$1 {
|
|
|
3130
3375
|
*/
|
|
3131
3376
|
declare const HeaderAnalyst: React$1.FC<IHeaderAnalystProps>;
|
|
3132
3377
|
|
|
3378
|
+
interface IAlertJobStatus {
|
|
3379
|
+
/**
|
|
3380
|
+
* React children to be rendered inside the component.
|
|
3381
|
+
*/
|
|
3382
|
+
children?: React.ReactNode;
|
|
3383
|
+
/**
|
|
3384
|
+
* Additional class names for custom styling.
|
|
3385
|
+
*/
|
|
3386
|
+
className?: string;
|
|
3387
|
+
/**
|
|
3388
|
+
* type to background alert 'warning' or 'normal'.
|
|
3389
|
+
* default: warning
|
|
3390
|
+
*/
|
|
3391
|
+
type?: EAlertJobStatusType;
|
|
3392
|
+
}
|
|
3393
|
+
declare namespace IAlertJobStatus {
|
|
3394
|
+
interface Container {
|
|
3395
|
+
/**
|
|
3396
|
+
* React children to be rendered inside the container.
|
|
3397
|
+
*/
|
|
3398
|
+
children?: React.ReactNode;
|
|
3399
|
+
/**
|
|
3400
|
+
* Additional class names for custom styling.
|
|
3401
|
+
*/
|
|
3402
|
+
className?: string;
|
|
3403
|
+
}
|
|
3404
|
+
interface Icon {
|
|
3405
|
+
/**
|
|
3406
|
+
* Additional class names for custom styling.
|
|
3407
|
+
*/
|
|
3408
|
+
className?: string;
|
|
3409
|
+
/**
|
|
3410
|
+
* Here is the icon component
|
|
3411
|
+
*/
|
|
3412
|
+
src?: string | null;
|
|
3413
|
+
/**
|
|
3414
|
+
* You can change the size of the icon by adding a numeric value here
|
|
3415
|
+
*/
|
|
3416
|
+
size?: number;
|
|
3417
|
+
/**
|
|
3418
|
+
* Text alt in the img element
|
|
3419
|
+
*/
|
|
3420
|
+
alt?: string | null;
|
|
3421
|
+
/**
|
|
3422
|
+
* type to icon alert 'warning' or 'success'.
|
|
3423
|
+
*/
|
|
3424
|
+
type?: EAlertJobStatusIcon;
|
|
3425
|
+
}
|
|
3426
|
+
}
|
|
3427
|
+
declare type EAlertJobStatusType = 'warning' | 'normal';
|
|
3428
|
+
declare type EAlertJobStatusIcon = 'success' | 'warning';
|
|
3429
|
+
|
|
3133
3430
|
interface ISimilarJobs {
|
|
3134
3431
|
/**
|
|
3135
3432
|
* this is the title in the top
|
|
@@ -3218,6 +3515,18 @@ interface IJobDetailsDrawer {
|
|
|
3218
3515
|
cities: ICityDetail[];
|
|
3219
3516
|
isRemote: boolean;
|
|
3220
3517
|
textRemote: string;
|
|
3518
|
+
/**
|
|
3519
|
+
* Props for the fraud card job.
|
|
3520
|
+
*/
|
|
3521
|
+
fraudCardJobProps: IFraudCardJob;
|
|
3522
|
+
/**
|
|
3523
|
+
* Props for show actions buttons or alert
|
|
3524
|
+
*/
|
|
3525
|
+
isApplied?: boolean;
|
|
3526
|
+
/**
|
|
3527
|
+
* Props for show alert when apply
|
|
3528
|
+
*/
|
|
3529
|
+
alertJobStatusProps?: IAlertJobStatus;
|
|
3221
3530
|
}
|
|
3222
3531
|
|
|
3223
3532
|
/**
|
|
@@ -3378,6 +3687,10 @@ interface IMobileJobDetailsActionsBar {
|
|
|
3378
3687
|
*
|
|
3379
3688
|
*/
|
|
3380
3689
|
onClose?: boolean;
|
|
3690
|
+
/**
|
|
3691
|
+
* Props for show button apply
|
|
3692
|
+
*/
|
|
3693
|
+
isApplied?: boolean;
|
|
3381
3694
|
}
|
|
3382
3695
|
|
|
3383
3696
|
interface SwipeProps {
|
|
@@ -3471,6 +3784,18 @@ interface IMobileJobDetailsDrawer {
|
|
|
3471
3784
|
cities: ICityDetail$1[];
|
|
3472
3785
|
isRemote: boolean;
|
|
3473
3786
|
textRemote: string;
|
|
3787
|
+
/**
|
|
3788
|
+
* Props for the fraud card job.
|
|
3789
|
+
*/
|
|
3790
|
+
fraudCardJobProps: IFraudCardJob;
|
|
3791
|
+
/**
|
|
3792
|
+
* Props for show actions buttons or alert
|
|
3793
|
+
*/
|
|
3794
|
+
isApplied?: boolean;
|
|
3795
|
+
/**
|
|
3796
|
+
* Props for show alert when apply
|
|
3797
|
+
*/
|
|
3798
|
+
alertJobStatusProps?: IAlertJobStatus$1;
|
|
3474
3799
|
}
|
|
3475
3800
|
|
|
3476
3801
|
/**
|
|
@@ -3796,6 +4121,58 @@ interface IListOption {
|
|
|
3796
4121
|
|
|
3797
4122
|
declare const OneSelectionEntry: React$1.FC<IOneSelectionentry>;
|
|
3798
4123
|
|
|
4124
|
+
declare type IStatusJob = 'Sent' | 'Pending' | 'Validation' | 'Finalists' | 'Hired' | 'Discarded';
|
|
4125
|
+
interface ICommonProcessesCardPros {
|
|
4126
|
+
/**
|
|
4127
|
+
* this property sets custom className
|
|
4128
|
+
*/
|
|
4129
|
+
className?: string;
|
|
4130
|
+
/**
|
|
4131
|
+
* this property sets any children
|
|
4132
|
+
*/
|
|
4133
|
+
children: React.ReactNode;
|
|
4134
|
+
}
|
|
4135
|
+
declare type ICommonProcessesCardImg = React.ImgHTMLAttributes<HTMLImageElement>;
|
|
4136
|
+
interface IProcessesCard extends React.ButtonHTMLAttributes<HTMLButtonElement>, ICommonProcessesCardPros {
|
|
4137
|
+
/**
|
|
4138
|
+
* this property sets custom className
|
|
4139
|
+
*/
|
|
4140
|
+
children: React.ReactNode;
|
|
4141
|
+
/**
|
|
4142
|
+
* this property on true changes the background color
|
|
4143
|
+
*/
|
|
4144
|
+
isSelected?: boolean;
|
|
4145
|
+
}
|
|
4146
|
+
declare namespace IProcessesCard {
|
|
4147
|
+
type ISection = ICommonProcessesCardPros;
|
|
4148
|
+
type ITitle = ICommonProcessesCardPros & {
|
|
4149
|
+
status?: IStatusJob;
|
|
4150
|
+
};
|
|
4151
|
+
type ICardStatus = ICommonProcessesCardPros & {
|
|
4152
|
+
status: IStatusJob;
|
|
4153
|
+
isSelected?: boolean;
|
|
4154
|
+
};
|
|
4155
|
+
type IText = ICommonProcessesCardPros & {
|
|
4156
|
+
status?: IStatusJob;
|
|
4157
|
+
strong?: boolean;
|
|
4158
|
+
};
|
|
4159
|
+
type IBrand = ICommonProcessesCardImg;
|
|
4160
|
+
type IArrow = ICommonProcessesCardImg;
|
|
4161
|
+
type IStatusIcon = ICommonProcessesCardImg & {
|
|
4162
|
+
status: IStatusJob;
|
|
4163
|
+
};
|
|
4164
|
+
}
|
|
4165
|
+
|
|
4166
|
+
declare const ProcessesCard: React$1.FC<IProcessesCard> & {
|
|
4167
|
+
IconStatus: React$1.FC<IProcessesCard.IStatusIcon>;
|
|
4168
|
+
Section: React$1.FC<ICommonProcessesCardPros>;
|
|
4169
|
+
Status: React$1.FC<IProcessesCard.ICardStatus>;
|
|
4170
|
+
Brand: React$1.FC<ICommonProcessesCardImg>;
|
|
4171
|
+
Arrow: React$1.FC<ICommonProcessesCardImg>;
|
|
4172
|
+
Title: React$1.FC<IProcessesCard.ITitle>;
|
|
4173
|
+
Text: React$1.FC<IProcessesCard.IText>;
|
|
4174
|
+
};
|
|
4175
|
+
|
|
3799
4176
|
interface ISelectInput<T> extends Omit<IInput, 'onChange' | 'value' | 'placeholder' | 'type'> {
|
|
3800
4177
|
/**
|
|
3801
4178
|
* input value.
|
|
@@ -4156,6 +4533,137 @@ interface IMegaMenuDrawer {
|
|
|
4156
4533
|
|
|
4157
4534
|
declare const MegaMenuDrawer: React$1.FC<IMegaMenuDrawer>;
|
|
4158
4535
|
|
|
4536
|
+
interface IJobSuggestedDrawer {
|
|
4537
|
+
/**
|
|
4538
|
+
* Management the loading status jobs ui
|
|
4539
|
+
*/
|
|
4540
|
+
isLoading?: boolean;
|
|
4541
|
+
/**
|
|
4542
|
+
* React children to be rendered inside the component.
|
|
4543
|
+
*/
|
|
4544
|
+
children?: React.ReactNode;
|
|
4545
|
+
/**
|
|
4546
|
+
* Additional class names for custom styling.
|
|
4547
|
+
*/
|
|
4548
|
+
className?: string;
|
|
4549
|
+
}
|
|
4550
|
+
declare namespace IJobSuggestedDrawer {
|
|
4551
|
+
interface SimilarJobCards {
|
|
4552
|
+
/**
|
|
4553
|
+
* This is the title in the top
|
|
4554
|
+
*/
|
|
4555
|
+
sectionTitle: string;
|
|
4556
|
+
/**
|
|
4557
|
+
* This property hide the image
|
|
4558
|
+
*/
|
|
4559
|
+
hideLogo?: boolean;
|
|
4560
|
+
/**
|
|
4561
|
+
* These are similar jobs cards values
|
|
4562
|
+
*/
|
|
4563
|
+
similarJobsCard: ISimilarCardData$1[];
|
|
4564
|
+
/**
|
|
4565
|
+
* Additional class names for custom styling.
|
|
4566
|
+
*/
|
|
4567
|
+
className?: string;
|
|
4568
|
+
/**
|
|
4569
|
+
* The tag or keyword associated with the search item.
|
|
4570
|
+
*/
|
|
4571
|
+
tag: string;
|
|
4572
|
+
/**
|
|
4573
|
+
* The custom href to the anchor tag
|
|
4574
|
+
*/
|
|
4575
|
+
url: string;
|
|
4576
|
+
/**
|
|
4577
|
+
* This property sets the max cards to show
|
|
4578
|
+
*/
|
|
4579
|
+
maxItemsToShow?: number;
|
|
4580
|
+
/**
|
|
4581
|
+
* This property shows the default anchor text when the cards are empty
|
|
4582
|
+
*/
|
|
4583
|
+
notItemsDefaultAnchor?: boolean;
|
|
4584
|
+
/**
|
|
4585
|
+
* This property shows the default anchor text when the cards are empty
|
|
4586
|
+
*/
|
|
4587
|
+
tagDefaultAnchor?: string;
|
|
4588
|
+
/**
|
|
4589
|
+
* This property shows the default anchor text when the cards are empty
|
|
4590
|
+
*/
|
|
4591
|
+
urlDefaultAnchor?: string;
|
|
4592
|
+
}
|
|
4593
|
+
interface AlertJob {
|
|
4594
|
+
/**
|
|
4595
|
+
* React children to be rendered inside the component.
|
|
4596
|
+
*/
|
|
4597
|
+
children?: React.ReactNode;
|
|
4598
|
+
/**
|
|
4599
|
+
* Additional class names for custom styling.
|
|
4600
|
+
*/
|
|
4601
|
+
className?: string;
|
|
4602
|
+
/**
|
|
4603
|
+
* This is the custom text
|
|
4604
|
+
*/
|
|
4605
|
+
customText?: ICustomText$1[];
|
|
4606
|
+
}
|
|
4607
|
+
interface Header {
|
|
4608
|
+
/**
|
|
4609
|
+
* Props for the company logo in the job company header.
|
|
4610
|
+
*/
|
|
4611
|
+
jobCompanyLogoProps: IJobCompanyLogo$1;
|
|
4612
|
+
/**
|
|
4613
|
+
* Props for the header of the job listing in the job company header.
|
|
4614
|
+
*/
|
|
4615
|
+
jobHeaderProps: IJobHeader$1;
|
|
4616
|
+
/**
|
|
4617
|
+
* Additional class names for custom styling.
|
|
4618
|
+
*/
|
|
4619
|
+
className?: string;
|
|
4620
|
+
}
|
|
4621
|
+
}
|
|
4622
|
+
|
|
4623
|
+
interface IText {
|
|
4624
|
+
/**
|
|
4625
|
+
* This is the main text
|
|
4626
|
+
* */
|
|
4627
|
+
text?: string;
|
|
4628
|
+
/**
|
|
4629
|
+
* This is the custom text
|
|
4630
|
+
* */
|
|
4631
|
+
customText?: ICustomText[];
|
|
4632
|
+
/**
|
|
4633
|
+
* You can add you custom className here
|
|
4634
|
+
*/
|
|
4635
|
+
className?: string;
|
|
4636
|
+
}
|
|
4637
|
+
interface ICustomText {
|
|
4638
|
+
/**
|
|
4639
|
+
* This is the value to the custom text
|
|
4640
|
+
* */
|
|
4641
|
+
value: string | React.ReactNode;
|
|
4642
|
+
/**
|
|
4643
|
+
* This is the custom font weight to text
|
|
4644
|
+
* */
|
|
4645
|
+
fontWeight: EFontWeightType;
|
|
4646
|
+
/**
|
|
4647
|
+
* This is the custom line break to text
|
|
4648
|
+
* */
|
|
4649
|
+
lineBreak?: boolean;
|
|
4650
|
+
}
|
|
4651
|
+
declare type EFontWeightType = 'normal' | 'bold' | 'lighter';
|
|
4652
|
+
|
|
4653
|
+
declare const JobSuggestedDrawer: React$1.FC<IJobSuggestedDrawer> & {
|
|
4654
|
+
Header: React$1.FC<IJobSuggestedDrawer.Header>;
|
|
4655
|
+
Alert: React$1.FC<_components_UI_molecules_AlertJobStatus.IAlertJobStatus> & {
|
|
4656
|
+
Container: React$1.FC<_components_UI_molecules_AlertJobStatus.IAlertJobStatus.Container>;
|
|
4657
|
+
Icon: React$1.FC<_components_UI_molecules_AlertJobStatus.IAlertJobStatus.Icon>;
|
|
4658
|
+
Text: React$1.FC<IText>;
|
|
4659
|
+
};
|
|
4660
|
+
SimilarJobs: React$1.FC<IJobSuggestedDrawer.SimilarJobCards>;
|
|
4661
|
+
};
|
|
4662
|
+
|
|
4663
|
+
declare const JobSuggestedHeader: React$1.FC<IJobSuggestedDrawer.Header>;
|
|
4664
|
+
|
|
4665
|
+
declare const JobSuggestedSimilarJobs: React$1.FC<IJobSuggestedDrawer.SimilarJobCards>;
|
|
4666
|
+
|
|
4159
4667
|
interface IMenuUser {
|
|
4160
4668
|
/**
|
|
4161
4669
|
* menu items props
|
|
@@ -4367,37 +4875,190 @@ interface IUserMenuWrapperAnalystProps extends IUserMenuAnalystProps$1 {
|
|
|
4367
4875
|
*/
|
|
4368
4876
|
declare const UserMenuWrapperAnalyst: React$1.FC<IUserMenuWrapperAnalystProps>;
|
|
4369
4877
|
|
|
4370
|
-
|
|
4878
|
+
declare const AlertJobStatus: React$1.FC<IAlertJobStatus> & {
|
|
4879
|
+
Container: React$1.FC<IAlertJobStatus.Container>;
|
|
4880
|
+
Icon: React$1.FC<IAlertJobStatus.Icon>;
|
|
4881
|
+
Text: React$1.FC<IText>;
|
|
4882
|
+
};
|
|
4883
|
+
|
|
4884
|
+
declare const AlertJobStatusContainer: React$1.FC<IAlertJobStatus.Container>;
|
|
4885
|
+
|
|
4886
|
+
declare const AlertJobStatusIcon: React$1.FC<IAlertJobStatus.Icon>;
|
|
4887
|
+
|
|
4888
|
+
interface ISimilarCardData {
|
|
4371
4889
|
/**
|
|
4372
|
-
*
|
|
4890
|
+
* unique identifier for the job or card.
|
|
4373
4891
|
*/
|
|
4374
|
-
|
|
4892
|
+
id?: number | null;
|
|
4375
4893
|
/**
|
|
4376
|
-
*
|
|
4894
|
+
* title of the job or offer. Required.
|
|
4377
4895
|
*/
|
|
4378
|
-
|
|
4896
|
+
title: string;
|
|
4379
4897
|
/**
|
|
4380
|
-
*
|
|
4898
|
+
* salary for the job. Can be a string or null.
|
|
4381
4899
|
*/
|
|
4382
|
-
|
|
4900
|
+
salary: string | null;
|
|
4901
|
+
/**
|
|
4902
|
+
* indicates if agreement is required for the job. Optional, can be boolean or null.
|
|
4903
|
+
*/
|
|
4904
|
+
toAgree: boolean | null;
|
|
4905
|
+
/**
|
|
4906
|
+
* list of cities where the job is available. Required.
|
|
4907
|
+
*/
|
|
4908
|
+
cities: string[];
|
|
4909
|
+
/**
|
|
4910
|
+
* URL slug for the job.
|
|
4911
|
+
*/
|
|
4912
|
+
jobUrlSlug: string;
|
|
4913
|
+
/**
|
|
4914
|
+
* required experience for the job.
|
|
4915
|
+
*/
|
|
4916
|
+
experience: string | null;
|
|
4917
|
+
/**
|
|
4918
|
+
* URL for the company logo.
|
|
4919
|
+
*/
|
|
4920
|
+
companyLogo: string | null;
|
|
4921
|
+
/**
|
|
4922
|
+
* company name.
|
|
4923
|
+
*/
|
|
4924
|
+
companyName?: string | null;
|
|
4925
|
+
/**
|
|
4926
|
+
* type of contract for the job.
|
|
4927
|
+
*/
|
|
4928
|
+
contractType?: string | null;
|
|
4929
|
+
/**
|
|
4930
|
+
* determines if the company logo should be hidden.
|
|
4931
|
+
*/
|
|
4932
|
+
hideLogo?: boolean;
|
|
4383
4933
|
}
|
|
4384
|
-
interface
|
|
4934
|
+
interface ISimilarCard {
|
|
4385
4935
|
/**
|
|
4386
|
-
*
|
|
4936
|
+
* this property sets the url title
|
|
4387
4937
|
*/
|
|
4388
|
-
|
|
4938
|
+
title?: string;
|
|
4939
|
+
/**
|
|
4940
|
+
* this property sets custom styles
|
|
4941
|
+
*/
|
|
4942
|
+
className?: string;
|
|
4943
|
+
/**
|
|
4944
|
+
* this property sets the url link
|
|
4945
|
+
*/
|
|
4946
|
+
jobUrlSlug?: string;
|
|
4947
|
+
}
|
|
4948
|
+
declare namespace ISimilarCard {
|
|
4949
|
+
interface Container {
|
|
4950
|
+
/**
|
|
4951
|
+
* this property sets the alt text when source cant be loaded
|
|
4952
|
+
*/
|
|
4953
|
+
title: string;
|
|
4954
|
+
/**
|
|
4955
|
+
* this property sets the url link
|
|
4956
|
+
*/
|
|
4957
|
+
jobUrlSlug: string;
|
|
4958
|
+
/**
|
|
4959
|
+
* this property sets custom styles
|
|
4960
|
+
*/
|
|
4961
|
+
className?: string;
|
|
4962
|
+
/**
|
|
4963
|
+
* this property sets children elements
|
|
4964
|
+
*/
|
|
4965
|
+
children?: React.ReactNode;
|
|
4966
|
+
}
|
|
4967
|
+
interface Logo {
|
|
4968
|
+
/**
|
|
4969
|
+
* this property sets the logo source file
|
|
4970
|
+
*/
|
|
4971
|
+
src?: string;
|
|
4972
|
+
/**
|
|
4973
|
+
* this property sets custom styles
|
|
4974
|
+
*/
|
|
4975
|
+
className?: string;
|
|
4976
|
+
/**
|
|
4977
|
+
* this property sets the alt text when source cant be loaded
|
|
4978
|
+
*/
|
|
4979
|
+
alt?: string;
|
|
4980
|
+
/**
|
|
4981
|
+
* this property sets if should hide logo
|
|
4982
|
+
*/
|
|
4983
|
+
hideLogo?: boolean;
|
|
4984
|
+
}
|
|
4985
|
+
interface Text {
|
|
4986
|
+
/**
|
|
4987
|
+
* If the text must show more than one line, use customText instead text
|
|
4988
|
+
* */
|
|
4989
|
+
customText?: ICustomText$1[];
|
|
4990
|
+
/**
|
|
4991
|
+
* this property sets custom styles
|
|
4992
|
+
*/
|
|
4993
|
+
className?: string;
|
|
4994
|
+
}
|
|
4995
|
+
interface Icon {
|
|
4996
|
+
/**
|
|
4997
|
+
* this property sets the icon source file
|
|
4998
|
+
*/
|
|
4999
|
+
src?: string;
|
|
5000
|
+
/**
|
|
5001
|
+
* this property sets custom styles
|
|
5002
|
+
*/
|
|
5003
|
+
className?: string;
|
|
5004
|
+
/**
|
|
5005
|
+
* this property sets the alt text when source cant be loaded
|
|
5006
|
+
*/
|
|
5007
|
+
alt?: string;
|
|
5008
|
+
/**
|
|
5009
|
+
* this property set the icon show the source when there is a mobile resolution
|
|
5010
|
+
*/
|
|
5011
|
+
showIconMobile?: boolean;
|
|
5012
|
+
}
|
|
4389
5013
|
}
|
|
4390
5014
|
|
|
4391
|
-
declare const
|
|
5015
|
+
declare const SimilarCard: React$1.FC<ISimilarCard> & {
|
|
5016
|
+
Text: React$1.FC<IText>;
|
|
5017
|
+
Logo: React$1.FC<ISimilarCard.Logo>;
|
|
5018
|
+
Icon: React$1.FC<ISimilarCard.Icon>;
|
|
5019
|
+
};
|
|
4392
5020
|
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
5021
|
+
declare const SimilarCardLogo: React$1.FC<ISimilarCard.Logo>;
|
|
5022
|
+
|
|
5023
|
+
declare const SimilarCardIcon: React$1.FC<ISimilarCard.Icon>;
|
|
5024
|
+
|
|
5025
|
+
interface IMegaMenuDrawerItem {
|
|
5026
|
+
className?: string;
|
|
5027
|
+
/**
|
|
5028
|
+
* Put a url direction
|
|
5029
|
+
*/
|
|
5030
|
+
url: string;
|
|
5031
|
+
/**
|
|
5032
|
+
* This property set to true can change styles
|
|
5033
|
+
*/
|
|
5034
|
+
isActive: boolean;
|
|
5035
|
+
/**
|
|
5036
|
+
* This is the menu text
|
|
5037
|
+
*/
|
|
5038
|
+
text: string;
|
|
5039
|
+
/**
|
|
5040
|
+
* Icon for each option
|
|
5041
|
+
*/
|
|
5042
|
+
icon?: string;
|
|
5043
|
+
/**
|
|
5044
|
+
* Icon for each option
|
|
5045
|
+
*/
|
|
5046
|
+
content?: IMegaMenuDrawerItemContent;
|
|
5047
|
+
onClickOption?: () => void;
|
|
5048
|
+
}
|
|
5049
|
+
interface IMegaMenuDrawerItemContent {
|
|
5050
|
+
child: ReactNode;
|
|
5051
|
+
title: string;
|
|
4398
5052
|
}
|
|
4399
5053
|
|
|
4400
|
-
declare const
|
|
5054
|
+
declare const MegaMenuDrawerItem: React$1.FC<IMegaMenuDrawerItem> & {
|
|
5055
|
+
Drawer: React$1.FC<{
|
|
5056
|
+
title: string;
|
|
5057
|
+
content: ReactNode;
|
|
5058
|
+
isOpen: boolean;
|
|
5059
|
+
toggleDrawer: () => void;
|
|
5060
|
+
}>;
|
|
5061
|
+
};
|
|
4401
5062
|
|
|
4402
5063
|
interface IJobsPage {
|
|
4403
5064
|
/**
|
|
@@ -4898,6 +5559,7 @@ interface IMegaMenuMainHeader {
|
|
|
4898
5559
|
};
|
|
4899
5560
|
searchBarProps?: ISearchbar$1;
|
|
4900
5561
|
homeUrl?: string;
|
|
5562
|
+
homeText?: string;
|
|
4901
5563
|
}
|
|
4902
5564
|
interface IMegaMenuJobsTabs {
|
|
4903
5565
|
label: string;
|
|
@@ -4932,4 +5594,4 @@ declare const withMegaMenuContainer: <T>(WrappedComponent: React$1.FC<T>) => Rea
|
|
|
4932
5594
|
wrapperProps: T;
|
|
4933
5595
|
}>;
|
|
4934
5596
|
|
|
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 };
|
|
5597
|
+
export { Actions, Alert, AlertJobStatus, AlertJobStatusContainer, AlertJobStatusIcon, AlphabetFilter, AnalystTemplate, ApplicationButton, ApplicationSubtitle, ApplicationSummary, ApplicationText, ApplicationTitle, Avatar, Badge, BarLoader, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$2 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, Checkbox, CitiesDetailDrawer, ComparativeCounter, ComponentProps, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, Drawer, DrawerMenu, EAlertJobStatusIcon, EAlertJobStatusType, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FraudCardJob, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, IActions, IAlert, IAlertJobStatus, 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, IJobSuggestedDrawer, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalystProps, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuDrawer, IMegaMenuDrawerItem, IMegaMenuDrawerItemContent, 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, ISimilarCard, ISimilarCardData, 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, JobSuggestedDrawer, JobSuggestedHeader, JobSuggestedSimilarJobs, 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, MegaMenuDrawerItem, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuSideCards, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$1 as Modal, ModalAnalyst, ModalResponsive, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, OneSelectionEntry, Pagination, Paragraph, Popover, ProcessesCard, Radio, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarCard, SimilarCardIcon, SimilarCardLogo, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default as SortMenu, SuggestedJobsPage, Switch, TExpandableInfoSize, TExpandableInfoVariant, TMessageType, TToggleButtonList, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, ToggleButtonList, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, useMediaQuery, withClickOut, withMegaMenuContainer };
|