@pnkx-lib/ui 1.9.99 → 1.9.100
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/package.json +1 -1
- package/types/index.d.ts +2 -1
- package/types/ui.d.ts +2 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
@@ -96,6 +96,7 @@ import { TreeProps as TreeProps_2 } from 'antd';
|
|
96
96
|
import { TypeActionRowTable as TypeActionRowTable_2 } from '../../../../../../../../../../../../src/constants/table';
|
97
97
|
import { TypeBulkActions as TypeBulkActions_2 } from '../../../../../../../../../../../src/constants';
|
98
98
|
import { TypeStatusTable as TypeStatusTable_2 } from '../../../../../../../../../../../src/constants';
|
99
|
+
import { TypeStatusTable as TypeStatusTable_3 } from '../../../../../../../../../../../../../src/components/ui';
|
99
100
|
import { UploadFile } from 'antd';
|
100
101
|
import { UploadProps } from 'antd';
|
101
102
|
import { UseFormReset } from 'react-hook-form';
|
@@ -396,7 +397,7 @@ export declare type FlexPropsUnion = BaseProps_7 & FlexProps;
|
|
396
397
|
declare interface GroupHeadingButtonItem {
|
397
398
|
label: string;
|
398
399
|
quantity: number;
|
399
|
-
isStatus:
|
400
|
+
isStatus: TypeStatusTable_3;
|
400
401
|
}
|
401
402
|
|
402
403
|
export declare const Heading: (props: HeadingProps) => JSX_2.Element;
|
package/types/ui.d.ts
CHANGED
@@ -80,6 +80,7 @@ import { TreeProps as TreeProps_2 } from 'antd';
|
|
80
80
|
import { TypeActionRowTable as TypeActionRowTable_2 } from '../../../../../../../../../../../../src/constants/table';
|
81
81
|
import { TypeBulkActions as TypeBulkActions_2 } from '../../../../../../../../../../../src/constants';
|
82
82
|
import { TypeStatusTable as TypeStatusTable_2 } from '../../../../../../../../../../../src/constants';
|
83
|
+
import { TypeStatusTable as TypeStatusTable_3 } from '../../../../../../../../../../../../../src/components/ui';
|
83
84
|
import { UseFormReset } from 'react-hook-form';
|
84
85
|
import { UseFormReturn } from 'react-hook-form';
|
85
86
|
import { UseFormSetValue } from 'react-hook-form';
|
@@ -342,7 +343,7 @@ export declare type FlexPropsUnion = BaseProps_7 & FlexProps;
|
|
342
343
|
declare interface GroupHeadingButtonItem {
|
343
344
|
label: string;
|
344
345
|
quantity: number;
|
345
|
-
isStatus:
|
346
|
+
isStatus: TypeStatusTable_3;
|
346
347
|
}
|
347
348
|
|
348
349
|
export declare const Heading: (props: HeadingProps) => JSX_2.Element;
|