@platforma-sdk/ui-vue 1.34.9 → 1.34.10

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,13 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.34.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c570fd4]
8
+ - @platforma-sdk/model@1.34.10
9
+ - @milaboratories/uikit@2.2.84
10
+
3
11
  ## 1.34.9
4
12
 
5
13
  ### Patch Changes
package/dist/lib.js CHANGED
@@ -3214,7 +3214,7 @@ const NT = Ee.object({
3214
3214
  label: Ee.string()
3215
3215
  });
3216
3216
  Ee.array(NT);
3217
- const MT = "1.34.8";
3217
+ const MT = "1.34.10";
3218
3218
  function V_(t) {
3219
3219
  const e = t.type;
3220
3220
  switch (e) {
@@ -12648,7 +12648,7 @@ const KL = tt.object({
12648
12648
  label: tt.string()
12649
12649
  });
12650
12650
  tt.array(KL);
12651
- const XL = "1.34.8";
12651
+ const XL = "1.34.10";
12652
12652
  function bs() {
12653
12653
  return GL({ sdkVersion: XL });
12654
12654
  }