magneto365.ui 2.55.2 → 2.56.1
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/cjs/css/magneto.ui.lib.min.css +1 -1
- package/dist/cjs/index.js +1014 -884
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.component.d.ts +7 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.interface.d.ts +41 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/AlertJobStatusContainer.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/AlertJobStatusIcon.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/AlertJobStatus/index.d.ts +4 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +7 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +128 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/SimilarCardLogo.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/SimilarCardIcon.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/molecules/SimilarCard/index.d.ts +4 -0
- package/dist/cjs/types/components/UI/molecules/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.component.d.ts +11 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.interface.d.ts +90 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/JobSuggestedHeader.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/JobSuggestedSimilarJobs.component.d.ts +3 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/index.d.ts +1 -0
- package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/index.d.ts +4 -0
- package/dist/cjs/types/components/UI/organism/index.d.ts +1 -0
- package/dist/cjs/types/constants/stories/alertJob.constants.d.ts +3 -0
- package/dist/cjs/types/constants/stories/index.d.ts +3 -0
- package/dist/cjs/types/constants/stories/jobSuggestedDrawer.constants.d.ts +3 -0
- package/dist/cjs/types/constants/stories/similarCard.constants.d.ts +7 -0
- package/dist/cjs/types/utils/text/textAdapter.util.d.ts +3 -0
- package/dist/esm/css/magneto.ui.lib.min.css +1 -1
- package/dist/esm/index.js +1006 -885
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.component.d.ts +7 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.interface.d.ts +41 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/AlertJobStatusContainer.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/AlertJobStatusIcon.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/AlertJobStatus/index.d.ts +4 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +7 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +128 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/SimilarCardLogo.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/SimilarCardIcon.component.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/index.d.ts +1 -0
- package/dist/esm/types/components/UI/molecules/SimilarCard/index.d.ts +4 -0
- package/dist/esm/types/components/UI/molecules/index.d.ts +2 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.component.d.ts +11 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.interface.d.ts +90 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/JobSuggestedHeader.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/JobSuggestedSimilarJobs.component.d.ts +3 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/index.d.ts +1 -0
- package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/index.d.ts +4 -0
- package/dist/esm/types/components/UI/organism/index.d.ts +1 -0
- package/dist/esm/types/constants/stories/alertJob.constants.d.ts +3 -0
- package/dist/esm/types/constants/stories/index.d.ts +3 -0
- package/dist/esm/types/constants/stories/jobSuggestedDrawer.constants.d.ts +3 -0
- package/dist/esm/types/constants/stories/similarCard.constants.d.ts +7 -0
- package/dist/esm/types/utils/text/textAdapter.util.d.ts +3 -0
- package/dist/index.d.ts +324 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import React$1, { ChangeEvent, FC, ReactNode, Ref, SetStateAction } from 'react'
|
|
|
3
3
|
import { IDateDropdown as IDateDropdown$1, IconProps as IconProps$1, ISearchItem as ISearchItem$1, IJobCompanyLogo as IJobCompanyLogo$1, IJobHeader as IJobHeader$1, IShareButton as IShareButton$1, IImage as IImage$1, IMainButton as IMainButton$1, ILinkProps as ILinkProps$1, ILogoComponent as ILogoComponent$1 } from '@components/UI/atoms';
|
|
4
4
|
import { IconProps as IconProps$2 } from '@components/UI/atoms/Icon';
|
|
5
5
|
import { ISaveButton as ISaveButton$1 } from '@components/UI/atoms/SaveButton';
|
|
6
|
-
import { ICustomText } from '@components/UI/atoms/Text/Text.interface';
|
|
6
|
+
import { ICustomText as ICustomText$1 } from '@components/UI/atoms/Text/Text.interface';
|
|
7
7
|
import { IFilterValue as IFilterValue$1, ISetIsApplied as ISetIsApplied$1, IFilter as IFilter$1, ISearchRenderTypeProps as ISearchRenderTypeProps$1 } from '@components/UI/template/SideFilter';
|
|
8
8
|
import * as _components_UI_molecules from '@components/UI/molecules';
|
|
9
9
|
import { IMegaMenuCard as IMegaMenuCard$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, 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';
|
|
@@ -19,6 +19,8 @@ import { IJobVideo as IJobVideo$1 } from '@components/UI/molecules/JobVideo';
|
|
|
19
19
|
import { IMobileDatePicker as IMobileDatePicker$2 } from '@components/UI/organism/MobileDatePicker/MobileDatePicker.interface';
|
|
20
20
|
import { IActions as IActions$1 } from '@components/UI/molecules/Actions';
|
|
21
21
|
import { INavMenuAnalystProps as INavMenuAnalystProps$1 } from '@components/UI/organism/NavMenuAnalyst';
|
|
22
|
+
import { ISimilarCardData as ISimilarCardData$1 } from '@components/UI/molecules/SimilarCard';
|
|
23
|
+
import * as _components_UI_molecules_AlertJobStatus from '@components/UI/molecules/AlertJobStatus';
|
|
22
24
|
import { IJobCard as IJobCard$1 } from '@components/UI/molecules/JobCard/JobCard.interface';
|
|
23
25
|
import { ISortBar as ISortBar$1 } from '@components/UI/template/SortBar/SortBar.interface';
|
|
24
26
|
import { ISideFilter as ISideFilter$1 } from '@components/UI/template';
|
|
@@ -1239,7 +1241,7 @@ interface IAlert {
|
|
|
1239
1241
|
/**
|
|
1240
1242
|
* This is the custom text in the alert
|
|
1241
1243
|
* */
|
|
1242
|
-
customText?: ICustomText[];
|
|
1244
|
+
customText?: ICustomText$1[];
|
|
1243
1245
|
/**
|
|
1244
1246
|
* This is the custom text in the alert
|
|
1245
1247
|
* */
|
|
@@ -4329,6 +4331,137 @@ declare const UserTermTitle: React$1.FC<IUserTerm.Title>;
|
|
|
4329
4331
|
|
|
4330
4332
|
declare const UserTermUList: React$1.FC<IUserTerm.UlList>;
|
|
4331
4333
|
|
|
4334
|
+
interface IJobSuggestedDrawer {
|
|
4335
|
+
/**
|
|
4336
|
+
* Management the loading status jobs ui
|
|
4337
|
+
*/
|
|
4338
|
+
isLoading?: boolean;
|
|
4339
|
+
/**
|
|
4340
|
+
* React children to be rendered inside the component.
|
|
4341
|
+
*/
|
|
4342
|
+
children?: React.ReactNode;
|
|
4343
|
+
/**
|
|
4344
|
+
* Additional class names for custom styling.
|
|
4345
|
+
*/
|
|
4346
|
+
className?: string;
|
|
4347
|
+
}
|
|
4348
|
+
declare namespace IJobSuggestedDrawer {
|
|
4349
|
+
interface SimilarJobCards {
|
|
4350
|
+
/**
|
|
4351
|
+
* This is the title in the top
|
|
4352
|
+
*/
|
|
4353
|
+
sectionTitle: string;
|
|
4354
|
+
/**
|
|
4355
|
+
* This property hide the image
|
|
4356
|
+
*/
|
|
4357
|
+
hideLogo?: boolean;
|
|
4358
|
+
/**
|
|
4359
|
+
* These are similar jobs cards values
|
|
4360
|
+
*/
|
|
4361
|
+
similarJobsCard: ISimilarCardData$1[];
|
|
4362
|
+
/**
|
|
4363
|
+
* Additional class names for custom styling.
|
|
4364
|
+
*/
|
|
4365
|
+
className?: string;
|
|
4366
|
+
/**
|
|
4367
|
+
* The tag or keyword associated with the search item.
|
|
4368
|
+
*/
|
|
4369
|
+
tag: string;
|
|
4370
|
+
/**
|
|
4371
|
+
* The custom href to the anchor tag
|
|
4372
|
+
*/
|
|
4373
|
+
url: string;
|
|
4374
|
+
/**
|
|
4375
|
+
* This property sets the max cards to show
|
|
4376
|
+
*/
|
|
4377
|
+
maxItemsToShow?: number;
|
|
4378
|
+
/**
|
|
4379
|
+
* This property shows the default anchor text when the cards are empty
|
|
4380
|
+
*/
|
|
4381
|
+
notItemsDefaultAnchor?: boolean;
|
|
4382
|
+
/**
|
|
4383
|
+
* This property shows the default anchor text when the cards are empty
|
|
4384
|
+
*/
|
|
4385
|
+
tagDefaultAnchor?: string;
|
|
4386
|
+
/**
|
|
4387
|
+
* This property shows the default anchor text when the cards are empty
|
|
4388
|
+
*/
|
|
4389
|
+
urlDefaultAnchor?: string;
|
|
4390
|
+
}
|
|
4391
|
+
interface AlertJob {
|
|
4392
|
+
/**
|
|
4393
|
+
* React children to be rendered inside the component.
|
|
4394
|
+
*/
|
|
4395
|
+
children?: React.ReactNode;
|
|
4396
|
+
/**
|
|
4397
|
+
* Additional class names for custom styling.
|
|
4398
|
+
*/
|
|
4399
|
+
className?: string;
|
|
4400
|
+
/**
|
|
4401
|
+
* This is the custom text
|
|
4402
|
+
*/
|
|
4403
|
+
customText?: ICustomText$1[];
|
|
4404
|
+
}
|
|
4405
|
+
interface Header {
|
|
4406
|
+
/**
|
|
4407
|
+
* Props for the company logo in the job company header.
|
|
4408
|
+
*/
|
|
4409
|
+
jobCompanyLogoProps: IJobCompanyLogo$1;
|
|
4410
|
+
/**
|
|
4411
|
+
* Props for the header of the job listing in the job company header.
|
|
4412
|
+
*/
|
|
4413
|
+
jobHeaderProps: IJobHeader$1;
|
|
4414
|
+
/**
|
|
4415
|
+
* Additional class names for custom styling.
|
|
4416
|
+
*/
|
|
4417
|
+
className?: string;
|
|
4418
|
+
}
|
|
4419
|
+
}
|
|
4420
|
+
|
|
4421
|
+
interface IText {
|
|
4422
|
+
/**
|
|
4423
|
+
* This is the main text
|
|
4424
|
+
* */
|
|
4425
|
+
text?: string;
|
|
4426
|
+
/**
|
|
4427
|
+
* This is the custom text
|
|
4428
|
+
* */
|
|
4429
|
+
customText?: ICustomText[];
|
|
4430
|
+
/**
|
|
4431
|
+
* You can add you custom className here
|
|
4432
|
+
*/
|
|
4433
|
+
className?: string;
|
|
4434
|
+
}
|
|
4435
|
+
interface ICustomText {
|
|
4436
|
+
/**
|
|
4437
|
+
* This is the value to the custom text
|
|
4438
|
+
* */
|
|
4439
|
+
value: string;
|
|
4440
|
+
/**
|
|
4441
|
+
* This is the custom font weight to text
|
|
4442
|
+
* */
|
|
4443
|
+
fontWeight: EFontWeightType;
|
|
4444
|
+
/**
|
|
4445
|
+
* This is the custom line break to text
|
|
4446
|
+
* */
|
|
4447
|
+
lineBreak?: boolean;
|
|
4448
|
+
}
|
|
4449
|
+
declare type EFontWeightType = 'normal' | 'bold' | 'lighter';
|
|
4450
|
+
|
|
4451
|
+
declare const JobSuggestedDrawer: React$1.FC<IJobSuggestedDrawer> & {
|
|
4452
|
+
Header: React$1.FC<IJobSuggestedDrawer.Header>;
|
|
4453
|
+
Alert: React$1.FC<_components_UI_molecules_AlertJobStatus.IAlertJobStatus> & {
|
|
4454
|
+
Container: React$1.FC<_components_UI_molecules_AlertJobStatus.IAlertJobStatus.Container>;
|
|
4455
|
+
Icon: React$1.FC<_components_UI_molecules_AlertJobStatus.IAlertJobStatus.Icon>;
|
|
4456
|
+
Text: React$1.FC<IText>;
|
|
4457
|
+
};
|
|
4458
|
+
SimilarJobs: React$1.FC<IJobSuggestedDrawer.SimilarJobCards>;
|
|
4459
|
+
};
|
|
4460
|
+
|
|
4461
|
+
declare const JobSuggestedHeader: React$1.FC<IJobSuggestedDrawer.Header>;
|
|
4462
|
+
|
|
4463
|
+
declare const JobSuggestedSimilarJobs: React$1.FC<IJobSuggestedDrawer.SimilarJobCards>;
|
|
4464
|
+
|
|
4332
4465
|
interface IMenuUser {
|
|
4333
4466
|
/**
|
|
4334
4467
|
* menu items props
|
|
@@ -4540,6 +4673,194 @@ interface IUserMenuWrapperAnalystProps extends IUserMenuAnalystProps$1 {
|
|
|
4540
4673
|
*/
|
|
4541
4674
|
declare const UserMenuWrapperAnalyst: React$1.FC<IUserMenuWrapperAnalystProps>;
|
|
4542
4675
|
|
|
4676
|
+
interface IAlertJobStatus {
|
|
4677
|
+
/**
|
|
4678
|
+
* React children to be rendered inside the component.
|
|
4679
|
+
*/
|
|
4680
|
+
children?: React.ReactNode;
|
|
4681
|
+
/**
|
|
4682
|
+
* Additional class names for custom styling.
|
|
4683
|
+
*/
|
|
4684
|
+
className?: string;
|
|
4685
|
+
}
|
|
4686
|
+
declare namespace IAlertJobStatus {
|
|
4687
|
+
interface Container {
|
|
4688
|
+
/**
|
|
4689
|
+
* React children to be rendered inside the container.
|
|
4690
|
+
*/
|
|
4691
|
+
children?: React.ReactNode;
|
|
4692
|
+
/**
|
|
4693
|
+
* Additional class names for custom styling.
|
|
4694
|
+
*/
|
|
4695
|
+
className?: string;
|
|
4696
|
+
}
|
|
4697
|
+
interface Icon {
|
|
4698
|
+
/**
|
|
4699
|
+
* Additional class names for custom styling.
|
|
4700
|
+
*/
|
|
4701
|
+
className?: string;
|
|
4702
|
+
/**
|
|
4703
|
+
* Here is the icon component
|
|
4704
|
+
*/
|
|
4705
|
+
src?: string | null;
|
|
4706
|
+
/**
|
|
4707
|
+
* You can change the size of the icon by adding a numeric value here
|
|
4708
|
+
*/
|
|
4709
|
+
size?: number;
|
|
4710
|
+
/**
|
|
4711
|
+
* Text alt in the img element
|
|
4712
|
+
*/
|
|
4713
|
+
alt?: string | null;
|
|
4714
|
+
}
|
|
4715
|
+
}
|
|
4716
|
+
|
|
4717
|
+
declare const AlertJobStatus: React$1.FC<IAlertJobStatus> & {
|
|
4718
|
+
Container: React$1.FC<IAlertJobStatus.Container>;
|
|
4719
|
+
Icon: React$1.FC<IAlertJobStatus.Icon>;
|
|
4720
|
+
Text: React$1.FC<IText>;
|
|
4721
|
+
};
|
|
4722
|
+
|
|
4723
|
+
declare const AlertJobStatusContainer: React$1.FC<IAlertJobStatus.Container>;
|
|
4724
|
+
|
|
4725
|
+
declare const AlertJobStatusIcon: React$1.FC<IAlertJobStatus.Icon>;
|
|
4726
|
+
|
|
4727
|
+
interface ISimilarCardData {
|
|
4728
|
+
/**
|
|
4729
|
+
* unique identifier for the job or card.
|
|
4730
|
+
*/
|
|
4731
|
+
id?: number | null;
|
|
4732
|
+
/**
|
|
4733
|
+
* title of the job or offer. Required.
|
|
4734
|
+
*/
|
|
4735
|
+
title: string;
|
|
4736
|
+
/**
|
|
4737
|
+
* salary for the job. Can be a string or null.
|
|
4738
|
+
*/
|
|
4739
|
+
salary: string | null;
|
|
4740
|
+
/**
|
|
4741
|
+
* indicates if agreement is required for the job. Optional, can be boolean or null.
|
|
4742
|
+
*/
|
|
4743
|
+
toAgree: boolean | null;
|
|
4744
|
+
/**
|
|
4745
|
+
* list of cities where the job is available. Required.
|
|
4746
|
+
*/
|
|
4747
|
+
cities: string[];
|
|
4748
|
+
/**
|
|
4749
|
+
* URL slug for the job.
|
|
4750
|
+
*/
|
|
4751
|
+
jobUrlSlug: string;
|
|
4752
|
+
/**
|
|
4753
|
+
* required experience for the job.
|
|
4754
|
+
*/
|
|
4755
|
+
experience: string | null;
|
|
4756
|
+
/**
|
|
4757
|
+
* URL for the company logo.
|
|
4758
|
+
*/
|
|
4759
|
+
companyLogo: string | null;
|
|
4760
|
+
/**
|
|
4761
|
+
* company name.
|
|
4762
|
+
*/
|
|
4763
|
+
companyName?: string | null;
|
|
4764
|
+
/**
|
|
4765
|
+
* type of contract for the job.
|
|
4766
|
+
*/
|
|
4767
|
+
contractType?: string | null;
|
|
4768
|
+
/**
|
|
4769
|
+
* determines if the company logo should be hidden.
|
|
4770
|
+
*/
|
|
4771
|
+
hideLogo?: boolean;
|
|
4772
|
+
}
|
|
4773
|
+
interface ISimilarCard {
|
|
4774
|
+
/**
|
|
4775
|
+
* this property sets the url title
|
|
4776
|
+
*/
|
|
4777
|
+
title?: string;
|
|
4778
|
+
/**
|
|
4779
|
+
* this property sets custom styles
|
|
4780
|
+
*/
|
|
4781
|
+
className?: string;
|
|
4782
|
+
/**
|
|
4783
|
+
* this property sets the url link
|
|
4784
|
+
*/
|
|
4785
|
+
jobUrlSlug?: string;
|
|
4786
|
+
}
|
|
4787
|
+
declare namespace ISimilarCard {
|
|
4788
|
+
interface Container {
|
|
4789
|
+
/**
|
|
4790
|
+
* this property sets the alt text when source cant be loaded
|
|
4791
|
+
*/
|
|
4792
|
+
title: string;
|
|
4793
|
+
/**
|
|
4794
|
+
* this property sets the url link
|
|
4795
|
+
*/
|
|
4796
|
+
jobUrlSlug: string;
|
|
4797
|
+
/**
|
|
4798
|
+
* this property sets custom styles
|
|
4799
|
+
*/
|
|
4800
|
+
className?: string;
|
|
4801
|
+
/**
|
|
4802
|
+
* this property sets children elements
|
|
4803
|
+
*/
|
|
4804
|
+
children?: React.ReactNode;
|
|
4805
|
+
}
|
|
4806
|
+
interface Logo {
|
|
4807
|
+
/**
|
|
4808
|
+
* this property sets the logo source file
|
|
4809
|
+
*/
|
|
4810
|
+
src?: string;
|
|
4811
|
+
/**
|
|
4812
|
+
* this property sets custom styles
|
|
4813
|
+
*/
|
|
4814
|
+
className?: string;
|
|
4815
|
+
/**
|
|
4816
|
+
* this property sets the alt text when source cant be loaded
|
|
4817
|
+
*/
|
|
4818
|
+
alt?: string;
|
|
4819
|
+
/**
|
|
4820
|
+
* this property sets if should hide logo
|
|
4821
|
+
*/
|
|
4822
|
+
hideLogo?: boolean;
|
|
4823
|
+
}
|
|
4824
|
+
interface Text {
|
|
4825
|
+
/**
|
|
4826
|
+
* If the text must show more than one line, use customText instead text
|
|
4827
|
+
* */
|
|
4828
|
+
customText?: ICustomText$1[];
|
|
4829
|
+
/**
|
|
4830
|
+
* this property sets custom styles
|
|
4831
|
+
*/
|
|
4832
|
+
className?: string;
|
|
4833
|
+
}
|
|
4834
|
+
interface Icon {
|
|
4835
|
+
/**
|
|
4836
|
+
* this property sets the icon source file
|
|
4837
|
+
*/
|
|
4838
|
+
src?: string;
|
|
4839
|
+
/**
|
|
4840
|
+
* this property sets custom styles
|
|
4841
|
+
*/
|
|
4842
|
+
className?: string;
|
|
4843
|
+
/**
|
|
4844
|
+
* this property sets the alt text when source cant be loaded
|
|
4845
|
+
*/
|
|
4846
|
+
alt?: string;
|
|
4847
|
+
/**
|
|
4848
|
+
* this property set the icon show the source when there is a mobile resolution
|
|
4849
|
+
*/
|
|
4850
|
+
showIconMobile?: boolean;
|
|
4851
|
+
}
|
|
4852
|
+
}
|
|
4853
|
+
|
|
4854
|
+
declare const SimilarCard: React$1.FC<ISimilarCard> & {
|
|
4855
|
+
Text: React$1.FC<IText>;
|
|
4856
|
+
Logo: React$1.FC<ISimilarCard.Logo>;
|
|
4857
|
+
Icon: React$1.FC<ISimilarCard.Icon>;
|
|
4858
|
+
};
|
|
4859
|
+
|
|
4860
|
+
declare const SimilarCardLogo: React$1.FC<ISimilarCard.Logo>;
|
|
4861
|
+
|
|
4862
|
+
declare const SimilarCardIcon: React$1.FC<ISimilarCard.Icon>;
|
|
4863
|
+
|
|
4543
4864
|
interface IJobsPage {
|
|
4544
4865
|
/**
|
|
4545
4866
|
* Props for the filter bottom header section.
|
|
@@ -5075,4 +5396,4 @@ declare const withMegaMenuContainer: <T>(WrappedComponent: React$1.FC<T>) => Rea
|
|
|
5075
5396
|
wrapperProps: T;
|
|
5076
5397
|
}>;
|
|
5077
5398
|
|
|
5078
|
-
export { Actions, Alert, AlphabetFilter, AnalystTemplate, Avatar, Badge, BarLoader, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$2 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, Checkbox, CitiesDetailDrawer, ComparativeCounter, ComponentProps, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, Drawer, DrawerMenu, 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, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, ICheckbox, ICitiesDetailDrawer, ICityDetail, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IExpandableInfoProps, IFieldsAlias, IFilter, IFilterActions, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, IFiltersRef, IFooterList, IFrequentSearch, IGetOptionsOnSearchProps, IHeaderAnalystProps, IHeaderDrawerCompany, IHeaderDrawerTabs, IHeaderTab, IHeaderTabs, IImage, IJobApplyCard, IJobCard, IJobCompanyHeader, IJobCompanyLogo, IJobDetailCard, IJobDetails, IJobDetailsDrawer, IJobFooterCard, IJobHeader, IJobSkillsCard, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalystProps, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, 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, ModalResponsive, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, OneSelectionEntry, Pagination, Paragraph, Popover, ProcessesCard, 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, TToggleButtonList, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, ToggleButtonList, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, useMediaQuery, withClickOut, withMegaMenuContainer };
|
|
5399
|
+
export { Actions, Alert, AlertJobStatus, AlertJobStatusContainer, AlertJobStatusIcon, AlphabetFilter, AnalystTemplate, Avatar, Badge, BarLoader, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$2 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, Checkbox, CitiesDetailDrawer, ComparativeCounter, ComponentProps, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, Drawer, DrawerMenu, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FraudCardJob, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, IActions, IAlert, IAlertJobStatus, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, ICheckbox, ICitiesDetailDrawer, ICityDetail, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IExpandableInfoProps, IFieldsAlias, IFilter, IFilterActions, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, IFiltersRef, IFooterList, IFrequentSearch, IGetOptionsOnSearchProps, IHeaderAnalystProps, IHeaderDrawerCompany, IHeaderDrawerTabs, IHeaderTab, IHeaderTabs, IImage, IJobApplyCard, IJobCard, IJobCompanyHeader, IJobCompanyLogo, IJobDetailCard, IJobDetails, IJobDetailsDrawer, IJobFooterCard, IJobHeader, IJobSkillsCard, IJobSuggestedDrawer, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalystProps, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuTab, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessageProps, IMobileDatePicker, IMobileDrawer, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, IOption, IOptionValues, IPaginationProps, IParagraph, IPopover, IRadioCommonProps, IRadioProps, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, ISelect, ISetIsApplied, ISettings, IShareButton, IShareLink, IShareLinksActions, ISharePopover, ISideFilter, ISimilarCard, ISimilarCardData, ISimilarJobsCard, ISkill, ISortBar, ISortMenu, ISortMenuItem, ISubCompanyAnalyst, ISuggestedJobsPage, ISwitch, ITab, ITabButton, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, IVacancies$1 as IVacancies, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, Input, InputPlus, InputSearch, JobActions, JobApplyCard, JobCard, JobCardDesktop, JobCardMobile, JobCompanyHeader, JobCompanyLogo, JobDetailCard, JobDetailContainer, JobDetails, JobDetailsDrawer, JobFooterCard, JobHeader, JobRequirementsElement, JobSkillsCard, JobSuggestedDrawer, JobSuggestedHeader, JobSuggestedSimilarJobs, JobVideo, JobsPage, Link, LinkElement, LinkType, ListIconLink, ListMenuIcons, ListMenuItems, ListMenuText, ListSortMenu, Loading, LoginHeader, LoginJobsHeader, LoginJobsTemplate, LoginTemplate, LogoComponent, LogoutHeader, LogoutJobsHeader, LogoutJobsTemplate, LogoutTemplate, MagnetoResolution, MagnetoSocialMedia, ContextAppProvider as MagnetoUIProvider, MainButton, MegaMenu, MegaMenuCard, MegaMenuCards, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuSideCards, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$1 as Modal, ModalAnalyst, ModalResponsive, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, OneSelectionEntry, Pagination, Paragraph, Popover, ProcessesCard, Radio, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarCard, SimilarCardIcon, SimilarCardLogo, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default as SortMenu, SuggestedJobsPage, Switch, TExpandableInfoSize, TExpandableInfoVariant, TMessageType, TToggleButtonList, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, Timeline, TimelineEvent, TimelineEventProps, TimelineEventStatus, ToggleButton, ToggleButtonList, Tooltip, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, useMediaQuery, withClickOut, withMegaMenuContainer };
|
package/package.json
CHANGED