@bagelink/vue 0.0.646 → 0.0.652

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 (34) hide show
  1. package/dist/components/Drop.vue.d.ts +34 -0
  2. package/dist/components/Drop.vue.d.ts.map +1 -0
  3. package/dist/components/FileUploader.vue.d.ts +60 -0
  4. package/dist/components/FileUploader.vue.d.ts.map +1 -0
  5. package/dist/components/form/ItemRef.vue.d.ts +1 -0
  6. package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
  7. package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
  8. package/dist/components/form/inputs/FileUpload.vue.d.ts +29 -0
  9. package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
  10. package/dist/components/form/inputs/RadioGroup.vue.d.ts +35 -40
  11. package/dist/components/form/inputs/RadioGroup.vue.d.ts.map +1 -1
  12. package/dist/components/form/inputs/SelectField.vue.d.ts +1 -4
  13. package/dist/components/form/inputs/SelectField.vue.d.ts.map +1 -1
  14. package/dist/components/form/inputs/SignaturePad.vue.d.ts.map +1 -1
  15. package/dist/index.cjs +90 -85
  16. package/dist/index.mjs +90 -85
  17. package/dist/plugins/modal.d.ts +1 -1
  18. package/dist/plugins/modal.d.ts.map +1 -1
  19. package/dist/style.css +24 -24
  20. package/dist/types/index.d.ts +1 -1
  21. package/dist/types/index.d.ts.map +1 -1
  22. package/package.json +3 -3
  23. package/src/components/form/inputs/Checkbox.vue +1 -1
  24. package/src/components/form/inputs/FileUpload.vue +4 -2
  25. package/src/components/form/inputs/FileUploadURL.vue +2 -2
  26. package/src/components/form/inputs/RadioGroup.vue +15 -5
  27. package/src/components/form/inputs/SignaturePad.vue +1 -0
  28. package/src/components/formkit/FileUploader.vue +2 -2
  29. package/src/plugins/modal.ts +1 -1
  30. package/src/types/index.ts +1 -1
  31. package/dist/components/Popover.vue.d.ts +0 -10
  32. package/dist/components/Popover.vue.d.ts.map +0 -1
  33. package/dist/types/materialIcon.d.ts +0 -2
  34. package/dist/types/materialIcon.d.ts.map +0 -1
package/dist/index.mjs CHANGED
@@ -5449,11 +5449,11 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
5449
5449
  };
5450
5450
  }
5451
5451
  });
5452
- const _hoisted_1$J = { class: "full-nav" };
5452
+ const _hoisted_1$K = { class: "full-nav" };
5453
5453
  const _hoisted_2$A = { class: "nav-scroll" };
5454
5454
  const _hoisted_3$o = { class: "nav-links-wrapper" };
5455
5455
  const _hoisted_4$g = { class: "tooltip" };
5456
- const _hoisted_5$e = { class: "bot-buttons-wrapper" };
5456
+ const _hoisted_5$f = { class: "bot-buttons-wrapper" };
5457
5457
  const _hoisted_6$9 = { class: "tooltip" };
5458
5458
  const _sfc_main$O = /* @__PURE__ */ defineComponent({
5459
5459
  __name: "NavBar",
@@ -5485,7 +5485,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
5485
5485
  class: "top-arrow"
5486
5486
  })
5487
5487
  ], 32),
