@bagelink/vue 0.0.744 → 0.0.747

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. package/dist/components/Accordion.vue.d.ts +8 -3
  2. package/dist/components/Accordion.vue.d.ts.map +1 -1
  3. package/dist/components/AccordionItem.vue.d.ts +13 -17
  4. package/dist/components/AccordionItem.vue.d.ts.map +1 -1
  5. package/dist/components/AddressSearch.vue.d.ts +2 -2
  6. package/dist/components/AddressSearch.vue.d.ts.map +1 -1
  7. package/dist/components/Alert.vue.d.ts +2 -23
  8. package/dist/components/Alert.vue.d.ts.map +1 -1
  9. package/dist/components/Avatar.vue.d.ts +4 -25
  10. package/dist/components/Avatar.vue.d.ts.map +1 -1
  11. package/dist/components/Badge.vue.d.ts +1 -10
  12. package/dist/components/Badge.vue.d.ts.map +1 -1
  13. package/dist/components/BglVideo.vue.d.ts +1 -10
  14. package/dist/components/BglVideo.vue.d.ts.map +1 -1
  15. package/dist/components/Btn.vue.d.ts +11 -43
  16. package/dist/components/Btn.vue.d.ts.map +1 -1
  17. package/dist/components/Card.vue.d.ts +10 -14
  18. package/dist/components/Card.vue.d.ts.map +1 -1
  19. package/dist/components/Carousel.vue.d.ts +22 -15
  20. package/dist/components/Carousel.vue.d.ts.map +1 -1
  21. package/dist/components/DataPreview.vue.d.ts +11 -15
  22. package/dist/components/DataPreview.vue.d.ts.map +1 -1
  23. package/dist/components/DropDown.vue.d.ts +713 -14
  24. package/dist/components/DropDown.vue.d.ts.map +1 -1
  25. package/dist/components/Flag.vue.d.ts +1 -10
  26. package/dist/components/Flag.vue.d.ts.map +1 -1
  27. package/dist/components/ListItem.vue.d.ts +11 -15
  28. package/dist/components/ListItem.vue.d.ts.map +1 -1
  29. package/dist/components/ListView.vue.d.ts +9 -4
  30. package/dist/components/ListView.vue.d.ts.map +1 -1
  31. package/dist/components/MapEmbed.vue.d.ts +4 -33
  32. package/dist/components/MapEmbed.vue.d.ts.map +1 -1
  33. package/dist/components/MaterialIcon.vue.d.ts +3 -12
  34. package/dist/components/MaterialIcon.vue.d.ts.map +1 -1
  35. package/dist/components/Modal.vue.d.ts +15 -19
  36. package/dist/components/Modal.vue.d.ts.map +1 -1
  37. package/dist/components/ModalConfirm.vue.d.ts +5 -14
  38. package/dist/components/ModalConfirm.vue.d.ts.map +1 -1
  39. package/dist/components/ModalForm.vue.d.ts +4 -15
  40. package/dist/components/ModalForm.vue.d.ts.map +1 -1
  41. package/dist/components/NavBar.vue.d.ts +14 -38
  42. package/dist/components/NavBar.vue.d.ts.map +1 -1
  43. package/dist/components/PageTitle.vue.d.ts +11 -6
  44. package/dist/components/PageTitle.vue.d.ts.map +1 -1
  45. package/dist/components/RouterWrapper.vue.d.ts +1 -1
  46. package/dist/components/RouterWrapper.vue.d.ts.map +1 -1
  47. package/dist/components/TableSchema.vue.d.ts +18 -15
  48. package/dist/components/TableSchema.vue.d.ts.map +1 -1
  49. package/dist/components/Title.vue.d.ts +11 -6
  50. package/dist/components/Title.vue.d.ts.map +1 -1
  51. package/dist/components/TopBar.vue.d.ts +8 -3
  52. package/dist/components/TopBar.vue.d.ts.map +1 -1
  53. package/dist/components/dashboard/Lineart.vue.d.ts +3 -12
  54. package/dist/components/dashboard/Lineart.vue.d.ts.map +1 -1
  55. package/dist/components/form/BglField.vue.d.ts +8 -8
  56. package/dist/components/form/BglField.vue.d.ts.map +1 -1
  57. package/dist/components/form/BglForm.vue.d.ts +27 -41
  58. package/dist/components/form/BglForm.vue.d.ts.map +1 -1
  59. package/dist/components/form/BglMultiStepForm.vue.d.ts +27 -45
  60. package/dist/components/form/BglMultiStepForm.vue.d.ts.map +1 -1
  61. package/dist/components/form/inputs/CheckInput.vue.d.ts +12 -28
  62. package/dist/components/form/inputs/CheckInput.vue.d.ts.map +1 -1
  63. package/dist/components/form/inputs/Checkbox.vue.d.ts +11 -15
  64. package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
  65. package/dist/components/form/inputs/ColorPicker.vue.d.ts +6 -27
  66. package/dist/components/form/inputs/ColorPicker.vue.d.ts.map +1 -1
  67. package/dist/components/form/inputs/DateInput.vue.d.ts +6 -31
  68. package/dist/components/form/inputs/DateInput.vue.d.ts.map +1 -1
  69. package/dist/components/form/inputs/DatePicker.vue.d.ts +5 -14
  70. package/dist/components/form/inputs/DatePicker.vue.d.ts.map +1 -1
  71. package/dist/components/form/inputs/FileUpload.vue.d.ts +74 -78
  72. package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
  73. package/dist/components/form/inputs/JSONInput.vue.d.ts +6 -33
  74. package/dist/components/form/inputs/JSONInput.vue.d.ts.map +1 -1
  75. package/dist/components/form/inputs/PasswordInput.vue.d.ts +5 -14
  76. package/dist/components/form/inputs/PasswordInput.vue.d.ts.map +1 -1
  77. package/dist/components/form/inputs/RadioGroup.vue.d.ts +12 -12
  78. package/dist/components/form/inputs/RadioGroup.vue.d.ts.map +1 -1
  79. package/dist/components/form/inputs/RadioPillsInput.vue.d.ts +6 -31
  80. package/dist/components/form/inputs/RadioPillsInput.vue.d.ts.map +1 -1
  81. package/dist/components/form/inputs/RichText.vue.d.ts +5 -14
  82. package/dist/components/form/inputs/RichText.vue.d.ts.map +1 -1
  83. package/dist/components/form/inputs/RichText2/Toolbar.vue.d.ts +5 -14
  84. package/dist/components/form/inputs/RichText2/Toolbar.vue.d.ts.map +1 -1
  85. package/dist/components/form/inputs/RichText2/index.vue.d.ts +5 -14
  86. package/dist/components/form/inputs/RichText2/index.vue.d.ts.map +1 -1
  87. package/dist/components/form/inputs/SelectInput.vue.d.ts +228 -16
  88. package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
  89. package/dist/components/form/inputs/SignaturePad.vue.d.ts +5 -26
  90. package/dist/components/form/inputs/SignaturePad.vue.d.ts.map +1 -1
  91. package/dist/components/form/inputs/TableField.vue.d.ts +6 -29
  92. package/dist/components/form/inputs/TableField.vue.d.ts.map +1 -1
  93. package/dist/components/form/inputs/TelInput.vue.d.ts +6 -59
  94. package/dist/components/form/inputs/TelInput.vue.d.ts.map +1 -1
  95. package/dist/components/form/inputs/TextInput.vue.d.ts +6 -31
  96. package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
  97. package/dist/components/form/inputs/ToggleInput.vue.d.ts +12 -28
  98. package/dist/components/form/inputs/ToggleInput.vue.d.ts.map +1 -1
  99. package/dist/components/form/inputs/index.d.ts +0 -1
  100. package/dist/components/form/inputs/index.d.ts.map +1 -1
  101. package/dist/components/index.d.ts +1 -0
  102. package/dist/components/index.d.ts.map +1 -1
  103. package/dist/components/layout/BottomMenu.vue.d.ts +10 -14
  104. package/dist/components/layout/BottomMenu.vue.d.ts.map +1 -1
  105. package/dist/components/layout/Layout.vue.d.ts +9 -35
  106. package/dist/components/layout/Layout.vue.d.ts.map +1 -1
  107. package/dist/components/layout/SidebarMenu.vue.d.ts +15 -19
  108. package/dist/components/layout/SidebarMenu.vue.d.ts.map +1 -1
  109. package/dist/components/layout/TabbedLayout.vue.d.ts +15 -19
  110. package/dist/components/layout/TabbedLayout.vue.d.ts.map +1 -1
  111. package/dist/components/layout/Tabs.vue.d.ts +12 -16
  112. package/dist/components/layout/Tabs.vue.d.ts.map +1 -1
  113. package/dist/components/layout/TabsBody.vue.d.ts +10 -14
  114. package/dist/components/layout/TabsBody.vue.d.ts.map +1 -1
  115. package/dist/components/layout/TabsNav.vue.d.ts +5 -14
  116. package/dist/components/layout/TabsNav.vue.d.ts.map +1 -1
  117. package/dist/components/layout/tabsManager.d.ts +1 -1
  118. package/dist/components/lightbox/Lightbox.vue.d.ts +1 -2
  119. package/dist/components/lightbox/Lightbox.vue.d.ts.map +1 -1
  120. package/dist/composables/index.d.ts +2 -2
  121. package/dist/composables/index.d.ts.map +1 -1
  122. package/dist/index.cjs +314 -267
  123. package/dist/index.mjs +314 -267
  124. package/dist/style.css +58 -32
  125. package/dist/types/index.d.ts +1 -0
  126. package/dist/types/index.d.ts.map +1 -1
  127. package/dist/utils/BagelFormUtils.d.ts +88 -216
  128. package/dist/utils/BagelFormUtils.d.ts.map +1 -1
  129. package/dist/utils/lang.d.ts +3 -3
  130. package/package.json +1 -1
  131. package/src/components/AddressSearch.vue +3 -2
  132. package/src/components/Dropdown.vue +72 -0
  133. package/src/components/ListItem.vue +9 -1
  134. package/src/components/ModalConfirm.vue +1 -1
  135. package/src/components/form/inputs/PasswordInput.vue +7 -1
  136. package/src/components/form/inputs/SelectInput.vue +82 -83
  137. package/src/components/form/inputs/TelInput.vue +51 -50
  138. package/src/components/form/inputs/index.ts +0 -2
  139. package/src/components/index.ts +1 -0
  140. package/src/components/lightbox/Lightbox.vue +1 -1
  141. package/src/composables/index.ts +9 -3
  142. package/src/styles/inputs.css +1 -1
  143. package/src/styles/layout.css +4 -0
  144. package/src/styles/mobilLayout.css +4 -0
  145. package/src/styles/modal.css +2 -2
  146. package/src/styles/text.css +8 -0
  147. package/src/types/index.ts +3 -0
package/dist/index.cjs CHANGED
@@ -5185,8 +5185,8 @@ const _hoisted_1$P = {
5185
5185
  };
5186
5186
  const _hoisted_2$B = { class: "bgl-lightbox-item" };
