yuyeon 0.2.2-rc.6 → 0.2.2-rc.8
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/dist/yuyeon.js +6 -4
- package/dist/yuyeon.umd.cjs +1 -1
- package/lib/components/dialog/YDialog.mjs +4 -1
- package/lib/components/dialog/YDialog.mjs.map +1 -1
- package/lib/components/draggable/YDraggable.mjs +95 -0
- package/lib/components/draggable/YDraggable.mjs.map +1 -0
- package/lib/components/table/YDataTable.mjs +2 -2
- package/lib/components/table/YDataTable.mjs.map +1 -1
- package/package.json +1 -1
- package/types/components/draggable/YDraggable.d.ts +36 -0
package/dist/yuyeon.js
CHANGED
|
@@ -4289,7 +4289,7 @@ const Ja = L({
|
|
|
4289
4289
|
var T;
|
|
4290
4290
|
return !((T = u.value) != null && T.isMe(A)) && A.ctx.modal;
|
|
4291
4291
|
});
|
|
4292
|
-
h &&
|
|
4292
|
+
h != null && h.length || (g.classList.remove("y-dialog--virtual-scroll"), document.documentElement.classList.remove("y-dialog--prevent-scroll"), g.style.top = "", g.style.left = "", requestAnimationFrame(() => {
|
|
4293
4293
|
document.documentElement.scrollTop = w.value, document.documentElement.scrollLeft = _.value;
|
|
4294
4294
|
}));
|
|
4295
4295
|
}
|
|
@@ -4308,7 +4308,9 @@ const Ja = L({
|
|
|
4308
4308
|
}, {
|
|
4309
4309
|
immediate: !0
|
|
4310
4310
|
}), rt(() => {
|
|
4311
|
-
r.value && (r.value = !1)
|
|
4311
|
+
r.value && (r.value = !1, setTimeout(() => {
|
|
4312
|
+
p(!1);
|
|
4313
|
+
}, 100));
|
|
4312
4314
|
}), j(() => d(Z, null, [d(ye, W({
|
|
4313
4315
|
modelValue: r.value,
|
|
4314
4316
|
"onUpdate:modelValue": (f) => r.value = f,
|
|
@@ -7227,7 +7229,7 @@ const Fn = L({
|
|
|
7227
7229
|
selectAll: h,
|
|
7228
7230
|
toggleSelect: A,
|
|
7229
7231
|
//
|
|
7230
|
-
items:
|
|
7232
|
+
items: g.value,
|
|
7231
7233
|
columns: o.value,
|
|
7232
7234
|
headers: u.value
|
|
7233
7235
|
}));
|
|
@@ -7255,7 +7257,7 @@ const Fn = L({
|
|
|
7255
7257
|
return t.default ? t.default(D.value) : d(Z, null, [d("thead", {
|
|
7256
7258
|
ref: F
|
|
7257
7259
|
}, [d(et, S, t)]), (H = t.thead) == null ? void 0 : H.call(t, D.value), !e.hideDefaultTbody && d("tbody", null, [d(Qe, W(k, {
|
|
7258
|
-
items:
|
|
7260
|
+
items: D.value.items
|
|
7259
7261
|
}), t)]), (E = t.tbody) == null ? void 0 : E.call(t, D.value), (I = t.tfoot) == null ? void 0 : I.call(t, D.value)]);
|
|
7260
7262
|
},
|
|
7261
7263
|
trailing: () => {
|