@cobre-npm/ds-v3 0.125.0 → 0.126.0
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.
|
@@ -1798,7 +1798,8 @@ const Mm = /* @__PURE__ */ Me($m, [["render", Om], ["__scopeId", "data-v-6ff0f06
|
|
|
1798
1798
|
tabs: {},
|
|
1799
1799
|
modelValue: {},
|
|
1800
1800
|
direction: {},
|
|
1801
|
-
hasBorder: { type: Boolean }
|
|
1801
|
+
hasBorder: { type: Boolean },
|
|
1802
|
+
size: {}
|
|
1802
1803
|
},
|
|
1803
1804
|
emits: ["update:modelValue", "select"],
|
|
1804
1805
|
setup(a, { emit: e }) {
|
|
@@ -1809,11 +1810,11 @@ const Mm = /* @__PURE__ */ Me($m, [["render", Om], ["__scopeId", "data-v-6ff0f06
|
|
|
1809
1810
|
const u = et("co-tooltip");
|
|
1810
1811
|
return p(), b("nav", Pm, [
|
|
1811
1812
|
C("ul", {
|
|
1812
|
-
class: N(["co-tabs d-flex justify-content-start list-inline m-0", [i.direction === "column" && "flex-column", { "co-tabs--border-bottom": i.hasBorder }]])
|
|
1813
|
+
class: N(["co-tabs d-flex justify-content-start list-inline m-0", [i.direction === "column" && "flex-column", { "co-tabs--border-bottom": i.hasBorder }, i.size && `co-tabs--${i.size}`]])
|
|
1813
1814
|
}, [
|
|
1814
1815
|
(p(!0), b(_e, null, Oe(i.tabs, (f) => (p(), b("li", {
|
|
1815
|
-
key: f.name,
|
|
1816
1816
|
id: f.id,
|
|
1817
|
+
key: f.name,
|
|
1817
1818
|
class: N(["co-tabs__item d-flex justify-content-between align-items-center text-nowrap", [
|
|
1818
1819
|
i.direction === "column" ? "co-tabs__item--column spaced-col" : "spaced-row",
|
|
1819
1820
|
l(f),
|
|
@@ -1849,7 +1850,7 @@ const Mm = /* @__PURE__ */ Me($m, [["render", Om], ["__scopeId", "data-v-6ff0f06
|
|
|
1849
1850
|
]);
|
|
1850
1851
|
};
|
|
1851
1852
|
}
|
|
1852
|
-
}), kP = /* @__PURE__ */ Me(Lm, [["__scopeId", "data-v-
|
|
1853
|
+
}), kP = /* @__PURE__ */ Me(Lm, [["__scopeId", "data-v-3eb3aadb"]]), Im = { class: "d-flex align-items-center" }, Nm = { class: "d-flex" }, Rm = {
|
|
1853
1854
|
key: 1,
|
|
1854
1855
|
class: "mb-0"
|
|
1855
1856
|
}, Vm = ["src"], Bm = {
|