@bagelink/vue 0.0.145 → 0.0.155

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
@@ -2293,7 +2293,7 @@ const ModalPlugin = {
2293
2293
  },
2294
2294
  render() {
2295
2295
  return modalStack.value.map((modal, index2) => {
2296
- const renderComponent = modal.isModalForm ? ModalForm : _sfc_main$K;
2296
+ const renderComponent = modal.isModalForm ? ModalForm : _sfc_main$O;
2297
2297
  return vue.h(
2298
2298
  renderComponent,
2299
2299
  {
@@ -2369,8 +2369,8 @@ function useEscape(event, closeModel) {
2369
2369
  closeModel();
2370
2370
  }
2371
2371
  }
2372
- const _hoisted_1$V = { ref: "el" };
2373
- const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
2372
+ const _hoisted_1$Z = { ref: "el" };
2373
+ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
2374
2374
  __name: "LangText",
2375
2375
  props: {
2376
2376
  input: {}
@@ -2378,7 +2378,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
2378
2378
  setup(__props) {
2379
2379
  return (_ctx, _cache) => {
2380
2380
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
2381
- vue.createElementVNode("span", _hoisted_1$V, null, 512),
2381
+ vue.createElementVNode("span", _hoisted_1$Z, null, 512),
2382
2382
  vue.createTextVNode(" " + vue.toDisplayString(_ctx.input) + " ", 1)
2383
2383
  ], 64);
2384
2384
  };
@@ -14494,8 +14494,8 @@ const marks = {
14494
14494
  }
14495
14495
  };
14496
14496
  const schema = new Schema({ nodes, marks });
14497
- const _hoisted_1$U = ["id"];
14498
- const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
14497
+ const _hoisted_1$Y = ["id"];
14498
+ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
14499
14499
  __name: "RTXEditor",
14500
14500
  props: {
14501
14501
  elementId: { default: Math.random().toString(36).substr(2, 9) },
@@ -14572,11 +14572,11 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
14572
14572
  onClick: focusEditor,
14573
14573
  id: `canvas-${_ctx.elementId}`,
14574
14574
  onKeydown: _cache[0] || (_cache[0] = vue.withKeys(vue.withModifiers(($event) => _ctx.$emit("keydown.meta.enter"), ["meta"]), ["enter"]))
14575
- }, null, 40, _hoisted_1$U);
14575
+ }, null, 40, _hoisted_1$Y);
14576
14576
  };
14577
14577
  }
14578
14578
  });
14579
- const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
14579
+ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
14580
14580
  __name: "MaterialIcon",
14581
14581
  props: {
14582
14582
  icon: {},
@@ -14591,17 +14591,17 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
14591
14591
  };
14592
14592
  }
14593
14593
  });
14594
- const _hoisted_1$T = /* @__PURE__ */ vue.createElementVNode("div", { class: "icon-font top-arrow" }, " chevron_right ", -1);
14595
- const _hoisted_2$L = [
14596
- _hoisted_1$T
14594
+ const _hoisted_1$X = /* @__PURE__ */ vue.createElementVNode("div", { class: "icon-font top-arrow" }, " chevron_right ", -1);
14595
+ const _hoisted_2$P = [
14596
+ _hoisted_1$X
14597
14597
  ];
14598
- const _hoisted_3$F = { class: "full-nav" };
14599
- const _hoisted_4$p = { class: "nav-scroll" };
14598
+ const _hoisted_3$H = { class: "full-nav" };
14599
+ const _hoisted_4$q = { class: "nav-scroll" };
14600
14600
  const _hoisted_5$l = { class: "nav-links-wrapper" };
14601
14601
  const _hoisted_6$h = { class: "icon-font" };
14602
14602
  const _hoisted_7$c = { class: "tooltip" };
14603
14603
  const _hoisted_8$7 = { class: "bot-buttons-wrapper" };
14604
- const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
14604
+ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
14605
14605
  __name: "NavBar",
14606
14606
  props: {
14607
14607
  links: {},
@@ -14625,9 +14625,9 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
14625
14625
  role: "button",
14626
14626
  "aria-label": "Toggle Navigation",
14627
14627
  tabindex: "0"
14628
- }, _hoisted_2$L, 32),
14629
- vue.createElementVNode("div", _hoisted_3$F, [
14630
- vue.createElementVNode("div", _hoisted_4$p, [
14628
+ }, _hoisted_2$P, 32),
14629
+ vue.createElementVNode("div", _hoisted_3$H, [
14630
+ vue.createElementVNode("div", _hoisted_4$q, [
14631
14631
  vue.createElementVNode("div", _hoisted_5$l, [
14632
14632
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((_a = _ctx.links) == null ? void 0 : _a.call(_ctx), (link) => {
14633
14633
  return vue.openBlock(), vue.createBlock(_component_RouterLink, {
@@ -14652,15 +14652,15 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
14652
14652
  };
14653
14653
  }
14654
14654
  });
14655
- const _hoisted_1$S = {
14655
+ const _hoisted_1$W = {
14656
14656
  key: 0,
14657
14657
  class: "loading"
14658
14658
  };
14659
- const _hoisted_2$K = {
14659
+ const _hoisted_2$O = {
14660
14660
  key: 1,
14661
14661
  class: "btn-flex"
14662
14662
  };
14663
- const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
14663
+ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
14664
14664
  __name: "Btn",
14665
14665
  props: {
14666
14666
  disabled: { type: Boolean, default: false },
@@ -14696,8 +14696,8 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
14696
14696
  })
14697
14697
  }, {
14698
14698
  default: vue.withCtx(() => [
14699
- _ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$S)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$K, [
14700
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$N), {
14699
+ _ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$W)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$O, [
14700
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$R), {
14701
14701
  key: 0,
14702
14702
  icon: _ctx.icon
14703
14703
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
@@ -14705,7 +14705,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
14705
14705
  !vue.unref(slots)["default"] && _ctx.value ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
14706
14706
  vue.createTextVNode(vue.toDisplayString(_ctx.value), 1)
14707
14707
  ], 64)) : vue.createCommentVNode("", true),
14708
- props2["icon.end"] ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$N), {
14708
+ props2["icon.end"] ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$R), {
14709
14709
  key: 2,
14710
14710
  icon: props2["icon.end"]
14711
14711
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true)
@@ -14723,12 +14723,11 @@ const _export_sfc = (sfc, props2) => {
14723
14723
  }
14724
14724
  return target;
14725
14725
  };
14726
- const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-b94d75fb"]]);
14727
- const _hoisted_1$R = ["onKeydown"];
14728
- const _hoisted_2$J = { class: "tool-bar" };
14729
- const _hoisted_3$E = { class: "modal-title" };
14730
- const _hoisted_4$o = { class: "modal-footer mt-3" };
14731
- const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
14726
+ const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-b94d75fb"]]);
14727
+ const _hoisted_1$V = { class: "tool-bar" };
14728
+ const _hoisted_2$N = { class: "modal-title" };
14729
+ const _hoisted_3$G = { class: "modal-footer mt-3" };
14730
+ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
14732
14731
  __name: "Modal",
14733
14732
  props: {
14734
14733
  side: { type: Boolean },
@@ -14738,6 +14737,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
14738
14737
  },
14739
14738
  emits: ["update:isModalVisible"],
14740
14739
  setup(__props, { emit: __emit }) {
14740
+ const props2 = __props;
14741
14741
  let isActive = vue.ref(false);
14742
14742
  const emit2 = __emit;
14743
14743
  const closeModal = () => {
@@ -14746,7 +14746,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
14746
14746
  emit2("update:isModalVisible", false);
14747
14747
  }, 200);
14748
14748
  };
14749
- const escapeKeyClose = (e) => useEscape(e, () => closeModal());
14749
+ const escapeKeyClose = (e) => (props2 == null ? void 0 : props2.dismissable) && useEscape(e, () => closeModal());
14750
14750
  vue.onMounted(() => {
14751
14751
  setTimeout(() => {
14752
14752
  isActive.value = true;
@@ -14773,12 +14773,18 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
14773
14773
  onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
14774
14774
  }, ["stop"]))
14775
14775
  }, [
14776
- vue.createElementVNode("header", _hoisted_2$J, [
14777
- vue.renderSlot(_ctx.$slots, "toolbar")
14776
+ vue.createElementVNode("header", _hoisted_1$V, [
14777
+ vue.renderSlot(_ctx.$slots, "toolbar"),
14778
+ vue.createVNode(vue.unref(Btn), {
14779
+ style: vue.normalizeStyle({ float: _ctx.side ? "left" : "right" }),
14780
+ flat: "",
14781
+ icon: "close",
14782
+ onClick: closeModal
14783
+ }, null, 8, ["style"])
14778
14784
  ]),
14779
- vue.createElementVNode("h3", _hoisted_3$E, vue.toDisplayString(_ctx.title), 1),
14785
+ vue.createElementVNode("h3", _hoisted_2$N, vue.toDisplayString(_ctx.title), 1),
14780
14786
  vue.renderSlot(_ctx.$slots, "default"),
14781
- vue.createElementVNode("footer", _hoisted_4$o, [
14787
+ vue.createElementVNode("footer", _hoisted_3$G, [
14782
14788
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.actions, (action, i2) => {
14783
14789
  return vue.openBlock(), vue.createBlock(vue.unref(Btn), vue.mergeProps({
14784
14790
  key: i2,
@@ -14789,14 +14795,14 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
14789
14795
  vue.renderSlot(_ctx.$slots, "footer")
14790
14796
  ])
14791
14797
  ])
14792
- ], 42, _hoisted_1$R);
14798
+ ], 34);
14793
14799
  };
14794
14800
  }
14795
14801
  });
14796
- const _hoisted_1$Q = { class: "dropdown-title" };
14797
- const _hoisted_2$I = { class: "dropdown-body" };
14798
- const _hoisted_3$D = ["onClick"];
14799
- const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
14802
+ const _hoisted_1$U = { class: "dropdown-title" };
14803
+ const _hoisted_2$M = { class: "dropdown-body" };
14804
+ const _hoisted_3$F = ["onClick"];
14805
+ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
14800
14806
  __name: "DropDown",
14801
14807
  props: {
14802
14808
  modelValue: String,
@@ -14822,31 +14828,31 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
14822
14828
  class: vue.normalizeClass(["dropdown", { opendrop: isOpen.value }]),
14823
14829
  onClick: toggleDropdown
14824
14830
  }, [
14825
- vue.createElementVNode("div", _hoisted_1$Q, [
14831
+ vue.createElementVNode("div", _hoisted_1$U, [
14826
14832
  vue.createTextVNode(vue.toDisplayString(selectedOption.value || __props.placeholder) + " ", 1),
14827
- vue.createVNode(vue.unref(_sfc_main$N), { icon: "keyboard_arrow_down" })
14833
+ vue.createVNode(vue.unref(_sfc_main$R), { icon: "keyboard_arrow_down" })
14828
14834
  ]),
14829
- vue.createElementVNode("div", _hoisted_2$I, [
14835
+ vue.createElementVNode("div", _hoisted_2$M, [
14830
14836
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.options, (option2, index2) => {
14831
14837
  return vue.openBlock(), vue.createElementBlock("p", {
14832
14838
  key: index2,
14833
14839
  onClick: vue.withModifiers(($event) => selectOption(option2, index2), ["stop"])
14834
- }, vue.toDisplayString(option2), 9, _hoisted_3$D);
14840
+ }, vue.toDisplayString(option2), 9, _hoisted_3$F);
14835
14841
  }), 128))
14836
14842
  ])
14837
14843
  ], 2);
14838
14844
  };
14839
14845
  }
14840
14846
  });