5187
5187
  const _hoisted_3$q = ["src"];
5188
- const _hoisted_4$i = ["src", "title"];
5189
- const _hoisted_5$g = {
5188
+ const _hoisted_4$h = ["src", "title"];
5189
+ const _hoisted_5$f = {
5190
5190
  key: 3,
5191
5191
  class: "file-info txt-white"
5192
5192
  };
@@ -5196,7 +5196,7 @@ const _hoisted_7$6 = {
5196
5196
  class: "flex justify-content-center mt-2 overflow p-1 fixed bottom start end gap-1 m_justify-content-start"
5197
5197
  };
5198
5198
  const _hoisted_8$3 = ["src", "onClick"];
5199
- const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
5199
+ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
5200
5200
  __name: "Lightbox",
5201
5201
  setup(__props, { expose: __expose }) {
5202
5202
  let isOpen = vue.ref(false);
@@ -5284,7 +5284,7 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
5284
5284
  }, [
5285
5285
  vue.createVNode(vue.unref(Btn), {
5286
5286
  flat: "",
5287
- class: "fixed top-1 end-1 color-white",
5287
+ class: "fixed top-1 start-1 color-white",
5288
5288
  icon: "close",
5289
5289
  onClick: close2
5290
5290
  }),
@@ -5308,7 +5308,7 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
5308
5308
  height: "1080",
5309
5309
  title: (_g = vue.unref(currentItem)) == null ? void 0 : _g.name,
5310
5310
  class: "vw90"
5311
- }, null, 8, _hoisted_4$i)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$g, [
5311
+ }, null, 8, _hoisted_4$h)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$f, [
5312
5312
  vue.createElementVNode("p", null, "File: " + vue.toDisplayString((_h = vue.unref(currentItem)) == null ? void 0 : _h.name), 1),
5313
5313
  vue.createElementVNode("p", null, "Type: " + vue.toDisplayString((_i = vue.unref(currentItem)) == null ? void 0 : _i.type), 1),
5314
5314
  vue.createElementVNode("a", {
@@ -5326,7 +5326,7 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
5326
5326
  src: item.src,
5327
5327
  alt: "",
5328
5328
  onClick: ($event) => selectItem(index2)
5329
- }, null, 10, _hoisted_8$3)) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
5329
+ }, null, 10, _hoisted_8$3)) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
5330
5330
  key: 1,
5331
5331
  class: vue.normalizeClass(["thumbnail object-fit-cover hover opacity-5 round flex bg-popup justify-content-center align-items-center flex-shrink-0", { active: vue.unref(currentIndex) === index2 }]),
5332
5332
  icon: "description",
@@ -5351,7 +5351,7 @@ const _export_sfc = (sfc, props2) => {
5351
5351
  }
5352
5352
  return target;
5353
5353
  };
5354
- const Lightbox$1 = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-562f0f36"]]);
5354
+ const Lightbox$1 = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-0410e12d"]]);
5355
5355
  const groups = {};
5356
5356
  const lightboxDirective = {
5357
5357
  mounted(el, binding) {
@@ -5809,9 +5809,9 @@ const ModalPlugin = {
5809
5809
  case "modalForm":
5810
5810
  return vue.h(ModalForm, props2, modal.componentSlots);
5811
5811
  case "confirmModal":
5812
- return vue.h(_sfc_main$x, props2, {});
5812
+ return vue.h(_sfc_main$y, props2, {});
5813
5813
  default:
5814
- return vue.h(_sfc_main$P, props2, modal.componentSlots);
5814
+ return vue.h(_sfc_main$Q, props2, modal.componentSlots);
5815
5815
  }
5816
5816
  });
5817
5817
  }
@@ -5831,14 +5831,14 @@ function useBglSchema({ schema, showFields, data: data2 } = {}) {
5831
5831
  }
5832
5832
  function useLocalStorage(key, initialValue) {
5833
5833
  const storedValue = localStorage.getItem(key);
5834
- const initial = storedValue ? JSON.parse(storedValue) : initialValue;
5834
+ const initial = storedValue !== null ? JSON.parse(storedValue) : initialValue;
5835
5835
  const value = vue.ref(initial);
5836
5836
  vue.watch(() => value.value, (val) => {
5837
5837
  localStorage.setItem(key, JSON.stringify(val));
5838
5838
  }, { immediate: true, deep: true });
5839
5839
  return value;
5840
5840
  }
5841
- const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
5841
+ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
5842
5842
  __name: "MaterialIcon",
5843
5843
  props: {
5844
5844
  icon: {},
@@ -5859,10 +5859,10 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
5859
5859
  const _hoisted_1$O = { class: "full-nav" };
5860
5860
  const _hoisted_2$A = { class: "nav-scroll" };
5861
5861
  const _hoisted_3$p = { class: "nav-links-wrapper" };
5862
- const _hoisted_4$h = { class: "tooltip" };
5863
- const _hoisted_5$f = { class: "bot-buttons-wrapper" };
5862
+ const _hoisted_4$g = { class: "tooltip" };
5863
+ const _hoisted_5$e = { class: "bot-buttons-wrapper" };
5864
5864
  const _hoisted_6$a = { class: "tooltip" };
5865
- const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
5865
+ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
5866
5866
  __name: "NavBar",
5867
5867
  props: {
5868
5868
  footerLinks: { default: () => [] },
@@ -5887,7 +5887,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
5887
5887
  onClick: _cache[0] || (_cache[0] = ($event) => isOpen.value = !isOpen.value),
5888
5888
  onKeypress: _cache[1] || (_cache[1] = vue.withKeys(($event) => isOpen.value = !isOpen.value, ["enter"]))
5889
5889
  }, [
5890
- vue.createVNode(vue.unref(_sfc_main$S), {
5890
+ vue.createVNode(vue.unref(_sfc_main$T), {
5891
5891
  icon: "chevron_right",
5892
5892
  class: "top-arrow"
5893
5893
  })
@@ -5906,17 +5906,17 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
5906
5906
  }
5907
5907
  }, {
5908
5908
  default: vue.withCtx(() => [
5909
- vue.createVNode(vue.unref(_sfc_main$S), {
5909
+ vue.createVNode(vue.unref(_sfc_main$T), {
5910
5910
  icon: link.icon
5911
5911
  }, null, 8, ["icon"]),
5912
- vue.createElementVNode("div", _hoisted_4$h, vue.toDisplayString(link.label), 1)
5912
+ vue.createElementVNode("div", _hoisted_4$g, vue.toDisplayString(link.label), 1)
5913
5913
  ]),
5914
5914
  _: 2
5915
5915
  }, 1032, ["to", "onClick"]);
5916
5916
  }), 128))
5917
5917
  ])
5918
5918
  ]),
5919
- vue.createElementVNode("div", _hoisted_5$f, [
5919
+ vue.createElementVNode("div", _hoisted_5$e, [
5920
5920
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.footerLinks, (link) => {
5921
5921
  return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(link.to ? "router-link" : "div"), {
5922
5922
  key: link.label,
@@ -5928,7 +5928,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
5928
5928
  }
5929
5929
  }, {
5930
5930
  default: vue.withCtx(() => [
5931
- vue.createVNode(vue.unref(_sfc_main$S), {
5931
+ vue.createVNode(vue.unref(_sfc_main$T), {
5932
5932
  icon: link.icon
5933
5933
  }, null, 8, ["icon"]),
5934
5934
  vue.createElementVNode("div", _hoisted_6$a, vue.toDisplayString(link.label), 1)
@@ -5943,7 +5943,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
5943
5943
  };
5944
5944
  }
5945
5945
  });
5946
- const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-bc4e49f9"]]);
5946
+ const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-bc4e49f9"]]);
5947
5947
  const _hoisted_1$N = {
5948
5948
  key: 0,
5949
5949
  class: "loading"
@@ -5952,7 +5952,7 @@ const _hoisted_2$z = {
5952
5952
  key: 1,
5953
5953
  class: "bgl_btn-flex"
5954
5954
  };
5955
- const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
5955
+ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
5956
5956
  __name: "Btn",
5957
5957
  props: {
5958
5958
  disabled: { type: Boolean, default: false },
@@ -6047,7 +6047,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
6047
6047
  }, {
6048
6048
  default: vue.withCtx(() => [
6049
6049
  _ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$N)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$z, [
6050
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
6050
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
6051
6051
  key: 0,
6052
6052
  icon: _ctx.icon
6053
6053
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
@@ -6055,7 +6055,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
6055
6055
  !vue.unref(slots).default && _ctx.value ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
6056
6056
  vue.createTextVNode(vue.toDisplayString(_ctx.value), 1)
6057
6057
  ], 64)) : vue.createCommentVNode("", true),
6058
- props2["icon.end"] ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
6058
+ props2["icon.end"] ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
6059
6059
  key: 2,
6060
6060
  icon: props2["icon.end"]
6061
6061
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true)
@@ -6066,7 +6066,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
6066
6066
  };
6067
6067
  }
6068
6068
  });
6069
- const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-86bf4080"]]);
6069
+ const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-86bf4080"]]);
6070
6070
  const _hoisted_1$M = {
6071
6071
  key: 0,
6072
6072
  class: "tool-bar"
@@ -6079,7 +6079,7 @@ const _hoisted_3$o = {
6079
6079
  key: 2,
6080
6080
  class: "modal-footer mt-1"
6081
6081
  };
6082
- const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
6082
+ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
6083
6083
  __name: "Modal",
6084
6084
  props: {
6085
6085
  side: { type: Boolean },
@@ -6135,7 +6135,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
6135
6135
  onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
6136
6136
  onKeydown: vue.withKeys(closeModal, ["esc"])
6137
6137
  }, [
6138
- vue.createVNode(vue.unref(_sfc_main$F), {
6138
+ vue.createVNode(vue.unref(_sfc_main$G), {
6139
6139
  class: "modal",
6140
6140
  style: vue.normalizeStyle({ ...maxWidth.value }),
6141
6141
  onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
@@ -6152,7 +6152,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
6152
6152
  icon: "close",
6153
6153
  onClick: closeModal
6154
6154
  }, null, 8, ["style"]),
6155
- _ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$D), {
6155
+ _ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$E), {
6156
6156
  key: 0,
6157
6157
  class: "modal-title",
6158
6158
  tag: "h3",
@@ -6186,7 +6186,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
6186
6186
  };
6187
6187
  }
6188
6188
  });
6189
- const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
6189
+ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
6190
6190
  __name: "ModalForm",
6191
6191
  props: /* @__PURE__ */ vue.mergeModels({
6192
6192
  side: { type: Boolean },
@@ -6247,7 +6247,7 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
6247
6247
  }
6248
6248
  __expose({ setFormValues });
6249
6249
  return (_ctx, _cache) => {
6250
- return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), {
6250
+ return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$Q), {
6251
6251
  ref_key: "modal",
6252
6252
  ref: modal,
6253
6253
  side: _ctx.side,
@@ -6300,12 +6300,12 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
6300
6300
  };
6301
6301
  }
6302
6302
  });
6303
- const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-083a1b2d"]]);
6303
+ const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-083a1b2d"]]);
6304
6304
  const _hoisted_1$L = { class: "accordion-item" };
