@bagelink/vue 1.15.106 → 1.15.110
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 +3 -0
- package/dist/components/AddressSearch.vue.d.ts.map +1 -1
- package/dist/components/Badge.vue.d.ts +5 -0
- package/dist/components/Badge.vue.d.ts.map +1 -1
- package/dist/components/Card.vue.d.ts +4 -0
- package/dist/components/Card.vue.d.ts.map +1 -1
- package/dist/components/Dropdown.vue.d.ts +4 -0
- package/dist/components/Dropdown.vue.d.ts.map +1 -1
- package/dist/components/calendar/CalendarPopover.vue.d.ts +6 -0
- package/dist/components/calendar/CalendarPopover.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts +6 -0
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/index.cjs +24 -24
- package/dist/index.mjs +156 -147
- package/dist/style.css +1 -1
- package/dist/utils/constants.d.ts +6 -0
- package/dist/utils/constants.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/Badge.vue +11 -0
- package/src/components/Card.vue +13 -3
- package/src/components/Dropdown.vue +5 -1
- package/src/components/form/inputs/DatePicker.vue +1 -1
- package/src/styles/bagel.css +75 -74
- package/src/styles/color-variants.css +9 -1
- package/src/styles/input-variants.css +1 -1
- package/src/styles/inputs.css +9 -0
- package/src/styles/layout.css +32 -20
- package/src/styles/mobilLayout.css +22 -21
- package/src/styles/theme.css +28 -4
- package/src/styles/xlLayout.css +41 -0
- package/src/utils/constants.ts +7 -0
package/dist/index.mjs
CHANGED
|
@@ -7269,6 +7269,7 @@ var Y3 = {
|
|
|
7269
7269
|
overflowX: { type: Boolean },
|
|
7270
7270
|
overflowY: { type: Boolean },
|
|
7271
7271
|
frame: { type: Boolean },
|
|
7272
|
+
frost: { type: Boolean },
|
|
7272
7273
|
color: {},
|
|
7273
7274
|
gradient: { type: [Boolean, String] },
|
|
7274
7275
|
gradientDir: {},
|
|
@@ -7279,7 +7280,10 @@ var Y3 = {
|
|
|
7279
7280
|
gradient: () => n.gradient,
|
|
7280
7281
|
gradientDir: () => n.gradientDir,
|
|
7281
7282
|
color: () => n.color
|
|
7282
|
-
}), o = A(() =>
|
|
7283
|
+
}), o = A(() => {
|
|
7284
|
+
if (a.value) return `pair-${n.color || "primary"}`;
|
|
7285
|
+
if (n.frost) return `pair-${n.color || "white"}`;
|
|
7286
|
+
}), i = A(() => {
|
|
7283
7287
|
const d = {};
|
|
7284
7288
|
return n.href !== void 0 && n.href !== "" ? d.href = n.href : n.to !== void 0 && n.to !== "" && (d.to = n.to), d;
|
|
7285
7289
|
}), l = A(() => n.href !== void 0 && n.href !== "" ? "a" : n.to !== void 0 && n.to !== "" ? "router-link" : "div"), s = A(() => !!(n.title || t.header || t["header-action"] || t["top-start"] || t["top-end"])), u = A(() => !!(t.footer || t["bottom-start"] || t["bottom-end"]));
|
|
@@ -7294,7 +7298,8 @@ var Y3 = {
|
|
|
7294
7298
|
"overflow-x": e.overflowX,
|
|
7295
7299
|
"overflow-y": e.overflowY,
|
|
7296
7300
|
card_frame: e.frame,
|
|
7297
|
-
gradient: y(a)
|
|
7301
|
+
gradient: y(a),
|
|
7302
|
+
frost: e.frost && !y(a)
|
|
7298
7303
|
}, o.value]],
|
|
7299
7304
|
style: y(r)
|
|
7300
7305
|
}), {
|
|
@@ -12094,6 +12099,7 @@ var WE = /* @__PURE__ */ _e({
|
|
|
12094
12099
|
frame: { type: Boolean },
|
|
12095
12100
|
glass: { type: Boolean },
|
|
12096
12101
|
dot: { type: Boolean },
|
|
12102
|
+
flush: { type: Boolean },
|
|
12097
12103
|
border: { type: Boolean },
|
|
12098
12104
|
loading: { type: Boolean },
|
|
12099
12105
|
value: {},
|
|
@@ -12129,7 +12135,8 @@ var WE = /* @__PURE__ */ _e({
|
|
|
12129
12135
|
pillSmall: l.value === "sm",
|
|
12130
12136
|
m_pillLarge: s.value === "lg",
|
|
12131
12137
|
m_pillMd: s.value === "md",
|
|
12132
|
-
m_pillSmall: s.value === "sm"
|
|
12138
|
+
m_pillSmall: s.value === "sm",
|
|
12139
|
+
"bgl_pill-flush": t.flush
|
|
12133
12140
|
};
|
|
12134
12141
|
return c[i.value] = !0, c;
|
|
12135
12142
|
});
|
|
@@ -12170,7 +12177,7 @@ var WE = /* @__PURE__ */ _e({
|
|
|
12170
12177
|
}, e.btnEnd), null, 16)) : z("", !0)
|
|
12171
12178
|
], 2)])], 14, lC));
|
|
12172
12179
|
}
|
|
12173
|
-
}), Pi = /* @__PURE__ */ Ne(cC, [["__scopeId", "data-v-
|
|
12180
|
+
}), Pi = /* @__PURE__ */ Ne(cC, [["__scopeId", "data-v-8d5aa2b7"]]);
|
|
12174
12181
|
function ic(e) {
|
|
12175
12182
|
return Rm() ? (Fm(e), !0) : !1;
|
|
12176
12183
|
}
|
|
@@ -15513,6 +15520,7 @@ var qx = {
|
|
|
15513
15520
|
icon: {},
|
|
15514
15521
|
color: {},
|
|
15515
15522
|
triggerClass: {},
|
|
15523
|
+
popupClass: {},
|
|
15516
15524
|
iconEnd: {},
|
|
15517
15525
|
border: { type: Boolean },
|
|
15518
15526
|
outline: { type: Boolean },
|
|
@@ -15750,10 +15758,10 @@ var qx = {
|
|
|
15750
15758
|
ref_key: "popoverRef",
|
|
15751
15759
|
ref: s,
|
|
15752
15760
|
popover: "manual",
|
|
15753
|
-
class: re(["bgl-dropdown m-0 p-0 border-none", {
|
|
15761
|
+
class: re(["bgl-dropdown m-0 p-0 border-none", [r.popupClass, {
|
|
15754
15762
|
"bgl-dropdown--no-positioning": p.value,
|
|
15755
15763
|
"bg-white shadow": r.card
|
|
15756
|
-
}]),
|
|
15764
|
+
}]]),
|
|
15757
15765
|
role: "menu",
|
|
15758
15766
|
style: { "border-radius": "var(--bgl-card-border-radius)" },
|
|
15759
15767
|
onToggle: I,
|
|
@@ -18037,7 +18045,7 @@ var sv = class td {
|
|
|
18037
18045
|
O.setHours(Y), O.setMinutes(le), $(O);
|
|
18038
18046
|
} else $(new Date(W.getFullYear(), W.getMonth(), W.getDate()));
|
|
18039
18047
|
}
|
|
18040
|
-
return (W, O) => (_(), S("div", { class: re(["ltr gap-075 m_flex-wrap calendar-container justify-content-center h-100p
|
|
18048
|
+
return (W, O) => (_(), S("div", { class: re(["ltr gap-075 m_flex-wrap calendar-container justify-content-center h-100p", { flex: !e.autoSize }]) }, [L("div", _4, [L("div", w4, [s.value === "days" ? (_(), S(ge, { key: 0 }, [
|
|
18041
18049
|
J(y(he), {
|
|
18042
18050
|
flat: "",
|
|
18043
18051
|
thin: "",
|
|
@@ -18152,7 +18160,7 @@ var sv = class td {
|
|
|
18152
18160
|
])
|
|
18153
18161
|
])])) : z("", !0)], 2));
|
|
18154
18162
|
}
|
|
18155
|
-
}), M4 = /* @__PURE__ */ Ne(D4, [["__scopeId", "data-v-
|
|
18163
|
+
}), M4 = /* @__PURE__ */ Ne(D4, [["__scopeId", "data-v-ff330459"]]), L4 = {
|
|
18156
18164
|
key: 0,
|
|
18157
18165
|
class: "label-text"
|
|
18158
18166
|
}, P4 = { key: 0 }, I4 = /* @__PURE__ */ _e({
|
|
@@ -18350,7 +18358,7 @@ var sv = class td {
|
|
|
18350
18358
|
}, 8, ["shown"])])], 6));
|
|
18351
18359
|
}
|
|
18352
18360
|
}), Cl = I4;
|
|
18353
|
-
const DH = 910, N4 = [
|
|
18361
|
+
const DH = 910, MH = 1280, N4 = [
|
|
18354
18362
|
"jpeg",
|
|
18355
18363
|
"png",
|
|
18356
18364
|
"webp",
|
|
@@ -18698,7 +18706,7 @@ var B4 = ["title"], F4 = ["for"], V4 = {
|
|
|
18698
18706
|
}, null, 42, K4)], 14, Y4);
|
|
18699
18707
|
};
|
|
18700
18708
|
}
|
|
18701
|
-
}),
|
|
18709
|
+
}), LH = /* @__PURE__ */ Ne(J4, [["__scopeId", "data-v-6270e2f2"]]), Z4 = { class: "markdown-editor" }, Q4 = {
|
|
18702
18710
|
key: 0,
|
|
18703
18711
|
class: "txt10 opacity-6 -mb-1 w100p txt-end"
|
|
18704
18712
|
}, e8 = {
|
|
@@ -18836,7 +18844,7 @@ var B4 = ["title"], F4 = ["for"], V4 = {
|
|
|
18836
18844
|
})
|
|
18837
18845
|
])) : z("", !0)]));
|
|
18838
18846
|
}
|
|
18839
|
-
}),
|
|
18847
|
+
}), PH = /* @__PURE__ */ Ne(t8, [["__scopeId", "data-v-911cd1d1"]]), n8 = {
|
|
18840
18848
|
key: 0,
|
|
18841
18849
|
class: "block"
|
|
18842
18850
|
}, a8 = { class: "label-text" }, r8 = { key: 0 }, o8 = { class: "input-icon-wrap flex-grow-1" }, i8 = [
|
|
@@ -19149,7 +19157,7 @@ var B4 = ["title"], F4 = ["for"], V4 = {
|
|
|
19149
19157
|
}, ["prevent"]))
|
|
19150
19158
|
}, null, 40, c8))), 128))], 2), e.error ? (_(), S("div", f8, te(e.error), 1)) : z("", !0)], 6));
|
|
19151
19159
|
}
|
|
19152
|
-
}),
|
|
19160
|
+
}), IH = /* @__PURE__ */ Ne(p8, [["__scopeId", "data-v-3107ec1d"]]), ad = (e, t) => e.push.apply(e, t), co = (e) => e.sort((t, n) => t.i - n.i || t.j - n.j), cp = (e) => {
|
|
19153
19161
|
const t = {};
|
|
19154
19162
|
let n = 1;
|
|
19155
19163
|
return e.forEach((a) => {
|
|
@@ -22766,7 +22774,7 @@ const Vv = (e) => {
|
|
|
22766
22774
|
l = o[i], s = u.get(l), s === void 0 && u.set(l, s = i ? /* @__PURE__ */ new Map() : uD(t)), u = s;
|
|
22767
22775
|
return s;
|
|
22768
22776
|
};
|
|
22769
|
-
var
|
|
22777
|
+
var NH = Vv(), yc = {
|
|
22770
22778
|
http: null,
|
|
22771
22779
|
xhr: eD,
|
|
22772
22780
|
fetch: { get: Vv }
|
|
@@ -23208,7 +23216,7 @@ Rt.getAdapter = zv.getAdapter;
|
|
|
23208
23216
|
Rt.HttpStatusCode = bD;
|
|
23209
23217
|
Rt.default = Rt;
|
|
23210
23218
|
var _c = Rt, Ur = _c;
|
|
23211
|
-
function
|
|
23219
|
+
function OH(e = {}) {
|
|
23212
23220
|
e.baseURL !== void 0 && (Ur = _c.create({ baseURL: e.baseURL }));
|
|
23213
23221
|
}
|
|
23214
23222
|
const eu = {
|
|
@@ -23667,7 +23675,7 @@ const HD = [
|
|
|
23667
23675
|
"separator",
|
|
23668
23676
|
"splitView",
|
|
23669
23677
|
"fullScreen"
|
|
23670
|
-
],
|
|
23678
|
+
], RH = [
|
|
23671
23679
|
"h1",
|
|
23672
23680
|
"h2",
|
|
23673
23681
|
"h3",
|
|
@@ -28663,7 +28671,7 @@ var tM = class fd extends Q6 {
|
|
|
28663
28671
|
}, null, 8, oM)
|
|
28664
28672
|
], 38));
|
|
28665
28673
|
}
|
|
28666
|
-
}),
|
|
28674
|
+
}), BH = iM;
|
|
28667
28675
|
function lM() {
|
|
28668
28676
|
return typeof window < "u" ? window.console : global.console;
|
|
28669
28677
|
}
|
|
@@ -30194,7 +30202,7 @@ var vd = [
|
|
|
30194
30202
|
], 8, WM);
|
|
30195
30203
|
};
|
|
30196
30204
|
}
|
|
30197
|
-
}),
|
|
30205
|
+
}), FH = /* @__PURE__ */ Ne(XM, [["__scopeId", "data-v-7860c56d"]]), KM = {
|
|
30198
30206
|
version: 4,
|
|
30199
30207
|
country_calling_codes: {
|
|
30200
30208
|
1: [
|
|
@@ -39544,7 +39552,7 @@ var ZP = {
|
|
|
39544
39552
|
onLoad: d[0] || (d[0] = (c) => a("load", c))
|
|
39545
39553
|
}, null, 40, fI));
|
|
39546
39554
|
}
|
|
39547
|
-
}),
|
|
39555
|
+
}), VH = pI;
|
|
39548
39556
|
const Ac = "66px", h0 = "82px", m0 = /* @__PURE__ */ Symbol("AppLayout");
|
|
39549
39557
|
function g0() {
|
|
39550
39558
|
const e = Tr(m0, null);
|
|
@@ -39609,7 +39617,7 @@ var hI = { class: "flex align-items-center gap-col-075 m_flex-wrap m_pe-075" },
|
|
|
39609
39617
|
L("div", gI, [$e(r.$slots, "header-right", {}, void 0, !0)])
|
|
39610
39618
|
], 2), L("main", vI, [$e(r.$slots, "content", {}, () => [$e(r.$slots, "default", {}, void 0, !0)], !0)])], 2));
|
|
39611
39619
|
}
|
|
39612
|
-
}),
|
|
39620
|
+
}), zH = /* @__PURE__ */ Ne(bI, [["__scopeId", "data-v-cc7e0128"]]), Za = [], Vi = !1;
|
|
39613
39621
|
function Ch(e) {
|
|
39614
39622
|
if (e.key === "Escape") {
|
|
39615
39623
|
for (let t = Za.length - 1; t >= 0; t--) if (Za[t].enabled()) {
|
|
@@ -39737,7 +39745,7 @@ var yI = { class: "app-layout vh-100 relative" }, _I = { class: "page-content ov
|
|
|
39737
39745
|
})), void 0, !0)])], 4)
|
|
39738
39746
|
]));
|
|
39739
39747
|
}
|
|
39740
|
-
}),
|
|
39748
|
+
}), HH = /* @__PURE__ */ Ne(wI, [["__scopeId", "data-v-64240097"]]), $I = { class: "nav-text" }, SI = {
|
|
39741
39749
|
key: 1,
|
|
39742
39750
|
class: "sidebar-group w100p"
|
|
39743
39751
|
}, EI = { class: "nav-text flex-grow" }, CI = { class: "sidebar-children-inner ps-1" }, kI = { class: "nav-text" }, xI = { class: "nav-text" }, TI = { class: "sidebar-flyout p-05 min-w-180px display-flex gap-025 column" }, AI = { class: "sidebar-flyout-label m-0 semi opacity-5 uppercase" }, DI = /* @__PURE__ */ _e({
|
|
@@ -40052,7 +40060,7 @@ var yI = { class: "app-layout vh-100 relative" }, _I = { class: "page-content ov
|
|
|
40052
40060
|
], 6)], 6);
|
|
40053
40061
|
};
|
|
40054
40062
|
}
|
|
40055
|
-
}),
|
|
40063
|
+
}), UH = BI, FI = { class: "m-0 pb-025 txt10 line-height-1 w60 menu-text" }, VI = /* @__PURE__ */ _e({
|
|
40056
40064
|
__name: "BottomMenu",
|
|
40057
40065
|
props: { navLinks: {} },
|
|
40058
40066
|
setup(e) {
|
|
@@ -40077,7 +40085,7 @@ var yI = { class: "app-layout vh-100 relative" }, _I = { class: "page-content ov
|
|
|
40077
40085
|
_: 3
|
|
40078
40086
|
}));
|
|
40079
40087
|
}
|
|
40080
|
-
}),
|
|
40088
|
+
}), WH = /* @__PURE__ */ Ne(VI, [["__scopeId", "data-v-bf0ed739"]]), zI = { class: "bgl-divider-label flex-shrink-0 white-space-nowrap" }, HI = /* @__PURE__ */ _e({
|
|
40081
40089
|
name: "BglDivider",
|
|
40082
40090
|
__name: "Divider",
|
|
40083
40091
|
props: {
|
|
@@ -40111,7 +40119,7 @@ var yI = { class: "app-layout vh-100 relative" }, _I = { class: "page-content ov
|
|
|
40111
40119
|
role: "separator"
|
|
40112
40120
|
}, null, 2));
|
|
40113
40121
|
}
|
|
40114
|
-
}),
|
|
40122
|
+
}), jH = /* @__PURE__ */ Ne(HI, [["__scopeId", "data-v-356e6ee7"]]), UI = /* @__PURE__ */ _e({
|
|
40115
40123
|
__name: "Layout",
|
|
40116
40124
|
props: {
|
|
40117
40125
|
gap: { default: 0.5 },
|
|
@@ -40145,7 +40153,7 @@ var yI = { class: "app-layout vh-100 relative" }, _I = { class: "page-content ov
|
|
|
40145
40153
|
const r = A(() => a(t.rows)), o = A(() => `${t.gap}rem`), i = A(() => t.mGap !== void 0 ? `${t.mGap}rem` : o.value), l = A(() => t.mRows?.length ? a(t.mRows) : r.value), s = A(() => a(t.columns)), u = A(() => t.mColumns?.length ? a(t.mColumns) : s.value);
|
|
40146
40154
|
return (d, c) => (_(), S("div", { class: re(["layout", { "layout-h-100": e.h100 }]) }, [$e(d.$slots, "default", {}, void 0, !0)], 2));
|
|
40147
40155
|
}
|
|
40148
|
-
}),
|
|
40156
|
+
}), qH = /* @__PURE__ */ Ne(UI, [["__scopeId", "data-v-3e416ebc"]]);
|
|
40149
40157
|
const v0 = /* @__PURE__ */ Symbol("Resizable");
|
|
40150
40158
|
var WI = 0;
|
|
40151
40159
|
function jI() {
|
|
@@ -40362,7 +40370,7 @@ var GI = { class: "panel__content" }, YI = /* @__PURE__ */ _e({
|
|
|
40362
40370
|
onPointerdown: g[0] || (g[0] = (w) => y(o).onHandlePointerDown(y(i), w))
|
|
40363
40371
|
}, [...g[1] || (g[1] = [L("div", { class: "panel__handle-bar" }, null, -1)])], 34)) : z("", !0)], 6));
|
|
40364
40372
|
}
|
|
40365
|
-
}),
|
|
40373
|
+
}), GH = /* @__PURE__ */ Ne(YI, [["__scopeId", "data-v-2ed31dc2"]]), XI = /* @__PURE__ */ _e({
|
|
40366
40374
|
name: "BglResizable",
|
|
40367
40375
|
__name: "Resizable",
|
|
40368
40376
|
props: {
|
|
@@ -40391,7 +40399,7 @@ var GI = { class: "panel__content" }, YI = /* @__PURE__ */ _e({
|
|
|
40391
40399
|
class: re(["resizable", i.value ? "resizable--row" : "resizable--col"])
|
|
40392
40400
|
}, [$e(l.$slots, "default", {}, void 0, !0)], 2));
|
|
40393
40401
|
}
|
|
40394
|
-
}),
|
|
40402
|
+
}), YH = /* @__PURE__ */ Ne(XI, [["__scopeId", "data-v-fda4fba5"]]), KI = { key: 0 }, JI = /* @__PURE__ */ _e({
|
|
40395
40403
|
__name: "SidebarMenu",
|
|
40396
40404
|
props: {
|
|
40397
40405
|
navLinks: {},
|
|
@@ -40445,7 +40453,7 @@ var GI = { class: "panel__content" }, YI = /* @__PURE__ */ _e({
|
|
|
40445
40453
|
})], 2);
|
|
40446
40454
|
};
|
|
40447
40455
|
}
|
|
40448
|
-
}),
|
|
40456
|
+
}), XH = /* @__PURE__ */ Ne(JI, [["__scopeId", "data-v-c8d5bd46"]]), ZI = /* @__PURE__ */ _e({
|
|
40449
40457
|
name: "BglSkeleton",
|
|
40450
40458
|
__name: "Skeleton",
|
|
40451
40459
|
props: {
|
|
@@ -40512,7 +40520,7 @@ var GI = { class: "panel__content" }, YI = /* @__PURE__ */ _e({
|
|
|
40512
40520
|
class: "list-content"
|
|
40513
40521
|
}, [$e(i.$slots, s, { key: s }, void 0, !0)]))), 128))], 2));
|
|
40514
40522
|
}
|
|
40515
|
-
}),
|
|
40523
|
+
}), KH = /* @__PURE__ */ Ne(n7, [["__scopeId", "data-v-452d7195"]]), zi = Ar(/* @__PURE__ */ new Map());
|
|
40516
40524
|
function Mc(e) {
|
|
40517
40525
|
return zi.has(e) || zi.set(e, Ar({ currentTab: void 0 })), { currentTab: A({
|
|
40518
40526
|
get: () => zi.get(e).currentTab,
|
|
@@ -40555,7 +40563,7 @@ var a7 = { key: 0 }, r7 = /* @__PURE__ */ _e({
|
|
|
40555
40563
|
"group"
|
|
40556
40564
|
]), y(i) ? (_(), S("div", a7, [y(r)[y(i)] ? $e(d.$slots, y(i), { key: 0 }) : y(i) ? (_(), oe(qt(y(u)), { key: 1 })) : z("", !0)])) : z("", !0)], 64));
|
|
40557
40565
|
}
|
|
40558
|
-
}),
|
|
40566
|
+
}), JH = r7, o7 = { class: "bgl-tl-rail flex-column align-items-center flex-shrink-0" }, i7 = {
|
|
40559
40567
|
key: 1,
|
|
40560
40568
|
class: "bgl-tl-dot"
|
|
40561
40569
|
}, l7 = {
|
|
@@ -40633,14 +40641,14 @@ var a7 = { key: 0 }, r7 = /* @__PURE__ */ _e({
|
|
|
40633
40641
|
"last"
|
|
40634
40642
|
]))), 128)) : $e(n.$slots, "items", { key: 1 }, void 0, !0)]));
|
|
40635
40643
|
}
|
|
40636
|
-
}),
|
|
40644
|
+
}), ZH = /* @__PURE__ */ Ne(m7, [["__scopeId", "data-v-3845cd6b"]]), g7 = /* @__PURE__ */ _e({
|
|
40637
40645
|
__name: "TabsBody",
|
|
40638
40646
|
props: { group: {} },
|
|
40639
40647
|
setup(e) {
|
|
40640
40648
|
const { currentTab: t } = Mc(e.group);
|
|
40641
40649
|
return (n, a) => y(t) ? $e(n.$slots, y(t), { key: 0 }) : z("", !0);
|
|
40642
40650
|
}
|
|
40643
|
-
}),
|
|
40651
|
+
}), QH = g7, v7 = ["onClick"], b7 = /* @__PURE__ */ _e({
|
|
40644
40652
|
__name: "TabsNav",
|
|
40645
40653
|
props: {
|
|
40646
40654
|
title: {},
|
|
@@ -40967,7 +40975,7 @@ var D7 = /* @__PURE__ */ Ne(C7, [["render", A7]]), M7 = ["id"], L7 = '<svg width
|
|
|
40967
40975
|
dir: "ltr"
|
|
40968
40976
|
}, null, 12, M7));
|
|
40969
40977
|
}
|
|
40970
|
-
}),
|
|
40978
|
+
}), eU = I7, N7 = { class: "flex space-between m_w-100vw overflow m_-ms-1 m_-me-1 m_px-1 m_pt-025 m_pb-05 bglTopMenu" }, O7 = { class: "flex gap-025 m_gap-05" }, R7 = { class: "-ms-025" }, B7 = { class: "-ms-025" }, F7 = { class: "-ms-025" }, V7 = /* @__PURE__ */ _e({
|
|
40971
40979
|
__name: "Menu",
|
|
40972
40980
|
props: { items: {} },
|
|
40973
40981
|
setup(e) {
|
|
@@ -41041,7 +41049,7 @@ var D7 = /* @__PURE__ */ Ne(C7, [["render", A7]]), M7 = ["id"], L7 = '<svg width
|
|
|
41041
41049
|
"onClick"
|
|
41042
41050
|
]))], 64))), 128))]), $e(t.$slots, "end", {}, void 0, !0)]));
|
|
41043
41051
|
}
|
|
41044
|
-
}),
|
|
41052
|
+
}), tU = /* @__PURE__ */ Ne(V7, [["__scopeId", "data-v-8986c332"]]), z7 = { class: "full-nav" }, H7 = { class: "nav-scroll" }, U7 = { class: "nav-links-wrapper" }, W7 = { class: "tooltip" }, j7 = { class: "bot-buttons-wrapper" }, q7 = { class: "tooltip" }, G7 = /* @__PURE__ */ _e({
|
|
41045
41053
|
__name: "NavBar",
|
|
41046
41054
|
props: {
|
|
41047
41055
|
footerLinks: { default: () => [] },
|
|
@@ -41095,7 +41103,7 @@ var D7 = /* @__PURE__ */ Ne(C7, [["render", A7]]), M7 = ["id"], L7 = '<svg width
|
|
|
41095
41103
|
}, 1032, ["to", "onClick"]))), 128)), $e(r.$slots, "floor", {}, void 0, !0)])])
|
|
41096
41104
|
], 2));
|
|
41097
41105
|
}
|
|
41098
|
-
}),
|
|
41106
|
+
}), nU = /* @__PURE__ */ Ne(G7, [["__scopeId", "data-v-2f4dcf67"]]), Y7 = { class: "page-top flex gap-1" }, X7 = { class: "grid gap-025" }, K7 = { class: "m-0 semibold txt-20 m_txt16 line-height-1" }, J7 = {
|
|
41099
41107
|
key: 0,
|
|
41100
41108
|
class: "top-subtitle m-0 txt-13 m_txt12 align-items-center line-height-12 opacity-6"
|
|
41101
41109
|
}, Z7 = /* @__PURE__ */ _e({
|
|
@@ -41265,7 +41273,7 @@ var D7 = /* @__PURE__ */ Ne(C7, [["render", A7]]), M7 = ["id"], L7 = '<svg width
|
|
|
41265
41273
|
}, null, 8, ["disabled"])
|
|
41266
41274
|
], 64))], 512)) : z("", !0)])) : z("", !0);
|
|
41267
41275
|
}
|
|
41268
|
-
}),
|
|
41276
|
+
}), aU = /* @__PURE__ */ Ne(oN, [["__scopeId", "data-v-2790fd74"]]), iN = {
|
|
41269
41277
|
key: 1,
|
|
41270
41278
|
class: "flex gap-075 align-items-center"
|
|
41271
41279
|
}, lN = {
|
|
@@ -41314,7 +41322,7 @@ var D7 = /* @__PURE__ */ Ne(C7, [["render", A7]]), M7 = ["id"], L7 = '<svg width
|
|
|
41314
41322
|
$e(i.$slots, "default", {}, void 0, !0)
|
|
41315
41323
|
]));
|
|
41316
41324
|
}
|
|
41317
|
-
}),
|
|
41325
|
+
}), rU = /* @__PURE__ */ Ne(sN, [["__scopeId", "data-v-5658f84c"]]), uN = { class: "rating" }, dN = /* @__PURE__ */ _e({
|
|
41318
41326
|
__name: "Rating",
|
|
41319
41327
|
props: {
|
|
41320
41328
|
rating: {},
|
|
@@ -41355,7 +41363,7 @@ var D7 = /* @__PURE__ */ Ne(C7, [["render", A7]]), M7 = ["id"], L7 = '<svg width
|
|
|
41355
41363
|
"style"
|
|
41356
41364
|
]))), 128))]));
|
|
41357
41365
|
}
|
|
41358
|
-
}),
|
|
41366
|
+
}), oU = /* @__PURE__ */ Ne(dN, [["__scopeId", "data-v-efe1578b"]]), cN = { class: "w-100p h-100vh flex justify-content-center" }, fN = /* @__PURE__ */ _e({
|
|
41359
41367
|
__name: "RouterWrapper",
|
|
41360
41368
|
setup(e) {
|
|
41361
41369
|
const t = U(null), n = Ql();
|
|
@@ -41385,7 +41393,7 @@ var D7 = /* @__PURE__ */ Ne(C7, [["render", A7]]), M7 = ["id"], L7 = '<svg width
|
|
|
41385
41393
|
});
|
|
41386
41394
|
};
|
|
41387
41395
|
}
|
|
41388
|
-
}),
|
|
41396
|
+
}), iU = /* @__PURE__ */ Ne(fN, [["__scopeId", "data-v-a7f58f00"]]);
|
|
41389
41397
|
function Cd(e, t = "") {
|
|
41390
41398
|
const n = {};
|
|
41391
41399
|
for (const a in e) {
|
|
@@ -42101,7 +42109,7 @@ var yN = ["value"], _N = { class: "spreadsheet-cell spreadsheetCellPlaceHolder"
|
|
|
42101
42109
|
onClick: le
|
|
42102
42110
|
})) : z("", !0)], 32)], 32));
|
|
42103
42111
|
}
|
|
42104
|
-
}),
|
|
42112
|
+
}), lU = UN;
|
|
42105
42113
|
function Th(e) {
|
|
42106
42114
|
return e !== null && typeof e == "object" && "constructor" in e && e.constructor === Object;
|
|
42107
42115
|
}
|
|
@@ -46066,7 +46074,7 @@ var ER = {
|
|
|
46066
46074
|
function MR(e, t) {
|
|
46067
46075
|
return _(), S("div", DR, [$e(e.$slots, "default")]);
|
|
46068
46076
|
}
|
|
46069
|
-
var
|
|
46077
|
+
var sU = /* @__PURE__ */ Ne(AR, [["render", MR]]), LR = class {
|
|
46070
46078
|
singleTapCallbacks = [];
|
|
46071
46079
|
doubleTapCallbacks = [];
|
|
46072
46080
|
isTouchMode = !1;
|
|
@@ -46316,7 +46324,7 @@ var lU = /* @__PURE__ */ Ne(AR, [["render", MR]]), LR = class {
|
|
|
46316
46324
|
}, [$e(Ee.$slots, "default", {}, void 0, !0)], 4)], 36));
|
|
46317
46325
|
}
|
|
46318
46326
|
}), IR = /* @__PURE__ */ Ne(PR, [["__scopeId", "data-v-f6a534bc"]]);
|
|
46319
|
-
function
|
|
46327
|
+
function uU(e) {
|
|
46320
46328
|
const t = (m) => typeof m == "string" ? new Date(m) : m, n = t(e.startDate), r = (() => {
|
|
46321
46329
|
if (e.endDate !== void 0) return t(e.endDate);
|
|
46322
46330
|
const m = new Date(n);
|
|
@@ -47412,7 +47420,7 @@ function Ui(e) {
|
|
|
47412
47420
|
let t = e.trim().replace(" ", "T");
|
|
47413
47421
|
return !t.endsWith("Z") && !t.includes("+") && !/[+-]\d{2}:\d{2}$/.test(t) && (t += "Z"), new Date(t);
|
|
47414
47422
|
}
|
|
47415
|
-
const
|
|
47423
|
+
const dU = Object.assign(Ui, {
|
|
47416
47424
|
iso(e) {
|
|
47417
47425
|
return Ui(e).toISOString();
|
|
47418
47426
|
},
|
|
@@ -47430,7 +47438,7 @@ function R0(e) {
|
|
|
47430
47438
|
function HR(e) {
|
|
47431
47439
|
return `${e.getFullYear()}-${String(e.getMonth() + 1).padStart(2, "0")}-${String(e.getDate()).padStart(2, "0")}T${String(e.getHours()).padStart(2, "0")}:${String(e.getMinutes()).padStart(2, "0")}:${String(e.getSeconds()).padStart(2, "0")}.${String(e.getMilliseconds()).padStart(3, "0")}${R0(e)}`;
|
|
47432
47440
|
}
|
|
47433
|
-
const
|
|
47441
|
+
const cU = {
|
|
47434
47442
|
iso(e = /* @__PURE__ */ new Date()) {
|
|
47435
47443
|
return HR(e);
|
|
47436
47444
|
},
|
|
@@ -47443,7 +47451,7 @@ const dU = {
|
|
|
47443
47451
|
HOUR: 36e5,
|
|
47444
47452
|
DAY: 864e5,
|
|
47445
47453
|
WEEK: 6048e5
|
|
47446
|
-
}, { SECOND:
|
|
47454
|
+
}, { SECOND: fU } = ki, { MINUTE: pU } = ki, { HOUR: hU } = ki, { DAY: mU } = ki, { WEEK: gU } = ki;
|
|
47447
47455
|
function da(e, t) {
|
|
47448
47456
|
const n = new Date(e);
|
|
47449
47457
|
return t.days && n.setDate(n.getDate() + t.days), t.hours && n.setHours(n.getHours() + t.hours), t.minutes && n.setMinutes(n.getMinutes() + t.minutes), t.seconds && n.setSeconds(n.getSeconds() + t.seconds), t.weeks && n.setDate(n.getDate() + t.weeks * 7), t.months && n.setMonth(n.getMonth() + t.months), t.years && n.setFullYear(n.getFullYear() + t.years), n;
|
|
@@ -47497,7 +47505,7 @@ var Jt = class Md {
|
|
|
47497
47505
|
function WR(e) {
|
|
47498
47506
|
return new Jt(e !== void 0 ? e : /* @__PURE__ */ new Date());
|
|
47499
47507
|
}
|
|
47500
|
-
const
|
|
47508
|
+
const vU = Object.assign(WR, {
|
|
47501
47509
|
get now() {
|
|
47502
47510
|
return new Jt(/* @__PURE__ */ new Date());
|
|
47503
47511
|
},
|
|
@@ -47635,7 +47643,7 @@ function Vt(e, t) {
|
|
|
47635
47643
|
return "";
|
|
47636
47644
|
}
|
|
47637
47645
|
}
|
|
47638
|
-
const
|
|
47646
|
+
const bU = Vt;
|
|
47639
47647
|
function Su(e, t) {
|
|
47640
47648
|
if (!t) return {
|
|
47641
47649
|
matches: !0,
|
|
@@ -47663,10 +47671,10 @@ function Su(e, t) {
|
|
|
47663
47671
|
score: 0
|
|
47664
47672
|
};
|
|
47665
47673
|
}
|
|
47666
|
-
function
|
|
47674
|
+
function yU(...e) {
|
|
47667
47675
|
return e.filter(Boolean).join(", ");
|
|
47668
47676
|
}
|
|
47669
|
-
function
|
|
47677
|
+
function _U() {
|
|
47670
47678
|
return typeof crypto < "u" && crypto.randomUUID ? crypto.randomUUID() : "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (e) => {
|
|
47671
47679
|
const t = Math.random() * 16 | 0;
|
|
47672
47680
|
return (e === "x" ? t : t & 3 | 8).toString(16);
|
|
@@ -47680,7 +47688,7 @@ function KR(e) {
|
|
|
47680
47688
|
const t = e;
|
|
47681
47689
|
return t.value ?? t.key ?? t.id ?? "";
|
|
47682
47690
|
}
|
|
47683
|
-
function
|
|
47691
|
+
function wU(e) {
|
|
47684
47692
|
if (Array.isArray(e)) return e.map((n) => ({
|
|
47685
47693
|
...n,
|
|
47686
47694
|
label: XR(n),
|
|
@@ -47696,7 +47704,7 @@ function _U(e) {
|
|
|
47696
47704
|
function JR(e) {
|
|
47697
47705
|
return Array.isArray(e) ? e : "data" in e ? e.data : "items" in e ? e.items : [];
|
|
47698
47706
|
}
|
|
47699
|
-
function
|
|
47707
|
+
function $U(e, t, n) {
|
|
47700
47708
|
const a = n?.timeout ?? 1e4, r = e.length > 0;
|
|
47701
47709
|
let o = null;
|
|
47702
47710
|
async function i(s) {
|
|
@@ -47726,14 +47734,14 @@ function Oh(e, t) {
|
|
|
47726
47734
|
return t === "titleCase" ? e.split("_").map((n) => n[0].toUpperCase() + n.slice(1).toLocaleLowerCase()).join(" ") : t === "pascal" ? e.split("_").map((n) => n[0].toUpperCase() + n.slice(1).toLocaleLowerCase()).join("") : t === "camel" ? e.split("_").map((n, a) => a === 0 ? n : n[0].toUpperCase() + n.slice(1)).join("") : t === "snake" ? [...e].map((n) => n === n.toUpperCase() ? `_${n.toLowerCase()}` : n).join("") : e;
|
|
47727
47735
|
}
|
|
47728
47736
|
var Eu = /* @__PURE__ */ new Map();
|
|
47729
|
-
function
|
|
47737
|
+
function SU(e, t = 500) {
|
|
47730
47738
|
clearTimeout(Eu.get(e));
|
|
47731
47739
|
const n = setTimeout(() => {
|
|
47732
47740
|
e(), Eu.delete(e);
|
|
47733
47741
|
}, t);
|
|
47734
47742
|
Eu.set(e, n);
|
|
47735
47743
|
}
|
|
47736
|
-
function
|
|
47744
|
+
function EU(e) {
|
|
47737
47745
|
return e.toLowerCase().replace(/[^a-z0-9-\s]/g, "").split(/[\s-]+/).join("-");
|
|
47738
47746
|
}
|
|
47739
47747
|
function Es(e) {
|
|
@@ -47774,7 +47782,7 @@ function eB(e) {
|
|
|
47774
47782
|
};
|
|
47775
47783
|
return n(t.content), t.innerHTML;
|
|
47776
47784
|
}
|
|
47777
|
-
function
|
|
47785
|
+
function CU(e, t) {
|
|
47778
47786
|
e.key === "Escape" && t();
|
|
47779
47787
|
}
|
|
47780
47788
|
function tB(e, t, ...n) {
|
|
@@ -47790,10 +47798,10 @@ function Rh(e, t, n) {
|
|
|
47790
47798
|
for (const i of a.slice(1)) e[i] && (o[i] = e[i]);
|
|
47791
47799
|
return o;
|
|
47792
47800
|
}
|
|
47793
|
-
function
|
|
47801
|
+
function kU(e, t) {
|
|
47794
47802
|
return e["v-if"] === void 0 ? !0 : typeof e["v-if"] == "boolean" ? e["v-if"] : typeof e["v-if"] == "string" ? !0 : typeof e["v-if"] == "function" ? e["v-if"]?.(t?.[e.id], t) : !0;
|
|
47795
47803
|
}
|
|
47796
|
-
function
|
|
47804
|
+
function xU(e, t) {
|
|
47797
47805
|
if (t)
|
|
47798
47806
|
return e ? e[t] : void 0;
|
|
47799
47807
|
}
|
|
@@ -47915,7 +47923,7 @@ function lB(e) {
|
|
|
47915
47923
|
label: n
|
|
47916
47924
|
}));
|
|
47917
47925
|
}
|
|
47918
|
-
function
|
|
47926
|
+
function TU() {
|
|
47919
47927
|
const e = U(!1);
|
|
47920
47928
|
async function t() {
|
|
47921
47929
|
return e.value || (await Cs("https://cdn.jsdelivr.net/npm/xlsx/dist/xlsx.full.min.js"), e.value = !0), window.XLSX;
|
|
@@ -48121,7 +48129,7 @@ function mB(e) {
|
|
|
48121
48129
|
} });
|
|
48122
48130
|
}
|
|
48123
48131
|
var W0 = 1e3, gB = 60 * W0;
|
|
48124
|
-
function
|
|
48132
|
+
function AU(e, t = {}) {
|
|
48125
48133
|
const { interval: n = 30 * W0, inactivityThreshold: a = 5 * gB, pauseInBackground: r = !0 } = t, { idle: o } = LC(a), i = U(!0), l = U(null), s = () => !r || document.visibilityState === "visible", u = () => {
|
|
48126
48134
|
i.value = !1, l.value !== null && (clearTimeout(l.value), l.value = null);
|
|
48127
48135
|
}, d = () => {
|
|
@@ -48158,7 +48166,7 @@ function vB(e, t, n) {
|
|
|
48158
48166
|
const a = { ...e };
|
|
48159
48167
|
return n === void 0 ? delete a[t] : a[t] = n, a;
|
|
48160
48168
|
}
|
|
48161
|
-
function
|
|
48169
|
+
function DU(e) {
|
|
48162
48170
|
const t = Ql(), n = Sy(), a = {};
|
|
48163
48171
|
return new Proxy({}, { get(r, o) {
|
|
48164
48172
|
if (!(o in a)) {
|
|
@@ -48171,7 +48179,7 @@ function AU(e) {
|
|
|
48171
48179
|
return a[o];
|
|
48172
48180
|
} });
|
|
48173
48181
|
}
|
|
48174
|
-
function
|
|
48182
|
+
function MU(e) {
|
|
48175
48183
|
const t = U(0), n = U(0);
|
|
48176
48184
|
let a = null;
|
|
48177
48185
|
return Ye(() => {
|
|
@@ -48233,7 +48241,7 @@ function yB() {
|
|
|
48233
48241
|
const e = Gn.value.filter((t) => t.value !== "system");
|
|
48234
48242
|
e.length !== 0 && (jn.value = e[(e.findIndex((t) => t.value === jn.value) + 1) % e.length].value);
|
|
48235
48243
|
}
|
|
48236
|
-
function
|
|
48244
|
+
function LU(e = {}) {
|
|
48237
48245
|
e.allowDark !== void 0 && (Bc.value = e.allowDark), e.manualSelection !== void 0 && (Hl.value = e.manualSelection), j0(), Hl.value || (jn.value = "system"), fl(jn.value);
|
|
48238
48246
|
}
|
|
48239
48247
|
function _B(e) {
|
|
@@ -48256,7 +48264,7 @@ function j0() {
|
|
|
48256
48264
|
});
|
|
48257
48265
|
}
|
|
48258
48266
|
}
|
|
48259
|
-
function
|
|
48267
|
+
function PU() {
|
|
48260
48268
|
return j0(), {
|
|
48261
48269
|
isDark: Pd,
|
|
48262
48270
|
theme: A(() => jn.value),
|
|
@@ -49314,7 +49322,7 @@ function Jh(e, t) {
|
|
|
49314
49322
|
i !== e && e.removeChild(i), i.removeEventListener("mousedown", c), i.removeEventListener("touchstart", c), i.removeEventListener("mouseenter", c), i.removeEventListener("mouseleave", c), document.removeEventListener("mousemove", u), document.removeEventListener("mouseup", d), document.removeEventListener("touchmove", u), document.removeEventListener("touchend", d), document.removeEventListener("touchcancel", d);
|
|
49315
49323
|
};
|
|
49316
49324
|
}
|
|
49317
|
-
const
|
|
49325
|
+
const IU = {
|
|
49318
49326
|
mounted(e, t) {
|
|
49319
49327
|
Jh(e, t);
|
|
49320
49328
|
},
|
|
@@ -49415,7 +49423,7 @@ function XB(e) {
|
|
|
49415
49423
|
}
|
|
49416
49424
|
return n;
|
|
49417
49425
|
}
|
|
49418
|
-
function
|
|
49426
|
+
function NU(e, t) {
|
|
49419
49427
|
const n = {}, a = [];
|
|
49420
49428
|
for (const o of e) {
|
|
49421
49429
|
const i = {};
|
|
@@ -49463,7 +49471,7 @@ function IU(e, t) {
|
|
|
49463
49471
|
};
|
|
49464
49472
|
return a.length > 0 && (r.required = a), t?.dynamicHeight && (r["x-dynamic-height"] = !0), r;
|
|
49465
49473
|
}
|
|
49466
|
-
function
|
|
49474
|
+
function OU(e, t) {
|
|
49467
49475
|
const n = {};
|
|
49468
49476
|
for (const a of e)
|
|
49469
49477
|
if (!(a.type === "heading" || a.type === "divider")) {
|
|
@@ -49490,7 +49498,7 @@ function NU(e, t) {
|
|
|
49490
49498
|
}
|
|
49491
49499
|
return n;
|
|
49492
49500
|
}
|
|
49493
|
-
function
|
|
49501
|
+
function RU(e, t) {
|
|
49494
49502
|
const n = {};
|
|
49495
49503
|
for (const a of e) {
|
|
49496
49504
|
if (a.type === "heading" || a.type === "divider") continue;
|
|
@@ -49528,10 +49536,10 @@ function OU(e, t) {
|
|
|
49528
49536
|
}
|
|
49529
49537
|
return n;
|
|
49530
49538
|
}
|
|
49531
|
-
function
|
|
49539
|
+
function BU(e) {
|
|
49532
49540
|
return { fields: A(() => XB(e.value)) };
|
|
49533
49541
|
}
|
|
49534
|
-
const
|
|
49542
|
+
const FU = !0;
|
|
49535
49543
|
var bt = class {
|
|
49536
49544
|
_type;
|
|
49537
49545
|
_config;
|
|
@@ -49772,17 +49780,17 @@ var Id = class J0 {
|
|
|
49772
49780
|
}[t] || "string";
|
|
49773
49781
|
}
|
|
49774
49782
|
};
|
|
49775
|
-
function
|
|
49783
|
+
function VU(e, t) {
|
|
49776
49784
|
if (typeof e == "string") {
|
|
49777
49785
|
if (!t) throw new Error("Fields are required when providing a label");
|
|
49778
49786
|
return new Id(t, e);
|
|
49779
49787
|
}
|
|
49780
49788
|
return new Id(e);
|
|
49781
49789
|
}
|
|
49782
|
-
function
|
|
49790
|
+
function zU(e) {
|
|
49783
49791
|
return e;
|
|
49784
49792
|
}
|
|
49785
|
-
function
|
|
49793
|
+
function HU(e) {
|
|
49786
49794
|
const t = {}, n = new Set(e.required || []);
|
|
49787
49795
|
if (e.properties) for (const [r, o] of Object.entries(e.properties)) t[r] = ZB(r, o, n.has(r), e);
|
|
49788
49796
|
const a = new Id(t, e.title);
|
|
@@ -50167,7 +50175,7 @@ var QB = { class: "multi-step-form" }, eF = { class: "step-progress" }, tF = ["o
|
|
|
50167
50175
|
])
|
|
50168
50176
|
]));
|
|
50169
50177
|
}
|
|
50170
|
-
}),
|
|
50178
|
+
}), UU = /* @__PURE__ */ Ne(dF, [["__scopeId", "data-v-94c284dc"]]);
|
|
50171
50179
|
function Fn(e) {
|
|
50172
50180
|
var t;
|
|
50173
50181
|
return ((t = e.ownerDocument) == null ? void 0 : t.defaultView) || window;
|
|
@@ -52989,7 +52997,7 @@ var Ps = /* @__PURE__ */ Symbol("VueToastification"), Uc = new Ls(), rz = (e, t)
|
|
|
52989
52997
|
}), Io = sz, uz = Rb || _b, { POSITION: dz } = _b, Vr = Ob;
|
|
52990
52998
|
const Bb = /* @__PURE__ */ Symbol("toast");
|
|
52991
52999
|
var Gl = null;
|
|
52992
|
-
function
|
|
53000
|
+
function WU() {
|
|
52993
53001
|
const e = Tr(Bb, null);
|
|
52994
53002
|
if (!e) {
|
|
52995
53003
|
if (Gl) return Gl;
|
|
@@ -53519,7 +53527,7 @@ function Cz() {
|
|
|
53519
53527
|
})(document), Ou(document);
|
|
53520
53528
|
}
|
|
53521
53529
|
wz() || Cz();
|
|
53522
|
-
const
|
|
53530
|
+
const jU = { install: (e, t = {}) => {
|
|
53523
53531
|
e.directive("click-outside", bV), e.directive("ripple", GB), e.directive("pattern", VB), e.directive("reveal", WB), e.use(vV), e.use(IB), e.use(fz, t.toast || {}), e.use(qF, { themes: { "bgl-theme": {
|
|
53524
53532
|
triggers: ["click"],
|
|
53525
53533
|
autoHide: !0,
|
|
@@ -54964,7 +54972,7 @@ function Az() {
|
|
|
54964
54972
|
return "en";
|
|
54965
54973
|
}
|
|
54966
54974
|
}
|
|
54967
|
-
function
|
|
54975
|
+
function qU(e, t) {
|
|
54968
54976
|
if (!e) return "";
|
|
54969
54977
|
typeof e == "string" && (/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}/.test(e) && !/[Z+-]\d*$/.test(e) ? e = /* @__PURE__ */ new Date(`${e}Z`) : e = new Date(e));
|
|
54970
54978
|
const n = typeof t == "string" ? t : t?.lang || Az(), a = (typeof t == "object" && t.mode || "relative") === "relative", r = Math.floor((e.getTime() - Date.now()) / 1e3), o = [
|
|
@@ -55121,7 +55129,7 @@ function Pz(e, t, n) {
|
|
|
55121
55129
|
}
|
|
55122
55130
|
};
|
|
55123
55131
|
}
|
|
55124
|
-
function
|
|
55132
|
+
function GU(e) {
|
|
55125
55133
|
return {
|
|
55126
55134
|
$el: "pill",
|
|
55127
55135
|
id: e?.id,
|
|
@@ -55205,7 +55213,7 @@ function Ub(e, t, n) {
|
|
|
55205
55213
|
};
|
|
55206
55214
|
}
|
|
55207
55215
|
const Rz = Ub;
|
|
55208
|
-
function
|
|
55216
|
+
function YU() {
|
|
55209
55217
|
return {
|
|
55210
55218
|
btn: Hd,
|
|
55211
55219
|
iconBtn: Mz,
|
|
@@ -55253,7 +55261,7 @@ function Wb(e, t = "") {
|
|
|
55253
55261
|
function Pm(e) {
|
|
55254
55262
|
return e == null ? "" : typeof e == "string" ? Fz(e) : typeof e == "number" || typeof e == "boolean" ? String(e) : e instanceof Date ? e.toISOString() : "";
|
|
55255
55263
|
}
|
|
55256
|
-
function
|
|
55264
|
+
function XU(e = [], t = {}) {
|
|
55257
55265
|
const { minChars: n = 1 } = t, a = gy({
|
|
55258
55266
|
_list: e,
|
|
55259
55267
|
searchTerm: ""
|
|
@@ -55495,16 +55503,16 @@ export {
|
|
|
55495
55503
|
eH as AddToCalendar,
|
|
55496
55504
|
Qz as AddressSearch,
|
|
55497
55505
|
tH as Alert,
|
|
55498
|
-
|
|
55499
|
-
|
|
55500
|
-
|
|
55506
|
+
zH as AppContent,
|
|
55507
|
+
HH as AppLayout,
|
|
55508
|
+
UH as AppSidebar,
|
|
55501
55509
|
Ao as ArrayInput,
|
|
55502
55510
|
iC as Avatar,
|
|
55503
55511
|
Pi as Badge,
|
|
55504
|
-
|
|
55512
|
+
jU as BagelVue,
|
|
55505
55513
|
aH as BarChart,
|
|
55506
55514
|
zg as BglVideo,
|
|
55507
|
-
|
|
55515
|
+
WH as BottomMenu,
|
|
55508
55516
|
he as Btn,
|
|
55509
55517
|
vH as Calendar,
|
|
55510
55518
|
lr as Card,
|
|
@@ -55512,7 +55520,8 @@ export {
|
|
|
55512
55520
|
AH as Checkbox,
|
|
55513
55521
|
lv as CodeEditor,
|
|
55514
55522
|
Ea as ColorInput,
|
|
55515
|
-
|
|
55523
|
+
mU as DAY,
|
|
55524
|
+
MH as DESKTOP_BREAKPOINT,
|
|
55516
55525
|
bH as DataPreview,
|
|
55517
55526
|
yH as DataTable,
|
|
55518
55527
|
Jt as DateChain,
|
|
@@ -55523,7 +55532,7 @@ export {
|
|
|
55523
55532
|
LB as DialogForm,
|
|
55524
55533
|
IB as DialogPlugin,
|
|
55525
55534
|
G0 as DialogSymbol,
|
|
55526
|
-
|
|
55535
|
+
jH as Divider,
|
|
55527
55536
|
rH as Donut,
|
|
55528
55537
|
wH as DragOver,
|
|
55529
55538
|
cx as Draggable,
|
|
@@ -55539,71 +55548,71 @@ export {
|
|
|
55539
55548
|
q0 as FormFlow,
|
|
55540
55549
|
oH as Funnel,
|
|
55541
55550
|
iH as Gauge,
|
|
55542
|
-
|
|
55551
|
+
hU as HOUR,
|
|
55543
55552
|
N4 as IMAGE_FORMATS,
|
|
55544
55553
|
nd as IMAGE_FORMATS_REGEXP,
|
|
55545
55554
|
Re as Icon,
|
|
55546
|
-
|
|
55555
|
+
VH as IframeVue,
|
|
55547
55556
|
bl as Image,
|
|
55548
|
-
|
|
55557
|
+
LH as JSONInput,
|
|
55549
55558
|
SH as KanbanBoard,
|
|
55550
|
-
|
|
55559
|
+
qH as Layout,
|
|
55551
55560
|
nH as LineChart,
|
|
55552
55561
|
Ta as ListItem,
|
|
55553
55562
|
D7 as ListView,
|
|
55554
55563
|
uo as Loading,
|
|
55555
55564
|
UE as MATERIAL_ICONS,
|
|
55556
|
-
|
|
55565
|
+
pU as MINUTE,
|
|
55557
55566
|
DH as MOBILE_BREAKPOINT,
|
|
55558
55567
|
ki as MS,
|
|
55559
|
-
|
|
55560
|
-
|
|
55561
|
-
|
|
55562
|
-
|
|
55563
|
-
|
|
55568
|
+
eU as MapEmbed,
|
|
55569
|
+
PH as MarkdownEditor,
|
|
55570
|
+
tU as Menu,
|
|
55571
|
+
UU as MultiStepForm,
|
|
55572
|
+
nU as NavBar,
|
|
55564
55573
|
xa as NumberInput,
|
|
55565
|
-
|
|
55574
|
+
IH as OTP,
|
|
55566
55575
|
Q7 as PageTitle,
|
|
55567
|
-
|
|
55568
|
-
|
|
55576
|
+
aU as Pagination,
|
|
55577
|
+
GH as Panel,
|
|
55569
55578
|
M5 as PasswordInput,
|
|
55570
55579
|
Pi as Pill,
|
|
55571
|
-
|
|
55580
|
+
rU as Progress,
|
|
55572
55581
|
lH as RadialBars,
|
|
55573
55582
|
H5 as RadioGroup,
|
|
55574
55583
|
yv as RangeInput,
|
|
55575
55584
|
sH as RankBars,
|
|
55576
|
-
|
|
55577
|
-
|
|
55585
|
+
oU as Rating,
|
|
55586
|
+
YH as Resizable,
|
|
55578
55587
|
jv as RichText,
|
|
55579
|
-
|
|
55580
|
-
|
|
55588
|
+
iU as RouterWrapper,
|
|
55589
|
+
fU as SECOND,
|
|
55581
55590
|
J6 as SelectBtn,
|
|
55582
55591
|
En as SelectInput,
|
|
55583
|
-
|
|
55584
|
-
|
|
55592
|
+
XH as SidebarMenu,
|
|
55593
|
+
BH as SignaturePad,
|
|
55585
55594
|
ul as Skeleton,
|
|
55586
55595
|
e_ as Sparkline,
|
|
55587
|
-
|
|
55596
|
+
lU as Spreadsheet,
|
|
55588
55597
|
uH as StatCard,
|
|
55589
55598
|
TR as Swiper,
|
|
55590
|
-
|
|
55591
|
-
|
|
55599
|
+
KH as TabbedLayout,
|
|
55600
|
+
FH as TableField,
|
|
55592
55601
|
yH as TableSchema,
|
|
55593
|
-
|
|
55594
|
-
|
|
55602
|
+
JH as Tabs,
|
|
55603
|
+
QH as TabsBody,
|
|
55595
55604
|
Lc as TabsNav,
|
|
55596
55605
|
p0 as TelInput,
|
|
55597
55606
|
ct as TextInput,
|
|
55598
|
-
|
|
55607
|
+
ZH as Timeline,
|
|
55599
55608
|
p7 as TimelineItem,
|
|
55600
55609
|
fz as ToastPlugin,
|
|
55601
55610
|
Tc as ToggleInput,
|
|
55602
|
-
|
|
55611
|
+
sU as TopBar,
|
|
55603
55612
|
Al as UploadInput,
|
|
55604
55613
|
O4 as VIDEO_FORMATS,
|
|
55605
55614
|
R4 as VIDEO_FORMATS_REGEXP,
|
|
55606
|
-
|
|
55615
|
+
gU as WEEK,
|
|
55607
55616
|
IR as Zoomer,
|
|
55608
55617
|
xz as allCountries,
|
|
55609
55618
|
CH as anyOf,
|
|
@@ -55618,28 +55627,28 @@ export {
|
|
|
55618
55627
|
jb as clearHtml,
|
|
55619
55628
|
Rz as col,
|
|
55620
55629
|
Ub as column,
|
|
55621
|
-
|
|
55630
|
+
LU as configureTheme,
|
|
55622
55631
|
Oz as container,
|
|
55623
55632
|
ZR as copyText,
|
|
55624
55633
|
q3 as createI18n,
|
|
55625
|
-
|
|
55626
|
-
|
|
55634
|
+
OH as createUploadApi,
|
|
55635
|
+
vU as d,
|
|
55627
55636
|
B0 as dateDiff,
|
|
55628
|
-
|
|
55637
|
+
SU as debounce,
|
|
55629
55638
|
NR as defaultOptions,
|
|
55630
55639
|
K0 as defaultRowSpan,
|
|
55631
|
-
|
|
55632
|
-
|
|
55640
|
+
VU as defineSchema,
|
|
55641
|
+
xU as denullify,
|
|
55633
55642
|
H0 as downloadFile,
|
|
55634
55643
|
Iz as dropdown,
|
|
55635
55644
|
AT as evaluateQuery,
|
|
55636
|
-
|
|
55637
|
-
|
|
55645
|
+
NU as fieldsToSchema,
|
|
55646
|
+
XU as filterRef,
|
|
55638
55647
|
Hb as findElementById,
|
|
55639
|
-
|
|
55648
|
+
bU as fmtDate,
|
|
55640
55649
|
Vt as formatDate,
|
|
55641
55650
|
Oh as formatString,
|
|
55642
|
-
|
|
55651
|
+
HU as fromJSONSchema,
|
|
55643
55652
|
Su as fuzzyMatch,
|
|
55644
55653
|
Dz as getBaseElementField,
|
|
55645
55654
|
F0 as getDatePartsMap,
|
|
@@ -55651,30 +55660,30 @@ export {
|
|
|
55651
55660
|
mr as getOptionValue,
|
|
55652
55661
|
jR as handleTimezone,
|
|
55653
55662
|
Mz as iconBtn,
|
|
55654
|
-
|
|
55663
|
+
kU as iffer,
|
|
55655
55664
|
Pz as img,
|
|
55656
55665
|
YB as inferFieldType,
|
|
55657
55666
|
YB as inferSchemaFieldType,
|
|
55658
|
-
|
|
55667
|
+
OU as initFormData,
|
|
55659
55668
|
QR as initials,
|
|
55660
55669
|
Hz as ipapi,
|
|
55661
55670
|
Bh as isDate,
|
|
55662
55671
|
Es as keyToLabel,
|
|
55663
55672
|
Nz as listItem,
|
|
55664
|
-
|
|
55665
|
-
|
|
55673
|
+
cU as local,
|
|
55674
|
+
zU as multiStepSchema,
|
|
55666
55675
|
Ln as normalizeDimension,
|
|
55667
55676
|
L5 as normalizeOption,
|
|
55668
55677
|
Oo as normalizeText,
|
|
55669
55678
|
z0 as normalizeURL,
|
|
55670
|
-
|
|
55679
|
+
$U as normalizedFetch,
|
|
55671
55680
|
Sl as parseQuery,
|
|
55672
55681
|
ca as pathKeyToURL,
|
|
55673
55682
|
VB as pattern,
|
|
55674
|
-
|
|
55683
|
+
GU as pill,
|
|
55675
55684
|
EH as queryFilter,
|
|
55676
55685
|
kH as range,
|
|
55677
|
-
|
|
55686
|
+
FU as required,
|
|
55678
55687
|
ze as resolveI18n,
|
|
55679
55688
|
WB as reveal,
|
|
55680
55689
|
GB as ripple,
|
|
@@ -55684,14 +55693,14 @@ export {
|
|
|
55684
55693
|
Gz as searchItems,
|
|
55685
55694
|
Z as showdown,
|
|
55686
55695
|
V0 as sleep,
|
|
55687
|
-
|
|
55688
|
-
|
|
55689
|
-
|
|
55696
|
+
EU as slugify,
|
|
55697
|
+
yU as strJoin,
|
|
55698
|
+
qU as timeAgo,
|
|
55690
55699
|
da as timeDelta,
|
|
55691
|
-
|
|
55700
|
+
wU as toOptions,
|
|
55692
55701
|
oB as tryRun,
|
|
55693
55702
|
Lz as txt,
|
|
55694
|
-
|
|
55703
|
+
uU as useAddToCalendar,
|
|
55695
55704
|
g0 as useAppLayout,
|
|
55696
55705
|
Bt as useBagelInputShell,
|
|
55697
55706
|
$B as useBglSchema,
|
|
@@ -55699,27 +55708,27 @@ export {
|
|
|
55699
55708
|
Ss as useDevice,
|
|
55700
55709
|
PB as useDialog,
|
|
55701
55710
|
yl as useDraggable,
|
|
55702
|
-
|
|
55703
|
-
|
|
55711
|
+
YU as useElements,
|
|
55712
|
+
CU as useEscape,
|
|
55704
55713
|
Dc as useEscapeKey,
|
|
55705
|
-
|
|
55714
|
+
TU as useExcel,
|
|
55706
55715
|
yD as useFileUpload,
|
|
55707
55716
|
Rc as useGradientVariant,
|
|
55708
55717
|
Dt as useI18n,
|
|
55709
55718
|
U0 as useImageSrc,
|
|
55710
55719
|
mB as useLocalStore,
|
|
55711
|
-
|
|
55712
|
-
|
|
55720
|
+
AU as usePolling,
|
|
55721
|
+
DU as useQuery,
|
|
55713
55722
|
qI as useResizableLayoutProvider,
|
|
55714
|
-
|
|
55715
|
-
|
|
55723
|
+
MU as useResizeObserver,
|
|
55724
|
+
BU as useSchemaToFields,
|
|
55716
55725
|
Yz as useSearch,
|
|
55717
|
-
|
|
55718
|
-
|
|
55726
|
+
PU as useTheme,
|
|
55727
|
+
WU as useToast,
|
|
55719
55728
|
wB as useValidateFieldValue,
|
|
55720
|
-
|
|
55721
|
-
|
|
55729
|
+
dU as utc,
|
|
55730
|
+
_U as uuid4,
|
|
55722
55731
|
_H as vDraggable,
|
|
55723
|
-
|
|
55724
|
-
|
|
55732
|
+
IU as vResize,
|
|
55733
|
+
RU as validateFormData
|
|
55725
55734
|
};
|