@wwtdev/bsds-components-vue3 2.19.0 → 2.19.1
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/lib/bsds-components.js +3 -2
- package/package.json +1 -1
package/lib/bsds-components.js
CHANGED
|
@@ -112,7 +112,7 @@ const be = (e, a, t = void 0) => {
|
|
|
112
112
|
Q(() => {
|
|
113
113
|
l = new MutationObserver(a), l.observe(e.value, t);
|
|
114
114
|
}), Be(() => {
|
|
115
|
-
l.disconnect();
|
|
115
|
+
l == null || l.disconnect();
|
|
116
116
|
});
|
|
117
117
|
}, Ee = (e) => {
|
|
118
118
|
const a = S(!1);
|
|
@@ -5850,7 +5850,8 @@ const zl = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], Fl = ["data-sta
|
|
|
5850
5850
|
}
|
|
5851
5851
|
function zt() {
|
|
5852
5852
|
const T = Me(() => {
|
|
5853
|
-
|
|
5853
|
+
var z;
|
|
5854
|
+
m.value = (z = r == null ? void 0 : r.value) == null ? void 0 : z.clientWidth, U();
|
|
5854
5855
|
}, 25);
|
|
5855
5856
|
I.value = new ResizeObserver(T), I.value.observe(document.body), r.value && I.value.observe(r.value);
|
|
5856
5857
|
}
|