@bagelink/vue 0.0.204 → 0.0.206

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.mjs CHANGED
@@ -14587,7 +14587,7 @@ const _hoisted_2$S = [
14587
14587
  ];
14588
14588
  const _hoisted_3$K = { class: "full-nav" };
14589
14589
  const _hoisted_4$t = { class: "nav-scroll" };
14590
- const _hoisted_5$n = { class: "nav-links-wrapper" };
14590
+ const _hoisted_5$o = { class: "nav-links-wrapper" };
14591
14591
  const _hoisted_6$i = { class: "icon-font" };
14592
14592
  const _hoisted_7$d = { class: "tooltip" };
14593
14593
  const _hoisted_8$7 = { class: "bot-buttons-wrapper" };
@@ -14618,7 +14618,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
14618
14618
  }, _hoisted_2$S, 32),
14619
14619
  createElementVNode("div", _hoisted_3$K, [
14620
14620
  createElementVNode("div", _hoisted_4$t, [
14621
- createElementVNode("div", _hoisted_5$n, [
14621
+ createElementVNode("div", _hoisted_5$o, [
14622
14622
  (openBlock(true), createElementBlock(Fragment$1, null, renderList((_a2 = _ctx.links) == null ? void 0 : _a2.call(_ctx), (link) => {
14623
14623
  return openBlock(), createBlock(_component_RouterLink, {
14624
14624
  class: "nav-button",
@@ -14659,7 +14659,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
14659
14659
  color: {},
14660
14660
  theme: {},
14661
14661
  flat: { type: Boolean },
14662
- border: { type: Boolean },
14662
+ border: { type: Boolean, default: false },
14663
14663
  thin: { type: Boolean },
14664
14664
  type: { default: "button" },
14665
14665
  loading: { type: Boolean, default: false },
@@ -14671,8 +14671,8 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
14671
14671
  },
14672
14672
  setup(__props) {
14673
14673
  useCssVars((_ctx) => ({
14674
- "0bd3bef7": computedBackgroundColor.value,
14675
- "1b1b6b12": cumputedTextColor.value
14674
+ "0b5510c0": computedBackgroundColor.value,
14675
+ "18db167b": cumputedTextColor.value
14676
14676
  }));
14677
14677
  const slots = useSlots();
14678
14678
  const props2 = __props;
@@ -14757,7 +14757,7 @@ const _export_sfc = (sfc, props2) => {
14757
14757
  }
14758
14758
  return target;
14759
14759
  };
14760
- const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-845b751e"]]);
14760
+ const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-0ca0d3de"]]);
14761
14761
  const _hoisted_1$Z = { class: "tool-bar" };
14762
14762
  const _hoisted_2$Q = { class: "modal-title" };
14763
14763
  const _hoisted_3$J = { class: "modal-footer mt-3" };
@@ -14885,7 +14885,7 @@ const _hoisted_3$H = {
14885
14885
  class: "bagel-input search-wrap"
14886
14886
  };
14887
14887
  const _hoisted_4$s = ["placeholder"];
14888
- const _hoisted_5$m = { class: "list-content grid auto-flow-rows align-items-start" };
14888
+ const _hoisted_5$n = { class: "list-content grid auto-flow-rows align-items-start" };
14889
14889
  const _sfc_main$R = /* @__PURE__ */ defineComponent({
14890
14890
  __name: "ListView",
14891
14891
  props: {
@@ -14923,7 +14923,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
14923
14923
  onClick: _cache[2] || (_cache[2] = ($event) => emit2("add"))
14924
14924
  })) : createCommentVNode("", true)
14925
14925
  ]),
14926
- createElementVNode("div", _hoisted_5$m, [
14926
+ createElementVNode("div", _hoisted_5$n, [
14927
14927
  renderSlot(_ctx.$slots, "default")
14928
14928
  ])
14929
14929
  ]);
@@ -14956,17 +14956,17 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
14956
14956
  };
14957
14957
  }
14958
14958
  });
14959
- const _hoisted_1$V = { class: "h-100 grid list-view gap-3" };
14960
- const _hoisted_2$M = { class: "card tabs-top" };
14961
- const _hoisted_3$G = { class: "tabs grid auto-flow-columns fit-content" };
14962
- const _hoisted_4$r = ["onClick"];
14959
+ const _hoisted_1$V = { class: "card tabs-top" };
14960
+ const _hoisted_2$M = { class: "tabs grid auto-flow-columns fit-content" };
14961
+ const _hoisted_3$G = ["onClick"];
14963
14962
  const _sfc_main$P = /* @__PURE__ */ defineComponent({
14964
14963
  __name: "TabbedLayout",
14965
14964
  props: {
14966
14965
  title: {},
14967
14966
  tabs: {},
14968
14967
  modelValue: {},
14969
- router: {}
14968
+ router: {},
14969
+ sideTabs: { type: Boolean }
14970
14970
  },
14971
14971
  emits: ["update:modelValue"],
14972
14972
  setup(__props, { emit: __emit }) {
@@ -14974,32 +14974,38 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
14974
14974
  let activeTab = ref();
14975
14975
  const props2 = __props;
14976
14976
  function changeTab(tab) {
14977
- const { router } = props2;
14977
+ var _a2;
14978
14978
  activeTab.value = tab;
14979
- void router.push({
14980
- path: router.currentRoute.value.path,
14981
- query: { ...router.currentRoute.value.query, t: tab },
14982
- hash: router.currentRoute.value.hash
14983
- });
14984
14979
  emit2("update:modelValue", activeTab.value);
14980
+ if (!props2.router)
14981
+ return;
14982
+ void ((_a2 = props2.router) == null ? void 0 : _a2.push({
14983
+ path: props2.router.currentRoute.value.path,
14984
+ query: { ...props2.router.currentRoute.value.query, t: tab },
14985
+ hash: props2.router.currentRoute.value.hash
14986
+ }));
14985
14987
  }
14986
14988
  onMounted(() => {
14987
- const firstTab = props2.modelValue || props2.router.currentRoute.value.query.t || props2.tabs[0];
14989
+ var _a2;
14990
+ const firstTab = props2.modelValue || ((_a2 = props2.router) == null ? void 0 : _a2.currentRoute.value.query.t) || props2.tabs[0];
14988
14991
  activeTab.value = firstTab;
14989
14992
  });
14990
14993
  return (_ctx, _cache) => {
14991
- return openBlock(), createElementBlock("div", _hoisted_1$V, [
14992
- createElementVNode("div", _hoisted_2$M, [
14994
+ return openBlock(), createElementBlock("div", {
14995
+ class: normalizeClass(["h-100 grid list-view gap-3", { "side-tabs": _ctx.sideTabs }])
14996
+ }, [
14997
+ createElementVNode("div", _hoisted_1$V, [
14993
14998
  renderSlot(_ctx.$slots, "top-section", {}, void 0, true),
14994
- createElementVNode("div", _hoisted_3$G, [
14999
+ createElementVNode("div", _hoisted_2$M, [
14995
15000
  (openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.tabs, (tab) => {
15001
+ var _a2;
14996
15002
  return openBlock(), createElementBlock("div", {
14997
15003
  class: normalizeClass([{
14998
- active: tab === unref(activeTab) || tab === _ctx.router.currentRoute.value.path.split("/").slice(-1)[0]
15004
+ active: tab === unref(activeTab) || tab === ((_a2 = _ctx.router) == null ? void 0 : _a2.currentRoute.value.path.split("/").slice(-1)[0])
14999
15005
  }, "tab"]),
15000
15006
  key: tab,
15001
15007
  onClick: ($event) => changeTab(tab)
15002
- }, toDisplayString(tab), 11, _hoisted_4$r);
15008
+ }, toDisplayString(tab), 11, _hoisted_3$G);
15003
15009
  }), 128))
15004
15010
  ])
15005
15011
  ]),
@@ -15011,16 +15017,16 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
15011
15017
  renderSlot(_ctx.$slots, tab, { key: tab }, void 0, true)
15012
15018
  ]);
15013
15019
  }), 128))
15014
- ]);
15020
+ ], 2);
15015
15021
  };
15016
15022
  }
15017
15023
  });
15018
- const TabbedLayout = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-3941cced"]]);
15024
+ const TabbedLayout = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-09fce741"]]);
15019
15025
  const _hoisted_1$U = { class: "comments-wrap" };
15020
15026
  const _hoisted_2$L = { class: "comment-list" };
15021
15027
  const _hoisted_3$F = { class: "comment-top" };
15022
- const _hoisted_4$q = { class: "comment-owner" };
15023
- const _hoisted_5$l = { class: "comment-time" };
15028
+ const _hoisted_4$r = { class: "comment-owner" };
15029
+ const _hoisted_5$m = { class: "comment-time" };
15024
15030
  const _hoisted_6$h = { class: "comment-actions" };
15025
15031
  const _hoisted_7$c = ["innerHTML"];
15026
15032
  const _hoisted_8$6 = { class: "new-comment" };
@@ -15079,8 +15085,8 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
15079
15085
  key: comment.id
15080
15086
  }, [
15081
15087
  createElementVNode("div", _hoisted_3$F, [
15082
- createElementVNode("div", _hoisted_4$q, toDisplayString(comment.sender.first_name) + " " + toDisplayString(comment.sender.last_name), 1),
15083
- createElementVNode("div", _hoisted_5$l, toDisplayString(comment.updated_at.split("T")[0]), 1),
15088
+ createElementVNode("div", _hoisted_4$r, toDisplayString(comment.sender.first_name) + " " + toDisplayString(comment.sender.last_name), 1),
15089
+ createElementVNode("div", _hoisted_5$m, toDisplayString(comment.updated_at.split("T")[0]), 1),
15084
15090
  createElementVNode("div", _hoisted_6$h, [
15085
15091
  createVNode(unref(_sfc_main$W), {
15086
15092
  size: 1,
@@ -15332,8 +15338,8 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
15332
15338
  const _hoisted_1$R = { class: "table-list-wrap h-100" };
15333
15339
  const _hoisted_2$I = { class: "infinite-wrapper" };
15334
15340
  const _hoisted_3$E = { class: "row first-row" };
15335
- const _hoisted_4$p = ["onClick"];
15336
- const _hoisted_5$k = { class: "flex" };
15341
+ const _hoisted_4$q = ["onClick"];
15342
+ const _hoisted_5$l = { class: "flex" };
15337
15343
  const _hoisted_6$g = ["onClick"];
15338
15344
  const _hoisted_7$b = { key: 1 };
15339
15345
  const _sfc_main$K = /* @__PURE__ */ defineComponent({
@@ -15391,7 +15397,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
15391
15397
  key: field.id,
15392
15398
  onClick: ($event) => sort2(field.id)
15393
15399
  }, [
15394
- createElementVNode("div", _hoisted_5$k, [
15400
+ createElementVNode("div", _hoisted_5$l, [
15395
15401
  createTextVNode(toDisplayString((field == null ? void 0 : field.label) || (field == null ? void 0 : field.id)) + " ", 1),
15396
15402
  createElementVNode("div", {
15397
15403
  class: normalizeClass(["list-arrows", { sorted: unref(sortField) === field.id }])
@@ -15402,7 +15408,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
15402
15408
  }, null, 8, ["class"])
15403
15409
  ], 2)
15404
15410
  ])
15405
- ], 8, _hoisted_4$p);
15411
+ ], 8, _hoisted_4$q);
15406
15412
  }), 128))
15407
15413
  ]),
