@ouestfrance/sipa-bms-ui 8.17.0 → 8.19.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/navigation/BmsTabs.vue.d.ts +6 -1
- package/dist/components/navigation/UiTab.vue.d.ts +5 -4
- package/dist/components/navigation/UiTabs.vue.d.ts +21 -0
- package/dist/helpers/tab.helper.d.ts +2 -0
- package/dist/models/tab.model.d.ts +5 -0
- package/dist/sipa-bms-ui.css +45 -24
- package/dist/sipa-bms-ui.es.js +290 -207
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +297 -214
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/layout/BmsFloatingWindow.vue +1 -0
- package/src/components/layout/BmsSplitWindow.vue +36 -10
- package/src/components/navigation/BmsTabs.stories.js +58 -4
- package/src/components/navigation/BmsTabs.vue +53 -33
- package/src/components/navigation/UiTab.stories.js +5 -5
- package/src/components/navigation/UiTab.vue +15 -20
- package/src/components/navigation/UiTabs.stories.js +34 -0
- package/src/components/navigation/UiTabs.vue +76 -0
- package/src/helpers/tab.helper.ts +3 -0
- package/src/models/tab.model.ts +6 -0
package/dist/sipa-bms-ui.umd.js
CHANGED
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
|
|
333
333
|
const _hoisted_1$$ = ["href", "target"];
|
|
334
334
|
const _hoisted_2$G = ["href", "onClick", "target"];
|
|
335
|
-
const _sfc_main$
|
|
335
|
+
const _sfc_main$1r = /* @__PURE__ */ vue.defineComponent({
|
|
336
336
|
__name: "BmsLink",
|
|
337
337
|
props: {
|
|
338
338
|
to: {},
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
});
|
|
383
383
|
|
|
384
384
|
const _hoisted_1$_ = ["type"];
|
|
385
|
-
const _sfc_main$
|
|
385
|
+
const _sfc_main$1q = /* @__PURE__ */ vue.defineComponent({
|
|
386
386
|
__name: "UiButtonLink",
|
|
387
387
|
props: {
|
|
388
388
|
type: {},
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
type: __props.type
|
|
408
408
|
}, [
|
|
409
409
|
vue.renderSlot(_ctx.$slots, "default")
|
|
410
|
-
], 10, _hoisted_1$_)) : (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
410
|
+
], 10, _hoisted_1$_)) : (vue.openBlock(), vue.createBlock(_sfc_main$1r, {
|
|
411
411
|
key: 1,
|
|
412
412
|
to: __props.to,
|
|
413
413
|
target: __props.target,
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
const _hoisted_1$Z = { class: "start" };
|
|
426
426
|
const _hoisted_2$F = { class: "content" };
|
|
427
427
|
const _hoisted_3$m = { class: "end" };
|
|
428
|
-
const _sfc_main$
|
|
428
|
+
const _sfc_main$1p = /* @__PURE__ */ vue.defineComponent({
|
|
429
429
|
__name: "UiButton",
|
|
430
430
|
props: {
|
|
431
431
|
type: { default: "button" },
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
setup(__props) {
|
|
439
439
|
const props = __props;
|
|
440
440
|
return (_ctx, _cache) => {
|
|
441
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
441
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$1q, vue.normalizeProps(vue.guardReactiveProps(props)), {
|
|
442
442
|
default: vue.withCtx(() => [
|
|
443
443
|
vue.createElementVNode("span", _hoisted_1$Z, [
|
|
444
444
|
vue.renderSlot(_ctx.$slots, "start")
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
}
|
|
457
457
|
});
|
|
458
458
|
|
|
459
|
-
const _sfc_main$
|
|
459
|
+
const _sfc_main$1o = /* @__PURE__ */ vue.defineComponent({
|
|
460
460
|
__name: "BmsButton",
|
|
461
461
|
props: {
|
|
462
462
|
type: { default: "primary" },
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
}
|
|
481
481
|
});
|
|
482
482
|
return (_ctx, _cache) => {
|
|
483
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
483
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$1p, {
|
|
484
484
|
mode: uiMode.value,
|
|
485
485
|
color: __props.mode,
|
|
486
486
|
to: __props.to,
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
}
|
|
503
503
|
});
|
|
504
504
|
|
|
505
|
-
const _sfc_main$
|
|
505
|
+
const _sfc_main$1n = /* @__PURE__ */ vue.defineComponent({
|
|
506
506
|
__name: "BmsIconButton",
|
|
507
507
|
props: {
|
|
508
508
|
to: { default: null },
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
direction: __props.tooltipDirection
|
|
523
523
|
}, {
|
|
524
524
|
default: vue.withCtx(() => [
|
|
525
|
-
vue.createVNode(_sfc_main$
|
|
525
|
+
vue.createVNode(_sfc_main$1p, vue.mergeProps(_ctx.$attrs, {
|
|
526
526
|
icon: "",
|
|
527
527
|
to: __props.to,
|
|
528
528
|
target: __props.target,
|
|
@@ -37448,7 +37448,7 @@
|
|
|
37448
37448
|
const _hoisted_1$Y = { class: "info-line" };
|
|
37449
37449
|
const _hoisted_2$E = { class: "icon" };
|
|
37450
37450
|
const _hoisted_3$l = { class: "message" };
|
|
37451
|
-
const _sfc_main$
|
|
37451
|
+
const _sfc_main$1m = /* @__PURE__ */ vue.defineComponent({
|
|
37452
37452
|
__name: "BmsAlert",
|
|
37453
37453
|
props: {
|
|
37454
37454
|
message: {},
|
|
@@ -37483,7 +37483,7 @@
|
|
|
37483
37483
|
], true)
|
|
37484
37484
|
]),
|
|
37485
37485
|
vue.renderSlot(_ctx.$slots, "action", {}, void 0, true),
|
|
37486
|
-
__props.dismissable ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
37486
|
+
__props.dismissable ? (vue.openBlock(), vue.createBlock(_sfc_main$1n, {
|
|
37487
37487
|
key: 0,
|
|
37488
37488
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("dismiss"))
|
|
37489
37489
|
}, {
|
|
@@ -37507,13 +37507,13 @@
|
|
|
37507
37507
|
return target;
|
|
37508
37508
|
};
|
|
37509
37509
|
|
|
37510
|
-
const BmsAlert = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37510
|
+
const BmsAlert = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["__scopeId", "data-v-26caccdd"]]);
|
|
37511
37511
|
|
|
37512
37512
|
const _hoisted_1$X = {
|
|
37513
37513
|
key: 0,
|
|
37514
37514
|
class: "ui-badge__container"
|
|
37515
37515
|
};
|
|
37516
|
-
const _sfc_main$
|
|
37516
|
+
const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
|
|
37517
37517
|
__name: "BmsBadge",
|
|
37518
37518
|
props: {
|
|
37519
37519
|
pending: { default: 0 },
|
|
@@ -37539,14 +37539,14 @@
|
|
|
37539
37539
|
}
|
|
37540
37540
|
});
|
|
37541
37541
|
|
|
37542
|
-
const BmsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37542
|
+
const BmsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["__scopeId", "data-v-8a6297ca"]]);
|
|
37543
37543
|
|
|
37544
37544
|
const _hoisted_1$W = {
|
|
37545
37545
|
key: 0,
|
|
37546
37546
|
class: "icon"
|
|
37547
37547
|
};
|
|
37548
37548
|
const _hoisted_2$D = ["innerHTML"];
|
|
37549
|
-
const _sfc_main$
|
|
37549
|
+
const _sfc_main$1k = /* @__PURE__ */ vue.defineComponent({
|
|
37550
37550
|
__name: "BmsCaption",
|
|
37551
37551
|
props: {
|
|
37552
37552
|
caption: {}
|
|
@@ -37589,7 +37589,7 @@
|
|
|
37589
37589
|
}
|
|
37590
37590
|
});
|
|
37591
37591
|
|
|
37592
|
-
const BmsCaption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37592
|
+
const BmsCaption = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["__scopeId", "data-v-b08dd4e0"]]);
|
|
37593
37593
|
|
|
37594
37594
|
const _hoisted_1$V = { class: "circular-progress" };
|
|
37595
37595
|
const _hoisted_2$C = {
|
|
@@ -37599,7 +37599,7 @@
|
|
|
37599
37599
|
const _hoisted_3$k = { transform: "rotate(-90, 50, 50)" };
|
|
37600
37600
|
const _hoisted_4$d = ["stroke-dashoffset"];
|
|
37601
37601
|
const _hoisted_5$9 = { class: "percent" };
|
|
37602
|
-
const _sfc_main$
|
|
37602
|
+
const _sfc_main$1j = /* @__PURE__ */ vue.defineComponent({
|
|
37603
37603
|
__name: "BmsCircularProgress",
|
|
37604
37604
|
props: ["progress"],
|
|
37605
37605
|
setup(__props) {
|
|
@@ -37634,13 +37634,13 @@
|
|
|
37634
37634
|
}
|
|
37635
37635
|
});
|
|
37636
37636
|
|
|
37637
|
-
const BmsCircularProgress = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37637
|
+
const BmsCircularProgress = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["__scopeId", "data-v-7869acfb"]]);
|
|
37638
37638
|
|
|
37639
37639
|
const _hoisted_1$U = { class: "bms-loader" };
|
|
37640
37640
|
function transformIntoPx(totransform) {
|
|
37641
37641
|
return typeof totransform === "string" ? totransform : `${totransform}px`;
|
|
37642
37642
|
}
|
|
37643
|
-
const _sfc_main$
|
|
37643
|
+
const _sfc_main$1i = /* @__PURE__ */ vue.defineComponent({
|
|
37644
37644
|
__name: "BmsLoader",
|
|
37645
37645
|
props: {
|
|
37646
37646
|
size: { default: "inherit" }
|
|
@@ -37661,7 +37661,7 @@
|
|
|
37661
37661
|
}
|
|
37662
37662
|
});
|
|
37663
37663
|
|
|
37664
|
-
const BmsLoader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37664
|
+
const BmsLoader = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-7cc96135"]]);
|
|
37665
37665
|
|
|
37666
37666
|
function tryOnScopeDispose(fn) {
|
|
37667
37667
|
if (vue.getCurrentScope()) {
|
|
@@ -38555,7 +38555,7 @@
|
|
|
38555
38555
|
};
|
|
38556
38556
|
};
|
|
38557
38557
|
|
|
38558
|
-
const _sfc_main$
|
|
38558
|
+
const _sfc_main$1h = /* @__PURE__ */ vue.defineComponent({
|
|
38559
38559
|
__name: "UiTooltip",
|
|
38560
38560
|
props: {
|
|
38561
38561
|
visible: { type: Boolean, default: true },
|
|
@@ -38631,9 +38631,9 @@
|
|
|
38631
38631
|
}
|
|
38632
38632
|
});
|
|
38633
38633
|
|
|
38634
|
-
const UiTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38634
|
+
const UiTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-bf923418"]]);
|
|
38635
38635
|
|
|
38636
|
-
const _sfc_main$
|
|
38636
|
+
const _sfc_main$1g = /* @__PURE__ */ vue.defineComponent({
|
|
38637
38637
|
__name: "BmsTooltip",
|
|
38638
38638
|
props: {
|
|
38639
38639
|
tooltipText: { default: "" },
|
|
@@ -38712,14 +38712,14 @@
|
|
|
38712
38712
|
}
|
|
38713
38713
|
});
|
|
38714
38714
|
|
|
38715
|
-
const BmsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38715
|
+
const BmsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["__scopeId", "data-v-b033f8af"]]);
|
|
38716
38716
|
|
|
38717
38717
|
const _hoisted_1$T = {
|
|
38718
38718
|
class: "options-list",
|
|
38719
38719
|
"data-testid": "select-options"
|
|
38720
38720
|
};
|
|
38721
38721
|
const _hoisted_2$B = ["data-testid", "onClick"];
|
|
38722
|
-
const _sfc_main$
|
|
38722
|
+
const _sfc_main$1f = /* @__PURE__ */ vue.defineComponent({
|
|
38723
38723
|
__name: "FieldDatalist",
|
|
38724
38724
|
props: {
|
|
38725
38725
|
options: {},
|
|
@@ -38816,13 +38816,13 @@
|
|
|
38816
38816
|
}
|
|
38817
38817
|
});
|
|
38818
38818
|
|
|
38819
|
-
const FieldDatalist = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38819
|
+
const FieldDatalist = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-ba5302fc"]]);
|
|
38820
38820
|
|
|
38821
38821
|
const _hoisted_1$S = { class: "field__input-label" };
|
|
38822
38822
|
const _hoisted_2$A = { class: "field__input-icon field__input-icon--start" };
|
|
38823
38823
|
const _hoisted_3$j = ["type", "value", "placeholder", "required", "disabled", "max", "min", "minlength", "maxlength"];
|
|
38824
38824
|
const _hoisted_4$c = { class: "field__input-icon field__input-icon--end" };
|
|
38825
|
-
const _sfc_main$
|
|
38825
|
+
const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({
|
|
38826
38826
|
__name: "RawInputText",
|
|
38827
38827
|
props: {
|
|
38828
38828
|
modelValue: {},
|
|
@@ -38903,9 +38903,9 @@
|
|
|
38903
38903
|
}
|
|
38904
38904
|
});
|
|
38905
38905
|
|
|
38906
|
-
const RawInputText = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38906
|
+
const RawInputText = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-4c74b915"]]);
|
|
38907
38907
|
|
|
38908
|
-
const _sfc_main$
|
|
38908
|
+
const _sfc_main$1d = /* @__PURE__ */ vue.defineComponent({
|
|
38909
38909
|
__name: "RawAutocomplete",
|
|
38910
38910
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
38911
38911
|
options: {},
|
|
@@ -39077,11 +39077,11 @@
|
|
|
39077
39077
|
}
|
|
39078
39078
|
});
|
|
39079
39079
|
|
|
39080
|
-
const RawAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39080
|
+
const RawAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-15343285"]]);
|
|
39081
39081
|
|
|
39082
39082
|
const _hoisted_1$R = ["innerHTML"];
|
|
39083
39083
|
const _hoisted_2$z = ["innerHTML"];
|
|
39084
|
-
const _sfc_main$
|
|
39084
|
+
const _sfc_main$1c = /* @__PURE__ */ vue.defineComponent({
|
|
39085
39085
|
__name: "BmsAutocomplete",
|
|
39086
39086
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
39087
39087
|
options: {},
|
|
@@ -39172,11 +39172,11 @@
|
|
|
39172
39172
|
}
|
|
39173
39173
|
});
|
|
39174
39174
|
|
|
39175
|
-
const BmsAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39175
|
+
const BmsAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-43ad5137"]]);
|
|
39176
39176
|
|
|
39177
39177
|
const _hoisted_1$Q = ["innerHTML"];
|
|
39178
39178
|
const _hoisted_2$y = ["innerHTML"];
|
|
39179
|
-
const _sfc_main$
|
|
39179
|
+
const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
|
|
39180
39180
|
__name: "BmsServerAutocomplete",
|
|
39181
39181
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
39182
39182
|
url: {},
|
|
@@ -39308,9 +39308,9 @@
|
|
|
39308
39308
|
}
|
|
39309
39309
|
});
|
|
39310
39310
|
|
|
39311
|
-
const BmsServerAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39311
|
+
const BmsServerAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-d94effd6"]]);
|
|
39312
39312
|
|
|
39313
|
-
const _sfc_main$
|
|
39313
|
+
const _sfc_main$1a = /* @__PURE__ */ vue.defineComponent({
|
|
39314
39314
|
__name: "BmsBetweenInput",
|
|
39315
39315
|
props: {
|
|
39316
39316
|
inputType: { default: InputType.NUMBER },
|
|
@@ -39407,9 +39407,9 @@
|
|
|
39407
39407
|
}
|
|
39408
39408
|
});
|
|
39409
39409
|
|
|
39410
|
-
const BmsBetweenInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39410
|
+
const BmsBetweenInput = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__scopeId", "data-v-f25b520b"]]);
|
|
39411
39411
|
|
|
39412
|
-
const _sfc_main$
|
|
39412
|
+
const _sfc_main$19 = /* @__PURE__ */ vue.defineComponent({
|
|
39413
39413
|
__name: "BmsChip",
|
|
39414
39414
|
props: {
|
|
39415
39415
|
color: { default: ChipColor.Grey }
|
|
@@ -39432,13 +39432,13 @@
|
|
|
39432
39432
|
}
|
|
39433
39433
|
});
|
|
39434
39434
|
|
|
39435
|
-
const BmsChip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39435
|
+
const BmsChip = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__scopeId", "data-v-72b945cc"]]);
|
|
39436
39436
|
|
|
39437
39437
|
const _hoisted_1$P = { class: "file-upload" };
|
|
39438
39438
|
const _hoisted_2$x = { class: "file-upload__label" };
|
|
39439
39439
|
const _hoisted_3$i = { key: 1 };
|
|
39440
39440
|
const _hoisted_4$b = { class: "file-upload__file-name" };
|
|
39441
|
-
const _sfc_main$
|
|
39441
|
+
const _sfc_main$18 = /* @__PURE__ */ vue.defineComponent({
|
|
39442
39442
|
__name: "BmsFilePicker",
|
|
39443
39443
|
props: {
|
|
39444
39444
|
modelValue: {},
|
|
@@ -39537,7 +39537,7 @@
|
|
|
39537
39537
|
class: "file-upload__file"
|
|
39538
39538
|
}, [
|
|
39539
39539
|
vue.createElementVNode("span", _hoisted_4$b, vue.toDisplayString(file.name), 1),
|
|
39540
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
39540
|
+
vue.createVNode(vue.unref(_sfc_main$1n), {
|
|
39541
39541
|
onClick: ($event) => onDeleteFile(file)
|
|
39542
39542
|
}, {
|
|
39543
39543
|
default: vue.withCtx(() => [
|
|
@@ -39553,14 +39553,14 @@
|
|
|
39553
39553
|
}
|
|
39554
39554
|
});
|
|
39555
39555
|
|
|
39556
|
-
const BmsFilePicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39556
|
+
const BmsFilePicker = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-c892a845"]]);
|
|
39557
39557
|
|
|
39558
39558
|
const _hoisted_1$O = ["disabled", "name", "value"];
|
|
39559
39559
|
const _hoisted_2$w = {
|
|
39560
39560
|
key: 0,
|
|
39561
39561
|
class: "input-checkbox-info"
|
|
39562
39562
|
};
|
|
39563
|
-
const _sfc_main$
|
|
39563
|
+
const _sfc_main$17 = /* @__PURE__ */ vue.defineComponent({
|
|
39564
39564
|
__name: "UiBmsInputCheckbox",
|
|
39565
39565
|
props: {
|
|
39566
39566
|
modelValue: { default: false },
|
|
@@ -39610,9 +39610,9 @@
|
|
|
39610
39610
|
}
|
|
39611
39611
|
});
|
|
39612
39612
|
|
|
39613
|
-
const UiBmsInputCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39613
|
+
const UiBmsInputCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-e1d94c62"]]);
|
|
39614
39614
|
|
|
39615
|
-
const _sfc_main$
|
|
39615
|
+
const _sfc_main$16 = /* @__PURE__ */ vue.defineComponent({
|
|
39616
39616
|
__name: "BmsInputBooleanCheckbox",
|
|
39617
39617
|
props: {
|
|
39618
39618
|
modelValue: {},
|
|
@@ -39733,7 +39733,7 @@
|
|
|
39733
39733
|
return _v4(options, buf, offset);
|
|
39734
39734
|
}
|
|
39735
39735
|
|
|
39736
|
-
const _sfc_main$
|
|
39736
|
+
const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
39737
39737
|
__name: "BmsInputCheckboxGroup",
|
|
39738
39738
|
props: {
|
|
39739
39739
|
values: {},
|
|
@@ -39804,9 +39804,9 @@
|
|
|
39804
39804
|
}
|
|
39805
39805
|
});
|
|
39806
39806
|
|
|
39807
|
-
const BmsInputCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39807
|
+
const BmsInputCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-43978315"]]);
|
|
39808
39808
|
|
|
39809
|
-
const _sfc_main$
|
|
39809
|
+
const _sfc_main$14 = /* @__PURE__ */ vue.defineComponent({
|
|
39810
39810
|
__name: "BmsInputCheckboxCaption",
|
|
39811
39811
|
props: {
|
|
39812
39812
|
modelValue: {},
|
|
@@ -39882,9 +39882,9 @@
|
|
|
39882
39882
|
}
|
|
39883
39883
|
});
|
|
39884
39884
|
|
|
39885
|
-
const BmsInputCheckboxCaption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39885
|
+
const BmsInputCheckboxCaption = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-6cb7c474"]]);
|
|
39886
39886
|
|
|
39887
|
-
const _sfc_main$
|
|
39887
|
+
const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
|
|
39888
39888
|
__name: "BmsInputCheckboxCaptionGroup",
|
|
39889
39889
|
props: {
|
|
39890
39890
|
options: { default: () => [] },
|
|
@@ -39939,7 +39939,7 @@
|
|
|
39939
39939
|
}
|
|
39940
39940
|
});
|
|
39941
39941
|
|
|
39942
|
-
const BmsInputCheckboxCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39942
|
+
const BmsInputCheckboxCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-4183cc04"]]);
|
|
39943
39943
|
|
|
39944
39944
|
/**
|
|
39945
39945
|
The default maximum length of a `TreeBuffer` node.
|
|
@@ -68465,7 +68465,7 @@
|
|
|
68465
68465
|
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;
|
|
68466
68466
|
|
|
68467
68467
|
const _hoisted_1$N = { class: "code-mirror" };
|
|
68468
|
-
const _sfc_main$
|
|
68468
|
+
const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
|
|
68469
68469
|
__name: "BmsInputCode",
|
|
68470
68470
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
68471
68471
|
type: {},
|
|
@@ -68518,9 +68518,9 @@
|
|
|
68518
68518
|
}
|
|
68519
68519
|
});
|
|
68520
68520
|
|
|
68521
|
-
const BmsInputCode = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68521
|
+
const BmsInputCode = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-0de8ac2e"]]);
|
|
68522
68522
|
|
|
68523
|
-
const _sfc_main$
|
|
68523
|
+
const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
68524
68524
|
__name: "BmsInputText",
|
|
68525
68525
|
props: {
|
|
68526
68526
|
inputType: { default: InputType.TEXT },
|
|
@@ -68635,7 +68635,7 @@
|
|
|
68635
68635
|
}
|
|
68636
68636
|
});
|
|
68637
68637
|
|
|
68638
|
-
const _sfc_main
|
|
68638
|
+
const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
|
|
68639
68639
|
__name: "BmsInputDateTime",
|
|
68640
68640
|
props: {
|
|
68641
68641
|
modelValue: {},
|
|
@@ -68661,7 +68661,7 @@
|
|
|
68661
68661
|
if (!props.disabled && value) $emits("update:modelValue", value);
|
|
68662
68662
|
};
|
|
68663
68663
|
return (_ctx, _cache) => {
|
|
68664
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
68664
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$11, {
|
|
68665
68665
|
modelValue: __props.modelValue,
|
|
68666
68666
|
label: __props.label,
|
|
68667
68667
|
required: __props.required,
|
|
@@ -68684,7 +68684,7 @@
|
|
|
68684
68684
|
key: 1,
|
|
68685
68685
|
class: "file-upload__file-name"
|
|
68686
68686
|
};
|
|
68687
|
-
const _sfc_main
|
|
68687
|
+
const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
|
|
68688
68688
|
__name: "BmsInputFile",
|
|
68689
68689
|
props: {
|
|
68690
68690
|
modelValue: {},
|
|
@@ -68840,7 +68840,7 @@
|
|
|
68840
68840
|
src: getImageSrc(file),
|
|
68841
68841
|
class: "file-upload__file-img"
|
|
68842
68842
|
}, null, 8, _hoisted_2$v)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$h, vue.toDisplayString(file.name), 1)),
|
|
68843
|
-
vue.createVNode(_sfc_main$
|
|
68843
|
+
vue.createVNode(_sfc_main$1n, {
|
|
68844
68844
|
mode: vue.unref(StatusType).Danger,
|
|
68845
68845
|
onClick: vue.withModifiers(($event) => onDeleteFile(file), ["prevent"]),
|
|
68846
68846
|
class: "close-button"
|
|
@@ -68860,9 +68860,9 @@
|
|
|
68860
68860
|
}
|
|
68861
68861
|
});
|
|
68862
68862
|
|
|
68863
|
-
const BmsInputFile = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
68863
|
+
const BmsInputFile = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-07e6912d"]]);
|
|
68864
68864
|
|
|
68865
|
-
const _sfc_main$
|
|
68865
|
+
const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
68866
68866
|
__name: "BmsInputNumber",
|
|
68867
68867
|
props: {
|
|
68868
68868
|
modelValue: {},
|
|
@@ -68922,7 +68922,7 @@
|
|
|
68922
68922
|
() => checkLimit()
|
|
68923
68923
|
);
|
|
68924
68924
|
return (_ctx, _cache) => {
|
|
68925
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
68925
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$11, {
|
|
68926
68926
|
modelValue: __props.modelValue,
|
|
68927
68927
|
label: __props.label,
|
|
68928
68928
|
required: __props.required,
|
|
@@ -68946,7 +68946,7 @@
|
|
|
68946
68946
|
key: 0,
|
|
68947
68947
|
class: "input-radio-info"
|
|
68948
68948
|
};
|
|
68949
|
-
const _sfc_main$
|
|
68949
|
+
const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
68950
68950
|
__name: "BmsInputRadio",
|
|
68951
68951
|
props: {
|
|
68952
68952
|
modelValue: {},
|
|
@@ -68997,9 +68997,9 @@
|
|
|
68997
68997
|
}
|
|
68998
68998
|
});
|
|
68999
68999
|
|
|
69000
|
-
const BmsInputRadio = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69000
|
+
const BmsInputRadio = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-c0c9efa3"]]);
|
|
69001
69001
|
|
|
69002
|
-
const _sfc_main$
|
|
69002
|
+
const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
69003
69003
|
__name: "BmsInputRadioGroup",
|
|
69004
69004
|
props: {
|
|
69005
69005
|
values: { default: () => [] },
|
|
@@ -69070,9 +69070,9 @@
|
|
|
69070
69070
|
}
|
|
69071
69071
|
});
|
|
69072
69072
|
|
|
69073
|
-
const BmsInputRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69073
|
+
const BmsInputRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-186163e2"]]);
|
|
69074
69074
|
|
|
69075
|
-
const _sfc_main$
|
|
69075
|
+
const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
69076
69076
|
__name: "BmsInputRadioCaption",
|
|
69077
69077
|
props: {
|
|
69078
69078
|
modelValue: {},
|
|
@@ -69134,9 +69134,9 @@
|
|
|
69134
69134
|
}
|
|
69135
69135
|
});
|
|
69136
69136
|
|
|
69137
|
-
const BmsInputRadioCaption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69137
|
+
const BmsInputRadioCaption = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-c3ba4fee"]]);
|
|
69138
69138
|
|
|
69139
|
-
const _sfc_main$
|
|
69139
|
+
const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
69140
69140
|
__name: "BmsInputRadioCaptionGroup",
|
|
69141
69141
|
props: {
|
|
69142
69142
|
options: { default: () => [] },
|
|
@@ -69196,10 +69196,10 @@
|
|
|
69196
69196
|
}
|
|
69197
69197
|
});
|
|
69198
69198
|
|
|
69199
|
-
const BmsInputRadioCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69199
|
+
const BmsInputRadioCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-a4287904"]]);
|
|
69200
69200
|
|
|
69201
69201
|
const _hoisted_1$K = ["disabled", "name"];
|
|
69202
|
-
const _sfc_main$
|
|
69202
|
+
const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
69203
69203
|
__name: "UiBmsSwitch",
|
|
69204
69204
|
props: {
|
|
69205
69205
|
disabled: { type: Boolean, default: false },
|
|
@@ -69236,11 +69236,11 @@
|
|
|
69236
69236
|
}
|
|
69237
69237
|
});
|
|
69238
69238
|
|
|
69239
|
-
const UiBmsSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69239
|
+
const UiBmsSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-6de1a5c6"]]);
|
|
69240
69240
|
|
|
69241
69241
|
const _hoisted_1$J = ["title"];
|
|
69242
69242
|
const _hoisted_2$t = { class: "input-switch-info" };
|
|
69243
|
-
const _sfc_main$
|
|
69243
|
+
const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
69244
69244
|
__name: "BmsInputToggle",
|
|
69245
69245
|
props: {
|
|
69246
69246
|
name: {},
|
|
@@ -69285,10 +69285,10 @@
|
|
|
69285
69285
|
}
|
|
69286
69286
|
});
|
|
69287
69287
|
|
|
69288
|
-
const BmsInputToggle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69288
|
+
const BmsInputToggle = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-5f354760"]]);
|
|
69289
69289
|
|
|
69290
69290
|
const _hoisted_1$I = { class: "dismiss-button" };
|
|
69291
|
-
const _sfc_main$
|
|
69291
|
+
const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
69292
69292
|
__name: "BmsTag",
|
|
69293
69293
|
props: {
|
|
69294
69294
|
active: { type: Boolean, default: false },
|
|
@@ -69306,7 +69306,7 @@
|
|
|
69306
69306
|
}, [
|
|
69307
69307
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
69308
69308
|
vue.createElementVNode("span", _hoisted_1$I, [
|
|
69309
|
-
__props.canBeDismissed ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
69309
|
+
__props.canBeDismissed ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$1n), {
|
|
69310
69310
|
key: 0,
|
|
69311
69311
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => emits("dismiss"), ["stop"]))
|
|
69312
69312
|
}, {
|
|
@@ -69323,9 +69323,9 @@
|
|
|
69323
69323
|
}
|
|
69324
69324
|
});
|
|
69325
69325
|
|
|
69326
|
-
const BmsTag = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69326
|
+
const BmsTag = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-e2517fee"]]);
|
|
69327
69327
|
|
|
69328
|
-
const _sfc_main$
|
|
69328
|
+
const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
69329
69329
|
__name: "RawSelect",
|
|
69330
69330
|
props: {
|
|
69331
69331
|
options: {},
|
|
@@ -69383,12 +69383,12 @@
|
|
|
69383
69383
|
}
|
|
69384
69384
|
});
|
|
69385
69385
|
|
|
69386
|
-
const RawSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69386
|
+
const RawSelect = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-6231389d"]]);
|
|
69387
69387
|
|
|
69388
69388
|
const _hoisted_1$H = { class: "tags" };
|
|
69389
69389
|
const _hoisted_2$s = ["disabled"];
|
|
69390
69390
|
const _hoisted_3$g = { class: "icon-container" };
|
|
69391
|
-
const _sfc_main$
|
|
69391
|
+
const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
69392
69392
|
__name: "BmsMultiSelect",
|
|
69393
69393
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
69394
69394
|
options: {},
|
|
@@ -69543,9 +69543,9 @@
|
|
|
69543
69543
|
}
|
|
69544
69544
|
});
|
|
69545
69545
|
|
|
69546
|
-
const BmsMultiSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69546
|
+
const BmsMultiSelect = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-b8b817ba"]]);
|
|
69547
69547
|
|
|
69548
|
-
const _sfc_main$
|
|
69548
|
+
const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
69549
69549
|
__name: "BmsSearch",
|
|
69550
69550
|
props: {
|
|
69551
69551
|
modelValue: {},
|
|
@@ -69575,7 +69575,7 @@
|
|
|
69575
69575
|
setFocus
|
|
69576
69576
|
});
|
|
69577
69577
|
return (_ctx, _cache) => {
|
|
69578
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
69578
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$11, {
|
|
69579
69579
|
ref_key: "input",
|
|
69580
69580
|
ref: input,
|
|
69581
69581
|
modelValue: search.value,
|
|
@@ -69604,7 +69604,7 @@
|
|
|
69604
69604
|
}
|
|
69605
69605
|
});
|
|
69606
69606
|
|
|
69607
|
-
const BmsSearch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69607
|
+
const BmsSearch = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-66c267f2"]]);
|
|
69608
69608
|
|
|
69609
69609
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
69610
69610
|
|
|
@@ -86826,7 +86826,7 @@
|
|
|
86826
86826
|
|
|
86827
86827
|
const _hoisted_1$G = ["value", "placeholder", "required", "disabled"];
|
|
86828
86828
|
const _hoisted_2$r = { class: "icon-toggle-container" };
|
|
86829
|
-
const _sfc_main$
|
|
86829
|
+
const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
86830
86830
|
__name: "BmsSelect",
|
|
86831
86831
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
86832
86832
|
options: {},
|
|
@@ -86925,10 +86925,10 @@
|
|
|
86925
86925
|
}
|
|
86926
86926
|
});
|
|
86927
86927
|
|
|
86928
|
-
const BmsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
86928
|
+
const BmsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-7aef9c6c"]]);
|
|
86929
86929
|
|
|
86930
86930
|
const _hoisted_1$F = ["value", "required", "placeholder", "disabled"];
|
|
86931
|
-
const _sfc_main$
|
|
86931
|
+
const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
86932
86932
|
__name: "BmsTextArea",
|
|
86933
86933
|
props: {
|
|
86934
86934
|
modelValue: {},
|
|
@@ -86993,11 +86993,11 @@
|
|
|
86993
86993
|
}
|
|
86994
86994
|
});
|
|
86995
86995
|
|
|
86996
|
-
const BmsTextArea = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
86996
|
+
const BmsTextArea = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-94de6dd9"]]);
|
|
86997
86997
|
|
|
86998
86998
|
const _hoisted_1$E = { class: "page__breadcrumb" };
|
|
86999
86999
|
const _hoisted_2$q = { class: "page__header" };
|
|
87000
|
-
const _sfc_main$
|
|
87000
|
+
const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
87001
87001
|
__name: "BmsContentPageLayout",
|
|
87002
87002
|
props: {
|
|
87003
87003
|
size: { default: "large" }
|
|
@@ -87024,14 +87024,14 @@
|
|
|
87024
87024
|
}
|
|
87025
87025
|
});
|
|
87026
87026
|
|
|
87027
|
-
const BmsContentPageLayout = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
87027
|
+
const BmsContentPageLayout = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-31057778"]]);
|
|
87028
87028
|
|
|
87029
87029
|
const _hoisted_1$D = { class: "card__body__content" };
|
|
87030
87030
|
const _hoisted_2$p = {
|
|
87031
87031
|
key: 0,
|
|
87032
87032
|
class: "card__body__action"
|
|
87033
87033
|
};
|
|
87034
|
-
const _sfc_main$
|
|
87034
|
+
const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
87035
87035
|
__name: "BmsCard",
|
|
87036
87036
|
props: {
|
|
87037
87037
|
animated: { type: Boolean, default: false },
|
|
@@ -87071,7 +87071,7 @@
|
|
|
87071
87071
|
class: vue.normalizeClass(["card__body", { animated: __props.animated, hasAction: !!_ctx.$slots.action }])
|
|
87072
87072
|
}, [
|
|
87073
87073
|
vue.createElementVNode("div", _hoisted_1$D, [
|
|
87074
|
-
__props.to ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
87074
|
+
__props.to ? (vue.openBlock(), vue.createBlock(_sfc_main$1r, {
|
|
87075
87075
|
key: 0,
|
|
87076
87076
|
class: "card__body__content__link",
|
|
87077
87077
|
to: __props.to
|
|
@@ -87091,14 +87091,14 @@
|
|
|
87091
87091
|
}
|
|
87092
87092
|
});
|
|
87093
87093
|
|
|
87094
|
-
const BmsCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
87094
|
+
const BmsCard = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-cff3f84d"]]);
|
|
87095
87095
|
|
|
87096
87096
|
const _hoisted_1$C = { class: "floating-window-wrapper" };
|
|
87097
87097
|
const _hoisted_2$o = { class: "floating-window" };
|
|
87098
87098
|
const _hoisted_3$f = { class: "floating-window__header" };
|
|
87099
87099
|
const _hoisted_4$a = { class: "floating-window__header__buttons" };
|
|
87100
87100
|
const _hoisted_5$8 = { class: "floating-window__content" };
|
|
87101
|
-
const _sfc_main$
|
|
87101
|
+
const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
87102
87102
|
__name: "BmsFloatingWindow",
|
|
87103
87103
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
87104
87104
|
title: {}
|
|
@@ -87117,7 +87117,7 @@
|
|
|
87117
87117
|
vue.createElementVNode("div", _hoisted_3$f, [
|
|
87118
87118
|
vue.createElementVNode("h2", null, vue.toDisplayString(__props.title), 1),
|
|
87119
87119
|
vue.createElementVNode("div", _hoisted_4$a, [
|
|
87120
|
-
vue.createVNode(_sfc_main$
|
|
87120
|
+
vue.createVNode(_sfc_main$1n, {
|
|
87121
87121
|
"tooltip-text": "Maximiser la fenêtre",
|
|
87122
87122
|
disabled: ""
|
|
87123
87123
|
}, {
|
|
@@ -87126,7 +87126,7 @@
|
|
|
87126
87126
|
]),
|
|
87127
87127
|
_: 1
|
|
87128
87128
|
}),
|
|
87129
|
-
vue.createVNode(_sfc_main$
|
|
87129
|
+
vue.createVNode(_sfc_main$1n, {
|
|
87130
87130
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => open.value = false, ["prevent", "stop"]))
|
|
87131
87131
|
}, {
|
|
87132
87132
|
default: vue.withCtx(() => [
|
|
@@ -87147,7 +87147,7 @@
|
|
|
87147
87147
|
}
|
|
87148
87148
|
});
|
|
87149
87149
|
|
|
87150
|
-
const BmsFloatingWindow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
87150
|
+
const BmsFloatingWindow = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-fdb4e567"]]);
|
|
87151
87151
|
|
|
87152
87152
|
const _hoisted_1$B = { class: "form-section" };
|
|
87153
87153
|
const _hoisted_2$n = {
|
|
@@ -87155,7 +87155,7 @@
|
|
|
87155
87155
|
style: "border"
|
|
87156
87156
|
};
|
|
87157
87157
|
const _hoisted_3$e = { class: "actions" };
|
|
87158
|
-
const _sfc_main$
|
|
87158
|
+
const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
87159
87159
|
__name: "BmsForm",
|
|
87160
87160
|
setup(__props) {
|
|
87161
87161
|
const slots = vue.useSlots();
|
|
@@ -87182,16 +87182,16 @@
|
|
|
87182
87182
|
}
|
|
87183
87183
|
});
|
|
87184
87184
|
|
|
87185
|
-
const BmsForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
87185
|
+
const BmsForm = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-b5bab57e"]]);
|
|
87186
87186
|
|
|
87187
|
-
const _sfc_main$
|
|
87187
|
+
const _sfc_main$J = { };
|
|
87188
87188
|
|
|
87189
87189
|
function _sfc_render$1(_ctx, _cache) {
|
|
87190
87190
|
return (vue.openBlock(), vue.createElementBlock("header", null, [
|
|
87191
87191
|
vue.renderSlot(_ctx.$slots, "default", {}, undefined, true)
|
|
87192
87192
|
]))
|
|
87193
87193
|
}
|
|
87194
|
-
const BmsHeader = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
87194
|
+
const BmsHeader = /*#__PURE__*/_export_sfc(_sfc_main$J, [['render',_sfc_render$1],['__scopeId',"data-v-97c1615a"]]);
|
|
87195
87195
|
|
|
87196
87196
|
function isPlainObject$1(value) {
|
|
87197
87197
|
if (value === null || typeof value !== "object") {
|
|
@@ -89974,7 +89974,7 @@
|
|
|
89974
89974
|
"stroke-linecap": "round",
|
|
89975
89975
|
"stroke-linejoin": "round"
|
|
89976
89976
|
};
|
|
89977
|
-
const _sfc_main$
|
|
89977
|
+
const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
89978
89978
|
__name: "AnimatedCircleHelpIcon",
|
|
89979
89979
|
setup(__props) {
|
|
89980
89980
|
const defaultTransition = {
|
|
@@ -90049,7 +90049,7 @@
|
|
|
90049
90049
|
"stroke-linecap": "round",
|
|
90050
90050
|
"stroke-linejoin": "round"
|
|
90051
90051
|
};
|
|
90052
|
-
const _sfc_main$
|
|
90052
|
+
const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
90053
90053
|
__name: "AnimatedActivityIcon",
|
|
90054
90054
|
setup(__props) {
|
|
90055
90055
|
const variants = {
|
|
@@ -90109,7 +90109,7 @@
|
|
|
90109
90109
|
}
|
|
90110
90110
|
});
|
|
90111
90111
|
|
|
90112
|
-
const _sfc_main$
|
|
90112
|
+
const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
90113
90113
|
__name: "BmsShortLinkMenu",
|
|
90114
90114
|
props: {
|
|
90115
90115
|
outline: { type: Boolean, default: false },
|
|
@@ -90122,7 +90122,7 @@
|
|
|
90122
90122
|
key: 0,
|
|
90123
90123
|
class: vue.normalizeClass(["bms-short-link-menu", { "bms-short-link-menu__outline": __props.outline }])
|
|
90124
90124
|
}, [
|
|
90125
|
-
!!__props.helpLink ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
90125
|
+
!!__props.helpLink ? (vue.openBlock(), vue.createBlock(_sfc_main$1n, {
|
|
90126
90126
|
key: 0,
|
|
90127
90127
|
"tooltip-text": "Voir la documentation",
|
|
90128
90128
|
to: __props.helpLink,
|
|
@@ -90130,12 +90130,12 @@
|
|
|
90130
90130
|
}, {
|
|
90131
90131
|
default: vue.withCtx(() => [
|
|
90132
90132
|
vue.renderSlot(_ctx.$slots, "documentationIcon", {}, () => [
|
|
90133
|
-
vue.createVNode(_sfc_main$
|
|
90133
|
+
vue.createVNode(_sfc_main$I)
|
|
90134
90134
|
], true)
|
|
90135
90135
|
]),
|
|
90136
90136
|
_: 3
|
|
90137
90137
|
}, 8, ["to"])) : vue.createCommentVNode("", true),
|
|
90138
|
-
!!__props.activityLink ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
90138
|
+
!!__props.activityLink ? (vue.openBlock(), vue.createBlock(_sfc_main$1n, {
|
|
90139
90139
|
key: 1,
|
|
90140
90140
|
"tooltip-text": "Voir l'activité",
|
|
90141
90141
|
to: __props.activityLink,
|
|
@@ -90143,7 +90143,7 @@
|
|
|
90143
90143
|
}, {
|
|
90144
90144
|
default: vue.withCtx(() => [
|
|
90145
90145
|
vue.renderSlot(_ctx.$slots, "activityIcon", {}, () => [
|
|
90146
|
-
vue.createVNode(_sfc_main$
|
|
90146
|
+
vue.createVNode(_sfc_main$H)
|
|
90147
90147
|
], true)
|
|
90148
90148
|
]),
|
|
90149
90149
|
_: 3
|
|
@@ -90153,7 +90153,7 @@
|
|
|
90153
90153
|
}
|
|
90154
90154
|
});
|
|
90155
90155
|
|
|
90156
|
-
const BmsShortLinkMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90156
|
+
const BmsShortLinkMenu = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-d23e08a5"]]);
|
|
90157
90157
|
|
|
90158
90158
|
const _hoisted_1$y = { class: "bms-header" };
|
|
90159
90159
|
const _hoisted_2$m = { class: "bms-header__title" };
|
|
@@ -90171,7 +90171,7 @@
|
|
|
90171
90171
|
key: 0,
|
|
90172
90172
|
class: "bms-header__subtitle"
|
|
90173
90173
|
};
|
|
90174
|
-
const _sfc_main$
|
|
90174
|
+
const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
90175
90175
|
__name: "BmsHeaderTitle",
|
|
90176
90176
|
props: {
|
|
90177
90177
|
title: {},
|
|
@@ -90213,9 +90213,9 @@
|
|
|
90213
90213
|
}
|
|
90214
90214
|
});
|
|
90215
90215
|
|
|
90216
|
-
const BmsHeaderTitle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90216
|
+
const BmsHeaderTitle = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-1368f77d"]]);
|
|
90217
90217
|
|
|
90218
|
-
const _sfc_main$
|
|
90218
|
+
const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
90219
90219
|
__name: "BmsOverlay",
|
|
90220
90220
|
props: {
|
|
90221
90221
|
active: { type: Boolean },
|
|
@@ -90233,7 +90233,7 @@
|
|
|
90233
90233
|
}
|
|
90234
90234
|
});
|
|
90235
90235
|
|
|
90236
|
-
const BmsOverlay = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90236
|
+
const BmsOverlay = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-383b958c"]]);
|
|
90237
90237
|
|
|
90238
90238
|
const _hoisted_1$x = ["data-testid"];
|
|
90239
90239
|
const _hoisted_2$l = { class: "ui-modal__header" };
|
|
@@ -90247,7 +90247,7 @@
|
|
|
90247
90247
|
class: "ui-modal__loader"
|
|
90248
90248
|
};
|
|
90249
90249
|
const _hoisted_9$2 = { key: 0 };
|
|
90250
|
-
const _sfc_main$
|
|
90250
|
+
const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
90251
90251
|
__name: "BmsModal",
|
|
90252
90252
|
props: {
|
|
90253
90253
|
modelValue: { default: null },
|
|
@@ -90387,7 +90387,7 @@
|
|
|
90387
90387
|
])
|
|
90388
90388
|
], true)
|
|
90389
90389
|
]),
|
|
90390
|
-
vue.createVNode(_sfc_main$
|
|
90390
|
+
vue.createVNode(_sfc_main$1n, {
|
|
90391
90391
|
disabled: !isModalClosable.value,
|
|
90392
90392
|
onClick: dismissModal,
|
|
90393
90393
|
"data-testid": "close-modal"
|
|
@@ -90413,7 +90413,7 @@
|
|
|
90413
90413
|
modalData: props.modelValue
|
|
90414
90414
|
}, () => [
|
|
90415
90415
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(buttons.value, (button) => {
|
|
90416
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
90416
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$1o, {
|
|
90417
90417
|
key: button.label + button.role,
|
|
90418
90418
|
type: button.role === "cancel" ? "secondary" : "primary",
|
|
90419
90419
|
disabled: !isModalClosable.value || button.disabled,
|
|
@@ -90453,10 +90453,10 @@
|
|
|
90453
90453
|
}
|
|
90454
90454
|
});
|
|
90455
90455
|
|
|
90456
|
-
const BmsModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90456
|
+
const BmsModal = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-769d070b"]]);
|
|
90457
90457
|
|
|
90458
90458
|
const _hoisted_1$w = { class: "header" };
|
|
90459
|
-
const _sfc_main$
|
|
90459
|
+
const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
90460
90460
|
__name: "BmsSection",
|
|
90461
90461
|
props: {
|
|
90462
90462
|
style: { default: "flat" }
|
|
@@ -90475,14 +90475,14 @@
|
|
|
90475
90475
|
}
|
|
90476
90476
|
});
|
|
90477
90477
|
|
|
90478
|
-
const BmsSection = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90478
|
+
const BmsSection = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-2e9192be"]]);
|
|
90479
90479
|
|
|
90480
90480
|
const _hoisted_1$v = ["id"];
|
|
90481
90481
|
const _hoisted_2$k = ["aria-label", "aria-valuemin", "aria-valuemax", "aria-valuenow", "aria-orientation", "aria-controls"];
|
|
90482
90482
|
const _hoisted_3$b = ["id"];
|
|
90483
90483
|
const DEFAULT_MIN = 0;
|
|
90484
90484
|
const DEFAULT_MAX = 100;
|
|
90485
|
-
const _sfc_main$
|
|
90485
|
+
const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
90486
90486
|
__name: "BmsSplitWindow",
|
|
90487
90487
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
90488
90488
|
splitOrientation: { default: "vertical" },
|
|
@@ -90517,6 +90517,7 @@
|
|
|
90517
90517
|
vue.watch(
|
|
90518
90518
|
() => props.collapsed,
|
|
90519
90519
|
(val) => {
|
|
90520
|
+
console.log("watch:collapsed", val);
|
|
90520
90521
|
collapsedLocal.value = val ?? false;
|
|
90521
90522
|
}
|
|
90522
90523
|
);
|
|
@@ -90562,7 +90563,9 @@
|
|
|
90562
90563
|
});
|
|
90563
90564
|
function onPointerDown(evt) {
|
|
90564
90565
|
isDragging.value = true;
|
|
90565
|
-
|
|
90566
|
+
if (collapsedLocal.value) {
|
|
90567
|
+
setCollapsed(false);
|
|
90568
|
+
}
|
|
90566
90569
|
startSplit.value = clampSplit.value;
|
|
90567
90570
|
startPosition.value = props.splitOrientation === "vertical" ? evt.clientX : evt.clientY;
|
|
90568
90571
|
}
|
|
@@ -90586,14 +90589,14 @@
|
|
|
90586
90589
|
switch (evt.key) {
|
|
90587
90590
|
case "ArrowLeft":
|
|
90588
90591
|
case "ArrowUp":
|
|
90589
|
-
if (collapsedLocal.value
|
|
90592
|
+
if (collapsedLocal.value) {
|
|
90590
90593
|
setCollapsed(false);
|
|
90591
90594
|
}
|
|
90592
90595
|
split.value = Math.max(min.value, clampSplit.value - 1);
|
|
90593
90596
|
break;
|
|
90594
90597
|
case "ArrowRight":
|
|
90595
90598
|
case "ArrowDown":
|
|
90596
|
-
if (collapsedLocal.value
|
|
90599
|
+
if (collapsedLocal.value) {
|
|
90597
90600
|
setCollapsed(false);
|
|
90598
90601
|
}
|
|
90599
90602
|
split.value = Math.min(max.value, clampSplit.value + 1);
|
|
@@ -90602,13 +90605,13 @@
|
|
|
90602
90605
|
setCollapsed(!collapsedLocal.value);
|
|
90603
90606
|
break;
|
|
90604
90607
|
case "Home":
|
|
90605
|
-
if (collapsedLocal.value
|
|
90608
|
+
if (collapsedLocal.value) {
|
|
90606
90609
|
setCollapsed(false);
|
|
90607
90610
|
}
|
|
90608
90611
|
split.value = props.primary === "first" ? min.value : max.value;
|
|
90609
90612
|
break;
|
|
90610
90613
|
case "End":
|
|
90611
|
-
if (collapsedLocal.value
|
|
90614
|
+
if (collapsedLocal.value) {
|
|
90612
90615
|
setCollapsed(false);
|
|
90613
90616
|
}
|
|
90614
90617
|
split.value = props.primary === "first" ? max.value : min.value;
|
|
@@ -90629,17 +90632,20 @@
|
|
|
90629
90632
|
return (_ctx, _cache) => {
|
|
90630
90633
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
90631
90634
|
ref: "split-window",
|
|
90632
|
-
class: vue.normalizeClass(["split-window",
|
|
90635
|
+
class: vue.normalizeClass(["split-window", [
|
|
90636
|
+
`split-window--${__props.splitOrientation}`,
|
|
90637
|
+
{ "split-window--dragging": isDragging.value }
|
|
90638
|
+
]]),
|
|
90633
90639
|
style: vue.normalizeStyle(gridStyle.value)
|
|
90634
90640
|
}, [
|
|
90635
90641
|
vue.createElementVNode("div", {
|
|
90636
|
-
class: "split-window__first-pane",
|
|
90642
|
+
class: "split-window__pane split-window__first-pane",
|
|
90637
90643
|
id: __props.primary === "first" ? primaryId.value : void 0
|
|
90638
90644
|
}, [
|
|
90639
90645
|
vue.renderSlot(_ctx.$slots, "first", {}, void 0, true)
|
|
90640
90646
|
], 8, _hoisted_1$v),
|
|
90641
90647
|
vue.createElementVNode("div", {
|
|
90642
|
-
class: "split-window__separator",
|
|
90648
|
+
class: "split-window__separator toto",
|
|
90643
90649
|
role: "separator",
|
|
90644
90650
|
tabindex: "0",
|
|
90645
90651
|
"aria-label": props.ariaLabel || "Séparateur de volet",
|
|
@@ -90652,7 +90658,7 @@
|
|
|
90652
90658
|
onKeydown: onKeyDown
|
|
90653
90659
|
}, null, 40, _hoisted_2$k),
|
|
90654
90660
|
vue.createElementVNode("div", {
|
|
90655
|
-
class: "split-window__second-pane",
|
|
90661
|
+
class: "split-window__pane split-window__second-pane",
|
|
90656
90662
|
id: __props.primary === "second" ? primaryId.value : void 0
|
|
90657
90663
|
}, [
|
|
90658
90664
|
vue.renderSlot(_ctx.$slots, "second", {}, void 0, true)
|
|
@@ -90662,11 +90668,11 @@
|
|
|
90662
90668
|
}
|
|
90663
90669
|
});
|
|
90664
90670
|
|
|
90665
|
-
const BmsSplitWindow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90671
|
+
const BmsSplitWindow = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-15128bb0"]]);
|
|
90666
90672
|
|
|
90667
90673
|
const _hoisted_1$u = { class: "step" };
|
|
90668
90674
|
const _hoisted_2$j = { class: "step-buttons" };
|
|
90669
|
-
const _sfc_main$
|
|
90675
|
+
const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
90670
90676
|
__name: "BmsStep",
|
|
90671
90677
|
props: {
|
|
90672
90678
|
previousLabel: { default: "Précédent" },
|
|
@@ -90682,7 +90688,7 @@
|
|
|
90682
90688
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
90683
90689
|
vue.renderSlot(_ctx.$slots, "actions", {}, () => [
|
|
90684
90690
|
vue.createElementVNode("div", _hoisted_2$j, [
|
|
90685
|
-
__props.previousLabel ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
90691
|
+
__props.previousLabel ? (vue.openBlock(), vue.createBlock(_sfc_main$1o, {
|
|
90686
90692
|
key: 0,
|
|
90687
90693
|
"data-test": "previous-button",
|
|
90688
90694
|
name: "previous",
|
|
@@ -90694,7 +90700,7 @@
|
|
|
90694
90700
|
]),
|
|
90695
90701
|
_: 1
|
|
90696
90702
|
})) : vue.createCommentVNode("", true),
|
|
90697
|
-
__props.nextLabel ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
90703
|
+
__props.nextLabel ? (vue.openBlock(), vue.createBlock(_sfc_main$1o, {
|
|
90698
90704
|
key: 1,
|
|
90699
90705
|
"data-test": "next-button",
|
|
90700
90706
|
class: "",
|
|
@@ -90714,7 +90720,7 @@
|
|
|
90714
90720
|
}
|
|
90715
90721
|
});
|
|
90716
90722
|
|
|
90717
|
-
const BmsStep = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90723
|
+
const BmsStep = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-fcce71d1"]]);
|
|
90718
90724
|
|
|
90719
90725
|
const _hoisted_1$t = { class: "stepper" };
|
|
90720
90726
|
const _hoisted_2$i = { class: "stepper-header" };
|
|
@@ -90726,7 +90732,7 @@
|
|
|
90726
90732
|
class: "stepper-header--separator"
|
|
90727
90733
|
};
|
|
90728
90734
|
const _hoisted_7$3 = { class: "stepper-body" };
|
|
90729
|
-
const _sfc_main$
|
|
90735
|
+
const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
90730
90736
|
__name: "BmsStepper",
|
|
90731
90737
|
props: {
|
|
90732
90738
|
currentStep: { default: 0 },
|
|
@@ -90800,7 +90806,7 @@
|
|
|
90800
90806
|
}
|
|
90801
90807
|
});
|
|
90802
90808
|
|
|
90803
|
-
const BmsStepper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90809
|
+
const BmsStepper = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-c132d5cd"]]);
|
|
90804
90810
|
|
|
90805
90811
|
const historyRoutes = vue.ref([]);
|
|
90806
90812
|
const useRouterHistory = () => {
|
|
@@ -90835,7 +90841,7 @@
|
|
|
90835
90841
|
};
|
|
90836
90842
|
};
|
|
90837
90843
|
|
|
90838
|
-
const _sfc_main$
|
|
90844
|
+
const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
90839
90845
|
__name: "BmsBackButton",
|
|
90840
90846
|
props: {
|
|
90841
90847
|
fallback: {}
|
|
@@ -90859,7 +90865,7 @@
|
|
|
90859
90865
|
}
|
|
90860
90866
|
});
|
|
90861
90867
|
|
|
90862
|
-
const BmsBackButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90868
|
+
const BmsBackButton = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-02d02028"]]);
|
|
90863
90869
|
|
|
90864
90870
|
const _hoisted_1$s = {
|
|
90865
90871
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -90872,7 +90878,7 @@
|
|
|
90872
90878
|
"stroke-linecap": "round",
|
|
90873
90879
|
"stroke-linejoin": "round"
|
|
90874
90880
|
};
|
|
90875
|
-
const _sfc_main$
|
|
90881
|
+
const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
90876
90882
|
__name: "AnimatedHomeIcon",
|
|
90877
90883
|
setup(__props) {
|
|
90878
90884
|
const variants = {
|
|
@@ -90931,7 +90937,7 @@
|
|
|
90931
90937
|
key: 1,
|
|
90932
90938
|
class: "breadcrumb__here"
|
|
90933
90939
|
};
|
|
90934
|
-
const _sfc_main$
|
|
90940
|
+
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
90935
90941
|
__name: "BmsBreadcrumb",
|
|
90936
90942
|
props: {
|
|
90937
90943
|
homeLocation: { default: "/" },
|
|
@@ -90944,7 +90950,7 @@
|
|
|
90944
90950
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$r, [
|
|
90945
90951
|
vue.createVNode(_component_RouterLink, { to: __props.homeLocation }, {
|
|
90946
90952
|
default: vue.withCtx(() => [
|
|
90947
|
-
vue.createVNode(_sfc_main$
|
|
90953
|
+
vue.createVNode(_sfc_main$x)
|
|
90948
90954
|
]),
|
|
90949
90955
|
_: 1
|
|
90950
90956
|
}, 8, ["to"]),
|
|
@@ -90969,10 +90975,10 @@
|
|
|
90969
90975
|
}
|
|
90970
90976
|
});
|
|
90971
90977
|
|
|
90972
|
-
const BmsBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
90978
|
+
const BmsBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-a7f3b134"]]);
|
|
90973
90979
|
|
|
90974
90980
|
const _hoisted_1$q = { class: "label" };
|
|
90975
|
-
const _sfc_main$
|
|
90981
|
+
const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
90976
90982
|
__name: "UiMenuItem",
|
|
90977
90983
|
props: {
|
|
90978
90984
|
item: {},
|
|
@@ -90989,7 +90995,7 @@
|
|
|
90989
90995
|
return classes2;
|
|
90990
90996
|
});
|
|
90991
90997
|
return (_ctx, _cache) => {
|
|
90992
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
90998
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$1r, {
|
|
90993
90999
|
to: __props.item.link,
|
|
90994
91000
|
target: __props.target,
|
|
90995
91001
|
classes: classes.value
|
|
@@ -91020,7 +91026,7 @@
|
|
|
91020
91026
|
const _hoisted_3$9 = ["onClick"];
|
|
91021
91027
|
const _hoisted_4$6 = { class: "parent-label" };
|
|
91022
91028
|
const _hoisted_5$4 = { class: "additional" };
|
|
91023
|
-
const _sfc_main$
|
|
91029
|
+
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
91024
91030
|
__name: "BmsMenuNav",
|
|
91025
91031
|
props: {
|
|
91026
91032
|
items: {},
|
|
@@ -91083,7 +91089,7 @@
|
|
|
91083
91089
|
key: item.label
|
|
91084
91090
|
}, [
|
|
91085
91091
|
hasSubItems(item) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$p, [
|
|
91086
|
-
item.link ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
91092
|
+
item.link ? (vue.openBlock(), vue.createBlock(_sfc_main$1r, {
|
|
91087
91093
|
key: 0,
|
|
91088
91094
|
to: item.link,
|
|
91089
91095
|
class: vue.normalizeClass(`parent-item ${isItemActive(item) ? "active" : ""}`)
|
|
@@ -91111,7 +91117,7 @@
|
|
|
91111
91117
|
return vue.openBlock(), vue.createElementBlock("li", {
|
|
91112
91118
|
key: subItem.label
|
|
91113
91119
|
}, [
|
|
91114
|
-
vue.createVNode(_sfc_main$
|
|
91120
|
+
vue.createVNode(_sfc_main$v, {
|
|
91115
91121
|
item: subItem,
|
|
91116
91122
|
active: isItemActive(subItem),
|
|
91117
91123
|
onClick: ($event) => clickItem(subItem)
|
|
@@ -91129,7 +91135,7 @@
|
|
|
91129
91135
|
]),
|
|
91130
91136
|
_: 2
|
|
91131
91137
|
}, 1024)
|
|
91132
|
-
])) : (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
91138
|
+
])) : (vue.openBlock(), vue.createBlock(_sfc_main$v, {
|
|
91133
91139
|
key: 1,
|
|
91134
91140
|
item,
|
|
91135
91141
|
active: isItemActive(item),
|
|
@@ -91151,12 +91157,12 @@
|
|
|
91151
91157
|
}
|
|
91152
91158
|
});
|
|
91153
91159
|
|
|
91154
|
-
const BmsMenuNav = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
91160
|
+
const BmsMenuNav = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-8b4752b4"]]);
|
|
91155
91161
|
|
|
91156
91162
|
const _hoisted_1$o = { class: "menu__container" };
|
|
91157
91163
|
const _hoisted_2$f = { class: "menu__top" };
|
|
91158
91164
|
const _hoisted_3$8 = { class: "menu__copyright" };
|
|
91159
|
-
const _sfc_main$
|
|
91165
|
+
const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
91160
91166
|
__name: "BmsFixedMenu",
|
|
91161
91167
|
props: {
|
|
91162
91168
|
items: {},
|
|
@@ -91190,11 +91196,11 @@
|
|
|
91190
91196
|
}
|
|
91191
91197
|
});
|
|
91192
91198
|
|
|
91193
|
-
const BmsFixedMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
91199
|
+
const BmsFixedMenu = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-b6a4c4f0"]]);
|
|
91194
91200
|
|
|
91195
91201
|
const _hoisted_1$n = { class: "menu" };
|
|
91196
91202
|
const _hoisted_2$e = { class: "menu__copyright" };
|
|
91197
|
-
const _sfc_main$
|
|
91203
|
+
const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
91198
91204
|
__name: "BmsMenu",
|
|
91199
91205
|
props: {
|
|
91200
91206
|
items: {},
|
|
@@ -91211,7 +91217,7 @@
|
|
|
91211
91217
|
const toggleMenu = (newMenuState = true) => isMenuOpen.value = newMenuState;
|
|
91212
91218
|
return (_ctx, _cache) => {
|
|
91213
91219
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$n, [
|
|
91214
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
91220
|
+
vue.createVNode(vue.unref(_sfc_main$1n), {
|
|
91215
91221
|
onClick: _cache[0] || (_cache[0] = ($event) => toggleMenu(!isMenuOpen.value)),
|
|
91216
91222
|
"data-testid": "openMenu",
|
|
91217
91223
|
"aria-label": "Ouvrir le menu"
|
|
@@ -91235,7 +91241,7 @@
|
|
|
91235
91241
|
ref: menu,
|
|
91236
91242
|
class: vue.normalizeClass(["menu__container", { "is-show": isMenuOpen.value }])
|
|
91237
91243
|
}, [
|
|
91238
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
91244
|
+
vue.createVNode(vue.unref(_sfc_main$1n), {
|
|
91239
91245
|
class: "menu__close",
|
|
91240
91246
|
onClick: _cache[1] || (_cache[1] = ($event) => toggleMenu(false)),
|
|
91241
91247
|
"data-testid": "closeMenu",
|
|
@@ -91275,52 +91281,66 @@
|
|
|
91275
91281
|
}
|
|
91276
91282
|
});
|
|
91277
91283
|
|
|
91278
|
-
const BmsMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
91284
|
+
const BmsMenu = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-02719cac"]]);
|
|
91279
91285
|
|
|
91280
|
-
const
|
|
91286
|
+
const getTabId = (tab) => tab.id || tab.name;
|
|
91287
|
+
|
|
91288
|
+
const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
91281
91289
|
__name: "UiTab",
|
|
91282
91290
|
props: {
|
|
91283
|
-
|
|
91291
|
+
selectedTabId: {},
|
|
91284
91292
|
tab: {}
|
|
91285
91293
|
},
|
|
91286
91294
|
setup(__props) {
|
|
91287
91295
|
const props = __props;
|
|
91296
|
+
const tabId = vue.computed(() => getTabId(props.tab));
|
|
91288
91297
|
const isTabSelected = vue.computed(
|
|
91289
|
-
() =>
|
|
91290
|
-
);
|
|
91291
|
-
const tabTarget = vue.computed(
|
|
91292
|
-
() => props.tab.routePath ? { path: props.tab.routePath } : { name: props.tab.routeName }
|
|
91298
|
+
() => tabId.value && tabId.value === props.selectedTabId || false
|
|
91293
91299
|
);
|
|
91294
91300
|
return (_ctx, _cache) => {
|
|
91295
|
-
|
|
91296
|
-
return vue.openBlock(), vue.createBlock(_component_router_link, {
|
|
91297
|
-
to: tabTarget.value,
|
|
91301
|
+
return vue.openBlock(), vue.createElementBlock("span", {
|
|
91298
91302
|
"data-testid": "tab",
|
|
91299
91303
|
class: vue.normalizeClass(["tab", { active: isTabSelected.value, error: __props.tab.error, disabled: __props.tab.disabled }])
|
|
91300
|
-
},
|
|
91301
|
-
|
|
91302
|
-
vue.
|
|
91303
|
-
|
|
91304
|
-
|
|
91305
|
-
]),
|
|
91306
|
-
_: 3
|
|
91307
|
-
}, 8, ["to", "class"]);
|
|
91304
|
+
}, [
|
|
91305
|
+
vue.renderSlot(_ctx.$slots, "router", { tab: __props.tab }, () => [
|
|
91306
|
+
vue.createTextVNode(vue.toDisplayString(__props.tab.name), 1)
|
|
91307
|
+
], true)
|
|
91308
|
+
], 2);
|
|
91308
91309
|
};
|
|
91309
91310
|
}
|
|
91310
91311
|
});
|
|
91311
91312
|
|
|
91312
|
-
const UiTab = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
91313
|
+
const UiTab = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-b6feec3b"]]);
|
|
91313
91314
|
|
|
91314
91315
|
const _hoisted_1$m = { class: "tabs-header" };
|
|
91315
91316
|
const _hoisted_2$d = { class: "tabs-title" };
|
|
91316
|
-
const _sfc_main$
|
|
91317
|
-
__name: "
|
|
91317
|
+
const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
91318
|
+
__name: "UiTabs",
|
|
91318
91319
|
props: {
|
|
91319
91320
|
title: {},
|
|
91320
|
-
tabs: {}
|
|
91321
|
+
tabs: {},
|
|
91322
|
+
initialTabId: {}
|
|
91321
91323
|
},
|
|
91322
|
-
|
|
91323
|
-
|
|
91324
|
+
emits: ["click"],
|
|
91325
|
+
setup(__props, { emit: __emit }) {
|
|
91326
|
+
const props = __props;
|
|
91327
|
+
const selectedTabId = vue.ref(null);
|
|
91328
|
+
vue.onMounted(() => {
|
|
91329
|
+
selectedTabId.value = props.initialTabId || null;
|
|
91330
|
+
});
|
|
91331
|
+
vue.watch(
|
|
91332
|
+
() => props.initialTabId,
|
|
91333
|
+
() => {
|
|
91334
|
+
selectedTabId.value = props.initialTabId || null;
|
|
91335
|
+
}
|
|
91336
|
+
);
|
|
91337
|
+
const $emits = __emit;
|
|
91338
|
+
const onTabClick = (tab) => {
|
|
91339
|
+
if (getTabId(tab) !== selectedTabId.value) {
|
|
91340
|
+
$emits("click", tab);
|
|
91341
|
+
selectedTabId.value = getTabId(tab);
|
|
91342
|
+
}
|
|
91343
|
+
};
|
|
91324
91344
|
return (_ctx, _cache) => {
|
|
91325
91345
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$m, [
|
|
91326
91346
|
vue.createElementVNode("div", _hoisted_2$d, [
|
|
@@ -91328,17 +91348,80 @@
|
|
|
91328
91348
|
]),
|
|
91329
91349
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.tabs, (tab) => {
|
|
91330
91350
|
return vue.openBlock(), vue.createBlock(UiTab, {
|
|
91331
|
-
key: tab
|
|
91351
|
+
key: vue.unref(getTabId)(tab),
|
|
91352
|
+
selectedTabId: selectedTabId.value,
|
|
91332
91353
|
tab,
|
|
91333
|
-
|
|
91334
|
-
},
|
|
91354
|
+
onClick: ($event) => onTabClick(tab)
|
|
91355
|
+
}, {
|
|
91356
|
+
router: vue.withCtx(({ tab: tab2 }) => [
|
|
91357
|
+
vue.renderSlot(_ctx.$slots, "router", { tab: tab2 }, void 0, true)
|
|
91358
|
+
]),
|
|
91359
|
+
_: 2
|
|
91360
|
+
}, 1032, ["selectedTabId", "tab", "onClick"]);
|
|
91335
91361
|
}), 128))
|
|
91336
91362
|
]);
|
|
91337
91363
|
};
|
|
91338
91364
|
}
|
|
91339
91365
|
});
|
|
91340
91366
|
|
|
91341
|
-
const
|
|
91367
|
+
const UiTabs = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-9f2a5368"]]);
|
|
91368
|
+
|
|
91369
|
+
const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
91370
|
+
__name: "BmsTabs",
|
|
91371
|
+
props: {
|
|
91372
|
+
title: {},
|
|
91373
|
+
tabs: {},
|
|
91374
|
+
initialTabId: {}
|
|
91375
|
+
},
|
|
91376
|
+
emits: ["click"],
|
|
91377
|
+
setup(__props, { emit: __emit }) {
|
|
91378
|
+
const { currentRoute } = vueRouter.useRouter();
|
|
91379
|
+
const props = __props;
|
|
91380
|
+
const getTabTarget = (tab) => {
|
|
91381
|
+
return tab.routePath ? { path: tab.routePath } : { name: tab.routeName };
|
|
91382
|
+
};
|
|
91383
|
+
const $emits = __emit;
|
|
91384
|
+
const needRouterEngine = vue.computed(() => {
|
|
91385
|
+
return !!props.tabs && !!props.tabs[0] && !!(props.tabs[0].routePath || props.tabs[0].routeName);
|
|
91386
|
+
});
|
|
91387
|
+
const selectedTabId = vue.computed(() => {
|
|
91388
|
+
if (needRouterEngine.value) {
|
|
91389
|
+
const selectedTab = props.tabs.find((t) => isTabSelected(t, currentRoute.value)) || null;
|
|
91390
|
+
return selectedTab ? getTabId(selectedTab) : null;
|
|
91391
|
+
} else if (props.initialTabId) {
|
|
91392
|
+
return props.initialTabId;
|
|
91393
|
+
} else {
|
|
91394
|
+
return null;
|
|
91395
|
+
}
|
|
91396
|
+
});
|
|
91397
|
+
const isTabSelected = (tab, currentRoute2) => tab.routePath ? currentRoute2.path.includes(tab.routePath) : tab.routeName ? !!currentRoute2.name && currentRoute2.name.includes(tab.routeName) : false;
|
|
91398
|
+
return (_ctx, _cache) => {
|
|
91399
|
+
const _component_router_link = vue.resolveComponent("router-link");
|
|
91400
|
+
return vue.openBlock(), vue.createBlock(UiTabs, {
|
|
91401
|
+
title: __props.title,
|
|
91402
|
+
tabs: __props.tabs,
|
|
91403
|
+
"initial-tab-id": selectedTabId.value,
|
|
91404
|
+
onClick: _cache[0] || (_cache[0] = ($event) => $emits("click", $event))
|
|
91405
|
+
}, vue.createSlots({ _: 2 }, [
|
|
91406
|
+
needRouterEngine.value ? {
|
|
91407
|
+
name: "router",
|
|
91408
|
+
fn: vue.withCtx(({ tab }) => [
|
|
91409
|
+
vue.createVNode(_component_router_link, {
|
|
91410
|
+
class: "tab",
|
|
91411
|
+
to: getTabTarget(tab)
|
|
91412
|
+
}, {
|
|
91413
|
+
default: vue.withCtx(() => [
|
|
91414
|
+
vue.createTextVNode(vue.toDisplayString(tab.name), 1)
|
|
91415
|
+
]),
|
|
91416
|
+
_: 2
|
|
91417
|
+
}, 1032, ["to"])
|
|
91418
|
+
]),
|
|
91419
|
+
key: "0"
|
|
91420
|
+
} : void 0
|
|
91421
|
+
]), 1032, ["title", "tabs", "initial-tab-id"]);
|
|
91422
|
+
};
|
|
91423
|
+
}
|
|
91424
|
+
});
|
|
91342
91425
|
|
|
91343
91426
|
const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
91344
91427
|
__name: "UiPopoverMenu",
|
|
@@ -91492,7 +91575,7 @@
|
|
|
91492
91575
|
vue.createTextVNode(" " + vue.toDisplayString(__props.tenant.label), 1),
|
|
91493
91576
|
vue.createElementVNode("em", null, "- " + vue.toDisplayString(__props.tenant.information), 1)
|
|
91494
91577
|
], 8, _hoisted_1$k),
|
|
91495
|
-
__props.tenant.isFavorite ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
91578
|
+
__props.tenant.isFavorite ? (vue.openBlock(), vue.createBlock(_sfc_main$1n, {
|
|
91496
91579
|
key: 0,
|
|
91497
91580
|
class: "remove-tenant-button",
|
|
91498
91581
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => emits("removeFavorite"), ["stop"]))
|
|
@@ -91572,7 +91655,7 @@
|
|
|
91572
91655
|
}, {
|
|
91573
91656
|
default: vue.withCtx(() => [
|
|
91574
91657
|
vue.createElementVNode("div", _hoisted_1$j, [
|
|
91575
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
91658
|
+
vue.createVNode(vue.unref(_sfc_main$11), {
|
|
91576
91659
|
ref_key: "searchRef",
|
|
91577
91660
|
ref: searchRef,
|
|
91578
91661
|
modelValue: search.value,
|
|
@@ -91688,7 +91771,7 @@
|
|
|
91688
91771
|
__props.currentTenant && __props.tenants.length === 1 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$i, [
|
|
91689
91772
|
vue.createVNode(_sfc_main$n, { tenant: __props.currentTenant }, null, 8, ["tenant"]),
|
|
91690
91773
|
vue.createElementVNode("span", null, vue.toDisplayString(__props.currentTenant.label), 1)
|
|
91691
|
-
])) : __props.tenants.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
91774
|
+
])) : __props.tenants.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$1o), {
|
|
91692
91775
|
key: 1,
|
|
91693
91776
|
type: "tertiary",
|
|
91694
91777
|
onClick: _cache[0] || (_cache[0] = ($event) => showTenantSwitcher.value = !showTenantSwitcher.value)
|
|
@@ -91831,7 +91914,7 @@
|
|
|
91831
91914
|
onMouseup: _cache[1] || (_cache[1] = () => gripped.value = false)
|
|
91832
91915
|
}),
|
|
91833
91916
|
vue.renderSlot(_ctx.$slots, "default", { row: item }, void 0, true),
|
|
91834
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
91917
|
+
vue.createVNode(vue.unref(_sfc_main$1n), {
|
|
91835
91918
|
mode: vue.unref(StatusType).Danger,
|
|
91836
91919
|
onClick: ($event) => onRemove(item)
|
|
91837
91920
|
}, {
|
|
@@ -91979,7 +92062,7 @@
|
|
|
91979
92062
|
], true)
|
|
91980
92063
|
]),
|
|
91981
92064
|
vue.createElementVNode("div", _hoisted_3$6, [
|
|
91982
|
-
vue.createVNode(_sfc_main$
|
|
92065
|
+
vue.createVNode(_sfc_main$1n, {
|
|
91983
92066
|
color: "neutral",
|
|
91984
92067
|
onClick: goToFirst,
|
|
91985
92068
|
disabled: __props.currentPage === 0
|
|
@@ -91989,7 +92072,7 @@
|
|
|
91989
92072
|
]),
|
|
91990
92073
|
_: 1
|
|
91991
92074
|
}, 8, ["disabled"]),
|
|
91992
|
-
vue.createVNode(_sfc_main$
|
|
92075
|
+
vue.createVNode(_sfc_main$1n, {
|
|
91993
92076
|
onClick: goToPrevious,
|
|
91994
92077
|
disabled: __props.currentPage === 0
|
|
91995
92078
|
}, {
|
|
@@ -91998,7 +92081,7 @@
|
|
|
91998
92081
|
]),
|
|
91999
92082
|
_: 1
|
|
92000
92083
|
}, 8, ["disabled"]),
|
|
92001
|
-
vue.createVNode(_sfc_main$
|
|
92084
|
+
vue.createVNode(_sfc_main$1n, {
|
|
92002
92085
|
onClick: goToNext,
|
|
92003
92086
|
disabled: __props.currentPage === __props.pages - 1 || __props.pages === 0
|
|
92004
92087
|
}, {
|
|
@@ -92007,7 +92090,7 @@
|
|
|
92007
92090
|
]),
|
|
92008
92091
|
_: 1
|
|
92009
92092
|
}, 8, ["disabled"]),
|
|
92010
|
-
vue.createVNode(_sfc_main$
|
|
92093
|
+
vue.createVNode(_sfc_main$1n, {
|
|
92011
92094
|
onClick: goToLast,
|
|
92012
92095
|
disabled: __props.currentPage === __props.pages - 1 || __props.pages === 0 || __props.total === Infinity
|
|
92013
92096
|
}, {
|
|
@@ -96210,7 +96293,7 @@
|
|
|
96210
96293
|
);
|
|
96211
96294
|
return (_ctx, _cache) => {
|
|
96212
96295
|
return vue.openBlock(), vue.createElementBlock("span", _hoisted_1$a, [
|
|
96213
|
-
vue.createVNode(_sfc_main$
|
|
96296
|
+
vue.createVNode(_sfc_main$1p, {
|
|
96214
96297
|
class: "filter-button",
|
|
96215
96298
|
color: __props.isFilterVisible ? vue.unref(StatusType).Default : vue.unref(StatusType).Information,
|
|
96216
96299
|
mode: __props.isFilterVisible ? "fill" : "ghost",
|
|
@@ -98366,9 +98449,9 @@
|
|
|
98366
98449
|
case "boolean":
|
|
98367
98450
|
return BmsSelect;
|
|
98368
98451
|
case "input":
|
|
98369
|
-
return _sfc_main$
|
|
98452
|
+
return _sfc_main$11;
|
|
98370
98453
|
case "inputDate":
|
|
98371
|
-
return _sfc_main
|
|
98454
|
+
return _sfc_main$10;
|
|
98372
98455
|
case "autocomplete":
|
|
98373
98456
|
return BmsAutocomplete;
|
|
98374
98457
|
case "autocompleteServer":
|
|
@@ -98455,7 +98538,7 @@
|
|
|
98455
98538
|
_cache[2] || (_cache[2] = vue.createTextVNode(" Recherche avancée ", -1))
|
|
98456
98539
|
]),
|
|
98457
98540
|
vue.createElementVNode("span", _hoisted_4$3, [
|
|
98458
|
-
__props.canSaveFilters ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
98541
|
+
__props.canSaveFilters ? (vue.openBlock(), vue.createBlock(_sfc_main$1n, {
|
|
98459
98542
|
key: 0,
|
|
98460
98543
|
class: "save",
|
|
98461
98544
|
tooltipText: "Sauvegarder le filtre",
|
|
@@ -98466,7 +98549,7 @@
|
|
|
98466
98549
|
]),
|
|
98467
98550
|
_: 1
|
|
98468
98551
|
})) : vue.createCommentVNode("", true),
|
|
98469
|
-
vue.createVNode(_sfc_main$
|
|
98552
|
+
vue.createVNode(_sfc_main$1n, {
|
|
98470
98553
|
class: "reset",
|
|
98471
98554
|
tooltipText: "Vider les champs",
|
|
98472
98555
|
onClick: reset
|
|
@@ -98515,7 +98598,7 @@
|
|
|
98515
98598
|
}, {
|
|
98516
98599
|
default: vue.withCtx(() => [
|
|
98517
98600
|
_cache[3] || (_cache[3] = vue.createElementVNode("div", null, " Vous pouvez sauvegarder votre recherche pour la retrouver plus facilement. ", -1)),
|
|
98518
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
98601
|
+
vue.createVNode(vue.unref(_sfc_main$11), {
|
|
98519
98602
|
ref_key: "nameInput",
|
|
98520
98603
|
ref: nameInput,
|
|
98521
98604
|
label: "Nom de la sauvegarde",
|
|
@@ -103119,7 +103202,7 @@
|
|
|
103119
103202
|
class: "bms-notification__icon"
|
|
103120
103203
|
})),
|
|
103121
103204
|
vue.createElementVNode("div", _hoisted_2$4, vue.toDisplayString(__props.notification.text), 1),
|
|
103122
|
-
vue.createVNode(_sfc_main$
|
|
103205
|
+
vue.createVNode(_sfc_main$1n, {
|
|
103123
103206
|
class: "bms-notification__close-button",
|
|
103124
103207
|
onClick: closeNotification
|
|
103125
103208
|
}, {
|
|
@@ -103360,7 +103443,7 @@
|
|
|
103360
103443
|
vue.createElementVNode("div", null, [
|
|
103361
103444
|
vue.createElementVNode("div", _hoisted_5$1, [
|
|
103362
103445
|
vue.createElementVNode("span", _hoisted_6$1, vue.toDisplayString(__props.problem.detail), 1),
|
|
103363
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
103446
|
+
vue.createVNode(vue.unref(_sfc_main$1n), {
|
|
103364
103447
|
class: "copyToClipboardButton",
|
|
103365
103448
|
onClick: _cache[1] || (_cache[1] = ($event) => onCopyToClipboard(__props.problem.detail))
|
|
103366
103449
|
}, {
|
|
@@ -103395,7 +103478,7 @@
|
|
|
103395
103478
|
vue.createElementVNode("div", null, [
|
|
103396
103479
|
vue.createElementVNode("div", _hoisted_8$1, [
|
|
103397
103480
|
vue.createElementVNode("span", _hoisted_9, vue.toDisplayString(__props.problem.correlationId), 1),
|
|
103398
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
103481
|
+
vue.createVNode(vue.unref(_sfc_main$1n), {
|
|
103399
103482
|
class: "copyToClipboardButton",
|
|
103400
103483
|
onClick: _cache[3] || (_cache[3] = ($event) => onCopyToClipboard(__props.problem.detail))
|
|
103401
103484
|
}, {
|
|
@@ -103605,7 +103688,7 @@
|
|
|
103605
103688
|
);
|
|
103606
103689
|
return (_ctx, _cache) => {
|
|
103607
103690
|
return isFeatureFlippingOn.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$2, [
|
|
103608
|
-
vue.createVNode(_sfc_main$
|
|
103691
|
+
vue.createVNode(_sfc_main$1o, {
|
|
103609
103692
|
onClick: _cache[0] || (_cache[0] = ($event) => emit("click")),
|
|
103610
103693
|
mode: vue.unref(StatusType).Danger
|
|
103611
103694
|
}, {
|
|
@@ -105902,8 +105985,8 @@
|
|
|
105902
105985
|
|
|
105903
105986
|
const createBmsUi = () => ({
|
|
105904
105987
|
install: (app) => {
|
|
105905
|
-
app.component("BmsButton", _sfc_main$
|
|
105906
|
-
app.component("BmsIconButton", _sfc_main$
|
|
105988
|
+
app.component("BmsButton", _sfc_main$1o);
|
|
105989
|
+
app.component("BmsIconButton", _sfc_main$1n);
|
|
105907
105990
|
app.component("BmsAlert", BmsAlert);
|
|
105908
105991
|
app.component("BmsBadge", BmsBadge);
|
|
105909
105992
|
app.component("BmsCaption", BmsCaption);
|
|
@@ -105915,19 +105998,19 @@
|
|
|
105915
105998
|
app.component("BmsBetweenInput", BmsBetweenInput);
|
|
105916
105999
|
app.component("BmsChip", BmsChip);
|
|
105917
106000
|
app.component("BmsFilePicker", BmsFilePicker);
|
|
105918
|
-
app.component("BmsInputBooleanCheckbox", _sfc_main$
|
|
106001
|
+
app.component("BmsInputBooleanCheckbox", _sfc_main$16);
|
|
105919
106002
|
app.component("BmsInputCheckboxGroup", BmsInputCheckboxGroup);
|
|
105920
106003
|
app.component("BmsInputCheckboxCaption", BmsInputCheckboxCaption);
|
|
105921
106004
|
app.component("BmsInputCheckboxCaptionGroup", BmsInputCheckboxCaptionGroup);
|
|
105922
106005
|
app.component("BmsInputCode", BmsInputCode);
|
|
105923
|
-
app.component("BmsInputDateTime", _sfc_main
|
|
106006
|
+
app.component("BmsInputDateTime", _sfc_main$10);
|
|
105924
106007
|
app.component("BmsInputFile", BmsInputFile);
|
|
105925
|
-
app.component("BmsInputNumber", _sfc_main$
|
|
106008
|
+
app.component("BmsInputNumber", _sfc_main$_);
|
|
105926
106009
|
app.component("BmsInputRadio", BmsInputRadio);
|
|
105927
106010
|
app.component("BmsInputRadioGroup", BmsInputRadioGroup);
|
|
105928
106011
|
app.component("BmsInputRadioCaption", BmsInputRadioCaption);
|
|
105929
106012
|
app.component("BmsInputRadioCaptionGroup", BmsInputRadioCaptionGroup);
|
|
105930
|
-
app.component("BmsInputText", _sfc_main$
|
|
106013
|
+
app.component("BmsInputText", _sfc_main$11);
|
|
105931
106014
|
app.component("BmsInputToggle", BmsInputToggle);
|
|
105932
106015
|
app.component("BmsMultiSelect", BmsMultiSelect);
|
|
105933
106016
|
app.component("BmsSearch", BmsSearch);
|
|
@@ -105949,11 +106032,11 @@
|
|
|
105949
106032
|
app.component("BmsBackButton", BmsBackButton);
|
|
105950
106033
|
app.component("BmsBreadcrumb", BmsBreadcrumb);
|
|
105951
106034
|
app.component("BmsFixedMenu", BmsFixedMenu);
|
|
105952
|
-
app.component("BmsLink", _sfc_main$
|
|
106035
|
+
app.component("BmsLink", _sfc_main$1r);
|
|
105953
106036
|
app.component("BmsMenu", BmsMenu);
|
|
105954
106037
|
app.component("BmsMenuNav", BmsMenuNav);
|
|
105955
106038
|
app.component("BmsShortLinkMenu", BmsShortLinkMenu);
|
|
105956
|
-
app.component("BmsTabs",
|
|
106039
|
+
app.component("BmsTabs", _sfc_main$p);
|
|
105957
106040
|
app.component("BmsTenantSwitcher", BmsTenantSwitcher);
|
|
105958
106041
|
app.component("BmsDraggableList", BmsDraggableList);
|
|
105959
106042
|
app.component("BmsEmptyScreen", BmsEmptyScreen);
|
|
@@ -105973,7 +106056,7 @@
|
|
|
105973
106056
|
exports.BmsBadge = BmsBadge;
|
|
105974
106057
|
exports.BmsBetweenInput = BmsBetweenInput;
|
|
105975
106058
|
exports.BmsBreadcrumb = BmsBreadcrumb;
|
|
105976
|
-
exports.BmsButton = _sfc_main$
|
|
106059
|
+
exports.BmsButton = _sfc_main$1o;
|
|
105977
106060
|
exports.BmsCaption = BmsCaption;
|
|
105978
106061
|
exports.BmsCard = BmsCard;
|
|
105979
106062
|
exports.BmsChip = BmsChip;
|
|
@@ -105988,22 +106071,22 @@
|
|
|
105988
106071
|
exports.BmsForm = BmsForm;
|
|
105989
106072
|
exports.BmsHeader = BmsHeader;
|
|
105990
106073
|
exports.BmsHeaderTitle = BmsHeaderTitle;
|
|
105991
|
-
exports.BmsIconButton = _sfc_main$
|
|
105992
|
-
exports.BmsInputBooleanCheckbox = _sfc_main$
|
|
106074
|
+
exports.BmsIconButton = _sfc_main$1n;
|
|
106075
|
+
exports.BmsInputBooleanCheckbox = _sfc_main$16;
|
|
105993
106076
|
exports.BmsInputCheckboxCaption = BmsInputCheckboxCaption;
|
|
105994
106077
|
exports.BmsInputCheckboxCaptionGroup = BmsInputCheckboxCaptionGroup;
|
|
105995
106078
|
exports.BmsInputCheckboxGroup = BmsInputCheckboxGroup;
|
|
105996
106079
|
exports.BmsInputCode = BmsInputCode;
|
|
105997
|
-
exports.BmsInputDateTime = _sfc_main
|
|
106080
|
+
exports.BmsInputDateTime = _sfc_main$10;
|
|
105998
106081
|
exports.BmsInputFile = BmsInputFile;
|
|
105999
|
-
exports.BmsInputNumber = _sfc_main$
|
|
106082
|
+
exports.BmsInputNumber = _sfc_main$_;
|
|
106000
106083
|
exports.BmsInputRadio = BmsInputRadio;
|
|
106001
106084
|
exports.BmsInputRadioCaption = BmsInputRadioCaption;
|
|
106002
106085
|
exports.BmsInputRadioCaptionGroup = BmsInputRadioCaptionGroup;
|
|
106003
106086
|
exports.BmsInputRadioGroup = BmsInputRadioGroup;
|
|
106004
|
-
exports.BmsInputText = _sfc_main$
|
|
106087
|
+
exports.BmsInputText = _sfc_main$11;
|
|
106005
106088
|
exports.BmsInputToggle = BmsInputToggle;
|
|
106006
|
-
exports.BmsLink = _sfc_main$
|
|
106089
|
+
exports.BmsLink = _sfc_main$1r;
|
|
106007
106090
|
exports.BmsLoader = BmsLoader;
|
|
106008
106091
|
exports.BmsMenu = BmsMenu;
|
|
106009
106092
|
exports.BmsMenuNav = BmsMenuNav;
|
|
@@ -106024,7 +106107,7 @@
|
|
|
106024
106107
|
exports.BmsStep = BmsStep;
|
|
106025
106108
|
exports.BmsStepper = BmsStepper;
|
|
106026
106109
|
exports.BmsTable = BmsTable;
|
|
106027
|
-
exports.BmsTabs =
|
|
106110
|
+
exports.BmsTabs = _sfc_main$p;
|
|
106028
106111
|
exports.BmsTag = BmsTag;
|
|
106029
106112
|
exports.BmsTenantSwitcher = BmsTenantSwitcher;
|
|
106030
106113
|
exports.BmsTextArea = BmsTextArea;
|