5488
- createElementVNode("div", _hoisted_1$J, [
5488
+ createElementVNode("div", _hoisted_1$K, [
5489
5489
  createElementVNode("div", _hoisted_2$A, [
5490
5490
  createElementVNode("div", _hoisted_3$o, [
5491
5491
  (openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.links, (link) => {
@@ -5509,7 +5509,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
5509
5509
  }), 128))
5510
5510
  ])
5511
5511
  ]),
5512
- createElementVNode("div", _hoisted_5$e, [
5512
+ createElementVNode("div", _hoisted_5$f, [
5513
5513
  (openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.footerLinks, (link) => {
5514
5514
  return openBlock(), createBlock(resolveDynamicComponent(link.to ? "router-link" : "div"), {
5515
5515
  key: link.label,
@@ -5544,7 +5544,7 @@ const _export_sfc = (sfc, props2) => {
5544
5544
  return target;
5545
5545
  };
5546
5546
  const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-776cab4a"]]);
5547
- const _hoisted_1$I = {
5547
+ const _hoisted_1$J = {
5548
5548
  key: 0,
5549
5549
  class: "loading"
5550
5550
  };
@@ -5646,7 +5646,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
5646
5646
  onClick: withModifiers(_ctx.onClick, ["stop"])
5647
5647
  }, {
5648
5648
  default: withCtx(() => [
5649
- _ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_1$I)) : (openBlock(), createElementBlock("div", _hoisted_2$z, [
5649
+ _ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_1$J)) : (openBlock(), createElementBlock("div", _hoisted_2$z, [
5650
5650
  _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$P), {
5651
5651
  key: 0,
5652
5652
  icon: _ctx.icon
@@ -5667,7 +5667,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
5667
5667
  }
5668
5668
  });
5669
5669
  const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-26f1062f"]]);
5670
- const _hoisted_1$H = {
5670
+ const _hoisted_1$I = {
5671
5671
  key: 0,
5672
5672
  class: "tool-bar"
5673
5673
  };
@@ -5744,7 +5744,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
5744
5744
  default: withCtx(() => {
5745
5745
  var _a2;
5746
5746
  return [
5747
- unref(slots).toolbar || _ctx.title ? (openBlock(), createElementBlock("header", _hoisted_1$H, [
5747
+ unref(slots).toolbar || _ctx.title ? (openBlock(), createElementBlock("header", _hoisted_1$I, [
5748
5748
  renderSlot(_ctx.$slots, "toolbar"),
5749
5749
  createVNode(unref(Btn), {
5750
5750
  style: normalizeStyle({ float: _ctx.side ? "left" : "right" }),
@@ -5901,7 +5901,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
5901
5901
  }
5902
5902
  });
5903
5903
  const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-083a1b2d"]]);
5904
- const _hoisted_1$G = { class: "accordion-item" };
5904
+ const _hoisted_1$H = { class: "accordion-item" };
5905
5905
  const _hoisted_2$x = ["aria-expanded", "aria-controls"];
5906
5906
  const _hoisted_3$m = { class: "accordion-label" };
5907
5907
  const _hoisted_4$f = ["id", "aria-hidden"];
@@ -5942,7 +5942,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
5942
5942
  else if (accordionState.openItem === id) accordionState.openItem = null;
5943
5943
  }
5944
5944
  return (_ctx, _cache) => {
5945
- return openBlock(), createElementBlock("div", _hoisted_1$G, [
5945
+ return openBlock(), createElementBlock("div", _hoisted_1$H, [
5946
5946
  createElementVNode("button", {
5947
5947
  "aria-expanded": unref(isOpen) ? "true" : "false",
5948
5948
  class: "accordion-head",
@@ -5977,11 +5977,11 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
5977
5977
  });
5978
5978
  const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-f87b579d"]]);
5979
5979
  const _sfc_main$J = {};
5980
- const _hoisted_1$F = { class: "list-wrap bgl_card thin grid overflow-hidden h-100 pt-0 pb-05 px-0 m_pb-0" };
5980
+ const _hoisted_1$G = { class: "list-wrap bgl_card thin grid overflow-hidden h-100 pt-0 pb-05 px-0 m_pb-0" };
5981
5981
  const _hoisted_2$w = { class: "p-1" };
5982
5982
  const _hoisted_3$l = { class: "list-content auto-flow-rows align-items-start overflow-y h-100" };
5983
5983
  function _sfc_render$2(_ctx, _cache) {
5984
- return openBlock(), createElementBlock("div", _hoisted_1$F, [
5984
+ return openBlock(), createElementBlock("div", _hoisted_1$G, [
5985
5985
  createElementVNode("div", _hoisted_2$w, [
5986
5986
  renderSlot(_ctx.$slots, "header")
5987
5987
  ]),
@@ -5991,7 +5991,7 @@ function _sfc_render$2(_ctx, _cache) {
5991
5991
  ]);
5992
5992
  }
5993
5993
  const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$2]]);
5994
- const _hoisted_1$E = { class: "no-margin ellipsis line-height-14 pb-025" };
5994
+ const _hoisted_1$F = { class: "no-margin ellipsis line-height-14 pb-025" };
5995
5995
  const _hoisted_2$v = { class: "txt12 no-margin txt-gray ellipsis" };
5996
5996
  const _sfc_main$I = /* @__PURE__ */ defineComponent({
5997
5997
  __name: "ListItem",
@@ -6017,7 +6017,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
6017
6017
  size: 40
6018
6018
  }, null, 8, ["name", "src"])) : createCommentVNode("", true),
6019
6019
  createElementVNode("div", null, [
6020
- createElementVNode("p", _hoisted_1$E, [
6020
+ createElementVNode("p", _hoisted_1$F, [
6021
6021
  createTextVNode(toDisplayString(_ctx.title) + " ", 1),
6022
6022
  renderSlot(_ctx.$slots, "default")
6023
6023
  ]),
@@ -6032,7 +6032,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
6032
6032
  };
6033
6033
  }
6034
6034
  });
6035
- const _hoisted_1$D = { class: "page-top" };
6035
+ const _hoisted_1$E = { class: "page-top" };
6036
6036
  const _hoisted_2$u = { class: "top-title m-0" };
6037
6037
  const _sfc_main$H = /* @__PURE__ */ defineComponent({
6038
6038
  __name: "PageTitle",
@@ -6044,7 +6044,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
6044
6044
  },
6045
6045
  setup(__props) {
6046
6046
  return (_ctx, _cache) => {
6047
- return openBlock(), createElementBlock("div", _hoisted_1$D, [
6047
+ return openBlock(), createElementBlock("div", _hoisted_1$E, [
6048
6048
  createElementVNode("h1", _hoisted_2$u, [
6049
6049
  renderSlot(_ctx.$slots, "default"),
6050
6050
  createTextVNode(" " + toDisplayString(__props.value), 1)
@@ -6363,7 +6363,7 @@ function useVerticalVirtualList(options, list) {
6363
6363
  };
6364
6364
  }
6365
6365
  const _withScopeId$3 = (n2) => (pushScopeId("data-v-d01cb754"), n2 = n2(), popScopeId(), n2);
6366
- const _hoisted_1$C = {
6366
+ const _hoisted_1$D = {
6367
6367
  key: 0,
6368
6368
  class: "loading-table-wrapper z-99 h-100 w-100 absolute inset"
6369
6369
  };
@@ -6372,7 +6372,7 @@ const _hoisted_3$k = [
6372
6372
  _hoisted_2$t
6373
6373
  ];
6374
6374
  const _hoisted_4$e = { class: "infinite-wrapper" };
6375
- const _hoisted_5$d = { class: "row first-row" };
6375
+ const _hoisted_5$e = { class: "row first-row" };
6376
6376
  const _hoisted_6$8 = { key: 0 };
6377
6377
  const _hoisted_7$4 = ["onClick"];
6378
6378
  const _hoisted_8$2 = { class: "flex" };
@@ -6519,9 +6519,9 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
6519
6519
  return openBlock(), createElementBlock("div", mergeProps({ class: "table-list-wrap h-100" }, unref(containerProps), {
6520
6520
  class: { "loading-table": loading.value }
6521
6521
  }), [
6522
- loading.value ? (openBlock(), createElementBlock("div", _hoisted_1$C, _hoisted_3$k)) : (openBlock(), createElementBlock("div", normalizeProps(mergeProps({ key: 1 }, unref(wrapperProps))), [
6522
+ loading.value ? (openBlock(), createElementBlock("div", _hoisted_1$D, _hoisted_3$k)) : (openBlock(), createElementBlock("div", normalizeProps(mergeProps({ key: 1 }, unref(wrapperProps))), [
6523
6523
  createElementVNode("table", _hoisted_4$e, [
6524
- createElementVNode("thead", _hoisted_5$d, [
6524
+ createElementVNode("thead", _hoisted_5$e, [
6525
6525
  unref(isSelectable) ? (openBlock(), createElementBlock("th", _hoisted_6$8, [
6526
6526
  createElementVNode("input", {
6527
6527
  ref_key: "allSelector",
@@ -6603,9 +6603,9 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
6603
6603
  });
6604
6604
  const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-d01cb754"]]);
6605
6605
  const _sfc_main$F = {};
6606
- const _hoisted_1$B = { class: "flex space-between" };
6606
+ const _hoisted_1$C = { class: "flex space-between" };
6607
6607
  function _sfc_render$1(_ctx, _cache) {
6608
- return openBlock(), createElementBlock("div", _hoisted_1$B, [
6608
+ return openBlock(), createElementBlock("div", _hoisted_1$C, [
6609
6609
  renderSlot(_ctx.$slots, "default")
6610
6610
  ]);
6611
6611
  }
@@ -6633,7 +6633,7 @@ function _sfc_render(_ctx, _cache) {
6633
6633
  });
6634
6634
  }
6635
6635
  const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render]]);
6636
- const _hoisted_1$A = {
6636
+ const _hoisted_1$B = {
6637
6637
  key: 0,
6638
6638
  class: "data"
6639
6639
  };
@@ -6643,7 +6643,7 @@ const _hoisted_2$s = {
6643
6643
  };
6644
6644
  const _hoisted_3$j = { class: "key" };
6645
6645
  const _hoisted_4$d = { class: "m-0" };
6646
- const _hoisted_5$c = { key: 1 };
6646
+ const _hoisted_5$d = { key: 1 };
6647
6647
  const _hoisted_6$7 = {
6648
6648
  key: 0,
6649
6649
  class: "data-row"
@@ -6690,7 +6690,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
6690
6690
  const computedSchema = computed(() => getFallbackSchema([itemData.value], props2.showFields));
6691
6691
  return (_ctx, _cache) => {
6692
6692
  var _a2;
6693
- return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$A, [
6693
+ return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$B, [
6694
6694
  _ctx.title ? (openBlock(), createBlock(unref(_sfc_main$A), {
6695
6695
  key: 0,
6696
6696
  label: _ctx.title
@@ -6713,7 +6713,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
6713
6713
  ])) : createCommentVNode("", true)
6714
6714
  ], 64);
6715
6715
  }), 128)),
6716
- !((_a2 = _ctx.schema) == null ? void 0 : _a2.length) ? (openBlock(), createElementBlock("div", _hoisted_5$c, [
6716
+ !((_a2 = _ctx.schema) == null ? void 0 : _a2.length) ? (openBlock(), createElementBlock("div", _hoisted_5$d, [
6717
6717
  (openBlock(true), createElementBlock(Fragment$1, null, renderList(computedSchema.value, ({ id, label }) => {
6718
6718
  return openBlock(), createElementBlock(Fragment$1, { key: id }, [
6719
6719
  !isUnset(itemData.value[id]) ? (openBlock(), createElementBlock("div", _hoisted_6$7, [
@@ -6733,7 +6733,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
6733
6733
  }
6734
6734
  });
6735
6735
  const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-4d174f13"]]);
6736
- const _hoisted_1$z = {
6736
+ const _hoisted_1$A = {
6737
6737
  key: 0,
6738
6738
  class: "card_label"
6739
6739
  };
@@ -6765,7 +6765,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
6765
6765
  }])
6766
6766
  }, {
6767
6767
  default: withCtx(() => [
6768
- _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$z, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
6768
+ _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$A, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
6769
6769
  renderSlot(_ctx.$slots, "default")
6770
6770
  ]),
6771
6771
  _: 3
@@ -6773,7 +6773,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
6773
6773
  };
6774
6774
  }
6775
6775
  });
6776
- const _hoisted_1$y = ["src", "alt"];
6776
+ const _hoisted_1$z = ["src", "alt"];
6777
6777
  const _sfc_main$B = /* @__PURE__ */ defineComponent({
6778
6778
  __name: "Avatar",
6779
6779
  props: {
@@ -6792,7 +6792,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
6792
6792
  key: 0,
6793
6793
  src: _ctx.src,
6794
6794
  alt: _ctx.name
6795
- }, null, 8, _hoisted_1$y)) : (openBlock(), createElementBlock("p", {
6795
+ }, null, 8, _hoisted_1$z)) : (openBlock(), createElementBlock("p", {
6796
6796
  key: 1,
6797
6797
  style: normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
6798
6798
  }, toDisplayString(_ctx.fallback || unref(initials)(_ctx.name || "")), 5))
@@ -6843,7 +6843,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
6843
6843
  };
6844
6844
  }
6845
6845
  });
6846
- const _hoisted_1$x = ["dismissable"];
6846
+ const _hoisted_1$y = ["dismissable"];
6847
6847
  const _hoisted_2$r = { class: "m-0" };
6848
6848
  const _sfc_main$y = /* @__PURE__ */ defineComponent({
6849
6849
  __name: "Alert",
@@ -6881,7 +6881,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
6881
6881
  icon: "close",
6882
6882
  onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
6883
6883
  })
6884
- ], 10, _hoisted_1$x)) : createCommentVNode("", true);
6884
+ ], 10, _hoisted_1$y)) : createCommentVNode("", true);
6885
6885
  };
6886
6886
  }
6887
6887
  });
@@ -6918,7 +6918,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
6918
6918
  }
6919
6919
  });
6920
6920
  const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-532b36ae"]]);
6921
- const _hoisted_1$w = ["src"];
6921
+ const _hoisted_1$x = ["src"];
6922
6922
  const _hoisted_2$q = ["src", "autoplay", "muted", "loop", "controls"];
6923
6923
  const _sfc_main$w = /* @__PURE__ */ defineComponent({
6924
6924
  __name: "BglVideo",
@@ -6972,7 +6972,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
6972
6972
  frameborder: "0",
6973
6973
  allowfullscreen: "",
6974
6974
  title: "Video"
6975
- }, null, 12, _hoisted_1$w)) : _ctx.src ? (openBlock(), createElementBlock("video", {
6975
+ }, null, 12, _hoisted_1$x)) : _ctx.src ? (openBlock(), createElementBlock("video", {
6976
6976
  key: 1,
6977
6977
  src: _ctx.src,
6978
6978
  autoplay: _ctx.autoplay,
@@ -6987,7 +6987,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
6987
6987
  }
6988
6988
  });
6989
6989
  const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-862e1f20"]]);
6990
- const _hoisted_1$v = {
6990
+ const _hoisted_1$w = {
6991
6991
  key: 0,
6992
6992
  class: "blocker"
6993
6993
  };
@@ -7140,7 +7140,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
7140
7140
  onScrollend: scrollEnd,
7141
7141
  onMousedown: startDragging
7142
7142
  }, [
7143
- unref(isDragging) ? (openBlock(), createElementBlock("div", _hoisted_1$v)) : createCommentVNode("", true),
7143
+ unref(isDragging) ? (openBlock(), createElementBlock("div", _hoisted_1$w)) : createCommentVNode("", true),
7144
7144
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
7145
7145
  ], 34),
7146
7146
  createElementVNode("div", _hoisted_2$p, [
@@ -7203,12 +7203,12 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
7203
7203
  };
7204
7204
  }
7205
7205
  });
7206
- const _hoisted_1$u = { class: "map-test" };
7206
+ const _hoisted_1$v = { class: "map-test" };
7207
7207
  const _sfc_main$t = /* @__PURE__ */ defineComponent({
7208
7208
  __name: "MapEmbed",
7209
7209
  setup(__props) {
7210
7210
  return (_ctx, _cache) => {
7211
- return openBlock(), createElementBlock("div", _hoisted_1$u);
7211
+ return openBlock(), createElementBlock("div", _hoisted_1$v);
7212
7212
  };
7213
7213
  }
7214
7214
  });
@@ -7467,7 +7467,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
7467
7467
  };
7468
7468
  }
7469
7469
  });
7470
- const _hoisted_1$t = ["title"];
7470
+ const _hoisted_1$u = ["title"];
7471
7471
  const _hoisted_2$o = ["id", "required"];
7472
7472
  const _hoisted_3$i = ["for"];
7473
7473
  const _sfc_main$p = /* @__PURE__ */ defineComponent({
@@ -7510,7 +7510,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
7510
7510
  createTextVNode(toDisplayString(_ctx.label), 1)
7511
7511
  ], true)
7512
7512
  ], 8, _hoisted_3$i)
7513
- ], 10, _hoisted_1$t);
7513
+ ], 10, _hoisted_1$u);
7514
7514
  };
7515
7515
  }
7516
7516
  });
@@ -15954,7 +15954,7 @@ const eo = ({
15954
15954
  Object.entries(go).forEach(([e, t]) => {
15955
15955
  e !== "default" && (Hn[e] = t);
15956
15956
  });
15957
- const _hoisted_1$s = ["title"];
15957
+ const _hoisted_1$t = ["title"];
15958
15958
  const _hoisted_2$n = { key: 0 };
15959
15959
  const _sfc_main$o = /* @__PURE__ */ defineComponent({
15960
15960
  __name: "DateInput",
@@ -16014,11 +16014,11 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
16014
16014
  "minutes-grid-increment": _ctx.minutesGridIncrement,
16015
16015
  "start-time": { hours: 8, minutes: 0 }
16016
16016
  }), null, 16, ["modelValue", "required", "enable-time-picker", "allowed-dates", "time-picker-inline", "minutes-increment", "minutes-grid-increment"])
16017
- ], 10, _hoisted_1$s);
16017
+ ], 10, _hoisted_1$t);
16018
16018
  };
16019
16019
  }
16020
16020
  });
16021
- const _hoisted_1$r = ["title"];
16021
+ const _hoisted_1$s = ["title"];
16022
16022
  const _hoisted_2$m = { key: 0 };
16023
16023
  const _hoisted_3$h = ["value", "placeholder"];
16024
16024
  const _sfc_main$n = /* @__PURE__ */ defineComponent({
@@ -16053,19 +16053,19 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
16053
16053
  placeholder: _ctx.placeholder,
16054
16054
  onInput: handleInput
16055
16055
  }, null, 42, _hoisted_3$h)
16056
- ], 10, _hoisted_1$r);
16056
+ ], 10, _hoisted_1$s);
16057
16057
  };
16058
16058
  }
16059
16059
  });
16060
16060
  const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-1cbaeab2"]]);
16061
- const _hoisted_1$q = { class: "flex gap-05" };
16061
+ const _hoisted_1$r = { class: "flex gap-05" };
16062
16062
  const _hoisted_2$l = ["disabled"];
16063
16063
  const _hoisted_3$g = { key: 1 };
16064
16064
  const _hoisted_4$c = {
16065
16065
  key: 2,
16066
16066
  class: "ms-auto ps-05 me-05"
16067
16067
  };
16068
- const _hoisted_5$b = ["value"];
16068
+ const _hoisted_5$c = ["value"];
16069
16069
  const _hoisted_6$6 = { class: "selectinput-options" };
16070
16070
  const _hoisted_7$2 = ["onClick"];
16071
16071
  const _sfc_main$m = /* @__PURE__ */ defineComponent({
@@ -16260,7 +16260,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
16260
16260
  default: withCtx(() => [
16261
16261
  createElementVNode("label", null, [
16262
16262
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
16263
- createElementVNode("div", _hoisted_1$q, [
16263
+ createElementVNode("div", _hoisted_1$r, [
16264
16264
  createElementVNode("button", {
16265
16265
  disabled: _ctx.disabled,
16266
16266
  type: "button",
@@ -16296,7 +16296,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
16296
16296
  value: unref(selectedItems),
16297
16297
  required: "",
16298
16298
  onInput: _cache[2] || (_cache[2] = ($event) => updateOpen(true))
16299
- }, null, 40, _hoisted_5$b)) : createCommentVNode("", true)
16299
+ }, null, 40, _hoisted_5$c)) : createCommentVNode("", true)
16300
16300
  ])
16301
16301
  ])
16302
16302
  ]),
@@ -18785,11 +18785,11 @@ const VueDraggableNext = defineComponent({
18785
18785
  }
18786
18786
  }
18787
18787
  });