6305
6305
  const _hoisted_2$x = ["aria-expanded", "aria-controls"];
6306
6306
  const _hoisted_3$n = { class: "accordion-label" };
6307
- const _hoisted_4$g = ["id", "aria-hidden"];
6308
- const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
6307
+ const _hoisted_4$f = ["id", "aria-hidden"];
6308
+ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
6309
6309
  __name: "AccordionItem",
6310
6310
  props: {
6311
6311
  label: {},
@@ -6355,7 +6355,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
6355
6355
  vue.createElementVNode("div", {
6356
6356
  class: vue.normalizeClass(["accordion-icon", { open: vue.unref(isOpen) }])
6357
6357
  }, [
6358
- vue.createVNode(vue.unref(_sfc_main$S), { icon: "expand_more" })
6358
+ vue.createVNode(vue.unref(_sfc_main$T), { icon: "expand_more" })
6359
6359
  ], 2)
6360
6360
  ], 8, _hoisted_2$x),
6361
6361
  vue.createVNode(vue.Transition, { name: "expand" }, {
@@ -6367,7 +6367,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
6367
6367
  "aria-hidden": vue.unref(isOpen) ? "false" : "true"
6368
6368
  }, [
6369
6369
  vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
6370
- ], 8, _hoisted_4$g)) : vue.createCommentVNode("", true)
6370
+ ], 8, _hoisted_4$f)) : vue.createCommentVNode("", true)
6371
6371
  ]),
6372
6372
  _: 3
6373
6373
  })
@@ -6375,8 +6375,8 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
6375
6375
  };
6376
6376
  }
6377
6377
  });
6378
- const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-f87b579d"]]);
6379
- const _sfc_main$M = {};
6378
+ const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-f87b579d"]]);
6379
+ const _sfc_main$N = {};
6380
6380
  const _hoisted_1$K = { class: "list-wrap bgl_card thin grid overflow-hidden h-100 pt-0 pb-05 px-0 m_pb-0" };
6381
6381
  const _hoisted_2$w = { class: "p-1" };
6382
6382
  const _hoisted_3$m = { class: "list-content auto-flow-rows align-items-start overflow-y h-100" };
@@ -6390,10 +6390,10 @@ function _sfc_render$2(_ctx, _cache) {
6390
6390
  ])
6391
6391
  ]);
6392
6392
  }
6393
- const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$2]]);
6393
+ const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$2]]);
6394
6394
  const _hoisted_1$J = { class: "no-margin ellipsis line-height-14 pb-025" };
6395
6395
  const _hoisted_2$v = { class: "txt12 no-margin txt-gray ellipsis" };
6396
- const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
6396
+ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
6397
6397
  __name: "ListItem",
6398
6398
  props: {
6399
6399
  src: {},
@@ -6409,7 +6409,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
6409
6409
  return (_ctx, _cache) => {
6410
6410
  return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.to ? "RouterLink" : "div"), {
6411
6411
  to: _ctx.to,
6412
- class: vue.normalizeClass(["flex gap-1 list-item", { "notClickable": !(_ctx.to || _ctx.onClick), "no-border-list": _ctx.flat }]),
6412
+ class: vue.normalizeClass(["flex gap-05 list-item", { "notClickable": !(_ctx.to || _ctx.onClick), "no-border-list": _ctx.flat }]),
6413
6413
  onClick: _ctx.onClick
6414
6414
  }, {
6415
6415
  default: vue.withCtx(() => [
@@ -6420,7 +6420,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
6420
6420
  src: _ctx.src,
6421
6421
  size: 40
6422
6422
  }, null, 8, ["name", "src"])) : vue.createCommentVNode("", true),
6423
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
6423
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
6424
6424
  key: 1,
6425
6425
  size: "1.2",
6426
6426
  class: "color-primary",
@@ -6444,7 +6444,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
6444
6444
  });
6445
6445
  const _hoisted_1$I = { class: "page-top" };
6446
6446
  const _hoisted_2$u = { class: "top-title m-0" };
6447
- const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
6447
+ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
6448
6448
  __name: "PageTitle",
6449
6449
  props: {
6450
6450
  value: {
@@ -6777,25 +6777,20 @@ function useVerticalVirtualList(options, list) {
6777
6777
  containerRef
6778
6778
  };
6779
6779
  }
6780
- const _withScopeId$2 = (n2) => (vue.pushScopeId("data-v-bd90dc89"), n2 = n2(), vue.popScopeId(), n2);
6781
6780
  const _hoisted_1$H = {
6782
6781
  key: 0,
6783
6782
  class: "loading-table-wrapper z-99 h-100 w-100 absolute inset"
6784
6783
  };
6785
- const _hoisted_2$t = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "loading-table-animation absolute oval" }, null, -1));
6786
- const _hoisted_3$l = [
6787
- _hoisted_2$t
6788
- ];
6789
- const _hoisted_4$f = { class: "infinite-wrapper" };
6790
- const _hoisted_5$e = { class: "row first-row" };
6791
- const _hoisted_6$9 = { key: 0 };
6784
+ const _hoisted_2$t = { class: "infinite-wrapper" };
6785
+ const _hoisted_3$l = { class: "row first-row" };
6786
+ const _hoisted_4$e = { key: 0 };
6787
+ const _hoisted_5$d = ["onClick"];
6788
+ const _hoisted_6$9 = { class: "flex" };
6792
6789
  const _hoisted_7$5 = ["onClick"];
6793
- const _hoisted_8$2 = { class: "flex" };
6794
- const _hoisted_9$2 = ["onClick"];
6795
- const _hoisted_10$1 = { key: 0 };
6796
- const _hoisted_11$1 = ["value"];
6797
- const _hoisted_12$1 = { key: 1 };
6798
- const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
6790
+ const _hoisted_8$2 = { key: 0 };
6791
+ const _hoisted_9$2 = ["value"];
6792
+ const _hoisted_10$1 = { key: 1 };
6793
+ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
6799
6794
  __name: "TableSchema",
6800
6795
  props: /* @__PURE__ */ vue.mergeModels({
6801
6796
  selectedItems: {},
@@ -6932,10 +6927,12 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
6932
6927
  return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({ class: "table-list-wrap h-100" }, vue.unref(containerProps), {
6933
6928
  class: { "loading-table": loading.value }
6934
6929
  }), [
6935
- loading.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$H, _hoisted_3$l)) : (vue.openBlock(), vue.createElementBlock("div", vue.normalizeProps(vue.mergeProps({ key: 1 }, vue.unref(wrapperProps))), [
6936
- vue.createElementVNode("table", _hoisted_4$f, [
6937
- vue.createElementVNode("thead", _hoisted_5$e, [
6938
- vue.unref(isSelectable) ? (vue.openBlock(), vue.createElementBlock("th", _hoisted_6$9, [
6930
+ loading.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$H, _cache[3] || (_cache[3] = [
6931
+ vue.createElementVNode("div", { class: "loading-table-animation absolute oval" }, null, -1)
6932
+ ]))) : (vue.openBlock(), vue.createElementBlock("div", vue.normalizeProps(vue.mergeProps({ key: 1 }, vue.unref(wrapperProps))), [
6933
+ vue.createElementVNode("table", _hoisted_2$t, [
6934
+ vue.createElementVNode("thead", _hoisted_3$l, [
6935
+ vue.unref(isSelectable) ? (vue.openBlock(), vue.createElementBlock("th", _hoisted_4$e, [
6939
6936
  vue.createElementVNode("input", {
6940
6937
  ref_key: "allSelector",
6941
6938
  ref: allSelector,
@@ -6951,18 +6948,18 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
6951
6948
  class: "col",
6952
6949
  onClick: ($event) => sort2((field == null ? void 0 : field.id) || "")
6953
6950
  }, [
6954
- vue.createElementVNode("div", _hoisted_8$2, [
6951
+ vue.createElementVNode("div", _hoisted_6$9, [
6955
6952
  vue.createTextVNode(vue.toDisplayString(field.label || vue.unref(keyToLabel)(field.id)) + " ", 1),
6956
6953
  vue.createElementVNode("div", {
6957
6954
  class: vue.normalizeClass(["list-arrows", { sorted: vue.unref(sortField) === field.id }])
6958
6955
  }, [
6959
- vue.createVNode(vue.unref(_sfc_main$S), {
6956
+ vue.createVNode(vue.unref(_sfc_main$T), {
6960
6957
  class: vue.normalizeClass({ desc: vue.unref(sortDirection) === "DESC" }),
6961
6958
  icon: "keyboard_arrow_up"
6962
6959
  }, null, 8, ["class"])
6963
6960
  ], 2)
6964
6961
  ])
6965
- ], 8, _hoisted_7$5);
6962
+ ], 8, _hoisted_5$d);
6966
6963
  }), 128))
6967
6964
  ]),
6968
6965
  vue.createElementVNode("tbody", null, [
@@ -6972,7 +6969,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
6972
6969
  class: vue.normalizeClass(["row row-item position-relative", { selected: vue.unref(computedSelectedItems).includes(row.id) }]),
6973
6970
  onClick: ($event) => toggleSelectItem(row)
6974
6971
  }, [
6975
- vue.unref(isSelectable) ? (vue.openBlock(), vue.createElementBlock("td", _hoisted_10$1, [
6972
+ vue.unref(isSelectable) ? (vue.openBlock(), vue.createElementBlock("td", _hoisted_8$2, [
6976
6973
  vue.createElementVNode("div", {
6977
6974
  onClick: _cache[2] || (_cache[2] = vue.withModifiers(() => {
6978
6975
  }, ["stop"]))
@@ -6981,7 +6978,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
6981
6978
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(computedSelectedItems) ? computedSelectedItems.value = $event : computedSelectedItems = $event),
6982
6979
  type: "checkbox",
6983
6980
  value: row.id
6984
- }, null, 8, _hoisted_11$1), [
6981
+ }, null, 8, _hoisted_9$2), [
6985
6982
  [vue.vModelCheckbox, vue.unref(computedSelectedItems)]
6986
6983
  ])
6987
6984
  ])
@@ -6995,7 +6992,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
6995
6992
  key: 0,
6996
6993
  row,
6997
6994
  field
6998
- }, void 0, true) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_12$1, [
6995
+ }, void 0, true) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$1, [
6999
6996
  vue.createVNode(vue.unref(_sfc_main$s), {
7000
6997
  class: "embedded-field",
7001
6998
  field,
@@ -7005,7 +7002,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
7005
7002
  ]))
7006
7003
  ]);
7007
7004
  }), 128))
7008
- ], 10, _hoisted_9$2);
7005
+ ], 10, _hoisted_7$5);
7009
7006
  }), 128))
7010
7007
  ])
7011
7008
  ])
@@ -7014,16 +7011,16 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
7014
7011
  };
7015
7012
  }
7016
7013
  });
7017
- const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-bd90dc89"]]);
7018
- const _sfc_main$I = {};
7014
+ const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-bd90dc89"]]);
7015
+ const _sfc_main$J = {};
7019
7016
  const _hoisted_1$G = { class: "flex space-between" };
