@ouestfrance/sipa-bms-ui 8.14.4 → 8.15.0
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/sipa-bms-ui.css +1 -1
- package/dist/sipa-bms-ui.es.js +4 -1
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +4 -1
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +5 -2
- package/src/components/table/BmsServerTable.stories.js +44 -0
- package/src/components/table/BmsServerTable.vue +4 -0
package/dist/sipa-bms-ui.umd.js
CHANGED
|
@@ -101723,6 +101723,9 @@
|
|
|
101723
101723
|
onSelectAll,
|
|
101724
101724
|
onClearSelection
|
|
101725
101725
|
}, vue.createSlots({
|
|
101726
|
+
"custom-actions": vue.withCtx(() => [
|
|
101727
|
+
vue.renderSlot(_ctx.$slots, "custom-action", {}, void 0, true)
|
|
101728
|
+
]),
|
|
101726
101729
|
filters: vue.withCtx(() => [
|
|
101727
101730
|
vue.createVNode(vue.Transition, { name: "table-fade" }, {
|
|
101728
101731
|
default: vue.withCtx(() => [
|
|
@@ -101814,7 +101817,7 @@
|
|
|
101814
101817
|
}
|
|
101815
101818
|
});
|
|
101816
101819
|
|
|
101817
|
-
const BmsServerTable = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
101820
|
+
const BmsServerTable = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-c27df335"]]);
|
|
101818
101821
|
|
|
101819
101822
|
const _hoisted_1$7 = { class: "filters-container" };
|
|
101820
101823
|
const _hoisted_2$5 = {
|