@leapdevuk/component-toolbox 0.0.130 → 0.0.132
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/README.md +3 -0
- package/dist/CHANGELOG.md +12 -0
- package/dist/components/datagrid/DataGrid.d.ts +1 -0
- package/dist/components/datepicker/DatePicker.d.ts +52 -0
- package/dist/components/datepicker/utils.d.ts +220 -209
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -6
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4506,7 +4506,7 @@ const Lc = vr(/* @__PURE__ */ c.jsx("path", {
|
|
|
4506
4506
|
checkboxSelection: e.checkboxSelection,
|
|
4507
4507
|
keepNonExistentRowsSelected: e.keepNonExistentRowsSelected,
|
|
4508
4508
|
disableColumnReorder: !0,
|
|
4509
|
-
hideFooter: !0
|
|
4509
|
+
hideFooter: e.hideFooter || !0
|
|
4510
4510
|
}
|
|
4511
4511
|
)
|
|
4512
4512
|
}
|
|
@@ -4560,24 +4560,23 @@ const Lc = vr(/* @__PURE__ */ c.jsx("path", {
|
|
|
4560
4560
|
e && /* @__PURE__ */ c.jsx(c.Fragment, { children: e }),
|
|
4561
4561
|
r && /* @__PURE__ */ c.jsx(c.Fragment, { children: r }),
|
|
4562
4562
|
t && /* @__PURE__ */ c.jsx(c.Fragment, { children: t }),
|
|
4563
|
-
n && /* @__PURE__ */ c.jsx(
|
|
4563
|
+
n && /* @__PURE__ */ c.jsx(Kr, { placement: "bottom-end", title: "Help for this Window", children: /* @__PURE__ */ c.jsx(
|
|
4564
4564
|
hi,
|
|
4565
4565
|
{
|
|
4566
4566
|
component: "button",
|
|
4567
4567
|
onClick: n,
|
|
4568
4568
|
sx: {
|
|
4569
|
+
lineHeight: "2.5",
|
|
4569
4570
|
":hover": {
|
|
4570
4571
|
cursor: "pointer",
|
|
4571
4572
|
color: "#0060AC"
|
|
4572
|
-
}
|
|
4573
|
-
alignSelf: "center",
|
|
4574
|
-
paddingRight: 1
|
|
4573
|
+
}
|
|
4575
4574
|
},
|
|
4576
4575
|
underline: "hover",
|
|
4577
4576
|
variant: "body1",
|
|
4578
4577
|
children: "Help"
|
|
4579
4578
|
}
|
|
4580
|
-
) })
|
|
4579
|
+
) })
|
|
4581
4580
|
]
|
|
4582
4581
|
}
|
|
4583
4582
|
), J1 = (e) => /* @__PURE__ */ c.jsx(
|