18788
- const _hoisted_1$p = ["title"];
18788
+ const _hoisted_1$q = ["title"];
18789
18789
  const _hoisted_2$k = { class: "bagel-input" };
18790
18790
  const _hoisted_3$f = { class: "table-side-scroll" };
18791
18791
  const _hoisted_4$b = { class: "table-header" };
18792
- const _hoisted_5$a = { class: "table-reorder" };
18792
+ const _hoisted_5$b = { class: "table-reorder" };
18793
18793
  const _hoisted_6$5 = { class: "table-action" };
18794
18794
  const _sfc_main$l = /* @__PURE__ */ defineComponent({
18795
18795
  __name: "TableField",
@@ -18887,7 +18887,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
18887
18887
  key: row.id,
18888
18888
  class: "flex table-row"
18889
18889
  }, [
18890
- createElementVNode("div", _hoisted_5$a, [
18890
+ createElementVNode("div", _hoisted_5$b, [
18891
18891
  createVNode(unref(_sfc_main$P), { icon: "more_vert" })
18892
18892
  ]),
18893
18893
  (openBlock(true), createElementBlock(Fragment$1, null, renderList((_a3 = unref(entityMeta)) == null ? void 0 : _a3.fields, (field) => {
@@ -18931,16 +18931,16 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
18931
18931
  ]),
18932
18932
  _: 1
18933
18933
  })
18934
- ], 8, _hoisted_1$p);
18934
+ ], 8, _hoisted_1$q);
18935
18935
  };
