@milaboratories/uikit 2.2.15 → 2.2.17
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.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e3d4cd0: Added PlAgGridColumnManager component and fixed a bug in useSortable that caused the drag element to move without the handle class.
|
|
8
|
+
|
|
9
|
+
## 2.2.16
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 18841ab: File dialog: clear search string when dir changes
|
|
14
|
+
|
|
3
15
|
## 2.2.15
|
|
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 = () => {
|
|
@@ -7975,12 +7976,12 @@ function Am(n, e) {
|
|
|
7975
7976
|
}, o = v(() => t.options()), s = e.shakeBuffer ?? 10, r = e.reorderDelay ?? 100;
|
|
7976
7977
|
function i(b) {
|
|
7977
7978
|
const C = e.handle ? this.querySelector(e.handle) : null;
|
|
7978
|
-
C && !C.contains(b.target) || (this.classList.remove(De.animate), this.classList.add(De.item), t.item = {
|
|
7979
|
+
C && (C && !C.contains(b.target) || (this.classList.remove(De.animate), this.classList.add(De.item), t.item = {
|
|
7979
7980
|
el: this,
|
|
7980
7981
|
y: b.y,
|
|
7981
7982
|
dy: 0,
|
|
7982
7983
|
orderChanged: !1
|
|
7983
|
-
});
|
|
7984
|
+
}));
|
|
7984
7985
|
}
|
|
7985
7986
|
function l(b) {
|
|
7986
7987
|
const C = t.options();
|