magneto365.ui 2.48.5 → 2.50.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 (77) hide show
  1. package/dist/assets/801c14292dfce9f7.svg +11 -0
  2. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  3. package/dist/cjs/index.js +1261 -1117
  4. package/dist/cjs/index.js.map +1 -1
  5. package/dist/cjs/types/components/UI/molecules/FilterActions/FilterActions.component.d.ts +3 -0
  6. package/dist/cjs/types/components/UI/molecules/FilterActions/FilterActions.interface.d.ts +21 -0
  7. package/dist/cjs/types/components/UI/molecules/FilterActions/index.d.ts +2 -0
  8. package/dist/cjs/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +2 -1
  9. package/dist/cjs/types/components/UI/molecules/index.d.ts +2 -1
  10. package/dist/cjs/types/components/UI/organism/AlphabetFilter/AlphabetFilter.component.d.ts +4 -0
  11. package/dist/cjs/types/components/UI/organism/AlphabetFilter/AlphabetFilter.interface.d.ts +8 -0
  12. package/dist/cjs/types/components/UI/organism/AlphabetFilter/index.d.ts +1 -0
  13. package/dist/{esm/types/components/UI/molecules → cjs/types/components/UI/organism}/MegaMenuCards/MegaMenuCards.interface.d.ts +4 -1
  14. package/dist/cjs/types/components/UI/organism/UserTerms/UserTerms.component.d.ts +12 -0
  15. package/dist/cjs/types/components/UI/organism/UserTerms/UserTerms.interface.d.ts +55 -0
  16. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermCheck/UserTermCheck.component.d.ts +3 -0
  17. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermCheck/index.d.ts +1 -0
  18. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermContent/UserTermContent.component.d.ts +3 -0
  19. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermContent/index.d.ts +1 -0
  20. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermHighlight/UserTermHighlight.component.d.ts +3 -0
  21. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermHighlight/index.d.ts +1 -0
  22. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermSubmit/UserTermSubmit.component.d.ts +3 -0
  23. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermSubmit/index.d.ts +1 -0
  24. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermSubtitle/UserTermSubtitle.component.d.ts +3 -0
  25. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermSubtitle/index.d.ts +1 -0
  26. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermText/UserTermText.component.d.ts +3 -0
  27. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermText/index.d.ts +1 -0
  28. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermTitle/UserTermTitle.component.d.ts +3 -0
  29. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermTitle/index.d.ts +1 -0
  30. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermUList/UserTermUList.component.d.ts +3 -0
  31. package/dist/cjs/types/components/UI/organism/UserTerms/children/UserTermUList/index.d.ts +1 -0
  32. package/dist/cjs/types/components/UI/organism/UserTerms/index.d.ts +10 -0
  33. package/dist/cjs/types/components/UI/organism/index.d.ts +4 -1
  34. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenu.component.d.ts +2 -2
  35. package/dist/cjs/types/constants/icons.constants.d.ts +1 -0
  36. package/dist/cjs/types/constants/stories/megaMenu.constants.d.ts +8 -1
  37. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  38. package/dist/esm/index.js +1251 -1119
  39. package/dist/esm/index.js.map +1 -1
  40. package/dist/esm/types/components/UI/molecules/FilterActions/FilterActions.component.d.ts +3 -0
  41. package/dist/esm/types/components/UI/molecules/FilterActions/FilterActions.interface.d.ts +21 -0
  42. package/dist/esm/types/components/UI/molecules/FilterActions/index.d.ts +2 -0
  43. package/dist/esm/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +2 -1
  44. package/dist/esm/types/components/UI/molecules/index.d.ts +2 -1
  45. package/dist/esm/types/components/UI/organism/AlphabetFilter/AlphabetFilter.component.d.ts +4 -0
  46. package/dist/esm/types/components/UI/organism/AlphabetFilter/AlphabetFilter.interface.d.ts +8 -0
  47. package/dist/esm/types/components/UI/organism/AlphabetFilter/index.d.ts +1 -0
  48. package/dist/{cjs/types/components/UI/molecules → esm/types/components/UI/organism}/MegaMenuCards/MegaMenuCards.interface.d.ts +4 -1
  49. package/dist/esm/types/components/UI/organism/UserTerms/UserTerms.component.d.ts +12 -0
  50. package/dist/esm/types/components/UI/organism/UserTerms/UserTerms.interface.d.ts +55 -0
  51. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermCheck/UserTermCheck.component.d.ts +3 -0
  52. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermCheck/index.d.ts +1 -0
  53. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermContent/UserTermContent.component.d.ts +3 -0
  54. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermContent/index.d.ts +1 -0
  55. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermHighlight/UserTermHighlight.component.d.ts +3 -0
  56. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermHighlight/index.d.ts +1 -0
  57. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermSubmit/UserTermSubmit.component.d.ts +3 -0
  58. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermSubmit/index.d.ts +1 -0
  59. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermSubtitle/UserTermSubtitle.component.d.ts +3 -0
  60. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermSubtitle/index.d.ts +1 -0
  61. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermText/UserTermText.component.d.ts +3 -0
  62. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermText/index.d.ts +1 -0
  63. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermTitle/UserTermTitle.component.d.ts +3 -0
  64. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermTitle/index.d.ts +1 -0
  65. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermUList/UserTermUList.component.d.ts +3 -0
  66. package/dist/esm/types/components/UI/organism/UserTerms/children/UserTermUList/index.d.ts +1 -0
  67. package/dist/esm/types/components/UI/organism/UserTerms/index.d.ts +10 -0
  68. package/dist/esm/types/components/UI/organism/index.d.ts +4 -1
  69. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenu.component.d.ts +2 -2
  70. package/dist/esm/types/constants/icons.constants.d.ts +1 -0
  71. package/dist/esm/types/constants/stories/megaMenu.constants.d.ts +8 -1
  72. package/dist/index.d.ts +240 -119
  73. package/package.json +1 -1
  74. /package/dist/cjs/types/components/UI/{molecules → organism}/MegaMenuCards/MegaMenuCards.component.d.ts +0 -0
  75. /package/dist/cjs/types/components/UI/{molecules → organism}/MegaMenuCards/index.d.ts +0 -0
  76. /package/dist/esm/types/components/UI/{molecules → organism}/MegaMenuCards/MegaMenuCards.component.d.ts +0 -0
  77. /package/dist/esm/types/components/UI/{molecules → organism}/MegaMenuCards/index.d.ts +0 -0
