bootstrap-vue-wrapper 3.1.1 → 3.1.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.
@@ -1 +1 @@
1
- .cursor-pointer[data-v-a9faea9d]{cursor:pointer}.bs-skeleton-line[data-v-a9faea9d]{display:block;width:100%;height:.85em;border-radius:999px;margin:.25rem 0;--sk-base: color-mix(in srgb, var(--bs-body-color) 10%, transparent);--sk-shine: color-mix(in srgb, var(--bs-body-color) 18%, transparent);background-image:linear-gradient(90deg,var(--sk-base) 0%,var(--sk-shine) 20%,var(--sk-base) 40%,var(--sk-base) 100%);background-size:200% 100%;background-position:100% 0;animation:bs-skeleton-shimmer-a9faea9d 1.15s ease-in-out infinite}@supports not (color: color-mix(in srgb,black,white)){.bs-skeleton-line[data-v-a9faea9d]{background-image:linear-gradient(90deg,#00000014,#00000024 20%,#00000014 40% 100%)}}@keyframes bs-skeleton-shimmer-a9faea9d{to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.bs-skeleton-line[data-v-a9faea9d]{animation:none}}
1
+ .cursor-pointer[data-v-cc113810]{cursor:pointer}.bs-skeleton-line[data-v-cc113810]{display:block;width:100%;height:.85em;border-radius:999px;margin:.25rem 0;--sk-base: color-mix(in srgb, var(--bs-body-color) 10%, transparent);--sk-shine: color-mix(in srgb, var(--bs-body-color) 18%, transparent);background-image:linear-gradient(90deg,var(--sk-base) 0%,var(--sk-shine) 20%,var(--sk-base) 40%,var(--sk-base) 100%);background-size:200% 100%;background-position:100% 0;animation:bs-skeleton-shimmer-cc113810 1.15s ease-in-out infinite}@supports not (color: color-mix(in srgb,black,white)){.bs-skeleton-line[data-v-cc113810]{background-image:linear-gradient(90deg,#00000014,#00000024 20%,#00000014 40% 100%)}}@keyframes bs-skeleton-shimmer-cc113810{to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.bs-skeleton-line[data-v-cc113810]{animation:none}}
@@ -2,7 +2,7 @@ import C from "./BsTable.vue2.js";
2
2
  import { openBlock as t, createElementBlock as o, createElementVNode as r, Fragment as n, renderList as d, normalizeClass as k, renderSlot as i, createTextVNode as c, toDisplayString as p, createCommentVNode as y } from "vue";
3
3
  import './BsTable.css';/* empty css */
4
4
  import h from "../../_virtual/_plugin-vue_export-helper.js";
5
- const m = { class: "table" }, v = ["onClick"], g = { key: 0 }, $ = ["colspan"], b = { key: 1 }, f = ["colspan"], w = ["textContent"], L = ["data-id", "onClick"], B = { key: 0 }, S = ["colspan"];
5
+ const m = { class: "table" }, v = ["onClick"], g = { key: 0 }, $ = ["colspan"], b = { key: 1 }, w = ["colspan"], f = ["textContent"], L = ["data-id", "onClick"], B = { key: 0 }, S = ["colspan"];
6
6
  function T(e, u, D, N, V, A) {
7
7
  return t(), o("table", m, [
8
8
  r("thead", null, [
@@ -54,9 +54,9 @@ function T(e, u, D, N, V, A) {
54
54
  key: 0,
55
55
  class: "text-center text-muted small",
56
56
  textContent: p(e.emptyText)
57
- }, null, 8, w)) : y("", !0)
57
+ }, null, 8, f)) : y("", !0)
58
58
  ], !0)
59
- ], 8, f)
59
+ ], 8, w)
60
60
  ])) : (t(!0), o(n, { key: 2 }, d(e.items, (s, a) => (t(), o(n, { key: a }, [
61
61
  r("tr", {
62
62
  class: k([s.trClass || "", { "cursor-pointer": e.rowClickable }]),
@@ -71,7 +71,7 @@ function T(e, u, D, N, V, A) {
71
71
  class: k(l.tdClass || e.tdClass)
72
72
  }, [
73
73
  i(e.$slots, "td", {
74
- key: a,
74
+ index: a,
75
75
  field: l.key,
76
76
  row: s,
77
77
  value: l.key in s ? s[l.key] : null
@@ -92,7 +92,7 @@ function T(e, u, D, N, V, A) {
92
92
  ])
93
93
  ]);
94
94
  }
95
- const R = /* @__PURE__ */ h(C, [["render", T], ["__scopeId", "data-v-a9faea9d"]]);
95
+ const R = /* @__PURE__ */ h(C, [["render", T], ["__scopeId", "data-v-cc113810"]]);
96
96
  export {
97
97
  R as default
98
98
  };
@@ -1,5 +1,5 @@
1
1
  export interface TableRowMeta {
2
2
  trClass?: string;
3
- id?: string | number;
3
+ id?: string | number | null;
4
4
  _showRowDetails?: boolean;
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap-vue-wrapper",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "description": "Bootstrap 5 components in Vue3 wrapper.",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",