@bagelink/vue 0.0.787 → 0.0.789
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/inputs/RangeInput.vue.d.ts +16 -0
- package/dist/components/form/inputs/RangeInput.vue.d.ts.map +1 -0
- package/dist/components/form/inputs/TelInput.vue.d.ts +2 -2
- package/dist/components/form/inputs/index.d.ts +1 -0
- package/dist/components/form/inputs/index.d.ts.map +1 -1
- package/dist/index.cjs +217 -174
- package/dist/index.mjs +217 -174
- package/dist/style.css +44 -0
- package/package.json +1 -1
- package/src/components/form/inputs/RangeInput.vue +75 -0
- package/src/components/form/inputs/index.ts +1 -0
package/dist/index.cjs
CHANGED
|
@@ -40,7 +40,7 @@ const bagelFormUtils = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defi
|
|
|
40
40
|
return txtField;
|
|
41
41
|
}
|
|
42
42
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
43
|
-
const _sfc_main$
|
|
43
|
+
const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
44
44
|
__name: "Accordion",
|
|
45
45
|
setup(__props) {
|
|
46
46
|
const state2 = vue.reactive({
|
|
@@ -54,11 +54,11 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
|
54
54
|
};
|
|
55
55
|
}
|
|
56
56
|
});
|
|
57
|
-
const _hoisted_1$
|
|
58
|
-
const _hoisted_2$
|
|
59
|
-
const _hoisted_3$
|
|
60
|
-
const _hoisted_4$
|
|
61
|
-
const _sfc_main$
|
|
57
|
+
const _hoisted_1$L = { class: "accordion-item" };
|
|
58
|
+
const _hoisted_2$w = ["aria-expanded", "aria-controls"];
|
|
59
|
+
const _hoisted_3$m = { class: "accordion-label" };
|
|
60
|
+
const _hoisted_4$g = ["id", "aria-hidden"];
|
|
61
|
+
const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
62
62
|
__name: "AccordionItem",
|
|
63
63
|
props: {
|
|
64
64
|
label: {},
|
|
@@ -95,7 +95,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
95
95
|
else if (accordionState.openItem === id) accordionState.openItem = null;
|
|
96
96
|
}
|
|
97
97
|
return (_ctx, _cache) => {
|
|
98
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
98
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$L, [
|
|
99
99
|
vue.createElementVNode("button", {
|
|
100
100
|
"aria-expanded": vue.unref(isOpen) ? "true" : "false",
|
|
101
101
|
class: "accordion-head",
|
|
@@ -103,14 +103,14 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
103
103
|
onClick: _cache[0] || (_cache[0] = ($event) => toggle())
|
|
104
104
|
}, [
|
|
105
105
|
vue.renderSlot(_ctx.$slots, "head", {}, () => [
|
|
106
|
-
vue.createElementVNode("span", _hoisted_3$
|
|
106
|
+
vue.createElementVNode("span", _hoisted_3$m, vue.toDisplayString(_ctx.label), 1)
|
|
107
107
|
], true),
|
|
108
108
|
vue.createElementVNode("div", {
|
|
109
109
|
class: vue.normalizeClass(["accordion-icon", { open: vue.unref(isOpen) }])
|
|
110
110
|
}, [
|
|
111
111
|
vue.createVNode(vue.unref(_sfc_main$c), { icon: "expand_more" })
|
|
112
112
|
], 2)
|
|
113
|
-
], 8, _hoisted_2$
|
|
113
|
+
], 8, _hoisted_2$w),
|
|
114
114
|
vue.createVNode(vue.Transition, { name: "expand" }, {
|
|
115
115
|
default: vue.withCtx(() => [
|
|
116
116
|
vue.unref(isOpen) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -120,7 +120,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
120
120
|
"aria-hidden": vue.unref(isOpen) ? "false" : "true"
|
|
121
121
|
}, [
|
|
122
122
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
123
|
-
], 8, _hoisted_4$
|
|
123
|
+
], 8, _hoisted_4$g)) : vue.createCommentVNode("", true)
|
|
124
124
|
]),
|
|
125
125
|
_: 3
|
|
126
126
|
})
|
|
@@ -135,9 +135,9 @@ const _export_sfc = (sfc, props2) => {
|
|
|
135
135
|
}
|
|
136
136
|
return target;
|
|
137
137
|
};
|
|
138
|
-
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
139
|
-
const _hoisted_1$
|
|
140
|
-
const _sfc_main$
|
|
138
|
+
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-f87b579d"]]);
|
|
139
|
+
const _hoisted_1$K = { class: "relative" };
|
|
140
|
+
const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
141
141
|
__name: "AddressSearch",
|
|
142
142
|
emits: ["addressSelected"],
|
|
143
143
|
setup(__props, { emit: __emit }) {
|
|
@@ -159,8 +159,8 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
159
159
|
(_a2 = suggestion.value) == null ? void 0 : _a2.show();
|
|
160
160
|
}
|
|
161
161
|
return (_ctx, _cache) => {
|
|
162
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
163
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
162
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$K, [
|
|
163
|
+
vue.createVNode(vue.unref(_sfc_main$L), {
|
|
164
164
|
ref_key: "suggestion",
|
|
165
165
|
ref: suggestion,
|
|
166
166
|
noAutoFocus: true,
|
|
@@ -195,15 +195,15 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
195
195
|
};
|
|
196
196
|
}
|
|
197
197
|
});
|
|
198
|
-
const _hoisted_1$
|
|
198
|
+
const _hoisted_1$J = {
|
|
199
199
|
key: 0,
|
|
200
200
|
class: "loading"
|
|
201
201
|
};
|
|
202
|
-
const _hoisted_2$
|
|
202
|
+
const _hoisted_2$v = {
|
|
203
203
|
key: 1,
|
|
204
204
|
class: "bgl_btn-flex"
|
|
205
205
|
};
|
|
206
|
-
const _sfc_main$
|
|
206
|
+
const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
207
207
|
__name: "Btn",
|
|
208
208
|
props: {
|
|
209
209
|
disabled: { type: Boolean, default: false },
|
|
@@ -297,7 +297,7 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
|
297
297
|
onClick: vue.withModifiers(_ctx.onClick, ["stop"])
|
|
298
298
|
}, {
|
|
299
299
|
default: vue.withCtx(() => [
|
|
300
|
-
_ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
300
|
+
_ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$J)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$v, [
|
|
301
301
|
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$c), {
|
|
302
302
|
key: 0,
|
|
303
303
|
icon: _ctx.icon
|
|
@@ -317,10 +317,10 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
|
317
317
|
};
|
|
318
318
|
}
|
|
319
319
|
});
|
|
320
|
-
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
321
|
-
const _hoisted_1$
|
|
322
|
-
const _hoisted_2$
|
|
323
|
-
const _sfc_main$
|
|
320
|
+
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-047c9778"]]);
|
|
321
|
+
const _hoisted_1$I = ["dismissable"];
|
|
322
|
+
const _hoisted_2$u = { class: "m-0" };
|
|
323
|
+
const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
324
324
|
__name: "Alert",
|
|
325
325
|
props: {
|
|
326
326
|
message: {},
|
|
@@ -348,7 +348,7 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
|
348
348
|
size: 2,
|
|
349
349
|
color: color2[_ctx.type]
|
|
350
350
|
}, null, 8, ["icon", "color"])) : vue.createCommentVNode("", true),
|
|
351
|
-
vue.createElementVNode("p", _hoisted_2$
|
|
351
|
+
vue.createElementVNode("p", _hoisted_2$u, vue.toDisplayString(_ctx.message), 1),
|
|
352
352
|
vue.createVNode(Btn, {
|
|
353
353
|
flat: "",
|
|
354
354
|
thin: "",
|
|
@@ -356,13 +356,13 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
|
356
356
|
icon: "close",
|
|
357
357
|
onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
|
|
358
358
|
})
|
|
359
|
-
], 10, _hoisted_1$
|
|
359
|
+
], 10, _hoisted_1$I)) : vue.createCommentVNode("", true);
|
|
360
360
|
};
|
|
361
361
|
}
|
|
362
362
|
});
|
|
363
|
-
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
364
|
-
const _hoisted_1$
|
|
365
|
-
const _sfc_main$
|
|
363
|
+
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-57141c32"]]);
|
|
364
|
+
const _hoisted_1$H = ["src", "alt"];
|
|
365
|
+
const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
366
366
|
__name: "Avatar",
|
|
367
367
|
props: {
|
|
368
368
|
fallback: {},
|
|
@@ -380,7 +380,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
380
380
|
key: 0,
|
|
381
381
|
src: _ctx.src,
|
|
382
382
|
alt: _ctx.name
|
|
383
|
-
}, null, 8, _hoisted_1$
|
|
383
|
+
}, null, 8, _hoisted_1$H)) : (vue.openBlock(), vue.createElementBlock("p", {
|
|
384
384
|
key: 1,
|
|
385
385
|
style: vue.normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
|
|
386
386
|
}, vue.toDisplayString((_ctx.fallback || vue.unref(initials)(_ctx.name || "")).toUpperCase()), 5))
|
|
@@ -388,8 +388,8 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
388
388
|
};
|
|
389
389
|
}
|
|
390
390
|
});
|
|
391
|
-
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
392
|
-
const _sfc_main$
|
|
391
|
+
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-46ad8c25"]]);
|
|
392
|
+
const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
393
393
|
__name: "Badge",
|
|
394
394
|
props: {
|
|
395
395
|
color: {},
|
|
@@ -420,10 +420,10 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
420
420
|
};
|
|
421
421
|
}
|
|
422
422
|
});
|
|
423
|
-
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
424
|
-
const _hoisted_1$
|
|
425
|
-
const _hoisted_2$
|
|
426
|
-
const _sfc_main$
|
|
423
|
+
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-40a0b03a"]]);
|
|
424
|
+
const _hoisted_1$G = ["src"];
|
|
425
|
+
const _hoisted_2$t = ["src", "autoplay", "muted", "loop", "controls"];
|
|
426
|
+
const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
427
427
|
__name: "BglVideo",
|
|
428
428
|
props: {
|
|
429
429
|
src: {},
|
|
@@ -478,7 +478,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
|
478
478
|
allowfullscreen: "",
|
|
479
479
|
title: "Video",
|
|
480
480
|
allow: "autoplay"
|
|
481
|
-
}, null, 12, _hoisted_1$
|
|
481
|
+
}, null, 12, _hoisted_1$G)) : _ctx.src ? (vue.openBlock(), vue.createElementBlock("video", {
|
|
482
482
|
key: 1,
|
|
483
483
|
src: _ctx.src,
|
|
484
484
|
autoplay: _ctx.autoplay,
|
|
@@ -487,17 +487,17 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
|
487
487
|
style: vue.normalizeStyle({ aspectRatio: aspectRatio.value }),
|
|
488
488
|
controls: _ctx.controls,
|
|
489
489
|
playsinline: ""
|
|
490
|
-
}, null, 12, _hoisted_2$
|
|
490
|
+
}, null, 12, _hoisted_2$t)) : vue.createCommentVNode("", true)
|
|
491
491
|
], 2);
|
|
492
492
|
};
|
|
493
493
|
}
|
|
494
494
|
});
|
|
495
|
-
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
496
|
-
const _hoisted_1$
|
|
495
|
+
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-8495afe2"]]);
|
|
496
|
+
const _hoisted_1$F = {
|
|
497
497
|
key: 0,
|
|
498
498
|
class: "card_label"
|
|
499
499
|
};
|
|
500
|
-
const _sfc_main$
|
|
500
|
+
const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
501
501
|
__name: "Card",
|
|
502
502
|
props: {
|
|
503
503
|
label: {},
|
|
@@ -525,7 +525,7 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
525
525
|
}])
|
|
526
526
|
}, {
|
|
527
527
|
default: vue.withCtx(() => [
|
|
528
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$
|
|
528
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$F, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
|
|
529
529
|
vue.renderSlot(_ctx.$slots, "default")
|
|
530
530
|
]),
|
|
531
531
|
_: 3
|
|
@@ -533,12 +533,12 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
533
533
|
};
|
|
534
534
|
}
|
|
535
535
|
});
|
|
536
|
-
const _hoisted_1$
|
|
536
|
+
const _hoisted_1$E = {
|
|
537
537
|
key: 0,
|
|
538
538
|
class: "blocker"
|
|
539
539
|
};
|
|
540
|
-
const _hoisted_2$
|
|
541
|
-
const _sfc_main$
|
|
540
|
+
const _hoisted_2$s = { class: "Handlers" };
|
|
541
|
+
const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
542
542
|
__name: "Carousel",
|
|
543
543
|
props: {
|
|
544
544
|
autoHeight: {
|
|
@@ -686,10 +686,10 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
686
686
|
onScrollend: scrollEnd,
|
|
687
687
|
onMousedown: startDragging
|
|
688
688
|
}, [
|
|
689
|
-
vue.unref(isDragging) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
689
|
+
vue.unref(isDragging) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$E)) : vue.createCommentVNode("", true),
|
|
690
690
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
691
691
|
], 34),
|
|
692
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
692
|
+
vue.createElementVNode("div", _hoisted_2$s, [
|
|
693
693
|
vue.createElementVNode("span", { onClick: prev }, [
|
|
694
694
|
vue.renderSlot(_ctx.$slots, "prev", {
|
|
695
695
|
prev,
|
|
@@ -707,7 +707,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
707
707
|
};
|
|
708
708
|
}
|
|
709
709
|
});
|
|
710
|
-
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
710
|
+
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-1f9c6644"]]);
|
|
711
711
|
function _isPlaceholder(a2) {
|
|
712
712
|
return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
|
|
713
713
|
}
|
|
@@ -6538,8 +6538,8 @@ const _hoisted_1$1$1 = {
|
|
|
6538
6538
|
style: { display: "flex", position: "relative" }
|
|
6539
6539
|
};
|
|
6540
6540
|
const _hoisted_2$1$1 = ["width", "height", "viewBox"];
|
|
6541
|
-
const _hoisted_3$
|
|
6542
|
-
const _hoisted_4$
|
|
6541
|
+
const _hoisted_3$l = { class: "layer-rectangles" };
|
|
6542
|
+
const _hoisted_4$f = ["transform", "onMouseover"];
|
|
6543
6543
|
const _hoisted_5$d = ["width", "height"];
|
|
6544
6544
|
const _hoisted_6$a = {
|
|
6545
6545
|
x: 0 + 10,
|
|
@@ -6556,7 +6556,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6556
6556
|
viewBox: `0 0 ${_ctx.size.width} ${_ctx.size.height}`,
|
|
6557
6557
|
ref: "el"
|
|
6558
6558
|
}, [
|
|
6559
|
-
vue.createElementVNode("g", _hoisted_3$
|
|
6559
|
+
vue.createElementVNode("g", _hoisted_3$l, [
|
|
6560
6560
|
(vue.openBlock(true), vue.createElementBlock(
|
|
6561
6561
|
vue.Fragment,
|
|
6562
6562
|
null,
|
|
@@ -6591,7 +6591,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6591
6591
|
)
|
|
6592
6592
|
])
|
|
6593
6593
|
])
|
|
6594
|
-
], 42, _hoisted_4$
|
|
6594
|
+
], 42, _hoisted_4$f);
|
|
6595
6595
|
}),
|
|
6596
6596
|
128
|
|
6597
6597
|
/* KEYED_FRAGMENT */
|
|
@@ -6648,25 +6648,25 @@ var script = vue.defineComponent({
|
|
|
6648
6648
|
return { bar, canvas, direction, mouse };
|
|
6649
6649
|
}
|
|
6650
6650
|
});
|
|
6651
|
-
const _hoisted_1$
|
|
6651
|
+
const _hoisted_1$D = {
|
|
6652
6652
|
key: 0,
|
|
6653
6653
|
class: "layer-hover-bar"
|
|
6654
6654
|
};
|
|
6655
|
-
const _hoisted_2$
|
|
6655
|
+
const _hoisted_2$r = ["x", "y", "width", "height"];
|
|
6656
6656
|
function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6657
|
-
return _ctx.mouse.hover ? (vue.openBlock(), vue.createElementBlock("g", _hoisted_1$
|
|
6657
|
+
return _ctx.mouse.hover ? (vue.openBlock(), vue.createElementBlock("g", _hoisted_1$D, [
|
|
6658
6658
|
vue.createElementVNode("rect", vue.mergeProps({ class: "hover-bar" }, _ctx.barStyle, {
|
|
6659
6659
|
x: _ctx.bar.x,
|
|
6660
6660
|
y: _ctx.bar.y,
|
|
6661
6661
|
width: _ctx.bar.width > 0 ? _ctx.bar.width : 0,
|
|
6662
6662
|
height: _ctx.bar.height > 0 ? _ctx.bar.height : 0
|
|
6663
|
-
}), null, 16, _hoisted_2$
|
|
6663
|
+
}), null, 16, _hoisted_2$r)
|
|
6664
6664
|
])) : vue.createCommentVNode("v-if", true);
|
|
6665
6665
|
}
|
|
6666
6666
|
script.render = render$e;
|
|
6667
6667
|
script.__file = "src/components/HoverBar/index.vue";
|
|
6668
6668
|
const BRAND_COLOR = "var(--bgl-primary)";
|
|
6669
|
-
const _sfc_main$
|
|
6669
|
+
const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
6670
6670
|
__name: "Lineart",
|
|
6671
6671
|
props: {
|
|
6672
6672
|
data: {},
|
|
@@ -6806,16 +6806,16 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
6806
6806
|
};
|
|
6807
6807
|
}
|
|
6808
6808
|
});
|
|
6809
|
-
const _hoisted_1$
|
|
6809
|
+
const _hoisted_1$C = {
|
|
6810
6810
|
key: 0,
|
|
6811
6811
|
class: "data"
|
|
6812
6812
|
};
|
|
6813
|
-
const _hoisted_2$
|
|
6813
|
+
const _hoisted_2$q = {
|
|
6814
6814
|
key: 0,
|
|
6815
6815
|
class: "data-row m_py-05"
|
|
6816
6816
|
};
|
|
6817
|
-
const _hoisted_3$
|
|
6818
|
-
const _hoisted_4$
|
|
6817
|
+
const _hoisted_3$k = { class: "key" };
|
|
6818
|
+
const _hoisted_4$e = { class: "m-0" };
|
|
6819
6819
|
const _hoisted_5$c = { key: 1 };
|
|
6820
6820
|
const _hoisted_6$9 = {
|
|
6821
6821
|
key: 0,
|
|
@@ -6827,7 +6827,7 @@ const _hoisted_9$3 = {
|
|
|
6827
6827
|
key: 0,
|
|
6828
6828
|
class: "m-0"
|
|
6829
6829
|
};
|
|
6830
|
-
const _sfc_main$
|
|
6830
|
+
const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
6831
6831
|
__name: "DataPreview",
|
|
6832
6832
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
6833
6833
|
showFields: {},
|
|
@@ -6863,7 +6863,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
6863
6863
|
const computedSchema = vue.computed(() => getFallbackSchema([itemData.value], props2.showFields));
|
|
6864
6864
|
return (_ctx, _cache) => {
|
|
6865
6865
|
var _a2;
|
|
6866
|
-
return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6866
|
+
return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$C, [
|
|
6867
6867
|
_ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$3), {
|
|
6868
6868
|
key: 0,
|
|
6869
6869
|
label: _ctx.title
|
|
@@ -6872,11 +6872,11 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
6872
6872
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
6873
6873
|
key: field.id
|
|
6874
6874
|
}, [
|
|
6875
|
-
vue.unref(iffer)(field, itemData.value) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
6876
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
6877
|
-
vue.createElementVNode("p", _hoisted_4$
|
|
6875
|
+
vue.unref(iffer)(field, itemData.value) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$q, [
|
|
6876
|
+
vue.createElementVNode("div", _hoisted_3$k, [
|
|
6877
|
+
vue.createElementVNode("p", _hoisted_4$e, vue.toDisplayString((field == null ? void 0 : field.label) || vue.unref(keyToLabel)(field.id)), 1)
|
|
6878
6878
|
]),
|
|
6879
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
6879
|
+
vue.createVNode(vue.unref(_sfc_main$J), {
|
|
6880
6880
|
modelValue: itemData.value,
|
|
6881
6881
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => itemData.value = $event),
|
|
6882
6882
|
label: "",
|
|
@@ -6905,7 +6905,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
6905
6905
|
};
|
|
6906
6906
|
}
|
|
6907
6907
|
});
|
|
6908
|
-
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6908
|
+
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-5f91f598"]]);
|
|
6909
6909
|
const sides = ["top", "right", "bottom", "left"];
|
|
6910
6910
|
const alignments = ["start", "end"];
|
|
6911
6911
|
const placements$1 = /* @__PURE__ */ sides.reduce((acc, side) => acc.concat(side, side + "-" + alignments[0], side + "-" + alignments[1]), []);
|
|
@@ -9447,7 +9447,7 @@ const Gt$1 = {
|
|
|
9447
9447
|
install: Ct$1,
|
|
9448
9448
|
options: h
|
|
9449
9449
|
};
|
|
9450
|
-
const _sfc_main$
|
|
9450
|
+
const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
9451
9451
|
__name: "Dropdown",
|
|
9452
9452
|
props: {
|
|
9453
9453
|
value: {},
|
|
@@ -9504,7 +9504,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
9504
9504
|
};
|
|
9505
9505
|
}
|
|
9506
9506
|
});
|
|
9507
|
-
const _sfc_main$
|
|
9507
|
+
const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
9508
9508
|
__name: "Flag",
|
|
9509
9509
|
props: {
|
|
9510
9510
|
country: {},
|
|
@@ -9534,8 +9534,8 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
9534
9534
|
};
|
|
9535
9535
|
}
|
|
9536
9536
|
});
|
|
9537
|
-
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9538
|
-
const _sfc_main$
|
|
9537
|
+
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-f99f1900"]]);
|
|
9538
|
+
const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
9539
9539
|
__name: "BglField",
|
|
9540
9540
|
props: {
|
|
9541
9541
|
field: {},
|
|
@@ -9551,7 +9551,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
9551
9551
|
if (props2.field.$el === "toggle") return ToggleInput;
|
|
9552
9552
|
if (props2.field.$el === "check") return CheckInput;
|
|
9553
9553
|
if (props2.field.$el === "richtext") return _sfc_main$v;
|
|
9554
|
-
if (props2.field.$el === "date") return _sfc_main$
|
|
9554
|
+
if (props2.field.$el === "date") return _sfc_main$D;
|
|
9555
9555
|
return props2.field.$el ?? "div";
|
|
9556
9556
|
});
|
|
9557
9557
|
const formData = vue.computed({
|
|
@@ -9635,7 +9635,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
9635
9635
|
};
|
|
9636
9636
|
}
|
|
9637
9637
|
});
|
|
9638
|
-
const _sfc_main$
|
|
9638
|
+
const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
9639
9639
|
__name: "BglForm",
|
|
9640
9640
|
props: {
|
|
9641
9641
|
label: {},
|
|
@@ -9733,7 +9733,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
9733
9733
|
label: _ctx.label
|
|
9734
9734
|
}, null, 8, ["label"])) : vue.createCommentVNode("", true),
|
|
9735
9735
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(computedSchema.value, (field, i2) => {
|
|
9736
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
9736
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$J), {
|
|
9737
9737
|
key: field.id || `${i2}p`,
|
|
9738
9738
|
modelValue: vue.unref(data2),
|
|
9739
9739
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(data2) ? data2.value = $event : data2 = $event),
|
|
@@ -9757,7 +9757,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
9757
9757
|
label: _ctx.label
|
|
9758
9758
|
}, null, 8, ["label"])) : vue.createCommentVNode("", true),
|
|
9759
9759
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(computedSchema.value, (field, i2) => {
|
|
9760
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
9760
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$J), {
|
|
9761
9761
|
key: field.id || `${i2}p`,
|
|
9762
9762
|
modelValue: vue.unref(data2),
|
|
9763
9763
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(data2) ? data2.value = $event : data2 = $event),
|
|
@@ -9776,8 +9776,8 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
9776
9776
|
};
|
|
9777
9777
|
}
|
|
9778
9778
|
});
|
|
9779
|
-
const _hoisted_1$
|
|
9780
|
-
const _sfc_main$
|
|
9779
|
+
const _hoisted_1$B = { key: 0 };
|
|
9780
|
+
const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
9781
9781
|
__name: "BglMultiStepForm",
|
|
9782
9782
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
9783
9783
|
bagelFormProps: { default: () => ({}) },
|
|
@@ -9844,8 +9844,8 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
9844
9844
|
mode: "out-in"
|
|
9845
9845
|
}, {
|
|
9846
9846
|
default: vue.withCtx(() => [
|
|
9847
|
-
!vue.unref(isStepping) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
9848
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
9847
|
+
!vue.unref(isStepping) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$B, [
|
|
9848
|
+
vue.createVNode(vue.unref(_sfc_main$I), vue.mergeProps({
|
|
9849
9849
|
ref_key: "formRef",
|
|
9850
9850
|
ref: formRef,
|
|
9851
9851
|
modelValue: formData.value,
|
|
@@ -9884,8 +9884,8 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
9884
9884
|
};
|
|
9885
9885
|
}
|
|
9886
9886
|
});
|
|
9887
|
-
const _hoisted_1$
|
|
9888
|
-
const _sfc_main$
|
|
9887
|
+
const _hoisted_1$A = { class: "primary-checkbox" };
|
|
9888
|
+
const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
9889
9889
|
__name: "Checkbox",
|
|
9890
9890
|
props: {
|
|
9891
9891
|
"modelValue": { type: Boolean, ...{ default: false } },
|
|
@@ -9895,7 +9895,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
9895
9895
|
setup(__props) {
|
|
9896
9896
|
const val = vue.useModel(__props, "modelValue");
|
|
9897
9897
|
return (_ctx, _cache) => {
|
|
9898
|
-
return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$
|
|
9898
|
+
return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$A, [
|
|
9899
9899
|
vue.renderSlot(_ctx.$slots, "label", {}, void 0, true),
|
|
9900
9900
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
9901
9901
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
|
|
@@ -9907,11 +9907,11 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
9907
9907
|
};
|
|
9908
9908
|
}
|
|
9909
9909
|
});
|
|
9910
|
-
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9911
|
-
const _hoisted_1$
|
|
9912
|
-
const _hoisted_2$
|
|
9913
|
-
const _hoisted_3$
|
|
9914
|
-
const _sfc_main$
|
|
9910
|
+
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-73f1d9ad"]]);
|
|
9911
|
+
const _hoisted_1$z = ["title"];
|
|
9912
|
+
const _hoisted_2$p = ["id", "value", "required"];
|
|
9913
|
+
const _hoisted_3$j = ["for"];
|
|
9914
|
+
const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
9915
9915
|
__name: "CheckInput",
|
|
9916
9916
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
9917
9917
|
label: {},
|
|
@@ -9945,22 +9945,22 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
9945
9945
|
required: _ctx.required,
|
|
9946
9946
|
type: "checkbox",
|
|
9947
9947
|
class: "me-05"
|
|
9948
|
-
}, null, 8, _hoisted_2$
|
|
9948
|
+
}, null, 8, _hoisted_2$p), [
|
|
9949
9949
|
[vue.vModelCheckbox, checked.value]
|
|
9950
9950
|
]),
|
|
9951
9951
|
vue.createElementVNode("label", { for: inputId.value }, [
|
|
9952
9952
|
vue.renderSlot(_ctx.$slots, "label", {}, () => [
|
|
9953
9953
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
9954
9954
|
], true)
|
|
9955
|
-
], 8, _hoisted_3$
|
|
9956
|
-
], 10, _hoisted_1$
|
|
9955
|
+
], 8, _hoisted_3$j)
|
|
9956
|
+
], 10, _hoisted_1$z);
|
|
9957
9957
|
};
|
|
9958
9958
|
}
|
|
9959
9959
|
});
|
|
9960
|
-
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9961
|
-
const _hoisted_1$
|
|
9962
|
-
const _hoisted_2$
|
|
9963
|
-
const _sfc_main$
|
|
9960
|
+
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-1b4d18c6"]]);
|
|
9961
|
+
const _hoisted_1$y = ["title"];
|
|
9962
|
+
const _hoisted_2$o = ["id", "placeholder", "required"];
|
|
9963
|
+
const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
9964
9964
|
__name: "ColorPicker",
|
|
9965
9965
|
props: {
|
|
9966
9966
|
label: {},
|
|
@@ -9998,11 +9998,11 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
9998
9998
|
placeholder: _ctx.placeholder || _ctx.label,
|
|
9999
9999
|
class: { "no-edit": !_ctx.editMode },
|
|
10000
10000
|
required: _ctx.required
|
|
10001
|
-
}, _ctx.nativeInputAttrs), null, 16, _hoisted_2$
|
|
10001
|
+
}, _ctx.nativeInputAttrs), null, 16, _hoisted_2$o), [
|
|
10002
10002
|
[vue.vModelText, inputVal.value]
|
|
10003
10003
|
])
|
|
10004
10004
|
])
|
|
10005
|
-
], 10, _hoisted_1$
|
|
10005
|
+
], 10, _hoisted_1$y)) : vue.createCommentVNode("", true);
|
|
10006
10006
|
};
|
|
10007
10007
|
}
|
|
10008
10008
|
});
|
|
@@ -18445,9 +18445,9 @@ const eo = ({
|
|
|
18445
18445
|
Object.entries(go).forEach(([e, t]) => {
|
|
18446
18446
|
e !== "default" && (Hn[e] = t);
|
|
18447
18447
|
});
|
|
18448
|
-
const _hoisted_1$
|
|
18449
|
-
const _hoisted_2$
|
|
18450
|
-
const _sfc_main$
|
|
18448
|
+
const _hoisted_1$x = ["title"];
|
|
18449
|
+
const _hoisted_2$n = { key: 0 };
|
|
18450
|
+
const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
18451
18451
|
__name: "DateInput",
|
|
18452
18452
|
props: {
|
|
18453
18453
|
required: { type: Boolean },
|
|
@@ -18489,7 +18489,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
18489
18489
|
class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
|
|
18490
18490
|
title: _ctx.label
|
|
18491
18491
|
}, [
|
|
18492
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$
|
|
18492
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$n, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
|
|
18493
18493
|
vue.createVNode(vue.unref(Hn), vue.mergeProps({
|
|
18494
18494
|
ref_key: "datePicker",
|
|
18495
18495
|
ref: datePicker,
|
|
@@ -18505,19 +18505,19 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
18505
18505
|
"minutes-grid-increment": _ctx.minutesGridIncrement,
|
|
18506
18506
|
"start-time": { hours: 8, minutes: 0 }
|
|
18507
18507
|
}), null, 16, ["modelValue", "required", "enable-time-picker", "allowed-dates", "time-picker-inline", "minutes-increment", "minutes-grid-increment"])
|
|
18508
|
-
], 10, _hoisted_1$
|
|
18508
|
+
], 10, _hoisted_1$x);
|
|
18509
18509
|
};
|
|
18510
18510
|
}
|
|
18511
18511
|
});
|
|
18512
|
-
const _hoisted_1$
|
|
18513
|
-
const _hoisted_2$
|
|
18514
|
-
const _hoisted_3$
|
|
18512
|
+
const _hoisted_1$w = { class: "datetime-wrap" };
|
|
18513
|
+
const _hoisted_2$m = { class: "date-wrap" };
|
|
18514
|
+
const _hoisted_3$i = {
|
|
18515
18515
|
key: 0,
|
|
18516
18516
|
class: "time-wrap"
|
|
18517
18517
|
};
|
|
18518
|
-
const _hoisted_4$
|
|
18518
|
+
const _hoisted_4$d = ["id", "name", "value"];
|
|
18519
18519
|
const _hoisted_5$b = ["for"];
|
|
18520
|
-
const _sfc_main$
|
|
18520
|
+
const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
18521
18521
|
__name: "DatePicker",
|
|
18522
18522
|
props: {
|
|
18523
18523
|
label: {},
|
|
@@ -18545,8 +18545,8 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
18545
18545
|
return `${hour}:${minute}`;
|
|
18546
18546
|
});
|
|
18547
18547
|
return (_ctx, _cache) => {
|
|
18548
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
18549
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
18548
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$w, [
|
|
18549
|
+
vue.createElementVNode("div", _hoisted_2$m, [
|
|
18550
18550
|
vue.createVNode(vue.unref(Hn), vue.mergeProps({
|
|
18551
18551
|
modelValue: selectedDate.value,
|
|
18552
18552
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedDate.value = $event),
|
|
@@ -18564,7 +18564,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
18564
18564
|
_: 1
|
|
18565
18565
|
}, 16, ["modelValue", "allowed-dates", "disabled-dates"])
|
|
18566
18566
|
]),
|
|
18567
|
-
_ctx.showTimeWrap ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$
|
|
18567
|
+
_ctx.showTimeWrap ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$i, [
|
|
18568
18568
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(hours), (hr2) => {
|
|
18569
18569
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: hr2 }, [
|
|
18570
18570
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
@@ -18573,7 +18573,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
18573
18573
|
type: "radio",
|
|
18574
18574
|
name: _ctx.label,
|
|
18575
18575
|
value: hr2
|
|
18576
|
-
}, null, 8, _hoisted_4$
|
|
18576
|
+
}, null, 8, _hoisted_4$d), [
|
|
18577
18577
|
[vue.vModelRadio, selectedHour.value]
|
|
18578
18578
|
]),
|
|
18579
18579
|
vue.createElementVNode("label", {
|
|
@@ -18586,13 +18586,13 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
18586
18586
|
};
|
|
18587
18587
|
}
|
|
18588
18588
|
});
|
|
18589
|
-
const _hoisted_1$
|
|
18590
|
-
const _hoisted_2$
|
|
18589
|
+
const _hoisted_1$v = { class: "bagel-input" };
|
|
18590
|
+
const _hoisted_2$l = {
|
|
18591
18591
|
key: 0,
|
|
18592
18592
|
class: "bgl-multi-preview"
|
|
18593
18593
|
};
|
|
18594
|
-
const _hoisted_3$
|
|
18595
|
-
const _hoisted_4$
|
|
18594
|
+
const _hoisted_3$h = ["src"];
|
|
18595
|
+
const _hoisted_4$c = { class: "m-0" };
|
|
18596
18596
|
const _hoisted_5$a = ["width", "src"];
|
|
18597
18597
|
const _hoisted_6$8 = { class: "no-margin multi-preview-txt" };
|
|
18598
18598
|
const _hoisted_7$5 = {
|
|
@@ -18610,7 +18610,7 @@ const _hoisted_10$2 = {
|
|
|
18610
18610
|
};
|
|
18611
18611
|
const _hoisted_11$1 = ["src"];
|
|
18612
18612
|
const _hoisted_12 = { class: "p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05" };
|
|
18613
|
-
const _sfc_main$
|
|
18613
|
+
const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
18614
18614
|
__name: "FileUpload",
|
|
18615
18615
|
props: {
|
|
18616
18616
|
label: {},
|
|
@@ -18759,7 +18759,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
18759
18759
|
}
|
|
18760
18760
|
return (_ctx, _cache) => {
|
|
18761
18761
|
const _directive_lightbox = vue.resolveDirective("lightbox");
|
|
18762
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
18762
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$v, [
|
|
18763
18763
|
vue.createElementVNode("label", null, vue.toDisplayString(_ctx.label), 1),
|
|
18764
18764
|
vue.createElementVNode("div", {
|
|
18765
18765
|
class: vue.normalizeClass(["fileUploadWrap", {
|
|
@@ -18777,7 +18777,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
18777
18777
|
files: storageFiles.value,
|
|
18778
18778
|
fileQueue: fileQueue.value
|
|
18779
18779
|
}, () => [
|
|
18780
|
-
_ctx.multiple ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
18780
|
+
_ctx.multiple ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$l, [
|
|
18781
18781
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(storageFiles.value, (file) => {
|
|
18782
18782
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
18783
18783
|
key: file.id,
|
|
@@ -18788,14 +18788,14 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
18788
18788
|
class: "multi-preview",
|
|
18789
18789
|
src: file.url,
|
|
18790
18790
|
alt: ""
|
|
18791
|
-
}, null, 8, _hoisted_3$
|
|
18791
|
+
}, null, 8, _hoisted_3$h)), [
|
|
18792
18792
|
[_directive_lightbox]
|
|
18793
18793
|
]) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$c), {
|
|
18794
18794
|
key: 1,
|
|
18795
18795
|
icon: "draft",
|
|
18796
18796
|
class: "multi-preview"
|
|
18797
18797
|
})),
|
|
18798
|
-
vue.createElementVNode("p", _hoisted_4$
|
|
18798
|
+
vue.createElementVNode("p", _hoisted_4$c, vue.toDisplayString(file.name), 1),
|
|
18799
18799
|
vue.createVNode(vue.unref(Btn), {
|
|
18800
18800
|
thin: "",
|
|
18801
18801
|
flat: "",
|
|
@@ -18900,11 +18900,11 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
18900
18900
|
};
|
|
18901
18901
|
}
|
|
18902
18902
|
});
|
|
18903
|
-
const $el = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
18904
|
-
const _hoisted_1$
|
|
18905
|
-
const _hoisted_2$
|
|
18906
|
-
const _hoisted_3$
|
|
18907
|
-
const _sfc_main$
|
|
18903
|
+
const $el = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-be593d04"]]);
|
|
18904
|
+
const _hoisted_1$u = ["title"];
|
|
18905
|
+
const _hoisted_2$k = { key: 0 };
|
|
18906
|
+
const _hoisted_3$g = ["value", "placeholder"];
|
|
18907
|
+
const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
18908
18908
|
__name: "JSONInput",
|
|
18909
18909
|
props: {
|
|
18910
18910
|
description: { default: "" },
|
|
@@ -18927,7 +18927,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
18927
18927
|
class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
|
|
18928
18928
|
title: _ctx.description
|
|
18929
18929
|
}, [
|
|
18930
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$
|
|
18930
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$k, [
|
|
18931
18931
|
vue.createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
|
|
18932
18932
|
])) : vue.createCommentVNode("", true),
|
|
18933
18933
|
vue.createElementVNode("textarea", {
|
|
@@ -18935,14 +18935,14 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
18935
18935
|
class: vue.normalizeClass({ "no-edit": !_ctx.editMode }),
|
|
18936
18936
|
placeholder: _ctx.placeholder,
|
|
18937
18937
|
onInput: handleInput
|
|
18938
|
-
}, null, 42, _hoisted_3$
|
|
18939
|
-
], 10, _hoisted_1$
|
|
18938
|
+
}, null, 42, _hoisted_3$g)
|
|
18939
|
+
], 10, _hoisted_1$u);
|
|
18940
18940
|
};
|
|
18941
18941
|
}
|
|
18942
18942
|
});
|
|
18943
|
-
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
18944
|
-
const _hoisted_1$
|
|
18945
|
-
const _sfc_main$
|
|
18943
|
+
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-1cbaeab2"]]);
|
|
18944
|
+
const _hoisted_1$t = { class: "relative" };
|
|
18945
|
+
const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
18946
18946
|
__name: "PasswordInput",
|
|
18947
18947
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
18948
18948
|
id: {},
|
|
@@ -18982,7 +18982,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
18982
18982
|
);
|
|
18983
18983
|
const inputType = vue.computed(() => showPwd.value ? "text" : "password");
|
|
18984
18984
|
return (_ctx, _cache) => {
|
|
18985
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
18985
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$t, [
|
|
18986
18986
|
vue.createVNode(vue.unref(TextInput), vue.mergeProps({
|
|
18987
18987
|
modelValue: password.value,
|
|
18988
18988
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => password.value = $event)
|
|
@@ -19002,10 +19002,10 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
19002
19002
|
};
|
|
19003
19003
|
}
|
|
19004
19004
|
});
|
|
19005
|
-
const _hoisted_1$
|
|
19006
|
-
const _hoisted_2$
|
|
19007
|
-
const _hoisted_3$
|
|
19008
|
-
const _hoisted_4$
|
|
19005
|
+
const _hoisted_1$s = ["for"];
|
|
19006
|
+
const _hoisted_2$j = ["id", "name", "value"];
|
|
19007
|
+
const _hoisted_3$f = { class: "flex w-100 gap-1 flex-wrap m_gap-05 m_gap-row-025" };
|
|
19008
|
+
const _hoisted_4$b = ["src", "alt"];
|
|
19009
19009
|
const _hoisted_5$9 = { class: "" };
|
|
19010
19010
|
const _hoisted_6$7 = {
|
|
19011
19011
|
key: 0,
|
|
@@ -19015,7 +19015,7 @@ const _hoisted_7$4 = {
|
|
|
19015
19015
|
key: 1,
|
|
19016
19016
|
class: "txt-gray txt-12 m-0"
|
|
19017
19017
|
};
|
|
19018
|
-
const _sfc_main$
|
|
19018
|
+
const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
19019
19019
|
__name: "RadioGroup",
|
|
19020
19020
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
19021
19021
|
groupName: {},
|
|
@@ -19043,17 +19043,17 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
19043
19043
|
type: "radio",
|
|
19044
19044
|
name: _ctx.groupName,
|
|
19045
19045
|
value: opt.value
|
|
19046
|
-
}, null, 8, _hoisted_2$
|
|
19046
|
+
}, null, 8, _hoisted_2$j), [
|
|
19047
19047
|
[vue.vModelRadio, selectedOption.value]
|
|
19048
19048
|
]),
|
|
19049
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
19049
|
+
vue.createElementVNode("div", _hoisted_3$f, [
|
|
19050
19050
|
opt.imgSrc ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
19051
19051
|
key: 0,
|
|
19052
19052
|
class: "bg-popup shadow-light py-025 radius-05 m_w40",
|
|
19053
19053
|
width: "60",
|
|
19054
19054
|
src: opt.imgSrc,
|
|
19055
19055
|
alt: opt.imgAlt
|
|
19056
|
-
}, null, 8, _hoisted_4$
|
|
19056
|
+
}, null, 8, _hoisted_4$b)) : vue.createCommentVNode("", true),
|
|
19057
19057
|
vue.createElementVNode("div", _hoisted_5$9, [
|
|
19058
19058
|
opt.label ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_6$7, vue.toDisplayString(opt.label), 1)) : vue.createCommentVNode("", true),
|
|
19059
19059
|
opt.subLabel ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_7$4, vue.toDisplayString(opt.subLabel), 1)) : vue.createCommentVNode("", true)
|
|
@@ -19068,19 +19068,19 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
19068
19068
|
icon: "delete",
|
|
19069
19069
|
onClick: ($event) => _ctx.$emit("delete", opt)
|
|
19070
19070
|
}, null, 8, ["onClick"])) : vue.createCommentVNode("", true)
|
|
19071
|
-
], 8, _hoisted_1$
|
|
19071
|
+
], 8, _hoisted_1$s);
|
|
19072
19072
|
}), 128))
|
|
19073
19073
|
]);
|
|
19074
19074
|
};
|
|
19075
19075
|
}
|
|
19076
19076
|
});
|
|
19077
|
-
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19078
|
-
const _hoisted_1$
|
|
19079
|
-
const _hoisted_2$
|
|
19080
|
-
const _hoisted_3$
|
|
19081
|
-
const _hoisted_4$
|
|
19077
|
+
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-3e9e030f"]]);
|
|
19078
|
+
const _hoisted_1$r = { class: "bagel-input" };
|
|
19079
|
+
const _hoisted_2$i = { class: "pb-025" };
|
|
19080
|
+
const _hoisted_3$e = { class: "flex gap-05 flex-wrap" };
|
|
19081
|
+
const _hoisted_4$a = ["id", "name", "value", "checked"];
|
|
19082
19082
|
const _hoisted_5$8 = ["for"];
|
|
19083
|
-
const _sfc_main$
|
|
19083
|
+
const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
19084
19084
|
__name: "RadioPillsInput",
|
|
19085
19085
|
props: {
|
|
19086
19086
|
options: {},
|
|
@@ -19121,9 +19121,9 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
19121
19121
|
selectedValue.value = props2.modelValue;
|
|
19122
19122
|
});
|
|
19123
19123
|
return (_ctx, _cache) => {
|
|
19124
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
19125
|
-
vue.createElementVNode("label", _hoisted_2$
|
|
19126
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
19124
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$r, [
|
|
19125
|
+
vue.createElementVNode("label", _hoisted_2$i, vue.toDisplayString(_ctx.label), 1),
|
|
19126
|
+
vue.createElementVNode("div", _hoisted_3$e, [
|
|
19127
19127
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.options, (option2, index2) => {
|
|
19128
19128
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
19129
19129
|
key: index2,
|
|
@@ -19136,7 +19136,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
19136
19136
|
value: getValue(option2),
|
|
19137
19137
|
checked: vue.unref(selectedValue) === getValue(option2),
|
|
19138
19138
|
onChange: handleSelect
|
|
19139
|
-
}, null, 40, _hoisted_4$
|
|
19139
|
+
}, null, 40, _hoisted_4$a),
|
|
19140
19140
|
vue.createElementVNode("label", {
|
|
19141
19141
|
for: `${_ctx.id}-${getValue(option2)}`
|
|
19142
19142
|
}, vue.toDisplayString(getLabel(option2)), 9, _hoisted_5$8)
|
|
@@ -19147,7 +19147,49 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
19147
19147
|
};
|
|
19148
19148
|
}
|
|
19149
19149
|
});
|
|
19150
|
-
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19150
|
+
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-f2912ed8"]]);
|
|
19151
|
+
const _hoisted_1$q = { class: "flex gap-1 align-center range-slide" };
|
|
19152
|
+
const _hoisted_2$h = { key: 0 };
|
|
19153
|
+
const _hoisted_3$d = ["max", "min", "step"];
|
|
19154
|
+
const _hoisted_4$9 = { key: 1 };
|
|
19155
|
+
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
19156
|
+
__name: "RangeInput",
|
|
19157
|
+
props: /* @__PURE__ */ vue.mergeModels({
|
|
19158
|
+
min: {},
|
|
19159
|
+
max: {},
|
|
19160
|
+
step: {}
|
|
19161
|
+
}, {
|
|
19162
|
+
"modelValue": { default: 0 },
|
|
19163
|
+
"modelModifiers": {}
|
|
19164
|
+
}),
|
|
19165
|
+
emits: ["update:modelValue"],
|
|
19166
|
+
setup(__props) {
|
|
19167
|
+
const val = vue.useModel(__props, "modelValue");
|
|
19168
|
+
const background = vue.computed(() => {
|
|
19169
|
+
const minVal = __props.min ?? 0;
|
|
19170
|
+
const maxVal = __props.max ?? 100;
|
|
19171
|
+
const percentage = (val.value - minVal) / (maxVal - minVal) * 100;
|
|
19172
|
+
return `linear-gradient(to right, var(--bgl-primary) ${percentage}%, var(--input-bg) ${percentage}%)`;
|
|
19173
|
+
});
|
|
19174
|
+
return (_ctx, _cache) => {
|
|
19175
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$q, [
|
|
19176
|
+
_ctx.min !== void 0 ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$h, vue.toDisplayString(_ctx.min), 1)) : vue.createCommentVNode("", true),
|
|
19177
|
+
vue.withDirectives(vue.createElementVNode("input", {
|
|
19178
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
|
|
19179
|
+
style: vue.normalizeStyle({ background: background.value }),
|
|
19180
|
+
max: _ctx.max,
|
|
19181
|
+
min: _ctx.min,
|
|
19182
|
+
step: _ctx.step,
|
|
19183
|
+
type: "range"
|
|
19184
|
+
}, null, 12, _hoisted_3$d), [
|
|
19185
|
+
[vue.vModelText, val.value]
|
|
19186
|
+
]),
|
|
19187
|
+
_ctx.max !== void 0 ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_4$9, vue.toDisplayString(_ctx.max), 1)) : vue.createCommentVNode("", true)
|
|
19188
|
+
]);
|
|
19189
|
+
};
|
|
19190
|
+
}
|
|
19191
|
+
});
|
|
19192
|
+
const RangeInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-d653c76a"]]);
|
|
19151
19193
|
function OrderedMap(content) {
|
|
19152
19194
|
this.content = content;
|
|
19153
19195
|
}
|
|
@@ -43539,7 +43581,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
43539
43581
|
}
|
|
43540
43582
|
});
|
|
43541
43583
|
return (_ctx, _cache) => {
|
|
43542
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
43584
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$L), {
|
|
43543
43585
|
ref_key: "dropdown",
|
|
43544
43586
|
ref: dropdown,
|
|
43545
43587
|
placement: "bottom-start",
|
|
@@ -43591,7 +43633,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
43591
43633
|
])
|
|
43592
43634
|
]),
|
|
43593
43635
|
default: vue.withCtx(() => [
|
|
43594
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
43636
|
+
vue.createVNode(vue.unref(_sfc_main$P), {
|
|
43595
43637
|
class: "p-05",
|
|
43596
43638
|
style: vue.normalizeStyle({ width: _ctx.fullWidth ? "100%" : "auto" })
|
|
43597
43639
|
}, {
|
|
@@ -52000,7 +52042,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
52000
52042
|
vue.withKeys(reset, ["tab"])
|
|
52001
52043
|
]
|
|
52002
52044
|
}, [
|
|
52003
|
-
!computedDropDownOptions.value.hide ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
52045
|
+
!computedDropDownOptions.value.hide ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$L), {
|
|
52004
52046
|
key: 0,
|
|
52005
52047
|
ref_key: "phoneDropdown",
|
|
52006
52048
|
ref: phoneDropdown,
|
|
@@ -52295,7 +52337,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
52295
52337
|
},
|
|
52296
52338
|
setup(__props) {
|
|
52297
52339
|
return (_ctx, _cache) => {
|
|
52298
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
52340
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
|
|
52299
52341
|
default: vue.withCtx(() => [
|
|
52300
52342
|
vue.renderSlot(_ctx.$slots, "brand", {}, void 0, true),
|
|
52301
52343
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.navLinks, (nav2, i2) => {
|
|
@@ -52395,7 +52437,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
52395
52437
|
icon: "keyboard_arrow_right",
|
|
52396
52438
|
onClick: toggleMenu
|
|
52397
52439
|
}),
|
|
52398
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
52440
|
+
vue.createVNode(vue.unref(_sfc_main$P), { class: "py-1 px-05 h-100 flex column gap-05 rounded relative bg-primary font-light overflow-y" }, {
|
|
52399
52441
|
default: vue.withCtx(() => [
|
|
52400
52442
|
!vue.unref(isOpen) || !vue.unref(slots)["brand-open"] ? vue.renderSlot(_ctx.$slots, "brand", { key: 0 }, void 0, true) : vue.createCommentVNode("", true),
|
|
52401
52443
|
vue.unref(isOpen) ? vue.renderSlot(_ctx.$slots, "brand-open", { key: 1 }, void 0, true) : vue.createCommentVNode("", true),
|
|
@@ -52902,7 +52944,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
52902
52944
|
onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
|
|
52903
52945
|
onKeydown: vue.withKeys(closeModal, ["esc"])
|
|
52904
52946
|
}, [
|
|
52905
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
52947
|
+
vue.createVNode(vue.unref(_sfc_main$P), {
|
|
52906
52948
|
class: "modal",
|
|
52907
52949
|
style: vue.normalizeStyle({ ...maxWidth.value }),
|
|
52908
52950
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
|
|
@@ -53070,7 +53112,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
53070
53112
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => emit2("update:visible", $event))
|
|
53071
53113
|
}, vue.createSlots({
|
|
53072
53114
|
default: vue.withCtx(() => [
|
|
53073
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
53115
|
+
vue.createVNode(vue.unref(_sfc_main$I), {
|
|
53074
53116
|
ref_key: "form",
|
|
53075
53117
|
ref: form,
|
|
53076
53118
|
modelValue: formData.value,
|
|
@@ -53920,7 +53962,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
53920
53962
|
row,
|
|
53921
53963
|
field
|
|
53922
53964
|
}, void 0, true) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$1, [
|
|
53923
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
53965
|
+
vue.createVNode(vue.unref(_sfc_main$J), {
|
|
53924
53966
|
class: "embedded-field",
|
|
53925
53967
|
field,
|
|
53926
53968
|
modelValue: row,
|
|
@@ -55071,7 +55113,7 @@ function frmRow(...children2) {
|
|
|
55071
55113
|
function bglForm(idOrField, ...schema) {
|
|
55072
55114
|
if (typeof idOrField === "string") {
|
|
55073
55115
|
return {
|
|
55074
|
-
$el: vue.markRaw(_sfc_main$
|
|
55116
|
+
$el: vue.markRaw(_sfc_main$I),
|
|
55075
55117
|
id: idOrField,
|
|
55076
55118
|
attrs: {
|
|
55077
55119
|
schema: [idOrField, ...schema]
|
|
@@ -55079,7 +55121,7 @@ function bglForm(idOrField, ...schema) {
|
|
|
55079
55121
|
};
|
|
55080
55122
|
}
|
|
55081
55123
|
return {
|
|
55082
|
-
$el: vue.markRaw(_sfc_main$
|
|
55124
|
+
$el: vue.markRaw(_sfc_main$I),
|
|
55083
55125
|
attrs: {
|
|
55084
55126
|
schema: [idOrField, ...schema]
|
|
55085
55127
|
}
|
|
@@ -55680,29 +55722,29 @@ const IMAGE_FORMATS = ["jpeg", "png", "webp", "avif", "apng", "gif", "avifs", "s
|
|
|
55680
55722
|
const IMAGE_FORMATS_REGEXP = new RegExp(`(${IMAGE_FORMATS.join("|")})$`, "i");
|
|
55681
55723
|
const VIDEO_FORMATS = ["mp4", "webm", "ogg", "mov", "avi", "flv", "wmv", "mkv", "ts", "m3u8"];
|
|
55682
55724
|
const VIDEO_FORMATS_REGEXP = new RegExp(`(${VIDEO_FORMATS.join("|")})$`, "i");
|
|
55683
|
-
exports.Accordion = _sfc_main$
|
|
55725
|
+
exports.Accordion = _sfc_main$X;
|
|
55684
55726
|
exports.AccordionItem = AccordionItem;
|
|
55685
|
-
exports.AddressSearch = _sfc_main$
|
|
55727
|
+
exports.AddressSearch = _sfc_main$V;
|
|
55686
55728
|
exports.Alert = Alert;
|
|
55687
55729
|
exports.Avatar = Avatar;
|
|
55688
55730
|
exports.Badge = Badge;
|
|
55689
|
-
exports.BagelForm = _sfc_main$
|
|
55731
|
+
exports.BagelForm = _sfc_main$I;
|
|
55690
55732
|
exports.BagelVue = BagelVue;
|
|
55691
|
-
exports.BglField = _sfc_main$
|
|
55692
|
-
exports.BglForm = _sfc_main$
|
|
55693
|
-
exports.BglMultiStepForm = _sfc_main$
|
|
55733
|
+
exports.BglField = _sfc_main$J;
|
|
55734
|
+
exports.BglForm = _sfc_main$I;
|
|
55735
|
+
exports.BglMultiStepForm = _sfc_main$H;
|
|
55694
55736
|
exports.BglVideo = BglVideo;
|
|
55695
55737
|
exports.BottomMenu = BottomMenu;
|
|
55696
55738
|
exports.Btn = Btn;
|
|
55697
|
-
exports.Card = _sfc_main$
|
|
55739
|
+
exports.Card = _sfc_main$P;
|
|
55698
55740
|
exports.Carousel = Carousel;
|
|
55699
55741
|
exports.CheckInput = CheckInput;
|
|
55700
55742
|
exports.Checkbox = Checkbox;
|
|
55701
|
-
exports.ColorPicker = _sfc_main$
|
|
55743
|
+
exports.ColorPicker = _sfc_main$E;
|
|
55702
55744
|
exports.DataPreview = DataPreview;
|
|
55703
|
-
exports.DateInput = _sfc_main$
|
|
55704
|
-
exports.DatePicker = _sfc_main$
|
|
55705
|
-
exports.Dropdown = _sfc_main$
|
|
55745
|
+
exports.DateInput = _sfc_main$D;
|
|
55746
|
+
exports.DatePicker = _sfc_main$C;
|
|
55747
|
+
exports.Dropdown = _sfc_main$L;
|
|
55706
55748
|
exports.FileUpload = $el;
|
|
55707
55749
|
exports.Flag = Flag;
|
|
55708
55750
|
exports.IMAGE_FORMATS = IMAGE_FORMATS;
|
|
@@ -55710,7 +55752,7 @@ exports.IMAGE_FORMATS_REGEXP = IMAGE_FORMATS_REGEXP;
|
|
|
55710
55752
|
exports.Icon = _sfc_main$c;
|
|
55711
55753
|
exports.JSONInput = JSONInput;
|
|
55712
55754
|
exports.Layout = Layout;
|
|
55713
|
-
exports.Lineart = _sfc_main$
|
|
55755
|
+
exports.Lineart = _sfc_main$N;
|
|
55714
55756
|
exports.ListItem = _sfc_main$f;
|
|
55715
55757
|
exports.ListView = ListView;
|
|
55716
55758
|
exports.MapEmbed = _sfc_main$d;
|
|
@@ -55721,10 +55763,11 @@ exports.ModalForm = ModalForm;
|
|
|
55721
55763
|
exports.ModalPlugin = ModalPlugin;
|
|
55722
55764
|
exports.NavBar = NavBar;
|
|
55723
55765
|
exports.PageTitle = _sfc_main$7;
|
|
55724
|
-
exports.PasswordInput = _sfc_main$
|
|
55766
|
+
exports.PasswordInput = _sfc_main$z;
|
|
55725
55767
|
exports.Pill = Pill;
|
|
55726
55768
|
exports.RadioGroup = RadioGroup;
|
|
55727
55769
|
exports.RadioPillsInput = RadioPillsInput;
|
|
55770
|
+
exports.RangeInput = RangeInput;
|
|
55728
55771
|
exports.RichText = _sfc_main$v;
|
|
55729
55772
|
exports.RichText2 = index$1;
|
|
55730
55773
|
exports.RouterWrapper = RouterWrapper;
|