7020
7017
  function _sfc_render$1(_ctx, _cache) {
7021
7018
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$G, [
7022
7019
  vue.renderSlot(_ctx.$slots, "default")
7023
7020
  ]);
7024
7021
  }
7025
- const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$1]]);
7026
- const _sfc_main$H = {};
7022
+ const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$1]]);
7023
+ const _sfc_main$I = {};
7027
7024
  function _sfc_render(_ctx, _cache) {
7028
7025
  const _component_router_view = vue.resolveComponent("router-view");
7029
7026
  return vue.openBlock(), vue.createBlock(_component_router_view, null, {
@@ -7045,7 +7042,7 @@ function _sfc_render(_ctx, _cache) {
7045
7042
  _: 1
7046
7043
  });
7047
7044
  }
7048
- const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render]]);
7045
+ const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render]]);
7049
7046
  const _hoisted_1$F = {
7050
7047
  key: 0,
7051
7048
  class: "data"
@@ -7055,8 +7052,8 @@ const _hoisted_2$s = {
7055
7052
  class: "data-row m_py-05"
7056
7053
  };
7057
7054
  const _hoisted_3$k = { class: "key" };
7058
- const _hoisted_4$e = { class: "m-0" };
7059
- const _hoisted_5$d = { key: 1 };
7055
+ const _hoisted_4$d = { class: "m-0" };
7056
+ const _hoisted_5$c = { key: 1 };
7060
7057
  const _hoisted_6$8 = {
7061
7058
  key: 0,
7062
7059
  class: "data-row"
@@ -7067,7 +7064,7 @@ const _hoisted_9$1 = {
7067
7064
  key: 0,
7068
7065
  class: "m-0"
7069
7066
  };
7070
- const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
7067
+ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
7071
7068
  __name: "DataPreview",
7072
7069
  props: /* @__PURE__ */ vue.mergeModels({
7073
7070
  showFields: {},
@@ -7104,7 +7101,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
7104
7101
  return (_ctx, _cache) => {
7105
7102
  var _a2;
7106
7103
  return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$F, [
7107
- _ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$D), {
7104
+ _ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$E), {
7108
7105
  key: 0,
7109
7106
  label: _ctx.title
7110
7107
  }, null, 8, ["label"])) : vue.createCommentVNode("", true),
@@ -7114,7 +7111,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
7114
7111
  }, [
7115
7112
  vue.unref(iffer)(field, itemData.value) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$s, [
7116
7113
  vue.createElementVNode("div", _hoisted_3$k, [
7117
- vue.createElementVNode("p", _hoisted_4$e, vue.toDisplayString((field == null ? void 0 : field.label) || vue.unref(keyToLabel)(field.id)), 1)
7114
+ vue.createElementVNode("p", _hoisted_4$d, vue.toDisplayString((field == null ? void 0 : field.label) || vue.unref(keyToLabel)(field.id)), 1)
7118
7115
  ]),
7119
7116
  vue.createVNode(vue.unref(_sfc_main$s), {
7120
7117
  modelValue: itemData.value,
@@ -7126,7 +7123,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
7126
7123
  ])) : vue.createCommentVNode("", true)
7127
7124
  ], 64);
7128
7125
  }), 128)),
7129
- !((_a2 = _ctx.schema) == null ? void 0 : _a2.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$d, [
7126
+ !((_a2 = _ctx.schema) == null ? void 0 : _a2.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$c, [
7130
7127
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(computedSchema.value, ({ id, label }) => {
7131
7128
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: id }, [
7132
7129
  !isUnset(itemData.value[id]) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$8, [
@@ -7145,12 +7142,12 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
7145
7142
  };
7146
7143
  }
7147
7144
  });
7148
- const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-4d174f13"]]);
7145
+ const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-4d174f13"]]);
7149
7146
  const _hoisted_1$E = {
7150
7147
  key: 0,
7151
7148
  class: "card_label"
7152
7149
  };
7153
- const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
7150
+ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
7154
7151
  __name: "Card",
7155
7152
  props: {
7156
7153
  label: {},
@@ -7187,7 +7184,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
7187
7184
  }
7188
7185
  });
7189
7186
  const _hoisted_1$D = ["src", "alt"];
7190
- const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
7187
+ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
7191
7188
  __name: "Avatar",
7192
7189
  props: {
7193
7190
  fallback: {},
@@ -7213,8 +7210,8 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
7213
7210
  };
7214
7211
  }
7215
7212
  });
7216
- const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-46ad8c25"]]);
7217
- const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
7213
+ const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-46ad8c25"]]);
7214
+ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
7218
7215
  __name: "Title",
7219
7216
  props: {
7220
7217
  value: {
@@ -7242,7 +7239,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
7242
7239
  };
7243
7240
  }
7244
7241
  });
7245
- const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
7242
+ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
7246
7243
  __name: "Accordion",
7247
7244
  setup(__props) {
7248
7245
  const state2 = vue.reactive({
@@ -7258,7 +7255,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
7258
7255
  });
7259
7256
  const _hoisted_1$C = ["dismissable"];
7260
7257
  const _hoisted_2$r = { class: "m-0" };
7261
- const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
7258
+ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
7262
7259
  __name: "Alert",
7263
7260
  props: {
7264
7261
  message: {},
@@ -7279,7 +7276,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
7279
7276
  class: vue.normalizeClass(["alert", [_ctx.type]]),
7280
7277
  dismissable: _ctx.dismissable
7281
7278
  }, [
7282
- _ctx.icon !== "none" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
7279
+ _ctx.icon !== "none" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
7283
7280
  key: 0,
7284
7281
  class: "alert_icon",
7285
7282
  icon: _ctx.icon || _ctx.type,
@@ -7298,8 +7295,8 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
7298
7295
  };
7299
7296
  }
7300
7297
  });
7301
- const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-1322d9e1"]]);
7302
- const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
7298
+ const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-1322d9e1"]]);
7299
+ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
7303
7300
  __name: "Badge",
7304
7301
  props: {
7305
7302
  color: {},
@@ -7315,13 +7312,13 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
7315
7312
  return vue.openBlock(), vue.createElementBlock("div", {
7316
7313
  class: vue.normalizeClass(["pill", [_ctx.color]])
7317
7314
  }, [
7318
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
7315
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
7319
7316
  key: 0,
7320
7317
  class: "inline",
7321
7318
  icon: _ctx.icon
7322
7319
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
7323
7320
  vue.createTextVNode(" " + vue.toDisplayString(_ctx.text) + " ", 1),
7324
- props2["icon.end"] ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
7321
+ props2["icon.end"] ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
7325
7322
  key: 1,
7326
7323
  class: "inline",
7327
7324
  icon: props2["icon.end"]
@@ -7330,10 +7327,10 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
7330
7327
  };
7331
7328
  }
7332
7329
  });
7333
- const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-40a0b03a"]]);
7330
+ const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-40a0b03a"]]);
7334
7331
  const _hoisted_1$B = ["src"];
7335
7332
  const _hoisted_2$q = ["src", "autoplay", "muted", "loop", "controls"];
7336
- const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
7333
+ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
7337
7334
  __name: "BglVideo",
7338
7335
  props: {
7339
7336
  src: {},
@@ -7402,13 +7399,13 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
7402
7399
  };
7403
7400
  }
7404
7401
  });
7405
- const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-8495afe2"]]);
7402
+ const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-8495afe2"]]);
7406
7403
  const _hoisted_1$A = {
7407
7404
  key: 0,
7408
7405
  class: "blocker"
7409
7406
  };
7410
7407
  const _hoisted_2$p = { class: "Handlers" };
7411
- const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
7408
+ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
7412
7409
  __name: "Carousel",
7413
7410
  props: {
7414
7411
  autoHeight: {
@@ -7577,9 +7574,9 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
7577
7574
  };
7578
7575
  }
7579
7576
  });
7580
- const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-1f9c6644"]]);
7577
+ const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-1f9c6644"]]);
7581
7578
  const _hoisted_1$z = { class: "pb-05 pretty" };
7582
- const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
7579
+ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
7583
7580
  __name: "ModalConfirm",
7584
7581
  props: {
7585
7582
  title: {},
@@ -7595,7 +7592,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
7595
7592
  emit2("update:visible");
7596
7593
  }
7597
7594
  return (_ctx, _cache) => {
7598
- return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), {
7595
+ return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$Q), {
7599
7596
  title: _ctx.title,
7600
7597
  width: "380px",
7601
7598
  dismissable: false,
@@ -7605,6 +7602,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
7605
7602
  vue.createVNode(vue.unref(Btn), {
7606
7603
  flat: "",
7607
7604
  thin: "",
7605
+ class: "color-black",
7608
7606
  value: "Cancel",
7609
7607
  onClick: _cache[0] || (_cache[0] = ($event) => select2(false))
7610
7608
  }),
@@ -7625,7 +7623,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
7625
7623
  const _hoisted_1$y = ["id"];
7626
7624
  const defaultMarkerSVG = '<svg id="eCJDQPwuXje1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 36" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" project-id="ac827abc0a8c4922b76bac4df7bd7646" export-id="2cc86932ccbc4825a31fd063b3e75478" cached="false"><style><![CDATA[#eCJDQPwuXje3_ts {animation: eCJDQPwuXje3_ts__ts 3000ms linear infinite normal forwards}@keyframes eCJDQPwuXje3_ts__ts { 0% {transform: translate(18px,18px) scale(1,1)} 3.333333% {transform: translate(18px,18px) scale(1,1);animation-timing-function: cubic-bezier(0.42,0,0.58,1)} 100% {transform: translate(18px,18px) scale(1.8,1.8)}} #eCJDQPwuXje3 {animation: eCJDQPwuXje3_c_o 3000ms linear infinite normal forwards}@keyframes eCJDQPwuXje3_c_o { 0% {opacity: 0} 3.333333% {opacity: 1;animation-timing-function: cubic-bezier(0.42,0,0.58,1)} 100% {opacity: 0}}]]></style><ellipse rx="10.049312" ry="10.049312" transform="translate(18 18)" fill="#2e5bff" stroke-width="0"/><g id="eCJDQPwuXje3_ts" transform="translate(18,18) scale(1,1)"><ellipse id="eCJDQPwuXje3" rx="10.049312" ry="10.049312" transform="translate(0,0)" opacity="0" fill="#2e5bff" stroke-width="0"/></g></svg>';
7627
7625
  const leafletScriptUrl = "https://unpkg.com/leaflet@1.9.4/dist/leaflet.js";
7628
- const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
7626
+ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
7629
7627
  __name: "MapEmbed",
7630
7628
  props: {
7631
7629
  center: { default: () => [31.7683, 35.2137] },
@@ -7698,7 +7696,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
7698
7696
  };
7699
7697
  }
7700
7698
  });
7701
- const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
7699
+ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
7702
7700
  __name: "Flag",
7703
7701
  props: {
7704
7702
  country: {},
@@ -7728,9 +7726,9 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
7728
7726
  };
7729
7727
  }
7730
7728
  });