15408
15414
  createElementVNode("tbody", {
@@ -15531,8 +15537,8 @@ const _hoisted_1$O = {
15531
15537
  };
15532
15538
  const _hoisted_2$H = { class: "person-card-icon-wrap" };
15533
15539
  const _hoisted_3$D = { class: "person-card-icon" };
15534
- const _hoisted_4$o = { class: "person-card-name txt20" };
15535
- const _hoisted_5$j = { class: "person-card-details-wrap" };
15540
+ const _hoisted_4$p = { class: "person-card-name txt20" };
15541
+ const _hoisted_5$k = { class: "person-card-details-wrap" };
15536
15542
  const _hoisted_6$f = {
15537
15543
  key: 0,
15538
15544
  class: "person-card-details"
@@ -15596,9 +15602,9 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
15596
15602
  ])) : createCommentVNode("", true),
15597
15603
  createElementVNode("div", _hoisted_2$H, [
15598
15604
  createElementVNode("p", _hoisted_3$D, toDisplayString(unref(initials)(_ctx.person.first_name, _ctx.person.last_name)), 1),
15599
- createElementVNode("p", _hoisted_4$o, toDisplayString(_ctx.person.first_name) + " " + toDisplayString(_ctx.person.last_name), 1)
15605
+ createElementVNode("p", _hoisted_4$p, toDisplayString(_ctx.person.first_name) + " " + toDisplayString(_ctx.person.last_name), 1)
15600
15606
  ]),
