@bagelink/vue 0.0.629 → 0.0.633
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/README.md +1 -1
- package/dist/components/form/inputs/Checkbox.vue.d.ts +12 -3
- package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RadioGroup.vue.d.ts +47 -0
- package/dist/components/form/inputs/RadioGroup.vue.d.ts.map +1 -0
- package/dist/components/form/inputs/RadioPillsInput.vue.d.ts +2 -4
- package/dist/components/form/inputs/RadioPillsInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts +1 -5
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/index.d.ts +1 -0
- package/dist/components/form/inputs/index.d.ts.map +1 -1
- package/dist/index.cjs +371 -307
- package/dist/index.mjs +371 -307
- package/dist/plugins/bagel.d.ts.map +1 -1
- package/dist/style.css +82 -15
- package/dist/types/index.d.ts +4 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/BagelFormUtils.d.ts +1 -5
- package/dist/utils/BagelFormUtils.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/form/inputs/Checkbox.vue +2 -4
- package/src/components/form/inputs/RadioGroup.vue +65 -0
- package/src/components/form/inputs/RadioPillsInput.vue +1 -5
- package/src/components/form/inputs/SelectInput.vue +1 -6
- package/src/components/form/inputs/index.ts +1 -0
- package/src/plugins/bagel.ts +1 -4
- package/src/styles/layout.css +32 -0
- package/src/styles/mobilLayout.css +33 -1
- package/src/types/index.ts +6 -0
- package/src/utils/BagelFormUtils.ts +1 -7
package/dist/index.cjs
CHANGED
|
@@ -5406,8 +5406,8 @@ const ModalPlugin = {
|
|
|
5406
5406
|
hideModal(index2);
|
|
5407
5407
|
} };
|
|
5408
5408
|
if (modal.modalType === "modalForm") return vue.h(ModalForm, props2, modal.componentSlots);
|
|
5409
|
-
if (modal.modalType === "confirm") return vue.h(_sfc_main$
|
|
5410
|
-
return vue.h(_sfc_main$
|
|
5409
|
+
if (modal.modalType === "confirm") return vue.h(_sfc_main$u, props2, {});
|
|
5410
|
+
return vue.h(_sfc_main$M, props2, modal.componentSlots);
|
|
5411
5411
|
});
|
|
5412
5412
|
}
|
|
5413
5413
|
});
|
|
@@ -5433,7 +5433,7 @@ function useLocalStorage(key, initialValue) {
|
|
|
5433
5433
|
}, { immediate: true, deep: true });
|
|
5434
5434
|
return value;
|
|
5435
5435
|
}
|
|
5436
|
-
const _sfc_main$
|
|
5436
|
+
const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
5437
5437
|
__name: "MaterialIcon",
|
|
5438
5438
|
props: {
|
|
5439
5439
|
icon: {},
|
|
@@ -5451,13 +5451,13 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
5451
5451
|
};
|
|
5452
5452
|
}
|
|
5453
5453
|
});
|
|
5454
|
-
const _hoisted_1$
|
|
5455
|
-
const _hoisted_2$
|
|
5456
|
-
const _hoisted_3$
|
|
5457
|
-
const _hoisted_4$
|
|
5454
|
+
const _hoisted_1$K = { class: "full-nav" };
|
|
5455
|
+
const _hoisted_2$B = { class: "nav-scroll" };
|
|
5456
|
+
const _hoisted_3$o = { class: "nav-links-wrapper" };
|
|
5457
|
+
const _hoisted_4$g = { class: "tooltip" };
|
|
5458
5458
|
const _hoisted_5$e = { class: "bot-buttons-wrapper" };
|
|
5459
5459
|
const _hoisted_6$9 = { class: "tooltip" };
|
|
5460
|
-
const _sfc_main$
|
|
5460
|
+
const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
5461
5461
|
__name: "NavBar",
|
|
5462
5462
|
props: {
|
|
5463
5463
|
footerLinks: { default: () => [] },
|
|
@@ -5482,14 +5482,14 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
5482
5482
|
onClick: _cache[0] || (_cache[0] = ($event) => isOpen.value = !isOpen.value),
|
|
5483
5483
|
onKeypress: _cache[1] || (_cache[1] = vue.withKeys(($event) => isOpen.value = !isOpen.value, ["enter"]))
|
|
5484
5484
|
}, [
|
|
5485
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
5485
|
+
vue.createVNode(vue.unref(_sfc_main$P), {
|
|
5486
5486
|
icon: "chevron_right",
|
|
5487
5487
|
class: "top-arrow"
|
|
5488
5488
|
})
|
|
5489
5489
|
], 32),
|
|
5490
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
5491
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
5492
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
5490
|
+
vue.createElementVNode("div", _hoisted_1$K, [
|
|
5491
|
+
vue.createElementVNode("div", _hoisted_2$B, [
|
|
5492
|
+
vue.createElementVNode("div", _hoisted_3$o, [
|
|
5493
5493
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.links, (link) => {
|
|
5494
5494
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(link.to ? "router-link" : "div"), {
|
|
5495
5495
|
key: link.label,
|
|
@@ -5501,10 +5501,10 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
5501
5501
|
}
|
|
5502
5502
|
}, {
|
|
5503
5503
|
default: vue.withCtx(() => [
|
|
5504
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
5504
|
+
vue.createVNode(vue.unref(_sfc_main$P), {
|
|
5505
5505
|
icon: link.icon
|
|
5506
5506
|
}, null, 8, ["icon"]),
|
|
5507
|
-
vue.createElementVNode("div", _hoisted_4$
|
|
5507
|
+
vue.createElementVNode("div", _hoisted_4$g, vue.toDisplayString(link.label), 1)
|
|
5508
5508
|
]),
|
|
5509
5509
|
_: 2
|
|
5510
5510
|
}, 1032, ["to", "onClick"]);
|
|
@@ -5523,7 +5523,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
5523
5523
|
}
|
|
5524
5524
|
}, {
|
|
5525
5525
|
default: vue.withCtx(() => [
|
|
5526
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
5526
|
+
vue.createVNode(vue.unref(_sfc_main$P), {
|
|
5527
5527
|
icon: link.icon
|
|
5528
5528
|
}, null, 8, ["icon"]),
|
|
5529
5529
|
vue.createElementVNode("div", _hoisted_6$9, vue.toDisplayString(link.label), 1)
|
|
@@ -5545,16 +5545,16 @@ const _export_sfc = (sfc, props2) => {
|
|
|
5545
5545
|
}
|
|
5546
5546
|
return target;
|
|
5547
5547
|
};
|
|
5548
|
-
const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5549
|
-
const _hoisted_1$
|
|
5548
|
+
const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-776cab4a"]]);
|
|
5549
|
+
const _hoisted_1$J = {
|
|
5550
5550
|
key: 0,
|
|
5551
5551
|
class: "loading"
|
|
5552
5552
|
};
|
|
5553
|
-
const _hoisted_2$
|
|
5553
|
+
const _hoisted_2$A = {
|
|
5554
5554
|
key: 1,
|
|
5555
5555
|
class: "bgl_btn-flex"
|
|
5556
5556
|
};
|
|
5557
|
-
const _sfc_main$
|
|
5557
|
+
const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
5558
5558
|
__name: "Btn",
|
|
5559
5559
|
props: {
|
|
5560
5560
|
disabled: { type: Boolean, default: false },
|
|
@@ -5648,8 +5648,8 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
5648
5648
|
onClick: vue.withModifiers(_ctx.onClick, ["stop"])
|
|
5649
5649
|
}, {
|
|
5650
5650
|
default: vue.withCtx(() => [
|
|
5651
|
-
_ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
5652
|
-
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
5651
|
+
_ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$J)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$A, [
|
|
5652
|
+
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), {
|
|
5653
5653
|
key: 0,
|
|
5654
5654
|
icon: _ctx.icon
|
|
5655
5655
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
@@ -5657,7 +5657,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
5657
5657
|
!vue.unref(slots).default && _ctx.value ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
5658
5658
|
vue.createTextVNode(vue.toDisplayString(_ctx.value), 1)
|
|
5659
5659
|
], 64)) : vue.createCommentVNode("", true),
|
|
5660
|
-
props2["icon.end"] ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
5660
|
+
props2["icon.end"] ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), {
|
|
5661
5661
|
key: 2,
|
|
5662
5662
|
icon: props2["icon.end"]
|
|
5663
5663
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true)
|
|
@@ -5668,20 +5668,20 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
5668
5668
|
};
|
|
5669
5669
|
}
|
|
5670
5670
|
});
|
|
5671
|
-
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5672
|
-
const _hoisted_1$
|
|
5671
|
+
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-26f1062f"]]);
|
|
5672
|
+
const _hoisted_1$I = {
|
|
5673
5673
|
key: 0,
|
|
5674
5674
|
class: "tool-bar"
|
|
5675
5675
|
};
|
|
5676
|
-
const _hoisted_2$
|
|
5676
|
+
const _hoisted_2$z = {
|
|
5677
5677
|
key: 1,
|
|
5678
5678
|
class: "sticky bg-white z-index-999 -mt-1 -ms-1 px-025 h-30px pt-025 modal-no-title"
|
|
5679
5679
|
};
|
|
5680
|
-
const _hoisted_3$
|
|
5680
|
+
const _hoisted_3$n = {
|
|
5681
5681
|
key: 2,
|
|
5682
5682
|
class: "modal-footer mt-1"
|
|
5683
5683
|
};
|
|
5684
|
-
const _sfc_main$
|
|
5684
|
+
const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
5685
5685
|
__name: "Modal",
|
|
5686
5686
|
props: {
|
|
5687
5687
|
side: { type: Boolean },
|
|
@@ -5737,7 +5737,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5737
5737
|
onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
|
|
5738
5738
|
onKeydown: vue.withKeys(closeModal, ["esc"])
|
|
5739
5739
|
}, [
|
|
5740
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
5740
|
+
vue.createVNode(vue.unref(_sfc_main$C), {
|
|
5741
5741
|
class: "modal",
|
|
5742
5742
|
style: vue.normalizeStyle({ ...maxWidth.value }),
|
|
5743
5743
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
|
|
@@ -5746,7 +5746,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5746
5746
|
default: vue.withCtx(() => {
|
|
5747
5747
|
var _a2;
|
|
5748
5748
|
return [
|
|
5749
|
-
vue.unref(slots).toolbar || _ctx.title ? (vue.openBlock(), vue.createElementBlock("header", _hoisted_1$
|
|
5749
|
+
vue.unref(slots).toolbar || _ctx.title ? (vue.openBlock(), vue.createElementBlock("header", _hoisted_1$I, [
|
|
5750
5750
|
vue.renderSlot(_ctx.$slots, "toolbar"),
|
|
5751
5751
|
vue.createVNode(vue.unref(Btn), {
|
|
5752
5752
|
style: vue.normalizeStyle({ float: _ctx.side ? "left" : "right" }),
|
|
@@ -5754,13 +5754,13 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5754
5754
|
icon: "close",
|
|
5755
5755
|
onClick: closeModal
|
|
5756
5756
|
}, null, 8, ["style"]),
|
|
5757
|
-
_ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
5757
|
+
_ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$A), {
|
|
5758
5758
|
key: 0,
|
|
5759
5759
|
class: "modal-title",
|
|
5760
5760
|
tag: "h3",
|
|
5761
5761
|
label: _ctx.title
|
|
5762
5762
|
}, null, 8, ["label"])) : vue.createCommentVNode("", true)
|
|
5763
|
-
])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
5763
|
+
])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$z, [
|
|
5764
5764
|
vue.createVNode(vue.unref(Btn), {
|
|
5765
5765
|
class: "color-black position-start",
|
|
5766
5766
|
icon: "close",
|
|
@@ -5770,7 +5770,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5770
5770
|
})
|
|
5771
5771
|
])),
|
|
5772
5772
|
vue.renderSlot(_ctx.$slots, "default"),
|
|
5773
|
-
vue.unref(slots).footer || ((_a2 = _ctx.actions) == null ? void 0 : _a2.length) ? (vue.openBlock(), vue.createElementBlock("footer", _hoisted_3$
|
|
5773
|
+
vue.unref(slots).footer || ((_a2 = _ctx.actions) == null ? void 0 : _a2.length) ? (vue.openBlock(), vue.createElementBlock("footer", _hoisted_3$n, [
|
|
5774
5774
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.actions, (action, i2) => {
|
|
5775
5775
|
return vue.openBlock(), vue.createBlock(vue.unref(Btn), vue.mergeProps({
|
|
5776
5776
|
key: i2,
|
|
@@ -5788,7 +5788,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5788
5788
|
};
|
|
5789
5789
|
}
|
|
5790
5790
|
});
|
|
5791
|
-
const _sfc_main$
|
|
5791
|
+
const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
5792
5792
|
__name: "ModalForm",
|
|
5793
5793
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
5794
5794
|
side: { type: Boolean },
|
|
@@ -5849,7 +5849,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
5849
5849
|
}
|
|
5850
5850
|
__expose({ setFormValues });
|
|
5851
5851
|
return (_ctx, _cache) => {
|
|
5852
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
5852
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$M), {
|
|
5853
5853
|
ref_key: "modal",
|
|
5854
5854
|
ref: modal,
|
|
5855
5855
|
side: _ctx.side,
|
|
@@ -5860,7 +5860,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
5860
5860
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => emit2("update:visible", $event))
|
|
5861
5861
|
}, vue.createSlots({
|
|
5862
5862
|
default: vue.withCtx(() => [
|
|
5863
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
5863
|
+
vue.createVNode(vue.unref(_sfc_main$r), {
|
|
5864
5864
|
ref_key: "form",
|
|
5865
5865
|
ref: form,
|
|
5866
5866
|
modelValue: formData.value,
|
|
@@ -5902,12 +5902,12 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
5902
5902
|
};
|
|
5903
5903
|
}
|
|
5904
5904
|
});
|
|
5905
|
-
const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5906
|
-
const _hoisted_1$
|
|
5907
|
-
const _hoisted_2$
|
|
5908
|
-
const _hoisted_3$
|
|
5909
|
-
const _hoisted_4$
|
|
5910
|
-
const _sfc_main$
|
|
5905
|
+
const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-083a1b2d"]]);
|
|
5906
|
+
const _hoisted_1$H = { class: "accordion-item" };
|
|
5907
|
+
const _hoisted_2$y = ["aria-expanded", "aria-controls"];
|
|
5908
|
+
const _hoisted_3$m = { class: "accordion-label" };
|
|
5909
|
+
const _hoisted_4$f = ["id", "aria-hidden"];
|
|
5910
|
+
const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
5911
5911
|
__name: "AccordionItem",
|
|
5912
5912
|
props: {
|
|
5913
5913
|
label: {},
|
|
@@ -5944,7 +5944,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
5944
5944
|
else if (accordionState.openItem === id) accordionState.openItem = null;
|
|
5945
5945
|
}
|
|
5946
5946
|
return (_ctx, _cache) => {
|
|
5947
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
5947
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$H, [
|
|
5948
5948
|
vue.createElementVNode("button", {
|
|
5949
5949
|
"aria-expanded": vue.unref(isOpen) ? "true" : "false",
|
|
5950
5950
|
class: "accordion-head",
|
|
@@ -5952,14 +5952,14 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
5952
5952
|
onClick: _cache[0] || (_cache[0] = ($event) => toggle())
|
|
5953
5953
|
}, [
|
|
5954
5954
|
vue.renderSlot(_ctx.$slots, "head", {}, () => [
|
|
5955
|
-
vue.createElementVNode("span", _hoisted_3$
|
|
5955
|
+
vue.createElementVNode("span", _hoisted_3$m, vue.toDisplayString(_ctx.label), 1)
|
|
5956
5956
|
], true),
|
|
5957
5957
|
vue.createElementVNode("div", {
|
|
5958
5958
|
class: vue.normalizeClass(["accordion-icon", { open: vue.unref(isOpen) }])
|
|
5959
5959
|
}, [
|
|
5960
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
5960
|
+
vue.createVNode(vue.unref(_sfc_main$P), { icon: "expand_more" })
|
|
5961
5961
|
], 2)
|
|
5962
|
-
], 8, _hoisted_2$
|
|
5962
|
+
], 8, _hoisted_2$y),
|
|
5963
5963
|
vue.createVNode(vue.Transition, { name: "expand" }, {
|
|
5964
5964
|
default: vue.withCtx(() => [
|
|
5965
5965
|
vue.unref(isOpen) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -5969,7 +5969,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
5969
5969
|
"aria-hidden": vue.unref(isOpen) ? "false" : "true"
|
|
5970
5970
|
}, [
|
|
5971
5971
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
5972
|
-
], 8, _hoisted_4$
|
|
5972
|
+
], 8, _hoisted_4$f)) : vue.createCommentVNode("", true)
|
|
5973
5973
|
]),
|
|
5974
5974
|
_: 3
|
|
5975
5975
|
})
|
|
@@ -5977,25 +5977,25 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
5977
5977
|
};
|
|
5978
5978
|
}
|
|
5979
5979
|
});
|
|
5980
|
-
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5981
|
-
const _sfc_main$
|
|
5982
|
-
const _hoisted_1$
|
|
5983
|
-
const _hoisted_2$
|
|
5984
|
-
const _hoisted_3$
|
|
5980
|
+
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-f87b579d"]]);
|
|
5981
|
+
const _sfc_main$J = {};
|
|
5982
|
+
const _hoisted_1$G = { class: "list-wrap bgl_card thin grid overflow-hidden h-100 pt-0 pb-05 px-0 m_pb-0" };
|
|
5983
|
+
const _hoisted_2$x = { class: "p-1" };
|
|
5984
|
+
const _hoisted_3$l = { class: "list-content auto-flow-rows align-items-start overflow-y h-100" };
|
|
5985
5985
|
function _sfc_render$2(_ctx, _cache) {
|
|
5986
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
5987
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
5986
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$G, [
|
|
5987
|
+
vue.createElementVNode("div", _hoisted_2$x, [
|
|
5988
5988
|
vue.renderSlot(_ctx.$slots, "header")
|
|
5989
5989
|
]),
|
|
5990
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
5990
|
+
vue.createElementVNode("div", _hoisted_3$l, [
|
|
5991
5991
|
vue.renderSlot(_ctx.$slots, "default")
|
|
5992
5992
|
])
|
|
5993
5993
|
]);
|
|
5994
5994
|
}
|
|
5995
|
-
const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5996
|
-
const _hoisted_1$
|
|
5997
|
-
const _hoisted_2$
|
|
5998
|
-
const _sfc_main$
|
|
5995
|
+
const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$2]]);
|
|
5996
|
+
const _hoisted_1$F = { class: "no-margin ellipsis line-height-14 pb-025" };
|
|
5997
|
+
const _hoisted_2$w = { class: "txt12 no-margin txt-gray ellipsis" };
|
|
5998
|
+
const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
5999
5999
|
__name: "ListItem",
|
|
6000
6000
|
props: {
|
|
6001
6001
|
src: {},
|
|
@@ -6019,11 +6019,11 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
6019
6019
|
size: 40
|
|
6020
6020
|
}, null, 8, ["name", "src"])) : vue.createCommentVNode("", true),
|
|
6021
6021
|
vue.createElementVNode("div", null, [
|
|
6022
|
-
vue.createElementVNode("p", _hoisted_1$
|
|
6022
|
+
vue.createElementVNode("p", _hoisted_1$F, [
|
|
6023
6023
|
vue.createTextVNode(vue.toDisplayString(_ctx.title) + " ", 1),
|
|
6024
6024
|
vue.renderSlot(_ctx.$slots, "default")
|
|
6025
6025
|
]),
|
|
6026
|
-
vue.createElementVNode("p", _hoisted_2$
|
|
6026
|
+
vue.createElementVNode("p", _hoisted_2$w, [
|
|
6027
6027
|
vue.createTextVNode(vue.toDisplayString(_ctx.subtitle) + " ", 1),
|
|
6028
6028
|
vue.renderSlot(_ctx.$slots, "subtitle")
|
|
6029
6029
|
])
|
|
@@ -6034,9 +6034,9 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
6034
6034
|
};
|
|
6035
6035
|
}
|
|
6036
6036
|
});
|
|
6037
|
-
const _hoisted_1$
|
|
6038
|
-
const _hoisted_2$
|
|
6039
|
-
const _sfc_main$
|
|
6037
|
+
const _hoisted_1$E = { class: "page-top" };
|
|
6038
|
+
const _hoisted_2$v = { class: "top-title m-0" };
|
|
6039
|
+
const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
6040
6040
|
__name: "PageTitle",
|
|
6041
6041
|
props: {
|
|
6042
6042
|
value: {
|
|
@@ -6046,8 +6046,8 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
6046
6046
|
},
|
|
6047
6047
|
setup(__props) {
|
|
6048
6048
|
return (_ctx, _cache) => {
|
|
6049
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6050
|
-
vue.createElementVNode("h1", _hoisted_2$
|
|
6049
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$E, [
|
|
6050
|
+
vue.createElementVNode("h1", _hoisted_2$v, [
|
|
6051
6051
|
vue.renderSlot(_ctx.$slots, "default"),
|
|
6052
6052
|
vue.createTextVNode(" " + vue.toDisplayString(__props.value), 1)
|
|
6053
6053
|
])
|
|
@@ -6365,15 +6365,15 @@ function useVerticalVirtualList(options, list) {
|
|
|
6365
6365
|
};
|
|
6366
6366
|
}
|
|
6367
6367
|
const _withScopeId$3 = (n2) => (vue.pushScopeId("data-v-d01cb754"), n2 = n2(), vue.popScopeId(), n2);
|
|
6368
|
-
const _hoisted_1$
|
|
6368
|
+
const _hoisted_1$D = {
|
|
6369
6369
|
key: 0,
|
|
6370
6370
|
class: "loading-table-wrapper z-99 h-100 w-100 absolute inset"
|
|
6371
6371
|
};
|
|
6372
|
-
const _hoisted_2$
|
|
6373
|
-
const _hoisted_3$
|
|
6374
|
-
_hoisted_2$
|
|
6372
|
+
const _hoisted_2$u = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "loading-table-animation absolute oval" }, null, -1));
|
|
6373
|
+
const _hoisted_3$k = [
|
|
6374
|
+
_hoisted_2$u
|
|
6375
6375
|
];
|
|
6376
|
-
const _hoisted_4$
|
|
6376
|
+
const _hoisted_4$e = { class: "infinite-wrapper" };
|
|
6377
6377
|
const _hoisted_5$d = { class: "row first-row" };
|
|
6378
6378
|
const _hoisted_6$8 = { key: 0 };
|
|
6379
6379
|
const _hoisted_7$4 = ["onClick"];
|
|
@@ -6382,7 +6382,7 @@ const _hoisted_9$2 = ["onClick"];
|
|
|
6382
6382
|
const _hoisted_10$1 = { key: 0 };
|
|
6383
6383
|
const _hoisted_11$1 = ["value"];
|
|
6384
6384
|
const _hoisted_12$1 = { key: 1 };
|
|
6385
|
-
const _sfc_main$
|
|
6385
|
+
const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
6386
6386
|
__name: "TableSchema",
|
|
6387
6387
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
6388
6388
|
selectedItems: {},
|
|
@@ -6521,8 +6521,8 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
6521
6521
|
return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({ class: "table-list-wrap h-100" }, vue.unref(containerProps), {
|
|
6522
6522
|
class: { "loading-table": loading.value }
|
|
6523
6523
|
}), [
|
|
6524
|
-
loading.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6525
|
-
vue.createElementVNode("table", _hoisted_4$
|
|
6524
|
+
loading.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$D, _hoisted_3$k)) : (vue.openBlock(), vue.createElementBlock("div", vue.normalizeProps(vue.mergeProps({ key: 1 }, vue.unref(wrapperProps))), [
|
|
6525
|
+
vue.createElementVNode("table", _hoisted_4$e, [
|
|
6526
6526
|
vue.createElementVNode("thead", _hoisted_5$d, [
|
|
6527
6527
|
vue.unref(isSelectable) ? (vue.openBlock(), vue.createElementBlock("th", _hoisted_6$8, [
|
|
6528
6528
|
vue.createElementVNode("input", {
|
|
@@ -6545,7 +6545,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
6545
6545
|
vue.createElementVNode("div", {
|
|
6546
6546
|
class: vue.normalizeClass(["list-arrows", { sorted: vue.unref(sortField) === field.id }])
|
|
6547
6547
|
}, [
|
|
6548
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
6548
|
+
vue.createVNode(vue.unref(_sfc_main$P), {
|
|
6549
6549
|
class: vue.normalizeClass({ desc: vue.unref(sortDirection) === "DESC" }),
|
|
6550
6550
|
icon: "keyboard_arrow_up"
|
|
6551
6551
|
}, null, 8, ["class"])
|
|
@@ -6585,7 +6585,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
6585
6585
|
row,
|
|
6586
6586
|
field
|
|
6587
6587
|
}, void 0, true) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_12$1, [
|
|
6588
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
6588
|
+
vue.createVNode(vue.unref(_sfc_main$q), {
|
|
6589
6589
|
class: "embedded-field",
|
|
6590
6590
|
field,
|
|
6591
6591
|
modelValue: row,
|
|
@@ -6603,16 +6603,16 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
6603
6603
|
};
|
|
6604
6604
|
}
|
|
6605
6605
|
});
|
|
6606
|
-
const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6607
|
-
const _sfc_main$
|
|
6608
|
-
const _hoisted_1$
|
|
6606
|
+
const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-d01cb754"]]);
|
|
6607
|
+
const _sfc_main$F = {};
|
|
6608
|
+
const _hoisted_1$C = { class: "flex space-between" };
|
|
6609
6609
|
function _sfc_render$1(_ctx, _cache) {
|
|
6610
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6610
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$C, [
|
|
6611
6611
|
vue.renderSlot(_ctx.$slots, "default")
|
|
6612
6612
|
]);
|
|
6613
6613
|
}
|
|
6614
|
-
const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6615
|
-
const _sfc_main$
|
|
6614
|
+
const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$1]]);
|
|
6615
|
+
const _sfc_main$E = {};
|
|
6616
6616
|
function _sfc_render(_ctx, _cache) {
|
|
6617
6617
|
const _component_router_view = vue.resolveComponent("router-view");
|
|
6618
6618
|
return vue.openBlock(), vue.createBlock(_component_router_view, null, {
|
|
@@ -6634,17 +6634,17 @@ function _sfc_render(_ctx, _cache) {
|
|
|
6634
6634
|
_: 1
|
|
6635
6635
|
});
|
|
6636
6636
|
}
|
|
6637
|
-
const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6638
|
-
const _hoisted_1$
|
|
6637
|
+
const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render]]);
|
|
6638
|
+
const _hoisted_1$B = {
|
|
6639
6639
|
key: 0,
|
|
6640
6640
|
class: "data"
|
|
6641
6641
|
};
|
|
6642
|
-
const _hoisted_2$
|
|
6642
|
+
const _hoisted_2$t = {
|
|
6643
6643
|
key: 0,
|
|
6644
6644
|
class: "data-row m_py-05"
|
|
6645
6645
|
};
|
|
6646
|
-
const _hoisted_3$
|
|
6647
|
-
const _hoisted_4$
|
|
6646
|
+
const _hoisted_3$j = { class: "key" };
|
|
6647
|
+
const _hoisted_4$d = { class: "m-0" };
|
|
6648
6648
|
const _hoisted_5$c = { key: 1 };
|
|
6649
6649
|
const _hoisted_6$7 = {
|
|
6650
6650
|
key: 0,
|
|
@@ -6656,7 +6656,7 @@ const _hoisted_9$1 = {
|
|
|
6656
6656
|
key: 0,
|
|
6657
6657
|
class: "m-0"
|
|
6658
6658
|
};
|
|
6659
|
-
const _sfc_main$
|
|
6659
|
+
const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
6660
6660
|
__name: "DataPreview",
|
|
6661
6661
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
6662
6662
|
showFields: {},
|
|
@@ -6692,8 +6692,8 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
6692
6692
|
const computedSchema = vue.computed(() => getFallbackSchema([itemData.value], props2.showFields));
|
|
6693
6693
|
return (_ctx, _cache) => {
|
|
6694
6694
|
var _a2;
|
|
6695
|
-
return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6696
|
-
_ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
6695
|
+
return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$B, [
|
|
6696
|
+
_ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$A), {
|
|
6697
6697
|
key: 0,
|
|
6698
6698
|
label: _ctx.title
|
|
6699
6699
|
}, null, 8, ["label"])) : vue.createCommentVNode("", true),
|
|
@@ -6701,11 +6701,11 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
6701
6701
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
6702
6702
|
key: field.id
|
|
6703
6703
|
}, [
|
|
6704
|
-
vue.unref(iffer)(field, itemData.value) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
6705
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
6706
|
-
vue.createElementVNode("p", _hoisted_4$
|
|
6704
|
+
vue.unref(iffer)(field, itemData.value) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$t, [
|
|
6705
|
+
vue.createElementVNode("div", _hoisted_3$j, [
|
|
6706
|
+
vue.createElementVNode("p", _hoisted_4$d, vue.toDisplayString((field == null ? void 0 : field.label) || vue.unref(keyToLabel)(field.id)), 1)
|
|
6707
6707
|
]),
|
|
6708
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
6708
|
+
vue.createVNode(vue.unref(_sfc_main$q), {
|
|
6709
6709
|
modelValue: itemData.value,
|
|
6710
6710
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => itemData.value = $event),
|
|
6711
6711
|
label: "",
|
|
@@ -6734,12 +6734,12 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
6734
6734
|
};
|
|
6735
6735
|
}
|
|
6736
6736
|
});
|
|
6737
|
-
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6738
|
-
const _hoisted_1$
|
|
6737
|
+
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-4d174f13"]]);
|
|
6738
|
+
const _hoisted_1$A = {
|
|
6739
6739
|
key: 0,
|
|
6740
6740
|
class: "card_label"
|
|
6741
6741
|
};
|
|
6742
|
-
const _sfc_main$
|
|
6742
|
+
const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
6743
6743
|
__name: "Card",
|
|
6744
6744
|
props: {
|
|
6745
6745
|
label: {},
|
|
@@ -6767,7 +6767,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
6767
6767
|
}])
|
|
6768
6768
|
}, {
|
|
6769
6769
|
default: vue.withCtx(() => [
|
|
6770
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$
|
|
6770
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$A, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
|
|
6771
6771
|
vue.renderSlot(_ctx.$slots, "default")
|
|
6772
6772
|
]),
|
|
6773
6773
|
_: 3
|
|
@@ -6775,8 +6775,8 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
6775
6775
|
};
|
|
6776
6776
|
}
|
|
6777
6777
|
});
|
|
6778
|
-
const _hoisted_1$
|
|
6779
|
-
const _sfc_main$
|
|
6778
|
+
const _hoisted_1$z = ["src", "alt"];
|
|
6779
|
+
const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
6780
6780
|
__name: "Avatar",
|
|
6781
6781
|
props: {
|
|
6782
6782
|
fallback: {},
|
|
@@ -6794,7 +6794,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
6794
6794
|
key: 0,
|
|
6795
6795
|
src: _ctx.src,
|
|
6796
6796
|
alt: _ctx.name
|
|
6797
|
-
}, null, 8, _hoisted_1$
|
|
6797
|
+
}, null, 8, _hoisted_1$z)) : (vue.openBlock(), vue.createElementBlock("p", {
|
|
6798
6798
|
key: 1,
|
|
6799
6799
|
style: vue.normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
|
|
6800
6800
|
}, vue.toDisplayString(_ctx.fallback || vue.unref(initials)(_ctx.name || "")), 5))
|
|
@@ -6802,8 +6802,8 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
6802
6802
|
};
|
|
6803
6803
|
}
|
|
6804
6804
|
});
|
|
6805
|
-
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6806
|
-
const _sfc_main$
|
|
6805
|
+
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-dd2f6734"]]);
|
|
6806
|
+
const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
6807
6807
|
__name: "Title",
|
|
6808
6808
|
props: {
|
|
6809
6809
|
value: {
|
|
@@ -6831,7 +6831,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
6831
6831
|
};
|
|
6832
6832
|
}
|
|
6833
6833
|
});
|
|
6834
|
-
const _sfc_main$
|
|
6834
|
+
const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
6835
6835
|
__name: "Accordion",
|
|
6836
6836
|
setup(__props) {
|
|
6837
6837
|
const state2 = vue.reactive({
|
|
@@ -6845,9 +6845,9 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
6845
6845
|
};
|
|
6846
6846
|
}
|
|
6847
6847
|
});
|
|
6848
|
-
const _hoisted_1$
|
|
6849
|
-
const _hoisted_2$
|
|
6850
|
-
const _sfc_main$
|
|
6848
|
+
const _hoisted_1$y = ["dismissable"];
|
|
6849
|
+
const _hoisted_2$s = { class: "m-0" };
|
|
6850
|
+
const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
6851
6851
|
__name: "Alert",
|
|
6852
6852
|
props: {
|
|
6853
6853
|
message: {},
|
|
@@ -6868,14 +6868,14 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
6868
6868
|
class: vue.normalizeClass(["alert", [_ctx.type]]),
|
|
6869
6869
|
dismissable: _ctx.dismissable
|
|
6870
6870
|
}, [
|
|
6871
|
-
_ctx.icon !== "none" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
6871
|
+
_ctx.icon !== "none" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), {
|
|
6872
6872
|
key: 0,
|
|
6873
6873
|
class: "alert_icon",
|
|
6874
6874
|
icon: _ctx.icon || _ctx.type,
|
|
6875
6875
|
size: 2,
|
|
6876
6876
|
color: color2[_ctx.type]
|
|
6877
6877
|
}, null, 8, ["icon", "color"])) : vue.createCommentVNode("", true),
|
|
6878
|
-
vue.createElementVNode("p", _hoisted_2$
|
|
6878
|
+
vue.createElementVNode("p", _hoisted_2$s, vue.toDisplayString(_ctx.message), 1),
|
|
6879
6879
|
vue.createVNode(Btn, {
|
|
6880
6880
|
flat: "",
|
|
6881
6881
|
thin: "",
|
|
@@ -6883,12 +6883,12 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
6883
6883
|
icon: "close",
|
|
6884
6884
|
onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
|
|
6885
6885
|
})
|
|
6886
|
-
], 10, _hoisted_1$
|
|
6886
|
+
], 10, _hoisted_1$y)) : vue.createCommentVNode("", true);
|
|
6887
6887
|
};
|
|
6888
6888
|
}
|
|
6889
6889
|
});
|
|
6890
|
-
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6891
|
-
const _sfc_main$
|
|
6890
|
+
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-1322d9e1"]]);
|
|
6891
|
+
const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
6892
6892
|
__name: "Badge",
|
|
6893
6893
|
props: {
|
|
6894
6894
|
color: {},
|
|
@@ -6904,13 +6904,13 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
6904
6904
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
6905
6905
|
class: vue.normalizeClass(["pill", [_ctx.color]])
|
|
6906
6906
|
}, [
|
|
6907
|
-
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
6907
|
+
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), {
|
|
6908
6908
|
key: 0,
|
|
6909
6909
|
class: "inline",
|
|
6910
6910
|
icon: _ctx.icon
|
|
6911
6911
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
6912
6912
|
vue.createTextVNode(" " + vue.toDisplayString(_ctx.text) + " ", 1),
|
|
6913
|
-
props2["icon.end"] ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
6913
|
+
props2["icon.end"] ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), {
|
|
6914
6914
|
key: 1,
|
|
6915
6915
|
class: "inline",
|
|
6916
6916
|
icon: props2["icon.end"]
|
|
@@ -6919,10 +6919,10 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
6919
6919
|
};
|
|
6920
6920
|
}
|
|
6921
6921
|
});
|
|
6922
|
-
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6923
|
-
const _hoisted_1$
|
|
6924
|
-
const _hoisted_2$
|
|
6925
|
-
const _sfc_main$
|
|
6922
|
+
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-532b36ae"]]);
|
|
6923
|
+
const _hoisted_1$x = ["src"];
|
|
6924
|
+
const _hoisted_2$r = ["src", "autoplay", "muted", "loop", "controls"];
|
|
6925
|
+
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
6926
6926
|
__name: "BglVideo",
|
|
6927
6927
|
props: {
|
|
6928
6928
|
src: {},
|
|
@@ -6974,7 +6974,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
6974
6974
|
frameborder: "0",
|
|
6975
6975
|
allowfullscreen: "",
|
|
6976
6976
|
title: "Video"
|
|
6977
|
-
}, null, 12, _hoisted_1$
|
|
6977
|
+
}, null, 12, _hoisted_1$x)) : _ctx.src ? (vue.openBlock(), vue.createElementBlock("video", {
|
|
6978
6978
|
key: 1,
|
|
6979
6979
|
src: _ctx.src,
|
|
6980
6980
|
autoplay: _ctx.autoplay,
|
|
@@ -6983,18 +6983,18 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
6983
6983
|
style: vue.normalizeStyle({ aspectRatio: aspectRatio.value }),
|
|
6984
6984
|
controls: _ctx.controls,
|
|
6985
6985
|
playsinline: ""
|
|
6986
|
-
}, null, 12, _hoisted_2$
|
|
6986
|
+
}, null, 12, _hoisted_2$r)) : vue.createCommentVNode("", true)
|
|
6987
6987
|
], 2);
|
|
6988
6988
|
};
|
|
6989
6989
|
}
|
|
6990
6990
|
});
|
|
6991
|
-
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6992
|
-
const _hoisted_1$
|
|
6991
|
+
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-862e1f20"]]);
|
|
6992
|
+
const _hoisted_1$w = {
|
|
6993
6993
|
key: 0,
|
|
6994
6994
|
class: "blocker"
|
|
6995
6995
|
};
|
|
6996
|
-
const _hoisted_2$
|
|
6997
|
-
const _sfc_main$
|
|
6996
|
+
const _hoisted_2$q = { class: "Handlers" };
|
|
6997
|
+
const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
6998
6998
|
__name: "Carousel",
|
|
6999
6999
|
props: {
|
|
7000
7000
|
autoHeight: {
|
|
@@ -7142,10 +7142,10 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
7142
7142
|
onScrollend: scrollEnd,
|
|
7143
7143
|
onMousedown: startDragging
|
|
7144
7144
|
}, [
|
|
7145
|
-
vue.unref(isDragging) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
7145
|
+
vue.unref(isDragging) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$w)) : vue.createCommentVNode("", true),
|
|
7146
7146
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
7147
7147
|
], 34),
|
|
7148
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
7148
|
+
vue.createElementVNode("div", _hoisted_2$q, [
|
|
7149
7149
|
vue.createElementVNode("span", { onClick: prev }, [
|
|
7150
7150
|
vue.renderSlot(_ctx.$slots, "prev", {
|
|
7151
7151
|
prev,
|
|
@@ -7163,8 +7163,8 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
7163
7163
|
};
|
|
7164
7164
|
}
|
|
7165
7165
|
});
|
|
7166
|
-
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7167
|
-
const _sfc_main$
|
|
7166
|
+
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-1f9c6644"]]);
|
|
7167
|
+
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
7168
7168
|
__name: "ModalConfirm",
|
|
7169
7169
|
props: {
|
|
7170
7170
|
title: {},
|
|
@@ -7180,7 +7180,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
7180
7180
|
emit2("update:visible");
|
|
7181
7181
|
}
|
|
7182
7182
|
return (_ctx, _cache) => {
|
|
7183
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
7183
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$M), {
|
|
7184
7184
|
width: "380px",
|
|
7185
7185
|
dismissable: false,
|
|
7186
7186
|
title: _ctx.title
|
|
@@ -16761,10 +16761,10 @@ var leafletSrc = { exports: {} };
|
|
|
16761
16761
|
})(leafletSrc, leafletSrc.exports);
|
|
16762
16762
|
var leafletSrcExports = leafletSrc.exports;
|
|
16763
16763
|
const L$1 = /* @__PURE__ */ getDefaultExportFromCjs(leafletSrcExports);
|
|
16764
|
-
const _hoisted_1$
|
|
16765
|
-
const _hoisted_2$
|
|
16764
|
+
const _hoisted_1$v = /* @__PURE__ */ vue.createElementVNode("div", { class: "map-test" }, null, -1);
|
|
16765
|
+
const _hoisted_2$p = ["id"];
|
|
16766
16766
|
const markerSVG = '<svg width="284" height="284" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M29.859 29.266A99 99 0 0 1 198.862 99.27c0 74.25-99 183.857-99 183.857s-99-109.607-99-183.858A99 99 0 0 1 29.86 29.266Zm70.004 118.961c25.513 0 46.195-20.683 46.195-46.196 0-25.513-20.682-46.195-46.195-46.195S53.667 76.518 53.667 102.03s20.683 46.196 46.196 46.196Z" fill="#F04033"/></svg>';
|
|
16767
|
-
const _sfc_main$
|
|
16767
|
+
const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
16768
16768
|
__name: "MapEmbed",
|
|
16769
16769
|
props: {
|
|
16770
16770
|
center: { default: () => [31.7683, 35.2137] },
|
|
@@ -16815,17 +16815,17 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
16815
16815
|
}, { immediate: true });
|
|
16816
16816
|
return (_ctx, _cache) => {
|
|
16817
16817
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
16818
|
-
_hoisted_1$
|
|
16818
|
+
_hoisted_1$v,
|
|
16819
16819
|
vue.createElementVNode("div", {
|
|
16820
16820
|
id: id.value,
|
|
16821
16821
|
class: "map",
|
|
16822
16822
|
style: vue.normalizeStyle({ height: `${_ctx.height || 400}px` })
|
|
16823
|
-
}, null, 12, _hoisted_2$
|
|
16823
|
+
}, null, 12, _hoisted_2$p)
|
|
16824
16824
|
], 64);
|
|
16825
16825
|
};
|
|
16826
16826
|
}
|
|
16827
16827
|
});
|
|
16828
|
-
const _sfc_main$
|
|
16828
|
+
const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
16829
16829
|
__name: "Flag",
|
|
16830
16830
|
props: {
|
|
16831
16831
|
country: {},
|
|
@@ -16855,8 +16855,8 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
16855
16855
|
};
|
|
16856
16856
|
}
|
|
16857
16857
|
});
|
|
16858
|
-
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16859
|
-
const _sfc_main$
|
|
16858
|
+
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-f99f1900"]]);
|
|
16859
|
+
const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
16860
16860
|
__name: "BglForm",
|
|
16861
16861
|
props: {
|
|
16862
16862
|
label: {},
|
|
@@ -16944,7 +16944,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
16944
16944
|
return (_ctx, _cache) => {
|
|
16945
16945
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
16946
16946
|
_ctx.id ? (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 0 }, vue.renderList(_ctx.schema, (field, i2) => {
|
|
16947
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
16947
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$q), {
|
|
16948
16948
|
key: field.id || `${i2}p`,
|
|
16949
16949
|
modelValue: vue.unref(data2),
|
|
16950
16950
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(data2) ? data2.value = $event : data2 = $event),
|
|
@@ -16956,13 +16956,13 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
16956
16956
|
ref: form,
|
|
16957
16957
|
onSubmit: vue.withModifiers(runSubmit, ["prevent"])
|
|
16958
16958
|
}, [
|
|
16959
|
-
_ctx.label ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
16959
|
+
_ctx.label ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$A), {
|
|
16960
16960
|
key: 0,
|
|
16961
16961
|
tag: "h4",
|
|
16962
16962
|
label: _ctx.label
|
|
16963
16963
|
}, null, 8, ["label"])) : vue.createCommentVNode("", true),
|
|
16964
16964
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.schema, (field, i2) => {
|
|
16965
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
16965
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$q), {
|
|
16966
16966
|
key: field.id || `${i2}p`,
|
|
16967
16967
|
modelValue: vue.unref(data2),
|
|
16968
16968
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(data2) ? data2.value = $event : data2 = $event),
|
|
@@ -16980,7 +16980,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
16980
16980
|
};
|
|
16981
16981
|
}
|
|
16982
16982
|
});
|
|
16983
|
-
const _sfc_main$
|
|
16983
|
+
const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
16984
16984
|
__name: "BglField",
|
|
16985
16985
|
props: {
|
|
16986
16986
|
field: {},
|
|
@@ -16995,8 +16995,8 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
16995
16995
|
if (props2.field.$el === "select") return SelectInput;
|
|
16996
16996
|
if (props2.field.$el === "toggle") return ToggleInput;
|
|
16997
16997
|
if (props2.field.$el === "check") return CheckInput;
|
|
16998
|
-
if (props2.field.$el === "richtext") return _sfc_main$
|
|
16999
|
-
if (props2.field.$el === "date") return _sfc_main$
|
|
16998
|
+
if (props2.field.$el === "richtext") return _sfc_main$d;
|
|
16999
|
+
if (props2.field.$el === "date") return _sfc_main$o;
|
|
17000
17000
|
return props2.field.$el ?? "div";
|
|
17001
17001
|
});
|
|
17002
17002
|
const formData = vue.computed({
|
|
@@ -17080,10 +17080,10 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
17080
17080
|
};
|
|
17081
17081
|
}
|
|
17082
17082
|
});
|
|
17083
|
-
const _hoisted_1$
|
|
17084
|
-
const _hoisted_2$
|
|
17085
|
-
const _hoisted_3$
|
|
17086
|
-
const _sfc_main$
|
|
17083
|
+
const _hoisted_1$u = ["title"];
|
|
17084
|
+
const _hoisted_2$o = ["id", "required"];
|
|
17085
|
+
const _hoisted_3$i = ["for"];
|
|
17086
|
+
const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
17087
17087
|
__name: "CheckInput",
|
|
17088
17088
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
17089
17089
|
label: {},
|
|
@@ -17115,19 +17115,19 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
17115
17115
|
required: _ctx.required,
|
|
17116
17116
|
type: "checkbox",
|
|
17117
17117
|
class: "me-05"
|
|
17118
|
-
}, null, 8, _hoisted_2$
|
|
17118
|
+
}, null, 8, _hoisted_2$o), [
|
|
17119
17119
|
[vue.vModelCheckbox, checked.value]
|
|
17120
17120
|
]),
|
|
17121
17121
|
vue.createElementVNode("label", { for: inputId.value }, [
|
|
17122
17122
|
vue.renderSlot(_ctx.$slots, "label", {}, () => [
|
|
17123
17123
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
17124
17124
|
], true)
|
|
17125
|
-
], 8, _hoisted_3$
|
|
17126
|
-
], 10, _hoisted_1$
|
|
17125
|
+
], 8, _hoisted_3$i)
|
|
17126
|
+
], 10, _hoisted_1$u);
|
|
17127
17127
|
};
|
|
17128
17128
|
}
|
|
17129
17129
|
});
|
|
17130
|
-
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17130
|
+
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-1aa7e2a8"]]);
|
|
17131
17131
|
function toDate(argument) {
|
|
17132
17132
|
const argStr = Object.prototype.toString.call(argument);
|
|
17133
17133
|
if (argument instanceof Date || typeof argument === "object" && argStr === "[object Date]") {
|
|
@@ -25567,9 +25567,9 @@ const eo = ({
|
|
|
25567
25567
|
Object.entries(go).forEach(([e, t]) => {
|
|
25568
25568
|
e !== "default" && (Hn[e] = t);
|
|
25569
25569
|
});
|
|
25570
|
-
const _hoisted_1$
|
|
25571
|
-
const _hoisted_2$
|
|
25572
|
-
const _sfc_main$
|
|
25570
|
+
const _hoisted_1$t = ["title"];
|
|
25571
|
+
const _hoisted_2$n = { key: 0 };
|
|
25572
|
+
const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
25573
25573
|
__name: "DateInput",
|
|
25574
25574
|
props: {
|
|
25575
25575
|
required: { type: Boolean },
|
|
@@ -25611,7 +25611,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
25611
25611
|
class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
|
|
25612
25612
|
title: _ctx.label
|
|
25613
25613
|
}, [
|
|
25614
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$
|
|
25614
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$n, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
|
|
25615
25615
|
vue.createVNode(vue.unref(Hn), vue.mergeProps({
|
|
25616
25616
|
ref_key: "datePicker",
|
|
25617
25617
|
ref: datePicker,
|
|
@@ -25627,14 +25627,14 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
25627
25627
|
"minutes-grid-increment": _ctx.minutesGridIncrement,
|
|
25628
25628
|
"start-time": { hours: 8, minutes: 0 }
|
|
25629
25629
|
}), null, 16, ["modelValue", "required", "enable-time-picker", "allowed-dates", "time-picker-inline", "minutes-increment", "minutes-grid-increment"])
|
|
25630
|
-
], 10, _hoisted_1$
|
|
25630
|
+
], 10, _hoisted_1$t);
|
|
25631
25631
|
};
|
|
25632
25632
|
}
|
|
25633
25633
|
});
|
|
25634
|
-
const _hoisted_1$
|
|
25635
|
-
const _hoisted_2$
|
|
25636
|
-
const _hoisted_3$
|
|
25637
|
-
const _sfc_main$
|
|
25634
|
+
const _hoisted_1$s = ["title"];
|
|
25635
|
+
const _hoisted_2$m = { key: 0 };
|
|
25636
|
+
const _hoisted_3$h = ["value", "placeholder"];
|
|
25637
|
+
const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
25638
25638
|
__name: "JSONInput",
|
|
25639
25639
|
props: {
|
|
25640
25640
|
description: { default: "" },
|
|
@@ -25657,7 +25657,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
25657
25657
|
class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
|
|
25658
25658
|
title: _ctx.description
|
|
25659
25659
|
}, [
|
|
25660
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$
|
|
25660
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$m, [
|
|
25661
25661
|
vue.createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
|
|
25662
25662
|
])) : vue.createCommentVNode("", true),
|
|
25663
25663
|
vue.createElementVNode("textarea", {
|
|
@@ -25665,23 +25665,23 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
25665
25665
|
class: vue.normalizeClass({ "no-edit": !_ctx.editMode }),
|
|
25666
25666
|
placeholder: _ctx.placeholder,
|
|
25667
25667
|
onInput: handleInput
|
|
25668
|
-
}, null, 42, _hoisted_3$
|
|
25669
|
-
], 10, _hoisted_1$
|
|
25668
|
+
}, null, 42, _hoisted_3$h)
|
|
25669
|
+
], 10, _hoisted_1$s);
|
|
25670
25670
|
};
|
|
25671
25671
|
}
|
|
25672
25672
|
});
|
|
25673
|
-
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25674
|
-
const _hoisted_1$
|
|
25675
|
-
const _hoisted_2$
|
|
25676
|
-
const _hoisted_3$
|
|
25677
|
-
const _hoisted_4$
|
|
25673
|
+
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-1cbaeab2"]]);
|
|
25674
|
+
const _hoisted_1$r = { class: "flex gap-05" };
|
|
25675
|
+
const _hoisted_2$l = ["disabled"];
|
|
25676
|
+
const _hoisted_3$g = { key: 1 };
|
|
25677
|
+
const _hoisted_4$c = {
|
|
25678
25678
|
key: 2,
|
|
25679
25679
|
class: "ms-auto ps-05 me-05"
|
|
25680
25680
|
};
|
|
25681
25681
|
const _hoisted_5$b = ["value"];
|
|
25682
25682
|
const _hoisted_6$6 = { class: "selectinput-options" };
|
|
25683
25683
|
const _hoisted_7$2 = ["onClick"];
|
|
25684
|
-
const _sfc_main$
|
|
25684
|
+
const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
25685
25685
|
__name: "SelectInput",
|
|
25686
25686
|
props: {
|
|
25687
25687
|
options: {},
|
|
@@ -25830,7 +25830,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
25830
25830
|
onHide: _cache[5] || (_cache[5] = ($event) => updateOpen(false))
|
|
25831
25831
|
}, {
|
|
25832
25832
|
popper: vue.withCtx(() => [
|
|
25833
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
25833
|
+
vue.createVNode(vue.unref(_sfc_main$C), {
|
|
25834
25834
|
class: "p-05",
|
|
25835
25835
|
style: vue.normalizeStyle({ width: _ctx.fullWidth ? "100%" : "auto" })
|
|
25836
25836
|
}, {
|
|
@@ -25852,11 +25852,11 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
25852
25852
|
class: vue.normalizeClass(["selectinput-option hover gap-1", { selected: isSelected(option2) }]),
|
|
25853
25853
|
onClick: ($event) => select2(option2)
|
|
25854
25854
|
}, [
|
|
25855
|
-
isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
25855
|
+
isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), {
|
|
25856
25856
|
key: 0,
|
|
25857
25857
|
icon: "check"
|
|
25858
25858
|
})) : vue.createCommentVNode("", true),
|
|
25859
|
-
!isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
25859
|
+
!isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), {
|
|
25860
25860
|
key: 1,
|
|
25861
25861
|
class: "opacity-3",
|
|
25862
25862
|
icon: "fiber_manual_record"
|
|
@@ -25873,7 +25873,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
25873
25873
|
default: vue.withCtx(() => [
|
|
25874
25874
|
vue.createElementVNode("label", null, [
|
|
25875
25875
|
vue.createTextVNode(vue.toDisplayString(_ctx.label) + " ", 1),
|
|
25876
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
25876
|
+
vue.createElementVNode("div", _hoisted_1$r, [
|
|
25877
25877
|
vue.createElementVNode("button", {
|
|
25878
25878
|
disabled: _ctx.disabled,
|
|
25879
25879
|
type: "button",
|
|
@@ -25881,12 +25881,12 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
25881
25881
|
onKeydown: openOptions,
|
|
25882
25882
|
onClick: _cache[1] || (_cache[1] = ($event) => updateOpen(true))
|
|
25883
25883
|
}, [
|
|
25884
|
-
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
25884
|
+
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), {
|
|
25885
25885
|
key: 0,
|
|
25886
25886
|
icon: _ctx.icon
|
|
25887
25887
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
25888
|
-
!_ctx.hideLabel ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_3$
|
|
25889
|
-
_ctx.clearable && selectedItemCount.value > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$
|
|
25888
|
+
!_ctx.hideLabel ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_3$g, vue.toDisplayString(selectedLabel.value), 1)) : vue.createCommentVNode("", true),
|
|
25889
|
+
_ctx.clearable && selectedItemCount.value > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$c, [
|
|
25890
25890
|
vue.createVNode(vue.unref(Btn), {
|
|
25891
25891
|
thin: "",
|
|
25892
25892
|
icon: "clear",
|
|
@@ -25897,11 +25897,11 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
25897
25897
|
})
|
|
25898
25898
|
})
|
|
25899
25899
|
])) : vue.createCommentVNode("", true),
|
|
25900
|
-
!_ctx.disabled ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
25900
|
+
!_ctx.disabled ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), vue.mergeProps({
|
|
25901
25901
|
key: 3,
|
|
25902
25902
|
thin: ""
|
|
25903
25903
|
}, { icon: vue.unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : vue.createCommentVNode("", true)
|
|
25904
|
-
], 42, _hoisted_2$
|
|
25904
|
+
], 42, _hoisted_2$l),
|
|
25905
25905
|
_ctx.required ? (vue.openBlock(), vue.createElementBlock("input", {
|
|
25906
25906
|
key: 0,
|
|
25907
25907
|
tabindex: "-1",
|
|
@@ -25918,7 +25918,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
25918
25918
|
};
|
|
25919
25919
|
}
|
|
25920
25920
|
});
|
|
25921
|
-
const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25921
|
+
const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-6747635a"]]);
|
|
25922
25922
|
/*!
|
|
25923
25923
|
* vue-draggable-next v2.2.0
|
|
25924
25924
|
* (c) 2023 Anish George
|
|
@@ -28398,13 +28398,13 @@ const VueDraggableNext = vue.defineComponent({
|
|
|
28398
28398
|
}
|
|
28399
28399
|
}
|
|
28400
28400
|
});
|
|
28401
|
-
const _hoisted_1$
|
|
28402
|
-
const _hoisted_2$
|
|
28403
|
-
const _hoisted_3$
|
|
28404
|
-
const _hoisted_4$
|
|
28401
|
+
const _hoisted_1$q = ["title"];
|
|
28402
|
+
const _hoisted_2$k = { class: "bagel-input" };
|
|
28403
|
+
const _hoisted_3$f = { class: "table-side-scroll" };
|
|
28404
|
+
const _hoisted_4$b = { class: "table-header" };
|
|
28405
28405
|
const _hoisted_5$a = { class: "table-reorder" };
|
|
28406
28406
|
const _hoisted_6$5 = { class: "table-action" };
|
|
28407
|
-
const _sfc_main$
|
|
28407
|
+
const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
28408
28408
|
__name: "TableField",
|
|
28409
28409
|
props: {
|
|
28410
28410
|
description: { default: "" },
|
|
@@ -28469,11 +28469,11 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
28469
28469
|
class: "table-field-wrap",
|
|
28470
28470
|
title: _ctx.description
|
|
28471
28471
|
}, [
|
|
28472
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
28472
|
+
vue.createElementVNode("div", _hoisted_2$k, [
|
|
28473
28473
|
vue.createElementVNode("label", null, vue.toDisplayString((_a2 = vue.unref(fieldMeta)) == null ? void 0 : _a2.label), 1)
|
|
28474
28474
|
]),
|
|
28475
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
28476
|
-
vue.createElementVNode("div", _hoisted_4$
|
|
28475
|
+
vue.createElementVNode("div", _hoisted_3$f, [
|
|
28476
|
+
vue.createElementVNode("div", _hoisted_4$b, [
|
|
28477
28477
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((_b = vue.unref(entityMeta)) == null ? void 0 : _b.fields, (field) => {
|
|
28478
28478
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
28479
28479
|
key: `${field.fieldname}header`,
|
|
@@ -28501,7 +28501,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
28501
28501
|
class: "flex table-row"
|
|
28502
28502
|
}, [
|
|
28503
28503
|
vue.createElementVNode("div", _hoisted_5$a, [
|
|
28504
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
28504
|
+
vue.createVNode(vue.unref(_sfc_main$P), { icon: "more_vert" })
|
|
28505
28505
|
]),
|
|
28506
28506
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((_a3 = vue.unref(entityMeta)) == null ? void 0 : _a3.fields, (field) => {
|
|
28507
28507
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -28518,7 +28518,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
28518
28518
|
], 2);
|
|
28519
28519
|
}), 128)),
|
|
28520
28520
|
vue.createElementVNode("div", _hoisted_6$5, [
|
|
28521
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
28521
|
+
vue.createVNode(vue.unref(_sfc_main$P), {
|
|
28522
28522
|
icon: "delete",
|
|
28523
28523
|
onClick: ($event) => removeRow2(index2)
|
|
28524
28524
|
}, null, 8, ["onClick"])
|
|
@@ -28544,17 +28544,17 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
28544
28544
|
]),
|
|
28545
28545
|
_: 1
|
|
28546
28546
|
})
|
|
28547
|
-
], 8, _hoisted_1$
|
|
28547
|
+
], 8, _hoisted_1$q);
|
|
28548
28548
|
};
|
|
28549
28549
|
}
|
|
28550
28550
|
});
|
|
28551
|
-
const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
28552
|
-
const _hoisted_1$
|
|
28553
|
-
const _hoisted_2$
|
|
28554
|
-
const _hoisted_3$
|
|
28555
|
-
const _hoisted_4$
|
|
28551
|
+
const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-515f5dc9"]]);
|
|
28552
|
+
const _hoisted_1$p = ["title"];
|
|
28553
|
+
const _hoisted_2$j = ["for"];
|
|
28554
|
+
const _hoisted_3$e = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
|
|
28555
|
+
const _hoisted_4$a = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
|
|
28556
28556
|
const _hoisted_5$9 = { key: 2 };
|
|
28557
|
-
const _sfc_main$
|
|
28557
|
+
const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
28558
28558
|
__name: "TextInput",
|
|
28559
28559
|
props: {
|
|
28560
28560
|
id: {},
|
|
@@ -28646,7 +28646,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
28646
28646
|
onFocusout: _cache[1] || (_cache[1] = //@ts-ignore
|
|
28647
28647
|
(...args) => _ctx.onFocusout && _ctx.onFocusout(...args)),
|
|
28648
28648
|
onInput: updateInputVal
|
|
28649
|
-
}), null, 16, _hoisted_3$
|
|
28649
|
+
}), null, 16, _hoisted_3$e)), [
|
|
28650
28650
|
[
|
|
28651
28651
|
vue.vModelDynamic,
|
|
28652
28652
|
vue.unref(inputVal),
|
|
@@ -28666,40 +28666,38 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
28666
28666
|
disabled: _ctx.disabled,
|
|
28667
28667
|
required: _ctx.required,
|
|
28668
28668
|
pattern: _ctx.pattern
|
|
28669
|
-
}, _ctx.nativeInputAttrs, { onInput: updateInputVal }), null, 16, _hoisted_4$
|
|
28669
|
+
}, _ctx.nativeInputAttrs, { onInput: updateInputVal }), null, 16, _hoisted_4$a)), [
|
|
28670
28670
|
[vue.vModelText, vue.unref(inputVal)]
|
|
28671
28671
|
]),
|
|
28672
28672
|
_ctx.helptext ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$9, vue.toDisplayString(_ctx.helptext), 1)) : vue.createCommentVNode("", true)
|
|
28673
|
-
], 8, _hoisted_2$
|
|
28674
|
-
_ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
28673
|
+
], 8, _hoisted_2$j),
|
|
28674
|
+
_ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), {
|
|
28675
28675
|
key: 0,
|
|
28676
28676
|
class: "iconStart",
|
|
28677
28677
|
icon: _ctx.iconStart
|
|
28678
28678
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
28679
|
-
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
28679
|
+
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), {
|
|
28680
28680
|
key: 1,
|
|
28681
28681
|
icon: _ctx.icon
|
|
28682
28682
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true)
|
|
28683
|
-
], 10, _hoisted_1$
|
|
28683
|
+
], 10, _hoisted_1$p);
|
|
28684
28684
|
};
|
|
28685
28685
|
}
|
|
28686
28686
|
});
|
|
28687
|
-
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
28688
|
-
const _hoisted_1$
|
|
28689
|
-
const _sfc_main$
|
|
28687
|
+
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-82137f41"]]);
|
|
28688
|
+
const _hoisted_1$o = { class: "primary-checkbox" };
|
|
28689
|
+
const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
28690
28690
|
__name: "Checkbox",
|
|
28691
28691
|
props: {
|
|
28692
|
-
"modelValue": {
|
|
28693
|
-
type: Boolean,
|
|
28694
|
-
default: false
|
|
28695
|
-
},
|
|
28692
|
+
"modelValue": { type: Boolean, ...{ default: false } },
|
|
28696
28693
|
"modelModifiers": {}
|
|
28697
28694
|
},
|
|
28698
28695
|
emits: ["update:modelValue"],
|
|
28699
28696
|
setup(__props) {
|
|
28700
28697
|
const val = vue.useModel(__props, "modelValue");
|
|
28701
28698
|
return (_ctx, _cache) => {
|
|
28702
|
-
return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$
|
|
28699
|
+
return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$o, [
|
|
28700
|
+
vue.renderSlot(_ctx.$slots, "label", {}, void 0, true),
|
|
28703
28701
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
28704
28702
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
|
|
28705
28703
|
type: "checkbox"
|
|
@@ -28710,10 +28708,10 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
28710
28708
|
};
|
|
28711
28709
|
}
|
|
28712
28710
|
});
|
|
28713
|
-
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
28714
|
-
const _hoisted_1$
|
|
28715
|
-
const _hoisted_2$
|
|
28716
|
-
const _sfc_main$
|
|
28711
|
+
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-e6b95ea6"]]);
|
|
28712
|
+
const _hoisted_1$n = ["title"];
|
|
28713
|
+
const _hoisted_2$i = ["id", "placeholder", "required"];
|
|
28714
|
+
const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
28717
28715
|
__name: "ColorPicker",
|
|
28718
28716
|
props: {
|
|
28719
28717
|
label: {},
|
|
@@ -28751,23 +28749,23 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
28751
28749
|
placeholder: _ctx.placeholder || _ctx.label,
|
|
28752
28750
|
class: { "no-edit": !_ctx.editMode },
|
|
28753
28751
|
required: _ctx.required
|
|
28754
|
-
}, _ctx.nativeInputAttrs), null, 16, _hoisted_2$
|
|
28752
|
+
}, _ctx.nativeInputAttrs), null, 16, _hoisted_2$i), [
|
|
28755
28753
|
[vue.vModelText, inputVal.value]
|
|
28756
28754
|
])
|
|
28757
28755
|
])
|
|
28758
|
-
], 10, _hoisted_1$
|
|
28756
|
+
], 10, _hoisted_1$n)) : vue.createCommentVNode("", true);
|
|
28759
28757
|
};
|
|
28760
28758
|
}
|
|
28761
28759
|
});
|
|
28762
|
-
const _hoisted_1$
|
|
28763
|
-
const _hoisted_2$
|
|
28764
|
-
const _hoisted_3$
|
|
28760
|
+
const _hoisted_1$m = { class: "datetime-wrap" };
|
|
28761
|
+
const _hoisted_2$h = { class: "date-wrap" };
|
|
28762
|
+
const _hoisted_3$d = {
|
|
28765
28763
|
key: 0,
|
|
28766
28764
|
class: "time-wrap"
|
|
28767
28765
|
};
|
|
28768
|
-
const _hoisted_4$
|
|
28766
|
+
const _hoisted_4$9 = ["id", "name", "value"];
|
|
28769
28767
|
const _hoisted_5$8 = ["for"];
|
|
28770
|
-
const _sfc_main$
|
|
28768
|
+
const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
28771
28769
|
__name: "DatePicker",
|
|
28772
28770
|
props: {
|
|
28773
28771
|
label: {},
|
|
@@ -28796,8 +28794,8 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
28796
28794
|
return `${hour}:${minute}`;
|
|
28797
28795
|
});
|
|
28798
28796
|
return (_ctx, _cache) => {
|
|
28799
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
28800
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
28797
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$m, [
|
|
28798
|
+
vue.createElementVNode("div", _hoisted_2$h, [
|
|
28801
28799
|
vue.createVNode(vue.unref(Hn), vue.mergeProps({
|
|
28802
28800
|
modelValue: selectedDate.value,
|
|
28803
28801
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedDate.value = $event),
|
|
@@ -28815,7 +28813,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
28815
28813
|
_: 1
|
|
28816
28814
|
}, 16, ["modelValue", "allowed-dates", "disabled-dates"])
|
|
28817
28815
|
]),
|
|
28818
|
-
_ctx.showTimeWrap ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$
|
|
28816
|
+
_ctx.showTimeWrap ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$d, [
|
|
28819
28817
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(hours), (hr2) => {
|
|
28820
28818
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: hr2 }, [
|
|
28821
28819
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
@@ -28824,7 +28822,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
28824
28822
|
type: "radio",
|
|
28825
28823
|
name: _ctx.label,
|
|
28826
28824
|
value: hr2
|
|
28827
|
-
}, null, 8, _hoisted_4$
|
|
28825
|
+
}, null, 8, _hoisted_4$9), [
|
|
28828
28826
|
[vue.vModelRadio, selectedHour.value]
|
|
28829
28827
|
]),
|
|
28830
28828
|
vue.createElementVNode("label", {
|
|
@@ -28837,12 +28835,12 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
28837
28835
|
};
|
|
28838
28836
|
}
|
|
28839
28837
|
});
|
|
28840
|
-
const _hoisted_1$
|
|
28841
|
-
const _hoisted_2$
|
|
28842
|
-
const _hoisted_3$
|
|
28843
|
-
const _hoisted_4$
|
|
28838
|
+
const _hoisted_1$l = { class: "bagel-input" };
|
|
28839
|
+
const _hoisted_2$g = { class: "pb-025" };
|
|
28840
|
+
const _hoisted_3$c = { class: "flex gap-05 flex-wrap" };
|
|
28841
|
+
const _hoisted_4$8 = ["id", "name", "value", "checked"];
|
|
28844
28842
|
const _hoisted_5$7 = ["for"];
|
|
28845
|
-
const _sfc_main$
|
|
28843
|
+
const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
28846
28844
|
__name: "RadioPillsInput",
|
|
28847
28845
|
props: {
|
|
28848
28846
|
options: {},
|
|
@@ -28883,9 +28881,9 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
28883
28881
|
selectedValue.value = props2.modelValue;
|
|
28884
28882
|
});
|
|
28885
28883
|
return (_ctx, _cache) => {
|
|
28886
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
28887
|
-
vue.createElementVNode("label", _hoisted_2$
|
|
28888
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
28884
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$l, [
|
|
28885
|
+
vue.createElementVNode("label", _hoisted_2$g, vue.toDisplayString(_ctx.label), 1),
|
|
28886
|
+
vue.createElementVNode("div", _hoisted_3$c, [
|
|
28889
28887
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.options, (option2, index2) => {
|
|
28890
28888
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
28891
28889
|
key: index2,
|
|
@@ -28898,7 +28896,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
28898
28896
|
value: getValue(option2),
|
|
28899
28897
|
checked: vue.unref(selectedValue) === getValue(option2),
|
|
28900
28898
|
onChange: handleSelect
|
|
28901
|
-
}, null, 40, _hoisted_4$
|
|
28899
|
+
}, null, 40, _hoisted_4$8),
|
|
28902
28900
|
vue.createElementVNode("label", {
|
|
28903
28901
|
for: `${_ctx.id}-${getValue(option2)}`
|
|
28904
28902
|
}, vue.toDisplayString(getLabel(option2)), 9, _hoisted_5$7)
|
|
@@ -28909,15 +28907,15 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
28909
28907
|
};
|
|
28910
28908
|
}
|
|
28911
28909
|
});
|
|
28912
|
-
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
28910
|
+
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-d86ce838"]]);
|
|
28913
28911
|
const _withScopeId$2 = (n2) => (vue.pushScopeId("data-v-e848b48d"), n2 = n2(), vue.popScopeId(), n2);
|
|
28914
|
-
const _hoisted_1$
|
|
28915
|
-
const _hoisted_2$
|
|
28912
|
+
const _hoisted_1$k = { class: "bagel-input" };
|
|
28913
|
+
const _hoisted_2$f = {
|
|
28916
28914
|
key: 0,
|
|
28917
28915
|
class: "single-image"
|
|
28918
28916
|
};
|
|
28919
|
-
const _hoisted_3$
|
|
28920
|
-
const _hoisted_4$
|
|
28917
|
+
const _hoisted_3$b = ["src"];
|
|
28918
|
+
const _hoisted_4$7 = {
|
|
28921
28919
|
key: 1,
|
|
28922
28920
|
class: "multi-image-item previewName"
|
|
28923
28921
|
};
|
|
@@ -28936,7 +28934,7 @@ const _hoisted_12 = {
|
|
|
28936
28934
|
class: "progress"
|
|
28937
28935
|
};
|
|
28938
28936
|
const _hoisted_13 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ vue.createElementVNode("p", null, "Drop files here or click to upload", -1));
|
|
28939
|
-
const _sfc_main$
|
|
28937
|
+
const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
28940
28938
|
__name: "FileUpload",
|
|
28941
28939
|
props: {
|
|
28942
28940
|
label: {},
|
|
@@ -29066,7 +29064,7 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
29066
29064
|
flushQueue();
|
|
29067
29065
|
}
|
|
29068
29066
|
return (_ctx, _cache) => {
|
|
29069
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
29067
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$k, [
|
|
29070
29068
|
vue.createElementVNode("label", null, vue.toDisplayString(_ctx.label), 1),
|
|
29071
29069
|
vue.createElementVNode("div", {
|
|
29072
29070
|
class: vue.normalizeClass(["fileUploadWrap", {
|
|
@@ -29086,14 +29084,14 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
29086
29084
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
29087
29085
|
key: file.id
|
|
29088
29086
|
}, [
|
|
29089
|
-
!_ctx.multiple ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
29087
|
+
!_ctx.multiple ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$f, [
|
|
29090
29088
|
vue.createElementVNode("img", {
|
|
29091
29089
|
class: "single preview",
|
|
29092
29090
|
src: file.url,
|
|
29093
29091
|
alt: ""
|
|
29094
|
-
}, null, 8, _hoisted_3$
|
|
29092
|
+
}, null, 8, _hoisted_3$b)
|
|
29095
29093
|
])) : vue.createCommentVNode("", true),
|
|
29096
|
-
_ctx.multiple ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$
|
|
29094
|
+
_ctx.multiple ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$7, [
|
|
29097
29095
|
vue.createElementVNode("img", {
|
|
29098
29096
|
class: "preview",
|
|
29099
29097
|
src: file.url,
|
|
@@ -29135,7 +29133,7 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
29135
29133
|
style: vue.normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
|
|
29136
29134
|
}, [
|
|
29137
29135
|
fileQ.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_12, vue.toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : vue.createCommentVNode("", true),
|
|
29138
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
29136
|
+
vue.createVNode(vue.unref(_sfc_main$P), {
|
|
29139
29137
|
class: "success",
|
|
29140
29138
|
icon: "check"
|
|
29141
29139
|
})
|
|
@@ -29155,16 +29153,16 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
29155
29153
|
};
|
|
29156
29154
|
}
|
|
29157
29155
|
});
|
|
29158
|
-
const $el = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29156
|
+
const $el = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-e848b48d"]]);
|
|
29159
29157
|
const _withScopeId$1 = (n2) => (vue.pushScopeId("data-v-06b95183"), n2 = n2(), vue.popScopeId(), n2);
|
|
29160
|
-
const _hoisted_1$
|
|
29161
|
-
const _hoisted_2$
|
|
29162
|
-
const _hoisted_3$
|
|
29163
|
-
_hoisted_2$
|
|
29158
|
+
const _hoisted_1$j = ["title"];
|
|
29159
|
+
const _hoisted_2$e = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("span", { class: "slider round" }, null, -1));
|
|
29160
|
+
const _hoisted_3$a = [
|
|
29161
|
+
_hoisted_2$e
|
|
29164
29162
|
];
|
|
29165
|
-
const _hoisted_4$
|
|
29163
|
+
const _hoisted_4$6 = ["id", "required"];
|
|
29166
29164
|
const _hoisted_5$5 = ["for"];
|
|
29167
|
-
const _sfc_main$
|
|
29165
|
+
const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
29168
29166
|
__name: "ToggleInput",
|
|
29169
29167
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
29170
29168
|
label: {},
|
|
@@ -29192,13 +29190,13 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
29192
29190
|
}, [
|
|
29193
29191
|
vue.createElementVNode("div", {
|
|
29194
29192
|
class: vue.normalizeClass(["switch", { checked: checked.value }])
|
|
29195
|
-
}, _hoisted_3$
|
|
29193
|
+
}, _hoisted_3$a, 2),
|
|
29196
29194
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
29197
29195
|
id: inputId.value,
|
|
29198
29196
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => checked.value = $event),
|
|
29199
29197
|
type: "checkbox",
|
|
29200
29198
|
required: _ctx.required
|
|
29201
|
-
}, null, 8, _hoisted_4$
|
|
29199
|
+
}, null, 8, _hoisted_4$6), [
|
|
29202
29200
|
[vue.vModelCheckbox, checked.value]
|
|
29203
29201
|
]),
|
|
29204
29202
|
vue.createElementVNode("label", { for: inputId.value }, [
|
|
@@ -29206,11 +29204,11 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
29206
29204
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
29207
29205
|
], true)
|
|
29208
29206
|
], 8, _hoisted_5$5)
|
|
29209
|
-
], 10, _hoisted_1$
|
|
29207
|
+
], 10, _hoisted_1$j);
|
|
29210
29208
|
};
|
|
29211
29209
|
}
|
|
29212
29210
|
});
|
|
29213
|
-
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29211
|
+
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-06b95183"]]);
|
|
29214
29212
|
function OrderedMap(content) {
|
|
29215
29213
|
this.content = content;
|
|
29216
29214
|
}
|
|
@@ -52996,12 +52994,12 @@ const TableHeader = Node$2.create({
|
|
|
52996
52994
|
return ["th", mergeAttributes(this.options.HTMLAttributes, HTMLAttributes), 0];
|
|
52997
52995
|
}
|
|
52998
52996
|
});
|
|
52999
|
-
const _hoisted_1$
|
|
53000
|
-
const _hoisted_2$
|
|
52997
|
+
const _hoisted_1$i = { class: "RichText" };
|
|
52998
|
+
const _hoisted_2$d = {
|
|
53001
52999
|
key: 0,
|
|
53002
53000
|
class: "RichText-tools"
|
|
53003
53001
|
};
|
|
53004
|
-
const _sfc_main$
|
|
53002
|
+
const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
53005
53003
|
__name: "RichText",
|
|
53006
53004
|
props: {
|
|
53007
53005
|
modelValue: {}
|
|
@@ -53226,8 +53224,8 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
53226
53224
|
});
|
|
53227
53225
|
return (_ctx, _cache) => {
|
|
53228
53226
|
const _directive_tooltip = vue.resolveDirective("tooltip");
|
|
53229
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
53230
|
-
vue.unref(editor) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
53227
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$i, [
|
|
53228
|
+
vue.unref(editor) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$d, [
|
|
53231
53229
|
(vue.openBlock(), vue.createElementBlock(vue.Fragment, null, vue.renderList(config, (item) => {
|
|
53232
53230
|
var _a2;
|
|
53233
53231
|
return vue.withDirectives(vue.createVNode(vue.unref(Btn), {
|
|
@@ -55334,13 +55332,13 @@ function parsePhoneNumber$1() {
|
|
|
55334
55332
|
function parsePhoneNumber() {
|
|
55335
55333
|
return withMetadataArgument(parsePhoneNumber$1, arguments);
|
|
55336
55334
|
}
|
|
55337
|
-
const _hoisted_1$
|
|
55338
|
-
const _hoisted_2$
|
|
55339
|
-
const _hoisted_3$
|
|
55340
|
-
const _hoisted_4$
|
|
55335
|
+
const _hoisted_1$h = ["aria-expanded"];
|
|
55336
|
+
const _hoisted_2$c = { class: "p-075 tel-countryp-dropdown" };
|
|
55337
|
+
const _hoisted_3$9 = ["aria-selected", "onClick", "onMousemove"];
|
|
55338
|
+
const _hoisted_4$5 = { class: "tel-country" };
|
|
55341
55339
|
const _hoisted_5$4 = { key: 1 };
|
|
55342
55340
|
const _hoisted_6$3 = ["id", "required", "placeholder", "disabled", "autocomplete", "pattern", "minlength", "maxlength", "name", "readonly", "tabindex", "aria-describedby"];
|
|
55343
|
-
const _sfc_main$
|
|
55341
|
+
const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
55344
55342
|
__name: "TelInput",
|
|
55345
55343
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
55346
55344
|
label: {},
|
|
@@ -55598,7 +55596,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
55598
55596
|
onHide: _cache[2] || (_cache[2] = ($event) => vue.isRef(open) ? open.value = false : open = false)
|
|
55599
55597
|
}, {
|
|
55600
55598
|
popper: vue.withCtx(({ hide: hide2 }) => [
|
|
55601
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
55599
|
+
vue.createElementVNode("div", _hoisted_2$c, [
|
|
55602
55600
|
_ctx.searchable ? (vue.openBlock(), vue.createBlock(vue.unref(TextInput), {
|
|
55603
55601
|
key: 0,
|
|
55604
55602
|
modelValue: searchQuery.value,
|
|
@@ -55629,9 +55627,9 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
55629
55627
|
key: 0,
|
|
55630
55628
|
country: pb.iso2
|
|
55631
55629
|
}, null, 8, ["country"])) : vue.createCommentVNode("", true),
|
|
55632
|
-
vue.createElementVNode("p", _hoisted_4$
|
|
55630
|
+
vue.createElementVNode("p", _hoisted_4$5, vue.toDisplayString(pb.name), 1),
|
|
55633
55631
|
computedDropDownOptions.value.showDialCodeInList ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$4, " +" + vue.toDisplayString(pb.dialCode), 1)) : vue.createCommentVNode("", true)
|
|
55634
|
-
], 40, _hoisted_3$
|
|
55632
|
+
], 40, _hoisted_3$9);
|
|
55635
55633
|
}), 128))
|
|
55636
55634
|
], 2)
|
|
55637
55635
|
])
|
|
@@ -55641,7 +55639,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
55641
55639
|
class: "flex gap-05",
|
|
55642
55640
|
onClick: _cache[0] || (_cache[0] = ($event) => vue.isRef(open) ? open.value = true : open = true)
|
|
55643
55641
|
}, [
|
|
55644
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
55642
|
+
vue.createVNode(vue.unref(_sfc_main$P), {
|
|
55645
55643
|
icon: vue.unref(open) ? "collapse_all" : "expand_all"
|
|
55646
55644
|
}, null, 8, ["icon"]),
|
|
55647
55645
|
computedDropDownOptions.value.showFlags && vue.unref(activeCountryCode) ? (vue.openBlock(), vue.createBlock(vue.unref(Flag), {
|
|
@@ -55679,13 +55677,13 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
55679
55677
|
}, null, 44, _hoisted_6$3), [
|
|
55680
55678
|
[vue.vModelText, phone.value]
|
|
55681
55679
|
])
|
|
55682
|
-
], 40, _hoisted_1$
|
|
55680
|
+
], 40, _hoisted_1$h)
|
|
55683
55681
|
])
|
|
55684
55682
|
], 2);
|
|
55685
55683
|
};
|
|
55686
55684
|
}
|
|
55687
55685
|
});
|
|
55688
|
-
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
55686
|
+
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-b13ff2af"]]);
|
|
55689
55687
|
/*!
|
|
55690
55688
|
* Signature Pad v5.0.2 | https://github.com/szimek/signature_pad
|
|
55691
55689
|
* (c) 2024 Szymon Nowak | Released under the MIT license
|
|
@@ -56279,8 +56277,8 @@ class SignaturePad extends SignatureEventTarget {
|
|
|
56279
56277
|
return svg.outerHTML;
|
|
56280
56278
|
}
|
|
56281
56279
|
}
|
|
56282
|
-
const _hoisted_1$
|
|
56283
|
-
const _sfc_main$
|
|
56280
|
+
const _hoisted_1$g = ["disabled"];
|
|
56281
|
+
const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
56284
56282
|
__name: "SignaturePad",
|
|
56285
56283
|
props: {
|
|
56286
56284
|
sigOption: {},
|
|
@@ -56411,16 +56409,16 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
56411
56409
|
ref: vCanvas,
|
|
56412
56410
|
class: "canvas",
|
|
56413
56411
|
disabled: _ctx.disabled
|
|
56414
|
-
}, null, 8, _hoisted_1$
|
|
56412
|
+
}, null, 8, _hoisted_1$g)
|
|
56415
56413
|
], 34);
|
|
56416
56414
|
};
|
|
56417
56415
|
}
|
|
56418
56416
|
});
|
|
56419
|
-
const _hoisted_1$
|
|
56417
|
+
const _hoisted_1$f = {
|
|
56420
56418
|
class: "toolbar",
|
|
56421
56419
|
role: "toolbar"
|
|
56422
56420
|
};
|
|
56423
|
-
const _sfc_main$
|
|
56421
|
+
const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
56424
56422
|
__name: "Toolbar",
|
|
56425
56423
|
props: {
|
|
56426
56424
|
config: {}
|
|
@@ -56470,7 +56468,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
56470
56468
|
}
|
|
56471
56469
|
return (_ctx, _cache) => {
|
|
56472
56470
|
const _directive_tooltip = vue.resolveDirective("tooltip");
|
|
56473
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
56471
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$f, [
|
|
56474
56472
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(toolbarOptions.filter((t) => _ctx.config.includes(t.name)), (action) => {
|
|
56475
56473
|
return vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(Btn), {
|
|
56476
56474
|
key: action.name,
|
|
@@ -56503,7 +56501,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
56503
56501
|
};
|
|
56504
56502
|
}
|
|
56505
56503
|
});
|
|
56506
|
-
const Toolbar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
56504
|
+
const Toolbar = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-4c741194"]]);
|
|
56507
56505
|
function applyFormatting(command2, value = "") {
|
|
56508
56506
|
const selection = window.getSelection();
|
|
56509
56507
|
if (selection && selection.rangeCount > 0) {
|
|
@@ -56676,9 +56674,9 @@ function createTable() {
|
|
|
56676
56674
|
}
|
|
56677
56675
|
}
|
|
56678
56676
|
}
|
|
56679
|
-
const _hoisted_1$
|
|
56680
|
-
const _hoisted_2$
|
|
56681
|
-
const _sfc_main$
|
|
56677
|
+
const _hoisted_1$e = { class: "rich-text-editor" };
|
|
56678
|
+
const _hoisted_2$b = ["innerHTML"];
|
|
56679
|
+
const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
56682
56680
|
__name: "index",
|
|
56683
56681
|
props: {
|
|
56684
56682
|
modelValue: {},
|
|
@@ -56793,7 +56791,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
56793
56791
|
}
|
|
56794
56792
|
}
|
|
56795
56793
|
return (_ctx, _cache) => {
|
|
56796
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
56794
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$e, [
|
|
56797
56795
|
vue.createVNode(Toolbar, {
|
|
56798
56796
|
config: config.value,
|
|
56799
56797
|
onAction: handleToolbarAction
|
|
@@ -56826,13 +56824,78 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
56826
56824
|
key: 0,
|
|
56827
56825
|
class: "preview-area",
|
|
56828
56826
|
innerHTML: vue.unref(contentHtml)
|
|
56829
|
-
}, null, 8, _hoisted_2$
|
|
56827
|
+
}, null, 8, _hoisted_2$b)) : vue.createCommentVNode("", true)
|
|
56830
56828
|
], 2)
|
|
56831
56829
|
]);
|
|
56832
56830
|
};
|
|
56833
56831
|
}
|
|
56834
56832
|
});
|
|
56835
|
-
const index = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
56833
|
+
const index = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-e3cd444d"]]);
|
|
56834
|
+
const _hoisted_1$d = ["name", "value"];
|
|
56835
|
+
const _hoisted_2$a = ["src", "alt"];
|
|
56836
|
+
const _hoisted_3$8 = {
|
|
56837
|
+
key: 0,
|
|
56838
|
+
class: "m-0"
|
|
56839
|
+
};
|
|
56840
|
+
const _hoisted_4$4 = {
|
|
56841
|
+
key: 1,
|
|
56842
|
+
class: "txt-gray txt-12 m-0"
|
|
56843
|
+
};
|
|
56844
|
+
const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
56845
|
+
__name: "RadioGroup",
|
|
56846
|
+
props: /* @__PURE__ */ vue.mergeModels({
|
|
56847
|
+
groupName: {},
|
|
56848
|
+
options: {},
|
|
56849
|
+
deletable: { type: Boolean }
|
|
56850
|
+
}, {
|
|
56851
|
+
"modelValue": {},
|
|
56852
|
+
"modelModifiers": {}
|
|
56853
|
+
}),
|
|
56854
|
+
emits: /* @__PURE__ */ vue.mergeModels(["delete"], ["update:modelValue"]),
|
|
56855
|
+
setup(__props) {
|
|
56856
|
+
const selectedOption = vue.useModel(__props, "modelValue");
|
|
56857
|
+
return (_ctx, _cache) => {
|
|
56858
|
+
return vue.openBlock(), vue.createElementBlock("div", null, [
|
|
56859
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.options, (opt, index2) => {
|
|
56860
|
+
return vue.openBlock(), vue.createElementBlock("label", {
|
|
56861
|
+
key: index2,
|
|
56862
|
+
class: "border round p-1 flex bg-gray-light mb-05 gap-075 active-list-item hover"
|
|
56863
|
+
}, [
|
|
56864
|
+
vue.withDirectives(vue.createElementVNode("input", {
|
|
56865
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedOption.value = $event),
|
|
56866
|
+
class: "radio-input-list",
|
|
56867
|
+
type: "radio",
|
|
56868
|
+
name: _ctx.groupName,
|
|
56869
|
+
value: opt.value
|
|
56870
|
+
}, null, 8, _hoisted_1$d), [
|
|
56871
|
+
[vue.vModelRadio, selectedOption.value]
|
|
56872
|
+
]),
|
|
56873
|
+
opt.imgSrc ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
56874
|
+
key: 0,
|
|
56875
|
+
class: "bg-white shadow-light py-025 rounded",
|
|
56876
|
+
width: "60",
|
|
56877
|
+
src: opt.imgSrc,
|
|
56878
|
+
alt: opt.imgAlt
|
|
56879
|
+
}, null, 8, _hoisted_2$a)) : vue.createCommentVNode("", true),
|
|
56880
|
+
vue.createElementVNode("div", null, [
|
|
56881
|
+
opt.label ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_3$8, vue.toDisplayString(opt.label), 1)) : vue.createCommentVNode("", true),
|
|
56882
|
+
opt.subLabel ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_4$4, vue.toDisplayString(opt.subLabel), 1)) : vue.createCommentVNode("", true)
|
|
56883
|
+
]),
|
|
56884
|
+
_ctx.deletable ? (vue.openBlock(), vue.createBlock(vue.unref(Btn), {
|
|
56885
|
+
key: 1,
|
|
56886
|
+
class: "ms-auto",
|
|
56887
|
+
flat: "",
|
|
56888
|
+
thin: "",
|
|
56889
|
+
icon: "delete",
|
|
56890
|
+
onClick: ($event) => _ctx.$emit("delete", opt)
|
|
56891
|
+
}, null, 8, ["onClick"])) : vue.createCommentVNode("", true)
|
|
56892
|
+
]);
|
|
56893
|
+
}), 128))
|
|
56894
|
+
]);
|
|
56895
|
+
};
|
|
56896
|
+
}
|
|
56897
|
+
});
|
|
56898
|
+
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-a921574e"]]);
|
|
56836
56899
|
function _isPlaceholder(a2) {
|
|
56837
56900
|
return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
|
|
56838
56901
|
}
|
|
@@ -62998,7 +63061,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
62998
63061
|
}
|
|
62999
63062
|
return (_ctx, _cache) => {
|
|
63000
63063
|
const _directive_tooltip = vue.resolveDirective("tooltip");
|
|
63001
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
63064
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$C), {
|
|
63002
63065
|
class: vue.normalizeClass(["flex column gap-05 pt-1 bgl_sidebar", { wideNav: vue.unref(isOpen) }])
|
|
63003
63066
|
}, {
|
|
63004
63067
|
default: vue.withCtx(() => [
|
|
@@ -63021,7 +63084,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
63021
63084
|
class: "nav-button px-075"
|
|
63022
63085
|
}, {
|
|
63023
63086
|
default: vue.withCtx(() => [
|
|
63024
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
63087
|
+
vue.createVNode(vue.unref(_sfc_main$P), {
|
|
63025
63088
|
icon: nav2.icon,
|
|
63026
63089
|
size: 1.4
|
|
63027
63090
|
}, null, 8, ["icon"]),
|
|
@@ -63058,7 +63121,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
63058
63121
|
},
|
|
63059
63122
|
setup(__props) {
|
|
63060
63123
|
return (_ctx, _cache) => {
|
|
63061
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
63124
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$C), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
|
|
63062
63125
|
default: vue.withCtx(() => [
|
|
63063
63126
|
vue.renderSlot(_ctx.$slots, "brand", {}, void 0, true),
|
|
63064
63127
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.navLinks, (nav2, i2) => {
|
|
@@ -63069,7 +63132,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
63069
63132
|
onClick: nav2.onClick
|
|
63070
63133
|
}, {
|
|
63071
63134
|
default: vue.withCtx(() => [
|
|
63072
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
63135
|
+
vue.createVNode(vue.unref(_sfc_main$P), {
|
|
63073
63136
|
icon: nav2.icon,
|
|
63074
63137
|
size: 1.4,
|
|
63075
63138
|
class: "m-0"
|
|
@@ -63220,7 +63283,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
63220
63283
|
class: vue.normalizeClass([{ active: isActive2(tab) }, "bgl_tab relative z-1"]),
|
|
63221
63284
|
onClick: ($event) => selectTab(tab)
|
|
63222
63285
|
}, [
|
|
63223
|
-
typeof tab !== "string" && tab.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
63286
|
+
typeof tab !== "string" && tab.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), {
|
|
63224
63287
|
key: 0,
|
|
63225
63288
|
icon: tab.icon
|
|
63226
63289
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
@@ -63634,50 +63697,51 @@ const allCountries = countryArray.map(
|
|
|
63634
63697
|
areaCodes
|
|
63635
63698
|
})
|
|
63636
63699
|
);
|
|
63637
|
-
exports.Accordion = _sfc_main$
|
|
63700
|
+
exports.Accordion = _sfc_main$z;
|
|
63638
63701
|
exports.AccordionItem = AccordionItem;
|
|
63639
63702
|
exports.Alert = Alert;
|
|
63640
63703
|
exports.Avatar = Avatar;
|
|
63641
63704
|
exports.Badge = Badge;
|
|
63642
|
-
exports.BagelForm = _sfc_main$
|
|
63705
|
+
exports.BagelForm = _sfc_main$r;
|
|
63643
63706
|
exports.BagelVue = BagelVue;
|
|
63644
|
-
exports.BglField = _sfc_main$
|
|
63645
|
-
exports.BglForm = _sfc_main$
|
|
63707
|
+
exports.BglField = _sfc_main$q;
|
|
63708
|
+
exports.BglForm = _sfc_main$r;
|
|
63646
63709
|
exports.BglVideo = BglVideo;
|
|
63647
63710
|
exports.BottomMenu = BottomMenu;
|
|
63648
63711
|
exports.Btn = Btn;
|
|
63649
|
-
exports.Card = _sfc_main$
|
|
63712
|
+
exports.Card = _sfc_main$C;
|
|
63650
63713
|
exports.Carousel = Carousel;
|
|
63651
63714
|
exports.CheckInput = CheckInput;
|
|
63652
63715
|
exports.Checkbox = Checkbox;
|
|
63653
|
-
exports.ColorPicker = _sfc_main$
|
|
63716
|
+
exports.ColorPicker = _sfc_main$i;
|
|
63654
63717
|
exports.DataPreview = DataPreview;
|
|
63655
|
-
exports.DateInput = _sfc_main$
|
|
63656
|
-
exports.DatePicker = _sfc_main$
|
|
63718
|
+
exports.DateInput = _sfc_main$o;
|
|
63719
|
+
exports.DatePicker = _sfc_main$h;
|
|
63657
63720
|
exports.Dropdown = kt$1;
|
|
63658
63721
|
exports.FileUpload = $el;
|
|
63659
63722
|
exports.Flag = Flag;
|
|
63660
|
-
exports.Icon = _sfc_main$
|
|
63723
|
+
exports.Icon = _sfc_main$P;
|
|
63661
63724
|
exports.JSONInput = JSONInput;
|
|
63662
63725
|
exports.Layout = Layout;
|
|
63663
63726
|
exports.Lineart = _sfc_main$7;
|
|
63664
|
-
exports.ListItem = _sfc_main$
|
|
63727
|
+
exports.ListItem = _sfc_main$I;
|
|
63665
63728
|
exports.ListView = ListView;
|
|
63666
|
-
exports.MapEmbed = _sfc_main$
|
|
63667
|
-
exports.MaterialIcon = _sfc_main$
|
|
63668
|
-
exports.Modal = _sfc_main$
|
|
63669
|
-
exports.ModalConfirm = _sfc_main$
|
|
63729
|
+
exports.MapEmbed = _sfc_main$t;
|
|
63730
|
+
exports.MaterialIcon = _sfc_main$P;
|
|
63731
|
+
exports.Modal = _sfc_main$M;
|
|
63732
|
+
exports.ModalConfirm = _sfc_main$u;
|
|
63670
63733
|
exports.ModalForm = ModalForm;
|
|
63671
63734
|
exports.ModalPlugin = ModalPlugin;
|
|
63672
63735
|
exports.NavBar = NavBar;
|
|
63673
|
-
exports.PageTitle = _sfc_main$
|
|
63736
|
+
exports.PageTitle = _sfc_main$H;
|
|
63737
|
+
exports.RadioGroup = RadioGroup;
|
|
63674
63738
|
exports.RadioPillsInput = RadioPillsInput;
|
|
63675
|
-
exports.RichText = _sfc_main$
|
|
63739
|
+
exports.RichText = _sfc_main$d;
|
|
63676
63740
|
exports.RichText2 = index;
|
|
63677
63741
|
exports.RouterWrapper = RouterWrapper;
|
|
63678
63742
|
exports.SelectInput = SelectInput;
|
|
63679
63743
|
exports.SidebarMenu = SidebarMenu;
|
|
63680
|
-
exports.SignaturePad = _sfc_main$
|
|
63744
|
+
exports.SignaturePad = _sfc_main$b;
|
|
63681
63745
|
exports.TabbedLayout = TabbedLayout;
|
|
63682
63746
|
exports.TableField = TableField;
|
|
63683
63747
|
exports.TableSchema = TableSchema;
|
|
@@ -63686,7 +63750,7 @@ exports.TabsBody = _sfc_main$1;
|
|
|
63686
63750
|
exports.TabsNav = TabsNav;
|
|
63687
63751
|
exports.TelInput = TelInput;
|
|
63688
63752
|
exports.TextInput = TextInput;
|
|
63689
|
-
exports.Title = _sfc_main$
|
|
63753
|
+
exports.Title = _sfc_main$A;
|
|
63690
63754
|
exports.ToggleInput = ToggleInput;
|
|
63691
63755
|
exports.TopBar = TopBar;
|
|
63692
63756
|
exports.allCountries = allCountries;
|