@ouestfrance/sipa-bms-ui 8.8.1 → 8.9.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/components/form/BmsMultiSelect.vue.d.ts +4 -4
- package/dist/components/form/BmsServerAutocomplete.vue.d.ts +30 -0
- package/dist/components/form/RawAutocomplete.vue.d.ts +1 -0
- package/dist/components/table/BmsServerTable.vue.d.ts +5 -5
- package/dist/components/table/BmsTable.vue.d.ts +1 -1
- package/dist/composables/search.composable.d.ts +6 -0
- package/dist/models/table.model.d.ts +5 -2
- package/dist/sipa-bms-ui.css +42 -29
- package/dist/sipa-bms-ui.es.js +526 -384
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +532 -390
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/form/BmsMultiSelect.stories.js +6 -6
- package/src/components/form/BmsMultiSelect.vue +48 -23
- package/src/components/form/BmsSelect.vue +3 -3
- package/src/components/form/BmsServerAutocomplete.stories.js +74 -0
- package/src/components/form/BmsServerAutocomplete.vue +143 -0
- package/src/components/form/RawAutocomplete.vue +3 -2
- package/src/components/table/BmsTableFilters.vue +4 -0
- package/src/models/table.model.ts +6 -1
- package/src/showroom/pages/autocomplete.vue +27 -4
- package/src/showroom/pages/server-table.vue +17 -73
- package/src/showroom/server.js +24 -0
package/dist/sipa-bms-ui.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, computed, resolveComponent, createElementBlock, createBlock, unref, openBlock, mergeProps, renderSlot, withCtx, createElementVNode, useAttrs, normalizeClass, normalizeProps, guardReactiveProps, createVNode, h as h$1, createCommentVNode, resolveDynamicComponent, toDisplayString, useCssVars, createStaticVNode, onMounted, nextTick, watch, getCurrentInstance, getCurrentScope, onScopeDispose, hasInjectionContext, inject, onUnmounted, shallowRef, toValue, watchEffect, ref, Transition, withDirectives, normalizeStyle, vShow, Fragment, Teleport, createTextVNode, renderList, withModifiers, mergeModels, useModel,
|
|
1
|
+
import { defineComponent, computed, resolveComponent, createElementBlock, createBlock, unref, openBlock, mergeProps, renderSlot, withCtx, createElementVNode, useAttrs, normalizeClass, normalizeProps, guardReactiveProps, createVNode, h as h$1, createCommentVNode, resolveDynamicComponent, toDisplayString, useCssVars, createStaticVNode, onMounted, nextTick, watch, getCurrentInstance, getCurrentScope, onScopeDispose, hasInjectionContext, inject, onUnmounted, shallowRef, toValue, watchEffect, ref, Transition, withDirectives, normalizeStyle, vShow, Fragment, Teleport, createTextVNode, renderList, withModifiers, mergeModels, useModel, createSlots, useSlots, vModelCheckbox, toRaw, onBeforeUnmount, vModelRadio, withKeys, vModelText, reactive, isVNode, isRef, TransitionGroup, createApp } from 'vue';
|
|
2
2
|
import { useRouter, useRoute } from 'vue-router';
|
|
3
3
|
|
|
4
4
|
var CocardeBorder = /* @__PURE__ */ ((CocardeBorder2) => {
|
|
@@ -309,9 +309,9 @@ const enforceActionsColumnHeader = (headers) => {
|
|
|
309
309
|
return headers.filter((h) => !h?.action).concat(actionsHeaders.length ? actionsHeaders[0] : []);
|
|
310
310
|
};
|
|
311
311
|
|
|
312
|
-
const _hoisted_1$
|
|
313
|
-
const _hoisted_2$
|
|
314
|
-
const _sfc_main$
|
|
312
|
+
const _hoisted_1$Y = ["href", "target"];
|
|
313
|
+
const _hoisted_2$D = ["href", "onClick", "target"];
|
|
314
|
+
const _sfc_main$1n = /* @__PURE__ */ defineComponent({
|
|
315
315
|
__name: "BmsLink",
|
|
316
316
|
props: {
|
|
317
317
|
to: {},
|
|
@@ -339,7 +339,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
|
339
339
|
target: _ctx.target
|
|
340
340
|
}, _ctx.$attrs), [
|
|
341
341
|
renderSlot(_ctx.$slots, "default")
|
|
342
|
-
], 16, _hoisted_1$
|
|
342
|
+
], 16, _hoisted_1$Y)) : (openBlock(), createBlock(_component_router_link, {
|
|
343
343
|
key: 1,
|
|
344
344
|
custom: "",
|
|
345
345
|
to: _ctx.to
|
|
@@ -352,7 +352,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
|
352
352
|
target: _ctx.target
|
|
353
353
|
}, _ctx.$attrs), [
|
|
354
354
|
renderSlot(_ctx.$slots, "default")
|
|
355
|
-
], 16, _hoisted_2$
|
|
355
|
+
], 16, _hoisted_2$D)
|
|
356
356
|
]),
|
|
357
357
|
_: 3
|
|
358
358
|
}, 8, ["to"]));
|
|
@@ -360,8 +360,8 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
|
360
360
|
}
|
|
361
361
|
});
|
|
362
362
|
|
|
363
|
-
const _hoisted_1$
|
|
364
|
-
const _sfc_main$
|
|
363
|
+
const _hoisted_1$X = ["type"];
|
|
364
|
+
const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
365
365
|
__name: "UiButtonLink",
|
|
366
366
|
props: {
|
|
367
367
|
type: {},
|
|
@@ -385,7 +385,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
|
385
385
|
type: _ctx.type
|
|
386
386
|
}, [
|
|
387
387
|
renderSlot(_ctx.$slots, "default")
|
|
388
|
-
], 10, _hoisted_1$
|
|
388
|
+
], 10, _hoisted_1$X)) : (openBlock(), createBlock(_sfc_main$1n, {
|
|
389
389
|
key: 1,
|
|
390
390
|
to: _ctx.to,
|
|
391
391
|
target: _ctx.target,
|
|
@@ -400,10 +400,10 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
|
400
400
|
}
|
|
401
401
|
});
|
|
402
402
|
|
|
403
|
-
const _hoisted_1$
|
|
404
|
-
const _hoisted_2$
|
|
403
|
+
const _hoisted_1$W = { class: "start" };
|
|
404
|
+
const _hoisted_2$C = { class: "content" };
|
|
405
405
|
const _hoisted_3$j = { class: "end" };
|
|
406
|
-
const _sfc_main$
|
|
406
|
+
const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
407
407
|
__name: "UiButton",
|
|
408
408
|
props: {
|
|
409
409
|
type: { default: "button" },
|
|
@@ -415,12 +415,12 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
|
415
415
|
setup(__props) {
|
|
416
416
|
const props = __props;
|
|
417
417
|
return (_ctx, _cache) => {
|
|
418
|
-
return openBlock(), createBlock(_sfc_main$
|
|
418
|
+
return openBlock(), createBlock(_sfc_main$1m, normalizeProps(guardReactiveProps(props)), {
|
|
419
419
|
default: withCtx(() => [
|
|
420
|
-
createElementVNode("span", _hoisted_1$
|
|
420
|
+
createElementVNode("span", _hoisted_1$W, [
|
|
421
421
|
renderSlot(_ctx.$slots, "start")
|
|
422
422
|
]),
|
|
423
|
-
createElementVNode("span", _hoisted_2$
|
|
423
|
+
createElementVNode("span", _hoisted_2$C, [
|
|
424
424
|
renderSlot(_ctx.$slots, "default")
|
|
425
425
|
]),
|
|
426
426
|
createElementVNode("span", _hoisted_3$j, [
|
|
@@ -433,7 +433,7 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
|
433
433
|
}
|
|
434
434
|
});
|
|
435
435
|
|
|
436
|
-
const _sfc_main$
|
|
436
|
+
const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
437
437
|
__name: "BmsButton",
|
|
438
438
|
props: {
|
|
439
439
|
type: { default: "primary" },
|
|
@@ -456,7 +456,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
|
456
456
|
}
|
|
457
457
|
});
|
|
458
458
|
return (_ctx, _cache) => {
|
|
459
|
-
return openBlock(), createBlock(_sfc_main$
|
|
459
|
+
return openBlock(), createBlock(_sfc_main$1l, {
|
|
460
460
|
mode: uiMode.value,
|
|
461
461
|
color: _ctx.mode,
|
|
462
462
|
to: _ctx.to,
|
|
@@ -477,7 +477,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
|
477
477
|
}
|
|
478
478
|
});
|
|
479
479
|
|
|
480
|
-
const _sfc_main$
|
|
480
|
+
const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
481
481
|
__name: "BmsIconButton",
|
|
482
482
|
props: {
|
|
483
483
|
to: { default: null },
|
|
@@ -496,7 +496,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
|
496
496
|
direction: _ctx.tooltipDirection
|
|
497
497
|
}, {
|
|
498
498
|
default: withCtx(() => [
|
|
499
|
-
createVNode(_sfc_main$
|
|
499
|
+
createVNode(_sfc_main$1l, mergeProps(_ctx.$attrs, {
|
|
500
500
|
icon: "",
|
|
501
501
|
to: _ctx.to,
|
|
502
502
|
target: _ctx.target,
|
|
@@ -36719,10 +36719,10 @@ const lucideIcons = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.definePropert
|
|
|
36719
36719
|
icons: index
|
|
36720
36720
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
36721
36721
|
|
|
36722
|
-
const _hoisted_1$
|
|
36723
|
-
const _hoisted_2$
|
|
36722
|
+
const _hoisted_1$V = { class: "info-line" };
|
|
36723
|
+
const _hoisted_2$B = { class: "icon" };
|
|
36724
36724
|
const _hoisted_3$i = { class: "message" };
|
|
36725
|
-
const _sfc_main$
|
|
36725
|
+
const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
36726
36726
|
__name: "BmsAlert",
|
|
36727
36727
|
props: {
|
|
36728
36728
|
message: {},
|
|
@@ -36747,8 +36747,8 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
36747
36747
|
return openBlock(), createElementBlock("div", {
|
|
36748
36748
|
class: normalizeClass(["alert", `alert-${props.type}`])
|
|
36749
36749
|
}, [
|
|
36750
|
-
createElementVNode("div", _hoisted_1$
|
|
36751
|
-
createElementVNode("span", _hoisted_2$
|
|
36750
|
+
createElementVNode("div", _hoisted_1$V, [
|
|
36751
|
+
createElementVNode("span", _hoisted_2$B, [
|
|
36752
36752
|
(openBlock(), createBlock(resolveDynamicComponent(alertIcon.value), { size: 20 }))
|
|
36753
36753
|
]),
|
|
36754
36754
|
createElementVNode("span", _hoisted_3$i, [
|
|
@@ -36757,7 +36757,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
36757
36757
|
], true)
|
|
36758
36758
|
]),
|
|
36759
36759
|
renderSlot(_ctx.$slots, "action", {}, void 0, true),
|
|
36760
|
-
_ctx.dismissable ? (openBlock(), createBlock(_sfc_main$
|
|
36760
|
+
_ctx.dismissable ? (openBlock(), createBlock(_sfc_main$1j, {
|
|
36761
36761
|
key: 0,
|
|
36762
36762
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("dismiss"))
|
|
36763
36763
|
}, {
|
|
@@ -36781,13 +36781,13 @@ const _export_sfc = (sfc, props) => {
|
|
|
36781
36781
|
return target;
|
|
36782
36782
|
};
|
|
36783
36783
|
|
|
36784
|
-
const BmsAlert = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
36784
|
+
const BmsAlert = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-26caccdd"]]);
|
|
36785
36785
|
|
|
36786
|
-
const _hoisted_1$
|
|
36786
|
+
const _hoisted_1$U = {
|
|
36787
36787
|
key: 0,
|
|
36788
36788
|
class: "ui-badge__container"
|
|
36789
36789
|
};
|
|
36790
|
-
const _sfc_main$
|
|
36790
|
+
const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
36791
36791
|
__name: "BmsBadge",
|
|
36792
36792
|
props: {
|
|
36793
36793
|
pending: { default: 0 },
|
|
@@ -36802,7 +36802,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
36802
36802
|
return props.pending > 99 ? "99+" : props.pending;
|
|
36803
36803
|
});
|
|
36804
36804
|
return (_ctx, _cache) => {
|
|
36805
|
-
return _ctx.pending > 0 ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
36805
|
+
return _ctx.pending > 0 ? (openBlock(), createElementBlock("span", _hoisted_1$U, [
|
|
36806
36806
|
renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
36807
36807
|
_ctx.pending > 0 ? (openBlock(), createElementBlock("span", {
|
|
36808
36808
|
key: 0,
|
|
@@ -36813,14 +36813,14 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
36813
36813
|
}
|
|
36814
36814
|
});
|
|
36815
36815
|
|
|
36816
|
-
const BmsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
36816
|
+
const BmsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-8a6297ca"]]);
|
|
36817
36817
|
|
|
36818
|
-
const _hoisted_1$
|
|
36818
|
+
const _hoisted_1$T = {
|
|
36819
36819
|
key: 0,
|
|
36820
36820
|
class: "icon"
|
|
36821
36821
|
};
|
|
36822
|
-
const _hoisted_2$
|
|
36823
|
-
const _sfc_main$
|
|
36822
|
+
const _hoisted_2$A = ["innerHTML"];
|
|
36823
|
+
const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
36824
36824
|
__name: "BmsCaption",
|
|
36825
36825
|
props: {
|
|
36826
36826
|
caption: {}
|
|
@@ -36851,35 +36851,35 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
|
36851
36851
|
return openBlock(), createElementBlock("div", {
|
|
36852
36852
|
class: normalizeClass(["caption", `caption-${computedCaption.value.mode}`])
|
|
36853
36853
|
}, [
|
|
36854
|
-
computedCaption.value.mode != unref(StatusType).Default ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
36854
|
+
computedCaption.value.mode != unref(StatusType).Default ? (openBlock(), createElementBlock("span", _hoisted_1$T, [
|
|
36855
36855
|
createVNode(unref(alertIcon), { size: 13 })
|
|
36856
36856
|
])) : createCommentVNode("", true),
|
|
36857
36857
|
createElementVNode("span", {
|
|
36858
36858
|
class: "label",
|
|
36859
36859
|
innerHTML: unref(sanitizeHtml)(computedCaption.value.label)
|
|
36860
|
-
}, null, 8, _hoisted_2$
|
|
36860
|
+
}, null, 8, _hoisted_2$A)
|
|
36861
36861
|
], 2);
|
|
36862
36862
|
};
|
|
36863
36863
|
}
|
|
36864
36864
|
});
|
|
36865
36865
|
|
|
36866
|
-
const BmsCaption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
36866
|
+
const BmsCaption = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["__scopeId", "data-v-b08dd4e0"]]);
|
|
36867
36867
|
|
|
36868
|
-
const _hoisted_1$
|
|
36869
|
-
const _hoisted_2$
|
|
36868
|
+
const _hoisted_1$S = { class: "circular-progress" };
|
|
36869
|
+
const _hoisted_2$z = {
|
|
36870
36870
|
key: 0,
|
|
36871
36871
|
viewBox: "0 0 100 100"
|
|
36872
36872
|
};
|
|
36873
36873
|
const _hoisted_3$h = { transform: "rotate(-90, 50, 50)" };
|
|
36874
36874
|
const _hoisted_4$c = ["stroke-dashoffset"];
|
|
36875
36875
|
const _hoisted_5$8 = { class: "percent" };
|
|
36876
|
-
const _sfc_main$
|
|
36876
|
+
const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
36877
36877
|
__name: "BmsCircularProgress",
|
|
36878
36878
|
props: ["progress"],
|
|
36879
36879
|
setup(__props) {
|
|
36880
36880
|
return (_ctx, _cache) => {
|
|
36881
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
36882
|
-
__props.progress ? (openBlock(), createElementBlock("svg", _hoisted_2$
|
|
36881
|
+
return openBlock(), createElementBlock("div", _hoisted_1$S, [
|
|
36882
|
+
__props.progress ? (openBlock(), createElementBlock("svg", _hoisted_2$z, [
|
|
36883
36883
|
createElementVNode("g", _hoisted_3$h, [
|
|
36884
36884
|
_cache[0] || (_cache[0] = createElementVNode("circle", {
|
|
36885
36885
|
opacity: ".08",
|
|
@@ -36908,13 +36908,13 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
|
36908
36908
|
}
|
|
36909
36909
|
});
|
|
36910
36910
|
|
|
36911
|
-
const BmsCircularProgress = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
36911
|
+
const BmsCircularProgress = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-7869acfb"]]);
|
|
36912
36912
|
|
|
36913
|
-
const _hoisted_1$
|
|
36913
|
+
const _hoisted_1$R = { class: "bms-loader" };
|
|
36914
36914
|
function transformIntoPx(totransform) {
|
|
36915
36915
|
return typeof totransform === "string" ? totransform : `${totransform}px`;
|
|
36916
36916
|
}
|
|
36917
|
-
const _sfc_main$
|
|
36917
|
+
const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
36918
36918
|
__name: "BmsLoader",
|
|
36919
36919
|
props: {
|
|
36920
36920
|
size: { default: "inherit" }
|
|
@@ -36928,14 +36928,14 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
36928
36928
|
return transformIntoPx(props.size);
|
|
36929
36929
|
});
|
|
36930
36930
|
return (_ctx, _cache) => {
|
|
36931
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
36931
|
+
return openBlock(), createElementBlock("div", _hoisted_1$R, [..._cache[0] || (_cache[0] = [
|
|
36932
36932
|
createStaticVNode('<svg viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" data-v-7cc96135><defs data-v-7cc96135><linearGradient x1="8.042%" y1="0%" x2="65.682%" y2="23.865%" id="a" data-v-7cc96135><stop stop-color="currentColor" stop-opacity="0" offset="0%" data-v-7cc96135></stop><stop stop-color="currentColor" stop-opacity=".631" offset="63.146%" data-v-7cc96135></stop><stop stop-color="currentColor" offset="100%" data-v-7cc96135></stop></linearGradient></defs><g fill="none" fill-rule="evenodd" data-v-7cc96135><g transform="translate(1 1)" data-v-7cc96135><path d="M36 18c0-9.94-8.06-18-18-18" id="Oval-2" stroke="url(#a)" stroke-width="2" data-v-7cc96135><animateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="0.9s" repeatCount="indefinite" data-v-7cc96135></animateTransform></path><circle fill="#fff" cx="36" cy="18" r="1" data-v-7cc96135><animateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="0.9s" repeatCount="indefinite" data-v-7cc96135></animateTransform></circle></g></g></svg>', 1)
|
|
36933
36933
|
])]);
|
|
36934
36934
|
};
|
|
36935
36935
|
}
|
|
36936
36936
|
});
|
|
36937
36937
|
|
|
36938
|
-
const BmsLoader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
36938
|
+
const BmsLoader = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-7cc96135"]]);
|
|
36939
36939
|
|
|
36940
36940
|
function tryOnScopeDispose(fn) {
|
|
36941
36941
|
if (getCurrentScope()) {
|
|
@@ -37769,7 +37769,7 @@ const useTooltipHelper = () => {
|
|
|
37769
37769
|
};
|
|
37770
37770
|
};
|
|
37771
37771
|
|
|
37772
|
-
const _sfc_main$
|
|
37772
|
+
const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
37773
37773
|
__name: "UiTooltip",
|
|
37774
37774
|
props: {
|
|
37775
37775
|
visible: { type: Boolean, default: true },
|
|
@@ -37845,9 +37845,9 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
|
37845
37845
|
}
|
|
37846
37846
|
});
|
|
37847
37847
|
|
|
37848
|
-
const UiTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37848
|
+
const UiTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-44def116"]]);
|
|
37849
37849
|
|
|
37850
|
-
const _sfc_main$
|
|
37850
|
+
const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
37851
37851
|
__name: "BmsTooltip",
|
|
37852
37852
|
props: {
|
|
37853
37853
|
tooltipText: { default: "" },
|
|
@@ -37926,14 +37926,14 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
|
37926
37926
|
}
|
|
37927
37927
|
});
|
|
37928
37928
|
|
|
37929
|
-
const BmsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37929
|
+
const BmsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-b033f8af"]]);
|
|
37930
37930
|
|
|
37931
|
-
const _hoisted_1$
|
|
37931
|
+
const _hoisted_1$Q = {
|
|
37932
37932
|
class: "options-list",
|
|
37933
37933
|
"data-testid": "select-options"
|
|
37934
37934
|
};
|
|
37935
|
-
const _hoisted_2$
|
|
37936
|
-
const _sfc_main$
|
|
37935
|
+
const _hoisted_2$y = ["data-testid", "onClick"];
|
|
37936
|
+
const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
37937
37937
|
__name: "FieldDatalist",
|
|
37938
37938
|
props: {
|
|
37939
37939
|
options: {},
|
|
@@ -38000,7 +38000,7 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
|
38000
38000
|
() => props.canAddNewOption && props.newOption && !props.options.find((o) => o.value === props.newOption)
|
|
38001
38001
|
);
|
|
38002
38002
|
return (_ctx, _cache) => {
|
|
38003
|
-
return openBlock(), createElementBlock("ul", _hoisted_1$
|
|
38003
|
+
return openBlock(), createElementBlock("ul", _hoisted_1$Q, [
|
|
38004
38004
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options, (option, index) => {
|
|
38005
38005
|
return openBlock(), createElementBlock("li", {
|
|
38006
38006
|
key: index,
|
|
@@ -38015,7 +38015,7 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
|
38015
38015
|
renderSlot(_ctx.$slots, "option", { option }, () => [
|
|
38016
38016
|
createTextVNode(toDisplayString(option.label === null ? "N/A" : option.label), 1)
|
|
38017
38017
|
], true)
|
|
38018
|
-
], 10, _hoisted_2$
|
|
38018
|
+
], 10, _hoisted_2$y);
|
|
38019
38019
|
}), 128)),
|
|
38020
38020
|
displayNewOption.value ? (openBlock(), createElementBlock("li", {
|
|
38021
38021
|
key: 0,
|
|
@@ -38030,13 +38030,13 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
|
38030
38030
|
}
|
|
38031
38031
|
});
|
|
38032
38032
|
|
|
38033
|
-
const FieldDatalist = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38033
|
+
const FieldDatalist = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-ba5302fc"]]);
|
|
38034
38034
|
|
|
38035
|
-
const _hoisted_1$
|
|
38036
|
-
const _hoisted_2$
|
|
38035
|
+
const _hoisted_1$P = { class: "field__input-label" };
|
|
38036
|
+
const _hoisted_2$x = { class: "field__input-icon field__input-icon--start" };
|
|
38037
38037
|
const _hoisted_3$g = ["type", "value", "placeholder", "required", "disabled", "max", "min", "minlength", "maxlength"];
|
|
38038
38038
|
const _hoisted_4$b = { class: "field__input-icon field__input-icon--end" };
|
|
38039
|
-
const _sfc_main$
|
|
38039
|
+
const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
38040
38040
|
__name: "RawInputText",
|
|
38041
38041
|
props: {
|
|
38042
38042
|
modelValue: {},
|
|
@@ -38084,10 +38084,10 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
|
38084
38084
|
return openBlock(), createElementBlock("span", {
|
|
38085
38085
|
class: normalizeClass(["input-wrapper", classes.value])
|
|
38086
38086
|
}, [
|
|
38087
|
-
createElementVNode("template", _hoisted_1$
|
|
38087
|
+
createElementVNode("template", _hoisted_1$P, [
|
|
38088
38088
|
renderSlot(_ctx.$slots, "label", {}, void 0, true)
|
|
38089
38089
|
]),
|
|
38090
|
-
createElementVNode("span", _hoisted_2$
|
|
38090
|
+
createElementVNode("span", _hoisted_2$x, [
|
|
38091
38091
|
renderSlot(_ctx.$slots, "icon-start", {}, void 0, true)
|
|
38092
38092
|
]),
|
|
38093
38093
|
createElementVNode("input", {
|
|
@@ -38115,16 +38115,16 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
|
38115
38115
|
}
|
|
38116
38116
|
});
|
|
38117
38117
|
|
|
38118
|
-
const RawInputText = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38118
|
+
const RawInputText = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__scopeId", "data-v-078d99d6"]]);
|
|
38119
38119
|
|
|
38120
|
-
const _sfc_main$
|
|
38120
|
+
const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
38121
38121
|
__name: "RawAutocomplete",
|
|
38122
38122
|
props: /* @__PURE__ */ mergeModels({
|
|
38123
38123
|
options: {},
|
|
38124
38124
|
label: {},
|
|
38125
38125
|
placeholder: {},
|
|
38126
38126
|
open: { type: Boolean, default: false },
|
|
38127
|
-
canAddNewOption: { type: Boolean },
|
|
38127
|
+
canAddNewOption: { type: Boolean, default: false },
|
|
38128
38128
|
newOption: {},
|
|
38129
38129
|
required: { type: Boolean },
|
|
38130
38130
|
optional: { type: Boolean },
|
|
@@ -38141,7 +38141,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
38141
38141
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
38142
38142
|
const props = __props;
|
|
38143
38143
|
const modelValue = useModel(__props, "modelValue");
|
|
38144
|
-
const rawInput =
|
|
38144
|
+
const rawInput = ref(null);
|
|
38145
38145
|
const emits = __emit;
|
|
38146
38146
|
const getValidOptionByLabel = (label) => props.options.find((o) => o.label === label);
|
|
38147
38147
|
const getValidOptionByValue = (value) => props.options.find((o) => o.value === value);
|
|
@@ -38285,11 +38285,11 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
38285
38285
|
}
|
|
38286
38286
|
});
|
|
38287
38287
|
|
|
38288
|
-
const RawAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38288
|
+
const RawAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__scopeId", "data-v-eb4d55e4"]]);
|
|
38289
38289
|
|
|
38290
|
-
const _hoisted_1$
|
|
38291
|
-
const _hoisted_2$
|
|
38292
|
-
const _sfc_main$
|
|
38290
|
+
const _hoisted_1$O = ["innerHTML"];
|
|
38291
|
+
const _hoisted_2$w = ["innerHTML"];
|
|
38292
|
+
const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
38293
38293
|
__name: "BmsAutocomplete",
|
|
38294
38294
|
props: /* @__PURE__ */ mergeModels({
|
|
38295
38295
|
options: {},
|
|
@@ -38352,7 +38352,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
38352
38352
|
key: 0,
|
|
38353
38353
|
class: "icon datalist-icon",
|
|
38354
38354
|
innerHTML: option.icon
|
|
38355
|
-
}, null, 8, _hoisted_2$
|
|
38355
|
+
}, null, 8, _hoisted_2$w)) : (openBlock(), createBlock(resolveDynamicComponent(option.icon), {
|
|
38356
38356
|
key: 1,
|
|
38357
38357
|
class: "icon datalist-icon"
|
|
38358
38358
|
}))
|
|
@@ -38368,7 +38368,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
38368
38368
|
key: 0,
|
|
38369
38369
|
class: "icon",
|
|
38370
38370
|
innerHTML: currentOptionIcon.value
|
|
38371
|
-
}, null, 8, _hoisted_1$
|
|
38371
|
+
}, null, 8, _hoisted_1$O)) : (openBlock(), createBlock(resolveDynamicComponent(currentOptionIcon.value), { key: 1 }))
|
|
38372
38372
|
]),
|
|
38373
38373
|
key: "0"
|
|
38374
38374
|
} : void 0
|
|
@@ -38377,9 +38377,9 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
38377
38377
|
}
|
|
38378
38378
|
});
|
|
38379
38379
|
|
|
38380
|
-
const BmsAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38380
|
+
const BmsAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-b0e1e6f3"]]);
|
|
38381
38381
|
|
|
38382
|
-
const _sfc_main$
|
|
38382
|
+
const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
38383
38383
|
__name: "BmsBetweenInput",
|
|
38384
38384
|
props: {
|
|
38385
38385
|
inputType: { default: InputType.NUMBER },
|
|
@@ -38476,9 +38476,9 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
38476
38476
|
}
|
|
38477
38477
|
});
|
|
38478
38478
|
|
|
38479
|
-
const BmsBetweenInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38479
|
+
const BmsBetweenInput = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-f25b520b"]]);
|
|
38480
38480
|
|
|
38481
|
-
const _sfc_main$
|
|
38481
|
+
const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
38482
38482
|
__name: "BmsChip",
|
|
38483
38483
|
props: {
|
|
38484
38484
|
color: { default: ChipColor.Grey }
|
|
@@ -38501,13 +38501,13 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
38501
38501
|
}
|
|
38502
38502
|
});
|
|
38503
38503
|
|
|
38504
|
-
const BmsChip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38504
|
+
const BmsChip = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-72b945cc"]]);
|
|
38505
38505
|
|
|
38506
|
-
const _hoisted_1$
|
|
38507
|
-
const _hoisted_2$
|
|
38506
|
+
const _hoisted_1$N = { class: "file-upload" };
|
|
38507
|
+
const _hoisted_2$v = { class: "file-upload__label" };
|
|
38508
38508
|
const _hoisted_3$f = { key: 1 };
|
|
38509
38509
|
const _hoisted_4$a = { class: "file-upload__file-name" };
|
|
38510
|
-
const _sfc_main$
|
|
38510
|
+
const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
38511
38511
|
__name: "BmsFilePicker",
|
|
38512
38512
|
props: {
|
|
38513
38513
|
modelValue: {},
|
|
@@ -38578,7 +38578,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
38578
38578
|
);
|
|
38579
38579
|
}
|
|
38580
38580
|
return (_ctx, _cache) => {
|
|
38581
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
38581
|
+
return openBlock(), createElementBlock("div", _hoisted_1$N, [
|
|
38582
38582
|
!_ctx.modelValue || !_ctx.modelValue.length ? (openBlock(), createElementBlock("div", {
|
|
38583
38583
|
key: 0,
|
|
38584
38584
|
class: normalizeClass(["file-upload__drop-area", { "is-active": isDragOver.value }]),
|
|
@@ -38587,7 +38587,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
38587
38587
|
onDragover: _cache[2] || (_cache[2] = withModifiers(() => {
|
|
38588
38588
|
}, ["prevent"]))
|
|
38589
38589
|
}, [
|
|
38590
|
-
createElementVNode("label", _hoisted_2$
|
|
38590
|
+
createElementVNode("label", _hoisted_2$v, [
|
|
38591
38591
|
isDragOver.value ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
38592
38592
|
createTextVNode("Déposer votre image ici")
|
|
38593
38593
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
@@ -38606,7 +38606,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
38606
38606
|
class: "file-upload__file"
|
|
38607
38607
|
}, [
|
|
38608
38608
|
createElementVNode("span", _hoisted_4$a, toDisplayString(file.name), 1),
|
|
38609
|
-
createVNode(unref(_sfc_main$
|
|
38609
|
+
createVNode(unref(_sfc_main$1j), {
|
|
38610
38610
|
onClick: ($event) => onDeleteFile(file)
|
|
38611
38611
|
}, {
|
|
38612
38612
|
default: withCtx(() => [
|
|
@@ -38622,14 +38622,14 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
38622
38622
|
}
|
|
38623
38623
|
});
|
|
38624
38624
|
|
|
38625
|
-
const BmsFilePicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38625
|
+
const BmsFilePicker = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-c892a845"]]);
|
|
38626
38626
|
|
|
38627
|
-
const _hoisted_1$
|
|
38628
|
-
const _hoisted_2$
|
|
38627
|
+
const _hoisted_1$M = ["disabled", "name", "value"];
|
|
38628
|
+
const _hoisted_2$u = {
|
|
38629
38629
|
key: 0,
|
|
38630
38630
|
class: "input-checkbox-info"
|
|
38631
38631
|
};
|
|
38632
|
-
const _sfc_main$
|
|
38632
|
+
const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
38633
38633
|
__name: "UiBmsInputCheckbox",
|
|
38634
38634
|
props: {
|
|
38635
38635
|
modelValue: { default: false },
|
|
@@ -38665,10 +38665,10 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
38665
38665
|
name: _ctx.name,
|
|
38666
38666
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
|
|
38667
38667
|
value: _ctx.value
|
|
38668
|
-
}, null, 8, _hoisted_1$
|
|
38668
|
+
}, null, 8, _hoisted_1$M), [
|
|
38669
38669
|
[vModelCheckbox, inputValue.value]
|
|
38670
38670
|
]),
|
|
38671
|
-
hasLabel.value ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
38671
|
+
hasLabel.value ? (openBlock(), createElementBlock("span", _hoisted_2$u, [
|
|
38672
38672
|
renderSlot(_ctx.$slots, "label", {}, () => [
|
|
38673
38673
|
createTextVNode(toDisplayString(_ctx.label), 1)
|
|
38674
38674
|
], true)
|
|
@@ -38679,9 +38679,9 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
38679
38679
|
}
|
|
38680
38680
|
});
|
|
38681
38681
|
|
|
38682
|
-
const UiBmsInputCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38682
|
+
const UiBmsInputCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-e1d94c62"]]);
|
|
38683
38683
|
|
|
38684
|
-
const _sfc_main$
|
|
38684
|
+
const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
38685
38685
|
__name: "BmsInputBooleanCheckbox",
|
|
38686
38686
|
props: {
|
|
38687
38687
|
modelValue: {},
|
|
@@ -38800,7 +38800,7 @@ function v4(options, buf, offset) {
|
|
|
38800
38800
|
return _v4(options, buf, offset);
|
|
38801
38801
|
}
|
|
38802
38802
|
|
|
38803
|
-
const _sfc_main$
|
|
38803
|
+
const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
38804
38804
|
__name: "BmsInputCheckboxGroup",
|
|
38805
38805
|
props: {
|
|
38806
38806
|
values: {},
|
|
@@ -38869,9 +38869,9 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
38869
38869
|
}
|
|
38870
38870
|
});
|
|
38871
38871
|
|
|
38872
|
-
const BmsInputCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38872
|
+
const BmsInputCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-43978315"]]);
|
|
38873
38873
|
|
|
38874
|
-
const _sfc_main$
|
|
38874
|
+
const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
38875
38875
|
__name: "BmsInputCheckboxCaption",
|
|
38876
38876
|
props: {
|
|
38877
38877
|
modelValue: {},
|
|
@@ -38947,9 +38947,9 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
38947
38947
|
}
|
|
38948
38948
|
});
|
|
38949
38949
|
|
|
38950
|
-
const BmsInputCheckboxCaption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38950
|
+
const BmsInputCheckboxCaption = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-6cb7c474"]]);
|
|
38951
38951
|
|
|
38952
|
-
const _sfc_main
|
|
38952
|
+
const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
38953
38953
|
__name: "BmsInputCheckboxCaptionGroup",
|
|
38954
38954
|
props: {
|
|
38955
38955
|
options: { default: () => [] },
|
|
@@ -39004,7 +39004,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
39004
39004
|
}
|
|
39005
39005
|
});
|
|
39006
39006
|
|
|
39007
|
-
const BmsInputCheckboxCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
39007
|
+
const BmsInputCheckboxCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-4183cc04"]]);
|
|
39008
39008
|
|
|
39009
39009
|
/**
|
|
39010
39010
|
The default maximum length of a `TreeBuffer` node.
|
|
@@ -67539,8 +67539,8 @@ const basicSetup = /*@__PURE__*/(() => [
|
|
|
67539
67539
|
*/
|
|
67540
67540
|
var h=Object.freeze({autofocus:false,disabled:false,indentWithTab:true,tabSize:2,placeholder:"",autoDestroy:true,extensions:[basicSetup]}),y=Symbol("vue-codemirror-global-config");var O,j=function(e){var t=e.onUpdate,n=e.onChange,o=e.onFocus,r=e.onBlur,u=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]]);}return n}(e,["onUpdate","onChange","onFocus","onBlur"]);return EditorState.create({doc:u.doc,selection:u.selection,extensions:(Array.isArray(u.extensions)?u.extensions:[u.extensions]).concat([EditorView.updateListener.of((function(e){t(e),e.docChanged&&n(e.state.doc.toString(),e),e.focusChanged&&(e.view.hasFocus?o(e):r(e));}))])})},S=function(e){var t=new Compartment;return {compartment:t,run:function(n){t.get(e.state)?e.dispatch({effects:t.reconfigure(n)}):e.dispatch({effects:StateEffect.appendConfig.of(t.of(n))});}}},x=function(e,t){var n=S(e),o=n.compartment,r=n.run;return function(n){var u=o.get(e.state);r((null!=n?n:u!==t)?t:[]);}},C={type:Boolean,default:void 0},D={autofocus:C,disabled:C,indentWithTab:C,tabSize:Number,placeholder:String,style:Object,autoDestroy:C,phrases:Object,root:Object,extensions:Array,selection:Object},U={modelValue:{type:String,default:""}},w=Object.assign(Object.assign({},D),U);!function(e){e.Change="change",e.Update="update",e.Focus="focus",e.Blur="blur",e.Ready="ready",e.ModelUpdate="update:modelValue";}(O||(O={}));var z={};z[O.Change]=function(e,t){return true},z[O.Update]=function(e){return true},z[O.Focus]=function(e){return true},z[O.Blur]=function(e){return true},z[O.Ready]=function(e){return true};var B={};B[O.ModelUpdate]=z[O.Change];var F=Object.assign(Object.assign({},z),B),P=defineComponent({name:"VueCodemirror",props:Object.assign({},w),emits:Object.assign({},F),setup:function(t,s){var f=shallowRef(),d=shallowRef(),C=shallowRef(),D=Object.assign(Object.assign({},h),inject(y,{})),U=computed((function(){var e={};return Object.keys(toRaw(t)).forEach((function(n){var o;"modelValue"!==n&&(e[n]=null!==(o=t[n])&&void 0!==o?o:D[n]);})),e}));return onMounted((function(){var e;d.value=j({doc:t.modelValue,selection:U.value.selection,extensions:null!==(e=D.extensions)&&void 0!==e?e:[],onFocus:function(e){return s.emit(O.Focus,e)},onBlur:function(e){return s.emit(O.Blur,e)},onUpdate:function(e){return s.emit(O.Update,e)},onChange:function(e,n){e!==t.modelValue&&(s.emit(O.Change,e,n),s.emit(O.ModelUpdate,e,n));}}),C.value=function(e){return new EditorView(Object.assign({},e))}({state:d.value,parent:f.value,root:U.value.root});var n=function(e){var t=function(){return e.state.doc.toString()},n=S(e).run,o=x(e,[EditorView.editable.of(false),EditorState.readOnly.of(true)]),r=x(e,keymap.of([indentWithTab])),u=S(e).run,a=S(e).run,i=S(e).run,c=S(e).run;return {focus:function(){return e.focus()},getDoc:t,setDoc:function(n){n!==t()&&e.dispatch({changes:{from:0,to:e.state.doc.length,insert:n}});},reExtensions:n,toggleDisabled:o,toggleIndentWithTab:r,setTabSize:function(e){u([EditorState.tabSize.of(e),indentUnit.of(" ".repeat(e))]);},setPhrases:function(e){a([EditorState.phrases.of(e)]);},setPlaceholder:function(e){i(placeholder(e));},setStyle:function(e){ void 0===e&&(e={}),c(EditorView.theme({"&":Object.assign({},e)}));}}}(C.value);watch((function(){return t.modelValue}),(function(e){e!==n.getDoc()&&n.setDoc(e);})),watch((function(){return t.extensions}),(function(e){return n.reExtensions(e||[])}),{immediate:true}),watch((function(){return U.value.disabled}),(function(e){return n.toggleDisabled(e)}),{immediate:true}),watch((function(){return U.value.indentWithTab}),(function(e){return n.toggleIndentWithTab(e)}),{immediate:true}),watch((function(){return U.value.tabSize}),(function(e){return n.setTabSize(e)}),{immediate:true}),watch((function(){return U.value.phrases}),(function(e){return n.setPhrases(e||{})}),{immediate:true}),watch((function(){return U.value.placeholder}),(function(e){return n.setPlaceholder(e)}),{immediate:true}),watch((function(){return U.value.style}),(function(e){return n.setStyle(e)}),{immediate:true}),U.value.autofocus&&n.focus(),s.emit(O.Ready,{state:d.value,view:C.value,container:f.value});})),onBeforeUnmount((function(){U.value.autoDestroy&&C.value&&function(e){e.destroy();}(C.value);})),function(){return h$1("div",{class:"v-codemirror",style:{display:"contents"},ref:f})}}}),T=P;
|
|
67541
67541
|
|
|
67542
|
-
const _hoisted_1$
|
|
67543
|
-
const _sfc_main
|
|
67542
|
+
const _hoisted_1$L = { class: "code-mirror" };
|
|
67543
|
+
const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
67544
67544
|
__name: "BmsInputCode",
|
|
67545
67545
|
props: /* @__PURE__ */ mergeModels({
|
|
67546
67546
|
type: {},
|
|
@@ -67573,7 +67573,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
67573
67573
|
const _component_field = resolveComponent("field");
|
|
67574
67574
|
return openBlock(), createBlock(_component_field, normalizeProps(guardReactiveProps(_ctx.$props)), {
|
|
67575
67575
|
default: withCtx(() => [
|
|
67576
|
-
createElementVNode("div", _hoisted_1$
|
|
67576
|
+
createElementVNode("div", _hoisted_1$L, [
|
|
67577
67577
|
createVNode(unref(T), {
|
|
67578
67578
|
modelValue: input.value,
|
|
67579
67579
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => input.value = $event),
|
|
@@ -67590,9 +67590,9 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
67590
67590
|
}
|
|
67591
67591
|
});
|
|
67592
67592
|
|
|
67593
|
-
const BmsInputCode = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
67593
|
+
const BmsInputCode = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-b2a2a2fa"]]);
|
|
67594
67594
|
|
|
67595
|
-
const _sfc_main$
|
|
67595
|
+
const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
67596
67596
|
__name: "BmsInputText",
|
|
67597
67597
|
props: {
|
|
67598
67598
|
inputType: { default: InputType.TEXT },
|
|
@@ -67705,7 +67705,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
67705
67705
|
}
|
|
67706
67706
|
});
|
|
67707
67707
|
|
|
67708
|
-
const _sfc_main$
|
|
67708
|
+
const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
67709
67709
|
__name: "BmsInputDateTime",
|
|
67710
67710
|
props: {
|
|
67711
67711
|
modelValue: {},
|
|
@@ -67731,7 +67731,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
67731
67731
|
if (!props.disabled && value) $emits("update:modelValue", value);
|
|
67732
67732
|
};
|
|
67733
67733
|
return (_ctx, _cache) => {
|
|
67734
|
-
return openBlock(), createBlock(_sfc_main$
|
|
67734
|
+
return openBlock(), createBlock(_sfc_main$_, {
|
|
67735
67735
|
modelValue: _ctx.modelValue,
|
|
67736
67736
|
label: _ctx.label,
|
|
67737
67737
|
required: _ctx.required,
|
|
@@ -67748,13 +67748,13 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
67748
67748
|
}
|
|
67749
67749
|
});
|
|
67750
67750
|
|
|
67751
|
-
const _hoisted_1$
|
|
67752
|
-
const _hoisted_2$
|
|
67751
|
+
const _hoisted_1$K = ["accept"];
|
|
67752
|
+
const _hoisted_2$t = ["src"];
|
|
67753
67753
|
const _hoisted_3$e = {
|
|
67754
67754
|
key: 1,
|
|
67755
67755
|
class: "file-upload__file-name"
|
|
67756
67756
|
};
|
|
67757
|
-
const _sfc_main$
|
|
67757
|
+
const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
67758
67758
|
__name: "BmsInputFile",
|
|
67759
67759
|
props: {
|
|
67760
67760
|
modelValue: {},
|
|
@@ -67892,7 +67892,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
67892
67892
|
type: "file",
|
|
67893
67893
|
accept: _ctx.accept,
|
|
67894
67894
|
onChange: _cache[0] || (_cache[0] = ($event) => onSelectFile($event))
|
|
67895
|
-
}, null, 40, _hoisted_1$
|
|
67895
|
+
}, null, 40, _hoisted_1$K)
|
|
67896
67896
|
], 34)) : createCommentVNode("", true),
|
|
67897
67897
|
_ctx.modelValue?.length ? (openBlock(), createElementBlock("div", {
|
|
67898
67898
|
key: 1,
|
|
@@ -67907,8 +67907,8 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
67907
67907
|
key: 0,
|
|
67908
67908
|
src: getImageSrc(file),
|
|
67909
67909
|
class: "file-upload__file-img"
|
|
67910
|
-
}, null, 8, _hoisted_2$
|
|
67911
|
-
createVNode(_sfc_main$
|
|
67910
|
+
}, null, 8, _hoisted_2$t)) : (openBlock(), createElementBlock("span", _hoisted_3$e, toDisplayString(file.name), 1)),
|
|
67911
|
+
createVNode(_sfc_main$1j, {
|
|
67912
67912
|
mode: unref(StatusType).Danger,
|
|
67913
67913
|
onClick: withModifiers(($event) => onDeleteFile(file), ["prevent"]),
|
|
67914
67914
|
class: "close-button"
|
|
@@ -67928,9 +67928,9 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
67928
67928
|
}
|
|
67929
67929
|
});
|
|
67930
67930
|
|
|
67931
|
-
const BmsInputFile = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
67931
|
+
const BmsInputFile = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-0c91cbf5"]]);
|
|
67932
67932
|
|
|
67933
|
-
const _sfc_main$
|
|
67933
|
+
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
67934
67934
|
__name: "BmsInputNumber",
|
|
67935
67935
|
props: {
|
|
67936
67936
|
modelValue: {},
|
|
@@ -67990,7 +67990,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
67990
67990
|
() => checkLimit()
|
|
67991
67991
|
);
|
|
67992
67992
|
return (_ctx, _cache) => {
|
|
67993
|
-
return openBlock(), createBlock(_sfc_main$
|
|
67993
|
+
return openBlock(), createBlock(_sfc_main$_, {
|
|
67994
67994
|
modelValue: _ctx.modelValue,
|
|
67995
67995
|
label: _ctx.label,
|
|
67996
67996
|
required: _ctx.required,
|
|
@@ -68009,12 +68009,12 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
68009
68009
|
}
|
|
68010
68010
|
});
|
|
68011
68011
|
|
|
68012
|
-
const _hoisted_1$
|
|
68013
|
-
const _hoisted_2$
|
|
68012
|
+
const _hoisted_1$J = ["value", "name", "disabled", "required"];
|
|
68013
|
+
const _hoisted_2$s = {
|
|
68014
68014
|
key: 0,
|
|
68015
68015
|
class: "input-radio-info"
|
|
68016
68016
|
};
|
|
68017
|
-
const _sfc_main$
|
|
68017
|
+
const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
68018
68018
|
__name: "BmsInputRadio",
|
|
68019
68019
|
props: {
|
|
68020
68020
|
modelValue: {},
|
|
@@ -68051,10 +68051,10 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
68051
68051
|
name: _ctx.name,
|
|
68052
68052
|
disabled: _ctx.disabled,
|
|
68053
68053
|
required: _ctx.required
|
|
68054
|
-
}, null, 8, _hoisted_1$
|
|
68054
|
+
}, null, 8, _hoisted_1$J), [
|
|
68055
68055
|
[vModelRadio, inputValue.value]
|
|
68056
68056
|
]),
|
|
68057
|
-
hasLabel.value ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
68057
|
+
hasLabel.value ? (openBlock(), createElementBlock("span", _hoisted_2$s, [
|
|
68058
68058
|
renderSlot(_ctx.$slots, "label", {}, () => [
|
|
68059
68059
|
createTextVNode(toDisplayString(_ctx.label), 1)
|
|
68060
68060
|
], true)
|
|
@@ -68065,9 +68065,9 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
68065
68065
|
}
|
|
68066
68066
|
});
|
|
68067
68067
|
|
|
68068
|
-
const BmsInputRadio = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68068
|
+
const BmsInputRadio = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-c0c9efa3"]]);
|
|
68069
68069
|
|
|
68070
|
-
const _sfc_main$
|
|
68070
|
+
const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
68071
68071
|
__name: "BmsInputRadioGroup",
|
|
68072
68072
|
props: {
|
|
68073
68073
|
values: { default: () => [] },
|
|
@@ -68136,9 +68136,9 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
68136
68136
|
}
|
|
68137
68137
|
});
|
|
68138
68138
|
|
|
68139
|
-
const BmsInputRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68139
|
+
const BmsInputRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-186163e2"]]);
|
|
68140
68140
|
|
|
68141
|
-
const _sfc_main$
|
|
68141
|
+
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
68142
68142
|
__name: "BmsInputRadioCaption",
|
|
68143
68143
|
props: {
|
|
68144
68144
|
modelValue: {},
|
|
@@ -68200,9 +68200,9 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
68200
68200
|
}
|
|
68201
68201
|
});
|
|
68202
68202
|
|
|
68203
|
-
const BmsInputRadioCaption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68203
|
+
const BmsInputRadioCaption = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-c3ba4fee"]]);
|
|
68204
68204
|
|
|
68205
|
-
const _sfc_main$
|
|
68205
|
+
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
68206
68206
|
__name: "BmsInputRadioCaptionGroup",
|
|
68207
68207
|
props: {
|
|
68208
68208
|
options: { default: () => [] },
|
|
@@ -68260,10 +68260,10 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
68260
68260
|
}
|
|
68261
68261
|
});
|
|
68262
68262
|
|
|
68263
|
-
const BmsInputRadioCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68263
|
+
const BmsInputRadioCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-a4287904"]]);
|
|
68264
68264
|
|
|
68265
|
-
const _hoisted_1$
|
|
68266
|
-
const _sfc_main$
|
|
68265
|
+
const _hoisted_1$I = ["disabled", "name"];
|
|
68266
|
+
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
68267
68267
|
__name: "UiBmsSwitch",
|
|
68268
68268
|
props: {
|
|
68269
68269
|
disabled: { type: Boolean, default: false },
|
|
@@ -68289,7 +68289,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
68289
68289
|
disabled: _ctx.disabled,
|
|
68290
68290
|
name: _ctx.name,
|
|
68291
68291
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event)
|
|
68292
|
-
}, null, 8, _hoisted_1$
|
|
68292
|
+
}, null, 8, _hoisted_1$I), [
|
|
68293
68293
|
[vModelCheckbox, inputValue.value]
|
|
68294
68294
|
]),
|
|
68295
68295
|
createElementVNode("div", {
|
|
@@ -68300,10 +68300,10 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
68300
68300
|
}
|
|
68301
68301
|
});
|
|
68302
68302
|
|
|
68303
|
-
const UiBmsSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68303
|
+
const UiBmsSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-19745934"]]);
|
|
68304
68304
|
|
|
68305
|
-
const _hoisted_1$
|
|
68306
|
-
const _sfc_main$
|
|
68305
|
+
const _hoisted_1$H = { class: "input-switch-info" };
|
|
68306
|
+
const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
68307
68307
|
__name: "BmsInputToggle",
|
|
68308
68308
|
props: {
|
|
68309
68309
|
name: {},
|
|
@@ -68329,7 +68329,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
68329
68329
|
createElementVNode("label", {
|
|
68330
68330
|
class: normalizeClass(["input-toggle", { isOn: _ctx.modelValue, disabled: _ctx.disabled }])
|
|
68331
68331
|
}, [
|
|
68332
|
-
createElementVNode("span", _hoisted_1$
|
|
68332
|
+
createElementVNode("span", _hoisted_1$H, toDisplayString(_ctx.label), 1),
|
|
68333
68333
|
createVNode(UiBmsSwitch, {
|
|
68334
68334
|
modelValue: _ctx.modelValue,
|
|
68335
68335
|
disabled: _ctx.disabled,
|
|
@@ -68344,10 +68344,10 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
68344
68344
|
}
|
|
68345
68345
|
});
|
|
68346
68346
|
|
|
68347
|
-
const BmsInputToggle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68347
|
+
const BmsInputToggle = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-9570e0a9"]]);
|
|
68348
68348
|
|
|
68349
|
-
const _hoisted_1$
|
|
68350
|
-
const _sfc_main$
|
|
68349
|
+
const _hoisted_1$G = { class: "dismiss-button" };
|
|
68350
|
+
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
68351
68351
|
__name: "BmsTag",
|
|
68352
68352
|
props: {
|
|
68353
68353
|
active: { type: Boolean, default: false },
|
|
@@ -68364,8 +68364,8 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
68364
68364
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("click"))
|
|
68365
68365
|
}, [
|
|
68366
68366
|
renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
68367
|
-
createElementVNode("span", _hoisted_1$
|
|
68368
|
-
_ctx.canBeDismissed ? (openBlock(), createBlock(unref(_sfc_main$
|
|
68367
|
+
createElementVNode("span", _hoisted_1$G, [
|
|
68368
|
+
_ctx.canBeDismissed ? (openBlock(), createBlock(unref(_sfc_main$1j), {
|
|
68369
68369
|
key: 0,
|
|
68370
68370
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => emits("dismiss"), ["stop"]))
|
|
68371
68371
|
}, {
|
|
@@ -68382,9 +68382,9 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
68382
68382
|
}
|
|
68383
68383
|
});
|
|
68384
68384
|
|
|
68385
|
-
const BmsTag = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68385
|
+
const BmsTag = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-e2517fee"]]);
|
|
68386
68386
|
|
|
68387
|
-
const _sfc_main$
|
|
68387
|
+
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
68388
68388
|
__name: "RawSelect",
|
|
68389
68389
|
props: {
|
|
68390
68390
|
options: {},
|
|
@@ -68440,11 +68440,11 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
68440
68440
|
}
|
|
68441
68441
|
});
|
|
68442
68442
|
|
|
68443
|
-
const RawSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68443
|
+
const RawSelect = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-95176719"]]);
|
|
68444
68444
|
|
|
68445
|
-
const _hoisted_1$
|
|
68446
|
-
const _hoisted_2$
|
|
68447
|
-
const _sfc_main$
|
|
68445
|
+
const _hoisted_1$F = { class: "tags" };
|
|
68446
|
+
const _hoisted_2$r = { class: "icon-container" };
|
|
68447
|
+
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
68448
68448
|
__name: "BmsMultiSelect",
|
|
68449
68449
|
props: /* @__PURE__ */ mergeModels({
|
|
68450
68450
|
options: {},
|
|
@@ -68458,22 +68458,24 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
68458
68458
|
disabled: { type: Boolean, default: false },
|
|
68459
68459
|
small: { type: Boolean }
|
|
68460
68460
|
}, {
|
|
68461
|
-
"modelValue": {
|
|
68462
|
-
required: true
|
|
68463
|
-
},
|
|
68461
|
+
"modelValue": { default: [] },
|
|
68464
68462
|
"modelModifiers": {}
|
|
68465
68463
|
}),
|
|
68466
68464
|
emits: ["update:modelValue"],
|
|
68467
68465
|
setup(__props) {
|
|
68468
68466
|
const props = __props;
|
|
68469
|
-
const inputElement =
|
|
68467
|
+
const inputElement = ref(null);
|
|
68470
68468
|
const isDatalistOpen = ref(false);
|
|
68471
68469
|
const closeDatalist = () => isDatalistOpen.value = false;
|
|
68472
68470
|
const openDatalist = () => isDatalistOpen.value = true;
|
|
68473
68471
|
const searching = ref("");
|
|
68474
68472
|
const modelValue = useModel(__props, "modelValue");
|
|
68473
|
+
onClickOutside(inputElement, closeDatalist, {
|
|
68474
|
+
ignore: [".datalist-option", ".icon-toggle-button"]
|
|
68475
|
+
});
|
|
68475
68476
|
const onBackspace = () => {
|
|
68476
|
-
modelValue.value.
|
|
68477
|
+
if (searching.value.length === 0 && modelValue.value && modelValue.value.length > 0)
|
|
68478
|
+
modelValue.value.splice(-1);
|
|
68477
68479
|
};
|
|
68478
68480
|
const setFocus = () => {
|
|
68479
68481
|
if (inputElement.value) {
|
|
@@ -68481,38 +68483,50 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
68481
68483
|
}
|
|
68482
68484
|
};
|
|
68483
68485
|
const onSelect = (option) => {
|
|
68484
|
-
|
|
68486
|
+
if (typeof option === "string") {
|
|
68487
|
+
modelValue.value = (modelValue.value ?? []).concat(option);
|
|
68488
|
+
} else if (option.value) {
|
|
68489
|
+
modelValue.value = (modelValue.value ?? []).concat(option.value);
|
|
68490
|
+
}
|
|
68485
68491
|
searching.value = "";
|
|
68486
68492
|
setFocus();
|
|
68487
68493
|
closeDatalist();
|
|
68488
68494
|
};
|
|
68489
68495
|
const removeOption = (value) => {
|
|
68490
|
-
modelValue.value = modelValue.value.filter((o) => o
|
|
68496
|
+
modelValue.value = (modelValue.value ?? []).filter((o) => o !== value);
|
|
68491
68497
|
};
|
|
68492
68498
|
const clearInput = () => {
|
|
68493
68499
|
modelValue.value = [];
|
|
68494
68500
|
searching.value = "";
|
|
68495
68501
|
};
|
|
68496
|
-
const
|
|
68497
|
-
(
|
|
68498
|
-
|
|
68499
|
-
)
|
|
68502
|
+
const selectedItems = computed(() => {
|
|
68503
|
+
if (!modelValue.value) return [];
|
|
68504
|
+
const items = [];
|
|
68505
|
+
modelValue.value.forEach((selectedValue) => {
|
|
68506
|
+
const item = optionsLabelValue.value.find(
|
|
68507
|
+
(option) => option.value === selectedValue
|
|
68508
|
+
);
|
|
68509
|
+
if (item) items.push(item);
|
|
68510
|
+
});
|
|
68511
|
+
return items;
|
|
68512
|
+
});
|
|
68513
|
+
const optionsLabelValue = computed(
|
|
68514
|
+
() => Array.isArray(props.options) && !!props.options.length && typeof props.options[0] === "string" ? props.options.map((o) => ({ label: o, value: o })) : props.options
|
|
68500
68515
|
);
|
|
68501
|
-
const
|
|
68502
|
-
() =>
|
|
68503
|
-
(o) => props.options.find((option) => option.value === o.value)
|
|
68504
|
-
)
|
|
68516
|
+
const filteredOptions = computed(
|
|
68517
|
+
() => optionsLabelValue.value.filter((o) => searchString(o.label, searching.value))
|
|
68505
68518
|
);
|
|
68506
68519
|
return (_ctx, _cache) => {
|
|
68507
68520
|
return openBlock(), createBlock(RawSelect, mergeProps(_ctx.$props, {
|
|
68508
|
-
options:
|
|
68521
|
+
options: filteredOptions.value,
|
|
68509
68522
|
"model-value": modelValue.value,
|
|
68510
68523
|
open: isDatalistOpen.value,
|
|
68511
|
-
onSelect
|
|
68524
|
+
onSelect,
|
|
68525
|
+
onClick: setFocus
|
|
68512
68526
|
}), {
|
|
68513
68527
|
input: withCtx(() => [
|
|
68514
|
-
createElementVNode("div", _hoisted_1$
|
|
68515
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
68528
|
+
createElementVNode("div", _hoisted_1$F, [
|
|
68529
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(selectedItems.value, (tag) => {
|
|
68516
68530
|
return openBlock(), createBlock(BmsTag, {
|
|
68517
68531
|
small: _ctx.small,
|
|
68518
68532
|
active: "",
|
|
@@ -68542,8 +68556,8 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
68542
68556
|
[vModelText, searching.value]
|
|
68543
68557
|
])
|
|
68544
68558
|
]),
|
|
68545
|
-
createElementVNode("span", _hoisted_2$
|
|
68546
|
-
modelValue.value.length ? (openBlock(), createBlock(unref(X), {
|
|
68559
|
+
createElementVNode("span", _hoisted_2$r, [
|
|
68560
|
+
modelValue.value && modelValue.value?.length ? (openBlock(), createBlock(unref(X), {
|
|
68547
68561
|
key: 0,
|
|
68548
68562
|
class: "icon icon-clear",
|
|
68549
68563
|
onClick: withModifiers(clearInput, ["stop"])
|
|
@@ -68578,9 +68592,9 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
68578
68592
|
}
|
|
68579
68593
|
});
|
|
68580
68594
|
|
|
68581
|
-
const BmsMultiSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68595
|
+
const BmsMultiSelect = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-aece870d"]]);
|
|
68582
68596
|
|
|
68583
|
-
const _sfc_main$
|
|
68597
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
68584
68598
|
__name: "BmsSearch",
|
|
68585
68599
|
props: {
|
|
68586
68600
|
modelValue: {},
|
|
@@ -68610,7 +68624,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
68610
68624
|
setFocus
|
|
68611
68625
|
});
|
|
68612
68626
|
return (_ctx, _cache) => {
|
|
68613
|
-
return openBlock(), createBlock(_sfc_main$
|
|
68627
|
+
return openBlock(), createBlock(_sfc_main$_, {
|
|
68614
68628
|
ref_key: "input",
|
|
68615
68629
|
ref: input,
|
|
68616
68630
|
modelValue: search.value,
|
|
@@ -68639,7 +68653,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
68639
68653
|
}
|
|
68640
68654
|
});
|
|
68641
68655
|
|
|
68642
|
-
const BmsSearch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68656
|
+
const BmsSearch = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-66c267f2"]]);
|
|
68643
68657
|
|
|
68644
68658
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
68645
68659
|
|
|
@@ -85859,9 +85873,9 @@ function requireLodash () {
|
|
|
85859
85873
|
var lodashExports = requireLodash();
|
|
85860
85874
|
const _ = /*@__PURE__*/getDefaultExportFromCjs(lodashExports);
|
|
85861
85875
|
|
|
85862
|
-
const _hoisted_1$
|
|
85863
|
-
const _hoisted_2$
|
|
85864
|
-
const _sfc_main$
|
|
85876
|
+
const _hoisted_1$E = ["value", "placeholder", "required"];
|
|
85877
|
+
const _hoisted_2$q = { class: "icon-toggle-container" };
|
|
85878
|
+
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
85865
85879
|
__name: "BmsSelect",
|
|
85866
85880
|
props: /* @__PURE__ */ mergeModels({
|
|
85867
85881
|
options: {},
|
|
@@ -85883,7 +85897,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
85883
85897
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
85884
85898
|
const props = __props;
|
|
85885
85899
|
const modelValue = useModel(__props, "modelValue");
|
|
85886
|
-
const inputElement =
|
|
85900
|
+
const inputElement = ref(null);
|
|
85887
85901
|
const isDatalistOpen = ref(props.open);
|
|
85888
85902
|
const closeDatalist = () => {
|
|
85889
85903
|
isDatalistOpen.value = false;
|
|
@@ -85936,8 +85950,8 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
85936
85950
|
onFocus: openDatalist,
|
|
85937
85951
|
onClick: openDatalist,
|
|
85938
85952
|
onKeyup: withKeys(openDatalist, ["down"])
|
|
85939
|
-
}, null, 40, _hoisted_1$
|
|
85940
|
-
createElementVNode("span", _hoisted_2$
|
|
85953
|
+
}, null, 40, _hoisted_1$E),
|
|
85954
|
+
createElementVNode("span", _hoisted_2$q, [
|
|
85941
85955
|
isDatalistOpen.value ? (openBlock(), createBlock(unref(ChevronUp), {
|
|
85942
85956
|
key: 0,
|
|
85943
85957
|
class: "icon-toggle-button",
|
|
@@ -85955,10 +85969,10 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
85955
85969
|
}
|
|
85956
85970
|
});
|
|
85957
85971
|
|
|
85958
|
-
const BmsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
85972
|
+
const BmsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-21c618e0"]]);
|
|
85959
85973
|
|
|
85960
|
-
const _hoisted_1$
|
|
85961
|
-
const _sfc_main$
|
|
85974
|
+
const _hoisted_1$D = ["value", "required", "placeholder"];
|
|
85975
|
+
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
85962
85976
|
__name: "BmsTextArea",
|
|
85963
85977
|
props: {
|
|
85964
85978
|
modelValue: {},
|
|
@@ -86012,7 +86026,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
86012
86026
|
onKeydown: _cache[0] || (_cache[0] = withKeys(withModifiers(() => {
|
|
86013
86027
|
}, ["stop"]), ["enter"])),
|
|
86014
86028
|
cols: "10"
|
|
86015
|
-
}, " " + toDisplayString(_ctx.modelValue) + "\n ", 43, _hoisted_1$
|
|
86029
|
+
}, " " + toDisplayString(_ctx.modelValue) + "\n ", 43, _hoisted_1$D)
|
|
86016
86030
|
]),
|
|
86017
86031
|
_: 1
|
|
86018
86032
|
}, 16);
|
|
@@ -86020,11 +86034,11 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
86020
86034
|
}
|
|
86021
86035
|
});
|
|
86022
86036
|
|
|
86023
|
-
const BmsTextArea = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
86037
|
+
const BmsTextArea = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-14d354f8"]]);
|
|
86024
86038
|
|
|
86025
|
-
const _hoisted_1$
|
|
86026
|
-
const _hoisted_2$
|
|
86027
|
-
const _sfc_main$
|
|
86039
|
+
const _hoisted_1$C = { class: "page__breadcrumb" };
|
|
86040
|
+
const _hoisted_2$p = { class: "page__header" };
|
|
86041
|
+
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
86028
86042
|
__name: "BmsContentPageLayout",
|
|
86029
86043
|
props: {
|
|
86030
86044
|
size: { default: "large" }
|
|
@@ -86036,11 +86050,11 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
86036
86050
|
return openBlock(), createElementBlock("div", {
|
|
86037
86051
|
class: normalizeClass(wrapperClasses.value)
|
|
86038
86052
|
}, [
|
|
86039
|
-
createElementVNode("div", _hoisted_1$
|
|
86053
|
+
createElementVNode("div", _hoisted_1$C, [
|
|
86040
86054
|
renderSlot(_ctx.$slots, "breadcrumb", {}, void 0, true)
|
|
86041
86055
|
]),
|
|
86042
86056
|
renderSlot(_ctx.$slots, "tabs", {}, void 0, true),
|
|
86043
|
-
createElementVNode("div", _hoisted_2$
|
|
86057
|
+
createElementVNode("div", _hoisted_2$p, [
|
|
86044
86058
|
renderSlot(_ctx.$slots, "header", {}, void 0, true)
|
|
86045
86059
|
]),
|
|
86046
86060
|
createElementVNode("main", null, [
|
|
@@ -86051,14 +86065,14 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
86051
86065
|
}
|
|
86052
86066
|
});
|
|
86053
86067
|
|
|
86054
|
-
const BmsContentPageLayout = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
86068
|
+
const BmsContentPageLayout = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-31057778"]]);
|
|
86055
86069
|
|
|
86056
|
-
const _hoisted_1$
|
|
86057
|
-
const _hoisted_2$
|
|
86070
|
+
const _hoisted_1$B = { class: "card__body__content" };
|
|
86071
|
+
const _hoisted_2$o = {
|
|
86058
86072
|
key: 0,
|
|
86059
86073
|
class: "card__body__action"
|
|
86060
86074
|
};
|
|
86061
|
-
const _sfc_main$
|
|
86075
|
+
const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
86062
86076
|
__name: "BmsCard",
|
|
86063
86077
|
props: {
|
|
86064
86078
|
animated: { type: Boolean, default: false },
|
|
@@ -86097,8 +86111,8 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
86097
86111
|
ref: mainComponent,
|
|
86098
86112
|
class: normalizeClass(["card__body", { animated: _ctx.animated, hasAction: !!_ctx.$slots.action }])
|
|
86099
86113
|
}, [
|
|
86100
|
-
createElementVNode("div", _hoisted_1$
|
|
86101
|
-
_ctx.to ? (openBlock(), createBlock(_sfc_main$
|
|
86114
|
+
createElementVNode("div", _hoisted_1$B, [
|
|
86115
|
+
_ctx.to ? (openBlock(), createBlock(_sfc_main$1n, {
|
|
86102
86116
|
key: 0,
|
|
86103
86117
|
class: "card__body__content__link",
|
|
86104
86118
|
to: _ctx.to
|
|
@@ -86109,7 +86123,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
86109
86123
|
_: 3
|
|
86110
86124
|
}, 8, ["to"])) : renderSlot(_ctx.$slots, "default", { key: 1 }, void 0, true)
|
|
86111
86125
|
]),
|
|
86112
|
-
!!_ctx.$slots.action ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
86126
|
+
!!_ctx.$slots.action ? (openBlock(), createElementBlock("div", _hoisted_2$o, [
|
|
86113
86127
|
renderSlot(_ctx.$slots, "action", {}, void 0, true)
|
|
86114
86128
|
])) : createCommentVNode("", true)
|
|
86115
86129
|
], 2)
|
|
@@ -86118,15 +86132,15 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
86118
86132
|
}
|
|
86119
86133
|
});
|
|
86120
86134
|
|
|
86121
|
-
const BmsCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
86135
|
+
const BmsCard = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-cff3f84d"]]);
|
|
86122
86136
|
|
|
86123
|
-
const _hoisted_1$
|
|
86124
|
-
const _hoisted_2$
|
|
86137
|
+
const _hoisted_1$A = { class: "form-section" };
|
|
86138
|
+
const _hoisted_2$n = {
|
|
86125
86139
|
key: 0,
|
|
86126
86140
|
style: "border"
|
|
86127
86141
|
};
|
|
86128
86142
|
const _hoisted_3$d = { class: "actions" };
|
|
86129
|
-
const _sfc_main$
|
|
86143
|
+
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
86130
86144
|
__name: "BmsForm",
|
|
86131
86145
|
setup(__props) {
|
|
86132
86146
|
const slots = useSlots();
|
|
@@ -86137,10 +86151,10 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
86137
86151
|
return slotName === "actions";
|
|
86138
86152
|
};
|
|
86139
86153
|
return (_ctx, _cache) => {
|
|
86140
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
86154
|
+
return openBlock(), createElementBlock("div", _hoisted_1$A, [
|
|
86141
86155
|
(openBlock(), createElementBlock(Fragment, null, renderList(slots, (_, name) => {
|
|
86142
86156
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
86143
|
-
!slotIsAction(name) ? (openBlock(), createElementBlock("section", _hoisted_2$
|
|
86157
|
+
!slotIsAction(name) ? (openBlock(), createElementBlock("section", _hoisted_2$n, [
|
|
86144
86158
|
renderSlot(_ctx.$slots, name, {}, void 0, true)
|
|
86145
86159
|
])) : createCommentVNode("", true)
|
|
86146
86160
|
], 64);
|
|
@@ -86153,16 +86167,16 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
86153
86167
|
}
|
|
86154
86168
|
});
|
|
86155
86169
|
|
|
86156
|
-
const BmsForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
86170
|
+
const BmsForm = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-b5bab57e"]]);
|
|
86157
86171
|
|
|
86158
|
-
const _sfc_main$
|
|
86172
|
+
const _sfc_main$H = { };
|
|
86159
86173
|
|
|
86160
86174
|
function _sfc_render(_ctx, _cache) {
|
|
86161
86175
|
return (openBlock(), createElementBlock("header", null, [
|
|
86162
86176
|
renderSlot(_ctx.$slots, "default", {}, undefined, true)
|
|
86163
86177
|
]))
|
|
86164
86178
|
}
|
|
86165
|
-
const BmsHeader = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
86179
|
+
const BmsHeader = /*#__PURE__*/_export_sfc(_sfc_main$H, [['render',_sfc_render],['__scopeId',"data-v-97c1615a"]]);
|
|
86166
86180
|
|
|
86167
86181
|
function isPlainObject$1(value) {
|
|
86168
86182
|
if (value === null || typeof value !== "object") {
|
|
@@ -88934,7 +88948,7 @@ defineComponent({
|
|
|
88934
88948
|
}
|
|
88935
88949
|
});
|
|
88936
88950
|
|
|
88937
|
-
const _hoisted_1$
|
|
88951
|
+
const _hoisted_1$z = {
|
|
88938
88952
|
xmlns: "http://www.w3.org/2000/svg",
|
|
88939
88953
|
width: "28",
|
|
88940
88954
|
height: "28",
|
|
@@ -88945,7 +88959,7 @@ const _hoisted_1$y = {
|
|
|
88945
88959
|
"stroke-linecap": "round",
|
|
88946
88960
|
"stroke-linejoin": "round"
|
|
88947
88961
|
};
|
|
88948
|
-
const _sfc_main$
|
|
88962
|
+
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
88949
88963
|
__name: "AnimatedCircleHelpIcon",
|
|
88950
88964
|
setup(__props) {
|
|
88951
88965
|
const defaultTransition = {
|
|
@@ -88985,7 +88999,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
88985
88999
|
role: "button",
|
|
88986
89000
|
tabindex: "0"
|
|
88987
89001
|
}, [
|
|
88988
|
-
(openBlock(), createElementBlock("svg", _hoisted_1$
|
|
89002
|
+
(openBlock(), createElementBlock("svg", _hoisted_1$z, [
|
|
88989
89003
|
_cache[1] || (_cache[1] = createElementVNode("circle", {
|
|
88990
89004
|
cx: "12",
|
|
88991
89005
|
cy: "12",
|
|
@@ -89009,7 +89023,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
89009
89023
|
}
|
|
89010
89024
|
});
|
|
89011
89025
|
|
|
89012
|
-
const _hoisted_1$
|
|
89026
|
+
const _hoisted_1$y = {
|
|
89013
89027
|
xmlns: "http://www.w3.org/2000/svg",
|
|
89014
89028
|
width: "28",
|
|
89015
89029
|
height: "28",
|
|
@@ -89020,7 +89034,7 @@ const _hoisted_1$x = {
|
|
|
89020
89034
|
"stroke-linecap": "round",
|
|
89021
89035
|
"stroke-linejoin": "round"
|
|
89022
89036
|
};
|
|
89023
|
-
const _sfc_main$
|
|
89037
|
+
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
89024
89038
|
__name: "AnimatedActivityIcon",
|
|
89025
89039
|
setup(__props) {
|
|
89026
89040
|
const variants = {
|
|
@@ -89067,7 +89081,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
89067
89081
|
role: "button",
|
|
89068
89082
|
tabindex: "0"
|
|
89069
89083
|
}, [
|
|
89070
|
-
(openBlock(), createElementBlock("svg", _hoisted_1$
|
|
89084
|
+
(openBlock(), createElementBlock("svg", _hoisted_1$y, [
|
|
89071
89085
|
createVNode(unref(MotionComponent), {
|
|
89072
89086
|
is: "path",
|
|
89073
89087
|
ref_key: "target",
|
|
@@ -89080,7 +89094,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
89080
89094
|
}
|
|
89081
89095
|
});
|
|
89082
89096
|
|
|
89083
|
-
const _sfc_main$
|
|
89097
|
+
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
89084
89098
|
__name: "BmsShortLinkMenu",
|
|
89085
89099
|
props: {
|
|
89086
89100
|
outline: { type: Boolean, default: false },
|
|
@@ -89093,7 +89107,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
89093
89107
|
key: 0,
|
|
89094
89108
|
class: normalizeClass(["bms-short-link-menu", { "bms-short-link-menu__outline": _ctx.outline }])
|
|
89095
89109
|
}, [
|
|
89096
|
-
!!_ctx.helpLink ? (openBlock(), createBlock(_sfc_main$
|
|
89110
|
+
!!_ctx.helpLink ? (openBlock(), createBlock(_sfc_main$1j, {
|
|
89097
89111
|
key: 0,
|
|
89098
89112
|
"tooltip-text": "Voir la documentation",
|
|
89099
89113
|
to: _ctx.helpLink,
|
|
@@ -89101,12 +89115,12 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
89101
89115
|
}, {
|
|
89102
89116
|
default: withCtx(() => [
|
|
89103
89117
|
renderSlot(_ctx.$slots, "documentationIcon", {}, () => [
|
|
89104
|
-
createVNode(_sfc_main$
|
|
89118
|
+
createVNode(_sfc_main$G)
|
|
89105
89119
|
], true)
|
|
89106
89120
|
]),
|
|
89107
89121
|
_: 3
|
|
89108
89122
|
}, 8, ["to"])) : createCommentVNode("", true),
|
|
89109
|
-
!!_ctx.activityLink ? (openBlock(), createBlock(_sfc_main$
|
|
89123
|
+
!!_ctx.activityLink ? (openBlock(), createBlock(_sfc_main$1j, {
|
|
89110
89124
|
key: 1,
|
|
89111
89125
|
"tooltip-text": "Voir l'activité",
|
|
89112
89126
|
to: _ctx.activityLink,
|
|
@@ -89114,7 +89128,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
89114
89128
|
}, {
|
|
89115
89129
|
default: withCtx(() => [
|
|
89116
89130
|
renderSlot(_ctx.$slots, "activityIcon", {}, () => [
|
|
89117
|
-
createVNode(_sfc_main$
|
|
89131
|
+
createVNode(_sfc_main$F)
|
|
89118
89132
|
], true)
|
|
89119
89133
|
]),
|
|
89120
89134
|
_: 3
|
|
@@ -89124,10 +89138,10 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
89124
89138
|
}
|
|
89125
89139
|
});
|
|
89126
89140
|
|
|
89127
|
-
const BmsShortLinkMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89141
|
+
const BmsShortLinkMenu = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-d23e08a5"]]);
|
|
89128
89142
|
|
|
89129
|
-
const _hoisted_1$
|
|
89130
|
-
const _hoisted_2$
|
|
89143
|
+
const _hoisted_1$x = { class: "bms-header" };
|
|
89144
|
+
const _hoisted_2$m = { class: "bms-header__title" };
|
|
89131
89145
|
const _hoisted_3$c = { class: "bms-header__title__label" };
|
|
89132
89146
|
const _hoisted_4$9 = { key: 0 };
|
|
89133
89147
|
const _hoisted_5$7 = {
|
|
@@ -89142,7 +89156,7 @@ const _hoisted_7$5 = {
|
|
|
89142
89156
|
key: 0,
|
|
89143
89157
|
class: "bms-header__subtitle"
|
|
89144
89158
|
};
|
|
89145
|
-
const _sfc_main$
|
|
89159
|
+
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
89146
89160
|
__name: "BmsHeaderTitle",
|
|
89147
89161
|
props: {
|
|
89148
89162
|
title: {},
|
|
@@ -89156,8 +89170,8 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
89156
89170
|
return props.documentationUrl || props.activityUrl;
|
|
89157
89171
|
});
|
|
89158
89172
|
return (_ctx, _cache) => {
|
|
89159
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
89160
|
-
createElementVNode("span", _hoisted_2$
|
|
89173
|
+
return openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
89174
|
+
createElementVNode("span", _hoisted_2$m, [
|
|
89161
89175
|
renderSlot(_ctx.$slots, "logo", {}, void 0, true),
|
|
89162
89176
|
createElementVNode("span", _hoisted_3$c, [
|
|
89163
89177
|
_ctx.label ? (openBlock(), createElementBlock("span", _hoisted_4$9, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
|
|
@@ -89184,9 +89198,9 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
89184
89198
|
}
|
|
89185
89199
|
});
|
|
89186
89200
|
|
|
89187
|
-
const BmsHeaderTitle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89201
|
+
const BmsHeaderTitle = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-1368f77d"]]);
|
|
89188
89202
|
|
|
89189
|
-
const _sfc_main$
|
|
89203
|
+
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
89190
89204
|
__name: "BmsOverlay",
|
|
89191
89205
|
props: {
|
|
89192
89206
|
active: { type: Boolean },
|
|
@@ -89204,10 +89218,10 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
89204
89218
|
}
|
|
89205
89219
|
});
|
|
89206
89220
|
|
|
89207
|
-
const BmsOverlay = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89221
|
+
const BmsOverlay = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-383b958c"]]);
|
|
89208
89222
|
|
|
89209
|
-
const _hoisted_1$
|
|
89210
|
-
const _hoisted_2$
|
|
89223
|
+
const _hoisted_1$w = ["data-testid"];
|
|
89224
|
+
const _hoisted_2$l = { class: "ui-modal__header" };
|
|
89211
89225
|
const _hoisted_3$b = { class: "ui-modal__header-inner" };
|
|
89212
89226
|
const _hoisted_4$8 = { class: "ui-modal__title" };
|
|
89213
89227
|
const _hoisted_5$6 = { class: "ui-modal__content" };
|
|
@@ -89218,7 +89232,7 @@ const _hoisted_8$3 = {
|
|
|
89218
89232
|
class: "ui-modal__loader"
|
|
89219
89233
|
};
|
|
89220
89234
|
const _hoisted_9$2 = { key: 0 };
|
|
89221
|
-
const _sfc_main$
|
|
89235
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
89222
89236
|
__name: "BmsModal",
|
|
89223
89237
|
props: {
|
|
89224
89238
|
modelValue: { default: null },
|
|
@@ -89341,7 +89355,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
89341
89355
|
ref_key: "innerModal",
|
|
89342
89356
|
ref: innerModal
|
|
89343
89357
|
}, [
|
|
89344
|
-
createElementVNode("header", _hoisted_2$
|
|
89358
|
+
createElementVNode("header", _hoisted_2$l, [
|
|
89345
89359
|
createElementVNode("div", _hoisted_3$b, [
|
|
89346
89360
|
renderSlot(_ctx.$slots, "header", {}, () => [
|
|
89347
89361
|
createElementVNode("h1", _hoisted_4$8, [
|
|
@@ -89358,7 +89372,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
89358
89372
|
])
|
|
89359
89373
|
], true)
|
|
89360
89374
|
]),
|
|
89361
|
-
createVNode(_sfc_main$
|
|
89375
|
+
createVNode(_sfc_main$1j, {
|
|
89362
89376
|
disabled: !isModalClosable.value,
|
|
89363
89377
|
onClick: dismissModal,
|
|
89364
89378
|
"data-testid": "close-modal"
|
|
@@ -89384,7 +89398,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
89384
89398
|
modalData: props.modelValue
|
|
89385
89399
|
}, () => [
|
|
89386
89400
|
(openBlock(true), createElementBlock(Fragment, null, renderList(buttons.value, (button) => {
|
|
89387
|
-
return openBlock(), createBlock(_sfc_main$
|
|
89401
|
+
return openBlock(), createBlock(_sfc_main$1k, {
|
|
89388
89402
|
key: button.label + button.role,
|
|
89389
89403
|
type: button.role === "cancel" ? "secondary" : "primary",
|
|
89390
89404
|
disabled: !isModalClosable.value || button.disabled,
|
|
@@ -89412,7 +89426,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
89412
89426
|
_: 1
|
|
89413
89427
|
})
|
|
89414
89428
|
], 512)
|
|
89415
|
-
], 10, _hoisted_1$
|
|
89429
|
+
], 10, _hoisted_1$w)
|
|
89416
89430
|
]),
|
|
89417
89431
|
_: 3
|
|
89418
89432
|
}, 8, ["active", "priority"])
|
|
@@ -89424,10 +89438,10 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
89424
89438
|
}
|
|
89425
89439
|
});
|
|
89426
89440
|
|
|
89427
|
-
const BmsModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89441
|
+
const BmsModal = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-96b6d748"]]);
|
|
89428
89442
|
|
|
89429
|
-
const _hoisted_1$
|
|
89430
|
-
const _sfc_main$
|
|
89443
|
+
const _hoisted_1$v = { class: "header" };
|
|
89444
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
89431
89445
|
__name: "BmsSection",
|
|
89432
89446
|
props: {
|
|
89433
89447
|
style: { default: "flat" }
|
|
@@ -89437,7 +89451,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
89437
89451
|
return openBlock(), createElementBlock("section", {
|
|
89438
89452
|
class: normalizeClass(_ctx.style)
|
|
89439
89453
|
}, [
|
|
89440
|
-
createElementVNode("div", _hoisted_1$
|
|
89454
|
+
createElementVNode("div", _hoisted_1$v, [
|
|
89441
89455
|
renderSlot(_ctx.$slots, "header", {}, void 0, true)
|
|
89442
89456
|
]),
|
|
89443
89457
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -89446,11 +89460,11 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
89446
89460
|
}
|
|
89447
89461
|
});
|
|
89448
89462
|
|
|
89449
|
-
const BmsSection = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89463
|
+
const BmsSection = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-2e9192be"]]);
|
|
89450
89464
|
|
|
89451
|
-
const _hoisted_1$
|
|
89452
|
-
const _hoisted_2$
|
|
89453
|
-
const _sfc_main$
|
|
89465
|
+
const _hoisted_1$u = { class: "step" };
|
|
89466
|
+
const _hoisted_2$k = { class: "step-buttons" };
|
|
89467
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
89454
89468
|
__name: "BmsStep",
|
|
89455
89469
|
props: {
|
|
89456
89470
|
previousLabel: { default: "Précédent" },
|
|
@@ -89462,11 +89476,11 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
89462
89476
|
emits: ["previous", "next"],
|
|
89463
89477
|
setup(__props) {
|
|
89464
89478
|
return (_ctx, _cache) => {
|
|
89465
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
89479
|
+
return openBlock(), createElementBlock("div", _hoisted_1$u, [
|
|
89466
89480
|
renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
89467
89481
|
renderSlot(_ctx.$slots, "actions", {}, () => [
|
|
89468
|
-
createElementVNode("div", _hoisted_2$
|
|
89469
|
-
_ctx.previousLabel ? (openBlock(), createBlock(_sfc_main$
|
|
89482
|
+
createElementVNode("div", _hoisted_2$k, [
|
|
89483
|
+
_ctx.previousLabel ? (openBlock(), createBlock(_sfc_main$1k, {
|
|
89470
89484
|
key: 0,
|
|
89471
89485
|
"data-test": "previous-button",
|
|
89472
89486
|
name: "previous",
|
|
@@ -89478,7 +89492,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
89478
89492
|
]),
|
|
89479
89493
|
_: 1
|
|
89480
89494
|
})) : createCommentVNode("", true),
|
|
89481
|
-
_ctx.nextLabel ? (openBlock(), createBlock(_sfc_main$
|
|
89495
|
+
_ctx.nextLabel ? (openBlock(), createBlock(_sfc_main$1k, {
|
|
89482
89496
|
key: 1,
|
|
89483
89497
|
"data-test": "next-button",
|
|
89484
89498
|
class: "",
|
|
@@ -89498,10 +89512,10 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
89498
89512
|
}
|
|
89499
89513
|
});
|
|
89500
89514
|
|
|
89501
|
-
const BmsStep = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89515
|
+
const BmsStep = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-fcce71d1"]]);
|
|
89502
89516
|
|
|
89503
|
-
const _hoisted_1$
|
|
89504
|
-
const _hoisted_2$
|
|
89517
|
+
const _hoisted_1$t = { class: "stepper" };
|
|
89518
|
+
const _hoisted_2$j = { class: "stepper-header" };
|
|
89505
89519
|
const _hoisted_3$a = ["onClick"];
|
|
89506
89520
|
const _hoisted_4$7 = { key: 1 };
|
|
89507
89521
|
const _hoisted_5$5 = ["onClick"];
|
|
@@ -89510,7 +89524,7 @@ const _hoisted_6$3 = {
|
|
|
89510
89524
|
class: "stepper-header--separator"
|
|
89511
89525
|
};
|
|
89512
89526
|
const _hoisted_7$3 = { class: "stepper-body" };
|
|
89513
|
-
const _sfc_main$
|
|
89527
|
+
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
89514
89528
|
__name: "BmsStepper",
|
|
89515
89529
|
props: {
|
|
89516
89530
|
currentStep: { default: 0 },
|
|
@@ -89556,8 +89570,8 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
89556
89570
|
if (props.clickable) emit("stepClick", number);
|
|
89557
89571
|
};
|
|
89558
89572
|
return (_ctx, _cache) => {
|
|
89559
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
89560
|
-
createElementVNode("div", _hoisted_2$
|
|
89573
|
+
return openBlock(), createElementBlock("div", _hoisted_1$t, [
|
|
89574
|
+
createElementVNode("div", _hoisted_2$j, [
|
|
89561
89575
|
(openBlock(true), createElementBlock(Fragment, null, renderList(steps.value, (step, index) => {
|
|
89562
89576
|
return openBlock(), createElementBlock("div", {
|
|
89563
89577
|
key: index,
|
|
@@ -89584,7 +89598,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
89584
89598
|
}
|
|
89585
89599
|
});
|
|
89586
89600
|
|
|
89587
|
-
const BmsStepper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89601
|
+
const BmsStepper = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-c872a497"]]);
|
|
89588
89602
|
|
|
89589
89603
|
const historyRoutes = ref([]);
|
|
89590
89604
|
const useRouterHistory = () => {
|
|
@@ -89619,7 +89633,7 @@ const useRouterHistory = () => {
|
|
|
89619
89633
|
};
|
|
89620
89634
|
};
|
|
89621
89635
|
|
|
89622
|
-
const _sfc_main$
|
|
89636
|
+
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
89623
89637
|
__name: "BmsBackButton",
|
|
89624
89638
|
props: {
|
|
89625
89639
|
fallback: {}
|
|
@@ -89643,9 +89657,9 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
89643
89657
|
}
|
|
89644
89658
|
});
|
|
89645
89659
|
|
|
89646
|
-
const BmsBackButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89660
|
+
const BmsBackButton = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-02d02028"]]);
|
|
89647
89661
|
|
|
89648
|
-
const _hoisted_1$
|
|
89662
|
+
const _hoisted_1$s = {
|
|
89649
89663
|
xmlns: "http://www.w3.org/2000/svg",
|
|
89650
89664
|
width: "24",
|
|
89651
89665
|
height: "24",
|
|
@@ -89656,7 +89670,7 @@ const _hoisted_1$r = {
|
|
|
89656
89670
|
"stroke-linecap": "round",
|
|
89657
89671
|
"stroke-linejoin": "round"
|
|
89658
89672
|
};
|
|
89659
|
-
const _sfc_main$
|
|
89673
|
+
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
89660
89674
|
__name: "AnimatedHomeIcon",
|
|
89661
89675
|
setup(__props) {
|
|
89662
89676
|
const variants = {
|
|
@@ -89696,7 +89710,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
89696
89710
|
onMouseenter: mouseEnterHandler,
|
|
89697
89711
|
onMouseleave: mouseLeaveHandler
|
|
89698
89712
|
}, [
|
|
89699
|
-
(openBlock(), createElementBlock("svg", _hoisted_1$
|
|
89713
|
+
(openBlock(), createElementBlock("svg", _hoisted_1$s, [
|
|
89700
89714
|
_cache[0] || (_cache[0] = createElementVNode("path", { d: "M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }, null, -1)),
|
|
89701
89715
|
createVNode(unref(MotionComponent), {
|
|
89702
89716
|
is: "path",
|
|
@@ -89710,12 +89724,12 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
89710
89724
|
}
|
|
89711
89725
|
});
|
|
89712
89726
|
|
|
89713
|
-
const _hoisted_1$
|
|
89714
|
-
const _hoisted_2$
|
|
89727
|
+
const _hoisted_1$r = { class: "breadcrumb" };
|
|
89728
|
+
const _hoisted_2$i = {
|
|
89715
89729
|
key: 1,
|
|
89716
89730
|
class: "breadcrumb__here"
|
|
89717
89731
|
};
|
|
89718
|
-
const _sfc_main$
|
|
89732
|
+
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
89719
89733
|
__name: "BmsBreadcrumb",
|
|
89720
89734
|
props: {
|
|
89721
89735
|
homeLocation: { default: "/" },
|
|
@@ -89725,10 +89739,10 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
89725
89739
|
setup(__props) {
|
|
89726
89740
|
return (_ctx, _cache) => {
|
|
89727
89741
|
const _component_RouterLink = resolveComponent("RouterLink");
|
|
89728
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
89742
|
+
return openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
89729
89743
|
createVNode(_component_RouterLink, { to: _ctx.homeLocation }, {
|
|
89730
89744
|
default: withCtx(() => [
|
|
89731
|
-
createVNode(_sfc_main$
|
|
89745
|
+
createVNode(_sfc_main$w)
|
|
89732
89746
|
]),
|
|
89733
89747
|
_: 1
|
|
89734
89748
|
}, 8, ["to"]),
|
|
@@ -89745,7 +89759,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
89745
89759
|
createTextVNode(toDisplayString(breadcrumb.label), 1)
|
|
89746
89760
|
]),
|
|
89747
89761
|
_: 2
|
|
89748
|
-
}, 1032, ["to"])) : (openBlock(), createElementBlock("span", _hoisted_2$
|
|
89762
|
+
}, 1032, ["to"])) : (openBlock(), createElementBlock("span", _hoisted_2$i, toDisplayString(breadcrumb.label), 1))
|
|
89749
89763
|
], 64);
|
|
89750
89764
|
}), 128))
|
|
89751
89765
|
]);
|
|
@@ -89753,10 +89767,10 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
89753
89767
|
}
|
|
89754
89768
|
});
|
|
89755
89769
|
|
|
89756
|
-
const BmsBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89770
|
+
const BmsBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-a7f3b134"]]);
|
|
89757
89771
|
|
|
89758
|
-
const _hoisted_1$
|
|
89759
|
-
const _sfc_main$
|
|
89772
|
+
const _hoisted_1$q = { class: "label" };
|
|
89773
|
+
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
89760
89774
|
__name: "UiMenuItem",
|
|
89761
89775
|
props: {
|
|
89762
89776
|
item: {},
|
|
@@ -89773,7 +89787,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
89773
89787
|
return classes2;
|
|
89774
89788
|
});
|
|
89775
89789
|
return (_ctx, _cache) => {
|
|
89776
|
-
return openBlock(), createBlock(_sfc_main$
|
|
89790
|
+
return openBlock(), createBlock(_sfc_main$1n, {
|
|
89777
89791
|
to: _ctx.item.link,
|
|
89778
89792
|
target: _ctx.target,
|
|
89779
89793
|
classes: classes.value
|
|
@@ -89784,7 +89798,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
89784
89798
|
key: 0,
|
|
89785
89799
|
size: 20
|
|
89786
89800
|
})) : createCommentVNode("", true),
|
|
89787
|
-
createElementVNode("span", _hoisted_1$
|
|
89801
|
+
createElementVNode("span", _hoisted_1$q, toDisplayString(_ctx.item.label), 1)
|
|
89788
89802
|
]),
|
|
89789
89803
|
_: 1
|
|
89790
89804
|
}, 8, ["to", "target", "classes"]);
|
|
@@ -89792,15 +89806,15 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
89792
89806
|
}
|
|
89793
89807
|
});
|
|
89794
89808
|
|
|
89795
|
-
const _hoisted_1$
|
|
89809
|
+
const _hoisted_1$p = {
|
|
89796
89810
|
key: 0,
|
|
89797
89811
|
class: "parent-container"
|
|
89798
89812
|
};
|
|
89799
|
-
const _hoisted_2$
|
|
89813
|
+
const _hoisted_2$h = { class: "parent-label" };
|
|
89800
89814
|
const _hoisted_3$9 = ["onClick"];
|
|
89801
89815
|
const _hoisted_4$6 = { class: "parent-label" };
|
|
89802
89816
|
const _hoisted_5$4 = { class: "additional" };
|
|
89803
|
-
const _sfc_main$
|
|
89817
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
89804
89818
|
__name: "BmsMenuNav",
|
|
89805
89819
|
props: {
|
|
89806
89820
|
items: {},
|
|
@@ -89862,14 +89876,14 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
89862
89876
|
return openBlock(), createElementBlock("li", {
|
|
89863
89877
|
key: item.label
|
|
89864
89878
|
}, [
|
|
89865
|
-
hasSubItems(item) ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
89866
|
-
item.link ? (openBlock(), createBlock(_sfc_main$
|
|
89879
|
+
hasSubItems(item) ? (openBlock(), createElementBlock("div", _hoisted_1$p, [
|
|
89880
|
+
item.link ? (openBlock(), createBlock(_sfc_main$1n, {
|
|
89867
89881
|
key: 0,
|
|
89868
89882
|
to: item.link,
|
|
89869
89883
|
class: normalizeClass(`parent-item ${isItemActive(item) ? "active" : ""}`)
|
|
89870
89884
|
}, {
|
|
89871
89885
|
default: withCtx(() => [
|
|
89872
|
-
createElementVNode("span", _hoisted_2$
|
|
89886
|
+
createElementVNode("span", _hoisted_2$h, toDisplayString(item.label), 1),
|
|
89873
89887
|
item.icon ? (openBlock(), createBlock(resolveDynamicComponent(item.icon), {
|
|
89874
89888
|
key: 0,
|
|
89875
89889
|
class: "parent-item__custom-icon"
|
|
@@ -89891,7 +89905,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
89891
89905
|
return openBlock(), createElementBlock("li", {
|
|
89892
89906
|
key: subItem.label
|
|
89893
89907
|
}, [
|
|
89894
|
-
createVNode(_sfc_main$
|
|
89908
|
+
createVNode(_sfc_main$u, {
|
|
89895
89909
|
item: subItem,
|
|
89896
89910
|
active: isItemActive(subItem),
|
|
89897
89911
|
onClick: ($event) => clickItem(subItem)
|
|
@@ -89904,7 +89918,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
89904
89918
|
]),
|
|
89905
89919
|
_: 2
|
|
89906
89920
|
}, 1024)
|
|
89907
|
-
])) : (openBlock(), createBlock(_sfc_main$
|
|
89921
|
+
])) : (openBlock(), createBlock(_sfc_main$u, {
|
|
89908
89922
|
key: 1,
|
|
89909
89923
|
item,
|
|
89910
89924
|
active: isItemActive(item),
|
|
@@ -89921,12 +89935,12 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
89921
89935
|
}
|
|
89922
89936
|
});
|
|
89923
89937
|
|
|
89924
|
-
const BmsMenuNav = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89938
|
+
const BmsMenuNav = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-731a6d8c"]]);
|
|
89925
89939
|
|
|
89926
|
-
const _hoisted_1$
|
|
89927
|
-
const _hoisted_2$
|
|
89940
|
+
const _hoisted_1$o = { class: "menu__container" };
|
|
89941
|
+
const _hoisted_2$g = { class: "menu__top" };
|
|
89928
89942
|
const _hoisted_3$8 = { class: "menu__copyright" };
|
|
89929
|
-
const _sfc_main$
|
|
89943
|
+
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
89930
89944
|
__name: "BmsFixedMenu",
|
|
89931
89945
|
props: {
|
|
89932
89946
|
items: {},
|
|
@@ -89934,8 +89948,8 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
89934
89948
|
},
|
|
89935
89949
|
setup(__props) {
|
|
89936
89950
|
return (_ctx, _cache) => {
|
|
89937
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
89938
|
-
createElementVNode("div", _hoisted_2$
|
|
89951
|
+
return openBlock(), createElementBlock("div", _hoisted_1$o, [
|
|
89952
|
+
createElementVNode("div", _hoisted_2$g, [
|
|
89939
89953
|
renderSlot(_ctx.$slots, "top", {}, void 0, true)
|
|
89940
89954
|
]),
|
|
89941
89955
|
createVNode(BmsMenuNav, {
|
|
@@ -89957,11 +89971,11 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
89957
89971
|
}
|
|
89958
89972
|
});
|
|
89959
89973
|
|
|
89960
|
-
const BmsFixedMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89974
|
+
const BmsFixedMenu = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-701e04d9"]]);
|
|
89961
89975
|
|
|
89962
|
-
const _hoisted_1$
|
|
89963
|
-
const _hoisted_2$
|
|
89964
|
-
const _sfc_main$
|
|
89976
|
+
const _hoisted_1$n = { class: "menu" };
|
|
89977
|
+
const _hoisted_2$f = { class: "menu__copyright" };
|
|
89978
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
89965
89979
|
__name: "BmsMenu",
|
|
89966
89980
|
props: {
|
|
89967
89981
|
items: {},
|
|
@@ -89977,8 +89991,8 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
89977
89991
|
});
|
|
89978
89992
|
const toggleMenu = (newMenuState = true) => isMenuOpen.value = newMenuState;
|
|
89979
89993
|
return (_ctx, _cache) => {
|
|
89980
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
89981
|
-
createVNode(unref(_sfc_main$
|
|
89994
|
+
return openBlock(), createElementBlock("div", _hoisted_1$n, [
|
|
89995
|
+
createVNode(unref(_sfc_main$1j), {
|
|
89982
89996
|
onClick: _cache[0] || (_cache[0] = ($event) => toggleMenu(!isMenuOpen.value)),
|
|
89983
89997
|
"data-testid": "openMenu",
|
|
89984
89998
|
"aria-label": "Ouvrir le menu"
|
|
@@ -90002,7 +90016,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
90002
90016
|
ref: menu,
|
|
90003
90017
|
class: normalizeClass(["menu__container", { "is-show": isMenuOpen.value }])
|
|
90004
90018
|
}, [
|
|
90005
|
-
createVNode(unref(_sfc_main$
|
|
90019
|
+
createVNode(unref(_sfc_main$1j), {
|
|
90006
90020
|
class: "menu__close",
|
|
90007
90021
|
onClick: _cache[1] || (_cache[1] = ($event) => toggleMenu(false)),
|
|
90008
90022
|
"data-testid": "closeMenu",
|
|
@@ -90024,7 +90038,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
90024
90038
|
]),
|
|
90025
90039
|
_: 3
|
|
90026
90040
|
}, 8, ["items", "active-link"]),
|
|
90027
|
-
createElementVNode("div", _hoisted_2$
|
|
90041
|
+
createElementVNode("div", _hoisted_2$f, [
|
|
90028
90042
|
renderSlot(_ctx.$slots, "footer", {}, () => [
|
|
90029
90043
|
_cache[2] || (_cache[2] = createElementVNode("p", { class: "menu__copyright-madein" }, "Made with ♥ by BMS", -1))
|
|
90030
90044
|
], true)
|
|
@@ -90042,9 +90056,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
90042
90056
|
}
|
|
90043
90057
|
});
|
|
90044
90058
|
|
|
90045
|
-
const BmsMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90059
|
+
const BmsMenu = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-02719cac"]]);
|
|
90046
90060
|
|
|
90047
|
-
const _sfc_main$
|
|
90061
|
+
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
90048
90062
|
__name: "UiTab",
|
|
90049
90063
|
props: {
|
|
90050
90064
|
currentRoute: {},
|
|
@@ -90076,11 +90090,11 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
90076
90090
|
}
|
|
90077
90091
|
});
|
|
90078
90092
|
|
|
90079
|
-
const UiTab = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90093
|
+
const UiTab = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-d2f6b84b"]]);
|
|
90080
90094
|
|
|
90081
|
-
const _hoisted_1$
|
|
90082
|
-
const _hoisted_2$
|
|
90083
|
-
const _sfc_main$
|
|
90095
|
+
const _hoisted_1$m = { class: "tabs-header" };
|
|
90096
|
+
const _hoisted_2$e = { class: "tabs-title" };
|
|
90097
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
90084
90098
|
__name: "BmsTabs",
|
|
90085
90099
|
props: {
|
|
90086
90100
|
title: {},
|
|
@@ -90089,8 +90103,8 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
90089
90103
|
setup(__props) {
|
|
90090
90104
|
const { currentRoute } = useRouter();
|
|
90091
90105
|
return (_ctx, _cache) => {
|
|
90092
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
90093
|
-
createElementVNode("div", _hoisted_2$
|
|
90106
|
+
return openBlock(), createElementBlock("div", _hoisted_1$m, [
|
|
90107
|
+
createElementVNode("div", _hoisted_2$e, [
|
|
90094
90108
|
createElementVNode("h3", null, toDisplayString(_ctx.title), 1)
|
|
90095
90109
|
]),
|
|
90096
90110
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.tabs, (tab) => {
|
|
@@ -90105,9 +90119,9 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
90105
90119
|
}
|
|
90106
90120
|
});
|
|
90107
90121
|
|
|
90108
|
-
const BmsTabs = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90122
|
+
const BmsTabs = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-f862fbda"]]);
|
|
90109
90123
|
|
|
90110
|
-
const _sfc_main$
|
|
90124
|
+
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
90111
90125
|
__name: "UiPopoverMenu",
|
|
90112
90126
|
props: {
|
|
90113
90127
|
visible: { type: Boolean, default: false },
|
|
@@ -90195,7 +90209,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
90195
90209
|
}
|
|
90196
90210
|
});
|
|
90197
90211
|
|
|
90198
|
-
const UiPopoverMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90212
|
+
const UiPopoverMenu = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-a5b2b7f5"]]);
|
|
90199
90213
|
|
|
90200
90214
|
const getInitials = (name) => {
|
|
90201
90215
|
if (name.length === 0) return "";
|
|
@@ -90212,8 +90226,8 @@ const getInitials = (name) => {
|
|
|
90212
90226
|
return firstLetter + secondLetter;
|
|
90213
90227
|
};
|
|
90214
90228
|
|
|
90215
|
-
const _hoisted_1$
|
|
90216
|
-
const _sfc_main$
|
|
90229
|
+
const _hoisted_1$l = ["src"];
|
|
90230
|
+
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
90217
90231
|
__name: "UiTenantImage",
|
|
90218
90232
|
props: {
|
|
90219
90233
|
tenant: {}
|
|
@@ -90224,7 +90238,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
90224
90238
|
key: 0,
|
|
90225
90239
|
src: _ctx.tenant?.logoFile,
|
|
90226
90240
|
class: "site-logo"
|
|
90227
|
-
}, null, 8, _hoisted_1$
|
|
90241
|
+
}, null, 8, _hoisted_1$l)) : (openBlock(), createBlock(unref(BmsCocarde), {
|
|
90228
90242
|
key: 1,
|
|
90229
90243
|
initials: unref(getInitials)(_ctx.tenant.label),
|
|
90230
90244
|
size: "small"
|
|
@@ -90233,8 +90247,8 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
90233
90247
|
}
|
|
90234
90248
|
});
|
|
90235
90249
|
|
|
90236
|
-
const _hoisted_1$
|
|
90237
|
-
const _sfc_main$
|
|
90250
|
+
const _hoisted_1$k = ["data-testid"];
|
|
90251
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
90238
90252
|
__name: "UiTenantLabel",
|
|
90239
90253
|
props: {
|
|
90240
90254
|
tenant: {}
|
|
@@ -90255,11 +90269,11 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
90255
90269
|
key: 0,
|
|
90256
90270
|
size: 12
|
|
90257
90271
|
})) : createCommentVNode("", true),
|
|
90258
|
-
createVNode(_sfc_main$
|
|
90272
|
+
createVNode(_sfc_main$n, { tenant: _ctx.tenant }, null, 8, ["tenant"]),
|
|
90259
90273
|
createTextVNode(" " + toDisplayString(_ctx.tenant.label), 1),
|
|
90260
90274
|
createElementVNode("em", null, "- " + toDisplayString(_ctx.tenant.information), 1)
|
|
90261
|
-
], 8, _hoisted_1$
|
|
90262
|
-
_ctx.tenant.isFavorite ? (openBlock(), createBlock(_sfc_main$
|
|
90275
|
+
], 8, _hoisted_1$k),
|
|
90276
|
+
_ctx.tenant.isFavorite ? (openBlock(), createBlock(_sfc_main$1j, {
|
|
90263
90277
|
key: 0,
|
|
90264
90278
|
class: "remove-tenant-button",
|
|
90265
90279
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => emits("removeFavorite"), ["stop"]))
|
|
@@ -90274,10 +90288,10 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
90274
90288
|
}
|
|
90275
90289
|
});
|
|
90276
90290
|
|
|
90277
|
-
const UiTenantLabel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90291
|
+
const UiTenantLabel = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-3615f3c6"]]);
|
|
90278
90292
|
|
|
90279
|
-
const _hoisted_1$
|
|
90280
|
-
const _sfc_main$
|
|
90293
|
+
const _hoisted_1$j = { class: "tenantsMenu-search" };
|
|
90294
|
+
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
90281
90295
|
__name: "UiTenantSwitcher",
|
|
90282
90296
|
props: {
|
|
90283
90297
|
visible: { type: Boolean },
|
|
@@ -90338,8 +90352,8 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
90338
90352
|
class: "tenantsMenu"
|
|
90339
90353
|
}, {
|
|
90340
90354
|
default: withCtx(() => [
|
|
90341
|
-
createElementVNode("div", _hoisted_1$
|
|
90342
|
-
createVNode(unref(_sfc_main$
|
|
90355
|
+
createElementVNode("div", _hoisted_1$j, [
|
|
90356
|
+
createVNode(unref(_sfc_main$_), {
|
|
90343
90357
|
ref_key: "searchRef",
|
|
90344
90358
|
ref: searchRef,
|
|
90345
90359
|
modelValue: search.value,
|
|
@@ -90392,13 +90406,13 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
90392
90406
|
}
|
|
90393
90407
|
});
|
|
90394
90408
|
|
|
90395
|
-
const UiTenantSwitcher = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90409
|
+
const UiTenantSwitcher = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-5a31f3bb"]]);
|
|
90396
90410
|
|
|
90397
|
-
const _hoisted_1$
|
|
90411
|
+
const _hoisted_1$i = {
|
|
90398
90412
|
key: 0,
|
|
90399
90413
|
class: "tenant-label"
|
|
90400
90414
|
};
|
|
90401
|
-
const _sfc_main$
|
|
90415
|
+
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
90402
90416
|
__name: "BmsTenantSwitcher",
|
|
90403
90417
|
props: {
|
|
90404
90418
|
currentTenant: { default: null },
|
|
@@ -90452,16 +90466,16 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
90452
90466
|
ref: tenantSwitchButton,
|
|
90453
90467
|
class: "tenant-switcher-button"
|
|
90454
90468
|
}, [
|
|
90455
|
-
_ctx.currentTenant && _ctx.tenants.length === 1 ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
90456
|
-
createVNode(_sfc_main$
|
|
90469
|
+
_ctx.currentTenant && _ctx.tenants.length === 1 ? (openBlock(), createElementBlock("div", _hoisted_1$i, [
|
|
90470
|
+
createVNode(_sfc_main$n, { tenant: _ctx.currentTenant }, null, 8, ["tenant"]),
|
|
90457
90471
|
createElementVNode("span", null, toDisplayString(_ctx.currentTenant.label), 1)
|
|
90458
|
-
])) : _ctx.tenants.length > 0 ? (openBlock(), createBlock(unref(_sfc_main$
|
|
90472
|
+
])) : _ctx.tenants.length > 0 ? (openBlock(), createBlock(unref(_sfc_main$1k), {
|
|
90459
90473
|
key: 1,
|
|
90460
90474
|
type: "tertiary",
|
|
90461
90475
|
onClick: _cache[0] || (_cache[0] = ($event) => showTenantSwitcher.value = !showTenantSwitcher.value)
|
|
90462
90476
|
}, {
|
|
90463
90477
|
start: withCtx(() => [
|
|
90464
|
-
_ctx.currentTenant ? (openBlock(), createBlock(_sfc_main$
|
|
90478
|
+
_ctx.currentTenant ? (openBlock(), createBlock(_sfc_main$n, {
|
|
90465
90479
|
key: 0,
|
|
90466
90480
|
tenant: _ctx.currentTenant
|
|
90467
90481
|
}, null, 8, ["tenant"])) : createCommentVNode("", true)
|
|
@@ -90487,10 +90501,10 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
90487
90501
|
}
|
|
90488
90502
|
});
|
|
90489
90503
|
|
|
90490
|
-
const BmsTenantSwitcher = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90504
|
+
const BmsTenantSwitcher = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-f8449c43"]]);
|
|
90491
90505
|
|
|
90492
|
-
const _hoisted_1$
|
|
90493
|
-
const _sfc_main$
|
|
90506
|
+
const _hoisted_1$h = ["data-id", "draggable", "onDragstart"];
|
|
90507
|
+
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
90494
90508
|
__name: "DraggableList",
|
|
90495
90509
|
props: {
|
|
90496
90510
|
modelValue: {}
|
|
@@ -90598,7 +90612,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
90598
90612
|
onMouseup: _cache[1] || (_cache[1] = () => gripped.value = false)
|
|
90599
90613
|
}),
|
|
90600
90614
|
renderSlot(_ctx.$slots, "default", { row: item }, void 0, true),
|
|
90601
|
-
createVNode(unref(_sfc_main$
|
|
90615
|
+
createVNode(unref(_sfc_main$1j), {
|
|
90602
90616
|
mode: unref(StatusType).Danger,
|
|
90603
90617
|
onClick: ($event) => onRemove(item)
|
|
90604
90618
|
}, {
|
|
@@ -90607,7 +90621,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
90607
90621
|
]),
|
|
90608
90622
|
_: 1
|
|
90609
90623
|
}, 8, ["mode", "onClick"])
|
|
90610
|
-
], 40, _hoisted_1$
|
|
90624
|
+
], 40, _hoisted_1$h),
|
|
90611
90625
|
createElementVNode("div", {
|
|
90612
90626
|
class: "separator",
|
|
90613
90627
|
onDragenter: onSeparatorDragEnter
|
|
@@ -90619,29 +90633,29 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
90619
90633
|
}
|
|
90620
90634
|
});
|
|
90621
90635
|
|
|
90622
|
-
const BmsDraggableList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90636
|
+
const BmsDraggableList = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-a5c3d8e7"]]);
|
|
90623
90637
|
|
|
90624
|
-
const _hoisted_1$
|
|
90638
|
+
const _hoisted_1$g = {
|
|
90625
90639
|
xmlns: "http://www.w3.org/2000/svg",
|
|
90626
90640
|
"data-name": "Layer 1",
|
|
90627
90641
|
viewBox: "0 0 1009.54 789.93"
|
|
90628
90642
|
};
|
|
90629
90643
|
|
|
90630
90644
|
function render(_ctx, _cache) {
|
|
90631
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$
|
|
90645
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$g, [...(_cache[0] || (_cache[0] = [
|
|
90632
90646
|
createStaticVNode("<defs><linearGradient id=\"a\" x1=\"318.22\" x2=\"630.35\" y1=\"488.45\" y2=\"488.45\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"gray\" stop-opacity=\".25\"></stop><stop offset=\".54\" stop-color=\"gray\" stop-opacity=\".12\"></stop><stop offset=\"1\" stop-color=\"gray\" stop-opacity=\".1\"></stop></linearGradient></defs><ellipse cx=\"354.13\" cy=\"741.27\" fill=\"var(--bms-main-140)\" opacity=\".1\" rx=\"176.1\" ry=\"33.36\"></ellipse><path fill=\"var(--bms-main-140)\" d=\"M586.55 111.4c-64.72-2.24-126.36-23.14-185.22-46S284.17 17.22 221 5.11c-40.63-7.79-87.1-8.9-119.83 12.86-31.51 21-41.69 57.15-47.16 90.72-4.12 25.26-6.54 51.85 4.74 75.5 7.84 16.42 21.74 30.22 31.36 45.95 33.47 54.72 9.81 122.2-26.45 175.63-17 25.06-36.75 49-49.88 75.65s-19.2 57.29-7.71 84.55c11.38 27 38.51 47.24 67.9 61.49 59.69 28.95 130 37.23 198.61 41.93 151.83 10.38 304.46 5.89 456.69 1.38 56.34-1.66 112.92-3.35 168.34-12.06 30.78-4.84 62.55-12.52 84.9-31.06 28.36-23.53 35.39-63.37 16.38-92.87-31.88-49.5-120-61.79-142.31-114.9-12.26-29.24.33-61.8 18.16-88.91 38.24-58.17 102.33-109.2 105.7-175.68 2.32-45.66-28.49-91.39-76.13-113-49.93-22.65-119.18-19.8-156 17.69-37.95 38.56-104.61 53.41-161.76 51.42Z\" opacity=\".1\"></path><path fill=\"url(#a)\" d=\"m630.35 416.77-30.63-20.65 15.45-23-80.9-6.45-29.07 22.48-36.39-20.4-30.35 3.65-.36-8a225.78 225.78 0 0 0-2.51-24.9c.13-2.5.22-5.37.21-8.49 0-13.15-1.78-30.58-9.6-42.2l1.8-16.18-14.6-17.25a110.37 110.37 0 0 1 8-13.46c.5-.72 1-1.42 1.54-2.1 18.95-1.37 33.9-16.95 33.9-36 0-.88 0-1.76-.1-2.63 0-.35-.07-.71-.11-1.06 1.85 1 3.72 2 5.59 3 .35.5.75 1 1.19 1.59l.09.11.56.69.18.21c.2.24.41.47.62.71l.14.16c.53.59 1.09 1.19 1.69 1.78a1.8 1.8 0 0 1 .2.19l.75.7.21.19c.64.57 1.32 1.12 2 1.64l.22.16.86.59.28.18c.33.2.67.41 1 .6l.12.07c.39.21.79.41 1.19.6l.2.08q.51.22 1 .42l.31.11c.35.12.69.23 1.05.33l.22.06c.44.11.88.2 1.33.27h.05a10.88 10.88 0 0 0 1.28.13h.29a11 11 0 0 0 1.15 0h.25a11.85 11.85 0 0 0 1.43-.17 15.78 15.78 0 0 0 6.3-2.26 5.5 5.5 0 0 0 1.28-1.19c2-2.62-.2-5.49-.2-5.49-.78-1.86-5.84-3.17-5.84-3.17s-16-6.68-16-12-4-32.92-45.29-39.23c0 0-26.86-1.51-34.41 12.87l-.16 1.68c-2.22 1.39-4.06 4.18-6.25 5a10.21 10.21 0 0 0-2.71 1v-.19a2.58 2.58 0 0 0-.61.79 8 8 0 0 0-.83 3 11.3 11.3 0 0 1-1.31 3.63 8.07 8.07 0 0 1-.6.92l-.17.27a7.3 7.3 0 0 0 3.4-.55 16.93 16.93 0 0 1-1 4 3.32 3.32 0 0 0 3.08-1.84v-.08l.13-.18a8.44 8.44 0 0 0 .62-1.45l-.11.12c.2-.65.38-1.31.6-1.95a3.06 3.06 0 0 1 .49-1 2.42 2.42 0 0 1 2.07-.69l-.41 8.67h.18a11.83 11.83 0 0 1-.88 1.82c-1.42 2.3-4 3.87-4.95 6.39a9.4 9.4 0 0 0-.46 3.78c0 .75.09 1.51.15 2.26v-.06c.14 2 .18 3.9-.9 5.51-.74 1.1-1.93 1.93-2.34 3.18a3.1 3.1 0 0 0-.15 1.08 12.13 12.13 0 0 0 .68 3.21.14.14 0 0 0 0-.06 4.88 4.88 0 0 1 .17 2.36c-.45 2-2.88 3.67-2.76 5.58a2.15 2.15 0 0 0 .11.74 4.05 4.05 0 0 0 2.26 2 8.8 8.8 0 0 0 5.08 1.12 6.68 6.68 0 0 0 1.9-.65c-.7 1.61-1.42 3.2-2.15 4.71-.11.24-.23.48-.35.72 0 0-6.18-4.13-9.69 4.29a18.68 18.68 0 0 0-2.17 5.64 13.42 13.42 0 0 1-.74 2.32 14.93 14.93 0 0 1-6.68 6c-7.16 3.28-36.08 39.35-36.59 48.69a54.49 54.49 0 0 1-1.84 10.78 64.15 64.15 0 0 0-1.72 25.49 48.77 48.77 0 0 0 1.77 8.13c3.07 9.33 5.12 26.74 5.12 26.74l3.32 30.22a86 86 0 0 0 .54 12.49c-3.39 3.87-17 20-11.8 24.39 4 3.46 11 2.89 14.93 2.18-3.31 8.19-8.52 22.43-9.21 32.21-1 14.47 1.71 33.64 6 41s18.59 26.24 18.59 26.24-.67 25.9 4.44 35.31 7.17 28.93 7.17 28.93 4.77 16.48 2.38 22.54 4.43 11.1-2.73 15.13-16.32 94.86-16.32 94.86-3.69 59.53 0 62.56a3.75 3.75 0 0 0 .63.37v20s-2.56 4.2 7.85 5.05c7.13.57 27.34 1.86 39.33 2.61l9.29.58s22 4.38 31.72 0 26.95-4.28 24.39-15.85a32.92 32.92 0 0 0-1.36-4.63c-2.81-7.18-7.58-8-16.37-10-.51-.11-1-.21-1.45-.29-9.26-1.61-12.3 2.7-17.49-2.91-4.51-4.85-18.87-10.28-23.76-12 .12-.36.27-.71.39-1.08a7.32 7.32 0 0 1-3.71-1.81l13.25.84 7.89.49s18.7 3.73 27 0 22.9-3.63 20.72-13.46a28.21 28.21 0 0 0-1.15-3.94c-2.39-6.1-6.45-6.77-13.92-8.46-.43-.09-.83-.18-1.23-.25-7.87-1.37-10.45 2.29-14.86-2.47-3.78-4.06-15.71-8.61-20-10.16 0-2.22-3-5.38-4.89-8.55-2.22-3.7 1.88-16.65 1.88-16.65l2.34-53.73a10.38 10.38 0 0 1 2.8-.8s10.58-10.1 8.19-20.86a69.13 69.13 0 0 1-.76-9.83c3.48-3.23 8.27-8 9.63-10.94 2.22-4.79 0-28 0-28v-88.75l17.7 1.79 16.06 1.65 4.89.5 16.06 1.62 36.91 3.73 33.26-6.3 14.39-2.72 29.59-5.6v-72.4ZM386.74 176.86l-2.06-.22c.68.03 1.4.16 2.06.22Z\" transform=\"translate(-95.23 -55.03)\"></path><path fill=\"#efb7b9\" d=\"M463.33 408.75c-10 14.31-45.95 6.73-45.95 6.73l-27.86-26.07-3.75-3.53 6.29-13.36s2 .55 5.43 1.53c18.01 5.23 74.28 22.67 65.84 34.7Z\"></path><path d=\"M397.47 374.05c-1.23 4.28-4.6 10.69-7.95 15.36l-3.75-3.53 6.29-13.36s2.02.55 5.41 1.53Z\" opacity=\".1\"></path><path fill=\"#dce6f2\" d=\"M301.92 223.39s-25.68 11.39-24.42 39.36a461.14 461.14 0 0 0 5.88 53.76s-5.25 42.09 16.61 52.94 42.09 19.77 42.09 19.77 34.2 3.68 38.45 5.2 17.53-21.72 15.08-25.34-33.84-11.21-37.84-17.25-13.25-9.77-13.25-9.77-9.55-5.78-10.2-11 1.87-9.11 2.51-11.4 2.26-24.4 2.26-24.4 10.78-78.7-37.17-71.87Z\"></path><path d=\"M318.87 315.36s-35.23 5.9-31.82 18.23c0 0 12.79-13.31 31.82-18.23ZM319.14 320.35s-19.37 15.81-15.58 16.62 15.58-16.62 15.58-16.62ZM328.45 325.86s-5.19 10.63-2 9.91 2-9.91 2-9.91Z\" opacity=\".1\"></path><path d=\"m398.77 375.18-2.14-.61c.61-2 .78-3.62.28-4.37-2.45-3.62-33.82-11.2-37.81-17.25s-13.25-9.77-13.25-9.77-9.55-5.78-10.2-11 1.87-9.11 2.51-11.4 2.26-24.41 2.26-24.41 10.75-78.69-37.2-71.86c0 0-25.68 11.4-24.43 39.37a459.85 459.85 0 0 0 5.89 53.76s-5.25 42.09 16.61 52.94 42.09 19.77 42.09 19.77 34.19 3.67 38.45 5.2c1.61.58 4.52-2.41 7.37-6.52l1.62 1.51 27.86 26.06s35.95 7.59 45.95-6.72c8.45-12.04-47.81-29.48-65.86-34.7Z\" opacity=\".1\"></path><path fill=\"#965d7b\" d=\"M287.14 118.41a8.5 8.5 0 0 0-2.77 1.07c-1 .83-1 2.25-1.25 3.49a11.48 11.48 0 0 1-2 4.78 7.19 7.19 0 0 0 3.33-.55 17.14 17.14 0 0 1-1 4 3.24 3.24 0 0 0 3-1.83 19.26 19.26 0 0 0 1.25-3.51 2.89 2.89 0 0 1 .48-1c.92-1.09 2.63-.6 4.05-.46a6.65 6.65 0 0 0 6.08-2.92c1.51-2.29 1.6-8.15-2-8.77-3.76-.62-6.1 4.56-9.17 5.7Z\"></path><g opacity=\".1\"><path d=\"M284.27 120.71c.09-.49.15-1 .26-1.49-.95.83-1 2.24-1.25 3.49a11 11 0 0 1-.59 2.11 11.46 11.46 0 0 0 1.58-4.11ZM284.59 128.97a16.63 16.63 0 0 0 1-4 7.16 7.16 0 0 1-3.17.55 11.57 11.57 0 0 1-1.15 2 7.12 7.12 0 0 0 3.32-.54 16.63 16.63 0 0 1-1 4 3.25 3.25 0 0 0 3-1.83 7.46 7.46 0 0 0 .6-1.43 3 3 0 0 1-2.6 1.25ZM293.37 122.17c-1.42-.14-3.14-.63-4.06.46a3.09 3.09 0 0 0-.48 1c-.09.26-.17.53-.24.8.95-.75 2.49-.35 3.78-.22a6.68 6.68 0 0 0 6.08-2.92 5.54 5.54 0 0 0 .67-1.57 6.66 6.66 0 0 1-5.75 2.45Z\"></path></g><path fill=\"#dce6f2\" d=\"m317.24 201 15.25 18.34-1.99 18.51L312.07 209l5.17-8z\"></path><path d=\"m332.48 219.34-1.87 17.41-.12 1.1-16.63-26.04-1.79-2.81.52-.81 4.64-7.19 1.03 1.24 14.22 17.1z\" opacity=\".1\"></path><path fill=\"#efb7b9\" d=\"M340.4 176.17c-5.16 1.48-10.09 6.56-14.38 12.73a108.65 108.65 0 0 0-7.76 13.34c-1.41 2.82-2.65 5.53-3.68 7.89l-.72 1.68c-1.74 4.11-2.71 6.86-2.71 6.86s-39.5-29.7-33.25-31.7c2.1-.67 4.86-5.17 7.59-10.84l.34-.72c1.73-3.64 3.43-7.7 4.94-11.52 3.09-7.85 5.38-14.67 5.38-14.67s60 22.45 44.25 26.95Z\"></path><path fill=\"#444053\" d=\"M364.03 147.55s9.12 16.5 21.37 14.25 7.21-8.86 7.21-8.86Z\"></path><path fill=\"#a36468\" d=\"M346.36 718.7c-8.08 3.69-26.35 0-26.35 0l-7.7-.48c-10-.64-26.74-1.72-32.66-2.2-8.64-.71-6.52-4.25-6.52-4.25v-21.39l41.92-10.62s16.57 5.67 21.11 10.62c4.31 4.72 6.83 1.09 14.52 2.45.38.07.78.15 1.2.25 7.3 1.67 11.26 2.33 13.6 8.38a28.1 28.1 0 0 1 1.13 3.9c2.16 9.74-12.18 9.67-20.25 13.34Z\"></path><path d=\"M365.48 701.46a31.34 31.34 0 0 1-4.72 2.42c-5.5 2.51-10.73 5.57-16.29 7.94s-11.55 4.06-17.57 3.61c-3.15-.23-6.37-1-9.38-.1a21.66 21.66 0 0 0-5.21 2.89c-10-.64-26.74-1.72-32.66-2.2-8.64-.71-6.52-4.25-6.52-4.25v-2.5c.31 0 .66-.09 1.06-.12a18.88 18.88 0 0 1 6.1.91c4.34 1.18 8.66 2.34 13 3.5a10.27 10.27 0 0 1 5-6.38 15.94 15.94 0 0 1 8.06-1.85c6.73.09 13.1 3.28 19.82 3.6a10.92 10.92 0 0 0 5.49-.92c.92-.46 1.73-1.13 2.63-1.64a19.2 19.2 0 0 1 4.53-1.53 99.76 99.76 0 0 0 12.95-4.18c1.2-.47 2.6-1.32 2.44-2.6-.21-1.7-2.88-1.9-3.58-3.46a2 2 0 0 1 .08-1.77c.38.07.78.15 1.2.25 7.27 1.67 11.23 2.33 13.57 8.38Z\" opacity=\".1\"></path><path fill=\"#a36468\" d=\"M337.82 765.5c-9.5 4.34-31 0-31 0l-9.05-.53c-11.72-.75-31.46-2-38.43-2.59-10.17-.84-7.67-5-7.67-5v-25.21l49.33-12.5s19.5 6.67 24.84 12.5c5.07 5.55 8 1.28 17.09 2.88.45.08.92.18 1.41.29 8.59 2 13.25 2.75 16 9.87a32.1 32.1 0 0 1 1.33 4.59c2.48 11.46-14.35 11.37-23.85 15.7Z\"></path><path d=\"M360.32 745.21a37.23 37.23 0 0 1-5.55 2.85c-6.47 2.95-12.63 6.55-19.17 9.34s-13.59 4.77-20.68 4.25c-3.7-.27-7.49-1.2-11-.12a25.5 25.5 0 0 0-6.15 3.44c-11.72-.75-31.46-2-38.43-2.59-10.17-.84-7.67-5-7.67-5v-2.94a12.5 12.5 0 0 1 1.25-.14 21.94 21.94 0 0 1 7.18 1.07l15.29 4.12a12.1 12.1 0 0 1 5.93-7.51 18.66 18.66 0 0 1 9.49-2.18c7.92.11 15.41 3.86 23.32 4.24a12.91 12.91 0 0 0 6.44-1.07c1.09-.55 2-1.34 3.1-1.93a21.75 21.75 0 0 1 5.33-1.8 119.69 119.69 0 0 0 15.16-4.92c1.41-.56 3.06-1.56 2.87-3.06-.25-2-3.39-2.24-4.22-4.08a2.41 2.41 0 0 1 .1-2.08c.45.08.92.18 1.41.29 8.59 1.92 13.25 2.7 16 9.82Z\" opacity=\".1\"></path><path fill=\"#444053\" d=\"m316.32 592.51-2.67 62.83s-4 12.83-1.83 16.5 5.83 7.33 4.5 9.5-17.33 25.63-22.5 16.63-10.27-48-10.27-48l4.77-48.17ZM327.9 435.97l7.42 9.92v86.28s2.17 23 0 27.75-13.17 14.25-13.17 14.25l-9.25-47.5 2-50.25Z\"></path><path d=\"m316.32 592.51-2.67 62.83s-4 12.83-1.83 16.5 5.83 7.33 4.5 9.5-17.33 25.63-22.5 16.63-10.27-48-10.27-48l4.77-48.17ZM327.9 435.97l7.42 9.92v86.28s2.17 23 0 27.75-13.17 14.25-13.17 14.25l-9.25-47.5 2-50.25Z\" opacity=\".1\"></path><path fill=\"#444053\" d=\"M335.32 399.17v46.67l-8.33 36.33s-2.67 87.67-.34 98.33-8 20.67-8 20.67-6 .67-6 5.33-10 18-10 18l.33 26s4.34 48.67-2.33 58 2.33 10.67 2.33 10.67c-8.33 27.33-48.33 21-51.94 18s0-62 0-62 8.94-90 15.94-94 .34-9 2.67-15-2.33-22.33-2.33-22.33-2-19.34-7-28.67-4.34-35-4.34-35-14-18.67-18.16-26-6.84-26.33-5.84-40.67c.68-9.69 5.77-23.8 9-31.92 1.55-3.89 2.67-6.41 2.67-6.41l.95.25 54.62 14.3Z\"></path><path d=\"M340.4 176.17c-5.16 1.48-10.09 6.56-14.38 12.73h-1.12a35.72 35.72 0 0 1-31-17.93 35.18 35.18 0 0 1-3.14-7.15c3.09-7.85 5.38-14.67 5.38-14.67s60.01 22.52 44.26 27.02Z\" opacity=\".1\"></path><path fill=\"#efb7b9\" d=\"M360.65 151.17a35.75 35.75 0 1 1-66.88-17.52 34.93 34.93 0 0 1 3.78-5.46 36.18 36.18 0 0 1 8.22-7.22 35.75 35.75 0 0 1 54.83 27.58c.02.88.05 1.75.05 2.62Z\"></path><path d=\"m330.61 236.75-.12 1.1-16.63-26c-1.74 4.11-2.71 6.86-2.71 6.86s-39.5-29.74-33.25-31.74c2.1-.67 4.86-5.17 7.59-10.84l.34-.72c2.9 8.64 19.75 25.91 26.76 32.83.81.8 1.48 1.46 2 1.94l1.07 1 .56.56c2.55 2.63 13.31 14.23 14.39 25.01Z\" opacity=\".1\"></path><path fill=\"#dce6f2\" d=\"m343.04 324.97-1.82 58.57-.32 10.43s-21.56-2-41.68-4.2c-16.2-1.77-31.47-3.68-33.82-4.8-3-1.41-9.43-2.5-14.5-3.19-3.92-.53-7-.81-7-.81s-1.15.34-2.92.66c-3.86.7-10.64 1.27-14.59-2.16-5.05-4.39 8.22-20.34 11.53-24.17l.73-.83-1.25-11.55-3.25-29.95s-2-17.25-5-26.5a48.88 48.88 0 0 1-1.73-8.05 64.48 64.48 0 0 1 1.68-25.26 55.08 55.08 0 0 0 1.8-10.69c.5-9.25 28.75-45 35.75-48.25a14.84 14.84 0 0 0 7.16-7.14 13.64 13.64 0 0 0 1.09-3.11c3-13 10.59-7.84 10.59-7.84 1.83 10.17 30.16 37.09 30.16 37.09l.56.56c2.81 2.88 15.33 16.4 14.44 27.94a33.87 33.87 0 0 0 1.89 12.64 213.75 213.75 0 0 1 9.85 56Z\"></path><path d=\"M302.9 255.42s-7 17-12.25 19.75 14.75 5.8 12.25-19.75ZM308.15 287.17s-16 2-16 5 16-5 16-5ZM324.9 306.67s-23.25 49.5-29.75 51 29.75-51 29.75-51ZM315.21 215.73l-19.23 8.36-23.21-35.06a13.64 13.64 0 0 0 1.09-3.11c3-13 10.59-7.84 10.59-7.84 1.83 10.17 30.16 37.09 30.16 37.09Z\" opacity=\".1\"></path><path fill=\"#dce6f2\" d=\"m316.21 213.73-19.23 8.36-23.21-35.06a13.64 13.64 0 0 0 1.09-3.11c3-13 10.59-7.84 10.59-7.84 1.83 10.17 30.16 37.09 30.16 37.09Z\"></path><path d=\"M340.9 393.97s-21.56-2-41.68-4.2l36.1 9.45v11c-1.58 1.43-2.95 2.17-3.84 1.79-4.16-1.75-38.11-7.25-38.11-7.25s-19.72-10-41-22a16.43 16.43 0 0 1-1.5-.94 23.64 23.64 0 0 1-6.3-6.31c-3.93-5.69-5.85-13-6.68-20.17a87.22 87.22 0 0 1-.52-12.38 101.51 101.51 0 0 1 1.28-13.99 460.08 460.08 0 0 1-3-54c.25-28 26.5-38 26.5-38 48.25-4.25 33.29 73.75 33.29 73.75s-2.79 22-3.55 24.25-3.49 6-3.12 11.25 9.59 11.53 9.59 11.53 9 4.22 12.71 10.47c2.7 4.61 20.24 10.86 30.15 15.32ZM357.06 128.97a11.32 11.32 0 0 1-1 4.78 29.55 29.55 0 0 1-1.78 3.56 16.4 16.4 0 0 1-4.38 5.44c-2.31 1.65-5.23 2.11-8 2.78s-5.65 1.74-7.23 4.1a14.34 14.34 0 0 0-1.69 4.9 10.54 10.54 0 0 1-2 4.74 3.93 3.93 0 0 1-4.68 1.12 4.73 4.73 0 0 1-1.81-2.33c-1.14-2.57-1.43-5.42-1.89-8.19s-1.11-5.62-2.81-7.85-4.71-3.7-7.38-2.83a7.11 7.11 0 0 0-4 3.88 22.24 22.24 0 0 0-1.51 5.52q-1.86 10.18-4.39 20.24a1.86 1.86 0 0 1-.33.76 1.44 1.44 0 0 1-1 .42c-2.24.3-4.39-1.27-6.65-1.1a3.82 3.82 0 0 0-.69.11 35.73 35.73 0 0 1 3.61-40.8l.18-.05a10.78 10.78 0 0 0 4-2.52 42.22 42.22 0 0 0 4-4.63l.8-1a45.61 45.61 0 0 1 7.8-7.41 8 8 0 0 1 2.66-1.44 7.88 7.88 0 0 1 2.52-.08 63.57 63.57 0 0 0 10.41.39 66.79 66.79 0 0 1 7.31-.74c6.33.18 11.73 4.65 15.73 9.55 2.15 2.51 4.07 5.4 4.2 8.68Z\" opacity=\".1\"></path><path fill=\"#965d7b\" d=\"M289.1 134.6c-1.39 2.28-3.9 3.83-4.84 6.33-1.38 3.63.95 8.15-1.19 11.39-.71 1.09-1.88 1.9-2.28 3.15-.68 2.11 1.18 4.36.7 6.53s-3.34 4-2.58 6.12a4 4 0 0 0 2.2 2 8.6 8.6 0 0 0 5 1.11c2.73-.45 4.76-3.13 7.53-3.33 2.25-.16 4.4 1.4 6.64 1.11a1.5 1.5 0 0 0 1-.43 1.73 1.73 0 0 0 .33-.76q2.52-10.05 4.4-20.24a21.8 21.8 0 0 1 1.5-5.52 7.17 7.17 0 0 1 4-3.88c2.67-.86 5.67.6 7.38 2.83s2.36 5.08 2.82 7.85.75 5.62 1.88 8.19a4.78 4.78 0 0 0 1.82 2.34c1.5.87 3.52.18 4.67-1.12a10.43 10.43 0 0 0 2-4.75 14.28 14.28 0 0 1 1.69-4.89c1.58-2.36 4.47-3.43 7.23-4.1s5.67-1.14 8-2.79a16.46 16.46 0 0 0 4.38-5.43c1.48-2.58 2.86-5.38 2.74-8.35-.13-3.24-2.05-6.13-4.1-8.65-4-4.9-9.41-9.37-15.74-9.54a62.2 62.2 0 0 0-7.31.74 62.57 62.57 0 0 1-10.41-.4 8.18 8.18 0 0 0-2.52.09 7.54 7.54 0 0 0-2.65 1.44 45.63 45.63 0 0 0-7.81 7.4 57.31 57.31 0 0 1-4.82 5.6 10.85 10.85 0 0 1-4 2.53c-1 .28-2 .08-2.95.39-2.95.93-3.34 4.78-4.71 7.04Z\"></path><path d=\"M385.4 161.79c-8 1.47-14.63-5-18.3-9.72a39.22 39.22 0 0 1-3.07-4.52l27.46 5.18 1.11.21s5.05 6.61-7.2 8.85Z\" opacity=\".1\"></path><g opacity=\".1\"><path d=\"M281.49 159.14a8.33 8.33 0 0 0-.58-3.84c0 .1-.09.2-.12.3-.43 1.34.15 2.73.52 4.12a3 3 0 0 0 .18-.58ZM283.87 142.77a22.22 22.22 0 0 0 .08 4.15 22.28 22.28 0 0 0-.08-4.15ZM353.32 133.42a16.4 16.4 0 0 1-4.38 5.44c-2.31 1.65-5.22 2.11-8 2.78s-5.65 1.74-7.23 4.1a14.41 14.41 0 0 0-1.69 4.9 10.47 10.47 0 0 1-2 4.75c-1.15 1.3-3.17 2-4.67 1.12a4.78 4.78 0 0 1-1.82-2.34c-1.13-2.57-1.43-5.41-1.88-8.19s-1.12-5.62-2.82-7.85-4.71-3.7-7.38-2.83a7.14 7.14 0 0 0-4 3.88 21.8 21.8 0 0 0-1.5 5.52q-1.87 10.19-4.4 20.24a1.73 1.73 0 0 1-.33.76 1.5 1.5 0 0 1-1 .43c-2.24.29-4.39-1.27-6.64-1.11-2.77.2-4.8 2.88-7.53 3.32a8.45 8.45 0 0 1-5-1.11 5.35 5.35 0 0 1-1.83-1.3 2.7 2.7 0 0 0-.37 2.33 3.9 3.9 0 0 0 2.2 2 8.45 8.45 0 0 0 5 1.11c2.73-.44 4.76-3.12 7.53-3.32 2.25-.16 4.4 1.4 6.64 1.11a1.5 1.5 0 0 0 1-.43 1.73 1.73 0 0 0 .33-.76q2.52-10 4.4-20.24a21.8 21.8 0 0 1 1.5-5.52 7.14 7.14 0 0 1 4-3.88c2.67-.87 5.67.6 7.38 2.83s2.36 5.08 2.82 7.85.75 5.62 1.88 8.19a4.78 4.78 0 0 0 1.82 2.34c1.5.87 3.52.18 4.67-1.12a10.47 10.47 0 0 0 2-4.75 14.41 14.41 0 0 1 1.69-4.9c1.58-2.36 4.47-3.42 7.23-4.1s5.67-1.13 8-2.78a16.4 16.4 0 0 0 4.38-5.44c1.48-2.57 2.86-5.37 2.74-8.34a10.74 10.74 0 0 0-.12-1.14 19.65 19.65 0 0 1-2.62 6.45Z\"></path></g><path d=\"M356.1 133.72a35.33 35.33 0 0 1 4.45 14.85c-8.91-5-17.29-10.49-21.52-12.4-7.37-3.33-34.93-2.83-45.29-2.52a34.93 34.93 0 0 1 3.78-5.46 36.18 36.18 0 0 1 8.25-7.22 35.77 35.77 0 0 1 50.38 12.73ZM387.9 157.55c-4.81 1.48-12.66-1.38-20.8-5.48a39.22 39.22 0 0 1-3.07-4.52l27.46 5.18c1.82 1.24 2.28 3.01-3.59 4.82Z\" opacity=\".1\"></path><path fill=\"#444053\" d=\"M327.03 99.05s-26.25-1.5-33.63 12.75l-1.19 12.63-2-.22-.4 8.59s40.12-1.75 49.25 2.37 37.5 24.88 48.87 21.38-1-6.75-1-6.75-15.65-6.63-15.65-11.83-3.88-32.67-44.25-38.92Z\"></path><path d=\"M276.4 567.25s16.75 16.25 24 15c0 0-20.5-1.75-24-15ZM272.9 574.78s1.5 8.36 5.5 7.54-5.5-7.54-5.5-7.54ZM299.15 714.5s-23.78 18.5-19.77 19 19.77-19 19.77-19Z\" opacity=\".1\"></path><path fill=\"var(--bms-main-140)\" d=\"m330.96 347.33 77-12.53v72.9l-73.16-3.83-3.84-56.54z\"></path><path d=\"m330.96 347.33 77-12.53v72.9l-73.16-3.83-3.84-56.54z\" opacity=\".05\"></path><path fill=\"var(--bms-main-140)\" d=\"m407.96 334.8 92.34 6.91-5.11 63.44-87.23 2.55v-72.9z\"></path><path d=\"m407.96 334.8 92.34 6.91-5.11 63.44-87.23 2.55v-72.9z\" opacity=\".1\"></path><path fill=\"var(--bms-main-140)\" d=\"m436.35 312.55-28.39 22.25 92.34 6.91 15.09-22.77-79.04-6.39zM303.08 323.03l69.32-8.44 35.56 20.21-77 12.53-27.88-24.3zM424.84 353.73v99.67l-36.07-3.7-15.69-1.6-4.78-.5-15.68-1.61-21.66-2.22v-96.44l76.99 5.24 16.89 1.16z\"></path><path fill=\"var(--bms-main-140)\" d=\"M500.3 341.71v97.2l-28.91 5.55-14.06 2.7-32.49 6.24v-99.67l75.46-12.02z\"></path><path d=\"M500.3 341.71v97.2l-28.91 5.55-14.06 2.7-32.49 6.24v-99.67l75.46-12.02z\" opacity=\".05\"></path><path fill=\"var(--bms-main-140)\" d=\"m303.08 368.31 27.88-20.98 93.88 6.4-13.82 23.28-107.94-8.7z\"></path><path fill=\"#fff\" d=\"m303.08 368.31 27.88-20.98 93.88 6.4-13.82 23.28-107.94-8.7z\" opacity=\".1\"></path><path fill=\"var(--bms-main-140)\" d=\"m500.3 341.71-75.46 12.02 24.56 22 80.83-13.56-29.93-20.46z\"></path><path fill=\"#fff\" d=\"m500.3 341.71-75.46 12.02 24.56 22 80.83-13.56-29.93-20.46zM471.39 444.46l-14.06 2.7v-20.77l13.17-3.32.89 21.39zM388.77 435.96v13.74l-15.69-1.6v-12.14h15.69zM368.3 440.29v7.31l-15.68-1.61v-5.7h15.68z\" opacity=\".1\"></path><path d=\"M415.4 428.67c-10.75 13.75-46.25 4.25-46.25 4.25l-26.38-27.52-3.58-3.73 7-13s2 .66 5.34 1.82c17.68 6.18 72.92 26.61 63.87 38.18Z\" opacity=\".1\"></path><path fill=\"#efb7b9\" d=\"M414.4 426.67c-10.75 13.75-46.25 4.25-46.25 4.25l-26.38-27.52-3.58-3.73 7-13s2 .66 5.34 1.82c17.68 6.18 72.92 26.61 63.87 38.18Z\"></path><path d=\"M350.49 388.49c-1.46 4.2-5.17 10.42-8.76 14.91l-3.58-3.73 7-13s2.01.66 5.34 1.82Z\" opacity=\".1\"></path><path fill=\"#dce6f2\" d=\"M263.15 232.97s-26.25 10-26.5 38a460.08 460.08 0 0 0 3 54s-7.5 41.75 13.75 53.75 41 22 41 22 33.95 5.5 38.12 7.25 18.66-20.75 16.41-24.5-33.16-13-36.83-19.25-12.71-10.46-12.71-10.46-9.22-6.29-9.59-11.54 2.35-9 3.12-11.25 3.56-24.25 3.56-24.25 14.92-78.05-33.33-73.75Z\"></path><path d=\"M275.15 325.67s-35.5 4-32.75 16.5c0 0 13.49-12.61 32.75-16.5ZM275.15 330.67S255 345.42 258.7 346.42s16.45-15.75 16.45-15.75ZM284.15 336.67s-5.75 10.34-2.5 9.8 2.5-9.8 2.5-9.8Z\" opacity=\".1\"></path><path fill=\"var(--bms-main-140)\" d=\"M653.77 112.39s-38-2.29-33.56 24.37c0 0-.89 4.71 3.38 6.85 0 0 .07-2 3.9-1.31a17.51 17.51 0 0 0 4.13.2 8.57 8.57 0 0 0 5.06-2.09s10.69-4.41 14.85-21.89c0 0 3.08-3.82 3-4.8l-6.42 2.75s2.19 4.63.46 8.48c0 0-.2-8.31-1.44-8.12-.25 0-3.33 1.61-3.33 1.61s3.77 8.06.92 13.93c0 0 1.08-9.94-2.1-13.35l-4.52 2.64s4.41 8.33 1.42 15.13c0 0 .77-10.43-2.37-14.49l-4.1 3.19s4.15 8.22 1.62 13.86c0 0-.33-12.14-2.51-13.06 0 0-3.58 3.16-4.12 4.46 0 0 2.83 6 1.07 9.11 0 0-1.08-8.09-2-8.13 0 0-3.57 5.36-3.94 9a19.46 19.46 0 0 1 3.07-9.54 10.71 10.71 0 0 0-5.46 2.83s.55-3.79 6.34-4.12c0 0 3-4.07 3.74-4.32 0 0-5.76-.48-9.25 1.07 0 0 3.07-3.57 10.31-2l4-3.3s-7.58-1-10.8.11c0 0 3.7-3.16 11.89-.86l4.4-2.63s-6.46-1.4-10.31-.89c0 0 4.06-2.19 11.6.18l3.15-1.41s-4.74-.93-6.12-1.08-1.46-.53-1.46-.53a16.36 16.36 0 0 1 8.89 1s6.75-2.43 6.61-2.85Z\"></path><path fill=\"var(--bms-main-140)\" d=\"M769.23 245.73s-38-2.29-33.56 24.37c0 0-.89 4.71 3.38 6.85 0 0 .07-2 3.91-1.31a17.51 17.51 0 0 0 4.13.2 8.56 8.56 0 0 0 5-2.08s10.7-4.42 14.86-21.9c0 0 3.07-3.81 2.95-4.79l-6.42 2.74s2.19 4.63.47 8.48c0 0-.21-8.31-1.44-8.12-.25 0-3.34 1.61-3.34 1.61s3.78 8.07.93 13.93c0 0 1.08-9.94-2.11-13.35l-4.47 2.61s4.41 8.33 1.42 15.13c0 0 .77-10.43-2.37-14.49l-4.09 3.2s4.14 8.21 1.62 13.85c0 0-.33-12.14-2.51-13.06 0 0-3.58 3.16-4.13 4.46 0 0 2.84 6 1.08 9.11 0 0-1.08-8.09-2-8.13 0 0-3.57 5.36-3.94 9a19.52 19.52 0 0 1 3.08-9.54 10.76 10.76 0 0 0-5.47 2.83s.56-3.79 6.35-4.12c0 0 2.95-4.07 3.74-4.32 0 0-5.76-.48-9.25 1.07 0 0 3.07-3.57 10.3-1.95l4-3.3s-7.59-1-10.8.11c0 0 3.7-3.16 11.89-.86l4.4-2.63s-6.47-1.39-10.32-.89c0 0 4.07-2.19 11.61.18l3.15-1.41s-4.74-.93-6.13-1.08-1.46-.53-1.46-.53a16.39 16.39 0 0 1 8.9 1s6.76-2.45 6.64-2.87ZM538.38 222.06s8.75-37.09-18.29-37.22c0 0-4.49-1.68-7.32 2.16 0 0 1.93.41.62 4.07a17.8 17.8 0 0 0-.9 4 8.59 8.59 0 0 0 1.19 5.33s2.53 11.3 19 18.38c0 0 3.24 3.68 4.22 3.72l-1.6-6.79s-4.94 1.37-8.44-1c0 0 8.23 1.21 8.24 0 0-.25-1-3.56-1-3.56s-8.59 2.34-13.89-1.47c0 0 9.61 2.76 13.52.21l-1.8-4.92s-9 2.93-15.16-1.18c0 0 10.15 2.54 14.69.14l-2.45-4.58s-8.8 2.68-13.93-.77c0 0 12 1.74 13.3-.24 0 0-2.5-4.07-3.69-4.83 0 0-6.36 1.78-9.16-.49 0 0 8.15.31 8.34-.55 0 0-4.67-4.43-8.23-5.43a19.6 19.6 0 0 1 8.89 4.66 10.79 10.79 0 0 0-1.86-5.87s3.64 1.2 3 7c0 0 3.5 3.6 3.61 4.42 0 0 1.45-5.59.52-9.3 0 0 3 3.64.17 10.49l2.56 4.55s2.32-7.3 1.73-10.66c0 0 2.49 4.18-1.18 11.86l1.85 4.79s2.47-6.14 2.63-10c0 0 1.47 4.38-2.16 11.41l.86 3.34s1.72-4.51 2.1-5.85.77-1.35.77-1.35a16.38 16.38 0 0 1-2.49 8.6s1.31 6.98 1.74 6.93ZM455.16 234.7s-30.52-22.83-41.43 1.9c0 0-3.33 3.45-.94 7.58 0 0 1.14-1.61 4 1.06a17.51 17.51 0 0 0 3.34 2.44 8.58 8.58 0 0 0 5.37 1s11.36 2.19 24.44-10.12c0 0 4.67-1.5 5.11-2.38l-6.89-1.21s-.72 5.07-4.27 7.34c0 0 4.39-7.06 3.25-7.57-.23-.11-3.67-.5-3.67-.5s-1.28 8.82-6.88 12.15c0 0 6.37-7.71 5.58-12.31l-5.23-.28s-.89 9.39-7.13 13.43c0 0 6.37-8.29 6-13.41l-5.18.42s-1.05 9.13-6.26 12.45c0 0 6.39-10.32 5.08-12.28 0 0-4.73.67-5.9 1.45 0 0-.91 6.54-4.11 8.2 0 0 3.55-7.35 2.83-7.86 0 0-5.93 2.51-8.26 5.37a19.53 19.53 0 0 1 7.82-6.28 10.77 10.77 0 0 0-6.12-.64s2.54-2.86 7.56.05c0 0 4.7-1.77 5.5-1.55 0 0-4.55-3.57-8.32-4.19 0 0 4.54-1.3 9.69 4l5.19-.53s-5.77-5-9.08-5.84c0 0 4.83-.61 10.4 5.81l5.12.23s-4.63-4.72-8.12-6.42c0 0 4.59.4 9.59 6.53l3.41.55s-3.45-3.38-4.53-4.26-.93-1.25-.93-1.25a16.43 16.43 0 0 1 6.89 5.72s6.95 1.61 7.08 1.2ZM556.77 22.59s-30.52-22.84-41.43 1.9c0 0-3.33 3.45-.94 7.58 0 0 1.14-1.61 4 1.06a17.79 17.79 0 0 0 3.35 2.43 8.57 8.57 0 0 0 5.37 1s11.36 2.19 24.44-10.13c0 0 4.67-1.49 5.1-2.38l-6.89-1.19s-.71 5.07-4.27 7.34c0 0 4.4-7.06 3.26-7.57-.23-.11-3.67-.5-3.67-.5s-1.32 8.84-6.92 12.15c0 0 6.36-7.71 5.58-12.31l-5.23-.28s-.9 9.39-7.13 13.42c0 0 6.37-8.29 6-13.41l-5.17.42s-1.06 9.14-6.27 12.46c0 0 6.4-10.32 5.09-12.28 0 0-4.73.67-5.9 1.45 0 0-.91 6.54-4.11 8.2 0 0 3.55-7.35 2.83-7.87 0 0-5.93 2.52-8.26 5.38a19.44 19.44 0 0 1 7.82-6.28 10.7 10.7 0 0 0-6.13-.64s2.55-2.86 7.57.05c0 0 4.7-1.78 5.5-1.55 0 0-4.55-3.57-8.32-4.2 0 0 4.53-1.29 9.68 4l5.19-.53s-5.76-5-9.08-5.85c0 0 4.83-.6 10.41 5.82l5.12.22s-4.63-4.72-8.13-6.41c0 0 4.6.4 9.6 6.53l3.4.55s-3.46-3.34-4.54-4.2-.93-1.24-.93-1.24a16.4 16.4 0 0 1 6.89 5.72s6.95 1.52 7.12 1.14ZM673.39 51.52s-12.2-36.11-35.21-21.92c0 0-4.7 1-5.07 5.71 0 0 1.85-.68 2.67 3.12a18 18 0 0 0 1.37 3.91 8.66 8.66 0 0 0 3.84 3.89s8.12 8.25 25.88 5.52c0 0 4.69 1.42 5.55.93l-5-4.91s-3.46 3.77-7.68 3.62c0 0 7.63-3.32 7-4.39-.13-.21-2.74-2.48-2.74-2.48s-6.06 6.53-12.56 6.1c0 0 9.61-2.74 11.57-7l-4.14-3.19s-6.06 7.22-13.49 7c0 0 10-3.21 12.53-7.65l-4.5-2.59s-6 6.93-12.22 6.71c0 0 11.12-4.87 11.15-7.23 0 0-4.27-2.13-5.68-2.15 0 0-4.46 4.87-8 4.43 0 0 7.08-4.05 6.78-4.88 0 0-6.3-1.29-9.85-.25a19.49 19.49 0 0 1 10-.75 10.79 10.79 0 0 0-4.69-4s3.72-.91 6.21 4.33c0 0 4.88 1.21 5.4 1.84 0 0-1.72-5.51-4.47-8.17 0 0 4.47 1.51 5.69 8.82l4.58 2.5s-1.89-7.41-4.17-10c0 0 4.33 2.24 5.27 10.69l4.1 3.09s-1.14-6.52-3.06-9.9c0 0 3.56 2.94 4.2 10.83l2.49 2.38s-.92-4.74-1.3-6.08-.07-1.43-.07-1.43a16.49 16.49 0 0 1 2.43 8.62s4.84 5.19 5.19 4.93ZM593.77 53.3s-37.9-4.22-34.77 22.67c0 0-1.13 4.66 3 7 0 0 .17-2 4-1.1a18.4 18.4 0 0 0 4.12.41 8.6 8.6 0 0 0 5.15-1.83s10.91-3.87 16-21.12c0 0 3.26-3.65 3.19-4.64l-6.55 2.42s2 4.73 0 8.49c0 0 .21-8.31-1-8.18-.25 0-3.41 1.44-3.41 1.44s3.36 8.25.22 14c0 0 1.58-9.88-1.43-13.44l-4.65 2.4s4 8.55.65 15.19c0 0 1.3-10.38-1.63-14.59l-4.25 3s3.72 8.41.91 13.92c0 0 .29-12.14-1.84-13.17 0 0-3.74 3-4.35 4.24 0 0 2.53 6.1.62 9.15 0 0-.67-8.13-1.55-8.21 0 0-3.84 5.17-4.4 8.82a19.47 19.47 0 0 1 3.56-9.38 10.76 10.76 0 0 0-5.6 2.55s.74-3.75 6.54-3.79c0 0 3.15-3.91 4-4.12 0 0-5.73-.77-9.3.6 0 0 3.25-3.42 10.39-1.43l4.21-3.09s-7.61-1.54-10.83-.54c0 0 3.86-3 11.92-.25l4.53-2.41s-6.39-1.72-10.26-1.41c0 0 4.17-2 11.58.77l3.22-1.25s-4.69-1.17-6.07-1.39-1.43-.6-1.43-.6a16.45 16.45 0 0 1 8.84 1.44s6.74-2.15 6.67-2.57ZM925.37 347.47s-37.88-4.22-34.75 22.64c0 0-1.13 4.66 3 7 0 0 .17-2 4-1.11a17.3 17.3 0 0 0 4.12.41 8.53 8.53 0 0 0 5.15-1.83s10.91-3.87 15.95-21.11c0 0 3.26-3.66 3.19-4.64l-6.55 2.41s2 4.74 0 8.5c0 0 .21-8.32-1-8.18-.25 0-3.41 1.43-3.41 1.43s3.36 8.25.22 14c0 0 1.58-9.87-1.43-13.44l-4.65 2.41s4 8.55.66 15.19c0 0 1.29-10.38-1.64-14.6l-4.25 3s3.72 8.41.91 13.91c0 0 .29-12.14-1.84-13.16 0 0-3.73 3-4.35 4.24 0 0 2.54 6.1.62 9.15 0 0-.67-8.13-1.55-8.21 0 0-3.84 5.17-4.4 8.82a19.47 19.47 0 0 1 3.56-9.38 10.67 10.67 0 0 0-5.6 2.55s.74-3.76 6.54-3.8c0 0 3.16-3.91 4-4.11 0 0-5.73-.78-9.3.59 0 0 3.25-3.41 10.4-1.42l4.2-3.09s-7.52-1.42-10.79-.44c0 0 3.86-3 11.92-.26l4.53-2.4s-6.39-1.72-10.26-1.41c0 0 4.17-2 11.58.77l3.22-1.26s-4.69-1.17-6.07-1.38-1.43-.6-1.43-.6a16.39 16.39 0 0 1 8.84 1.43s6.76-2.19 6.66-2.62ZM983.28 382.85s-37.88-4.21-34.75 22.64c0 0-1.12 4.66 3 7 0 0 .17-2 4-1.1a17.65 17.65 0 0 0 4.11.4 8.64 8.64 0 0 0 5.13-1.82s10.9-3.87 15.94-21.12c0 0 3.27-3.65 3.19-4.64l-6.55 2.41s2 4.74 0 8.5c0 0 .21-8.31-1-8.18-.25 0-3.41 1.43-3.41 1.43s3.36 8.25.22 14c0 0 1.58-9.87-1.43-13.43l-4.65 2.4s4 8.55.66 15.19c0 0 1.29-10.38-1.64-14.59l-4.25 3s3.72 8.41.92 13.92c0 0 .28-12.15-1.85-13.17 0 0-3.73 3-4.35 4.24 0 0 2.54 6.1.62 9.15 0 0-.67-8.13-1.55-8.21 0 0-3.84 5.17-4.39 8.82a19.52 19.52 0 0 1 3.55-9.38 10.76 10.76 0 0 0-5.6 2.55s.75-3.76 6.55-3.79c0 0 3.15-3.91 4-4.12 0 0-5.73-.77-9.3.6 0 0 3.25-3.42 10.4-1.43l4.2-3.09s-7.52-1.42-10.79-.44c0 0 3.86-3 11.92-.25l4.53-2.41s-6.39-1.72-10.26-1.41c0 0 4.17-2 11.58.77l3.22-1.25s-4.69-1.17-6.06-1.39-1.44-.6-1.44-.6a16.45 16.45 0 0 1 8.84 1.44s6.79-2.21 6.69-2.64ZM854.71 84.84s-30.52-22.83-41.43 1.9c0 0-3.33 3.45-.94 7.58 0 0 1.14-1.61 4 1.06a17.51 17.51 0 0 0 3.34 2.44 8.59 8.59 0 0 0 5.37 1s11.36 2.19 24.45-10.12c0 0 4.66-1.5 5.1-2.38l-6.87-1.24s-.72 5.07-4.27 7.34c0 0 4.39-7.06 3.25-7.57-.23-.11-3.66-.5-3.66-.5s-1.29 8.82-6.89 12.15c0 0 6.37-7.71 5.58-12.31l-5.23-.28s-.89 9.39-7.13 13.43c0 0 6.38-8.29 6-13.41l-5.18.42s-1 9.13-6.26 12.45c0 0 6.4-10.32 5.08-12.28 0 0-4.73.67-5.9 1.45 0 0-.9 6.54-4.1 8.2 0 0 3.54-7.35 2.82-7.86 0 0-5.93 2.51-8.26 5.37a19.53 19.53 0 0 1 7.82-6.28 10.77 10.77 0 0 0-6.12-.64s2.55-2.86 7.57.05c0 0 4.69-1.77 5.49-1.55 0 0-4.55-3.57-8.32-4.19 0 0 4.54-1.3 9.69 4l5.19-.53s-5.76-5-9.08-5.84c0 0 4.83-.61 10.4 5.81l5.13.23s-4.64-4.72-8.13-6.42c0 0 4.6.4 9.59 6.53l3.41.55s-3.45-3.38-4.53-4.26-.92-1.17-.92-1.17a16.44 16.44 0 0 1 6.88 5.72s6.93 1.56 7.06 1.15ZM878.29 249.66s-10.52-36.63-34.18-23.48c0 0-4.74.73-5.33 5.47 0 0 1.88-.59 2.53 3.24a17.73 17.73 0 0 0 1.2 4 8.59 8.59 0 0 0 3.66 4.08s7.74 8.6 25.6 6.68c0 0 4.62 1.62 5.5 1.18l-4.73-5.14s-3.63 3.62-7.83 3.28c0 0 7.76-3 7.16-4.07-.12-.22-2.62-2.61-2.62-2.61s-6.34 6.26-12.82 5.53c0 0 9.73-2.3 11.87-6.44l-4-3.38s-6.38 6.94-13.79 6.4c0 0 10.08-2.77 12.86-7.08l-4.38-2.79s-6.35 6.65-12.51 6.15c0 0 11.33-4.37 11.47-6.72 0 0-4.18-2.32-5.59-2.4 0 0-4.67 4.66-8.22 4.06 0 0 7.26-3.73 7-4.57 0 0-6.24-1.57-9.83-.7a19.51 19.51 0 0 1 10-.29 10.73 10.73 0 0 0-4.5-4.2s3.76-.75 6 4.6c0 0 4.81 1.42 5.31 2.08 0 0-1.47-5.59-4.1-8.36 0 0 4.4 1.7 5.29 9.06l4.46 2.71s-1.56-7.5-3.72-10.14c0 0 4.22 2.43 4.79 10.91l4 3.27s-.85-6.56-2.61-10c0 0 3.43 3.1 3.71 11l2.38 2.5s-.7-4.78-1-6.14 0-1.55 0-1.55a16.39 16.39 0 0 1 2.05 8.72s4.56 5.38 4.92 5.14ZM643.87 332.2s-20.43-32.18-39.4-12.92c0 0-4.34 2-3.58 6.75 0 0 1.65-1.1 3.35 2.4a17.12 17.12 0 0 0 2.26 3.46 8.54 8.54 0 0 0 4.65 2.88s9.85 6.08 26.45-.8c0 0 4.89.26 5.61-.41l-6-3.6s-2.47 4.5-6.6 5.35c0 0 6.62-5 5.73-5.92-.17-.18-3.25-1.76-3.25-1.76s-4.33 7.78-10.75 8.91c0 0 8.69-4.95 9.59-9.53l-4.79-2.11s-4.17 8.45-11.43 10c0 0 8.9-5.49 10.35-10.41l-5-1.44s-4.22 8.17-10.27 9.42c0 0 9.64-7.38 9.11-9.68 0 0-4.66-1.05-6-.73 0 0-3.17 5.79-6.75 6.21 0 0 5.92-5.62 5.43-6.36 0 0-6.43.25-9.63 2.1a19.46 19.46 0 0 1 9.54-3.1 10.73 10.73 0 0 0-5.49-2.77s3.39-1.77 7 2.73c0 0 5 0 5.69.5 0 0-3-5-6.29-6.87 0 0 4.7.4 7.62 7.21l5.05 1.34s-3.61-6.75-6.42-8.68c0 0 4.73 1.14 7.66 9.13l4.72 2s-2.66-6.05-5.33-8.88c0 0 4.16 2 6.65 9.51l3 1.73s-2-4.39-2.71-5.6-.43-1.49-.43-1.49a16.4 16.4 0 0 1 4.41 7.79s5.98 3.98 6.25 3.64Z\" opacity=\".1\"></path><path fill=\"var(--bms-main-140)\" d=\"M778.14 167.78s-19.43-32.79-39-14.13c0 0-4.4 1.9-3.78 6.64 0 0 1.67-1.06 3.27 2.49a17.28 17.28 0 0 0 2.15 3.54 8.49 8.49 0 0 0 4.56 3s9.65 6.38 26.46 0c0 0 4.88.41 5.62-.24l-5.87-3.78s-2.6 4.41-6.76 5.14c0 0 6.77-4.83 5.92-5.74-.18-.19-3.2-1.87-3.2-1.87s-4.57 7.65-11 8.58c0 0 8.84-4.68 9.87-9.22l-4.72-2.22s-4.43 8.33-11.74 9.66c0 0 9.07-5.21 10.67-10.08l-4.94-1.6s-4.48 8-10.56 9.1c0 0 9.86-7.08 9.4-9.39 0 0-4.62-1.2-6-.92 0 0-3.35 5.69-6.94 6 0 0 6.09-5.42 5.63-6.18 0 0-6.44.05-9.69 1.8a19.52 19.52 0 0 1 9.63-2.8 10.75 10.75 0 0 0-5.41-2.94s3.45-1.67 7 2.94c0 0 5 .17 5.67.68 0 0-2.83-5-6.07-7.06 0 0 4.68.54 7.39 7.44l5 1.5s-3.39-6.86-6.15-8.88c0 0 4.7 1.29 7.38 9.36l4.65 2.17s-2.47-6.13-5-9c0 0 4.09 2.13 6.36 9.71l2.93 1.82s-1.88-4.45-2.54-5.68-.38-1.5-.38-1.5a16.43 16.43 0 0 1 4.17 7.92s5.73 4.07 6.02 3.74ZM655.21 236.73s1-38.1-25.47-32.73c0 0-4.74-.73-6.74 3.61 0 0 2 0 1.44 3.85a17.56 17.56 0 0 0-.06 4.14 8.55 8.55 0 0 0 2.25 5s4.77 10.54 22.38 14.12c0 0 3.91 2.95 4.89 2.79l-3-6.32s-4.55 2.34-8.46.75c0 0 8.3-.49 8.07-1.71 0-.25-1.72-3.29-1.72-3.29s-7.94 4.05-13.89 1.39c0 0 10 .75 13.27-2.54l-2.79-4.43s-8.18 4.68-15.08 1.92c0 0 10.45.42 14.41-2.85l-3.33-4s-8.07 4.42-13.79 2.08c0 0 12.12-.73 13-2.94 0 0-3.28-3.47-4.6-4 0 0-5.86 3-9.06 1.38 0 0 8-1.34 8.05-2.23 0 0-5.47-3.39-9.16-3.64a19.47 19.47 0 0 1 9.65 2.76 10.75 10.75 0 0 0-3-5.37s3.81.43 4.33 6.2c0 0 4.17 2.82 4.44 3.6 0 0 .29-5.77-1.38-9.21 0 0 3.68 2.95 2.3 10.23l3.43 3.94s.78-7.62-.47-10.79c0 0 3.28 3.59 1.26 11.85l2.77 4.31s1.18-6.51.55-10.34c0 0 2.32 4 .2 11.61l1.52 3.1s.77-4.77.87-6.16.48-1.48.48-1.48a16.42 16.42 0 0 1-.69 8.93s2.69 6.6 3.13 6.47Z\"></path><ellipse cx=\"698.97\" cy=\"716.3\" fill=\"var(--bms-main-140)\" opacity=\".1\" rx=\"26.93\" ry=\"4.55\"></ellipse><ellipse cx=\"600.8\" cy=\"785.38\" fill=\"var(--bms-main-140)\" opacity=\".1\" rx=\"26.93\" ry=\"4.55\"></ellipse><ellipse cx=\"93.14\" cy=\"749.99\" fill=\"var(--bms-main-140)\" opacity=\".1\" rx=\"26.93\" ry=\"4.55\"></ellipse><ellipse cx=\"805.06\" cy=\"780.83\" fill=\"var(--bms-main-140)\" opacity=\".1\" rx=\"26.93\" ry=\"4.55\"></ellipse><ellipse cx=\"833.1\" cy=\"723.1\" fill=\"var(--bms-main-140)\" rx=\"40.21\" ry=\"6.8\"></ellipse><path fill=\"var(--bms-main-140)\" d=\"M849.77 711.97a11.61 11.61 0 0 0 3.83-5.78c.5-2.3-.48-5.05-2.67-5.89-2.46-.94-5.09.76-7.09 2.48s-4.27 3.69-6.88 3.33a10.5 10.5 0 0 0 3.24-9.81 4.11 4.11 0 0 0-.9-2c-1.37-1.46-3.84-.83-5.48.32-5.2 3.66-6.65 10.72-6.68 17.08-.52-2.29-.08-4.68-.09-7s-.66-5-2.65-6.22a7.91 7.91 0 0 0-4-1c-2.34-.08-4.95.15-6.54 1.86-2 2.12-1.47 5.69.25 8s4.35 3.8 6.77 5.42a15.13 15.13 0 0 1 4.84 4.61 4.7 4.7 0 0 1 .35.82h14.66a40.44 40.44 0 0 0 9.04-6.22Z\"></path><path fill=\"#a8a8a8\" d=\"M75.06 728.84s15.35-.47 20-3.77 23.63-7.23 24.78-1.94 23.08 26.29 5.74 26.43-40.29-2.7-44.91-5.52-5.61-15.2-5.61-15.2Z\"></path><path d=\"M125.87 747.72c-17.34.14-40.29-2.7-44.91-5.52-3.52-2.14-4.92-9.83-5.39-13.38h-.51s1 12.39 5.59 15.2 27.57 5.66 44.91 5.52c5 0 6.73-1.82 6.64-4.46-.7 1.61-2.61 2.61-6.33 2.64Z\" opacity=\".2\"></path>", 62)
|
|
90633
90647
|
]))]))
|
|
90634
90648
|
}
|
|
90635
90649
|
const Empty = { render: render };
|
|
90636
90650
|
|
|
90637
|
-
const _hoisted_1$
|
|
90638
|
-
const _hoisted_2$
|
|
90651
|
+
const _hoisted_1$f = { class: "empty-screen" };
|
|
90652
|
+
const _hoisted_2$d = { class: "empty-screen__img" };
|
|
90639
90653
|
const _hoisted_3$7 = { class: "empty-screen__title" };
|
|
90640
90654
|
const _hoisted_4$5 = {
|
|
90641
90655
|
key: 0,
|
|
90642
90656
|
class: "empty-screen__description"
|
|
90643
90657
|
};
|
|
90644
|
-
const _sfc_main$
|
|
90658
|
+
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
90645
90659
|
__name: "BmsEmptyScreen",
|
|
90646
90660
|
props: {
|
|
90647
90661
|
title: {},
|
|
@@ -90650,8 +90664,8 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
90650
90664
|
setup(__props) {
|
|
90651
90665
|
const props = __props;
|
|
90652
90666
|
return (_ctx, _cache) => {
|
|
90653
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
90654
|
-
createElementVNode("div", _hoisted_2$
|
|
90667
|
+
return openBlock(), createElementBlock("div", _hoisted_1$f, [
|
|
90668
|
+
createElementVNode("div", _hoisted_2$d, [
|
|
90655
90669
|
createVNode(unref(Empty))
|
|
90656
90670
|
]),
|
|
90657
90671
|
createElementVNode("h1", _hoisted_3$7, toDisplayString(props.title), 1),
|
|
@@ -90661,12 +90675,12 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
90661
90675
|
}
|
|
90662
90676
|
});
|
|
90663
90677
|
|
|
90664
|
-
const BmsEmptyScreen = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90678
|
+
const BmsEmptyScreen = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-d128fb40"]]);
|
|
90665
90679
|
|
|
90666
|
-
const _hoisted_1$
|
|
90667
|
-
const _hoisted_2$
|
|
90680
|
+
const _hoisted_1$e = { class: "bms-pagination__select" };
|
|
90681
|
+
const _hoisted_2$c = { class: "bms-pagination__status" };
|
|
90668
90682
|
const _hoisted_3$6 = { class: "bms-pagination__actions" };
|
|
90669
|
-
const _sfc_main$
|
|
90683
|
+
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
90670
90684
|
__name: "BmsPagination",
|
|
90671
90685
|
props: {
|
|
90672
90686
|
currentSize: {},
|
|
@@ -90723,7 +90737,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
90723
90737
|
class: "bms-pagination",
|
|
90724
90738
|
tabcurrentPage: "0"
|
|
90725
90739
|
}, [
|
|
90726
|
-
createElementVNode("div", _hoisted_1$
|
|
90740
|
+
createElementVNode("div", _hoisted_1$e, [
|
|
90727
90741
|
createTextVNode(toDisplayString(_ctx.selectLabel) + " ", 1),
|
|
90728
90742
|
createVNode(unref(BmsSelect), {
|
|
90729
90743
|
modelValue: size.value,
|
|
@@ -90731,7 +90745,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
90731
90745
|
options: _ctx.sizes.map((size2) => ({ label: size2.toString(), value: size2 }))
|
|
90732
90746
|
}, null, 8, ["modelValue", "options"])
|
|
90733
90747
|
]),
|
|
90734
|
-
createElementVNode("div", _hoisted_2$
|
|
90748
|
+
createElementVNode("div", _hoisted_2$c, [
|
|
90735
90749
|
renderSlot(_ctx.$slots, "default", {
|
|
90736
90750
|
first: size.value * _ctx.currentPage + 1,
|
|
90737
90751
|
currentLast: lastItemNumber.value,
|
|
@@ -90746,7 +90760,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
90746
90760
|
], true)
|
|
90747
90761
|
]),
|
|
90748
90762
|
createElementVNode("div", _hoisted_3$6, [
|
|
90749
|
-
createVNode(_sfc_main$
|
|
90763
|
+
createVNode(_sfc_main$1j, {
|
|
90750
90764
|
color: "neutral",
|
|
90751
90765
|
onClick: goToFirst,
|
|
90752
90766
|
disabled: _ctx.currentPage === 0
|
|
@@ -90756,7 +90770,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
90756
90770
|
]),
|
|
90757
90771
|
_: 1
|
|
90758
90772
|
}, 8, ["disabled"]),
|
|
90759
|
-
createVNode(_sfc_main$
|
|
90773
|
+
createVNode(_sfc_main$1j, {
|
|
90760
90774
|
onClick: goToPrevious,
|
|
90761
90775
|
disabled: _ctx.currentPage === 0
|
|
90762
90776
|
}, {
|
|
@@ -90765,7 +90779,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
90765
90779
|
]),
|
|
90766
90780
|
_: 1
|
|
90767
90781
|
}, 8, ["disabled"]),
|
|
90768
|
-
createVNode(_sfc_main$
|
|
90782
|
+
createVNode(_sfc_main$1j, {
|
|
90769
90783
|
onClick: goToNext,
|
|
90770
90784
|
disabled: _ctx.currentPage === _ctx.pages - 1 || _ctx.pages === 0
|
|
90771
90785
|
}, {
|
|
@@ -90774,7 +90788,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
90774
90788
|
]),
|
|
90775
90789
|
_: 1
|
|
90776
90790
|
}, 8, ["disabled"]),
|
|
90777
|
-
createVNode(_sfc_main$
|
|
90791
|
+
createVNode(_sfc_main$1j, {
|
|
90778
90792
|
onClick: goToLast,
|
|
90779
90793
|
disabled: _ctx.currentPage === _ctx.pages - 1 || _ctx.pages === 0 || _ctx.total === Infinity
|
|
90780
90794
|
}, {
|
|
@@ -90789,7 +90803,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
90789
90803
|
}
|
|
90790
90804
|
});
|
|
90791
90805
|
|
|
90792
|
-
const BmsPagination = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90806
|
+
const BmsPagination = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-e10f3b80"]]);
|
|
90793
90807
|
|
|
90794
90808
|
/**
|
|
90795
90809
|
* Removes all key-value entries from the list cache.
|
|
@@ -94408,11 +94422,11 @@ function requireGet () {
|
|
|
94408
94422
|
var getExports = requireGet();
|
|
94409
94423
|
const _get = /*@__PURE__*/getDefaultExportFromCjs(getExports);
|
|
94410
94424
|
|
|
94411
|
-
const _hoisted_1$
|
|
94425
|
+
const _hoisted_1$d = {
|
|
94412
94426
|
key: 0,
|
|
94413
94427
|
class: "ui-relative-time"
|
|
94414
94428
|
};
|
|
94415
|
-
const _sfc_main$
|
|
94429
|
+
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
94416
94430
|
__name: "BmsRelativeTime",
|
|
94417
94431
|
props: {
|
|
94418
94432
|
relativeTo: { default: Date.now() }
|
|
@@ -94447,7 +94461,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
94447
94461
|
}, timeoutDelay);
|
|
94448
94462
|
};
|
|
94449
94463
|
return (_ctx, _cache) => {
|
|
94450
|
-
return _ctx.relativeTo ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
94464
|
+
return _ctx.relativeTo ? (openBlock(), createElementBlock("span", _hoisted_1$d, [
|
|
94451
94465
|
createVNode(BmsTooltip, { "tooltip-text": formattedDate.value }, {
|
|
94452
94466
|
default: withCtx(() => [
|
|
94453
94467
|
createTextVNode(toDisplayString(date.value), 1)
|
|
@@ -94459,7 +94473,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
94459
94473
|
}
|
|
94460
94474
|
});
|
|
94461
94475
|
|
|
94462
|
-
const _sfc_main$
|
|
94476
|
+
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
94463
94477
|
__name: "UiBmsTableCell",
|
|
94464
94478
|
props: {
|
|
94465
94479
|
cell: {},
|
|
@@ -94485,7 +94499,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
94485
94499
|
])]),
|
|
94486
94500
|
_: 1
|
|
94487
94501
|
}))
|
|
94488
|
-
], 64)) : _ctx.cell.columnType === unref(ColumnType).Date ? (openBlock(), createBlock(_sfc_main$
|
|
94502
|
+
], 64)) : _ctx.cell.columnType === unref(ColumnType).Date ? (openBlock(), createBlock(_sfc_main$g, {
|
|
94489
94503
|
key: 1,
|
|
94490
94504
|
relativeTo: relativeToTime.value
|
|
94491
94505
|
}, null, 8, ["relativeTo"])) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
@@ -94495,11 +94509,11 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
94495
94509
|
}
|
|
94496
94510
|
});
|
|
94497
94511
|
|
|
94498
|
-
const _hoisted_1$
|
|
94512
|
+
const _hoisted_1$c = {
|
|
94499
94513
|
key: 0,
|
|
94500
94514
|
class: "bms-table__row__cell__checkbox"
|
|
94501
94515
|
};
|
|
94502
|
-
const _hoisted_2$
|
|
94516
|
+
const _hoisted_2$b = {
|
|
94503
94517
|
key: 0,
|
|
94504
94518
|
class: "bms-table__row__cell--child-element"
|
|
94505
94519
|
};
|
|
@@ -94507,7 +94521,7 @@ const _hoisted_3$5 = {
|
|
|
94507
94521
|
key: 1,
|
|
94508
94522
|
class: "bms-table__row__cell--action"
|
|
94509
94523
|
};
|
|
94510
|
-
const _sfc_main$
|
|
94524
|
+
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
94511
94525
|
__name: "UiBmsTableRow",
|
|
94512
94526
|
props: {
|
|
94513
94527
|
item: {},
|
|
@@ -94538,7 +94552,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
94538
94552
|
"bms-table__row--dense": _ctx.dense
|
|
94539
94553
|
}])
|
|
94540
94554
|
}, [
|
|
94541
|
-
_ctx.selectable ? (openBlock(), createElementBlock("td", _hoisted_1$
|
|
94555
|
+
_ctx.selectable ? (openBlock(), createElementBlock("td", _hoisted_1$c, [
|
|
94542
94556
|
createVNode(BmsTooltip, {
|
|
94543
94557
|
direction: unref(TooltipDirection).Right,
|
|
94544
94558
|
"tooltip-text": "Vous ne pouvez pas désélectionner un élément unitairement si vous avez choisi de sélectionner la totalité des éléments",
|
|
@@ -94561,7 +94575,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
94561
94575
|
class: normalizeClass([getAlignClass(cell), "bms-table__row__cell"]),
|
|
94562
94576
|
key: cell.key
|
|
94563
94577
|
}, [
|
|
94564
|
-
_ctx.isChildElement ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
94578
|
+
_ctx.isChildElement ? (openBlock(), createElementBlock("div", _hoisted_2$b, [
|
|
94565
94579
|
index === 0 ? (openBlock(), createBlock(unref(CornerDownRight), {
|
|
94566
94580
|
key: 0,
|
|
94567
94581
|
class: "bms-table__row__cell--child-element__icon"
|
|
@@ -94570,7 +94584,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
94570
94584
|
row: _ctx.item.childElement,
|
|
94571
94585
|
isChildElement: _ctx.isChildElement
|
|
94572
94586
|
}, () => [
|
|
94573
|
-
createVNode(_sfc_main$
|
|
94587
|
+
createVNode(_sfc_main$f, {
|
|
94574
94588
|
item: _ctx.item.childElement,
|
|
94575
94589
|
cell
|
|
94576
94590
|
}, null, 8, ["item", "cell"])
|
|
@@ -94585,7 +94599,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
94585
94599
|
row: _ctx.item,
|
|
94586
94600
|
isChildElement: _ctx.isChildElement
|
|
94587
94601
|
}, () => [
|
|
94588
|
-
createVNode(_sfc_main$
|
|
94602
|
+
createVNode(_sfc_main$f, {
|
|
94589
94603
|
item: _ctx.item,
|
|
94590
94604
|
cell
|
|
94591
94605
|
}, null, 8, ["item", "cell"])
|
|
@@ -94598,10 +94612,10 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
94598
94612
|
}
|
|
94599
94613
|
});
|
|
94600
94614
|
|
|
94601
|
-
const UiBmsTableRow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
94615
|
+
const UiBmsTableRow = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-c6304837"]]);
|
|
94602
94616
|
|
|
94603
|
-
const _hoisted_1$
|
|
94604
|
-
const _hoisted_2$
|
|
94617
|
+
const _hoisted_1$b = { class: "bms-table" };
|
|
94618
|
+
const _hoisted_2$a = { class: "bms-table__actions" };
|
|
94605
94619
|
const _hoisted_3$4 = { class: "bms-table__actions__saved-filters" };
|
|
94606
94620
|
const _hoisted_4$4 = { class: "bms-table__actions__custom" };
|
|
94607
94621
|
const _hoisted_5$3 = { class: "bms-table__actions__search" };
|
|
@@ -94626,7 +94640,7 @@ const _hoisted_16$1 = {
|
|
|
94626
94640
|
class: "bms-table__row"
|
|
94627
94641
|
};
|
|
94628
94642
|
const _hoisted_17 = ["colspan"];
|
|
94629
|
-
const _sfc_main$
|
|
94643
|
+
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
94630
94644
|
__name: "UiBmsTable",
|
|
94631
94645
|
props: /* @__PURE__ */ mergeModels({
|
|
94632
94646
|
headers: {},
|
|
@@ -94796,8 +94810,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
94796
94810
|
}
|
|
94797
94811
|
});
|
|
94798
94812
|
return (_ctx, _cache) => {
|
|
94799
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
94800
|
-
createElementVNode("div", _hoisted_2$
|
|
94813
|
+
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
94814
|
+
createElementVNode("div", _hoisted_2$a, [
|
|
94801
94815
|
createElementVNode("div", _hoisted_3$4, [
|
|
94802
94816
|
createElementVNode("div", _hoisted_4$4, [
|
|
94803
94817
|
renderSlot(_ctx.$slots, "custom-actions", {}, void 0, true)
|
|
@@ -94971,14 +94985,14 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
94971
94985
|
}
|
|
94972
94986
|
});
|
|
94973
94987
|
|
|
94974
|
-
const UiBmsTable = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
94988
|
+
const UiBmsTable = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-9cbfc981"]]);
|
|
94975
94989
|
|
|
94976
|
-
const _hoisted_1$
|
|
94977
|
-
const _hoisted_2$
|
|
94990
|
+
const _hoisted_1$a = { class: "filter-button-container" };
|
|
94991
|
+
const _hoisted_2$9 = {
|
|
94978
94992
|
key: 0,
|
|
94979
94993
|
class: "indicator"
|
|
94980
94994
|
};
|
|
94981
|
-
const _sfc_main$
|
|
94995
|
+
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
94982
94996
|
__name: "UiFilterButton",
|
|
94983
94997
|
props: {
|
|
94984
94998
|
isFilterVisible: { type: Boolean, default: false },
|
|
@@ -94992,8 +95006,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
94992
95006
|
() => !props.isFilterVisible && props.activeFiltersNb > 0
|
|
94993
95007
|
);
|
|
94994
95008
|
return (_ctx, _cache) => {
|
|
94995
|
-
return openBlock(), createElementBlock("span", _hoisted_1$
|
|
94996
|
-
createVNode(_sfc_main$
|
|
95009
|
+
return openBlock(), createElementBlock("span", _hoisted_1$a, [
|
|
95010
|
+
createVNode(_sfc_main$1l, {
|
|
94997
95011
|
class: "filter-button",
|
|
94998
95012
|
color: _ctx.isFilterVisible ? unref(StatusType).Default : unref(StatusType).Information,
|
|
94999
95013
|
mode: _ctx.isFilterVisible ? "fill" : "ghost",
|
|
@@ -95006,7 +95020,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
95006
95020
|
}, 8, ["color", "mode"]),
|
|
95007
95021
|
createVNode(Transition, { name: "indicator-scale" }, {
|
|
95008
95022
|
default: withCtx(() => [
|
|
95009
|
-
showIndicator.value ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
95023
|
+
showIndicator.value ? (openBlock(), createElementBlock("span", _hoisted_2$9, toDisplayString(_ctx.activeFiltersNb), 1)) : createCommentVNode("", true)
|
|
95010
95024
|
]),
|
|
95011
95025
|
_: 1
|
|
95012
95026
|
})
|
|
@@ -95015,7 +95029,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
95015
95029
|
}
|
|
95016
95030
|
});
|
|
95017
95031
|
|
|
95018
|
-
const UiFilterButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
95032
|
+
const UiFilterButton = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-6047ada7"]]);
|
|
95019
95033
|
|
|
95020
95034
|
const LOCAL_STORAGE_USER_PREF_KEY = "userPref";
|
|
95021
95035
|
const useUserPref = () => {
|
|
@@ -97101,6 +97115,131 @@ function requireDebounce () {
|
|
|
97101
97115
|
var debounceExports = requireDebounce();
|
|
97102
97116
|
const _debounce = /*@__PURE__*/getDefaultExportFromCjs(debounceExports);
|
|
97103
97117
|
|
|
97118
|
+
const _hoisted_1$9 = ["innerHTML"];
|
|
97119
|
+
const _hoisted_2$8 = ["innerHTML"];
|
|
97120
|
+
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
97121
|
+
__name: "BmsServerAutocomplete",
|
|
97122
|
+
props: /* @__PURE__ */ mergeModels({
|
|
97123
|
+
url: {},
|
|
97124
|
+
request: { type: Function, default: async (controller, url) => {
|
|
97125
|
+
if (!url) {
|
|
97126
|
+
throw "URL must be defined";
|
|
97127
|
+
}
|
|
97128
|
+
const response = await fetch(url, {
|
|
97129
|
+
method: "GET",
|
|
97130
|
+
signal: controller.signal
|
|
97131
|
+
});
|
|
97132
|
+
const data = await response.json();
|
|
97133
|
+
return { data };
|
|
97134
|
+
} },
|
|
97135
|
+
modelValue: {},
|
|
97136
|
+
placeholder: {},
|
|
97137
|
+
open: { type: Boolean, default: false },
|
|
97138
|
+
label: {},
|
|
97139
|
+
required: { type: Boolean },
|
|
97140
|
+
optional: { type: Boolean },
|
|
97141
|
+
helperText: {},
|
|
97142
|
+
errors: {},
|
|
97143
|
+
captions: {},
|
|
97144
|
+
disabled: { type: Boolean },
|
|
97145
|
+
small: { type: Boolean }
|
|
97146
|
+
}, {
|
|
97147
|
+
"modelValue": {
|
|
97148
|
+
default: null
|
|
97149
|
+
},
|
|
97150
|
+
"modelModifiers": {}
|
|
97151
|
+
}),
|
|
97152
|
+
emits: /* @__PURE__ */ mergeModels(["addNewOption", "select"], ["update:modelValue"]),
|
|
97153
|
+
setup(__props, { emit: __emit }) {
|
|
97154
|
+
const props = __props;
|
|
97155
|
+
const modelValue = useModel(__props, "modelValue");
|
|
97156
|
+
const emits = __emit;
|
|
97157
|
+
const options = ref([]);
|
|
97158
|
+
const loading = ref(true);
|
|
97159
|
+
const controller = ref();
|
|
97160
|
+
const loadData = async (search) => {
|
|
97161
|
+
loading.value = true;
|
|
97162
|
+
try {
|
|
97163
|
+
if (controller.value) {
|
|
97164
|
+
controller.value.abort();
|
|
97165
|
+
}
|
|
97166
|
+
controller.value = new AbortController();
|
|
97167
|
+
loading.value = true;
|
|
97168
|
+
const { data } = await props.request(controller.value, search, props.url);
|
|
97169
|
+
options.value = data;
|
|
97170
|
+
} catch (e) {
|
|
97171
|
+
console.error(e);
|
|
97172
|
+
} finally {
|
|
97173
|
+
loading.value = false;
|
|
97174
|
+
}
|
|
97175
|
+
};
|
|
97176
|
+
onMounted(() => loadData(""));
|
|
97177
|
+
const onInput = (e) => {
|
|
97178
|
+
loadData(e.target?.value);
|
|
97179
|
+
};
|
|
97180
|
+
const currentOptionIcon = computed(() => {
|
|
97181
|
+
const option = options.value.find((o) => o.value === modelValue.value);
|
|
97182
|
+
if (!option || typeof option === "string") return void 0;
|
|
97183
|
+
return option.icon;
|
|
97184
|
+
});
|
|
97185
|
+
return (_ctx, _cache) => {
|
|
97186
|
+
return openBlock(), createBlock(RawAutocomplete, {
|
|
97187
|
+
modelValue: modelValue.value,
|
|
97188
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => modelValue.value = $event),
|
|
97189
|
+
options: options.value,
|
|
97190
|
+
open: _ctx.open,
|
|
97191
|
+
label: _ctx.label,
|
|
97192
|
+
optional: _ctx.optional,
|
|
97193
|
+
disabled: _ctx.disabled,
|
|
97194
|
+
errors: _ctx.errors,
|
|
97195
|
+
captions: _ctx.captions,
|
|
97196
|
+
required: _ctx.required,
|
|
97197
|
+
helperText: _ctx.helperText,
|
|
97198
|
+
placeholder: _ctx.placeholder,
|
|
97199
|
+
small: _ctx.small,
|
|
97200
|
+
canAddNewOption: false,
|
|
97201
|
+
onInput,
|
|
97202
|
+
onSelect: _cache[1] || (_cache[1] = (option) => emits("select", option))
|
|
97203
|
+
}, createSlots({
|
|
97204
|
+
"icon-end": withCtx(() => [
|
|
97205
|
+
loading.value ? (openBlock(), createBlock(BmsLoader, {
|
|
97206
|
+
key: 0,
|
|
97207
|
+
size: 16
|
|
97208
|
+
})) : createCommentVNode("", true)
|
|
97209
|
+
]),
|
|
97210
|
+
option: withCtx(({ option }) => [
|
|
97211
|
+
option.icon ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
97212
|
+
typeof option.icon === "string" ? (openBlock(), createElementBlock("span", {
|
|
97213
|
+
key: 0,
|
|
97214
|
+
class: "icon datalist-icon",
|
|
97215
|
+
innerHTML: option.icon
|
|
97216
|
+
}, null, 8, _hoisted_2$8)) : (openBlock(), createBlock(resolveDynamicComponent(option.icon), {
|
|
97217
|
+
key: 1,
|
|
97218
|
+
class: "icon datalist-icon"
|
|
97219
|
+
}))
|
|
97220
|
+
], 64)) : createCommentVNode("", true),
|
|
97221
|
+
createTextVNode(" " + toDisplayString(option.label), 1)
|
|
97222
|
+
]),
|
|
97223
|
+
_: 2
|
|
97224
|
+
}, [
|
|
97225
|
+
currentOptionIcon.value ? {
|
|
97226
|
+
name: "icon-start",
|
|
97227
|
+
fn: withCtx(() => [
|
|
97228
|
+
typeof currentOptionIcon.value === "string" ? (openBlock(), createElementBlock("span", {
|
|
97229
|
+
key: 0,
|
|
97230
|
+
class: "icon",
|
|
97231
|
+
innerHTML: currentOptionIcon.value
|
|
97232
|
+
}, null, 8, _hoisted_1$9)) : (openBlock(), createBlock(resolveDynamicComponent(currentOptionIcon.value), { key: 1 }))
|
|
97233
|
+
]),
|
|
97234
|
+
key: "0"
|
|
97235
|
+
} : void 0
|
|
97236
|
+
]), 1032, ["modelValue", "options", "open", "label", "optional", "disabled", "errors", "captions", "required", "helperText", "placeholder", "small"]);
|
|
97237
|
+
};
|
|
97238
|
+
}
|
|
97239
|
+
});
|
|
97240
|
+
|
|
97241
|
+
const BmsServerAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-3115cc27"]]);
|
|
97242
|
+
|
|
97104
97243
|
const _hoisted_1$8 = { class: "filters" };
|
|
97105
97244
|
const _hoisted_2$7 = { class: "filters__header" };
|
|
97106
97245
|
const _hoisted_3$3 = { class: "filters__header-title" };
|
|
@@ -97149,11 +97288,13 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
97149
97288
|
case "boolean":
|
|
97150
97289
|
return BmsSelect;
|
|
97151
97290
|
case "input":
|
|
97152
|
-
return _sfc_main$
|
|
97291
|
+
return _sfc_main$_;
|
|
97153
97292
|
case "inputDate":
|
|
97154
|
-
return _sfc_main$
|
|
97293
|
+
return _sfc_main$Z;
|
|
97155
97294
|
case "autocomplete":
|
|
97156
97295
|
return BmsAutocomplete;
|
|
97296
|
+
case "autocompleteServer":
|
|
97297
|
+
return BmsServerAutocomplete;
|
|
97157
97298
|
case "select":
|
|
97158
97299
|
return BmsSelect;
|
|
97159
97300
|
case "betweenNumber":
|
|
@@ -97236,7 +97377,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
97236
97377
|
_cache[2] || (_cache[2] = createTextVNode(" Recherche avancée ", -1))
|
|
97237
97378
|
]),
|
|
97238
97379
|
createElementVNode("span", _hoisted_4$3, [
|
|
97239
|
-
_ctx.canSaveFilters ? (openBlock(), createBlock(_sfc_main$
|
|
97380
|
+
_ctx.canSaveFilters ? (openBlock(), createBlock(_sfc_main$1j, {
|
|
97240
97381
|
key: 0,
|
|
97241
97382
|
class: "save",
|
|
97242
97383
|
tooltipText: "Sauvegarder le filtre",
|
|
@@ -97247,7 +97388,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
97247
97388
|
]),
|
|
97248
97389
|
_: 1
|
|
97249
97390
|
})) : createCommentVNode("", true),
|
|
97250
|
-
createVNode(_sfc_main$
|
|
97391
|
+
createVNode(_sfc_main$1j, {
|
|
97251
97392
|
class: "reset",
|
|
97252
97393
|
tooltipText: "Vider les champs",
|
|
97253
97394
|
onClick: reset
|
|
@@ -97276,13 +97417,14 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
97276
97417
|
"onUpdate:valueTo": ($event) => onFilter(filter.key, $event, "valueTo"),
|
|
97277
97418
|
valueFrom: transformValueForComponent(filter?.valueFrom, filter.type),
|
|
97278
97419
|
valueTo: transformValueForComponent(filter?.valueTo, filter.type),
|
|
97420
|
+
autocompleteRequest: filter?.autocompleteRequest,
|
|
97279
97421
|
options: getFilterOptions(filter),
|
|
97280
97422
|
onInput: (e) => $emits("filterInput", {
|
|
97281
97423
|
filterKey: filter.key,
|
|
97282
97424
|
value: e.target.value,
|
|
97283
97425
|
e
|
|
97284
97426
|
})
|
|
97285
|
-
}, null, 40, ["label", "inputType", "modelValue", "onUpdate:modelValue", "onUpdate:valueFrom", "onUpdate:valueTo", "valueFrom", "valueTo", "options", "onInput"]))
|
|
97427
|
+
}, null, 40, ["label", "inputType", "modelValue", "onUpdate:modelValue", "onUpdate:valueFrom", "onUpdate:valueTo", "valueFrom", "valueTo", "autocompleteRequest", "options", "onInput"]))
|
|
97286
97428
|
], 2);
|
|
97287
97429
|
}), 128))
|
|
97288
97430
|
]),
|
|
@@ -97295,7 +97437,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
97295
97437
|
}, {
|
|
97296
97438
|
default: withCtx(() => [
|
|
97297
97439
|
_cache[3] || (_cache[3] = createElementVNode("div", null, " Vous pouvez sauvegarder votre recherche pour la retrouver plus facilement. ", -1)),
|
|
97298
|
-
createVNode(unref(_sfc_main$
|
|
97440
|
+
createVNode(unref(_sfc_main$_), {
|
|
97299
97441
|
ref_key: "nameInput",
|
|
97300
97442
|
ref: nameInput,
|
|
97301
97443
|
label: "Nom de la sauvegarde",
|
|
@@ -97311,7 +97453,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
97311
97453
|
}
|
|
97312
97454
|
});
|
|
97313
97455
|
|
|
97314
|
-
const BmsTableFilters = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
97456
|
+
const BmsTableFilters = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-4a441463"]]);
|
|
97315
97457
|
|
|
97316
97458
|
function bind(fn, thisArg) {
|
|
97317
97459
|
return function wrap() {
|
|
@@ -101816,7 +101958,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
101816
101958
|
class: "bms-notification__icon"
|
|
101817
101959
|
})),
|
|
101818
101960
|
createElementVNode("div", _hoisted_2$4, toDisplayString(_ctx.notification.text), 1),
|
|
101819
|
-
createVNode(_sfc_main$
|
|
101961
|
+
createVNode(_sfc_main$1j, {
|
|
101820
101962
|
class: "bms-notification__close-button",
|
|
101821
101963
|
onClick: closeNotification
|
|
101822
101964
|
}, {
|
|
@@ -102057,7 +102199,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
102057
102199
|
createElementVNode("div", null, [
|
|
102058
102200
|
createElementVNode("div", _hoisted_5$1, [
|
|
102059
102201
|
createElementVNode("span", _hoisted_6$1, toDisplayString(_ctx.problem.detail), 1),
|
|
102060
|
-
createVNode(unref(_sfc_main$
|
|
102202
|
+
createVNode(unref(_sfc_main$1j), {
|
|
102061
102203
|
class: "copyToClipboardButton",
|
|
102062
102204
|
onClick: _cache[1] || (_cache[1] = ($event) => onCopyToClipboard(_ctx.problem.detail))
|
|
102063
102205
|
}, {
|
|
@@ -102092,7 +102234,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
102092
102234
|
createElementVNode("div", null, [
|
|
102093
102235
|
createElementVNode("div", _hoisted_8$1, [
|
|
102094
102236
|
createElementVNode("span", _hoisted_9, toDisplayString(_ctx.problem.correlationId), 1),
|
|
102095
|
-
createVNode(unref(_sfc_main$
|
|
102237
|
+
createVNode(unref(_sfc_main$1j), {
|
|
102096
102238
|
class: "copyToClipboardButton",
|
|
102097
102239
|
onClick: _cache[3] || (_cache[3] = ($event) => onCopyToClipboard(_ctx.problem.detail))
|
|
102098
102240
|
}, {
|
|
@@ -102302,7 +102444,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
102302
102444
|
);
|
|
102303
102445
|
return (_ctx, _cache) => {
|
|
102304
102446
|
return isFeatureFlippingOn.value ? (openBlock(), createElementBlock("div", _hoisted_1$1, [
|
|
102305
|
-
createVNode(_sfc_main$
|
|
102447
|
+
createVNode(_sfc_main$1k, {
|
|
102306
102448
|
onClick: _cache[0] || (_cache[0] = ($event) => emit("click")),
|
|
102307
102449
|
mode: unref(StatusType).Danger
|
|
102308
102450
|
}, {
|
|
@@ -104582,8 +104724,8 @@ const routerHistoryPlugin = {
|
|
|
104582
104724
|
|
|
104583
104725
|
const createBmsUi = () => ({
|
|
104584
104726
|
install: (app) => {
|
|
104585
|
-
app.component("BmsButton", _sfc_main$
|
|
104586
|
-
app.component("BmsIconButton", _sfc_main$
|
|
104727
|
+
app.component("BmsButton", _sfc_main$1k);
|
|
104728
|
+
app.component("BmsIconButton", _sfc_main$1j);
|
|
104587
104729
|
app.component("BmsAlert", BmsAlert);
|
|
104588
104730
|
app.component("BmsBadge", BmsBadge);
|
|
104589
104731
|
app.component("BmsCaption", BmsCaption);
|
|
@@ -104594,19 +104736,19 @@ const createBmsUi = () => ({
|
|
|
104594
104736
|
app.component("BmsBetweenInput", BmsBetweenInput);
|
|
104595
104737
|
app.component("BmsChip", BmsChip);
|
|
104596
104738
|
app.component("BmsFilePicker", BmsFilePicker);
|
|
104597
|
-
app.component("BmsInputBooleanCheckbox", _sfc_main$
|
|
104739
|
+
app.component("BmsInputBooleanCheckbox", _sfc_main$13);
|
|
104598
104740
|
app.component("BmsInputCheckboxGroup", BmsInputCheckboxGroup);
|
|
104599
104741
|
app.component("BmsInputCheckboxCaption", BmsInputCheckboxCaption);
|
|
104600
104742
|
app.component("BmsInputCheckboxCaptionGroup", BmsInputCheckboxCaptionGroup);
|
|
104601
104743
|
app.component("BmsInputCode", BmsInputCode);
|
|
104602
|
-
app.component("BmsInputDateTime", _sfc_main$
|
|
104744
|
+
app.component("BmsInputDateTime", _sfc_main$Z);
|
|
104603
104745
|
app.component("BmsInputFile", BmsInputFile);
|
|
104604
|
-
app.component("BmsInputNumber", _sfc_main$
|
|
104746
|
+
app.component("BmsInputNumber", _sfc_main$X);
|
|
104605
104747
|
app.component("BmsInputRadio", BmsInputRadio);
|
|
104606
104748
|
app.component("BmsInputRadioGroup", BmsInputRadioGroup);
|
|
104607
104749
|
app.component("BmsInputRadioCaption", BmsInputRadioCaption);
|
|
104608
104750
|
app.component("BmsInputRadioCaptionGroup", BmsInputRadioCaptionGroup);
|
|
104609
|
-
app.component("BmsInputText", _sfc_main$
|
|
104751
|
+
app.component("BmsInputText", _sfc_main$_);
|
|
104610
104752
|
app.component("BmsInputToggle", BmsInputToggle);
|
|
104611
104753
|
app.component("BmsMultiSelect", BmsMultiSelect);
|
|
104612
104754
|
app.component("BmsSearch", BmsSearch);
|
|
@@ -104626,7 +104768,7 @@ const createBmsUi = () => ({
|
|
|
104626
104768
|
app.component("BmsBackButton", BmsBackButton);
|
|
104627
104769
|
app.component("BmsBreadcrumb", BmsBreadcrumb);
|
|
104628
104770
|
app.component("BmsFixedMenu", BmsFixedMenu);
|
|
104629
|
-
app.component("BmsLink", _sfc_main$
|
|
104771
|
+
app.component("BmsLink", _sfc_main$1n);
|
|
104630
104772
|
app.component("BmsMenu", BmsMenu);
|
|
104631
104773
|
app.component("BmsMenuNav", BmsMenuNav);
|
|
104632
104774
|
app.component("BmsShortLinkMenu", BmsShortLinkMenu);
|
|
@@ -104639,9 +104781,9 @@ const createBmsUi = () => ({
|
|
|
104639
104781
|
app.component("BmsTable", BmsTable);
|
|
104640
104782
|
app.component("BmsCocarde", BmsCocarde);
|
|
104641
104783
|
app.component("BmsProblem", BmsProblem);
|
|
104642
|
-
app.component("BmsRelativeTime", _sfc_main$
|
|
104784
|
+
app.component("BmsRelativeTime", _sfc_main$g);
|
|
104643
104785
|
}
|
|
104644
104786
|
});
|
|
104645
104787
|
|
|
104646
|
-
export { BMS_FORM_VALID_URL_REGEX, BmsAlert, BmsAutocomplete, BmsBackButton, BmsBadge, BmsBetweenInput, BmsBreadcrumb, _sfc_main$
|
|
104788
|
+
export { BMS_FORM_VALID_URL_REGEX, BmsAlert, BmsAutocomplete, BmsBackButton, BmsBadge, BmsBetweenInput, BmsBreadcrumb, _sfc_main$1k as BmsButton, BmsCaption, BmsCard, BmsChip, BmsCircularProgress, BmsCocarde, BmsContentPageLayout, BmsDraggableList, BmsEmptyScreen, BmsFilePicker, BmsFixedMenu, BmsForm, BmsHeader, BmsHeaderTitle, _sfc_main$1j as BmsIconButton, _sfc_main$13 as BmsInputBooleanCheckbox, BmsInputCheckboxCaption, BmsInputCheckboxCaptionGroup, BmsInputCheckboxGroup, BmsInputCode, _sfc_main$Z as BmsInputDateTime, BmsInputFile, _sfc_main$X as BmsInputNumber, BmsInputRadio, BmsInputRadioCaption, BmsInputRadioCaptionGroup, BmsInputRadioGroup, _sfc_main$_ as BmsInputText, BmsInputToggle, _sfc_main$1n as BmsLink, BmsLoader, BmsMenu, BmsMenuNav, BmsModal, BmsMultiSelect, BmsNotificationsInstance, BmsOverlay, BmsPagination, BmsProblem, _sfc_main$g as BmsRelativeTime, BmsSearch, BmsSection, BmsSelect, BmsServerTable, BmsShortLinkMenu, BmsStep, BmsStepper, BmsTable, BmsTabs, BmsTag, BmsTenantSwitcher, BmsTextArea, BmsTooltip, ChipColor, CocardeBorder, ColumnType, ConfirmInstance, InputType, KeycloakAuthAdapterInstance, RuntimeEnv, SelectMode, SortValue, StatusType, TooltipDirection, confirmPlugin, convertStringToCaption, createBmsUi, createRuntimeEnv, defaultSortFunction, enforceActionsColumnHeader, featureFlipperPlugin, fetchRuntimeEnv, field, getCurrentHistory, getCurrentLocation, getFiltersAsQueryParams, getImageFromFile, getNumberFromPathQuery, getStringFromPathQuery, getUserPrefFromLocalStorage, getValueByPath, handleValueInSearchParams, isEmptyStringOrNotDefined, isExternalLink, isFileImage, isProblem, keycloakAuthAdapter, keycloakAuthAdapterInit, notifications, readableDate, reflectFiltersToPath, reflectSearchToPath, relativeDate, relativeDateDefaultFormatFunction, routerHistoryPlugin, sanitizeHtml, sanitizeString, saveValuesToPathQuery, searchString, setUserPrefFromLocalStorage, useClipboard, useConfirm, useFeatureFlipper, useKeycloakAuthAdapter, useNotifications, usePagination, useRouterHistory, useRuntimeEnv, useSearch, useSort, useUserPref, writeLocation };
|
|
104647
104789
|
//# sourceMappingURL=sipa-bms-ui.es.js.map
|