@redis-ui/table 2.4.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.
Files changed (66) hide show
  1. package/dist/Table/Table.cjs +173 -0
  2. package/dist/Table/Table.context.cjs +13 -0
  3. package/dist/Table/Table.context.d.ts +7 -0
  4. package/dist/Table/Table.context.js +13 -0
  5. package/dist/Table/Table.d.ts +7 -0
  6. package/dist/Table/Table.js +173 -0
  7. package/dist/Table/Table.style.cjs +63 -0
  8. package/dist/Table/Table.style.d.ts +14 -0
  9. package/dist/Table/Table.style.js +61 -0
  10. package/dist/Table/Table.test.d.ts +1 -0
  11. package/dist/Table/Table.types.d.ts +31 -0
  12. package/dist/Table/components/ExpandRowButton/ExpandRowButton.cjs +20 -0
  13. package/dist/Table/components/ExpandRowButton/ExpandRowButton.d.ts +8 -0
  14. package/dist/Table/components/ExpandRowButton/ExpandRowButton.js +20 -0
  15. package/dist/Table/components/ExpandRowButton/ExpandRowButton.test.d.ts +1 -0
  16. package/dist/Table/components/ShowOnRowHover/ShowOnRowHover.style.cjs +11 -0
  17. package/dist/Table/components/ShowOnRowHover/ShowOnRowHover.style.d.ts +1 -0
  18. package/dist/Table/components/ShowOnRowHover/ShowOnRowHover.style.js +9 -0
  19. package/dist/Table/components/TableExpandedRow/TableAnimatedExpandedRow.cjs +34 -0
  20. package/dist/Table/components/TableExpandedRow/TableAnimatedExpandedRow.d.ts +2 -0
  21. package/dist/Table/components/TableExpandedRow/TableAnimatedExpandedRow.js +34 -0
  22. package/dist/Table/components/TableExpandedRow/TableAnimatedExpandedRow.style.cjs +11 -0
  23. package/dist/Table/components/TableExpandedRow/TableAnimatedExpandedRow.style.d.ts +2 -0
  24. package/dist/Table/components/TableExpandedRow/TableAnimatedExpandedRow.style.js +9 -0
  25. package/dist/Table/components/TableExpandedRow/TableExpandedRow.cjs +36 -0
  26. package/dist/Table/components/TableExpandedRow/TableExpandedRow.d.ts +2 -0
  27. package/dist/Table/components/TableExpandedRow/TableExpandedRow.js +36 -0
  28. package/dist/Table/components/TableExpandedRow/TableExpandedRow.style.cjs +15 -0
  29. package/dist/Table/components/TableExpandedRow/TableExpandedRow.style.d.ts +2 -0
  30. package/dist/Table/components/TableExpandedRow/TableExpandedRow.style.js +13 -0
  31. package/dist/Table/components/TableExpandedRow/TableExpandedRow.types.d.ts +9 -0
  32. package/dist/Table/components/TableExpandedRow/index.d.ts +3 -0
  33. package/dist/Table/components/TablePagination/TablePagination.cjs +93 -0
  34. package/dist/Table/components/TablePagination/TablePagination.d.ts +4 -0
  35. package/dist/Table/components/TablePagination/TablePagination.js +93 -0
  36. package/dist/Table/components/TablePagination/TablePagination.style.cjs +60 -0
  37. package/dist/Table/components/TablePagination/TablePagination.style.d.ts +50 -0
  38. package/dist/Table/components/TablePagination/TablePagination.style.js +58 -0
  39. package/dist/Table/components/TablePagination/TablePagination.test.d.ts +1 -0
  40. package/dist/Table/index.d.ts +8 -0
  41. package/dist/_virtual/jsx-runtime.cjs +4 -0
  42. package/dist/_virtual/jsx-runtime.js +4 -0
  43. package/dist/_virtual/react-jsx-runtime.development.cjs +4 -0
  44. package/dist/_virtual/react-jsx-runtime.development.js +4 -0
  45. package/dist/_virtual/react-jsx-runtime.production.min.cjs +4 -0
  46. package/dist/_virtual/react-jsx-runtime.production.min.js +4 -0
  47. package/dist/index.cjs +8 -0
  48. package/dist/index.d.ts +1 -0
  49. package/dist/index.js +8 -0
  50. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.cjs +36 -0
  51. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +18 -0
  52. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.cjs +32 -0
  53. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +14 -0
  54. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.cjs +63 -0
  55. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +45 -0
  56. package/dist/node_modules/@tanstack/react-table/build/lib/index.cjs +123 -0
  57. package/dist/node_modules/@tanstack/react-table/build/lib/index.js +106 -0
  58. package/dist/node_modules/@tanstack/table-core/build/lib/index.cjs +2816 -0
  59. package/dist/node_modules/@tanstack/table-core/build/lib/index.js +2816 -0
  60. package/dist/node_modules/react/cjs/react-jsx-runtime.development.cjs +902 -0
  61. package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +900 -0
  62. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs +35 -0
  63. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +33 -0
  64. package/dist/node_modules/react/jsx-runtime.cjs +12 -0
  65. package/dist/node_modules/react/jsx-runtime.js +12 -0
  66. package/package.json +42 -0
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ var reactJsxRuntime_development = {};
4
+ exports.__exports = reactJsxRuntime_development;
@@ -0,0 +1,4 @@
1
+ var reactJsxRuntime_development = {};
2
+ export {
3
+ reactJsxRuntime_development as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ var reactJsxRuntime_production_min = {};
4
+ exports.__exports = reactJsxRuntime_production_min;
@@ -0,0 +1,4 @@
1
+ var reactJsxRuntime_production_min = {};
2
+ export {
3
+ reactJsxRuntime_production_min as __exports
4
+ };
package/dist/index.cjs ADDED
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const Table = require("./Table/Table.cjs");
4
+ const ShowOnRowHover_style = require("./Table/components/ShowOnRowHover/ShowOnRowHover.style.cjs");
5
+ const Table_context = require("./Table/Table.context.cjs");
6
+ exports.Table = Table.default;
7
+ exports.ShowOnRowHover = ShowOnRowHover_style.ShowOnRowHover;
8
+ exports.useTableContext = Table_context.useTableContext;
@@ -0,0 +1 @@
1
+ export * from './Table';
package/dist/index.js ADDED
@@ -0,0 +1,8 @@
1
+ import { default as default2 } from "./Table/Table.js";
2
+ import { ShowOnRowHover } from "./Table/components/ShowOnRowHover/ShowOnRowHover.style.js";
3
+ import { useTableContext } from "./Table/Table.context.js";
4
+ export {
5
+ ShowOnRowHover,
6
+ default2 as Table,
7
+ useTableContext
8
+ };
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const React = require("react");
4
+ function _interopNamespace(e) {
5
+ if (e && e.__esModule) return e;
6
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
7
+ if (e) {
8
+ for (const k in e) {
9
+ if (k !== "default") {
10
+ const d = Object.getOwnPropertyDescriptor(e, k);
11
+ Object.defineProperty(n, k, d.get ? d : {
12
+ enumerable: true,
13
+ get: () => e[k]
14
+ });
15
+ }
16
+ }
17
+ }
18
+ n.default = e;
19
+ return Object.freeze(n);
20
+ }
21
+ const React__namespace = /* @__PURE__ */ _interopNamespace(React);
22
+ function setRef(ref, value) {
23
+ if (typeof ref === "function") {
24
+ ref(value);
25
+ } else if (ref !== null && ref !== void 0) {
26
+ ref.current = value;
27
+ }
28
+ }
29
+ function composeRefs(...refs) {
30
+ return (node) => refs.forEach((ref) => setRef(ref, node));
31
+ }
32
+ function useComposedRefs(...refs) {
33
+ return React__namespace.useCallback(composeRefs(...refs), refs);
34
+ }
35
+ exports.composeRefs = composeRefs;
36
+ exports.useComposedRefs = useComposedRefs;
@@ -0,0 +1,18 @@
1
+ import * as React from "react";
2
+ function setRef(ref, value) {
3
+ if (typeof ref === "function") {
4
+ ref(value);
5
+ } else if (ref !== null && ref !== void 0) {
6
+ ref.current = value;
7
+ }
8
+ }
9
+ function composeRefs(...refs) {
10
+ return (node) => refs.forEach((ref) => setRef(ref, node));
11
+ }
12
+ function useComposedRefs(...refs) {
13
+ return React.useCallback(composeRefs(...refs), refs);
14
+ }
15
+ export {
16
+ composeRefs,
17
+ useComposedRefs
18
+ };
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const React = require("react");
4
+ function _interopNamespace(e) {
5
+ if (e && e.__esModule) return e;
6
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
7
+ if (e) {
8
+ for (const k in e) {
9
+ if (k !== "default") {
10
+ const d = Object.getOwnPropertyDescriptor(e, k);
11
+ Object.defineProperty(n, k, d.get ? d : {
12
+ enumerable: true,
13
+ get: () => e[k]
14
+ });
15
+ }
16
+ }
17
+ }
18
+ n.default = e;
19
+ return Object.freeze(n);
20
+ }
21
+ const React__namespace = /* @__PURE__ */ _interopNamespace(React);
22
+ function useCallbackRef(callback) {
23
+ const callbackRef = React__namespace.useRef(callback);
24
+ React__namespace.useEffect(() => {
25
+ callbackRef.current = callback;
26
+ });
27
+ return React__namespace.useMemo(() => (...args) => {
28
+ var _a;
29
+ return (_a = callbackRef.current) == null ? void 0 : _a.call(callbackRef, ...args);
30
+ }, []);
31
+ }
32
+ exports.useCallbackRef = useCallbackRef;
@@ -0,0 +1,14 @@
1
+ import * as React from "react";
2
+ function useCallbackRef(callback) {
3
+ const callbackRef = React.useRef(callback);
4
+ React.useEffect(() => {
5
+ callbackRef.current = callback;
6
+ });
7
+ return React.useMemo(() => (...args) => {
8
+ var _a;
9
+ return (_a = callbackRef.current) == null ? void 0 : _a.call(callbackRef, ...args);
10
+ }, []);
11
+ }
12
+ export {
13
+ useCallbackRef
14
+ };
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const React = require("react");
4
+ const index = require("../../react-use-callback-ref/dist/index.cjs");
5
+ function _interopNamespace(e) {
6
+ if (e && e.__esModule) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespace(React);
23
+ function useControllableState({
24
+ prop,
25
+ defaultProp,
26
+ onChange = () => {
27
+ }
28
+ }) {
29
+ const [uncontrolledProp, setUncontrolledProp] = useUncontrolledState({ defaultProp, onChange });
30
+ const isControlled = prop !== void 0;
31
+ const value = isControlled ? prop : uncontrolledProp;
32
+ const handleChange = index.useCallbackRef(onChange);
33
+ const setValue = React__namespace.useCallback(
34
+ (nextValue) => {
35
+ if (isControlled) {
36
+ const setter = nextValue;
37
+ const value2 = typeof nextValue === "function" ? setter(prop) : nextValue;
38
+ if (value2 !== prop) handleChange(value2);
39
+ } else {
40
+ setUncontrolledProp(nextValue);
41
+ }
42
+ },
43
+ [isControlled, prop, setUncontrolledProp, handleChange]
44
+ );
45
+ return [value, setValue];
46
+ }
47
+ function useUncontrolledState({
48
+ defaultProp,
49
+ onChange
50
+ }) {
51
+ const uncontrolledState = React__namespace.useState(defaultProp);
52
+ const [value] = uncontrolledState;
53
+ const prevValueRef = React__namespace.useRef(value);
54
+ const handleChange = index.useCallbackRef(onChange);
55
+ React__namespace.useEffect(() => {
56
+ if (prevValueRef.current !== value) {
57
+ handleChange(value);
58
+ prevValueRef.current = value;
59
+ }
60
+ }, [value, prevValueRef, handleChange]);
61
+ return uncontrolledState;
62
+ }
63
+ exports.useControllableState = useControllableState;
@@ -0,0 +1,45 @@
1
+ import * as React from "react";
2
+ import { useCallbackRef } from "../../react-use-callback-ref/dist/index.js";
3
+ function useControllableState({
4
+ prop,
5
+ defaultProp,
6
+ onChange = () => {
7
+ }
8
+ }) {
9
+ const [uncontrolledProp, setUncontrolledProp] = useUncontrolledState({ defaultProp, onChange });
10
+ const isControlled = prop !== void 0;
11
+ const value = isControlled ? prop : uncontrolledProp;
12
+ const handleChange = useCallbackRef(onChange);
13
+ const setValue = React.useCallback(
14
+ (nextValue) => {
15
+ if (isControlled) {
16
+ const setter = nextValue;
17
+ const value2 = typeof nextValue === "function" ? setter(prop) : nextValue;
18
+ if (value2 !== prop) handleChange(value2);
19
+ } else {
20
+ setUncontrolledProp(nextValue);
21
+ }
22
+ },
23
+ [isControlled, prop, setUncontrolledProp, handleChange]
24
+ );
25
+ return [value, setValue];
26
+ }
27
+ function useUncontrolledState({
28
+ defaultProp,
29
+ onChange
30
+ }) {
31
+ const uncontrolledState = React.useState(defaultProp);
32
+ const [value] = uncontrolledState;
33
+ const prevValueRef = React.useRef(value);
34
+ const handleChange = useCallbackRef(onChange);
35
+ React.useEffect(() => {
36
+ if (prevValueRef.current !== value) {
37
+ handleChange(value);
38
+ prevValueRef.current = value;
39
+ }
40
+ }, [value, prevValueRef, handleChange]);
41
+ return uncontrolledState;
42
+ }
43
+ export {
44
+ useControllableState
45
+ };
@@ -0,0 +1,123 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const React = require("react");
4
+ const index = require("../../../table-core/build/lib/index.cjs");
5
+ function _interopNamespace(e) {
6
+ if (e && e.__esModule) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespace(React);
23
+ /**
24
+ * react-table
25
+ *
26
+ * Copyright (c) TanStack
27
+ *
28
+ * This source code is licensed under the MIT license found in the
29
+ * LICENSE.md file in the root directory of this source tree.
30
+ *
31
+ * @license MIT
32
+ */
33
+ function flexRender(Comp, props) {
34
+ return !Comp ? null : isReactComponent(Comp) ? /* @__PURE__ */ React__namespace.createElement(Comp, props) : Comp;
35
+ }
36
+ function isReactComponent(component) {
37
+ return isClassComponent(component) || typeof component === "function" || isExoticComponent(component);
38
+ }
39
+ function isClassComponent(component) {
40
+ return typeof component === "function" && (() => {
41
+ const proto = Object.getPrototypeOf(component);
42
+ return proto.prototype && proto.prototype.isReactComponent;
43
+ })();
44
+ }
45
+ function isExoticComponent(component) {
46
+ return typeof component === "object" && typeof component.$$typeof === "symbol" && ["react.memo", "react.forward_ref"].includes(component.$$typeof.description);
47
+ }
48
+ function useReactTable(options) {
49
+ const resolvedOptions = {
50
+ state: {},
51
+ // Dummy state
52
+ onStateChange: () => {
53
+ },
54
+ // noop
55
+ renderFallbackValue: null,
56
+ ...options
57
+ };
58
+ const [tableRef] = React__namespace.useState(() => ({
59
+ current: index.createTable(resolvedOptions)
60
+ }));
61
+ const [state, setState] = React__namespace.useState(() => tableRef.current.initialState);
62
+ tableRef.current.setOptions((prev) => ({
63
+ ...prev,
64
+ ...options,
65
+ state: {
66
+ ...state,
67
+ ...options.state
68
+ },
69
+ // Similarly, we'll maintain both our internal state and any user-provided
70
+ // state.
71
+ onStateChange: (updater) => {
72
+ setState(updater);
73
+ options.onStateChange == null || options.onStateChange(updater);
74
+ }
75
+ }));
76
+ return tableRef.current;
77
+ }
78
+ exports.ColumnFaceting = index.ColumnFaceting;
79
+ exports.ColumnFiltering = index.ColumnFiltering;
80
+ exports.ColumnGrouping = index.ColumnGrouping;
81
+ exports.ColumnOrdering = index.ColumnOrdering;
82
+ exports.ColumnPinning = index.ColumnPinning;
83
+ exports.ColumnSizing = index.ColumnSizing;
84
+ exports.ColumnVisibility = index.ColumnVisibility;
85
+ exports.GlobalFaceting = index.GlobalFaceting;
86
+ exports.GlobalFiltering = index.GlobalFiltering;
87
+ exports.Headers = index.Headers;
88
+ exports.RowExpanding = index.RowExpanding;
89
+ exports.RowPagination = index.RowPagination;
90
+ exports.RowPinning = index.RowPinning;
91
+ exports.RowSelection = index.RowSelection;
92
+ exports.RowSorting = index.RowSorting;
93
+ exports._getVisibleLeafColumns = index._getVisibleLeafColumns;
94
+ exports.aggregationFns = index.aggregationFns;
95
+ exports.buildHeaderGroups = index.buildHeaderGroups;
96
+ exports.createCell = index.createCell;
97
+ exports.createColumn = index.createColumn;
98
+ exports.createRow = index.createRow;
99
+ exports.createTable = index.createTable;
100
+ exports.defaultColumnSizing = index.defaultColumnSizing;
101
+ exports.expandRows = index.expandRows;
102
+ exports.filterFns = index.filterFns;
103
+ exports.flattenBy = index.flattenBy;
104
+ exports.functionalUpdate = index.functionalUpdate;
105
+ exports.getCoreRowModel = index.getCoreRowModel;
106
+ exports.getExpandedRowModel = index.getExpandedRowModel;
107
+ exports.getMemoOptions = index.getMemoOptions;
108
+ exports.getPaginationRowModel = index.getPaginationRowModel;
109
+ exports.getSortedRowModel = index.getSortedRowModel;
110
+ exports.isFunction = index.isFunction;
111
+ exports.isNumberArray = index.isNumberArray;
112
+ exports.isRowSelected = index.isRowSelected;
113
+ exports.isSubRowSelected = index.isSubRowSelected;
114
+ exports.makeStateUpdater = index.makeStateUpdater;
115
+ exports.memo = index.memo;
116
+ exports.orderColumns = index.orderColumns;
117
+ exports.passiveEventSupported = index.passiveEventSupported;
118
+ exports.reSplitAlphaNumeric = index.reSplitAlphaNumeric;
119
+ exports.selectRowsFn = index.selectRowsFn;
120
+ exports.shouldAutoRemoveFilter = index.shouldAutoRemoveFilter;
121
+ exports.sortingFns = index.sortingFns;
122
+ exports.flexRender = flexRender;
123
+ exports.useReactTable = useReactTable;
@@ -0,0 +1,106 @@
1
+ import * as React from "react";
2
+ import { createTable } from "../../../table-core/build/lib/index.js";
3
+ import { ColumnFaceting, ColumnFiltering, ColumnGrouping, ColumnOrdering, ColumnPinning, ColumnSizing, ColumnVisibility, GlobalFaceting, GlobalFiltering, Headers, RowExpanding, RowPagination, RowPinning, RowSelection, RowSorting, _getVisibleLeafColumns, aggregationFns, buildHeaderGroups, createCell, createColumn, createRow, defaultColumnSizing, expandRows, filterFns, flattenBy, functionalUpdate, getCoreRowModel, getExpandedRowModel, getMemoOptions, getPaginationRowModel, getSortedRowModel, isFunction, isNumberArray, isRowSelected, isSubRowSelected, makeStateUpdater, memo, orderColumns, passiveEventSupported, reSplitAlphaNumeric, selectRowsFn, shouldAutoRemoveFilter, sortingFns } from "../../../table-core/build/lib/index.js";
4
+ /**
5
+ * react-table
6
+ *
7
+ * Copyright (c) TanStack
8
+ *
9
+ * This source code is licensed under the MIT license found in the
10
+ * LICENSE.md file in the root directory of this source tree.
11
+ *
12
+ * @license MIT
13
+ */
14
+ function flexRender(Comp, props) {
15
+ return !Comp ? null : isReactComponent(Comp) ? /* @__PURE__ */ React.createElement(Comp, props) : Comp;
16
+ }
17
+ function isReactComponent(component) {
18
+ return isClassComponent(component) || typeof component === "function" || isExoticComponent(component);
19
+ }
20
+ function isClassComponent(component) {
21
+ return typeof component === "function" && (() => {
22
+ const proto = Object.getPrototypeOf(component);
23
+ return proto.prototype && proto.prototype.isReactComponent;
24
+ })();
25
+ }
26
+ function isExoticComponent(component) {
27
+ return typeof component === "object" && typeof component.$$typeof === "symbol" && ["react.memo", "react.forward_ref"].includes(component.$$typeof.description);
28
+ }
29
+ function useReactTable(options) {
30
+ const resolvedOptions = {
31
+ state: {},
32
+ // Dummy state
33
+ onStateChange: () => {
34
+ },
35
+ // noop
36
+ renderFallbackValue: null,
37
+ ...options
38
+ };
39
+ const [tableRef] = React.useState(() => ({
40
+ current: createTable(resolvedOptions)
41
+ }));
42
+ const [state, setState] = React.useState(() => tableRef.current.initialState);
43
+ tableRef.current.setOptions((prev) => ({
44
+ ...prev,
45
+ ...options,
46
+ state: {
47
+ ...state,
48
+ ...options.state
49
+ },
50
+ // Similarly, we'll maintain both our internal state and any user-provided
51
+ // state.
52
+ onStateChange: (updater) => {
53
+ setState(updater);
54
+ options.onStateChange == null || options.onStateChange(updater);
55
+ }
56
+ }));
57
+ return tableRef.current;
58
+ }
59
+ export {
60
+ ColumnFaceting,
61
+ ColumnFiltering,
62
+ ColumnGrouping,
63
+ ColumnOrdering,
64
+ ColumnPinning,
65
+ ColumnSizing,
66
+ ColumnVisibility,
67
+ GlobalFaceting,
68
+ GlobalFiltering,
69
+ Headers,
70
+ RowExpanding,
71
+ RowPagination,
72
+ RowPinning,
73
+ RowSelection,
74
+ RowSorting,
75
+ _getVisibleLeafColumns,
76
+ aggregationFns,
77
+ buildHeaderGroups,
78
+ createCell,
79
+ createColumn,
80
+ createRow,
81
+ createTable,
82
+ defaultColumnSizing,
83
+ expandRows,
84
+ filterFns,
85
+ flattenBy,
86
+ flexRender,
87
+ functionalUpdate,
88
+ getCoreRowModel,
89
+ getExpandedRowModel,
90
+ getMemoOptions,
91
+ getPaginationRowModel,
92
+ getSortedRowModel,
93
+ isFunction,
94
+ isNumberArray,
95
+ isRowSelected,
96
+ isSubRowSelected,
97
+ makeStateUpdater,
98
+ memo,
99
+ orderColumns,
100
+ passiveEventSupported,
101
+ reSplitAlphaNumeric,
102
+ selectRowsFn,
103
+ shouldAutoRemoveFilter,
104
+ sortingFns,
105
+ useReactTable
106
+ };