@bagelink/vue 1.2.43 → 1.2.48
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/AddressSearch.vue.d.ts.map +1 -1
- package/dist/components/Dropdown.vue.d.ts.map +1 -1
- package/dist/components/ListItem.vue.d.ts +3 -0
- package/dist/components/ListItem.vue.d.ts.map +1 -1
- package/dist/components/form/FieldArray.vue.d.ts +29 -21
- package/dist/components/form/FieldArray.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ToggleInput.vue.d.ts +1 -1
- package/dist/components/form/inputs/ToggleInput.vue.d.ts.map +1 -1
- package/dist/index.cjs +91 -68
- package/dist/index.mjs +91 -68
- package/dist/style.css +32 -20
- package/dist/utils/calendar/dateUtils.d.ts +1 -1
- package/dist/utils/calendar/dateUtils.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/ListItem.vue +24 -7
- package/src/components/Modal.vue +1 -1
- package/src/components/form/FieldArray.vue +31 -24
- package/src/components/form/inputs/ToggleInput.vue +1 -1
- package/src/styles/appearance.css +12 -0
- package/src/styles/modal.css +4 -4
- package/src/utils/calendar/dateUtils.ts +15 -7
package/dist/index.cjs
CHANGED
|
@@ -550,7 +550,7 @@ const CalendarPopover = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId",
|
|
|
550
550
|
const _hoisted_1$X = { class: "agenda-view" };
|
|
551
551
|
const _hoisted_2$I = ["data-date", "onClick"];
|
|
552
552
|
const _hoisted_3$C = { class: "event-content" };
|
|
553
|
-
const _hoisted_4$
|
|
553
|
+
const _hoisted_4$q = { class: "event-time" };
|
|
554
554
|
const _hoisted_5$o = { class: "event-details" };
|
|
555
555
|
const _hoisted_6$l = { class: "event-title" };
|
|
556
556
|
const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -673,7 +673,7 @@ const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
|
673
673
|
onClick: vue.withModifiers(($event) => handleEventSelection(event, $event), ["stop"])
|
|
674
674
|
}, [
|
|
675
675
|
vue.createElementVNode("div", _hoisted_3$C, [
|
|
676
|
-
vue.createElementVNode("div", _hoisted_4$
|
|
676
|
+
vue.createElementVNode("div", _hoisted_4$q, vue.toDisplayString(vue.unref(formatDate)(event.start_time, { fmt: "HH:mm" })), 1),
|
|
677
677
|
vue.createElementVNode("div", _hoisted_5$o, [
|
|
678
678
|
vue.createElementVNode("div", _hoisted_6$l, vue.toDisplayString(event.title), 1),
|
|
679
679
|
vue.createElementVNode("div", {
|
|
@@ -692,7 +692,7 @@ const AgendaView = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "dat
|
|
|
692
692
|
const _hoisted_1$W = { class: "w-100p overflow-hidden m_overflow h-100p grid" };
|
|
693
693
|
const _hoisted_2$H = { class: "border-bottom me-1 txt-center p-05 dayGrid" };
|
|
694
694
|
const _hoisted_3$B = { class: "overflow h-100p pe-05" };
|
|
695
|
-
const _hoisted_4$
|
|
695
|
+
const _hoisted_4$p = { class: "time-column" };
|
|
696
696
|
const _hoisted_5$n = { class: "events-column" };
|
|
697
697
|
const _hoisted_6$k = ["onClick"];
|
|
698
698
|
const _hoisted_7$g = { class: "event-content" };
|
|
@@ -845,7 +845,7 @@ const _sfc_main$14 = /* @__PURE__ */ vue.defineComponent({
|
|
|
845
845
|
class: "time-slots dayGrid border-end relative",
|
|
846
846
|
onMousedown: handleMouseDown
|
|
847
847
|
}, [
|
|
848
|
-
vue.createElementVNode("div", _hoisted_4$
|
|
848
|
+
vue.createElementVNode("div", _hoisted_4$p, [
|
|
849
849
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(timeSlots.value, (slot) => {
|
|
850
850
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
851
851
|
key: slot.time,
|
|
@@ -904,7 +904,7 @@ const DayView = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v
|
|
|
904
904
|
const _hoisted_1$V = { class: "month-view" };
|
|
905
905
|
const _hoisted_2$G = { class: "month-header" };
|
|
906
906
|
const _hoisted_3$A = { class: "month-grid" };
|
|
907
|
-
const _hoisted_4$
|
|
907
|
+
const _hoisted_4$o = { class: "day-number" };
|
|
908
908
|
const _hoisted_5$m = { class: "day-events" };
|
|
909
909
|
const _hoisted_6$j = {
|
|
910
910
|
key: 0,
|
|
@@ -1006,7 +1006,7 @@ const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1006
1006
|
"other-month": !day.isCurrentMonth
|
|
1007
1007
|
}])
|
|
1008
1008
|
}, [
|
|
1009
|
-
vue.createElementVNode("div", _hoisted_4$
|
|
1009
|
+
vue.createElementVNode("div", _hoisted_4$o, vue.toDisplayString(vue.unref(fmtDate)(day.date, { fmt: "DD" })), 1),
|
|
1010
1010
|
vue.createElementVNode("div", _hoisted_5$m, [
|
|
1011
1011
|
isMobile.value ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
1012
1012
|
day.events.length > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$j)) : vue.createCommentVNode("", true)
|
|
@@ -1033,7 +1033,7 @@ const MonthView = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data
|
|
|
1033
1033
|
const _hoisted_1$U = { class: "w-100p overflow-hidden m_overflow h-100p grid" };
|
|
1034
1034
|
const _hoisted_2$F = { class: "overflow h-100p pe-05" };
|
|
1035
1035
|
const _hoisted_3$z = ["onMousedown"];
|
|
1036
|
-
const _hoisted_4$
|
|
1036
|
+
const _hoisted_4$n = ["onClick"];
|
|
1037
1037
|
const _hoisted_5$l = { class: "overflow-hidden color-white p-025 txt12 h-100p" };
|
|
1038
1038
|
const _hoisted_6$i = { class: "white-space ellipsis-1" };
|
|
1039
1039
|
const _hoisted_7$e = { class: "txt10 opacity-8" };
|
|
@@ -1369,7 +1369,7 @@ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1369
1369
|
vue.createElementVNode("div", _hoisted_6$i, vue.toDisplayString(event.title), 1),
|
|
1370
1370
|
vue.createElementVNode("div", _hoisted_7$e, vue.toDisplayString(vue.unref(formatDate)(event.start_time, { fmt: "HH:mm" })) + " - " + vue.toDisplayString(vue.unref(formatDate)(event.end_time, { fmt: "HH:mm" })), 1)
|
|
1371
1371
|
])
|
|
1372
|
-
], 44, _hoisted_4$
|
|
1372
|
+
], 44, _hoisted_4$n);
|
|
1373
1373
|
}), 128))
|
|
1374
1374
|
], 40, _hoisted_3$z);
|
|
1375
1375
|
}), 128)),
|
|
@@ -1396,7 +1396,7 @@ const WeekView = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-
|
|
|
1396
1396
|
const _hoisted_1$T = { class: "calendar" };
|
|
1397
1397
|
const _hoisted_2$E = { class: "flex m_block m_pb-1" };
|
|
1398
1398
|
const _hoisted_3$y = { class: "txt-light my-0" };
|
|
1399
|
-
const _hoisted_4$
|
|
1399
|
+
const _hoisted_4$m = { class: "ms-auto flex gap-025" };
|
|
1400
1400
|
const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
1401
1401
|
__name: "Index",
|
|
1402
1402
|
props: {
|
|
@@ -1495,7 +1495,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1495
1495
|
vue.createElementVNode("b", null, vue.toDisplayString(vue.unref(fmtDate)(currentDate.value, { fmt: "MMMM" })), 1),
|
|
1496
1496
|
vue.createTextVNode(" " + vue.toDisplayString(vue.unref(fmtDate)(currentDate.value, { fmt: "YYYY" })), 1)
|
|
1497
1497
|
]),
|
|
1498
|
-
vue.createElementVNode("div", _hoisted_4$
|
|
1498
|
+
vue.createElementVNode("div", _hoisted_4$m, [
|
|
1499
1499
|
vue.createVNode(vue.unref(_sfc_main$W), {
|
|
1500
1500
|
thin: "",
|
|
1501
1501
|
value: currentView.value,
|
|
@@ -7916,7 +7916,7 @@ const _hoisted_1$1$1 = {
|
|
|
7916
7916
|
};
|
|
7917
7917
|
const _hoisted_2$1$1 = ["width", "height", "viewBox"];
|
|
7918
7918
|
const _hoisted_3$w = { class: "layer-rectangles" };
|
|
7919
|
-
const _hoisted_4$
|
|
7919
|
+
const _hoisted_4$l = ["transform", "onMouseover"];
|
|
7920
7920
|
const _hoisted_5$k = ["width", "height"];
|
|
7921
7921
|
const _hoisted_6$h = {
|
|
7922
7922
|
x: 0 + 10,
|
|
@@ -7968,7 +7968,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7968
7968
|
)
|
|
7969
7969
|
])
|
|
7970
7970
|
])
|
|
7971
|
-
], 42, _hoisted_4$
|
|
7971
|
+
], 42, _hoisted_4$l);
|
|
7972
7972
|
}),
|
|
7973
7973
|
128
|
|
7974
7974
|
/* KEYED_FRAGMENT */
|
|
@@ -9521,7 +9521,7 @@ const _hoisted_2$A = {
|
|
|
9521
9521
|
class: "flex-center h-300px txt-red"
|
|
9522
9522
|
};
|
|
9523
9523
|
const _hoisted_3$v = { class: "infinite-wrapper" };
|
|
9524
|
-
const _hoisted_4$
|
|
9524
|
+
const _hoisted_4$k = { class: "row first-row" };
|
|
9525
9525
|
const _hoisted_5$j = { key: 0 };
|
|
9526
9526
|
const _hoisted_6$g = ["onClick"];
|
|
9527
9527
|
const _hoisted_7$c = { class: "flex" };
|
|
@@ -9657,7 +9657,7 @@ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
|
9657
9657
|
class: { "pointer-events-none": showLoading.value }
|
|
9658
9658
|
}), [
|
|
9659
9659
|
vue.createElementVNode("table", _hoisted_3$v, [
|
|
9660
|
-
vue.createElementVNode("thead", _hoisted_4$
|
|
9660
|
+
vue.createElementVNode("thead", _hoisted_4$k, [
|
|
9661
9661
|
vue.unref(isSelectable) ? (vue.openBlock(), vue.createElementBlock("th", _hoisted_5$j, [
|
|
9662
9662
|
vue.createElementVNode("input", {
|
|
9663
9663
|
ref_key: "allSelectorEl",
|
|
@@ -13619,7 +13619,7 @@ const _hoisted_2$y = {
|
|
|
13619
13619
|
class: "bgl-step-progress"
|
|
13620
13620
|
};
|
|
13621
13621
|
const _hoisted_3$u = { class: "bgl-steps-indicator" };
|
|
13622
|
-
const _hoisted_4$
|
|
13622
|
+
const _hoisted_4$j = ["onClick"];
|
|
13623
13623
|
const _hoisted_5$i = {
|
|
13624
13624
|
key: 0,
|
|
13625
13625
|
class: "bgl-step-label"
|
|
@@ -13805,7 +13805,7 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
|
13805
13805
|
}, [
|
|
13806
13806
|
vue.createElementVNode("span", null, vue.toDisplayString(index2 + 1), 1),
|
|
13807
13807
|
props2.stepLabels && props2.stepLabels[index2] ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$i, vue.toDisplayString(props2.stepLabels[index2]), 1)) : vue.createCommentVNode("", true)
|
|
13808
|
-
], 10, _hoisted_4$
|
|
13808
|
+
], 10, _hoisted_4$j);
|
|
13809
13809
|
}), 128))
|
|
13810
13810
|
])
|
|
13811
13811
|
], true)
|
|
@@ -13889,7 +13889,7 @@ const _hoisted_3$t = {
|
|
|
13889
13889
|
key: 0,
|
|
13890
13890
|
class: "flex-center h-300px"
|
|
13891
13891
|
};
|
|
13892
|
-
const _hoisted_4$
|
|
13892
|
+
const _hoisted_4$i = {
|
|
13893
13893
|
key: 1,
|
|
13894
13894
|
class: "py-1"
|
|
13895
13895
|
};
|
|
@@ -13933,9 +13933,9 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
13933
13933
|
}, { deep: true });
|
|
13934
13934
|
const primitiveSchema = vue.computed(() => {
|
|
13935
13935
|
if (props2.type === "text") {
|
|
13936
|
-
return [{ id: "value", type: "text", label: "" }];
|
|
13936
|
+
return [{ id: "value", type: "text", label: "", $el: "text" }];
|
|
13937
13937
|
} else if (props2.type === "number") {
|
|
13938
|
-
return [{ id: "value", type: "number", label: "" }];
|
|
13938
|
+
return [{ id: "value", type: "number", label: "", $el: "number" }];
|
|
13939
13939
|
}
|
|
13940
13940
|
return [];
|
|
13941
13941
|
});
|
|
@@ -14015,7 +14015,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
14015
14015
|
icon: "error",
|
|
14016
14016
|
color: "red"
|
|
14017
14017
|
})) : vue.createCommentVNode("", true)
|
|
14018
|
-
])) : !canRenderItems.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$
|
|
14018
|
+
])) : !canRenderItems.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$i, _cache[0] || (_cache[0] = [
|
|
14019
14019
|
vue.createElementVNode("p", { class: "opacity-7" }, " No schema available ", -1)
|
|
14020
14020
|
]))) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
|
|
14021
14021
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(internalData.value, (item, i2) => {
|
|
@@ -14154,7 +14154,7 @@ const _hoisted_3$r = {
|
|
|
14154
14154
|
key: 1,
|
|
14155
14155
|
class: "code-editor-wrap grid rounded p-1 overflow hm-300px ltr txt-start relative h-100p"
|
|
14156
14156
|
};
|
|
14157
|
-
const _hoisted_4$
|
|
14157
|
+
const _hoisted_4$h = { class: "overflow-hidden absolute inset-0 p-0 m-0 h-100 codeText" };
|
|
14158
14158
|
const _hoisted_5$g = ["innerHTML"];
|
|
14159
14159
|
const _hoisted_6$d = ["onKeydown"];
|
|
14160
14160
|
const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -14246,7 +14246,7 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
14246
14246
|
class: "relative block h-100",
|
|
14247
14247
|
style: vue.normalizeStyle({ height: `calc(${vue.unref(elHeight)} - 2rem)` })
|
|
14248
14248
|
}, [
|
|
14249
|
-
vue.createElementVNode("pre", _hoisted_4$
|
|
14249
|
+
vue.createElementVNode("pre", _hoisted_4$h, [
|
|
14250
14250
|
_cache[2] || (_cache[2] = vue.createTextVNode(" ")),
|
|
14251
14251
|
vue.createElementVNode("code", {
|
|
14252
14252
|
class: vue.normalizeClass(["absolute inset-0", className.value]),
|
|
@@ -14863,7 +14863,7 @@ class Time {
|
|
|
14863
14863
|
const _hoisted_1$F = { class: "ltr flex gap-075 p-05 m_flex-wrap calendar-container justify-content-center h-100p" };
|
|
14864
14864
|
const _hoisted_2$t = { class: "calendar-section m_border-none pe-05 m_p-0" };
|
|
14865
14865
|
const _hoisted_3$p = { class: "flex space-between pb-1" };
|
|
14866
|
-
const _hoisted_4$
|
|
14866
|
+
const _hoisted_4$g = { class: "flex gap-05" };
|
|
14867
14867
|
const _hoisted_5$f = { class: "month-year" };
|
|
14868
14868
|
const _hoisted_6$c = {
|
|
14869
14869
|
key: 0,
|
|
@@ -15103,7 +15103,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
15103
15103
|
icon: "chevron_left",
|
|
15104
15104
|
onClick: vue.unref(previousMonth)
|
|
15105
15105
|
}, null, 8, ["onClick"]),
|
|
15106
|
-
vue.createElementVNode("div", _hoisted_4$
|
|
15106
|
+
vue.createElementVNode("div", _hoisted_4$g, [
|
|
15107
15107
|
vue.createVNode(vue.unref(Btn), {
|
|
15108
15108
|
flat: "",
|
|
15109
15109
|
thin: "",
|
|
@@ -15417,7 +15417,7 @@ const _hoisted_2$r = {
|
|
|
15417
15417
|
class: "pixel"
|
|
15418
15418
|
};
|
|
15419
15419
|
const _hoisted_3$n = { class: "m-05 flex opacity-7 z-99" };
|
|
15420
|
-
const _hoisted_4$
|
|
15420
|
+
const _hoisted_4$f = { class: "ellipsis-1 word-break-all h-20 m-0 color-black" };
|
|
15421
15421
|
const _hoisted_5$e = { class: "flex gap-025 rounded pe-1 ps-05 py-025 bg-gray-80 -my-1" };
|
|
15422
15422
|
const _hoisted_6$b = { class: "ellipsis-1 word-break-all h-20 m-0 color-black txt16" };
|
|
15423
15423
|
const _hoisted_7$9 = {
|
|
@@ -15677,7 +15677,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
15677
15677
|
}, null, 8, ["href", "download"]), [
|
|
15678
15678
|
[_directive_tooltip, "Download"]
|
|
15679
15679
|
]),
|
|
15680
|
-
vue.withDirectives((vue.openBlock(), vue.createElementBlock("p", _hoisted_4$
|
|
15680
|
+
vue.withDirectives((vue.openBlock(), vue.createElementBlock("p", _hoisted_4$f, [
|
|
15681
15681
|
vue.createTextVNode(vue.toDisplayString(file.name), 1)
|
|
15682
15682
|
])), [
|
|
15683
15683
|
[_directive_lightbox, { src: file.url, download: true }]
|
|
@@ -15928,7 +15928,7 @@ const _hoisted_2$p = {
|
|
|
15928
15928
|
class: "block"
|
|
15929
15929
|
};
|
|
15930
15930
|
const _hoisted_3$l = ["id", "placeholder", "disabled", "required", "readonly", "pattern", "onKeydown"];
|
|
15931
|
-
const _hoisted_4$
|
|
15931
|
+
const _hoisted_4$e = {
|
|
15932
15932
|
key: 1,
|
|
15933
15933
|
class: "opacity-7 light"
|
|
15934
15934
|
};
|
|
@@ -16090,7 +16090,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
16090
16090
|
{ number: true }
|
|
16091
16091
|
]
|
|
16092
16092
|
]),
|
|
16093
|
-
_ctx.helptext ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_4$
|
|
16093
|
+
_ctx.helptext ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_4$e, vue.toDisplayString(_ctx.helptext), 1)) : vue.createCommentVNode("", true),
|
|
16094
16094
|
_ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
|
|
16095
16095
|
key: 2,
|
|
16096
16096
|
class: "iconStart",
|
|
@@ -20787,7 +20787,7 @@ function parsePhoneNumber() {
|
|
|
20787
20787
|
const _hoisted_1$y = ["aria-expanded"];
|
|
20788
20788
|
const _hoisted_2$n = { class: "flex gap-05 country-code-display" };
|
|
20789
20789
|
const _hoisted_3$k = { class: "p-075 tel-countryp-dropdown" };
|
|
20790
|
-
const _hoisted_4$
|
|
20790
|
+
const _hoisted_4$d = {
|
|
20791
20791
|
class: "overflow-y p-0 max-h-300px",
|
|
20792
20792
|
role: "listbox"
|
|
20793
20793
|
};
|
|
@@ -21003,7 +21003,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
21003
21003
|
placeholder: "Search",
|
|
21004
21004
|
icon: "search"
|
|
21005
21005
|
}, null, 8, ["modelValue"])) : vue.createCommentVNode("", true),
|
|
21006
|
-
vue.createElementVNode("ul", _hoisted_4$
|
|
21006
|
+
vue.createElementVNode("ul", _hoisted_4$d, [
|
|
21007
21007
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(countries.value, (pb) => {
|
|
21008
21008
|
return vue.openBlock(), vue.createElementBlock("li", {
|
|
21009
21009
|
key: pb.iso2,
|
|
@@ -21062,7 +21062,7 @@ const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v
|
|
|
21062
21062
|
const _hoisted_1$x = ["for"];
|
|
21063
21063
|
const _hoisted_2$m = ["id", "disabled", "name", "value", "required"];
|
|
21064
21064
|
const _hoisted_3$j = { class: "flex w-100 gap-1 flex-wrap m_gap-05 m_gap-row-025" };
|
|
21065
|
-
const _hoisted_4$
|
|
21065
|
+
const _hoisted_4$c = ["src", "alt"];
|
|
21066
21066
|
const _hoisted_5$b = { class: "" };
|
|
21067
21067
|
const _hoisted_6$9 = {
|
|
21068
21068
|
key: 0,
|
|
@@ -21140,7 +21140,7 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
21140
21140
|
width: "60",
|
|
21141
21141
|
src: opt.imgSrc,
|
|
21142
21142
|
alt: opt.imgAlt
|
|
21143
|
-
}, null, 8, _hoisted_4$
|
|
21143
|
+
}, null, 8, _hoisted_4$c)) : vue.createCommentVNode("", true),
|
|
21144
21144
|
vue.createElementVNode("div", _hoisted_5$b, [
|
|
21145
21145
|
opt.label ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_6$9, vue.toDisplayString(opt.label), 1)) : vue.createCommentVNode("", true),
|
|
21146
21146
|
opt.subLabel ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_7$7, vue.toDisplayString(opt.subLabel), 1)) : vue.createCommentVNode("", true)
|
|
@@ -21165,7 +21165,7 @@ const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data
|
|
|
21165
21165
|
const _hoisted_1$w = { class: "bagel-input" };
|
|
21166
21166
|
const _hoisted_2$l = { class: "pb-025" };
|
|
21167
21167
|
const _hoisted_3$i = { class: "flex gap-05 flex-wrap" };
|
|
21168
|
-
const _hoisted_4$
|
|
21168
|
+
const _hoisted_4$b = ["id", "name", "value", "checked"];
|
|
21169
21169
|
const _hoisted_5$a = ["for"];
|
|
21170
21170
|
const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
21171
21171
|
__name: "RadioPillsInput",
|
|
@@ -21225,7 +21225,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
21225
21225
|
value: getValue(option2),
|
|
21226
21226
|
checked: vue.unref(selectedValue) === getValue(option2),
|
|
21227
21227
|
onChange: handleSelect
|
|
21228
|
-
}, null, 40, _hoisted_4$
|
|
21228
|
+
}, null, 40, _hoisted_4$b),
|
|
21229
21229
|
vue.createElementVNode("label", {
|
|
21230
21230
|
for: `${_ctx.id}-${getValue(option2)}`
|
|
21231
21231
|
}, vue.toDisplayString(getLabel(option2)), 9, _hoisted_5$a)
|
|
@@ -21243,7 +21243,7 @@ const _hoisted_2$k = {
|
|
|
21243
21243
|
class: "label"
|
|
21244
21244
|
};
|
|
21245
21245
|
const _hoisted_3$h = { class: "range-slider relative w-100" };
|
|
21246
|
-
const _hoisted_4$
|
|
21246
|
+
const _hoisted_4$a = ["id", "value", "min", "max", "step", "required", "disabled", "aria-label"];
|
|
21247
21247
|
const _hoisted_5$9 = ["value", "min", "max", "step", "required", "disabled"];
|
|
21248
21248
|
const _hoisted_6$8 = { class: "track absolute pointer-events-none overflow-hidden round" };
|
|
21249
21249
|
const _hoisted_7$6 = { class: "txt-center txt-14 user-select-none range-slider-txt flex space-between opacity-4 mx-05" };
|
|
@@ -21325,7 +21325,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
21325
21325
|
disabled: _ctx.disabled,
|
|
21326
21326
|
"aria-label": vue.unref(multiRange) ? "Minimum value" : "Value",
|
|
21327
21327
|
onInput: _cache[0] || (_cache[0] = (e) => handleInput(+e.target.value, true))
|
|
21328
|
-
}, null, 40, _hoisted_4$
|
|
21328
|
+
}, null, 40, _hoisted_4$a),
|
|
21329
21329
|
vue.unref(multiRange) ? (vue.openBlock(), vue.createElementBlock("input", {
|
|
21330
21330
|
key: 0,
|
|
21331
21331
|
value: validTo.value,
|
|
@@ -23370,7 +23370,7 @@ const RichText = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v
|
|
|
23370
23370
|
const _hoisted_1$r = { class: "flex gap-05" };
|
|
23371
23371
|
const _hoisted_2$h = ["disabled"];
|
|
23372
23372
|
const _hoisted_3$e = { key: 1 };
|
|
23373
|
-
const _hoisted_4$
|
|
23373
|
+
const _hoisted_4$9 = {
|
|
23374
23374
|
key: 2,
|
|
23375
23375
|
class: "ms-auto ps-05 me-05"
|
|
23376
23376
|
};
|
|
@@ -23602,7 +23602,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
23602
23602
|
icon: _ctx.icon
|
|
23603
23603
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
23604
23604
|
!_ctx.hideLabel ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_3$e, vue.toDisplayString(selectedLabel.value), 1)) : vue.createCommentVNode("", true),
|
|
23605
|
-
_ctx.clearable && selectedItemCount.value > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$
|
|
23605
|
+
_ctx.clearable && selectedItemCount.value > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$9, [
|
|
23606
23606
|
vue.createVNode(vue.unref(Btn), {
|
|
23607
23607
|
flat: "",
|
|
23608
23608
|
thin: "",
|
|
@@ -26979,7 +26979,7 @@ const VueDraggableNext = vue.defineComponent({
|
|
|
26979
26979
|
const _hoisted_1$p = ["title"];
|
|
26980
26980
|
const _hoisted_2$f = { class: "bagel-input" };
|
|
26981
26981
|
const _hoisted_3$d = { class: "table-side-scroll" };
|
|
26982
|
-
const _hoisted_4$
|
|
26982
|
+
const _hoisted_4$8 = { class: "table-header" };
|
|
26983
26983
|
const _hoisted_5$7 = { class: "table-reorder" };
|
|
26984
26984
|
const _hoisted_6$6 = { class: "table-action" };
|
|
26985
26985
|
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -27051,7 +27051,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
27051
27051
|
vue.createElementVNode("label", null, vue.toDisplayString((_a = vue.unref(fieldMeta)) == null ? void 0 : _a.label), 1)
|
|
27052
27052
|
]),
|
|
27053
27053
|
vue.createElementVNode("div", _hoisted_3$d, [
|
|
27054
|
-
vue.createElementVNode("div", _hoisted_4$
|
|
27054
|
+
vue.createElementVNode("div", _hoisted_4$8, [
|
|
27055
27055
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((_b = vue.unref(entityMeta)) == null ? void 0 : _b.fields, (field) => {
|
|
27056
27056
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
27057
27057
|
key: `${field.fieldname}header`,
|
|
@@ -27130,7 +27130,7 @@ const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data
|
|
|
27130
27130
|
const _hoisted_1$o = ["title"];
|
|
27131
27131
|
const _hoisted_2$e = ["for"];
|
|
27132
27132
|
const _hoisted_3$c = ["id", "name", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
|
|
27133
|
-
const _hoisted_4$
|
|
27133
|
+
const _hoisted_4$7 = ["id", "name", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
|
|
27134
27134
|
const _hoisted_5$6 = {
|
|
27135
27135
|
key: 2,
|
|
27136
27136
|
class: "opacity-7 light"
|
|
@@ -27273,7 +27273,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
27273
27273
|
onInput: updateInputVal,
|
|
27274
27274
|
onFocusout: _cache[4] || (_cache[4] = //@ts-ignore
|
|
27275
27275
|
(...args) => _ctx.onFocusout && _ctx.onFocusout(...args))
|
|
27276
|
-
}), null, 16, _hoisted_4$
|
|
27276
|
+
}), null, 16, _hoisted_4$7)), [
|
|
27277
27277
|
[vue.vModelText, vue.unref(inputVal)]
|
|
27278
27278
|
]),
|
|
27279
27279
|
_ctx.helptext ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$6, vue.toDisplayString(_ctx.helptext), 1)) : vue.createCommentVNode("", true),
|
|
@@ -27343,7 +27343,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
27343
27343
|
};
|
|
27344
27344
|
}
|
|
27345
27345
|
});
|
|
27346
|
-
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-
|
|
27346
|
+
const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-c5e45931"]]);
|
|
27347
27347
|
const files = {
|
|
27348
27348
|
setBaseUrl: (baseUrl) => {
|
|
27349
27349
|
if (!baseUrl) return;
|
|
@@ -27381,7 +27381,7 @@ const _hoisted_3$a = {
|
|
|
27381
27381
|
required: "",
|
|
27382
27382
|
class: "pixel"
|
|
27383
27383
|
};
|
|
27384
|
-
const _hoisted_4$
|
|
27384
|
+
const _hoisted_4$6 = { class: "m-05 flex opacity-7 z-99" };
|
|
27385
27385
|
const _hoisted_5$5 = { class: "flex gap-025 rounded pe-1 ps-05 py-025 bg-gray-80 -my-1" };
|
|
27386
27386
|
const _hoisted_6$5 = { class: "ellipsis-1 word-break-all h-20 m-0 color-black txt16" };
|
|
27387
27387
|
const _hoisted_7$4 = {
|
|
@@ -27546,7 +27546,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
27546
27546
|
key: path_key,
|
|
27547
27547
|
class: "txt-gray txt-12 flex"
|
|
27548
27548
|
}, [
|
|
27549
|
-
vue.createElementVNode("div", _hoisted_4$
|
|
27549
|
+
vue.createElementVNode("div", _hoisted_4$6, [
|
|
27550
27550
|
vue.withDirectives(vue.createVNode(vue.unref(Btn), {
|
|
27551
27551
|
color: "gray",
|
|
27552
27552
|
thin: "",
|
|
@@ -32825,14 +32825,15 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
32825
32825
|
}
|
|
32826
32826
|
});
|
|
32827
32827
|
const TabsNav = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-6ece2018"]]);
|
|
32828
|
-
const _hoisted_1$e = {
|
|
32828
|
+
const _hoisted_1$e = { class: "txt-start" };
|
|
32829
|
+
const _hoisted_2$9 = {
|
|
32829
32830
|
key: 0,
|
|
32830
|
-
class: "txt10
|
|
32831
|
+
class: "txt10 m-0 p-0 txt-gray ellipsis"
|
|
32831
32832
|
};
|
|
32832
|
-
const
|
|
32833
|
-
const
|
|
32833
|
+
const _hoisted_3$7 = { class: "m-0 p-0 ellipsis-1 line-height-14 pb-025" };
|
|
32834
|
+
const _hoisted_4$5 = {
|
|
32834
32835
|
key: 1,
|
|
32835
|
-
class: "txt12
|
|
32836
|
+
class: "txt12 m-0 p-0 opacity-7 ellipsis-1"
|
|
32836
32837
|
};
|
|
32837
32838
|
const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
32838
32839
|
__name: "ListItem",
|
|
@@ -32849,6 +32850,8 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
32849
32850
|
lead: {},
|
|
32850
32851
|
iconEnd: {},
|
|
32851
32852
|
target: {},
|
|
32853
|
+
thin: { type: Boolean },
|
|
32854
|
+
fullWidth: { type: Boolean },
|
|
32852
32855
|
onClick: { type: Function }
|
|
32853
32856
|
},
|
|
32854
32857
|
setup(__props) {
|
|
@@ -32859,6 +32862,9 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
32859
32862
|
if (props2.onClick) return "button";
|
|
32860
32863
|
return "div";
|
|
32861
32864
|
});
|
|
32865
|
+
const isClickable = vue.computed(() => {
|
|
32866
|
+
return props2.to || props2.href || props2.onClick;
|
|
32867
|
+
});
|
|
32862
32868
|
const bind3 = vue.computed(() => {
|
|
32863
32869
|
const obj = {};
|
|
32864
32870
|
if (props2.to) obj.to = props2.to;
|
|
@@ -32872,8 +32878,14 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
32872
32878
|
return obj;
|
|
32873
32879
|
});
|
|
32874
32880
|
return (_ctx, _cache) => {
|
|
32875
|
-
|
|
32876
|
-
|
|
32881
|
+
const _directive_ripple = vue.resolveDirective("ripple");
|
|
32882
|
+
return vue.withDirectives((vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(isComponent.value), vue.mergeProps(bind3.value, {
|
|
32883
|
+
class: ["flex gap-05 list-item", {
|
|
32884
|
+
"py-1": !props2.thin,
|
|
32885
|
+
"py-05": props2.thin,
|
|
32886
|
+
"px-1": !props2.fullWidth,
|
|
32887
|
+
"px-0": props2.fullWidth
|
|
32888
|
+
}],
|
|
32877
32889
|
onClick: _ctx.onClick
|
|
32878
32890
|
}), {
|
|
32879
32891
|
default: vue.withCtx(() => [
|
|
@@ -32890,28 +32902,33 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
32890
32902
|
class: "color-primary",
|
|
32891
32903
|
icon: _ctx.icon
|
|
32892
32904
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
32893
|
-
vue.createElementVNode("div",
|
|
32894
|
-
_ctx.lead ? (vue.openBlock(), vue.createElementBlock("p",
|
|
32905
|
+
vue.createElementVNode("div", _hoisted_1$e, [
|
|
32906
|
+
_ctx.lead ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$9, [
|
|
32895
32907
|
vue.createTextVNode(vue.toDisplayString(_ctx.lead) + " ", 1),
|
|
32896
32908
|
vue.renderSlot(_ctx.$slots, "lead")
|
|
32897
32909
|
])) : vue.createCommentVNode("", true),
|
|
32898
|
-
vue.createElementVNode("p",
|
|
32910
|
+
vue.createElementVNode("p", _hoisted_3$7, [
|
|
32899
32911
|
vue.createTextVNode(vue.toDisplayString(_ctx.title) + " ", 1),
|
|
32900
32912
|
vue.renderSlot(_ctx.$slots, "default")
|
|
32901
32913
|
]),
|
|
32902
|
-
_ctx.subtitle ? (vue.openBlock(), vue.createElementBlock("p",
|
|
32914
|
+
_ctx.subtitle ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_4$5, [
|
|
32903
32915
|
vue.createTextVNode(vue.toDisplayString(_ctx.subtitle) + " ", 1),
|
|
32904
32916
|
vue.renderSlot(_ctx.$slots, "subtitle")
|
|
32905
32917
|
])) : vue.createCommentVNode("", true)
|
|
32906
32918
|
]),
|
|
32907
|
-
|
|
32908
|
-
|
|
32909
|
-
|
|
32910
|
-
|
|
32911
|
-
|
|
32919
|
+
_cache[0] || (_cache[0] = vue.createElementVNode("div", { class: "flex-grow-1" }, null, -1)),
|
|
32920
|
+
vue.renderSlot(_ctx.$slots, "action", {}, () => [
|
|
32921
|
+
_ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$s), {
|
|
32922
|
+
key: 0,
|
|
32923
|
+
icon: _ctx.iconEnd,
|
|
32924
|
+
class: "transition-400"
|
|
32925
|
+
}, null, 8, ["icon"])) : vue.createCommentVNode("", true)
|
|
32926
|
+
])
|
|
32912
32927
|
]),
|
|
32913
32928
|
_: 3
|
|
32914
|
-
}, 16, ["onClick"])
|
|
32929
|
+
}, 16, ["class", "onClick"])), [
|
|
32930
|
+
[_directive_ripple, isClickable.value]
|
|
32931
|
+
]);
|
|
32915
32932
|
};
|
|
32916
32933
|
}
|
|
32917
32934
|
});
|
|
@@ -33159,7 +33176,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
33159
33176
|
});
|
|
33160
33177
|
return (_ctx, _cache) => {
|
|
33161
33178
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
33162
|
-
class: vue.normalizeClass(["bg-dark", { "is-side": _ctx.side, "is-active": vue.unref(isVisible), "bg-lignt": false }]),
|
|
33179
|
+
class: vue.normalizeClass(["bg-dark-modal", { "is-side": _ctx.side, "is-active": vue.unref(isVisible), "bg-lignt": false }]),
|
|
33163
33180
|
onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
|
|
33164
33181
|
onKeydown: vue.withKeys(closeModal, ["esc"])
|
|
33165
33182
|
}, [
|
|
@@ -36497,14 +36514,18 @@ function getBrowserNavigatorLocale() {
|
|
|
36497
36514
|
if (typeof navigator !== "object") return "en-US";
|
|
36498
36515
|
return navigator.languages && navigator.languages.length ? navigator.languages[0] : navigator.language;
|
|
36499
36516
|
}
|
|
36500
|
-
function handleTimezone(date2,
|
|
36517
|
+
function handleTimezone(date2, intFmtOpt) {
|
|
36501
36518
|
if (intFmtOpt.timeZone === "UTC") {
|
|
36502
36519
|
const utcDate = new Date(date2.getTime());
|
|
36503
36520
|
utcDate.setMinutes(utcDate.getMinutes() + date2.getTimezoneOffset());
|
|
36504
36521
|
return utcDate;
|
|
36505
36522
|
}
|
|
36506
36523
|
try {
|
|
36507
|
-
const formatter = new Intl.DateTimeFormat(
|
|
36524
|
+
const formatter = new Intl.DateTimeFormat("en-US", {
|
|
36525
|
+
...intFmtOpt,
|
|
36526
|
+
month: "numeric"
|
|
36527
|
+
// Force numeric month format
|
|
36528
|
+
});
|
|
36508
36529
|
const formattedParts = formatter.formatToParts(date2);
|
|
36509
36530
|
const parts = {};
|
|
36510
36531
|
formattedParts.forEach((part) => {
|
|
@@ -36528,7 +36549,8 @@ function handleTimezone(date2, locale2, intFmtOpt) {
|
|
|
36528
36549
|
}
|
|
36529
36550
|
}
|
|
36530
36551
|
function getDatePartsMap(date2, locale2, intFmtOpt) {
|
|
36531
|
-
const d2 = (intFmtOpt == null ? void 0 : intFmtOpt.timeZone) ? handleTimezone(date2,
|
|
36552
|
+
const d2 = (intFmtOpt == null ? void 0 : intFmtOpt.timeZone) ? handleTimezone(date2, intFmtOpt) : date2;
|
|
36553
|
+
const year = d2.getFullYear().toString();
|
|
36532
36554
|
return {
|
|
36533
36555
|
AmPm: d2.toLocaleString(locale2, { hour: "numeric", hour12: true, minute: "numeric" }).split(" ")[1],
|
|
36534
36556
|
DD: String(d2.getDate()).padStart(2, "0"),
|
|
@@ -36541,8 +36563,9 @@ function getDatePartsMap(date2, locale2, intFmtOpt) {
|
|
|
36541
36563
|
MMMM: d2.toLocaleString(locale2, { month: "long" }),
|
|
36542
36564
|
ss: String(d2.getSeconds()).padStart(2, "0"),
|
|
36543
36565
|
sss: String(d2.getMilliseconds()).padStart(3, "0"),
|
|
36544
|
-
|
|
36545
|
-
|
|
36566
|
+
// Always use Latin numerals for year to ensure consistency
|
|
36567
|
+
YY: year.slice(-2),
|
|
36568
|
+
YYYY: year
|
|
36546
36569
|
};
|
|
36547
36570
|
}
|
|
36548
36571
|
const _datePartsMapNow = getDatePartsMap(/* @__PURE__ */ new Date(), getBrowserNavigatorLocale());
|