@milaboratories/uikit 2.2.88 → 2.2.90

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
  # @milaboratories/uikit
2
2
 
3
+ ## 2.2.90
4
+
5
+ ### Patch Changes
6
+
7
+ - 6ffe944: PlAgDataTableV2 refactoring
8
+ - 6ffe944: PlAgDataTable types fixed
9
+
10
+ ## 2.2.89
11
+
12
+ ### Patch Changes
13
+
14
+ - 60540e8: Fix: return platforma variable declaration to global scope
15
+
3
16
  ## 2.2.88
4
17
 
5
18
  ### Patch Changes
package/dist/pl-uikit.js CHANGED
@@ -4500,7 +4500,7 @@ const Tf = { class: "resizable-input" }, Vf = ["placeholder", "value", "disabled
4500
4500
  const M = [];
4501
4501
  return o.isOpen && M.push("open"), s.disabled && M.push("disabled"), M.join(" ");
4502
4502
  }), l = L(""), u = Af($n(s, "options"), l), c = _(() => !!(s.clearable && o.isOpen && s.modelValue && d.value)), d = _(() => {
4503
- if (s.modelValue) {
4503
+ if (s.modelValue !== void 0) {
4504
4504
  const M = k();
4505
4505
  if (M !== -1)
4506
4506
  return ut(s.options)[M].label;
@@ -8703,7 +8703,7 @@ const th = ae.object({
8703
8703
  label: ae.string()
8704
8704
  });
8705
8705
  ae.array(th);
8706
- const nh = "1.34.10";
8706
+ const nh = "1.37.0";
8707
8707
  function lt() {
8708
8708
  return eh({ sdkVersion: nh });
8709
8709
  }