15601
- createElementVNode("div", _hoisted_5$j, [
15607
+ createElementVNode("div", _hoisted_5$k, [
15602
15608
  ((_a2 = _ctx.person.phone) == null ? void 0 : _a2.length) ? (openBlock(), createElementBlock("div", _hoisted_6$f, [
15603
15609
  createVNode(unref(_sfc_main$W), { icon: "phone" }),
15604
15610
  (openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.person.phone, (phone) => {
@@ -15637,8 +15643,8 @@ const _hoisted_3$C = {
15637
15643
  key: 0,
15638
15644
  class: "data-row"
15639
15645
  };
15640
- const _hoisted_4$n = { class: "key" };
15641
- const _hoisted_5$i = { key: 1 };
15646
+ const _hoisted_4$o = { class: "key" };
15647
+ const _hoisted_5$j = { key: 1 };
15642
15648
  const _hoisted_6$e = { class: "key" };
15643
15649
  const _hoisted_7$9 = { class: "vlue" };
15644
15650
  const _sfc_main$F = /* @__PURE__ */ defineComponent({
@@ -15670,7 +15676,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
15670
15676
  key: field.id
15671
15677
  }, [
15672
15678
  (field["v-if"] ? field["v-if"](itemData.value[field.id], itemData.value) : true) ? (openBlock(), createElementBlock("div", _hoisted_3$C, [
15673
- createElementVNode("div", _hoisted_4$n, toDisplayString((field == null ? void 0 : field.label) || unref(keyToLabel)(field.id)), 1),
15679
+ createElementVNode("div", _hoisted_4$o, toDisplayString((field == null ? void 0 : field.label) || unref(keyToLabel)(field.id)), 1),
15674
15680
  (openBlock(), createBlock(resolveDynamicComponent(field.$el || "div"), mergeProps({
15675
15681
  class: "vlue",
15676
15682
  modelValue: itemData.value[field.id],
@@ -15690,7 +15696,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
15690
15696
  ])) : createCommentVNode("", true)
15691
15697
  ], 64);
15692
15698
  }), 128)),
15693
- !((_a2 = _ctx.schema) == null ? void 0 : _a2.length) ? (openBlock(), createElementBlock("div", _hoisted_5$i, [
15699
+ !((_a2 = _ctx.schema) == null ? void 0 : _a2.length) ? (openBlock(), createElementBlock("div", _hoisted_5$j, [
15694
15700
  (openBlock(true), createElementBlock(Fragment$1, null, renderList(Object.entries(itemData.value).filter(
15695
15701
  ([key]) => !keysToIgnore.includes(key)
15696
15702
  ), ([key, value]) => {
@@ -15716,11 +15722,11 @@ const _hoisted_2$F = {
15716
15722
  class: "group-wrap"
15717
15723
  };
15718
15724
  const _hoisted_3$B = { class: "group-title" };
15719
- const _hoisted_4$m = {
15725
+ const _hoisted_4$n = {
15720
15726
  key: 1,
15721
15727
  class: "bar-wrap"
15722
15728
  };
15723
- const _hoisted_5$h = { class: "bar-txt" };
15729
+ const _hoisted_5$i = { class: "bar-txt" };
15724
15730
  const _hoisted_6$d = { class: "factor" };
15725
15731
  const _hoisted_7$8 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("div", { class: "red-bar" }, null, -1));
15726
15732
  const _hoisted_8$4 = { class: "bar-lines" };
@@ -15802,7 +15808,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
15802
15808
  }, null, 4)) : createCommentVNode("", true)
15803
15809
  ]);
15804
15810
  }), 128))
15805
- ])) : (openBlock(), createElementBlock("div", _hoisted_4$m, [
15811
+ ])) : (openBlock(), createElementBlock("div", _hoisted_4$n, [
15806
15812
  createElementVNode("div", {
15807
15813
  class: "bar",
15808
15814
  style: normalizeStyle({ height: loaded.value ? `${percent(item.value)}%` : "0" })
@@ -15812,7 +15818,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
15812
15818
  class: "bar compare",
15813
15819
  style: normalizeStyle({ height: loaded.value ? `${percent(item.compareValue)}%` : "0" })
15814
15820
  }, null, 4)) : createCommentVNode("", true),
15815
- createElementVNode("p", _hoisted_5$h, toDisplayString(item.title), 1)
15821
+ createElementVNode("p", _hoisted_5$i, toDisplayString(item.title), 1)
15816
15822
  ]))
15817
15823
  ]);
15818
15824
  }), 128)),
@@ -17133,8 +17139,8 @@ const _hoisted_3$A = {
17133
17139
  key: 0,
17134
17140
  class: "bglform-contact-confirm"
17135
17141
  };
