@platforma-sdk/ui-vue 1.6.0 → 1.7.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 50245bd: fix app.model
8
+
9
+ ## 1.7.0
10
+
11
+ ### Patch Changes
12
+
13
+ - @platforma-sdk/model@1.7.0
14
+ - @milaboratories/uikit@1.2.20
15
+
3
16
  ## 1.6.0
4
17
 
5
18
  ### Minor Changes
package/dist/lib.js CHANGED
@@ -186,7 +186,8 @@ function pv(e) {
186
186
  function YD(e, t) {
187
187
  const i = e.validate ?? wC, { autoSave: s } = e, n = de(), o = de(), r = (w) => {
188
188
  o.value = {
189
- model: Object.assign(dn(w), t ?? {})
189
+ model: Object.assign(dn(w), t ?? {}),
190
+ stage: Symbol()
190
191
  };
191
192
  };
192
193
  ct(
@@ -219,9 +220,12 @@ function YD(e, t) {
219
220
  }
220
221
  });
221
222
  ct(
222
- o,
223
- (w, y) => {
224
- w && w === y && h(w.model);
223
+ [() => ({ args: g.value.args, ui: g.value.ui }), () => {
224
+ var w;
225
+ return (w = o.value) == null ? void 0 : w.stage;
226
+ }],
227
+ ([w, y], [b, x]) => {
228
+ y === x && h(w);
225
229
  },
226
230
  { deep: !0 }
227
231
  );