@bagelink/vue 0.0.789 → 0.0.791

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/index.cjs CHANGED
@@ -40,7 +40,7 @@ const bagelFormUtils = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defi
40
40
  return txtField;
41
41
  }
42
42
  }, Symbol.toStringTag, { value: "Module" }));
43
- const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
43
+ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
44
44
  __name: "Accordion",
45
45
  setup(__props) {
46
46
  const state2 = vue.reactive({
@@ -54,11 +54,11 @@ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
54
54
  };
55
55
  }
56
56
  });
57
- const _hoisted_1$L = { class: "accordion-item" };
57
+ const _hoisted_1$M = { class: "accordion-item" };
58
58
  const _hoisted_2$w = ["aria-expanded", "aria-controls"];
59
59
  const _hoisted_3$m = { class: "accordion-label" };
60
60
  const _hoisted_4$g = ["id", "aria-hidden"];
61
- const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
61
+ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
62
62
  __name: "AccordionItem",
63
63
  props: {
64
64
  label: {},
@@ -95,7 +95,7 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
95
95
  else if (accordionState.openItem === id) accordionState.openItem = null;
96
96
  }
97
97
  return (_ctx, _cache) => {
98
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$L, [
98
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$M, [
99
99
  vue.createElementVNode("button", {
100
100
  "aria-expanded": vue.unref(isOpen) ? "true" : "false",
101
101
  class: "accordion-head",
@@ -135,9 +135,9 @@ const _export_sfc = (sfc, props2) => {
135
135
  }
136
136
  return target;
137
137
  };
138
- const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-f87b579d"]]);
139
- const _hoisted_1$K = { class: "relative" };
140
- const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
138
+ const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-f87b579d"]]);
139
+ const _hoisted_1$L = { class: "relative" };
140
+ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
141
141
  __name: "AddressSearch",
142
142
  emits: ["addressSelected"],
143
143
  setup(__props, { emit: __emit }) {
@@ -159,8 +159,8 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
159
159
  (_a2 = suggestion.value) == null ? void 0 : _a2.show();
160
160
  }
161
161
  return (_ctx, _cache) => {
162
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$K, [
163
- vue.createVNode(vue.unref(_sfc_main$L), {
162
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$L, [
163
+ vue.createVNode(vue.unref(_sfc_main$M), {
164
164
  ref_key: "suggestion",
165
165
  ref: suggestion,
166
166
  noAutoFocus: true,
@@ -195,7 +195,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
195
195
  };
196
196
  }
197
197
  });
198
- const _hoisted_1$J = {
198
+ const _hoisted_1$K = {
199
199
  key: 0,
200
200
  class: "loading"
201
201
  };
@@ -203,7 +203,7 @@ const _hoisted_2$v = {
203
203
  key: 1,
204
204
  class: "bgl_btn-flex"
205
205
  };
206
- const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
206
+ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
207
207
  __name: "Btn",
208
208
  props: {
209
209
  disabled: { type: Boolean, default: false },
@@ -297,7 +297,7 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
297
297
  onClick: vue.withModifiers(_ctx.onClick, ["stop"])
298
298
  }, {
299
299
  default: vue.withCtx(() => [
300
- _ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$J)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$v, [
300
+ _ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$K)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$v, [
301
301
  _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$c), {
302
302
  key: 0,
303
303
  icon: _ctx.icon
@@ -317,10 +317,10 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
317
317
  };
318
318
  }
319
319
  });
320
- const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-047c9778"]]);
321
- const _hoisted_1$I = ["dismissable"];
320
+ const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-047c9778"]]);
321
+ const _hoisted_1$J = ["dismissable"];
322
322
  const _hoisted_2$u = { class: "m-0" };
323
- const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
323
+ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
324
324
  __name: "Alert",
325
325
  props: {
326
326
  message: {},
@@ -356,13 +356,13 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
356
356
  icon: "close",
357
357
  onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
358
358
  })
359
- ], 10, _hoisted_1$I)) : vue.createCommentVNode("", true);
359
+ ], 10, _hoisted_1$J)) : vue.createCommentVNode("", true);
360
360
  };
361
361
  }
362
362
  });
363
- const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-57141c32"]]);
364
- const _hoisted_1$H = ["src", "alt"];
365
- const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
363
+ const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-57141c32"]]);
364
+ const _hoisted_1$I = ["src", "alt"];
365
+ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
366
366
  __name: "Avatar",