14841
- const _hoisted_1$P = { class: "card list-view grid thin" };
14842
- const _hoisted_2$H = { class: "list-header flex gap-3 align-items-top" };
14843
- const _hoisted_3$C = {
14847
+ const _hoisted_1$T = { class: "card list-view grid thin" };
14848
+ const _hoisted_2$L = { class: "list-header flex gap-3 align-items-top" };
14849
+ const _hoisted_3$E = {
14844
14850
  key: 0,
14845
14851
  class: "bagel-input search-wrap"
14846
14852
  };
14847
- const _hoisted_4$n = ["placeholder"];
14853
+ const _hoisted_4$p = ["placeholder"];
14848
14854
  const _hoisted_5$k = { class: "list-content grid auto-flow-rows align-items-start" };
14849
- const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
14855
+ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
14850
14856
  __name: "ListView",
14851
14857
  props: {
14852
14858
  enableAdd: { type: Boolean },
@@ -14862,17 +14868,17 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
14862
14868
  debounce(() => emit2("debounce", searchTerm.value));
14863
14869
  };
14864
14870
  return (_ctx, _cache) => {
14865
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$P, [
14866
- vue.createElementVNode("div", _hoisted_2$H, [
14867
- _ctx.enableSearch ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$C, [
14871
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$T, [
14872
+ vue.createElementVNode("div", _hoisted_2$L, [
14873
+ _ctx.enableSearch ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$E, [
14868
14874
  vue.withDirectives(vue.createElementVNode("input", {
14869
14875
  placeholder: _ctx.searchPlaceholder,
14870
14876
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => searchTerm.value = $event),
14871
14877
  onInput: _cache[1] || (_cache[1] = ($event) => search())
14872
- }, null, 40, _hoisted_4$n), [
14878
+ }, null, 40, _hoisted_4$p), [
14873
14879
  [vue.vModelText, searchTerm.value]
14874
14880
  ]),
14875
- vue.createVNode(vue.unref(_sfc_main$N), {
14881
+ vue.createVNode(vue.unref(_sfc_main$R), {
14876
14882
  class: "txtgray",
14877
14883
  icon: "search"
14878
14884
  })
@@ -14891,9 +14897,9 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
14891
14897
  };
14892
14898
  }
14893
14899
  });
14894
- const _hoisted_1$O = { class: "txt16 no-margin" };
14895
- const _hoisted_2$G = { class: "txt14 no-margin txtgray" };
14896
- const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
14900
+ const _hoisted_1$S = { class: "txt16 no-margin" };
14901
+ const _hoisted_2$K = { class: "txt14 no-margin txtgray" };
14902
+ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
14897
14903
  __name: "ListItem",
14898
14904
  props: {
14899
14905
  to: {}
@@ -14905,10 +14911,10 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
14905
14911
  class: "list-item ellipsis"
14906
14912
  }, {
14907
14913
  default: vue.withCtx(() => [
14908
- vue.createElementVNode("p", _hoisted_1$O, [
14914
+ vue.createElementVNode("p", _hoisted_1$S, [
14909
14915
  vue.renderSlot(_ctx.$slots, "default")
14910
14916
  ]),
14911
- vue.createElementVNode("p", _hoisted_2$G, [
14917
+ vue.createElementVNode("p", _hoisted_2$K, [
14912
14918
  vue.renderSlot(_ctx.$slots, "subtitle")
14913
14919
  ])
14914
14920
  ]),
@@ -14917,11 +14923,11 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
14917
14923
  };
14918
14924
  }
14919
14925
  });
14920
- const _hoisted_1$N = { class: "h-100 grid list-view gap-3" };
14921
- const _hoisted_2$F = { class: "card tabs-top" };
14922
- const _hoisted_3$B = { class: "tabs grid auto-flow-columns fit-content" };
14923
- const _hoisted_4$m = ["onClick"];
14924
- const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
14926
+ const _hoisted_1$R = { class: "h-100 grid list-view gap-3" };
14927
+ const _hoisted_2$J = { class: "card tabs-top" };
14928
+ const _hoisted_3$D = { class: "tabs grid auto-flow-columns fit-content" };
14929
+ const _hoisted_4$o = ["onClick"];
14930
+ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
14925
14931
  __name: "TabbedLayout",
14926
14932
  props: {
14927
14933
  title: {},
@@ -14949,10 +14955,10 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
14949
14955
  activeTab.value = firstTab;
14950
14956
  });
14951
14957
  return (_ctx, _cache) => {
14952
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$N, [
14953
- vue.createElementVNode("div", _hoisted_2$F, [
14958
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$R, [
14959
+ vue.createElementVNode("div", _hoisted_2$J, [
14954
14960
  vue.renderSlot(_ctx.$slots, "top-section", {}, void 0, true),
14955
- vue.createElementVNode("div", _hoisted_3$B, [
14961
+ vue.createElementVNode("div", _hoisted_3$D, [
14956
14962
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.tabs, (tab) => {
14957
14963
  return vue.openBlock(), vue.createElementBlock("div", {
14958
14964
  class: vue.normalizeClass([{
@@ -14960,7 +14966,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
14960
14966
  }, "tab"]),
14961
14967
  key: tab,
14962
14968
  onClick: ($event) => changeTab(tab)
14963
- }, vue.toDisplayString(tab), 11, _hoisted_4$m);
14969
+ }, vue.toDisplayString(tab), 11, _hoisted_4$o);
14964
14970
  }), 128))
14965
14971
  ])
14966
14972
  ]),
@@ -14976,16 +14982,16 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
14976
14982
  };
14977
14983
  }
14978
14984
  });
14979
- const TabbedLayout = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-4ac29f1d"]]);
14980
- const _hoisted_1$M = { class: "comments-wrap" };
14981
- const _hoisted_2$E = { class: "comment-list" };
14982
- const _hoisted_3$A = { class: "comment-top" };
14983
- const _hoisted_4$l = { class: "comment-owner" };
14985
+ const TabbedLayout = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-4ac29f1d"]]);
14986
+ const _hoisted_1$Q = { class: "comments-wrap" };
14987
+ const _hoisted_2$I = { class: "comment-list" };
14988
+ const _hoisted_3$C = { class: "comment-top" };
14989
+ const _hoisted_4$n = { class: "comment-owner" };
14984
14990
  const _hoisted_5$j = { class: "comment-time" };
14985
14991
  const _hoisted_6$g = { class: "comment-actions" };
14986
14992
  const _hoisted_7$b = ["innerHTML"];
14987
14993
  const _hoisted_8$6 = { class: "new-comment" };
14988
- const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
14994
+ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
14989
14995
  __name: "Comments",
14990
14996
  props: {
14991
14997
  ref_table: {},
@@ -15030,8 +15036,8 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
15030
15036
  void fetchData();
15031
15037
  };
15032
15038
  return (_ctx, _cache) => {
15033
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$M, [
15034
- vue.createElementVNode("div", _hoisted_2$E, [
15039
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$Q, [
15040
+ vue.createElementVNode("div", _hoisted_2$I, [
15035
15041
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(comments), (comment) => {
15036
15042
  var _a, _b, _c;
15037
15043
  return vue.openBlock(), vue.createElementBlock("div", {
@@ -15041,23 +15047,23 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
15041
15047
  }, "comment"]),
15042
15048
  key: comment.id
15043
15049
  }, [
15044
- vue.createElementVNode("div", _hoisted_3$A, [
15045
- vue.createElementVNode("div", _hoisted_4$l, vue.toDisplayString(comment.sender.first_name) + " " + vue.toDisplayString(comment.sender.last_name), 1),
15050
+ vue.createElementVNode("div", _hoisted_3$C, [
15051
+ vue.createElementVNode("div", _hoisted_4$n, vue.toDisplayString(comment.sender.first_name) + " " + vue.toDisplayString(comment.sender.last_name), 1),
15046
15052
  vue.createElementVNode("div", _hoisted_5$j, vue.toDisplayString(comment.updated_at.split("T")[0]), 1),
15047
15053
  vue.createElementVNode("div", _hoisted_6$g, [
15048
- vue.createVNode(vue.unref(_sfc_main$N), {
15054
+ vue.createVNode(vue.unref(_sfc_main$R), {
15049
15055
  size: 1,
15050
15056
  class: "edit",
15051
15057
  icon: "edit",
15052
15058
  onClick: ($event) => vue.isRef(editComment) ? editComment.value = comment : editComment = comment
15053
15059
  }, null, 8, ["onClick"]),
15054
- vue.createVNode(vue.unref(_sfc_main$N), {
15060
+ vue.createVNode(vue.unref(_sfc_main$R), {
15055
15061
  size: 1.2,
15056
15062
  class: "delete",
15057
15063
  icon: "delete",
15058
15064
  onClick: ($event) => deleteComment(comment.id)
15059
15065
  }, null, 8, ["onClick"]),
15060
- vue.createVNode(vue.unref(_sfc_main$N), {
15066
+ vue.createVNode(vue.unref(_sfc_main$R), {
15061
15067
  size: 1.2,
15062
15068
  class: "save",
15063
15069
  icon: "save",
@@ -15065,7 +15071,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
15065
15071
  })
15066
15072
  ])
15067
15073
  ]),
15068
- vue.unref(editComment) !== null && ((_c = vue.unref(editComment)) == null ? void 0 : _c.id) === comment.id ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$O), {
15074
+ vue.unref(editComment) !== null && ((_c = vue.unref(editComment)) == null ? void 0 : _c.id) === comment.id ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
15069
15075
  key: 0,
15070
15076
  modelValue: vue.unref(editComment).body_html,
15071
15077
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.unref(editComment).body_html = $event),
@@ -15079,7 +15085,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
15079
15085
  }), 128))
15080
15086
  ]),
15081
15087
  vue.createElementVNode("div", _hoisted_8$6, [
15082
- vue.createVNode(vue.unref(_sfc_main$O), {
15088
+ vue.createVNode(vue.unref(_sfc_main$S), {
15083
15089
  class: "comment-input",
15084
15090
  modelValue: vue.unref(bodyHtml),
15085
15091
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(bodyHtml) ? bodyHtml.value = $event : bodyHtml = $event),
@@ -15099,10 +15105,10 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
15099
15105
  };
15100
15106
  }
15101
15107
  });
15102
- const Comments = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-ff29354a"]]);
15103
- const _hoisted_1$L = { class: "page-top" };
15104
- const _hoisted_2$D = { class: "top-title" };
15105
- const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
15108
+ const Comments = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-ff29354a"]]);
15109
+ const _hoisted_1$P = { class: "page-top" };
15110
+ const _hoisted_2$H = { class: "top-title" };
15111
+ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
15106
15112
  __name: "PageTitle",
15107
15113
  props: {
15108
15114
  value: {
@@ -15112,8 +15118,8 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
15112
15118
  },
15113
15119
  setup(__props) {
15114
15120
  return (_ctx, _cache) => {
15115
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$L, [
15116
- vue.createElementVNode("h1", _hoisted_2$D, [
15121
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$P, [
15122
+ vue.createElementVNode("h1", _hoisted_2$H, [
15117
15123
  vue.renderSlot(_ctx.$slots, "default"),
15118
15124
  vue.createTextVNode(" " + vue.toDisplayString(__props.value), 1)
15119
15125
  ])
@@ -15121,10 +15127,9 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
15121
15127
  };
15122
15128
  }
15123
15129
  });
15124
- const _hoisted_1$K = ["onKeydown"];
15125
- const _hoisted_2$C = { class: "tool-bar" };
15126
- const _hoisted_3$z = { class: "modal-title" };
15127
- const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
15130
+ const _hoisted_1$O = { class: "tool-bar" };
15131
+ const _hoisted_2$G = { class: "modal-title" };
15132
+ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
15128
15133
  __name: "ModalForm",
15129
15134
  props: {
15130
15135
  side: { type: Boolean },
@@ -15170,7 +15175,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
15170
15175
  (_b = props2.onDelete) == null ? void 0 : _b.call(props2, (_a = props2.modelValue) == null ? void 0 : _a.id);
15171
15176
  closeModal();
15172
15177
  };
15173
- const escapeKeyClose = (e) => useEscape(e, () => closeModal());
15178
+ const escapeKeyClose = (e) => (props2 == null ? void 0 : props2.dismissable) && useEscape(e, () => closeModal());
15174
15179
  vue.onMounted(() => {
15175
15180
  setTimeout(() => {
15176
15181
  isActive.value = true;
@@ -15197,7 +15202,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
15197
15202
  onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
15198
15203
  }, ["stop"]))
15199
15204
  }, [
15200
- vue.createElementVNode("header", _hoisted_2$C, [
15205
+ vue.createElementVNode("header", _hoisted_1$O, [
15201
15206
  vue.renderSlot(_ctx.$slots, "toolbar", {}, void 0, true),
15202
15207
  vue.createVNode(vue.unref(Btn), {
15203
15208
  style: vue.normalizeStyle({ float: _ctx.side ? "left" : "right" }),
@@ -15205,9 +15210,9 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
15205
15210
  icon: "close",
15206
15211
  onClick: closeModal
15207
15212
  }, null, 8, ["style"]),
15208
- vue.createElementVNode("h3", _hoisted_3$z, vue.toDisplayString(_ctx.title), 1)
15213
+ vue.createElementVNode("h3", _hoisted_2$G, vue.toDisplayString(_ctx.title), 1)
15209
15214
  ]),
15210
- vue.createVNode(vue.unref(_sfc_main$B), {
15215
+ vue.createVNode(vue.unref(_sfc_main$F), {
15211
15216
  onDelete: _ctx.onDelete ? runDelete : void 0,
15212
15217
  modelValue: _ctx.modelValue,
15213
15218
  "onUpdate:modelValue": handleEmit,
@@ -15215,24 +15220,24 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
15215
15220
  schema: computedFormSchema.value
15216
15221
  }, null, 8, ["onDelete", "modelValue", "schema"])
15217
15222
  ])
15218
- ], 42, _hoisted_1$K);
15223
+ ], 34);
15219
15224
  };
15220
15225
  }
15221
15226
  });
15222
- const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-ca1b8501"]]);
15223
- const _hoisted_1$J = {
15227
+ const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-1799b7d0"]]);
15228
+ const _hoisted_1$N = {
15224
15229
  key: 0,
15225
15230
  class: "data"
15226
15231
  };
15227
- const _hoisted_2$B = {
15232
+ const _hoisted_2$F = {
15228
15233
  key: 0,
15229
15234
  class: "mb-3 mt-0"
15230
15235
  };
15231
- const _hoisted_3$y = { class: "key" };
15232
- const _hoisted_4$k = { key: 1 };
15236
+ const _hoisted_3$B = { class: "key" };
15237
+ const _hoisted_4$m = { key: 1 };
15233
15238
  const _hoisted_5$i = { class: "key" };
15234
15239
  const _hoisted_6$f = { class: "vlue" };
15235
- const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
15240
+ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
15236
15241
  __name: "DataPreview",
15237
15242
  props: {
15238
15243
  data: {},
@@ -15244,14 +15249,14 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
15244
15249
  const keysToIgnore = ["id", "person_id", "person", "created_at", "updated_at"];
15245
15250
  return (_ctx, _cache) => {
15246
15251
  var _a;
15247
- return _ctx.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$J, [
15248
- _ctx.title ? (vue.openBlock(), vue.createElementBlock("h3", _hoisted_2$B, vue.toDisplayString(_ctx.title), 1)) : vue.createCommentVNode("", true),
15252
+ return _ctx.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$N, [
15253
+ _ctx.title ? (vue.openBlock(), vue.createElementBlock("h3", _hoisted_2$F, vue.toDisplayString(_ctx.title), 1)) : vue.createCommentVNode("", true),
15249
15254
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.schema || [], (field) => {
15250
15255
  return vue.openBlock(), vue.createElementBlock("div", {
15251
15256
  key: field.id,
15252
15257
  class: "data-row"
15253
15258
  }, [
15254
- vue.createElementVNode("div", _hoisted_3$y, vue.toDisplayString((field == null ? void 0 : field.label) || vue.unref(keyToLabel)(field.id)), 1),
15259
+ vue.createElementVNode("div", _hoisted_3$B, vue.toDisplayString((field == null ? void 0 : field.label) || vue.unref(keyToLabel)(field.id)), 1),
15255
15260
  (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(field.$el || "div"), { class: "vlue" }, {
15256
15261
  default: vue.withCtx(() => [
15257
15262
  vue.createTextVNode(vue.toDisplayString(_ctx.data[field.id] || field.defaultValue), 1)
@@ -15260,7 +15265,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
15260
15265
  }, 1024))
15261
15266
  ]);
15262
15267
  }), 128)),
15263
- !((_a = _ctx.schema) == null ? void 0 : _a.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$k, [
15268
+ !((_a = _ctx.schema) == null ? void 0 : _a.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$m, [
15264
15269
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(Object.entries(_ctx.data).filter(
15265
15270
  ([key]) => !keysToIgnore.includes(key)
15266
15271
  ), ([key, value]) => {
@@ -15278,8 +15283,8 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
15278
15283
  };
15279
15284
  }
15280
15285
  });
15281
- const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-0350cc0c"]]);
15282
- const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
15286
+ const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-0350cc0c"]]);
15287
+ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
15283
15288
  __name: "FormSchema",
15284
15289
  props: {
15285
15290
  modelValue: {},
@@ -15352,14 +15357,14 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
15352
15357
  };
15353
15358
  }
15354
15359
  });
15355
- const _hoisted_1$I = { class: "table-list-wrap h-100" };
15356
- const _hoisted_2$A = { class: "infinite-wrapper" };
15357
- const _hoisted_3$x = { class: "row first-row" };
15358
- const _hoisted_4$j = ["onClick"];
15360
+ const _hoisted_1$M = { class: "table-list-wrap h-100" };
15361
+ const _hoisted_2$E = { class: "infinite-wrapper" };
15362
+ const _hoisted_3$A = { class: "row first-row" };
15363
+ const _hoisted_4$l = ["onClick"];
15359
15364
  const _hoisted_5$h = { class: "flex" };
15360
15365
  const _hoisted_6$e = ["onClick"];
15361
15366
  const _hoisted_7$a = { key: 1 };
15362
- const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
15367
+ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
15363
15368
  __name: "TableSchema",
15364
15369
  props: {
15365
15370
  data: {},
@@ -15409,9 +15414,9 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
15409
15414
  }
15410
15415
  );
15411
15416
  return (_ctx, _cache) => {
15412
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$I, [
15413
- vue.createElementVNode("table", _hoisted_2$A, [
15414
- vue.createElementVNode("thead", _hoisted_3$x, [
15417
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$M, [
15418
+ vue.createElementVNode("table", _hoisted_2$E, [
15419
+ vue.createElementVNode("thead", _hoisted_3$A, [
15415
15420
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(columns.value, (field) => {
15416
15421
  return vue.openBlock(), vue.createElementBlock("th", {
15417
15422
  class: "col",
@@ -15423,13 +15428,13 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
15423
15428
  vue.createElementVNode("div", {
15424
15429
  class: vue.normalizeClass(["list-arrows", { sorted: vue.unref(sortField) === field.id }])
15425
15430
  }, [
15426
- vue.createVNode(vue.unref(_sfc_main$N), {
15431
+ vue.createVNode(vue.unref(_sfc_main$R), {
15427
15432
  class: vue.normalizeClass({ desc: vue.unref(sortDirection) === "DESC" }),
15428
15433
  icon: "keyboard_arrow_up"
15429
15434
  }, null, 8, ["class"])
15430
15435
  ], 2)
15431
15436
  ])
15432
- ], 8, _hoisted_4$j);
15437
+ ], 8, _hoisted_4$l);
15433
15438
  }), 128))
15434
15439
  ]),
15435
15440
  vue.createElementVNode("tbody", {
@@ -15475,16 +15480,16 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
15475
15480
  };
15476
15481
  }
15477
15482
  });
15478
- const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-fa7146ce"]]);
15479
- const _sfc_main$z = {};
15480
- const _hoisted_1$H = { class: "flex space-between" };
15483
+ const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-fa7146ce"]]);
15484
+ const _sfc_main$D = {};
15485
+ const _hoisted_1$L = { class: "flex space-between" };
15481
15486
  function _sfc_render$1(_ctx, _cache) {
15482
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$H, [
15487
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$L, [
15483
15488
  vue.renderSlot(_ctx.$slots, "default")
15484
15489
  ]);
15485
15490
  }
15486
- const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$1]]);
15487
- const _sfc_main$y = {};
15491
+ const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$1]]);
15492
+ const _sfc_main$C = {};
15488
15493
  function _sfc_render(_ctx, _cache) {
15489
15494
  const _component_router_view = vue.resolveComponent("router-view");
15490
15495
  return vue.openBlock(), vue.createBlock(_component_router_view, null, {
@@ -15506,9 +15511,9 @@ function _sfc_render(_ctx, _cache) {
15506
15511
  _: 1
15507
15512
  });
15508
15513
  }
15509
- const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render]]);
15510
- const _hoisted_1$G = { class: "card h-100 thin" };
15511
- const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
15514
+ const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render]]);
15515
+ const _hoisted_1$K = { class: "card h-100 thin" };
15516
+ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
15512
15517
  __name: "ContactSubmissions",
15513
15518
  props: {
15514
15519
  person_id: {
@@ -15538,7 +15543,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
15538
15543
  void getData();
15539
15544
  });
15540
15545
  return (_ctx, _cache) => {
15541
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$G, [
15546
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$K, [
15542
15547
  vue.createVNode(vue.unref(TableSchema), {
15543
15548
  schema: schema2,
15544
15549
  data: vue.unref(data2)
@@ -15547,13 +15552,13 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
15547
15552
  };
15548
15553
  }
15549
15554
  });
15550
- const _hoisted_1$F = {
15555
+ const _hoisted_1$J = {
15551
15556
  key: 0,
15552
15557
  class: "person-card-edit flex gap-2"
15553
15558
  };
15554
- const _hoisted_2$z = { class: "person-card-icon-wrap" };
15555
- const _hoisted_3$w = { class: "person-card-icon" };
15556
- const _hoisted_4$i = { class: "person-card-name txt20" };
15559
+ const _hoisted_2$D = { class: "person-card-icon-wrap" };
15560
+ const _hoisted_3$z = { class: "person-card-icon" };
15561
+ const _hoisted_4$k = { class: "person-card-name txt20" };
15557
15562
  const _hoisted_5$g = { class: "person-card-details-wrap" };
15558
15563
  const _hoisted_6$d = {
15559
15564
  key: 0,
@@ -15567,9 +15572,9 @@ const _hoisted_8$5 = {
15567
15572
  key: 2,
15568
15573
  class: "person-card-details badge"
15569
15574
  };
15570
- const _hoisted_9$4 = { key: 0 };
15575
+ const _hoisted_9$3 = { key: 0 };
15571
15576
  const _hoisted_10$3 = { key: 1 };
15572
- const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
15577
+ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
15573
15578
  __name: "PersonPreview",
15574
15579
  props: {
15575
15580
  person: {},
@@ -15599,7 +15604,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
15599
15604
  (...args) => _ctx.onClick && _ctx.onClick(...args)),
15600
15605
  class: "person-card"
15601
15606
  }, [
15602
- !_ctx.onClick ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$F, [
15607
+ !_ctx.onClick ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$J, [
15603
15608
  !_ctx.$route.path.match("/search") ? (vue.openBlock(), vue.createBlock(vue.unref(Btn), {
15604
15609
  key: 0,
15605
15610
  round: "",
@@ -15616,13 +15621,13 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
15616
15621
  icon: "edit"
15617
15622
  })
15618
15623
  ])) : vue.createCommentVNode("", true),
15619
- vue.createElementVNode("div", _hoisted_2$z, [
15620
- vue.createElementVNode("p", _hoisted_3$w, vue.toDisplayString(vue.unref(initials)(_ctx.person.first_name, _ctx.person.last_name)), 1),
15621
- vue.createElementVNode("p", _hoisted_4$i, vue.toDisplayString(_ctx.person.first_name) + " " + vue.toDisplayString(_ctx.person.last_name), 1)
15624
+ vue.createElementVNode("div", _hoisted_2$D, [
15625
+ vue.createElementVNode("p", _hoisted_3$z, vue.toDisplayString(vue.unref(initials)(_ctx.person.first_name, _ctx.person.last_name)), 1),
15626
+ vue.createElementVNode("p", _hoisted_4$k, vue.toDisplayString(_ctx.person.first_name) + " " + vue.toDisplayString(_ctx.person.last_name), 1)
15622
15627
  ]),
15623
15628
  vue.createElementVNode("div", _hoisted_5$g, [
15624
15629
  ((_a = _ctx.person.phone) == null ? void 0 : _a.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$d, [
15625
- vue.createVNode(vue.unref(_sfc_main$N), { icon: "phone" }),
15630
+ vue.createVNode(vue.unref(_sfc_main$R), { icon: "phone" }),
15626
15631
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.person.phone, (phone) => {
15627
15632
  return vue.openBlock(), vue.createElementBlock("p", {
15628
15633
  key: phone.id
@@ -15630,7 +15635,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
15630
15635
  }), 128))
15631
15636
  ])) : vue.createCommentVNode("", true),
15632
15637
  ((_b = _ctx.person.email) == null ? void 0 : _b.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$9, [
15633
- vue.createVNode(vue.unref(_sfc_main$N), { icon: "email" }),
15638
+ vue.createVNode(vue.unref(_sfc_main$R), { icon: "email" }),
15634
15639
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.person.email, (email) => {
15635
15640
  return vue.openBlock(), vue.createElementBlock("p", {
15636
15641
  key: email.id
@@ -15638,8 +15643,8 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
15638
15643
  }), 128))
15639
15644
  ])) : vue.createCommentVNode("", true),
15640
15645
  _ctx.person.date_of_birth || _ctx.person.gender ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$5, [
15641
- vue.createVNode(vue.unref(_sfc_main$N), { icon: "badge" }),
15642
- _ctx.person.date_of_birth ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_9$4, vue.toDisplayString(_ctx.person.date_of_birth), 1)) : vue.createCommentVNode("", true),
15646
+ vue.createVNode(vue.unref(_sfc_main$R), { icon: "badge" }),
15647
+ _ctx.person.date_of_birth ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_9$3, vue.toDisplayString(_ctx.person.date_of_birth), 1)) : vue.createCommentVNode("", true),
15643
15648
  _ctx.person.gender ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_10$3, vue.toDisplayString(_ctx.person.gender), 1)) : vue.createCommentVNode("", true)
15644
15649
  ])) : vue.createCommentVNode("", true)
