react-crud-mui 0.2.89 → 0.2.90
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/coreui.js +5 -1
- package/package.json +1 -1
package/dist/coreui.js
CHANGED
|
@@ -8259,7 +8259,11 @@ function y4({
|
|
|
8259
8259
|
...o
|
|
8260
8260
|
}, ...a, onValueChange: ({
|
|
8261
8261
|
floatValue: g
|
|
8262
|
-
}
|
|
8262
|
+
}, {
|
|
8263
|
+
source: m
|
|
8264
|
+
}) => {
|
|
8265
|
+
m === "event" && (n == null || n(g ?? 0));
|
|
8266
|
+
} });
|
|
8263
8267
|
}
|
|
8264
8268
|
const If = Dt((n, o) => /* @__PURE__ */ c(y4, { ...n, getRef: o }));
|
|
8265
8269
|
function w4({
|