17136
- const _hoisted_4$l = { class: "txt14" };
17137
- const _hoisted_5$g = ["onUpdate:modelValue", "placeholder"];
17142
+ const _hoisted_4$m = { class: "txt14" };
17143
+ const _hoisted_5$h = ["onUpdate:modelValue", "placeholder"];
17138
17144
  const _hoisted_6$c = ["onUpdate:modelValue", "placeholder"];
17139
17145
  const _hoisted_7$7 = ["onUpdate:modelValue", "placeholder"];
17140
17146
  const _sfc_main$C = /* @__PURE__ */ defineComponent({
@@ -17199,7 +17205,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
17199
17205
  key: i3
17200
17206
  }, [
17201
17207
  unref(deleteCandidate) === i3 ? (openBlock(), createElementBlock("div", _hoisted_3$A, [
17202
- createElementVNode("p", _hoisted_4$l, toDisplayString((_a2 = formPlaceholders.value) == null ? void 0 : _a2.sure), 1),
17208
+ createElementVNode("p", _hoisted_4$m, toDisplayString((_a2 = formPlaceholders.value) == null ? void 0 : _a2.sure), 1),
17203
17209
  createVNode(unref(Btn), {
17204
17210
  thin: "",
17205
17211
  color: "red",
@@ -17235,7 +17241,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
17235
17241
  "onUpdate:modelValue": ($event) => contact.label = $event,
17236
17242
  type: "text",
17237
17243
  placeholder: (_b = formPlaceholders.value) == null ? void 0 : _b.label
17238
- }, null, 8, _hoisted_5$g), [
17244
+ }, null, 8, _hoisted_5$h), [
17239
17245
  [vModelText, contact.label]
17240
17246
  ]),
17241
17247
  ((_c = _ctx.context) == null ? void 0 : _c.id) === "email" ? withDirectives((openBlock(), createElementBlock("input", {
@@ -17289,8 +17295,8 @@ const _hoisted_3$z = {
17289
17295
  key: 0,
17290
17296
  class: "bglform-contact-confirm"
17291
17297
  };
17292
- const _hoisted_4$k = { class: "txt14" };
17293
- const _hoisted_5$f = ["onUpdate:modelValue", "placeholder"];
17298
+ const _hoisted_4$l = { class: "txt14" };
17299
+ const _hoisted_5$g = ["onUpdate:modelValue", "placeholder"];
17294
17300
  const _hoisted_6$b = { class: "bglform-contact-address" };
17295
17301
  const _hoisted_7$6 = ["onUpdate:modelValue", "placeholder"];
17296
17302
  const _hoisted_8$3 = { class: "bglform-contact-address-flex" };
@@ -17366,7 +17372,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
17366
17372
  key: i3
17367
17373
  }, [
17368
17374
  unref(deleteCandidate) === i3 ? (openBlock(), createElementBlock("div", _hoisted_3$z, [
17369
- createElementVNode("p", _hoisted_4$k, toDisplayString((_a2 = formPlaceholders.value) == null ? void 0 : _a2.sure), 1),
17375
+ createElementVNode("p", _hoisted_4$l, toDisplayString((_a2 = formPlaceholders.value) == null ? void 0 : _a2.sure), 1),
17370
17376
  createVNode(unref(Btn), {
17371
17377
  thin: "",
17372
17378
  color: "red",
@@ -17402,7 +17408,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
17402
17408
  "onUpdate:modelValue": ($event) => address.label = $event,
17403
17409
  type: "text",
17404
17410
  placeholder: (_b = formPlaceholders.value) == null ? void 0 : _b.label
17405
- }, null, 8, _hoisted_5$f), [
17411
+ }, null, 8, _hoisted_5$g), [
17406
17412
  [vModelText, address.label]
17407
17413
  ]),
17408
17414
  createElementVNode("div", _hoisted_6$b, [
@@ -17473,8 +17479,8 @@ const _hoisted_3$y = {
17473
17479
  key: 0,
17474
17480
  class: "bglform-contact-confirm"
17475
17481
  };
17476
- const _hoisted_4$j = { class: "txt14" };
17477
- const _hoisted_5$e = ["onUpdate:modelValue", "placeholder"];
17482
+ const _hoisted_4$k = { class: "txt14" };
17483
+ const _hoisted_5$f = ["onUpdate:modelValue", "placeholder"];
17478
17484
  const _hoisted_6$a = { class: "bglform-contact-address" };
17479
17485
  const _hoisted_7$5 = ["onUpdate:modelValue", "placeholder"];
17480
17486
  const _hoisted_8$2 = { class: "bglform-contact-address-flex" };
@@ -17549,7 +17555,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
17549
17555
  key: i3
17550
17556
  }, [
17551
17557
  unref(deleteCandidate) === i3 ? (openBlock(), createElementBlock("div", _hoisted_3$y, [
17552
- createElementVNode("p", _hoisted_4$j, toDisplayString((_a2 = formPlaceholders.value) == null ? void 0 : _a2.sure), 1),
17558
+ createElementVNode("p", _hoisted_4$k, toDisplayString((_a2 = formPlaceholders.value) == null ? void 0 : _a2.sure), 1),
17553
17559
  createVNode(unref(Btn), {
17554
17560
  thin: "",
17555
17561
  color: "red",
@@ -17585,7 +17591,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
17585
17591
  "onUpdate:modelValue": ($event) => bank_account.label = $event,
17586
17592
  type: "text",
17587
17593
  placeholder: (_b = formPlaceholders.value) == null ? void 0 : _b.label
17588
- }, null, 8, _hoisted_5$e), [
17594
+ }, null, 8, _hoisted_5$f), [
17589
17595
  [vModelText, bank_account.label]
17590
17596
  ]),
17591
17597
  createElementVNode("div", _hoisted_6$a, [
@@ -17735,7 +17741,7 @@ const _withScopeId$1 = (n) => (pushScopeId("data-v-d0543d4b"), n = n(), popScope
17735
17741
  const _hoisted_1$G = ["title"];
17736
17742
  const _hoisted_2$B = { class: "switch" };
17737
17743
  const _hoisted_3$x = ["id"];
17738
- const _hoisted_4$i = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "slider round" }, null, -1));
17744
+ const _hoisted_4$j = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "slider round" }, null, -1));
17739
17745
  const _sfc_main$y = /* @__PURE__ */ defineComponent({
17740
17746
  __name: "Toggle",
17741
17747
  props: {
@@ -17772,7 +17778,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
17772
17778
  }, null, 40, _hoisted_3$x), [
17773
17779
  [vModelCheckbox, unref(inputVal)]
17774
17780
  ]),
17775
- _hoisted_4$i
17781
+ _hoisted_4$j
17776
17782
  ])
17777
17783
  ], 10, _hoisted_1$G);
17778
17784
  };
@@ -17785,8 +17791,8 @@ const _hoisted_2$A = {
17785
17791
  class: "img-label"
17786
17792
  };
17787
17793
  const _hoisted_3$w = { class: "uploading-wrap" };
17788
- const _hoisted_4$h = { class: "load-file-bar" };
17789
- const _hoisted_5$d = ["src", "alt"];
17794
+ const _hoisted_4$i = { class: "load-file-bar" };
17795
+ const _hoisted_5$e = ["src", "alt"];
17790
17796
  const _hoisted_6$9 = { class: "flex" };
17791
17797
  const _hoisted_7$4 = {
17792
17798
  key: 0,
@@ -17963,14 +17969,14 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
17963
17969
  class: normalizeClass({ uploading: item.uploading }),
17964
17970
  key: index2
17965
17971
  }, [
17966
- createElementVNode("div", _hoisted_4$h, [
17972
+ createElementVNode("div", _hoisted_4$i, [
17967
17973
  isImg(item) ? (openBlock(), createElementBlock("img", {
17968
17974
  key: 0,
17969
17975
  width: "40",
17970
17976
  src: item.dataUrl,
17971
17977
  alt: item.name,
17972
17978
  style: { "margin-inline-end": "10px" }
17973
- }, null, 8, _hoisted_5$d)) : createCommentVNode("", true),
17979
+ }, null, 8, _hoisted_5$e)) : createCommentVNode("", true),
17974
17980
  createElementVNode("p", null, toDisplayString(item.name), 1),
17975
17981
  createElementVNode("div", _hoisted_6$9, [
17976
17982
  createElementVNode("div", {
@@ -18014,8 +18020,8 @@ const _hoisted_1$E = {
18014
18020
  };
18015
18021
  const _hoisted_2$z = { class: "person-card-icon-wrap" };
18016
18022
  const _hoisted_3$v = { class: "person-card-icon" };
18017
- const _hoisted_4$g = { class: "person-card-name txt20" };
18018
- const _hoisted_5$c = { class: "person-card-details-wrap" };
18023
+ const _hoisted_4$h = { class: "person-card-name txt20" };
18024
+ const _hoisted_5$d = { class: "person-card-details-wrap" };
18019
18025
  const _hoisted_6$8 = {
18020
18026
  key: 0,
18021
18027
  class: "person-card-details"
@@ -18081,9 +18087,9 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
18081
18087
  ])) : createCommentVNode("", true),
18082
18088
  createElementVNode("div", _hoisted_2$z, [
18083
18089
  createElementVNode("p", _hoisted_3$v, toDisplayString(unref(initials)(person.value.first_name, person.value.last_name)), 1),
18084
- createElementVNode("p", _hoisted_4$g, toDisplayString(person.value.first_name) + " " + toDisplayString(person.value.last_name), 1)
18090
+ createElementVNode("p", _hoisted_4$h, toDisplayString(person.value.first_name) + " " + toDisplayString(person.value.last_name), 1)
18085
18091
  ]),
18086
- createElementVNode("div", _hoisted_5$c, [
18092
+ createElementVNode("div", _hoisted_5$d, [
18087
18093
  ((_a2 = person.value.phone) == null ? void 0 : _a2.length) ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
18088
18094
  createVNode(unref(_sfc_main$W), { icon: "phone" }),
18089
18095
  (openBlock(true), createElementBlock(Fragment$1, null, renderList(person.value.phone, (phone) => {
@@ -18269,8 +18275,8 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
18269
18275
  const _hoisted_1$C = { class: "bagel-input" };
18270
18276
  const _hoisted_2$y = ["for"];
18271
18277
  const _hoisted_3$u = ["checked"];
18272
- const _hoisted_4$f = ["name", "type", "value"];
18273
- const _hoisted_5$b = ["name", "type", "value"];
18278
+ const _hoisted_4$g = ["name", "type", "value"];
18279
+ const _hoisted_5$c = ["name", "type", "value"];
18274
18280
  const _hoisted_6$7 = ["name", "type", "value"];
18275
18281
  const _sfc_main$s = /* @__PURE__ */ defineComponent({
18276
18282
  __name: "PlainInputField",
@@ -18327,7 +18333,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
18327
18333
  value: _ctx.modelValue,
18328
18334
  class: "ctl",
18329
18335
  onInput: handleInput
18330
- }, null, 40, _hoisted_4$f)) : _ctx.type === "text" ? (openBlock(), createElementBlock("input", {
18336
+ }, null, 40, _hoisted_4$g)) : _ctx.type === "text" ? (openBlock(), createElementBlock("input", {
18331
18337
  key: 2,
18332
18338
  ref_key: "el",
18333
18339
  ref: el2,
@@ -18336,7 +18342,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
18336
18342
  value: _ctx.modelValue,
18337
18343
  class: "ctl",
18338
18344
  onInput: handleInput
18339
- }, null, 40, _hoisted_5$b)) : _ctx.type === "textarea" ? (openBlock(), createElementBlock("textarea", {
18345
+ }, null, 40, _hoisted_5$c)) : _ctx.type === "textarea" ? (openBlock(), createElementBlock("textarea", {
18340
18346
  key: 3,
18341
18347
  ref_key: "el",
18342
18348
  ref: el2,
@@ -18454,6 +18460,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
18454
18460
  required: _ctx.field.required
18455
18461
  }, unref(bindAttrs)(((_a2 = _ctx.field) == null ? void 0 : _a2.attrs) || {}, props2.modelValue[_ctx.field.id || ""], props2.modelValue), {
18456
18462
  label: _ctx.field.label,
18463
+ id: _ctx.field.id,
18457
18464
  placeholder: _ctx.field.placeholder || _ctx.field.label,
18458
18465
  modelValue: props2.modelValue[_ctx.field.id || ""],
18459
18466
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => emits("update:modelValue", $event))
@@ -18469,7 +18476,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
18469
18476
  }), 128))
18470
18477
  ]),
18471
18478
  _: 1
18472
- }, 16, ["required", "label", "placeholder", "modelValue"]);
18479
+ }, 16, ["required", "label", "id", "placeholder", "modelValue"]);
18473
18480
  };
18474
18481
  }
18475
18482
  });
@@ -18477,8 +18484,8 @@ const _withScopeId = (n) => (pushScopeId("data-v-0dacba34"), n = n(), popScopeId
18477
18484
  const _hoisted_1$A = ["title"];
18478
18485
  const _hoisted_2$x = ["for"];
18479
18486
  const _hoisted_3$t = { class: "switch" };
18480
- const _hoisted_4$e = ["id"];
18481
- const _hoisted_5$a = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "slider round" }, null, -1));
18487
+ const _hoisted_4$f = ["id"];
18488
+ const _hoisted_5$b = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "slider round" }, null, -1));
18482
18489
  const _sfc_main$p = /* @__PURE__ */ defineComponent({
18483
18490
  __name: "CheckInput",
18484
18491
  props: {
@@ -18519,10 +18526,10 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
18519
18526
  type: "checkbox",
18520
18527
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputVal.value = $event),
18521
18528
  class: normalizeClass({ "no-edit": !_ctx.editMode })
18522
- }, null, 10, _hoisted_4$e), [
18529
+ }, null, 10, _hoisted_4$f), [
18523
18530
  [vModelCheckbox, inputVal.value]
18524
18531
  ]),
