@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.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
@@ -16732,11 +16786,11 @@ const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-
16732
16786
  const _hoisted_1$s = { class: "flex gap-05" };
16733
16787
  const _hoisted_2$l = ["disabled"];
16734
16788
  const _hoisted_3$h = { key: 1 };
16735
- const _hoisted_4$d = {
16789
+ const _hoisted_4$c = {
16736
16790
  key: 2,
16737
16791
  class: "ms-auto ps-05 me-05"
16738
16792
  };
16739
- const _hoisted_5$c = ["value"];
16793
+ const _hoisted_5$b = ["value"];
16740
16794
  const _hoisted_6$7 = ["aria-selected", "onClick", "onKeydown"];
16741
16795
  const _hoisted_7$3 = { class: "block" };
16742
16796
  const _sfc_main$n = /* @__PURE__ */ defineComponent({
@@ -16878,17 +16932,59 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
16878
16932
  }
16879
16933
  });
16880
16934
  return (_ctx, _cache) => {
16881
- return openBlock(), createBlock(unref(kt$1), {
16935
+ return openBlock(), createBlock(unref(_sfc_main$u), {
16882
16936
  ref_key: "dropdown",
16883
16937
  ref: dropdown,
16884
16938
  placement: "bottom-start",
16885
16939
  class: "bagel-input selectinput",
16886
- onClick: _cache[4] || (_cache[4] = withModifiers(() => {
16887
- }, ["stop"])),
16888
- onHide: _cache[5] || (_cache[5] = ($event) => updateOpen(false))
16940
+ onHide: _cache[4] || (_cache[4] = ($event) => updateOpen(false))
16889
16941
  }, {
16890
- popper: withCtx(() => [
16891
- 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), {
16892
16988
  class: "p-05",
16893
16989
  style: normalizeStyle({ width: _ctx.fullWidth ? "100%" : "auto" })
16894
16990
  }, {
@@ -16917,12 +17013,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
16917
17013
  onKeydown: withKeys(($event) => select2(option2), ["enter"])
16918
17014
  }, [
16919
17015
  _ctx.multiselect ? (openBlock(), createElementBlock(Fragment$1, { key: 0 }, [
16920
- isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$S), {
17016
+ isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$T), {
16921
17017
  key: 0,
16922
17018
  size: 1.1,
16923
17019
  icon: "select_check_box"
16924
17020
  })) : createCommentVNode("", true),
16925
- !isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$S), {
17021
+ !isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$T), {
16926
17022
  key: 1,
16927
17023
  class: "opacity-3",
16928
17024
  icon: "check_box_outline_blank",
@@ -16938,56 +17034,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
16938
17034
  _: 3
16939
17035
  }, 8, ["style"])
16940
17036
  ]),
16941
- default: withCtx(() => [
16942
- createElementVNode("label", null, [
16943
- createTextVNode(toDisplayString(_ctx.label) + " ", 1),
16944
- createElementVNode("div", _hoisted_1$s, [
16945
- createElementVNode("button", {
16946
- disabled: _ctx.disabled,
16947
- type: "button",
16948
- class: normalizeClass(["selectinput-btn", { isEmpty: selectedItemCount.value === 0 }]),
16949
- onKeydown: openOptions,
16950
- onClick: _cache[1] || (_cache[1] = ($event) => updateOpen(true))
16951
- }, [
16952
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$S), {
16953
- key: 0,
16954
- icon: _ctx.icon
16955
- }, null, 8, ["icon"])) : createCommentVNode("", true),
16956
- !_ctx.hideLabel ? (openBlock(), createElementBlock("p", _hoisted_3$h, toDisplayString(selectedLabel.value), 1)) : createCommentVNode("", true),
16957
- _ctx.clearable && selectedItemCount.value > 0 ? (openBlock(), createElementBlock("div", _hoisted_4$d, [
16958
- createVNode(unref(Btn), {
16959
- flat: "",
16960
- thin: "",
16961
- icon: "clear",
16962
- class: "color-gray",
16963
- onClick: _cache[0] || (_cache[0] = ($event) => {
16964
- isRef(selectedItems) ? selectedItems.value = [] : selectedItems = [];
16965
- emitUpdate();
16966
- })
16967
- })
16968
- ])) : createCommentVNode("", true),
16969
- !_ctx.disabled ? (openBlock(), createBlock(unref(_sfc_main$S), mergeProps({
16970
- key: 3,
16971
- thin: ""
16972
- }, { icon: unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : createCommentVNode("", true)
16973
- ], 42, _hoisted_2$l),
16974
- _ctx.required ? (openBlock(), createElementBlock("input", {
16975
- key: 0,
16976
- tabindex: "-1",
16977
- style: { "width": "0", "height": "0", "position": "absolute", "opacity": "0", "z-index": "-1" },
16978
- value: unref(selectedItems),
16979
- required: "",
16980
- onInput: _cache[2] || (_cache[2] = ($event) => updateOpen(true))
16981
- }, null, 40, _hoisted_5$c)) : createCommentVNode("", true)
16982
- ])
16983
- ])
16984
- ]),
16985
17037
  _: 3
16986
17038
  }, 512);
16987
17039
  };
16988
17040
  }
