edvoyui-component-library-test-flight 0.0.67 → 0.0.69
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/library-vue-ts.cjs.js +2 -2
- package/dist/library-vue-ts.css +1 -1
- package/dist/library-vue-ts.es.js +46 -46
- package/dist/library-vue-ts.umd.js +2 -2
- package/package.json +1 -1
- package/src/components/dropdown/EUIMultiDropdown.vue +1 -1
- package/src/components/table/UTable.scss +16 -22
- package/src/components/table/UTable.vue +14 -18
|
@@ -21627,14 +21627,14 @@ const z1 = /* @__PURE__ */ xt(jk, [["render", Zk]]), Jk = { class: "inline-flex
|
|
|
21627
21627
|
}), rC = { class: "absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0" }, aC = {
|
|
21628
21628
|
key: 1,
|
|
21629
21629
|
class: "relative max-w-full mx-auto overflow-hidden"
|
|
21630
|
-
}, oC = {
|
|
21630
|
+
}, oC = {
|
|
21631
21631
|
key: 0,
|
|
21632
21632
|
class: "checkable",
|
|
21633
|
-
style: { width: "45px",
|
|
21633
|
+
style: { width: "45px", "max-width": "45px", "background-color": "rgb(243 244 246)" },
|
|
21634
21634
|
scope: "col"
|
|
21635
|
-
},
|
|
21635
|
+
}, iC = ["onClick"], lC = { class: "relative z-0 w-full" }, sC = { class: "w-full text-sm font-medium text-current truncate font-inter" }, uC = {
|
|
21636
21636
|
key: 0,
|
|
21637
|
-
class: "
|
|
21637
|
+
class: "absolute -top-0.5 -right-6 size-6 z-10"
|
|
21638
21638
|
}, dC = {
|
|
21639
21639
|
width: "24",
|
|
21640
21640
|
height: "24",
|
|
@@ -21645,7 +21645,7 @@ const z1 = /* @__PURE__ */ xt(jk, [["render", Zk]]), Jk = { class: "inline-flex
|
|
|
21645
21645
|
}, cC = ["stroke"], fC = ["stroke"], pC = ["onMouseenter", "onMouseleave"], hC = {
|
|
21646
21646
|
key: 0,
|
|
21647
21647
|
class: "checkable",
|
|
21648
|
-
style: { width: "45px",
|
|
21648
|
+
style: { width: "45px", "max-width": "45px" }
|
|
21649
21649
|
}, vC = {
|
|
21650
21650
|
key: 1,
|
|
21651
21651
|
class: "norecords"
|
|
@@ -21730,13 +21730,13 @@ const z1 = /* @__PURE__ */ xt(jk, [["render", Zk]]), Jk = { class: "inline-flex
|
|
|
21730
21730
|
}), P;
|
|
21731
21731
|
}), B = (P) => ({
|
|
21732
21732
|
width: `${P.width || 300}px`,
|
|
21733
|
-
flex: `${P.width || 300} 0 auto`,
|
|
21734
21733
|
maxWidth: `${P.width || 300}px`,
|
|
21735
21734
|
backgroundColor: P.color || "rgb(243 244 246)"
|
|
21735
|
+
// flex: `${header.width || 300} 0 auto`,
|
|
21736
21736
|
}), ne = (P) => ({
|
|
21737
21737
|
width: `${P.width || 300}px`,
|
|
21738
|
-
flex: `${P.width || 300} 0 auto`,
|
|
21739
21738
|
maxWidth: `${P.width || 300}px`
|
|
21739
|
+
// flex: `${header.width || 300} 0 auto`,
|
|
21740
21740
|
}), ee = (P) => {
|
|
21741
21741
|
}, Z = (P) => {
|
|
21742
21742
|
T.value = P, W.value = 1, k("update:currentPage", W.value), k("changeLimit", P);
|
|
@@ -21786,10 +21786,10 @@ const z1 = /* @__PURE__ */ xt(jk, [["render", Zk]]), Jk = { class: "inline-flex
|
|
|
21786
21786
|
);
|
|
21787
21787
|
const K = j(() => t.checkable && t.stickyColumn ? {
|
|
21788
21788
|
head: "bg-gray-100 sticky left-[45px] top-0 z-20",
|
|
21789
|
-
body: "bg-white !sticky left-[45px] top-0 z-10 after:absolute after:content-[''] after:bg-inherit after:w-2 after:h-[103%] after:inset-y-0 after:-right-2 after:bg-gradient-to-r after:from-gray-200 after:from-0% after:via-gray-50 after:via-60% after:z-
|
|
21789
|
+
body: "bg-white !sticky left-[45px] top-0 z-10 !overflow-visible after:absolute after:content-[''] after:bg-inherit after:w-2 after:h-[103%] after:inset-y-0 after:-right-2 after:bg-gradient-to-r after:from-gray-200 after:from-0% after:via-gray-50 after:via-60% after:z-10"
|
|
21790
21790
|
} : {
|
|
21791
21791
|
head: "bg-gray-100 sticky left-0 top-0 z-20",
|
|
21792
|
-
body: "bg-white !sticky left-0 top-0 z-10 after:absolute after:content-[''] after:bg-inherit after:w-2 after:h-[103%] after:inset-y-0 after:-right-2 after:bg-gradient-to-r after:from-gray-200 after:from-0% after:via-gray-50 after:via-60% after:z-0
|
|
21792
|
+
body: "bg-white !sticky left-0 top-0 z-10 !overflow-visible after:absolute after:content-[''] after:bg-inherit after:w-2 after:h-[103%] after:inset-y-0 after:-right-2 after:bg-gradient-to-r after:from-gray-200 after:from-0% after:via-gray-50 after:via-60% after:z-0"
|
|
21793
21793
|
}), $e = te(!1), R = te(!1), E = te(null), g = () => {
|
|
21794
21794
|
const P = E.value;
|
|
21795
21795
|
P && (R.value = P.scrollLeft > 0);
|
|
@@ -21831,15 +21831,14 @@ const z1 = /* @__PURE__ */ xt(jk, [["render", Zk]]), Jk = { class: "inline-flex
|
|
|
21831
21831
|
ref: E,
|
|
21832
21832
|
onScroll: g
|
|
21833
21833
|
}, [
|
|
21834
|
-
S("table",
|
|
21834
|
+
S("table", null, [
|
|
21835
21835
|
S("thead", null, [
|
|
21836
21836
|
S("tr", null, [
|
|
21837
|
-
e.checkable ? (w(), O("th",
|
|
21837
|
+
e.checkable ? (w(), O("th", oC, [
|
|
21838
21838
|
Re(z1, {
|
|
21839
21839
|
checked: Ae.value,
|
|
21840
21840
|
indeterminate: J.value,
|
|
21841
21841
|
disabled: z.value,
|
|
21842
|
-
class: "flex justify-center mt-0",
|
|
21843
21842
|
onChange: _e
|
|
21844
21843
|
}, null, 8, ["checked", "indeterminate", "disabled"])
|
|
21845
21844
|
])) : X("", !0),
|
|
@@ -21857,38 +21856,40 @@ const z1 = /* @__PURE__ */ xt(jk, [["render", Zk]]), Jk = { class: "inline-flex
|
|
|
21857
21856
|
style: Zt(B(F)),
|
|
21858
21857
|
onClick: (Ye) => Se(F, Ye)
|
|
21859
21858
|
}, [
|
|
21860
|
-
S("div",
|
|
21861
|
-
|
|
21862
|
-
|
|
21859
|
+
S("div", lC, [
|
|
21860
|
+
S("div", sC, [
|
|
21861
|
+
pe(P.$slots, "header", { header: F }, () => [
|
|
21862
|
+
nt(xe(_(od)((F == null ? void 0 : F.text) ?? (F == null ? void 0 : F.name) ?? "")), 1)
|
|
21863
|
+
]),
|
|
21864
|
+
e.headerOptional ? pe(P.$slots, "headerOptionalItem", { key: 0 }) : X("", !0)
|
|
21863
21865
|
]),
|
|
21864
|
-
|
|
21865
|
-
|
|
21866
|
-
|
|
21867
|
-
|
|
21868
|
-
|
|
21869
|
-
|
|
21870
|
-
|
|
21871
|
-
|
|
21872
|
-
|
|
21873
|
-
|
|
21874
|
-
|
|
21875
|
-
|
|
21876
|
-
|
|
21877
|
-
|
|
21878
|
-
|
|
21879
|
-
"
|
|
21880
|
-
|
|
21881
|
-
|
|
21882
|
-
|
|
21883
|
-
|
|
21884
|
-
|
|
21885
|
-
|
|
21886
|
-
|
|
21887
|
-
|
|
21888
|
-
|
|
21889
|
-
|
|
21890
|
-
|
|
21891
|
-
], 14, lC))), 128))
|
|
21866
|
+
F != null && F.sortable ? (w(), O("div", uC, [
|
|
21867
|
+
(w(), O("svg", dC, [
|
|
21868
|
+
$[3] || ($[3] = S("rect", {
|
|
21869
|
+
width: "24",
|
|
21870
|
+
height: "24",
|
|
21871
|
+
fill: "none"
|
|
21872
|
+
}, null, -1)),
|
|
21873
|
+
S("path", {
|
|
21874
|
+
d: "M8 10C9.06206 8.5381 10.3071 7.2287 11.7021 6.1058C11.8774 5.9647 12.1226 5.9647 12.2979 6.1058C13.6929 7.2287 14.9379 8.5381 16 10",
|
|
21875
|
+
stroke: V.value === "asc" && A.value === (F == null ? void 0 : F.value) ? "#111827" : "#9ca3af",
|
|
21876
|
+
"stroke-opacity": "0.8",
|
|
21877
|
+
"stroke-width": "2",
|
|
21878
|
+
"stroke-linecap": "round",
|
|
21879
|
+
"stroke-linejoin": "round"
|
|
21880
|
+
}, null, 8, cC),
|
|
21881
|
+
S("path", {
|
|
21882
|
+
d: "M8 14C9.06206 15.4619 10.3071 16.7713 11.7021 17.8942C11.8774 18.0353 12.1226 18.0353 12.2979 17.8942C13.6929 16.7713 14.9379 15.4619 16 14",
|
|
21883
|
+
stroke: V.value === "desc" && A.value === (F == null ? void 0 : F.value) ? "#111827" : "#9ca3af",
|
|
21884
|
+
"stroke-opacity": "0.8",
|
|
21885
|
+
"stroke-width": "2",
|
|
21886
|
+
"stroke-linecap": "round",
|
|
21887
|
+
"stroke-linejoin": "round"
|
|
21888
|
+
}, null, 8, fC)
|
|
21889
|
+
]))
|
|
21890
|
+
])) : X("", !0)
|
|
21891
|
+
])
|
|
21892
|
+
], 14, iC))), 128))
|
|
21892
21893
|
])
|
|
21893
21894
|
]),
|
|
21894
21895
|
S("tbody", null, [
|
|
@@ -21904,7 +21905,6 @@ const z1 = /* @__PURE__ */ xt(jk, [["render", Zk]]), Jk = { class: "inline-flex
|
|
|
21904
21905
|
Re(z1, {
|
|
21905
21906
|
disabled: !_(y)(F),
|
|
21906
21907
|
checked: Y(F),
|
|
21907
|
-
class: "flex justify-center mt-0",
|
|
21908
21908
|
onChange: Ft(
|
|
21909
21909
|
(Ye) => se(F, he, Ye),
|
|
21910
21910
|
["prevent", "stop"]
|
|
@@ -21923,7 +21923,7 @@ const z1 = /* @__PURE__ */ xt(jk, [["render", Zk]]), Jk = { class: "inline-flex
|
|
|
21923
21923
|
rowIndex: he,
|
|
21924
21924
|
headerIndex: oe
|
|
21925
21925
|
}, () => [
|
|
21926
|
-
nt(xe(_(ho)(F, Ye == null ? void 0 : Ye.value)), 1)
|
|
21926
|
+
nt(xe(_(ho)(F, Ye == null ? void 0 : Ye.value)) + " Lorem ipsum dolor, sit amet consectetur adipisicing elit. ", 1)
|
|
21927
21927
|
])
|
|
21928
21928
|
], 6))), 128))
|
|
21929
21929
|
], 40, pC),
|
|
@@ -22307,7 +22307,7 @@ const z1 = /* @__PURE__ */ xt(jk, [["render", Zk]]), Jk = { class: "inline-flex
|
|
|
22307
22307
|
}
|
|
22308
22308
|
}), lS = /* @__PURE__ */ xt(HC, [["__scopeId", "data-v-05e35209"]]), FC = { class: "relative" }, UC = ["disabled"], zC = ["onMouseenter", "onClick"], YC = { class: "flex items-center justify-between w-full gap-2 text-sm font-medium text-gray-800 break-words hover:text-gray-900" }, WC = {
|
|
22309
22309
|
key: 0,
|
|
22310
|
-
class: "absolute top-0 z-10 transition-all duration-300 ease-in-out left-full min-w-
|
|
22310
|
+
class: "absolute top-0 z-10 transition-all duration-300 ease-in-out left-full min-w-32 max-w-64 w-max"
|
|
22311
22311
|
}, qC = { class: "bg-white border border-gray-200 border-solid rounded-lg shadow-2xl ms-2 shadow-gray-300" }, jC = { class: "p-2 overflow-y-auto overscroll-auto max-h-[50svh] min-h-0 scrollbar--thin" }, GC = ["onClick"], sS = /* @__PURE__ */ We({
|
|
22312
22312
|
__name: "EUIMultiDropdown",
|
|
22313
22313
|
props: {
|