edvoyui-component-library-test-flight 0.0.110 → 0.0.111
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.
|
@@ -24173,13 +24173,13 @@ const DT = /* @__PURE__ */ ze({
|
|
|
24173
24173
|
}), AE = {
|
|
24174
24174
|
key: 0,
|
|
24175
24175
|
class: "flex flex-row items-center justify-between w-full p-2 bg-gray-100 rounded-xl"
|
|
24176
|
-
}, RE = ["disabled", "id", "onClick"], PE = ["disabled", "id", "onClick"], DE = {
|
|
24176
|
+
}, RE = ["disabled", "id", "onClick", "title"], PE = ["disabled", "title", "id", "onClick"], DE = {
|
|
24177
24177
|
key: 2,
|
|
24178
24178
|
class: "justify-start relative z-0 inline-flex items-center gap-0 bg-white/50 rounded-t-lg shadow-[0px_1px_2px_0px_rgba(55,65,81,0.10)]"
|
|
24179
|
-
}, LE = ["disabled", "id", "onClick"], VE = {
|
|
24179
|
+
}, LE = ["disabled", "title", "id", "onClick"], VE = {
|
|
24180
24180
|
key: 3,
|
|
24181
24181
|
class: "flex items-center gap-1 p-2 transition-all duration-100"
|
|
24182
|
-
}, BE = ["disabled", "id", "onClick"], NE = /* @__PURE__ */ ze({
|
|
24182
|
+
}, BE = ["disabled", "title", "id", "onClick"], NE = /* @__PURE__ */ ze({
|
|
24183
24183
|
__name: "EUITabs",
|
|
24184
24184
|
props: {
|
|
24185
24185
|
tabs: {},
|
|
@@ -24209,7 +24209,8 @@ const DT = /* @__PURE__ */ ze({
|
|
|
24209
24209
|
class: oe(["[&:not(:focus-visible)]:focus:outline-none relative w-full inline-flex items-center transition-colors duration-100", c != null && c.disabled ? " cursor-not-allowed " : ""]),
|
|
24210
24210
|
role: "tab",
|
|
24211
24211
|
tabindex: "-1",
|
|
24212
|
-
onClick: (p) => l(f)
|
|
24212
|
+
onClick: (p) => l(f),
|
|
24213
|
+
title: c == null ? void 0 : c.toolTipText
|
|
24213
24214
|
}, [
|
|
24214
24215
|
S("div", {
|
|
24215
24216
|
class: oe(["pointer-events-none absolute inset-0 transition-transform duration-200 transform z-[1] ease-in-out", {
|
|
@@ -24241,6 +24242,7 @@ const DT = /* @__PURE__ */ ze({
|
|
|
24241
24242
|
}, [
|
|
24242
24243
|
(w(!0), I(Ae, null, We(u.tabs, (c, f) => (w(), I("button", {
|
|
24243
24244
|
disabled: c == null ? void 0 : c.disabled,
|
|
24245
|
+
title: c == null ? void 0 : c.toolTipText,
|
|
24244
24246
|
key: f,
|
|
24245
24247
|
type: "button",
|
|
24246
24248
|
role: "tab",
|
|
@@ -24264,6 +24266,7 @@ const DT = /* @__PURE__ */ ze({
|
|
|
24264
24266
|
], 2)) : u.tabStyle === "shadow" ? (w(), I("div", DE, [
|
|
24265
24267
|
(w(!0), I(Ae, null, We(u.tabs, (c, f) => (w(), I("button", {
|
|
24266
24268
|
disabled: c == null ? void 0 : c.disabled,
|
|
24269
|
+
title: c == null ? void 0 : c.toolTipText,
|
|
24267
24270
|
key: f,
|
|
24268
24271
|
type: "button",
|
|
24269
24272
|
role: "tab",
|
|
@@ -24287,14 +24290,15 @@ const DT = /* @__PURE__ */ ze({
|
|
|
24287
24290
|
])) : (w(), I("div", VE, [
|
|
24288
24291
|
(w(!0), I(Ae, null, We(u.tabs, (c, f) => (w(), I("button", {
|
|
24289
24292
|
disabled: c == null ? void 0 : c.disabled,
|
|
24293
|
+
title: c == null ? void 0 : c.toolTipText,
|
|
24290
24294
|
key: f,
|
|
24291
24295
|
type: "button",
|
|
24292
24296
|
role: "tab",
|
|
24293
24297
|
id: `id-${c.name}`,
|
|
24294
|
-
class: oe([
|
|
24295
|
-
"
|
|
24296
|
-
|
|
24297
|
-
]),
|
|
24298
|
+
class: oe(["px-4 py-1 text-sm font-semibold transition-colors duration-150 ease-in-out border rounded-full", [
|
|
24299
|
+
i.value === f ? "shadow-lg shadow-gray-100 bg-white border-gray-200 focus-within:border-purple-600 text-gray-900" : "border-white hover:bg-gray-50 text-gray-700",
|
|
24300
|
+
c != null && c.disabled ? " cursor-not-allowed " : ""
|
|
24301
|
+
]]),
|
|
24298
24302
|
onClick: (p) => l(f)
|
|
24299
24303
|
}, [
|
|
24300
24304
|
ce(u.$slots, "title", {
|
|
@@ -24307,7 +24311,13 @@ const DT = /* @__PURE__ */ ze({
|
|
|
24307
24311
|
], 10, BE))), 128))
|
|
24308
24312
|
])),
|
|
24309
24313
|
S("div", {
|
|
24310
|
-
class: oe([
|
|
24314
|
+
class: oe([
|
|
24315
|
+
"py-2 text-base font-normal text-gray-700 bg-white relative",
|
|
24316
|
+
u.contentClass,
|
|
24317
|
+
{
|
|
24318
|
+
"rounded-lg !rounded-tl-none shadow-[0px_-2px_24px_0px_rgba(0,0,0,0.075)] z-20": u.tabStyle === "shadow"
|
|
24319
|
+
}
|
|
24320
|
+
])
|
|
24311
24321
|
}, [
|
|
24312
24322
|
ce(u.$slots, "content", {
|
|
24313
24323
|
activeTab: u.tabs[i.value]
|
|
@@ -24320,7 +24330,7 @@ const DT = /* @__PURE__ */ ze({
|
|
|
24320
24330
|
], 2)
|
|
24321
24331
|
]));
|
|
24322
24332
|
}
|
|
24323
|
-
}), LT = /* @__PURE__ */ Et(NE, [["__scopeId", "data-v-
|
|
24333
|
+
}), LT = /* @__PURE__ */ Et(NE, [["__scopeId", "data-v-c12052b6"]]), FE = {
|
|
24324
24334
|
key: 0,
|
|
24325
24335
|
class: "mb-3 text-sm font-medium text-gray-500 font-inter"
|
|
24326
24336
|
}, HE = {
|