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
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export interface IBarChart {
|
|
2
|
+
/**
|
|
3
|
+
* Sets the range of the bar
|
|
4
|
+
*/
|
|
5
|
+
bin: number[];
|
|
6
|
+
/**
|
|
7
|
+
* Sets the percentage of the bar
|
|
8
|
+
*/
|
|
9
|
+
heightPercentage: number;
|
|
10
|
+
/**
|
|
11
|
+
* Sets the description text of the bar
|
|
12
|
+
*/
|
|
13
|
+
jobText: string;
|
|
14
|
+
/**
|
|
15
|
+
* Sets the maximum percentage of the bar
|
|
16
|
+
*/
|
|
17
|
+
maxPercentage?: number;
|
|
18
|
+
/**
|
|
19
|
+
* Sets the maximum height of the bar
|
|
20
|
+
*/
|
|
21
|
+
maxHeight?: number;
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './BarChart.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare type TPopoverPosition = 'left' | 'right' | 'center';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { IBarChart } from '@components/UI/atoms/BarChart/BarChart.interface';
|
|
2
|
+
export interface IBarsChart {
|
|
3
|
+
/**
|
|
4
|
+
* Array of bar chart data objects
|
|
5
|
+
*/
|
|
6
|
+
data: IBarChart[];
|
|
7
|
+
/**
|
|
8
|
+
* Represents the mean value to be displayed
|
|
9
|
+
*/
|
|
10
|
+
mean: number;
|
|
11
|
+
/**
|
|
12
|
+
* Text labels used in the chart
|
|
13
|
+
*/
|
|
14
|
+
texts: IBarsChartText;
|
|
15
|
+
}
|
|
16
|
+
export interface IBarsChartText {
|
|
17
|
+
/**
|
|
18
|
+
* Label for jobs description
|
|
19
|
+
*/
|
|
20
|
+
jobs: string;
|
|
21
|
+
/**
|
|
22
|
+
* Label for mean value
|
|
23
|
+
*/
|
|
24
|
+
mean: string;
|
|
25
|
+
/**
|
|
26
|
+
* Label for month value
|
|
27
|
+
*/
|
|
28
|
+
month: string;
|
|
29
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './BarsChart.component';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface ICategoryGrid<T> {
|
|
3
|
+
/**
|
|
4
|
+
* This is the elements list to render
|
|
5
|
+
* */
|
|
6
|
+
elements: T[];
|
|
7
|
+
/**
|
|
8
|
+
* This is the component to render dynamically
|
|
9
|
+
* */
|
|
10
|
+
render: React.FC<T>;
|
|
11
|
+
/**
|
|
12
|
+
* Number of columns to render
|
|
13
|
+
* */
|
|
14
|
+
columnsNumber?: number;
|
|
15
|
+
}
|
package/dist/esm/types/components/UI/organism/CategoryMenuCard/CategoryMenuCard.interface.d.ts
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface ICategoryMenuCard {
|
|
3
|
+
/**
|
|
4
|
+
* This is the category name
|
|
5
|
+
* */
|
|
6
|
+
name: string;
|
|
7
|
+
/**
|
|
8
|
+
* You can switch between logo and icon
|
|
9
|
+
* */
|
|
10
|
+
icon?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Onclick callback
|
|
13
|
+
* */
|
|
14
|
+
onClick?: () => void;
|
|
15
|
+
/**
|
|
16
|
+
* not setting this property is specific to the component
|
|
17
|
+
* */
|
|
18
|
+
clickOut?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* not setting this property is specific to the component
|
|
21
|
+
* */
|
|
22
|
+
setClickOut?: React.Dispatch<React.SetStateAction<boolean>>;
|
|
23
|
+
/**
|
|
24
|
+
* This is the item list to render
|
|
25
|
+
* */
|
|
26
|
+
list: ICategoryField[];
|
|
27
|
+
/**
|
|
28
|
+
* Url to redirect
|
|
29
|
+
* */
|
|
30
|
+
href: string;
|
|
31
|
+
/**
|
|
32
|
+
* See more button text
|
|
33
|
+
* */
|
|
34
|
+
seeAllText: string;
|
|
35
|
+
}
|
|
36
|
+
export interface ICategoryField {
|
|
37
|
+
/**
|
|
38
|
+
* This is the field id
|
|
39
|
+
* */
|
|
40
|
+
id: string | number;
|
|
41
|
+
/**
|
|
42
|
+
* This is the field name
|
|
43
|
+
* */
|
|
44
|
+
name: string;
|
|
45
|
+
/**
|
|
46
|
+
* Url to redirect
|
|
47
|
+
* */
|
|
48
|
+
href: string;
|
|
49
|
+
/**
|
|
50
|
+
* Onclick callback
|
|
51
|
+
* */
|
|
52
|
+
onClick?: () => void;
|
|
53
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ICategoryField } from '../../CategoryMenuCard.interface';
|
|
2
|
+
export interface ICategoryMenuList {
|
|
3
|
+
/**
|
|
4
|
+
* list of all options
|
|
5
|
+
* */
|
|
6
|
+
list: ICategoryField[];
|
|
7
|
+
/**
|
|
8
|
+
* The list is open
|
|
9
|
+
* */
|
|
10
|
+
isOpen?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Onclick callback
|
|
13
|
+
* */
|
|
14
|
+
onClick?: () => void;
|
|
15
|
+
/**
|
|
16
|
+
* See all text
|
|
17
|
+
* */
|
|
18
|
+
seeAllText: string;
|
|
19
|
+
/**
|
|
20
|
+
* Url to redirect
|
|
21
|
+
* */
|
|
22
|
+
href: string;
|
|
23
|
+
}
|
package/dist/esm/types/components/UI/template/VacantPositionsTemplate/VacantPositions.interface.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IButtonLink } from '@components/UI/atoms';
|
|
3
|
+
import { IAlphabetFilter } from '@components/UI/organism/AlphabetFilter/AlphabetFilter.interface';
|
|
4
|
+
export interface IVacantPositions {
|
|
5
|
+
/**
|
|
6
|
+
* This is the title H1
|
|
7
|
+
* */
|
|
8
|
+
title?: string;
|
|
9
|
+
/**
|
|
10
|
+
* This is the title H2
|
|
11
|
+
* */
|
|
12
|
+
subtitle?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Banner to render dynamically
|
|
15
|
+
* */
|
|
16
|
+
banner?: React.ReactNode;
|
|
17
|
+
/**
|
|
18
|
+
* Props used by the AlphabetFilter component
|
|
19
|
+
* */
|
|
20
|
+
filterProps?: IAlphabetFilter;
|
|
21
|
+
/**
|
|
22
|
+
* Props used by the back button
|
|
23
|
+
* */
|
|
24
|
+
backButtonProps?: IButtonLink;
|
|
25
|
+
/**
|
|
26
|
+
* Props used by the view more button
|
|
27
|
+
* */
|
|
28
|
+
viewMoreProps?: IButtonLink;
|
|
29
|
+
/**
|
|
30
|
+
* component that can be received dynamically as a children
|
|
31
|
+
* */
|
|
32
|
+
children?: React.ReactNode;
|
|
33
|
+
}
|
|
@@ -26,6 +26,9 @@ export { default as BriefcaseBlueBold } from '../assets/briefcaseBlueBold.svg';
|
|
|
26
26
|
export { default as BriefcaseWhiteOutline } from '../assets/briefcaseWhiteOutline.svg';
|
|
27
27
|
export { default as BrifecaseTick } from '../assets/BrifecaseTick.svg';
|
|
28
28
|
export { default as Broom } from '../assets/Broom.svg';
|
|
29
|
+
export { default as Book1 } from '../assets/book-1.svg';
|
|
30
|
+
export { default as Box } from '../assets/programatic/box.svg';
|
|
31
|
+
export { default as Brush2 } from '../assets/programatic/brush-2.svg';
|
|
29
32
|
export { default as BuildingSlashBlackOutline } from '../assets/buildingSlashDarkBlueOutline.svg';
|
|
30
33
|
export { default as BuildingWhite } from '../assets/buildingWhite.svg';
|
|
31
34
|
export { default as Buildings2 } from '../assets/Buildings2.svg';
|
|
@@ -39,7 +42,9 @@ export { default as Close } from '../assets/Close.svg';
|
|
|
39
42
|
export { default as CloseCircle } from '../assets/closeCircle.svg';
|
|
40
43
|
export { default as CloseCircleRedBold } from '../assets/closeCircleRedBold.svg';
|
|
41
44
|
export { default as CoinBlackOutline } from '../assets/coinBlackOutline.svg';
|
|
45
|
+
export { default as Computing } from '../assets/programatic/computing.svg';
|
|
42
46
|
export { default as Danger } from '../assets/danger.svg';
|
|
47
|
+
export { default as Device1 } from '../assets/programatic/devices-1.svg';
|
|
43
48
|
export { default as DocTextBlueBold } from '../assets/docTextBlueBold.svg';
|
|
44
49
|
export { default as DocTextWhiteOutline } from '../assets/docTextWhiteOutline.svg';
|
|
45
50
|
export { default as DocumentForward } from '../assets/document-forward.svg';
|
|
@@ -58,6 +63,7 @@ export { default as Facebook } from '../assets/Facebook.svg';
|
|
|
58
63
|
export { default as FacebookBlue } from '../assets/Facebook2.svg';
|
|
59
64
|
export { default as FacebookDark } from '../assets/Facebook1.svg';
|
|
60
65
|
export { default as FacebookSolid } from '../assets/FacebookSolid.svg';
|
|
66
|
+
export { default as Glass } from '../assets/programatic/glass.svg';
|
|
61
67
|
export { default as GooglePlay } from '../assets/google-play.svg';
|
|
62
68
|
export { default as GridBlueBold } from '../assets/gridBlueBold.svg';
|
|
63
69
|
export { default as GridWhiteOutline } from '../assets/gridWhiteOutline.svg';
|
|
@@ -68,6 +74,7 @@ export { default as Home2 } from '../assets/home.svg';
|
|
|
68
74
|
export { default as HomeBlueBold } from '../assets/homeBlueBold.svg';
|
|
69
75
|
export { default as HomeUnderline } from '../assets/homeUnderline.svg';
|
|
70
76
|
export { default as HomeWhiteOutline } from '../assets/homeWhiteOutline.svg';
|
|
77
|
+
export { default as Hospital } from '../assets/programatic/hospital.svg';
|
|
71
78
|
export { default as ImageBlueBold } from '../assets/imageBlueBold.svg';
|
|
72
79
|
export { default as ImageWhiteOutline } from '../assets/imageWhiteOutline.svg';
|
|
73
80
|
export { default as Info } from '../assets/info.svg';
|
|
@@ -76,6 +83,7 @@ export { default as Instagram } from '../assets/Instagram.svg';
|
|
|
76
83
|
export { default as InstagramSolid } from '../assets/InstagramSolid.svg';
|
|
77
84
|
export { default as IsoLogoMagneto } from '../assets/favicon-m.svg';
|
|
78
85
|
export { default as IsoLogoMagnetoDark } from '../assets/logoMagnetoDarkMobile.svg';
|
|
86
|
+
export { default as Like } from '../assets/programatic/like-shapes.svg';
|
|
79
87
|
export { default as Link } from '../assets/Link.svg';
|
|
80
88
|
export { default as Link1 } from '../assets/Link1.svg';
|
|
81
89
|
export { default as LinkDark } from '../assets/Link21.svg';
|
|
@@ -98,6 +106,7 @@ export { default as Messages2BlackOutline } from '../assets/messages2BlackOutlin
|
|
|
98
106
|
export { default as MinTrabajo } from '../assets/logo-SPE-2024.svg';
|
|
99
107
|
export { default as MiniArrowGrayDown } from '../assets/miniArrowGrayDown.svg';
|
|
100
108
|
export { default as MiniArrowGrayUp } from '../assets/miniArrowGrayUp.svg';
|
|
109
|
+
export { default as Message } from '../assets/programatic/device-message.svg';
|
|
101
110
|
export { default as Mobile } from '../assets/Mobile.svg';
|
|
102
111
|
export { default as More } from '../assets/More1.svg';
|
|
103
112
|
export { default as MouseCircleBlackOutline } from '../assets/mouseCircleDarkBlueOutline.svg';
|
|
@@ -108,12 +117,14 @@ export { default as PeopleBlueBold } from '../assets/peopleBlueBold.svg';
|
|
|
108
117
|
export { default as PeopleWhiteOutline } from '../assets/peopleWhiteOutline.svg';
|
|
109
118
|
export { default as ProfileAdd } from '../assets/ProfileAdd.svg';
|
|
110
119
|
export { default as QuestionCircle } from '../assets/question-cirlce.svg';
|
|
120
|
+
export { default as Ranking } from '../assets/programatic/ranking-1.svg';
|
|
111
121
|
export { default as RedoDarkBlue } from '../assets/redoDarkBlue.svg';
|
|
112
122
|
export { default as Refresh } from '../assets/Refresh.svg';
|
|
113
123
|
export { default as SMSBlue } from '../assets/SMS.svg';
|
|
114
124
|
export { default as SearchIcon } from '../assets/SearchNormal1Gray.svg';
|
|
115
125
|
export { default as SearchNormal1 } from '../assets/SearchNormal1.svg';
|
|
116
126
|
export { default as Security } from '../assets/security.svg';
|
|
127
|
+
export { default as Setting } from '../assets/programatic/setting.svg';
|
|
117
128
|
export { default as Setting2 } from '../assets/Setting2.svg';
|
|
118
129
|
export { default as Setting4 } from '../assets/Setting4.svg';
|
|
119
130
|
export { default as SettingBlueBold } from '../assets/settingBlueBold.svg';
|
|
@@ -125,6 +136,7 @@ export { default as SmallClose } from '../assets/SmallClose.svg';
|
|
|
125
136
|
export { default as SpinnerWhite } from '../assets/SpinnerWhite.svg';
|
|
126
137
|
export { default as Success } from '../assets/success.svg';
|
|
127
138
|
export { default as SuggestedJobs } from '../assets/suggested-jobs.svg';
|
|
139
|
+
export { default as Sun } from '../assets/programatic/sun-fog.svg';
|
|
128
140
|
export { default as Tag } from '../assets/tag.svg';
|
|
129
141
|
export { default as TaskBlueBold } from '../assets/taskBlueBold.svg';
|
|
130
142
|
export { default as TaskSquare } from '../assets/TaskSquare.svg';
|
|
@@ -133,6 +145,7 @@ export { default as TickCircleGreenBold } from '../assets/tickCircleGreenBold.sv
|
|
|
133
145
|
export { default as Tiktok } from '../assets/Tiktok.svg';
|
|
134
146
|
export { default as TiktokSolid } from '../assets/TiktokSolid.svg';
|
|
135
147
|
export { default as Trash } from '../assets/trash.svg';
|
|
148
|
+
export { default as Tree } from '../assets/programatic/tree.svg';
|
|
136
149
|
export { default as TwitterBlue } from '../assets/Twitter2.svg';
|
|
137
150
|
export { default as TwitterDark } from '../assets/Twitter1.svg';
|
|
138
151
|
export { default as Urgent } from '../assets/Urgent.svg';
|
|
@@ -143,6 +156,7 @@ export { default as UserRoundedGray } from '../assets/userRoundedGray.svg';
|
|
|
143
156
|
export { default as UserSearchBlueBold } from '../assets/userSearchBlueBold.svg';
|
|
144
157
|
export { default as UserSearchWhiteOutline } from '../assets/userSearchWhiteOutline.svg';
|
|
145
158
|
export { default as UserTick } from '../assets/user-tick.svg';
|
|
159
|
+
export { default as Video1 } from '../assets/programatic/video.svg';
|
|
146
160
|
export { default as Warning } from '../assets/warning.svg';
|
|
147
161
|
export { default as Warning3D } from '../assets/warning-3d.svg';
|
|
148
162
|
export { default as WarningHex } from '../assets/warning-hex.svg';
|
|
@@ -152,4 +166,3 @@ export { default as WhatsAppDark } from '../assets/Whatsapp.svg';
|
|
|
152
166
|
export { default as X } from '../assets/X.svg';
|
|
153
167
|
export { default as Youtube } from '../assets/Youtube.svg';
|
|
154
168
|
export { default as YoutubeSolid } from '../assets/YoutubeSolid.svg';
|
|
155
|
-
export { default as Bell } from '../assets/bell.svg';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { IBreadcrumbs, IUserAnalyst, IUserMenuWrapperAnalystProps } from '@components/UI/molecules';
|
|
2
2
|
import { IHeaderAnalyst, INavMenuAnalystProps, IModalAnalystProps } from '@components/UI/organism';
|
|
3
|
-
import { ILinkProps } from '@components/UI/atoms';
|
|
3
|
+
import { IMainButton, ILinkProps } from '@components/UI/atoms';
|
|
4
4
|
import { IAnalystTemplateProps } from '@components/UI/template';
|
|
5
|
+
export declare const MenuButtonAnalystProps: IMainButton;
|
|
5
6
|
export declare const BreadCrumbAnalystProps: IBreadcrumbs;
|
|
6
7
|
export declare const UserAnalystProps: IUserAnalyst;
|
|
7
8
|
export declare const UserNotificationProps: ILinkProps;
|
|
@@ -18,4 +18,3 @@ export declare const SignInStyles: {
|
|
|
18
18
|
export declare const SignUpButtonStyle: IMainButton;
|
|
19
19
|
export declare const UserMenuButtonAnalystProps: IUserMenuButtonAnalystProps;
|
|
20
20
|
export declare const MenuDropdownProps: IMenuDropdownProps;
|
|
21
|
-
export declare const MenuButtonAnalystProps: IMainButton;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from './DatePicker.constants';
|
|
2
2
|
export * from './Image.constants';
|
|
3
|
+
export * from './analyst.constants';
|
|
3
4
|
export * from './citiesDrawer.constant';
|
|
4
5
|
export * from './common.constants';
|
|
5
6
|
export * from './drawer.constants';
|
|
@@ -23,3 +24,4 @@ export * from './similarCard.constants';
|
|
|
23
24
|
export * from './jobSuggestedDrawer.constants';
|
|
24
25
|
export * from './notification.constants';
|
|
25
26
|
export * from './alertsPanel.constants';
|
|
27
|
+
export * from './vacantPositionsCategory.constants';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { IButtonLink } from '@components/UI/atoms';
|
|
2
|
+
import { IBarsChart } from '@components/UI/molecules/BarsChart/BarsChart.interface';
|
|
3
|
+
import { ICategoryMenuCard } from '@components/UI/organism';
|
|
4
|
+
import { IVacantPositions } from '@components/UI/template';
|
|
5
|
+
export declare const categoriesData: ICategoryMenuCard[];
|
|
6
|
+
export declare const vacantPositionsSearchList: IButtonLink[];
|
|
7
|
+
export declare const programaticIcons: {
|
|
8
|
+
'oficios-varios-aseo-seguridad': any;
|
|
9
|
+
'manufactura-produccion-operativos': any;
|
|
10
|
+
'construccion-oficios-artesanias': any;
|
|
11
|
+
'tecnicos-reparaciones-mantenimiento': any;
|
|
12
|
+
'ventas-servicio-cliente-marketing': any;
|
|
13
|
+
'medios-arte-produccion-audiovisual': any;
|
|
14
|
+
'direccion-gerencia': any;
|
|
15
|
+
'profesionales-consultorias-servicios': any;
|
|
16
|
+
'informatica-tecnologia-sistemas': any;
|
|
17
|
+
ingenieria: any;
|
|
18
|
+
'agricultura-recursos-naturales': any;
|
|
19
|
+
'educacion-formacion-docencia': any;
|
|
20
|
+
'salud-medicina': any;
|
|
21
|
+
'ciencia-investigacion': any;
|
|
22
|
+
'hoteleria-turismo-gastronomia': any;
|
|
23
|
+
};
|
|
24
|
+
export declare const vacantPositionsData: IVacantPositions;
|
|
25
|
+
export declare const BarsChartData: IBarsChart;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const numberToCurrency: (currency: number) => string;
|
|
@@ -7,8 +7,8 @@ export declare class DateArray {
|
|
|
7
7
|
private fromArray;
|
|
8
8
|
private setRaw;
|
|
9
9
|
private getMonth;
|
|
10
|
-
getArray():
|
|
10
|
+
getArray(): number[] | string[];
|
|
11
11
|
setArray(array: string[] | number[]): this;
|
|
12
12
|
fixMonth(): this;
|
|
13
13
|
}
|
|
14
|
-
export declare const fixArrayDate: (array: string[] | number[]) =>
|
|
14
|
+
export declare const fixArrayDate: (array: string[] | number[]) => number[] | string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const getIcon: (iconsObject: Record<string, any>, iconName?: string | undefined) => any;
|