bootstrap-vue-next 0.14.3 → 0.14.4
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/bootstrap-vue-next.mjs +16 -11
- package/dist/bootstrap-vue-next.mjs.map +1 -1
- package/dist/bootstrap-vue-next.umd.js +1 -1
- package/dist/bootstrap-vue-next.umd.js.map +1 -1
- package/dist/src/components/BTable/BTable.vue.d.ts +9 -0
- package/dist/src/components/BTable/BTableLite.vue.d.ts +9 -0
- package/dist/src/components/BTable/BTableSimple.vue.d.ts +9 -0
- package/dist/src/types/ComponentProps.d.ts +1 -0
- package/package.json +1 -1
- package/src/components/BTable/BTable.vue +1 -0
- package/src/components/BTable/BTableLite.vue +2 -0
- package/src/components/BTable/BTableSimple.vue +3 -0
- package/src/types/ComponentProps.ts +1 -0
|
@@ -8515,13 +8515,14 @@ const $d = /* @__PURE__ */ ma(kd, [["__scopeId", "data-v-079b865c"]]), _d = /* @
|
|
|
8515
8515
|
responsive: { type: [Boolean, String], default: !1 },
|
|
8516
8516
|
stacked: { type: [Boolean, String], default: !1 },
|
|
8517
8517
|
striped: { type: [String, Boolean], default: !1 },
|
|
8518
|
+
stripedColumns: { type: [String, Boolean], default: !1 },
|
|
8518
8519
|
small: { type: [String, Boolean], default: !1 },
|
|
8519
8520
|
tableClass: { default: void 0 },
|
|
8520
8521
|
tableVariant: { default: null },
|
|
8521
8522
|
stickyHeader: { type: [String, Boolean], default: !1 }
|
|
8522
8523
|
},
|
|
8523
8524
|
setup(e) {
|
|
8524
|
-
const t = e, l = u(() => t.captionTop), a = u(() => t.borderless), o = u(() => t.bordered), n = u(() => t.dark), s = u(() => t.hover), r = u(() => t.small), i = u(() => t.striped), d = u(() => t.stickyHeader), y = C(() => [
|
|
8525
|
+
const t = e, l = u(() => t.captionTop), a = u(() => t.borderless), o = u(() => t.bordered), n = u(() => t.dark), s = u(() => t.hover), r = u(() => t.small), i = u(() => t.striped), d = u(() => t.stickyHeader), y = u(() => t.stripedColumns), b = C(() => [
|
|
8525
8526
|
t.tableClass,
|
|
8526
8527
|
"table",
|
|
8527
8528
|
"b-table",
|
|
@@ -8536,27 +8537,28 @@ const $d = /* @__PURE__ */ ma(kd, [["__scopeId", "data-v-079b865c"]]), _d = /* @
|
|
|
8536
8537
|
[`b-table-stacked-${t.stacked}`]: typeof t.stacked == "string",
|
|
8537
8538
|
"table-striped": i.value,
|
|
8538
8539
|
"table-sm": r.value,
|
|
8539
|
-
[`table-${t.tableVariant}`]: t.tableVariant !== null
|
|
8540
|
+
[`table-${t.tableVariant}`]: t.tableVariant !== null,
|
|
8541
|
+
"table-striped-columns": y.value
|
|
8540
8542
|
}
|
|
8541
|
-
]),
|
|
8543
|
+
]), c = C(() => ({
|
|
8542
8544
|
"table-responsive": t.responsive === !0,
|
|
8543
8545
|
[`table-responsive-${t.responsive}`]: typeof t.responsive == "string",
|
|
8544
8546
|
"b-table-sticky-header": d.value
|
|
8545
8547
|
}));
|
|
8546
|
-
return (
|
|
8548
|
+
return (h, S) => h.responsive ? (p(), E("div", {
|
|
8547
8549
|
key: 1,
|
|
8548
|
-
class: H(
|
|
8550
|
+
class: H(c.value)
|
|
8549
8551
|
}, [
|
|
8550
8552
|
Z("table", {
|
|
8551
|
-
class: H(
|
|
8553
|
+
class: H(b.value)
|
|
8552
8554
|
}, [
|
|
8553
|
-
A(
|
|
8555
|
+
A(h.$slots, "default")
|
|
8554
8556
|
], 2)
|
|
8555
8557
|
], 2)) : (p(), E("table", {
|
|
8556
8558
|
key: 0,
|
|
8557
|
-
class: H(
|
|
8559
|
+
class: H(b.value)
|
|
8558
8560
|
}, [
|
|
8559
|
-
A(
|
|
8561
|
+
A(h.$slots, "default")
|
|
8560
8562
|
], 2));
|
|
8561
8563
|
}
|
|
8562
8564
|
}), nc = /* @__PURE__ */ R({
|
|
@@ -8829,6 +8831,7 @@ const dc = /* @__PURE__ */ ma(ic, [["render", uc]]), cc = ["TD", "TH", "TR"], fc
|
|
|
8829
8831
|
responsive: { type: [Boolean, String], default: !1 },
|
|
8830
8832
|
stacked: { type: [Boolean, String], default: !1 },
|
|
8831
8833
|
striped: { type: [String, Boolean], default: !1 },
|
|
8834
|
+
stripedColumns: { type: [String, Boolean], default: !1 },
|
|
8832
8835
|
small: { type: [String, Boolean], default: !1 },
|
|
8833
8836
|
tableClass: { default: void 0 },
|
|
8834
8837
|
stickyHeader: { type: [String, Boolean], default: !1 }
|
|
@@ -8895,7 +8898,8 @@ const dc = /* @__PURE__ */ ma(ic, [["render", uc]]), cc = ["TD", "TH", "TR"], fc
|
|
|
8895
8898
|
small: f.small,
|
|
8896
8899
|
"table-class": r.value,
|
|
8897
8900
|
"table-variant": f.variant,
|
|
8898
|
-
"sticky-header": f.stickyHeader
|
|
8901
|
+
"sticky-header": f.stickyHeader,
|
|
8902
|
+
"striped-columns": f.stripedColumns
|
|
8899
8903
|
}, {
|
|
8900
8904
|
default: D(() => {
|
|
8901
8905
|
var L;
|
|
@@ -9028,7 +9032,7 @@ const dc = /* @__PURE__ */ ma(ic, [["render", uc]]), cc = ["TD", "TH", "TR"], fc
|
|
|
9028
9032
|
];
|
|
9029
9033
|
}),
|
|
9030
9034
|
_: 3
|
|
9031
|
-
}, 8, ["bordered", "borderless", "border-variant", "caption-top", "dark", "hover", "responsive", "striped", "stacked", "small", "table-class", "table-variant", "sticky-header"]));
|
|
9035
|
+
}, 8, ["bordered", "borderless", "border-variant", "caption-top", "dark", "hover", "responsive", "striped", "stacked", "small", "table-class", "table-variant", "sticky-header", "striped-columns"]));
|
|
9032
9036
|
}
|
|
9033
9037
|
}), Vc = ["colspan"], Ac = { class: "d-flex align-items-center justify-content-center gap-2" }, Oc = /* @__PURE__ */ R({
|
|
9034
9038
|
__name: "BTable",
|
|
@@ -9062,6 +9066,7 @@ const dc = /* @__PURE__ */ ma(ic, [["render", uc]]), cc = ["TD", "TH", "TR"], fc
|
|
|
9062
9066
|
responsive: { type: [Boolean, String], default: !1 },
|
|
9063
9067
|
stacked: { type: [Boolean, String], default: !1 },
|
|
9064
9068
|
striped: { type: [String, Boolean], default: !1 },
|
|
9069
|
+
stripedColumns: { type: [String, Boolean], default: !1 },
|
|
9065
9070
|
small: { type: [String, Boolean], default: !1 },
|
|
9066
9071
|
stickyHeader: { type: [String, Boolean], default: !1 },
|
|
9067
9072
|
align: { default: void 0 },
|