@platforma-sdk/ui-vue 1.23.4 → 1.24.3
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 +15 -0
- package/dist/lib.js +2 -3
- package/dist/lib.js.map +1 -1
- package/dist/lib.umd.cjs +5 -5
- package/dist/lib.umd.cjs.map +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @platforma-sdk/ui-vue
|
|
2
2
|
|
|
3
|
+
## 1.24.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [be32396]
|
|
8
|
+
- @milaboratories/uikit@2.2.60
|
|
9
|
+
|
|
10
|
+
## 1.24.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [b084260]
|
|
15
|
+
- @platforma-sdk/model@1.24.0
|
|
16
|
+
- @milaboratories/uikit@2.2.59
|
|
17
|
+
|
|
3
18
|
## 1.23.4
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/lib.js
CHANGED
|
@@ -3576,7 +3576,7 @@ const b2 = Qn.object({
|
|
|
3576
3576
|
label: Qn.string()
|
|
3577
3577
|
});
|
|
3578
3578
|
Qn.array(b2);
|
|
3579
|
-
const w2 = "1.
|
|
3579
|
+
const w2 = "1.24.0";
|
|
3580
3580
|
function Wl() {
|
|
3581
3581
|
return _2({ sdkVersion: w2 });
|
|
3582
3582
|
}
|
|
@@ -6578,8 +6578,7 @@ const n0 = /* @__PURE__ */ se({
|
|
|
6578
6578
|
O[10] || (O[10] = N()),
|
|
6579
6579
|
c.open ? (y(), ue(x(n0), {
|
|
6580
6580
|
key: 1,
|
|
6581
|
-
|
|
6582
|
-
ref: u,
|
|
6581
|
+
ref: "overlay",
|
|
6583
6582
|
root: o.value,
|
|
6584
6583
|
class: "pl-dropdown__options",
|
|
6585
6584
|
tabindex: "-1",
|