@mdtl/uikit 0.0.61 → 0.0.63
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/uikit.js +7 -2
- package/package.json +1 -1
package/dist/uikit.js
CHANGED
|
@@ -5715,7 +5715,12 @@ const Im = (e) => /* @__PURE__ */ f(ht, { ...e, children: /* @__PURE__ */ f("svg
|
|
|
5715
5715
|
MuiToggleButton: ag,
|
|
5716
5716
|
MuiToggleButtonGroup: sg,
|
|
5717
5717
|
MuiAutocomplete: lg,
|
|
5718
|
-
MuiFormControlLabel: cg
|
|
5718
|
+
MuiFormControlLabel: cg,
|
|
5719
|
+
MuiButtonBase: {
|
|
5720
|
+
defaultProps: {
|
|
5721
|
+
disableRipple: !0
|
|
5722
|
+
}
|
|
5723
|
+
}
|
|
5719
5724
|
},
|
|
5720
5725
|
shadows: [
|
|
5721
5726
|
"none",
|
|
@@ -33899,7 +33904,7 @@ const GT = (e) => /* @__PURE__ */ f(ht, { ...e, children: /* @__PURE__ */ f("svg
|
|
|
33899
33904
|
}) => {
|
|
33900
33905
|
const [w, x] = He(!1), [C, E] = He(null), [$, D] = He(!1), [P, m] = He(""), [I, k] = He(!1), [N, B] = He(null), L = Xn(null), [A, _] = He(0), z = _p();
|
|
33901
33906
|
console.log("in ui: ", z);
|
|
33902
|
-
const M = wt(() => !!C && C.currentPage < C.totalPages, [C]), R = wt(() => t && P && (Array.isArray(i) ? !i.some((Y) => Y.value === P) : i?.value !== P) && !C?.data.some((Y) => Y.value === P), [t, P]), F = 2, ee = h === "xl" || h === "l" ? "m" : "s", ne = z.components?.MuiSvgIcon
|
|
33907
|
+
const M = wt(() => !!C && C.currentPage < C.totalPages, [C]), R = wt(() => t && P && (Array.isArray(i) ? !i.some((Y) => Y.value === P) : i?.value !== P) && !C?.data.some((Y) => Y.value === P), [t, P]), F = 2, ee = h === "xl" || h === "l" ? "m" : "s", ne = z.components?.MuiSvgIcon?.variants.find((Y) => Y.props.fontSize === ee)?.style.fontSize, te = wt(
|
|
33903
33908
|
() => o2({ inputSize: h, iconsCount: F, iconSizePx: ne }),
|
|
33904
33909
|
[h, F, ne]
|
|
33905
33910
|
), Z = async (Y) => {
|