15645
15650
  ])
@@ -15648,13 +15653,13 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
15648
15653
  }
15649
15654
  });
15650
15655
  const _withScopeId$2 = (n) => (vue.pushScopeId("data-v-f7af54ed"), n = n(), vue.popScopeId(), n);
15651
- const _hoisted_1$E = { class: "bar-chart" };
15652
- const _hoisted_2$y = {
15656
+ const _hoisted_1$I = { class: "bar-chart" };
15657
+ const _hoisted_2$C = {
15653
15658
  key: 0,
15654
15659
  class: "group-wrap"
15655
15660
  };
15656
- const _hoisted_3$v = { class: "group-title" };
15657
- const _hoisted_4$h = {
15661
+ const _hoisted_3$y = { class: "group-title" };
15662
+ const _hoisted_4$j = {
15658
15663
  key: 1,
15659
15664
  class: "bar-wrap"
15660
15665
  };
@@ -15662,7 +15667,7 @@ const _hoisted_5$f = { class: "bar-txt" };
15662
15667
  const _hoisted_6$c = { class: "factor" };
15663
15668
  const _hoisted_7$8 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "red-bar" }, null, -1));
15664
15669
  const _hoisted_8$4 = { class: "bar-lines" };
15665
- const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
15670
+ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
15666
15671
  __name: "BarChart",