367
367
  props: {
368
368
  fallback: {},
@@ -380,7 +380,7 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
380
380
  key: 0,
381
381
  src: _ctx.src,
382
382
  alt: _ctx.name
383
- }, null, 8, _hoisted_1$H)) : (vue.openBlock(), vue.createElementBlock("p", {
383
+ }, null, 8, _hoisted_1$I)) : (vue.openBlock(), vue.createElementBlock("p", {
384
384
  key: 1,
385
385
  style: vue.normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
386
386
  }, vue.toDisplayString((_ctx.fallback || vue.unref(initials)(_ctx.name || "")).toUpperCase()), 5))
@@ -388,8 +388,8 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
388
388
  };
389
389
  }
390
390
  });
391
- const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-46ad8c25"]]);
392
- const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
391
+ const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-46ad8c25"]]);
392
+ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
393
393
  __name: "Badge",
394
394
  props: {
395
395
  color: {},
@@ -420,10 +420,10 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
420
420
  };
421
421
  }
422
422
  });
423
- const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-40a0b03a"]]);
424
- const _hoisted_1$G = ["src"];
423
+ const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-40a0b03a"]]);
424
+ const _hoisted_1$H = ["src"];
425
425
  const _hoisted_2$t = ["src", "autoplay", "muted", "loop", "controls"];
426
- const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
426
+ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
427
427
  __name: "BglVideo",
428
428
  props: {
429
429
  src: {},
@@ -478,7 +478,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
478
478
  allowfullscreen: "",
479
479
  title: "Video",
480
480
  allow: "autoplay"
481
- }, null, 12, _hoisted_1$G)) : _ctx.src ? (vue.openBlock(), vue.createElementBlock("video", {
481
+ }, null, 12, _hoisted_1$H)) : _ctx.src ? (vue.openBlock(), vue.createElementBlock("video", {
482
482
  key: 1,
483
483
  src: _ctx.src,
484
484
  autoplay: _ctx.autoplay,
@@ -492,12 +492,12 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
492
492
  };
493
493
  }
494
494
  });
495
- const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-8495afe2"]]);
496
- const _hoisted_1$F = {
495
+ const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-8495afe2"]]);
496
+ const _hoisted_1$G = {
497
497
  key: 0,
498
498
  class: "card_label"
499
499
  };
500
- const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
500
+ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
501
501
  __name: "Card",
502
502
  props: {
503
503
  label: {},
@@ -525,7 +525,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
525
525
  }])
526
526
  }, {
527
527
  default: vue.withCtx(() => [
528
- _ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$F, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
528
+ _ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$G, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
529
529
  vue.renderSlot(_ctx.$slots, "default")
530
530
  ]),
531
531
  _: 3
@@ -533,12 +533,12 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
533
533
  };
534
534
  }
535
535
  });
536
- const _hoisted_1$E = {
536
+ const _hoisted_1$F = {
537
537
  key: 0,
538
538
  class: "blocker"
539
539
  };
540
540
  const _hoisted_2$s = { class: "Handlers" };
541
- const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
541
+ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
542
542
  __name: "Carousel",
543
543
  props: {
544
544
  autoHeight: {
@@ -686,7 +686,7 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
686
686
  onScrollend: scrollEnd,
687
687
  onMousedown: startDragging
688
688
  }, [
689
- vue.unref(isDragging) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$E)) : vue.createCommentVNode("", true),
689
+ vue.unref(isDragging) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$F)) : vue.createCommentVNode("", true),
690
690
  vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
691
691
  ], 34),
692
692
  vue.createElementVNode("div", _hoisted_2$s, [
@@ -707,7 +707,7 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
707
707
  };
708
708
  }
709
709
  });
710
- const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-1f9c6644"]]);
710
+ const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-1f9c6644"]]);
711
711
  function _isPlaceholder(a2) {
712
712
  return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
713
713
  }
@@ -6648,13 +6648,13 @@ var script = vue.defineComponent({
6648
6648
  return { bar, canvas, direction, mouse };
6649
6649
  }
6650
6650
  });
