@ouestfrance/sipa-bms-ui 8.22.0 → 8.22.2
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.umd.js
CHANGED
|
@@ -96432,7 +96432,7 @@
|
|
|
96432
96432
|
__props.hasFilters ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$2, [
|
|
96433
96433
|
vue.renderSlot(_ctx.$slots, "filters", {}, void 0, true)
|
|
96434
96434
|
])) : vue.createCommentVNode("", true),
|
|
96435
|
-
__props.selectMode === vue.unref(SelectMode).ALL || selectedItems.value.length > 0 ? (vue.openBlock(), vue.createBlock(BmsAlert, {
|
|
96435
|
+
__props.selectMode === vue.unref(SelectMode).ALL || selectedItems.value.length > 0 && __props.selectMode !== vue.unref(SelectMode).SINGLE ? (vue.openBlock(), vue.createBlock(BmsAlert, {
|
|
96436
96436
|
key: 1,
|
|
96437
96437
|
type: vue.unref(StatusType).Information,
|
|
96438
96438
|
dismissable: false,
|
|
@@ -96446,7 +96446,7 @@
|
|
|
96446
96446
|
_cache[1] || (_cache[1] = vue.createElementVNode("strong", null, "1", -1)),
|
|
96447
96447
|
_cache[2] || (_cache[2] = vue.createTextVNode(" élément du tableau est sélectionné. ", -1))
|
|
96448
96448
|
], 64)) : (vue.openBlock(), vue.createElementBlock("strong", _hoisted_8$2, vue.toDisplayString(selectedItems.value.length) + " éléments du tableau sont sélectionnés. ", 1)),
|
|
96449
|
-
__props.totalSize < __props.maxSelectedSize
|
|
96449
|
+
__props.totalSize < __props.maxSelectedSize ? (vue.openBlock(), vue.createElementBlock("span", {
|
|
96450
96450
|
key: 2,
|
|
96451
96451
|
class: "select-mode-all",
|
|
96452
96452
|
onClick: selectAll
|
|
@@ -96590,7 +96590,7 @@
|
|
|
96590
96590
|
}
|
|
96591
96591
|
});
|
|
96592
96592
|
|
|
96593
|
-
const UiBmsTable = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-
|
|
96593
|
+
const UiBmsTable = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-c7d4abaf"]]);
|
|
96594
96594
|
|
|
96595
96595
|
const _hoisted_1$a = { class: "filter-button-container" };
|
|
96596
96596
|
const _hoisted_2$8 = {
|