18936
18936
  }
18937
18937
  });
18938
18938
  const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-515f5dc9"]]);
18939
- const _hoisted_1$o = ["title"];
18939
+ const _hoisted_1$p = ["title"];
18940
18940
  const _hoisted_2$j = ["for"];
18941
18941
  const _hoisted_3$e = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
18942
18942
  const _hoisted_4$a = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
18943
- const _hoisted_5$9 = { key: 2 };
18943
+ const _hoisted_5$a = { key: 2 };
18944
18944
  const _sfc_main$k = /* @__PURE__ */ defineComponent({
18945
18945
  __name: "TextInput",
18946
18946
  props: {
@@ -19056,7 +19056,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
19056
19056
  }, _ctx.nativeInputAttrs, { onInput: updateInputVal }), null, 16, _hoisted_4$a)), [
19057
19057
  [vModelText, unref(inputVal)]
19058
19058
  ]),
19059
- _ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_5$9, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true)
19059
+ _ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_5$a, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true)
19060
19060
  ], 8, _hoisted_2$j),
19061
19061
  _ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$P), {
19062
19062
  key: 0,
@@ -19067,11 +19067,12 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
19067
19067
  key: 1,
19068
19068
  icon: _ctx.icon
19069
19069
  }, null, 8, ["icon"])) : createCommentVNode("", true)
