@leapdevuk/component-toolbox 0.0.6 → 0.0.8
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/footer/Footer.d.ts +1 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +29 -20
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8347,26 +8347,35 @@ const Rf = ({
|
|
|
8347
8347
|
}
|
|
8348
8348
|
) }), ed = ({
|
|
8349
8349
|
leftComponents: e,
|
|
8350
|
-
|
|
8351
|
-
|
|
8352
|
-
|
|
8353
|
-
|
|
8354
|
-
|
|
8355
|
-
|
|
8356
|
-
|
|
8357
|
-
|
|
8358
|
-
|
|
8359
|
-
|
|
8360
|
-
|
|
8361
|
-
|
|
8362
|
-
|
|
8363
|
-
|
|
8364
|
-
size: "small",
|
|
8365
|
-
children:
|
|
8366
|
-
|
|
8367
|
-
|
|
8368
|
-
|
|
8369
|
-
|
|
8350
|
+
rightComponents: r,
|
|
8351
|
+
onCancel: t,
|
|
8352
|
+
onClose: n,
|
|
8353
|
+
onOK: o,
|
|
8354
|
+
onSaveDisable: a
|
|
8355
|
+
}) => /* @__PURE__ */ b.jsxs(
|
|
8356
|
+
"div",
|
|
8357
|
+
{
|
|
8358
|
+
className: "displayFlex",
|
|
8359
|
+
style: { backgroundColor: "rgb(240, 241, 242)" },
|
|
8360
|
+
children: [
|
|
8361
|
+
e && /* @__PURE__ */ b.jsx(b.Fragment, { children: e }),
|
|
8362
|
+
/* @__PURE__ */ b.jsx("div", { className: "flex1" }),
|
|
8363
|
+
r && /* @__PURE__ */ b.jsx(b.Fragment, { children: r }),
|
|
8364
|
+
t && /* @__PURE__ */ b.jsx(tt, { onClick: t, primary: !1, size: "small", children: "Cancel" }),
|
|
8365
|
+
o && /* @__PURE__ */ b.jsx("div", { style: { marginRight: 5 }, children: /* @__PURE__ */ b.jsx(
|
|
8366
|
+
tt,
|
|
8367
|
+
{
|
|
8368
|
+
disabled: a || !1,
|
|
8369
|
+
onClick: o,
|
|
8370
|
+
primary: !0,
|
|
8371
|
+
size: "small",
|
|
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(
|
|
8370
8379
|
Aa,
|
|
8371
8380
|
{
|
|
8372
8381
|
style: {
|