@purpurds/table 7.5.0 → 7.6.0
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/LICENSE.txt +16 -16
- package/dist/cell-types/badge-cell.d.ts.map +1 -1
- package/dist/cell-types/body-text-cell.d.ts.map +1 -1
- package/dist/cell-types/button-cell.d.ts.map +1 -1
- package/dist/cell-types/button-group-cell.d.ts.map +1 -1
- package/dist/cell-types/cta-link-cell.d.ts.map +1 -1
- package/dist/cell-types/date-cell.d.ts.map +1 -1
- package/dist/cell-types/error-message-cell.d.ts.map +1 -1
- package/dist/cell-types/icon-text-cell.d.ts.map +1 -1
- package/dist/cell-types/lead-text-cell.d.ts.map +1 -1
- package/dist/cell-types/link-cell.d.ts.map +1 -1
- package/dist/cell-types/number-cell.d.ts.map +1 -1
- package/dist/cell-types/row-selection-cell.d.ts.map +1 -1
- package/dist/cell-types/row-toggle-cell.d.ts.map +1 -1
- package/dist/cell-types/toggle-cell.d.ts.map +1 -1
- package/dist/cell-types/warning-message-cell.d.ts.map +1 -1
- package/dist/story-utils/column-def.d.ts.map +1 -1
- package/dist/story-utils/table-data.d.ts.map +1 -1
- package/dist/story-utils/use-fetch-table-data-hook.d.ts.map +1 -1
- package/dist/table-body.d.ts.map +1 -1
- package/dist/table-column-header-cell.d.ts.map +1 -1
- package/dist/table-header.d.ts.map +1 -1
- package/dist/table-row.d.ts.map +1 -1
- package/dist/table-settings-drawer.d.ts.map +1 -1
- package/dist/table.cjs.js +61 -57
- package/dist/table.cjs.js.map +1 -1
- package/dist/table.d.ts.map +1 -1
- package/dist/table.es.js +2743 -2668
- package/dist/table.es.js.map +1 -1
- package/dist/test-utils/column-def.d.ts.map +1 -1
- package/dist/test-utils/table-data.d.ts.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/custom-functions.d.ts.map +1 -1
- package/package.json +23 -23
- package/src/cell-types/badge-cell.tsx +2 -2
- package/src/cell-types/body-text-cell.test.tsx +1 -1
- package/src/cell-types/body-text-cell.tsx +1 -1
- package/src/cell-types/button-cell.tsx +2 -2
- package/src/cell-types/button-group-cell.tsx +4 -4
- package/src/cell-types/cta-link-cell.tsx +2 -2
- package/src/cell-types/date-cell.tsx +1 -1
- package/src/cell-types/error-message-cell.tsx +1 -1
- package/src/cell-types/icon-text-cell.tsx +1 -1
- package/src/cell-types/lead-text-cell.test.tsx +1 -1
- package/src/cell-types/lead-text-cell.tsx +1 -1
- package/src/cell-types/link-cell.tsx +2 -2
- package/src/cell-types/number-cell.tsx +1 -1
- package/src/cell-types/row-selection-cell.tsx +1 -1
- package/src/cell-types/row-toggle-cell.tsx +1 -1
- package/src/cell-types/toggle-cell.tsx +2 -2
- package/src/cell-types/warning-message-cell.tsx +1 -1
- package/src/story-utils/column-def.ts +1 -1
- package/src/story-utils/table-data.tsx +4 -4
- package/src/story-utils/use-fetch-table-data-hook.tsx +2 -2
- package/src/table-body.tsx +1 -1
- package/src/table-column-header-cell.tsx +3 -3
- package/src/table-header.tsx +1 -1
- package/src/table-kitchen-sink.test.tsx +2 -2
- package/src/table-row-cell.test.tsx +2 -2
- package/src/table-row.tsx +1 -1
- package/src/table-settings-drawer.test.tsx +1 -1
- package/src/table-settings-drawer.tsx +1 -1
- package/src/table.stories.tsx +4 -4
- package/src/table.test.tsx +1 -1
- package/src/table.tsx +15 -15
- package/src/test-utils/column-def.ts +2 -2
- package/src/test-utils/table-data.tsx +3 -3
- package/src/types.ts +4 -4
- package/src/utils/custom-functions.ts +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"column-def.d.ts","sourceRoot":"","sources":["../../src/test-utils/column-def.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"column-def.d.ts","sourceRoot":"","sources":["../../src/test-utils/column-def.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,cAAc,CAAC;AAExE,eAAO,MAAM,0BAA0B,oBACpB,MAAM,IAAI,8BACC,MAAM,IAAI,KACrC,SAAS,CAAC,cAAc,CAAC,EAiH3B,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAAO,SAAS,CAAC,cAAc,CAAC,EA6BhE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table-data.d.ts","sourceRoot":"","sources":["../../src/test-utils/table-data.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"table-data.d.ts","sourceRoot":"","sources":["../../src/test-utils/table-data.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAKpD,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAE7E,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAC;IACzC,KAAK,EAAE;QACL,OAAO,EAAE,YAAY,CAAC;QACtB,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,WAAW,CAAC;IACpB,WAAW,CAAC,EAAE,qBAAqB,EAAE,CAAC;CACvC,CAAC;AAuBF,eAAO,MAAM,cAAc,EAAE,cAAc,EAoM1C,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAC;IACzC,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,cAAc,EAmE1C,CAAC"}
|
package/dist/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-functions.d.ts","sourceRoot":"","sources":["../../src/utils/custom-functions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"custom-functions.d.ts","sourceRoot":"","sources":["../../src/utils/custom-functions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAEjD,eAAO,MAAM,iBAAiB,GAAI,KAAK,OAChC,GAAG,CAAC,KAAK,CAAC,YACL,MAAM,eACH;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;CACf,KACA,OAIF,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,KAAK,QAChC,GAAG,CAAC,KAAK,CAAC,QACV,GAAG,CAAC,KAAK,CAAC,YACN,MAAM,KACf,MAWF,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,KAAK,QAC9B,GAAG,CAAC,KAAK,CAAC,QACV,GAAG,CAAC,KAAK,CAAC,YACN,MAAM,KACf,MAcF,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/table",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.6.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "./dist/table.cjs.js",
|
|
6
6
|
"types": "./dist/table.d.ts",
|
|
@@ -17,22 +17,22 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@tanstack/react-table": "~8.21.2",
|
|
19
19
|
"classnames": "~2.5.0",
|
|
20
|
-
"@purpurds/badge": "7.
|
|
21
|
-
"@purpurds/button": "7.
|
|
22
|
-
"@purpurds/checkbox": "7.
|
|
23
|
-
"@purpurds/
|
|
24
|
-
"@purpurds/
|
|
25
|
-
"@purpurds/
|
|
26
|
-
"@purpurds/
|
|
27
|
-
"@purpurds/
|
|
28
|
-
"@purpurds/
|
|
29
|
-
"@purpurds/select": "7.
|
|
30
|
-
"@purpurds/skeleton": "7.
|
|
31
|
-
"@purpurds/
|
|
32
|
-
"@purpurds/
|
|
33
|
-
"@purpurds/
|
|
34
|
-
"@purpurds/tooltip": "7.
|
|
35
|
-
"@purpurds/visually-hidden": "7.
|
|
20
|
+
"@purpurds/badge": "7.6.0",
|
|
21
|
+
"@purpurds/button": "7.6.0",
|
|
22
|
+
"@purpurds/checkbox": "7.6.0",
|
|
23
|
+
"@purpurds/drawer": "7.6.0",
|
|
24
|
+
"@purpurds/heading": "7.6.0",
|
|
25
|
+
"@purpurds/icon": "7.6.0",
|
|
26
|
+
"@purpurds/cta-link": "7.6.0",
|
|
27
|
+
"@purpurds/paragraph": "7.6.0",
|
|
28
|
+
"@purpurds/link": "7.6.0",
|
|
29
|
+
"@purpurds/select": "7.6.0",
|
|
30
|
+
"@purpurds/skeleton": "7.6.0",
|
|
31
|
+
"@purpurds/text-field": "7.6.0",
|
|
32
|
+
"@purpurds/toggle": "7.6.0",
|
|
33
|
+
"@purpurds/tokens": "7.6.0",
|
|
34
|
+
"@purpurds/tooltip": "7.6.0",
|
|
35
|
+
"@purpurds/visually-hidden": "7.6.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@rushstack/eslint-patch": "~1.10.0",
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
"vitest": "^3.1.2",
|
|
58
58
|
"vitest-axe": "~0.1.0",
|
|
59
59
|
"vitest-canvas-mock": "~0.3.3",
|
|
60
|
-
"@purpurds/autocomplete": "7.
|
|
60
|
+
"@purpurds/autocomplete": "7.6.0",
|
|
61
61
|
"@purpurds/component-rig": "1.0.0",
|
|
62
|
-
"@purpurds/grid": "7.
|
|
63
|
-
"@purpurds/illustrative-icon": "7.
|
|
64
|
-
"@purpurds/label": "7.
|
|
65
|
-
"@purpurds/listbox": "7.
|
|
66
|
-
"@purpurds/pagination": "7.
|
|
62
|
+
"@purpurds/grid": "7.6.0",
|
|
63
|
+
"@purpurds/illustrative-icon": "7.6.0",
|
|
64
|
+
"@purpurds/label": "7.6.0",
|
|
65
|
+
"@purpurds/listbox": "7.6.0",
|
|
66
|
+
"@purpurds/pagination": "7.6.0"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"build:dev": "vite",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { Badge, BadgeProps } from "@purpurds/badge";
|
|
3
|
-
import { Cell, RowData } from "@tanstack/react-table";
|
|
2
|
+
import { Badge, type BadgeProps } from "@purpurds/badge";
|
|
3
|
+
import { type Cell, type RowData } from "@tanstack/react-table";
|
|
4
4
|
|
|
5
5
|
import { EmptyCell } from "./empty-cell";
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Paragraph } from "@purpurds/paragraph";
|
|
3
3
|
import { Tooltip } from "@purpurds/tooltip";
|
|
4
|
-
import { Cell, RowData } from "@tanstack/react-table";
|
|
4
|
+
import { type Cell, type RowData } from "@tanstack/react-table";
|
|
5
5
|
import c from "classnames/bind";
|
|
6
6
|
|
|
7
7
|
import styles from "../table.module.scss";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { Button, ButtonProps } from "@purpurds/button";
|
|
3
|
-
import { Cell, RowData } from "@tanstack/react-table";
|
|
2
|
+
import { Button, type ButtonProps } from "@purpurds/button";
|
|
3
|
+
import { type Cell, type RowData } from "@tanstack/react-table";
|
|
4
4
|
|
|
5
5
|
import { EmptyCell } from "./empty-cell";
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React, { ReactElement } from "react";
|
|
2
|
-
import { Button, ButtonVariant } from "@purpurds/button";
|
|
3
|
-
import { IconProps } from "@purpurds/icon";
|
|
4
|
-
import { Cell, RowData } from "@tanstack/react-table";
|
|
1
|
+
import React, { type ReactElement } from "react";
|
|
2
|
+
import { Button, type ButtonVariant } from "@purpurds/button";
|
|
3
|
+
import { type IconProps } from "@purpurds/icon";
|
|
4
|
+
import { type Cell, type RowData } from "@tanstack/react-table";
|
|
5
5
|
import c from "classnames/bind";
|
|
6
6
|
|
|
7
7
|
import styles from "../table.module.scss";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CtaLink, CtaLinkProps } from "@purpurds/cta-link";
|
|
3
|
-
import { Cell, RowData } from "@tanstack/react-table";
|
|
2
|
+
import { CtaLink, type CtaLinkProps } from "@purpurds/cta-link";
|
|
3
|
+
import { type Cell, type RowData } from "@tanstack/react-table";
|
|
4
4
|
|
|
5
5
|
import { EmptyCell } from "./empty-cell";
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Paragraph } from "@purpurds/paragraph";
|
|
3
|
-
import { Cell, RowData } from "@tanstack/react-table";
|
|
3
|
+
import { type Cell, type RowData } from "@tanstack/react-table";
|
|
4
4
|
import c from "classnames/bind";
|
|
5
5
|
|
|
6
6
|
import styles from "../table.module.scss";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { IconError } from "@purpurds/icon/error";
|
|
3
3
|
import { Paragraph } from "@purpurds/paragraph";
|
|
4
|
-
import { Cell, RowData } from "@tanstack/react-table";
|
|
4
|
+
import { type Cell, type RowData } from "@tanstack/react-table";
|
|
5
5
|
import c from "classnames/bind";
|
|
6
6
|
|
|
7
7
|
import styles from "../table.module.scss";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { Link, LinkProps } from "@purpurds/link";
|
|
2
|
+
import { Link, type LinkProps } from "@purpurds/link";
|
|
3
3
|
import { Tooltip } from "@purpurds/tooltip";
|
|
4
|
-
import { Cell, RowData } from "@tanstack/react-table";
|
|
4
|
+
import { type Cell, type RowData } from "@tanstack/react-table";
|
|
5
5
|
import c from "classnames/bind";
|
|
6
6
|
|
|
7
7
|
import styles from "../table.module.scss";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Paragraph } from "@purpurds/paragraph";
|
|
3
|
-
import { Cell, RowData } from "@tanstack/react-table";
|
|
3
|
+
import { type Cell, type RowData } from "@tanstack/react-table";
|
|
4
4
|
import c from "classnames/bind";
|
|
5
5
|
|
|
6
6
|
import styles from "../table.module.scss";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Checkbox } from "@purpurds/checkbox";
|
|
3
|
-
import { Cell, RowData } from "@tanstack/react-table";
|
|
3
|
+
import { type Cell, type RowData } from "@tanstack/react-table";
|
|
4
4
|
import c from "classnames/bind";
|
|
5
5
|
|
|
6
6
|
import styles from "../table.module.scss";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { Toggle, ToggleProps } from "@purpurds/toggle";
|
|
3
|
-
import { Cell, RowData } from "@tanstack/react-table";
|
|
2
|
+
import { Toggle, type ToggleProps } from "@purpurds/toggle";
|
|
3
|
+
import { type Cell, type RowData } from "@tanstack/react-table";
|
|
4
4
|
|
|
5
5
|
import { EmptyCell } from "./empty-cell";
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { IconAlert } from "@purpurds/icon/alert";
|
|
3
3
|
import { Paragraph } from "@purpurds/paragraph";
|
|
4
|
-
import { Cell, RowData } from "@tanstack/react-table";
|
|
4
|
+
import { type Cell, type RowData } from "@tanstack/react-table";
|
|
5
5
|
import c from "classnames/bind";
|
|
6
6
|
|
|
7
7
|
import styles from "../table.module.scss";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createColumnHelper } from "../table";
|
|
2
|
-
import { SimpleTableData, TableData } from "./table-data";
|
|
2
|
+
import { type SimpleTableData, type TableData } from "./table-data";
|
|
3
3
|
|
|
4
4
|
const columnHelper = createColumnHelper<TableData>();
|
|
5
5
|
const simpleColumnHelper = createColumnHelper<SimpleTableData>();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { BadgeVariant } from "@purpurds/badge";
|
|
3
|
-
import { ButtonProps } from "@purpurds/button";
|
|
2
|
+
import { type BadgeVariant } from "@purpurds/badge";
|
|
3
|
+
import { type ButtonProps } from "@purpurds/button";
|
|
4
4
|
import { IconDownload } from "@purpurds/icon/download";
|
|
5
5
|
import { IconMoreVertical } from "@purpurds/icon/more-vertical";
|
|
6
6
|
import { IconRemove } from "@purpurds/icon/remove";
|
|
7
|
-
import { LinkProps } from "@purpurds/link";
|
|
7
|
+
import { type LinkProps } from "@purpurds/link";
|
|
8
8
|
|
|
9
|
-
import { ButtonGroupButtonProp } from "../cell-types/button-group-cell";
|
|
9
|
+
import { type ButtonGroupButtonProp } from "../cell-types/button-group-cell";
|
|
10
10
|
|
|
11
11
|
// Table data structure for the data table component
|
|
12
12
|
export type TableData = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PaginationState } from "../table";
|
|
2
|
-
import { generateLargeTableData, TableData } from "./table-data";
|
|
1
|
+
import { type PaginationState } from "../table";
|
|
2
|
+
import { generateLargeTableData, type TableData } from "./table-data";
|
|
3
3
|
|
|
4
4
|
const data = generateLargeTableData(100);
|
|
5
5
|
|
package/src/table-body.tsx
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React, { useEffect, useRef, useState } from "react";
|
|
2
2
|
import { Button } from "@purpurds/button";
|
|
3
|
-
import { Checkbox, CheckedState } from "@purpurds/checkbox";
|
|
3
|
+
import { Checkbox, type CheckedState } from "@purpurds/checkbox";
|
|
4
4
|
import { IconArrowDown } from "@purpurds/icon/arrow-down";
|
|
5
5
|
import { IconArrowUp } from "@purpurds/icon/arrow-up";
|
|
6
6
|
import { IconSorter } from "@purpurds/icon/sorter";
|
|
7
7
|
import { Paragraph } from "@purpurds/paragraph";
|
|
8
|
-
import { Select, SelectProps } from "@purpurds/select";
|
|
8
|
+
import { Select, type SelectProps } from "@purpurds/select";
|
|
9
9
|
import { TextField } from "@purpurds/text-field";
|
|
10
10
|
import { VisuallyHidden } from "@purpurds/visually-hidden";
|
|
11
|
-
import { flexRender, Header, RowData, SortDirection, Table } from "@tanstack/react-table";
|
|
11
|
+
import { flexRender, type Header, type RowData, type SortDirection, type Table } from "@tanstack/react-table";
|
|
12
12
|
import c from "classnames/bind";
|
|
13
13
|
|
|
14
14
|
import styles from "./table.module.scss";
|
package/src/table-header.tsx
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React, { useEffect, useState } from "react";
|
|
2
2
|
import { Pagination } from "@purpurds/pagination";
|
|
3
|
-
import { ColumnFiltersState, RowSelectionState } from "@tanstack/react-table";
|
|
3
|
+
import { type ColumnFiltersState, type RowSelectionState } from "@tanstack/react-table";
|
|
4
4
|
import { cleanup, fireEvent, render, screen, within } from "@testing-library/react";
|
|
5
5
|
import userEvent from "@testing-library/user-event";
|
|
6
6
|
import { axe } from "vitest-axe";
|
|
7
7
|
|
|
8
|
-
import { PaginationState, Table } from "./table.tsx";
|
|
8
|
+
import { type PaginationState, Table } from "./table.tsx";
|
|
9
9
|
import { createColumnDefKitchenSink } from "./test-utils/column-def.ts";
|
|
10
10
|
import {
|
|
11
11
|
copy,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { IconCheckmark } from "@purpurds/icon/checkmark";
|
|
3
3
|
import { IconRemove } from "@purpurds/icon/remove";
|
|
4
|
-
import { Cell } from "@tanstack/react-table";
|
|
4
|
+
import { type Cell } from "@tanstack/react-table";
|
|
5
5
|
import { render, screen } from "@testing-library/react";
|
|
6
6
|
import { describe, expect, it, vi } from "vitest";
|
|
7
7
|
|
|
8
8
|
import TableRowCell from "./table-row-cell";
|
|
9
|
-
import { CellType } from "./types";
|
|
9
|
+
import { type CellType } from "./types";
|
|
10
10
|
|
|
11
11
|
describe("Table row cell - Cell types", () => {
|
|
12
12
|
describe("Badge", () => {
|
package/src/table-row.tsx
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { Column } from "@tanstack/react-table";
|
|
2
|
+
import { type Column } from "@tanstack/react-table";
|
|
3
3
|
import { render, screen, within } from "@testing-library/react";
|
|
4
4
|
import userEvent from "@testing-library/user-event";
|
|
5
5
|
import { axe } from "vitest-axe";
|
|
@@ -4,7 +4,7 @@ import { Drawer } from "@purpurds/drawer";
|
|
|
4
4
|
import { Heading } from "@purpurds/heading";
|
|
5
5
|
import { IconSync } from "@purpurds/icon/sync";
|
|
6
6
|
import { Toggle } from "@purpurds/toggle";
|
|
7
|
-
import { Column, RowData } from "@tanstack/react-table";
|
|
7
|
+
import { type Column, type RowData } from "@tanstack/react-table";
|
|
8
8
|
import c from "classnames/bind";
|
|
9
9
|
|
|
10
10
|
import styles from "./table-settings-drawer.module.scss";
|
package/src/table.stories.tsx
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import React, { useEffect, useState } from "react";
|
|
4
4
|
import { Grid } from "@purpurds/grid";
|
|
5
5
|
import { IllustrativeIconSearchQuestionDuocolor } from "@purpurds/illustrative-icon/search-question-duocolor";
|
|
6
|
-
import { Pagination, PaginationProps } from "@purpurds/pagination";
|
|
6
|
+
import { Pagination, type PaginationProps } from "@purpurds/pagination";
|
|
7
7
|
import type { Meta, StoryObj } from "@storybook/react";
|
|
8
8
|
import c from "classnames";
|
|
9
9
|
|
|
@@ -29,9 +29,9 @@ import "@purpurds/tooltip/styles";
|
|
|
29
29
|
import { columnDef, simpleColumnDef } from "./story-utils/column-def";
|
|
30
30
|
import {
|
|
31
31
|
generateLargeTableData,
|
|
32
|
-
SimpleTableData,
|
|
32
|
+
type SimpleTableData,
|
|
33
33
|
simpleTableData,
|
|
34
|
-
TableData,
|
|
34
|
+
type TableData,
|
|
35
35
|
} from "./story-utils/table-data";
|
|
36
36
|
import { useFetchTableData } from "./story-utils/use-fetch-table-data-hook";
|
|
37
37
|
import type {
|
|
@@ -43,7 +43,7 @@ import type {
|
|
|
43
43
|
import { Table } from "./table";
|
|
44
44
|
|
|
45
45
|
const meta = {
|
|
46
|
-
title: "
|
|
46
|
+
title: "Data Visualization/Table",
|
|
47
47
|
component: Table,
|
|
48
48
|
parameters: {
|
|
49
49
|
controls: { expanded: true },
|
package/src/table.test.tsx
CHANGED
|
@@ -7,7 +7,7 @@ import { axe } from "vitest-axe";
|
|
|
7
7
|
import { Table } from "./table";
|
|
8
8
|
import { createColumnDefSmall } from "./test-utils/column-def.ts";
|
|
9
9
|
import { copy, getTableBody, getTableHead, Selectors } from "./test-utils/helpers.ts";
|
|
10
|
-
import { TableDataSmall, tableDataSmall } from "./test-utils/table-data.tsx";
|
|
10
|
+
import { type TableDataSmall, tableDataSmall } from "./test-utils/table-data.tsx";
|
|
11
11
|
|
|
12
12
|
describe("Data Table", () => {
|
|
13
13
|
let table: HTMLTableElement;
|
package/src/table.tsx
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { ReactElement, useEffect, useId, useRef, useState } from "react";
|
|
1
|
+
import React, { type ReactElement, useEffect, useId, useRef, useState } from "react";
|
|
2
2
|
import type {
|
|
3
3
|
ColumnDef,
|
|
4
4
|
ColumnFiltersState,
|
|
@@ -18,8 +18,8 @@ import {
|
|
|
18
18
|
useReactTable,
|
|
19
19
|
} from "@tanstack/react-table";
|
|
20
20
|
export { createColumnHelper } from "@tanstack/react-table";
|
|
21
|
-
import { Heading, HeadingTagType } from "@purpurds/heading";
|
|
22
|
-
import { PaginationProps } from "@purpurds/pagination";
|
|
21
|
+
import { Heading, type HeadingTagType } from "@purpurds/heading";
|
|
22
|
+
import { type PaginationProps } from "@purpurds/pagination";
|
|
23
23
|
import { Paragraph } from "@purpurds/paragraph";
|
|
24
24
|
import c from "classnames/bind";
|
|
25
25
|
|
|
@@ -47,18 +47,18 @@ import TableRowCellSkeleton from "./table-row-cell-skeleton";
|
|
|
47
47
|
import { TableSettingsDrawer } from "./table-settings-drawer";
|
|
48
48
|
import { TableToolbar } from "./table-toolbar";
|
|
49
49
|
import {
|
|
50
|
-
WithActionBarProps,
|
|
51
|
-
WithEmptyTableProps,
|
|
52
|
-
WithLoadingProps,
|
|
53
|
-
WithoutActionBarProps,
|
|
54
|
-
WithoutEmptyTableProps,
|
|
55
|
-
WithoutLoadingProps,
|
|
56
|
-
WithoutRowSelectionProps,
|
|
57
|
-
WithoutSortingProps,
|
|
58
|
-
WithoutToolbarProps,
|
|
59
|
-
WithRowSelectionProps,
|
|
60
|
-
WithSortingProps,
|
|
61
|
-
WithToolbarProps,
|
|
50
|
+
type WithActionBarProps,
|
|
51
|
+
type WithEmptyTableProps,
|
|
52
|
+
type WithLoadingProps,
|
|
53
|
+
type WithoutActionBarProps,
|
|
54
|
+
type WithoutEmptyTableProps,
|
|
55
|
+
type WithoutLoadingProps,
|
|
56
|
+
type WithoutRowSelectionProps,
|
|
57
|
+
type WithoutSortingProps,
|
|
58
|
+
type WithoutToolbarProps,
|
|
59
|
+
type WithRowSelectionProps,
|
|
60
|
+
type WithSortingProps,
|
|
61
|
+
type WithToolbarProps,
|
|
62
62
|
} from "./types";
|
|
63
63
|
import { filterOnFilterKey, sortOnBadgeValue, sortOnBadgeVariant } from "./utils/custom-functions";
|
|
64
64
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ColumnDef } from "@tanstack/react-table";
|
|
1
|
+
import { type ColumnDef } from "@tanstack/react-table";
|
|
2
2
|
|
|
3
|
-
import { TableDataLarge, TableDataSmall } from "./table-data";
|
|
3
|
+
import { type TableDataLarge, type TableDataSmall } from "./table-data";
|
|
4
4
|
|
|
5
5
|
export const createColumnDefKitchenSink = (
|
|
6
6
|
clickCellButton: () => void,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { BadgeVariant } from "@purpurds/badge";
|
|
3
|
-
import { ButtonProps } from "@purpurds/button";
|
|
2
|
+
import { type BadgeVariant } from "@purpurds/badge";
|
|
3
|
+
import { type ButtonProps } from "@purpurds/button";
|
|
4
4
|
import { IconDownload } from "@purpurds/icon/download";
|
|
5
5
|
import { IconMoreVertical } from "@purpurds/icon/more-vertical";
|
|
6
6
|
import { IconRemove } from "@purpurds/icon/remove";
|
|
7
7
|
|
|
8
|
-
import { ButtonGroupButtonProp } from "../cell-types/button-group-cell";
|
|
8
|
+
import { type ButtonGroupButtonProp } from "../cell-types/button-group-cell";
|
|
9
9
|
|
|
10
10
|
export type TableDataLarge = {
|
|
11
11
|
id: number;
|
package/src/types.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { HeadingTagType } from "@purpurds/heading";
|
|
1
|
+
import { type HeadingTagType } from "@purpurds/heading";
|
|
2
2
|
import type { SelectProps } from "@purpurds/select";
|
|
3
3
|
import type { Cell, FilterFn, Row, RowData, SortingFn } from "@tanstack/react-table";
|
|
4
4
|
|
|
5
|
-
import { TableActionBarCopyProps } from "./table-action-bar";
|
|
5
|
+
import { type TableActionBarCopyProps } from "./table-action-bar";
|
|
6
6
|
import type { FilterVariants, SortingAriaLabels } from "./table-column-header-cell";
|
|
7
|
-
import { TableExportDrawerCopyProps } from "./table-export-drawer";
|
|
8
|
-
import { TableSettingsDrawerCopyProps } from "./table-settings-drawer";
|
|
7
|
+
import { type TableExportDrawerCopyProps } from "./table-export-drawer";
|
|
8
|
+
import { type TableSettingsDrawerCopyProps } from "./table-settings-drawer";
|
|
9
9
|
|
|
10
10
|
export type CellType =
|
|
11
11
|
| "badge"
|