brd-ui-kit 0.1.46 → 0.1.47
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/components/basic-drawer/basic-drawer.d.ts +2 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +13 -11
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -45883,14 +45883,15 @@ const t1e = ({
|
|
|
45883
45883
|
header: c,
|
|
45884
45884
|
btnCancel: u,
|
|
45885
45885
|
btnConfirm: f,
|
|
45886
|
-
|
|
45887
|
-
|
|
45886
|
+
children: p,
|
|
45887
|
+
onOpenChange: h,
|
|
45888
|
+
onConfirm: m
|
|
45888
45889
|
}) => {
|
|
45889
|
-
const
|
|
45890
|
-
|
|
45891
|
-
},
|
|
45892
|
-
|
|
45893
|
-
},
|
|
45890
|
+
const y = () => {
|
|
45891
|
+
h(!1);
|
|
45892
|
+
}, g = () => {
|
|
45893
|
+
m?.(), h(!1);
|
|
45894
|
+
}, v = n && /* @__PURE__ */ Ae(H0e, { ...n, children: [
|
|
45894
45895
|
/* @__PURE__ */ P(
|
|
45895
45896
|
z0e,
|
|
45896
45897
|
{
|
|
@@ -45900,7 +45901,7 @@ const t1e = ({
|
|
|
45900
45901
|
io,
|
|
45901
45902
|
{
|
|
45902
45903
|
...u?.props,
|
|
45903
|
-
onClick:
|
|
45904
|
+
onClick: y,
|
|
45904
45905
|
children: u?.label
|
|
45905
45906
|
}
|
|
45906
45907
|
)
|
|
@@ -45910,7 +45911,7 @@ const t1e = ({
|
|
|
45910
45911
|
io,
|
|
45911
45912
|
{
|
|
45912
45913
|
...f?.props,
|
|
45913
|
-
onClick:
|
|
45914
|
+
onClick: g,
|
|
45914
45915
|
children: f?.label
|
|
45915
45916
|
}
|
|
45916
45917
|
)
|
|
@@ -45920,7 +45921,7 @@ const t1e = ({
|
|
|
45920
45921
|
{
|
|
45921
45922
|
...i,
|
|
45922
45923
|
open: r,
|
|
45923
|
-
onOpenChange:
|
|
45924
|
+
onOpenChange: h,
|
|
45924
45925
|
children: [
|
|
45925
45926
|
/* @__PURE__ */ P(j0e, { ...o?.props, children: o?.children }),
|
|
45926
45927
|
/* @__PURE__ */ Ae(V0e, { ...s, children: [
|
|
@@ -45928,7 +45929,8 @@ const t1e = ({
|
|
|
45928
45929
|
/* @__PURE__ */ P(U0e, { ...e.props, children: e.content }),
|
|
45929
45930
|
t && /* @__PURE__ */ P(q0e, { ...t.props, children: t.content })
|
|
45930
45931
|
] }),
|
|
45931
|
-
|
|
45932
|
+
/* @__PURE__ */ P("div", { className: "flex-1 overflow-auto", children: p }),
|
|
45933
|
+
v
|
|
45932
45934
|
] })
|
|
45933
45935
|
]
|
|
45934
45936
|
}
|