@bagelink/vue 0.0.736 → 0.0.738
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/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/PasswordInput.vue.d.ts +18 -43
- package/dist/components/form/inputs/PasswordInput.vue.d.ts.map +1 -1
- 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/components/lightbox/Lightbox.vue.d.ts.map +1 -1
- package/dist/index.cjs +302 -259
- package/dist/index.mjs +302 -259
- package/dist/style.css +66 -53
- package/package.json +1 -1
- package/src/components/form/inputs/FileUpload.vue +2 -2
- package/src/components/form/inputs/PasswordInput.vue +26 -0
- package/src/components/form/inputs/SelectInput.vue +11 -4
- package/src/components/form/inputs/index.ts +1 -0
- package/src/components/lightbox/Lightbox.vue +22 -16
- package/src/styles/text.css +8 -0
package/dist/index.mjs
CHANGED
|
@@ -5145,24 +5145,24 @@ class Bagel {
|
|
|
5145
5145
|
return data2;
|
|
5146
5146
|
}
|
|
5147
5147
|
}
|
|
5148
|
-
const _hoisted_1$
|
|
5149
|
-
|
|
5150
|
-
|
|
5151
|
-
|
|
5148
|
+
const _hoisted_1$O = {
|
|
5149
|
+
key: 0,
|
|
5150
|
+
class: "navigation flex space-between px-3 w-100 absolute"
|
|
5151
|
+
};
|
|
5152
|
+
const _hoisted_2$C = { class: "bgl-lightbox-item" };
|
|
5153
|
+
const _hoisted_3$q = ["src"];
|
|
5154
|
+
const _hoisted_4$i = ["src", "title"];
|
|
5155
|
+
const _hoisted_5$g = {
|
|
5152
5156
|
key: 3,
|
|
5153
5157
|
class: "file-info txt-white"
|
|
5154
5158
|
};
|
|
5155
|
-
const
|
|
5156
|
-
const
|
|
5159
|
+
const _hoisted_6$b = ["href"];
|
|
5160
|
+
const _hoisted_7$6 = {
|
|
5157
5161
|
key: 0,
|
|
5158
|
-
class: "navigation flex space-between w-100 absolute"
|
|
5159
|
-
};
|
|
5160
|
-
const _hoisted_7$5 = {
|
|
5161
|
-
key: 1,
|
|
5162
5162
|
class: "flex justify-content-center mt-2 overflow p-1 fixed bottom start end gap-1 m_justify-content-start"
|
|
5163
5163
|
};
|
|
5164
5164
|
const _hoisted_8$3 = ["src", "onClick"];
|
|
5165
|
-
const _sfc_main$
|
|
5165
|
+
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
5166
5166
|
__name: "Lightbox",
|
|
5167
5167
|
setup(__props, { expose: __expose }) {
|
|
5168
5168
|
let isOpen = ref(false);
|
|
@@ -5174,7 +5174,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
5174
5174
|
currentItem.value = item;
|
|
5175
5175
|
if (!groupItems.length) return;
|
|
5176
5176
|
group.value = groupItems;
|
|
5177
|
-
currentIndex.value = groupItems.
|
|
5177
|
+
currentIndex.value = groupItems.findIndex(({ src }) => item.src === src);
|
|
5178
5178
|
document.addEventListener("keydown", handleKeydown);
|
|
5179
5179
|
}
|
|
5180
5180
|
function close2() {
|
|
@@ -5231,8 +5231,20 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
5231
5231
|
],
|
|
5232
5232
|
onClick: close2
|
|
5233
5233
|
}, [
|
|
5234
|
+
unref(group) && unref(group).length > 1 ? (openBlock(), createElementBlock("div", _hoisted_1$O, [
|
|
5235
|
+
createVNode(unref(Btn), {
|
|
5236
|
+
class: "navigation-btn oval",
|
|
5237
|
+
icon: "arrow_back",
|
|
5238
|
+
onClick: prev
|
|
5239
|
+
}),
|
|
5240
|
+
createVNode(unref(Btn), {
|
|
5241
|
+
class: "navigation-btn oval",
|
|
5242
|
+
icon: "arrow_forward",
|
|
5243
|
+
onClick: next
|
|
5244
|
+
})
|
|
5245
|
+
])) : createCommentVNode("", true),
|
|
5234
5246
|
createElementVNode("div", {
|
|
5235
|
-
class: "bgl-lightbox relative
|
|
5247
|
+
class: "bgl-lightbox relative txt-center",
|
|
5236
5248
|
onClick: _cache[0] || (_cache[0] = withModifiers(() => {
|
|
5237
5249
|
}, ["stop"]))
|
|
5238
5250
|
}, [
|
|
@@ -5242,45 +5254,36 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
5242
5254
|
icon: "close",
|
|
5243
5255
|
onClick: close2
|
|
5244
5256
|
}),
|
|
5245
|
-
createElementVNode("div",
|
|
5257
|
+
createElementVNode("div", _hoisted_2$C, [
|
|
5246
5258
|
((_a2 = unref(currentItem)) == null ? void 0 : _a2.type) === "image" ? (openBlock(), createElementBlock("img", {
|
|
5247
5259
|
key: 0,
|
|
5248
5260
|
src: (_b = unref(currentItem)) == null ? void 0 : _b.src,
|
|
5249
|
-
alt: "Preview"
|
|
5250
|
-
|
|
5261
|
+
alt: "Preview",
|
|
5262
|
+
class: "vw90 lightbox-image"
|
|
5263
|
+
}, null, 8, _hoisted_3$q)) : ((_c = unref(currentItem)) == null ? void 0 : _c.type) === "video" ? (openBlock(), createBlock(unref(BglVideo), {
|
|
5251
5264
|
key: 1,
|
|
5252
5265
|
src: (_d = unref(currentItem)) == null ? void 0 : _d.src,
|
|
5253
5266
|
autoplay: "",
|
|
5254
|
-
controls: ""
|
|
5267
|
+
controls: "",
|
|
5268
|
+
class: "vw90"
|
|
5255
5269
|
}, null, 8, ["src"])) : ((_e2 = unref(currentItem)) == null ? void 0 : _e2.type) === "pdf" ? (openBlock(), createElementBlock("embed", {
|
|
5256
5270
|
key: 2,
|
|
5257
5271
|
src: normalizeURL((_f = unref(currentItem)) == null ? void 0 : _f.src),
|
|
5258
5272
|
type: "application/pdf",
|
|
5259
5273
|
width: "100%",
|
|
5260
5274
|
height: "1080",
|
|
5261
|
-
title: (_g = unref(currentItem)) == null ? void 0 : _g.name
|
|
5262
|
-
|
|
5275
|
+
title: (_g = unref(currentItem)) == null ? void 0 : _g.name,
|
|
5276
|
+
class: "vw90"
|
|
5277
|
+
}, null, 8, _hoisted_4$i)) : (openBlock(), createElementBlock("div", _hoisted_5$g, [
|
|
5263
5278
|
createElementVNode("p", null, "File: " + toDisplayString((_h = unref(currentItem)) == null ? void 0 : _h.name), 1),
|
|
5264
5279
|
createElementVNode("p", null, "Type: " + toDisplayString((_i = unref(currentItem)) == null ? void 0 : _i.type), 1),
|
|
5265
5280
|
createElementVNode("a", {
|
|
5266
5281
|
href: (_j = unref(currentItem)) == null ? void 0 : _j.src,
|
|
5267
5282
|
target: "_blank"
|
|
5268
|
-
}, "Open file", 8,
|
|
5283
|
+
}, "Open file", 8, _hoisted_6$b)
|
|
5269
5284
|
]))
|
|
5270
5285
|
]),
|
|
5271
|
-
unref(group) && unref(group).length > 1 ? (openBlock(), createElementBlock("div",
|
|
5272
|
-
createVNode(unref(Btn), {
|
|
5273
|
-
class: "navigation-btn oval user-select-none",
|
|
5274
|
-
icon: "arrow_back",
|
|
5275
|
-
onClick: prev
|
|
5276
|
-
}),
|
|
5277
|
-
createVNode(unref(Btn), {
|
|
5278
|
-
class: "navigation-btn oval user-select-none",
|
|
5279
|
-
icon: "arrow_forward",
|
|
5280
|
-
onClick: next
|
|
5281
|
-
})
|
|
5282
|
-
])) : createCommentVNode("", true),
|
|
5283
|
-
unref(group) && unref(group).length > 1 ? (openBlock(), createElementBlock("div", _hoisted_7$5, [
|
|
5286
|
+
unref(group) && unref(group).length > 1 ? (openBlock(), createElementBlock("div", _hoisted_7$6, [
|
|
5284
5287
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(unref(group), (item, index2) => {
|
|
5285
5288
|
return openBlock(), createElementBlock(Fragment$1, { key: index2 }, [
|
|
5286
5289
|
item.type === "image" ? (openBlock(), createElementBlock("img", {
|
|
@@ -5289,7 +5292,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
5289
5292
|
src: item.src,
|
|
5290
5293
|
alt: "",
|
|
5291
5294
|
onClick: ($event) => selectItem(index2)
|
|
5292
|
-
}, null, 10, _hoisted_8$3)) : (openBlock(), createBlock(unref(_sfc_main$
|
|
5295
|
+
}, null, 10, _hoisted_8$3)) : (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
5293
5296
|
key: 1,
|
|
5294
5297
|
class: normalizeClass(["thumbnail object-fit-cover hover opacity-5 round flex bg-white justify-content-center align-items-center flex-shrink-0", { active: unref(currentIndex) === index2 }]),
|
|
5295
5298
|
icon: "description",
|
|
@@ -5314,7 +5317,7 @@ const _export_sfc = (sfc, props2) => {
|
|
|
5314
5317
|
}
|
|
5315
5318
|
return target;
|
|
5316
5319
|
};
|
|
5317
|
-
const Lightbox$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5320
|
+
const Lightbox$1 = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-c061443c"]]);
|
|
5318
5321
|
const groups = {};
|
|
5319
5322
|
const lightboxDirective = {
|
|
5320
5323
|
mounted(el, binding) {
|
|
@@ -5524,7 +5527,7 @@ function frmRow(...children2) {
|
|
|
5524
5527
|
function bglForm(idOrField, ...schema) {
|
|
5525
5528
|
if (typeof idOrField === "string") {
|
|
5526
5529
|
return {
|
|
5527
|
-
$el: markRaw(_sfc_main$
|
|
5530
|
+
$el: markRaw(_sfc_main$t),
|
|
5528
5531
|
id: idOrField,
|
|
5529
5532
|
attrs: {
|
|
5530
5533
|
schema: [idOrField, ...schema]
|
|
@@ -5532,7 +5535,7 @@ function bglForm(idOrField, ...schema) {
|
|
|
5532
5535
|
};
|
|
5533
5536
|
}
|
|
5534
5537
|
return {
|
|
5535
|
-
$el: markRaw(_sfc_main$
|
|
5538
|
+
$el: markRaw(_sfc_main$t),
|
|
5536
5539
|
attrs: {
|
|
5537
5540
|
schema: [idOrField, ...schema]
|
|
5538
5541
|
}
|
|
@@ -5753,9 +5756,9 @@ const ModalPlugin = {
|
|
|
5753
5756
|
return h$2(ModalForm, props2, modal.componentSlots);
|
|
5754
5757
|
}
|
|
5755
5758
|
if (modal.modalType === "confirm") {
|
|
5756
|
-
return h$2(_sfc_main$
|
|
5759
|
+
return h$2(_sfc_main$w, props2, {});
|
|
5757
5760
|
}
|
|
5758
|
-
return h$2(_sfc_main$
|
|
5761
|
+
return h$2(_sfc_main$O, props2, modal.componentSlots);
|
|
5759
5762
|
});
|
|
5760
5763
|
}
|
|
5761
5764
|
});
|
|
@@ -5781,7 +5784,7 @@ function useLocalStorage(key, initialValue) {
|
|
|
5781
5784
|
}, { immediate: true, deep: true });
|
|
5782
5785
|
return value;
|
|
5783
5786
|
}
|
|
5784
|
-
const _sfc_main$
|
|
5787
|
+
const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
5785
5788
|
__name: "MaterialIcon",
|
|
5786
5789
|
props: {
|
|
5787
5790
|
icon: {},
|
|
@@ -5799,13 +5802,13 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
5799
5802
|
};
|
|
5800
5803
|
}
|
|
5801
5804
|
});
|
|
5802
|
-
const _hoisted_1$
|
|
5805
|
+
const _hoisted_1$N = { class: "full-nav" };
|
|
5803
5806
|
const _hoisted_2$B = { class: "nav-scroll" };
|
|
5804
5807
|
const _hoisted_3$p = { class: "nav-links-wrapper" };
|
|
5805
5808
|
const _hoisted_4$h = { class: "tooltip" };
|
|
5806
5809
|
const _hoisted_5$f = { class: "bot-buttons-wrapper" };
|
|
5807
5810
|
const _hoisted_6$a = { class: "tooltip" };
|
|
5808
|
-
const _sfc_main$
|
|
5811
|
+
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
5809
5812
|
__name: "NavBar",
|
|
5810
5813
|
props: {
|
|
5811
5814
|
footerLinks: { default: () => [] },
|
|
@@ -5830,12 +5833,12 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
5830
5833
|
onClick: _cache[0] || (_cache[0] = ($event) => isOpen.value = !isOpen.value),
|
|
5831
5834
|
onKeypress: _cache[1] || (_cache[1] = withKeys(($event) => isOpen.value = !isOpen.value, ["enter"]))
|
|
5832
5835
|
}, [
|
|
5833
|
-
createVNode(unref(_sfc_main$
|
|
5836
|
+
createVNode(unref(_sfc_main$R), {
|
|
5834
5837
|
icon: "chevron_right",
|
|
5835
5838
|
class: "top-arrow"
|
|
5836
5839
|
})
|
|
5837
5840
|
], 32),
|
|
5838
|
-
createElementVNode("div", _hoisted_1$
|
|
5841
|
+
createElementVNode("div", _hoisted_1$N, [
|
|
5839
5842
|
createElementVNode("div", _hoisted_2$B, [
|
|
5840
5843
|
createElementVNode("div", _hoisted_3$p, [
|
|
5841
5844
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.links, (link) => {
|
|
@@ -5849,7 +5852,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
5849
5852
|
}
|
|
5850
5853
|
}, {
|
|
5851
5854
|
default: withCtx(() => [
|
|
5852
|
-
createVNode(unref(_sfc_main$
|
|
5855
|
+
createVNode(unref(_sfc_main$R), {
|
|
5853
5856
|
icon: link.icon
|
|
5854
5857
|
}, null, 8, ["icon"]),
|
|
5855
5858
|
createElementVNode("div", _hoisted_4$h, toDisplayString(link.label), 1)
|
|
@@ -5871,7 +5874,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
5871
5874
|
}
|
|
5872
5875
|
}, {
|
|
5873
5876
|
default: withCtx(() => [
|
|
5874
|
-
createVNode(unref(_sfc_main$
|
|
5877
|
+
createVNode(unref(_sfc_main$R), {
|
|
5875
5878
|
icon: link.icon
|
|
5876
5879
|
}, null, 8, ["icon"]),
|
|
5877
5880
|
createElementVNode("div", _hoisted_6$a, toDisplayString(link.label), 1)
|
|
@@ -5886,8 +5889,8 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
5886
5889
|
};
|
|
5887
5890
|
}
|
|
5888
5891
|
});
|
|
5889
|
-
const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5890
|
-
const _hoisted_1$
|
|
5892
|
+
const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-776cab4a"]]);
|
|
5893
|
+
const _hoisted_1$M = {
|
|
5891
5894
|
key: 0,
|
|
5892
5895
|
class: "loading"
|
|
5893
5896
|
};
|
|
@@ -5895,7 +5898,7 @@ const _hoisted_2$A = {
|
|
|
5895
5898
|
key: 1,
|
|
5896
5899
|
class: "bgl_btn-flex"
|
|
5897
5900
|
};
|
|
5898
|
-
const _sfc_main$
|
|
5901
|
+
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
5899
5902
|
__name: "Btn",
|
|
5900
5903
|
props: {
|
|
5901
5904
|
disabled: { type: Boolean, default: false },
|
|
@@ -5989,8 +5992,8 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
5989
5992
|
onClick: withModifiers(_ctx.onClick, ["stop"])
|
|
5990
5993
|
}, {
|
|
5991
5994
|
default: withCtx(() => [
|
|
5992
|
-
_ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
5993
|
-
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$
|
|
5995
|
+
_ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_1$M)) : (openBlock(), createElementBlock("div", _hoisted_2$A, [
|
|
5996
|
+
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
5994
5997
|
key: 0,
|
|
5995
5998
|
icon: _ctx.icon
|
|
5996
5999
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
@@ -5998,7 +6001,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
5998
6001
|
!unref(slots).default && _ctx.value ? (openBlock(), createElementBlock(Fragment$1, { key: 1 }, [
|
|
5999
6002
|
createTextVNode(toDisplayString(_ctx.value), 1)
|
|
6000
6003
|
], 64)) : createCommentVNode("", true),
|
|
6001
|
-
props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$
|
|
6004
|
+
props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
6002
6005
|
key: 2,
|
|
6003
6006
|
icon: props2["icon.end"]
|
|
6004
6007
|
}, null, 8, ["icon"])) : createCommentVNode("", true)
|
|
@@ -6009,8 +6012,8 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
6009
6012
|
};
|
|
6010
6013
|
}
|
|
6011
6014
|
});
|
|
6012
|
-
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6013
|
-
const _hoisted_1$
|
|
6015
|
+
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-895cf824"]]);
|
|
6016
|
+
const _hoisted_1$L = {
|
|
6014
6017
|
key: 0,
|
|
6015
6018
|
class: "tool-bar"
|
|
6016
6019
|
};
|
|
@@ -6022,7 +6025,7 @@ const _hoisted_3$o = {
|
|
|
6022
6025
|
key: 2,
|
|
6023
6026
|
class: "modal-footer mt-1"
|
|
6024
6027
|
};
|
|
6025
|
-
const _sfc_main$
|
|
6028
|
+
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
6026
6029
|
__name: "Modal",
|
|
6027
6030
|
props: {
|
|
6028
6031
|
side: { type: Boolean },
|
|
@@ -6078,7 +6081,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
6078
6081
|
onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
|
|
6079
6082
|
onKeydown: withKeys(closeModal, ["esc"])
|
|
6080
6083
|
}, [
|
|
6081
|
-
createVNode(unref(_sfc_main$
|
|
6084
|
+
createVNode(unref(_sfc_main$E), {
|
|
6082
6085
|
class: "modal",
|
|
6083
6086
|
style: normalizeStyle({ ...maxWidth.value }),
|
|
6084
6087
|
onClick: _cache[0] || (_cache[0] = withModifiers(() => {
|
|
@@ -6087,7 +6090,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
6087
6090
|
default: withCtx(() => {
|
|
6088
6091
|
var _a2;
|
|
6089
6092
|
return [
|
|
6090
|
-
unref(slots).toolbar || _ctx.title ? (openBlock(), createElementBlock("header", _hoisted_1$
|
|
6093
|
+
unref(slots).toolbar || _ctx.title ? (openBlock(), createElementBlock("header", _hoisted_1$L, [
|
|
6091
6094
|
renderSlot(_ctx.$slots, "toolbar"),
|
|
6092
6095
|
createVNode(unref(Btn), {
|
|
6093
6096
|
style: normalizeStyle({ float: _ctx.side ? "left" : "right" }),
|
|
@@ -6095,7 +6098,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
6095
6098
|
icon: "close",
|
|
6096
6099
|
onClick: closeModal
|
|
6097
6100
|
}, null, 8, ["style"]),
|
|
6098
|
-
_ctx.title ? (openBlock(), createBlock(unref(_sfc_main$
|
|
6101
|
+
_ctx.title ? (openBlock(), createBlock(unref(_sfc_main$C), {
|
|
6099
6102
|
key: 0,
|
|
6100
6103
|
class: "modal-title",
|
|
6101
6104
|
tag: "h3",
|
|
@@ -6129,7 +6132,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
6129
6132
|
};
|
|
6130
6133
|
}
|
|
6131
6134
|
});
|
|
6132
|
-
const _sfc_main$
|
|
6135
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
6133
6136
|
__name: "ModalForm",
|
|
6134
6137
|
props: /* @__PURE__ */ mergeModels({
|
|
6135
6138
|
side: { type: Boolean },
|
|
@@ -6190,7 +6193,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
6190
6193
|
}
|
|
6191
6194
|
__expose({ setFormValues });
|
|
6192
6195
|
return (_ctx, _cache) => {
|
|
6193
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
6196
|
+
return openBlock(), createBlock(unref(_sfc_main$O), {
|
|
6194
6197
|
ref_key: "modal",
|
|
6195
6198
|
ref: modal,
|
|
6196
6199
|
side: _ctx.side,
|
|
@@ -6201,7 +6204,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
6201
6204
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => emit2("update:visible", $event))
|
|
6202
6205
|
}, createSlots({
|
|
6203
6206
|
default: withCtx(() => [
|
|
6204
|
-
createVNode(unref(_sfc_main$
|
|
6207
|
+
createVNode(unref(_sfc_main$t), {
|
|
6205
6208
|
ref_key: "form",
|
|
6206
6209
|
ref: form,
|
|
6207
6210
|
modelValue: formData.value,
|
|
@@ -6243,12 +6246,12 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
6243
6246
|
};
|
|
6244
6247
|
}
|
|
6245
6248
|
});
|
|
6246
|
-
const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6247
|
-
const _hoisted_1$
|
|
6249
|
+
const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-083a1b2d"]]);
|
|
6250
|
+
const _hoisted_1$K = { class: "accordion-item" };
|
|
6248
6251
|
const _hoisted_2$y = ["aria-expanded", "aria-controls"];
|
|
6249
6252
|
const _hoisted_3$n = { class: "accordion-label" };
|
|
6250
6253
|
const _hoisted_4$g = ["id", "aria-hidden"];
|
|
6251
|
-
const _sfc_main$
|
|
6254
|
+
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
6252
6255
|
__name: "AccordionItem",
|
|
6253
6256
|
props: {
|
|
6254
6257
|
label: {},
|
|
@@ -6285,7 +6288,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
6285
6288
|
else if (accordionState.openItem === id) accordionState.openItem = null;
|
|
6286
6289
|
}
|
|
6287
6290
|
return (_ctx, _cache) => {
|
|
6288
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6291
|
+
return openBlock(), createElementBlock("div", _hoisted_1$K, [
|
|
6289
6292
|
createElementVNode("button", {
|
|
6290
6293
|
"aria-expanded": unref(isOpen) ? "true" : "false",
|
|
6291
6294
|
class: "accordion-head",
|
|
@@ -6298,7 +6301,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
6298
6301
|
createElementVNode("div", {
|
|
6299
6302
|
class: normalizeClass(["accordion-icon", { open: unref(isOpen) }])
|
|
6300
6303
|
}, [
|
|
6301
|
-
createVNode(unref(_sfc_main$
|
|
6304
|
+
createVNode(unref(_sfc_main$R), { icon: "expand_more" })
|
|
6302
6305
|
], 2)
|
|
6303
6306
|
], 8, _hoisted_2$y),
|
|
6304
6307
|
createVNode(Transition, { name: "expand" }, {
|
|
@@ -6318,13 +6321,13 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
6318
6321
|
};
|
|
6319
6322
|
}
|
|
6320
6323
|
});
|
|
6321
|
-
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6322
|
-
const _sfc_main$
|
|
6323
|
-
const _hoisted_1$
|
|
6324
|
+
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-f87b579d"]]);
|
|
6325
|
+
const _sfc_main$L = {};
|
|
6326
|
+
const _hoisted_1$J = { class: "list-wrap bgl_card thin grid overflow-hidden h-100 pt-0 pb-05 px-0 m_pb-0" };
|
|
6324
6327
|
const _hoisted_2$x = { class: "p-1" };
|
|
6325
6328
|
const _hoisted_3$m = { class: "list-content auto-flow-rows align-items-start overflow-y h-100" };
|
|
6326
6329
|
function _sfc_render$2(_ctx, _cache) {
|
|
6327
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6330
|
+
return openBlock(), createElementBlock("div", _hoisted_1$J, [
|
|
6328
6331
|
createElementVNode("div", _hoisted_2$x, [
|
|
6329
6332
|
renderSlot(_ctx.$slots, "header")
|
|
6330
6333
|
]),
|
|
@@ -6333,10 +6336,10 @@ function _sfc_render$2(_ctx, _cache) {
|
|
|
6333
6336
|
])
|
|
6334
6337
|
]);
|
|
6335
6338
|
}
|
|
6336
|
-
const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6337
|
-
const _hoisted_1$
|
|
6339
|
+
const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$2]]);
|
|
6340
|
+
const _hoisted_1$I = { class: "no-margin ellipsis line-height-14 pb-025" };
|
|
6338
6341
|
const _hoisted_2$w = { class: "txt12 no-margin txt-gray ellipsis" };
|
|
6339
|
-
const _sfc_main$
|
|
6342
|
+
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
6340
6343
|
__name: "ListItem",
|
|
6341
6344
|
props: {
|
|
6342
6345
|
src: {},
|
|
@@ -6363,14 +6366,14 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
6363
6366
|
src: _ctx.src,
|
|
6364
6367
|
size: 40
|
|
6365
6368
|
}, null, 8, ["name", "src"])) : createCommentVNode("", true),
|
|
6366
|
-
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$
|
|
6369
|
+
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
6367
6370
|
key: 1,
|
|
6368
6371
|
size: "1.2",
|
|
6369
6372
|
class: "color-primary",
|
|
6370
6373
|
icon: _ctx.icon
|
|
6371
6374
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
6372
6375
|
createElementVNode("div", null, [
|
|
6373
|
-
createElementVNode("p", _hoisted_1$
|
|
6376
|
+
createElementVNode("p", _hoisted_1$I, [
|
|
6374
6377
|
createTextVNode(toDisplayString(_ctx.title) + " ", 1),
|
|
6375
6378
|
renderSlot(_ctx.$slots, "default")
|
|
6376
6379
|
]),
|
|
@@ -6385,9 +6388,9 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
6385
6388
|
};
|
|
6386
6389
|
}
|
|
6387
6390
|
});
|
|
6388
|
-
const _hoisted_1$
|
|
6391
|
+
const _hoisted_1$H = { class: "page-top" };
|
|
6389
6392
|
const _hoisted_2$v = { class: "top-title m-0" };
|
|
6390
|
-
const _sfc_main$
|
|
6393
|
+
const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
6391
6394
|
__name: "PageTitle",
|
|
6392
6395
|
props: {
|
|
6393
6396
|
value: {
|
|
@@ -6397,7 +6400,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
6397
6400
|
},
|
|
6398
6401
|
setup(__props) {
|
|
6399
6402
|
return (_ctx, _cache) => {
|
|
6400
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6403
|
+
return openBlock(), createElementBlock("div", _hoisted_1$H, [
|
|
6401
6404
|
createElementVNode("h1", _hoisted_2$v, [
|
|
6402
6405
|
renderSlot(_ctx.$slots, "default"),
|
|
6403
6406
|
createTextVNode(" " + toDisplayString(__props.value), 1)
|
|
@@ -6721,7 +6724,7 @@ function useVerticalVirtualList(options, list) {
|
|
|
6721
6724
|
};
|
|
6722
6725
|
}
|
|
6723
6726
|
const _withScopeId$2 = (n2) => (pushScopeId("data-v-5441d9cd"), n2 = n2(), popScopeId(), n2);
|
|
6724
|
-
const _hoisted_1$
|
|
6727
|
+
const _hoisted_1$G = {
|
|
6725
6728
|
key: 0,
|
|
6726
6729
|
class: "loading-table-wrapper z-99 h-100 w-100 absolute inset"
|
|
6727
6730
|
};
|
|
@@ -6732,13 +6735,13 @@ const _hoisted_3$l = [
|
|
|
6732
6735
|
const _hoisted_4$f = { class: "infinite-wrapper" };
|
|
6733
6736
|
const _hoisted_5$e = { class: "row first-row" };
|
|
6734
6737
|
const _hoisted_6$9 = { key: 0 };
|
|
6735
|
-
const _hoisted_7$
|
|
6738
|
+
const _hoisted_7$5 = ["onClick"];
|
|
6736
6739
|
const _hoisted_8$2 = { class: "flex" };
|
|
6737
6740
|
const _hoisted_9$2 = ["onClick"];
|
|
6738
6741
|
const _hoisted_10$1 = { key: 0 };
|
|
6739
6742
|
const _hoisted_11$1 = ["value"];
|
|
6740
6743
|
const _hoisted_12$1 = { key: 1 };
|
|
6741
|
-
const _sfc_main$
|
|
6744
|
+
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
6742
6745
|
__name: "TableSchema",
|
|
6743
6746
|
props: /* @__PURE__ */ mergeModels({
|
|
6744
6747
|
selectedItems: {},
|
|
@@ -6875,7 +6878,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
6875
6878
|
return openBlock(), createElementBlock("div", mergeProps({ class: "table-list-wrap h-100" }, unref(containerProps), {
|
|
6876
6879
|
class: { "loading-table": loading.value }
|
|
6877
6880
|
}), [
|
|
6878
|
-
loading.value ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
6881
|
+
loading.value ? (openBlock(), createElementBlock("div", _hoisted_1$G, _hoisted_3$l)) : (openBlock(), createElementBlock("div", normalizeProps(mergeProps({ key: 1 }, unref(wrapperProps))), [
|
|
6879
6882
|
createElementVNode("table", _hoisted_4$f, [
|
|
6880
6883
|
createElementVNode("thead", _hoisted_5$e, [
|
|
6881
6884
|
unref(isSelectable) ? (openBlock(), createElementBlock("th", _hoisted_6$9, [
|
|
@@ -6899,13 +6902,13 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
6899
6902
|
createElementVNode("div", {
|
|
6900
6903
|
class: normalizeClass(["list-arrows", { sorted: unref(sortField) === field.id }])
|
|
6901
6904
|
}, [
|
|
6902
|
-
createVNode(unref(_sfc_main$
|
|
6905
|
+
createVNode(unref(_sfc_main$R), {
|
|
6903
6906
|
class: normalizeClass({ desc: unref(sortDirection) === "DESC" }),
|
|
6904
6907
|
icon: "keyboard_arrow_up"
|
|
6905
6908
|
}, null, 8, ["class"])
|
|
6906
6909
|
], 2)
|
|
6907
6910
|
])
|
|
6908
|
-
], 8, _hoisted_7$
|
|
6911
|
+
], 8, _hoisted_7$5);
|
|
6909
6912
|
}), 128))
|
|
6910
6913
|
]),
|
|
6911
6914
|
createElementVNode("tbody", null, [
|
|
@@ -6939,7 +6942,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
6939
6942
|
row,
|
|
6940
6943
|
field
|
|
6941
6944
|
}, void 0, true) : (openBlock(), createElementBlock("div", _hoisted_12$1, [
|
|
6942
|
-
createVNode(unref(_sfc_main$
|
|
6945
|
+
createVNode(unref(_sfc_main$s), {
|
|
6943
6946
|
class: "embedded-field",
|
|
6944
6947
|
field,
|
|
6945
6948
|
modelValue: row,
|
|
@@ -6957,16 +6960,16 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
6957
6960
|
};
|
|
6958
6961
|
}
|
|
6959
6962
|
});
|
|
6960
|
-
const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6961
|
-
const _sfc_main$
|
|
6962
|
-
const _hoisted_1$
|
|
6963
|
+
const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-5441d9cd"]]);
|
|
6964
|
+
const _sfc_main$H = {};
|
|
6965
|
+
const _hoisted_1$F = { class: "flex space-between" };
|
|
6963
6966
|
function _sfc_render$1(_ctx, _cache) {
|
|
6964
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6967
|
+
return openBlock(), createElementBlock("div", _hoisted_1$F, [
|
|
6965
6968
|
renderSlot(_ctx.$slots, "default")
|
|
6966
6969
|
]);
|
|
6967
6970
|
}
|
|
6968
|
-
const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6969
|
-
const _sfc_main$
|
|
6971
|
+
const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$1]]);
|
|
6972
|
+
const _sfc_main$G = {};
|
|
6970
6973
|
function _sfc_render(_ctx, _cache) {
|
|
6971
6974
|
const _component_router_view = resolveComponent("router-view");
|
|
6972
6975
|
return openBlock(), createBlock(_component_router_view, null, {
|
|
@@ -6988,8 +6991,8 @@ function _sfc_render(_ctx, _cache) {
|
|
|
6988
6991
|
_: 1
|
|
6989
6992
|
});
|
|
6990
6993
|
}
|
|
6991
|
-
const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6992
|
-
const _hoisted_1$
|
|
6994
|
+
const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render]]);
|
|
6995
|
+
const _hoisted_1$E = {
|
|
6993
6996
|
key: 0,
|
|
6994
6997
|
class: "data"
|
|
6995
6998
|
};
|
|
@@ -7004,13 +7007,13 @@ const _hoisted_6$8 = {
|
|
|
7004
7007
|
key: 0,
|
|
7005
7008
|
class: "data-row"
|
|
7006
7009
|
};
|
|
7007
|
-
const _hoisted_7$
|
|
7010
|
+
const _hoisted_7$4 = { class: "key" };
|
|
7008
7011
|
const _hoisted_8$1 = { class: "m-0" };
|
|
7009
7012
|
const _hoisted_9$1 = {
|
|
7010
7013
|
key: 0,
|
|
7011
7014
|
class: "m-0"
|
|
7012
7015
|
};
|
|
7013
|
-
const _sfc_main$
|
|
7016
|
+
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
7014
7017
|
__name: "DataPreview",
|
|
7015
7018
|
props: /* @__PURE__ */ mergeModels({
|
|
7016
7019
|
showFields: {},
|
|
@@ -7046,8 +7049,8 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
7046
7049
|
const computedSchema = computed(() => getFallbackSchema([itemData.value], props2.showFields));
|
|
7047
7050
|
return (_ctx, _cache) => {
|
|
7048
7051
|
var _a2;
|
|
7049
|
-
return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
7050
|
-
_ctx.title ? (openBlock(), createBlock(unref(_sfc_main$
|
|
7052
|
+
return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$E, [
|
|
7053
|
+
_ctx.title ? (openBlock(), createBlock(unref(_sfc_main$C), {
|
|
7051
7054
|
key: 0,
|
|
7052
7055
|
label: _ctx.title
|
|
7053
7056
|
}, null, 8, ["label"])) : createCommentVNode("", true),
|
|
@@ -7059,7 +7062,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
7059
7062
|
createElementVNode("div", _hoisted_3$k, [
|
|
7060
7063
|
createElementVNode("p", _hoisted_4$e, toDisplayString((field == null ? void 0 : field.label) || unref(keyToLabel)(field.id)), 1)
|
|
7061
7064
|
]),
|
|
7062
|
-
createVNode(unref(_sfc_main$
|
|
7065
|
+
createVNode(unref(_sfc_main$s), {
|
|
7063
7066
|
modelValue: itemData.value,
|
|
7064
7067
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => itemData.value = $event),
|
|
7065
7068
|
label: "",
|
|
@@ -7073,7 +7076,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
7073
7076
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(computedSchema.value, ({ id, label }) => {
|
|
7074
7077
|
return openBlock(), createElementBlock(Fragment$1, { key: id }, [
|
|
7075
7078
|
!isUnset(itemData.value[id]) ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
|
|
7076
|
-
createElementVNode("div", _hoisted_7$
|
|
7079
|
+
createElementVNode("div", _hoisted_7$4, [
|
|
7077
7080
|
createElementVNode("p", _hoisted_8$1, toDisplayString(label), 1)
|
|
7078
7081
|
]),
|
|
7079
7082
|
createElementVNode("div", null, [
|
|
@@ -7088,12 +7091,12 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
7088
7091
|
};
|
|
7089
7092
|
}
|
|
7090
7093
|
});
|
|
7091
|
-
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7092
|
-
const _hoisted_1$
|
|
7094
|
+
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-4d174f13"]]);
|
|
7095
|
+
const _hoisted_1$D = {
|
|
7093
7096
|
key: 0,
|
|
7094
7097
|
class: "card_label"
|
|
7095
7098
|
};
|
|
7096
|
-
const _sfc_main$
|
|
7099
|
+
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
7097
7100
|
__name: "Card",
|
|
7098
7101
|
props: {
|
|
7099
7102
|
label: {},
|
|
@@ -7121,7 +7124,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
7121
7124
|
}])
|
|
7122
7125
|
}, {
|
|
7123
7126
|
default: withCtx(() => [
|
|
7124
|
-
_ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
7127
|
+
_ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$D, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
|
|
7125
7128
|
renderSlot(_ctx.$slots, "default")
|
|
7126
7129
|
]),
|
|
7127
7130
|
_: 3
|
|
@@ -7129,8 +7132,8 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
7129
7132
|
};
|
|
7130
7133
|
}
|
|
7131
7134
|
});
|
|
7132
|
-
const _hoisted_1$
|
|
7133
|
-
const _sfc_main$
|
|
7135
|
+
const _hoisted_1$C = ["src", "alt"];
|
|
7136
|
+
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
7134
7137
|
__name: "Avatar",
|
|
7135
7138
|
props: {
|
|
7136
7139
|
fallback: {},
|
|
@@ -7148,7 +7151,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
7148
7151
|
key: 0,
|
|
7149
7152
|
src: _ctx.src,
|
|
7150
7153
|
alt: _ctx.name
|
|
7151
|
-
}, null, 8, _hoisted_1$
|
|
7154
|
+
}, null, 8, _hoisted_1$C)) : (openBlock(), createElementBlock("p", {
|
|
7152
7155
|
key: 1,
|
|
7153
7156
|
style: normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
|
|
7154
7157
|
}, toDisplayString(_ctx.fallback || unref(initials)(_ctx.name || "")), 5))
|
|
@@ -7156,8 +7159,8 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
7156
7159
|
};
|
|
7157
7160
|
}
|
|
7158
7161
|
});
|
|
7159
|
-
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7160
|
-
const _sfc_main$
|
|
7162
|
+
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-dd2f6734"]]);
|
|
7163
|
+
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
7161
7164
|
__name: "Title",
|
|
7162
7165
|
props: {
|
|
7163
7166
|
value: {
|
|
@@ -7185,7 +7188,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
7185
7188
|
};
|
|
7186
7189
|
}
|
|
7187
7190
|
});
|
|
7188
|
-
const _sfc_main$
|
|
7191
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
7189
7192
|
__name: "Accordion",
|
|
7190
7193
|
setup(__props) {
|
|
7191
7194
|
const state2 = reactive({
|
|
@@ -7199,9 +7202,9 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
7199
7202
|
};
|
|
7200
7203
|
}
|
|
7201
7204
|
});
|
|
7202
|
-
const _hoisted_1$
|
|
7205
|
+
const _hoisted_1$B = ["dismissable"];
|
|
7203
7206
|
const _hoisted_2$s = { class: "m-0" };
|
|
7204
|
-
const _sfc_main$
|
|
7207
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
7205
7208
|
__name: "Alert",
|
|
7206
7209
|
props: {
|
|
7207
7210
|
message: {},
|
|
@@ -7222,7 +7225,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
7222
7225
|
class: normalizeClass(["alert", [_ctx.type]]),
|
|
7223
7226
|
dismissable: _ctx.dismissable
|
|
7224
7227
|
}, [
|
|
7225
|
-
_ctx.icon !== "none" ? (openBlock(), createBlock(unref(_sfc_main$
|
|
7228
|
+
_ctx.icon !== "none" ? (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
7226
7229
|
key: 0,
|
|
7227
7230
|
class: "alert_icon",
|
|
7228
7231
|
icon: _ctx.icon || _ctx.type,
|
|
@@ -7237,12 +7240,12 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
7237
7240
|
icon: "close",
|
|
7238
7241
|
onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
|
|
7239
7242
|
})
|
|
7240
|
-
], 10, _hoisted_1$
|
|
7243
|
+
], 10, _hoisted_1$B)) : createCommentVNode("", true);
|
|
7241
7244
|
};
|
|
7242
7245
|
}
|
|
7243
7246
|
});
|
|
7244
|
-
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7245
|
-
const _sfc_main$
|
|
7247
|
+
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-1322d9e1"]]);
|
|
7248
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
7246
7249
|
__name: "Badge",
|
|
7247
7250
|
props: {
|
|
7248
7251
|
color: {},
|
|
@@ -7258,13 +7261,13 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
7258
7261
|
return openBlock(), createElementBlock("div", {
|
|
7259
7262
|
class: normalizeClass(["pill", [_ctx.color]])
|
|
7260
7263
|
}, [
|
|
7261
|
-
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$
|
|
7264
|
+
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
7262
7265
|
key: 0,
|
|
7263
7266
|
class: "inline",
|
|
7264
7267
|
icon: _ctx.icon
|
|
7265
7268
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
7266
7269
|
createTextVNode(" " + toDisplayString(_ctx.text) + " ", 1),
|
|
7267
|
-
props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$
|
|
7270
|
+
props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
7268
7271
|
key: 1,
|
|
7269
7272
|
class: "inline",
|
|
7270
7273
|
icon: props2["icon.end"]
|
|
@@ -7273,10 +7276,10 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
7273
7276
|
};
|
|
7274
7277
|
}
|
|
7275
7278
|
});
|
|
7276
|
-
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7277
|
-
const _hoisted_1$
|
|
7279
|
+
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-532b36ae"]]);
|
|
7280
|
+
const _hoisted_1$A = ["src"];
|
|
7278
7281
|
const _hoisted_2$r = ["src", "autoplay", "muted", "loop", "controls"];
|
|
7279
|
-
const _sfc_main$
|
|
7282
|
+
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
7280
7283
|
__name: "BglVideo",
|
|
7281
7284
|
props: {
|
|
7282
7285
|
src: {},
|
|
@@ -7331,7 +7334,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
7331
7334
|
allowfullscreen: "",
|
|
7332
7335
|
title: "Video",
|
|
7333
7336
|
allow: "autoplay"
|
|
7334
|
-
}, null, 12, _hoisted_1$
|
|
7337
|
+
}, null, 12, _hoisted_1$A)) : _ctx.src ? (openBlock(), createElementBlock("video", {
|
|
7335
7338
|
key: 1,
|
|
7336
7339
|
src: _ctx.src,
|
|
7337
7340
|
autoplay: _ctx.autoplay,
|
|
@@ -7345,13 +7348,13 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
7345
7348
|
};
|
|
7346
7349
|
}
|
|
7347
7350
|
});
|
|
7348
|
-
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7349
|
-
const _hoisted_1$
|
|
7351
|
+
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-8495afe2"]]);
|
|
7352
|
+
const _hoisted_1$z = {
|
|
7350
7353
|
key: 0,
|
|
7351
7354
|
class: "blocker"
|
|
7352
7355
|
};
|
|
7353
7356
|
const _hoisted_2$q = { class: "Handlers" };
|
|
7354
|
-
const _sfc_main$
|
|
7357
|
+
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
7355
7358
|
__name: "Carousel",
|
|
7356
7359
|
props: {
|
|
7357
7360
|
autoHeight: {
|
|
@@ -7499,7 +7502,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
7499
7502
|
onScrollend: scrollEnd,
|
|
7500
7503
|
onMousedown: startDragging
|
|
7501
7504
|
}, [
|
|
7502
|
-
unref(isDragging) ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
7505
|
+
unref(isDragging) ? (openBlock(), createElementBlock("div", _hoisted_1$z)) : createCommentVNode("", true),
|
|
7503
7506
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
7504
7507
|
], 34),
|
|
7505
7508
|
createElementVNode("div", _hoisted_2$q, [
|
|
@@ -7520,10 +7523,10 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
7520
7523
|
};
|
|
7521
7524
|
}
|
|
7522
7525
|
});
|
|
7523
|
-
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7524
|
-
const _hoisted_1$
|
|
7526
|
+
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-1f9c6644"]]);
|
|
7527
|
+
const _hoisted_1$y = { class: "m-0" };
|
|
7525
7528
|
const _hoisted_2$p = { class: "px-1 py-1 pretty m-0" };
|
|
7526
|
-
const _sfc_main$
|
|
7529
|
+
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
7527
7530
|
__name: "ModalConfirm",
|
|
7528
7531
|
props: {
|
|
7529
7532
|
title: {},
|
|
@@ -7539,7 +7542,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
7539
7542
|
emit2("update:visible");
|
|
7540
7543
|
}
|
|
7541
7544
|
return (_ctx, _cache) => {
|
|
7542
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
7545
|
+
return openBlock(), createBlock(unref(_sfc_main$O), {
|
|
7543
7546
|
width: "380px",
|
|
7544
7547
|
dismissable: false,
|
|
7545
7548
|
class: "color-black txt-center"
|
|
@@ -7558,7 +7561,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
7558
7561
|
})
|
|
7559
7562
|
]),
|
|
7560
7563
|
default: withCtx(() => [
|
|
7561
|
-
createElementVNode("h3", _hoisted_1$
|
|
7564
|
+
createElementVNode("h3", _hoisted_1$y, toDisplayString(_ctx.title), 1),
|
|
7562
7565
|
createElementVNode("p", _hoisted_2$p, toDisplayString(_ctx.message), 1)
|
|
7563
7566
|
]),
|
|
7564
7567
|
_: 1
|
|
@@ -7566,16 +7569,16 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
7566
7569
|
};
|
|
7567
7570
|
}
|
|
7568
7571
|
});
|
|
7569
|
-
const _hoisted_1$
|
|
7570
|
-
const _sfc_main$
|
|
7572
|
+
const _hoisted_1$x = { class: "map-test" };
|
|
7573
|
+
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
7571
7574
|
__name: "MapEmbed",
|
|
7572
7575
|
setup(__props) {
|
|
7573
7576
|
return (_ctx, _cache) => {
|
|
7574
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
7577
|
+
return openBlock(), createElementBlock("div", _hoisted_1$x);
|
|
7575
7578
|
};
|
|
7576
7579
|
}
|
|
7577
7580
|
});
|
|
7578
|
-
const _sfc_main$
|
|
7581
|
+
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
7579
7582
|
__name: "Flag",
|
|
7580
7583
|
props: {
|
|
7581
7584
|
country: {},
|
|
@@ -7605,8 +7608,8 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
7605
7608
|
};
|
|
7606
7609
|
}
|
|
7607
7610
|
});
|
|
7608
|
-
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7609
|
-
const _sfc_main$
|
|
7611
|
+
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-f99f1900"]]);
|
|
7612
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
7610
7613
|
__name: "BglForm",
|
|
7611
7614
|
props: {
|
|
7612
7615
|
label: {},
|
|
@@ -7698,13 +7701,13 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
7698
7701
|
return (_ctx, _cache) => {
|
|
7699
7702
|
return openBlock(), createElementBlock(Fragment$1, null, [
|
|
7700
7703
|
_ctx.id ? (openBlock(), createElementBlock(Fragment$1, { key: 0 }, [
|
|
7701
|
-
_ctx.label ? (openBlock(), createBlock(unref(_sfc_main$
|
|
7704
|
+
_ctx.label ? (openBlock(), createBlock(unref(_sfc_main$C), {
|
|
7702
7705
|
key: 0,
|
|
7703
7706
|
tag: "h4",
|
|
7704
7707
|
label: _ctx.label
|
|
7705
7708
|
}, null, 8, ["label"])) : createCommentVNode("", true),
|
|
7706
7709
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(computedSchema.value, (field, i2) => {
|
|
7707
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
7710
|
+
return openBlock(), createBlock(unref(_sfc_main$s), {
|
|
7708
7711
|
key: field.id || `${i2}p`,
|
|
7709
7712
|
modelValue: unref(data2),
|
|
7710
7713
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(data2) ? data2.value = $event : data2 = $event),
|
|
@@ -7722,13 +7725,13 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
7722
7725
|
ref: form,
|
|
7723
7726
|
onSubmit: withModifiers(runSubmit, ["prevent"])
|
|
7724
7727
|
}, [
|
|
7725
|
-
_ctx.label ? (openBlock(), createBlock(unref(_sfc_main$
|
|
7728
|
+
_ctx.label ? (openBlock(), createBlock(unref(_sfc_main$C), {
|
|
7726
7729
|
key: 0,
|
|
7727
7730
|
tag: "h4",
|
|
7728
7731
|
label: _ctx.label
|
|
7729
7732
|
}, null, 8, ["label"])) : createCommentVNode("", true),
|
|
7730
7733
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(computedSchema.value, (field, i2) => {
|
|
7731
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
7734
|
+
return openBlock(), createBlock(unref(_sfc_main$s), {
|
|
7732
7735
|
key: field.id || `${i2}p`,
|
|
7733
7736
|
modelValue: unref(data2),
|
|
7734
7737
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(data2) ? data2.value = $event : data2 = $event),
|
|
@@ -7747,7 +7750,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
7747
7750
|
};
|
|
7748
7751
|
}
|
|
7749
7752
|
});
|
|
7750
|
-
const _sfc_main$
|
|
7753
|
+
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
7751
7754
|
__name: "BglField",
|
|
7752
7755
|
props: {
|
|
7753
7756
|
field: {},
|
|
@@ -7762,8 +7765,8 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
7762
7765
|
if (props2.field.$el === "select") return SelectInput;
|
|
7763
7766
|
if (props2.field.$el === "toggle") return ToggleInput;
|
|
7764
7767
|
if (props2.field.$el === "check") return CheckInput;
|
|
7765
|
-
if (props2.field.$el === "richtext") return _sfc_main$
|
|
7766
|
-
if (props2.field.$el === "date") return _sfc_main$
|
|
7768
|
+
if (props2.field.$el === "richtext") return _sfc_main$e;
|
|
7769
|
+
if (props2.field.$el === "date") return _sfc_main$p;
|
|
7767
7770
|
return props2.field.$el ?? "div";
|
|
7768
7771
|
});
|
|
7769
7772
|
const formData = computed({
|
|
@@ -7847,8 +7850,8 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
7847
7850
|
};
|
|
7848
7851
|
}
|
|
7849
7852
|
});
|
|
7850
|
-
const _hoisted_1$
|
|
7851
|
-
const _sfc_main$
|
|
7853
|
+
const _hoisted_1$w = { key: 0 };
|
|
7854
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
7852
7855
|
__name: "BglMultiStepForm",
|
|
7853
7856
|
props: /* @__PURE__ */ mergeModels({
|
|
7854
7857
|
bagelFormProps: { default: () => ({}) },
|
|
@@ -7915,8 +7918,8 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
7915
7918
|
mode: "out-in"
|
|
7916
7919
|
}, {
|
|
7917
7920
|
default: withCtx(() => [
|
|
7918
|
-
!unref(isStepping) ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
7919
|
-
createVNode(unref(_sfc_main$
|
|
7921
|
+
!unref(isStepping) ? (openBlock(), createElementBlock("div", _hoisted_1$w, [
|
|
7922
|
+
createVNode(unref(_sfc_main$t), mergeProps({
|
|
7920
7923
|
ref_key: "formRef",
|
|
7921
7924
|
ref: formRef,
|
|
7922
7925
|
modelValue: formData.value,
|
|
@@ -7955,10 +7958,10 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
7955
7958
|
};
|
|
7956
7959
|
}
|
|
7957
7960
|
});
|
|
7958
|
-
const _hoisted_1$
|
|
7961
|
+
const _hoisted_1$v = ["title"];
|
|
7959
7962
|
const _hoisted_2$o = ["id", "required"];
|
|
7960
7963
|
const _hoisted_3$j = ["for"];
|
|
7961
|
-
const _sfc_main$
|
|
7964
|
+
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
7962
7965
|
__name: "CheckInput",
|
|
7963
7966
|
props: /* @__PURE__ */ mergeModels({
|
|
7964
7967
|
label: {},
|
|
@@ -7998,11 +8001,11 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
7998
8001
|
createTextVNode(toDisplayString(_ctx.label), 1)
|
|
7999
8002
|
], true)
|
|
8000
8003
|
], 8, _hoisted_3$j)
|
|
8001
|
-
], 10, _hoisted_1$
|
|
8004
|
+
], 10, _hoisted_1$v);
|
|
8002
8005
|
};
|
|
8003
8006
|
}
|
|
8004
8007
|
});
|
|
8005
|
-
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8008
|
+
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-c0868d55"]]);
|
|
8006
8009
|
function toDate(argument) {
|
|
8007
8010
|
const argStr = Object.prototype.toString.call(argument);
|
|
8008
8011
|
if (argument instanceof Date || typeof argument === "object" && argStr === "[object Date]") {
|
|
@@ -16442,9 +16445,9 @@ const eo = ({
|
|
|
16442
16445
|
Object.entries(go).forEach(([e, t]) => {
|
|
16443
16446
|
e !== "default" && (Hn[e] = t);
|
|
16444
16447
|
});
|
|
16445
|
-
const _hoisted_1$
|
|
16448
|
+
const _hoisted_1$u = ["title"];
|
|
16446
16449
|
const _hoisted_2$n = { key: 0 };
|
|
16447
|
-
const _sfc_main$
|
|
16450
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
16448
16451
|
__name: "DateInput",
|
|
16449
16452
|
props: {
|
|
16450
16453
|
required: { type: Boolean },
|
|
@@ -16502,14 +16505,14 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
16502
16505
|
"minutes-grid-increment": _ctx.minutesGridIncrement,
|
|
16503
16506
|
"start-time": { hours: 8, minutes: 0 }
|
|
16504
16507
|
}), null, 16, ["modelValue", "required", "enable-time-picker", "allowed-dates", "time-picker-inline", "minutes-increment", "minutes-grid-increment"])
|
|
16505
|
-
], 10, _hoisted_1$
|
|
16508
|
+
], 10, _hoisted_1$u);
|
|
16506
16509
|
};
|
|
16507
16510
|
}
|
|
16508
16511
|
});
|
|
16509
|
-
const _hoisted_1$
|
|
16512
|
+
const _hoisted_1$t = ["title"];
|
|
16510
16513
|
const _hoisted_2$m = { key: 0 };
|
|
16511
16514
|
const _hoisted_3$i = ["value", "placeholder"];
|
|
16512
|
-
const _sfc_main$
|
|
16515
|
+
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
16513
16516
|
__name: "JSONInput",
|
|
16514
16517
|
props: {
|
|
16515
16518
|
description: { default: "" },
|
|
@@ -16541,12 +16544,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
16541
16544
|
placeholder: _ctx.placeholder,
|
|
16542
16545
|
onInput: handleInput
|
|
16543
16546
|
}, null, 42, _hoisted_3$i)
|
|
16544
|
-
], 10, _hoisted_1$
|
|
16547
|
+
], 10, _hoisted_1$t);
|
|
16545
16548
|
};
|
|
16546
16549
|
}
|
|
16547
16550
|
});
|
|
16548
|
-
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16549
|
-
const _hoisted_1$
|
|
16551
|
+
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-1cbaeab2"]]);
|
|
16552
|
+
const _hoisted_1$s = { class: "flex gap-05" };
|
|
16550
16553
|
const _hoisted_2$l = ["disabled"];
|
|
16551
16554
|
const _hoisted_3$h = { key: 1 };
|
|
16552
16555
|
const _hoisted_4$d = {
|
|
@@ -16555,7 +16558,8 @@ const _hoisted_4$d = {
|
|
|
16555
16558
|
};
|
|
16556
16559
|
const _hoisted_5$c = ["value"];
|
|
16557
16560
|
const _hoisted_6$7 = ["aria-selected", "onClick", "onKeydown"];
|
|
16558
|
-
const
|
|
16561
|
+
const _hoisted_7$3 = { class: "block" };
|
|
16562
|
+
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
16559
16563
|
__name: "SelectInput",
|
|
16560
16564
|
props: {
|
|
16561
16565
|
options: {},
|
|
@@ -16704,7 +16708,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
16704
16708
|
onHide: _cache[5] || (_cache[5] = ($event) => updateOpen(false))
|
|
16705
16709
|
}, {
|
|
16706
16710
|
popper: withCtx(() => [
|
|
16707
|
-
createVNode(unref(_sfc_main$
|
|
16711
|
+
createVNode(unref(_sfc_main$E), {
|
|
16708
16712
|
class: "p-05",
|
|
16709
16713
|
style: normalizeStyle({ width: _ctx.fullWidth ? "100%" : "auto" })
|
|
16710
16714
|
}, {
|
|
@@ -16725,7 +16729,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
16725
16729
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(filteredOptions.value, (option2, i2) => {
|
|
16726
16730
|
return openBlock(), createElementBlock("div", {
|
|
16727
16731
|
key: `${option2}${i2}`,
|
|
16728
|
-
class: normalizeClass(["selectinput-option hover gap-1", { selected: isSelected(option2) }]),
|
|
16732
|
+
class: normalizeClass(["selectinput-option hover gap-1 align-items-center", { selected: isSelected(option2) }]),
|
|
16729
16733
|
role: "option",
|
|
16730
16734
|
tabindex: "0",
|
|
16731
16735
|
"aria-selected": isSelected(option2),
|
|
@@ -16733,17 +16737,19 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
16733
16737
|
onKeydown: withKeys(($event) => select2(option2), ["enter"])
|
|
16734
16738
|
}, [
|
|
16735
16739
|
_ctx.multiselect ? (openBlock(), createElementBlock(Fragment$1, { key: 0 }, [
|
|
16736
|
-
isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$
|
|
16740
|
+
isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
16737
16741
|
key: 0,
|
|
16742
|
+
size: 1.1,
|
|
16738
16743
|
icon: "select_check_box"
|
|
16739
16744
|
})) : createCommentVNode("", true),
|
|
16740
|
-
!isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$
|
|
16745
|
+
!isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
16741
16746
|
key: 1,
|
|
16742
16747
|
class: "opacity-3",
|
|
16743
|
-
icon: "check_box_outline_blank"
|
|
16748
|
+
icon: "check_box_outline_blank",
|
|
16749
|
+
size: 1.1
|
|
16744
16750
|
})) : createCommentVNode("", true)
|
|
16745
16751
|
], 64)) : createCommentVNode("", true),
|
|
16746
|
-
createElementVNode("span",
|
|
16752
|
+
createElementVNode("span", _hoisted_7$3, toDisplayString(getLabel(option2)), 1)
|
|
16747
16753
|
], 42, _hoisted_6$7);
|
|
16748
16754
|
}), 128))
|
|
16749
16755
|
], 2),
|
|
@@ -16755,7 +16761,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
16755
16761
|
default: withCtx(() => [
|
|
16756
16762
|
createElementVNode("label", null, [
|
|
16757
16763
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16758
|
-
createElementVNode("div", _hoisted_1$
|
|
16764
|
+
createElementVNode("div", _hoisted_1$s, [
|
|
16759
16765
|
createElementVNode("button", {
|
|
16760
16766
|
disabled: _ctx.disabled,
|
|
16761
16767
|
type: "button",
|
|
@@ -16763,7 +16769,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
16763
16769
|
onKeydown: openOptions,
|
|
16764
16770
|
onClick: _cache[1] || (_cache[1] = ($event) => updateOpen(true))
|
|
16765
16771
|
}, [
|
|
16766
|
-
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$
|
|
16772
|
+
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
16767
16773
|
key: 0,
|
|
16768
16774
|
icon: _ctx.icon
|
|
16769
16775
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
@@ -16780,7 +16786,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
16780
16786
|
})
|
|
16781
16787
|
})
|
|
16782
16788
|
])) : createCommentVNode("", true),
|
|
16783
|
-
!_ctx.disabled ? (openBlock(), createBlock(unref(_sfc_main$
|
|
16789
|
+
!_ctx.disabled ? (openBlock(), createBlock(unref(_sfc_main$R), mergeProps({
|
|
16784
16790
|
key: 3,
|
|
16785
16791
|
thin: ""
|
|
16786
16792
|
}, { icon: unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : createCommentVNode("", true)
|
|
@@ -16801,7 +16807,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
16801
16807
|
};
|
|
16802
16808
|
}
|
|
16803
16809
|
});
|
|
16804
|
-
const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16810
|
+
const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-be6303fe"]]);
|
|
16805
16811
|
/*!
|
|
16806
16812
|
* vue-draggable-next v2.2.0
|
|
16807
16813
|
* (c) 2023 Anish George
|
|
@@ -19281,13 +19287,13 @@ const VueDraggableNext = defineComponent({
|
|
|
19281
19287
|
}
|
|
19282
19288
|
}
|
|
19283
19289
|
});
|
|
19284
|
-
const _hoisted_1$
|
|
19290
|
+
const _hoisted_1$r = ["title"];
|
|
19285
19291
|
const _hoisted_2$k = { class: "bagel-input" };
|
|
19286
19292
|
const _hoisted_3$g = { class: "table-side-scroll" };
|
|
19287
19293
|
const _hoisted_4$c = { class: "table-header" };
|
|
19288
19294
|
const _hoisted_5$b = { class: "table-reorder" };
|
|
19289
19295
|
const _hoisted_6$6 = { class: "table-action" };
|
|
19290
|
-
const _sfc_main$
|
|
19296
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
19291
19297
|
__name: "TableField",
|
|
19292
19298
|
props: {
|
|
19293
19299
|
description: { default: "" },
|
|
@@ -19384,7 +19390,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
19384
19390
|
class: "flex table-row"
|
|
19385
19391
|
}, [
|
|
19386
19392
|
createElementVNode("div", _hoisted_5$b, [
|
|
19387
|
-
createVNode(unref(_sfc_main$
|
|
19393
|
+
createVNode(unref(_sfc_main$R), { icon: "more_vert" })
|
|
19388
19394
|
]),
|
|
19389
19395
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList((_a3 = unref(entityMeta)) == null ? void 0 : _a3.fields, (field) => {
|
|
19390
19396
|
return openBlock(), createElementBlock("div", {
|
|
@@ -19401,7 +19407,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
19401
19407
|
], 2);
|
|
19402
19408
|
}), 128)),
|
|
19403
19409
|
createElementVNode("div", _hoisted_6$6, [
|
|
19404
|
-
createVNode(unref(_sfc_main$
|
|
19410
|
+
createVNode(unref(_sfc_main$R), {
|
|
19405
19411
|
icon: "delete",
|
|
19406
19412
|
onClick: ($event) => removeRow2(index2)
|
|
19407
19413
|
}, null, 8, ["onClick"])
|
|
@@ -19427,17 +19433,17 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
19427
19433
|
]),
|
|
19428
19434
|
_: 1
|
|
19429
19435
|
})
|
|
19430
|
-
], 8, _hoisted_1$
|
|
19436
|
+
], 8, _hoisted_1$r);
|
|
19431
19437
|
};
|
|
19432
19438
|
}
|
|
19433
19439
|
});
|
|
19434
|
-
const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19435
|
-
const _hoisted_1$
|
|
19440
|
+
const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-515f5dc9"]]);
|
|
19441
|
+
const _hoisted_1$q = ["title"];
|
|
19436
19442
|
const _hoisted_2$j = ["for"];
|
|
19437
19443
|
const _hoisted_3$f = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
|
|
19438
19444
|
const _hoisted_4$b = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
|
|
19439
19445
|
const _hoisted_5$a = { key: 2 };
|
|
19440
|
-
const _sfc_main$
|
|
19446
|
+
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
19441
19447
|
__name: "TextInput",
|
|
19442
19448
|
props: {
|
|
19443
19449
|
id: {},
|
|
@@ -19558,22 +19564,22 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
19558
19564
|
]),
|
|
19559
19565
|
_ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_5$a, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true)
|
|
19560
19566
|
], 8, _hoisted_2$j),
|
|
19561
|
-
_ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$
|
|
19567
|
+
_ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
19562
19568
|
key: 0,
|
|
19563
19569
|
class: "iconStart",
|
|
19564
19570
|
icon: _ctx.iconStart
|
|
19565
19571
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
19566
|
-
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$
|
|
19572
|
+
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
19567
19573
|
key: 1,
|
|
19568
19574
|
icon: _ctx.icon
|
|
19569
19575
|
}, null, 8, ["icon"])) : createCommentVNode("", true)
|
|
19570
|
-
], 10, _hoisted_1$
|
|
19576
|
+
], 10, _hoisted_1$q);
|
|
19571
19577
|
};
|
|
19572
19578
|
}
|
|
19573
19579
|
});
|
|
19574
|
-
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19575
|
-
const _hoisted_1$
|
|
19576
|
-
const _sfc_main$
|
|
19580
|
+
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-edac341b"]]);
|
|
19581
|
+
const _hoisted_1$p = { class: "primary-checkbox" };
|
|
19582
|
+
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
19577
19583
|
__name: "Checkbox",
|
|
19578
19584
|
props: {
|
|
19579
19585
|
"modelValue": { type: Boolean, ...{ default: false } },
|
|
@@ -19583,7 +19589,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
19583
19589
|
setup(__props) {
|
|
19584
19590
|
const val = useModel(__props, "modelValue");
|
|
19585
19591
|
return (_ctx, _cache) => {
|
|
19586
|
-
return openBlock(), createElementBlock("label", _hoisted_1$
|
|
19592
|
+
return openBlock(), createElementBlock("label", _hoisted_1$p, [
|
|
19587
19593
|
renderSlot(_ctx.$slots, "label", {}, void 0, true),
|
|
19588
19594
|
withDirectives(createElementVNode("input", {
|
|
19589
19595
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
|
|
@@ -19595,10 +19601,10 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
19595
19601
|
};
|
|
19596
19602
|
}
|
|
19597
19603
|
});
|
|
19598
|
-
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19599
|
-
const _hoisted_1$
|
|
19604
|
+
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-032d6226"]]);
|
|
19605
|
+
const _hoisted_1$o = ["title"];
|
|
19600
19606
|
const _hoisted_2$i = ["id", "placeholder", "required"];
|
|
19601
|
-
const _sfc_main$
|
|
19607
|
+
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
19602
19608
|
__name: "ColorPicker",
|
|
19603
19609
|
props: {
|
|
19604
19610
|
label: {},
|
|
@@ -19640,11 +19646,11 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
19640
19646
|
[vModelText, inputVal.value]
|
|
19641
19647
|
])
|
|
19642
19648
|
])
|
|
19643
|
-
], 10, _hoisted_1$
|
|
19649
|
+
], 10, _hoisted_1$o)) : createCommentVNode("", true);
|
|
19644
19650
|
};
|
|
19645
19651
|
}
|
|
19646
19652
|
});
|
|
19647
|
-
const _hoisted_1$
|
|
19653
|
+
const _hoisted_1$n = { class: "datetime-wrap" };
|
|
19648
19654
|
const _hoisted_2$h = { class: "date-wrap" };
|
|
19649
19655
|
const _hoisted_3$e = {
|
|
19650
19656
|
key: 0,
|
|
@@ -19652,7 +19658,7 @@ const _hoisted_3$e = {
|
|
|
19652
19658
|
};
|
|
19653
19659
|
const _hoisted_4$a = ["id", "name", "value"];
|
|
19654
19660
|
const _hoisted_5$9 = ["for"];
|
|
19655
|
-
const _sfc_main$
|
|
19661
|
+
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
19656
19662
|
__name: "DatePicker",
|
|
19657
19663
|
props: {
|
|
19658
19664
|
label: {},
|
|
@@ -19681,7 +19687,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
19681
19687
|
return `${hour}:${minute}`;
|
|
19682
19688
|
});
|
|
19683
19689
|
return (_ctx, _cache) => {
|
|
19684
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
19690
|
+
return openBlock(), createElementBlock("div", _hoisted_1$n, [
|
|
19685
19691
|
createElementVNode("div", _hoisted_2$h, [
|
|
19686
19692
|
createVNode(unref(Hn), mergeProps({
|
|
19687
19693
|
modelValue: selectedDate.value,
|
|
@@ -19722,12 +19728,12 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
19722
19728
|
};
|
|
19723
19729
|
}
|
|
19724
19730
|
});
|
|
19725
|
-
const _hoisted_1$
|
|
19731
|
+
const _hoisted_1$m = { class: "bagel-input" };
|
|
19726
19732
|
const _hoisted_2$g = { class: "pb-025" };
|
|
19727
19733
|
const _hoisted_3$d = { class: "flex gap-05 flex-wrap" };
|
|
19728
19734
|
const _hoisted_4$9 = ["id", "name", "value", "checked"];
|
|
19729
19735
|
const _hoisted_5$8 = ["for"];
|
|
19730
|
-
const _sfc_main$
|
|
19736
|
+
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
19731
19737
|
__name: "RadioPillsInput",
|
|
19732
19738
|
props: {
|
|
19733
19739
|
options: {},
|
|
@@ -19768,7 +19774,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19768
19774
|
selectedValue.value = props2.modelValue;
|
|
19769
19775
|
});
|
|
19770
19776
|
return (_ctx, _cache) => {
|
|
19771
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
19777
|
+
return openBlock(), createElementBlock("div", _hoisted_1$m, [
|
|
19772
19778
|
createElementVNode("label", _hoisted_2$g, toDisplayString(_ctx.label), 1),
|
|
19773
19779
|
createElementVNode("div", _hoisted_3$d, [
|
|
19774
19780
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.options, (option2, index2) => {
|
|
@@ -19794,8 +19800,8 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19794
19800
|
};
|
|
19795
19801
|
}
|
|
19796
19802
|
});
|
|
19797
|
-
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19798
|
-
const _hoisted_1$
|
|
19803
|
+
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-d86ce838"]]);
|
|
19804
|
+
const _hoisted_1$l = { class: "bagel-input" };
|
|
19799
19805
|
const _hoisted_2$f = {
|
|
19800
19806
|
key: 0,
|
|
19801
19807
|
class: "bgl-multi-preview"
|
|
@@ -19818,8 +19824,8 @@ const _hoisted_10 = {
|
|
|
19818
19824
|
class: "progress"
|
|
19819
19825
|
};
|
|
19820
19826
|
const _hoisted_11 = ["src"];
|
|
19821
|
-
const _hoisted_12 = { class: "p-1 flex column hover fileUploadPlaceHolder" };
|
|
19822
|
-
const _sfc_main$
|
|
19827
|
+
const _hoisted_12 = { class: "p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05" };
|
|
19828
|
+
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
19823
19829
|
__name: "FileUpload",
|
|
19824
19830
|
props: {
|
|
19825
19831
|
label: {},
|
|
@@ -19968,7 +19974,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19968
19974
|
}
|
|
19969
19975
|
return (_ctx, _cache) => {
|
|
19970
19976
|
const _directive_lightbox = resolveDirective("lightbox");
|
|
19971
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
19977
|
+
return openBlock(), createElementBlock("div", _hoisted_1$l, [
|
|
19972
19978
|
createElementVNode("label", null, toDisplayString(_ctx.label), 1),
|
|
19973
19979
|
createElementVNode("div", {
|
|
19974
19980
|
class: normalizeClass(["fileUploadWrap", {
|
|
@@ -19999,7 +20005,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19999
20005
|
alt: ""
|
|
20000
20006
|
}, null, 8, _hoisted_3$c)), [
|
|
20001
20007
|
[_directive_lightbox]
|
|
20002
|
-
]) : (openBlock(), createBlock(unref(_sfc_main$
|
|
20008
|
+
]) : (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
20003
20009
|
key: 1,
|
|
20004
20010
|
icon: "draft",
|
|
20005
20011
|
class: "multi-preview"
|
|
@@ -20027,7 +20033,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
20027
20033
|
src: fileToUrl(fileQ.file),
|
|
20028
20034
|
alt: ""
|
|
20029
20035
|
}, null, 8, _hoisted_5$7)) : createCommentVNode("", true)
|
|
20030
|
-
], 64)) : (openBlock(), createBlock(unref(_sfc_main$
|
|
20036
|
+
], 64)) : (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
20031
20037
|
key: 1,
|
|
20032
20038
|
icon: "draft",
|
|
20033
20039
|
class: "multi-preview"
|
|
@@ -20038,7 +20044,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
20038
20044
|
style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
|
|
20039
20045
|
}, [
|
|
20040
20046
|
fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_7$2, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
|
|
20041
|
-
createVNode(unref(_sfc_main$
|
|
20047
|
+
createVNode(unref(_sfc_main$R), {
|
|
20042
20048
|
class: "success",
|
|
20043
20049
|
icon: "check"
|
|
20044
20050
|
})
|
|
@@ -20046,7 +20052,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
20046
20052
|
]);
|
|
20047
20053
|
}), 128))
|
|
20048
20054
|
])) : createCommentVNode("", true),
|
|
20049
|
-
!_ctx.multiple ? (openBlock(), createElementBlock("div", _hoisted_8, [
|
|
20055
|
+
!_ctx.multiple && (storageFiles.value.length > 0 || fileQueue.value.length > 0) ? (openBlock(), createElementBlock("div", _hoisted_8, [
|
|
20050
20056
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(storageFiles.value, (file) => {
|
|
20051
20057
|
return openBlock(), createElementBlock("div", {
|
|
20052
20058
|
key: file.id,
|
|
@@ -20059,7 +20065,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
20059
20065
|
alt: ""
|
|
20060
20066
|
}, null, 8, _hoisted_9)), [
|
|
20061
20067
|
[_directive_lightbox]
|
|
20062
|
-
]) : (openBlock(), createBlock(unref(_sfc_main$
|
|
20068
|
+
]) : (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
20063
20069
|
key: 1,
|
|
20064
20070
|
size: 4,
|
|
20065
20071
|
weight: "2",
|
|
@@ -20078,7 +20084,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
20078
20084
|
style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
|
|
20079
20085
|
}, [
|
|
20080
20086
|
fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_10, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
|
|
20081
|
-
createVNode(unref(_sfc_main$
|
|
20087
|
+
createVNode(unref(_sfc_main$R), {
|
|
20082
20088
|
class: "success",
|
|
20083
20089
|
icon: "check"
|
|
20084
20090
|
})
|
|
@@ -20100,7 +20106,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
20100
20106
|
browse
|
|
20101
20107
|
}, () => [
|
|
20102
20108
|
createElementVNode("p", _hoisted_12, [
|
|
20103
|
-
createVNode(unref(_sfc_main$
|
|
20109
|
+
createVNode(unref(_sfc_main$R), { icon: "upload_2" }),
|
|
20104
20110
|
createTextVNode(" Drop files here or click to upload ")
|
|
20105
20111
|
])
|
|
20106
20112
|
], true) : createCommentVNode("", true)
|
|
@@ -20109,16 +20115,16 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
20109
20115
|
};
|
|
20110
20116
|
}
|
|
20111
20117
|
});
|
|
20112
|
-
const $el = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
20118
|
+
const $el = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-e8b1219f"]]);
|
|
20113
20119
|
const _withScopeId$1 = (n2) => (pushScopeId("data-v-06b95183"), n2 = n2(), popScopeId(), n2);
|
|
20114
|
-
const _hoisted_1$
|
|
20120
|
+
const _hoisted_1$k = ["title"];
|
|
20115
20121
|
const _hoisted_2$e = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "slider round" }, null, -1));
|
|
20116
20122
|
const _hoisted_3$b = [
|
|
20117
20123
|
_hoisted_2$e
|
|
20118
20124
|
];
|
|
20119
20125
|
const _hoisted_4$7 = ["id", "required"];
|
|
20120
20126
|
const _hoisted_5$6 = ["for"];
|
|
20121
|
-
const _sfc_main$
|
|
20127
|
+
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
20122
20128
|
__name: "ToggleInput",
|
|
20123
20129
|
props: /* @__PURE__ */ mergeModels({
|
|
20124
20130
|
label: {},
|
|
@@ -20160,11 +20166,11 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
20160
20166
|
createTextVNode(toDisplayString(_ctx.label), 1)
|
|
20161
20167
|
], true)
|
|
20162
20168
|
], 8, _hoisted_5$6)
|
|
20163
|
-
], 10, _hoisted_1$
|
|
20169
|
+
], 10, _hoisted_1$k);
|
|
20164
20170
|
};
|
|
20165
20171
|
}
|
|
20166
20172
|
});
|
|
20167
|
-
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
20173
|
+
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-06b95183"]]);
|
|
20168
20174
|
function OrderedMap(content) {
|
|
20169
20175
|
this.content = content;
|
|
20170
20176
|
}
|
|
@@ -43979,12 +43985,12 @@ const TableHeader = Node$2.create({
|
|
|
43979
43985
|
return ["th", mergeAttributes(this.options.HTMLAttributes, HTMLAttributes), 0];
|
|
43980
43986
|
}
|
|
43981
43987
|
});
|
|
43982
|
-
const _hoisted_1$
|
|
43988
|
+
const _hoisted_1$j = { class: "RichText" };
|
|
43983
43989
|
const _hoisted_2$d = {
|
|
43984
43990
|
key: 0,
|
|
43985
43991
|
class: "RichText-tools"
|
|
43986
43992
|
};
|
|
43987
|
-
const _sfc_main$
|
|
43993
|
+
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
43988
43994
|
__name: "RichText",
|
|
43989
43995
|
props: {
|
|
43990
43996
|
modelValue: {}
|
|
@@ -44209,7 +44215,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
44209
44215
|
});
|
|
44210
44216
|
return (_ctx, _cache) => {
|
|
44211
44217
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
44212
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
44218
|
+
return openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
44213
44219
|
unref(editor) ? (openBlock(), createElementBlock("div", _hoisted_2$d, [
|
|
44214
44220
|
(openBlock(), createElementBlock(Fragment$1, null, renderList(config, (item) => {
|
|
44215
44221
|
var _a2;
|
|
@@ -46317,13 +46323,13 @@ function parsePhoneNumber$1() {
|
|
|
46317
46323
|
function parsePhoneNumber() {
|
|
46318
46324
|
return withMetadataArgument(parsePhoneNumber$1, arguments);
|
|
46319
46325
|
}
|
|
46320
|
-
const _hoisted_1$
|
|
46326
|
+
const _hoisted_1$i = ["aria-expanded"];
|
|
46321
46327
|
const _hoisted_2$c = { class: "p-075 tel-countryp-dropdown" };
|
|
46322
46328
|
const _hoisted_3$a = ["aria-selected", "onClick", "onMousemove"];
|
|
46323
46329
|
const _hoisted_4$6 = { class: "tel-country" };
|
|
46324
46330
|
const _hoisted_5$5 = { key: 1 };
|
|
46325
46331
|
const _hoisted_6$4 = ["id", "required", "placeholder", "disabled", "autocomplete", "pattern", "minlength", "maxlength", "name", "readonly", "tabindex", "aria-describedby"];
|
|
46326
|
-
const _sfc_main$
|
|
46332
|
+
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
46327
46333
|
__name: "TelInput",
|
|
46328
46334
|
props: /* @__PURE__ */ mergeModels({
|
|
46329
46335
|
label: {},
|
|
@@ -46632,7 +46638,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
46632
46638
|
class: "flex gap-05",
|
|
46633
46639
|
onClick: _cache[0] || (_cache[0] = ($event) => isRef(open) ? open.value = true : open = true)
|
|
46634
46640
|
}, [
|
|
46635
|
-
createVNode(unref(_sfc_main$
|
|
46641
|
+
createVNode(unref(_sfc_main$R), {
|
|
46636
46642
|
icon: unref(open) ? "collapse_all" : "expand_all"
|
|
46637
46643
|
}, null, 8, ["icon"]),
|
|
46638
46644
|
computedDropDownOptions.value.showFlags && unref(activeCountryCode) ? (openBlock(), createBlock(unref(Flag), {
|
|
@@ -46670,13 +46676,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
46670
46676
|
}, null, 44, _hoisted_6$4), [
|
|
46671
46677
|
[vModelText, phone.value]
|
|
46672
46678
|
])
|
|
46673
|
-
], 40, _hoisted_1$
|
|
46679
|
+
], 40, _hoisted_1$i)
|
|
46674
46680
|
])
|
|
46675
46681
|
], 2);
|
|
46676
46682
|
};
|
|
46677
46683
|
}
|
|
46678
46684
|
});
|
|
46679
|
-
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
46685
|
+
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-9d176183"]]);
|
|
46680
46686
|
/*!
|
|
46681
46687
|
* Signature Pad v5.0.2 | https://github.com/szimek/signature_pad
|
|
46682
46688
|
* (c) 2024 Szymon Nowak | Released under the MIT license
|
|
@@ -47270,8 +47276,8 @@ class SignaturePad extends SignatureEventTarget {
|
|
|
47270
47276
|
return svg.outerHTML;
|
|
47271
47277
|
}
|
|
47272
47278
|
}
|
|
47273
|
-
const _hoisted_1$
|
|
47274
|
-
const _sfc_main$
|
|
47279
|
+
const _hoisted_1$h = ["disabled"];
|
|
47280
|
+
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
47275
47281
|
__name: "SignaturePad",
|
|
47276
47282
|
props: {
|
|
47277
47283
|
sigOption: {},
|
|
@@ -47403,16 +47409,16 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
47403
47409
|
ref: vCanvas,
|
|
47404
47410
|
class: "canvas",
|
|
47405
47411
|
disabled: _ctx.disabled
|
|
47406
|
-
}, null, 8, _hoisted_1$
|
|
47412
|
+
}, null, 8, _hoisted_1$h)
|
|
47407
47413
|
], 34);
|
|
47408
47414
|
};
|
|
47409
47415
|
}
|
|
47410
47416
|
});
|
|
47411
|
-
const _hoisted_1$
|
|
47417
|
+
const _hoisted_1$g = {
|
|
47412
47418
|
class: "toolbar flex gap-025 pb-05 flex-wrap",
|
|
47413
47419
|
role: "toolbar"
|
|
47414
47420
|
};
|
|
47415
|
-
const _sfc_main$
|
|
47421
|
+
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
47416
47422
|
__name: "Toolbar",
|
|
47417
47423
|
props: {
|
|
47418
47424
|
config: {}
|
|
@@ -47442,7 +47448,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
47442
47448
|
}
|
|
47443
47449
|
return (_ctx, _cache) => {
|
|
47444
47450
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
47445
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
47451
|
+
return openBlock(), createElementBlock("div", _hoisted_1$g, [
|
|
47446
47452
|
createVNode(SelectInput, {
|
|
47447
47453
|
class: "m-0 w150",
|
|
47448
47454
|
options: ["Text", "Heading 1", "Heading 2", "Heading 3", "Heading 4", "Heading 5", "Heading 6", "Blockquote", "Code"],
|
|
@@ -47643,14 +47649,14 @@ function createTable() {
|
|
|
47643
47649
|
}
|
|
47644
47650
|
}
|
|
47645
47651
|
}
|
|
47646
|
-
const _hoisted_1$
|
|
47652
|
+
const _hoisted_1$f = { class: "rich-text-editor round pt-05 px-1 pb-1" };
|
|
47647
47653
|
const _hoisted_2$b = { class: "editor-container flex flex-stretch gap-1 m_column" };
|
|
47648
47654
|
const _hoisted_3$9 = { class: "content-area rounded p-1 bg-white shadow-light w-100 grid" };
|
|
47649
47655
|
const _hoisted_4$5 = {
|
|
47650
47656
|
key: 0,
|
|
47651
47657
|
class: "preview-area bg-black color-white w-100 rounded p-1"
|
|
47652
47658
|
};
|
|
47653
|
-
const _sfc_main$
|
|
47659
|
+
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
47654
47660
|
__name: "index",
|
|
47655
47661
|
props: {
|
|
47656
47662
|
modelValue: {},
|
|
@@ -47777,8 +47783,8 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
47777
47783
|
}
|
|
47778
47784
|
}
|
|
47779
47785
|
return (_ctx, _cache) => {
|
|
47780
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
47781
|
-
createVNode(_sfc_main$
|
|
47786
|
+
return openBlock(), createElementBlock("div", _hoisted_1$f, [
|
|
47787
|
+
createVNode(_sfc_main$b, {
|
|
47782
47788
|
config: config.value,
|
|
47783
47789
|
onAction: handleToolbarAction
|
|
47784
47790
|
}, null, 8, ["config"]),
|
|
@@ -47809,8 +47815,8 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
47809
47815
|
};
|
|
47810
47816
|
}
|
|
47811
47817
|
});
|
|
47812
|
-
const index = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
47813
|
-
const _hoisted_1$
|
|
47818
|
+
const index = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-c9729efd"]]);
|
|
47819
|
+
const _hoisted_1$e = ["for"];
|
|
47814
47820
|
const _hoisted_2$a = ["id", "name", "value"];
|
|
47815
47821
|
const _hoisted_3$8 = { class: "flex w-100 gap-1 flex-wrap m_gap-05 m_gap-row-025" };
|
|
47816
47822
|
const _hoisted_4$4 = ["src", "alt"];
|
|
@@ -47823,7 +47829,7 @@ const _hoisted_7$1 = {
|
|
|
47823
47829
|
key: 1,
|
|
47824
47830
|
class: "txt-gray txt-12 m-0"
|
|
47825
47831
|
};
|
|
47826
|
-
const _sfc_main$
|
|
47832
|
+
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
47827
47833
|
__name: "RadioGroup",
|
|
47828
47834
|
props: /* @__PURE__ */ mergeModels({
|
|
47829
47835
|
groupName: {},
|
|
@@ -47876,13 +47882,49 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
47876
47882
|
icon: "delete",
|
|
47877
47883
|
onClick: ($event) => _ctx.$emit("delete", opt)
|
|
47878
47884
|
}, null, 8, ["onClick"])) : createCommentVNode("", true)
|
|
47879
|
-
], 8, _hoisted_1$
|
|
47885
|
+
], 8, _hoisted_1$e);
|
|
47880
47886
|
}), 128))
|
|
47881
47887
|
]);
|
|
47882
47888
|
};
|
|
47883
47889
|
}
|
|
47884
47890
|
});
|
|
47885
|
-
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
47891
|
+
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-ac3dc0e2"]]);
|
|
47892
|
+
const _hoisted_1$d = { class: "relative" };
|
|
47893
|
+
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
47894
|
+
__name: "PasswordInput",
|
|
47895
|
+
props: /* @__PURE__ */ mergeModels({
|
|
47896
|
+
txtInputProps: {}
|
|
47897
|
+
}, {
|
|
47898
|
+
"modelValue": {},
|
|
47899
|
+
"modelModifiers": {},
|
|
47900
|
+
"showPwd": { default: false },
|
|
47901
|
+
"showPwdModifiers": {}
|
|
47902
|
+
}),
|
|
47903
|
+
emits: ["update:modelValue", "update:showPwd"],
|
|
47904
|
+
setup(__props) {
|
|
47905
|
+
const password = useModel(__props, "modelValue");
|
|
47906
|
+
const showPwd = useModel(__props, "showPwd");
|
|
47907
|
+
const toggleShowPwdIcon = computed(() => showPwd.value ? "visibility_off" : "visibility");
|
|
47908
|
+
const inputType = computed(() => showPwd.value ? "text" : "password");
|
|
47909
|
+
return (_ctx, _cache) => {
|
|
47910
|
+
return openBlock(), createElementBlock("div", _hoisted_1$d, [
|
|
47911
|
+
createVNode(unref(TextInput), mergeProps({
|
|
47912
|
+
modelValue: password.value,
|
|
47913
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => password.value = $event),
|
|
47914
|
+
class: "mb-0",
|
|
47915
|
+
type: inputType.value
|
|
47916
|
+
}, _ctx.txtInputProps), null, 16, ["modelValue", "type"]),
|
|
47917
|
+
createVNode(unref(Btn), {
|
|
47918
|
+
flat: "",
|
|
47919
|
+
thin: "",
|
|
47920
|
+
class: "m-05 position-bottom-end",
|
|
47921
|
+
icon: toggleShowPwdIcon.value,
|
|
47922
|
+
onClick: _cache[1] || (_cache[1] = ($event) => showPwd.value = !showPwd.value)
|
|
47923
|
+
}, null, 8, ["icon"])
|
|
47924
|
+
]);
|
|
47925
|
+
};
|
|
47926
|
+
}
|
|
47927
|
+
});
|
|
47886
47928
|
function _isPlaceholder(a2) {
|
|
47887
47929
|
return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
|
|
47888
47930
|
}
|
|
@@ -54048,7 +54090,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
54048
54090
|
}
|
|
54049
54091
|
return (_ctx, _cache) => {
|
|
54050
54092
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
54051
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
54093
|
+
return openBlock(), createBlock(unref(_sfc_main$E), {
|
|
54052
54094
|
class: normalizeClass(["flex column gap-05 pt-1 bgl_sidebar", { wideNav: unref(isOpen) }])
|
|
54053
54095
|
}, {
|
|
54054
54096
|
default: withCtx(() => [
|
|
@@ -54071,7 +54113,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
54071
54113
|
class: "nav-button px-075"
|
|
54072
54114
|
}, {
|
|
54073
54115
|
default: withCtx(() => [
|
|
54074
|
-
createVNode(unref(_sfc_main$
|
|
54116
|
+
createVNode(unref(_sfc_main$R), {
|
|
54075
54117
|
icon: nav2.icon,
|
|
54076
54118
|
size: 1.4
|
|
54077
54119
|
}, null, 8, ["icon"]),
|
|
@@ -54108,7 +54150,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
54108
54150
|
},
|
|
54109
54151
|
setup(__props) {
|
|
54110
54152
|
return (_ctx, _cache) => {
|
|
54111
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
54153
|
+
return openBlock(), createBlock(unref(_sfc_main$E), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
|
|
54112
54154
|
default: withCtx(() => [
|
|
54113
54155
|
renderSlot(_ctx.$slots, "brand", {}, void 0, true),
|
|
54114
54156
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.navLinks, (nav2, i2) => {
|
|
@@ -54119,7 +54161,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
54119
54161
|
onClick: nav2.onClick
|
|
54120
54162
|
}, {
|
|
54121
54163
|
default: withCtx(() => [
|
|
54122
|
-
createVNode(unref(_sfc_main$
|
|
54164
|
+
createVNode(unref(_sfc_main$R), {
|
|
54123
54165
|
icon: nav2.icon,
|
|
54124
54166
|
size: 1.4,
|
|
54125
54167
|
class: "m-0"
|
|
@@ -54272,7 +54314,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
54272
54314
|
class: normalizeClass([{ active: isActive2(tab) }, "bgl_tab relative z-1"]),
|
|
54273
54315
|
onClick: ($event) => selectTab(tab)
|
|
54274
54316
|
}, [
|
|
54275
|
-
typeof tab !== "string" && tab.icon ? (openBlock(), createBlock(unref(_sfc_main$
|
|
54317
|
+
typeof tab !== "string" && tab.icon ? (openBlock(), createBlock(unref(_sfc_main$R), {
|
|
54276
54318
|
key: 0,
|
|
54277
54319
|
icon: tab.icon
|
|
54278
54320
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
@@ -54691,54 +54733,55 @@ const IMAGE_FORMATS_REGEXP = new RegExp(`(${IMAGE_FORMATS.join("|")})$`, "i");
|
|
|
54691
54733
|
const VIDEO_FORMATS = ["mp4", "webm", "ogg", "mov", "avi", "flv", "wmv", "mkv", "ts", "m3u8"];
|
|
54692
54734
|
const VIDEO_FORMATS_REGEXP = new RegExp(`(${VIDEO_FORMATS.join("|")})$`, "i");
|
|
54693
54735
|
export {
|
|
54694
|
-
_sfc_main$
|
|
54736
|
+
_sfc_main$B as Accordion,
|
|
54695
54737
|
AccordionItem,
|
|
54696
54738
|
Alert,
|
|
54697
54739
|
Avatar,
|
|
54698
54740
|
Badge,
|
|
54699
|
-
_sfc_main$
|
|
54741
|
+
_sfc_main$t as BagelForm,
|
|
54700
54742
|
BagelVue,
|
|
54701
|
-
_sfc_main$
|
|
54702
|
-
_sfc_main$
|
|
54703
|
-
_sfc_main$
|
|
54743
|
+
_sfc_main$s as BglField,
|
|
54744
|
+
_sfc_main$t as BglForm,
|
|
54745
|
+
_sfc_main$r as BglMultiStepForm,
|
|
54704
54746
|
BglVideo,
|
|
54705
54747
|
BottomMenu,
|
|
54706
54748
|
Btn,
|
|
54707
|
-
_sfc_main$
|
|
54749
|
+
_sfc_main$E as Card,
|
|
54708
54750
|
Carousel,
|
|
54709
54751
|
CheckInput,
|
|
54710
54752
|
Checkbox,
|
|
54711
|
-
_sfc_main$
|
|
54753
|
+
_sfc_main$j as ColorPicker,
|
|
54712
54754
|
DataPreview,
|
|
54713
|
-
_sfc_main$
|
|
54714
|
-
_sfc_main$
|
|
54755
|
+
_sfc_main$p as DateInput,
|
|
54756
|
+
_sfc_main$i as DatePicker,
|
|
54715
54757
|
kt$1 as Dropdown,
|
|
54716
54758
|
$el as FileUpload,
|
|
54717
54759
|
Flag,
|
|
54718
54760
|
IMAGE_FORMATS,
|
|
54719
54761
|
IMAGE_FORMATS_REGEXP,
|
|
54720
|
-
_sfc_main$
|
|
54762
|
+
_sfc_main$R as Icon,
|
|
54721
54763
|
JSONInput,
|
|
54722
54764
|
Layout,
|
|
54723
54765
|
_sfc_main$7 as Lineart,
|
|
54724
|
-
_sfc_main$
|
|
54766
|
+
_sfc_main$K as ListItem,
|
|
54725
54767
|
ListView,
|
|
54726
|
-
_sfc_main$
|
|
54727
|
-
_sfc_main$
|
|
54728
|
-
_sfc_main$
|
|
54729
|
-
_sfc_main$
|
|
54768
|
+
_sfc_main$v as MapEmbed,
|
|
54769
|
+
_sfc_main$R as MaterialIcon,
|
|
54770
|
+
_sfc_main$O as Modal,
|
|
54771
|
+
_sfc_main$w as ModalConfirm,
|
|
54730
54772
|
ModalForm,
|
|
54731
54773
|
ModalPlugin,
|
|
54732
54774
|
NavBar,
|
|
54733
|
-
_sfc_main$
|
|
54775
|
+
_sfc_main$J as PageTitle,
|
|
54776
|
+
_sfc_main$8 as PasswordInput,
|
|
54734
54777
|
RadioGroup,
|
|
54735
54778
|
RadioPillsInput,
|
|
54736
|
-
_sfc_main$
|
|
54779
|
+
_sfc_main$e as RichText,
|
|
54737
54780
|
index as RichText2,
|
|
54738
54781
|
RouterWrapper,
|
|
54739
54782
|
SelectInput,
|
|
54740
54783
|
SidebarMenu,
|
|
54741
|
-
_sfc_main$
|
|
54784
|
+
_sfc_main$c as SignaturePad,
|
|
54742
54785
|
TabbedLayout,
|
|
54743
54786
|
TableField,
|
|
54744
54787
|
TableSchema,
|
|
@@ -54747,7 +54790,7 @@ export {
|
|
|
54747
54790
|
TabsNav,
|
|
54748
54791
|
TelInput,
|
|
54749
54792
|
TextInput,
|
|
54750
|
-
_sfc_main$
|
|
54793
|
+
_sfc_main$C as Title,
|
|
54751
54794
|
ToggleInput,
|
|
54752
54795
|
TopBar,
|
|
54753
54796
|
VIDEO_FORMATS,
|