kdpa-components 1.58.4 → 1.58.5
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/types/designerKit/components/DataTable/KdDataTable.d.ts +5 -0
- package/dist/types/designerKit/components/DataTable/KdDataTable.d.ts.map +1 -0
- package/dist/types/designerKit/components/DataTable/KdDataTable.stories.d.ts +7 -0
- package/dist/types/designerKit/components/DataTable/KdDataTable.stories.d.ts.map +1 -0
- package/dist/types/designerKit/components/DataTable/Temp.d.ts +3 -0
- package/dist/types/designerKit/components/DataTable/Temp.d.ts.map +1 -0
- package/dist/types/designerKit/components/DataTable/index.d.ts +3 -0
- package/dist/types/designerKit/components/DataTable/index.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { TableProps } from "react-data-table-component";
|
|
2
|
+
export type KdDataTableProps<T> = TableProps<T>;
|
|
3
|
+
declare function KdDataTable<T>({ customStyles, conditionalRowStyles, columns, ...props }: KdDataTableProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export default KdDataTable;
|
|
5
|
+
//# sourceMappingURL=KdDataTable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdDataTable.d.ts","sourceRoot":"","sources":["../../../../../src/designerKit/components/DataTable/KdDataTable.tsx"],"names":[],"mappings":"AACA,OAAkB,EAAE,UAAU,EAAe,MAAM,4BAA4B,CAAC;AAsDhF,MAAM,MAAM,gBAAgB,CAAC,CAAC,IAAI,UAAU,CAAC,CAAC,CAAC,CAAC;AAEhD,iBAAS,WAAW,CAAC,CAAC,EAAE,EACtB,YAAY,EACZ,oBAAoB,EACpB,OAAO,EACP,GAAG,KAAK,EACT,EAAE,gBAAgB,CAAC,CAAC,CAAC,2CAkDrB;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
+
import KdDataTable from "./KdDataTable";
|
|
3
|
+
declare const meta: Meta<typeof KdDataTable>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof KdDataTable>;
|
|
6
|
+
export declare const Primary: Story;
|
|
7
|
+
//# sourceMappingURL=KdDataTable.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdDataTable.stories.d.ts","sourceRoot":"","sources":["../../../../../src/designerKit/components/DataTable/KdDataTable.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,WAAW,MAAM,eAAe,CAAC;AAGxC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAGlC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,WAAW,CAAC,CAAC;AAE1C,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Temp.d.ts","sourceRoot":"","sources":["../../../../../src/designerKit/components/DataTable/Temp.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,IAAI,+CAyGT,CAAC;AACF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/designerKit/components/DataTable/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC"}
|