@milaboratories/uikit 2.2.14 → 2.2.16

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,17 @@
1
1
  # @milaboratories/uikit
2
2
 
3
+ ## 2.2.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 18841ab: File dialog: clear search string when dir changes
8
+
9
+ ## 2.2.15
10
+
11
+ ### Patch Changes
12
+
13
+ - d1b4cd1: css fix: add flex: 1 to the main BlockPage title slot
14
+
3
15
  ## 2.2.14
4
16
 
5
17
  ### Patch Changes
package/dist/pl-uikit.js CHANGED
@@ -4449,6 +4449,7 @@ const _d = { class: "file-dialog" }, bd = { class: "file-dialog__search" }, wd =
4449
4449
  r.currentLoadingPath = void 0;
4450
4450
  }));
4451
4451
  }, c = () => {
4452
+ i();
4452
4453
  const { storageHandle: E, dirPath: y, modelValue: B } = a.value;
4453
4454
  E && B && d(E, y);
4454
4455
  }, f = v(() => yd(r.dirPath)), x = v(() => r.items.filter((E) => E.canBeSelected && E.selected && !E.isDir)), b = v(() => x.value.length > 0), C = () => {