15667
15672
  props: {
15668
15673
  title: {},
@@ -15712,14 +15717,14 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
15712
15717
  const percent = (val) => val / maxValue.value * 100;
15713
15718
  const floodPercent = vue.computed(() => `${props2.flood}%`);
15714
15719
  return (_ctx, _cache) => {
15715
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$E, [
15720
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$I, [
15716
15721
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(dataArray.value, (item, i2) => {
15717
15722
  return vue.openBlock(), vue.createElementBlock("div", {
15718
15723
  class: "graph-wrap",
15719
15724
  key: i2
15720
15725
  }, [
15721
- item.group ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$y, [
15722
- vue.createElementVNode("p", _hoisted_3$v, vue.toDisplayString(item.group), 1),
15726
+ item.group ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$C, [
15727
+ vue.createElementVNode("p", _hoisted_3$y, vue.toDisplayString(item.group), 1),
15723
15728
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((item == null ? void 0 : item.data) || [], (nested, i22) => {
15724
15729
  return vue.openBlock(), vue.createElementBlock("div", {
15725
15730
  key: i22,
@@ -15738,7 +15743,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
15738
15743
  }, null, 4)) : vue.createCommentVNode("", true)
15739
15744
  ]);
15740
15745
  }), 128))
15741
- ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$h, [
15746
+ ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$j, [
15742
15747
  vue.createElementVNode("div", {
15743
15748
  class: "bar",
15744
15749
  style: vue.normalizeStyle({ height: loaded.value ? `${percent(item.value)}%` : "0" })
@@ -15763,7 +15768,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
15763
15768
  };
15764
15769
  }
15765
15770
  });
15766
- const BarChart = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-f7af54ed"]]);
15771
+ const BarChart = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-f7af54ed"]]);
15767
15772
  const explicitKeys = [
15768
15773
  "__key",
15769
15774
  "__init",
@@ -17019,8 +17024,8 @@ function createInput(schemaOrComponent, definitionOptions = {}) {
17019
17024
  }
17020
17025
  return definition;
17021
17026
  }
17022
- const _hoisted_1$D = { class: "primary-checkbox" };
17023
- const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
17027
+ const _hoisted_1$H = { class: "primary-checkbox" };
17028
+ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
17024
17029
  __name: "Checkbox",
17025
17030
  props: {
17026
17031
  modelValue: Boolean
@@ -17044,7 +17049,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
17044
17049
  (v) => emits("update:modelValue", v)
17045
17050
  );
17046
17051
  return (_ctx, _cache) => {
17047
- return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$D, [
17052
+ return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$H, [
17048
17053
  vue.withDirectives(vue.createElementVNode("input", {
17049
17054
  type: "checkbox",
17050
17055
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(val) ? val.value = $event : val = $event)
@@ -17052,24 +17057,24 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
17052
17057
  [vue.vModelCheckbox, vue.unref(val)]
17053
17058
  ]),
17054
17059
  vue.createElementVNode("span", null, [
17055
- vue.createVNode(vue.unref(_sfc_main$N), { icon: "check" })
17060
+ vue.createVNode(vue.unref(_sfc_main$R), { icon: "check" })
17056
17061
  ])
17057
17062
  ]);
17058
17063
  };
17059
17064
  }
17060
17065
  });
17061
- const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-5f3ff6ea"]]);
17062
- const _hoisted_1$C = { class: "bagel-input" };
17063
- const _hoisted_2$x = { class: "mt-1" };
17064
- const _hoisted_3$u = {
17066
+ const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-5f3ff6ea"]]);
17067
+ const _hoisted_1$G = { class: "bagel-input" };
17068
+ const _hoisted_2$B = { class: "mt-1" };
17069
+ const _hoisted_3$x = {
17065
17070
  key: 0,
17066
17071
  class: "bglform-contact-confirm"
17067
17072
  };
17068
- const _hoisted_4$g = { class: "txt14" };
17073
+ const _hoisted_4$i = { class: "txt14" };
17069
17074
  const _hoisted_5$e = ["onUpdate:modelValue", "placeholder"];
17070
17075
  const _hoisted_6$b = ["onUpdate:modelValue", "placeholder"];
17071
17076
  const _hoisted_7$7 = ["onUpdate:modelValue", "placeholder"];
17072
- const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
17077
+ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
17073
17078
  __name: "ContactArrayFormKit",
17074
17079
  props: {
17075
17080
  context: {}
@@ -17120,16 +17125,16 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
17120
17125
  }
17121
17126
  );
17122
17127
  return (_ctx, _cache) => {
17123
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$C, [
17124
- vue.createElementVNode("div", _hoisted_2$x, [
17128
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$G, [
17129
+ vue.createElementVNode("div", _hoisted_2$B, [
17125
17130
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(val), (contact, i2) => {
17126
17131
  var _a, _b, _c, _d, _e, _f;
17127
17132
  return vue.openBlock(), vue.createElementBlock("div", {
17128
17133
  class: "bglform-contact mb-2",
17129
17134
  key: i2
17130
17135
  }, [
17131
- vue.unref(deleteCandidate) === i2 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$u, [
17132
- vue.createElementVNode("p", _hoisted_4$g, vue.toDisplayString((_a = formPlaceholders.value) == null ? void 0 : _a.sure), 1),
17136
+ vue.unref(deleteCandidate) === i2 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$x, [
17137
+ vue.createElementVNode("p", _hoisted_4$i, vue.toDisplayString((_a = formPlaceholders.value) == null ? void 0 : _a.sure), 1),
17133
17138
  vue.createVNode(vue.unref(Btn), {
17134
17139
  thin: "",
17135
17140
  color: "red",
@@ -17213,23 +17218,23 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
17213
17218
  };
17214
17219
  }
17215
17220
  });
17216
- const ContactArrayFormKit = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-0533667e"]]);
17217
- const _hoisted_1$B = { class: "bagel-input" };
17218
- const _hoisted_2$w = { class: "mt-1" };
17219
- const _hoisted_3$t = {
17221
+ const ContactArrayFormKit = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-0533667e"]]);
17222
+ const _hoisted_1$F = { class: "bagel-input" };
17223
+ const _hoisted_2$A = { class: "mt-1" };
17224
+ const _hoisted_3$w = {
17220
17225
  key: 0,
17221
17226
  class: "bglform-contact-confirm"
17222
17227
  };
17223
- const _hoisted_4$f = { class: "txt14" };
17228
+ const _hoisted_4$h = { class: "txt14" };
17224
17229
  const _hoisted_5$d = ["onUpdate:modelValue", "placeholder"];
17225
17230
  const _hoisted_6$a = { class: "bglform-contact-address" };
17226
17231
  const _hoisted_7$6 = ["onUpdate:modelValue", "placeholder"];
17227
17232
  const _hoisted_8$3 = { class: "bglform-contact-address-flex" };
17228
- const _hoisted_9$3 = ["onUpdate:modelValue", "placeholder"];
17233
+ const _hoisted_9$2 = ["onUpdate:modelValue", "placeholder"];
17229
17234
  const _hoisted_10$2 = ["onUpdate:modelValue", "placeholder"];
17230
17235
  const _hoisted_11$1 = ["onUpdate:modelValue", "placeholder"];
17231
17236
  const _hoisted_12$1 = { class: "bglform-address-del" };
17232
- const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
17237
+ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
17233
17238
  __name: "AddressArray",
17234
17239
  props: {
17235
17240
  context: {}
@@ -17286,16 +17291,16 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
17286
17291
  }
17287
17292
  );
17288
17293
  return (_ctx, _cache) => {
17289
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$B, [
17290
- vue.createElementVNode("div", _hoisted_2$w, [
17294
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$F, [
17295
+ vue.createElementVNode("div", _hoisted_2$A, [
17291
17296
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(val), (address, i2) => {
17292
17297
  var _a, _b, _c, _d, _e, _f;
17293
17298
  return vue.openBlock(), vue.createElementBlock("div", {
17294
17299
  class: "bglform-contact mb-3",
17295
17300
  key: i2
17296
17301
  }, [
17297
- vue.unref(deleteCandidate) === i2 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$t, [
17298
- vue.createElementVNode("p", _hoisted_4$f, vue.toDisplayString((_a = formPlaceholders.value) == null ? void 0 : _a.sure), 1),
17302
+ vue.unref(deleteCandidate) === i2 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$w, [
17303
+ vue.createElementVNode("p", _hoisted_4$h, vue.toDisplayString((_a = formPlaceholders.value) == null ? void 0 : _a.sure), 1),
17299
17304
  vue.createVNode(vue.unref(Btn), {
17300
17305
  thin: "",
17301
17306
  color: "red",
@@ -17347,7 +17352,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
17347
17352
  "onUpdate:modelValue": ($event) => address.city = $event,
17348
17353
  placeholder: (_d = formPlaceholders.value) == null ? void 0 : _d.city,
17349
17354
  type: "text"
17350
- }, null, 8, _hoisted_9$3), [
17355
+ }, null, 8, _hoisted_9$2), [
17351
17356
  [vue.vModelText, address.city]
17352
17357
  ]),
17353
17358
  vue.withDirectives(vue.createElementVNode("input", {
@@ -17396,19 +17401,19 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
17396
17401
  };
17397
17402
  }
17398
17403
  });
17399
- const AddressArray = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-98a4f943"]]);
17400
- const _hoisted_1$A = { class: "bagel-input" };
17401
- const _hoisted_2$v = { class: "mt-1" };
17402
- const _hoisted_3$s = {
17404
+ const AddressArray = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-98a4f943"]]);
17405
+ const _hoisted_1$E = { class: "bagel-input" };
17406
+ const _hoisted_2$z = { class: "mt-1" };
17407
+ const _hoisted_3$v = {
17403
17408
  key: 0,
17404
17409
  class: "bglform-contact-confirm"
17405
17410
  };
17406
- const _hoisted_4$e = { class: "txt14" };
17411
+ const _hoisted_4$g = { class: "txt14" };
17407
17412
  const _hoisted_5$c = ["onUpdate:modelValue", "placeholder"];
17408
17413
  const _hoisted_6$9 = { class: "bglform-contact-address" };
17409
17414
  const _hoisted_7$5 = ["onUpdate:modelValue", "placeholder"];
17410
17415
  const _hoisted_8$2 = { class: "bglform-contact-address-flex" };
17411
- const _hoisted_9$2 = ["onUpdate:modelValue", "placeholder"];
17416
+ const _hoisted_9$1 = ["onUpdate:modelValue", "placeholder"];
17412
17417
  const _hoisted_10$1 = ["onUpdate:modelValue", "placeholder"];
17413
17418
  const _hoisted_11 = { class: "grid gap-2" };
17414
17419
  const _hoisted_12 = ["onUpdate:modelValue", "placeholder"];
@@ -17417,7 +17422,7 @@ const _hoisted_14 = ["onUpdate:modelValue"];
17417
17422
  const _hoisted_15 = ["onUpdate:modelValue"];
17418
17423
  const _hoisted_16 = ["onUpdate:modelValue", "placeholder"];
17419
17424
  const _hoisted_17 = { class: "bglform-address-del" };
17420
- const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
17425
+ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
17421
17426
  __name: "BankDetailsArray",
17422
17427
  props: {
17423
17428
  context: {}
@@ -17468,16 +17473,16 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
17468
17473
  }
17469
17474
  );
17470
17475
  return (_ctx, _cache) => {
17471
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$A, [
17472
- vue.createElementVNode("div", _hoisted_2$v, [
17476
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$E, [
17477
+ vue.createElementVNode("div", _hoisted_2$z, [
17473
17478
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(val), (bank_account, i2) => {
17474
17479
  var _a, _b, _c, _d, _e, _f, _g, _h;
17475
17480
  return vue.openBlock(), vue.createElementBlock("div", {
17476
17481
  class: "bglform-contact mb-3",
17477
17482
  key: i2
17478
17483
  }, [
17479
- vue.unref(deleteCandidate) === i2 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$s, [
17480
- vue.createElementVNode("p", _hoisted_4$e, vue.toDisplayString((_a = formPlaceholders.value) == null ? void 0 : _a.sure), 1),
17484
+ vue.unref(deleteCandidate) === i2 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$v, [
17485
+ vue.createElementVNode("p", _hoisted_4$g, vue.toDisplayString((_a = formPlaceholders.value) == null ? void 0 : _a.sure), 1),
17481
17486
  vue.createVNode(vue.unref(Btn), {
17482
17487
  thin: "",
17483
17488
  color: "red",
@@ -17531,7 +17536,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
17531
17536
  placeholder: (_d = formPlaceholders.value) == null ? void 0 : _d.bankBranch,
17532
17537
  type: "text",
17533
17538
  required: ""
17534
- }, null, 8, _hoisted_9$2), [
17539
+ }, null, 8, _hoisted_9$1), [
17535
17540
  [vue.vModelText, bank_account.branch]
17536
17541
  ]),
17537
17542
  vue.withDirectives(vue.createElementVNode("input", {
@@ -17612,9 +17617,9 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
17612
17617
  };
17613
17618
  }
17614
17619
  });
17615
- const BankDetailsArray = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-0928eb22"]]);
17616
- const _hoisted_1$z = { class: "misc-wrap" };
17617
- const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
17620
+ const BankDetailsArray = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-0928eb22"]]);
17621
+ const _hoisted_1$D = { class: "misc-wrap" };
17622
+ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
17618
17623
  __name: "MiscFields",
17619
17624
  props: {
17620
17625
  context: {},
@@ -17631,7 +17636,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
17631
17636
  console.log(fields.value);
17632
17637
  };
17633
17638
  return (_ctx, _cache) => {
17634
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$z, [
17639
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$D, [
17635
17640
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(fields.value.filter(
17636
17641
  (field) => {
17637
17642
  var _a;
@@ -17659,13 +17664,13 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
17659
17664
  };
17660
17665
  }
17661
17666
  });
17662
- const MiscFieldsBtns = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-bac6c2ee"]]);
17667
+ const MiscFieldsBtns = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-bac6c2ee"]]);
17663
17668
  const _withScopeId$1 = (n) => (vue.pushScopeId("data-v-d12598ff"), n = n(), vue.popScopeId(), n);
17664
- const _hoisted_1$y = ["title"];
17665
- const _hoisted_2$u = { class: "switch" };
17666
- const _hoisted_3$r = ["id"];
17667
- const _hoisted_4$d = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("span", { class: "slider round" }, null, -1));
17668
- const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
17669
+ const _hoisted_1$C = ["title"];
17670
+ const _hoisted_2$y = { class: "switch" };
17671
+ const _hoisted_3$u = ["id"];
17672
+ const _hoisted_4$f = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("span", { class: "slider round" }, null, -1));
17673
+ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
17669
17674
  __name: "Toggle",
17670
17675
  props: {
17671
17676
  context: Object
@@ -17689,7 +17694,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
17689
17694
  class: vue.normalizeClass(["bagel-input checkbox", { check: (_a = __props.context) == null ? void 0 : _a.attrs.isCheckbox }]),
17690
17695
  title: (_b = __props.context) == null ? void 0 : _b.help
17691
17696
  }, [
17692
- vue.createElementVNode("label", _hoisted_2$u, [
17697
+ vue.createElementVNode("label", _hoisted_2$y, [
17693
17698
  vue.withDirectives(vue.createElementVNode("input", {
17694
17699
  onChange: _cache[0] || (_cache[0] = () => {
17695
17700
  var _a2;
@@ -17698,32 +17703,31 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
17698
17703
  type: "checkbox",
17699
17704
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(inputVal) ? inputVal.value = $event : inputVal = $event),
17700
17705
  id: (_c = __props.context) == null ? void 0 : _c.id
17701
- }, null, 40, _hoisted_3$r), [
17706
+ }, null, 40, _hoisted_3$u), [
17702
17707
  [vue.vModelCheckbox, vue.unref(inputVal)]
17703
17708
  ]),
17704
- _hoisted_4$d
17709
+ _hoisted_4$f
17705
17710
  ])
17706
- ], 10, _hoisted_1$y);
17711
+ ], 10, _hoisted_1$C);
17707
17712
  };
17708
17713
  }
17709
17714
  });
17710
- const Toggle = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-d12598ff"]]);
17711
- const _hoisted_1$x = { class: "files-wrapper flex" };
17712
- const _hoisted_2$t = ["onDrop"];
17713
- const _hoisted_3$q = {
17715
+ const Toggle = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-d12598ff"]]);
17716
+ const _hoisted_1$B = { class: "files-wrapper flex" };
17717
+ const _hoisted_2$x = {
17714
17718
  key: 0,
17715
17719
  class: "img-label"
17716
17720
  };
17717
- const _hoisted_4$c = { class: "uploading-wrap" };
17718
- const _hoisted_5$b = { class: "load-file-bar" };
17719
- const _hoisted_6$8 = ["src", "alt"];
17720
- const _hoisted_7$4 = { class: "flex" };
17721
- const _hoisted_8$1 = {
17721
+ const _hoisted_3$t = { class: "uploading-wrap" };
17722
+ const _hoisted_4$e = { class: "load-file-bar" };
17723
+ const _hoisted_5$b = ["src", "alt"];
17724
+ const _hoisted_6$8 = { class: "flex" };
17725
+ const _hoisted_7$4 = {
17722
17726
  key: 0,
17723
17727
  class: "progress"
17724
17728
  };
17725
- const _hoisted_9$1 = ["multiple"];
17726
- const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
17729
+ const _hoisted_8$1 = ["multiple"];
17730
+ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
17727
17731
  __name: "FileUploader",
17728
17732
  props: {
17729
17733
  context: {},
@@ -17848,7 +17852,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
17848
17852
  }
17849
17853
  return (_ctx, _cache) => {
17850
17854
  var _a;
17851
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$x, [
17855
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$B, [
17852
17856
  vue.createElementVNode("div", {
17853
17857
  ref_key: "dropZoneEl",
17854
17858
  ref: dropZoneEl,
@@ -17868,34 +17872,34 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
17868
17872
  ]),
17869
17873
  _: 1
17870
17874
  }),
17871
- allowUpload.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$q, [
17875
+ allowUpload.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$x, [
17872
17876
  vue.createElementVNode("p", null, [
17873
17877
  vue.createTextVNode(vue.toDisplayString(_ctx.dragDropLabel) + " ", 1),
17874
17878
  vue.createElementVNode("span", null, vue.toDisplayString(_ctx.browseLabel), 1)
17875
17879
  ])
17876
17880
  ])) : vue.createCommentVNode("", true),
17877
- vue.createElementVNode("div", _hoisted_4$c, [
17881
+ vue.createElementVNode("div", _hoisted_3$t, [
17878
17882
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(files.value, (item, index2) => {
17879
17883
  return vue.openBlock(), vue.createElementBlock("div", {
17880
17884
  class: vue.normalizeClass({ uploading: item.uploading }),
17881
17885
  key: index2
17882
17886
  }, [
17883
- vue.createElementVNode("div", _hoisted_5$b, [
17887
+ vue.createElementVNode("div", _hoisted_4$e, [
17884
17888
  isImg(item) ? (vue.openBlock(), vue.createElementBlock("img", {
17885
17889
  key: 0,
17886
17890
  width: "40",
17887
17891
  src: item.dataUrl,
17888
17892
  alt: item.name,
17889
17893
  style: { "margin-inline-end": "10px" }
17890
- }, null, 8, _hoisted_6$8)) : vue.createCommentVNode("", true),
17894
+ }, null, 8, _hoisted_5$b)) : vue.createCommentVNode("", true),
17891
17895
  vue.createElementVNode("p", null, vue.toDisplayString(item.name), 1),
17892
- vue.createElementVNode("div", _hoisted_7$4, [
17896
+ vue.createElementVNode("div", _hoisted_6$8, [
17893
17897
  vue.createElementVNode("div", {
17894
17898
  class: vue.normalizeClass(["pie", { complete: item.progress === 100 }]),
17895
17899
  style: vue.normalizeStyle([`--p:${item.progress}`, { "--b": "2px" }])
17896
17900
  }, [
17897
- item.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_8$1, vue.toDisplayString(`${item.progress.toFixed(0)}`), 1)) : vue.createCommentVNode("", true),
17898
- vue.createVNode(vue.unref(_sfc_main$N), {
17901
+ item.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7$4, vue.toDisplayString(`${item.progress.toFixed(0)}`), 1)) : vue.createCommentVNode("", true),
17902
+ vue.createVNode(vue.unref(_sfc_main$R), {
17899
17903
  class: "success",
17900
17904
  icon: "check"
17901
17905
  })
@@ -17912,7 +17916,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
17912
17916
  ], 2);
17913
17917
  }), 128))
17914
17918
  ])
17915
- ], 40, _hoisted_2$t),
17919
+ ], 544),
17916
17920
  vue.createElementVNode("input", {
17917
17921
  class: "file-input",
17918
17922
  type: "file",
@@ -17920,18 +17924,18 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
17920
17924
  ref_key: "fileInputEl",
17921
17925
  ref: fileInputEl,
17922
17926
  multiple: ((_a = _ctx.context) == null ? void 0 : _a.attrs.multiple) || false
17923
- }, null, 40, _hoisted_9$1)
17927
+ }, null, 40, _hoisted_8$1)
17924
17928
  ]);
17925
17929
  };
17926
17930
  }
17927
17931
  });
17928
- const _hoisted_1$w = {
17932
+ const _hoisted_1$A = {
17929
17933
  key: 0,
17930
17934
  class: "person-card-edit flex gap-2"
17931
17935
  };
17932
- const _hoisted_2$s = { class: "person-card-icon-wrap" };
17933
- const _hoisted_3$p = { class: "person-card-icon" };
17934
- const _hoisted_4$b = { class: "person-card-name txt20" };
17936
+ const _hoisted_2$w = { class: "person-card-icon-wrap" };
17937
+ const _hoisted_3$s = { class: "person-card-icon" };
17938
+ const _hoisted_4$d = { class: "person-card-name txt20" };
17935
17939
  const _hoisted_5$a = { class: "person-card-details-wrap" };
17936
17940
  const _hoisted_6$7 = {
17937
17941
  key: 0,
@@ -17947,7 +17951,7 @@ const _hoisted_8 = {
17947
17951
  };
17948
17952
  const _hoisted_9 = { key: 0 };
17949
17953
  const _hoisted_10 = { key: 1 };
17950
- const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
17954
+ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
17951
17955
  __name: "PersonPreviewFormkit",
17952
17956
  props: {
17953
17957
  context: {},
@@ -17978,7 +17982,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
17978
17982
  (...args) => _ctx.onClick && _ctx.onClick(...args)),
17979
17983
  class: "person-card"
17980
17984
  }, [
17981
- !_ctx.onClick ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$w, [
17985
+ !_ctx.onClick ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$A, [
17982
17986
  !_ctx.$route.path.match("/search") ? (vue.openBlock(), vue.createBlock(vue.unref(Btn), {
17983
17987
  key: 0,
17984
17988
  onClick: vue.unref(hideModal),
@@ -17996,13 +18000,13 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
17996
18000
  icon: "edit"
17997
18001
  })
17998
18002
  ])) : vue.createCommentVNode("", true),
17999
- vue.createElementVNode("div", _hoisted_2$s, [
18000
- vue.createElementVNode("p", _hoisted_3$p, vue.toDisplayString(vue.unref(initials)(person.value.first_name, person.value.last_name)), 1),
18001
- vue.createElementVNode("p", _hoisted_4$b, vue.toDisplayString(person.value.first_name) + " " + vue.toDisplayString(person.value.last_name), 1)
18003
+ vue.createElementVNode("div", _hoisted_2$w, [
18004
+ vue.createElementVNode("p", _hoisted_3$s, vue.toDisplayString(vue.unref(initials)(person.value.first_name, person.value.last_name)), 1),
18005
+ vue.createElementVNode("p", _hoisted_4$d, vue.toDisplayString(person.value.first_name) + " " + vue.toDisplayString(person.value.last_name), 1)
18002
18006
  ]),
18003
18007
  vue.createElementVNode("div", _hoisted_5$a, [
18004
18008
  ((_a = person.value.phone) == null ? void 0 : _a.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$7, [
18005
- vue.createVNode(vue.unref(_sfc_main$N), { icon: "phone" }),
18009
+ vue.createVNode(vue.unref(_sfc_main$R), { icon: "phone" }),
18006
18010
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(person.value.phone, (phone) => {
18007
18011
  return vue.openBlock(), vue.createElementBlock("p", {
18008
18012
  key: phone.id
@@ -18010,7 +18014,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
18010
18014
  }), 128))
18011
18015
  ])) : vue.createCommentVNode("", true),
18012
18016
  ((_b = person.value.email) == null ? void 0 : _b.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$3, [
18013
- vue.createVNode(vue.unref(_sfc_main$N), { icon: "email" }),
18017
+ vue.createVNode(vue.unref(_sfc_main$R), { icon: "email" }),
18014
18018
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(person.value.email, (email) => {
18015
18019
  return vue.openBlock(), vue.createElementBlock("p", {
18016
18020
  key: email.id
@@ -18018,7 +18022,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
18018
18022
  }), 128))
18019
18023
  ])) : vue.createCommentVNode("", true),
18020
18024
  person.value.date_of_birth || person.value.gender ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8, [
18021
- vue.createVNode(vue.unref(_sfc_main$N), { icon: "badge" }),
18025
+ vue.createVNode(vue.unref(_sfc_main$R), { icon: "badge" }),
18022
18026
  person.value.date_of_birth ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_9, vue.toDisplayString(person.value.date_of_birth), 1)) : vue.createCommentVNode("", true),
18023
18027
  person.value.gender ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_10, vue.toDisplayString(person.value.gender), 1)) : vue.createCommentVNode("", true)
18024
18028
  ])) : vue.createCommentVNode("", true)
@@ -18027,7 +18031,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
18027
18031
  };
18028
18032
  }
18029
18033
  });
18030
- const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
18034
+ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
18031
18035
  __name: "TextVariableExamples",
18032
18036
  props: {
18033
18037
  context: Object
@@ -18103,7 +18107,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
18103
18107
  }, [
18104
18108
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(variables.value, (v) => {
18105
18109
  var _a;
18106
- return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$2), {
18110
+ return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$6), {
18107
18111
  key: v,
18108
18112
  placeholder: `Variable ${v}`,
18109
18113
  modelValue: (_a = vue.unref(val)) == null ? void 0 : _a[v - 1],
@@ -18119,14 +18123,14 @@ const AddressInput = createInput(AddressArray);
18119
18123
  const BankDetailsInput = createInput(BankDetailsArray);
18120
18124
  const MiscFieldsInput = createInput(MiscFieldsBtns);
18121
18125
  const ToggleSwitchInput = createInput(Toggle);
18122
- const FileUploadInput = createInput(_sfc_main$o);
18123
- const TextVariablesInput = createInput(_sfc_main$m);
18124
- const PersonPreviewInput = createInput(_sfc_main$n);
18125
- const _hoisted_1$v = {
18126
+ const FileUploadInput = createInput(_sfc_main$s);
18127
+ const TextVariablesInput = createInput(_sfc_main$q);
18128
+ const PersonPreviewInput = createInput(_sfc_main$r);
18129
+ const _hoisted_1$z = {
18126
18130
  key: 1,
18127
18131
  class: "pill"
18128
18132
  };
18129
- const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
18133
+ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
18130
18134
  __name: "ItemRef",
18131
18135
  props: {
18132
18136
  modelValue: {},
@@ -18160,15 +18164,15 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
18160
18164
  }, {
18161
18165
  default: vue.withCtx(() => [
18162
18166
  vue.createTextVNode(vue.toDisplayString(content.value) + " ", 1),
18163
- vue.createVNode(vue.unref(_sfc_main$N), { icon: "arrow_forward" })
18167
+ vue.createVNode(vue.unref(_sfc_main$R), { icon: "arrow_forward" })
18164
18168
  ]),
18165
18169
  _: 1
18166
- })) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$v, vue.toDisplayString(content.value), 1))
18170
+ })) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$z, vue.toDisplayString(content.value), 1))
18167
18171
  ]);
18168
18172
  };
18169
18173
  }
18170
18174
  });
18171
- const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
18175
+ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
18172
18176
  __name: "MaterialIcon",
18173
18177
  props: {
18174
18178
  icon: {},
@@ -18183,13 +18187,13 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
18183
18187
  };
18184
18188
  }
18185
18189
  });