18525
- _hoisted_5$a
18532
+ _hoisted_5$b
18526
18533
  ])
18527
18534
  ], 10, _hoisted_1$A);
18528
18535
  };
@@ -18532,8 +18539,8 @@ const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data
18532
18539
  const _hoisted_1$z = ["title"];
18533
18540
  const _hoisted_2$w = { key: 0 };
18534
18541
  const _hoisted_3$s = { class: "flex gap-3" };
18535
- const _hoisted_4$d = ["value", "placeholder"];
18536
- const _hoisted_5$9 = { class: "currency" };
18542
+ const _hoisted_4$e = ["value", "placeholder"];
18543
+ const _hoisted_5$a = { class: "currency" };
18537
18544
  const _sfc_main$o = /* @__PURE__ */ defineComponent({
18538
18545
  __name: "CurrencyInput",
18539
18546
  props: {
@@ -18643,8 +18650,8 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
18643
18650
  onInput: handleInput,
18644
18651
  placeholder: _ctx.placeholder,
18645
18652
  class: normalizeClass({ "no-edit": !_ctx.editMode })
18646
- }, null, 42, _hoisted_4$d),
18647
- createElementVNode("p", _hoisted_5$9, toDisplayString(((_a2 = currencies.find((c2) => c2.symbol === _ctx.field.currency)) == null ? void 0 : _a2.character) || _ctx.field.currency), 1)
18653
+ }, null, 42, _hoisted_4$e),
18654
+ createElementVNode("p", _hoisted_5$a, toDisplayString(((_a2 = currencies.find((c2) => c2.symbol === _ctx.field.currency)) == null ? void 0 : _a2.character) || _ctx.field.currency), 1)
18648
18655
  ])