6651
- const _hoisted_1$D = {
6651
+ const _hoisted_1$E = {
6652
6652
  key: 0,
6653
6653
  class: "layer-hover-bar"
6654
6654
  };
6655
6655
  const _hoisted_2$r = ["x", "y", "width", "height"];
6656
6656
  function render$e(_ctx, _cache, $props, $setup, $data, $options) {
6657
- return _ctx.mouse.hover ? (vue.openBlock(), vue.createElementBlock("g", _hoisted_1$D, [
6657
+ return _ctx.mouse.hover ? (vue.openBlock(), vue.createElementBlock("g", _hoisted_1$E, [
6658
6658
  vue.createElementVNode("rect", vue.mergeProps({ class: "hover-bar" }, _ctx.barStyle, {
6659
6659
  x: _ctx.bar.x,
6660
6660
  y: _ctx.bar.y,
@@ -6666,7 +6666,7 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
6666
6666
  script.render = render$e;
6667
6667
  script.__file = "src/components/HoverBar/index.vue";
6668
6668
  const BRAND_COLOR = "var(--bgl-primary)";
6669
- const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
6669
+ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
6670
6670
  __name: "Lineart",
6671
6671
  props: {
6672
6672
  data: {},
@@ -6806,7 +6806,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
6806
6806
  };
6807
6807
  }
6808
6808
  });
6809
- const _hoisted_1$C = {
6809
+ const _hoisted_1$D = {
6810
6810
  key: 0,
6811
6811
  class: "data"
6812
6812
  };
@@ -6827,7 +6827,7 @@ const _hoisted_9$3 = {
6827
6827
  key: 0,
6828
6828
  class: "m-0"
6829
6829
  };
6830
- const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
6830
+ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
6831
6831
  __name: "DataPreview",
6832
6832
  props: /* @__PURE__ */ vue.mergeModels({
6833
6833
  showFields: {},
@@ -6863,7 +6863,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
6863
6863
  const computedSchema = vue.computed(() => getFallbackSchema([itemData.value], props2.showFields));
6864
6864
  return (_ctx, _cache) => {
6865
6865
  var _a2;
6866
- return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$C, [
6866
+ return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$D, [
6867
6867
  _ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$3), {
6868
6868
  key: 0,
6869
6869
  label: _ctx.title
@@ -6876,7 +6876,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
6876
6876
  vue.createElementVNode("div", _hoisted_3$k, [
6877
6877
  vue.createElementVNode("p", _hoisted_4$e, vue.toDisplayString((field == null ? void 0 : field.label) || vue.unref(keyToLabel)(field.id)), 1)
6878
6878
  ]),
6879
- vue.createVNode(vue.unref(_sfc_main$J), {
6879
+ vue.createVNode(vue.unref(_sfc_main$K), {
6880
6880
  modelValue: itemData.value,
6881
6881
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => itemData.value = $event),
6882
6882
  label: "",
@@ -6905,7 +6905,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
6905
6905
  };
6906
6906
  }
6907
6907
  });
6908
- const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-5f91f598"]]);
6908
+ const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-5f91f598"]]);
6909
6909
  const sides = ["top", "right", "bottom", "left"];
6910
6910
  const alignments = ["start", "end"];
6911
6911
  const placements$1 = /* @__PURE__ */ sides.reduce((acc, side) => acc.concat(side, side + "-" + alignments[0], side + "-" + alignments[1]), []);
@@ -9447,7 +9447,7 @@ const Gt$1 = {
9447
9447
  install: Ct$1,
9448
9448
  options: h
9449
9449
  };
9450
- const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
9450
+ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
9451
9451
  __name: "Dropdown",
9452
9452
  props: {
9453
9453
  value: {},
@@ -9504,7 +9504,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
9504
9504
  };
9505
9505
  }
9506
9506
  });
9507
- const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
9507
+ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
9508
9508
  __name: "Flag",
9509
9509
  props: {
9510
9510
  country: {},
@@ -9534,8 +9534,8 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
9534
9534
  };
9535
9535
  }
9536
9536
  });
9537
- const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-f99f1900"]]);
9538
- const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
9537
+ const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-f99f1900"]]);
9538
+ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
9539
9539
  __name: "BglField",
9540
9540
  props: {
9541
9541
  field: {},
@@ -9551,7 +9551,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
9551
9551
  if (props2.field.$el === "toggle") return ToggleInput;
9552
9552
  if (props2.field.$el === "check") return CheckInput;
9553
9553
  if (props2.field.$el === "richtext") return _sfc_main$v;
9554
- if (props2.field.$el === "date") return _sfc_main$D;
9554
+ if (props2.field.$el === "date") return _sfc_main$E;
9555
9555
  return props2.field.$el ?? "div";
9556
9556
  });
9557
9557
  const formData = vue.computed({
@@ -9635,7 +9635,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
9635
9635
  };
9636
9636
  }
9637
9637
  });
9638
- const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
9638
+ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
9639
9639
  __name: "BglForm",
9640
9640
  props: {
9641
9641
  label: {},
@@ -9733,7 +9733,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
9733
9733
  label: _ctx.label
9734
9734
  }, null, 8, ["label"])) : vue.createCommentVNode("", true),
9735
9735
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(computedSchema.value, (field, i2) => {
9736
- return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$J), {
9736
+ return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$K), {
9737
9737
  key: field.id || `${i2}p`,
9738
9738
  modelValue: vue.unref(data2),
9739
9739
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(data2) ? data2.value = $event : data2 = $event),
@@ -9757,7 +9757,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
9757
9757
  label: _ctx.label
9758
9758
  }, null, 8, ["label"])) : vue.createCommentVNode("", true),
