@ouestfrance/sipa-bms-ui 8.8.0 → 8.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/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 +495 -367
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +501 -373
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/form/BmsMultiSelect.vue +3 -3
- package/src/components/form/BmsSelect.vue +4 -4
- 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 +16 -3
- package/src/showroom/pages/server-table.vue +17 -73
- package/src/showroom/server.js +24 -0
package/dist/sipa-bms-ui.umd.js
CHANGED
|
@@ -312,9 +312,9 @@
|
|
|
312
312
|
return headers.filter((h) => !h?.action).concat(actionsHeaders.length ? actionsHeaders[0] : []);
|
|
313
313
|
};
|
|
314
314
|
|
|
315
|
-
const _hoisted_1$
|
|
316
|
-
const _hoisted_2$
|
|
317
|
-
const _sfc_main$
|
|
315
|
+
const _hoisted_1$Y = ["href", "target"];
|
|
316
|
+
const _hoisted_2$D = ["href", "onClick", "target"];
|
|
317
|
+
const _sfc_main$1n = /* @__PURE__ */ vue.defineComponent({
|
|
318
318
|
__name: "BmsLink",
|
|
319
319
|
props: {
|
|
320
320
|
to: {},
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
target: _ctx.target
|
|
343
343
|
}, _ctx.$attrs), [
|
|
344
344
|
vue.renderSlot(_ctx.$slots, "default")
|
|
345
|
-
], 16, _hoisted_1$
|
|
345
|
+
], 16, _hoisted_1$Y)) : (vue.openBlock(), vue.createBlock(_component_router_link, {
|
|
346
346
|
key: 1,
|
|
347
347
|
custom: "",
|
|
348
348
|
to: _ctx.to
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
target: _ctx.target
|
|
356
356
|
}, _ctx.$attrs), [
|
|
357
357
|
vue.renderSlot(_ctx.$slots, "default")
|
|
358
|
-
], 16, _hoisted_2$
|
|
358
|
+
], 16, _hoisted_2$D)
|
|
359
359
|
]),
|
|
360
360
|
_: 3
|
|
361
361
|
}, 8, ["to"]));
|
|
@@ -363,8 +363,8 @@
|
|
|
363
363
|
}
|
|
364
364
|
});
|
|
365
365
|
|
|
366
|
-
const _hoisted_1$
|
|
367
|
-
const _sfc_main$
|
|
366
|
+
const _hoisted_1$X = ["type"];
|
|
367
|
+
const _sfc_main$1m = /* @__PURE__ */ vue.defineComponent({
|
|
368
368
|
__name: "UiButtonLink",
|
|
369
369
|
props: {
|
|
370
370
|
type: {},
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
type: _ctx.type
|
|
389
389
|
}, [
|
|
390
390
|
vue.renderSlot(_ctx.$slots, "default")
|
|
391
|
-
], 10, _hoisted_1$
|
|
391
|
+
], 10, _hoisted_1$X)) : (vue.openBlock(), vue.createBlock(_sfc_main$1n, {
|
|
392
392
|
key: 1,
|
|
393
393
|
to: _ctx.to,
|
|
394
394
|
target: _ctx.target,
|
|
@@ -403,10 +403,10 @@
|
|
|
403
403
|
}
|
|
404
404
|
});
|
|
405
405
|
|
|
406
|
-
const _hoisted_1$
|
|
407
|
-
const _hoisted_2$
|
|
406
|
+
const _hoisted_1$W = { class: "start" };
|
|
407
|
+
const _hoisted_2$C = { class: "content" };
|
|
408
408
|
const _hoisted_3$j = { class: "end" };
|
|
409
|
-
const _sfc_main$
|
|
409
|
+
const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
|
|
410
410
|
__name: "UiButton",
|
|
411
411
|
props: {
|
|
412
412
|
type: { default: "button" },
|
|
@@ -418,12 +418,12 @@
|
|
|
418
418
|
setup(__props) {
|
|
419
419
|
const props = __props;
|
|
420
420
|
return (_ctx, _cache) => {
|
|
421
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
421
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$1m, vue.normalizeProps(vue.guardReactiveProps(props)), {
|
|
422
422
|
default: vue.withCtx(() => [
|
|
423
|
-
vue.createElementVNode("span", _hoisted_1$
|
|
423
|
+
vue.createElementVNode("span", _hoisted_1$W, [
|
|
424
424
|
vue.renderSlot(_ctx.$slots, "start")
|
|
425
425
|
]),
|
|
426
|
-
vue.createElementVNode("span", _hoisted_2$
|
|
426
|
+
vue.createElementVNode("span", _hoisted_2$C, [
|
|
427
427
|
vue.renderSlot(_ctx.$slots, "default")
|
|
428
428
|
]),
|
|
429
429
|
vue.createElementVNode("span", _hoisted_3$j, [
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
}
|
|
437
437
|
});
|
|
438
438
|
|
|
439
|
-
const _sfc_main$
|
|
439
|
+
const _sfc_main$1k = /* @__PURE__ */ vue.defineComponent({
|
|
440
440
|
__name: "BmsButton",
|
|
441
441
|
props: {
|
|
442
442
|
type: { default: "primary" },
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
}
|
|
460
460
|
});
|
|
461
461
|
return (_ctx, _cache) => {
|
|
462
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
462
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$1l, {
|
|
463
463
|
mode: uiMode.value,
|
|
464
464
|
color: _ctx.mode,
|
|
465
465
|
to: _ctx.to,
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
}
|
|
481
481
|
});
|
|
482
482
|
|
|
483
|
-
const _sfc_main$
|
|
483
|
+
const _sfc_main$1j = /* @__PURE__ */ vue.defineComponent({
|
|
484
484
|
__name: "BmsIconButton",
|
|
485
485
|
props: {
|
|
486
486
|
to: { default: null },
|
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
direction: _ctx.tooltipDirection
|
|
500
500
|
}, {
|
|
501
501
|
default: vue.withCtx(() => [
|
|
502
|
-
vue.createVNode(_sfc_main$
|
|
502
|
+
vue.createVNode(_sfc_main$1l, vue.mergeProps(_ctx.$attrs, {
|
|
503
503
|
icon: "",
|
|
504
504
|
to: _ctx.to,
|
|
505
505
|
target: _ctx.target,
|
|
@@ -36722,10 +36722,10 @@
|
|
|
36722
36722
|
icons: index
|
|
36723
36723
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
36724
36724
|
|
|
36725
|
-
const _hoisted_1$
|
|
36726
|
-
const _hoisted_2$
|
|
36725
|
+
const _hoisted_1$V = { class: "info-line" };
|
|
36726
|
+
const _hoisted_2$B = { class: "icon" };
|
|
36727
36727
|
const _hoisted_3$i = { class: "message" };
|
|
36728
|
-
const _sfc_main$
|
|
36728
|
+
const _sfc_main$1i = /* @__PURE__ */ vue.defineComponent({
|
|
36729
36729
|
__name: "BmsAlert",
|
|
36730
36730
|
props: {
|
|
36731
36731
|
message: {},
|
|
@@ -36750,8 +36750,8 @@
|
|
|
36750
36750
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
36751
36751
|
class: vue.normalizeClass(["alert", `alert-${props.type}`])
|
|
36752
36752
|
}, [
|
|
36753
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
36754
|
-
vue.createElementVNode("span", _hoisted_2$
|
|
36753
|
+
vue.createElementVNode("div", _hoisted_1$V, [
|
|
36754
|
+
vue.createElementVNode("span", _hoisted_2$B, [
|
|
36755
36755
|
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(alertIcon.value), { size: 20 }))
|
|
36756
36756
|
]),
|
|
36757
36757
|
vue.createElementVNode("span", _hoisted_3$i, [
|
|
@@ -36760,7 +36760,7 @@
|
|
|
36760
36760
|
], true)
|
|
36761
36761
|
]),
|
|
36762
36762
|
vue.renderSlot(_ctx.$slots, "action", {}, void 0, true),
|
|
36763
|
-
_ctx.dismissable ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
36763
|
+
_ctx.dismissable ? (vue.openBlock(), vue.createBlock(_sfc_main$1j, {
|
|
36764
36764
|
key: 0,
|
|
36765
36765
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("dismiss"))
|
|
36766
36766
|
}, {
|
|
@@ -36784,13 +36784,13 @@
|
|
|
36784
36784
|
return target;
|
|
36785
36785
|
};
|
|
36786
36786
|
|
|
36787
|
-
const BmsAlert = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
36787
|
+
const BmsAlert = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-26caccdd"]]);
|
|
36788
36788
|
|
|
36789
|
-
const _hoisted_1$
|
|
36789
|
+
const _hoisted_1$U = {
|
|
36790
36790
|
key: 0,
|
|
36791
36791
|
class: "ui-badge__container"
|
|
36792
36792
|
};
|
|
36793
|
-
const _sfc_main$
|
|
36793
|
+
const _sfc_main$1h = /* @__PURE__ */ vue.defineComponent({
|
|
36794
36794
|
__name: "BmsBadge",
|
|
36795
36795
|
props: {
|
|
36796
36796
|
pending: { default: 0 },
|
|
@@ -36805,7 +36805,7 @@
|
|
|
36805
36805
|
return props.pending > 99 ? "99+" : props.pending;
|
|
36806
36806
|
});
|
|
36807
36807
|
return (_ctx, _cache) => {
|
|
36808
|
-
return _ctx.pending > 0 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$
|
|
36808
|
+
return _ctx.pending > 0 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$U, [
|
|
36809
36809
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
36810
36810
|
_ctx.pending > 0 ? (vue.openBlock(), vue.createElementBlock("span", {
|
|
36811
36811
|
key: 0,
|
|
@@ -36816,14 +36816,14 @@
|
|
|
36816
36816
|
}
|
|
36817
36817
|
});
|
|
36818
36818
|
|
|
36819
|
-
const BmsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
36819
|
+
const BmsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-8a6297ca"]]);
|
|
36820
36820
|
|
|
36821
|
-
const _hoisted_1$
|
|
36821
|
+
const _hoisted_1$T = {
|
|
36822
36822
|
key: 0,
|
|
36823
36823
|
class: "icon"
|
|
36824
36824
|
};
|
|
36825
|
-
const _hoisted_2$
|
|
36826
|
-
const _sfc_main$
|
|
36825
|
+
const _hoisted_2$A = ["innerHTML"];
|
|
36826
|
+
const _sfc_main$1g = /* @__PURE__ */ vue.defineComponent({
|
|
36827
36827
|
__name: "BmsCaption",
|
|
36828
36828
|
props: {
|
|
36829
36829
|
caption: {}
|
|
@@ -36854,35 +36854,35 @@
|
|
|
36854
36854
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
36855
36855
|
class: vue.normalizeClass(["caption", `caption-${computedCaption.value.mode}`])
|
|
36856
36856
|
}, [
|
|
36857
|
-
computedCaption.value.mode != vue.unref(StatusType).Default ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$
|
|
36857
|
+
computedCaption.value.mode != vue.unref(StatusType).Default ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$T, [
|
|
36858
36858
|
vue.createVNode(vue.unref(alertIcon), { size: 13 })
|
|
36859
36859
|
])) : vue.createCommentVNode("", true),
|
|
36860
36860
|
vue.createElementVNode("span", {
|
|
36861
36861
|
class: "label",
|
|
36862
36862
|
innerHTML: vue.unref(sanitizeHtml)(computedCaption.value.label)
|
|
36863
|
-
}, null, 8, _hoisted_2$
|
|
36863
|
+
}, null, 8, _hoisted_2$A)
|
|
36864
36864
|
], 2);
|
|
36865
36865
|
};
|
|
36866
36866
|
}
|
|
36867
36867
|
});
|
|
36868
36868
|
|
|
36869
|
-
const BmsCaption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
36869
|
+
const BmsCaption = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["__scopeId", "data-v-b08dd4e0"]]);
|
|
36870
36870
|
|
|
36871
|
-
const _hoisted_1$
|
|
36872
|
-
const _hoisted_2$
|
|
36871
|
+
const _hoisted_1$S = { class: "circular-progress" };
|
|
36872
|
+
const _hoisted_2$z = {
|
|
36873
36873
|
key: 0,
|
|
36874
36874
|
viewBox: "0 0 100 100"
|
|
36875
36875
|
};
|
|
36876
36876
|
const _hoisted_3$h = { transform: "rotate(-90, 50, 50)" };
|
|
36877
36877
|
const _hoisted_4$c = ["stroke-dashoffset"];
|
|
36878
36878
|
const _hoisted_5$8 = { class: "percent" };
|
|
36879
|
-
const _sfc_main$
|
|
36879
|
+
const _sfc_main$1f = /* @__PURE__ */ vue.defineComponent({
|
|
36880
36880
|
__name: "BmsCircularProgress",
|
|
36881
36881
|
props: ["progress"],
|
|
36882
36882
|
setup(__props) {
|
|
36883
36883
|
return (_ctx, _cache) => {
|
|
36884
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
36885
|
-
__props.progress ? (vue.openBlock(), vue.createElementBlock("svg", _hoisted_2$
|
|
36884
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$S, [
|
|
36885
|
+
__props.progress ? (vue.openBlock(), vue.createElementBlock("svg", _hoisted_2$z, [
|
|
36886
36886
|
vue.createElementVNode("g", _hoisted_3$h, [
|
|
36887
36887
|
_cache[0] || (_cache[0] = vue.createElementVNode("circle", {
|
|
36888
36888
|
opacity: ".08",
|
|
@@ -36911,13 +36911,13 @@
|
|
|
36911
36911
|
}
|
|
36912
36912
|
});
|
|
36913
36913
|
|
|
36914
|
-
const BmsCircularProgress = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
36914
|
+
const BmsCircularProgress = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-7869acfb"]]);
|
|
36915
36915
|
|
|
36916
|
-
const _hoisted_1$
|
|
36916
|
+
const _hoisted_1$R = { class: "bms-loader" };
|
|
36917
36917
|
function transformIntoPx(totransform) {
|
|
36918
36918
|
return typeof totransform === "string" ? totransform : `${totransform}px`;
|
|
36919
36919
|
}
|
|
36920
|
-
const _sfc_main$
|
|
36920
|
+
const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({
|
|
36921
36921
|
__name: "BmsLoader",
|
|
36922
36922
|
props: {
|
|
36923
36923
|
size: { default: "inherit" }
|
|
@@ -36931,14 +36931,14 @@
|
|
|
36931
36931
|
return transformIntoPx(props.size);
|
|
36932
36932
|
});
|
|
36933
36933
|
return (_ctx, _cache) => {
|
|
36934
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
36934
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$R, [..._cache[0] || (_cache[0] = [
|
|
36935
36935
|
vue.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)
|
|
36936
36936
|
])]);
|
|
36937
36937
|
};
|
|
36938
36938
|
}
|
|
36939
36939
|
});
|
|
36940
36940
|
|
|
36941
|
-
const BmsLoader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
36941
|
+
const BmsLoader = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-7cc96135"]]);
|
|
36942
36942
|
|
|
36943
36943
|
function tryOnScopeDispose(fn) {
|
|
36944
36944
|
if (vue.getCurrentScope()) {
|
|
@@ -37772,7 +37772,7 @@
|
|
|
37772
37772
|
};
|
|
37773
37773
|
};
|
|
37774
37774
|
|
|
37775
|
-
const _sfc_main$
|
|
37775
|
+
const _sfc_main$1d = /* @__PURE__ */ vue.defineComponent({
|
|
37776
37776
|
__name: "UiTooltip",
|
|
37777
37777
|
props: {
|
|
37778
37778
|
visible: { type: Boolean, default: true },
|
|
@@ -37848,9 +37848,9 @@
|
|
|
37848
37848
|
}
|
|
37849
37849
|
});
|
|
37850
37850
|
|
|
37851
|
-
const UiTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37851
|
+
const UiTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-44def116"]]);
|
|
37852
37852
|
|
|
37853
|
-
const _sfc_main$
|
|
37853
|
+
const _sfc_main$1c = /* @__PURE__ */ vue.defineComponent({
|
|
37854
37854
|
__name: "BmsTooltip",
|
|
37855
37855
|
props: {
|
|
37856
37856
|
tooltipText: { default: "" },
|
|
@@ -37929,14 +37929,14 @@
|
|
|
37929
37929
|
}
|
|
37930
37930
|
});
|
|
37931
37931
|
|
|
37932
|
-
const BmsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37932
|
+
const BmsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-b033f8af"]]);
|
|
37933
37933
|
|
|
37934
|
-
const _hoisted_1$
|
|
37934
|
+
const _hoisted_1$Q = {
|
|
37935
37935
|
class: "options-list",
|
|
37936
37936
|
"data-testid": "select-options"
|
|
37937
37937
|
};
|
|
37938
|
-
const _hoisted_2$
|
|
37939
|
-
const _sfc_main$
|
|
37938
|
+
const _hoisted_2$y = ["data-testid", "onClick"];
|
|
37939
|
+
const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
|
|
37940
37940
|
__name: "FieldDatalist",
|
|
37941
37941
|
props: {
|
|
37942
37942
|
options: {},
|
|
@@ -38003,7 +38003,7 @@
|
|
|
38003
38003
|
() => props.canAddNewOption && props.newOption && !props.options.find((o) => o.value === props.newOption)
|
|
38004
38004
|
);
|
|
38005
38005
|
return (_ctx, _cache) => {
|
|
38006
|
-
return vue.openBlock(), vue.createElementBlock("ul", _hoisted_1$
|
|
38006
|
+
return vue.openBlock(), vue.createElementBlock("ul", _hoisted_1$Q, [
|
|
38007
38007
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.options, (option, index) => {
|
|
38008
38008
|
return vue.openBlock(), vue.createElementBlock("li", {
|
|
38009
38009
|
key: index,
|
|
@@ -38018,7 +38018,7 @@
|
|
|
38018
38018
|
vue.renderSlot(_ctx.$slots, "option", { option }, () => [
|
|
38019
38019
|
vue.createTextVNode(vue.toDisplayString(option.label === null ? "N/A" : option.label), 1)
|
|
38020
38020
|
], true)
|
|
38021
|
-
], 10, _hoisted_2$
|
|
38021
|
+
], 10, _hoisted_2$y);
|
|
38022
38022
|
}), 128)),
|
|
38023
38023
|
displayNewOption.value ? (vue.openBlock(), vue.createElementBlock("li", {
|
|
38024
38024
|
key: 0,
|
|
@@ -38033,13 +38033,13 @@
|
|
|
38033
38033
|
}
|
|
38034
38034
|
});
|
|
38035
38035
|
|
|
38036
|
-
const FieldDatalist = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38036
|
+
const FieldDatalist = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-ba5302fc"]]);
|
|
38037
38037
|
|
|
38038
|
-
const _hoisted_1$
|
|
38039
|
-
const _hoisted_2$
|
|
38038
|
+
const _hoisted_1$P = { class: "field__input-label" };
|
|
38039
|
+
const _hoisted_2$x = { class: "field__input-icon field__input-icon--start" };
|
|
38040
38040
|
const _hoisted_3$g = ["type", "value", "placeholder", "required", "disabled", "max", "min", "minlength", "maxlength"];
|
|
38041
38041
|
const _hoisted_4$b = { class: "field__input-icon field__input-icon--end" };
|
|
38042
|
-
const _sfc_main$
|
|
38042
|
+
const _sfc_main$1a = /* @__PURE__ */ vue.defineComponent({
|
|
38043
38043
|
__name: "RawInputText",
|
|
38044
38044
|
props: {
|
|
38045
38045
|
modelValue: {},
|
|
@@ -38087,10 +38087,10 @@
|
|
|
38087
38087
|
return vue.openBlock(), vue.createElementBlock("span", {
|
|
38088
38088
|
class: vue.normalizeClass(["input-wrapper", classes.value])
|
|
38089
38089
|
}, [
|
|
38090
|
-
vue.createElementVNode("template", _hoisted_1$
|
|
38090
|
+
vue.createElementVNode("template", _hoisted_1$P, [
|
|
38091
38091
|
vue.renderSlot(_ctx.$slots, "label", {}, void 0, true)
|
|
38092
38092
|
]),
|
|
38093
|
-
vue.createElementVNode("span", _hoisted_2$
|
|
38093
|
+
vue.createElementVNode("span", _hoisted_2$x, [
|
|
38094
38094
|
vue.renderSlot(_ctx.$slots, "icon-start", {}, void 0, true)
|
|
38095
38095
|
]),
|
|
38096
38096
|
vue.createElementVNode("input", {
|
|
@@ -38118,16 +38118,16 @@
|
|
|
38118
38118
|
}
|
|
38119
38119
|
});
|
|
38120
38120
|
|
|
38121
|
-
const RawInputText = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38121
|
+
const RawInputText = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__scopeId", "data-v-078d99d6"]]);
|
|
38122
38122
|
|
|
38123
|
-
const _sfc_main$
|
|
38123
|
+
const _sfc_main$19 = /* @__PURE__ */ vue.defineComponent({
|
|
38124
38124
|
__name: "RawAutocomplete",
|
|
38125
38125
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
38126
38126
|
options: {},
|
|
38127
38127
|
label: {},
|
|
38128
38128
|
placeholder: {},
|
|
38129
38129
|
open: { type: Boolean, default: false },
|
|
38130
|
-
canAddNewOption: { type: Boolean },
|
|
38130
|
+
canAddNewOption: { type: Boolean, default: false },
|
|
38131
38131
|
newOption: {},
|
|
38132
38132
|
required: { type: Boolean },
|
|
38133
38133
|
optional: { type: Boolean },
|
|
@@ -38144,7 +38144,7 @@
|
|
|
38144
38144
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
38145
38145
|
const props = __props;
|
|
38146
38146
|
const modelValue = vue.useModel(__props, "modelValue");
|
|
38147
|
-
const rawInput = vue.
|
|
38147
|
+
const rawInput = vue.ref(null);
|
|
38148
38148
|
const emits = __emit;
|
|
38149
38149
|
const getValidOptionByLabel = (label) => props.options.find((o) => o.label === label);
|
|
38150
38150
|
const getValidOptionByValue = (value) => props.options.find((o) => o.value === value);
|
|
@@ -38288,11 +38288,11 @@
|
|
|
38288
38288
|
}
|
|
38289
38289
|
});
|
|
38290
38290
|
|
|
38291
|
-
const RawAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38291
|
+
const RawAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__scopeId", "data-v-eb4d55e4"]]);
|
|
38292
38292
|
|
|
38293
|
-
const _hoisted_1$
|
|
38294
|
-
const _hoisted_2$
|
|
38295
|
-
const _sfc_main$
|
|
38293
|
+
const _hoisted_1$O = ["innerHTML"];
|
|
38294
|
+
const _hoisted_2$w = ["innerHTML"];
|
|
38295
|
+
const _sfc_main$18 = /* @__PURE__ */ vue.defineComponent({
|
|
38296
38296
|
__name: "BmsAutocomplete",
|
|
38297
38297
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
38298
38298
|
options: {},
|
|
@@ -38355,7 +38355,7 @@
|
|
|
38355
38355
|
key: 0,
|
|
38356
38356
|
class: "icon datalist-icon",
|
|
38357
38357
|
innerHTML: option.icon
|
|
38358
|
-
}, null, 8, _hoisted_2$
|
|
38358
|
+
}, null, 8, _hoisted_2$w)) : (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(option.icon), {
|
|
38359
38359
|
key: 1,
|
|
38360
38360
|
class: "icon datalist-icon"
|
|
38361
38361
|
}))
|
|
@@ -38371,7 +38371,7 @@
|
|
|
38371
38371
|
key: 0,
|
|
38372
38372
|
class: "icon",
|
|
38373
38373
|
innerHTML: currentOptionIcon.value
|
|
38374
|
-
}, null, 8, _hoisted_1$
|
|
38374
|
+
}, null, 8, _hoisted_1$O)) : (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(currentOptionIcon.value), { key: 1 }))
|
|
38375
38375
|
]),
|
|
38376
38376
|
key: "0"
|
|
38377
38377
|
} : void 0
|
|
@@ -38380,9 +38380,9 @@
|
|
|
38380
38380
|
}
|
|
38381
38381
|
});
|
|
38382
38382
|
|
|
38383
|
-
const BmsAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38383
|
+
const BmsAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-b0e1e6f3"]]);
|
|
38384
38384
|
|
|
38385
|
-
const _sfc_main$
|
|
38385
|
+
const _sfc_main$17 = /* @__PURE__ */ vue.defineComponent({
|
|
38386
38386
|
__name: "BmsBetweenInput",
|
|
38387
38387
|
props: {
|
|
38388
38388
|
inputType: { default: InputType.NUMBER },
|
|
@@ -38479,9 +38479,9 @@
|
|
|
38479
38479
|
}
|
|
38480
38480
|
});
|
|
38481
38481
|
|
|
38482
|
-
const BmsBetweenInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38482
|
+
const BmsBetweenInput = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-f25b520b"]]);
|
|
38483
38483
|
|
|
38484
|
-
const _sfc_main$
|
|
38484
|
+
const _sfc_main$16 = /* @__PURE__ */ vue.defineComponent({
|
|
38485
38485
|
__name: "BmsChip",
|
|
38486
38486
|
props: {
|
|
38487
38487
|
color: { default: ChipColor.Grey }
|
|
@@ -38504,13 +38504,13 @@
|
|
|
38504
38504
|
}
|
|
38505
38505
|
});
|
|
38506
38506
|
|
|
38507
|
-
const BmsChip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38507
|
+
const BmsChip = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-72b945cc"]]);
|
|
38508
38508
|
|
|
38509
|
-
const _hoisted_1$
|
|
38510
|
-
const _hoisted_2$
|
|
38509
|
+
const _hoisted_1$N = { class: "file-upload" };
|
|
38510
|
+
const _hoisted_2$v = { class: "file-upload__label" };
|
|
38511
38511
|
const _hoisted_3$f = { key: 1 };
|
|
38512
38512
|
const _hoisted_4$a = { class: "file-upload__file-name" };
|
|
38513
|
-
const _sfc_main$
|
|
38513
|
+
const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
38514
38514
|
__name: "BmsFilePicker",
|
|
38515
38515
|
props: {
|
|
38516
38516
|
modelValue: {},
|
|
@@ -38581,7 +38581,7 @@
|
|
|
38581
38581
|
);
|
|
38582
38582
|
}
|
|
38583
38583
|
return (_ctx, _cache) => {
|
|
38584
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
38584
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$N, [
|
|
38585
38585
|
!_ctx.modelValue || !_ctx.modelValue.length ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
38586
38586
|
key: 0,
|
|
38587
38587
|
class: vue.normalizeClass(["file-upload__drop-area", { "is-active": isDragOver.value }]),
|
|
@@ -38590,7 +38590,7 @@
|
|
|
38590
38590
|
onDragover: _cache[2] || (_cache[2] = vue.withModifiers(() => {
|
|
38591
38591
|
}, ["prevent"]))
|
|
38592
38592
|
}, [
|
|
38593
|
-
vue.createElementVNode("label", _hoisted_2$
|
|
38593
|
+
vue.createElementVNode("label", _hoisted_2$v, [
|
|
38594
38594
|
isDragOver.value ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
38595
38595
|
vue.createTextVNode("Déposer votre image ici")
|
|
38596
38596
|
], 64)) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
@@ -38609,7 +38609,7 @@
|
|
|
38609
38609
|
class: "file-upload__file"
|
|
38610
38610
|
}, [
|
|
38611
38611
|
vue.createElementVNode("span", _hoisted_4$a, vue.toDisplayString(file.name), 1),
|
|
38612
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
38612
|
+
vue.createVNode(vue.unref(_sfc_main$1j), {
|
|
38613
38613
|
onClick: ($event) => onDeleteFile(file)
|
|
38614
38614
|
}, {
|
|
38615
38615
|
default: vue.withCtx(() => [
|
|
@@ -38625,14 +38625,14 @@
|
|
|
38625
38625
|
}
|
|
38626
38626
|
});
|
|
38627
38627
|
|
|
38628
|
-
const BmsFilePicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38628
|
+
const BmsFilePicker = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-c892a845"]]);
|
|
38629
38629
|
|
|
38630
|
-
const _hoisted_1$
|
|
38631
|
-
const _hoisted_2$
|
|
38630
|
+
const _hoisted_1$M = ["disabled", "name", "value"];
|
|
38631
|
+
const _hoisted_2$u = {
|
|
38632
38632
|
key: 0,
|
|
38633
38633
|
class: "input-checkbox-info"
|
|
38634
38634
|
};
|
|
38635
|
-
const _sfc_main$
|
|
38635
|
+
const _sfc_main$14 = /* @__PURE__ */ vue.defineComponent({
|
|
38636
38636
|
__name: "UiBmsInputCheckbox",
|
|
38637
38637
|
props: {
|
|
38638
38638
|
modelValue: { default: false },
|
|
@@ -38668,10 +38668,10 @@
|
|
|
38668
38668
|
name: _ctx.name,
|
|
38669
38669
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
|
|
38670
38670
|
value: _ctx.value
|
|
38671
|
-
}, null, 8, _hoisted_1$
|
|
38671
|
+
}, null, 8, _hoisted_1$M), [
|
|
38672
38672
|
[vue.vModelCheckbox, inputValue.value]
|
|
38673
38673
|
]),
|
|
38674
|
-
hasLabel.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$
|
|
38674
|
+
hasLabel.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$u, [
|
|
38675
38675
|
vue.renderSlot(_ctx.$slots, "label", {}, () => [
|
|
38676
38676
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
38677
38677
|
], true)
|
|
@@ -38682,9 +38682,9 @@
|
|
|
38682
38682
|
}
|
|
38683
38683
|
});
|
|
38684
38684
|
|
|
38685
|
-
const UiBmsInputCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38685
|
+
const UiBmsInputCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-e1d94c62"]]);
|
|
38686
38686
|
|
|
38687
|
-
const _sfc_main$
|
|
38687
|
+
const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
|
|
38688
38688
|
__name: "BmsInputBooleanCheckbox",
|
|
38689
38689
|
props: {
|
|
38690
38690
|
modelValue: {},
|
|
@@ -38803,7 +38803,7 @@
|
|
|
38803
38803
|
return _v4(options, buf, offset);
|
|
38804
38804
|
}
|
|
38805
38805
|
|
|
38806
|
-
const _sfc_main$
|
|
38806
|
+
const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
|
|
38807
38807
|
__name: "BmsInputCheckboxGroup",
|
|
38808
38808
|
props: {
|
|
38809
38809
|
values: {},
|
|
@@ -38872,9 +38872,9 @@
|
|
|
38872
38872
|
}
|
|
38873
38873
|
});
|
|
38874
38874
|
|
|
38875
|
-
const BmsInputCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38875
|
+
const BmsInputCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-43978315"]]);
|
|
38876
38876
|
|
|
38877
|
-
const _sfc_main$
|
|
38877
|
+
const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
38878
38878
|
__name: "BmsInputCheckboxCaption",
|
|
38879
38879
|
props: {
|
|
38880
38880
|
modelValue: {},
|
|
@@ -38950,9 +38950,9 @@
|
|
|
38950
38950
|
}
|
|
38951
38951
|
});
|
|
38952
38952
|
|
|
38953
|
-
const BmsInputCheckboxCaption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38953
|
+
const BmsInputCheckboxCaption = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-6cb7c474"]]);
|
|
38954
38954
|
|
|
38955
|
-
const _sfc_main
|
|
38955
|
+
const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
|
|
38956
38956
|
__name: "BmsInputCheckboxCaptionGroup",
|
|
38957
38957
|
props: {
|
|
38958
38958
|
options: { default: () => [] },
|
|
@@ -39007,7 +39007,7 @@
|
|
|
39007
39007
|
}
|
|
39008
39008
|
});
|
|
39009
39009
|
|
|
39010
|
-
const BmsInputCheckboxCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
39010
|
+
const BmsInputCheckboxCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-4183cc04"]]);
|
|
39011
39011
|
|
|
39012
39012
|
/**
|
|
39013
39013
|
The default maximum length of a `TreeBuffer` node.
|
|
@@ -67542,8 +67542,8 @@
|
|
|
67542
67542
|
*/
|
|
67543
67543
|
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=vue.defineComponent({name:"VueCodemirror",props:Object.assign({},w),emits:Object.assign({},F),setup:function(t,s){var f=vue.shallowRef(),d=vue.shallowRef(),C=vue.shallowRef(),D=Object.assign(Object.assign({},h),vue.inject(y,{})),U=vue.computed((function(){var e={};return Object.keys(vue.toRaw(t)).forEach((function(n){var o;"modelValue"!==n&&(e[n]=null!==(o=t[n])&&void 0!==o?o:D[n]);})),e}));return vue.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);vue.watch((function(){return t.modelValue}),(function(e){e!==n.getDoc()&&n.setDoc(e);})),vue.watch((function(){return t.extensions}),(function(e){return n.reExtensions(e||[])}),{immediate:true}),vue.watch((function(){return U.value.disabled}),(function(e){return n.toggleDisabled(e)}),{immediate:true}),vue.watch((function(){return U.value.indentWithTab}),(function(e){return n.toggleIndentWithTab(e)}),{immediate:true}),vue.watch((function(){return U.value.tabSize}),(function(e){return n.setTabSize(e)}),{immediate:true}),vue.watch((function(){return U.value.phrases}),(function(e){return n.setPhrases(e||{})}),{immediate:true}),vue.watch((function(){return U.value.placeholder}),(function(e){return n.setPlaceholder(e)}),{immediate:true}),vue.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});})),vue.onBeforeUnmount((function(){U.value.autoDestroy&&C.value&&function(e){e.destroy();}(C.value);})),function(){return vue.h("div",{class:"v-codemirror",style:{display:"contents"},ref:f})}}}),T=P;
|
|
67544
67544
|
|
|
67545
|
-
const _hoisted_1$
|
|
67546
|
-
const _sfc_main
|
|
67545
|
+
const _hoisted_1$L = { class: "code-mirror" };
|
|
67546
|
+
const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
|
|
67547
67547
|
__name: "BmsInputCode",
|
|
67548
67548
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
67549
67549
|
type: {},
|
|
@@ -67576,7 +67576,7 @@
|
|
|
67576
67576
|
const _component_field = vue.resolveComponent("field");
|
|
67577
67577
|
return vue.openBlock(), vue.createBlock(_component_field, vue.normalizeProps(vue.guardReactiveProps(_ctx.$props)), {
|
|
67578
67578
|
default: vue.withCtx(() => [
|
|
67579
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
67579
|
+
vue.createElementVNode("div", _hoisted_1$L, [
|
|
67580
67580
|
vue.createVNode(vue.unref(T), {
|
|
67581
67581
|
modelValue: input.value,
|
|
67582
67582
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => input.value = $event),
|
|
@@ -67593,9 +67593,9 @@
|
|
|
67593
67593
|
}
|
|
67594
67594
|
});
|
|
67595
67595
|
|
|
67596
|
-
const BmsInputCode = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
67596
|
+
const BmsInputCode = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-b2a2a2fa"]]);
|
|
67597
67597
|
|
|
67598
|
-
const _sfc_main$
|
|
67598
|
+
const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
67599
67599
|
__name: "BmsInputText",
|
|
67600
67600
|
props: {
|
|
67601
67601
|
inputType: { default: InputType.TEXT },
|
|
@@ -67708,7 +67708,7 @@
|
|
|
67708
67708
|
}
|
|
67709
67709
|
});
|
|
67710
67710
|
|
|
67711
|
-
const _sfc_main$
|
|
67711
|
+
const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
67712
67712
|
__name: "BmsInputDateTime",
|
|
67713
67713
|
props: {
|
|
67714
67714
|
modelValue: {},
|
|
@@ -67734,7 +67734,7 @@
|
|
|
67734
67734
|
if (!props.disabled && value) $emits("update:modelValue", value);
|
|
67735
67735
|
};
|
|
67736
67736
|
return (_ctx, _cache) => {
|
|
67737
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
67737
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$_, {
|
|
67738
67738
|
modelValue: _ctx.modelValue,
|
|
67739
67739
|
label: _ctx.label,
|
|
67740
67740
|
required: _ctx.required,
|
|
@@ -67751,13 +67751,13 @@
|
|
|
67751
67751
|
}
|
|
67752
67752
|
});
|
|
67753
67753
|
|
|
67754
|
-
const _hoisted_1$
|
|
67755
|
-
const _hoisted_2$
|
|
67754
|
+
const _hoisted_1$K = ["accept"];
|
|
67755
|
+
const _hoisted_2$t = ["src"];
|
|
67756
67756
|
const _hoisted_3$e = {
|
|
67757
67757
|
key: 1,
|
|
67758
67758
|
class: "file-upload__file-name"
|
|
67759
67759
|
};
|
|
67760
|
-
const _sfc_main$
|
|
67760
|
+
const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
67761
67761
|
__name: "BmsInputFile",
|
|
67762
67762
|
props: {
|
|
67763
67763
|
modelValue: {},
|
|
@@ -67895,7 +67895,7 @@
|
|
|
67895
67895
|
type: "file",
|
|
67896
67896
|
accept: _ctx.accept,
|
|
67897
67897
|
onChange: _cache[0] || (_cache[0] = ($event) => onSelectFile($event))
|
|
67898
|
-
}, null, 40, _hoisted_1$
|
|
67898
|
+
}, null, 40, _hoisted_1$K)
|
|
67899
67899
|
], 34)) : vue.createCommentVNode("", true),
|
|
67900
67900
|
_ctx.modelValue?.length ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
67901
67901
|
key: 1,
|
|
@@ -67910,8 +67910,8 @@
|
|
|
67910
67910
|
key: 0,
|
|
67911
67911
|
src: getImageSrc(file),
|
|
67912
67912
|
class: "file-upload__file-img"
|
|
67913
|
-
}, null, 8, _hoisted_2$
|
|
67914
|
-
vue.createVNode(_sfc_main$
|
|
67913
|
+
}, null, 8, _hoisted_2$t)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$e, vue.toDisplayString(file.name), 1)),
|
|
67914
|
+
vue.createVNode(_sfc_main$1j, {
|
|
67915
67915
|
mode: vue.unref(StatusType).Danger,
|
|
67916
67916
|
onClick: vue.withModifiers(($event) => onDeleteFile(file), ["prevent"]),
|
|
67917
67917
|
class: "close-button"
|
|
@@ -67931,9 +67931,9 @@
|
|
|
67931
67931
|
}
|
|
67932
67932
|
});
|
|
67933
67933
|
|
|
67934
|
-
const BmsInputFile = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
67934
|
+
const BmsInputFile = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-0c91cbf5"]]);
|
|
67935
67935
|
|
|
67936
|
-
const _sfc_main$
|
|
67936
|
+
const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
67937
67937
|
__name: "BmsInputNumber",
|
|
67938
67938
|
props: {
|
|
67939
67939
|
modelValue: {},
|
|
@@ -67993,7 +67993,7 @@
|
|
|
67993
67993
|
() => checkLimit()
|
|
67994
67994
|
);
|
|
67995
67995
|
return (_ctx, _cache) => {
|
|
67996
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
67996
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$_, {
|
|
67997
67997
|
modelValue: _ctx.modelValue,
|
|
67998
67998
|
label: _ctx.label,
|
|
67999
67999
|
required: _ctx.required,
|
|
@@ -68012,12 +68012,12 @@
|
|
|
68012
68012
|
}
|
|
68013
68013
|
});
|
|
68014
68014
|
|
|
68015
|
-
const _hoisted_1$
|
|
68016
|
-
const _hoisted_2$
|
|
68015
|
+
const _hoisted_1$J = ["value", "name", "disabled", "required"];
|
|
68016
|
+
const _hoisted_2$s = {
|
|
68017
68017
|
key: 0,
|
|
68018
68018
|
class: "input-radio-info"
|
|
68019
68019
|
};
|
|
68020
|
-
const _sfc_main$
|
|
68020
|
+
const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
68021
68021
|
__name: "BmsInputRadio",
|
|
68022
68022
|
props: {
|
|
68023
68023
|
modelValue: {},
|
|
@@ -68054,10 +68054,10 @@
|
|
|
68054
68054
|
name: _ctx.name,
|
|
68055
68055
|
disabled: _ctx.disabled,
|
|
68056
68056
|
required: _ctx.required
|
|
68057
|
-
}, null, 8, _hoisted_1$
|
|
68057
|
+
}, null, 8, _hoisted_1$J), [
|
|
68058
68058
|
[vue.vModelRadio, inputValue.value]
|
|
68059
68059
|
]),
|
|
68060
|
-
hasLabel.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$
|
|
68060
|
+
hasLabel.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$s, [
|
|
68061
68061
|
vue.renderSlot(_ctx.$slots, "label", {}, () => [
|
|
68062
68062
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
68063
68063
|
], true)
|
|
@@ -68068,9 +68068,9 @@
|
|
|
68068
68068
|
}
|
|
68069
68069
|
});
|
|
68070
68070
|
|
|
68071
|
-
const BmsInputRadio = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68071
|
+
const BmsInputRadio = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-c0c9efa3"]]);
|
|
68072
68072
|
|
|
68073
|
-
const _sfc_main$
|
|
68073
|
+
const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
68074
68074
|
__name: "BmsInputRadioGroup",
|
|
68075
68075
|
props: {
|
|
68076
68076
|
values: { default: () => [] },
|
|
@@ -68139,9 +68139,9 @@
|
|
|
68139
68139
|
}
|
|
68140
68140
|
});
|
|
68141
68141
|
|
|
68142
|
-
const BmsInputRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68142
|
+
const BmsInputRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-186163e2"]]);
|
|
68143
68143
|
|
|
68144
|
-
const _sfc_main$
|
|
68144
|
+
const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
68145
68145
|
__name: "BmsInputRadioCaption",
|
|
68146
68146
|
props: {
|
|
68147
68147
|
modelValue: {},
|
|
@@ -68203,9 +68203,9 @@
|
|
|
68203
68203
|
}
|
|
68204
68204
|
});
|
|
68205
68205
|
|
|
68206
|
-
const BmsInputRadioCaption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68206
|
+
const BmsInputRadioCaption = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-c3ba4fee"]]);
|
|
68207
68207
|
|
|
68208
|
-
const _sfc_main$
|
|
68208
|
+
const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
68209
68209
|
__name: "BmsInputRadioCaptionGroup",
|
|
68210
68210
|
props: {
|
|
68211
68211
|
options: { default: () => [] },
|
|
@@ -68263,10 +68263,10 @@
|
|
|
68263
68263
|
}
|
|
68264
68264
|
});
|
|
68265
68265
|
|
|
68266
|
-
const BmsInputRadioCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68266
|
+
const BmsInputRadioCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-a4287904"]]);
|
|
68267
68267
|
|
|
68268
|
-
const _hoisted_1$
|
|
68269
|
-
const _sfc_main$
|
|
68268
|
+
const _hoisted_1$I = ["disabled", "name"];
|
|
68269
|
+
const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
68270
68270
|
__name: "UiBmsSwitch",
|
|
68271
68271
|
props: {
|
|
68272
68272
|
disabled: { type: Boolean, default: false },
|
|
@@ -68292,7 +68292,7 @@
|
|
|
68292
68292
|
disabled: _ctx.disabled,
|
|
68293
68293
|
name: _ctx.name,
|
|
68294
68294
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event)
|
|
68295
|
-
}, null, 8, _hoisted_1$
|
|
68295
|
+
}, null, 8, _hoisted_1$I), [
|
|
68296
68296
|
[vue.vModelCheckbox, inputValue.value]
|
|
68297
68297
|
]),
|
|
68298
68298
|
vue.createElementVNode("div", {
|
|
@@ -68303,10 +68303,10 @@
|
|
|
68303
68303
|
}
|
|
68304
68304
|
});
|
|
68305
68305
|
|
|
68306
|
-
const UiBmsSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68306
|
+
const UiBmsSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-19745934"]]);
|
|
68307
68307
|
|
|
68308
|
-
const _hoisted_1$
|
|
68309
|
-
const _sfc_main$
|
|
68308
|
+
const _hoisted_1$H = { class: "input-switch-info" };
|
|
68309
|
+
const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
68310
68310
|
__name: "BmsInputToggle",
|
|
68311
68311
|
props: {
|
|
68312
68312
|
name: {},
|
|
@@ -68332,7 +68332,7 @@
|
|
|
68332
68332
|
vue.createElementVNode("label", {
|
|
68333
68333
|
class: vue.normalizeClass(["input-toggle", { isOn: _ctx.modelValue, disabled: _ctx.disabled }])
|
|
68334
68334
|
}, [
|
|
68335
|
-
vue.createElementVNode("span", _hoisted_1$
|
|
68335
|
+
vue.createElementVNode("span", _hoisted_1$H, vue.toDisplayString(_ctx.label), 1),
|
|
68336
68336
|
vue.createVNode(UiBmsSwitch, {
|
|
68337
68337
|
modelValue: _ctx.modelValue,
|
|
68338
68338
|
disabled: _ctx.disabled,
|
|
@@ -68347,10 +68347,10 @@
|
|
|
68347
68347
|
}
|
|
68348
68348
|
});
|
|
68349
68349
|
|
|
68350
|
-
const BmsInputToggle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68350
|
+
const BmsInputToggle = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-9570e0a9"]]);
|
|
68351
68351
|
|
|
68352
|
-
const _hoisted_1$
|
|
68353
|
-
const _sfc_main$
|
|
68352
|
+
const _hoisted_1$G = { class: "dismiss-button" };
|
|
68353
|
+
const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
68354
68354
|
__name: "BmsTag",
|
|
68355
68355
|
props: {
|
|
68356
68356
|
active: { type: Boolean, default: false },
|
|
@@ -68367,8 +68367,8 @@
|
|
|
68367
68367
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("click"))
|
|
68368
68368
|
}, [
|
|
68369
68369
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
68370
|
-
vue.createElementVNode("span", _hoisted_1$
|
|
68371
|
-
_ctx.canBeDismissed ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
68370
|
+
vue.createElementVNode("span", _hoisted_1$G, [
|
|
68371
|
+
_ctx.canBeDismissed ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$1j), {
|
|
68372
68372
|
key: 0,
|
|
68373
68373
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => emits("dismiss"), ["stop"]))
|
|
68374
68374
|
}, {
|
|
@@ -68385,9 +68385,9 @@
|
|
|
68385
68385
|
}
|
|
68386
68386
|
});
|
|
68387
68387
|
|
|
68388
|
-
const BmsTag = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68388
|
+
const BmsTag = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-e2517fee"]]);
|
|
68389
68389
|
|
|
68390
|
-
const _sfc_main$
|
|
68390
|
+
const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
68391
68391
|
__name: "RawSelect",
|
|
68392
68392
|
props: {
|
|
68393
68393
|
options: {},
|
|
@@ -68443,11 +68443,11 @@
|
|
|
68443
68443
|
}
|
|
68444
68444
|
});
|
|
68445
68445
|
|
|
68446
|
-
const RawSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68446
|
+
const RawSelect = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-95176719"]]);
|
|
68447
68447
|
|
|
68448
|
-
const _hoisted_1$
|
|
68449
|
-
const _hoisted_2$
|
|
68450
|
-
const _sfc_main$
|
|
68448
|
+
const _hoisted_1$F = { class: "tags" };
|
|
68449
|
+
const _hoisted_2$r = { class: "icon-container" };
|
|
68450
|
+
const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
68451
68451
|
__name: "BmsMultiSelect",
|
|
68452
68452
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
68453
68453
|
options: {},
|
|
@@ -68469,7 +68469,7 @@
|
|
|
68469
68469
|
emits: ["update:modelValue"],
|
|
68470
68470
|
setup(__props) {
|
|
68471
68471
|
const props = __props;
|
|
68472
|
-
const inputElement = vue.
|
|
68472
|
+
const inputElement = vue.ref(null);
|
|
68473
68473
|
const isDatalistOpen = vue.ref(false);
|
|
68474
68474
|
const closeDatalist = () => isDatalistOpen.value = false;
|
|
68475
68475
|
const openDatalist = () => isDatalistOpen.value = true;
|
|
@@ -68514,7 +68514,7 @@
|
|
|
68514
68514
|
onSelect
|
|
68515
68515
|
}), {
|
|
68516
68516
|
input: vue.withCtx(() => [
|
|
68517
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
68517
|
+
vue.createElementVNode("div", _hoisted_1$F, [
|
|
68518
68518
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(displayValues.value, (tag) => {
|
|
68519
68519
|
return vue.openBlock(), vue.createBlock(BmsTag, {
|
|
68520
68520
|
small: _ctx.small,
|
|
@@ -68545,7 +68545,7 @@
|
|
|
68545
68545
|
[vue.vModelText, searching.value]
|
|
68546
68546
|
])
|
|
68547
68547
|
]),
|
|
68548
|
-
vue.createElementVNode("span", _hoisted_2$
|
|
68548
|
+
vue.createElementVNode("span", _hoisted_2$r, [
|
|
68549
68549
|
modelValue.value.length ? (vue.openBlock(), vue.createBlock(vue.unref(X), {
|
|
68550
68550
|
key: 0,
|
|
68551
68551
|
class: "icon icon-clear",
|
|
@@ -68581,9 +68581,9 @@
|
|
|
68581
68581
|
}
|
|
68582
68582
|
});
|
|
68583
68583
|
|
|
68584
|
-
const BmsMultiSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68584
|
+
const BmsMultiSelect = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-05d9b16f"]]);
|
|
68585
68585
|
|
|
68586
|
-
const _sfc_main$
|
|
68586
|
+
const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
68587
68587
|
__name: "BmsSearch",
|
|
68588
68588
|
props: {
|
|
68589
68589
|
modelValue: {},
|
|
@@ -68613,7 +68613,7 @@
|
|
|
68613
68613
|
setFocus
|
|
68614
68614
|
});
|
|
68615
68615
|
return (_ctx, _cache) => {
|
|
68616
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
68616
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$_, {
|
|
68617
68617
|
ref_key: "input",
|
|
68618
68618
|
ref: input,
|
|
68619
68619
|
modelValue: search.value,
|
|
@@ -68642,7 +68642,7 @@
|
|
|
68642
68642
|
}
|
|
68643
68643
|
});
|
|
68644
68644
|
|
|
68645
|
-
const BmsSearch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68645
|
+
const BmsSearch = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-66c267f2"]]);
|
|
68646
68646
|
|
|
68647
68647
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
68648
68648
|
|
|
@@ -85862,9 +85862,9 @@
|
|
|
85862
85862
|
var lodashExports = requireLodash();
|
|
85863
85863
|
const _ = /*@__PURE__*/getDefaultExportFromCjs(lodashExports);
|
|
85864
85864
|
|
|
85865
|
-
const _hoisted_1$
|
|
85866
|
-
const _hoisted_2$
|
|
85867
|
-
const _sfc_main$
|
|
85865
|
+
const _hoisted_1$E = ["value", "placeholder", "required"];
|
|
85866
|
+
const _hoisted_2$q = { class: "icon-toggle-container" };
|
|
85867
|
+
const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
85868
85868
|
__name: "BmsSelect",
|
|
85869
85869
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
85870
85870
|
options: {},
|
|
@@ -85886,7 +85886,7 @@
|
|
|
85886
85886
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
85887
85887
|
const props = __props;
|
|
85888
85888
|
const modelValue = vue.useModel(__props, "modelValue");
|
|
85889
|
-
const inputElement = vue.
|
|
85889
|
+
const inputElement = vue.ref(null);
|
|
85890
85890
|
const isDatalistOpen = vue.ref(props.open);
|
|
85891
85891
|
const closeDatalist = () => {
|
|
85892
85892
|
isDatalistOpen.value = false;
|
|
@@ -85896,7 +85896,7 @@
|
|
|
85896
85896
|
setFocus();
|
|
85897
85897
|
};
|
|
85898
85898
|
const emits = __emit;
|
|
85899
|
-
onClickOutside(inputElement,
|
|
85899
|
+
onClickOutside(inputElement, closeDatalist, {
|
|
85900
85900
|
ignore: [".datalist-option", ".icon-toggle-button"]
|
|
85901
85901
|
});
|
|
85902
85902
|
const displayValue = vue.computed(() => {
|
|
@@ -85939,8 +85939,8 @@
|
|
|
85939
85939
|
onFocus: openDatalist,
|
|
85940
85940
|
onClick: openDatalist,
|
|
85941
85941
|
onKeyup: vue.withKeys(openDatalist, ["down"])
|
|
85942
|
-
}, null, 40, _hoisted_1$
|
|
85943
|
-
vue.createElementVNode("span", _hoisted_2$
|
|
85942
|
+
}, null, 40, _hoisted_1$E),
|
|
85943
|
+
vue.createElementVNode("span", _hoisted_2$q, [
|
|
85944
85944
|
isDatalistOpen.value ? (vue.openBlock(), vue.createBlock(vue.unref(ChevronUp), {
|
|
85945
85945
|
key: 0,
|
|
85946
85946
|
class: "icon-toggle-button",
|
|
@@ -85958,10 +85958,10 @@
|
|
|
85958
85958
|
}
|
|
85959
85959
|
});
|
|
85960
85960
|
|
|
85961
|
-
const BmsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
85961
|
+
const BmsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-21c618e0"]]);
|
|
85962
85962
|
|
|
85963
|
-
const _hoisted_1$
|
|
85964
|
-
const _sfc_main$
|
|
85963
|
+
const _hoisted_1$D = ["value", "required", "placeholder"];
|
|
85964
|
+
const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
85965
85965
|
__name: "BmsTextArea",
|
|
85966
85966
|
props: {
|
|
85967
85967
|
modelValue: {},
|
|
@@ -86015,7 +86015,7 @@
|
|
|
86015
86015
|
onKeydown: _cache[0] || (_cache[0] = vue.withKeys(vue.withModifiers(() => {
|
|
86016
86016
|
}, ["stop"]), ["enter"])),
|
|
86017
86017
|
cols: "10"
|
|
86018
|
-
}, " " + vue.toDisplayString(_ctx.modelValue) + "\n ", 43, _hoisted_1$
|
|
86018
|
+
}, " " + vue.toDisplayString(_ctx.modelValue) + "\n ", 43, _hoisted_1$D)
|
|
86019
86019
|
]),
|
|
86020
86020
|
_: 1
|
|
86021
86021
|
}, 16);
|
|
@@ -86023,11 +86023,11 @@
|
|
|
86023
86023
|
}
|
|
86024
86024
|
});
|
|
86025
86025
|
|
|
86026
|
-
const BmsTextArea = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
86026
|
+
const BmsTextArea = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-14d354f8"]]);
|
|
86027
86027
|
|
|
86028
|
-
const _hoisted_1$
|
|
86029
|
-
const _hoisted_2$
|
|
86030
|
-
const _sfc_main$
|
|
86028
|
+
const _hoisted_1$C = { class: "page__breadcrumb" };
|
|
86029
|
+
const _hoisted_2$p = { class: "page__header" };
|
|
86030
|
+
const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
86031
86031
|
__name: "BmsContentPageLayout",
|
|
86032
86032
|
props: {
|
|
86033
86033
|
size: { default: "large" }
|
|
@@ -86039,11 +86039,11 @@
|
|
|
86039
86039
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
86040
86040
|
class: vue.normalizeClass(wrapperClasses.value)
|
|
86041
86041
|
}, [
|
|
86042
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
86042
|
+
vue.createElementVNode("div", _hoisted_1$C, [
|
|
86043
86043
|
vue.renderSlot(_ctx.$slots, "breadcrumb", {}, void 0, true)
|
|
86044
86044
|
]),
|
|
86045
86045
|
vue.renderSlot(_ctx.$slots, "tabs", {}, void 0, true),
|
|
86046
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
86046
|
+
vue.createElementVNode("div", _hoisted_2$p, [
|
|
86047
86047
|
vue.renderSlot(_ctx.$slots, "header", {}, void 0, true)
|
|
86048
86048
|
]),
|
|
86049
86049
|
vue.createElementVNode("main", null, [
|
|
@@ -86054,14 +86054,14 @@
|
|
|
86054
86054
|
}
|
|
86055
86055
|
});
|
|
86056
86056
|
|
|
86057
|
-
const BmsContentPageLayout = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
86057
|
+
const BmsContentPageLayout = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-31057778"]]);
|
|
86058
86058
|
|
|
86059
|
-
const _hoisted_1$
|
|
86060
|
-
const _hoisted_2$
|
|
86059
|
+
const _hoisted_1$B = { class: "card__body__content" };
|
|
86060
|
+
const _hoisted_2$o = {
|
|
86061
86061
|
key: 0,
|
|
86062
86062
|
class: "card__body__action"
|
|
86063
86063
|
};
|
|
86064
|
-
const _sfc_main$
|
|
86064
|
+
const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
86065
86065
|
__name: "BmsCard",
|
|
86066
86066
|
props: {
|
|
86067
86067
|
animated: { type: Boolean, default: false },
|
|
@@ -86100,8 +86100,8 @@
|
|
|
86100
86100
|
ref: mainComponent,
|
|
86101
86101
|
class: vue.normalizeClass(["card__body", { animated: _ctx.animated, hasAction: !!_ctx.$slots.action }])
|
|
86102
86102
|
}, [
|
|
86103
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
86104
|
-
_ctx.to ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
86103
|
+
vue.createElementVNode("div", _hoisted_1$B, [
|
|
86104
|
+
_ctx.to ? (vue.openBlock(), vue.createBlock(_sfc_main$1n, {
|
|
86105
86105
|
key: 0,
|
|
86106
86106
|
class: "card__body__content__link",
|
|
86107
86107
|
to: _ctx.to
|
|
@@ -86112,7 +86112,7 @@
|
|
|
86112
86112
|
_: 3
|
|
86113
86113
|
}, 8, ["to"])) : vue.renderSlot(_ctx.$slots, "default", { key: 1 }, void 0, true)
|
|
86114
86114
|
]),
|
|
86115
|
-
!!_ctx.$slots.action ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
86115
|
+
!!_ctx.$slots.action ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$o, [
|
|
86116
86116
|
vue.renderSlot(_ctx.$slots, "action", {}, void 0, true)
|
|
86117
86117
|
])) : vue.createCommentVNode("", true)
|
|
86118
86118
|
], 2)
|
|
@@ -86121,15 +86121,15 @@
|
|
|
86121
86121
|
}
|
|
86122
86122
|
});
|
|
86123
86123
|
|
|
86124
|
-
const BmsCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
86124
|
+
const BmsCard = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-cff3f84d"]]);
|
|
86125
86125
|
|
|
86126
|
-
const _hoisted_1$
|
|
86127
|
-
const _hoisted_2$
|
|
86126
|
+
const _hoisted_1$A = { class: "form-section" };
|
|
86127
|
+
const _hoisted_2$n = {
|
|
86128
86128
|
key: 0,
|
|
86129
86129
|
style: "border"
|
|
86130
86130
|
};
|
|
86131
86131
|
const _hoisted_3$d = { class: "actions" };
|
|
86132
|
-
const _sfc_main$
|
|
86132
|
+
const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
86133
86133
|
__name: "BmsForm",
|
|
86134
86134
|
setup(__props) {
|
|
86135
86135
|
const slots = vue.useSlots();
|
|
@@ -86140,10 +86140,10 @@
|
|
|
86140
86140
|
return slotName === "actions";
|
|
86141
86141
|
};
|
|
86142
86142
|
return (_ctx, _cache) => {
|
|
86143
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
86143
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$A, [
|
|
86144
86144
|
(vue.openBlock(), vue.createElementBlock(vue.Fragment, null, vue.renderList(slots, (_, name) => {
|
|
86145
86145
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
86146
|
-
!slotIsAction(name) ? (vue.openBlock(), vue.createElementBlock("section", _hoisted_2$
|
|
86146
|
+
!slotIsAction(name) ? (vue.openBlock(), vue.createElementBlock("section", _hoisted_2$n, [
|
|
86147
86147
|
vue.renderSlot(_ctx.$slots, name, {}, void 0, true)
|
|
86148
86148
|
])) : vue.createCommentVNode("", true)
|
|
86149
86149
|
], 64);
|
|
@@ -86156,16 +86156,16 @@
|
|
|
86156
86156
|
}
|
|
86157
86157
|
});
|
|
86158
86158
|
|
|
86159
|
-
const BmsForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
86159
|
+
const BmsForm = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-b5bab57e"]]);
|
|
86160
86160
|
|
|
86161
|
-
const _sfc_main$
|
|
86161
|
+
const _sfc_main$H = { };
|
|
86162
86162
|
|
|
86163
86163
|
function _sfc_render(_ctx, _cache) {
|
|
86164
86164
|
return (vue.openBlock(), vue.createElementBlock("header", null, [
|
|
86165
86165
|
vue.renderSlot(_ctx.$slots, "default", {}, undefined, true)
|
|
86166
86166
|
]))
|
|
86167
86167
|
}
|
|
86168
|
-
const BmsHeader = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
86168
|
+
const BmsHeader = /*#__PURE__*/_export_sfc(_sfc_main$H, [['render',_sfc_render],['__scopeId',"data-v-97c1615a"]]);
|
|
86169
86169
|
|
|
86170
86170
|
function isPlainObject$1(value) {
|
|
86171
86171
|
if (value === null || typeof value !== "object") {
|
|
@@ -88937,7 +88937,7 @@
|
|
|
88937
88937
|
}
|
|
88938
88938
|
});
|
|
88939
88939
|
|
|
88940
|
-
const _hoisted_1$
|
|
88940
|
+
const _hoisted_1$z = {
|
|
88941
88941
|
xmlns: "http://www.w3.org/2000/svg",
|
|
88942
88942
|
width: "28",
|
|
88943
88943
|
height: "28",
|
|
@@ -88948,7 +88948,7 @@
|
|
|
88948
88948
|
"stroke-linecap": "round",
|
|
88949
88949
|
"stroke-linejoin": "round"
|
|
88950
88950
|
};
|
|
88951
|
-
const _sfc_main$
|
|
88951
|
+
const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
88952
88952
|
__name: "AnimatedCircleHelpIcon",
|
|
88953
88953
|
setup(__props) {
|
|
88954
88954
|
const defaultTransition = {
|
|
@@ -88988,7 +88988,7 @@
|
|
|
88988
88988
|
role: "button",
|
|
88989
88989
|
tabindex: "0"
|
|
88990
88990
|
}, [
|
|
88991
|
-
(vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
88991
|
+
(vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$z, [
|
|
88992
88992
|
_cache[1] || (_cache[1] = vue.createElementVNode("circle", {
|
|
88993
88993
|
cx: "12",
|
|
88994
88994
|
cy: "12",
|
|
@@ -89012,7 +89012,7 @@
|
|
|
89012
89012
|
}
|
|
89013
89013
|
});
|
|
89014
89014
|
|
|
89015
|
-
const _hoisted_1$
|
|
89015
|
+
const _hoisted_1$y = {
|
|
89016
89016
|
xmlns: "http://www.w3.org/2000/svg",
|
|
89017
89017
|
width: "28",
|
|
89018
89018
|
height: "28",
|
|
@@ -89023,7 +89023,7 @@
|
|
|
89023
89023
|
"stroke-linecap": "round",
|
|
89024
89024
|
"stroke-linejoin": "round"
|
|
89025
89025
|
};
|
|
89026
|
-
const _sfc_main$
|
|
89026
|
+
const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
89027
89027
|
__name: "AnimatedActivityIcon",
|
|
89028
89028
|
setup(__props) {
|
|
89029
89029
|
const variants = {
|
|
@@ -89070,7 +89070,7 @@
|
|
|
89070
89070
|
role: "button",
|
|
89071
89071
|
tabindex: "0"
|
|
89072
89072
|
}, [
|
|
89073
|
-
(vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
89073
|
+
(vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$y, [
|
|
89074
89074
|
vue.createVNode(vue.unref(MotionComponent), {
|
|
89075
89075
|
is: "path",
|
|
89076
89076
|
ref_key: "target",
|
|
@@ -89083,7 +89083,7 @@
|
|
|
89083
89083
|
}
|
|
89084
89084
|
});
|
|
89085
89085
|
|
|
89086
|
-
const _sfc_main$
|
|
89086
|
+
const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
89087
89087
|
__name: "BmsShortLinkMenu",
|
|
89088
89088
|
props: {
|
|
89089
89089
|
outline: { type: Boolean, default: false },
|
|
@@ -89096,7 +89096,7 @@
|
|
|
89096
89096
|
key: 0,
|
|
89097
89097
|
class: vue.normalizeClass(["bms-short-link-menu", { "bms-short-link-menu__outline": _ctx.outline }])
|
|
89098
89098
|
}, [
|
|
89099
|
-
!!_ctx.helpLink ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
89099
|
+
!!_ctx.helpLink ? (vue.openBlock(), vue.createBlock(_sfc_main$1j, {
|
|
89100
89100
|
key: 0,
|
|
89101
89101
|
"tooltip-text": "Voir la documentation",
|
|
89102
89102
|
to: _ctx.helpLink,
|
|
@@ -89104,12 +89104,12 @@
|
|
|
89104
89104
|
}, {
|
|
89105
89105
|
default: vue.withCtx(() => [
|
|
89106
89106
|
vue.renderSlot(_ctx.$slots, "documentationIcon", {}, () => [
|
|
89107
|
-
vue.createVNode(_sfc_main$
|
|
89107
|
+
vue.createVNode(_sfc_main$G)
|
|
89108
89108
|
], true)
|
|
89109
89109
|
]),
|
|
89110
89110
|
_: 3
|
|
89111
89111
|
}, 8, ["to"])) : vue.createCommentVNode("", true),
|
|
89112
|
-
!!_ctx.activityLink ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
89112
|
+
!!_ctx.activityLink ? (vue.openBlock(), vue.createBlock(_sfc_main$1j, {
|
|
89113
89113
|
key: 1,
|
|
89114
89114
|
"tooltip-text": "Voir l'activité",
|
|
89115
89115
|
to: _ctx.activityLink,
|
|
@@ -89117,7 +89117,7 @@
|
|
|
89117
89117
|
}, {
|
|
89118
89118
|
default: vue.withCtx(() => [
|
|
89119
89119
|
vue.renderSlot(_ctx.$slots, "activityIcon", {}, () => [
|
|
89120
|
-
vue.createVNode(_sfc_main$
|
|
89120
|
+
vue.createVNode(_sfc_main$F)
|
|
89121
89121
|
], true)
|
|
89122
89122
|
]),
|
|
89123
89123
|
_: 3
|
|
@@ -89127,10 +89127,10 @@
|
|
|
89127
89127
|
}
|
|
89128
89128
|
});
|
|
89129
89129
|
|
|
89130
|
-
const BmsShortLinkMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89130
|
+
const BmsShortLinkMenu = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-d23e08a5"]]);
|
|
89131
89131
|
|
|
89132
|
-
const _hoisted_1$
|
|
89133
|
-
const _hoisted_2$
|
|
89132
|
+
const _hoisted_1$x = { class: "bms-header" };
|
|
89133
|
+
const _hoisted_2$m = { class: "bms-header__title" };
|
|
89134
89134
|
const _hoisted_3$c = { class: "bms-header__title__label" };
|
|
89135
89135
|
const _hoisted_4$9 = { key: 0 };
|
|
89136
89136
|
const _hoisted_5$7 = {
|
|
@@ -89145,7 +89145,7 @@
|
|
|
89145
89145
|
key: 0,
|
|
89146
89146
|
class: "bms-header__subtitle"
|
|
89147
89147
|
};
|
|
89148
|
-
const _sfc_main$
|
|
89148
|
+
const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
89149
89149
|
__name: "BmsHeaderTitle",
|
|
89150
89150
|
props: {
|
|
89151
89151
|
title: {},
|
|
@@ -89159,8 +89159,8 @@
|
|
|
89159
89159
|
return props.documentationUrl || props.activityUrl;
|
|
89160
89160
|
});
|
|
89161
89161
|
return (_ctx, _cache) => {
|
|
89162
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
89163
|
-
vue.createElementVNode("span", _hoisted_2$
|
|
89162
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$x, [
|
|
89163
|
+
vue.createElementVNode("span", _hoisted_2$m, [
|
|
89164
89164
|
vue.renderSlot(_ctx.$slots, "logo", {}, void 0, true),
|
|
89165
89165
|
vue.createElementVNode("span", _hoisted_3$c, [
|
|
89166
89166
|
_ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$9, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
|
|
@@ -89187,9 +89187,9 @@
|
|
|
89187
89187
|
}
|
|
89188
89188
|
});
|
|
89189
89189
|
|
|
89190
|
-
const BmsHeaderTitle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89190
|
+
const BmsHeaderTitle = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-1368f77d"]]);
|
|
89191
89191
|
|
|
89192
|
-
const _sfc_main$
|
|
89192
|
+
const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
89193
89193
|
__name: "BmsOverlay",
|
|
89194
89194
|
props: {
|
|
89195
89195
|
active: { type: Boolean },
|
|
@@ -89207,10 +89207,10 @@
|
|
|
89207
89207
|
}
|
|
89208
89208
|
});
|
|
89209
89209
|
|
|
89210
|
-
const BmsOverlay = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89210
|
+
const BmsOverlay = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-383b958c"]]);
|
|
89211
89211
|
|
|
89212
|
-
const _hoisted_1$
|
|
89213
|
-
const _hoisted_2$
|
|
89212
|
+
const _hoisted_1$w = ["data-testid"];
|
|
89213
|
+
const _hoisted_2$l = { class: "ui-modal__header" };
|
|
89214
89214
|
const _hoisted_3$b = { class: "ui-modal__header-inner" };
|
|
89215
89215
|
const _hoisted_4$8 = { class: "ui-modal__title" };
|
|
89216
89216
|
const _hoisted_5$6 = { class: "ui-modal__content" };
|
|
@@ -89221,7 +89221,7 @@
|
|
|
89221
89221
|
class: "ui-modal__loader"
|
|
89222
89222
|
};
|
|
89223
89223
|
const _hoisted_9$2 = { key: 0 };
|
|
89224
|
-
const _sfc_main$
|
|
89224
|
+
const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
89225
89225
|
__name: "BmsModal",
|
|
89226
89226
|
props: {
|
|
89227
89227
|
modelValue: { default: null },
|
|
@@ -89344,7 +89344,7 @@
|
|
|
89344
89344
|
ref_key: "innerModal",
|
|
89345
89345
|
ref: innerModal
|
|
89346
89346
|
}, [
|
|
89347
|
-
vue.createElementVNode("header", _hoisted_2$
|
|
89347
|
+
vue.createElementVNode("header", _hoisted_2$l, [
|
|
89348
89348
|
vue.createElementVNode("div", _hoisted_3$b, [
|
|
89349
89349
|
vue.renderSlot(_ctx.$slots, "header", {}, () => [
|
|
89350
89350
|
vue.createElementVNode("h1", _hoisted_4$8, [
|
|
@@ -89361,7 +89361,7 @@
|
|
|
89361
89361
|
])
|
|
89362
89362
|
], true)
|
|
89363
89363
|
]),
|
|
89364
|
-
vue.createVNode(_sfc_main$
|
|
89364
|
+
vue.createVNode(_sfc_main$1j, {
|
|
89365
89365
|
disabled: !isModalClosable.value,
|
|
89366
89366
|
onClick: dismissModal,
|
|
89367
89367
|
"data-testid": "close-modal"
|
|
@@ -89387,7 +89387,7 @@
|
|
|
89387
89387
|
modalData: props.modelValue
|
|
89388
89388
|
}, () => [
|
|
89389
89389
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(buttons.value, (button) => {
|
|
89390
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
89390
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$1k, {
|
|
89391
89391
|
key: button.label + button.role,
|
|
89392
89392
|
type: button.role === "cancel" ? "secondary" : "primary",
|
|
89393
89393
|
disabled: !isModalClosable.value || button.disabled,
|
|
@@ -89415,7 +89415,7 @@
|
|
|
89415
89415
|
_: 1
|
|
89416
89416
|
})
|
|
89417
89417
|
], 512)
|
|
89418
|
-
], 10, _hoisted_1$
|
|
89418
|
+
], 10, _hoisted_1$w)
|
|
89419
89419
|
]),
|
|
89420
89420
|
_: 3
|
|
89421
89421
|
}, 8, ["active", "priority"])
|
|
@@ -89427,10 +89427,10 @@
|
|
|
89427
89427
|
}
|
|
89428
89428
|
});
|
|
89429
89429
|
|
|
89430
|
-
const BmsModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89430
|
+
const BmsModal = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-96b6d748"]]);
|
|
89431
89431
|
|
|
89432
|
-
const _hoisted_1$
|
|
89433
|
-
const _sfc_main$
|
|
89432
|
+
const _hoisted_1$v = { class: "header" };
|
|
89433
|
+
const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
89434
89434
|
__name: "BmsSection",
|
|
89435
89435
|
props: {
|
|
89436
89436
|
style: { default: "flat" }
|
|
@@ -89440,7 +89440,7 @@
|
|
|
89440
89440
|
return vue.openBlock(), vue.createElementBlock("section", {
|
|
89441
89441
|
class: vue.normalizeClass(_ctx.style)
|
|
89442
89442
|
}, [
|
|
89443
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
89443
|
+
vue.createElementVNode("div", _hoisted_1$v, [
|
|
89444
89444
|
vue.renderSlot(_ctx.$slots, "header", {}, void 0, true)
|
|
89445
89445
|
]),
|
|
89446
89446
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -89449,11 +89449,11 @@
|
|
|
89449
89449
|
}
|
|
89450
89450
|
});
|
|
89451
89451
|
|
|
89452
|
-
const BmsSection = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89452
|
+
const BmsSection = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-2e9192be"]]);
|
|
89453
89453
|
|
|
89454
|
-
const _hoisted_1$
|
|
89455
|
-
const _hoisted_2$
|
|
89456
|
-
const _sfc_main$
|
|
89454
|
+
const _hoisted_1$u = { class: "step" };
|
|
89455
|
+
const _hoisted_2$k = { class: "step-buttons" };
|
|
89456
|
+
const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
89457
89457
|
__name: "BmsStep",
|
|
89458
89458
|
props: {
|
|
89459
89459
|
previousLabel: { default: "Précédent" },
|
|
@@ -89465,11 +89465,11 @@
|
|
|
89465
89465
|
emits: ["previous", "next"],
|
|
89466
89466
|
setup(__props) {
|
|
89467
89467
|
return (_ctx, _cache) => {
|
|
89468
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
89468
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$u, [
|
|
89469
89469
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
89470
89470
|
vue.renderSlot(_ctx.$slots, "actions", {}, () => [
|
|
89471
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
89472
|
-
_ctx.previousLabel ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
89471
|
+
vue.createElementVNode("div", _hoisted_2$k, [
|
|
89472
|
+
_ctx.previousLabel ? (vue.openBlock(), vue.createBlock(_sfc_main$1k, {
|
|
89473
89473
|
key: 0,
|
|
89474
89474
|
"data-test": "previous-button",
|
|
89475
89475
|
name: "previous",
|
|
@@ -89481,7 +89481,7 @@
|
|
|
89481
89481
|
]),
|
|
89482
89482
|
_: 1
|
|
89483
89483
|
})) : vue.createCommentVNode("", true),
|
|
89484
|
-
_ctx.nextLabel ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
89484
|
+
_ctx.nextLabel ? (vue.openBlock(), vue.createBlock(_sfc_main$1k, {
|
|
89485
89485
|
key: 1,
|
|
89486
89486
|
"data-test": "next-button",
|
|
89487
89487
|
class: "",
|
|
@@ -89501,10 +89501,10 @@
|
|
|
89501
89501
|
}
|
|
89502
89502
|
});
|
|
89503
89503
|
|
|
89504
|
-
const BmsStep = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89504
|
+
const BmsStep = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-fcce71d1"]]);
|
|
89505
89505
|
|
|
89506
|
-
const _hoisted_1$
|
|
89507
|
-
const _hoisted_2$
|
|
89506
|
+
const _hoisted_1$t = { class: "stepper" };
|
|
89507
|
+
const _hoisted_2$j = { class: "stepper-header" };
|
|
89508
89508
|
const _hoisted_3$a = ["onClick"];
|
|
89509
89509
|
const _hoisted_4$7 = { key: 1 };
|
|
89510
89510
|
const _hoisted_5$5 = ["onClick"];
|
|
@@ -89513,7 +89513,7 @@
|
|
|
89513
89513
|
class: "stepper-header--separator"
|
|
89514
89514
|
};
|
|
89515
89515
|
const _hoisted_7$3 = { class: "stepper-body" };
|
|
89516
|
-
const _sfc_main$
|
|
89516
|
+
const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
89517
89517
|
__name: "BmsStepper",
|
|
89518
89518
|
props: {
|
|
89519
89519
|
currentStep: { default: 0 },
|
|
@@ -89559,8 +89559,8 @@
|
|
|
89559
89559
|
if (props.clickable) emit("stepClick", number);
|
|
89560
89560
|
};
|
|
89561
89561
|
return (_ctx, _cache) => {
|
|
89562
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
89563
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
89562
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$t, [
|
|
89563
|
+
vue.createElementVNode("div", _hoisted_2$j, [
|
|
89564
89564
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(steps.value, (step, index) => {
|
|
89565
89565
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
89566
89566
|
key: index,
|
|
@@ -89587,7 +89587,7 @@
|
|
|
89587
89587
|
}
|
|
89588
89588
|
});
|
|
89589
89589
|
|
|
89590
|
-
const BmsStepper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89590
|
+
const BmsStepper = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-c872a497"]]);
|
|
89591
89591
|
|
|
89592
89592
|
const historyRoutes = vue.ref([]);
|
|
89593
89593
|
const useRouterHistory = () => {
|
|
@@ -89622,7 +89622,7 @@
|
|
|
89622
89622
|
};
|
|
89623
89623
|
};
|
|
89624
89624
|
|
|
89625
|
-
const _sfc_main$
|
|
89625
|
+
const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
89626
89626
|
__name: "BmsBackButton",
|
|
89627
89627
|
props: {
|
|
89628
89628
|
fallback: {}
|
|
@@ -89646,9 +89646,9 @@
|
|
|
89646
89646
|
}
|
|
89647
89647
|
});
|
|
89648
89648
|
|
|
89649
|
-
const BmsBackButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89649
|
+
const BmsBackButton = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-02d02028"]]);
|
|
89650
89650
|
|
|
89651
|
-
const _hoisted_1$
|
|
89651
|
+
const _hoisted_1$s = {
|
|
89652
89652
|
xmlns: "http://www.w3.org/2000/svg",
|
|
89653
89653
|
width: "24",
|
|
89654
89654
|
height: "24",
|
|
@@ -89659,7 +89659,7 @@
|
|
|
89659
89659
|
"stroke-linecap": "round",
|
|
89660
89660
|
"stroke-linejoin": "round"
|
|
89661
89661
|
};
|
|
89662
|
-
const _sfc_main$
|
|
89662
|
+
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
89663
89663
|
__name: "AnimatedHomeIcon",
|
|
89664
89664
|
setup(__props) {
|
|
89665
89665
|
const variants = {
|
|
@@ -89699,7 +89699,7 @@
|
|
|
89699
89699
|
onMouseenter: mouseEnterHandler,
|
|
89700
89700
|
onMouseleave: mouseLeaveHandler
|
|
89701
89701
|
}, [
|
|
89702
|
-
(vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
89702
|
+
(vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$s, [
|
|
89703
89703
|
_cache[0] || (_cache[0] = vue.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)),
|
|
89704
89704
|
vue.createVNode(vue.unref(MotionComponent), {
|
|
89705
89705
|
is: "path",
|
|
@@ -89713,12 +89713,12 @@
|
|
|
89713
89713
|
}
|
|
89714
89714
|
});
|
|
89715
89715
|
|
|
89716
|
-
const _hoisted_1$
|
|
89717
|
-
const _hoisted_2$
|
|
89716
|
+
const _hoisted_1$r = { class: "breadcrumb" };
|
|
89717
|
+
const _hoisted_2$i = {
|
|
89718
89718
|
key: 1,
|
|
89719
89719
|
class: "breadcrumb__here"
|
|
89720
89720
|
};
|
|
89721
|
-
const _sfc_main$
|
|
89721
|
+
const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
89722
89722
|
__name: "BmsBreadcrumb",
|
|
89723
89723
|
props: {
|
|
89724
89724
|
homeLocation: { default: "/" },
|
|
@@ -89728,10 +89728,10 @@
|
|
|
89728
89728
|
setup(__props) {
|
|
89729
89729
|
return (_ctx, _cache) => {
|
|
89730
89730
|
const _component_RouterLink = vue.resolveComponent("RouterLink");
|
|
89731
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
89731
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$r, [
|
|
89732
89732
|
vue.createVNode(_component_RouterLink, { to: _ctx.homeLocation }, {
|
|
89733
89733
|
default: vue.withCtx(() => [
|
|
89734
|
-
vue.createVNode(_sfc_main$
|
|
89734
|
+
vue.createVNode(_sfc_main$w)
|
|
89735
89735
|
]),
|
|
89736
89736
|
_: 1
|
|
89737
89737
|
}, 8, ["to"]),
|
|
@@ -89748,7 +89748,7 @@
|
|
|
89748
89748
|
vue.createTextVNode(vue.toDisplayString(breadcrumb.label), 1)
|
|
89749
89749
|
]),
|
|
89750
89750
|
_: 2
|
|
89751
|
-
}, 1032, ["to"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$
|
|
89751
|
+
}, 1032, ["to"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$i, vue.toDisplayString(breadcrumb.label), 1))
|
|
89752
89752
|
], 64);
|
|
89753
89753
|
}), 128))
|
|
89754
89754
|
]);
|
|
@@ -89756,10 +89756,10 @@
|
|
|
89756
89756
|
}
|
|
89757
89757
|
});
|
|
89758
89758
|
|
|
89759
|
-
const BmsBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89759
|
+
const BmsBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-a7f3b134"]]);
|
|
89760
89760
|
|
|
89761
|
-
const _hoisted_1$
|
|
89762
|
-
const _sfc_main$
|
|
89761
|
+
const _hoisted_1$q = { class: "label" };
|
|
89762
|
+
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
89763
89763
|
__name: "UiMenuItem",
|
|
89764
89764
|
props: {
|
|
89765
89765
|
item: {},
|
|
@@ -89776,7 +89776,7 @@
|
|
|
89776
89776
|
return classes2;
|
|
89777
89777
|
});
|
|
89778
89778
|
return (_ctx, _cache) => {
|
|
89779
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
89779
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$1n, {
|
|
89780
89780
|
to: _ctx.item.link,
|
|
89781
89781
|
target: _ctx.target,
|
|
89782
89782
|
classes: classes.value
|
|
@@ -89787,7 +89787,7 @@
|
|
|
89787
89787
|
key: 0,
|
|
89788
89788
|
size: 20
|
|
89789
89789
|
})) : vue.createCommentVNode("", true),
|
|
89790
|
-
vue.createElementVNode("span", _hoisted_1$
|
|
89790
|
+
vue.createElementVNode("span", _hoisted_1$q, vue.toDisplayString(_ctx.item.label), 1)
|
|
89791
89791
|
]),
|
|
89792
89792
|
_: 1
|
|
89793
89793
|
}, 8, ["to", "target", "classes"]);
|
|
@@ -89795,15 +89795,15 @@
|
|
|
89795
89795
|
}
|
|
89796
89796
|
});
|
|
89797
89797
|
|
|
89798
|
-
const _hoisted_1$
|
|
89798
|
+
const _hoisted_1$p = {
|
|
89799
89799
|
key: 0,
|
|
89800
89800
|
class: "parent-container"
|
|
89801
89801
|
};
|
|
89802
|
-
const _hoisted_2$
|
|
89802
|
+
const _hoisted_2$h = { class: "parent-label" };
|
|
89803
89803
|
const _hoisted_3$9 = ["onClick"];
|
|
89804
89804
|
const _hoisted_4$6 = { class: "parent-label" };
|
|
89805
89805
|
const _hoisted_5$4 = { class: "additional" };
|
|
89806
|
-
const _sfc_main$
|
|
89806
|
+
const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
89807
89807
|
__name: "BmsMenuNav",
|
|
89808
89808
|
props: {
|
|
89809
89809
|
items: {},
|
|
@@ -89865,14 +89865,14 @@
|
|
|
89865
89865
|
return vue.openBlock(), vue.createElementBlock("li", {
|
|
89866
89866
|
key: item.label
|
|
89867
89867
|
}, [
|
|
89868
|
-
hasSubItems(item) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
89869
|
-
item.link ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
89868
|
+
hasSubItems(item) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$p, [
|
|
89869
|
+
item.link ? (vue.openBlock(), vue.createBlock(_sfc_main$1n, {
|
|
89870
89870
|
key: 0,
|
|
89871
89871
|
to: item.link,
|
|
89872
89872
|
class: vue.normalizeClass(`parent-item ${isItemActive(item) ? "active" : ""}`)
|
|
89873
89873
|
}, {
|
|
89874
89874
|
default: vue.withCtx(() => [
|
|
89875
|
-
vue.createElementVNode("span", _hoisted_2$
|
|
89875
|
+
vue.createElementVNode("span", _hoisted_2$h, vue.toDisplayString(item.label), 1),
|
|
89876
89876
|
item.icon ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(item.icon), {
|
|
89877
89877
|
key: 0,
|
|
89878
89878
|
class: "parent-item__custom-icon"
|
|
@@ -89894,7 +89894,7 @@
|
|
|
89894
89894
|
return vue.openBlock(), vue.createElementBlock("li", {
|
|
89895
89895
|
key: subItem.label
|
|
89896
89896
|
}, [
|
|
89897
|
-
vue.createVNode(_sfc_main$
|
|
89897
|
+
vue.createVNode(_sfc_main$u, {
|
|
89898
89898
|
item: subItem,
|
|
89899
89899
|
active: isItemActive(subItem),
|
|
89900
89900
|
onClick: ($event) => clickItem(subItem)
|
|
@@ -89907,7 +89907,7 @@
|
|
|
89907
89907
|
]),
|
|
89908
89908
|
_: 2
|
|
89909
89909
|
}, 1024)
|
|
89910
|
-
])) : (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
89910
|
+
])) : (vue.openBlock(), vue.createBlock(_sfc_main$u, {
|
|
89911
89911
|
key: 1,
|
|
89912
89912
|
item,
|
|
89913
89913
|
active: isItemActive(item),
|
|
@@ -89924,12 +89924,12 @@
|
|
|
89924
89924
|
}
|
|
89925
89925
|
});
|
|
89926
89926
|
|
|
89927
|
-
const BmsMenuNav = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89927
|
+
const BmsMenuNav = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-731a6d8c"]]);
|
|
89928
89928
|
|
|
89929
|
-
const _hoisted_1$
|
|
89930
|
-
const _hoisted_2$
|
|
89929
|
+
const _hoisted_1$o = { class: "menu__container" };
|
|
89930
|
+
const _hoisted_2$g = { class: "menu__top" };
|
|
89931
89931
|
const _hoisted_3$8 = { class: "menu__copyright" };
|
|
89932
|
-
const _sfc_main$
|
|
89932
|
+
const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
89933
89933
|
__name: "BmsFixedMenu",
|
|
89934
89934
|
props: {
|
|
89935
89935
|
items: {},
|
|
@@ -89937,8 +89937,8 @@
|
|
|
89937
89937
|
},
|
|
89938
89938
|
setup(__props) {
|
|
89939
89939
|
return (_ctx, _cache) => {
|
|
89940
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
89941
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
89940
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$o, [
|
|
89941
|
+
vue.createElementVNode("div", _hoisted_2$g, [
|
|
89942
89942
|
vue.renderSlot(_ctx.$slots, "top", {}, void 0, true)
|
|
89943
89943
|
]),
|
|
89944
89944
|
vue.createVNode(BmsMenuNav, {
|
|
@@ -89960,11 +89960,11 @@
|
|
|
89960
89960
|
}
|
|
89961
89961
|
});
|
|
89962
89962
|
|
|
89963
|
-
const BmsFixedMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
89963
|
+
const BmsFixedMenu = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-701e04d9"]]);
|
|
89964
89964
|
|
|
89965
|
-
const _hoisted_1$
|
|
89966
|
-
const _hoisted_2$
|
|
89967
|
-
const _sfc_main$
|
|
89965
|
+
const _hoisted_1$n = { class: "menu" };
|
|
89966
|
+
const _hoisted_2$f = { class: "menu__copyright" };
|
|
89967
|
+
const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
89968
89968
|
__name: "BmsMenu",
|
|
89969
89969
|
props: {
|
|
89970
89970
|
items: {},
|
|
@@ -89980,8 +89980,8 @@
|
|
|
89980
89980
|
});
|
|
89981
89981
|
const toggleMenu = (newMenuState = true) => isMenuOpen.value = newMenuState;
|
|
89982
89982
|
return (_ctx, _cache) => {
|
|
89983
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
89984
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
89983
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$n, [
|
|
89984
|
+
vue.createVNode(vue.unref(_sfc_main$1j), {
|
|
89985
89985
|
onClick: _cache[0] || (_cache[0] = ($event) => toggleMenu(!isMenuOpen.value)),
|
|
89986
89986
|
"data-testid": "openMenu",
|
|
89987
89987
|
"aria-label": "Ouvrir le menu"
|
|
@@ -90005,7 +90005,7 @@
|
|
|
90005
90005
|
ref: menu,
|
|
90006
90006
|
class: vue.normalizeClass(["menu__container", { "is-show": isMenuOpen.value }])
|
|
90007
90007
|
}, [
|
|
90008
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
90008
|
+
vue.createVNode(vue.unref(_sfc_main$1j), {
|
|
90009
90009
|
class: "menu__close",
|
|
90010
90010
|
onClick: _cache[1] || (_cache[1] = ($event) => toggleMenu(false)),
|
|
90011
90011
|
"data-testid": "closeMenu",
|
|
@@ -90027,7 +90027,7 @@
|
|
|
90027
90027
|
]),
|
|
90028
90028
|
_: 3
|
|
90029
90029
|
}, 8, ["items", "active-link"]),
|
|
90030
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
90030
|
+
vue.createElementVNode("div", _hoisted_2$f, [
|
|
90031
90031
|
vue.renderSlot(_ctx.$slots, "footer", {}, () => [
|
|
90032
90032
|
_cache[2] || (_cache[2] = vue.createElementVNode("p", { class: "menu__copyright-madein" }, "Made with ♥ by BMS", -1))
|
|
90033
90033
|
], true)
|
|
@@ -90045,9 +90045,9 @@
|
|
|
90045
90045
|
}
|
|
90046
90046
|
});
|
|
90047
90047
|
|
|
90048
|
-
const BmsMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90048
|
+
const BmsMenu = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-02719cac"]]);
|
|
90049
90049
|
|
|
90050
|
-
const _sfc_main$
|
|
90050
|
+
const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
90051
90051
|
__name: "UiTab",
|
|
90052
90052
|
props: {
|
|
90053
90053
|
currentRoute: {},
|
|
@@ -90079,11 +90079,11 @@
|
|
|
90079
90079
|
}
|
|
90080
90080
|
});
|
|
90081
90081
|
|
|
90082
|
-
const UiTab = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90082
|
+
const UiTab = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-d2f6b84b"]]);
|
|
90083
90083
|
|
|
90084
|
-
const _hoisted_1$
|
|
90085
|
-
const _hoisted_2$
|
|
90086
|
-
const _sfc_main$
|
|
90084
|
+
const _hoisted_1$m = { class: "tabs-header" };
|
|
90085
|
+
const _hoisted_2$e = { class: "tabs-title" };
|
|
90086
|
+
const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
90087
90087
|
__name: "BmsTabs",
|
|
90088
90088
|
props: {
|
|
90089
90089
|
title: {},
|
|
@@ -90092,8 +90092,8 @@
|
|
|
90092
90092
|
setup(__props) {
|
|
90093
90093
|
const { currentRoute } = vueRouter.useRouter();
|
|
90094
90094
|
return (_ctx, _cache) => {
|
|
90095
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
90096
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
90095
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$m, [
|
|
90096
|
+
vue.createElementVNode("div", _hoisted_2$e, [
|
|
90097
90097
|
vue.createElementVNode("h3", null, vue.toDisplayString(_ctx.title), 1)
|
|
90098
90098
|
]),
|
|
90099
90099
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.tabs, (tab) => {
|
|
@@ -90108,9 +90108,9 @@
|
|
|
90108
90108
|
}
|
|
90109
90109
|
});
|
|
90110
90110
|
|
|
90111
|
-
const BmsTabs = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90111
|
+
const BmsTabs = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-f862fbda"]]);
|
|
90112
90112
|
|
|
90113
|
-
const _sfc_main$
|
|
90113
|
+
const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
90114
90114
|
__name: "UiPopoverMenu",
|
|
90115
90115
|
props: {
|
|
90116
90116
|
visible: { type: Boolean, default: false },
|
|
@@ -90198,7 +90198,7 @@
|
|
|
90198
90198
|
}
|
|
90199
90199
|
});
|
|
90200
90200
|
|
|
90201
|
-
const UiPopoverMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90201
|
+
const UiPopoverMenu = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-a5b2b7f5"]]);
|
|
90202
90202
|
|
|
90203
90203
|
const getInitials = (name) => {
|
|
90204
90204
|
if (name.length === 0) return "";
|
|
@@ -90215,8 +90215,8 @@
|
|
|
90215
90215
|
return firstLetter + secondLetter;
|
|
90216
90216
|
};
|
|
90217
90217
|
|
|
90218
|
-
const _hoisted_1$
|
|
90219
|
-
const _sfc_main$
|
|
90218
|
+
const _hoisted_1$l = ["src"];
|
|
90219
|
+
const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
90220
90220
|
__name: "UiTenantImage",
|
|
90221
90221
|
props: {
|
|
90222
90222
|
tenant: {}
|
|
@@ -90227,7 +90227,7 @@
|
|
|
90227
90227
|
key: 0,
|
|
90228
90228
|
src: _ctx.tenant?.logoFile,
|
|
90229
90229
|
class: "site-logo"
|
|
90230
|
-
}, null, 8, _hoisted_1$
|
|
90230
|
+
}, null, 8, _hoisted_1$l)) : (vue.openBlock(), vue.createBlock(vue.unref(BmsCocarde), {
|
|
90231
90231
|
key: 1,
|
|
90232
90232
|
initials: vue.unref(getInitials)(_ctx.tenant.label),
|
|
90233
90233
|
size: "small"
|
|
@@ -90236,8 +90236,8 @@
|
|
|
90236
90236
|
}
|
|
90237
90237
|
});
|
|
90238
90238
|
|
|
90239
|
-
const _hoisted_1$
|
|
90240
|
-
const _sfc_main$
|
|
90239
|
+
const _hoisted_1$k = ["data-testid"];
|
|
90240
|
+
const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
90241
90241
|
__name: "UiTenantLabel",
|
|
90242
90242
|
props: {
|
|
90243
90243
|
tenant: {}
|
|
@@ -90258,11 +90258,11 @@
|
|
|
90258
90258
|
key: 0,
|
|
90259
90259
|
size: 12
|
|
90260
90260
|
})) : vue.createCommentVNode("", true),
|
|
90261
|
-
vue.createVNode(_sfc_main$
|
|
90261
|
+
vue.createVNode(_sfc_main$n, { tenant: _ctx.tenant }, null, 8, ["tenant"]),
|
|
90262
90262
|
vue.createTextVNode(" " + vue.toDisplayString(_ctx.tenant.label), 1),
|
|
90263
90263
|
vue.createElementVNode("em", null, "- " + vue.toDisplayString(_ctx.tenant.information), 1)
|
|
90264
|
-
], 8, _hoisted_1$
|
|
90265
|
-
_ctx.tenant.isFavorite ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
90264
|
+
], 8, _hoisted_1$k),
|
|
90265
|
+
_ctx.tenant.isFavorite ? (vue.openBlock(), vue.createBlock(_sfc_main$1j, {
|
|
90266
90266
|
key: 0,
|
|
90267
90267
|
class: "remove-tenant-button",
|
|
90268
90268
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => emits("removeFavorite"), ["stop"]))
|
|
@@ -90277,10 +90277,10 @@
|
|
|
90277
90277
|
}
|
|
90278
90278
|
});
|
|
90279
90279
|
|
|
90280
|
-
const UiTenantLabel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90280
|
+
const UiTenantLabel = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-3615f3c6"]]);
|
|
90281
90281
|
|
|
90282
|
-
const _hoisted_1$
|
|
90283
|
-
const _sfc_main$
|
|
90282
|
+
const _hoisted_1$j = { class: "tenantsMenu-search" };
|
|
90283
|
+
const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
90284
90284
|
__name: "UiTenantSwitcher",
|
|
90285
90285
|
props: {
|
|
90286
90286
|
visible: { type: Boolean },
|
|
@@ -90341,8 +90341,8 @@
|
|
|
90341
90341
|
class: "tenantsMenu"
|
|
90342
90342
|
}, {
|
|
90343
90343
|
default: vue.withCtx(() => [
|
|
90344
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
90345
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
90344
|
+
vue.createElementVNode("div", _hoisted_1$j, [
|
|
90345
|
+
vue.createVNode(vue.unref(_sfc_main$_), {
|
|
90346
90346
|
ref_key: "searchRef",
|
|
90347
90347
|
ref: searchRef,
|
|
90348
90348
|
modelValue: search.value,
|
|
@@ -90395,13 +90395,13 @@
|
|
|
90395
90395
|
}
|
|
90396
90396
|
});
|
|
90397
90397
|
|
|
90398
|
-
const UiTenantSwitcher = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90398
|
+
const UiTenantSwitcher = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-5a31f3bb"]]);
|
|
90399
90399
|
|
|
90400
|
-
const _hoisted_1$
|
|
90400
|
+
const _hoisted_1$i = {
|
|
90401
90401
|
key: 0,
|
|
90402
90402
|
class: "tenant-label"
|
|
90403
90403
|
};
|
|
90404
|
-
const _sfc_main$
|
|
90404
|
+
const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
90405
90405
|
__name: "BmsTenantSwitcher",
|
|
90406
90406
|
props: {
|
|
90407
90407
|
currentTenant: { default: null },
|
|
@@ -90455,16 +90455,16 @@
|
|
|
90455
90455
|
ref: tenantSwitchButton,
|
|
90456
90456
|
class: "tenant-switcher-button"
|
|
90457
90457
|
}, [
|
|
90458
|
-
_ctx.currentTenant && _ctx.tenants.length === 1 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
90459
|
-
vue.createVNode(_sfc_main$
|
|
90458
|
+
_ctx.currentTenant && _ctx.tenants.length === 1 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$i, [
|
|
90459
|
+
vue.createVNode(_sfc_main$n, { tenant: _ctx.currentTenant }, null, 8, ["tenant"]),
|
|
90460
90460
|
vue.createElementVNode("span", null, vue.toDisplayString(_ctx.currentTenant.label), 1)
|
|
90461
|
-
])) : _ctx.tenants.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
90461
|
+
])) : _ctx.tenants.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$1k), {
|
|
90462
90462
|
key: 1,
|
|
90463
90463
|
type: "tertiary",
|
|
90464
90464
|
onClick: _cache[0] || (_cache[0] = ($event) => showTenantSwitcher.value = !showTenantSwitcher.value)
|
|
90465
90465
|
}, {
|
|
90466
90466
|
start: vue.withCtx(() => [
|
|
90467
|
-
_ctx.currentTenant ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
90467
|
+
_ctx.currentTenant ? (vue.openBlock(), vue.createBlock(_sfc_main$n, {
|
|
90468
90468
|
key: 0,
|
|
90469
90469
|
tenant: _ctx.currentTenant
|
|
90470
90470
|
}, null, 8, ["tenant"])) : vue.createCommentVNode("", true)
|
|
@@ -90490,10 +90490,10 @@
|
|
|
90490
90490
|
}
|
|
90491
90491
|
});
|
|
90492
90492
|
|
|
90493
|
-
const BmsTenantSwitcher = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90493
|
+
const BmsTenantSwitcher = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-f8449c43"]]);
|
|
90494
90494
|
|
|
90495
|
-
const _hoisted_1$
|
|
90496
|
-
const _sfc_main$
|
|
90495
|
+
const _hoisted_1$h = ["data-id", "draggable", "onDragstart"];
|
|
90496
|
+
const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
90497
90497
|
__name: "DraggableList",
|
|
90498
90498
|
props: {
|
|
90499
90499
|
modelValue: {}
|
|
@@ -90601,7 +90601,7 @@
|
|
|
90601
90601
|
onMouseup: _cache[1] || (_cache[1] = () => gripped.value = false)
|
|
90602
90602
|
}),
|
|
90603
90603
|
vue.renderSlot(_ctx.$slots, "default", { row: item }, void 0, true),
|
|
90604
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
90604
|
+
vue.createVNode(vue.unref(_sfc_main$1j), {
|
|
90605
90605
|
mode: vue.unref(StatusType).Danger,
|
|
90606
90606
|
onClick: ($event) => onRemove(item)
|
|
90607
90607
|
}, {
|
|
@@ -90610,7 +90610,7 @@
|
|
|
90610
90610
|
]),
|
|
90611
90611
|
_: 1
|
|
90612
90612
|
}, 8, ["mode", "onClick"])
|
|
90613
|
-
], 40, _hoisted_1$
|
|
90613
|
+
], 40, _hoisted_1$h),
|
|
90614
90614
|
vue.createElementVNode("div", {
|
|
90615
90615
|
class: "separator",
|
|
90616
90616
|
onDragenter: onSeparatorDragEnter
|
|
@@ -90622,29 +90622,29 @@
|
|
|
90622
90622
|
}
|
|
90623
90623
|
});
|
|
90624
90624
|
|
|
90625
|
-
const BmsDraggableList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90625
|
+
const BmsDraggableList = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-a5c3d8e7"]]);
|
|
90626
90626
|
|
|
90627
|
-
const _hoisted_1$
|
|
90627
|
+
const _hoisted_1$g = {
|
|
90628
90628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
90629
90629
|
"data-name": "Layer 1",
|
|
90630
90630
|
viewBox: "0 0 1009.54 789.93"
|
|
90631
90631
|
};
|
|
90632
90632
|
|
|
90633
90633
|
function render(_ctx, _cache) {
|
|
90634
|
-
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
90634
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$g, [...(_cache[0] || (_cache[0] = [
|
|
90635
90635
|
vue.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)
|
|
90636
90636
|
]))]))
|
|
90637
90637
|
}
|
|
90638
90638
|
const Empty = { render: render };
|
|
90639
90639
|
|
|
90640
|
-
const _hoisted_1$
|
|
90641
|
-
const _hoisted_2$
|
|
90640
|
+
const _hoisted_1$f = { class: "empty-screen" };
|
|
90641
|
+
const _hoisted_2$d = { class: "empty-screen__img" };
|
|
90642
90642
|
const _hoisted_3$7 = { class: "empty-screen__title" };
|
|
90643
90643
|
const _hoisted_4$5 = {
|
|
90644
90644
|
key: 0,
|
|
90645
90645
|
class: "empty-screen__description"
|
|
90646
90646
|
};
|
|
90647
|
-
const _sfc_main$
|
|
90647
|
+
const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
90648
90648
|
__name: "BmsEmptyScreen",
|
|
90649
90649
|
props: {
|
|
90650
90650
|
title: {},
|
|
@@ -90653,8 +90653,8 @@
|
|
|
90653
90653
|
setup(__props) {
|
|
90654
90654
|
const props = __props;
|
|
90655
90655
|
return (_ctx, _cache) => {
|
|
90656
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
90657
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
90656
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$f, [
|
|
90657
|
+
vue.createElementVNode("div", _hoisted_2$d, [
|
|
90658
90658
|
vue.createVNode(vue.unref(Empty))
|
|
90659
90659
|
]),
|
|
90660
90660
|
vue.createElementVNode("h1", _hoisted_3$7, vue.toDisplayString(props.title), 1),
|
|
@@ -90664,12 +90664,12 @@
|
|
|
90664
90664
|
}
|
|
90665
90665
|
});
|
|
90666
90666
|
|
|
90667
|
-
const BmsEmptyScreen = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90667
|
+
const BmsEmptyScreen = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-d128fb40"]]);
|
|
90668
90668
|
|
|
90669
|
-
const _hoisted_1$
|
|
90670
|
-
const _hoisted_2$
|
|
90669
|
+
const _hoisted_1$e = { class: "bms-pagination__select" };
|
|
90670
|
+
const _hoisted_2$c = { class: "bms-pagination__status" };
|
|
90671
90671
|
const _hoisted_3$6 = { class: "bms-pagination__actions" };
|
|
90672
|
-
const _sfc_main$
|
|
90672
|
+
const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
90673
90673
|
__name: "BmsPagination",
|
|
90674
90674
|
props: {
|
|
90675
90675
|
currentSize: {},
|
|
@@ -90726,7 +90726,7 @@
|
|
|
90726
90726
|
class: "bms-pagination",
|
|
90727
90727
|
tabcurrentPage: "0"
|
|
90728
90728
|
}, [
|
|
90729
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
90729
|
+
vue.createElementVNode("div", _hoisted_1$e, [
|
|
90730
90730
|
vue.createTextVNode(vue.toDisplayString(_ctx.selectLabel) + " ", 1),
|
|
90731
90731
|
vue.createVNode(vue.unref(BmsSelect), {
|
|
90732
90732
|
modelValue: size.value,
|
|
@@ -90734,7 +90734,7 @@
|
|
|
90734
90734
|
options: _ctx.sizes.map((size2) => ({ label: size2.toString(), value: size2 }))
|
|
90735
90735
|
}, null, 8, ["modelValue", "options"])
|
|
90736
90736
|
]),
|
|
90737
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
90737
|
+
vue.createElementVNode("div", _hoisted_2$c, [
|
|
90738
90738
|
vue.renderSlot(_ctx.$slots, "default", {
|
|
90739
90739
|
first: size.value * _ctx.currentPage + 1,
|
|
90740
90740
|
currentLast: lastItemNumber.value,
|
|
@@ -90749,7 +90749,7 @@
|
|
|
90749
90749
|
], true)
|
|
90750
90750
|
]),
|
|
90751
90751
|
vue.createElementVNode("div", _hoisted_3$6, [
|
|
90752
|
-
vue.createVNode(_sfc_main$
|
|
90752
|
+
vue.createVNode(_sfc_main$1j, {
|
|
90753
90753
|
color: "neutral",
|
|
90754
90754
|
onClick: goToFirst,
|
|
90755
90755
|
disabled: _ctx.currentPage === 0
|
|
@@ -90759,7 +90759,7 @@
|
|
|
90759
90759
|
]),
|
|
90760
90760
|
_: 1
|
|
90761
90761
|
}, 8, ["disabled"]),
|
|
90762
|
-
vue.createVNode(_sfc_main$
|
|
90762
|
+
vue.createVNode(_sfc_main$1j, {
|
|
90763
90763
|
onClick: goToPrevious,
|
|
90764
90764
|
disabled: _ctx.currentPage === 0
|
|
90765
90765
|
}, {
|
|
@@ -90768,7 +90768,7 @@
|
|
|
90768
90768
|
]),
|
|
90769
90769
|
_: 1
|
|
90770
90770
|
}, 8, ["disabled"]),
|
|
90771
|
-
vue.createVNode(_sfc_main$
|
|
90771
|
+
vue.createVNode(_sfc_main$1j, {
|
|
90772
90772
|
onClick: goToNext,
|
|
90773
90773
|
disabled: _ctx.currentPage === _ctx.pages - 1 || _ctx.pages === 0
|
|
90774
90774
|
}, {
|
|
@@ -90777,7 +90777,7 @@
|
|
|
90777
90777
|
]),
|
|
90778
90778
|
_: 1
|
|
90779
90779
|
}, 8, ["disabled"]),
|
|
90780
|
-
vue.createVNode(_sfc_main$
|
|
90780
|
+
vue.createVNode(_sfc_main$1j, {
|
|
90781
90781
|
onClick: goToLast,
|
|
90782
90782
|
disabled: _ctx.currentPage === _ctx.pages - 1 || _ctx.pages === 0 || _ctx.total === Infinity
|
|
90783
90783
|
}, {
|
|
@@ -90792,7 +90792,7 @@
|
|
|
90792
90792
|
}
|
|
90793
90793
|
});
|
|
90794
90794
|
|
|
90795
|
-
const BmsPagination = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90795
|
+
const BmsPagination = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-e10f3b80"]]);
|
|
90796
90796
|
|
|
90797
90797
|
/**
|
|
90798
90798
|
* Removes all key-value entries from the list cache.
|
|
@@ -94411,11 +94411,11 @@
|
|
|
94411
94411
|
var getExports = requireGet();
|
|
94412
94412
|
const _get = /*@__PURE__*/getDefaultExportFromCjs(getExports);
|
|
94413
94413
|
|
|
94414
|
-
const _hoisted_1$
|
|
94414
|
+
const _hoisted_1$d = {
|
|
94415
94415
|
key: 0,
|
|
94416
94416
|
class: "ui-relative-time"
|
|
94417
94417
|
};
|
|
94418
|
-
const _sfc_main$
|
|
94418
|
+
const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
94419
94419
|
__name: "BmsRelativeTime",
|
|
94420
94420
|
props: {
|
|
94421
94421
|
relativeTo: { default: Date.now() }
|
|
@@ -94450,7 +94450,7 @@
|
|
|
94450
94450
|
}, timeoutDelay);
|
|
94451
94451
|
};
|
|
94452
94452
|
return (_ctx, _cache) => {
|
|
94453
|
-
return _ctx.relativeTo ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$
|
|
94453
|
+
return _ctx.relativeTo ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$d, [
|
|
94454
94454
|
vue.createVNode(BmsTooltip, { "tooltip-text": formattedDate.value }, {
|
|
94455
94455
|
default: vue.withCtx(() => [
|
|
94456
94456
|
vue.createTextVNode(vue.toDisplayString(date.value), 1)
|
|
@@ -94462,7 +94462,7 @@
|
|
|
94462
94462
|
}
|
|
94463
94463
|
});
|
|
94464
94464
|
|
|
94465
|
-
const _sfc_main$
|
|
94465
|
+
const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
94466
94466
|
__name: "UiBmsTableCell",
|
|
94467
94467
|
props: {
|
|
94468
94468
|
cell: {},
|
|
@@ -94488,7 +94488,7 @@
|
|
|
94488
94488
|
])]),
|
|
94489
94489
|
_: 1
|
|
94490
94490
|
}))
|
|
94491
|
-
], 64)) : _ctx.cell.columnType === vue.unref(ColumnType).Date ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
94491
|
+
], 64)) : _ctx.cell.columnType === vue.unref(ColumnType).Date ? (vue.openBlock(), vue.createBlock(_sfc_main$g, {
|
|
94492
94492
|
key: 1,
|
|
94493
94493
|
relativeTo: relativeToTime.value
|
|
94494
94494
|
}, null, 8, ["relativeTo"])) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
|
|
@@ -94498,11 +94498,11 @@
|
|
|
94498
94498
|
}
|
|
94499
94499
|
});
|
|
94500
94500
|
|
|
94501
|
-
const _hoisted_1$
|
|
94501
|
+
const _hoisted_1$c = {
|
|
94502
94502
|
key: 0,
|
|
94503
94503
|
class: "bms-table__row__cell__checkbox"
|
|
94504
94504
|
};
|
|
94505
|
-
const _hoisted_2$
|
|
94505
|
+
const _hoisted_2$b = {
|
|
94506
94506
|
key: 0,
|
|
94507
94507
|
class: "bms-table__row__cell--child-element"
|
|
94508
94508
|
};
|
|
@@ -94510,7 +94510,7 @@
|
|
|
94510
94510
|
key: 1,
|
|
94511
94511
|
class: "bms-table__row__cell--action"
|
|
94512
94512
|
};
|
|
94513
|
-
const _sfc_main$
|
|
94513
|
+
const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
94514
94514
|
__name: "UiBmsTableRow",
|
|
94515
94515
|
props: {
|
|
94516
94516
|
item: {},
|
|
@@ -94541,7 +94541,7 @@
|
|
|
94541
94541
|
"bms-table__row--dense": _ctx.dense
|
|
94542
94542
|
}])
|
|
94543
94543
|
}, [
|
|
94544
|
-
_ctx.selectable ? (vue.openBlock(), vue.createElementBlock("td", _hoisted_1$
|
|
94544
|
+
_ctx.selectable ? (vue.openBlock(), vue.createElementBlock("td", _hoisted_1$c, [
|
|
94545
94545
|
vue.createVNode(BmsTooltip, {
|
|
94546
94546
|
direction: vue.unref(TooltipDirection).Right,
|
|
94547
94547
|
"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",
|
|
@@ -94564,7 +94564,7 @@
|
|
|
94564
94564
|
class: vue.normalizeClass([getAlignClass(cell), "bms-table__row__cell"]),
|
|
94565
94565
|
key: cell.key
|
|
94566
94566
|
}, [
|
|
94567
|
-
_ctx.isChildElement ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
94567
|
+
_ctx.isChildElement ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$b, [
|
|
94568
94568
|
index === 0 ? (vue.openBlock(), vue.createBlock(vue.unref(CornerDownRight), {
|
|
94569
94569
|
key: 0,
|
|
94570
94570
|
class: "bms-table__row__cell--child-element__icon"
|
|
@@ -94573,7 +94573,7 @@
|
|
|
94573
94573
|
row: _ctx.item.childElement,
|
|
94574
94574
|
isChildElement: _ctx.isChildElement
|
|
94575
94575
|
}, () => [
|
|
94576
|
-
vue.createVNode(_sfc_main$
|
|
94576
|
+
vue.createVNode(_sfc_main$f, {
|
|
94577
94577
|
item: _ctx.item.childElement,
|
|
94578
94578
|
cell
|
|
94579
94579
|
}, null, 8, ["item", "cell"])
|
|
@@ -94588,7 +94588,7 @@
|
|
|
94588
94588
|
row: _ctx.item,
|
|
94589
94589
|
isChildElement: _ctx.isChildElement
|
|
94590
94590
|
}, () => [
|
|
94591
|
-
vue.createVNode(_sfc_main$
|
|
94591
|
+
vue.createVNode(_sfc_main$f, {
|
|
94592
94592
|
item: _ctx.item,
|
|
94593
94593
|
cell
|
|
94594
94594
|
}, null, 8, ["item", "cell"])
|
|
@@ -94601,10 +94601,10 @@
|
|
|
94601
94601
|
}
|
|
94602
94602
|
});
|
|
94603
94603
|
|
|
94604
|
-
const UiBmsTableRow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
94604
|
+
const UiBmsTableRow = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-c6304837"]]);
|
|
94605
94605
|
|
|
94606
|
-
const _hoisted_1$
|
|
94607
|
-
const _hoisted_2$
|
|
94606
|
+
const _hoisted_1$b = { class: "bms-table" };
|
|
94607
|
+
const _hoisted_2$a = { class: "bms-table__actions" };
|
|
94608
94608
|
const _hoisted_3$4 = { class: "bms-table__actions__saved-filters" };
|
|
94609
94609
|
const _hoisted_4$4 = { class: "bms-table__actions__custom" };
|
|
94610
94610
|
const _hoisted_5$3 = { class: "bms-table__actions__search" };
|
|
@@ -94629,7 +94629,7 @@
|
|
|
94629
94629
|
class: "bms-table__row"
|
|
94630
94630
|
};
|
|
94631
94631
|
const _hoisted_17 = ["colspan"];
|
|
94632
|
-
const _sfc_main$
|
|
94632
|
+
const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
94633
94633
|
__name: "UiBmsTable",
|
|
94634
94634
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
94635
94635
|
headers: {},
|
|
@@ -94799,8 +94799,8 @@
|
|
|
94799
94799
|
}
|
|
94800
94800
|
});
|
|
94801
94801
|
return (_ctx, _cache) => {
|
|
94802
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
94803
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
94802
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$b, [
|
|
94803
|
+
vue.createElementVNode("div", _hoisted_2$a, [
|
|
94804
94804
|
vue.createElementVNode("div", _hoisted_3$4, [
|
|
94805
94805
|
vue.createElementVNode("div", _hoisted_4$4, [
|
|
94806
94806
|
vue.renderSlot(_ctx.$slots, "custom-actions", {}, void 0, true)
|
|
@@ -94974,14 +94974,14 @@
|
|
|
94974
94974
|
}
|
|
94975
94975
|
});
|
|
94976
94976
|
|
|
94977
|
-
const UiBmsTable = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
94977
|
+
const UiBmsTable = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-9cbfc981"]]);
|
|
94978
94978
|
|
|
94979
|
-
const _hoisted_1$
|
|
94980
|
-
const _hoisted_2$
|
|
94979
|
+
const _hoisted_1$a = { class: "filter-button-container" };
|
|
94980
|
+
const _hoisted_2$9 = {
|
|
94981
94981
|
key: 0,
|
|
94982
94982
|
class: "indicator"
|
|
94983
94983
|
};
|
|
94984
|
-
const _sfc_main$
|
|
94984
|
+
const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
94985
94985
|
__name: "UiFilterButton",
|
|
94986
94986
|
props: {
|
|
94987
94987
|
isFilterVisible: { type: Boolean, default: false },
|
|
@@ -94995,8 +94995,8 @@
|
|
|
94995
94995
|
() => !props.isFilterVisible && props.activeFiltersNb > 0
|
|
94996
94996
|
);
|
|
94997
94997
|
return (_ctx, _cache) => {
|
|
94998
|
-
return vue.openBlock(), vue.createElementBlock("span", _hoisted_1$
|
|
94999
|
-
vue.createVNode(_sfc_main$
|
|
94998
|
+
return vue.openBlock(), vue.createElementBlock("span", _hoisted_1$a, [
|
|
94999
|
+
vue.createVNode(_sfc_main$1l, {
|
|
95000
95000
|
class: "filter-button",
|
|
95001
95001
|
color: _ctx.isFilterVisible ? vue.unref(StatusType).Default : vue.unref(StatusType).Information,
|
|
95002
95002
|
mode: _ctx.isFilterVisible ? "fill" : "ghost",
|
|
@@ -95009,7 +95009,7 @@
|
|
|
95009
95009
|
}, 8, ["color", "mode"]),
|
|
95010
95010
|
vue.createVNode(vue.Transition, { name: "indicator-scale" }, {
|
|
95011
95011
|
default: vue.withCtx(() => [
|
|
95012
|
-
showIndicator.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$
|
|
95012
|
+
showIndicator.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$9, vue.toDisplayString(_ctx.activeFiltersNb), 1)) : vue.createCommentVNode("", true)
|
|
95013
95013
|
]),
|
|
95014
95014
|
_: 1
|
|
95015
95015
|
})
|
|
@@ -95018,7 +95018,7 @@
|
|
|
95018
95018
|
}
|
|
95019
95019
|
});
|
|
95020
95020
|
|
|
95021
|
-
const UiFilterButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
95021
|
+
const UiFilterButton = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-6047ada7"]]);
|
|
95022
95022
|
|
|
95023
95023
|
const LOCAL_STORAGE_USER_PREF_KEY = "userPref";
|
|
95024
95024
|
const useUserPref = () => {
|
|
@@ -97104,6 +97104,131 @@
|
|
|
97104
97104
|
var debounceExports = requireDebounce();
|
|
97105
97105
|
const _debounce = /*@__PURE__*/getDefaultExportFromCjs(debounceExports);
|
|
97106
97106
|
|
|
97107
|
+
const _hoisted_1$9 = ["innerHTML"];
|
|
97108
|
+
const _hoisted_2$8 = ["innerHTML"];
|
|
97109
|
+
const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
97110
|
+
__name: "BmsServerAutocomplete",
|
|
97111
|
+
props: /* @__PURE__ */ vue.mergeModels({
|
|
97112
|
+
url: {},
|
|
97113
|
+
request: { type: Function, default: async (controller, url) => {
|
|
97114
|
+
if (!url) {
|
|
97115
|
+
throw "URL must be defined";
|
|
97116
|
+
}
|
|
97117
|
+
const response = await fetch(url, {
|
|
97118
|
+
method: "GET",
|
|
97119
|
+
signal: controller.signal
|
|
97120
|
+
});
|
|
97121
|
+
const data = await response.json();
|
|
97122
|
+
return { data };
|
|
97123
|
+
} },
|
|
97124
|
+
modelValue: {},
|
|
97125
|
+
placeholder: {},
|
|
97126
|
+
open: { type: Boolean, default: false },
|
|
97127
|
+
label: {},
|
|
97128
|
+
required: { type: Boolean },
|
|
97129
|
+
optional: { type: Boolean },
|
|
97130
|
+
helperText: {},
|
|
97131
|
+
errors: {},
|
|
97132
|
+
captions: {},
|
|
97133
|
+
disabled: { type: Boolean },
|
|
97134
|
+
small: { type: Boolean }
|
|
97135
|
+
}, {
|
|
97136
|
+
"modelValue": {
|
|
97137
|
+
default: null
|
|
97138
|
+
},
|
|
97139
|
+
"modelModifiers": {}
|
|
97140
|
+
}),
|
|
97141
|
+
emits: /* @__PURE__ */ vue.mergeModels(["addNewOption", "select"], ["update:modelValue"]),
|
|
97142
|
+
setup(__props, { emit: __emit }) {
|
|
97143
|
+
const props = __props;
|
|
97144
|
+
const modelValue = vue.useModel(__props, "modelValue");
|
|
97145
|
+
const emits = __emit;
|
|
97146
|
+
const options = vue.ref([]);
|
|
97147
|
+
const loading = vue.ref(true);
|
|
97148
|
+
const controller = vue.ref();
|
|
97149
|
+
const loadData = async (search) => {
|
|
97150
|
+
loading.value = true;
|
|
97151
|
+
try {
|
|
97152
|
+
if (controller.value) {
|
|
97153
|
+
controller.value.abort();
|
|
97154
|
+
}
|
|
97155
|
+
controller.value = new AbortController();
|
|
97156
|
+
loading.value = true;
|
|
97157
|
+
const { data } = await props.request(controller.value, search, props.url);
|
|
97158
|
+
options.value = data;
|
|
97159
|
+
} catch (e) {
|
|
97160
|
+
console.error(e);
|
|
97161
|
+
} finally {
|
|
97162
|
+
loading.value = false;
|
|
97163
|
+
}
|
|
97164
|
+
};
|
|
97165
|
+
vue.onMounted(() => loadData(""));
|
|
97166
|
+
const onInput = (e) => {
|
|
97167
|
+
loadData(e.target?.value);
|
|
97168
|
+
};
|
|
97169
|
+
const currentOptionIcon = vue.computed(() => {
|
|
97170
|
+
const option = options.value.find((o) => o.value === modelValue.value);
|
|
97171
|
+
if (!option || typeof option === "string") return void 0;
|
|
97172
|
+
return option.icon;
|
|
97173
|
+
});
|
|
97174
|
+
return (_ctx, _cache) => {
|
|
97175
|
+
return vue.openBlock(), vue.createBlock(RawAutocomplete, {
|
|
97176
|
+
modelValue: modelValue.value,
|
|
97177
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => modelValue.value = $event),
|
|
97178
|
+
options: options.value,
|
|
97179
|
+
open: _ctx.open,
|
|
97180
|
+
label: _ctx.label,
|
|
97181
|
+
optional: _ctx.optional,
|
|
97182
|
+
disabled: _ctx.disabled,
|
|
97183
|
+
errors: _ctx.errors,
|
|
97184
|
+
captions: _ctx.captions,
|
|
97185
|
+
required: _ctx.required,
|
|
97186
|
+
helperText: _ctx.helperText,
|
|
97187
|
+
placeholder: _ctx.placeholder,
|
|
97188
|
+
small: _ctx.small,
|
|
97189
|
+
canAddNewOption: false,
|
|
97190
|
+
onInput,
|
|
97191
|
+
onSelect: _cache[1] || (_cache[1] = (option) => emits("select", option))
|
|
97192
|
+
}, vue.createSlots({
|
|
97193
|
+
"icon-end": vue.withCtx(() => [
|
|
97194
|
+
loading.value ? (vue.openBlock(), vue.createBlock(BmsLoader, {
|
|
97195
|
+
key: 0,
|
|
97196
|
+
size: 16
|
|
97197
|
+
})) : vue.createCommentVNode("", true)
|
|
97198
|
+
]),
|
|
97199
|
+
option: vue.withCtx(({ option }) => [
|
|
97200
|
+
option.icon ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
97201
|
+
typeof option.icon === "string" ? (vue.openBlock(), vue.createElementBlock("span", {
|
|
97202
|
+
key: 0,
|
|
97203
|
+
class: "icon datalist-icon",
|
|
97204
|
+
innerHTML: option.icon
|
|
97205
|
+
}, null, 8, _hoisted_2$8)) : (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(option.icon), {
|
|
97206
|
+
key: 1,
|
|
97207
|
+
class: "icon datalist-icon"
|
|
97208
|
+
}))
|
|
97209
|
+
], 64)) : vue.createCommentVNode("", true),
|
|
97210
|
+
vue.createTextVNode(" " + vue.toDisplayString(option.label), 1)
|
|
97211
|
+
]),
|
|
97212
|
+
_: 2
|
|
97213
|
+
}, [
|
|
97214
|
+
currentOptionIcon.value ? {
|
|
97215
|
+
name: "icon-start",
|
|
97216
|
+
fn: vue.withCtx(() => [
|
|
97217
|
+
typeof currentOptionIcon.value === "string" ? (vue.openBlock(), vue.createElementBlock("span", {
|
|
97218
|
+
key: 0,
|
|
97219
|
+
class: "icon",
|
|
97220
|
+
innerHTML: currentOptionIcon.value
|
|
97221
|
+
}, null, 8, _hoisted_1$9)) : (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(currentOptionIcon.value), { key: 1 }))
|
|
97222
|
+
]),
|
|
97223
|
+
key: "0"
|
|
97224
|
+
} : void 0
|
|
97225
|
+
]), 1032, ["modelValue", "options", "open", "label", "optional", "disabled", "errors", "captions", "required", "helperText", "placeholder", "small"]);
|
|
97226
|
+
};
|
|
97227
|
+
}
|
|
97228
|
+
});
|
|
97229
|
+
|
|
97230
|
+
const BmsServerAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-3115cc27"]]);
|
|
97231
|
+
|
|
97107
97232
|
const _hoisted_1$8 = { class: "filters" };
|
|
97108
97233
|
const _hoisted_2$7 = { class: "filters__header" };
|
|
97109
97234
|
const _hoisted_3$3 = { class: "filters__header-title" };
|
|
@@ -97152,11 +97277,13 @@
|
|
|
97152
97277
|
case "boolean":
|
|
97153
97278
|
return BmsSelect;
|
|
97154
97279
|
case "input":
|
|
97155
|
-
return _sfc_main$
|
|
97280
|
+
return _sfc_main$_;
|
|
97156
97281
|
case "inputDate":
|
|
97157
|
-
return _sfc_main$
|
|
97282
|
+
return _sfc_main$Z;
|
|
97158
97283
|
case "autocomplete":
|
|
97159
97284
|
return BmsAutocomplete;
|
|
97285
|
+
case "autocompleteServer":
|
|
97286
|
+
return BmsServerAutocomplete;
|
|
97160
97287
|
case "select":
|
|
97161
97288
|
return BmsSelect;
|
|
97162
97289
|
case "betweenNumber":
|
|
@@ -97239,7 +97366,7 @@
|
|
|
97239
97366
|
_cache[2] || (_cache[2] = vue.createTextVNode(" Recherche avancée ", -1))
|
|
97240
97367
|
]),
|
|
97241
97368
|
vue.createElementVNode("span", _hoisted_4$3, [
|
|
97242
|
-
_ctx.canSaveFilters ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
97369
|
+
_ctx.canSaveFilters ? (vue.openBlock(), vue.createBlock(_sfc_main$1j, {
|
|
97243
97370
|
key: 0,
|
|
97244
97371
|
class: "save",
|
|
97245
97372
|
tooltipText: "Sauvegarder le filtre",
|
|
@@ -97250,7 +97377,7 @@
|
|
|
97250
97377
|
]),
|
|
97251
97378
|
_: 1
|
|
97252
97379
|
})) : vue.createCommentVNode("", true),
|
|
97253
|
-
vue.createVNode(_sfc_main$
|
|
97380
|
+
vue.createVNode(_sfc_main$1j, {
|
|
97254
97381
|
class: "reset",
|
|
97255
97382
|
tooltipText: "Vider les champs",
|
|
97256
97383
|
onClick: reset
|
|
@@ -97279,13 +97406,14 @@
|
|
|
97279
97406
|
"onUpdate:valueTo": ($event) => onFilter(filter.key, $event, "valueTo"),
|
|
97280
97407
|
valueFrom: transformValueForComponent(filter?.valueFrom, filter.type),
|
|
97281
97408
|
valueTo: transformValueForComponent(filter?.valueTo, filter.type),
|
|
97409
|
+
autocompleteRequest: filter?.autocompleteRequest,
|
|
97282
97410
|
options: getFilterOptions(filter),
|
|
97283
97411
|
onInput: (e) => $emits("filterInput", {
|
|
97284
97412
|
filterKey: filter.key,
|
|
97285
97413
|
value: e.target.value,
|
|
97286
97414
|
e
|
|
97287
97415
|
})
|
|
97288
|
-
}, null, 40, ["label", "inputType", "modelValue", "onUpdate:modelValue", "onUpdate:valueFrom", "onUpdate:valueTo", "valueFrom", "valueTo", "options", "onInput"]))
|
|
97416
|
+
}, null, 40, ["label", "inputType", "modelValue", "onUpdate:modelValue", "onUpdate:valueFrom", "onUpdate:valueTo", "valueFrom", "valueTo", "autocompleteRequest", "options", "onInput"]))
|
|
97289
97417
|
], 2);
|
|
97290
97418
|
}), 128))
|
|
97291
97419
|
]),
|
|
@@ -97298,7 +97426,7 @@
|
|
|
97298
97426
|
}, {
|
|
97299
97427
|
default: vue.withCtx(() => [
|
|
97300
97428
|
_cache[3] || (_cache[3] = vue.createElementVNode("div", null, " Vous pouvez sauvegarder votre recherche pour la retrouver plus facilement. ", -1)),
|
|
97301
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
97429
|
+
vue.createVNode(vue.unref(_sfc_main$_), {
|
|
97302
97430
|
ref_key: "nameInput",
|
|
97303
97431
|
ref: nameInput,
|
|
97304
97432
|
label: "Nom de la sauvegarde",
|
|
@@ -97314,7 +97442,7 @@
|
|
|
97314
97442
|
}
|
|
97315
97443
|
});
|
|
97316
97444
|
|
|
97317
|
-
const BmsTableFilters = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
97445
|
+
const BmsTableFilters = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-4a441463"]]);
|
|
97318
97446
|
|
|
97319
97447
|
function bind(fn, thisArg) {
|
|
97320
97448
|
return function wrap() {
|
|
@@ -101819,7 +101947,7 @@
|
|
|
101819
101947
|
class: "bms-notification__icon"
|
|
101820
101948
|
})),
|
|
101821
101949
|
vue.createElementVNode("div", _hoisted_2$4, vue.toDisplayString(_ctx.notification.text), 1),
|
|
101822
|
-
vue.createVNode(_sfc_main$
|
|
101950
|
+
vue.createVNode(_sfc_main$1j, {
|
|
101823
101951
|
class: "bms-notification__close-button",
|
|
101824
101952
|
onClick: closeNotification
|
|
101825
101953
|
}, {
|
|
@@ -102060,7 +102188,7 @@
|
|
|
102060
102188
|
vue.createElementVNode("div", null, [
|
|
102061
102189
|
vue.createElementVNode("div", _hoisted_5$1, [
|
|
102062
102190
|
vue.createElementVNode("span", _hoisted_6$1, vue.toDisplayString(_ctx.problem.detail), 1),
|
|
102063
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
102191
|
+
vue.createVNode(vue.unref(_sfc_main$1j), {
|
|
102064
102192
|
class: "copyToClipboardButton",
|
|
102065
102193
|
onClick: _cache[1] || (_cache[1] = ($event) => onCopyToClipboard(_ctx.problem.detail))
|
|
102066
102194
|
}, {
|
|
@@ -102095,7 +102223,7 @@
|
|
|
102095
102223
|
vue.createElementVNode("div", null, [
|
|
102096
102224
|
vue.createElementVNode("div", _hoisted_8$1, [
|
|
102097
102225
|
vue.createElementVNode("span", _hoisted_9, vue.toDisplayString(_ctx.problem.correlationId), 1),
|
|
102098
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
102226
|
+
vue.createVNode(vue.unref(_sfc_main$1j), {
|
|
102099
102227
|
class: "copyToClipboardButton",
|
|
102100
102228
|
onClick: _cache[3] || (_cache[3] = ($event) => onCopyToClipboard(_ctx.problem.detail))
|
|
102101
102229
|
}, {
|
|
@@ -102305,7 +102433,7 @@
|
|
|
102305
102433
|
);
|
|
102306
102434
|
return (_ctx, _cache) => {
|
|
102307
102435
|
return isFeatureFlippingOn.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1, [
|
|
102308
|
-
vue.createVNode(_sfc_main$
|
|
102436
|
+
vue.createVNode(_sfc_main$1k, {
|
|
102309
102437
|
onClick: _cache[0] || (_cache[0] = ($event) => emit("click")),
|
|
102310
102438
|
mode: vue.unref(StatusType).Danger
|
|
102311
102439
|
}, {
|
|
@@ -104585,8 +104713,8 @@
|
|
|
104585
104713
|
|
|
104586
104714
|
const createBmsUi = () => ({
|
|
104587
104715
|
install: (app) => {
|
|
104588
|
-
app.component("BmsButton", _sfc_main$
|
|
104589
|
-
app.component("BmsIconButton", _sfc_main$
|
|
104716
|
+
app.component("BmsButton", _sfc_main$1k);
|
|
104717
|
+
app.component("BmsIconButton", _sfc_main$1j);
|
|
104590
104718
|
app.component("BmsAlert", BmsAlert);
|
|
104591
104719
|
app.component("BmsBadge", BmsBadge);
|
|
104592
104720
|
app.component("BmsCaption", BmsCaption);
|
|
@@ -104597,19 +104725,19 @@
|
|
|
104597
104725
|
app.component("BmsBetweenInput", BmsBetweenInput);
|
|
104598
104726
|
app.component("BmsChip", BmsChip);
|
|
104599
104727
|
app.component("BmsFilePicker", BmsFilePicker);
|
|
104600
|
-
app.component("BmsInputBooleanCheckbox", _sfc_main$
|
|
104728
|
+
app.component("BmsInputBooleanCheckbox", _sfc_main$13);
|
|
104601
104729
|
app.component("BmsInputCheckboxGroup", BmsInputCheckboxGroup);
|
|
104602
104730
|
app.component("BmsInputCheckboxCaption", BmsInputCheckboxCaption);
|
|
104603
104731
|
app.component("BmsInputCheckboxCaptionGroup", BmsInputCheckboxCaptionGroup);
|
|
104604
104732
|
app.component("BmsInputCode", BmsInputCode);
|
|
104605
|
-
app.component("BmsInputDateTime", _sfc_main$
|
|
104733
|
+
app.component("BmsInputDateTime", _sfc_main$Z);
|
|
104606
104734
|
app.component("BmsInputFile", BmsInputFile);
|
|
104607
|
-
app.component("BmsInputNumber", _sfc_main$
|
|
104735
|
+
app.component("BmsInputNumber", _sfc_main$X);
|
|
104608
104736
|
app.component("BmsInputRadio", BmsInputRadio);
|
|
104609
104737
|
app.component("BmsInputRadioGroup", BmsInputRadioGroup);
|
|
104610
104738
|
app.component("BmsInputRadioCaption", BmsInputRadioCaption);
|
|
104611
104739
|
app.component("BmsInputRadioCaptionGroup", BmsInputRadioCaptionGroup);
|
|
104612
|
-
app.component("BmsInputText", _sfc_main$
|
|
104740
|
+
app.component("BmsInputText", _sfc_main$_);
|
|
104613
104741
|
app.component("BmsInputToggle", BmsInputToggle);
|
|
104614
104742
|
app.component("BmsMultiSelect", BmsMultiSelect);
|
|
104615
104743
|
app.component("BmsSearch", BmsSearch);
|
|
@@ -104629,7 +104757,7 @@
|
|
|
104629
104757
|
app.component("BmsBackButton", BmsBackButton);
|
|
104630
104758
|
app.component("BmsBreadcrumb", BmsBreadcrumb);
|
|
104631
104759
|
app.component("BmsFixedMenu", BmsFixedMenu);
|
|
104632
|
-
app.component("BmsLink", _sfc_main$
|
|
104760
|
+
app.component("BmsLink", _sfc_main$1n);
|
|
104633
104761
|
app.component("BmsMenu", BmsMenu);
|
|
104634
104762
|
app.component("BmsMenuNav", BmsMenuNav);
|
|
104635
104763
|
app.component("BmsShortLinkMenu", BmsShortLinkMenu);
|
|
@@ -104642,7 +104770,7 @@
|
|
|
104642
104770
|
app.component("BmsTable", BmsTable);
|
|
104643
104771
|
app.component("BmsCocarde", BmsCocarde);
|
|
104644
104772
|
app.component("BmsProblem", BmsProblem);
|
|
104645
|
-
app.component("BmsRelativeTime", _sfc_main$
|
|
104773
|
+
app.component("BmsRelativeTime", _sfc_main$g);
|
|
104646
104774
|
}
|
|
104647
104775
|
});
|
|
104648
104776
|
|
|
@@ -104653,7 +104781,7 @@
|
|
|
104653
104781
|
exports.BmsBadge = BmsBadge;
|
|
104654
104782
|
exports.BmsBetweenInput = BmsBetweenInput;
|
|
104655
104783
|
exports.BmsBreadcrumb = BmsBreadcrumb;
|
|
104656
|
-
exports.BmsButton = _sfc_main$
|
|
104784
|
+
exports.BmsButton = _sfc_main$1k;
|
|
104657
104785
|
exports.BmsCaption = BmsCaption;
|
|
104658
104786
|
exports.BmsCard = BmsCard;
|
|
104659
104787
|
exports.BmsChip = BmsChip;
|
|
@@ -104667,22 +104795,22 @@
|
|
|
104667
104795
|
exports.BmsForm = BmsForm;
|
|
104668
104796
|
exports.BmsHeader = BmsHeader;
|
|
104669
104797
|
exports.BmsHeaderTitle = BmsHeaderTitle;
|
|
104670
|
-
exports.BmsIconButton = _sfc_main$
|
|
104671
|
-
exports.BmsInputBooleanCheckbox = _sfc_main$
|
|
104798
|
+
exports.BmsIconButton = _sfc_main$1j;
|
|
104799
|
+
exports.BmsInputBooleanCheckbox = _sfc_main$13;
|
|
104672
104800
|
exports.BmsInputCheckboxCaption = BmsInputCheckboxCaption;
|
|
104673
104801
|
exports.BmsInputCheckboxCaptionGroup = BmsInputCheckboxCaptionGroup;
|
|
104674
104802
|
exports.BmsInputCheckboxGroup = BmsInputCheckboxGroup;
|
|
104675
104803
|
exports.BmsInputCode = BmsInputCode;
|
|
104676
|
-
exports.BmsInputDateTime = _sfc_main$
|
|
104804
|
+
exports.BmsInputDateTime = _sfc_main$Z;
|
|
104677
104805
|
exports.BmsInputFile = BmsInputFile;
|
|
104678
|
-
exports.BmsInputNumber = _sfc_main$
|
|
104806
|
+
exports.BmsInputNumber = _sfc_main$X;
|
|
104679
104807
|
exports.BmsInputRadio = BmsInputRadio;
|
|
104680
104808
|
exports.BmsInputRadioCaption = BmsInputRadioCaption;
|
|
104681
104809
|
exports.BmsInputRadioCaptionGroup = BmsInputRadioCaptionGroup;
|
|
104682
104810
|
exports.BmsInputRadioGroup = BmsInputRadioGroup;
|
|
104683
|
-
exports.BmsInputText = _sfc_main$
|
|
104811
|
+
exports.BmsInputText = _sfc_main$_;
|
|
104684
104812
|
exports.BmsInputToggle = BmsInputToggle;
|
|
104685
|
-
exports.BmsLink = _sfc_main$
|
|
104813
|
+
exports.BmsLink = _sfc_main$1n;
|
|
104686
104814
|
exports.BmsLoader = BmsLoader;
|
|
104687
104815
|
exports.BmsMenu = BmsMenu;
|
|
104688
104816
|
exports.BmsMenuNav = BmsMenuNav;
|
|
@@ -104692,7 +104820,7 @@
|
|
|
104692
104820
|
exports.BmsOverlay = BmsOverlay;
|
|
104693
104821
|
exports.BmsPagination = BmsPagination;
|
|
104694
104822
|
exports.BmsProblem = BmsProblem;
|
|
104695
|
-
exports.BmsRelativeTime = _sfc_main$
|
|
104823
|
+
exports.BmsRelativeTime = _sfc_main$g;
|
|
104696
104824
|
exports.BmsSearch = BmsSearch;
|
|
104697
104825
|
exports.BmsSection = BmsSection;
|
|
104698
104826
|
exports.BmsSelect = BmsSelect;
|