19070
- ], 10, _hoisted_1$o);
19070
+ ], 10, _hoisted_1$p);
19071
19071
  };
19072
19072
  }
19073
19073
  });
19074
19074
  const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-82137f41"]]);
19075
+ const _hoisted_1$o = { class: "primary-checkbox" };
19075
19076
  const _sfc_main$j = /* @__PURE__ */ defineComponent({
19076
19077
  __name: "Checkbox",
19077
19078
  props: {
@@ -19082,10 +19083,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
19082
19083
  setup(__props) {
19083
19084
  const val = useModel(__props, "modelValue");
19084
19085
  return (_ctx, _cache) => {
19085
- return openBlock(), createElementBlock("label", {
19086
- onClick: _cache[1] || (_cache[1] = ($event) => val.value = !val.value),
19087
- class: "primary-checkbox"
19088
- }, [
19086
+ return openBlock(), createElementBlock("label", _hoisted_1$o, [
19089
19087
  renderSlot(_ctx.$slots, "label", {}, void 0, true),
19090
19088
  withDirectives(createElementVNode("input", {
19091
19089
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
@@ -19097,7 +19095,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
19097
19095
  };
19098
19096
  }
19099
19097
  });
19100
- const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-fe49b297"]]);
19098
+ const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-e6b95ea6"]]);
19101
19099
  const _hoisted_1$n = ["title"];
19102
19100
  const _hoisted_2$i = ["id", "placeholder", "required"];
19103
19101
  const _sfc_main$i = /* @__PURE__ */ defineComponent({
@@ -19153,7 +19151,7 @@ const _hoisted_3$d = {
19153
19151
  class: "time-wrap"
19154
19152
  };
19155
19153
  const _hoisted_4$9 = ["id", "name", "value"];
19156
- const _hoisted_5$8 = ["for"];
19154
+ const _hoisted_5$9 = ["for"];
19157
19155
  const _sfc_main$h = /* @__PURE__ */ defineComponent({
19158
19156
  __name: "DatePicker",
19159
19157
  props: {
@@ -19216,7 +19214,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
19216
19214
  ]),
19217
19215
  createElementVNode("label", {
19218
19216
  for: `${hr2}_${_ctx.id}`
19219
- }, toDisplayString(hr2), 9, _hoisted_5$8)
19217
+ }, toDisplayString(hr2), 9, _hoisted_5$9)
19220
19218
  ], 64);
19221
19219
  }), 128))
19222
19220
  ])) : createCommentVNode("", true)