9759
9759
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(computedSchema.value, (field, i2) => {
9760
- return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$J), {
9760
+ return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$K), {
9761
9761
  key: field.id || `${i2}p`,
9762
9762
  modelValue: vue.unref(data2),
9763
9763
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(data2) ? data2.value = $event : data2 = $event),
@@ -9776,8 +9776,8 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
9776
9776
  };
9777
9777
  }
9778
9778
  });
9779
- const _hoisted_1$B = { key: 0 };
9780
- const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
9779
+ const _hoisted_1$C = { key: 0 };
9780
+ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
9781
9781
  __name: "BglMultiStepForm",
9782
9782
  props: /* @__PURE__ */ vue.mergeModels({
9783
9783
  bagelFormProps: { default: () => ({}) },
@@ -9844,8 +9844,8 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
9844
9844
  mode: "out-in"
9845
9845
  }, {
9846
9846
  default: vue.withCtx(() => [
9847
- !vue.unref(isStepping) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$B, [
9848
- vue.createVNode(vue.unref(_sfc_main$I), vue.mergeProps({
9847
+ !vue.unref(isStepping) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$C, [
9848
+ vue.createVNode(vue.unref(_sfc_main$J), vue.mergeProps({
9849
9849
  ref_key: "formRef",
9850
9850
  ref: formRef,
9851
9851
  modelValue: formData.value,
@@ -9884,8 +9884,8 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
9884
9884
  };
9885
9885
  }
9886
9886
  });
9887
- const _hoisted_1$A = { class: "primary-checkbox" };
9888
- const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
9887
+ const _hoisted_1$B = { class: "primary-checkbox" };
9888
+ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
9889
9889
  __name: "Checkbox",
9890
9890
  props: {
9891
9891
  "modelValue": { type: Boolean, ...{ default: false } },
@@ -9895,7 +9895,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
9895
9895
  setup(__props) {
9896
9896
  const val = vue.useModel(__props, "modelValue");
9897
9897
  return (_ctx, _cache) => {
9898
- return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$A, [
9898
+ return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$B, [
9899
9899
  vue.renderSlot(_ctx.$slots, "label", {}, void 0, true),
9900
9900
  vue.withDirectives(vue.createElementVNode("input", {
9901
9901
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
@@ -9907,11 +9907,11 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
9907
9907
  };
9908
9908
  }
9909
9909
  });
9910
- const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-73f1d9ad"]]);
9911
- const _hoisted_1$z = ["title"];
9910
+ const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-73f1d9ad"]]);
9911
+ const _hoisted_1$A = ["title"];
9912
9912
  const _hoisted_2$p = ["id", "value", "required"];
9913
9913
  const _hoisted_3$j = ["for"];
9914
- const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
9914
+ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
9915
9915
  __name: "CheckInput",
9916
9916
  props: /* @__PURE__ */ vue.mergeModels({
9917
9917
  label: {},
@@ -9953,14 +9953,14 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
9953
9953
  vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
9954
9954
  ], true)
9955
9955
  ], 8, _hoisted_3$j)
9956
- ], 10, _hoisted_1$z);
9956
+ ], 10, _hoisted_1$A);
9957
9957
  };
9958
9958
  }
9959
9959
  });
9960
- const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-1b4d18c6"]]);
9961
- const _hoisted_1$y = ["title"];
9960
+ const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-1b4d18c6"]]);
9961
+ const _hoisted_1$z = ["title"];
9962
9962
  const _hoisted_2$o = ["id", "placeholder", "required"];
9963
- const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
9963
+ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
9964
9964
  __name: "ColorPicker",
9965
9965
  props: {
9966
9966
  label: {},
@@ -10002,7 +10002,7 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
10002
10002
  [vue.vModelText, inputVal.value]
10003
10003
  ])
10004
10004
  ])
10005
- ], 10, _hoisted_1$y)) : vue.createCommentVNode("", true);
10005
+ ], 10, _hoisted_1$z)) : vue.createCommentVNode("", true);
10006
10006
  };
10007
10007
  }
10008
10008
  });
