edvoyui-component-library-test-flight 0.0.63 → 0.0.64
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 +1 -1
- package/dist/library-vue-ts.css +1 -1
- package/dist/library-vue-ts.es.js +3 -4
- package/dist/library-vue-ts.umd.js +2 -2
- package/package.json +1 -1
- package/src/components/table/EUIStudentPagination.vue +1 -1
- package/src/components/table/UTable.scss +4 -6
- package/src/components/table/UTable.vue +2 -3
|
@@ -21578,7 +21578,7 @@ const z1 = /* @__PURE__ */ xt(Gk, [["render", Jk]]), eC = { class: "inline-flex
|
|
|
21578
21578
|
S("button", {
|
|
21579
21579
|
class: ce([
|
|
21580
21580
|
"rounded-md capitalize box-border border-none focus:outline-none inline-flex flex-row gap-x-1 items-center transition-transform duration-100 ease-in-out cursor-pointer text-sm font-medium leading-6 px-3 py-1",
|
|
21581
|
-
y === "…" ? "select-none pointer-events-none" : i.value === y ? "text-black bg-
|
|
21581
|
+
y === "…" ? "select-none pointer-events-none" : i.value === y ? "text-black bg-purple-50 ring-2 ring-inset ring-purple-600" : "bg-white text-black"
|
|
21582
21582
|
]),
|
|
21583
21583
|
onClick: (k) => typeof y == "number" && f(y - 1)
|
|
21584
21584
|
}, xe(y), 11, nC)
|
|
@@ -21600,7 +21600,7 @@ const z1 = /* @__PURE__ */ xt(Gk, [["render", Jk]]), eC = { class: "inline-flex
|
|
|
21600
21600
|
}
|
|
21601
21601
|
}), aC = { class: "absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0" }, oC = {
|
|
21602
21602
|
key: 1,
|
|
21603
|
-
class: "relative
|
|
21603
|
+
class: "relative mx-auto overflow-hidden max-w-screen-2xl"
|
|
21604
21604
|
}, iC = { class: "table" }, lC = {
|
|
21605
21605
|
key: 0,
|
|
21606
21606
|
class: "checkable",
|
|
@@ -21796,9 +21796,8 @@ const z1 = /* @__PURE__ */ xt(Gk, [["render", Jk]]), eC = { class: "inline-flex
|
|
|
21796
21796
|
])
|
|
21797
21797
|
], 2)) : (w(), O("div", oC, [
|
|
21798
21798
|
S("div", {
|
|
21799
|
-
id: "euitable-comp",
|
|
21800
21799
|
class: ce([
|
|
21801
|
-
"ui-table scrollbar--
|
|
21800
|
+
"ui-table scrollbar--hide overscroll-none",
|
|
21802
21801
|
U.value.length === 0 ? "overflow-hidden pointer-events-none" : "overflow-auto",
|
|
21803
21802
|
e.tableHeight ? e.tableHeight : "h-[calc(100svh-12rem)] max-h-[calc(100svh-12rem)]"
|
|
21804
21803
|
]),
|