@ouestfrance/sipa-bms-ui 8.7.0 → 8.8.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.
- package/dist/mockServiceWorker.js +16 -12
- package/dist/sipa-bms-ui.css +67 -62
- package/dist/sipa-bms-ui.es.js +7 -7
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +7 -7
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +11 -11
- package/src/assets/scss/global-variables.scss +6 -0
- package/src/components/feedback/UiTooltip.vue +1 -1
- package/src/components/form/BmsSelect.vue +1 -1
- package/src/components/layout/BmsOverlay.vue +2 -2
- package/src/components/layout/UiPopoverMenu.vue +1 -1
- package/src/components/navigation/BmsMenu.vue +1 -1
- package/src/plugins/field/FieldComponent.vue +1 -1
- package/src/plugins/notifications/NotificationWidget.vue +1 -1
- package/src/showroom/pages/zindex.vue +39 -0
package/dist/sipa-bms-ui.umd.js
CHANGED
|
@@ -37848,7 +37848,7 @@
|
|
|
37848
37848
|
}
|
|
37849
37849
|
});
|
|
37850
37850
|
|
|
37851
|
-
const UiTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-
|
|
37851
|
+
const UiTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-44def116"]]);
|
|
37852
37852
|
|
|
37853
37853
|
const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
|
|
37854
37854
|
__name: "BmsTooltip",
|
|
@@ -85896,7 +85896,7 @@
|
|
|
85896
85896
|
setFocus();
|
|
85897
85897
|
};
|
|
85898
85898
|
const emits = __emit;
|
|
85899
|
-
onClickOutside(inputElement,
|
|
85899
|
+
onClickOutside(inputElement, closeDatalist, {
|
|
85900
85900
|
ignore: [".datalist-option", ".icon-toggle-button"]
|
|
85901
85901
|
});
|
|
85902
85902
|
const displayValue = vue.computed(() => {
|
|
@@ -85958,7 +85958,7 @@
|
|
|
85958
85958
|
}
|
|
85959
85959
|
});
|
|
85960
85960
|
|
|
85961
|
-
const BmsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-
|
|
85961
|
+
const BmsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-81c90ccd"]]);
|
|
85962
85962
|
|
|
85963
85963
|
const _hoisted_1$C = ["value", "required", "placeholder"];
|
|
85964
85964
|
const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -89207,7 +89207,7 @@
|
|
|
89207
89207
|
}
|
|
89208
89208
|
});
|
|
89209
89209
|
|
|
89210
|
-
const BmsOverlay = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-
|
|
89210
|
+
const BmsOverlay = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-383b958c"]]);
|
|
89211
89211
|
|
|
89212
89212
|
const _hoisted_1$v = ["data-testid"];
|
|
89213
89213
|
const _hoisted_2$k = { class: "ui-modal__header" };
|
|
@@ -90045,7 +90045,7 @@
|
|
|
90045
90045
|
}
|
|
90046
90046
|
});
|
|
90047
90047
|
|
|
90048
|
-
const BmsMenu = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-
|
|
90048
|
+
const BmsMenu = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-02719cac"]]);
|
|
90049
90049
|
|
|
90050
90050
|
const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
90051
90051
|
__name: "UiTab",
|
|
@@ -90198,7 +90198,7 @@
|
|
|
90198
90198
|
}
|
|
90199
90199
|
});
|
|
90200
90200
|
|
|
90201
|
-
const UiPopoverMenu = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-
|
|
90201
|
+
const UiPopoverMenu = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-a5b2b7f5"]]);
|
|
90202
90202
|
|
|
90203
90203
|
const getInitials = (name) => {
|
|
90204
90204
|
if (name.length === 0) return "";
|
|
@@ -101915,7 +101915,7 @@
|
|
|
101915
101915
|
}
|
|
101916
101916
|
});
|
|
101917
101917
|
|
|
101918
|
-
const NotificationWidget = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
101918
|
+
const NotificationWidget = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-b20e6fa0"]]);
|
|
101919
101919
|
|
|
101920
101920
|
const BmsNotificationsInstance = Symbol();
|
|
101921
101921
|
const notifications = {
|