18649
18656
  ], 10, _hoisted_1$z);
18650
18657
  };
@@ -18909,8 +18916,8 @@ const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-
18909
18916
  const _hoisted_1$s = ["title"];
18910
18917
  const _hoisted_2$p = { key: 0 };
18911
18918
  const _hoisted_3$l = ["disabled"];
18912
- const _hoisted_4$c = ["onClick"];
18913
- const _hoisted_5$8 = {
18919
+ const _hoisted_4$d = ["onClick"];
18920
+ const _hoisted_5$9 = {
18914
18921
  key: 0,
18915
18922
  class: "option-label"
18916
18923
  };
@@ -19075,12 +19082,12 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
19075
19082
  key: unref(formatString)(option2.value, "pascal"),
19076
19083
  onClick: withModifiers(($event) => handleSelect(option2), ["stop"])
19077
19084
  }, [
19078
- option2.label ? (openBlock(), createElementBlock("div", _hoisted_5$8, [
19085
+ option2.label ? (openBlock(), createElementBlock("div", _hoisted_5$9, [
19079
19086
  createTextVNode(toDisplayString(option2.label), 1),
19080
19087
  createElementVNode("span", null, "ID: " + toDisplayString(option2.value), 1)
19081
19088
  ])) : (openBlock(), createElementBlock("div", _hoisted_6$6, " ID: " + toDisplayString(option2.value), 1)),
19082
19089
  createElementVNode("div", _hoisted_7$2, toDisplayString(option2.description), 1)
19083
- ], 8, _hoisted_4$c);
19090
+ ], 8, _hoisted_4$d);
19084
19091
  }), 128))
19085
19092
  ], 2)
19086
19093
  ]))