18186
- const _hoisted_1$u = { class: "bagel-input" };
18187
- const _hoisted_2$r = ["for"];
18188
- const _hoisted_3$o = ["checked"];
18189
- const _hoisted_4$a = ["name", "type", "value"];
18190
+ const _hoisted_1$y = { class: "bagel-input" };
18191
+ const _hoisted_2$v = ["for"];
18192
+ const _hoisted_3$r = ["checked"];
18193
+ const _hoisted_4$c = ["name", "type", "value"];
18190
18194
  const _hoisted_5$9 = ["name", "type", "value"];
18191
18195
  const _hoisted_6$6 = ["name", "type", "value"];
18192
- const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
18196
+ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
18193
18197
  __name: "PlainInputField",
18194
18198
  props: {
18195
18199
  type: {},
@@ -18219,14 +18223,14 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
18219
18223
  }
18220
18224
  });
18221
18225
  return (_ctx, _cache) => {
18222
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$u, [
18226
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$y, [
18223
18227
  vue.createElementVNode("label", {
18224
18228
  for: vue.unref(formatString)(_ctx.name, "pascal")
18225
18229
  }, [
18226
- vue.createVNode(_sfc_main$P, {
18230
+ vue.createVNode(_sfc_main$T, {
18227
18231
  input: vue.unref(formatString)(_ctx.name, "titleCase")
18228
18232
  }, null, 8, ["input"])
18229
- ], 8, _hoisted_2$r),
18233
+ ], 8, _hoisted_2$v),
18230
18234
  _ctx.type === "checkbox" ? (vue.openBlock(), vue.createElementBlock("input", {
18231
18235
  key: 0,
18232
18236
  ref_key: "el",
@@ -18235,7 +18239,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
18235
18239
  class: "ctl",
18236
18240
  type: "checkbox",
18237
18241
  onChange: handleCheck
18238
- }, null, 40, _hoisted_3$o)) : _ctx.type === "number" ? (vue.openBlock(), vue.createElementBlock("input", {
18242
+ }, null, 40, _hoisted_3$r)) : _ctx.type === "number" ? (vue.openBlock(), vue.createElementBlock("input", {
18239
18243
  key: 1,
18240
18244
  ref_key: "el",
18241
18245
  ref: el,
@@ -18244,7 +18248,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
18244
18248
  value: _ctx.modelValue,
18245
18249
  class: "ctl",
18246
18250
  onInput: handleInput
18247
- }, null, 40, _hoisted_4$a)) : _ctx.type === "text" ? (vue.openBlock(), vue.createElementBlock("input", {
18251
+ }, null, 40, _hoisted_4$c)) : _ctx.type === "text" ? (vue.openBlock(), vue.createElementBlock("input", {
18248
18252
  key: 2,
18249
18253
  ref_key: "el",
18250
18254
  ref: el,
@@ -18264,19 +18268,19 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
18264
18268
  onInput: handleInput
18265
18269
  }, null, 40, _hoisted_6$6)) : vue.createCommentVNode("", true),
18266
18270
  vue.createElementVNode("div", null, [
18267
- vue.createVNode(_sfc_main$P, { input: _ctx.errorMessage }, null, 8, ["input"])
18271
+ vue.createVNode(_sfc_main$T, { input: _ctx.errorMessage }, null, 8, ["input"])
18268
18272
  ])
18269
18273
  ]);
18270
18274
  };
18271
18275
  }
18272
18276
  });
18273
18277
  const _withScopeId = (n) => (vue.pushScopeId("data-v-69f0d857"), n = n(), vue.popScopeId(), n);
18274
- const _hoisted_1$t = ["title"];
18275
- const _hoisted_2$q = ["for"];
18276
- const _hoisted_3$n = { class: "switch" };
18277
- const _hoisted_4$9 = ["id"];
18278
+ const _hoisted_1$x = ["title"];
18279
+ const _hoisted_2$u = ["for"];
18280
+ const _hoisted_3$q = { class: "switch" };
18281
+ const _hoisted_4$b = ["id"];
18278
18282
  const _hoisted_5$8 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("span", { class: "slider round" }, null, -1));
18279
- const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
18283
+ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
18280
18284
  __name: "CheckInput",
18281
18285
  props: {
18282
18286
  field: {},
@@ -18309,29 +18313,29 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
18309
18313
  }, [
18310
18314
  vue.createElementVNode("label", {
18311
18315
  for: _ctx.field.id
18312
- }, vue.toDisplayString(_ctx.field.label), 9, _hoisted_2$q),
18313
- vue.createElementVNode("label", _hoisted_3$n, [
18316
+ }, vue.toDisplayString(_ctx.field.label), 9, _hoisted_2$u),
18317
+ vue.createElementVNode("label", _hoisted_3$q, [
18314
18318
  vue.withDirectives(vue.createElementVNode("input", {
18315
18319
  id: _ctx.field.id,
18316
18320
  type: "checkbox",
18317
18321
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputVal.value = $event),
18318
18322
  class: vue.normalizeClass({ "no-edit": !_ctx.editMode })
18319
- }, null, 10, _hoisted_4$9), [
18323
+ }, null, 10, _hoisted_4$b), [
18320
18324
  [vue.vModelCheckbox, inputVal.value]
18321
18325
  ]),
18322
18326
  _hoisted_5$8
18323
18327
  ])
18324
- ], 10, _hoisted_1$t);
18328
+ ], 10, _hoisted_1$x);
18325
18329
  };
18326
18330
  }
18327
18331
  });
18328
- const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-69f0d857"]]);
18329
- const _hoisted_1$s = ["title"];
18330
- const _hoisted_2$p = { key: 0 };
18331
- const _hoisted_3$m = { class: "flex gap-3" };
18332
- const _hoisted_4$8 = ["value", "placeholder"];
18332
+ const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-69f0d857"]]);
18333
+ const _hoisted_1$w = ["title"];
18334
+ const _hoisted_2$t = { key: 0 };
18335
+ const _hoisted_3$p = { class: "flex gap-3" };
18336
+ const _hoisted_4$a = ["value", "placeholder"];
18333
18337
  const _hoisted_5$7 = { class: "currency" };
18334
- const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
18338
+ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
18335
18339
  __name: "CurrencyInput",
18336
18340
  props: {
18337
18341
  field: {},
@@ -18432,26 +18436,26 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
18432
18436
  class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
18433
18437
  title: _ctx.field.description
18434
18438
  }, [
18435
- _ctx.field.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$p, vue.toDisplayString(_ctx.field.label), 1)) : vue.createCommentVNode("", true),
18436
- vue.createElementVNode("div", _hoisted_3$m, [
18439
+ _ctx.field.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$t, vue.toDisplayString(_ctx.field.label), 1)) : vue.createCommentVNode("", true),
18440
+ vue.createElementVNode("div", _hoisted_3$p, [
18437
18441
  vue.createElementVNode("input", {
18438
18442
  value: _ctx.modelValue,
18439
18443
  type: "number",
18440
18444
  onInput: handleInput,
18441
18445
  placeholder: _ctx.placeholder,
18442
18446
  class: vue.normalizeClass({ "no-edit": !_ctx.editMode })
18443
- }, null, 42, _hoisted_4$8),
18447
+ }, null, 42, _hoisted_4$a),
18444
18448
  vue.createElementVNode("p", _hoisted_5$7, vue.toDisplayString(((_a = currencies.find((c) => c.symbol === _ctx.field.currency)) == null ? void 0 : _a.character) || _ctx.field.currency), 1)
