@bagelink/vue 0.0.1016 → 0.0.1020
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/form/BglField.vue.d.ts.map +1 -1
- package/dist/components/form/FieldArray.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText/index.vue.d.ts.map +1 -1
- package/dist/components/layout/TabsBody.vue.d.ts.map +1 -1
- package/dist/components/lightbox/index.d.ts.map +1 -1
- package/dist/index.cjs +127 -141
- package/dist/index.mjs +127 -141
- package/dist/style.css +23 -15
- package/package.json +1 -1
- package/src/components/form/BglField.vue +9 -0
- package/src/components/form/FieldArray.vue +31 -22
- package/src/components/form/inputs/RichText/index.vue +2 -2
- package/src/components/layout/TabsBody.vue +2 -2
- package/src/components/lightbox/index.ts +0 -1
package/dist/index.cjs
CHANGED
|
@@ -55,8 +55,8 @@ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
|
|
|
55
55
|
};
|
|
56
56
|
}
|
|
57
57
|
});
|
|
58
|
-
const _hoisted_1$
|
|
59
|
-
const _hoisted_2$
|
|
58
|
+
const _hoisted_1$P = ["aria-expanded", "aria-controls"];
|
|
59
|
+
const _hoisted_2$w = { class: "accordion-label" };
|
|
60
60
|
const _hoisted_3$p = ["id", "aria-hidden"];
|
|
61
61
|
const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
62
62
|
__name: "AccordionItem",
|
|
@@ -124,7 +124,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
124
124
|
vue.createVNode(vue.unref(_sfc_main$c), { icon: computedIcon.value }, null, 8, ["icon"])
|
|
125
125
|
], 2)) : vue.createCommentVNode("", true),
|
|
126
126
|
vue.renderSlot(_ctx.$slots, "head", {}, () => [
|
|
127
|
-
vue.createElementVNode("span", _hoisted_2$
|
|
127
|
+
vue.createElementVNode("span", _hoisted_2$w, vue.toDisplayString(_ctx.label), 1)
|
|
128
128
|
], true),
|
|
129
129
|
iconPosition.value === "end" ? (vue.openBlock(), vue.createElementBlock("span", {
|
|
130
130
|
key: 1,
|
|
@@ -132,7 +132,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
132
132
|
}, [
|
|
133
133
|
vue.createVNode(vue.unref(_sfc_main$c), { icon: computedIcon.value }, null, 8, ["icon"])
|
|
134
134
|
], 2)) : vue.createCommentVNode("", true)
|
|
135
|
-
], 8, _hoisted_1$
|
|
135
|
+
], 8, _hoisted_1$P),
|
|
136
136
|
vue.createVNode(vue.Transition, { name: "expand" }, {
|
|
137
137
|
default: vue.withCtx(() => [
|
|
138
138
|
vue.unref(isOpen) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -158,7 +158,7 @@ const _export_sfc = (sfc, props2) => {
|
|
|
158
158
|
return target;
|
|
159
159
|
};
|
|
160
160
|
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-1e73ca3e"]]);
|
|
161
|
-
const _hoisted_1$
|
|
161
|
+
const _hoisted_1$O = { class: "relative" };
|
|
162
162
|
const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
|
|
163
163
|
__name: "AddressSearch",
|
|
164
164
|
emits: ["addressSelected"],
|
|
@@ -181,7 +181,7 @@ const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
|
|
|
181
181
|
(_a2 = suggestion.value) == null ? void 0 : _a2.show();
|
|
182
182
|
}
|
|
183
183
|
return (_ctx, _cache) => {
|
|
184
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
184
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$O, [
|
|
185
185
|
vue.createVNode(vue.unref(_sfc_main$S), {
|
|
186
186
|
ref_key: "suggestion",
|
|
187
187
|
ref: suggestion,
|
|
@@ -217,7 +217,7 @@ const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
|
|
|
217
217
|
};
|
|
218
218
|
}
|
|
219
219
|
});
|
|
220
|
-
const _hoisted_1$
|
|
220
|
+
const _hoisted_1$N = {
|
|
221
221
|
key: 1,
|
|
222
222
|
class: "bgl_btn-flex"
|
|
223
223
|
};
|
|
@@ -285,7 +285,7 @@ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
|
|
|
285
285
|
_ctx.loading ? (vue.openBlock(), vue.createBlock(vue.unref(Loading), {
|
|
286
286
|
key: 0,
|
|
287
287
|
size: "15"
|
|
288
|
-
})) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
288
|
+
})) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$N, [
|
|
289
289
|
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$c), {
|
|
290
290
|
key: 0,
|
|
291
291
|
icon: _ctx.icon
|
|
@@ -308,8 +308,8 @@ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
|
|
|
308
308
|
}
|
|
309
309
|
});
|
|
310
310
|
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-521354bb"]]);
|
|
311
|
-
const _hoisted_1$
|
|
312
|
-
const _hoisted_2$
|
|
311
|
+
const _hoisted_1$M = ["dismissable"];
|
|
312
|
+
const _hoisted_2$v = { class: "m-0" };
|
|
313
313
|
const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
314
314
|
__name: "Alert",
|
|
315
315
|
props: {
|
|
@@ -338,7 +338,7 @@ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
|
338
338
|
size: 2,
|
|
339
339
|
color: color2[_ctx.type]
|
|
340
340
|
}, null, 8, ["icon", "color"])) : vue.createCommentVNode("", true),
|
|
341
|
-
vue.createElementVNode("p", _hoisted_2$
|
|
341
|
+
vue.createElementVNode("p", _hoisted_2$v, vue.toDisplayString(_ctx.message), 1),
|
|
342
342
|
vue.createVNode(Btn, {
|
|
343
343
|
flat: "",
|
|
344
344
|
thin: "",
|
|
@@ -346,12 +346,12 @@ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
|
346
346
|
icon: "close",
|
|
347
347
|
onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
|
|
348
348
|
})
|
|
349
|
-
], 10, _hoisted_1$
|
|
349
|
+
], 10, _hoisted_1$M)) : vue.createCommentVNode("", true);
|
|
350
350
|
};
|
|
351
351
|
}
|
|
352
352
|
});
|
|
353
353
|
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-57141c32"]]);
|
|
354
|
-
const _hoisted_1$
|
|
354
|
+
const _hoisted_1$L = ["src", "alt"];
|
|
355
355
|
const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
356
356
|
__name: "Avatar",
|
|
357
357
|
props: {
|
|
@@ -370,7 +370,7 @@ const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
|
370
370
|
key: 0,
|
|
371
371
|
src: _ctx.src,
|
|
372
372
|
alt: _ctx.name
|
|
373
|
-
}, null, 8, _hoisted_1$
|
|
373
|
+
}, null, 8, _hoisted_1$L)) : (vue.openBlock(), vue.createElementBlock("p", {
|
|
374
374
|
key: 1,
|
|
375
375
|
style: vue.normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
|
|
376
376
|
}, vue.toDisplayString((_ctx.fallback || vue.unref(initials)(_ctx.name || "")).toUpperCase()), 5))
|
|
@@ -409,8 +409,8 @@ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
|
409
409
|
}
|
|
410
410
|
});
|
|
411
411
|
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-2f3caf93"]]);
|
|
412
|
-
const _hoisted_1$
|
|
413
|
-
const _hoisted_2$
|
|
412
|
+
const _hoisted_1$K = ["src"];
|
|
413
|
+
const _hoisted_2$u = ["autoplay", "muted", "loop", "controls", "playsinline"];
|
|
414
414
|
const _hoisted_3$o = ["src", "type"];
|
|
415
415
|
const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
416
416
|
__name: "BglVideo",
|
|
@@ -489,7 +489,7 @@ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
|
489
489
|
allowfullscreen: "",
|
|
490
490
|
title: "Video",
|
|
491
491
|
allow: "autoplay"
|
|
492
|
-
}, null, 12, _hoisted_1$
|
|
492
|
+
}, null, 12, _hoisted_1$K)) : _ctx.src ? (vue.openBlock(), vue.createElementBlock("video", {
|
|
493
493
|
key: 1,
|
|
494
494
|
ref_key: "video",
|
|
495
495
|
ref: video,
|
|
@@ -504,13 +504,13 @@ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
|
504
504
|
src: _ctx.src,
|
|
505
505
|
type: `video/${videoFormat.value}`
|
|
506
506
|
}, null, 8, _hoisted_3$o)
|
|
507
|
-
], 12, _hoisted_2$
|
|
507
|
+
], 12, _hoisted_2$u)) : vue.createCommentVNode("", true)
|
|
508
508
|
], 2);
|
|
509
509
|
};
|
|
510
510
|
}
|
|
511
511
|
});
|
|
512
512
|
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-006552f6"]]);
|
|
513
|
-
const _hoisted_1$
|
|
513
|
+
const _hoisted_1$J = {
|
|
514
514
|
key: 0,
|
|
515
515
|
class: "card_label"
|
|
516
516
|
};
|
|
@@ -543,7 +543,7 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
|
543
543
|
}])
|
|
544
544
|
}, {
|
|
545
545
|
default: vue.withCtx(() => [
|
|
546
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$
|
|
546
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$J, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
|
|
547
547
|
vue.renderSlot(_ctx.$slots, "default")
|
|
548
548
|
]),
|
|
549
549
|
_: 3
|
|
@@ -553,8 +553,8 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
|
553
553
|
};
|
|
554
554
|
}
|
|
555
555
|
});
|
|
556
|
-
const _hoisted_1$
|
|
557
|
-
const _hoisted_2$
|
|
556
|
+
const _hoisted_1$I = ["dir"];
|
|
557
|
+
const _hoisted_2$t = {
|
|
558
558
|
key: 0,
|
|
559
559
|
class: "blocker"
|
|
560
560
|
};
|
|
@@ -727,7 +727,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
727
727
|
onMouseover: clearAutoplay,
|
|
728
728
|
onFocusin: clearAutoplay
|
|
729
729
|
}, [
|
|
730
|
-
vue.unref(isDragging) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
730
|
+
vue.unref(isDragging) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$t)) : vue.createCommentVNode("", true),
|
|
731
731
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
732
732
|
], 38),
|
|
733
733
|
vue.createElementVNode("div", _hoisted_3$n, [
|
|
@@ -744,7 +744,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
744
744
|
}, void 0, true)
|
|
745
745
|
])
|
|
746
746
|
])
|
|
747
|
-
], 14, _hoisted_1$
|
|
747
|
+
], 14, _hoisted_1$I);
|
|
748
748
|
};
|
|
749
749
|
}
|
|
750
750
|
});
|
|
@@ -6692,19 +6692,19 @@ var script = vue.defineComponent({
|
|
|
6692
6692
|
return { bar, canvas, direction, mouse };
|
|
6693
6693
|
}
|
|
6694
6694
|
});
|
|
6695
|
-
const _hoisted_1$
|
|
6695
|
+
const _hoisted_1$H = {
|
|
6696
6696
|
key: 0,
|
|
6697
6697
|
class: "layer-hover-bar"
|
|
6698
6698
|
};
|
|
6699
|
-
const _hoisted_2$
|
|
6699
|
+
const _hoisted_2$s = ["x", "y", "width", "height"];
|
|
6700
6700
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6701
|
-
return _ctx.mouse.hover ? (vue.openBlock(), vue.createElementBlock("g", _hoisted_1$
|
|
6701
|
+
return _ctx.mouse.hover ? (vue.openBlock(), vue.createElementBlock("g", _hoisted_1$H, [
|
|
6702
6702
|
vue.createElementVNode("rect", vue.mergeProps({ class: "hover-bar" }, _ctx.barStyle, {
|
|
6703
6703
|
x: _ctx.bar.x,
|
|
6704
6704
|
y: _ctx.bar.y,
|
|
6705
6705
|
width: _ctx.bar.width > 0 ? _ctx.bar.width : 0,
|
|
6706
6706
|
height: _ctx.bar.height > 0 ? _ctx.bar.height : 0
|
|
6707
|
-
}), null, 16, _hoisted_2$
|
|
6707
|
+
}), null, 16, _hoisted_2$s)
|
|
6708
6708
|
])) : vue.createCommentVNode("v-if", true);
|
|
6709
6709
|
}
|
|
6710
6710
|
script.render = render;
|
|
@@ -6850,11 +6850,11 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
6850
6850
|
};
|
|
6851
6851
|
}
|
|
6852
6852
|
});
|
|
6853
|
-
const _hoisted_1$
|
|
6853
|
+
const _hoisted_1$G = {
|
|
6854
6854
|
key: 0,
|
|
6855
6855
|
class: "data"
|
|
6856
6856
|
};
|
|
6857
|
-
const _hoisted_2$
|
|
6857
|
+
const _hoisted_2$r = {
|
|
6858
6858
|
key: 0,
|
|
6859
6859
|
class: "data-row m_py-05"
|
|
6860
6860
|
};
|
|
@@ -6907,7 +6907,7 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
|
6907
6907
|
const computedSchema = vue.computed(() => getFallbackSchema([itemData.value], props2.showFields));
|
|
6908
6908
|
return (_ctx, _cache) => {
|
|
6909
6909
|
var _a2;
|
|
6910
|
-
return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6910
|
+
return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$G, [
|
|
6911
6911
|
_ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$3), {
|
|
6912
6912
|
key: 0,
|
|
6913
6913
|
label: _ctx.title
|
|
@@ -6916,7 +6916,7 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
|
6916
6916
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
6917
6917
|
key: field.id
|
|
6918
6918
|
}, [
|
|
6919
|
-
vue.unref(iffer)(field, itemData.value) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
6919
|
+
vue.unref(iffer)(field, itemData.value) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$r, [
|
|
6920
6920
|
vue.createElementVNode("div", _hoisted_3$l, [
|
|
6921
6921
|
vue.createElementVNode("p", _hoisted_4$d, vue.toDisplayString((field == null ? void 0 : field.label) || vue.unref(keyToLabel)(field.id)), 1)
|
|
6922
6922
|
]),
|
|
@@ -9606,7 +9606,7 @@ function useTabs(group) {
|
|
|
9606
9606
|
});
|
|
9607
9607
|
return { currentTab };
|
|
9608
9608
|
}
|
|
9609
|
-
const _hoisted_1$
|
|
9609
|
+
const _hoisted_1$F = ["onClick"];
|
|
9610
9610
|
const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
9611
9611
|
__name: "TabsNav",
|
|
9612
9612
|
props: {
|
|
@@ -9688,7 +9688,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
9688
9688
|
icon: tab.icon
|
|
9689
9689
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
9690
9690
|
vue.createTextVNode(" " + vue.toDisplayString(tabLabel(tab)), 1)
|
|
9691
|
-
], 10, _hoisted_1$
|
|
9691
|
+
], 10, _hoisted_1$F);
|
|
9692
9692
|
}), 128))
|
|
9693
9693
|
], 2);
|
|
9694
9694
|
};
|
|
@@ -9712,7 +9712,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
|
9712
9712
|
customAttrs.value.multiline = true;
|
|
9713
9713
|
return TextInput;
|
|
9714
9714
|
}
|
|
9715
|
-
if (props2.field.$el === "array") return
|
|
9715
|
+
if (props2.field.$el === "array") return _sfc_main$M;
|
|
9716
9716
|
if (props2.field.$el === "select") return SelectInput;
|
|
9717
9717
|
if (props2.field.$el === "toggle") return ToggleInput;
|
|
9718
9718
|
if (props2.field.$el === "check") return CheckInput;
|
|
@@ -9720,6 +9720,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
|
9720
9720
|
if (props2.field.$el === "file") return FileUpload;
|
|
9721
9721
|
if (props2.field.$el === "date") return _sfc_main$H;
|
|
9722
9722
|
if (props2.field.$el === "tabs") return TabsNav;
|
|
9723
|
+
if (props2.field.$el === "form") return _sfc_main$O;
|
|
9723
9724
|
return props2.field.$el ?? "div";
|
|
9724
9725
|
});
|
|
9725
9726
|
const formData = vue.computed({
|
|
@@ -9742,6 +9743,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
|
9742
9743
|
temp[keys4[keys4.length - 1]] = val;
|
|
9743
9744
|
return data2;
|
|
9744
9745
|
}
|
|
9746
|
+
const isForm = vue.computed(() => props2.field.$el === "form" || props2.field.$el === _sfc_main$O);
|
|
9745
9747
|
function getFieldData(obj, key) {
|
|
9746
9748
|
if (typeof obj !== "object" || obj === null) return obj;
|
|
9747
9749
|
const keys4 = key.split(objPathRegex);
|
|
@@ -9757,12 +9759,17 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
|
9757
9759
|
}
|
|
9758
9760
|
const fieldData = vue.computed({
|
|
9759
9761
|
set: (val) => {
|
|
9762
|
+
if (isForm.value) {
|
|
9763
|
+
emit2("update:modelValue", val);
|
|
9764
|
+
return;
|
|
9765
|
+
}
|
|
9760
9766
|
if (!props2.field.id) return;
|
|
9761
9767
|
const data2 = setFieldData(props2.field.id, val);
|
|
9762
9768
|
emit2("update:modelValue", data2);
|
|
9763
9769
|
},
|
|
9764
9770
|
get: () => {
|
|
9765
9771
|
if (props2.field.id) return getFieldData(props2.modelValue, props2.field.id);
|
|
9772
|
+
if (isForm.value) return props2.modelValue;
|
|
9766
9773
|
return props2.field.defaultValue ?? "";
|
|
9767
9774
|
}
|
|
9768
9775
|
});
|
|
@@ -9971,7 +9978,7 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
9971
9978
|
};
|
|
9972
9979
|
}
|
|
9973
9980
|
});
|
|
9974
|
-
const _hoisted_1$
|
|
9981
|
+
const _hoisted_1$E = { key: 0 };
|
|
9975
9982
|
const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
9976
9983
|
__name: "BglMultiStepForm",
|
|
9977
9984
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
@@ -10039,7 +10046,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
10039
10046
|
mode: "out-in"
|
|
10040
10047
|
}, {
|
|
10041
10048
|
default: vue.withCtx(() => [
|
|
10042
|
-
!vue.unref(isStepping) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
10049
|
+
!vue.unref(isStepping) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$E, [
|
|
10043
10050
|
vue.createVNode(vue.unref(_sfc_main$O), vue.mergeProps({
|
|
10044
10051
|
ref_key: "formRef",
|
|
10045
10052
|
ref: formRef,
|
|
@@ -10079,7 +10086,8 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
10079
10086
|
};
|
|
10080
10087
|
}
|
|
10081
10088
|
});
|
|
10082
|
-
const _hoisted_1$
|
|
10089
|
+
const _hoisted_1$D = { class: "label mb-05" };
|
|
10090
|
+
const _hoisted_2$q = { class: "ps-05 border-start" };
|
|
10083
10091
|
const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
10084
10092
|
__name: "FieldArray",
|
|
10085
10093
|
props: {
|
|
@@ -10116,57 +10124,40 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
10116
10124
|
data2.value.push({});
|
|
10117
10125
|
emitValue();
|
|
10118
10126
|
}
|
|
10119
|
-
vue.computed(
|
|
10120
|
-
() => ({
|
|
10121
|
-
label: props2.label,
|
|
10122
|
-
placeholder: props2.placeholder,
|
|
10123
|
-
children: props2.children,
|
|
10124
|
-
class: props2.class,
|
|
10125
|
-
attrs: props2.attrs,
|
|
10126
|
-
required: props2.required,
|
|
10127
|
-
disabled: props2.disabled,
|
|
10128
|
-
helptext: props2.helptext,
|
|
10129
|
-
options: props2.options,
|
|
10130
|
-
defaultValue: props2.defaultValue,
|
|
10131
|
-
$el: props2.el
|
|
10132
|
-
})
|
|
10133
|
-
);
|
|
10134
10127
|
return (_ctx, _cache) => {
|
|
10135
10128
|
return vue.openBlock(), vue.createElementBlock("div", null, [
|
|
10136
|
-
vue.createElementVNode("p", _hoisted_1$
|
|
10137
|
-
vue.createElementVNode("div",
|
|
10129
|
+
vue.createElementVNode("p", _hoisted_1$D, vue.toDisplayString(_ctx.label), 1),
|
|
10130
|
+
vue.createElementVNode("div", _hoisted_2$q, [
|
|
10138
10131
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(data2.value, (_2, i2) => {
|
|
10139
|
-
return vue.openBlock(), vue.
|
|
10132
|
+
return vue.openBlock(), vue.createElementBlock("div", {
|
|
10140
10133
|
key: i2,
|
|
10141
10134
|
outline: "",
|
|
10142
10135
|
thin: "",
|
|
10143
|
-
class: "mb-05 itemBox
|
|
10144
|
-
},
|
|
10145
|
-
|
|
10146
|
-
|
|
10147
|
-
|
|
10148
|
-
|
|
10149
|
-
|
|
10150
|
-
|
|
10151
|
-
|
|
10152
|
-
|
|
10153
|
-
|
|
10154
|
-
|
|
10155
|
-
|
|
10156
|
-
|
|
10157
|
-
|
|
10158
|
-
|
|
10159
|
-
|
|
10160
|
-
|
|
10161
|
-
]),
|
|
10162
|
-
_: 2
|
|
10163
|
-
}, 1024);
|
|
10136
|
+
class: "mb-05 itemBox transition p-05"
|
|
10137
|
+
}, [
|
|
10138
|
+
_ctx.schema ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$O), {
|
|
10139
|
+
key: 0,
|
|
10140
|
+
modelValue: data2.value[i2],
|
|
10141
|
+
"onUpdate:modelValue": [($event) => data2.value[i2] = $event, emitValue],
|
|
10142
|
+
schema: _ctx.schema
|
|
10143
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "schema"])) : vue.createCommentVNode("", true),
|
|
10144
|
+
props2.delete ? (vue.openBlock(), vue.createBlock(vue.unref(Btn), {
|
|
10145
|
+
key: 1,
|
|
10146
|
+
icon: "delete",
|
|
10147
|
+
value: "Delete",
|
|
10148
|
+
class: "txt10 opacity-7 color-red",
|
|
10149
|
+
thin: "",
|
|
10150
|
+
flat: "",
|
|
10151
|
+
onClick: ($event) => deleteItem(i2)
|
|
10152
|
+
}, null, 8, ["onClick"])) : vue.createCommentVNode("", true)
|
|
10153
|
+
]);
|
|
10164
10154
|
}), 128)),
|
|
10165
10155
|
_ctx.add ? (vue.openBlock(), vue.createBlock(vue.unref(Btn), {
|
|
10166
10156
|
key: 0,
|
|
10157
|
+
thin: "",
|
|
10167
10158
|
icon: "add",
|
|
10168
10159
|
color: "gray",
|
|
10169
|
-
class: "
|
|
10160
|
+
class: "txt12",
|
|
10170
10161
|
onClick: addItem
|
|
10171
10162
|
}, {
|
|
10172
10163
|
default: vue.withCtx(() => [
|
|
@@ -10179,8 +10170,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
10179
10170
|
};
|
|
10180
10171
|
}
|
|
10181
10172
|
});
|
|
10182
|
-
const
|
|
10183
|
-
const _hoisted_1$D = { class: "primary-checkbox" };
|
|
10173
|
+
const _hoisted_1$C = { class: "primary-checkbox" };
|
|
10184
10174
|
const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
10185
10175
|
__name: "Checkbox",
|
|
10186
10176
|
props: {
|
|
@@ -10191,7 +10181,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
10191
10181
|
setup(__props) {
|
|
10192
10182
|
const val = vue.useModel(__props, "modelValue");
|
|
10193
10183
|
return (_ctx, _cache) => {
|
|
10194
|
-
return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$
|
|
10184
|
+
return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$C, [
|
|
10195
10185
|
vue.renderSlot(_ctx.$slots, "label", {}, void 0, true),
|
|
10196
10186
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
10197
10187
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
|
|
@@ -10204,7 +10194,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
10204
10194
|
}
|
|
10205
10195
|
});
|
|
10206
10196
|
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-73f1d9ad"]]);
|
|
10207
|
-
const _hoisted_1$
|
|
10197
|
+
const _hoisted_1$B = ["title"];
|
|
10208
10198
|
const _hoisted_2$p = ["id", "value", "required"];
|
|
10209
10199
|
const _hoisted_3$k = ["for"];
|
|
10210
10200
|
const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -10249,12 +10239,12 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
10249
10239
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
10250
10240
|
], true)
|
|
10251
10241
|
], 8, _hoisted_3$k)
|
|
10252
|
-
], 10, _hoisted_1$
|
|
10242
|
+
], 10, _hoisted_1$B);
|
|
10253
10243
|
};
|
|
10254
10244
|
}
|
|
10255
10245
|
});
|
|
10256
10246
|
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-03ed2982"]]);
|
|
10257
|
-
const _hoisted_1$
|
|
10247
|
+
const _hoisted_1$A = {
|
|
10258
10248
|
key: 0,
|
|
10259
10249
|
class: "code-editor-wrap grid rounded p-1 overflow hm-300px"
|
|
10260
10250
|
};
|
|
@@ -10341,7 +10331,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
10341
10331
|
}
|
|
10342
10332
|
}, { immediate: true });
|
|
10343
10333
|
return (_ctx, _cache) => {
|
|
10344
|
-
return vue.unref(loaded) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
10334
|
+
return vue.unref(loaded) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$A, [
|
|
10345
10335
|
vue.createElementVNode("div", {
|
|
10346
10336
|
class: "relative block h-100",
|
|
10347
10337
|
style: vue.normalizeStyle({ height: vue.unref(height) })
|
|
@@ -10375,7 +10365,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
10375
10365
|
}
|
|
10376
10366
|
});
|
|
10377
10367
|
const CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-4f1dc18a"]]);
|
|
10378
|
-
const _hoisted_1$
|
|
10368
|
+
const _hoisted_1$z = ["title"];
|
|
10379
10369
|
const _hoisted_2$n = ["id", "placeholder", "required"];
|
|
10380
10370
|
const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
10381
10371
|
__name: "ColorPicker",
|
|
@@ -10419,7 +10409,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
10419
10409
|
[vue.vModelText, inputVal.value]
|
|
10420
10410
|
])
|
|
10421
10411
|
])
|
|
10422
|
-
], 10, _hoisted_1$
|
|
10412
|
+
], 10, _hoisted_1$z)) : vue.createCommentVNode("", true);
|
|
10423
10413
|
};
|
|
10424
10414
|
}
|
|
10425
10415
|
});
|
|
@@ -18977,7 +18967,7 @@ const eo = ({
|
|
|
18977
18967
|
Object.entries(go).forEach(([e, t]) => {
|
|
18978
18968
|
e !== "default" && (Hn[e] = t);
|
|
18979
18969
|
});
|
|
18980
|
-
const _hoisted_1$
|
|
18970
|
+
const _hoisted_1$y = ["title"];
|
|
18981
18971
|
const _hoisted_2$m = { key: 0 };
|
|
18982
18972
|
const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
18983
18973
|
__name: "DateInput",
|
|
@@ -19037,11 +19027,11 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
19037
19027
|
"minutes-grid-increment": _ctx.minutesGridIncrement,
|
|
19038
19028
|
"start-time": { hours: 8, minutes: 0 }
|
|
19039
19029
|
}), null, 16, ["modelValue", "required", "enable-time-picker", "allowed-dates", "time-picker-inline", "minutes-increment", "minutes-grid-increment"])
|
|
19040
|
-
], 10, _hoisted_1$
|
|
19030
|
+
], 10, _hoisted_1$y);
|
|
19041
19031
|
};
|
|
19042
19032
|
}
|
|
19043
19033
|
});
|
|
19044
|
-
const _hoisted_1$
|
|
19034
|
+
const _hoisted_1$x = { class: "datetime-wrap" };
|
|
19045
19035
|
const _hoisted_2$l = { class: "date-wrap" };
|
|
19046
19036
|
const _hoisted_3$i = {
|
|
19047
19037
|
key: 0,
|
|
@@ -19077,7 +19067,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
19077
19067
|
return `${hour}:${minute}`;
|
|
19078
19068
|
});
|
|
19079
19069
|
return (_ctx, _cache) => {
|
|
19080
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
19070
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$x, [
|
|
19081
19071
|
vue.createElementVNode("div", _hoisted_2$l, [
|
|
19082
19072
|
vue.createVNode(vue.unref(Hn), vue.mergeProps({
|
|
19083
19073
|
modelValue: selectedDate.value,
|
|
@@ -19118,7 +19108,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
19118
19108
|
};
|
|
19119
19109
|
}
|
|
19120
19110
|
});
|
|
19121
|
-
const _hoisted_1$
|
|
19111
|
+
const _hoisted_1$w = ["src", "alt", "width", "height"];
|
|
19122
19112
|
const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
19123
19113
|
__name: "Image",
|
|
19124
19114
|
props: {
|
|
@@ -19182,7 +19172,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
19182
19172
|
alt: _ctx.alt,
|
|
19183
19173
|
width: vue.unref(normalizeDimension)(_ctx.width),
|
|
19184
19174
|
height: vue.unref(normalizeDimension)(_ctx.height)
|
|
19185
|
-
}), null, 16, _hoisted_1$
|
|
19175
|
+
}), null, 16, _hoisted_1$w)) : (vue.openBlock(), vue.createBlock(vue.unref(Skeleton), {
|
|
19186
19176
|
key: 1,
|
|
19187
19177
|
class: "img-web-kit",
|
|
19188
19178
|
width: vue.unref(normalizeDimension)(_ctx.width),
|
|
@@ -19192,7 +19182,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
19192
19182
|
}
|
|
19193
19183
|
});
|
|
19194
19184
|
const Image$1 = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-a96b25a8"]]);
|
|
19195
|
-
const _hoisted_1$
|
|
19185
|
+
const _hoisted_1$v = { class: "bagel-input" };
|
|
19196
19186
|
const _hoisted_2$k = {
|
|
19197
19187
|
key: 0,
|
|
19198
19188
|
placeholder: "required",
|
|
@@ -19404,7 +19394,7 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
19404
19394
|
return (_ctx, _cache) => {
|
|
19405
19395
|
const _directive_tooltip = vue.resolveDirective("tooltip");
|
|
19406
19396
|
const _directive_lightbox = vue.resolveDirective("lightbox");
|
|
19407
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
19397
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$v, [
|
|
19408
19398
|
vue.createElementVNode("label", null, vue.toDisplayString(_ctx.label), 1),
|
|
19409
19399
|
_ctx.required && !storageFiles.value.length ? (vue.openBlock(), vue.createElementBlock("input", _hoisted_2$k)) : vue.createCommentVNode("", true),
|
|
19410
19400
|
_ctx.theme === "basic" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$W), {
|
|
@@ -19653,7 +19643,7 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
19653
19643
|
}
|
|
19654
19644
|
});
|
|
19655
19645
|
const FileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-6bfdaea2"]]);
|
|
19656
|
-
const _hoisted_1$
|
|
19646
|
+
const _hoisted_1$u = ["title"];
|
|
19657
19647
|
const _hoisted_2$j = { key: 0 };
|
|
19658
19648
|
const _hoisted_3$g = ["value", "placeholder"];
|
|
19659
19649
|
const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -19688,12 +19678,12 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
19688
19678
|
placeholder: _ctx.placeholder,
|
|
19689
19679
|
onInput: handleInput
|
|
19690
19680
|
}, null, 42, _hoisted_3$g)
|
|
19691
|
-
], 10, _hoisted_1$
|
|
19681
|
+
], 10, _hoisted_1$u);
|
|
19692
19682
|
};
|
|
19693
19683
|
}
|
|
19694
19684
|
});
|
|
19695
19685
|
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-1cbaeab2"]]);
|
|
19696
|
-
const _hoisted_1$
|
|
19686
|
+
const _hoisted_1$t = ["value", "autofocus", "onKeydown", "onPaste"];
|
|
19697
19687
|
const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
19698
19688
|
__name: "OTP",
|
|
19699
19689
|
props: {
|
|
@@ -19792,7 +19782,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
19792
19782
|
oninput: "this.value = this.value.slice(0, 1);",
|
|
19793
19783
|
onKeydown: ($event) => handleKeyDown($event, ind),
|
|
19794
19784
|
onPaste: ($event) => handlePaste($event, ind)
|
|
19795
|
-
}, null, 40, _hoisted_1$
|
|
19785
|
+
}, null, 40, _hoisted_1$t);
|
|
19796
19786
|
}), 128))
|
|
19797
19787
|
], 512);
|
|
19798
19788
|
};
|
|
@@ -19862,7 +19852,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
19862
19852
|
};
|
|
19863
19853
|
}
|
|
19864
19854
|
});
|
|
19865
|
-
const _hoisted_1$
|
|
19855
|
+
const _hoisted_1$s = ["for"];
|
|
19866
19856
|
const _hoisted_2$i = ["id", "name", "value"];
|
|
19867
19857
|
const _hoisted_3$f = { class: "flex w-100 gap-1 flex-wrap m_gap-05 m_gap-row-025" };
|
|
19868
19858
|
const _hoisted_4$9 = ["src", "alt"];
|
|
@@ -19928,14 +19918,14 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
19928
19918
|
icon: "delete",
|
|
19929
19919
|
onClick: ($event) => _ctx.$emit("delete", opt)
|
|
19930
19920
|
}, null, 8, ["onClick"])) : vue.createCommentVNode("", true)
|
|
19931
|
-
], 8, _hoisted_1$
|
|
19921
|
+
], 8, _hoisted_1$s);
|
|
19932
19922
|
}), 128))
|
|
19933
19923
|
]);
|
|
19934
19924
|
};
|
|
19935
19925
|
}
|
|
19936
19926
|
});
|
|
19937
19927
|
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-3e9e030f"]]);
|
|
19938
|
-
const _hoisted_1$
|
|
19928
|
+
const _hoisted_1$r = { class: "bagel-input" };
|
|
19939
19929
|
const _hoisted_2$h = { class: "pb-025" };
|
|
19940
19930
|
const _hoisted_3$e = { class: "flex gap-05 flex-wrap" };
|
|
19941
19931
|
const _hoisted_4$8 = ["id", "name", "value", "checked"];
|
|
@@ -19981,7 +19971,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
19981
19971
|
selectedValue.value = props2.modelValue;
|
|
19982
19972
|
});
|
|
19983
19973
|
return (_ctx, _cache) => {
|
|
19984
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
19974
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$r, [
|
|
19985
19975
|
vue.createElementVNode("label", _hoisted_2$h, vue.toDisplayString(_ctx.label), 1),
|
|
19986
19976
|
vue.createElementVNode("div", _hoisted_3$e, [
|
|
19987
19977
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.options, (option2, index2) => {
|
|
@@ -20008,7 +19998,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
20008
19998
|
}
|
|
20009
19999
|
});
|
|
20010
20000
|
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-cf892d71"]]);
|
|
20011
|
-
const _hoisted_1$
|
|
20001
|
+
const _hoisted_1$q = { key: 0 };
|
|
20012
20002
|
const _hoisted_2$g = ["id", "disabled", "max", "min", "step", "required", "name"];
|
|
20013
20003
|
const _hoisted_3$d = { key: 1 };
|
|
20014
20004
|
const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -20055,7 +20045,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
20055
20045
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
20056
20046
|
class: vue.normalizeClass(["flex gap-1 align-center range-slide", { disabled: _ctx.disabled }])
|
|
20057
20047
|
}, [
|
|
20058
|
-
_ctx.min !== void 0 ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_1$
|
|
20048
|
+
_ctx.min !== void 0 ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_1$q, vue.toDisplayString(_ctx.min), 1)) : vue.createCommentVNode("", true),
|
|
20059
20049
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
20060
20050
|
id: _ctx.id,
|
|
20061
20051
|
ref_key: "range",
|
|
@@ -20144,7 +20134,7 @@ const toolbarOptions = [
|
|
|
20144
20134
|
{ name: "separator" },
|
|
20145
20135
|
{ name: "fullScreen", label: "Full Screen", icon: "fullscreen", class: "ms-auto" }
|
|
20146
20136
|
];
|
|
20147
|
-
const _hoisted_1$
|
|
20137
|
+
const _hoisted_1$p = { class: "grid grid-wrap p-05" };
|
|
20148
20138
|
const _hoisted_2$f = ["onMousemove", "onClick"];
|
|
20149
20139
|
const _hoisted_3$c = { class: "txt-center txt-12 color-gray" };
|
|
20150
20140
|
const fb = 1;
|
|
@@ -20165,7 +20155,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
20165
20155
|
return hoveredCol.value > base - 1 ? enlarge : base;
|
|
20166
20156
|
});
|
|
20167
20157
|
return (_ctx, _cache) => {
|
|
20168
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
20158
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$p, [
|
|
20169
20159
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(rowSize.value, (row) => {
|
|
20170
20160
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
20171
20161
|
key: `row-${row}`,
|
|
@@ -20202,7 +20192,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
20202
20192
|
}
|
|
20203
20193
|
});
|
|
20204
20194
|
const GridBox = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-4548b70f"]]);
|
|
20205
|
-
const _hoisted_1$
|
|
20195
|
+
const _hoisted_1$o = {
|
|
20206
20196
|
class: "toolbar flex gap-025 pb-05 flex-wrap",
|
|
20207
20197
|
role: "toolbar"
|
|
20208
20198
|
};
|
|
@@ -20221,7 +20211,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
20221
20211
|
}
|
|
20222
20212
|
return (_ctx, _cache) => {
|
|
20223
20213
|
const _directive_tooltip = vue.resolveDirective("tooltip");
|
|
20224
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
20214
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$o, [
|
|
20225
20215
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.config.map(configToOption).filter(Boolean), (action, index2) => {
|
|
20226
20216
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: index2 }, [
|
|
20227
20217
|
action.name === "insertTable" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$S), {
|
|
@@ -20898,7 +20888,7 @@ function useEditorKeyboard(doc, handleToolbarAction) {
|
|
|
20898
20888
|
}
|
|
20899
20889
|
});
|
|
20900
20890
|
}
|
|
20901
|
-
const _hoisted_1$
|
|
20891
|
+
const _hoisted_1$n = { class: "content-area radius-05" };
|
|
20902
20892
|
const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
20903
20893
|
__name: "index",
|
|
20904
20894
|
props: {
|
|
@@ -20944,7 +20934,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
20944
20934
|
return (_ctx, _cache) => {
|
|
20945
20935
|
var _a2, _b;
|
|
20946
20936
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
20947
|
-
class: vue.normalizeClass(["rich-text-editor rounded pt-05 px-05 pb-075", { "fullscreen-mode": vue.unref(editor).state.isFullscreen }])
|
|
20937
|
+
class: vue.normalizeClass(["rich-text-editor rounded pt-05 px-05 pb-075 mb-05", { "fullscreen-mode": vue.unref(editor).state.isFullscreen }])
|
|
20948
20938
|
}, [
|
|
20949
20939
|
vue.unref(editor).state.hasInit ? (vue.openBlock(), vue.createBlock(Toolbar, {
|
|
20950
20940
|
key: 0,
|
|
@@ -20955,7 +20945,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
20955
20945
|
vue.createElementVNode("div", {
|
|
20956
20946
|
class: vue.normalizeClass(["editor-container", { "split-view": (_a2 = vue.unref(editor)) == null ? void 0 : _a2.state.isSplitView }])
|
|
20957
20947
|
}, [
|
|
20958
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
20948
|
+
vue.createElementVNode("div", _hoisted_1$n, [
|
|
20959
20949
|
vue.createElementVNode("iframe", {
|
|
20960
20950
|
id: "rich-text-iframe",
|
|
20961
20951
|
ref_key: "iframe",
|
|
@@ -20979,8 +20969,8 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
20979
20969
|
};
|
|
20980
20970
|
}
|
|
20981
20971
|
});
|
|
20982
|
-
const RichText = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-
|
|
20983
|
-
const _hoisted_1$
|
|
20972
|
+
const RichText = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-8d91c8f8"]]);
|
|
20973
|
+
const _hoisted_1$m = { class: "flex gap-05" };
|
|
20984
20974
|
const _hoisted_2$e = ["disabled"];
|
|
20985
20975
|
const _hoisted_3$b = { key: 1 };
|
|
20986
20976
|
const _hoisted_4$7 = {
|
|
@@ -21176,7 +21166,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
21176
21166
|
trigger: vue.withCtx(() => [
|
|
21177
21167
|
vue.createElementVNode("label", null, [
|
|
21178
21168
|
vue.createTextVNode(vue.toDisplayString(_ctx.label) + " ", 1),
|
|
21179
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
21169
|
+
vue.createElementVNode("div", _hoisted_1$m, [
|
|
21180
21170
|
_ctx.searchable && vue.unref(open) ? (vue.openBlock(), vue.createBlock(vue.unref(TextInput), {
|
|
21181
21171
|
key: 0,
|
|
21182
21172
|
ref_key: "searchInput",
|
|
@@ -21891,7 +21881,7 @@ class SignaturePad extends SignatureEventTarget {
|
|
|
21891
21881
|
return svg.outerHTML;
|
|
21892
21882
|
}
|
|
21893
21883
|
}
|
|
21894
|
-
const _hoisted_1$
|
|
21884
|
+
const _hoisted_1$l = ["disabled"];
|
|
21895
21885
|
const _hoisted_2$d = {
|
|
21896
21886
|
key: 1,
|
|
21897
21887
|
placeholder: "required",
|
|
@@ -22052,7 +22042,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
22052
22042
|
ref: vCanvas,
|
|
22053
22043
|
class: "canvas",
|
|
22054
22044
|
disabled: _ctx.disabled
|
|
22055
|
-
}, null, 8, _hoisted_1$
|
|
22045
|
+
}, null, 8, _hoisted_1$l),
|
|
22056
22046
|
_ctx.required && vue.unref(_isEmpty) ? (vue.openBlock(), vue.createElementBlock("input", _hoisted_2$d)) : vue.createCommentVNode("", true)
|
|
22057
22047
|
], 34);
|
|
22058
22048
|
};
|
|
@@ -24537,7 +24527,7 @@ const VueDraggableNext = vue.defineComponent({
|
|
|
24537
24527
|
}
|
|
24538
24528
|
}
|
|
24539
24529
|
});
|
|
24540
|
-
const _hoisted_1$
|
|
24530
|
+
const _hoisted_1$k = ["title"];
|
|
24541
24531
|
const _hoisted_2$c = { class: "bagel-input" };
|
|
24542
24532
|
const _hoisted_3$a = { class: "table-side-scroll" };
|
|
24543
24533
|
const _hoisted_4$6 = { class: "table-header" };
|
|
@@ -24683,7 +24673,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
24683
24673
|
])),
|
|
24684
24674
|
_: 1
|
|
24685
24675
|
})
|
|
24686
|
-
], 8, _hoisted_1$
|
|
24676
|
+
], 8, _hoisted_1$k);
|
|
24687
24677
|
};
|
|
24688
24678
|
}
|
|
24689
24679
|
});
|
|
@@ -29134,7 +29124,7 @@ function parsePhoneNumber$1() {
|
|
|
29134
29124
|
function parsePhoneNumber() {
|
|
29135
29125
|
return withMetadataArgument(parsePhoneNumber$1, arguments);
|
|
29136
29126
|
}
|
|
29137
|
-
const _hoisted_1$
|
|
29127
|
+
const _hoisted_1$j = ["aria-expanded"];
|
|
29138
29128
|
const _hoisted_2$b = { class: "p-075 tel-countryp-dropdown" };
|
|
29139
29129
|
const _hoisted_3$9 = ["aria-selected", "onClick", "onMousemove"];
|
|
29140
29130
|
const _hoisted_4$5 = { class: "tel-country" };
|
|
@@ -29488,14 +29478,14 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
29488
29478
|
}, null, 44, _hoisted_6$4), [
|
|
29489
29479
|
[vue.vModelText, phone.value]
|
|
29490
29480
|
])
|
|
29491
|
-
], 40, _hoisted_1$
|
|
29481
|
+
], 40, _hoisted_1$j)
|
|
29492
29482
|
])
|
|
29493
29483
|
], 2);
|
|
29494
29484
|
};
|
|
29495
29485
|
}
|
|
29496
29486
|
});
|
|
29497
29487
|
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-627af458"]]);
|
|
29498
|
-
const _hoisted_1$
|
|
29488
|
+
const _hoisted_1$i = ["title"];
|
|
29499
29489
|
const _hoisted_2$a = ["for"];
|
|
29500
29490
|
const _hoisted_3$8 = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
|
|
29501
29491
|
const _hoisted_4$4 = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
|
|
@@ -29637,12 +29627,12 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
29637
29627
|
icon: _ctx.icon
|
|
29638
29628
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true)
|
|
29639
29629
|
], 8, _hoisted_2$a)
|
|
29640
|
-
], 10, _hoisted_1$
|
|
29630
|
+
], 10, _hoisted_1$i);
|
|
29641
29631
|
};
|
|
29642
29632
|
}
|
|
29643
29633
|
});
|
|
29644
29634
|
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-0e10a3b5"]]);
|
|
29645
|
-
const _hoisted_1$
|
|
29635
|
+
const _hoisted_1$h = ["title"];
|
|
29646
29636
|
const _hoisted_2$9 = ["id", "required"];
|
|
29647
29637
|
const _hoisted_3$7 = ["for"];
|
|
29648
29638
|
const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -29689,12 +29679,12 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
29689
29679
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
29690
29680
|
], true)
|
|
29691
29681
|
], 8, _hoisted_3$7)
|
|
29692
|
-
], 10, _hoisted_1$
|
|
29682
|
+
], 10, _hoisted_1$h);
|
|
29693
29683
|
};
|
|
29694
29684
|
}
|
|
29695
29685
|
});
|
|
29696
29686
|
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-486451e5"]]);
|
|
29697
|
-
const _hoisted_1$
|
|
29687
|
+
const _hoisted_1$g = ["src", "title", "width", "height", "marginwidth", "marginheight", "csp", "scrolling", "srcset"];
|
|
29698
29688
|
const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
29699
29689
|
__name: "IframeVue",
|
|
29700
29690
|
props: {
|
|
@@ -29754,11 +29744,11 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
29754
29744
|
scrolling: _ctx.scrolling,
|
|
29755
29745
|
srcset: _ctx.srcset,
|
|
29756
29746
|
onLoad: _cache[0] || (_cache[0] = ($event) => emit2("load", $event))
|
|
29757
|
-
}, null, 40, _hoisted_1$
|
|
29747
|
+
}, null, 40, _hoisted_1$g);
|
|
29758
29748
|
};
|
|
29759
29749
|
}
|
|
29760
29750
|
});
|
|
29761
|
-
const _hoisted_1$
|
|
29751
|
+
const _hoisted_1$f = { class: "m-0 pb-025 txt14 line-height-1 w60 menu-text" };
|
|
29762
29752
|
const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
29763
29753
|
__name: "BottomMenu",
|
|
29764
29754
|
props: {
|
|
@@ -29782,7 +29772,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
29782
29772
|
size: 1.4,
|
|
29783
29773
|
class: "m-0 line-height-14"
|
|
29784
29774
|
}, null, 8, ["icon"]),
|
|
29785
|
-
vue.createElementVNode("p", _hoisted_1$
|
|
29775
|
+
vue.createElementVNode("p", _hoisted_1$f, vue.toDisplayString(nav.label), 1)
|
|
29786
29776
|
]),
|
|
29787
29777
|
_: 2
|
|
29788
29778
|
}, 1032, ["to", "onClick"]);
|
|
@@ -29837,7 +29827,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
29837
29827
|
}
|
|
29838
29828
|
});
|
|
29839
29829
|
const Layout = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-1814129a"]]);
|
|
29840
|
-
const _hoisted_1$
|
|
29830
|
+
const _hoisted_1$e = { key: 0 };
|
|
29841
29831
|
const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
29842
29832
|
__name: "SidebarMenu",
|
|
29843
29833
|
props: {
|
|
@@ -29885,7 +29875,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
29885
29875
|
}, null, 8, ["icon"]),
|
|
29886
29876
|
vue.createVNode(vue.Transition, { name: "showP" }, {
|
|
29887
29877
|
default: vue.withCtx(() => [
|
|
29888
|
-
_ctx.open ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_1$
|
|
29878
|
+
_ctx.open ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_1$e, vue.toDisplayString(nav.label), 1)) : vue.createCommentVNode("", true)
|
|
29889
29879
|
]),
|
|
29890
29880
|
_: 2
|
|
29891
29881
|
}, 1024)
|
|
@@ -29945,7 +29935,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
29945
29935
|
}
|
|
29946
29936
|
});
|
|
29947
29937
|
const Skeleton = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-4da8c0d1"]]);
|
|
29948
|
-
const _hoisted_1$
|
|
29938
|
+
const _hoisted_1$d = { class: "bgl_card tabs-top" };
|
|
29949
29939
|
const _hoisted_2$8 = { class: "tabs grid auto-flow-columns fit-content" };
|
|
29950
29940
|
const _hoisted_3$6 = ["onClick"];
|
|
29951
29941
|
const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -29981,7 +29971,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
29981
29971
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
29982
29972
|
class: vue.normalizeClass(["h-100 grid list-view gap-1", { "side-tabs": _ctx.sideTabs }])
|
|
29983
29973
|
}, [
|
|
29984
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
29974
|
+
vue.createElementVNode("div", _hoisted_1$d, [
|
|
29985
29975
|
vue.renderSlot(_ctx.$slots, "top-section", {}, void 0, true),
|
|
29986
29976
|
vue.createElementVNode("div", _hoisted_2$8, [
|
|
29987
29977
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.tabs, (tab) => {
|
|
@@ -30009,7 +29999,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
30009
29999
|
}
|
|
30010
30000
|
});
|
|
30011
30001
|
const TabbedLayout = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-0a54cdeb"]]);
|
|
30012
|
-
const _hoisted_1$
|
|
30002
|
+
const _hoisted_1$c = { key: 0 };
|
|
30013
30003
|
const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
30014
30004
|
__name: "Tabs",
|
|
30015
30005
|
props: {
|
|
@@ -30052,14 +30042,13 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
30052
30042
|
group: vue.unref(group),
|
|
30053
30043
|
class: "mb-05"
|
|
30054
30044
|
}, null, 8, ["modelValue", "flat", "tabs", "group"]),
|
|
30055
|
-
vue.unref(currentTab) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
30045
|
+
vue.unref(currentTab) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$c, [
|
|
30056
30046
|
vue.unref(slots)[vue.unref(currentTab)] ? vue.renderSlot(_ctx.$slots, vue.unref(currentTab), { key: 0 }) : vue.unref(currentTab) ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(vue.unref(tabComponent)), { key: 1 })) : vue.createCommentVNode("", true)
|
|
30057
30047
|
])) : vue.createCommentVNode("", true)
|
|
30058
30048
|
], 64);
|
|
30059
30049
|
};
|
|
30060
30050
|
}
|
|
30061
30051
|
});
|
|
30062
|
-
const _hoisted_1$c = { key: 0 };
|
|
30063
30052
|
const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
30064
30053
|
__name: "TabsBody",
|
|
30065
30054
|
props: {
|
|
@@ -30069,9 +30058,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
30069
30058
|
const props2 = __props;
|
|
30070
30059
|
const { currentTab } = useTabs(props2.group);
|
|
30071
30060
|
return (_ctx, _cache) => {
|
|
30072
|
-
return vue.unref(currentTab) ? (vue.
|
|
30073
|
-
vue.renderSlot(_ctx.$slots, vue.unref(currentTab))
|
|
30074
|
-
])) : vue.createCommentVNode("", true);
|
|
30061
|
+
return vue.unref(currentTab) ? vue.renderSlot(_ctx.$slots, vue.unref(currentTab), { key: 0 }) : vue.createCommentVNode("", true);
|
|
30075
30062
|
};
|
|
30076
30063
|
}
|
|
30077
30064
|
});
|
|
@@ -32689,7 +32676,6 @@ const groups = {};
|
|
|
32689
32676
|
let clickHandler = (_e2) => void 0;
|
|
32690
32677
|
const lightboxDirective = {
|
|
32691
32678
|
mounted(el, binding) {
|
|
32692
|
-
el.classList.add("hover");
|
|
32693
32679
|
const item = bindingToItem(binding, el);
|
|
32694
32680
|
groupHandler(item);
|
|
32695
32681
|
clickHandler = (e) => {
|
|
@@ -33672,7 +33658,7 @@ exports.DataPreview = DataPreview;
|
|
|
33672
33658
|
exports.DateInput = _sfc_main$H;
|
|
33673
33659
|
exports.DatePicker = _sfc_main$G;
|
|
33674
33660
|
exports.Dropdown = _sfc_main$S;
|
|
33675
|
-
exports.FieldArray =
|
|
33661
|
+
exports.FieldArray = _sfc_main$M;
|
|
33676
33662
|
exports.FileUpload = FileUpload;
|
|
33677
33663
|
exports.Flag = Flag;
|
|
33678
33664
|
exports.IMAGE_FORMATS = IMAGE_FORMATS;
|