@vehiclehistory/property-lib 0.0.87 → 0.0.89
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/main.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as c, jsxs as M, Fragment as S } from "react/jsx-runtime";
|
|
2
2
|
import m from "classnames";
|
|
3
|
-
import { memo as
|
|
3
|
+
import { memo as A, useState as Z, useEffect as N } from "react";
|
|
4
4
|
const W = {
|
|
5
5
|
xxSmall: "w-4 h-4",
|
|
6
6
|
xSmall: "w-5 h-5",
|
|
@@ -501,11 +501,11 @@ const W = {
|
|
|
501
501
|
size: a = "medium",
|
|
502
502
|
viewBox: n = "0 0 20 20"
|
|
503
503
|
}) => {
|
|
504
|
-
const s = G(t), [l,
|
|
504
|
+
const s = G(t), [l, o] = Z(d), [r, i] = Z(s);
|
|
505
505
|
return N(() => {
|
|
506
|
-
|
|
506
|
+
i(s);
|
|
507
507
|
}, [s]), N(() => {
|
|
508
|
-
|
|
508
|
+
o(d);
|
|
509
509
|
}, [d]), !s && console.error("Icon does not exist", t), /* @__PURE__ */ c(
|
|
510
510
|
"svg",
|
|
511
511
|
{
|
|
@@ -524,7 +524,7 @@ const W = {
|
|
|
524
524
|
}
|
|
525
525
|
}
|
|
526
526
|
);
|
|
527
|
-
},
|
|
527
|
+
}, x = A(Q), J = ({
|
|
528
528
|
children: d,
|
|
529
529
|
className: e,
|
|
530
530
|
clickHandler: t,
|
|
@@ -533,14 +533,14 @@ const W = {
|
|
|
533
533
|
unmount: s = !0,
|
|
534
534
|
isOpen: l = !1
|
|
535
535
|
}) => {
|
|
536
|
-
const [
|
|
536
|
+
const [o, r] = Z(l);
|
|
537
537
|
return /* @__PURE__ */ c(
|
|
538
538
|
"div",
|
|
539
539
|
{
|
|
540
540
|
className: m(
|
|
541
541
|
"accordion shadow rounded-lg",
|
|
542
542
|
{
|
|
543
|
-
"accordion--open":
|
|
543
|
+
"accordion--open": o
|
|
544
544
|
},
|
|
545
545
|
e
|
|
546
546
|
),
|
|
@@ -554,12 +554,12 @@ const W = {
|
|
|
554
554
|
),
|
|
555
555
|
title: n,
|
|
556
556
|
onClick: () => {
|
|
557
|
-
r(!
|
|
557
|
+
r(!o), t && t(!o);
|
|
558
558
|
},
|
|
559
559
|
children: [
|
|
560
560
|
/* @__PURE__ */ c("div", { className: "accordion-title font-medium text-slate-700 sm-max:!text-base text-lg flex items-center", children: n }),
|
|
561
561
|
/* @__PURE__ */ c("span", { className: "accordion-icon ml-6 h-7 flex items-center", children: /* @__PURE__ */ c(
|
|
562
|
-
|
|
562
|
+
x,
|
|
563
563
|
{
|
|
564
564
|
name: "chevronDown",
|
|
565
565
|
size: "small",
|
|
@@ -569,7 +569,7 @@ const W = {
|
|
|
569
569
|
]
|
|
570
570
|
}
|
|
571
571
|
),
|
|
572
|
-
s &&
|
|
572
|
+
s && o && /* @__PURE__ */ c(
|
|
573
573
|
"div",
|
|
574
574
|
{
|
|
575
575
|
className: m(
|
|
@@ -585,7 +585,7 @@ const W = {
|
|
|
585
585
|
className: m(
|
|
586
586
|
"accordion-panel p-4 border-x border-b rounded-bl-lg rounded-br-lg border-gray-200 relative",
|
|
587
587
|
a,
|
|
588
|
-
{ hidden: !
|
|
588
|
+
{ hidden: !o }
|
|
589
589
|
),
|
|
590
590
|
children: d
|
|
591
591
|
}
|
|
@@ -593,7 +593,7 @@ const W = {
|
|
|
593
593
|
] })
|
|
594
594
|
}
|
|
595
595
|
);
|
|
596
|
-
},
|
|
596
|
+
}, F1 = A(J), _ = ({
|
|
597
597
|
children: d,
|
|
598
598
|
className: e,
|
|
599
599
|
messages: t = [],
|
|
@@ -601,7 +601,7 @@ const W = {
|
|
|
601
601
|
title: n = "",
|
|
602
602
|
titleClass: s = "",
|
|
603
603
|
props: l = {},
|
|
604
|
-
type:
|
|
604
|
+
type: o = "error"
|
|
605
605
|
}) => {
|
|
606
606
|
const r = {
|
|
607
607
|
error: {
|
|
@@ -624,11 +624,11 @@ const W = {
|
|
|
624
624
|
iconColor: "text-yellow-500",
|
|
625
625
|
styles: "bg-yellow-50 border-yellow-300 text-yellow-700"
|
|
626
626
|
}
|
|
627
|
-
}, { icon:
|
|
627
|
+
}, { icon: i, iconColor: u, styles: p } = r[o];
|
|
628
628
|
return /* @__PURE__ */ c(
|
|
629
629
|
"div",
|
|
630
630
|
{
|
|
631
|
-
id:
|
|
631
|
+
id: o,
|
|
632
632
|
className: m(
|
|
633
633
|
"rounded w-full py-2 px-4 mb-4 border",
|
|
634
634
|
p,
|
|
@@ -637,11 +637,11 @@ const W = {
|
|
|
637
637
|
...l,
|
|
638
638
|
children: /* @__PURE__ */ M("div", { className: "flex", children: [
|
|
639
639
|
/* @__PURE__ */ c("div", { className: "flex-shrink-0", children: /* @__PURE__ */ c(
|
|
640
|
-
|
|
640
|
+
x,
|
|
641
641
|
{
|
|
642
|
-
name:
|
|
642
|
+
name: i,
|
|
643
643
|
viewBox: "0 0 24 24",
|
|
644
|
-
className:
|
|
644
|
+
className: u,
|
|
645
645
|
size: "xSmall"
|
|
646
646
|
}
|
|
647
647
|
) }),
|
|
@@ -663,7 +663,7 @@ const W = {
|
|
|
663
663
|
] })
|
|
664
664
|
}
|
|
665
665
|
);
|
|
666
|
-
},
|
|
666
|
+
}, T1 = A(_), D1 = ({
|
|
667
667
|
autoFocus: d = !1,
|
|
668
668
|
className: e,
|
|
669
669
|
dataSearch: t = "container",
|
|
@@ -671,20 +671,20 @@ const W = {
|
|
|
671
671
|
floatingLabel: n = "",
|
|
672
672
|
id: s = "",
|
|
673
673
|
inputClass: l,
|
|
674
|
-
leftIcon:
|
|
674
|
+
leftIcon: o = "homeSearch",
|
|
675
675
|
mobileBackdrop: r = !1,
|
|
676
|
-
name:
|
|
677
|
-
options:
|
|
676
|
+
name: i = "",
|
|
677
|
+
options: u = [],
|
|
678
678
|
parentProps: p = {},
|
|
679
679
|
placeholder: V = "",
|
|
680
680
|
props: C = {},
|
|
681
681
|
rightIcon: f = "",
|
|
682
|
-
required:
|
|
683
|
-
showSearchIcon:
|
|
684
|
-
showRightIcon:
|
|
685
|
-
size:
|
|
682
|
+
required: g = !1,
|
|
683
|
+
showSearchIcon: y = !0,
|
|
684
|
+
showRightIcon: h = !1,
|
|
685
|
+
size: v = "medium",
|
|
686
686
|
styles: w = null,
|
|
687
|
-
title:
|
|
687
|
+
title: b = "",
|
|
688
688
|
type: E,
|
|
689
689
|
useGoogle: j = !1,
|
|
690
690
|
useReact: P = !1
|
|
@@ -701,7 +701,7 @@ const W = {
|
|
|
701
701
|
style: w ? { ...w } : null,
|
|
702
702
|
...p,
|
|
703
703
|
children: [
|
|
704
|
-
|
|
704
|
+
y && /* @__PURE__ */ M(
|
|
705
705
|
"span",
|
|
706
706
|
{
|
|
707
707
|
className: m(
|
|
@@ -712,20 +712,20 @@ const W = {
|
|
|
712
712
|
),
|
|
713
713
|
children: [
|
|
714
714
|
/* @__PURE__ */ c(
|
|
715
|
-
|
|
715
|
+
x,
|
|
716
716
|
{
|
|
717
717
|
className: "home-search select-none text-gray-500",
|
|
718
|
-
name:
|
|
719
|
-
size:
|
|
718
|
+
name: o,
|
|
719
|
+
size: v === "xLarge" ? "small" : "xSmall",
|
|
720
720
|
viewBox: "0 0 24 24"
|
|
721
721
|
}
|
|
722
722
|
),
|
|
723
723
|
/* @__PURE__ */ c(
|
|
724
|
-
|
|
724
|
+
x,
|
|
725
725
|
{
|
|
726
726
|
className: "arrow-left select-none text-gray-500 hidden",
|
|
727
727
|
name: "arrowLeft",
|
|
728
|
-
size:
|
|
728
|
+
size: v === "xLarge" ? "small" : "xSmall",
|
|
729
729
|
viewBox: "0 0 24 24"
|
|
730
730
|
}
|
|
731
731
|
)
|
|
@@ -740,19 +740,19 @@ const W = {
|
|
|
740
740
|
className: m(
|
|
741
741
|
"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",
|
|
742
742
|
{
|
|
743
|
-
"pl-8":
|
|
744
|
-
"px-3 h-10":
|
|
745
|
-
"px-4 h-12":
|
|
746
|
-
"px-5 h-[60px] sm:!text-base":
|
|
743
|
+
"pl-8": y === !0,
|
|
744
|
+
"px-3 h-10": v === "medium",
|
|
745
|
+
"px-4 h-12": v === "large",
|
|
746
|
+
"px-5 h-[60px] sm:!text-base": v === "xLarge",
|
|
747
747
|
peer: n
|
|
748
748
|
},
|
|
749
749
|
l
|
|
750
750
|
),
|
|
751
|
-
required:
|
|
751
|
+
required: g,
|
|
752
752
|
autoComplete: "off",
|
|
753
753
|
placeholder: !V && n ? " " : V,
|
|
754
754
|
type: "search",
|
|
755
|
-
name:
|
|
755
|
+
name: i || "search-input",
|
|
756
756
|
"data-id": "search-input",
|
|
757
757
|
...R,
|
|
758
758
|
...C
|
|
@@ -764,10 +764,10 @@ const W = {
|
|
|
764
764
|
className: m(
|
|
765
765
|
"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",
|
|
766
766
|
{
|
|
767
|
-
"!left-7":
|
|
768
|
-
"left-2":
|
|
769
|
-
"left-3":
|
|
770
|
-
"left-4":
|
|
767
|
+
"!left-7": y === !0,
|
|
768
|
+
"left-2": v === "medium",
|
|
769
|
+
"left-3": v === "large",
|
|
770
|
+
"left-4": v === "xLarge"
|
|
771
771
|
}
|
|
772
772
|
),
|
|
773
773
|
children: n
|
|
@@ -779,7 +779,7 @@ const W = {
|
|
|
779
779
|
"data-id": "search-clear",
|
|
780
780
|
className: "clear-btn absolute inset-y-0 right-0 flex items-center px-2 hidden",
|
|
781
781
|
children: /* @__PURE__ */ c(
|
|
782
|
-
|
|
782
|
+
x,
|
|
783
783
|
{
|
|
784
784
|
className: "cursor-pointer text-gray-500",
|
|
785
785
|
name: "xCircle",
|
|
@@ -795,7 +795,7 @@ const W = {
|
|
|
795
795
|
"data-id": "search-loading",
|
|
796
796
|
className: "absolute inset-y-0 right-0 flex items-center px-2 pointer-events-none hidden",
|
|
797
797
|
children: /* @__PURE__ */ c(
|
|
798
|
-
|
|
798
|
+
x,
|
|
799
799
|
{
|
|
800
800
|
className: "animate-spin text-[#222]] pointer-events-none",
|
|
801
801
|
name: "spinnerDark",
|
|
@@ -809,8 +809,8 @@ const W = {
|
|
|
809
809
|
"span",
|
|
810
810
|
{
|
|
811
811
|
"data-id": "right-icon",
|
|
812
|
-
className: `${
|
|
813
|
-
children: /* @__PURE__ */ c(
|
|
812
|
+
className: `${h ? "" : "hidden"} absolute inset-y-0 right-0 flex items-center px-2 pointer-events-none`,
|
|
813
|
+
children: /* @__PURE__ */ c(x, { name: f, size: "small", viewBox: "0 0 24 24" })
|
|
814
814
|
}
|
|
815
815
|
),
|
|
816
816
|
/* @__PURE__ */ M(
|
|
@@ -825,10 +825,10 @@ const W = {
|
|
|
825
825
|
{
|
|
826
826
|
"data-id": "search-dropdown-body",
|
|
827
827
|
role: "listbox",
|
|
828
|
-
"data-title":
|
|
828
|
+
"data-title": b,
|
|
829
829
|
"aria-labelledby": "Label",
|
|
830
830
|
"aria-activedescendant": "search-item-0",
|
|
831
|
-
children:
|
|
831
|
+
children: u.length > 0 ? u.map((k, z) => /* @__PURE__ */ c(
|
|
832
832
|
"li",
|
|
833
833
|
{
|
|
834
834
|
id: `search-item-${z}`,
|
|
@@ -848,7 +848,7 @@ const W = {
|
|
|
848
848
|
]
|
|
849
849
|
}
|
|
850
850
|
);
|
|
851
|
-
},
|
|
851
|
+
}, O1 = ({
|
|
852
852
|
children: d,
|
|
853
853
|
className: e,
|
|
854
854
|
size: t = "sm",
|
|
@@ -875,26 +875,26 @@ const W = {
|
|
|
875
875
|
className: n,
|
|
876
876
|
disabled: s = !1,
|
|
877
877
|
href: l,
|
|
878
|
-
props:
|
|
878
|
+
props: o = {},
|
|
879
879
|
rightIcon: r,
|
|
880
|
-
rightIconProps:
|
|
881
|
-
rounded:
|
|
880
|
+
rightIconProps: i = {},
|
|
881
|
+
rounded: u = !1,
|
|
882
882
|
size: p = "md",
|
|
883
883
|
type: V = "button",
|
|
884
884
|
uppercase: C = !1,
|
|
885
885
|
variation: f = "primary"
|
|
886
886
|
}) => {
|
|
887
|
-
const
|
|
887
|
+
const g = l ? "a" : "button";
|
|
888
888
|
return /* @__PURE__ */ M(
|
|
889
|
-
|
|
889
|
+
g,
|
|
890
890
|
{
|
|
891
|
-
type:
|
|
891
|
+
type: g !== "a" ? V : null,
|
|
892
892
|
className: m(
|
|
893
893
|
"button",
|
|
894
894
|
{
|
|
895
895
|
[`button--${f}`]: f,
|
|
896
896
|
[`button--${p}`]: p,
|
|
897
|
-
"button--rounded":
|
|
897
|
+
"button--rounded": u,
|
|
898
898
|
"button--disabled": s,
|
|
899
899
|
"button--custom-link": l,
|
|
900
900
|
"button--uppercase": C,
|
|
@@ -904,10 +904,10 @@ const W = {
|
|
|
904
904
|
),
|
|
905
905
|
disabled: s,
|
|
906
906
|
href: l,
|
|
907
|
-
...
|
|
907
|
+
...o,
|
|
908
908
|
children: [
|
|
909
909
|
e && /* @__PURE__ */ c(
|
|
910
|
-
|
|
910
|
+
x,
|
|
911
911
|
{
|
|
912
912
|
name: e,
|
|
913
913
|
size: p === "md" ? "small" : "xSmall",
|
|
@@ -917,18 +917,18 @@ const W = {
|
|
|
917
917
|
),
|
|
918
918
|
a,
|
|
919
919
|
r && /* @__PURE__ */ c(
|
|
920
|
-
|
|
920
|
+
x,
|
|
921
921
|
{
|
|
922
922
|
name: r,
|
|
923
923
|
size: p === "md" ? "small" : "xSmall",
|
|
924
924
|
viewBox: "0 0 24 24",
|
|
925
|
-
...
|
|
925
|
+
...i
|
|
926
926
|
}
|
|
927
927
|
)
|
|
928
928
|
]
|
|
929
929
|
}
|
|
930
930
|
);
|
|
931
|
-
}, F =
|
|
931
|
+
}, F = A(Y), K = ({
|
|
932
932
|
checked: d = !1,
|
|
933
933
|
children: e,
|
|
934
934
|
className: t,
|
|
@@ -936,16 +936,16 @@ const W = {
|
|
|
936
936
|
inputClass: n,
|
|
937
937
|
id: s = "",
|
|
938
938
|
label: l = "",
|
|
939
|
-
name:
|
|
939
|
+
name: o = "",
|
|
940
940
|
props: r = {},
|
|
941
|
-
variation:
|
|
942
|
-
value:
|
|
941
|
+
variation: i = "primary",
|
|
942
|
+
value: u = ""
|
|
943
943
|
}) => {
|
|
944
944
|
const p = l ? "div" : "label", V = p === "label" ? { htmlFor: s } : {};
|
|
945
945
|
return /* @__PURE__ */ M(
|
|
946
946
|
p,
|
|
947
947
|
{
|
|
948
|
-
className: m("checkbox flex items-center",
|
|
948
|
+
className: m("checkbox flex items-center", i, t),
|
|
949
949
|
...V,
|
|
950
950
|
children: [
|
|
951
951
|
/* @__PURE__ */ c(
|
|
@@ -960,9 +960,9 @@ const W = {
|
|
|
960
960
|
n
|
|
961
961
|
),
|
|
962
962
|
id: s,
|
|
963
|
-
name:
|
|
963
|
+
name: o,
|
|
964
964
|
type: "checkbox",
|
|
965
|
-
value:
|
|
965
|
+
value: u,
|
|
966
966
|
...r
|
|
967
967
|
}
|
|
968
968
|
),
|
|
@@ -970,7 +970,7 @@ const W = {
|
|
|
970
970
|
]
|
|
971
971
|
}
|
|
972
972
|
);
|
|
973
|
-
},
|
|
973
|
+
}, B1 = A(K), X = ({
|
|
974
974
|
activator: d,
|
|
975
975
|
id: e = "",
|
|
976
976
|
children: t,
|
|
@@ -978,39 +978,41 @@ const W = {
|
|
|
978
978
|
contentClass: n,
|
|
979
979
|
customScrollbar: s = !0,
|
|
980
980
|
dark: l = !1,
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
981
|
+
disableClose: o = !1,
|
|
982
|
+
footer: r,
|
|
983
|
+
fullMobile: i = !0,
|
|
984
|
+
headerClass: u,
|
|
985
|
+
hideClose: p = !1,
|
|
986
|
+
iconSize: V = "medium",
|
|
987
|
+
preventPageScroll: C = !0,
|
|
988
|
+
stickyHeader: f = !1,
|
|
989
|
+
title: g = "",
|
|
990
|
+
titleClass: y,
|
|
991
|
+
useFormMethod: h = !0
|
|
991
992
|
}) => {
|
|
992
|
-
const
|
|
993
|
+
const v = h ? "form" : "div";
|
|
993
994
|
return /* @__PURE__ */ M(S, { children: [
|
|
994
995
|
d && /* @__PURE__ */ c("span", { id: `${e}-dialog-activator`, children: d }),
|
|
995
996
|
/* @__PURE__ */ c(
|
|
996
997
|
"dialog",
|
|
997
998
|
{
|
|
998
999
|
inert: "",
|
|
1000
|
+
...o ? { closedby: "none" } : null,
|
|
999
1001
|
id: `${e}-dialog`,
|
|
1000
1002
|
className: m(
|
|
1001
1003
|
"dialog",
|
|
1002
1004
|
{
|
|
1003
|
-
"dialog-full-mobile":
|
|
1005
|
+
"dialog-full-mobile": i,
|
|
1004
1006
|
dark: l,
|
|
1005
|
-
"prevent-scroll":
|
|
1007
|
+
"prevent-scroll": C
|
|
1006
1008
|
},
|
|
1007
1009
|
a
|
|
1008
1010
|
),
|
|
1009
1011
|
children: /* @__PURE__ */ M(
|
|
1010
|
-
|
|
1012
|
+
v,
|
|
1011
1013
|
{
|
|
1012
1014
|
className: "dialog-container",
|
|
1013
|
-
method:
|
|
1015
|
+
method: h ? "dialog" : null,
|
|
1014
1016
|
children: [
|
|
1015
1017
|
/* @__PURE__ */ M(
|
|
1016
1018
|
"header",
|
|
@@ -1018,15 +1020,15 @@ const W = {
|
|
|
1018
1020
|
className: m(
|
|
1019
1021
|
"dialog-header",
|
|
1020
1022
|
{
|
|
1021
|
-
"sticky top-0 bg-white z-10":
|
|
1022
|
-
"!pb-0 border-0 justify-end": !
|
|
1023
|
-
"justify-between border-b":
|
|
1023
|
+
"sticky top-0 bg-white z-10": f,
|
|
1024
|
+
"!pb-0 border-0 justify-end": !g,
|
|
1025
|
+
"justify-between border-b": g
|
|
1024
1026
|
},
|
|
1025
|
-
|
|
1027
|
+
u
|
|
1026
1028
|
),
|
|
1027
1029
|
children: [
|
|
1028
|
-
|
|
1029
|
-
!
|
|
1030
|
+
g && /* @__PURE__ */ c("h3", { id: `${e}-dialog-title`, className: y, children: g }),
|
|
1031
|
+
!p && /* @__PURE__ */ c(
|
|
1030
1032
|
"button",
|
|
1031
1033
|
{
|
|
1032
1034
|
type: "button",
|
|
@@ -1035,10 +1037,10 @@ const W = {
|
|
|
1035
1037
|
"data-dialog-close": "",
|
|
1036
1038
|
value: "close",
|
|
1037
1039
|
children: /* @__PURE__ */ c(
|
|
1038
|
-
|
|
1040
|
+
x,
|
|
1039
1041
|
{
|
|
1040
1042
|
name: "close",
|
|
1041
|
-
size:
|
|
1043
|
+
size: V,
|
|
1042
1044
|
className: "pointer-events-none"
|
|
1043
1045
|
}
|
|
1044
1046
|
)
|
|
@@ -1061,14 +1063,14 @@ const W = {
|
|
|
1061
1063
|
children: t
|
|
1062
1064
|
}
|
|
1063
1065
|
),
|
|
1064
|
-
|
|
1066
|
+
r && /* @__PURE__ */ c("footer", { id: `${e}-dialog-footer`, className: "dialog-footer", children: r })
|
|
1065
1067
|
]
|
|
1066
1068
|
}
|
|
1067
1069
|
)
|
|
1068
1070
|
}
|
|
1069
1071
|
)
|
|
1070
1072
|
] });
|
|
1071
|
-
},
|
|
1073
|
+
}, I1 = A(X), $1 = ({ className: d }) => /* @__PURE__ */ M("div", { className: m("Dots mx-auto", d), children: [
|
|
1072
1074
|
/* @__PURE__ */ c("span", { style: { animationDelay: "0.1s" } }),
|
|
1073
1075
|
/* @__PURE__ */ c("span", { style: { animationDelay: "0.2s" } }),
|
|
1074
1076
|
/* @__PURE__ */ c("span", { style: { animationDelay: "0.3s" } }),
|
|
@@ -1085,18 +1087,18 @@ const W = {
|
|
|
1085
1087
|
timeout: n = 1e4,
|
|
1086
1088
|
variation: s = "primary"
|
|
1087
1089
|
}) => {
|
|
1088
|
-
function l({ cb:
|
|
1090
|
+
function l({ cb: o }) {
|
|
1089
1091
|
const r = document.querySelector(".loading-bar__inner");
|
|
1090
1092
|
if (!r) return;
|
|
1091
|
-
let
|
|
1093
|
+
let i, u, p = !1;
|
|
1092
1094
|
function V(C) {
|
|
1093
|
-
|
|
1094
|
-
const f = C -
|
|
1095
|
-
if (
|
|
1096
|
-
const
|
|
1097
|
-
r.style.width = `${
|
|
1095
|
+
i === void 0 && (i = C);
|
|
1096
|
+
const f = C - i;
|
|
1097
|
+
if (u !== C) {
|
|
1098
|
+
const g = f / n * 101;
|
|
1099
|
+
r.style.width = `${g}%`, e && e({ elapsed: f, percentage: g }), g >= 101 && (o && o(), p = !0, window.cancelAnimationFrame(C));
|
|
1098
1100
|
}
|
|
1099
|
-
f < n && (
|
|
1101
|
+
f < n && (u = C, p || window.requestAnimationFrame(V));
|
|
1100
1102
|
}
|
|
1101
1103
|
window.requestAnimationFrame(V);
|
|
1102
1104
|
}
|
|
@@ -1119,7 +1121,7 @@ const W = {
|
|
|
1119
1121
|
children: /* @__PURE__ */ c("div", { className: "loading-bar__inner", "data-size": "100" })
|
|
1120
1122
|
}
|
|
1121
1123
|
);
|
|
1122
|
-
},
|
|
1124
|
+
}, q1 = A(e1), t1 = ({ className: d }) => /* @__PURE__ */ c("div", { className: m("processing-spinner", d) }), j1 = A(t1), P1 = ({
|
|
1123
1125
|
activator: d,
|
|
1124
1126
|
activatorClass: e = "",
|
|
1125
1127
|
attrs: t = {},
|
|
@@ -1127,7 +1129,7 @@ const W = {
|
|
|
1127
1129
|
className: n = "",
|
|
1128
1130
|
containerClass: s = "",
|
|
1129
1131
|
disabled: l = !1,
|
|
1130
|
-
options:
|
|
1132
|
+
options: o = {},
|
|
1131
1133
|
trigger: r = "click"
|
|
1132
1134
|
}) => /* @__PURE__ */ M(S, { children: [
|
|
1133
1135
|
/* @__PURE__ */ c(
|
|
@@ -1167,7 +1169,7 @@ const W = {
|
|
|
1167
1169
|
e
|
|
1168
1170
|
),
|
|
1169
1171
|
...t,
|
|
1170
|
-
"data-options": JSON.stringify(
|
|
1172
|
+
"data-options": JSON.stringify(o),
|
|
1171
1173
|
children: d
|
|
1172
1174
|
}
|
|
1173
1175
|
)
|
|
@@ -1179,9 +1181,9 @@ const W = {
|
|
|
1179
1181
|
completed: n = 0,
|
|
1180
1182
|
customLabel: s,
|
|
1181
1183
|
labelClass: l,
|
|
1182
|
-
maxCompleted:
|
|
1184
|
+
maxCompleted: o = 100,
|
|
1183
1185
|
rounded: r = !0,
|
|
1184
|
-
showLabel:
|
|
1186
|
+
showLabel: i = !1
|
|
1185
1187
|
}) => {
|
|
1186
1188
|
const p = ((V, C) => {
|
|
1187
1189
|
if (V) {
|
|
@@ -1189,7 +1191,7 @@ const W = {
|
|
|
1189
1191
|
return f > 1 ? 100 : f * 100;
|
|
1190
1192
|
}
|
|
1191
1193
|
return n;
|
|
1192
|
-
})(
|
|
1194
|
+
})(o, n);
|
|
1193
1195
|
return /* @__PURE__ */ c(
|
|
1194
1196
|
"div",
|
|
1195
1197
|
{
|
|
@@ -1211,7 +1213,7 @@ const W = {
|
|
|
1211
1213
|
t
|
|
1212
1214
|
),
|
|
1213
1215
|
style: { width: `${p}%` },
|
|
1214
|
-
children:
|
|
1216
|
+
children: i && /* @__PURE__ */ c(
|
|
1215
1217
|
"span",
|
|
1216
1218
|
{
|
|
1217
1219
|
className: m(
|
|
@@ -1225,7 +1227,7 @@ const W = {
|
|
|
1225
1227
|
)
|
|
1226
1228
|
}
|
|
1227
1229
|
);
|
|
1228
|
-
},
|
|
1230
|
+
}, R1 = A(a1), n1 = ({
|
|
1229
1231
|
checked: d = !1,
|
|
1230
1232
|
children: e,
|
|
1231
1233
|
className: t,
|
|
@@ -1233,13 +1235,13 @@ const W = {
|
|
|
1233
1235
|
inputClass: n,
|
|
1234
1236
|
label: s = "",
|
|
1235
1237
|
name: l = "",
|
|
1236
|
-
props:
|
|
1238
|
+
props: o = {},
|
|
1237
1239
|
variation: r = "primary",
|
|
1238
|
-
value:
|
|
1240
|
+
value: i = ""
|
|
1239
1241
|
}) => {
|
|
1240
|
-
const
|
|
1242
|
+
const u = s ? "div" : "label", p = u === "label" ? { htmlFor: a } : {};
|
|
1241
1243
|
return /* @__PURE__ */ M(
|
|
1242
|
-
|
|
1244
|
+
u,
|
|
1243
1245
|
{
|
|
1244
1246
|
className: m("radio flex items-center", t),
|
|
1245
1247
|
...p,
|
|
@@ -1258,15 +1260,15 @@ const W = {
|
|
|
1258
1260
|
id: a,
|
|
1259
1261
|
name: l,
|
|
1260
1262
|
type: "radio",
|
|
1261
|
-
value:
|
|
1262
|
-
...
|
|
1263
|
+
value: i,
|
|
1264
|
+
...o
|
|
1263
1265
|
}
|
|
1264
1266
|
),
|
|
1265
1267
|
e
|
|
1266
1268
|
]
|
|
1267
1269
|
}
|
|
1268
1270
|
);
|
|
1269
|
-
},
|
|
1271
|
+
}, W1 = A(n1), s1 = ({
|
|
1270
1272
|
className: d = "",
|
|
1271
1273
|
error: e = !1,
|
|
1272
1274
|
errorMessage: t = "",
|
|
@@ -1274,19 +1276,19 @@ const W = {
|
|
|
1274
1276
|
label: n = "",
|
|
1275
1277
|
name: s = "",
|
|
1276
1278
|
options: l = [],
|
|
1277
|
-
placeholder:
|
|
1279
|
+
placeholder: o = "",
|
|
1278
1280
|
props: r = {},
|
|
1279
|
-
selectClass:
|
|
1280
|
-
styles:
|
|
1281
|
+
selectClass: i = "",
|
|
1282
|
+
styles: u = null,
|
|
1281
1283
|
variation: p = "primary",
|
|
1282
1284
|
value: V
|
|
1283
1285
|
}) => {
|
|
1284
|
-
const C =
|
|
1286
|
+
const C = o ? { defaultValue: "" } : {};
|
|
1285
1287
|
return /* @__PURE__ */ M(
|
|
1286
1288
|
"label",
|
|
1287
1289
|
{
|
|
1288
1290
|
className: m("relative select", d, p),
|
|
1289
|
-
style:
|
|
1291
|
+
style: u ? { ...u } : null,
|
|
1290
1292
|
children: [
|
|
1291
1293
|
n,
|
|
1292
1294
|
/* @__PURE__ */ M(
|
|
@@ -1297,7 +1299,7 @@ const W = {
|
|
|
1297
1299
|
{
|
|
1298
1300
|
"!border-red-500 !bg-red-500/10 !text-red-700 focus:!ring-red-500 focus:!border-red-500": e
|
|
1299
1301
|
},
|
|
1300
|
-
|
|
1302
|
+
i
|
|
1301
1303
|
),
|
|
1302
1304
|
id: a,
|
|
1303
1305
|
name: s,
|
|
@@ -1305,7 +1307,7 @@ const W = {
|
|
|
1305
1307
|
...C,
|
|
1306
1308
|
...r,
|
|
1307
1309
|
children: [
|
|
1308
|
-
|
|
1310
|
+
o && /* @__PURE__ */ c("option", { hidden: !0, value: "", children: o }),
|
|
1309
1311
|
l.map((f) => /* @__PURE__ */ c(
|
|
1310
1312
|
"option",
|
|
1311
1313
|
{
|
|
@@ -1321,7 +1323,7 @@ const W = {
|
|
|
1321
1323
|
]
|
|
1322
1324
|
}
|
|
1323
1325
|
);
|
|
1324
|
-
},
|
|
1326
|
+
}, U1 = A(s1), r1 = ({ className: d }) => /* @__PURE__ */ M(
|
|
1325
1327
|
"div",
|
|
1326
1328
|
{
|
|
1327
1329
|
className: m(
|
|
@@ -1329,11 +1331,11 @@ const W = {
|
|
|
1329
1331
|
d
|
|
1330
1332
|
),
|
|
1331
1333
|
children: [
|
|
1332
|
-
/* @__PURE__ */ c(
|
|
1334
|
+
/* @__PURE__ */ c(x, { size: "xLarge", name: "map", className: "mx-auto" }),
|
|
1333
1335
|
/* @__PURE__ */ c("span", { className: "sr-only", children: "Loading..." })
|
|
1334
1336
|
]
|
|
1335
1337
|
}
|
|
1336
|
-
),
|
|
1338
|
+
), G1 = A(r1), l1 = ({
|
|
1337
1339
|
placeholderClass: d = "",
|
|
1338
1340
|
children: e,
|
|
1339
1341
|
className: t,
|
|
@@ -1347,7 +1349,7 @@ const W = {
|
|
|
1347
1349
|
id: `btn-left-${a}`,
|
|
1348
1350
|
type: "button",
|
|
1349
1351
|
className: "slider-button__prev ",
|
|
1350
|
-
children: /* @__PURE__ */ c(
|
|
1352
|
+
children: /* @__PURE__ */ c(x, { name: "chevronLeft" })
|
|
1351
1353
|
}
|
|
1352
1354
|
),
|
|
1353
1355
|
/* @__PURE__ */ c("div", { id: `slider-container-${a}`, className: "slider-container", children: Array.from({ length: 4 }, (s, l) => /* @__PURE__ */ c(
|
|
@@ -1365,21 +1367,19 @@ const W = {
|
|
|
1365
1367
|
id: `btn-right-${a}`,
|
|
1366
1368
|
type: "button",
|
|
1367
1369
|
className: "slider-button__next",
|
|
1368
|
-
children: /* @__PURE__ */ c(
|
|
1370
|
+
children: /* @__PURE__ */ c(x, { name: "chevronRight" })
|
|
1369
1371
|
}
|
|
1370
1372
|
)
|
|
1371
|
-
] }),
|
|
1372
|
-
|
|
1373
|
-
color: "text-teal-700",
|
|
1374
|
-
viewBox: "0 0 24 24"
|
|
1375
|
-
}, o1 = ({ className: d }) => /* @__PURE__ */ c("div", { className: "rounded-r-md px-2 focus:outline-none", children: /* @__PURE__ */ c(
|
|
1376
|
-
y,
|
|
1373
|
+
] }), Q1 = A(l1), i1 = ({ className: d, iconClass: e, iconProps: t = {} }) => /* @__PURE__ */ c("div", { className: m("rounded-r-md px-2 focus:outline-none", d), children: /* @__PURE__ */ c(
|
|
1374
|
+
x,
|
|
1377
1375
|
{
|
|
1378
|
-
className:
|
|
1376
|
+
className: m("animate-spin text-black-900", e),
|
|
1379
1377
|
size: "xSmall",
|
|
1380
|
-
|
|
1378
|
+
name: "spinnerDark",
|
|
1379
|
+
viewBox: "0 0 24 24",
|
|
1380
|
+
...t
|
|
1381
1381
|
}
|
|
1382
|
-
) }),
|
|
1382
|
+
) }), J1 = A(i1), _1 = ({
|
|
1383
1383
|
className: d,
|
|
1384
1384
|
value: e
|
|
1385
1385
|
}) => {
|
|
@@ -1396,7 +1396,7 @@ const W = {
|
|
|
1396
1396
|
style: t
|
|
1397
1397
|
}
|
|
1398
1398
|
);
|
|
1399
|
-
},
|
|
1399
|
+
}, o1 = ({
|
|
1400
1400
|
className: d,
|
|
1401
1401
|
clear: e = !1,
|
|
1402
1402
|
error: t = !1,
|
|
@@ -1404,18 +1404,18 @@ const W = {
|
|
|
1404
1404
|
id: n = "",
|
|
1405
1405
|
inputClass: s = "",
|
|
1406
1406
|
name: l = "",
|
|
1407
|
-
placeholder:
|
|
1407
|
+
placeholder: o = "",
|
|
1408
1408
|
props: r = {},
|
|
1409
|
-
rows:
|
|
1410
|
-
variation:
|
|
1411
|
-
}) => /* @__PURE__ */ M("div", { className: m("relative textarea",
|
|
1409
|
+
rows: i = 4,
|
|
1410
|
+
variation: u = "primary"
|
|
1411
|
+
}) => /* @__PURE__ */ M("div", { className: m("relative textarea", u, d), children: [
|
|
1412
1412
|
/* @__PURE__ */ c(
|
|
1413
1413
|
"textarea",
|
|
1414
1414
|
{
|
|
1415
|
-
placeholder:
|
|
1415
|
+
placeholder: o,
|
|
1416
1416
|
id: n,
|
|
1417
1417
|
name: l,
|
|
1418
|
-
rows:
|
|
1418
|
+
rows: i,
|
|
1419
1419
|
className: m(
|
|
1420
1420
|
"form-textarea min-h-[40px] pl-4",
|
|
1421
1421
|
e ? "pr-10" : "pr-4",
|
|
@@ -1433,7 +1433,7 @@ const W = {
|
|
|
1433
1433
|
id: `${n}-clear`,
|
|
1434
1434
|
className: "textarea-clear absolute right-0 top-2 bottom-auto flex items-center rounded-r-md pr-2 focus:outline-none hidden",
|
|
1435
1435
|
children: /* @__PURE__ */ c(
|
|
1436
|
-
|
|
1436
|
+
x,
|
|
1437
1437
|
{
|
|
1438
1438
|
size: "xSmall",
|
|
1439
1439
|
name: "xCircle",
|
|
@@ -1443,7 +1443,7 @@ const W = {
|
|
|
1443
1443
|
}
|
|
1444
1444
|
),
|
|
1445
1445
|
a && /* @__PURE__ */ c("span", { className: "relative flex mt-0.5 text-red-700 text-xs text-left", children: a })
|
|
1446
|
-
] }),
|
|
1446
|
+
] }), c1 = A(o1), d1 = ({
|
|
1447
1447
|
className: d,
|
|
1448
1448
|
clear: e = !1,
|
|
1449
1449
|
error: t = !1,
|
|
@@ -1451,10 +1451,10 @@ const W = {
|
|
|
1451
1451
|
iconLeft: n = "",
|
|
1452
1452
|
id: s = "",
|
|
1453
1453
|
inputClass: l,
|
|
1454
|
-
name:
|
|
1454
|
+
name: o = "",
|
|
1455
1455
|
placeholder: r = "",
|
|
1456
|
-
props:
|
|
1457
|
-
styles:
|
|
1456
|
+
props: i = {},
|
|
1457
|
+
styles: u = null,
|
|
1458
1458
|
type: p = "text",
|
|
1459
1459
|
value: V,
|
|
1460
1460
|
variation: C = "primary"
|
|
@@ -1462,10 +1462,10 @@ const W = {
|
|
|
1462
1462
|
"div",
|
|
1463
1463
|
{
|
|
1464
1464
|
className: m("relative textbox", C, d),
|
|
1465
|
-
style:
|
|
1465
|
+
style: u ? { ...u } : null,
|
|
1466
1466
|
children: [
|
|
1467
1467
|
n && /* @__PURE__ */ c("div", { className: "pointer-events-none absolute inset-y-0 left-0 flex items-center px-2", children: /* @__PURE__ */ c(
|
|
1468
|
-
|
|
1468
|
+
x,
|
|
1469
1469
|
{
|
|
1470
1470
|
size: "xSmall",
|
|
1471
1471
|
name: n,
|
|
@@ -1478,7 +1478,7 @@ const W = {
|
|
|
1478
1478
|
{
|
|
1479
1479
|
placeholder: r,
|
|
1480
1480
|
id: s,
|
|
1481
|
-
name:
|
|
1481
|
+
name: o,
|
|
1482
1482
|
type: p,
|
|
1483
1483
|
value: V,
|
|
1484
1484
|
autoComplete: "off",
|
|
@@ -1489,10 +1489,10 @@ const W = {
|
|
|
1489
1489
|
{
|
|
1490
1490
|
"!border-red-500 !bg-red-500/10 placeholder:!text-red-700 focus:!ring-red-500 focus:!border-red-500": t
|
|
1491
1491
|
},
|
|
1492
|
-
|
|
1492
|
+
i.inputClass ?? "",
|
|
1493
1493
|
l
|
|
1494
1494
|
),
|
|
1495
|
-
...
|
|
1495
|
+
...i
|
|
1496
1496
|
}
|
|
1497
1497
|
),
|
|
1498
1498
|
e && /* @__PURE__ */ c(
|
|
@@ -1501,7 +1501,7 @@ const W = {
|
|
|
1501
1501
|
id: `${s}-clear`,
|
|
1502
1502
|
className: "textbox-clear absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-none hidden",
|
|
1503
1503
|
children: /* @__PURE__ */ c(
|
|
1504
|
-
|
|
1504
|
+
x,
|
|
1505
1505
|
{
|
|
1506
1506
|
size: "xSmall",
|
|
1507
1507
|
name: "xCircle",
|
|
@@ -1513,7 +1513,7 @@ const W = {
|
|
|
1513
1513
|
a && /* @__PURE__ */ c("span", { className: "relative flex mt-0.5 text-red-700 text-xs text-left", children: a })
|
|
1514
1514
|
]
|
|
1515
1515
|
}
|
|
1516
|
-
), T =
|
|
1516
|
+
), T = A(d1), h1 = ({ checked: d = !1, props: e = {} }) => /* @__PURE__ */ c(S, { children: /* @__PURE__ */ c("label", { className: "flex cursor-pointer select-none items-center", children: /* @__PURE__ */ M("div", { className: "relative", children: [
|
|
1517
1517
|
/* @__PURE__ */ c(
|
|
1518
1518
|
"input",
|
|
1519
1519
|
{
|
|
@@ -1535,7 +1535,7 @@ const W = {
|
|
|
1535
1535
|
className: `absolute left-1 top-1 flex h-6 w-6 items-center justify-center rounded-full bg-white transition ${d ? "translate-x-full" : ""}`
|
|
1536
1536
|
}
|
|
1537
1537
|
)
|
|
1538
|
-
] }) }) }),
|
|
1538
|
+
] }) }) }), Y1 = A(h1), u1 = ({
|
|
1539
1539
|
btnClass: d,
|
|
1540
1540
|
className: e = "",
|
|
1541
1541
|
containerClass: t,
|
|
@@ -1544,7 +1544,7 @@ const W = {
|
|
|
1544
1544
|
titleClass: s,
|
|
1545
1545
|
uppercase: l = !0
|
|
1546
1546
|
}) => {
|
|
1547
|
-
const
|
|
1547
|
+
const o = a || /* @__PURE__ */ M(S, { children: [
|
|
1548
1548
|
"Typical email response time is 2-3 hours. If you require immediate assistance you may use our",
|
|
1549
1549
|
" ",
|
|
1550
1550
|
/* @__PURE__ */ c(
|
|
@@ -1570,7 +1570,7 @@ const W = {
|
|
|
1570
1570
|
}),
|
|
1571
1571
|
children: [
|
|
1572
1572
|
/* @__PURE__ */ c("h2", { id: "contact-title", className: m("mb-4", s), children: n }),
|
|
1573
|
-
/* @__PURE__ */ c("p", { className: "contact-form__msg", children:
|
|
1573
|
+
/* @__PURE__ */ c("p", { className: "contact-form__msg", children: o }),
|
|
1574
1574
|
/* @__PURE__ */ M(
|
|
1575
1575
|
"div",
|
|
1576
1576
|
{
|
|
@@ -1602,7 +1602,7 @@ const W = {
|
|
|
1602
1602
|
}
|
|
1603
1603
|
),
|
|
1604
1604
|
/* @__PURE__ */ c(
|
|
1605
|
-
|
|
1605
|
+
c1,
|
|
1606
1606
|
{
|
|
1607
1607
|
id: "contact-message",
|
|
1608
1608
|
name: "contact-message",
|
|
@@ -1633,7 +1633,7 @@ const W = {
|
|
|
1633
1633
|
]
|
|
1634
1634
|
}
|
|
1635
1635
|
);
|
|
1636
|
-
},
|
|
1636
|
+
}, K1 = A(u1), p1 = ({
|
|
1637
1637
|
block: d = !1,
|
|
1638
1638
|
children: e,
|
|
1639
1639
|
className: t,
|
|
@@ -1641,10 +1641,10 @@ const W = {
|
|
|
1641
1641
|
footerClass: n,
|
|
1642
1642
|
footerContent: s,
|
|
1643
1643
|
headerContent: l,
|
|
1644
|
-
headerClass:
|
|
1644
|
+
headerClass: o,
|
|
1645
1645
|
list: r = !1,
|
|
1646
|
-
props:
|
|
1647
|
-
variation:
|
|
1646
|
+
props: i = {},
|
|
1647
|
+
variation: u = "primary"
|
|
1648
1648
|
}) => {
|
|
1649
1649
|
const p = r ? "ul" : "div";
|
|
1650
1650
|
return /* @__PURE__ */ M(
|
|
@@ -1653,12 +1653,12 @@ const W = {
|
|
|
1653
1653
|
className: m(
|
|
1654
1654
|
"content-card",
|
|
1655
1655
|
{ "content-card--block": d },
|
|
1656
|
-
`content-card--${
|
|
1656
|
+
`content-card--${u}`,
|
|
1657
1657
|
t
|
|
1658
1658
|
),
|
|
1659
|
-
...
|
|
1659
|
+
...i,
|
|
1660
1660
|
children: [
|
|
1661
|
-
l && /* @__PURE__ */ c("div", { className: m("content-card__header",
|
|
1661
|
+
l && /* @__PURE__ */ c("div", { className: m("content-card__header", o), children: typeof l == "string" ? /* @__PURE__ */ c("h3", { children: l }) : l }),
|
|
1662
1662
|
/* @__PURE__ */ c(
|
|
1663
1663
|
p,
|
|
1664
1664
|
{
|
|
@@ -1671,7 +1671,7 @@ const W = {
|
|
|
1671
1671
|
]
|
|
1672
1672
|
}
|
|
1673
1673
|
);
|
|
1674
|
-
},
|
|
1674
|
+
}, X1 = A(p1), m1 = ({
|
|
1675
1675
|
children: d,
|
|
1676
1676
|
className: e,
|
|
1677
1677
|
colGap: t = 2,
|
|
@@ -1679,10 +1679,10 @@ const W = {
|
|
|
1679
1679
|
label: n,
|
|
1680
1680
|
labelClass: s,
|
|
1681
1681
|
props: l = {},
|
|
1682
|
-
rowGap:
|
|
1682
|
+
rowGap: o = 1,
|
|
1683
1683
|
value: r,
|
|
1684
|
-
valueClass:
|
|
1685
|
-
wrap:
|
|
1684
|
+
valueClass: i,
|
|
1685
|
+
wrap: u = !1
|
|
1686
1686
|
}) => /* @__PURE__ */ M(
|
|
1687
1687
|
"div",
|
|
1688
1688
|
{
|
|
@@ -1691,22 +1691,22 @@ const W = {
|
|
|
1691
1691
|
{
|
|
1692
1692
|
"flex-col items-start": a === "col",
|
|
1693
1693
|
"flex-row items-center": a === "row",
|
|
1694
|
-
"flex-wrap":
|
|
1694
|
+
"flex-wrap": u
|
|
1695
1695
|
},
|
|
1696
1696
|
e
|
|
1697
1697
|
),
|
|
1698
1698
|
style: {
|
|
1699
1699
|
columnGap: `${t / 4}rem`,
|
|
1700
|
-
rowGap: `${
|
|
1700
|
+
rowGap: `${o / 4}rem`
|
|
1701
1701
|
},
|
|
1702
1702
|
...l,
|
|
1703
1703
|
children: [
|
|
1704
1704
|
n && /* @__PURE__ */ c("div", { className: m("item-label", s), children: n }),
|
|
1705
|
-
r && /* @__PURE__ */ c("div", { className: m("item-value",
|
|
1705
|
+
r && /* @__PURE__ */ c("div", { className: m("item-value", i), children: r }),
|
|
1706
1706
|
d
|
|
1707
1707
|
]
|
|
1708
1708
|
}
|
|
1709
|
-
),
|
|
1709
|
+
), e2 = A(m1), t2 = ({
|
|
1710
1710
|
breakPage: d = !1,
|
|
1711
1711
|
children: e,
|
|
1712
1712
|
className: t,
|
|
@@ -1714,7 +1714,7 @@ const W = {
|
|
|
1714
1714
|
props: n = {},
|
|
1715
1715
|
title: s,
|
|
1716
1716
|
titleClass: l,
|
|
1717
|
-
titleId:
|
|
1717
|
+
titleId: o
|
|
1718
1718
|
}) => /* @__PURE__ */ M(
|
|
1719
1719
|
"section",
|
|
1720
1720
|
{
|
|
@@ -1728,11 +1728,11 @@ const W = {
|
|
|
1728
1728
|
),
|
|
1729
1729
|
...n,
|
|
1730
1730
|
children: [
|
|
1731
|
-
s && /* @__PURE__ */ c("h2", { className: m("spacer-title", l), id:
|
|
1731
|
+
s && /* @__PURE__ */ c("h2", { className: m("spacer-title", l), id: o, children: s }),
|
|
1732
1732
|
e
|
|
1733
1733
|
]
|
|
1734
1734
|
}
|
|
1735
|
-
),
|
|
1735
|
+
), a2 = ({ children: d, className: e, list: t = !0 }) => /* @__PURE__ */ c(t ? "li" : "div", { className: m("stacked-list", e), children: d }), f1 = ({ align: d = "center", children: e, className: t, tag: a = "h1", title: n }) => /* @__PURE__ */ c(
|
|
1736
1736
|
a,
|
|
1737
1737
|
{
|
|
1738
1738
|
className: m(
|
|
@@ -1746,7 +1746,7 @@ const W = {
|
|
|
1746
1746
|
),
|
|
1747
1747
|
children: n || e
|
|
1748
1748
|
}
|
|
1749
|
-
),
|
|
1749
|
+
), n2 = A(f1), V1 = {
|
|
1750
1750
|
circular: "circular 3s linear infinite",
|
|
1751
1751
|
"circular-reverse": "circular 3s linear reverse infinite",
|
|
1752
1752
|
"fade-in": "fade-in 0.2.5s ease-out",
|
|
@@ -1758,17 +1758,17 @@ const W = {
|
|
|
1758
1758
|
"menu-open": "menu-open 0.1s ease-out",
|
|
1759
1759
|
"menu-close": "menu-close 0.1s ease-in-out",
|
|
1760
1760
|
indeterminate_first: "indeterminate_first 1.1s ease-in-out infinite"
|
|
1761
|
-
},
|
|
1761
|
+
}, H1 = {
|
|
1762
1762
|
map: "var(--map)"
|
|
1763
|
-
},
|
|
1763
|
+
}, C1 = {
|
|
1764
1764
|
"3xs": "0.5rem",
|
|
1765
1765
|
xxs: "0.625rem",
|
|
1766
1766
|
"2.5xl": "1.625rem",
|
|
1767
1767
|
"2.75xl": "1.75rem",
|
|
1768
1768
|
"3.5xl": "2rem"
|
|
1769
|
-
},
|
|
1769
|
+
}, L1 = {
|
|
1770
1770
|
17: "repeat(17, minmax(0, 1fr))"
|
|
1771
|
-
},
|
|
1771
|
+
}, M1 = {
|
|
1772
1772
|
circular: {
|
|
1773
1773
|
"100%": {
|
|
1774
1774
|
transform: "rotate(360deg)"
|
|
@@ -1858,16 +1858,16 @@ const W = {
|
|
|
1858
1858
|
transform: "translateX(100%)"
|
|
1859
1859
|
}
|
|
1860
1860
|
}
|
|
1861
|
-
},
|
|
1861
|
+
}, g1 = {
|
|
1862
1862
|
20: "5rem",
|
|
1863
1863
|
24: "6rem",
|
|
1864
1864
|
28: "7rem",
|
|
1865
1865
|
32: "8rem"
|
|
1866
|
-
},
|
|
1866
|
+
}, v1 = {
|
|
1867
1867
|
aside: "268px",
|
|
1868
1868
|
container: "724px",
|
|
1869
1869
|
page: "1200px"
|
|
1870
|
-
},
|
|
1870
|
+
}, b1 = {
|
|
1871
1871
|
"xs-max": {
|
|
1872
1872
|
max: "639px"
|
|
1873
1873
|
},
|
|
@@ -1885,21 +1885,21 @@ const W = {
|
|
|
1885
1885
|
max: "1199px"
|
|
1886
1886
|
},
|
|
1887
1887
|
"lg-up": "1200px"
|
|
1888
|
-
},
|
|
1888
|
+
}, A1 = {
|
|
1889
1889
|
0: "0ms",
|
|
1890
1890
|
50: "50ms"
|
|
1891
1891
|
}, y1 = {
|
|
1892
1892
|
"center-top": "center 30%"
|
|
1893
1893
|
}, O = {
|
|
1894
|
-
animation:
|
|
1895
|
-
backgroundImage:
|
|
1896
|
-
fontSize:
|
|
1897
|
-
gridTemplateColumns:
|
|
1898
|
-
keyframes:
|
|
1899
|
-
margin:
|
|
1900
|
-
maxWidth:
|
|
1901
|
-
screens:
|
|
1902
|
-
transitionDuration:
|
|
1894
|
+
animation: V1,
|
|
1895
|
+
backgroundImage: H1,
|
|
1896
|
+
fontSize: C1,
|
|
1897
|
+
gridTemplateColumns: L1,
|
|
1898
|
+
keyframes: M1,
|
|
1899
|
+
margin: g1,
|
|
1900
|
+
maxWidth: v1,
|
|
1901
|
+
screens: b1,
|
|
1902
|
+
transitionDuration: A1,
|
|
1903
1903
|
transformOrigin: y1
|
|
1904
1904
|
}, B = {
|
|
1905
1905
|
black: {
|
|
@@ -2008,10 +2008,10 @@ const W = {
|
|
|
2008
2008
|
purple: "hsl(279 85% 57%)",
|
|
2009
2009
|
white: "hsl(0 0% 100%)",
|
|
2010
2010
|
transparent: "hsl(0 0% 100% / 0)"
|
|
2011
|
-
},
|
|
2011
|
+
}, s2 = {
|
|
2012
2012
|
...B,
|
|
2013
2013
|
...I
|
|
2014
|
-
},
|
|
2014
|
+
}, x1 = ({ matchUtilities: d, theme: e }) => d(
|
|
2015
2015
|
{
|
|
2016
2016
|
aspect: (t) => ({
|
|
2017
2017
|
"@supports (aspect-ratio: 1 / 1)": {
|
|
@@ -2032,7 +2032,7 @@ const W = {
|
|
|
2032
2032
|
})
|
|
2033
2033
|
},
|
|
2034
2034
|
{ values: e("aspectRatio") }
|
|
2035
|
-
),
|
|
2035
|
+
), w1 = ({ matchUtilities: d, theme: e }) => d(
|
|
2036
2036
|
{
|
|
2037
2037
|
"animation-delay": (t) => ({
|
|
2038
2038
|
"animation-delay": t
|
|
@@ -2041,11 +2041,11 @@ const W = {
|
|
|
2041
2041
|
{
|
|
2042
2042
|
values: e("transitionDelay")
|
|
2043
2043
|
}
|
|
2044
|
-
),
|
|
2044
|
+
), S1 = ({ matchUtilities: d }) => d({
|
|
2045
2045
|
"max-inline": (e) => ({
|
|
2046
2046
|
"max-inline-size": e
|
|
2047
2047
|
})
|
|
2048
|
-
}),
|
|
2048
|
+
}), k1 = ({ matchUtilities: d }) => d({
|
|
2049
2049
|
"max-block": (e) => ({
|
|
2050
2050
|
"max-block-size": e
|
|
2051
2051
|
})
|
|
@@ -2057,23 +2057,23 @@ const W = {
|
|
|
2057
2057
|
sizeProps: n = null,
|
|
2058
2058
|
sizes: s,
|
|
2059
2059
|
weights: l,
|
|
2060
|
-
weightProps:
|
|
2060
|
+
weightProps: o = null
|
|
2061
2061
|
}) => {
|
|
2062
2062
|
const r = {};
|
|
2063
|
-
Object.entries(s).forEach(([
|
|
2063
|
+
Object.entries(s).forEach(([i, u]) => {
|
|
2064
2064
|
const p = {
|
|
2065
|
-
"font-size":
|
|
2065
|
+
"font-size": u,
|
|
2066
2066
|
...a
|
|
2067
|
-
}, V = `.${e(`${t}-${
|
|
2067
|
+
}, V = `.${e(`${t}-${i}`)}`, C = n ? n({ sizeKey: i, sizeValue: u }) : {};
|
|
2068
2068
|
r[V] = {
|
|
2069
2069
|
...p,
|
|
2070
2070
|
...C
|
|
2071
|
-
}, Object.entries(l).forEach(([f,
|
|
2072
|
-
const
|
|
2073
|
-
r[
|
|
2071
|
+
}, Object.entries(l).forEach(([f, g]) => {
|
|
2072
|
+
const y = `.${e(`${t}-${i}-${f}`)}`, h = o ? o({ sizeKey: i, sizeValue: u, weightKey: f, weightValue: g }) : {};
|
|
2073
|
+
r[y] = {
|
|
2074
2074
|
...p,
|
|
2075
|
-
"font-weight":
|
|
2076
|
-
...
|
|
2075
|
+
"font-weight": g,
|
|
2076
|
+
...h
|
|
2077
2077
|
};
|
|
2078
2078
|
});
|
|
2079
2079
|
}), d(r);
|
|
@@ -2157,7 +2157,7 @@ const W = {
|
|
|
2157
2157
|
4: "1.25rem",
|
|
2158
2158
|
5: "1.125rem",
|
|
2159
2159
|
6: "1rem"
|
|
2160
|
-
},
|
|
2160
|
+
}, o = {
|
|
2161
2161
|
1: "0.938rem",
|
|
2162
2162
|
2: "0.813rem",
|
|
2163
2163
|
3: "0.75rem"
|
|
@@ -2178,18 +2178,18 @@ const W = {
|
|
|
2178
2178
|
addUtilities: d,
|
|
2179
2179
|
e: a,
|
|
2180
2180
|
classPrefix: "text-body",
|
|
2181
|
-
sizes:
|
|
2181
|
+
sizes: o,
|
|
2182
2182
|
weights: s
|
|
2183
|
-
}),
|
|
2183
|
+
}), x1({ matchUtilities: e, theme: t }), w1({ matchUtilities: e, theme: t }), S1({ matchUtilities: e }), k1({ matchUtilities: e });
|
|
2184
2184
|
}
|
|
2185
|
-
],
|
|
2185
|
+
], r2 = {
|
|
2186
2186
|
theme: {
|
|
2187
2187
|
extend: O,
|
|
2188
2188
|
colors: B
|
|
2189
2189
|
},
|
|
2190
2190
|
plugins: q,
|
|
2191
2191
|
corePlugins: $
|
|
2192
|
-
},
|
|
2192
|
+
}, l2 = {
|
|
2193
2193
|
theme: {
|
|
2194
2194
|
extend: O,
|
|
2195
2195
|
colors: I
|
|
@@ -2197,7 +2197,7 @@ const W = {
|
|
|
2197
2197
|
plugins: q,
|
|
2198
2198
|
corePlugins: $
|
|
2199
2199
|
};
|
|
2200
|
-
function
|
|
2200
|
+
function z1(d, e = []) {
|
|
2201
2201
|
return new Proxy(d, {
|
|
2202
2202
|
get: function(t, a) {
|
|
2203
2203
|
return t[a];
|
|
@@ -2208,39 +2208,39 @@ function Z1(d, e = []) {
|
|
|
2208
2208
|
}
|
|
2209
2209
|
});
|
|
2210
2210
|
}
|
|
2211
|
-
function
|
|
2211
|
+
function i2(d, e = []) {
|
|
2212
2212
|
e.length && (d == null || d.classList.add(...e));
|
|
2213
2213
|
}
|
|
2214
|
-
function
|
|
2214
|
+
function o2(d, e = []) {
|
|
2215
2215
|
e.length && (d == null || d.classList.remove(...e));
|
|
2216
2216
|
}
|
|
2217
|
-
function
|
|
2217
|
+
function c2({ cb: d, form: e, formData: t, validations: a, reactive: n = !1 }) {
|
|
2218
2218
|
let s = !0;
|
|
2219
|
-
for (const [l,
|
|
2220
|
-
const r = e.querySelector(`[name="${l}"]`),
|
|
2221
|
-
|
|
2222
|
-
p.isValid(
|
|
2223
|
-
}),
|
|
2219
|
+
for (const [l, o] of t.entries()) {
|
|
2220
|
+
const r = e.querySelector(`[name="${l}"]`), i = a[l], u = [];
|
|
2221
|
+
i.forEach((p) => {
|
|
2222
|
+
p.isValid(o) || u.push(p.message);
|
|
2223
|
+
}), u.length ? (s = !1, r.classList.add("field-error"), d && d({ isValid: s, field: r, validations: a })) : (r.classList.remove("field-error"), d && d({ isValid: !0, field: r, validations: a })), n && (r == null || r.addEventListener("input", (p) => {
|
|
2224
2224
|
p.preventDefault(), r.classList.contains("field-error") && r.classList.remove("field-error");
|
|
2225
2225
|
}));
|
|
2226
2226
|
}
|
|
2227
2227
|
return s;
|
|
2228
2228
|
}
|
|
2229
|
-
function
|
|
2229
|
+
function d2(d) {
|
|
2230
2230
|
const e = (
|
|
2231
2231
|
// eslint-disable-next-line
|
|
2232
2232
|
/(?:[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])+)\])/
|
|
2233
2233
|
), t = /[^a-zA-Z]+$/;
|
|
2234
2234
|
return e.test(d.toLowerCase()) && !t.test(d);
|
|
2235
2235
|
}
|
|
2236
|
-
class
|
|
2236
|
+
class h2 {
|
|
2237
2237
|
init(e) {
|
|
2238
2238
|
this.handleSliders(e);
|
|
2239
2239
|
}
|
|
2240
2240
|
handleSliders({ items: e, id: t = 1, cb: a }) {
|
|
2241
2241
|
if (!document.getElementById(`slider-container-${t}`))
|
|
2242
2242
|
return;
|
|
2243
|
-
const n =
|
|
2243
|
+
const n = z1(
|
|
2244
2244
|
{
|
|
2245
2245
|
activeIndex: 0,
|
|
2246
2246
|
computedSlides: [],
|
|
@@ -2279,12 +2279,12 @@ class u2 {
|
|
|
2279
2279
|
(r) => r.isIntersecting === !0
|
|
2280
2280
|
);
|
|
2281
2281
|
s && l ? t.disconnect() : (a.disableBtns = !1, e.forEach((r) => {
|
|
2282
|
-
const
|
|
2283
|
-
r.target === a.slides[0] && (a.showPrevBtn = r.isIntersecting), r.target === a.slides[a.slides.length - 1] && (a.showNextBtn = r.isIntersecting), r.target === a.slides[2] && (a.scrollToStart = r.isIntersecting), r.target === a.slides[a.slides.length - 2] && (a.scrollToEnd = r.isIntersecting), r.isIntersecting && !a.entriesIntersected.includes(
|
|
2282
|
+
const i = [...a.slides].indexOf(r.target);
|
|
2283
|
+
r.target === a.slides[0] && (a.showPrevBtn = r.isIntersecting), r.target === a.slides[a.slides.length - 1] && (a.showNextBtn = r.isIntersecting), r.target === a.slides[2] && (a.scrollToStart = r.isIntersecting), r.target === a.slides[a.slides.length - 2] && (a.scrollToEnd = r.isIntersecting), r.isIntersecting && !a.entriesIntersected.includes(i) && (a.entriesIntersected.push(i), a.activeIndex = i, o(r));
|
|
2284
2284
|
}));
|
|
2285
|
-
function
|
|
2286
|
-
var
|
|
2287
|
-
r.target !== a.slides[a.slides.length - 1] && r.target !== a.slides[0] && r.target !== a.slides[2] && r.target !== a.slides[a.slides.length - 2] && ((
|
|
2285
|
+
function o(r) {
|
|
2286
|
+
var i;
|
|
2287
|
+
r.target !== a.slides[a.slides.length - 1] && r.target !== a.slides[0] && r.target !== a.slides[2] && r.target !== a.slides[a.slides.length - 2] && ((i = a.observer) == null || i.unobserve(r.target));
|
|
2288
2288
|
}
|
|
2289
2289
|
}
|
|
2290
2290
|
btnListeners(e) {
|
|
@@ -2311,8 +2311,8 @@ class u2 {
|
|
|
2311
2311
|
), e.nextBtn = e.container.parentElement.querySelector(
|
|
2312
2312
|
`#btn-right-${a}`
|
|
2313
2313
|
);
|
|
2314
|
-
const
|
|
2315
|
-
r.innerHTML = `${s}${
|
|
2314
|
+
const o = t.map((i) => n(i)).join(""), r = document.createElement("div");
|
|
2315
|
+
r.innerHTML = `${s}${o}${l}`, e.container.replaceChildren(...r.children), e.container.parentElement.classList.add("loaded");
|
|
2316
2316
|
}
|
|
2317
2317
|
showHideBtns(e, t, a) {
|
|
2318
2318
|
if (a === "showPrevBtn" || a === "showNextBtn") {
|
|
@@ -2324,9 +2324,9 @@ class u2 {
|
|
|
2324
2324
|
}
|
|
2325
2325
|
class H {
|
|
2326
2326
|
static calcCrow(e, t, a, n) {
|
|
2327
|
-
const l = H.toRad(a - e),
|
|
2327
|
+
const l = H.toRad(a - e), o = H.toRad(n - t);
|
|
2328
2328
|
e = H.toRad(e), a = H.toRad(a);
|
|
2329
|
-
const r = Math.sin(l / 2) * Math.sin(l / 2) + Math.sin(
|
|
2329
|
+
const r = Math.sin(l / 2) * Math.sin(l / 2) + Math.sin(o / 2) * Math.sin(o / 2) * Math.cos(e) * Math.cos(a);
|
|
2330
2330
|
return 6371 * (2 * Math.atan2(Math.sqrt(r), Math.sqrt(1 - r)));
|
|
2331
2331
|
}
|
|
2332
2332
|
static cleanupAddress(e) {
|
|
@@ -2355,21 +2355,21 @@ class H {
|
|
|
2355
2355
|
static async createData(e, t = null, a = !0) {
|
|
2356
2356
|
if (window.options.isBot || !t)
|
|
2357
2357
|
return null;
|
|
2358
|
-
const { tolken: n = null, ip: s = null } = await H.getHeaders(), l = a === !1 ? "" : "&tolken=" + n + "&ip=" + s,
|
|
2358
|
+
const { tolken: n = null, ip: s = null } = await H.getHeaders(), l = a === !1 ? "" : "&tolken=" + n + "&ip=" + s, o = e + l, r = typeof t == "string" ? t : JSON.stringify(t), i = (t == null ? void 0 : t.website) ?? H.getWebsiteHeaderName();
|
|
2359
2359
|
try {
|
|
2360
|
-
const
|
|
2360
|
+
const u = await fetch(o, {
|
|
2361
2361
|
method: "POST",
|
|
2362
2362
|
body: r === "null" ? null : r,
|
|
2363
2363
|
headers: {
|
|
2364
|
-
website:
|
|
2364
|
+
website: i
|
|
2365
2365
|
}
|
|
2366
|
-
}), p =
|
|
2366
|
+
}), p = u.headers.get("content-type");
|
|
2367
2367
|
if (p && p.indexOf("application/json") !== -1)
|
|
2368
|
-
return
|
|
2369
|
-
const V = await
|
|
2368
|
+
return u.json();
|
|
2369
|
+
const V = await u.text();
|
|
2370
2370
|
return V ? V.replace("__next", "") : null;
|
|
2371
|
-
} catch (
|
|
2372
|
-
console.error("createData",
|
|
2371
|
+
} catch (u) {
|
|
2372
|
+
console.error("createData", u);
|
|
2373
2373
|
}
|
|
2374
2374
|
return null;
|
|
2375
2375
|
}
|
|
@@ -2429,15 +2429,15 @@ class H {
|
|
|
2429
2429
|
static async fetchData(e, t = !1, a = !0) {
|
|
2430
2430
|
if (options.isBot)
|
|
2431
2431
|
return null;
|
|
2432
|
-
const { tolken: n = null, ip: s = null } = await H.getHeaders(),
|
|
2432
|
+
const { tolken: n = null, ip: s = null } = await H.getHeaders(), o = e.replace("#", "").replace("%23", "") + "&tolken=" + n + "&ip=" + s;
|
|
2433
2433
|
try {
|
|
2434
|
-
const r = await fetch(
|
|
2434
|
+
const r = await fetch(o, { method: "GET" });
|
|
2435
2435
|
if (t === !0) {
|
|
2436
|
-
const
|
|
2437
|
-
return
|
|
2436
|
+
const u = await r.text();
|
|
2437
|
+
return u ? u.replace("__next", "") : null;
|
|
2438
2438
|
}
|
|
2439
|
-
const
|
|
2440
|
-
return
|
|
2439
|
+
const i = r.headers.get("content-type");
|
|
2440
|
+
return i && i.indexOf("application/json") !== -1 ? r.json() : null;
|
|
2441
2441
|
} catch (r) {
|
|
2442
2442
|
console.error("fetchData", r, e);
|
|
2443
2443
|
}
|
|
@@ -2467,11 +2467,11 @@ class H {
|
|
|
2467
2467
|
swLng: 0
|
|
2468
2468
|
};
|
|
2469
2469
|
const n = e.getBounds();
|
|
2470
|
-
let s = n.getSouth(), l = n.getEast(),
|
|
2471
|
-
return a && (s = s - a, l = l + a,
|
|
2470
|
+
let s = n.getSouth(), l = n.getEast(), o = n.getNorth(), r = n.getWest();
|
|
2471
|
+
return a && (s = s - a, l = l + a, o = o + a, r = r - a), t && (s = s.toFixed(t), l = l.toFixed(t), o = o.toFixed(t), r = r.toFixed(t)), {
|
|
2472
2472
|
swLat: s,
|
|
2473
2473
|
neLng: l,
|
|
2474
|
-
neLat:
|
|
2474
|
+
neLat: o,
|
|
2475
2475
|
swLng: r
|
|
2476
2476
|
};
|
|
2477
2477
|
}
|
|
@@ -2513,12 +2513,12 @@ class H {
|
|
|
2513
2513
|
};
|
|
2514
2514
|
if (options && options.isBot || typeof window.localStorage > "u")
|
|
2515
2515
|
return l;
|
|
2516
|
-
const
|
|
2517
|
-
if (
|
|
2518
|
-
const
|
|
2519
|
-
return
|
|
2520
|
-
tolken:
|
|
2521
|
-
ip:
|
|
2516
|
+
const o = localStorage.getItem("headerTolken");
|
|
2517
|
+
if (o) {
|
|
2518
|
+
const i = JSON.parse(o), u = (/* @__PURE__ */ new Date()).getTime();
|
|
2519
|
+
return i.expire - u < 0 && localStorage.removeItem("headerTolken"), {
|
|
2520
|
+
tolken: i.tolken,
|
|
2521
|
+
ip: i.ip,
|
|
2522
2522
|
userAgent: t,
|
|
2523
2523
|
platform: s
|
|
2524
2524
|
};
|
|
@@ -2526,7 +2526,7 @@ class H {
|
|
|
2526
2526
|
if ((r = window == null ? void 0 : window.options) != null && r.isPdf)
|
|
2527
2527
|
return l;
|
|
2528
2528
|
try {
|
|
2529
|
-
const
|
|
2529
|
+
const u = await (await fetch("/api/headers")).json(), p = (u == null ? void 0 : u.token) ?? null, V = (u == null ? void 0 : u.ip) ?? null;
|
|
2530
2530
|
return localStorage.setItem(
|
|
2531
2531
|
"headerTolken",
|
|
2532
2532
|
JSON.stringify({
|
|
@@ -2535,8 +2535,8 @@ class H {
|
|
|
2535
2535
|
expire: (/* @__PURE__ */ new Date()).getTime() + e * 1e3
|
|
2536
2536
|
})
|
|
2537
2537
|
), { tolken: p, ip: V, userAgent: t, platform: s };
|
|
2538
|
-
} catch (
|
|
2539
|
-
console.error("getHeaders",
|
|
2538
|
+
} catch (i) {
|
|
2539
|
+
console.error("getHeaders", i);
|
|
2540
2540
|
}
|
|
2541
2541
|
return l;
|
|
2542
2542
|
}
|
|
@@ -2551,11 +2551,11 @@ class H {
|
|
|
2551
2551
|
return await H.fetchData("/api/client?query=" + l);
|
|
2552
2552
|
}
|
|
2553
2553
|
static getReportUrl(e, t = null) {
|
|
2554
|
-
var r,
|
|
2555
|
-
const a = ((r = e == null ? void 0 : e.state) == null ? void 0 : r.slug) ?? null, n = ((
|
|
2554
|
+
var r, i, u;
|
|
2555
|
+
const a = ((r = e == null ? void 0 : e.state) == null ? void 0 : r.slug) ?? null, n = ((i = e == null ? void 0 : e.city) == null ? void 0 : i.slug) ?? null, s = ((u = e == null ? void 0 : e.name) == null ? void 0 : u.slug) ?? null, l = (e == null ? void 0 : e.zip) ?? null;
|
|
2556
2556
|
t = t || ((e == null ? void 0 : e.id) ?? null);
|
|
2557
|
-
const
|
|
2558
|
-
return "/" + [a, n, s].filter((p) => p).map((p) => H.toSlug(p)).join("/") + "/" +
|
|
2557
|
+
const o = [l, "-piq", t].filter((p) => p).join("");
|
|
2558
|
+
return "/" + [a, n, s].filter((p) => p).map((p) => H.toSlug(p)).join("/") + "/" + o;
|
|
2559
2559
|
}
|
|
2560
2560
|
static async getSearchValue(e = "recsSearchValue") {
|
|
2561
2561
|
try {
|
|
@@ -2722,10 +2722,10 @@ class H {
|
|
|
2722
2722
|
const n = this;
|
|
2723
2723
|
L.GridLayer.GridDebug = L.GridLayer.extend({
|
|
2724
2724
|
createTile: function(s, l) {
|
|
2725
|
-
const
|
|
2725
|
+
const o = document.createElement("div");
|
|
2726
2726
|
return setTimeout(() => {
|
|
2727
|
-
l(null,
|
|
2728
|
-
const { se: r, nw:
|
|
2727
|
+
l(null, o);
|
|
2728
|
+
const { se: r, nw: i } = n.getGridBounds({
|
|
2729
2729
|
map: e,
|
|
2730
2730
|
tileSize: this.getTileSize(),
|
|
2731
2731
|
coords: s
|
|
@@ -2733,12 +2733,12 @@ class H {
|
|
|
2733
2733
|
t({
|
|
2734
2734
|
swLat: r.lat,
|
|
2735
2735
|
neLng: r.lng,
|
|
2736
|
-
neLat:
|
|
2737
|
-
swLng:
|
|
2736
|
+
neLat: i.lat,
|
|
2737
|
+
swLng: i.lng,
|
|
2738
2738
|
coords: s,
|
|
2739
2739
|
key: s.z + "-" + s.x + "-" + s.y
|
|
2740
2740
|
});
|
|
2741
|
-
}, a),
|
|
2741
|
+
}, a), o;
|
|
2742
2742
|
}
|
|
2743
2743
|
}), L.gridLayer.gridDebug = function(s) {
|
|
2744
2744
|
return new L.GridLayer.GridDebug(s);
|
|
@@ -2763,9 +2763,9 @@ class H {
|
|
|
2763
2763
|
onOpen: n = null,
|
|
2764
2764
|
onTargetClick: s = null,
|
|
2765
2765
|
selfClose: l = !1,
|
|
2766
|
-
target:
|
|
2766
|
+
target: o = null
|
|
2767
2767
|
}) {
|
|
2768
|
-
const r =
|
|
2768
|
+
const r = o ? document.querySelectorAll(o) : [], i = document.getElementById(`${t}-dialog`), u = l ? i == null ? void 0 : i.querySelectorAll("[data-dialog-close]") : document.querySelectorAll("[data-dialog-close]"), p = [
|
|
2769
2769
|
"closing",
|
|
2770
2770
|
"closed",
|
|
2771
2771
|
"opening",
|
|
@@ -2773,55 +2773,59 @@ class H {
|
|
|
2773
2773
|
"outside",
|
|
2774
2774
|
"removed"
|
|
2775
2775
|
].reduce(
|
|
2776
|
-
(
|
|
2777
|
-
...
|
|
2778
|
-
[
|
|
2776
|
+
(h, v) => ({
|
|
2777
|
+
...h,
|
|
2778
|
+
[v]: new Event(v)
|
|
2779
2779
|
}),
|
|
2780
2780
|
{}
|
|
2781
|
-
), V = new MutationObserver((
|
|
2782
|
-
|
|
2781
|
+
), V = new MutationObserver((h, v) => {
|
|
2782
|
+
h.forEach(async (w) => {
|
|
2783
2783
|
if (w.attributeName === "open") {
|
|
2784
|
-
const
|
|
2785
|
-
if (!(
|
|
2786
|
-
|
|
2784
|
+
const b = w.target;
|
|
2785
|
+
if (!(b == null ? void 0 : b.hasAttribute("open"))) return;
|
|
2786
|
+
b == null || b.removeAttribute("inert"), b == null || b.dispatchEvent(p.opening), b && await y(b), b == null || b.dispatchEvent(p.opened);
|
|
2787
2787
|
}
|
|
2788
2788
|
});
|
|
2789
|
-
}), C = new MutationObserver((
|
|
2790
|
-
|
|
2791
|
-
w.removedNodes.forEach((
|
|
2792
|
-
|
|
2789
|
+
}), C = new MutationObserver((h, v) => {
|
|
2790
|
+
h.forEach((w) => {
|
|
2791
|
+
w.removedNodes.forEach((b) => {
|
|
2792
|
+
b.nodeName === "DIALOG" && (b.removeEventListener("click", g), b.removeEventListener("close", f), b.dispatchEvent(p.removed), C == null || C.disconnect(), V == null || V.disconnect());
|
|
2793
2793
|
});
|
|
2794
2794
|
});
|
|
2795
2795
|
});
|
|
2796
|
-
|
|
2796
|
+
i && (V.observe(i, {
|
|
2797
2797
|
attributes: !0
|
|
2798
2798
|
}), C.observe(document.body, {
|
|
2799
2799
|
attributes: !1,
|
|
2800
2800
|
subtree: !1,
|
|
2801
2801
|
childList: !0
|
|
2802
2802
|
}));
|
|
2803
|
-
const f = async ({ target:
|
|
2804
|
-
|
|
2805
|
-
},
|
|
2806
|
-
(
|
|
2807
|
-
},
|
|
2808
|
-
|
|
2803
|
+
const f = async ({ target: h }) => {
|
|
2804
|
+
h == null || h.classList.add("closing"), h == null || h.setAttribute("inert", ""), h == null || h.dispatchEvent(p.closing), h && await y(h), h == null || h.classList.remove("closing"), h == null || h.dispatchEvent(p.closed);
|
|
2805
|
+
}, g = async ({ target: h }) => {
|
|
2806
|
+
(h == null ? void 0 : h.nodeName) === "DIALOG" && (h == null || h.dispatchEvent(p.outside), i == null || i.close("outside"));
|
|
2807
|
+
}, y = (h) => Promise.allSettled(
|
|
2808
|
+
h == null ? void 0 : h.getAnimations().map((v) => v == null ? void 0 : v.finished)
|
|
2809
2809
|
);
|
|
2810
|
-
return !e && (
|
|
2811
|
-
await f({ target:
|
|
2812
|
-
}),
|
|
2813
|
-
|
|
2814
|
-
})),
|
|
2815
|
-
|
|
2816
|
-
|
|
2810
|
+
return !e && (i == null || i.addEventListener("click", g)), i == null || i.addEventListener("close", async (h) => {
|
|
2811
|
+
await f({ target: h.target }), a && a(h, i);
|
|
2812
|
+
}), e && (i == null || i.addEventListener("cancel", async (h) => {
|
|
2813
|
+
h.key === "Escape" && h.preventDefault();
|
|
2814
|
+
})), e && (i == null || i.addEventListener("keydown", (h) => {
|
|
2815
|
+
h.key === "Escape" && h.preventDefault();
|
|
2816
|
+
})), n && (i == null || i.addEventListener("open", async (h) => {
|
|
2817
|
+
n(h, i);
|
|
2818
|
+
})), r == null || r.forEach((h) => {
|
|
2819
|
+
h.addEventListener("click", (v) => {
|
|
2820
|
+
i == null || i.showModal(), s && s(v, i);
|
|
2817
2821
|
});
|
|
2818
|
-
}),
|
|
2819
|
-
|
|
2820
|
-
|
|
2822
|
+
}), u == null || u.forEach((h) => {
|
|
2823
|
+
h.addEventListener("click", async (v) => {
|
|
2824
|
+
i == null || i.close("close");
|
|
2821
2825
|
});
|
|
2822
2826
|
}), {
|
|
2823
2827
|
activators: r,
|
|
2824
|
-
ref:
|
|
2828
|
+
ref: i
|
|
2825
2829
|
};
|
|
2826
2830
|
}
|
|
2827
2831
|
static hasBoundsEntry(e, t = "bounds") {
|
|
@@ -2831,8 +2835,8 @@ class H {
|
|
|
2831
2835
|
if (!e)
|
|
2832
2836
|
return;
|
|
2833
2837
|
const n = (a == null ? void 0 : a.useBounding) ?? !1;
|
|
2834
|
-
new IntersectionObserver(async (l,
|
|
2835
|
-
n ? (l[0].isIntersecting || l[0].boundingClientRect.y < 0) && t({ obs:
|
|
2838
|
+
new IntersectionObserver(async (l, o) => {
|
|
2839
|
+
n ? (l[0].isIntersecting || l[0].boundingClientRect.y < 0) && t({ obs: o, entry: l[0], entries: l }) : l[0].isIntersecting && t({ obs: o, entry: l[0], entries: l });
|
|
2836
2840
|
}, a).observe(e);
|
|
2837
2841
|
}
|
|
2838
2842
|
static injectLink({ href: e, id: t }) {
|
|
@@ -2841,10 +2845,10 @@ class H {
|
|
|
2841
2845
|
}
|
|
2842
2846
|
static injectScript({ src: e, id: t = null, async: a = !0, module: n = !1 }) {
|
|
2843
2847
|
return new Promise(function(s, l) {
|
|
2844
|
-
let
|
|
2845
|
-
if (t &&
|
|
2848
|
+
let o = document.getElementById(t);
|
|
2849
|
+
if (t && o && o.dataset.loaded === "true")
|
|
2846
2850
|
return s({ alreadyLoaded: !0, id: t });
|
|
2847
|
-
|
|
2851
|
+
o || (o = document.createElement("script"), o.src = e, o.dataset.loaded = "false", t && (o.id = t), o.type = n ? "module" : "text/javascript", o.async = a, document.body.appendChild(o), o.onload = () => (o.dataset.loaded = "true", s({ alreadyLoaded: !1, id: t })), o.onerror = () => l(!1));
|
|
2848
2852
|
});
|
|
2849
2853
|
}
|
|
2850
2854
|
static isMobile({ selector: e = null, width: t = 640 } = {}) {
|
|
@@ -2971,16 +2975,16 @@ class H {
|
|
|
2971
2975
|
middle: n = null,
|
|
2972
2976
|
last: s = null,
|
|
2973
2977
|
min: l = null,
|
|
2974
|
-
max:
|
|
2978
|
+
max: o = null,
|
|
2975
2979
|
city: r = null,
|
|
2976
|
-
state:
|
|
2977
|
-
vin:
|
|
2980
|
+
state: i = null,
|
|
2981
|
+
vin: u = null,
|
|
2978
2982
|
license: p = null,
|
|
2979
2983
|
token: V = null,
|
|
2980
2984
|
phone: C = null
|
|
2981
|
-
} = e || {}, f = t && t !== "",
|
|
2982
|
-
let
|
|
2983
|
-
return t && t !== "" &&
|
|
2985
|
+
} = e || {}, f = t && t !== "", g = l && l !== "" && l !== "18", y = o && o !== "" && l !== "99";
|
|
2986
|
+
let h = [];
|
|
2987
|
+
return t && t !== "" && h.push("name=" + t), f || (a && a !== "" && h.push("first=" + a), n && n !== "" && h.push("middle=" + n), s && s !== "" && h.push("last=" + s)), g && y ? parseInt(l) > parseInt(o) ? (h.push("min=" + o), h.push("max=" + l)) : (h.push("min=" + l), h.push("max=" + o)) : (g && h.push("min=" + l), y && h.push("max=" + o)), C && C !== "" && h.push("phone=" + C), r && r !== "" && h.push("city=" + r), p && p !== "" && h.push("license=" + p), u && u !== "" && h.push("vin=" + u), i && i !== "" && h.push("state=" + i), V && V !== "" && h.push("token=" + V), h.join("&");
|
|
2984
2988
|
}
|
|
2985
2989
|
static padTo2Digits(e) {
|
|
2986
2990
|
return e.toString().padStart(2, "0");
|
|
@@ -2995,26 +2999,26 @@ class H {
|
|
|
2995
2999
|
useCitySearch: n = !1,
|
|
2996
3000
|
useCityStateSearch: s = !1,
|
|
2997
3001
|
useSearch: l = !1,
|
|
2998
|
-
useLocation:
|
|
3002
|
+
useLocation: o = !0,
|
|
2999
3003
|
state: r = "",
|
|
3000
|
-
useGoogle:
|
|
3001
|
-
useGoogleOverride:
|
|
3004
|
+
useGoogle: i = !1,
|
|
3005
|
+
useGoogleOverride: u = !1,
|
|
3002
3006
|
useAmazonOverride: p = !1,
|
|
3003
3007
|
isSandboxAccount: V = !1
|
|
3004
|
-
} = t ?? {}, { tolken: C = null, ip: f = null } = await H.getHeaders(),
|
|
3008
|
+
} = t ?? {}, { tolken: C = null, ip: f = null } = await H.getHeaders(), y = [
|
|
3005
3009
|
"query=" + encodeURIComponent(this.cleanupAddress(e)),
|
|
3006
3010
|
"addressesOnly=" + a,
|
|
3007
3011
|
"useSearch=" + l,
|
|
3008
3012
|
"useCitySearch=" + n,
|
|
3009
3013
|
"useCityStateSearch=" + s,
|
|
3010
|
-
"useLocation=" +
|
|
3011
|
-
"useGoogle=" +
|
|
3012
|
-
"useGoogleOverride=" +
|
|
3014
|
+
"useLocation=" + o,
|
|
3015
|
+
"useGoogle=" + i,
|
|
3016
|
+
"useGoogleOverride=" + u,
|
|
3013
3017
|
"useAmazonOverride=" + p,
|
|
3014
3018
|
"isSandboxAccount=" + V
|
|
3015
3019
|
];
|
|
3016
|
-
r && r !== "" && !s &&
|
|
3017
|
-
const
|
|
3020
|
+
r && r !== "" && !s && y.push("state=" + r), C && C !== "" && y.push("tolken=" + C), f && f !== "" && y.push("ip=" + f);
|
|
3021
|
+
const h = y.join("&"), w = (n || s ? "/api/autocomplete-city" : "/api/autocomplete") + "?" + h;
|
|
3018
3022
|
return await H.makeSearchFetchCall(w);
|
|
3019
3023
|
}
|
|
3020
3024
|
static removeElements(e) {
|
|
@@ -3062,8 +3066,8 @@ class H {
|
|
|
3062
3066
|
if (a && !n) {
|
|
3063
3067
|
const s = a.split(" "), l = s[s.length - 1];
|
|
3064
3068
|
if (l.length) {
|
|
3065
|
-
const
|
|
3066
|
-
|
|
3069
|
+
const o = this.searchInStates(l);
|
|
3070
|
+
o && (n = o.short, a = s.slice(0, -1).join(" "));
|
|
3067
3071
|
}
|
|
3068
3072
|
}
|
|
3069
3073
|
return a && n && a.toLowerCase() === n.toLowerCase() && (a = null), e.city = a, e.state = n ? n.toUpperCase() : null, e;
|
|
@@ -3076,9 +3080,9 @@ class H {
|
|
|
3076
3080
|
static async setRandomFileNameVersion(e, t = "scripts") {
|
|
3077
3081
|
const a = Date.now(), n = typeof window < "u" ? window.location.origin : "", s = t ? `/${t}/` : "/";
|
|
3078
3082
|
try {
|
|
3079
|
-
const l = e.map(({ fileName:
|
|
3080
|
-
|
|
3081
|
-
|
|
3083
|
+
const l = e.map(({ fileName: i, initFunctionName: u }) => import(`${n}${s}${i}?v=${a}`)), o = await Promise.all(l), r = [];
|
|
3084
|
+
o.forEach((i, u) => {
|
|
3085
|
+
i && typeof i[e[u].initFunctionName] == "function" ? r.push(i[e[u].initFunctionName]()) : console.error(`error loading ${e[u].initFunctionName}()`);
|
|
3082
3086
|
}), r.length > 0 && await Promise.all(r);
|
|
3083
3087
|
} catch (l) {
|
|
3084
3088
|
console.error("Failed to load one or more search modules:", l);
|
|
@@ -3164,44 +3168,44 @@ class H {
|
|
|
3164
3168
|
}
|
|
3165
3169
|
}
|
|
3166
3170
|
export {
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
+
F1 as Accordion,
|
|
3172
|
+
T1 as Alert,
|
|
3173
|
+
D1 as Autocomplete,
|
|
3174
|
+
O1 as Badge,
|
|
3171
3175
|
F as Button,
|
|
3172
|
-
|
|
3173
|
-
|
|
3176
|
+
h2 as CardSlider,
|
|
3177
|
+
B1 as Checkbox,
|
|
3174
3178
|
H as Common,
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3179
|
+
K1 as ContactForm,
|
|
3180
|
+
X1 as ContentCard,
|
|
3181
|
+
I1 as Dialog,
|
|
3182
|
+
$1 as Dots,
|
|
3183
|
+
e2 as FlexItem,
|
|
3184
|
+
n2 as FunnelHeader,
|
|
3185
|
+
x as Icon,
|
|
3186
|
+
q1 as LoadingBar,
|
|
3187
|
+
P1 as Popover,
|
|
3188
|
+
j1 as ProcessingSpinner,
|
|
3189
|
+
R1 as ProgressBar,
|
|
3190
|
+
W1 as Radio,
|
|
3191
|
+
U1 as Select,
|
|
3192
|
+
G1 as Skeleton,
|
|
3193
|
+
Q1 as Slider,
|
|
3194
|
+
t2 as Spacer,
|
|
3195
|
+
J1 as Spinner,
|
|
3196
|
+
a2 as StackedListItem,
|
|
3197
|
+
_1 as Stars,
|
|
3198
|
+
c1 as TextArea,
|
|
3195
3199
|
T as Textbox,
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3200
|
+
Y1 as Toggle,
|
|
3201
|
+
i2 as addClass,
|
|
3202
|
+
s2 as colors,
|
|
3199
3203
|
$ as corePlugins,
|
|
3200
|
-
|
|
3204
|
+
l2 as elerisPreset,
|
|
3201
3205
|
O as extensions,
|
|
3202
3206
|
q as plugins,
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
+
r2 as propertyPreset,
|
|
3208
|
+
o2 as removeClass,
|
|
3209
|
+
d2 as validateEmail,
|
|
3210
|
+
c2 as validateForm
|
|
3207
3211
|
};
|