18445
18449
  ])
18446
- ], 10, _hoisted_1$s);
18450
+ ], 10, _hoisted_1$w);
18447
18451
  };
18448
18452
  }
18449
18453
  });
18450
- const CurrencyInput = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-17a56a3f"]]);
18451
- const _hoisted_1$r = ["title"];
18452
- const _hoisted_2$o = { key: 0 };
18453
- const _hoisted_3$l = ["placeholder", "disabled"];
18454
- const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
18454
+ const CurrencyInput = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-17a56a3f"]]);
18455
+ const _hoisted_1$v = ["title"];
18456
+ const _hoisted_2$s = { key: 0 };
18457
+ const _hoisted_3$o = ["placeholder", "disabled"];
18458
+ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
18455
18459
  __name: "DateInput",
18456
18460
  props: {
18457
18461
  field: {},
@@ -18472,7 +18476,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
18472
18476
  class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
18473
18477
  title: _ctx.field.description
18474
18478
  }, [
18475
- _ctx.field.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$o, vue.toDisplayString(_ctx.field.label), 1)) : vue.createCommentVNode("", true),
18479
+ _ctx.field.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$s, vue.toDisplayString(_ctx.field.label), 1)) : vue.createCommentVNode("", true),
18476
18480
  vue.withDirectives(vue.createElementVNode("input", {
18477
18481
  type: "date",
18478
18482
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => date2.value = $event),
@@ -18482,18 +18486,18 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
18482
18486
  disabled: !_ctx.editMode,
18483
18487
  enableTimePicker: false,
18484
18488
  textInputOptions: { format: "yyyy-MM-dd" }
18485
- }, null, 40, _hoisted_3$l), [
18489
+ }, null, 40, _hoisted_3$o), [
18486
18490
  [vue.vModelText, date2.value]
18487
18491
  ])
18488
- ], 10, _hoisted_1$r);
18492
+ ], 10, _hoisted_1$v);
18489
18493
  };
18490
18494
  }
18491
18495
  });
18492
- const DateInput = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-782aee7f"]]);
18493
- const _hoisted_1$q = ["title"];
18494
- const _hoisted_2$n = { key: 0 };
18495
- const _hoisted_3$k = ["value", "placeholder"];
18496
- const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
18496
+ const DateInput = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-782aee7f"]]);
18497
+ const _hoisted_1$u = ["title"];
18498
+ const _hoisted_2$r = { key: 0 };
18499
+ const _hoisted_3$n = ["value", "placeholder"];
18500
+ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
18497
18501
  __name: "DatetimeInput",
18498
18502
  props: {
18499
18503
  description: { default: "" },
@@ -18519,7 +18523,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
18519
18523
  class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
18520
18524
  title: _ctx.description
18521
18525
  }, [
18522
- _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$n, [
18526
+ _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$r, [
18523
18527
  vue.createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
18524
18528
  ])) : vue.createCommentVNode("", true),
18525
18529
  vue.createElementVNode("input", {
@@ -18528,15 +18532,15 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
18528
18532
  onInput: handleInput,
18529
18533
  placeholder: _ctx.placeholder,
18530
18534
  class: vue.normalizeClass({ "no-edit": !_ctx.editMode })
18531
- }, null, 42, _hoisted_3$k)
18532
- ], 10, _hoisted_1$q);
18535
+ }, null, 42, _hoisted_3$n)
18536
+ ], 10, _hoisted_1$u);
18533
18537
  };
18534
18538
  }
18535
18539
  });
18536
- const _hoisted_1$p = ["title"];
18537
- const _hoisted_2$m = { key: 0 };
18538
- const _hoisted_3$j = ["value", "placeholder"];
18539
- const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
18540
+ const _hoisted_1$t = ["title"];
18541
+ const _hoisted_2$q = { key: 0 };
18542
+ const _hoisted_3$m = ["value", "placeholder"];
18543
+ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
18540
18544
  __name: "EmailInput",
18541
18545
  props: {
18542
18546
  description: { default: "" },
@@ -18559,7 +18563,7 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
18559
18563
  class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
18560
18564
  title: _ctx.description
18561
18565
  }, [
18562
- _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$m, [
18566
+ _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$q, [
18563
18567
  vue.createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
18564
18568
  ])) : vue.createCommentVNode("", true),
18565
18569
  vue.createElementVNode("input", {
@@ -18569,16 +18573,16 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
18569
18573
  onInput: handleInput,
18570
18574
  class: vue.normalizeClass({ "no-edit": !_ctx.editMode }),
18571
18575
  placeholder: _ctx.placeholder
18572
- }, null, 42, _hoisted_3$j)
18573
- ], 10, _hoisted_1$p);
18576
+ }, null, 42, _hoisted_3$m)
18577
+ ], 10, _hoisted_1$t);
18574
18578
  };
18575
18579
  }
18576
18580
  });
18577
- const EmailInput = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-ed81a514"]]);
18578
- const _hoisted_1$o = ["title"];
18579
- const _hoisted_2$l = { key: 0 };
18580
- const _hoisted_3$i = ["value", "placeholder"];
18581
- const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
18581
+ const EmailInput = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-ed81a514"]]);
18582
+ const _hoisted_1$s = ["title"];
18583
+ const _hoisted_2$p = { key: 0 };
18584
+ const _hoisted_3$l = ["value", "placeholder"];
18585
+ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
18582
18586
  __name: "FloatInput",
18583
18587
  props: {
18584
18588
  description: { default: "" },
@@ -18605,7 +18609,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
18605
18609
  class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
18606
18610
  title: _ctx.description
18607
18611
  }, [
18608
- _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$l, [
18612
+ _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$p, [
18609
18613
  vue.createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
18610
18614
  ])) : vue.createCommentVNode("", true),
18611
18615
  vue.createElementVNode("input", {
@@ -18614,15 +18618,15 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
18614
18618
  onInput: handleInput,
18615
18619
  class: vue.normalizeClass({ "no-edit": !_ctx.editMode }),
18616
18620
  placeholder: _ctx.placeholder
18617
- }, null, 42, _hoisted_3$i)
18618
- ], 10, _hoisted_1$o);
18621
+ }, null, 42, _hoisted_3$l)
18622
+ ], 10, _hoisted_1$s);
18619
18623
  };
18620
18624
  }
18621
18625
  });
18622
- const _hoisted_1$n = ["title"];
18623
- const _hoisted_2$k = { key: 0 };
18624
- const _hoisted_3$h = ["value", "placeholder"];
18625
- const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
18626
+ const _hoisted_1$r = ["title"];
18627
+ const _hoisted_2$o = { key: 0 };
18628
+ const _hoisted_3$k = ["value", "placeholder"];
18629
+ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
18626
18630
  __name: "IntInput",
18627
18631
  props: {
18628
18632
  description: { default: "" },
@@ -18649,7 +18653,7 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
18649
18653
  class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
18650
18654
  title: _ctx.description
18651
18655
  }, [
18652
- _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$k, [
18656
+ _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$o, [
18653
18657
  vue.createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
18654
18658
  ])) : vue.createCommentVNode("", true),
18655
18659
  vue.createElementVNode("input", {
@@ -18658,15 +18662,15 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
18658
18662
  onInput: handleInput,
18659
18663
  class: vue.normalizeClass({ "no-edit": !_ctx.editMode }),
18660
18664
  placeholder: _ctx.placeholder
18661
- }, null, 42, _hoisted_3$h)
18662
- ], 10, _hoisted_1$n);
18665
+ }, null, 42, _hoisted_3$k)
18666
+ ], 10, _hoisted_1$r);
18663
18667
  };
18664
18668
  }
18665
18669
  });
18666
- const _hoisted_1$m = ["title"];
18667
- const _hoisted_2$j = { key: 0 };
18668
- const _hoisted_3$g = ["value", "placeholder"];
18669
- const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
18670
+ const _hoisted_1$q = ["title"];
18671
+ const _hoisted_2$n = { key: 0 };
18672
+ const _hoisted_3$j = ["value", "placeholder"];
18673
+ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
18670
18674
  __name: "JSONInput",
18671
18675
  props: {
18672
18676
  description: { default: "" },
@@ -18689,7 +18693,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
18689
18693
  class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
18690
18694
  title: _ctx.description
18691
18695
  }, [
18692
- _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$j, [
18696
+ _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$n, [
18693
18697
  vue.createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
18694
18698
  ])) : vue.createCommentVNode("", true),
18695
18699
  vue.createElementVNode("textarea", {
@@ -18697,16 +18701,16 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
18697
18701
  onInput: handleInput,
18698
18702
  class: vue.normalizeClass({ "no-edit": !_ctx.editMode }),
18699
18703
  placeholder: _ctx.placeholder
18700
- }, null, 42, _hoisted_3$g)
18701
- ], 10, _hoisted_1$m);
18704
+ }, null, 42, _hoisted_3$j)
18705
+ ], 10, _hoisted_1$q);
18702
18706
  };
18703
18707
  }
18704
18708
  });
18705
- const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-1fc4f739"]]);
18706
- const _hoisted_1$l = ["title"];
18707
- const _hoisted_2$i = { key: 0 };
18708
- const _hoisted_3$f = ["onKeydown", "disabled"];
18709
- const _hoisted_4$7 = ["onClick"];
18709
+ const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-1fc4f739"]]);
18710
+ const _hoisted_1$p = ["title"];
18711
+ const _hoisted_2$m = { key: 0 };
18712
+ const _hoisted_3$i = ["disabled"];
18713
+ const _hoisted_4$9 = ["onClick"];
18710
18714
  const _hoisted_5$6 = {
18711
18715
  key: 0,
18712
18716
  class: "option-label"
@@ -18716,7 +18720,7 @@ const _hoisted_6$5 = {
18716
18720
  class: "option-label"
18717
18721
  };
18718
18722
  const _hoisted_7$2 = { class: "option-description" };
18719
- const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
18723
+ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
18720
18724
  __name: "LinkField",
18721
18725
  props: {
18722
18726
  description: { default: "" },
@@ -18840,7 +18844,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
18840
18844
  class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
18841
18845
  title: _ctx.description
18842
18846
  }, [
18843
- _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$i, [
18847
+ _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$m, [
18844
18848
  vue.createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
18845
18849
  ])) : vue.createCommentVNode("", true),
18846
18850
  vue.withDirectives(vue.createElementVNode("input", {
@@ -18852,7 +18856,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
18852
18856
  onFocus: initList,
18853
18857
  onInput: handleInput,
18854
18858
  disabled: !_ctx.editMode
18855
- }, null, 40, _hoisted_3$f), [
18859
+ }, null, 40, _hoisted_3$i), [
18856
18860
  [vue.vModelText, selectedItem.value]
18857
18861
  ]),
18858
18862
  vue.createElementVNode("div", {
@@ -18877,21 +18881,21 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
18877
18881
  vue.createElementVNode("span", null, "ID: " + vue.toDisplayString(option2.value), 1)
18878
18882
  ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$5, " ID: " + vue.toDisplayString(option2.value), 1)),
18879
18883
  vue.createElementVNode("div", _hoisted_7$2, vue.toDisplayString(option2.description), 1)
18880
- ], 8, _hoisted_4$7);
18884
+ ], 8, _hoisted_4$9);
18881
18885
  }), 128))
18882
18886
  ], 2)
18883
18887
  ]))
18884
18888
  ], 2)
18885
- ], 10, _hoisted_1$l);
18889
+ ], 10, _hoisted_1$p);
18886
18890
  };
18887
18891
  }
18888
18892
  });
18889
- const LinkField = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-947beb38"]]);
18890
- const _hoisted_1$k = ["title"];
18891
- const _hoisted_2$h = { key: 0 };
18892
- const _hoisted_3$e = { class: "password-input-wrap" };
18893
- const _hoisted_4$6 = ["value", "type", "placeholder"];
18894
- const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
18893
+ const LinkField = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-947beb38"]]);
18894
+ const _hoisted_1$o = ["title"];
18895
+ const _hoisted_2$l = { key: 0 };
18896
+ const _hoisted_3$h = { class: "password-input-wrap" };
18897
+ const _hoisted_4$8 = ["value", "type", "placeholder"];
18898
+ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
18895
18899
  __name: "PasswordInput",
18896
18900
  props: {
18897
18901
  description: { default: "" },
@@ -18925,31 +18929,31 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
18925
18929
  class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
18926
18930
  title: _ctx.description
18927
18931
  }, [
18928
- _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$h, [
18932
+ _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$l, [
18929
18933
  vue.createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
18930
18934
  ])) : vue.createCommentVNode("", true),
18931
- vue.createElementVNode("div", _hoisted_3$e, [
18935
+ vue.createElementVNode("div", _hoisted_3$h, [
18932
18936
  vue.createElementVNode("input", {
18933
18937
  value: _ctx.modelValue,
18934
18938
  type: vue.unref(inputType),
18935
18939
  onInput: handleInput,
18936
18940
  placeholder: _ctx.placeholder,
18937
18941
  class: vue.normalizeClass({ "no-edit": !_ctx.editMode })
18938
- }, null, 42, _hoisted_4$6),
18942
+ }, null, 42, _hoisted_4$8),
18939
18943
  vue.createElementVNode("div", {
18940
18944
  class: "icon-font password-icon",
18941
18945
  onMousedown: toggleInputType
18942
18946
  }, " visibility ", 32)
18943
18947
  ])
18944
- ], 10, _hoisted_1$k);
18948
+ ], 10, _hoisted_1$o);
18945
18949
  };
18946
18950
  }
18947
18951
  });
18948
- const PasswordInput = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-eec3e237"]]);
18949
- const _hoisted_1$j = ["title"];
18950
- const _hoisted_2$g = ["for"];
18951
- const _hoisted_3$d = ["id", "type", "placeholder", "required", "pattern"];
18952
- const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
18952
+ const PasswordInput = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-eec3e237"]]);
18953
+ const _hoisted_1$n = ["title"];
18954
+ const _hoisted_2$k = ["for"];
18955
+ const _hoisted_3$g = ["id", "type", "placeholder", "required", "pattern"];
18956
+ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
18953
18957
  __name: "Password",
18954
18958
  props: {
18955
18959
  field: {},
@@ -18989,22 +18993,22 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
18989
18993
  class: { "no-edit": !_ctx.editMode },
18990
18994
  required: _ctx.required,
18991
18995
  pattern: _ctx.pattern
18992
- }, _ctx.nativeInputAttrs), null, 16, _hoisted_3$d), [
18996
+ }, _ctx.nativeInputAttrs), null, 16, _hoisted_3$g), [
18993
18997
  [vue.vModelDynamic, inputVal.value]
18994
18998
  ])