package/dist/index.d.ts CHANGED
@@ -1,13 +1,14 @@
1
1
  /// <reference types="react" />
2
- import React$1, { ChangeEvent, FC, ReactNode, SetStateAction } from 'react';
2
+ 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
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 { IMegaMenuLink as IMegaMenuLink$1 } from '@components/UI/template/MegaMenu/MegaMenuContext.interface';
9
8
  import * as _components_UI_molecules from '@components/UI/molecules';
10
- 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, 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';
9
+ import { IDatePicker as IDatePicker$1, IBreadcrumbs as IBreadcrumbs$1, IUserMenuWrapperAnalystProps as IUserMenuWrapperAnalystProps$1, IMegaMenuCard as IMegaMenuCard$1, IJobCompanyHeader as IJobCompanyHeader$2, IJobDetailCard as IJobDetailCard$1, IJobSkillsCard as IJobSkillsCard$1, IJobApplyCard as IJobApplyCard$1, IJobFooterCard as IJobFooterCard$1, ICityDetail as ICityDetail$1, TimelineEventStatus as TimelineEventStatus$1, IUserMenuAnalystProps as IUserMenuAnalystProps$1, IFrequentSearch as IFrequentSearch$1, IPaginationProps as IPaginationProps$1, IEmptyResults as IEmptyResults$2, IJobCard as IJobCard$2, ISearchbar as ISearchbar$1 } from '@components/UI/molecules';
10
+ import { IMegaMenuLink as IMegaMenuLink$1 } from '@components/UI/template/MegaMenu/MegaMenuContext.interface';
11
+ import * as _components_UI_organism from '@components/UI/organism';
11
12
  import { IMobileDatePicker as IMobileDatePicker$1, IDatePickerComponent as IDatePickerComponent$1, IJobDetailsDrawer as IJobDetailsDrawer$1, IMobileJobDetailsDrawer as IMobileJobDetailsDrawer$1, IHeaderAnalystProps as IHeaderAnalystProps$1, IModalAnalyst as IModalAnalyst$1, INavMenuAnalystRegion as INavMenuAnalystRegion$1 } from '@components/UI/organism';
