edvoyui-component-library-test-flight 0.0.11 → 0.0.12
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.
|
@@ -20343,8 +20343,8 @@ const VC = /* @__PURE__ */ qe({
|
|
|
20343
20343
|
key: p,
|
|
20344
20344
|
role: "tab",
|
|
20345
20345
|
class: $e([
|
|
20346
|
-
"px-
|
|
20347
|
-
i.value === p ? "border-gray-900 text-gray-900" : "border-transparent text-gray-
|
|
20346
|
+
"px-3 py-1 text-sm font-semibold leading-5 transition-all duration-150 ease-in-out border-b-2 hover:text-gray-800",
|
|
20347
|
+
i.value === p ? "border-gray-900 text-gray-900" : "border-transparent text-gray-500"
|
|
20348
20348
|
]),
|
|
20349
20349
|
onClick: (h) => s(p)
|
|
20350
20350
|
}, [
|
|
@@ -20381,7 +20381,7 @@ const VC = /* @__PURE__ */ qe({
|
|
|
20381
20381
|
], 2)
|
|
20382
20382
|
]));
|
|
20383
20383
|
}
|
|
20384
|
-
}), UC = /* @__PURE__ */ Jt(M_, [["__scopeId", "data-v-
|
|
20384
|
+
}), UC = /* @__PURE__ */ Jt(M_, [["__scopeId", "data-v-e53af8c8"]]), S_ = {
|
|
20385
20385
|
key: 0,
|
|
20386
20386
|
class: "mb-3 text-sm font-medium text-gray-500 font-inter"
|
|
20387
20387
|
}, P_ = {
|
|
@@ -21543,7 +21543,7 @@ const vk = /* @__PURE__ */ Jt(fk, [["render", hk]]), mk = { class: "whitespace-n
|
|
|
21543
21543
|
S("div", Fk, [
|
|
21544
21544
|
S("div", {
|
|
21545
21545
|
id: "student-table",
|
|
21546
|
-
class: "overflow-auto max-h-[calc(100svh-
|
|
21546
|
+
class: "overflow-auto max-h-[calc(100svh-14rem)] scrollbar--thin overscroll-none",
|
|
21547
21547
|
ref_key: "tableContainer",
|
|
21548
21548
|
ref: A,
|
|
21549
21549
|
onScroll: Z
|
|
@@ -21639,9 +21639,9 @@ const vk = /* @__PURE__ */ Jt(fk, [["render", hk]]), mk = { class: "whitespace-n
|
|
|
21639
21639
|
H.value.length === 0 ? (x(), P("tbody", Qk, [
|
|
21640
21640
|
S("tr", null, [
|
|
21641
21641
|
S("td", {
|
|
21642
|
-
colspan: _(m).length
|
|
21642
|
+
colspan: e.checkable === !0 ? _(m).length + 1 : _(m).length
|
|
21643
21643
|
}, z[4] || (z[4] = [
|
|
21644
|
-
S("div", { class: "flex items-center justify-center text-xl font-medium text-gray-500 min-h-
|
|
21644
|
+
S("div", { class: "flex items-center justify-center text-xl font-medium text-gray-500 min-h-[calc(100svh-13rem)]" }, " No matching records found ", -1)
|
|
21645
21645
|
]), 8, Zk)
|
|
21646
21646
|
])
|
|
21647
21647
|
])) : re("", !0)
|
|
@@ -21675,7 +21675,7 @@ const vk = /* @__PURE__ */ Jt(fk, [["render", hk]]), mk = { class: "whitespace-n
|
|
|
21675
21675
|
])
|
|
21676
21676
|
]));
|
|
21677
21677
|
}
|
|
21678
|
-
}), qC = /* @__PURE__ */ Jt(rC, [["__scopeId", "data-v-
|
|
21678
|
+
}), qC = /* @__PURE__ */ Jt(rC, [["__scopeId", "data-v-5e8f9224"]]), aC = { class: "relative" }, oC = ["disabled"], iC = ["onMouseenter", "onClick"], lC = { class: "flex items-center justify-between w-full gap-2 text-sm font-medium text-gray-800 break-words hover:text-gray-900" }, sC = {
|
|
21679
21679
|
key: 0,
|
|
21680
21680
|
class: "absolute top-0 z-10 transition-all duration-300 ease-in-out left-full min-w-36 max-w-64 w-max"
|
|
21681
21681
|
}, uC = { class: "p-2 bg-white border border-gray-200 border-solid rounded-lg shadow-2xl ms-2 shadow-gray-300" }, dC = ["onClick"], GC = /* @__PURE__ */ qe({
|