18995
- ], 8, _hoisted_2$g),
18996
- vue.createVNode(vue.unref(_sfc_main$N), {
18999
+ ], 8, _hoisted_2$k),
19000
+ vue.createVNode(vue.unref(_sfc_main$R), {
18997
19001
  onClick: showPassword,
18998
19002
  icon: vue.unref(seePassword) ? "visibility" : "visibility_off"
18999
19003
  }, null, 8, ["icon"])
19000
- ], 10, _hoisted_1$j)) : vue.createCommentVNode("", true);
19004
+ ], 10, _hoisted_1$n)) : vue.createCommentVNode("", true);
19001
19005
  };
19002
19006
  }
19003
19007
  });
19004
- const Password = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-800f4000"]]);
19005
- const _hoisted_1$i = ["title"];
19006
- const _hoisted_2$f = { key: 0 };
19007
- const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
19008
+ const Password = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-800f4000"]]);
19009
+ const _hoisted_1$m = ["title"];
19010
+ const _hoisted_2$j = { key: 0 };
19011
+ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
19008
19012
  __name: "ReadOnlyInput",
19009
19013
  props: {
19010
19014
  field: {},
@@ -19017,17 +19021,16 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
19017
19021
  class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
19018
19022
  title: _ctx.field.description
19019
19023
  }, [
19020
- _ctx.field.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$f, vue.toDisplayString(_ctx.field.label), 1)) : vue.createCommentVNode("", true),
19024
+ _ctx.field.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$j, vue.toDisplayString(_ctx.field.label), 1)) : vue.createCommentVNode("", true),
19021
19025
  vue.createTextVNode(" " + vue.toDisplayString(_ctx.modelValue), 1)
19022
- ], 10, _hoisted_1$i);
19026
+ ], 10, _hoisted_1$m);
19023
19027
  };
19024
19028
  }
19025
19029
  });
19026
- const ReadOnlyInput = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-b3b5a368"]]);
19027
- const _hoisted_1$h = ["title"];
19028
- const _hoisted_2$e = ["onClick"];
19029
- const _hoisted_3$c = ["onClick"];
19030
- const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
19030
+ const ReadOnlyInput = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-b3b5a368"]]);
19031
+ const _hoisted_1$l = ["title"];
19032
+ const _hoisted_2$i = ["onClick"];
19033
+ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
19031
19034
  __name: "SelectField",
19032
19035
  props: {
19033
19036
  inputType: {},
@@ -19159,7 +19162,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
19159
19162
  for: "label",
19160
19163
  class: vue.normalizeClass({ active: showList.value })
19161
19164
  }, [
19162
- vue.createVNode(vue.unref(_sfc_main$P), { input: _ctx.label }, null, 8, ["input"])
19165
+ vue.createVNode(vue.unref(_sfc_main$T), { input: _ctx.label }, null, 8, ["input"])
19163
19166
  ], 2)) : vue.createCommentVNode("", true),
19164
19167
  vue.createElementVNode("div", {
19165
19168
  class: vue.normalizeClass(["custom-select", { "open-select": showList.value && _ctx.editMode }]),
@@ -19171,8 +19174,8 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
19171
19174
  class: vue.normalizeClass(["input", { active: showList.value }]),
19172
19175
  name: "select-input"
19173
19176
  }, [
19174
- vue.createVNode(vue.unref(_sfc_main$P), { input: displayValue.value }, null, 8, ["input"])
19175
- ], 10, _hoisted_2$e),
19177
+ vue.createVNode(vue.unref(_sfc_main$T), { input: displayValue.value }, null, 8, ["input"])
19178
+ ], 2),
19176
19179
  (vue.openBlock(), vue.createBlock(vue.Teleport, { to: "#app" }, [
19177
19180
  vue.createElementVNode("div", {
19178
19181
  ref_key: "dropdown",
@@ -19184,23 +19187,23 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
19184
19187
  key: option2.value,
19185
19188
  onClick: ($event) => handleSelect(option2)
19186
19189
  }, [
19187
- vue.createVNode(vue.unref(_sfc_main$P), {
19190
+ vue.createVNode(vue.unref(_sfc_main$T), {
19188
19191
  input: option2.label
19189
19192
  }, null, 8, ["input"])
19190
- ], 8, _hoisted_3$c);
19193
+ ], 8, _hoisted_2$i);
19191
19194
  }), 128))
19192
19195
  ], 2)
19193
19196
  ]))
19194
19197
  ], 2)
19195
- ], 10, _hoisted_1$h);
19198
+ ], 10, _hoisted_1$l);
19196
19199
  };
19197
19200
  }
19198
19201
  });
19199
- const SelectField = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-028ea61b"]]);
19200
- const _hoisted_1$g = ["title"];
19201
- const _hoisted_2$d = { key: 0 };
19202
- const _hoisted_3$b = ["value", "placeholder"];
19203
- const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
19202
+ const SelectField = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-028ea61b"]]);
19203
+ const _hoisted_1$k = ["title"];
19204
+ const _hoisted_2$h = { key: 0 };
19205
+ const _hoisted_3$f = ["value", "placeholder"];
19206
+ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
19204
19207
  __name: "RichTextEditor",
19205
19208
  props: {
19206
19209
  description: { default: "" },
@@ -19223,7 +19226,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
19223
19226
  class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
19224
19227
  title: _ctx.description
19225
19228
  }, [
19226
- _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$d, [
19229
+ _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$h, [
19227
19230
  vue.createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
19228
19231
  ])) : vue.createCommentVNode("", true),
19229
19232
  vue.createElementVNode("textarea", {
@@ -19231,12 +19234,12 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
19231
19234
  onInput: handleInput,
19232
19235
  placeholder: _ctx.placeholder,
19233
19236
  class: vue.normalizeClass({ "no-edit": !_ctx.editMode })
19234
- }, null, 42, _hoisted_3$b)
19235
- ], 10, _hoisted_1$g);
19237
+ }, null, 42, _hoisted_3$f)
19238
+ ], 10, _hoisted_1$k);
19236
19239
  };
19237
19240
  }
19238
19241
  });