@@ -19228,7 +19226,7 @@ const _hoisted_1$l = { class: "bagel-input" };
19228
19226
  const _hoisted_2$g = { class: "pb-025" };
19229
19227
  const _hoisted_3$c = { class: "flex gap-05 flex-wrap" };
19230
19228
  const _hoisted_4$8 = ["id", "name", "value", "checked"];
19231
- const _hoisted_5$7 = ["for"];
19229
+ const _hoisted_5$8 = ["for"];
19232
19230
  const _sfc_main$g = /* @__PURE__ */ defineComponent({
19233
19231
  __name: "RadioPillsInput",
19234
19232
  props: {
@@ -19288,7 +19286,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
19288
19286
  }, null, 40, _hoisted_4$8),
19289
19287
  createElementVNode("label", {
19290
19288
  for: `${_ctx.id}-${getValue(option2)}`
19291
- }, toDisplayString(getLabel(option2)), 9, _hoisted_5$7)
19289
+ }, toDisplayString(getLabel(option2)), 9, _hoisted_5$8)
19292
19290
  ]);
19293
19291
  }), 128))
19294
19292
  ])
@@ -19297,7 +19295,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
19297
19295
  }
19298
19296
  });
19299
19297
  const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-d86ce838"]]);
19300
- const _withScopeId$2 = (n2) => (pushScopeId("data-v-e848b48d"), n2 = n2(), popScopeId(), n2);
19298
+ const _withScopeId$2 = (n2) => (pushScopeId("data-v-21c953c3"), n2 = n2(), popScopeId(), n2);
19301
19299
  const _hoisted_1$k = { class: "bagel-input" };
