@vanstack/solid-ark 0.0.28 → 0.0.30
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.
|
@@ -2,7 +2,7 @@ import "../solid-ark.css";
|
|
|
2
2
|
import { t as e } from "../button-Br_upy12.js";
|
|
3
3
|
import { t } from "../badge-Dt0uZnmA.js";
|
|
4
4
|
import { t as n } from "../form-CsuVvlcC.js";
|
|
5
|
-
import { t as r } from "../table-
|
|
5
|
+
import { t as r } from "../table-ByBUErrC.js";
|
|
6
6
|
import { className as i, createComponent as a, effect as o, insert as s, memo as c, setAttribute as l, setStyleProperty as u, template as d, use as f } from "solid-js/web";
|
|
7
7
|
import { For as p, Show as m, createEffect as ee, createMemo as h, createSignal as g, mergeProps as _, on as te, onCleanup as v, onMount as y } from "solid-js";
|
|
8
8
|
import { formatDate as b, formatDateTime as ne, formatShortDateTime as re } from "@vanstack/shared";
|
package/dist/table/index.mjs
CHANGED
|
@@ -121,10 +121,7 @@ function P(r) {
|
|
|
121
121
|
getSortedRowModel: v(),
|
|
122
122
|
enableRowSelection: l.selectable,
|
|
123
123
|
getRowId: (e) => l.rowId(e),
|
|
124
|
-
defaultColumn: {
|
|
125
|
-
enableSorting: !1,
|
|
126
|
-
size: void 0
|
|
127
|
-
}
|
|
124
|
+
defaultColumn: { enableSorting: !1 }
|
|
128
125
|
}), L = (e) => e === "__select__";
|
|
129
126
|
function R(r) {
|
|
130
127
|
return (() => {
|