@ws-ui/store 0.2.0-beta.20240712.1 → 0.2.0-beta.20240726.0
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
CHANGED
|
@@ -13598,10 +13598,13 @@ const ZA = {
|
|
|
13598
13598
|
d[a || s],
|
|
13599
13599
|
[]
|
|
13600
13600
|
);
|
|
13601
|
-
|
|
13602
|
-
...h,
|
|
13601
|
+
const h = e.changes ?? {
|
|
13603
13602
|
[e.property]: e.value
|
|
13604
|
-
}
|
|
13603
|
+
};
|
|
13604
|
+
return p = p.map((v) => v.id === e.id ? {
|
|
13605
|
+
...v,
|
|
13606
|
+
...h
|
|
13607
|
+
} : v), f && await cr(
|
|
13605
13608
|
{
|
|
13606
13609
|
...c.sharedDatasources.sources,
|
|
13607
13610
|
[i]: {
|