@@ -18445,9 +18445,9 @@ const eo = ({
18445
18445
  Object.entries(go).forEach(([e, t]) => {
18446
18446
  e !== "default" && (Hn[e] = t);
18447
18447
  });
18448
- const _hoisted_1$x = ["title"];
18448
+ const _hoisted_1$y = ["title"];
18449
18449
  const _hoisted_2$n = { key: 0 };
18450
- const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
18450
+ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
18451
18451
  __name: "DateInput",
18452
18452
  props: {
18453
18453
  required: { type: Boolean },
@@ -18505,11 +18505,11 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
18505
18505
  "minutes-grid-increment": _ctx.minutesGridIncrement,
18506
18506
  "start-time": { hours: 8, minutes: 0 }
18507
18507
  }), null, 16, ["modelValue", "required", "enable-time-picker", "allowed-dates", "time-picker-inline", "minutes-increment", "minutes-grid-increment"])
18508
- ], 10, _hoisted_1$x);
18508
+ ], 10, _hoisted_1$y);
18509
18509
  };
18510
18510
  }
18511
18511
  });
18512
- const _hoisted_1$w = { class: "datetime-wrap" };
18512
+ const _hoisted_1$x = { class: "datetime-wrap" };
18513
18513
  const _hoisted_2$m = { class: "date-wrap" };
18514
18514
  const _hoisted_3$i = {
18515
18515
  key: 0,
@@ -18517,7 +18517,7 @@ const _hoisted_3$i = {
18517
18517
  };
18518
18518
  const _hoisted_4$d = ["id", "name", "value"];
18519
18519
  const _hoisted_5$b = ["for"];
18520
- const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
18520
+ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
18521
18521
  __name: "DatePicker",
18522
18522
  props: {
18523
18523
  label: {},
@@ -18545,7 +18545,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
18545
18545
  return `${hour}:${minute}`;
18546
18546
  });
