vrfi-design-system 1.1.63 → 1.1.65
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/index.d.ts +14 -0
- package/dist/main.es.js +6086 -6082
- package/dist/main.umd.js +111 -111
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ import { DocumentStatusEnum as DocumentStatusEnum_2 } from '../../../enums/docum
|
|
|
35
35
|
import { DocVerificationStatus } from '../../enums/docVerificationStatus.enum';
|
|
36
36
|
import { DOM_ELEMENT_ROLE } from './../../enums/domElementRole.enum';
|
|
37
37
|
import { DrawerProps as DrawerProps_2 } from 'antd';
|
|
38
|
+
import { Dropdown } from 'antd';
|
|
38
39
|
import { FC } from 'react';
|
|
39
40
|
import { FieldValues } from 'react-hook-form';
|
|
40
41
|
import { FilterValue } from 'antd/lib/table/interface';
|
|
@@ -61,7 +62,10 @@ import { JSX as JSX_2 } from 'react';
|
|
|
61
62
|
import { Justify } from '../../enums/justify.enum';
|
|
62
63
|
import { LabelType } from './../../enums/labelType.enum';
|
|
63
64
|
import { LabelType as LabelType_2 } from '../../../enums/labelType.enum';
|
|
65
|
+
import { Layout } from 'antd';
|
|
64
66
|
import { LoaderSizes } from '../../../enums/LoaderSizes';
|
|
67
|
+
import { Menu } from 'antd';
|
|
68
|
+
import { MenuMode } from '../../enums/menuMode';
|
|
65
69
|
import { MenuProps } from 'antd/lib';
|
|
66
70
|
import { MobileInputValue } from '../types/mobileInputValue.type';
|
|
67
71
|
import { MobileInputValue as MobileInputValue_2 } from '../../../types/mobileInputValue.type';
|
|
@@ -537,6 +541,8 @@ export declare interface DrawerProps extends DrawerProps_2 {
|
|
|
537
541
|
subHeading?: string;
|
|
538
542
|
}
|
|
539
543
|
|
|
544
|
+
export { Dropdown }
|
|
545
|
+
|
|
540
546
|
export declare const EllipsisWithTooltip: default_2.FC<EllipsisWithTooltipProps>;
|
|
541
547
|
|
|
542
548
|
export declare interface EllipsisWithTooltipProps {
|
|
@@ -695,6 +701,8 @@ export declare interface LabelProps {
|
|
|
695
701
|
|
|
696
702
|
export { LabelType }
|
|
697
703
|
|
|
704
|
+
export { Layout }
|
|
705
|
+
|
|
698
706
|
export declare const ListingTableHeader: (props: ListingTableHeaderProps) => default_2.JSX.Element;
|
|
699
707
|
|
|
700
708
|
export declare interface ListingTableHeaderProps {
|
|
@@ -739,8 +747,14 @@ declare interface LooseMessage {
|
|
|
739
747
|
createdAt?: string;
|
|
740
748
|
}
|
|
741
749
|
|
|
750
|
+
export { Menu }
|
|
751
|
+
|
|
742
752
|
export declare type MenuItem = Required<MenuProps>["items"][number];
|
|
743
753
|
|
|
754
|
+
export { MenuMode }
|
|
755
|
+
|
|
756
|
+
export { MenuProps }
|
|
757
|
+
|
|
744
758
|
export { MobileInputValue }
|
|
745
759
|
|
|
746
760
|
export declare const Modal: default_2.FC<ModalProps>;
|