19239
- const RichTextEditor = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-69a60381"]]);
19242
+ const RichTextEditor = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-69a60381"]]);
19240
19243
  /*!
19241
19244
  * vue-draggable-next v2.2.0
19242
19245
  * (c) 2023 Anish George
@@ -21759,13 +21762,13 @@ const VueDraggableNext = vue.defineComponent({
21759
21762
  }
21760
21763
  }
21761
21764
  });
21762
- const _hoisted_1$f = ["title"];
21763
- const _hoisted_2$c = { class: "bagel-input" };
21764
- const _hoisted_3$a = { class: "table-side-scroll" };
21765
- const _hoisted_4$5 = { class: "table-header" };
21765
+ const _hoisted_1$j = ["title"];
21766
+ const _hoisted_2$g = { class: "bagel-input" };
21767
+ const _hoisted_3$e = { class: "table-side-scroll" };
21768
+ const _hoisted_4$7 = { class: "table-header" };
21766
21769
  const _hoisted_5$5 = { class: "table-reorder" };
21767
21770
  const _hoisted_6$4 = { class: "table-action" };
21768
- const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
21771
+ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
21769
21772
  __name: "TableField",
21770
21773
  props: {
21771
21774
  description: { default: "" },
@@ -21830,11 +21833,11 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
21830
21833
  class: "table-field-wrap",
21831
21834
  title: _ctx.description
21832
21835
  }, [
21833
- vue.createElementVNode("div", _hoisted_2$c, [
21836
+ vue.createElementVNode("div", _hoisted_2$g, [
21834
21837
  vue.createElementVNode("label", null, vue.toDisplayString((_a = vue.unref(fieldMeta)) == null ? void 0 : _a.label), 1)
21835
21838
  ]),
21836
- vue.createElementVNode("div", _hoisted_3$a, [
21837
- vue.createElementVNode("div", _hoisted_4$5, [
21839
+ vue.createElementVNode("div", _hoisted_3$e, [
21840
+ vue.createElementVNode("div", _hoisted_4$7, [
21838
21841
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((_b = vue.unref(entityMeta)) == null ? void 0 : _b.fields, (field) => {
21839
21842
  return vue.openBlock(), vue.createElementBlock("div", {
21840
21843
  class: vue.normalizeClass(["header-col", vue.unref(formatString)(field.fieldtype, "pascal")]),
@@ -21862,7 +21865,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
21862
21865
  key: row.id
21863
21866
  }, [
21864
21867
  vue.createElementVNode("div", _hoisted_5$5, [
21865
- vue.createVNode(_sfc_main$k, { icon: "more_vert" })
21868
+ vue.createVNode(_sfc_main$o, { icon: "more_vert" })
21866
21869
  ]),
21867
21870
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((_a2 = vue.unref(entityMeta)) == null ? void 0 : _a2.fields, (field) => {
21868
21871
  return vue.openBlock(), vue.createElementBlock("div", {
@@ -21879,7 +21882,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
21879
21882
  ], 2);
21880
21883
  }), 128)),
21881
21884
  vue.createElementVNode("div", _hoisted_6$4, [
21882
- vue.createVNode(_sfc_main$k, {
21885
+ vue.createVNode(_sfc_main$o, {
21883
21886
  icon: "delete",
21884
21887
  onClick: ($event) => removeRow(index2)
21885
21888
  }, null, 8, ["onClick"])
@@ -21905,15 +21908,15 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
21905
21908
  ]),
21906
21909
  _: 1
21907
21910
  })
21908
- ], 8, _hoisted_1$f);
21911
+ ], 8, _hoisted_1$j);
21909
21912
  };
21910
21913
  }
21911
21914
  });
21912
- const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-b01223bc"]]);
21913
- const _hoisted_1$e = ["title"];
21914
- const _hoisted_2$b = { key: 0 };
21915
- const _hoisted_3$9 = ["value", "title", "placeholder"];
21916
- const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
21915
+ const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-b01223bc"]]);
21916
+ const _hoisted_1$i = ["title"];
21917
+ const _hoisted_2$f = { key: 0 };
21918
+ const _hoisted_3$d = ["value", "title", "placeholder"];
21919
+ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
21917
21920
  __name: "DurationInput",
21918
21921
  props: {
21919
21922
  description: { default: "" },
@@ -21940,7 +21943,7 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
21940
21943
  class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
21941
21944
  title: _ctx.description
21942
21945
  }, [
21943
- _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$b, [
21946
+ _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$f, [
21944
21947
  vue.createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
21945
21948
  ])) : vue.createCommentVNode("", true),
21946
21949
  vue.createElementVNode("input", {
@@ -21950,15 +21953,15 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
21950
21953
  onInput: handleInput,
21951
21954
  placeholder: _ctx.placeholder,
21952
21955
  class: vue.normalizeClass({ "no-edit": !_ctx.editMode })
21953
- }, null, 42, _hoisted_3$9)
21954
- ], 10, _hoisted_1$e);
21956
+ }, null, 42, _hoisted_3$d)
21957
+ ], 10, _hoisted_1$i);
21955
21958
  };
21956
21959
  }
21957
21960
  });
21958
- const _hoisted_1$d = ["title"];
21959
- const _hoisted_2$a = ["for"];
21960
- const _hoisted_3$8 = ["id", "placeholder", "required", "pattern"];
21961
- const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
21961
+ const _hoisted_1$h = ["title"];
21962
+ const _hoisted_2$e = ["for"];
21963
+ const _hoisted_3$c = ["id", "placeholder", "required", "pattern"];
21964
+ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
21962
21965
  __name: "TextInput",
21963
21966
  props: {
21964
21967
  id: {},
@@ -22007,14 +22010,278 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
22007
22010
  class: { "no-edit": !_ctx.editMode },
22008
22011
  required: _ctx.required,
22009
22012
  pattern: _ctx.pattern
22013
+ }, _ctx.nativeInputAttrs), null, 16, _hoisted_3$c), [
22014
+ [vue.vModelText, vue.unref(inputVal)]
22015
+ ])
22016
+ ], 8, _hoisted_2$e)
22017
+ ], 10, _hoisted_1$h);
22018
+ };
22019
+ }
22020
+ });
22021
+ const _hoisted_1$g = ["title"];
22022
+ const _hoisted_2$d = { key: 0 };
22023
+ const _hoisted_3$b = {
22024
+ key: 1,
22025
+ class: "character-limit"
22026
+ };
22027
+ const _hoisted_4$6 = ["value"];
22028
+ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
22029
+ __name: "TextArea",
22030
+ props: {
22031
+ description: { default: "" },
22032
+ label: { default: "" },
22033
+ modelValue: {},
22034
+ placeholder: { default: "" },
22035
+ editMode: { type: Boolean, default: true },
22036
+ small: { type: Boolean },
22037
+ nativeInputAttrs: {},
22038
+ showCharacterLimit: { type: Boolean }
22039
+ },
22040
+ emits: ["update:modelValue"],
22041
+ setup(__props, { emit: __emit }) {
22042
+ const emits = __emit;
22043
+ const handleInput = (e) => {
22044
+ const el = e.target;
22045
+ emits("update:modelValue", el.value);
22046
+ };
22047
+ return (_ctx, _cache) => {
22048
+ var _a, _b;
22049
+ return vue.openBlock(), vue.createElementBlock("div", {
22050
+ class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
22051
+ title: _ctx.description
22052
+ }, [
22053
+ _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$d, [
22054
+ vue.createVNode(vue.unref(_sfc_main$T), { input: _ctx.label }, null, 8, ["input"])
22055
+ ])) : vue.createCommentVNode("", true),
22056
+ _ctx.showCharacterLimit ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$b, vue.toDisplayString((_a = _ctx.modelValue) == null ? void 0 : _a.length) + " " + vue.toDisplayString(((_b = _ctx.nativeInputAttrs) == null ? void 0 : _b.maxlength) ? `/${_ctx.nativeInputAttrs.maxlength}` : ""), 1)) : vue.createCommentVNode("", true),
22057
+ vue.createElementVNode("textarea", vue.mergeProps({
22058
+ value: _ctx.modelValue,
22059
+ onInput: handleInput,
22060
+ class: { "no-edit": !_ctx.editMode }
22061
+ }, _ctx.nativeInputAttrs), null, 16, _hoisted_4$6)
22062
+ ], 10, _hoisted_1$g);
22063
+ };
22064
+ }
22065
+ });
22066
+ const TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-a5b28c58"]]);
22067
+ const _hoisted_1$f = ["title"];
22068
+ const _hoisted_2$c = ["for"];
22069
+ const _hoisted_3$a = ["id", "placeholder", "required"];
22070
+ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
22071
+ __name: "ColorPicker",
22072
+ props: {
22073
+ field: {},
22074
+ modelValue: {},
22075
+ editMode: { type: Boolean, default: true },
22076
+ small: { type: Boolean },
22077
+ required: { type: Boolean },
22078
+ nativeInputAttrs: {}
22079
+ },
22080
+ emits: ["update:modelValue"],
22081
+ setup(__props, { emit: __emit }) {
22082
+ const emits = __emit;
22083
+ const props2 = __props;
22084
+ const inputVal = vue.ref(props2.modelValue);
22085
+ vue.watch(
22086
+ () => inputVal.value,
22087
+ (newVal) => emits("update:modelValue", newVal)
22088
+ );
22089
+ return (_ctx, _cache) => {
22090
+ var _a;
22091
+ return _ctx.field.id ? (vue.openBlock(), vue.createElementBlock("div", {
22092
+ key: 0,
22093
+ class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
22094
+ title: _ctx.field.description
22095
+ }, [
22096
+ vue.createElementVNode("label", {
22097
+ for: _ctx.field.id
22098
+ }, [
22099
+ vue.createTextVNode(vue.toDisplayString(_ctx.field.label) + " ", 1),
22100
+ vue.withDirectives(vue.createElementVNode("input", vue.mergeProps({
22101
+ id: _ctx.field.id,
22102
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputVal.value = $event),
22103
+ type: "color",
22104
+ placeholder: ((_a = _ctx.field) == null ? void 0 : _a.placeholder) || _ctx.field.label,
22105
+ class: { "no-edit": !_ctx.editMode },
22106
+ required: _ctx.required
22107
+ }, _ctx.nativeInputAttrs), null, 16, _hoisted_3$a), [
22108
+ [vue.vModelText, inputVal.value]
22109
+ ])
22110
+ ], 8, _hoisted_2$c)
22111
+ ], 10, _hoisted_1$f)) : vue.createCommentVNode("", true);
22112
+ };
22113
+ }
22114
+ });
22115
+ const _hoisted_1$e = { key: 0 };
22116
+ const _hoisted_2$b = ["disabled"];
22117
+ const _hoisted_3$9 = { class: "custom-select-drop" };
22118
+ const _hoisted_4$5 = ["onClick"];
22119
+ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
22120
+ __name: "DynamicLinkField",
22121
+ props: {
22122
+ label: { default: "" },
22123
+ modelValue: {},
22124
+ useId: { type: Boolean, default: false },
22125
+ bagelApp: {},
22126
+ entity: {},
22127
+ editMode: { type: Boolean },
22128
+ filters: { default: {} },
22129
+ small: { type: Boolean }
22130
+ },
22131
+ emits: ["update:modelValue", "selected"],
22132
+ setup(__props, { emit: __emit }) {
22133
+ const props2 = __props;
22134
+ const showList = vue.ref(false);
22135
+ const linkOptions = vue.ref([]);
22136
+ const item = vue.ref();
22137
+ const emits = __emit;
22138
+ const selectedItem = vue.ref();
22139
+ function handleSelect(item2) {
22140
+ showList.value = false;
22141
+ selectedItem.value = item2;
22142
+ if (props2.useId) {
22143
+ selectedItem.value = item2.value;
22144
+ } else {
22145
+ selectedItem.value = item2.label || item2.description || item2.value;
22146
+ }
22147
+ emits("update:modelValue", item2.value);
22148
+ emits("selected");
22149
+ }
22150
+ async function getLinkOptions(inputString) {
22151
+ var _a;
22152
+ linkOptions.value = await ((_a = props2.bagelApp) == null ? void 0 : _a.entity.getLinkedFieldList({
22153
+ entity: props2.entity,
22154
+ txt: inputString,
22155
+ reference_entity: "",
22156
+ filters: props2.filters
22157
+ }));
22158
+ }
22159
+ async function initList(e) {
22160
+ await getLinkOptions(getElValue(e));
22161
+ showList.value = true;
22162
+ }
22163
+ function getElValue(e) {
22164
+ const el = e.target;
22165
+ return el.value.trim();
22166
+ }
22167
+ function handleEnter(e) {
22168
+ emits("update:modelValue", getElValue(e));
22169
+ emits("selected");
22170
+ showList.value = false;
22171
+ }
22172
+ function handleClick(e) {
22173
+ const { target } = e;
22174
+ if (target.name != "link-input" && showList.value == true) {
22175
+ showList.value = false;
22176
+ emits("update:modelValue", item.value);
22177
+ emits("selected");
22178
+ }
22179
+ }
22180
+ const handleInput = async (e) => {
22181
+ showList.value = true;
22182
+ const el = e.target;
22183
+ emits("update:modelValue", el.value);
22184
+ await getLinkOptions(el.value);
22185
+ };
22186
+ vue.onMounted(() => {
22187
+ selectedItem.value = props2.modelValue;
22188
+ document.addEventListener("click", handleClick);
22189
+ });
22190
+ return (_ctx, _cache) => {
22191
+ const _component_LangText = vue.resolveComponent("LangText");
22192
+ return vue.openBlock(), vue.createElementBlock("div", {
22193
+ class: vue.normalizeClass(["bagel-input", { small: _ctx.small }])
22194
+ }, [
22195
+ _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_1$e, [
22196
+ vue.createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
22197
+ ])) : vue.createCommentVNode("", true),
22198
+ vue.withDirectives(vue.createElementVNode("input", {
22199
+ onKeydown: vue.withKeys(handleEnter, ["enter"]),
22200
+ autocomplete: "off",
22201
+ onClick: _cache[0] || (_cache[0] = ($event) => showList.value = true),
22202
+ name: "link-input",
22203
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => selectedItem.value = $event),
22204
+ onFocus: initList,
22205
+ onInput: handleInput,
22206
+ disabled: !_ctx.editMode
22207
+ }, null, 40, _hoisted_2$b), [
22208
+ [vue.vModelText, selectedItem.value]
22209
+ ]),
22210
+ vue.createElementVNode("div", {
22211
+ class: vue.normalizeClass(["custom-select", { "open-select": showList.value && linkOptions.value.length > 0 }]),
22212
+ name: "link-input"
22213
+ }, [
22214
+ vue.createElementVNode("div", _hoisted_3$9, [
22215
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(linkOptions.value, (item2) => {
22216
+ return vue.openBlock(), vue.createElementBlock("div", {
22217
+ key: vue.unref(formatString)(item2.value, "pascal"),
22218
+ onClick: vue.withModifiers(($event) => handleSelect(item2), ["stop"])
22219
+ }, vue.toDisplayString(_ctx.useId || _ctx.entity === "Entity" ? item2.value : item2.label || item2.description || item2.value), 9, _hoisted_4$5);
22220
+ }), 128))
22221
+ ])
22222
+ ], 2)
22223
+ ], 2);
22224
+ };
22225
+ }
22226
+ });
22227
+ const _hoisted_1$d = ["title"];
22228
+ const _hoisted_2$a = ["for"];
22229
+ const _hoisted_3$8 = ["id", "placeholder", "required", "pattern"];
22230
+ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
22231
+ __name: "PlainText",
22232
+ props: {
22233
+ field: {},
22234
+ modelValue: {},
22235
+ editMode: { type: Boolean, default: true },
22236
+ small: { type: Boolean },
22237
+ required: { type: Boolean },
22238
+ pattern: {},
22239
+ nativeInputAttrs: {}
22240
+ },
22241
+ emits: ["update:modelValue"],
22242
+ setup(__props, { emit: __emit }) {
22243
+ const emit2 = __emit;
22244
+ const props2 = __props;
22245
+ let inputVal = vue.ref();
22246
+ vue.watch(
22247
+ () => inputVal.value,
22248
+ (newVal) => emit2("update:modelValue", newVal)
22249
+ );
22250
+ vue.watch(
22251
+ () => props2.modelValue,
22252
+ (newVal) => {
22253
+ if (newVal !== inputVal.value)
22254
+ inputVal.value = newVal;
22255
+ },
22256
+ { immediate: true }
22257
+ );
22258
+ return (_ctx, _cache) => {
22259
+ return _ctx.field.id ? (vue.openBlock(), vue.createElementBlock("div", {
22260
+ key: 0,
22261
+ class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
22262
+ title: _ctx.field.description
22263
+ }, [
22264
+ vue.createElementVNode("label", {
22265
+ for: _ctx.field.id
22266
+ }, [
22267
+ vue.createTextVNode(vue.toDisplayString(_ctx.field.label) + " ", 1),
22268
+ vue.withDirectives(vue.createElementVNode("input", vue.mergeProps({
22269
+ id: _ctx.field.id,
22270
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(inputVal) ? inputVal.value = $event : inputVal = $event),
22271
+ type: "text",
22272
+ placeholder: _ctx.field.placeholder || _ctx.field.label,
22273
+ class: { "no-edit": !_ctx.editMode },
22274
+ required: _ctx.required,
22275
+ pattern: _ctx.pattern
22010
22276
  }, _ctx.nativeInputAttrs), null, 16, _hoisted_3$8), [
22011
22277
  [vue.vModelText, vue.unref(inputVal)]
22012
22278
  ])
22013
22279
  ], 8, _hoisted_2$a)
22014
- ], 10, _hoisted_1$d);
22280
+ ], 10, _hoisted_1$d)) : vue.createCommentVNode("", true);
22015
22281
  };
22016
22282
  }
22017
22283
  });
22284
+ const PlainText = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-188270a2"]]);
22018
22285
  function _isPlaceholder(a) {
22019
22286
  return a != null && typeof a === "object" && a["@@functional/placeholder"] === true;
22020
22287
  }
@@ -28459,7 +28726,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
28459
28726
  return (_ctx, _cache) => {
28460
28727
  var _a, _b, _c, _d, _e, _f;
28461
28728
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
28462
- vue.createVNode(vue.unref(_sfc_main$E), null, {
28729
+ vue.createVNode(vue.unref(_sfc_main$I), null, {
28463
28730
  default: vue.withCtx(() => [
28464
28731
  vue.createTextVNode("Whatsapp Template")
28465
28732
  ]),
@@ -28468,7 +28735,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
28468
28735
  vue.createElementVNode("div", _hoisted_2, [
28469
28736
  vue.createElementVNode("div", _hoisted_3, [
28470
28737
  vue.createElementVNode("div", _hoisted_4, [
28471
- vue.createVNode(vue.unref(_sfc_main$B), {
28738
+ vue.createVNode(vue.unref(_sfc_main$F), {
28472
28739
  schema: _ctx.whatsappTemplateSchema(),
28473
28740
  modelValue: vue.unref(localWhatsappData),
28474
28741
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(localWhatsappData) ? localWhatsappData.value = $event : localWhatsappData = $event),
@@ -28498,41 +28765,45 @@ exports.BankDetailsInput = BankDetailsInput;
28498
28765
  exports.BarChart = BarChart;
28499
28766
  exports.Btn = Btn;
28500
28767
  exports.CheckInput = CheckInput;
28768
+ exports.Checkbox = Checkbox;
28769
+ exports.ColorPicker = _sfc_main$4;
28501
28770
  exports.Comments = Comments;
28502
28771
  exports.ContactArrayInput = ContactArrayInput;
28503
- exports.ContactSubmissions = _sfc_main$x;
28772
+ exports.ContactSubmissions = _sfc_main$B;
28504
28773
  exports.CurrencyInput = CurrencyInput;
28505
28774
  exports.DataPreview = DataPreview;
28506
28775
  exports.DateInput = DateInput;
28507
- exports.DatetimeInput = _sfc_main$f;
28508
- exports.DropDown = _sfc_main$J;
28509
- exports.DurationInput = _sfc_main$3;
28776
+ exports.DatetimeInput = _sfc_main$j;
28777
+ exports.DropDown = _sfc_main$N;
28778
+ exports.DurationInput = _sfc_main$7;
28779
+ exports.DynamicLinkField = _sfc_main$3;
28510
28780
  exports.EmailInput = EmailInput;
28511
28781
  exports.FileUploadInput = FileUploadInput;
28512
- exports.FloatInput = _sfc_main$d;
28513
- exports.FormSchema = _sfc_main$B;
28514
- exports.IntInput = _sfc_main$c;
28515
- exports.ItemRef = _sfc_main$l;
28782
+ exports.FloatInput = _sfc_main$h;
28783
+ exports.FormSchema = _sfc_main$F;
28784
+ exports.IntInput = _sfc_main$g;
28785
+ exports.ItemRef = _sfc_main$p;
28516
28786
  exports.JSONInput = JSONInput;
28517
- exports.LangText = _sfc_main$P;
28787
+ exports.LangText = _sfc_main$T;
28518
28788
  exports.Lineart = _sfc_main$1;
28519
28789
  exports.LinkField = LinkField;
28520
- exports.ListItem = _sfc_main$H;
28521
- exports.ListView = _sfc_main$I;
28522
- exports.MaterialIcon = _sfc_main$N;
28790
+ exports.ListItem = _sfc_main$L;
28791
+ exports.ListView = _sfc_main$M;
28792
+ exports.MaterialIcon = _sfc_main$R;
28523
28793
  exports.MiscFieldsInput = MiscFieldsInput;
28524
- exports.Modal = _sfc_main$K;
28794
+ exports.Modal = _sfc_main$O;
28525
28795
  exports.ModalForm = ModalForm;
28526
28796
  exports.ModalPlugin = ModalPlugin;
28527
28797
  exports.MsgTemplate = MsgTemplate;
28528
- exports.NavBar = _sfc_main$M;
28529
- exports.PageTitle = _sfc_main$E;
28798
+ exports.NavBar = _sfc_main$Q;
28799
+ exports.PageTitle = _sfc_main$I;
28530
28800
  exports.Password = Password;
28531
28801
  exports.PasswordInput = PasswordInput;
28532
- exports.PersonPreview = _sfc_main$w;
28802
+ exports.PersonPreview = _sfc_main$A;
28533
28803
  exports.PersonPreviewInput = PersonPreviewInput;
28534
- exports.PlainInputField = _sfc_main$j;
28535
- exports.RTXEditor = _sfc_main$O;
28804
+ exports.PlainInputField = _sfc_main$n;
28805
+ exports.PlainText = PlainText;
28806
+ exports.RTXEditor = _sfc_main$S;
28536
28807
  exports.ReadOnlyInput = ReadOnlyInput;
28537
28808
  exports.RichTextEditor = RichTextEditor;
28538
28809
  exports.RouterWrapper = RouterWrapper;
@@ -28540,8 +28811,9 @@ exports.SelectField = SelectField;
28540
28811
  exports.TabbedLayout = TabbedLayout;
28541
28812
  exports.TableField = TableField;
28542
28813
  exports.TableSchema = TableSchema;
28543
- exports.TextInput = _sfc_main$2;
28544
- exports.TextVariableExamples = _sfc_main$m;
28814
+ exports.TextArea = TextArea;
28815
+ exports.TextInput = _sfc_main$6;
28816
+ exports.TextVariableExamples = _sfc_main$q;
28545
28817
  exports.TextVariablesInput = TextVariablesInput;
28546
28818
  exports.ToggleSwitchInput = ToggleSwitchInput;
28547
28819
  exports.TopBar = TopBar;