@cagatayfdn/flora-components 0.0.68 → 0.0.70
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.cjs.js +32 -32
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -4
- package/dist/index.es.js +5243 -5258
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +32 -32
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -290,8 +290,6 @@ export declare type ColumnsType = {
|
|
|
290
290
|
width?: string | number;
|
|
291
291
|
className?: string;
|
|
292
292
|
tdClassName?: string;
|
|
293
|
-
permItem?: PermItem_2;
|
|
294
|
-
permType?: PermType_2 | PermType_2[];
|
|
295
293
|
onClick?: (e: any, item: any, colItem: any, index: any) => void;
|
|
296
294
|
render?: (property: any, row: any) => void;
|
|
297
295
|
};
|
|
@@ -1039,8 +1037,6 @@ declare type PermItem_2 = keyof PermissionTree_2
|
|
|
1039
1037
|
|
|
1040
1038
|
declare type PermType = `${PermissionsSlug}`;
|
|
1041
1039
|
|
|
1042
|
-
declare type PermType_2 = `${PermissionsSlug_2}`
|
|
1043
|
-
|
|
1044
1040
|
declare function Pie({ data, options }: PieProps): JSX_2.Element;
|
|
1045
1041
|
|
|
1046
1042
|
export declare type PieChartProps = ChartProps<'pie', number[], unknown>;
|
|
@@ -1406,6 +1402,7 @@ export declare type TableProps = {
|
|
|
1406
1402
|
footerAction?: boolean;
|
|
1407
1403
|
rowSelection?: boolean;
|
|
1408
1404
|
rowSelectionChange?: (value: any) => void;
|
|
1405
|
+
columnRenderer?: (columns: ColumnsType[], item: any) => JSX.Element[];
|
|
1409
1406
|
fixedHeader?: boolean;
|
|
1410
1407
|
customHeader?: ReactNode;
|
|
1411
1408
|
scrollClass?: string;
|
|
@@ -1458,6 +1455,7 @@ export declare type TooltipProps = {
|
|
|
1458
1455
|
children: ReactNode;
|
|
1459
1456
|
tooltipContent: ReactNode;
|
|
1460
1457
|
contentClass?: string;
|
|
1458
|
+
childClass?: string;
|
|
1461
1459
|
className?: string;
|
|
1462
1460
|
direction?: AppearanceDirection;
|
|
1463
1461
|
ellipsis?: boolean;
|