19302
19300
  const _hoisted_2$f = {
19303
19301
  key: 0,
@@ -19308,7 +19306,7 @@ const _hoisted_4$7 = {
19308
19306
  key: 1,
19309
19307
  class: "multi-image-item previewName"
19310
19308
  };
19311
- const _hoisted_5$6 = ["src"];
19309
+ const _hoisted_5$7 = ["src"];
19312
19310
  const _hoisted_6$4 = { class: "no-margin" };
19313
19311
  const _hoisted_7$1 = {
19314
19312
  key: 0,
@@ -19485,7 +19483,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
19485
19483
  class: "preview",
19486
19484
  src: file.url,
19487
19485
  alt: ""
19488
- }, null, 8, _hoisted_5$6),
19486
+ }, null, 8, _hoisted_5$7),
19489
19487
  createElementVNode("p", _hoisted_6$4, toDisplayString(file.name), 1),
19490
19488
  createVNode(unref(Btn), {
19491
19489
  thin: "",
@@ -19533,6 +19531,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
19533
19531
  ], true),
19534
19532
  !storageFiles.value.length && !fileQueue.value.length || _ctx.multiple ? renderSlot(_ctx.$slots, "placeholder", {
19535
19533
  key: 0,
19534
+ files: storageFiles.value,
19535
+ fileQueue: fileQueue.value,
19536
19536
  browse
19537
19537
  }, () => [
19538
19538
  _hoisted_13
@@ -19542,7 +19542,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
19542
19542
  };
19543
19543
  }
19544
19544
  });
19545
- const $el = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-e848b48d"]]);
19545
+ const $el = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-21c953c3"]]);
19546
19546
  const _withScopeId$1 = (n2) => (pushScopeId("data-v-06b95183"), n2 = n2(), popScopeId(), n2);
19547
19547
  const _hoisted_1$j = ["title"];
19548
19548
  const _hoisted_2$e = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "slider round" }, null, -1));
@@ -19550,7 +19550,7 @@ const _hoisted_3$a = [
19550
19550
  _hoisted_2$e
19551
19551
  ];
19552
19552
  const _hoisted_4$6 = ["id", "required"];
19553
- const _hoisted_5$5 = ["for"];
19553
+ const _hoisted_5$6 = ["for"];
19554
19554
  const _sfc_main$e = /* @__PURE__ */ defineComponent({
19555
19555
  __name: "ToggleInput",
19556
19556
  props: /* @__PURE__ */ mergeModels({
@@ -19592,7 +19592,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
19592
19592
  renderSlot(_ctx.$slots, "label", {}, () => [
19593
19593
  createTextVNode(toDisplayString(_ctx.label), 1)
19594
19594
  ], true)
19595
- ], 8, _hoisted_5$5)
19595
+ ], 8, _hoisted_5$6)
19596
19596
  ], 10, _hoisted_1$j);
19597
19597
  };
19598
19598
  }
@@ -45725,7 +45725,7 @@ const _hoisted_1$h = ["aria-expanded"];
45725
45725
  const _hoisted_2$c = { class: "p-075 tel-countryp-dropdown" };
45726
45726
  const _hoisted_3$9 = ["aria-selected", "onClick", "onMousemove"];
45727
45727
  const _hoisted_4$5 = { class: "tel-country" };
45728
- const _hoisted_5$4 = { key: 1 };
45728
+ const _hoisted_5$5 = { key: 1 };
45729
45729
  const _hoisted_6$3 = ["id", "required", "placeholder", "disabled", "autocomplete", "pattern", "minlength", "maxlength", "name", "readonly", "tabindex", "aria-describedby"];
45730
45730
  const _sfc_main$c = /* @__PURE__ */ defineComponent({
45731
45731
  __name: "TelInput",
@@ -46017,7 +46017,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
46017
46017
  country: pb.iso2
46018
46018
  }, null, 8, ["country"])) : createCommentVNode("", true),
