@raystack/apsara 0.11.0 → 0.11.2
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.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -15390,7 +15390,7 @@ function DataTableGloabalSearch(props) {
|
|
|
15390
15390
|
// @ts-ignore
|
|
15391
15391
|
, {
|
|
15392
15392
|
// @ts-ignore
|
|
15393
|
-
leading: jsxRuntimeExports.jsx(MagnifyingGlassIcon, {}), placeholder: "Filter tasks...", value: globalFilter ?? "", onChange: (event) => onGlobalFilterChange(String(event.target.value)), ...props }));
|
|
15393
|
+
leading: jsxRuntimeExports.jsx(MagnifyingGlassIcon, { style: { color: "var(--foreground-base)" } }), placeholder: "Filter tasks...", value: globalFilter ?? "", onChange: (event) => onGlobalFilterChange(String(event.target.value)), ...props }));
|
|
15394
15394
|
}
|
|
15395
15395
|
|
|
15396
15396
|
function DataTableToolbar({ children, ...props }) {
|
|
@@ -15488,6 +15488,7 @@ function DataTableRoot({ columns, data, emptyState, children, parentStyle, Shoul
|
|
|
15488
15488
|
globalFilterFn: "auto",
|
|
15489
15489
|
enableRowSelection: true,
|
|
15490
15490
|
manualPagination: true,
|
|
15491
|
+
pageCount: -1,
|
|
15491
15492
|
onGlobalFilterChange: setGlobalFilter,
|
|
15492
15493
|
onSortingChange: setSorting,
|
|
15493
15494
|
onColumnFiltersChange: setColumnFilters,
|
|
@@ -15507,7 +15508,6 @@ function DataTableRoot({ columns, data, emptyState, children, parentStyle, Shoul
|
|
|
15507
15508
|
rowSelection,
|
|
15508
15509
|
},
|
|
15509
15510
|
});
|
|
15510
|
-
console.log(table.getRowModel().rows?.length);
|
|
15511
15511
|
return (jsxRuntimeExports.jsx(Flex, { direction: "column", justify: "between", className: styles$3.wrapper, children: jsxRuntimeExports.jsxs(TableContext.Provider, { value: {
|
|
15512
15512
|
table,
|
|
15513
15513
|
globalFilter,
|