brd-ui-kit 0.1.48 → 0.1.50
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19460,15 +19460,15 @@ function k1e({
|
|
|
19460
19460
|
onPaginationChange: u,
|
|
19461
19461
|
className: d
|
|
19462
19462
|
}) {
|
|
19463
|
-
const
|
|
19463
|
+
const f = {
|
|
19464
|
+
sorting: n,
|
|
19465
|
+
columnFilters: r,
|
|
19466
|
+
...i && { pagination: i },
|
|
19467
|
+
globalFilter: o
|
|
19468
|
+
}, h = Xte({
|
|
19464
19469
|
data: t,
|
|
19465
19470
|
columns: e,
|
|
19466
|
-
state:
|
|
19467
|
-
sorting: n,
|
|
19468
|
-
columnFilters: r,
|
|
19469
|
-
pagination: i,
|
|
19470
|
-
globalFilter: o
|
|
19471
|
-
},
|
|
19471
|
+
state: f,
|
|
19472
19472
|
onSortingChange: s,
|
|
19473
19473
|
onColumnFiltersChange: c,
|
|
19474
19474
|
onPaginationChange: u,
|
|
@@ -46918,7 +46918,7 @@ const bSe = ({
|
|
|
46918
46918
|
open: r,
|
|
46919
46919
|
onOpenChange: h,
|
|
46920
46920
|
children: [
|
|
46921
|
-
/* @__PURE__ */ P(Xwe, { ...o?.props, children: o?.children }),
|
|
46921
|
+
o?.children && /* @__PURE__ */ P(Xwe, { ...o?.props, children: o?.children }),
|
|
46922
46922
|
/* @__PURE__ */ Re(e1e, { ...s, children: [
|
|
46923
46923
|
e && /* @__PURE__ */ Re(t1e, { ...c, children: [
|
|
46924
46924
|
/* @__PURE__ */ P(r1e, { ...e.props, children: e.content }),
|