16989
17041
  });
16990
- 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"]]);
16991
17043
  /*!
16992
17044
  * vue-draggable-next v2.2.0
16993
17045
  * (c) 2023 Anish George
@@ -19470,8 +19522,8 @@ const VueDraggableNext = defineComponent({
19470
19522
  const _hoisted_1$r = ["title"];
19471
19523
  const _hoisted_2$k = { class: "bagel-input" };
19472
19524
  const _hoisted_3$g = { class: "table-side-scroll" };
19473
- const _hoisted_4$c = { class: "table-header" };
19474
- const _hoisted_5$b = { class: "table-reorder" };
19525
+ const _hoisted_4$b = { class: "table-header" };
19526
+ const _hoisted_5$a = { class: "table-reorder" };
19475
19527
  const _hoisted_6$6 = { class: "table-action" };
19476
19528
  const _sfc_main$m = /* @__PURE__ */ defineComponent({
19477
19529
  __name: "TableField",
@@ -19542,7 +19594,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
19542
19594
  createElementVNode("label", null, toDisplayString((_a2 = unref(fieldMeta)) == null ? void 0 : _a2.label), 1)
19543
19595
  ]),
19544
19596
  createElementVNode("div", _hoisted_3$g, [
19545
- createElementVNode("div", _hoisted_4$c, [
19597
+ createElementVNode("div", _hoisted_4$b, [
19546
19598
  (openBlock(true), createElementBlock(Fragment$1, null, renderList((_b = unref(entityMeta)) == null ? void 0 : _b.fields, (field) => {
19547
19599
  return openBlock(), createElementBlock("div", {
19548
19600
  key: `${field.fieldname}header`,
@@ -19569,8 +19621,8 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
19569
19621
  key: row.id,
19570
19622
  class: "flex table-row"
19571
19623
  }, [
19572
- createElementVNode("div", _hoisted_5$b, [
19573
- createVNode(unref(_sfc_main$S), { icon: "more_vert" })
19624
+ createElementVNode("div", _hoisted_5$a, [
19625
+ createVNode(unref(_sfc_main$T), { icon: "more_vert" })
19574
19626
  ]),
19575
19627
  (openBlock(true), createElementBlock(Fragment$1, null, renderList((_a3 = unref(entityMeta)) == null ? void 0 : _a3.fields, (field) => {
19576
19628
  return openBlock(), createElementBlock("div", {
@@ -19587,7 +19639,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
19587
19639
  ], 2);
19588
19640
  }), 128)),
19589
19641
  createElementVNode("div", _hoisted_6$6, [
19590
- createVNode(unref(_sfc_main$S), {
19642
+ createVNode(unref(_sfc_main$T), {
19591
19643
  icon: "delete",
19592
19644
  onClick: ($event) => removeRow2(index2)
19593
19645
  }, null, 8, ["onClick"])
@@ -19608,9 +19660,9 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
19608
19660
  color: "light",
19609
19661
  onClick: addRow2
19610
19662
  }, {
19611
- default: withCtx(() => [
19663
+ default: withCtx(() => _cache[1] || (_cache[1] = [
19612
19664
  createTextVNode(" New ")
19613
- ]),
19665
+ ])),
19614
19666
  _: 1
19615
19667
  })
19616
19668
  ], 8, _hoisted_1$r);
@@ -19621,8 +19673,8 @@ const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data
19621
19673
  const _hoisted_1$q = ["title"];
19622
19674
  const _hoisted_2$j = ["for"];
19623
19675
  const _hoisted_3$f = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
19624
- const _hoisted_4$b = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
19625
- 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 };
19626
19678
  const _sfc_main$l = /* @__PURE__ */ defineComponent({
19627
19679
  __name: "TextInput",
19628
19680
  props: {
@@ -19739,17 +19791,17 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
19739
19791
  onInput: updateInputVal,
19740
19792
  onFocusout: _cache[3] || (_cache[3] = //@ts-ignore
19741
19793
  (...args) => _ctx.onFocusout && _ctx.onFocusout(...args))
19742
- }), null, 16, _hoisted_4$b)), [
19794
+ }), null, 16, _hoisted_4$a)), [
19743
19795
  [vModelText, unref(inputVal)]
19744
19796
  ]),
19745
- _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)
19746
19798
  ], 8, _hoisted_2$j),
19747
- _ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$S), {
19799
+ _ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$T), {
19748
19800
  key: 0,
19749
19801
  class: "iconStart",
19750
19802
  icon: _ctx.iconStart
19751
19803
  }, null, 8, ["icon"])) : createCommentVNode("", true),
19752
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$S), {
19804
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$T), {
19753
19805
  key: 1,
19754
19806
  icon: _ctx.icon
19755
19807
  }, null, 8, ["icon"])) : createCommentVNode("", true)
