vrfi-design-system 1.2.26 → 1.2.27

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.
@@ -0,0 +1,1478 @@
1
+ import { ActionType } from '../../enums/trigger';
2
+ import { Align } from '../../enums/align.enum';
3
+ import { AllowedCountries } from '../../enums/allowedCountries.enum';
4
+ import { AllowedCountries as AllowedCountries_2 } from '../../../../enums/allowedCountries.enum';
5
+ import { RadioProps as AntdRadioProps } from 'antd';
6
+ import { default as AuthBanner } from '../../views/Auth/AuthBanner';
7
+ import { AuthBannerTextType } from '../../views/Auth/AuthBanner/authBanner.constants';
8
+ import { default as AuthForm } from '../../views/Auth/AuthForm';
9
+ import { AuthFormProps } from './../../views/Auth/AuthForm/index';
10
+ import { AvatarSize } from '../../enums/avatarSize.enum';
11
+ import { AvatarSize as AvatarSize_2 } from '../../../enums/avatarSize.enum';
12
+ import { BadgeType } from '../../enums/badgeType.enum';
13
+ import { BadgeType as BadgeType_2 } from '../../../enums/badgeType.enum';
14
+ import { ButtonType } from '../../enums/buttonType';
15
+ import { ButtonType as ButtonType_2 } from 'antd/lib/button';
16
+ import { Calendar } from 'antd';
17
+ import { CalendarProps } from 'antd';
18
+ import { CheckboxGroupProps as CheckboxGroupProps_2 } from 'antd/lib/checkbox';
19
+ import { CheckboxOptionType } from 'antd/lib/checkbox/Group';
20
+ import { default as Col } from 'antd/lib/col';
21
+ import { CollapseProps } from 'antd';
22
+ import { Colors } from '../../enums/colors.enum';
23
+ import { ColProps } from 'antd/lib/col';
24
+ import { ColumnGroupType } from 'antd/lib/table';
25
+ import { ColumnProps } from 'antd/lib/table';
26
+ import { ColumnSortOrder } from './../../enums/columnSortOrder.enum';
27
+ import { ColumnsType } from 'antd/lib/table';
28
+ import { ColumnsType as ColumnsType_2 } from 'antd/es/table/InternalTable';
29
+ import { ColumnType } from 'antd/lib/table';
30
+ import { Control } from 'react-hook-form';
31
+ import { ControllerRenderProps } from 'react-hook-form';
32
+ import { CSSProperties } from 'react';
33
+ import { default as DatePickerAntd } from 'antd/lib/date-picker';
34
+ import { DatePickerProps } from 'antd';
35
+ import { default as default_2 } from 'react';
36
+ import { default as default_3 } from 'dayjs';
37
+ import { DocumentStatusEnum } from '../../enums/documentStatus.enum';
38
+ import { DocumentStatusEnum as DocumentStatusEnum_2 } from '../../../enums/documentStatus.enum';
39
+ import { DocVerificationStatus } from '../../enums/docVerificationStatus.enum';
40
+ import { DOM_ELEMENT_ROLE } from './../../enums/domElementRole.enum';
41
+ import { DrawerProps as DrawerProps_2 } from 'antd';
42
+ import { Dropdown } from 'antd';
43
+ import { FC } from 'react';
44
+ import { FieldValues } from 'react-hook-form';
45
+ import { FilterValue } from 'antd/lib/table/interface';
46
+ import { FooterDetailsProps } from '../types/footerDetails';
47
+ import { FooterDetailsProps as FooterDetailsProps_2 } from '../../types/footerDetails';
48
+ import { formatTimeAgo } from '../utils/formatTimeAgo';
49
+ import { FormValidationTriggers } from '../../enums/formTriggers.enum';
50
+ import { GenderProfileEnum } from '../../enums/genderProfile.enum';
51
+ import { GenderProfileEnum as GenderProfileEnum_2 } from '../../../enums/genderProfile.enum';
52
+ import { GenderValueEnum } from '../../enums/genderProfile.enum';
53
+ import { HTMLAttributes } from 'react';
54
+ import { HtmlButtonType } from '../../enums/buttonType';
55
+ import { HtmlButtonType as HtmlButtonType_2 } from '../../../enums/buttonType';
56
+ import { Icons } from '../../enums/icons.enum';
57
+ import { Icons as Icons_2 } from '../../../enums/icons.enum';
58
+ import { InputProps } from 'antd/lib';
59
+ import { InputProps as InputProps_2 } from 'antd';
60
+ import { InputRef } from 'antd';
61
+ import { InputRef as InputRef_2 } from 'antd/lib/input';
62
+ import { InputTypes } from '../../enums/inputType.enum';
63
+ import { InputTypes as InputTypes_2 } from '../../../enums/inputType.enum';
64
+ import { JobStatus } from '../../../enums/jobStatus.enum';
65
+ import { JobTypeEnum } from '../../enums/jobType.enum';
66
+ import { JobTypeEnum as JobTypeEnum_2 } from '../../../enums/jobType.enum';
67
+ import { JSX as JSX_2 } from 'react';
68
+ import { Justify } from '../../enums/justify.enum';
69
+ import { LabelType } from './../../enums/labelType.enum';
70
+ import { LabelType as LabelType_2 } from '../../../enums/labelType.enum';
71
+ import { Layout } from 'antd';
72
+ import { LoaderSizes } from '../../../enums/LoaderSizes';
73
+ import { Menu } from 'antd';
74
+ import { MenuMode } from '../../enums/menuMode';
75
+ import { MenuProps } from 'antd/lib';
76
+ import { MobileInputValue } from '../types/mobileInputValue.type';
77
+ import { MobileInputValue as MobileInputValue_2 } from '../../../types/mobileInputValue.type';
78
+ import { ModalProps as ModalProps_2 } from 'antd/lib/modal';
79
+ import { MouseEvent as MouseEvent_2 } from 'react';
80
+ import { NotificationTypes } from '../../enums/notificationTypes';
81
+ import { PasswordProps } from 'antd/es/input';
82
+ import { Placement } from '../../enums/placement';
83
+ import { default as Popover } from 'antd/lib/popover';
84
+ import { PopoverProps } from 'antd';
85
+ import { ProfileDetailFooterTypes } from '../../enums/profileDetailFooter.enum';
86
+ import { PropsWithChildren } from 'react';
87
+ import { RadioChangeEvent } from 'antd';
88
+ import { RadioGroupProps } from 'antd';
89
+ import { RateProps as RateProps_2 } from 'antd';
90
+ import { ReactElement } from 'react';
91
+ import { ReactNode } from 'react';
92
+ import { RegisterOptions } from 'react-hook-form';
93
+ import { default as Row } from 'antd/lib/row';
94
+ import { RowProps } from 'antd/lib/row';
95
+ import { SegmentedProps as SegmentedProps_2 } from 'antd';
96
+ import { SegmentedValue } from 'rc-segmented';
97
+ import { SelectProps } from 'antd';
98
+ import { SelectType } from './../../enums/selectType.enum';
99
+ import { SelectType as SelectType_2 } from '../../../../enums/selectType.enum';
100
+ import { SidebarMenuProps } from '../types/SidebarRouteProps';
101
+ import { SidebarMenuProps as SidebarMenuProps_2 } from '../..//types/SidebarRouteProps';
102
+ import { Size } from '../../enums/size.enum';
103
+ import { Size as Size_2 } from '../../../enums/size.enum';
104
+ import { SizeType } from 'antd/lib/config-provider/SizeContext';
105
+ import { SizeType as SizeType_2 } from 'antd/es/config-provider/SizeContext';
106
+ import { default as Skeleton } from 'antd/lib/skeleton';
107
+ import { SkeletonProps } from 'antd/lib/skeleton';
108
+ import { SliderRangeProps } from 'antd/lib/slider';
109
+ import { SliderSingleProps } from 'antd';
110
+ import { SorterResult } from 'antd/lib/table/interface';
111
+ import { SortOrder } from 'antd/lib/table/interface';
112
+ import { SortOrderKeys } from './../../enums/sortOrderKeys.enum';
113
+ import { SoundEnum } from '../../enums/sound.enum';
114
+ import { default as Space } from 'antd/lib/space';
115
+ import { StatusTypes } from '../../enums/statusTypes.enum';
116
+ import { StatusTypes as StatusTypes_2 } from '../../../enums/statusTypes.enum';
117
+ import { default as Switch } from 'antd/lib/switch';
118
+ import { SwitchProps } from 'antd/lib/switch';
119
+ import { SwitchProps as SwitchProps_2 } from 'antd';
120
+ import { TableCurrentDataSource } from 'antd/lib/table/interface';
121
+ import { TableLayout } from '../../enums/tableType.enum';
122
+ import { TablePaginationConfig } from 'antd/lib/table/interface';
123
+ import { TablePaginationConfig as TablePaginationConfig_2 } from 'antd';
124
+ import { TableProps } from 'antd/lib/table';
125
+ import { TableProps as TableProps_2 } from 'antd';
126
+ import { TableProps as TableProps_3 } from 'rc-table/lib/Table';
127
+ import { TableRef } from 'antd/lib/table';
128
+ import { TableType } from '../../enums/tableType.enum';
129
+ import { TableType as TableType_2 } from '../../../enums/tableType.enum';
130
+ import { TabsProps as TabsProps_2 } from 'antd';
131
+ import { TabsType } from 'antd/es/tabs';
132
+ import { TextAreaProps as TextAreaProps_2 } from 'antd/es/input';
133
+ import { TimePickerProps } from 'antd';
134
+ import { TitleHeaderStatus } from '../../enums/titleHeaderStatus.enum';
135
+ import { TitleHeaderStatus as TitleHeaderStatus_2 } from '../../../enums/titleHeaderStatus.enum';
136
+ import { TooltipProps } from 'antd/es/tooltip';
137
+ import { Typography } from 'antd';
138
+ import { TypographyProps } from 'antd';
139
+ import { UploadFile } from 'antd/lib/upload/interface';
140
+ import { UploadFile as UploadFile_2 } from 'antd';
141
+ import { UploadInputTypes } from '../../enums/uploadInputTypes.enum';
142
+ import { UploadInputTypes as UploadInputTypes_2 } from '../../../../enums/uploadInputTypes.enum';
143
+ import { UploadInputTypes as UploadInputTypes_3 } from '../../../../../enums/uploadInputTypes.enum';
144
+ import { UploadProps } from 'antd';
145
+ import { UploadProps as UploadProps_2 } from 'antd/lib';
146
+ import { default as useForm } from '../hooks/useForm';
147
+ import { UseFormProps } from 'react-hook-form';
148
+ import { useFormProps } from '../hooks/useForm';
149
+ import { UseFormReturn } from 'react-hook-form';
150
+ import { UserType } from '../../enums/userTypes.enum';
151
+ import { UserType as UserType_2 } from '../../../enums/userTypes.enum';
152
+ import { UserType as UserType_3 } from '../../../../enums/userTypes.enum';
153
+ import { VerificationTypes } from '../../enums/verificationTypes.enum';
154
+ import { VerificationTypes as VerificationTypes_2 } from '../../../enums/verificationTypes.enum';
155
+ import * as Yup from 'yup';
156
+
157
+ export declare const Accordian: default_2.FC<AccordionProps>;
158
+
159
+ export declare interface AccordionItem {
160
+ id: string;
161
+ title: ReactNode;
162
+ description: ReactNode;
163
+ }
164
+
165
+ declare interface AccordionProps extends CollapseProps {
166
+ accordionList: AccordionItem[];
167
+ }
168
+
169
+ export { ActionType }
170
+
171
+ export declare const AgencyDocumentCard: default_2.FC<AgencyDocumentCardProps>;
172
+
173
+ declare interface AgencyDocumentCardProps {
174
+ fileName?: string;
175
+ showPreviewIcon?: Boolean;
176
+ showDownloadIcon?: Boolean;
177
+ url?: string;
178
+ vaildFrom?: string;
179
+ expiresOn?: string;
180
+ verificationStatus?: string;
181
+ showStatusIcon?: boolean;
182
+ }
183
+
184
+ export declare const AgencyJobCard: FC<AgencyJobCardProps>;
185
+
186
+ declare interface AgencyJobCardProps extends HTMLAttributes<HTMLDivElement> {
187
+ assignedNames?: string[];
188
+ badges: BadgeProps[];
189
+ bodyList: ListItemProps[];
190
+ createdBy: Omit<CustomAvatarProps, "size">;
191
+ headerExtra?: ReactNode;
192
+ status: JobStatus;
193
+ title: string;
194
+ footerExtra?: ReactNode;
195
+ footerLeftExtra?: ReactNode;
196
+ }
197
+
198
+ export { Align }
199
+
200
+ export { AllowedCountries }
201
+
202
+ export { AntdRadioProps }
203
+
204
+ export declare const ApplicationHeader: default_2.FC<ApplicationHeaderProps>;
205
+
206
+ export declare interface ApplicationHeaderProps {
207
+ userName: string;
208
+ activeMenu: string;
209
+ menuItems: MenuItem[];
210
+ dropdownItems?: MenuItem[];
211
+ onClick: MenuProps["onClick"];
212
+ notificationClickHandler: () => void;
213
+ onSearch?: (event: default_2.ChangeEvent<HTMLInputElement>) => void;
214
+ onClear?: () => void;
215
+ searchPlaceholder?: string;
216
+ searchValue?: string;
217
+ }
218
+
219
+ export declare interface AssignedEmployerProps {
220
+ data?: EmployerDataType[];
221
+ noDataHeading?: string;
222
+ noDataSubheading?: string;
223
+ noDataIcon: ReactElement;
224
+ profileAssignedHeading: string;
225
+ }
226
+
227
+ declare interface Attachment {
228
+ id?: number;
229
+ documentType?: string;
230
+ approvalStatus?: string | null;
231
+ attachment?: {
232
+ url?: string;
233
+ documentExpiry?: string | null;
234
+ filename?: string;
235
+ issuedFromDate?: string | null;
236
+ };
237
+ }
238
+
239
+ export { AuthBanner }
240
+
241
+ export { AuthBannerTextType }
242
+
243
+ export { AuthForm }
244
+
245
+ export { AuthFormProps }
246
+
247
+ export declare interface AvatarCardProps {
248
+ name: string;
249
+ backgroundUrl?: string;
250
+ email: string;
251
+ textMaxWidth?: number;
252
+ className?: string;
253
+ copyEmail?: boolean;
254
+ userId?: string;
255
+ time?: string;
256
+ date?: string;
257
+ }
258
+
259
+ export declare interface AvatarProps {
260
+ names: string[];
261
+ className?: string;
262
+ minCount?: number;
263
+ }
264
+
265
+ export { AvatarSize }
266
+
267
+ export declare function AvatarWithDetailsCard(props: AvatarCardProps): default_2.JSX.Element;
268
+
269
+ export declare const AvatarWithInitials: ({ names, className, minCount, }: AvatarProps) => default_2.JSX.Element;
270
+
271
+ export declare const Badge: FC<BadgeProps>;
272
+
273
+ export declare interface BadgeProps extends HTMLAttributes<HTMLSpanElement> {
274
+ className?: string;
275
+ text: string;
276
+ type?: BadgeType_2;
277
+ }
278
+
279
+ export { BadgeType }
280
+
281
+ export declare const Bookmark: (props: BookmarkProps) => default_2.JSX.Element;
282
+
283
+ export declare interface BookmarkProps {
284
+ onClick: () => boolean;
285
+ }
286
+
287
+ export declare const Button: FC<ButtonProps>;
288
+
289
+ export declare interface ButtonProps {
290
+ onClick?: (event: MouseEvent_2) => void;
291
+ children: ReactNode;
292
+ htmlType?: HtmlButtonType_2;
293
+ type?: ButtonType_2;
294
+ className?: string;
295
+ moduleClassName?: string;
296
+ icon?: any;
297
+ disabled?: boolean;
298
+ size?: SizeType;
299
+ loading?: boolean;
300
+ name?: string;
301
+ target?: string;
302
+ href?: string;
303
+ block?: boolean;
304
+ outlinetype?: OutlineType;
305
+ }
306
+
307
+ export { ButtonType }
308
+
309
+ export { Calendar }
310
+
311
+ export { CalendarProps }
312
+
313
+ export declare const Card: FC<CardProps>;
314
+
315
+ export declare interface CardProps {
316
+ children?: default_2.ReactNode;
317
+ }
318
+
319
+ export declare const CardStats: default_2.FC<CardStatsProps>;
320
+
321
+ declare interface CardStatsProps {
322
+ title?: string;
323
+ overview: StatItem_2[];
324
+ itemsPerRow?: number;
325
+ info?: string;
326
+ }
327
+
328
+ export declare function CardWithIconAndText({ icon, heading, subHeading }: CardWithIconAndTextProps): default_2.JSX.Element;
329
+
330
+ export declare interface CardWithIconAndTextProps {
331
+ icon: ReactNode;
332
+ heading: string;
333
+ subHeading: string;
334
+ }
335
+
336
+ export declare const ChatDetails: default_2.FC<ChatDetailsProps>;
337
+
338
+ declare interface ChatDetailsProps {
339
+ selectedChat: LooseChat | null;
340
+ loggedInUserId?: number;
341
+ newMessage: string;
342
+ onMessageChange: (e: default_2.ChangeEvent<HTMLInputElement>) => void;
343
+ onSendMessage: () => void;
344
+ userType: UserType_3;
345
+ }
346
+
347
+ export declare const ChatList: <T extends GenericChatShape>({ chats, onChatClick, selectedChat, userType, }: ChatListProps<T>) => default_2.JSX.Element;
348
+
349
+ declare interface ChatListProps<T extends GenericChatShape> {
350
+ chats: T[];
351
+ onChatClick: (chat: T) => void | Promise<void>;
352
+ selectedChat: T | null;
353
+ userType?: UserType_4;
354
+ }
355
+
356
+ export declare const Checkbox: ({ children, group, options, disabled, indeterminate, defaultChecked, onChange, label, isBlock, checked, maxRows }: CheckboxProps) => default_2.JSX.Element;
357
+
358
+ export declare const CheckboxGroup: ({ label, name, isBlock, className, options, maxRows, ...props }: CheckboxGroupProps) => default_2.JSX.Element;
359
+
360
+ declare interface CheckboxGroupProps extends CheckboxGroupProps_2 {
361
+ label?: string;
362
+ isBlock?: boolean;
363
+ maxRows?: number;
364
+ }
365
+
366
+ export declare interface CheckboxProps {
367
+ children?: string | number;
368
+ disabled?: boolean;
369
+ indeterminate?: boolean;
370
+ defaultChecked?: boolean;
371
+ group?: boolean;
372
+ onChange: (checkedValue: (string | number)[]) => void;
373
+ options?: (CheckboxOptionType | string | number)[];
374
+ checked?: boolean;
375
+ label?: string;
376
+ isBlock?: boolean;
377
+ maxRows?: number;
378
+ }
379
+
380
+ export declare const CheckboxSelectField: ({ name, label, options, handleCheckboxChange, className, size, type, required, customInput, ...props }: CheckboxSelectFieldProps) => default_2.JSX.Element;
381
+
382
+ export declare interface CheckboxSelectFieldProps extends SelectPropsBase {
383
+ selectedOptions?: (string | number)[];
384
+ handleCheckboxChange?: (value: string) => void;
385
+ }
386
+
387
+ export declare const CheckBoxWithFormWrapper: ({ name, onCheckboxChange, group, children, singleSelectionMode, customOptionDisplay, options, defaultValue, preserveSelectionsAcrossPagination, ...props }: CheckBoxWithFormWrapperProps) => default_2.JSX.Element;
388
+
389
+ declare interface CheckBoxWithFormWrapperProps {
390
+ children?: default_2.ReactNode;
391
+ disabled?: boolean;
392
+ indeterminate?: boolean;
393
+ group?: boolean;
394
+ onCheckboxChange?: (event: string | number | boolean | (string | number)[] | null) => void;
395
+ options?: (CheckboxOptionType | string | number)[];
396
+ name: string;
397
+ className?: string;
398
+ singleSelectionMode?: boolean;
399
+ customOptionDisplay?: boolean;
400
+ defaultValue?: boolean;
401
+ preserveSelectionsAcrossPagination?: boolean;
402
+ value?: string | number | boolean | (string | number)[] | null;
403
+ }
404
+
405
+ export { Col }
406
+
407
+ export { Colors }
408
+
409
+ declare type Colors_2 = Record<string, string> | string[];
410
+
411
+ export { ColProps }
412
+
413
+ export { ColumnGroupType }
414
+
415
+ export { ColumnProps }
416
+
417
+ export { ColumnSortOrder }
418
+
419
+ export { ColumnsType }
420
+
421
+ export { ColumnType }
422
+
423
+ export declare type CommonSliderProps = Omit<SliderSingleProps, "range" | "defaultValue"> & Omit<SliderRangeProps, "range" | "defaultValue">;
424
+
425
+ export declare const CustomAvatar: ({ name, size, imageUrl, isExtra, isTextImage, isWorkspace, workspaceSwitcher, }: CustomAvatarProps) => default_2.JSX.Element;
426
+
427
+ export declare type CustomAvatarProps = {
428
+ name: string;
429
+ size: AvatarSize_2 | number;
430
+ imageUrl?: string;
431
+ isExtra?: boolean;
432
+ isTextImage?: boolean;
433
+ isWorkspace?: boolean;
434
+ workspaceSwitcher?: boolean;
435
+ };
436
+
437
+ declare interface CustomDropDownFileUploadProps extends Omit<UploadProps_2, "onChange"> {
438
+ value?: UploadFile_2[];
439
+ onChange: (fileList: UploadFile_2[]) => void | boolean;
440
+ uploadIcon?: string;
441
+ uploadHint?: ReactNode;
442
+ fileTypes?: string;
443
+ actionURL?: string;
444
+ multiple?: boolean;
445
+ maxCount?: number;
446
+ uploadTitle?: string;
447
+ supportedFileType?: string[];
448
+ maxFileSize?: number;
449
+ className?: string;
450
+ dropdownOptions: {
451
+ [key: string]: string | number;
452
+ }[];
453
+ dropdownName: string;
454
+ selectLabel: string;
455
+ required?: boolean;
456
+ loading?: boolean;
457
+ uploadInputType?: UploadInputTypes_2;
458
+ primaryUploadText?: string;
459
+ secondaryUploadText?: string;
460
+ }
461
+
462
+ export declare interface CustomInputProps {
463
+ label?: string;
464
+ name: string;
465
+ placeholder?: string;
466
+ type?: InputTypes_2;
467
+ prefix?: ReactNode;
468
+ textLabel?: string;
469
+ required?: boolean;
470
+ customOnChange?: (event: default_2.ChangeEvent<HTMLInputElement | HTMLTextAreaElement> | default_3.Dayjs | null, field: ControllerRenderProps<FieldValues, string>) => void;
471
+ control?: Control<FieldValues>;
472
+ rules?: RegisterOptions;
473
+ customInput?: boolean;
474
+ }
475
+
476
+ export declare const CustomModal: default_2.FC<CustomModalProps>;
477
+
478
+ declare interface CustomModalProps {
479
+ modalType: CustomModalTypes;
480
+ description?: string;
481
+ btnText?: string;
482
+ onClick?: () => void;
483
+ onCancel?: () => void;
484
+ visible: boolean;
485
+ }
486
+
487
+ export declare enum CustomModalTypes {
488
+ SUCCESS = "success",
489
+ WARNING = "warning",
490
+ SORRY = "sorry"
491
+ }
492
+
493
+ export declare interface CustomTooltipProps extends Omit<TooltipProps, 'title'> {
494
+ icon?: ReactNode;
495
+ title: ReactNode;
496
+ }
497
+
498
+ declare interface CustomUploadProps extends Omit<UploadProps, "onChange"> {
499
+ value?: UploadFile_2[];
500
+ onChange: (fileList: UploadFile_2[]) => void | boolean;
501
+ uploadIcon?: string;
502
+ uploadHint?: ReactNode;
503
+ fileTypes?: string;
504
+ actionURL?: string;
505
+ multiple?: boolean;
506
+ maxCount?: number;
507
+ uploadTitle?: string;
508
+ supportedFileType?: string[];
509
+ maxFileSize?: number;
510
+ className?: string;
511
+ required?: boolean;
512
+ loading?: boolean;
513
+ fileNamePrefix?: string;
514
+ uploadInputType?: UploadInputTypes_2;
515
+ showFileNameFormat?: boolean;
516
+ docNamingConvention?: string;
517
+ documentTypes?: string;
518
+ labelTitle?: string;
519
+ primaryUploadText?: string;
520
+ secondaryUploadText?: string;
521
+ }
522
+
523
+ export declare const DashboardCard: (props: DashboardCardProps) => default_2.JSX.Element;
524
+
525
+ export declare interface DashboardCardProps {
526
+ data: Stats[];
527
+ }
528
+
529
+ export declare const DashboardStats: default_2.FC<DashboardStatsProps>;
530
+
531
+ declare interface DashboardStatsProps extends HTMLAttributes<HTMLDivElement> {
532
+ dashboardData: StatGroup[];
533
+ isLightTheme?: boolean;
534
+ }
535
+
536
+ export declare const DatePicker: default_2.FC<DatePickerComponentProps>;
537
+
538
+ export { DatePickerAntd }
539
+
540
+ declare type DatePickerComponentProps = CustomInputProps & Omit<DatePickerProps, "name" | "value"> & {
541
+ value?: string;
542
+ format?: string;
543
+ };
544
+
545
+ export declare const Disclaimer: FC<DisclaimerProps>;
546
+
547
+ declare interface DisclaimerProps {
548
+ content?: string;
549
+ }
550
+
551
+ export declare const DocumentCard: ({ name, onDownload }: DocumentCardProps) => default_2.JSX.Element;
552
+
553
+ declare interface DocumentCardProps {
554
+ name: string;
555
+ onDownload?: () => void;
556
+ }
557
+
558
+ export declare const DocumentDisplay: default_2.FC<Props>;
559
+
560
+ export declare function DocumentStatus(props: DocumentStatusTypes): default_2.JSX.Element;
561
+
562
+ export { DocumentStatusEnum }
563
+
564
+ export declare type DocumentStatusTypes = {
565
+ documentType: DocumentStatusEnum_2;
566
+ };
567
+
568
+ export declare const DocumentView: FC<DocumentViewProps>;
569
+
570
+ export declare interface DocumentViewProps {
571
+ title: string;
572
+ }
573
+
574
+ export { DocVerificationStatus }
575
+
576
+ export { DOM_ELEMENT_ROLE }
577
+
578
+ export declare const Drawer: FC<DrawerProps>;
579
+
580
+ export declare interface DrawerProps extends DrawerProps_2 {
581
+ title: ReactNode;
582
+ width?: number;
583
+ closable: boolean;
584
+ onClose: () => void;
585
+ open: boolean;
586
+ closeIcon?: ReactNode;
587
+ footer?: ReactNode;
588
+ size?: DrawerProps_2["size"];
589
+ zIndex?: number;
590
+ children: JSX_2.Element;
591
+ placement?: "top" | "bottom" | "left" | "right";
592
+ subHeading?: string;
593
+ }
594
+
595
+ export { Dropdown }
596
+
597
+ export declare const EllipsisWithTooltip: default_2.FC<EllipsisWithTooltipProps>;
598
+
599
+ export declare interface EllipsisWithTooltipProps {
600
+ text: string;
601
+ maxWidth?: number;
602
+ textClassName?: string;
603
+ copyText?: boolean;
604
+ userId?: string;
605
+ lineClamp?: number;
606
+ }
607
+
608
+ declare type EmployerDataType = {
609
+ name: string;
610
+ startDate: string;
611
+ };
612
+
613
+ declare const Error_2: FC<ErrorProps>;
614
+ export { Error_2 as Error }
615
+
616
+ declare interface ErrorProps {
617
+ fieldName: string;
618
+ customInput?: boolean;
619
+ }
620
+
621
+ export declare const FileUpload: ({ actionURL, uploadIcon, fileTypes, multiple, maxCount, handleChange, maxFileSize, supportedFileType, uploadTitle }: FileUploadProps) => default_2.JSX.Element;
622
+
623
+ export declare interface FileUploadProps {
624
+ children?: default_2.ReactNode;
625
+ dragdrop?: boolean;
626
+ uploadIcon?: ReactNode;
627
+ uploadHint?: ReactNode;
628
+ uploadTitle?: string;
629
+ fileTypes?: string;
630
+ actionURL?: string;
631
+ multiple?: boolean;
632
+ maxCount?: number;
633
+ maxFileSize?: number;
634
+ supportedFileType?: string;
635
+ handleChange: (file: FileList | UploadFile) => void;
636
+ }
637
+
638
+ export declare const FileUploadWithDropdown: ({ loading, required, selectLabel, dropdownName, dropdownOptions, className, onChange, maxFileSize, uploadTitle, uploadIcon, supportedFileType, uploadInputType, primaryUploadText, secondaryUploadText, ...propsDragDrop }: CustomDropDownFileUploadProps) => default_2.JSX.Element;
639
+
640
+ export { FilterValue }
641
+
642
+ export declare const FloatingLabel: (props: FloatingLabelProps) => default_2.JSX.Element;
643
+
644
+ export declare interface FloatingLabelProps {
645
+ children: ReactNode;
646
+ label?: string;
647
+ value: string;
648
+ prefix?: ReactNode;
649
+ required?: boolean;
650
+ placeholder?: string;
651
+ type?: LabelType_2;
652
+ customInput?: boolean;
653
+ className?: string;
654
+ manualFocus?: boolean;
655
+ }
656
+
657
+ export { FooterDetailsProps }
658
+
659
+ export declare function Form<T extends FieldValues>({ onSubmit, children, methods, ...rest }: FormProps<T>): default_2.JSX.Element;
660
+
661
+ export { formatTimeAgo }
662
+
663
+ declare interface FormProps<T extends FieldValues> extends UseFormProps<T> {
664
+ children: ReactNode | ((methods: UseFormReturn<T>) => ReactNode | default_2.JSX.Element);
665
+ onSubmit: (data: T, methods: UseFormReturn<T>) => void;
666
+ validationSchema?: Yup.ObjectSchema<T>;
667
+ methods?: UseFormReturn<T>;
668
+ }
669
+
670
+ export { FormValidationTriggers }
671
+
672
+ export { GenderProfileEnum }
673
+
674
+ export { GenderValueEnum }
675
+
676
+ declare interface GenericChatShape {
677
+ id?: string | number;
678
+ newChatId?: string | number;
679
+ updatedAt?: string;
680
+ unreadCount?: number;
681
+ initiatorType?: string;
682
+ receiverType?: string;
683
+ lastMessage?: {
684
+ body?: string;
685
+ };
686
+ chatType?: string;
687
+ participantDetails?: {
688
+ name?: string;
689
+ profileUrl?: string;
690
+ };
691
+ }
692
+
693
+ export { HtmlButtonType }
694
+
695
+ export { Icons }
696
+
697
+ export declare interface INotification {
698
+ message: string;
699
+ description: string;
700
+ type: string;
701
+ }
702
+
703
+ export declare const InputField: default_2.ForwardRefExoticComponent<CustomInputProps & InputProps & default_2.RefAttributes<InputRef>>;
704
+
705
+ export { InputRef }
706
+
707
+ export { InputTypes }
708
+
709
+ export declare const InputWithCountry: ({ label, type, required, isdCodeName, customInput, onlyCountries, ...rest }: Omit<InputWithCountryFlagProps & InputProps_2, "icon">) => default_2.JSX.Element;
710
+
711
+ declare interface InputWithCountryFlagProps extends Omit<CustomInputProps, "customOnChange"> {
712
+ isdCodeName: string;
713
+ onChange?: (value: MobileInputValue_2) => void;
714
+ onlyCountries?: AllowedCountries_2[];
715
+ }
716
+
717
+ declare type Item = {
718
+ key: string;
719
+ label: string;
720
+ count: number;
721
+ percentage: number;
722
+ };
723
+
724
+ export declare const JobCard: FC<JobCardProps>;
725
+
726
+ declare interface JobCardProps extends HTMLAttributes<HTMLDivElement> {
727
+ assignedNames?: string[];
728
+ badges?: BadgeProps[];
729
+ bodyList: ListItemProps[];
730
+ createdBy?: Omit<CustomAvatarProps, "size">;
731
+ headerExtra?: default_2.ReactNode;
732
+ footerExtra?: default_2.ReactNode;
733
+ isOngoing?: boolean;
734
+ isCheckedIn?: boolean;
735
+ checkedInDetails?: {
736
+ statusDescription?: string;
737
+ checkInTime: string;
738
+ location: string;
739
+ };
740
+ status?: JobStatus;
741
+ jobTrackId?: string;
742
+ title: string;
743
+ showBadgesFooter?: boolean;
744
+ }
745
+
746
+ export declare const JobTrackingCard: (props: JobTrackingCardProps) => default_2.JSX.Element;
747
+
748
+ export declare interface JobTrackingCardProps {
749
+ title: string;
750
+ identifier: string | number;
751
+ date: string;
752
+ activeKey?: string | number;
753
+ isTableCard?: boolean;
754
+ }
755
+
756
+ export { JobTypeEnum }
757
+
758
+ export { Justify }
759
+
760
+ export declare const Label: default_2.FC<LabelProps>;
761
+
762
+ export declare interface LabelProps {
763
+ label?: string;
764
+ required?: boolean;
765
+ className?: string;
766
+ }
767
+
768
+ export { LabelType }
769
+
770
+ export { Layout }
771
+
772
+ export declare const ListingTableHeader: (props: ListingTableHeaderProps) => default_2.JSX.Element;
773
+
774
+ export declare interface ListingTableHeaderProps {
775
+ onSearch?: (event: default_2.ChangeEvent<HTMLInputElement>) => void;
776
+ onFilter?: () => void;
777
+ onClear?: () => void;
778
+ onSettings?: () => void;
779
+ searchPlaceholder?: string;
780
+ searchValue?: string;
781
+ actionButtons?: ReactNode;
782
+ className?: string;
783
+ }
784
+
785
+ export declare const ListItem: ({ text, iconName, className, name, ...props }: ListItemProps) => default_2.JSX.Element;
786
+
787
+ declare interface ListItemProps extends HTMLAttributes<HTMLSpanElement> {
788
+ text?: default_2.ReactNode;
789
+ iconName: Icons_2;
790
+ name?: string;
791
+ }
792
+
793
+ export declare const Loader: default_2.FC<LoaderProps>;
794
+
795
+ export declare interface LoaderProps {
796
+ icon?: ReactElement;
797
+ size?: LoaderSizes;
798
+ tip?: string;
799
+ }
800
+
801
+ declare interface LooseChat {
802
+ chatType?: string;
803
+ participantDetails?: {
804
+ name?: string;
805
+ profileUrl?: string;
806
+ };
807
+ messages?: LooseMessage[];
808
+ }
809
+
810
+ declare interface LooseMessage {
811
+ id?: number;
812
+ senderType?: string;
813
+ body?: string;
814
+ createdAt?: string;
815
+ senderId?: number;
816
+ senderDetails?: SenderDetails;
817
+ }
818
+
819
+ export { Menu }
820
+
821
+ export declare type MenuItem = Required<MenuProps>["items"][number];
822
+
823
+ export { MenuMode }
824
+
825
+ export { MenuProps }
826
+
827
+ export { MobileInputValue }
828
+
829
+ export declare const Modal: default_2.FC<ModalProps>;
830
+
831
+ export declare interface ModalProps extends ModalProps_2 {
832
+ children?: default_2.ReactNode;
833
+ onClose?: () => void;
834
+ onOK?: () => void;
835
+ visible: boolean;
836
+ width?: number;
837
+ title?: string;
838
+ confirmLoading?: boolean;
839
+ modalTitleIcon?: string;
840
+ modalType?: ModalTypeEnum;
841
+ className?: string;
842
+ }
843
+
844
+ export declare enum ModalTypeEnum {
845
+ SUCCESS = "success",
846
+ DANGER = "danger",
847
+ BASIC = "basic",
848
+ WARNING = "warning",
849
+ DEFAULT = "default"
850
+ }
851
+
852
+ export declare const NoData: ({ headingText, subHeading, noDataIcon, buttonOnClick, buttonText, }: NoDataProps) => default_2.JSX.Element;
853
+
854
+ export declare interface NoDataProps {
855
+ subHeading?: string;
856
+ buttonText?: string;
857
+ buttonOnClick?: () => void;
858
+ noDataIcon?: ReactElement;
859
+ headingText?: string;
860
+ }
861
+
862
+ export declare const NoInternetScreen: () => default_2.JSX.Element;
863
+
864
+ export declare const NoRecords: ({ headingText, subHeading, noRecordsIcon }: NoRecordsProps) => default_2.JSX.Element;
865
+
866
+ export declare interface NoRecordsProps {
867
+ subHeading?: string;
868
+ noRecordsIcon?: Icons_2;
869
+ headingText?: string;
870
+ }
871
+
872
+ declare const Notification_2: ({ message, description, type, }: INotification) => unknown;
873
+ export { Notification_2 as Notification }
874
+
875
+ export declare const NotificationCard: (props: NotificationCardProps) => default_2.JSX.Element;
876
+
877
+ export declare interface NotificationCardProps extends HTMLAttributes<HTMLDivElement> {
878
+ title: string;
879
+ description: string;
880
+ createdAt: string;
881
+ avatarNames: string[];
882
+ }
883
+
884
+ export declare interface NotificationData {
885
+ id?: string;
886
+ title?: string;
887
+ timeStamp?: string;
888
+ description?: string;
889
+ icon?: string;
890
+ onAccept?: () => void;
891
+ onReject?: () => void;
892
+ onApply?: () => void;
893
+ onClick?: () => void;
894
+ }
895
+
896
+ export declare const NotificationPanel: default_2.FC<NotificationPanelProps>;
897
+
898
+ export declare interface NotificationPanelProps {
899
+ onClose: () => void;
900
+ data: NotificationData[];
901
+ title?: string;
902
+ visible: boolean;
903
+ }
904
+
905
+ export { NotificationTypes }
906
+
907
+ export declare const Offline: ({ children, }: PropsWithChildren<OfflineProps>) => default_2.JSX.Element;
908
+
909
+ declare interface OfflineProps {
910
+ }
911
+
912
+ declare type OutlineType = "primary" | "danger" | "success";
913
+
914
+ export declare const Pagination: default_2.FC<PaginationProps>;
915
+
916
+ declare interface PaginationProps {
917
+ total: number;
918
+ pageSize?: number;
919
+ currentPage: number;
920
+ onPageChange: (page: number) => void;
921
+ }
922
+
923
+ declare const PasswordField: default_2.ForwardRefExoticComponent<CustomInputProps & PasswordProps & default_2.RefAttributes<InputRef_2>>;
924
+ export { PasswordField as Password }
925
+ export { PasswordField }
926
+
927
+ export declare const PasswordValidation: default_2.FC<PasswordValidationProps>;
928
+
929
+ export declare interface PasswordValidationProps {
930
+ fieldName: string;
931
+ validationRules: ValidationRuleProps[];
932
+ }
933
+
934
+ export declare const PathIcon: default_2.MemoExoticComponent<({ count, className }: PathIconProps) => default_2.JSX.Element>;
935
+
936
+ declare interface PathIconProps {
937
+ count?: number;
938
+ className: Icons_2;
939
+ }
940
+
941
+ export declare function PieChart({ title, data, colors, height, info, }: {
942
+ title?: string;
943
+ data: Item[];
944
+ colors?: Colors_2;
945
+ height?: number;
946
+ info?: string;
947
+ }): default_2.JSX.Element;
948
+
949
+ export { Placement }
950
+
951
+ export { Popover }
952
+
953
+ export declare const PopoverIconCard: (props: PopoverIconCardProps) => default_2.JSX.Element;
954
+
955
+ export declare interface PopoverIconCardProps {
956
+ title: string;
957
+ text: string;
958
+ editIconClick?: (e: MouseEvent_2<HTMLElement>) => void;
959
+ deleteIconClick?: (e: MouseEvent_2<HTMLElement>) => void;
960
+ icon?: Icons_2;
961
+ className?: string;
962
+ }
963
+
964
+ export { PopoverProps }
965
+
966
+ export declare const PreviewCard: default_2.FC<PreviewCardProps>;
967
+
968
+ declare interface PreviewCardProps {
969
+ fileName: string;
970
+ url?: string;
971
+ showPreviewIcon?: boolean;
972
+ className?: string;
973
+ isProfileDocCard?: boolean;
974
+ isCandidateDocCard?: boolean;
975
+ onDelete?: () => void;
976
+ expiryDate?: string;
977
+ showDownloadIcon?: boolean;
978
+ verificationStatus?: string;
979
+ canUpload?: boolean;
980
+ handleUploadClick?: (fileName: string) => void;
981
+ handleExpiryEdit?: () => void;
982
+ }
983
+
984
+ export declare const PreviewDocumentsCard: default_2.FC<PreviewDocumentsCardProps>;
985
+
986
+ export declare interface PreviewDocumentsCardProps {
987
+ fileName: string;
988
+ onRemove: () => void;
989
+ onRename?: (newName: string) => void;
990
+ canRename?: boolean;
991
+ canView?: boolean;
992
+ fileUrl?: string;
993
+ }
994
+
995
+ export declare const PreviewModal: (props: PreviewModalProps) => default_2.JSX.Element;
996
+
997
+ export declare interface PreviewModalProps {
998
+ visible: boolean;
999
+ toggleVisiblity: () => void;
1000
+ fileName: string;
1001
+ url: string;
1002
+ }
1003
+
1004
+ export declare function ProfileAssignedCard({ name }: ProfileAssignedCardProps): default_2.JSX.Element;
1005
+
1006
+ export declare interface ProfileAssignedCardProps {
1007
+ name: string;
1008
+ }
1009
+
1010
+ export declare const ProfileAssignedEmployer: ({ data, profileAssignedHeading, noDataHeading, noDataSubheading, noDataIcon, }: AssignedEmployerProps) => default_2.JSX.Element;
1011
+
1012
+ export declare interface ProfileAttachmentProps {
1013
+ data?: DocumentCardProps[];
1014
+ title?: string;
1015
+ }
1016
+
1017
+ export declare const ProfileAttachments: ({ data, title }: ProfileAttachmentProps) => default_2.JSX.Element;
1018
+
1019
+ export declare const ProfileDetail: (props: ProfileDetailProps) => default_2.JSX.Element;
1020
+
1021
+ export { ProfileDetailFooterTypes }
1022
+
1023
+ export declare interface ProfileDetailProps {
1024
+ name?: string;
1025
+ phoneNumber?: string;
1026
+ email?: string;
1027
+ address?: string;
1028
+ gender?: GenderProfileEnum_2;
1029
+ jobType?: JobTypeEnum_2;
1030
+ jobTitle?: string[];
1031
+ skills?: string[];
1032
+ yearsOfExperience?: number | string;
1033
+ userId?: string;
1034
+ imageUrl?: string;
1035
+ verified?: boolean;
1036
+ sinNumber?: number;
1037
+ footerDetails?: boolean;
1038
+ agencyName?: string;
1039
+ verificationType?: string;
1040
+ verificationDocument?: string;
1041
+ verificationExpiryDate?: string;
1042
+ userType?: UserType_2;
1043
+ userAttachment?: PreviewCardProps;
1044
+ textImage?: boolean;
1045
+ }
1046
+
1047
+ declare interface Props {
1048
+ title?: string;
1049
+ items: Attachment[];
1050
+ isViewAllButton?: boolean;
1051
+ }
1052
+
1053
+ export { RadioChangeEvent }
1054
+
1055
+ export declare function RadioGroup({ name, required, label, options, customOnChange, ...rest }: RadioProps): default_2.JSX.Element;
1056
+
1057
+ export { RadioGroupProps }
1058
+
1059
+ export declare interface RadioProps extends AntdRadioProps, Pick<RadioGroupProps, "options"> {
1060
+ name: string;
1061
+ label?: string;
1062
+ required?: boolean;
1063
+ customOnChange?: (event: RadioChangeEvent | null, field: ControllerRenderProps<FieldValues, string>) => void;
1064
+ }
1065
+
1066
+ export declare const Rate: FC<RateProps>;
1067
+
1068
+ export declare interface RateProps extends Omit<RateProps_2, "characterRender" | "character"> {
1069
+ isCandidate?: boolean;
1070
+ }
1071
+
1072
+ export declare const RatingCard: (props: RatingCardProps) => default_2.JSX.Element;
1073
+
1074
+ export declare interface RatingCardProps {
1075
+ rating: string;
1076
+ candidateNames: string[];
1077
+ ratingStars: number;
1078
+ date?: string;
1079
+ time?: string;
1080
+ className?: string;
1081
+ }
1082
+
1083
+ declare interface RatingItem {
1084
+ stars: number;
1085
+ percentage: number;
1086
+ }
1087
+
1088
+ export declare const RatingProgressBar: default_2.FC<RatingProgressBarProps>;
1089
+
1090
+ declare interface RatingProgressBarProps {
1091
+ ratings: RatingItem[];
1092
+ totalCandidates: number;
1093
+ className?: string;
1094
+ title?: string;
1095
+ onStarClick?: (item: RatingItem) => void;
1096
+ }
1097
+
1098
+ export declare const RatingStar: default_2.FC<RatingStarProps>;
1099
+
1100
+ export declare interface RatingStarProps {
1101
+ rating?: number;
1102
+ defaultRating?: number;
1103
+ max?: number;
1104
+ size?: number;
1105
+ onChange?: (value: number) => void;
1106
+ readOnly?: boolean;
1107
+ isCandidate?: boolean;
1108
+ }
1109
+
1110
+ export declare const RoleManagement: (props: RoleManagementProps) => default_2.JSX.Element;
1111
+
1112
+ export declare interface RoleManagementProps {
1113
+ roles: RoleManagementRole[];
1114
+ }
1115
+
1116
+ export declare interface RoleManagementRole {
1117
+ roleName: string;
1118
+ id: number;
1119
+ content: default_2.ReactNode;
1120
+ roleDescription: string;
1121
+ }
1122
+
1123
+ export { Row }
1124
+
1125
+ export { RowProps }
1126
+
1127
+ export declare interface SearchComponentProps {
1128
+ onChange: (event: default_2.ChangeEvent<HTMLInputElement>) => void;
1129
+ value?: string | number;
1130
+ placeholder?: string;
1131
+ onClear?: () => void;
1132
+ inputClassName?: string;
1133
+ }
1134
+
1135
+ export declare const SearchField: FC<SearchComponentProps>;
1136
+
1137
+ export declare function SearchWithSuggestions<T extends object>({ placeholder, onSearch, suggestions, searchKeys, onSelectSuggestion, className, }: SearchWithSuggestionsProps<T>): default_2.JSX.Element;
1138
+
1139
+ declare interface SearchWithSuggestionsProps<T> {
1140
+ placeholder: string;
1141
+ onSearch: (value: string) => void;
1142
+ suggestions?: T[];
1143
+ searchKeys: (keyof T)[];
1144
+ onSelectSuggestion?: (suggestion: T) => void;
1145
+ className?: string;
1146
+ }
1147
+
1148
+ export declare const Segmented: FC<SegmentedProps>;
1149
+
1150
+ export declare interface SegmentedProps extends SegmentedProps_2 {
1151
+ }
1152
+
1153
+ export { SegmentedValue }
1154
+
1155
+ export declare const Select: ({ name, label, required, customOnChange, options, size, type, customInput, className, ...props }: SelectPropsBase) => default_2.JSX.Element;
1156
+
1157
+ declare interface SelectPropsBase extends SelectProps {
1158
+ name: string;
1159
+ label: string;
1160
+ required?: boolean;
1161
+ size?: SizeType_2;
1162
+ type?: SelectType_2;
1163
+ customInput?: boolean;
1164
+ customOnChange?: (event: default_2.ChangeEvent<HTMLInputElement> | string | number, field: ControllerRenderProps<FieldValues, string>) => void;
1165
+ }
1166
+
1167
+ export { SelectType }
1168
+
1169
+ declare interface SenderDetails {
1170
+ displayPictureUrl?: string;
1171
+ fullName?: string;
1172
+ senderId?: number;
1173
+ senderType?: string;
1174
+ email?: string;
1175
+ id?: number;
1176
+ userName?: string;
1177
+ }
1178
+
1179
+ export declare const Sidebar: default_2.FC<SidebarProps>;
1180
+
1181
+ export { SidebarMenuProps }
1182
+
1183
+ export declare interface SidebarProps {
1184
+ activeMenu: string;
1185
+ menus: SidebarMenuProps_2[];
1186
+ footerDetails: FooterDetailsProps_2;
1187
+ popoverContent: default_2.ReactNode;
1188
+ onClick: MenuProps["onClick"];
1189
+ }
1190
+
1191
+ export { Size }
1192
+
1193
+ export { Skeleton }
1194
+
1195
+ export { SkeletonProps }
1196
+
1197
+ export declare const Slider: default_2.FC<SliderProps>;
1198
+
1199
+ export declare interface SliderProps extends SliderSingleProps {
1200
+ labels: string[];
1201
+ isVertical?: boolean;
1202
+ horizontalMarks?: boolean;
1203
+ step?: number | null;
1204
+ }
1205
+
1206
+ export declare const SliderRangeWithForm: default_2.FC<SliderRangeWithFormProps>;
1207
+
1208
+ export declare interface SliderRangeWithFormProps extends CommonSliderProps {
1209
+ name: string;
1210
+ labels?: string[];
1211
+ isVertical?: boolean;
1212
+ horizontalMarks?: boolean;
1213
+ range?: boolean | {
1214
+ draggableTrack: boolean;
1215
+ };
1216
+ defaultValue?: number | [number, number];
1217
+ }
1218
+
1219
+ export declare const SliderWithForm: default_2.FC<SliderWithFormProps>;
1220
+
1221
+ declare interface SliderWithFormProps extends SliderSingleProps {
1222
+ name: string;
1223
+ labels: string[];
1224
+ isVertical?: boolean;
1225
+ horizontalMarks?: boolean;
1226
+ }
1227
+
1228
+ export { SorterResult }
1229
+
1230
+ export { SortOrder }
1231
+
1232
+ export { SortOrderKeys }
1233
+
1234
+ export { SoundEnum }
1235
+
1236
+ export { Space }
1237
+
1238
+ declare interface StatGroup {
1239
+ title: string;
1240
+ stats: StatItem[];
1241
+ }
1242
+
1243
+ declare interface StatItem {
1244
+ key: string;
1245
+ label: string;
1246
+ count: string | number;
1247
+ value?: string | number;
1248
+ }
1249
+
1250
+ declare interface StatItem_2 {
1251
+ key: string;
1252
+ label: string;
1253
+ value?: string | number;
1254
+ count?: string | number;
1255
+ }
1256
+
1257
+ export declare interface Stats {
1258
+ label: string;
1259
+ value: string | number;
1260
+ }
1261
+
1262
+ export declare const StatsBanner: default_2.FC<StatsBannerProps>;
1263
+
1264
+ export declare interface StatsBannerProps extends HTMLAttributes<HTMLDivElement> {
1265
+ stats: Stats[];
1266
+ }
1267
+
1268
+ export { StatusTypes }
1269
+
1270
+ export declare const SummaryCard: default_2.FC<SummaryCardProps>;
1271
+
1272
+ declare interface SummaryCardProps extends PropsWithChildren {
1273
+ className?: string;
1274
+ }
1275
+
1276
+ export { Switch }
1277
+
1278
+ export declare const SwitchComponent: default_2.FC<SwitchComponentProps>;
1279
+
1280
+ export declare interface SwitchComponentProps extends SwitchProps_2 {
1281
+ name: string;
1282
+ onChange: (checked: boolean) => void;
1283
+ }
1284
+
1285
+ export { SwitchProps }
1286
+
1287
+ declare interface TabItems {
1288
+ closeIcon?: ReactNode;
1289
+ disabled?: boolean;
1290
+ forceRender?: boolean;
1291
+ key: string;
1292
+ label: ReactNode;
1293
+ children: ReactNode;
1294
+ }
1295
+
1296
+ export declare const TableComponent: <T extends object>({ dataSource, columns, pagination, loading, onTableRowEvents, onRow, onChange, loadingCount, size, type, scroll, rowHoverable, rowClassName, noDataComponent, hoverColumn: HoverColumn, ...restProps }: TableComponentProps<T>) => default_2.JSX.Element;
1297
+
1298
+ export declare interface TableComponentProps<T> extends Omit<TableProps_2<T>, "onRow"> {
1299
+ dataSource?: T[];
1300
+ columns: ColumnsType_2<T>;
1301
+ type?: TableType_2;
1302
+ pagination?: false | TablePaginationConfig_2;
1303
+ loading?: boolean;
1304
+ onTableRowEvents?: TableProps_2<T>["onRow"];
1305
+ onRow?: (record: T) => void;
1306
+ rowClassName?: (record: T) => string;
1307
+ scroll?: TableProps_3<T>["scroll"] & {
1308
+ scrollToFirstRowOnChange?: boolean;
1309
+ };
1310
+ onChange?: (pagination?: TablePaginationConfig_2, filters?: Record<string, FilterValue | null>, sorter?: SorterResult<T> | SorterResult<T>[], extra?: TableCurrentDataSource<T>) => void;
1311
+ loadingCount?: number;
1312
+ size?: SizeType;
1313
+ noDataComponent?: default_2.ReactNode;
1314
+ hoverColumn?: default_2.JSXElementConstructor<{
1315
+ record: T;
1316
+ }>;
1317
+ }
1318
+
1319
+ export { TableLayout }
1320
+
1321
+ export { TablePaginationConfig }
1322
+
1323
+ export { TableProps }
1324
+
1325
+ export { TableRef }
1326
+
1327
+ export { TableType }
1328
+
1329
+ export declare const Tabs: FC<TabsProps>;
1330
+
1331
+ declare interface TabsProps extends TabsProps_2 {
1332
+ activeKey?: string;
1333
+ addIcon?: ReactNode;
1334
+ centered?: boolean;
1335
+ defaultActiveKey?: string;
1336
+ hideAdd?: boolean;
1337
+ items: TabItems[];
1338
+ moreIcon?: ReactNode;
1339
+ tabBarGutter?: number;
1340
+ tabBarStyle?: CSSProperties;
1341
+ tabPosition?: "top" | "bottom" | "right" | "left";
1342
+ type?: TabsType;
1343
+ onEdit?: () => void;
1344
+ isRemovable?: boolean;
1345
+ onRemove?: (key: string) => void;
1346
+ onDoubleClickHandler?: (key: string) => void;
1347
+ isSticky?: boolean;
1348
+ innerRef?: default_2.RefObject<HTMLDivElement> | null;
1349
+ }
1350
+
1351
+ export declare const TextArea: ({ className, label, required, customInput, defaultValue, ...props }: TextAreaProps) => default_2.JSX.Element;
1352
+
1353
+ export declare interface TextAreaProps extends Omit<TextAreaProps_2, "value"> {
1354
+ label?: string;
1355
+ required?: boolean;
1356
+ customInput?: boolean;
1357
+ defaultValue?: string;
1358
+ }
1359
+
1360
+ export declare const TextAreaWithController: ({ label, placeholder, required, name, customInput, defaultValue, ...rest }: TextAreaWithControllerProps) => default_2.JSX.Element;
1361
+
1362
+ export declare type TextAreaWithControllerProps = CustomInputProps & TextAreaProps_2;
1363
+
1364
+ declare type TimePickerComponentProps = CustomInputProps & Omit<TimePickerProps, "ref"> & {
1365
+ format?: string;
1366
+ };
1367
+
1368
+ export declare const Timer: (props: TimerProps) => default_2.JSX.Element;
1369
+
1370
+ export declare const TImerPicker: default_2.FC<TimePickerComponentProps>;
1371
+
1372
+ export declare interface TimerProps {
1373
+ hours: number;
1374
+ minutes: number;
1375
+ }
1376
+
1377
+ export declare const TitleHeader: (props: TitleHeaderProps) => default_2.JSX.Element;
1378
+
1379
+ export declare interface TitleHeaderProps {
1380
+ heading: string;
1381
+ subHeading?: string;
1382
+ icon?: default_2.JSX.Element;
1383
+ description?: string;
1384
+ active?: TitleHeaderStatus_2;
1385
+ prefix?: ReactNode;
1386
+ suffix?: ReactNode;
1387
+ fontSize?: Size_2;
1388
+ address?: string;
1389
+ identifier?: string;
1390
+ verfied?: Boolean;
1391
+ avatarIcon?: Boolean;
1392
+ }
1393
+
1394
+ export { TitleHeaderStatus }
1395
+
1396
+ export declare const Tooltip: default_2.FC<CustomTooltipProps>;
1397
+
1398
+ export { Typography }
1399
+
1400
+ export { TypographyProps }
1401
+
1402
+ export declare const Upload: ({ name, onChange, showUploadList, supportedFileType, multiple, primaryUploadText, secondaryUploadText, ...rest }: UploadBaseProps) => default_2.JSX.Element;
1403
+
1404
+ export declare interface UploadBaseProps extends CustomUploadProps {
1405
+ name: string;
1406
+ required?: boolean;
1407
+ showUploadList?: boolean;
1408
+ uploadInputType?: UploadInputTypes_2;
1409
+ multiple?: boolean;
1410
+ primaryUploadText?: string;
1411
+ secondaryUploadText?: string;
1412
+ }
1413
+
1414
+ export declare interface UploadBasePropsForDropdown extends CustomDropDownFileUploadProps {
1415
+ name: string;
1416
+ dropdownOptions: {
1417
+ [key: string]: string | number;
1418
+ }[];
1419
+ dropdownName: string;
1420
+ required?: boolean;
1421
+ uploadInputType?: UploadInputTypes_3;
1422
+ }
1423
+
1424
+ export { UploadInputTypes }
1425
+
1426
+ export declare const UploadWithDropdown: ({ name, onChange, uploadInputType, ...rest }: UploadBasePropsForDropdown) => default_2.JSX.Element;
1427
+
1428
+ export { useForm }
1429
+
1430
+ export { useFormProps }
1431
+
1432
+ export declare const UserBadge: (props: UserBadgeProps) => default_2.JSX.Element;
1433
+
1434
+ export declare interface UserBadgeProps {
1435
+ name: string;
1436
+ company: string;
1437
+ email: string;
1438
+ address: string;
1439
+ inviteLinkIncluded?: boolean;
1440
+ inviteLink?: string;
1441
+ onClose: () => void;
1442
+ visible: boolean;
1443
+ modalWidth: number;
1444
+ emailSubject?: string;
1445
+ emailBody?: string;
1446
+ candidateName?: string;
1447
+ }
1448
+
1449
+ export declare function UserStatus({ userStatus }: UserStatusProps): default_2.JSX.Element;
1450
+
1451
+ export declare type UserStatusProps = {
1452
+ userStatus: StatusTypes_2;
1453
+ };
1454
+
1455
+ export { UserType }
1456
+
1457
+ declare enum UserType_4 {
1458
+ AGENCY = "AgencyUser",
1459
+ SUB_CONTRACTOR = "SubcontractorUser",
1460
+ ADMIN = "admin",
1461
+ EMPLOYER = "EmployerUser",
1462
+ CANDIDATE = "Candidate",
1463
+ }
1464
+
1465
+ export declare interface ValidationRuleProps {
1466
+ test: (val: string) => boolean;
1467
+ message: string;
1468
+ }
1469
+
1470
+ export declare function VerificationStatus(props: VerificationStatusProps): default_2.JSX.Element;
1471
+
1472
+ export declare type VerificationStatusProps = {
1473
+ verificationStatus?: VerificationTypes_2 | null;
1474
+ };
1475
+
1476
+ export { VerificationTypes }
1477
+
1478
+ export { }