@@ -19093,7 +19100,7 @@ const LinkField = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-
19093
19100
  const _hoisted_1$r = ["title"];
19094
19101
  const _hoisted_2$o = { key: 0 };
19095
19102
  const _hoisted_3$k = { class: "password-input-wrap" };
19096
- const _hoisted_4$b = ["value", "type", "placeholder"];
19103
+ const _hoisted_4$c = ["value", "type", "placeholder"];
19097
19104
  const _sfc_main$g = /* @__PURE__ */ defineComponent({
19098
19105
  __name: "PasswordInput",
19099
19106
  props: {
@@ -19138,7 +19145,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
19138
19145
  onInput: handleInput,
19139
19146
  placeholder: _ctx.placeholder,
19140
19147
  class: normalizeClass({ "no-edit": !_ctx.editMode })
19141
- }, null, 42, _hoisted_4$b),
19148
+ }, null, 42, _hoisted_4$c),
19142
19149
  createElementVNode("div", {
19143
19150
  class: "icon-font password-icon",
19144
19151
  onMousedown: toggleInputType
@@ -21948,8 +21955,8 @@ const VueDraggableNext = defineComponent({
21948
21955
  const _hoisted_1$m = ["title"];
21949
21956
  const _hoisted_2$j = { class: "bagel-input" };
21950
21957
  const _hoisted_3$h = { class: "table-side-scroll" };
21951
- const _hoisted_4$a = { class: "table-header" };
21952
- const _hoisted_5$7 = { class: "table-reorder" };
21958
+ const _hoisted_4$b = { class: "table-header" };
21959
+ const _hoisted_5$8 = { class: "table-reorder" };
21953
21960
  const _hoisted_6$5 = { class: "table-action" };
21954
21961
  const _sfc_main$b = /* @__PURE__ */ defineComponent({
21955
21962
  __name: "TableField",
@@ -22020,7 +22027,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
22020
22027
  createElementVNode("label", null, toDisplayString((_a2 = unref(fieldMeta)) == null ? void 0 : _a2.label), 1)
22021
22028
  ]),
22022
22029
  createElementVNode("div", _hoisted_3$h, [
22023
- createElementVNode("div", _hoisted_4$a, [
22030
+ createElementVNode("div", _hoisted_4$b, [
22024
22031
  (openBlock(true), createElementBlock(Fragment$1, null, renderList((_b = unref(entityMeta)) == null ? void 0 : _b.fields, (field) => {
22025
22032
  return openBlock(), createElementBlock("div", {
22026
22033
  class: normalizeClass(["header-col", unref(formatString)(field.fieldtype, "pascal")]),
@@ -22047,7 +22054,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
22047
22054
  class: "flex table-row",
22048
22055
  key: row.id
22049
22056
  }, [
22050
- createElementVNode("div", _hoisted_5$7, [
22057
+ createElementVNode("div", _hoisted_5$8, [
22051
22058
  createVNode(_sfc_main$t, { icon: "more_vert" })
22052
22059
  ]),
22053
22060
  (openBlock(true), createElementBlock(Fragment$1, null, renderList((_a3 = unref(entityMeta)) == null ? void 0 : _a3.fields, (field) => {
@@ -22144,7 +22151,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
22144
22151
  const _hoisted_1$k = ["title"];
22145
22152
  const _hoisted_2$h = ["for"];
22146
22153
  const _hoisted_3$f = ["autocomplete", "id", "type", "placeholder", "disabled", "required", "pattern"];
22147
- const _hoisted_4$9 = ["id", "type", "rows", "placeholder", "disabled", "required", "pattern"];
22154
+ const _hoisted_4$a = ["id", "type", "rows", "placeholder", "disabled", "required", "pattern"];
22148
22155
  const _sfc_main$9 = /* @__PURE__ */ defineComponent({
22149
22156
  __name: "TextInput",
22150
22157
  props: {
@@ -22251,7 +22258,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
22251
22258
  disabled: !unref(editMode),
22252
22259
  required: _ctx.required,
22253
22260
  pattern: _ctx.pattern
22254
- }, _ctx.nativeInputAttrs, { onDblclick: toggleEditAction }), null, 16, _hoisted_4$9)), [
22261
+ }, _ctx.nativeInputAttrs, { onDblclick: toggleEditAction }), null, 16, _hoisted_4$a)), [
22255
22262
  [vModelText, unref(inputVal)]
22256
22263
  ])
22257
22264
  ], 8, _hoisted_2$h),
@@ -22283,7 +22290,7 @@ const _hoisted_3$e = {
22283
22290
  key: 1,
22284
22291
  class: "character-limit"
22285
22292
  };
22286
- const _hoisted_4$8 = ["value"];
22293
+ const _hoisted_4$9 = ["value"];
22287
22294
  const _sfc_main$8 = /* @__PURE__ */ defineComponent({
22288
22295
  __name: "TextArea",
22289
22296
  props: {
@@ -22317,7 +22324,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
22317
22324
  value: _ctx.modelValue,
22318
22325
  onInput: handleInput,
22319
22326
  class: { "no-edit": !_ctx.editMode }
22320
- }, _ctx.nativeInputAttrs), null, 16, _hoisted_4$8)
22327
+ }, _ctx.nativeInputAttrs), null, 16, _hoisted_4$9)
22321
22328
  ], 10, _hoisted_1$j);
22322
22329
  };
22323
22330
  }
@@ -22374,7 +22381,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
22374
22381
  const _hoisted_1$h = { key: 0 };
22375
22382
  const _hoisted_2$e = ["disabled"];
22376
22383
  const _hoisted_3$c = { class: "custom-select-drop" };
22377
- const _hoisted_4$7 = ["onClick"];
22384
+ const _hoisted_4$8 = ["onClick"];
22378
22385
  const _sfc_main$6 = /* @__PURE__ */ defineComponent({
22379
22386
  __name: "DynamicLinkField",
22380
22387
  props: {
@@ -22475,7 +22482,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
22475
22482
  return openBlock(), createElementBlock("div", {
22476
22483
  key: unref(formatString)(item2.value, "pascal"),
22477
22484
  onClick: withModifiers(($event) => handleSelect(item2), ["stop"])
22478
- }, toDisplayString(_ctx.useId || _ctx.entity === "Entity" ? item2.value : item2.label || item2.description || item2.value), 9, _hoisted_4$7);
22485
+ }, toDisplayString(_ctx.useId || _ctx.entity === "Entity" ? item2.value : item2.label || item2.description || item2.value), 9, _hoisted_4$8);
22479
22486
  }), 128))
22480
22487
  ])
22481
22488
  ], 2)
@@ -31923,8 +31930,8 @@ const _hoisted_3$a = {
31923
31930
  key: 0,
31924
31931
  class: "time-wrap"
31925
31932
  };
31926
- const _hoisted_4$6 = ["id", "name", "value"];
31927
- const _hoisted_5$6 = ["for"];
31933
+ const _hoisted_4$7 = ["id", "name", "value"];
31934
+ const _hoisted_5$7 = ["for"];
31928
31935
  const _sfc_main$4 = /* @__PURE__ */ defineComponent({
31929
31936
  __name: "DatePicker",
31930
31937
  props: {
@@ -31966,12 +31973,12 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
31966
31973
  name: _ctx.name,
31967
31974
  value: hr2,
31968
31975
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => selectedHour.value = $event)
31969
- }, null, 8, _hoisted_4$6), [
31976
+ }, null, 8, _hoisted_4$7), [
31970
31977
  [vModelRadio, selectedHour.value]
31971
31978
  ]),