@@ -19836,8 +19888,8 @@ const _hoisted_3$e = {
19836
19888
  key: 0,
19837
19889
  class: "time-wrap"
19838
19890
  };
19839
- const _hoisted_4$a = ["id", "name", "value"];
19840
- const _hoisted_5$9 = ["for"];
19891
+ const _hoisted_4$9 = ["id", "name", "value"];
19892
+ const _hoisted_5$8 = ["for"];
19841
19893
  const _sfc_main$i = /* @__PURE__ */ defineComponent({
19842
19894
  __name: "DatePicker",
19843
19895
  props: {
@@ -19881,8 +19933,8 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
19881
19933
  "enable-time-picker": false,
19882
19934
  "month-change-on-scroll": false
19883
19935
  }, _ctx.options), {
19884
- "action-buttons": withCtx(() => []),
19885
- "action-preview": withCtx(() => []),
19936
+ "action-buttons": withCtx(() => _cache[2] || (_cache[2] = [])),
19937
+ "action-preview": withCtx(() => _cache[3] || (_cache[3] = [])),
19886
19938
  _: 1
19887
19939
  }, 16, ["modelValue", "allowed-dates", "disabled-dates"])
19888
19940
  ]),
@@ -19895,12 +19947,12 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
19895
19947
  type: "radio",
19896
19948
  name: _ctx.label,
19897
19949
  value: hr2
19898
- }, null, 8, _hoisted_4$a), [
19950
+ }, null, 8, _hoisted_4$9), [
19899
19951
  [vModelRadio, selectedHour.value]
19900
19952
  ]),
19901
19953
  createElementVNode("label", {
19902
19954
  for: `${hr2}_${_ctx.id}`
19903
- }, toDisplayString(hr2), 9, _hoisted_5$9)
19955
+ }, toDisplayString(hr2), 9, _hoisted_5$8)
19904
19956
  ], 64);
19905
19957
  }), 128))
19906
19958
  ])) : createCommentVNode("", true)
@@ -19911,8 +19963,8 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
19911
19963
  const _hoisted_1$m = { class: "bagel-input" };
19912
19964
  const _hoisted_2$g = { class: "pb-025" };
19913
19965
  const _hoisted_3$d = { class: "flex gap-05 flex-wrap" };