12
13
  import { IListMenuText as IListMenuText$1 } from '@components/UI/molecules/ListMenuText/ListMenuText.interface';
13
14
  import { IJobCompanyHeader as IJobCompanyHeader$1 } from '@components/UI/molecules/JobCompanyHeader';
@@ -2400,16 +2401,6 @@ interface IMegaMenuCard {
2400
2401
 
2401
2402
  declare const MegaMenuCard: React$1.FC<IMegaMenuCard>;
2402
2403
 
2403
- interface IMegaMenuCards {
2404
- jobs: IMegaMenuCard[];
2405
- action?: IMegaMenuLink$1;
2406
- title?: string;
2407
- actionTitle?: IMegaMenuLink$1;
2408
- className?: string;
2409
- }
2410
-
2411
- declare const MegaMenuCards: React$1.FC<IMegaMenuCards>;
2412
-
2413
2404
  declare const MegaMenuJobsTabs: React$1.FC;
2414
2405
 
2415
2406
  declare const MegaMenuPopover: React$1.FC;
@@ -2941,6 +2932,16 @@ interface ITooltipProps {
2941
2932
 
2942
2933
  declare const Tooltip: React$1.FC<ITooltipProps>;
2943
2934
 
2935
+ interface IAlphabetFilter {
2936
+ title: string;
2937
+ allActionText: string;
2938
+ className?: string;
2939
+ onClickAction: (index: number, value: string) => void;
2940
+ filtersRef?: Ref<unknown>;
2941
+ }
2942
+
2943
+ declare const AlphabetFilter: React$1.FC<IAlphabetFilter>;
2944
+
2944
2945
  declare const BrandMenu: React$1.FC<IBrandMenu>;
2945
2946
 
2946
2947
  interface IDatePickerComponent {
@@ -3281,6 +3282,18 @@ interface IMagnetoSocialMedia {
3281
3282
 
3282
3283
  declare const MagnetoSocialMedia: React$1.FC<IMagnetoSocialMedia>;
3283
3284
 
3285
+ interface IMegaMenuCards {
3286
+ jobs: IMegaMenuCard$1[];
3287
+ filterProps?: IAlphabetFilter;
3288
+ action?: IMegaMenuLink$1;
3289
+ title?: string;
3290
+ actionTitle?: IMegaMenuLink$1;
3291
+ className?: string;
3292
+ maxCards?: number;
3293
+ }
3294
+
3295
+ declare const MegaMenuCards: React$1.FC<IMegaMenuCards>;
3296
+
3284
3297
  interface IMobileDatePicker {
3285
3298
  applyLabel: string;
3286
3299
  cancelLabel: string;
@@ -3752,103 +3765,6 @@ interface IListOption {
3752
3765
 
3753
3766
  declare const OneSelectionEntry: React$1.FC<IOneSelectionentry>;
3754
3767
 
3755
- interface ISelectOptions<T> {
3756
- /**
3757
- * this property establish a list with this interface
3758
- */
3759
- selectList: (ISelectField & T)[];
3760
- /**
3761
- * this property sets the placeholder
3762
- */
3763
- placeholder: string;
3764
- /**
3765
- * not setting this property is specific to the component
3766
- */
3767
- clickOut?: boolean;
3768
- /**
3769
- * not setting this property is specific to the component
3770
- */
3771
- setClickOut?: React.Dispatch<React.SetStateAction<boolean>>;
3772
- /**
3773
- * this function gives you the values selected
3774
- */
3775
- onChange: (value: (ISelectField & T)[]) => void;
3776
- /**
3777
- * this property allows multiple selections or single selections
3778
- */
3779
- isMultiple?: boolean;
3780
- /**
3781
- * this property add tags
3782
- */
3783
- haveTags?: boolean;
3784
- /**
3785
- * this property limits the number of selections
3786
- */
3787
- limitSelections?: number;
3788
- /**
3789
- * this property gives you the written text
3790
- */
3791
- setTerm?: (value: string) => void;
3792
- /**
3793
- * this property sets a icon in the title
3794
- */
3795
- icon?: string;
3796
- /**
3797
- * this property disables the input
3798
- */
3799
- disabled?: boolean;
3800
- /**
3801
- * this propertys sets currents values
3802
- */
3803
- currentFields?: (ISelectField & T)[];
3804
- /**
3805
- * enables mobile version
3806
- */
3807
- isMobile?: boolean;
3808
- /**
3809
- * renders a custom component
3810
- */
3811
- render?: (data: T, index: number) => JSX.Element;
3812
- /**
3813
- * custom class name for styling
3814
- */
3815
- className?: string;
3816
- }
3817
- interface ISelectField {
3818
- id: string | number;
3819
- name: string;
3820
- img?: string;
3821
- }
3822
-
3823
- /**
3824
- * Molecule UI component of select 2
3825
- */
3826
- declare const Select2: React$1.FC<ISelectOptions<unknown>>;
3827
-
3828
- declare const SimilarJobs: React$1.FC<ISimilarJobs>;
3829
-
3830
- interface ITimelineProps {
3831
- /**
3832
- * Represents the steps in the timeline. Each step is an object that contains a title and a subtitle.
3833
- */
3834
- steps: StepDetails[];
3835
- /**
3836
- * Represents the current step in the timeline. It's a number indicating the index of the current step in the steps array.
3837
- * It is suggested that this number be greater than 0.
3838
- */
3839
- currentStep: number;
3840
- /**
3841
- * this property sets the position of the list and status
3842
- */
3843
- onClick?: (status: TimelineEventStatus$1, value: number) => void;
3844
- }
3845
- declare type StepDetails = {
3846
- title: string;
3847
- subtitle: string;
3848
- };
3849
-
3850
- declare const Timeline: React$1.FC<ITimelineProps>;
3851
-
3852
3768
  interface ISelectInput<T> extends Omit<IInput, 'onChange' | 'value' | 'placeholder' | 'type'> {
3853
3769
  /**
3854
3770
  * input value.
@@ -3970,6 +3886,185 @@ declare const Select: (<T>({ children, renderSelect, placeholder, options, value
3970
3886
  ListCheck: <T_3>({ className, renderItem, filter }: ISelect2ListCheck<T_3>) => JSX.Element;
3971
3887
  };
3972
3888
 
3889
+ interface ISelectOptions<T> {
3890
+ /**
3891
+ * this property establish a list with this interface
3892
+ */
3893
+ selectList: (ISelectField & T)[];
3894
+ /**
3895
+ * this property sets the placeholder
3896
+ */
3897
+ placeholder: string;
3898
+ /**
3899
+ * not setting this property is specific to the component
3900
+ */
3901
+ clickOut?: boolean;
3902
+ /**
3903
+ * not setting this property is specific to the component
3904
+ */
3905
+ setClickOut?: React.Dispatch<React.SetStateAction<boolean>>;
3906
+ /**
3907
+ * this function gives you the values selected
3908
+ */
3909
+ onChange: (value: (ISelectField & T)[]) => void;
3910
+ /**
3911
+ * this property allows multiple selections or single selections
3912
+ */
3913
+ isMultiple?: boolean;
3914
+ /**
3915
+ * this property add tags
3916
+ */
3917
+ haveTags?: boolean;
3918
+ /**
3919
+ * this property limits the number of selections
3920
+ */
3921
+ limitSelections?: number;
3922
+ /**
3923
+ * this property gives you the written text
3924
+ */
3925
+ setTerm?: (value: string) => void;
3926
+ /**
3927
+ * this property sets a icon in the title
3928
+ */
3929
+ icon?: string;
3930
+ /**
3931
+ * this property disables the input
3932
+ */
3933
+ disabled?: boolean;
3934
+ /**
3935
+ * this propertys sets currents values
3936
+ */
3937
+ currentFields?: (ISelectField & T)[];
3938
+ /**
3939
+ * enables mobile version
3940
+ */
3941
+ isMobile?: boolean;
3942
+ /**
3943
+ * renders a custom component
3944
+ */
3945
+ render?: (data: T, index: number) => JSX.Element;
3946
+ /**
3947
+ * custom class name for styling
3948
+ */
3949
+ className?: string;
3950
+ }
3951
+ interface ISelectField {
3952
+ id: string | number;
3953
+ name: string;
3954
+ img?: string;
3955
+ }
3956
+
3957
+ /**
3958
+ * Molecule UI component of select 2
3959
+ */
3960
+ declare const Select2: React$1.FC<ISelectOptions<unknown>>;
3961
+
3962
+ declare const SimilarJobs: React$1.FC<ISimilarJobs>;
3963
+
3964
+ interface ITimelineProps {
3965
+ /**
3966
+ * Represents the steps in the timeline. Each step is an object that contains a title and a subtitle.
3967
+ */
3968
+ steps: StepDetails[];
3969
+ /**
3970
+ * Represents the current step in the timeline. It's a number indicating the index of the current step in the steps array.
3971
+ * It is suggested that this number be greater than 0.
3972
+ */
3973
+ currentStep: number;
3974
+ /**
3975
+ * this property sets the position of the list and status
3976
+ */
3977
+ onClick?: (status: TimelineEventStatus$1, value: number) => void;
3978
+ }
3979
+ declare type StepDetails = {
3980
+ title: string;
3981
+ subtitle: string;
3982
+ };
3983
+
3984
+ declare const Timeline: React$1.FC<ITimelineProps>;
3985
+
3986
+ interface IUserTerm {
3987
+ /**
3988
+ * this property sets any component
3989
+ */
3990
+ children: JSX.Element | JSX.Element[];
3991
+ /**
3992
+ * this property opens the ui
3993
+ */
3994
+ isOpen: boolean;
3995
+ /**
3996
+ * this property closes the ui
3997
+ */
3998
+ onClose: () => void;
3999
+ }
4000
+ declare namespace IUserTerm {
4001
+ interface Title {
4002
+ className?: string;
4003
+ }
4004
+ interface SubTitle {
4005
+ className?: string;
4006
+ }
4007
+ interface Highlight {
4008
+ className?: string;
4009
+ }
4010
+ interface Text {
4011
+ className?: string;
4012
+ }
4013
+ interface Content {
4014
+ className?: string;
4015
+ }
4016
+ interface UlList {
4017
+ className?: string;
4018
+ }
4019
+ interface Check {
4020
+ /**
4021
+ * this property sets custom styles
4022
+ */
4023
+ className?: string;
4024
+ /**
4025
+ * this property check the input
4026
+ */
4027
+ isChecked: boolean;
4028
+ /**
4029
+ * this fn returns true or false depending on checked
4030
+ */
4031
+ onChange: (value: boolean) => void;
4032
+ }
4033
+ interface Submit extends React.ButtonHTMLAttributes<HTMLButtonElement> {
4034
+ /**
4035
+ * this property add loading component
4036
+ */
4037
+ isLoading?: boolean;
4038
+ }
4039
+ }
4040
+
4041
+ declare const UserTerms: React$1.FC<IUserTerm> & {
4042
+ Title: React$1.FC<IUserTerm.Title>;
4043
+ Subtitle: React$1.FC<IUserTerm.SubTitle>;
4044
+ Content: React$1.FC<IUserTerm.Content>;
4045
+ Check: React$1.FC<IUserTerm.Check>;
4046
+ Submit: React$1.FC<IUserTerm.Submit>;
4047
+ Highlight: React$1.FC<IUserTerm.Highlight>;
4048
+ Text: React$1.FC<IUserTerm.Highlight>;
4049
+ UlList: React$1.FC<IUserTerm.UlList>;
4050
+ };
4051
+
4052
+ declare const UserTermCheck: React$1.FC<IUserTerm.Check>;
4053
+
4054
+ declare const UserTermContent: React$1.FC<IUserTerm.Content>;
4055
+
4056
+ declare const UserTermHighlight: React$1.FC<IUserTerm.Highlight>;
4057
+
4058
+ declare const UserTermSubmit: React$1.FC<IUserTerm.Submit>;
4059
+
4060
+ declare const UserTermSubTitle: React$1.FC<IUserTerm.SubTitle>;
4061
+
4062
+ declare const UserTermText: React$1.FC<IUserTerm.Highlight>;
4063
+
4064
+ declare const UserTermTitle: React$1.FC<IUserTerm.Title>;
4065
+
4066
+ declare const UserTermUList: React$1.FC<IUserTerm.UlList>;
4067
+
3973
4068
  interface IMenuUser {
3974
4069
  /**
3975
4070
  * menu items props
@@ -4181,6 +4276,38 @@ interface IUserMenuWrapperAnalystProps extends IUserMenuAnalystProps$1 {
4181
4276
  */
4182
4277
  declare const UserMenuWrapperAnalyst: React$1.FC<IUserMenuWrapperAnalystProps>;
4183
4278
 
4279
+ interface IFilterActions {
4280
+ /**
4281
+ * Text that shows when all option is clicked
4282
+ */
4283
+ allAction: string;
4284
+ /**
4285
+ * Callback when select an option
4286
+ */
4287
+ onClickAction: (index: number, value: string) => void;
4288
+ /**
4289
+ * Optional reference for imperative behaviour
4290
+ */
4291
+ filtersRef?: Ref<IFiltersRef>;
4292
+ }
4293
+ interface IFiltersRef {
4294
+ /**
4295
+ * CallBack to restart filters
4296
+ */
4297
+ restartFilters: () => void;
4298
+ }
4299
+
4300
+ declare const FilterActions: FC<IFilterActions>;
4301
+
4302
+ interface IMegaMenuSideCards {
4303
+ jobs: IMegaMenuCard$1[];
4304
+ onSelectCard?: (index: number) => void;
4305
+ action?: IMegaMenuLink$1;
4306
+ maxCards?: number;
4307
+ }
4308
+
4309
+ declare const MegaMenuSideCards: React$1.FC<IMegaMenuSideCards>;
4310
+
4184
4311
  interface IJobsPage {
4185
4312
  /**
4186
4313
  * Props for the filter bottom header section.
@@ -4656,12 +4783,6 @@ interface IMegaMenu {
4656
4783
  breadcrumbsProps?: IBreadcrumbs$1;
4657
4784
  }
4658
4785
 
4659
- interface IMegaMenuSideCards {
4660
- jobs: IMegaMenuCard[];
4661
- onSelectCard?: (index: number) => void;
4662
- action?: IMegaMenuLink$1;
4663
- }
4664
-
4665
4786
  interface IMegaMenuLink {
4666
4787
  label: string;
4667
4788
  url: string;
@@ -4707,11 +4828,11 @@ interface IMegaMenuContext {
4707
4828
  }
4708
4829
 
4709
4830
  declare const MegaMenu: React$1.FC<IMegaMenuContext & IMegaMenu> & {
4710
- Cards: React$1.FC<_components_UI_molecules.IMegaMenuCards>;
4831
+ Cards: React$1.FC<_components_UI_organism.IMegaMenuCards>;
4711
4832
  Card: React$1.FC<_components_UI_molecules.IMegaMenuCard>;
4712
4833
  SideCards: React$1.FC<{
4713
4834
  sideProps: IMegaMenuSideCards;
4714
- wrapperProps: _components_UI_molecules.IMegaMenuCards;
4835
+ wrapperProps: _components_UI_organism.IMegaMenuCards;
4715
4836
  }>;
4716
4837
  };
4717
4838
 
@@ -4722,4 +4843,4 @@ declare const withMegaMenuContainer: <T>(WrappedComponent: React$1.FC<T>) => Rea
4722
4843
  wrapperProps: T;
4723
4844
  }>;
4724
4845
 
4725
- 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, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, EmptyResult as EmptyResults, ExpandableInfo, 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, IExpandableInfoProps, 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, 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, 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, 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, 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, useMediaQuery, withClickOut, withMegaMenuContainer };
4846
+ export { Actions, Alert, AlphabetFilter, 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, 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, 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, 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, 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 };
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.48.5",
7
+ "version": "2.50.0",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",