46019
46019
  createElementVNode("p", _hoisted_4$5, toDisplayString(pb.name), 1),
46020
- computedDropDownOptions.value.showDialCodeInList ? (openBlock(), createElementBlock("span", _hoisted_5$4, " +" + toDisplayString(pb.dialCode), 1)) : createCommentVNode("", true)
46020
+ computedDropDownOptions.value.showDialCodeInList ? (openBlock(), createElementBlock("span", _hoisted_5$5, " +" + toDisplayString(pb.dialCode), 1)) : createCommentVNode("", true)
46021
46021
  ], 40, _hoisted_3$9);
46022
46022
  }), 128))
46023
46023
  ], 2)
@@ -46711,7 +46711,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
46711
46711
  }
46712
46712
  }
46713
46713
  const defaultOptions2 = ref({
46714
- penColor: "rgb(0, 0, 0)"
46714
+ penColor: "rgb(0, 0, 0)",
46715
+ backgroundColor: "rgb(255, 255, 255)"
46715
46716
  });
46716
46717
  const signatureOptions = computed(() => ({ ...defaultOptions2.value, ...props2.sigOption }));
46717
46718
  watch(
@@ -47220,13 +47221,14 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
47220
47221
  }
47221
47222
  });
47222
47223
  const index = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-e3cd444d"]]);
47223
- const _hoisted_1$d = ["name", "value"];
47224
- const _hoisted_2$a = ["src", "alt"];
47225
- const _hoisted_3$8 = {
47224
+ const _hoisted_1$d = ["for"];
47225
+ const _hoisted_2$a = ["id", "name", "value"];
47226
+ const _hoisted_3$8 = ["src", "alt"];
47227
+ const _hoisted_4$4 = {
47226
47228
  key: 0,
47227
47229
  class: "m-0"
47228
47230
  };
47229
- const _hoisted_4$4 = {
47231
+ const _hoisted_5$4 = {
47230
47232
  key: 1,
47231
47233
  class: "txt-gray txt-12 m-0"
47232
47234
  };
@@ -47248,15 +47250,17 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
47248
47250
  (openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.options, (opt, index2) => {
47249
47251
  return openBlock(), createElementBlock("label", {
47250
47252
  key: index2,
47251
- class: "border round p-1 flex bg-gray-light mb-05 gap-075 active-list-item hover"
47253
+ class: "border round p-1 flex bg-gray-light mb-05 gap-075 active-list-item hover",
47254
+ for: opt.id
47252
47255
  }, [
47253
47256
  withDirectives(createElementVNode("input", {
47257
+ id: opt.id,
47254
47258
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedOption.value = $event),
47255
47259
  class: "radio-input-list",
47256
47260
  type: "radio",
47257
47261
  name: _ctx.groupName,
47258
47262
  value: opt.value
47259
- }, null, 8, _hoisted_1$d), [
47263
+ }, null, 8, _hoisted_2$a), [
47260
47264
  [vModelRadio, selectedOption.value]
47261
47265
  ]),
47262
47266
  opt.imgSrc ? (openBlock(), createElementBlock("img", {
@@ -47265,11 +47269,12 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
47265
47269
  width: "60",
47266
47270
  src: opt.imgSrc,
47267
47271
  alt: opt.imgAlt
47268
- }, null, 8, _hoisted_2$a)) : createCommentVNode("", true),
47272
+ }, null, 8, _hoisted_3$8)) : createCommentVNode("", true),
47269
47273
  createElementVNode("div", null, [
47270
- opt.label ? (openBlock(), createElementBlock("p", _hoisted_3$8, toDisplayString(opt.label), 1)) : createCommentVNode("", true),
47271
- opt.subLabel ? (openBlock(), createElementBlock("p", _hoisted_4$4, toDisplayString(opt.subLabel), 1)) : createCommentVNode("", true)
47274
+ opt.label ? (openBlock(), createElementBlock("p", _hoisted_4$4, toDisplayString(opt.label), 1)) : createCommentVNode("", true),
47275
+ opt.subLabel ? (openBlock(), createElementBlock("p", _hoisted_5$4, toDisplayString(opt.subLabel), 1)) : createCommentVNode("", true)
47272
47276
  ]),
47277
+ renderSlot(_ctx.$slots, "radioItem", mergeProps({ ref_for: true }, opt), void 0, true),
47273
47278
  _ctx.deletable ? (openBlock(), createBlock(unref(Btn), {
47274
47279
  key: 1,
47275
47280
  class: "ms-auto",
@@ -47278,13 +47283,13 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
47278
47283
  icon: "delete",
47279
47284
  onClick: ($event) => _ctx.$emit("delete", opt)
47280
47285
  }, null, 8, ["onClick"])) : createCommentVNode("", true)
47281
- ]);
47286
+ ], 8, _hoisted_1$d);
47282
47287
  }), 128))
47283
47288
  ]);
47284
47289
  };
47285
47290
  }
47286
47291
  });
47287
- const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-a921574e"]]);
47292
+ const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-bafd1df1"]]);
47288
47293
  function _isPlaceholder(a2) {
47289
47294
  return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
47290
47295
  }