bootstrap-vue-wrapper 2.1.18 → 2.1.19

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.
@@ -749,9 +749,9 @@ const pt = /* @__PURE__ */ c(le, [["render", pe], ["__scopeId", "data-v-ff85ae67
749
749
  this.isSortableField(e) && this.$emit("orderChanged", { sortDesc: this.calcSortDesc(e.key), orderBy: e.key });
750
750
  }
751
751
  }
752
- }), ce = (e) => (L("data-v-fffb8cf0"), e = e(), A(), e), ge = { class: "table" }, be = ["onClick"], $e = { key: 0 }, ye = ["colspan"], Ce = /* @__PURE__ */ ce(() => /* @__PURE__ */ s("div", { class: "d-flex justify-content-center p-2" }, [
752
+ }), ce = (e) => (L("data-v-536f72ab"), e = e(), A(), e), ge = { class: "table" }, be = ["onClick"], $e = { key: 0 }, ye = ["colspan"], Ce = /* @__PURE__ */ ce(() => /* @__PURE__ */ s("div", { class: "d-flex justify-content-center p-2" }, [
753
753
  /* @__PURE__ */ s("div", { class: "spinner-border spinner-border-sm" })
754
- ], -1)), ke = { key: 1 }, Ie = ["colspan"], Se = { class: "text-center text-muted small" }, Pe = ["onClick"];
754
+ ], -1)), ke = { key: 1 }, Ie = ["colspan"], Se = { class: "text-center text-muted small" }, Pe = ["data-id", "onClick"];
755
755
  function Be(e, t, r, d, v, f) {
756
756
  const o = H("t");
757
757
  return a(), i("table", ge, [
@@ -798,6 +798,7 @@ function Be(e, t, r, d, v, f) {
798
798
  ])) : (a(!0), i(b, { key: 2 }, y(e.items, (n, p) => (a(), i("tr", {
799
799
  key: p,
800
800
  class: h([n.trClass || "", { "cursor-pointer": e.rowClickable }]),
801
+ "data-id": n.id,
801
802
  onClick: ($) => e.$emit("rowClicked", n)
802
803
  }, [
803
804
  (a(!0), i(b, null, y(e.fields, ($) => (a(), i("td", {
@@ -817,7 +818,7 @@ function Be(e, t, r, d, v, f) {
817
818
  ])
818
819
  ]);
819
820
  }
820
- const mt = /* @__PURE__ */ c(me, [["render", Be], ["__scopeId", "data-v-fffb8cf0"]]), Ve = m({
821
+ const mt = /* @__PURE__ */ c(me, [["render", Be], ["__scopeId", "data-v-536f72ab"]]), Ve = m({
821
822
  name: "BsToast",
822
823
  emits: ["shown", "hidden"],
823
824
  mounted() {
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .page-link[data-v-ff85ae67]{cursor:pointer}.page-item-first[data-v-ff85ae67],.page-item-last[data-v-ff85ae67],.page-item-number[data-v-ff85ae67]:not(.active){display:none}@media (min-width: 576px){.page-item-number[data-v-ff85ae67]:not(.active){display:block}}@media (min-width: 992px){.page-item-first[data-v-ff85ae67],.page-item-last[data-v-ff85ae67]{display:block}}.cursor-pointer[data-v-fffb8cf0]{cursor:pointer}
1
+ .page-link[data-v-ff85ae67]{cursor:pointer}.page-item-first[data-v-ff85ae67],.page-item-last[data-v-ff85ae67],.page-item-number[data-v-ff85ae67]:not(.active){display:none}@media (min-width: 576px){.page-item-number[data-v-ff85ae67]:not(.active){display:block}}@media (min-width: 992px){.page-item-first[data-v-ff85ae67],.page-item-last[data-v-ff85ae67]{display:block}}.cursor-pointer[data-v-536f72ab]{cursor:pointer}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap-vue-wrapper",
3
- "version": "2.1.18",
3
+ "version": "2.1.19",
4
4
  "description": "Bootstrap 5 components in Vue3 wrapper.",
5
5
  "module": "./dist/bootstrap-vue-wrapper.js",
6
6
  "types": "./dist/index.d.ts",