bootstrap-vue-next 0.45.8 → 0.45.9
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/{BTable-DOpSWDaC.js → BTable-BCWW00u_.js} +2 -5
- package/dist/{BTable-DOpSWDaC.js.map → BTable-BCWW00u_.js.map} +1 -1
- package/dist/{BTable-CzMtFdt5.mjs → BTable-DUHxxWv5.mjs} +2 -5
- package/dist/{BTable-CzMtFdt5.mjs.map → BTable-DUHxxWv5.mjs.map} +1 -1
- package/dist/bootstrap-vue-next.mjs +1 -1
- package/dist/bootstrap-vue-next.umd.js +1 -1
- package/dist/src/components/BTable/index.mjs +1 -1
- package/dist/src/components/BTable/index.umd.js +1 -1
- package/dist/src/components/index.mjs +1 -1
- package/dist/src/components/index.umd.js +1 -1
- package/package.json +1 -1
|
@@ -1691,10 +1691,7 @@ var BTable_default = /* @__PURE__ */ (0, vue.defineComponent)({
|
|
|
1691
1691
|
};
|
|
1692
1692
|
const computedLiteProps = (0, vue.computed)(() => ({
|
|
1693
1693
|
...require_object.pick(props, [...bTableLiteProps, ...bTableSimpleProps]),
|
|
1694
|
-
tableAttrs: {
|
|
1695
|
-
ariaBusy: busyModel.value,
|
|
1696
|
-
"aria-multiselectable": props.selectable && props.selectMode !== "single" ? true : void 0
|
|
1697
|
-
},
|
|
1694
|
+
tableAttrs: { ariaBusy: busyModel.value },
|
|
1698
1695
|
items: computedDisplayItems.value,
|
|
1699
1696
|
fields: computedFields.value,
|
|
1700
1697
|
tableClass: tableClasses.value,
|
|
@@ -1903,4 +1900,4 @@ Object.defineProperty(exports, "BTr_default", {
|
|
|
1903
1900
|
}
|
|
1904
1901
|
});
|
|
1905
1902
|
|
|
1906
|
-
//# sourceMappingURL=BTable-
|
|
1903
|
+
//# sourceMappingURL=BTable-BCWW00u_.js.map
|