@bagelink/vue 0.0.821 → 0.0.823
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/TableSchema.vue.d.ts +1 -0
- package/dist/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/layout/Skeleton.vue.d.ts +27 -0
- package/dist/components/layout/Skeleton.vue.d.ts.map +1 -0
- package/dist/components/layout/index.d.ts +1 -0
- package/dist/components/layout/index.d.ts.map +1 -1
- package/dist/index.cjs +222 -173
- package/dist/index.mjs +222 -173
- package/dist/style.css +70 -46
- package/package.json +1 -1
- package/src/components/TableSchema.vue +17 -2
- package/src/components/layout/Skeleton.vue +52 -0
- package/src/components/layout/index.ts +1 -0
package/dist/index.mjs
CHANGED
|
@@ -38,7 +38,7 @@ const bagelFormUtils = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defi
|
|
|
38
38
|
return txtField;
|
|
39
39
|
}
|
|
40
40
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
41
|
-
const _sfc_main$
|
|
41
|
+
const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
42
42
|
__name: "Accordion",
|
|
43
43
|
setup(__props) {
|
|
44
44
|
const state2 = reactive({
|
|
@@ -52,10 +52,10 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
52
52
|
};
|
|
53
53
|
}
|
|
54
54
|
});
|
|
55
|
-
const _hoisted_1$
|
|
55
|
+
const _hoisted_1$N = ["aria-expanded", "aria-controls"];
|
|
56
56
|
const _hoisted_2$w = { class: "accordion-label" };
|
|
57
57
|
const _hoisted_3$m = ["id", "aria-hidden"];
|
|
58
|
-
const _sfc_main$
|
|
58
|
+
const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
59
59
|
__name: "AccordionItem",
|
|
60
60
|
props: {
|
|
61
61
|
label: {},
|
|
@@ -131,7 +131,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
131
131
|
}, [
|
|
132
132
|
createVNode(unref(_sfc_main$c), { icon: computedIcon.value }, null, 8, ["icon"])
|
|
133
133
|
], 2)) : createCommentVNode("", true)
|
|
134
|
-
], 8, _hoisted_1$
|
|
134
|
+
], 8, _hoisted_1$N),
|
|
135
135
|
createVNode(Transition, { name: "expand" }, {
|
|
136
136
|
default: withCtx(() => [
|
|
137
137
|
unref(isOpen) ? (openBlock(), createElementBlock("div", {
|
|
@@ -156,9 +156,9 @@ const _export_sfc = (sfc, props2) => {
|
|
|
156
156
|
}
|
|
157
157
|
return target;
|
|
158
158
|
};
|
|
159
|
-
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
160
|
-
const _hoisted_1$
|
|
161
|
-
const _sfc_main$
|
|
159
|
+
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-9d8335fa"]]);
|
|
160
|
+
const _hoisted_1$M = { class: "relative" };
|
|
161
|
+
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
162
162
|
__name: "AddressSearch",
|
|
163
163
|
emits: ["addressSelected"],
|
|
164
164
|
setup(__props, { emit: __emit }) {
|
|
@@ -180,8 +180,8 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
180
180
|
(_a2 = suggestion.value) == null ? void 0 : _a2.show();
|
|
181
181
|
}
|
|
182
182
|
return (_ctx, _cache) => {
|
|
183
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
184
|
-
createVNode(unref(_sfc_main$
|
|
183
|
+
return openBlock(), createElementBlock("div", _hoisted_1$M, [
|
|
184
|
+
createVNode(unref(_sfc_main$N), {
|
|
185
185
|
ref_key: "suggestion",
|
|
186
186
|
ref: suggestion,
|
|
187
187
|
noAutoFocus: true,
|
|
@@ -216,7 +216,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
216
216
|
};
|
|
217
217
|
}
|
|
218
218
|
});
|
|
219
|
-
const _hoisted_1$
|
|
219
|
+
const _hoisted_1$L = {
|
|
220
220
|
key: 0,
|
|
221
221
|
class: "loading"
|
|
222
222
|
};
|
|
@@ -224,7 +224,7 @@ const _hoisted_2$v = {
|
|
|
224
224
|
key: 1,
|
|
225
225
|
class: "bgl_btn-flex"
|
|
226
226
|
};
|
|
227
|
-
const _sfc_main$
|
|
227
|
+
const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
228
228
|
__name: "Btn",
|
|
229
229
|
props: {
|
|
230
230
|
disabled: { type: Boolean, default: false },
|
|
@@ -319,7 +319,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
319
319
|
onClick: withModifiers(_ctx.onClick, ["stop"])
|
|
320
320
|
}, {
|
|
321
321
|
default: withCtx(() => [
|
|
322
|
-
_ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
322
|
+
_ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_1$L)) : (openBlock(), createElementBlock("div", _hoisted_2$v, [
|
|
323
323
|
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$c), {
|
|
324
324
|
key: 0,
|
|
325
325
|
icon: _ctx.icon
|
|
@@ -339,10 +339,10 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
339
339
|
};
|
|
340
340
|
}
|
|
341
341
|
});
|
|
342
|
-
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
343
|
-
const _hoisted_1$
|
|
342
|
+
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-c00fb1b9"]]);
|
|
343
|
+
const _hoisted_1$K = ["dismissable"];
|
|
344
344
|
const _hoisted_2$u = { class: "m-0" };
|
|
345
|
-
const _sfc_main$
|
|
345
|
+
const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
346
346
|
__name: "Alert",
|
|
347
347
|
props: {
|
|
348
348
|
message: {},
|
|
@@ -378,13 +378,13 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
378
378
|
icon: "close",
|
|
379
379
|
onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
|
|
380
380
|
})
|
|
381
|
-
], 10, _hoisted_1$
|
|
381
|
+
], 10, _hoisted_1$K)) : createCommentVNode("", true);
|
|
382
382
|
};
|
|
383
383
|
}
|
|
384
384
|
});
|
|
385
|
-
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
386
|
-
const _hoisted_1$
|
|
387
|
-
const _sfc_main$
|
|
385
|
+
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-57141c32"]]);
|
|
386
|
+
const _hoisted_1$J = ["src", "alt"];
|
|
387
|
+
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
388
388
|
__name: "Avatar",
|
|
389
389
|
props: {
|
|
390
390
|
fallback: {},
|
|
@@ -402,7 +402,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
402
402
|
key: 0,
|
|
403
403
|
src: _ctx.src,
|
|
404
404
|
alt: _ctx.name
|
|
405
|
-
}, null, 8, _hoisted_1$
|
|
405
|
+
}, null, 8, _hoisted_1$J)) : (openBlock(), createElementBlock("p", {
|
|
406
406
|
key: 1,
|
|
407
407
|
style: normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
|
|
408
408
|
}, toDisplayString((_ctx.fallback || unref(initials)(_ctx.name || "")).toUpperCase()), 5))
|
|
@@ -410,8 +410,8 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
410
410
|
};
|
|
411
411
|
}
|
|
412
412
|
});
|
|
413
|
-
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
414
|
-
const _sfc_main$
|
|
413
|
+
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-46ad8c25"]]);
|
|
414
|
+
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
415
415
|
__name: "Badge",
|
|
416
416
|
props: {
|
|
417
417
|
color: {},
|
|
@@ -442,10 +442,10 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
442
442
|
};
|
|
443
443
|
}
|
|
444
444
|
});
|
|
445
|
-
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
446
|
-
const _hoisted_1$
|
|
445
|
+
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-1b4c8cfe"]]);
|
|
446
|
+
const _hoisted_1$I = ["src"];
|
|
447
447
|
const _hoisted_2$t = ["src", "autoplay", "muted", "loop", "controls"];
|
|
448
|
-
const _sfc_main$
|
|
448
|
+
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
449
449
|
__name: "BglVideo",
|
|
450
450
|
props: {
|
|
451
451
|
src: {},
|
|
@@ -499,7 +499,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
499
499
|
allowfullscreen: "",
|
|
500
500
|
title: "Video",
|
|
501
501
|
allow: "autoplay"
|
|
502
|
-
}, null, 12, _hoisted_1$
|
|
502
|
+
}, null, 12, _hoisted_1$I)) : _ctx.src ? (openBlock(), createElementBlock("video", {
|
|
503
503
|
key: 1,
|
|
504
504
|
src: _ctx.src,
|
|
505
505
|
autoplay: _ctx.autoplay,
|
|
@@ -513,12 +513,12 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
513
513
|
};
|
|
514
514
|
}
|
|
515
515
|
});
|
|
516
|
-
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
517
|
-
const _hoisted_1$
|
|
516
|
+
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-30c80244"]]);
|
|
517
|
+
const _hoisted_1$H = {
|
|
518
518
|
key: 0,
|
|
519
519
|
class: "card_label"
|
|
520
520
|
};
|
|
521
|
-
const _sfc_main$
|
|
521
|
+
const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
522
522
|
__name: "Card",
|
|
523
523
|
props: {
|
|
524
524
|
label: {},
|
|
@@ -546,7 +546,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
546
546
|
}])
|
|
547
547
|
}, {
|
|
548
548
|
default: withCtx(() => [
|
|
549
|
-
_ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
549
|
+
_ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$H, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
|
|
550
550
|
renderSlot(_ctx.$slots, "default")
|
|
551
551
|
]),
|
|
552
552
|
_: 3
|
|
@@ -554,12 +554,12 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
554
554
|
};
|
|
555
555
|
}
|
|
556
556
|
});
|
|
557
|
-
const _hoisted_1$
|
|
557
|
+
const _hoisted_1$G = {
|
|
558
558
|
key: 0,
|
|
559
559
|
class: "blocker"
|
|
560
560
|
};
|
|
561
561
|
const _hoisted_2$s = { class: "Handlers" };
|
|
562
|
-
const _sfc_main$
|
|
562
|
+
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
563
563
|
__name: "Carousel",
|
|
564
564
|
props: {
|
|
565
565
|
autoHeight: {
|
|
@@ -748,7 +748,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
748
748
|
onScroll: scrollEnd,
|
|
749
749
|
onMousedown: startDragging
|
|
750
750
|
}, [
|
|
751
|
-
unref(isDragging) ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
751
|
+
unref(isDragging) ? (openBlock(), createElementBlock("div", _hoisted_1$G)) : createCommentVNode("", true),
|
|
752
752
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
753
753
|
], 38),
|
|
754
754
|
createElementVNode("div", _hoisted_2$s, [
|
|
@@ -769,7 +769,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
769
769
|
};
|
|
770
770
|
}
|
|
771
771
|
});
|
|
772
|
-
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
772
|
+
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-e588f5a7"]]);
|
|
773
773
|
function _isPlaceholder(a2) {
|
|
774
774
|
return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
|
|
775
775
|
}
|
|
@@ -6710,13 +6710,13 @@ var script = defineComponent({
|
|
|
6710
6710
|
return { bar, canvas, direction, mouse };
|
|
6711
6711
|
}
|
|
6712
6712
|
});
|
|
6713
|
-
const _hoisted_1$
|
|
6713
|
+
const _hoisted_1$F = {
|
|
6714
6714
|
key: 0,
|
|
6715
6715
|
class: "layer-hover-bar"
|
|
6716
6716
|
};
|
|
6717
6717
|
const _hoisted_2$r = ["x", "y", "width", "height"];
|
|
6718
6718
|
function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6719
|
-
return _ctx.mouse.hover ? (openBlock(), createElementBlock("g", _hoisted_1$
|
|
6719
|
+
return _ctx.mouse.hover ? (openBlock(), createElementBlock("g", _hoisted_1$F, [
|
|
6720
6720
|
createElementVNode("rect", mergeProps({ class: "hover-bar" }, _ctx.barStyle, {
|
|
6721
6721
|
x: _ctx.bar.x,
|
|
6722
6722
|
y: _ctx.bar.y,
|
|
@@ -6728,7 +6728,7 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6728
6728
|
script.render = render$e;
|
|
6729
6729
|
script.__file = "src/components/HoverBar/index.vue";
|
|
6730
6730
|
const BRAND_COLOR = "var(--bgl-primary)";
|
|
6731
|
-
const _sfc_main$
|
|
6731
|
+
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
6732
6732
|
__name: "Lineart",
|
|
6733
6733
|
props: {
|
|
6734
6734
|
data: {},
|
|
@@ -6868,7 +6868,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
6868
6868
|
};
|
|
6869
6869
|
}
|
|
6870
6870
|
});
|
|
6871
|
-
const _hoisted_1$
|
|
6871
|
+
const _hoisted_1$E = {
|
|
6872
6872
|
key: 0,
|
|
6873
6873
|
class: "data"
|
|
6874
6874
|
};
|
|
@@ -6889,7 +6889,7 @@ const _hoisted_9$3 = {
|
|
|
6889
6889
|
key: 0,
|
|
6890
6890
|
class: "m-0"
|
|
6891
6891
|
};
|
|
6892
|
-
const _sfc_main$
|
|
6892
|
+
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
6893
6893
|
__name: "DataPreview",
|
|
6894
6894
|
props: /* @__PURE__ */ mergeModels({
|
|
6895
6895
|
showFields: {},
|
|
@@ -6925,7 +6925,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
6925
6925
|
const computedSchema = computed(() => getFallbackSchema([itemData.value], props2.showFields));
|
|
6926
6926
|
return (_ctx, _cache) => {
|
|
6927
6927
|
var _a2;
|
|
6928
|
-
return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
6928
|
+
return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$E, [
|
|
6929
6929
|
_ctx.title ? (openBlock(), createBlock(unref(_sfc_main$3), {
|
|
6930
6930
|
key: 0,
|
|
6931
6931
|
label: _ctx.title
|
|
@@ -6938,7 +6938,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
6938
6938
|
createElementVNode("div", _hoisted_3$k, [
|
|
6939
6939
|
createElementVNode("p", _hoisted_4$e, toDisplayString((field == null ? void 0 : field.label) || unref(keyToLabel)(field.id)), 1)
|
|
6940
6940
|
]),
|
|
6941
|
-
createVNode(unref(_sfc_main$
|
|
6941
|
+
createVNode(unref(_sfc_main$L), {
|
|
6942
6942
|
modelValue: itemData.value,
|
|
6943
6943
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => itemData.value = $event),
|
|
6944
6944
|
label: "",
|
|
@@ -6967,7 +6967,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
6967
6967
|
};
|
|
6968
6968
|
}
|
|
6969
6969
|
});
|
|
6970
|
-
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6970
|
+
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-6c27f163"]]);
|
|
6971
6971
|
const sides = ["top", "right", "bottom", "left"];
|
|
6972
6972
|
const alignments = ["start", "end"];
|
|
6973
6973
|
const placements$1 = /* @__PURE__ */ sides.reduce((acc, side) => acc.concat(side, side + "-" + alignments[0], side + "-" + alignments[1]), []);
|
|
@@ -9509,7 +9509,7 @@ const Gt$1 = {
|
|
|
9509
9509
|
install: Ct$1,
|
|
9510
9510
|
options: h
|
|
9511
9511
|
};
|
|
9512
|
-
const _sfc_main$
|
|
9512
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
9513
9513
|
__name: "Dropdown",
|
|
9514
9514
|
props: {
|
|
9515
9515
|
value: {},
|
|
@@ -9566,7 +9566,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
9566
9566
|
};
|
|
9567
9567
|
}
|
|
9568
9568
|
});
|
|
9569
|
-
const _sfc_main$
|
|
9569
|
+
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
9570
9570
|
__name: "Flag",
|
|
9571
9571
|
props: {
|
|
9572
9572
|
country: {},
|
|
@@ -9596,8 +9596,8 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
9596
9596
|
};
|
|
9597
9597
|
}
|
|
9598
9598
|
});
|
|
9599
|
-
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9600
|
-
const _sfc_main$
|
|
9599
|
+
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-f99f1900"]]);
|
|
9600
|
+
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
9601
9601
|
__name: "BglField",
|
|
9602
9602
|
props: {
|
|
9603
9603
|
field: {},
|
|
@@ -9617,9 +9617,9 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
9617
9617
|
if (props2.field.$el === "select") return SelectInput;
|
|
9618
9618
|
if (props2.field.$el === "toggle") return ToggleInput;
|
|
9619
9619
|
if (props2.field.$el === "check") return CheckInput;
|
|
9620
|
-
if (props2.field.$el === "richtext") return _sfc_main$
|
|
9620
|
+
if (props2.field.$el === "richtext") return _sfc_main$w;
|
|
9621
9621
|
if (props2.field.$el === "file") return $el;
|
|
9622
|
-
if (props2.field.$el === "date") return _sfc_main$
|
|
9622
|
+
if (props2.field.$el === "date") return _sfc_main$F;
|
|
9623
9623
|
return props2.field.$el ?? "div";
|
|
9624
9624
|
});
|
|
9625
9625
|
const formData = computed({
|
|
@@ -9704,7 +9704,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
9704
9704
|
};
|
|
9705
9705
|
}
|
|
9706
9706
|
});
|
|
9707
|
-
const _sfc_main$
|
|
9707
|
+
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
9708
9708
|
__name: "BglForm",
|
|
9709
9709
|
props: {
|
|
9710
9710
|
label: {},
|
|
@@ -9802,7 +9802,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
9802
9802
|
label: _ctx.label
|
|
9803
9803
|
}, null, 8, ["label"])) : createCommentVNode("", true),
|
|
9804
9804
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(computedSchema.value, (field, i2) => {
|
|
9805
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
9805
|
+
return openBlock(), createBlock(unref(_sfc_main$L), {
|
|
9806
9806
|
key: field.id || `${i2}p`,
|
|
9807
9807
|
modelValue: unref(data2),
|
|
9808
9808
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(data2) ? data2.value = $event : data2 = $event),
|
|
@@ -9826,7 +9826,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
9826
9826
|
label: _ctx.label
|
|
9827
9827
|
}, null, 8, ["label"])) : createCommentVNode("", true),
|
|
9828
9828
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(computedSchema.value, (field, i2) => {
|
|
9829
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
9829
|
+
return openBlock(), createBlock(unref(_sfc_main$L), {
|
|
9830
9830
|
key: field.id || `${i2}p`,
|
|
9831
9831
|
modelValue: unref(data2),
|
|
9832
9832
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(data2) ? data2.value = $event : data2 = $event),
|
|
@@ -9845,8 +9845,8 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
9845
9845
|
};
|
|
9846
9846
|
}
|
|
9847
9847
|
});
|
|
9848
|
-
const _hoisted_1$
|
|
9849
|
-
const _sfc_main$
|
|
9848
|
+
const _hoisted_1$D = { key: 0 };
|
|
9849
|
+
const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
9850
9850
|
__name: "BglMultiStepForm",
|
|
9851
9851
|
props: /* @__PURE__ */ mergeModels({
|
|
9852
9852
|
bagelFormProps: { default: () => ({}) },
|
|
@@ -9913,8 +9913,8 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9913
9913
|
mode: "out-in"
|
|
9914
9914
|
}, {
|
|
9915
9915
|
default: withCtx(() => [
|
|
9916
|
-
!unref(isStepping) ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
9917
|
-
createVNode(unref(_sfc_main$
|
|
9916
|
+
!unref(isStepping) ? (openBlock(), createElementBlock("div", _hoisted_1$D, [
|
|
9917
|
+
createVNode(unref(_sfc_main$K), mergeProps({
|
|
9918
9918
|
ref_key: "formRef",
|
|
9919
9919
|
ref: formRef,
|
|
9920
9920
|
modelValue: formData.value,
|
|
@@ -9953,8 +9953,8 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9953
9953
|
};
|
|
9954
9954
|
}
|
|
9955
9955
|
});
|
|
9956
|
-
const _hoisted_1$
|
|
9957
|
-
const _sfc_main$
|
|
9956
|
+
const _hoisted_1$C = { class: "primary-checkbox" };
|
|
9957
|
+
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
9958
9958
|
__name: "Checkbox",
|
|
9959
9959
|
props: {
|
|
9960
9960
|
"modelValue": { type: Boolean, ...{ default: false } },
|
|
@@ -9964,7 +9964,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9964
9964
|
setup(__props) {
|
|
9965
9965
|
const val = useModel(__props, "modelValue");
|
|
9966
9966
|
return (_ctx, _cache) => {
|
|
9967
|
-
return openBlock(), createElementBlock("label", _hoisted_1$
|
|
9967
|
+
return openBlock(), createElementBlock("label", _hoisted_1$C, [
|
|
9968
9968
|
renderSlot(_ctx.$slots, "label", {}, void 0, true),
|
|
9969
9969
|
withDirectives(createElementVNode("input", {
|
|
9970
9970
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
|
|
@@ -9976,11 +9976,11 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9976
9976
|
};
|
|
9977
9977
|
}
|
|
9978
9978
|
});
|
|
9979
|
-
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9980
|
-
const _hoisted_1$
|
|
9979
|
+
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-73f1d9ad"]]);
|
|
9980
|
+
const _hoisted_1$B = ["title"];
|
|
9981
9981
|
const _hoisted_2$p = ["id", "value", "required"];
|
|
9982
9982
|
const _hoisted_3$j = ["for"];
|
|
9983
|
-
const _sfc_main$
|
|
9983
|
+
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
9984
9984
|
__name: "CheckInput",
|
|
9985
9985
|
props: /* @__PURE__ */ mergeModels({
|
|
9986
9986
|
label: {},
|
|
@@ -10022,14 +10022,14 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
10022
10022
|
createTextVNode(toDisplayString(_ctx.label), 1)
|
|
10023
10023
|
], true)
|
|
10024
10024
|
], 8, _hoisted_3$j)
|
|
10025
|
-
], 10, _hoisted_1$
|
|
10025
|
+
], 10, _hoisted_1$B);
|
|
10026
10026
|
};
|
|
10027
10027
|
}
|
|
10028
10028
|
});
|
|
10029
|
-
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10030
|
-
const _hoisted_1$
|
|
10029
|
+
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-03ed2982"]]);
|
|
10030
|
+
const _hoisted_1$A = ["title"];
|
|
10031
10031
|
const _hoisted_2$o = ["id", "placeholder", "required"];
|
|
10032
|
-
const _sfc_main$
|
|
10032
|
+
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
10033
10033
|
__name: "ColorPicker",
|
|
10034
10034
|
props: {
|
|
10035
10035
|
label: {},
|
|
@@ -10071,7 +10071,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
10071
10071
|
[vModelText, inputVal.value]
|
|
10072
10072
|
])
|
|
10073
10073
|
])
|
|
10074
|
-
], 10, _hoisted_1$
|
|
10074
|
+
], 10, _hoisted_1$A)) : createCommentVNode("", true);
|
|
10075
10075
|
};
|
|
10076
10076
|
}
|
|
10077
10077
|
});
|
|
@@ -18514,9 +18514,9 @@ const eo = ({
|
|
|
18514
18514
|
Object.entries(go).forEach(([e, t]) => {
|
|
18515
18515
|
e !== "default" && (Hn[e] = t);
|
|
18516
18516
|
});
|
|
18517
|
-
const _hoisted_1$
|
|
18517
|
+
const _hoisted_1$z = ["title"];
|
|
18518
18518
|
const _hoisted_2$n = { key: 0 };
|
|
18519
|
-
const _sfc_main$
|
|
18519
|
+
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
18520
18520
|
__name: "DateInput",
|
|
18521
18521
|
props: {
|
|
18522
18522
|
required: { type: Boolean },
|
|
@@ -18574,11 +18574,11 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
18574
18574
|
"minutes-grid-increment": _ctx.minutesGridIncrement,
|
|
18575
18575
|
"start-time": { hours: 8, minutes: 0 }
|
|
18576
18576
|
}), null, 16, ["modelValue", "required", "enable-time-picker", "allowed-dates", "time-picker-inline", "minutes-increment", "minutes-grid-increment"])
|
|
18577
|
-
], 10, _hoisted_1$
|
|
18577
|
+
], 10, _hoisted_1$z);
|
|
18578
18578
|
};
|
|
18579
18579
|
}
|
|
18580
18580
|
});
|
|
18581
|
-
const _hoisted_1$
|
|
18581
|
+
const _hoisted_1$y = { class: "datetime-wrap" };
|
|
18582
18582
|
const _hoisted_2$m = { class: "date-wrap" };
|
|
18583
18583
|
const _hoisted_3$i = {
|
|
18584
18584
|
key: 0,
|
|
@@ -18586,7 +18586,7 @@ const _hoisted_3$i = {
|
|
|
18586
18586
|
};
|
|
18587
18587
|
const _hoisted_4$d = ["id", "name", "value"];
|
|
18588
18588
|
const _hoisted_5$b = ["for"];
|
|
18589
|
-
const _sfc_main$
|
|
18589
|
+
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
18590
18590
|
__name: "DatePicker",
|
|
18591
18591
|
props: {
|
|
18592
18592
|
label: {},
|
|
@@ -18614,7 +18614,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
18614
18614
|
return `${hour}:${minute}`;
|
|
18615
18615
|
});
|
|
18616
18616
|
return (_ctx, _cache) => {
|
|
18617
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
18617
|
+
return openBlock(), createElementBlock("div", _hoisted_1$y, [
|
|
18618
18618
|
createElementVNode("div", _hoisted_2$m, [
|
|
18619
18619
|
createVNode(unref(Hn), mergeProps({
|
|
18620
18620
|
modelValue: selectedDate.value,
|
|
@@ -18655,7 +18655,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
18655
18655
|
};
|
|
18656
18656
|
}
|
|
18657
18657
|
});
|
|
18658
|
-
const _hoisted_1$
|
|
18658
|
+
const _hoisted_1$x = { class: "bagel-input" };
|
|
18659
18659
|
const _hoisted_2$l = {
|
|
18660
18660
|
key: 0,
|
|
18661
18661
|
class: "bgl-multi-preview"
|
|
@@ -18684,7 +18684,7 @@ const _hoisted_12 = {
|
|
|
18684
18684
|
};
|
|
18685
18685
|
const _hoisted_13 = ["src"];
|
|
18686
18686
|
const _hoisted_14 = { class: "p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05" };
|
|
18687
|
-
const _sfc_main$
|
|
18687
|
+
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
18688
18688
|
__name: "FileUpload",
|
|
18689
18689
|
props: {
|
|
18690
18690
|
label: {},
|
|
@@ -18840,7 +18840,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
18840
18840
|
return (_ctx, _cache) => {
|
|
18841
18841
|
const _directive_lightbox = resolveDirective("lightbox");
|
|
18842
18842
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
18843
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
18843
|
+
return openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
18844
18844
|
createElementVNode("label", null, toDisplayString(_ctx.label), 1),
|
|
18845
18845
|
createElementVNode("div", {
|
|
18846
18846
|
class: normalizeClass(["fileUploadWrap", {
|
|
@@ -19000,11 +19000,11 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
19000
19000
|
};
|
|
19001
19001
|
}
|
|
19002
19002
|
});
|
|
19003
|
-
const $el = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19004
|
-
const _hoisted_1$
|
|
19003
|
+
const $el = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-bfb0bd63"]]);
|
|
19004
|
+
const _hoisted_1$w = ["title"];
|
|
19005
19005
|
const _hoisted_2$k = { key: 0 };
|
|
19006
19006
|
const _hoisted_3$g = ["value", "placeholder"];
|
|
19007
|
-
const _sfc_main$
|
|
19007
|
+
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
19008
19008
|
__name: "JSONInput",
|
|
19009
19009
|
props: {
|
|
19010
19010
|
description: { default: "" },
|
|
@@ -19036,13 +19036,13 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
19036
19036
|
placeholder: _ctx.placeholder,
|
|
19037
19037
|
onInput: handleInput
|
|
19038
19038
|
}, null, 42, _hoisted_3$g)
|
|
19039
|
-
], 10, _hoisted_1$
|
|
19039
|
+
], 10, _hoisted_1$w);
|
|
19040
19040
|
};
|
|
19041
19041
|
}
|
|
19042
19042
|
});
|
|
19043
|
-
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19044
|
-
const _hoisted_1$
|
|
19045
|
-
const _sfc_main$
|
|
19043
|
+
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-1cbaeab2"]]);
|
|
19044
|
+
const _hoisted_1$v = ["value", "autofocus", "onKeydown", "onPaste"];
|
|
19045
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
19046
19046
|
__name: "OTP",
|
|
19047
19047
|
props: {
|
|
19048
19048
|
digitCount: {},
|
|
@@ -19140,15 +19140,15 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
19140
19140
|
oninput: "this.value = this.value.slice(0, 1);",
|
|
19141
19141
|
onKeydown: ($event) => handleKeyDown2($event, ind),
|
|
19142
19142
|
onPaste: ($event) => handlePaste2($event, ind)
|
|
19143
|
-
}, null, 40, _hoisted_1$
|
|
19143
|
+
}, null, 40, _hoisted_1$v);
|
|
19144
19144
|
}), 128))
|
|
19145
19145
|
], 512);
|
|
19146
19146
|
};
|
|
19147
19147
|
}
|
|
19148
19148
|
});
|
|
19149
|
-
const OTP = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19150
|
-
const _hoisted_1$
|
|
19151
|
-
const _sfc_main$
|
|
19149
|
+
const OTP = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-5c22c199"]]);
|
|
19150
|
+
const _hoisted_1$u = { class: "relative" };
|
|
19151
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
19152
19152
|
__name: "PasswordInput",
|
|
19153
19153
|
props: /* @__PURE__ */ mergeModels({
|
|
19154
19154
|
id: {},
|
|
@@ -19188,7 +19188,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
19188
19188
|
);
|
|
19189
19189
|
const inputType = computed(() => showPwd.value ? "text" : "password");
|
|
19190
19190
|
return (_ctx, _cache) => {
|
|
19191
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
19191
|
+
return openBlock(), createElementBlock("div", _hoisted_1$u, [
|
|
19192
19192
|
createVNode(unref(TextInput), mergeProps({
|
|
19193
19193
|
modelValue: password.value,
|
|
19194
19194
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => password.value = $event)
|
|
@@ -19208,7 +19208,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
19208
19208
|
};
|
|
19209
19209
|
}
|
|
19210
19210
|
});
|
|
19211
|
-
const _hoisted_1$
|
|
19211
|
+
const _hoisted_1$t = ["for"];
|
|
19212
19212
|
const _hoisted_2$j = ["id", "name", "value"];
|
|
19213
19213
|
const _hoisted_3$f = { class: "flex w-100 gap-1 flex-wrap m_gap-05 m_gap-row-025" };
|
|
19214
19214
|
const _hoisted_4$b = ["src", "alt"];
|
|
@@ -19221,7 +19221,7 @@ const _hoisted_7$4 = {
|
|
|
19221
19221
|
key: 1,
|
|
19222
19222
|
class: "txt-gray txt-12 m-0"
|
|
19223
19223
|
};
|
|
19224
|
-
const _sfc_main$
|
|
19224
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
19225
19225
|
__name: "RadioGroup",
|
|
19226
19226
|
props: /* @__PURE__ */ mergeModels({
|
|
19227
19227
|
groupName: {},
|
|
@@ -19274,19 +19274,19 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
19274
19274
|
icon: "delete",
|
|
19275
19275
|
onClick: ($event) => _ctx.$emit("delete", opt)
|
|
19276
19276
|
}, null, 8, ["onClick"])) : createCommentVNode("", true)
|
|
19277
|
-
], 8, _hoisted_1$
|
|
19277
|
+
], 8, _hoisted_1$t);
|
|
19278
19278
|
}), 128))
|
|
19279
19279
|
]);
|
|
19280
19280
|
};
|
|
19281
19281
|
}
|
|
19282
19282
|
});
|
|
19283
|
-
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19284
|
-
const _hoisted_1$
|
|
19283
|
+
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-3e9e030f"]]);
|
|
19284
|
+
const _hoisted_1$s = { class: "bagel-input" };
|
|
19285
19285
|
const _hoisted_2$i = { class: "pb-025" };
|
|
19286
19286
|
const _hoisted_3$e = { class: "flex gap-05 flex-wrap" };
|
|
19287
19287
|
const _hoisted_4$a = ["id", "name", "value", "checked"];
|
|
19288
19288
|
const _hoisted_5$8 = ["for"];
|
|
19289
|
-
const _sfc_main$
|
|
19289
|
+
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
19290
19290
|
__name: "RadioPillsInput",
|
|
19291
19291
|
props: {
|
|
19292
19292
|
options: {},
|
|
@@ -19327,7 +19327,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
19327
19327
|
selectedValue.value = props2.modelValue;
|
|
19328
19328
|
});
|
|
19329
19329
|
return (_ctx, _cache) => {
|
|
19330
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
19330
|
+
return openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
19331
19331
|
createElementVNode("label", _hoisted_2$i, toDisplayString(_ctx.label), 1),
|
|
19332
19332
|
createElementVNode("div", _hoisted_3$e, [
|
|
19333
19333
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.options, (option2, index2) => {
|
|
@@ -19353,12 +19353,12 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
19353
19353
|
};
|
|
19354
19354
|
}
|
|
19355
19355
|
});
|
|
19356
|
-
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19357
|
-
const _hoisted_1$
|
|
19356
|
+
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-cf892d71"]]);
|
|
19357
|
+
const _hoisted_1$r = { class: "flex gap-1 align-center range-slide" };
|
|
19358
19358
|
const _hoisted_2$h = { key: 0 };
|
|
19359
19359
|
const _hoisted_3$d = ["max", "min", "step"];
|
|
19360
19360
|
const _hoisted_4$9 = { key: 1 };
|
|
19361
|
-
const _sfc_main$
|
|
19361
|
+
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
19362
19362
|
__name: "RangeInput",
|
|
19363
19363
|
props: /* @__PURE__ */ mergeModels({
|
|
19364
19364
|
min: {},
|
|
@@ -19378,7 +19378,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
19378
19378
|
return `linear-gradient(to right, var(--bgl-primary) ${percentage}%, var(--input-bg) ${percentage}%)`;
|
|
19379
19379
|
});
|
|
19380
19380
|
return (_ctx, _cache) => {
|
|
19381
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
19381
|
+
return openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
19382
19382
|
_ctx.min !== void 0 ? (openBlock(), createElementBlock("p", _hoisted_2$h, toDisplayString(_ctx.min), 1)) : createCommentVNode("", true),
|
|
19383
19383
|
withDirectives(createElementVNode("input", {
|
|
19384
19384
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
|
|
@@ -19395,7 +19395,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
19395
19395
|
};
|
|
19396
19396
|
}
|
|
19397
19397
|
});
|
|
19398
|
-
const RangeInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19398
|
+
const RangeInput = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-d653c76a"]]);
|
|
19399
19399
|
function OrderedMap(content) {
|
|
19400
19400
|
this.content = content;
|
|
19401
19401
|
}
|
|
@@ -43273,12 +43273,12 @@ defineComponent({
|
|
|
43273
43273
|
}, (_b = (_a2 = this.$slots).default) === null || _b === void 0 ? void 0 : _b.call(_a2));
|
|
43274
43274
|
}
|
|
43275
43275
|
});
|
|
43276
|
-
const _hoisted_1$
|
|
43276
|
+
const _hoisted_1$q = { class: "RichText" };
|
|
43277
43277
|
const _hoisted_2$g = {
|
|
43278
43278
|
key: 0,
|
|
43279
43279
|
class: "RichText-tools"
|
|
43280
43280
|
};
|
|
43281
|
-
const _sfc_main$
|
|
43281
|
+
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
43282
43282
|
__name: "RichText",
|
|
43283
43283
|
props: {
|
|
43284
43284
|
modelValue: {}
|
|
@@ -43503,7 +43503,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
43503
43503
|
});
|
|
43504
43504
|
return (_ctx, _cache) => {
|
|
43505
43505
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
43506
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
43506
|
+
return openBlock(), createElementBlock("div", _hoisted_1$q, [
|
|
43507
43507
|
unref(editor) ? (openBlock(), createElementBlock("div", _hoisted_2$g, [
|
|
43508
43508
|
(openBlock(), createElementBlock(Fragment$1, null, renderList(config, (item) => {
|
|
43509
43509
|
var _a2;
|
|
@@ -43697,7 +43697,7 @@ function createTable() {
|
|
|
43697
43697
|
}
|
|
43698
43698
|
}
|
|
43699
43699
|
}
|
|
43700
|
-
const _hoisted_1$
|
|
43700
|
+
const _hoisted_1$p = { class: "flex gap-05" };
|
|
43701
43701
|
const _hoisted_2$f = ["disabled"];
|
|
43702
43702
|
const _hoisted_3$c = { key: 1 };
|
|
43703
43703
|
const _hoisted_4$8 = {
|
|
@@ -43707,7 +43707,7 @@ const _hoisted_4$8 = {
|
|
|
43707
43707
|
const _hoisted_5$7 = ["value"];
|
|
43708
43708
|
const _hoisted_6$6 = ["aria-selected", "onClick", "onKeydown"];
|
|
43709
43709
|
const _hoisted_7$3 = { class: "block" };
|
|
43710
|
-
const _sfc_main$
|
|
43710
|
+
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
43711
43711
|
__name: "SelectInput",
|
|
43712
43712
|
props: {
|
|
43713
43713
|
options: {},
|
|
@@ -43855,7 +43855,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
43855
43855
|
}
|
|
43856
43856
|
});
|
|
43857
43857
|
return (_ctx, _cache) => {
|
|
43858
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
43858
|
+
return openBlock(), createBlock(unref(_sfc_main$N), {
|
|
43859
43859
|
ref_key: "dropdown",
|
|
43860
43860
|
ref: dropdown,
|
|
43861
43861
|
placement: "bottom-start",
|
|
@@ -43865,7 +43865,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
43865
43865
|
trigger: withCtx(() => [
|
|
43866
43866
|
createElementVNode("label", null, [
|
|
43867
43867
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
43868
|
-
createElementVNode("div", _hoisted_1$
|
|
43868
|
+
createElementVNode("div", _hoisted_1$p, [
|
|
43869
43869
|
_ctx.searchable && unref(open) ? (openBlock(), createBlock(unref(TextInput), {
|
|
43870
43870
|
key: 0,
|
|
43871
43871
|
ref_key: "searchInput",
|
|
@@ -43919,7 +43919,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
43919
43919
|
])
|
|
43920
43920
|
]),
|
|
43921
43921
|
default: withCtx(() => [
|
|
43922
|
-
createVNode(unref(_sfc_main$
|
|
43922
|
+
createVNode(unref(_sfc_main$R), {
|
|
43923
43923
|
class: "p-05",
|
|
43924
43924
|
style: normalizeStyle({ width: _ctx.fullWidth ? "100%" : "auto" })
|
|
43925
43925
|
}, {
|
|
@@ -43964,12 +43964,12 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
43964
43964
|
};
|
|
43965
43965
|
}
|
|
43966
43966
|
});
|
|
43967
|
-
const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
43968
|
-
const _hoisted_1$
|
|
43967
|
+
const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-94b45d29"]]);
|
|
43968
|
+
const _hoisted_1$o = {
|
|
43969
43969
|
class: "toolbar flex gap-025 pb-05 flex-wrap",
|
|
43970
43970
|
role: "toolbar"
|
|
43971
43971
|
};
|
|
43972
|
-
const _sfc_main$
|
|
43972
|
+
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
43973
43973
|
__name: "Toolbar",
|
|
43974
43974
|
props: {
|
|
43975
43975
|
config: {}
|
|
@@ -43999,7 +43999,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
43999
43999
|
}
|
|
44000
44000
|
return (_ctx, _cache) => {
|
|
44001
44001
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
44002
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
44002
|
+
return openBlock(), createElementBlock("div", _hoisted_1$o, [
|
|
44003
44003
|
createVNode(SelectInput, {
|
|
44004
44004
|
class: "m-0 w150",
|
|
44005
44005
|
options: ["Text", "Heading 1", "Heading 2", "Heading 3", "Heading 4", "Heading 5", "Heading 6", "Blockquote", "Code"],
|
|
@@ -44028,14 +44028,14 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
44028
44028
|
};
|
|
44029
44029
|
}
|
|
44030
44030
|
});
|
|
44031
|
-
const _hoisted_1$
|
|
44031
|
+
const _hoisted_1$n = { class: "rich-text-editor rounded pt-05 px-1 pb-1" };
|
|
44032
44032
|
const _hoisted_2$e = { class: "editor-container flex flex-stretch gap-1 m_column" };
|
|
44033
44033
|
const _hoisted_3$b = { class: "content-area radius-05 p-1 shadow-light w-100 grid" };
|
|
44034
44034
|
const _hoisted_4$7 = {
|
|
44035
44035
|
key: 0,
|
|
44036
44036
|
class: "preview-area w-100 radius-05 p-1"
|
|
44037
44037
|
};
|
|
44038
|
-
const _sfc_main$
|
|
44038
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
44039
44039
|
__name: "index",
|
|
44040
44040
|
props: {
|
|
44041
44041
|
modelValue: {},
|
|
@@ -44162,8 +44162,8 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
44162
44162
|
}
|
|
44163
44163
|
}
|
|
44164
44164
|
return (_ctx, _cache) => {
|
|
44165
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
44166
|
-
createVNode(_sfc_main$
|
|
44165
|
+
return openBlock(), createElementBlock("div", _hoisted_1$n, [
|
|
44166
|
+
createVNode(_sfc_main$u, {
|
|
44167
44167
|
config: config.value,
|
|
44168
44168
|
onAction: handleToolbarAction
|
|
44169
44169
|
}, null, 8, ["config"]),
|
|
@@ -44194,7 +44194,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
44194
44194
|
};
|
|
44195
44195
|
}
|
|
44196
44196
|
});
|
|
44197
|
-
const index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
44197
|
+
const index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-8f1898f5"]]);
|
|
44198
44198
|
/*!
|
|
44199
44199
|
* Signature Pad v5.0.3 | https://github.com/szimek/signature_pad
|
|
44200
44200
|
* (c) 2024 Szymon Nowak | Released under the MIT license
|
|
@@ -44788,7 +44788,7 @@ class SignaturePad extends SignatureEventTarget {
|
|
|
44788
44788
|
return svg.outerHTML;
|
|
44789
44789
|
}
|
|
44790
44790
|
}
|
|
44791
|
-
const _hoisted_1$
|
|
44791
|
+
const _hoisted_1$m = ["disabled"];
|
|
44792
44792
|
const _hoisted_2$d = {
|
|
44793
44793
|
key: 1,
|
|
44794
44794
|
placeholder: "required",
|
|
@@ -44796,7 +44796,7 @@ const _hoisted_2$d = {
|
|
|
44796
44796
|
required: "",
|
|
44797
44797
|
class: "pixel"
|
|
44798
44798
|
};
|
|
44799
|
-
const _sfc_main$
|
|
44799
|
+
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
44800
44800
|
__name: "SignaturePad",
|
|
44801
44801
|
props: /* @__PURE__ */ mergeModels({
|
|
44802
44802
|
sigOption: {},
|
|
@@ -44949,7 +44949,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
44949
44949
|
ref: vCanvas,
|
|
44950
44950
|
class: "canvas",
|
|
44951
44951
|
disabled: _ctx.disabled
|
|
44952
|
-
}, null, 8, _hoisted_1$
|
|
44952
|
+
}, null, 8, _hoisted_1$m),
|
|
44953
44953
|
_ctx.required && unref(_isEmpty) ? (openBlock(), createElementBlock("input", _hoisted_2$d)) : createCommentVNode("", true)
|
|
44954
44954
|
], 34);
|
|
44955
44955
|
};
|
|
@@ -47434,13 +47434,13 @@ const VueDraggableNext = defineComponent({
|
|
|
47434
47434
|
}
|
|
47435
47435
|
}
|
|
47436
47436
|
});
|
|
47437
|
-
const _hoisted_1$
|
|
47437
|
+
const _hoisted_1$l = ["title"];
|
|
47438
47438
|
const _hoisted_2$c = { class: "bagel-input" };
|
|
47439
47439
|
const _hoisted_3$a = { class: "table-side-scroll" };
|
|
47440
47440
|
const _hoisted_4$6 = { class: "table-header" };
|
|
47441
47441
|
const _hoisted_5$6 = { class: "table-reorder" };
|
|
47442
47442
|
const _hoisted_6$5 = { class: "table-action" };
|
|
47443
|
-
const _sfc_main$
|
|
47443
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
47444
47444
|
__name: "TableField",
|
|
47445
47445
|
props: {
|
|
47446
47446
|
description: { default: "" },
|
|
@@ -47580,11 +47580,11 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
47580
47580
|
])),
|
|
47581
47581
|
_: 1
|
|
47582
47582
|
})
|
|
47583
|
-
], 8, _hoisted_1$
|
|
47583
|
+
], 8, _hoisted_1$l);
|
|
47584
47584
|
};
|
|
47585
47585
|
}
|
|
47586
47586
|
});
|
|
47587
|
-
const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
47587
|
+
const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-a65c658c"]]);
|
|
47588
47588
|
function bind(fn3, thisArg) {
|
|
47589
47589
|
return function wrap2() {
|
|
47590
47590
|
return fn3.apply(thisArg, arguments);
|
|
@@ -52051,13 +52051,13 @@ function parsePhoneNumber$1() {
|
|
|
52051
52051
|
function parsePhoneNumber() {
|
|
52052
52052
|
return withMetadataArgument(parsePhoneNumber$1, arguments);
|
|
52053
52053
|
}
|
|
52054
|
-
const _hoisted_1$
|
|
52054
|
+
const _hoisted_1$k = ["aria-expanded"];
|
|
52055
52055
|
const _hoisted_2$b = { class: "p-075 tel-countryp-dropdown" };
|
|
52056
52056
|
const _hoisted_3$9 = ["aria-selected", "onClick", "onMousemove"];
|
|
52057
52057
|
const _hoisted_4$5 = { class: "tel-country" };
|
|
52058
52058
|
const _hoisted_5$5 = { key: 1 };
|
|
52059
52059
|
const _hoisted_6$4 = ["id", "required", "placeholder", "disabled", "autocomplete", "pattern", "minlength", "maxlength", "name", "readonly", "tabindex", "aria-describedby"];
|
|
52060
|
-
const _sfc_main$
|
|
52060
|
+
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
52061
52061
|
__name: "TelInput",
|
|
52062
52062
|
props: /* @__PURE__ */ mergeModels({
|
|
52063
52063
|
label: {},
|
|
@@ -52318,7 +52318,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
52318
52318
|
withKeys(reset, ["tab"])
|
|
52319
52319
|
]
|
|
52320
52320
|
}, [
|
|
52321
|
-
!computedDropDownOptions.value.hide ? (openBlock(), createBlock(unref(_sfc_main$
|
|
52321
|
+
!computedDropDownOptions.value.hide ? (openBlock(), createBlock(unref(_sfc_main$N), {
|
|
52322
52322
|
key: 0,
|
|
52323
52323
|
ref_key: "phoneDropdown",
|
|
52324
52324
|
ref: phoneDropdown,
|
|
@@ -52405,19 +52405,19 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
52405
52405
|
}, null, 44, _hoisted_6$4), [
|
|
52406
52406
|
[vModelText, phone.value]
|
|
52407
52407
|
])
|
|
52408
|
-
], 40, _hoisted_1$
|
|
52408
|
+
], 40, _hoisted_1$k)
|
|
52409
52409
|
])
|
|
52410
52410
|
], 2);
|
|
52411
52411
|
};
|
|
52412
52412
|
}
|
|
52413
52413
|
});
|
|
52414
|
-
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
52415
|
-
const _hoisted_1$
|
|
52414
|
+
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-627af458"]]);
|
|
52415
|
+
const _hoisted_1$j = ["title"];
|
|
52416
52416
|
const _hoisted_2$a = ["for"];
|
|
52417
52417
|
const _hoisted_3$8 = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
|
|
52418
52418
|
const _hoisted_4$4 = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
|
|
52419
52419
|
const _hoisted_5$4 = { key: 2 };
|
|
52420
|
-
const _sfc_main$
|
|
52420
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
52421
52421
|
__name: "TextInput",
|
|
52422
52422
|
props: {
|
|
52423
52423
|
id: {},
|
|
@@ -52548,15 +52548,15 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
52548
52548
|
key: 1,
|
|
52549
52549
|
icon: _ctx.icon
|
|
52550
52550
|
}, null, 8, ["icon"])) : createCommentVNode("", true)
|
|
52551
|
-
], 10, _hoisted_1$
|
|
52551
|
+
], 10, _hoisted_1$j);
|
|
52552
52552
|
};
|
|
52553
52553
|
}
|
|
52554
52554
|
});
|
|
52555
|
-
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
52556
|
-
const _hoisted_1$
|
|
52555
|
+
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-e5ae4283"]]);
|
|
52556
|
+
const _hoisted_1$i = ["title"];
|
|
52557
52557
|
const _hoisted_2$9 = ["id", "required"];
|
|
52558
52558
|
const _hoisted_3$7 = ["for"];
|
|
52559
|
-
const _sfc_main$
|
|
52559
|
+
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
52560
52560
|
__name: "ToggleInput",
|
|
52561
52561
|
props: /* @__PURE__ */ mergeModels({
|
|
52562
52562
|
label: {},
|
|
@@ -52600,20 +52600,20 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
52600
52600
|
createTextVNode(toDisplayString(_ctx.label), 1)
|
|
52601
52601
|
], true)
|
|
52602
52602
|
], 8, _hoisted_3$7)
|
|
52603
|
-
], 10, _hoisted_1$
|
|
52603
|
+
], 10, _hoisted_1$i);
|
|
52604
52604
|
};
|
|
52605
52605
|
}
|
|
52606
52606
|
});
|
|
52607
|
-
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
52608
|
-
const _hoisted_1$
|
|
52609
|
-
const _sfc_main$
|
|
52607
|
+
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-486451e5"]]);
|
|
52608
|
+
const _hoisted_1$h = { class: "m-0 pb-025 txt14 line-height-1" };
|
|
52609
|
+
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
52610
52610
|
__name: "BottomMenu",
|
|
52611
52611
|
props: {
|
|
52612
52612
|
navLinks: {}
|
|
52613
52613
|
},
|
|
52614
52614
|
setup(__props) {
|
|
52615
52615
|
return (_ctx, _cache) => {
|
|
52616
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
52616
|
+
return openBlock(), createBlock(unref(_sfc_main$R), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
|
|
52617
52617
|
default: withCtx(() => [
|
|
52618
52618
|
renderSlot(_ctx.$slots, "brand", {}, void 0, true),
|
|
52619
52619
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.navLinks, (nav2, i2) => {
|
|
@@ -52629,7 +52629,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
52629
52629
|
size: 1.4,
|
|
52630
52630
|
class: "m-0 line-height-14"
|
|
52631
52631
|
}, null, 8, ["icon"]),
|
|
52632
|
-
createElementVNode("p", _hoisted_1$
|
|
52632
|
+
createElementVNode("p", _hoisted_1$h, toDisplayString(nav2.label), 1)
|
|
52633
52633
|
]),
|
|
52634
52634
|
_: 2
|
|
52635
52635
|
}, 1032, ["to", "onClick"]);
|
|
@@ -52640,8 +52640,8 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
52640
52640
|
};
|
|
52641
52641
|
}
|
|
52642
52642
|
});
|
|
52643
|
-
const BottomMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
52644
|
-
const _sfc_main$
|
|
52643
|
+
const BottomMenu = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-557bcad0"]]);
|
|
52644
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
52645
52645
|
__name: "Layout",
|
|
52646
52646
|
props: {
|
|
52647
52647
|
gap: { default: 1 },
|
|
@@ -52682,9 +52682,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
52682
52682
|
};
|
|
52683
52683
|
}
|
|
52684
52684
|
});
|
|
52685
|
-
const Layout = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
52686
|
-
const _hoisted_1$
|
|
52687
|
-
const _sfc_main$
|
|
52685
|
+
const Layout = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-1814129a"]]);
|
|
52686
|
+
const _hoisted_1$g = { key: 0 };
|
|
52687
|
+
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
52688
52688
|
__name: "SidebarMenu",
|
|
52689
52689
|
props: {
|
|
52690
52690
|
navLinks: {},
|
|
@@ -52713,7 +52713,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
52713
52713
|
icon: "keyboard_arrow_right",
|
|
52714
52714
|
onClick: toggleMenu
|
|
52715
52715
|
}),
|
|
52716
|
-
createVNode(unref(_sfc_main$
|
|
52716
|
+
createVNode(unref(_sfc_main$R), { class: "py-1 px-05 h-100 flex column gap-05 rounded relative bg-primary font-light overflow-y" }, {
|
|
52717
52717
|
default: withCtx(() => [
|
|
52718
52718
|
!unref(isOpen) || !unref(slots)["brand-open"] ? renderSlot(_ctx.$slots, "brand", { key: 0 }, void 0, true) : createCommentVNode("", true),
|
|
52719
52719
|
unref(isOpen) ? renderSlot(_ctx.$slots, "brand-open", { key: 1 }, void 0, true) : createCommentVNode("", true),
|
|
@@ -52731,7 +52731,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
52731
52731
|
}, null, 8, ["icon"]),
|
|
52732
52732
|
createVNode(Transition, { name: "showP" }, {
|
|
52733
52733
|
default: withCtx(() => [
|
|
52734
|
-
_ctx.open ? (openBlock(), createElementBlock("p", _hoisted_1$
|
|
52734
|
+
_ctx.open ? (openBlock(), createElementBlock("p", _hoisted_1$g, toDisplayString(nav2.label), 1)) : createCommentVNode("", true)
|
|
52735
52735
|
]),
|
|
52736
52736
|
_: 2
|
|
52737
52737
|
}, 1024)
|
|
@@ -52759,7 +52759,37 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
52759
52759
|
};
|
|
52760
52760
|
}
|
|
52761
52761
|
});
|
|
52762
|
-
const SidebarMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
52762
|
+
const SidebarMenu = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-51cedd11"]]);
|
|
52763
|
+
const _hoisted_1$f = {
|
|
52764
|
+
key: 0,
|
|
52765
|
+
class: "skeleton-wrap"
|
|
52766
|
+
};
|
|
52767
|
+
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
52768
|
+
__name: "Skeleton",
|
|
52769
|
+
props: {
|
|
52770
|
+
count: { default: 1 },
|
|
52771
|
+
height: { default: "50px" },
|
|
52772
|
+
width: { default: "auto" },
|
|
52773
|
+
borderRadius: { default: "var(--skeleton-radius)" }
|
|
52774
|
+
},
|
|
52775
|
+
setup(__props) {
|
|
52776
|
+
const slots = useSlots();
|
|
52777
|
+
return (_ctx, _cache) => {
|
|
52778
|
+
return openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.count, (i2) => {
|
|
52779
|
+
return openBlock(), createElementBlock(Fragment$1, { key: i2 }, [
|
|
52780
|
+
unref(slots).default ? (openBlock(), createElementBlock("div", _hoisted_1$f, [
|
|
52781
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
52782
|
+
])) : (openBlock(), createElementBlock("div", {
|
|
52783
|
+
key: 1,
|
|
52784
|
+
class: "skeleton",
|
|
52785
|
+
style: normalizeStyle({ height: _ctx.height, width: _ctx.width, borderRadius: _ctx.borderRadius })
|
|
52786
|
+
}, null, 4))
|
|
52787
|
+
], 64);
|
|
52788
|
+
}), 128);
|
|
52789
|
+
};
|
|
52790
|
+
}
|
|
52791
|
+
});
|
|
52792
|
+
const Skeleton = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-a06bec19"]]);
|
|
52763
52793
|
const _hoisted_1$e = { class: "bgl_card tabs-top" };
|
|
52764
52794
|
const _hoisted_2$8 = { class: "tabs grid auto-flow-columns fit-content" };
|
|
52765
52795
|
const _hoisted_3$6 = ["onClick"];
|
|
@@ -53218,7 +53248,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
53218
53248
|
onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
|
|
53219
53249
|
onKeydown: withKeys(closeModal, ["esc"])
|
|
53220
53250
|
}, [
|
|
53221
|
-
createVNode(unref(_sfc_main$
|
|
53251
|
+
createVNode(unref(_sfc_main$R), {
|
|
53222
53252
|
class: "modal",
|
|
53223
53253
|
style: normalizeStyle({ ...maxWidth.value }),
|
|
53224
53254
|
onClick: _cache[0] || (_cache[0] = withModifiers(() => {
|
|
@@ -53394,7 +53424,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
53394
53424
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => emit2("update:visible", $event))
|
|
53395
53425
|
}, createSlots({
|
|
53396
53426
|
default: withCtx(() => [
|
|
53397
|
-
createVNode(unref(_sfc_main$
|
|
53427
|
+
createVNode(unref(_sfc_main$K), {
|
|
53398
53428
|
ref_key: "form",
|
|
53399
53429
|
ref: form,
|
|
53400
53430
|
modelValue: formData.value,
|
|
@@ -54044,7 +54074,8 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
54044
54074
|
schema: {},
|
|
54045
54075
|
showFields: {},
|
|
54046
54076
|
useServerSort: { type: Boolean, default: false },
|
|
54047
|
-
selectable: { type: Boolean, default: false }
|
|
54077
|
+
selectable: { type: Boolean, default: false },
|
|
54078
|
+
onLastItemVisible: {}
|
|
54048
54079
|
}, {
|
|
54049
54080
|
"loading": { default: false },
|
|
54050
54081
|
"loadingModifiers": {},
|
|
@@ -54058,7 +54089,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
54058
54089
|
emits: /* @__PURE__ */ mergeModels(["update:selectedItems", "orderBy", "select"], ["update:loading", "update:itemHeight", "update:selectedItems"]),
|
|
54059
54090
|
setup(__props, { emit: __emit }) {
|
|
54060
54091
|
useCssVars((_ctx) => ({
|
|
54061
|
-
"
|
|
54092
|
+
"ced4aeb8": unref(computedItemHiehgt)
|
|
54062
54093
|
}));
|
|
54063
54094
|
const emit2 = __emit;
|
|
54064
54095
|
const slots = useSlots();
|
|
@@ -54143,7 +54174,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
54143
54174
|
watch(
|
|
54144
54175
|
() => computedData.value.length,
|
|
54145
54176
|
(newLength, oldLength) => {
|
|
54146
|
-
if (newLength === oldLength) return;
|
|
54177
|
+
if (newLength === oldLength || __props.onLastItemVisible !== void 0) return;
|
|
54147
54178
|
scrollTo(0);
|
|
54148
54179
|
}
|
|
54149
54180
|
);
|
|
@@ -54175,6 +54206,18 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
54175
54206
|
const value = event.target.checked;
|
|
54176
54207
|
selectedItems.value = value ? computedData.value.map((d2) => d2.id) : [];
|
|
54177
54208
|
}
|
|
54209
|
+
const lastItem = ref();
|
|
54210
|
+
let observer;
|
|
54211
|
+
onMounted(() => {
|
|
54212
|
+
if (__props.onLastItemVisible === void 0) return;
|
|
54213
|
+
observer = new IntersectionObserver(([entry]) => {
|
|
54214
|
+
if (entry.isIntersecting && computedData.value.length) __props.onLastItemVisible();
|
|
54215
|
+
});
|
|
54216
|
+
if (lastItem.value) observer.observe(lastItem.value);
|
|
54217
|
+
});
|
|
54218
|
+
onUnmounted(() => {
|
|
54219
|
+
observer == null ? void 0 : observer.disconnect();
|
|
54220
|
+
});
|
|
54178
54221
|
return (_ctx, _cache) => {
|
|
54179
54222
|
return openBlock(), createElementBlock("div", mergeProps({ class: "table-list-wrap h-100" }, unref(containerProps), {
|
|
54180
54223
|
class: { "loading-table": loading.value }
|
|
@@ -54245,7 +54288,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
54245
54288
|
row,
|
|
54246
54289
|
field
|
|
54247
54290
|
}, void 0, true) : (openBlock(), createElementBlock("div", _hoisted_10$1, [
|
|
54248
|
-
createVNode(unref(_sfc_main$
|
|
54291
|
+
createVNode(unref(_sfc_main$L), {
|
|
54249
54292
|
class: "embedded-field",
|
|
54250
54293
|
field,
|
|
54251
54294
|
modelValue: row,
|
|
@@ -54255,7 +54298,12 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
54255
54298
|
]);
|
|
54256
54299
|
}), 128))
|
|
54257
54300
|
], 10, _hoisted_7$1);
|
|
54258
|
-
}), 128))
|
|
54301
|
+
}), 128)),
|
|
54302
|
+
_ctx.onLastItemVisible !== void 0 ? (openBlock(), createElementBlock("tr", {
|
|
54303
|
+
key: 0,
|
|
54304
|
+
ref_key: "lastItem",
|
|
54305
|
+
ref: lastItem
|
|
54306
|
+
}, null, 512)) : createCommentVNode("", true)
|
|
54259
54307
|
])
|
|
54260
54308
|
])
|
|
54261
54309
|
], 16))
|
|
@@ -54263,7 +54311,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
54263
54311
|
};
|
|
54264
54312
|
}
|
|
54265
54313
|
});
|
|
54266
|
-
const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
54314
|
+
const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-54f3c477"]]);
|
|
54267
54315
|
const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
54268
54316
|
__name: "Title",
|
|
54269
54317
|
props: {
|
|
@@ -55393,7 +55441,7 @@ function frmRow(...children2) {
|
|
|
55393
55441
|
function bglForm(idOrField, ...schema) {
|
|
55394
55442
|
if (typeof idOrField === "string") {
|
|
55395
55443
|
return {
|
|
55396
|
-
$el: markRaw(_sfc_main$
|
|
55444
|
+
$el: markRaw(_sfc_main$K),
|
|
55397
55445
|
id: idOrField,
|
|
55398
55446
|
attrs: {
|
|
55399
55447
|
schema: [idOrField, ...schema]
|
|
@@ -55401,7 +55449,7 @@ function bglForm(idOrField, ...schema) {
|
|
|
55401
55449
|
};
|
|
55402
55450
|
}
|
|
55403
55451
|
return {
|
|
55404
|
-
$el: markRaw(_sfc_main$
|
|
55452
|
+
$el: markRaw(_sfc_main$K),
|
|
55405
55453
|
attrs: {
|
|
55406
55454
|
schema: [idOrField, ...schema]
|
|
55407
55455
|
}
|
|
@@ -56006,29 +56054,29 @@ const IMAGE_FORMATS_REGEXP = new RegExp(`(${IMAGE_FORMATS.join("|")})$`, "i");
|
|
|
56006
56054
|
const VIDEO_FORMATS = ["mp4", "webm", "ogg", "mov", "avi", "flv", "wmv", "mkv", "ts", "m3u8"];
|
|
56007
56055
|
const VIDEO_FORMATS_REGEXP = new RegExp(`(${VIDEO_FORMATS.join("|")})$`, "i");
|
|
56008
56056
|
export {
|
|
56009
|
-
_sfc_main$
|
|
56057
|
+
_sfc_main$Z as Accordion,
|
|
56010
56058
|
AccordionItem,
|
|
56011
|
-
_sfc_main$
|
|
56059
|
+
_sfc_main$X as AddressSearch,
|
|
56012
56060
|
Alert,
|
|
56013
56061
|
Avatar,
|
|
56014
56062
|
Badge,
|
|
56015
|
-
_sfc_main$
|
|
56063
|
+
_sfc_main$K as BagelForm,
|
|
56016
56064
|
BagelVue,
|
|
56017
|
-
_sfc_main$
|
|
56018
|
-
_sfc_main$
|
|
56019
|
-
_sfc_main$
|
|
56065
|
+
_sfc_main$L as BglField,
|
|
56066
|
+
_sfc_main$K as BglForm,
|
|
56067
|
+
_sfc_main$J as BglMultiStepForm,
|
|
56020
56068
|
BglVideo,
|
|
56021
56069
|
BottomMenu,
|
|
56022
56070
|
Btn,
|
|
56023
|
-
_sfc_main$
|
|
56071
|
+
_sfc_main$R as Card,
|
|
56024
56072
|
Carousel,
|
|
56025
56073
|
CheckInput,
|
|
56026
56074
|
Checkbox,
|
|
56027
|
-
_sfc_main$
|
|
56075
|
+
_sfc_main$G as ColorPicker,
|
|
56028
56076
|
DataPreview,
|
|
56029
|
-
_sfc_main$
|
|
56030
|
-
_sfc_main$
|
|
56031
|
-
_sfc_main$
|
|
56077
|
+
_sfc_main$F as DateInput,
|
|
56078
|
+
_sfc_main$E as DatePicker,
|
|
56079
|
+
_sfc_main$N as Dropdown,
|
|
56032
56080
|
$el as FileUpload,
|
|
56033
56081
|
Flag,
|
|
56034
56082
|
IMAGE_FORMATS,
|
|
@@ -56036,7 +56084,7 @@ export {
|
|
|
56036
56084
|
_sfc_main$c as Icon,
|
|
56037
56085
|
JSONInput,
|
|
56038
56086
|
Layout,
|
|
56039
|
-
_sfc_main$
|
|
56087
|
+
_sfc_main$P as Lineart,
|
|
56040
56088
|
_sfc_main$f as ListItem,
|
|
56041
56089
|
ListView,
|
|
56042
56090
|
_sfc_main$d as MapEmbed,
|
|
@@ -56048,17 +56096,18 @@ export {
|
|
|
56048
56096
|
NavBar,
|
|
56049
56097
|
OTP,
|
|
56050
56098
|
_sfc_main$7 as PageTitle,
|
|
56051
|
-
_sfc_main$
|
|
56099
|
+
_sfc_main$A as PasswordInput,
|
|
56052
56100
|
Pill,
|
|
56053
56101
|
RadioGroup,
|
|
56054
56102
|
RadioPillsInput,
|
|
56055
56103
|
RangeInput,
|
|
56056
|
-
_sfc_main$
|
|
56104
|
+
_sfc_main$w as RichText,
|
|
56057
56105
|
index$1 as RichText2,
|
|
56058
56106
|
RouterWrapper,
|
|
56059
56107
|
SelectInput,
|
|
56060
56108
|
SidebarMenu,
|
|
56061
|
-
_sfc_main$
|
|
56109
|
+
_sfc_main$s as SignaturePad,
|
|
56110
|
+
Skeleton,
|
|
56062
56111
|
TabbedLayout,
|
|
56063
56112
|
TableField,
|
|
56064
56113
|
TableSchema,
|