magneto365.ui 2.40.3 → 2.43.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.
Files changed (121) hide show
  1. package/dist/assets/26163b1c4adfad74.svg +16 -0
  2. package/dist/assets/6fb8b692c5ce240a.svg +3 -0
  3. package/dist/assets/8700e9c7eda0bc6f.svg +3 -0
  4. package/dist/assets/b0d4cd86c4b553f3.svg +21 -0
  5. package/dist/assets/cc2f903ba305015e.svg +3 -0
  6. package/dist/assets/cdcc07646d43bd9d.svg +3 -0
  7. package/dist/assets/e064bafd7de57824.svg +5 -0
  8. package/dist/assets/megaMenu/14f2e9ea75f9244c.svg +17 -0
  9. package/dist/assets/megaMenu/2600ab74b02be7ea.svg +8 -0
  10. package/dist/assets/megaMenu/5b59e346125572c7.svg +4 -0
  11. package/dist/assets/megaMenu/7855ac49a69a220e.svg +8 -0
  12. package/dist/assets/megaMenu/800855989d470852.svg +7 -0
  13. package/dist/assets/megaMenu/83619cd8a5e97a2a.svg +17 -0
  14. package/dist/assets/megaMenu/af4dc39b4006012b.svg +7 -0
  15. package/dist/assets/megaMenu/e497f8765ff19dd1.svg +4 -0
  16. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  17. package/dist/cjs/index.js +1342 -952
  18. package/dist/cjs/index.js.map +1 -1
  19. package/dist/cjs/types/components/UI/atoms/Button/Button.component.d.ts +6 -0
  20. package/dist/cjs/types/components/UI/atoms/Button/Button.interface.d.ts +36 -0
  21. package/dist/cjs/types/components/UI/atoms/Button/index.d.ts +2 -0
  22. package/dist/cjs/types/components/UI/atoms/ButtonLink/ButtonLink.component.d.ts +6 -0
  23. package/dist/cjs/types/components/UI/atoms/ButtonLink/ButtonLink.interface.d.ts +39 -0
  24. package/dist/cjs/types/components/UI/atoms/ButtonLink/index.d.ts +2 -0
  25. package/dist/cjs/types/components/UI/atoms/Divider/Divider.component.d.ts +2 -1
  26. package/dist/cjs/types/components/UI/atoms/Divider/Divider.interface.d.ts +4 -0
  27. package/dist/cjs/types/components/UI/atoms/Image/Image.interface.d.ts +1 -0
  28. package/dist/cjs/types/components/UI/atoms/MegaMenuTab/MegaMenuTab.component.d.ts +4 -0
  29. package/dist/cjs/types/components/UI/atoms/MegaMenuTab/MegaMenuTab.interface.d.ts +5 -0
  30. package/dist/cjs/types/components/UI/atoms/MegaMenuTab/index.d.ts +2 -0
  31. package/dist/cjs/types/components/UI/atoms/SearchItem/SearchItem.interface.d.ts +8 -0
  32. package/dist/cjs/types/components/UI/atoms/index.d.ts +2 -0
  33. package/dist/cjs/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.component.d.ts +4 -0
  34. package/dist/cjs/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.interface.d.ts +38 -0
  35. package/dist/cjs/types/components/UI/molecules/MegaMenuCard/index.d.ts +2 -0
  36. package/dist/cjs/types/components/UI/molecules/MegaMenuCards/MegaMenuCards.component.d.ts +4 -0
  37. package/dist/cjs/types/components/UI/molecules/MegaMenuCards/MegaMenuCards.interface.d.ts +9 -0
  38. package/dist/cjs/types/components/UI/molecules/MegaMenuCards/index.d.ts +2 -0
  39. package/dist/cjs/types/components/UI/molecules/MegaMenuJobsTabs/MegaMenuJobsTabs.component.d.ts +3 -0
  40. package/dist/cjs/types/components/UI/molecules/MegaMenuJobsTabs/index.d.ts +1 -0
  41. package/dist/cjs/types/components/UI/molecules/MegaMenuPopover/MegaMenuPopover.component.d.ts +3 -0
  42. package/dist/cjs/types/components/UI/molecules/MegaMenuPopover/index.d.ts +1 -0
  43. package/dist/cjs/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.component.d.ts +4 -0
  44. package/dist/cjs/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +7 -0
  45. package/dist/cjs/types/components/UI/molecules/MegaMenuSideCards/index.d.ts +1 -0
  46. package/dist/cjs/types/components/UI/molecules/MegaMenuSocialTabs/MegaMenuTabs.component.d.ts +3 -0
  47. package/dist/cjs/types/components/UI/molecules/MegaMenuSocialTabs/index.d.ts +1 -0
  48. package/dist/cjs/types/components/UI/molecules/index.d.ts +4 -0
  49. package/dist/cjs/types/components/UI/organism/MegaMenuMainHeader/MegaMenuMainHeader.component.d.ts +2 -0
  50. package/dist/cjs/types/components/UI/organism/MegaMenuMainHeader/index.d.ts +1 -0
  51. package/dist/cjs/types/components/UI/organism/MegaMenuSocialHeader/MegaMenuSocialHeader.component.d.ts +2 -0
  52. package/dist/cjs/types/components/UI/organism/MegaMenuSocialHeader/index.d.ts +1 -0
  53. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenu.component.d.ts +11 -0
  54. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenu.context.d.ts +7 -0
  55. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenu.interface.d.ts +4 -0
  56. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +46 -0
  57. package/dist/cjs/types/components/UI/template/MegaMenu/index.d.ts +2 -0
  58. package/dist/cjs/types/components/UI/template/index.d.ts +1 -0
  59. package/dist/cjs/types/components/hoc/index.d.ts +1 -0
  60. package/dist/cjs/types/components/hoc/megaMenu/withContainer.d.ts +7 -0
  61. package/dist/cjs/types/constants/icons.constants.d.ts +7 -0
  62. package/dist/cjs/types/constants/megaMenu.constants.d.ts +8 -0
  63. package/dist/cjs/types/constants/stories/drawer.constants.d.ts +1 -0
  64. package/dist/cjs/types/constants/stories/index.d.ts +1 -0
  65. package/dist/cjs/types/constants/stories/megaMenu.constants.d.ts +25 -0
  66. package/dist/cjs/types/index.d.ts +1 -0
  67. package/dist/cjs/types/utils/date/dateInput.util.d.ts +14 -0
  68. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  69. package/dist/esm/index.js +1334 -953
  70. package/dist/esm/index.js.map +1 -1
  71. package/dist/esm/types/components/UI/atoms/Button/Button.component.d.ts +6 -0
  72. package/dist/esm/types/components/UI/atoms/Button/Button.interface.d.ts +36 -0
  73. package/dist/esm/types/components/UI/atoms/Button/index.d.ts +2 -0
  74. package/dist/esm/types/components/UI/atoms/ButtonLink/ButtonLink.component.d.ts +6 -0
  75. package/dist/esm/types/components/UI/atoms/ButtonLink/ButtonLink.interface.d.ts +39 -0
  76. package/dist/esm/types/components/UI/atoms/ButtonLink/index.d.ts +2 -0
  77. package/dist/esm/types/components/UI/atoms/Divider/Divider.component.d.ts +2 -1
  78. package/dist/esm/types/components/UI/atoms/Divider/Divider.interface.d.ts +4 -0
  79. package/dist/esm/types/components/UI/atoms/Image/Image.interface.d.ts +1 -0
  80. package/dist/esm/types/components/UI/atoms/MegaMenuTab/MegaMenuTab.component.d.ts +4 -0
  81. package/dist/esm/types/components/UI/atoms/MegaMenuTab/MegaMenuTab.interface.d.ts +5 -0
  82. package/dist/esm/types/components/UI/atoms/MegaMenuTab/index.d.ts +2 -0
  83. package/dist/esm/types/components/UI/atoms/SearchItem/SearchItem.interface.d.ts +8 -0
  84. package/dist/esm/types/components/UI/atoms/index.d.ts +2 -0
  85. package/dist/esm/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.component.d.ts +4 -0
  86. package/dist/esm/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.interface.d.ts +38 -0
  87. package/dist/esm/types/components/UI/molecules/MegaMenuCard/index.d.ts +2 -0
  88. package/dist/esm/types/components/UI/molecules/MegaMenuCards/MegaMenuCards.component.d.ts +4 -0
  89. package/dist/esm/types/components/UI/molecules/MegaMenuCards/MegaMenuCards.interface.d.ts +9 -0
  90. package/dist/esm/types/components/UI/molecules/MegaMenuCards/index.d.ts +2 -0
  91. package/dist/esm/types/components/UI/molecules/MegaMenuJobsTabs/MegaMenuJobsTabs.component.d.ts +3 -0
  92. package/dist/esm/types/components/UI/molecules/MegaMenuJobsTabs/index.d.ts +1 -0
  93. package/dist/esm/types/components/UI/molecules/MegaMenuPopover/MegaMenuPopover.component.d.ts +3 -0
  94. package/dist/esm/types/components/UI/molecules/MegaMenuPopover/index.d.ts +1 -0
  95. package/dist/esm/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.component.d.ts +4 -0
  96. package/dist/esm/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +7 -0
  97. package/dist/esm/types/components/UI/molecules/MegaMenuSideCards/index.d.ts +1 -0
  98. package/dist/esm/types/components/UI/molecules/MegaMenuSocialTabs/MegaMenuTabs.component.d.ts +3 -0
  99. package/dist/esm/types/components/UI/molecules/MegaMenuSocialTabs/index.d.ts +1 -0
  100. package/dist/esm/types/components/UI/molecules/index.d.ts +4 -0
  101. package/dist/esm/types/components/UI/organism/MegaMenuMainHeader/MegaMenuMainHeader.component.d.ts +2 -0
  102. package/dist/esm/types/components/UI/organism/MegaMenuMainHeader/index.d.ts +1 -0
  103. package/dist/esm/types/components/UI/organism/MegaMenuSocialHeader/MegaMenuSocialHeader.component.d.ts +2 -0
  104. package/dist/esm/types/components/UI/organism/MegaMenuSocialHeader/index.d.ts +1 -0
  105. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenu.component.d.ts +11 -0
  106. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenu.context.d.ts +7 -0
  107. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenu.interface.d.ts +4 -0
  108. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +46 -0
  109. package/dist/esm/types/components/UI/template/MegaMenu/index.d.ts +2 -0
  110. package/dist/esm/types/components/UI/template/index.d.ts +1 -0
  111. package/dist/esm/types/components/hoc/index.d.ts +1 -0
  112. package/dist/esm/types/components/hoc/megaMenu/withContainer.d.ts +7 -0
  113. package/dist/esm/types/constants/icons.constants.d.ts +7 -0
  114. package/dist/esm/types/constants/megaMenu.constants.d.ts +8 -0
  115. package/dist/esm/types/constants/stories/drawer.constants.d.ts +1 -0
  116. package/dist/esm/types/constants/stories/index.d.ts +1 -0
  117. package/dist/esm/types/constants/stories/megaMenu.constants.d.ts +25 -0
  118. package/dist/esm/types/index.d.ts +1 -0
  119. package/dist/esm/types/utils/date/dateInput.util.d.ts +14 -0
  120. package/dist/index.d.ts +197 -4
  121. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,11 +1,13 @@
