@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.css
CHANGED
|
@@ -2420,7 +2420,7 @@ nav .additional[data-v-8b4752b4] {
|
|
|
2420
2420
|
}
|
|
2421
2421
|
.filters__inputs .input[data-v-4a441463] {
|
|
2422
2422
|
padding-right: 32px;
|
|
2423
|
-
}.table-search[data-v-
|
|
2423
|
+
}.table-search[data-v-c27df335] {
|
|
2424
2424
|
width: 260px;
|
|
2425
2425
|
}.table-search[data-v-2f003e4e] {
|
|
2426
2426
|
width: 260px;
|
package/dist/sipa-bms-ui.es.js
CHANGED
|
@@ -101720,6 +101720,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
101720
101720
|
onSelectAll,
|
|
101721
101721
|
onClearSelection
|
|
101722
101722
|
}, createSlots({
|
|
101723
|
+
"custom-actions": withCtx(() => [
|
|
101724
|
+
renderSlot(_ctx.$slots, "custom-action", {}, void 0, true)
|
|
101725
|
+
]),
|
|
101723
101726
|
filters: withCtx(() => [
|
|
101724
101727
|
createVNode(Transition, { name: "table-fade" }, {
|
|
101725
101728
|
default: withCtx(() => [
|
|
@@ -101811,7 +101814,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
101811
101814
|
}
|
|
101812
101815
|
});
|
|
101813
101816
|
|
|
101814
|
-
const BmsServerTable = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
101817
|
+
const BmsServerTable = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-c27df335"]]);
|
|
101815
101818
|
|
|
101816
101819
|
const _hoisted_1$7 = { class: "filters-container" };
|
|
101817
101820
|
const _hoisted_2$5 = {
|