7731
- const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-f99f1900"]]);
7729
+ const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-f99f1900"]]);
7732
7730
  const _hoisted_1$x = { class: "relative" };
7733
- const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
7731
+ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
7734
7732
  __name: "AddressSearch",
7735
7733
  emits: ["addressSelected"],
7736
7734
  setup(__props, { emit: __emit }) {
@@ -7749,22 +7747,29 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
7749
7747
  const geocodeUrl = `https://nominatim.openstreetmap.org/search?format=json&q=${encodeURI(addressURL)}`;
7750
7748
  const res = await fetch(geocodeUrl);
7751
7749
  searchResults.value = await res.json() || [];
7752
- console.log(suggestion.value);
7753
7750
  (_a2 = suggestion.value) == null ? void 0 : _a2.show();
7754
7751
  }
7755
7752
  return (_ctx, _cache) => {
7756
7753
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$x, [
7757
- vue.createVNode(vue.unref(kt$1), {
7754
+ vue.createVNode(vue.unref(_sfc_main$u), {
7758
7755
  ref_key: "suggestion",
7759
7756
  ref: suggestion,
7760
7757
  noAutoFocus: true,
7761
7758
  placement: "bottom-start"
7762
7759
  }, {
7760
+ trigger: vue.withCtx(() => [
7761
+ vue.createVNode(vue.unref(TextInput), {
7762
+ modelValue: vue.unref(addressInput),
7763
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(addressInput) ? addressInput.value = $event : addressInput = $event),
7764
+ placeholder: "Enter address",
7765
+ onDebounce: searchAddresses
7766
+ }, null, 8, ["modelValue"])
7767
+ ]),
7763
7768
  popper: vue.withCtx(() => [
7764
7769
  vue.createVNode(vue.unref(ListView), { class: "-mt-2 hm-300px" }, {
7765
7770
  default: vue.withCtx(() => [
7766
7771
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(searchResults), (result2, index2) => {
7767
- return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$L), {
7772
+ return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$M), {
7768
7773
  key: index2,
7769
7774
  icon: "location_on",
7770
7775
  title: result2.display_name,
@@ -7775,20 +7780,69 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
7775
7780
  _: 1
7776
7781
  })
7777
7782
  ]),
7778
- default: vue.withCtx(() => [
7779
- vue.createVNode(vue.unref(TextInput), {
7780
- modelValue: vue.unref(addressInput),
7781
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(addressInput) ? addressInput.value = $event : addressInput = $event),
7782
- placeholder: "Enter address",
7783
- onDebounce: searchAddresses
7784
- }, null, 8, ["modelValue"])
7785
- ]),
7786
7783
  _: 1
7787
7784
  }, 512)
7788
7785
  ]);
7789
7786
  };
7790
7787
  }
7791
7788
  });
7789
+ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
7790
+ __name: "Dropdown",
7791
+ props: {
7792
+ value: {},
7793
+ thin: { type: Boolean },
7794
+ flat: { type: Boolean },
7795
+ disabled: { type: Boolean },
7796
+ icon: {},
7797
+ triggerClass: {},
7798
+ border: { type: Boolean },
7799
+ outline: { type: Boolean },
7800
+ round: { type: Boolean },
7801
+ placement: {},
7802
+ noAutoFocus: { type: Boolean }
7803
+ },
7804
+ emits: ["show", "hide"],
7805
+ setup(__props, { expose: __expose, emit: __emit }) {
7806
+ const emit2 = __emit;
7807
+ const ddownRef = vue.ref();
7808
+ const show = () => {
7809
+ var _a2;
7810
+ return (_a2 = ddownRef.value) == null ? void 0 : _a2.show();
7811
+ };
7812
+ const hide2 = () => {
7813
+ var _a2;
7814
+ return (_a2 = ddownRef.value) == null ? void 0 : _a2.hide();
7815
+ };
7816
+ __expose({ show, hide: hide2 });
7817
+ return (_ctx, _cache) => {
7818
+ return vue.openBlock(), vue.createBlock(vue.unref(kt$1), {
7819
+ ref_key: "ddownRef",
7820
+ ref: ddownRef,
7821
+ disabled: _ctx.disabled,
7822
+ noAutoFocus: _ctx.noAutoFocus,
7823
+ placement: _ctx.placement,
7824
+ onHide: _cache[0] || (_cache[0] = ($event) => emit2("hide")),
7825
+ onShow: _cache[1] || (_cache[1] = ($event) => emit2("show"))
7826
+ }, {
7827
+ popper: vue.withCtx(() => [
7828
+ vue.renderSlot(_ctx.$slots, "default")
7829
+ ]),
7830
+ default: vue.withCtx(() => [
7831
+ vue.renderSlot(_ctx.$slots, "trigger", {}, () => [
7832
+ vue.createVNode(vue.unref(Btn), {
7833
+ class: vue.normalizeClass(_ctx.triggerClass),
7834
+ icon: _ctx.icon,
7835
+ value: _ctx.value,
7836
+ thin: _ctx.thin,
7837
+ flat: _ctx.thin
7838
+ }, null, 8, ["class", "icon", "value", "thin", "flat"])
7839
+ ])
7840
+ ]),
7841
+ _: 3
7842
+ }, 8, ["disabled", "noAutoFocus", "placement"]);
7843
+ };
7844
+ }
7845
+ });
7792
7846
  const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
7793
7847
  __name: "BglForm",
7794
7848
  props: {
@@ -7881,7 +7935,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
7881
7935
  return (_ctx, _cache) => {
7882
7936
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
7883
7937
  _ctx.id ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
7884
- _ctx.label ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$D), {
7938
+ _ctx.label ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$E), {
7885
7939
  key: 0,
7886
7940
  tag: "h4",
7887
7941
  label: _ctx.label
@@ -7905,7 +7959,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
7905
7959
  ref: form,
7906
7960
  onSubmit: vue.withModifiers(runSubmit, ["prevent"])
7907
7961
  }, [
7908
- _ctx.label ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$D), {
7962
+ _ctx.label ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$E), {
7909
7963
  key: 0,
7910
7964
  tag: "h4",
7911
7965
  label: _ctx.label
@@ -16734,11 +16788,11 @@ const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-
16734
16788
  const _hoisted_1$s = { class: "flex gap-05" };
16735
16789
  const _hoisted_2$l = ["disabled"];
16736
16790
  const _hoisted_3$h = { key: 1 };
16737
- const _hoisted_4$d = {
16791
+ const _hoisted_4$c = {
16738
16792
  key: 2,
16739
16793
  class: "ms-auto ps-05 me-05"
16740
16794
  };
16741
- const _hoisted_5$c = ["value"];
16795
+ const _hoisted_5$b = ["value"];
16742
16796
  const _hoisted_6$7 = ["aria-selected", "onClick", "onKeydown"];
16743
16797
  const _hoisted_7$3 = { class: "block" };
16744
16798
  const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
@@ -16880,17 +16934,59 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
16880
16934
  }
16881
16935
  });
16882
16936
  return (_ctx, _cache) => {
16883
- return vue.openBlock(), vue.createBlock(vue.unref(kt$1), {
16937
+ return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$u), {
16884
16938
  ref_key: "dropdown",
16885
16939
  ref: dropdown,
16886
16940
  placement: "bottom-start",
16887
16941
  class: "bagel-input selectinput",
16888
- onClick: _cache[4] || (_cache[4] = vue.withModifiers(() => {
16889
- }, ["stop"])),
16890
- onHide: _cache[5] || (_cache[5] = ($event) => updateOpen(false))
16942
+ onHide: _cache[4] || (_cache[4] = ($event) => updateOpen(false))
16891
16943
  }, {
16892
- popper: vue.withCtx(() => [
16893
- vue.createVNode(vue.unref(_sfc_main$F), {
16944
+ trigger: vue.withCtx(() => [
16945
+ vue.createElementVNode("label", null, [
16946
+ vue.createTextVNode(vue.toDisplayString(_ctx.label) + " ", 1),
16947
+ vue.createElementVNode("div", _hoisted_1$s, [
16948
+ vue.createElementVNode("button", {
16949
+ disabled: _ctx.disabled,
16950
+ type: "button",
16951
+ class: vue.normalizeClass(["selectinput-btn", { isEmpty: selectedItemCount.value === 0 }]),
16952
+ onKeydown: openOptions,
16953
+ onClick: _cache[1] || (_cache[1] = ($event) => updateOpen(true))
16954
+ }, [
16955
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
16956
+ key: 0,
16957
+ icon: _ctx.icon
16958
+ }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
16959
+ !_ctx.hideLabel ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_3$h, vue.toDisplayString(selectedLabel.value), 1)) : vue.createCommentVNode("", true),
16960
+ _ctx.clearable && selectedItemCount.value > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$c, [
16961
+ vue.createVNode(vue.unref(Btn), {
16962
+ flat: "",
16963
+ thin: "",
16964
+ icon: "clear",
16965
+ class: "color-gray",
16966
+ onClick: _cache[0] || (_cache[0] = ($event) => {
16967
+ vue.isRef(selectedItems) ? selectedItems.value = [] : selectedItems = [];
16968
+ emitUpdate();
16969
+ })
16970
+ })
16971
+ ])) : vue.createCommentVNode("", true),
16972
+ !_ctx.disabled ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), vue.mergeProps({
16973
+ key: 3,
16974
+ thin: ""
16975
+ }, { icon: vue.unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : vue.createCommentVNode("", true)
16976
+ ], 42, _hoisted_2$l),
16977
+ _ctx.required ? (vue.openBlock(), vue.createElementBlock("input", {
16978
+ key: 0,
16979
+ tabindex: "-1",
16980
+ style: { "width": "0", "height": "0", "position": "absolute", "opacity": "0", "z-index": "-1" },
16981
+ value: vue.unref(selectedItems),
16982
+ required: "",
16983
+ onInput: _cache[2] || (_cache[2] = ($event) => updateOpen(true))
16984
+ }, null, 40, _hoisted_5$b)) : vue.createCommentVNode("", true)
16985
+ ])
16986
+ ])
16987
+ ]),
16988
+ default: vue.withCtx(() => [
16989
+ vue.createVNode(vue.unref(_sfc_main$G), {
16894
16990
  class: "p-05",
16895
16991
  style: vue.normalizeStyle({ width: _ctx.fullWidth ? "100%" : "auto" })
16896
16992
  }, {
@@ -16919,12 +17015,12 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
16919
17015
  onKeydown: vue.withKeys(($event) => select2(option2), ["enter"])
16920
17016
  }, [
16921
17017
  _ctx.multiselect ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
16922
- isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
17018
+ isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
16923
17019
  key: 0,
16924
17020
  size: 1.1,
16925
17021
  icon: "select_check_box"
16926
17022
  })) : vue.createCommentVNode("", true),
16927
- !isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
17023
+ !isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
16928
17024
  key: 1,
16929
17025
  class: "opacity-3",
16930
17026
  icon: "check_box_outline_blank",
@@ -16940,56 +17036,12 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
16940
17036
  _: 3
16941
17037
  }, 8, ["style"])
16942
17038
  ]),