18547
18547
  return (_ctx, _cache) => {
18548
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$w, [
18548
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$x, [
18549
18549
  vue.createElementVNode("div", _hoisted_2$m, [
18550
18550
  vue.createVNode(vue.unref(Hn), vue.mergeProps({
18551
18551
  modelValue: selectedDate.value,
@@ -18586,7 +18586,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
18586
18586
  };
18587
18587
  }
18588
18588
  });
18589
- const _hoisted_1$v = { class: "bagel-input" };
18589
+ const _hoisted_1$w = { class: "bagel-input" };
18590
18590
  const _hoisted_2$l = {
18591
18591
  key: 0,
18592
18592
  class: "bgl-multi-preview"
@@ -18610,7 +18610,7 @@ const _hoisted_10$2 = {
18610
18610
  };
18611
18611
  const _hoisted_11$1 = ["src"];
18612
18612
  const _hoisted_12 = { class: "p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05" };
18613
- const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
18613
+ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
18614
18614
  __name: "FileUpload",
18615
18615
  props: {
18616
18616
  label: {},
@@ -18759,7 +18759,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
18759
18759
  }
18760
18760
  return (_ctx, _cache) => {
18761
18761
  const _directive_lightbox = vue.resolveDirective("lightbox");
18762
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$v, [
18762
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$w, [
18763
18763
  vue.createElementVNode("label", null, vue.toDisplayString(_ctx.label), 1),
18764
18764
  vue.createElementVNode("div", {
18765
18765
  class: vue.normalizeClass(["fileUploadWrap", {
@@ -18900,11 +18900,11 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
18900
18900
  };
18901
18901
  }
18902
18902
  });
18903
- const $el = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-be593d04"]]);
18904
- const _hoisted_1$u = ["title"];
18903
+ const $el = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-be593d04"]]);
18904
+ const _hoisted_1$v = ["title"];
18905
18905
  const _hoisted_2$k = { key: 0 };
18906
18906
  const _hoisted_3$g = ["value", "placeholder"];
18907
- const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
18907
+ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
18908
18908
  __name: "JSONInput",
18909
18909
  props: {
18910
18910
  description: { default: "" },
@@ -18936,11 +18936,117 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
18936
18936
  placeholder: _ctx.placeholder,
18937
18937
  onInput: handleInput
18938
18938
  }, null, 42, _hoisted_3$g)
18939
- ], 10, _hoisted_1$u);
18939
+ ], 10, _hoisted_1$v);
18940
+ };
18941
+ }
18942
+ });
18943
+ const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-1cbaeab2"]]);
18944
+ const _hoisted_1$u = ["value", "autofocus", "onKeydown", "onPaste"];
18945
+ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
18946
+ __name: "OTP",
18947
+ props: {
18948
+ digitCount: {},
18949
+ default: {},
18950
+ modelValue: {}
18951
+ },
18952
+ emits: ["update:modelValue", "complete"],
18953
+ setup(__props, { emit: __emit }) {
18954
+ const props2 = __props;
18955
+ const emit2 = __emit;
18956
+ const digits = vue.reactive([]);
18957
+ const otpCont = vue.ref();
18958
+ function handlePaste2(event, index2) {
18959
+ event.preventDefault();
18960
+ const { clipboardData } = event;
18961
+ const pastedText = clipboardData == null ? void 0 : clipboardData.getData("text").replace(/\D/g, "");
18962
+ const pastedDigits = pastedText == null ? void 0 : pastedText.split("");
18963
+ if (!pastedDigits) return;
18964
+ for (let i2 = 0; i2 < pastedDigits.length; i2++) {
18965
+ const digit = pastedDigits[i2];
18966
+ if (index2 + i2 < digits.length) {
18967
+ digits[index2 + i2] = digit;
18968
+ }
18969
+ }
18970
+ emitUpdate();
18971
+ }
18972
+ function emitUpdate() {
18973
+ if (isDigitsFull()) {
18974
+ emit2("complete", digits.join(""));
18975
+ } else {
18976
+ emit2("update:modelValue", digits.join(""));
18977
+ }
18978
+ }
18979
+ function handleKeyDown2(event, index2) {
18980
+ var _a2;
18981
+ const noPreventKeys = ["Tab", "ArrowRight", "ArrowLeft", "Control", "Shift", "Alt", "Meta"];
18982
+ if (noPreventKeys.includes(event.key)) {
18983
+ return;
18984
+ }
18985
+ if (event.key === "Backspace") {
18986
+ digits[index2] = null;
18987
+ if (index2 !== 0) {
18988
+ const prevDigit = (_a2 = otpCont.value) == null ? void 0 : _a2.children[index2 - 1];
18989
+ prevDigit.focus();
18990
+ }
18991
+ emitUpdate();
18992
+ return;
18993
+ }
18994
+ const numberRegex = /^\d$/;
18995
+ if (numberRegex.test(event.key)) {
18996
+ digits[index2] = event.key;
18997
+ if (index2 !== props2.digitCount - 1) {
18998
+ setTimeout(() => {
18999
+ var _a3;
19000
+ const nextDigit = (_a3 = otpCont.value) == null ? void 0 : _a3.children[index2 + 1];
19001
+ nextDigit.focus();
19002
+ }, 10);
19003
+ }
19004
+ emitUpdate();
19005
+ }
19006
+ }
19007
+ if (props2.default && props2.default.length === props2.digitCount) {
19008
+ for (let i2 = 0; i2 < props2.digitCount; i2++) {
19009
+ digits[i2] = props2.default.charAt(i2);
19010
+ }
19011
+ } else {
19012
+ for (let i2 = 0; i2 < props2.digitCount; i2++) {
19013
+ digits[i2] = null;
19014
+ }
19015
+ }
19016
+ function isDigitsFull() {
19017
+ for (const elem of digits) {
19018
+ if (elem == null || elem == void 0) {
19019
+ return false;
19020
+ }
19021
+ }
19022
+ return true;
19023
+ }
19024
+ return (_ctx, _cache) => {
19025
+ return vue.openBlock(), vue.createElementBlock("div", {
19026
+ ref_key: "otpCont",
19027
+ ref: otpCont,
19028
+ class: "otp_wrap"
19029
+ }, [
19030
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(digits, (el, ind) => {
19031
+ return vue.openBlock(), vue.createElementBlock("input", {
19032
+ key: ind,
19033
+ value: digits[ind] || "",
19034
+ type: "number",
19035
+ inputmode: "numeric",
19036
+ class: "digit-box",
19037
+ autofocus: ind === 0,
19038
+ maxlength: "1",
19039
+ pattern: "[0-9]*",
19040
+ oninput: "this.value = this.value.slice(0, 1);",
19041
+ onKeydown: ($event) => handleKeyDown2($event, ind),
19042
+ onPaste: ($event) => handlePaste2($event, ind)
19043
+ }, null, 40, _hoisted_1$u);
19044
+ }), 128))
19045
+ ], 512);
18940
19046
  };
18941
19047
  }
18942
19048
  });
18943
- const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-1cbaeab2"]]);
19049
+ const OTP = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-539a9fdb"]]);
18944
19050
  const _hoisted_1$t = { class: "relative" };
18945
19051
  const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
18946
19052
  __name: "PasswordInput",
@@ -43581,7 +43687,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
43581
43687
  }
