@melodicdev/components 1.3.0 → 1.4.0
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/assets/melodic-components.js +44 -12
- package/assets/melodic-components.js.map +1 -1
- package/assets/melodic-components.min.js +386 -356
- package/lib/components/data-display/activity-feed/activity-feed-item.component.d.ts +5 -3
- package/lib/components/data-display/activity-feed/activity-feed-item.component.d.ts.map +1 -1
- package/lib/components/data-display/activity-feed/activity-feed-item.component.js +6 -1
- package/lib/components/data-display/activity-feed/activity-feed-item.styles.d.ts.map +1 -1
- package/lib/components/data-display/activity-feed/activity-feed-item.styles.js +1 -0
- package/lib/components/data-display/activity-feed/activity-feed-item.template.d.ts.map +1 -1
- package/lib/components/data-display/activity-feed/activity-feed-item.template.js +2 -1
- package/lib/components/data-display/activity-feed/activity-feed.component.d.ts.map +1 -1
- package/lib/components/data-display/avatar/avatar.component.d.ts.map +1 -1
- package/lib/components/data-display/avatar/avatar.styles.js +1 -1
- package/lib/components/data-display/badge/badge.component.d.ts +2 -0
- package/lib/components/data-display/badge/badge.component.d.ts.map +1 -1
- package/lib/components/data-display/badge/badge.component.js +3 -1
- package/lib/components/data-display/badge/badge.styles.d.ts.map +1 -1
- package/lib/components/data-display/badge/badge.styles.js +6 -0
- package/lib/components/data-display/badge/badge.template.d.ts.map +1 -1
- package/lib/components/data-display/badge/badge.template.js +4 -1
- package/lib/components/data-display/badge-group/badge-group.component.d.ts.map +1 -1
- package/lib/components/data-display/calendar-view/calendar-view.component.d.ts.map +1 -1
- package/lib/components/data-display/data-grid/data-grid.component.d.ts.map +1 -1
- package/lib/components/data-display/list/list-item.component.d.ts.map +1 -1
- package/lib/components/data-display/list/list.component.d.ts.map +1 -1
- package/lib/components/data-display/profile-card/index.d.ts +2 -0
- package/lib/components/data-display/profile-card/index.d.ts.map +1 -0
- package/lib/components/data-display/profile-card/index.js +1 -0
- package/lib/components/data-display/profile-card/profile-card.component.d.ts +61 -0
- package/lib/components/data-display/profile-card/profile-card.component.d.ts.map +1 -0
- package/lib/components/data-display/profile-card/profile-card.component.js +102 -0
- package/lib/components/data-display/profile-card/profile-card.styles.d.ts +2 -0
- package/lib/components/data-display/profile-card/profile-card.styles.d.ts.map +1 -0
- package/lib/components/data-display/profile-card/profile-card.styles.js +144 -0
- package/lib/components/data-display/profile-card/profile-card.template.d.ts +3 -0
- package/lib/components/data-display/profile-card/profile-card.template.d.ts.map +1 -0
- package/lib/components/data-display/profile-card/profile-card.template.js +52 -0
- package/lib/components/data-display/stat-card/index.d.ts +2 -0
- package/lib/components/data-display/stat-card/index.d.ts.map +1 -0
- package/lib/components/data-display/stat-card/index.js +1 -0
- package/lib/components/data-display/stat-card/stat-card.component.d.ts +45 -0
- package/lib/components/data-display/stat-card/stat-card.component.d.ts.map +1 -0
- package/lib/components/data-display/stat-card/stat-card.component.js +59 -0
- package/lib/components/data-display/stat-card/stat-card.styles.d.ts +2 -0
- package/lib/components/data-display/stat-card/stat-card.styles.d.ts.map +1 -0
- package/lib/components/data-display/stat-card/stat-card.styles.js +81 -0
- package/lib/components/data-display/stat-card/stat-card.template.d.ts +3 -0
- package/lib/components/data-display/stat-card/stat-card.template.d.ts.map +1 -0
- package/lib/components/data-display/stat-card/stat-card.template.js +27 -0
- package/lib/components/data-display/table/table.component.d.ts.map +1 -1
- package/lib/components/data-display/table/table.styles.d.ts.map +1 -1
- package/lib/components/data-display/table/table.styles.js +4 -1
- package/lib/components/data-display/tag/tag.component.d.ts.map +1 -1
- package/lib/components/feedback/alert/alert.component.d.ts.map +1 -1
- package/lib/components/feedback/progress/progress.component.d.ts.map +1 -1
- package/lib/components/feedback/spinner/spinner.component.d.ts.map +1 -1
- package/lib/components/feedback/toast/toast-container.component.d.ts.map +1 -1
- package/lib/components/feedback/toast/toast.component.d.ts.map +1 -1
- package/lib/components/feedback/toast/toast.service.d.ts.map +1 -1
- package/lib/components/forms/autocomplete/autocomplete.component.d.ts.map +1 -1
- package/lib/components/forms/button/button.component.d.ts.map +1 -1
- package/lib/components/forms/button-group/button-group-item.component.d.ts.map +1 -1
- package/lib/components/forms/button-group/button-group.component.d.ts.map +1 -1
- package/lib/components/forms/checkbox/checkbox.component.d.ts.map +1 -1
- package/lib/components/forms/date-picker/calendar.component.d.ts.map +1 -1
- package/lib/components/forms/date-picker/date-picker.component.d.ts.map +1 -1
- package/lib/components/forms/date-time-picker/date-time-picker.component.d.ts.map +1 -1
- package/lib/components/forms/file-upload/file-icon.component.d.ts.map +1 -1
- package/lib/components/forms/file-upload/file-upload-item.component.d.ts.map +1 -1
- package/lib/components/forms/file-upload/file-upload.component.d.ts +2 -2
- package/lib/components/forms/file-upload/file-upload.component.d.ts.map +1 -1
- package/lib/components/forms/file-upload/file-upload.component.js +3 -3
- package/lib/components/forms/form-field/form-field.component.d.ts.map +1 -1
- package/lib/components/forms/input/input.component.d.ts.map +1 -1
- package/lib/components/forms/radio/radio-group.component.d.ts.map +1 -1
- package/lib/components/forms/radio/radio.component.d.ts.map +1 -1
- package/lib/components/forms/radio-card-group/radio-card-group.component.d.ts.map +1 -1
- package/lib/components/forms/radio-card-group/radio-card.component.d.ts.map +1 -1
- package/lib/components/forms/select/select.component.d.ts.map +1 -1
- package/lib/components/forms/slider/slider.component.d.ts.map +1 -1
- package/lib/components/forms/slider/slider.styles.js +2 -2
- package/lib/components/forms/textarea/textarea.component.d.ts.map +1 -1
- package/lib/components/forms/time-picker/time-picker.component.d.ts.map +1 -1
- package/lib/components/forms/toggle/toggle.component.d.ts.map +1 -1
- package/lib/components/foundation/card/card.component.d.ts.map +1 -1
- package/lib/components/foundation/card/card.styles.js +1 -1
- package/lib/components/foundation/container/container.component.d.ts.map +1 -1
- package/lib/components/foundation/divider/divider.component.d.ts.map +1 -1
- package/lib/components/foundation/stack/stack.component.d.ts.map +1 -1
- package/lib/components/general/icon/icon.component.d.ts.map +1 -1
- package/lib/components/navigation/breadcrumb/breadcrumb-item.component.d.ts.map +1 -1
- package/lib/components/navigation/breadcrumb/breadcrumb.component.d.ts.map +1 -1
- package/lib/components/navigation/pagination/pagination.component.d.ts.map +1 -1
- package/lib/components/navigation/sidebar/sidebar-group.component.d.ts.map +1 -1
- package/lib/components/navigation/sidebar/sidebar-item.component.d.ts +3 -1
- package/lib/components/navigation/sidebar/sidebar-item.component.d.ts.map +1 -1
- package/lib/components/navigation/sidebar/sidebar-item.component.js +3 -1
- package/lib/components/navigation/sidebar/sidebar-item.template.js +1 -1
- package/lib/components/navigation/sidebar/sidebar.component.d.ts +1 -3
- package/lib/components/navigation/sidebar/sidebar.component.d.ts.map +1 -1
- package/lib/components/navigation/sidebar/sidebar.component.js +1 -5
- package/lib/components/navigation/steps/step-panel.component.d.ts.map +1 -1
- package/lib/components/navigation/steps/step.component.d.ts.map +1 -1
- package/lib/components/navigation/steps/steps.component.d.ts +1 -1
- package/lib/components/navigation/steps/steps.component.d.ts.map +1 -1
- package/lib/components/navigation/tabs/tab-panel.component.d.ts.map +1 -1
- package/lib/components/navigation/tabs/tab.component.d.ts.map +1 -1
- package/lib/components/navigation/tabs/tabs.component.d.ts +1 -1
- package/lib/components/navigation/tabs/tabs.component.d.ts.map +1 -1
- package/lib/components/overlays/dialog/dialog-ref.class.d.ts.map +1 -1
- package/lib/components/overlays/dialog/dialog.component.d.ts.map +1 -1
- package/lib/components/overlays/dialog/dialog.service.d.ts.map +1 -1
- package/lib/components/overlays/drawer/drawer.component.d.ts.map +1 -1
- package/lib/components/overlays/dropdown/dropdown-group.component.d.ts.map +1 -1
- package/lib/components/overlays/dropdown/dropdown-item.component.d.ts.map +1 -1
- package/lib/components/overlays/dropdown/dropdown.component.d.ts.map +1 -1
- package/lib/components/overlays/popover/popover.component.d.ts.map +1 -1
- package/lib/components/overlays/tooltip/tooltip.component.d.ts.map +1 -1
- package/lib/components/pages/auth/login-page.component.d.ts.map +1 -1
- package/lib/components/pages/auth/signup-page.component.d.ts.map +1 -1
- package/lib/components/pages/dashboard/dashboard-page.component.d.ts.map +1 -1
- package/lib/components/sections/app-shell/app-shell.component.d.ts.map +1 -1
- package/lib/components/sections/hero/hero-section.component.d.ts.map +1 -1
- package/lib/components/sections/page-header/page-header.component.d.ts.map +1 -1
- package/lib/components/sections/page-section/index.d.ts +2 -0
- package/lib/components/sections/page-section/index.d.ts.map +1 -0
- package/lib/components/sections/page-section/index.js +1 -0
- package/lib/components/sections/page-section/page-section.component.d.ts +39 -0
- package/lib/components/sections/page-section/page-section.component.d.ts.map +1 -0
- package/lib/components/sections/page-section/page-section.component.js +56 -0
- package/lib/components/sections/page-section/page-section.styles.d.ts +2 -0
- package/lib/components/sections/page-section/page-section.styles.d.ts.map +1 -0
- package/lib/components/sections/page-section/page-section.styles.js +72 -0
- package/lib/components/sections/page-section/page-section.template.d.ts +3 -0
- package/lib/components/sections/page-section/page-section.template.d.ts.map +1 -0
- package/lib/components/sections/page-section/page-section.template.js +30 -0
- package/lib/utils/virtual-scroll/index.d.ts.map +1 -1
- package/package.json +13 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const O = (e) => typeof e == "string" ? e : typeof e == "symbol" ? e.toString() : e.name;
|
|
2
|
-
function
|
|
2
|
+
function _s(e) {
|
|
3
3
|
return function(t, r, l) {
|
|
4
4
|
t.params || (t.params = []), t.params[l] = { __injectionToken: O(e) };
|
|
5
5
|
};
|
|
@@ -151,7 +151,7 @@ function H(e) {
|
|
|
151
151
|
function te(e) {
|
|
152
152
|
return Symbol(e);
|
|
153
153
|
}
|
|
154
|
-
async function
|
|
154
|
+
async function ys(e = {}) {
|
|
155
155
|
const t = e.devMode ?? !1, r = [];
|
|
156
156
|
if (t && console.log("[Melodic] Bootstrap starting..."), e.onError) {
|
|
157
157
|
const o = (n) => {
|
|
@@ -362,7 +362,7 @@ function kr(e, t) {
|
|
|
362
362
|
}
|
|
363
363
|
return r;
|
|
364
364
|
}
|
|
365
|
-
function
|
|
365
|
+
function xs(e) {
|
|
366
366
|
const t = e[tl], r = {
|
|
367
367
|
...e.base,
|
|
368
368
|
...t
|
|
@@ -370,7 +370,7 @@ function ys(e) {
|
|
|
370
370
|
return e.extends ? kr(e.extends, r) : r;
|
|
371
371
|
}
|
|
372
372
|
const rl = te("APP_CONFIG");
|
|
373
|
-
function
|
|
373
|
+
function ws(e) {
|
|
374
374
|
return (t) => {
|
|
375
375
|
t.bindValue(rl, e);
|
|
376
376
|
};
|
|
@@ -511,6 +511,10 @@ var Ae = class $r extends Error {
|
|
|
511
511
|
...t.cancel.cancelledResponse
|
|
512
512
|
}), Promise.resolve(l);
|
|
513
513
|
}
|
|
514
|
+
if (t.body instanceof FormData) {
|
|
515
|
+
const l = { ...t.headers };
|
|
516
|
+
delete l["Content-Type"], delete l["content-type"], t.headers = l;
|
|
517
|
+
}
|
|
514
518
|
t.abortController === void 0 && (t.abortController = new AbortController());
|
|
515
519
|
let r = await this.executeRequest(t);
|
|
516
520
|
return r = await this.executeResponseInterceptors(r), r;
|
|
@@ -605,7 +609,7 @@ var Ae = class $r extends Error {
|
|
|
605
609
|
return r.includes("application/json") ? await e.json() : r.includes("text/") ? await e.text() : r.includes("application/octet-stream") || r.includes("image/") ? await e.blob() : await e.text();
|
|
606
610
|
}
|
|
607
611
|
};
|
|
608
|
-
function
|
|
612
|
+
function ks(e, t) {
|
|
609
613
|
return (r) => {
|
|
610
614
|
const l = new Be(e);
|
|
611
615
|
r.bindValue(Be, l), t?.request && t.request.forEach((a) => {
|
|
@@ -615,13 +619,13 @@ function ws(e, t) {
|
|
|
615
619
|
});
|
|
616
620
|
};
|
|
617
621
|
}
|
|
618
|
-
function
|
|
622
|
+
function $s(e) {
|
|
619
623
|
return { canActivate: e };
|
|
620
624
|
}
|
|
621
|
-
function
|
|
625
|
+
function Cs(e) {
|
|
622
626
|
return { canDeactivate: e };
|
|
623
627
|
}
|
|
624
|
-
function
|
|
628
|
+
function Ss(e) {
|
|
625
629
|
return { resolve: e };
|
|
626
630
|
}
|
|
627
631
|
var _e = class {
|
|
@@ -678,7 +682,7 @@ var _e = class {
|
|
|
678
682
|
}
|
|
679
683
|
};
|
|
680
684
|
const il = "melodic:route-context";
|
|
681
|
-
var
|
|
685
|
+
var Es = class extends CustomEvent {
|
|
682
686
|
constructor(e) {
|
|
683
687
|
super(il, {
|
|
684
688
|
bubbles: !1,
|
|
@@ -1114,13 +1118,13 @@ function he(e, t) {
|
|
|
1114
1118
|
function ml(e) {
|
|
1115
1119
|
return Tr(e);
|
|
1116
1120
|
}
|
|
1117
|
-
function
|
|
1121
|
+
function zs(e) {
|
|
1118
1122
|
return Tr(e) !== void 0;
|
|
1119
1123
|
}
|
|
1120
|
-
function
|
|
1124
|
+
function As(e) {
|
|
1121
1125
|
return W.delete(e);
|
|
1122
1126
|
}
|
|
1123
|
-
function
|
|
1127
|
+
function Ds() {
|
|
1124
1128
|
return Array.from(W.keys());
|
|
1125
1129
|
}
|
|
1126
1130
|
function Y(e) {
|
|
@@ -2015,19 +2019,19 @@ function z(e) {
|
|
|
2015
2019
|
r.destroy(), l();
|
|
2016
2020
|
}, t;
|
|
2017
2021
|
}
|
|
2018
|
-
const
|
|
2022
|
+
const Ps = () => () => ({}), Os = (e, t) => ((r) => ({
|
|
2019
2023
|
type: e,
|
|
2020
2024
|
payload: r ?? (t ? t() : void 0)
|
|
2021
2025
|
}));
|
|
2022
|
-
function
|
|
2026
|
+
function Ns(...e) {
|
|
2023
2027
|
return { reducers: e };
|
|
2024
2028
|
}
|
|
2025
|
-
const
|
|
2029
|
+
const Ls = (e) => {
|
|
2026
2030
|
const t = {};
|
|
2027
2031
|
return Object.keys(e).forEach((r) => {
|
|
2028
2032
|
t[r] = P(e[r]);
|
|
2029
2033
|
}), t;
|
|
2030
|
-
},
|
|
2034
|
+
}, Vs = (e, t) => ({
|
|
2031
2035
|
action: e(),
|
|
2032
2036
|
reducer: t
|
|
2033
2037
|
}), $e = te("RX_INIT_STATE"), Ce = te("RX_ACTION_PROVIDERS"), Se = te("RX_EFFECTS_PROVIDERS"), Ir = te("RX_STATE_DEBUG");
|
|
@@ -2044,7 +2048,7 @@ var vl = class {
|
|
|
2044
2048
|
getEffects() {
|
|
2045
2049
|
return this._effects;
|
|
2046
2050
|
}
|
|
2047
|
-
},
|
|
2051
|
+
}, js = class extends vl {
|
|
2048
2052
|
constructor(e, t = { reducers: [] }, r = !1) {
|
|
2049
2053
|
super(), this._initState = e, this._reducerConfig = t, this._debug = r, this._state = P(e);
|
|
2050
2054
|
}
|
|
@@ -2158,7 +2162,7 @@ g([H(Ce), j("design:type", Object)], F.prototype, "_reducerMap", void 0);
|
|
|
2158
2162
|
g([H(Se), j("design:type", Object)], F.prototype, "_effectMap", void 0);
|
|
2159
2163
|
g([H(Ir), j("design:type", Boolean)], F.prototype, "_debug", void 0);
|
|
2160
2164
|
F = g([ee(), j("design:paramtypes", [])], F);
|
|
2161
|
-
function
|
|
2165
|
+
function qs(e, t, r, l = !1) {
|
|
2162
2166
|
return (a) => {
|
|
2163
2167
|
a.bindValue($e, e), a.bindValue(Ce, t), a.bindValue(Se, r), a.bindValue(Ir, l), a.bind(F, F, { dependencies: [
|
|
2164
2168
|
$e,
|
|
@@ -2411,7 +2415,7 @@ function wl(e) {
|
|
|
2411
2415
|
a[s] = o, o = t[o];
|
|
2412
2416
|
return a;
|
|
2413
2417
|
}
|
|
2414
|
-
function
|
|
2418
|
+
function Bs(e, t, r) {
|
|
2415
2419
|
return U((l, a) => {
|
|
2416
2420
|
if (!a) {
|
|
2417
2421
|
const o = l.parentNode;
|
|
@@ -2548,7 +2552,7 @@ function G(e) {
|
|
|
2548
2552
|
return a;
|
|
2549
2553
|
});
|
|
2550
2554
|
}
|
|
2551
|
-
function
|
|
2555
|
+
function Hs(e) {
|
|
2552
2556
|
return U((t, r) => {
|
|
2553
2557
|
if (!r) {
|
|
2554
2558
|
const l = t.parentNode;
|
|
@@ -2610,7 +2614,7 @@ function Sl(e, t, r) {
|
|
|
2610
2614
|
};
|
|
2611
2615
|
}
|
|
2612
2616
|
he("portal", Sl);
|
|
2613
|
-
var
|
|
2617
|
+
var Ks = class {
|
|
2614
2618
|
constructor() {
|
|
2615
2619
|
this.__directive = !0;
|
|
2616
2620
|
}
|
|
@@ -2834,13 +2838,13 @@ var Tl = class {
|
|
|
2834
2838
|
this.errors.set(t);
|
|
2835
2839
|
}
|
|
2836
2840
|
};
|
|
2837
|
-
function
|
|
2841
|
+
function Ws(e, t) {
|
|
2838
2842
|
return new El(e, t);
|
|
2839
2843
|
}
|
|
2840
|
-
function
|
|
2844
|
+
function Gs(e, t) {
|
|
2841
2845
|
return new Tl(e, t);
|
|
2842
2846
|
}
|
|
2843
|
-
const
|
|
2847
|
+
const Us = {
|
|
2844
2848
|
required: (e) => e == null || e === "" || Array.isArray(e) && e.length === 0 ? { required: {
|
|
2845
2849
|
code: "required",
|
|
2846
2850
|
message: "This field is required"
|
|
@@ -2916,13 +2920,13 @@ const Gs = {
|
|
|
2916
2920
|
return l;
|
|
2917
2921
|
}
|
|
2918
2922
|
};
|
|
2919
|
-
function
|
|
2923
|
+
function Ys(e, t, r) {
|
|
2920
2924
|
return (l) => t(l) ? null : { [e]: {
|
|
2921
2925
|
code: e,
|
|
2922
2926
|
message: typeof r == "function" ? r(l) : r
|
|
2923
2927
|
} };
|
|
2924
2928
|
}
|
|
2925
|
-
function
|
|
2929
|
+
function Xs(e, t, r) {
|
|
2926
2930
|
return async (l) => await t(l) ? null : { [e]: {
|
|
2927
2931
|
code: e,
|
|
2928
2932
|
message: typeof r == "function" ? r(l) : r
|
|
@@ -3288,7 +3292,7 @@ const Il = {
|
|
|
3288
3292
|
"--ml-screen-lg": "1024px",
|
|
3289
3293
|
"--ml-screen-xl": "1280px",
|
|
3290
3294
|
"--ml-screen-2xl": "1536px"
|
|
3291
|
-
},
|
|
3295
|
+
}, Js = {
|
|
3292
3296
|
xs: 320,
|
|
3293
3297
|
sm: 640,
|
|
3294
3298
|
md: 768,
|
|
@@ -3323,7 +3327,7 @@ const Bl = {
|
|
|
3323
3327
|
"--ml-color-border": "var(--ml-gray-200)",
|
|
3324
3328
|
"--ml-color-border-strong": "var(--ml-gray-300)",
|
|
3325
3329
|
"--ml-color-border-muted": "var(--ml-gray-100)"
|
|
3326
|
-
},
|
|
3330
|
+
}, Qs = `:root, [data-theme="light"] {
|
|
3327
3331
|
${Object.entries(Bl).map(([e, t]) => `${e}: ${t};`).join(`
|
|
3328
3332
|
`)}
|
|
3329
3333
|
|
|
@@ -3397,7 +3401,7 @@ const Bl = {
|
|
|
3397
3401
|
"--ml-tooltip-bg": "var(--ml-gray-100)",
|
|
3398
3402
|
"--ml-tooltip-text": "var(--ml-gray-900)",
|
|
3399
3403
|
"--ml-card-footer-bg": "var(--ml-gray-800)"
|
|
3400
|
-
},
|
|
3404
|
+
}, Zs = `[data-theme="dark"] {
|
|
3401
3405
|
${Object.entries(et).map(([e, t]) => `${e}: ${t};`).join(`
|
|
3402
3406
|
`)}
|
|
3403
3407
|
|
|
@@ -3411,14 +3415,14 @@ const Bl = {
|
|
|
3411
3415
|
|
|
3412
3416
|
color-scheme: dark;
|
|
3413
3417
|
}
|
|
3414
|
-
}`,
|
|
3418
|
+
}`, en = `:root {
|
|
3415
3419
|
${ql(Fl)}
|
|
3416
3420
|
|
|
3417
3421
|
/* Default to light color scheme */
|
|
3418
3422
|
color-scheme: light;
|
|
3419
3423
|
}`;
|
|
3420
3424
|
var ce = "system", Ee = /* @__PURE__ */ new Set(), ne = null;
|
|
3421
|
-
function
|
|
3425
|
+
function tn() {
|
|
3422
3426
|
return ce;
|
|
3423
3427
|
}
|
|
3424
3428
|
function Hl() {
|
|
@@ -3436,13 +3440,13 @@ function Kl(e) {
|
|
|
3436
3440
|
} else
|
|
3437
3441
|
document.documentElement.setAttribute("data-theme", e), fe(e, e);
|
|
3438
3442
|
}
|
|
3439
|
-
function
|
|
3443
|
+
function rn(e) {
|
|
3440
3444
|
return Ee.add(e), () => Ee.delete(e);
|
|
3441
3445
|
}
|
|
3442
3446
|
function fe(e, t) {
|
|
3443
3447
|
Ee.forEach((r) => r(e, t));
|
|
3444
3448
|
}
|
|
3445
|
-
function
|
|
3449
|
+
function ln() {
|
|
3446
3450
|
Kl(Hl() === "light" ? "dark" : "light");
|
|
3447
3451
|
}
|
|
3448
3452
|
function Or(e, t) {
|
|
@@ -3451,13 +3455,13 @@ function Or(e, t) {
|
|
|
3451
3455
|
`)}
|
|
3452
3456
|
}`;
|
|
3453
3457
|
}
|
|
3454
|
-
function
|
|
3458
|
+
function an(e, t) {
|
|
3455
3459
|
const r = Or(e, t), l = document.createElement("style");
|
|
3456
3460
|
l.id = `ml-theme-${e}`, l.textContent = r;
|
|
3457
3461
|
const a = document.getElementById(l.id);
|
|
3458
3462
|
return a && a.remove(), document.head.appendChild(l), l;
|
|
3459
3463
|
}
|
|
3460
|
-
function
|
|
3464
|
+
function on(e, t) {
|
|
3461
3465
|
const r = {};
|
|
3462
3466
|
return t.primary && (r["--ml-color-primary"] = t.primary), t.secondary && (r["--ml-color-secondary"] = t.secondary), t.success && (r["--ml-color-success"] = t.success), t.warning && (r["--ml-color-warning"] = t.warning), t.danger && (r["--ml-color-danger"] = t.danger), Or(e, r);
|
|
3463
3467
|
}
|
|
@@ -3782,11 +3786,11 @@ function Jl(e) {
|
|
|
3782
3786
|
const t = Pe(e);
|
|
3783
3787
|
return t[t.length - 1] ?? null;
|
|
3784
3788
|
}
|
|
3785
|
-
function
|
|
3789
|
+
function sn(e) {
|
|
3786
3790
|
const t = Lr(e);
|
|
3787
3791
|
return t ? (t.focus(), !0) : !1;
|
|
3788
3792
|
}
|
|
3789
|
-
function
|
|
3793
|
+
function nn(e) {
|
|
3790
3794
|
const t = Jl(e);
|
|
3791
3795
|
return t ? (t.focus(), !0) : !1;
|
|
3792
3796
|
}
|
|
@@ -3824,7 +3828,7 @@ function Ql(e, t = {}) {
|
|
|
3824
3828
|
isActive: u
|
|
3825
3829
|
};
|
|
3826
3830
|
}
|
|
3827
|
-
function
|
|
3831
|
+
function dn(e, t) {
|
|
3828
3832
|
const r = Ql(e, t);
|
|
3829
3833
|
return r.activate(), () => r.deactivate();
|
|
3830
3834
|
}
|
|
@@ -3838,10 +3842,10 @@ function Vr() {
|
|
|
3838
3842
|
Q = !1;
|
|
3839
3843
|
}, !0));
|
|
3840
3844
|
}
|
|
3841
|
-
function
|
|
3845
|
+
function cn() {
|
|
3842
3846
|
return Vr(), Q;
|
|
3843
3847
|
}
|
|
3844
|
-
function
|
|
3848
|
+
function mn(e, t = "focus-visible") {
|
|
3845
3849
|
Vr();
|
|
3846
3850
|
function r() {
|
|
3847
3851
|
Q && e.classList.add(t);
|
|
@@ -3867,13 +3871,13 @@ function Zl() {
|
|
|
3867
3871
|
border: "0"
|
|
3868
3872
|
}), document.body.appendChild(I)), I;
|
|
3869
3873
|
}
|
|
3870
|
-
function
|
|
3874
|
+
function un(e, t = "polite") {
|
|
3871
3875
|
const r = Zl();
|
|
3872
3876
|
r.setAttribute("aria-live", t), r.textContent = "", setTimeout(() => {
|
|
3873
3877
|
r.textContent = e;
|
|
3874
3878
|
}, 50);
|
|
3875
3879
|
}
|
|
3876
|
-
function
|
|
3880
|
+
function hn(e = {}) {
|
|
3877
3881
|
const { id: t, priority: r = "polite", atomic: l = !0 } = e, a = document.createElement("div");
|
|
3878
3882
|
return t && (a.id = t), a.setAttribute("aria-live", r), a.setAttribute("aria-atomic", l.toString()), a.setAttribute("role", "status"), Object.assign(a.style, {
|
|
3879
3883
|
position: "absolute",
|
|
@@ -3887,7 +3891,7 @@ function un(e = {}) {
|
|
|
3887
3891
|
border: "0"
|
|
3888
3892
|
}), a;
|
|
3889
3893
|
}
|
|
3890
|
-
const
|
|
3894
|
+
const pn = `
|
|
3891
3895
|
*,
|
|
3892
3896
|
*::before,
|
|
3893
3897
|
*::after {
|
|
@@ -3932,7 +3936,7 @@ const hn = `
|
|
|
3932
3936
|
[hidden] {
|
|
3933
3937
|
display: none !important;
|
|
3934
3938
|
}
|
|
3935
|
-
`,
|
|
3939
|
+
`, vn = `
|
|
3936
3940
|
.visually-hidden {
|
|
3937
3941
|
position: absolute;
|
|
3938
3942
|
width: 1px;
|
|
@@ -3955,7 +3959,7 @@ const hn = `
|
|
|
3955
3959
|
clip: auto;
|
|
3956
3960
|
white-space: normal;
|
|
3957
3961
|
}
|
|
3958
|
-
`,
|
|
3962
|
+
`, gn = `
|
|
3959
3963
|
:host {
|
|
3960
3964
|
/* Inherit font from parent by default */
|
|
3961
3965
|
font-family: var(--ml-font-sans);
|
|
@@ -3987,7 +3991,7 @@ const hn = `
|
|
|
3987
3991
|
display: none !important;
|
|
3988
3992
|
}
|
|
3989
3993
|
`;
|
|
3990
|
-
function
|
|
3994
|
+
function bn(e, t) {
|
|
3991
3995
|
function r(l) {
|
|
3992
3996
|
const a = l.target;
|
|
3993
3997
|
e.contains(a) || t(l);
|
|
@@ -6963,7 +6967,7 @@ const Ia = () => y`
|
|
|
6963
6967
|
width: 20px;
|
|
6964
6968
|
height: 20px;
|
|
6965
6969
|
border-radius: var(--ml-radius-full);
|
|
6966
|
-
background-color:
|
|
6970
|
+
background-color: var(--ml-color-surface);
|
|
6967
6971
|
border: 2px solid var(--ml-color-primary);
|
|
6968
6972
|
box-shadow: var(--ml-shadow-sm);
|
|
6969
6973
|
transition:
|
|
@@ -6989,7 +6993,7 @@ const Ia = () => y`
|
|
|
6989
6993
|
width: 20px;
|
|
6990
6994
|
height: 20px;
|
|
6991
6995
|
border-radius: var(--ml-radius-full);
|
|
6992
|
-
background-color:
|
|
6996
|
+
background-color: var(--ml-color-surface);
|
|
6993
6997
|
border: 2px solid var(--ml-color-primary);
|
|
6994
6998
|
box-shadow: var(--ml-shadow-sm);
|
|
6995
6999
|
}
|
|
@@ -8971,7 +8975,7 @@ const ro = () => y`
|
|
|
8971
8975
|
}
|
|
8972
8976
|
|
|
8973
8977
|
.ml-card {
|
|
8974
|
-
background-color: var(--ml-color-surface);
|
|
8978
|
+
background-color: var(--ml-card-bg, var(--ml-color-surface));
|
|
8975
8979
|
border-radius: var(--ml-radius-lg);
|
|
8976
8980
|
overflow: hidden;
|
|
8977
8981
|
height: 100%;
|
|
@@ -9309,7 +9313,7 @@ const mo = () => y`
|
|
|
9309
9313
|
font-weight: var(--ml-font-semibold);
|
|
9310
9314
|
vertical-align: middle;
|
|
9311
9315
|
border-radius: var(--ml-radius-full);
|
|
9312
|
-
border: 2px solid var(--ml-color-surface);
|
|
9316
|
+
border: 2px solid var(--ml-avatar-border-color, var(--ml-color-surface));
|
|
9313
9317
|
box-shadow: var(--ml-shadow-xs);
|
|
9314
9318
|
}
|
|
9315
9319
|
|
|
@@ -9406,15 +9410,18 @@ At = g([_({
|
|
|
9406
9410
|
]
|
|
9407
9411
|
})], At);
|
|
9408
9412
|
function uo(e) {
|
|
9413
|
+
const t = e.color ? `--ml-badge-bg: ${e.color}; --ml-badge-color: #fff` : "";
|
|
9409
9414
|
return i`
|
|
9410
9415
|
<span
|
|
9411
9416
|
class=${v({
|
|
9412
9417
|
"ml-badge": !0,
|
|
9413
|
-
[`ml-badge--${e.variant}`]: !
|
|
9418
|
+
[`ml-badge--${e.variant}`]: !e.color,
|
|
9419
|
+
"ml-badge--custom": !!e.color,
|
|
9414
9420
|
[`ml-badge--${e.size}`]: !0,
|
|
9415
9421
|
"ml-badge--dot": e.dot,
|
|
9416
9422
|
"ml-badge--pill": e.pill
|
|
9417
9423
|
})}
|
|
9424
|
+
style=${t}
|
|
9418
9425
|
>
|
|
9419
9426
|
${e.dot ? i`<span class="ml-badge__dot"></span>` : ""}
|
|
9420
9427
|
<slot></slot>
|
|
@@ -9505,10 +9512,16 @@ const ho = () => y`
|
|
|
9505
9512
|
color: var(--ml-badge-error-text);
|
|
9506
9513
|
}
|
|
9507
9514
|
|
|
9515
|
+
.ml-badge--custom {
|
|
9516
|
+
background-color: var(--ml-badge-bg);
|
|
9517
|
+
border-color: transparent;
|
|
9518
|
+
color: var(--ml-badge-color, #fff);
|
|
9519
|
+
}
|
|
9520
|
+
|
|
9508
9521
|
`;
|
|
9509
9522
|
var Dt = class {
|
|
9510
9523
|
constructor() {
|
|
9511
|
-
this.variant = "default", this.size = "md", this.dot = !1, this.pill = !1;
|
|
9524
|
+
this.variant = "default", this.size = "md", this.dot = !1, this.pill = !1, this.color = "";
|
|
9512
9525
|
}
|
|
9513
9526
|
};
|
|
9514
9527
|
Dt = g([_({
|
|
@@ -9519,7 +9532,8 @@ Dt = g([_({
|
|
|
9519
9532
|
"variant",
|
|
9520
9533
|
"size",
|
|
9521
9534
|
"dot",
|
|
9522
|
-
"pill"
|
|
9535
|
+
"pill",
|
|
9536
|
+
"color"
|
|
9523
9537
|
]
|
|
9524
9538
|
})], Dt);
|
|
9525
9539
|
function po(e) {
|
|
@@ -10213,8 +10227,9 @@ function $o(e) {
|
|
|
10213
10227
|
<span
|
|
10214
10228
|
class=${v({
|
|
10215
10229
|
"ml-afi__indicator": !0,
|
|
10216
|
-
[`ml-afi__indicator--${e["indicator-color"]}`]:
|
|
10230
|
+
[`ml-afi__indicator--${e["indicator-color"]}`]: e.isPresetColor
|
|
10217
10231
|
})}
|
|
10232
|
+
style=${e.isPresetColor ? "" : `--ml-afi-indicator-bg: ${e["indicator-color"]}`}
|
|
10218
10233
|
></span>
|
|
10219
10234
|
`)}
|
|
10220
10235
|
</div>
|
|
@@ -10337,6 +10352,7 @@ const Co = () => y`
|
|
|
10337
10352
|
height: 8px;
|
|
10338
10353
|
border-radius: var(--ml-radius-full);
|
|
10339
10354
|
flex-shrink: 0;
|
|
10355
|
+
background-color: var(--ml-afi-indicator-bg);
|
|
10340
10356
|
}
|
|
10341
10357
|
|
|
10342
10358
|
.ml-afi__indicator--gray {
|
|
@@ -10359,10 +10375,20 @@ const Co = () => y`
|
|
|
10359
10375
|
background-color: var(--ml-color-error);
|
|
10360
10376
|
}
|
|
10361
10377
|
`;
|
|
10362
|
-
var
|
|
10378
|
+
var So = /* @__PURE__ */ new Set([
|
|
10379
|
+
"success",
|
|
10380
|
+
"warning",
|
|
10381
|
+
"error",
|
|
10382
|
+
"primary",
|
|
10383
|
+
"gray"
|
|
10384
|
+
]), Lt = class {
|
|
10363
10385
|
constructor() {
|
|
10364
10386
|
this.name = "", this.timestamp = "", this["avatar-src"] = "", this["avatar-initials"] = "", this["avatar-size"] = "sm", this.subtitle = "", this.indicator = !1, this["indicator-color"] = "gray";
|
|
10365
10387
|
}
|
|
10388
|
+
/** Whether the indicator-color is a preset name */
|
|
10389
|
+
get isPresetColor() {
|
|
10390
|
+
return So.has(this["indicator-color"]);
|
|
10391
|
+
}
|
|
10366
10392
|
/** Check if avatar slot has content */
|
|
10367
10393
|
get hasAvatarSlot() {
|
|
10368
10394
|
return this.elementRef?.querySelector('[slot="avatar"]') !== null;
|
|
@@ -10387,10 +10413,10 @@ Lt = g([_({
|
|
|
10387
10413
|
"indicator-color"
|
|
10388
10414
|
]
|
|
10389
10415
|
})], Lt);
|
|
10390
|
-
function
|
|
10416
|
+
function Eo(e, t, r) {
|
|
10391
10417
|
return e.render ? e.render(t[e.key], t, r) : t[e.key] ?? "";
|
|
10392
10418
|
}
|
|
10393
|
-
function
|
|
10419
|
+
function Ro(e) {
|
|
10394
10420
|
return i`
|
|
10395
10421
|
<div class=${v({
|
|
10396
10422
|
"ml-table": !0,
|
|
@@ -10484,7 +10510,7 @@ function Eo(e) {
|
|
|
10484
10510
|
"ml-table__td": !0,
|
|
10485
10511
|
[`ml-table__td--${a.align ?? "left"}`]: !0
|
|
10486
10512
|
})}>
|
|
10487
|
-
${
|
|
10513
|
+
${Eo(a, t, l)}
|
|
10488
10514
|
</td>
|
|
10489
10515
|
`)}
|
|
10490
10516
|
</tr>
|
|
@@ -10508,7 +10534,7 @@ function Eo(e) {
|
|
|
10508
10534
|
</div>
|
|
10509
10535
|
`;
|
|
10510
10536
|
}
|
|
10511
|
-
const
|
|
10537
|
+
const To = () => y`
|
|
10512
10538
|
:host {
|
|
10513
10539
|
display: block;
|
|
10514
10540
|
}
|
|
@@ -10638,7 +10664,10 @@ const Ro = () => y`
|
|
|
10638
10664
|
}
|
|
10639
10665
|
|
|
10640
10666
|
.ml-table--hoverable .ml-table__row:hover {
|
|
10641
|
-
background-color: var(--ml-color-surface-sunken);
|
|
10667
|
+
background-color: var(--ml-table-row-hover-bg, var(--ml-color-surface-sunken));
|
|
10668
|
+
border-color: var(--ml-table-row-hover-border-color, transparent);
|
|
10669
|
+
border-width: var(--ml-table-row-hover-border-width, 0);
|
|
10670
|
+
border-style: solid;
|
|
10642
10671
|
}
|
|
10643
10672
|
|
|
10644
10673
|
.ml-table--row-clickable .ml-table__row {
|
|
@@ -10751,9 +10780,9 @@ const Ro = () => y`
|
|
|
10751
10780
|
padding: var(--ml-space-2) var(--ml-space-4);
|
|
10752
10781
|
}
|
|
10753
10782
|
`;
|
|
10754
|
-
var Fr = /* @__PURE__ */ new WeakSet(),
|
|
10783
|
+
var Fr = /* @__PURE__ */ new WeakSet(), zo = EventTarget.prototype.addEventListener;
|
|
10755
10784
|
EventTarget.prototype.addEventListener = function(e, t, r) {
|
|
10756
|
-
e === "ml:row-click" && Fr.add(this),
|
|
10785
|
+
e === "ml:row-click" && Fr.add(this), zo.call(this, e, t, r);
|
|
10757
10786
|
};
|
|
10758
10787
|
var Vt = class {
|
|
10759
10788
|
constructor() {
|
|
@@ -10864,8 +10893,8 @@ var Vt = class {
|
|
|
10864
10893
|
};
|
|
10865
10894
|
Vt = g([_({
|
|
10866
10895
|
selector: "ml-table",
|
|
10867
|
-
template:
|
|
10868
|
-
styles:
|
|
10896
|
+
template: Ro,
|
|
10897
|
+
styles: To,
|
|
10869
10898
|
attributes: [
|
|
10870
10899
|
"selectable",
|
|
10871
10900
|
"striped",
|
|
@@ -10877,12 +10906,12 @@ Vt = g([_({
|
|
|
10877
10906
|
"virtual"
|
|
10878
10907
|
]
|
|
10879
10908
|
})], Vt);
|
|
10880
|
-
function
|
|
10909
|
+
function Ao(e, t, r) {
|
|
10881
10910
|
if (e.render) return e.render(t[e.key], t, r);
|
|
10882
10911
|
const l = t[e.key];
|
|
10883
10912
|
return l ?? "";
|
|
10884
10913
|
}
|
|
10885
|
-
function
|
|
10914
|
+
function Do(e) {
|
|
10886
10915
|
const t = e.gridTemplateColumns, r = e.totalGridWidth;
|
|
10887
10916
|
return i`
|
|
10888
10917
|
<div class=${v({
|
|
@@ -11029,7 +11058,7 @@ function Ao(e) {
|
|
|
11029
11058
|
})}
|
|
11030
11059
|
style=${o.pinned === "left" ? `left: ${e.getPinnedLeftOffset(o.key)}px` : ""}
|
|
11031
11060
|
>
|
|
11032
|
-
${
|
|
11061
|
+
${Ao(o, l, e.startIndex + a)}
|
|
11033
11062
|
</div>
|
|
11034
11063
|
`)}
|
|
11035
11064
|
</div>
|
|
@@ -11084,7 +11113,7 @@ function Ao(e) {
|
|
|
11084
11113
|
</div>
|
|
11085
11114
|
`;
|
|
11086
11115
|
}
|
|
11087
|
-
const
|
|
11116
|
+
const Io = () => y`
|
|
11088
11117
|
:host {
|
|
11089
11118
|
display: flex;
|
|
11090
11119
|
flex-direction: column;
|
|
@@ -11784,8 +11813,8 @@ var jt = class {
|
|
|
11784
11813
|
};
|
|
11785
11814
|
jt = g([_({
|
|
11786
11815
|
selector: "ml-data-grid",
|
|
11787
|
-
template:
|
|
11788
|
-
styles:
|
|
11816
|
+
template: Do,
|
|
11817
|
+
styles: Io,
|
|
11789
11818
|
attributes: [
|
|
11790
11819
|
"selectable",
|
|
11791
11820
|
"striped",
|
|
@@ -11799,7 +11828,7 @@ jt = g([_({
|
|
|
11799
11828
|
"show-filter-row"
|
|
11800
11829
|
]
|
|
11801
11830
|
})], jt);
|
|
11802
|
-
var
|
|
11831
|
+
var Mo = [
|
|
11803
11832
|
"January",
|
|
11804
11833
|
"February",
|
|
11805
11834
|
"March",
|
|
@@ -11849,11 +11878,11 @@ function Ft(e) {
|
|
|
11849
11878
|
const [t, r, l] = e.split("T")[0].split("-").map(Number);
|
|
11850
11879
|
return new Date(t, r - 1, l);
|
|
11851
11880
|
}
|
|
11852
|
-
function
|
|
11881
|
+
function Po(e, t) {
|
|
11853
11882
|
return e.getFullYear() === t.getFullYear() && e.getMonth() === t.getMonth() && e.getDate() === t.getDate();
|
|
11854
11883
|
}
|
|
11855
11884
|
function Br(e) {
|
|
11856
|
-
return
|
|
11885
|
+
return Po(e, /* @__PURE__ */ new Date());
|
|
11857
11886
|
}
|
|
11858
11887
|
function K(e, t) {
|
|
11859
11888
|
const r = new Date(e);
|
|
@@ -11867,7 +11896,7 @@ function Hr(e, t = 0) {
|
|
|
11867
11896
|
const r = new Date(e), l = (r.getDay() - t + 7) % 7;
|
|
11868
11897
|
return r.setDate(r.getDate() - l), r;
|
|
11869
11898
|
}
|
|
11870
|
-
function
|
|
11899
|
+
function Oo(e) {
|
|
11871
11900
|
const t = new Date(Date.UTC(e.getFullYear(), e.getMonth(), e.getDate()));
|
|
11872
11901
|
t.setUTCDate(t.getUTCDate() + 4 - (t.getUTCDay() || 7));
|
|
11873
11902
|
const r = new Date(Date.UTC(t.getUTCFullYear(), 0, 1));
|
|
@@ -11878,9 +11907,9 @@ function B(e) {
|
|
|
11878
11907
|
return l === 0 ? `${o} ${a}` : `${o}:${String(l).padStart(2, "0")} ${a}`;
|
|
11879
11908
|
}
|
|
11880
11909
|
function Bt(e) {
|
|
11881
|
-
return `${
|
|
11910
|
+
return `${Mo[e.getMonth()]} ${e.getFullYear()}`;
|
|
11882
11911
|
}
|
|
11883
|
-
function
|
|
11912
|
+
function No(e, t) {
|
|
11884
11913
|
const r = Re[e.getMonth()], l = Re[t.getMonth()];
|
|
11885
11914
|
return e.getMonth() === t.getMonth() && e.getFullYear() === t.getFullYear() ? `${r} ${e.getDate()} – ${t.getDate()}, ${e.getFullYear()}` : e.getFullYear() === t.getFullYear() ? `${r} ${e.getDate()} – ${l} ${t.getDate()}, ${e.getFullYear()}` : `${r} ${e.getDate()}, ${e.getFullYear()} – ${l} ${t.getDate()}, ${t.getFullYear()}`;
|
|
11886
11915
|
}
|
|
@@ -11925,7 +11954,7 @@ function Ht(e, t, r = 0) {
|
|
|
11925
11954
|
}
|
|
11926
11955
|
return c;
|
|
11927
11956
|
}
|
|
11928
|
-
function
|
|
11957
|
+
function Lo(e, t = 0) {
|
|
11929
11958
|
const r = Hr(e, t);
|
|
11930
11959
|
return Array.from({ length: 7 }, (l, a) => K(r, a));
|
|
11931
11960
|
}
|
|
@@ -11941,10 +11970,10 @@ function Kt(e = 0) {
|
|
|
11941
11970
|
function ue(e, t) {
|
|
11942
11971
|
return e.filter((r) => r.start.split("T")[0] === t);
|
|
11943
11972
|
}
|
|
11944
|
-
function
|
|
11973
|
+
function Vo(e) {
|
|
11945
11974
|
return Re[e.getMonth()];
|
|
11946
11975
|
}
|
|
11947
|
-
function
|
|
11976
|
+
function jo(e) {
|
|
11948
11977
|
return qr[e.getDay()];
|
|
11949
11978
|
}
|
|
11950
11979
|
function M(e) {
|
|
@@ -11997,7 +12026,7 @@ function Kr(e) {
|
|
|
11997
12026
|
}
|
|
11998
12027
|
return s;
|
|
11999
12028
|
}
|
|
12000
|
-
function
|
|
12029
|
+
function Fo() {
|
|
12001
12030
|
const e = [];
|
|
12002
12031
|
for (let t = 0; t < 24; t++) for (let r = 0; r < 60; r += 30) {
|
|
12003
12032
|
const l = t >= 12 ? "PM" : "AM", a = t % 12 || 12, o = r === 0 ? `${a} ${l}` : "";
|
|
@@ -12009,8 +12038,8 @@ function jo() {
|
|
|
12009
12038
|
}
|
|
12010
12039
|
return e;
|
|
12011
12040
|
}
|
|
12012
|
-
function
|
|
12013
|
-
return
|
|
12041
|
+
function qo(e, t, r) {
|
|
12042
|
+
return Lo(e, t).map((l) => {
|
|
12014
12043
|
const a = N(l.getFullYear(), l.getMonth(), l.getDate()), o = ue(r, a).filter((s) => !s.allDay);
|
|
12015
12044
|
return {
|
|
12016
12045
|
date: a,
|
|
@@ -12021,7 +12050,7 @@ function Fo(e, t, r) {
|
|
|
12021
12050
|
};
|
|
12022
12051
|
});
|
|
12023
12052
|
}
|
|
12024
|
-
function
|
|
12053
|
+
function Bo(e, t) {
|
|
12025
12054
|
const r = N(e.getFullYear(), e.getMonth(), e.getDate()), l = ue(t, r).filter((a) => !a.allDay);
|
|
12026
12055
|
return {
|
|
12027
12056
|
date: r,
|
|
@@ -12031,7 +12060,7 @@ function qo(e, t) {
|
|
|
12031
12060
|
events: Kr(l)
|
|
12032
12061
|
};
|
|
12033
12062
|
}
|
|
12034
|
-
function
|
|
12063
|
+
function Ho(e, t, r) {
|
|
12035
12064
|
const l = /* @__PURE__ */ new Set(), a = new Date(e, t + 1, 0).getDate();
|
|
12036
12065
|
for (let o = 1; o <= a; o++) {
|
|
12037
12066
|
const s = N(e, t, o);
|
|
@@ -12039,12 +12068,12 @@ function Bo(e, t, r) {
|
|
|
12039
12068
|
}
|
|
12040
12069
|
return l;
|
|
12041
12070
|
}
|
|
12042
|
-
var
|
|
12071
|
+
var Ko = {
|
|
12043
12072
|
month: "Month view",
|
|
12044
12073
|
week: "Week view",
|
|
12045
12074
|
day: "Day view"
|
|
12046
12075
|
};
|
|
12047
|
-
function
|
|
12076
|
+
function Wo(e) {
|
|
12048
12077
|
return i`
|
|
12049
12078
|
<div class="ml-cv__today-badge">
|
|
12050
12079
|
<span class="ml-cv__today-badge-month">${e.todayMonthAbbrev}</span>
|
|
@@ -12059,7 +12088,7 @@ function Ko(e) {
|
|
|
12059
12088
|
</div>
|
|
12060
12089
|
`;
|
|
12061
12090
|
}
|
|
12062
|
-
function
|
|
12091
|
+
function Go(e) {
|
|
12063
12092
|
return i`
|
|
12064
12093
|
${d(!e.hideNav, () => i`
|
|
12065
12094
|
<div class="ml-cv__nav-group">
|
|
@@ -12084,7 +12113,7 @@ function Wo(e) {
|
|
|
12084
12113
|
})}
|
|
12085
12114
|
@click=${e.toggleViewDropdown}
|
|
12086
12115
|
>
|
|
12087
|
-
${
|
|
12116
|
+
${Ko[e.view]}
|
|
12088
12117
|
<ml-icon icon="caret-down" size="xs"></ml-icon>
|
|
12089
12118
|
</button>
|
|
12090
12119
|
${d(e.isViewDropdownOpen, () => i`
|
|
@@ -12132,20 +12161,20 @@ function Wo(e) {
|
|
|
12132
12161
|
`)}
|
|
12133
12162
|
`;
|
|
12134
12163
|
}
|
|
12135
|
-
function
|
|
12164
|
+
function Uo(e) {
|
|
12136
12165
|
return i`
|
|
12137
12166
|
<div class="ml-cv__header">
|
|
12138
12167
|
<div class="ml-cv__header-left">
|
|
12139
|
-
${d(e.hasHeaderLeftSlot, () => i`<slot name="header-left"></slot>`, () =>
|
|
12168
|
+
${d(e.hasHeaderLeftSlot, () => i`<slot name="header-left"></slot>`, () => Wo(e))}
|
|
12140
12169
|
</div>
|
|
12141
12170
|
|
|
12142
12171
|
<div class="ml-cv__header-right">
|
|
12143
|
-
${d(e.hasHeaderActionsSlot, () => i`<slot name="header-actions"></slot>`, () =>
|
|
12172
|
+
${d(e.hasHeaderActionsSlot, () => i`<slot name="header-actions"></slot>`, () => Go(e))}
|
|
12144
12173
|
</div>
|
|
12145
12174
|
</div>
|
|
12146
12175
|
`;
|
|
12147
12176
|
}
|
|
12148
|
-
function
|
|
12177
|
+
function Yo(e, t) {
|
|
12149
12178
|
const r = t.color || "blue";
|
|
12150
12179
|
return i`
|
|
12151
12180
|
<div
|
|
@@ -12164,7 +12193,7 @@ function Uo(e, t) {
|
|
|
12164
12193
|
</div>
|
|
12165
12194
|
`;
|
|
12166
12195
|
}
|
|
12167
|
-
function
|
|
12196
|
+
function Xo(e) {
|
|
12168
12197
|
const t = e.weekdayHeaders, r = e.monthGrid, l = (/* @__PURE__ */ new Date()).getDay(), a = e.weekStartsOn;
|
|
12169
12198
|
return i`
|
|
12170
12199
|
<div class="ml-cv__month">
|
|
@@ -12197,7 +12226,7 @@ function Yo(e) {
|
|
|
12197
12226
|
})}>${o.date}</div>
|
|
12198
12227
|
|
|
12199
12228
|
<div class="ml-cv__day-events">
|
|
12200
|
-
${$(s, (c) => c.id, (c) =>
|
|
12229
|
+
${$(s, (c) => c.id, (c) => Yo(e, c))}
|
|
12201
12230
|
${d(n > 0, () => i`
|
|
12202
12231
|
<button
|
|
12203
12232
|
type="button"
|
|
@@ -12224,7 +12253,7 @@ function Yo(e) {
|
|
|
12224
12253
|
</div>
|
|
12225
12254
|
`;
|
|
12226
12255
|
}
|
|
12227
|
-
function
|
|
12256
|
+
function Jo(e, t, r) {
|
|
12228
12257
|
const l = t.event.color || "blue";
|
|
12229
12258
|
return i`
|
|
12230
12259
|
<div
|
|
@@ -12242,7 +12271,7 @@ function Xo(e, t, r) {
|
|
|
12242
12271
|
</div>
|
|
12243
12272
|
`;
|
|
12244
12273
|
}
|
|
12245
|
-
function
|
|
12274
|
+
function Qo(e) {
|
|
12246
12275
|
const t = e.weekColumns, r = e.timeSlots;
|
|
12247
12276
|
return i`
|
|
12248
12277
|
<div class="ml-cv__time-layout">
|
|
@@ -12289,13 +12318,13 @@ function Jo(e) {
|
|
|
12289
12318
|
${$(t.flatMap((l, a) => l.events.map((o) => ({
|
|
12290
12319
|
pe: o,
|
|
12291
12320
|
colIdx: a
|
|
12292
|
-
}))), (l) => l.pe.event.id, (l) =>
|
|
12321
|
+
}))), (l) => l.pe.event.id, (l) => Jo(e, l.pe, l.colIdx))}
|
|
12293
12322
|
</div>
|
|
12294
12323
|
</div>
|
|
12295
12324
|
</div>
|
|
12296
12325
|
`;
|
|
12297
12326
|
}
|
|
12298
|
-
function
|
|
12327
|
+
function Zo(e, t) {
|
|
12299
12328
|
const r = t.event.color || "blue";
|
|
12300
12329
|
return i`
|
|
12301
12330
|
<div
|
|
@@ -12313,7 +12342,7 @@ function Qo(e, t) {
|
|
|
12313
12342
|
</div>
|
|
12314
12343
|
`;
|
|
12315
12344
|
}
|
|
12316
|
-
function
|
|
12345
|
+
function ei(e) {
|
|
12317
12346
|
const t = e.miniCalendarGrid, r = e.miniCalendarWeekdays, l = e.miniCalendarDots, a = e.currentIsoDate;
|
|
12318
12347
|
return i`
|
|
12319
12348
|
<div class="ml-cv__mini-cal">
|
|
@@ -12355,7 +12384,7 @@ function Zo(e) {
|
|
|
12355
12384
|
</div>
|
|
12356
12385
|
`;
|
|
12357
12386
|
}
|
|
12358
|
-
function
|
|
12387
|
+
function ti(e) {
|
|
12359
12388
|
const t = e.dayEvents;
|
|
12360
12389
|
return i`
|
|
12361
12390
|
<div class="ml-cv__sidebar-title">Events for ${e.dayViewDateLabel}</div>
|
|
@@ -12379,7 +12408,7 @@ function ei(e) {
|
|
|
12379
12408
|
`)}
|
|
12380
12409
|
`;
|
|
12381
12410
|
}
|
|
12382
|
-
function
|
|
12411
|
+
function ri(e) {
|
|
12383
12412
|
const t = e.dayColumn, r = e.timeSlots;
|
|
12384
12413
|
return i`
|
|
12385
12414
|
<div class="ml-cv__day-layout">
|
|
@@ -12415,30 +12444,30 @@ function ti(e) {
|
|
|
12415
12444
|
`)}
|
|
12416
12445
|
|
|
12417
12446
|
<!-- Events -->
|
|
12418
|
-
${$(t.events, (l) => l.event.id, (l) =>
|
|
12447
|
+
${$(t.events, (l) => l.event.id, (l) => Zo(e, l))}
|
|
12419
12448
|
</div>
|
|
12420
12449
|
</div>
|
|
12421
12450
|
</div>
|
|
12422
12451
|
</div>
|
|
12423
12452
|
|
|
12424
12453
|
<div class="ml-cv__day-sidebar">
|
|
12425
|
-
${Zo(e)}
|
|
12426
12454
|
${ei(e)}
|
|
12455
|
+
${ti(e)}
|
|
12427
12456
|
</div>
|
|
12428
12457
|
</div>
|
|
12429
12458
|
`;
|
|
12430
12459
|
}
|
|
12431
|
-
function
|
|
12460
|
+
function li(e) {
|
|
12432
12461
|
return i`
|
|
12433
12462
|
<div class="ml-cv">
|
|
12434
|
-
${
|
|
12435
|
-
${d(e.view === "month", () =>
|
|
12436
|
-
${d(e.view === "week", () =>
|
|
12437
|
-
${d(e.view === "day", () =>
|
|
12463
|
+
${Uo(e)}
|
|
12464
|
+
${d(e.view === "month", () => Xo(e))}
|
|
12465
|
+
${d(e.view === "week", () => Qo(e))}
|
|
12466
|
+
${d(e.view === "day", () => ri(e))}
|
|
12438
12467
|
</div>
|
|
12439
12468
|
`;
|
|
12440
12469
|
}
|
|
12441
|
-
const
|
|
12470
|
+
const ai = () => y`
|
|
12442
12471
|
:host {
|
|
12443
12472
|
display: block;
|
|
12444
12473
|
font-family: var(--ml-font-sans);
|
|
@@ -13296,7 +13325,7 @@ var Gt = class {
|
|
|
13296
13325
|
}
|
|
13297
13326
|
}
|
|
13298
13327
|
get todayMonthAbbrev() {
|
|
13299
|
-
return
|
|
13328
|
+
return Vo(/* @__PURE__ */ new Date());
|
|
13300
13329
|
}
|
|
13301
13330
|
get todayDayNumber() {
|
|
13302
13331
|
return (/* @__PURE__ */ new Date()).getDate();
|
|
@@ -13305,15 +13334,15 @@ var Gt = class {
|
|
|
13305
13334
|
return Bt(this._currentDate);
|
|
13306
13335
|
}
|
|
13307
13336
|
get weekNumber() {
|
|
13308
|
-
return
|
|
13337
|
+
return Oo(this._currentDate);
|
|
13309
13338
|
}
|
|
13310
13339
|
get headerSubtitle() {
|
|
13311
13340
|
if (this.view === "month") return `Week ${this.weekNumber}`;
|
|
13312
13341
|
if (this.view === "week") {
|
|
13313
13342
|
const t = Hr(this._currentDate, this.weekStartsOn);
|
|
13314
|
-
return
|
|
13343
|
+
return No(t, K(t, 6));
|
|
13315
13344
|
}
|
|
13316
|
-
return
|
|
13345
|
+
return jo(this._currentDate);
|
|
13317
13346
|
}
|
|
13318
13347
|
get currentIsoDate() {
|
|
13319
13348
|
const t = this._currentDate;
|
|
@@ -13328,13 +13357,13 @@ var Gt = class {
|
|
|
13328
13357
|
return r;
|
|
13329
13358
|
}
|
|
13330
13359
|
get weekColumns() {
|
|
13331
|
-
return
|
|
13360
|
+
return qo(this._currentDate, this.weekStartsOn, this.events);
|
|
13332
13361
|
}
|
|
13333
13362
|
get timeSlots() {
|
|
13334
|
-
return
|
|
13363
|
+
return Fo();
|
|
13335
13364
|
}
|
|
13336
13365
|
get dayColumn() {
|
|
13337
|
-
return
|
|
13366
|
+
return Bo(this._currentDate, this.events);
|
|
13338
13367
|
}
|
|
13339
13368
|
get dayEvents() {
|
|
13340
13369
|
return ue(this.events, this.currentIsoDate);
|
|
@@ -13356,7 +13385,7 @@ var Gt = class {
|
|
|
13356
13385
|
return Ht(this._miniCalYear, this._miniCalMonth, this.weekStartsOn);
|
|
13357
13386
|
}
|
|
13358
13387
|
get miniCalendarDots() {
|
|
13359
|
-
return
|
|
13388
|
+
return Ho(this._miniCalYear, this._miniCalMonth, this.events);
|
|
13360
13389
|
}
|
|
13361
13390
|
setDate(t) {
|
|
13362
13391
|
this.date = N(t.getFullYear(), t.getMonth(), t.getDate()), this._miniCalYear = t.getFullYear(), this._miniCalMonth = t.getMonth(), this.elementRef.dispatchEvent(new CustomEvent("ml:date-change", {
|
|
@@ -13368,8 +13397,8 @@ var Gt = class {
|
|
|
13368
13397
|
};
|
|
13369
13398
|
Gt = g([_({
|
|
13370
13399
|
selector: "ml-calendar-view",
|
|
13371
|
-
template:
|
|
13372
|
-
styles:
|
|
13400
|
+
template: li,
|
|
13401
|
+
styles: ai,
|
|
13373
13402
|
attributes: [
|
|
13374
13403
|
"view",
|
|
13375
13404
|
"date",
|
|
@@ -13382,7 +13411,7 @@ Gt = g([_({
|
|
|
13382
13411
|
"hide-add-button"
|
|
13383
13412
|
]
|
|
13384
13413
|
})], Gt);
|
|
13385
|
-
const
|
|
13414
|
+
const oi = (e) => i`<i class="${e.format === "regular" ? "ph" : `ph-${e.format}`}">${e.format === "regular" ? e.icon : `${e.icon}-${e.format}`}</i>`, ii = () => y`
|
|
13386
13415
|
:host {
|
|
13387
13416
|
display: inline-flex;
|
|
13388
13417
|
align-items: center;
|
|
@@ -13417,15 +13446,15 @@ var Ut = class {
|
|
|
13417
13446
|
};
|
|
13418
13447
|
Ut = g([_({
|
|
13419
13448
|
selector: "ml-icon",
|
|
13420
|
-
template:
|
|
13421
|
-
styles:
|
|
13449
|
+
template: oi,
|
|
13450
|
+
styles: ii,
|
|
13422
13451
|
attributes: [
|
|
13423
13452
|
"icon",
|
|
13424
13453
|
"format",
|
|
13425
13454
|
"size"
|
|
13426
13455
|
]
|
|
13427
13456
|
})], Ut);
|
|
13428
|
-
function
|
|
13457
|
+
function si(e) {
|
|
13429
13458
|
const t = e.tabs.length > 0;
|
|
13430
13459
|
return i`
|
|
13431
13460
|
<div
|
|
@@ -13442,7 +13471,7 @@ function ii(e) {
|
|
|
13442
13471
|
aria-orientation=${e.orientation}
|
|
13443
13472
|
@keydown=${e.handleKeyDown}
|
|
13444
13473
|
>
|
|
13445
|
-
${t ? $(e.tabs, (r) => `${r.value}-${e.value === r.value}`, (r) =>
|
|
13474
|
+
${t ? $(e.tabs, (r) => `${r.value}-${e.value === r.value}`, (r) => ni(e, r)) : i`<slot name="tab" @slotchange=${e.handleTabSlotChange}></slot>`}
|
|
13446
13475
|
</div>
|
|
13447
13476
|
|
|
13448
13477
|
<div class="ml-tabs__panels">
|
|
@@ -13451,7 +13480,7 @@ function ii(e) {
|
|
|
13451
13480
|
</div>
|
|
13452
13481
|
`;
|
|
13453
13482
|
}
|
|
13454
|
-
function
|
|
13483
|
+
function ni(e, t) {
|
|
13455
13484
|
const r = e.value === t.value;
|
|
13456
13485
|
return i`
|
|
13457
13486
|
<button
|
|
@@ -13474,7 +13503,7 @@ function si(e, t) {
|
|
|
13474
13503
|
</button>
|
|
13475
13504
|
`;
|
|
13476
13505
|
}
|
|
13477
|
-
const
|
|
13506
|
+
const di = () => y`
|
|
13478
13507
|
:host {
|
|
13479
13508
|
display: block;
|
|
13480
13509
|
width: 100%;
|
|
@@ -13816,8 +13845,8 @@ var Yt = class {
|
|
|
13816
13845
|
};
|
|
13817
13846
|
Yt = g([_({
|
|
13818
13847
|
selector: "ml-tabs",
|
|
13819
|
-
template:
|
|
13820
|
-
styles:
|
|
13848
|
+
template: si,
|
|
13849
|
+
styles: di,
|
|
13821
13850
|
attributes: [
|
|
13822
13851
|
"value",
|
|
13823
13852
|
"variant",
|
|
@@ -13826,7 +13855,7 @@ Yt = g([_({
|
|
|
13826
13855
|
"routed"
|
|
13827
13856
|
]
|
|
13828
13857
|
})], Yt);
|
|
13829
|
-
function
|
|
13858
|
+
function ci(e) {
|
|
13830
13859
|
return i`
|
|
13831
13860
|
<button
|
|
13832
13861
|
type="button"
|
|
@@ -13848,7 +13877,7 @@ function di(e) {
|
|
|
13848
13877
|
</button>
|
|
13849
13878
|
`;
|
|
13850
13879
|
}
|
|
13851
|
-
const
|
|
13880
|
+
const mi = () => y`
|
|
13852
13881
|
:host {
|
|
13853
13882
|
display: contents;
|
|
13854
13883
|
}
|
|
@@ -13909,8 +13938,8 @@ var Xt = class {
|
|
|
13909
13938
|
};
|
|
13910
13939
|
Xt = g([_({
|
|
13911
13940
|
selector: "ml-tab",
|
|
13912
|
-
template:
|
|
13913
|
-
styles:
|
|
13941
|
+
template: ci,
|
|
13942
|
+
styles: mi,
|
|
13914
13943
|
attributes: [
|
|
13915
13944
|
"value",
|
|
13916
13945
|
"label",
|
|
@@ -13920,14 +13949,14 @@ Xt = g([_({
|
|
|
13920
13949
|
"href"
|
|
13921
13950
|
]
|
|
13922
13951
|
})], Xt);
|
|
13923
|
-
function
|
|
13952
|
+
function ui(e) {
|
|
13924
13953
|
return i`
|
|
13925
13954
|
<div class="ml-tab-panel" role="tabpanel">
|
|
13926
13955
|
<slot></slot>
|
|
13927
13956
|
</div>
|
|
13928
13957
|
`;
|
|
13929
13958
|
}
|
|
13930
|
-
const
|
|
13959
|
+
const hi = () => y`
|
|
13931
13960
|
:host {
|
|
13932
13961
|
display: block;
|
|
13933
13962
|
}
|
|
@@ -13952,11 +13981,11 @@ var Jt = class {
|
|
|
13952
13981
|
};
|
|
13953
13982
|
Jt = g([_({
|
|
13954
13983
|
selector: "ml-tab-panel",
|
|
13955
|
-
template:
|
|
13956
|
-
styles:
|
|
13984
|
+
template: ui,
|
|
13985
|
+
styles: hi,
|
|
13957
13986
|
attributes: ["value"]
|
|
13958
13987
|
})], Jt);
|
|
13959
|
-
function
|
|
13988
|
+
function pi(e) {
|
|
13960
13989
|
return i`
|
|
13961
13990
|
<nav class="ml-breadcrumb" aria-label="Breadcrumb">
|
|
13962
13991
|
<ol class="ml-breadcrumb__list">
|
|
@@ -13965,7 +13994,7 @@ function hi(e) {
|
|
|
13965
13994
|
</nav>
|
|
13966
13995
|
`;
|
|
13967
13996
|
}
|
|
13968
|
-
const
|
|
13997
|
+
const vi = () => y`
|
|
13969
13998
|
:host {
|
|
13970
13999
|
display: block;
|
|
13971
14000
|
}
|
|
@@ -13987,11 +14016,11 @@ var Qt = class {
|
|
|
13987
14016
|
};
|
|
13988
14017
|
Qt = g([_({
|
|
13989
14018
|
selector: "ml-breadcrumb",
|
|
13990
|
-
template:
|
|
13991
|
-
styles:
|
|
14019
|
+
template: pi,
|
|
14020
|
+
styles: vi,
|
|
13992
14021
|
attributes: ["separator"]
|
|
13993
14022
|
})], Qt);
|
|
13994
|
-
function
|
|
14023
|
+
function gi(e) {
|
|
13995
14024
|
const t = e.separator === "slash" ? "slash-forward" : "caret-right";
|
|
13996
14025
|
return i`
|
|
13997
14026
|
<li
|
|
@@ -14017,7 +14046,7 @@ function vi(e) {
|
|
|
14017
14046
|
</li>
|
|
14018
14047
|
`;
|
|
14019
14048
|
}
|
|
14020
|
-
const
|
|
14049
|
+
const bi = () => y`
|
|
14021
14050
|
:host {
|
|
14022
14051
|
display: contents;
|
|
14023
14052
|
}
|
|
@@ -14085,8 +14114,8 @@ var Zt = class {
|
|
|
14085
14114
|
};
|
|
14086
14115
|
Zt = g([_({
|
|
14087
14116
|
selector: "ml-breadcrumb-item",
|
|
14088
|
-
template:
|
|
14089
|
-
styles:
|
|
14117
|
+
template: gi,
|
|
14118
|
+
styles: bi,
|
|
14090
14119
|
attributes: [
|
|
14091
14120
|
"href",
|
|
14092
14121
|
"icon",
|
|
@@ -14094,7 +14123,7 @@ Zt = g([_({
|
|
|
14094
14123
|
"separator"
|
|
14095
14124
|
]
|
|
14096
14125
|
})], Zt);
|
|
14097
|
-
function
|
|
14126
|
+
function fi(e) {
|
|
14098
14127
|
return i`
|
|
14099
14128
|
<nav class="ml-pagination" aria-label="Pagination">
|
|
14100
14129
|
<button
|
|
@@ -14144,7 +14173,7 @@ function bi(e) {
|
|
|
14144
14173
|
</nav>
|
|
14145
14174
|
`;
|
|
14146
14175
|
}
|
|
14147
|
-
const
|
|
14176
|
+
const _i = () => y`
|
|
14148
14177
|
:host {
|
|
14149
14178
|
display: block;
|
|
14150
14179
|
}
|
|
@@ -14276,15 +14305,15 @@ var er = class {
|
|
|
14276
14305
|
};
|
|
14277
14306
|
er = g([_({
|
|
14278
14307
|
selector: "ml-pagination",
|
|
14279
|
-
template:
|
|
14280
|
-
styles:
|
|
14308
|
+
template: fi,
|
|
14309
|
+
styles: _i,
|
|
14281
14310
|
attributes: [
|
|
14282
14311
|
"page",
|
|
14283
14312
|
"total-pages",
|
|
14284
14313
|
"siblings"
|
|
14285
14314
|
]
|
|
14286
14315
|
})], er);
|
|
14287
|
-
function
|
|
14316
|
+
function yi(e) {
|
|
14288
14317
|
const t = e.navigation.length > 0, r = e.footerNavigation.length > 0, l = e.collapsed;
|
|
14289
14318
|
return i`
|
|
14290
14319
|
<aside
|
|
@@ -14307,7 +14336,7 @@ function _i(e) {
|
|
|
14307
14336
|
`)}
|
|
14308
14337
|
|
|
14309
14338
|
<div class="ml-sidebar__main">
|
|
14310
|
-
${t ? $(e.navigation, (a, o) => `nav-group-${o}`, (a) =>
|
|
14339
|
+
${t ? $(e.navigation, (a, o) => `nav-group-${o}`, (a) => xi(e, a)) : i`<slot @slotchange=${e.handleDefaultSlotChange}></slot>`}
|
|
14311
14340
|
</div>
|
|
14312
14341
|
|
|
14313
14342
|
<div class="ml-sidebar__footer">
|
|
@@ -14336,7 +14365,7 @@ function _i(e) {
|
|
|
14336
14365
|
</aside>
|
|
14337
14366
|
`;
|
|
14338
14367
|
}
|
|
14339
|
-
function
|
|
14368
|
+
function xi(e, t) {
|
|
14340
14369
|
const r = e.collapsed;
|
|
14341
14370
|
return i`
|
|
14342
14371
|
<div class="ml-sidebar__group">
|
|
@@ -14419,7 +14448,7 @@ function Ne(e, t, r) {
|
|
|
14419
14448
|
</div>
|
|
14420
14449
|
`;
|
|
14421
14450
|
}
|
|
14422
|
-
const
|
|
14451
|
+
const wi = () => y`
|
|
14423
14452
|
:host {
|
|
14424
14453
|
display: block;
|
|
14425
14454
|
height: 100%;
|
|
@@ -14708,8 +14737,8 @@ const xi = () => y`
|
|
|
14708
14737
|
`;
|
|
14709
14738
|
var tr = class {
|
|
14710
14739
|
constructor() {
|
|
14711
|
-
this.variant = "default", this.active = "", this.collapsed = !1, this.navigation = [], this.footerNavigation = [], this.
|
|
14712
|
-
this.
|
|
14740
|
+
this.variant = "default", this.active = "", this.collapsed = !1, this.navigation = [], this.footerNavigation = [], this._hoverTimer = null, this._handleItemClick = this.onItemClick.bind(this), this._handleMouseEnter = this.onMouseEnter.bind(this), this._handleMouseLeave = this.onMouseLeave.bind(this), this.handleDefaultSlotChange = () => {
|
|
14741
|
+
this.updateItemStates();
|
|
14713
14742
|
}, this.handleConfigItemClick = (t, r) => {
|
|
14714
14743
|
this.activateItem(t, r);
|
|
14715
14744
|
}, this.handleConfigToggle = (t) => {
|
|
@@ -14804,11 +14833,11 @@ var tr = class {
|
|
|
14804
14833
|
};
|
|
14805
14834
|
tr = g([_({
|
|
14806
14835
|
selector: "ml-sidebar",
|
|
14807
|
-
template:
|
|
14808
|
-
styles:
|
|
14836
|
+
template: yi,
|
|
14837
|
+
styles: wi,
|
|
14809
14838
|
attributes: ["variant", "active"]
|
|
14810
14839
|
})], tr);
|
|
14811
|
-
function
|
|
14840
|
+
function ki(e) {
|
|
14812
14841
|
return i`
|
|
14813
14842
|
<div class="ml-sidebar-group">
|
|
14814
14843
|
${d(!!e.label && !e.collapsed, () => i`
|
|
@@ -14820,7 +14849,7 @@ function wi(e) {
|
|
|
14820
14849
|
</div>
|
|
14821
14850
|
`;
|
|
14822
14851
|
}
|
|
14823
|
-
const
|
|
14852
|
+
const $i = () => y`
|
|
14824
14853
|
:host {
|
|
14825
14854
|
display: block;
|
|
14826
14855
|
}
|
|
@@ -14855,15 +14884,15 @@ var rr = class {
|
|
|
14855
14884
|
};
|
|
14856
14885
|
rr = g([_({
|
|
14857
14886
|
selector: "ml-sidebar-group",
|
|
14858
|
-
template:
|
|
14859
|
-
styles:
|
|
14887
|
+
template: ki,
|
|
14888
|
+
styles: $i,
|
|
14860
14889
|
attributes: ["label", "collapsed"]
|
|
14861
14890
|
})], rr);
|
|
14862
|
-
function
|
|
14891
|
+
function Ci(e) {
|
|
14863
14892
|
const t = parseInt(e.level, 10) || 0, r = e.collapsed, l = i`
|
|
14864
14893
|
<div class="ml-sidebar-item__leading">
|
|
14865
14894
|
<slot name="leading">
|
|
14866
|
-
${d(!!e.icon, () => i`<ml-icon icon=${e.icon} size="sm"></ml-icon>`)}
|
|
14895
|
+
${d(!!e.icon, () => i`<ml-icon icon=${e.icon} size="sm" format=${e["icon-format"] || "regular"}></ml-icon>`)}
|
|
14867
14896
|
</slot>
|
|
14868
14897
|
</div>
|
|
14869
14898
|
${d(!r, () => i`
|
|
@@ -14930,7 +14959,7 @@ function $i(e) {
|
|
|
14930
14959
|
</div>
|
|
14931
14960
|
`;
|
|
14932
14961
|
}
|
|
14933
|
-
const
|
|
14962
|
+
const Si = () => y`
|
|
14934
14963
|
:host {
|
|
14935
14964
|
display: block;
|
|
14936
14965
|
}
|
|
@@ -15081,7 +15110,7 @@ const Ci = () => y`
|
|
|
15081
15110
|
`;
|
|
15082
15111
|
var lr = class {
|
|
15083
15112
|
constructor() {
|
|
15084
|
-
this.icon = "", this.label = "", this.value = "", this.href = "", this.active = !1, this.disabled = !1, this.badge = "", this["badge-color"] = "default", this.external = !1, this.expanded = !1, this.collapsed = !1, this.level = "0", this._hasChildren = !1, this.handleSlotChange = (t) => {
|
|
15113
|
+
this.icon = "", this["icon-format"] = "", this.label = "", this.value = "", this.href = "", this.active = !1, this.disabled = !1, this.badge = "", this["badge-color"] = "default", this.external = !1, this.expanded = !1, this.collapsed = !1, this.level = "0", this._hasChildren = !1, this.handleSlotChange = (t) => {
|
|
15085
15114
|
this._hasChildren = t.target.assignedElements({ flatten: !0 }).some((r) => r.tagName === "ML-SIDEBAR-ITEM");
|
|
15086
15115
|
}, this.handleClick = (t) => {
|
|
15087
15116
|
if (!this.disabled) {
|
|
@@ -15112,10 +15141,11 @@ var lr = class {
|
|
|
15112
15141
|
};
|
|
15113
15142
|
lr = g([_({
|
|
15114
15143
|
selector: "ml-sidebar-item",
|
|
15115
|
-
template:
|
|
15116
|
-
styles:
|
|
15144
|
+
template: Ci,
|
|
15145
|
+
styles: Si,
|
|
15117
15146
|
attributes: [
|
|
15118
15147
|
"icon",
|
|
15148
|
+
"icon-format",
|
|
15119
15149
|
"label",
|
|
15120
15150
|
"value",
|
|
15121
15151
|
"href",
|
|
@@ -15129,7 +15159,7 @@ lr = g([_({
|
|
|
15129
15159
|
"level"
|
|
15130
15160
|
]
|
|
15131
15161
|
})], lr);
|
|
15132
|
-
function
|
|
15162
|
+
function Ei(e) {
|
|
15133
15163
|
const t = e.steps.length > 0, r = e.compact;
|
|
15134
15164
|
return i`
|
|
15135
15165
|
<div
|
|
@@ -15146,7 +15176,7 @@ function Si(e) {
|
|
|
15146
15176
|
aria-orientation=${e.orientation}
|
|
15147
15177
|
@keydown=${e.handleKeyDown}
|
|
15148
15178
|
>
|
|
15149
|
-
${t ? $(e.steps, (l) => `${l.value}-${e.active === l.value}`, (l, a) =>
|
|
15179
|
+
${t ? $(e.steps, (l) => `${l.value}-${e.active === l.value}`, (l, a) => Ri(e, l, a)) : i`<slot name="step" @slotchange=${e.handleStepSlotChange}></slot>`}
|
|
15150
15180
|
</div>
|
|
15151
15181
|
|
|
15152
15182
|
${d(r, () => i`
|
|
@@ -15161,7 +15191,7 @@ function Si(e) {
|
|
|
15161
15191
|
</div>
|
|
15162
15192
|
`;
|
|
15163
15193
|
}
|
|
15164
|
-
function
|
|
15194
|
+
function Ri(e, t, r) {
|
|
15165
15195
|
const l = e.steps, a = r === 0, o = r === l.length - 1, s = e.getStepStatus(t.value), n = e.variant === "bar", c = e.compact;
|
|
15166
15196
|
return i`
|
|
15167
15197
|
<div
|
|
@@ -15183,13 +15213,13 @@ function Ei(e, t, r) {
|
|
|
15183
15213
|
tabindex=${s === "current" ? "0" : "-1"}
|
|
15184
15214
|
@click=${() => e.handleStepClick(t.value, t.href)}
|
|
15185
15215
|
>
|
|
15186
|
-
${d(n, () =>
|
|
15187
|
-
${d(!n && !c, () =>
|
|
15188
|
-
${d(!n && c, () =>
|
|
15216
|
+
${d(n, () => Ti(e, t))}
|
|
15217
|
+
${d(!n && !c, () => zi(e, t, r, a, o, s))}
|
|
15218
|
+
${d(!n && c, () => Ai(e, s))}
|
|
15189
15219
|
</div>
|
|
15190
15220
|
`;
|
|
15191
15221
|
}
|
|
15192
|
-
function
|
|
15222
|
+
function Ti(e, t) {
|
|
15193
15223
|
return i`
|
|
15194
15224
|
<div class="ml-step__bar"></div>
|
|
15195
15225
|
<div class="ml-step__content">
|
|
@@ -15198,12 +15228,12 @@ function Ri(e, t) {
|
|
|
15198
15228
|
</div>
|
|
15199
15229
|
`;
|
|
15200
15230
|
}
|
|
15201
|
-
function
|
|
15231
|
+
function zi(e, t, r, l, a, o) {
|
|
15202
15232
|
return i`
|
|
15203
15233
|
<div class="ml-step__track">
|
|
15204
15234
|
<div class="ml-step__connector-before ${l ? "ml-step__connector--hidden" : `ml-step__connector--${e.connector}`}"></div>
|
|
15205
15235
|
<div class="ml-step__indicator">
|
|
15206
|
-
${
|
|
15236
|
+
${Di(e, t, r, o)}
|
|
15207
15237
|
</div>
|
|
15208
15238
|
<div class="ml-step__connector-after ${a ? "ml-step__connector--hidden" : `ml-step__connector--${e.connector}`}"></div>
|
|
15209
15239
|
</div>
|
|
@@ -15213,10 +15243,10 @@ function Ti(e, t, r, l, a, o) {
|
|
|
15213
15243
|
</div>
|
|
15214
15244
|
`;
|
|
15215
15245
|
}
|
|
15216
|
-
function
|
|
15246
|
+
function Ai(e, t) {
|
|
15217
15247
|
return i`<div class="ml-step__dot"></div>`;
|
|
15218
15248
|
}
|
|
15219
|
-
function
|
|
15249
|
+
function Di(e, t, r, l) {
|
|
15220
15250
|
switch (e.variant) {
|
|
15221
15251
|
case "numbered":
|
|
15222
15252
|
return i`
|
|
@@ -15242,7 +15272,7 @@ function Ai(e, t, r, l) {
|
|
|
15242
15272
|
return i``;
|
|
15243
15273
|
}
|
|
15244
15274
|
}
|
|
15245
|
-
const
|
|
15275
|
+
const Ii = () => y`
|
|
15246
15276
|
:host {
|
|
15247
15277
|
display: block;
|
|
15248
15278
|
width: 100%;
|
|
@@ -15892,8 +15922,8 @@ var ar = class {
|
|
|
15892
15922
|
};
|
|
15893
15923
|
ar = g([_({
|
|
15894
15924
|
selector: "ml-steps",
|
|
15895
|
-
template:
|
|
15896
|
-
styles:
|
|
15925
|
+
template: Ei,
|
|
15926
|
+
styles: Ii,
|
|
15897
15927
|
attributes: [
|
|
15898
15928
|
"active",
|
|
15899
15929
|
"variant",
|
|
@@ -15904,7 +15934,7 @@ ar = g([_({
|
|
|
15904
15934
|
"routed"
|
|
15905
15935
|
]
|
|
15906
15936
|
})], ar);
|
|
15907
|
-
function
|
|
15937
|
+
function Mi(e) {
|
|
15908
15938
|
const t = e.variant === "bar", r = e.compact;
|
|
15909
15939
|
return i`
|
|
15910
15940
|
<div
|
|
@@ -15925,13 +15955,13 @@ function Ii(e) {
|
|
|
15925
15955
|
tabindex=${e.status === "current" ? "0" : "-1"}
|
|
15926
15956
|
@click=${e.handleClick}
|
|
15927
15957
|
>
|
|
15928
|
-
${d(t, () =>
|
|
15929
|
-
${d(!t && !r, () =>
|
|
15930
|
-
${d(!t && r, () =>
|
|
15958
|
+
${d(t, () => Pi(e))}
|
|
15959
|
+
${d(!t && !r, () => Oi(e))}
|
|
15960
|
+
${d(!t && r, () => Ni(e))}
|
|
15931
15961
|
</div>
|
|
15932
15962
|
`;
|
|
15933
15963
|
}
|
|
15934
|
-
function
|
|
15964
|
+
function Pi(e) {
|
|
15935
15965
|
return i`
|
|
15936
15966
|
<div class="ml-step__bar"></div>
|
|
15937
15967
|
<div class="ml-step__content">
|
|
@@ -15940,12 +15970,12 @@ function Mi(e) {
|
|
|
15940
15970
|
</div>
|
|
15941
15971
|
`;
|
|
15942
15972
|
}
|
|
15943
|
-
function
|
|
15973
|
+
function Oi(e) {
|
|
15944
15974
|
return i`
|
|
15945
15975
|
<div class="ml-step__track">
|
|
15946
15976
|
<div class="ml-step__connector-before ${e.first ? "ml-step__connector--hidden" : `ml-step__connector--${e.connector}`}"></div>
|
|
15947
15977
|
<div class="ml-step__indicator">
|
|
15948
|
-
${
|
|
15978
|
+
${Li(e)}
|
|
15949
15979
|
</div>
|
|
15950
15980
|
<div class="ml-step__connector-after ${e.last ? "ml-step__connector--hidden" : `ml-step__connector--${e.connector}`}"></div>
|
|
15951
15981
|
</div>
|
|
@@ -15955,19 +15985,19 @@ function Pi(e) {
|
|
|
15955
15985
|
</div>
|
|
15956
15986
|
`;
|
|
15957
15987
|
}
|
|
15958
|
-
function
|
|
15988
|
+
function Ni(e) {
|
|
15959
15989
|
return i`
|
|
15960
15990
|
<div class="ml-step__dot"></div>
|
|
15961
15991
|
`;
|
|
15962
15992
|
}
|
|
15963
|
-
function
|
|
15993
|
+
function Li(e) {
|
|
15964
15994
|
switch (e.variant) {
|
|
15965
15995
|
case "numbered":
|
|
15966
15996
|
return or(e);
|
|
15967
15997
|
case "circles":
|
|
15968
|
-
return Li(e);
|
|
15969
|
-
case "icons":
|
|
15970
15998
|
return Vi(e);
|
|
15999
|
+
case "icons":
|
|
16000
|
+
return ji(e);
|
|
15971
16001
|
default:
|
|
15972
16002
|
return or(e);
|
|
15973
16003
|
}
|
|
@@ -15981,7 +16011,7 @@ function or(e) {
|
|
|
15981
16011
|
</div>
|
|
15982
16012
|
`;
|
|
15983
16013
|
}
|
|
15984
|
-
function
|
|
16014
|
+
function Vi(e) {
|
|
15985
16015
|
const t = e.status === "completed";
|
|
15986
16016
|
return i`
|
|
15987
16017
|
<div class="ml-step__indicator-inner ml-step__indicator-inner--circles">
|
|
@@ -15990,14 +16020,14 @@ function Li(e) {
|
|
|
15990
16020
|
</div>
|
|
15991
16021
|
`;
|
|
15992
16022
|
}
|
|
15993
|
-
function
|
|
16023
|
+
function ji(e) {
|
|
15994
16024
|
return i`
|
|
15995
16025
|
<div class="ml-step__indicator-inner ml-step__indicator-inner--icons">
|
|
15996
16026
|
<ml-icon icon=${e.icon || "circle"} size="sm"></ml-icon>
|
|
15997
16027
|
</div>
|
|
15998
16028
|
`;
|
|
15999
16029
|
}
|
|
16000
|
-
const
|
|
16030
|
+
const Fi = () => y`
|
|
16001
16031
|
:host {
|
|
16002
16032
|
display: contents;
|
|
16003
16033
|
}
|
|
@@ -16517,8 +16547,8 @@ var ir = class {
|
|
|
16517
16547
|
};
|
|
16518
16548
|
ir = g([_({
|
|
16519
16549
|
selector: "ml-step",
|
|
16520
|
-
template:
|
|
16521
|
-
styles:
|
|
16550
|
+
template: Mi,
|
|
16551
|
+
styles: Fi,
|
|
16522
16552
|
attributes: [
|
|
16523
16553
|
"value",
|
|
16524
16554
|
"label",
|
|
@@ -16536,14 +16566,14 @@ ir = g([_({
|
|
|
16536
16566
|
"compact"
|
|
16537
16567
|
]
|
|
16538
16568
|
})], ir);
|
|
16539
|
-
function
|
|
16569
|
+
function qi(e) {
|
|
16540
16570
|
return i`
|
|
16541
16571
|
<div class="ml-step-panel" role="tabpanel">
|
|
16542
16572
|
<slot></slot>
|
|
16543
16573
|
</div>
|
|
16544
16574
|
`;
|
|
16545
16575
|
}
|
|
16546
|
-
const
|
|
16576
|
+
const Bi = () => y`
|
|
16547
16577
|
:host {
|
|
16548
16578
|
display: block;
|
|
16549
16579
|
}
|
|
@@ -16563,11 +16593,11 @@ var sr = class {
|
|
|
16563
16593
|
};
|
|
16564
16594
|
sr = g([_({
|
|
16565
16595
|
selector: "ml-step-panel",
|
|
16566
|
-
template:
|
|
16567
|
-
styles:
|
|
16596
|
+
template: qi,
|
|
16597
|
+
styles: Bi,
|
|
16568
16598
|
attributes: ["value"]
|
|
16569
16599
|
})], sr);
|
|
16570
|
-
const
|
|
16600
|
+
const Hi = () => i`<dialog class="ml-dialog">
|
|
16571
16601
|
<div class="ml-dialog-header">
|
|
16572
16602
|
<slot name="dialog-header"></slot>
|
|
16573
16603
|
</div>
|
|
@@ -16579,7 +16609,7 @@ const Bi = () => i`<dialog class="ml-dialog">
|
|
|
16579
16609
|
<div class="ml-dialog-footer">
|
|
16580
16610
|
<slot name="dialog-footer"></slot>
|
|
16581
16611
|
</div>
|
|
16582
|
-
</dialog> `,
|
|
16612
|
+
</dialog> `, Ki = () => y`
|
|
16583
16613
|
:host {
|
|
16584
16614
|
display: contents;
|
|
16585
16615
|
}
|
|
@@ -16758,7 +16788,7 @@ const Bi = () => i`<dialog class="ml-dialog">
|
|
|
16758
16788
|
}
|
|
16759
16789
|
}
|
|
16760
16790
|
`;
|
|
16761
|
-
var
|
|
16791
|
+
var Wi = class {
|
|
16762
16792
|
constructor(e, t) {
|
|
16763
16793
|
this._dialogID = e, this._dialogEl = t, this._afterOpenedCallback = null, this._afterClosedCallback = null, this._disableClose = !1, this._handleCancel = this.onCancel.bind(this), this._handleBackdropClick = this.onBackdropClick.bind(this), this._dialogEl.addEventListener("cancel", this._handleCancel), this._dialogEl.addEventListener("click", this._handleBackdropClick);
|
|
16764
16794
|
}
|
|
@@ -16801,7 +16831,7 @@ var Ki = class {
|
|
|
16801
16831
|
this._dialogs = /* @__PURE__ */ new Map();
|
|
16802
16832
|
}
|
|
16803
16833
|
addDialog(t, r) {
|
|
16804
|
-
const l = new
|
|
16834
|
+
const l = new Wi(t, r);
|
|
16805
16835
|
return this._dialogs.set(t, {
|
|
16806
16836
|
dialogRef: l,
|
|
16807
16837
|
dialogComponent: void 0
|
|
@@ -16864,11 +16894,11 @@ var nr, Te = class {
|
|
|
16864
16894
|
g([H(Z), j("design:type", typeof (nr = typeof Z < "u" && Z) == "function" ? nr : Object)], Te.prototype, "_dialogService", void 0);
|
|
16865
16895
|
Te = g([_({
|
|
16866
16896
|
selector: "ml-dialog",
|
|
16867
|
-
template:
|
|
16868
|
-
styles:
|
|
16897
|
+
template: Hi,
|
|
16898
|
+
styles: Ki,
|
|
16869
16899
|
attributes: []
|
|
16870
16900
|
})], Te);
|
|
16871
|
-
function
|
|
16901
|
+
function Gi(e) {
|
|
16872
16902
|
const t = e.side === "left" ? "left" : "right", r = e.size === "sm" || e.size === "md" || e.size === "lg" || e.size === "xl" ? e.size : "md";
|
|
16873
16903
|
return i`
|
|
16874
16904
|
<dialog
|
|
@@ -16903,7 +16933,7 @@ function Wi(e) {
|
|
|
16903
16933
|
</dialog>
|
|
16904
16934
|
`;
|
|
16905
16935
|
}
|
|
16906
|
-
const
|
|
16936
|
+
const Ui = () => y`
|
|
16907
16937
|
:host {
|
|
16908
16938
|
display: contents;
|
|
16909
16939
|
}
|
|
@@ -17127,15 +17157,15 @@ var dr = class {
|
|
|
17127
17157
|
};
|
|
17128
17158
|
dr = g([_({
|
|
17129
17159
|
selector: "ml-drawer",
|
|
17130
|
-
template:
|
|
17131
|
-
styles:
|
|
17160
|
+
template: Gi,
|
|
17161
|
+
styles: Ui,
|
|
17132
17162
|
attributes: [
|
|
17133
17163
|
"side",
|
|
17134
17164
|
"size",
|
|
17135
17165
|
"show-close"
|
|
17136
17166
|
]
|
|
17137
17167
|
})], dr);
|
|
17138
|
-
function
|
|
17168
|
+
function Yi(e) {
|
|
17139
17169
|
return i`
|
|
17140
17170
|
<div class="ml-dropdown">
|
|
17141
17171
|
<div class="ml-dropdown__trigger" @click=${e.toggle}>
|
|
@@ -17152,7 +17182,7 @@ function Ui(e) {
|
|
|
17152
17182
|
</div>
|
|
17153
17183
|
`;
|
|
17154
17184
|
}
|
|
17155
|
-
const
|
|
17185
|
+
const Xi = () => y`
|
|
17156
17186
|
:host {
|
|
17157
17187
|
display: inline-block;
|
|
17158
17188
|
}
|
|
@@ -17407,15 +17437,15 @@ var cr = class {
|
|
|
17407
17437
|
};
|
|
17408
17438
|
cr = g([_({
|
|
17409
17439
|
selector: "ml-dropdown",
|
|
17410
|
-
template:
|
|
17411
|
-
styles:
|
|
17440
|
+
template: Yi,
|
|
17441
|
+
styles: Xi,
|
|
17412
17442
|
attributes: [
|
|
17413
17443
|
"placement",
|
|
17414
17444
|
"offset",
|
|
17415
17445
|
"arrow"
|
|
17416
17446
|
]
|
|
17417
17447
|
})], cr);
|
|
17418
|
-
function
|
|
17448
|
+
function Ji(e) {
|
|
17419
17449
|
return i`
|
|
17420
17450
|
<div
|
|
17421
17451
|
class=${v({
|
|
@@ -17435,7 +17465,7 @@ function Xi(e) {
|
|
|
17435
17465
|
</div>
|
|
17436
17466
|
`;
|
|
17437
17467
|
}
|
|
17438
|
-
const
|
|
17468
|
+
const Qi = () => y`
|
|
17439
17469
|
:host {
|
|
17440
17470
|
display: block;
|
|
17441
17471
|
}
|
|
@@ -17516,8 +17546,8 @@ var mr = class {
|
|
|
17516
17546
|
};
|
|
17517
17547
|
mr = g([_({
|
|
17518
17548
|
selector: "ml-dropdown-item",
|
|
17519
|
-
template:
|
|
17520
|
-
styles:
|
|
17549
|
+
template: Ji,
|
|
17550
|
+
styles: Qi,
|
|
17521
17551
|
attributes: [
|
|
17522
17552
|
"value",
|
|
17523
17553
|
"icon",
|
|
@@ -17526,10 +17556,10 @@ mr = g([_({
|
|
|
17526
17556
|
"destructive"
|
|
17527
17557
|
]
|
|
17528
17558
|
})], mr);
|
|
17529
|
-
function
|
|
17559
|
+
function Zi() {
|
|
17530
17560
|
return i`<div class="ml-dropdown-separator" role="separator"></div>`;
|
|
17531
17561
|
}
|
|
17532
|
-
const
|
|
17562
|
+
const es = () => y`
|
|
17533
17563
|
:host {
|
|
17534
17564
|
display: block;
|
|
17535
17565
|
}
|
|
@@ -17544,10 +17574,10 @@ var ur = class {
|
|
|
17544
17574
|
};
|
|
17545
17575
|
ur = g([_({
|
|
17546
17576
|
selector: "ml-dropdown-separator",
|
|
17547
|
-
template:
|
|
17548
|
-
styles:
|
|
17577
|
+
template: Zi,
|
|
17578
|
+
styles: es
|
|
17549
17579
|
})], ur);
|
|
17550
|
-
function
|
|
17580
|
+
function ts(e) {
|
|
17551
17581
|
return i`
|
|
17552
17582
|
<div class="ml-dropdown-group" role="group">
|
|
17553
17583
|
${d(!!e.label, () => i`<div class="ml-dropdown-group__label">${e.label}</div>`)}
|
|
@@ -17555,7 +17585,7 @@ function es(e) {
|
|
|
17555
17585
|
</div>
|
|
17556
17586
|
`;
|
|
17557
17587
|
}
|
|
17558
|
-
const
|
|
17588
|
+
const rs = () => y`
|
|
17559
17589
|
:host {
|
|
17560
17590
|
display: block;
|
|
17561
17591
|
}
|
|
@@ -17577,11 +17607,11 @@ var hr = class {
|
|
|
17577
17607
|
};
|
|
17578
17608
|
hr = g([_({
|
|
17579
17609
|
selector: "ml-dropdown-group",
|
|
17580
|
-
template:
|
|
17581
|
-
styles:
|
|
17610
|
+
template: ts,
|
|
17611
|
+
styles: rs,
|
|
17582
17612
|
attributes: ["label"]
|
|
17583
17613
|
})], hr);
|
|
17584
|
-
function
|
|
17614
|
+
function ls(e) {
|
|
17585
17615
|
return i`
|
|
17586
17616
|
<div class="ml-tooltip">
|
|
17587
17617
|
<div
|
|
@@ -17607,7 +17637,7 @@ function rs(e) {
|
|
|
17607
17637
|
</div>
|
|
17608
17638
|
`;
|
|
17609
17639
|
}
|
|
17610
|
-
const
|
|
17640
|
+
const as = () => y`
|
|
17611
17641
|
:host {
|
|
17612
17642
|
display: inline-block;
|
|
17613
17643
|
}
|
|
@@ -17708,15 +17738,15 @@ var pr = class {
|
|
|
17708
17738
|
};
|
|
17709
17739
|
pr = g([_({
|
|
17710
17740
|
selector: "ml-tooltip",
|
|
17711
|
-
template:
|
|
17712
|
-
styles:
|
|
17741
|
+
template: ls,
|
|
17742
|
+
styles: as,
|
|
17713
17743
|
attributes: [
|
|
17714
17744
|
"content",
|
|
17715
17745
|
"placement",
|
|
17716
17746
|
"delay"
|
|
17717
17747
|
]
|
|
17718
17748
|
})], pr);
|
|
17719
|
-
function
|
|
17749
|
+
function os(e) {
|
|
17720
17750
|
return i`
|
|
17721
17751
|
<div class="ml-popover">
|
|
17722
17752
|
<div class="ml-popover__trigger" @click=${e.toggle}>
|
|
@@ -17732,7 +17762,7 @@ function as(e) {
|
|
|
17732
17762
|
</div>
|
|
17733
17763
|
`;
|
|
17734
17764
|
}
|
|
17735
|
-
const
|
|
17765
|
+
const is = () => y`
|
|
17736
17766
|
:host {
|
|
17737
17767
|
display: inline-block;
|
|
17738
17768
|
}
|
|
@@ -17875,8 +17905,8 @@ var vr = class {
|
|
|
17875
17905
|
};
|
|
17876
17906
|
vr = g([_({
|
|
17877
17907
|
selector: "ml-popover",
|
|
17878
|
-
template:
|
|
17879
|
-
styles:
|
|
17908
|
+
template: os,
|
|
17909
|
+
styles: is,
|
|
17880
17910
|
attributes: [
|
|
17881
17911
|
"placement",
|
|
17882
17912
|
"offset",
|
|
@@ -17884,7 +17914,7 @@ vr = g([_({
|
|
|
17884
17914
|
"arrow"
|
|
17885
17915
|
]
|
|
17886
17916
|
})], vr);
|
|
17887
|
-
function
|
|
17917
|
+
function ss(e) {
|
|
17888
17918
|
const t = e["sidebar-position"] === "right", r = e["sidebar-collapsed"], l = e["header-fixed"], a = e.mobileOpen, o = e.mobile;
|
|
17889
17919
|
return i`
|
|
17890
17920
|
<div
|
|
@@ -17939,7 +17969,7 @@ function is(e) {
|
|
|
17939
17969
|
</div>
|
|
17940
17970
|
`;
|
|
17941
17971
|
}
|
|
17942
|
-
const
|
|
17972
|
+
const ns = () => y`
|
|
17943
17973
|
:host {
|
|
17944
17974
|
display: block;
|
|
17945
17975
|
height: 100%;
|
|
@@ -18147,15 +18177,15 @@ var gr = class {
|
|
|
18147
18177
|
};
|
|
18148
18178
|
gr = g([_({
|
|
18149
18179
|
selector: "ml-app-shell",
|
|
18150
|
-
template:
|
|
18151
|
-
styles:
|
|
18180
|
+
template: ss,
|
|
18181
|
+
styles: ns,
|
|
18152
18182
|
attributes: [
|
|
18153
18183
|
"sidebar-position",
|
|
18154
18184
|
"sidebar-collapsed",
|
|
18155
18185
|
"header-fixed"
|
|
18156
18186
|
]
|
|
18157
18187
|
})], gr);
|
|
18158
|
-
function
|
|
18188
|
+
function ds(e) {
|
|
18159
18189
|
const t = e.variant === "split" || e.variant === "split-reverse";
|
|
18160
18190
|
return i`
|
|
18161
18191
|
<section
|
|
@@ -18216,7 +18246,7 @@ function ns(e) {
|
|
|
18216
18246
|
</section>
|
|
18217
18247
|
`;
|
|
18218
18248
|
}
|
|
18219
|
-
const
|
|
18249
|
+
const cs = () => y`
|
|
18220
18250
|
:host {
|
|
18221
18251
|
display: block;
|
|
18222
18252
|
width: 100%;
|
|
@@ -18488,8 +18518,8 @@ var br = class {
|
|
|
18488
18518
|
};
|
|
18489
18519
|
br = g([_({
|
|
18490
18520
|
selector: "ml-hero-section",
|
|
18491
|
-
template:
|
|
18492
|
-
styles:
|
|
18521
|
+
template: ds,
|
|
18522
|
+
styles: cs,
|
|
18493
18523
|
attributes: [
|
|
18494
18524
|
"variant",
|
|
18495
18525
|
"size",
|
|
@@ -18498,7 +18528,7 @@ br = g([_({
|
|
|
18498
18528
|
"description"
|
|
18499
18529
|
]
|
|
18500
18530
|
})], br);
|
|
18501
|
-
function
|
|
18531
|
+
function ms(e) {
|
|
18502
18532
|
const t = !!(e.title || e.hasTitleSlot), r = !!(e.description || e.hasDescriptionSlot);
|
|
18503
18533
|
return i`
|
|
18504
18534
|
<header
|
|
@@ -18550,7 +18580,7 @@ function cs(e) {
|
|
|
18550
18580
|
</header>
|
|
18551
18581
|
`;
|
|
18552
18582
|
}
|
|
18553
|
-
const
|
|
18583
|
+
const us = () => y`
|
|
18554
18584
|
:host {
|
|
18555
18585
|
display: block;
|
|
18556
18586
|
}
|
|
@@ -18746,8 +18776,8 @@ var fr = class {
|
|
|
18746
18776
|
};
|
|
18747
18777
|
fr = g([_({
|
|
18748
18778
|
selector: "ml-page-header",
|
|
18749
|
-
template:
|
|
18750
|
-
styles:
|
|
18779
|
+
template: ms,
|
|
18780
|
+
styles: us,
|
|
18751
18781
|
attributes: [
|
|
18752
18782
|
"variant",
|
|
18753
18783
|
"divider",
|
|
@@ -18755,7 +18785,7 @@ fr = g([_({
|
|
|
18755
18785
|
"description"
|
|
18756
18786
|
]
|
|
18757
18787
|
})], fr);
|
|
18758
|
-
function
|
|
18788
|
+
function hs(e) {
|
|
18759
18789
|
const t = e.variant === "split", r = i`
|
|
18760
18790
|
<div class="ml-auth__logo">
|
|
18761
18791
|
<slot name="logo"></slot>
|
|
@@ -18981,7 +19011,7 @@ const Wr = `
|
|
|
18981
19011
|
padding: var(--ml-space-6);
|
|
18982
19012
|
}
|
|
18983
19013
|
}
|
|
18984
|
-
`,
|
|
19014
|
+
`, ps = () => y`
|
|
18985
19015
|
${Wr}
|
|
18986
19016
|
`;
|
|
18987
19017
|
var _r = class {
|
|
@@ -18999,15 +19029,15 @@ var _r = class {
|
|
|
18999
19029
|
};
|
|
19000
19030
|
_r = g([_({
|
|
19001
19031
|
selector: "ml-login-page",
|
|
19002
|
-
template:
|
|
19003
|
-
styles:
|
|
19032
|
+
template: hs,
|
|
19033
|
+
styles: ps,
|
|
19004
19034
|
attributes: [
|
|
19005
19035
|
"variant",
|
|
19006
19036
|
"title",
|
|
19007
19037
|
"description"
|
|
19008
19038
|
]
|
|
19009
19039
|
})], _r);
|
|
19010
|
-
function
|
|
19040
|
+
function vs(e) {
|
|
19011
19041
|
const t = e.variant === "split", r = i`
|
|
19012
19042
|
<div class="ml-auth__logo">
|
|
19013
19043
|
<slot name="logo"></slot>
|
|
@@ -19061,7 +19091,7 @@ function ps(e) {
|
|
|
19061
19091
|
</div>
|
|
19062
19092
|
`;
|
|
19063
19093
|
}
|
|
19064
|
-
const
|
|
19094
|
+
const gs = () => y`
|
|
19065
19095
|
${Wr}
|
|
19066
19096
|
`;
|
|
19067
19097
|
var yr = class {
|
|
@@ -19079,15 +19109,15 @@ var yr = class {
|
|
|
19079
19109
|
};
|
|
19080
19110
|
yr = g([_({
|
|
19081
19111
|
selector: "ml-signup-page",
|
|
19082
|
-
template:
|
|
19083
|
-
styles:
|
|
19112
|
+
template: vs,
|
|
19113
|
+
styles: gs,
|
|
19084
19114
|
attributes: [
|
|
19085
19115
|
"variant",
|
|
19086
19116
|
"title",
|
|
19087
19117
|
"description"
|
|
19088
19118
|
]
|
|
19089
19119
|
})], yr);
|
|
19090
|
-
function
|
|
19120
|
+
function bs(e) {
|
|
19091
19121
|
const t = e.layout === "default" && e.hasAside;
|
|
19092
19122
|
return i`
|
|
19093
19123
|
<ml-app-shell>
|
|
@@ -19130,7 +19160,7 @@ function gs(e) {
|
|
|
19130
19160
|
</ml-app-shell>
|
|
19131
19161
|
`;
|
|
19132
19162
|
}
|
|
19133
|
-
const
|
|
19163
|
+
const fs = () => y`
|
|
19134
19164
|
:host {
|
|
19135
19165
|
display: block;
|
|
19136
19166
|
height: 100%;
|
|
@@ -19242,8 +19272,8 @@ var xr = class {
|
|
|
19242
19272
|
};
|
|
19243
19273
|
xr = g([_({
|
|
19244
19274
|
selector: "ml-dashboard-page",
|
|
19245
|
-
template:
|
|
19246
|
-
styles:
|
|
19275
|
+
template: bs,
|
|
19276
|
+
styles: fs,
|
|
19247
19277
|
attributes: [
|
|
19248
19278
|
"title",
|
|
19249
19279
|
"description",
|
|
@@ -19271,14 +19301,14 @@ export {
|
|
|
19271
19301
|
Et as CardComponent,
|
|
19272
19302
|
ct as CheckboxComponent,
|
|
19273
19303
|
Zr as ComponentBase,
|
|
19274
|
-
|
|
19304
|
+
js as ComponentStateBaseService,
|
|
19275
19305
|
zt as ContainerComponent,
|
|
19276
19306
|
xr as DashboardPageComponent,
|
|
19277
19307
|
xt as DatePickerComponent,
|
|
19278
19308
|
Te as DialogComponent,
|
|
19279
|
-
|
|
19309
|
+
Wi as DialogRef,
|
|
19280
19310
|
Z as DialogService,
|
|
19281
|
-
|
|
19311
|
+
Ks as Directive,
|
|
19282
19312
|
Rt as DividerComponent,
|
|
19283
19313
|
dr as DrawerComponent,
|
|
19284
19314
|
cr as DropdownComponent,
|
|
@@ -19296,7 +19326,7 @@ export {
|
|
|
19296
19326
|
Be as HttpClient,
|
|
19297
19327
|
qe as HttpError,
|
|
19298
19328
|
Ut as IconComponent,
|
|
19299
|
-
|
|
19329
|
+
_s as Inject,
|
|
19300
19330
|
ee as Injectable,
|
|
19301
19331
|
Gr as InjectionEngine,
|
|
19302
19332
|
L as Injector,
|
|
@@ -19319,7 +19349,7 @@ export {
|
|
|
19319
19349
|
ht as RadioCardGroupComponent,
|
|
19320
19350
|
mt as RadioComponent,
|
|
19321
19351
|
ut as RadioGroupComponent,
|
|
19322
|
-
|
|
19352
|
+
Es as RouteContextEvent,
|
|
19323
19353
|
xe as RouteContextService,
|
|
19324
19354
|
_e as RouteMatcher,
|
|
19325
19355
|
ke as RouterLinkComponent,
|
|
@@ -19352,79 +19382,79 @@ export {
|
|
|
19352
19382
|
kt as ToastService,
|
|
19353
19383
|
vt as ToggleComponent,
|
|
19354
19384
|
pr as TooltipComponent,
|
|
19355
|
-
|
|
19385
|
+
Us as Validators,
|
|
19356
19386
|
jr as VirtualScroller,
|
|
19357
19387
|
Co as activityFeedItemStyles,
|
|
19358
19388
|
$o as activityFeedItemTemplate,
|
|
19359
19389
|
ko as activityFeedStyles,
|
|
19360
19390
|
wo as activityFeedTemplate,
|
|
19361
19391
|
Fl as allTokens,
|
|
19362
|
-
|
|
19363
|
-
|
|
19364
|
-
|
|
19392
|
+
un as announce,
|
|
19393
|
+
ns as appShellStyles,
|
|
19394
|
+
ss as appShellTemplate,
|
|
19365
19395
|
Xr as applyGlobalStyles,
|
|
19366
19396
|
Kl as applyTheme,
|
|
19367
19397
|
Nr as arrow,
|
|
19368
19398
|
Me as autoUpdate,
|
|
19369
|
-
|
|
19370
|
-
|
|
19399
|
+
en as baseThemeCss,
|
|
19400
|
+
ys as bootstrap,
|
|
19371
19401
|
Ll as borderTokens,
|
|
19372
|
-
|
|
19373
|
-
|
|
19374
|
-
|
|
19375
|
-
|
|
19402
|
+
bi as breadcrumbItemStyles,
|
|
19403
|
+
gi as breadcrumbItemTemplate,
|
|
19404
|
+
vi as breadcrumbStyles,
|
|
19405
|
+
pi as breadcrumbTemplate,
|
|
19376
19406
|
jl as breakpointTokens,
|
|
19377
|
-
|
|
19407
|
+
Js as breakpoints,
|
|
19378
19408
|
nl as buildPathFromRoute,
|
|
19379
|
-
|
|
19380
|
-
|
|
19409
|
+
ai as calendarViewStyles,
|
|
19410
|
+
li as calendarViewTemplate,
|
|
19381
19411
|
v as classMap,
|
|
19382
|
-
|
|
19412
|
+
bn as clickOutside,
|
|
19383
19413
|
Ml as colorTokens,
|
|
19384
|
-
|
|
19414
|
+
gn as componentBaseStyles,
|
|
19385
19415
|
re as computePosition,
|
|
19386
19416
|
z as computed,
|
|
19387
19417
|
no as containerStyles,
|
|
19388
19418
|
so as containerTemplate,
|
|
19389
|
-
|
|
19390
|
-
|
|
19391
|
-
|
|
19392
|
-
|
|
19419
|
+
Os as createAction,
|
|
19420
|
+
Xs as createAsyncValidator,
|
|
19421
|
+
on as createBrandTheme,
|
|
19422
|
+
Cs as createDeactivateGuard,
|
|
19393
19423
|
Ql as createFocusTrap,
|
|
19394
|
-
|
|
19395
|
-
|
|
19396
|
-
|
|
19397
|
-
|
|
19398
|
-
|
|
19399
|
-
|
|
19400
|
-
|
|
19424
|
+
Ws as createFormControl,
|
|
19425
|
+
Gs as createFormGroup,
|
|
19426
|
+
$s as createGuard,
|
|
19427
|
+
hn as createLiveRegion,
|
|
19428
|
+
Ns as createReducer,
|
|
19429
|
+
Ss as createResolver,
|
|
19430
|
+
Ls as createState,
|
|
19401
19431
|
Or as createTheme,
|
|
19402
19432
|
te as createToken,
|
|
19403
|
-
|
|
19433
|
+
Ys as createValidator,
|
|
19404
19434
|
y as css,
|
|
19405
19435
|
et as darkTheme,
|
|
19406
|
-
|
|
19407
|
-
|
|
19408
|
-
|
|
19409
|
-
|
|
19436
|
+
Zs as darkThemeCss,
|
|
19437
|
+
fs as dashboardPageStyles,
|
|
19438
|
+
bs as dashboardPageTemplate,
|
|
19439
|
+
xs as defineConfig,
|
|
19410
19440
|
U as directive,
|
|
19411
|
-
|
|
19412
|
-
|
|
19413
|
-
|
|
19414
|
-
|
|
19415
|
-
|
|
19416
|
-
|
|
19417
|
-
|
|
19418
|
-
|
|
19419
|
-
|
|
19420
|
-
|
|
19441
|
+
Ui as drawerStyles,
|
|
19442
|
+
Gi as drawerTemplate,
|
|
19443
|
+
rs as dropdownGroupStyles,
|
|
19444
|
+
ts as dropdownGroupTemplate,
|
|
19445
|
+
Qi as dropdownItemStyles,
|
|
19446
|
+
Ji as dropdownItemTemplate,
|
|
19447
|
+
es as dropdownSeparatorStyles,
|
|
19448
|
+
Zi as dropdownSeparatorTemplate,
|
|
19449
|
+
Xi as dropdownStyles,
|
|
19450
|
+
Yi as dropdownTemplate,
|
|
19421
19451
|
tl as environment,
|
|
19422
19452
|
sl as findRouteByName,
|
|
19423
19453
|
ae as flip,
|
|
19424
|
-
|
|
19425
|
-
|
|
19426
|
-
|
|
19427
|
-
|
|
19454
|
+
sn as focusFirst,
|
|
19455
|
+
nn as focusLast,
|
|
19456
|
+
dn as focusTrap,
|
|
19457
|
+
mn as focusVisible,
|
|
19428
19458
|
Dl as formControlDirective,
|
|
19429
19459
|
Pa as formFieldStyles,
|
|
19430
19460
|
Ma as formFieldTemplate,
|
|
@@ -19434,92 +19464,92 @@ export {
|
|
|
19434
19464
|
Lr as getFirstFocusable,
|
|
19435
19465
|
Pe as getFocusableElements,
|
|
19436
19466
|
Jl as getLastFocusable,
|
|
19437
|
-
|
|
19467
|
+
Ds as getRegisteredDirectives,
|
|
19438
19468
|
Hl as getResolvedTheme,
|
|
19439
|
-
|
|
19469
|
+
tn as getTheme,
|
|
19440
19470
|
O as getTokenKey,
|
|
19441
|
-
|
|
19442
|
-
|
|
19443
|
-
|
|
19471
|
+
zs as hasAttributeDirective,
|
|
19472
|
+
cs as heroSectionStyles,
|
|
19473
|
+
ds as heroSectionTemplate,
|
|
19444
19474
|
i as html,
|
|
19445
|
-
|
|
19475
|
+
an as injectTheme,
|
|
19446
19476
|
Y as isDirective,
|
|
19447
|
-
|
|
19477
|
+
cn as isFocusVisible,
|
|
19448
19478
|
Ur as isSignal,
|
|
19449
19479
|
Bl as lightTheme,
|
|
19450
|
-
|
|
19480
|
+
Qs as lightThemeCss,
|
|
19451
19481
|
xo as listItemStyles,
|
|
19452
19482
|
yo as listItemTemplate,
|
|
19453
19483
|
_o as listStyles,
|
|
19454
19484
|
fo as listTemplate,
|
|
19455
|
-
|
|
19456
|
-
|
|
19485
|
+
ps as loginPageStyles,
|
|
19486
|
+
hs as loginPageTemplate,
|
|
19457
19487
|
ye as matchRouteTree,
|
|
19458
19488
|
ea as newID,
|
|
19459
19489
|
le as offset,
|
|
19460
|
-
|
|
19461
|
-
|
|
19462
|
-
|
|
19463
|
-
|
|
19464
|
-
|
|
19465
|
-
|
|
19490
|
+
Vs as onAction,
|
|
19491
|
+
rn as onThemeChange,
|
|
19492
|
+
us as pageHeaderStyles,
|
|
19493
|
+
ms as pageHeaderTemplate,
|
|
19494
|
+
_i as paginationStyles,
|
|
19495
|
+
fi as paginationTemplate,
|
|
19466
19496
|
Sl as portalDirective,
|
|
19467
19497
|
Il as primitiveColors,
|
|
19468
19498
|
eo as progressStyles,
|
|
19469
19499
|
Za as progressTemplate,
|
|
19470
|
-
|
|
19471
|
-
|
|
19472
|
-
|
|
19473
|
-
|
|
19500
|
+
Ps as props,
|
|
19501
|
+
ws as provideConfig,
|
|
19502
|
+
ks as provideHttp,
|
|
19503
|
+
qs as provideRX,
|
|
19474
19504
|
he as registerAttributeDirective,
|
|
19475
19505
|
Le as render,
|
|
19476
19506
|
$ as repeat,
|
|
19477
|
-
|
|
19478
|
-
|
|
19507
|
+
Bs as repeatRaw,
|
|
19508
|
+
pn as resetStyles,
|
|
19479
19509
|
pl as routerLinkDirective,
|
|
19480
19510
|
Aa as selectStyles,
|
|
19481
19511
|
Ea as selectTemplate,
|
|
19482
19512
|
Ye as setActiveEffect,
|
|
19483
19513
|
Nl as shadowTokens,
|
|
19484
19514
|
oe as shift,
|
|
19485
|
-
|
|
19486
|
-
|
|
19487
|
-
|
|
19488
|
-
|
|
19489
|
-
|
|
19490
|
-
|
|
19515
|
+
$i as sidebarGroupStyles,
|
|
19516
|
+
ki as sidebarGroupTemplate,
|
|
19517
|
+
Si as sidebarItemStyles,
|
|
19518
|
+
Ci as sidebarItemTemplate,
|
|
19519
|
+
wi as sidebarStyles,
|
|
19520
|
+
yi as sidebarTemplate,
|
|
19491
19521
|
P as signal,
|
|
19492
|
-
|
|
19493
|
-
|
|
19522
|
+
gs as signupPageStyles,
|
|
19523
|
+
vs as signupPageTemplate,
|
|
19494
19524
|
Ia as sliderStyles,
|
|
19495
19525
|
Da as sliderTemplate,
|
|
19496
19526
|
Pl as spacingTokens,
|
|
19497
|
-
|
|
19498
|
-
|
|
19499
|
-
|
|
19500
|
-
|
|
19501
|
-
|
|
19502
|
-
|
|
19527
|
+
Bi as stepPanelStyles,
|
|
19528
|
+
qi as stepPanelTemplate,
|
|
19529
|
+
Fi as stepStyles,
|
|
19530
|
+
Mi as stepTemplate,
|
|
19531
|
+
Ii as stepsStyles,
|
|
19532
|
+
Ei as stepsTemplate,
|
|
19503
19533
|
G as styleMap,
|
|
19504
|
-
|
|
19505
|
-
|
|
19506
|
-
|
|
19507
|
-
|
|
19508
|
-
|
|
19509
|
-
|
|
19510
|
-
|
|
19511
|
-
|
|
19534
|
+
hi as tabPanelStyles,
|
|
19535
|
+
ui as tabPanelTemplate,
|
|
19536
|
+
mi as tabStyles,
|
|
19537
|
+
ci as tabTemplate,
|
|
19538
|
+
To as tableStyles,
|
|
19539
|
+
Ro as tableTemplate,
|
|
19540
|
+
di as tabsStyles,
|
|
19541
|
+
si as tabsTemplate,
|
|
19512
19542
|
Ya as toastContainerStyles,
|
|
19513
19543
|
Ua as toastContainerTemplate,
|
|
19514
19544
|
Ga as toastStyles,
|
|
19515
19545
|
Wa as toastTemplate,
|
|
19516
|
-
|
|
19546
|
+
ln as toggleTheme,
|
|
19517
19547
|
ql as tokensToCss,
|
|
19518
19548
|
ra as tooltipDirective,
|
|
19519
19549
|
Vl as transitionTokens,
|
|
19520
19550
|
Ol as typographyTokens,
|
|
19521
|
-
|
|
19522
|
-
|
|
19523
|
-
|
|
19551
|
+
As as unregisterAttributeDirective,
|
|
19552
|
+
Hs as unsafeHTML,
|
|
19553
|
+
vn as visuallyHiddenStyles,
|
|
19524
19554
|
d as when
|
|
19525
19555
|
};
|