@vehiclehistory/property-lib 0.0.32 → 0.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/common/ContactForm.d.ts +11 -0
- package/dist/components/index.d.ts +2 -1
- package/dist/main.js +723 -492
- package/dist/scripts/index.d.ts +3 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
var P = Object.defineProperty;
|
|
2
|
+
var R = (c, e, t) => e in c ? P(c, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : c[e] = t;
|
|
3
|
+
var k = (c, e, t) => R(c, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
+
import { jsx as o, jsxs as g, Fragment as S } from "react/jsx-runtime";
|
|
5
|
+
import { memo as y, useState as N, useEffect as Z, useRef as W } from "react";
|
|
6
|
+
import p from "classnames";
|
|
7
|
+
const U = {
|
|
5
8
|
xxSmall: "w-4 h-4",
|
|
6
9
|
xSmall: "w-5 h-5",
|
|
7
10
|
small: "w-6 h-6",
|
|
@@ -10,7 +13,7 @@ const F = {
|
|
|
10
13
|
mediumPlus: "w-9 h-9",
|
|
11
14
|
large: "w-10 h-10",
|
|
12
15
|
xLarge: "w-12 h-12"
|
|
13
|
-
},
|
|
16
|
+
}, Q = {
|
|
14
17
|
account: {
|
|
15
18
|
path: '<path d="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z" />'
|
|
16
19
|
},
|
|
@@ -473,23 +476,23 @@ const F = {
|
|
|
473
476
|
chatBubble: {
|
|
474
477
|
path: '<path d="M12,3C17.5,3 22,6.58 22,11C22,15.42 17.5,19 12,19C10.76,19 9.57,18.82 8.47,18.5C5.55,21 2,21 2,21C4.33,18.67 4.7,17.1 4.75,16.5C3.05,15.07 2,13.13 2,11C2,6.58 6.5,3 12,3Z" />'
|
|
475
478
|
}
|
|
476
|
-
},
|
|
477
|
-
color:
|
|
479
|
+
}, G = (c) => Q[c], J = ({
|
|
480
|
+
color: c = "text-current",
|
|
478
481
|
className: e,
|
|
479
482
|
name: t,
|
|
480
483
|
size: a = "medium",
|
|
481
484
|
viewBox: n = "0 0 20 20"
|
|
482
485
|
}) => {
|
|
483
|
-
const
|
|
484
|
-
return
|
|
485
|
-
|
|
486
|
-
}, [
|
|
487
|
-
|
|
488
|
-
}, [
|
|
486
|
+
const s = G(t), [r, l] = N(c), [i, d] = N(s);
|
|
487
|
+
return Z(() => {
|
|
488
|
+
d(s);
|
|
489
|
+
}, [s]), Z(() => {
|
|
490
|
+
l(c);
|
|
491
|
+
}, [c]), !s && console.error("Icon does not exist", t), /* @__PURE__ */ o(
|
|
489
492
|
"svg",
|
|
490
493
|
{
|
|
491
494
|
xmlns: "http://www.w3.org/2000/svg",
|
|
492
|
-
className: `${
|
|
495
|
+
className: `${U[a]} fill-current flex-shrink-0 ${r}${e ? ` ${e}` : ""}`,
|
|
493
496
|
style: { maxWidth: "4em" },
|
|
494
497
|
role: "presentation",
|
|
495
498
|
viewBox: n,
|
|
@@ -498,31 +501,31 @@ const F = {
|
|
|
498
501
|
}
|
|
499
502
|
}
|
|
500
503
|
);
|
|
501
|
-
}, b = y(
|
|
502
|
-
children:
|
|
504
|
+
}, b = y(J), K = ({
|
|
505
|
+
children: c,
|
|
503
506
|
className: e,
|
|
504
507
|
clickHandler: t,
|
|
505
508
|
panelClass: a,
|
|
506
509
|
title: n,
|
|
507
|
-
unmount:
|
|
510
|
+
unmount: s = !0,
|
|
508
511
|
isOpen: r = !1
|
|
509
512
|
}) => {
|
|
510
|
-
const [
|
|
511
|
-
return /* @__PURE__ */ o("div", { className:
|
|
513
|
+
const [l, i] = N(r);
|
|
514
|
+
return /* @__PURE__ */ o("div", { className: p("shadow rounded-lg", e), children: /* @__PURE__ */ g(S, { children: [
|
|
512
515
|
/* @__PURE__ */ g(
|
|
513
516
|
"button",
|
|
514
517
|
{
|
|
515
518
|
type: "button",
|
|
516
519
|
"data-div-track": `report | accordion | ${n}`,
|
|
517
|
-
className:
|
|
520
|
+
className: p(
|
|
518
521
|
"acc-a flex w-full justify-between items-center bg-gray-50 px-4 py-2 text-left font-medium text-slate-700 border border-gray-200 focus:outline-none focus-visible:ring focus-visible:ring-gray-500 focus-visible:ring-opacity-75",
|
|
519
522
|
{
|
|
520
|
-
"acc-o":
|
|
523
|
+
"acc-o": l
|
|
521
524
|
}
|
|
522
525
|
),
|
|
523
526
|
title: n,
|
|
524
527
|
onClick: () => {
|
|
525
|
-
i(!
|
|
528
|
+
i(!l), t && t(!l);
|
|
526
529
|
},
|
|
527
530
|
children: [
|
|
528
531
|
/* @__PURE__ */ o("div", { className: "font-medium text-slate-700 sm-max:!text-base text-lg flex items-center", children: n }),
|
|
@@ -537,38 +540,38 @@ const F = {
|
|
|
537
540
|
]
|
|
538
541
|
}
|
|
539
542
|
),
|
|
540
|
-
|
|
543
|
+
s && l && /* @__PURE__ */ o(
|
|
541
544
|
"div",
|
|
542
545
|
{
|
|
543
|
-
className:
|
|
546
|
+
className: p(
|
|
544
547
|
"acc-p p-4 border-x border-b rounded-bl-lg rounded-br-lg border-gray-200 relative",
|
|
545
548
|
a
|
|
546
549
|
),
|
|
547
|
-
children:
|
|
550
|
+
children: c
|
|
548
551
|
}
|
|
549
552
|
),
|
|
550
|
-
!
|
|
553
|
+
!s && /* @__PURE__ */ o(
|
|
551
554
|
"div",
|
|
552
555
|
{
|
|
553
|
-
className:
|
|
556
|
+
className: p(
|
|
554
557
|
"acc-p p-4 border-x border-b rounded-bl-lg rounded-br-lg border-gray-200 relative",
|
|
555
558
|
a,
|
|
556
|
-
{ hidden: !
|
|
559
|
+
{ hidden: !l }
|
|
557
560
|
),
|
|
558
|
-
children:
|
|
561
|
+
children: c
|
|
559
562
|
}
|
|
560
563
|
)
|
|
561
564
|
] }) });
|
|
562
|
-
},
|
|
563
|
-
children:
|
|
565
|
+
}, N1 = y(K), Y = ({
|
|
566
|
+
children: c,
|
|
564
567
|
className: e = "",
|
|
565
568
|
messages: t = [],
|
|
566
569
|
title: a = "",
|
|
567
570
|
titleClass: n = "",
|
|
568
|
-
props:
|
|
571
|
+
props: s = {},
|
|
569
572
|
type: r = "error"
|
|
570
573
|
}) => {
|
|
571
|
-
const
|
|
574
|
+
const l = {
|
|
572
575
|
error: {
|
|
573
576
|
icon: "error",
|
|
574
577
|
iconColor: "text-red-500",
|
|
@@ -589,69 +592,69 @@ const F = {
|
|
|
589
592
|
iconColor: "text-yellow-500",
|
|
590
593
|
styles: "bg-yellow-50 border-yellow-300 text-yellow-700"
|
|
591
594
|
}
|
|
592
|
-
}, { icon: i, iconColor:
|
|
595
|
+
}, { icon: i, iconColor: d, styles: h } = l[r];
|
|
593
596
|
return /* @__PURE__ */ o(
|
|
594
597
|
"div",
|
|
595
598
|
{
|
|
596
599
|
id: r,
|
|
597
|
-
className:
|
|
600
|
+
className: p(
|
|
598
601
|
"rounded w-full py-2 px-4 mb-4 border",
|
|
599
|
-
|
|
602
|
+
h,
|
|
600
603
|
e
|
|
601
604
|
),
|
|
602
|
-
...
|
|
605
|
+
...s,
|
|
603
606
|
children: /* @__PURE__ */ g("div", { className: "flex", children: [
|
|
604
607
|
/* @__PURE__ */ o("div", { className: "flex-shrink-0", children: /* @__PURE__ */ o(
|
|
605
608
|
b,
|
|
606
609
|
{
|
|
607
610
|
name: i,
|
|
608
611
|
viewBox: "0 0 24 24",
|
|
609
|
-
className:
|
|
612
|
+
className: d,
|
|
610
613
|
size: "xSmall"
|
|
611
614
|
}
|
|
612
615
|
) }),
|
|
613
616
|
/* @__PURE__ */ g("div", { className: "ml-3", children: [
|
|
614
|
-
/* @__PURE__ */ o("div", { className:
|
|
617
|
+
/* @__PURE__ */ o("div", { className: p("font-medium text-sm", n), children: a }),
|
|
615
618
|
t.length > 0 ? /* @__PURE__ */ o("div", { className: "mt-2 text-xs", children: /* @__PURE__ */ o("ul", { role: "list", className: "list-disc space-y-1 pl-5", children: t.map((u, V) => /* @__PURE__ */ o("li", { children: u }, V)) }) }) : ""
|
|
616
619
|
] })
|
|
617
620
|
] })
|
|
618
621
|
}
|
|
619
622
|
);
|
|
620
|
-
},
|
|
621
|
-
autoFocus:
|
|
623
|
+
}, E1 = y(Y), X = ({
|
|
624
|
+
autoFocus: c = !1,
|
|
622
625
|
required: e = !1,
|
|
623
626
|
className: t = "",
|
|
624
627
|
defaultValue: a = "",
|
|
625
628
|
id: n = "",
|
|
626
|
-
type:
|
|
629
|
+
type: s,
|
|
627
630
|
floatingLabel: r = "",
|
|
628
|
-
inputClass:
|
|
631
|
+
inputClass: l = "",
|
|
629
632
|
leftIcon: i = "homeSearch",
|
|
630
|
-
mobileBackdrop:
|
|
631
|
-
showSearchIcon:
|
|
633
|
+
mobileBackdrop: d = !1,
|
|
634
|
+
showSearchIcon: h = !0,
|
|
632
635
|
options: u = [],
|
|
633
636
|
name: V = "",
|
|
634
637
|
placeholder: M = "",
|
|
635
638
|
props: A = {},
|
|
636
639
|
size: C = "medium",
|
|
637
|
-
styles:
|
|
640
|
+
styles: m = null,
|
|
638
641
|
title: H = ""
|
|
639
642
|
}) => /* @__PURE__ */ g(
|
|
640
643
|
"div",
|
|
641
644
|
{
|
|
642
645
|
id: n,
|
|
643
646
|
"data-search": "container",
|
|
644
|
-
"data-search-type":
|
|
645
|
-
className:
|
|
646
|
-
style:
|
|
647
|
+
"data-search-type": s,
|
|
648
|
+
className: p("Autocomplete", t),
|
|
649
|
+
style: m ? { ...m } : null,
|
|
647
650
|
children: [
|
|
648
|
-
|
|
651
|
+
h && /* @__PURE__ */ g(
|
|
649
652
|
"span",
|
|
650
653
|
{
|
|
651
|
-
className:
|
|
654
|
+
className: p(
|
|
652
655
|
"search-icon-left absolute inset-y-0 left-0 flex items-center pl-2",
|
|
653
656
|
{
|
|
654
|
-
"pointer-events-none":
|
|
657
|
+
"pointer-events-none": d
|
|
655
658
|
}
|
|
656
659
|
),
|
|
657
660
|
children: [
|
|
@@ -680,17 +683,17 @@ const F = {
|
|
|
680
683
|
"input",
|
|
681
684
|
{
|
|
682
685
|
"data-lpignore": "true",
|
|
683
|
-
autoFocus:
|
|
684
|
-
className:
|
|
686
|
+
autoFocus: c,
|
|
687
|
+
className: p(
|
|
685
688
|
"w-full bg-white placeholder:bg-white rounded border border-gray-300 py-2 pr-8 shadow-sm focus:outline-none sm-max:text-sm placeholder:text-gray-500 sm-max:placeholder:text-sm placeholder-shown:text-ellipsis truncate",
|
|
686
689
|
{
|
|
687
|
-
"pl-8":
|
|
690
|
+
"pl-8": h === !0,
|
|
688
691
|
"px-3 h-10": C === "medium",
|
|
689
692
|
"px-4 h-12": C === "large",
|
|
690
693
|
"px-5 h-[60px] sm:!text-base": C === "xLarge",
|
|
691
694
|
peer: r
|
|
692
695
|
},
|
|
693
|
-
|
|
696
|
+
l
|
|
694
697
|
),
|
|
695
698
|
required: e,
|
|
696
699
|
autoComplete: "off",
|
|
@@ -705,10 +708,10 @@ const F = {
|
|
|
705
708
|
r && /* @__PURE__ */ o(
|
|
706
709
|
"label",
|
|
707
710
|
{
|
|
708
|
-
className:
|
|
711
|
+
className: p(
|
|
709
712
|
"floating-label absolute text-sm !normal-case text-gray-500 duration-300 transform -translate-y-4 scale-75 top-2 z-10 origin-[0] bg-white px-2 peer-focus:text-[#222] peer-focus:px-2 peer-focus:bg-white peer-placeholder-shown:bg-white peer-placeholder-shown:scale-100 peer-placeholder-shown:-translate-y-1/2 peer-placeholder-shown:top-1/2 peer-focus:top-2 peer-focus:scale-75 peer-focus:-translate-y-4 start-1 pointer-events-none",
|
|
710
713
|
{
|
|
711
|
-
"!left-7":
|
|
714
|
+
"!left-7": h === !0,
|
|
712
715
|
"left-2": C === "medium",
|
|
713
716
|
"left-3": C === "large",
|
|
714
717
|
"left-4": C === "xLarge"
|
|
@@ -764,7 +767,7 @@ const F = {
|
|
|
764
767
|
"data-title": H,
|
|
765
768
|
"aria-labelledby": "Label",
|
|
766
769
|
"aria-activedescendant": "search-item-0",
|
|
767
|
-
children: u.length > 0 ? u.map((
|
|
770
|
+
children: u.length > 0 ? u.map((x, v) => /* @__PURE__ */ o(
|
|
768
771
|
"li",
|
|
769
772
|
{
|
|
770
773
|
id: `search-item-${v}`,
|
|
@@ -772,7 +775,7 @@ const F = {
|
|
|
772
775
|
className: "dropdown-item text-gray-900 cursor-default select-none py-2 pl-3 pr-4 truncate hover:bg-gray-50 font-normal focus:bg-gray-50 focus:text-green-400 focus-visible:outline-0",
|
|
773
776
|
"aria-selected": v === 0,
|
|
774
777
|
role: "option",
|
|
775
|
-
children: (
|
|
778
|
+
children: (x == null ? void 0 : x.name) || x
|
|
776
779
|
},
|
|
777
780
|
`search-item-${v}`
|
|
778
781
|
)) : ""
|
|
@@ -783,15 +786,15 @@ const F = {
|
|
|
783
786
|
)
|
|
784
787
|
]
|
|
785
788
|
}
|
|
786
|
-
),
|
|
787
|
-
children:
|
|
789
|
+
), B1 = X, _ = ({
|
|
790
|
+
children: c,
|
|
788
791
|
className: e,
|
|
789
792
|
size: t = "sm",
|
|
790
793
|
tag: a = "span"
|
|
791
794
|
}) => /* @__PURE__ */ o(
|
|
792
795
|
a || "span",
|
|
793
796
|
{
|
|
794
|
-
className:
|
|
797
|
+
className: p(
|
|
795
798
|
" bg-gray-200 font-semibold py-1 px-2 rounded",
|
|
796
799
|
{
|
|
797
800
|
"text-sm": t === "sm",
|
|
@@ -800,20 +803,20 @@ const F = {
|
|
|
800
803
|
},
|
|
801
804
|
e
|
|
802
805
|
),
|
|
803
|
-
children:
|
|
806
|
+
children: c
|
|
804
807
|
}
|
|
805
|
-
),
|
|
806
|
-
borderless:
|
|
808
|
+
), D1 = _, e1 = ({
|
|
809
|
+
borderless: c = !1,
|
|
807
810
|
leftIcon: e,
|
|
808
811
|
leftIconProps: t = {},
|
|
809
812
|
children: a,
|
|
810
813
|
className: n = "",
|
|
811
|
-
disabled:
|
|
814
|
+
disabled: s = !1,
|
|
812
815
|
href: r,
|
|
813
|
-
props:
|
|
816
|
+
props: l = {},
|
|
814
817
|
rightIcon: i,
|
|
815
|
-
rightIconProps:
|
|
816
|
-
rounded:
|
|
818
|
+
rightIconProps: d = {},
|
|
819
|
+
rounded: h = !1,
|
|
817
820
|
size: u = "md",
|
|
818
821
|
type: V = "button",
|
|
819
822
|
uppercase: M = !1,
|
|
@@ -824,22 +827,22 @@ const F = {
|
|
|
824
827
|
C,
|
|
825
828
|
{
|
|
826
829
|
type: C !== "a" ? V : null,
|
|
827
|
-
className:
|
|
830
|
+
className: p(
|
|
828
831
|
"Button",
|
|
829
832
|
{
|
|
830
833
|
[`Button--${A}`]: A,
|
|
831
834
|
[`Button--${u}`]: u,
|
|
832
|
-
"Button--rounded":
|
|
833
|
-
"Button--disabled":
|
|
835
|
+
"Button--rounded": h,
|
|
836
|
+
"Button--disabled": s,
|
|
834
837
|
"Button--custom-link": r,
|
|
835
838
|
"Button--uppercase": M,
|
|
836
|
-
"Button--borderless":
|
|
839
|
+
"Button--borderless": c || A === "link"
|
|
837
840
|
},
|
|
838
841
|
n
|
|
839
842
|
),
|
|
840
|
-
disabled:
|
|
843
|
+
disabled: s,
|
|
841
844
|
href: r,
|
|
842
|
-
...
|
|
845
|
+
...l,
|
|
843
846
|
children: [
|
|
844
847
|
e && /* @__PURE__ */ o(
|
|
845
848
|
b,
|
|
@@ -857,73 +860,73 @@ const F = {
|
|
|
857
860
|
name: i,
|
|
858
861
|
size: u === "md" ? "small" : "xSmall",
|
|
859
862
|
viewBox: "0 0 24 24",
|
|
860
|
-
...
|
|
863
|
+
...d
|
|
861
864
|
}
|
|
862
865
|
)
|
|
863
866
|
]
|
|
864
867
|
}
|
|
865
868
|
);
|
|
866
|
-
},
|
|
867
|
-
block:
|
|
869
|
+
}, B = y(e1), t1 = ({ children: c, className: e }) => /* @__PURE__ */ o("div", { className: p("flex md:max-w-min border border-gray-300 divide-x divide-gray-200 rounded-lg", e), children: c }), T1 = t1, a1 = ({
|
|
870
|
+
block: c = !1,
|
|
868
871
|
borderless: e = !1,
|
|
869
872
|
children: t,
|
|
870
873
|
className: a = "",
|
|
871
874
|
divider: n = !0,
|
|
872
|
-
inset:
|
|
875
|
+
inset: s = !0,
|
|
873
876
|
id: r = null,
|
|
874
|
-
role:
|
|
877
|
+
role: l = null
|
|
875
878
|
}) => /* @__PURE__ */ o(
|
|
876
879
|
"div",
|
|
877
880
|
{
|
|
878
|
-
className:
|
|
881
|
+
className: p(
|
|
879
882
|
"bg-white",
|
|
880
883
|
{
|
|
881
884
|
f1: !e,
|
|
882
|
-
f2:
|
|
885
|
+
f2: c,
|
|
883
886
|
f3: n,
|
|
884
|
-
f4:
|
|
887
|
+
f4: s
|
|
885
888
|
},
|
|
886
889
|
a
|
|
887
890
|
),
|
|
888
891
|
id: r,
|
|
889
|
-
role:
|
|
892
|
+
role: l,
|
|
890
893
|
children: t
|
|
891
894
|
}
|
|
892
|
-
),
|
|
893
|
-
checked:
|
|
895
|
+
), $1 = a1, n1 = ({
|
|
896
|
+
checked: c = !1,
|
|
894
897
|
children: e,
|
|
895
898
|
className: t = "",
|
|
896
899
|
error: a = !1,
|
|
897
900
|
inputClass: n,
|
|
898
|
-
id:
|
|
901
|
+
id: s = "",
|
|
899
902
|
label: r = "",
|
|
900
|
-
name:
|
|
903
|
+
name: l = "",
|
|
901
904
|
props: i = {},
|
|
902
|
-
variation:
|
|
903
|
-
value:
|
|
905
|
+
variation: d = "primary",
|
|
906
|
+
value: h = ""
|
|
904
907
|
}) => {
|
|
905
|
-
const u = r ? "div" : "label", V = u === "label" ? { htmlFor:
|
|
908
|
+
const u = r ? "div" : "label", V = u === "label" ? { htmlFor: s } : {};
|
|
906
909
|
return /* @__PURE__ */ g(
|
|
907
910
|
u,
|
|
908
911
|
{
|
|
909
|
-
className:
|
|
912
|
+
className: p("checkbox flex items-center", d, t),
|
|
910
913
|
...V,
|
|
911
914
|
children: [
|
|
912
915
|
/* @__PURE__ */ o(
|
|
913
916
|
"input",
|
|
914
917
|
{
|
|
915
|
-
checked:
|
|
916
|
-
className:
|
|
918
|
+
checked: c,
|
|
919
|
+
className: p(
|
|
917
920
|
"form-checkbox ",
|
|
918
921
|
{
|
|
919
922
|
"!border-red-500 !bg-red-500 focus:!ring-red-500 focus:!border-red-500": a
|
|
920
923
|
},
|
|
921
924
|
n
|
|
922
925
|
),
|
|
923
|
-
id:
|
|
924
|
-
name:
|
|
926
|
+
id: s,
|
|
927
|
+
name: l,
|
|
925
928
|
type: "checkbox",
|
|
926
|
-
value:
|
|
929
|
+
value: h,
|
|
927
930
|
...i
|
|
928
931
|
}
|
|
929
932
|
),
|
|
@@ -931,23 +934,23 @@ const F = {
|
|
|
931
934
|
]
|
|
932
935
|
}
|
|
933
936
|
);
|
|
934
|
-
},
|
|
937
|
+
}, F1 = y(n1), s1 = ({ children: c, aside: e, direction: t = "right" }) => /* @__PURE__ */ g("div", { className: "flex flex-col lg:flex-row lg:p-0 max-w-screen-lg", children: [
|
|
935
938
|
/* @__PURE__ */ o(
|
|
936
939
|
"main",
|
|
937
940
|
{
|
|
938
|
-
className:
|
|
941
|
+
className: p(
|
|
939
942
|
"w-full md:mb-0 flex-1 md:block lg:max-w-container",
|
|
940
943
|
{
|
|
941
944
|
"lg:order-2": t === "left"
|
|
942
945
|
}
|
|
943
946
|
),
|
|
944
|
-
children:
|
|
947
|
+
children: c
|
|
945
948
|
}
|
|
946
949
|
),
|
|
947
950
|
/* @__PURE__ */ o(
|
|
948
951
|
"aside",
|
|
949
952
|
{
|
|
950
|
-
className:
|
|
953
|
+
className: p(
|
|
951
954
|
"sm-max:hidden md:hidden lg:block flex-1 max-w-aside mb-6 md:mb-0 empty:!hidden",
|
|
952
955
|
{
|
|
953
956
|
"md:ml-8": t === "right",
|
|
@@ -957,34 +960,34 @@ const F = {
|
|
|
957
960
|
children: e
|
|
958
961
|
}
|
|
959
962
|
)
|
|
960
|
-
] }),
|
|
961
|
-
activator:
|
|
963
|
+
] }), I1 = y(s1), l1 = ({
|
|
964
|
+
activator: c,
|
|
962
965
|
id: e = "",
|
|
963
966
|
children: t,
|
|
964
967
|
className: a = "",
|
|
965
968
|
contentClass: n = "",
|
|
966
|
-
dark:
|
|
969
|
+
dark: s = !1,
|
|
967
970
|
footer: r,
|
|
968
|
-
fullMobile:
|
|
971
|
+
fullMobile: l = !0,
|
|
969
972
|
headerClass: i = "",
|
|
970
|
-
hideClose:
|
|
971
|
-
iconSize:
|
|
973
|
+
hideClose: d = !1,
|
|
974
|
+
iconSize: h = "medium",
|
|
972
975
|
preventPageScroll: u = !0,
|
|
973
976
|
stickyHeader: V = !1,
|
|
974
977
|
title: M = "",
|
|
975
978
|
titleClass: A = ""
|
|
976
|
-
}) => /* @__PURE__ */ g(
|
|
977
|
-
|
|
979
|
+
}) => /* @__PURE__ */ g(S, { children: [
|
|
980
|
+
c && /* @__PURE__ */ o("span", { id: `${e}-dialog-activator`, children: c }),
|
|
978
981
|
/* @__PURE__ */ o(
|
|
979
982
|
"dialog",
|
|
980
983
|
{
|
|
981
984
|
inert: "",
|
|
982
985
|
id: `${e}-dialog`,
|
|
983
|
-
className:
|
|
986
|
+
className: p(
|
|
984
987
|
"dialog",
|
|
985
988
|
{
|
|
986
|
-
"dialog-full-mobile":
|
|
987
|
-
dark:
|
|
989
|
+
"dialog-full-mobile": l,
|
|
990
|
+
dark: s,
|
|
988
991
|
"prevent-scroll": u
|
|
989
992
|
},
|
|
990
993
|
a
|
|
@@ -993,7 +996,7 @@ const F = {
|
|
|
993
996
|
/* @__PURE__ */ g(
|
|
994
997
|
"header",
|
|
995
998
|
{
|
|
996
|
-
className:
|
|
999
|
+
className: p(
|
|
997
1000
|
"dialog-header flex items-center p-4",
|
|
998
1001
|
{
|
|
999
1002
|
"sticky top-0 bg-white z-10": V,
|
|
@@ -1004,7 +1007,7 @@ const F = {
|
|
|
1004
1007
|
),
|
|
1005
1008
|
children: [
|
|
1006
1009
|
M && /* @__PURE__ */ o("h3", { id: `${e}-dialog-title`, className: A, children: M }),
|
|
1007
|
-
!
|
|
1010
|
+
!d && /* @__PURE__ */ o(
|
|
1008
1011
|
"button",
|
|
1009
1012
|
{
|
|
1010
1013
|
type: "button",
|
|
@@ -1016,7 +1019,7 @@ const F = {
|
|
|
1016
1019
|
b,
|
|
1017
1020
|
{
|
|
1018
1021
|
name: "close",
|
|
1019
|
-
size:
|
|
1022
|
+
size: h,
|
|
1020
1023
|
className: "pointer-events-none"
|
|
1021
1024
|
}
|
|
1022
1025
|
)
|
|
@@ -1029,7 +1032,7 @@ const F = {
|
|
|
1029
1032
|
"div",
|
|
1030
1033
|
{
|
|
1031
1034
|
id: `${e}-dialog-content`,
|
|
1032
|
-
className:
|
|
1035
|
+
className: p("dialog-content", n),
|
|
1033
1036
|
children: t
|
|
1034
1037
|
}
|
|
1035
1038
|
),
|
|
@@ -1037,46 +1040,46 @@ const F = {
|
|
|
1037
1040
|
] })
|
|
1038
1041
|
}
|
|
1039
1042
|
)
|
|
1040
|
-
] }),
|
|
1041
|
-
activator:
|
|
1043
|
+
] }), O1 = y(l1), r1 = ({
|
|
1044
|
+
activator: c,
|
|
1042
1045
|
id: e = "",
|
|
1043
1046
|
children: t,
|
|
1044
1047
|
className: a = "",
|
|
1045
1048
|
contentClass: n = "",
|
|
1046
|
-
onClose:
|
|
1049
|
+
onClose: s,
|
|
1047
1050
|
disableOutsideClick: r = !1,
|
|
1048
|
-
footer:
|
|
1051
|
+
footer: l,
|
|
1049
1052
|
fullMobile: i = !0,
|
|
1050
|
-
headerClass:
|
|
1051
|
-
hideClose:
|
|
1053
|
+
headerClass: d = "",
|
|
1054
|
+
hideClose: h = !1,
|
|
1052
1055
|
iconSize: u = "medium",
|
|
1053
1056
|
isOpen: V = !1,
|
|
1054
1057
|
setDialogOpen: M,
|
|
1055
1058
|
stickyHeader: A = !1,
|
|
1056
1059
|
title: C = "",
|
|
1057
|
-
titleClass:
|
|
1060
|
+
titleClass: m = ""
|
|
1058
1061
|
}) => {
|
|
1059
|
-
const H =
|
|
1060
|
-
H.current.classList.add("closing"), await
|
|
1061
|
-
}, v = async (
|
|
1062
|
-
|
|
1063
|
-
},
|
|
1064
|
-
const { left:
|
|
1065
|
-
(!H.current.contains(
|
|
1066
|
-
},
|
|
1067
|
-
|
|
1062
|
+
const H = W(null), x = async () => {
|
|
1063
|
+
H.current.classList.add("closing"), await $(H.current), H.current.classList.remove("closing"), s && s(), M(!1);
|
|
1064
|
+
}, v = async (w) => {
|
|
1065
|
+
w.key === "Escape" && await x();
|
|
1066
|
+
}, E = async ({ clientX: w, clientY: z, target: F }) => {
|
|
1067
|
+
const { left: I, right: O, top: q, bottom: j } = H.current.getBoundingClientRect() ?? {};
|
|
1068
|
+
(!H.current.contains(F) || w < I || w > O || z < q || z > j) && await x();
|
|
1069
|
+
}, $ = (w) => Promise.allSettled(
|
|
1070
|
+
w.getAnimations().map((z) => z.finished)
|
|
1068
1071
|
);
|
|
1069
|
-
return
|
|
1070
|
-
const
|
|
1071
|
-
|
|
1072
|
-
}, [V]), /* @__PURE__ */ g(
|
|
1073
|
-
|
|
1072
|
+
return Z(() => {
|
|
1073
|
+
const w = H.current;
|
|
1074
|
+
w && (V ? w.showModal() : typeof w.close == "function" && w.close());
|
|
1075
|
+
}, [V]), /* @__PURE__ */ g(S, { children: [
|
|
1076
|
+
c && /* @__PURE__ */ o("span", { id: `${e}-dialog-activator`, onClick: () => M(!0), children: c }),
|
|
1074
1077
|
/* @__PURE__ */ g(
|
|
1075
1078
|
"dialog",
|
|
1076
1079
|
{
|
|
1077
1080
|
ref: H,
|
|
1078
1081
|
id: `${e}-dialog`,
|
|
1079
|
-
className:
|
|
1082
|
+
className: p(
|
|
1080
1083
|
"dialog",
|
|
1081
1084
|
{
|
|
1082
1085
|
hidden: !V,
|
|
@@ -1085,26 +1088,26 @@ const F = {
|
|
|
1085
1088
|
a
|
|
1086
1089
|
),
|
|
1087
1090
|
onKeyDown: v,
|
|
1088
|
-
onClick: (
|
|
1091
|
+
onClick: (w) => r ? null : E(w),
|
|
1089
1092
|
children: [
|
|
1090
1093
|
/* @__PURE__ */ g(
|
|
1091
1094
|
"header",
|
|
1092
1095
|
{
|
|
1093
|
-
className:
|
|
1096
|
+
className: p(
|
|
1094
1097
|
"dialog-header flex items-center p-4",
|
|
1095
1098
|
{ "sticky top-0 bg-white": A },
|
|
1096
|
-
|
|
1099
|
+
d
|
|
1097
1100
|
),
|
|
1098
1101
|
children: [
|
|
1099
|
-
/* @__PURE__ */ o("h3", { id: `${e}-dialog-title`, className:
|
|
1100
|
-
!
|
|
1102
|
+
/* @__PURE__ */ o("h3", { id: `${e}-dialog-title`, className: m, children: C || "" }),
|
|
1103
|
+
!h && /* @__PURE__ */ o(
|
|
1101
1104
|
"button",
|
|
1102
1105
|
{
|
|
1103
1106
|
type: "button",
|
|
1104
1107
|
title: "Close",
|
|
1105
1108
|
className: "dialog-close",
|
|
1106
1109
|
"data-dialog-close": "",
|
|
1107
|
-
onClick:
|
|
1110
|
+
onClick: x,
|
|
1108
1111
|
children: /* @__PURE__ */ o(
|
|
1109
1112
|
b,
|
|
1110
1113
|
{
|
|
@@ -1122,23 +1125,23 @@ const F = {
|
|
|
1122
1125
|
"div",
|
|
1123
1126
|
{
|
|
1124
1127
|
id: `${e}-dialog-content`,
|
|
1125
|
-
className:
|
|
1128
|
+
className: p("dialog-content p-4", n),
|
|
1126
1129
|
children: t
|
|
1127
1130
|
}
|
|
1128
1131
|
),
|
|
1129
|
-
|
|
1132
|
+
l && /* @__PURE__ */ o(
|
|
1130
1133
|
"footer",
|
|
1131
1134
|
{
|
|
1132
1135
|
id: `${e}-dialog-footer`,
|
|
1133
1136
|
className: "dialog-footer flex justify-between items-center p-4 border-t",
|
|
1134
|
-
children:
|
|
1137
|
+
children: l
|
|
1135
1138
|
}
|
|
1136
1139
|
)
|
|
1137
1140
|
]
|
|
1138
1141
|
}
|
|
1139
1142
|
)
|
|
1140
1143
|
] });
|
|
1141
|
-
},
|
|
1144
|
+
}, q1 = y(r1), i1 = ({ className: c = "" }) => /* @__PURE__ */ g("div", { id: "dots", className: p("mx-auto", c), children: [
|
|
1142
1145
|
/* @__PURE__ */ o("span", { style: { animationDelay: "0.1s" } }),
|
|
1143
1146
|
/* @__PURE__ */ o("span", { style: { animationDelay: "0.2s" } }),
|
|
1144
1147
|
/* @__PURE__ */ o("span", { style: { animationDelay: "0.3s" } }),
|
|
@@ -1147,34 +1150,34 @@ const F = {
|
|
|
1147
1150
|
/* @__PURE__ */ o("span", { style: { animationDelay: "0.6s" } }),
|
|
1148
1151
|
/* @__PURE__ */ o("span", { style: { animationDelay: "0.7s" } }),
|
|
1149
1152
|
/* @__PURE__ */ o("span", { style: { animationDelay: "0.8s" } })
|
|
1150
|
-
] }),
|
|
1151
|
-
cb:
|
|
1153
|
+
] }), j1 = i1, o1 = ({
|
|
1154
|
+
cb: c,
|
|
1152
1155
|
className: e = "",
|
|
1153
1156
|
size: t = "md",
|
|
1154
1157
|
timeout: a = 1e4,
|
|
1155
1158
|
variation: n = "primary"
|
|
1156
1159
|
}) => {
|
|
1157
|
-
function
|
|
1158
|
-
const
|
|
1159
|
-
if (!
|
|
1160
|
-
let i,
|
|
1160
|
+
function s({ cb: r }) {
|
|
1161
|
+
const l = document.querySelector(".loading-bar__inner");
|
|
1162
|
+
if (!l) return;
|
|
1163
|
+
let i, d, h = !1;
|
|
1161
1164
|
function u(V) {
|
|
1162
1165
|
i === void 0 && (i = V);
|
|
1163
1166
|
const M = V - i;
|
|
1164
|
-
if (
|
|
1167
|
+
if (d !== V) {
|
|
1165
1168
|
const A = M / a * 101;
|
|
1166
|
-
|
|
1169
|
+
l.style.width = `${A}%`, A >= 101 && (r && r(), h = !0, window.cancelAnimationFrame(V));
|
|
1167
1170
|
}
|
|
1168
|
-
M < a && (
|
|
1171
|
+
M < a && (d = V, h || window.requestAnimationFrame(u));
|
|
1169
1172
|
}
|
|
1170
1173
|
window.requestAnimationFrame(u);
|
|
1171
1174
|
}
|
|
1172
|
-
return
|
|
1173
|
-
|
|
1175
|
+
return Z(() => {
|
|
1176
|
+
s({ cb: c });
|
|
1174
1177
|
}, []), /* @__PURE__ */ o(
|
|
1175
1178
|
"div",
|
|
1176
1179
|
{
|
|
1177
|
-
className:
|
|
1180
|
+
className: p(
|
|
1178
1181
|
"loading-bar my-8",
|
|
1179
1182
|
`loading-bar__${n}`,
|
|
1180
1183
|
{
|
|
@@ -1188,37 +1191,37 @@ const F = {
|
|
|
1188
1191
|
children: /* @__PURE__ */ o("div", { className: "loading-bar__inner", "data-size": "100" })
|
|
1189
1192
|
}
|
|
1190
1193
|
);
|
|
1191
|
-
},
|
|
1194
|
+
}, P1 = y(o1), c1 = {
|
|
1192
1195
|
name: "spinnerDark",
|
|
1193
1196
|
color: "text-teal-700",
|
|
1194
1197
|
viewBox: "0 0 24 24"
|
|
1195
|
-
},
|
|
1198
|
+
}, d1 = ({ className: c = "" }) => /* @__PURE__ */ o("div", { className: "rounded-r-md px-2 focus:outline-none", children: /* @__PURE__ */ o(
|
|
1196
1199
|
b,
|
|
1197
1200
|
{
|
|
1198
1201
|
size: "xSmall",
|
|
1199
|
-
...
|
|
1200
|
-
className: `animate-spin ${
|
|
1202
|
+
...c1,
|
|
1203
|
+
className: `animate-spin ${c}`
|
|
1201
1204
|
}
|
|
1202
|
-
) }),
|
|
1203
|
-
activator:
|
|
1205
|
+
) }), R1 = y(d1), h1 = ({
|
|
1206
|
+
activator: c,
|
|
1204
1207
|
activatorClass: e = "",
|
|
1205
1208
|
attrs: t = {},
|
|
1206
1209
|
options: a = {},
|
|
1207
1210
|
children: n,
|
|
1208
|
-
className:
|
|
1211
|
+
className: s = "",
|
|
1209
1212
|
containerClass: r = "",
|
|
1210
|
-
disabled:
|
|
1213
|
+
disabled: l = !1,
|
|
1211
1214
|
id: i = "",
|
|
1212
|
-
trigger:
|
|
1213
|
-
}) => /* @__PURE__ */ g(
|
|
1215
|
+
trigger: d = "click"
|
|
1216
|
+
}) => /* @__PURE__ */ g(S, { children: [
|
|
1214
1217
|
/* @__PURE__ */ o(
|
|
1215
1218
|
"div",
|
|
1216
1219
|
{
|
|
1217
|
-
className:
|
|
1220
|
+
className: p("popover z-10 max-w-[350px] hidden", s),
|
|
1218
1221
|
children: /* @__PURE__ */ g(
|
|
1219
1222
|
"div",
|
|
1220
1223
|
{
|
|
1221
|
-
className:
|
|
1224
|
+
className: p(
|
|
1222
1225
|
"popover-container rounded border bg-gray-50 border-gray-300 shadow-md text-gray-500 animate-menu-close",
|
|
1223
1226
|
r
|
|
1224
1227
|
),
|
|
@@ -1239,38 +1242,38 @@ const F = {
|
|
|
1239
1242
|
/* @__PURE__ */ o(
|
|
1240
1243
|
"div",
|
|
1241
1244
|
{
|
|
1242
|
-
className:
|
|
1245
|
+
className: p(
|
|
1243
1246
|
"popover-activator",
|
|
1244
|
-
`trigger-${
|
|
1245
|
-
|
|
1247
|
+
`trigger-${d}`,
|
|
1248
|
+
l ? "is-disabled" : "",
|
|
1246
1249
|
e
|
|
1247
1250
|
),
|
|
1248
1251
|
...t,
|
|
1249
1252
|
"data-options": JSON.stringify(a),
|
|
1250
|
-
children:
|
|
1253
|
+
children: c
|
|
1251
1254
|
}
|
|
1252
1255
|
)
|
|
1253
|
-
] }),
|
|
1254
|
-
ariaValuemax:
|
|
1256
|
+
] }), W1 = h1, u1 = ({
|
|
1257
|
+
ariaValuemax: c = 100,
|
|
1255
1258
|
ariaValuemin: e = 0,
|
|
1256
1259
|
bgColor: t = "bg-orange-500",
|
|
1257
1260
|
className: a,
|
|
1258
1261
|
completed: n = 0,
|
|
1259
|
-
maxCompleted:
|
|
1262
|
+
maxCompleted: s = 100,
|
|
1260
1263
|
rounded: r = !0,
|
|
1261
|
-
showLabel:
|
|
1264
|
+
showLabel: l = !1
|
|
1262
1265
|
}) => {
|
|
1263
|
-
const
|
|
1264
|
-
if (
|
|
1265
|
-
const V = Number(u) /
|
|
1266
|
+
const d = ((h, u) => {
|
|
1267
|
+
if (h) {
|
|
1268
|
+
const V = Number(u) / h;
|
|
1266
1269
|
return V > 1 ? 100 : V * 100;
|
|
1267
1270
|
}
|
|
1268
1271
|
return n;
|
|
1269
|
-
})(
|
|
1272
|
+
})(s, n);
|
|
1270
1273
|
return /* @__PURE__ */ o(
|
|
1271
1274
|
"div",
|
|
1272
1275
|
{
|
|
1273
|
-
className:
|
|
1276
|
+
className: p(
|
|
1274
1277
|
"w-full bg-gray-200",
|
|
1275
1278
|
{ "rounded-full": r },
|
|
1276
1279
|
a
|
|
@@ -1279,50 +1282,50 @@ const F = {
|
|
|
1279
1282
|
"aria-label": "Progress Bar",
|
|
1280
1283
|
"aria-valuenow": n,
|
|
1281
1284
|
"aria-valuemin": e,
|
|
1282
|
-
"aria-valuemax":
|
|
1285
|
+
"aria-valuemax": c,
|
|
1283
1286
|
children: /* @__PURE__ */ o(
|
|
1284
1287
|
"div",
|
|
1285
1288
|
{
|
|
1286
|
-
className:
|
|
1289
|
+
className: p(
|
|
1287
1290
|
"h-full text-right flex items-center justify-end rounded-full",
|
|
1288
1291
|
t
|
|
1289
1292
|
),
|
|
1290
|
-
style: { width: `${
|
|
1291
|
-
children:
|
|
1293
|
+
style: { width: `${d}%` },
|
|
1294
|
+
children: l && /* @__PURE__ */ o("span", { className: "font-bold text-white text-xs mr-2", children: Math.round(d) })
|
|
1292
1295
|
}
|
|
1293
1296
|
)
|
|
1294
1297
|
}
|
|
1295
1298
|
);
|
|
1296
|
-
},
|
|
1297
|
-
checked:
|
|
1299
|
+
}, U1 = y(u1), p1 = ({
|
|
1300
|
+
checked: c = !1,
|
|
1298
1301
|
children: e,
|
|
1299
1302
|
className: t = "",
|
|
1300
1303
|
id: a = "",
|
|
1301
1304
|
label: n = "",
|
|
1302
|
-
name:
|
|
1305
|
+
name: s = "",
|
|
1303
1306
|
props: r = {},
|
|
1304
|
-
variation:
|
|
1307
|
+
variation: l = "primary",
|
|
1305
1308
|
value: i = ""
|
|
1306
1309
|
}) => {
|
|
1307
|
-
const
|
|
1310
|
+
const d = n ? "div" : "label", h = d === "label" ? { htmlFor: a } : {};
|
|
1308
1311
|
return /* @__PURE__ */ g(
|
|
1309
|
-
|
|
1312
|
+
d,
|
|
1310
1313
|
{
|
|
1311
|
-
className:
|
|
1312
|
-
...
|
|
1314
|
+
className: p("radio flex items-center", t),
|
|
1315
|
+
...h,
|
|
1313
1316
|
children: [
|
|
1314
1317
|
/* @__PURE__ */ o(
|
|
1315
1318
|
"input",
|
|
1316
1319
|
{
|
|
1317
|
-
checked:
|
|
1318
|
-
className:
|
|
1320
|
+
checked: c,
|
|
1321
|
+
className: p(
|
|
1319
1322
|
"form-radio focus:ring-2 focus:ring-offset-2 focus-within:outline-none",
|
|
1320
1323
|
{
|
|
1321
|
-
"focus:ring-[#222]":
|
|
1324
|
+
"focus:ring-[#222]": l === "primary"
|
|
1322
1325
|
}
|
|
1323
1326
|
),
|
|
1324
1327
|
id: a,
|
|
1325
|
-
name:
|
|
1328
|
+
name: s,
|
|
1326
1329
|
type: "radio",
|
|
1327
1330
|
value: i,
|
|
1328
1331
|
...r
|
|
@@ -1332,18 +1335,18 @@ const F = {
|
|
|
1332
1335
|
]
|
|
1333
1336
|
}
|
|
1334
1337
|
);
|
|
1335
|
-
},
|
|
1336
|
-
children:
|
|
1338
|
+
}, Q1 = y(p1), m1 = ({
|
|
1339
|
+
children: c,
|
|
1337
1340
|
className: e = "",
|
|
1338
1341
|
error: t = !1,
|
|
1339
1342
|
errorMessage: a = "",
|
|
1340
1343
|
id: n = "",
|
|
1341
|
-
label:
|
|
1344
|
+
label: s = "",
|
|
1342
1345
|
name: r = "",
|
|
1343
|
-
options:
|
|
1346
|
+
options: l = [],
|
|
1344
1347
|
placeholder: i = "",
|
|
1345
|
-
props:
|
|
1346
|
-
selectClass:
|
|
1348
|
+
props: d = {},
|
|
1349
|
+
selectClass: h = "",
|
|
1347
1350
|
styles: u = null,
|
|
1348
1351
|
variation: V = "primary",
|
|
1349
1352
|
value: M
|
|
@@ -1352,26 +1355,26 @@ const F = {
|
|
|
1352
1355
|
return /* @__PURE__ */ g(
|
|
1353
1356
|
"label",
|
|
1354
1357
|
{
|
|
1355
|
-
className:
|
|
1358
|
+
className: p("relative select", e, V),
|
|
1356
1359
|
style: u ? { ...u } : null,
|
|
1357
1360
|
children: [
|
|
1358
|
-
|
|
1361
|
+
s,
|
|
1359
1362
|
/* @__PURE__ */ g(
|
|
1360
1363
|
"select",
|
|
1361
1364
|
{
|
|
1362
|
-
className:
|
|
1365
|
+
className: p(
|
|
1363
1366
|
"form-select relative bg-white pl-3 pr-10 text-left cursor-default",
|
|
1364
1367
|
t ? "!border-red-500 !bg-red-500/10 !text-red-700 focus:!ring-red-500 focus:!border-red-500" : "",
|
|
1365
|
-
|
|
1368
|
+
h
|
|
1366
1369
|
),
|
|
1367
1370
|
id: n,
|
|
1368
1371
|
name: r,
|
|
1369
1372
|
value: M,
|
|
1370
1373
|
...A,
|
|
1371
|
-
...
|
|
1374
|
+
...d,
|
|
1372
1375
|
children: [
|
|
1373
1376
|
i && /* @__PURE__ */ o("option", { hidden: !0, value: "", children: i }),
|
|
1374
|
-
|
|
1377
|
+
l.map((C, m) => /* @__PURE__ */ o(
|
|
1375
1378
|
"option",
|
|
1376
1379
|
{
|
|
1377
1380
|
value: (C == null ? void 0 : C.id) || (C == null ? void 0 : C.value) || C,
|
|
@@ -1386,25 +1389,25 @@ const F = {
|
|
|
1386
1389
|
]
|
|
1387
1390
|
}
|
|
1388
1391
|
);
|
|
1389
|
-
},
|
|
1392
|
+
}, G1 = y(m1), V1 = ({ className: c = "" }) => /* @__PURE__ */ g(
|
|
1390
1393
|
"div",
|
|
1391
1394
|
{
|
|
1392
|
-
className:
|
|
1395
|
+
className: p(
|
|
1393
1396
|
"flex justify-center items-center bg-gray-200 rounded-lg animate-pulse",
|
|
1394
|
-
|
|
1397
|
+
c
|
|
1395
1398
|
),
|
|
1396
1399
|
children: [
|
|
1397
1400
|
/* @__PURE__ */ o(b, { size: "xLarge", name: "map", className: "mx-auto" }),
|
|
1398
1401
|
/* @__PURE__ */ o("span", { className: "sr-only", children: "Loading..." })
|
|
1399
1402
|
]
|
|
1400
1403
|
}
|
|
1401
|
-
),
|
|
1402
|
-
placeholderClass:
|
|
1404
|
+
), J1 = y(V1), H1 = ({
|
|
1405
|
+
placeholderClass: c = "",
|
|
1403
1406
|
children: e,
|
|
1404
1407
|
className: t = "",
|
|
1405
1408
|
id: a = 1,
|
|
1406
1409
|
padding: n = !0
|
|
1407
|
-
}) => /* @__PURE__ */ g("div", { className:
|
|
1410
|
+
}) => /* @__PURE__ */ g("div", { className: p("slider", t), id: `slider-${a}`, children: [
|
|
1408
1411
|
/* @__PURE__ */ o(
|
|
1409
1412
|
"button",
|
|
1410
1413
|
{
|
|
@@ -1415,10 +1418,10 @@ const F = {
|
|
|
1415
1418
|
children: /* @__PURE__ */ o(b, { name: "chevronLeft" })
|
|
1416
1419
|
}
|
|
1417
1420
|
),
|
|
1418
|
-
/* @__PURE__ */ o("div", { id: `slider-container-${a}`, className: "slider-container", children: Array.from({ length: 4 }, (
|
|
1421
|
+
/* @__PURE__ */ o("div", { id: `slider-container-${a}`, className: "slider-container", children: Array.from({ length: 4 }, (s, r) => /* @__PURE__ */ o(
|
|
1419
1422
|
"div",
|
|
1420
1423
|
{
|
|
1421
|
-
className: `slider-card bg-gray-200 animate-pulse ${
|
|
1424
|
+
className: `slider-card bg-gray-200 animate-pulse ${c}`,
|
|
1422
1425
|
children: /* @__PURE__ */ o("div", { className: `slider-card-action ${n ? "p-4" : ""}`, children: e })
|
|
1423
1426
|
},
|
|
1424
1427
|
r
|
|
@@ -1433,8 +1436,8 @@ const F = {
|
|
|
1433
1436
|
children: /* @__PURE__ */ o(b, { name: "chevronRight" })
|
|
1434
1437
|
}
|
|
1435
1438
|
)
|
|
1436
|
-
] }),
|
|
1437
|
-
className:
|
|
1439
|
+
] }), K1 = y(H1), C1 = ({
|
|
1440
|
+
className: c = "",
|
|
1438
1441
|
value: e
|
|
1439
1442
|
}) => {
|
|
1440
1443
|
const t = {
|
|
@@ -1443,38 +1446,38 @@ const F = {
|
|
|
1443
1446
|
return /* @__PURE__ */ o(
|
|
1444
1447
|
"div",
|
|
1445
1448
|
{
|
|
1446
|
-
className:
|
|
1449
|
+
className: p(
|
|
1447
1450
|
'Stars inline-block leading-none font-sans text-base before:content-["★★★★★"]',
|
|
1448
|
-
|
|
1451
|
+
c
|
|
1449
1452
|
),
|
|
1450
1453
|
style: t
|
|
1451
1454
|
}
|
|
1452
1455
|
);
|
|
1453
|
-
},
|
|
1454
|
-
className:
|
|
1456
|
+
}, Y1 = C1, L1 = ({
|
|
1457
|
+
className: c = "",
|
|
1455
1458
|
clear: e = !1,
|
|
1456
1459
|
error: t = !1,
|
|
1457
1460
|
errorMessage: a = "",
|
|
1458
1461
|
id: n = "",
|
|
1459
|
-
inputClass:
|
|
1462
|
+
inputClass: s = "",
|
|
1460
1463
|
name: r = "",
|
|
1461
|
-
placeholder:
|
|
1464
|
+
placeholder: l = "",
|
|
1462
1465
|
props: i = {},
|
|
1463
|
-
rows:
|
|
1464
|
-
variation:
|
|
1465
|
-
}) => /* @__PURE__ */ g("div", { className:
|
|
1466
|
+
rows: d = 4,
|
|
1467
|
+
variation: h = "primary"
|
|
1468
|
+
}) => /* @__PURE__ */ g("div", { className: p("relative textarea", h, c), children: [
|
|
1466
1469
|
/* @__PURE__ */ o(
|
|
1467
1470
|
"textarea",
|
|
1468
1471
|
{
|
|
1469
|
-
placeholder:
|
|
1472
|
+
placeholder: l,
|
|
1470
1473
|
id: n,
|
|
1471
1474
|
name: r,
|
|
1472
|
-
rows:
|
|
1473
|
-
className:
|
|
1475
|
+
rows: d,
|
|
1476
|
+
className: p(
|
|
1474
1477
|
"form-textarea min-h-[40px] pl-4",
|
|
1475
1478
|
e ? "pr-10" : "pr-4",
|
|
1476
1479
|
t ? "!border-red-500 !bg-red-500/10 placeholder:!text-red-700 focus:!ring-red-500 focus:!border-red-500" : "",
|
|
1477
|
-
|
|
1480
|
+
s
|
|
1478
1481
|
),
|
|
1479
1482
|
...i
|
|
1480
1483
|
}
|
|
@@ -1495,26 +1498,26 @@ const F = {
|
|
|
1495
1498
|
}
|
|
1496
1499
|
),
|
|
1497
1500
|
a && /* @__PURE__ */ o("span", { className: "relative flex mt-0.5 text-red-700 text-xs text-left", children: a })
|
|
1498
|
-
] }),
|
|
1499
|
-
className:
|
|
1501
|
+
] }), f1 = y(L1), M1 = ({
|
|
1502
|
+
className: c = "",
|
|
1500
1503
|
clear: e = !1,
|
|
1501
1504
|
error: t = !1,
|
|
1502
1505
|
errorMessage: a = "",
|
|
1503
1506
|
iconLeft: n = "",
|
|
1504
|
-
id:
|
|
1507
|
+
id: s = "",
|
|
1505
1508
|
inputClass: r = "",
|
|
1506
|
-
name:
|
|
1509
|
+
name: l = "",
|
|
1507
1510
|
placeholder: i = "",
|
|
1508
|
-
props:
|
|
1509
|
-
styles:
|
|
1511
|
+
props: d = {},
|
|
1512
|
+
styles: h = null,
|
|
1510
1513
|
type: u = "text",
|
|
1511
1514
|
value: V,
|
|
1512
1515
|
variation: M = "primary"
|
|
1513
1516
|
}) => /* @__PURE__ */ g(
|
|
1514
1517
|
"div",
|
|
1515
1518
|
{
|
|
1516
|
-
className:
|
|
1517
|
-
style:
|
|
1519
|
+
className: p("relative textbox", M, c),
|
|
1520
|
+
style: h ? { ...h } : null,
|
|
1518
1521
|
children: [
|
|
1519
1522
|
n && /* @__PURE__ */ o("div", { className: "pointer-events-none absolute inset-y-0 left-0 flex items-center px-2", children: /* @__PURE__ */ o(
|
|
1520
1523
|
b,
|
|
@@ -1529,28 +1532,28 @@ const F = {
|
|
|
1529
1532
|
"input",
|
|
1530
1533
|
{
|
|
1531
1534
|
placeholder: i,
|
|
1532
|
-
id:
|
|
1533
|
-
name:
|
|
1535
|
+
id: s,
|
|
1536
|
+
name: l,
|
|
1534
1537
|
type: u,
|
|
1535
1538
|
value: V,
|
|
1536
1539
|
autoComplete: "off",
|
|
1537
|
-
className:
|
|
1540
|
+
className: p(
|
|
1538
1541
|
"form-input",
|
|
1539
1542
|
e ? "pr-10" : "pr-4",
|
|
1540
1543
|
n ? "pl-8" : "pl-4",
|
|
1541
1544
|
{
|
|
1542
1545
|
"!border-red-500 !bg-red-500/10 placeholder:!text-red-700 focus:!ring-red-500 focus:!border-red-500": t
|
|
1543
1546
|
},
|
|
1544
|
-
|
|
1547
|
+
d.inputClass ?? "",
|
|
1545
1548
|
r
|
|
1546
1549
|
),
|
|
1547
|
-
...
|
|
1550
|
+
...d
|
|
1548
1551
|
}
|
|
1549
1552
|
),
|
|
1550
1553
|
e && /* @__PURE__ */ o(
|
|
1551
1554
|
"div",
|
|
1552
1555
|
{
|
|
1553
|
-
id: `${
|
|
1556
|
+
id: `${s}-clear`,
|
|
1554
1557
|
className: "textbox-clear absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-none hidden",
|
|
1555
1558
|
children: /* @__PURE__ */ o(
|
|
1556
1559
|
b,
|
|
@@ -1565,21 +1568,244 @@ const F = {
|
|
|
1565
1568
|
a && /* @__PURE__ */ o("span", { className: "relative flex mt-0.5 text-red-700 text-xs text-left", children: a })
|
|
1566
1569
|
]
|
|
1567
1570
|
}
|
|
1568
|
-
),
|
|
1571
|
+
), D = y(M1), g1 = ({
|
|
1572
|
+
btnClass: c,
|
|
1573
|
+
className: e = "",
|
|
1574
|
+
containerClass: t,
|
|
1575
|
+
customSuccessMsg: a = "",
|
|
1576
|
+
title: n = "Send A Message",
|
|
1577
|
+
titleClass: s,
|
|
1578
|
+
uppercase: r = !0
|
|
1579
|
+
}) => {
|
|
1580
|
+
const l = a || /* @__PURE__ */ g(S, { children: [
|
|
1581
|
+
"Typical email response time is 2-3 hours. If you require immediate assistance you may use our",
|
|
1582
|
+
" ",
|
|
1583
|
+
/* @__PURE__ */ o(
|
|
1584
|
+
B,
|
|
1585
|
+
{
|
|
1586
|
+
className: p(
|
|
1587
|
+
"text-black-900 items-center gap-2 live-chat uppercase !inline-flex"
|
|
1588
|
+
),
|
|
1589
|
+
variation: "link",
|
|
1590
|
+
props: {
|
|
1591
|
+
title: "Live Chat"
|
|
1592
|
+
},
|
|
1593
|
+
children: "Live Chat"
|
|
1594
|
+
}
|
|
1595
|
+
)
|
|
1596
|
+
] });
|
|
1597
|
+
return /* @__PURE__ */ g(
|
|
1598
|
+
"form",
|
|
1599
|
+
{
|
|
1600
|
+
id: "contactForm",
|
|
1601
|
+
className: p("contact-form", t, {
|
|
1602
|
+
uppercase: r
|
|
1603
|
+
}),
|
|
1604
|
+
children: [
|
|
1605
|
+
/* @__PURE__ */ o("h2", { id: "contact-title", className: p("mb-4", s), children: n }),
|
|
1606
|
+
/* @__PURE__ */ o("p", { className: "contact-form__msg", children: l }),
|
|
1607
|
+
/* @__PURE__ */ g(
|
|
1608
|
+
"div",
|
|
1609
|
+
{
|
|
1610
|
+
className: p(
|
|
1611
|
+
"p-6 bg-gray-100 flex flex-col gap-y-3 max-w-[458px]",
|
|
1612
|
+
e
|
|
1613
|
+
),
|
|
1614
|
+
children: [
|
|
1615
|
+
/* @__PURE__ */ o(
|
|
1616
|
+
D,
|
|
1617
|
+
{
|
|
1618
|
+
id: "contact-name",
|
|
1619
|
+
name: "contact-name",
|
|
1620
|
+
placeholder: "Name",
|
|
1621
|
+
inputClass: p({
|
|
1622
|
+
"placeholder:uppercase": r
|
|
1623
|
+
})
|
|
1624
|
+
}
|
|
1625
|
+
),
|
|
1626
|
+
/* @__PURE__ */ o(
|
|
1627
|
+
D,
|
|
1628
|
+
{
|
|
1629
|
+
id: "contact-email",
|
|
1630
|
+
name: "contact-email",
|
|
1631
|
+
placeholder: "Email",
|
|
1632
|
+
inputClass: p({
|
|
1633
|
+
"placeholder:uppercase": r
|
|
1634
|
+
})
|
|
1635
|
+
}
|
|
1636
|
+
),
|
|
1637
|
+
/* @__PURE__ */ o(
|
|
1638
|
+
f1,
|
|
1639
|
+
{
|
|
1640
|
+
id: "contact-message",
|
|
1641
|
+
name: "contact-message",
|
|
1642
|
+
placeholder: "Message",
|
|
1643
|
+
inputClass: p({
|
|
1644
|
+
"placeholder:uppercase": r
|
|
1645
|
+
})
|
|
1646
|
+
}
|
|
1647
|
+
),
|
|
1648
|
+
/* @__PURE__ */ o(
|
|
1649
|
+
B,
|
|
1650
|
+
{
|
|
1651
|
+
className: p(
|
|
1652
|
+
"flex mx-auto items-center",
|
|
1653
|
+
{
|
|
1654
|
+
uppercase: r
|
|
1655
|
+
},
|
|
1656
|
+
c
|
|
1657
|
+
),
|
|
1658
|
+
props: { title: "Submit" },
|
|
1659
|
+
type: "submit",
|
|
1660
|
+
children: "Submit"
|
|
1661
|
+
}
|
|
1662
|
+
)
|
|
1663
|
+
]
|
|
1664
|
+
}
|
|
1665
|
+
)
|
|
1666
|
+
]
|
|
1667
|
+
}
|
|
1668
|
+
);
|
|
1669
|
+
}, X1 = y(g1), v1 = ({ children: c, className: e = "", tag: t = "h1", title: a }) => /* @__PURE__ */ o(
|
|
1569
1670
|
t,
|
|
1570
1671
|
{
|
|
1571
|
-
className:
|
|
1672
|
+
className: p(
|
|
1572
1673
|
"!text-xl text-center mb-6 flex items-center justify-center",
|
|
1573
1674
|
e
|
|
1574
1675
|
),
|
|
1575
|
-
children: a ||
|
|
1676
|
+
children: a || c
|
|
1677
|
+
}
|
|
1678
|
+
), _1 = y(v1);
|
|
1679
|
+
function A1(c, e = []) {
|
|
1680
|
+
return new Proxy(c, {
|
|
1681
|
+
get: function(t, a) {
|
|
1682
|
+
return t[a];
|
|
1683
|
+
},
|
|
1684
|
+
set(t, a, n) {
|
|
1685
|
+
const s = { ...t };
|
|
1686
|
+
return t[a] = n, e.length > 0 && e.forEach((r) => r(t, s, a)), t;
|
|
1687
|
+
}
|
|
1688
|
+
});
|
|
1689
|
+
}
|
|
1690
|
+
function T(c, e = []) {
|
|
1691
|
+
e.length && (c == null || c.classList.add(...e));
|
|
1692
|
+
}
|
|
1693
|
+
function y1(c, e = []) {
|
|
1694
|
+
e.length && (c == null || c.classList.remove(...e));
|
|
1695
|
+
}
|
|
1696
|
+
function b1({ cb: c, form: e, formData: t, validations: a, reactive: n = !1 }) {
|
|
1697
|
+
let s = !0;
|
|
1698
|
+
for (const [r, l] of t.entries()) {
|
|
1699
|
+
const i = e.querySelector(`[name="${r}"]`), d = a[r], h = [];
|
|
1700
|
+
d.forEach((u) => {
|
|
1701
|
+
u.isValid(l) || h.push(u.message);
|
|
1702
|
+
}), h.length ? (s = !1, i.classList.add("field-error"), c && c({ isValid: s, field: i, validations: a })) : (i.classList.remove("field-error"), c && c({ isValid: !0, field: i, validations: a })), n && (i == null || i.addEventListener("input", (u) => {
|
|
1703
|
+
u.preventDefault(), i.classList.contains("field-error") && i.classList.remove("field-error");
|
|
1704
|
+
}));
|
|
1705
|
+
}
|
|
1706
|
+
return s;
|
|
1707
|
+
}
|
|
1708
|
+
function x1(c) {
|
|
1709
|
+
const e = (
|
|
1710
|
+
// eslint-disable-next-line
|
|
1711
|
+
/(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])/
|
|
1712
|
+
), t = /[^a-zA-Z]+$/;
|
|
1713
|
+
return e.test(c.toLowerCase()) && !t.test(c);
|
|
1714
|
+
}
|
|
1715
|
+
class e2 {
|
|
1716
|
+
init(e) {
|
|
1717
|
+
this.handleSliders(e);
|
|
1718
|
+
}
|
|
1719
|
+
handleSliders({ items: e, id: t = 1, cb: a }) {
|
|
1720
|
+
if (!document.getElementById(`slider-container-${t}`))
|
|
1721
|
+
return;
|
|
1722
|
+
const n = A1(
|
|
1723
|
+
{
|
|
1724
|
+
activeIndex: 0,
|
|
1725
|
+
computedSlides: [],
|
|
1726
|
+
container: null,
|
|
1727
|
+
disableBtns: !0,
|
|
1728
|
+
endingIndex: 3,
|
|
1729
|
+
entriesIntersected: [],
|
|
1730
|
+
lazyIndex: 3,
|
|
1731
|
+
nextBtn: null,
|
|
1732
|
+
observer: null,
|
|
1733
|
+
prevBtn: null,
|
|
1734
|
+
scrollToEnd: !1,
|
|
1735
|
+
scrollToStart: !1,
|
|
1736
|
+
showNextBtn: !1,
|
|
1737
|
+
showPrevBtn: !1,
|
|
1738
|
+
slides: [],
|
|
1739
|
+
transition: 0
|
|
1740
|
+
},
|
|
1741
|
+
[this.showHideBtns]
|
|
1742
|
+
);
|
|
1743
|
+
this.sliderElements({ state: n, items: e, id: t, cb: a }), n.container && (this.initObserver(n), this.btnListeners(n));
|
|
1744
|
+
}
|
|
1745
|
+
initObserver(e) {
|
|
1746
|
+
var t, a;
|
|
1747
|
+
e.observer || (e.observer = new IntersectionObserver(
|
|
1748
|
+
(n, s) => {
|
|
1749
|
+
this.handleIntersect(n, s, e);
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
root: (t = e.container) == null ? void 0 : t.offsetParent
|
|
1753
|
+
}
|
|
1754
|
+
)), e.slides = [...(a = e.container) == null ? void 0 : a.children], e.slides.forEach((n) => e.observer.observe(n));
|
|
1576
1755
|
}
|
|
1577
|
-
|
|
1578
|
-
|
|
1756
|
+
handleIntersect(e, t, a) {
|
|
1757
|
+
const n = e.filter((i) => i.isIntersecting), s = n.length === a.slides.length, r = n.every(
|
|
1758
|
+
(i) => i.isIntersecting === !0
|
|
1759
|
+
);
|
|
1760
|
+
s && r ? t.disconnect() : (a.disableBtns = !1, e.forEach((i) => {
|
|
1761
|
+
const d = [...a.slides].indexOf(i.target);
|
|
1762
|
+
i.target === a.slides[0] && (a.showPrevBtn = i.isIntersecting), i.target === a.slides[a.slides.length - 1] && (a.showNextBtn = i.isIntersecting), i.target === a.slides[2] && (a.scrollToStart = i.isIntersecting), i.target === a.slides[a.slides.length - 2] && (a.scrollToEnd = i.isIntersecting), i.isIntersecting && !a.entriesIntersected.includes(d) && (a.entriesIntersected.push(d), a.activeIndex = d, l(i));
|
|
1763
|
+
}));
|
|
1764
|
+
function l(i) {
|
|
1765
|
+
var d;
|
|
1766
|
+
i.target !== a.slides[a.slides.length - 1] && i.target !== a.slides[0] && i.target !== a.slides[2] && i.target !== a.slides[a.slides.length - 2] && ((d = a.observer) == null || d.unobserve(i.target));
|
|
1767
|
+
}
|
|
1768
|
+
}
|
|
1769
|
+
btnListeners(e) {
|
|
1770
|
+
var t, a;
|
|
1771
|
+
(t = e.prevBtn) == null || t.addEventListener("click", () => {
|
|
1772
|
+
this.scrollPrev(e);
|
|
1773
|
+
}), (a = e.nextBtn) == null || a.addEventListener("click", () => {
|
|
1774
|
+
this.scrollNext(e);
|
|
1775
|
+
});
|
|
1776
|
+
}
|
|
1777
|
+
scrollPrev(e) {
|
|
1778
|
+
e.scrollToStart ? e.transition = 0 : e.transition -= e.slides[1].offsetWidth + 12, e.container.style.transform = `translate3d(${-e.transition}px, 0, 0)`;
|
|
1779
|
+
}
|
|
1780
|
+
scrollNext(e) {
|
|
1781
|
+
const { offsetWidth: t, offsetParent: a } = e.container, n = t - a.offsetWidth;
|
|
1782
|
+
e.scrollToEnd ? e.transition = n : e.transition += e.slides[1].offsetWidth + 12, e.container.style.transform = `translate3d(${-e.transition}px, 0, 0)`;
|
|
1783
|
+
}
|
|
1784
|
+
sliderElements({ state: e, items: t, id: a, cb: n }) {
|
|
1785
|
+
const s = '<span class="slide-first"></span>', r = '<span class="slide-last"></span>';
|
|
1786
|
+
if (e.container = document.getElementById(`slider-container-${a}`), !e.container)
|
|
1787
|
+
return console.error(`slider-container-${a} Not Found`);
|
|
1788
|
+
e.prevBtn = e.container.parentElement.querySelector(
|
|
1789
|
+
`#btn-left-${a}`
|
|
1790
|
+
), e.nextBtn = e.container.parentElement.querySelector(
|
|
1791
|
+
`#btn-right-${a}`
|
|
1792
|
+
);
|
|
1793
|
+
const l = t.map((d) => n(d)).join(""), i = document.createElement("div");
|
|
1794
|
+
i.innerHTML = `${s}${l}${r}`, e.container.replaceChildren(...i.children), e.container.parentElement.classList.add("loaded");
|
|
1795
|
+
}
|
|
1796
|
+
showHideBtns(e, t, a) {
|
|
1797
|
+
if (a === "showPrevBtn" || a === "showNextBtn") {
|
|
1798
|
+
if (e[a] === t[a])
|
|
1799
|
+
return;
|
|
1800
|
+
e[a] ? a === "showPrevBtn" ? e.prevBtn.style.display = "none" : e.nextBtn.style.display = "none" : a === "showPrevBtn" ? e.prevBtn.style.display = "block" : e.nextBtn.style.display = "block";
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
}
|
|
1804
|
+
let t2 = class f {
|
|
1579
1805
|
static calcCrow(e, t, a, n) {
|
|
1580
|
-
const r = f.toRad(a - e),
|
|
1806
|
+
const r = f.toRad(a - e), l = f.toRad(n - t);
|
|
1581
1807
|
e = f.toRad(e), a = f.toRad(a);
|
|
1582
|
-
const i = Math.sin(r / 2) * Math.sin(r / 2) + Math.sin(
|
|
1808
|
+
const i = Math.sin(r / 2) * Math.sin(r / 2) + Math.sin(l / 2) * Math.sin(l / 2) * Math.cos(e) * Math.cos(a);
|
|
1583
1809
|
return 6371 * (2 * Math.atan2(Math.sqrt(i), Math.sqrt(1 - i)));
|
|
1584
1810
|
}
|
|
1585
1811
|
static cleanupAddress(e) {
|
|
@@ -1608,21 +1834,21 @@ class f {
|
|
|
1608
1834
|
static async createData(e, t = null, a = !0) {
|
|
1609
1835
|
if (window.options.isBot || !t)
|
|
1610
1836
|
return null;
|
|
1611
|
-
const { tolken: n = null, ip:
|
|
1837
|
+
const { tolken: n = null, ip: s = null } = await f.getHeaders(), r = a === !1 ? "" : "&tolken=" + n + "&ip=" + s, l = e + r, i = typeof t == "string" ? t : JSON.stringify(t);
|
|
1612
1838
|
try {
|
|
1613
|
-
const
|
|
1839
|
+
const d = await fetch(l, {
|
|
1614
1840
|
method: "POST",
|
|
1615
1841
|
body: i === "null" ? null : i,
|
|
1616
1842
|
headers: {
|
|
1617
1843
|
website: f.getWebsiteHeaderName()
|
|
1618
1844
|
}
|
|
1619
|
-
}),
|
|
1620
|
-
if (
|
|
1621
|
-
return
|
|
1622
|
-
const u = await
|
|
1845
|
+
}), h = d.headers.get("content-type");
|
|
1846
|
+
if (h && h.indexOf("application/json") !== -1)
|
|
1847
|
+
return d.json();
|
|
1848
|
+
const u = await d.text();
|
|
1623
1849
|
return u ? u.replace("__next", "") : null;
|
|
1624
|
-
} catch (
|
|
1625
|
-
console.error("createData",
|
|
1850
|
+
} catch (d) {
|
|
1851
|
+
console.error("createData", d);
|
|
1626
1852
|
}
|
|
1627
1853
|
return null;
|
|
1628
1854
|
}
|
|
@@ -1682,15 +1908,15 @@ class f {
|
|
|
1682
1908
|
static async fetchData(e, t = !1, a = !0) {
|
|
1683
1909
|
if (options.isBot)
|
|
1684
1910
|
return null;
|
|
1685
|
-
const { tolken: n = null, ip:
|
|
1911
|
+
const { tolken: n = null, ip: s = null } = await f.getHeaders(), l = e.replace("#", "").replace("%23", "") + "&tolken=" + n + "&ip=" + s;
|
|
1686
1912
|
try {
|
|
1687
|
-
const i = await fetch(
|
|
1913
|
+
const i = await fetch(l, { method: "GET" });
|
|
1688
1914
|
if (t === !0) {
|
|
1689
|
-
const
|
|
1690
|
-
return
|
|
1915
|
+
const h = await i.text();
|
|
1916
|
+
return h ? h.replace("__next", "") : null;
|
|
1691
1917
|
}
|
|
1692
|
-
const
|
|
1693
|
-
return
|
|
1918
|
+
const d = i.headers.get("content-type");
|
|
1919
|
+
return d && d.indexOf("application/json") !== -1 ? i.json() : null;
|
|
1694
1920
|
} catch (i) {
|
|
1695
1921
|
console.error("fetchData", i, e);
|
|
1696
1922
|
}
|
|
@@ -1720,11 +1946,11 @@ class f {
|
|
|
1720
1946
|
swLng: 0
|
|
1721
1947
|
};
|
|
1722
1948
|
const n = e.getBounds();
|
|
1723
|
-
let
|
|
1724
|
-
return a && (
|
|
1725
|
-
swLat:
|
|
1949
|
+
let s = n.getSouth(), r = n.getEast(), l = n.getNorth(), i = n.getWest();
|
|
1950
|
+
return a && (s = s - a, r = r + a, l = l + a, i = i - a), t && (s = s.toFixed(t), r = r.toFixed(t), l = l.toFixed(t), i = i.toFixed(t)), {
|
|
1951
|
+
swLat: s,
|
|
1726
1952
|
neLng: r,
|
|
1727
|
-
neLat:
|
|
1953
|
+
neLat: l,
|
|
1728
1954
|
swLng: i
|
|
1729
1955
|
};
|
|
1730
1956
|
}
|
|
@@ -1758,28 +1984,28 @@ class f {
|
|
|
1758
1984
|
userAgent: t = null,
|
|
1759
1985
|
userAgentData: a = null,
|
|
1760
1986
|
platform: n = null
|
|
1761
|
-
} = navigator || {},
|
|
1987
|
+
} = navigator || {}, s = (a == null ? void 0 : a.platform) ?? n, r = {
|
|
1762
1988
|
tolken: null,
|
|
1763
1989
|
ip: null,
|
|
1764
1990
|
userAgent: t,
|
|
1765
|
-
platform:
|
|
1991
|
+
platform: s
|
|
1766
1992
|
};
|
|
1767
1993
|
if (options && options.isBot || typeof window.localStorage > "u")
|
|
1768
1994
|
return r;
|
|
1769
|
-
const
|
|
1770
|
-
if (
|
|
1771
|
-
const
|
|
1772
|
-
return
|
|
1773
|
-
tolken:
|
|
1774
|
-
ip:
|
|
1995
|
+
const l = localStorage.getItem("headerTolken");
|
|
1996
|
+
if (l) {
|
|
1997
|
+
const d = JSON.parse(l), h = (/* @__PURE__ */ new Date()).getTime();
|
|
1998
|
+
return d.expire - h < 0 && localStorage.removeItem("headerTolken"), {
|
|
1999
|
+
tolken: d.tolken,
|
|
2000
|
+
ip: d.ip,
|
|
1775
2001
|
userAgent: t,
|
|
1776
|
-
platform:
|
|
2002
|
+
platform: s
|
|
1777
2003
|
};
|
|
1778
2004
|
}
|
|
1779
2005
|
if ((i = window == null ? void 0 : window.options) != null && i.isPdf)
|
|
1780
2006
|
return r;
|
|
1781
2007
|
try {
|
|
1782
|
-
const
|
|
2008
|
+
const h = await (await fetch("/api/headers")).json(), u = (h == null ? void 0 : h.token) ?? null, V = (h == null ? void 0 : h.ip) ?? null;
|
|
1783
2009
|
return localStorage.setItem(
|
|
1784
2010
|
"headerTolken",
|
|
1785
2011
|
JSON.stringify({
|
|
@@ -1787,9 +2013,9 @@ class f {
|
|
|
1787
2013
|
ip: V,
|
|
1788
2014
|
expire: (/* @__PURE__ */ new Date()).getTime() + e * 1e3
|
|
1789
2015
|
})
|
|
1790
|
-
), { tolken: u, ip: V, userAgent: t, platform:
|
|
1791
|
-
} catch (
|
|
1792
|
-
console.error("getHeaders",
|
|
2016
|
+
), { tolken: u, ip: V, userAgent: t, platform: s };
|
|
2017
|
+
} catch (d) {
|
|
2018
|
+
console.error("getHeaders", d);
|
|
1793
2019
|
}
|
|
1794
2020
|
return r;
|
|
1795
2021
|
}
|
|
@@ -1800,15 +2026,15 @@ class f {
|
|
|
1800
2026
|
}[e];
|
|
1801
2027
|
}
|
|
1802
2028
|
static async getLocationData(e) {
|
|
1803
|
-
const { swLat: t, neLng: a, neLat: n, swLng:
|
|
2029
|
+
const { swLat: t, neLng: a, neLat: n, swLng: s } = f.getBounds(e, 3, 0.05), r = "zip-location&swLat=" + t + "&neLng=" + a + "&neLat=" + n + "&swLng=" + s;
|
|
1804
2030
|
return await f.fetchData("/api/client?query=" + r);
|
|
1805
2031
|
}
|
|
1806
2032
|
static getReportUrl(e, t = null) {
|
|
1807
|
-
var i,
|
|
1808
|
-
const a = ((i = e == null ? void 0 : e.state) == null ? void 0 : i.slug) ?? null, n = ((
|
|
2033
|
+
var i, d, h;
|
|
2034
|
+
const a = ((i = e == null ? void 0 : e.state) == null ? void 0 : i.slug) ?? null, n = ((d = e == null ? void 0 : e.city) == null ? void 0 : d.slug) ?? null, s = ((h = e == null ? void 0 : e.name) == null ? void 0 : h.slug) ?? null, r = (e == null ? void 0 : e.zip) ?? null;
|
|
1809
2035
|
t = t || ((e == null ? void 0 : e.id) ?? null);
|
|
1810
|
-
const
|
|
1811
|
-
return "/" + [a, n,
|
|
2036
|
+
const l = [r, "-piq", t].filter((u) => u).join("");
|
|
2037
|
+
return "/" + [a, n, s].filter((u) => u).map((u) => f.toSlug(u)).join("/") + "/" + l;
|
|
1812
2038
|
}
|
|
1813
2039
|
static async getSearchValue(e = "recsSearchValue") {
|
|
1814
2040
|
try {
|
|
@@ -1918,15 +2144,15 @@ class f {
|
|
|
1918
2144
|
];
|
|
1919
2145
|
}
|
|
1920
2146
|
static getTrackingData(e) {
|
|
1921
|
-
const [t, ...a] = e.split("|"), n = a.join("|").trim(),
|
|
2147
|
+
const [t, ...a] = e.split("|"), n = a.join("|").trim(), s = [
|
|
1922
2148
|
"[pageType::" + t.trim() + "]",
|
|
1923
2149
|
"[name::" + n + "]"
|
|
1924
2150
|
].join(" ");
|
|
1925
2151
|
return {
|
|
1926
|
-
value:
|
|
2152
|
+
value: s,
|
|
1927
2153
|
dataLayer: {
|
|
1928
2154
|
event: "clickTrack",
|
|
1929
|
-
value:
|
|
2155
|
+
value: s
|
|
1930
2156
|
}
|
|
1931
2157
|
};
|
|
1932
2158
|
}
|
|
@@ -1965,36 +2191,36 @@ class f {
|
|
|
1965
2191
|
return a && a.includes(t) ? t : e;
|
|
1966
2192
|
}
|
|
1967
2193
|
static getGridBounds({ map: e, tileSize: t, coords: a }) {
|
|
1968
|
-
const n = a.scaleBy(t),
|
|
2194
|
+
const n = a.scaleBy(t), s = n.add(t);
|
|
1969
2195
|
return {
|
|
1970
2196
|
nw: e.unproject(n, a.z),
|
|
1971
|
-
se: e.unproject(
|
|
2197
|
+
se: e.unproject(s, a.z)
|
|
1972
2198
|
};
|
|
1973
2199
|
}
|
|
1974
2200
|
static gridTest(e, t, a = 1500) {
|
|
1975
2201
|
const n = this;
|
|
1976
2202
|
L.GridLayer.GridDebug = L.GridLayer.extend({
|
|
1977
|
-
createTile: function(
|
|
1978
|
-
const
|
|
2203
|
+
createTile: function(s, r) {
|
|
2204
|
+
const l = document.createElement("div");
|
|
1979
2205
|
return setTimeout(() => {
|
|
1980
|
-
r(null,
|
|
1981
|
-
const { se: i, nw:
|
|
2206
|
+
r(null, l);
|
|
2207
|
+
const { se: i, nw: d } = n.getGridBounds({
|
|
1982
2208
|
map: e,
|
|
1983
2209
|
tileSize: this.getTileSize(),
|
|
1984
|
-
coords:
|
|
2210
|
+
coords: s
|
|
1985
2211
|
});
|
|
1986
2212
|
t({
|
|
1987
2213
|
swLat: i.lat,
|
|
1988
2214
|
neLng: i.lng,
|
|
1989
|
-
neLat:
|
|
1990
|
-
swLng:
|
|
1991
|
-
coords:
|
|
1992
|
-
key:
|
|
2215
|
+
neLat: d.lat,
|
|
2216
|
+
swLng: d.lng,
|
|
2217
|
+
coords: s,
|
|
2218
|
+
key: s.z + "-" + s.x + "-" + s.y
|
|
1993
2219
|
});
|
|
1994
|
-
}, a),
|
|
2220
|
+
}, a), l;
|
|
1995
2221
|
}
|
|
1996
|
-
}), L.gridLayer.gridDebug = function(
|
|
1997
|
-
return new L.GridLayer.GridDebug(
|
|
2222
|
+
}), L.gridLayer.gridDebug = function(s) {
|
|
2223
|
+
return new L.GridLayer.GridDebug(s);
|
|
1998
2224
|
}, e.addLayer(L.gridLayer.gridDebug());
|
|
1999
2225
|
}
|
|
2000
2226
|
/**
|
|
@@ -2012,30 +2238,37 @@ class f {
|
|
|
2012
2238
|
id: t = "",
|
|
2013
2239
|
onOpen: a = null,
|
|
2014
2240
|
onClose: n = null,
|
|
2015
|
-
disableOutsideClick:
|
|
2241
|
+
disableOutsideClick: s = !1
|
|
2016
2242
|
}) {
|
|
2017
|
-
const r = e ? document.querySelectorAll(e) : [],
|
|
2018
|
-
|
|
2019
|
-
|
|
2243
|
+
const r = e ? document.querySelectorAll(e) : [], l = document.getElementById(t + "-dialog"), i = document.querySelectorAll("[data-dialog-close]"), d = [
|
|
2244
|
+
"closing",
|
|
2245
|
+
"closed",
|
|
2246
|
+
"opening",
|
|
2247
|
+
"opened",
|
|
2248
|
+
"outside",
|
|
2249
|
+
"removed"
|
|
2250
|
+
].reduce(
|
|
2251
|
+
(m, H) => ({
|
|
2252
|
+
...m,
|
|
2020
2253
|
[H]: new Event(H)
|
|
2021
2254
|
}),
|
|
2022
2255
|
{}
|
|
2023
|
-
),
|
|
2024
|
-
|
|
2025
|
-
if (
|
|
2026
|
-
const v =
|
|
2256
|
+
), h = new MutationObserver((m, H) => {
|
|
2257
|
+
m.forEach(async (x) => {
|
|
2258
|
+
if (x.attributeName === "open") {
|
|
2259
|
+
const v = x.target;
|
|
2027
2260
|
if (!(v == null ? void 0 : v.hasAttribute("open"))) return;
|
|
2028
|
-
v == null || v.removeAttribute("inert"), v == null || v.dispatchEvent(
|
|
2261
|
+
v == null || v.removeAttribute("inert"), v == null || v.dispatchEvent(d.opening), v && await C(v), v == null || v.dispatchEvent(d.opened);
|
|
2029
2262
|
}
|
|
2030
2263
|
});
|
|
2031
|
-
}), u = new MutationObserver((
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
v.nodeName === "DIALOG" && (v.removeEventListener("click", A), v.removeEventListener("close", M), v.dispatchEvent(
|
|
2264
|
+
}), u = new MutationObserver((m, H) => {
|
|
2265
|
+
m.forEach((x) => {
|
|
2266
|
+
x.removedNodes.forEach((v) => {
|
|
2267
|
+
v.nodeName === "DIALOG" && (v.removeEventListener("click", A), v.removeEventListener("close", M), v.dispatchEvent(d.removed), u == null || u.disconnect(), h == null || h.disconnect());
|
|
2035
2268
|
});
|
|
2036
2269
|
});
|
|
2037
2270
|
});
|
|
2038
|
-
|
|
2271
|
+
l && (h.observe(l, {
|
|
2039
2272
|
attributes: !0
|
|
2040
2273
|
}), u.observe(document.body, {
|
|
2041
2274
|
attributes: !1,
|
|
@@ -2043,25 +2276,25 @@ class f {
|
|
|
2043
2276
|
childList: !0
|
|
2044
2277
|
}));
|
|
2045
2278
|
const V = () => {
|
|
2046
|
-
|
|
2047
|
-
}, M = async ({ target:
|
|
2048
|
-
|
|
2049
|
-
}, A = async ({ target:
|
|
2050
|
-
(
|
|
2051
|
-
}, C = (
|
|
2052
|
-
|
|
2279
|
+
l == null || l.showModal();
|
|
2280
|
+
}, M = async ({ target: m }) => {
|
|
2281
|
+
m == null || m.classList.add("closing"), m == null || m.setAttribute("inert", ""), m == null || m.dispatchEvent(d.closing), m && await C(m), m == null || m.classList.remove("closing"), m == null || m.dispatchEvent(d.closed);
|
|
2282
|
+
}, A = async ({ target: m }) => {
|
|
2283
|
+
(m == null ? void 0 : m.nodeName) === "DIALOG" && (m == null || m.dispatchEvent(d.outside), l == null || l.close("outside"));
|
|
2284
|
+
}, C = (m) => Promise.allSettled(
|
|
2285
|
+
m == null ? void 0 : m.getAnimations().map((H) => H == null ? void 0 : H.finished)
|
|
2053
2286
|
);
|
|
2054
|
-
return !
|
|
2055
|
-
|
|
2056
|
-
V(), a && a(H,
|
|
2287
|
+
return !s && (l == null || l.addEventListener("click", A)), l == null || l.addEventListener("close", M), r == null || r.forEach((m) => {
|
|
2288
|
+
m.addEventListener("click", (H) => {
|
|
2289
|
+
V(), a && a(H, l);
|
|
2057
2290
|
});
|
|
2058
|
-
}), i == null || i.forEach((
|
|
2059
|
-
|
|
2060
|
-
|
|
2291
|
+
}), i == null || i.forEach((m) => {
|
|
2292
|
+
m.addEventListener("click", async (H) => {
|
|
2293
|
+
l == null || l.close("close"), n && n(H, l);
|
|
2061
2294
|
});
|
|
2062
2295
|
}), {
|
|
2063
2296
|
activators: r,
|
|
2064
|
-
ref:
|
|
2297
|
+
ref: l,
|
|
2065
2298
|
handleOpen: V,
|
|
2066
2299
|
handleClose: M
|
|
2067
2300
|
};
|
|
@@ -2073,8 +2306,8 @@ class f {
|
|
|
2073
2306
|
if (!e)
|
|
2074
2307
|
return;
|
|
2075
2308
|
const n = (a == null ? void 0 : a.useBounding) ?? !1;
|
|
2076
|
-
new IntersectionObserver(async (r,
|
|
2077
|
-
n ? (r[0].isIntersecting || r[0].boundingClientRect.y < 0) && t({ obs:
|
|
2309
|
+
new IntersectionObserver(async (r, l) => {
|
|
2310
|
+
n ? (r[0].isIntersecting || r[0].boundingClientRect.y < 0) && t({ obs: l, entry: r[0], entries: r }) : r[0].isIntersecting && t({ obs: l, entry: r[0], entries: r });
|
|
2078
2311
|
}, a).observe(e);
|
|
2079
2312
|
}
|
|
2080
2313
|
static injectLink({ href: e, id: t }) {
|
|
@@ -2082,11 +2315,11 @@ class f {
|
|
|
2082
2315
|
a.href = e, a.type = "text/css", a.rel = "stylesheet", t && (a.id = t), document.getElementsByTagName("head")[0].appendChild(a);
|
|
2083
2316
|
}
|
|
2084
2317
|
static injectScript({ src: e, id: t = null, async: a = !0, module: n = !1 }) {
|
|
2085
|
-
return new Promise(function(
|
|
2086
|
-
let
|
|
2087
|
-
if (t &&
|
|
2088
|
-
return
|
|
2089
|
-
|
|
2318
|
+
return new Promise(function(s, r) {
|
|
2319
|
+
let l = document.getElementById(t);
|
|
2320
|
+
if (t && l && l.dataset.loaded === "true")
|
|
2321
|
+
return s({ alreadyLoaded: !0, id: t });
|
|
2322
|
+
l || (l = document.createElement("script"), l.src = e, l.dataset.loaded = "false", t && (l.id = t), l.type = n ? "module" : "text/javascript", l.async = a, document.body.appendChild(l), l.onload = () => (l.dataset.loaded = "true", s({ alreadyLoaded: !1, id: t })), l.onerror = () => r(!1));
|
|
2090
2323
|
});
|
|
2091
2324
|
}
|
|
2092
2325
|
static isMobile({ selector: e = null, width: t = 640 } = {}) {
|
|
@@ -2118,13 +2351,13 @@ class f {
|
|
|
2118
2351
|
const a = Math.abs(e), n = Math.sign(e);
|
|
2119
2352
|
return a > 999999 ? n * (a / 1e6).toFixed(1) + "m" : a > 999 ? n * (a / 1e3).toFixed(t) + "k" : n * a;
|
|
2120
2353
|
}
|
|
2121
|
-
static async logRequest(e = null, t = null, a = null, n = null,
|
|
2354
|
+
static async logRequest(e = null, t = null, a = null, n = null, s = null) {
|
|
2122
2355
|
const r = {
|
|
2123
2356
|
name: e,
|
|
2124
2357
|
uuid: t,
|
|
2125
2358
|
ip: a,
|
|
2126
2359
|
url: n,
|
|
2127
|
-
data:
|
|
2360
|
+
data: s
|
|
2128
2361
|
};
|
|
2129
2362
|
return await f.createData("/api/client?query=log/save&method=POST", r), null;
|
|
2130
2363
|
}
|
|
@@ -2149,8 +2382,8 @@ class f {
|
|
|
2149
2382
|
async: !1,
|
|
2150
2383
|
module: a
|
|
2151
2384
|
});
|
|
2152
|
-
} catch (
|
|
2153
|
-
console.error("loadCustomScript",
|
|
2385
|
+
} catch (s) {
|
|
2386
|
+
console.error("loadCustomScript", s);
|
|
2154
2387
|
}
|
|
2155
2388
|
}
|
|
2156
2389
|
return null;
|
|
@@ -2162,8 +2395,8 @@ class f {
|
|
|
2162
2395
|
await f.injectScript({ src: a, id: "googleapis", async: !1 });
|
|
2163
2396
|
}
|
|
2164
2397
|
static async loadLeafletApi() {
|
|
2165
|
-
const e = "https://unpkg.com/leaflet@1.9.3/dist", t = e + "/leaflet.js", a = e + "/leaflet.css", n = "//unpkg.com/leaflet-gesture-handling",
|
|
2166
|
-
await f.injectLink({ href: a, id: "leafletCss" }), await f.injectLink({ href:
|
|
2398
|
+
const e = "https://unpkg.com/leaflet@1.9.3/dist", t = e + "/leaflet.js", a = e + "/leaflet.css", n = "//unpkg.com/leaflet-gesture-handling", s = "//unpkg.com/leaflet-gesture-handling/dist/leaflet-gesture-handling.min.css";
|
|
2399
|
+
await f.injectLink({ href: a, id: "leafletCss" }), await f.injectLink({ href: s, id: "gestureCss" }), await f.injectScript({ src: t, id: "leafletJs", async: !1 }), await f.injectScript({
|
|
2167
2400
|
src: n,
|
|
2168
2401
|
id: "gestureJs",
|
|
2169
2402
|
async: !1
|
|
@@ -2210,18 +2443,18 @@ class f {
|
|
|
2210
2443
|
name: t = null,
|
|
2211
2444
|
first: a = null,
|
|
2212
2445
|
middle: n = null,
|
|
2213
|
-
last:
|
|
2446
|
+
last: s = null,
|
|
2214
2447
|
min: r = null,
|
|
2215
|
-
max:
|
|
2448
|
+
max: l = null,
|
|
2216
2449
|
city: i = null,
|
|
2217
|
-
state:
|
|
2218
|
-
vin:
|
|
2450
|
+
state: d = null,
|
|
2451
|
+
vin: h = null,
|
|
2219
2452
|
license: u = null,
|
|
2220
2453
|
token: V = null,
|
|
2221
2454
|
phone: M = null
|
|
2222
|
-
} = e || {}, A = t && t !== "", C = r && r !== "" && r !== "18",
|
|
2455
|
+
} = e || {}, A = t && t !== "", C = r && r !== "" && r !== "18", m = l && l !== "" && r !== "99";
|
|
2223
2456
|
let H = [];
|
|
2224
|
-
return t && t !== "" && H.push("name=" + t), A || (a && a !== "" && H.push("first=" + a), n && n !== "" && H.push("middle=" + n),
|
|
2457
|
+
return t && t !== "" && H.push("name=" + t), A || (a && a !== "" && H.push("first=" + a), n && n !== "" && H.push("middle=" + n), s && s !== "" && H.push("last=" + s)), C && m ? parseInt(r) > parseInt(l) ? (H.push("min=" + l), H.push("max=" + r)) : (H.push("min=" + r), H.push("max=" + l)) : (C && H.push("min=" + r), m && H.push("max=" + l)), M && M !== "" && H.push("phone=" + M), i && i !== "" && H.push("city=" + i), u && u !== "" && H.push("license=" + u), h && h !== "" && H.push("vin=" + h), d && d !== "" && H.push("state=" + d), V && V !== "" && H.push("token=" + V), H.join("&");
|
|
2225
2458
|
}
|
|
2226
2459
|
static padTo2Digits(e) {
|
|
2227
2460
|
return e.toString().padStart(2, "0");
|
|
@@ -2234,20 +2467,20 @@ class f {
|
|
|
2234
2467
|
const {
|
|
2235
2468
|
addressesOnly: a = !1,
|
|
2236
2469
|
useCitySearch: n = !1,
|
|
2237
|
-
useCityStateSearch:
|
|
2470
|
+
useCityStateSearch: s = !1,
|
|
2238
2471
|
useSearch: r = !1,
|
|
2239
|
-
useLocation:
|
|
2472
|
+
useLocation: l = !0,
|
|
2240
2473
|
state: i = ""
|
|
2241
|
-
} = t ?? {}, { tolken:
|
|
2474
|
+
} = t ?? {}, { tolken: d = null, ip: h = null } = await f.getHeaders(), V = [
|
|
2242
2475
|
"query=" + encodeURIComponent(this.cleanupAddress(e)),
|
|
2243
2476
|
"addressesOnly=" + a,
|
|
2244
2477
|
"useSearch=" + r,
|
|
2245
2478
|
"useCitySearch=" + n,
|
|
2246
|
-
"useCityStateSearch=" +
|
|
2247
|
-
"useLocation=" +
|
|
2479
|
+
"useCityStateSearch=" + s,
|
|
2480
|
+
"useLocation=" + l
|
|
2248
2481
|
];
|
|
2249
|
-
i && i !== "" && !
|
|
2250
|
-
const M = V.join("&"), C = (n ||
|
|
2482
|
+
i && i !== "" && !s && V.push("state=" + i), d && d !== "" && V.push("tolken=" + d), h && h !== "" && V.push("ip=" + h);
|
|
2483
|
+
const M = V.join("&"), C = (n || s ? "/api/autocomplete-city" : "/api/autocomplete") + "?" + M;
|
|
2251
2484
|
return await f.makeSearchFetchCall(C);
|
|
2252
2485
|
}
|
|
2253
2486
|
static removeElements(e) {
|
|
@@ -2268,8 +2501,8 @@ class f {
|
|
|
2268
2501
|
}
|
|
2269
2502
|
static searchInStates(e) {
|
|
2270
2503
|
const t = f.getStates(), a = e.toLowerCase();
|
|
2271
|
-
let n = t.find((
|
|
2272
|
-
return n || (n = t.find((
|
|
2504
|
+
let n = t.find((s) => s.short.toLowerCase() === a) ?? null;
|
|
2505
|
+
return n || (n = t.find((s) => s.name.toLowerCase() === a) ?? null), n;
|
|
2273
2506
|
}
|
|
2274
2507
|
static sendWoopraEvent(e, t) {
|
|
2275
2508
|
typeof woopra == "object" && woopra.track(e, t);
|
|
@@ -2283,20 +2516,20 @@ class f {
|
|
|
2283
2516
|
if (!t)
|
|
2284
2517
|
return e;
|
|
2285
2518
|
t = t.toLowerCase().replace(" usa", "").replace("city or state", "").replace(" state", "").trim();
|
|
2286
|
-
let [a = null, n = null] = t.split(",").map((
|
|
2519
|
+
let [a = null, n = null] = t.split(",").map((s) => s.trim());
|
|
2287
2520
|
if (f.getStates(), a && !n) {
|
|
2288
|
-
const
|
|
2289
|
-
|
|
2521
|
+
const s = this.searchInStates(a);
|
|
2522
|
+
s && (a = null, n = s.short);
|
|
2290
2523
|
}
|
|
2291
2524
|
if (!n && a) {
|
|
2292
|
-
const
|
|
2293
|
-
|
|
2525
|
+
const s = this.searchInStates(a);
|
|
2526
|
+
s && (n = s.short);
|
|
2294
2527
|
}
|
|
2295
2528
|
if (a && !n) {
|
|
2296
|
-
const
|
|
2529
|
+
const s = a.split(" "), r = s[s.length - 1];
|
|
2297
2530
|
if (r.length) {
|
|
2298
|
-
const
|
|
2299
|
-
|
|
2531
|
+
const l = this.searchInStates(r);
|
|
2532
|
+
l && (n = l.short, a = s.slice(0, -1).join(" "));
|
|
2300
2533
|
}
|
|
2301
2534
|
}
|
|
2302
2535
|
return a && n && a.toLowerCase() === n.toLowerCase() && (a = null), e.city = a, e.state = n ? n.toUpperCase() : null, e;
|
|
@@ -2340,133 +2573,131 @@ class f {
|
|
|
2340
2573
|
static ucWords(e) {
|
|
2341
2574
|
return e ? e.toString().split(" ").map((t) => f.ucFirst(t)).join(" ") : null;
|
|
2342
2575
|
}
|
|
2343
|
-
}
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
endingIndex: 3,
|
|
2369
|
-
entriesIntersected: [],
|
|
2370
|
-
lazyIndex: 3,
|
|
2371
|
-
nextBtn: null,
|
|
2372
|
-
observer: null,
|
|
2373
|
-
prevBtn: null,
|
|
2374
|
-
scrollToEnd: !1,
|
|
2375
|
-
scrollToStart: !1,
|
|
2376
|
-
showNextBtn: !1,
|
|
2377
|
-
showPrevBtn: !1,
|
|
2378
|
-
slides: [],
|
|
2379
|
-
transition: 0
|
|
2380
|
-
},
|
|
2381
|
-
[this.showHideBtns]
|
|
2382
|
-
);
|
|
2383
|
-
this.sliderElements({ state: n, items: e, id: t, cb: a }), n.container && (this.initObserver(n), this.btnListeners(n));
|
|
2576
|
+
};
|
|
2577
|
+
class w1 {
|
|
2578
|
+
constructor() {
|
|
2579
|
+
k(this, "contactForm", null);
|
|
2580
|
+
k(this, "submitBtn", null);
|
|
2581
|
+
k(this, "VALIDATION", {
|
|
2582
|
+
"contact-email": [
|
|
2583
|
+
{
|
|
2584
|
+
isValid: (e) => x1(e),
|
|
2585
|
+
message: "Invalid email"
|
|
2586
|
+
}
|
|
2587
|
+
],
|
|
2588
|
+
"contact-name": [
|
|
2589
|
+
{
|
|
2590
|
+
isValid: (e) => e.length > 1,
|
|
2591
|
+
message: "Must include at least 2 characters"
|
|
2592
|
+
}
|
|
2593
|
+
],
|
|
2594
|
+
"contact-message": [
|
|
2595
|
+
{
|
|
2596
|
+
isValid: (e) => e.length > 4,
|
|
2597
|
+
message: "Must include at least 5 characters"
|
|
2598
|
+
}
|
|
2599
|
+
]
|
|
2600
|
+
});
|
|
2384
2601
|
}
|
|
2385
|
-
|
|
2386
|
-
var t
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2602
|
+
init({ formEl: e }) {
|
|
2603
|
+
var t;
|
|
2604
|
+
this.contactForm = e, this.submitBtn = this.contactForm.querySelector('button[type="submit"]'), (t = this.submitBtn) == null || t.addEventListener("click", async (a) => {
|
|
2605
|
+
var u;
|
|
2606
|
+
a.preventDefault();
|
|
2607
|
+
let n = {
|
|
2608
|
+
"contact-email": "",
|
|
2609
|
+
"contact-name": "",
|
|
2610
|
+
"contact-message": ""
|
|
2611
|
+
}, s = new FormData(this.contactForm);
|
|
2612
|
+
if (!b1({
|
|
2613
|
+
form: this.contactForm,
|
|
2614
|
+
formData: s,
|
|
2615
|
+
validations: this.VALIDATION,
|
|
2616
|
+
cb: this.handleErrors.bind(this)
|
|
2617
|
+
}))
|
|
2618
|
+
return;
|
|
2619
|
+
this.handleLoading(!0);
|
|
2620
|
+
for (const [V, M] of s.entries())
|
|
2621
|
+
n[V] = M;
|
|
2622
|
+
const {
|
|
2623
|
+
"contact-email": l,
|
|
2624
|
+
"contact-name": i,
|
|
2625
|
+
"contact-message": d
|
|
2626
|
+
} = n, h = ((u = window == null ? void 0 : window.location) == null ? void 0 : u.href) ?? "";
|
|
2627
|
+
await this.sendContactForm({
|
|
2628
|
+
email: l,
|
|
2629
|
+
name: i,
|
|
2630
|
+
message: `${d} - Submitted from ${h}`
|
|
2631
|
+
}), this.handleSuccessMsg();
|
|
2632
|
+
});
|
|
2395
2633
|
}
|
|
2396
|
-
|
|
2397
|
-
const
|
|
2398
|
-
|
|
2634
|
+
handleErrors({ isValid: e, field: t } = {}) {
|
|
2635
|
+
const a = t.nextElementSibling;
|
|
2636
|
+
e ? a == null || a.remove() : !a && t.insertAdjacentHTML(
|
|
2637
|
+
"afterend",
|
|
2638
|
+
this.setErrorEl(this.VALIDATION[t.name][0].message)
|
|
2399
2639
|
);
|
|
2400
|
-
l && r ? t.disconnect() : (a.disableBtns = !1, e.forEach((i) => {
|
|
2401
|
-
const c = [...a.slides].indexOf(i.target);
|
|
2402
|
-
i.target === a.slides[0] && (a.showPrevBtn = i.isIntersecting), i.target === a.slides[a.slides.length - 1] && (a.showNextBtn = i.isIntersecting), i.target === a.slides[2] && (a.scrollToStart = i.isIntersecting), i.target === a.slides[a.slides.length - 2] && (a.scrollToEnd = i.isIntersecting), i.isIntersecting && !a.entriesIntersected.includes(c) && (a.entriesIntersected.push(c), a.activeIndex = c, s(i));
|
|
2403
|
-
}));
|
|
2404
|
-
function s(i) {
|
|
2405
|
-
var c;
|
|
2406
|
-
i.target !== a.slides[a.slides.length - 1] && i.target !== a.slides[0] && i.target !== a.slides[2] && i.target !== a.slides[a.slides.length - 2] && ((c = a.observer) == null || c.unobserve(i.target));
|
|
2407
|
-
}
|
|
2408
|
-
}
|
|
2409
|
-
btnListeners(e) {
|
|
2410
|
-
var t, a;
|
|
2411
|
-
(t = e.prevBtn) == null || t.addEventListener("click", () => {
|
|
2412
|
-
this.scrollPrev(e);
|
|
2413
|
-
}), (a = e.nextBtn) == null || a.addEventListener("click", () => {
|
|
2414
|
-
this.scrollNext(e);
|
|
2415
|
-
});
|
|
2416
2640
|
}
|
|
2417
|
-
|
|
2418
|
-
|
|
2641
|
+
handleLoading(e) {
|
|
2642
|
+
if (e)
|
|
2643
|
+
return T(this.submitBtn, ["button-loader"]);
|
|
2644
|
+
y1(this.submitBtn, ["button-loader"]);
|
|
2419
2645
|
}
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
e.scrollToEnd ? e.transition = n : e.transition += e.slides[1].offsetWidth + 12, e.container.style.transform = `translate3d(${-e.transition}px, 0, 0)`;
|
|
2646
|
+
handleSuccessMsg() {
|
|
2647
|
+
this.handleLoading(!1), this.contactForm.firstElementChild.innerHTML = "We received your message.", T(this.contactForm, ["contact-form--success"]), this.contactForm.lastElementChild.remove();
|
|
2423
2648
|
}
|
|
2424
|
-
|
|
2425
|
-
const
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
e.prevBtn = e.container.parentElement.querySelector(
|
|
2429
|
-
`#btn-left-${a}`
|
|
2430
|
-
), e.nextBtn = e.container.parentElement.querySelector(
|
|
2431
|
-
`#btn-right-${a}`
|
|
2649
|
+
async sendContactForm(e) {
|
|
2650
|
+
const t = await Common.createData(
|
|
2651
|
+
"/api/client?query=contacts&method=POST",
|
|
2652
|
+
e
|
|
2432
2653
|
);
|
|
2433
|
-
|
|
2434
|
-
|
|
2654
|
+
return {
|
|
2655
|
+
error: t == null ? void 0 : t.error,
|
|
2656
|
+
message: t == null ? void 0 : t.message,
|
|
2657
|
+
data: t == null ? void 0 : t.data
|
|
2658
|
+
};
|
|
2435
2659
|
}
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
e[a] ? a === "showPrevBtn" ? e.prevBtn.style.display = "none" : e.nextBtn.style.display = "none" : a === "showPrevBtn" ? e.prevBtn.style.display = "block" : e.nextBtn.style.display = "block";
|
|
2441
|
-
}
|
|
2660
|
+
setErrorEl(e) {
|
|
2661
|
+
return `<span class="relative flex mt-0.5 text-red-700 text-xs text-left">
|
|
2662
|
+
${e}
|
|
2663
|
+
</span>`;
|
|
2442
2664
|
}
|
|
2443
2665
|
}
|
|
2666
|
+
function a2() {
|
|
2667
|
+
const c = document.querySelectorAll(".contact-form");
|
|
2668
|
+
c.length > 0 && Array.from({ length: c.length }, (e, t) => {
|
|
2669
|
+
const a = c[t];
|
|
2670
|
+
new w1().init({ formEl: a });
|
|
2671
|
+
});
|
|
2672
|
+
}
|
|
2444
2673
|
export {
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
j1 as
|
|
2674
|
+
N1 as Accordion,
|
|
2675
|
+
E1 as Alert,
|
|
2676
|
+
B1 as Autocomplete,
|
|
2677
|
+
D1 as Badge,
|
|
2678
|
+
B as Button,
|
|
2679
|
+
T1 as ButtonGroup,
|
|
2680
|
+
$1 as Card,
|
|
2681
|
+
e2 as CardSlider,
|
|
2682
|
+
F1 as Checkbox,
|
|
2683
|
+
t2 as Common,
|
|
2684
|
+
X1 as ContactForm,
|
|
2685
|
+
I1 as Container,
|
|
2686
|
+
O1 as Dialog,
|
|
2687
|
+
q1 as DialogOld,
|
|
2688
|
+
j1 as Dots,
|
|
2689
|
+
_1 as FunnelHeader,
|
|
2460
2690
|
b as Icon,
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2691
|
+
P1 as LoadingBar,
|
|
2692
|
+
W1 as Popover,
|
|
2693
|
+
U1 as ProgressBar,
|
|
2694
|
+
Q1 as Radio,
|
|
2695
|
+
G1 as Select,
|
|
2696
|
+
J1 as Skeleton,
|
|
2697
|
+
K1 as Slider,
|
|
2698
|
+
R1 as Spinner,
|
|
2699
|
+
Y1 as Stars,
|
|
2700
|
+
f1 as TextArea,
|
|
2701
|
+
D as Textbox,
|
|
2702
|
+
a2 as useContactForm
|
|
2472
2703
|
};
|