@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.mjs
CHANGED
|
@@ -53,8 +53,8 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
53
53
|
};
|
|
54
54
|
}
|
|
55
55
|
});
|
|
56
|
-
const _hoisted_1$
|
|
57
|
-
const _hoisted_2$
|
|
56
|
+
const _hoisted_1$P = ["aria-expanded", "aria-controls"];
|
|
57
|
+
const _hoisted_2$w = { class: "accordion-label" };
|
|
58
58
|
const _hoisted_3$p = ["id", "aria-hidden"];
|
|
59
59
|
const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
60
60
|
__name: "AccordionItem",
|
|
@@ -122,7 +122,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
122
122
|
createVNode(unref(_sfc_main$c), { icon: computedIcon.value }, null, 8, ["icon"])
|
|
123
123
|
], 2)) : createCommentVNode("", true),
|
|
124
124
|
renderSlot(_ctx.$slots, "head", {}, () => [
|
|
125
|
-
createElementVNode("span", _hoisted_2$
|
|
125
|
+
createElementVNode("span", _hoisted_2$w, toDisplayString(_ctx.label), 1)
|
|
126
126
|
], true),
|
|
127
127
|
iconPosition.value === "end" ? (openBlock(), createElementBlock("span", {
|
|
128
128
|
key: 1,
|
|
@@ -130,7 +130,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
130
130
|
}, [
|
|
131
131
|
createVNode(unref(_sfc_main$c), { icon: computedIcon.value }, null, 8, ["icon"])
|
|
132
132
|
], 2)) : createCommentVNode("", true)
|
|
133
|
-
], 8, _hoisted_1$
|
|
133
|
+
], 8, _hoisted_1$P),
|
|
134
134
|
createVNode(Transition, { name: "expand" }, {
|
|
135
135
|
default: withCtx(() => [
|
|
136
136
|
unref(isOpen) ? (openBlock(), createElementBlock("div", {
|
|
@@ -156,7 +156,7 @@ const _export_sfc = (sfc, props2) => {
|
|
|
156
156
|
return target;
|
|
157
157
|
};
|
|
158
158
|
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-1e73ca3e"]]);
|
|
159
|
-
const _hoisted_1$
|
|
159
|
+
const _hoisted_1$O = { class: "relative" };
|
|
160
160
|
const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
161
161
|
__name: "AddressSearch",
|
|
162
162
|
emits: ["addressSelected"],
|
|
@@ -179,7 +179,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
179
179
|
(_a2 = suggestion.value) == null ? void 0 : _a2.show();
|
|
180
180
|
}
|
|
181
181
|
return (_ctx, _cache) => {
|
|
182
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
182
|
+
return openBlock(), createElementBlock("div", _hoisted_1$O, [
|
|
183
183
|
createVNode(unref(_sfc_main$S), {
|
|
184
184
|
ref_key: "suggestion",
|
|
185
185
|
ref: suggestion,
|
|
@@ -215,7 +215,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
215
215
|
};
|
|
216
216
|
}
|
|
217
217
|
});
|
|
218
|
-
const _hoisted_1$
|
|
218
|
+
const _hoisted_1$N = {
|
|
219
219
|
key: 1,
|
|
220
220
|
class: "bgl_btn-flex"
|
|
221
221
|
};
|
|
@@ -283,7 +283,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
283
283
|
_ctx.loading ? (openBlock(), createBlock(unref(Loading), {
|
|
284
284
|
key: 0,
|
|
285
285
|
size: "15"
|
|
286
|
-
})) : (openBlock(), createElementBlock("div", _hoisted_1$
|
|
286
|
+
})) : (openBlock(), createElementBlock("div", _hoisted_1$N, [
|
|
287
287
|
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$c), {
|
|
288
288
|
key: 0,
|
|
289
289
|
icon: _ctx.icon
|
|
@@ -306,8 +306,8 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
306
306
|
}
|
|
307
307
|
});
|
|
308
308
|
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-521354bb"]]);
|
|
309
|
-
const _hoisted_1$
|
|
310
|
-
const _hoisted_2$
|
|
309
|
+
const _hoisted_1$M = ["dismissable"];
|
|
310
|
+
const _hoisted_2$v = { class: "m-0" };
|
|
311
311
|
const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
312
312
|
__name: "Alert",
|
|
313
313
|
props: {
|
|
@@ -336,7 +336,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
336
336
|
size: 2,
|
|
337
337
|
color: color2[_ctx.type]
|
|
338
338
|
}, null, 8, ["icon", "color"])) : createCommentVNode("", true),
|
|
339
|
-
createElementVNode("p", _hoisted_2$
|
|
339
|
+
createElementVNode("p", _hoisted_2$v, toDisplayString(_ctx.message), 1),
|
|
340
340
|
createVNode(Btn, {
|
|
341
341
|
flat: "",
|
|
342
342
|
thin: "",
|
|
@@ -344,12 +344,12 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
344
344
|
icon: "close",
|
|
345
345
|
onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
|
|
346
346
|
})
|
|
347
|
-
], 10, _hoisted_1$
|
|
347
|
+
], 10, _hoisted_1$M)) : createCommentVNode("", true);
|
|
348
348
|
};
|
|
349
349
|
}
|
|
350
350
|
});
|
|
351
351
|
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-57141c32"]]);
|
|
352
|
-
const _hoisted_1$
|
|
352
|
+
const _hoisted_1$L = ["src", "alt"];
|
|
353
353
|
const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
354
354
|
__name: "Avatar",
|
|
355
355
|
props: {
|
|
@@ -368,7 +368,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
368
368
|
key: 0,
|
|
369
369
|
src: _ctx.src,
|
|
370
370
|
alt: _ctx.name
|
|
371
|
-
}, null, 8, _hoisted_1$
|
|
371
|
+
}, null, 8, _hoisted_1$L)) : (openBlock(), createElementBlock("p", {
|
|
372
372
|
key: 1,
|
|
373
373
|
style: normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
|
|
374
374
|
}, toDisplayString((_ctx.fallback || unref(initials)(_ctx.name || "")).toUpperCase()), 5))
|
|
@@ -407,8 +407,8 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
407
407
|
}
|
|
408
408
|
});
|
|
409
409
|
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-2f3caf93"]]);
|
|
410
|
-
const _hoisted_1$
|
|
411
|
-
const _hoisted_2$
|
|
410
|
+
const _hoisted_1$K = ["src"];
|
|
411
|
+
const _hoisted_2$u = ["autoplay", "muted", "loop", "controls", "playsinline"];
|
|
412
412
|
const _hoisted_3$o = ["src", "type"];
|
|
413
413
|
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
414
414
|
__name: "BglVideo",
|
|
@@ -487,7 +487,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
487
487
|
allowfullscreen: "",
|
|
488
488
|
title: "Video",
|
|
489
489
|
allow: "autoplay"
|
|
490
|
-
}, null, 12, _hoisted_1$
|
|
490
|
+
}, null, 12, _hoisted_1$K)) : _ctx.src ? (openBlock(), createElementBlock("video", {
|
|
491
491
|
key: 1,
|
|
492
492
|
ref_key: "video",
|
|
493
493
|
ref: video,
|
|
@@ -502,13 +502,13 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
502
502
|
src: _ctx.src,
|
|
503
503
|
type: `video/${videoFormat.value}`
|
|
504
504
|
}, null, 8, _hoisted_3$o)
|
|
505
|
-
], 12, _hoisted_2$
|
|
505
|
+
], 12, _hoisted_2$u)) : createCommentVNode("", true)
|
|
506
506
|
], 2);
|
|
507
507
|
};
|
|
508
508
|
}
|
|
509
509
|
});
|
|
510
510
|
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-006552f6"]]);
|
|
511
|
-
const _hoisted_1$
|
|
511
|
+
const _hoisted_1$J = {
|
|
512
512
|
key: 0,
|
|
513
513
|
class: "card_label"
|
|
514
514
|
};
|
|
@@ -541,7 +541,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
541
541
|
}])
|
|
542
542
|
}, {
|
|
543
543
|
default: withCtx(() => [
|
|
544
|
-
_ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
544
|
+
_ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$J, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
|
|
545
545
|
renderSlot(_ctx.$slots, "default")
|
|
546
546
|
]),
|
|
547
547
|
_: 3
|
|
@@ -551,8 +551,8 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
551
551
|
};
|
|
552
552
|
}
|
|
553
553
|
});
|
|
554
|
-
const _hoisted_1$
|
|
555
|
-
const _hoisted_2$
|
|
554
|
+
const _hoisted_1$I = ["dir"];
|
|
555
|
+
const _hoisted_2$t = {
|
|
556
556
|
key: 0,
|
|
557
557
|
class: "blocker"
|
|
558
558
|
};
|
|
@@ -725,7 +725,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
725
725
|
onMouseover: clearAutoplay,
|
|
726
726
|
onFocusin: clearAutoplay
|
|
727
727
|
}, [
|
|
728
|
-
unref(isDragging) ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
728
|
+
unref(isDragging) ? (openBlock(), createElementBlock("div", _hoisted_2$t)) : createCommentVNode("", true),
|
|
729
729
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
730
730
|
], 38),
|
|
731
731
|
createElementVNode("div", _hoisted_3$n, [
|
|
@@ -742,7 +742,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
742
742
|
}, void 0, true)
|
|
743
743
|
])
|
|
744
744
|
])
|
|
745
|
-
], 14, _hoisted_1$
|
|
745
|
+
], 14, _hoisted_1$I);
|
|
746
746
|
};
|
|
747
747
|
}
|
|
748
748
|
});
|
|
@@ -6690,19 +6690,19 @@ var script = defineComponent({
|
|
|
6690
6690
|
return { bar, canvas, direction, mouse };
|
|
6691
6691
|
}
|
|
6692
6692
|
});
|
|
6693
|
-
const _hoisted_1$
|
|
6693
|
+
const _hoisted_1$H = {
|
|
6694
6694
|
key: 0,
|
|
6695
6695
|
class: "layer-hover-bar"
|
|
6696
6696
|
};
|
|
6697
|
-
const _hoisted_2$
|
|
6697
|
+
const _hoisted_2$s = ["x", "y", "width", "height"];
|
|
6698
6698
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6699
|
-
return _ctx.mouse.hover ? (openBlock(), createElementBlock("g", _hoisted_1$
|
|
6699
|
+
return _ctx.mouse.hover ? (openBlock(), createElementBlock("g", _hoisted_1$H, [
|
|
6700
6700
|
createElementVNode("rect", mergeProps({ class: "hover-bar" }, _ctx.barStyle, {
|
|
6701
6701
|
x: _ctx.bar.x,
|
|
6702
6702
|
y: _ctx.bar.y,
|
|
6703
6703
|
width: _ctx.bar.width > 0 ? _ctx.bar.width : 0,
|
|
6704
6704
|
height: _ctx.bar.height > 0 ? _ctx.bar.height : 0
|
|
6705
|
-
}), null, 16, _hoisted_2$
|
|
6705
|
+
}), null, 16, _hoisted_2$s)
|
|
6706
6706
|
])) : createCommentVNode("v-if", true);
|
|
6707
6707
|
}
|
|
6708
6708
|
script.render = render;
|
|
@@ -6848,11 +6848,11 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
6848
6848
|
};
|
|
6849
6849
|
}
|
|
6850
6850
|
});
|
|
6851
|
-
const _hoisted_1$
|
|
6851
|
+
const _hoisted_1$G = {
|
|
6852
6852
|
key: 0,
|
|
6853
6853
|
class: "data"
|
|
6854
6854
|
};
|
|
6855
|
-
const _hoisted_2$
|
|
6855
|
+
const _hoisted_2$r = {
|
|
6856
6856
|
key: 0,
|
|
6857
6857
|
class: "data-row m_py-05"
|
|
6858
6858
|
};
|
|
@@ -6905,7 +6905,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
6905
6905
|
const computedSchema = computed(() => getFallbackSchema([itemData.value], props2.showFields));
|
|
6906
6906
|
return (_ctx, _cache) => {
|
|
6907
6907
|
var _a2;
|
|
6908
|
-
return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
6908
|
+
return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$G, [
|
|
6909
6909
|
_ctx.title ? (openBlock(), createBlock(unref(_sfc_main$3), {
|
|
6910
6910
|
key: 0,
|
|
6911
6911
|
label: _ctx.title
|
|
@@ -6914,7 +6914,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
6914
6914
|
return openBlock(), createElementBlock(Fragment, {
|
|
6915
6915
|
key: field.id
|
|
6916
6916
|
}, [
|
|
6917
|
-
unref(iffer)(field, itemData.value) ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
6917
|
+
unref(iffer)(field, itemData.value) ? (openBlock(), createElementBlock("div", _hoisted_2$r, [
|
|
6918
6918
|
createElementVNode("div", _hoisted_3$l, [
|
|
6919
6919
|
createElementVNode("p", _hoisted_4$d, toDisplayString((field == null ? void 0 : field.label) || unref(keyToLabel)(field.id)), 1)
|
|
6920
6920
|
]),
|
|
@@ -9604,7 +9604,7 @@ function useTabs(group) {
|
|
|
9604
9604
|
});
|
|
9605
9605
|
return { currentTab };
|
|
9606
9606
|
}
|
|
9607
|
-
const _hoisted_1$
|
|
9607
|
+
const _hoisted_1$F = ["onClick"];
|
|
9608
9608
|
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
9609
9609
|
__name: "TabsNav",
|
|
9610
9610
|
props: {
|
|
@@ -9686,7 +9686,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
9686
9686
|
icon: tab.icon
|
|
9687
9687
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
9688
9688
|
createTextVNode(" " + toDisplayString(tabLabel(tab)), 1)
|
|
9689
|
-
], 10, _hoisted_1$
|
|
9689
|
+
], 10, _hoisted_1$F);
|
|
9690
9690
|
}), 128))
|
|
9691
9691
|
], 2);
|
|
9692
9692
|
};
|
|
@@ -9710,7 +9710,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
9710
9710
|
customAttrs.value.multiline = true;
|
|
9711
9711
|
return TextInput;
|
|
9712
9712
|
}
|
|
9713
|
-
if (props2.field.$el === "array") return
|
|
9713
|
+
if (props2.field.$el === "array") return _sfc_main$M;
|
|
9714
9714
|
if (props2.field.$el === "select") return SelectInput;
|
|
9715
9715
|
if (props2.field.$el === "toggle") return ToggleInput;
|
|
9716
9716
|
if (props2.field.$el === "check") return CheckInput;
|
|
@@ -9718,6 +9718,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
9718
9718
|
if (props2.field.$el === "file") return FileUpload;
|
|
9719
9719
|
if (props2.field.$el === "date") return _sfc_main$H;
|
|
9720
9720
|
if (props2.field.$el === "tabs") return TabsNav;
|
|
9721
|
+
if (props2.field.$el === "form") return _sfc_main$O;
|
|
9721
9722
|
return props2.field.$el ?? "div";
|
|
9722
9723
|
});
|
|
9723
9724
|
const formData = computed({
|
|
@@ -9740,6 +9741,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
9740
9741
|
temp[keys4[keys4.length - 1]] = val;
|
|
9741
9742
|
return data2;
|
|
9742
9743
|
}
|
|
9744
|
+
const isForm = computed(() => props2.field.$el === "form" || props2.field.$el === _sfc_main$O);
|
|
9743
9745
|
function getFieldData(obj, key) {
|
|
9744
9746
|
if (typeof obj !== "object" || obj === null) return obj;
|
|
9745
9747
|
const keys4 = key.split(objPathRegex);
|
|
@@ -9755,12 +9757,17 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
9755
9757
|
}
|
|
9756
9758
|
const fieldData = computed({
|
|
9757
9759
|
set: (val) => {
|
|
9760
|
+
if (isForm.value) {
|
|
9761
|
+
emit2("update:modelValue", val);
|
|
9762
|
+
return;
|
|
9763
|
+
}
|
|
9758
9764
|
if (!props2.field.id) return;
|
|
9759
9765
|
const data2 = setFieldData(props2.field.id, val);
|
|
9760
9766
|
emit2("update:modelValue", data2);
|
|
9761
9767
|
},
|
|
9762
9768
|
get: () => {
|
|
9763
9769
|
if (props2.field.id) return getFieldData(props2.modelValue, props2.field.id);
|
|
9770
|
+
if (isForm.value) return props2.modelValue;
|
|
9764
9771
|
return props2.field.defaultValue ?? "";
|
|
9765
9772
|
}
|
|
9766
9773
|
});
|
|
@@ -9969,7 +9976,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
9969
9976
|
};
|
|
9970
9977
|
}
|
|
9971
9978
|
});
|
|
9972
|
-
const _hoisted_1$
|
|
9979
|
+
const _hoisted_1$E = { key: 0 };
|
|
9973
9980
|
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
9974
9981
|
__name: "BglMultiStepForm",
|
|
9975
9982
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -10037,7 +10044,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
10037
10044
|
mode: "out-in"
|
|
10038
10045
|
}, {
|
|
10039
10046
|
default: withCtx(() => [
|
|
10040
|
-
!unref(isStepping) ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
10047
|
+
!unref(isStepping) ? (openBlock(), createElementBlock("div", _hoisted_1$E, [
|
|
10041
10048
|
createVNode(unref(_sfc_main$O), mergeProps({
|
|
10042
10049
|
ref_key: "formRef",
|
|
10043
10050
|
ref: formRef,
|
|
@@ -10077,7 +10084,8 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
10077
10084
|
};
|
|
10078
10085
|
}
|
|
10079
10086
|
});
|
|
10080
|
-
const _hoisted_1$
|
|
10087
|
+
const _hoisted_1$D = { class: "label mb-05" };
|
|
10088
|
+
const _hoisted_2$q = { class: "ps-05 border-start" };
|
|
10081
10089
|
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
10082
10090
|
__name: "FieldArray",
|
|
10083
10091
|
props: {
|
|
@@ -10114,57 +10122,40 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
10114
10122
|
data2.value.push({});
|
|
10115
10123
|
emitValue();
|
|
10116
10124
|
}
|
|
10117
|
-
computed(
|
|
10118
|
-
() => ({
|
|
10119
|
-
label: props2.label,
|
|
10120
|
-
placeholder: props2.placeholder,
|
|
10121
|
-
children: props2.children,
|
|
10122
|
-
class: props2.class,
|
|
10123
|
-
attrs: props2.attrs,
|
|
10124
|
-
required: props2.required,
|
|
10125
|
-
disabled: props2.disabled,
|
|
10126
|
-
helptext: props2.helptext,
|
|
10127
|
-
options: props2.options,
|
|
10128
|
-
defaultValue: props2.defaultValue,
|
|
10129
|
-
$el: props2.el
|
|
10130
|
-
})
|
|
10131
|
-
);
|
|
10132
10125
|
return (_ctx, _cache) => {
|
|
10133
10126
|
return openBlock(), createElementBlock("div", null, [
|
|
10134
|
-
createElementVNode("p", _hoisted_1$
|
|
10135
|
-
createElementVNode("div",
|
|
10127
|
+
createElementVNode("p", _hoisted_1$D, toDisplayString(_ctx.label), 1),
|
|
10128
|
+
createElementVNode("div", _hoisted_2$q, [
|
|
10136
10129
|
(openBlock(true), createElementBlock(Fragment, null, renderList(data2.value, (_2, i2) => {
|
|
10137
|
-
return openBlock(),
|
|
10130
|
+
return openBlock(), createElementBlock("div", {
|
|
10138
10131
|
key: i2,
|
|
10139
10132
|
outline: "",
|
|
10140
10133
|
thin: "",
|
|
10141
|
-
class: "mb-05 itemBox
|
|
10142
|
-
},
|
|
10143
|
-
|
|
10144
|
-
|
|
10145
|
-
|
|
10146
|
-
|
|
10147
|
-
|
|
10148
|
-
|
|
10149
|
-
|
|
10150
|
-
|
|
10151
|
-
|
|
10152
|
-
|
|
10153
|
-
|
|
10154
|
-
|
|
10155
|
-
|
|
10156
|
-
|
|
10157
|
-
|
|
10158
|
-
|
|
10159
|
-
]),
|
|
10160
|
-
_: 2
|
|
10161
|
-
}, 1024);
|
|
10134
|
+
class: "mb-05 itemBox transition p-05"
|
|
10135
|
+
}, [
|
|
10136
|
+
_ctx.schema ? (openBlock(), createBlock(unref(_sfc_main$O), {
|
|
10137
|
+
key: 0,
|
|
10138
|
+
modelValue: data2.value[i2],
|
|
10139
|
+
"onUpdate:modelValue": [($event) => data2.value[i2] = $event, emitValue],
|
|
10140
|
+
schema: _ctx.schema
|
|
10141
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "schema"])) : createCommentVNode("", true),
|
|
10142
|
+
props2.delete ? (openBlock(), createBlock(unref(Btn), {
|
|
10143
|
+
key: 1,
|
|
10144
|
+
icon: "delete",
|
|
10145
|
+
value: "Delete",
|
|
10146
|
+
class: "txt10 opacity-7 color-red",
|
|
10147
|
+
thin: "",
|
|
10148
|
+
flat: "",
|
|
10149
|
+
onClick: ($event) => deleteItem(i2)
|
|
10150
|
+
}, null, 8, ["onClick"])) : createCommentVNode("", true)
|
|
10151
|
+
]);
|
|
10162
10152
|
}), 128)),
|
|
10163
10153
|
_ctx.add ? (openBlock(), createBlock(unref(Btn), {
|
|
10164
10154
|
key: 0,
|
|
10155
|
+
thin: "",
|
|
10165
10156
|
icon: "add",
|
|
10166
10157
|
color: "gray",
|
|
10167
|
-
class: "
|
|
10158
|
+
class: "txt12",
|
|
10168
10159
|
onClick: addItem
|
|
10169
10160
|
}, {
|
|
10170
10161
|
default: withCtx(() => [
|
|
@@ -10177,8 +10168,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
10177
10168
|
};
|
|
10178
10169
|
}
|
|
10179
10170
|
});
|
|
10180
|
-
const
|
|
10181
|
-
const _hoisted_1$D = { class: "primary-checkbox" };
|
|
10171
|
+
const _hoisted_1$C = { class: "primary-checkbox" };
|
|
10182
10172
|
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
10183
10173
|
__name: "Checkbox",
|
|
10184
10174
|
props: {
|
|
@@ -10189,7 +10179,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
10189
10179
|
setup(__props) {
|
|
10190
10180
|
const val = useModel(__props, "modelValue");
|
|
10191
10181
|
return (_ctx, _cache) => {
|
|
10192
|
-
return openBlock(), createElementBlock("label", _hoisted_1$
|
|
10182
|
+
return openBlock(), createElementBlock("label", _hoisted_1$C, [
|
|
10193
10183
|
renderSlot(_ctx.$slots, "label", {}, void 0, true),
|
|
10194
10184
|
withDirectives(createElementVNode("input", {
|
|
10195
10185
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
|
|
@@ -10202,7 +10192,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
10202
10192
|
}
|
|
10203
10193
|
});
|
|
10204
10194
|
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-73f1d9ad"]]);
|
|
10205
|
-
const _hoisted_1$
|
|
10195
|
+
const _hoisted_1$B = ["title"];
|
|
10206
10196
|
const _hoisted_2$p = ["id", "value", "required"];
|
|
10207
10197
|
const _hoisted_3$k = ["for"];
|
|
10208
10198
|
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
@@ -10247,12 +10237,12 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
10247
10237
|
createTextVNode(toDisplayString(_ctx.label), 1)
|
|
10248
10238
|
], true)
|
|
10249
10239
|
], 8, _hoisted_3$k)
|
|
10250
|
-
], 10, _hoisted_1$
|
|
10240
|
+
], 10, _hoisted_1$B);
|
|
10251
10241
|
};
|
|
10252
10242
|
}
|
|
10253
10243
|
});
|
|
10254
10244
|
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-03ed2982"]]);
|
|
10255
|
-
const _hoisted_1$
|
|
10245
|
+
const _hoisted_1$A = {
|
|
10256
10246
|
key: 0,
|
|
10257
10247
|
class: "code-editor-wrap grid rounded p-1 overflow hm-300px"
|
|
10258
10248
|
};
|
|
@@ -10339,7 +10329,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
10339
10329
|
}
|
|
10340
10330
|
}, { immediate: true });
|
|
10341
10331
|
return (_ctx, _cache) => {
|
|
10342
|
-
return unref(loaded) ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
10332
|
+
return unref(loaded) ? (openBlock(), createElementBlock("div", _hoisted_1$A, [
|
|
10343
10333
|
createElementVNode("div", {
|
|
10344
10334
|
class: "relative block h-100",
|
|
10345
10335
|
style: normalizeStyle({ height: unref(height) })
|
|
@@ -10373,7 +10363,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
10373
10363
|
}
|
|
10374
10364
|
});
|
|
10375
10365
|
const CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-4f1dc18a"]]);
|
|
10376
|
-
const _hoisted_1$
|
|
10366
|
+
const _hoisted_1$z = ["title"];
|
|
10377
10367
|
const _hoisted_2$n = ["id", "placeholder", "required"];
|
|
10378
10368
|
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
10379
10369
|
__name: "ColorPicker",
|
|
@@ -10417,7 +10407,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
10417
10407
|
[vModelText, inputVal.value]
|
|
10418
10408
|
])
|
|
10419
10409
|
])
|
|
10420
|
-
], 10, _hoisted_1$
|
|
10410
|
+
], 10, _hoisted_1$z)) : createCommentVNode("", true);
|
|
10421
10411
|
};
|
|
10422
10412
|
}
|
|
10423
10413
|
});
|
|
@@ -18975,7 +18965,7 @@ const eo = ({
|
|
|
18975
18965
|
Object.entries(go).forEach(([e, t]) => {
|
|
18976
18966
|
e !== "default" && (Hn[e] = t);
|
|
18977
18967
|
});
|
|
18978
|
-
const _hoisted_1$
|
|
18968
|
+
const _hoisted_1$y = ["title"];
|
|
18979
18969
|
const _hoisted_2$m = { key: 0 };
|
|
18980
18970
|
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
18981
18971
|
__name: "DateInput",
|
|
@@ -19035,11 +19025,11 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
19035
19025
|
"minutes-grid-increment": _ctx.minutesGridIncrement,
|
|
19036
19026
|
"start-time": { hours: 8, minutes: 0 }
|
|
19037
19027
|
}), null, 16, ["modelValue", "required", "enable-time-picker", "allowed-dates", "time-picker-inline", "minutes-increment", "minutes-grid-increment"])
|
|
19038
|
-
], 10, _hoisted_1$
|
|
19028
|
+
], 10, _hoisted_1$y);
|
|
19039
19029
|
};
|
|
19040
19030
|
}
|
|
19041
19031
|
});
|
|
19042
|
-
const _hoisted_1$
|
|
19032
|
+
const _hoisted_1$x = { class: "datetime-wrap" };
|
|
19043
19033
|
const _hoisted_2$l = { class: "date-wrap" };
|
|
19044
19034
|
const _hoisted_3$i = {
|
|
19045
19035
|
key: 0,
|
|
@@ -19075,7 +19065,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
19075
19065
|
return `${hour}:${minute}`;
|
|
19076
19066
|
});
|
|
19077
19067
|
return (_ctx, _cache) => {
|
|
19078
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
19068
|
+
return openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
19079
19069
|
createElementVNode("div", _hoisted_2$l, [
|
|
19080
19070
|
createVNode(unref(Hn), mergeProps({
|
|
19081
19071
|
modelValue: selectedDate.value,
|
|
@@ -19116,7 +19106,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
19116
19106
|
};
|
|
19117
19107
|
}
|
|
19118
19108
|
});
|
|
19119
|
-
const _hoisted_1$
|
|
19109
|
+
const _hoisted_1$w = ["src", "alt", "width", "height"];
|
|
19120
19110
|
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
19121
19111
|
__name: "Image",
|
|
19122
19112
|
props: {
|
|
@@ -19180,7 +19170,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
19180
19170
|
alt: _ctx.alt,
|
|
19181
19171
|
width: unref(normalizeDimension)(_ctx.width),
|
|
19182
19172
|
height: unref(normalizeDimension)(_ctx.height)
|
|
19183
|
-
}), null, 16, _hoisted_1$
|
|
19173
|
+
}), null, 16, _hoisted_1$w)) : (openBlock(), createBlock(unref(Skeleton), {
|
|
19184
19174
|
key: 1,
|
|
19185
19175
|
class: "img-web-kit",
|
|
19186
19176
|
width: unref(normalizeDimension)(_ctx.width),
|
|
@@ -19190,7 +19180,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
19190
19180
|
}
|
|
19191
19181
|
});
|
|
19192
19182
|
const Image$1 = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-a96b25a8"]]);
|
|
19193
|
-
const _hoisted_1$
|
|
19183
|
+
const _hoisted_1$v = { class: "bagel-input" };
|
|
19194
19184
|
const _hoisted_2$k = {
|
|
19195
19185
|
key: 0,
|
|
19196
19186
|
placeholder: "required",
|
|
@@ -19402,7 +19392,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
19402
19392
|
return (_ctx, _cache) => {
|
|
19403
19393
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
19404
19394
|
const _directive_lightbox = resolveDirective("lightbox");
|
|
19405
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
19395
|
+
return openBlock(), createElementBlock("div", _hoisted_1$v, [
|
|
19406
19396
|
createElementVNode("label", null, toDisplayString(_ctx.label), 1),
|
|
19407
19397
|
_ctx.required && !storageFiles.value.length ? (openBlock(), createElementBlock("input", _hoisted_2$k)) : createCommentVNode("", true),
|
|
19408
19398
|
_ctx.theme === "basic" ? (openBlock(), createBlock(unref(_sfc_main$W), {
|
|
@@ -19651,7 +19641,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
19651
19641
|
}
|
|
19652
19642
|
});
|
|
19653
19643
|
const FileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-6bfdaea2"]]);
|
|
19654
|
-
const _hoisted_1$
|
|
19644
|
+
const _hoisted_1$u = ["title"];
|
|
19655
19645
|
const _hoisted_2$j = { key: 0 };
|
|
19656
19646
|
const _hoisted_3$g = ["value", "placeholder"];
|
|
19657
19647
|
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
@@ -19686,12 +19676,12 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
19686
19676
|
placeholder: _ctx.placeholder,
|
|
19687
19677
|
onInput: handleInput
|
|
19688
19678
|
}, null, 42, _hoisted_3$g)
|
|
19689
|
-
], 10, _hoisted_1$
|
|
19679
|
+
], 10, _hoisted_1$u);
|
|
19690
19680
|
};
|
|
19691
19681
|
}
|
|
19692
19682
|
});
|
|
19693
19683
|
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-1cbaeab2"]]);
|
|
19694
|
-
const _hoisted_1$
|
|
19684
|
+
const _hoisted_1$t = ["value", "autofocus", "onKeydown", "onPaste"];
|
|
19695
19685
|
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
19696
19686
|
__name: "OTP",
|
|
19697
19687
|
props: {
|
|
@@ -19790,7 +19780,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
19790
19780
|
oninput: "this.value = this.value.slice(0, 1);",
|
|
19791
19781
|
onKeydown: ($event) => handleKeyDown($event, ind),
|
|
19792
19782
|
onPaste: ($event) => handlePaste($event, ind)
|
|
19793
|
-
}, null, 40, _hoisted_1$
|
|
19783
|
+
}, null, 40, _hoisted_1$t);
|
|
19794
19784
|
}), 128))
|
|
19795
19785
|
], 512);
|
|
19796
19786
|
};
|
|
@@ -19860,7 +19850,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
19860
19850
|
};
|
|
19861
19851
|
}
|
|
19862
19852
|
});
|
|
19863
|
-
const _hoisted_1$
|
|
19853
|
+
const _hoisted_1$s = ["for"];
|
|
19864
19854
|
const _hoisted_2$i = ["id", "name", "value"];
|
|
19865
19855
|
const _hoisted_3$f = { class: "flex w-100 gap-1 flex-wrap m_gap-05 m_gap-row-025" };
|
|
19866
19856
|
const _hoisted_4$9 = ["src", "alt"];
|
|
@@ -19926,14 +19916,14 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
19926
19916
|
icon: "delete",
|
|
19927
19917
|
onClick: ($event) => _ctx.$emit("delete", opt)
|
|
19928
19918
|
}, null, 8, ["onClick"])) : createCommentVNode("", true)
|
|
19929
|
-
], 8, _hoisted_1$
|
|
19919
|
+
], 8, _hoisted_1$s);
|
|
19930
19920
|
}), 128))
|
|
19931
19921
|
]);
|
|
19932
19922
|
};
|
|
19933
19923
|
}
|
|
19934
19924
|
});
|
|
19935
19925
|
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-3e9e030f"]]);
|
|
19936
|
-
const _hoisted_1$
|
|
19926
|
+
const _hoisted_1$r = { class: "bagel-input" };
|
|
19937
19927
|
const _hoisted_2$h = { class: "pb-025" };
|
|
19938
19928
|
const _hoisted_3$e = { class: "flex gap-05 flex-wrap" };
|
|
19939
19929
|
const _hoisted_4$8 = ["id", "name", "value", "checked"];
|
|
@@ -19979,7 +19969,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
19979
19969
|
selectedValue.value = props2.modelValue;
|
|
19980
19970
|
});
|
|
19981
19971
|
return (_ctx, _cache) => {
|
|
19982
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
19972
|
+
return openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
19983
19973
|
createElementVNode("label", _hoisted_2$h, toDisplayString(_ctx.label), 1),
|
|
19984
19974
|
createElementVNode("div", _hoisted_3$e, [
|
|
19985
19975
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options, (option2, index2) => {
|
|
@@ -20006,7 +19996,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
20006
19996
|
}
|
|
20007
19997
|
});
|
|
20008
19998
|
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-cf892d71"]]);
|
|
20009
|
-
const _hoisted_1$
|
|
19999
|
+
const _hoisted_1$q = { key: 0 };
|
|
20010
20000
|
const _hoisted_2$g = ["id", "disabled", "max", "min", "step", "required", "name"];
|
|
20011
20001
|
const _hoisted_3$d = { key: 1 };
|
|
20012
20002
|
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
@@ -20053,7 +20043,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
20053
20043
|
return openBlock(), createElementBlock("div", {
|
|
20054
20044
|
class: normalizeClass(["flex gap-1 align-center range-slide", { disabled: _ctx.disabled }])
|
|
20055
20045
|
}, [
|
|
20056
|
-
_ctx.min !== void 0 ? (openBlock(), createElementBlock("p", _hoisted_1$
|
|
20046
|
+
_ctx.min !== void 0 ? (openBlock(), createElementBlock("p", _hoisted_1$q, toDisplayString(_ctx.min), 1)) : createCommentVNode("", true),
|
|
20057
20047
|
withDirectives(createElementVNode("input", {
|
|
20058
20048
|
id: _ctx.id,
|
|
20059
20049
|
ref_key: "range",
|
|
@@ -20142,7 +20132,7 @@ const toolbarOptions = [
|
|
|
20142
20132
|
{ name: "separator" },
|
|
20143
20133
|
{ name: "fullScreen", label: "Full Screen", icon: "fullscreen", class: "ms-auto" }
|
|
20144
20134
|
];
|
|
20145
|
-
const _hoisted_1$
|
|
20135
|
+
const _hoisted_1$p = { class: "grid grid-wrap p-05" };
|
|
20146
20136
|
const _hoisted_2$f = ["onMousemove", "onClick"];
|
|
20147
20137
|
const _hoisted_3$c = { class: "txt-center txt-12 color-gray" };
|
|
20148
20138
|
const fb = 1;
|
|
@@ -20163,7 +20153,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
20163
20153
|
return hoveredCol.value > base - 1 ? enlarge : base;
|
|
20164
20154
|
});
|
|
20165
20155
|
return (_ctx, _cache) => {
|
|
20166
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
20156
|
+
return openBlock(), createElementBlock("div", _hoisted_1$p, [
|
|
20167
20157
|
(openBlock(true), createElementBlock(Fragment, null, renderList(rowSize.value, (row) => {
|
|
20168
20158
|
return openBlock(), createElementBlock("div", {
|
|
20169
20159
|
key: `row-${row}`,
|
|
@@ -20200,7 +20190,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
20200
20190
|
}
|
|
20201
20191
|
});
|
|
20202
20192
|
const GridBox = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-4548b70f"]]);
|
|
20203
|
-
const _hoisted_1$
|
|
20193
|
+
const _hoisted_1$o = {
|
|
20204
20194
|
class: "toolbar flex gap-025 pb-05 flex-wrap",
|
|
20205
20195
|
role: "toolbar"
|
|
20206
20196
|
};
|
|
@@ -20219,7 +20209,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
20219
20209
|
}
|
|
20220
20210
|
return (_ctx, _cache) => {
|
|
20221
20211
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
20222
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
20212
|
+
return openBlock(), createElementBlock("div", _hoisted_1$o, [
|
|
20223
20213
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.config.map(configToOption).filter(Boolean), (action, index2) => {
|
|
20224
20214
|
return openBlock(), createElementBlock(Fragment, { key: index2 }, [
|
|
20225
20215
|
action.name === "insertTable" ? (openBlock(), createBlock(unref(_sfc_main$S), {
|
|
@@ -20896,7 +20886,7 @@ function useEditorKeyboard(doc, handleToolbarAction) {
|
|
|
20896
20886
|
}
|
|
20897
20887
|
});
|
|
20898
20888
|
}
|
|
20899
|
-
const _hoisted_1$
|
|
20889
|
+
const _hoisted_1$n = { class: "content-area radius-05" };
|
|
20900
20890
|
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
20901
20891
|
__name: "index",
|
|
20902
20892
|
props: {
|
|
@@ -20942,7 +20932,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
20942
20932
|
return (_ctx, _cache) => {
|
|
20943
20933
|
var _a2, _b;
|
|
20944
20934
|
return openBlock(), createElementBlock("div", {
|
|
20945
|
-
class: normalizeClass(["rich-text-editor rounded pt-05 px-05 pb-075", { "fullscreen-mode": unref(editor).state.isFullscreen }])
|
|
20935
|
+
class: normalizeClass(["rich-text-editor rounded pt-05 px-05 pb-075 mb-05", { "fullscreen-mode": unref(editor).state.isFullscreen }])
|
|
20946
20936
|
}, [
|
|
20947
20937
|
unref(editor).state.hasInit ? (openBlock(), createBlock(Toolbar, {
|
|
20948
20938
|
key: 0,
|
|
@@ -20953,7 +20943,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
20953
20943
|
createElementVNode("div", {
|
|
20954
20944
|
class: normalizeClass(["editor-container", { "split-view": (_a2 = unref(editor)) == null ? void 0 : _a2.state.isSplitView }])
|
|
20955
20945
|
}, [
|
|
20956
|
-
createElementVNode("div", _hoisted_1$
|
|
20946
|
+
createElementVNode("div", _hoisted_1$n, [
|
|
20957
20947
|
createElementVNode("iframe", {
|
|
20958
20948
|
id: "rich-text-iframe",
|
|
20959
20949
|
ref_key: "iframe",
|
|
@@ -20977,8 +20967,8 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
20977
20967
|
};
|
|
20978
20968
|
}
|
|
20979
20969
|
});
|
|
20980
|
-
const RichText = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-
|
|
20981
|
-
const _hoisted_1$
|
|
20970
|
+
const RichText = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-8d91c8f8"]]);
|
|
20971
|
+
const _hoisted_1$m = { class: "flex gap-05" };
|
|
20982
20972
|
const _hoisted_2$e = ["disabled"];
|
|
20983
20973
|
const _hoisted_3$b = { key: 1 };
|
|
20984
20974
|
const _hoisted_4$7 = {
|
|
@@ -21174,7 +21164,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
21174
21164
|
trigger: withCtx(() => [
|
|
21175
21165
|
createElementVNode("label", null, [
|
|
21176
21166
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
21177
|
-
createElementVNode("div", _hoisted_1$
|
|
21167
|
+
createElementVNode("div", _hoisted_1$m, [
|
|
21178
21168
|
_ctx.searchable && unref(open) ? (openBlock(), createBlock(unref(TextInput), {
|
|
21179
21169
|
key: 0,
|
|
21180
21170
|
ref_key: "searchInput",
|
|
@@ -21889,7 +21879,7 @@ class SignaturePad extends SignatureEventTarget {
|
|
|
21889
21879
|
return svg.outerHTML;
|
|
21890
21880
|
}
|
|
21891
21881
|
}
|
|
21892
|
-
const _hoisted_1$
|
|
21882
|
+
const _hoisted_1$l = ["disabled"];
|
|
21893
21883
|
const _hoisted_2$d = {
|
|
21894
21884
|
key: 1,
|
|
21895
21885
|
placeholder: "required",
|
|
@@ -22050,7 +22040,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
22050
22040
|
ref: vCanvas,
|
|
22051
22041
|
class: "canvas",
|
|
22052
22042
|
disabled: _ctx.disabled
|
|
22053
|
-
}, null, 8, _hoisted_1$
|
|
22043
|
+
}, null, 8, _hoisted_1$l),
|
|
22054
22044
|
_ctx.required && unref(_isEmpty) ? (openBlock(), createElementBlock("input", _hoisted_2$d)) : createCommentVNode("", true)
|
|
22055
22045
|
], 34);
|
|
22056
22046
|
};
|
|
@@ -24535,7 +24525,7 @@ const VueDraggableNext = defineComponent({
|
|
|
24535
24525
|
}
|
|
24536
24526
|
}
|
|
24537
24527
|
});
|
|
24538
|
-
const _hoisted_1$
|
|
24528
|
+
const _hoisted_1$k = ["title"];
|
|
24539
24529
|
const _hoisted_2$c = { class: "bagel-input" };
|
|
24540
24530
|
const _hoisted_3$a = { class: "table-side-scroll" };
|
|
24541
24531
|
const _hoisted_4$6 = { class: "table-header" };
|
|
@@ -24681,7 +24671,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
24681
24671
|
])),
|
|
24682
24672
|
_: 1
|
|
24683
24673
|
})
|
|
24684
|
-
], 8, _hoisted_1$
|
|
24674
|
+
], 8, _hoisted_1$k);
|
|
24685
24675
|
};
|
|
24686
24676
|
}
|
|
24687
24677
|
});
|
|
@@ -29132,7 +29122,7 @@ function parsePhoneNumber$1() {
|
|
|
29132
29122
|
function parsePhoneNumber() {
|
|
29133
29123
|
return withMetadataArgument(parsePhoneNumber$1, arguments);
|
|
29134
29124
|
}
|
|
29135
|
-
const _hoisted_1$
|
|
29125
|
+
const _hoisted_1$j = ["aria-expanded"];
|
|
29136
29126
|
const _hoisted_2$b = { class: "p-075 tel-countryp-dropdown" };
|
|
29137
29127
|
const _hoisted_3$9 = ["aria-selected", "onClick", "onMousemove"];
|
|
29138
29128
|
const _hoisted_4$5 = { class: "tel-country" };
|
|
@@ -29486,14 +29476,14 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
29486
29476
|
}, null, 44, _hoisted_6$4), [
|
|
29487
29477
|
[vModelText, phone.value]
|
|
29488
29478
|
])
|
|
29489
|
-
], 40, _hoisted_1$
|
|
29479
|
+
], 40, _hoisted_1$j)
|
|
29490
29480
|
])
|
|
29491
29481
|
], 2);
|
|
29492
29482
|
};
|
|
29493
29483
|
}
|
|
29494
29484
|
});
|
|
29495
29485
|
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-627af458"]]);
|
|
29496
|
-
const _hoisted_1$
|
|
29486
|
+
const _hoisted_1$i = ["title"];
|
|
29497
29487
|
const _hoisted_2$a = ["for"];
|
|
29498
29488
|
const _hoisted_3$8 = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
|
|
29499
29489
|
const _hoisted_4$4 = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
|
|
@@ -29635,12 +29625,12 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
29635
29625
|
icon: _ctx.icon
|
|
29636
29626
|
}, null, 8, ["icon"])) : createCommentVNode("", true)
|
|
29637
29627
|
], 8, _hoisted_2$a)
|
|
29638
|
-
], 10, _hoisted_1$
|
|
29628
|
+
], 10, _hoisted_1$i);
|
|
29639
29629
|
};
|
|
29640
29630
|
}
|
|
29641
29631
|
});
|
|
29642
29632
|
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-0e10a3b5"]]);
|
|
29643
|
-
const _hoisted_1$
|
|
29633
|
+
const _hoisted_1$h = ["title"];
|
|
29644
29634
|
const _hoisted_2$9 = ["id", "required"];
|
|
29645
29635
|
const _hoisted_3$7 = ["for"];
|
|
29646
29636
|
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
@@ -29687,12 +29677,12 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
29687
29677
|
createTextVNode(toDisplayString(_ctx.label), 1)
|
|
29688
29678
|
], true)
|
|
29689
29679
|
], 8, _hoisted_3$7)
|
|
29690
|
-
], 10, _hoisted_1$
|
|
29680
|
+
], 10, _hoisted_1$h);
|
|
29691
29681
|
};
|
|
29692
29682
|
}
|
|
29693
29683
|
});
|
|
29694
29684
|
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-486451e5"]]);
|
|
29695
|
-
const _hoisted_1$
|
|
29685
|
+
const _hoisted_1$g = ["src", "title", "width", "height", "marginwidth", "marginheight", "csp", "scrolling", "srcset"];
|
|
29696
29686
|
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
29697
29687
|
__name: "IframeVue",
|
|
29698
29688
|
props: {
|
|
@@ -29752,11 +29742,11 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
29752
29742
|
scrolling: _ctx.scrolling,
|
|
29753
29743
|
srcset: _ctx.srcset,
|
|
29754
29744
|
onLoad: _cache[0] || (_cache[0] = ($event) => emit2("load", $event))
|
|
29755
|
-
}, null, 40, _hoisted_1$
|
|
29745
|
+
}, null, 40, _hoisted_1$g);
|
|
29756
29746
|
};
|
|
29757
29747
|
}
|
|
29758
29748
|
});
|
|
29759
|
-
const _hoisted_1$
|
|
29749
|
+
const _hoisted_1$f = { class: "m-0 pb-025 txt14 line-height-1 w60 menu-text" };
|
|
29760
29750
|
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
29761
29751
|
__name: "BottomMenu",
|
|
29762
29752
|
props: {
|
|
@@ -29780,7 +29770,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
29780
29770
|
size: 1.4,
|
|
29781
29771
|
class: "m-0 line-height-14"
|
|
29782
29772
|
}, null, 8, ["icon"]),
|
|
29783
|
-
createElementVNode("p", _hoisted_1$
|
|
29773
|
+
createElementVNode("p", _hoisted_1$f, toDisplayString(nav.label), 1)
|
|
29784
29774
|
]),
|
|
29785
29775
|
_: 2
|
|
29786
29776
|
}, 1032, ["to", "onClick"]);
|
|
@@ -29835,7 +29825,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
29835
29825
|
}
|
|
29836
29826
|
});
|
|
29837
29827
|
const Layout = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-1814129a"]]);
|
|
29838
|
-
const _hoisted_1$
|
|
29828
|
+
const _hoisted_1$e = { key: 0 };
|
|
29839
29829
|
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
29840
29830
|
__name: "SidebarMenu",
|
|
29841
29831
|
props: {
|
|
@@ -29883,7 +29873,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
29883
29873
|
}, null, 8, ["icon"]),
|
|
29884
29874
|
createVNode(Transition, { name: "showP" }, {
|
|
29885
29875
|
default: withCtx(() => [
|
|
29886
|
-
_ctx.open ? (openBlock(), createElementBlock("p", _hoisted_1$
|
|
29876
|
+
_ctx.open ? (openBlock(), createElementBlock("p", _hoisted_1$e, toDisplayString(nav.label), 1)) : createCommentVNode("", true)
|
|
29887
29877
|
]),
|
|
29888
29878
|
_: 2
|
|
29889
29879
|
}, 1024)
|
|
@@ -29943,7 +29933,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
29943
29933
|
}
|
|
29944
29934
|
});
|
|
29945
29935
|
const Skeleton = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-4da8c0d1"]]);
|
|
29946
|
-
const _hoisted_1$
|
|
29936
|
+
const _hoisted_1$d = { class: "bgl_card tabs-top" };
|
|
29947
29937
|
const _hoisted_2$8 = { class: "tabs grid auto-flow-columns fit-content" };
|
|
29948
29938
|
const _hoisted_3$6 = ["onClick"];
|
|
29949
29939
|
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
@@ -29979,7 +29969,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
29979
29969
|
return openBlock(), createElementBlock("div", {
|
|
29980
29970
|
class: normalizeClass(["h-100 grid list-view gap-1", { "side-tabs": _ctx.sideTabs }])
|
|
29981
29971
|
}, [
|
|
29982
|
-
createElementVNode("div", _hoisted_1$
|
|
29972
|
+
createElementVNode("div", _hoisted_1$d, [
|
|
29983
29973
|
renderSlot(_ctx.$slots, "top-section", {}, void 0, true),
|
|
29984
29974
|
createElementVNode("div", _hoisted_2$8, [
|
|
29985
29975
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.tabs, (tab) => {
|
|
@@ -30007,7 +29997,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
30007
29997
|
}
|
|
30008
29998
|
});
|
|
30009
29999
|
const TabbedLayout = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-0a54cdeb"]]);
|
|
30010
|
-
const _hoisted_1$
|
|
30000
|
+
const _hoisted_1$c = { key: 0 };
|
|
30011
30001
|
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
30012
30002
|
__name: "Tabs",
|
|
30013
30003
|
props: {
|
|
@@ -30050,14 +30040,13 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
30050
30040
|
group: unref(group),
|
|
30051
30041
|
class: "mb-05"
|
|
30052
30042
|
}, null, 8, ["modelValue", "flat", "tabs", "group"]),
|
|
30053
|
-
unref(currentTab) ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
30043
|
+
unref(currentTab) ? (openBlock(), createElementBlock("div", _hoisted_1$c, [
|
|
30054
30044
|
unref(slots)[unref(currentTab)] ? renderSlot(_ctx.$slots, unref(currentTab), { key: 0 }) : unref(currentTab) ? (openBlock(), createBlock(resolveDynamicComponent(unref(tabComponent)), { key: 1 })) : createCommentVNode("", true)
|
|
30055
30045
|
])) : createCommentVNode("", true)
|
|
30056
30046
|
], 64);
|
|
30057
30047
|
};
|
|
30058
30048
|
}
|
|
30059
30049
|
});
|
|
30060
|
-
const _hoisted_1$c = { key: 0 };
|
|
30061
30050
|
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
30062
30051
|
__name: "TabsBody",
|
|
30063
30052
|
props: {
|
|
@@ -30067,9 +30056,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
30067
30056
|
const props2 = __props;
|
|
30068
30057
|
const { currentTab } = useTabs(props2.group);
|
|
30069
30058
|
return (_ctx, _cache) => {
|
|
30070
|
-
return unref(currentTab) ? (
|
|
30071
|
-
renderSlot(_ctx.$slots, unref(currentTab))
|
|
30072
|
-
])) : createCommentVNode("", true);
|
|
30059
|
+
return unref(currentTab) ? renderSlot(_ctx.$slots, unref(currentTab), { key: 0 }) : createCommentVNode("", true);
|
|
30073
30060
|
};
|
|
30074
30061
|
}
|
|
30075
30062
|
});
|
|
@@ -32687,7 +32674,6 @@ const groups = {};
|
|
|
32687
32674
|
let clickHandler = (_e2) => void 0;
|
|
32688
32675
|
const lightboxDirective = {
|
|
32689
32676
|
mounted(el, binding) {
|
|
32690
|
-
el.classList.add("hover");
|
|
32691
32677
|
const item = bindingToItem(binding, el);
|
|
32692
32678
|
groupHandler(item);
|
|
32693
32679
|
clickHandler = (e) => {
|
|
@@ -33671,7 +33657,7 @@ export {
|
|
|
33671
33657
|
_sfc_main$H as DateInput,
|
|
33672
33658
|
_sfc_main$G as DatePicker,
|
|
33673
33659
|
_sfc_main$S as Dropdown,
|
|
33674
|
-
FieldArray,
|
|
33660
|
+
_sfc_main$M as FieldArray,
|
|
33675
33661
|
FileUpload,
|
|
33676
33662
|
Flag,
|
|
33677
33663
|
IMAGE_FORMATS,
|