@leapdevuk/component-toolbox 0.0.8 → 0.0.9
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.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +17 -24
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8352,30 +8352,23 @@ const Rf = ({
|
|
|
8352
8352
|
onClose: n,
|
|
8353
8353
|
onOK: o,
|
|
8354
8354
|
onSaveDisable: a
|
|
8355
|
-
}) => /* @__PURE__ */ b.jsxs(
|
|
8356
|
-
|
|
8357
|
-
{
|
|
8358
|
-
|
|
8359
|
-
|
|
8360
|
-
|
|
8361
|
-
|
|
8362
|
-
|
|
8363
|
-
|
|
8364
|
-
|
|
8365
|
-
|
|
8366
|
-
|
|
8367
|
-
|
|
8368
|
-
|
|
8369
|
-
|
|
8370
|
-
|
|
8371
|
-
|
|
8372
|
-
children: "OK"
|
|
8373
|
-
}
|
|
8374
|
-
) }),
|
|
8375
|
-
n && /* @__PURE__ */ b.jsx(tt, { variant: "outlined", onClick: n, size: "small", children: "Close" })
|
|
8376
|
-
]
|
|
8377
|
-
}
|
|
8378
|
-
), td = ({ overlay: e }) => /* @__PURE__ */ b.jsx(b.Fragment, { children: /* @__PURE__ */ b.jsx($a, { open: !0, invisible: !e, style: { zIndex: 1350 }, children: /* @__PURE__ */ b.jsx(
|
|
8355
|
+
}) => /* @__PURE__ */ b.jsxs(b.Fragment, { children: [
|
|
8356
|
+
e && /* @__PURE__ */ b.jsx(b.Fragment, { children: e }),
|
|
8357
|
+
/* @__PURE__ */ b.jsx("div", { className: "flex1" }),
|
|
8358
|
+
r && /* @__PURE__ */ b.jsx(b.Fragment, { children: r }),
|
|
8359
|
+
t && /* @__PURE__ */ b.jsx(tt, { onClick: t, primary: !1, size: "small", children: "Cancel" }),
|
|
8360
|
+
o && /* @__PURE__ */ b.jsx("div", { style: { marginRight: 5 }, children: /* @__PURE__ */ b.jsx(
|
|
8361
|
+
tt,
|
|
8362
|
+
{
|
|
8363
|
+
disabled: a || !1,
|
|
8364
|
+
onClick: o,
|
|
8365
|
+
primary: !0,
|
|
8366
|
+
size: "small",
|
|
8367
|
+
children: "OK"
|
|
8368
|
+
}
|
|
8369
|
+
) }),
|
|
8370
|
+
n && /* @__PURE__ */ b.jsx(tt, { variant: "outlined", onClick: n, size: "small", children: "Close" })
|
|
8371
|
+
] }), td = ({ overlay: e }) => /* @__PURE__ */ b.jsx(b.Fragment, { children: /* @__PURE__ */ b.jsx($a, { open: !0, invisible: !e, style: { zIndex: 1350 }, children: /* @__PURE__ */ b.jsx(
|
|
8379
8372
|
Aa,
|
|
8380
8373
|
{
|
|
8381
8374
|
style: {
|