19914
- const _hoisted_4$9 = ["id", "name", "value", "checked"];
19915
- const _hoisted_5$8 = ["for"];
19966
+ const _hoisted_4$8 = ["id", "name", "value", "checked"];
19967
+ const _hoisted_5$7 = ["for"];
19916
19968
  const _sfc_main$h = /* @__PURE__ */ defineComponent({
19917
19969
  __name: "RadioPillsInput",
19918
19970
  props: {
@@ -19969,10 +20021,10 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
19969
20021
  value: getValue(option2),
19970
20022
  checked: unref(selectedValue) === getValue(option2),
19971
20023
  onChange: handleSelect
19972
- }, null, 40, _hoisted_4$9),
20024
+ }, null, 40, _hoisted_4$8),
19973
20025
  createElementVNode("label", {
19974
20026
  for: `${_ctx.id}-${getValue(option2)}`
19975
- }, toDisplayString(getLabel(option2)), 9, _hoisted_5$8)
20027
+ }, toDisplayString(getLabel(option2)), 9, _hoisted_5$7)
19976
20028
  ]);
19977
20029
  }), 128))
19978
20030
  ])
@@ -19987,8 +20039,8 @@ const _hoisted_2$f = {
19987
20039
  class: "bgl-multi-preview"
19988
20040
  };
19989
20041
  const _hoisted_3$c = ["src"];
19990
- const _hoisted_4$8 = { class: "m-0" };
19991
- const _hoisted_5$7 = ["width", "src"];
20042
+ const _hoisted_4$7 = { class: "m-0" };
20043
+ const _hoisted_5$6 = ["width", "src"];
19992
20044
  const _hoisted_6$5 = { class: "no-margin multi-preview-txt" };
19993
20045
  const _hoisted_7$2 = {
19994
20046
  key: 0,
@@ -20185,12 +20237,12 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
20185
20237
  alt: ""
20186
20238
  }, null, 8, _hoisted_3$c)), [
20187
20239
  [_directive_lightbox]
20188
- ]) : (openBlock(), createBlock(unref(_sfc_main$S), {
20240
+ ]) : (openBlock(), createBlock(unref(_sfc_main$T), {
20189
20241
  key: 1,
20190
20242
  icon: "draft",
20191
20243
  class: "multi-preview"
20192
20244
  })),
20193
- createElementVNode("p", _hoisted_4$8, toDisplayString(file.name), 1),
20245
+ createElementVNode("p", _hoisted_4$7, toDisplayString(file.name), 1),
20194
20246
  createVNode(unref(Btn), {
20195
20247
  thin: "",
20196
20248
  flat: "",
@@ -20212,8 +20264,8 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
20212
20264
  class: "multi-preview",
20213
20265
  src: fileToUrl(fileQ.file),
20214
20266
  alt: ""
20215
- }, null, 8, _hoisted_5$7)) : createCommentVNode("", true)
20216
- ], 64)) : (openBlock(), createBlock(unref(_sfc_main$S), {
20267
+ }, null, 8, _hoisted_5$6)) : createCommentVNode("", true)
20268
+ ], 64)) : (openBlock(), createBlock(unref(_sfc_main$T), {
20217
20269
  key: 1,
20218
20270
  icon: "draft",
20219
20271
  class: "multi-preview"
@@ -20224,7 +20276,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
20224
20276
  style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
20225
20277
  }, [
20226
20278
  fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_7$2, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
20227
- createVNode(unref(_sfc_main$S), {
20279
+ createVNode(unref(_sfc_main$T), {
20228
20280
  class: "success",
20229
20281
  icon: "check"
20230
20282
  })
@@ -20245,7 +20297,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
20245
20297
  alt: ""
20246
20298
  }, null, 8, _hoisted_9)), [
20247
20299
  [_directive_lightbox]
20248
- ]) : (openBlock(), createBlock(unref(_sfc_main$S), {
20300
+ ]) : (openBlock(), createBlock(unref(_sfc_main$T), {
20249
20301
  key: 1,
20250
20302
  size: 4,
20251
20303
  weight: "2",
@@ -20264,7 +20316,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
20264
20316
  style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
20265
20317
  }, [
20266
20318
  fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_10, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
20267
- createVNode(unref(_sfc_main$S), {
20319
+ createVNode(unref(_sfc_main$T), {
20268
20320
  class: "success",
20269
20321
  icon: "check"
20270
20322
  })
@@ -20286,8 +20338,8 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
20286
20338
  browse
20287
20339
  }, () => [
20288
20340
  createElementVNode("p", _hoisted_12, [
20289
- createVNode(unref(_sfc_main$S), { icon: "upload_2" }),
20290
- 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 "))
20291
20343
  ])
20292
20344
  ], true) : createCommentVNode("", true)
20293
20345
  ], 38)
@@ -20296,14 +20348,9 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
20296
20348
  }
20297
20349
  });
