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