@3sc/common-component 0.0.272 → 0.0.274
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.es.js +5 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -43673,7 +43673,11 @@ const CW = (e, t, n, r, o) => {
|
|
|
43673
43673
|
{
|
|
43674
43674
|
options: fW,
|
|
43675
43675
|
value: o,
|
|
43676
|
-
onChange:
|
|
43676
|
+
onChange: async (u) => {
|
|
43677
|
+
l(u);
|
|
43678
|
+
const d = m8(u == null ? void 0 : u.value, t);
|
|
43679
|
+
Object.keys(d).length && await Hc({ baseUrl: n, payload: d });
|
|
43680
|
+
}
|
|
43677
43681
|
}
|
|
43678
43682
|
)
|
|
43679
43683
|
}
|
|
@@ -43698,8 +43702,6 @@ const CW = (e, t, n, r, o) => {
|
|
|
43698
43702
|
page: r,
|
|
43699
43703
|
onChange: async (u, d) => {
|
|
43700
43704
|
a(d);
|
|
43701
|
-
const f = m8(d, t);
|
|
43702
|
-
await Hc({ baseUrl: n, payload: f });
|
|
43703
43705
|
},
|
|
43704
43706
|
shape: "rounded",
|
|
43705
43707
|
sx: {
|