@bagelink/vue 0.0.821 → 0.0.825
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 +29 -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 +223 -173
- package/dist/index.mjs +223 -173
- package/dist/style.css +75 -47
- package/package.json +1 -1
- package/src/components/TableSchema.vue +17 -2
- package/src/components/layout/Skeleton.vue +56 -0
- package/src/components/layout/index.ts +1 -0
- package/src/styles/theme.css +5 -1
package/dist/index.cjs
CHANGED
|
@@ -40,7 +40,7 @@ const bagelFormUtils = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defi
|
|
|
40
40
|
return txtField;
|
|
41
41
|
}
|
|
42
42
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
43
|
-
const _sfc_main$
|
|
43
|
+
const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
44
44
|
__name: "Accordion",
|
|
45
45
|
setup(__props) {
|
|
46
46
|
const state2 = vue.reactive({
|
|
@@ -54,10 +54,10 @@ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
|
54
54
|
};
|
|
55
55
|
}
|
|
56
56
|
});
|
|
57
|
-
const _hoisted_1$
|
|
57
|
+
const _hoisted_1$N = ["aria-expanded", "aria-controls"];
|
|
58
58
|
const _hoisted_2$w = { class: "accordion-label" };
|
|
59
59
|
const _hoisted_3$m = ["id", "aria-hidden"];
|
|
60
|
-
const _sfc_main$
|
|
60
|
+
const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
61
61
|
__name: "AccordionItem",
|
|
62
62
|
props: {
|
|
63
63
|
label: {},
|
|
@@ -133,7 +133,7 @@ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
|
133
133
|
}, [
|
|
134
134
|
vue.createVNode(vue.unref(_sfc_main$c), { icon: computedIcon.value }, null, 8, ["icon"])
|
|
135
135
|
], 2)) : vue.createCommentVNode("", true)
|
|
136
|
-
], 8, _hoisted_1$
|
|
136
|
+
], 8, _hoisted_1$N),
|
|
137
137
|
vue.createVNode(vue.Transition, { name: "expand" }, {
|
|
138
138
|
default: vue.withCtx(() => [
|
|
139
139
|
vue.unref(isOpen) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -158,9 +158,9 @@ const _export_sfc = (sfc, props2) => {
|
|
|
158
158
|
}
|
|
159
159
|
return target;
|
|
160
160
|
};
|
|
161
|
-
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
162
|
-
const _hoisted_1$
|
|
163
|
-
const _sfc_main$
|
|
161
|
+
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-9d8335fa"]]);
|
|
162
|
+
const _hoisted_1$M = { class: "relative" };
|
|
163
|
+
const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
164
164
|
__name: "AddressSearch",
|
|
165
165
|
emits: ["addressSelected"],
|
|
166
166
|
setup(__props, { emit: __emit }) {
|
|
@@ -182,8 +182,8 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
|
182
182
|
(_a2 = suggestion.value) == null ? void 0 : _a2.show();
|
|
183
183
|
}
|
|
184
184
|
return (_ctx, _cache) => {
|
|
185
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
186
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
185
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$M, [
|
|
186
|
+
vue.createVNode(vue.unref(_sfc_main$N), {
|
|
187
187
|
ref_key: "suggestion",
|
|
188
188
|
ref: suggestion,
|
|
189
189
|
noAutoFocus: true,
|
|
@@ -218,7 +218,7 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
|
218
218
|
};
|
|
219
219
|
}
|
|
220
220
|
});
|
|
221
|
-
const _hoisted_1$
|
|
221
|
+
const _hoisted_1$L = {
|
|
222
222
|
key: 0,
|
|
223
223
|
class: "loading"
|
|
224
224
|
};
|
|
@@ -226,7 +226,7 @@ const _hoisted_2$v = {
|
|
|
226
226
|
key: 1,
|
|
227
227
|
class: "bgl_btn-flex"
|
|
228
228
|
};
|
|
229
|
-
const _sfc_main$
|
|
229
|
+
const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
230
230
|
__name: "Btn",
|
|
231
231
|
props: {
|
|
232
232
|
disabled: { type: Boolean, default: false },
|
|
@@ -321,7 +321,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
321
321
|
onClick: vue.withModifiers(_ctx.onClick, ["stop"])
|
|
322
322
|
}, {
|
|
323
323
|
default: vue.withCtx(() => [
|
|
324
|
-
_ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
324
|
+
_ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$L)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$v, [
|
|
325
325
|
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$c), {
|
|
326
326
|
key: 0,
|
|
327
327
|
icon: _ctx.icon
|
|
@@ -341,10 +341,10 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
341
341
|
};
|
|
342
342
|
}
|
|
343
343
|
});
|
|
344
|
-
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
345
|
-
const _hoisted_1$
|
|
344
|
+
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-c00fb1b9"]]);
|
|
345
|
+
const _hoisted_1$K = ["dismissable"];
|
|
346
346
|
const _hoisted_2$u = { class: "m-0" };
|
|
347
|
-
const _sfc_main$
|
|
347
|
+
const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
348
348
|
__name: "Alert",
|
|
349
349
|
props: {
|
|
350
350
|
message: {},
|
|
@@ -380,13 +380,13 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
380
380
|
icon: "close",
|
|
381
381
|
onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
|
|
382
382
|
})
|
|
383
|
-
], 10, _hoisted_1$
|
|
383
|
+
], 10, _hoisted_1$K)) : vue.createCommentVNode("", true);
|
|
384
384
|
};
|
|
385
385
|
}
|
|
386
386
|
});
|
|
387
|
-
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
388
|
-
const _hoisted_1$
|
|
389
|
-
const _sfc_main$
|
|
387
|
+
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-57141c32"]]);
|
|
388
|
+
const _hoisted_1$J = ["src", "alt"];
|
|
389
|
+
const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
390
390
|
__name: "Avatar",
|
|
391
391
|
props: {
|
|
392
392
|
fallback: {},
|
|
@@ -404,7 +404,7 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
|
404
404
|
key: 0,
|
|
405
405
|
src: _ctx.src,
|
|
406
406
|
alt: _ctx.name
|
|
407
|
-
}, null, 8, _hoisted_1$
|
|
407
|
+
}, null, 8, _hoisted_1$J)) : (vue.openBlock(), vue.createElementBlock("p", {
|
|
408
408
|
key: 1,
|
|
409
409
|
style: vue.normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
|
|
410
410
|
}, vue.toDisplayString((_ctx.fallback || vue.unref(initials)(_ctx.name || "")).toUpperCase()), 5))
|
|
@@ -412,8 +412,8 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
|
412
412
|
};
|
|
413
413
|
}
|
|
414
414
|
});
|
|
415
|
-
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
416
|
-
const _sfc_main$
|
|
415
|
+
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-46ad8c25"]]);
|
|
416
|
+
const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
417
417
|
__name: "Badge",
|
|
418
418
|
props: {
|
|
419
419
|
color: {},
|
|
@@ -444,10 +444,10 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
|
444
444
|
};
|
|
445
445
|
}
|
|
446
446
|
});
|
|
447
|
-
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
448
|
-
const _hoisted_1$
|
|
447
|
+
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-1b4c8cfe"]]);
|
|
448
|
+
const _hoisted_1$I = ["src"];
|
|
449
449
|
const _hoisted_2$t = ["src", "autoplay", "muted", "loop", "controls"];
|
|
450
|
-
const _sfc_main$
|
|
450
|
+
const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
451
451
|
__name: "BglVideo",
|
|
452
452
|
props: {
|
|
453
453
|
src: {},
|
|
@@ -501,7 +501,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
501
501
|
allowfullscreen: "",
|
|
502
502
|
title: "Video",
|
|
503
503
|
allow: "autoplay"
|
|
504
|
-
}, null, 12, _hoisted_1$
|
|
504
|
+
}, null, 12, _hoisted_1$I)) : _ctx.src ? (vue.openBlock(), vue.createElementBlock("video", {
|
|
505
505
|
key: 1,
|
|
506
506
|
src: _ctx.src,
|
|
507
507
|
autoplay: _ctx.autoplay,
|
|
@@ -515,12 +515,12 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
515
515
|
};
|
|
516
516
|
}
|
|
517
517
|
});
|
|
518
|
-
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
519
|
-
const _hoisted_1$
|
|
518
|
+
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-30c80244"]]);
|
|
519
|
+
const _hoisted_1$H = {
|
|
520
520
|
key: 0,
|
|
521
521
|
class: "card_label"
|
|
522
522
|
};
|
|
523
|
-
const _sfc_main$
|
|
523
|
+
const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
524
524
|
__name: "Card",
|
|
525
525
|
props: {
|
|
526
526
|
label: {},
|
|
@@ -548,7 +548,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
548
548
|
}])
|
|
549
549
|
}, {
|
|
550
550
|
default: vue.withCtx(() => [
|
|
551
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$
|
|
551
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$H, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
|
|
552
552
|
vue.renderSlot(_ctx.$slots, "default")
|
|
553
553
|
]),
|
|
554
554
|
_: 3
|
|
@@ -556,12 +556,12 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
556
556
|
};
|
|
557
557
|
}
|
|
558
558
|
});
|
|
559
|
-
const _hoisted_1$
|
|
559
|
+
const _hoisted_1$G = {
|
|
560
560
|
key: 0,
|
|
561
561
|
class: "blocker"
|
|
562
562
|
};
|
|
563
563
|
const _hoisted_2$s = { class: "Handlers" };
|
|
564
|
-
const _sfc_main$
|
|
564
|
+
const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
565
565
|
__name: "Carousel",
|
|
566
566
|
props: {
|
|
567
567
|
autoHeight: {
|
|
@@ -750,7 +750,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
|
750
750
|
onScroll: scrollEnd,
|
|
751
751
|
onMousedown: startDragging
|
|
752
752
|
}, [
|
|
753
|
-
vue.unref(isDragging) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
753
|
+
vue.unref(isDragging) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$G)) : vue.createCommentVNode("", true),
|
|
754
754
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
755
755
|
], 38),
|
|
756
756
|
vue.createElementVNode("div", _hoisted_2$s, [
|
|
@@ -771,7 +771,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
|
771
771
|
};
|
|
772
772
|
}
|
|
773
773
|
});
|
|
774
|
-
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
774
|
+
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-e588f5a7"]]);
|
|
775
775
|
function _isPlaceholder(a2) {
|
|
776
776
|
return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
|
|
777
777
|
}
|
|
@@ -6712,13 +6712,13 @@ var script = vue.defineComponent({
|
|
|
6712
6712
|
return { bar, canvas, direction, mouse };
|
|
6713
6713
|
}
|
|
6714
6714
|
});
|
|
6715
|
-
const _hoisted_1$
|
|
6715
|
+
const _hoisted_1$F = {
|
|
6716
6716
|
key: 0,
|
|
6717
6717
|
class: "layer-hover-bar"
|
|
6718
6718
|
};
|
|
6719
6719
|
const _hoisted_2$r = ["x", "y", "width", "height"];
|
|
6720
6720
|
function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6721
|
-
return _ctx.mouse.hover ? (vue.openBlock(), vue.createElementBlock("g", _hoisted_1$
|
|
6721
|
+
return _ctx.mouse.hover ? (vue.openBlock(), vue.createElementBlock("g", _hoisted_1$F, [
|
|
6722
6722
|
vue.createElementVNode("rect", vue.mergeProps({ class: "hover-bar" }, _ctx.barStyle, {
|
|
6723
6723
|
x: _ctx.bar.x,
|
|
6724
6724
|
y: _ctx.bar.y,
|
|
@@ -6730,7 +6730,7 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6730
6730
|
script.render = render$e;
|
|
6731
6731
|
script.__file = "src/components/HoverBar/index.vue";
|
|
6732
6732
|
const BRAND_COLOR = "var(--bgl-primary)";
|
|
6733
|
-
const _sfc_main$
|
|
6733
|
+
const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
6734
6734
|
__name: "Lineart",
|
|
6735
6735
|
props: {
|
|
6736
6736
|
data: {},
|
|
@@ -6870,7 +6870,7 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
6870
6870
|
};
|
|
6871
6871
|
}
|
|
6872
6872
|
});
|
|
6873
|
-
const _hoisted_1$
|
|
6873
|
+
const _hoisted_1$E = {
|
|
6874
6874
|
key: 0,
|
|
6875
6875
|
class: "data"
|
|
6876
6876
|
};
|
|
@@ -6891,7 +6891,7 @@ const _hoisted_9$3 = {
|
|
|
6891
6891
|
key: 0,
|
|
6892
6892
|
class: "m-0"
|
|
6893
6893
|
};
|
|
6894
|
-
const _sfc_main$
|
|
6894
|
+
const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
6895
6895
|
__name: "DataPreview",
|
|
6896
6896
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
6897
6897
|
showFields: {},
|
|
@@ -6927,7 +6927,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
6927
6927
|
const computedSchema = vue.computed(() => getFallbackSchema([itemData.value], props2.showFields));
|
|
6928
6928
|
return (_ctx, _cache) => {
|
|
6929
6929
|
var _a2;
|
|
6930
|
-
return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6930
|
+
return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$E, [
|
|
6931
6931
|
_ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$3), {
|
|
6932
6932
|
key: 0,
|
|
6933
6933
|
label: _ctx.title
|
|
@@ -6940,7 +6940,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
6940
6940
|
vue.createElementVNode("div", _hoisted_3$k, [
|
|
6941
6941
|
vue.createElementVNode("p", _hoisted_4$e, vue.toDisplayString((field == null ? void 0 : field.label) || vue.unref(keyToLabel)(field.id)), 1)
|
|
6942
6942
|
]),
|
|
6943
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
6943
|
+
vue.createVNode(vue.unref(_sfc_main$L), {
|
|
6944
6944
|
modelValue: itemData.value,
|
|
6945
6945
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => itemData.value = $event),
|
|
6946
6946
|
label: "",
|
|
@@ -6969,7 +6969,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
6969
6969
|
};
|
|
6970
6970
|
}
|
|
6971
6971
|
});
|
|
6972
|
-
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6972
|
+
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-6c27f163"]]);
|
|
6973
6973
|
const sides = ["top", "right", "bottom", "left"];
|
|
6974
6974
|
const alignments = ["start", "end"];
|
|
6975
6975
|
const placements$1 = /* @__PURE__ */ sides.reduce((acc, side) => acc.concat(side, side + "-" + alignments[0], side + "-" + alignments[1]), []);
|
|
@@ -9511,7 +9511,7 @@ const Gt$1 = {
|
|
|
9511
9511
|
install: Ct$1,
|
|
9512
9512
|
options: h
|
|
9513
9513
|
};
|
|
9514
|
-
const _sfc_main$
|
|
9514
|
+
const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
9515
9515
|
__name: "Dropdown",
|
|
9516
9516
|
props: {
|
|
9517
9517
|
value: {},
|
|
@@ -9568,7 +9568,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
9568
9568
|
};
|
|
9569
9569
|
}
|
|
9570
9570
|
});
|
|
9571
|
-
const _sfc_main$
|
|
9571
|
+
const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
9572
9572
|
__name: "Flag",
|
|
9573
9573
|
props: {
|
|
9574
9574
|
country: {},
|
|
@@ -9598,8 +9598,8 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
9598
9598
|
};
|
|
9599
9599
|
}
|
|
9600
9600
|
});
|
|
9601
|
-
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9602
|
-
const _sfc_main$
|
|
9601
|
+
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-f99f1900"]]);
|
|
9602
|
+
const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
9603
9603
|
__name: "BglField",
|
|
9604
9604
|
props: {
|
|
9605
9605
|
field: {},
|
|
@@ -9619,9 +9619,9 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
9619
9619
|
if (props2.field.$el === "select") return SelectInput;
|
|
9620
9620
|
if (props2.field.$el === "toggle") return ToggleInput;
|
|
9621
9621
|
if (props2.field.$el === "check") return CheckInput;
|
|
9622
|
-
if (props2.field.$el === "richtext") return _sfc_main$
|
|
9622
|
+
if (props2.field.$el === "richtext") return _sfc_main$w;
|
|
9623
9623
|
if (props2.field.$el === "file") return $el;
|
|
9624
|
-
if (props2.field.$el === "date") return _sfc_main$
|
|
9624
|
+
if (props2.field.$el === "date") return _sfc_main$F;
|
|
9625
9625
|
return props2.field.$el ?? "div";
|
|
9626
9626
|
});
|
|
9627
9627
|
const formData = vue.computed({
|
|
@@ -9706,7 +9706,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
9706
9706
|
};
|
|
9707
9707
|
}
|
|
9708
9708
|
});
|
|
9709
|
-
const _sfc_main$
|
|
9709
|
+
const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
9710
9710
|
__name: "BglForm",
|
|
9711
9711
|
props: {
|
|
9712
9712
|
label: {},
|
|
@@ -9804,7 +9804,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
9804
9804
|
label: _ctx.label
|
|
9805
9805
|
}, null, 8, ["label"])) : vue.createCommentVNode("", true),
|
|
9806
9806
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(computedSchema.value, (field, i2) => {
|
|
9807
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
9807
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$L), {
|
|
9808
9808
|
key: field.id || `${i2}p`,
|
|
9809
9809
|
modelValue: vue.unref(data2),
|
|
9810
9810
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(data2) ? data2.value = $event : data2 = $event),
|
|
@@ -9828,7 +9828,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
9828
9828
|
label: _ctx.label
|
|
9829
9829
|
}, null, 8, ["label"])) : vue.createCommentVNode("", true),
|
|
9830
9830
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(computedSchema.value, (field, i2) => {
|
|
9831
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
9831
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$L), {
|
|
9832
9832
|
key: field.id || `${i2}p`,
|
|
9833
9833
|
modelValue: vue.unref(data2),
|
|
9834
9834
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(data2) ? data2.value = $event : data2 = $event),
|
|
@@ -9847,8 +9847,8 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
9847
9847
|
};
|
|
9848
9848
|
}
|
|
9849
9849
|
});
|
|
9850
|
-
const _hoisted_1$
|
|
9851
|
-
const _sfc_main$
|
|
9850
|
+
const _hoisted_1$D = { key: 0 };
|
|
9851
|
+
const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
9852
9852
|
__name: "BglMultiStepForm",
|
|
9853
9853
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
9854
9854
|
bagelFormProps: { default: () => ({}) },
|
|
@@ -9915,8 +9915,8 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
9915
9915
|
mode: "out-in"
|
|
9916
9916
|
}, {
|
|
9917
9917
|
default: vue.withCtx(() => [
|
|
9918
|
-
!vue.unref(isStepping) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
9919
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
9918
|
+
!vue.unref(isStepping) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$D, [
|
|
9919
|
+
vue.createVNode(vue.unref(_sfc_main$K), vue.mergeProps({
|
|
9920
9920
|
ref_key: "formRef",
|
|
9921
9921
|
ref: formRef,
|
|
9922
9922
|
modelValue: formData.value,
|
|
@@ -9955,8 +9955,8 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
9955
9955
|
};
|
|
9956
9956
|
}
|
|
9957
9957
|
});
|
|
9958
|
-
const _hoisted_1$
|
|
9959
|
-
const _sfc_main$
|
|
9958
|
+
const _hoisted_1$C = { class: "primary-checkbox" };
|
|
9959
|
+
const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
9960
9960
|
__name: "Checkbox",
|
|
9961
9961
|
props: {
|
|
9962
9962
|
"modelValue": { type: Boolean, ...{ default: false } },
|
|
@@ -9966,7 +9966,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
9966
9966
|
setup(__props) {
|
|
9967
9967
|
const val = vue.useModel(__props, "modelValue");
|
|
9968
9968
|
return (_ctx, _cache) => {
|
|
9969
|
-
return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$
|
|
9969
|
+
return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$C, [
|
|
9970
9970
|
vue.renderSlot(_ctx.$slots, "label", {}, void 0, true),
|
|
9971
9971
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
9972
9972
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
|
|
@@ -9978,11 +9978,11 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
9978
9978
|
};
|
|
9979
9979
|
}
|
|
9980
9980
|
});
|
|
9981
|
-
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9982
|
-
const _hoisted_1$
|
|
9981
|
+
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-73f1d9ad"]]);
|
|
9982
|
+
const _hoisted_1$B = ["title"];
|
|
9983
9983
|
const _hoisted_2$p = ["id", "value", "required"];
|
|
9984
9984
|
const _hoisted_3$j = ["for"];
|
|
9985
|
-
const _sfc_main$
|
|
9985
|
+
const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
9986
9986
|
__name: "CheckInput",
|
|
9987
9987
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
9988
9988
|
label: {},
|
|
@@ -10024,14 +10024,14 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
10024
10024
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
10025
10025
|
], true)
|
|
10026
10026
|
], 8, _hoisted_3$j)
|
|
10027
|
-
], 10, _hoisted_1$
|
|
10027
|
+
], 10, _hoisted_1$B);
|
|
10028
10028
|
};
|
|
10029
10029
|
}
|
|
10030
10030
|
});
|
|
10031
|
-
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10032
|
-
const _hoisted_1$
|
|
10031
|
+
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-03ed2982"]]);
|
|
10032
|
+
const _hoisted_1$A = ["title"];
|
|
10033
10033
|
const _hoisted_2$o = ["id", "placeholder", "required"];
|
|
10034
|
-
const _sfc_main$
|
|
10034
|
+
const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
10035
10035
|
__name: "ColorPicker",
|
|
10036
10036
|
props: {
|
|
10037
10037
|
label: {},
|
|
@@ -10073,7 +10073,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
10073
10073
|
[vue.vModelText, inputVal.value]
|
|
10074
10074
|
])
|
|
10075
10075
|
])
|
|
10076
|
-
], 10, _hoisted_1$
|
|
10076
|
+
], 10, _hoisted_1$A)) : vue.createCommentVNode("", true);
|
|
10077
10077
|
};
|
|
10078
10078
|
}
|
|
10079
10079
|
});
|
|
@@ -18516,9 +18516,9 @@ const eo = ({
|
|
|
18516
18516
|
Object.entries(go).forEach(([e, t]) => {
|
|
18517
18517
|
e !== "default" && (Hn[e] = t);
|
|
18518
18518
|
});
|
|
18519
|
-
const _hoisted_1$
|
|
18519
|
+
const _hoisted_1$z = ["title"];
|
|
18520
18520
|
const _hoisted_2$n = { key: 0 };
|
|
18521
|
-
const _sfc_main$
|
|
18521
|
+
const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
18522
18522
|
__name: "DateInput",
|
|
18523
18523
|
props: {
|
|
18524
18524
|
required: { type: Boolean },
|
|
@@ -18576,11 +18576,11 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
18576
18576
|
"minutes-grid-increment": _ctx.minutesGridIncrement,
|
|
18577
18577
|
"start-time": { hours: 8, minutes: 0 }
|
|
18578
18578
|
}), null, 16, ["modelValue", "required", "enable-time-picker", "allowed-dates", "time-picker-inline", "minutes-increment", "minutes-grid-increment"])
|
|
18579
|
-
], 10, _hoisted_1$
|
|
18579
|
+
], 10, _hoisted_1$z);
|
|
18580
18580
|
};
|
|
18581
18581
|
}
|
|
18582
18582
|
});
|
|
18583
|
-
const _hoisted_1$
|
|
18583
|
+
const _hoisted_1$y = { class: "datetime-wrap" };
|
|
18584
18584
|
const _hoisted_2$m = { class: "date-wrap" };
|
|
18585
18585
|
const _hoisted_3$i = {
|
|
18586
18586
|
key: 0,
|
|
@@ -18588,7 +18588,7 @@ const _hoisted_3$i = {
|
|
|
18588
18588
|
};
|
|
18589
18589
|
const _hoisted_4$d = ["id", "name", "value"];
|
|
18590
18590
|
const _hoisted_5$b = ["for"];
|
|
18591
|
-
const _sfc_main$
|
|
18591
|
+
const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
18592
18592
|
__name: "DatePicker",
|
|
18593
18593
|
props: {
|
|
18594
18594
|
label: {},
|
|
@@ -18616,7 +18616,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
18616
18616
|
return `${hour}:${minute}`;
|
|
18617
18617
|
});
|
|
18618
18618
|
return (_ctx, _cache) => {
|
|
18619
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
18619
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$y, [
|
|
18620
18620
|
vue.createElementVNode("div", _hoisted_2$m, [
|
|
18621
18621
|
vue.createVNode(vue.unref(Hn), vue.mergeProps({
|
|
18622
18622
|
modelValue: selectedDate.value,
|
|
@@ -18657,7 +18657,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
18657
18657
|
};
|
|
18658
18658
|
}
|
|
18659
18659
|
});
|
|
18660
|
-
const _hoisted_1$
|
|
18660
|
+
const _hoisted_1$x = { class: "bagel-input" };
|
|
18661
18661
|
const _hoisted_2$l = {
|
|
18662
18662
|
key: 0,
|
|
18663
18663
|
class: "bgl-multi-preview"
|
|
@@ -18686,7 +18686,7 @@ const _hoisted_12 = {
|
|
|
18686
18686
|
};
|
|
18687
18687
|
const _hoisted_13 = ["src"];
|
|
18688
18688
|
const _hoisted_14 = { class: "p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05" };
|
|
18689
|
-
const _sfc_main$
|
|
18689
|
+
const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
18690
18690
|
__name: "FileUpload",
|
|
18691
18691
|
props: {
|
|
18692
18692
|
label: {},
|
|
@@ -18842,7 +18842,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
18842
18842
|
return (_ctx, _cache) => {
|
|
18843
18843
|
const _directive_lightbox = vue.resolveDirective("lightbox");
|
|
18844
18844
|
const _directive_tooltip = vue.resolveDirective("tooltip");
|
|
18845
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
18845
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$x, [
|
|
18846
18846
|
vue.createElementVNode("label", null, vue.toDisplayString(_ctx.label), 1),
|
|
18847
18847
|
vue.createElementVNode("div", {
|
|
18848
18848
|
class: vue.normalizeClass(["fileUploadWrap", {
|
|
@@ -19002,11 +19002,11 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
19002
19002
|
};
|
|
19003
19003
|
}
|
|
19004
19004
|
});
|
|
19005
|
-
const $el = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19006
|
-
const _hoisted_1$
|
|
19005
|
+
const $el = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-bfb0bd63"]]);
|
|
19006
|
+
const _hoisted_1$w = ["title"];
|
|
19007
19007
|
const _hoisted_2$k = { key: 0 };
|
|
19008
19008
|
const _hoisted_3$g = ["value", "placeholder"];
|
|
19009
|
-
const _sfc_main$
|
|
19009
|
+
const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
19010
19010
|
__name: "JSONInput",
|
|
19011
19011
|
props: {
|
|
19012
19012
|
description: { default: "" },
|
|
@@ -19038,13 +19038,13 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
19038
19038
|
placeholder: _ctx.placeholder,
|
|
19039
19039
|
onInput: handleInput
|
|
19040
19040
|
}, null, 42, _hoisted_3$g)
|
|
19041
|
-
], 10, _hoisted_1$
|
|
19041
|
+
], 10, _hoisted_1$w);
|
|
19042
19042
|
};
|
|
19043
19043
|
}
|
|
19044
19044
|
});
|
|
19045
|
-
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19046
|
-
const _hoisted_1$
|
|
19047
|
-
const _sfc_main$
|
|
19045
|
+
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-1cbaeab2"]]);
|
|
19046
|
+
const _hoisted_1$v = ["value", "autofocus", "onKeydown", "onPaste"];
|
|
19047
|
+
const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
19048
19048
|
__name: "OTP",
|
|
19049
19049
|
props: {
|
|
19050
19050
|
digitCount: {},
|
|
@@ -19142,15 +19142,15 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
19142
19142
|
oninput: "this.value = this.value.slice(0, 1);",
|
|
19143
19143
|
onKeydown: ($event) => handleKeyDown2($event, ind),
|
|
19144
19144
|
onPaste: ($event) => handlePaste2($event, ind)
|
|
19145
|
-
}, null, 40, _hoisted_1$
|
|
19145
|
+
}, null, 40, _hoisted_1$v);
|
|
19146
19146
|
}), 128))
|
|
19147
19147
|
], 512);
|
|
19148
19148
|
};
|
|
19149
19149
|
}
|
|
19150
19150
|
});
|
|
19151
|
-
const OTP = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19152
|
-
const _hoisted_1$
|
|
19153
|
-
const _sfc_main$
|
|
19151
|
+
const OTP = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-5c22c199"]]);
|
|
19152
|
+
const _hoisted_1$u = { class: "relative" };
|
|
19153
|
+
const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
19154
19154
|
__name: "PasswordInput",
|
|
19155
19155
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
19156
19156
|
id: {},
|
|
@@ -19190,7 +19190,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
19190
19190
|
);
|
|
19191
19191
|
const inputType = vue.computed(() => showPwd.value ? "text" : "password");
|
|
19192
19192
|
return (_ctx, _cache) => {
|
|
19193
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
19193
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$u, [
|
|
19194
19194
|
vue.createVNode(vue.unref(TextInput), vue.mergeProps({
|
|
19195
19195
|
modelValue: password.value,
|
|
19196
19196
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => password.value = $event)
|
|
@@ -19210,7 +19210,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
19210
19210
|
};
|
|
19211
19211
|
}
|
|
19212
19212
|
});
|
|
19213
|
-
const _hoisted_1$
|
|
19213
|
+
const _hoisted_1$t = ["for"];
|
|
19214
19214
|
const _hoisted_2$j = ["id", "name", "value"];
|
|
19215
19215
|
const _hoisted_3$f = { class: "flex w-100 gap-1 flex-wrap m_gap-05 m_gap-row-025" };
|
|
19216
19216
|
const _hoisted_4$b = ["src", "alt"];
|
|
@@ -19223,7 +19223,7 @@ const _hoisted_7$4 = {
|
|
|
19223
19223
|
key: 1,
|
|
19224
19224
|
class: "txt-gray txt-12 m-0"
|
|
19225
19225
|
};
|
|
19226
|
-
const _sfc_main$
|
|
19226
|
+
const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
19227
19227
|
__name: "RadioGroup",
|
|
19228
19228
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
19229
19229
|
groupName: {},
|
|
@@ -19276,19 +19276,19 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
19276
19276
|
icon: "delete",
|
|
19277
19277
|
onClick: ($event) => _ctx.$emit("delete", opt)
|
|
19278
19278
|
}, null, 8, ["onClick"])) : vue.createCommentVNode("", true)
|
|
19279
|
-
], 8, _hoisted_1$
|
|
19279
|
+
], 8, _hoisted_1$t);
|
|
19280
19280
|
}), 128))
|
|
19281
19281
|
]);
|
|
19282
19282
|
};
|
|
19283
19283
|
}
|
|
19284
19284
|
});
|
|
19285
|
-
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19286
|
-
const _hoisted_1$
|
|
19285
|
+
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-3e9e030f"]]);
|
|
19286
|
+
const _hoisted_1$s = { class: "bagel-input" };
|
|
19287
19287
|
const _hoisted_2$i = { class: "pb-025" };
|
|
19288
19288
|
const _hoisted_3$e = { class: "flex gap-05 flex-wrap" };
|
|
19289
19289
|
const _hoisted_4$a = ["id", "name", "value", "checked"];
|
|
19290
19290
|
const _hoisted_5$8 = ["for"];
|
|
19291
|
-
const _sfc_main$
|
|
19291
|
+
const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
19292
19292
|
__name: "RadioPillsInput",
|
|
19293
19293
|
props: {
|
|
19294
19294
|
options: {},
|
|
@@ -19329,7 +19329,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
19329
19329
|
selectedValue.value = props2.modelValue;
|
|
19330
19330
|
});
|
|
19331
19331
|
return (_ctx, _cache) => {
|
|
19332
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
19332
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$s, [
|
|
19333
19333
|
vue.createElementVNode("label", _hoisted_2$i, vue.toDisplayString(_ctx.label), 1),
|
|
19334
19334
|
vue.createElementVNode("div", _hoisted_3$e, [
|
|
19335
19335
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.options, (option2, index2) => {
|
|
@@ -19355,12 +19355,12 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
19355
19355
|
};
|
|
19356
19356
|
}
|
|
19357
19357
|
});
|
|
19358
|
-
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19359
|
-
const _hoisted_1$
|
|
19358
|
+
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-cf892d71"]]);
|
|
19359
|
+
const _hoisted_1$r = { class: "flex gap-1 align-center range-slide" };
|
|
19360
19360
|
const _hoisted_2$h = { key: 0 };
|
|
19361
19361
|
const _hoisted_3$d = ["max", "min", "step"];
|
|
19362
19362
|
const _hoisted_4$9 = { key: 1 };
|
|
19363
|
-
const _sfc_main$
|
|
19363
|
+
const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
19364
19364
|
__name: "RangeInput",
|
|
19365
19365
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
19366
19366
|
min: {},
|
|
@@ -19380,7 +19380,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
19380
19380
|
return `linear-gradient(to right, var(--bgl-primary) ${percentage}%, var(--input-bg) ${percentage}%)`;
|
|
19381
19381
|
});
|
|
19382
19382
|
return (_ctx, _cache) => {
|
|
19383
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
19383
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$r, [
|
|
19384
19384
|
_ctx.min !== void 0 ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$h, vue.toDisplayString(_ctx.min), 1)) : vue.createCommentVNode("", true),
|
|
19385
19385
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
19386
19386
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
|
|
@@ -19397,7 +19397,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
19397
19397
|
};
|
|
19398
19398
|
}
|
|
19399
19399
|
});
|
|
19400
|
-
const RangeInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19400
|
+
const RangeInput = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-d653c76a"]]);
|
|
19401
19401
|
function OrderedMap(content) {
|
|
19402
19402
|
this.content = content;
|
|
19403
19403
|
}
|
|
@@ -43275,12 +43275,12 @@ vue.defineComponent({
|
|
|
43275
43275
|
}, (_b = (_a2 = this.$slots).default) === null || _b === void 0 ? void 0 : _b.call(_a2));
|
|
43276
43276
|
}
|
|
43277
43277
|
});
|
|
43278
|
-
const _hoisted_1$
|
|
43278
|
+
const _hoisted_1$q = { class: "RichText" };
|
|
43279
43279
|
const _hoisted_2$g = {
|
|
43280
43280
|
key: 0,
|
|
43281
43281
|
class: "RichText-tools"
|
|
43282
43282
|
};
|
|
43283
|
-
const _sfc_main$
|
|
43283
|
+
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
43284
43284
|
__name: "RichText",
|
|
43285
43285
|
props: {
|
|
43286
43286
|
modelValue: {}
|
|
@@ -43505,7 +43505,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
43505
43505
|
});
|
|
43506
43506
|
return (_ctx, _cache) => {
|
|
43507
43507
|
const _directive_tooltip = vue.resolveDirective("tooltip");
|
|
43508
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
43508
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$q, [
|
|
43509
43509
|
vue.unref(editor) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$g, [
|
|
43510
43510
|
(vue.openBlock(), vue.createElementBlock(vue.Fragment, null, vue.renderList(config, (item) => {
|
|
43511
43511
|
var _a2;
|
|
@@ -43699,7 +43699,7 @@ function createTable() {
|
|
|
43699
43699
|
}
|
|
43700
43700
|
}
|
|
43701
43701
|
}
|
|
43702
|
-
const _hoisted_1$
|
|
43702
|
+
const _hoisted_1$p = { class: "flex gap-05" };
|
|
43703
43703
|
const _hoisted_2$f = ["disabled"];
|
|
43704
43704
|
const _hoisted_3$c = { key: 1 };
|
|
43705
43705
|
const _hoisted_4$8 = {
|
|
@@ -43709,7 +43709,7 @@ const _hoisted_4$8 = {
|
|
|
43709
43709
|
const _hoisted_5$7 = ["value"];
|
|
43710
43710
|
const _hoisted_6$6 = ["aria-selected", "onClick", "onKeydown"];
|
|
43711
43711
|
const _hoisted_7$3 = { class: "block" };
|
|
43712
|
-
const _sfc_main$
|
|
43712
|
+
const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
43713
43713
|
__name: "SelectInput",
|
|
43714
43714
|
props: {
|
|
43715
43715
|
options: {},
|
|
@@ -43857,7 +43857,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
43857
43857
|
}
|
|
43858
43858
|
});
|
|
43859
43859
|
return (_ctx, _cache) => {
|
|
43860
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
43860
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$N), {
|
|
43861
43861
|
ref_key: "dropdown",
|
|
43862
43862
|
ref: dropdown,
|
|
43863
43863
|
placement: "bottom-start",
|
|
@@ -43867,7 +43867,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
43867
43867
|
trigger: vue.withCtx(() => [
|
|
43868
43868
|
vue.createElementVNode("label", null, [
|
|
43869
43869
|
vue.createTextVNode(vue.toDisplayString(_ctx.label) + " ", 1),
|
|
43870
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
43870
|
+
vue.createElementVNode("div", _hoisted_1$p, [
|
|
43871
43871
|
_ctx.searchable && vue.unref(open) ? (vue.openBlock(), vue.createBlock(vue.unref(TextInput), {
|
|
43872
43872
|
key: 0,
|
|
43873
43873
|
ref_key: "searchInput",
|
|
@@ -43921,7 +43921,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
43921
43921
|
])
|
|
43922
43922
|
]),
|
|
43923
43923
|
default: vue.withCtx(() => [
|
|
43924
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
43924
|
+
vue.createVNode(vue.unref(_sfc_main$R), {
|
|
43925
43925
|
class: "p-05",
|
|
43926
43926
|
style: vue.normalizeStyle({ width: _ctx.fullWidth ? "100%" : "auto" })
|
|
43927
43927
|
}, {
|
|
@@ -43966,12 +43966,12 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
43966
43966
|
};
|
|
43967
43967
|
}
|
|
43968
43968
|
});
|
|
43969
|
-
const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
43970
|
-
const _hoisted_1$
|
|
43969
|
+
const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-94b45d29"]]);
|
|
43970
|
+
const _hoisted_1$o = {
|
|
43971
43971
|
class: "toolbar flex gap-025 pb-05 flex-wrap",
|
|
43972
43972
|
role: "toolbar"
|
|
43973
43973
|
};
|
|
43974
|
-
const _sfc_main$
|
|
43974
|
+
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
43975
43975
|
__name: "Toolbar",
|
|
43976
43976
|
props: {
|
|
43977
43977
|
config: {}
|
|
@@ -44001,7 +44001,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
44001
44001
|
}
|
|
44002
44002
|
return (_ctx, _cache) => {
|
|
44003
44003
|
const _directive_tooltip = vue.resolveDirective("tooltip");
|
|
44004
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
44004
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$o, [
|
|
44005
44005
|
vue.createVNode(SelectInput, {
|
|
44006
44006
|
class: "m-0 w150",
|
|
44007
44007
|
options: ["Text", "Heading 1", "Heading 2", "Heading 3", "Heading 4", "Heading 5", "Heading 6", "Blockquote", "Code"],
|
|
@@ -44030,14 +44030,14 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
44030
44030
|
};
|
|
44031
44031
|
}
|
|
44032
44032
|
});
|
|
44033
|
-
const _hoisted_1$
|
|
44033
|
+
const _hoisted_1$n = { class: "rich-text-editor rounded pt-05 px-1 pb-1" };
|
|
44034
44034
|
const _hoisted_2$e = { class: "editor-container flex flex-stretch gap-1 m_column" };
|
|
44035
44035
|
const _hoisted_3$b = { class: "content-area radius-05 p-1 shadow-light w-100 grid" };
|
|
44036
44036
|
const _hoisted_4$7 = {
|
|
44037
44037
|
key: 0,
|
|
44038
44038
|
class: "preview-area w-100 radius-05 p-1"
|
|
44039
44039
|
};
|
|
44040
|
-
const _sfc_main$
|
|
44040
|
+
const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
44041
44041
|
__name: "index",
|
|
44042
44042
|
props: {
|
|
44043
44043
|
modelValue: {},
|
|
@@ -44164,8 +44164,8 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
44164
44164
|
}
|
|
44165
44165
|
}
|
|
44166
44166
|
return (_ctx, _cache) => {
|
|
44167
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
44168
|
-
vue.createVNode(_sfc_main$
|
|
44167
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$n, [
|
|
44168
|
+
vue.createVNode(_sfc_main$u, {
|
|
44169
44169
|
config: config.value,
|
|
44170
44170
|
onAction: handleToolbarAction
|
|
44171
44171
|
}, null, 8, ["config"]),
|
|
@@ -44196,7 +44196,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
44196
44196
|
};
|
|
44197
44197
|
}
|
|
44198
44198
|
});
|
|
44199
|
-
const index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
44199
|
+
const index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-8f1898f5"]]);
|
|
44200
44200
|
/*!
|
|
44201
44201
|
* Signature Pad v5.0.3 | https://github.com/szimek/signature_pad
|
|
44202
44202
|
* (c) 2024 Szymon Nowak | Released under the MIT license
|
|
@@ -44790,7 +44790,7 @@ class SignaturePad extends SignatureEventTarget {
|
|
|
44790
44790
|
return svg.outerHTML;
|
|
44791
44791
|
}
|
|
44792
44792
|
}
|
|
44793
|
-
const _hoisted_1$
|
|
44793
|
+
const _hoisted_1$m = ["disabled"];
|
|
44794
44794
|
const _hoisted_2$d = {
|
|
44795
44795
|
key: 1,
|
|
44796
44796
|
placeholder: "required",
|
|
@@ -44798,7 +44798,7 @@ const _hoisted_2$d = {
|
|
|
44798
44798
|
required: "",
|
|
44799
44799
|
class: "pixel"
|
|
44800
44800
|
};
|
|
44801
|
-
const _sfc_main$
|
|
44801
|
+
const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
44802
44802
|
__name: "SignaturePad",
|
|
44803
44803
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
44804
44804
|
sigOption: {},
|
|
@@ -44951,7 +44951,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
44951
44951
|
ref: vCanvas,
|
|
44952
44952
|
class: "canvas",
|
|
44953
44953
|
disabled: _ctx.disabled
|
|
44954
|
-
}, null, 8, _hoisted_1$
|
|
44954
|
+
}, null, 8, _hoisted_1$m),
|
|
44955
44955
|
_ctx.required && vue.unref(_isEmpty) ? (vue.openBlock(), vue.createElementBlock("input", _hoisted_2$d)) : vue.createCommentVNode("", true)
|
|
44956
44956
|
], 34);
|
|
44957
44957
|
};
|
|
@@ -47436,13 +47436,13 @@ const VueDraggableNext = vue.defineComponent({
|
|
|
47436
47436
|
}
|
|
47437
47437
|
}
|
|
47438
47438
|
});
|
|
47439
|
-
const _hoisted_1$
|
|
47439
|
+
const _hoisted_1$l = ["title"];
|
|
47440
47440
|
const _hoisted_2$c = { class: "bagel-input" };
|
|
47441
47441
|
const _hoisted_3$a = { class: "table-side-scroll" };
|
|
47442
47442
|
const _hoisted_4$6 = { class: "table-header" };
|
|
47443
47443
|
const _hoisted_5$6 = { class: "table-reorder" };
|
|
47444
47444
|
const _hoisted_6$5 = { class: "table-action" };
|
|
47445
|
-
const _sfc_main$
|
|
47445
|
+
const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
47446
47446
|
__name: "TableField",
|
|
47447
47447
|
props: {
|
|
47448
47448
|
description: { default: "" },
|
|
@@ -47582,11 +47582,11 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
47582
47582
|
])),
|
|
47583
47583
|
_: 1
|
|
47584
47584
|
})
|
|
47585
|
-
], 8, _hoisted_1$
|
|
47585
|
+
], 8, _hoisted_1$l);
|
|
47586
47586
|
};
|
|
47587
47587
|
}
|
|
47588
47588
|
});
|
|
47589
|
-
const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
47589
|
+
const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-a65c658c"]]);
|
|
47590
47590
|
function bind(fn3, thisArg) {
|
|
47591
47591
|
return function wrap2() {
|
|
47592
47592
|
return fn3.apply(thisArg, arguments);
|
|
@@ -52053,13 +52053,13 @@ function parsePhoneNumber$1() {
|
|
|
52053
52053
|
function parsePhoneNumber() {
|
|
52054
52054
|
return withMetadataArgument(parsePhoneNumber$1, arguments);
|
|
52055
52055
|
}
|
|
52056
|
-
const _hoisted_1$
|
|
52056
|
+
const _hoisted_1$k = ["aria-expanded"];
|
|
52057
52057
|
const _hoisted_2$b = { class: "p-075 tel-countryp-dropdown" };
|
|
52058
52058
|
const _hoisted_3$9 = ["aria-selected", "onClick", "onMousemove"];
|
|
52059
52059
|
const _hoisted_4$5 = { class: "tel-country" };
|
|
52060
52060
|
const _hoisted_5$5 = { key: 1 };
|
|
52061
52061
|
const _hoisted_6$4 = ["id", "required", "placeholder", "disabled", "autocomplete", "pattern", "minlength", "maxlength", "name", "readonly", "tabindex", "aria-describedby"];
|
|
52062
|
-
const _sfc_main$
|
|
52062
|
+
const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
52063
52063
|
__name: "TelInput",
|
|
52064
52064
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
52065
52065
|
label: {},
|
|
@@ -52320,7 +52320,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
52320
52320
|
vue.withKeys(reset, ["tab"])
|
|
52321
52321
|
]
|
|
52322
52322
|
}, [
|
|
52323
|
-
!computedDropDownOptions.value.hide ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
52323
|
+
!computedDropDownOptions.value.hide ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$N), {
|
|
52324
52324
|
key: 0,
|
|
52325
52325
|
ref_key: "phoneDropdown",
|
|
52326
52326
|
ref: phoneDropdown,
|
|
@@ -52407,19 +52407,19 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
52407
52407
|
}, null, 44, _hoisted_6$4), [
|
|
52408
52408
|
[vue.vModelText, phone.value]
|
|
52409
52409
|
])
|
|
52410
|
-
], 40, _hoisted_1$
|
|
52410
|
+
], 40, _hoisted_1$k)
|
|
52411
52411
|
])
|
|
52412
52412
|
], 2);
|
|
52413
52413
|
};
|
|
52414
52414
|
}
|
|
52415
52415
|
});
|
|
52416
|
-
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
52417
|
-
const _hoisted_1$
|
|
52416
|
+
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-627af458"]]);
|
|
52417
|
+
const _hoisted_1$j = ["title"];
|
|
52418
52418
|
const _hoisted_2$a = ["for"];
|
|
52419
52419
|
const _hoisted_3$8 = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
|
|
52420
52420
|
const _hoisted_4$4 = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
|
|
52421
52421
|
const _hoisted_5$4 = { key: 2 };
|
|
52422
|
-
const _sfc_main$
|
|
52422
|
+
const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
52423
52423
|
__name: "TextInput",
|
|
52424
52424
|
props: {
|
|
52425
52425
|
id: {},
|
|
@@ -52550,15 +52550,15 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
52550
52550
|
key: 1,
|
|
52551
52551
|
icon: _ctx.icon
|
|
52552
52552
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true)
|
|
52553
|
-
], 10, _hoisted_1$
|
|
52553
|
+
], 10, _hoisted_1$j);
|
|
52554
52554
|
};
|
|
52555
52555
|
}
|
|
52556
52556
|
});
|
|
52557
|
-
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
52558
|
-
const _hoisted_1$
|
|
52557
|
+
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-e5ae4283"]]);
|
|
52558
|
+
const _hoisted_1$i = ["title"];
|
|
52559
52559
|
const _hoisted_2$9 = ["id", "required"];
|
|
52560
52560
|
const _hoisted_3$7 = ["for"];
|
|
52561
|
-
const _sfc_main$
|
|
52561
|
+
const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
52562
52562
|
__name: "ToggleInput",
|
|
52563
52563
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
52564
52564
|
label: {},
|
|
@@ -52602,20 +52602,20 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
52602
52602
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
52603
52603
|
], true)
|
|
52604
52604
|
], 8, _hoisted_3$7)
|
|
52605
|
-
], 10, _hoisted_1$
|
|
52605
|
+
], 10, _hoisted_1$i);
|
|
52606
52606
|
};
|
|
52607
52607
|
}
|
|
52608
52608
|
});
|
|
52609
|
-
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
52610
|
-
const _hoisted_1$
|
|
52611
|
-
const _sfc_main$
|
|
52609
|
+
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-486451e5"]]);
|
|
52610
|
+
const _hoisted_1$h = { class: "m-0 pb-025 txt14 line-height-1" };
|
|
52611
|
+
const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
52612
52612
|
__name: "BottomMenu",
|
|
52613
52613
|
props: {
|
|
52614
52614
|
navLinks: {}
|
|
52615
52615
|
},
|
|
52616
52616
|
setup(__props) {
|
|
52617
52617
|
return (_ctx, _cache) => {
|
|
52618
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
52618
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$R), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
|
|
52619
52619
|
default: vue.withCtx(() => [
|
|
52620
52620
|
vue.renderSlot(_ctx.$slots, "brand", {}, void 0, true),
|
|
52621
52621
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.navLinks, (nav2, i2) => {
|
|
@@ -52631,7 +52631,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
52631
52631
|
size: 1.4,
|
|
52632
52632
|
class: "m-0 line-height-14"
|
|
52633
52633
|
}, null, 8, ["icon"]),
|
|
52634
|
-
vue.createElementVNode("p", _hoisted_1$
|
|
52634
|
+
vue.createElementVNode("p", _hoisted_1$h, vue.toDisplayString(nav2.label), 1)
|
|
52635
52635
|
]),
|
|
52636
52636
|
_: 2
|
|
52637
52637
|
}, 1032, ["to", "onClick"]);
|
|
@@ -52642,8 +52642,8 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
52642
52642
|
};
|
|
52643
52643
|
}
|
|
52644
52644
|
});
|
|
52645
|
-
const BottomMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
52646
|
-
const _sfc_main$
|
|
52645
|
+
const BottomMenu = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-557bcad0"]]);
|
|
52646
|
+
const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
52647
52647
|
__name: "Layout",
|
|
52648
52648
|
props: {
|
|
52649
52649
|
gap: { default: 1 },
|
|
@@ -52684,9 +52684,9 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
52684
52684
|
};
|
|
52685
52685
|
}
|
|
52686
52686
|
});
|
|
52687
|
-
const Layout = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
52688
|
-
const _hoisted_1$
|
|
52689
|
-
const _sfc_main$
|
|
52687
|
+
const Layout = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-1814129a"]]);
|
|
52688
|
+
const _hoisted_1$g = { key: 0 };
|
|
52689
|
+
const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
52690
52690
|
__name: "SidebarMenu",
|
|
52691
52691
|
props: {
|
|
52692
52692
|
navLinks: {},
|
|
@@ -52715,7 +52715,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
52715
52715
|
icon: "keyboard_arrow_right",
|
|
52716
52716
|
onClick: toggleMenu
|
|
52717
52717
|
}),
|
|
52718
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
52718
|
+
vue.createVNode(vue.unref(_sfc_main$R), { class: "py-1 px-05 h-100 flex column gap-05 rounded relative bg-primary font-light overflow-y" }, {
|
|
52719
52719
|
default: vue.withCtx(() => [
|
|
52720
52720
|
!vue.unref(isOpen) || !vue.unref(slots)["brand-open"] ? vue.renderSlot(_ctx.$slots, "brand", { key: 0 }, void 0, true) : vue.createCommentVNode("", true),
|
|
52721
52721
|
vue.unref(isOpen) ? vue.renderSlot(_ctx.$slots, "brand-open", { key: 1 }, void 0, true) : vue.createCommentVNode("", true),
|
|
@@ -52733,7 +52733,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
52733
52733
|
}, null, 8, ["icon"]),
|
|
52734
52734
|
vue.createVNode(vue.Transition, { name: "showP" }, {
|
|
52735
52735
|
default: vue.withCtx(() => [
|
|
52736
|
-
_ctx.open ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_1$
|
|
52736
|
+
_ctx.open ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_1$g, vue.toDisplayString(nav2.label), 1)) : vue.createCommentVNode("", true)
|
|
52737
52737
|
]),
|
|
52738
52738
|
_: 2
|
|
52739
52739
|
}, 1024)
|
|
@@ -52761,7 +52761,38 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
52761
52761
|
};
|
|
52762
52762
|
}
|
|
52763
52763
|
});
|
|
52764
|
-
const SidebarMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
52764
|
+
const SidebarMenu = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-51cedd11"]]);
|
|
52765
|
+
const _hoisted_1$f = {
|
|
52766
|
+
key: 0,
|
|
52767
|
+
class: "skeleton-wrap"
|
|
52768
|
+
};
|
|
52769
|
+
const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
52770
|
+
__name: "Skeleton",
|
|
52771
|
+
props: {
|
|
52772
|
+
count: { default: 1 },
|
|
52773
|
+
height: { default: "50px" },
|
|
52774
|
+
width: { default: "auto" },
|
|
52775
|
+
round: { type: Boolean, default: false },
|
|
52776
|
+
borderRadius: { default: "var(--skeleton-radius)" }
|
|
52777
|
+
},
|
|
52778
|
+
setup(__props) {
|
|
52779
|
+
const slots = vue.useSlots();
|
|
52780
|
+
return (_ctx, _cache) => {
|
|
52781
|
+
return vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.count, (i2) => {
|
|
52782
|
+
return vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: i2 }, [
|
|
52783
|
+
vue.unref(slots).default ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$f, [
|
|
52784
|
+
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
52785
|
+
])) : (vue.openBlock(), vue.createElementBlock("div", {
|
|
52786
|
+
key: 1,
|
|
52787
|
+
class: vue.normalizeClass(["skeleton", { round: _ctx.round }]),
|
|
52788
|
+
style: vue.normalizeStyle({ height: _ctx.height, width: _ctx.width, borderRadius: _ctx.borderRadius })
|
|
52789
|
+
}, null, 6))
|
|
52790
|
+
], 64);
|
|
52791
|
+
}), 128);
|
|
52792
|
+
};
|
|
52793
|
+
}
|
|
52794
|
+
});
|
|
52795
|
+
const Skeleton = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-34172009"]]);
|
|
52765
52796
|
const _hoisted_1$e = { class: "bgl_card tabs-top" };
|
|
52766
52797
|
const _hoisted_2$8 = { class: "tabs grid auto-flow-columns fit-content" };
|
|
52767
52798
|
const _hoisted_3$6 = ["onClick"];
|
|
@@ -53220,7 +53251,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
53220
53251
|
onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
|
|
53221
53252
|
onKeydown: vue.withKeys(closeModal, ["esc"])
|
|
53222
53253
|
}, [
|
|
53223
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
53254
|
+
vue.createVNode(vue.unref(_sfc_main$R), {
|
|
53224
53255
|
class: "modal",
|
|
53225
53256
|
style: vue.normalizeStyle({ ...maxWidth.value }),
|
|
53226
53257
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
|
|
@@ -53396,7 +53427,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
53396
53427
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => emit2("update:visible", $event))
|
|
53397
53428
|
}, vue.createSlots({
|
|
53398
53429
|
default: vue.withCtx(() => [
|
|
53399
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
53430
|
+
vue.createVNode(vue.unref(_sfc_main$K), {
|
|
53400
53431
|
ref_key: "form",
|
|
53401
53432
|
ref: form,
|
|
53402
53433
|
modelValue: formData.value,
|
|
@@ -54046,7 +54077,8 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
54046
54077
|
schema: {},
|
|
54047
54078
|
showFields: {},
|
|
54048
54079
|
useServerSort: { type: Boolean, default: false },
|
|
54049
|
-
selectable: { type: Boolean, default: false }
|
|
54080
|
+
selectable: { type: Boolean, default: false },
|
|
54081
|
+
onLastItemVisible: {}
|
|
54050
54082
|
}, {
|
|
54051
54083
|
"loading": { default: false },
|
|
54052
54084
|
"loadingModifiers": {},
|
|
@@ -54060,7 +54092,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
54060
54092
|
emits: /* @__PURE__ */ vue.mergeModels(["update:selectedItems", "orderBy", "select"], ["update:loading", "update:itemHeight", "update:selectedItems"]),
|
|
54061
54093
|
setup(__props, { emit: __emit }) {
|
|
54062
54094
|
vue.useCssVars((_ctx) => ({
|
|
54063
|
-
"
|
|
54095
|
+
"ced4aeb8": vue.unref(computedItemHiehgt)
|
|
54064
54096
|
}));
|
|
54065
54097
|
const emit2 = __emit;
|
|
54066
54098
|
const slots = vue.useSlots();
|
|
@@ -54145,7 +54177,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
54145
54177
|
vue.watch(
|
|
54146
54178
|
() => computedData.value.length,
|
|
54147
54179
|
(newLength, oldLength) => {
|
|
54148
|
-
if (newLength === oldLength) return;
|
|
54180
|
+
if (newLength === oldLength || __props.onLastItemVisible !== void 0) return;
|
|
54149
54181
|
scrollTo(0);
|
|
54150
54182
|
}
|
|
54151
54183
|
);
|
|
@@ -54177,6 +54209,18 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
54177
54209
|
const value = event.target.checked;
|
|
54178
54210
|
selectedItems.value = value ? computedData.value.map((d2) => d2.id) : [];
|
|
54179
54211
|
}
|
|
54212
|
+
const lastItem = vue.ref();
|
|
54213
|
+
let observer;
|
|
54214
|
+
vue.onMounted(() => {
|
|
54215
|
+
if (__props.onLastItemVisible === void 0) return;
|
|
54216
|
+
observer = new IntersectionObserver(([entry]) => {
|
|
54217
|
+
if (entry.isIntersecting && computedData.value.length) __props.onLastItemVisible();
|
|
54218
|
+
});
|
|
54219
|
+
if (lastItem.value) observer.observe(lastItem.value);
|
|
54220
|
+
});
|
|
54221
|
+
vue.onUnmounted(() => {
|
|
54222
|
+
observer == null ? void 0 : observer.disconnect();
|
|
54223
|
+
});
|
|
54180
54224
|
return (_ctx, _cache) => {
|
|
54181
54225
|
return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({ class: "table-list-wrap h-100" }, vue.unref(containerProps), {
|
|
54182
54226
|
class: { "loading-table": loading.value }
|
|
@@ -54247,7 +54291,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
54247
54291
|
row,
|
|
54248
54292
|
field
|
|
54249
54293
|
}, void 0, true) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$1, [
|
|
54250
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
54294
|
+
vue.createVNode(vue.unref(_sfc_main$L), {
|
|
54251
54295
|
class: "embedded-field",
|
|
54252
54296
|
field,
|
|
54253
54297
|
modelValue: row,
|
|
@@ -54257,7 +54301,12 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
54257
54301
|
]);
|
|
54258
54302
|
}), 128))
|
|
54259
54303
|
], 10, _hoisted_7$1);
|
|
54260
|
-
}), 128))
|
|
54304
|
+
}), 128)),
|
|
54305
|
+
_ctx.onLastItemVisible !== void 0 ? (vue.openBlock(), vue.createElementBlock("tr", {
|
|
54306
|
+
key: 0,
|
|
54307
|
+
ref_key: "lastItem",
|
|
54308
|
+
ref: lastItem
|
|
54309
|
+
}, null, 512)) : vue.createCommentVNode("", true)
|
|
54261
54310
|
])
|
|
54262
54311
|
])
|
|
54263
54312
|
], 16))
|
|
@@ -54265,7 +54314,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
54265
54314
|
};
|
|
54266
54315
|
}
|
|
54267
54316
|
});
|
|
54268
|
-
const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
54317
|
+
const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-54f3c477"]]);
|
|
54269
54318
|
const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
54270
54319
|
__name: "Title",
|
|
54271
54320
|
props: {
|
|
@@ -55395,7 +55444,7 @@ function frmRow(...children2) {
|
|
|
55395
55444
|
function bglForm(idOrField, ...schema) {
|
|
55396
55445
|
if (typeof idOrField === "string") {
|
|
55397
55446
|
return {
|
|
55398
|
-
$el: vue.markRaw(_sfc_main$
|
|
55447
|
+
$el: vue.markRaw(_sfc_main$K),
|
|
55399
55448
|
id: idOrField,
|
|
55400
55449
|
attrs: {
|
|
55401
55450
|
schema: [idOrField, ...schema]
|
|
@@ -55403,7 +55452,7 @@ function bglForm(idOrField, ...schema) {
|
|
|
55403
55452
|
};
|
|
55404
55453
|
}
|
|
55405
55454
|
return {
|
|
55406
|
-
$el: vue.markRaw(_sfc_main$
|
|
55455
|
+
$el: vue.markRaw(_sfc_main$K),
|
|
55407
55456
|
attrs: {
|
|
55408
55457
|
schema: [idOrField, ...schema]
|
|
55409
55458
|
}
|
|
@@ -56007,29 +56056,29 @@ const IMAGE_FORMATS = ["jpeg", "png", "webp", "avif", "apng", "gif", "avifs", "s
|
|
|
56007
56056
|
const IMAGE_FORMATS_REGEXP = new RegExp(`(${IMAGE_FORMATS.join("|")})$`, "i");
|
|
56008
56057
|
const VIDEO_FORMATS = ["mp4", "webm", "ogg", "mov", "avi", "flv", "wmv", "mkv", "ts", "m3u8"];
|
|
56009
56058
|
const VIDEO_FORMATS_REGEXP = new RegExp(`(${VIDEO_FORMATS.join("|")})$`, "i");
|
|
56010
|
-
exports.Accordion = _sfc_main$
|
|
56059
|
+
exports.Accordion = _sfc_main$Z;
|
|
56011
56060
|
exports.AccordionItem = AccordionItem;
|
|
56012
|
-
exports.AddressSearch = _sfc_main$
|
|
56061
|
+
exports.AddressSearch = _sfc_main$X;
|
|
56013
56062
|
exports.Alert = Alert;
|
|
56014
56063
|
exports.Avatar = Avatar;
|
|
56015
56064
|
exports.Badge = Badge;
|
|
56016
|
-
exports.BagelForm = _sfc_main$
|
|
56065
|
+
exports.BagelForm = _sfc_main$K;
|
|
56017
56066
|
exports.BagelVue = BagelVue;
|
|
56018
|
-
exports.BglField = _sfc_main$
|
|
56019
|
-
exports.BglForm = _sfc_main$
|
|
56020
|
-
exports.BglMultiStepForm = _sfc_main$
|
|
56067
|
+
exports.BglField = _sfc_main$L;
|
|
56068
|
+
exports.BglForm = _sfc_main$K;
|
|
56069
|
+
exports.BglMultiStepForm = _sfc_main$J;
|
|
56021
56070
|
exports.BglVideo = BglVideo;
|
|
56022
56071
|
exports.BottomMenu = BottomMenu;
|
|
56023
56072
|
exports.Btn = Btn;
|
|
56024
|
-
exports.Card = _sfc_main$
|
|
56073
|
+
exports.Card = _sfc_main$R;
|
|
56025
56074
|
exports.Carousel = Carousel;
|
|
56026
56075
|
exports.CheckInput = CheckInput;
|
|
56027
56076
|
exports.Checkbox = Checkbox;
|
|
56028
|
-
exports.ColorPicker = _sfc_main$
|
|
56077
|
+
exports.ColorPicker = _sfc_main$G;
|
|
56029
56078
|
exports.DataPreview = DataPreview;
|
|
56030
|
-
exports.DateInput = _sfc_main$
|
|
56031
|
-
exports.DatePicker = _sfc_main$
|
|
56032
|
-
exports.Dropdown = _sfc_main$
|
|
56079
|
+
exports.DateInput = _sfc_main$F;
|
|
56080
|
+
exports.DatePicker = _sfc_main$E;
|
|
56081
|
+
exports.Dropdown = _sfc_main$N;
|
|
56033
56082
|
exports.FileUpload = $el;
|
|
56034
56083
|
exports.Flag = Flag;
|
|
56035
56084
|
exports.IMAGE_FORMATS = IMAGE_FORMATS;
|
|
@@ -56037,7 +56086,7 @@ exports.IMAGE_FORMATS_REGEXP = IMAGE_FORMATS_REGEXP;
|
|
|
56037
56086
|
exports.Icon = _sfc_main$c;
|
|
56038
56087
|
exports.JSONInput = JSONInput;
|
|
56039
56088
|
exports.Layout = Layout;
|
|
56040
|
-
exports.Lineart = _sfc_main$
|
|
56089
|
+
exports.Lineart = _sfc_main$P;
|
|
56041
56090
|
exports.ListItem = _sfc_main$f;
|
|
56042
56091
|
exports.ListView = ListView;
|
|
56043
56092
|
exports.MapEmbed = _sfc_main$d;
|
|
@@ -56049,17 +56098,18 @@ exports.ModalPlugin = ModalPlugin;
|
|
|
56049
56098
|
exports.NavBar = NavBar;
|
|
56050
56099
|
exports.OTP = OTP;
|
|
56051
56100
|
exports.PageTitle = _sfc_main$7;
|
|
56052
|
-
exports.PasswordInput = _sfc_main$
|
|
56101
|
+
exports.PasswordInput = _sfc_main$A;
|
|
56053
56102
|
exports.Pill = Pill;
|
|
56054
56103
|
exports.RadioGroup = RadioGroup;
|
|
56055
56104
|
exports.RadioPillsInput = RadioPillsInput;
|
|
56056
56105
|
exports.RangeInput = RangeInput;
|
|
56057
|
-
exports.RichText = _sfc_main$
|
|
56106
|
+
exports.RichText = _sfc_main$w;
|
|
56058
56107
|
exports.RichText2 = index$1;
|
|
56059
56108
|
exports.RouterWrapper = RouterWrapper;
|
|
56060
56109
|
exports.SelectInput = SelectInput;
|
|
56061
56110
|
exports.SidebarMenu = SidebarMenu;
|
|
56062
|
-
exports.SignaturePad = _sfc_main$
|
|
56111
|
+
exports.SignaturePad = _sfc_main$s;
|
|
56112
|
+
exports.Skeleton = Skeleton;
|
|
56063
56113
|
exports.TabbedLayout = TabbedLayout;
|
|
56064
56114
|
exports.TableField = TableField;
|
|
56065
56115
|
exports.TableSchema = TableSchema;
|