43582
43688
  });
43583
43689
  return (_ctx, _cache) => {
43584
- return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$L), {
43690
+ return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$M), {
43585
43691
  ref_key: "dropdown",
43586
43692
  ref: dropdown,
43587
43693
  placement: "bottom-start",
@@ -43633,7 +43739,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
43633
43739
  ])
43634
43740
  ]),
43635
43741
  default: vue.withCtx(() => [
43636
- vue.createVNode(vue.unref(_sfc_main$P), {
43742
+ vue.createVNode(vue.unref(_sfc_main$Q), {
43637
43743
  class: "p-05",
43638
43744
  style: vue.normalizeStyle({ width: _ctx.fullWidth ? "100%" : "auto" })
43639
43745
  }, {
@@ -52042,7 +52148,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
52042
52148
  vue.withKeys(reset, ["tab"])
52043
52149
  ]
52044
52150
  }, [
52045
- !computedDropDownOptions.value.hide ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$L), {
52151
+ !computedDropDownOptions.value.hide ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$M), {
52046
52152
  key: 0,
52047
52153
  ref_key: "phoneDropdown",
52048
52154
  ref: phoneDropdown,
@@ -52276,7 +52382,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
52276
52382
  };
52277
52383
  }
52278
52384
  });
52279
- const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-739e3acb"]]);
52385
+ const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-194260fc"]]);
52280
52386
  const _hoisted_1$h = ["title"];
52281
52387
  const _hoisted_2$9 = ["id", "required"];
52282
52388
  const _hoisted_3$7 = ["for"];
@@ -52337,7 +52443,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
52337
52443
  },
