@platforma-sdk/ui-vue 1.13.6 → 1.13.9
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 +14 -0
- package/dist/lib.js +1 -0
- package/dist/lib.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @platforma-sdk/ui-vue
|
|
2
2
|
|
|
3
|
+
## 1.13.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [18841ab]
|
|
8
|
+
- @milaboratories/uikit@2.2.16
|
|
9
|
+
|
|
10
|
+
## 1.13.8
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [d1b4cd1]
|
|
15
|
+
- @milaboratories/uikit@2.2.15
|
|
16
|
+
|
|
3
17
|
## 1.13.6
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/lib.js
CHANGED
|
@@ -12252,6 +12252,7 @@ const NR = { class: "file-dialog" }, $R = { class: "file-dialog__search" }, ZR =
|
|
|
12252
12252
|
a.currentLoadingPath = void 0;
|
|
12253
12253
|
}));
|
|
12254
12254
|
}, f = () => {
|
|
12255
|
+
l();
|
|
12255
12256
|
const { storageHandle: K, dirPath: M, modelValue: J } = d.value;
|
|
12256
12257
|
K && J && p(K, M);
|
|
12257
12258
|
}, m = T(() => BR(a.dirPath)), P = T(() => a.items.filter((K) => K.canBeSelected && K.selected && !K.isDir)), E = T(() => P.value.length > 0), R = () => {
|