20298
20350
  const $el = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-298b3d5b"]]);
20299
- const _withScopeId$1 = (n2) => (pushScopeId("data-v-0a2b089d"), n2 = n2(), popScopeId(), n2);
20300
20351
  const _hoisted_1$k = ["title"];
20301
- const _hoisted_2$e = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "slider round" }, null, -1));
20302
- const _hoisted_3$b = [
20303
- _hoisted_2$e
20304
- ];
20305
- const _hoisted_4$7 = ["id", "required"];
20306
- const _hoisted_5$6 = ["for"];
20352
+ const _hoisted_2$e = ["id", "required"];
20353
+ const _hoisted_3$b = ["for"];
20307
20354
  const _sfc_main$f = /* @__PURE__ */ defineComponent({
20308
20355
  __name: "ToggleInput",
20309
20356
  props: /* @__PURE__ */ mergeModels({
@@ -20332,20 +20379,22 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
20332
20379
  }, [
20333
20380
  createElementVNode("div", {
20334
20381
  class: normalizeClass(["switch", { checked: checked.value }])
20335
- }, _hoisted_3$b, 2),
20382
+ }, _cache[1] || (_cache[1] = [
20383
+ createElementVNode("span", { class: "slider round" }, null, -1)
20384
+ ]), 2),
20336
20385
  withDirectives(createElementVNode("input", {
20337
20386
  id: inputId.value,
20338
20387
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => checked.value = $event),
20339
20388
  type: "checkbox",
20340
20389
  required: _ctx.required
20341
- }, null, 8, _hoisted_4$7), [
20390
+ }, null, 8, _hoisted_2$e), [
20342
20391
  [vModelCheckbox, checked.value]
20343
20392
  ]),
20344
20393
  createElementVNode("label", { for: inputId.value }, [
20345
20394
  renderSlot(_ctx.$slots, "label", {}, () => [
20346
20395
  createTextVNode(toDisplayString(_ctx.label), 1)
20347
20396
  ], true)
20348
- ], 8, _hoisted_5$6)
20397
+ ], 8, _hoisted_3$b)
20349
20398
  ], 10, _hoisted_1$k);
20350
20399
  };
20351
20400
  }
@@ -46716,8 +46765,9 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
46716
46765
  function findCountryByDialCode(dialCode) {
46717
46766
  return filteredCountries.value.find((country) => Number(country.dialCode) === dialCode);
46718
46767
  }
46768
+ const phoneDropdown = ref();
46719
46769
  function chooseCountry(country) {
46720
- var _a2;
46770
+ var _a2, _b;
46721
46771
  if (!country) return;
46722
46772
  const parsedCountry = findCountry(country);
46723
46773
  if (!parsedCountry) return;
@@ -46728,6 +46778,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
46728
46778
  return;
46729
46779
  }
46730
46780
  activeCountryCode.value = parsedCountry.iso2 || "";
46781
+ (_b = phoneDropdown.value) == null ? void 0 : _b.hide();
46731
46782
  }
46732
46783
  function onBlur() {
46733
46784
  emit2("blur");
@@ -46772,13 +46823,29 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
46772
46823
  withKeys(reset, ["tab"])
46773
46824
  ]
