@bagelink/vue 0.0.631 → 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/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.mjs
CHANGED
|
@@ -5404,8 +5404,8 @@ const ModalPlugin = {
|
|
|
5404
5404
|
hideModal(index2);
|
|
5405
5405
|
} };
|
|
5406
5406
|
if (modal.modalType === "modalForm") return h$2(ModalForm, props2, modal.componentSlots);
|
|
5407
|
-
if (modal.modalType === "confirm") return h$2(_sfc_main$
|
|
5408
|
-
return h$2(_sfc_main$
|
|
5407
|
+
if (modal.modalType === "confirm") return h$2(_sfc_main$u, props2, {});
|
|
5408
|
+
return h$2(_sfc_main$M, props2, modal.componentSlots);
|
|
5409
5409
|
});
|
|
5410
5410
|
}
|
|
5411
5411
|
});
|
|
@@ -5431,7 +5431,7 @@ function useLocalStorage(key, initialValue) {
|
|
|
5431
5431
|
}, { immediate: true, deep: true });
|
|
5432
5432
|
return value;
|
|
5433
5433
|
}
|
|
5434
|
-
const _sfc_main$
|
|
5434
|
+
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
5435
5435
|
__name: "MaterialIcon",
|
|
5436
5436
|
props: {
|
|
5437
5437
|
icon: {},
|
|
@@ -5449,13 +5449,13 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
5449
5449
|
};
|
|
5450
5450
|
}
|
|
5451
5451
|
});
|
|
5452
|
-
const _hoisted_1$
|
|
5453
|
-
const _hoisted_2$
|
|
5454
|
-
const _hoisted_3$
|
|
5455
|
-
const _hoisted_4$
|
|
5452
|
+
const _hoisted_1$K = { class: "full-nav" };
|
|
5453
|
+
const _hoisted_2$B = { class: "nav-scroll" };
|
|
5454
|
+
const _hoisted_3$o = { class: "nav-links-wrapper" };
|
|
5455
|
+
const _hoisted_4$g = { class: "tooltip" };
|
|
5456
5456
|
const _hoisted_5$e = { class: "bot-buttons-wrapper" };
|
|
5457
5457
|
const _hoisted_6$9 = { class: "tooltip" };
|
|
5458
|
-
const _sfc_main$
|
|
5458
|
+
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
5459
5459
|
__name: "NavBar",
|
|
5460
5460
|
props: {
|
|
5461
5461
|
footerLinks: { default: () => [] },
|
|
@@ -5480,14 +5480,14 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
5480
5480
|
onClick: _cache[0] || (_cache[0] = ($event) => isOpen.value = !isOpen.value),
|
|
5481
5481
|
onKeypress: _cache[1] || (_cache[1] = withKeys(($event) => isOpen.value = !isOpen.value, ["enter"]))
|
|
5482
5482
|
}, [
|
|
5483
|
-
createVNode(unref(_sfc_main$
|
|
5483
|
+
createVNode(unref(_sfc_main$P), {
|
|
5484
5484
|
icon: "chevron_right",
|
|
5485
5485
|
class: "top-arrow"
|
|
5486
5486
|
})
|
|
5487
5487
|
], 32),
|
|
5488
|
-
createElementVNode("div", _hoisted_1$
|
|
5489
|
-
createElementVNode("div", _hoisted_2$
|
|
5490
|
-
createElementVNode("div", _hoisted_3$
|
|
5488
|
+
createElementVNode("div", _hoisted_1$K, [
|
|
5489
|
+
createElementVNode("div", _hoisted_2$B, [
|
|
5490
|
+
createElementVNode("div", _hoisted_3$o, [
|
|
5491
5491
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.links, (link) => {
|
|
5492
5492
|
return openBlock(), createBlock(resolveDynamicComponent(link.to ? "router-link" : "div"), {
|
|
5493
5493
|
key: link.label,
|
|
@@ -5499,10 +5499,10 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
5499
5499
|
}
|
|
5500
5500
|
}, {
|
|
5501
5501
|
default: withCtx(() => [
|
|
5502
|
-
createVNode(unref(_sfc_main$
|
|
5502
|
+
createVNode(unref(_sfc_main$P), {
|
|
5503
5503
|
icon: link.icon
|
|
5504
5504
|
}, null, 8, ["icon"]),
|
|
5505
|
-
createElementVNode("div", _hoisted_4$
|
|
5505
|
+
createElementVNode("div", _hoisted_4$g, toDisplayString(link.label), 1)
|
|
5506
5506
|
]),
|
|
5507
5507
|
_: 2
|
|
5508
5508
|
}, 1032, ["to", "onClick"]);
|
|
@@ -5521,7 +5521,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
5521
5521
|
}
|
|
5522
5522
|
}, {
|
|
5523
5523
|
default: withCtx(() => [
|
|
5524
|
-
createVNode(unref(_sfc_main$
|
|
5524
|
+
createVNode(unref(_sfc_main$P), {
|
|
5525
5525
|
icon: link.icon
|
|
5526
5526
|
}, null, 8, ["icon"]),
|
|
5527
5527
|
createElementVNode("div", _hoisted_6$9, toDisplayString(link.label), 1)
|
|
@@ -5543,16 +5543,16 @@ const _export_sfc = (sfc, props2) => {
|
|
|
5543
5543
|
}
|
|
5544
5544
|
return target;
|
|
5545
5545
|
};
|
|
5546
|
-
const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5547
|
-
const _hoisted_1$
|
|
5546
|
+
const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-776cab4a"]]);
|
|
5547
|
+
const _hoisted_1$J = {
|
|
5548
5548
|
key: 0,
|
|
5549
5549
|
class: "loading"
|
|
5550
5550
|
};
|
|
5551
|
-
const _hoisted_2$
|
|
5551
|
+
const _hoisted_2$A = {
|
|
5552
5552
|
key: 1,
|
|
5553
5553
|
class: "bgl_btn-flex"
|
|
5554
5554
|
};
|
|
5555
|
-
const _sfc_main$
|
|
5555
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
5556
5556
|
__name: "Btn",
|
|
5557
5557
|
props: {
|
|
5558
5558
|
disabled: { type: Boolean, default: false },
|
|
@@ -5646,8 +5646,8 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
5646
5646
|
onClick: withModifiers(_ctx.onClick, ["stop"])
|
|
5647
5647
|
}, {
|
|
5648
5648
|
default: withCtx(() => [
|
|
5649
|
-
_ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
5650
|
-
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$
|
|
5649
|
+
_ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_1$J)) : (openBlock(), createElementBlock("div", _hoisted_2$A, [
|
|
5650
|
+
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$P), {
|
|
5651
5651
|
key: 0,
|
|
5652
5652
|
icon: _ctx.icon
|
|
5653
5653
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
@@ -5655,7 +5655,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
5655
5655
|
!unref(slots).default && _ctx.value ? (openBlock(), createElementBlock(Fragment$1, { key: 1 }, [
|
|
5656
5656
|
createTextVNode(toDisplayString(_ctx.value), 1)
|
|
5657
5657
|
], 64)) : createCommentVNode("", true),
|
|
5658
|
-
props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$
|
|
5658
|
+
props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$P), {
|
|
5659
5659
|
key: 2,
|
|
5660
5660
|
icon: props2["icon.end"]
|
|
5661
5661
|
}, null, 8, ["icon"])) : createCommentVNode("", true)
|
|
@@ -5666,20 +5666,20 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
5666
5666
|
};
|
|
5667
5667
|
}
|
|
5668
5668
|
});
|
|
5669
|
-
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5670
|
-
const _hoisted_1$
|
|
5669
|
+
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-26f1062f"]]);
|
|
5670
|
+
const _hoisted_1$I = {
|
|
5671
5671
|
key: 0,
|
|
5672
5672
|
class: "tool-bar"
|
|
5673
5673
|
};
|
|
5674
|
-
const _hoisted_2$
|
|
5674
|
+
const _hoisted_2$z = {
|
|
5675
5675
|
key: 1,
|
|
5676
5676
|
class: "sticky bg-white z-index-999 -mt-1 -ms-1 px-025 h-30px pt-025 modal-no-title"
|
|
5677
5677
|
};
|
|
5678
|
-
const _hoisted_3$
|
|
5678
|
+
const _hoisted_3$n = {
|
|
5679
5679
|
key: 2,
|
|
5680
5680
|
class: "modal-footer mt-1"
|
|
5681
5681
|
};
|
|
5682
|
-
const _sfc_main$
|
|
5682
|
+
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
5683
5683
|
__name: "Modal",
|
|
5684
5684
|
props: {
|
|
5685
5685
|
side: { type: Boolean },
|
|
@@ -5735,7 +5735,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5735
5735
|
onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
|
|
5736
5736
|
onKeydown: withKeys(closeModal, ["esc"])
|
|
5737
5737
|
}, [
|
|
5738
|
-
createVNode(unref(_sfc_main$
|
|
5738
|
+
createVNode(unref(_sfc_main$C), {
|
|
5739
5739
|
class: "modal",
|
|
5740
5740
|
style: normalizeStyle({ ...maxWidth.value }),
|
|
5741
5741
|
onClick: _cache[0] || (_cache[0] = withModifiers(() => {
|
|
@@ -5744,7 +5744,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5744
5744
|
default: withCtx(() => {
|
|
5745
5745
|
var _a2;
|
|
5746
5746
|
return [
|
|
5747
|
-
unref(slots).toolbar || _ctx.title ? (openBlock(), createElementBlock("header", _hoisted_1$
|
|
5747
|
+
unref(slots).toolbar || _ctx.title ? (openBlock(), createElementBlock("header", _hoisted_1$I, [
|
|
5748
5748
|
renderSlot(_ctx.$slots, "toolbar"),
|
|
5749
5749
|
createVNode(unref(Btn), {
|
|
5750
5750
|
style: normalizeStyle({ float: _ctx.side ? "left" : "right" }),
|
|
@@ -5752,13 +5752,13 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5752
5752
|
icon: "close",
|
|
5753
5753
|
onClick: closeModal
|
|
5754
5754
|
}, null, 8, ["style"]),
|
|
5755
|
-
_ctx.title ? (openBlock(), createBlock(unref(_sfc_main$
|
|
5755
|
+
_ctx.title ? (openBlock(), createBlock(unref(_sfc_main$A), {
|
|
5756
5756
|
key: 0,
|
|
5757
5757
|
class: "modal-title",
|
|
5758
5758
|
tag: "h3",
|
|
5759
5759
|
label: _ctx.title
|
|
5760
5760
|
}, null, 8, ["label"])) : createCommentVNode("", true)
|
|
5761
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_2$
|
|
5761
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_2$z, [
|
|
5762
5762
|
createVNode(unref(Btn), {
|
|
5763
5763
|
class: "color-black position-start",
|
|
5764
5764
|
icon: "close",
|
|
@@ -5768,7 +5768,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5768
5768
|
})
|
|
5769
5769
|
])),
|
|
5770
5770
|
renderSlot(_ctx.$slots, "default"),
|
|
5771
|
-
unref(slots).footer || ((_a2 = _ctx.actions) == null ? void 0 : _a2.length) ? (openBlock(), createElementBlock("footer", _hoisted_3$
|
|
5771
|
+
unref(slots).footer || ((_a2 = _ctx.actions) == null ? void 0 : _a2.length) ? (openBlock(), createElementBlock("footer", _hoisted_3$n, [
|
|
5772
5772
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.actions, (action, i2) => {
|
|
5773
5773
|
return openBlock(), createBlock(unref(Btn), mergeProps({
|
|
5774
5774
|
key: i2,
|
|
@@ -5786,7 +5786,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5786
5786
|
};
|
|
5787
5787
|
}
|
|
5788
5788
|
});
|
|
5789
|
-
const _sfc_main$
|
|
5789
|
+
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
5790
5790
|
__name: "ModalForm",
|
|
5791
5791
|
props: /* @__PURE__ */ mergeModels({
|
|
5792
5792
|
side: { type: Boolean },
|
|
@@ -5847,7 +5847,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
5847
5847
|
}
|
|
5848
5848
|
__expose({ setFormValues });
|
|
5849
5849
|
return (_ctx, _cache) => {
|
|
5850
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
5850
|
+
return openBlock(), createBlock(unref(_sfc_main$M), {
|
|
5851
5851
|
ref_key: "modal",
|
|
5852
5852
|
ref: modal,
|
|
5853
5853
|
side: _ctx.side,
|
|
@@ -5858,7 +5858,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
5858
5858
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => emit2("update:visible", $event))
|
|
5859
5859
|
}, createSlots({
|
|
5860
5860
|
default: withCtx(() => [
|
|
5861
|
-
createVNode(unref(_sfc_main$
|
|
5861
|
+
createVNode(unref(_sfc_main$r), {
|
|
5862
5862
|
ref_key: "form",
|
|
5863
5863
|
ref: form,
|
|
5864
5864
|
modelValue: formData.value,
|
|
@@ -5900,12 +5900,12 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
5900
5900
|
};
|
|
5901
5901
|
}
|
|
5902
5902
|
});
|
|
5903
|
-
const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5904
|
-
const _hoisted_1$
|
|
5905
|
-
const _hoisted_2$
|
|
5906
|
-
const _hoisted_3$
|
|
5907
|
-
const _hoisted_4$
|
|
5908
|
-
const _sfc_main$
|
|
5903
|
+
const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-083a1b2d"]]);
|
|
5904
|
+
const _hoisted_1$H = { class: "accordion-item" };
|
|
5905
|
+
const _hoisted_2$y = ["aria-expanded", "aria-controls"];
|
|
5906
|
+
const _hoisted_3$m = { class: "accordion-label" };
|
|
5907
|
+
const _hoisted_4$f = ["id", "aria-hidden"];
|
|
5908
|
+
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
5909
5909
|
__name: "AccordionItem",
|
|
5910
5910
|
props: {
|
|
5911
5911
|
label: {},
|
|
@@ -5942,7 +5942,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
5942
5942
|
else if (accordionState.openItem === id) accordionState.openItem = null;
|
|
5943
5943
|
}
|
|
5944
5944
|
return (_ctx, _cache) => {
|
|
5945
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5945
|
+
return openBlock(), createElementBlock("div", _hoisted_1$H, [
|
|
5946
5946
|
createElementVNode("button", {
|
|
5947
5947
|
"aria-expanded": unref(isOpen) ? "true" : "false",
|
|
5948
5948
|
class: "accordion-head",
|
|
@@ -5950,14 +5950,14 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
5950
5950
|
onClick: _cache[0] || (_cache[0] = ($event) => toggle())
|
|
5951
5951
|
}, [
|
|
5952
5952
|
renderSlot(_ctx.$slots, "head", {}, () => [
|
|
5953
|
-
createElementVNode("span", _hoisted_3$
|
|
5953
|
+
createElementVNode("span", _hoisted_3$m, toDisplayString(_ctx.label), 1)
|
|
5954
5954
|
], true),
|
|
5955
5955
|
createElementVNode("div", {
|
|
5956
5956
|
class: normalizeClass(["accordion-icon", { open: unref(isOpen) }])
|
|
5957
5957
|
}, [
|
|
5958
|
-
createVNode(unref(_sfc_main$
|
|
5958
|
+
createVNode(unref(_sfc_main$P), { icon: "expand_more" })
|
|
5959
5959
|
], 2)
|
|
5960
|
-
], 8, _hoisted_2$
|
|
5960
|
+
], 8, _hoisted_2$y),
|
|
5961
5961
|
createVNode(Transition, { name: "expand" }, {
|
|
5962
5962
|
default: withCtx(() => [
|
|
5963
5963
|
unref(isOpen) ? (openBlock(), createElementBlock("div", {
|
|
@@ -5967,7 +5967,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
5967
5967
|
"aria-hidden": unref(isOpen) ? "false" : "true"
|
|
5968
5968
|
}, [
|
|
5969
5969
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
5970
|
-
], 8, _hoisted_4$
|
|
5970
|
+
], 8, _hoisted_4$f)) : createCommentVNode("", true)
|
|
5971
5971
|
]),
|
|
5972
5972
|
_: 3
|
|
5973
5973
|
})
|
|
@@ -5975,25 +5975,25 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
5975
5975
|
};
|
|
5976
5976
|
}
|
|
5977
5977
|
});
|
|
5978
|
-
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5979
|
-
const _sfc_main$
|
|
5980
|
-
const _hoisted_1$
|
|
5981
|
-
const _hoisted_2$
|
|
5982
|
-
const _hoisted_3$
|
|
5978
|
+
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-f87b579d"]]);
|
|
5979
|
+
const _sfc_main$J = {};
|
|
5980
|
+
const _hoisted_1$G = { class: "list-wrap bgl_card thin grid overflow-hidden h-100 pt-0 pb-05 px-0 m_pb-0" };
|
|
5981
|
+
const _hoisted_2$x = { class: "p-1" };
|
|
5982
|
+
const _hoisted_3$l = { class: "list-content auto-flow-rows align-items-start overflow-y h-100" };
|
|
5983
5983
|
function _sfc_render$2(_ctx, _cache) {
|
|
5984
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5985
|
-
createElementVNode("div", _hoisted_2$
|
|
5984
|
+
return openBlock(), createElementBlock("div", _hoisted_1$G, [
|
|
5985
|
+
createElementVNode("div", _hoisted_2$x, [
|
|
5986
5986
|
renderSlot(_ctx.$slots, "header")
|
|
5987
5987
|
]),
|
|
5988
|
-
createElementVNode("div", _hoisted_3$
|
|
5988
|
+
createElementVNode("div", _hoisted_3$l, [
|
|
5989
5989
|
renderSlot(_ctx.$slots, "default")
|
|
5990
5990
|
])
|
|
5991
5991
|
]);
|
|
5992
5992
|
}
|
|
5993
|
-
const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5994
|
-
const _hoisted_1$
|
|
5995
|
-
const _hoisted_2$
|
|
5996
|
-
const _sfc_main$
|
|
5993
|
+
const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$2]]);
|
|
5994
|
+
const _hoisted_1$F = { class: "no-margin ellipsis line-height-14 pb-025" };
|
|
5995
|
+
const _hoisted_2$w = { class: "txt12 no-margin txt-gray ellipsis" };
|
|
5996
|
+
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
5997
5997
|
__name: "ListItem",
|
|
5998
5998
|
props: {
|
|
5999
5999
|
src: {},
|
|
@@ -6017,11 +6017,11 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
6017
6017
|
size: 40
|
|
6018
6018
|
}, null, 8, ["name", "src"])) : createCommentVNode("", true),
|
|
6019
6019
|
createElementVNode("div", null, [
|
|
6020
|
-
createElementVNode("p", _hoisted_1$
|
|
6020
|
+
createElementVNode("p", _hoisted_1$F, [
|
|
6021
6021
|
createTextVNode(toDisplayString(_ctx.title) + " ", 1),
|
|
6022
6022
|
renderSlot(_ctx.$slots, "default")
|
|
6023
6023
|
]),
|
|
6024
|
-
createElementVNode("p", _hoisted_2$
|
|
6024
|
+
createElementVNode("p", _hoisted_2$w, [
|
|
6025
6025
|
createTextVNode(toDisplayString(_ctx.subtitle) + " ", 1),
|
|
6026
6026
|
renderSlot(_ctx.$slots, "subtitle")
|
|
6027
6027
|
])
|
|
@@ -6032,9 +6032,9 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
6032
6032
|
};
|
|
6033
6033
|
}
|
|
6034
6034
|
});
|
|
6035
|
-
const _hoisted_1$
|
|
6036
|
-
const _hoisted_2$
|
|
6037
|
-
const _sfc_main$
|
|
6035
|
+
const _hoisted_1$E = { class: "page-top" };
|
|
6036
|
+
const _hoisted_2$v = { class: "top-title m-0" };
|
|
6037
|
+
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
6038
6038
|
__name: "PageTitle",
|
|
6039
6039
|
props: {
|
|
6040
6040
|
value: {
|
|
@@ -6044,8 +6044,8 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
6044
6044
|
},
|
|
6045
6045
|
setup(__props) {
|
|
6046
6046
|
return (_ctx, _cache) => {
|
|
6047
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6048
|
-
createElementVNode("h1", _hoisted_2$
|
|
6047
|
+
return openBlock(), createElementBlock("div", _hoisted_1$E, [
|
|
6048
|
+
createElementVNode("h1", _hoisted_2$v, [
|
|
6049
6049
|
renderSlot(_ctx.$slots, "default"),
|
|
6050
6050
|
createTextVNode(" " + toDisplayString(__props.value), 1)
|
|
6051
6051
|
])
|
|
@@ -6363,15 +6363,15 @@ function useVerticalVirtualList(options, list) {
|
|
|
6363
6363
|
};
|
|
6364
6364
|
}
|
|
6365
6365
|
const _withScopeId$3 = (n2) => (pushScopeId("data-v-d01cb754"), n2 = n2(), popScopeId(), n2);
|
|
6366
|
-
const _hoisted_1$
|
|
6366
|
+
const _hoisted_1$D = {
|
|
6367
6367
|
key: 0,
|
|
6368
6368
|
class: "loading-table-wrapper z-99 h-100 w-100 absolute inset"
|
|
6369
6369
|
};
|
|
6370
|
-
const _hoisted_2$
|
|
6371
|
-
const _hoisted_3$
|
|
6372
|
-
_hoisted_2$
|
|
6370
|
+
const _hoisted_2$u = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("div", { class: "loading-table-animation absolute oval" }, null, -1));
|
|
6371
|
+
const _hoisted_3$k = [
|
|
6372
|
+
_hoisted_2$u
|
|
6373
6373
|
];
|
|
6374
|
-
const _hoisted_4$
|
|
6374
|
+
const _hoisted_4$e = { class: "infinite-wrapper" };
|
|
6375
6375
|
const _hoisted_5$d = { class: "row first-row" };
|
|
6376
6376
|
const _hoisted_6$8 = { key: 0 };
|
|
6377
6377
|
const _hoisted_7$4 = ["onClick"];
|
|
@@ -6380,7 +6380,7 @@ const _hoisted_9$2 = ["onClick"];
|
|
|
6380
6380
|
const _hoisted_10$1 = { key: 0 };
|
|
6381
6381
|
const _hoisted_11$1 = ["value"];
|
|
6382
6382
|
const _hoisted_12$1 = { key: 1 };
|
|
6383
|
-
const _sfc_main$
|
|
6383
|
+
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
6384
6384
|
__name: "TableSchema",
|
|
6385
6385
|
props: /* @__PURE__ */ mergeModels({
|
|
6386
6386
|
selectedItems: {},
|
|
@@ -6519,8 +6519,8 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
6519
6519
|
return openBlock(), createElementBlock("div", mergeProps({ class: "table-list-wrap h-100" }, unref(containerProps), {
|
|
6520
6520
|
class: { "loading-table": loading.value }
|
|
6521
6521
|
}), [
|
|
6522
|
-
loading.value ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
6523
|
-
createElementVNode("table", _hoisted_4$
|
|
6522
|
+
loading.value ? (openBlock(), createElementBlock("div", _hoisted_1$D, _hoisted_3$k)) : (openBlock(), createElementBlock("div", normalizeProps(mergeProps({ key: 1 }, unref(wrapperProps))), [
|
|
6523
|
+
createElementVNode("table", _hoisted_4$e, [
|
|
6524
6524
|
createElementVNode("thead", _hoisted_5$d, [
|
|
6525
6525
|
unref(isSelectable) ? (openBlock(), createElementBlock("th", _hoisted_6$8, [
|
|
6526
6526
|
createElementVNode("input", {
|
|
@@ -6543,7 +6543,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
6543
6543
|
createElementVNode("div", {
|
|
6544
6544
|
class: normalizeClass(["list-arrows", { sorted: unref(sortField) === field.id }])
|
|
6545
6545
|
}, [
|
|
6546
|
-
createVNode(unref(_sfc_main$
|
|
6546
|
+
createVNode(unref(_sfc_main$P), {
|
|
6547
6547
|
class: normalizeClass({ desc: unref(sortDirection) === "DESC" }),
|
|
6548
6548
|
icon: "keyboard_arrow_up"
|
|
6549
6549
|
}, null, 8, ["class"])
|
|
@@ -6583,7 +6583,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
6583
6583
|
row,
|
|
6584
6584
|
field
|
|
6585
6585
|
}, void 0, true) : (openBlock(), createElementBlock("div", _hoisted_12$1, [
|
|
6586
|
-
createVNode(unref(_sfc_main$
|
|
6586
|
+
createVNode(unref(_sfc_main$q), {
|
|
6587
6587
|
class: "embedded-field",
|
|
6588
6588
|
field,
|
|
6589
6589
|
modelValue: row,
|
|
@@ -6601,16 +6601,16 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
6601
6601
|
};
|
|
6602
6602
|
}
|
|
6603
6603
|
});
|
|
6604
|
-
const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6605
|
-
const _sfc_main$
|
|
6606
|
-
const _hoisted_1$
|
|
6604
|
+
const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-d01cb754"]]);
|
|
6605
|
+
const _sfc_main$F = {};
|
|
6606
|
+
const _hoisted_1$C = { class: "flex space-between" };
|
|
6607
6607
|
function _sfc_render$1(_ctx, _cache) {
|
|
6608
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6608
|
+
return openBlock(), createElementBlock("div", _hoisted_1$C, [
|
|
6609
6609
|
renderSlot(_ctx.$slots, "default")
|
|
6610
6610
|
]);
|
|
6611
6611
|
}
|
|
6612
|
-
const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6613
|
-
const _sfc_main$
|
|
6612
|
+
const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$1]]);
|
|
6613
|
+
const _sfc_main$E = {};
|
|
6614
6614
|
function _sfc_render(_ctx, _cache) {
|
|
6615
6615
|
const _component_router_view = resolveComponent("router-view");
|
|
6616
6616
|
return openBlock(), createBlock(_component_router_view, null, {
|
|
@@ -6632,17 +6632,17 @@ function _sfc_render(_ctx, _cache) {
|
|
|
6632
6632
|
_: 1
|
|
6633
6633
|
});
|
|
6634
6634
|
}
|
|
6635
|
-
const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6636
|
-
const _hoisted_1$
|
|
6635
|
+
const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render]]);
|
|
6636
|
+
const _hoisted_1$B = {
|
|
6637
6637
|
key: 0,
|
|
6638
6638
|
class: "data"
|
|
6639
6639
|
};
|
|
6640
|
-
const _hoisted_2$
|
|
6640
|
+
const _hoisted_2$t = {
|
|
6641
6641
|
key: 0,
|
|
6642
6642
|
class: "data-row m_py-05"
|
|
6643
6643
|
};
|
|
6644
|
-
const _hoisted_3$
|
|
6645
|
-
const _hoisted_4$
|
|
6644
|
+
const _hoisted_3$j = { class: "key" };
|
|
6645
|
+
const _hoisted_4$d = { class: "m-0" };
|
|
6646
6646
|
const _hoisted_5$c = { key: 1 };
|
|
6647
6647
|
const _hoisted_6$7 = {
|
|
6648
6648
|
key: 0,
|
|
@@ -6654,7 +6654,7 @@ const _hoisted_9$1 = {
|
|
|
6654
6654
|
key: 0,
|
|
6655
6655
|
class: "m-0"
|
|
6656
6656
|
};
|
|
6657
|
-
const _sfc_main$
|
|
6657
|
+
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
6658
6658
|
__name: "DataPreview",
|
|
6659
6659
|
props: /* @__PURE__ */ mergeModels({
|
|
6660
6660
|
showFields: {},
|
|
@@ -6690,8 +6690,8 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
6690
6690
|
const computedSchema = computed(() => getFallbackSchema([itemData.value], props2.showFields));
|
|
6691
6691
|
return (_ctx, _cache) => {
|
|
6692
6692
|
var _a2;
|
|
6693
|
-
return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
6694
|
-
_ctx.title ? (openBlock(), createBlock(unref(_sfc_main$
|
|
6693
|
+
return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$B, [
|
|
6694
|
+
_ctx.title ? (openBlock(), createBlock(unref(_sfc_main$A), {
|
|
6695
6695
|
key: 0,
|
|
6696
6696
|
label: _ctx.title
|
|
6697
6697
|
}, null, 8, ["label"])) : createCommentVNode("", true),
|
|
@@ -6699,11 +6699,11 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
6699
6699
|
return openBlock(), createElementBlock(Fragment$1, {
|
|
6700
6700
|
key: field.id
|
|
6701
6701
|
}, [
|
|
6702
|
-
unref(iffer)(field, itemData.value) ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
6703
|
-
createElementVNode("div", _hoisted_3$
|
|
6704
|
-
createElementVNode("p", _hoisted_4$
|
|
6702
|
+
unref(iffer)(field, itemData.value) ? (openBlock(), createElementBlock("div", _hoisted_2$t, [
|
|
6703
|
+
createElementVNode("div", _hoisted_3$j, [
|
|
6704
|
+
createElementVNode("p", _hoisted_4$d, toDisplayString((field == null ? void 0 : field.label) || unref(keyToLabel)(field.id)), 1)
|
|
6705
6705
|
]),
|
|
6706
|
-
createVNode(unref(_sfc_main$
|
|
6706
|
+
createVNode(unref(_sfc_main$q), {
|
|
6707
6707
|
modelValue: itemData.value,
|
|
6708
6708
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => itemData.value = $event),
|
|
6709
6709
|
label: "",
|
|
@@ -6732,12 +6732,12 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
6732
6732
|
};
|
|
6733
6733
|
}
|
|
6734
6734
|
});
|
|
6735
|
-
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6736
|
-
const _hoisted_1$
|
|
6735
|
+
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-4d174f13"]]);
|
|
6736
|
+
const _hoisted_1$A = {
|
|
6737
6737
|
key: 0,
|
|
6738
6738
|
class: "card_label"
|
|
6739
6739
|
};
|
|
6740
|
-
const _sfc_main$
|
|
6740
|
+
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
6741
6741
|
__name: "Card",
|
|
6742
6742
|
props: {
|
|
6743
6743
|
label: {},
|
|
@@ -6765,7 +6765,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
6765
6765
|
}])
|
|
6766
6766
|
}, {
|
|
6767
6767
|
default: withCtx(() => [
|
|
6768
|
-
_ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
6768
|
+
_ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$A, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
|
|
6769
6769
|
renderSlot(_ctx.$slots, "default")
|
|
6770
6770
|
]),
|
|
6771
6771
|
_: 3
|
|
@@ -6773,8 +6773,8 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
6773
6773
|
};
|
|
6774
6774
|
}
|
|
6775
6775
|
});
|
|
6776
|
-
const _hoisted_1$
|
|
6777
|
-
const _sfc_main$
|
|
6776
|
+
const _hoisted_1$z = ["src", "alt"];
|
|
6777
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
6778
6778
|
__name: "Avatar",
|
|
6779
6779
|
props: {
|
|
6780
6780
|
fallback: {},
|
|
@@ -6792,7 +6792,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
6792
6792
|
key: 0,
|
|
6793
6793
|
src: _ctx.src,
|
|
6794
6794
|
alt: _ctx.name
|
|
6795
|
-
}, null, 8, _hoisted_1$
|
|
6795
|
+
}, null, 8, _hoisted_1$z)) : (openBlock(), createElementBlock("p", {
|
|
6796
6796
|
key: 1,
|
|
6797
6797
|
style: normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
|
|
6798
6798
|
}, toDisplayString(_ctx.fallback || unref(initials)(_ctx.name || "")), 5))
|
|
@@ -6800,8 +6800,8 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
6800
6800
|
};
|
|
6801
6801
|
}
|
|
6802
6802
|
});
|
|
6803
|
-
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6804
|
-
const _sfc_main$
|
|
6803
|
+
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-dd2f6734"]]);
|
|
6804
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
6805
6805
|
__name: "Title",
|
|
6806
6806
|
props: {
|
|
6807
6807
|
value: {
|
|
@@ -6829,7 +6829,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
6829
6829
|
};
|
|
6830
6830
|
}
|
|
6831
6831
|
});
|
|
6832
|
-
const _sfc_main$
|
|
6832
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
6833
6833
|
__name: "Accordion",
|
|
6834
6834
|
setup(__props) {
|
|
6835
6835
|
const state2 = reactive({
|
|
@@ -6843,9 +6843,9 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
6843
6843
|
};
|
|
6844
6844
|
}
|
|
6845
6845
|
});
|
|
6846
|
-
const _hoisted_1$
|
|
6847
|
-
const _hoisted_2$
|
|
6848
|
-
const _sfc_main$
|
|
6846
|
+
const _hoisted_1$y = ["dismissable"];
|
|
6847
|
+
const _hoisted_2$s = { class: "m-0" };
|
|
6848
|
+
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
6849
6849
|
__name: "Alert",
|
|
6850
6850
|
props: {
|
|
6851
6851
|
message: {},
|
|
@@ -6866,14 +6866,14 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
6866
6866
|
class: normalizeClass(["alert", [_ctx.type]]),
|
|
6867
6867
|
dismissable: _ctx.dismissable
|
|
6868
6868
|
}, [
|
|
6869
|
-
_ctx.icon !== "none" ? (openBlock(), createBlock(unref(_sfc_main$
|
|
6869
|
+
_ctx.icon !== "none" ? (openBlock(), createBlock(unref(_sfc_main$P), {
|
|
6870
6870
|
key: 0,
|
|
6871
6871
|
class: "alert_icon",
|
|
6872
6872
|
icon: _ctx.icon || _ctx.type,
|
|
6873
6873
|
size: 2,
|
|
6874
6874
|
color: color2[_ctx.type]
|
|
6875
6875
|
}, null, 8, ["icon", "color"])) : createCommentVNode("", true),
|
|
6876
|
-
createElementVNode("p", _hoisted_2$
|
|
6876
|
+
createElementVNode("p", _hoisted_2$s, toDisplayString(_ctx.message), 1),
|
|
6877
6877
|
createVNode(Btn, {
|
|
6878
6878
|
flat: "",
|
|
6879
6879
|
thin: "",
|
|
@@ -6881,12 +6881,12 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
6881
6881
|
icon: "close",
|
|
6882
6882
|
onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
|
|
6883
6883
|
})
|
|
6884
|
-
], 10, _hoisted_1$
|
|
6884
|
+
], 10, _hoisted_1$y)) : createCommentVNode("", true);
|
|
6885
6885
|
};
|
|
6886
6886
|
}
|
|
6887
6887
|
});
|
|
6888
|
-
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6889
|
-
const _sfc_main$
|
|
6888
|
+
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-1322d9e1"]]);
|
|
6889
|
+
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
6890
6890
|
__name: "Badge",
|
|
6891
6891
|
props: {
|
|
6892
6892
|
color: {},
|
|
@@ -6902,13 +6902,13 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
6902
6902
|
return openBlock(), createElementBlock("div", {
|
|
6903
6903
|
class: normalizeClass(["pill", [_ctx.color]])
|
|
6904
6904
|
}, [
|
|
6905
|
-
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$
|
|
6905
|
+
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$P), {
|
|
6906
6906
|
key: 0,
|
|
6907
6907
|
class: "inline",
|
|
6908
6908
|
icon: _ctx.icon
|
|
6909
6909
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
6910
6910
|
createTextVNode(" " + toDisplayString(_ctx.text) + " ", 1),
|
|
6911
|
-
props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$
|
|
6911
|
+
props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$P), {
|
|
6912
6912
|
key: 1,
|
|
6913
6913
|
class: "inline",
|
|
6914
6914
|
icon: props2["icon.end"]
|
|
@@ -6917,10 +6917,10 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
6917
6917
|
};
|
|
6918
6918
|
}
|
|
6919
6919
|
});
|
|
6920
|
-
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6921
|
-
const _hoisted_1$
|
|
6922
|
-
const _hoisted_2$
|
|
6923
|
-
const _sfc_main$
|
|
6920
|
+
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-532b36ae"]]);
|
|
6921
|
+
const _hoisted_1$x = ["src"];
|
|
6922
|
+
const _hoisted_2$r = ["src", "autoplay", "muted", "loop", "controls"];
|
|
6923
|
+
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
6924
6924
|
__name: "BglVideo",
|
|
6925
6925
|
props: {
|
|
6926
6926
|
src: {},
|
|
@@ -6972,7 +6972,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
6972
6972
|
frameborder: "0",
|
|
6973
6973
|
allowfullscreen: "",
|
|
6974
6974
|
title: "Video"
|
|
6975
|
-
}, null, 12, _hoisted_1$
|
|
6975
|
+
}, null, 12, _hoisted_1$x)) : _ctx.src ? (openBlock(), createElementBlock("video", {
|
|
6976
6976
|
key: 1,
|
|
6977
6977
|
src: _ctx.src,
|
|
6978
6978
|
autoplay: _ctx.autoplay,
|
|
@@ -6981,18 +6981,18 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
6981
6981
|
style: normalizeStyle({ aspectRatio: aspectRatio.value }),
|
|
6982
6982
|
controls: _ctx.controls,
|
|
6983
6983
|
playsinline: ""
|
|
6984
|
-
}, null, 12, _hoisted_2$
|
|
6984
|
+
}, null, 12, _hoisted_2$r)) : createCommentVNode("", true)
|
|
6985
6985
|
], 2);
|
|
6986
6986
|
};
|
|
6987
6987
|
}
|
|
6988
6988
|
});
|
|
6989
|
-
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6990
|
-
const _hoisted_1$
|
|
6989
|
+
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-862e1f20"]]);
|
|
6990
|
+
const _hoisted_1$w = {
|
|
6991
6991
|
key: 0,
|
|
6992
6992
|
class: "blocker"
|
|
6993
6993
|
};
|
|
6994
|
-
const _hoisted_2$
|
|
6995
|
-
const _sfc_main$
|
|
6994
|
+
const _hoisted_2$q = { class: "Handlers" };
|
|
6995
|
+
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
6996
6996
|
__name: "Carousel",
|
|
6997
6997
|
props: {
|
|
6998
6998
|
autoHeight: {
|
|
@@ -7140,10 +7140,10 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
7140
7140
|
onScrollend: scrollEnd,
|
|
7141
7141
|
onMousedown: startDragging
|
|
7142
7142
|
}, [
|
|
7143
|
-
unref(isDragging) ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
7143
|
+
unref(isDragging) ? (openBlock(), createElementBlock("div", _hoisted_1$w)) : createCommentVNode("", true),
|
|
7144
7144
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
7145
7145
|
], 34),
|
|
7146
|
-
createElementVNode("div", _hoisted_2$
|
|
7146
|
+
createElementVNode("div", _hoisted_2$q, [
|
|
7147
7147
|
createElementVNode("span", { onClick: prev }, [
|
|
7148
7148
|
renderSlot(_ctx.$slots, "prev", {
|
|
7149
7149
|
prev,
|
|
@@ -7161,8 +7161,8 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
7161
7161
|
};
|
|
7162
7162
|
}
|
|
7163
7163
|
});
|
|
7164
|
-
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7165
|
-
const _sfc_main$
|
|
7164
|
+
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-1f9c6644"]]);
|
|
7165
|
+
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
7166
7166
|
__name: "ModalConfirm",
|
|
7167
7167
|
props: {
|
|
7168
7168
|
title: {},
|
|
@@ -7178,7 +7178,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
7178
7178
|
emit2("update:visible");
|
|
7179
7179
|
}
|
|
7180
7180
|
return (_ctx, _cache) => {
|
|
7181
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
7181
|
+
return openBlock(), createBlock(unref(_sfc_main$M), {
|
|
7182
7182
|
width: "380px",
|
|
7183
7183
|
dismissable: false,
|
|
7184
7184
|
title: _ctx.title
|
|
@@ -16759,10 +16759,10 @@ var leafletSrc = { exports: {} };
|
|
|
16759
16759
|
})(leafletSrc, leafletSrc.exports);
|
|
16760
16760
|
var leafletSrcExports = leafletSrc.exports;
|
|
16761
16761
|
const L$1 = /* @__PURE__ */ getDefaultExportFromCjs(leafletSrcExports);
|
|
16762
|
-
const _hoisted_1$
|
|
16763
|
-
const _hoisted_2$
|
|
16762
|
+
const _hoisted_1$v = /* @__PURE__ */ createElementVNode("div", { class: "map-test" }, null, -1);
|
|
16763
|
+
const _hoisted_2$p = ["id"];
|
|
16764
16764
|
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>';
|
|
16765
|
-
const _sfc_main$
|
|
16765
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
16766
16766
|
__name: "MapEmbed",
|
|
16767
16767
|
props: {
|
|
16768
16768
|
center: { default: () => [31.7683, 35.2137] },
|
|
@@ -16813,17 +16813,17 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
16813
16813
|
}, { immediate: true });
|
|
16814
16814
|
return (_ctx, _cache) => {
|
|
16815
16815
|
return openBlock(), createElementBlock(Fragment$1, null, [
|
|
16816
|
-
_hoisted_1$
|
|
16816
|
+
_hoisted_1$v,
|
|
16817
16817
|
createElementVNode("div", {
|
|
16818
16818
|
id: id.value,
|
|
16819
16819
|
class: "map",
|
|
16820
16820
|
style: normalizeStyle({ height: `${_ctx.height || 400}px` })
|
|
16821
|
-
}, null, 12, _hoisted_2$
|
|
16821
|
+
}, null, 12, _hoisted_2$p)
|
|
16822
16822
|
], 64);
|
|
16823
16823
|
};
|
|
16824
16824
|
}
|
|
16825
16825
|
});
|
|
16826
|
-
const _sfc_main$
|
|
16826
|
+
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
16827
16827
|
__name: "Flag",
|
|
16828
16828
|
props: {
|
|
16829
16829
|
country: {},
|
|
@@ -16853,8 +16853,8 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
16853
16853
|
};
|
|
16854
16854
|
}
|
|
16855
16855
|
});
|
|
16856
|
-
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16857
|
-
const _sfc_main$
|
|
16856
|
+
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-f99f1900"]]);
|
|
16857
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
16858
16858
|
__name: "BglForm",
|
|
16859
16859
|
props: {
|
|
16860
16860
|
label: {},
|
|
@@ -16942,7 +16942,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
16942
16942
|
return (_ctx, _cache) => {
|
|
16943
16943
|
return openBlock(), createElementBlock(Fragment$1, null, [
|
|
16944
16944
|
_ctx.id ? (openBlock(true), createElementBlock(Fragment$1, { key: 0 }, renderList(_ctx.schema, (field, i2) => {
|
|
16945
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
16945
|
+
return openBlock(), createBlock(unref(_sfc_main$q), {
|
|
16946
16946
|
key: field.id || `${i2}p`,
|
|
16947
16947
|
modelValue: unref(data2),
|
|
16948
16948
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(data2) ? data2.value = $event : data2 = $event),
|
|
@@ -16954,13 +16954,13 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
16954
16954
|
ref: form,
|
|
16955
16955
|
onSubmit: withModifiers(runSubmit, ["prevent"])
|
|
16956
16956
|
}, [
|
|
16957
|
-
_ctx.label ? (openBlock(), createBlock(unref(_sfc_main$
|
|
16957
|
+
_ctx.label ? (openBlock(), createBlock(unref(_sfc_main$A), {
|
|
16958
16958
|
key: 0,
|
|
16959
16959
|
tag: "h4",
|
|
16960
16960
|
label: _ctx.label
|
|
16961
16961
|
}, null, 8, ["label"])) : createCommentVNode("", true),
|
|
16962
16962
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.schema, (field, i2) => {
|
|
16963
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
16963
|
+
return openBlock(), createBlock(unref(_sfc_main$q), {
|
|
16964
16964
|
key: field.id || `${i2}p`,
|
|
16965
16965
|
modelValue: unref(data2),
|
|
16966
16966
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(data2) ? data2.value = $event : data2 = $event),
|
|
@@ -16978,7 +16978,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
16978
16978
|
};
|
|
16979
16979
|
}
|
|
16980
16980
|
});
|
|
16981
|
-
const _sfc_main$
|
|
16981
|
+
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
16982
16982
|
__name: "BglField",
|
|
16983
16983
|
props: {
|
|
16984
16984
|
field: {},
|
|
@@ -16993,8 +16993,8 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16993
16993
|
if (props2.field.$el === "select") return SelectInput;
|
|
16994
16994
|
if (props2.field.$el === "toggle") return ToggleInput;
|
|
16995
16995
|
if (props2.field.$el === "check") return CheckInput;
|
|
16996
|
-
if (props2.field.$el === "richtext") return _sfc_main$
|
|
16997
|
-
if (props2.field.$el === "date") return _sfc_main$
|
|
16996
|
+
if (props2.field.$el === "richtext") return _sfc_main$d;
|
|
16997
|
+
if (props2.field.$el === "date") return _sfc_main$o;
|
|
16998
16998
|
return props2.field.$el ?? "div";
|
|
16999
16999
|
});
|
|
17000
17000
|
const formData = computed({
|
|
@@ -17078,10 +17078,10 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
17078
17078
|
};
|
|
17079
17079
|
}
|
|
17080
17080
|
});
|
|
17081
|
-
const _hoisted_1$
|
|
17082
|
-
const _hoisted_2$
|
|
17083
|
-
const _hoisted_3$
|
|
17084
|
-
const _sfc_main$
|
|
17081
|
+
const _hoisted_1$u = ["title"];
|
|
17082
|
+
const _hoisted_2$o = ["id", "required"];
|
|
17083
|
+
const _hoisted_3$i = ["for"];
|
|
17084
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
17085
17085
|
__name: "CheckInput",
|
|
17086
17086
|
props: /* @__PURE__ */ mergeModels({
|
|
17087
17087
|
label: {},
|
|
@@ -17113,19 +17113,19 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
17113
17113
|
required: _ctx.required,
|
|
17114
17114
|
type: "checkbox",
|
|
17115
17115
|
class: "me-05"
|
|
17116
|
-
}, null, 8, _hoisted_2$
|
|
17116
|
+
}, null, 8, _hoisted_2$o), [
|
|
17117
17117
|
[vModelCheckbox, checked.value]
|
|
17118
17118
|
]),
|
|
17119
17119
|
createElementVNode("label", { for: inputId.value }, [
|
|
17120
17120
|
renderSlot(_ctx.$slots, "label", {}, () => [
|
|
17121
17121
|
createTextVNode(toDisplayString(_ctx.label), 1)
|
|
17122
17122
|
], true)
|
|
17123
|
-
], 8, _hoisted_3$
|
|
17124
|
-
], 10, _hoisted_1$
|
|
17123
|
+
], 8, _hoisted_3$i)
|
|
17124
|
+
], 10, _hoisted_1$u);
|
|
17125
17125
|
};
|
|
17126
17126
|
}
|
|
17127
17127
|
});
|
|
17128
|
-
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17128
|
+
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-1aa7e2a8"]]);
|
|
17129
17129
|
function toDate(argument) {
|
|
17130
17130
|
const argStr = Object.prototype.toString.call(argument);
|
|
17131
17131
|
if (argument instanceof Date || typeof argument === "object" && argStr === "[object Date]") {
|
|
@@ -25565,9 +25565,9 @@ const eo = ({
|
|
|
25565
25565
|
Object.entries(go).forEach(([e, t]) => {
|
|
25566
25566
|
e !== "default" && (Hn[e] = t);
|
|
25567
25567
|
});
|
|
25568
|
-
const _hoisted_1$
|
|
25569
|
-
const _hoisted_2$
|
|
25570
|
-
const _sfc_main$
|
|
25568
|
+
const _hoisted_1$t = ["title"];
|
|
25569
|
+
const _hoisted_2$n = { key: 0 };
|
|
25570
|
+
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
25571
25571
|
__name: "DateInput",
|
|
25572
25572
|
props: {
|
|
25573
25573
|
required: { type: Boolean },
|
|
@@ -25609,7 +25609,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
25609
25609
|
class: normalizeClass(["bagel-input", { small: _ctx.small }]),
|
|
25610
25610
|
title: _ctx.label
|
|
25611
25611
|
}, [
|
|
25612
|
-
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$
|
|
25612
|
+
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$n, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
|
|
25613
25613
|
createVNode(unref(Hn), mergeProps({
|
|
25614
25614
|
ref_key: "datePicker",
|
|
25615
25615
|
ref: datePicker,
|
|
@@ -25625,14 +25625,14 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
25625
25625
|
"minutes-grid-increment": _ctx.minutesGridIncrement,
|
|
25626
25626
|
"start-time": { hours: 8, minutes: 0 }
|
|
25627
25627
|
}), null, 16, ["modelValue", "required", "enable-time-picker", "allowed-dates", "time-picker-inline", "minutes-increment", "minutes-grid-increment"])
|
|
25628
|
-
], 10, _hoisted_1$
|
|
25628
|
+
], 10, _hoisted_1$t);
|
|
25629
25629
|
};
|
|
25630
25630
|
}
|
|
25631
25631
|
});
|
|
25632
|
-
const _hoisted_1$
|
|
25633
|
-
const _hoisted_2$
|
|
25634
|
-
const _hoisted_3$
|
|
25635
|
-
const _sfc_main$
|
|
25632
|
+
const _hoisted_1$s = ["title"];
|
|
25633
|
+
const _hoisted_2$m = { key: 0 };
|
|
25634
|
+
const _hoisted_3$h = ["value", "placeholder"];
|
|
25635
|
+
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
25636
25636
|
__name: "JSONInput",
|
|
25637
25637
|
props: {
|
|
25638
25638
|
description: { default: "" },
|
|
@@ -25655,7 +25655,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
25655
25655
|
class: normalizeClass(["bagel-input", { small: _ctx.small }]),
|
|
25656
25656
|
title: _ctx.description
|
|
25657
25657
|
}, [
|
|
25658
|
-
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$
|
|
25658
|
+
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$m, [
|
|
25659
25659
|
createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
|
|
25660
25660
|
])) : createCommentVNode("", true),
|
|
25661
25661
|
createElementVNode("textarea", {
|
|
@@ -25663,23 +25663,23 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
25663
25663
|
class: normalizeClass({ "no-edit": !_ctx.editMode }),
|
|
25664
25664
|
placeholder: _ctx.placeholder,
|
|
25665
25665
|
onInput: handleInput
|
|
25666
|
-
}, null, 42, _hoisted_3$
|
|
25667
|
-
], 10, _hoisted_1$
|
|
25666
|
+
}, null, 42, _hoisted_3$h)
|
|
25667
|
+
], 10, _hoisted_1$s);
|
|
25668
25668
|
};
|
|
25669
25669
|
}
|
|
25670
25670
|
});
|
|
25671
|
-
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25672
|
-
const _hoisted_1$
|
|
25673
|
-
const _hoisted_2$
|
|
25674
|
-
const _hoisted_3$
|
|
25675
|
-
const _hoisted_4$
|
|
25671
|
+
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-1cbaeab2"]]);
|
|
25672
|
+
const _hoisted_1$r = { class: "flex gap-05" };
|
|
25673
|
+
const _hoisted_2$l = ["disabled"];
|
|
25674
|
+
const _hoisted_3$g = { key: 1 };
|
|
25675
|
+
const _hoisted_4$c = {
|
|
25676
25676
|
key: 2,
|
|
25677
25677
|
class: "ms-auto ps-05 me-05"
|
|
25678
25678
|
};
|
|
25679
25679
|
const _hoisted_5$b = ["value"];
|
|
25680
25680
|
const _hoisted_6$6 = { class: "selectinput-options" };
|
|
25681
25681
|
const _hoisted_7$2 = ["onClick"];
|
|
25682
|
-
const _sfc_main$
|
|
25682
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
25683
25683
|
__name: "SelectInput",
|
|
25684
25684
|
props: {
|
|
25685
25685
|
options: {},
|
|
@@ -25828,7 +25828,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
25828
25828
|
onHide: _cache[5] || (_cache[5] = ($event) => updateOpen(false))
|
|
25829
25829
|
}, {
|
|
25830
25830
|
popper: withCtx(() => [
|
|
25831
|
-
createVNode(unref(_sfc_main$
|
|
25831
|
+
createVNode(unref(_sfc_main$C), {
|
|
25832
25832
|
class: "p-05",
|
|
25833
25833
|
style: normalizeStyle({ width: _ctx.fullWidth ? "100%" : "auto" })
|
|
25834
25834
|
}, {
|
|
@@ -25850,11 +25850,11 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
25850
25850
|
class: normalizeClass(["selectinput-option hover gap-1", { selected: isSelected(option2) }]),
|
|
25851
25851
|
onClick: ($event) => select2(option2)
|
|
25852
25852
|
}, [
|
|
25853
|
-
isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$
|
|
25853
|
+
isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$P), {
|
|
25854
25854
|
key: 0,
|
|
25855
25855
|
icon: "check"
|
|
25856
25856
|
})) : createCommentVNode("", true),
|
|
25857
|
-
!isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$
|
|
25857
|
+
!isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$P), {
|
|
25858
25858
|
key: 1,
|
|
25859
25859
|
class: "opacity-3",
|
|
25860
25860
|
icon: "fiber_manual_record"
|
|
@@ -25871,7 +25871,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
25871
25871
|
default: withCtx(() => [
|
|
25872
25872
|
createElementVNode("label", null, [
|
|
25873
25873
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
25874
|
-
createElementVNode("div", _hoisted_1$
|
|
25874
|
+
createElementVNode("div", _hoisted_1$r, [
|
|
25875
25875
|
createElementVNode("button", {
|
|
25876
25876
|
disabled: _ctx.disabled,
|
|
25877
25877
|
type: "button",
|
|
@@ -25879,12 +25879,12 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
25879
25879
|
onKeydown: openOptions,
|
|
25880
25880
|
onClick: _cache[1] || (_cache[1] = ($event) => updateOpen(true))
|
|
25881
25881
|
}, [
|
|
25882
|
-
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$
|
|
25882
|
+
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$P), {
|
|
25883
25883
|
key: 0,
|
|
25884
25884
|
icon: _ctx.icon
|
|
25885
25885
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
25886
|
-
!_ctx.hideLabel ? (openBlock(), createElementBlock("p", _hoisted_3$
|
|
25887
|
-
_ctx.clearable && selectedItemCount.value > 0 ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
25886
|
+
!_ctx.hideLabel ? (openBlock(), createElementBlock("p", _hoisted_3$g, toDisplayString(selectedLabel.value), 1)) : createCommentVNode("", true),
|
|
25887
|
+
_ctx.clearable && selectedItemCount.value > 0 ? (openBlock(), createElementBlock("div", _hoisted_4$c, [
|
|
25888
25888
|
createVNode(unref(Btn), {
|
|
25889
25889
|
thin: "",
|
|
25890
25890
|
icon: "clear",
|
|
@@ -25895,11 +25895,11 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
25895
25895
|
})
|
|
25896
25896
|
})
|
|
25897
25897
|
])) : createCommentVNode("", true),
|
|
25898
|
-
!_ctx.disabled ? (openBlock(), createBlock(unref(_sfc_main$
|
|
25898
|
+
!_ctx.disabled ? (openBlock(), createBlock(unref(_sfc_main$P), mergeProps({
|
|
25899
25899
|
key: 3,
|
|
25900
25900
|
thin: ""
|
|
25901
25901
|
}, { icon: unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : createCommentVNode("", true)
|
|
25902
|
-
], 42, _hoisted_2$
|
|
25902
|
+
], 42, _hoisted_2$l),
|
|
25903
25903
|
_ctx.required ? (openBlock(), createElementBlock("input", {
|
|
25904
25904
|
key: 0,
|
|
25905
25905
|
tabindex: "-1",
|
|
@@ -25916,7 +25916,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
25916
25916
|
};
|
|
25917
25917
|
}
|
|
25918
25918
|
});
|
|
25919
|
-
const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25919
|
+
const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-6747635a"]]);
|
|
25920
25920
|
/*!
|
|
25921
25921
|
* vue-draggable-next v2.2.0
|
|
25922
25922
|
* (c) 2023 Anish George
|
|
@@ -28396,13 +28396,13 @@ const VueDraggableNext = defineComponent({
|
|
|
28396
28396
|
}
|
|
28397
28397
|
}
|
|
28398
28398
|
});
|
|
28399
|
-
const _hoisted_1$
|
|
28400
|
-
const _hoisted_2$
|
|
28401
|
-
const _hoisted_3$
|
|
28402
|
-
const _hoisted_4$
|
|
28399
|
+
const _hoisted_1$q = ["title"];
|
|
28400
|
+
const _hoisted_2$k = { class: "bagel-input" };
|
|
28401
|
+
const _hoisted_3$f = { class: "table-side-scroll" };
|
|
28402
|
+
const _hoisted_4$b = { class: "table-header" };
|
|
28403
28403
|
const _hoisted_5$a = { class: "table-reorder" };
|
|
28404
28404
|
const _hoisted_6$5 = { class: "table-action" };
|
|
28405
|
-
const _sfc_main$
|
|
28405
|
+
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
28406
28406
|
__name: "TableField",
|
|
28407
28407
|
props: {
|
|
28408
28408
|
description: { default: "" },
|
|
@@ -28467,11 +28467,11 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
28467
28467
|
class: "table-field-wrap",
|
|
28468
28468
|
title: _ctx.description
|
|
28469
28469
|
}, [
|
|
28470
|
-
createElementVNode("div", _hoisted_2$
|
|
28470
|
+
createElementVNode("div", _hoisted_2$k, [
|
|
28471
28471
|
createElementVNode("label", null, toDisplayString((_a2 = unref(fieldMeta)) == null ? void 0 : _a2.label), 1)
|
|
28472
28472
|
]),
|
|
28473
|
-
createElementVNode("div", _hoisted_3$
|
|
28474
|
-
createElementVNode("div", _hoisted_4$
|
|
28473
|
+
createElementVNode("div", _hoisted_3$f, [
|
|
28474
|
+
createElementVNode("div", _hoisted_4$b, [
|
|
28475
28475
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList((_b = unref(entityMeta)) == null ? void 0 : _b.fields, (field) => {
|
|
28476
28476
|
return openBlock(), createElementBlock("div", {
|
|
28477
28477
|
key: `${field.fieldname}header`,
|
|
@@ -28499,7 +28499,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
28499
28499
|
class: "flex table-row"
|
|
28500
28500
|
}, [
|
|
28501
28501
|
createElementVNode("div", _hoisted_5$a, [
|
|
28502
|
-
createVNode(unref(_sfc_main$
|
|
28502
|
+
createVNode(unref(_sfc_main$P), { icon: "more_vert" })
|
|
28503
28503
|
]),
|
|
28504
28504
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList((_a3 = unref(entityMeta)) == null ? void 0 : _a3.fields, (field) => {
|
|
28505
28505
|
return openBlock(), createElementBlock("div", {
|
|
@@ -28516,7 +28516,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
28516
28516
|
], 2);
|
|
28517
28517
|
}), 128)),
|
|
28518
28518
|
createElementVNode("div", _hoisted_6$5, [
|
|
28519
|
-
createVNode(unref(_sfc_main$
|
|
28519
|
+
createVNode(unref(_sfc_main$P), {
|
|
28520
28520
|
icon: "delete",
|
|
28521
28521
|
onClick: ($event) => removeRow2(index2)
|
|
28522
28522
|
}, null, 8, ["onClick"])
|
|
@@ -28542,17 +28542,17 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
28542
28542
|
]),
|
|
28543
28543
|
_: 1
|
|
28544
28544
|
})
|
|
28545
|
-
], 8, _hoisted_1$
|
|
28545
|
+
], 8, _hoisted_1$q);
|
|
28546
28546
|
};
|
|
28547
28547
|
}
|
|
28548
28548
|
});
|
|
28549
|
-
const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
28550
|
-
const _hoisted_1$
|
|
28551
|
-
const _hoisted_2$
|
|
28552
|
-
const _hoisted_3$
|
|
28553
|
-
const _hoisted_4$
|
|
28549
|
+
const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-515f5dc9"]]);
|
|
28550
|
+
const _hoisted_1$p = ["title"];
|
|
28551
|
+
const _hoisted_2$j = ["for"];
|
|
28552
|
+
const _hoisted_3$e = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
|
|
28553
|
+
const _hoisted_4$a = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
|
|
28554
28554
|
const _hoisted_5$9 = { key: 2 };
|
|
28555
|
-
const _sfc_main$
|
|
28555
|
+
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
28556
28556
|
__name: "TextInput",
|
|
28557
28557
|
props: {
|
|
28558
28558
|
id: {},
|
|
@@ -28644,7 +28644,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
28644
28644
|
onFocusout: _cache[1] || (_cache[1] = //@ts-ignore
|
|
28645
28645
|
(...args) => _ctx.onFocusout && _ctx.onFocusout(...args)),
|
|
28646
28646
|
onInput: updateInputVal
|
|
28647
|
-
}), null, 16, _hoisted_3$
|
|
28647
|
+
}), null, 16, _hoisted_3$e)), [
|
|
28648
28648
|
[
|
|
28649
28649
|
vModelDynamic,
|
|
28650
28650
|
unref(inputVal),
|
|
@@ -28664,40 +28664,38 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
28664
28664
|
disabled: _ctx.disabled,
|
|
28665
28665
|
required: _ctx.required,
|
|
28666
28666
|
pattern: _ctx.pattern
|
|
28667
|
-
}, _ctx.nativeInputAttrs, { onInput: updateInputVal }), null, 16, _hoisted_4$
|
|
28667
|
+
}, _ctx.nativeInputAttrs, { onInput: updateInputVal }), null, 16, _hoisted_4$a)), [
|
|
28668
28668
|
[vModelText, unref(inputVal)]
|
|
28669
28669
|
]),
|
|
28670
28670
|
_ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_5$9, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true)
|
|
28671
|
-
], 8, _hoisted_2$
|
|
28672
|
-
_ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$
|
|
28671
|
+
], 8, _hoisted_2$j),
|
|
28672
|
+
_ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$P), {
|
|
28673
28673
|
key: 0,
|
|
28674
28674
|
class: "iconStart",
|
|
28675
28675
|
icon: _ctx.iconStart
|
|
28676
28676
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
28677
|
-
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$
|
|
28677
|
+
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$P), {
|
|
28678
28678
|
key: 1,
|
|
28679
28679
|
icon: _ctx.icon
|
|
28680
28680
|
}, null, 8, ["icon"])) : createCommentVNode("", true)
|
|
28681
|
-
], 10, _hoisted_1$
|
|
28681
|
+
], 10, _hoisted_1$p);
|
|
28682
28682
|
};
|
|
28683
28683
|
}
|
|
28684
28684
|
});
|
|
28685
|
-
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
28686
|
-
const _hoisted_1$
|
|
28687
|
-
const _sfc_main$
|
|
28685
|
+
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-82137f41"]]);
|
|
28686
|
+
const _hoisted_1$o = { class: "primary-checkbox" };
|
|
28687
|
+
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
28688
28688
|
__name: "Checkbox",
|
|
28689
28689
|
props: {
|
|
28690
|
-
"modelValue": {
|
|
28691
|
-
type: Boolean,
|
|
28692
|
-
default: false
|
|
28693
|
-
},
|
|
28690
|
+
"modelValue": { type: Boolean, ...{ default: false } },
|
|
28694
28691
|
"modelModifiers": {}
|
|
28695
28692
|
},
|
|
28696
28693
|
emits: ["update:modelValue"],
|
|
28697
28694
|
setup(__props) {
|
|
28698
28695
|
const val = useModel(__props, "modelValue");
|
|
28699
28696
|
return (_ctx, _cache) => {
|
|
28700
|
-
return openBlock(), createElementBlock("label", _hoisted_1$
|
|
28697
|
+
return openBlock(), createElementBlock("label", _hoisted_1$o, [
|
|
28698
|
+
renderSlot(_ctx.$slots, "label", {}, void 0, true),
|
|
28701
28699
|
withDirectives(createElementVNode("input", {
|
|
28702
28700
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
|
|
28703
28701
|
type: "checkbox"
|
|
@@ -28708,10 +28706,10 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
28708
28706
|
};
|
|
28709
28707
|
}
|
|
28710
28708
|
});
|
|
28711
|
-
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
28712
|
-
const _hoisted_1$
|
|
28713
|
-
const _hoisted_2$
|
|
28714
|
-
const _sfc_main$
|
|
28709
|
+
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-e6b95ea6"]]);
|
|
28710
|
+
const _hoisted_1$n = ["title"];
|
|
28711
|
+
const _hoisted_2$i = ["id", "placeholder", "required"];
|
|
28712
|
+
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
28715
28713
|
__name: "ColorPicker",
|
|
28716
28714
|
props: {
|
|
28717
28715
|
label: {},
|
|
@@ -28749,23 +28747,23 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
28749
28747
|
placeholder: _ctx.placeholder || _ctx.label,
|
|
28750
28748
|
class: { "no-edit": !_ctx.editMode },
|
|
28751
28749
|
required: _ctx.required
|
|
28752
|
-
}, _ctx.nativeInputAttrs), null, 16, _hoisted_2$
|
|
28750
|
+
}, _ctx.nativeInputAttrs), null, 16, _hoisted_2$i), [
|
|
28753
28751
|
[vModelText, inputVal.value]
|
|
28754
28752
|
])
|
|
28755
28753
|
])
|
|
28756
|
-
], 10, _hoisted_1$
|
|
28754
|
+
], 10, _hoisted_1$n)) : createCommentVNode("", true);
|
|
28757
28755
|
};
|
|
28758
28756
|
}
|
|
28759
28757
|
});
|
|
28760
|
-
const _hoisted_1$
|
|
28761
|
-
const _hoisted_2$
|
|
28762
|
-
const _hoisted_3$
|
|
28758
|
+
const _hoisted_1$m = { class: "datetime-wrap" };
|
|
28759
|
+
const _hoisted_2$h = { class: "date-wrap" };
|
|
28760
|
+
const _hoisted_3$d = {
|
|
28763
28761
|
key: 0,
|
|
28764
28762
|
class: "time-wrap"
|
|
28765
28763
|
};
|
|
28766
|
-
const _hoisted_4$
|
|
28764
|
+
const _hoisted_4$9 = ["id", "name", "value"];
|
|
28767
28765
|
const _hoisted_5$8 = ["for"];
|
|
28768
|
-
const _sfc_main$
|
|
28766
|
+
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
28769
28767
|
__name: "DatePicker",
|
|
28770
28768
|
props: {
|
|
28771
28769
|
label: {},
|
|
@@ -28794,8 +28792,8 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
28794
28792
|
return `${hour}:${minute}`;
|
|
28795
28793
|
});
|
|
28796
28794
|
return (_ctx, _cache) => {
|
|
28797
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
28798
|
-
createElementVNode("div", _hoisted_2$
|
|
28795
|
+
return openBlock(), createElementBlock("div", _hoisted_1$m, [
|
|
28796
|
+
createElementVNode("div", _hoisted_2$h, [
|
|
28799
28797
|
createVNode(unref(Hn), mergeProps({
|
|
28800
28798
|
modelValue: selectedDate.value,
|
|
28801
28799
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedDate.value = $event),
|
|
@@ -28813,7 +28811,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
28813
28811
|
_: 1
|
|
28814
28812
|
}, 16, ["modelValue", "allowed-dates", "disabled-dates"])
|
|
28815
28813
|
]),
|
|
28816
|
-
_ctx.showTimeWrap ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
28814
|
+
_ctx.showTimeWrap ? (openBlock(), createElementBlock("div", _hoisted_3$d, [
|
|
28817
28815
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(unref(hours), (hr2) => {
|
|
28818
28816
|
return openBlock(), createElementBlock(Fragment$1, { key: hr2 }, [
|
|
28819
28817
|
withDirectives(createElementVNode("input", {
|
|
@@ -28822,7 +28820,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
28822
28820
|
type: "radio",
|
|
28823
28821
|
name: _ctx.label,
|
|
28824
28822
|
value: hr2
|
|
28825
|
-
}, null, 8, _hoisted_4$
|
|
28823
|
+
}, null, 8, _hoisted_4$9), [
|
|
28826
28824
|
[vModelRadio, selectedHour.value]
|
|
28827
28825
|
]),
|
|
28828
28826
|
createElementVNode("label", {
|
|
@@ -28835,12 +28833,12 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
28835
28833
|
};
|
|
28836
28834
|
}
|
|
28837
28835
|
});
|
|
28838
|
-
const _hoisted_1$
|
|
28839
|
-
const _hoisted_2$
|
|
28840
|
-
const _hoisted_3$
|
|
28841
|
-
const _hoisted_4$
|
|
28836
|
+
const _hoisted_1$l = { class: "bagel-input" };
|
|
28837
|
+
const _hoisted_2$g = { class: "pb-025" };
|
|
28838
|
+
const _hoisted_3$c = { class: "flex gap-05 flex-wrap" };
|
|
28839
|
+
const _hoisted_4$8 = ["id", "name", "value", "checked"];
|
|
28842
28840
|
const _hoisted_5$7 = ["for"];
|
|
28843
|
-
const _sfc_main$
|
|
28841
|
+
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
28844
28842
|
__name: "RadioPillsInput",
|
|
28845
28843
|
props: {
|
|
28846
28844
|
options: {},
|
|
@@ -28881,9 +28879,9 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
28881
28879
|
selectedValue.value = props2.modelValue;
|
|
28882
28880
|
});
|
|
28883
28881
|
return (_ctx, _cache) => {
|
|
28884
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
28885
|
-
createElementVNode("label", _hoisted_2$
|
|
28886
|
-
createElementVNode("div", _hoisted_3$
|
|
28882
|
+
return openBlock(), createElementBlock("div", _hoisted_1$l, [
|
|
28883
|
+
createElementVNode("label", _hoisted_2$g, toDisplayString(_ctx.label), 1),
|
|
28884
|
+
createElementVNode("div", _hoisted_3$c, [
|
|
28887
28885
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.options, (option2, index2) => {
|
|
28888
28886
|
return openBlock(), createElementBlock("div", {
|
|
28889
28887
|
key: index2,
|
|
@@ -28896,7 +28894,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
28896
28894
|
value: getValue(option2),
|
|
28897
28895
|
checked: unref(selectedValue) === getValue(option2),
|
|
28898
28896
|
onChange: handleSelect
|
|
28899
|
-
}, null, 40, _hoisted_4$
|
|
28897
|
+
}, null, 40, _hoisted_4$8),
|
|
28900
28898
|
createElementVNode("label", {
|
|
28901
28899
|
for: `${_ctx.id}-${getValue(option2)}`
|
|
28902
28900
|
}, toDisplayString(getLabel(option2)), 9, _hoisted_5$7)
|
|
@@ -28907,15 +28905,15 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
28907
28905
|
};
|
|
28908
28906
|
}
|
|
28909
28907
|
});
|
|
28910
|
-
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
28908
|
+
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-d86ce838"]]);
|
|
28911
28909
|
const _withScopeId$2 = (n2) => (pushScopeId("data-v-e848b48d"), n2 = n2(), popScopeId(), n2);
|
|
28912
|
-
const _hoisted_1$
|
|
28913
|
-
const _hoisted_2$
|
|
28910
|
+
const _hoisted_1$k = { class: "bagel-input" };
|
|
28911
|
+
const _hoisted_2$f = {
|
|
28914
28912
|
key: 0,
|
|
28915
28913
|
class: "single-image"
|
|
28916
28914
|
};
|
|
28917
|
-
const _hoisted_3$
|
|
28918
|
-
const _hoisted_4$
|
|
28915
|
+
const _hoisted_3$b = ["src"];
|
|
28916
|
+
const _hoisted_4$7 = {
|
|
28919
28917
|
key: 1,
|
|
28920
28918
|
class: "multi-image-item previewName"
|
|
28921
28919
|
};
|
|
@@ -28934,7 +28932,7 @@ const _hoisted_12 = {
|
|
|
28934
28932
|
class: "progress"
|
|
28935
28933
|
};
|
|
28936
28934
|
const _hoisted_13 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("p", null, "Drop files here or click to upload", -1));
|
|
28937
|
-
const _sfc_main$
|
|
28935
|
+
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
28938
28936
|
__name: "FileUpload",
|
|
28939
28937
|
props: {
|
|
28940
28938
|
label: {},
|
|
@@ -29064,7 +29062,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
29064
29062
|
flushQueue();
|
|
29065
29063
|
}
|
|
29066
29064
|
return (_ctx, _cache) => {
|
|
29067
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
29065
|
+
return openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
29068
29066
|
createElementVNode("label", null, toDisplayString(_ctx.label), 1),
|
|
29069
29067
|
createElementVNode("div", {
|
|
29070
29068
|
class: normalizeClass(["fileUploadWrap", {
|
|
@@ -29084,14 +29082,14 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
29084
29082
|
return openBlock(), createElementBlock(Fragment$1, {
|
|
29085
29083
|
key: file.id
|
|
29086
29084
|
}, [
|
|
29087
|
-
!_ctx.multiple ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
29085
|
+
!_ctx.multiple ? (openBlock(), createElementBlock("div", _hoisted_2$f, [
|
|
29088
29086
|
createElementVNode("img", {
|
|
29089
29087
|
class: "single preview",
|
|
29090
29088
|
src: file.url,
|
|
29091
29089
|
alt: ""
|
|
29092
|
-
}, null, 8, _hoisted_3$
|
|
29090
|
+
}, null, 8, _hoisted_3$b)
|
|
29093
29091
|
])) : createCommentVNode("", true),
|
|
29094
|
-
_ctx.multiple ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
29092
|
+
_ctx.multiple ? (openBlock(), createElementBlock("div", _hoisted_4$7, [
|
|
29095
29093
|
createElementVNode("img", {
|
|
29096
29094
|
class: "preview",
|
|
29097
29095
|
src: file.url,
|
|
@@ -29133,7 +29131,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
29133
29131
|
style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
|
|
29134
29132
|
}, [
|
|
29135
29133
|
fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_12, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
|
|
29136
|
-
createVNode(unref(_sfc_main$
|
|
29134
|
+
createVNode(unref(_sfc_main$P), {
|
|
29137
29135
|
class: "success",
|
|
29138
29136
|
icon: "check"
|
|
29139
29137
|
})
|
|
@@ -29153,16 +29151,16 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
29153
29151
|
};
|
|
29154
29152
|
}
|
|
29155
29153
|
});
|
|
29156
|
-
const $el = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29154
|
+
const $el = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-e848b48d"]]);
|
|
29157
29155
|
const _withScopeId$1 = (n2) => (pushScopeId("data-v-06b95183"), n2 = n2(), popScopeId(), n2);
|
|
29158
|
-
const _hoisted_1$
|
|
29159
|
-
const _hoisted_2$
|
|
29160
|
-
const _hoisted_3$
|
|
29161
|
-
_hoisted_2$
|
|
29156
|
+
const _hoisted_1$j = ["title"];
|
|
29157
|
+
const _hoisted_2$e = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "slider round" }, null, -1));
|
|
29158
|
+
const _hoisted_3$a = [
|
|
29159
|
+
_hoisted_2$e
|
|
29162
29160
|
];
|
|
29163
|
-
const _hoisted_4$
|
|
29161
|
+
const _hoisted_4$6 = ["id", "required"];
|
|
29164
29162
|
const _hoisted_5$5 = ["for"];
|
|
29165
|
-
const _sfc_main$
|
|
29163
|
+
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
29166
29164
|
__name: "ToggleInput",
|
|
29167
29165
|
props: /* @__PURE__ */ mergeModels({
|
|
29168
29166
|
label: {},
|
|
@@ -29190,13 +29188,13 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
29190
29188
|
}, [
|
|
29191
29189
|
createElementVNode("div", {
|
|
29192
29190
|
class: normalizeClass(["switch", { checked: checked.value }])
|
|
29193
|
-
}, _hoisted_3$
|
|
29191
|
+
}, _hoisted_3$a, 2),
|
|
29194
29192
|
withDirectives(createElementVNode("input", {
|
|
29195
29193
|
id: inputId.value,
|
|
29196
29194
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => checked.value = $event),
|
|
29197
29195
|
type: "checkbox",
|
|
29198
29196
|
required: _ctx.required
|
|
29199
|
-
}, null, 8, _hoisted_4$
|
|
29197
|
+
}, null, 8, _hoisted_4$6), [
|
|
29200
29198
|
[vModelCheckbox, checked.value]
|
|
29201
29199
|
]),
|
|
29202
29200
|
createElementVNode("label", { for: inputId.value }, [
|
|
@@ -29204,11 +29202,11 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
29204
29202
|
createTextVNode(toDisplayString(_ctx.label), 1)
|
|
29205
29203
|
], true)
|
|
29206
29204
|
], 8, _hoisted_5$5)
|
|
29207
|
-
], 10, _hoisted_1$
|
|
29205
|
+
], 10, _hoisted_1$j);
|
|
29208
29206
|
};
|
|
29209
29207
|
}
|
|
29210
29208
|
});
|
|
29211
|
-
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29209
|
+
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-06b95183"]]);
|
|
29212
29210
|
function OrderedMap(content) {
|
|
29213
29211
|
this.content = content;
|
|
29214
29212
|
}
|
|
@@ -52994,12 +52992,12 @@ const TableHeader = Node$2.create({
|
|
|
52994
52992
|
return ["th", mergeAttributes(this.options.HTMLAttributes, HTMLAttributes), 0];
|
|
52995
52993
|
}
|
|
52996
52994
|
});
|
|
52997
|
-
const _hoisted_1$
|
|
52998
|
-
const _hoisted_2$
|
|
52995
|
+
const _hoisted_1$i = { class: "RichText" };
|
|
52996
|
+
const _hoisted_2$d = {
|
|
52999
52997
|
key: 0,
|
|
53000
52998
|
class: "RichText-tools"
|
|
53001
52999
|
};
|
|
53002
|
-
const _sfc_main$
|
|
53000
|
+
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
53003
53001
|
__name: "RichText",
|
|
53004
53002
|
props: {
|
|
53005
53003
|
modelValue: {}
|
|
@@ -53224,8 +53222,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
53224
53222
|
});
|
|
53225
53223
|
return (_ctx, _cache) => {
|
|
53226
53224
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
53227
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
53228
|
-
unref(editor) ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
53225
|
+
return openBlock(), createElementBlock("div", _hoisted_1$i, [
|
|
53226
|
+
unref(editor) ? (openBlock(), createElementBlock("div", _hoisted_2$d, [
|
|
53229
53227
|
(openBlock(), createElementBlock(Fragment$1, null, renderList(config, (item) => {
|
|
53230
53228
|
var _a2;
|
|
53231
53229
|
return withDirectives(createVNode(unref(Btn), {
|
|
@@ -55332,13 +55330,13 @@ function parsePhoneNumber$1() {
|
|
|
55332
55330
|
function parsePhoneNumber() {
|
|
55333
55331
|
return withMetadataArgument(parsePhoneNumber$1, arguments);
|
|
55334
55332
|
}
|
|
55335
|
-
const _hoisted_1$
|
|
55336
|
-
const _hoisted_2$
|
|
55337
|
-
const _hoisted_3$
|
|
55338
|
-
const _hoisted_4$
|
|
55333
|
+
const _hoisted_1$h = ["aria-expanded"];
|
|
55334
|
+
const _hoisted_2$c = { class: "p-075 tel-countryp-dropdown" };
|
|
55335
|
+
const _hoisted_3$9 = ["aria-selected", "onClick", "onMousemove"];
|
|
55336
|
+
const _hoisted_4$5 = { class: "tel-country" };
|
|
55339
55337
|
const _hoisted_5$4 = { key: 1 };
|
|
55340
55338
|
const _hoisted_6$3 = ["id", "required", "placeholder", "disabled", "autocomplete", "pattern", "minlength", "maxlength", "name", "readonly", "tabindex", "aria-describedby"];
|
|
55341
|
-
const _sfc_main$
|
|
55339
|
+
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
55342
55340
|
__name: "TelInput",
|
|
55343
55341
|
props: /* @__PURE__ */ mergeModels({
|
|
55344
55342
|
label: {},
|
|
@@ -55596,7 +55594,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
55596
55594
|
onHide: _cache[2] || (_cache[2] = ($event) => isRef(open) ? open.value = false : open = false)
|
|
55597
55595
|
}, {
|
|
55598
55596
|
popper: withCtx(({ hide: hide2 }) => [
|
|
55599
|
-
createElementVNode("div", _hoisted_2$
|
|
55597
|
+
createElementVNode("div", _hoisted_2$c, [
|
|
55600
55598
|
_ctx.searchable ? (openBlock(), createBlock(unref(TextInput), {
|
|
55601
55599
|
key: 0,
|
|
55602
55600
|
modelValue: searchQuery.value,
|
|
@@ -55627,9 +55625,9 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
55627
55625
|
key: 0,
|
|
55628
55626
|
country: pb.iso2
|
|
55629
55627
|
}, null, 8, ["country"])) : createCommentVNode("", true),
|
|
55630
|
-
createElementVNode("p", _hoisted_4$
|
|
55628
|
+
createElementVNode("p", _hoisted_4$5, toDisplayString(pb.name), 1),
|
|
55631
55629
|
computedDropDownOptions.value.showDialCodeInList ? (openBlock(), createElementBlock("span", _hoisted_5$4, " +" + toDisplayString(pb.dialCode), 1)) : createCommentVNode("", true)
|
|
55632
|
-
], 40, _hoisted_3$
|
|
55630
|
+
], 40, _hoisted_3$9);
|
|
55633
55631
|
}), 128))
|
|
55634
55632
|
], 2)
|
|
55635
55633
|
])
|
|
@@ -55639,7 +55637,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
55639
55637
|
class: "flex gap-05",
|
|
55640
55638
|
onClick: _cache[0] || (_cache[0] = ($event) => isRef(open) ? open.value = true : open = true)
|
|
55641
55639
|
}, [
|
|
55642
|
-
createVNode(unref(_sfc_main$
|
|
55640
|
+
createVNode(unref(_sfc_main$P), {
|
|
55643
55641
|
icon: unref(open) ? "collapse_all" : "expand_all"
|
|
55644
55642
|
}, null, 8, ["icon"]),
|
|
55645
55643
|
computedDropDownOptions.value.showFlags && unref(activeCountryCode) ? (openBlock(), createBlock(unref(Flag), {
|
|
@@ -55677,13 +55675,13 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
55677
55675
|
}, null, 44, _hoisted_6$3), [
|
|
55678
55676
|
[vModelText, phone.value]
|
|
55679
55677
|
])
|
|
55680
|
-
], 40, _hoisted_1$
|
|
55678
|
+
], 40, _hoisted_1$h)
|
|
55681
55679
|
])
|
|
55682
55680
|
], 2);
|
|
55683
55681
|
};
|
|
55684
55682
|
}
|
|
55685
55683
|
});
|
|
55686
|
-
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
55684
|
+
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-b13ff2af"]]);
|
|
55687
55685
|
/*!
|
|
55688
55686
|
* Signature Pad v5.0.2 | https://github.com/szimek/signature_pad
|
|
55689
55687
|
* (c) 2024 Szymon Nowak | Released under the MIT license
|
|
@@ -56277,8 +56275,8 @@ class SignaturePad extends SignatureEventTarget {
|
|
|
56277
56275
|
return svg.outerHTML;
|
|
56278
56276
|
}
|
|
56279
56277
|
}
|
|
56280
|
-
const _hoisted_1$
|
|
56281
|
-
const _sfc_main$
|
|
56278
|
+
const _hoisted_1$g = ["disabled"];
|
|
56279
|
+
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
56282
56280
|
__name: "SignaturePad",
|
|
56283
56281
|
props: {
|
|
56284
56282
|
sigOption: {},
|
|
@@ -56409,16 +56407,16 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
56409
56407
|
ref: vCanvas,
|
|
56410
56408
|
class: "canvas",
|
|
56411
56409
|
disabled: _ctx.disabled
|
|
56412
|
-
}, null, 8, _hoisted_1$
|
|
56410
|
+
}, null, 8, _hoisted_1$g)
|
|
56413
56411
|
], 34);
|
|
56414
56412
|
};
|
|
56415
56413
|
}
|
|
56416
56414
|
});
|
|
56417
|
-
const _hoisted_1$
|
|
56415
|
+
const _hoisted_1$f = {
|
|
56418
56416
|
class: "toolbar",
|
|
56419
56417
|
role: "toolbar"
|
|
56420
56418
|
};
|
|
56421
|
-
const _sfc_main$
|
|
56419
|
+
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
56422
56420
|
__name: "Toolbar",
|
|
56423
56421
|
props: {
|
|
56424
56422
|
config: {}
|
|
@@ -56468,7 +56466,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
56468
56466
|
}
|
|
56469
56467
|
return (_ctx, _cache) => {
|
|
56470
56468
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
56471
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
56469
|
+
return openBlock(), createElementBlock("div", _hoisted_1$f, [
|
|
56472
56470
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(toolbarOptions.filter((t) => _ctx.config.includes(t.name)), (action) => {
|
|
56473
56471
|
return withDirectives((openBlock(), createBlock(unref(Btn), {
|
|
56474
56472
|
key: action.name,
|
|
@@ -56501,7 +56499,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
56501
56499
|
};
|
|
56502
56500
|
}
|
|
56503
56501
|
});
|
|
56504
|
-
const Toolbar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
56502
|
+
const Toolbar = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-4c741194"]]);
|
|
56505
56503
|
function applyFormatting(command2, value = "") {
|
|
56506
56504
|
const selection = window.getSelection();
|
|
56507
56505
|
if (selection && selection.rangeCount > 0) {
|
|
@@ -56674,9 +56672,9 @@ function createTable() {
|
|
|
56674
56672
|
}
|
|
56675
56673
|
}
|
|
56676
56674
|
}
|
|
56677
|
-
const _hoisted_1$
|
|
56678
|
-
const _hoisted_2$
|
|
56679
|
-
const _sfc_main$
|
|
56675
|
+
const _hoisted_1$e = { class: "rich-text-editor" };
|
|
56676
|
+
const _hoisted_2$b = ["innerHTML"];
|
|
56677
|
+
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
56680
56678
|
__name: "index",
|
|
56681
56679
|
props: {
|
|
56682
56680
|
modelValue: {},
|
|
@@ -56791,7 +56789,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
56791
56789
|
}
|
|
56792
56790
|
}
|
|
56793
56791
|
return (_ctx, _cache) => {
|
|
56794
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
56792
|
+
return openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
56795
56793
|
createVNode(Toolbar, {
|
|
56796
56794
|
config: config.value,
|
|
56797
56795
|
onAction: handleToolbarAction
|
|
@@ -56824,13 +56822,78 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
56824
56822
|
key: 0,
|
|
56825
56823
|
class: "preview-area",
|
|
56826
56824
|
innerHTML: unref(contentHtml)
|
|
56827
|
-
}, null, 8, _hoisted_2$
|
|
56825
|
+
}, null, 8, _hoisted_2$b)) : createCommentVNode("", true)
|
|
56828
56826
|
], 2)
|
|
56829
56827
|
]);
|
|
56830
56828
|
};
|
|
56831
56829
|
}
|
|
56832
56830
|
});
|
|
56833
|
-
const index = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
56831
|
+
const index = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-e3cd444d"]]);
|
|
56832
|
+
const _hoisted_1$d = ["name", "value"];
|
|
56833
|
+
const _hoisted_2$a = ["src", "alt"];
|
|
56834
|
+
const _hoisted_3$8 = {
|
|
56835
|
+
key: 0,
|
|
56836
|
+
class: "m-0"
|
|
56837
|
+
};
|
|
56838
|
+
const _hoisted_4$4 = {
|
|
56839
|
+
key: 1,
|
|
56840
|
+
class: "txt-gray txt-12 m-0"
|
|
56841
|
+
};
|
|
56842
|
+
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
56843
|
+
__name: "RadioGroup",
|
|
56844
|
+
props: /* @__PURE__ */ mergeModels({
|
|
56845
|
+
groupName: {},
|
|
56846
|
+
options: {},
|
|
56847
|
+
deletable: { type: Boolean }
|
|
56848
|
+
}, {
|
|
56849
|
+
"modelValue": {},
|
|
56850
|
+
"modelModifiers": {}
|
|
56851
|
+
}),
|
|
56852
|
+
emits: /* @__PURE__ */ mergeModels(["delete"], ["update:modelValue"]),
|
|
56853
|
+
setup(__props) {
|
|
56854
|
+
const selectedOption = useModel(__props, "modelValue");
|
|
56855
|
+
return (_ctx, _cache) => {
|
|
56856
|
+
return openBlock(), createElementBlock("div", null, [
|
|
56857
|
+
(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.options, (opt, index2) => {
|
|
56858
|
+
return openBlock(), createElementBlock("label", {
|
|
56859
|
+
key: index2,
|
|
56860
|
+
class: "border round p-1 flex bg-gray-light mb-05 gap-075 active-list-item hover"
|
|
56861
|
+
}, [
|
|
56862
|
+
withDirectives(createElementVNode("input", {
|
|
56863
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedOption.value = $event),
|
|
56864
|
+
class: "radio-input-list",
|
|
56865
|
+
type: "radio",
|
|
56866
|
+
name: _ctx.groupName,
|
|
56867
|
+
value: opt.value
|
|
56868
|
+
}, null, 8, _hoisted_1$d), [
|
|
56869
|
+
[vModelRadio, selectedOption.value]
|
|
56870
|
+
]),
|
|
56871
|
+
opt.imgSrc ? (openBlock(), createElementBlock("img", {
|
|
56872
|
+
key: 0,
|
|
56873
|
+
class: "bg-white shadow-light py-025 rounded",
|
|
56874
|
+
width: "60",
|
|
56875
|
+
src: opt.imgSrc,
|
|
56876
|
+
alt: opt.imgAlt
|
|
56877
|
+
}, null, 8, _hoisted_2$a)) : createCommentVNode("", true),
|
|
56878
|
+
createElementVNode("div", null, [
|
|
56879
|
+
opt.label ? (openBlock(), createElementBlock("p", _hoisted_3$8, toDisplayString(opt.label), 1)) : createCommentVNode("", true),
|
|
56880
|
+
opt.subLabel ? (openBlock(), createElementBlock("p", _hoisted_4$4, toDisplayString(opt.subLabel), 1)) : createCommentVNode("", true)
|
|
56881
|
+
]),
|
|
56882
|
+
_ctx.deletable ? (openBlock(), createBlock(unref(Btn), {
|
|
56883
|
+
key: 1,
|
|
56884
|
+
class: "ms-auto",
|
|
56885
|
+
flat: "",
|
|
56886
|
+
thin: "",
|
|
56887
|
+
icon: "delete",
|
|
56888
|
+
onClick: ($event) => _ctx.$emit("delete", opt)
|
|
56889
|
+
}, null, 8, ["onClick"])) : createCommentVNode("", true)
|
|
56890
|
+
]);
|
|
56891
|
+
}), 128))
|
|
56892
|
+
]);
|
|
56893
|
+
};
|
|
56894
|
+
}
|
|
56895
|
+
});
|
|
56896
|
+
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-a921574e"]]);
|
|
56834
56897
|
function _isPlaceholder(a2) {
|
|
56835
56898
|
return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
|
|
56836
56899
|
}
|
|
@@ -62996,7 +63059,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
62996
63059
|
}
|
|
62997
63060
|
return (_ctx, _cache) => {
|
|
62998
63061
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
62999
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
63062
|
+
return openBlock(), createBlock(unref(_sfc_main$C), {
|
|
63000
63063
|
class: normalizeClass(["flex column gap-05 pt-1 bgl_sidebar", { wideNav: unref(isOpen) }])
|
|
63001
63064
|
}, {
|
|
63002
63065
|
default: withCtx(() => [
|
|
@@ -63019,7 +63082,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
63019
63082
|
class: "nav-button px-075"
|
|
63020
63083
|
}, {
|
|
63021
63084
|
default: withCtx(() => [
|
|
63022
|
-
createVNode(unref(_sfc_main$
|
|
63085
|
+
createVNode(unref(_sfc_main$P), {
|
|
63023
63086
|
icon: nav2.icon,
|
|
63024
63087
|
size: 1.4
|
|
63025
63088
|
}, null, 8, ["icon"]),
|
|
@@ -63056,7 +63119,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
63056
63119
|
},
|
|
63057
63120
|
setup(__props) {
|
|
63058
63121
|
return (_ctx, _cache) => {
|
|
63059
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
63122
|
+
return openBlock(), createBlock(unref(_sfc_main$C), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
|
|
63060
63123
|
default: withCtx(() => [
|
|
63061
63124
|
renderSlot(_ctx.$slots, "brand", {}, void 0, true),
|
|
63062
63125
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.navLinks, (nav2, i2) => {
|
|
@@ -63067,7 +63130,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
63067
63130
|
onClick: nav2.onClick
|
|
63068
63131
|
}, {
|
|
63069
63132
|
default: withCtx(() => [
|
|
63070
|
-
createVNode(unref(_sfc_main$
|
|
63133
|
+
createVNode(unref(_sfc_main$P), {
|
|
63071
63134
|
icon: nav2.icon,
|
|
63072
63135
|
size: 1.4,
|
|
63073
63136
|
class: "m-0"
|
|
@@ -63218,7 +63281,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
63218
63281
|
class: normalizeClass([{ active: isActive2(tab) }, "bgl_tab relative z-1"]),
|
|
63219
63282
|
onClick: ($event) => selectTab(tab)
|
|
63220
63283
|
}, [
|
|
63221
|
-
typeof tab !== "string" && tab.icon ? (openBlock(), createBlock(unref(_sfc_main$
|
|
63284
|
+
typeof tab !== "string" && tab.icon ? (openBlock(), createBlock(unref(_sfc_main$P), {
|
|
63222
63285
|
key: 0,
|
|
63223
63286
|
icon: tab.icon
|
|
63224
63287
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
@@ -63633,50 +63696,51 @@ const allCountries = countryArray.map(
|
|
|
63633
63696
|
})
|
|
63634
63697
|
);
|
|
63635
63698
|
export {
|
|
63636
|
-
_sfc_main$
|
|
63699
|
+
_sfc_main$z as Accordion,
|
|
63637
63700
|
AccordionItem,
|
|
63638
63701
|
Alert,
|
|
63639
63702
|
Avatar,
|
|
63640
63703
|
Badge,
|
|
63641
|
-
_sfc_main$
|
|
63704
|
+
_sfc_main$r as BagelForm,
|
|
63642
63705
|
BagelVue,
|
|
63643
|
-
_sfc_main$
|
|
63644
|
-
_sfc_main$
|
|
63706
|
+
_sfc_main$q as BglField,
|
|
63707
|
+
_sfc_main$r as BglForm,
|
|
63645
63708
|
BglVideo,
|
|
63646
63709
|
BottomMenu,
|
|
63647
63710
|
Btn,
|
|
63648
|
-
_sfc_main$
|
|
63711
|
+
_sfc_main$C as Card,
|
|
63649
63712
|
Carousel,
|
|
63650
63713
|
CheckInput,
|
|
63651
63714
|
Checkbox,
|
|
63652
|
-
_sfc_main$
|
|
63715
|
+
_sfc_main$i as ColorPicker,
|
|
63653
63716
|
DataPreview,
|
|
63654
|
-
_sfc_main$
|
|
63655
|
-
_sfc_main$
|
|
63717
|
+
_sfc_main$o as DateInput,
|
|
63718
|
+
_sfc_main$h as DatePicker,
|
|
63656
63719
|
kt$1 as Dropdown,
|
|
63657
63720
|
$el as FileUpload,
|
|
63658
63721
|
Flag,
|
|
63659
|
-
_sfc_main$
|
|
63722
|
+
_sfc_main$P as Icon,
|
|
63660
63723
|
JSONInput,
|
|
63661
63724
|
Layout,
|
|
63662
63725
|
_sfc_main$7 as Lineart,
|
|
63663
|
-
_sfc_main$
|
|
63726
|
+
_sfc_main$I as ListItem,
|
|
63664
63727
|
ListView,
|
|
63665
|
-
_sfc_main$
|
|
63666
|
-
_sfc_main$
|
|
63667
|
-
_sfc_main$
|
|
63668
|
-
_sfc_main$
|
|
63728
|
+
_sfc_main$t as MapEmbed,
|
|
63729
|
+
_sfc_main$P as MaterialIcon,
|
|
63730
|
+
_sfc_main$M as Modal,
|
|
63731
|
+
_sfc_main$u as ModalConfirm,
|
|
63669
63732
|
ModalForm,
|
|
63670
63733
|
ModalPlugin,
|
|
63671
63734
|
NavBar,
|
|
63672
|
-
_sfc_main$
|
|
63735
|
+
_sfc_main$H as PageTitle,
|
|
63736
|
+
RadioGroup,
|
|
63673
63737
|
RadioPillsInput,
|
|
63674
|
-
_sfc_main$
|
|
63738
|
+
_sfc_main$d as RichText,
|
|
63675
63739
|
index as RichText2,
|
|
63676
63740
|
RouterWrapper,
|
|
63677
63741
|
SelectInput,
|
|
63678
63742
|
SidebarMenu,
|
|
63679
|
-
_sfc_main$
|
|
63743
|
+
_sfc_main$b as SignaturePad,
|
|
63680
63744
|
TabbedLayout,
|
|
63681
63745
|
TableField,
|
|
63682
63746
|
TableSchema,
|
|
@@ -63685,7 +63749,7 @@ export {
|
|
|
63685
63749
|
TabsNav,
|
|
63686
63750
|
TelInput,
|
|
63687
63751
|
TextInput,
|
|
63688
|
-
_sfc_main$
|
|
63752
|
+
_sfc_main$A as Title,
|
|
63689
63753
|
ToggleInput,
|
|
63690
63754
|
TopBar,
|
|
63691
63755
|
allCountries,
|