@nexxtmove/ui 1.12.0 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +113 -100
- package/dist/ui.css +1 -1
- package/package.json +2 -1
- package/src/components/atoms/Avatar/Avatar.vue +3 -3
- package/src/components/atoms/Button/Button.vue +11 -1
- package/src/components/atoms/Card/Card.vue +1 -1
- package/src/components/atoms/Checkbox/Checkbox.vue +1 -1
- package/src/components/atoms/EnergyLabel/EnergyLabel.vue +1 -1
- package/src/components/atoms/PresenceIndicator/PresenceIndicator.vue +3 -3
- package/src/components/atoms/PropertyListing/PropertyListing.vue +1 -1
- package/src/components/atoms/SelectableOption/SelectableOption.vue +1 -1
- package/src/components/atoms/Skeleton/Skeleton.vue +1 -1
- package/src/components/atoms/Squircle/Squircle.vue +1 -1
- package/src/components/molecules/CustomerJourneyTile/CustomerJourneyTile.vue +1 -1
- package/src/components/molecules/DoughnutChart/DoughnutChart.vue +1 -4
- package/src/components/molecules/InputField/InputField.vue +1 -1
- package/src/components/molecules/InputSelect/InputSelect.vue +1 -1
- package/src/components/molecules/Pagination/Pagination.vue +5 -5
- package/src/components/molecules/PropertyCard/PropertyCard.vue +4 -4
- package/src/components/molecules/SkeletonPropertyCard/SkeletonPropertyCard.vue +2 -2
- package/src/components/molecules/SocialIcons/SocialIcons.vue +1 -1
- package/src/components/molecules/SocialMediaCustomTemplate/SocialMediaCustomTemplate.vue +1 -1
- package/src/components/molecules/TemplateCard/TemplateCard.vue +1 -1
- package/src/components/molecules/TimelineEvent/TimelineEvent.vue +3 -3
- package/src/components/molecules/TimelineLanes/TimelineLanes.vue +2 -2
- package/src/components/molecules/Toast/Toast.vue +11 -3
- package/src/components/organisms/Calendar/_CalendarDayView.vue +2 -2
- package/src/components/organisms/Calendar/_CalendarHeader.vue +7 -7
- package/src/components/organisms/Calendar/_CalendarTimePicker.vue +4 -4
- package/src/components/organisms/ColorPicker/ColorPicker.vue +12 -12
- package/src/components/organisms/DropdownButton/DropdownButton.vue +1 -1
- package/src/components/organisms/Modal/Modal.vue +2 -2
- package/src/components/organisms/SocialMediaTemplate/SocialMediaTemplate.vue +4 -4
- package/src/components/organisms/Table/Table.vue +1 -1
- package/src/components/organisms/TimelinePhaseblock/TimelinePhaseblock.vue +3 -6
- package/src/components/organisms/VideoPlayer/VideoPlayer.vue +5 -5
package/dist/index.js
CHANGED
|
@@ -396,7 +396,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
396
396
|
class: "relative block shrink-0 overflow-hidden",
|
|
397
397
|
style: x(o.value)
|
|
398
398
|
}, [c("svg", {
|
|
399
|
-
class: "absolute
|
|
399
|
+
class: "absolute size-0 overflow-hidden",
|
|
400
400
|
"aria-hidden": "true",
|
|
401
401
|
focusable: "false",
|
|
402
402
|
width: "0",
|
|
@@ -445,11 +445,11 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
445
445
|
key: 0,
|
|
446
446
|
size: t.size
|
|
447
447
|
}, {
|
|
448
|
-
default: B(() => [c("div", { class: y(["flex
|
|
448
|
+
default: B(() => [c("div", { class: y(["flex size-full items-center justify-center bg-cornflower-blue-50 font-semibold text-cornflower-blue-500", [f[t.size]]]) }, [o.value ? (w(), s("img", {
|
|
449
449
|
key: 0,
|
|
450
450
|
src: t.src,
|
|
451
451
|
alt: t.name,
|
|
452
|
-
class: "
|
|
452
|
+
class: "size-full object-cover",
|
|
453
453
|
onError: i[0] ||= (e) => r.value = !0
|
|
454
454
|
}, null, 40, _t)) : (w(), s(e, { key: 1 }, [d(k(l.value), 1)], 64))], 2)]),
|
|
455
455
|
_: 1
|
|
@@ -464,7 +464,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
464
464
|
key: 0,
|
|
465
465
|
src: t.src,
|
|
466
466
|
alt: t.name,
|
|
467
|
-
class: "
|
|
467
|
+
class: "size-full object-cover",
|
|
468
468
|
onError: i[1] ||= (e) => r.value = !0
|
|
469
469
|
}, null, 40, vt)) : (w(), s(e, { key: 1 }, [d(k(l.value), 1)], 64))], 2));
|
|
470
470
|
}
|
|
@@ -495,16 +495,24 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
495
495
|
}
|
|
496
496
|
},
|
|
497
497
|
setup(e) {
|
|
498
|
-
|
|
498
|
+
let t = {
|
|
499
|
+
primary: "button-primary",
|
|
500
|
+
secondary: "button-secondary",
|
|
501
|
+
success: "button-success",
|
|
502
|
+
danger: "button-danger",
|
|
503
|
+
warning: "button-warning",
|
|
504
|
+
link: "button-link"
|
|
505
|
+
};
|
|
506
|
+
return (r, i) => (w(), s("button", {
|
|
499
507
|
type: e.buttonType,
|
|
500
508
|
disabled: e.disabled,
|
|
501
509
|
class: y([
|
|
502
510
|
"button relative flex h-10 cursor-pointer items-center overflow-hidden transition-colors duration-200 focus-visible:outline-3 disabled:cursor-not-allowed",
|
|
503
511
|
e.fullWidth ? "w-full justify-start" : "justify-center",
|
|
504
512
|
e.rounded ? "rounded-full" : "rounded-lg",
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
!
|
|
513
|
+
t[e.variant],
|
|
514
|
+
r.$slots.default ?? "w-10",
|
|
515
|
+
!r.$slots.default && e.icon ? "aspect-square px-0" : "",
|
|
508
516
|
e.loading ? "pointer-events-none" : ""
|
|
509
517
|
]),
|
|
510
518
|
"data-variant": e.variant
|
|
@@ -517,7 +525,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
517
525
|
"opacity-0": e.loading
|
|
518
526
|
}])
|
|
519
527
|
}, null, 8, ["name", "class"])) : o("", !0),
|
|
520
|
-
|
|
528
|
+
r.$slots.default ? (w(), s("span", {
|
|
521
529
|
key: 1,
|
|
522
530
|
class: y([
|
|
523
531
|
"inline-block transition-all duration-200",
|
|
@@ -526,7 +534,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
526
534
|
e.variant === "link" ? "body-link underline-offset-1" : "body-normal",
|
|
527
535
|
e.variant === "link" && !e.loading && !e.disabled ? "hover:underline-offset-2" : ""
|
|
528
536
|
])
|
|
529
|
-
}, [D(
|
|
537
|
+
}, [D(r.$slots, "default")], 2)) : o("", !0),
|
|
530
538
|
f(n, {
|
|
531
539
|
"enter-active-class": "transition-opacity duration-200",
|
|
532
540
|
"enter-from-class": "opacity-0",
|
|
@@ -549,7 +557,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
549
557
|
}
|
|
550
558
|
}), St = { class: "mb-4 flex items-center justify-between" }, Ct = ["disabled"], wt = {
|
|
551
559
|
key: 2,
|
|
552
|
-
class: "
|
|
560
|
+
class: "size-7"
|
|
553
561
|
}, Tt = {
|
|
554
562
|
class: "flex items-center gap-1 font-normal text-sm text-cornflower-blue-600",
|
|
555
563
|
role: "status",
|
|
@@ -562,7 +570,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
562
570
|
class: "relative h-5 overflow-hidden"
|
|
563
571
|
}, Ot = { key: 2 }, kt = ["disabled"], At = {
|
|
564
572
|
key: 4,
|
|
565
|
-
class: "
|
|
573
|
+
class: "size-7"
|
|
566
574
|
}, jt = /* @__PURE__ */ p({
|
|
567
575
|
__name: "_CalendarHeader",
|
|
568
576
|
props: {
|
|
@@ -595,7 +603,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
595
603
|
key: 0,
|
|
596
604
|
type: "button",
|
|
597
605
|
disabled: !e.canGoPrev,
|
|
598
|
-
class: "flex
|
|
606
|
+
class: "flex size-7 cursor-pointer items-center justify-center rounded-full bg-gray-200 text-gray-950 transition-colors hover:bg-gray-300 disabled:cursor-not-allowed disabled:bg-transparent disabled:opacity-30",
|
|
599
607
|
onClick: r[0] ||= (e) => a("prev"),
|
|
600
608
|
"aria-label": "Vorige maand"
|
|
601
609
|
}, [f(Q, {
|
|
@@ -604,7 +612,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
604
612
|
})], 8, Ct)) : e.pickerView === "years" ? (w(), s("button", {
|
|
605
613
|
key: 1,
|
|
606
614
|
type: "button",
|
|
607
|
-
class: "flex
|
|
615
|
+
class: "flex size-7 cursor-pointer items-center justify-center rounded-full bg-gray-200 text-gray-950 transition-colors hover:bg-gray-300",
|
|
608
616
|
onClick: r[1] ||= (e) => a("closePicker"),
|
|
609
617
|
"aria-label": "Terug naar maanden"
|
|
610
618
|
}, [f(Q, {
|
|
@@ -616,7 +624,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
616
624
|
default: B(() => [e.monthYearPicker ? (w(), s("button", {
|
|
617
625
|
key: `button-${l.value}`,
|
|
618
626
|
type: "button",
|
|
619
|
-
class: "block cursor-pointer rounded px-0.5 leading-5 whitespace-nowrap outline-none hover:text-cornflower-blue-700",
|
|
627
|
+
class: "block cursor-pointer rounded-sm px-0.5 leading-5 whitespace-nowrap outline-none hover:text-cornflower-blue-700",
|
|
620
628
|
onClick: r[2] ||= (e) => a("openMonthPicker")
|
|
621
629
|
}, k(l.value), 1)) : (w(), s("span", {
|
|
622
630
|
key: l.value,
|
|
@@ -628,7 +636,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
628
636
|
default: B(() => [e.monthYearPicker ? (w(), s("button", {
|
|
629
637
|
key: `button-${u.value}`,
|
|
630
638
|
type: "button",
|
|
631
|
-
class: "block cursor-pointer rounded px-0.5 leading-5 whitespace-nowrap outline-none hover:text-cornflower-blue-700",
|
|
639
|
+
class: "block cursor-pointer rounded-sm px-0.5 leading-5 whitespace-nowrap outline-none hover:text-cornflower-blue-700",
|
|
632
640
|
onClick: r[3] ||= (e) => a("openYearPicker")
|
|
633
641
|
}, k(u.value), 1)) : (w(), s("span", {
|
|
634
642
|
key: u.value,
|
|
@@ -642,7 +650,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
642
650
|
key: 3,
|
|
643
651
|
type: "button",
|
|
644
652
|
disabled: !e.canGoNext,
|
|
645
|
-
class: "flex
|
|
653
|
+
class: "flex size-7 cursor-pointer items-center justify-center rounded-full bg-gray-200 text-gray-950 transition-colors hover:bg-gray-300 disabled:cursor-not-allowed disabled:bg-transparent disabled:opacity-30",
|
|
646
654
|
onClick: r[4] ||= (e) => a("next"),
|
|
647
655
|
"aria-label": "Volgende maand"
|
|
648
656
|
}, [f(Q, {
|
|
@@ -742,7 +750,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
742
750
|
"aria-label": A(J)(e, "d MMMM yyyy", { locale: t.locale }),
|
|
743
751
|
tabindex: A(se)(e, t.viewDate) ? 0 : -1,
|
|
744
752
|
class: y([
|
|
745
|
-
"relative flex
|
|
753
|
+
"relative flex size-8 items-center justify-center rounded-xl text-xs transition-colors duration-150 outline-none focus:ring-2 focus:ring-cornflower-blue-500 focus:ring-offset-1",
|
|
746
754
|
A(se)(e, t.viewDate) ? "text-gray-900" : "text-gray-300",
|
|
747
755
|
f(e) ? "bg-cornflower-blue-500 font-medium text-white!" : "",
|
|
748
756
|
d(e) && !f(e) ? "font-medium text-cornflower-blue-500! ring-1 ring-cornflower-blue-500" : "",
|
|
@@ -754,7 +762,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
754
762
|
onKeydown: (e) => g(e, r * 7 + n)
|
|
755
763
|
}, [c("span", Lt, k(A(J)(e, "d")), 1), p(e) ? (w(), s("span", {
|
|
756
764
|
key: 0,
|
|
757
|
-
class: y(["absolute bottom-1 left-1/2
|
|
765
|
+
class: y(["absolute bottom-1 left-1/2 size-1 -translate-x-1/2 rounded-full", f(e) ? "bg-white" : "bg-cornflower-blue-500"])
|
|
758
766
|
}, null, 2)) : o("", !0)], 42, It)], 8, Ft))), 128))]))), 128))]));
|
|
759
767
|
}
|
|
760
768
|
}), zt = {
|
|
@@ -878,13 +886,13 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
878
886
|
c("div", qt, [
|
|
879
887
|
c("button", {
|
|
880
888
|
type: "button",
|
|
881
|
-
class: "flex
|
|
889
|
+
class: "flex size-8 items-center justify-center rounded-full text-gray-400 transition-colors hover:bg-gray-100 hover:text-cornflower-blue-500",
|
|
882
890
|
onClick: u
|
|
883
891
|
}, [f(Q, { name: "chevron-up" })]),
|
|
884
892
|
c("span", Jt, k(l(a.value)), 1),
|
|
885
893
|
c("button", {
|
|
886
894
|
type: "button",
|
|
887
|
-
class: "flex
|
|
895
|
+
class: "flex size-8 items-center justify-center rounded-full text-gray-400 transition-colors hover:bg-gray-100 hover:text-cornflower-blue-500",
|
|
888
896
|
onClick: d
|
|
889
897
|
}, [f(Q, { name: "chevron-down" })])
|
|
890
898
|
]),
|
|
@@ -892,13 +900,13 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
892
900
|
c("div", Yt, [
|
|
893
901
|
c("button", {
|
|
894
902
|
type: "button",
|
|
895
|
-
class: "flex
|
|
903
|
+
class: "flex size-8 items-center justify-center rounded-full text-gray-400 transition-colors hover:bg-gray-100 hover:text-cornflower-blue-500",
|
|
896
904
|
onClick: p
|
|
897
905
|
}, [f(Q, { name: "chevron-up" })]),
|
|
898
906
|
c("span", Xt, k(l(o.value)), 1),
|
|
899
907
|
c("button", {
|
|
900
908
|
type: "button",
|
|
901
|
-
class: "flex
|
|
909
|
+
class: "flex size-8 items-center justify-center rounded-full text-gray-400 transition-colors hover:bg-gray-100 hover:text-cornflower-blue-500",
|
|
902
910
|
onClick: m
|
|
903
911
|
}, [f(Q, { name: "chevron-down" })])
|
|
904
912
|
])
|
|
@@ -1082,7 +1090,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
1082
1090
|
key: 0,
|
|
1083
1091
|
src: e.image,
|
|
1084
1092
|
alt: e.imageAlt ?? "Card afbeelding",
|
|
1085
|
-
class: "block h-40 max-h-40 min-h-40 w-full rounded-
|
|
1093
|
+
class: "block h-40 max-h-40 min-h-40 w-full rounded-t-lg object-cover"
|
|
1086
1094
|
}, null, 8, tn)) : o("", !0)]) : o("", !0), c("div", { class: y(["card-content box-border flex w-full flex-col gap-2 rounded-b-lg border border-gray-200 px-4 py-2", { "rounded-t-lg border-t": !e.image && !t.$slots.image }]) }, [D(t.$slots, "default")], 2)]));
|
|
1087
1095
|
}
|
|
1088
1096
|
}), rn = ["disabled"], an = /* @__PURE__ */ p({
|
|
@@ -1110,7 +1118,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
1110
1118
|
}), null, 16, rn), [[F, t.value]]), c("span", {
|
|
1111
1119
|
"aria-hidden": "true",
|
|
1112
1120
|
class: y([
|
|
1113
|
-
"flex
|
|
1121
|
+
"flex size-5 shrink-0 items-center justify-center rounded-sm border transition-colors duration-200",
|
|
1114
1122
|
"peer-focus-visible:ring-2 peer-focus-visible:ring-cornflower-blue-400 peer-focus-visible:ring-offset-2",
|
|
1115
1123
|
t.value || e.indeterminate ? "border-cornflower-blue-600 text-cornflower-blue-600" : "border-gray-300 text-transparent"
|
|
1116
1124
|
])
|
|
@@ -1437,7 +1445,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
1437
1445
|
f(A(Ce), {
|
|
1438
1446
|
color: g.value,
|
|
1439
1447
|
"aria-label": v.value ? `Geselecteerde kleur: ${v.value}` : "Geen kleur geselecteerd",
|
|
1440
|
-
class: "
|
|
1448
|
+
class: "size-5 shrink-0 rounded-sm shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]",
|
|
1441
1449
|
style: { backgroundColor: "var(--reka-color-swatch-color)" }
|
|
1442
1450
|
}, null, 8, ["color", "aria-label"]),
|
|
1443
1451
|
c("span", { class: y(["flex-1 text-left text-sm", v.value ? "text-gray-900" : "text-gray-400"]) }, k(v.value || e.placeholder), 3),
|
|
@@ -1459,7 +1467,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
1459
1467
|
class: "relative h-40 w-full cursor-crosshair outline-none",
|
|
1460
1468
|
style: x(e)
|
|
1461
1469
|
}, {
|
|
1462
|
-
default: B(() => [f(A(ve), { class: "block
|
|
1470
|
+
default: B(() => [f(A(ve), { class: "block size-4 cursor-grab rounded-full border-2 border-white shadow-sm focus:outline-none active:cursor-grabbing" })]),
|
|
1463
1471
|
_: 1
|
|
1464
1472
|
}, 8, ["style"])])]),
|
|
1465
1473
|
_: 1
|
|
@@ -1471,7 +1479,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
1471
1479
|
class: "relative flex h-5 w-full touch-none items-center select-none",
|
|
1472
1480
|
"onUpdate:color": C
|
|
1473
1481
|
}, {
|
|
1474
|
-
default: B(() => [f(A(Se), { class: "relative h-3 flex-1 overflow-hidden rounded-full" }), f(A(xe), { class: "block
|
|
1482
|
+
default: B(() => [f(A(Se), { class: "relative h-3 flex-1 overflow-hidden rounded-full" }), f(A(xe), { class: "block size-5 cursor-grab rounded-full border-2 border-white bg-white shadow-sm focus:ring-2 focus:ring-cornflower-blue-500 focus:outline-none active:cursor-grabbing" })]),
|
|
1475
1483
|
_: 1
|
|
1476
1484
|
}, 8, ["model-value"]),
|
|
1477
1485
|
e.showAlpha ? (w(), s("div", fn, [i[8] ||= c("div", {
|
|
@@ -1484,10 +1492,10 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
1484
1492
|
"model-value": u.value,
|
|
1485
1493
|
channel: "alpha",
|
|
1486
1494
|
"color-space": "hsl",
|
|
1487
|
-
class: "relative z-10 flex
|
|
1495
|
+
class: "relative z-10 flex size-full touch-none items-center select-none",
|
|
1488
1496
|
"onUpdate:color": C
|
|
1489
1497
|
}, {
|
|
1490
|
-
default: B(() => [f(A(Se), { class: "relative h-3 flex-1 overflow-hidden rounded-full" }), f(A(xe), { class: "block
|
|
1498
|
+
default: B(() => [f(A(Se), { class: "relative h-3 flex-1 overflow-hidden rounded-full" }), f(A(xe), { class: "block size-5 cursor-grab rounded-full border-2 border-white bg-white shadow-sm focus:ring-2 focus:ring-cornflower-blue-500 focus:outline-none active:cursor-grabbing" })]),
|
|
1491
1499
|
_: 1
|
|
1492
1500
|
}, 8, ["model-value"])])) : o("", !0),
|
|
1493
1501
|
c("div", pn, [c("div", mn, [c("span", hn, k(_.value.toUpperCase()), 1), e.formats.length > 1 ? (w(), s("div", gn, [c("button", {
|
|
@@ -1515,7 +1523,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
1515
1523
|
"onUpdate:color": C
|
|
1516
1524
|
}, {
|
|
1517
1525
|
default: B(() => [c("div", { class: y(["flex h-10 items-center overflow-hidden rounded-lg px-3 ring transition-colors ease-out focus-within:ring-cornflower-blue-500", p.value ? "ring-brick-400" : "ring-gray-200"]) }, [f(A(X), {
|
|
1518
|
-
class: "w-full bg-transparent
|
|
1526
|
+
class: "w-full bg-transparent small-normal-mono text-gray-900 placeholder-gray-400 focus:outline-none",
|
|
1519
1527
|
placeholder: "#000000",
|
|
1520
1528
|
onInput: E
|
|
1521
1529
|
})], 2), p.value ? (w(), s("p", _n, k(p.value), 1)) : o("", !0)]),
|
|
@@ -1529,7 +1537,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
1529
1537
|
"onUpdate:color": C
|
|
1530
1538
|
}, {
|
|
1531
1539
|
default: B(() => [c("div", { class: y(["flex h-10 items-center overflow-hidden rounded-lg px-3 ring transition-colors ease-out focus-within:ring-cornflower-blue-500", h.value.hue ? "ring-brick-400" : "ring-gray-200"]) }, [f(A(X), {
|
|
1532
|
-
class: "w-full bg-transparent
|
|
1540
|
+
class: "w-full bg-transparent small-normal-mono text-gray-900 placeholder-gray-400 focus:outline-none",
|
|
1533
1541
|
placeholder: "H",
|
|
1534
1542
|
onInput: i[2] ||= (e) => D(e, "hue")
|
|
1535
1543
|
})], 2)]),
|
|
@@ -1543,7 +1551,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
1543
1551
|
"onUpdate:color": C
|
|
1544
1552
|
}, {
|
|
1545
1553
|
default: B(() => [c("div", { class: y(["flex h-10 items-center overflow-hidden rounded-lg px-3 ring transition-colors ease-out focus-within:ring-cornflower-blue-500", h.value.saturation ? "ring-brick-400" : "ring-gray-200"]) }, [f(A(X), {
|
|
1546
|
-
class: "w-full bg-transparent
|
|
1554
|
+
class: "w-full bg-transparent small-normal-mono text-gray-900 placeholder-gray-400 focus:outline-none",
|
|
1547
1555
|
placeholder: "S",
|
|
1548
1556
|
onInput: i[3] ||= (e) => D(e, "saturation")
|
|
1549
1557
|
})], 2)]),
|
|
@@ -1557,7 +1565,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
1557
1565
|
"onUpdate:color": C
|
|
1558
1566
|
}, {
|
|
1559
1567
|
default: B(() => [c("div", { class: y(["flex h-10 items-center overflow-hidden rounded-lg px-3 ring transition-colors ease-out focus-within:ring-cornflower-blue-500", h.value.lightness ? "ring-brick-400" : "ring-gray-200"]) }, [f(A(X), {
|
|
1560
|
-
class: "w-full bg-transparent
|
|
1568
|
+
class: "w-full bg-transparent small-normal-mono text-gray-900 placeholder-gray-400 focus:outline-none",
|
|
1561
1569
|
placeholder: "L",
|
|
1562
1570
|
onInput: i[4] ||= (e) => D(e, "lightness")
|
|
1563
1571
|
})], 2)]),
|
|
@@ -1572,7 +1580,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
1572
1580
|
"onUpdate:color": C
|
|
1573
1581
|
}, {
|
|
1574
1582
|
default: B(() => [c("div", { class: y(["flex h-10 items-center overflow-hidden rounded-lg px-3 ring transition-colors ease-out focus-within:ring-cornflower-blue-500", h.value.red ? "ring-brick-400" : "ring-gray-200"]) }, [f(A(X), {
|
|
1575
|
-
class: "w-full bg-transparent
|
|
1583
|
+
class: "w-full bg-transparent small-normal-mono text-gray-900 placeholder-gray-400 focus:outline-none",
|
|
1576
1584
|
placeholder: "R",
|
|
1577
1585
|
onInput: i[5] ||= (e) => D(e, "red")
|
|
1578
1586
|
})], 2)]),
|
|
@@ -1586,7 +1594,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
1586
1594
|
"onUpdate:color": C
|
|
1587
1595
|
}, {
|
|
1588
1596
|
default: B(() => [c("div", { class: y(["flex h-10 items-center overflow-hidden rounded-lg px-3 ring transition-colors ease-out focus-within:ring-cornflower-blue-500", h.value.green ? "ring-brick-400" : "ring-gray-200"]) }, [f(A(X), {
|
|
1589
|
-
class: "w-full bg-transparent
|
|
1597
|
+
class: "w-full bg-transparent small-normal-mono text-gray-900 placeholder-gray-400 focus:outline-none",
|
|
1590
1598
|
placeholder: "G",
|
|
1591
1599
|
onInput: i[6] ||= (e) => D(e, "green")
|
|
1592
1600
|
})], 2)]),
|
|
@@ -1600,7 +1608,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
1600
1608
|
"onUpdate:color": C
|
|
1601
1609
|
}, {
|
|
1602
1610
|
default: B(() => [c("div", { class: y(["flex h-10 items-center overflow-hidden rounded-lg px-3 ring transition-colors ease-out focus-within:ring-cornflower-blue-500", h.value.blue ? "ring-brick-400" : "ring-gray-200"]) }, [f(A(X), {
|
|
1603
|
-
class: "w-full bg-transparent
|
|
1611
|
+
class: "w-full bg-transparent small-normal-mono text-gray-900 placeholder-gray-400 focus:outline-none",
|
|
1604
1612
|
placeholder: "B",
|
|
1605
1613
|
onInput: i[7] ||= (e) => D(e, "blue")
|
|
1606
1614
|
})], 2)]),
|
|
@@ -1694,7 +1702,7 @@ var ft = { funda: { render: dt } }, Q = /* @__PURE__ */ p({
|
|
|
1694
1702
|
id: r,
|
|
1695
1703
|
"onUpdate:modelValue": i[0] ||= (e) => p.value = e,
|
|
1696
1704
|
placeholder: e.placeholder
|
|
1697
|
-
}, u.value, { class: ["
|
|
1705
|
+
}, u.value, { class: ["h-10 w-full min-w-60 bg-transparent text-sm text-gray-900 placeholder-gray-400 focus:outline-none [&::-webkit-inner-spin-button]:appearance-none [&::-webkit-outer-spin-button]:appearance-none", {
|
|
1698
1706
|
"pl-3": !e.leftIcon,
|
|
1699
1707
|
"pr-3": !e.rightIcon
|
|
1700
1708
|
}] }), null, 16, wn), [[I, p.value]]),
|
|
@@ -3018,7 +3026,7 @@ var cr = /* @__PURE__ */ p({
|
|
|
3018
3026
|
}, {
|
|
3019
3027
|
default: B(() => [r.value ? (w(), s("div", {
|
|
3020
3028
|
key: 0,
|
|
3021
|
-
class: y(["flex min-h-10 w-14 items-center justify-center overflow-hidden rounded-
|
|
3029
|
+
class: y(["flex min-h-10 w-14 items-center justify-center overflow-hidden rounded-l-md", p.value])
|
|
3022
3030
|
}, [f(Q, {
|
|
3023
3031
|
name: r.value,
|
|
3024
3032
|
class: "text-2xl",
|
|
@@ -3137,7 +3145,7 @@ var cr = /* @__PURE__ */ p({
|
|
|
3137
3145
|
"height"
|
|
3138
3146
|
], yr = {
|
|
3139
3147
|
xmlns: "http://www.w3.org/1999/xhtml",
|
|
3140
|
-
class: "flex
|
|
3148
|
+
class: "flex size-full items-center justify-center"
|
|
3141
3149
|
}, br = { class: "heading-1" }, xr = /* @__PURE__ */ p({
|
|
3142
3150
|
name: "NexxtDoughnutChart",
|
|
3143
3151
|
__name: "DoughnutChart",
|
|
@@ -3251,7 +3259,7 @@ var cr = /* @__PURE__ */ p({
|
|
|
3251
3259
|
class: y(["h-7 w-px rounded-sm", t.variant === "primary" ? "bg-white" : "bg-gray-200"]),
|
|
3252
3260
|
"aria-hidden": "true"
|
|
3253
3261
|
}, null, 2)], 64)), c("button", {
|
|
3254
|
-
class: y(["w-10 shrink-0 cursor-pointer transition-colors duration-200", [C.value, t.iconOnly
|
|
3262
|
+
class: y(["w-10 shrink-0 cursor-pointer transition-colors duration-200", [C.value, (t.iconOnly, "p-2")]]),
|
|
3255
3263
|
"aria-haspopup": "menu",
|
|
3256
3264
|
"aria-expanded": n,
|
|
3257
3265
|
"aria-label": r.value,
|
|
@@ -3306,7 +3314,7 @@ var cr = /* @__PURE__ */ p({
|
|
|
3306
3314
|
return (e, t) => (w(), s("span", {
|
|
3307
3315
|
role: "img",
|
|
3308
3316
|
"aria-label": `Energielabel ${n.value}`,
|
|
3309
|
-
class: "relative isolate mr-3 inline-flex h-6 items-center justify-center rounded-l px-2 extra-small-semibold text-white after:absolute after:top-1/2 after:left-full after:size-4.25 after:-translate-
|
|
3317
|
+
class: "relative isolate mr-3 inline-flex h-6 items-center justify-center rounded-l px-2 extra-small-semibold text-white after:absolute after:top-1/2 after:left-full after:size-4.25 after:-translate-1/2 after:rotate-45 after:rounded-tr after:bg-(--energy-label-color) after:content-['']",
|
|
3310
3318
|
style: x({
|
|
3311
3319
|
backgroundColor: r.value,
|
|
3312
3320
|
"--energy-label-color": r.value
|
|
@@ -3498,7 +3506,7 @@ var cr = /* @__PURE__ */ p({
|
|
|
3498
3506
|
id: A(l),
|
|
3499
3507
|
"onUpdate:modelValue": i[0] ||= (e) => S.value = e,
|
|
3500
3508
|
placeholder: t.placeholder
|
|
3501
|
-
}, h.value, { class: "
|
|
3509
|
+
}, h.value, { class: "h-10 w-full min-w-40 bg-transparent px-3 text-sm text-gray-900 placeholder-gray-400 focus:outline-none" }), null, 16, Vr), [[I, S.value]])], 2),
|
|
3502
3510
|
f(n, {
|
|
3503
3511
|
"enter-active-class": "transition-all duration-200 ease-out",
|
|
3504
3512
|
"enter-from-class": "opacity-0 -translate-y-1",
|
|
@@ -3622,13 +3630,13 @@ var cr = /* @__PURE__ */ p({
|
|
|
3622
3630
|
D(i.$slots, "header")
|
|
3623
3631
|
]), e.showClose ? (w(), a(A(we), {
|
|
3624
3632
|
key: 0,
|
|
3625
|
-
class: "ml-4 shrink-0 cursor-pointer rounded p-1 focus-visible:outline-2"
|
|
3633
|
+
class: "ml-4 shrink-0 cursor-pointer rounded-sm p-1 focus-visible:outline-2"
|
|
3626
3634
|
}, {
|
|
3627
3635
|
default: B(() => [f(Q, { name: "xmark" })]),
|
|
3628
3636
|
_: 1
|
|
3629
3637
|
})) : o("", !0)])) : e.showClose ? (w(), a(A(we), {
|
|
3630
3638
|
key: 1,
|
|
3631
|
-
class: "absolute top-3 right-3 cursor-pointer rounded p-1 focus-visible:outline-2"
|
|
3639
|
+
class: "absolute top-3 right-3 cursor-pointer rounded-sm p-1 focus-visible:outline-2"
|
|
3632
3640
|
}, {
|
|
3633
3641
|
default: B(() => [f(Q, { name: "xmark" })]),
|
|
3634
3642
|
_: 1
|
|
@@ -3765,14 +3773,14 @@ var cr = /* @__PURE__ */ p({
|
|
|
3765
3773
|
default: B(({ items: n }) => [
|
|
3766
3774
|
n.some((e) => e.type === "ellipsis") ? (w(), a(A(Me), {
|
|
3767
3775
|
key: 0,
|
|
3768
|
-
class: "flex
|
|
3776
|
+
class: "flex size-8 cursor-pointer items-center justify-center rounded-lg bg-transparent transition hover:bg-cornflower-blue-50 disabled:cursor-not-allowed disabled:opacity-50",
|
|
3769
3777
|
disabled: t.disabled
|
|
3770
3778
|
}, {
|
|
3771
3779
|
default: B(() => [f(Q, { name: "angles-left" })]),
|
|
3772
3780
|
_: 1
|
|
3773
3781
|
}, 8, ["disabled"])) : o("", !0),
|
|
3774
3782
|
f(A(Le), {
|
|
3775
|
-
class: "mr-4 flex
|
|
3783
|
+
class: "mr-4 flex size-8 cursor-pointer items-center justify-center rounded-lg bg-transparent transition hover:bg-cornflower-blue-50 disabled:cursor-not-allowed disabled:opacity-50",
|
|
3776
3784
|
disabled: t.disabled
|
|
3777
3785
|
}, {
|
|
3778
3786
|
default: B(() => [f(Q, { name: "chevron-left" })]),
|
|
@@ -3789,13 +3797,13 @@ var cr = /* @__PURE__ */ p({
|
|
|
3789
3797
|
}, 1032, ["value", "disabled"])) : (w(), a(A(je), {
|
|
3790
3798
|
key: n.type,
|
|
3791
3799
|
index: r,
|
|
3792
|
-
class: "flex
|
|
3800
|
+
class: "flex size-8 items-center justify-center"
|
|
3793
3801
|
}, {
|
|
3794
3802
|
default: B(() => [...i[1] ||= [d(" … ", -1)]]),
|
|
3795
3803
|
_: 1
|
|
3796
3804
|
}, 8, ["index"]))], 64))), 256)),
|
|
3797
3805
|
f(A(Ie), {
|
|
3798
|
-
class: "ml-4 flex
|
|
3806
|
+
class: "ml-4 flex size-8 cursor-pointer items-center justify-center rounded-lg bg-transparent transition hover:bg-cornflower-blue-50 disabled:cursor-not-allowed disabled:opacity-50",
|
|
3799
3807
|
disabled: t.disabled
|
|
3800
3808
|
}, {
|
|
3801
3809
|
default: B(() => [f(Q, { name: "chevron-right" })]),
|
|
@@ -3803,7 +3811,7 @@ var cr = /* @__PURE__ */ p({
|
|
|
3803
3811
|
}, 8, ["disabled"]),
|
|
3804
3812
|
n.some((e) => e.type === "ellipsis") ? (w(), a(A(Ne), {
|
|
3805
3813
|
key: 1,
|
|
3806
|
-
class: "flex
|
|
3814
|
+
class: "flex size-8 cursor-pointer items-center justify-center rounded-lg bg-transparent transition hover:bg-cornflower-blue-50 disabled:cursor-not-allowed disabled:opacity-50",
|
|
3807
3815
|
disabled: t.disabled
|
|
3808
3816
|
}, {
|
|
3809
3817
|
default: B(() => [f(Q, { name: "angles-right" })]),
|
|
@@ -3821,9 +3829,9 @@ var cr = /* @__PURE__ */ p({
|
|
|
3821
3829
|
"show-edges"
|
|
3822
3830
|
]));
|
|
3823
3831
|
}
|
|
3824
|
-
}), ii = ["aria-label"], ai = { class: "relative flex
|
|
3832
|
+
}), ii = ["aria-label"], ai = { class: "relative flex size-1.5" }, oi = {
|
|
3825
3833
|
key: 0,
|
|
3826
|
-
class: "absolute inline-flex
|
|
3834
|
+
class: "absolute inline-flex size-full animate-ping rounded-full bg-green-400 opacity-75"
|
|
3827
3835
|
}, si = /* @__PURE__ */ p({
|
|
3828
3836
|
name: "NexxtPresenceIndicator",
|
|
3829
3837
|
__name: "PresenceIndicator",
|
|
@@ -3836,7 +3844,7 @@ var cr = /* @__PURE__ */ p({
|
|
|
3836
3844
|
class: y(["inline-flex h-6 items-center gap-1.5 rounded-sm px-2.5 extra-small-semibold", e.online ? "bg-green-100 text-green-600" : "bg-gray-100 text-gray-700"]),
|
|
3837
3845
|
"aria-label": e.online ? "Online" : "Offline",
|
|
3838
3846
|
role: "status"
|
|
3839
|
-
}, [c("span", ai, [e.online ? (w(), s("span", oi)) : o("", !0), c("i", { class: y(["relative block
|
|
3847
|
+
}, [c("span", ai, [e.online ? (w(), s("span", oi)) : o("", !0), c("i", { class: y(["relative block size-1.5 rounded-full", e.online ? "bg-green-500" : "bg-gray-700"]) }, null, 2)]), d(" " + k(e.online ? "Actief" : "Inactief"), 1)], 10, ii));
|
|
3840
3848
|
}
|
|
3841
3849
|
}), ci = { class: "@container" }, li = { class: "flex flex-col @md:gap-2" }, ui = { class: "flex items-center justify-between gap-2" }, di = [
|
|
3842
3850
|
"aria-label",
|
|
@@ -3962,7 +3970,7 @@ var cr = /* @__PURE__ */ p({
|
|
|
3962
3970
|
class: "shrink-0 body-normal text-gray-950"
|
|
3963
3971
|
}, wi = {
|
|
3964
3972
|
key: 0,
|
|
3965
|
-
class: "
|
|
3973
|
+
class: "w-full body-normal wrap-break-word text-gray-950"
|
|
3966
3974
|
}, Ti = /* @__PURE__ */ p({
|
|
3967
3975
|
__name: "PropertyListing",
|
|
3968
3976
|
props: {
|
|
@@ -3977,7 +3985,7 @@ var cr = /* @__PURE__ */ p({
|
|
|
3977
3985
|
c("div", { class: y(["min-w-0 truncate text-gray-950", e.price ? "body-normal" : "body-semibold"]) }, k(e.city), 3)
|
|
3978
3986
|
]), e.text ? (w(), s("div", wi, k(e.text), 1)) : o("", !0)]));
|
|
3979
3987
|
}
|
|
3980
|
-
}), Ei = new URL("assets/property_placeholder-CxdNZf4X.jpg", import.meta.url).href, Di = { class: "relative isolate h-40 w-full overflow-hidden rounded-
|
|
3988
|
+
}), Ei = new URL("assets/property_placeholder-CxdNZf4X.jpg", import.meta.url).href, Di = { class: "relative isolate h-40 w-full overflow-hidden rounded-t-lg" }, Oi = ["src"], ki = { class: "absolute inset-0 flex items-center justify-center rounded-t-lg bg-white/20 backdrop-blur-sm" }, Ai = /* @__PURE__ */ p({
|
|
3981
3989
|
name: "NexxtPropertyCard",
|
|
3982
3990
|
__name: "PropertyCard",
|
|
3983
3991
|
props: {
|
|
@@ -4008,10 +4016,10 @@ var cr = /* @__PURE__ */ p({
|
|
|
4008
4016
|
src: A(Ei),
|
|
4009
4017
|
alt: "Woning placeholder",
|
|
4010
4018
|
loading: "lazy",
|
|
4011
|
-
class: "
|
|
4019
|
+
class: "size-full object-cover"
|
|
4012
4020
|
}, null, 8, Oi), c("div", ki, [f(Q, {
|
|
4013
4021
|
name: "house",
|
|
4014
|
-
class: "text-6xl text-white drop-shadow"
|
|
4022
|
+
class: "text-6xl text-white drop-shadow-sm"
|
|
4015
4023
|
})])])]),
|
|
4016
4024
|
key: "0"
|
|
4017
4025
|
}]), 1032, ["image", "image-alt"]));
|
|
@@ -4278,7 +4286,7 @@ var cr = /* @__PURE__ */ p({
|
|
|
4278
4286
|
}
|
|
4279
4287
|
}), ta = ["disabled", "aria-pressed"], na = {
|
|
4280
4288
|
key: 0,
|
|
4281
|
-
class: "absolute -top-2 -right-2 flex
|
|
4289
|
+
class: "absolute -top-2 -right-2 flex size-6 items-center justify-center rounded-full bg-cornflower-blue-500 text-white shadow-sm"
|
|
4282
4290
|
}, ra = /* @__PURE__ */ p({
|
|
4283
4291
|
name: "NexxtSelectableOption",
|
|
4284
4292
|
__name: "SelectableOption",
|
|
@@ -4361,7 +4369,7 @@ var cr = /* @__PURE__ */ p({
|
|
|
4361
4369
|
e.notificationCount ? (w(), s("span", ca, ", " + k(e.notificationCount) + " notifications", 1)) : o("", !0)
|
|
4362
4370
|
], 10, ia));
|
|
4363
4371
|
}
|
|
4364
|
-
}), ua = { class: "animate-pulse rounded bg-gray-200" }, da = /* @__PURE__ */ p({
|
|
4372
|
+
}), ua = { class: "animate-pulse rounded-sm bg-gray-200" }, da = /* @__PURE__ */ p({
|
|
4365
4373
|
name: "NexxtSkeleton",
|
|
4366
4374
|
__name: "Skeleton",
|
|
4367
4375
|
setup(e) {
|
|
@@ -4376,9 +4384,9 @@ var cr = /* @__PURE__ */ p({
|
|
|
4376
4384
|
class: "inline-flex w-80 flex-col items-start justify-start rounded-t-lg bg-white",
|
|
4377
4385
|
role: "status",
|
|
4378
4386
|
"aria-label": e.ariaLabel
|
|
4379
|
-
}, [f(da, { class: "h-40 w-full rounded-
|
|
4387
|
+
}, [f(da, { class: "h-40 w-full rounded-t-lg rounded-b-none" }), c("div", pa, [c("div", ma, [
|
|
4380
4388
|
f(da, { class: "h-4 w-24" }),
|
|
4381
|
-
f(da, { class: "
|
|
4389
|
+
f(da, { class: "size-4" }),
|
|
4382
4390
|
f(da, { class: "h-4 w-28" })
|
|
4383
4391
|
]), f(da, { class: "h-4 w-36" })])], 8, fa));
|
|
4384
4392
|
}
|
|
@@ -4525,7 +4533,7 @@ var cr = /* @__PURE__ */ p({
|
|
|
4525
4533
|
}, o = i(() => r.filter((e) => n[e.name]));
|
|
4526
4534
|
return (t, n) => (w(), s("ul", ba, [(w(!0), s(e, null, E(o.value, (e) => (w(), s("li", {
|
|
4527
4535
|
key: e.name,
|
|
4528
|
-
class: y(["inline-flex
|
|
4536
|
+
class: y(["inline-flex size-5 items-center justify-center rounded-full outline-1 outline-white", a[e.name]]),
|
|
4529
4537
|
"aria-label": e.label
|
|
4530
4538
|
}, [f(Q, {
|
|
4531
4539
|
name: e.icon,
|
|
@@ -4557,7 +4565,7 @@ var cr = /* @__PURE__ */ p({
|
|
|
4557
4565
|
muted: "",
|
|
4558
4566
|
playsinline: "",
|
|
4559
4567
|
loop: n.value,
|
|
4560
|
-
class: "
|
|
4568
|
+
class: "size-full object-cover",
|
|
4561
4569
|
poster: Ca,
|
|
4562
4570
|
onEndedOnce: r
|
|
4563
4571
|
}, null, 40, Ta)], 32));
|
|
@@ -4565,7 +4573,7 @@ var cr = /* @__PURE__ */ p({
|
|
|
4565
4573
|
}), Da = ["aria-pressed"], Oa = {
|
|
4566
4574
|
key: 0,
|
|
4567
4575
|
class: "col-start-1 row-span-2 row-start-1"
|
|
4568
|
-
}, ka = ["srcset"], Aa = ["src"], ja = ["muted"], Ma = ["src", "type"], Na = { class: "heading-4" }, Pa = { class: "extra-small" }, Fa = /* @__PURE__ */ p({
|
|
4576
|
+
}, ka = ["srcset"], Aa = ["src"], ja = ["muted"], Ma = ["src", "type"], Na = { class: "heading-4" }, Pa = { class: "extra-small-normal" }, Fa = /* @__PURE__ */ p({
|
|
4569
4577
|
name: "NexxtSocialMediaTemplate",
|
|
4570
4578
|
__name: "SocialMediaTemplate",
|
|
4571
4579
|
props: {
|
|
@@ -4610,14 +4618,14 @@ var cr = /* @__PURE__ */ p({
|
|
|
4610
4618
|
e.mediaType === "image" ? (w(), s("picture", Oa, [c("source", { srcset: e.media }, null, 8, ka), c("img", {
|
|
4611
4619
|
src: e.media,
|
|
4612
4620
|
alt: "Media content",
|
|
4613
|
-
class: "
|
|
4621
|
+
class: "size-full object-cover object-center"
|
|
4614
4622
|
}, null, 8, Aa)])) : (w(), s("video", {
|
|
4615
4623
|
key: 1,
|
|
4616
4624
|
ref_key: "videoRef",
|
|
4617
4625
|
ref: r,
|
|
4618
4626
|
muted: e.muted,
|
|
4619
4627
|
loop: "true",
|
|
4620
|
-
class: "col-start-1 row-span-2 row-start-1
|
|
4628
|
+
class: "col-start-1 row-span-2 row-start-1 size-full object-cover"
|
|
4621
4629
|
}, [c("source", {
|
|
4622
4630
|
src: e.media,
|
|
4623
4631
|
type: a.value
|
|
@@ -4626,7 +4634,7 @@ var cr = /* @__PURE__ */ p({
|
|
|
4626
4634
|
name: "check",
|
|
4627
4635
|
class: "ml-auto block shrink-0 text-3xl text-white"
|
|
4628
4636
|
})], 2)], 2),
|
|
4629
|
-
c("div", { class: y(["
|
|
4637
|
+
c("div", { class: y(["z-20 col-start-1 row-start-2 flex items-center px-5 pt-2.5 pb-3.5 text-white transition-all duration-300 ease-out group-hover:translate-y-full group-hover:opacity-0", e.variant === "video" ? "bg-purple-500" : "bg-social-media-template-info-bg"]) }, [c("div", null, [c("div", Na, k(e.name), 1), c("div", Pa, k(e.type), 1)]), f(Q, {
|
|
4630
4638
|
name: e.variant === "post" ? "image" : e.variant === "video" ? "play-circle" : "images",
|
|
4631
4639
|
class: "mb-1 ml-auto block shrink-0 self-end text-lg"
|
|
4632
4640
|
}, null, 8, ["name"])], 2)
|
|
@@ -5201,7 +5209,7 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
5201
5209
|
"onUpdate:modelValue"
|
|
5202
5210
|
])])) : o("", !0), (w(!0), s(e, null, E(t.columns, (e, i) => (w(), s("div", {
|
|
5203
5211
|
key: e.key,
|
|
5204
|
-
class: "flex items-center truncate
|
|
5212
|
+
class: "flex items-center truncate p-4 extra-small-normal text-slate-700",
|
|
5205
5213
|
role: "gridcell",
|
|
5206
5214
|
"aria-colindex": i + (t.selectable ? 2 : 1)
|
|
5207
5215
|
}, [D(r.$slots, L(e.key), {
|
|
@@ -5284,7 +5292,7 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
5284
5292
|
}, Vo = {
|
|
5285
5293
|
key: 1,
|
|
5286
5294
|
class: "mt-3 flex flex-wrap gap-2"
|
|
5287
|
-
}, Ho = { class: "
|
|
5295
|
+
}, Ho = { class: "small-normal text-gray-700" }, Uo = /* @__PURE__ */ p({
|
|
5288
5296
|
name: "NexxtTemplateCard",
|
|
5289
5297
|
__name: "TemplateCard",
|
|
5290
5298
|
props: {
|
|
@@ -5469,9 +5477,9 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
5469
5477
|
"data-event-date": e.event.happened_at,
|
|
5470
5478
|
"date-event-type": e.event.type,
|
|
5471
5479
|
class: y(["relative z-20 flex flex-wrap items-center gap-x-6 gap-y-2", { "justify-end": l.value }])
|
|
5472
|
-
}, [c("div", { class: y(["w-full px-24 extra-small-normal text-gray-600", { "text-right": l.value }]) }, k(a.value), 3), c("div", { class: y(["flex w-full shrink-0 items-center gap-6", { "flex-row-reverse": l.value }]) }, [c("div", { class: y(["flex
|
|
5480
|
+
}, [c("div", { class: y(["w-full px-24 extra-small-normal text-gray-600", { "text-right": l.value }]) }, k(a.value), 3), c("div", { class: y(["flex w-full shrink-0 items-center gap-6", { "flex-row-reverse": l.value }]) }, [c("div", { class: y(["flex size-10 shrink-0 items-center justify-center rounded-full", [n.value.color]]) }, [f(Q, {
|
|
5473
5481
|
name: n.value.icon,
|
|
5474
|
-
class: "flex
|
|
5482
|
+
class: "flex size-6 text-xl text-white"
|
|
5475
5483
|
}, null, 8, ["name"])], 2), c("div", { class: y(["flex w-full flex-col gap-2 rounded-xl border border-gray-200 p-8", { "max-w-lg": e.splitView }]) }, [
|
|
5476
5484
|
c("span", Yo, k(n.value.label), 1),
|
|
5477
5485
|
e.event.url ? (w(), s("a", {
|
|
@@ -5481,7 +5489,7 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
5481
5489
|
class: "group mt-1 flex justify-between gap-2 text-sm text-cornflower-blue-500 hover:text-cornflower-blue-600"
|
|
5482
5490
|
}, [c("span", Zo, k(e.event.description || e.event.url), 1), f(Q, {
|
|
5483
5491
|
name: "external-link",
|
|
5484
|
-
class: "ml-1
|
|
5492
|
+
class: "ml-1 size-4 text-gray-950"
|
|
5485
5493
|
})], 8, Xo)) : e.event.description ? (w(), s("span", Qo, k(e.event.description), 1)) : o("", !0),
|
|
5486
5494
|
e.event.request_reason ? (w(), s("span", $o, " Reden: " + k(e.event.request_reason), 1)) : o("", !0)
|
|
5487
5495
|
], 2)], 2)], 10, Jo));
|
|
@@ -5500,14 +5508,14 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
5500
5508
|
tooltip: B(() => [c("span", is, k(e.leftTooltip), 1)]),
|
|
5501
5509
|
default: B(() => [f(Q, {
|
|
5502
5510
|
name: "circle-info",
|
|
5503
|
-
class: "
|
|
5511
|
+
class: "size-4 text-xs text-gray-600"
|
|
5504
5512
|
})]),
|
|
5505
5513
|
_: 1
|
|
5506
5514
|
})) : o("", !0)]), c("span", as, [d(k(e.rightLabel) + " ", 1), e.rightTooltip ? (w(), a(No, { key: 0 }, {
|
|
5507
5515
|
tooltip: B(() => [c("span", os, k(e.rightTooltip), 1)]),
|
|
5508
5516
|
default: B(() => [f(Q, {
|
|
5509
5517
|
name: "circle-info",
|
|
5510
|
-
class: "
|
|
5518
|
+
class: "size-4 text-xs text-gray-600"
|
|
5511
5519
|
})]),
|
|
5512
5520
|
_: 1
|
|
5513
5521
|
})) : o("", !0)])])]));
|
|
@@ -5569,7 +5577,7 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
5569
5577
|
c("div", { class: y(["flex items-center gap-2 rounded-full px-12 py-4", [A(Z)[t.phase.phase.value].bgColor, A(Z)[t.phase.phase.value].textColor]]) }, [c("span", ls, k(A(Z)[t.phase.phase.value].label), 1), d() ? (w(), a(Q, {
|
|
5570
5578
|
key: 0,
|
|
5571
5579
|
name: d() === "up" ? "arrow-up" : "arrow-down",
|
|
5572
|
-
class: "
|
|
5580
|
+
class: "size-4 text-white"
|
|
5573
5581
|
}, null, 8, ["name"])) : o("", !0)], 2),
|
|
5574
5582
|
c("span", us, k(u()), 1),
|
|
5575
5583
|
t.isSplitView ? (w(), s("div", {
|
|
@@ -5577,10 +5585,10 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
5577
5585
|
class: y(["mt-4 h-px w-[75%]", A(Z)[t.phase.phase.value].bgColor])
|
|
5578
5586
|
}, null, 2)) : o("", !0),
|
|
5579
5587
|
t.isLast ? o("", !0) : (w(), s("div", ds)),
|
|
5580
|
-
c("div", { class: y(["absolute
|
|
5588
|
+
c("div", { class: y(["absolute inset-y-0 left-5 w-px bg-linear-to-b", r.value]) }, null, 2),
|
|
5581
5589
|
t.isSplitView ? (w(), s("div", {
|
|
5582
5590
|
key: 2,
|
|
5583
|
-
class: y(["absolute
|
|
5591
|
+
class: y(["absolute inset-y-0 right-5 w-px bg-linear-to-b", r.value])
|
|
5584
5592
|
}, null, 2)) : o("", !0)
|
|
5585
5593
|
], 2))
|
|
5586
5594
|
], 8, cs));
|
|
@@ -5656,7 +5664,7 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
5656
5664
|
},
|
|
5657
5665
|
emits: ["dismiss"],
|
|
5658
5666
|
setup(e, { emit: t }) {
|
|
5659
|
-
M((e) => ({
|
|
5667
|
+
M((e) => ({ fa0d20de: bs }));
|
|
5660
5668
|
let n = {
|
|
5661
5669
|
info: {
|
|
5662
5670
|
icon: "info",
|
|
@@ -5678,36 +5686,41 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
5678
5686
|
iconBg: "bg-brick-500",
|
|
5679
5687
|
titleColor: "text-brick-600"
|
|
5680
5688
|
}
|
|
5681
|
-
}, r =
|
|
5682
|
-
|
|
5683
|
-
|
|
5684
|
-
|
|
5689
|
+
}, r = {
|
|
5690
|
+
info: "toast-info",
|
|
5691
|
+
success: "toast-success",
|
|
5692
|
+
warning: "toast-warning",
|
|
5693
|
+
error: "toast-error"
|
|
5694
|
+
}, a = t, l = T(!1), u = i(() => n[e.variant]), d = null, p = e.autoClose, m = 0, h = (e) => {
|
|
5695
|
+
m = Date.now(), d = setTimeout(() => a("dismiss"), e);
|
|
5685
5696
|
}, g = () => {
|
|
5686
|
-
d
|
|
5697
|
+
d && (clearTimeout(d), d = null, p -= Date.now() - m, l.value = !0);
|
|
5698
|
+
}, _ = () => {
|
|
5699
|
+
p <= 0 || (l.value = !1, h(p));
|
|
5687
5700
|
};
|
|
5688
5701
|
return S(() => {
|
|
5689
|
-
e.autoClose > 0 &&
|
|
5702
|
+
e.autoClose > 0 && h(e.autoClose);
|
|
5690
5703
|
}), C(() => {
|
|
5691
|
-
|
|
5704
|
+
d && clearTimeout(d);
|
|
5692
5705
|
}), (t, n) => (w(), s("div", {
|
|
5693
5706
|
role: e.variant === "error" ? "alert" : "status",
|
|
5694
5707
|
"aria-live": e.variant === "error" ? "assertive" : "polite",
|
|
5695
5708
|
"aria-atomic": "true",
|
|
5696
|
-
class: y(["toast flex w-100 gap-4 rounded-xl bg-white shadow-md",
|
|
5697
|
-
onMouseenter: n[1] ||= (t) => e.autoClose ?
|
|
5698
|
-
onMouseleave: n[2] ||= (t) => e.autoClose ?
|
|
5709
|
+
class: y(["toast flex w-100 gap-4 rounded-xl bg-white shadow-md", r[e.variant]]),
|
|
5710
|
+
onMouseenter: n[1] ||= (t) => e.autoClose ? g() : void 0,
|
|
5711
|
+
onMouseleave: n[2] ||= (t) => e.autoClose ? _() : void 0
|
|
5699
5712
|
}, [
|
|
5700
5713
|
c("div", {
|
|
5701
5714
|
"aria-hidden": "true",
|
|
5702
|
-
class: y(["flex
|
|
5715
|
+
class: y(["flex size-8 shrink-0 items-center justify-center rounded-full text-white", u.value.iconBg])
|
|
5703
5716
|
}, [f(Q, {
|
|
5704
|
-
name:
|
|
5717
|
+
name: u.value.icon,
|
|
5705
5718
|
class: "text-xl"
|
|
5706
5719
|
}, null, 8, ["name"])], 2),
|
|
5707
5720
|
c("div", gs, [
|
|
5708
5721
|
e.title ? (w(), s("p", {
|
|
5709
5722
|
key: 0,
|
|
5710
|
-
class: y(["heading-4",
|
|
5723
|
+
class: y(["heading-4", u.value.titleColor])
|
|
5711
5724
|
}, k(e.title), 3)) : o("", !0),
|
|
5712
5725
|
e.message ? (w(), s("p", _s, k(e.message), 1)) : o("", !0),
|
|
5713
5726
|
D(t.$slots, "default", {}, void 0, !0)
|
|
@@ -5715,9 +5728,9 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
5715
5728
|
e.dismissible ? (w(), s("button", {
|
|
5716
5729
|
key: 0,
|
|
5717
5730
|
type: "button",
|
|
5718
|
-
class: "relative flex
|
|
5731
|
+
class: "relative flex size-8 shrink-0 cursor-pointer items-center justify-center focus:outline-none",
|
|
5719
5732
|
"aria-label": e.autoClose ? `Sluiten (verdwijnt automatisch na ${e.autoClose / 1e3} seconden)` : "Sluiten",
|
|
5720
|
-
onClick: n[0] ||= (e) =>
|
|
5733
|
+
onClick: n[0] ||= (e) => a("dismiss")
|
|
5721
5734
|
}, [e.autoClose ? (w(), s("svg", ys, [c("circle", {
|
|
5722
5735
|
cx: "12",
|
|
5723
5736
|
cy: "12",
|
|
@@ -5730,7 +5743,7 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
5730
5743
|
class: "timer-circle",
|
|
5731
5744
|
style: x({
|
|
5732
5745
|
animationDuration: `${e.autoClose}ms`,
|
|
5733
|
-
animationPlayState:
|
|
5746
|
+
animationPlayState: l.value ? "paused" : "running"
|
|
5734
5747
|
})
|
|
5735
5748
|
}, null, 4)])) : o("", !0), f(Q, {
|
|
5736
5749
|
name: "xmark",
|
|
@@ -5738,7 +5751,7 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
5738
5751
|
})], 8, vs)) : o("", !0)
|
|
5739
5752
|
], 42, hs));
|
|
5740
5753
|
}
|
|
5741
|
-
}), [["__scopeId", "data-v-
|
|
5754
|
+
}), [["__scopeId", "data-v-7e3c5bda"]]), Ss = /* @__PURE__ */ p({
|
|
5742
5755
|
name: "NexxtToaster",
|
|
5743
5756
|
__name: "Toaster",
|
|
5744
5757
|
props: {
|
|
@@ -5884,7 +5897,7 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
5884
5897
|
key: 0,
|
|
5885
5898
|
class: "pointer-events-none absolute inset-0 flex items-center justify-center"
|
|
5886
5899
|
}, Is = {
|
|
5887
|
-
class: "flex
|
|
5900
|
+
class: "flex size-16 items-center justify-center rounded-full bg-black/50 text-white",
|
|
5888
5901
|
"aria-hidden": "true"
|
|
5889
5902
|
}, Ls = [
|
|
5890
5903
|
"aria-label",
|
|
@@ -6028,14 +6041,14 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
6028
6041
|
style: x({ width: `${ee.value}%` })
|
|
6029
6042
|
}, null, 4),
|
|
6030
6043
|
c("div", {
|
|
6031
|
-
class: "absolute top-1/2
|
|
6044
|
+
class: "absolute top-1/2 size-3 -translate-1/2 rounded-full bg-sapphire-100 opacity-0 shadow-sm transition-opacity group-hover/player:opacity-100",
|
|
6032
6045
|
style: x({ left: `${ee.value}%` })
|
|
6033
6046
|
}, null, 4)
|
|
6034
6047
|
], 40, Ls), c("div", Rs, [
|
|
6035
6048
|
c("button", {
|
|
6036
6049
|
type: "button",
|
|
6037
6050
|
"aria-label": A(u) ? a.value.pause : a.value.play,
|
|
6038
|
-
class: "flex
|
|
6051
|
+
class: "flex size-8 cursor-pointer items-center justify-center rounded-full text-white transition hover:bg-white/10 hover:text-cornflower-blue-400",
|
|
6039
6052
|
onClick: I
|
|
6040
6053
|
}, [f(Q, {
|
|
6041
6054
|
name: A(u) ? "pause" : "play",
|
|
@@ -6047,7 +6060,7 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
6047
6060
|
c("button", {
|
|
6048
6061
|
type: "button",
|
|
6049
6062
|
"aria-label": A(h) ? a.value.unmute : a.value.mute,
|
|
6050
|
-
class: "flex
|
|
6063
|
+
class: "flex size-8 cursor-pointer items-center justify-center rounded-full text-white transition hover:bg-white/10 hover:text-cornflower-blue-400",
|
|
6051
6064
|
onClick: L
|
|
6052
6065
|
}, [f(Q, {
|
|
6053
6066
|
name: A(h) ? "volume-xmark" : "volume-high",
|
|
@@ -6057,7 +6070,7 @@ var Wa = { render: Ua }, Ga = { class: "flex items-center justify-end self-stret
|
|
|
6057
6070
|
c("button", {
|
|
6058
6071
|
type: "button",
|
|
6059
6072
|
"aria-label": A(_) ? a.value.exitFullscreen : a.value.enterFullscreen,
|
|
6060
|
-
class: "flex
|
|
6073
|
+
class: "flex size-8 cursor-pointer items-center justify-center rounded-full text-white transition hover:bg-white/10 hover:text-cornflower-blue-400",
|
|
6061
6074
|
onClick: r[4] ||= (...e) => A(v) && A(v)(...e)
|
|
6062
6075
|
}, [f(Q, {
|
|
6063
6076
|
name: A(_) ? "compress" : "expand",
|