16943
- default: vue.withCtx(() => [
16944
- vue.createElementVNode("label", null, [
16945
- vue.createTextVNode(vue.toDisplayString(_ctx.label) + " ", 1),
16946
- vue.createElementVNode("div", _hoisted_1$s, [
16947
- vue.createElementVNode("button", {
16948
- disabled: _ctx.disabled,
16949
- type: "button",
16950
- class: vue.normalizeClass(["selectinput-btn", { isEmpty: selectedItemCount.value === 0 }]),
16951
- onKeydown: openOptions,
16952
- onClick: _cache[1] || (_cache[1] = ($event) => updateOpen(true))
16953
- }, [
16954
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
16955
- key: 0,
16956
- icon: _ctx.icon
16957
- }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
16958
- !_ctx.hideLabel ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_3$h, vue.toDisplayString(selectedLabel.value), 1)) : vue.createCommentVNode("", true),
16959
- _ctx.clearable && selectedItemCount.value > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$d, [
16960
- vue.createVNode(vue.unref(Btn), {
16961
- flat: "",
16962
- thin: "",
16963
- icon: "clear",
16964
- class: "color-gray",
16965
- onClick: _cache[0] || (_cache[0] = ($event) => {
16966
- vue.isRef(selectedItems) ? selectedItems.value = [] : selectedItems = [];
16967
- emitUpdate();
16968
- })
16969
- })
16970
- ])) : vue.createCommentVNode("", true),
16971
- !_ctx.disabled ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), vue.mergeProps({
16972
- key: 3,
16973
- thin: ""
16974
- }, { icon: vue.unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : vue.createCommentVNode("", true)
16975
- ], 42, _hoisted_2$l),
16976
- _ctx.required ? (vue.openBlock(), vue.createElementBlock("input", {
16977
- key: 0,
16978
- tabindex: "-1",
16979
- style: { "width": "0", "height": "0", "position": "absolute", "opacity": "0", "z-index": "-1" },
16980
- value: vue.unref(selectedItems),
16981
- required: "",
16982
- onInput: _cache[2] || (_cache[2] = ($event) => updateOpen(true))
16983
- }, null, 40, _hoisted_5$c)) : vue.createCommentVNode("", true)
16984
- ])
16985
- ])
16986
- ]),
16987
17039
  _: 3
16988
17040
  }, 512);
16989
17041
  };
16990
17042
  }
16991
17043
  });
16992
- const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-be6303fe"]]);
17044
+ const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-e1b57699"]]);
16993
17045
  /*!
16994
17046
  * vue-draggable-next v2.2.0
16995
17047
  * (c) 2023 Anish George
@@ -19472,8 +19524,8 @@ const VueDraggableNext = vue.defineComponent({
19472
19524
  const _hoisted_1$r = ["title"];
19473
19525
  const _hoisted_2$k = { class: "bagel-input" };
19474
19526
  const _hoisted_3$g = { class: "table-side-scroll" };
19475
- const _hoisted_4$c = { class: "table-header" };
19476
- const _hoisted_5$b = { class: "table-reorder" };
19527
+ const _hoisted_4$b = { class: "table-header" };
19528
+ const _hoisted_5$a = { class: "table-reorder" };
19477
19529
  const _hoisted_6$6 = { class: "table-action" };
19478
19530
  const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
19479
19531
  __name: "TableField",
@@ -19544,7 +19596,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
19544
19596
  vue.createElementVNode("label", null, vue.toDisplayString((_a2 = vue.unref(fieldMeta)) == null ? void 0 : _a2.label), 1)
19545
19597
  ]),
19546
19598
  vue.createElementVNode("div", _hoisted_3$g, [
19547
- vue.createElementVNode("div", _hoisted_4$c, [
19599
+ vue.createElementVNode("div", _hoisted_4$b, [
19548
19600
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((_b = vue.unref(entityMeta)) == null ? void 0 : _b.fields, (field) => {
19549
19601
  return vue.openBlock(), vue.createElementBlock("div", {
19550
19602
  key: `${field.fieldname}header`,
@@ -19571,8 +19623,8 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
19571
19623
  key: row.id,
19572
19624
  class: "flex table-row"
19573
19625
  }, [
19574
- vue.createElementVNode("div", _hoisted_5$b, [
19575
- vue.createVNode(vue.unref(_sfc_main$S), { icon: "more_vert" })
19626
+ vue.createElementVNode("div", _hoisted_5$a, [
19627
+ vue.createVNode(vue.unref(_sfc_main$T), { icon: "more_vert" })
19576
19628
  ]),
19577
19629
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((_a3 = vue.unref(entityMeta)) == null ? void 0 : _a3.fields, (field) => {
19578
19630
  return vue.openBlock(), vue.createElementBlock("div", {
@@ -19589,7 +19641,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
19589
19641
  ], 2);
19590
19642
  }), 128)),
19591
19643
  vue.createElementVNode("div", _hoisted_6$6, [
19592
- vue.createVNode(vue.unref(_sfc_main$S), {
19644
+ vue.createVNode(vue.unref(_sfc_main$T), {
19593
19645
  icon: "delete",
19594
19646
  onClick: ($event) => removeRow2(index2)
19595
19647
  }, null, 8, ["onClick"])
@@ -19610,9 +19662,9 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
19610
19662
  color: "light",
19611
19663
  onClick: addRow2
19612
19664
  }, {
19613
- default: vue.withCtx(() => [
19665
+ default: vue.withCtx(() => _cache[1] || (_cache[1] = [
19614
19666
  vue.createTextVNode(" New ")
19615
- ]),
19667
+ ])),
19616
19668
  _: 1
19617
19669
  })
19618
19670
  ], 8, _hoisted_1$r);
@@ -19623,8 +19675,8 @@ const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data
19623
19675
  const _hoisted_1$q = ["title"];
19624
19676
  const _hoisted_2$j = ["for"];
19625
19677
  const _hoisted_3$f = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
19626
- const _hoisted_4$b = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
19627
- const _hoisted_5$a = { key: 2 };
19678
+ const _hoisted_4$a = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
19679
+ const _hoisted_5$9 = { key: 2 };
19628
19680
  const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
19629
19681
  __name: "TextInput",
19630
19682
  props: {
@@ -19741,17 +19793,17 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
19741
19793
  onInput: updateInputVal,
19742
19794
  onFocusout: _cache[3] || (_cache[3] = //@ts-ignore
19743
19795
  (...args) => _ctx.onFocusout && _ctx.onFocusout(...args))
19744
- }), null, 16, _hoisted_4$b)), [
19796
+ }), null, 16, _hoisted_4$a)), [
19745
19797
  [vue.vModelText, vue.unref(inputVal)]
19746
19798
  ]),
19747
- _ctx.helptext ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$a, vue.toDisplayString(_ctx.helptext), 1)) : vue.createCommentVNode("", true)
19799
+ _ctx.helptext ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$9, vue.toDisplayString(_ctx.helptext), 1)) : vue.createCommentVNode("", true)
19748
19800
  ], 8, _hoisted_2$j),
19749
- _ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
19801
+ _ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
19750
19802
  key: 0,
19751
19803
  class: "iconStart",
19752
19804
  icon: _ctx.iconStart
19753
19805
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
19754
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
19806
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
19755
19807
  key: 1,
19756
19808
  icon: _ctx.icon
19757
19809
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true)
@@ -19838,8 +19890,8 @@ const _hoisted_3$e = {
19838
19890
  key: 0,
19839
19891
  class: "time-wrap"
19840
19892
  };
19841
- const _hoisted_4$a = ["id", "name", "value"];
19842
- const _hoisted_5$9 = ["for"];
19893
+ const _hoisted_4$9 = ["id", "name", "value"];
19894
+ const _hoisted_5$8 = ["for"];
19843
19895
  const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
19844
19896
  __name: "DatePicker",
19845
19897
  props: {
@@ -19883,8 +19935,8 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
19883
19935
  "enable-time-picker": false,
19884
19936
  "month-change-on-scroll": false
19885
19937
  }, _ctx.options), {
19886
- "action-buttons": vue.withCtx(() => []),
19887
- "action-preview": vue.withCtx(() => []),
19938
+ "action-buttons": vue.withCtx(() => _cache[2] || (_cache[2] = [])),
19939
+ "action-preview": vue.withCtx(() => _cache[3] || (_cache[3] = [])),
19888
19940
  _: 1
19889
19941
  }, 16, ["modelValue", "allowed-dates", "disabled-dates"])
19890
19942
  ]),
@@ -19897,12 +19949,12 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
19897
19949
  type: "radio",
19898
19950
  name: _ctx.label,
19899
19951
  value: hr2
19900
- }, null, 8, _hoisted_4$a), [
19952
+ }, null, 8, _hoisted_4$9), [
19901
19953
  [vue.vModelRadio, selectedHour.value]
19902
19954
  ]),
19903
19955
  vue.createElementVNode("label", {
19904
19956
  for: `${hr2}_${_ctx.id}`
19905
- }, vue.toDisplayString(hr2), 9, _hoisted_5$9)
19957
+ }, vue.toDisplayString(hr2), 9, _hoisted_5$8)
19906
19958
  ], 64);
19907
19959
  }), 128))
19908
19960
  ])) : vue.createCommentVNode("", true)
@@ -19913,8 +19965,8 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
19913
19965
  const _hoisted_1$m = { class: "bagel-input" };
19914
19966
  const _hoisted_2$g = { class: "pb-025" };
19915
19967
  const _hoisted_3$d = { class: "flex gap-05 flex-wrap" };
19916
- const _hoisted_4$9 = ["id", "name", "value", "checked"];
19917
- const _hoisted_5$8 = ["for"];
19968
+ const _hoisted_4$8 = ["id", "name", "value", "checked"];
19969
+ const _hoisted_5$7 = ["for"];
19918
19970
  const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
19919
19971
  __name: "RadioPillsInput",
19920
19972
  props: {
@@ -19971,10 +20023,10 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
19971
20023
  value: getValue(option2),
19972
20024
  checked: vue.unref(selectedValue) === getValue(option2),
19973
20025
  onChange: handleSelect
19974
- }, null, 40, _hoisted_4$9),
20026
+ }, null, 40, _hoisted_4$8),
19975
20027
  vue.createElementVNode("label", {
19976
20028
  for: `${_ctx.id}-${getValue(option2)}`
19977
- }, vue.toDisplayString(getLabel(option2)), 9, _hoisted_5$8)
20029
+ }, vue.toDisplayString(getLabel(option2)), 9, _hoisted_5$7)
19978
20030
  ]);
19979
20031
  }), 128))
19980
20032
  ])
@@ -19989,8 +20041,8 @@ const _hoisted_2$f = {
19989
20041
  class: "bgl-multi-preview"
19990
20042
  };
19991
20043
  const _hoisted_3$c = ["src"];
19992
- const _hoisted_4$8 = { class: "m-0" };
19993
- const _hoisted_5$7 = ["width", "src"];
20044
+ const _hoisted_4$7 = { class: "m-0" };
20045
+ const _hoisted_5$6 = ["width", "src"];
19994
20046
  const _hoisted_6$5 = { class: "no-margin multi-preview-txt" };
19995
20047
  const _hoisted_7$2 = {
19996
20048
  key: 0,
@@ -20187,12 +20239,12 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
20187
20239
  alt: ""
20188
20240
  }, null, 8, _hoisted_3$c)), [
20189
20241
  [_directive_lightbox]
20190
- ]) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
20242
+ ]) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
20191
20243
  key: 1,
20192
20244
  icon: "draft",
20193
20245
  class: "multi-preview"
20194
20246
  })),
20195
- vue.createElementVNode("p", _hoisted_4$8, vue.toDisplayString(file.name), 1),
20247
+ vue.createElementVNode("p", _hoisted_4$7, vue.toDisplayString(file.name), 1),
20196
20248
  vue.createVNode(vue.unref(Btn), {
20197
20249
  thin: "",
20198
20250
  flat: "",
@@ -20214,8 +20266,8 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
20214
20266
  class: "multi-preview",
20215
20267
  src: fileToUrl(fileQ.file),
20216
20268
  alt: ""
20217
- }, null, 8, _hoisted_5$7)) : vue.createCommentVNode("", true)
20218
- ], 64)) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
20269
+ }, null, 8, _hoisted_5$6)) : vue.createCommentVNode("", true)
20270
+ ], 64)) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
20219
20271
  key: 1,
20220
20272
  icon: "draft",
20221
20273
  class: "multi-preview"
@@ -20226,7 +20278,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
20226
20278
  style: vue.normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
20227
20279
  }, [
20228
20280
  fileQ.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7$2, vue.toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : vue.createCommentVNode("", true),
20229
- vue.createVNode(vue.unref(_sfc_main$S), {
20281
+ vue.createVNode(vue.unref(_sfc_main$T), {
20230
20282
  class: "success",
20231
20283
  icon: "check"
20232
20284
  })
@@ -20247,7 +20299,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
20247
20299
  alt: ""
20248
20300
  }, null, 8, _hoisted_9)), [
20249
20301
  [_directive_lightbox]
20250
- ]) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
20302
+ ]) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
20251
20303
  key: 1,
20252
20304
  size: 4,
20253
20305
  weight: "2",
@@ -20266,7 +20318,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
20266
20318
  style: vue.normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
20267
20319
  }, [
20268
20320
  fileQ.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_10, vue.toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : vue.createCommentVNode("", true),
20269
- vue.createVNode(vue.unref(_sfc_main$S), {
20321
+ vue.createVNode(vue.unref(_sfc_main$T), {
20270
20322
  class: "success",
20271
20323
  icon: "check"
20272
20324
  })
@@ -20288,8 +20340,8 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
20288
20340
  browse
20289
20341
  }, () => [
20290
20342
  vue.createElementVNode("p", _hoisted_12, [
20291
- vue.createVNode(vue.unref(_sfc_main$S), { icon: "upload_2" }),
20292
- vue.createTextVNode(" Drop files here or click to upload ")
20343
+ vue.createVNode(vue.unref(_sfc_main$T), { icon: "upload_2" }),
20344
+ _cache[0] || (_cache[0] = vue.createTextVNode(" Drop files here or click to upload "))
20293
20345
  ])
20294
20346
  ], true) : vue.createCommentVNode("", true)
20295
20347
  ], 38)
@@ -20298,14 +20350,9 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
20298
20350
  }
20299
20351
  });
20300
20352
  const $el = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-298b3d5b"]]);
20301
- const _withScopeId$1 = (n2) => (vue.pushScopeId("data-v-0a2b089d"), n2 = n2(), vue.popScopeId(), n2);
20302
20353
  const _hoisted_1$k = ["title"];
20303
- const _hoisted_2$e = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("span", { class: "slider round" }, null, -1));
20304
- const _hoisted_3$b = [
20305
- _hoisted_2$e
20306
- ];
20307
- const _hoisted_4$7 = ["id", "required"];
20308
- const _hoisted_5$6 = ["for"];
20354
+ const _hoisted_2$e = ["id", "required"];
20355
+ const _hoisted_3$b = ["for"];
20309
20356
  const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
20310
20357
  __name: "ToggleInput",
20311
20358
  props: /* @__PURE__ */ vue.mergeModels({
@@ -20334,20 +20381,22 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
20334
20381
  }, [
20335
20382
  vue.createElementVNode("div", {
20336
20383
  class: vue.normalizeClass(["switch", { checked: checked.value }])
20337
- }, _hoisted_3$b, 2),
20384
+ }, _cache[1] || (_cache[1] = [
20385
+ vue.createElementVNode("span", { class: "slider round" }, null, -1)
20386
+ ]), 2),
20338
20387
  vue.withDirectives(vue.createElementVNode("input", {
20339
20388
  id: inputId.value,
20340
20389
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => checked.value = $event),
20341
20390
  type: "checkbox",
20342
20391
  required: _ctx.required
20343
- }, null, 8, _hoisted_4$7), [
20392
+ }, null, 8, _hoisted_2$e), [
20344
20393
  [vue.vModelCheckbox, checked.value]
20345
20394
  ]),
