@ouestfrance/sipa-bms-ui 8.23.5 → 8.24.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist/components/form/BmsBetweenInput.vue.d.ts +2 -2
  2. package/dist/components/form/BmsInputCheckboxCaption.vue.d.ts +4 -4
  3. package/dist/components/form/BmsInputCheckboxCaptionGroup.vue.d.ts +4 -4
  4. package/dist/components/form/BmsInputDateTime.vue.d.ts +4 -2
  5. package/dist/components/form/BmsInputNumber.vue.d.ts +2 -0
  6. package/dist/components/form/BmsInputRadioCaption.vue.d.ts +4 -4
  7. package/dist/components/form/BmsInputText.vue.d.ts +6 -2
  8. package/dist/components/form/BmsInputTime.vue.d.ts +26 -0
  9. package/dist/components/form/BmsSearch.vue.d.ts +6 -2
  10. package/dist/components/form/RawAutocomplete.vue.d.ts +4 -1
  11. package/dist/components/form/RawInputText.vue.d.ts +3 -1
  12. package/dist/components/navigation/UiTenantSwitcher.vue.d.ts +5 -1
  13. package/dist/components/table/BmsTableFilters.vue.d.ts +5 -1
  14. package/dist/index.d.ts +2 -1
  15. package/dist/models/form.model.d.ts +4 -3
  16. package/dist/sipa-bms-ui.css +49 -48
  17. package/dist/sipa-bms-ui.es.js +204 -134
  18. package/dist/sipa-bms-ui.es.js.map +1 -1
  19. package/dist/sipa-bms-ui.umd.js +211 -140
  20. package/dist/sipa-bms-ui.umd.js.map +1 -1
  21. package/package.json +1 -1
  22. package/src/components/form/BmsBetweenInput.vue +3 -3
  23. package/src/components/form/BmsInputCheckboxCaption.vue +2 -2
  24. package/src/components/form/BmsInputCheckboxCaptionGroup.vue +2 -2
  25. package/src/components/form/BmsInputDateTime.stories.js +7 -0
  26. package/src/components/form/BmsInputDateTime.vue +5 -2
  27. package/src/components/form/BmsInputNumber.stories.js +8 -0
  28. package/src/components/form/BmsInputNumber.vue +3 -0
  29. package/src/components/form/BmsInputRadioCaption.vue +2 -2
  30. package/src/components/form/BmsInputText.stories.js +3 -5
  31. package/src/components/form/BmsInputText.vue +4 -1
  32. package/src/components/form/BmsInputTime.stories.js +65 -0
  33. package/src/components/form/BmsInputTime.vue +62 -0
  34. package/src/components/form/BmsMultiSelect.vue +1 -1
  35. package/src/components/form/BmsSearch.vue +1 -1
  36. package/src/components/form/BmsTag.vue +3 -2
  37. package/src/components/form/RawInputText.vue +19 -1
  38. package/src/index.ts +3 -0
  39. package/src/models/form.model.ts +3 -2
@@ -25,6 +25,7 @@
25
25
  InputType2["NUMBER"] = "number";
26
26
  InputType2["DATE"] = "date";
27
27
  InputType2["DATETIME"] = "datetime-local";
28
+ InputType2["TIME"] = "time";
28
29
  return InputType2;
29
30
  })(InputType || {});
30
31
 
@@ -338,7 +339,7 @@
338
339
 
339
340
  const _hoisted_1$10 = ["href", "target"];
340
341
  const _hoisted_2$G = ["href", "onClick", "target"];
