@platforma-sdk/ui-vue 1.7.9 → 1.7.12

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.7.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2c914cc]
8
+ - @milaboratories/uikit@1.2.26
9
+
3
10
  ## 1.7.9
4
11
 
5
12
  ### Patch Changes
package/dist/lib.js CHANGED
@@ -7545,7 +7545,10 @@ const _E = { class: "file-dialog" }, yE = { class: "file-dialog__search" }, bE =
7545
7545
  text: P.name,
7546
7546
  value: P
7547
7547
  })), s.autoSelectStorage && Zr(
7548
- D.find((P) => P.name === "local" || P.name.startsWith("local_disk_") && P.initialFullPath.length > 4),
7548
+ D.find(
7549
+ (P) => P.name === "local" || // the only local storage on unix systems
7550
+ P.name.startsWith("local_disk_") && P.initialFullPath.length > 4
7551
+ ),
7549
7552
  // local drive where home folder is stored, normally C:\
7550
7553
  (P) => {
7551
7554
  l.storageEntry = P, l.dirPath = P.initialFullPath;