@cooperco/cooper-component-library 0.1.115 → 0.1.116
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/lib/component-lib.js +251 -247
- package/dist/lib/component-lib.umd.cjs +5 -5
- package/dist/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Ri = Object.defineProperty;
|
|
2
2
|
var ji = (n, e, t) => e in n ? Ri(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
3
|
var W = (n, e, t) => (ji(n, typeof e != "symbol" ? e + "" : e, t), t);
|
|
4
|
-
import { ref as J, readonly as an, getCurrentInstance as r1, onMounted as R0, nextTick as a1, watch as R2, mergeProps as E, openBlock as m, createElementBlock as M, renderSlot as
|
|
4
|
+
import { ref as J, readonly as an, getCurrentInstance as r1, onMounted as R0, nextTick as a1, watch as R2, mergeProps as E, openBlock as m, createElementBlock as M, renderSlot as w2, createTextVNode as E0, toDisplayString as Y, createElementVNode as S, resolveComponent as Ht, resolveDirective as ln, withDirectives as T2, normalizeClass as x, createBlock as z, createCommentVNode as Z, defineComponent as n2, computed as A, onUnmounted as cn, resolveDynamicComponent as y2, normalizeStyle as M2, unref as v, withCtx as f2, Fragment as G, renderList as t2, withModifiers as le, vShow as V2, normalizeProps as x0, getCurrentScope as Hi, onScopeDispose as zi, toRef as Ni, customRef as Vi, createVNode as O2, guardReactiveProps as Wi, useAttrs as Ui, createSlots as _e, version as Yi, shallowRef as dn, toRaw as zt, h as Nt, isProxy as un } from "vue";
|
|
5
5
|
const l1 = "-", qi = (n) => {
|
|
6
6
|
const e = Xi(n), {
|
|
7
7
|
conflictingClassGroups: t,
|
|
@@ -222,7 +222,7 @@ function ro(n, ...e) {
|
|
|
222
222
|
const l2 = (n) => {
|
|
223
223
|
const e = (t) => t[n] || [];
|
|
224
224
|
return e.isThemeGetter = !0, e;
|
|
225
|
-
}, Cn = /^\[(?:([a-z-]+):)?(.+)\]$/i, ao = /^\d+\/\d+$/, lo = /* @__PURE__ */ new Set(["px", "full", "screen"]), co = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, uo = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, ho = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, fo = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, po = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, q2 = (n) => I0(n) || lo.has(n) || ao.test(n), t0 = (n) => j0(n, "length", xo), I0 = (n) => !!n && !Number.isNaN(Number(n)), wt = (n) => j0(n, "number", I0), N0 = (n) => !!n && Number.isInteger(Number(n)), Co = (n) => n.endsWith("%") && I0(n.slice(0, -1)),
|
|
225
|
+
}, Cn = /^\[(?:([a-z-]+):)?(.+)\]$/i, ao = /^\d+\/\d+$/, lo = /* @__PURE__ */ new Set(["px", "full", "screen"]), co = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, uo = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, ho = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, fo = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, po = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, q2 = (n) => I0(n) || lo.has(n) || ao.test(n), t0 = (n) => j0(n, "length", xo), I0 = (n) => !!n && !Number.isNaN(Number(n)), wt = (n) => j0(n, "number", I0), N0 = (n) => !!n && Number.isInteger(Number(n)), Co = (n) => n.endsWith("%") && I0(n.slice(0, -1)), K = (n) => Cn.test(n), n0 = (n) => co.test(n), go = /* @__PURE__ */ new Set(["length", "size", "percentage"]), mo = (n) => j0(n, go, gn), bo = (n) => j0(n, "position", gn), yo = /* @__PURE__ */ new Set(["image", "url"]), vo = (n) => j0(n, yo, _o), Mo = (n) => j0(n, "", wo), V0 = () => !0, j0 = (n, e, t) => {
|
|
226
226
|
const i = Cn.exec(n);
|
|
227
227
|
return i ? i[1] ? typeof e == "string" ? i[1] === e : e.has(i[1]) : t(i[2]) : !1;
|
|
228
228
|
}, xo = (n) => (
|
|
@@ -231,23 +231,23 @@ const l2 = (n) => {
|
|
|
231
231
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
232
232
|
uo.test(n) && !ho.test(n)
|
|
233
233
|
), gn = () => !1, wo = (n) => fo.test(n), _o = (n) => po.test(n), ko = () => {
|
|
234
|
-
const n = l2("colors"), e = l2("spacing"), t = l2("blur"), i = l2("brightness"), o = l2("borderColor"), s = l2("borderRadius"), r = l2("borderSpacing"), a = l2("borderWidth"), l = l2("contrast"), c = l2("grayscale"), d = l2("hueRotate"), u = l2("invert"), h = l2("gap"), f = l2("gradientColorStops"), g = l2("gradientColorStopPositions"), p = l2("inset"), C = l2("margin"), b = l2("opacity"), y = l2("padding"), k = l2("saturate"), T = l2("scale"), $ = l2("sepia"), _ = l2("skew"), L = l2("space"), O = l2("translate"), j = () => ["auto", "contain", "none"], H = () => ["auto", "hidden", "clip", "visible", "scroll"], D = () => ["auto",
|
|
234
|
+
const n = l2("colors"), e = l2("spacing"), t = l2("blur"), i = l2("brightness"), o = l2("borderColor"), s = l2("borderRadius"), r = l2("borderSpacing"), a = l2("borderWidth"), l = l2("contrast"), c = l2("grayscale"), d = l2("hueRotate"), u = l2("invert"), h = l2("gap"), f = l2("gradientColorStops"), g = l2("gradientColorStopPositions"), p = l2("inset"), C = l2("margin"), b = l2("opacity"), y = l2("padding"), k = l2("saturate"), T = l2("scale"), $ = l2("sepia"), _ = l2("skew"), L = l2("space"), O = l2("translate"), j = () => ["auto", "contain", "none"], H = () => ["auto", "hidden", "clip", "visible", "scroll"], D = () => ["auto", K, e], I = () => [K, e], P = () => ["", q2, t0], w = () => ["auto", I0, K], B = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], F = () => ["solid", "dashed", "dotted", "double", "none"], R = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], X = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], q = () => ["", "0", K], m2 = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], u2 = () => [I0, K];
|
|
235
235
|
return {
|
|
236
236
|
cacheSize: 500,
|
|
237
237
|
separator: ":",
|
|
238
238
|
theme: {
|
|
239
239
|
colors: [V0],
|
|
240
240
|
spacing: [q2, t0],
|
|
241
|
-
blur: ["none", "", n0,
|
|
241
|
+
blur: ["none", "", n0, K],
|
|
242
242
|
brightness: u2(),
|
|
243
243
|
borderColor: [n],
|
|
244
|
-
borderRadius: ["none", "", "full", n0,
|
|
244
|
+
borderRadius: ["none", "", "full", n0, K],
|
|
245
245
|
borderSpacing: I(),
|
|
246
246
|
borderWidth: P(),
|
|
247
247
|
contrast: u2(),
|
|
248
|
-
grayscale:
|
|
248
|
+
grayscale: q(),
|
|
249
249
|
hueRotate: u2(),
|
|
250
|
-
invert:
|
|
250
|
+
invert: q(),
|
|
251
251
|
gap: I(),
|
|
252
252
|
gradientColorStops: [n],
|
|
253
253
|
gradientColorStopPositions: [Co, t0],
|
|
@@ -257,7 +257,7 @@ const l2 = (n) => {
|
|
|
257
257
|
padding: I(),
|
|
258
258
|
saturate: u2(),
|
|
259
259
|
scale: u2(),
|
|
260
|
-
sepia:
|
|
260
|
+
sepia: q(),
|
|
261
261
|
skew: u2(),
|
|
262
262
|
space: I(),
|
|
263
263
|
translate: I()
|
|
@@ -269,7 +269,7 @@ const l2 = (n) => {
|
|
|
269
269
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
270
270
|
*/
|
|
271
271
|
aspect: [{
|
|
272
|
-
aspect: ["auto", "square", "video",
|
|
272
|
+
aspect: ["auto", "square", "video", K]
|
|
273
273
|
}],
|
|
274
274
|
/**
|
|
275
275
|
* Container
|
|
@@ -288,14 +288,14 @@ const l2 = (n) => {
|
|
|
288
288
|
* @see https://tailwindcss.com/docs/break-after
|
|
289
289
|
*/
|
|
290
290
|
"break-after": [{
|
|
291
|
-
"break-after":
|
|
291
|
+
"break-after": m2()
|
|
292
292
|
}],
|
|
293
293
|
/**
|
|
294
294
|
* Break Before
|
|
295
295
|
* @see https://tailwindcss.com/docs/break-before
|
|
296
296
|
*/
|
|
297
297
|
"break-before": [{
|
|
298
|
-
"break-before":
|
|
298
|
+
"break-before": m2()
|
|
299
299
|
}],
|
|
300
300
|
/**
|
|
301
301
|
* Break Inside
|
|
@@ -354,7 +354,7 @@ const l2 = (n) => {
|
|
|
354
354
|
* @see https://tailwindcss.com/docs/object-position
|
|
355
355
|
*/
|
|
356
356
|
"object-position": [{
|
|
357
|
-
object: [...B(),
|
|
357
|
+
object: [...B(), K]
|
|
358
358
|
}],
|
|
359
359
|
/**
|
|
360
360
|
* Overflow
|
|
@@ -476,7 +476,7 @@ const l2 = (n) => {
|
|
|
476
476
|
* @see https://tailwindcss.com/docs/z-index
|
|
477
477
|
*/
|
|
478
478
|
z: [{
|
|
479
|
-
z: ["auto", N0,
|
|
479
|
+
z: ["auto", N0, K]
|
|
480
480
|
}],
|
|
481
481
|
// Flexbox and Grid
|
|
482
482
|
/**
|
|
@@ -505,28 +505,28 @@ const l2 = (n) => {
|
|
|
505
505
|
* @see https://tailwindcss.com/docs/flex
|
|
506
506
|
*/
|
|
507
507
|
flex: [{
|
|
508
|
-
flex: ["1", "auto", "initial", "none",
|
|
508
|
+
flex: ["1", "auto", "initial", "none", K]
|
|
509
509
|
}],
|
|
510
510
|
/**
|
|
511
511
|
* Flex Grow
|
|
512
512
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
513
513
|
*/
|
|
514
514
|
grow: [{
|
|
515
|
-
grow:
|
|
515
|
+
grow: q()
|
|
516
516
|
}],
|
|
517
517
|
/**
|
|
518
518
|
* Flex Shrink
|
|
519
519
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
520
520
|
*/
|
|
521
521
|
shrink: [{
|
|
522
|
-
shrink:
|
|
522
|
+
shrink: q()
|
|
523
523
|
}],
|
|
524
524
|
/**
|
|
525
525
|
* Order
|
|
526
526
|
* @see https://tailwindcss.com/docs/order
|
|
527
527
|
*/
|
|
528
528
|
order: [{
|
|
529
|
-
order: ["first", "last", "none", N0,
|
|
529
|
+
order: ["first", "last", "none", N0, K]
|
|
530
530
|
}],
|
|
531
531
|
/**
|
|
532
532
|
* Grid Template Columns
|
|
@@ -541,8 +541,8 @@ const l2 = (n) => {
|
|
|
541
541
|
*/
|
|
542
542
|
"col-start-end": [{
|
|
543
543
|
col: ["auto", {
|
|
544
|
-
span: ["full", N0,
|
|
545
|
-
},
|
|
544
|
+
span: ["full", N0, K]
|
|
545
|
+
}, K]
|
|
546
546
|
}],
|
|
547
547
|
/**
|
|
548
548
|
* Grid Column Start
|
|
@@ -571,8 +571,8 @@ const l2 = (n) => {
|
|
|
571
571
|
*/
|
|
572
572
|
"row-start-end": [{
|
|
573
573
|
row: ["auto", {
|
|
574
|
-
span: [N0,
|
|
575
|
-
},
|
|
574
|
+
span: [N0, K]
|
|
575
|
+
}, K]
|
|
576
576
|
}],
|
|
577
577
|
/**
|
|
578
578
|
* Grid Row Start
|
|
@@ -600,14 +600,14 @@ const l2 = (n) => {
|
|
|
600
600
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
601
601
|
*/
|
|
602
602
|
"auto-cols": [{
|
|
603
|
-
"auto-cols": ["auto", "min", "max", "fr",
|
|
603
|
+
"auto-cols": ["auto", "min", "max", "fr", K]
|
|
604
604
|
}],
|
|
605
605
|
/**
|
|
606
606
|
* Grid Auto Rows
|
|
607
607
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
608
608
|
*/
|
|
609
609
|
"auto-rows": [{
|
|
610
|
-
"auto-rows": ["auto", "min", "max", "fr",
|
|
610
|
+
"auto-rows": ["auto", "min", "max", "fr", K]
|
|
611
611
|
}],
|
|
612
612
|
/**
|
|
613
613
|
* Gap
|
|
@@ -635,7 +635,7 @@ const l2 = (n) => {
|
|
|
635
635
|
* @see https://tailwindcss.com/docs/justify-content
|
|
636
636
|
*/
|
|
637
637
|
"justify-content": [{
|
|
638
|
-
justify: ["normal", ...
|
|
638
|
+
justify: ["normal", ...X()]
|
|
639
639
|
}],
|
|
640
640
|
/**
|
|
641
641
|
* Justify Items
|
|
@@ -656,7 +656,7 @@ const l2 = (n) => {
|
|
|
656
656
|
* @see https://tailwindcss.com/docs/align-content
|
|
657
657
|
*/
|
|
658
658
|
"align-content": [{
|
|
659
|
-
content: ["normal", ...
|
|
659
|
+
content: ["normal", ...X(), "baseline"]
|
|
660
660
|
}],
|
|
661
661
|
/**
|
|
662
662
|
* Align Items
|
|
@@ -677,7 +677,7 @@ const l2 = (n) => {
|
|
|
677
677
|
* @see https://tailwindcss.com/docs/place-content
|
|
678
678
|
*/
|
|
679
679
|
"place-content": [{
|
|
680
|
-
"place-content": [...
|
|
680
|
+
"place-content": [...X(), "baseline"]
|
|
681
681
|
}],
|
|
682
682
|
/**
|
|
683
683
|
* Place Items
|
|
@@ -850,21 +850,21 @@ const l2 = (n) => {
|
|
|
850
850
|
* @see https://tailwindcss.com/docs/width
|
|
851
851
|
*/
|
|
852
852
|
w: [{
|
|
853
|
-
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw",
|
|
853
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", K, e]
|
|
854
854
|
}],
|
|
855
855
|
/**
|
|
856
856
|
* Min-Width
|
|
857
857
|
* @see https://tailwindcss.com/docs/min-width
|
|
858
858
|
*/
|
|
859
859
|
"min-w": [{
|
|
860
|
-
"min-w": [
|
|
860
|
+
"min-w": [K, e, "min", "max", "fit"]
|
|
861
861
|
}],
|
|
862
862
|
/**
|
|
863
863
|
* Max-Width
|
|
864
864
|
* @see https://tailwindcss.com/docs/max-width
|
|
865
865
|
*/
|
|
866
866
|
"max-w": [{
|
|
867
|
-
"max-w": [
|
|
867
|
+
"max-w": [K, e, "none", "full", "min", "max", "fit", "prose", {
|
|
868
868
|
screen: [n0]
|
|
869
869
|
}, n0]
|
|
870
870
|
}],
|
|
@@ -873,28 +873,28 @@ const l2 = (n) => {
|
|
|
873
873
|
* @see https://tailwindcss.com/docs/height
|
|
874
874
|
*/
|
|
875
875
|
h: [{
|
|
876
|
-
h: [
|
|
876
|
+
h: [K, e, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
877
877
|
}],
|
|
878
878
|
/**
|
|
879
879
|
* Min-Height
|
|
880
880
|
* @see https://tailwindcss.com/docs/min-height
|
|
881
881
|
*/
|
|
882
882
|
"min-h": [{
|
|
883
|
-
"min-h": [
|
|
883
|
+
"min-h": [K, e, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
884
884
|
}],
|
|
885
885
|
/**
|
|
886
886
|
* Max-Height
|
|
887
887
|
* @see https://tailwindcss.com/docs/max-height
|
|
888
888
|
*/
|
|
889
889
|
"max-h": [{
|
|
890
|
-
"max-h": [
|
|
890
|
+
"max-h": [K, e, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
891
891
|
}],
|
|
892
892
|
/**
|
|
893
893
|
* Size
|
|
894
894
|
* @see https://tailwindcss.com/docs/size
|
|
895
895
|
*/
|
|
896
896
|
size: [{
|
|
897
|
-
size: [
|
|
897
|
+
size: [K, e, "auto", "min", "max", "fit"]
|
|
898
898
|
}],
|
|
899
899
|
// Typography
|
|
900
900
|
/**
|
|
@@ -963,7 +963,7 @@ const l2 = (n) => {
|
|
|
963
963
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
964
964
|
*/
|
|
965
965
|
tracking: [{
|
|
966
|
-
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest",
|
|
966
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", K]
|
|
967
967
|
}],
|
|
968
968
|
/**
|
|
969
969
|
* Line Clamp
|
|
@@ -977,21 +977,21 @@ const l2 = (n) => {
|
|
|
977
977
|
* @see https://tailwindcss.com/docs/line-height
|
|
978
978
|
*/
|
|
979
979
|
leading: [{
|
|
980
|
-
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", q2,
|
|
980
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", q2, K]
|
|
981
981
|
}],
|
|
982
982
|
/**
|
|
983
983
|
* List Style Image
|
|
984
984
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
985
985
|
*/
|
|
986
986
|
"list-image": [{
|
|
987
|
-
"list-image": ["none",
|
|
987
|
+
"list-image": ["none", K]
|
|
988
988
|
}],
|
|
989
989
|
/**
|
|
990
990
|
* List Style Type
|
|
991
991
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
992
992
|
*/
|
|
993
993
|
"list-style-type": [{
|
|
994
|
-
list: ["none", "disc", "decimal",
|
|
994
|
+
list: ["none", "disc", "decimal", K]
|
|
995
995
|
}],
|
|
996
996
|
/**
|
|
997
997
|
* List Style Position
|
|
@@ -1060,7 +1060,7 @@ const l2 = (n) => {
|
|
|
1060
1060
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1061
1061
|
*/
|
|
1062
1062
|
"underline-offset": [{
|
|
1063
|
-
"underline-offset": ["auto", q2,
|
|
1063
|
+
"underline-offset": ["auto", q2, K]
|
|
1064
1064
|
}],
|
|
1065
1065
|
/**
|
|
1066
1066
|
* Text Decoration Color
|
|
@@ -1098,7 +1098,7 @@ const l2 = (n) => {
|
|
|
1098
1098
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1099
1099
|
*/
|
|
1100
1100
|
"vertical-align": [{
|
|
1101
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1101
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", K]
|
|
1102
1102
|
}],
|
|
1103
1103
|
/**
|
|
1104
1104
|
* Whitespace
|
|
@@ -1126,7 +1126,7 @@ const l2 = (n) => {
|
|
|
1126
1126
|
* @see https://tailwindcss.com/docs/content
|
|
1127
1127
|
*/
|
|
1128
1128
|
content: [{
|
|
1129
|
-
content: ["none",
|
|
1129
|
+
content: ["none", K]
|
|
1130
1130
|
}],
|
|
1131
1131
|
// Backgrounds
|
|
1132
1132
|
/**
|
|
@@ -1528,7 +1528,7 @@ const l2 = (n) => {
|
|
|
1528
1528
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1529
1529
|
*/
|
|
1530
1530
|
"outline-offset": [{
|
|
1531
|
-
"outline-offset": [q2,
|
|
1531
|
+
"outline-offset": [q2, K]
|
|
1532
1532
|
}],
|
|
1533
1533
|
/**
|
|
1534
1534
|
* Outline Width
|
|
@@ -1655,7 +1655,7 @@ const l2 = (n) => {
|
|
|
1655
1655
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
1656
1656
|
*/
|
|
1657
1657
|
"drop-shadow": [{
|
|
1658
|
-
"drop-shadow": ["", "none", n0,
|
|
1658
|
+
"drop-shadow": ["", "none", n0, K]
|
|
1659
1659
|
}],
|
|
1660
1660
|
/**
|
|
1661
1661
|
* Grayscale
|
|
@@ -1812,7 +1812,7 @@ const l2 = (n) => {
|
|
|
1812
1812
|
* @see https://tailwindcss.com/docs/transition-property
|
|
1813
1813
|
*/
|
|
1814
1814
|
transition: [{
|
|
1815
|
-
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform",
|
|
1815
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", K]
|
|
1816
1816
|
}],
|
|
1817
1817
|
/**
|
|
1818
1818
|
* Transition Duration
|
|
@@ -1826,7 +1826,7 @@ const l2 = (n) => {
|
|
|
1826
1826
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
1827
1827
|
*/
|
|
1828
1828
|
ease: [{
|
|
1829
|
-
ease: ["linear", "in", "out", "in-out",
|
|
1829
|
+
ease: ["linear", "in", "out", "in-out", K]
|
|
1830
1830
|
}],
|
|
1831
1831
|
/**
|
|
1832
1832
|
* Transition Delay
|
|
@@ -1840,7 +1840,7 @@ const l2 = (n) => {
|
|
|
1840
1840
|
* @see https://tailwindcss.com/docs/animation
|
|
1841
1841
|
*/
|
|
1842
1842
|
animate: [{
|
|
1843
|
-
animate: ["none", "spin", "ping", "pulse", "bounce",
|
|
1843
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", K]
|
|
1844
1844
|
}],
|
|
1845
1845
|
// Transforms
|
|
1846
1846
|
/**
|
|
@@ -1876,7 +1876,7 @@ const l2 = (n) => {
|
|
|
1876
1876
|
* @see https://tailwindcss.com/docs/rotate
|
|
1877
1877
|
*/
|
|
1878
1878
|
rotate: [{
|
|
1879
|
-
rotate: [N0,
|
|
1879
|
+
rotate: [N0, K]
|
|
1880
1880
|
}],
|
|
1881
1881
|
/**
|
|
1882
1882
|
* Translate X
|
|
@@ -1911,7 +1911,7 @@ const l2 = (n) => {
|
|
|
1911
1911
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
1912
1912
|
*/
|
|
1913
1913
|
"transform-origin": [{
|
|
1914
|
-
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left",
|
|
1914
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", K]
|
|
1915
1915
|
}],
|
|
1916
1916
|
// Interactivity
|
|
1917
1917
|
/**
|
|
@@ -1933,7 +1933,7 @@ const l2 = (n) => {
|
|
|
1933
1933
|
* @see https://tailwindcss.com/docs/cursor
|
|
1934
1934
|
*/
|
|
1935
1935
|
cursor: [{
|
|
1936
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out",
|
|
1936
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", K]
|
|
1937
1937
|
}],
|
|
1938
1938
|
/**
|
|
1939
1939
|
* Caret Color
|
|
@@ -2155,7 +2155,7 @@ const l2 = (n) => {
|
|
|
2155
2155
|
* @see https://tailwindcss.com/docs/will-change
|
|
2156
2156
|
*/
|
|
2157
2157
|
"will-change": [{
|
|
2158
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2158
|
+
"will-change": ["auto", "scroll", "contents", "transform", K]
|
|
2159
2159
|
}],
|
|
2160
2160
|
// SVG
|
|
2161
2161
|
/**
|
|
@@ -2245,7 +2245,7 @@ const l2 = (n) => {
|
|
|
2245
2245
|
"font-size": ["leading"]
|
|
2246
2246
|
}
|
|
2247
2247
|
};
|
|
2248
|
-
}, N = /* @__PURE__ */ ro(ko),
|
|
2248
|
+
}, N = /* @__PURE__ */ ro(ko), x2 = {
|
|
2249
2249
|
headline: "mb-8 md:mb-12 max-w-[30ch] mx-auto text-4xl md:text-5xl font-bold leading-tight text-center",
|
|
2250
2250
|
subheadline: "mb-2",
|
|
2251
2251
|
bodyCopy: "",
|
|
@@ -2263,11 +2263,11 @@ const l2 = (n) => {
|
|
|
2263
2263
|
);
|
|
2264
2264
|
return e;
|
|
2265
2265
|
}, mn = {
|
|
2266
|
-
List: V(
|
|
2266
|
+
List: V(x2, {
|
|
2267
2267
|
root: "py-[2rem] md:py-16",
|
|
2268
2268
|
container: "flex flex-col"
|
|
2269
2269
|
}),
|
|
2270
|
-
Tile: V(
|
|
2270
|
+
Tile: V(x2, {
|
|
2271
2271
|
container: "flex flex-wrap gap-2 lg:gap-3 items-stretch relative",
|
|
2272
2272
|
// we should make the "has-.." class programmatic, so it goes off the height of the opened item.
|
|
2273
2273
|
root: "py-[2rem] md:py-16 mb-0 relative transition-all duration-200"
|
|
@@ -2300,7 +2300,7 @@ const l2 = (n) => {
|
|
|
2300
2300
|
icon: "absolute top-4 right-6",
|
|
2301
2301
|
bodyCopy: "transition-opacity duration-200 opacity-0 left-0 md:absolute w-full p-12 rounded-b-2xl rounded-t-none md:rounded-2xl md:group-[.first]:rounded-tl-none md:group-[.last]:rounded-tr-none group-[.active]:opacity-100 md:left-[var(--body-left,0px)] md:w-[var(--body-width,100%)]"
|
|
2302
2302
|
}), Mn = {
|
|
2303
|
-
headline:
|
|
2303
|
+
headline: x2.headline,
|
|
2304
2304
|
root: "flex flex-col",
|
|
2305
2305
|
bodyCopy: "flex flex-col overflow-auto",
|
|
2306
2306
|
container: "flex justify-center",
|
|
@@ -2312,14 +2312,14 @@ const l2 = (n) => {
|
|
|
2312
2312
|
indicators: "flex justify-center flex-wrap",
|
|
2313
2313
|
indicator: "group mr-2 mb-2",
|
|
2314
2314
|
indicatorbutton: "w-3 h-3 rounded-full transition duration-200 focus:outline-none focus:outline-offset-0 focus:ring-1 focus:ring-primary-500 dark:focus:ring-primary-400 border border-secondary dark:bg-surface-700 dark:hover:bg-surface-600 group-[.p-highlight]:bg-secondary group-[.p-highlight]:border-none"
|
|
2315
|
-
}, Ao = V(
|
|
2316
|
-
|
|
2315
|
+
}, Ao = V(x2, {}), xn = V(
|
|
2316
|
+
x2,
|
|
2317
2317
|
{
|
|
2318
2318
|
root: "px-8 md:px-0",
|
|
2319
2319
|
bodyCopy: "max-w-[808px]"
|
|
2320
2320
|
}
|
|
2321
2321
|
), wn = {
|
|
2322
|
-
Centered: V(
|
|
2322
|
+
Centered: V(x2, {
|
|
2323
2323
|
root: "overflow-hidden",
|
|
2324
2324
|
inner: "h-full mx-auto max-w-[1440px]",
|
|
2325
2325
|
headline: "mb-0 md:mb-0 text-[27px] leading-[27px] md:text-[48px] md:leading-[48px]",
|
|
@@ -2327,7 +2327,7 @@ const l2 = (n) => {
|
|
|
2327
2327
|
fullWidthContent: "max-w-full w-full"
|
|
2328
2328
|
}),
|
|
2329
2329
|
Hero: V(
|
|
2330
|
-
{ ...
|
|
2330
|
+
{ ...x2, container: "" },
|
|
2331
2331
|
{
|
|
2332
2332
|
root: "w-full",
|
|
2333
2333
|
inner: "w-full md:flex md:items-center h-auto mb-0 max-w-[1440px] mx-auto",
|
|
@@ -2337,7 +2337,7 @@ const l2 = (n) => {
|
|
|
2337
2337
|
}
|
|
2338
2338
|
),
|
|
2339
2339
|
Feature: V(
|
|
2340
|
-
{ ...
|
|
2340
|
+
{ ...x2, container: "" },
|
|
2341
2341
|
{
|
|
2342
2342
|
root: "overflow-hidden md:h-[492px]",
|
|
2343
2343
|
inner: "w-full md:flex md:items-center h-full",
|
|
@@ -2347,7 +2347,7 @@ const l2 = (n) => {
|
|
|
2347
2347
|
}
|
|
2348
2348
|
)
|
|
2349
2349
|
}, _n = V(
|
|
2350
|
-
{ ...
|
|
2350
|
+
{ ...x2, headline: "" },
|
|
2351
2351
|
{
|
|
2352
2352
|
headline: "text-3xl md:text-4xl font-bold leading-tight",
|
|
2353
2353
|
subheadline: "mb-0 font-bold text-2xl md:text-3xl",
|
|
@@ -2364,21 +2364,21 @@ const l2 = (n) => {
|
|
|
2364
2364
|
},
|
|
2365
2365
|
fill: {},
|
|
2366
2366
|
outline: {}
|
|
2367
|
-
}, Zo = V(
|
|
2368
|
-
|
|
2367
|
+
}, Zo = V(x2, {}), $o = V(x2, {}), An = V(
|
|
2368
|
+
x2,
|
|
2369
2369
|
{}
|
|
2370
|
-
), Zn = V(
|
|
2370
|
+
), Zn = V(x2, {
|
|
2371
2371
|
icon: "ps-2 text-xs"
|
|
2372
|
-
}), So = V(
|
|
2372
|
+
}), So = V(x2, {}), $n = V(x2, {
|
|
2373
2373
|
root: "px-8 md:px-0",
|
|
2374
2374
|
bodyCopy: "max-w-[1440px] flex justify-evenly gap-4 mx-auto flex-col md:flex-row"
|
|
2375
|
-
}), Sn = V(
|
|
2375
|
+
}), Sn = V(x2, {
|
|
2376
2376
|
quote: "text-lg font-bold",
|
|
2377
2377
|
text: "space-y-4 w-full md:w-1/2",
|
|
2378
2378
|
author: "text-lg",
|
|
2379
2379
|
details: "text-lg",
|
|
2380
2380
|
media: "md:w-1/2 w-full"
|
|
2381
|
-
}), Tn = V(
|
|
2381
|
+
}), Tn = V(x2, {
|
|
2382
2382
|
root: "px-5 md:px-8 py-[2rem] md:py-16",
|
|
2383
2383
|
headingContainer: "max-w-[700px] mx-auto mb-[2em]",
|
|
2384
2384
|
headline: "md:mb-[0.5em] mb-[0.5em] text-[2.25rem] md:text-[48px] font-bold leading-[53px] text-center",
|
|
@@ -2432,7 +2432,7 @@ const l2 = (n) => {
|
|
|
2432
2432
|
Text: {
|
|
2433
2433
|
root: "w-[120px] p-2 rounded-[50%] rounded-lg text-2xl flex items-center justify-center leading-none font-bold absolute top-8"
|
|
2434
2434
|
}
|
|
2435
|
-
}, To = V(
|
|
2435
|
+
}, To = V(x2, {}), Fn = V(x2, {
|
|
2436
2436
|
headline: "mb-8 md:mb-12 max-w-[20ch] mx-auto text-4xl md:text-5xl font-bold leading-tight text-center",
|
|
2437
2437
|
chart: "",
|
|
2438
2438
|
legend: "max-h-[350px] overflow-y-auto",
|
|
@@ -2464,7 +2464,7 @@ const l2 = (n) => {
|
|
|
2464
2464
|
ContainerCollectionModulePt: xn,
|
|
2465
2465
|
ContainerModulePt: wn,
|
|
2466
2466
|
ContentModulePt: _n,
|
|
2467
|
-
DEFAULT_PASSTHROUGH:
|
|
2467
|
+
DEFAULT_PASSTHROUGH: x2,
|
|
2468
2468
|
FooterNavigationPt: Zo,
|
|
2469
2469
|
HelloBannerPt: Dn,
|
|
2470
2470
|
ImagePt: $o,
|
|
@@ -4547,7 +4547,7 @@ var ke = {
|
|
|
4547
4547
|
function M4(n, e, t, i, o, s) {
|
|
4548
4548
|
return m(), M("span", E({
|
|
4549
4549
|
class: n.cx("root")
|
|
4550
|
-
}, n.ptmi("root")), [
|
|
4550
|
+
}, n.ptmi("root")), [w2(n.$slots, "default", {}, function() {
|
|
4551
4551
|
return [E0(Y(n.value), 1)];
|
|
4552
4552
|
})], 16);
|
|
4553
4553
|
}
|
|
@@ -5208,8 +5208,8 @@ function X4(n, e, t, i, o, s) {
|
|
|
5208
5208
|
disabled: s.disabled
|
|
5209
5209
|
}, s.getPTOptions("root"), {
|
|
5210
5210
|
"data-p-severity": n.severity
|
|
5211
|
-
}), [
|
|
5212
|
-
return [n.loading ?
|
|
5211
|
+
}), [w2(n.$slots, "default", {}, function() {
|
|
5212
|
+
return [n.loading ? w2(n.$slots, "loadingicon", {
|
|
5213
5213
|
key: 0,
|
|
5214
5214
|
class: x([n.cx("loadingIcon"), n.cx("icon")])
|
|
5215
5215
|
}, function() {
|
|
@@ -5221,7 +5221,7 @@ function X4(n, e, t, i, o, s) {
|
|
|
5221
5221
|
class: [n.cx("loadingIcon"), n.cx("icon")],
|
|
5222
5222
|
spin: ""
|
|
5223
5223
|
}, n.ptm("loadingIcon")), null, 16, ["class"]))];
|
|
5224
|
-
}) :
|
|
5224
|
+
}) : w2(n.$slots, "icon", {
|
|
5225
5225
|
key: 1,
|
|
5226
5226
|
class: x([n.cx("icon")])
|
|
5227
5227
|
}, function() {
|
|
@@ -5310,10 +5310,10 @@ const G4 = ["innerHTML"], me = /* @__PURE__ */ n2({
|
|
|
5310
5310
|
(y = a.value) == null || y.disconnect(), window.removeEventListener("resize", b);
|
|
5311
5311
|
}), (y, k) => {
|
|
5312
5312
|
var T;
|
|
5313
|
-
return m(), z(
|
|
5313
|
+
return m(), z(y2(y.isChild ? "div" : "section"), {
|
|
5314
5314
|
ref_key: "accordionRoot",
|
|
5315
5315
|
ref: h,
|
|
5316
|
-
style:
|
|
5316
|
+
style: M2(
|
|
5317
5317
|
y.type === "Tile" && f.value > 0 ? { marginBottom: `${f.value}px` } : {}
|
|
5318
5318
|
),
|
|
5319
5319
|
class: x(`accordion-module ${((T = o.value) == null ? void 0 : T.root) ?? ""} bg-${v(s)} ${y.isChild ? "" : "p-16"} ${e.class ?? ""}`)
|
|
@@ -5328,15 +5328,15 @@ const G4 = ["innerHTML"], me = /* @__PURE__ */ n2({
|
|
|
5328
5328
|
}, null, 10, G4)) : Z("", !0),
|
|
5329
5329
|
y.modules ? (m(), M("div", {
|
|
5330
5330
|
key: 1,
|
|
5331
|
-
style:
|
|
5331
|
+
style: M2(
|
|
5332
5332
|
y.type === "Tile" ? { "--body-left": g.value, "--body-width": p.value } : {}
|
|
5333
5333
|
),
|
|
5334
5334
|
class: x(`accordion-module-container flex ${((_ = o.value) == null ? void 0 : _.container) ?? ""} ${y.type === "Tile" ? "justify-center" : ""} ${e.isSubAccordion ? "[&>:last-child]:border-b-0" : ""}`)
|
|
5335
5335
|
}, [
|
|
5336
|
-
(m(!0), M(
|
|
5336
|
+
(m(!0), M(G, null, t2(y.modules, (L, O) => (m(), M(G, {
|
|
5337
5337
|
key: `${L.headline}-${O}`
|
|
5338
5338
|
}, [
|
|
5339
|
-
y.type === "Tile" || O <= d.value ? (m(), z(
|
|
5339
|
+
y.type === "Tile" || O <= d.value ? (m(), z(y2(`Accordion${y.type}Item`), E({
|
|
5340
5340
|
key: 0,
|
|
5341
5341
|
ref_for: !0
|
|
5342
5342
|
}, L, {
|
|
@@ -5456,7 +5456,7 @@ const G4 = ["innerHTML"], me = /* @__PURE__ */ n2({
|
|
|
5456
5456
|
class: x(`accordion-item-body ${o.value ? "show" : "hidden"} ${((g = i.value) == null ? void 0 : g.bodyCopy) ?? ""}`),
|
|
5457
5457
|
"aria-labelledby": `accordion-collapse-heading-${c.itemNumber}`
|
|
5458
5458
|
}, [
|
|
5459
|
-
r.value ? (m(), z(me, x0(E({ key: 0 }, r.value)), null, 16)) : (m(), M(
|
|
5459
|
+
r.value ? (m(), z(me, x0(E({ key: 0 }, r.value)), null, 16)) : (m(), M(G, { key: 1 }, [
|
|
5460
5460
|
E0(Y(c.bodyCopy), 1)
|
|
5461
5461
|
], 64))
|
|
5462
5462
|
], 10, es)
|
|
@@ -5504,7 +5504,7 @@ const G4 = ["innerHTML"], me = /* @__PURE__ */ n2({
|
|
|
5504
5504
|
class: x(`accordion-item-body ${c.openAccordionIndex !== c.itemNumber ? "hidden" : "active"} ${((y = i.value) == null ? void 0 : y.bodyCopy) ?? ""}`),
|
|
5505
5505
|
"aria-labelledby": `accordion-collapse-heading-${c.itemNumber}`
|
|
5506
5506
|
}, [
|
|
5507
|
-
r.value ? (m(), z(me, x0(E({ key: 0 }, r.value)), null, 16)) : (m(), M(
|
|
5507
|
+
r.value ? (m(), z(me, x0(E({ key: 0 }, r.value)), null, 16)) : (m(), M(G, { key: 1 }, [
|
|
5508
5508
|
E0(Y(c.bodyCopy), 1)
|
|
5509
5509
|
], 64))
|
|
5510
5510
|
], 10, is)
|
|
@@ -5634,7 +5634,7 @@ const fs = /* @__PURE__ */ n2({
|
|
|
5634
5634
|
ref: t,
|
|
5635
5635
|
class: x(`should-animate ${v(i) ? "animate" : ""}`)
|
|
5636
5636
|
}, [
|
|
5637
|
-
o.component && ((r = o.component) != null && r.__typename) ? (m(), z(
|
|
5637
|
+
o.component && ((r = o.component) != null && r.__typename) ? (m(), z(y2(o.component.__typename), E({ key: 0 }, o.component, { "is-child": !0 }), null, 16)) : w2(o.$slots, "default", { key: 1 }, void 0, !0)
|
|
5638
5638
|
], 2)
|
|
5639
5639
|
], 2);
|
|
5640
5640
|
};
|
|
@@ -5680,7 +5680,7 @@ const fs = /* @__PURE__ */ n2({
|
|
|
5680
5680
|
return (l, c) => {
|
|
5681
5681
|
var u, h;
|
|
5682
5682
|
const d = qn;
|
|
5683
|
-
return m(), M(
|
|
5683
|
+
return m(), M(G, null, [
|
|
5684
5684
|
l.animated ? (m(), z(d, {
|
|
5685
5685
|
key: 0,
|
|
5686
5686
|
class: x(l.$props.class)
|
|
@@ -5692,7 +5692,7 @@ const fs = /* @__PURE__ */ n2({
|
|
|
5692
5692
|
class: x(e.class),
|
|
5693
5693
|
src: (f = l.media) == null ? void 0 : f.url,
|
|
5694
5694
|
alt: l.altTag,
|
|
5695
|
-
style:
|
|
5695
|
+
style: M2(
|
|
5696
5696
|
{
|
|
5697
5697
|
desktopWidth: o.value,
|
|
5698
5698
|
desktopHeight: s.value
|
|
@@ -5707,7 +5707,7 @@ const fs = /* @__PURE__ */ n2({
|
|
|
5707
5707
|
class: x(`${e.class} ${t.value}`),
|
|
5708
5708
|
src: (u = l.media) == null ? void 0 : u.url,
|
|
5709
5709
|
alt: l.altTag,
|
|
5710
|
-
style:
|
|
5710
|
+
style: M2(
|
|
5711
5711
|
{
|
|
5712
5712
|
width: o.value,
|
|
5713
5713
|
height: s.value
|
|
@@ -5719,7 +5719,7 @@ const fs = /* @__PURE__ */ n2({
|
|
|
5719
5719
|
class: x(`${e.class} ${i.value}`),
|
|
5720
5720
|
src: (h = l.mobileMedia) != null && h.url ? l.mobileMedia.url : l.media.url,
|
|
5721
5721
|
alt: l.altTag,
|
|
5722
|
-
style:
|
|
5722
|
+
style: M2(
|
|
5723
5723
|
{
|
|
5724
5724
|
width: r.value || o.value,
|
|
5725
5725
|
height: a.value || s.value
|
|
@@ -6501,7 +6501,7 @@ function or(n, e, t, i, o, s) {
|
|
|
6501
6501
|
}, n.ptmi("root")), [n.$slots.header ? (m(), M("div", E({
|
|
6502
6502
|
key: 0,
|
|
6503
6503
|
class: n.cx("header")
|
|
6504
|
-
}, n.ptm("header")), [
|
|
6504
|
+
}, n.ptm("header")), [w2(n.$slots, "header")], 16)) : Z("", !0), s.empty ? w2(n.$slots, "empty", {
|
|
6505
6505
|
key: 2
|
|
6506
6506
|
}, function() {
|
|
6507
6507
|
return [E0(Y(s.emptyMessageText), 1)];
|
|
@@ -6522,8 +6522,8 @@ function or(n, e, t, i, o, s) {
|
|
|
6522
6522
|
})
|
|
6523
6523
|
}, Pe(Pe({}, n.prevButtonProps), n.ptm("previousButton")), {
|
|
6524
6524
|
"data-pc-group-section": "navigator"
|
|
6525
|
-
}), [
|
|
6526
|
-
return [(m(), z(
|
|
6525
|
+
}), [w2(n.$slots, "previousicon", {}, function() {
|
|
6526
|
+
return [(m(), z(y2(s.isVertical() ? "ChevronUpIcon" : "ChevronLeftIcon"), E({
|
|
6527
6527
|
class: n.cx("previousButtonIcon")
|
|
6528
6528
|
}, n.ptm("previousButtonIcon")), null, 16, ["class"]))];
|
|
6529
6529
|
})], 16, Js)), [[r]]) : Z("", !0), S("div", E({
|
|
@@ -6546,7 +6546,7 @@ function or(n, e, t, i, o, s) {
|
|
|
6546
6546
|
onTransitionend: e[1] || (e[1] = function() {
|
|
6547
6547
|
return s.onTransitionEnd && s.onTransitionEnd.apply(s, arguments);
|
|
6548
6548
|
})
|
|
6549
|
-
}, n.ptm("itemsContainer")), [s.isCircular() ? (m(!0), M(
|
|
6549
|
+
}, n.ptm("itemsContainer")), [s.isCircular() ? (m(!0), M(G, {
|
|
6550
6550
|
key: 0
|
|
6551
6551
|
}, t2(n.value.slice(-1 * o.d_numVisible), function(a, l) {
|
|
6552
6552
|
return m(), M("div", E({
|
|
@@ -6561,11 +6561,11 @@ function or(n, e, t, i, o, s) {
|
|
|
6561
6561
|
"data-p-carousel-item-active": o.totalShiftedItems * -1 === n.value.length + o.d_numVisible,
|
|
6562
6562
|
"data-p-carousel-item-start": l === 0,
|
|
6563
6563
|
"data-p-carousel-item-end": n.value.slice(-1 * o.d_numVisible).length - 1 === l
|
|
6564
|
-
}), [
|
|
6564
|
+
}), [w2(n.$slots, "item", {
|
|
6565
6565
|
data: a,
|
|
6566
6566
|
index: l
|
|
6567
6567
|
})], 16, Qs);
|
|
6568
|
-
}), 128)) : Z("", !0), (m(!0), M(
|
|
6568
|
+
}), 128)) : Z("", !0), (m(!0), M(G, null, t2(n.value, function(a, l) {
|
|
6569
6569
|
return m(), M("div", E({
|
|
6570
6570
|
key: l,
|
|
6571
6571
|
class: n.cx("item", {
|
|
@@ -6579,11 +6579,11 @@ function or(n, e, t, i, o, s) {
|
|
|
6579
6579
|
"data-p-carousel-item-active": s.firstIndex() <= l && s.lastIndex() >= l,
|
|
6580
6580
|
"data-p-carousel-item-start": s.firstIndex() === l,
|
|
6581
6581
|
"data-p-carousel-item-end": s.lastIndex() === l
|
|
6582
|
-
}), [
|
|
6582
|
+
}), [w2(n.$slots, "item", {
|
|
6583
6583
|
data: a,
|
|
6584
6584
|
index: l
|
|
6585
6585
|
})], 16, er);
|
|
6586
|
-
}), 128)), s.isCircular() ? (m(!0), M(
|
|
6586
|
+
}), 128)), s.isCircular() ? (m(!0), M(G, {
|
|
6587
6587
|
key: 1
|
|
6588
6588
|
}, t2(n.value.slice(0, o.d_numVisible), function(a, l) {
|
|
6589
6589
|
return m(), M("div", E({
|
|
@@ -6594,7 +6594,7 @@ function or(n, e, t, i, o, s) {
|
|
|
6594
6594
|
totalShiftedItems: o.totalShiftedItems,
|
|
6595
6595
|
d_numVisible: o.d_numVisible
|
|
6596
6596
|
})
|
|
6597
|
-
}, n.ptm("itemCloned")), [
|
|
6597
|
+
}, n.ptm("itemCloned")), [w2(n.$slots, "item", {
|
|
6598
6598
|
data: a,
|
|
6599
6599
|
index: l
|
|
6600
6600
|
})], 16);
|
|
@@ -6609,8 +6609,8 @@ function or(n, e, t, i, o, s) {
|
|
|
6609
6609
|
})
|
|
6610
6610
|
}, Pe(Pe({}, n.nextButtonProps), n.ptm("nextButton")), {
|
|
6611
6611
|
"data-pc-group-section": "navigator"
|
|
6612
|
-
}), [
|
|
6613
|
-
return [(m(), z(
|
|
6612
|
+
}), [w2(n.$slots, "nexticon", {}, function() {
|
|
6613
|
+
return [(m(), z(y2(s.isVertical() ? "ChevronDownIcon" : "ChevronRightIcon"), E({
|
|
6614
6614
|
class: n.cx("nextButtonIcon")
|
|
6615
6615
|
}, n.ptm("nextButtonIcon")), null, 16, ["class"]))];
|
|
6616
6616
|
})], 16, tr)), [[r]]) : Z("", !0)], 16, Gs), s.totalIndicators >= 0 && n.showIndicators ? (m(), M("ul", E({
|
|
@@ -6620,7 +6620,7 @@ function or(n, e, t, i, o, s) {
|
|
|
6620
6620
|
onKeydown: e[6] || (e[6] = function() {
|
|
6621
6621
|
return s.onIndicatorKeydown && s.onIndicatorKeydown.apply(s, arguments);
|
|
6622
6622
|
})
|
|
6623
|
-
}, n.ptm("indicators")), [(m(!0), M(
|
|
6623
|
+
}, n.ptm("indicators")), [(m(!0), M(G, null, t2(s.totalIndicators, function(a, l) {
|
|
6624
6624
|
return m(), M("li", E({
|
|
6625
6625
|
key: "p-carousel-indicator-" + l.toString(),
|
|
6626
6626
|
class: n.cx("indicator", {
|
|
@@ -6641,7 +6641,7 @@ function or(n, e, t, i, o, s) {
|
|
|
6641
6641
|
}), 128))], 16)) : Z("", !0)], 16)), n.$slots.footer ? (m(), M("div", E({
|
|
6642
6642
|
key: 3,
|
|
6643
6643
|
class: n.cx("footer")
|
|
6644
|
-
}, n.ptm("footer")), [
|
|
6644
|
+
}, n.ptm("footer")), [w2(n.$slots, "footer")], 16)) : Z("", !0)], 16);
|
|
6645
6645
|
}
|
|
6646
6646
|
Qn.render = or;
|
|
6647
6647
|
const sr = ["innerHTML"], rr = ["onClick"], ar = ["onClick"], lr = { class: "lg:hidden absolute z-50 bottom-8 left-0 right-0 flex justify-center items-center gap-4" }, cr = ["onClick"], dr = ["onClick"], ur = { class: "flex items-center gap-4" }, hr = ["onClick"], fr = ["onClick"], pr = "hidden sm:hidden lg:block absolute inset-0 object-cover object-center w-full h-full min-h-fit z-0", Cr = /* @__PURE__ */ n2({
|
|
@@ -6690,7 +6690,7 @@ const sr = ["innerHTML"], rr = ["onClick"], ar = ["onClick"], lr = { class: "lg:
|
|
|
6690
6690
|
var b;
|
|
6691
6691
|
return m(), M("div", {
|
|
6692
6692
|
class: x(u.value),
|
|
6693
|
-
style:
|
|
6693
|
+
style: M2(p.backgroundImage ? d.value : {})
|
|
6694
6694
|
}, [
|
|
6695
6695
|
p.backgroundImage && l.value ? (m(), z(A2, {
|
|
6696
6696
|
key: 0,
|
|
@@ -6722,7 +6722,7 @@ const sr = ["innerHTML"], rr = ["onClick"], ar = ["onClick"], lr = { class: "lg:
|
|
|
6722
6722
|
S("div", {
|
|
6723
6723
|
class: x(`flex w-full justify-center ${p.backgroundImage ? "px-4 lg:px-0" : ""}`)
|
|
6724
6724
|
}, [
|
|
6725
|
-
(m(), z(
|
|
6725
|
+
(m(), z(y2(f(y.data)), E(y.data, {
|
|
6726
6726
|
key: `${f(y.data)}-${y.index}`,
|
|
6727
6727
|
"is-child": !0,
|
|
6728
6728
|
index: y.index,
|
|
@@ -6733,7 +6733,7 @@ const sr = ["innerHTML"], rr = ["onClick"], ar = ["onClick"], lr = { class: "lg:
|
|
|
6733
6733
|
]),
|
|
6734
6734
|
_: 1
|
|
6735
6735
|
}, 8, ["value", "class", "pt", "page", "pt:item:class"]),
|
|
6736
|
-
p.backgroundImage ? (m(), M(
|
|
6736
|
+
p.backgroundImage ? (m(), M(G, { key: 1 }, [
|
|
6737
6737
|
S("button", {
|
|
6738
6738
|
class: "lg:hidden absolute z-50 top-[70%] left-[5%] scale-[0.8]",
|
|
6739
6739
|
onClick: () => o.value ? i.value-- : i.value = p.carouselItems.length - 1
|
|
@@ -6753,7 +6753,7 @@ const sr = ["innerHTML"], rr = ["onClick"], ar = ["onClick"], lr = { class: "lg:
|
|
|
6753
6753
|
}, null, -1)
|
|
6754
6754
|
]), 8, ar),
|
|
6755
6755
|
S("div", lr, [
|
|
6756
|
-
(m(!0), M(
|
|
6756
|
+
(m(!0), M(G, null, t2(p.carouselItems, (y, k) => (m(), M("button", {
|
|
6757
6757
|
key: k,
|
|
6758
6758
|
onClick: () => i.value = k,
|
|
6759
6759
|
class: x(`w-[11px] h-[11px] rounded-full transition duration-200 focus:outline-none focus:outline-offset-0 focus:ring-1 focus:ring-primary-500 dark:focus:ring-primary-400 border dark:bg-surface-700 dark:hover:bg-surface-600 ${i.value === k ? "bg-secondary border-none" : "border-gray-400"}`)
|
|
@@ -6772,7 +6772,7 @@ const sr = ["innerHTML"], rr = ["onClick"], ar = ["onClick"], lr = { class: "lg:
|
|
|
6772
6772
|
}, null, -1)
|
|
6773
6773
|
]), 8, dr),
|
|
6774
6774
|
S("div", ur, [
|
|
6775
|
-
(m(!0), M(
|
|
6775
|
+
(m(!0), M(G, null, t2(p.carouselItems, (y, k) => (m(), M("button", {
|
|
6776
6776
|
key: k,
|
|
6777
6777
|
onClick: () => i.value = k,
|
|
6778
6778
|
class: x(`w-[11px] h-[11px] rounded-full transition duration-200 focus:outline-none focus:outline-offset-0 focus:ring-1 focus:ring-primary-500 dark:focus:ring-primary-400 border dark:bg-surface-700 dark:hover:bg-surface-600 ${i.value === k ? "bg-secondary border-none" : "border-gray-400"}`)
|
|
@@ -6929,21 +6929,21 @@ const br = ["innerHTML"], yr = {
|
|
|
6929
6929
|
var w, B;
|
|
6930
6930
|
return ((w = e.end) == null ? void 0 : w.__typename) === "Image" || ((B = e.end) == null ? void 0 : B.__typename) === "Video";
|
|
6931
6931
|
}), $ = A(() => {
|
|
6932
|
-
var
|
|
6933
|
-
const w = ((
|
|
6932
|
+
var X, q, m2, u2;
|
|
6933
|
+
const w = ((X = e.start) == null ? void 0 : X.__typename) === "Accordion", B = ((q = e.end) == null ? void 0 : q.__typename) === "Accordion", F = ((m2 = e.start) == null ? void 0 : m2.__typename) === "TileCollectionModule", R = ((u2 = e.end) == null ? void 0 : u2.__typename) === "TileCollectionModule";
|
|
6934
6934
|
return w && B ? "basis-2/3 md:pr-8" : w ? "basis-2/3 md:pr-16" : B ? "basis-1/3" : R ? "lg:basis-2/5" : F ? "lg:basis-3/5" : "basis-1/2";
|
|
6935
6935
|
}), _ = A(() => {
|
|
6936
|
-
var
|
|
6937
|
-
const w = ((
|
|
6936
|
+
var X, q, m2, u2;
|
|
6937
|
+
const w = ((X = e.start) == null ? void 0 : X.__typename) === "Accordion", B = ((q = e.end) == null ? void 0 : q.__typename) === "Accordion", F = ((m2 = e.start) == null ? void 0 : m2.__typename) === "TileCollectionModule", R = ((u2 = e.end) == null ? void 0 : u2.__typename) === "TileCollectionModule";
|
|
6938
6938
|
return w && B ? "basis-2/3 md:pl-8" : B ? "basis-2/3 md:pl-16" : w ? "basis-1/3" : F ? "lg:basis-2/5" : R ? "lg:basis-3/5" : "basis-1/2";
|
|
6939
6939
|
}), L = A(() => l.value && b === "Image" ? "h-full w-full object-cover object-right" : r.value && b === "Image" ? "max-h-[500px] lg:max-h-none lg:h-full w-full object-cover" : "");
|
|
6940
6940
|
return (w, B) => {
|
|
6941
6941
|
const F = A2;
|
|
6942
|
-
return m(), z(
|
|
6942
|
+
return m(), z(y2(w.isChild ? "div" : "section"), {
|
|
6943
6943
|
class: x(h.value)
|
|
6944
6944
|
}, {
|
|
6945
6945
|
default: f2(() => {
|
|
6946
|
-
var R,
|
|
6946
|
+
var R, X, q, m2, u2, Y2, Q2, j2, e0, H2;
|
|
6947
6947
|
return [
|
|
6948
6948
|
w.backgroundImage && g.value ? (m(), z(F, {
|
|
6949
6949
|
key: 0,
|
|
@@ -6960,23 +6960,23 @@ const br = ["innerHTML"], yr = {
|
|
|
6960
6960
|
}, [
|
|
6961
6961
|
w.headline ? (m(), M("h2", {
|
|
6962
6962
|
key: 0,
|
|
6963
|
-
class: x(`container-module-headline ${a.value ? "text-center" : ""} ${r.value ? "mx-auto w-full" : ""} ${((
|
|
6963
|
+
class: x(`container-module-headline ${a.value ? "text-center" : ""} ${r.value ? "mx-auto w-full" : ""} ${((X = s.value) == null ? void 0 : X.headline) ?? ""} text-${v(i).headline}`),
|
|
6964
6964
|
innerHTML: w.headline
|
|
6965
6965
|
}, null, 10, br)) : Z("", !0),
|
|
6966
6966
|
w.subHeadline ? (m(), M("p", {
|
|
6967
6967
|
key: 1,
|
|
6968
|
-
class: x(`container-module-subheadline ${a.value ? "text-center" : ""} ${((
|
|
6968
|
+
class: x(`container-module-subheadline ${a.value ? "text-center" : ""} ${((q = s.value) == null ? void 0 : q.subheadline) ?? ""} text-${v(i).subheadline}`)
|
|
6969
6969
|
}, Y(w.subHeadline), 3)) : Z("", !0)
|
|
6970
6970
|
], 2)) : Z("", !0),
|
|
6971
6971
|
w.fullWidthContent || w.start || w.end ? (m(), M("div", {
|
|
6972
6972
|
key: 1,
|
|
6973
|
-
class: x(`container-module-content flex flex-col ${T.value && e.mobileImagePosition !== "Bottom" ? "flex-col-reverse" : ""} ${r.value || v(k) ? "lg:flex-row" : "md:flex-row"} ${!r.value && !l.value ? `${v(k) ? "lg" : "md"}:justify-between gap-5` : ""} ${r.value ? "lg:h-full" : "h-full"} ${v(k) ? "rounded-2xl overflow-hidden" : ""} ${((
|
|
6973
|
+
class: x(`container-module-content flex flex-col ${T.value && e.mobileImagePosition !== "Bottom" ? "flex-col-reverse" : ""} ${r.value || v(k) ? "lg:flex-row" : "md:flex-row"} ${!r.value && !l.value ? `${v(k) ? "lg" : "md"}:justify-between gap-5` : ""} ${r.value ? "lg:h-full" : "h-full"} ${v(k) ? "rounded-2xl overflow-hidden" : ""} ${((m2 = s.value) == null ? void 0 : m2.bodyCopy) ?? ""}`)
|
|
6974
6974
|
}, [
|
|
6975
6975
|
w.fullWidthContent ? (m(), M("div", {
|
|
6976
6976
|
key: 0,
|
|
6977
6977
|
class: x(`container-module-full-width-content ${((u2 = s.value) == null ? void 0 : u2.fullWidthContent) ?? ""} ${a.value ? "mx-auto" : ""}`)
|
|
6978
6978
|
}, [
|
|
6979
|
-
v(p) ? (m(), z(
|
|
6979
|
+
v(p) ? (m(), z(y2(v(p)), E({ key: 0 }, w.fullWidthContent, {
|
|
6980
6980
|
"is-child": !0,
|
|
6981
6981
|
"use-child-headline": !!w.headline,
|
|
6982
6982
|
"is-hero": !!(v(p) === "ContentModule" && r.value),
|
|
@@ -6984,12 +6984,12 @@ const br = ["innerHTML"], yr = {
|
|
|
6984
6984
|
"parent-background-color": v(t),
|
|
6985
6985
|
"parent-has-background-image": !!w.backgroundImage
|
|
6986
6986
|
}), null, 16, ["use-child-headline", "is-hero", "background-color", "parent-background-color", "parent-has-background-image"])) : Z("", !0)
|
|
6987
|
-
], 2)) : (m(), M(
|
|
6987
|
+
], 2)) : (m(), M(G, { key: 1 }, [
|
|
6988
6988
|
w.start ? (m(), M("div", {
|
|
6989
6989
|
key: 0,
|
|
6990
6990
|
class: x(`container-module-start ${l.value ? "md:basis-1/2" : $.value} ${((Y2 = s.value) == null ? void 0 : Y2.start) ?? ""} ${d.value} ${l.value && v(C) === "Image" ? "" : l.value ? "p-8 md:p-12 lg:p-16 flex items-center" : ""}`)
|
|
6991
6991
|
}, [
|
|
6992
|
-
v(C) ? (m(), z(
|
|
6992
|
+
v(C) ? (m(), z(y2(v(C)), E({ key: 0 }, w.start, {
|
|
6993
6993
|
"is-child": !0,
|
|
6994
6994
|
"use-child-headline": !!w.headline,
|
|
6995
6995
|
"is-hero": !!(v(C) === "ContentModule" && r.value && !l.value),
|
|
@@ -7003,7 +7003,7 @@ const br = ["innerHTML"], yr = {
|
|
|
7003
7003
|
S("div", {
|
|
7004
7004
|
class: x(`container-module-end ${l.value ? "md:basis-1/2" : _.value} ${((Q2 = s.value) == null ? void 0 : Q2.end) ?? ""} ${u.value} ${l.value && v(b) === "Image" ? "" : l.value ? "p-8 md:p-12 lg:p-16 flex items-center" : ""}`)
|
|
7005
7005
|
}, [
|
|
7006
|
-
v(b) ? (m(), z(
|
|
7006
|
+
v(b) ? (m(), z(y2(v(b)), E({ key: 0 }, w.end, {
|
|
7007
7007
|
"is-child": !0,
|
|
7008
7008
|
"use-child-headline": !!w.headline,
|
|
7009
7009
|
"is-hero": !!(v(b) === "ContentModule" && r.value && !l.value),
|
|
@@ -7035,7 +7035,7 @@ const br = ["innerHTML"], yr = {
|
|
|
7035
7035
|
], 2)
|
|
7036
7036
|
])) : Z("", !0)
|
|
7037
7037
|
], 2),
|
|
7038
|
-
|
|
7038
|
+
w2(w.$slots, "default")
|
|
7039
7039
|
];
|
|
7040
7040
|
}),
|
|
7041
7041
|
_: 3
|
|
@@ -7128,7 +7128,7 @@ const f1 = (n, e) => {
|
|
|
7128
7128
|
return (p, C) => {
|
|
7129
7129
|
var y;
|
|
7130
7130
|
const b = A2;
|
|
7131
|
-
return m(), z(
|
|
7131
|
+
return m(), z(y2("a"), {
|
|
7132
7132
|
id: f.value,
|
|
7133
7133
|
"aria-label": u.value,
|
|
7134
7134
|
"aria-description": h.value,
|
|
@@ -7297,16 +7297,16 @@ const f1 = (n, e) => {
|
|
|
7297
7297
|
});
|
|
7298
7298
|
} else if (e.tableHighlight === "Column") {
|
|
7299
7299
|
const w = D.reduce(
|
|
7300
|
-
(R,
|
|
7300
|
+
(R, X) => Math.max(R, X.querySelectorAll("td,th").length),
|
|
7301
7301
|
0
|
|
7302
|
-
), B = (R) => R >= w || D.every((
|
|
7303
|
-
const
|
|
7304
|
-
return !
|
|
7302
|
+
), B = (R) => R >= w || D.every((X) => {
|
|
7303
|
+
const q = X.querySelectorAll("td,th")[R];
|
|
7304
|
+
return !q || I(q);
|
|
7305
7305
|
});
|
|
7306
7306
|
let F = 1;
|
|
7307
7307
|
B(F) && (F = 2), F < w && D.forEach((R) => {
|
|
7308
|
-
const
|
|
7309
|
-
|
|
7308
|
+
const X = R.querySelectorAll("td,th")[F];
|
|
7309
|
+
X && X.classList.add("table-highlighted-cell");
|
|
7310
7310
|
});
|
|
7311
7311
|
}
|
|
7312
7312
|
D.forEach((w) => {
|
|
@@ -7384,7 +7384,7 @@ const f1 = (n, e) => {
|
|
|
7384
7384
|
_.bodyCopy ? (m(), M("div", {
|
|
7385
7385
|
key: 2,
|
|
7386
7386
|
class: x(`content-module-body-copy text-[17px] text-${v(u).copy} break-words ${_.isHero ? "lg:max-w-[80%]" : ""} ${v(N)(((H = o.value) == null ? void 0 : H.bodyCopy) ?? "", l.value)}`),
|
|
7387
|
-
style:
|
|
7387
|
+
style: M2({
|
|
7388
7388
|
"--copy-accent-color": `var(--${v(u).copyAccent})`,
|
|
7389
7389
|
"--bullet-color": `var(--${v(u).bullet})`
|
|
7390
7390
|
}),
|
|
@@ -7397,7 +7397,7 @@ const f1 = (n, e) => {
|
|
|
7397
7397
|
key: 4,
|
|
7398
7398
|
class: x(`content-module-ctas flex flex-wrap items-center gap-4 ${_.isHero ? "justify-center lg:justify-start" : r.value} ${v(N)(((P = o.value) == null ? void 0 : P.ctas) ?? "", s.value, p ? "md:mt-0" : "")}`)
|
|
7399
7399
|
}, [
|
|
7400
|
-
(m(!0), M(
|
|
7400
|
+
(m(!0), M(G, null, t2(_.ctas, (w, B) => (m(), z(D2, E({ ref_for: !0 }, w, {
|
|
7401
7401
|
key: `cta-${w.title}-${B}`,
|
|
7402
7402
|
class: `content-module-cta ${_.isHero ? "w-auto justify-center" : ""}`,
|
|
7403
7403
|
"background-color": v(d)
|
|
@@ -7443,7 +7443,7 @@ const f1 = (n, e) => {
|
|
|
7443
7443
|
S("div", {
|
|
7444
7444
|
class: x(`container-collection-content space-y-8 mx-auto container ${(l = t.value) == null ? void 0 : l.bodyCopy}`)
|
|
7445
7445
|
}, [
|
|
7446
|
-
(m(!0), M(
|
|
7446
|
+
(m(!0), M(G, null, t2(r.modules, (c, d) => (m(), z(y2(c.__typename), E({ ref_for: !0 }, c, {
|
|
7447
7447
|
key: `${c == null ? void 0 : c.__typename}-${d}`,
|
|
7448
7448
|
"is-child": !0,
|
|
7449
7449
|
"is-container-collection-child": !0
|
|
@@ -7496,13 +7496,13 @@ const Pr = {
|
|
|
7496
7496
|
};
|
|
7497
7497
|
return (h, f) => {
|
|
7498
7498
|
const g = Ht("NavigationElement", !0);
|
|
7499
|
-
return m(), z(
|
|
7499
|
+
return m(), z(y2(h.isChild ? "li" : "div"), {
|
|
7500
7500
|
class: x(d.value)
|
|
7501
7501
|
}, {
|
|
7502
7502
|
default: f2(() => {
|
|
7503
7503
|
var p;
|
|
7504
7504
|
return [
|
|
7505
|
-
l.value === v(s0).header || h.isChild && (r.value || h.subNavigation) ? (m(), z(
|
|
7505
|
+
l.value === v(s0).header || h.isChild && (r.value || h.subNavigation) ? (m(), z(y2(a.value), {
|
|
7506
7506
|
key: 0,
|
|
7507
7507
|
id: s.value,
|
|
7508
7508
|
href: r.value ?? "",
|
|
@@ -7546,7 +7546,7 @@ const Pr = {
|
|
|
7546
7546
|
"aria-labelledby": "menu-button",
|
|
7547
7547
|
tabindex: "-1"
|
|
7548
7548
|
}, [
|
|
7549
|
-
(m(!0), M(
|
|
7549
|
+
(m(!0), M(G, null, t2(h.subNavigation, (C, b) => (m(), z(g, E({
|
|
7550
7550
|
key: C.title,
|
|
7551
7551
|
class: ["ms-3 sm:ms-0", `sub-navigation-element-item-${b}`],
|
|
7552
7552
|
role: "menuitem",
|
|
@@ -7577,7 +7577,7 @@ const Pr = {
|
|
|
7577
7577
|
return (e, t) => {
|
|
7578
7578
|
const i = A2;
|
|
7579
7579
|
return e.socialMediaRef ? (m(), M("div", Or, [
|
|
7580
|
-
(m(!0), M(
|
|
7580
|
+
(m(!0), M(G, null, t2(e.socialMediaRef, (o, s) => {
|
|
7581
7581
|
var r, a, l, c;
|
|
7582
7582
|
return m(), M("a", {
|
|
7583
7583
|
id: (r = o.link) == null ? void 0 : r.thirdPartyId,
|
|
@@ -7620,7 +7620,7 @@ const Pr = {
|
|
|
7620
7620
|
}, Y(i.copyRight), 3),
|
|
7621
7621
|
i.isCenterAlign ? (m(), M("div", Dr, [
|
|
7622
7622
|
S("div", Rr, [
|
|
7623
|
-
(m(!0), M(
|
|
7623
|
+
(m(!0), M(G, null, t2(i.navigation, (s, r) => (m(), z(r0, E({
|
|
7624
7624
|
key: `footer-nav-item-${s.title}-${r}`,
|
|
7625
7625
|
class: `footer-nav-item-${r} px-2.5 ${s.dividerLine ? `border-r border-${v(t).copy}` : ""}`,
|
|
7626
7626
|
role: "menuitem",
|
|
@@ -7636,7 +7636,7 @@ const Pr = {
|
|
|
7636
7636
|
])) : Z("", !0),
|
|
7637
7637
|
S("div", jr, [
|
|
7638
7638
|
S("div", Hr, [
|
|
7639
|
-
(m(!0), M(
|
|
7639
|
+
(m(!0), M(G, null, t2(i.logos, (s, r) => (m(), z(A2, {
|
|
7640
7640
|
key: `footer-copy-right-logo-${r}`,
|
|
7641
7641
|
class: "grow ml-auto",
|
|
7642
7642
|
media: s.media
|
|
@@ -7646,7 +7646,7 @@ const Pr = {
|
|
|
7646
7646
|
key: 0,
|
|
7647
7647
|
class: x(`flex flex-row items-center justify-end ${i.navigation && i.navigation.length ? "mt-6" : ""}`)
|
|
7648
7648
|
}, [
|
|
7649
|
-
(m(!0), M(
|
|
7649
|
+
(m(!0), M(G, null, t2(i.navigation, (s, r) => (m(), z(r0, E({
|
|
7650
7650
|
key: `footer-nav-item-${s.title}-${r}`,
|
|
7651
7651
|
class: `footer-nav-item-${r} px-2.5 ${s.dividerLine ? `border-r border-${v(t).copy}` : ""}`,
|
|
7652
7652
|
role: "menuitem",
|
|
@@ -7709,7 +7709,7 @@ const Pr = {
|
|
|
7709
7709
|
E0(" " + Y(s.title), 1)
|
|
7710
7710
|
]),
|
|
7711
7711
|
s.navigation && s.navigation.length > 0 ? (m(), M("div", Vr, [
|
|
7712
|
-
(m(!0), M(
|
|
7712
|
+
(m(!0), M(G, null, t2(s.navigation, (c, d) => (m(), z(r0, E({
|
|
7713
7713
|
key: `footer-nav-item-${c.title}-${d}`,
|
|
7714
7714
|
class: `footer-nav-item-${d}`,
|
|
7715
7715
|
role: "menuitem",
|
|
@@ -7735,7 +7735,7 @@ const Pr = {
|
|
|
7735
7735
|
"add-text-margin": !0,
|
|
7736
7736
|
"background-color": v(t)
|
|
7737
7737
|
}, null, 8, ["is-center-align", "copy-right", "navigation", "logos", "background-color"])
|
|
7738
|
-
])) : (m(), M(
|
|
7738
|
+
])) : (m(), M(G, { key: 2 }, [
|
|
7739
7739
|
s.socialMediaRef ? (m(), z(Xt, {
|
|
7740
7740
|
key: 0,
|
|
7741
7741
|
"social-media-ref": s.socialMediaRef
|
|
@@ -7783,7 +7783,7 @@ const Pr = {
|
|
|
7783
7783
|
var c, d, u;
|
|
7784
7784
|
const l = A2;
|
|
7785
7785
|
return m(), M("section", {
|
|
7786
|
-
style:
|
|
7786
|
+
style: M2(i.value),
|
|
7787
7787
|
class: x(`logo-module p-16 ${e.class ?? ""} bg-${v(o)}`)
|
|
7788
7788
|
}, [
|
|
7789
7789
|
S("div", {
|
|
@@ -7798,7 +7798,7 @@ const Pr = {
|
|
|
7798
7798
|
key: 1,
|
|
7799
7799
|
class: x(`logo-module-content flex flex-wrap justify-evenly gap-2 ${((u = t.value) == null ? void 0 : u.bodyCopy) ?? ""}`)
|
|
7800
7800
|
}, [
|
|
7801
|
-
(m(!0), M(
|
|
7801
|
+
(m(!0), M(G, null, t2(r.logos, (h, f) => (m(), z(l, E({ ref_for: !0 }, h, {
|
|
7802
7802
|
key: `cta-${h.altTag}-${f}`
|
|
7803
7803
|
}), null, 16))), 128))
|
|
7804
7804
|
], 2)) : Z("", !0)
|
|
@@ -7853,7 +7853,7 @@ const Pr = {
|
|
|
7853
7853
|
return (h, f) => (m(), M("header", Xr, [
|
|
7854
7854
|
S("div", Gr, [
|
|
7855
7855
|
c.value.length > 0 || d.value.length > 0 ? (m(), M("nav", Jr, [
|
|
7856
|
-
(m(!0), M(
|
|
7856
|
+
(m(!0), M(G, null, t2(c.value, (g, p) => (m(), z(r0, E({
|
|
7857
7857
|
key: `${g.title}-${p}`,
|
|
7858
7858
|
role: "menuitem",
|
|
7859
7859
|
tabindex: "-1",
|
|
@@ -7866,7 +7866,7 @@ const Pr = {
|
|
|
7866
7866
|
}, {
|
|
7867
7867
|
onClick: (C) => r("navigation-click", g)
|
|
7868
7868
|
}), null, 16, ["onClick"]))), 128)),
|
|
7869
|
-
(m(!0), M(
|
|
7869
|
+
(m(!0), M(G, null, t2(d.value, (g) => (m(), z(D2, E({
|
|
7870
7870
|
key: g.title,
|
|
7871
7871
|
class: ["my-4 sm:my-0", g.buttonType === "fill" ? "justify-center w-full" : ""],
|
|
7872
7872
|
ref_for: !0
|
|
@@ -7885,7 +7885,7 @@ const Pr = {
|
|
|
7885
7885
|
])) : Z("", !0),
|
|
7886
7886
|
S("div", n6, [
|
|
7887
7887
|
c.value.length > 0 ? (m(), M("nav", i6, [
|
|
7888
|
-
(m(!0), M(
|
|
7888
|
+
(m(!0), M(G, null, t2(c.value, (g, p) => (m(), z(r0, E({
|
|
7889
7889
|
key: `${g.title}-${p}`,
|
|
7890
7890
|
role: "menuitem",
|
|
7891
7891
|
tabindex: "-1",
|
|
@@ -7920,7 +7920,7 @@ const Pr = {
|
|
|
7920
7920
|
key: 0,
|
|
7921
7921
|
class: x(["primary-navigation text-sm xl:text-base items-center px-2 pt-2 pb-4 md:flex gap-2 lg:gap-4 md:justify-evenly md:p-0", i.value ? "block" : "hidden"])
|
|
7922
7922
|
}, [
|
|
7923
|
-
(m(!0), M(
|
|
7923
|
+
(m(!0), M(G, null, t2(u.value, (g, p) => (m(), z(r0, E({
|
|
7924
7924
|
key: `mobile-${g.title}-${p}`,
|
|
7925
7925
|
role: "menuitem",
|
|
7926
7926
|
tabindex: "-1",
|
|
@@ -7933,7 +7933,7 @@ const Pr = {
|
|
|
7933
7933
|
}, {
|
|
7934
7934
|
onClick: (C) => r("navigation-click", g)
|
|
7935
7935
|
}), null, 16, ["onClick"]))), 128)),
|
|
7936
|
-
(m(!0), M(
|
|
7936
|
+
(m(!0), M(G, null, t2(a.value, (g, p) => (m(), z(r0, E({
|
|
7937
7937
|
key: `desktop-${g.title}-${p}`,
|
|
7938
7938
|
role: "menuitem",
|
|
7939
7939
|
tabindex: "-1",
|
|
@@ -7946,14 +7946,14 @@ const Pr = {
|
|
|
7946
7946
|
}, {
|
|
7947
7947
|
onClick: (C) => r("navigation-click", g)
|
|
7948
7948
|
}), null, 16, ["onClick"]))), 128)),
|
|
7949
|
-
(m(!0), M(
|
|
7949
|
+
(m(!0), M(G, null, t2(l.value, (g) => (m(), z(D2, E({
|
|
7950
7950
|
key: `filtered-${g.title}`,
|
|
7951
7951
|
class: g.buttonType === "fill" ? "justify-center w-full" : "",
|
|
7952
7952
|
ref_for: !0
|
|
7953
7953
|
}, g, {
|
|
7954
7954
|
onClick: (p) => r("cta-click", g)
|
|
7955
7955
|
}), null, 16, ["class", "onClick"]))), 128)),
|
|
7956
|
-
(m(!0), M(
|
|
7956
|
+
(m(!0), M(G, null, t2(d.value, (g) => (m(), z(D2, E({
|
|
7957
7957
|
key: g.title,
|
|
7958
7958
|
class: ["flex md:hidden my-2 md:my-0", g.buttonType === "fill" ? "justify-center w-full" : ""],
|
|
7959
7959
|
ref_for: !0
|
|
@@ -8004,8 +8004,8 @@ const Pr = {
|
|
|
8004
8004
|
e.class ?? ""
|
|
8005
8005
|
)
|
|
8006
8006
|
);
|
|
8007
|
-
return (l, c) => (m(), z(
|
|
8008
|
-
style:
|
|
8007
|
+
return (l, c) => (m(), z(y2(l.isChild ? "div" : "section"), {
|
|
8008
|
+
style: M2(o.value),
|
|
8009
8009
|
class: x(a.value)
|
|
8010
8010
|
}, {
|
|
8011
8011
|
default: f2(() => {
|
|
@@ -8019,17 +8019,17 @@ const Pr = {
|
|
|
8019
8019
|
S("div", {
|
|
8020
8020
|
class: x(`split-module-content ${v(N)("flex justify-evenly gap-4 mx-auto items-center", ((u = i.value) == null ? void 0 : u.bodyCopy) ?? "", ((h = i.value) == null ? void 0 : h.content) ?? "")}`)
|
|
8021
8021
|
}, [
|
|
8022
|
-
l.start ? (m(), z(
|
|
8022
|
+
l.start ? (m(), z(y2(l.start.__typename), E({ key: 0 }, l.start, {
|
|
8023
8023
|
class: `split-module-start ${((f = i.value) == null ? void 0 : f.start) ?? ""}`,
|
|
8024
8024
|
"is-child": !0,
|
|
8025
8025
|
"is-split-module-child": !0
|
|
8026
8026
|
}), null, 16, ["class"])) : Z("", !0),
|
|
8027
|
-
l.center ? (m(), z(
|
|
8027
|
+
l.center ? (m(), z(y2(l.center.__typename), E({ key: 1 }, l.center, {
|
|
8028
8028
|
class: `split-module-center ${((g = i.value) == null ? void 0 : g.center) ?? ""}`,
|
|
8029
8029
|
"is-child": !0,
|
|
8030
8030
|
"is-split-module-child": !0
|
|
8031
8031
|
}), null, 16, ["class"])) : Z("", !0),
|
|
8032
|
-
l.end ? (m(), z(
|
|
8032
|
+
l.end ? (m(), z(y2(l.end.__typename), E({ key: 2 }, l.end, {
|
|
8033
8033
|
class: `split-module-end ${((p = i.value) == null ? void 0 : p.end) ?? ""}`,
|
|
8034
8034
|
"is-child": !0,
|
|
8035
8035
|
"is-split-module-child": !0
|
|
@@ -8066,7 +8066,7 @@ const Pr = {
|
|
|
8066
8066
|
var a, l, c, d, u, h, f, g;
|
|
8067
8067
|
return m(), M("div", {
|
|
8068
8068
|
class: x(`testimonial ${v(N)("p-5", e.class ?? "")}`),
|
|
8069
|
-
style:
|
|
8069
|
+
style: M2(o.value)
|
|
8070
8070
|
}, [
|
|
8071
8071
|
S("div", {
|
|
8072
8072
|
class: x(`container mx-auto flex flex-col gap-8 ${((a = t.value) == null ? void 0 : a.container) ?? ""} ${((l = s.mediaPosition) == null ? void 0 : l.toLowerCase()) === "right" ? "lg:flex-row-reverse" : "lg:flex-row"}`)
|
|
@@ -8075,7 +8075,7 @@ const Pr = {
|
|
|
8075
8075
|
key: 0,
|
|
8076
8076
|
class: x(`testimonial-media ${((c = t.value) == null ? void 0 : c.media) ?? ""}`)
|
|
8077
8077
|
}, [
|
|
8078
|
-
(m(), z(
|
|
8078
|
+
(m(), z(y2(s.media.__typename), x0(Wi(s.media)), null, 16))
|
|
8079
8079
|
], 2)) : Z("", !0),
|
|
8080
8080
|
S("div", {
|
|
8081
8081
|
class: x(`testimonial-text ${((d = t.value) == null ? void 0 : d.text) ?? ""}`)
|
|
@@ -8185,9 +8185,9 @@ const Pr = {
|
|
|
8185
8185
|
key: 1,
|
|
8186
8186
|
class: x(`tile-collection-content ${v(N)(s.value ? "flex flex-col gap-12 md:gap-4 justify-center" : `flex flex-wrap gap-12 md:gap-6 justify-center mx-auto ${a.value}`, ((k = t.value) == null ? void 0 : k.bodyCopy) ?? "")}`)
|
|
8187
8187
|
}, [
|
|
8188
|
-
(m(!0), M(
|
|
8188
|
+
(m(!0), M(G, null, t2(u.modules, ($, _) => {
|
|
8189
8189
|
var L;
|
|
8190
|
-
return m(), z(
|
|
8190
|
+
return m(), z(y2(`TileContent${u.variant}`), E({
|
|
8191
8191
|
key: `${$ == null ? void 0 : $.headline}-${_}`,
|
|
8192
8192
|
class: `tile-collection-content-item-${_} ${l.value} ${((L = t.value) == null ? void 0 : L.item) ?? ""} ${$.class ?? ""}`,
|
|
8193
8193
|
ref_for: !0
|
|
@@ -8200,7 +8200,7 @@ const Pr = {
|
|
|
8200
8200
|
}), 128))
|
|
8201
8201
|
], 2)) : Z("", !0),
|
|
8202
8202
|
(T = u.ctas) != null && T.length ? (m(), M("div", C6, [
|
|
8203
|
-
(m(!0), M(
|
|
8203
|
+
(m(!0), M(G, null, t2(u.ctas, ($) => (m(), z(f, E({
|
|
8204
8204
|
key: `${$.title}-cta`,
|
|
8205
8205
|
ref_for: !0
|
|
8206
8206
|
}, $, {
|
|
@@ -8248,7 +8248,7 @@ const Pr = {
|
|
|
8248
8248
|
return (a, l) => i.value ? (m(), M("div", {
|
|
8249
8249
|
key: 0,
|
|
8250
8250
|
class: x(r.value),
|
|
8251
|
-
style:
|
|
8251
|
+
style: M2({
|
|
8252
8252
|
backgroundColor: a.backgroundColor
|
|
8253
8253
|
})
|
|
8254
8254
|
}, Y(i.value), 7)) : Z("", !0);
|
|
@@ -8281,7 +8281,7 @@ function x6(n, e, t, i, o, s) {
|
|
|
8281
8281
|
}, n.ptmi("root")), [n.$slots.header ? (m(), M("div", E({
|
|
8282
8282
|
key: 0,
|
|
8283
8283
|
class: n.cx("header")
|
|
8284
|
-
}, n.ptm("header")), [
|
|
8284
|
+
}, n.ptm("header")), [w2(n.$slots, "header")], 16)) : Z("", !0), S("div", E({
|
|
8285
8285
|
class: n.cx("body")
|
|
8286
8286
|
}, n.ptm("body")), [n.$slots.title || n.$slots.subtitle ? (m(), M("div", E({
|
|
8287
8287
|
key: 0,
|
|
@@ -8289,15 +8289,15 @@ function x6(n, e, t, i, o, s) {
|
|
|
8289
8289
|
}, n.ptm("caption")), [n.$slots.title ? (m(), M("div", E({
|
|
8290
8290
|
key: 0,
|
|
8291
8291
|
class: n.cx("title")
|
|
8292
|
-
}, n.ptm("title")), [
|
|
8292
|
+
}, n.ptm("title")), [w2(n.$slots, "title")], 16)) : Z("", !0), n.$slots.subtitle ? (m(), M("div", E({
|
|
8293
8293
|
key: 1,
|
|
8294
8294
|
class: n.cx("subtitle")
|
|
8295
|
-
}, n.ptm("subtitle")), [
|
|
8295
|
+
}, n.ptm("subtitle")), [w2(n.$slots, "subtitle")], 16)) : Z("", !0)], 16)) : Z("", !0), S("div", E({
|
|
8296
8296
|
class: n.cx("content")
|
|
8297
|
-
}, n.ptm("content")), [
|
|
8297
|
+
}, n.ptm("content")), [w2(n.$slots, "content")], 16), n.$slots.footer ? (m(), M("div", E({
|
|
8298
8298
|
key: 1,
|
|
8299
8299
|
class: n.cx("footer")
|
|
8300
|
-
}, n.ptm("footer")), [
|
|
8300
|
+
}, n.ptm("footer")), [w2(n.$slots, "footer")], 16)) : Z("", !0)], 16)], 16);
|
|
8301
8301
|
}
|
|
8302
8302
|
k0.render = x6;
|
|
8303
8303
|
const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
@@ -8318,7 +8318,7 @@ const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
|
8318
8318
|
t.value = !1;
|
|
8319
8319
|
}
|
|
8320
8320
|
const s = A(() => e.url ? e.url.includes("youtube.com/watch") ? `https://www.youtube.com/embed/${e.url.split("v=")[1]}?autoplay=1` : e.url : "");
|
|
8321
|
-
return (r, a) => (m(), M(
|
|
8321
|
+
return (r, a) => (m(), M(G, null, [
|
|
8322
8322
|
S("div", {
|
|
8323
8323
|
class: x(`${r.$props.class} relative cursor-pointer`),
|
|
8324
8324
|
onClick: i
|
|
@@ -8422,7 +8422,7 @@ const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
|
8422
8422
|
return m(), M("div", {
|
|
8423
8423
|
ref_key: "content",
|
|
8424
8424
|
ref: u,
|
|
8425
|
-
style:
|
|
8425
|
+
style: M2({ transitionDelay: `${(f.index ?? 0) * 0.2}s` }),
|
|
8426
8426
|
class: x(`tile-content animate-slide-on-top ${v(h) ? "visible" : ""} ${v(N)((b = t.value) == null ? void 0 : b.root, r ? "" : "w-full md:w-full lg:w-full")} ${e.class} bg-${v(a)}`)
|
|
8427
8427
|
}, [
|
|
8428
8428
|
f.tileLabel || f.tileLabelType ? (m(), z(p, E({ key: 0 }, f.tileLabel, {
|
|
@@ -8441,7 +8441,7 @@ const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
|
8441
8441
|
f.bodyCopy || f.listItems ? {
|
|
8442
8442
|
name: "content",
|
|
8443
8443
|
fn: f2(() => {
|
|
8444
|
-
var I, P, w, B, F, R,
|
|
8444
|
+
var I, P, w, B, F, R, X, q, m2;
|
|
8445
8445
|
return [
|
|
8446
8446
|
S("div", {
|
|
8447
8447
|
class: x(`flex flex-col tile-content-inner ${((I = t.value) == null ? void 0 : I.bodyCopy) ?? ""} ${d.value}`)
|
|
@@ -8452,22 +8452,26 @@ const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
|
8452
8452
|
}, [
|
|
8453
8453
|
g[0] || (g[0] = S("div", { class: "tile-content-media-background" }, null, -1)),
|
|
8454
8454
|
f.image ? (m(), z(A2, E({ key: 0 }, f.image, {
|
|
8455
|
-
class: v(N)(
|
|
8455
|
+
class: v(N)(
|
|
8456
|
+
(B = (w = f.image) == null ? void 0 : w.media) != null && B.width ? "" : "w-auto",
|
|
8457
|
+
(R = (F = f.image) == null ? void 0 : F.media) != null && R.height ? "" : "h-20",
|
|
8458
|
+
f.image.class
|
|
8459
|
+
)
|
|
8456
8460
|
}), null, 16, ["class"])) : Z("", !0),
|
|
8457
8461
|
f.video ? (m(), z(mt, E({ key: 1 }, f.video, { class: "w-full" }), null, 16)) : Z("", !0)
|
|
8458
8462
|
], 2)) : Z("", !0),
|
|
8459
8463
|
f.headline ? (m(), M("h3", {
|
|
8460
8464
|
key: 1,
|
|
8461
|
-
class: x(`tile-content-headline ${((
|
|
8465
|
+
class: x(`tile-content-headline ${((X = t.value) == null ? void 0 : X.headline) ?? ""} text-${v(s).headline} text-${l.value}`)
|
|
8462
8466
|
}, Y(f.headline), 3)) : Z("", !0),
|
|
8463
8467
|
f.subheadline ? (m(), M("h6", {
|
|
8464
8468
|
key: 2,
|
|
8465
|
-
class: x(`tile-content-subheadline ${((
|
|
8469
|
+
class: x(`tile-content-subheadline ${((q = t.value) == null ? void 0 : q.subheadline) ?? ""} text-${v(s).headline} text-${l.value}`)
|
|
8466
8470
|
}, Y(f.subheadline), 3)) : Z("", !0),
|
|
8467
8471
|
f.bodyCopy ? (m(), M("div", {
|
|
8468
8472
|
key: 3,
|
|
8469
|
-
class: x(`tile-content-body-copy ${((
|
|
8470
|
-
style:
|
|
8473
|
+
class: x(`tile-content-body-copy ${((m2 = t.value) == null ? void 0 : m2.bodyCopy) ?? ""} text-${v(s).copy} text-${c.value} body-copy-with-lists`),
|
|
8474
|
+
style: M2({ "--bullet-color": `var(--${v(o).bullet})` }),
|
|
8471
8475
|
innerHTML: f.bodyCopy
|
|
8472
8476
|
}, null, 14, k6)) : Z("", !0)
|
|
8473
8477
|
], 2)
|
|
@@ -8487,7 +8491,7 @@ const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
|
8487
8491
|
S("div", {
|
|
8488
8492
|
class: x(((P = t.value) == null ? void 0 : P.ctas) ?? "")
|
|
8489
8493
|
}, [
|
|
8490
|
-
(m(!0), M(
|
|
8494
|
+
(m(!0), M(G, null, t2(f.ctas, (w, B) => {
|
|
8491
8495
|
var F;
|
|
8492
8496
|
return m(), z(C, E({
|
|
8493
8497
|
key: `cta-${w.title}-${B}`,
|
|
@@ -8507,7 +8511,7 @@ const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
|
8507
8511
|
], 6);
|
|
8508
8512
|
};
|
|
8509
8513
|
}
|
|
8510
|
-
}), Z6 = /* @__PURE__ */ Ze(A6, [["__scopeId", "data-v-
|
|
8514
|
+
}), Z6 = /* @__PURE__ */ Ze(A6, [["__scopeId", "data-v-7ead68a5"]]), $6 = ["innerHTML"], S6 = /* @__PURE__ */ n2({
|
|
8511
8515
|
__name: "TileContentImageTile",
|
|
8512
8516
|
props: {
|
|
8513
8517
|
__typename: {},
|
|
@@ -8554,7 +8558,7 @@ const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
|
8554
8558
|
return m(), M("div", {
|
|
8555
8559
|
ref_key: "content",
|
|
8556
8560
|
ref: u,
|
|
8557
|
-
style:
|
|
8561
|
+
style: M2({ transitionDelay: `${(f.index ?? 0) * 0.2}s` }),
|
|
8558
8562
|
class: x(`tile-content animate-slide-in-right ${v(h) ? "visible" : ""} ${v(N)(((b = t.value) == null ? void 0 : b.root) ?? "", r ? "" : "w-full md:w-full lg:w-full", `bg-${v(a)}`, e.class ?? "")}`)
|
|
8559
8563
|
}, [
|
|
8560
8564
|
O2(v(k0), {
|
|
@@ -8565,7 +8569,7 @@ const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
|
8565
8569
|
f.image || f.bodyCopy || f.listItems ? {
|
|
8566
8570
|
name: "content",
|
|
8567
8571
|
fn: f2(() => {
|
|
8568
|
-
var $, _, L, O, j, H, D, I, P, w, B, F, R,
|
|
8572
|
+
var $, _, L, O, j, H, D, I, P, w, B, F, R, X, q;
|
|
8569
8573
|
return [
|
|
8570
8574
|
S("div", {
|
|
8571
8575
|
class: x(`flex flex-col tile-content-inner ${(($ = t.value) == null ? void 0 : $.bodyCopy) ?? ""} ${d.value}`)
|
|
@@ -8600,12 +8604,12 @@ const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
|
8600
8604
|
}, Y(f.headline), 3)) : Z("", !0),
|
|
8601
8605
|
f.subheadline ? (m(), M("h6", {
|
|
8602
8606
|
key: 2,
|
|
8603
|
-
class: x(`tile-content-subheadline ${((
|
|
8607
|
+
class: x(`tile-content-subheadline ${((X = t.value) == null ? void 0 : X.subheadline) ?? ""} text-${v(s).copy} text-${l.value}`)
|
|
8604
8608
|
}, Y(f.subheadline), 3)) : Z("", !0),
|
|
8605
8609
|
f.bodyCopy ? (m(), M("div", {
|
|
8606
8610
|
key: 3,
|
|
8607
|
-
class: x(`tile-content-body-copy ${((
|
|
8608
|
-
style:
|
|
8611
|
+
class: x(`tile-content-body-copy ${((q = t.value) == null ? void 0 : q.bodyCopy) ?? ""} text-${v(s).copy} text-${c.value} body-copy-with-lists`),
|
|
8612
|
+
style: M2({ "--bullet-color": `var(--${v(o).bullet})` }),
|
|
8609
8613
|
innerHTML: f.bodyCopy
|
|
8610
8614
|
}, null, 14, $6)) : Z("", !0)
|
|
8611
8615
|
], 2)
|
|
@@ -8625,7 +8629,7 @@ const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
|
8625
8629
|
S("div", {
|
|
8626
8630
|
class: x(((_ = t.value) == null ? void 0 : _.ctas) ?? "")
|
|
8627
8631
|
}, [
|
|
8628
|
-
(m(!0), M(
|
|
8632
|
+
(m(!0), M(G, null, t2(f.ctas, (L, O) => {
|
|
8629
8633
|
var j;
|
|
8630
8634
|
return m(), z(C, E({
|
|
8631
8635
|
key: `cta-${L.title}-${O}`,
|
|
@@ -8697,7 +8701,7 @@ const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
|
8697
8701
|
const g = $e, p = D2;
|
|
8698
8702
|
return m(), M("div", {
|
|
8699
8703
|
class: x(`tile-content ${v(N)((C = t.value) == null ? void 0 : C.root, o.value, e.class)} bg-${a.value}`),
|
|
8700
|
-
style:
|
|
8704
|
+
style: M2(c.value)
|
|
8701
8705
|
}, [
|
|
8702
8706
|
h.tileLabel || h.tileLabelType ? (m(), z(g, E({ key: 0 }, h.tileLabel, {
|
|
8703
8707
|
class: h.tileLabelType === "Numeric" || ((b = h.tileLabel) == null ? void 0 : b.type) === "Numeric" ? (y = t.value) == null ? void 0 : y.numericLabel : (k = t.value) == null ? void 0 : k.label,
|
|
@@ -8731,7 +8735,7 @@ const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
|
8731
8735
|
h.bodyCopy ? (m(), M("div", {
|
|
8732
8736
|
key: 2,
|
|
8733
8737
|
class: x(`tile-content-body-copy ${((P = t.value) == null ? void 0 : P.bodyCopy) ?? ""} text-${l.value.copy} text-${u.value} body-copy-with-lists`),
|
|
8734
|
-
style:
|
|
8738
|
+
style: M2({ "--bullet-color": `var(--${v(r).bullet})` }),
|
|
8735
8739
|
innerHTML: h.bodyCopy
|
|
8736
8740
|
}, null, 14, B6)) : Z("", !0)
|
|
8737
8741
|
], 2)
|
|
@@ -8751,7 +8755,7 @@ const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
|
8751
8755
|
S("div", {
|
|
8752
8756
|
class: x(((D = t.value) == null ? void 0 : D.ctas) ?? "")
|
|
8753
8757
|
}, [
|
|
8754
|
-
(m(!0), M(
|
|
8758
|
+
(m(!0), M(G, null, t2(h.ctas, (I, P) => {
|
|
8755
8759
|
var w;
|
|
8756
8760
|
return m(), z(p, E({
|
|
8757
8761
|
key: `cta-${I.title}-${P}`,
|
|
@@ -8863,7 +8867,7 @@ const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
|
8863
8867
|
u.bodyCopy ? (m(), M("div", {
|
|
8864
8868
|
key: 3,
|
|
8865
8869
|
class: x(`tile-content-body-copy ${((B = t.value) == null ? void 0 : B.bodyCopy) ?? ""} text-${v(r).copy} text-${c.value} body-copy-with-lists`),
|
|
8866
|
-
style:
|
|
8870
|
+
style: M2({ "--bullet-color": `var(--${v(s).bullet})` }),
|
|
8867
8871
|
innerHTML: u.bodyCopy
|
|
8868
8872
|
}, null, 14, I6)) : Z("", !0)
|
|
8869
8873
|
], 2)
|
|
@@ -8880,7 +8884,7 @@ const w6 = ["src", "height", "width"], _6 = ["src"], mt = /* @__PURE__ */ n2({
|
|
|
8880
8884
|
key: 0,
|
|
8881
8885
|
class: x(`${((H = t.value) == null ? void 0 : H.footer) ?? ""} text-${v(r).copy}`)
|
|
8882
8886
|
}, Y(u.footer), 3)) : Z("", !0),
|
|
8883
|
-
(m(!0), M(
|
|
8887
|
+
(m(!0), M(G, null, t2(u.ctas, (D, I) => {
|
|
8884
8888
|
var P;
|
|
8885
8889
|
return m(), z(g, E({
|
|
8886
8890
|
key: `cta-${D.title}-${I}`,
|
|
@@ -9141,7 +9145,7 @@ const N6 = ["innerHTML"], V6 = ["innerHTML"], W6 = ["src"], U6 = /* @__PURE__ */
|
|
|
9141
9145
|
u.bodyCopy ? (m(), M("div", {
|
|
9142
9146
|
key: 1,
|
|
9143
9147
|
class: x(`tile-content-body-copy ${(($ = o.value) == null ? void 0 : $.description) ?? ""} w-full text-${v(l).copy} body-copy-with-lists ${u.includeDecoration ? "" : "max-w-none"}`),
|
|
9144
|
-
style:
|
|
9148
|
+
style: M2({ "--bullet-color": `var(--${v(l).bullet})` }),
|
|
9145
9149
|
innerHTML: u.bodyCopy
|
|
9146
9150
|
}, null, 14, V6)) : Z("", !0)
|
|
9147
9151
|
], 2),
|
|
@@ -9278,7 +9282,7 @@ const N6 = ["innerHTML"], V6 = ["innerHTML"], W6 = ["src"], U6 = /* @__PURE__ */
|
|
|
9278
9282
|
default: f2(() => [
|
|
9279
9283
|
S("i", {
|
|
9280
9284
|
class: "pi pi-times-circle",
|
|
9281
|
-
style:
|
|
9285
|
+
style: M2({
|
|
9282
9286
|
fontSize: "16px",
|
|
9283
9287
|
color: "#fff",
|
|
9284
9288
|
transform: t.value === "minimized" ? "rotate(45deg)" : "rotate(0deg)",
|
|
@@ -9737,7 +9741,7 @@ const y5 = /* @__PURE__ */ (() => {
|
|
|
9737
9741
|
function d2(n) {
|
|
9738
9742
|
return n == null;
|
|
9739
9743
|
}
|
|
9740
|
-
function
|
|
9744
|
+
function b2(n) {
|
|
9741
9745
|
if (Array.isArray && Array.isArray(n))
|
|
9742
9746
|
return !0;
|
|
9743
9747
|
const e = Object.prototype.toString.call(n);
|
|
@@ -9762,7 +9766,7 @@ function a2(n, e, t) {
|
|
|
9762
9766
|
}
|
|
9763
9767
|
function s2(n, e, t, i) {
|
|
9764
9768
|
let o, s, r;
|
|
9765
|
-
if (
|
|
9769
|
+
if (b2(n))
|
|
9766
9770
|
for (s = n.length, o = 0; o < s; o++)
|
|
9767
9771
|
e.call(t, n[o], o);
|
|
9768
9772
|
else if (e2(n))
|
|
@@ -9779,7 +9783,7 @@ function Je(n, e) {
|
|
|
9779
9783
|
return !0;
|
|
9780
9784
|
}
|
|
9781
9785
|
function Qe(n) {
|
|
9782
|
-
if (
|
|
9786
|
+
if (b2(n))
|
|
9783
9787
|
return n.map(Qe);
|
|
9784
9788
|
if (e2(n)) {
|
|
9785
9789
|
const e = /* @__PURE__ */ Object.create(null), t = Object.keys(n), i = t.length;
|
|
@@ -9804,7 +9808,7 @@ function M5(n, e, t, i) {
|
|
|
9804
9808
|
e2(o) && e2(s) ? ve(o, s, i) : e[n] = Qe(s);
|
|
9805
9809
|
}
|
|
9806
9810
|
function ve(n, e, t) {
|
|
9807
|
-
const i =
|
|
9811
|
+
const i = b2(e) ? e : [
|
|
9808
9812
|
e
|
|
9809
9813
|
], o = i.length;
|
|
9810
9814
|
if (!e2(n))
|
|
@@ -9874,7 +9878,7 @@ const et = (n) => typeof n < "u", p0 = (n) => typeof n == "function", t3 = (n, e
|
|
|
9874
9878
|
function k5(n) {
|
|
9875
9879
|
return n.type === "mouseup" || n.type === "click" || n.type === "contextmenu";
|
|
9876
9880
|
}
|
|
9877
|
-
const r2 = Math.PI, C2 = 2 * r2, tt = Number.POSITIVE_INFINITY, A5 = r2 / 180,
|
|
9881
|
+
const r2 = Math.PI, C2 = 2 * r2, tt = Number.POSITIVE_INFINITY, A5 = r2 / 180, v2 = r2 / 2, C0 = r2 / 4, n3 = r2 * 2 / 3, l0 = Math.log10, nt = Math.sign;
|
|
9878
9882
|
function qe(n, e, t) {
|
|
9879
9883
|
return Math.abs(n - e) < t;
|
|
9880
9884
|
}
|
|
@@ -10049,8 +10053,8 @@ const ui = (n) => n === "start" ? "left" : n === "end" ? "right" : "center", P2
|
|
|
10049
10053
|
easeInQuint: (n) => n * n * n * n * n,
|
|
10050
10054
|
easeOutQuint: (n) => (n -= 1) * n * n * n * n + 1,
|
|
10051
10055
|
easeInOutQuint: (n) => (n /= 0.5) < 1 ? 0.5 * n * n * n * n * n : 0.5 * ((n -= 2) * n * n * n * n + 2),
|
|
10052
|
-
easeInSine: (n) => -Math.cos(n *
|
|
10053
|
-
easeOutSine: (n) => Math.sin(n *
|
|
10056
|
+
easeInSine: (n) => -Math.cos(n * v2) + 1,
|
|
10057
|
+
easeOutSine: (n) => Math.sin(n * v2),
|
|
10054
10058
|
easeInOutSine: (n) => -0.5 * (Math.cos(r2 * n) - 1),
|
|
10055
10059
|
easeInExpo: (n) => n === 0 ? 0 : Math.pow(2, 10 * (n - 1)),
|
|
10056
10060
|
easeOutExpo: (n) => n === 1 ? 1 : -Math.pow(2, -10 * n) + 1,
|
|
@@ -10187,7 +10191,7 @@ function bt(n, e, t) {
|
|
|
10187
10191
|
}
|
|
10188
10192
|
const fi = {
|
|
10189
10193
|
values(n) {
|
|
10190
|
-
return
|
|
10194
|
+
return b2(n) ? n : "" + n;
|
|
10191
10195
|
},
|
|
10192
10196
|
numeric(n, e, t) {
|
|
10193
10197
|
if (n === 0)
|
|
@@ -10389,11 +10393,11 @@ function Y5(n, e, t, i) {
|
|
|
10389
10393
|
const a = t.length;
|
|
10390
10394
|
let l, c, d, u, h;
|
|
10391
10395
|
for (l = 0; l < a; l++)
|
|
10392
|
-
if (u = t[l], u != null && !
|
|
10396
|
+
if (u = t[l], u != null && !b2(u))
|
|
10393
10397
|
r = st(n, o, s, r, u);
|
|
10394
|
-
else if (
|
|
10398
|
+
else if (b2(u))
|
|
10395
10399
|
for (c = 0, d = u.length; c < d; c++)
|
|
10396
|
-
h = u[c], h != null && !
|
|
10400
|
+
h = u[c], h != null && !b2(h) && (r = st(n, o, s, r, h));
|
|
10397
10401
|
n.restore();
|
|
10398
10402
|
const f = s.length / 2;
|
|
10399
10403
|
if (f > t.length) {
|
|
@@ -10430,7 +10434,7 @@ function pi(n, e, t, i, o) {
|
|
|
10430
10434
|
d = o ? o / 2 : p, n.moveTo(t + Math.sin(C) * d, i - Math.cos(C) * p), C += n3, n.lineTo(t + Math.sin(C) * d, i - Math.cos(C) * p), C += n3, n.lineTo(t + Math.sin(C) * d, i - Math.cos(C) * p), n.closePath();
|
|
10431
10435
|
break;
|
|
10432
10436
|
case "rectRounded":
|
|
10433
|
-
c = p * 0.516, l = p - c, r = Math.cos(C + C0) * l, u = Math.cos(C + C0) * (o ? o / 2 - c : l), a = Math.sin(C + C0) * l, h = Math.sin(C + C0) * (o ? o / 2 - c : l), n.arc(t - u, i - a, c, C - r2, C -
|
|
10437
|
+
c = p * 0.516, l = p - c, r = Math.cos(C + C0) * l, u = Math.cos(C + C0) * (o ? o / 2 - c : l), a = Math.sin(C + C0) * l, h = Math.sin(C + C0) * (o ? o / 2 - c : l), n.arc(t - u, i - a, c, C - r2, C - v2), n.arc(t + h, i - r, c, C - v2, C), n.arc(t + u, i + a, c, C, C + v2), n.arc(t - h, i + r, c, C + v2, C + r2), n.closePath();
|
|
10434
10438
|
break;
|
|
10435
10439
|
case "rect":
|
|
10436
10440
|
if (!g) {
|
|
@@ -10485,7 +10489,7 @@ function X5(n, e) {
|
|
|
10485
10489
|
n.fillStyle = e.color, n.fillRect(e.left, e.top, e.width, e.height), n.fillStyle = t;
|
|
10486
10490
|
}
|
|
10487
10491
|
function F0(n, e, t, i, o, s = {}) {
|
|
10488
|
-
const r =
|
|
10492
|
+
const r = b2(e) ? e : [
|
|
10489
10493
|
e
|
|
10490
10494
|
], a = s.strokeWidth > 0 && s.strokeColor !== "";
|
|
10491
10495
|
let l, c;
|
|
@@ -10495,7 +10499,7 @@ function F0(n, e, t, i, o, s = {}) {
|
|
|
10495
10499
|
}
|
|
10496
10500
|
function rt(n, e) {
|
|
10497
10501
|
const { x: t, y: i, w: o, h: s, radius: r } = e;
|
|
10498
|
-
n.arc(t + r.topLeft, i + r.topLeft, r.topLeft, 1.5 * r2, r2, !0), n.lineTo(t, i + s - r.bottomLeft), n.arc(t + r.bottomLeft, i + s - r.bottomLeft, r.bottomLeft, r2,
|
|
10502
|
+
n.arc(t + r.topLeft, i + r.topLeft, r.topLeft, 1.5 * r2, r2, !0), n.lineTo(t, i + s - r.bottomLeft), n.arc(t + r.bottomLeft, i + s - r.bottomLeft, r.bottomLeft, r2, v2, !0), n.lineTo(t + o - r.bottomRight, i + s), n.arc(t + o - r.bottomRight, i + s - r.bottomRight, r.bottomRight, v2, 0, !0), n.lineTo(t + o, i + r.topRight), n.arc(t + o - r.topRight, i + r.topRight, r.topRight, 0, -v2, !0), n.lineTo(t + r.topLeft, i);
|
|
10499
10503
|
}
|
|
10500
10504
|
const G5 = /^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/, J5 = /^(normal|italic|initial|inherit|unset|(oblique( -?[0-9]?[0-9]deg)?))$/;
|
|
10501
10505
|
function Q5(n, e) {
|
|
@@ -10717,7 +10721,7 @@ function gi(n, e, t) {
|
|
|
10717
10721
|
function oa(n, e, t) {
|
|
10718
10722
|
const { _proxy: i, _context: o, _subProxy: s, _descriptors: r } = n;
|
|
10719
10723
|
let a = i[e];
|
|
10720
|
-
return p0(a) && r.isScriptable(e) && (a = sa(e, a, n, t)),
|
|
10724
|
+
return p0(a) && r.isScriptable(e) && (a = sa(e, a, n, t)), b2(a) && a.length && (a = ra(e, a, n, r.isIndexable)), k1(e, a) && (a = D0(a, o, s && s[e], r)), a;
|
|
10721
10725
|
}
|
|
10722
10726
|
function sa(n, e, t, i) {
|
|
10723
10727
|
const { _proxy: o, _context: s, _subProxy: r, _stack: a } = t;
|
|
@@ -10778,7 +10782,7 @@ function ca(n, e, t) {
|
|
|
10778
10782
|
const i = n._getTarget();
|
|
10779
10783
|
e in i || (i[e] = {});
|
|
10780
10784
|
const o = i[e];
|
|
10781
|
-
return
|
|
10785
|
+
return b2(o) && e2(t) ? t : o || {};
|
|
10782
10786
|
}
|
|
10783
10787
|
function da(n, e, t, i) {
|
|
10784
10788
|
let o;
|
|
@@ -11165,7 +11169,7 @@ class Mi {
|
|
|
11165
11169
|
const r = {};
|
|
11166
11170
|
for (const a of t)
|
|
11167
11171
|
r[a] = s[a];
|
|
11168
|
-
(
|
|
11172
|
+
(b2(s.properties) && s.properties || [
|
|
11169
11173
|
o
|
|
11170
11174
|
]).forEach((a) => {
|
|
11171
11175
|
(a === o || !i.has(a)) && i.set(a, r);
|
|
@@ -11450,7 +11454,7 @@ class ae {
|
|
|
11450
11454
|
if (this._parsing === !1)
|
|
11451
11455
|
i._parsed = o, i._sorted = !0, h = o;
|
|
11452
11456
|
else {
|
|
11453
|
-
|
|
11457
|
+
b2(o[e]) ? h = this.parseArrayData(i, o, e, t) : e2(o[e]) ? h = this.parseObjectData(i, o, e, t) : h = this.parsePrimitiveData(i, o, e, t);
|
|
11454
11458
|
const f = () => u[a] === null || c && u[a] < c[a];
|
|
11455
11459
|
for (d = 0; d < t; ++d)
|
|
11456
11460
|
i._parsed[d + e] = u = h[d], l && (f() && (l = !1), c = u);
|
|
@@ -11740,7 +11744,7 @@ W(ae, "defaults", {}), W(ae, "datasetElementType", null), W(ae, "dataElementType
|
|
|
11740
11744
|
function Fa(n, e, t) {
|
|
11741
11745
|
let i = 1, o = 1, s = 0, r = 0;
|
|
11742
11746
|
if (e < C2) {
|
|
11743
|
-
const a = n, l = a + e, c = Math.cos(a), d = Math.sin(a), u = Math.cos(l), h = Math.sin(l), f = (k, T, $) => ot(k, a, l, !0) ? 1 : Math.max(T, T * t, $, $ * t), g = (k, T, $) => ot(k, a, l, !0) ? -1 : Math.min(T, T * t, $, $ * t), p = f(0, c, u), C = f(
|
|
11747
|
+
const a = n, l = a + e, c = Math.cos(a), d = Math.sin(a), u = Math.cos(l), h = Math.sin(l), f = (k, T, $) => ot(k, a, l, !0) ? 1 : Math.max(T, T * t, $, $ * t), g = (k, T, $) => ot(k, a, l, !0) ? -1 : Math.min(T, T * t, $, $ * t), p = f(0, c, u), C = f(v2, d, h), b = g(r2, c, u), y = g(r2 + v2, d, h);
|
|
11744
11748
|
i = (p - b) / 2, o = (C - y) / 2, s = -(p + b) / 2, r = -(C + y) / 2;
|
|
11745
11749
|
}
|
|
11746
11750
|
return {
|
|
@@ -12710,7 +12714,7 @@ function B3(n, e) {
|
|
|
12710
12714
|
if (!n.display)
|
|
12711
12715
|
return 0;
|
|
12712
12716
|
const t = k2(n.font, e), i = Z2(n.padding);
|
|
12713
|
-
return (
|
|
12717
|
+
return (b2(n.text) ? n.text.length : 1) * t.lineHeight + i.height;
|
|
12714
12718
|
}
|
|
12715
12719
|
function vl(n, e) {
|
|
12716
12720
|
return A0(n, {
|
|
@@ -12746,7 +12750,7 @@ function wl(n, e, t, i) {
|
|
|
12746
12750
|
f = d[b].getPixelForValue(y) - C + e;
|
|
12747
12751
|
} else
|
|
12748
12752
|
t === "center" ? f = (c.left + c.right) / 2 - C + e : f = $3(n, t, e);
|
|
12749
|
-
g = P2(i, r, o), u = t === "left" ? -
|
|
12753
|
+
g = P2(i, r, o), u = t === "left" ? -v2 : v2;
|
|
12750
12754
|
}
|
|
12751
12755
|
return {
|
|
12752
12756
|
titleX: f,
|
|
@@ -12992,11 +12996,11 @@ class z0 extends _0 {
|
|
|
12992
12996
|
if (g = e[u].label, p = this._resolveTickFontOptions(u), o.font = C = p.string, b = s[C] = s[C] || {
|
|
12993
12997
|
data: {},
|
|
12994
12998
|
gc: []
|
|
12995
|
-
}, y = p.lineHeight, k = T = 0, !d2(g) && !
|
|
12999
|
+
}, y = p.lineHeight, k = T = 0, !d2(g) && !b2(g))
|
|
12996
13000
|
k = st(o, b.data, b.gc, k, g), T = y;
|
|
12997
|
-
else if (
|
|
13001
|
+
else if (b2(g))
|
|
12998
13002
|
for (h = 0, f = g.length; h < f; ++h)
|
|
12999
|
-
$ = g[h], !d2($) && !
|
|
13003
|
+
$ = g[h], !d2($) && !b2($) && (k = st(o, b.data, b.gc, k, $), T += y);
|
|
13000
13004
|
r.push(k), a.push(T), c = Math.max(k, c), d = Math.max(T, d);
|
|
13001
13005
|
}
|
|
13002
13006
|
yl(s, t);
|
|
@@ -13089,8 +13093,8 @@ class z0 extends _0 {
|
|
|
13089
13093
|
}
|
|
13090
13094
|
const w = i2(o.ticks.maxTicksLimit, u), B = Math.max(1, Math.ceil(u / w));
|
|
13091
13095
|
for (k = 0; k < u; k += B) {
|
|
13092
|
-
const F = this.getContext(k), R = s.setContext(F),
|
|
13093
|
-
T = bl(this, k, l), T !== void 0 && ($ = g0(i, T,
|
|
13096
|
+
const F = this.getContext(k), R = s.setContext(F), X = a.setContext(F), q = R.lineWidth, m2 = R.color, u2 = X.dash || [], Y2 = X.dashOffset, Q2 = R.tickWidth, j2 = R.tickColor, e0 = R.tickBorderDash || [], H2 = R.tickBorderDashOffset;
|
|
13097
|
+
T = bl(this, k, l), T !== void 0 && ($ = g0(i, T, q), c ? _ = O = H = I = $ : L = j = D = P = $, f.push({
|
|
13094
13098
|
tx1: _,
|
|
13095
13099
|
ty1: L,
|
|
13096
13100
|
tx2: O,
|
|
@@ -13099,8 +13103,8 @@ class z0 extends _0 {
|
|
|
13099
13103
|
y1: D,
|
|
13100
13104
|
x2: I,
|
|
13101
13105
|
y2: P,
|
|
13102
|
-
width:
|
|
13103
|
-
color:
|
|
13106
|
+
width: q,
|
|
13107
|
+
color: m2,
|
|
13104
13108
|
borderDash: u2,
|
|
13105
13109
|
borderDashOffset: Y2,
|
|
13106
13110
|
tickWidth: Q2,
|
|
@@ -13146,10 +13150,10 @@ class z0 extends _0 {
|
|
|
13146
13150
|
for (b = 0, y = a.length; b < y; ++b) {
|
|
13147
13151
|
k = a[b], T = k.label;
|
|
13148
13152
|
const B = s.setContext(this.getContext(b));
|
|
13149
|
-
O = this.getPixelForTick(b) + s.labelOffset, j = this._resolveTickFontOptions(b), H = j.lineHeight, D =
|
|
13150
|
-
const F = D / 2, R = B.color,
|
|
13151
|
-
let
|
|
13152
|
-
r ? ($ = O, L === "inner" && (b === y - 1 ?
|
|
13153
|
+
O = this.getPixelForTick(b) + s.labelOffset, j = this._resolveTickFontOptions(b), H = j.lineHeight, D = b2(T) ? T.length : 1;
|
|
13154
|
+
const F = D / 2, R = B.color, X = B.textStrokeColor, q = B.textStrokeWidth;
|
|
13155
|
+
let m2 = L;
|
|
13156
|
+
r ? ($ = O, L === "inner" && (b === y - 1 ? m2 = this.options.reverse ? "left" : "right" : b === 0 ? m2 = this.options.reverse ? "right" : "left" : m2 = "center"), o === "top" ? c === "near" || p !== 0 ? I = -D * H + H / 2 : c === "center" ? I = -w.highest.height / 2 - F * H + H : I = -w.highest.height + H / 2 : c === "near" || p !== 0 ? I = H / 2 : c === "center" ? I = w.highest.height / 2 - F * H : I = w.highest.height - D * H, u && (I *= -1), p !== 0 && !B.showLabelBackdrop && ($ += H / 2 * Math.sin(p))) : (_ = O, I = (1 - D) * H / 2);
|
|
13153
13157
|
let u2;
|
|
13154
13158
|
if (B.showLabelBackdrop) {
|
|
13155
13159
|
const Y2 = Z2(B.backdropPadding), Q2 = w.heights[b], j2 = w.widths[b];
|
|
@@ -13188,9 +13192,9 @@ class z0 extends _0 {
|
|
|
13188
13192
|
options: {
|
|
13189
13193
|
rotation: p,
|
|
13190
13194
|
color: R,
|
|
13191
|
-
strokeColor:
|
|
13192
|
-
strokeWidth:
|
|
13193
|
-
textAlign:
|
|
13195
|
+
strokeColor: X,
|
|
13196
|
+
strokeWidth: q,
|
|
13197
|
+
textAlign: m2,
|
|
13194
13198
|
textBaseline: P,
|
|
13195
13199
|
translation: [
|
|
13196
13200
|
$,
|
|
@@ -13302,7 +13306,7 @@ class z0 extends _0 {
|
|
|
13302
13306
|
return;
|
|
13303
13307
|
const s = k2(i.font), r = Z2(i.padding), a = i.align;
|
|
13304
13308
|
let l = s.lineHeight / 2;
|
|
13305
|
-
t === "bottom" || t === "center" || e2(t) ? (l += r.bottom,
|
|
13309
|
+
t === "bottom" || t === "center" || e2(t) ? (l += r.bottom, b2(i.text) && (l += s.lineHeight * (i.text.length - 1))) : l += r.top;
|
|
13306
13310
|
const { titleX: c, titleY: d, maxWidth: u, rotation: h } = wl(this, l, t, a);
|
|
13307
13311
|
F0(e, i.text, 0, 0, s, {
|
|
13308
13312
|
color: i.color,
|
|
@@ -13817,7 +13821,7 @@ function Hl(n, e) {
|
|
|
13817
13821
|
const { isScriptable: t, isIndexable: i } = Ci(n);
|
|
13818
13822
|
for (const o of e) {
|
|
13819
13823
|
const s = t(o), r = i(o), a = (r || s) && n[o];
|
|
13820
|
-
if (s && (p0(a) || jl(a)) || r &&
|
|
13824
|
+
if (s && (p0(a) || jl(a)) || r && b2(a))
|
|
13821
13825
|
return !0;
|
|
13822
13826
|
}
|
|
13823
13827
|
return !1;
|
|
@@ -14368,7 +14372,7 @@ function Yl(n, e, t) {
|
|
|
14368
14372
|
function ql(n, e, t) {
|
|
14369
14373
|
const { startAngle: i, pixelMargin: o, x: s, y: r, outerRadius: a, innerRadius: l } = e;
|
|
14370
14374
|
let c = o / a;
|
|
14371
|
-
n.beginPath(), n.arc(s, r, a, i - c, t + c), l > o ? (c = o / l, n.arc(s, r, l, t + c, i - c, !0)) : n.arc(s, r, o, t +
|
|
14375
|
+
n.beginPath(), n.arc(s, r, a, i - c, t + c), l > o ? (c = o / l, n.arc(s, r, l, t + c, i - c, !0)) : n.arc(s, r, o, t + v2, i - v2), n.closePath(), n.clip();
|
|
14372
14376
|
}
|
|
14373
14377
|
function Kl(n) {
|
|
14374
14378
|
return w1(n, [
|
|
@@ -14401,37 +14405,37 @@ function ct(n, e, t, i, o, s) {
|
|
|
14401
14405
|
let f = 0;
|
|
14402
14406
|
const g = o - l;
|
|
14403
14407
|
if (i) {
|
|
14404
|
-
const B = d > 0 ? d - i : 0, F = u > 0 ? u - i : 0, R = (B + F) / 2,
|
|
14405
|
-
f = (g -
|
|
14408
|
+
const B = d > 0 ? d - i : 0, F = u > 0 ? u - i : 0, R = (B + F) / 2, X = R !== 0 ? g * R / (R + i) : g;
|
|
14409
|
+
f = (g - X) / 2;
|
|
14406
14410
|
}
|
|
14407
14411
|
const p = Math.max(1e-3, g * u - t / r2) / u, C = (g - p) / 2, b = l + C + f, y = o - C - f, { outerStart: k, outerEnd: T, innerStart: $, innerEnd: _ } = Xl(e, h, u, y - b), L = u - k, O = u - T, j = b + k / L, H = y - T / O, D = h + $, I = h + _, P = b + $ / D, w = y - _ / I;
|
|
14408
14412
|
if (n.beginPath(), s) {
|
|
14409
14413
|
const B = (j + H) / 2;
|
|
14410
14414
|
if (n.arc(r, a, u, j, B), n.arc(r, a, u, B, H), T > 0) {
|
|
14411
|
-
const
|
|
14412
|
-
n.arc(
|
|
14415
|
+
const q = S0(O, H, r, a);
|
|
14416
|
+
n.arc(q.x, q.y, T, H, y + v2);
|
|
14413
14417
|
}
|
|
14414
14418
|
const F = S0(I, y, r, a);
|
|
14415
14419
|
if (n.lineTo(F.x, F.y), _ > 0) {
|
|
14416
|
-
const
|
|
14417
|
-
n.arc(
|
|
14420
|
+
const q = S0(I, w, r, a);
|
|
14421
|
+
n.arc(q.x, q.y, _, y + v2, w + Math.PI);
|
|
14418
14422
|
}
|
|
14419
14423
|
const R = (y - _ / h + (b + $ / h)) / 2;
|
|
14420
14424
|
if (n.arc(r, a, h, y - _ / h, R, !0), n.arc(r, a, h, R, b + $ / h, !0), $ > 0) {
|
|
14421
|
-
const
|
|
14422
|
-
n.arc(
|
|
14425
|
+
const q = S0(D, P, r, a);
|
|
14426
|
+
n.arc(q.x, q.y, $, P + Math.PI, b - v2);
|
|
14423
14427
|
}
|
|
14424
|
-
const
|
|
14425
|
-
if (n.lineTo(
|
|
14426
|
-
const
|
|
14427
|
-
n.arc(
|
|
14428
|
+
const X = S0(L, b, r, a);
|
|
14429
|
+
if (n.lineTo(X.x, X.y), k > 0) {
|
|
14430
|
+
const q = S0(L, j, r, a);
|
|
14431
|
+
n.arc(q.x, q.y, k, b - v2, j);
|
|
14428
14432
|
}
|
|
14429
14433
|
} else {
|
|
14430
14434
|
n.moveTo(r, a);
|
|
14431
14435
|
const B = Math.cos(j) * u + r, F = Math.sin(j) * u + a;
|
|
14432
14436
|
n.lineTo(B, F);
|
|
14433
|
-
const R = Math.cos(H) * u + r,
|
|
14434
|
-
n.lineTo(R,
|
|
14437
|
+
const R = Math.cos(H) * u + r, X = Math.sin(H) * u + a;
|
|
14438
|
+
n.lineTo(R, X);
|
|
14435
14439
|
}
|
|
14436
14440
|
n.closePath();
|
|
14437
14441
|
}
|
|
@@ -14889,7 +14893,7 @@ const te = {
|
|
|
14889
14893
|
}
|
|
14890
14894
|
};
|
|
14891
14895
|
function z2(n, e) {
|
|
14892
|
-
return e && (
|
|
14896
|
+
return e && (b2(e) ? Array.prototype.push.apply(n, e) : n.push(e)), n;
|
|
14893
14897
|
}
|
|
14894
14898
|
function G2(n) {
|
|
14895
14899
|
return (typeof n == "string" || n instanceof String) && n.indexOf(`
|
|
@@ -15608,7 +15612,7 @@ function s1(n) {
|
|
|
15608
15612
|
return 0;
|
|
15609
15613
|
}
|
|
15610
15614
|
function g8(n, e, t) {
|
|
15611
|
-
return t =
|
|
15615
|
+
return t = b2(t) ? t : [
|
|
15612
15616
|
t
|
|
15613
15617
|
], {
|
|
15614
15618
|
w: Y5(n, e.string, t),
|
|
@@ -15650,7 +15654,7 @@ function b8(n, e, t, i, o) {
|
|
|
15650
15654
|
i.start < e.l ? (a = (e.l - i.start) / s, n.l = Math.min(n.l, e.l - a)) : i.end > e.r && (a = (i.end - e.r) / s, n.r = Math.max(n.r, e.r + a)), o.start < e.t ? (l = (e.t - o.start) / r, n.t = Math.min(n.t, e.t - l)) : o.end > e.b && (l = (o.end - e.b) / r, n.b = Math.max(n.b, e.b + l));
|
|
15651
15655
|
}
|
|
15652
15656
|
function y8(n, e, t) {
|
|
15653
|
-
const i = n.drawingArea, { extra: o, additionalAngle: s, padding: r, size: a } = t, l = n.getPointPosition(e, i + o + r, s), c = Math.round(y1(L2(l.angle +
|
|
15657
|
+
const i = n.drawingArea, { extra: o, additionalAngle: s, padding: r, size: a } = t, l = n.getPointPosition(e, i + o + r, s), c = Math.round(y1(L2(l.angle + v2))), d = _8(l.y, a.h, c), u = x8(c), h = w8(l.x, a.w, u);
|
|
15654
15658
|
return {
|
|
15655
15659
|
visible: !0,
|
|
15656
15660
|
x: l.x,
|
|
@@ -15810,7 +15814,7 @@ class Ve extends dt {
|
|
|
15810
15814
|
}
|
|
15811
15815
|
}
|
|
15812
15816
|
getPointPosition(e, t, i = 0) {
|
|
15813
|
-
const o = this.getIndexAngle(e) -
|
|
15817
|
+
const o = this.getIndexAngle(e) - v2 + i;
|
|
15814
15818
|
return {
|
|
15815
15819
|
x: Math.cos(o) * t + this.xCenter,
|
|
15816
15820
|
y: Math.sin(o) * t + this.yCenter,
|
|
@@ -16558,7 +16562,7 @@ const R8 = /* @__PURE__ */ Di("doughnut", P0), j8 = /* @__PURE__ */ Di("pie", t1
|
|
|
16558
16562
|
var P, w;
|
|
16559
16563
|
return d.value && ((P = u.value) == null ? void 0 : P.variant) === "Multi" ? !0 : t.variant === "Multi" && (((w = t.tabs) == null ? void 0 : w.length) ?? 0) > 1;
|
|
16560
16564
|
}), I = A(() => t.variant === "Section");
|
|
16561
|
-
return (P, w) => (m(), z(
|
|
16565
|
+
return (P, w) => (m(), z(y2(P.isChild ? "div" : "section"), {
|
|
16562
16566
|
class: x(H.value)
|
|
16563
16567
|
}, {
|
|
16564
16568
|
default: f2(() => [
|
|
@@ -16570,7 +16574,7 @@ const R8 = /* @__PURE__ */ Di("doughnut", P0), j8 = /* @__PURE__ */ Di("pie", t1
|
|
|
16570
16574
|
)
|
|
16571
16575
|
)
|
|
16572
16576
|
}, [
|
|
16573
|
-
I.value && !d.value ? (m(), M(
|
|
16577
|
+
I.value && !d.value ? (m(), M(G, { key: 0 }, [
|
|
16574
16578
|
P.headline ? (m(), M("h2", {
|
|
16575
16579
|
key: 0,
|
|
16576
16580
|
class: x(
|
|
@@ -16601,8 +16605,8 @@ const R8 = /* @__PURE__ */ Di("doughnut", P0), j8 = /* @__PURE__ */ Di("pie", t1
|
|
|
16601
16605
|
)
|
|
16602
16606
|
)
|
|
16603
16607
|
}, [
|
|
16604
|
-
(m(!0), M(
|
|
16605
|
-
var R,
|
|
16608
|
+
(m(!0), M(G, null, t2(g.value, (B, F) => {
|
|
16609
|
+
var R, X;
|
|
16606
16610
|
return m(), M("button", {
|
|
16607
16611
|
key: B.label,
|
|
16608
16612
|
class: x(
|
|
@@ -16610,12 +16614,12 @@ const R8 = /* @__PURE__ */ Di("doughnut", P0), j8 = /* @__PURE__ */ Di("pie", t1
|
|
|
16610
16614
|
"px-6 py-3 font-bold transition-colors text-sm md:text-base",
|
|
16611
16615
|
s.value.tab ?? "",
|
|
16612
16616
|
F === r.value ? v(N)(
|
|
16613
|
-
`bg-${((R = v(o).interactive) == null ? void 0 : R.bg) ?? "wisteria"} text-${((
|
|
16617
|
+
`bg-${((R = v(o).interactive) == null ? void 0 : R.bg) ?? "wisteria"} text-${((X = v(o).interactive) == null ? void 0 : X.copy) ?? "lily"}`,
|
|
16614
16618
|
s.value.tabActive ?? ""
|
|
16615
16619
|
) : `text-${v(o).copy} hover:opacity-80`
|
|
16616
16620
|
)
|
|
16617
16621
|
),
|
|
16618
|
-
onClick: (
|
|
16622
|
+
onClick: (q) => j(F)
|
|
16619
16623
|
}, Y(B.label), 11, V8);
|
|
16620
16624
|
}), 128))
|
|
16621
16625
|
], 2)
|
|
@@ -16685,7 +16689,7 @@ const R8 = /* @__PURE__ */ Di("doughnut", P0), j8 = /* @__PURE__ */ Di("pie", t1
|
|
|
16685
16689
|
S("div", {
|
|
16686
16690
|
class: x(v(N)("max-h-[300px] overflow-y-auto", s.value.legend ?? ""))
|
|
16687
16691
|
}, [
|
|
16688
|
-
(m(!0), M(
|
|
16692
|
+
(m(!0), M(G, null, t2(h.value, (B, F) => (m(), M("button", {
|
|
16689
16693
|
key: B.label,
|
|
16690
16694
|
class: x(
|
|
16691
16695
|
v(N)(
|
|
@@ -16707,7 +16711,7 @@ const R8 = /* @__PURE__ */ Di("doughnut", P0), j8 = /* @__PURE__ */ Di("pie", t1
|
|
|
16707
16711
|
s.value.legendCircle ?? ""
|
|
16708
16712
|
)
|
|
16709
16713
|
),
|
|
16710
|
-
style:
|
|
16714
|
+
style: M2({ backgroundColor: y(B.color) })
|
|
16711
16715
|
}, null, 6),
|
|
16712
16716
|
S("span", J8, Y(B.label) + " - " + Y(B.value) + "% ", 1),
|
|
16713
16717
|
B.drillDown ? (m(), M("svg", Q8, w[1] || (w[1] = [
|
|
@@ -16822,7 +16826,7 @@ export {
|
|
|
16822
16826
|
f7 as CtaType,
|
|
16823
16827
|
Ge as DEFAULT_COLOR,
|
|
16824
16828
|
Po as DEFAULT_PALETTES,
|
|
16825
|
-
|
|
16829
|
+
x2 as DEFAULT_PASSTHROUGH,
|
|
16826
16830
|
Gt as FooterCopyright,
|
|
16827
16831
|
Yr as FooterNavigation,
|
|
16828
16832
|
Zo as FooterNavigationPt,
|