@platforma-sdk/ui-vue 1.33.13 → 1.33.14

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,12 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.33.14
4
+
5
+ ### Patch Changes
6
+
7
+ - @platforma-sdk/model@1.33.14
8
+ - @milaboratories/uikit@2.2.82
9
+
3
10
  ## 1.33.13
4
11
 
5
12
  ### Patch Changes
package/dist/lib.js CHANGED
@@ -3038,8 +3038,8 @@ function Ai(t, e, n = {}) {
3038
3038
  }
3039
3039
  }
3040
3040
  function un(t) {
3041
- const { type: e, name: n, domain: r } = t;
3042
- return { type: e, name: n, ...r && { domain: r } };
3041
+ const { type: e, name: n, domain: r } = t, i = { type: e, name: n };
3042
+ return r && Object.entries(r).length > 0 && Object.assign(i, { domain: r }), i;
3043
3043
  }
3044
3044
  function cR(t, e) {
3045
3045
  if (t === void 0) return e === void 0;
@@ -3161,7 +3161,7 @@ const xR = Ee.object({
3161
3161
  label: Ee.string()
3162
3162
  });
3163
3163
  Ee.array(xR);
3164
- const kR = "1.33.10";
3164
+ const kR = "1.33.14";
3165
3165
  function F_(t) {
3166
3166
  const e = t.type;
3167
3167
  switch (e) {
@@ -11457,7 +11457,7 @@ const QN = tt.object({
11457
11457
  label: tt.string()
11458
11458
  });
11459
11459
  tt.array(QN);
11460
- const eM = "1.33.10";
11460
+ const eM = "1.33.14";
11461
11461
  function wi() {
11462
11462
  return JN({ sdkVersion: eM });
11463
11463
  }