341
- const _sfc_main$1t = /* @__PURE__ */ vue.defineComponent({
342
+ const _sfc_main$1u = /* @__PURE__ */ vue.defineComponent({
342
343
  __name: "BmsLink",
343
344
  props: {
344
345
  to: {},
@@ -388,7 +389,7 @@
388
389
  });
389
390
 
390
391
  const _hoisted_1$$ = ["type"];
391
- const _sfc_main$1s = /* @__PURE__ */ vue.defineComponent({
392
+ const _sfc_main$1t = /* @__PURE__ */ vue.defineComponent({
392
393
  __name: "UiButtonLink",
393
394
  props: {
394
395
  type: {},
@@ -413,7 +414,7 @@
413
414
  type: __props.type
414
415
  }, [
415
416
  vue.renderSlot(_ctx.$slots, "default")
416
- ], 10, _hoisted_1$$)) : (vue.openBlock(), vue.createBlock(_sfc_main$1t, {
417
+ ], 10, _hoisted_1$$)) : (vue.openBlock(), vue.createBlock(_sfc_main$1u, {
417
418
  key: 1,
418
419
  to: __props.to,
419
420
  target: __props.target,
@@ -431,7 +432,7 @@
431
432
  const _hoisted_1$_ = { class: "start" };
432
433
  const _hoisted_2$F = { class: "content" };
433
434
  const _hoisted_3$m = { class: "end" };
434
- const _sfc_main$1r = /* @__PURE__ */ vue.defineComponent({
435
+ const _sfc_main$1s = /* @__PURE__ */ vue.defineComponent({
435
436
  __name: "UiButton",
436
437
  props: {
437
438
  type: { default: "button" },
@@ -444,7 +445,7 @@
444
445
  setup(__props) {
445
446
  const props = __props;
446
447
  return (_ctx, _cache) => {
447
- return vue.openBlock(), vue.createBlock(_sfc_main$1s, vue.normalizeProps(vue.guardReactiveProps(props)), {
448
+ return vue.openBlock(), vue.createBlock(_sfc_main$1t, vue.normalizeProps(vue.guardReactiveProps(props)), {
448
449
  default: vue.withCtx(() => [
449
450
  vue.createElementVNode("span", _hoisted_1$_, [
450
451
  vue.renderSlot(_ctx.$slots, "start")
@@ -462,7 +463,7 @@
462
463
  }
463
464
  });
464
465
 
465
- const _sfc_main$1q = /* @__PURE__ */ vue.defineComponent({
466
+ const _sfc_main$1r = /* @__PURE__ */ vue.defineComponent({
466
467
  __name: "BmsButton",
467
468
  props: {
468
469
  type: { default: "primary" },
@@ -486,7 +487,7 @@
486
487
  }
487
488
  });
488
489
  return (_ctx, _cache) => {
489
- return vue.openBlock(), vue.createBlock(_sfc_main$1r, {
490
+ return vue.openBlock(), vue.createBlock(_sfc_main$1s, {
490
491
  mode: uiMode.value,
491
492
  color: __props.mode,
492
493
  to: __props.to,
@@ -508,7 +509,7 @@
508
509
  }
509
510
  });
510
511
 
511
- const _sfc_main$1p = /* @__PURE__ */ vue.defineComponent({
512
+ const _sfc_main$1q = /* @__PURE__ */ vue.defineComponent({
512
513
  __name: "BmsIconButton",
513
514
  props: {
514
515
  to: { default: null },
@@ -528,7 +529,7 @@
528
529
  direction: __props.tooltipDirection
529
530
  }, {
530
531
  default: vue.withCtx(() => [
531
- vue.createVNode(_sfc_main$1r, vue.mergeProps(_ctx.$attrs, {
532
+ vue.createVNode(_sfc_main$1s, vue.mergeProps(_ctx.$attrs, {
532
533
  icon: "",
533
534
  to: __props.to,
534
535
  target: __props.target,
@@ -548,7 +549,7 @@
548
549
  });
549
550
 
550
551
  const _hoisted_1$Z = ["disabled"];
551
- const _sfc_main$1o = /* @__PURE__ */ vue.defineComponent({
552
+ const _sfc_main$1p = /* @__PURE__ */ vue.defineComponent({
552
553
  __name: "BmsToggleIcon",
553
554
  props: {
554
555
  modelValue: { type: Boolean, default: false },
@@ -586,7 +587,7 @@
586
587
  return target;
587
588
  };
588
589
 
589
- const BmsToggleIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-76fd6513"]]);
590
+ const BmsToggleIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["__scopeId", "data-v-76fd6513"]]);
590
591
 
591
592
  /**
592
593
  * @license lucide-vue-next v0.562.0 - ISC
@@ -37955,7 +37956,7 @@
37955
37956
  const _hoisted_1$Y = { class: "info-line" };
37956
37957
  const _hoisted_2$E = { class: "icon" };
37957
37958
  const _hoisted_3$l = { class: "message" };
37958
- const _sfc_main$1n = /* @__PURE__ */ vue.defineComponent({
37959
+ const _sfc_main$1o = /* @__PURE__ */ vue.defineComponent({
37959
37960
  __name: "BmsAlert",
37960
37961
  props: {
37961
37962
  message: {},
@@ -37990,7 +37991,7 @@
37990
37991
  ], true)
37991
37992
  ]),
37992
37993
  vue.renderSlot(_ctx.$slots, "action", {}, void 0, true),
37993
- __props.dismissable ? (vue.openBlock(), vue.createBlock(_sfc_main$1p, {
37994
+ __props.dismissable ? (vue.openBlock(), vue.createBlock(_sfc_main$1q, {
37994
37995
  key: 0,
37995
37996
  onClick: _cache[0] || (_cache[0] = ($event) => emits("dismiss"))
37996
37997
  }, {
@@ -38006,13 +38007,13 @@
38006
38007
  }
38007
38008
  });
38008
38009
 
38009
- const BmsAlert = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["__scopeId", "data-v-26caccdd"]]);
38010
+ const BmsAlert = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-26caccdd"]]);
38010
38011
 
38011
38012
  const _hoisted_1$X = {
38012
38013
  key: 0,
38013
38014
  class: "ui-badge__container"
38014
38015
  };
38015
- const _sfc_main$1m = /* @__PURE__ */ vue.defineComponent({
38016
+ const _sfc_main$1n = /* @__PURE__ */ vue.defineComponent({
38016
38017
  __name: "BmsBadge",
38017
38018
  props: {
38018
38019
  pending: { default: 0 },
@@ -38038,14 +38039,14 @@
38038
38039
  }
38039
38040
  });
38040
38041
 
38041
- const BmsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["__scopeId", "data-v-8a6297ca"]]);
38042
+ const BmsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["__scopeId", "data-v-8a6297ca"]]);
38042
38043
 
38043
38044
  const _hoisted_1$W = {
38044
38045
  key: 0,
38045
38046
  class: "icon"
38046
38047
  };
38047
38048
  const _hoisted_2$D = ["innerHTML"];
38048
- const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
38049
+ const _sfc_main$1m = /* @__PURE__ */ vue.defineComponent({
38049
38050
  __name: "BmsCaption",
38050
38051
  props: {
38051
38052
  caption: {}
@@ -38088,7 +38089,7 @@
38088
38089
  }
38089
38090
  });
38090
38091
 
38091
- const BmsCaption = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["__scopeId", "data-v-b08dd4e0"]]);
38092
+ const BmsCaption = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["__scopeId", "data-v-b08dd4e0"]]);
38092
38093
 
38093
38094
  const _hoisted_1$V = { class: "circular-progress" };
38094
38095
  const _hoisted_2$C = {
@@ -38098,7 +38099,7 @@
38098
38099
  const _hoisted_3$k = { transform: "rotate(-90, 50, 50)" };
38099
38100
  const _hoisted_4$b = ["stroke-dashoffset"];
38100
38101
  const _hoisted_5$7 = { class: "percent" };
38101
- const _sfc_main$1k = /* @__PURE__ */ vue.defineComponent({
38102
+ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
38102
38103
  __name: "BmsCircularProgress",
38103
38104
  props: ["progress"],
38104
38105
  setup(__props) {
@@ -38133,10 +38134,10 @@
38133
38134
  }
38134
38135
  });
38135
38136
 
38136
- const BmsCircularProgress = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["__scopeId", "data-v-7869acfb"]]);
38137
+ const BmsCircularProgress = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["__scopeId", "data-v-7869acfb"]]);
38137
38138
 
38138
38139
  const SCREEN_MARGIN = 10;
38139
- const _sfc_main$1j = /* @__PURE__ */ vue.defineComponent({
38140
+ const _sfc_main$1k = /* @__PURE__ */ vue.defineComponent({
38140
38141
  __name: "BmsGhost",
38141
38142
  props: /* @__PURE__ */ vue.mergeModels({
38142
38143
  opacityWhenVisible: { default: 0.8 }
@@ -38196,13 +38197,13 @@
38196
38197
  }
38197
38198
  });
38198
38199
 
38199
- const BmsGhost = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["__scopeId", "data-v-205789ac"]]);
38200
+ const BmsGhost = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["__scopeId", "data-v-205789ac"]]);
38200
38201
 
38201
38202
  const _hoisted_1$U = { class: "bms-loader" };
38202
38203
  function transformIntoPx(totransform) {
38203
38204
  return typeof totransform === "string" ? totransform : `${totransform}px`;
38204
38205
  }
38205
- const _sfc_main$1i = /* @__PURE__ */ vue.defineComponent({
38206
+ const _sfc_main$1j = /* @__PURE__ */ vue.defineComponent({
38206
38207
  __name: "BmsLoader",
38207
38208
  props: {
38208
38209
  size: { default: "inherit" }
@@ -38223,7 +38224,7 @@
38223
38224
  }
38224
38225
  });
38225
38226
 
38226
- const BmsLoader = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-7cc96135"]]);
38227
+ const BmsLoader = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["__scopeId", "data-v-7cc96135"]]);
38227
38228
 
38228
38229
  function tryOnScopeDispose(fn) {
38229
38230
  if (vue.getCurrentScope()) {
@@ -39169,7 +39170,7 @@
39169
39170
  };
39170
39171
  };
39171
39172
 
39172
- const _sfc_main$1h = /* @__PURE__ */ vue.defineComponent({
39173
+ const _sfc_main$1i = /* @__PURE__ */ vue.defineComponent({
39173
39174
  __name: "UiTooltip",
39174
39175
  props: {
39175
39176
  visible: { type: Boolean, default: true },
@@ -39246,9 +39247,9 @@
39246
39247
  }
39247
39248
  });
39248
39249
 
39249
- const UiTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-6fa8f4d8"]]);
39250
+ const UiTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-6fa8f4d8"]]);
39250
39251
 
39251
- const _sfc_main$1g = /* @__PURE__ */ vue.defineComponent({
39252
+ const _sfc_main$1h = /* @__PURE__ */ vue.defineComponent({
39252
39253
  __name: "BmsTooltip",
39253
39254
  props: {
39254
39255
  tooltipText: { default: "" },
@@ -39333,14 +39334,14 @@
39333
39334
  }
39334
39335
  });
39335
39336
 
39336
- const BmsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["__scopeId", "data-v-5c0e03ac"]]);
39337
+ const BmsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-5c0e03ac"]]);
39337
39338
 
39338
39339
  const _hoisted_1$T = {
39339
39340
  class: "options-list",
39340
39341
  "data-testid": "select-options"
39341
39342
  };
39342
39343
  const _hoisted_2$B = ["data-testid", "onClick"];
39343
- const _sfc_main$1f = /* @__PURE__ */ vue.defineComponent({
39344
+ const _sfc_main$1g = /* @__PURE__ */ vue.defineComponent({
39344
39345
  __name: "FieldDatalist",
39345
39346
  props: {
39346
39347
  options: {},
@@ -39437,13 +39438,13 @@
39437
39438
  }
39438
39439
  });
39439
39440
 
39440
- const FieldDatalist = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-ba5302fc"]]);
39441
+ const FieldDatalist = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["__scopeId", "data-v-ba5302fc"]]);
39441
39442
 
39442
39443
  const _hoisted_1$S = { class: "field__input-label" };
39443
39444
  const _hoisted_2$A = { class: "field__input-icon field__input-icon--start" };
39444
- const _hoisted_3$j = ["type", "value", "placeholder", "required", "disabled", "max", "min", "minlength", "maxlength"];
39445
+ const _hoisted_3$j = ["type", "value", "placeholder", "required", "disabled", "max", "min", "step", "minlength", "maxlength"];
39445
39446
  const _hoisted_4$a = { class: "field__input-icon field__input-icon--end" };
39446
- const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({
39447
+ const _sfc_main$1f = /* @__PURE__ */ vue.defineComponent({
39447
39448
  __name: "RawInputText",
39448
39449
  props: {
39449
39450
  modelValue: {},
@@ -39453,6 +39454,7 @@
39453
39454
  max: {},
39454
39455
  minlength: {},
39455
39456
  maxlength: {},
39457
+ step: { default: 0 },
39456
39458
  type: { default: InputType.TEXT },
39457
39459
  label: {},
39458
39460
  loading: { type: Boolean },
@@ -39469,6 +39471,17 @@
39469
39471
  setup(__props, { expose: __expose, emit: __emit }) {
39470
39472
  const props = __props;
39471
39473
  const input = vue.ref(null);
39474
+ const computedStep = vue.computed(() => {
39475
+ if ([
39476
+ InputType.TIME,
39477
+ InputType.DATE,
39478
+ InputType.DATETIME,
39479
+ InputType.NUMBER
39480
+ ].includes(props.type)) {
39481
+ return props.step || 0;
39482
+ }
39483
+ return 0;
39484
+ });
39472
39485
  const $emits = __emit;
39473
39486
  const setFocus = () => {
39474
39487
  if (input.value) {
@@ -39510,6 +39523,7 @@
39510
39523
  disabled: __props.disabled,
39511
39524
  max: __props.max,
39512
39525
  min: __props.min,
39526
+ step: computedStep.value,
39513
39527
  minlength: __props.minlength,
39514
39528
  maxlength: __props.maxlength,
39515
39529
  onBlur: _cache[0] || (_cache[0] = ($event) => $emits("blur")),
@@ -39525,9 +39539,9 @@
39525
39539
  }
39526
39540
  });
39527
39541
 
39528
- const RawInputText = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-d5f058e1"]]);
39542
+ const RawInputText = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-47a0ec36"]]);
39529
39543
 
39530
- const _sfc_main$1d = /* @__PURE__ */ vue.defineComponent({
39544
+ const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({
39531
39545
  __name: "RawAutocomplete",
39532
39546
  props: /* @__PURE__ */ vue.mergeModels({
39533
39547
  options: {},
@@ -39710,11 +39724,11 @@
39710
39724
  }
39711
39725
  });
39712
39726
 
39713
- const RawAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-f0bd97df"]]);
39727
+ const RawAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-f0bd97df"]]);
39714
39728
 
39715
39729
  const _hoisted_1$R = ["innerHTML"];
39716
39730
  const _hoisted_2$z = ["innerHTML"];
39717
- const _sfc_main$1c = /* @__PURE__ */ vue.defineComponent({
39731
+ const _sfc_main$1d = /* @__PURE__ */ vue.defineComponent({
39718
39732
  __name: "BmsAutocomplete",
39719
39733
  props: /* @__PURE__ */ vue.mergeModels({
39720
39734
  options: {},
@@ -39805,11 +39819,11 @@
39805
39819
  }
39806
39820
  });
39807
39821
 
39808
- const BmsAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-43ad5137"]]);
39822
+ const BmsAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-43ad5137"]]);
39809
39823
 
39810
39824
  const _hoisted_1$Q = ["innerHTML"];
39811
39825
  const _hoisted_2$y = ["innerHTML"];
39812
- const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
39826
+ const _sfc_main$1c = /* @__PURE__ */ vue.defineComponent({
39813
39827
  __name: "BmsServerAutocomplete",
39814
39828
  props: /* @__PURE__ */ vue.mergeModels({
39815
39829
  url: {},
@@ -39941,9 +39955,9 @@
39941
39955
  }
39942
39956
  });
39943
39957
 
39944
- const BmsServerAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-d94effd6"]]);
39958
+ const BmsServerAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-d94effd6"]]);
39945
39959
 
39946
- const _sfc_main$1a = /* @__PURE__ */ vue.defineComponent({
39960
+ const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
39947
39961
  __name: "BmsBetweenInput",
39948
39962
  props: {
39949
39963
  inputType: { default: InputType.NUMBER },
@@ -40040,9 +40054,9 @@
40040
40054
  }
40041
40055
  });
40042
40056
 
40043
- const BmsBetweenInput = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__scopeId", "data-v-f25b520b"]]);
40057
+ const BmsBetweenInput = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-197c2374"]]);
40044
40058
 
40045
- const _sfc_main$19 = /* @__PURE__ */ vue.defineComponent({
40059
+ const _sfc_main$1a = /* @__PURE__ */ vue.defineComponent({
40046
40060
  __name: "BmsChip",
40047
40061
  props: {
40048
40062
  color: { default: ChipColor.Grey }
@@ -40065,13 +40079,13 @@
40065
40079
  }
40066
40080
  });
40067
40081
 
40068
- const BmsChip = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__scopeId", "data-v-72b945cc"]]);
40082
+ const BmsChip = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__scopeId", "data-v-72b945cc"]]);
40069
40083
 
40070
40084
  const _hoisted_1$P = { class: "file-upload" };
40071
40085
  const _hoisted_2$x = { class: "file-upload__label" };
40072
40086
  const _hoisted_3$i = { key: 1 };
40073
40087
  const _hoisted_4$9 = { class: "file-upload__file-name" };
40074
- const _sfc_main$18 = /* @__PURE__ */ vue.defineComponent({
40088
+ const _sfc_main$19 = /* @__PURE__ */ vue.defineComponent({
40075
40089
  __name: "BmsFilePicker",
40076
40090
  props: {
40077
40091
  dragOverMessage: { default: "Déposer votre image ici" },
@@ -40172,7 +40186,7 @@
40172
40186
  class: "file-upload__file"
40173
40187
  }, [
40174
40188
  vue.createElementVNode("span", _hoisted_4$9, vue.toDisplayString(file.name), 1),
40175
- vue.createVNode(vue.unref(_sfc_main$1p), {
40189
+ vue.createVNode(vue.unref(_sfc_main$1q), {
40176
40190
  onClick: ($event) => onDeleteFile(file)
40177
40191
  }, {
40178
40192
  default: vue.withCtx(() => [
@@ -40188,14 +40202,14 @@
40188
40202
  }
40189
40203
  });
40190
40204
 
40191
- const BmsFilePicker = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-4aaf4346"]]);
40205
+ const BmsFilePicker = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__scopeId", "data-v-4aaf4346"]]);
40192
40206
 
40193
40207
  const _hoisted_1$O = ["disabled", "name", "value"];
40194
40208
  const _hoisted_2$w = {
40195
40209
  key: 0,
40196
40210
  class: "input-checkbox-info"
40197
40211
  };
40198
- const _sfc_main$17 = /* @__PURE__ */ vue.defineComponent({
40212
+ const _sfc_main$18 = /* @__PURE__ */ vue.defineComponent({
40199
40213
  __name: "UiBmsInputCheckbox",
40200
40214
  props: {
40201
40215
  modelValue: { default: false },
@@ -40245,9 +40259,9 @@
40245
40259
  }
40246
40260
  });
40247
40261
 
40248
- const UiBmsInputCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-e1d94c62"]]);
40262
+ const UiBmsInputCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-e1d94c62"]]);
40249
40263
 
40250
- const _sfc_main$16 = /* @__PURE__ */ vue.defineComponent({
40264
+ const _sfc_main$17 = /* @__PURE__ */ vue.defineComponent({
40251
40265
  __name: "BmsInputBooleanCheckbox",
40252
40266
  props: {
40253
40267
  modelValue: {},
@@ -40368,7 +40382,7 @@
40368
40382
  return _v4(options, buf, offset);
40369
40383
  }
40370
40384
 
40371
- const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
40385
+ const _sfc_main$16 = /* @__PURE__ */ vue.defineComponent({
40372
40386
  __name: "BmsInputCheckboxGroup",
40373
40387
  props: {
40374
40388
  values: {},
@@ -40439,9 +40453,9 @@
40439
40453
  }
40440
40454
  });
40441
40455
 
40442
- const BmsInputCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-43978315"]]);
40456
+ const BmsInputCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-43978315"]]);
40443
40457
 
40444
- const _sfc_main$14 = /* @__PURE__ */ vue.defineComponent({
40458
+ const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
40445
40459
  __name: "BmsInputCheckboxCaption",
40446
40460
  props: {
40447
40461
  modelValue: {},
@@ -40517,9 +40531,9 @@
40517
40531
  }
40518
40532
  });
40519
40533
 
40520
- const BmsInputCheckboxCaption = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-6cb7c474"]]);
40534
+ const BmsInputCheckboxCaption = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-88b3d8ef"]]);
40521
40535
 
40522
- const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
40536
+ const _sfc_main$14 = /* @__PURE__ */ vue.defineComponent({
40523
40537
  __name: "BmsInputCheckboxCaptionGroup",
40524
40538
  props: {
40525
40539
  options: { default: () => [] },
@@ -40574,7 +40588,7 @@
40574
40588
  }
40575
40589
  });
40576
40590
 
40577
- const BmsInputCheckboxCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-4183cc04"]]);
40591
+ const BmsInputCheckboxCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-3768fc44"]]);
40578
40592
 
40579
40593
  /**
40580
40594
  The default maximum length of a `TreeBuffer` node.
@@ -69100,7 +69114,7 @@
69100
69114
  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;
69101
69115
 
69102
69116
  const _hoisted_1$N = { class: "code-mirror" };
69103
- const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
69117
+ const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
69104
69118
  __name: "BmsInputCode",
69105
69119
  props: /* @__PURE__ */ vue.mergeModels({
69106
69120
  type: {},
@@ -69153,9 +69167,9 @@
69153
69167
  }
69154
69168
  });
69155
69169
 
69156
- const BmsInputCode = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-0de8ac2e"]]);
69170
+ const BmsInputCode = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-0de8ac2e"]]);
69157
69171
 
69158
- const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
69172
+ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
69159
69173
  __name: "BmsInputText",
69160
69174
  props: {
69161
69175
  inputType: { default: InputType.TEXT },
@@ -69165,6 +69179,7 @@
69165
69179
  max: {},
69166
69180
  minlength: {},
69167
69181
  maxlength: {},
69182
+ step: {},
69168
69183
  label: { default: "" },
69169
69184
  loading: { type: Boolean },
69170
69185
  required: { type: Boolean, default: false },
@@ -69249,6 +69264,7 @@
69249
69264
  errors: computedErrors.value,
69250
69265
  hasDate: false,
69251
69266
  small: __props.small,
69267
+ step: __props.step,
69252
69268
  min: __props.min,
69253
69269
  max: __props.max,
69254
69270
  minlength: __props.minlength,
@@ -69263,7 +69279,7 @@
69263
69279
  vue.renderSlot(_ctx.$slots, "icon-end")
69264
69280
  ]),
69265
69281
  _: 3
69266
- }, 8, ["type", "modelValue", "required", "placeholder", "disabled", "errors", "small", "min", "max", "minlength", "maxlength"])
69282
+ }, 8, ["type", "modelValue", "required", "placeholder", "disabled", "errors", "small", "step", "min", "max", "minlength", "maxlength"])
69267
69283
  ]),
69268
69284
  _: 3
69269
69285
  }, 16, ["captions", "errors"]);
@@ -69271,7 +69287,7 @@
69271
69287
  }
69272
69288
  });
69273
69289
 
69274
- const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
69290
+ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
69275
69291
  __name: "BmsInputDateTime",
69276
69292
  props: {
69277
69293
  modelValue: {},
@@ -69283,7 +69299,8 @@
69283
69299
  placeholder: {},
69284
69300
  captions: {},
69285
69301
  errors: {},
69286
- hasTime: { type: Boolean, default: true }
69302
+ hasTime: { type: Boolean, default: true },
69303
+ step: { default: 0 }
69287
69304
  },
69288
69305
  emits: ["update:modelValue"],
69289
69306
  setup(__props, { emit: __emit }) {
@@ -69297,7 +69314,7 @@
69297
69314
  if (!props.disabled && value) $emits("update:modelValue", value);
69298
69315
  };
69299
69316
  return (_ctx, _cache) => {
69300
- return vue.openBlock(), vue.createBlock(_sfc_main$11, {
69317
+ return vue.openBlock(), vue.createBlock(_sfc_main$12, {
69301
69318
  modelValue: __props.modelValue,
69302
69319
  label: __props.label,
69303
69320
  required: __props.required,
@@ -69308,8 +69325,9 @@
69308
69325
  captions: __props.captions,
69309
69326
  errors: __props.errors,
69310
69327
  inputType: inputType.value,
69328
+ step: __props.step,
69311
69329
  onInput
69312
- }, null, 8, ["modelValue", "label", "required", "optional", "disabled", "helperText", "placeholder", "captions", "errors", "inputType"]);
69330
+ }, null, 8, ["modelValue", "label", "required", "optional", "disabled", "helperText", "placeholder", "captions", "errors", "inputType", "step"]);
69313
69331
  };
69314
69332
  }
69315
69333
  });
@@ -69320,7 +69338,7 @@
69320
69338
  key: 1,
69321
69339
  class: "file-upload__file-name"
69322
69340
  };
69323
- const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
69341
+ const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
69324
69342
  __name: "BmsInputFile",
69325
69343
  props: {
69326
69344
  modelValue: {},
@@ -69476,7 +69494,7 @@
69476
69494
  src: getImageSrc(file),
69477
69495
  class: "file-upload__file-img"
69478
69496
  }, null, 8, _hoisted_2$v)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$h, vue.toDisplayString(file.name), 1)),
69479
- vue.createVNode(_sfc_main$1p, {
69497
+ vue.createVNode(_sfc_main$1q, {
69480
69498
  mode: vue.unref(StatusType).Danger,
69481
69499
  onClick: vue.withModifiers(($event) => onDeleteFile(file), ["prevent"]),
69482
69500
  class: "close-button"
@@ -69496,9 +69514,9 @@
69496
69514
  }
69497
69515
  });
69498
69516
 
69499
- const BmsInputFile = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-07e6912d"]]);
69517
+ const BmsInputFile = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-07e6912d"]]);
69500
69518
 
69501
- const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
69519
+ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
69502
69520
  __name: "BmsInputNumber",
69503
69521
  props: {
69504
69522
  modelValue: {},
@@ -69510,6 +69528,7 @@
69510
69528
  placeholder: {},
69511
69529
  captions: {},
69512
69530
  errors: {},
69531
+ step: { default: 0 },
69513
69532
  max: {},
69514
69533
  min: {}
69515
69534
  },
@@ -69559,7 +69578,7 @@
69559
69578
  () => checkLimit()
69560
69579
  );
69561
69580
  return (_ctx, _cache) => {
69562
- return vue.openBlock(), vue.createBlock(_sfc_main$11, {
69581
+ return vue.openBlock(), vue.createBlock(_sfc_main$12, {
69563
69582
  modelValue: __props.modelValue,
69564
69583
  label: __props.label,
69565
69584
  required: __props.required,
@@ -69572,8 +69591,9 @@
69572
69591
  inputType: vue.unref(InputType).NUMBER,
69573
69592
  min: __props.min,
69574
69593
  max: __props.max,
69594
+ step: __props.step,
69575
69595
  onInput
69576
- }, null, 8, ["modelValue", "label", "required", "optional", "disabled", "helperText", "placeholder", "captions", "errors", "inputType", "min", "max"]);
69596
+ }, null, 8, ["modelValue", "label", "required", "optional", "disabled", "helperText", "placeholder", "captions", "errors", "inputType", "min", "max", "step"]);
69577
69597
  };
69578
69598
  }
69579
69599
  });
@@ -69583,7 +69603,7 @@
69583
69603
  key: 0,
69584
69604
  class: "input-radio-info"
69585
69605
  };
69586
- const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
69606
+ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
69587
69607
  __name: "BmsInputRadio",
69588
69608
  props: {
69589
69609
  modelValue: {},
@@ -69634,9 +69654,9 @@
69634
69654
  }
69635
69655
  });
69636
69656
 
69637
- const BmsInputRadio = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-c0c9efa3"]]);
69657
+ const BmsInputRadio = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-c0c9efa3"]]);
69638
69658
 
69639
- const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
69659
+ const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
69640
69660
  __name: "BmsInputRadioGroup",
69641
69661
  props: {
69642
69662
  values: { default: () => [] },
@@ -69707,9 +69727,9 @@
69707
69727
  }
69708
69728
  });
69709
69729
 
69710
- const BmsInputRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-186163e2"]]);
69730
+ const BmsInputRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-186163e2"]]);
69711
69731
 
69712
- const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
69732
+ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
69713
69733
  __name: "BmsInputRadioCaption",
69714
69734
  props: {
69715
69735
  modelValue: {},
@@ -69771,9 +69791,9 @@
69771
69791
  }
69772
69792
  });
69773
69793
 
69774
- const BmsInputRadioCaption = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-c3ba4fee"]]);
69794
+ const BmsInputRadioCaption = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-59486e84"]]);
69775
69795
 
69776
- const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
69796
+ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
69777
69797
  __name: "BmsInputRadioCaptionGroup",
69778
69798
  props: {
69779
69799
  options: { default: () => [] },
@@ -69833,10 +69853,10 @@
69833
69853
  }
69834
69854
  });
69835
69855
 
69836
- const BmsInputRadioCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-a4287904"]]);
69856
+ const BmsInputRadioCaptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-a4287904"]]);
69837
69857
 
69838
69858
  const _hoisted_1$K = ["disabled", "name"];
69839
- const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
69859
+ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
69840
69860
  __name: "UiBmsSwitch",
69841
69861
  props: {
69842
69862
  disabled: { type: Boolean, default: false },
@@ -69873,11 +69893,11 @@
69873
69893
  }
69874
69894
  });
69875
69895
 
69876
- const UiBmsSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-6de1a5c6"]]);
69896
+ const UiBmsSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-6de1a5c6"]]);
69877
69897
 
69878
69898
  const _hoisted_1$J = ["title"];
69879
69899
  const _hoisted_2$t = { class: "input-switch-info" };
69880
- const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
69900
+ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
69881
69901
  __name: "BmsInputToggle",
69882
69902
  props: {
69883
69903
  name: {},
@@ -69922,13 +69942,13 @@
69922
69942
  }
69923
69943
  });
69924
69944
 
69925
- const BmsInputToggle = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-5f354760"]]);
69945
+ const BmsInputToggle = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-5f354760"]]);
69926
69946
 
69927
69947
  const _hoisted_1$I = {
69928
69948
  key: 0,
69929
69949
  class: "dismiss-button"
69930
69950
  };
69931
- const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
69951
+ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
69932
69952
  __name: "BmsTag",
69933
69953
  props: {
69934
69954
  active: { type: Boolean, default: false },
@@ -69946,7 +69966,7 @@
69946
69966
  }, [
69947
69967
  vue.renderSlot(_ctx.$slots, "default", {}, void 0, true),
69948
69968
  __props.canBeDismissed ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$I, [
69949
- vue.createVNode(vue.unref(_sfc_main$1p), {
69969
+ vue.createVNode(vue.unref(_sfc_main$1q), {
69950
69970
  onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => emits("dismiss"), ["stop"]))
69951
69971
  }, {
69952
69972
  default: vue.withCtx(() => [
@@ -69962,9 +69982,9 @@
69962
69982
  }
69963
69983
  });
69964
69984
 
69965
- const BmsTag = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-35d99c82"]]);
69985
+ const BmsTag = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-66a1abd4"]]);
69966
69986
 
69967
- const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
69987
+ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
69968
69988
  __name: "RawSelect",
69969
69989
  props: {
69970
69990
  options: {},
@@ -70022,12 +70042,12 @@
70022
70042
  }
70023
70043
  });
70024
70044
 
70025
- const RawSelect = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-6231389d"]]);
70045
+ const RawSelect = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-6231389d"]]);
70026
70046
 
70027
70047
  const _hoisted_1$H = { class: "tags" };
70028
70048
  const _hoisted_2$s = ["disabled"];
70029
70049
  const _hoisted_3$g = { class: "icon-container" };
70030
- const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
70050
+ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
70031
70051
  __name: "BmsMultiSelect",
70032
70052
  props: /* @__PURE__ */ vue.mergeModels({
70033
70053
  options: {},
@@ -70188,9 +70208,9 @@
70188
70208
  }
70189
70209
  });
70190
70210
 
70191
- const BmsMultiSelect = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-15204441"]]);
70211
+ const BmsMultiSelect = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-873ece7e"]]);
70192
70212
 
70193
- const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
70213
+ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
70194
70214
  __name: "BmsSearch",
70195
70215
  props: {
70196
70216
  modelValue: {},
@@ -70220,7 +70240,7 @@
70220
70240
  setFocus
70221
70241
  });
70222
70242
  return (_ctx, _cache) => {
70223
- return vue.openBlock(), vue.createBlock(_sfc_main$11, {
70243
+ return vue.openBlock(), vue.createBlock(_sfc_main$12, {
70224
70244
  ref_key: "input",
70225
70245
  ref: input,
70226
70246
  modelValue: search.value,
@@ -70249,7 +70269,7 @@
70249
70269
  }
70250
70270
  });
70251
70271
 
70252
- const BmsSearch = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-66c267f2"]]);
70272
+ const BmsSearch = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-82b0bcd1"]]);
70253
70273
 
70254
70274
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
70255
70275
 
@@ -87471,7 +87491,7 @@
87471
87491
 
87472
87492
  const _hoisted_1$G = ["value", "placeholder", "required", "disabled"];
87473
87493
  const _hoisted_2$r = { class: "icon-toggle-container" };
87474
- const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
87494
+ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
87475
87495
  __name: "BmsSelect",
87476
87496
  props: /* @__PURE__ */ vue.mergeModels({
87477
87497
  options: {},
@@ -87576,10 +87596,10 @@
87576
87596
  }
87577
87597
  });
87578
87598
 
87579
- const BmsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-52e9172c"]]);
87599
+ const BmsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-52e9172c"]]);
87580
87600
 
87581
87601
  const _hoisted_1$F = ["value", "required", "placeholder", "disabled"];
87582
- const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
87602
+ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
87583
87603
  __name: "BmsTextArea",
87584
87604
  props: {
87585
87605
  modelValue: {},
@@ -87644,7 +87664,56 @@
87644
87664
  }
87645
87665
  });
87646
87666
 
87647
- const BmsTextArea = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-94de6dd9"]]);
87667
+ const BmsTextArea = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-94de6dd9"]]);
87668
+
87669
+ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
87670
+ __name: "BmsInputTime",
87671
+ props: {
87672
+ modelValue: {},
87673
+ label: { default: "" },
87674
+ required: { type: Boolean, default: false },
87675
+ optional: { type: Boolean },
87676
+ disabled: { type: Boolean, default: false },
87677
+ helperText: {},
87678
+ placeholder: {},
87679
+ captions: {},
87680
+ errors: {},
87681
+ step: { default: 0 },
87682
+ hasSeconds: { type: Boolean, default: false }
87683
+ },
87684
+ emits: ["update:modelValue"],
87685
+ setup(__props, { emit: __emit }) {
87686
+ const props = __props;
87687
+ const computedStep = vue.computed(() => {
87688
+ if (props.hasSeconds && !props.step) {
87689
+ return 1;
87690
+ } else {
87691
+ return props.step;
87692
+ }
87693
+ });
87694
+ const $emits = __emit;
87695
+ const onInput = (e) => {
87696
+ const value = (e?.target).value;
87697
+ if (!props.disabled && value) $emits("update:modelValue", value);
87698
+ };
87699
+ return (_ctx, _cache) => {
87700
+ return vue.openBlock(), vue.createBlock(_sfc_main$12, {
87701
+ modelValue: __props.modelValue,
87702
+ label: __props.label,
87703
+ required: __props.required,
87704
+ optional: __props.optional,
87705
+ disabled: __props.disabled,
87706
+ helperText: __props.helperText,
87707
+ placeholder: __props.placeholder,
87708
+ captions: __props.captions,
87709
+ errors: __props.errors,
87710
+ inputType: vue.unref(InputType).TIME,
87711
+ step: computedStep.value,
87712
+ onInput
87713
+ }, null, 8, ["modelValue", "label", "required", "optional", "disabled", "helperText", "placeholder", "captions", "errors", "inputType", "step"]);
87714
+ };
87715
+ }
87716
+ });
87648
87717
 
87649
87718
  const _hoisted_1$E = { class: "page__breadcrumb" };
87650
87719
  const _hoisted_2$q = { class: "page__header" };
@@ -87722,7 +87791,7 @@
87722
87791
  class: vue.normalizeClass(["card__body", { animated: __props.animated, hasAction: !!_ctx.$slots.action }])
87723
87792
  }, [
87724
87793
  vue.createElementVNode("div", _hoisted_1$D, [
87725
- __props.to ? (vue.openBlock(), vue.createBlock(_sfc_main$1t, {
87794
+ __props.to ? (vue.openBlock(), vue.createBlock(_sfc_main$1u, {
87726
87795
  key: 0,
87727
87796
  class: "card__body__content__link",
87728
87797
  to: __props.to
@@ -87954,7 +88023,7 @@
87954
88023
  }, [
87955
88024
  vue.createElementVNode("h3", _hoisted_1$C, vue.toDisplayString(__props.title), 1),
87956
88025
  vue.createElementVNode("div", _hoisted_2$o, [
87957
- __props.expandable ? (vue.openBlock(), vue.createBlock(_sfc_main$1p, {
88026
+ __props.expandable ? (vue.openBlock(), vue.createBlock(_sfc_main$1q, {
87958
88027
  key: 0,
87959
88028
  class: vue.normalizeClass(["floating-window__expand-btn", { "floating-window__expand-btn--expanded": isExpanded.value }]),
87960
88029
  "tooltip-text": isExpanded.value ? "Réduire la fenêtre" : "Maximiser la fenêtre",
@@ -87965,7 +88034,7 @@
87965
88034
  ]),
87966
88035
  _: 1
87967
88036
  }, 8, ["class", "tooltip-text"])) : vue.createCommentVNode("", true),
87968
- vue.createVNode(_sfc_main$1p, {
88037
+ vue.createVNode(_sfc_main$1q, {
87969
88038
  onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => open.value = false, ["prevent", "stop"]))
87970
88039
  }, {
87971
88040
  default: vue.withCtx(() => [
@@ -90961,7 +91030,7 @@
90961
91030
  key: 0,
90962
91031
  class: vue.normalizeClass(["bms-short-link-menu", { "bms-short-link-menu__outline": __props.outline }])
90963
91032
  }, [
90964
- !!__props.helpLink ? (vue.openBlock(), vue.createBlock(_sfc_main$1p, {
91033
+ !!__props.helpLink ? (vue.openBlock(), vue.createBlock(_sfc_main$1q, {
90965
91034
  key: 0,
90966
91035
  "tooltip-text": "Voir la documentation",
90967
91036
  to: __props.helpLink,
@@ -90974,7 +91043,7 @@
90974
91043
  ]),
90975
91044
  _: 3
90976
91045
  }, 8, ["to"])) : vue.createCommentVNode("", true),
90977
- !!__props.activityLink ? (vue.openBlock(), vue.createBlock(_sfc_main$1p, {
91046
+ !!__props.activityLink ? (vue.openBlock(), vue.createBlock(_sfc_main$1q, {
90978
91047
  key: 1,
90979
91048
  "tooltip-text": "Voir l'activité",
90980
91049
  to: __props.activityLink,
@@ -91226,7 +91295,7 @@
91226
91295
  ])
91227
91296
  ], true)
91228
91297
  ]),
91229
- vue.createVNode(_sfc_main$1p, {
91298
+ vue.createVNode(_sfc_main$1q, {
91230
91299
  disabled: !isModalClosable.value,
91231
91300
  onClick: dismissModal,
91232
91301
  "data-testid": "close-modal"
@@ -91252,7 +91321,7 @@
91252
91321
  modalData: props.modelValue
91253
91322
  }, () => [
91254
91323
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(buttons.value, (button) => {
91255
- return vue.openBlock(), vue.createBlock(_sfc_main$1q, {
91324
+ return vue.openBlock(), vue.createBlock(_sfc_main$1r, {
91256
91325
  key: button.label + button.role,
91257
91326
  type: button.role === "cancel" ? "secondary" : "primary",
91258
91327
  disabled: !isModalClosable.value || button.disabled,
@@ -91528,7 +91597,7 @@
91528
91597
  vue.renderSlot(_ctx.$slots, "default", {}, void 0, true),
91529
91598
  vue.renderSlot(_ctx.$slots, "actions", {}, () => [
91530
91599
  vue.createElementVNode("div", _hoisted_2$j, [
91531
- __props.previousLabel ? (vue.openBlock(), vue.createBlock(_sfc_main$1q, {
91600
+ __props.previousLabel ? (vue.openBlock(), vue.createBlock(_sfc_main$1r, {
91532
91601
  key: 0,
91533
91602
  "data-test": "previous-button",
91534
91603
  name: "previous",
@@ -91540,7 +91609,7 @@
91540
91609
  ]),
91541
91610
  _: 1
91542
91611
  })) : vue.createCommentVNode("", true),
91543
- __props.nextLabel ? (vue.openBlock(), vue.createBlock(_sfc_main$1q, {
91612
+ __props.nextLabel ? (vue.openBlock(), vue.createBlock(_sfc_main$1r, {
91544
91613
  key: 1,
91545
91614
  "data-test": "next-button",
91546
91615
  class: "",
@@ -91835,7 +91904,7 @@
91835
91904
  return classes2;
91836
91905
  });
91837
91906
  return (_ctx, _cache) => {
91838
- return vue.openBlock(), vue.createBlock(_sfc_main$1t, {
91907
+ return vue.openBlock(), vue.createBlock(_sfc_main$1u, {
91839
91908
  to: __props.item.link,
91840
91909
  target: __props.target,
91841
91910
  classes: classes.value
@@ -91929,7 +91998,7 @@
91929
91998
  key: item.label
91930
91999
  }, [
91931
92000
  hasSubItems(item) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$p, [
91932
- item.link ? (vue.openBlock(), vue.createBlock(_sfc_main$1t, {
92001
+ item.link ? (vue.openBlock(), vue.createBlock(_sfc_main$1u, {
91933
92002
  key: 0,
91934
92003
  to: item.link,
91935
92004
  class: vue.normalizeClass(`parent-item ${isItemActive(item) ? "active" : ""}`)
@@ -92057,7 +92126,7 @@
92057
92126
  const toggleMenu = (newMenuState = true) => isMenuOpen.value = newMenuState;
92058
92127
  return (_ctx, _cache) => {
92059
92128
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$n, [
92060
- vue.createVNode(vue.unref(_sfc_main$1p), {
92129
+ vue.createVNode(vue.unref(_sfc_main$1q), {
92061
92130
  onClick: _cache[0] || (_cache[0] = ($event) => toggleMenu(!isMenuOpen.value)),
92062
92131
  "data-testid": "openMenu",
92063
92132
  "aria-label": "Ouvrir le menu"
@@ -92081,7 +92150,7 @@
92081
92150
  ref: menu,
92082
92151
  class: vue.normalizeClass(["menu__container", { "is-show": isMenuOpen.value }])
92083
92152
  }, [
92084
- vue.createVNode(vue.unref(_sfc_main$1p), {
92153
+ vue.createVNode(vue.unref(_sfc_main$1q), {
92085
92154
  class: "menu__close",
92086
92155
  onClick: _cache[1] || (_cache[1] = ($event) => toggleMenu(false)),
92087
92156
  "data-testid": "closeMenu",
@@ -92415,7 +92484,7 @@
92415
92484
  vue.createTextVNode(" " + vue.toDisplayString(__props.tenant.label), 1),
92416
92485
  vue.createElementVNode("em", null, "- " + vue.toDisplayString(__props.tenant.information), 1)
92417
92486
  ], 8, _hoisted_1$k),
92418
- __props.tenant.isFavorite ? (vue.openBlock(), vue.createBlock(_sfc_main$1p, {
92487
+ __props.tenant.isFavorite ? (vue.openBlock(), vue.createBlock(_sfc_main$1q, {
92419
92488
  key: 0,
92420
92489
  class: "remove-tenant-button",
92421
92490
  onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => emits("removeFavorite"), ["stop"]))
@@ -92495,7 +92564,7 @@
92495
92564
  }, {
92496
92565
  default: vue.withCtx(() => [
92497
92566
  vue.createElementVNode("div", _hoisted_1$j, [
92498
- vue.createVNode(vue.unref(_sfc_main$11), {
92567
+ vue.createVNode(vue.unref(_sfc_main$12), {
92499
92568
  ref_key: "searchRef",
92500
92569
  ref: searchRef,
92501
92570
  modelValue: search.value,
@@ -92611,7 +92680,7 @@
92611
92680
  __props.currentTenant && __props.tenants.length === 1 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$i, [
92612
92681
  vue.createVNode(_sfc_main$n, { tenant: __props.currentTenant }, null, 8, ["tenant"]),
92613
92682
  vue.createElementVNode("span", null, vue.toDisplayString(__props.currentTenant.label), 1)
92614
- ])) : __props.tenants.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$1q), {
92683
+ ])) : __props.tenants.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$1r), {
92615
92684
  key: 1,
92616
92685
  type: "tertiary",
92617
92686
  onClick: _cache[0] || (_cache[0] = ($event) => showTenantSwitcher.value = !showTenantSwitcher.value)
@@ -92754,7 +92823,7 @@
92754
92823
  onMouseup: _cache[1] || (_cache[1] = () => gripped.value = false)
92755
92824
  }),
92756
92825
  vue.renderSlot(_ctx.$slots, "default", { row: item }, void 0, true),
92757
- vue.createVNode(vue.unref(_sfc_main$1p), {
92826
+ vue.createVNode(vue.unref(_sfc_main$1q), {
92758
92827
  mode: vue.unref(StatusType).Danger,
92759
92828
  onClick: ($event) => onRemove(item)
92760
92829
  }, {
@@ -92904,7 +92973,7 @@
92904
92973
  ], true)
92905
92974
  ]),
92906
92975
  vue.createElementVNode("div", _hoisted_3$6, [
92907
- vue.createVNode(_sfc_main$1p, {
92976
+ vue.createVNode(_sfc_main$1q, {
92908
92977
  color: "neutral",
92909
92978
  onClick: goToFirst,
92910
92979
  disabled: __props.currentPage === 0
@@ -92914,7 +92983,7 @@
92914
92983
  ]),
92915
92984
  _: 1
92916
92985
  }, 8, ["disabled"]),
92917
- vue.createVNode(_sfc_main$1p, {
92986
+ vue.createVNode(_sfc_main$1q, {
92918
92987
  onClick: goToPrevious,
92919
92988
  disabled: __props.currentPage === 0
92920
92989
  }, {
@@ -92923,7 +92992,7 @@
92923
92992
  ]),
92924
92993
  _: 1
92925
92994
  }, 8, ["disabled"]),
92926
- vue.createVNode(_sfc_main$1p, {
92995
+ vue.createVNode(_sfc_main$1q, {
92927
92996
  onClick: goToNext,
92928
92997
  disabled: __props.currentPage === __props.pages - 1 || __props.pages === 0
92929
92998
  }, {
@@ -92932,7 +93001,7 @@
92932
93001
  ]),
92933
93002
  _: 1
92934
93003
  }, 8, ["disabled"]),
92935
- vue.createVNode(_sfc_main$1p, {
93004
+ vue.createVNode(_sfc_main$1q, {
92936
93005
  onClick: goToLast,
92937
93006
  disabled: __props.currentPage === __props.pages - 1 || __props.pages === 0 || __props.total === Infinity
92938
93007
  }, {
@@ -97137,7 +97206,7 @@
97137
97206
  );
97138
97207
  return (_ctx, _cache) => {
97139
97208
  return vue.openBlock(), vue.createElementBlock("span", _hoisted_1$a, [
97140
- vue.createVNode(_sfc_main$1r, {
97209
+ vue.createVNode(_sfc_main$1s, {
97141
97210
  class: "filter-button",
97142
97211
  color: __props.isFilterVisible ? vue.unref(StatusType).Default : vue.unref(StatusType).Information,
97143
97212
  mode: __props.isFilterVisible ? "fill" : "ghost",
@@ -99293,9 +99362,9 @@
99293
99362
  case "boolean":
99294
99363
  return BmsSelect;
99295
99364
  case "input":
99296
- return _sfc_main$11;
99365
+ return _sfc_main$12;
99297
99366
  case "inputDate":
99298
- return _sfc_main$10;
99367
+ return _sfc_main$11;
99299
99368
  case "autocomplete":
99300
99369
  return BmsAutocomplete;
99301
99370
  case "autocompleteServer":
@@ -99384,7 +99453,7 @@
99384
99453
  _cache[2] || (_cache[2] = vue.createTextVNode(" Recherche avancée ", -1))
99385
99454
  ]),
99386
99455
  vue.createElementVNode("span", _hoisted_3$3, [
99387
- __props.canSaveFilters ? (vue.openBlock(), vue.createBlock(_sfc_main$1p, {
99456
+ __props.canSaveFilters ? (vue.openBlock(), vue.createBlock(_sfc_main$1q, {
99388
99457
  key: 0,
99389
99458
  class: "save",
99390
99459
  tooltipText: "Sauvegarder le filtre",
@@ -99395,7 +99464,7 @@
99395
99464
  ]),
99396
99465
  _: 1
99397
99466
  })) : vue.createCommentVNode("", true),
99398
- vue.createVNode(_sfc_main$1p, {
99467
+ vue.createVNode(_sfc_main$1q, {
99399
99468
  class: "reset",
99400
99469
  tooltipText: "Vider les champs",
99401
99470
  onClick: reset
@@ -99447,7 +99516,7 @@
99447
99516
  }, {
99448
99517
  default: vue.withCtx(() => [
99449
99518
  _cache[3] || (_cache[3] = vue.createElementVNode("div", null, " Vous pouvez sauvegarder votre recherche pour la retrouver plus facilement. ", -1)),
99450
- vue.createVNode(vue.unref(_sfc_main$11), {
99519
+ vue.createVNode(vue.unref(_sfc_main$12), {
99451
99520
  ref_key: "nameInput",
99452
99521
  ref: nameInput,
99453
99522
  label: "Nom de la sauvegarde",
@@ -104061,7 +104130,7 @@
104061
104130
  class: "bms-notification__icon"
104062
104131
  })),
104063
104132
  vue.createElementVNode("div", _hoisted_2$4, vue.toDisplayString(__props.notification.text), 1),
104064
- vue.createVNode(_sfc_main$1p, {
104133
+ vue.createVNode(_sfc_main$1q, {
104065
104134
  class: "bms-notification__close-button",
104066
104135
  onClick: closeNotification
104067
104136
  }, {
@@ -104302,7 +104371,7 @@
104302
104371
  vue.createElementVNode("div", null, [
104303
104372
  vue.createElementVNode("div", _hoisted_5$1, [
104304
104373
  vue.createElementVNode("span", _hoisted_6$1, vue.toDisplayString(__props.problem.detail), 1),
104305
- vue.createVNode(vue.unref(_sfc_main$1p), {
104374
+ vue.createVNode(vue.unref(_sfc_main$1q), {
104306
104375
  class: "copyToClipboardButton",
104307
104376
  onClick: _cache[1] || (_cache[1] = ($event) => onCopyToClipboard(__props.problem.detail))
104308
104377
  }, {
@@ -104337,7 +104406,7 @@
104337
104406
  vue.createElementVNode("div", null, [
104338
104407
  vue.createElementVNode("div", _hoisted_8$1, [
104339
104408
  vue.createElementVNode("span", _hoisted_9, vue.toDisplayString(__props.problem.correlationId), 1),
104340
- vue.createVNode(vue.unref(_sfc_main$1p), {
104409
+ vue.createVNode(vue.unref(_sfc_main$1q), {
104341
104410
  class: "copyToClipboardButton",
104342
104411
  onClick: _cache[3] || (_cache[3] = ($event) => onCopyToClipboard(__props.problem.detail))
104343
104412
  }, {
@@ -104547,7 +104616,7 @@
104547
104616
  );
104548
104617
  return (_ctx, _cache) => {
104549
104618
  return isFeatureFlippingOn.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$2, [
104550
- vue.createVNode(_sfc_main$1q, {
104619
+ vue.createVNode(_sfc_main$1r, {
104551
104620
  onClick: _cache[0] || (_cache[0] = ($event) => emit("click")),
104552
104621
  mode: vue.unref(StatusType).Danger
104553
104622
  }, {
@@ -106844,8 +106913,8 @@
106844
106913
 
106845
106914
  const createBmsUi = () => ({
106846
106915
  install: (app) => {
106847
- app.component("BmsButton", _sfc_main$1q);
106848
- app.component("BmsIconButton", _sfc_main$1p);
106916
+ app.component("BmsButton", _sfc_main$1r);
106917
+ app.component("BmsIconButton", _sfc_main$1q);
106849
106918
  app.component("BmsToggleIcon", BmsToggleIcon);
106850
106919
  app.component("BmsAlert", BmsAlert);
106851
106920
  app.component("BmsBadge", BmsBadge);
@@ -106859,25 +106928,26 @@
106859
106928
  app.component("BmsBetweenInput", BmsBetweenInput);
106860
106929
  app.component("BmsChip", BmsChip);
106861
106930
  app.component("BmsFilePicker", BmsFilePicker);
106862
- app.component("BmsInputBooleanCheckbox", _sfc_main$16);
106931
+ app.component("BmsInputBooleanCheckbox", _sfc_main$17);
106863
106932
  app.component("BmsInputCheckboxGroup", BmsInputCheckboxGroup);
106864
106933
  app.component("BmsInputCheckboxCaption", BmsInputCheckboxCaption);
106865
106934
  app.component("BmsInputCheckboxCaptionGroup", BmsInputCheckboxCaptionGroup);
106866
106935
  app.component("BmsInputCode", BmsInputCode);
106867
- app.component("BmsInputDateTime", _sfc_main$10);
106936
+ app.component("BmsInputDateTime", _sfc_main$11);
106868
106937
  app.component("BmsInputFile", BmsInputFile);
106869
- app.component("BmsInputNumber", _sfc_main$_);
106938
+ app.component("BmsInputNumber", _sfc_main$$);
106870
106939
  app.component("BmsInputRadio", BmsInputRadio);
106871
106940
  app.component("BmsInputRadioGroup", BmsInputRadioGroup);
106872
106941
  app.component("BmsInputRadioCaption", BmsInputRadioCaption);
106873
106942
  app.component("BmsInputRadioCaptionGroup", BmsInputRadioCaptionGroup);
106874
- app.component("BmsInputText", _sfc_main$11);
106943
+ app.component("BmsInputText", _sfc_main$12);
106875
106944
  app.component("BmsInputToggle", BmsInputToggle);
106876
106945
  app.component("BmsMultiSelect", BmsMultiSelect);
106877
106946
  app.component("BmsSearch", BmsSearch);
106878
106947
  app.component("BmsSelect", BmsSelect);
106879
106948
  app.component("BmsTag", BmsTag);
106880
106949
  app.component("BmsTextArea", BmsTextArea);
106950
+ app.component("BmsInputTime", _sfc_main$O);
106881
106951
  app.component("BmsContentPageLayout", BmsContentPageLayout);
106882
106952
  app.component("BmsCard", BmsCard);
106883
106953
  app.component("BmsFloatingWindow", BmsFloatingWindow);
@@ -106893,7 +106963,7 @@
106893
106963
  app.component("BmsBackButton", BmsBackButton);
106894
106964
  app.component("BmsBreadcrumb", BmsBreadcrumb);
106895
106965
  app.component("BmsFixedMenu", BmsFixedMenu);
106896
- app.component("BmsLink", _sfc_main$1t);
106966
+ app.component("BmsLink", _sfc_main$1u);
106897
106967
  app.component("BmsMenu", BmsMenu);
106898
106968
  app.component("BmsMenuNav", BmsMenuNav);
106899
106969
  app.component("BmsShortLinkMenu", BmsShortLinkMenu);
@@ -106917,7 +106987,7 @@
106917
106987
  exports.BmsBadge = BmsBadge;
106918
106988
  exports.BmsBetweenInput = BmsBetweenInput;
106919
106989
  exports.BmsBreadcrumb = BmsBreadcrumb;
106920
- exports.BmsButton = _sfc_main$1q;
106990
+ exports.BmsButton = _sfc_main$1r;
106921
106991
  exports.BmsCaption = BmsCaption;
106922
106992
  exports.BmsCard = BmsCard;
106923
106993
  exports.BmsChip = BmsChip;
@@ -106933,22 +107003,23 @@
106933
107003
  exports.BmsGhost = BmsGhost;
106934
107004
  exports.BmsHeader = BmsHeader;
106935
107005
  exports.BmsHeaderTitle = BmsHeaderTitle;
106936
- exports.BmsIconButton = _sfc_main$1p;
106937
- exports.BmsInputBooleanCheckbox = _sfc_main$16;
107006
+ exports.BmsIconButton = _sfc_main$1q;
107007
+ exports.BmsInputBooleanCheckbox = _sfc_main$17;
106938
107008
  exports.BmsInputCheckboxCaption = BmsInputCheckboxCaption;
106939
107009
  exports.BmsInputCheckboxCaptionGroup = BmsInputCheckboxCaptionGroup;
106940
107010
  exports.BmsInputCheckboxGroup = BmsInputCheckboxGroup;
106941
107011
  exports.BmsInputCode = BmsInputCode;
106942
- exports.BmsInputDateTime = _sfc_main$10;
107012
+ exports.BmsInputDateTime = _sfc_main$11;
106943
107013
  exports.BmsInputFile = BmsInputFile;
106944
- exports.BmsInputNumber = _sfc_main$_;
107014
+ exports.BmsInputNumber = _sfc_main$$;
106945
107015
  exports.BmsInputRadio = BmsInputRadio;
106946
107016
  exports.BmsInputRadioCaption = BmsInputRadioCaption;
106947
107017
  exports.BmsInputRadioCaptionGroup = BmsInputRadioCaptionGroup;
106948
107018
  exports.BmsInputRadioGroup = BmsInputRadioGroup;
106949
- exports.BmsInputText = _sfc_main$11;
107019
+ exports.BmsInputText = _sfc_main$12;
107020
+ exports.BmsInputTime = _sfc_main$O;
106950
107021
  exports.BmsInputToggle = BmsInputToggle;
106951
- exports.BmsLink = _sfc_main$1t;
107022
+ exports.BmsLink = _sfc_main$1u;
106952
107023
  exports.BmsLoader = BmsLoader;
106953
107024
  exports.BmsMenu = BmsMenu;
106954
107025
  exports.BmsMenuNav = BmsMenuNav;