46774
46825
  }, [
46775
- !computedDropDownOptions.value.hide ? (openBlock(), createBlock(unref(kt$1), {
46826
+ !computedDropDownOptions.value.hide ? (openBlock(), createBlock(unref(_sfc_main$u), {
46776
46827
  key: 0,
46777
- placement: "bottom",
46828
+ ref_key: "phoneDropdown",
46829
+ ref: phoneDropdown,
46830
+ placement: "bottom-start",
46778
46831
  disabled: computedDropDownOptions.value.disabled,
46779
46832
  onHide: _cache[2] || (_cache[2] = ($event) => isRef(open) ? open.value = false : open = false)
46780
46833
  }, {
46781
- 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(() => [
46782
46849
  createElementVNode("div", _hoisted_2$c, [
46783
46850
  _ctx.searchable ? (openBlock(), createBlock(unref(TextInput), {
46784
46851
  key: 0,
@@ -46800,10 +46867,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
46800
46867
  class: "flex gap-075",
46801
46868
  tabindex: "-1",
46802
46869
  "aria-selected": unref(activeCountryCode) === pb.iso2 && !isPreferred(pb),
46803
- onClick: ($event) => {
46804
- chooseCountry(pb.iso2);
46805
- hide2();
46806
- },
46870
+ onClick: ($event) => chooseCountry(pb.iso2),
46807
46871
  onMousemove: ($event) => isRef(selectedIndex) ? selectedIndex.value = index2 : selectedIndex = index2
46808
46872
  }, [
46809
46873
  computedDropDownOptions.value.showFlags ? (openBlock(), createBlock(unref(Flag), {
@@ -46817,20 +46881,6 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
46817
46881
  ], 2)
46818
46882
  ])
46819
46883
  ]),
46820
- default: withCtx(() => [
46821
- createElementVNode("span", {
46822
- class: "flex gap-05",
46823
- onClick: _cache[0] || (_cache[0] = ($event) => isRef(open) ? open.value = true : open = true)
46824
- }, [
46825
- createVNode(unref(_sfc_main$S), {
46826
- icon: unref(open) ? "collapse_all" : "expand_all"
46827
- }, null, 8, ["icon"]),
46828
- computedDropDownOptions.value.showFlags && unref(activeCountryCode) ? (openBlock(), createBlock(unref(Flag), {
46829
- key: 0,
46830
- country: unref(activeCountryCode)
46831
- }, null, 8, ["country"])) : createCommentVNode("", true)
46832
- ])
46833
- ]),
46834
46884
  _: 1
46835
46885
  }, 8, ["disabled"])) : createCommentVNode("", true),
46836
46886
  withDirectives(createElementVNode("input", {
@@ -46866,7 +46916,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
46866
46916
  };
46867
46917
  }
46868
46918
  });
46869
- 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"]]);
46870
46920
  /*!
46871
46921
  * Signature Pad v5.0.3 | https://github.com/szimek/signature_pad
46872
46922
  * (c) 2024 Szymon Nowak | Released under the MIT license
@@ -48101,7 +48151,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
48101
48151
  createVNode(unref(Btn), {
48102
48152
  flat: "",
48103
48153
  thin: "",
48104
- class: "m-05 position-bottom-end",
48154
+ class: "mx-05 m-password position-bottom-end",
48105
48155
  icon: toggleShowPwdIcon.value,
48106
48156
  onClick: _cache[1] || (_cache[1] = ($event) => showPwd.value = !showPwd.value)
48107
48157
  }, null, 8, ["icon"])
@@ -52882,7 +52932,7 @@ var script$7 = defineComponent({
52882
52932
  };
52883
52933
  }
52884
52934
  });
52885
- const _hoisted_1$6$1 = { key: 0 };
52935
+ const _hoisted_1$6 = { key: 0 };
52886
52936
  const _hoisted_2$4 = ["transform"];
52887
52937
  const _hoisted_3$3 = ["id", "fill", "d", "onMousemove"];
52888
52938
  function render$7(_ctx, _cache, $props, $setup, $data, $options) {
@@ -52892,7 +52942,7 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
52892
52942
  type: "pie"
52893
52943
  }, {
52894
52944
  default: withCtx(() => [
52895
- _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),
52896
52946
  createElementVNode("g", { transform: _ctx.transform }, [
52897
52947
  (openBlock(true), createElementBlock(
52898
52948
  Fragment$1,
@@ -53341,7 +53391,7 @@ const _hoisted_1$2$1 = {
53341
53391
  class: "layer-marker"
53342
53392
  };
53343
53393
  const _hoisted_2$2 = ["x", "y", "fill"];
53344
- 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"];
53345
53395
  const _hoisted_4$1 = {
53346
53396
  key: 1,
53347
53397
  class: "layer-marker"
@@ -53365,7 +53415,7 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
53365
53415
  "stroke-opacity": _ctx.strokeOpacity,
53366
53416
  "stroke-width": _ctx.strokeWidth,
53367
53417
  "stroke-dasharray": _ctx.strokeDasharray
53368
- }, null, 8, _hoisted_3$1$1)
53418
+ }, null, 8, _hoisted_3$1)
53369
53419
  ])) : (openBlock(), createElementBlock("g", _hoisted_4$1, [
53370
53420
  createElementVNode("text", {
53371
53421
  x: _ctx.y + 10,
@@ -54066,11 +54116,6 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
54066
54116
  }
54067
54117
  script.render = render;
54068
54118
  script.__file = "src/components/HoverBar/index.vue";
54069
- const _hoisted_1$6 = /* @__PURE__ */ createElementVNode("stop", {
54070
- offset: "100%",
54071
- "stop-color": "white",
54072
- "stop-opacity": "0.4"
54073
- }, null, -1);
54074
54119
  const BRAND_COLOR = "var(--bgl-primary)";
54075
54120
  const _sfc_main$7 = /* @__PURE__ */ defineComponent({
54076
54121
  __name: "Lineart",
@@ -54193,7 +54238,11 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
54193
54238
  "stop-color": BRAND_COLOR,
54194
54239
  "stop-opacity": "1"
54195
54240
  }),
54196
- _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))
54197
54246
  ])
54198
54247
  ])
54199
54248
  ]),
