@bagelink/vue 0.0.1143 → 0.0.1145
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/Carousel.vue.d.ts.map +1 -1
- package/dist/components/Modal.vue.d.ts.map +1 -1
- package/dist/components/Zoomer.vue.d.ts.map +1 -1
- package/dist/components/form/index.d.ts +2 -3
- package/dist/components/form/index.d.ts.map +1 -1
- package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText/composables/useEditor.d.ts.map +1 -1
- package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts.map +1 -1
- package/dist/components/lightbox/Lightbox.vue.d.ts.map +1 -1
- package/dist/index.cjs +467 -548
- package/dist/index.mjs +467 -548
- package/dist/plugins/modal.d.ts +5 -0
- package/dist/plugins/modal.d.ts.map +1 -1
- package/dist/style.css +121 -115
- package/package.json +1 -1
- package/src/components/Carousel.vue +1 -0
- package/src/components/Icon/Icon.vue +1 -1
- package/src/components/Modal.vue +0 -1
- package/src/components/ModalForm.vue +24 -19
- package/src/components/Zoomer.vue +24 -4
- package/src/components/form/index.ts +2 -3
- package/src/components/form/inputs/FileUpload.vue +12 -1
- package/src/components/form/inputs/NumberInput.vue +6 -6
- package/src/components/form/inputs/Upload/UploadInput.vue +9 -6
- package/src/components/lightbox/Lightbox.vue +32 -33
- package/src/plugins/modal.ts +5 -0
package/dist/index.mjs
CHANGED
|
@@ -45,7 +45,7 @@ const bagelFormUtils = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defi
|
|
|
45
45
|
return uploadField;
|
|
46
46
|
}
|
|
47
47
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
48
|
-
const _sfc_main$
|
|
48
|
+
const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
49
49
|
__name: "Accordion",
|
|
50
50
|
setup(__props) {
|
|
51
51
|
const state2 = reactive({
|
|
@@ -59,10 +59,10 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
61
|
});
|
|
62
|
-
const _hoisted_1$
|
|
63
|
-
const _hoisted_2$
|
|
62
|
+
const _hoisted_1$X = ["aria-expanded", "aria-controls"];
|
|
63
|
+
const _hoisted_2$E = { class: "accordion-label" };
|
|
64
64
|
const _hoisted_3$u = ["id", "aria-hidden"];
|
|
65
|
-
const _sfc_main$
|
|
65
|
+
const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
66
66
|
__name: "AccordionItem",
|
|
67
67
|
props: {
|
|
68
68
|
label: {},
|
|
@@ -128,7 +128,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
128
128
|
createVNode(unref(_sfc_main$p), { icon: computedIcon.value }, null, 8, ["icon"])
|
|
129
129
|
], 2)) : createCommentVNode("", true),
|
|
130
130
|
renderSlot(_ctx.$slots, "head", {}, () => [
|
|
131
|
-
createElementVNode("span", _hoisted_2$
|
|
131
|
+
createElementVNode("span", _hoisted_2$E, toDisplayString(_ctx.label), 1)
|
|
132
132
|
], true),
|
|
133
133
|
iconPosition.value === "end" ? (openBlock(), createElementBlock("span", {
|
|
134
134
|
key: 1,
|
|
@@ -136,7 +136,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
136
136
|
}, [
|
|
137
137
|
createVNode(unref(_sfc_main$p), { icon: computedIcon.value }, null, 8, ["icon"])
|
|
138
138
|
], 2)) : createCommentVNode("", true)
|
|
139
|
-
], 8, _hoisted_1$
|
|
139
|
+
], 8, _hoisted_1$X),
|
|
140
140
|
createVNode(Transition, { name: "expand" }, {
|
|
141
141
|
default: withCtx(() => [
|
|
142
142
|
unref(isOpen) ? (openBlock(), createElementBlock("div", {
|
|
@@ -161,9 +161,9 @@ const _export_sfc = (sfc, props2) => {
|
|
|
161
161
|
}
|
|
162
162
|
return target;
|
|
163
163
|
};
|
|
164
|
-
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
165
|
-
const _hoisted_1$
|
|
166
|
-
const _sfc_main$
|
|
164
|
+
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-3334f637"]]);
|
|
165
|
+
const _hoisted_1$W = { class: "relative" };
|
|
166
|
+
const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
167
167
|
__name: "AddressSearch",
|
|
168
168
|
emits: ["addressSelected"],
|
|
169
169
|
setup(__props, { emit: __emit }) {
|
|
@@ -185,8 +185,8 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
185
185
|
(_a2 = suggestion.value) == null ? void 0 : _a2.show();
|
|
186
186
|
}
|
|
187
187
|
return (_ctx, _cache) => {
|
|
188
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
189
|
-
createVNode(unref(_sfc_main$
|
|
188
|
+
return openBlock(), createElementBlock("div", _hoisted_1$W, [
|
|
189
|
+
createVNode(unref(_sfc_main$V), {
|
|
190
190
|
ref_key: "suggestion",
|
|
191
191
|
ref: suggestion,
|
|
192
192
|
noAutoFocus: true,
|
|
@@ -221,11 +221,11 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
221
221
|
};
|
|
222
222
|
}
|
|
223
223
|
});
|
|
224
|
-
const _hoisted_1$
|
|
224
|
+
const _hoisted_1$V = {
|
|
225
225
|
key: 1,
|
|
226
226
|
class: "bgl_btn-flex"
|
|
227
227
|
};
|
|
228
|
-
const _sfc_main$
|
|
228
|
+
const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
229
229
|
__name: "Btn",
|
|
230
230
|
props: {
|
|
231
231
|
disabled: { type: Boolean, default: false },
|
|
@@ -291,7 +291,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
291
291
|
key: 0,
|
|
292
292
|
class: "h-100p",
|
|
293
293
|
size: "15"
|
|
294
|
-
})) : (openBlock(), createElementBlock("div", _hoisted_1$
|
|
294
|
+
})) : (openBlock(), createElementBlock("div", _hoisted_1$V, [
|
|
295
295
|
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$p), {
|
|
296
296
|
key: 0,
|
|
297
297
|
icon: _ctx.icon,
|
|
@@ -315,10 +315,10 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
315
315
|
};
|
|
316
316
|
}
|
|
317
317
|
});
|
|
318
|
-
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
319
|
-
const _hoisted_1$
|
|
320
|
-
const _hoisted_2$
|
|
321
|
-
const _sfc_main$
|
|
318
|
+
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-7b18a02c"]]);
|
|
319
|
+
const _hoisted_1$U = ["dismissable"];
|
|
320
|
+
const _hoisted_2$D = { class: "m-0" };
|
|
321
|
+
const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
322
322
|
__name: "Alert",
|
|
323
323
|
props: {
|
|
324
324
|
message: {},
|
|
@@ -346,7 +346,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
346
346
|
size: 2,
|
|
347
347
|
color: color2[_ctx.type]
|
|
348
348
|
}, null, 8, ["icon", "color"])) : createCommentVNode("", true),
|
|
349
|
-
createElementVNode("p", _hoisted_2$
|
|
349
|
+
createElementVNode("p", _hoisted_2$D, toDisplayString(_ctx.message), 1),
|
|
350
350
|
createVNode(Btn, {
|
|
351
351
|
flat: "",
|
|
352
352
|
thin: "",
|
|
@@ -354,13 +354,13 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
354
354
|
icon: "close",
|
|
355
355
|
onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
|
|
356
356
|
})
|
|
357
|
-
], 10, _hoisted_1$
|
|
357
|
+
], 10, _hoisted_1$U)) : createCommentVNode("", true);
|
|
358
358
|
};
|
|
359
359
|
}
|
|
360
360
|
});
|
|
361
|
-
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
362
|
-
const _hoisted_1$
|
|
363
|
-
const _sfc_main$
|
|
361
|
+
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-064bdd20"]]);
|
|
362
|
+
const _hoisted_1$T = ["src", "alt"];
|
|
363
|
+
const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
364
364
|
__name: "Avatar",
|
|
365
365
|
props: {
|
|
366
366
|
fallback: {},
|
|
@@ -378,7 +378,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
378
378
|
key: 0,
|
|
379
379
|
src: _ctx.src,
|
|
380
380
|
alt: _ctx.name
|
|
381
|
-
}, null, 8, _hoisted_1$
|
|
381
|
+
}, null, 8, _hoisted_1$T)) : (openBlock(), createElementBlock("p", {
|
|
382
382
|
key: 1,
|
|
383
383
|
style: normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
|
|
384
384
|
}, toDisplayString((_ctx.fallback || unref(initials)(_ctx.name || "")).toUpperCase()), 5))
|
|
@@ -386,8 +386,8 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
386
386
|
};
|
|
387
387
|
}
|
|
388
388
|
});
|
|
389
|
-
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
390
|
-
const _sfc_main$
|
|
389
|
+
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-46ad8c25"]]);
|
|
390
|
+
const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
391
391
|
__name: "Badge",
|
|
392
392
|
props: {
|
|
393
393
|
color: {},
|
|
@@ -416,9 +416,9 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
416
416
|
};
|
|
417
417
|
}
|
|
418
418
|
});
|
|
419
|
-
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
420
|
-
const _hoisted_1$
|
|
421
|
-
const _sfc_main$
|
|
419
|
+
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-689f051f"]]);
|
|
420
|
+
const _hoisted_1$S = { key: 1 };
|
|
421
|
+
const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
422
422
|
__name: "BglComponent",
|
|
423
423
|
props: {
|
|
424
424
|
field: {},
|
|
@@ -447,7 +447,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
447
447
|
if (props2.field.$el === "file") return FileUpload;
|
|
448
448
|
if (props2.field.$el === "date") return _sfc_main$K;
|
|
449
449
|
if (props2.field.$el === "tabs") return TabsNav;
|
|
450
|
-
if (props2.field.$el === "form") return _sfc_main$
|
|
450
|
+
if (props2.field.$el === "form") return _sfc_main$S;
|
|
451
451
|
return props2.field.$el ?? "div";
|
|
452
452
|
});
|
|
453
453
|
function getFieldData(path) {
|
|
@@ -564,7 +564,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
564
564
|
id: [props2.id, child.id].filter(Boolean).join("."),
|
|
565
565
|
field: child,
|
|
566
566
|
"parent-path": props2.id
|
|
567
|
-
}, null, 8, ["id", "field", "parent-path"])) : (openBlock(), createElementBlock("span", _hoisted_1$
|
|
567
|
+
}, null, 8, ["id", "field", "parent-path"])) : (openBlock(), createElementBlock("span", _hoisted_1$S, toDisplayString(child), 1))
|
|
568
568
|
], 64);
|
|
569
569
|
}), 128))
|
|
570
570
|
], 64))
|
|
@@ -574,10 +574,10 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
574
574
|
};
|
|
575
575
|
}
|
|
576
576
|
});
|
|
577
|
-
const _hoisted_1$
|
|
578
|
-
const _hoisted_2$
|
|
577
|
+
const _hoisted_1$R = ["src"];
|
|
578
|
+
const _hoisted_2$C = ["autoplay", "muted", "loop", "controls", "playsinline"];
|
|
579
579
|
const _hoisted_3$t = ["src", "type"];
|
|
580
|
-
const _sfc_main
|
|
580
|
+
const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
581
581
|
__name: "BglVideo",
|
|
582
582
|
props: {
|
|
583
583
|
src: {},
|
|
@@ -654,7 +654,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
654
654
|
allowfullscreen: "",
|
|
655
655
|
title: "Video",
|
|
656
656
|
allow: "autoplay"
|
|
657
|
-
}, null, 12, _hoisted_1$
|
|
657
|
+
}, null, 12, _hoisted_1$R)) : _ctx.src ? (openBlock(), createElementBlock("video", {
|
|
658
658
|
key: 1,
|
|
659
659
|
ref_key: "video",
|
|
660
660
|
ref: video,
|
|
@@ -669,17 +669,17 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
669
669
|
src: _ctx.src,
|
|
670
670
|
type: `video/${videoFormat.value}`
|
|
671
671
|
}, null, 8, _hoisted_3$t)
|
|
672
|
-
], 12, _hoisted_2$
|
|
672
|
+
], 12, _hoisted_2$C)) : createCommentVNode("", true)
|
|
673
673
|
], 2);
|
|
674
674
|
};
|
|
675
675
|
}
|
|
676
676
|
});
|
|
677
|
-
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
678
|
-
const _hoisted_1$
|
|
677
|
+
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-006552f6"]]);
|
|
678
|
+
const _hoisted_1$Q = {
|
|
679
679
|
key: 0,
|
|
680
680
|
class: "card_label"
|
|
681
681
|
};
|
|
682
|
-
const _sfc_main
|
|
682
|
+
const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
683
683
|
__name: "Card",
|
|
684
684
|
props: {
|
|
685
685
|
label: {},
|
|
@@ -708,7 +708,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
708
708
|
}])
|
|
709
709
|
}, {
|
|
710
710
|
default: withCtx(() => [
|
|
711
|
-
_ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
711
|
+
_ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$Q, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
|
|
712
712
|
renderSlot(_ctx.$slots, "default")
|
|
713
713
|
]),
|
|
714
714
|
_: 3
|
|
@@ -718,8 +718,8 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
718
718
|
};
|
|
719
719
|
}
|
|
720
720
|
});
|
|
721
|
-
const _hoisted_1$
|
|
722
|
-
const _hoisted_2$
|
|
721
|
+
const _hoisted_1$P = ["dir"];
|
|
722
|
+
const _hoisted_2$B = {
|
|
723
723
|
key: 0,
|
|
724
724
|
class: "dots"
|
|
725
725
|
};
|
|
@@ -727,7 +727,7 @@ const _hoisted_3$s = ["onClick"];
|
|
|
727
727
|
const _hoisted_4$j = { class: "Handlers" };
|
|
728
728
|
const GAP_PERCENT = 1;
|
|
729
729
|
const VELOCITY_SAMPLE_DURATION = 100;
|
|
730
|
-
const _sfc_main$
|
|
730
|
+
const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
731
731
|
__name: "Carousel",
|
|
732
732
|
props: {
|
|
733
733
|
autoHeight: { type: Boolean, default: false },
|
|
@@ -898,6 +898,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
898
898
|
});
|
|
899
899
|
}
|
|
900
900
|
function startDrag(e) {
|
|
901
|
+
e.stopPropagation();
|
|
901
902
|
if (e.button !== 0 || !props2.freeDrag || !isSliderAvailable.value) return;
|
|
902
903
|
clearAutoplay();
|
|
903
904
|
startX.value = e.pageX;
|
|
@@ -1146,7 +1147,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
1146
1147
|
}, [
|
|
1147
1148
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
1148
1149
|
], 38),
|
|
1149
|
-
props2.dots && unref(slideCount) > 1 ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
1150
|
+
props2.dots && unref(slideCount) > 1 ? (openBlock(), createElementBlock("div", _hoisted_2$B, [
|
|
1150
1151
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(slideCount), (i2) => {
|
|
1151
1152
|
return openBlock(), createElementBlock("span", {
|
|
1152
1153
|
key: i2,
|
|
@@ -1169,11 +1170,11 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
1169
1170
|
}, void 0, true)
|
|
1170
1171
|
])
|
|
1171
1172
|
])
|
|
1172
|
-
], 14, _hoisted_1$
|
|
1173
|
+
], 14, _hoisted_1$P);
|
|
1173
1174
|
};
|
|
1174
1175
|
}
|
|
1175
1176
|
});
|
|
1176
|
-
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1177
|
+
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-1ae4b9ae"]]);
|
|
1177
1178
|
function _isPlaceholder(a2) {
|
|
1178
1179
|
return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
|
|
1179
1180
|
}
|
|
@@ -7117,25 +7118,25 @@ var script = defineComponent({
|
|
|
7117
7118
|
return { bar, canvas, direction, mouse };
|
|
7118
7119
|
}
|
|
7119
7120
|
});
|
|
7120
|
-
const _hoisted_1$
|
|
7121
|
+
const _hoisted_1$O = {
|
|
7121
7122
|
key: 0,
|
|
7122
7123
|
class: "layer-hover-bar"
|
|
7123
7124
|
};
|
|
7124
|
-
const _hoisted_2$
|
|
7125
|
+
const _hoisted_2$A = ["x", "y", "width", "height"];
|
|
7125
7126
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7126
|
-
return _ctx.mouse.hover ? (openBlock(), createElementBlock("g", _hoisted_1$
|
|
7127
|
+
return _ctx.mouse.hover ? (openBlock(), createElementBlock("g", _hoisted_1$O, [
|
|
7127
7128
|
createElementVNode("rect", mergeProps({ class: "hover-bar" }, _ctx.barStyle, {
|
|
7128
7129
|
x: _ctx.bar.x,
|
|
7129
7130
|
y: _ctx.bar.y,
|
|
7130
7131
|
width: _ctx.bar.width > 0 ? _ctx.bar.width : 0,
|
|
7131
7132
|
height: _ctx.bar.height > 0 ? _ctx.bar.height : 0
|
|
7132
|
-
}), null, 16, _hoisted_2$
|
|
7133
|
+
}), null, 16, _hoisted_2$A)
|
|
7133
7134
|
])) : createCommentVNode("v-if", true);
|
|
7134
7135
|
}
|
|
7135
7136
|
script.render = render;
|
|
7136
7137
|
script.__file = "src/components/HoverBar/index.vue";
|
|
7137
7138
|
const BRAND_COLOR = "var(--bgl-primary)";
|
|
7138
|
-
const _sfc_main$
|
|
7139
|
+
const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
7139
7140
|
__name: "Lineart",
|
|
7140
7141
|
props: {
|
|
7141
7142
|
data: {},
|
|
@@ -7275,11 +7276,11 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
7275
7276
|
};
|
|
7276
7277
|
}
|
|
7277
7278
|
});
|
|
7278
|
-
const _hoisted_1$
|
|
7279
|
+
const _hoisted_1$N = {
|
|
7279
7280
|
key: 0,
|
|
7280
7281
|
class: "data"
|
|
7281
7282
|
};
|
|
7282
|
-
const _hoisted_2$
|
|
7283
|
+
const _hoisted_2$z = {
|
|
7283
7284
|
key: 0,
|
|
7284
7285
|
class: "data-row m_py-05"
|
|
7285
7286
|
};
|
|
@@ -7296,7 +7297,7 @@ const _hoisted_9$5 = {
|
|
|
7296
7297
|
key: 0,
|
|
7297
7298
|
class: "m-0"
|
|
7298
7299
|
};
|
|
7299
|
-
const _sfc_main$
|
|
7300
|
+
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
7300
7301
|
__name: "DataPreview",
|
|
7301
7302
|
props: /* @__PURE__ */ mergeModels({
|
|
7302
7303
|
showFields: {},
|
|
@@ -7332,7 +7333,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
7332
7333
|
const computedSchema = computed(() => getFallbackSchema([itemData.value], props2.showFields));
|
|
7333
7334
|
return (_ctx, _cache) => {
|
|
7334
7335
|
var _a2;
|
|
7335
|
-
return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
7336
|
+
return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$N, [
|
|
7336
7337
|
_ctx.title ? (openBlock(), createBlock(unref(_sfc_main$4), {
|
|
7337
7338
|
key: 0,
|
|
7338
7339
|
label: _ctx.title
|
|
@@ -7341,11 +7342,11 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
7341
7342
|
return openBlock(), createElementBlock(Fragment, {
|
|
7342
7343
|
key: field.id
|
|
7343
7344
|
}, [
|
|
7344
|
-
unref(iffer)(field, itemData.value) ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
7345
|
+
unref(iffer)(field, itemData.value) ? (openBlock(), createElementBlock("div", _hoisted_2$z, [
|
|
7345
7346
|
createElementVNode("div", _hoisted_3$q, [
|
|
7346
7347
|
createElementVNode("p", _hoisted_4$h, toDisplayString((field == null ? void 0 : field.label) || unref(keyToLabel)(field.id)), 1)
|
|
7347
7348
|
]),
|
|
7348
|
-
createVNode(unref(_sfc_main$
|
|
7349
|
+
createVNode(unref(_sfc_main$Q), {
|
|
7349
7350
|
modelValue: itemData.value,
|
|
7350
7351
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => itemData.value = $event),
|
|
7351
7352
|
label: "",
|
|
@@ -7374,7 +7375,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
7374
7375
|
};
|
|
7375
7376
|
}
|
|
7376
7377
|
});
|
|
7377
|
-
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7378
|
+
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-6c27f163"]]);
|
|
7378
7379
|
const NON_DIGIT_REGEX = /[^\d.-]/g;
|
|
7379
7380
|
function useTableData(options) {
|
|
7380
7381
|
const sortField = ref("");
|
|
@@ -8073,11 +8074,11 @@ function useTableVirtualization(options) {
|
|
|
8073
8074
|
registerLastItemObserver
|
|
8074
8075
|
};
|
|
8075
8076
|
}
|
|
8076
|
-
const _hoisted_1$
|
|
8077
|
+
const _hoisted_1$M = {
|
|
8077
8078
|
key: 0,
|
|
8078
8079
|
class: "loading-table-wrapper z-99 h-100 w-100 absolute inset"
|
|
8079
8080
|
};
|
|
8080
|
-
const _hoisted_2$
|
|
8081
|
+
const _hoisted_2$y = { class: "infinite-wrapper" };
|
|
8081
8082
|
const _hoisted_3$p = { class: "row first-row" };
|
|
8082
8083
|
const _hoisted_4$g = { key: 0 };
|
|
8083
8084
|
const _hoisted_5$f = ["onClick"];
|
|
@@ -8086,7 +8087,7 @@ const _hoisted_7$8 = ["onClick"];
|
|
|
8086
8087
|
const _hoisted_8$5 = { key: 0 };
|
|
8087
8088
|
const _hoisted_9$4 = ["value"];
|
|
8088
8089
|
const _hoisted_10$4 = { key: 1 };
|
|
8089
|
-
const _sfc_main$
|
|
8090
|
+
const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
8090
8091
|
__name: "DataTable",
|
|
8091
8092
|
props: /* @__PURE__ */ mergeModels({
|
|
8092
8093
|
data: {},
|
|
@@ -8194,10 +8195,10 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
8194
8195
|
return openBlock(), createElementBlock("div", mergeProps({ class: "table-list-wrap h-100" }, unref(containerProps), {
|
|
8195
8196
|
class: { "loading-table": loading.value }
|
|
8196
8197
|
}), [
|
|
8197
|
-
loading.value ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
8198
|
+
loading.value ? (openBlock(), createElementBlock("div", _hoisted_1$M, _cache[4] || (_cache[4] = [
|
|
8198
8199
|
createElementVNode("div", { class: "loading-table-animation absolute oval" }, null, -1)
|
|
8199
8200
|
]))) : (openBlock(), createElementBlock("div", normalizeProps(mergeProps({ key: 1 }, unref(wrapperProps))), [
|
|
8200
|
-
createElementVNode("table", _hoisted_2$
|
|
8201
|
+
createElementVNode("table", _hoisted_2$y, [
|
|
8201
8202
|
createElementVNode("thead", _hoisted_3$p, [
|
|
8202
8203
|
unref(isSelectable) ? (openBlock(), createElementBlock("th", _hoisted_4$g, [
|
|
8203
8204
|
createElementVNode("input", {
|
|
@@ -8261,7 +8262,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
8261
8262
|
row,
|
|
8262
8263
|
field
|
|
8263
8264
|
}, void 0, true) : (openBlock(), createElementBlock("div", _hoisted_10$4, [
|
|
8264
|
-
createVNode(unref(_sfc_main$
|
|
8265
|
+
createVNode(unref(_sfc_main$10), {
|
|
8265
8266
|
id: field.id,
|
|
8266
8267
|
class: "embedded-field",
|
|
8267
8268
|
field,
|
|
@@ -8286,7 +8287,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
8286
8287
|
};
|
|
8287
8288
|
}
|
|
8288
8289
|
});
|
|
8289
|
-
const DataTable = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8290
|
+
const DataTable = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-cf461a0e"]]);
|
|
8290
8291
|
const sides = ["top", "right", "bottom", "left"];
|
|
8291
8292
|
const alignments = ["start", "end"];
|
|
8292
8293
|
const placements = /* @__PURE__ */ sides.reduce((acc, side) => acc.concat(side, side + "-" + alignments[0], side + "-" + alignments[1]), []);
|
|
@@ -10833,7 +10834,7 @@ const Gt$1 = {
|
|
|
10833
10834
|
install: Ct$1,
|
|
10834
10835
|
options: h
|
|
10835
10836
|
};
|
|
10836
|
-
const _sfc_main$
|
|
10837
|
+
const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
10837
10838
|
__name: "Dropdown",
|
|
10838
10839
|
props: /* @__PURE__ */ mergeModels({
|
|
10839
10840
|
value: {},
|
|
@@ -10911,9 +10912,9 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
10911
10912
|
};
|
|
10912
10913
|
}
|
|
10913
10914
|
});
|
|
10914
|
-
const _hoisted_1$
|
|
10915
|
-
const _hoisted_2$
|
|
10916
|
-
const _sfc_main$
|
|
10915
|
+
const _hoisted_1$L = { class: "px-1 pt-025 pb-1" };
|
|
10916
|
+
const _hoisted_2$x = { class: "ms-1" };
|
|
10917
|
+
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
10917
10918
|
__name: "FieldSetVue",
|
|
10918
10919
|
props: {
|
|
10919
10920
|
label: {},
|
|
@@ -10921,15 +10922,15 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
10921
10922
|
},
|
|
10922
10923
|
setup(__props) {
|
|
10923
10924
|
return (_ctx, _cache) => {
|
|
10924
|
-
return openBlock(), createElementBlock("fieldset", _hoisted_1$
|
|
10925
|
-
createElementVNode("legend", _hoisted_2$
|
|
10925
|
+
return openBlock(), createElementBlock("fieldset", _hoisted_1$L, [
|
|
10926
|
+
createElementVNode("legend", _hoisted_2$x, toDisplayString(_ctx.legend || _ctx.label), 1),
|
|
10926
10927
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
10927
10928
|
]);
|
|
10928
10929
|
};
|
|
10929
10930
|
}
|
|
10930
10931
|
});
|
|
10931
|
-
const FieldSetVue = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10932
|
-
const _sfc_main$
|
|
10932
|
+
const FieldSetVue = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-f7e758e5"]]);
|
|
10933
|
+
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
10933
10934
|
__name: "Flag",
|
|
10934
10935
|
props: {
|
|
10935
10936
|
country: {},
|
|
@@ -10959,8 +10960,8 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
10959
10960
|
};
|
|
10960
10961
|
}
|
|
10961
10962
|
});
|
|
10962
|
-
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10963
|
-
const _sfc_main$
|
|
10963
|
+
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-f99f1900"]]);
|
|
10964
|
+
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
10964
10965
|
__name: "BagelForm",
|
|
10965
10966
|
props: {
|
|
10966
10967
|
modelValue: { default: () => ({}) },
|
|
@@ -11000,7 +11001,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
11000
11001
|
file: FileUpload,
|
|
11001
11002
|
date: _sfc_main$K,
|
|
11002
11003
|
tabs: TabsNav,
|
|
11003
|
-
bglform: _sfc_main$
|
|
11004
|
+
bglform: _sfc_main$S
|
|
11004
11005
|
};
|
|
11005
11006
|
if (field.$el === "textarea" && !((_a2 = field.attrs) == null ? void 0 : _a2.multiline)) {
|
|
11006
11007
|
field.attrs = { ...field.attrs, multiline: true };
|
|
@@ -11116,8 +11117,8 @@ function useTabs(group) {
|
|
|
11116
11117
|
});
|
|
11117
11118
|
return { currentTab };
|
|
11118
11119
|
}
|
|
11119
|
-
const _hoisted_1$
|
|
11120
|
-
const _sfc_main$
|
|
11120
|
+
const _hoisted_1$K = ["onClick"];
|
|
11121
|
+
const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
11121
11122
|
__name: "TabsNav",
|
|
11122
11123
|
props: {
|
|
11123
11124
|
title: {},
|
|
@@ -11199,14 +11200,14 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
11199
11200
|
icon: tab.icon
|
|
11200
11201
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
11201
11202
|
createTextVNode(" " + toDisplayString(tabLabel(tab)), 1)
|
|
11202
|
-
], 10, _hoisted_1$
|
|
11203
|
+
], 10, _hoisted_1$K);
|
|
11203
11204
|
}), 128))
|
|
11204
11205
|
], true)
|
|
11205
11206
|
], 2);
|
|
11206
11207
|
};
|
|
11207
11208
|
}
|
|
11208
11209
|
});
|
|
11209
|
-
const TabsNav = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11210
|
+
const TabsNav = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-e680c2a4"]]);
|
|
11210
11211
|
const FORM_STATE_KEY = Symbol("bagelFormState");
|
|
11211
11212
|
function safeClone(obj) {
|
|
11212
11213
|
if (obj === null || typeof obj !== "object") return obj;
|
|
@@ -11268,8 +11269,8 @@ function useBagelFormState() {
|
|
|
11268
11269
|
if (!state2) throw new Error("BagelFormState must be provided");
|
|
11269
11270
|
return state2;
|
|
11270
11271
|
}
|
|
11271
|
-
const _hoisted_1$
|
|
11272
|
-
const _sfc_main$
|
|
11272
|
+
const _hoisted_1$J = { key: 1 };
|
|
11273
|
+
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
11273
11274
|
__name: "BglField",
|
|
11274
11275
|
props: {
|
|
11275
11276
|
field: {},
|
|
@@ -11299,7 +11300,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
11299
11300
|
if (props2.field.$el === "file") return FileUpload;
|
|
11300
11301
|
if (props2.field.$el === "date") return _sfc_main$K;
|
|
11301
11302
|
if (props2.field.$el === "tabs") return TabsNav;
|
|
11302
|
-
if (props2.field.$el === "bglform") return _sfc_main$
|
|
11303
|
+
if (props2.field.$el === "bglform") return _sfc_main$S;
|
|
11303
11304
|
return props2.field.$el ?? "div";
|
|
11304
11305
|
});
|
|
11305
11306
|
const fieldData = computed({
|
|
@@ -11364,7 +11365,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
11364
11365
|
fieldID: [props2.fieldID, child.id].filter(Boolean).join("."),
|
|
11365
11366
|
field: child,
|
|
11366
11367
|
"parent-path": props2.fieldID
|
|
11367
|
-
}, null, 8, ["fieldID", "field", "parent-path"])) : (openBlock(), createElementBlock("span", _hoisted_1$
|
|
11368
|
+
}, null, 8, ["fieldID", "field", "parent-path"])) : (openBlock(), createElementBlock("span", _hoisted_1$J, toDisplayString(child), 1))
|
|
11368
11369
|
], 64);
|
|
11369
11370
|
}), 128))
|
|
11370
11371
|
]),
|
|
@@ -11373,151 +11374,8 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
11373
11374
|
};
|
|
11374
11375
|
}
|
|
11375
11376
|
});
|
|
11376
|
-
const
|
|
11377
|
-
|
|
11378
|
-
props: {
|
|
11379
|
-
label: {},
|
|
11380
|
-
fieldID: {},
|
|
11381
|
-
schema: {},
|
|
11382
|
-
modelValue: { default: () => ({}) },
|
|
11383
|
-
onDelete: {},
|
|
11384
|
-
onSubmit: {},
|
|
11385
|
-
status: {},
|
|
11386
|
-
tag: { default: "form" }
|
|
11387
|
-
},
|
|
11388
|
-
emits: ["update:modelValue", "submit", "dirty"],
|
|
11389
|
-
setup(__props, { expose: __expose, emit: __emit }) {
|
|
11390
|
-
const props2 = __props;
|
|
11391
|
-
const emit2 = __emit;
|
|
11392
|
-
const slots = useSlots();
|
|
11393
|
-
const { showModal } = useModal();
|
|
11394
|
-
const existingFormState = inject(FORM_STATE_KEY);
|
|
11395
|
-
const isNested = Boolean(existingFormState && props2.fieldID);
|
|
11396
|
-
const { data: data2, isDirty } = isNested ? existingFormState : provideBagelFormState(props2.modelValue);
|
|
11397
|
-
let emitDirty = ref(false);
|
|
11398
|
-
if (!isNested) {
|
|
11399
|
-
watch(() => props2.modelValue, (newVal) => {
|
|
11400
|
-
if (emitDirty.value) {
|
|
11401
|
-
emitDirty.value = false;
|
|
11402
|
-
return;
|
|
11403
|
-
}
|
|
11404
|
-
data2.value = newVal;
|
|
11405
|
-
}, { deep: true, immediate: true });
|
|
11406
|
-
watch(() => data2.value, (newVal) => {
|
|
11407
|
-
if (emitDirty.value) return;
|
|
11408
|
-
emitDirty.value = true;
|
|
11409
|
-
emit2("dirty");
|
|
11410
|
-
emit2("update:modelValue", newVal);
|
|
11411
|
-
}, { deep: true });
|
|
11412
|
-
}
|
|
11413
|
-
const form = ref();
|
|
11414
|
-
function validateForm() {
|
|
11415
|
-
setTimeout(() => {
|
|
11416
|
-
var _a2;
|
|
11417
|
-
return (_a2 = form.value) == null ? void 0 : _a2.reportValidity();
|
|
11418
|
-
}, 300);
|
|
11419
|
-
if (!form.value) return false;
|
|
11420
|
-
return form.value.reportValidity();
|
|
11421
|
-
}
|
|
11422
|
-
function clearForm() {
|
|
11423
|
-
if (!isNested) {
|
|
11424
|
-
data2.value = {};
|
|
11425
|
-
}
|
|
11426
|
-
}
|
|
11427
|
-
watch(
|
|
11428
|
-
() => props2.status,
|
|
11429
|
-
(status) => {
|
|
11430
|
-
if (status === "success" && !isNested) {
|
|
11431
|
-
isDirty.value = false;
|
|
11432
|
-
clearForm();
|
|
11433
|
-
}
|
|
11434
|
-
},
|
|
11435
|
-
{ immediate: true }
|
|
11436
|
-
);
|
|
11437
|
-
function runSubmit() {
|
|
11438
|
-
const isValid2 = validateForm();
|
|
11439
|
-
if (!isValid2) return;
|
|
11440
|
-
emit2("submit", { ...data2.value });
|
|
11441
|
-
if (!isNested) {
|
|
11442
|
-
isDirty.value = false;
|
|
11443
|
-
}
|
|
11444
|
-
}
|
|
11445
|
-
const i18nT = (val) => val;
|
|
11446
|
-
function deleteItem() {
|
|
11447
|
-
showModal(
|
|
11448
|
-
{
|
|
11449
|
-
class: "small-modal",
|
|
11450
|
-
title: i18nT("Are you sure?"),
|
|
11451
|
-
actions: [
|
|
11452
|
-
{
|
|
11453
|
-
value: "Confirm",
|
|
11454
|
-
color: "red",
|
|
11455
|
-
onClick: () => {
|
|
11456
|
-
var _a2;
|
|
11457
|
-
return (_a2 = props2.onDelete) == null ? void 0 : _a2.call(props2, data2.value.id);
|
|
11458
|
-
}
|
|
11459
|
-
},
|
|
11460
|
-
{ value: "Cancel", color: "gray" }
|
|
11461
|
-
]
|
|
11462
|
-
},
|
|
11463
|
-
{ default: i18nT("form.deleteMessage") }
|
|
11464
|
-
);
|
|
11465
|
-
}
|
|
11466
|
-
const computedSchema = computed(() => useBglSchema({ schema: props2.schema }));
|
|
11467
|
-
__expose({
|
|
11468
|
-
submit: runSubmit,
|
|
11469
|
-
validateForm,
|
|
11470
|
-
deleteItem,
|
|
11471
|
-
isDirty,
|
|
11472
|
-
clearForm
|
|
11473
|
-
});
|
|
11474
|
-
return (_ctx, _cache) => {
|
|
11475
|
-
return openBlock(), createElementBlock(Fragment, null, [
|
|
11476
|
-
_ctx.tag === "template" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
11477
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(computedSchema.value, (field, i2) => {
|
|
11478
|
-
return openBlock(), createBlock(unref(_sfc_main$R), {
|
|
11479
|
-
key: field.id || `${i2}p`,
|
|
11480
|
-
fieldID: field.id,
|
|
11481
|
-
field
|
|
11482
|
-
}, null, 8, ["fieldID", "field"]);
|
|
11483
|
-
}), 128)),
|
|
11484
|
-
renderSlot(_ctx.$slots, "submit", {
|
|
11485
|
-
submit: runSubmit,
|
|
11486
|
-
isDirty: unref(isDirty),
|
|
11487
|
-
validateForm
|
|
11488
|
-
})
|
|
11489
|
-
], 64)) : !unref(slots).success || _ctx.status !== "success" ? (openBlock(), createElementBlock("form", {
|
|
11490
|
-
key: 1,
|
|
11491
|
-
ref_key: "form",
|
|
11492
|
-
ref: form,
|
|
11493
|
-
onSubmit: withModifiers(runSubmit, ["prevent"])
|
|
11494
|
-
}, [
|
|
11495
|
-
_ctx.label ? (openBlock(), createBlock(unref(_sfc_main$4), {
|
|
11496
|
-
key: 0,
|
|
11497
|
-
tag: "h4",
|
|
11498
|
-
label: _ctx.label
|
|
11499
|
-
}, null, 8, ["label"])) : createCommentVNode("", true),
|
|
11500
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(computedSchema.value, (field, i2) => {
|
|
11501
|
-
return openBlock(), createBlock(unref(_sfc_main$R), {
|
|
11502
|
-
key: field.id || `${i2}p`,
|
|
11503
|
-
fieldID: field.id,
|
|
11504
|
-
field
|
|
11505
|
-
}, null, 8, ["fieldID", "field"]);
|
|
11506
|
-
}), 128)),
|
|
11507
|
-
renderSlot(_ctx.$slots, "submit", {
|
|
11508
|
-
submit: runSubmit,
|
|
11509
|
-
isDirty: unref(isDirty),
|
|
11510
|
-
validateForm
|
|
11511
|
-
})
|
|
11512
|
-
], 544)) : createCommentVNode("", true),
|
|
11513
|
-
_ctx.status === "success" ? renderSlot(_ctx.$slots, "success", { key: 2 }) : createCommentVNode("", true),
|
|
11514
|
-
_ctx.status === "error" ? renderSlot(_ctx.$slots, "error", { key: 3 }) : createCommentVNode("", true)
|
|
11515
|
-
], 64);
|
|
11516
|
-
};
|
|
11517
|
-
}
|
|
11518
|
-
});
|
|
11519
|
-
const _hoisted_1$H = { class: "label mb-05" };
|
|
11520
|
-
const _hoisted_2$v = {
|
|
11377
|
+
const _hoisted_1$I = { class: "label mb-05" };
|
|
11378
|
+
const _hoisted_2$w = {
|
|
11521
11379
|
key: 0,
|
|
11522
11380
|
class: "-ms-05 ps-05 border-start"
|
|
11523
11381
|
};
|
|
@@ -11578,8 +11436,8 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
11578
11436
|
return openBlock(), createElementBlock("div", {
|
|
11579
11437
|
class: normalizeClass(props2.class)
|
|
11580
11438
|
}, [
|
|
11581
|
-
createElementVNode("p", _hoisted_1$
|
|
11582
|
-
_ctx.schema ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
11439
|
+
createElementVNode("p", _hoisted_1$I, toDisplayString(_ctx.label), 1),
|
|
11440
|
+
_ctx.schema ? (openBlock(), createElementBlock("div", _hoisted_2$w, [
|
|
11583
11441
|
(openBlock(true), createElementBlock(Fragment, null, renderList(data2.value, (_2, i2) => {
|
|
11584
11442
|
return openBlock(), createElementBlock("div", {
|
|
11585
11443
|
key: i2,
|
|
@@ -11587,7 +11445,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
11587
11445
|
thin: "",
|
|
11588
11446
|
class: "mb-05 itemBox transition p-05"
|
|
11589
11447
|
}, [
|
|
11590
|
-
createVNode(unref(_sfc_main$
|
|
11448
|
+
createVNode(unref(_sfc_main$S), {
|
|
11591
11449
|
modelValue: data2.value[i2],
|
|
11592
11450
|
"onUpdate:modelValue": [($event) => data2.value[i2] = $event, emitValue],
|
|
11593
11451
|
schema: _ctx.schema
|
|
@@ -11617,7 +11475,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
11617
11475
|
_: 1
|
|
11618
11476
|
})) : createCommentVNode("", true)
|
|
11619
11477
|
])) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(data2.value, (_2, i2) => {
|
|
11620
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
11478
|
+
return openBlock(), createBlock(unref(_sfc_main$Q), {
|
|
11621
11479
|
key: i2,
|
|
11622
11480
|
modelValue: data2.value[i2],
|
|
11623
11481
|
"onUpdate:modelValue": [($event) => data2.value[i2] = $event, emitValue],
|
|
@@ -11628,7 +11486,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
11628
11486
|
};
|
|
11629
11487
|
}
|
|
11630
11488
|
});
|
|
11631
|
-
const _hoisted_1$
|
|
11489
|
+
const _hoisted_1$H = { class: "primary-checkbox" };
|
|
11632
11490
|
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
11633
11491
|
__name: "Checkbox",
|
|
11634
11492
|
props: {
|
|
@@ -11639,7 +11497,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
11639
11497
|
setup(__props) {
|
|
11640
11498
|
const val = useModel(__props, "modelValue");
|
|
11641
11499
|
return (_ctx, _cache) => {
|
|
11642
|
-
return openBlock(), createElementBlock("label", _hoisted_1$
|
|
11500
|
+
return openBlock(), createElementBlock("label", _hoisted_1$H, [
|
|
11643
11501
|
renderSlot(_ctx.$slots, "label", {}, void 0, true),
|
|
11644
11502
|
withDirectives(createElementVNode("input", {
|
|
11645
11503
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
|
|
@@ -11652,8 +11510,8 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
11652
11510
|
}
|
|
11653
11511
|
});
|
|
11654
11512
|
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-73f1d9ad"]]);
|
|
11655
|
-
const _hoisted_1$
|
|
11656
|
-
const _hoisted_2$
|
|
11513
|
+
const _hoisted_1$G = ["title"];
|
|
11514
|
+
const _hoisted_2$v = ["id", "value", "required"];
|
|
11657
11515
|
const _hoisted_3$o = ["for"];
|
|
11658
11516
|
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
11659
11517
|
__name: "CheckInput",
|
|
@@ -11689,7 +11547,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
11689
11547
|
required: _ctx.required,
|
|
11690
11548
|
type: "checkbox",
|
|
11691
11549
|
class: "me-05"
|
|
11692
|
-
}, null, 8, _hoisted_2$
|
|
11550
|
+
}, null, 8, _hoisted_2$v), [
|
|
11693
11551
|
[vModelCheckbox, checked.value]
|
|
11694
11552
|
]),
|
|
11695
11553
|
createElementVNode("label", { for: inputId.value }, [
|
|
@@ -11697,13 +11555,13 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
11697
11555
|
createTextVNode(toDisplayString(_ctx.label), 1)
|
|
11698
11556
|
], true)
|
|
11699
11557
|
], 8, _hoisted_3$o)
|
|
11700
|
-
], 10, _hoisted_1$
|
|
11558
|
+
], 10, _hoisted_1$G);
|
|
11701
11559
|
};
|
|
11702
11560
|
}
|
|
11703
11561
|
});
|
|
11704
11562
|
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-03ed2982"]]);
|
|
11705
|
-
const _hoisted_1$
|
|
11706
|
-
const _hoisted_2$
|
|
11563
|
+
const _hoisted_1$F = { class: "mb-05" };
|
|
11564
|
+
const _hoisted_2$u = {
|
|
11707
11565
|
key: 0,
|
|
11708
11566
|
class: "label txt-start"
|
|
11709
11567
|
};
|
|
@@ -11796,8 +11654,8 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
11796
11654
|
}
|
|
11797
11655
|
}, { immediate: true });
|
|
11798
11656
|
return (_ctx, _cache) => {
|
|
11799
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
11800
|
-
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$
|
|
11657
|
+
return openBlock(), createElementBlock("div", _hoisted_1$F, [
|
|
11658
|
+
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$u, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
|
|
11801
11659
|
unref(loaded) ? (openBlock(), createElementBlock("div", _hoisted_3$n, [
|
|
11802
11660
|
createElementVNode("div", {
|
|
11803
11661
|
class: "relative block h-100",
|
|
@@ -11833,8 +11691,8 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
11833
11691
|
}
|
|
11834
11692
|
});
|
|
11835
11693
|
const CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-1fbc9b61"]]);
|
|
11836
|
-
const _hoisted_1$
|
|
11837
|
-
const _hoisted_2$
|
|
11694
|
+
const _hoisted_1$E = ["title"];
|
|
11695
|
+
const _hoisted_2$t = ["id", "placeholder", "required"];
|
|
11838
11696
|
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
11839
11697
|
__name: "ColorPicker",
|
|
11840
11698
|
props: {
|
|
@@ -11873,11 +11731,11 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
11873
11731
|
placeholder: _ctx.placeholder || _ctx.label,
|
|
11874
11732
|
class: { "no-edit": !_ctx.editMode },
|
|
11875
11733
|
required: _ctx.required
|
|
11876
|
-
}, _ctx.nativeInputAttrs), null, 16, _hoisted_2$
|
|
11734
|
+
}, _ctx.nativeInputAttrs), null, 16, _hoisted_2$t), [
|
|
11877
11735
|
[vModelText, inputVal.value]
|
|
11878
11736
|
])
|
|
11879
11737
|
])
|
|
11880
|
-
], 10, _hoisted_1$
|
|
11738
|
+
], 10, _hoisted_1$E)) : createCommentVNode("", true);
|
|
11881
11739
|
};
|
|
11882
11740
|
}
|
|
11883
11741
|
});
|
|
@@ -20435,8 +20293,8 @@ const eo = ({
|
|
|
20435
20293
|
Object.entries(go).forEach(([e, t]) => {
|
|
20436
20294
|
e !== "default" && (Hn[e] = t);
|
|
20437
20295
|
});
|
|
20438
|
-
const _hoisted_1$
|
|
20439
|
-
const _hoisted_2$
|
|
20296
|
+
const _hoisted_1$D = ["title"];
|
|
20297
|
+
const _hoisted_2$s = { key: 0 };
|
|
20440
20298
|
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
20441
20299
|
__name: "DateInput",
|
|
20442
20300
|
props: {
|
|
@@ -20479,7 +20337,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
20479
20337
|
class: normalizeClass(["bagel-input", { small: _ctx.small }]),
|
|
20480
20338
|
title: _ctx.label
|
|
20481
20339
|
}, [
|
|
20482
|
-
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$
|
|
20340
|
+
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$s, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
|
|
20483
20341
|
createVNode(unref(Hn), mergeProps({
|
|
20484
20342
|
ref_key: "datePicker",
|
|
20485
20343
|
ref: datePicker,
|
|
@@ -20495,12 +20353,12 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
20495
20353
|
"minutes-grid-increment": _ctx.minutesGridIncrement,
|
|
20496
20354
|
"start-time": { hours: 8, minutes: 0 }
|
|
20497
20355
|
}), null, 16, ["modelValue", "required", "enable-time-picker", "allowed-dates", "time-picker-inline", "minutes-increment", "minutes-grid-increment"])
|
|
20498
|
-
], 10, _hoisted_1$
|
|
20356
|
+
], 10, _hoisted_1$D);
|
|
20499
20357
|
};
|
|
20500
20358
|
}
|
|
20501
20359
|
});
|
|
20502
|
-
const _hoisted_1$
|
|
20503
|
-
const _hoisted_2$
|
|
20360
|
+
const _hoisted_1$C = ["title"];
|
|
20361
|
+
const _hoisted_2$r = { key: 0 };
|
|
20504
20362
|
const _hoisted_3$m = {
|
|
20505
20363
|
key: 0,
|
|
20506
20364
|
class: "required"
|
|
@@ -20517,16 +20375,16 @@ const _hoisted_11$3 = {
|
|
|
20517
20375
|
class: "calendar-grid grid gap-025"
|
|
20518
20376
|
};
|
|
20519
20377
|
const _hoisted_12$3 = ["disabled", "onClick"];
|
|
20520
|
-
const _hoisted_13$
|
|
20378
|
+
const _hoisted_13$2 = {
|
|
20521
20379
|
key: 1,
|
|
20522
20380
|
class: "month-grid grid gap-05 p-05"
|
|
20523
20381
|
};
|
|
20524
20382
|
const _hoisted_14$2 = ["disabled", "onClick"];
|
|
20525
|
-
const _hoisted_15$
|
|
20383
|
+
const _hoisted_15$2 = {
|
|
20526
20384
|
key: 2,
|
|
20527
20385
|
class: "year-grid grid gap-05 p-0"
|
|
20528
20386
|
};
|
|
20529
|
-
const _hoisted_16 = ["disabled", "onClick"];
|
|
20387
|
+
const _hoisted_16$2 = ["disabled", "onClick"];
|
|
20530
20388
|
const _hoisted_17 = {
|
|
20531
20389
|
key: 0,
|
|
20532
20390
|
class: "time-picker flex column gap-1 w-120px"
|
|
@@ -20706,7 +20564,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
20706
20564
|
class: normalizeClass(["bagel-input", { small: _ctx.small }]),
|
|
20707
20565
|
title: _ctx.label
|
|
20708
20566
|
}, [
|
|
20709
|
-
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$
|
|
20567
|
+
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$r, [
|
|
20710
20568
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
20711
20569
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_3$m, "*")) : createCommentVNode("", true)
|
|
20712
20570
|
])) : createCommentVNode("", true),
|
|
@@ -20789,7 +20647,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
20789
20647
|
onClick: ($event) => selectDate(date2)
|
|
20790
20648
|
}, toDisplayString(date2 == null ? void 0 : date2.getDate()), 11, _hoisted_12$3);
|
|
20791
20649
|
}), 128))
|
|
20792
|
-
])) : unref(currentView) === "months" ? (openBlock(), createElementBlock("div", _hoisted_13$
|
|
20650
|
+
])) : unref(currentView) === "months" ? (openBlock(), createElementBlock("div", _hoisted_13$2, [
|
|
20793
20651
|
(openBlock(true), createElementBlock(Fragment, null, renderList(months.value, (month) => {
|
|
20794
20652
|
return openBlock(), createElementBlock("button", {
|
|
20795
20653
|
key: month.value,
|
|
@@ -20801,7 +20659,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
20801
20659
|
onClick: ($event) => selectMonth(month.value)
|
|
20802
20660
|
}, toDisplayString(month.name), 11, _hoisted_14$2);
|
|
20803
20661
|
}), 128))
|
|
20804
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_15$
|
|
20662
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_15$2, [
|
|
20805
20663
|
(openBlock(true), createElementBlock(Fragment, null, renderList(years.value, (year) => {
|
|
20806
20664
|
return openBlock(), createElementBlock("button", {
|
|
20807
20665
|
key: year.value,
|
|
@@ -20811,7 +20669,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
20811
20669
|
}]),
|
|
20812
20670
|
disabled: year.disabled,
|
|
20813
20671
|
onClick: ($event) => selectYear(year.value)
|
|
20814
|
-
}, toDisplayString(year.value), 11, _hoisted_16);
|
|
20672
|
+
}, toDisplayString(year.value), 11, _hoisted_16$2);
|
|
20815
20673
|
}), 128))
|
|
20816
20674
|
]))
|
|
20817
20675
|
]),
|
|
@@ -20870,13 +20728,13 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
20870
20728
|
]),
|
|
20871
20729
|
_: 1
|
|
20872
20730
|
}, 8, ["shown"])
|
|
20873
|
-
], 10, _hoisted_1$
|
|
20731
|
+
], 10, _hoisted_1$C);
|
|
20874
20732
|
};
|
|
20875
20733
|
}
|
|
20876
20734
|
});
|
|
20877
20735
|
const DatePick = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-8de3f3c6"]]);
|
|
20878
|
-
const _hoisted_1$
|
|
20879
|
-
const _hoisted_2$
|
|
20736
|
+
const _hoisted_1$B = { class: "datetime-wrap" };
|
|
20737
|
+
const _hoisted_2$q = { class: "date-wrap" };
|
|
20880
20738
|
const _hoisted_3$l = {
|
|
20881
20739
|
key: 0,
|
|
20882
20740
|
class: "time-wrap"
|
|
@@ -20911,8 +20769,8 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
20911
20769
|
return `${hour}:${minute}`;
|
|
20912
20770
|
});
|
|
20913
20771
|
return (_ctx, _cache) => {
|
|
20914
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
20915
|
-
createElementVNode("div", _hoisted_2$
|
|
20772
|
+
return openBlock(), createElementBlock("div", _hoisted_1$B, [
|
|
20773
|
+
createElementVNode("div", _hoisted_2$q, [
|
|
20916
20774
|
createVNode(unref(Hn), mergeProps({
|
|
20917
20775
|
modelValue: selectedDate.value,
|
|
20918
20776
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedDate.value = $event),
|
|
@@ -20952,8 +20810,8 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
20952
20810
|
};
|
|
20953
20811
|
}
|
|
20954
20812
|
});
|
|
20955
|
-
const _hoisted_1$
|
|
20956
|
-
const _hoisted_2$
|
|
20813
|
+
const _hoisted_1$A = { class: "bagel-input" };
|
|
20814
|
+
const _hoisted_2$p = {
|
|
20957
20815
|
key: 0,
|
|
20958
20816
|
placeholder: "required",
|
|
20959
20817
|
type: "text",
|
|
@@ -20961,35 +20819,37 @@ const _hoisted_2$o = {
|
|
|
20961
20819
|
class: "pixel"
|
|
20962
20820
|
};
|
|
20963
20821
|
const _hoisted_3$k = { class: "m-05 flex opacity-7 z-99" };
|
|
20964
|
-
const _hoisted_4$c = { class: "ellipsis-1 word-break-all h-20 m-0" };
|
|
20965
|
-
const _hoisted_5$b = {
|
|
20822
|
+
const _hoisted_4$c = { class: "ellipsis-1 word-break-all h-20 m-0 color-black" };
|
|
20823
|
+
const _hoisted_5$b = { class: "flex gap-025 rounded pe-1 ps-05 py-025 bg-gray-80 -my-1" };
|
|
20824
|
+
const _hoisted_6$9 = { class: "ellipsis-1 word-break-all h-20 m-0 color-black txt18" };
|
|
20825
|
+
const _hoisted_7$6 = {
|
|
20966
20826
|
key: 1,
|
|
20967
20827
|
class: "txt-gray txt-12"
|
|
20968
20828
|
};
|
|
20969
|
-
const
|
|
20829
|
+
const _hoisted_8$3 = {
|
|
20970
20830
|
key: 0,
|
|
20971
20831
|
class: "bgl-multi-preview"
|
|
20972
20832
|
};
|
|
20973
|
-
const
|
|
20974
|
-
const
|
|
20975
|
-
const
|
|
20833
|
+
const _hoisted_9$2 = { class: "m-0" };
|
|
20834
|
+
const _hoisted_10$2 = { class: "no-margin multi-preview-txt" };
|
|
20835
|
+
const _hoisted_11$2 = {
|
|
20976
20836
|
key: 0,
|
|
20977
20837
|
class: "progress"
|
|
20978
20838
|
};
|
|
20979
|
-
const
|
|
20839
|
+
const _hoisted_12$2 = {
|
|
20980
20840
|
key: 1,
|
|
20981
20841
|
class: "bgl-single-preview"
|
|
20982
20842
|
};
|
|
20983
|
-
const
|
|
20984
|
-
const
|
|
20843
|
+
const _hoisted_13$1 = { class: "position-start m-05 flex opacity-7 z-99 gap-025" };
|
|
20844
|
+
const _hoisted_14$1 = {
|
|
20985
20845
|
key: 0,
|
|
20986
20846
|
class: "h-100"
|
|
20987
20847
|
};
|
|
20988
|
-
const
|
|
20848
|
+
const _hoisted_15$1 = {
|
|
20989
20849
|
key: 0,
|
|
20990
20850
|
class: "progress"
|
|
20991
20851
|
};
|
|
20992
|
-
const
|
|
20852
|
+
const _hoisted_16$1 = { class: "p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05" };
|
|
20993
20853
|
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
20994
20854
|
__name: "FileUpload",
|
|
20995
20855
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -21162,10 +21022,10 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
21162
21022
|
return (_ctx, _cache) => {
|
|
21163
21023
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
21164
21024
|
const _directive_lightbox = resolveDirective("lightbox");
|
|
21165
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
21025
|
+
return openBlock(), createElementBlock("div", _hoisted_1$A, [
|
|
21166
21026
|
createElementVNode("label", null, toDisplayString(_ctx.label), 1),
|
|
21167
|
-
_ctx.required && !storageFiles.value.length ? (openBlock(), createElementBlock("input", _hoisted_2$
|
|
21168
|
-
_ctx.theme === "basic" ? (openBlock(), createBlock(unref(_sfc_main
|
|
21027
|
+
_ctx.required && !storageFiles.value.length ? (openBlock(), createElementBlock("input", _hoisted_2$p)) : createCommentVNode("", true),
|
|
21028
|
+
_ctx.theme === "basic" ? (openBlock(), createBlock(unref(_sfc_main$_), {
|
|
21169
21029
|
key: 1,
|
|
21170
21030
|
outline: "",
|
|
21171
21031
|
class: "flex p-05 gap-1",
|
|
@@ -21224,6 +21084,17 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
21224
21084
|
])), [
|
|
21225
21085
|
[_directive_lightbox, { src: file.url, download: true }]
|
|
21226
21086
|
]),
|
|
21087
|
+
createElementVNode("div", _hoisted_5$b, [
|
|
21088
|
+
createVNode(unref(_sfc_main$p), {
|
|
21089
|
+
icon: "draft",
|
|
21090
|
+
size: 1.5
|
|
21091
|
+
}),
|
|
21092
|
+
withDirectives((openBlock(), createElementBlock("p", _hoisted_6$9, [
|
|
21093
|
+
createTextVNode(toDisplayString(file.name), 1)
|
|
21094
|
+
])), [
|
|
21095
|
+
[_directive_lightbox, { src: file.url, download: true }]
|
|
21096
|
+
])
|
|
21097
|
+
]),
|
|
21227
21098
|
createVNode(unref(Btn), {
|
|
21228
21099
|
thin: "",
|
|
21229
21100
|
flat: "",
|
|
@@ -21234,7 +21105,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
21234
21105
|
])
|
|
21235
21106
|
]);
|
|
21236
21107
|
}), 128)),
|
|
21237
|
-
!storageFiles.value.length && !fileQueue.value.length ? (openBlock(), createElementBlock("span",
|
|
21108
|
+
!storageFiles.value.length && !fileQueue.value.length ? (openBlock(), createElementBlock("span", _hoisted_7$6, " No file selected ")) : createCommentVNode("", true)
|
|
21238
21109
|
]),
|
|
21239
21110
|
_: 1
|
|
21240
21111
|
})) : (openBlock(), createElementBlock("div", {
|
|
@@ -21254,7 +21125,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
21254
21125
|
files: storageFiles.value,
|
|
21255
21126
|
fileQueue: fileQueue.value
|
|
21256
21127
|
}, () => [
|
|
21257
|
-
_ctx.multiple ? (openBlock(), createElementBlock("div",
|
|
21128
|
+
_ctx.multiple ? (openBlock(), createElementBlock("div", _hoisted_8$3, [
|
|
21258
21129
|
(openBlock(true), createElementBlock(Fragment, null, renderList(storageFiles.value, (file) => {
|
|
21259
21130
|
return withDirectives((openBlock(), createElementBlock("div", {
|
|
21260
21131
|
key: file.id,
|
|
@@ -21270,7 +21141,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
21270
21141
|
icon: "draft",
|
|
21271
21142
|
class: "multi-preview"
|
|
21272
21143
|
})),
|
|
21273
|
-
createElementVNode("p",
|
|
21144
|
+
createElementVNode("p", _hoisted_9$2, toDisplayString(file.name), 1),
|
|
21274
21145
|
createVNode(unref(Btn), {
|
|
21275
21146
|
thin: "",
|
|
21276
21147
|
flat: "",
|
|
@@ -21300,12 +21171,12 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
21300
21171
|
icon: "draft",
|
|
21301
21172
|
class: "multi-preview"
|
|
21302
21173
|
})),
|
|
21303
|
-
createElementVNode("p",
|
|
21174
|
+
createElementVNode("p", _hoisted_10$2, toDisplayString(fileQ.name), 1),
|
|
21304
21175
|
createElementVNode("div", {
|
|
21305
21176
|
class: normalizeClass(["pie", { complete: fileQ.progress === 100 }]),
|
|
21306
21177
|
style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
|
|
21307
21178
|
}, [
|
|
21308
|
-
fileQ.progress < 100 ? (openBlock(), createElementBlock("span",
|
|
21179
|
+
fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_11$2, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
|
|
21309
21180
|
createVNode(unref(_sfc_main$p), {
|
|
21310
21181
|
class: "success",
|
|
21311
21182
|
icon: "check"
|
|
@@ -21314,13 +21185,13 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
21314
21185
|
]);
|
|
21315
21186
|
}), 128))
|
|
21316
21187
|
])) : createCommentVNode("", true),
|
|
21317
|
-
!_ctx.multiple && (storageFiles.value.length > 0 || fileQueue.value.length > 0) ? (openBlock(), createElementBlock("div",
|
|
21188
|
+
!_ctx.multiple && (storageFiles.value.length > 0 || fileQueue.value.length > 0) ? (openBlock(), createElementBlock("div", _hoisted_12$2, [
|
|
21318
21189
|
(openBlock(true), createElementBlock(Fragment, null, renderList(storageFiles.value, (file) => {
|
|
21319
21190
|
return openBlock(), createElementBlock("div", {
|
|
21320
21191
|
key: file.id,
|
|
21321
21192
|
class: normalizeClass(["single-image-item-preview", { "bgl_fill-image": _ctx.fill }])
|
|
21322
21193
|
}, [
|
|
21323
|
-
createElementVNode("div",
|
|
21194
|
+
createElementVNode("div", _hoisted_13$1, [
|
|
21324
21195
|
withDirectives(createVNode(unref(Btn), {
|
|
21325
21196
|
color: "gray",
|
|
21326
21197
|
thin: "",
|
|
@@ -21350,7 +21221,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
21350
21221
|
[_directive_tooltip, "Download"]
|
|
21351
21222
|
])
|
|
21352
21223
|
]),
|
|
21353
|
-
isImage(file.extension || file.url) ? (openBlock(), createElementBlock("div",
|
|
21224
|
+
isImage(file.extension || file.url) ? (openBlock(), createElementBlock("div", _hoisted_14$1, [
|
|
21354
21225
|
withDirectives(createVNode(unref(Image$1), {
|
|
21355
21226
|
class: "single-preview",
|
|
21356
21227
|
src: file.url,
|
|
@@ -21378,7 +21249,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
21378
21249
|
class: normalizeClass(["pie", { complete: fileQ.progress === 100 }]),
|
|
21379
21250
|
style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
|
|
21380
21251
|
}, [
|
|
21381
|
-
fileQ.progress < 100 ? (openBlock(), createElementBlock("span",
|
|
21252
|
+
fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_15$1, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
|
|
21382
21253
|
createVNode(unref(_sfc_main$p), {
|
|
21383
21254
|
class: "success",
|
|
21384
21255
|
icon: "check"
|
|
@@ -21402,7 +21273,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
21402
21273
|
fileQueue: fileQueue.value,
|
|
21403
21274
|
browse
|
|
21404
21275
|
}, () => [
|
|
21405
|
-
createElementVNode("p",
|
|
21276
|
+
createElementVNode("p", _hoisted_16$1, [
|
|
21406
21277
|
createVNode(unref(_sfc_main$p), { icon: "upload_2" }),
|
|
21407
21278
|
_cache[3] || (_cache[3] = createTextVNode(" Drop files here or click to upload "))
|
|
21408
21279
|
])
|
|
@@ -21412,9 +21283,9 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
21412
21283
|
};
|
|
21413
21284
|
}
|
|
21414
21285
|
});
|
|
21415
|
-
const FileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-
|
|
21416
|
-
const _hoisted_1$
|
|
21417
|
-
const _hoisted_2$
|
|
21286
|
+
const FileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-9d12086d"]]);
|
|
21287
|
+
const _hoisted_1$z = ["title"];
|
|
21288
|
+
const _hoisted_2$o = { key: 0 };
|
|
21418
21289
|
const _hoisted_3$j = ["value", "placeholder"];
|
|
21419
21290
|
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
21420
21291
|
__name: "JSONInput",
|
|
@@ -21439,7 +21310,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
21439
21310
|
class: normalizeClass(["bagel-input", { small: _ctx.small }]),
|
|
21440
21311
|
title: _ctx.description
|
|
21441
21312
|
}, [
|
|
21442
|
-
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$
|
|
21313
|
+
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$o, [
|
|
21443
21314
|
createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
|
|
21444
21315
|
])) : createCommentVNode("", true),
|
|
21445
21316
|
createElementVNode("textarea", {
|
|
@@ -21448,13 +21319,13 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
21448
21319
|
placeholder: _ctx.placeholder,
|
|
21449
21320
|
onInput: handleInput
|
|
21450
21321
|
}, null, 42, _hoisted_3$j)
|
|
21451
|
-
], 10, _hoisted_1$
|
|
21322
|
+
], 10, _hoisted_1$z);
|
|
21452
21323
|
};
|
|
21453
21324
|
}
|
|
21454
21325
|
});
|
|
21455
21326
|
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-1cbaeab2"]]);
|
|
21456
|
-
const _hoisted_1$
|
|
21457
|
-
const _hoisted_2$
|
|
21327
|
+
const _hoisted_1$y = ["for"];
|
|
21328
|
+
const _hoisted_2$n = ["id", "placeholder", "disabled", "required", "readonly", "onKeydown"];
|
|
21458
21329
|
const _hoisted_3$i = { key: 1 };
|
|
21459
21330
|
const _hoisted_4$b = {
|
|
21460
21331
|
key: 5,
|
|
@@ -21483,18 +21354,18 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
21483
21354
|
emits: ["update:modelValue"],
|
|
21484
21355
|
setup(__props, { emit: __emit }) {
|
|
21485
21356
|
const emit2 = __emit;
|
|
21486
|
-
let numberValue = ref(Number.parseFloat(`${__props.modelValue}`) || 0);
|
|
21357
|
+
let numberValue = ref(Number.parseFloat(`${__props.modelValue}`) || void 0);
|
|
21487
21358
|
const btnLayouts = ["horizontal", "vertical"];
|
|
21488
|
-
const canAdd = computed(() => !(__props.max !== void 0 && numberValue.value + __props.step > __props.max));
|
|
21489
|
-
const canDecrement = computed(() => !(__props.min !== void 0 && numberValue.value - __props.step < __props.min));
|
|
21359
|
+
const canAdd = computed(() => !(__props.max !== void 0 && (numberValue.value || 0 + __props.step) > __props.max));
|
|
21360
|
+
const canDecrement = computed(() => !(__props.min !== void 0 && (numberValue.value || 0 - __props.step) < __props.min));
|
|
21490
21361
|
function increment() {
|
|
21491
21362
|
if (!canAdd.value) return;
|
|
21492
|
-
numberValue.value
|
|
21363
|
+
numberValue.value = (numberValue.value || 0) + __props.step;
|
|
21493
21364
|
emit2("update:modelValue", numberValue.value);
|
|
21494
21365
|
}
|
|
21495
21366
|
function decrement() {
|
|
21496
21367
|
if (!canDecrement.value) return;
|
|
21497
|
-
numberValue.value
|
|
21368
|
+
numberValue.value = (numberValue.value || 0) - __props.step;
|
|
21498
21369
|
emit2("update:modelValue", numberValue.value);
|
|
21499
21370
|
}
|
|
21500
21371
|
function formatNumber2(num) {
|
|
@@ -21513,7 +21384,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
21513
21384
|
emit2("update:modelValue", numberValue.value);
|
|
21514
21385
|
}
|
|
21515
21386
|
watch(() => numberValue.value, () => {
|
|
21516
|
-
formattedValue.value = formatNumber2(numberValue.value);
|
|
21387
|
+
formattedValue.value = numberValue.value !== void 0 ? formatNumber2(numberValue.value) : "";
|
|
21517
21388
|
}, { immediate: true });
|
|
21518
21389
|
watch(() => __props.modelValue, (newVal) => {
|
|
21519
21390
|
if (newVal !== numberValue.value) {
|
|
@@ -21563,7 +21434,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
21563
21434
|
withKeys(withModifiers(increment, ["prevent"]), ["up"]),
|
|
21564
21435
|
withKeys(withModifiers(decrement, ["prevent"]), ["down"])
|
|
21565
21436
|
]
|
|
21566
|
-
}, null, 42, _hoisted_2$
|
|
21437
|
+
}, null, 42, _hoisted_2$n), [
|
|
21567
21438
|
[
|
|
21568
21439
|
vModelText,
|
|
21569
21440
|
unref(formattedValue),
|
|
@@ -21616,13 +21487,13 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
21616
21487
|
}, null, 8, ["disabled"])
|
|
21617
21488
|
])) : createCommentVNode("", true)
|
|
21618
21489
|
], 2)
|
|
21619
|
-
], 8, _hoisted_1$
|
|
21490
|
+
], 8, _hoisted_1$y)
|
|
21620
21491
|
], 2);
|
|
21621
21492
|
};
|
|
21622
21493
|
}
|
|
21623
21494
|
});
|
|
21624
|
-
const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-
|
|
21625
|
-
const _hoisted_1$
|
|
21495
|
+
const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-cacbf10f"]]);
|
|
21496
|
+
const _hoisted_1$x = ["value", "autofocus", "onKeydown", "onPaste"];
|
|
21626
21497
|
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
21627
21498
|
__name: "OTP",
|
|
21628
21499
|
props: {
|
|
@@ -21721,15 +21592,15 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
21721
21592
|
oninput: "this.value = this.value.slice(0, 1);",
|
|
21722
21593
|
onKeydown: ($event) => handleKeyDown($event, ind),
|
|
21723
21594
|
onPaste: ($event) => handlePaste($event, ind)
|
|
21724
|
-
}, null, 40, _hoisted_1$
|
|
21595
|
+
}, null, 40, _hoisted_1$x);
|
|
21725
21596
|
}), 128))
|
|
21726
21597
|
], 512);
|
|
21727
21598
|
};
|
|
21728
21599
|
}
|
|
21729
21600
|
});
|
|
21730
21601
|
const OTP = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-5c22c199"]]);
|
|
21731
|
-
const _hoisted_1$
|
|
21732
|
-
const _hoisted_2$
|
|
21602
|
+
const _hoisted_1$w = { class: "relative" };
|
|
21603
|
+
const _hoisted_2$m = { class: "m-password position-bottom-end flex column justify-content-center" };
|
|
21733
21604
|
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
21734
21605
|
__name: "PasswordInput",
|
|
21735
21606
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -21771,7 +21642,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
21771
21642
|
);
|
|
21772
21643
|
const inputType = computed(() => showPwd.value ? "text" : "password");
|
|
21773
21644
|
return (_ctx, _cache) => {
|
|
21774
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
21645
|
+
return openBlock(), createElementBlock("div", _hoisted_1$w, [
|
|
21775
21646
|
createVNode(unref(TextInput), mergeProps({
|
|
21776
21647
|
modelValue: password.value,
|
|
21777
21648
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => password.value = $event)
|
|
@@ -21779,7 +21650,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
21779
21650
|
type: inputType.value,
|
|
21780
21651
|
class: "mb-0"
|
|
21781
21652
|
}), null, 16, ["modelValue", "type"]),
|
|
21782
|
-
createElementVNode("div", _hoisted_2$
|
|
21653
|
+
createElementVNode("div", _hoisted_2$m, [
|
|
21783
21654
|
createVNode(unref(Btn), {
|
|
21784
21655
|
flat: "",
|
|
21785
21656
|
thin: "",
|
|
@@ -21792,8 +21663,8 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
21792
21663
|
};
|
|
21793
21664
|
}
|
|
21794
21665
|
});
|
|
21795
|
-
const _hoisted_1$
|
|
21796
|
-
const _hoisted_2$
|
|
21666
|
+
const _hoisted_1$v = ["for"];
|
|
21667
|
+
const _hoisted_2$l = ["id", "name", "value", "required"];
|
|
21797
21668
|
const _hoisted_3$h = { class: "flex w-100 gap-1 flex-wrap m_gap-05 m_gap-row-025" };
|
|
21798
21669
|
const _hoisted_4$a = ["src", "alt"];
|
|
21799
21670
|
const _hoisted_5$a = { class: "" };
|
|
@@ -21835,7 +21706,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
21835
21706
|
name: _ctx.groupName,
|
|
21836
21707
|
value: opt.value,
|
|
21837
21708
|
required: _ctx.required
|
|
21838
|
-
}, null, 8, _hoisted_2$
|
|
21709
|
+
}, null, 8, _hoisted_2$l), [
|
|
21839
21710
|
[vModelRadio, selectedOption.value]
|
|
21840
21711
|
]),
|
|
21841
21712
|
createElementVNode("div", _hoisted_3$h, [
|
|
@@ -21860,15 +21731,15 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
21860
21731
|
icon: "delete",
|
|
21861
21732
|
onClick: ($event) => _ctx.$emit("delete", opt)
|
|
21862
21733
|
}, null, 8, ["onClick"])) : createCommentVNode("", true)
|
|
21863
|
-
], 8, _hoisted_1$
|
|
21734
|
+
], 8, _hoisted_1$v);
|
|
21864
21735
|
}), 128))
|
|
21865
21736
|
]);
|
|
21866
21737
|
};
|
|
21867
21738
|
}
|
|
21868
21739
|
});
|
|
21869
21740
|
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-3c77be46"]]);
|
|
21870
|
-
const _hoisted_1$
|
|
21871
|
-
const _hoisted_2$
|
|
21741
|
+
const _hoisted_1$u = { class: "bagel-input" };
|
|
21742
|
+
const _hoisted_2$k = { class: "pb-025" };
|
|
21872
21743
|
const _hoisted_3$g = { class: "flex gap-05 flex-wrap" };
|
|
21873
21744
|
const _hoisted_4$9 = ["id", "name", "value", "checked"];
|
|
21874
21745
|
const _hoisted_5$9 = ["for"];
|
|
@@ -21913,8 +21784,8 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
21913
21784
|
selectedValue.value = props2.modelValue;
|
|
21914
21785
|
});
|
|
21915
21786
|
return (_ctx, _cache) => {
|
|
21916
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
21917
|
-
createElementVNode("label", _hoisted_2$
|
|
21787
|
+
return openBlock(), createElementBlock("div", _hoisted_1$u, [
|
|
21788
|
+
createElementVNode("label", _hoisted_2$k, toDisplayString(_ctx.label), 1),
|
|
21918
21789
|
createElementVNode("div", _hoisted_3$g, [
|
|
21919
21790
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options, (option2, index2) => {
|
|
21920
21791
|
return openBlock(), createElementBlock("div", {
|
|
@@ -21940,8 +21811,8 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
21940
21811
|
}
|
|
21941
21812
|
});
|
|
21942
21813
|
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-cf892d71"]]);
|
|
21943
|
-
const _hoisted_1$
|
|
21944
|
-
const _hoisted_2$
|
|
21814
|
+
const _hoisted_1$t = ["dir"];
|
|
21815
|
+
const _hoisted_2$j = {
|
|
21945
21816
|
key: 0,
|
|
21946
21817
|
class: "label"
|
|
21947
21818
|
};
|
|
@@ -22018,7 +21889,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
22018
21889
|
return openBlock(), createElementBlock("div", {
|
|
22019
21890
|
dir: unref(rtl) ? "rtl" : "ltr"
|
|
22020
21891
|
}, [
|
|
22021
|
-
unref(label) ? (openBlock(), createElementBlock("label", _hoisted_2$
|
|
21892
|
+
unref(label) ? (openBlock(), createElementBlock("label", _hoisted_2$j, toDisplayString(unref(label)), 1)) : createCommentVNode("", true),
|
|
22022
21893
|
createElementVNode("div", _hoisted_3$f, [
|
|
22023
21894
|
createElementVNode("input", {
|
|
22024
21895
|
id: unref(id),
|
|
@@ -22110,7 +21981,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
22110
21981
|
createElementVNode("span", null, toDisplayString(unref(formatValue)(unref(max2))), 1)
|
|
22111
21982
|
], true)
|
|
22112
21983
|
])
|
|
22113
|
-
], 8, _hoisted_1$
|
|
21984
|
+
], 8, _hoisted_1$t);
|
|
22114
21985
|
};
|
|
22115
21986
|
}
|
|
22116
21987
|
});
|
|
@@ -22204,8 +22075,8 @@ const toolbarOptions = [
|
|
|
22204
22075
|
{ name: "separator" },
|
|
22205
22076
|
{ name: "fullScreen", label: "Full Screen", icon: "fullscreen", class: "ms-auto" }
|
|
22206
22077
|
];
|
|
22207
|
-
const _hoisted_1$
|
|
22208
|
-
const _hoisted_2$
|
|
22078
|
+
const _hoisted_1$s = { class: "grid grid-wrap p-05" };
|
|
22079
|
+
const _hoisted_2$i = ["onMousemove", "onClick"];
|
|
22209
22080
|
const _hoisted_3$e = { class: "txt-center txt-12 color-gray" };
|
|
22210
22081
|
const fb = 1;
|
|
22211
22082
|
const base = 5;
|
|
@@ -22225,7 +22096,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
22225
22096
|
return hoveredCol.value > base - 1 ? enlarge : base;
|
|
22226
22097
|
});
|
|
22227
22098
|
return (_ctx, _cache) => {
|
|
22228
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
22099
|
+
return openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
22229
22100
|
(openBlock(true), createElementBlock(Fragment, null, renderList(rowSize.value, (row) => {
|
|
22230
22101
|
return openBlock(), createElementBlock("div", {
|
|
22231
22102
|
key: `row-${row}`,
|
|
@@ -22252,7 +22123,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
22252
22123
|
hoveredCol.value = col;
|
|
22253
22124
|
},
|
|
22254
22125
|
onClick: ($event) => emit2("select", `${row}x${col}`)
|
|
22255
|
-
}, null, 42, _hoisted_2$
|
|
22126
|
+
}, null, 42, _hoisted_2$i);
|
|
22256
22127
|
}), 128))
|
|
22257
22128
|
], 32);
|
|
22258
22129
|
}), 128)),
|
|
@@ -22262,7 +22133,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
22262
22133
|
}
|
|
22263
22134
|
});
|
|
22264
22135
|
const GridBox = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-4548b70f"]]);
|
|
22265
|
-
const _hoisted_1$
|
|
22136
|
+
const _hoisted_1$r = {
|
|
22266
22137
|
class: "toolbar flex gap-025 pb-05 flex-wrap",
|
|
22267
22138
|
role: "toolbar"
|
|
22268
22139
|
};
|
|
@@ -22281,10 +22152,10 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
22281
22152
|
}
|
|
22282
22153
|
return (_ctx, _cache) => {
|
|
22283
22154
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
22284
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
22155
|
+
return openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
22285
22156
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.config.map(configToOption).filter(Boolean), (action, index2) => {
|
|
22286
22157
|
return openBlock(), createElementBlock(Fragment, { key: index2 }, [
|
|
22287
|
-
action.name === "insertTable" ? (openBlock(), createBlock(unref(_sfc_main$
|
|
22158
|
+
action.name === "insertTable" ? (openBlock(), createBlock(unref(_sfc_main$V), {
|
|
22288
22159
|
key: 0,
|
|
22289
22160
|
placement: "bottom-start",
|
|
22290
22161
|
thin: "",
|
|
@@ -23244,8 +23115,8 @@ function useEditorKeyboard(doc, handleToolbarAction) {
|
|
|
23244
23115
|
}
|
|
23245
23116
|
});
|
|
23246
23117
|
}
|
|
23247
|
-
const _hoisted_1$
|
|
23248
|
-
const _hoisted_2$
|
|
23118
|
+
const _hoisted_1$q = { class: "bagel-input" };
|
|
23119
|
+
const _hoisted_2$h = { class: "content-area radius-05" };
|
|
23249
23120
|
const _hoisted_3$d = {
|
|
23250
23121
|
key: 1,
|
|
23251
23122
|
class: "flex"
|
|
@@ -23327,7 +23198,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
23327
23198
|
});
|
|
23328
23199
|
return (_ctx, _cache) => {
|
|
23329
23200
|
var _a2, _b;
|
|
23330
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
23201
|
+
return openBlock(), createElementBlock("div", _hoisted_1$q, [
|
|
23331
23202
|
createElementVNode("label", null, toDisplayString(_ctx.label), 1),
|
|
23332
23203
|
createElementVNode("div", {
|
|
23333
23204
|
class: normalizeClass(["rich-text-editor rounded pt-05 px-05 pb-075 mb-05", { "fullscreen-mode": unref(editor).state.isFullscreen }])
|
|
@@ -23341,7 +23212,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
23341
23212
|
createElementVNode("div", {
|
|
23342
23213
|
class: normalizeClass(["editor-container", { "split-view": unref(editor).state.isSplitView }])
|
|
23343
23214
|
}, [
|
|
23344
|
-
createElementVNode("div", _hoisted_2$
|
|
23215
|
+
createElementVNode("div", _hoisted_2$h, [
|
|
23345
23216
|
createElementVNode("iframe", {
|
|
23346
23217
|
id: "rich-text-iframe",
|
|
23347
23218
|
ref_key: "iframe",
|
|
@@ -23406,8 +23277,8 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
23406
23277
|
}
|
|
23407
23278
|
});
|
|
23408
23279
|
const RichText = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-59d7c73f"]]);
|
|
23409
|
-
const _hoisted_1$
|
|
23410
|
-
const _hoisted_2$
|
|
23280
|
+
const _hoisted_1$p = { class: "flex gap-05" };
|
|
23281
|
+
const _hoisted_2$g = ["disabled"];
|
|
23411
23282
|
const _hoisted_3$c = { key: 1 };
|
|
23412
23283
|
const _hoisted_4$7 = {
|
|
23413
23284
|
key: 2,
|
|
@@ -23592,7 +23463,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
23592
23463
|
}
|
|
23593
23464
|
});
|
|
23594
23465
|
return (_ctx, _cache) => {
|
|
23595
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
23466
|
+
return openBlock(), createBlock(unref(_sfc_main$V), {
|
|
23596
23467
|
ref_key: "dropdown",
|
|
23597
23468
|
ref: dropdown,
|
|
23598
23469
|
shown: unref(open),
|
|
@@ -23604,7 +23475,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
23604
23475
|
trigger: withCtx(() => [
|
|
23605
23476
|
createElementVNode("label", null, [
|
|
23606
23477
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
23607
|
-
createElementVNode("div", _hoisted_1$
|
|
23478
|
+
createElementVNode("div", _hoisted_1$p, [
|
|
23608
23479
|
_ctx.searchable && unref(open) ? (openBlock(), createBlock(unref(TextInput), {
|
|
23609
23480
|
key: 0,
|
|
23610
23481
|
ref_key: "searchInput",
|
|
@@ -23652,7 +23523,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
23652
23523
|
key: 3,
|
|
23653
23524
|
thin: ""
|
|
23654
23525
|
}, { icon: unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : createCommentVNode("", true)
|
|
23655
|
-
], 42, _hoisted_2$
|
|
23526
|
+
], 42, _hoisted_2$g)),
|
|
23656
23527
|
_ctx.required ? (openBlock(), createElementBlock("input", {
|
|
23657
23528
|
key: 2,
|
|
23658
23529
|
tabindex: "-1",
|
|
@@ -23671,7 +23542,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
23671
23542
|
height: "25px",
|
|
23672
23543
|
class: "mx-1 my-1"
|
|
23673
23544
|
})) : createCommentVNode("", true),
|
|
23674
|
-
createVNode(unref(_sfc_main
|
|
23545
|
+
createVNode(unref(_sfc_main$_), {
|
|
23675
23546
|
class: "p-05",
|
|
23676
23547
|
style: normalizeStyle({ width: _ctx.fullWidth ? "100%" : "auto" })
|
|
23677
23548
|
}, {
|
|
@@ -24319,8 +24190,8 @@ class SignaturePad extends SignatureEventTarget {
|
|
|
24319
24190
|
return svg.outerHTML;
|
|
24320
24191
|
}
|
|
24321
24192
|
}
|
|
24322
|
-
const _hoisted_1$
|
|
24323
|
-
const _hoisted_2$
|
|
24193
|
+
const _hoisted_1$o = ["disabled"];
|
|
24194
|
+
const _hoisted_2$f = {
|
|
24324
24195
|
key: 1,
|
|
24325
24196
|
placeholder: "required",
|
|
24326
24197
|
type: "text",
|
|
@@ -24480,8 +24351,8 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
24480
24351
|
ref: vCanvas,
|
|
24481
24352
|
class: "canvas",
|
|
24482
24353
|
disabled: _ctx.disabled
|
|
24483
|
-
}, null, 8, _hoisted_1$
|
|
24484
|
-
_ctx.required && unref(_isEmpty) ? (openBlock(), createElementBlock("input", _hoisted_2$
|
|
24354
|
+
}, null, 8, _hoisted_1$o),
|
|
24355
|
+
_ctx.required && unref(_isEmpty) ? (openBlock(), createElementBlock("input", _hoisted_2$f)) : createCommentVNode("", true)
|
|
24485
24356
|
], 34);
|
|
24486
24357
|
};
|
|
24487
24358
|
}
|
|
@@ -26965,8 +26836,8 @@ const VueDraggableNext = defineComponent({
|
|
|
26965
26836
|
}
|
|
26966
26837
|
}
|
|
26967
26838
|
});
|
|
26968
|
-
const _hoisted_1$
|
|
26969
|
-
const _hoisted_2$
|
|
26839
|
+
const _hoisted_1$n = ["title"];
|
|
26840
|
+
const _hoisted_2$e = { class: "bagel-input" };
|
|
26970
26841
|
const _hoisted_3$b = { class: "table-side-scroll" };
|
|
26971
26842
|
const _hoisted_4$6 = { class: "table-header" };
|
|
26972
26843
|
const _hoisted_5$6 = { class: "table-reorder" };
|
|
@@ -27036,7 +26907,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
27036
26907
|
class: "table-field-wrap",
|
|
27037
26908
|
title: _ctx.description
|
|
27038
26909
|
}, [
|
|
27039
|
-
createElementVNode("div", _hoisted_2$
|
|
26910
|
+
createElementVNode("div", _hoisted_2$e, [
|
|
27040
26911
|
createElementVNode("label", null, toDisplayString((_a2 = unref(fieldMeta)) == null ? void 0 : _a2.label), 1)
|
|
27041
26912
|
]),
|
|
27042
26913
|
createElementVNode("div", _hoisted_3$b, [
|
|
@@ -27111,7 +26982,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
27111
26982
|
])),
|
|
27112
26983
|
_: 1
|
|
27113
26984
|
})
|
|
27114
|
-
], 8, _hoisted_1$
|
|
26985
|
+
], 8, _hoisted_1$n);
|
|
27115
26986
|
};
|
|
27116
26987
|
}
|
|
27117
26988
|
});
|
|
@@ -31562,8 +31433,8 @@ function parsePhoneNumber$1() {
|
|
|
31562
31433
|
function parsePhoneNumber() {
|
|
31563
31434
|
return withMetadataArgument(parsePhoneNumber$1, arguments);
|
|
31564
31435
|
}
|
|
31565
|
-
const _hoisted_1$
|
|
31566
|
-
const _hoisted_2$
|
|
31436
|
+
const _hoisted_1$m = ["aria-expanded"];
|
|
31437
|
+
const _hoisted_2$d = { class: "p-075 tel-countryp-dropdown" };
|
|
31567
31438
|
const _hoisted_3$a = ["aria-selected", "onClick", "onMousemove"];
|
|
31568
31439
|
const _hoisted_4$5 = { class: "tel-country" };
|
|
31569
31440
|
const _hoisted_5$5 = { key: 1 };
|
|
@@ -31830,7 +31701,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
31830
31701
|
withKeys(reset, ["tab"])
|
|
31831
31702
|
]
|
|
31832
31703
|
}, [
|
|
31833
|
-
!computedDropDownOptions.value.hide ? (openBlock(), createBlock(unref(_sfc_main$
|
|
31704
|
+
!computedDropDownOptions.value.hide ? (openBlock(), createBlock(unref(_sfc_main$V), {
|
|
31834
31705
|
key: 0,
|
|
31835
31706
|
ref_key: "phoneDropdown",
|
|
31836
31707
|
ref: phoneDropdown,
|
|
@@ -31853,7 +31724,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
31853
31724
|
])
|
|
31854
31725
|
]),
|
|
31855
31726
|
default: withCtx(() => [
|
|
31856
|
-
createElementVNode("div", _hoisted_2$
|
|
31727
|
+
createElementVNode("div", _hoisted_2$d, [
|
|
31857
31728
|
_ctx.searchable ? (openBlock(), createBlock(unref(TextInput), {
|
|
31858
31729
|
key: 0,
|
|
31859
31730
|
modelValue: searchQuery.value,
|
|
@@ -31917,15 +31788,15 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
31917
31788
|
}, null, 44, _hoisted_6$4), [
|
|
31918
31789
|
[vModelText, phone.value]
|
|
31919
31790
|
])
|
|
31920
|
-
], 40, _hoisted_1$
|
|
31791
|
+
], 40, _hoisted_1$m)
|
|
31921
31792
|
])
|
|
31922
31793
|
], 2);
|
|
31923
31794
|
};
|
|
31924
31795
|
}
|
|
31925
31796
|
});
|
|
31926
31797
|
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-492fcc54"]]);
|
|
31927
|
-
const _hoisted_1$
|
|
31928
|
-
const _hoisted_2$
|
|
31798
|
+
const _hoisted_1$l = ["title"];
|
|
31799
|
+
const _hoisted_2$c = ["for"];
|
|
31929
31800
|
const _hoisted_3$9 = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
|
|
31930
31801
|
const _hoisted_4$4 = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
|
|
31931
31802
|
const _hoisted_5$4 = { key: 2 };
|
|
@@ -32064,14 +31935,14 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
32064
31935
|
key: 4,
|
|
32065
31936
|
icon: _ctx.icon
|
|
32066
31937
|
}, null, 8, ["icon"])) : createCommentVNode("", true)
|
|
32067
|
-
], 8, _hoisted_2$
|
|
32068
|
-
], 10, _hoisted_1$
|
|
31938
|
+
], 8, _hoisted_2$c)
|
|
31939
|
+
], 10, _hoisted_1$l);
|
|
32069
31940
|
};
|
|
32070
31941
|
}
|
|
32071
31942
|
});
|
|
32072
31943
|
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-cc17f96e"]]);
|
|
32073
|
-
const _hoisted_1$
|
|
32074
|
-
const _hoisted_2$
|
|
31944
|
+
const _hoisted_1$k = ["title"];
|
|
31945
|
+
const _hoisted_2$b = ["id", "required"];
|
|
32075
31946
|
const _hoisted_3$8 = ["for"];
|
|
32076
31947
|
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
32077
31948
|
__name: "ToggleInput",
|
|
@@ -32109,7 +31980,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
32109
31980
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => checked.value = $event),
|
|
32110
31981
|
type: "checkbox",
|
|
32111
31982
|
required: _ctx.required
|
|
32112
|
-
}, null, 8, _hoisted_2$
|
|
31983
|
+
}, null, 8, _hoisted_2$b), [
|
|
32113
31984
|
[vModelCheckbox, checked.value]
|
|
32114
31985
|
]),
|
|
32115
31986
|
createElementVNode("label", { for: inputId.value }, [
|
|
@@ -32117,7 +31988,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
32117
31988
|
createTextVNode(toDisplayString(_ctx.label), 1)
|
|
32118
31989
|
], true)
|
|
32119
31990
|
], 8, _hoisted_3$8)
|
|
32120
|
-
], 10, _hoisted_1$
|
|
31991
|
+
], 10, _hoisted_1$k);
|
|
32121
31992
|
};
|
|
32122
31993
|
}
|
|
32123
31994
|
});
|
|
@@ -32147,8 +32018,8 @@ const files = {
|
|
|
32147
32018
|
});
|
|
32148
32019
|
}
|
|
32149
32020
|
};
|
|
32150
|
-
const _hoisted_1$
|
|
32151
|
-
const _hoisted_2$
|
|
32021
|
+
const _hoisted_1$j = { class: "bagel-input" };
|
|
32022
|
+
const _hoisted_2$a = { key: 0 };
|
|
32152
32023
|
const _hoisted_3$7 = {
|
|
32153
32024
|
key: 1,
|
|
32154
32025
|
placeholder: "required",
|
|
@@ -32157,35 +32028,36 @@ const _hoisted_3$7 = {
|
|
|
32157
32028
|
class: "pixel"
|
|
32158
32029
|
};
|
|
32159
32030
|
const _hoisted_4$3 = { class: "m-05 flex opacity-7 z-99" };
|
|
32160
|
-
const _hoisted_5$3 = { class: "
|
|
32161
|
-
const _hoisted_6$3 = {
|
|
32031
|
+
const _hoisted_5$3 = { class: "flex gap-025 rounded pe-1 ps-05 py-025 bg-gray-80 -my-1" };
|
|
32032
|
+
const _hoisted_6$3 = { class: "ellipsis-1 word-break-all h-20 m-0 color-black txt18" };
|
|
32033
|
+
const _hoisted_7$2 = {
|
|
32162
32034
|
key: 1,
|
|
32163
32035
|
class: "txt-gray txt-12"
|
|
32164
32036
|
};
|
|
32165
|
-
const
|
|
32037
|
+
const _hoisted_8$2 = {
|
|
32166
32038
|
key: 0,
|
|
32167
32039
|
class: "bgl-multi-preview"
|
|
32168
32040
|
};
|
|
32169
|
-
const
|
|
32170
|
-
const
|
|
32171
|
-
const
|
|
32041
|
+
const _hoisted_9$1 = { class: "m-0" };
|
|
32042
|
+
const _hoisted_10$1 = { class: "no-margin multi-preview-txt" };
|
|
32043
|
+
const _hoisted_11$1 = {
|
|
32172
32044
|
key: 0,
|
|
32173
32045
|
class: "progress"
|
|
32174
32046
|
};
|
|
32175
|
-
const
|
|
32047
|
+
const _hoisted_12$1 = {
|
|
32176
32048
|
key: 1,
|
|
32177
32049
|
class: "bgl-single-preview"
|
|
32178
32050
|
};
|
|
32179
|
-
const
|
|
32180
|
-
const
|
|
32051
|
+
const _hoisted_13 = { class: "position-start m-05 flex opacity-7 z-99 gap-025" };
|
|
32052
|
+
const _hoisted_14 = {
|
|
32181
32053
|
key: 0,
|
|
32182
32054
|
class: "h-100"
|
|
32183
32055
|
};
|
|
32184
|
-
const
|
|
32056
|
+
const _hoisted_15 = {
|
|
32185
32057
|
key: 0,
|
|
32186
32058
|
class: "progress"
|
|
32187
32059
|
};
|
|
32188
|
-
const
|
|
32060
|
+
const _hoisted_16 = { class: "p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05" };
|
|
32189
32061
|
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
32190
32062
|
__name: "UploadInput",
|
|
32191
32063
|
props: {
|
|
@@ -32294,10 +32166,10 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
32294
32166
|
return (_ctx, _cache) => {
|
|
32295
32167
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
32296
32168
|
const _directive_lightbox = resolveDirective("lightbox");
|
|
32297
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
32298
|
-
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$
|
|
32169
|
+
return openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
32170
|
+
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$a, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
|
|
32299
32171
|
_ctx.required && !pathKeys.value.length ? (openBlock(), createElementBlock("input", _hoisted_3$7)) : createCommentVNode("", true),
|
|
32300
|
-
_ctx.theme === "basic" ? (openBlock(), createBlock(unref(_sfc_main
|
|
32172
|
+
_ctx.theme === "basic" ? (openBlock(), createBlock(unref(_sfc_main$_), {
|
|
32301
32173
|
key: 2,
|
|
32302
32174
|
outline: "",
|
|
32303
32175
|
class: "flex p-05 gap-1",
|
|
@@ -32346,15 +32218,21 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
32346
32218
|
href: pathToUrl(path_key),
|
|
32347
32219
|
download: path_key.split("/").pop()
|
|
32348
32220
|
}, null, 8, ["href", "download"]),
|
|
32349
|
-
|
|
32350
|
-
|
|
32351
|
-
|
|
32352
|
-
|
|
32221
|
+
createElementVNode("div", _hoisted_5$3, [
|
|
32222
|
+
createVNode(unref(_sfc_main$p), {
|
|
32223
|
+
icon: "draft",
|
|
32224
|
+
size: 1.5
|
|
32225
|
+
}),
|
|
32226
|
+
withDirectives((openBlock(), createElementBlock("p", _hoisted_6$3, [
|
|
32227
|
+
createTextVNode(toDisplayString(path_key.split("/").pop()), 1)
|
|
32228
|
+
])), [
|
|
32229
|
+
[_directive_lightbox, { src: pathToUrl(path_key), download: true }]
|
|
32230
|
+
])
|
|
32353
32231
|
])
|
|
32354
32232
|
])
|
|
32355
32233
|
]);
|
|
32356
32234
|
}), 128)),
|
|
32357
|
-
!pathKeys.value.length && !fileQueue.value.length ? (openBlock(), createElementBlock("span",
|
|
32235
|
+
!pathKeys.value.length && !fileQueue.value.length ? (openBlock(), createElementBlock("span", _hoisted_7$2, " No file selected ")) : createCommentVNode("", true)
|
|
32358
32236
|
]),
|
|
32359
32237
|
_: 1
|
|
32360
32238
|
})) : (openBlock(), createElementBlock("div", {
|
|
@@ -32374,7 +32252,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
32374
32252
|
files: pathKeys.value,
|
|
32375
32253
|
fileQueue: fileQueue.value
|
|
32376
32254
|
}, () => [
|
|
32377
|
-
_ctx.multiple ? (openBlock(), createElementBlock("div",
|
|
32255
|
+
_ctx.multiple ? (openBlock(), createElementBlock("div", _hoisted_8$2, [
|
|
32378
32256
|
(openBlock(true), createElementBlock(Fragment, null, renderList(pathKeys.value, (path_key) => {
|
|
32379
32257
|
return withDirectives((openBlock(), createElementBlock("div", {
|
|
32380
32258
|
key: path_key,
|
|
@@ -32389,7 +32267,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
32389
32267
|
icon: "description",
|
|
32390
32268
|
class: "multi-preview"
|
|
32391
32269
|
})),
|
|
32392
|
-
createElementVNode("p",
|
|
32270
|
+
createElementVNode("p", _hoisted_9$1, toDisplayString(path_key.split("/").pop()), 1),
|
|
32393
32271
|
createVNode(unref(Btn), {
|
|
32394
32272
|
thin: "",
|
|
32395
32273
|
flat: "",
|
|
@@ -32416,12 +32294,12 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
32416
32294
|
icon: "description",
|
|
32417
32295
|
class: "multi-preview"
|
|
32418
32296
|
})),
|
|
32419
|
-
createElementVNode("p",
|
|
32297
|
+
createElementVNode("p", _hoisted_10$1, toDisplayString(file.name), 1),
|
|
32420
32298
|
createElementVNode("div", {
|
|
32421
32299
|
class: normalizeClass(["pie", { complete: file.progress === 100 }]),
|
|
32422
32300
|
style: normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
|
|
32423
32301
|
}, [
|
|
32424
|
-
file.progress < 100 ? (openBlock(), createElementBlock("span",
|
|
32302
|
+
file.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_11$1, toDisplayString(file.progress.toFixed(0)), 1)) : createCommentVNode("", true),
|
|
32425
32303
|
createVNode(unref(_sfc_main$p), {
|
|
32426
32304
|
class: "success",
|
|
32427
32305
|
icon: "check_circle"
|
|
@@ -32429,13 +32307,13 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
32429
32307
|
], 6)
|
|
32430
32308
|
], 2);
|
|
32431
32309
|
}), 128))
|
|
32432
|
-
])) : pathKeys.value.length > 0 || fileQueue.value.length > 0 ? (openBlock(), createElementBlock("div",
|
|
32310
|
+
])) : pathKeys.value.length > 0 || fileQueue.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_12$1, [
|
|
32433
32311
|
(openBlock(true), createElementBlock(Fragment, null, renderList(pathKeys.value, (path_key) => {
|
|
32434
32312
|
return openBlock(), createElementBlock("div", {
|
|
32435
32313
|
key: path_key,
|
|
32436
32314
|
class: normalizeClass(["single-image-item-preview", { "bgl_fill-image": _ctx.fill }])
|
|
32437
32315
|
}, [
|
|
32438
|
-
createElementVNode("div",
|
|
32316
|
+
createElementVNode("div", _hoisted_13, [
|
|
32439
32317
|
withDirectives(createVNode(unref(Btn), {
|
|
32440
32318
|
color: "gray",
|
|
32441
32319
|
thin: "",
|
|
@@ -32462,7 +32340,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
32462
32340
|
[_directive_tooltip, "Download"]
|
|
32463
32341
|
])
|
|
32464
32342
|
]),
|
|
32465
|
-
isImage(path_key) ? (openBlock(), createElementBlock("div",
|
|
32343
|
+
isImage(path_key) ? (openBlock(), createElementBlock("div", _hoisted_14, [
|
|
32466
32344
|
withDirectives(createVNode(unref(Image$1), {
|
|
32467
32345
|
class: "single-preview",
|
|
32468
32346
|
pathKey: path_key,
|
|
@@ -32490,7 +32368,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
32490
32368
|
class: normalizeClass(["pie", { complete: file.progress === 100 }]),
|
|
32491
32369
|
style: normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
|
|
32492
32370
|
}, [
|
|
32493
|
-
file.progress < 100 ? (openBlock(), createElementBlock("span",
|
|
32371
|
+
file.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_15, toDisplayString(file.progress.toFixed(0)), 1)) : createCommentVNode("", true),
|
|
32494
32372
|
createVNode(unref(_sfc_main$p), {
|
|
32495
32373
|
class: "success",
|
|
32496
32374
|
icon: "check_circle"
|
|
@@ -32514,7 +32392,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
32514
32392
|
fileQueue: fileQueue.value,
|
|
32515
32393
|
browse
|
|
32516
32394
|
}, () => [
|
|
32517
|
-
createElementVNode("p",
|
|
32395
|
+
createElementVNode("p", _hoisted_16, [
|
|
32518
32396
|
createVNode(unref(_sfc_main$p), { icon: "upload_2" }),
|
|
32519
32397
|
_cache[4] || (_cache[4] = createTextVNode(" Drop files here or click to upload "))
|
|
32520
32398
|
])
|
|
@@ -32524,7 +32402,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
32524
32402
|
};
|
|
32525
32403
|
}
|
|
32526
32404
|
});
|
|
32527
|
-
const UploadInput = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-
|
|
32405
|
+
const UploadInput = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-33f11d1f"]]);
|
|
32528
32406
|
const FONT_AWESOME_ICONS = [
|
|
32529
32407
|
"trash-can",
|
|
32530
32408
|
"message",
|
|
@@ -36975,13 +36853,13 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
36975
36853
|
style: normalizeStyle({ "fontSize": `${_ctx.size}rem`, color: _ctx.color, "font-variation-settings": `'wght' ${_ctx.weight || 400}` })
|
|
36976
36854
|
}, toDisplayString(iconRender.value), 5)) : iconRenderType.value === "font-awesome" ? (openBlock(), createElementBlock("i", {
|
|
36977
36855
|
key: 1,
|
|
36978
|
-
class: normalizeClass(["fa", [`fa-${iconRender.value}`, { "fa-brands": isFaBrand.value }]]),
|
|
36856
|
+
class: normalizeClass(["fa far", [`fa-${iconRender.value}`, { "fa-brands": isFaBrand.value }]]),
|
|
36979
36857
|
style: normalizeStyle({ "fontSize": `${_ctx.size}rem`, color: _ctx.color, "font-variation-settings": `'wght' ${_ctx.weight || 400}` })
|
|
36980
36858
|
}, null, 6)) : createCommentVNode("", true);
|
|
36981
36859
|
};
|
|
36982
36860
|
}
|
|
36983
36861
|
});
|
|
36984
|
-
const _hoisted_1$
|
|
36862
|
+
const _hoisted_1$i = ["src", "title", "width", "height", "marginwidth", "marginheight", "csp", "scrolling", "srcset"];
|
|
36985
36863
|
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
36986
36864
|
__name: "IframeVue",
|
|
36987
36865
|
props: {
|
|
@@ -37041,12 +36919,12 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
37041
36919
|
scrolling: _ctx.scrolling,
|
|
37042
36920
|
srcset: _ctx.srcset,
|
|
37043
36921
|
onLoad: _cache[0] || (_cache[0] = ($event) => emit2("load", $event))
|
|
37044
|
-
}, null, 40, _hoisted_1$
|
|
36922
|
+
}, null, 40, _hoisted_1$i);
|
|
37045
36923
|
};
|
|
37046
36924
|
}
|
|
37047
36925
|
});
|
|
37048
|
-
const _hoisted_1$
|
|
37049
|
-
const _hoisted_2$
|
|
36926
|
+
const _hoisted_1$h = { key: 0 };
|
|
36927
|
+
const _hoisted_2$9 = ["src", "alt", "width", "height"];
|
|
37050
36928
|
const _hoisted_3$6 = ["src", "alt", "width", "height"];
|
|
37051
36929
|
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
37052
36930
|
__name: "Image",
|
|
@@ -37130,7 +37008,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
37130
37008
|
}
|
|
37131
37009
|
watch(() => [props2.src, props2.pathKey], loadImage, { immediate: true });
|
|
37132
37010
|
return (_ctx, _cache) => {
|
|
37133
|
-
return _ctx.caption ? (openBlock(), createElementBlock("figcaption", _hoisted_1$
|
|
37011
|
+
return _ctx.caption ? (openBlock(), createElementBlock("figcaption", _hoisted_1$h, [
|
|
37134
37012
|
unref(imageSrc) ? (openBlock(), createElementBlock("img", mergeProps({
|
|
37135
37013
|
key: 0,
|
|
37136
37014
|
src: unref(imageSrc)
|
|
@@ -37138,7 +37016,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
37138
37016
|
alt: _ctx.alt,
|
|
37139
37017
|
width: unref(normalizeDimension)(_ctx.width),
|
|
37140
37018
|
height: unref(normalizeDimension)(_ctx.height)
|
|
37141
|
-
}), null, 16, _hoisted_2$
|
|
37019
|
+
}), null, 16, _hoisted_2$9)) : (openBlock(), createBlock(unref(Skeleton), {
|
|
37142
37020
|
key: 1,
|
|
37143
37021
|
class: "img-web-kit",
|
|
37144
37022
|
width: unref(normalizeDimension)(_ctx.width),
|
|
@@ -37170,7 +37048,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
37170
37048
|
}
|
|
37171
37049
|
});
|
|
37172
37050
|
const Image$1 = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-6f277b5b"]]);
|
|
37173
|
-
const _hoisted_1$
|
|
37051
|
+
const _hoisted_1$g = { class: "m-0 pb-025 txt14 line-height-1 w60 menu-text" };
|
|
37174
37052
|
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
37175
37053
|
__name: "BottomMenu",
|
|
37176
37054
|
props: {
|
|
@@ -37178,7 +37056,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
37178
37056
|
},
|
|
37179
37057
|
setup(__props) {
|
|
37180
37058
|
return (_ctx, _cache) => {
|
|
37181
|
-
return openBlock(), createBlock(unref(_sfc_main
|
|
37059
|
+
return openBlock(), createBlock(unref(_sfc_main$_), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
|
|
37182
37060
|
default: withCtx(() => [
|
|
37183
37061
|
renderSlot(_ctx.$slots, "brand", {}, void 0, true),
|
|
37184
37062
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.navLinks, (nav, i2) => {
|
|
@@ -37194,7 +37072,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
37194
37072
|
size: 1.4,
|
|
37195
37073
|
class: "m-0 line-height-14"
|
|
37196
37074
|
}, null, 8, ["icon"]),
|
|
37197
|
-
createElementVNode("p", _hoisted_1$
|
|
37075
|
+
createElementVNode("p", _hoisted_1$g, toDisplayString(nav.label), 1)
|
|
37198
37076
|
]),
|
|
37199
37077
|
_: 2
|
|
37200
37078
|
}, 1032, ["to", "onClick"]);
|
|
@@ -37249,7 +37127,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
37249
37127
|
}
|
|
37250
37128
|
});
|
|
37251
37129
|
const Layout = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-1814129a"]]);
|
|
37252
|
-
const _hoisted_1$
|
|
37130
|
+
const _hoisted_1$f = { key: 0 };
|
|
37253
37131
|
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
37254
37132
|
__name: "SidebarMenu",
|
|
37255
37133
|
props: {
|
|
@@ -37279,7 +37157,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
37279
37157
|
icon: "keyboard_arrow_right",
|
|
37280
37158
|
onClick: unref(toggleMenu)
|
|
37281
37159
|
}, null, 8, ["onClick"]),
|
|
37282
|
-
createVNode(unref(_sfc_main
|
|
37160
|
+
createVNode(unref(_sfc_main$_), { class: "py-1 px-05 h-100 flex column gap-05 rounded relative bg-primary font-light overflow-y" }, {
|
|
37283
37161
|
default: withCtx(() => [
|
|
37284
37162
|
!unref(isOpen) || !unref(slots)["brand-open"] ? renderSlot(_ctx.$slots, "brand", { key: 0 }, void 0, true) : createCommentVNode("", true),
|
|
37285
37163
|
unref(isOpen) ? renderSlot(_ctx.$slots, "brand-open", { key: 1 }, void 0, true) : createCommentVNode("", true),
|
|
@@ -37297,7 +37175,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
37297
37175
|
}, null, 8, ["icon"]),
|
|
37298
37176
|
createVNode(Transition, { name: "showP" }, {
|
|
37299
37177
|
default: withCtx(() => [
|
|
37300
|
-
_ctx.open ? (openBlock(), createElementBlock("p", _hoisted_1$
|
|
37178
|
+
_ctx.open ? (openBlock(), createElementBlock("p", _hoisted_1$f, toDisplayString(nav.label), 1)) : createCommentVNode("", true)
|
|
37301
37179
|
]),
|
|
37302
37180
|
_: 2
|
|
37303
37181
|
}, 1024)
|
|
@@ -37357,8 +37235,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
37357
37235
|
}
|
|
37358
37236
|
});
|
|
37359
37237
|
const Skeleton = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-4da8c0d1"]]);
|
|
37360
|
-
const _hoisted_1$
|
|
37361
|
-
const _hoisted_2$
|
|
37238
|
+
const _hoisted_1$e = { class: "bgl_card tabs-top" };
|
|
37239
|
+
const _hoisted_2$8 = { class: "tabs grid auto-flow-columns fit-content" };
|
|
37362
37240
|
const _hoisted_3$5 = ["onClick"];
|
|
37363
37241
|
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
37364
37242
|
__name: "TabbedLayout",
|
|
@@ -37393,9 +37271,9 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
37393
37271
|
return openBlock(), createElementBlock("div", {
|
|
37394
37272
|
class: normalizeClass(["h-100 grid list-view gap-1", { "side-tabs": _ctx.sideTabs }])
|
|
37395
37273
|
}, [
|
|
37396
|
-
createElementVNode("div", _hoisted_1$
|
|
37274
|
+
createElementVNode("div", _hoisted_1$e, [
|
|
37397
37275
|
renderSlot(_ctx.$slots, "top-section", {}, void 0, true),
|
|
37398
|
-
createElementVNode("div", _hoisted_2$
|
|
37276
|
+
createElementVNode("div", _hoisted_2$8, [
|
|
37399
37277
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.tabs, (tab) => {
|
|
37400
37278
|
var _a2;
|
|
37401
37279
|
return openBlock(), createElementBlock("div", {
|
|
@@ -37421,7 +37299,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
37421
37299
|
}
|
|
37422
37300
|
});
|
|
37423
37301
|
const TabbedLayout = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-915732c1"]]);
|
|
37424
|
-
const _hoisted_1$
|
|
37302
|
+
const _hoisted_1$d = { key: 0 };
|
|
37425
37303
|
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
37426
37304
|
__name: "Tabs",
|
|
37427
37305
|
props: {
|
|
@@ -37464,7 +37342,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
37464
37342
|
group: unref(group),
|
|
37465
37343
|
class: "mb-05"
|
|
37466
37344
|
}, null, 8, ["modelValue", "flat", "tabs", "group"]),
|
|
37467
|
-
unref(currentTab) ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
37345
|
+
unref(currentTab) ? (openBlock(), createElementBlock("div", _hoisted_1$d, [
|
|
37468
37346
|
unref(slots)[unref(currentTab)] ? renderSlot(_ctx.$slots, unref(currentTab), { key: 0 }) : unref(currentTab) ? (openBlock(), createBlock(resolveDynamicComponent(unref(tabComponent)), { key: 1 })) : createCommentVNode("", true)
|
|
37469
37347
|
])) : createCommentVNode("", true)
|
|
37470
37348
|
], 64);
|
|
@@ -37484,8 +37362,8 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
37484
37362
|
};
|
|
37485
37363
|
}
|
|
37486
37364
|
});
|
|
37487
|
-
const _hoisted_1$
|
|
37488
|
-
const _hoisted_2$
|
|
37365
|
+
const _hoisted_1$c = { class: "no-margin ellipsis line-height-14 pb-025" };
|
|
37366
|
+
const _hoisted_2$7 = { class: "txt12 no-margin txt-gray ellipsis" };
|
|
37489
37367
|
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
37490
37368
|
__name: "ListItem",
|
|
37491
37369
|
props: {
|
|
@@ -37520,11 +37398,11 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
37520
37398
|
icon: _ctx.icon
|
|
37521
37399
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
37522
37400
|
createElementVNode("div", null, [
|
|
37523
|
-
createElementVNode("p", _hoisted_1$
|
|
37401
|
+
createElementVNode("p", _hoisted_1$c, [
|
|
37524
37402
|
createTextVNode(toDisplayString(_ctx.title) + " ", 1),
|
|
37525
37403
|
renderSlot(_ctx.$slots, "default")
|
|
37526
37404
|
]),
|
|
37527
|
-
createElementVNode("p", _hoisted_2$
|
|
37405
|
+
createElementVNode("p", _hoisted_2$7, [
|
|
37528
37406
|
createTextVNode(toDisplayString(_ctx.subtitle) + " ", 1),
|
|
37529
37407
|
renderSlot(_ctx.$slots, "subtitle")
|
|
37530
37408
|
])
|
|
@@ -37536,12 +37414,12 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
37536
37414
|
}
|
|
37537
37415
|
});
|
|
37538
37416
|
const _sfc_main$e = {};
|
|
37539
|
-
const _hoisted_1$
|
|
37540
|
-
const _hoisted_2$
|
|
37417
|
+
const _hoisted_1$b = { class: "list-wrap bgl_card thin grid overflow-hidden h-100 pt-0 pb-05 px-0 m_pb-0" };
|
|
37418
|
+
const _hoisted_2$6 = { class: "p-1" };
|
|
37541
37419
|
const _hoisted_3$4 = { class: "list-content auto-flow-rows align-items-start overflow-y h-100" };
|
|
37542
37420
|
function _sfc_render$3(_ctx, _cache) {
|
|
37543
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
37544
|
-
createElementVNode("div", _hoisted_2$
|
|
37421
|
+
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
37422
|
+
createElementVNode("div", _hoisted_2$6, [
|
|
37545
37423
|
renderSlot(_ctx.$slots, "header")
|
|
37546
37424
|
]),
|
|
37547
37425
|
createElementVNode("div", _hoisted_3$4, [
|
|
@@ -37550,7 +37428,7 @@ function _sfc_render$3(_ctx, _cache) {
|
|
|
37550
37428
|
]);
|
|
37551
37429
|
}
|
|
37552
37430
|
const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$3]]);
|
|
37553
|
-
const _hoisted_1$
|
|
37431
|
+
const _hoisted_1$a = { class: "flex-center" };
|
|
37554
37432
|
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
37555
37433
|
__name: "Loading",
|
|
37556
37434
|
props: {
|
|
@@ -37573,7 +37451,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
37573
37451
|
return standardSize(borderValue);
|
|
37574
37452
|
});
|
|
37575
37453
|
return (_ctx, _cache) => {
|
|
37576
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
37454
|
+
return openBlock(), createElementBlock("div", _hoisted_1$a, [
|
|
37577
37455
|
theme.value === "bar" ? (openBlock(), createElementBlock("div", {
|
|
37578
37456
|
key: 0,
|
|
37579
37457
|
class: "lds-bar",
|
|
@@ -37616,7 +37494,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
37616
37494
|
}
|
|
37617
37495
|
});
|
|
37618
37496
|
const Loading = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-2e27b3c1"]]);
|
|
37619
|
-
const _hoisted_1$
|
|
37497
|
+
const _hoisted_1$9 = ["id"];
|
|
37620
37498
|
const defaultMarkerSVG = '<svg width="28" height="38" viewBox="0 0 28 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.2263 37.7955C17.0897 37.7955 19.4109 37.0138 19.4109 36.0496C19.4109 35.0854 17.0897 34.3037 14.2263 34.3037C11.363 34.3037 9.04175 35.0854 9.04175 36.0496C9.04175 37.0138 11.363 37.7955 14.2263 37.7955Z" fill="black" fill-opacity="0.1"/><path d="M14.2265 0.549591C21.2842 0.549591 27.0131 6.23786 27.0787 13.28V13.4024C27.0787 19.3328 24.4759 24.4306 21.5627 28.2764C18.6511 32.12 15.4577 34.6754 14.3457 35.5097C14.2748 35.5629 14.1778 35.5629 14.1068 35.5097C12.9947 34.675 9.80135 32.1197 6.88984 28.2762C3.97665 24.4304 1.37378 19.3328 1.37378 13.4024C1.37378 6.30387 7.12806 0.549591 14.2265 0.549591Z" fill="#ED1b3E" stroke="#ED6C6F"/><path d="M14.2263 21.6185C18.7639 21.6185 22.4424 17.94 22.4424 13.4024C22.4424 8.86477 18.7639 5.18631 14.2263 5.18631C9.68872 5.18631 6.01025 8.86477 6.01025 13.4024C6.01025 17.94 9.68872 21.6185 14.2263 21.6185Z" fill="white"/></svg>';
|
|
37621
37499
|
const leafletScriptUrl = "https://unpkg.com/leaflet@1.9.4/dist/leaflet.js";
|
|
37622
37500
|
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
@@ -37710,15 +37588,15 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
37710
37588
|
class: "leaflet-map",
|
|
37711
37589
|
style: normalizeStyle({ height: `${props2.height || 400}px` }),
|
|
37712
37590
|
dir: "ltr"
|
|
37713
|
-
}, null, 12, _hoisted_1$
|
|
37591
|
+
}, null, 12, _hoisted_1$9);
|
|
37714
37592
|
};
|
|
37715
37593
|
}
|
|
37716
37594
|
});
|
|
37717
|
-
const _hoisted_1$
|
|
37595
|
+
const _hoisted_1$8 = {
|
|
37718
37596
|
key: 0,
|
|
37719
37597
|
class: "tool-bar"
|
|
37720
37598
|
};
|
|
37721
|
-
const _hoisted_2$
|
|
37599
|
+
const _hoisted_2$5 = {
|
|
37722
37600
|
key: 1,
|
|
37723
37601
|
class: "sticky bg-popup z-index-999 -mt-1 -ms-1 px-025 h-30px pt-025 modal-no-title"
|
|
37724
37602
|
};
|
|
@@ -37782,7 +37660,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
37782
37660
|
onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
|
|
37783
37661
|
onKeydown: withKeys(closeModal, ["esc"])
|
|
37784
37662
|
}, [
|
|
37785
|
-
createVNode(unref(_sfc_main
|
|
37663
|
+
createVNode(unref(_sfc_main$_), {
|
|
37786
37664
|
class: "modal",
|
|
37787
37665
|
style: normalizeStyle({ ...maxWidth.value }),
|
|
37788
37666
|
onClick: _cache[0] || (_cache[0] = withModifiers(() => {
|
|
@@ -37791,7 +37669,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
37791
37669
|
default: withCtx(() => {
|
|
37792
37670
|
var _a2;
|
|
37793
37671
|
return [
|
|
37794
|
-
unref(slots).toolbar || _ctx.title ? (openBlock(), createElementBlock("header", _hoisted_1$
|
|
37672
|
+
unref(slots).toolbar || _ctx.title ? (openBlock(), createElementBlock("header", _hoisted_1$8, [
|
|
37795
37673
|
renderSlot(_ctx.$slots, "toolbar"),
|
|
37796
37674
|
createVNode(unref(Btn), {
|
|
37797
37675
|
style: normalizeStyle({ float: _ctx.side ? "left" : "right" }),
|
|
@@ -37806,7 +37684,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
37806
37684
|
tag: "h3",
|
|
37807
37685
|
label: _ctx.title
|
|
37808
37686
|
}, null, 8, ["label"])) : createCommentVNode("", true)
|
|
37809
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_2$
|
|
37687
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_2$5, [
|
|
37810
37688
|
createVNode(unref(Btn), {
|
|
37811
37689
|
class: "position-start",
|
|
37812
37690
|
icon: "close",
|
|
@@ -37834,7 +37712,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
37834
37712
|
};
|
|
37835
37713
|
}
|
|
37836
37714
|
});
|
|
37837
|
-
const _hoisted_1$
|
|
37715
|
+
const _hoisted_1$7 = { class: "pb-05 pretty" };
|
|
37838
37716
|
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
37839
37717
|
__name: "ModalConfirm",
|
|
37840
37718
|
props: {
|
|
@@ -37880,13 +37758,15 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
37880
37758
|
}, null, 8, ["color", "value"])
|
|
37881
37759
|
]),
|
|
37882
37760
|
default: withCtx(() => [
|
|
37883
|
-
createElementVNode("p", _hoisted_1$
|
|
37761
|
+
createElementVNode("p", _hoisted_1$7, toDisplayString(unref(message2)), 1)
|
|
37884
37762
|
]),
|
|
37885
37763
|
_: 1
|
|
37886
37764
|
}, 8, ["title"]);
|
|
37887
37765
|
};
|
|
37888
37766
|
}
|
|
37889
37767
|
});
|
|
37768
|
+
const _hoisted_1$6 = { class: "flex gap-0" };
|
|
37769
|
+
const _hoisted_2$4 = { class: "flex gap-05" };
|
|
37890
37770
|
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
37891
37771
|
__name: "ModalForm",
|
|
37892
37772
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -37897,6 +37777,11 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
37897
37777
|
actions: {},
|
|
37898
37778
|
schema: {},
|
|
37899
37779
|
onSubmit: { type: Function },
|
|
37780
|
+
onDuplicate: { type: Function },
|
|
37781
|
+
submitText: {},
|
|
37782
|
+
cancelText: {},
|
|
37783
|
+
deleteText: {},
|
|
37784
|
+
duplicateText: {},
|
|
37900
37785
|
onDelete: { type: Function },
|
|
37901
37786
|
visible: { type: Boolean },
|
|
37902
37787
|
onError: { type: Function },
|
|
@@ -37959,7 +37844,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
37959
37844
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => emit2("update:visible", $event))
|
|
37960
37845
|
}, createSlots({
|
|
37961
37846
|
default: withCtx(() => [
|
|
37962
|
-
_ctx.visible ? (openBlock(), createBlock(unref(_sfc_main$
|
|
37847
|
+
_ctx.visible ? (openBlock(), createBlock(unref(_sfc_main$S), {
|
|
37963
37848
|
key: 0,
|
|
37964
37849
|
ref_key: "form",
|
|
37965
37850
|
ref: form,
|
|
@@ -37974,27 +37859,39 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
37974
37859
|
_ctx.onDelete || _ctx.onSubmit ? {
|
|
37975
37860
|
name: "footer",
|
|
37976
37861
|
fn: withCtx(() => [
|
|
37977
|
-
createElementVNode("div",
|
|
37862
|
+
createElementVNode("div", _hoisted_1$6, [
|
|
37978
37863
|
createVNode(unref(Btn), {
|
|
37979
37864
|
thin: "",
|
|
37980
37865
|
flat: "",
|
|
37981
|
-
value: "Cancel",
|
|
37866
|
+
value: _ctx.cancelText || "Cancel",
|
|
37982
37867
|
onClick: closeModal
|
|
37983
|
-
}),
|
|
37984
|
-
_ctx.onDelete ? (openBlock(), createBlock(unref(Btn), {
|
|
37868
|
+
}, null, 8, ["value"]),
|
|
37869
|
+
_ctx.onDelete && formData.value.id ? (openBlock(), createBlock(unref(Btn), {
|
|
37985
37870
|
key: 0,
|
|
37986
37871
|
thin: "",
|
|
37987
37872
|
icon: "delete",
|
|
37988
37873
|
flat: "",
|
|
37989
|
-
value: "Delete",
|
|
37874
|
+
value: _ctx.deleteText || "Delete",
|
|
37990
37875
|
color: "red",
|
|
37991
37876
|
onClick: runDelete
|
|
37992
|
-
})) : createCommentVNode("", true)
|
|
37877
|
+
}, null, 8, ["value"])) : createCommentVNode("", true)
|
|
37993
37878
|
]),
|
|
37994
|
-
|
|
37995
|
-
|
|
37996
|
-
|
|
37997
|
-
|
|
37879
|
+
createElementVNode("div", _hoisted_2$4, [
|
|
37880
|
+
_ctx.onDuplicate ? (openBlock(), createBlock(unref(Btn), {
|
|
37881
|
+
key: 0,
|
|
37882
|
+
outline: "",
|
|
37883
|
+
class: "px-1",
|
|
37884
|
+
icon: "copy_all",
|
|
37885
|
+
flat: "",
|
|
37886
|
+
value: _ctx.duplicateText || "Duplicate",
|
|
37887
|
+
onClick: _ctx.onDuplicate
|
|
37888
|
+
}, null, 8, ["value", "onClick"])) : createCommentVNode("", true),
|
|
37889
|
+
_ctx.onSubmit ? (openBlock(), createBlock(unref(Btn), {
|
|
37890
|
+
key: 1,
|
|
37891
|
+
value: _ctx.submitText || "Submit",
|
|
37892
|
+
onClick: runSubmit
|
|
37893
|
+
}, null, 8, ["value"])) : createCommentVNode("", true)
|
|
37894
|
+
])
|
|
37998
37895
|
]),
|
|
37999
37896
|
key: "0"
|
|
38000
37897
|
} : void 0
|
|
@@ -38002,7 +37899,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
38002
37899
|
};
|
|
38003
37900
|
}
|
|
38004
37901
|
});
|
|
38005
|
-
const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
37902
|
+
const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-f8e6d41e"]]);
|
|
38006
37903
|
const _hoisted_1$5 = { class: "full-nav" };
|
|
38007
37904
|
const _hoisted_2$3 = { class: "nav-scroll" };
|
|
38008
37905
|
const _hoisted_3$2 = { class: "nav-links-wrapper" };
|
|
@@ -38472,12 +38369,14 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
38472
38369
|
let panLocked = ref(true);
|
|
38473
38370
|
let raf = ref();
|
|
38474
38371
|
let tapDetector = ref();
|
|
38372
|
+
let translateXValue = ref(0);
|
|
38373
|
+
let translateYValue = ref(0);
|
|
38475
38374
|
const wrapperStyle = computed(() => {
|
|
38476
|
-
|
|
38477
|
-
|
|
38375
|
+
translateXValue.value = containerWidth.value * animTranslateX.value;
|
|
38376
|
+
translateYValue.value = containerHeight.value * animTranslateY.value;
|
|
38478
38377
|
return {
|
|
38479
38378
|
transform: [
|
|
38480
|
-
`translate(${translateXValue}px, ${translateYValue}px)`,
|
|
38379
|
+
`translate(${translateXValue.value}px, ${translateYValue.value}px)`,
|
|
38481
38380
|
`scale(${animScale.value})`
|
|
38482
38381
|
].join(" ")
|
|
38483
38382
|
};
|
|
@@ -38566,12 +38465,22 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
38566
38465
|
const imageToContainerRatio2 = containerWidth.value / __props.aspectRatio / containerHeight.value;
|
|
38567
38466
|
let translateLimitY = (scale.value * imageToContainerRatio2 - 1) / 2;
|
|
38568
38467
|
if (translateLimitY < 0) translateLimitY = 0;
|
|
38569
|
-
return {
|
|
38468
|
+
return {
|
|
38469
|
+
x: scale.value - 1,
|
|
38470
|
+
// Allow full movement to edges horizontally
|
|
38471
|
+
y: translateLimitY * 2
|
|
38472
|
+
// Allow full movement to edges vertically
|
|
38473
|
+
};
|
|
38570
38474
|
}
|
|
38571
38475
|
const imageToContainerRatio = containerHeight.value * __props.aspectRatio / containerWidth.value;
|
|
38572
38476
|
let translateLimitX = (scale.value * imageToContainerRatio - 1) / 2;
|
|
38573
38477
|
if (translateLimitX < 0) translateLimitX = 0;
|
|
38574
|
-
return {
|
|
38478
|
+
return {
|
|
38479
|
+
x: translateLimitX * 2,
|
|
38480
|
+
// Allow full movement to edges horizontally
|
|
38481
|
+
y: scale.value - 1
|
|
38482
|
+
// Allow full movement to edges vertically
|
|
38483
|
+
};
|
|
38575
38484
|
}
|
|
38576
38485
|
function getMarginDirection() {
|
|
38577
38486
|
const containerRatio = containerWidth.value / containerHeight.value;
|
|
@@ -38734,7 +38643,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
38734
38643
|
};
|
|
38735
38644
|
}
|
|
38736
38645
|
});
|
|
38737
|
-
const Zoomer = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
38646
|
+
const Zoomer = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-379819e1"]]);
|
|
38738
38647
|
function useBglSchema({ schema, showFields, data: data2 } = {}) {
|
|
38739
38648
|
let _schema = schema;
|
|
38740
38649
|
if (typeof _schema === "function") {
|
|
@@ -38996,7 +38905,7 @@ class Bagel {
|
|
|
38996
38905
|
}
|
|
38997
38906
|
const _hoisted_1 = {
|
|
38998
38907
|
key: 0,
|
|
38999
|
-
class: "navigation flex space-between px-3 w-100 absolute m_px-1"
|
|
38908
|
+
class: "navigation flex space-between px-3 w-100 absolute m_px-1 m_none z-9"
|
|
39000
38909
|
};
|
|
39001
38910
|
const _hoisted_2 = { class: "flex start fixed top-1 w-100 space-between px-1" };
|
|
39002
38911
|
const _hoisted_3 = {
|
|
@@ -39004,18 +38913,17 @@ const _hoisted_3 = {
|
|
|
39004
38913
|
class: "center"
|
|
39005
38914
|
};
|
|
39006
38915
|
const _hoisted_4 = { key: 3 };
|
|
39007
|
-
const _hoisted_5 =
|
|
39008
|
-
const _hoisted_6 =
|
|
39009
|
-
const _hoisted_7 = {
|
|
38916
|
+
const _hoisted_5 = ["src", "title"];
|
|
38917
|
+
const _hoisted_6 = {
|
|
39010
38918
|
key: 3,
|
|
39011
38919
|
class: "file-info txt-white flex m_block align-items-start gap-025"
|
|
39012
38920
|
};
|
|
39013
|
-
const
|
|
39014
|
-
const
|
|
39015
|
-
const
|
|
39016
|
-
const
|
|
39017
|
-
const
|
|
39018
|
-
const
|
|
38921
|
+
const _hoisted_7 = { class: "txt-start" };
|
|
38922
|
+
const _hoisted_8 = { class: "mx-0 light" };
|
|
38923
|
+
const _hoisted_9 = { class: "semi word-break-all" };
|
|
38924
|
+
const _hoisted_10 = { class: "mx-0" };
|
|
38925
|
+
const _hoisted_11 = { class: "semi" };
|
|
38926
|
+
const _hoisted_12 = {
|
|
39019
38927
|
key: 0,
|
|
39020
38928
|
class: "flex justify-content-center mt-2 overflow p-1 fixed bottom start end gap-1 m_justify-content-start"
|
|
39021
38929
|
};
|
|
@@ -39023,15 +38931,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39023
38931
|
__name: "Lightbox",
|
|
39024
38932
|
setup(__props, { expose: __expose }) {
|
|
39025
38933
|
let isOpen = ref(false);
|
|
39026
|
-
let currentItem = ref();
|
|
39027
38934
|
let group = ref([]);
|
|
39028
38935
|
let currentIndex = ref(0);
|
|
38936
|
+
let currentItem = computed(() => group.value[currentIndex.value]);
|
|
39029
38937
|
function open(item, groupItems) {
|
|
39030
38938
|
isOpen.value = true;
|
|
39031
|
-
|
|
39032
|
-
|
|
39033
|
-
group.value = groupItems;
|
|
39034
|
-
currentIndex.value = groupItems.findIndex(({ src }) => item.src === src);
|
|
38939
|
+
group.value = groupItems || [item];
|
|
38940
|
+
currentIndex.value = group.value.findIndex(({ src }) => item.src === src);
|
|
39035
38941
|
document.addEventListener("keydown", handleKeydown);
|
|
39036
38942
|
}
|
|
39037
38943
|
function close() {
|
|
@@ -39076,7 +38982,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39076
38982
|
return (_ctx, _cache) => {
|
|
39077
38983
|
return openBlock(), createBlock(Transition, { name: "fade" }, {
|
|
39078
38984
|
default: withCtx(() => {
|
|
39079
|
-
var _a2, _b, _c, _d, _e2, _f, _g, _h
|
|
38985
|
+
var _a2, _b, _c, _d, _e2, _f, _g, _h;
|
|
39080
38986
|
return [
|
|
39081
38987
|
unref(isOpen) ? (openBlock(), createElementBlock("div", {
|
|
39082
38988
|
key: 0,
|
|
@@ -39090,19 +38996,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39090
38996
|
}, [
|
|
39091
38997
|
unref(group) && unref(group).length > 1 ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
39092
38998
|
createVNode(unref(Btn), {
|
|
39093
|
-
class: "
|
|
38999
|
+
class: "oval opacity-8",
|
|
39094
39000
|
icon: "arrow_back",
|
|
39001
|
+
color: "black",
|
|
39095
39002
|
onClick: prev
|
|
39096
39003
|
}),
|
|
39097
39004
|
createVNode(unref(Btn), {
|
|
39098
|
-
class: "
|
|
39005
|
+
class: "oval opacity-8",
|
|
39099
39006
|
icon: "arrow_forward",
|
|
39007
|
+
color: "black",
|
|
39100
39008
|
onClick: next
|
|
39101
39009
|
})
|
|
39102
39010
|
])) : createCommentVNode("", true),
|
|
39103
39011
|
createElementVNode("div", {
|
|
39104
39012
|
class: "bgl-lightbox relative txt-center",
|
|
39105
|
-
onClick: _cache[
|
|
39013
|
+
onClick: _cache[5] || (_cache[5] = withModifiers(() => {
|
|
39106
39014
|
}, ["stop"]))
|
|
39107
39015
|
}, [
|
|
39108
39016
|
createElementVNode("div", _hoisted_2, [
|
|
@@ -39159,74 +39067,86 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39159
39067
|
}, null, 8, ["href"])) : createCommentVNode("", true),
|
|
39160
39068
|
!((_g = unref(currentItem)) == null ? void 0 : _g.openFile) && !((_h = unref(currentItem)) == null ? void 0 : _h.download) ? (openBlock(), createElementBlock("div", _hoisted_4)) : createCommentVNode("", true)
|
|
39161
39069
|
]),
|
|
39162
|
-
|
|
39163
|
-
|
|
39164
|
-
|
|
39165
|
-
|
|
39166
|
-
|
|
39167
|
-
|
|
39168
|
-
|
|
39169
|
-
|
|
39170
|
-
|
|
39171
|
-
|
|
39172
|
-
|
|
39173
|
-
|
|
39174
|
-
|
|
39175
|
-
|
|
39176
|
-
|
|
39177
|
-
|
|
39178
|
-
|
|
39179
|
-
|
|
39180
|
-
|
|
39181
|
-
|
|
39182
|
-
|
|
39183
|
-
|
|
39184
|
-
|
|
39185
|
-
|
|
39186
|
-
|
|
39187
|
-
|
|
39188
|
-
|
|
39189
|
-
|
|
39190
|
-
|
|
39191
|
-
|
|
39192
|
-
|
|
39193
|
-
|
|
39194
|
-
|
|
39195
|
-
|
|
39196
|
-
|
|
39197
|
-
|
|
39198
|
-
|
|
39199
|
-
|
|
39200
|
-
|
|
39201
|
-
|
|
39202
|
-
|
|
39203
|
-
|
|
39204
|
-
|
|
39205
|
-
|
|
39206
|
-
|
|
39207
|
-
|
|
39208
|
-
|
|
39209
|
-
|
|
39210
|
-
|
|
39211
|
-
|
|
39212
|
-
|
|
39213
|
-
|
|
39214
|
-
|
|
39215
|
-
|
|
39216
|
-
|
|
39217
|
-
|
|
39218
|
-
|
|
39219
|
-
|
|
39220
|
-
|
|
39221
|
-
|
|
39222
|
-
|
|
39223
|
-
|
|
39224
|
-
|
|
39225
|
-
|
|
39226
|
-
|
|
39227
|
-
|
|
39228
|
-
|
|
39229
|
-
|
|
39070
|
+
createVNode(unref(Carousel), {
|
|
39071
|
+
index: unref(currentIndex),
|
|
39072
|
+
"onUpdate:index": _cache[4] || (_cache[4] = ($event) => isRef(currentIndex) ? currentIndex.value = $event : currentIndex = $event),
|
|
39073
|
+
items: 1,
|
|
39074
|
+
class: normalizeClass(["bgl-lightbox-item", { zoomed: zoom.value > 1 }]),
|
|
39075
|
+
freeDrag: zoom.value === 1
|
|
39076
|
+
}, {
|
|
39077
|
+
default: withCtx(() => [
|
|
39078
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(group), (item) => {
|
|
39079
|
+
return openBlock(), createElementBlock(Fragment, {
|
|
39080
|
+
key: item.src
|
|
39081
|
+
}, [
|
|
39082
|
+
item.type === "image" ? (openBlock(), createBlock(unref(Zoomer), {
|
|
39083
|
+
key: 0,
|
|
39084
|
+
zoom: zoom.value,
|
|
39085
|
+
"onUpdate:zoom": _cache[3] || (_cache[3] = ($event) => zoom.value = $event),
|
|
39086
|
+
disabled: !(item == null ? void 0 : item.enableZoom),
|
|
39087
|
+
"mouse-wheel-to-zoom": false
|
|
39088
|
+
}, {
|
|
39089
|
+
default: withCtx(() => [
|
|
39090
|
+
createVNode(unref(Image$1), {
|
|
39091
|
+
draggable: false,
|
|
39092
|
+
src: item == null ? void 0 : item.src,
|
|
39093
|
+
alt: "Preview",
|
|
39094
|
+
class: "vw90 lightbox-image"
|
|
39095
|
+
}, null, 8, ["src"])
|
|
39096
|
+
]),
|
|
39097
|
+
_: 2
|
|
39098
|
+
}, 1032, ["zoom", "disabled"])) : (item == null ? void 0 : item.type) === "video" ? (openBlock(), createBlock(unref(BglVideo), {
|
|
39099
|
+
key: 1,
|
|
39100
|
+
src: item == null ? void 0 : item.src,
|
|
39101
|
+
autoplay: "",
|
|
39102
|
+
controls: "",
|
|
39103
|
+
class: "vw90"
|
|
39104
|
+
}, null, 8, ["src"])) : (item == null ? void 0 : item.type) === "pdf" ? (openBlock(), createElementBlock("embed", {
|
|
39105
|
+
key: 2,
|
|
39106
|
+
src: unref(normalizeURL)(item == null ? void 0 : item.src),
|
|
39107
|
+
type: "application/pdf",
|
|
39108
|
+
width: "100%",
|
|
39109
|
+
height: "1080",
|
|
39110
|
+
title: item == null ? void 0 : item.name,
|
|
39111
|
+
class: "vw90"
|
|
39112
|
+
}, null, 8, _hoisted_5)) : (openBlock(), createElementBlock("div", _hoisted_6, [
|
|
39113
|
+
createVNode(unref(_sfc_main$p), {
|
|
39114
|
+
class: "m-0 m_none",
|
|
39115
|
+
icon: "draft",
|
|
39116
|
+
size: 10,
|
|
39117
|
+
weight: "12"
|
|
39118
|
+
}),
|
|
39119
|
+
createVNode(unref(_sfc_main$p), {
|
|
39120
|
+
class: "m-0 none m_block m_-mb-1",
|
|
39121
|
+
icon: "draft",
|
|
39122
|
+
size: 4,
|
|
39123
|
+
weight: "2"
|
|
39124
|
+
}),
|
|
39125
|
+
createElementVNode("div", _hoisted_7, [
|
|
39126
|
+
createElementVNode("p", _hoisted_8, [
|
|
39127
|
+
_cache[6] || (_cache[6] = createTextVNode(" File: ")),
|
|
39128
|
+
createElementVNode("span", _hoisted_9, toDisplayString(item == null ? void 0 : item.name), 1)
|
|
39129
|
+
]),
|
|
39130
|
+
createElementVNode("p", _hoisted_10, [
|
|
39131
|
+
_cache[7] || (_cache[7] = createTextVNode(" Type: ")),
|
|
39132
|
+
createElementVNode("span", _hoisted_11, toDisplayString(item == null ? void 0 : item.type), 1)
|
|
39133
|
+
]),
|
|
39134
|
+
createVNode(unref(Btn), {
|
|
39135
|
+
href: item == null ? void 0 : item.src,
|
|
39136
|
+
target: "_blank",
|
|
39137
|
+
round: "",
|
|
39138
|
+
thin: "",
|
|
39139
|
+
class: "mt-1",
|
|
39140
|
+
value: "Open file"
|
|
39141
|
+
}, null, 8, ["href"])
|
|
39142
|
+
])
|
|
39143
|
+
]))
|
|
39144
|
+
], 64);
|
|
39145
|
+
}), 128))
|
|
39146
|
+
]),
|
|
39147
|
+
_: 1
|
|
39148
|
+
}, 8, ["index", "class", "freeDrag"]),
|
|
39149
|
+
unref(group) && unref(group).length > 1 ? (openBlock(), createElementBlock("div", _hoisted_12, [
|
|
39230
39150
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(group), (item, index2) => {
|
|
39231
39151
|
return openBlock(), createElementBlock(Fragment, { key: index2 }, [
|
|
39232
39152
|
item.type === "image" ? (openBlock(), createBlock(unref(Image$1), {
|
|
@@ -39253,7 +39173,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39253
39173
|
};
|
|
39254
39174
|
}
|
|
39255
39175
|
});
|
|
39256
|
-
const Lightbox$1 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
39176
|
+
const Lightbox$1 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f833758f"]]);
|
|
39257
39177
|
const groups = {};
|
|
39258
39178
|
let clickHandler = (_e2) => void 0;
|
|
39259
39179
|
const lightboxDirective = {
|
|
@@ -40369,22 +40289,21 @@ function timeAgo(date2, lang = "en") {
|
|
|
40369
40289
|
return selectedLang.justNow;
|
|
40370
40290
|
}
|
|
40371
40291
|
export {
|
|
40372
|
-
_sfc_main$
|
|
40292
|
+
_sfc_main$17 as Accordion,
|
|
40373
40293
|
AccordionItem,
|
|
40374
|
-
_sfc_main$
|
|
40294
|
+
_sfc_main$15 as AddressSearch,
|
|
40375
40295
|
Alert,
|
|
40376
40296
|
Avatar,
|
|
40377
40297
|
Badge,
|
|
40378
|
-
_sfc_main$
|
|
40379
|
-
_sfc_main$T as BagelForm2,
|
|
40298
|
+
_sfc_main$S as BagelForm,
|
|
40380
40299
|
BagelVue,
|
|
40381
|
-
_sfc_main$
|
|
40382
|
-
_sfc_main$
|
|
40383
|
-
_sfc_main$
|
|
40300
|
+
_sfc_main$10 as BglComponent,
|
|
40301
|
+
_sfc_main$Q as BglField,
|
|
40302
|
+
_sfc_main$S as BglForm,
|
|
40384
40303
|
BglVideo,
|
|
40385
40304
|
BottomMenu,
|
|
40386
40305
|
Btn,
|
|
40387
|
-
_sfc_main
|
|
40306
|
+
_sfc_main$_ as Card,
|
|
40388
40307
|
Carousel,
|
|
40389
40308
|
CheckInput,
|
|
40390
40309
|
Checkbox,
|
|
@@ -40395,7 +40314,7 @@ export {
|
|
|
40395
40314
|
_sfc_main$K as DateInput,
|
|
40396
40315
|
DatePick,
|
|
40397
40316
|
_sfc_main$I as DatePicker,
|
|
40398
|
-
_sfc_main$
|
|
40317
|
+
_sfc_main$V as Dropdown,
|
|
40399
40318
|
FORM_STATE_KEY,
|
|
40400
40319
|
_sfc_main$P as FieldArray,
|
|
40401
40320
|
FieldSetVue,
|
|
@@ -40408,7 +40327,7 @@ export {
|
|
|
40408
40327
|
Image$1 as Image,
|
|
40409
40328
|
JSONInput,
|
|
40410
40329
|
Layout,
|
|
40411
|
-
_sfc_main$
|
|
40330
|
+
_sfc_main$Y as Lineart,
|
|
40412
40331
|
_sfc_main$f as ListItem,
|
|
40413
40332
|
ListView,
|
|
40414
40333
|
Loading,
|