31972
31979
  createElementVNode("label", {
31973
31980
  for: `${hr2}_${_ctx.name}`
31974
- }, toDisplayString(hr2), 9, _hoisted_5$6)
31981
+ }, toDisplayString(hr2), 9, _hoisted_5$7)
31975
31982
  ], 64);
31976
31983
  }), 128))
31977
31984
  ])) : createCommentVNode("", true)
@@ -31979,23 +31986,26 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
31979
31986
  };
31980
31987
  }
31981
31988
  });
31982
- const _hoisted_1$e = { class: "flex gap-2 flex-wrap" };
31983
- const _hoisted_2$b = ["id", "name", "value", "checked"];
31984
- const _hoisted_3$9 = ["for"];
31989
+ const _hoisted_1$e = { class: "bagel-input" };
31990
+ const _hoisted_2$b = { class: "pb-025" };
31991
+ const _hoisted_3$9 = { class: "flex gap-2 flex-wrap" };
31992
+ const _hoisted_4$6 = ["id", "name", "value", "checked"];
31993
+ const _hoisted_5$6 = ["for"];
31985
31994
  const _sfc_main$3 = /* @__PURE__ */ defineComponent({
31986
31995
  __name: "RadioPillsInput",
31987
31996
  props: {
31988
31997
  options: {},
31989
31998
  stringOptions: {},
31990
31999
  modelValue: {},
31991
- name: {}
32000
+ id: {},
32001
+ label: {}
31992
32002
  },
31993
32003
  emits: ["update:modelValue"],
31994
32004
  setup(__props, { emit: __emit }) {
31995
32005
  const emits = __emit;
31996
32006
  const props2 = __props;
31997
32007
  const cumputedOptions = computed(() => props2.options || props2.stringOptions.map((v) => ({
31998
- id: v,
32008
+ optioId: v,
31999
32009
  label: v,
32000
32010
  value: v
32001
32011
  })));
@@ -32021,27 +32031,30 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
32021
32031
  });
32022
32032
  return (_ctx, _cache) => {
32023
32033
  return openBlock(), createElementBlock("div", _hoisted_1$e, [
32024
- (openBlock(true), createElementBlock(Fragment$1, null, renderList(cumputedOptions.value, ({ id, label: label2, value }, index2) => {
32025
- return openBlock(), createElementBlock("div", {
32026
- class: "radio-pill",
32027
- key: index2
32028
- }, [
32029
- createElementVNode("input", {
32030
- type: "radio",
32031
- id,
32032
- name: _ctx.name,
32033
- value,
32034
- checked: unref(selectedValue) === value,
32035
- onChange: handleSelect
32036
- }, null, 40, _hoisted_2$b),
32037
- createElementVNode("label", { for: id }, toDisplayString(label2), 9, _hoisted_3$9)
32038
- ]);
32039
- }), 128))
32034
+ createElementVNode("label", _hoisted_2$b, toDisplayString(_ctx.label), 1),
32035
+ createElementVNode("div", _hoisted_3$9, [
32036
+ (openBlock(true), createElementBlock(Fragment$1, null, renderList(cumputedOptions.value, ({ optioId, label: label2, value }, index2) => {
32037
+ return openBlock(), createElementBlock("div", {
32038
+ class: "radio-pill",
32039
+ key: index2
32040
+ }, [
32041
+ createElementVNode("input", {
32042
+ type: "radio",
32043
+ id: optioId,
32044
+ name: _ctx.id,
32045
+ value,
32046
+ checked: unref(selectedValue) === value,
32047
+ onChange: handleSelect
32048
+ }, null, 40, _hoisted_4$6),
32049
+ createElementVNode("label", { for: optioId }, toDisplayString(label2), 9, _hoisted_5$6)
32050
+ ]);
32051
+ }), 128))
32052
+ ])
32040
32053
  ]);
32041
32054
  };
32042
32055
  }
32043
32056
  });
32044
- const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-97e3ba8c"]]);
32057
+ const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-15351d79"]]);
32045
32058
  const _hoisted_1$d = { class: "bagel-input" };
32046
32059
  const _hoisted_2$a = { key: 0 };
32047
32060
  const _hoisted_3$8 = { class: "imagePreviewWrap" };