@ouestfrance/sipa-bms-ui 8.14.4 → 8.15.1

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.
@@ -191,7 +191,7 @@
191
191
  writeLocation(searchParams);
192
192
  };
193
193
 
194
- const isProblem = (object) => !!object?.type && typeof object.type === "string" && object.type.includes("https://problems.bms.live");
194
+ const isProblem = (object) => !!object?.type && typeof object.type === "string" && object.type.includes("https://");
195
195
 
196
196
  const searchString = (item, searchText) => {
197
197
  return !isEmptyStringOrNotDefined(item) && searchText !== null && searchText !== void 0 && sanitizeString(item).includes(sanitizeString(searchText));
@@ -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-a0777ff1"]]);
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 = {