@@ -54251,10 +54300,8 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
54251
54300
  }
54252
54301
  });
54253
54302
  const Layout = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-f1781965"]]);
54254
- const _withScopeId = (n2) => (pushScopeId("data-v-d15c030d"), n2 = n2(), popScopeId(), n2);
54255
54303
  const _hoisted_1$5 = { class: "w-100 px-075" };
54256
54304
  const _hoisted_2$1 = { key: 0 };
54257
- const _hoisted_3$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "flex-grow": "1" } }, null, -1));
54258
54305
  const _sfc_main$5 = /* @__PURE__ */ defineComponent({
54259
54306
  __name: "SidebarMenu",
54260
54307
  props: {
@@ -54274,7 +54321,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
54274
54321
  }
54275
54322
  return (_ctx, _cache) => {
54276
54323
  const _directive_tooltip = resolveDirective("tooltip");
54277
- return openBlock(), createBlock(unref(_sfc_main$F), {
54324
+ return openBlock(), createBlock(unref(_sfc_main$G), {
54278
54325
  class: normalizeClass(["flex column gap-05 pt-1 bgl_sidebar", { wideNav: unref(isOpen) }])
54279
54326
  }, {
54280
54327
  default: withCtx(() => [
@@ -54297,7 +54344,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
54297
54344
  class: "nav-button px-075"
54298
54345
  }, {
54299
54346
  default: withCtx(() => [
54300
- createVNode(unref(_sfc_main$S), {
54347
+ createVNode(unref(_sfc_main$T), {
54301
54348
  icon: nav2.icon,
54302
54349
  size: 1.4
54303
54350
  }, null, 8, ["icon"]),
@@ -54317,7 +54364,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
54317
54364
  ]
54318
54365
  ]);
54319
54366
  }), 128)),
54320
- _hoisted_3$1,
54367
+ _cache[0] || (_cache[0] = createElementVNode("div", { style: { "flex-grow": "1" } }, null, -1)),
54321
54368
  renderSlot(_ctx.$slots, "footer", {}, void 0, true)
54322
54369
  ]),
54323
54370
  _: 3
@@ -54334,7 +54381,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
54334
54381
  },
54335
54382
  setup(__props) {
54336
54383
  return (_ctx, _cache) => {
54337
- 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" }, {
54338
54385
  default: withCtx(() => [
54339
54386
  renderSlot(_ctx.$slots, "brand", {}, void 0, true),
54340
54387
  (openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.navLinks, (nav2, i2) => {
@@ -54345,7 +54392,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
54345
54392
  onClick: nav2.onClick
54346
54393
  }, {
54347
54394
  default: withCtx(() => [
54348
- createVNode(unref(_sfc_main$S), {
54395
+ createVNode(unref(_sfc_main$T), {
54349
54396
  icon: nav2.icon,
54350
54397
  size: 1.4,
54351
54398
  class: "m-0"
@@ -54498,7 +54545,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
54498
54545
  class: normalizeClass([{ active: isActive2(tab) }, "bgl_tab relative z-1"]),
54499
54546
  onClick: ($event) => selectTab(tab)
54500
54547
  }, [
54501
- typeof tab !== "string" && tab.icon ? (openBlock(), createBlock(unref(_sfc_main$S), {
54548
+ typeof tab !== "string" && tab.icon ? (openBlock(), createBlock(unref(_sfc_main$T), {
54502
54549
  key: 0,
54503
54550
  icon: tab.icon
54504
54551
  }, null, 8, ["icon"])) : createCommentVNode("", true),
@@ -54917,9 +54964,9 @@ const IMAGE_FORMATS_REGEXP = new RegExp(`(${IMAGE_FORMATS.join("|")})$`, "i");
54917
54964
  const VIDEO_FORMATS = ["mp4", "webm", "ogg", "mov", "avi", "flv", "wmv", "mkv", "ts", "m3u8"];
54918
54965
  const VIDEO_FORMATS_REGEXP = new RegExp(`(${VIDEO_FORMATS.join("|")})$`, "i");
54919
54966
  export {
54920
- _sfc_main$C as Accordion,
54967
+ _sfc_main$D as Accordion,
54921
54968
  AccordionItem,
54922
- _sfc_main$u as AddressSearch,
54969
+ _sfc_main$v as AddressSearch,
54923
54970
  Alert,
54924
54971
  Avatar,
54925
54972
  Badge,
@@ -54931,7 +54978,7 @@ export {
54931
54978
  BglVideo,
54932
54979
  BottomMenu,
54933
54980
  Btn,
54934
- _sfc_main$F as Card,
54981
+ _sfc_main$G as Card,
54935
54982
  Carousel,
54936
54983
  CheckInput,
54937
54984
  Checkbox,
@@ -54939,25 +54986,25 @@ export {
54939
54986
  DataPreview,
54940
54987
  _sfc_main$p as DateInput,
54941
54988
  _sfc_main$i as DatePicker,
54942
- kt$1 as Dropdown,
54989
+ _sfc_main$u as Dropdown,
54943
54990
  $el as FileUpload,
54944
54991
  Flag,
54945
54992
  IMAGE_FORMATS,
54946
54993
  IMAGE_FORMATS_REGEXP,
54947
- _sfc_main$S as Icon,
54994
+ _sfc_main$T as Icon,
54948
54995
  JSONInput,
54949
54996
  Layout,
54950
54997
  _sfc_main$7 as Lineart,
54951
- _sfc_main$L as ListItem,
54998
+ _sfc_main$M as ListItem,
54952
54999
  ListView,
54953
- _sfc_main$w as MapEmbed,
54954
- _sfc_main$S as MaterialIcon,
54955
- _sfc_main$P as Modal,
54956
- _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,
54957
55004
  ModalForm,
54958
55005
  ModalPlugin,
54959
55006
  NavBar,
54960
- _sfc_main$K as PageTitle,
55007
+ _sfc_main$L as PageTitle,
54961
55008
  _sfc_main$8 as PasswordInput,
54962
55009
  RadioGroup,
54963
55010
  RadioPillsInput,
@@ -54975,7 +55022,7 @@ export {
54975
55022
  TabsNav,
54976
55023
  TelInput,
54977
55024
  TextInput,
54978
- _sfc_main$D as Title,
55025
+ _sfc_main$E as Title,
54979
55026
  ToggleInput,
54980
55027
  TopBar,
54981
55028
  VIDEO_FORMATS,