20346
20395
  vue.createElementVNode("label", { for: inputId.value }, [
20347
20396
  vue.renderSlot(_ctx.$slots, "label", {}, () => [
20348
20397
  vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
20349
20398
  ], true)
20350
- ], 8, _hoisted_5$6)
20399
+ ], 8, _hoisted_3$b)
20351
20400
  ], 10, _hoisted_1$k);
20352
20401
  };
20353
20402
  }
@@ -46718,8 +46767,9 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
46718
46767
  function findCountryByDialCode(dialCode) {
46719
46768
  return filteredCountries.value.find((country) => Number(country.dialCode) === dialCode);
46720
46769
  }
46770
+ const phoneDropdown = vue.ref();
46721
46771
  function chooseCountry(country) {
46722
- var _a2;
46772
+ var _a2, _b;
46723
46773
  if (!country) return;
46724
46774
  const parsedCountry = findCountry(country);
46725
46775
  if (!parsedCountry) return;
@@ -46730,6 +46780,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
46730
46780
  return;
46731
46781
  }
46732
46782
  activeCountryCode.value = parsedCountry.iso2 || "";
46783
+ (_b = phoneDropdown.value) == null ? void 0 : _b.hide();
46733
46784
  }
46734
46785
  function onBlur() {
46735
46786
  emit2("blur");
@@ -46774,13 +46825,29 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
46774
46825
  vue.withKeys(reset, ["tab"])
46775
46826
  ]
46776
46827
  }, [
46777
- !computedDropDownOptions.value.hide ? (vue.openBlock(), vue.createBlock(vue.unref(kt$1), {
46828
+ !computedDropDownOptions.value.hide ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$u), {
46778
46829
  key: 0,
46779
- placement: "bottom",
46830
+ ref_key: "phoneDropdown",
46831
+ ref: phoneDropdown,
46832
+ placement: "bottom-start",
46780
46833
  disabled: computedDropDownOptions.value.disabled,
46781
46834
  onHide: _cache[2] || (_cache[2] = ($event) => vue.isRef(open) ? open.value = false : open = false)
46782
46835
  }, {
46783
- popper: vue.withCtx(({ hide: hide2 }) => [
46836
+ trigger: vue.withCtx(() => [
46837
+ vue.createElementVNode("span", {
46838
+ class: "flex gap-05",
46839
+ onClick: _cache[0] || (_cache[0] = ($event) => vue.isRef(open) ? open.value = true : open = true)
46840
+ }, [
46841
+ vue.createVNode(vue.unref(_sfc_main$T), {
46842
+ icon: vue.unref(open) ? "collapse_all" : "expand_all"
46843
+ }, null, 8, ["icon"]),
46844
+ computedDropDownOptions.value.showFlags && vue.unref(activeCountryCode) ? (vue.openBlock(), vue.createBlock(vue.unref(Flag), {
46845
+ key: 0,
46846
+ country: vue.unref(activeCountryCode)
46847
+ }, null, 8, ["country"])) : vue.createCommentVNode("", true)
46848
+ ])
46849
+ ]),
46850
+ default: vue.withCtx(() => [
46784
46851
  vue.createElementVNode("div", _hoisted_2$c, [
46785
46852
  _ctx.searchable ? (vue.openBlock(), vue.createBlock(vue.unref(TextInput), {
46786
46853
  key: 0,
@@ -46802,10 +46869,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
46802
46869
  class: "flex gap-075",
46803
46870
  tabindex: "-1",
46804
46871
  "aria-selected": vue.unref(activeCountryCode) === pb.iso2 && !isPreferred(pb),
46805
- onClick: ($event) => {
46806
- chooseCountry(pb.iso2);
46807
- hide2();
46808
- },
46872
+ onClick: ($event) => chooseCountry(pb.iso2),
46809
46873
  onMousemove: ($event) => vue.isRef(selectedIndex) ? selectedIndex.value = index2 : selectedIndex = index2
46810
46874
  }, [
46811
46875
  computedDropDownOptions.value.showFlags ? (vue.openBlock(), vue.createBlock(vue.unref(Flag), {
@@ -46819,20 +46883,6 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
46819
46883
  ], 2)
46820
46884
  ])
46821
46885
  ]),
46822
- default: vue.withCtx(() => [
46823
- vue.createElementVNode("span", {
46824
- class: "flex gap-05",
46825
- onClick: _cache[0] || (_cache[0] = ($event) => vue.isRef(open) ? open.value = true : open = true)
46826
- }, [
46827
- vue.createVNode(vue.unref(_sfc_main$S), {
46828
- icon: vue.unref(open) ? "collapse_all" : "expand_all"
46829
- }, null, 8, ["icon"]),
46830
- computedDropDownOptions.value.showFlags && vue.unref(activeCountryCode) ? (vue.openBlock(), vue.createBlock(vue.unref(Flag), {
46831
- key: 0,
46832
- country: vue.unref(activeCountryCode)
46833
- }, null, 8, ["country"])) : vue.createCommentVNode("", true)
46834
- ])
46835
- ]),
46836
46886
  _: 1
46837
46887
  }, 8, ["disabled"])) : vue.createCommentVNode("", true),
46838
46888
  vue.withDirectives(vue.createElementVNode("input", {
@@ -46868,7 +46918,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
46868
46918
  };
46869
46919
  }
46870
46920
  });
46871
- const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-17a4fdd5"]]);
46921
+ const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-3a82d433"]]);
46872
46922
  /*!
46873
46923
  * Signature Pad v5.0.3 | https://github.com/szimek/signature_pad
46874
46924
  * (c) 2024 Szymon Nowak | Released under the MIT license
@@ -48103,7 +48153,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
48103
48153
  vue.createVNode(vue.unref(Btn), {
48104
48154
  flat: "",
48105
48155
  thin: "",
48106
- class: "m-05 position-bottom-end",
48156
+ class: "mx-05 m-password position-bottom-end",
48107
48157
  icon: toggleShowPwdIcon.value,
48108
48158
  onClick: _cache[1] || (_cache[1] = ($event) => showPwd.value = !showPwd.value)
48109
48159
  }, null, 8, ["icon"])
@@ -52884,7 +52934,7 @@ var script$7 = vue.defineComponent({
52884
52934
  };
52885
52935
  }
52886
52936
  });
52887
- const _hoisted_1$6$1 = { key: 0 };
52937
+ const _hoisted_1$6 = { key: 0 };
52888
52938
  const _hoisted_2$4 = ["transform"];
52889
52939
  const _hoisted_3$3 = ["id", "fill", "d", "onMousemove"];
52890
52940
  function render$7(_ctx, _cache, $props, $setup, $data, $options) {
@@ -52894,7 +52944,7 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
52894
52944
  type: "pie"
52895
52945
  }, {
52896
52946
  default: vue.withCtx(() => [
52897
- _ctx.arcs.length === 0 ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_1$6$1, "No Data")) : vue.createCommentVNode("v-if", true),
52947
+ _ctx.arcs.length === 0 ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_1$6, "No Data")) : vue.createCommentVNode("v-if", true),
52898
52948
  vue.createElementVNode("g", { transform: _ctx.transform }, [
52899
52949
  (vue.openBlock(true), vue.createElementBlock(
52900
52950
  vue.Fragment,
@@ -53343,7 +53393,7 @@ const _hoisted_1$2$1 = {
53343
53393
  class: "layer-marker"
53344
53394
  };
53345
53395
  const _hoisted_2$2 = ["x", "y", "fill"];
53346
- const _hoisted_3$1$1 = ["x1", "y1", "x2", "y2", "stroke", "stroke-opacity", "stroke-width", "stroke-dasharray"];
53396
+ const _hoisted_3$1 = ["x1", "y1", "x2", "y2", "stroke", "stroke-opacity", "stroke-width", "stroke-dasharray"];
53347
53397
  const _hoisted_4$1 = {
53348
53398
  key: 1,
53349
53399
  class: "layer-marker"
@@ -53367,7 +53417,7 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
53367
53417
  "stroke-opacity": _ctx.strokeOpacity,
53368
53418
  "stroke-width": _ctx.strokeWidth,
53369
53419
  "stroke-dasharray": _ctx.strokeDasharray
53370
- }, null, 8, _hoisted_3$1$1)
53420
+ }, null, 8, _hoisted_3$1)
53371
53421
  ])) : (vue.openBlock(), vue.createElementBlock("g", _hoisted_4$1, [
53372
53422
  vue.createElementVNode("text", {
53373
53423
  x: _ctx.y + 10,
@@ -54068,11 +54118,6 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
54068
54118
  }
54069
54119
  script.render = render;
54070
54120
  script.__file = "src/components/HoverBar/index.vue";
54071
- const _hoisted_1$6 = /* @__PURE__ */ vue.createElementVNode("stop", {
54072
- offset: "100%",
54073
- "stop-color": "white",
54074
- "stop-opacity": "0.4"
54075
- }, null, -1);
54076
54121
  const BRAND_COLOR = "var(--bgl-primary)";
54077
54122
  const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
54078
54123
  __name: "Lineart",
@@ -54195,7 +54240,11 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
54195
54240
  "stop-color": BRAND_COLOR,
54196
54241
  "stop-opacity": "1"
54197
54242
  }),
54198
- _hoisted_1$6
54243
+ _cache[0] || (_cache[0] = vue.createElementVNode("stop", {
54244
+ offset: "100%",
54245
+ "stop-color": "white",
54246
+ "stop-opacity": "0.4"
54247
+ }, null, -1))
54199
54248
  ])
54200
54249
  ])
