@bagelink/vue 0.0.742 → 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 (148) 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 +15 -30
  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 +320 -271
  123. package/dist/index.mjs +320 -271
  124. package/dist/style.css +69 -41
  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/CheckInput.vue +3 -1
  136. package/src/components/form/inputs/PasswordInput.vue +7 -1
  137. package/src/components/form/inputs/SelectInput.vue +82 -83
  138. package/src/components/form/inputs/TelInput.vue +51 -50
  139. package/src/components/form/inputs/index.ts +0 -2
  140. package/src/components/index.ts +1 -0
  141. package/src/components/lightbox/Lightbox.vue +1 -1
  142. package/src/composables/index.ts +9 -3
  143. package/src/styles/inputs.css +4 -2
  144. package/src/styles/layout.css +4 -0
  145. package/src/styles/mobilLayout.css +4 -0
  146. package/src/styles/modal.css +2 -2
  147. package/src/styles/text.css +8 -0
  148. package/src/types/index.ts +3 -0
package/dist/index.mjs CHANGED
@@ -5183,8 +5183,8 @@ const _hoisted_1$P = {
5183
5183
  };
5184
5184
  const _hoisted_2$B = { class: "bgl-lightbox-item" };
5185
5185
  const _hoisted_3$q = ["src"];
5186
- const _hoisted_4$i = ["src", "title"];
5187
- const _hoisted_5$g = {
5186
+ const _hoisted_4$h = ["src", "title"];
5187
+ const _hoisted_5$f = {
5188
5188
  key: 3,
5189
5189
  class: "file-info txt-white"
5190
5190
  };
@@ -5194,7 +5194,7 @@ const _hoisted_7$6 = {
5194
5194
  class: "flex justify-content-center mt-2 overflow p-1 fixed bottom start end gap-1 m_justify-content-start"
5195
5195
  };
5196
5196
  const _hoisted_8$3 = ["src", "onClick"];
5197
- const _sfc_main$T = /* @__PURE__ */ defineComponent({
5197
+ const _sfc_main$U = /* @__PURE__ */ defineComponent({
5198
5198
  __name: "Lightbox",
5199
5199
  setup(__props, { expose: __expose }) {
5200
5200
  let isOpen = ref(false);
@@ -5282,7 +5282,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
5282
5282
  }, [
5283
5283
  createVNode(unref(Btn), {
5284
5284
  flat: "",
5285
- class: "fixed top-1 end-1 color-white",
5285
+ class: "fixed top-1 start-1 color-white",
5286
5286
  icon: "close",
5287
5287
  onClick: close2
5288
5288
  }),
@@ -5306,7 +5306,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
5306
5306
  height: "1080",
5307
5307
  title: (_g = unref(currentItem)) == null ? void 0 : _g.name,
5308
5308
  class: "vw90"
5309
- }, null, 8, _hoisted_4$i)) : (openBlock(), createElementBlock("div", _hoisted_5$g, [
5309
+ }, null, 8, _hoisted_4$h)) : (openBlock(), createElementBlock("div", _hoisted_5$f, [
5310
5310
  createElementVNode("p", null, "File: " + toDisplayString((_h = unref(currentItem)) == null ? void 0 : _h.name), 1),
5311
5311
  createElementVNode("p", null, "Type: " + toDisplayString((_i = unref(currentItem)) == null ? void 0 : _i.type), 1),
5312
5312
  createElementVNode("a", {
@@ -5324,7 +5324,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
5324
5324
  src: item.src,
5325
5325
  alt: "",
5326
5326
  onClick: ($event) => selectItem(index2)
5327
- }, null, 10, _hoisted_8$3)) : (openBlock(), createBlock(unref(_sfc_main$S), {
5327
+ }, null, 10, _hoisted_8$3)) : (openBlock(), createBlock(unref(_sfc_main$T), {
5328
5328
  key: 1,
5329
5329
  class: normalizeClass(["thumbnail object-fit-cover hover opacity-5 round flex bg-popup justify-content-center align-items-center flex-shrink-0", { active: unref(currentIndex) === index2 }]),
5330
5330
  icon: "description",
@@ -5349,7 +5349,7 @@ const _export_sfc = (sfc, props2) => {
5349
5349
  }
5350
5350
  return target;
5351
5351
  };
5352
- const Lightbox$1 = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-562f0f36"]]);
5352
+ const Lightbox$1 = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-0410e12d"]]);
5353
5353
  const groups = {};
5354
5354
  const lightboxDirective = {
5355
5355
  mounted(el, binding) {
@@ -5807,9 +5807,9 @@ const ModalPlugin = {
5807
5807
  case "modalForm":
5808
5808
  return h$2(ModalForm, props2, modal.componentSlots);
5809
5809
  case "confirmModal":
5810
- return h$2(_sfc_main$x, props2, {});
5810
+ return h$2(_sfc_main$y, props2, {});
5811
5811
  default:
5812
- return h$2(_sfc_main$P, props2, modal.componentSlots);
5812
+ return h$2(_sfc_main$Q, props2, modal.componentSlots);
5813
5813
  }
5814
5814
  });
5815
5815
  }
@@ -5829,14 +5829,14 @@ function useBglSchema({ schema, showFields, data: data2 } = {}) {
5829
5829
  }
5830
5830
  function useLocalStorage(key, initialValue) {
5831
5831
  const storedValue = localStorage.getItem(key);
5832
- const initial = storedValue ? JSON.parse(storedValue) : initialValue;
5832
+ const initial = storedValue !== null ? JSON.parse(storedValue) : initialValue;
5833
5833
  const value = ref(initial);
5834
5834
  watch(() => value.value, (val) => {
5835
5835
  localStorage.setItem(key, JSON.stringify(val));
5836
5836
  }, { immediate: true, deep: true });
5837
5837
  return value;
5838
5838
  }
5839
- const _sfc_main$S = /* @__PURE__ */ defineComponent({
5839
+ const _sfc_main$T = /* @__PURE__ */ defineComponent({
5840
5840
  __name: "MaterialIcon",
5841
5841
  props: {
5842
5842
  icon: {},
@@ -5857,10 +5857,10 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
5857
5857
  const _hoisted_1$O = { class: "full-nav" };
5858
5858
  const _hoisted_2$A = { class: "nav-scroll" };
5859
5859
  const _hoisted_3$p = { class: "nav-links-wrapper" };
5860
- const _hoisted_4$h = { class: "tooltip" };
5861
- const _hoisted_5$f = { class: "bot-buttons-wrapper" };
5860
+ const _hoisted_4$g = { class: "tooltip" };
5861
+ const _hoisted_5$e = { class: "bot-buttons-wrapper" };
5862
5862
  const _hoisted_6$a = { class: "tooltip" };
5863
- const _sfc_main$R = /* @__PURE__ */ defineComponent({
5863
+ const _sfc_main$S = /* @__PURE__ */ defineComponent({
5864
5864
  __name: "NavBar",
5865
5865
  props: {
5866
5866
  footerLinks: { default: () => [] },
@@ -5885,7 +5885,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
5885
5885
  onClick: _cache[0] || (_cache[0] = ($event) => isOpen.value = !isOpen.value),
5886
5886
  onKeypress: _cache[1] || (_cache[1] = withKeys(($event) => isOpen.value = !isOpen.value, ["enter"]))
5887
5887
  }, [
5888
- createVNode(unref(_sfc_main$S), {
5888
+ createVNode(unref(_sfc_main$T), {
5889
5889
  icon: "chevron_right",
5890
5890
  class: "top-arrow"
5891
5891
  })
@@ -5904,17 +5904,17 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
5904
5904
  }
5905
5905
  }, {
5906
5906
  default: withCtx(() => [
5907
- createVNode(unref(_sfc_main$S), {
5907
+ createVNode(unref(_sfc_main$T), {
5908
5908
  icon: link.icon
5909
5909
  }, null, 8, ["icon"]),
5910
- createElementVNode("div", _hoisted_4$h, toDisplayString(link.label), 1)
5910
+ createElementVNode("div", _hoisted_4$g, toDisplayString(link.label), 1)
5911
5911
  ]),
5912
5912
  _: 2
5913
5913
  }, 1032, ["to", "onClick"]);
5914
5914
  }), 128))
5915
5915
  ])
5916
5916
  ]),
5917
- createElementVNode("div", _hoisted_5$f, [
5917
+ createElementVNode("div", _hoisted_5$e, [
5918
5918
  (openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.footerLinks, (link) => {
5919
5919
  return openBlock(), createBlock(resolveDynamicComponent(link.to ? "router-link" : "div"), {
5920
5920
  key: link.label,
@@ -5926,7 +5926,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
5926
5926
  }
5927
5927
  }, {
5928
5928
  default: withCtx(() => [
5929
- createVNode(unref(_sfc_main$S), {
5929
+ createVNode(unref(_sfc_main$T), {
5930
5930
  icon: link.icon
5931
5931
  }, null, 8, ["icon"]),
5932
5932
  createElementVNode("div", _hoisted_6$a, toDisplayString(link.label), 1)
@@ -5941,7 +5941,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
5941
5941
  };
5942
5942
  }
5943
5943
  });
5944
- const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-bc4e49f9"]]);
5944
+ const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-bc4e49f9"]]);
5945
5945
  const _hoisted_1$N = {
5946
5946
  key: 0,
5947
5947
  class: "loading"
@@ -5950,7 +5950,7 @@ const _hoisted_2$z = {
5950
5950
  key: 1,
5951
5951
  class: "bgl_btn-flex"
5952
5952
  };
5953
- const _sfc_main$Q = /* @__PURE__ */ defineComponent({
5953
+ const _sfc_main$R = /* @__PURE__ */ defineComponent({
5954
5954
  __name: "Btn",
5955
5955
  props: {
5956
5956
  disabled: { type: Boolean, default: false },
@@ -6045,7 +6045,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
6045
6045
  }, {
6046
6046
  default: withCtx(() => [
6047
6047
  _ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_1$N)) : (openBlock(), createElementBlock("div", _hoisted_2$z, [
6048
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$S), {
6048
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$T), {
6049
6049
  key: 0,
6050
6050
  icon: _ctx.icon
6051
6051
  }, null, 8, ["icon"])) : createCommentVNode("", true),
@@ -6053,7 +6053,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
6053
6053
  !unref(slots).default && _ctx.value ? (openBlock(), createElementBlock(Fragment$1, { key: 1 }, [
6054
6054
  createTextVNode(toDisplayString(_ctx.value), 1)
6055
6055
  ], 64)) : createCommentVNode("", true),
6056
- props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$S), {
6056
+ props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$T), {
6057
6057
  key: 2,
6058
6058
  icon: props2["icon.end"]
6059
6059
  }, null, 8, ["icon"])) : createCommentVNode("", true)
@@ -6064,7 +6064,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
6064
6064
  };
6065
6065
  }
6066
6066
  });
6067
- const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-86bf4080"]]);
6067
+ const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-86bf4080"]]);
6068
6068
  const _hoisted_1$M = {
6069
6069
  key: 0,
6070
6070
  class: "tool-bar"
@@ -6077,7 +6077,7 @@ const _hoisted_3$o = {
6077
6077
  key: 2,
6078
6078
  class: "modal-footer mt-1"
6079
6079
  };
6080
- const _sfc_main$P = /* @__PURE__ */ defineComponent({
6080
+ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
6081
6081
  __name: "Modal",
6082
6082
  props: {
6083
6083
  side: { type: Boolean },
@@ -6133,7 +6133,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
6133
6133
  onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
6134
6134
  onKeydown: withKeys(closeModal, ["esc"])
6135
6135
  }, [
6136
- createVNode(unref(_sfc_main$F), {
6136
+ createVNode(unref(_sfc_main$G), {
6137
6137
  class: "modal",
6138
6138
  style: normalizeStyle({ ...maxWidth.value }),
6139
6139
  onClick: _cache[0] || (_cache[0] = withModifiers(() => {
@@ -6150,7 +6150,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
6150
6150
  icon: "close",
6151
6151
  onClick: closeModal
6152
6152
  }, null, 8, ["style"]),
6153
- _ctx.title ? (openBlock(), createBlock(unref(_sfc_main$D), {
6153
+ _ctx.title ? (openBlock(), createBlock(unref(_sfc_main$E), {
6154
6154
  key: 0,
6155
6155
  class: "modal-title",
6156
6156
  tag: "h3",
@@ -6184,7 +6184,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
6184
6184
  };
6185
6185
  }
6186
6186
  });
6187
- const _sfc_main$O = /* @__PURE__ */ defineComponent({
6187
+ const _sfc_main$P = /* @__PURE__ */ defineComponent({
6188
6188
  __name: "ModalForm",
6189
6189
  props: /* @__PURE__ */ mergeModels({
6190
6190
  side: { type: Boolean },
@@ -6245,7 +6245,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
6245
6245
  }
6246
6246
  __expose({ setFormValues });
6247
6247
  return (_ctx, _cache) => {
6248
- return openBlock(), createBlock(unref(_sfc_main$P), {
6248
+ return openBlock(), createBlock(unref(_sfc_main$Q), {
6249
6249
  ref_key: "modal",
6250
6250
  ref: modal,
6251
6251
  side: _ctx.side,
@@ -6298,12 +6298,12 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
6298
6298
  };
6299
6299
  }
6300
6300
  });
6301
- const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-083a1b2d"]]);
6301
+ const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-083a1b2d"]]);
6302
6302
  const _hoisted_1$L = { class: "accordion-item" };
6303
6303
  const _hoisted_2$x = ["aria-expanded", "aria-controls"];
6304
6304
  const _hoisted_3$n = { class: "accordion-label" };
6305
- const _hoisted_4$g = ["id", "aria-hidden"];
6306
- const _sfc_main$N = /* @__PURE__ */ defineComponent({
6305
+ const _hoisted_4$f = ["id", "aria-hidden"];
6306
+ const _sfc_main$O = /* @__PURE__ */ defineComponent({
6307
6307
  __name: "AccordionItem",
6308
6308
  props: {
6309
6309
  label: {},
@@ -6353,7 +6353,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
6353
6353
  createElementVNode("div", {
6354
6354
  class: normalizeClass(["accordion-icon", { open: unref(isOpen) }])
6355
6355
  }, [
6356
- createVNode(unref(_sfc_main$S), { icon: "expand_more" })
6356
+ createVNode(unref(_sfc_main$T), { icon: "expand_more" })
6357
6357
  ], 2)
6358
6358
  ], 8, _hoisted_2$x),
6359
6359
  createVNode(Transition, { name: "expand" }, {
@@ -6365,7 +6365,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
6365
6365
  "aria-hidden": unref(isOpen) ? "false" : "true"
6366
6366
  }, [
6367
6367
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
6368
- ], 8, _hoisted_4$g)) : createCommentVNode("", true)
6368
+ ], 8, _hoisted_4$f)) : createCommentVNode("", true)
6369
6369
  ]),
6370
6370
  _: 3
6371
6371
  })
@@ -6373,8 +6373,8 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
6373
6373
  };
6374
6374
  }
6375
6375
  });
6376
- const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-f87b579d"]]);
6377
- const _sfc_main$M = {};
6376
+ const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-f87b579d"]]);
6377
+ const _sfc_main$N = {};
6378
6378
  const _hoisted_1$K = { class: "list-wrap bgl_card thin grid overflow-hidden h-100 pt-0 pb-05 px-0 m_pb-0" };
6379
6379
  const _hoisted_2$w = { class: "p-1" };
6380
6380
  const _hoisted_3$m = { class: "list-content auto-flow-rows align-items-start overflow-y h-100" };
@@ -6388,10 +6388,10 @@ function _sfc_render$2(_ctx, _cache) {
6388
6388
  ])
6389
6389
  ]);
6390
6390
  }
6391
- const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$2]]);
6391
+ const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$2]]);
6392
6392
  const _hoisted_1$J = { class: "no-margin ellipsis line-height-14 pb-025" };
6393
6393
  const _hoisted_2$v = { class: "txt12 no-margin txt-gray ellipsis" };
6394
- const _sfc_main$L = /* @__PURE__ */ defineComponent({
6394
+ const _sfc_main$M = /* @__PURE__ */ defineComponent({
6395
6395
  __name: "ListItem",
6396
6396
  props: {
6397
6397
  src: {},
@@ -6407,7 +6407,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
6407
6407
  return (_ctx, _cache) => {
6408
6408
  return openBlock(), createBlock(resolveDynamicComponent(_ctx.to ? "RouterLink" : "div"), {
6409
6409
  to: _ctx.to,
6410
- class: normalizeClass(["flex gap-1 list-item", { "notClickable": !(_ctx.to || _ctx.onClick), "no-border-list": _ctx.flat }]),
6410
+ class: normalizeClass(["flex gap-05 list-item", { "notClickable": !(_ctx.to || _ctx.onClick), "no-border-list": _ctx.flat }]),
6411
6411
  onClick: _ctx.onClick
6412
6412
  }, {
6413
6413
  default: withCtx(() => [
@@ -6418,7 +6418,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
6418
6418
  src: _ctx.src,
6419
6419
  size: 40
6420
6420
  }, null, 8, ["name", "src"])) : createCommentVNode("", true),
6421
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$S), {
6421
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$T), {
6422
6422
  key: 1,
6423
6423
  size: "1.2",
6424
6424
  class: "color-primary",
@@ -6442,7 +6442,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
6442
6442
  });
6443
6443
  const _hoisted_1$I = { class: "page-top" };
6444
6444
  const _hoisted_2$u = { class: "top-title m-0" };
6445
- const _sfc_main$K = /* @__PURE__ */ defineComponent({
6445
+ const _sfc_main$L = /* @__PURE__ */ defineComponent({
6446
6446
  __name: "PageTitle",
6447
6447
  props: {
6448
6448
  value: {
@@ -6775,25 +6775,20 @@ function useVerticalVirtualList(options, list) {
6775
6775
  containerRef
6776
6776
  };
6777
6777
  }
6778
- const _withScopeId$2 = (n2) => (pushScopeId("data-v-bd90dc89"), n2 = n2(), popScopeId(), n2);
6779
6778
  const _hoisted_1$H = {
6780
6779
  key: 0,
6781
6780
  class: "loading-table-wrapper z-99 h-100 w-100 absolute inset"
6782
6781
  };
6783
- const _hoisted_2$t = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("div", { class: "loading-table-animation absolute oval" }, null, -1));
6784
- const _hoisted_3$l = [
6785
- _hoisted_2$t
6786
- ];
6787
- const _hoisted_4$f = { class: "infinite-wrapper" };
6788
- const _hoisted_5$e = { class: "row first-row" };
6789
- const _hoisted_6$9 = { key: 0 };
6782
+ const _hoisted_2$t = { class: "infinite-wrapper" };
6783
+ const _hoisted_3$l = { class: "row first-row" };
6784
+ const _hoisted_4$e = { key: 0 };
6785
+ const _hoisted_5$d = ["onClick"];
6786
+ const _hoisted_6$9 = { class: "flex" };
6790
6787
  const _hoisted_7$5 = ["onClick"];
6791
- const _hoisted_8$2 = { class: "flex" };
6792
- const _hoisted_9$2 = ["onClick"];
6793
- const _hoisted_10$1 = { key: 0 };
6794
- const _hoisted_11$1 = ["value"];
6795
- const _hoisted_12$1 = { key: 1 };
6796
- const _sfc_main$J = /* @__PURE__ */ defineComponent({
6788
+ const _hoisted_8$2 = { key: 0 };
6789
+ const _hoisted_9$2 = ["value"];
6790
+ const _hoisted_10$1 = { key: 1 };
6791
+ const _sfc_main$K = /* @__PURE__ */ defineComponent({
6797
6792
  __name: "TableSchema",
6798
6793
  props: /* @__PURE__ */ mergeModels({
6799
6794
  selectedItems: {},
@@ -6930,10 +6925,12 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
6930
6925
  return openBlock(), createElementBlock("div", mergeProps({ class: "table-list-wrap h-100" }, unref(containerProps), {
6931
6926
  class: { "loading-table": loading.value }
6932
6927
  }), [
6933
- loading.value ? (openBlock(), createElementBlock("div", _hoisted_1$H, _hoisted_3$l)) : (openBlock(), createElementBlock("div", normalizeProps(mergeProps({ key: 1 }, unref(wrapperProps))), [
6934
- createElementVNode("table", _hoisted_4$f, [
6935
- createElementVNode("thead", _hoisted_5$e, [
6936
- unref(isSelectable) ? (openBlock(), createElementBlock("th", _hoisted_6$9, [
6928
+ loading.value ? (openBlock(), createElementBlock("div", _hoisted_1$H, _cache[3] || (_cache[3] = [
6929
+ createElementVNode("div", { class: "loading-table-animation absolute oval" }, null, -1)
6930
+ ]))) : (openBlock(), createElementBlock("div", normalizeProps(mergeProps({ key: 1 }, unref(wrapperProps))), [
6931
+ createElementVNode("table", _hoisted_2$t, [
6932
+ createElementVNode("thead", _hoisted_3$l, [
6933
+ unref(isSelectable) ? (openBlock(), createElementBlock("th", _hoisted_4$e, [
6937
6934
  createElementVNode("input", {
6938
6935
  ref_key: "allSelector",
6939
6936
  ref: allSelector,
@@ -6949,18 +6946,18 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
6949
6946
  class: "col",
6950
6947
  onClick: ($event) => sort2((field == null ? void 0 : field.id) || "")
6951
6948
  }, [
6952
- createElementVNode("div", _hoisted_8$2, [
6949
+ createElementVNode("div", _hoisted_6$9, [
6953
6950
  createTextVNode(toDisplayString(field.label || unref(keyToLabel)(field.id)) + " ", 1),
6954
6951
  createElementVNode("div", {
6955
6952
  class: normalizeClass(["list-arrows", { sorted: unref(sortField) === field.id }])
6956
6953
  }, [
6957
- createVNode(unref(_sfc_main$S), {
6954
+ createVNode(unref(_sfc_main$T), {
6958
6955
  class: normalizeClass({ desc: unref(sortDirection) === "DESC" }),
6959
6956
  icon: "keyboard_arrow_up"
6960
6957
  }, null, 8, ["class"])
6961
6958
  ], 2)
6962
6959
  ])
6963
- ], 8, _hoisted_7$5);
6960
+ ], 8, _hoisted_5$d);
6964
6961
  }), 128))
6965
6962
  ]),
6966
6963
  createElementVNode("tbody", null, [
@@ -6970,7 +6967,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
6970
6967
  class: normalizeClass(["row row-item position-relative", { selected: unref(computedSelectedItems).includes(row.id) }]),
6971
6968
  onClick: ($event) => toggleSelectItem(row)
6972
6969
  }, [
6973
- unref(isSelectable) ? (openBlock(), createElementBlock("td", _hoisted_10$1, [
6970
+ unref(isSelectable) ? (openBlock(), createElementBlock("td", _hoisted_8$2, [
6974
6971
  createElementVNode("div", {
6975
6972
  onClick: _cache[2] || (_cache[2] = withModifiers(() => {
6976
6973
  }, ["stop"]))
@@ -6979,7 +6976,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
6979
6976
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(computedSelectedItems) ? computedSelectedItems.value = $event : computedSelectedItems = $event),
6980
6977
  type: "checkbox",
6981
6978
  value: row.id
6982
- }, null, 8, _hoisted_11$1), [
6979
+ }, null, 8, _hoisted_9$2), [
6983
6980
  [vModelCheckbox, unref(computedSelectedItems)]
6984
6981
  ])
6985
6982
  ])
@@ -6993,7 +6990,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
6993
6990
  key: 0,
6994
6991
  row,
6995
6992
  field
6996
- }, void 0, true) : (openBlock(), createElementBlock("div", _hoisted_12$1, [
6993
+ }, void 0, true) : (openBlock(), createElementBlock("div", _hoisted_10$1, [
6997
6994
  createVNode(unref(_sfc_main$s), {
6998
6995
  class: "embedded-field",
6999
6996
  field,
@@ -7003,7 +7000,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
7003
7000
  ]))
7004
7001
  ]);
7005
7002
  }), 128))
7006
- ], 10, _hoisted_9$2);
7003
+ ], 10, _hoisted_7$5);
7007
7004
  }), 128))
7008
7005
  ])
7009
7006
  ])
@@ -7012,16 +7009,16 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
7012
7009
  };
7013
7010
  }
7014
7011
  });
7015
- const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-bd90dc89"]]);
7016
- const _sfc_main$I = {};
7012
+ const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-bd90dc89"]]);
7013
+ const _sfc_main$J = {};
7017
7014
  const _hoisted_1$G = { class: "flex space-between" };
7018
7015
  function _sfc_render$1(_ctx, _cache) {
7019
7016
  return openBlock(), createElementBlock("div", _hoisted_1$G, [
7020
7017
  renderSlot(_ctx.$slots, "default")
7021
7018
  ]);
7022
7019
  }
7023
- const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$1]]);
7024
- const _sfc_main$H = {};
7020
+ const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$1]]);
7021
+ const _sfc_main$I = {};
7025
7022
  function _sfc_render(_ctx, _cache) {
7026
7023
  const _component_router_view = resolveComponent("router-view");
7027
7024
  return openBlock(), createBlock(_component_router_view, null, {
@@ -7043,7 +7040,7 @@ function _sfc_render(_ctx, _cache) {
7043
7040
  _: 1
7044
7041
  });
7045
7042
  }
7046
- const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render]]);
7043
+ const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render]]);
7047
7044
  const _hoisted_1$F = {
7048
7045
  key: 0,
7049
7046
  class: "data"
@@ -7053,8 +7050,8 @@ const _hoisted_2$s = {
7053
7050
  class: "data-row m_py-05"
7054
7051
  };
7055
7052
  const _hoisted_3$k = { class: "key" };
7056
- const _hoisted_4$e = { class: "m-0" };
7057
- const _hoisted_5$d = { key: 1 };
7053
+ const _hoisted_4$d = { class: "m-0" };
7054
+ const _hoisted_5$c = { key: 1 };
7058
7055
  const _hoisted_6$8 = {
7059
7056
  key: 0,
7060
7057
  class: "data-row"
@@ -7065,7 +7062,7 @@ const _hoisted_9$1 = {
7065
7062
  key: 0,
7066
7063
  class: "m-0"
7067
7064
  };
7068
- const _sfc_main$G = /* @__PURE__ */ defineComponent({
7065
+ const _sfc_main$H = /* @__PURE__ */ defineComponent({
7069
7066
  __name: "DataPreview",
7070
7067
  props: /* @__PURE__ */ mergeModels({
7071
7068
  showFields: {},
@@ -7102,7 +7099,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
7102
7099
  return (_ctx, _cache) => {
7103
7100
  var _a2;
7104
7101
  return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$F, [
7105
- _ctx.title ? (openBlock(), createBlock(unref(_sfc_main$D), {
7102
+ _ctx.title ? (openBlock(), createBlock(unref(_sfc_main$E), {
7106
7103
  key: 0,
7107
7104
  label: _ctx.title
7108
7105
  }, null, 8, ["label"])) : createCommentVNode("", true),
@@ -7112,7 +7109,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
7112
7109
  }, [
7113
7110
  unref(iffer)(field, itemData.value) ? (openBlock(), createElementBlock("div", _hoisted_2$s, [
7114
7111
  createElementVNode("div", _hoisted_3$k, [
7115
- createElementVNode("p", _hoisted_4$e, toDisplayString((field == null ? void 0 : field.label) || unref(keyToLabel)(field.id)), 1)
7112
+ createElementVNode("p", _hoisted_4$d, toDisplayString((field == null ? void 0 : field.label) || unref(keyToLabel)(field.id)), 1)
7116
7113
  ]),
7117
7114
  createVNode(unref(_sfc_main$s), {
7118
7115
  modelValue: itemData.value,
@@ -7124,7 +7121,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
7124
7121
  ])) : createCommentVNode("", true)
7125
7122
  ], 64);
7126
7123
  }), 128)),
7127
- !((_a2 = _ctx.schema) == null ? void 0 : _a2.length) ? (openBlock(), createElementBlock("div", _hoisted_5$d, [
7124
+ !((_a2 = _ctx.schema) == null ? void 0 : _a2.length) ? (openBlock(), createElementBlock("div", _hoisted_5$c, [
7128
7125
  (openBlock(true), createElementBlock(Fragment$1, null, renderList(computedSchema.value, ({ id, label }) => {
7129
7126
  return openBlock(), createElementBlock(Fragment$1, { key: id }, [
7130
7127
  !isUnset(itemData.value[id]) ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
@@ -7143,12 +7140,12 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
7143
7140
  };
7144
7141
  }
7145
7142
  });
7146
- const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-4d174f13"]]);
7143
+ const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-4d174f13"]]);
7147
7144
  const _hoisted_1$E = {
7148
7145
  key: 0,
7149
7146
  class: "card_label"
7150
7147
  };
7151
- const _sfc_main$F = /* @__PURE__ */ defineComponent({
7148
+ const _sfc_main$G = /* @__PURE__ */ defineComponent({
7152
7149
  __name: "Card",
7153
7150
  props: {
7154
7151
  label: {},
@@ -7185,7 +7182,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
7185
7182
  }
7186
7183
  });
7187
7184
  const _hoisted_1$D = ["src", "alt"];
7188
- const _sfc_main$E = /* @__PURE__ */ defineComponent({
7185
+ const _sfc_main$F = /* @__PURE__ */ defineComponent({
7189
7186
  __name: "Avatar",
7190
7187
  props: {
7191
7188
  fallback: {},
@@ -7211,8 +7208,8 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
7211
7208
  };
7212
7209
  }
7213
7210
  });
7214
- const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-46ad8c25"]]);
7215
- const _sfc_main$D = /* @__PURE__ */ defineComponent({
7211
+ const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-46ad8c25"]]);
7212
+ const _sfc_main$E = /* @__PURE__ */ defineComponent({
7216
7213
  __name: "Title",
7217
7214
  props: {
7218
7215
  value: {
@@ -7240,7 +7237,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
7240
7237
  };
7241
7238
  }
7242
7239
  });
7243
- const _sfc_main$C = /* @__PURE__ */ defineComponent({
7240
+ const _sfc_main$D = /* @__PURE__ */ defineComponent({
7244
7241
  __name: "Accordion",
7245
7242
  setup(__props) {
7246
7243
  const state2 = reactive({
@@ -7256,7 +7253,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
7256
7253
  });
7257
7254
  const _hoisted_1$C = ["dismissable"];
7258
7255
  const _hoisted_2$r = { class: "m-0" };
7259
- const _sfc_main$B = /* @__PURE__ */ defineComponent({
7256
+ const _sfc_main$C = /* @__PURE__ */ defineComponent({
7260
7257
  __name: "Alert",
7261
7258
  props: {
7262
7259
  message: {},
@@ -7277,7 +7274,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
7277
7274
  class: normalizeClass(["alert", [_ctx.type]]),
7278
7275
  dismissable: _ctx.dismissable
7279
7276
  }, [
7280
- _ctx.icon !== "none" ? (openBlock(), createBlock(unref(_sfc_main$S), {
7277
+ _ctx.icon !== "none" ? (openBlock(), createBlock(unref(_sfc_main$T), {
7281
7278
  key: 0,
7282
7279
  class: "alert_icon",
7283
7280
  icon: _ctx.icon || _ctx.type,
@@ -7296,8 +7293,8 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
7296
7293
  };
7297
7294
  }
7298
7295
  });
7299
- const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-1322d9e1"]]);
7300
- const _sfc_main$A = /* @__PURE__ */ defineComponent({
7296
+ const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-1322d9e1"]]);
7297
+ const _sfc_main$B = /* @__PURE__ */ defineComponent({
7301
7298
  __name: "Badge",
7302
7299
  props: {
7303
7300
  color: {},
@@ -7313,13 +7310,13 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
7313
7310
  return openBlock(), createElementBlock("div", {
7314
7311
  class: normalizeClass(["pill", [_ctx.color]])
7315
7312
  }, [
7316
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$S), {
7313
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$T), {
7317
7314
  key: 0,
7318
7315
  class: "inline",
7319
7316
  icon: _ctx.icon
7320
7317
  }, null, 8, ["icon"])) : createCommentVNode("", true),
7321
7318
  createTextVNode(" " + toDisplayString(_ctx.text) + " ", 1),
7322
- props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$S), {
7319
+ props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$T), {
7323
7320
  key: 1,
7324
7321
  class: "inline",
7325
7322
  icon: props2["icon.end"]
@@ -7328,10 +7325,10 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
7328
7325
  };
7329
7326
  }
7330
7327
  });
7331
- const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-40a0b03a"]]);
7328
+ const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-40a0b03a"]]);
7332
7329
  const _hoisted_1$B = ["src"];
7333
7330
  const _hoisted_2$q = ["src", "autoplay", "muted", "loop", "controls"];
7334
- const _sfc_main$z = /* @__PURE__ */ defineComponent({
7331
+ const _sfc_main$A = /* @__PURE__ */ defineComponent({
7335
7332
  __name: "BglVideo",
7336
7333
  props: {
7337
7334
  src: {},
@@ -7400,13 +7397,13 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
7400
7397
  };
7401
7398
  }
7402
7399
  });
7403
- const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-8495afe2"]]);
7400
+ const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-8495afe2"]]);
7404
7401
  const _hoisted_1$A = {
7405
7402
  key: 0,
7406
7403
  class: "blocker"
7407
7404
  };
7408
7405
  const _hoisted_2$p = { class: "Handlers" };
7409
- const _sfc_main$y = /* @__PURE__ */ defineComponent({
7406
+ const _sfc_main$z = /* @__PURE__ */ defineComponent({
7410
7407
  __name: "Carousel",
7411
7408
  props: {
7412
7409
  autoHeight: {
@@ -7575,9 +7572,9 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
7575
7572
  };
7576
7573
  }
7577
7574
  });
7578
- const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-1f9c6644"]]);
7575
+ const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-1f9c6644"]]);
7579
7576
  const _hoisted_1$z = { class: "pb-05 pretty" };
7580
- const _sfc_main$x = /* @__PURE__ */ defineComponent({
7577
+ const _sfc_main$y = /* @__PURE__ */ defineComponent({
7581
7578
  __name: "ModalConfirm",
7582
7579
  props: {
7583
7580
  title: {},
@@ -7593,7 +7590,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
7593
7590
  emit2("update:visible");
7594
7591
  }
7595
7592
  return (_ctx, _cache) => {
7596
- return openBlock(), createBlock(unref(_sfc_main$P), {
7593
+ return openBlock(), createBlock(unref(_sfc_main$Q), {
7597
7594
  title: _ctx.title,
7598
7595
  width: "380px",
7599
7596
  dismissable: false,
@@ -7603,6 +7600,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
7603
7600
  createVNode(unref(Btn), {
7604
7601
  flat: "",
7605
7602
  thin: "",
7603
+ class: "color-black",
7606
7604
  value: "Cancel",
7607
7605
  onClick: _cache[0] || (_cache[0] = ($event) => select2(false))
7608
7606
  }),
@@ -7623,7 +7621,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
7623
7621
  const _hoisted_1$y = ["id"];
7624
7622
  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>';
7625
7623
  const leafletScriptUrl = "https://unpkg.com/leaflet@1.9.4/dist/leaflet.js";
7626
- const _sfc_main$w = /* @__PURE__ */ defineComponent({
7624
+ const _sfc_main$x = /* @__PURE__ */ defineComponent({
7627
7625
  __name: "MapEmbed",
7628
7626
  props: {
7629
7627
  center: { default: () => [31.7683, 35.2137] },
@@ -7696,7 +7694,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
7696
7694
  };
7697
7695
  }
7698
7696
  });
7699
- const _sfc_main$v = /* @__PURE__ */ defineComponent({
7697
+ const _sfc_main$w = /* @__PURE__ */ defineComponent({
7700
7698
  __name: "Flag",
7701
7699
  props: {
7702
7700
  country: {},
@@ -7726,9 +7724,9 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
7726
7724
  };
7727
7725
  }
7728
7726
  });
7729
- const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-f99f1900"]]);
7727
+ const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-f99f1900"]]);
7730
7728
  const _hoisted_1$x = { class: "relative" };
7731
- const _sfc_main$u = /* @__PURE__ */ defineComponent({
7729
+ const _sfc_main$v = /* @__PURE__ */ defineComponent({
7732
7730
  __name: "AddressSearch",
7733
7731
  emits: ["addressSelected"],
7734
7732
  setup(__props, { emit: __emit }) {
@@ -7747,22 +7745,29 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
7747
7745
  const geocodeUrl = `https://nominatim.openstreetmap.org/search?format=json&q=${encodeURI(addressURL)}`;
7748
7746
  const res = await fetch(geocodeUrl);
7749
7747
  searchResults.value = await res.json() || [];
7750
- console.log(suggestion.value);
7751
7748
  (_a2 = suggestion.value) == null ? void 0 : _a2.show();
7752
7749
  }
7753
7750
  return (_ctx, _cache) => {
7754
7751
  return openBlock(), createElementBlock("div", _hoisted_1$x, [
7755
- createVNode(unref(kt$1), {
7752
+ createVNode(unref(_sfc_main$u), {
7756
7753
  ref_key: "suggestion",
7757
7754
  ref: suggestion,
7758
7755
  noAutoFocus: true,
7759
7756
  placement: "bottom-start"
7760
7757
  }, {
7758
+ trigger: withCtx(() => [
7759
+ createVNode(unref(TextInput), {
7760
+ modelValue: unref(addressInput),
7761
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(addressInput) ? addressInput.value = $event : addressInput = $event),
7762
+ placeholder: "Enter address",
7763
+ onDebounce: searchAddresses
7764
+ }, null, 8, ["modelValue"])
7765
+ ]),
7761
7766
  popper: withCtx(() => [
7762
7767
  createVNode(unref(ListView), { class: "-mt-2 hm-300px" }, {
7763
7768
  default: withCtx(() => [
7764
7769
  (openBlock(true), createElementBlock(Fragment$1, null, renderList(unref(searchResults), (result2, index2) => {
7765
- return openBlock(), createBlock(unref(_sfc_main$L), {
7770
+ return openBlock(), createBlock(unref(_sfc_main$M), {
7766
7771
  key: index2,
7767
7772
  icon: "location_on",
7768
7773
  title: result2.display_name,
@@ -7773,20 +7778,69 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
7773
7778
  _: 1
7774
7779
  })
7775
7780
  ]),
7776
- default: withCtx(() => [
7777
- createVNode(unref(TextInput), {
7778
- modelValue: unref(addressInput),
7779
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(addressInput) ? addressInput.value = $event : addressInput = $event),
7780
- placeholder: "Enter address",
7781
- onDebounce: searchAddresses
7782
- }, null, 8, ["modelValue"])
7783
- ]),
7784
7781
  _: 1
7785
7782
  }, 512)
7786
7783
  ]);
7787
7784
  };
7788
7785
  }
7789
7786
  });
7787
+ const _sfc_main$u = /* @__PURE__ */ defineComponent({
7788
+ __name: "Dropdown",
7789
+ props: {
7790
+ value: {},
7791
+ thin: { type: Boolean },
7792
+ flat: { type: Boolean },
7793
+ disabled: { type: Boolean },
7794
+ icon: {},
7795
+ triggerClass: {},
7796
+ border: { type: Boolean },
7797
+ outline: { type: Boolean },
7798
+ round: { type: Boolean },
7799
+ placement: {},
7800
+ noAutoFocus: { type: Boolean }
7801
+ },
7802
+ emits: ["show", "hide"],
7803
+ setup(__props, { expose: __expose, emit: __emit }) {
7804
+ const emit2 = __emit;
7805
+ const ddownRef = ref();
7806
+ const show = () => {
7807
+ var _a2;
7808
+ return (_a2 = ddownRef.value) == null ? void 0 : _a2.show();
7809
+ };
7810
+ const hide2 = () => {
7811
+ var _a2;
7812
+ return (_a2 = ddownRef.value) == null ? void 0 : _a2.hide();
7813
+ };
7814
+ __expose({ show, hide: hide2 });
7815
+ return (_ctx, _cache) => {
7816
+ return openBlock(), createBlock(unref(kt$1), {
7817
+ ref_key: "ddownRef",
7818
+ ref: ddownRef,
7819
+ disabled: _ctx.disabled,
7820
+ noAutoFocus: _ctx.noAutoFocus,
7821
+ placement: _ctx.placement,
7822
+ onHide: _cache[0] || (_cache[0] = ($event) => emit2("hide")),
7823
+ onShow: _cache[1] || (_cache[1] = ($event) => emit2("show"))
7824
+ }, {
7825
+ popper: withCtx(() => [
7826
+ renderSlot(_ctx.$slots, "default")
7827
+ ]),
7828
+ default: withCtx(() => [
7829
+ renderSlot(_ctx.$slots, "trigger", {}, () => [
7830
+ createVNode(unref(Btn), {
7831
+ class: normalizeClass(_ctx.triggerClass),
7832
+ icon: _ctx.icon,
7833
+ value: _ctx.value,
7834
+ thin: _ctx.thin,
7835
+ flat: _ctx.thin
7836
+ }, null, 8, ["class", "icon", "value", "thin", "flat"])
7837
+ ])
7838
+ ]),
7839
+ _: 3
7840
+ }, 8, ["disabled", "noAutoFocus", "placement"]);
7841
+ };
7842
+ }
7843
+ });
7790
7844
  const _sfc_main$t = /* @__PURE__ */ defineComponent({
7791
7845
  __name: "BglForm",
7792
7846
  props: {
@@ -7879,7 +7933,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
7879
7933
  return (_ctx, _cache) => {
7880
7934
  return openBlock(), createElementBlock(Fragment$1, null, [
7881
7935
  _ctx.id ? (openBlock(), createElementBlock(Fragment$1, { key: 0 }, [
7882
- _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$D), {
7936
+ _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$E), {
7883
7937
  key: 0,
7884
7938
  tag: "h4",
7885
7939
  label: _ctx.label
@@ -7903,7 +7957,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
7903
7957
  ref: form,
7904
7958
  onSubmit: withModifiers(runSubmit, ["prevent"])
7905
7959
  }, [
7906
- _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$D), {
7960
+ _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$E), {
7907
7961
  key: 0,
7908
7962
  tag: "h4",
7909
7963
  label: _ctx.label
@@ -8137,7 +8191,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
8137
8191
  }
8138
8192
  });
8139
8193
  const _hoisted_1$v = ["title"];
8140
- const _hoisted_2$o = ["id", "required"];
8194
+ const _hoisted_2$o = ["id", "value", "required"];
8141
8195
  const _hoisted_3$j = ["for"];
8142
8196
  const _sfc_main$q = /* @__PURE__ */ defineComponent({
8143
8197
  __name: "CheckInput",
@@ -8147,9 +8201,10 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
8147
8201
  title: {},
8148
8202
  small: { type: Boolean },
8149
8203
  required: { type: Boolean },
8150
- defaultValue: { type: Boolean, default: false }
8204
+ defaultValue: { type: Boolean, default: false },
8205
+ value: {}
8151
8206
  }, {
8152
- "modelValue": { type: Boolean, ...{ default: void 0 } },
8207
+ "modelValue": { type: [Boolean, Array], ...{ default: void 0 } },
8153
8208
  "modelModifiers": {}
8154
8209
  }),
8155
8210
  emits: ["update:modelValue"],
@@ -8168,6 +8223,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
8168
8223
  withDirectives(createElementVNode("input", {
8169
8224
  id: inputId.value,
8170
8225
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => checked.value = $event),
8226
+ value: _ctx.value,
8171
8227
  required: _ctx.required,
8172
8228
  type: "checkbox",
8173
8229
  class: "me-05"
@@ -8183,7 +8239,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
8183
8239
  };
8184
8240
  }
8185
8241
  });
8186
- const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-c0868d55"]]);
8242
+ const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-1b4d18c6"]]);
8187
8243
  function toDate(argument) {
8188
8244
  const argStr = Object.prototype.toString.call(argument);
8189
8245
  if (argument instanceof Date || typeof argument === "object" && argStr === "[object Date]") {
@@ -16730,11 +16786,11 @@ const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-
16730
16786
  const _hoisted_1$s = { class: "flex gap-05" };
16731
16787
  const _hoisted_2$l = ["disabled"];
16732
16788
  const _hoisted_3$h = { key: 1 };
16733
- const _hoisted_4$d = {
16789
+ const _hoisted_4$c = {
16734
16790
  key: 2,
16735
16791
  class: "ms-auto ps-05 me-05"
16736
16792
  };
16737
- const _hoisted_5$c = ["value"];
16793
+ const _hoisted_5$b = ["value"];
16738
16794
  const _hoisted_6$7 = ["aria-selected", "onClick", "onKeydown"];
16739
16795
  const _hoisted_7$3 = { class: "block" };
16740
16796
  const _sfc_main$n = /* @__PURE__ */ defineComponent({
@@ -16876,17 +16932,59 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
16876
16932
  }
16877
16933
  });
16878
16934
  return (_ctx, _cache) => {
16879
- return openBlock(), createBlock(unref(kt$1), {
16935
+ return openBlock(), createBlock(unref(_sfc_main$u), {
16880
16936
  ref_key: "dropdown",
16881
16937
  ref: dropdown,
16882
16938
  placement: "bottom-start",
16883
16939
  class: "bagel-input selectinput",
16884
- onClick: _cache[4] || (_cache[4] = withModifiers(() => {
16885
- }, ["stop"])),
16886
- onHide: _cache[5] || (_cache[5] = ($event) => updateOpen(false))
16940
+ onHide: _cache[4] || (_cache[4] = ($event) => updateOpen(false))
16887
16941
  }, {
16888
- popper: withCtx(() => [
16889
- createVNode(unref(_sfc_main$F), {
16942
+ trigger: withCtx(() => [
16943
+ createElementVNode("label", null, [
16944
+ createTextVNode(toDisplayString(_ctx.label) + " ", 1),
16945
+ createElementVNode("div", _hoisted_1$s, [
16946
+ createElementVNode("button", {
16947
+ disabled: _ctx.disabled,
16948
+ type: "button",
16949
+ class: normalizeClass(["selectinput-btn", { isEmpty: selectedItemCount.value === 0 }]),
16950
+ onKeydown: openOptions,
16951
+ onClick: _cache[1] || (_cache[1] = ($event) => updateOpen(true))
16952
+ }, [
16953
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$T), {
16954
+ key: 0,
16955
+ icon: _ctx.icon
16956
+ }, null, 8, ["icon"])) : createCommentVNode("", true),
16957
+ !_ctx.hideLabel ? (openBlock(), createElementBlock("p", _hoisted_3$h, toDisplayString(selectedLabel.value), 1)) : createCommentVNode("", true),
16958
+ _ctx.clearable && selectedItemCount.value > 0 ? (openBlock(), createElementBlock("div", _hoisted_4$c, [
16959
+ createVNode(unref(Btn), {
16960
+ flat: "",
16961
+ thin: "",
16962
+ icon: "clear",
16963
+ class: "color-gray",
16964
+ onClick: _cache[0] || (_cache[0] = ($event) => {
16965
+ isRef(selectedItems) ? selectedItems.value = [] : selectedItems = [];
16966
+ emitUpdate();
16967
+ })
16968
+ })
16969
+ ])) : createCommentVNode("", true),
16970
+ !_ctx.disabled ? (openBlock(), createBlock(unref(_sfc_main$T), mergeProps({
16971
+ key: 3,
16972
+ thin: ""
16973
+ }, { icon: unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : createCommentVNode("", true)
16974
+ ], 42, _hoisted_2$l),
16975
+ _ctx.required ? (openBlock(), createElementBlock("input", {
16976
+ key: 0,
16977
+ tabindex: "-1",
16978
+ style: { "width": "0", "height": "0", "position": "absolute", "opacity": "0", "z-index": "-1" },
16979
+ value: unref(selectedItems),
16980
+ required: "",
16981
+ onInput: _cache[2] || (_cache[2] = ($event) => updateOpen(true))
16982
+ }, null, 40, _hoisted_5$b)) : createCommentVNode("", true)
16983
+ ])
16984
+ ])
16985
+ ]),
16986
+ default: withCtx(() => [
16987
+ createVNode(unref(_sfc_main$G), {
16890
16988
  class: "p-05",
16891
16989
  style: normalizeStyle({ width: _ctx.fullWidth ? "100%" : "auto" })
16892
16990
  }, {
@@ -16915,12 +17013,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
16915
17013
  onKeydown: withKeys(($event) => select2(option2), ["enter"])
16916
17014
  }, [
16917
17015
  _ctx.multiselect ? (openBlock(), createElementBlock(Fragment$1, { key: 0 }, [
16918
- isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$S), {
17016
+ isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$T), {
16919
17017
  key: 0,
16920
17018
  size: 1.1,
16921
17019
  icon: "select_check_box"
16922
17020
  })) : createCommentVNode("", true),
16923
- !isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$S), {
17021
+ !isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$T), {
16924
17022
  key: 1,
16925
17023
  class: "opacity-3",
16926
17024
  icon: "check_box_outline_blank",
@@ -16936,56 +17034,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
16936
17034
  _: 3
16937
17035
  }, 8, ["style"])
16938
17036
  ]),
16939
- default: withCtx(() => [
16940
- createElementVNode("label", null, [
16941
- createTextVNode(toDisplayString(_ctx.label) + " ", 1),
16942
- createElementVNode("div", _hoisted_1$s, [
16943
- createElementVNode("button", {
16944
- disabled: _ctx.disabled,
16945
- type: "button",
16946
- class: normalizeClass(["selectinput-btn", { isEmpty: selectedItemCount.value === 0 }]),
16947
- onKeydown: openOptions,
16948
- onClick: _cache[1] || (_cache[1] = ($event) => updateOpen(true))
16949
- }, [
16950
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$S), {
16951
- key: 0,
16952
- icon: _ctx.icon
16953
- }, null, 8, ["icon"])) : createCommentVNode("", true),
16954
- !_ctx.hideLabel ? (openBlock(), createElementBlock("p", _hoisted_3$h, toDisplayString(selectedLabel.value), 1)) : createCommentVNode("", true),
16955
- _ctx.clearable && selectedItemCount.value > 0 ? (openBlock(), createElementBlock("div", _hoisted_4$d, [
16956
- createVNode(unref(Btn), {
16957
- flat: "",
16958
- thin: "",
16959
- icon: "clear",
16960
- class: "color-gray",
16961
- onClick: _cache[0] || (_cache[0] = ($event) => {
16962
- isRef(selectedItems) ? selectedItems.value = [] : selectedItems = [];
16963
- emitUpdate();
16964
- })
16965
- })
16966
- ])) : createCommentVNode("", true),
16967
- !_ctx.disabled ? (openBlock(), createBlock(unref(_sfc_main$S), mergeProps({
16968
- key: 3,
16969
- thin: ""
16970
- }, { icon: unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : createCommentVNode("", true)
16971
- ], 42, _hoisted_2$l),
16972
- _ctx.required ? (openBlock(), createElementBlock("input", {
16973
- key: 0,
16974
- tabindex: "-1",
16975
- style: { "width": "0", "height": "0", "position": "absolute", "opacity": "0", "z-index": "-1" },
16976
- value: unref(selectedItems),
16977
- required: "",
16978
- onInput: _cache[2] || (_cache[2] = ($event) => updateOpen(true))
16979
- }, null, 40, _hoisted_5$c)) : createCommentVNode("", true)
16980
- ])
16981
- ])
16982
- ]),
16983
17037
  _: 3
16984
17038
  }, 512);
16985
17039
  };
16986
17040
  }
16987
17041
  });
16988
- const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-be6303fe"]]);
17042
+ const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-e1b57699"]]);
16989
17043
  /*!
16990
17044
  * vue-draggable-next v2.2.0
16991
17045
  * (c) 2023 Anish George
@@ -19468,8 +19522,8 @@ const VueDraggableNext = defineComponent({
19468
19522
  const _hoisted_1$r = ["title"];
19469
19523
  const _hoisted_2$k = { class: "bagel-input" };
19470
19524
  const _hoisted_3$g = { class: "table-side-scroll" };
19471
- const _hoisted_4$c = { class: "table-header" };
19472
- const _hoisted_5$b = { class: "table-reorder" };
19525
+ const _hoisted_4$b = { class: "table-header" };
19526
+ const _hoisted_5$a = { class: "table-reorder" };
19473
19527
  const _hoisted_6$6 = { class: "table-action" };
19474
19528
  const _sfc_main$m = /* @__PURE__ */ defineComponent({
19475
19529
  __name: "TableField",
@@ -19540,7 +19594,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
19540
19594
  createElementVNode("label", null, toDisplayString((_a2 = unref(fieldMeta)) == null ? void 0 : _a2.label), 1)
19541
19595
  ]),
19542
19596
  createElementVNode("div", _hoisted_3$g, [
19543
- createElementVNode("div", _hoisted_4$c, [
19597
+ createElementVNode("div", _hoisted_4$b, [
19544
19598
  (openBlock(true), createElementBlock(Fragment$1, null, renderList((_b = unref(entityMeta)) == null ? void 0 : _b.fields, (field) => {
19545
19599
  return openBlock(), createElementBlock("div", {
19546
19600
  key: `${field.fieldname}header`,
@@ -19567,8 +19621,8 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
19567
19621
  key: row.id,
19568
19622
  class: "flex table-row"
19569
19623
  }, [
19570
- createElementVNode("div", _hoisted_5$b, [
19571
- createVNode(unref(_sfc_main$S), { icon: "more_vert" })
19624
+ createElementVNode("div", _hoisted_5$a, [
19625
+ createVNode(unref(_sfc_main$T), { icon: "more_vert" })
19572
19626
  ]),
19573
19627
  (openBlock(true), createElementBlock(Fragment$1, null, renderList((_a3 = unref(entityMeta)) == null ? void 0 : _a3.fields, (field) => {
19574
19628
  return openBlock(), createElementBlock("div", {
@@ -19585,7 +19639,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
19585
19639
  ], 2);
19586
19640
  }), 128)),
19587
19641
  createElementVNode("div", _hoisted_6$6, [
19588
- createVNode(unref(_sfc_main$S), {
19642
+ createVNode(unref(_sfc_main$T), {
19589
19643
  icon: "delete",
19590
19644
  onClick: ($event) => removeRow2(index2)
19591
19645
  }, null, 8, ["onClick"])
@@ -19606,9 +19660,9 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
19606
19660
  color: "light",
19607
19661
  onClick: addRow2
19608
19662
  }, {
19609
- default: withCtx(() => [
19663
+ default: withCtx(() => _cache[1] || (_cache[1] = [
19610
19664
  createTextVNode(" New ")
19611
- ]),
19665
+ ])),
19612
19666
  _: 1
19613
19667
  })
19614
19668
  ], 8, _hoisted_1$r);
@@ -19619,8 +19673,8 @@ const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data
19619
19673
  const _hoisted_1$q = ["title"];
19620
19674
  const _hoisted_2$j = ["for"];
19621
19675
  const _hoisted_3$f = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
19622
- const _hoisted_4$b = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
19623
- const _hoisted_5$a = { key: 2 };
19676
+ const _hoisted_4$a = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
19677
+ const _hoisted_5$9 = { key: 2 };
19624
19678
  const _sfc_main$l = /* @__PURE__ */ defineComponent({
19625
19679
  __name: "TextInput",
19626
19680
  props: {
@@ -19737,17 +19791,17 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
19737
19791
  onInput: updateInputVal,
19738
19792
  onFocusout: _cache[3] || (_cache[3] = //@ts-ignore
19739
19793
  (...args) => _ctx.onFocusout && _ctx.onFocusout(...args))
19740
- }), null, 16, _hoisted_4$b)), [
19794
+ }), null, 16, _hoisted_4$a)), [
19741
19795
  [vModelText, unref(inputVal)]
19742
19796
  ]),
19743
- _ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_5$a, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true)
19797
+ _ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_5$9, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true)
19744
19798
  ], 8, _hoisted_2$j),
19745
- _ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$S), {
19799
+ _ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$T), {
19746
19800
  key: 0,
19747
19801
  class: "iconStart",
19748
19802
  icon: _ctx.iconStart
19749
19803
  }, null, 8, ["icon"])) : createCommentVNode("", true),
19750
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$S), {
19804
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$T), {
19751
19805
  key: 1,
19752
19806
  icon: _ctx.icon
19753
19807
  }, null, 8, ["icon"])) : createCommentVNode("", true)
@@ -19834,8 +19888,8 @@ const _hoisted_3$e = {
19834
19888
  key: 0,
19835
19889
  class: "time-wrap"
19836
19890
  };
19837
- const _hoisted_4$a = ["id", "name", "value"];
19838
- const _hoisted_5$9 = ["for"];
19891
+ const _hoisted_4$9 = ["id", "name", "value"];
19892
+ const _hoisted_5$8 = ["for"];
19839
19893
  const _sfc_main$i = /* @__PURE__ */ defineComponent({
19840
19894
  __name: "DatePicker",
19841
19895
  props: {
@@ -19879,8 +19933,8 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
19879
19933
  "enable-time-picker": false,
19880
19934
  "month-change-on-scroll": false
19881
19935
  }, _ctx.options), {
19882
- "action-buttons": withCtx(() => []),
19883
- "action-preview": withCtx(() => []),
19936
+ "action-buttons": withCtx(() => _cache[2] || (_cache[2] = [])),
19937
+ "action-preview": withCtx(() => _cache[3] || (_cache[3] = [])),
19884
19938
  _: 1
19885
19939
  }, 16, ["modelValue", "allowed-dates", "disabled-dates"])
19886
19940
  ]),
@@ -19893,12 +19947,12 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
19893
19947
  type: "radio",
19894
19948
  name: _ctx.label,
19895
19949
  value: hr2
19896
- }, null, 8, _hoisted_4$a), [
19950
+ }, null, 8, _hoisted_4$9), [
19897
19951
  [vModelRadio, selectedHour.value]
19898
19952
  ]),
19899
19953
  createElementVNode("label", {
19900
19954
  for: `${hr2}_${_ctx.id}`
19901
- }, toDisplayString(hr2), 9, _hoisted_5$9)
19955
+ }, toDisplayString(hr2), 9, _hoisted_5$8)
19902
19956
  ], 64);
19903
19957
  }), 128))
19904
19958
  ])) : createCommentVNode("", true)
@@ -19909,8 +19963,8 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
19909
19963
  const _hoisted_1$m = { class: "bagel-input" };
19910
19964
  const _hoisted_2$g = { class: "pb-025" };
19911
19965
  const _hoisted_3$d = { class: "flex gap-05 flex-wrap" };
19912
- const _hoisted_4$9 = ["id", "name", "value", "checked"];
19913
- const _hoisted_5$8 = ["for"];
19966
+ const _hoisted_4$8 = ["id", "name", "value", "checked"];
19967
+ const _hoisted_5$7 = ["for"];
19914
19968
  const _sfc_main$h = /* @__PURE__ */ defineComponent({
19915
19969
  __name: "RadioPillsInput",
19916
19970
  props: {
@@ -19967,10 +20021,10 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
19967
20021
  value: getValue(option2),
19968
20022
  checked: unref(selectedValue) === getValue(option2),
19969
20023
  onChange: handleSelect
19970
- }, null, 40, _hoisted_4$9),
20024
+ }, null, 40, _hoisted_4$8),
19971
20025
  createElementVNode("label", {
19972
20026
  for: `${_ctx.id}-${getValue(option2)}`
19973
- }, toDisplayString(getLabel(option2)), 9, _hoisted_5$8)
20027
+ }, toDisplayString(getLabel(option2)), 9, _hoisted_5$7)
19974
20028
  ]);
19975
20029
  }), 128))
19976
20030
  ])
@@ -19985,8 +20039,8 @@ const _hoisted_2$f = {
19985
20039
  class: "bgl-multi-preview"
19986
20040
  };
19987
20041
  const _hoisted_3$c = ["src"];
19988
- const _hoisted_4$8 = { class: "m-0" };
19989
- const _hoisted_5$7 = ["width", "src"];
20042
+ const _hoisted_4$7 = { class: "m-0" };
20043
+ const _hoisted_5$6 = ["width", "src"];
19990
20044
  const _hoisted_6$5 = { class: "no-margin multi-preview-txt" };
19991
20045
  const _hoisted_7$2 = {
19992
20046
  key: 0,
@@ -20183,12 +20237,12 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
20183
20237
  alt: ""
20184
20238
  }, null, 8, _hoisted_3$c)), [
20185
20239
  [_directive_lightbox]
20186
- ]) : (openBlock(), createBlock(unref(_sfc_main$S), {
20240
+ ]) : (openBlock(), createBlock(unref(_sfc_main$T), {
20187
20241
  key: 1,
20188
20242
  icon: "draft",
20189
20243
  class: "multi-preview"
20190
20244
  })),
20191
- createElementVNode("p", _hoisted_4$8, toDisplayString(file.name), 1),
20245
+ createElementVNode("p", _hoisted_4$7, toDisplayString(file.name), 1),
20192
20246
  createVNode(unref(Btn), {
20193
20247
  thin: "",
20194
20248
  flat: "",
@@ -20210,8 +20264,8 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
20210
20264
  class: "multi-preview",
20211
20265
  src: fileToUrl(fileQ.file),
20212
20266
  alt: ""
20213
- }, null, 8, _hoisted_5$7)) : createCommentVNode("", true)
20214
- ], 64)) : (openBlock(), createBlock(unref(_sfc_main$S), {
20267
+ }, null, 8, _hoisted_5$6)) : createCommentVNode("", true)
20268
+ ], 64)) : (openBlock(), createBlock(unref(_sfc_main$T), {
20215
20269
  key: 1,
20216
20270
  icon: "draft",
20217
20271
  class: "multi-preview"
@@ -20222,7 +20276,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
20222
20276
  style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
20223
20277
  }, [
20224
20278
  fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_7$2, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
20225
- createVNode(unref(_sfc_main$S), {
20279
+ createVNode(unref(_sfc_main$T), {
20226
20280
  class: "success",
20227
20281
  icon: "check"
20228
20282
  })
@@ -20243,7 +20297,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
20243
20297
  alt: ""
20244
20298
  }, null, 8, _hoisted_9)), [
20245
20299
  [_directive_lightbox]
20246
- ]) : (openBlock(), createBlock(unref(_sfc_main$S), {
20300
+ ]) : (openBlock(), createBlock(unref(_sfc_main$T), {
20247
20301
  key: 1,
20248
20302
  size: 4,
20249
20303
  weight: "2",
@@ -20262,7 +20316,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
20262
20316
  style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
20263
20317
  }, [
20264
20318
  fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_10, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
20265
- createVNode(unref(_sfc_main$S), {
20319
+ createVNode(unref(_sfc_main$T), {
20266
20320
  class: "success",
20267
20321
  icon: "check"
20268
20322
  })
@@ -20284,8 +20338,8 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
20284
20338
  browse
20285
20339
  }, () => [
20286
20340
  createElementVNode("p", _hoisted_12, [
20287
- createVNode(unref(_sfc_main$S), { icon: "upload_2" }),
20288
- createTextVNode(" Drop files here or click to upload ")
20341
+ createVNode(unref(_sfc_main$T), { icon: "upload_2" }),
20342
+ _cache[0] || (_cache[0] = createTextVNode(" Drop files here or click to upload "))
20289
20343
  ])
20290
20344
  ], true) : createCommentVNode("", true)
20291
20345
  ], 38)
@@ -20294,14 +20348,9 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
20294
20348
  }
20295
20349
  });
20296
20350
  const $el = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-298b3d5b"]]);
20297
- const _withScopeId$1 = (n2) => (pushScopeId("data-v-0a2b089d"), n2 = n2(), popScopeId(), n2);
20298
20351
  const _hoisted_1$k = ["title"];
20299
- const _hoisted_2$e = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "slider round" }, null, -1));
20300
- const _hoisted_3$b = [
20301
- _hoisted_2$e
20302
- ];
20303
- const _hoisted_4$7 = ["id", "required"];
20304
- const _hoisted_5$6 = ["for"];
20352
+ const _hoisted_2$e = ["id", "required"];
20353
+ const _hoisted_3$b = ["for"];
20305
20354
  const _sfc_main$f = /* @__PURE__ */ defineComponent({
20306
20355
  __name: "ToggleInput",
20307
20356
  props: /* @__PURE__ */ mergeModels({
@@ -20330,20 +20379,22 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
20330
20379
  }, [
20331
20380
  createElementVNode("div", {
20332
20381
  class: normalizeClass(["switch", { checked: checked.value }])
20333
- }, _hoisted_3$b, 2),
20382
+ }, _cache[1] || (_cache[1] = [
20383
+ createElementVNode("span", { class: "slider round" }, null, -1)
20384
+ ]), 2),
20334
20385
  withDirectives(createElementVNode("input", {
20335
20386
  id: inputId.value,
20336
20387
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => checked.value = $event),
20337
20388
  type: "checkbox",
20338
20389
  required: _ctx.required
20339
- }, null, 8, _hoisted_4$7), [
20390
+ }, null, 8, _hoisted_2$e), [
20340
20391
  [vModelCheckbox, checked.value]
20341
20392
  ]),
20342
20393
  createElementVNode("label", { for: inputId.value }, [
20343
20394
  renderSlot(_ctx.$slots, "label", {}, () => [
20344
20395
  createTextVNode(toDisplayString(_ctx.label), 1)
20345
20396
  ], true)
20346
- ], 8, _hoisted_5$6)
20397
+ ], 8, _hoisted_3$b)
20347
20398
  ], 10, _hoisted_1$k);
20348
20399
  };
20349
20400
  }
@@ -46714,8 +46765,9 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
46714
46765
  function findCountryByDialCode(dialCode) {
46715
46766
  return filteredCountries.value.find((country) => Number(country.dialCode) === dialCode);
46716
46767
  }
46768
+ const phoneDropdown = ref();
46717
46769
  function chooseCountry(country) {
46718
- var _a2;
46770
+ var _a2, _b;
46719
46771
  if (!country) return;
46720
46772
  const parsedCountry = findCountry(country);
46721
46773
  if (!parsedCountry) return;
@@ -46726,6 +46778,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
46726
46778
  return;
46727
46779
  }
46728
46780
  activeCountryCode.value = parsedCountry.iso2 || "";
46781
+ (_b = phoneDropdown.value) == null ? void 0 : _b.hide();
46729
46782
  }
46730
46783
  function onBlur() {
46731
46784
  emit2("blur");
@@ -46770,13 +46823,29 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
46770
46823
  withKeys(reset, ["tab"])
46771
46824
  ]
46772
46825
  }, [
46773
- !computedDropDownOptions.value.hide ? (openBlock(), createBlock(unref(kt$1), {
46826
+ !computedDropDownOptions.value.hide ? (openBlock(), createBlock(unref(_sfc_main$u), {
46774
46827
  key: 0,
46775
- placement: "bottom",
46828
+ ref_key: "phoneDropdown",
46829
+ ref: phoneDropdown,
46830
+ placement: "bottom-start",
46776
46831
  disabled: computedDropDownOptions.value.disabled,
46777
46832
  onHide: _cache[2] || (_cache[2] = ($event) => isRef(open) ? open.value = false : open = false)
46778
46833
  }, {
46779
- popper: withCtx(({ hide: hide2 }) => [
46834
+ trigger: withCtx(() => [
46835
+ createElementVNode("span", {
46836
+ class: "flex gap-05",
46837
+ onClick: _cache[0] || (_cache[0] = ($event) => isRef(open) ? open.value = true : open = true)
46838
+ }, [
46839
+ createVNode(unref(_sfc_main$T), {
46840
+ icon: unref(open) ? "collapse_all" : "expand_all"
46841
+ }, null, 8, ["icon"]),
46842
+ computedDropDownOptions.value.showFlags && unref(activeCountryCode) ? (openBlock(), createBlock(unref(Flag), {
46843
+ key: 0,
46844
+ country: unref(activeCountryCode)
46845
+ }, null, 8, ["country"])) : createCommentVNode("", true)
46846
+ ])
46847
+ ]),
46848
+ default: withCtx(() => [
46780
46849
  createElementVNode("div", _hoisted_2$c, [
46781
46850
  _ctx.searchable ? (openBlock(), createBlock(unref(TextInput), {
46782
46851
  key: 0,
@@ -46798,10 +46867,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
46798
46867
  class: "flex gap-075",
46799
46868
  tabindex: "-1",
46800
46869
  "aria-selected": unref(activeCountryCode) === pb.iso2 && !isPreferred(pb),
46801
- onClick: ($event) => {
46802
- chooseCountry(pb.iso2);
46803
- hide2();
46804
- },
46870
+ onClick: ($event) => chooseCountry(pb.iso2),
46805
46871
  onMousemove: ($event) => isRef(selectedIndex) ? selectedIndex.value = index2 : selectedIndex = index2
46806
46872
  }, [
46807
46873
  computedDropDownOptions.value.showFlags ? (openBlock(), createBlock(unref(Flag), {
@@ -46815,20 +46881,6 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
46815
46881
  ], 2)
46816
46882
  ])
46817
46883
  ]),
46818
- default: withCtx(() => [
46819
- createElementVNode("span", {
46820
- class: "flex gap-05",
46821
- onClick: _cache[0] || (_cache[0] = ($event) => isRef(open) ? open.value = true : open = true)
46822
- }, [
46823
- createVNode(unref(_sfc_main$S), {
46824
- icon: unref(open) ? "collapse_all" : "expand_all"
46825
- }, null, 8, ["icon"]),
46826
- computedDropDownOptions.value.showFlags && unref(activeCountryCode) ? (openBlock(), createBlock(unref(Flag), {
46827
- key: 0,
46828
- country: unref(activeCountryCode)
46829
- }, null, 8, ["country"])) : createCommentVNode("", true)
46830
- ])
46831
- ]),
46832
46884
  _: 1
46833
46885
  }, 8, ["disabled"])) : createCommentVNode("", true),
46834
46886
  withDirectives(createElementVNode("input", {
@@ -46864,7 +46916,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
46864
46916
  };
46865
46917
  }
46866
46918
  });
46867
- const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-17a4fdd5"]]);
46919
+ const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-3a82d433"]]);
46868
46920
  /*!
46869
46921
  * Signature Pad v5.0.3 | https://github.com/szimek/signature_pad
46870
46922
  * (c) 2024 Szymon Nowak | Released under the MIT license
@@ -48099,7 +48151,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
48099
48151
  createVNode(unref(Btn), {
48100
48152
  flat: "",
48101
48153
  thin: "",
48102
- class: "m-05 position-bottom-end",
48154
+ class: "mx-05 m-password position-bottom-end",
48103
48155
  icon: toggleShowPwdIcon.value,
48104
48156
  onClick: _cache[1] || (_cache[1] = ($event) => showPwd.value = !showPwd.value)
48105
48157
  }, null, 8, ["icon"])
@@ -52880,7 +52932,7 @@ var script$7 = defineComponent({
52880
52932
  };
52881
52933
  }
52882
52934
  });
52883
- const _hoisted_1$6$1 = { key: 0 };
52935
+ const _hoisted_1$6 = { key: 0 };
52884
52936
  const _hoisted_2$4 = ["transform"];
52885
52937
  const _hoisted_3$3 = ["id", "fill", "d", "onMousemove"];
52886
52938
  function render$7(_ctx, _cache, $props, $setup, $data, $options) {
@@ -52890,7 +52942,7 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
52890
52942
  type: "pie"
52891
52943
  }, {
52892
52944
  default: withCtx(() => [
52893
- _ctx.arcs.length === 0 ? (openBlock(), createElementBlock("text", _hoisted_1$6$1, "No Data")) : createCommentVNode("v-if", true),
52945
+ _ctx.arcs.length === 0 ? (openBlock(), createElementBlock("text", _hoisted_1$6, "No Data")) : createCommentVNode("v-if", true),
52894
52946
  createElementVNode("g", { transform: _ctx.transform }, [
52895
52947
  (openBlock(true), createElementBlock(
52896
52948
  Fragment$1,
@@ -53339,7 +53391,7 @@ const _hoisted_1$2$1 = {
53339
53391
  class: "layer-marker"
53340
53392
  };
53341
53393
  const _hoisted_2$2 = ["x", "y", "fill"];
53342
- const _hoisted_3$1$1 = ["x1", "y1", "x2", "y2", "stroke", "stroke-opacity", "stroke-width", "stroke-dasharray"];
53394
+ const _hoisted_3$1 = ["x1", "y1", "x2", "y2", "stroke", "stroke-opacity", "stroke-width", "stroke-dasharray"];
53343
53395
  const _hoisted_4$1 = {
53344
53396
  key: 1,
53345
53397
  class: "layer-marker"
@@ -53363,7 +53415,7 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
53363
53415
  "stroke-opacity": _ctx.strokeOpacity,
53364
53416
  "stroke-width": _ctx.strokeWidth,
53365
53417
  "stroke-dasharray": _ctx.strokeDasharray
53366
- }, null, 8, _hoisted_3$1$1)
53418
+ }, null, 8, _hoisted_3$1)
53367
53419
  ])) : (openBlock(), createElementBlock("g", _hoisted_4$1, [
53368
53420
  createElementVNode("text", {
53369
53421
  x: _ctx.y + 10,
@@ -54064,11 +54116,6 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
54064
54116
  }
54065
54117
  script.render = render;
54066
54118
  script.__file = "src/components/HoverBar/index.vue";
54067
- const _hoisted_1$6 = /* @__PURE__ */ createElementVNode("stop", {
54068
- offset: "100%",
54069
- "stop-color": "white",
54070
- "stop-opacity": "0.4"
54071
- }, null, -1);
54072
54119
  const BRAND_COLOR = "var(--bgl-primary)";
54073
54120
  const _sfc_main$7 = /* @__PURE__ */ defineComponent({
54074
54121
  __name: "Lineart",
@@ -54191,7 +54238,11 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
54191
54238
  "stop-color": BRAND_COLOR,
54192
54239
  "stop-opacity": "1"
54193
54240
  }),
54194
- _hoisted_1$6
54241
+ _cache[0] || (_cache[0] = createElementVNode("stop", {
54242
+ offset: "100%",
54243
+ "stop-color": "white",
54244
+ "stop-opacity": "0.4"
54245
+ }, null, -1))
54195
54246
  ])
54196
54247
  ])
54197
54248
  ]),
@@ -54249,10 +54300,8 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
54249
54300
  }
54250
54301
  });
54251
54302
  const Layout = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-f1781965"]]);
54252
- const _withScopeId = (n2) => (pushScopeId("data-v-d15c030d"), n2 = n2(), popScopeId(), n2);
54253
54303
  const _hoisted_1$5 = { class: "w-100 px-075" };
54254
54304
  const _hoisted_2$1 = { key: 0 };
54255
- const _hoisted_3$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "flex-grow": "1" } }, null, -1));
54256
54305
  const _sfc_main$5 = /* @__PURE__ */ defineComponent({
54257
54306
  __name: "SidebarMenu",
54258
54307
  props: {
@@ -54272,7 +54321,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
54272
54321
  }
54273
54322
  return (_ctx, _cache) => {
54274
54323
  const _directive_tooltip = resolveDirective("tooltip");
54275
- return openBlock(), createBlock(unref(_sfc_main$F), {
54324
+ return openBlock(), createBlock(unref(_sfc_main$G), {
54276
54325
  class: normalizeClass(["flex column gap-05 pt-1 bgl_sidebar", { wideNav: unref(isOpen) }])
54277
54326
  }, {
54278
54327
  default: withCtx(() => [
@@ -54295,7 +54344,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
54295
54344
  class: "nav-button px-075"
54296
54345
  }, {
54297
54346
  default: withCtx(() => [
54298
- createVNode(unref(_sfc_main$S), {
54347
+ createVNode(unref(_sfc_main$T), {
54299
54348
  icon: nav2.icon,
54300
54349
  size: 1.4
54301
54350
  }, null, 8, ["icon"]),
@@ -54315,7 +54364,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
54315
54364
  ]
54316
54365
  ]);
54317
54366
  }), 128)),
54318
- _hoisted_3$1,
54367
+ _cache[0] || (_cache[0] = createElementVNode("div", { style: { "flex-grow": "1" } }, null, -1)),
54319
54368
  renderSlot(_ctx.$slots, "footer", {}, void 0, true)
54320
54369
  ]),
54321
54370
  _: 3
@@ -54332,7 +54381,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
54332
54381
  },
54333
54382
  setup(__props) {
54334
54383
  return (_ctx, _cache) => {
54335
- return openBlock(), createBlock(unref(_sfc_main$F), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
54384
+ return openBlock(), createBlock(unref(_sfc_main$G), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
54336
54385
  default: withCtx(() => [
54337
54386
  renderSlot(_ctx.$slots, "brand", {}, void 0, true),
54338
54387
  (openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.navLinks, (nav2, i2) => {
@@ -54343,7 +54392,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
54343
54392
  onClick: nav2.onClick
54344
54393
  }, {
54345
54394
  default: withCtx(() => [
54346
- createVNode(unref(_sfc_main$S), {
54395
+ createVNode(unref(_sfc_main$T), {
54347
54396
  icon: nav2.icon,
54348
54397
  size: 1.4,
54349
54398
  class: "m-0"
@@ -54496,7 +54545,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
54496
54545
  class: normalizeClass([{ active: isActive2(tab) }, "bgl_tab relative z-1"]),
54497
54546
  onClick: ($event) => selectTab(tab)
54498
54547
  }, [
54499
- typeof tab !== "string" && tab.icon ? (openBlock(), createBlock(unref(_sfc_main$S), {
54548
+ typeof tab !== "string" && tab.icon ? (openBlock(), createBlock(unref(_sfc_main$T), {
54500
54549
  key: 0,
54501
54550
  icon: tab.icon
54502
54551
  }, null, 8, ["icon"])) : createCommentVNode("", true),
@@ -54915,9 +54964,9 @@ const IMAGE_FORMATS_REGEXP = new RegExp(`(${IMAGE_FORMATS.join("|")})$`, "i");
54915
54964
  const VIDEO_FORMATS = ["mp4", "webm", "ogg", "mov", "avi", "flv", "wmv", "mkv", "ts", "m3u8"];
54916
54965
  const VIDEO_FORMATS_REGEXP = new RegExp(`(${VIDEO_FORMATS.join("|")})$`, "i");
54917
54966
  export {
54918
- _sfc_main$C as Accordion,
54967
+ _sfc_main$D as Accordion,
54919
54968
  AccordionItem,
54920
- _sfc_main$u as AddressSearch,
54969
+ _sfc_main$v as AddressSearch,
54921
54970
  Alert,
54922
54971
  Avatar,
54923
54972
  Badge,
@@ -54929,7 +54978,7 @@ export {
54929
54978
  BglVideo,
54930
54979
  BottomMenu,
54931
54980
  Btn,
54932
- _sfc_main$F as Card,
54981
+ _sfc_main$G as Card,
54933
54982
  Carousel,
54934
54983
  CheckInput,
54935
54984
  Checkbox,
@@ -54937,25 +54986,25 @@ export {
54937
54986
  DataPreview,
54938
54987
  _sfc_main$p as DateInput,
54939
54988
  _sfc_main$i as DatePicker,
54940
- kt$1 as Dropdown,
54989
+ _sfc_main$u as Dropdown,
54941
54990
  $el as FileUpload,
54942
54991
  Flag,
54943
54992
  IMAGE_FORMATS,
54944
54993
  IMAGE_FORMATS_REGEXP,
54945
- _sfc_main$S as Icon,
54994
+ _sfc_main$T as Icon,
54946
54995
  JSONInput,
54947
54996
  Layout,
54948
54997
  _sfc_main$7 as Lineart,
54949
- _sfc_main$L as ListItem,
54998
+ _sfc_main$M as ListItem,
54950
54999
  ListView,
54951
- _sfc_main$w as MapEmbed,
54952
- _sfc_main$S as MaterialIcon,
54953
- _sfc_main$P as Modal,
54954
- _sfc_main$x as ModalConfirm,
55000
+ _sfc_main$x as MapEmbed,
55001
+ _sfc_main$T as MaterialIcon,
55002
+ _sfc_main$Q as Modal,
55003
+ _sfc_main$y as ModalConfirm,
54955
55004
  ModalForm,
54956
55005
  ModalPlugin,
54957
55006
  NavBar,
54958
- _sfc_main$K as PageTitle,
55007
+ _sfc_main$L as PageTitle,
54959
55008
  _sfc_main$8 as PasswordInput,
54960
55009
  RadioGroup,
54961
55010
  RadioPillsInput,
@@ -54973,7 +55022,7 @@ export {
54973
55022
  TabsNav,
54974
55023
  TelInput,
54975
55024
  TextInput,
54976
- _sfc_main$D as Title,
55025
+ _sfc_main$E as Title,
54977
55026
  ToggleInput,
54978
55027
  TopBar,
54979
55028
  VIDEO_FORMATS,