@hybr1d-tech/charizard 0.7.75 → 0.7.76
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/hybr1d-ui.js +13 -4
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2736,7 +2736,7 @@ declare interface TagProps {
|
|
|
2736
2736
|
customStyles?: React.CSSProperties;
|
|
2737
2737
|
}
|
|
2738
2738
|
|
|
2739
|
-
export declare function TaskCards({ headers, data, isLoading, isError, emptyText, paginationConfig, onClicks, }: TaskCardsProps): JSX_2.Element;
|
|
2739
|
+
export declare function TaskCards({ headers, data, isLoading, isError, emptyText, paginationConfig, onClicks, hideMenuItems, }: TaskCardsProps): JSX_2.Element;
|
|
2740
2740
|
|
|
2741
2741
|
export declare interface TaskCardsProps {
|
|
2742
2742
|
headers: string[];
|
|
@@ -2756,6 +2756,7 @@ export declare interface TaskCardsProps {
|
|
|
2756
2756
|
setLimit: (limit: number) => void;
|
|
2757
2757
|
};
|
|
2758
2758
|
onClicks?: ((data: ITask) => void)[][];
|
|
2759
|
+
hideMenuItems: boolean;
|
|
2759
2760
|
}
|
|
2760
2761
|
|
|
2761
2762
|
/**
|