@bagelink/vue 0.0.1000 → 0.0.1004
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/BglVideo.vue.d.ts.map +1 -1
- package/dist/components/IframeVue.vue.d.ts +47 -0
- package/dist/components/IframeVue.vue.d.ts.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/index.cjs +238 -170
- package/dist/index.mjs +238 -170
- package/dist/style.css +3 -3
- package/package.json +1 -1
- package/src/components/BglVideo.vue +5 -2
- package/src/components/IframeVue.vue +72 -0
- package/src/components/index.ts +2 -1
package/dist/index.cjs
CHANGED
|
@@ -5,7 +5,7 @@ var __publicField2 = (obj, key, value) => __defNormalProp2(obj, typeof key !== "
|
|
|
5
5
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
6
6
|
const vue = require("vue");
|
|
7
7
|
const vueRouter = require("vue-router");
|
|
8
|
-
const _sfc_main$
|
|
8
|
+
const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
9
9
|
__name: "Accordion",
|
|
10
10
|
setup(__props) {
|
|
11
11
|
const state2 = vue.reactive({
|
|
@@ -19,10 +19,10 @@ const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
|
|
|
19
19
|
};
|
|
20
20
|
}
|
|
21
21
|
});
|
|
22
|
-
const _hoisted_1$
|
|
22
|
+
const _hoisted_1$P = ["aria-expanded", "aria-controls"];
|
|
23
23
|
const _hoisted_2$v = { class: "accordion-label" };
|
|
24
24
|
const _hoisted_3$o = ["id", "aria-hidden"];
|
|
25
|
-
const _sfc_main
|
|
25
|
+
const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
|
|
26
26
|
__name: "AccordionItem",
|
|
27
27
|
props: {
|
|
28
28
|
label: {},
|
|
@@ -96,7 +96,7 @@ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
|
|
|
96
96
|
}, [
|
|
97
97
|
vue.createVNode(vue.unref(_sfc_main$c), { icon: computedIcon.value }, null, 8, ["icon"])
|
|
98
98
|
], 2)) : vue.createCommentVNode("", true)
|
|
99
|
-
], 8, _hoisted_1$
|
|
99
|
+
], 8, _hoisted_1$P),
|
|
100
100
|
vue.createVNode(vue.Transition, { name: "expand" }, {
|
|
101
101
|
default: vue.withCtx(() => [
|
|
102
102
|
vue.unref(isOpen) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -121,9 +121,9 @@ const _export_sfc = (sfc, props2) => {
|
|
|
121
121
|
}
|
|
122
122
|
return target;
|
|
123
123
|
};
|
|
124
|
-
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
125
|
-
const _hoisted_1$
|
|
126
|
-
const _sfc_main
|
|
124
|
+
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-3a286d21"]]);
|
|
125
|
+
const _hoisted_1$O = { class: "relative" };
|
|
126
|
+
const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
|
|
127
127
|
__name: "AddressSearch",
|
|
128
128
|
emits: ["addressSelected"],
|
|
129
129
|
setup(__props, { emit: __emit }) {
|
|
@@ -145,8 +145,8 @@ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
|
145
145
|
(_a2 = suggestion.value) == null ? void 0 : _a2.show();
|
|
146
146
|
}
|
|
147
147
|
return (_ctx, _cache) => {
|
|
148
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
149
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
148
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$O, [
|
|
149
|
+
vue.createVNode(vue.unref(_sfc_main$R), {
|
|
150
150
|
ref_key: "suggestion",
|
|
151
151
|
ref: suggestion,
|
|
152
152
|
noAutoFocus: true,
|
|
@@ -181,11 +181,11 @@ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
|
181
181
|
};
|
|
182
182
|
}
|
|
183
183
|
});
|
|
184
|
-
const _hoisted_1$
|
|
184
|
+
const _hoisted_1$N = {
|
|
185
185
|
key: 1,
|
|
186
186
|
class: "bgl_btn-flex"
|
|
187
187
|
};
|
|
188
|
-
const _sfc_main$
|
|
188
|
+
const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
189
189
|
__name: "Btn",
|
|
190
190
|
props: {
|
|
191
191
|
disabled: { type: Boolean, default: false },
|
|
@@ -249,7 +249,7 @@ const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
|
249
249
|
_ctx.loading ? (vue.openBlock(), vue.createBlock(vue.unref(Loading), {
|
|
250
250
|
key: 0,
|
|
251
251
|
size: "15"
|
|
252
|
-
})) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
252
|
+
})) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$N, [
|
|
253
253
|
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$c), {
|
|
254
254
|
key: 0,
|
|
255
255
|
icon: _ctx.icon
|
|
@@ -271,10 +271,10 @@ const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
|
271
271
|
};
|
|
272
272
|
}
|
|
273
273
|
});
|
|
274
|
-
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
275
|
-
const _hoisted_1$
|
|
274
|
+
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-3c0720f5"]]);
|
|
275
|
+
const _hoisted_1$M = ["dismissable"];
|
|
276
276
|
const _hoisted_2$u = { class: "m-0" };
|
|
277
|
-
const _sfc_main$
|
|
277
|
+
const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
278
278
|
__name: "Alert",
|
|
279
279
|
props: {
|
|
280
280
|
message: {},
|
|
@@ -310,13 +310,13 @@ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
|
310
310
|
icon: "close",
|
|
311
311
|
onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
|
|
312
312
|
})
|
|
313
|
-
], 10, _hoisted_1$
|
|
313
|
+
], 10, _hoisted_1$M)) : vue.createCommentVNode("", true);
|
|
314
314
|
};
|
|
315
315
|
}
|
|
316
316
|
});
|
|
317
|
-
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
318
|
-
const _hoisted_1$
|
|
319
|
-
const _sfc_main$
|
|
317
|
+
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-57141c32"]]);
|
|
318
|
+
const _hoisted_1$L = ["src", "alt"];
|
|
319
|
+
const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
320
320
|
__name: "Avatar",
|
|
321
321
|
props: {
|
|
322
322
|
fallback: {},
|
|
@@ -334,7 +334,7 @@ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
|
334
334
|
key: 0,
|
|
335
335
|
src: _ctx.src,
|
|
336
336
|
alt: _ctx.name
|
|
337
|
-
}, null, 8, _hoisted_1$
|
|
337
|
+
}, null, 8, _hoisted_1$L)) : (vue.openBlock(), vue.createElementBlock("p", {
|
|
338
338
|
key: 1,
|
|
339
339
|
style: vue.normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
|
|
340
340
|
}, vue.toDisplayString((_ctx.fallback || vue.unref(initials)(_ctx.name || "")).toUpperCase()), 5))
|
|
@@ -342,8 +342,8 @@ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
|
342
342
|
};
|
|
343
343
|
}
|
|
344
344
|
});
|
|
345
|
-
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
346
|
-
const _sfc_main$
|
|
345
|
+
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-46ad8c25"]]);
|
|
346
|
+
const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
347
347
|
__name: "Badge",
|
|
348
348
|
props: {
|
|
349
349
|
color: {},
|
|
@@ -372,10 +372,10 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
|
372
372
|
};
|
|
373
373
|
}
|
|
374
374
|
});
|
|
375
|
-
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
376
|
-
const _hoisted_1$
|
|
375
|
+
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-2f3caf93"]]);
|
|
376
|
+
const _hoisted_1$K = ["src"];
|
|
377
377
|
const _hoisted_2$t = ["src", "autoplay", "muted", "loop", "controls"];
|
|
378
|
-
const _sfc_main$
|
|
378
|
+
const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
379
379
|
__name: "BglVideo",
|
|
380
380
|
props: {
|
|
381
381
|
src: {},
|
|
@@ -405,7 +405,10 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
405
405
|
if (embedType.value === "YouTube") {
|
|
406
406
|
const videoId = (_c = (_b = (_a2 = props2.src) == null ? void 0 : _a2.split(/v=|youtu\.be\//)[1]) == null ? void 0 : _b.split("&")) == null ? void 0 : _c[0];
|
|
407
407
|
const queryParams = new URLSearchParams({
|
|
408
|
-
autoplay: props2.autoplay ? "1" : "0"
|
|
408
|
+
autoplay: props2.autoplay ? "1" : "0",
|
|
409
|
+
controls: "0",
|
|
410
|
+
showinfo: "0",
|
|
411
|
+
modestbranding: "1"
|
|
409
412
|
});
|
|
410
413
|
return `https://www.youtube.com/embed/${videoId}?${queryParams}`;
|
|
411
414
|
}
|
|
@@ -429,7 +432,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
429
432
|
allowfullscreen: "",
|
|
430
433
|
title: "Video",
|
|
431
434
|
allow: "autoplay"
|
|
432
|
-
}, null, 12, _hoisted_1$
|
|
435
|
+
}, null, 12, _hoisted_1$K)) : _ctx.src ? (vue.openBlock(), vue.createElementBlock("video", {
|
|
433
436
|
key: 1,
|
|
434
437
|
src: _ctx.src,
|
|
435
438
|
autoplay: _ctx.autoplay,
|
|
@@ -443,12 +446,12 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
443
446
|
};
|
|
444
447
|
}
|
|
445
448
|
});
|
|
446
|
-
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
447
|
-
const _hoisted_1$
|
|
449
|
+
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-732c510b"]]);
|
|
450
|
+
const _hoisted_1$J = {
|
|
448
451
|
key: 0,
|
|
449
452
|
class: "card_label"
|
|
450
453
|
};
|
|
451
|
-
const _sfc_main$
|
|
454
|
+
const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
452
455
|
__name: "Card",
|
|
453
456
|
props: {
|
|
454
457
|
label: {},
|
|
@@ -477,7 +480,7 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
477
480
|
}])
|
|
478
481
|
}, {
|
|
479
482
|
default: vue.withCtx(() => [
|
|
480
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$
|
|
483
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$J, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
|
|
481
484
|
vue.renderSlot(_ctx.$slots, "default")
|
|
482
485
|
]),
|
|
483
486
|
_: 3
|
|
@@ -487,13 +490,13 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
487
490
|
};
|
|
488
491
|
}
|
|
489
492
|
});
|
|
490
|
-
const _hoisted_1$
|
|
493
|
+
const _hoisted_1$I = ["dir"];
|
|
491
494
|
const _hoisted_2$s = {
|
|
492
495
|
key: 0,
|
|
493
496
|
class: "blocker"
|
|
494
497
|
};
|
|
495
498
|
const _hoisted_3$n = { class: "Handlers" };
|
|
496
|
-
const _sfc_main$
|
|
499
|
+
const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
497
500
|
__name: "Carousel",
|
|
498
501
|
props: {
|
|
499
502
|
autoHeight: { type: Boolean, default: false },
|
|
@@ -678,11 +681,11 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
|
678
681
|
}, void 0, true)
|
|
679
682
|
])
|
|
680
683
|
])
|
|
681
|
-
], 14, _hoisted_1$
|
|
684
|
+
], 14, _hoisted_1$I);
|
|
682
685
|
};
|
|
683
686
|
}
|
|
684
687
|
});
|
|
685
|
-
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
688
|
+
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-98e36ac5"]]);
|
|
686
689
|
function _isPlaceholder(a2) {
|
|
687
690
|
return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
|
|
688
691
|
}
|
|
@@ -6626,13 +6629,13 @@ var script = vue.defineComponent({
|
|
|
6626
6629
|
return { bar, canvas, direction, mouse };
|
|
6627
6630
|
}
|
|
6628
6631
|
});
|
|
6629
|
-
const _hoisted_1$
|
|
6632
|
+
const _hoisted_1$H = {
|
|
6630
6633
|
key: 0,
|
|
6631
6634
|
class: "layer-hover-bar"
|
|
6632
6635
|
};
|
|
6633
6636
|
const _hoisted_2$r = ["x", "y", "width", "height"];
|
|
6634
6637
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6635
|
-
return _ctx.mouse.hover ? (vue.openBlock(), vue.createElementBlock("g", _hoisted_1$
|
|
6638
|
+
return _ctx.mouse.hover ? (vue.openBlock(), vue.createElementBlock("g", _hoisted_1$H, [
|
|
6636
6639
|
vue.createElementVNode("rect", vue.mergeProps({ class: "hover-bar" }, _ctx.barStyle, {
|
|
6637
6640
|
x: _ctx.bar.x,
|
|
6638
6641
|
y: _ctx.bar.y,
|
|
@@ -6644,7 +6647,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6644
6647
|
script.render = render;
|
|
6645
6648
|
script.__file = "src/components/HoverBar/index.vue";
|
|
6646
6649
|
const BRAND_COLOR = "var(--bgl-primary)";
|
|
6647
|
-
const _sfc_main$
|
|
6650
|
+
const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
6648
6651
|
__name: "Lineart",
|
|
6649
6652
|
props: {
|
|
6650
6653
|
data: {},
|
|
@@ -6784,7 +6787,7 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
|
6784
6787
|
};
|
|
6785
6788
|
}
|
|
6786
6789
|
});
|
|
6787
|
-
const _hoisted_1$
|
|
6790
|
+
const _hoisted_1$G = {
|
|
6788
6791
|
key: 0,
|
|
6789
6792
|
class: "data"
|
|
6790
6793
|
};
|
|
@@ -6805,7 +6808,7 @@ const _hoisted_9$3 = {
|
|
|
6805
6808
|
key: 0,
|
|
6806
6809
|
class: "m-0"
|
|
6807
6810
|
};
|
|
6808
|
-
const _sfc_main$
|
|
6811
|
+
const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
6809
6812
|
__name: "DataPreview",
|
|
6810
6813
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
6811
6814
|
showFields: {},
|
|
@@ -6841,7 +6844,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
6841
6844
|
const computedSchema = vue.computed(() => getFallbackSchema([itemData.value], props2.showFields));
|
|
6842
6845
|
return (_ctx, _cache) => {
|
|
6843
6846
|
var _a2;
|
|
6844
|
-
return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6847
|
+
return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$G, [
|
|
6845
6848
|
_ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$3), {
|
|
6846
6849
|
key: 0,
|
|
6847
6850
|
label: _ctx.title
|
|
@@ -6854,7 +6857,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
6854
6857
|
vue.createElementVNode("div", _hoisted_3$l, [
|
|
6855
6858
|
vue.createElementVNode("p", _hoisted_4$d, vue.toDisplayString((field == null ? void 0 : field.label) || vue.unref(keyToLabel)(field.id)), 1)
|
|
6856
6859
|
]),
|
|
6857
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
6860
|
+
vue.createVNode(vue.unref(_sfc_main$O), {
|
|
6858
6861
|
modelValue: itemData.value,
|
|
6859
6862
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => itemData.value = $event),
|
|
6860
6863
|
label: "",
|
|
@@ -6883,7 +6886,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
6883
6886
|
};
|
|
6884
6887
|
}
|
|
6885
6888
|
});
|
|
6886
|
-
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6889
|
+
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-6c27f163"]]);
|
|
6887
6890
|
const sides = ["top", "right", "bottom", "left"];
|
|
6888
6891
|
const alignments = ["start", "end"];
|
|
6889
6892
|
const placements = /* @__PURE__ */ sides.reduce((acc, side) => acc.concat(side, side + "-" + alignments[0], side + "-" + alignments[1]), []);
|
|
@@ -9430,7 +9433,7 @@ const Gt$1 = {
|
|
|
9430
9433
|
install: Ct$1,
|
|
9431
9434
|
options: h
|
|
9432
9435
|
};
|
|
9433
|
-
const _sfc_main$
|
|
9436
|
+
const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
9434
9437
|
__name: "Dropdown",
|
|
9435
9438
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
9436
9439
|
value: {},
|
|
@@ -9501,7 +9504,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
9501
9504
|
};
|
|
9502
9505
|
}
|
|
9503
9506
|
});
|
|
9504
|
-
const _sfc_main$
|
|
9507
|
+
const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
9505
9508
|
__name: "Flag",
|
|
9506
9509
|
props: {
|
|
9507
9510
|
country: {},
|
|
@@ -9531,7 +9534,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
|
9531
9534
|
};
|
|
9532
9535
|
}
|
|
9533
9536
|
});
|
|
9534
|
-
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9537
|
+
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-f99f1900"]]);
|
|
9535
9538
|
const state$1 = vue.reactive(/* @__PURE__ */ new Map());
|
|
9536
9539
|
function useTabs(group) {
|
|
9537
9540
|
if (!state$1.has(group)) {
|
|
@@ -9545,8 +9548,8 @@ function useTabs(group) {
|
|
|
9545
9548
|
});
|
|
9546
9549
|
return { currentTab };
|
|
9547
9550
|
}
|
|
9548
|
-
const _hoisted_1$
|
|
9549
|
-
const _sfc_main$
|
|
9551
|
+
const _hoisted_1$F = ["onClick"];
|
|
9552
|
+
const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
9550
9553
|
__name: "TabsNav",
|
|
9551
9554
|
props: {
|
|
9552
9555
|
title: {},
|
|
@@ -9625,14 +9628,14 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
9625
9628
|
icon: tab.icon
|
|
9626
9629
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
9627
9630
|
vue.createTextVNode(" " + vue.toDisplayString(tabLabel(tab)), 1)
|
|
9628
|
-
], 10, _hoisted_1$
|
|
9631
|
+
], 10, _hoisted_1$F);
|
|
9629
9632
|
}), 128))
|
|
9630
9633
|
], 2);
|
|
9631
9634
|
};
|
|
9632
9635
|
}
|
|
9633
9636
|
});
|
|
9634
|
-
const TabsNav = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9635
|
-
const _sfc_main$
|
|
9637
|
+
const TabsNav = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-90649f98"]]);
|
|
9638
|
+
const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
9636
9639
|
__name: "BglField",
|
|
9637
9640
|
props: {
|
|
9638
9641
|
field: {},
|
|
@@ -9654,7 +9657,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
9654
9657
|
if (props2.field.$el === "check") return CheckInput;
|
|
9655
9658
|
if (props2.field.$el === "richtext") return RichText;
|
|
9656
9659
|
if (props2.field.$el === "file") return FileUpload;
|
|
9657
|
-
if (props2.field.$el === "date") return _sfc_main$
|
|
9660
|
+
if (props2.field.$el === "date") return _sfc_main$H;
|
|
9658
9661
|
if (props2.field.$el === "tabs") return TabsNav;
|
|
9659
9662
|
return props2.field.$el ?? "div";
|
|
9660
9663
|
});
|
|
@@ -9765,7 +9768,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
9765
9768
|
};
|
|
9766
9769
|
}
|
|
9767
9770
|
});
|
|
9768
|
-
const _sfc_main$
|
|
9771
|
+
const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
9769
9772
|
__name: "BglForm",
|
|
9770
9773
|
props: {
|
|
9771
9774
|
label: {},
|
|
@@ -9863,7 +9866,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
9863
9866
|
label: _ctx.label
|
|
9864
9867
|
}, null, 8, ["label"])) : vue.createCommentVNode("", true),
|
|
9865
9868
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(computedSchema.value, (field, i2) => {
|
|
9866
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
9869
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$O), {
|
|
9867
9870
|
key: field.id || `${i2}p`,
|
|
9868
9871
|
modelValue: vue.unref(data2),
|
|
9869
9872
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(data2) ? data2.value = $event : data2 = $event),
|
|
@@ -9887,7 +9890,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
9887
9890
|
label: _ctx.label
|
|
9888
9891
|
}, null, 8, ["label"])) : vue.createCommentVNode("", true),
|
|
9889
9892
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(computedSchema.value, (field, i2) => {
|
|
9890
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
9893
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$O), {
|
|
9891
9894
|
key: field.id || `${i2}p`,
|
|
9892
9895
|
modelValue: vue.unref(data2),
|
|
9893
9896
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(data2) ? data2.value = $event : data2 = $event),
|
|
@@ -9906,8 +9909,8 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
9906
9909
|
};
|
|
9907
9910
|
}
|
|
9908
9911
|
});
|
|
9909
|
-
const _hoisted_1$
|
|
9910
|
-
const _sfc_main$
|
|
9912
|
+
const _hoisted_1$E = { key: 0 };
|
|
9913
|
+
const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
9911
9914
|
__name: "BglMultiStepForm",
|
|
9912
9915
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
9913
9916
|
bagelFormProps: { default: () => ({}) },
|
|
@@ -9974,8 +9977,8 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
9974
9977
|
mode: "out-in"
|
|
9975
9978
|
}, {
|
|
9976
9979
|
default: vue.withCtx(() => [
|
|
9977
|
-
!vue.unref(isStepping) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
9978
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
9980
|
+
!vue.unref(isStepping) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$E, [
|
|
9981
|
+
vue.createVNode(vue.unref(_sfc_main$N), vue.mergeProps({
|
|
9979
9982
|
ref_key: "formRef",
|
|
9980
9983
|
ref: formRef,
|
|
9981
9984
|
modelValue: formData.value,
|
|
@@ -10014,8 +10017,8 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
10014
10017
|
};
|
|
10015
10018
|
}
|
|
10016
10019
|
});
|
|
10017
|
-
const _hoisted_1$
|
|
10018
|
-
const _sfc_main$
|
|
10020
|
+
const _hoisted_1$D = { class: "primary-checkbox" };
|
|
10021
|
+
const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
10019
10022
|
__name: "Checkbox",
|
|
10020
10023
|
props: {
|
|
10021
10024
|
"modelValue": { type: Boolean, ...{ default: false } },
|
|
@@ -10025,7 +10028,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
10025
10028
|
setup(__props) {
|
|
10026
10029
|
const val = vue.useModel(__props, "modelValue");
|
|
10027
10030
|
return (_ctx, _cache) => {
|
|
10028
|
-
return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$
|
|
10031
|
+
return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$D, [
|
|
10029
10032
|
vue.renderSlot(_ctx.$slots, "label", {}, void 0, true),
|
|
10030
10033
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
10031
10034
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
|
|
@@ -10037,11 +10040,11 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
10037
10040
|
};
|
|
10038
10041
|
}
|
|
10039
10042
|
});
|
|
10040
|
-
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10041
|
-
const _hoisted_1$
|
|
10043
|
+
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-73f1d9ad"]]);
|
|
10044
|
+
const _hoisted_1$C = ["title"];
|
|
10042
10045
|
const _hoisted_2$p = ["id", "value", "required"];
|
|
10043
10046
|
const _hoisted_3$k = ["for"];
|
|
10044
|
-
const _sfc_main$
|
|
10047
|
+
const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
10045
10048
|
__name: "CheckInput",
|
|
10046
10049
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
10047
10050
|
label: {},
|
|
@@ -10083,19 +10086,19 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
10083
10086
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
10084
10087
|
], true)
|
|
10085
10088
|
], 8, _hoisted_3$k)
|
|
10086
|
-
], 10, _hoisted_1$
|
|
10089
|
+
], 10, _hoisted_1$C);
|
|
10087
10090
|
};
|
|
10088
10091
|
}
|
|
10089
10092
|
});
|
|
10090
|
-
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10091
|
-
const _hoisted_1$
|
|
10093
|
+
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-03ed2982"]]);
|
|
10094
|
+
const _hoisted_1$B = {
|
|
10092
10095
|
key: 0,
|
|
10093
10096
|
class: "code-editor-wrap grid rounded p-1 overflow hm-300px"
|
|
10094
10097
|
};
|
|
10095
10098
|
const _hoisted_2$o = { class: "overflow-hidden absolute inset-0 p-0 m-0 h-100 codeText" };
|
|
10096
10099
|
const _hoisted_3$j = ["innerHTML"];
|
|
10097
10100
|
const _hoisted_4$c = ["onKeydown"];
|
|
10098
|
-
const _sfc_main$
|
|
10101
|
+
const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
10099
10102
|
__name: "Index",
|
|
10100
10103
|
props: {
|
|
10101
10104
|
language: {},
|
|
@@ -10175,7 +10178,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
10175
10178
|
}
|
|
10176
10179
|
}, { immediate: true });
|
|
10177
10180
|
return (_ctx, _cache) => {
|
|
10178
|
-
return vue.unref(loaded) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
10181
|
+
return vue.unref(loaded) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$B, [
|
|
10179
10182
|
vue.createElementVNode("div", {
|
|
10180
10183
|
class: "relative block h-100",
|
|
10181
10184
|
style: vue.normalizeStyle({ height: vue.unref(height) })
|
|
@@ -10208,10 +10211,10 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
10208
10211
|
};
|
|
10209
10212
|
}
|
|
10210
10213
|
});
|
|
10211
|
-
const CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10212
|
-
const _hoisted_1$
|
|
10214
|
+
const CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-4f1dc18a"]]);
|
|
10215
|
+
const _hoisted_1$A = ["title"];
|
|
10213
10216
|
const _hoisted_2$n = ["id", "placeholder", "required"];
|
|
10214
|
-
const _sfc_main$
|
|
10217
|
+
const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
10215
10218
|
__name: "ColorPicker",
|
|
10216
10219
|
props: {
|
|
10217
10220
|
label: {},
|
|
@@ -10253,7 +10256,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
10253
10256
|
[vue.vModelText, inputVal.value]
|
|
10254
10257
|
])
|
|
10255
10258
|
])
|
|
10256
|
-
], 10, _hoisted_1$
|
|
10259
|
+
], 10, _hoisted_1$A)) : vue.createCommentVNode("", true);
|
|
10257
10260
|
};
|
|
10258
10261
|
}
|
|
10259
10262
|
});
|
|
@@ -18811,9 +18814,9 @@ const eo = ({
|
|
|
18811
18814
|
Object.entries(go).forEach(([e, t]) => {
|
|
18812
18815
|
e !== "default" && (Hn[e] = t);
|
|
18813
18816
|
});
|
|
18814
|
-
const _hoisted_1$
|
|
18817
|
+
const _hoisted_1$z = ["title"];
|
|
18815
18818
|
const _hoisted_2$m = { key: 0 };
|
|
18816
|
-
const _sfc_main$
|
|
18819
|
+
const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
18817
18820
|
__name: "DateInput",
|
|
18818
18821
|
props: {
|
|
18819
18822
|
required: { type: Boolean },
|
|
@@ -18871,11 +18874,11 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
18871
18874
|
"minutes-grid-increment": _ctx.minutesGridIncrement,
|
|
18872
18875
|
"start-time": { hours: 8, minutes: 0 }
|
|
18873
18876
|
}), null, 16, ["modelValue", "required", "enable-time-picker", "allowed-dates", "time-picker-inline", "minutes-increment", "minutes-grid-increment"])
|
|
18874
|
-
], 10, _hoisted_1$
|
|
18877
|
+
], 10, _hoisted_1$z);
|
|
18875
18878
|
};
|
|
18876
18879
|
}
|
|
18877
18880
|
});
|
|
18878
|
-
const _hoisted_1$
|
|
18881
|
+
const _hoisted_1$y = { class: "datetime-wrap" };
|
|
18879
18882
|
const _hoisted_2$l = { class: "date-wrap" };
|
|
18880
18883
|
const _hoisted_3$i = {
|
|
18881
18884
|
key: 0,
|
|
@@ -18883,7 +18886,7 @@ const _hoisted_3$i = {
|
|
|
18883
18886
|
};
|
|
18884
18887
|
const _hoisted_4$b = ["id", "name", "value"];
|
|
18885
18888
|
const _hoisted_5$b = ["for"];
|
|
18886
|
-
const _sfc_main$
|
|
18889
|
+
const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
18887
18890
|
__name: "DatePicker",
|
|
18888
18891
|
props: {
|
|
18889
18892
|
label: {},
|
|
@@ -18911,7 +18914,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
18911
18914
|
return `${hour}:${minute}`;
|
|
18912
18915
|
});
|
|
18913
18916
|
return (_ctx, _cache) => {
|
|
18914
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
18917
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$y, [
|
|
18915
18918
|
vue.createElementVNode("div", _hoisted_2$l, [
|
|
18916
18919
|
vue.createVNode(vue.unref(Hn), vue.mergeProps({
|
|
18917
18920
|
modelValue: selectedDate.value,
|
|
@@ -18952,8 +18955,8 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
18952
18955
|
};
|
|
18953
18956
|
}
|
|
18954
18957
|
});
|
|
18955
|
-
const _hoisted_1$
|
|
18956
|
-
const _sfc_main$
|
|
18958
|
+
const _hoisted_1$x = ["src", "alt", "width", "height"];
|
|
18959
|
+
const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
18957
18960
|
__name: "Image",
|
|
18958
18961
|
props: {
|
|
18959
18962
|
src: {},
|
|
@@ -19016,7 +19019,7 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
19016
19019
|
alt: _ctx.alt,
|
|
19017
19020
|
width: vue.unref(normalizeDimension)(_ctx.width),
|
|
19018
19021
|
height: vue.unref(normalizeDimension)(_ctx.height)
|
|
19019
|
-
}), null, 16, _hoisted_1$
|
|
19022
|
+
}), null, 16, _hoisted_1$x)) : (vue.openBlock(), vue.createBlock(vue.unref(Skeleton), {
|
|
19020
19023
|
key: 1,
|
|
19021
19024
|
class: "img-web-kit",
|
|
19022
19025
|
width: vue.unref(normalizeDimension)(_ctx.width),
|
|
@@ -19025,8 +19028,8 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
19025
19028
|
};
|
|
19026
19029
|
}
|
|
19027
19030
|
});
|
|
19028
|
-
const Image$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19029
|
-
const _hoisted_1$
|
|
19031
|
+
const Image$1 = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-3f8cf457"]]);
|
|
19032
|
+
const _hoisted_1$w = { class: "bagel-input" };
|
|
19030
19033
|
const _hoisted_2$k = {
|
|
19031
19034
|
key: 0,
|
|
19032
19035
|
placeholder: "required",
|
|
@@ -19064,7 +19067,7 @@ const _hoisted_13$1 = {
|
|
|
19064
19067
|
class: "progress"
|
|
19065
19068
|
};
|
|
19066
19069
|
const _hoisted_14 = { class: "p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05" };
|
|
19067
|
-
const _sfc_main$
|
|
19070
|
+
const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
19068
19071
|
__name: "FileUpload",
|
|
19069
19072
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
19070
19073
|
label: {},
|
|
@@ -19238,10 +19241,10 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
19238
19241
|
return (_ctx, _cache) => {
|
|
19239
19242
|
const _directive_tooltip = vue.resolveDirective("tooltip");
|
|
19240
19243
|
const _directive_lightbox = vue.resolveDirective("lightbox");
|
|
19241
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
19244
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$w, [
|
|
19242
19245
|
vue.createElementVNode("label", null, vue.toDisplayString(_ctx.label), 1),
|
|
19243
19246
|
_ctx.required && !storageFiles.value.length ? (vue.openBlock(), vue.createElementBlock("input", _hoisted_2$k)) : vue.createCommentVNode("", true),
|
|
19244
|
-
_ctx.theme === "basic" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
19247
|
+
_ctx.theme === "basic" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$V), {
|
|
19245
19248
|
key: 1,
|
|
19246
19249
|
outline: "",
|
|
19247
19250
|
class: "flex p-05 gap-1",
|
|
@@ -19486,11 +19489,11 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
19486
19489
|
};
|
|
19487
19490
|
}
|
|
19488
19491
|
});
|
|
19489
|
-
const FileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19490
|
-
const _hoisted_1$
|
|
19492
|
+
const FileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-6bfdaea2"]]);
|
|
19493
|
+
const _hoisted_1$v = ["title"];
|
|
19491
19494
|
const _hoisted_2$j = { key: 0 };
|
|
19492
19495
|
const _hoisted_3$g = ["value", "placeholder"];
|
|
19493
|
-
const _sfc_main$
|
|
19496
|
+
const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
19494
19497
|
__name: "JSONInput",
|
|
19495
19498
|
props: {
|
|
19496
19499
|
description: { default: "" },
|
|
@@ -19522,13 +19525,13 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
19522
19525
|
placeholder: _ctx.placeholder,
|
|
19523
19526
|
onInput: handleInput
|
|
19524
19527
|
}, null, 42, _hoisted_3$g)
|
|
19525
|
-
], 10, _hoisted_1$
|
|
19528
|
+
], 10, _hoisted_1$v);
|
|
19526
19529
|
};
|
|
19527
19530
|
}
|
|
19528
19531
|
});
|
|
19529
|
-
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19530
|
-
const _hoisted_1$
|
|
19531
|
-
const _sfc_main$
|
|
19532
|
+
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-1cbaeab2"]]);
|
|
19533
|
+
const _hoisted_1$u = ["value", "autofocus", "onKeydown", "onPaste"];
|
|
19534
|
+
const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
19532
19535
|
__name: "OTP",
|
|
19533
19536
|
props: {
|
|
19534
19537
|
digitCount: {},
|
|
@@ -19626,14 +19629,14 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
19626
19629
|
oninput: "this.value = this.value.slice(0, 1);",
|
|
19627
19630
|
onKeydown: ($event) => handleKeyDown($event, ind),
|
|
19628
19631
|
onPaste: ($event) => handlePaste($event, ind)
|
|
19629
|
-
}, null, 40, _hoisted_1$
|
|
19632
|
+
}, null, 40, _hoisted_1$u);
|
|
19630
19633
|
}), 128))
|
|
19631
19634
|
], 512);
|
|
19632
19635
|
};
|
|
19633
19636
|
}
|
|
19634
19637
|
});
|
|
19635
|
-
const OTP = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19636
|
-
const _sfc_main$
|
|
19638
|
+
const OTP = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-5c22c199"]]);
|
|
19639
|
+
const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
19637
19640
|
__name: "PasswordInput",
|
|
19638
19641
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
19639
19642
|
id: {},
|
|
@@ -19696,7 +19699,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
19696
19699
|
};
|
|
19697
19700
|
}
|
|
19698
19701
|
});
|
|
19699
|
-
const _hoisted_1$
|
|
19702
|
+
const _hoisted_1$t = ["for"];
|
|
19700
19703
|
const _hoisted_2$i = ["id", "name", "value"];
|
|
19701
19704
|
const _hoisted_3$f = { class: "flex w-100 gap-1 flex-wrap m_gap-05 m_gap-row-025" };
|
|
19702
19705
|
const _hoisted_4$9 = ["src", "alt"];
|
|
@@ -19709,7 +19712,7 @@ const _hoisted_7$4 = {
|
|
|
19709
19712
|
key: 1,
|
|
19710
19713
|
class: "txt-gray txt-12 m-0"
|
|
19711
19714
|
};
|
|
19712
|
-
const _sfc_main$
|
|
19715
|
+
const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
19713
19716
|
__name: "RadioGroup",
|
|
19714
19717
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
19715
19718
|
groupName: {},
|
|
@@ -19762,19 +19765,19 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
19762
19765
|
icon: "delete",
|
|
19763
19766
|
onClick: ($event) => _ctx.$emit("delete", opt)
|
|
19764
19767
|
}, null, 8, ["onClick"])) : vue.createCommentVNode("", true)
|
|
19765
|
-
], 8, _hoisted_1$
|
|
19768
|
+
], 8, _hoisted_1$t);
|
|
19766
19769
|
}), 128))
|
|
19767
19770
|
]);
|
|
19768
19771
|
};
|
|
19769
19772
|
}
|
|
19770
19773
|
});
|
|
19771
|
-
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19772
|
-
const _hoisted_1$
|
|
19774
|
+
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-3e9e030f"]]);
|
|
19775
|
+
const _hoisted_1$s = { class: "bagel-input" };
|
|
19773
19776
|
const _hoisted_2$h = { class: "pb-025" };
|
|
19774
19777
|
const _hoisted_3$e = { class: "flex gap-05 flex-wrap" };
|
|
19775
19778
|
const _hoisted_4$8 = ["id", "name", "value", "checked"];
|
|
19776
19779
|
const _hoisted_5$8 = ["for"];
|
|
19777
|
-
const _sfc_main$
|
|
19780
|
+
const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
19778
19781
|
__name: "RadioPillsInput",
|
|
19779
19782
|
props: {
|
|
19780
19783
|
options: {},
|
|
@@ -19815,7 +19818,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
19815
19818
|
selectedValue.value = props2.modelValue;
|
|
19816
19819
|
});
|
|
19817
19820
|
return (_ctx, _cache) => {
|
|
19818
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
19821
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$s, [
|
|
19819
19822
|
vue.createElementVNode("label", _hoisted_2$h, vue.toDisplayString(_ctx.label), 1),
|
|
19820
19823
|
vue.createElementVNode("div", _hoisted_3$e, [
|
|
19821
19824
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.options, (option2, index2) => {
|
|
@@ -19841,11 +19844,11 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
19841
19844
|
};
|
|
19842
19845
|
}
|
|
19843
19846
|
});
|
|
19844
|
-
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19845
|
-
const _hoisted_1$
|
|
19847
|
+
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-cf892d71"]]);
|
|
19848
|
+
const _hoisted_1$r = { key: 0 };
|
|
19846
19849
|
const _hoisted_2$g = ["id", "disabled", "max", "min", "step", "required", "name"];
|
|
19847
19850
|
const _hoisted_3$d = { key: 1 };
|
|
19848
|
-
const _sfc_main$
|
|
19851
|
+
const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
19849
19852
|
__name: "RangeInput",
|
|
19850
19853
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
19851
19854
|
min: {},
|
|
@@ -19889,7 +19892,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
19889
19892
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
19890
19893
|
class: vue.normalizeClass(["flex gap-1 align-center range-slide", { disabled: _ctx.disabled }])
|
|
19891
19894
|
}, [
|
|
19892
|
-
_ctx.min !== void 0 ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_1$
|
|
19895
|
+
_ctx.min !== void 0 ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_1$r, vue.toDisplayString(_ctx.min), 1)) : vue.createCommentVNode("", true),
|
|
19893
19896
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
19894
19897
|
id: _ctx.id,
|
|
19895
19898
|
ref_key: "range",
|
|
@@ -19911,7 +19914,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
19911
19914
|
};
|
|
19912
19915
|
}
|
|
19913
19916
|
});
|
|
19914
|
-
const RangeInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19917
|
+
const RangeInput = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-ded4d62d"]]);
|
|
19915
19918
|
const defaultToolbarConfig = [
|
|
19916
19919
|
"h2",
|
|
19917
19920
|
"h3",
|
|
@@ -19978,12 +19981,12 @@ const toolbarOptions = [
|
|
|
19978
19981
|
{ name: "separator" },
|
|
19979
19982
|
{ name: "fullScreen", label: "Full Screen", icon: "fullscreen", class: "ms-auto" }
|
|
19980
19983
|
];
|
|
19981
|
-
const _hoisted_1$
|
|
19984
|
+
const _hoisted_1$q = { class: "grid grid-wrap p-05" };
|
|
19982
19985
|
const _hoisted_2$f = ["onMousemove", "onClick"];
|
|
19983
19986
|
const _hoisted_3$c = { class: "txt-center txt-12 color-gray" };
|
|
19984
19987
|
const fb = 1;
|
|
19985
19988
|
const base = 5;
|
|
19986
|
-
const _sfc_main$
|
|
19989
|
+
const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
19987
19990
|
__name: "gridBox",
|
|
19988
19991
|
emits: ["select"],
|
|
19989
19992
|
setup(__props, { emit: __emit }) {
|
|
@@ -19999,7 +20002,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
19999
20002
|
return hoveredCol.value > base - 1 ? enlarge : base;
|
|
20000
20003
|
});
|
|
20001
20004
|
return (_ctx, _cache) => {
|
|
20002
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
20005
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$q, [
|
|
20003
20006
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(rowSize.value, (row) => {
|
|
20004
20007
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
20005
20008
|
key: `row-${row}`,
|
|
@@ -20035,12 +20038,12 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
20035
20038
|
};
|
|
20036
20039
|
}
|
|
20037
20040
|
});
|
|
20038
|
-
const GridBox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
20039
|
-
const _hoisted_1$
|
|
20041
|
+
const GridBox = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-4548b70f"]]);
|
|
20042
|
+
const _hoisted_1$p = {
|
|
20040
20043
|
class: "toolbar flex gap-025 pb-05 flex-wrap",
|
|
20041
20044
|
role: "toolbar"
|
|
20042
20045
|
};
|
|
20043
|
-
const _sfc_main$
|
|
20046
|
+
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
20044
20047
|
__name: "Toolbar",
|
|
20045
20048
|
props: {
|
|
20046
20049
|
config: { default: defaultToolbarConfig },
|
|
@@ -20055,10 +20058,10 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
20055
20058
|
}
|
|
20056
20059
|
return (_ctx, _cache) => {
|
|
20057
20060
|
const _directive_tooltip = vue.resolveDirective("tooltip");
|
|
20058
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
20061
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$p, [
|
|
20059
20062
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.config.map(configToOption).filter(Boolean), (action, index2) => {
|
|
20060
20063
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: index2 }, [
|
|
20061
|
-
action.name === "insertTable" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
20064
|
+
action.name === "insertTable" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$R), {
|
|
20062
20065
|
key: 0,
|
|
20063
20066
|
placement: "bottom-start",
|
|
20064
20067
|
thin: "",
|
|
@@ -20097,7 +20100,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
20097
20100
|
};
|
|
20098
20101
|
}
|
|
20099
20102
|
});
|
|
20100
|
-
const Toolbar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
20103
|
+
const Toolbar = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-9688758a"]]);
|
|
20101
20104
|
function formatting(state2) {
|
|
20102
20105
|
const { doc, range: range2, selection } = state2;
|
|
20103
20106
|
function setRangeAndSelect(node, start, end) {
|
|
@@ -20715,8 +20718,8 @@ function useEditorKeyboard(doc, handleToolbarAction) {
|
|
|
20715
20718
|
}
|
|
20716
20719
|
});
|
|
20717
20720
|
}
|
|
20718
|
-
const _hoisted_1$
|
|
20719
|
-
const _sfc_main$
|
|
20721
|
+
const _hoisted_1$o = { class: "content-area radius-05" };
|
|
20722
|
+
const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
20720
20723
|
__name: "index",
|
|
20721
20724
|
props: {
|
|
20722
20725
|
modelValue: {},
|
|
@@ -20772,7 +20775,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
20772
20775
|
vue.createElementVNode("div", {
|
|
20773
20776
|
class: vue.normalizeClass(["editor-container", { "split-view": (_a2 = vue.unref(editor)) == null ? void 0 : _a2.state.isSplitView }])
|
|
20774
20777
|
}, [
|
|
20775
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
20778
|
+
vue.createElementVNode("div", _hoisted_1$o, [
|
|
20776
20779
|
vue.createElementVNode("iframe", {
|
|
20777
20780
|
id: "rich-text-iframe",
|
|
20778
20781
|
ref_key: "iframe",
|
|
@@ -20796,8 +20799,8 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
20796
20799
|
};
|
|
20797
20800
|
}
|
|
20798
20801
|
});
|
|
20799
|
-
const RichText = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
20800
|
-
const _hoisted_1$
|
|
20802
|
+
const RichText = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-e274dd3b"]]);
|
|
20803
|
+
const _hoisted_1$n = { class: "flex gap-05" };
|
|
20801
20804
|
const _hoisted_2$e = ["disabled"];
|
|
20802
20805
|
const _hoisted_3$b = { key: 1 };
|
|
20803
20806
|
const _hoisted_4$7 = {
|
|
@@ -20807,7 +20810,7 @@ const _hoisted_4$7 = {
|
|
|
20807
20810
|
const _hoisted_5$7 = ["value"];
|
|
20808
20811
|
const _hoisted_6$6 = ["aria-selected", "onClick", "onKeydown"];
|
|
20809
20812
|
const _hoisted_7$3 = { class: "block" };
|
|
20810
|
-
const _sfc_main$
|
|
20813
|
+
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
20811
20814
|
__name: "SelectInput",
|
|
20812
20815
|
props: {
|
|
20813
20816
|
options: {},
|
|
@@ -20981,7 +20984,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
20981
20984
|
}
|
|
20982
20985
|
});
|
|
20983
20986
|
return (_ctx, _cache) => {
|
|
20984
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
20987
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$R), {
|
|
20985
20988
|
ref_key: "dropdown",
|
|
20986
20989
|
ref: dropdown,
|
|
20987
20990
|
shown: vue.unref(open),
|
|
@@ -20993,7 +20996,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
20993
20996
|
trigger: vue.withCtx(() => [
|
|
20994
20997
|
vue.createElementVNode("label", null, [
|
|
20995
20998
|
vue.createTextVNode(vue.toDisplayString(_ctx.label) + " ", 1),
|
|
20996
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
20999
|
+
vue.createElementVNode("div", _hoisted_1$n, [
|
|
20997
21000
|
_ctx.searchable && vue.unref(open) ? (vue.openBlock(), vue.createBlock(vue.unref(TextInput), {
|
|
20998
21001
|
key: 0,
|
|
20999
21002
|
ref_key: "searchInput",
|
|
@@ -21060,7 +21063,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
21060
21063
|
height: "25px",
|
|
21061
21064
|
class: "mx-1 my-1"
|
|
21062
21065
|
})) : vue.createCommentVNode("", true),
|
|
21063
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
21066
|
+
vue.createVNode(vue.unref(_sfc_main$V), {
|
|
21064
21067
|
class: "p-05",
|
|
21065
21068
|
style: vue.normalizeStyle({ width: _ctx.fullWidth ? "100%" : "auto" })
|
|
21066
21069
|
}, {
|
|
@@ -21111,7 +21114,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
21111
21114
|
};
|
|
21112
21115
|
}
|
|
21113
21116
|
});
|
|
21114
|
-
const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
21117
|
+
const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-982f5078"]]);
|
|
21115
21118
|
/*!
|
|
21116
21119
|
* Signature Pad v5.0.4 | https://github.com/szimek/signature_pad
|
|
21117
21120
|
* (c) 2024 Szymon Nowak | Released under the MIT license
|
|
@@ -21708,7 +21711,7 @@ class SignaturePad extends SignatureEventTarget {
|
|
|
21708
21711
|
return svg.outerHTML;
|
|
21709
21712
|
}
|
|
21710
21713
|
}
|
|
21711
|
-
const _hoisted_1$
|
|
21714
|
+
const _hoisted_1$m = ["disabled"];
|
|
21712
21715
|
const _hoisted_2$d = {
|
|
21713
21716
|
key: 1,
|
|
21714
21717
|
placeholder: "required",
|
|
@@ -21716,7 +21719,7 @@ const _hoisted_2$d = {
|
|
|
21716
21719
|
required: "",
|
|
21717
21720
|
class: "pixel"
|
|
21718
21721
|
};
|
|
21719
|
-
const _sfc_main$
|
|
21722
|
+
const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
21720
21723
|
__name: "SignaturePad",
|
|
21721
21724
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
21722
21725
|
sigOption: {},
|
|
@@ -21869,7 +21872,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
21869
21872
|
ref: vCanvas,
|
|
21870
21873
|
class: "canvas",
|
|
21871
21874
|
disabled: _ctx.disabled
|
|
21872
|
-
}, null, 8, _hoisted_1$
|
|
21875
|
+
}, null, 8, _hoisted_1$m),
|
|
21873
21876
|
_ctx.required && vue.unref(_isEmpty) ? (vue.openBlock(), vue.createElementBlock("input", _hoisted_2$d)) : vue.createCommentVNode("", true)
|
|
21874
21877
|
], 34);
|
|
21875
21878
|
};
|
|
@@ -24354,13 +24357,13 @@ const VueDraggableNext = vue.defineComponent({
|
|
|
24354
24357
|
}
|
|
24355
24358
|
}
|
|
24356
24359
|
});
|
|
24357
|
-
const _hoisted_1$
|
|
24360
|
+
const _hoisted_1$l = ["title"];
|
|
24358
24361
|
const _hoisted_2$c = { class: "bagel-input" };
|
|
24359
24362
|
const _hoisted_3$a = { class: "table-side-scroll" };
|
|
24360
24363
|
const _hoisted_4$6 = { class: "table-header" };
|
|
24361
24364
|
const _hoisted_5$6 = { class: "table-reorder" };
|
|
24362
24365
|
const _hoisted_6$5 = { class: "table-action" };
|
|
24363
|
-
const _sfc_main$
|
|
24366
|
+
const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
24364
24367
|
__name: "TableField",
|
|
24365
24368
|
props: {
|
|
24366
24369
|
description: { default: "" },
|
|
@@ -24500,11 +24503,11 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
24500
24503
|
])),
|
|
24501
24504
|
_: 1
|
|
24502
24505
|
})
|
|
24503
|
-
], 8, _hoisted_1$
|
|
24506
|
+
], 8, _hoisted_1$l);
|
|
24504
24507
|
};
|
|
24505
24508
|
}
|
|
24506
24509
|
});
|
|
24507
|
-
const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24510
|
+
const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-a65c658c"]]);
|
|
24508
24511
|
function bind(fn2, thisArg) {
|
|
24509
24512
|
return function wrap() {
|
|
24510
24513
|
return fn2.apply(thisArg, arguments);
|
|
@@ -28951,13 +28954,13 @@ function parsePhoneNumber$1() {
|
|
|
28951
28954
|
function parsePhoneNumber() {
|
|
28952
28955
|
return withMetadataArgument(parsePhoneNumber$1, arguments);
|
|
28953
28956
|
}
|
|
28954
|
-
const _hoisted_1$
|
|
28957
|
+
const _hoisted_1$k = ["aria-expanded"];
|
|
28955
28958
|
const _hoisted_2$b = { class: "p-075 tel-countryp-dropdown" };
|
|
28956
28959
|
const _hoisted_3$9 = ["aria-selected", "onClick", "onMousemove"];
|
|
28957
28960
|
const _hoisted_4$5 = { class: "tel-country" };
|
|
28958
28961
|
const _hoisted_5$5 = { key: 1 };
|
|
28959
28962
|
const _hoisted_6$4 = ["id", "required", "placeholder", "disabled", "autocomplete", "pattern", "minlength", "maxlength", "name", "readonly", "tabindex", "aria-describedby"];
|
|
28960
|
-
const _sfc_main$
|
|
28963
|
+
const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
28961
28964
|
__name: "TelInput",
|
|
28962
28965
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
28963
28966
|
label: {},
|
|
@@ -29218,7 +29221,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
29218
29221
|
vue.withKeys(reset, ["tab"])
|
|
29219
29222
|
]
|
|
29220
29223
|
}, [
|
|
29221
|
-
!computedDropDownOptions.value.hide ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
29224
|
+
!computedDropDownOptions.value.hide ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$R), {
|
|
29222
29225
|
key: 0,
|
|
29223
29226
|
ref_key: "phoneDropdown",
|
|
29224
29227
|
ref: phoneDropdown,
|
|
@@ -29305,19 +29308,19 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
29305
29308
|
}, null, 44, _hoisted_6$4), [
|
|
29306
29309
|
[vue.vModelText, phone.value]
|
|
29307
29310
|
])
|
|
29308
|
-
], 40, _hoisted_1$
|
|
29311
|
+
], 40, _hoisted_1$k)
|
|
29309
29312
|
])
|
|
29310
29313
|
], 2);
|
|
29311
29314
|
};
|
|
29312
29315
|
}
|
|
29313
29316
|
});
|
|
29314
|
-
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29315
|
-
const _hoisted_1$
|
|
29317
|
+
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-627af458"]]);
|
|
29318
|
+
const _hoisted_1$j = ["title"];
|
|
29316
29319
|
const _hoisted_2$a = ["for"];
|
|
29317
29320
|
const _hoisted_3$8 = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
|
|
29318
29321
|
const _hoisted_4$4 = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
|
|
29319
29322
|
const _hoisted_5$4 = { key: 2 };
|
|
29320
|
-
const _sfc_main$
|
|
29323
|
+
const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
29321
29324
|
__name: "TextInput",
|
|
29322
29325
|
props: {
|
|
29323
29326
|
id: {},
|
|
@@ -29454,15 +29457,15 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
29454
29457
|
icon: _ctx.icon
|
|
29455
29458
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true)
|
|
29456
29459
|
], 8, _hoisted_2$a)
|
|
29457
|
-
], 10, _hoisted_1$
|
|
29460
|
+
], 10, _hoisted_1$j);
|
|
29458
29461
|
};
|
|
29459
29462
|
}
|
|
29460
29463
|
});
|
|
29461
|
-
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29462
|
-
const _hoisted_1$
|
|
29464
|
+
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-0e10a3b5"]]);
|
|
29465
|
+
const _hoisted_1$i = ["title"];
|
|
29463
29466
|
const _hoisted_2$9 = ["id", "required"];
|
|
29464
29467
|
const _hoisted_3$7 = ["for"];
|
|
29465
|
-
const _sfc_main$
|
|
29468
|
+
const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
29466
29469
|
__name: "ToggleInput",
|
|
29467
29470
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
29468
29471
|
label: {},
|
|
@@ -29506,11 +29509,75 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
29506
29509
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
29507
29510
|
], true)
|
|
29508
29511
|
], 8, _hoisted_3$7)
|
|
29509
|
-
], 10, _hoisted_1$
|
|
29512
|
+
], 10, _hoisted_1$i);
|
|
29513
|
+
};
|
|
29514
|
+
}
|
|
29515
|
+
});
|
|
29516
|
+
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-486451e5"]]);
|
|
29517
|
+
const _hoisted_1$h = ["src", "title", "width", "height", "marginwidth", "marginheight", "csp", "scrolling", "srcset"];
|
|
29518
|
+
const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
29519
|
+
__name: "IframeVue",
|
|
29520
|
+
props: {
|
|
29521
|
+
src: {},
|
|
29522
|
+
title: {},
|
|
29523
|
+
height: {},
|
|
29524
|
+
width: {},
|
|
29525
|
+
name: {},
|
|
29526
|
+
sandbox: {},
|
|
29527
|
+
allow: {},
|
|
29528
|
+
allowfullscreen: { type: Boolean },
|
|
29529
|
+
loading: {},
|
|
29530
|
+
referrerpolicy: {},
|
|
29531
|
+
marginwidth: {},
|
|
29532
|
+
marginheight: {},
|
|
29533
|
+
scrolling: {},
|
|
29534
|
+
csp: {},
|
|
29535
|
+
srcset: {}
|
|
29536
|
+
},
|
|
29537
|
+
emits: ["message", "load"],
|
|
29538
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
29539
|
+
const emit2 = __emit;
|
|
29540
|
+
const iframe = vue.ref();
|
|
29541
|
+
function handleMessage(event) {
|
|
29542
|
+
emit2("message", event.data);
|
|
29543
|
+
}
|
|
29544
|
+
function handleMessageWrapper(event) {
|
|
29545
|
+
var _a2;
|
|
29546
|
+
if (event.source === ((_a2 = iframe.value) == null ? void 0 : _a2.contentWindow)) {
|
|
29547
|
+
handleMessage(event);
|
|
29548
|
+
}
|
|
29549
|
+
}
|
|
29550
|
+
vue.onMounted(() => {
|
|
29551
|
+
window.addEventListener("message", handleMessageWrapper);
|
|
29552
|
+
});
|
|
29553
|
+
vue.onBeforeUnmount(() => {
|
|
29554
|
+
window.removeEventListener("message", handleMessageWrapper);
|
|
29555
|
+
});
|
|
29556
|
+
const contentWindow = () => {
|
|
29557
|
+
var _a2;
|
|
29558
|
+
return (_a2 = iframe.value) == null ? void 0 : _a2.contentWindow;
|
|
29559
|
+
};
|
|
29560
|
+
__expose({ contentWindow });
|
|
29561
|
+
return (_ctx, _cache) => {
|
|
29562
|
+
return vue.openBlock(), vue.createElementBlock("iframe", {
|
|
29563
|
+
ref_key: "iframe",
|
|
29564
|
+
ref: iframe,
|
|
29565
|
+
src: _ctx.src,
|
|
29566
|
+
title: _ctx.title,
|
|
29567
|
+
frameborder: "none",
|
|
29568
|
+
width: _ctx.width,
|
|
29569
|
+
height: _ctx.height,
|
|
29570
|
+
allowpaymentrequest: "true",
|
|
29571
|
+
marginwidth: _ctx.marginwidth,
|
|
29572
|
+
marginheight: _ctx.marginheight,
|
|
29573
|
+
csp: _ctx.csp,
|
|
29574
|
+
scrolling: _ctx.scrolling,
|
|
29575
|
+
srcset: _ctx.srcset,
|
|
29576
|
+
onLoad: _cache[0] || (_cache[0] = ($event) => emit2("load", $event))
|
|
29577
|
+
}, null, 40, _hoisted_1$h);
|
|
29510
29578
|
};
|
|
29511
29579
|
}
|
|
29512
29580
|
});
|
|
29513
|
-
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-486451e5"]]);
|
|
29514
29581
|
const _hoisted_1$g = { class: "m-0 pb-025 txt14 line-height-1" };
|
|
29515
29582
|
const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
29516
29583
|
__name: "BottomMenu",
|
|
@@ -29519,7 +29586,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
29519
29586
|
},
|
|
29520
29587
|
setup(__props) {
|
|
29521
29588
|
return (_ctx, _cache) => {
|
|
29522
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
29589
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$V), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
|
|
29523
29590
|
default: vue.withCtx(() => [
|
|
29524
29591
|
vue.renderSlot(_ctx.$slots, "brand", {}, void 0, true),
|
|
29525
29592
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.navLinks, (nav, i2) => {
|
|
@@ -29620,7 +29687,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
29620
29687
|
icon: "keyboard_arrow_right",
|
|
29621
29688
|
onClick: toggleMenu
|
|
29622
29689
|
}),
|
|
29623
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
29690
|
+
vue.createVNode(vue.unref(_sfc_main$V), { class: "py-1 px-05 h-100 flex column gap-05 rounded relative bg-primary font-light overflow-y" }, {
|
|
29624
29691
|
default: vue.withCtx(() => [
|
|
29625
29692
|
!vue.unref(isOpen) || !vue.unref(slots)["brand-open"] ? vue.renderSlot(_ctx.$slots, "brand", { key: 0 }, void 0, true) : vue.createCommentVNode("", true),
|
|
29626
29693
|
vue.unref(isOpen) ? vue.renderSlot(_ctx.$slots, "brand-open", { key: 1 }, void 0, true) : vue.createCommentVNode("", true),
|
|
@@ -30145,7 +30212,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
30145
30212
|
onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
|
|
30146
30213
|
onKeydown: vue.withKeys(closeModal, ["esc"])
|
|
30147
30214
|
}, [
|
|
30148
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
30215
|
+
vue.createVNode(vue.unref(_sfc_main$V), {
|
|
30149
30216
|
class: "modal",
|
|
30150
30217
|
style: vue.normalizeStyle({ ...maxWidth.value }),
|
|
30151
30218
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
|
|
@@ -30322,7 +30389,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
30322
30389
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => emit2("update:visible", $event))
|
|
30323
30390
|
}, vue.createSlots({
|
|
30324
30391
|
default: vue.withCtx(() => [
|
|
30325
|
-
_ctx.visible ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
30392
|
+
_ctx.visible ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$N), {
|
|
30326
30393
|
key: 0,
|
|
30327
30394
|
ref_key: "form",
|
|
30328
30395
|
ref: form,
|
|
@@ -31441,7 +31508,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
31441
31508
|
row,
|
|
31442
31509
|
field
|
|
31443
31510
|
}, void 0, true) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$1, [
|
|
31444
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
31511
|
+
vue.createVNode(vue.unref(_sfc_main$O), {
|
|
31445
31512
|
class: "embedded-field",
|
|
31446
31513
|
field,
|
|
31447
31514
|
modelValue: row,
|
|
@@ -32620,7 +32687,7 @@ function frmRow(...children2) {
|
|
|
32620
32687
|
function bglForm(idOrField, ...schema) {
|
|
32621
32688
|
if (typeof idOrField === "string") {
|
|
32622
32689
|
return {
|
|
32623
|
-
$el: vue.markRaw(_sfc_main$
|
|
32690
|
+
$el: vue.markRaw(_sfc_main$N),
|
|
32624
32691
|
id: idOrField,
|
|
32625
32692
|
attrs: {
|
|
32626
32693
|
schema: [idOrField, ...schema]
|
|
@@ -32628,7 +32695,7 @@ function bglForm(idOrField, ...schema) {
|
|
|
32628
32695
|
};
|
|
32629
32696
|
}
|
|
32630
32697
|
return {
|
|
32631
|
-
$el: vue.markRaw(_sfc_main$
|
|
32698
|
+
$el: vue.markRaw(_sfc_main$N),
|
|
32632
32699
|
attrs: {
|
|
32633
32700
|
schema: [idOrField, ...schema]
|
|
32634
32701
|
}
|
|
@@ -33406,39 +33473,40 @@ function timeAgo(date2, lang = "en") {
|
|
|
33406
33473
|
}
|
|
33407
33474
|
return selectedLang.justNow;
|
|
33408
33475
|
}
|
|
33409
|
-
exports.Accordion = _sfc_main$
|
|
33476
|
+
exports.Accordion = _sfc_main$11;
|
|
33410
33477
|
exports.AccordionItem = AccordionItem;
|
|
33411
|
-
exports.AddressSearch = _sfc_main
|
|
33478
|
+
exports.AddressSearch = _sfc_main$$;
|
|
33412
33479
|
exports.Alert = Alert;
|
|
33413
33480
|
exports.Avatar = Avatar;
|
|
33414
33481
|
exports.Badge = Badge;
|
|
33415
|
-
exports.BagelForm = _sfc_main$
|
|
33482
|
+
exports.BagelForm = _sfc_main$N;
|
|
33416
33483
|
exports.BagelVue = BagelVue;
|
|
33417
|
-
exports.BglField = _sfc_main$
|
|
33418
|
-
exports.BglForm = _sfc_main$
|
|
33419
|
-
exports.BglMultiStepForm = _sfc_main$
|
|
33484
|
+
exports.BglField = _sfc_main$O;
|
|
33485
|
+
exports.BglForm = _sfc_main$N;
|
|
33486
|
+
exports.BglMultiStepForm = _sfc_main$M;
|
|
33420
33487
|
exports.BglVideo = BglVideo;
|
|
33421
33488
|
exports.BottomMenu = BottomMenu;
|
|
33422
33489
|
exports.Btn = Btn;
|
|
33423
|
-
exports.Card = _sfc_main$
|
|
33490
|
+
exports.Card = _sfc_main$V;
|
|
33424
33491
|
exports.Carousel = Carousel;
|
|
33425
33492
|
exports.CheckInput = CheckInput;
|
|
33426
33493
|
exports.Checkbox = Checkbox;
|
|
33427
33494
|
exports.CodeEditor = CodeEditor;
|
|
33428
|
-
exports.ColorPicker = _sfc_main$
|
|
33495
|
+
exports.ColorPicker = _sfc_main$I;
|
|
33429
33496
|
exports.DataPreview = DataPreview;
|
|
33430
|
-
exports.DateInput = _sfc_main$
|
|
33431
|
-
exports.DatePicker = _sfc_main$
|
|
33432
|
-
exports.Dropdown = _sfc_main$
|
|
33497
|
+
exports.DateInput = _sfc_main$H;
|
|
33498
|
+
exports.DatePicker = _sfc_main$G;
|
|
33499
|
+
exports.Dropdown = _sfc_main$R;
|
|
33433
33500
|
exports.FileUpload = FileUpload;
|
|
33434
33501
|
exports.Flag = Flag;
|
|
33435
33502
|
exports.IMAGE_FORMATS = IMAGE_FORMATS;
|
|
33436
33503
|
exports.IMAGE_FORMATS_REGEXP = IMAGE_FORMATS_REGEXP;
|
|
33437
33504
|
exports.Icon = _sfc_main$c;
|
|
33505
|
+
exports.IframeVue = _sfc_main$o;
|
|
33438
33506
|
exports.Image = Image$1;
|
|
33439
33507
|
exports.JSONInput = JSONInput;
|
|
33440
33508
|
exports.Layout = Layout;
|
|
33441
|
-
exports.Lineart = _sfc_main$
|
|
33509
|
+
exports.Lineart = _sfc_main$T;
|
|
33442
33510
|
exports.ListItem = _sfc_main$g;
|
|
33443
33511
|
exports.ListView = ListView;
|
|
33444
33512
|
exports.Loading = Loading;
|
|
@@ -33451,7 +33519,7 @@ exports.ModalPlugin = ModalPlugin;
|
|
|
33451
33519
|
exports.NavBar = NavBar;
|
|
33452
33520
|
exports.OTP = OTP;
|
|
33453
33521
|
exports.PageTitle = _sfc_main$7;
|
|
33454
|
-
exports.PasswordInput = _sfc_main$
|
|
33522
|
+
exports.PasswordInput = _sfc_main$B;
|
|
33455
33523
|
exports.Pill = Pill;
|
|
33456
33524
|
exports.RadioGroup = RadioGroup;
|
|
33457
33525
|
exports.RadioPillsInput = RadioPillsInput;
|
|
@@ -33460,7 +33528,7 @@ exports.RichText = RichText;
|
|
|
33460
33528
|
exports.RouterWrapper = RouterWrapper;
|
|
33461
33529
|
exports.SelectInput = SelectInput;
|
|
33462
33530
|
exports.SidebarMenu = SidebarMenu;
|
|
33463
|
-
exports.SignaturePad = _sfc_main$
|
|
33531
|
+
exports.SignaturePad = _sfc_main$t;
|
|
33464
33532
|
exports.Skeleton = Skeleton;
|
|
33465
33533
|
exports.TabbedLayout = TabbedLayout;
|
|
33466
33534
|
exports.TableField = TableField;
|