vrfi-design-system 1.0.85 → 1.0.86

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,884 @@
1
+ import { ActionType } from '../../enums/trigger';
2
+ import { Align } from '../../enums/align.enum';
3
+ import { default as AuthBanner } from '../../views/Auth/AuthBanner';
4
+ import { default as AuthForm } from '../../views/Auth/AuthForm';
5
+ import { AuthFormProps } from './../../views/Auth/AuthForm/index';
6
+ import { AvatarSize } from '../../enums/avatarSize.enum';
7
+ import { AvatarSize as AvatarSize_2 } from '../../../enums/avatarSize.enum';
8
+ import { BadgeType } from '../../enums/badgeType.enum';
9
+ import { BadgeType as BadgeType_2 } from '../../../enums/badgeType.enum';
10
+ import { BaseOptionType } from 'rc-select/lib/Select';
11
+ import { ButtonType } from '../../enums/buttonType';
12
+ import { ButtonType as ButtonType_2 } from 'antd/lib/button';
13
+ import { CheckboxChangeEvent } from 'antd/es/checkbox';
14
+ import { CheckboxGroupProps } from 'antd/es/checkbox';
15
+ import { CheckboxOptionType } from 'antd/lib/checkbox/Group';
16
+ import { default as Col } from 'antd/lib/col';
17
+ import { Colors } from '../../enums/colors.enum';
18
+ import { ColProps } from 'antd/lib/col';
19
+ import { ColumnSortOrder } from './../../enums/columnSortOrder.enum';
20
+ import { ColumnsType } from 'antd/es/table/InternalTable';
21
+ import { ColumnType } from 'antd/lib/table';
22
+ import { ComponentProps } from 'react';
23
+ import { Control } from 'react-hook-form';
24
+ import { ControllerRenderProps } from 'react-hook-form';
25
+ import { CSSProperties } from 'react';
26
+ import { default as DatePickerAntd } from 'antd/lib/date-picker';
27
+ import { DatePickerProps } from 'antd';
28
+ import { default as default_2 } from 'react';
29
+ import { default as default_3 } from 'dayjs';
30
+ import { DefaultOptionType } from 'rc-select/lib/Select';
31
+ import { DocumentStatusEnum } from '../../enums/documentStatus.enum';
32
+ import { DocumentStatusEnum as DocumentStatusEnum_2 } from '../../../enums/documentStatus.enum';
33
+ import { DOM_ELEMENT_ROLE } from './../../enums/domElementRole.enum';
34
+ import { DrawerProps as DrawerProps_2 } from 'antd';
35
+ import { FC } from 'react';
36
+ import { FieldValues } from 'react-hook-form';
37
+ import { FilterValue } from 'antd/lib/table/interface';
38
+ import { FooterDetailsProps } from '../types/footerDetails';
39
+ import { FooterDetailsProps as FooterDetailsProps_2 } from '../../types/footerDetails';
40
+ import { GenderProfileEnum } from '../../enums/genderProfile.enum';
41
+ import { GenderProfileEnum as GenderProfileEnum_2 } from '../../../enums/genderProfile.enum';
42
+ import { HTMLAttributes } from 'react';
43
+ import { HtmlButtonType } from '../../enums/buttonType';
44
+ import { HtmlButtonType as HtmlButtonType_2 } from '../../../enums/buttonType';
45
+ import { Icons } from '../../enums/icons.enum';
46
+ import { Icons as Icons_2 } from '../../../enums/icons.enum';
47
+ import { InputProps } from 'antd/lib';
48
+ import { InputProps as InputProps_2 } from 'antd';
49
+ import { InputRef } from 'antd';
50
+ import { InputRef as InputRef_2 } from 'antd/lib/input';
51
+ import { InputTypes } from '../../enums/inputType.enum';
52
+ import { InputTypes as InputTypes_2 } from '../../../enums/inputType.enum';
53
+ import { JobTypeEnum } from '../../enums/jobType.enum';
54
+ import { JobTypeEnum as JobTypeEnum_2 } from '../../../enums/jobType.enum';
55
+ import { JSX as JSX_2 } from 'react';
56
+ import { Justify } from '../../enums/justify.enum';
57
+ import { LabelType } from './../../enums/labelType.enum';
58
+ import { LabelType as LabelType_2 } from '../../../enums/labelType.enum';
59
+ import { LoaderSizes } from '../../../enums/LoaderSizes';
60
+ import { MenuProps } from 'antd/lib';
61
+ import { Meta } from '../../models/Meta/meta.model';
62
+ import { Meta as Meta_2 } from '../../../models/Meta/meta.model';
63
+ import { MobileInputValue } from '../types/mobileInputValue.type';
64
+ import { MobileInputValue as MobileInputValue_2 } from '../../../types/mobileInputValue.type';
65
+ import { ModalProps as ModalProps_2 } from 'antd/lib/modal';
66
+ import { MouseEvent as MouseEvent_2 } from 'react';
67
+ import { NotificationTypes } from '../../enums/notificationTypes';
68
+ import { PaginationMeta } from '../../models/PaginationMeta/paginationMeta.model';
69
+ import { PaginationMeta as PaginationMeta_2 } from '../../../models/PaginationMeta/paginationMeta.model';
70
+ import { PasswordProps } from 'antd/es/input';
71
+ import { Placement } from '../../enums/placement';
72
+ import { default as Popover } from 'antd/lib/popover';
73
+ import { PopoverProps } from 'antd';
74
+ import { ProfileDetailFooterTypes } from '../../enums/profileDetailFooter.enum';
75
+ import { PropsWithChildren } from 'react';
76
+ import { QueryParams } from '../../models/QueryParams/queryParams.model';
77
+ import { QueryParams as QueryParams_2 } from '../../../models/QueryParams/queryParams.model';
78
+ import { RadioChangeEvent } from 'antd';
79
+ import { RadioGroupProps } from 'antd';
80
+ import { RadioProps as RadioProps_2 } from 'antd';
81
+ import { ReactElement } from 'react';
82
+ import { ReactNode } from 'react';
83
+ import { RegisterOptions } from 'react-hook-form';
84
+ import { default as Row } from 'antd/lib/row';
85
+ import { RowProps } from 'antd/lib/row';
86
+ import { SelectProps } from 'antd';
87
+ import { SelectType } from './../../enums/selectType.enum';
88
+ import { SelectType as SelectType_2 } from '../../../../enums/selectType.enum';
89
+ import { SidebarMenuProps } from '../types/SidebarRouteProps';
90
+ import { SidebarMenuProps as SidebarMenuProps_2 } from '../..//types/SidebarRouteProps';
91
+ import { Size } from '../../enums/size.enum';
92
+ import { Size as Size_2 } from '../../../enums/size.enum';
93
+ import { SizeType } from 'antd/lib/config-provider/SizeContext';
94
+ import { SizeType as SizeType_2 } from 'antd/es/config-provider/SizeContext';
95
+ import { SkeletonProps } from 'antd';
96
+ import { SorterResult } from 'antd/lib/table/interface';
97
+ import { SortOrder } from 'antd/lib/table/interface';
98
+ import { SortOrderKeys } from './../../enums/sortOrderKeys.enum';
99
+ import { default as Space } from 'antd/lib/space';
100
+ import { StatusTypes } from '../../enums/statusTypes.enum';
101
+ import { StatusTypes as StatusTypes_2 } from '../../../enums/statusTypes.enum';
102
+ import { StepProps } from 'antd';
103
+ import { StepsProps } from 'antd';
104
+ import { default as Switch } from 'antd/lib/switch';
105
+ import { SwitchProps } from 'antd/lib/switch';
106
+ import { TableCurrentDataSource } from 'antd/lib/table/interface';
107
+ import { TablePaginationConfig } from 'antd/lib/table/interface';
108
+ import { TablePaginationConfig as TablePaginationConfig_2 } from 'antd';
109
+ import { TableProps } from 'antd';
110
+ import { TableProps as TableProps_2 } from 'rc-table/lib/Table';
111
+ import { TableType } from '../../enums/tableType.enum';
112
+ import { TableType as TableType_2 } from '../../../enums/tableType.enum';
113
+ import { TabsProps as TabsProps_2 } from 'antd';
114
+ import { TextAreaProps as TextAreaProps_2 } from 'antd/es/input';
115
+ import { TitleHeaderStatus } from '../../enums/titleHeaderStatus.enum';
116
+ import { TitleHeaderStatus as TitleHeaderStatus_2 } from '../../../enums/titleHeaderStatus.enum';
117
+ import { TooltipProps } from 'antd/es/tooltip';
118
+ import { Typography } from 'antd';
119
+ import { TypographyProps } from 'antd';
120
+ import { UploadFile } from 'antd/lib/upload/interface';
121
+ import { UploadFile as UploadFile_2 } from 'antd';
122
+ import { UploadProps } from 'antd';
123
+ import { UploadProps as UploadProps_2 } from 'antd/lib';
124
+ import { default as useForm } from '../hooks/useForm';
125
+ import { UseFormProps } from 'react-hook-form';
126
+ import { useFormProps } from '../hooks/useForm';
127
+ import { UseFormReturn } from 'react-hook-form';
128
+ import { UseInfiniteQueryOptions } from '@tanstack/react-query';
129
+ import { VerificationTypes } from '../../enums/verificationTypes.enum';
130
+ import { VerificationTypes as VerificationTypes_2 } from '../../../enums/verificationTypes.enum';
131
+ import * as Yup from 'yup';
132
+
133
+ export { ActionType }
134
+
135
+ export { Align }
136
+
137
+ export declare interface AssignedEmployerProps {
138
+ data?: EmployerDataType[];
139
+ noDataHeading?: string;
140
+ noDataSubheading?: string;
141
+ noDataIcon: ReactElement;
142
+ profileAssignedHeading: string;
143
+ }
144
+
145
+ export { AuthBanner }
146
+
147
+ export { AuthForm }
148
+
149
+ export { AuthFormProps }
150
+
151
+ export declare interface AvatarCardProps {
152
+ name: string;
153
+ backgroundUrl?: string;
154
+ email: string;
155
+ textMaxWidth?: number;
156
+ className?: string;
157
+ }
158
+
159
+ export declare interface AvatarProps {
160
+ names: string[];
161
+ }
162
+
163
+ export { AvatarSize }
164
+
165
+ export declare function AvatarWithDetailsCard(props: AvatarCardProps): default_2.JSX.Element;
166
+
167
+ export declare const AvatarWithInitials: ({ names }: AvatarProps) => default_2.JSX.Element;
168
+
169
+ export declare const Badge: FC<BadgeProps>;
170
+
171
+ export declare interface BadgeProps extends HTMLAttributes<HTMLSpanElement> {
172
+ className?: string;
173
+ text: string;
174
+ type?: BadgeType_2;
175
+ }
176
+
177
+ export { BadgeType }
178
+
179
+ export declare const Button: FC<ButtonProps>;
180
+
181
+ export declare interface ButtonProps {
182
+ onClick?: (event: MouseEvent_2) => void;
183
+ children: ReactNode;
184
+ htmlType?: HtmlButtonType_2;
185
+ type?: ButtonType_2;
186
+ className?: string;
187
+ moduleClassName?: string;
188
+ icon?: any;
189
+ disabled?: boolean;
190
+ size?: SizeType;
191
+ loading?: boolean;
192
+ name?: string;
193
+ target?: string;
194
+ href?: string;
195
+ block?: boolean;
196
+ outlinetype?: OutlineType;
197
+ }
198
+
199
+ export { ButtonType }
200
+
201
+ export declare function CardWithIconAndText({ icon, heading, subHeading }: CardWithIconAndTextProps): default_2.JSX.Element;
202
+
203
+ export declare interface CardWithIconAndTextProps {
204
+ icon: ReactNode;
205
+ heading: string;
206
+ subHeading: string;
207
+ }
208
+
209
+ export declare const Checkbox: ({ children, group, options, disabled, indeterminate, defaultChecked, onChange, label, isBlock, checked, maxRows }: CheckboxProps) => default_2.JSX.Element;
210
+
211
+ export declare interface CheckboxProps {
212
+ children?: string | number;
213
+ disabled?: boolean;
214
+ indeterminate?: boolean;
215
+ defaultChecked?: boolean;
216
+ group?: boolean;
217
+ onChange: (checkedValue: (string | number)[]) => void;
218
+ options?: (CheckboxOptionType | string | number)[];
219
+ checked?: boolean;
220
+ label?: string;
221
+ isBlock?: boolean;
222
+ maxRows?: number;
223
+ }
224
+
225
+ export declare const CheckBoxWithFormWrapper: ({ name, onCheckboxChange, group, children, ...props }: CheckBoxWithFormWrapperProps) => default_2.JSX.Element;
226
+
227
+ declare interface CheckBoxWithFormWrapperProps {
228
+ children?: default_2.ReactNode;
229
+ disabled?: boolean;
230
+ indeterminate?: boolean;
231
+ group?: boolean;
232
+ onCheckboxChange?: (event: CheckboxChangeEvent | CheckboxGroupProps[] | boolean) => void;
233
+ options?: (CheckboxOptionType | string | number)[];
234
+ name: string;
235
+ className?: string;
236
+ }
237
+
238
+ export { Col }
239
+
240
+ export { Colors }
241
+
242
+ export { ColProps }
243
+
244
+ export { ColumnSortOrder }
245
+
246
+ export { ColumnType }
247
+
248
+ export declare const CustomAvatar: ({ name, size, imageUrl, isExtra }: CustomAvatarProps) => default_2.JSX.Element;
249
+
250
+ export declare type CustomAvatarProps = {
251
+ name: string;
252
+ size: AvatarSize_2;
253
+ imageUrl?: string;
254
+ isExtra?: boolean;
255
+ };
256
+
257
+ declare interface CustomDropDownFileUploadProps extends Omit<UploadProps_2, 'onChange'> {
258
+ value?: UploadFile_2[];
259
+ onChange: (fileList: UploadFile_2[]) => void | boolean;
260
+ uploadIcon?: string;
261
+ uploadHint?: ReactNode;
262
+ fileTypes?: string;
263
+ actionURL?: string;
264
+ multiple?: boolean;
265
+ maxCount?: number;
266
+ uploadTitle?: string;
267
+ supportedFileType?: string[];
268
+ maxFileSize?: number;
269
+ className?: string;
270
+ dropdownOptions: {
271
+ [key: string]: string | number;
272
+ }[];
273
+ dropdownName: string;
274
+ selectLabel: string;
275
+ required?: boolean;
276
+ loading?: boolean;
277
+ }
278
+
279
+ export declare interface CustomInputProps {
280
+ label?: string;
281
+ name: string;
282
+ placeholder?: string;
283
+ type?: InputTypes_2;
284
+ prefix?: ReactNode;
285
+ textLabel?: string;
286
+ required?: boolean;
287
+ customOnChange?: (event: default_2.ChangeEvent<HTMLInputElement | HTMLTextAreaElement> | default_3.Dayjs | null, field: ControllerRenderProps<FieldValues, string>) => void;
288
+ control?: Control<FieldValues>;
289
+ rules?: RegisterOptions;
290
+ }
291
+
292
+ export declare interface CustomTooltipProps extends Omit<TooltipProps, 'title'> {
293
+ icon?: ReactNode;
294
+ title: ReactNode;
295
+ }
296
+
297
+ declare interface CustomUploadProps extends Omit<UploadProps, "onChange"> {
298
+ value?: UploadFile_2[];
299
+ onChange: (fileList: UploadFile_2[]) => void | boolean;
300
+ uploadIcon?: string;
301
+ uploadHint?: ReactNode;
302
+ fileTypes?: string;
303
+ actionURL?: string;
304
+ multiple?: boolean;
305
+ maxCount?: number;
306
+ uploadTitle?: string;
307
+ supportedFileType?: string[];
308
+ maxFileSize?: number;
309
+ className?: string;
310
+ required?: boolean;
311
+ loading?: boolean;
312
+ fileNamePrefix?: string;
313
+ }
314
+
315
+ export declare const DatePicker: default_2.FC<DatePickerComponentProps>;
316
+
317
+ export { DatePickerAntd }
318
+
319
+ declare type DatePickerComponentProps = CustomInputProps & Omit<DatePickerProps, 'name' | 'value'> & {
320
+ value?: string;
321
+ format?: string;
322
+ };
323
+
324
+ export declare const Disclaimer: FC<DisclaimerProps>;
325
+
326
+ declare interface DisclaimerProps {
327
+ content?: string;
328
+ }
329
+
330
+ export declare const DocumentCard: ({ name, onDownload }: DocumentCardProps) => default_2.JSX.Element;
331
+
332
+ declare interface DocumentCardProps {
333
+ name: string;
334
+ onDownload?: () => void;
335
+ }
336
+
337
+ export declare function DocumentStatus(props: DocumentStatusTypes): default_2.JSX.Element;
338
+
339
+ export { DocumentStatusEnum }
340
+
341
+ export declare type DocumentStatusTypes = {
342
+ documentType: DocumentStatusEnum_2;
343
+ };
344
+
345
+ export { DOM_ELEMENT_ROLE }
346
+
347
+ export declare const Drawer: FC<DrawerProps>;
348
+
349
+ export declare interface DrawerProps extends DrawerProps_2 {
350
+ title: ReactNode;
351
+ width?: number;
352
+ closable: boolean;
353
+ onClose: () => void;
354
+ open: boolean;
355
+ closeIcon?: ReactNode;
356
+ footer?: ReactNode;
357
+ size?: DrawerProps_2["size"];
358
+ zIndex?: number;
359
+ children: JSX_2.Element;
360
+ placement?: "top" | "bottom" | "left" | "right";
361
+ subHeading?: string;
362
+ }
363
+
364
+ declare const Dropdown: <ValueType, OptionType extends BaseOptionType | DefaultOptionType = DefaultOptionType>({ title, ...props }: DropdownProps<ValueType, OptionType>) => default_2.JSX.Element;
365
+
366
+ export declare const DropdownField: (props: FormDropdown) => default_2.JSX.Element;
367
+
368
+ export declare interface DropdownProps<ValueType, OptionType extends BaseOptionType | DefaultOptionType = DefaultOptionType> extends SelectProps<ValueType, OptionType> {
369
+ name: string;
370
+ title?: string;
371
+ }
372
+
373
+ export declare const EllipsisWithTooltip: default_2.FC<EllipsisWithTooltipProps>;
374
+
375
+ export declare interface EllipsisWithTooltipProps {
376
+ text: string;
377
+ maxWidth?: number;
378
+ textClassName?: string;
379
+ }
380
+
381
+ declare type EmployerDataType = {
382
+ name: string;
383
+ startDate: string;
384
+ };
385
+
386
+ declare const Error_2: FC<ErrorProps>;
387
+ export { Error_2 as Error }
388
+
389
+ declare interface ErrorProps {
390
+ fieldName: string;
391
+ }
392
+
393
+ export declare const FileUpload: ({ actionURL, uploadIcon, fileTypes, multiple, maxCount, handleChange, maxFileSize, supportedFileType, uploadTitle }: FileUploadProps) => default_2.JSX.Element;
394
+
395
+ export declare interface FileUploadProps {
396
+ children?: default_2.ReactNode;
397
+ dragdrop?: boolean;
398
+ uploadIcon?: ReactNode;
399
+ uploadHint?: ReactNode;
400
+ uploadTitle?: string;
401
+ fileTypes?: string;
402
+ actionURL?: string;
403
+ multiple?: boolean;
404
+ maxCount?: number;
405
+ maxFileSize?: number;
406
+ supportedFileType?: string;
407
+ handleChange: (file: FileList | UploadFile) => void;
408
+ }
409
+
410
+ export declare const FileUploadWithDropdown: ({ loading, required, selectLabel, dropdownName, dropdownOptions, className, value, onChange, maxFileSize, uploadHint, uploadTitle, uploadIcon, supportedFileType, ...propsDragDrop }: CustomDropDownFileUploadProps) => default_2.JSX.Element;
411
+
412
+ export { FilterValue }
413
+
414
+ export declare const FloatingLabel: (props: FloatingLabelProps) => default_2.JSX.Element;
415
+
416
+ export declare interface FloatingLabelProps {
417
+ children: ReactNode;
418
+ label?: string;
419
+ value: string;
420
+ prefix?: ReactNode;
421
+ required?: boolean;
422
+ placeholder?: string;
423
+ type?: LabelType_2;
424
+ }
425
+
426
+ export { FooterDetailsProps }
427
+
428
+ export declare function Form<T extends FieldValues>({ onSubmit, children, methods, ...rest }: FormProps<T>): default_2.JSX.Element;
429
+
430
+ declare interface FormDropdown extends Omit<ComponentProps<typeof Dropdown>, "onChange"> {
431
+ name: string;
432
+ type?: string;
433
+ customOnChange?: (event: default_2.ChangeEvent<HTMLInputElement> | string | number | unknown, field: ControllerRenderProps<FieldValues, string>) => void;
434
+ }
435
+
436
+ declare interface FormProps<T extends FieldValues> extends UseFormProps<T> {
437
+ children: ReactNode | ((methods: UseFormReturn<T>) => ReactNode | default_2.JSX.Element);
438
+ onSubmit: (data: T, methods: UseFormReturn<T>) => void;
439
+ validationSchema?: Yup.ObjectSchema<T>;
440
+ methods?: UseFormReturn<T>;
441
+ }
442
+
443
+ export { GenderProfileEnum }
444
+
445
+ export { HtmlButtonType }
446
+
447
+ export { Icons }
448
+
449
+ export declare interface INotification {
450
+ message: string;
451
+ description: string;
452
+ type: string;
453
+ }
454
+
455
+ export declare const InputField: default_2.ForwardRefExoticComponent<CustomInputProps & InputProps & default_2.RefAttributes<InputRef>>;
456
+
457
+ export { InputRef }
458
+
459
+ export { InputTypes }
460
+
461
+ export declare const InputWithCountry: ({ label, type, required, isdCodeName, ...rest }: Omit<InputWithCountryFlagProps & InputProps_2, "icon">) => default_2.JSX.Element;
462
+
463
+ declare interface InputWithCountryFlagProps extends Omit<CustomInputProps, "customOnChange"> {
464
+ isdCodeName: string;
465
+ onChange?: (value: MobileInputValue_2) => void;
466
+ }
467
+
468
+ export { JobTypeEnum }
469
+
470
+ export { Justify }
471
+
472
+ export { LabelType }
473
+
474
+ export declare const ListingTableHeader: (props: ListingTableHeaderProps) => default_2.JSX.Element;
475
+
476
+ export declare interface ListingTableHeaderProps {
477
+ onSearch?: (event: default_2.ChangeEvent<HTMLInputElement>) => void;
478
+ onFilter?: () => void;
479
+ onClear?: () => void;
480
+ searchPlaceholder?: string;
481
+ searchValue?: string;
482
+ actionButtons?: ReactNode;
483
+ className?: string;
484
+ }
485
+
486
+ export declare const ListItem: ({ text, iconName, className, ...props }: ListItemProps) => default_2.JSX.Element;
487
+
488
+ declare interface ListItemProps extends HTMLAttributes<HTMLSpanElement> {
489
+ text: string;
490
+ iconName: Icons_2;
491
+ }
492
+
493
+ export declare const Loader: default_2.FC<LoaderProps>;
494
+
495
+ export declare interface LoaderProps {
496
+ icon?: ReactElement;
497
+ size?: LoaderSizes;
498
+ tip?: string;
499
+ }
500
+
501
+ export { Meta }
502
+
503
+ export { MobileInputValue }
504
+
505
+ export declare const Modal: default_2.FC<ModalProps>;
506
+
507
+ export declare interface ModalProps extends ModalProps_2 {
508
+ children?: default_2.ReactNode;
509
+ onClose?: () => void;
510
+ onOK?: () => void;
511
+ visible: boolean;
512
+ width?: number;
513
+ title?: string;
514
+ confirmLoading?: boolean;
515
+ modalTitleIcon?: string;
516
+ modalType: ModalTypeEnum;
517
+ }
518
+
519
+ export declare enum ModalTypeEnum {
520
+ SUCCESS = "success",
521
+ DANGER = "danger",
522
+ BASIC = "basic",
523
+ WARNING = "warning"
524
+ }
525
+
526
+ export declare const NoData: ({ headingText, subHeading, noDataIcon, buttonOnClick, buttonText, }: NoDataProps) => default_2.JSX.Element;
527
+
528
+ export declare interface NoDataProps {
529
+ subHeading?: string;
530
+ buttonText?: string;
531
+ buttonOnClick?: () => void;
532
+ noDataIcon?: ReactElement;
533
+ headingText?: string;
534
+ }
535
+
536
+ export declare const NoInternetScreen: () => default_2.JSX.Element;
537
+
538
+ export declare const NoRecords: ({ headingText, subHeading, noRecordsIcon }: NoRecordsProps) => default_2.JSX.Element;
539
+
540
+ export declare interface NoRecordsProps {
541
+ subHeading?: string;
542
+ noRecordsIcon?: Icons_2;
543
+ headingText?: string;
544
+ }
545
+
546
+ declare const Notification_2: ({ message, description, type, }: INotification) => unknown;
547
+ export { Notification_2 as Notification }
548
+
549
+ export { NotificationTypes }
550
+
551
+ export declare const Offline: ({ children, }: PropsWithChildren<OfflineProps>) => default_2.JSX.Element;
552
+
553
+ declare interface OfflineProps {
554
+ }
555
+
556
+ declare type OutlineType = "primary" | "danger" | "success";
557
+
558
+ export declare const PaginatedDropdown: <T extends Meta_2>({ enabled, onPageUpdate, queryKey, params, onSearch, ...props }: PaginatedDropdownProps<T>) => default_2.JSX.Element;
559
+
560
+ declare interface PaginatedDropdownProps<T> extends Omit<ComponentProps<typeof Select>, "options">, Pick<UseInfiniteQueryOptions<Response_2<T>>, "queryKey" | "enabled"> {
561
+ onPageUpdate: (params: QueryParams_2) => Promise<Response_2<T>>;
562
+ params?: QueryParams_2;
563
+ }
564
+
565
+ export { PaginationMeta }
566
+
567
+ declare const PasswordField: default_2.ForwardRefExoticComponent<CustomInputProps & PasswordProps & default_2.RefAttributes<InputRef_2>>;
568
+ export { PasswordField as Password }
569
+ export { PasswordField }
570
+
571
+ export declare const PasswordValidation: default_2.FC<PasswordValidationProps>;
572
+
573
+ export declare interface PasswordValidationProps {
574
+ fieldName: string;
575
+ validationRules: ValidationRuleProps[];
576
+ }
577
+
578
+ export declare const PathIcon: default_2.MemoExoticComponent<({ count, className }: PathIconProps) => default_2.JSX.Element>;
579
+
580
+ declare interface PathIconProps {
581
+ count?: number;
582
+ className: Icons_2;
583
+ }
584
+
585
+ export { Placement }
586
+
587
+ export { Popover }
588
+
589
+ export { PopoverProps }
590
+
591
+ export declare const PreviewCard: default_2.FC<PreviewCardProps>;
592
+
593
+ declare interface PreviewCardProps {
594
+ fileName: string;
595
+ url?: string;
596
+ showPreviewIcon?: boolean;
597
+ className?: string;
598
+ }
599
+
600
+ export declare const PreviewDocumentsCard: default_2.FC<PreviewDocumentsCardProps>;
601
+
602
+ export declare interface PreviewDocumentsCardProps {
603
+ fileName: string;
604
+ onRemove: () => void;
605
+ }
606
+
607
+ export declare function ProfileAssignedCard({ name }: ProfileAssignedCardProps): default_2.JSX.Element;
608
+
609
+ export declare interface ProfileAssignedCardProps {
610
+ name: string;
611
+ }
612
+
613
+ export declare const ProfileAssignedEmployer: ({ data, profileAssignedHeading, noDataHeading, noDataSubheading, noDataIcon, }: AssignedEmployerProps) => default_2.JSX.Element;
614
+
615
+ export declare interface ProfileAttachmentProps {
616
+ data?: DocumentCardProps[];
617
+ title?: string;
618
+ }
619
+
620
+ export declare const ProfileAttachments: ({ data, title }: ProfileAttachmentProps) => default_2.JSX.Element;
621
+
622
+ export declare const ProfileDetail: (props: ProfileDetailProps) => default_2.JSX.Element;
623
+
624
+ export { ProfileDetailFooterTypes }
625
+
626
+ export declare interface ProfileDetailProps {
627
+ name: string;
628
+ phoneNumber: string;
629
+ email: string;
630
+ address: string;
631
+ gender: GenderProfileEnum_2;
632
+ jobType?: JobTypeEnum_2;
633
+ jobTitle?: string[];
634
+ skills?: string[];
635
+ yearsOfExperience?: number | string;
636
+ userId: string;
637
+ imageUrl?: string;
638
+ verified: boolean;
639
+ sinNumber?: number;
640
+ }
641
+
642
+ export { QueryParams }
643
+
644
+ export declare function RadioGroup({ name, required, label, options, customOnChange, ...rest }: RadioProps): default_2.JSX.Element;
645
+
646
+ declare interface RadioProps extends RadioProps_2, Pick<RadioGroupProps, 'options'> {
647
+ name: string;
648
+ label?: string;
649
+ required?: boolean;
650
+ customOnChange?: (event: RadioChangeEvent | null, field: ControllerRenderProps<FieldValues, string>) => void;
651
+ }
652
+
653
+ declare interface Response_2<T> {
654
+ data: T[];
655
+ meta: PaginationMeta_2;
656
+ }
657
+
658
+ export { Row }
659
+
660
+ export { RowProps }
661
+
662
+ export declare interface SearchComponentProps {
663
+ onChange: (event: default_2.ChangeEvent<HTMLInputElement>) => void;
664
+ value?: string | number;
665
+ placeholder?: string;
666
+ onClear?: () => void;
667
+ }
668
+
669
+ export declare const SearchField: FC<SearchComponentProps>;
670
+
671
+ export declare const Select: ({ name, label, required, customOnChange, options, size, type, className, ...props }: SelectPropsBase) => default_2.JSX.Element;
672
+
673
+ declare interface SelectPropsBase extends SelectProps {
674
+ name: string;
675
+ label: string;
676
+ required?: boolean;
677
+ size?: SizeType_2;
678
+ type?: SelectType_2;
679
+ customOnChange?: (event: default_2.ChangeEvent<HTMLInputElement> | string | number, field: ControllerRenderProps<FieldValues, string>) => void;
680
+ }
681
+
682
+ export { SelectType }
683
+
684
+ export declare const Sidebar: default_2.FC<SidebarProps>;
685
+
686
+ export { SidebarMenuProps }
687
+
688
+ export declare interface SidebarProps {
689
+ activeMenu: string;
690
+ menus: SidebarMenuProps_2[];
691
+ footerDetails: FooterDetailsProps_2;
692
+ popoverContent: default_2.ReactNode;
693
+ onClick: MenuProps["onClick"];
694
+ }
695
+
696
+ export { Size }
697
+
698
+ export declare const Skeleton: FC<SkeletonProps>;
699
+
700
+ export { SorterResult }
701
+
702
+ export { SortOrder }
703
+
704
+ export { SortOrderKeys }
705
+
706
+ export { Space }
707
+
708
+ export declare interface Stats {
709
+ label: string;
710
+ value: string | number;
711
+ }
712
+
713
+ export declare const StatsBanner: default_2.FC<StatsBannerProps>;
714
+
715
+ export declare interface StatsBannerProps {
716
+ stats: Stats[];
717
+ }
718
+
719
+ export { StatusTypes }
720
+
721
+ declare interface StepItem extends StepProps {
722
+ component?: default_2.ReactElement;
723
+ }
724
+
725
+ export declare const Stepper: FC<StepperProps>;
726
+
727
+ export declare interface StepperProps extends StepsProps {
728
+ items: StepItem[];
729
+ title?: string;
730
+ destroyOnChange?: boolean;
731
+ }
732
+
733
+ export declare const SummaryCard: (props: PropsWithChildren) => default_2.JSX.Element;
734
+
735
+ export { Switch }
736
+
737
+ export { SwitchProps }
738
+
739
+ declare interface TabItems {
740
+ closeIcon?: ReactNode;
741
+ disabled?: boolean;
742
+ forceRender?: boolean;
743
+ key: string;
744
+ label: ReactNode;
745
+ children: ReactNode;
746
+ }
747
+
748
+ 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;
749
+
750
+ export declare interface TableComponentProps<T> extends Omit<TableProps<T>, "onRow"> {
751
+ dataSource?: T[];
752
+ columns: ColumnsType<T>;
753
+ type?: TableType_2;
754
+ pagination?: false | TablePaginationConfig_2;
755
+ loading?: boolean;
756
+ onTableRowEvents?: TableProps<T>["onRow"];
757
+ onRow?: (record: T) => void;
758
+ rowClassName?: (record: T) => string;
759
+ scroll?: TableProps_2<T>["scroll"] & {
760
+ scrollToFirstRowOnChange?: boolean;
761
+ };
762
+ onChange?: (pagination?: TablePaginationConfig_2, filters?: Record<string, FilterValue | null>, sorter?: SorterResult<T> | SorterResult<T>[], extra?: TableCurrentDataSource<T>) => void;
763
+ loadingCount?: number;
764
+ size?: SizeType;
765
+ noDataComponent?: default_2.ReactNode;
766
+ hoverColumn?: default_2.JSXElementConstructor<{
767
+ record: T;
768
+ }>;
769
+ }
770
+
771
+ export { TablePaginationConfig }
772
+
773
+ export { TableType }
774
+
775
+ export declare const Tabs: FC<TabsProps>;
776
+
777
+ declare interface TabsProps extends TabsProps_2 {
778
+ activeKey?: string;
779
+ addIcon?: ReactNode;
780
+ centered?: boolean;
781
+ defaultActiveKey?: string;
782
+ hideAdd?: boolean;
783
+ items: TabItems[];
784
+ moreIcon?: ReactNode;
785
+ tabBarGutter?: number;
786
+ tabBarStyle?: CSSProperties;
787
+ tabPosition?: "top" | "bottom" | "right" | "left";
788
+ type?: "line" | "card" | "editable-card";
789
+ onEdit?: () => void;
790
+ }
791
+
792
+ export declare const TextArea: ({ className, label, value, required, ...props }: TextAreaProps) => default_2.JSX.Element;
793
+
794
+ export declare interface TextAreaProps extends Omit<TextAreaProps_2, "value"> {
795
+ label?: string;
796
+ value?: string;
797
+ required?: boolean;
798
+ }
799
+
800
+ export declare const TextAreaWithController: ({ label, type, placeholder, required, ...rest }: TextAreaWithControllerProps) => default_2.JSX.Element;
801
+
802
+ export declare type TextAreaWithControllerProps = CustomInputProps & TextAreaProps_2;
803
+
804
+ export declare const TitleHeader: (props: TitleHeaderProps) => default_2.JSX.Element;
805
+
806
+ export declare interface TitleHeaderProps {
807
+ heading: string;
808
+ subHeading?: string;
809
+ icon?: default_2.JSX.Element;
810
+ description?: string;
811
+ active?: TitleHeaderStatus_2;
812
+ prefix?: ReactNode;
813
+ suffix?: ReactNode;
814
+ fontSize?: Size_2;
815
+ }
816
+
817
+ export { TitleHeaderStatus }
818
+
819
+ export declare const Tooltip: default_2.FC<CustomTooltipProps>;
820
+
821
+ export { Typography }
822
+
823
+ export { TypographyProps }
824
+
825
+ export declare const Upload: ({ name, onChange, showUploadList, ...rest }: UploadBaseProps) => default_2.JSX.Element;
826
+
827
+ export declare interface UploadBaseProps extends CustomUploadProps {
828
+ name: string;
829
+ required?: boolean;
830
+ showUploadList?: boolean;
831
+ }
832
+
833
+ export declare interface UploadBasePropsForDropdown extends CustomDropDownFileUploadProps {
834
+ name: string;
835
+ dropdownOptions: {
836
+ [key: string]: string | number;
837
+ }[];
838
+ dropdownName: string;
839
+ required?: boolean;
840
+ }
841
+
842
+ export declare const UploadWithDropdown: ({ name, onChange, ...rest }: UploadBasePropsForDropdown) => default_2.JSX.Element;
843
+
844
+ export { useForm }
845
+
846
+ export { useFormProps }
847
+
848
+ export declare const UserBadge: (props: UserBadgeProps) => default_2.JSX.Element;
849
+
850
+ export declare interface UserBadgeProps {
851
+ name: string;
852
+ company: string;
853
+ email: string;
854
+ address: string;
855
+ inviteLinkIncluded?: boolean;
856
+ inviteLink?: string;
857
+ onClose: () => void;
858
+ visible: boolean;
859
+ modalWidth: number;
860
+ emailSubject?: string;
861
+ emailBody?: string;
862
+ candidateName?: string;
863
+ }
864
+
865
+ export declare function UserStatus(props: UserStatusProps): default_2.JSX.Element;
866
+
867
+ export declare type UserStatusProps = {
868
+ userStatus: StatusTypes_2;
869
+ };
870
+
871
+ export declare interface ValidationRuleProps {
872
+ test: (val: string) => boolean;
873
+ message: string;
874
+ }
875
+
876
+ export declare function VerificationStatus(props: VerificationStatusProps): default_2.JSX.Element;
877
+
878
+ export declare type VerificationStatusProps = {
879
+ verificationStatus: VerificationTypes_2;
880
+ };
881
+
882
+ export { VerificationTypes }
883
+
884
+ export { }