@swc-react/table 1.12.0-snapshot.20260422090428 → 1.12.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/next.d.ts +7 -7
- package/package.json +2 -2
package/next.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export declare const Table: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("table/src/Table.js").Table>, "size" | "rangeChanged" | "change" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "emphasized" | "selected" | "renderOptions" | "hasVisibleFocusInTree" | "selects" | "selectAllLabel" | "items" | "itemValue" | "itemLabel" | "scroller" | "quiet" | "density" | "renderItem" | "scrollToIndex"> & {
|
|
1
|
+
export declare const Table: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("table/src/Table.js").Table>, "size" | "rangeChanged" | "change" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "emphasized" | "selected" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree" | "selects" | "selectAllLabel" | "items" | "itemValue" | "itemLabel" | "scroller" | "quiet" | "density" | "renderItem" | "scrollToIndex"> & {
|
|
2
2
|
change?: ((e: Event) => void) | undefined;
|
|
3
3
|
rangeChanged?: ((e: Event) => void) | undefined;
|
|
4
4
|
} & Partial<Omit<import("table/src/Table.js").Table, keyof HTMLElement>> & import("react").RefAttributes<import("table/src/Table.js").Table>>;
|
|
5
|
-
export declare const TableBody: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("table/src/TableBody.js").TableBody>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "hasVisibleFocusInTree"> & {} & Partial<Omit<import("table/src/TableBody.js").TableBody, keyof HTMLElement>> & import("react").RefAttributes<import("table/src/TableBody.js").TableBody>>;
|
|
6
|
-
export declare const TableCell: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("table/src/TableCell.js").TableCell>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "hasVisibleFocusInTree"> & {} & Partial<Omit<import("table/src/TableCell.js").TableCell, keyof HTMLElement>> & import("react").RefAttributes<import("table/src/TableCell.js").TableCell>>;
|
|
7
|
-
export declare const TableCheckboxCell: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("table/src/TableCheckboxCell.js").TableCheckboxCell>, "label" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "checked" | "disabled" | "indeterminate" | "emphasized" | "headCell" | "checkbox" | "selectsSingle" | "renderOptions" | "hasVisibleFocusInTree"> & {} & Partial<Omit<import("table/src/TableCheckboxCell.js").TableCheckboxCell, keyof HTMLElement>> & import("react").RefAttributes<import("table/src/TableCheckboxCell.js").TableCheckboxCell>>;
|
|
8
|
-
export declare const TableHead: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("table/src/TableHead.js").TableHead>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "selected" | "renderOptions" | "hasVisibleFocusInTree"> & {} & Partial<Omit<import("table/src/TableHead.js").TableHead, keyof HTMLElement>> & import("react").RefAttributes<import("table/src/TableHead.js").TableHead>>;
|
|
9
|
-
export declare const TableHeadCell: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("table/src/TableHeadCell.js").TableHeadCell>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "hasVisibleFocusInTree" | "active" | "sortable" | "sortDirection" | "sortKey" | "sorted"> & {
|
|
5
|
+
export declare const TableBody: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("table/src/TableBody.js").TableBody>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree"> & {} & Partial<Omit<import("table/src/TableBody.js").TableBody, keyof HTMLElement>> & import("react").RefAttributes<import("table/src/TableBody.js").TableBody>>;
|
|
6
|
+
export declare const TableCell: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("table/src/TableCell.js").TableCell>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree"> & {} & Partial<Omit<import("table/src/TableCell.js").TableCell, keyof HTMLElement>> & import("react").RefAttributes<import("table/src/TableCell.js").TableCell>>;
|
|
7
|
+
export declare const TableCheckboxCell: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("table/src/TableCheckboxCell.js").TableCheckboxCell>, "label" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "checked" | "disabled" | "indeterminate" | "emphasized" | "headCell" | "checkbox" | "selectsSingle" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree"> & {} & Partial<Omit<import("table/src/TableCheckboxCell.js").TableCheckboxCell, keyof HTMLElement>> & import("react").RefAttributes<import("table/src/TableCheckboxCell.js").TableCheckboxCell>>;
|
|
8
|
+
export declare const TableHead: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("table/src/TableHead.js").TableHead>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "selected" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree"> & {} & Partial<Omit<import("table/src/TableHead.js").TableHead, keyof HTMLElement>> & import("react").RefAttributes<import("table/src/TableHead.js").TableHead>>;
|
|
9
|
+
export declare const TableHeadCell: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("table/src/TableHeadCell.js").TableHeadCell>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree" | "active" | "sortable" | "sortDirection" | "sortKey" | "sorted"> & {
|
|
10
10
|
sorted?: ((e: CustomEvent<any>) => void) | undefined;
|
|
11
11
|
} & Partial<Omit<import("table/src/TableHeadCell.js").TableHeadCell, keyof HTMLElement>> & import("react").RefAttributes<import("table/src/TableHeadCell.js").TableHeadCell>>;
|
|
12
|
-
export declare const TableRow: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("table/src/TableRow.js").TableRow>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "checkboxCells" | "selectable" | "selected" | "value" | "renderOptions" | "hasVisibleFocusInTree" | "sorted"> & {
|
|
12
|
+
export declare const TableRow: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("table/src/TableRow.js").TableRow>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "checkboxCells" | "selectable" | "selected" | "value" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree" | "sorted"> & {
|
|
13
13
|
sorted?: ((e: Event) => void) | undefined;
|
|
14
14
|
} & Partial<Omit<import("table/src/TableRow.js").TableRow, keyof HTMLElement>> & import("react").RefAttributes<import("table/src/TableRow.js").TableRow>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/table",
|
|
3
|
-
"version": "1.12.0
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@lit/react": "^1.0.8",
|
|
33
|
-
"@spectrum-web-components/table": "1.12.0
|
|
33
|
+
"@spectrum-web-components/table": "1.12.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"next": "~13.4 || ~14"
|