54201
54250
  ]),
@@ -54253,10 +54302,8 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
54253
54302
  }
54254
54303
  });
54255
54304
  const Layout = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-f1781965"]]);
54256
- const _withScopeId = (n2) => (vue.pushScopeId("data-v-d15c030d"), n2 = n2(), vue.popScopeId(), n2);
54257
54305
  const _hoisted_1$5 = { class: "w-100 px-075" };
54258
54306
  const _hoisted_2$1 = { key: 0 };
54259
- const _hoisted_3$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { style: { "flex-grow": "1" } }, null, -1));
54260
54307
  const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
54261
54308
  __name: "SidebarMenu",
54262
54309
  props: {
@@ -54276,7 +54323,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
54276
54323
  }
54277
54324
  return (_ctx, _cache) => {
54278
54325
  const _directive_tooltip = vue.resolveDirective("tooltip");
54279
- return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$F), {
54326
+ return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$G), {
54280
54327
  class: vue.normalizeClass(["flex column gap-05 pt-1 bgl_sidebar", { wideNav: vue.unref(isOpen) }])
54281
54328
  }, {
54282
54329
  default: vue.withCtx(() => [
@@ -54299,7 +54346,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
54299
54346
  class: "nav-button px-075"
54300
54347
  }, {
54301
54348
  default: vue.withCtx(() => [
54302
- vue.createVNode(vue.unref(_sfc_main$S), {
54349
+ vue.createVNode(vue.unref(_sfc_main$T), {
54303
54350
  icon: nav2.icon,
54304
54351
  size: 1.4
54305
54352
  }, null, 8, ["icon"]),
@@ -54319,7 +54366,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
54319
54366
  ]
54320
54367
  ]);
54321
54368
  }), 128)),
54322
- _hoisted_3$1,
54369
+ _cache[0] || (_cache[0] = vue.createElementVNode("div", { style: { "flex-grow": "1" } }, null, -1)),
54323
54370
  vue.renderSlot(_ctx.$slots, "footer", {}, void 0, true)
54324
54371
  ]),
54325
54372
  _: 3
@@ -54336,7 +54383,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
54336
54383
  },
54337
54384
  setup(__props) {
54338
54385
  return (_ctx, _cache) => {
54339
- return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$F), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
54386
+ return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$G), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
54340
54387
  default: vue.withCtx(() => [
54341
54388
  vue.renderSlot(_ctx.$slots, "brand", {}, void 0, true),
54342
54389
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.navLinks, (nav2, i2) => {
@@ -54347,7 +54394,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
54347
54394
  onClick: nav2.onClick
54348
54395
  }, {
54349
54396
  default: vue.withCtx(() => [
54350
- vue.createVNode(vue.unref(_sfc_main$S), {
54397
+ vue.createVNode(vue.unref(_sfc_main$T), {
54351
54398
  icon: nav2.icon,
54352
54399
  size: 1.4,
54353
54400
  class: "m-0"
@@ -54500,7 +54547,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
54500
54547
  class: vue.normalizeClass([{ active: isActive2(tab) }, "bgl_tab relative z-1"]),
54501
54548
  onClick: ($event) => selectTab(tab)
54502
54549
  }, [
54503
- typeof tab !== "string" && tab.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
54550
+ typeof tab !== "string" && tab.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$T), {
54504
54551
  key: 0,
54505
54552
  icon: tab.icon
54506
54553
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
@@ -54918,9 +54965,9 @@ const IMAGE_FORMATS = ["jpeg", "png", "webp", "avif", "apng", "gif", "avifs", "s
54918
54965
  const IMAGE_FORMATS_REGEXP = new RegExp(`(${IMAGE_FORMATS.join("|")})$`, "i");
54919
54966
  const VIDEO_FORMATS = ["mp4", "webm", "ogg", "mov", "avi", "flv", "wmv", "mkv", "ts", "m3u8"];
54920
54967
  const VIDEO_FORMATS_REGEXP = new RegExp(`(${VIDEO_FORMATS.join("|")})$`, "i");
54921
- exports.Accordion = _sfc_main$C;
54968
+ exports.Accordion = _sfc_main$D;
54922
54969
  exports.AccordionItem = AccordionItem;
54923
- exports.AddressSearch = _sfc_main$u;
54970
+ exports.AddressSearch = _sfc_main$v;
54924
54971
  exports.Alert = Alert;
54925
54972
  exports.Avatar = Avatar;
54926
54973
  exports.Badge = Badge;
@@ -54932,7 +54979,7 @@ exports.BglMultiStepForm = _sfc_main$r;
54932
54979
  exports.BglVideo = BglVideo;
54933
54980
  exports.BottomMenu = BottomMenu;
54934
54981
  exports.Btn = Btn;
54935
- exports.Card = _sfc_main$F;
54982
+ exports.Card = _sfc_main$G;
54936
54983
  exports.Carousel = Carousel;
54937
54984
  exports.CheckInput = CheckInput;
54938
54985
  exports.Checkbox = Checkbox;
@@ -54940,25 +54987,25 @@ exports.ColorPicker = _sfc_main$j;
54940
54987
  exports.DataPreview = DataPreview;
54941
54988
  exports.DateInput = _sfc_main$p;
54942
54989
  exports.DatePicker = _sfc_main$i;
54943
- exports.Dropdown = kt$1;
54990
+ exports.Dropdown = _sfc_main$u;
54944
54991
  exports.FileUpload = $el;
54945
54992
  exports.Flag = Flag;
54946
54993
  exports.IMAGE_FORMATS = IMAGE_FORMATS;
54947
54994
  exports.IMAGE_FORMATS_REGEXP = IMAGE_FORMATS_REGEXP;
54948
- exports.Icon = _sfc_main$S;
54995
+ exports.Icon = _sfc_main$T;
54949
54996
  exports.JSONInput = JSONInput;
54950
54997
  exports.Layout = Layout;
54951
54998
  exports.Lineart = _sfc_main$7;
54952
- exports.ListItem = _sfc_main$L;
54999
+ exports.ListItem = _sfc_main$M;
54953
55000
  exports.ListView = ListView;
54954
- exports.MapEmbed = _sfc_main$w;
54955
- exports.MaterialIcon = _sfc_main$S;
54956
- exports.Modal = _sfc_main$P;
54957
- exports.ModalConfirm = _sfc_main$x;
55001
+ exports.MapEmbed = _sfc_main$x;
55002
+ exports.MaterialIcon = _sfc_main$T;
55003
+ exports.Modal = _sfc_main$Q;
55004
+ exports.ModalConfirm = _sfc_main$y;
54958
55005
  exports.ModalForm = ModalForm;
54959
55006
  exports.ModalPlugin = ModalPlugin;
54960
55007
  exports.NavBar = NavBar;
54961
- exports.PageTitle = _sfc_main$K;
55008
+ exports.PageTitle = _sfc_main$L;
54962
55009
  exports.PasswordInput = _sfc_main$8;
54963
55010
  exports.RadioGroup = RadioGroup;
54964
55011
  exports.RadioPillsInput = RadioPillsInput;
@@ -54976,7 +55023,7 @@ exports.TabsBody = _sfc_main$1;
54976
55023
  exports.TabsNav = TabsNav;
54977
55024
  exports.TelInput = TelInput;
54978
55025
  exports.TextInput = TextInput;
54979
- exports.Title = _sfc_main$D;
55026
+ exports.Title = _sfc_main$E;
54980
55027
  exports.ToggleInput = ToggleInput;
54981
55028
  exports.TopBar = TopBar;
54982
55029
  exports.VIDEO_FORMATS = VIDEO_FORMATS;