1
1
  /// <reference types="react" />
2
2
  import React$1, { ChangeEvent, FC, ReactNode, 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, 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, ILinkProps as ILinkProps$1, ILogoComponent as ILogoComponent$1, IMegaMenuCard as IMegaMenuCard$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 } 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 { 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, IUserMenuAnalystProps as IUserMenuAnalystProps$1, IFrequentSearch as IFrequentSearch$1, IPaginationProps as IPaginationProps$1, IEmptyResults as IEmptyResults$2, IJobCard as IJobCard$2 } from '@components/UI/molecules';
8
+ import * as _components_UI_molecules from '@components/UI/molecules';
9
+ import { 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, 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
+ import { IMegaMenuLink as IMegaMenuLink$1 } from '@components/UI/template/MegaMenu/MegaMenuContext.interface';
9
11
  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';
10
12
  import { IListMenuText as IListMenuText$1 } from '@components/UI/molecules/ListMenuText/ListMenuText.interface';
11
13
  import { IJobCompanyHeader as IJobCompanyHeader$1 } from '@components/UI/molecules/JobCompanyHeader';
@@ -26,6 +28,8 @@ import { IMagnetoResolution as IMagnetoResolution$1 } from '@components/UI/molec
26
28
  import { IRightsReservedText as IRightsReservedText$1 } from '@components/UI/molecules/RightsReservedText/RightsReservedText.interface';
27
29
  import { IFooterMenuLinks as IFooterMenuLinks$1 } from '@components/UI/organism/FooterMenuLinks/FooterMenuLinks.interface';
28
30
  import { ERenderType } from '@constants/stories';
31
+ import { IMegaMenuTab as IMegaMenuTab$1 } from '@components/UI/atoms/MegaMenuTab/MegaMenuTab.interface';
32
+ import { IMegaMenuSideCards as IMegaMenuSideCards$1 } from '@components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface';
29
33
 
30
34
  interface IContextAppProvider {
31
35
  children: React.ReactNode;
@@ -177,10 +181,15 @@ interface IDateInput {
177
181
 
178
182
  declare const DateInput: React$1.FC<IDateInput>;
179
183
 
184
+ declare type DIRECTIONS = 'HORIZONTAL' | 'VERTICAL';
185
+ interface IDivider {
186
+ direction?: DIRECTIONS;
187
+ }
188
+
180
189
  /**
181
190
  * Atom UI Divider Component
182
191
  */
183
- declare const Divider: React$1.FC<{}>;
192
+ declare const Divider: React$1.FC<IDivider>;
184
193
 
185
194
  interface IFlatLoader {
186
195
  /**
@@ -278,6 +287,7 @@ interface IImage {
278
287
  * This property is the play icon in the picture
279
288
  */
280
289
  playIcon?: JSX.Element;
290
+ className?: string;
281
291
  }
282
292
 
283
293
  declare const Image: React$1.FC<IImage>;
@@ -793,6 +803,14 @@ interface ISearchItem {
793
803
  * The custom href to the anchor tag
794
804
  */
795
805
  url: string;
806
+ /**
807
+ * Action class name
808
+ */
809
+ className?: string;
810
+ /**
811
+ *
812
+ */
813
+ icon?: string;
796
814
  }
797
815
 
798
816
  /**
@@ -971,6 +989,56 @@ interface IComparativeCounter {
971
989
 
972
990
  declare const ComparativeCounter: React$1.FC<IComparativeCounter>;
973
991
 
992
+ interface IMegaMenuTab {
993
+ label: string;
994
+ url: string;
995
+ selected: boolean;
996
+ }
997
+
998
+ declare const MegaMenuTab: React$1.FC<IMegaMenuTab>;
999
+
1000
+ interface IButton {
1001
+ /**
1002
+ * Optional text to be displayed on the save button.
1003
+ * (Optional property)
1004
+ */
1005
+ buttonText?: string;
1006
+ /**
1007
+ * Callback function to be executed when the save button is clicked.
1008
+ */
1009
+ onClick: () => void;
1010
+ /**
1011
+ * Button classname
1012
+ */
1013
+ className?: string;
1014
+ /**
1015
+ * Specifies whether a hover effect should be added to the button.
1016
+ * (Optional property)
1017
+ */
1018
+ addHover?: boolean;
1019
+ /**
1020
+ * The title or label associated with the button.
1021
+ */
1022
+ buttonTitle?: string;
1023
+ /**
1024
+ * Suffix icon
1025
+ */
1026
+ suffixIcon?: string;
1027
+ /**
1028
+ * Preffix icon
1029
+ */
1030
+ prefixIcon?: string;
1031
+ /**
1032
+ * Icon size
1033
+ */
1034
+ iconSize?: number;
1035
+ }
1036
+
1037
+ /**
1038
+ * UI Atom Component of Save Button
1039
+ */
1040
+ declare const Button: React$1.FC<IButton>;
1041
+
974
1042
  declare const ShareIcons: {
975
1043
  Facebook: {
976
1044
  icon: any;
@@ -3735,6 +3803,61 @@ interface IUserMenuWrapperAnalystProps extends IUserMenuAnalystProps$1 {
3735
3803
  */
3736
3804
  declare const UserMenuWrapperAnalyst: React$1.FC<IUserMenuWrapperAnalystProps>;
3737
3805
 
3806
+ declare const MegaMenuJobsTabs: React$1.FC;
3807
+
3808
+ interface IMegaMenuCards {
3809
+ jobs: IMegaMenuCard$1[];
3810
+ action?: IMegaMenuLink$1;
3811
+ title?: string;
3812
+ actionTitle?: IMegaMenuLink$1;
3813
+ className?: string;
3814
+ }
3815
+
3816
+ declare const MegaMenuCards: React$1.FC<IMegaMenuCards>;
3817
+
3818
+ interface IMegaMenuCard {
3819
+ /**
3820
+ * This is the main title
3821
+ * */
3822
+ title: string;
3823
+ /**
3824
+ * You can switch between logo and icon
3825
+ * */
3826
+ logo?: string;
3827
+ /**
3828
+ * You can switch between logo and icon
3829
+ * */
3830
+ icon?: string;
3831
+ /**
3832
+ * className for the card component
3833
+ * */
3834
+ className?: string;
3835
+ /**
3836
+ * Amount of quotas
3837
+ * */
3838
+ quotas: number;
3839
+ /**
3840
+ * href uri for redirect when user clicked
3841
+ * */
3842
+ href?: string;
3843
+ /**
3844
+ * Target way to launch the new url
3845
+ * */
3846
+ target?: string;
3847
+ /**
3848
+ * Onclick callback
3849
+ * */
3850
+ onClick: () => void;
3851
+ /**
3852
+ * Show arrow icon
3853
+ * */
3854
+ showRigthArrow?: boolean;
3855
+ }
3856
+
3857
+ declare const MegaMenuCard: React$1.FC<IMegaMenuCard>;
3858
+
3859
+ declare const MegaMenuPopover: React$1.FC;
3860
+
3738
3861
  interface IJobsPage {
3739
3862
  /**
3740
3863
  * Props for the filter bottom header section.
@@ -4206,4 +4329,74 @@ interface ISortBar {
4206
4329
 
4207
4330
  declare const SortBar: React$1.FC<ISortBar>;
4208
4331
 
4209
- export { Actions, Alert, AnalystTemplate, Avatar, BarLoader, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$2 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, ButtonElement, CitiesDetailDrawer, ComparativeCounter, ComponentProps, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, Drawer, DrawerMenu, EAlertType, ERadioType, EmptyResult as EmptyResults, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, IActions, IAlert, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, ICitiesDetailDrawer, ICityDetail, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IFieldsAlias, IFilter, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, 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, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessage, IMobileDatePicker, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IMoblieDrawer, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, IOptionValues, IPaginationProps, IParagraph, IPopover, IRadioCommonProps, IRadioProps, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, 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, IVacancies$1 as IVacancies, 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, 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, SearchItem, Searchbar, Select2, ShareButton, SharePopover, SideFilter, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default as SortMenu, SuggestedJobsPage, Switch, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, message, useMediaQuery };
4332
+ interface IMegaMenu {
4333
+ breadcrumbsProps?: IBreadcrumbs$1;
4334
+ }
4335
+
4336
+ interface IMegaMenuSideCards {
4337
+ jobs: IMegaMenuCard$1[];
4338
+ onSelectCard?: (index: number) => void;
4339
+ action?: IMegaMenuLink$1;
4340
+ }
4341
+
4342
+ interface IMegaMenuLink {
4343
+ label: string;
4344
+ url: string;
4345
+ icon?: string | undefined;
4346
+ }
4347
+ interface IMegaMenuAction {
4348
+ label: string;
4349
+ icon?: string | undefined;
4350
+ }
4351
+ interface IMegaMenuSocialHeader {
4352
+ helpOptions: IMegaMenuLink[];
4353
+ tabs: IMegaMenuTab$1[];
4354
+ helpAction?: IMegaMenuAction;
4355
+ blog?: IMegaMenuLink;
4356
+ }
4357
+ interface IMegaMenuMainHeader {
4358
+ loginProps?: {
4359
+ loginText: string;
4360
+ loginUrl: string;
4361
+ signUpText: string;
4362
+ onClickSignUp: (event: Event) => Promise<void>;
4363
+ };
4364
+ searchBarProps?: ISearchbar$1;
4365
+ logoProps?: {
4366
+ url: string;
4367
+ };
4368
+ }
4369
+ interface IMegaMenuJobsTabs {
4370
+ label: string;
4371
+ url: string;
4372
+ content?: ReactNode;
4373
+ }
4374
+ interface IMegaMenuJobs {
4375
+ tabs: IMegaMenuJobsTabs[];
4376
+ onChangeTab?: (index: number) => void;
4377
+ jobAction?: IMegaMenuAction;
4378
+ allJobsAction?: IMegaMenuLink;
4379
+ }
4380
+ interface IMegaMenuContext {
4381
+ socialHeaderProps: IMegaMenuSocialHeader;
4382
+ jobsProps: IMegaMenuJobs;
4383
+ mainHeaderProps: IMegaMenuMainHeader;
4384
+ }
4385
+
4386
+ declare const MegaMenu: React$1.FC<IMegaMenuContext & IMegaMenu> & {
4387
+ Cards: React$1.FC<_components_UI_molecules.IMegaMenuCards>;
4388
+ Card: React$1.FC<_components_UI_molecules.IMegaMenuCard>;
4389
+ SideCards: React$1.FC<{
4390
+ sideProps: IMegaMenuSideCards;
4391
+ wrapperProps: _components_UI_molecules.IMegaMenuCards;
4392
+ }>;
4393
+ };
4394
+
4395
+ declare const withClickOut: <T>(WrappedComponent: React$1.FC<T>) => React$1.FC<T>;
4396
+
4397
+ declare const withMegaMenuContainer: <T>(WrappedComponent: React$1.FC<T>) => React$1.FC<{
4398
+ sideProps: IMegaMenuSideCards$1;
4399
+ wrapperProps: T;
4400
+ }>;
4401
+
4402
+ export { Actions, Alert, AnalystTemplate, Avatar, BarLoader, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$2 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, CitiesDetailDrawer, ComparativeCounter, ComponentProps, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, Drawer, DrawerMenu, EAlertType, ERadioType, EmptyResult as EmptyResults, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, IActions, IAlert, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, ICitiesDetailDrawer, ICityDetail, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IFieldsAlias, IFilter, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, 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, IMegaMenuTab, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessage, IMobileDatePicker, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IMoblieDrawer, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, IOptionValues, IPaginationProps, IParagraph, IPopover, IRadioCommonProps, IRadioProps, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, 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, IVacancies$1 as IVacancies, 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, MegaMenuJobsTabs, MegaMenuPopover, 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, SearchItem, Searchbar, Select2, ShareButton, SharePopover, SideFilter, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default as SortMenu, SuggestedJobsPage, Switch, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, message, useMediaQuery, withClickOut, withMegaMenuContainer };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/W170/talenta.magneto365.ui.git"
6
6
  },
7
- "version": "2.40.3",
7
+ "version": "2.43.0",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",