@cobre-npm/ds-v3 0.76.2 → 0.76.3
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/cobre-ds-v3-lib.es.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -4741,7 +4741,7 @@ const Bv = { class: "co-input" }, Vv = {
|
|
|
4741
4741
|
setup(n, { emit: e }) {
|
|
4742
4742
|
const t = Array.from({ length: 10 }), a = n, r = H("column1"), o = H(null), i = H({}), s = bt(), l = Eu(n, "selectedRows"), c = e, u = R(() => {
|
|
4743
4743
|
let g = a.displayedColumns;
|
|
4744
|
-
return a.allowNavigation && (g = [...g, { key: "navigation", width:
|
|
4744
|
+
return a.allowNavigation && (g = [...g, { key: "navigation", width: 25, alignment: "end" }]), a.kebabMenuOptions && (g = [...g, { key: "kebabMenu", width: 22, alignment: "center" }]), g;
|
|
4745
4745
|
}), d = R(() => a.data.filter((g) => !g.isDisabledCheck)), m = R(() => a.isMultipleCheckEnabled ? d.value.length === 0 ? !1 : l.value.length === d.value.length : l.value.length === a.data.length), h = R(() => {
|
|
4746
4746
|
var g;
|
|
4747
4747
|
return (((g = a.rowActions) == null ? void 0 : g.length) ?? 0) > 0;
|
|
@@ -4920,7 +4920,7 @@ const Bv = { class: "co-input" }, Vv = {
|
|
|
4920
4920
|
actions: g.rowActions,
|
|
4921
4921
|
style: Ne(i.value),
|
|
4922
4922
|
"row-data": D,
|
|
4923
|
-
onAction: (L) => c("action", {
|
|
4923
|
+
onAction: (L) => c("action", { event: L, rowData: D })
|
|
4924
4924
|
}, null, 8, ["visible", "actions", "style", "row-data", "onAction"])
|
|
4925
4925
|
])) : x("", !0)
|
|
4926
4926
|
], 46, T0),
|
|
@@ -4933,7 +4933,7 @@ const Bv = { class: "co-input" }, Vv = {
|
|
|
4933
4933
|
], 2);
|
|
4934
4934
|
};
|
|
4935
4935
|
}
|
|
4936
|
-
}), nM = /* @__PURE__ */ Se(D0, [["__scopeId", "data-v-
|
|
4936
|
+
}), nM = /* @__PURE__ */ Se(D0, [["__scopeId", "data-v-f60dbc84"]]), O0 = { class: "co-snack d-flex align-items-center justify-content-between" }, M0 = { class: "d-flex align-items-center" }, P0 = { class: "co-mb-0 co-label co-label--md co-fw-500" }, x0 = /* @__PURE__ */ he({
|
|
4937
4937
|
__name: "CobreSnackBar",
|
|
4938
4938
|
props: {
|
|
4939
4939
|
closeToast: {},
|