magneto365.ui 2.63.7 → 2.63.10-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/6ef46f12bd41b7e9.svg +6 -0
- package/dist/assets/programatic/04389e99195ff6a4.svg +7 -0
- package/dist/assets/programatic/11e4df382bedbd55.svg +7 -0
- package/dist/assets/programatic/2f05a86c12b92705.svg +7 -0
- package/dist/assets/programatic/3caf016bc47ea119.svg +11 -0
- package/dist/assets/programatic/407623cd48f5ef6d.svg +4 -0
- package/dist/assets/programatic/473c87f0d70beec7.svg +6 -0
- package/dist/assets/programatic/53f2d2ba789f35cf.svg +5 -0
- package/dist/assets/programatic/7521dac35a6a264e.svg +5 -0
- package/dist/assets/programatic/7941570f4d62edfa.svg +4 -0
- package/dist/assets/programatic/91c6d65a7c15755a.svg +6 -0
- package/dist/assets/programatic/9928a6077f96fd22.svg +9 -0
- package/dist/assets/programatic/a473aefda12b4b6d.svg +6 -0
- package/dist/assets/programatic/bef414204e4cdfb6.svg +5 -0
- package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
- package/dist/cjs/index.js +4814 -4148
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/UI/atoms/BarChart/BarChart.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/atoms/BarChart/BarChart.interface.d.ts +22 -0
- package/dist/cjs/types/components/UI/atoms/BarChart/enums.d.ts +5 -0
- package/dist/cjs/types/components/UI/atoms/BarChart/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/atoms/BarChart/interfaces.d.ts +1 -0
- package/dist/cjs/types/components/UI/atoms/Icon/Icon.interface.d.ts +0 -4
- package/dist/cjs/types/components/UI/atoms/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/BarsChart/BarsChart.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/BarsChart/BarsChart.interface.d.ts +29 -0
- package/dist/cjs/types/components/UI/molecules/BarsChart/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/CategoryGrid/CategoryGrid.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/CategoryGrid/CategoryGrid.interface.d.ts +15 -0
- package/dist/cjs/types/components/UI/organism/CategoryGrid/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.component.d.ts +4 -0
- package/dist/cjs/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.interface.d.ts +53 -0
- package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.interface.d.ts +23 -0
- package/dist/cjs/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/organism/CategoryMenuCard/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/organism/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/VacantPositions.component.d.ts +4 -0
- package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/VacantPositions.interface.d.ts +33 -0
- package/dist/cjs/types/components/UI/template/VacantPositionsTemplate/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/template/index.d.ts +1 -0
- package/dist/cjs/types/constants/icons.constants.d.ts +14 -1
- package/dist/cjs/types/constants/stories/analyst.constants.d.ts +2 -1
- package/dist/cjs/types/constants/stories/common.constants.d.ts +0 -1
- package/dist/cjs/types/constants/stories/index.d.ts +2 -0
- package/dist/cjs/types/constants/stories/jobsPage.constants.d.ts +1 -1
- package/dist/cjs/types/constants/stories/megaMenu.constants.d.ts +0 -1
- package/dist/cjs/types/constants/stories/vacantPositionsCategory.constants.d.ts +25 -0
- package/dist/cjs/types/utils/currency/currency.util.d.ts +1 -0
- package/dist/cjs/types/utils/date/dateInput.util.d.ts +2 -2
- package/dist/cjs/types/utils/icons/getIcons.util.d.ts +1 -1
- package/dist/esm/css/magneto.ui.lib.min.css +1 -1
- package/dist/esm/index.js +4811 -4150
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/UI/atoms/BarChart/BarChart.component.d.ts +3 -0
- package/dist/esm/types/components/UI/atoms/BarChart/BarChart.interface.d.ts +22 -0
- package/dist/esm/types/components/UI/atoms/BarChart/enums.d.ts +5 -0
- package/dist/esm/types/components/UI/atoms/BarChart/index.d.ts +1 -0
- package/dist/esm/types/components/UI/atoms/BarChart/interfaces.d.ts +1 -0
- package/dist/esm/types/components/UI/atoms/Icon/Icon.interface.d.ts +0 -4
- package/dist/esm/types/components/UI/atoms/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/BarsChart/BarsChart.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/BarsChart/BarsChart.interface.d.ts +29 -0
- package/dist/esm/types/components/UI/molecules/BarsChart/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/CategoryGrid/CategoryGrid.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/CategoryGrid/CategoryGrid.interface.d.ts +15 -0
- package/dist/esm/types/components/UI/organism/CategoryGrid/index.d.ts +2 -0
- package/dist/esm/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.component.d.ts +4 -0
- package/dist/esm/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.interface.d.ts +53 -0
- package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/CategoryMenuList.interface.d.ts +23 -0
- package/dist/esm/types/components/UI/organism/CategoryMenuCard/children/CategoryMenuList/index.d.ts +2 -0
- package/dist/esm/types/components/UI/organism/CategoryMenuCard/index.d.ts +2 -0
- package/dist/esm/types/components/UI/organism/index.d.ts +2 -0
- package/dist/esm/types/components/UI/template/VacantPositionsTemplate/VacantPositions.component.d.ts +4 -0
- package/dist/esm/types/components/UI/template/VacantPositionsTemplate/VacantPositions.interface.d.ts +33 -0
- package/dist/esm/types/components/UI/template/VacantPositionsTemplate/index.d.ts +2 -0
- package/dist/esm/types/components/UI/template/index.d.ts +1 -0
- package/dist/esm/types/constants/icons.constants.d.ts +14 -1
- package/dist/esm/types/constants/stories/analyst.constants.d.ts +2 -1
- package/dist/esm/types/constants/stories/common.constants.d.ts +0 -1
- package/dist/esm/types/constants/stories/index.d.ts +2 -0
- package/dist/esm/types/constants/stories/jobsPage.constants.d.ts +1 -1
- package/dist/esm/types/constants/stories/megaMenu.constants.d.ts +0 -1
- package/dist/esm/types/constants/stories/vacantPositionsCategory.constants.d.ts +25 -0
- package/dist/esm/types/utils/currency/currency.util.d.ts +1 -0
- package/dist/esm/types/utils/date/dateInput.util.d.ts +2 -2
- package/dist/esm/types/utils/icons/getIcons.util.d.ts +1 -1
- package/dist/index.d.ts +168 -9
- package/package.json +1 -1
- package/dist/assets/e12cf8464a04c04d.svg +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React$1, { ChangeEvent, FC, ReactNode, Ref, SetStateAction } from 'react';
|
|
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, IAvatar as IAvatar$1, IMainButton as IMainButton$1, ILinkProps as ILinkProps$1, ILogoComponent as ILogoComponent$1 } from '@components/UI/atoms';
|
|
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, IAvatar as IAvatar$1, IMainButton as IMainButton$1, ILinkProps as ILinkProps$1, ILogoComponent as ILogoComponent$1, IButtonLink as IButtonLink$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
6
|
import { ICustomText as ICustomText$1 } from '@components/UI/atoms/Text/Text.interface';
|
|
@@ -10,6 +10,7 @@ import * as _components_UI_molecules from '@components/UI/molecules';
|
|
|
10
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, IMegaMenuSideCards as IMegaMenuSideCards$1 } from '@components/UI/molecules';
|
|
11
11
|
import { IMegaMenuLink as IMegaMenuLink$1 } from '@components/UI/template/MegaMenu/MegaMenuContext.interface';
|
|
12
12
|
import { IToggleButton as IToggleButton$1, IToggleButtonOnchangeValues as IToggleButtonOnchangeValues$1 } from '@components/UI/atoms/ToggleButton/ToggleButton.interface';
|
|
13
|
+
import { IBarChart as IBarChart$1 } from '@components/UI/atoms/BarChart/BarChart.interface';
|
|
13
14
|
import * as _components_UI_organism from '@components/UI/organism';
|
|
14
15
|
import { IMobileDatePicker as IMobileDatePicker$1, IDatePickerComponent as IDatePickerComponent$1, IJobDetailsDrawer as IJobDetailsDrawer$1, IMobileJobDetailsDrawer as IMobileJobDetailsDrawer$1, IHeaderAnalyst as IHeaderAnalyst$1, IModalAnalyst as IModalAnalyst$1, INavMenuAnalystRegion as INavMenuAnalystRegion$1, IlistMenuUserProps as IlistMenuUserProps$1 } from '@components/UI/organism';
|
|
15
16
|
import { IListMenuText as IListMenuText$1 } from '@components/UI/molecules/ListMenuText/ListMenuText.interface';
|
|
@@ -35,6 +36,7 @@ import { IFooterMenuLinks as IFooterMenuLinks$1 } from '@components/UI/organism/
|
|
|
35
36
|
import { ERenderType } from '@constants/stories';
|
|
36
37
|
import { IMegaMenuTab as IMegaMenuTab$1 } from '@components/UI/atoms/MegaMenuTab/MegaMenuTab.interface';
|
|
37
38
|
import { IPopoverRef as IPopoverRef$1 } from '@components/UI/molecules/MegaMenuPopover/MegaMenuPopover.interface';
|
|
39
|
+
import { IAlphabetFilter as IAlphabetFilter$1 } from '@components/UI/organism/AlphabetFilter/AlphabetFilter.interface';
|
|
38
40
|
|
|
39
41
|
interface IContextAppProvider {
|
|
40
42
|
children: React.ReactNode;
|
|
@@ -439,10 +441,6 @@ interface IconProps {
|
|
|
439
441
|
* Text alt in the img element
|
|
440
442
|
*/
|
|
441
443
|
alt?: string | null;
|
|
442
|
-
/**
|
|
443
|
-
* Rotate image 180 deg
|
|
444
|
-
*/
|
|
445
|
-
isRotate?: boolean;
|
|
446
444
|
}
|
|
447
445
|
|
|
448
446
|
/**
|
|
@@ -1203,6 +1201,31 @@ interface IUserMenuButtonAnalystProps {
|
|
|
1203
1201
|
*/
|
|
1204
1202
|
declare const UserMenuButtonAnalyst: React$1.FC<IUserMenuButtonAnalystProps>;
|
|
1205
1203
|
|
|
1204
|
+
interface IBarChart {
|
|
1205
|
+
/**
|
|
1206
|
+
* Sets the range of the bar
|
|
1207
|
+
*/
|
|
1208
|
+
bin: number[];
|
|
1209
|
+
/**
|
|
1210
|
+
* Sets the percentage of the bar
|
|
1211
|
+
*/
|
|
1212
|
+
heightPercentage: number;
|
|
1213
|
+
/**
|
|
1214
|
+
* Sets the description text of the bar
|
|
1215
|
+
*/
|
|
1216
|
+
jobText: string;
|
|
1217
|
+
/**
|
|
1218
|
+
* Sets the maximum percentage of the bar
|
|
1219
|
+
*/
|
|
1220
|
+
maxPercentage?: number;
|
|
1221
|
+
/**
|
|
1222
|
+
* Sets the maximum height of the bar
|
|
1223
|
+
*/
|
|
1224
|
+
maxHeight?: number;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
declare const BarChart: React$1.FC<IBarChart>;
|
|
1228
|
+
|
|
1206
1229
|
declare const ShareIcons: {
|
|
1207
1230
|
Facebook: {
|
|
1208
1231
|
icon: any;
|
|
@@ -1399,7 +1422,7 @@ interface IBrandMenu {
|
|
|
1399
1422
|
|
|
1400
1423
|
declare const BrandsMenuMobile: React$1.FC<IBrandMenu>;
|
|
1401
1424
|
|
|
1402
|
-
declare const _default$
|
|
1425
|
+
declare const _default$3: React$1.FC<IBrandMenu>;
|
|
1403
1426
|
|
|
1404
1427
|
interface IBreadcrumbs {
|
|
1405
1428
|
homeUrl: string;
|
|
@@ -2862,7 +2885,7 @@ interface IModal {
|
|
|
2862
2885
|
declare type IModalTitle = React.HTMLAttributes<HTMLHeadingElement>;
|
|
2863
2886
|
declare type IModalDescription = React.HTMLAttributes<HTMLParagraphElement>;
|
|
2864
2887
|
|
|
2865
|
-
declare const _default$
|
|
2888
|
+
declare const _default$2: React$1.FC<IModal> & {
|
|
2866
2889
|
Title: React$1.FC<IModalTitle>;
|
|
2867
2890
|
Description: React$1.FC<IModalDescription>;
|
|
2868
2891
|
};
|
|
@@ -3148,7 +3171,7 @@ interface ISortMenu {
|
|
|
3148
3171
|
loading: boolean;
|
|
3149
3172
|
}
|
|
3150
3173
|
|
|
3151
|
-
declare const _default: React$1.FC<ISortMenu>;
|
|
3174
|
+
declare const _default$1: React$1.FC<ISortMenu>;
|
|
3152
3175
|
|
|
3153
3176
|
interface ITab {
|
|
3154
3177
|
children: React.ReactNode;
|
|
@@ -4861,6 +4884,78 @@ declare const AlertsPanel: React$1.FC<IAlertsPanel> & {
|
|
|
4861
4884
|
Item: React$1.FC<IAlertsPanel.Item>;
|
|
4862
4885
|
};
|
|
4863
4886
|
|
|
4887
|
+
interface ICategoryMenuCard {
|
|
4888
|
+
/**
|
|
4889
|
+
* This is the category name
|
|
4890
|
+
* */
|
|
4891
|
+
name: string;
|
|
4892
|
+
/**
|
|
4893
|
+
* You can switch between logo and icon
|
|
4894
|
+
* */
|
|
4895
|
+
icon?: string;
|
|
4896
|
+
/**
|
|
4897
|
+
* Onclick callback
|
|
4898
|
+
* */
|
|
4899
|
+
onClick?: () => void;
|
|
4900
|
+
/**
|
|
4901
|
+
* not setting this property is specific to the component
|
|
4902
|
+
* */
|
|
4903
|
+
clickOut?: boolean;
|
|
4904
|
+
/**
|
|
4905
|
+
* not setting this property is specific to the component
|
|
4906
|
+
* */
|
|
4907
|
+
setClickOut?: React.Dispatch<React.SetStateAction<boolean>>;
|
|
4908
|
+
/**
|
|
4909
|
+
* This is the item list to render
|
|
4910
|
+
* */
|
|
4911
|
+
list: ICategoryField[];
|
|
4912
|
+
/**
|
|
4913
|
+
* Url to redirect
|
|
4914
|
+
* */
|
|
4915
|
+
href: string;
|
|
4916
|
+
/**
|
|
4917
|
+
* See more button text
|
|
4918
|
+
* */
|
|
4919
|
+
seeAllText: string;
|
|
4920
|
+
}
|
|
4921
|
+
interface ICategoryField {
|
|
4922
|
+
/**
|
|
4923
|
+
* This is the field id
|
|
4924
|
+
* */
|
|
4925
|
+
id: string | number;
|
|
4926
|
+
/**
|
|
4927
|
+
* This is the field name
|
|
4928
|
+
* */
|
|
4929
|
+
name: string;
|
|
4930
|
+
/**
|
|
4931
|
+
* Url to redirect
|
|
4932
|
+
* */
|
|
4933
|
+
href: string;
|
|
4934
|
+
/**
|
|
4935
|
+
* Onclick callback
|
|
4936
|
+
* */
|
|
4937
|
+
onClick?: () => void;
|
|
4938
|
+
}
|
|
4939
|
+
|
|
4940
|
+
declare const _default: React$1.FC<ICategoryMenuCard>;
|
|
4941
|
+
|
|
4942
|
+
interface ICategoryGrid<T> {
|
|
4943
|
+
/**
|
|
4944
|
+
* This is the elements list to render
|
|
4945
|
+
* */
|
|
4946
|
+
elements: T[];
|
|
4947
|
+
/**
|
|
4948
|
+
* This is the component to render dynamically
|
|
4949
|
+
* */
|
|
4950
|
+
render: React.FC<T>;
|
|
4951
|
+
/**
|
|
4952
|
+
* Number of columns to render
|
|
4953
|
+
* */
|
|
4954
|
+
columnsNumber?: number;
|
|
4955
|
+
}
|
|
4956
|
+
|
|
4957
|
+
declare const CategoryGrid: <T>({ elements, render: Component, columnsNumber }: ICategoryGrid<T>) => JSX.Element;
|
|
4958
|
+
|
|
4864
4959
|
interface IMenuUser {
|
|
4865
4960
|
/**
|
|
4866
4961
|
* menu items props
|
|
@@ -5429,6 +5524,37 @@ declare const AlertJobModal: React$1.FC<IAlertJobModal> & {
|
|
|
5429
5524
|
Button: React$1.FC<IAlertJobModal.Button>;
|
|
5430
5525
|
};
|
|
5431
5526
|
|
|
5527
|
+
interface IBarsChart {
|
|
5528
|
+
/**
|
|
5529
|
+
* Array of bar chart data objects
|
|
5530
|
+
*/
|
|
5531
|
+
data: IBarChart$1[];
|
|
5532
|
+
/**
|
|
5533
|
+
* Represents the mean value to be displayed
|
|
5534
|
+
*/
|
|
5535
|
+
mean: number;
|
|
5536
|
+
/**
|
|
5537
|
+
* Text labels used in the chart
|
|
5538
|
+
*/
|
|
5539
|
+
texts: IBarsChartText;
|
|
5540
|
+
}
|
|
5541
|
+
interface IBarsChartText {
|
|
5542
|
+
/**
|
|
5543
|
+
* Label for jobs description
|
|
5544
|
+
*/
|
|
5545
|
+
jobs: string;
|
|
5546
|
+
/**
|
|
5547
|
+
* Label for mean value
|
|
5548
|
+
*/
|
|
5549
|
+
mean: string;
|
|
5550
|
+
/**
|
|
5551
|
+
* Label for month value
|
|
5552
|
+
*/
|
|
5553
|
+
month: string;
|
|
5554
|
+
}
|
|
5555
|
+
|
|
5556
|
+
declare const BarsChart: React$1.FC<IBarsChart>;
|
|
5557
|
+
|
|
5432
5558
|
interface IJobsPage {
|
|
5433
5559
|
/**
|
|
5434
5560
|
* Props for the filter bottom header section.
|
|
@@ -5969,6 +6095,39 @@ declare const MegaMenu: React$1.FC<IMegaMenuContext & IMegaMenu> & {
|
|
|
5969
6095
|
}>;
|
|
5970
6096
|
};
|
|
5971
6097
|
|
|
6098
|
+
interface IVacantPositions {
|
|
6099
|
+
/**
|
|
6100
|
+
* This is the title H1
|
|
6101
|
+
* */
|
|
6102
|
+
title?: string;
|
|
6103
|
+
/**
|
|
6104
|
+
* This is the title H2
|
|
6105
|
+
* */
|
|
6106
|
+
subtitle?: string;
|
|
6107
|
+
/**
|
|
6108
|
+
* Banner to render dynamically
|
|
6109
|
+
* */
|
|
6110
|
+
banner?: React.ReactNode;
|
|
6111
|
+
/**
|
|
6112
|
+
* Props used by the AlphabetFilter component
|
|
6113
|
+
* */
|
|
6114
|
+
filterProps?: IAlphabetFilter$1;
|
|
6115
|
+
/**
|
|
6116
|
+
* Props used by the back button
|
|
6117
|
+
* */
|
|
6118
|
+
backButtonProps?: IButtonLink$1;
|
|
6119
|
+
/**
|
|
6120
|
+
* Props used by the view more button
|
|
6121
|
+
* */
|
|
6122
|
+
viewMoreProps?: IButtonLink$1;
|
|
6123
|
+
/**
|
|
6124
|
+
* component that can be received dynamically as a children
|
|
6125
|
+
* */
|
|
6126
|
+
children?: React.ReactNode;
|
|
6127
|
+
}
|
|
6128
|
+
|
|
6129
|
+
declare const VacantPositions: React$1.FC<IVacantPositions>;
|
|
6130
|
+
|
|
5972
6131
|
declare const withClickOut: <T>(WrappedComponent: React$1.FC<T>) => React$1.FC<T>;
|
|
5973
6132
|
|
|
5974
6133
|
declare const withMegaMenuSideCards: <T>(WrappedComponent: React$1.FC<T>) => React$1.FC<{
|
|
@@ -5978,4 +6137,4 @@ declare const withMegaMenuSideCards: <T>(WrappedComponent: React$1.FC<T>) => Rea
|
|
|
5978
6137
|
showContent?: boolean | undefined;
|
|
5979
6138
|
}>;
|
|
5980
6139
|
|
|
5981
|
-
export { Actions, Alert, AlertJobModal, AlertJobStatus, AlertJobStatusContainer, AlertJobStatusIcon, AlertsPanel, AlphabetFilter, AnalystTemplate, ApplicationButton, ApplicationSubtitle, ApplicationSummary, ApplicationText, ApplicationTitle, Avatar, Badge, BarLoader, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$
|
|
6140
|
+
export { Actions, Alert, AlertJobModal, AlertJobStatus, AlertJobStatusContainer, AlertJobStatusIcon, AlertsPanel, AlphabetFilter, AnalystTemplate, ApplicationButton, ApplicationSubtitle, ApplicationSummary, ApplicationText, ApplicationTitle, Avatar, Badge, BarChart, BarLoader, BarsChart, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$3 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, ButtonLink, CategoryGrid, _default as CategoryMenuCard, Checkbox, CitiesDetailDrawer, ComparativeCounter, ComponentProps, CreateAccountCTA, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, DotsLoader, 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, IAlertsPanel, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, IButtonLink, ICardsRef, ICategoryField, ICategoryGrid, ICategoryMenuCard, 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, IHeaderAnalyst, 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, ILogoAnalyst, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuDrawer, IMegaMenuDrawerItem, IMegaMenuDrawerItemContent, IMegaMenuEmpty, IMegaMenuSideCards, 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, INotification, 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, IVacantPositions, 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, MegaMenuEmpty, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuSideCards, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$2 as Modal, ModalAnalyst, ModalResponsive, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, Notification, 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$1 as SortMenu, SuggestedJobsPage, Switch, TExpandableInfoSize, TExpandableInfoVariant, TMessageType, TToggleButtonList, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, TextCustom, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, ToggleButtonList, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, VacantPositions, useMediaQuery, withClickOut, withMegaMenuSideCards };
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m450.201 407.453c-1.505-.977-12.832-8.912-24.174-32.917-20.829-44.082-25.201-106.18-25.201-150.511 0-.193-.004-.384-.011-.576-.227-58.589-35.31-109.095-85.514-131.756v-34.657c0-31.45-25.544-57.036-56.942-57.036h-4.719c-31.398 0-56.942 25.586-56.942 57.036v34.655c-50.372 22.734-85.525 73.498-85.525 132.334 0 44.331-4.372 106.428-25.201 150.511-11.341 24.004-22.668 31.939-24.174 32.917-6.342 2.935-9.469 9.715-8.01 16.586 1.473 6.939 7.959 11.723 15.042 11.723h109.947c.614 42.141 35.008 76.238 77.223 76.238s76.609-34.097 77.223-76.238h109.947c7.082 0 13.569-4.784 15.042-11.723 1.457-6.871-1.669-13.652-8.011-16.586zm-223.502-350.417c0-14.881 12.086-26.987 26.942-26.987h4.719c14.856 0 26.942 12.106 26.942 26.987v24.917c-9.468-1.957-19.269-2.987-29.306-2.987-10.034 0-19.832 1.029-29.296 2.984v-24.914zm29.301 424.915c-25.673 0-46.614-20.617-47.223-46.188h94.445c-.608 25.57-21.549 46.188-47.222 46.188zm60.4-76.239c-.003 0-213.385 0-213.385 0 2.595-4.044 5.236-8.623 7.861-13.798 20.104-39.643 30.298-96.129 30.298-167.889 0-63.417 51.509-115.01 114.821-115.01s114.821 51.593 114.821 115.06c0 .185.003.369.01.553.057 71.472 10.25 127.755 30.298 167.286 2.625 5.176 5.267 9.754 7.861 13.798z"/></svg>
|