52338
52444
  setup(__props) {
52339
52445
  return (_ctx, _cache) => {
52340
- return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
52446
+ return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$Q), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
52341
52447
  default: vue.withCtx(() => [
52342
52448
  vue.renderSlot(_ctx.$slots, "brand", {}, void 0, true),
52343
52449
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.navLinks, (nav2, i2) => {
@@ -52437,7 +52543,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
52437
52543
  icon: "keyboard_arrow_right",
52438
52544
  onClick: toggleMenu
52439
52545
  }),
52440
- vue.createVNode(vue.unref(_sfc_main$P), { class: "py-1 px-05 h-100 flex column gap-05 rounded relative bg-primary font-light overflow-y" }, {
52546
+ vue.createVNode(vue.unref(_sfc_main$Q), { class: "py-1 px-05 h-100 flex column gap-05 rounded relative bg-primary font-light overflow-y" }, {
52441
52547
  default: vue.withCtx(() => [
52442
52548
  !vue.unref(isOpen) || !vue.unref(slots)["brand-open"] ? vue.renderSlot(_ctx.$slots, "brand", { key: 0 }, void 0, true) : vue.createCommentVNode("", true),
52443
52549
  vue.unref(isOpen) ? vue.renderSlot(_ctx.$slots, "brand-open", { key: 1 }, void 0, true) : vue.createCommentVNode("", true),
@@ -52944,7 +53050,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
52944
53050
  onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
52945
53051
  onKeydown: vue.withKeys(closeModal, ["esc"])
52946
53052
  }, [
52947
- vue.createVNode(vue.unref(_sfc_main$P), {
53053
+ vue.createVNode(vue.unref(_sfc_main$Q), {
52948
53054
  class: "modal",
52949
53055
  style: vue.normalizeStyle({ ...maxWidth.value }),
52950
53056
  onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
@@ -53112,7 +53218,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
53112
53218
  "onUpdate:visible": _cache[1] || (_cache[1] = ($event) => emit2("update:visible", $event))
53113
53219
  }, vue.createSlots({
53114
53220
  default: vue.withCtx(() => [
53115
- vue.createVNode(vue.unref(_sfc_main$I), {
53221
+ vue.createVNode(vue.unref(_sfc_main$J), {
53116
53222
  ref_key: "form",
53117
53223
  ref: form,
53118
53224
  modelValue: formData.value,
@@ -53962,7 +54068,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
53962
54068
  row,
53963
54069
  field
53964
54070
  }, void 0, true) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$1, [
53965
- vue.createVNode(vue.unref(_sfc_main$J), {
54071
+ vue.createVNode(vue.unref(_sfc_main$K), {
53966
54072
  class: "embedded-field",
53967
54073
  field,
53968
54074
  modelValue: row,
@@ -55113,7 +55219,7 @@ function frmRow(...children2) {
55113
55219
  function bglForm(idOrField, ...schema) {
55114
55220
  if (typeof idOrField === "string") {
55115
55221
  return {
55116
- $el: vue.markRaw(_sfc_main$I),
55222
+ $el: vue.markRaw(_sfc_main$J),
55117
55223
  id: idOrField,
55118
55224
  attrs: {
55119
55225
  schema: [idOrField, ...schema]
@@ -55121,7 +55227,7 @@ function bglForm(idOrField, ...schema) {
55121
55227
  };
55122
55228
  }
55123
55229
  return {
55124
- $el: vue.markRaw(_sfc_main$I),
55230
+ $el: vue.markRaw(_sfc_main$J),
55125
55231
  attrs: {
55126
55232
  schema: [idOrField, ...schema]
55127
55233
  }
@@ -55722,29 +55828,29 @@ const IMAGE_FORMATS = ["jpeg", "png", "webp", "avif", "apng", "gif", "avifs", "s
55722
55828
  const IMAGE_FORMATS_REGEXP = new RegExp(`(${IMAGE_FORMATS.join("|")})$`, "i");
55723
55829
  const VIDEO_FORMATS = ["mp4", "webm", "ogg", "mov", "avi", "flv", "wmv", "mkv", "ts", "m3u8"];
55724
55830
  const VIDEO_FORMATS_REGEXP = new RegExp(`(${VIDEO_FORMATS.join("|")})$`, "i");
55725
- exports.Accordion = _sfc_main$X;
55831
+ exports.Accordion = _sfc_main$Y;
55726
55832
  exports.AccordionItem = AccordionItem;
55727
- exports.AddressSearch = _sfc_main$V;
55833
+ exports.AddressSearch = _sfc_main$W;
55728
55834
  exports.Alert = Alert;
55729
55835
  exports.Avatar = Avatar;
55730
55836
  exports.Badge = Badge;
55731
- exports.BagelForm = _sfc_main$I;
55837
+ exports.BagelForm = _sfc_main$J;
55732
55838
  exports.BagelVue = BagelVue;
55733
- exports.BglField = _sfc_main$J;
55734
- exports.BglForm = _sfc_main$I;
55735
- exports.BglMultiStepForm = _sfc_main$H;
55839
+ exports.BglField = _sfc_main$K;
55840
+ exports.BglForm = _sfc_main$J;
55841
+ exports.BglMultiStepForm = _sfc_main$I;
55736
55842
  exports.BglVideo = BglVideo;
55737
55843
  exports.BottomMenu = BottomMenu;
55738
55844
  exports.Btn = Btn;
55739
- exports.Card = _sfc_main$P;
55845
+ exports.Card = _sfc_main$Q;
55740
55846
  exports.Carousel = Carousel;
55741
55847
  exports.CheckInput = CheckInput;
55742
55848
  exports.Checkbox = Checkbox;
55743
- exports.ColorPicker = _sfc_main$E;
55849
+ exports.ColorPicker = _sfc_main$F;
55744
55850
  exports.DataPreview = DataPreview;
55745
- exports.DateInput = _sfc_main$D;
55746
- exports.DatePicker = _sfc_main$C;
55747
- exports.Dropdown = _sfc_main$L;
55851
+ exports.DateInput = _sfc_main$E;
55852
+ exports.DatePicker = _sfc_main$D;
55853
+ exports.Dropdown = _sfc_main$M;
55748
55854
  exports.FileUpload = $el;
55749
55855
  exports.Flag = Flag;
55750
55856
  exports.IMAGE_FORMATS = IMAGE_FORMATS;
@@ -55752,7 +55858,7 @@ exports.IMAGE_FORMATS_REGEXP = IMAGE_FORMATS_REGEXP;
55752
55858
  exports.Icon = _sfc_main$c;
55753
55859
  exports.JSONInput = JSONInput;
55754
55860
  exports.Layout = Layout;
55755
- exports.Lineart = _sfc_main$N;
55861
+ exports.Lineart = _sfc_main$O;
55756
55862
  exports.ListItem = _sfc_main$f;
55757
55863
  exports.ListView = ListView;
55758
55864
  exports.MapEmbed = _sfc_main$d;
@@ -55762,6 +55868,7 @@ exports.ModalConfirm = _sfc_main$a;
55762
55868
  exports.ModalForm = ModalForm;
55763
55869
  exports.ModalPlugin = ModalPlugin;
55764
55870
  exports.NavBar = NavBar;
55871
+ exports.OTP = OTP;
55765
55872
  exports.PageTitle = _sfc_main$7;
55766
55873
  exports.PasswordInput = _sfc_main$z;
55767
55874
  exports.Pill = Pill;