lkt-table 2.0.26 → 2.0.27
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/build.js +49 -49
- package/package.json +1 -1
- package/src/components/LktTableCell.vue +1 -0
package/dist/build.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as re, computed as s, ref as I, shallowReactive as qt, watch as F, watchEffect as Pt, onMounted as Yt, onBeforeUnmount as Aa, reactive as Ft, provide as ia, h as K, useId as Va, inject as kt, getCurrentInstance as Ra, onUnmounted as Ma, onUpdated as La, cloneVNode as Na, resolveComponent as ye, createBlock as $, createElementBlock as k, unref as B, openBlock as v,
|
|
1
|
+
import { defineComponent as re, computed as s, ref as I, shallowReactive as qt, watch as F, watchEffect as Pt, onMounted as Yt, onBeforeUnmount as Aa, reactive as Ft, provide as ia, h as K, useId as Va, inject as kt, getCurrentInstance as Ra, onUnmounted as Ma, onUpdated as La, cloneVNode as Na, resolveComponent as ye, createBlock as $, createElementBlock as k, unref as B, openBlock as v, mergeProps as ae, withCtx as P, createTextVNode as ot, toDisplayString as Xe, Fragment as q, withModifiers as ra, createCommentVNode as D, resolveDynamicComponent as Me, useSlots as ua, normalizeClass as Z, createElementVNode as x, createVNode as se, renderSlot as O, renderList as ie, withDirectives as Oe, vShow as Ue, mergeDefaults as $a, nextTick as Tt, createSlots as Zt, normalizeProps as _e } from "vue";
|
|
2
2
|
import { __ as _a } from "lkt-i18n";
|
|
3
3
|
import { SortDirection as Ge, Column as sa, extractPropValue as Oa, ColumnType as ht, FieldType as xt, prepareResourceData as da, TableRowType as nt, extractI18nValue as ca, LktSettings as be, ensureButtonConfig as Ee, TablePermission as Ae, PaginatorType as Et, TableType as qe, getDefaultValues as Ua, Table as Pa, ButtonType as jt } from "lkt-vue-kernel";
|
|
4
4
|
import { Column as Cn, createColumn as wn } from "lkt-vue-kernel";
|
|
@@ -348,7 +348,7 @@ const el = re({
|
|
|
348
348
|
const a = Ga(i), f = a.getSlides(), y = s(() => f.length), b = I(null), T = I(null), u = I(0), m = s(() => Object.assign(Object.assign(Object.assign({}, H), Ka(t, ["breakpoints", "modelValue"])), { i18n: Object.assign(Object.assign({}, H.i18n), t.i18n) })), c = qt(Object.assign({}, m.value)), S = I((l = t.modelValue) !== null && l !== void 0 ? l : 0), V = I(S.value);
|
|
349
349
|
F(S, (d) => V.value = d);
|
|
350
350
|
const E = I(0), le = s(() => Math.ceil((y.value - 1) / 2)), j = s(() => y.value - 1), de = s(() => 0);
|
|
351
|
-
let ce = null,
|
|
351
|
+
let ce = null, Le = null, ue = null;
|
|
352
352
|
const Y = s(() => u.value + c.gap), r = s(() => {
|
|
353
353
|
const d = c.dir || "ltr";
|
|
354
354
|
return d in Vt ? Vt[d] : d;
|
|
@@ -363,7 +363,7 @@ const el = re({
|
|
|
363
363
|
const rt = zt(() => {
|
|
364
364
|
he(), Ke(), ke();
|
|
365
365
|
}), Pe = qt(/* @__PURE__ */ new Set()), ne = I([]);
|
|
366
|
-
function
|
|
366
|
+
function Ne({ widthMultiplier: d, heightMultiplier: h }) {
|
|
367
367
|
ne.value = f.map((C) => {
|
|
368
368
|
var A;
|
|
369
369
|
const L = (A = C.exposed) === null || A === void 0 ? void 0 : A.getBoundingRect();
|
|
@@ -389,7 +389,7 @@ const el = re({
|
|
|
389
389
|
if (!T.value)
|
|
390
390
|
return;
|
|
391
391
|
const d = Qa(Pe);
|
|
392
|
-
if (Mt(d),
|
|
392
|
+
if (Mt(d), Ne(d), U.value)
|
|
393
393
|
u.value = Xa(ne.value.map((h) => h[M.value]));
|
|
394
394
|
else {
|
|
395
395
|
const h = Number(c.itemsToShow), C = (h - 1) * c.gap;
|
|
@@ -431,14 +431,14 @@ const el = re({
|
|
|
431
431
|
}), Yt(() => {
|
|
432
432
|
Je.value = !0, he(), Ze(), b.value && (ue = new ResizeObserver(rt), ue.observe(b.value)), i("init");
|
|
433
433
|
}), Aa(() => {
|
|
434
|
-
Je.value = !1, a.cleanup(),
|
|
434
|
+
Je.value = !1, a.cleanup(), Le && clearTimeout(Le), Se && cancelAnimationFrame(Se), ce && clearInterval(ce), ue && (ue.disconnect(), ue = null), typeof document < "u" && dt(), b.value && (b.value.removeEventListener("transitionend", ke), b.value.removeEventListener("animationiteration", ke));
|
|
435
435
|
});
|
|
436
436
|
let De = !1;
|
|
437
437
|
const je = { x: 0, y: 0 }, fe = Ft({ x: 0, y: 0 }), ze = I(!1), ut = I(!1), st = () => {
|
|
438
438
|
ze.value = !0;
|
|
439
439
|
}, Lt = () => {
|
|
440
440
|
ze.value = !1;
|
|
441
|
-
},
|
|
441
|
+
}, $e = zt((d) => {
|
|
442
442
|
if (!d.ctrlKey)
|
|
443
443
|
switch (d.key) {
|
|
444
444
|
case "ArrowLeft":
|
|
@@ -451,9 +451,9 @@ const el = re({
|
|
|
451
451
|
break;
|
|
452
452
|
}
|
|
453
453
|
}, 200), Nt = () => {
|
|
454
|
-
document.addEventListener("keydown",
|
|
454
|
+
document.addEventListener("keydown", $e);
|
|
455
455
|
}, dt = () => {
|
|
456
|
-
document.removeEventListener("keydown",
|
|
456
|
+
document.removeEventListener("keydown", $e);
|
|
457
457
|
};
|
|
458
458
|
function St(d) {
|
|
459
459
|
const h = d.target.tagName;
|
|
@@ -519,7 +519,7 @@ const el = re({
|
|
|
519
519
|
currentSlideIndex: S.value,
|
|
520
520
|
prevSlideIndex: E.value,
|
|
521
521
|
slidesCount: y.value
|
|
522
|
-
}), pe(), z.value = !0, S.value = C, A !== C && vt.pause(), i("update:modelValue", A),
|
|
522
|
+
}), pe(), z.value = !0, S.value = C, A !== C && vt.pause(), i("update:modelValue", A), Le = setTimeout(() => {
|
|
523
523
|
c.wrapAround && A !== C && (vt.resume(), S.value = A, i("loop", {
|
|
524
524
|
currentSlideIndex: S.value,
|
|
525
525
|
slidingToIndex: d
|
|
@@ -1018,12 +1018,12 @@ const la = (t) => t && nl(t), na = re({
|
|
|
1018
1018
|
});
|
|
1019
1019
|
return (m, c) => {
|
|
1020
1020
|
const S = ye("lkt-anchor"), V = ye("lkt-button"), E = ye("lkt-field");
|
|
1021
|
-
return m.column.type === B(ht).Anchor ? (v(), $(S,
|
|
1021
|
+
return m.column.type === B(ht).Anchor ? (v(), $(S, ae({ key: 0 }, m.column.anchor, { prop: l.value }), {
|
|
1022
1022
|
default: P(() => [
|
|
1023
1023
|
ot(Xe(B(it)(m.column, l.value, m.i)), 1)
|
|
1024
1024
|
]),
|
|
1025
1025
|
_: 1
|
|
1026
|
-
}, 16)) : m.column.type === B(ht).Button ? (v(), $(V, ae({ key: 1 }, m.column.button, { prop: l.value }), {
|
|
1026
|
+
}, 16, ["prop"])) : m.column.type === B(ht).Button ? (v(), $(V, ae({ key: 1 }, m.column.button, { prop: l.value }), {
|
|
1027
1027
|
default: P(() => [
|
|
1028
1028
|
ot(Xe(B(it)(m.column, l.value, m.i)), 1)
|
|
1029
1029
|
]),
|
|
@@ -1050,10 +1050,10 @@ const la = (t) => t && nl(t), na = re({
|
|
|
1050
1050
|
], 64));
|
|
1051
1051
|
};
|
|
1052
1052
|
}
|
|
1053
|
-
}),
|
|
1053
|
+
}), Re = class Re {
|
|
1054
1054
|
};
|
|
1055
|
-
|
|
1056
|
-
let W =
|
|
1055
|
+
Re.navButtonSlot = "", Re.dropButtonSlot = "", Re.editButtonSlot = "", Re.createButtonSlot = "", Re.defaultEmptySlot = void 0, Re.defaultSaveIcon = "", Re.defaultNoResultsMessage = "No results";
|
|
1056
|
+
let W = Re;
|
|
1057
1057
|
const fl = /* @__PURE__ */ re({
|
|
1058
1058
|
__name: "DropButtonComponent",
|
|
1059
1059
|
props: {
|
|
@@ -1074,7 +1074,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1074
1074
|
onClick: b[0] || (b[0] = ra((u) => i("click", u), ["prevent", "stop"]))
|
|
1075
1075
|
}), {
|
|
1076
1076
|
default: P(() => [
|
|
1077
|
-
l.value ? (v(), $(
|
|
1077
|
+
l.value ? (v(), $(Me(a.value), { key: 0 })) : D("", !0)
|
|
1078
1078
|
]),
|
|
1079
1079
|
_: 1
|
|
1080
1080
|
}, 16, ["disabled", "resource-data"]);
|
|
@@ -1100,7 +1100,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1100
1100
|
onClick: b[0] || (b[0] = ra((u) => i("click"), ["prevent", "stop"]))
|
|
1101
1101
|
}), {
|
|
1102
1102
|
default: P(() => [
|
|
1103
|
-
l.value ? (v(), $(
|
|
1103
|
+
l.value ? (v(), $(Me(a.value), { key: 0 })) : D("", !0)
|
|
1104
1104
|
]),
|
|
1105
1105
|
_: 1
|
|
1106
1106
|
}, 16, ["disabled", "resource-data"]);
|
|
@@ -1178,7 +1178,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1178
1178
|
F(() => l.modelValue, (r) => a.value = r), F(a, (r) => {
|
|
1179
1179
|
n("update:modelValue", r);
|
|
1180
1180
|
}, { deep: !0 });
|
|
1181
|
-
const de = s(() => typeof l.renderDrag == "function" ? l.renderDrag(a.value) : l.renderDrag === !0), ce = s(() => typeof l.disabledDrag == "function" ? l.disabledDrag(a.value) : l.disabledDrag === !0),
|
|
1181
|
+
const de = s(() => typeof l.renderDrag == "function" ? l.renderDrag(a.value) : l.renderDrag === !0), ce = s(() => typeof l.disabledDrag == "function" ? l.disabledDrag(a.value) : l.disabledDrag === !0), Le = s(() => c.value.includes("handle") ? "drag-indicator" : "invalid-drag-indicator"), ue = s(() => {
|
|
1182
1182
|
let r = [];
|
|
1183
1183
|
return y && r.push("type-custom-item"), b && r.push("type-item"), typeof l.itemContainerClass == "function" ? r.push(l.itemContainerClass(a.value, l.i)) : l.itemContainerClass !== "" && r.push(l.itemContainerClass), r.join(" ");
|
|
1184
1184
|
});
|
|
@@ -1191,7 +1191,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1191
1191
|
}, [
|
|
1192
1192
|
r.sortable && r.editModeEnabled && de.value ? (v(), k("td", {
|
|
1193
1193
|
key: 0,
|
|
1194
|
-
"data-role":
|
|
1194
|
+
"data-role": Le.value,
|
|
1195
1195
|
class: Z(c.value),
|
|
1196
1196
|
"data-i": r.i
|
|
1197
1197
|
}, _[3] || (_[3] = [
|
|
@@ -1205,7 +1205,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1205
1205
|
onClick: E
|
|
1206
1206
|
}, {
|
|
1207
1207
|
default: P(() => [
|
|
1208
|
-
S.value ? (v(), $(
|
|
1208
|
+
S.value ? (v(), $(Me(V.value), {
|
|
1209
1209
|
key: 0,
|
|
1210
1210
|
direction: "up"
|
|
1211
1211
|
})) : (v(), k("i", hl))
|
|
@@ -1218,7 +1218,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1218
1218
|
onClick: le
|
|
1219
1219
|
}, {
|
|
1220
1220
|
default: P(() => [
|
|
1221
|
-
S.value ? (v(), $(
|
|
1221
|
+
S.value ? (v(), $(Me(V.value), {
|
|
1222
1222
|
key: 0,
|
|
1223
1223
|
direction: "down"
|
|
1224
1224
|
})) : (v(), k("i", kl))
|
|
@@ -1402,7 +1402,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1402
1402
|
onClick: b
|
|
1403
1403
|
}), {
|
|
1404
1404
|
default: P(() => [
|
|
1405
|
-
l.value ? (v(), $(
|
|
1405
|
+
l.value ? (v(), $(Me(a.value), { key: 0 })) : D("", !0)
|
|
1406
1406
|
]),
|
|
1407
1407
|
_: 1
|
|
1408
1408
|
}, 16, ["disabled"]);
|
|
@@ -1525,16 +1525,16 @@ const fl = /* @__PURE__ */ re({
|
|
|
1525
1525
|
],
|
|
1526
1526
|
setup(t, { expose: o, emit: i }) {
|
|
1527
1527
|
var Jt, Qt;
|
|
1528
|
-
const n = i, l = ua(), a = t, f = {}, y = I(typeof a.sorter == "function" ? a.sorter : rl), b = I(cl(a.columns)), T = I(Ge.Asc), u = I(a.modelValue), m = I(f), c = I(null), S = I(a.columns), V = I((Jt = a.paginator) == null ? void 0 : Jt.modelValue), E = I(a.loading), le = I(!1), j = I(a.perms), de = I(null), ce = I(null),
|
|
1528
|
+
const n = i, l = ua(), a = t, f = {}, y = I(typeof a.sorter == "function" ? a.sorter : rl), b = I(cl(a.columns)), T = I(Ge.Asc), u = I(a.modelValue), m = I(f), c = I(null), S = I(a.columns), V = I((Jt = a.paginator) == null ? void 0 : Jt.modelValue), E = I(a.loading), le = I(!1), j = I(a.perms), de = I(null), ce = I(null), Le = I(null), ue = I({}), Y = I(new ja({ items: u.value }, a.dataStateConfig)), r = I(a.editMode), _ = I(0), ee = I(null), U = I(((Qt = a.carousel) == null ? void 0 : Qt.currentSlide) || 0), M = I(Ee(a.saveButton, be.defaultSaveButton)), he = I(Ee(a.createButton, be.defaultCreateButton)), rt = I(Ee(a.editModeButton, be.defaultEditModeButton)), Pe = I(Ee(a.dropButton, be.defaultDropButton)), ne = I(Ee(a.groupButton, be.defaultGroupButton));
|
|
1529
1529
|
F(() => a.saveButton, (e) => M.value = Ee(a.saveButton, be.defaultSaveButton)), F(() => a.createButton, (e) => he.value = Ee(a.createButton, be.defaultCreateButton)), F(() => a.editModeButton, (e) => rt.value = Ee(a.editModeButton, be.defaultEditModeButton)), F(() => a.dropButton, (e) => Pe.value = Ee(a.dropButton, be.defaultDropButton));
|
|
1530
|
-
const
|
|
1530
|
+
const Ne = I(!1);
|
|
1531
1531
|
F(E, (e) => n("update:loading", e)), F(V, (e) => n("page", e));
|
|
1532
1532
|
const Fe = (e) => {
|
|
1533
1533
|
j.value = e;
|
|
1534
1534
|
}, Mt = (e) => {
|
|
1535
1535
|
var p;
|
|
1536
|
-
Array.isArray(e.data) && ((!a.paginator || ![Et.LoadMore, Et.Infinite].includes((p = a.paginator) == null ? void 0 : p.type)) && u.value.splice(0, u.value.length), u.value = [...u.value, ...e.data]), E.value = !1, le.value = !0, Y.value.store({ items: u.value }).turnStoredIntoOriginal(),
|
|
1537
|
-
me(),
|
|
1536
|
+
Array.isArray(e.data) && ((!a.paginator || ![Et.LoadMore, Et.Infinite].includes((p = a.paginator) == null ? void 0 : p.type)) && u.value.splice(0, u.value.length), u.value = [...u.value, ...e.data]), E.value = !1, le.value = !0, Y.value.store({ items: u.value }).turnStoredIntoOriginal(), Ne.value = !1, Tt(() => {
|
|
1537
|
+
me(), $e.value, n("read-response", e);
|
|
1538
1538
|
});
|
|
1539
1539
|
}, ke = () => Tt(() => E.value = !0), Ke = () => {
|
|
1540
1540
|
de.value.doRefresh();
|
|
@@ -1562,13 +1562,13 @@ const fl = /* @__PURE__ */ re({
|
|
|
1562
1562
|
return e;
|
|
1563
1563
|
}), st = s(() => {
|
|
1564
1564
|
var e;
|
|
1565
|
-
return a.hiddenSave || E.value || !((e = M.value) != null && e.resource || M.value.type) ? !1 : r.value &&
|
|
1566
|
-
}), Lt = s(() => gt.value && u.value.length >= a.requiredItemsForTopCreate || He.value ? !0 : st.value || r.value && pe.value),
|
|
1565
|
+
return a.hiddenSave || E.value || !((e = M.value) != null && e.resource || M.value.type) ? !1 : r.value && Ne.value ? !0 : r.value;
|
|
1566
|
+
}), Lt = s(() => gt.value && u.value.length >= a.requiredItemsForTopCreate || He.value ? !0 : st.value || r.value && pe.value), $e = s(() => {
|
|
1567
1567
|
var e, p;
|
|
1568
1568
|
return _.value, typeof ((e = M.value) == null ? void 0 : e.disabled) == "function" ? M.value.disabled({
|
|
1569
1569
|
value: u.value,
|
|
1570
1570
|
dataState: Y.value
|
|
1571
|
-
}) : typeof ((p = M.value) == null ? void 0 : p.disabled) == "boolean" ? M.value.disabled :
|
|
1571
|
+
}) : typeof ((p = M.value) == null ? void 0 : p.disabled) == "boolean" ? M.value.disabled : !Ne.value;
|
|
1572
1572
|
}), Nt = s(() => u.value.length), dt = s(() => {
|
|
1573
1573
|
var e;
|
|
1574
1574
|
return {
|
|
@@ -1637,7 +1637,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1637
1637
|
n("error", p.httpStatus);
|
|
1638
1638
|
return;
|
|
1639
1639
|
}
|
|
1640
|
-
Y.value.turnStoredIntoOriginal(),
|
|
1640
|
+
Y.value.turnStoredIntoOriginal(), Ne.value = !1, n("save", p);
|
|
1641
1641
|
}
|
|
1642
1642
|
}, Dt = (e, p, N) => {
|
|
1643
1643
|
if (N >= e.length) {
|
|
@@ -1676,7 +1676,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1676
1676
|
}, Ut = s(() => typeof a.createEnabledValidator == "function" ? a.createEnabledValidator({ items: u.value }) : !0), gt = s(() => vt.value || pe.value && r.value || Ct.value && r.value || xe.value && r.value), Ca = s(() => [qe.Ol, qe.Ul].includes(a.type)), bt = (e, p) => typeof a.itemDisplayChecker == "function" ? a.itemDisplayChecker(e) : !0, It = (e, p) => typeof a.itemContainerClass == "function" ? a.itemContainerClass(e, p) : a.itemContainerClass, wa = (e, p) => tt.value ? e[tt.value.key] : "";
|
|
1677
1677
|
Yt(() => {
|
|
1678
1678
|
var e;
|
|
1679
|
-
a.initialSorting && d(vl(a.columns, b.value)), Y.value.store({ items: u.value }).turnStoredIntoOriginal(),
|
|
1679
|
+
a.initialSorting && d(vl(a.columns, b.value)), Y.value.store({ items: u.value }).turnStoredIntoOriginal(), Ne.value = !1, (e = a.drag) != null && e.enabled && Tt(() => {
|
|
1680
1680
|
Ot();
|
|
1681
1681
|
});
|
|
1682
1682
|
}), F(() => {
|
|
@@ -1692,7 +1692,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1692
1692
|
}), F(() => a.editMode, (e) => r.value = e), F(() => a.columns, (e) => S.value = e, { deep: !0 }), F(() => a.modelValue, (e) => {
|
|
1693
1693
|
u.value = e;
|
|
1694
1694
|
}, { deep: !0 }), F(u, (e) => {
|
|
1695
|
-
Y.value.increment({ items: e }),
|
|
1695
|
+
Y.value.increment({ items: e }), Ne.value = Y.value.changed(), n("update:modelValue", e);
|
|
1696
1696
|
}, { deep: !0 }), o({
|
|
1697
1697
|
getItemByEvent: $t,
|
|
1698
1698
|
getItemByIndex: wt,
|
|
@@ -1722,7 +1722,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1722
1722
|
key: 0,
|
|
1723
1723
|
class: Z(e.headerClass)
|
|
1724
1724
|
}, [
|
|
1725
|
-
Qe.value ? (v(), $(
|
|
1725
|
+
Qe.value ? (v(), $(Me(St.value), { key: 0 }, {
|
|
1726
1726
|
default: P(() => [
|
|
1727
1727
|
e.titleIcon ? (v(), k("i", {
|
|
1728
1728
|
key: 0,
|
|
@@ -1734,7 +1734,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1734
1734
|
})) : D("", !0),
|
|
1735
1735
|
B(l).title ? O(e.$slots, "title", { key: 1 }) : D("", !0)
|
|
1736
1736
|
], 2)) : D("", !0),
|
|
1737
|
-
(v(), $(
|
|
1737
|
+
(v(), $(Me(ct.value), {
|
|
1738
1738
|
class: Z(["lkt-table-page-content-wrapper", e.wrapContentClass])
|
|
1739
1739
|
}, {
|
|
1740
1740
|
default: P(() => {
|
|
@@ -1769,10 +1769,10 @@ const fl = /* @__PURE__ */ re({
|
|
|
1769
1769
|
Oe(se(N, ae({
|
|
1770
1770
|
class: "lkt-table--save-button",
|
|
1771
1771
|
ref_key: "saveButtonRef",
|
|
1772
|
-
ref:
|
|
1772
|
+
ref: Le
|
|
1773
1773
|
}, {
|
|
1774
1774
|
...M.value,
|
|
1775
|
-
disabled:
|
|
1775
|
+
disabled: $e.value,
|
|
1776
1776
|
resourceData: dt.value
|
|
1777
1777
|
}, {
|
|
1778
1778
|
onLoading: J,
|
|
@@ -1793,7 +1793,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1793
1793
|
key: 0,
|
|
1794
1794
|
items: u.value,
|
|
1795
1795
|
editMode: e.editMode,
|
|
1796
|
-
canUpdate:
|
|
1796
|
+
canUpdate: !$e.value
|
|
1797
1797
|
}) : D("", !0)
|
|
1798
1798
|
]),
|
|
1799
1799
|
_: 3
|
|
@@ -1825,10 +1825,10 @@ const fl = /* @__PURE__ */ re({
|
|
|
1825
1825
|
Oe(se(N, ae({
|
|
1826
1826
|
class: "lkt-table--save-button",
|
|
1827
1827
|
ref_key: "saveButtonRef",
|
|
1828
|
-
ref:
|
|
1828
|
+
ref: Le
|
|
1829
1829
|
}, {
|
|
1830
1830
|
...M.value,
|
|
1831
|
-
disabled:
|
|
1831
|
+
disabled: $e.value,
|
|
1832
1832
|
resourceData: dt.value
|
|
1833
1833
|
}, {
|
|
1834
1834
|
onLoading: J,
|
|
@@ -1849,7 +1849,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1849
1849
|
key: 0,
|
|
1850
1850
|
items: u.value,
|
|
1851
1851
|
editMode: e.editMode,
|
|
1852
|
-
canUpdate:
|
|
1852
|
+
canUpdate: !$e.value
|
|
1853
1853
|
}) : D("", !0)
|
|
1854
1854
|
]),
|
|
1855
1855
|
_: 3
|
|
@@ -1946,7 +1946,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1946
1946
|
B(l)[`item-${g}`] ? {
|
|
1947
1947
|
name: `item-${g}`,
|
|
1948
1948
|
fn: P((R) => [
|
|
1949
|
-
O(e.$slots, `item-${g}`,
|
|
1949
|
+
O(e.$slots, `item-${g}`, _e({
|
|
1950
1950
|
[e.slotItemVar || ""]: R.item,
|
|
1951
1951
|
index: g,
|
|
1952
1952
|
editing: R.editing,
|
|
@@ -1962,7 +1962,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1962
1962
|
} : B(l).item ? {
|
|
1963
1963
|
name: "item",
|
|
1964
1964
|
fn: P((R) => [
|
|
1965
|
-
O(e.$slots, "item",
|
|
1965
|
+
O(e.$slots, "item", _e({
|
|
1966
1966
|
[e.slotItemVar || ""]: R.item,
|
|
1967
1967
|
index: g,
|
|
1968
1968
|
editing: R.editing,
|
|
@@ -1979,7 +1979,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
1979
1979
|
ie(ze.value, (R) => ({
|
|
1980
1980
|
name: R,
|
|
1981
1981
|
fn: P((Be) => [
|
|
1982
|
-
O(e.$slots, R,
|
|
1982
|
+
O(e.$slots, R, _e({
|
|
1983
1983
|
[e.slotItemVar || ""]: Be.item,
|
|
1984
1984
|
value: Be.value,
|
|
1985
1985
|
column: Be.column
|
|
@@ -2009,7 +2009,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
2009
2009
|
ie(ze.value, (R) => ({
|
|
2010
2010
|
name: R,
|
|
2011
2011
|
fn: P((Be) => [
|
|
2012
|
-
O(e.$slots, R,
|
|
2012
|
+
O(e.$slots, R, _e({
|
|
2013
2013
|
[e.slotItemVar || ""]: Be.item,
|
|
2014
2014
|
value: Be.value,
|
|
2015
2015
|
column: Be.column
|
|
@@ -2031,7 +2031,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
2031
2031
|
"data-i": g,
|
|
2032
2032
|
key: mt(w, g)
|
|
2033
2033
|
}, [
|
|
2034
|
-
O(e.$slots, "item",
|
|
2034
|
+
O(e.$slots, "item", _e({
|
|
2035
2035
|
[e.slotItemVar || ""]: w,
|
|
2036
2036
|
index: g,
|
|
2037
2037
|
editing: r.value,
|
|
@@ -2042,7 +2042,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
2042
2042
|
isLoading: E.value,
|
|
2043
2043
|
doDrop: () => pt(g)
|
|
2044
2044
|
}))
|
|
2045
|
-
], 10, Ql)) : bt(w) ? O(e.$slots, "item",
|
|
2045
|
+
], 10, Ql)) : bt(w) ? O(e.$slots, "item", _e({
|
|
2046
2046
|
class: It(w, g),
|
|
2047
2047
|
dataI: g,
|
|
2048
2048
|
key: mt(w, g),
|
|
@@ -2105,7 +2105,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
2105
2105
|
_: 2
|
|
2106
2106
|
}, 1040, ["class", "data-i"])) : D("", !0)
|
|
2107
2107
|
], 64))), 256))
|
|
2108
|
-
], 10, Zl)) : Ca.value ? (v(), $(
|
|
2108
|
+
], 10, Zl)) : Ca.value ? (v(), $(Me(e.type), {
|
|
2109
2109
|
key: 3,
|
|
2110
2110
|
class: Z(["lkt-table-items-container", e.itemsContainerClass])
|
|
2111
2111
|
}, {
|
|
@@ -2116,7 +2116,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
2116
2116
|
class: Z(["lkt-table-item", It(w, g)]),
|
|
2117
2117
|
"data-i": g
|
|
2118
2118
|
}, [
|
|
2119
|
-
O(e.$slots, "item",
|
|
2119
|
+
O(e.$slots, "item", _e({
|
|
2120
2120
|
[e.slotItemVar || ""]: w,
|
|
2121
2121
|
index: g,
|
|
2122
2122
|
editing: r.value,
|
|
@@ -2166,7 +2166,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
2166
2166
|
}, {
|
|
2167
2167
|
default: P(() => [
|
|
2168
2168
|
x("div", an, [
|
|
2169
|
-
O(e.$slots, "item",
|
|
2169
|
+
O(e.$slots, "item", _e({
|
|
2170
2170
|
[e.slotItemVar || ""]: w,
|
|
2171
2171
|
index: g,
|
|
2172
2172
|
editing: r.value,
|
|
@@ -2189,7 +2189,7 @@ const fl = /* @__PURE__ */ re({
|
|
|
2189
2189
|
[Ue, et.value]
|
|
2190
2190
|
]),
|
|
2191
2191
|
!E.value && u.value.length === 0 ? (v(), k("div", ln, [
|
|
2192
|
-
B(l).empty ? O(e.$slots, "empty", { key: 0 }) : Ba.value ? (v(), $(
|
|
2192
|
+
B(l).empty ? O(e.$slots, "empty", { key: 0 }) : Ba.value ? (v(), $(Me(Da.value), {
|
|
2193
2193
|
key: 1,
|
|
2194
2194
|
message: e.noResultsText
|
|
2195
2195
|
}, null, 8, ["message"])) : e.noResultsText ? (v(), k(q, { key: 2 }, [
|
package/package.json
CHANGED
|
@@ -83,6 +83,7 @@ const computedFieldLabel = computed(() => {
|
|
|
83
83
|
<template v-if="column.type === ColumnType.Anchor">
|
|
84
84
|
<lkt-anchor
|
|
85
85
|
v-bind="column.anchor"
|
|
86
|
+
:prop="item"
|
|
86
87
|
>{{ getColumnDisplayContent(column, item, i) }}</lkt-anchor>
|
|
87
88
|
</template>
|
|
88
89
|
<template v-else-if="column.type === ColumnType.Button">
|