@vehiclehistory/property-lib 0.0.953 → 0.0.955
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 +234 -215
- package/dist/main.umd.js +1 -1
- package/package.json +1 -1
package/dist/main.es.js
CHANGED
|
@@ -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, i] = Z(d), [r, o] = Z(s);
|
|
505
505
|
return N(() => {
|
|
506
|
-
|
|
506
|
+
o(s);
|
|
507
507
|
}, [s]), N(() => {
|
|
508
|
-
|
|
508
|
+
i(d);
|
|
509
509
|
}, [d]), !s && console.error("Icon does not exist", t), /* @__PURE__ */ c(
|
|
510
510
|
"svg",
|
|
511
511
|
{
|
|
@@ -533,14 +533,14 @@ const W = {
|
|
|
533
533
|
unmount: s = !0,
|
|
534
534
|
isOpen: l = !1
|
|
535
535
|
}) => {
|
|
536
|
-
const [
|
|
536
|
+
const [i, 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": i
|
|
544
544
|
},
|
|
545
545
|
e
|
|
546
546
|
),
|
|
@@ -554,7 +554,7 @@ const W = {
|
|
|
554
554
|
),
|
|
555
555
|
title: n,
|
|
556
556
|
onClick: () => {
|
|
557
|
-
r(!
|
|
557
|
+
r(!i), t && t(!i);
|
|
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 }),
|
|
@@ -569,7 +569,7 @@ const W = {
|
|
|
569
569
|
]
|
|
570
570
|
}
|
|
571
571
|
),
|
|
572
|
-
s &&
|
|
572
|
+
s && i && /* @__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: !i }
|
|
589
589
|
),
|
|
590
590
|
children: d
|
|
591
591
|
}
|
|
@@ -601,7 +601,7 @@ const W = {
|
|
|
601
601
|
title: n = "",
|
|
602
602
|
titleClass: s = "",
|
|
603
603
|
props: l = {},
|
|
604
|
-
type:
|
|
604
|
+
type: i = "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: o, iconColor: p, styles: u } = r[i];
|
|
628
628
|
return /* @__PURE__ */ c(
|
|
629
629
|
"div",
|
|
630
630
|
{
|
|
631
|
-
id:
|
|
631
|
+
id: i,
|
|
632
632
|
className: m(
|
|
633
633
|
"rounded w-full py-2 px-4 mb-4 border",
|
|
634
634
|
u,
|
|
@@ -639,7 +639,7 @@ const W = {
|
|
|
639
639
|
/* @__PURE__ */ c("div", { className: "flex-shrink-0", children: /* @__PURE__ */ c(
|
|
640
640
|
y,
|
|
641
641
|
{
|
|
642
|
-
name:
|
|
642
|
+
name: o,
|
|
643
643
|
viewBox: "0 0 24 24",
|
|
644
644
|
className: p,
|
|
645
645
|
size: "xSmall"
|
|
@@ -655,7 +655,7 @@ const W = {
|
|
|
655
655
|
"list-disc space-y-1 pl-5 mt-2 text-xs",
|
|
656
656
|
a
|
|
657
657
|
),
|
|
658
|
-
children: t.map((
|
|
658
|
+
children: t.map((V, H) => /* @__PURE__ */ c("li", { children: V }, H))
|
|
659
659
|
}
|
|
660
660
|
) : "",
|
|
661
661
|
d
|
|
@@ -671,13 +671,13 @@ const W = {
|
|
|
671
671
|
floatingLabel: n = "",
|
|
672
672
|
id: s = "",
|
|
673
673
|
inputClass: l,
|
|
674
|
-
leftIcon:
|
|
674
|
+
leftIcon: i = "homeSearch",
|
|
675
675
|
mobileBackdrop: r = !1,
|
|
676
|
-
name:
|
|
676
|
+
name: o = "",
|
|
677
677
|
options: p = [],
|
|
678
678
|
parentProps: u = {},
|
|
679
|
-
placeholder:
|
|
680
|
-
props:
|
|
679
|
+
placeholder: V = "",
|
|
680
|
+
props: H = {},
|
|
681
681
|
rightIcon: f = "",
|
|
682
682
|
required: g = !1,
|
|
683
683
|
showSearchIcon: x = !0,
|
|
@@ -715,7 +715,7 @@ const W = {
|
|
|
715
715
|
y,
|
|
716
716
|
{
|
|
717
717
|
className: "home-search select-none text-gray-500",
|
|
718
|
-
name:
|
|
718
|
+
name: i,
|
|
719
719
|
size: v === "xLarge" ? "small" : "xSmall",
|
|
720
720
|
viewBox: "0 0 24 24"
|
|
721
721
|
}
|
|
@@ -750,12 +750,12 @@ const W = {
|
|
|
750
750
|
),
|
|
751
751
|
required: g,
|
|
752
752
|
autoComplete: "off",
|
|
753
|
-
placeholder: !
|
|
753
|
+
placeholder: !V && n ? " " : V,
|
|
754
754
|
type: "search",
|
|
755
|
-
name:
|
|
755
|
+
name: o || "search-input",
|
|
756
756
|
"data-id": "search-input",
|
|
757
757
|
...R,
|
|
758
|
-
...
|
|
758
|
+
...H
|
|
759
759
|
}
|
|
760
760
|
),
|
|
761
761
|
n && /* @__PURE__ */ c(
|
|
@@ -875,20 +875,20 @@ const W = {
|
|
|
875
875
|
className: n,
|
|
876
876
|
disabled: s = !1,
|
|
877
877
|
href: l,
|
|
878
|
-
props:
|
|
878
|
+
props: i = {},
|
|
879
879
|
rightIcon: r,
|
|
880
|
-
rightIconProps:
|
|
880
|
+
rightIconProps: o = {},
|
|
881
881
|
rounded: p = !1,
|
|
882
882
|
size: u = "md",
|
|
883
|
-
type:
|
|
884
|
-
uppercase:
|
|
883
|
+
type: V = "button",
|
|
884
|
+
uppercase: H = !1,
|
|
885
885
|
variation: f = "primary"
|
|
886
886
|
}) => {
|
|
887
887
|
const g = l ? "a" : "button";
|
|
888
888
|
return /* @__PURE__ */ M(
|
|
889
889
|
g,
|
|
890
890
|
{
|
|
891
|
-
type: g !== "a" ?
|
|
891
|
+
type: g !== "a" ? V : null,
|
|
892
892
|
className: m(
|
|
893
893
|
"button",
|
|
894
894
|
{
|
|
@@ -897,14 +897,14 @@ const W = {
|
|
|
897
897
|
"button--rounded": p,
|
|
898
898
|
"button--disabled": s,
|
|
899
899
|
"button--custom-link": l,
|
|
900
|
-
"button--uppercase":
|
|
900
|
+
"button--uppercase": H,
|
|
901
901
|
"button--borderless": d || f === "link"
|
|
902
902
|
},
|
|
903
903
|
n
|
|
904
904
|
),
|
|
905
905
|
disabled: s,
|
|
906
906
|
href: l,
|
|
907
|
-
...
|
|
907
|
+
...i,
|
|
908
908
|
children: [
|
|
909
909
|
e && /* @__PURE__ */ c(
|
|
910
910
|
y,
|
|
@@ -922,7 +922,7 @@ const W = {
|
|
|
922
922
|
name: r,
|
|
923
923
|
size: u === "md" ? "small" : "xSmall",
|
|
924
924
|
viewBox: "0 0 24 24",
|
|
925
|
-
...
|
|
925
|
+
...o
|
|
926
926
|
}
|
|
927
927
|
)
|
|
928
928
|
]
|
|
@@ -936,17 +936,17 @@ const W = {
|
|
|
936
936
|
inputClass: n,
|
|
937
937
|
id: s = "",
|
|
938
938
|
label: l = "",
|
|
939
|
-
name:
|
|
939
|
+
name: i = "",
|
|
940
940
|
props: r = {},
|
|
941
|
-
variation:
|
|
941
|
+
variation: o = "primary",
|
|
942
942
|
value: p = ""
|
|
943
943
|
}) => {
|
|
944
|
-
const u = l ? "div" : "label",
|
|
944
|
+
const u = l ? "div" : "label", V = u === "label" ? { htmlFor: s } : {};
|
|
945
945
|
return /* @__PURE__ */ M(
|
|
946
946
|
u,
|
|
947
947
|
{
|
|
948
|
-
className: m("checkbox flex items-center",
|
|
949
|
-
...
|
|
948
|
+
className: m("checkbox flex items-center", o, t),
|
|
949
|
+
...V,
|
|
950
950
|
children: [
|
|
951
951
|
/* @__PURE__ */ c(
|
|
952
952
|
"input",
|
|
@@ -960,7 +960,7 @@ const W = {
|
|
|
960
960
|
n
|
|
961
961
|
),
|
|
962
962
|
id: s,
|
|
963
|
-
name:
|
|
963
|
+
name: i,
|
|
964
964
|
type: "checkbox",
|
|
965
965
|
value: p,
|
|
966
966
|
...r
|
|
@@ -978,13 +978,13 @@ const W = {
|
|
|
978
978
|
contentClass: n,
|
|
979
979
|
customScrollbar: s = !0,
|
|
980
980
|
dark: l = !1,
|
|
981
|
-
disableClose:
|
|
981
|
+
disableClose: i = !1,
|
|
982
982
|
footer: r,
|
|
983
|
-
fullMobile:
|
|
983
|
+
fullMobile: o = !0,
|
|
984
984
|
headerClass: p,
|
|
985
985
|
hideClose: u = !1,
|
|
986
|
-
iconSize:
|
|
987
|
-
preventPageScroll:
|
|
986
|
+
iconSize: V = "medium",
|
|
987
|
+
preventPageScroll: H = !0,
|
|
988
988
|
stickyHeader: f = !1,
|
|
989
989
|
title: g = "",
|
|
990
990
|
titleClass: x,
|
|
@@ -997,14 +997,14 @@ const W = {
|
|
|
997
997
|
"dialog",
|
|
998
998
|
{
|
|
999
999
|
inert: "",
|
|
1000
|
-
...
|
|
1000
|
+
...i ? { closedby: "none" } : null,
|
|
1001
1001
|
id: `${e}-dialog`,
|
|
1002
1002
|
className: m(
|
|
1003
1003
|
"dialog",
|
|
1004
1004
|
{
|
|
1005
|
-
"dialog-full-mobile":
|
|
1005
|
+
"dialog-full-mobile": o,
|
|
1006
1006
|
dark: l,
|
|
1007
|
-
"prevent-scroll":
|
|
1007
|
+
"prevent-scroll": H
|
|
1008
1008
|
},
|
|
1009
1009
|
a
|
|
1010
1010
|
),
|
|
@@ -1040,7 +1040,7 @@ const W = {
|
|
|
1040
1040
|
y,
|
|
1041
1041
|
{
|
|
1042
1042
|
name: "close",
|
|
1043
|
-
size:
|
|
1043
|
+
size: V,
|
|
1044
1044
|
className: "pointer-events-none"
|
|
1045
1045
|
}
|
|
1046
1046
|
)
|
|
@@ -1087,20 +1087,20 @@ const W = {
|
|
|
1087
1087
|
timeout: n = 1e4,
|
|
1088
1088
|
variation: s = "primary"
|
|
1089
1089
|
}) => {
|
|
1090
|
-
function l({ cb:
|
|
1090
|
+
function l({ cb: i }) {
|
|
1091
1091
|
const r = document.querySelector(".loading-bar__inner");
|
|
1092
1092
|
if (!r) return;
|
|
1093
|
-
let
|
|
1094
|
-
function H
|
|
1095
|
-
|
|
1096
|
-
const f =
|
|
1097
|
-
if (p !==
|
|
1093
|
+
let o, p, u = !1;
|
|
1094
|
+
function V(H) {
|
|
1095
|
+
o === void 0 && (o = H);
|
|
1096
|
+
const f = H - o;
|
|
1097
|
+
if (p !== H) {
|
|
1098
1098
|
const g = f / n * 101;
|
|
1099
|
-
r.style.width = `${g}%`, e && e({ elapsed: f, percentage: g }), g >= 101 && (
|
|
1099
|
+
r.style.width = `${g}%`, e && e({ elapsed: f, percentage: g }), g >= 101 && (i && i(), u = !0, window.cancelAnimationFrame(H));
|
|
1100
1100
|
}
|
|
1101
|
-
f < n && (p =
|
|
1101
|
+
f < n && (p = H, u || window.requestAnimationFrame(V));
|
|
1102
1102
|
}
|
|
1103
|
-
window.requestAnimationFrame(
|
|
1103
|
+
window.requestAnimationFrame(V);
|
|
1104
1104
|
}
|
|
1105
1105
|
return N(() => {
|
|
1106
1106
|
l({ cb: d });
|
|
@@ -1129,7 +1129,7 @@ const W = {
|
|
|
1129
1129
|
className: n = "",
|
|
1130
1130
|
containerClass: s = "",
|
|
1131
1131
|
disabled: l = !1,
|
|
1132
|
-
options:
|
|
1132
|
+
options: i = {},
|
|
1133
1133
|
trigger: r = "click"
|
|
1134
1134
|
}) => /* @__PURE__ */ M(S, { children: [
|
|
1135
1135
|
/* @__PURE__ */ c(
|
|
@@ -1169,7 +1169,7 @@ const W = {
|
|
|
1169
1169
|
e
|
|
1170
1170
|
),
|
|
1171
1171
|
...t,
|
|
1172
|
-
"data-options": JSON.stringify(
|
|
1172
|
+
"data-options": JSON.stringify(i),
|
|
1173
1173
|
children: d
|
|
1174
1174
|
}
|
|
1175
1175
|
)
|
|
@@ -1181,17 +1181,17 @@ const W = {
|
|
|
1181
1181
|
completed: n = 0,
|
|
1182
1182
|
customLabel: s,
|
|
1183
1183
|
labelClass: l,
|
|
1184
|
-
maxCompleted:
|
|
1184
|
+
maxCompleted: i = 100,
|
|
1185
1185
|
rounded: r = !0,
|
|
1186
|
-
showLabel:
|
|
1186
|
+
showLabel: o = !1
|
|
1187
1187
|
}) => {
|
|
1188
|
-
const u = ((
|
|
1189
|
-
if (
|
|
1190
|
-
const f = Number(
|
|
1188
|
+
const u = ((V, H) => {
|
|
1189
|
+
if (V) {
|
|
1190
|
+
const f = Number(H) / V;
|
|
1191
1191
|
return f > 1 ? 100 : f * 100;
|
|
1192
1192
|
}
|
|
1193
1193
|
return n;
|
|
1194
|
-
})(
|
|
1194
|
+
})(i, n);
|
|
1195
1195
|
return /* @__PURE__ */ c(
|
|
1196
1196
|
"div",
|
|
1197
1197
|
{
|
|
@@ -1213,7 +1213,7 @@ const W = {
|
|
|
1213
1213
|
t
|
|
1214
1214
|
),
|
|
1215
1215
|
style: { width: `${u}%` },
|
|
1216
|
-
children:
|
|
1216
|
+
children: o && /* @__PURE__ */ c(
|
|
1217
1217
|
"span",
|
|
1218
1218
|
{
|
|
1219
1219
|
className: m(
|
|
@@ -1235,9 +1235,9 @@ const W = {
|
|
|
1235
1235
|
inputClass: n,
|
|
1236
1236
|
label: s = "",
|
|
1237
1237
|
name: l = "",
|
|
1238
|
-
props:
|
|
1238
|
+
props: i = {},
|
|
1239
1239
|
variation: r = "primary",
|
|
1240
|
-
value:
|
|
1240
|
+
value: o = ""
|
|
1241
1241
|
}) => {
|
|
1242
1242
|
const p = s ? "div" : "label", u = p === "label" ? { htmlFor: a } : {};
|
|
1243
1243
|
return /* @__PURE__ */ M(
|
|
@@ -1260,8 +1260,8 @@ const W = {
|
|
|
1260
1260
|
id: a,
|
|
1261
1261
|
name: l,
|
|
1262
1262
|
type: "radio",
|
|
1263
|
-
value:
|
|
1264
|
-
...
|
|
1263
|
+
value: o,
|
|
1264
|
+
...i
|
|
1265
1265
|
}
|
|
1266
1266
|
),
|
|
1267
1267
|
e
|
|
@@ -1276,14 +1276,14 @@ const W = {
|
|
|
1276
1276
|
label: n = "",
|
|
1277
1277
|
name: s = "",
|
|
1278
1278
|
options: l = [],
|
|
1279
|
-
placeholder:
|
|
1279
|
+
placeholder: i = "",
|
|
1280
1280
|
props: r = {},
|
|
1281
|
-
selectClass:
|
|
1281
|
+
selectClass: o = "",
|
|
1282
1282
|
styles: p = null,
|
|
1283
1283
|
variation: u = "primary",
|
|
1284
|
-
value:
|
|
1284
|
+
value: V
|
|
1285
1285
|
}) => {
|
|
1286
|
-
const
|
|
1286
|
+
const H = i ? { defaultValue: "" } : {};
|
|
1287
1287
|
return /* @__PURE__ */ M(
|
|
1288
1288
|
"label",
|
|
1289
1289
|
{
|
|
@@ -1299,15 +1299,15 @@ const W = {
|
|
|
1299
1299
|
{
|
|
1300
1300
|
"!border-red-500 !bg-red-500/10 !text-red-700 focus:!ring-red-500 focus:!border-red-500": e
|
|
1301
1301
|
},
|
|
1302
|
-
|
|
1302
|
+
o
|
|
1303
1303
|
),
|
|
1304
1304
|
id: a,
|
|
1305
1305
|
name: s,
|
|
1306
|
-
value:
|
|
1307
|
-
...
|
|
1306
|
+
value: V,
|
|
1307
|
+
...H,
|
|
1308
1308
|
...r,
|
|
1309
1309
|
children: [
|
|
1310
|
-
|
|
1310
|
+
i && /* @__PURE__ */ c("option", { hidden: !0, value: "", children: i }),
|
|
1311
1311
|
l.map((f) => /* @__PURE__ */ c(
|
|
1312
1312
|
"option",
|
|
1313
1313
|
{
|
|
@@ -1404,18 +1404,18 @@ const W = {
|
|
|
1404
1404
|
id: n = "",
|
|
1405
1405
|
inputClass: s = "",
|
|
1406
1406
|
name: l = "",
|
|
1407
|
-
placeholder:
|
|
1407
|
+
placeholder: i = "",
|
|
1408
1408
|
props: r = {},
|
|
1409
|
-
rows:
|
|
1409
|
+
rows: o = 4,
|
|
1410
1410
|
variation: p = "primary"
|
|
1411
1411
|
}) => /* @__PURE__ */ M("div", { className: m("relative textarea", p, d), children: [
|
|
1412
1412
|
/* @__PURE__ */ c(
|
|
1413
1413
|
"textarea",
|
|
1414
1414
|
{
|
|
1415
|
-
placeholder:
|
|
1415
|
+
placeholder: i,
|
|
1416
1416
|
id: n,
|
|
1417
1417
|
name: l,
|
|
1418
|
-
rows:
|
|
1418
|
+
rows: o,
|
|
1419
1419
|
className: m(
|
|
1420
1420
|
"form-textarea min-h-[40px] pl-4",
|
|
1421
1421
|
e ? "pr-10" : "pr-4",
|
|
@@ -1451,17 +1451,17 @@ const W = {
|
|
|
1451
1451
|
iconLeft: n = "",
|
|
1452
1452
|
id: s = "",
|
|
1453
1453
|
inputClass: l,
|
|
1454
|
-
name:
|
|
1454
|
+
name: i = "",
|
|
1455
1455
|
placeholder: r = "",
|
|
1456
|
-
props:
|
|
1456
|
+
props: o = {},
|
|
1457
1457
|
styles: p = null,
|
|
1458
1458
|
type: u = "text",
|
|
1459
|
-
value:
|
|
1460
|
-
variation:
|
|
1459
|
+
value: V,
|
|
1460
|
+
variation: H = "primary"
|
|
1461
1461
|
}) => /* @__PURE__ */ M(
|
|
1462
1462
|
"div",
|
|
1463
1463
|
{
|
|
1464
|
-
className: m("relative textbox",
|
|
1464
|
+
className: m("relative textbox", H, d),
|
|
1465
1465
|
style: p ? { ...p } : 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(
|
|
@@ -1478,9 +1478,9 @@ const W = {
|
|
|
1478
1478
|
{
|
|
1479
1479
|
placeholder: r,
|
|
1480
1480
|
id: s,
|
|
1481
|
-
name:
|
|
1481
|
+
name: i,
|
|
1482
1482
|
type: u,
|
|
1483
|
-
value:
|
|
1483
|
+
value: V,
|
|
1484
1484
|
autoComplete: "off",
|
|
1485
1485
|
className: m(
|
|
1486
1486
|
"form-input",
|
|
@@ -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
|
+
o.inputClass ?? "",
|
|
1493
1493
|
l
|
|
1494
1494
|
),
|
|
1495
|
-
...
|
|
1495
|
+
...o
|
|
1496
1496
|
}
|
|
1497
1497
|
),
|
|
1498
1498
|
e && /* @__PURE__ */ c(
|
|
@@ -1544,7 +1544,7 @@ const W = {
|
|
|
1544
1544
|
titleClass: s,
|
|
1545
1545
|
uppercase: l = !0
|
|
1546
1546
|
}) => {
|
|
1547
|
-
const
|
|
1547
|
+
const i = 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: i }),
|
|
1574
1574
|
/* @__PURE__ */ M(
|
|
1575
1575
|
"div",
|
|
1576
1576
|
{
|
|
@@ -1641,9 +1641,9 @@ const W = {
|
|
|
1641
1641
|
footerClass: n,
|
|
1642
1642
|
footerContent: s,
|
|
1643
1643
|
headerContent: l,
|
|
1644
|
-
headerClass:
|
|
1644
|
+
headerClass: i,
|
|
1645
1645
|
list: r = !1,
|
|
1646
|
-
props:
|
|
1646
|
+
props: o = {},
|
|
1647
1647
|
variation: p = "primary"
|
|
1648
1648
|
}) => {
|
|
1649
1649
|
const u = r ? "ul" : "div";
|
|
@@ -1656,9 +1656,9 @@ const W = {
|
|
|
1656
1656
|
`content-card--${p}`,
|
|
1657
1657
|
t
|
|
1658
1658
|
),
|
|
1659
|
-
...
|
|
1659
|
+
...o,
|
|
1660
1660
|
children: [
|
|
1661
|
-
l && /* @__PURE__ */ c("div", { className: m("content-card__header",
|
|
1661
|
+
l && /* @__PURE__ */ c("div", { className: m("content-card__header", i), children: typeof l == "string" ? /* @__PURE__ */ c("h3", { children: l }) : l }),
|
|
1662
1662
|
/* @__PURE__ */ c(
|
|
1663
1663
|
u,
|
|
1664
1664
|
{
|
|
@@ -1679,9 +1679,9 @@ const W = {
|
|
|
1679
1679
|
label: n,
|
|
1680
1680
|
labelClass: s,
|
|
1681
1681
|
props: l = {},
|
|
1682
|
-
rowGap:
|
|
1682
|
+
rowGap: i = 1,
|
|
1683
1683
|
value: r,
|
|
1684
|
-
valueClass:
|
|
1684
|
+
valueClass: o,
|
|
1685
1685
|
wrap: p = !1
|
|
1686
1686
|
}) => /* @__PURE__ */ M(
|
|
1687
1687
|
"div",
|
|
@@ -1697,12 +1697,12 @@ const W = {
|
|
|
1697
1697
|
),
|
|
1698
1698
|
style: {
|
|
1699
1699
|
columnGap: `${t / 4}rem`,
|
|
1700
|
-
rowGap: `${
|
|
1700
|
+
rowGap: `${i / 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", o), children: r }),
|
|
1706
1706
|
d
|
|
1707
1707
|
]
|
|
1708
1708
|
}
|
|
@@ -1714,7 +1714,7 @@ const W = {
|
|
|
1714
1714
|
props: n = {},
|
|
1715
1715
|
title: s,
|
|
1716
1716
|
titleClass: l,
|
|
1717
|
-
titleId:
|
|
1717
|
+
titleId: i
|
|
1718
1718
|
}) => /* @__PURE__ */ M(
|
|
1719
1719
|
"section",
|
|
1720
1720
|
{
|
|
@@ -1728,7 +1728,7 @@ 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: i, children: s }),
|
|
1732
1732
|
e
|
|
1733
1733
|
]
|
|
1734
1734
|
}
|
|
@@ -2057,19 +2057,19 @@ const W = {
|
|
|
2057
2057
|
sizeProps: n = null,
|
|
2058
2058
|
sizes: s,
|
|
2059
2059
|
weights: l,
|
|
2060
|
-
weightProps:
|
|
2060
|
+
weightProps: i = null
|
|
2061
2061
|
}) => {
|
|
2062
2062
|
const r = {};
|
|
2063
|
-
Object.entries(s).forEach(([
|
|
2063
|
+
Object.entries(s).forEach(([o, p]) => {
|
|
2064
2064
|
const u = {
|
|
2065
2065
|
"font-size": p,
|
|
2066
2066
|
...a
|
|
2067
|
-
},
|
|
2068
|
-
r[
|
|
2067
|
+
}, V = `.${e(`${t}-${o}`)}`, H = n ? n({ sizeKey: o, sizeValue: p }) : {};
|
|
2068
|
+
r[V] = {
|
|
2069
2069
|
...u,
|
|
2070
|
-
...
|
|
2070
|
+
...H
|
|
2071
2071
|
}, Object.entries(l).forEach(([f, g]) => {
|
|
2072
|
-
const x = `.${e(`${t}-${
|
|
2072
|
+
const x = `.${e(`${t}-${o}-${f}`)}`, h = i ? i({ sizeKey: o, sizeValue: p, weightKey: f, weightValue: g }) : {};
|
|
2073
2073
|
r[x] = {
|
|
2074
2074
|
...u,
|
|
2075
2075
|
"font-weight": g,
|
|
@@ -2157,7 +2157,7 @@ const W = {
|
|
|
2157
2157
|
4: "1.25rem",
|
|
2158
2158
|
5: "1.125rem",
|
|
2159
2159
|
6: "1rem"
|
|
2160
|
-
},
|
|
2160
|
+
}, i = {
|
|
2161
2161
|
1: "0.938rem",
|
|
2162
2162
|
"1.5": "0.875rem",
|
|
2163
2163
|
2: "0.813rem",
|
|
@@ -2179,7 +2179,7 @@ const W = {
|
|
|
2179
2179
|
addUtilities: d,
|
|
2180
2180
|
e: a,
|
|
2181
2181
|
classPrefix: "text-body",
|
|
2182
|
-
sizes:
|
|
2182
|
+
sizes: i,
|
|
2183
2183
|
weights: s
|
|
2184
2184
|
}), x1({ matchUtilities: e, theme: t }), w1({ matchUtilities: e, theme: t }), S1({ matchUtilities: e }), k1({ matchUtilities: e });
|
|
2185
2185
|
}
|
|
@@ -2217,10 +2217,10 @@ function o2(d, e = []) {
|
|
|
2217
2217
|
}
|
|
2218
2218
|
function c2({ cb: d, form: e, formData: t, validations: a, reactive: n = !1 }) {
|
|
2219
2219
|
let s = !0;
|
|
2220
|
-
for (const [l,
|
|
2221
|
-
const r = e.querySelector(`[name="${l}"]`),
|
|
2222
|
-
|
|
2223
|
-
u.isValid(
|
|
2220
|
+
for (const [l, i] of t.entries()) {
|
|
2221
|
+
const r = e.querySelector(`[name="${l}"]`), o = a[l], p = [];
|
|
2222
|
+
o.forEach((u) => {
|
|
2223
|
+
u.isValid(i) || p.push(u.message);
|
|
2224
2224
|
}), p.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", (u) => {
|
|
2225
2225
|
u.preventDefault(), r.classList.contains("field-error") && r.classList.remove("field-error");
|
|
2226
2226
|
}));
|
|
@@ -2280,12 +2280,12 @@ class h2 {
|
|
|
2280
2280
|
(r) => r.isIntersecting === !0
|
|
2281
2281
|
);
|
|
2282
2282
|
s && l ? t.disconnect() : (a.disableBtns = !1, e.forEach((r) => {
|
|
2283
|
-
const
|
|
2284
|
-
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(
|
|
2283
|
+
const o = [...a.slides].indexOf(r.target);
|
|
2284
|
+
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(o) && (a.entriesIntersected.push(o), a.activeIndex = o, i(r));
|
|
2285
2285
|
}));
|
|
2286
|
-
function
|
|
2287
|
-
var
|
|
2288
|
-
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] && ((
|
|
2286
|
+
function i(r) {
|
|
2287
|
+
var o;
|
|
2288
|
+
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] && ((o = a.observer) == null || o.unobserve(r.target));
|
|
2289
2289
|
}
|
|
2290
2290
|
}
|
|
2291
2291
|
btnListeners(e) {
|
|
@@ -2312,8 +2312,8 @@ class h2 {
|
|
|
2312
2312
|
), e.nextBtn = e.container.parentElement.querySelector(
|
|
2313
2313
|
`#btn-right-${a}`
|
|
2314
2314
|
);
|
|
2315
|
-
const
|
|
2316
|
-
r.innerHTML = `${s}${
|
|
2315
|
+
const i = t.map((o) => n(o)).join(""), r = document.createElement("div");
|
|
2316
|
+
r.innerHTML = `${s}${i}${l}`, e.container.replaceChildren(...r.children), e.container.parentElement.classList.add("loaded");
|
|
2317
2317
|
}
|
|
2318
2318
|
showHideBtns(e, t, a) {
|
|
2319
2319
|
if (a === "showPrevBtn" || a === "showNextBtn") {
|
|
@@ -2323,11 +2323,11 @@ class h2 {
|
|
|
2323
2323
|
}
|
|
2324
2324
|
}
|
|
2325
2325
|
}
|
|
2326
|
-
class
|
|
2326
|
+
class C {
|
|
2327
2327
|
static calcCrow(e, t, a, n) {
|
|
2328
|
-
const l =
|
|
2329
|
-
e =
|
|
2330
|
-
const r = Math.sin(l / 2) * Math.sin(l / 2) + Math.sin(
|
|
2328
|
+
const l = C.toRad(a - e), i = C.toRad(n - t);
|
|
2329
|
+
e = C.toRad(e), a = C.toRad(a);
|
|
2330
|
+
const r = Math.sin(l / 2) * Math.sin(l / 2) + Math.sin(i / 2) * Math.sin(i / 2) * Math.cos(e) * Math.cos(a);
|
|
2331
2331
|
return 6371 * (2 * Math.atan2(Math.sqrt(r), Math.sqrt(1 - r)));
|
|
2332
2332
|
}
|
|
2333
2333
|
static cleanupAddress(e) {
|
|
@@ -2341,9 +2341,9 @@ class V {
|
|
|
2341
2341
|
return;
|
|
2342
2342
|
window.dataLayer = window.dataLayer || [];
|
|
2343
2343
|
const t = document.querySelectorAll("[data-div-track]");
|
|
2344
|
-
typeof
|
|
2344
|
+
typeof C == "function" && t.forEach((a) => {
|
|
2345
2345
|
a.addEventListener("click", () => {
|
|
2346
|
-
|
|
2346
|
+
C.clickTrackEvent(a.dataset.divTrack);
|
|
2347
2347
|
});
|
|
2348
2348
|
});
|
|
2349
2349
|
}
|
|
@@ -2356,20 +2356,20 @@ class V {
|
|
|
2356
2356
|
static async createData(e, t = null, a = !0, n = {}) {
|
|
2357
2357
|
if (!t)
|
|
2358
2358
|
return null;
|
|
2359
|
-
const { tolken: s = null, ip: l = null } = await
|
|
2359
|
+
const { tolken: s = null, ip: l = null } = await C.getHeaders(), i = a === !1 ? "" : "&tolken=" + s + "&ip=" + l, r = e + i, o = typeof t == "string" ? t : JSON.stringify(t), p = (t == null ? void 0 : t.website) ?? C.getWebsiteHeaderName();
|
|
2360
2360
|
try {
|
|
2361
2361
|
const u = await fetch(r, {
|
|
2362
2362
|
method: "POST",
|
|
2363
|
-
body:
|
|
2363
|
+
body: o === "null" ? null : o,
|
|
2364
2364
|
headers: {
|
|
2365
2365
|
website: p
|
|
2366
2366
|
},
|
|
2367
2367
|
...n
|
|
2368
|
-
}),
|
|
2369
|
-
if (
|
|
2368
|
+
}), V = u.headers.get("content-type");
|
|
2369
|
+
if (V && V.indexOf("application/json") !== -1)
|
|
2370
2370
|
return u.json();
|
|
2371
|
-
const
|
|
2372
|
-
return
|
|
2371
|
+
const H = await u.text();
|
|
2372
|
+
return H ? H.replace("__next", "") : null;
|
|
2373
2373
|
} catch (u) {
|
|
2374
2374
|
console.error("createData", u);
|
|
2375
2375
|
}
|
|
@@ -2380,7 +2380,7 @@ class V {
|
|
|
2380
2380
|
}
|
|
2381
2381
|
static async deleteSearchValue(e = "recsSearchValue") {
|
|
2382
2382
|
try {
|
|
2383
|
-
return await
|
|
2383
|
+
return await C.createData(`/api/cookie/remove?name=${e}`);
|
|
2384
2384
|
} catch (t) {
|
|
2385
2385
|
console.error("deleteSearchValue", t.message);
|
|
2386
2386
|
}
|
|
@@ -2429,15 +2429,15 @@ class V {
|
|
|
2429
2429
|
});
|
|
2430
2430
|
}
|
|
2431
2431
|
static async fetchData(e, t = !1, a = !0) {
|
|
2432
|
-
const { tolken: n = null, ip: s = null } = await
|
|
2432
|
+
const { tolken: n = null, ip: s = null } = await C.getHeaders(), i = e.replace("#", "").replace("%23", "") + "&tolken=" + n + "&ip=" + s;
|
|
2433
2433
|
try {
|
|
2434
|
-
const r = await fetch(
|
|
2434
|
+
const r = await fetch(i, { method: "GET" });
|
|
2435
2435
|
if (t === !0) {
|
|
2436
2436
|
const p = await r.text();
|
|
2437
2437
|
return p ? p.replace("__next", "") : null;
|
|
2438
2438
|
}
|
|
2439
|
-
const
|
|
2440
|
-
return
|
|
2439
|
+
const o = r.headers.get("content-type");
|
|
2440
|
+
return o && o.indexOf("application/json") !== -1 ? r.json() : null;
|
|
2441
2441
|
} catch (r) {
|
|
2442
2442
|
console.error("fetchData", r, e);
|
|
2443
2443
|
}
|
|
@@ -2449,8 +2449,8 @@ class V {
|
|
|
2449
2449
|
}
|
|
2450
2450
|
static formatDate(e = null) {
|
|
2451
2451
|
return e ? (e = new Date(e), [
|
|
2452
|
-
|
|
2453
|
-
|
|
2452
|
+
C.padTo2Digits(e.getMonth() + 1),
|
|
2453
|
+
C.padTo2Digits(e.getDate()),
|
|
2454
2454
|
e.getFullYear()
|
|
2455
2455
|
].join("-")) : null;
|
|
2456
2456
|
}
|
|
@@ -2467,11 +2467,11 @@ class V {
|
|
|
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(), i = n.getNorth(), r = n.getWest();
|
|
2471
|
+
return a && (s = s - a, l = l + a, i = i + a, r = r - a), t && (s = s.toFixed(t), l = l.toFixed(t), i = i.toFixed(t), r = r.toFixed(t)), {
|
|
2472
2472
|
swLat: s,
|
|
2473
2473
|
neLng: l,
|
|
2474
|
-
neLat:
|
|
2474
|
+
neLat: i,
|
|
2475
2475
|
swLng: r
|
|
2476
2476
|
};
|
|
2477
2477
|
}
|
|
@@ -2499,7 +2499,7 @@ class V {
|
|
|
2499
2499
|
if (t === "license" || t === "license-plate")
|
|
2500
2500
|
return "/report/license-plate";
|
|
2501
2501
|
}
|
|
2502
|
-
static async getHeaders(e =
|
|
2502
|
+
static async getHeaders(e = 600) {
|
|
2503
2503
|
var o;
|
|
2504
2504
|
const {
|
|
2505
2505
|
userAgent: t = null,
|
|
@@ -2511,13 +2511,32 @@ class V {
|
|
|
2511
2511
|
userAgent: t,
|
|
2512
2512
|
platform: s
|
|
2513
2513
|
};
|
|
2514
|
+
if (typeof window.localStorage > "u")
|
|
2515
|
+
return l;
|
|
2516
|
+
const i = "headerSessionId", r = localStorage.getItem(i);
|
|
2517
|
+
if (r) {
|
|
2518
|
+
const p = JSON.parse(r), u = (/* @__PURE__ */ new Date()).getTime();
|
|
2519
|
+
return p.expire - u < 0 && localStorage.removeItem(i), {
|
|
2520
|
+
tolken: p.tolken,
|
|
2521
|
+
ip: p.ip,
|
|
2522
|
+
userAgent: t,
|
|
2523
|
+
platform: s
|
|
2524
|
+
};
|
|
2525
|
+
}
|
|
2514
2526
|
if ((o = window == null ? void 0 : window.options) != null && o.isPdf)
|
|
2515
2527
|
return l;
|
|
2516
2528
|
try {
|
|
2517
|
-
const
|
|
2518
|
-
return
|
|
2519
|
-
|
|
2520
|
-
|
|
2529
|
+
const u = await (await fetch("/api/client-headers")).json(), V = (u == null ? void 0 : u.sessionId) ?? "noSessionId", H = (u == null ? void 0 : u.ip) ?? null, f = e * 1e3;
|
|
2530
|
+
return localStorage.setItem(
|
|
2531
|
+
i,
|
|
2532
|
+
JSON.stringify({
|
|
2533
|
+
tolken: V,
|
|
2534
|
+
ip: H,
|
|
2535
|
+
expire: (/* @__PURE__ */ new Date()).getTime() + f
|
|
2536
|
+
})
|
|
2537
|
+
), { tolken: V, ip: H, userAgent: t, platform: s };
|
|
2538
|
+
} catch (p) {
|
|
2539
|
+
console.error("getHeaders", p);
|
|
2521
2540
|
}
|
|
2522
2541
|
return l;
|
|
2523
2542
|
}
|
|
@@ -2528,19 +2547,19 @@ class V {
|
|
|
2528
2547
|
}[e];
|
|
2529
2548
|
}
|
|
2530
2549
|
static async getLocationData(e) {
|
|
2531
|
-
const { swLat: t, neLng: a, neLat: n, swLng: s } =
|
|
2532
|
-
return await
|
|
2550
|
+
const { swLat: t, neLng: a, neLat: n, swLng: s } = C.getBounds(e, 3, 0.05), l = "zip-location&swLat=" + t + "&neLng=" + a + "&neLat=" + n + "&swLng=" + s;
|
|
2551
|
+
return await C.fetchData("/api/client?query=" + l);
|
|
2533
2552
|
}
|
|
2534
2553
|
static getReportUrl(e, t = null) {
|
|
2535
|
-
var r,
|
|
2536
|
-
const a = ((r = e == null ? void 0 : e.state) == null ? void 0 : r.slug) ?? null, n = ((
|
|
2554
|
+
var r, o, p;
|
|
2555
|
+
const a = ((r = e == null ? void 0 : e.state) == null ? void 0 : r.slug) ?? null, n = ((o = e == null ? void 0 : e.city) == null ? void 0 : o.slug) ?? null, s = ((p = e == null ? void 0 : e.name) == null ? void 0 : p.slug) ?? null, l = (e == null ? void 0 : e.zip) ?? null;
|
|
2537
2556
|
t = t || ((e == null ? void 0 : e.id) ?? null);
|
|
2538
|
-
const
|
|
2539
|
-
return "/" + [a, n, s].filter((u) => u).map((u) =>
|
|
2557
|
+
const i = [l, "-piq", t].filter((u) => u).join("");
|
|
2558
|
+
return "/" + [a, n, s].filter((u) => u).map((u) => C.toSlug(u)).join("/") + "/" + i;
|
|
2540
2559
|
}
|
|
2541
2560
|
static async getSearchValue(e = "recsSearchValue") {
|
|
2542
2561
|
try {
|
|
2543
|
-
return await
|
|
2562
|
+
return await C.createData(`/api/cookie/fetch?name=${e}`);
|
|
2544
2563
|
} catch (t) {
|
|
2545
2564
|
console.error("getSearchValue", t.message);
|
|
2546
2565
|
}
|
|
@@ -2668,7 +2687,7 @@ class V {
|
|
|
2668
2687
|
if ((e = window == null ? void 0 : window.options) != null && e.isPdf)
|
|
2669
2688
|
return null;
|
|
2670
2689
|
try {
|
|
2671
|
-
return await
|
|
2690
|
+
return await C.createData("/api/cookie/fetch?name=odrUser");
|
|
2672
2691
|
} catch (t) {
|
|
2673
2692
|
console.error("getUser", t.message);
|
|
2674
2693
|
}
|
|
@@ -2684,7 +2703,7 @@ class V {
|
|
|
2684
2703
|
uuid: t
|
|
2685
2704
|
}
|
|
2686
2705
|
});
|
|
2687
|
-
return await
|
|
2706
|
+
return await C.makeSearchFetchCall(
|
|
2688
2707
|
`/api/client?query=user-get-history&filter=${a}`
|
|
2689
2708
|
);
|
|
2690
2709
|
}
|
|
@@ -2703,10 +2722,10 @@ class V {
|
|
|
2703
2722
|
const n = this;
|
|
2704
2723
|
L.GridLayer.GridDebug = L.GridLayer.extend({
|
|
2705
2724
|
createTile: function(s, l) {
|
|
2706
|
-
const
|
|
2725
|
+
const i = document.createElement("div");
|
|
2707
2726
|
return setTimeout(() => {
|
|
2708
|
-
l(null,
|
|
2709
|
-
const { se: r, nw:
|
|
2727
|
+
l(null, i);
|
|
2728
|
+
const { se: r, nw: o } = n.getGridBounds({
|
|
2710
2729
|
map: e,
|
|
2711
2730
|
tileSize: this.getTileSize(),
|
|
2712
2731
|
coords: s
|
|
@@ -2714,12 +2733,12 @@ class V {
|
|
|
2714
2733
|
t({
|
|
2715
2734
|
swLat: r.lat,
|
|
2716
2735
|
neLng: r.lng,
|
|
2717
|
-
neLat:
|
|
2718
|
-
swLng:
|
|
2736
|
+
neLat: o.lat,
|
|
2737
|
+
swLng: o.lng,
|
|
2719
2738
|
coords: s,
|
|
2720
2739
|
key: s.z + "-" + s.x + "-" + s.y
|
|
2721
2740
|
});
|
|
2722
|
-
}, a),
|
|
2741
|
+
}, a), i;
|
|
2723
2742
|
}
|
|
2724
2743
|
}), L.gridLayer.gridDebug = function(s) {
|
|
2725
2744
|
return new L.GridLayer.GridDebug(s);
|
|
@@ -2744,9 +2763,9 @@ class V {
|
|
|
2744
2763
|
onOpen: n = null,
|
|
2745
2764
|
onTargetClick: s = null,
|
|
2746
2765
|
selfClose: l = !1,
|
|
2747
|
-
target:
|
|
2766
|
+
target: i = null
|
|
2748
2767
|
}) {
|
|
2749
|
-
const r =
|
|
2768
|
+
const r = i ? document.querySelectorAll(i) : [], o = document.getElementById(`${t}-dialog`), p = l ? o == null ? void 0 : o.querySelectorAll("[data-dialog-close]") : document.querySelectorAll("[data-dialog-close]"), u = [
|
|
2750
2769
|
"closing",
|
|
2751
2770
|
"closed",
|
|
2752
2771
|
"opening",
|
|
@@ -2759,7 +2778,7 @@ class V {
|
|
|
2759
2778
|
[v]: new Event(v)
|
|
2760
2779
|
}),
|
|
2761
2780
|
{}
|
|
2762
|
-
),
|
|
2781
|
+
), V = new MutationObserver((h, v) => {
|
|
2763
2782
|
h.forEach(async (w) => {
|
|
2764
2783
|
if (w.attributeName === "open") {
|
|
2765
2784
|
const b = w.target;
|
|
@@ -2767,16 +2786,16 @@ class V {
|
|
|
2767
2786
|
b == null || b.removeAttribute("inert"), b == null || b.dispatchEvent(u.opening), b && await x(b), b == null || b.dispatchEvent(u.opened);
|
|
2768
2787
|
}
|
|
2769
2788
|
});
|
|
2770
|
-
}),
|
|
2789
|
+
}), H = new MutationObserver((h, v) => {
|
|
2771
2790
|
h.forEach((w) => {
|
|
2772
2791
|
w.removedNodes.forEach((b) => {
|
|
2773
|
-
b.nodeName === "DIALOG" && (b.removeEventListener("click", g), b.removeEventListener("close", f), b.dispatchEvent(u.removed),
|
|
2792
|
+
b.nodeName === "DIALOG" && (b.removeEventListener("click", g), b.removeEventListener("close", f), b.dispatchEvent(u.removed), H == null || H.disconnect(), V == null || V.disconnect());
|
|
2774
2793
|
});
|
|
2775
2794
|
});
|
|
2776
2795
|
});
|
|
2777
|
-
|
|
2796
|
+
o && (V.observe(o, {
|
|
2778
2797
|
attributes: !0
|
|
2779
|
-
}),
|
|
2798
|
+
}), H.observe(document.body, {
|
|
2780
2799
|
attributes: !1,
|
|
2781
2800
|
subtree: !1,
|
|
2782
2801
|
childList: !0
|
|
@@ -2784,40 +2803,40 @@ class V {
|
|
|
2784
2803
|
const f = async ({ target: h }) => {
|
|
2785
2804
|
h == null || h.classList.add("closing"), h == null || h.setAttribute("inert", ""), h == null || h.dispatchEvent(u.closing), h && await x(h), h == null || h.classList.remove("closing"), h == null || h.dispatchEvent(u.closed);
|
|
2786
2805
|
}, g = async ({ target: h }) => {
|
|
2787
|
-
(h == null ? void 0 : h.nodeName) === "DIALOG" && (h == null || h.dispatchEvent(u.outside),
|
|
2806
|
+
(h == null ? void 0 : h.nodeName) === "DIALOG" && (h == null || h.dispatchEvent(u.outside), o == null || o.close("outside"));
|
|
2788
2807
|
}, x = (h) => Promise.allSettled(
|
|
2789
2808
|
h == null ? void 0 : h.getAnimations().map((v) => v == null ? void 0 : v.finished)
|
|
2790
2809
|
);
|
|
2791
|
-
return !e && (
|
|
2792
|
-
await f({ target: h.target }), a && a(h,
|
|
2793
|
-
}), e && (
|
|
2810
|
+
return !e && (o == null || o.addEventListener("click", g)), o == null || o.addEventListener("close", async (h) => {
|
|
2811
|
+
await f({ target: h.target }), a && a(h, o);
|
|
2812
|
+
}), e && (o == null || o.addEventListener("cancel", async (h) => {
|
|
2794
2813
|
h.key === "Escape" && h.preventDefault();
|
|
2795
|
-
})), e && (
|
|
2814
|
+
})), e && (o == null || o.addEventListener("keydown", (h) => {
|
|
2796
2815
|
h.key === "Escape" && h.preventDefault();
|
|
2797
|
-
})), n && (
|
|
2798
|
-
n(h,
|
|
2816
|
+
})), n && (o == null || o.addEventListener("open", async (h) => {
|
|
2817
|
+
n(h, o);
|
|
2799
2818
|
})), r == null || r.forEach((h) => {
|
|
2800
2819
|
h.addEventListener("click", (v) => {
|
|
2801
|
-
|
|
2820
|
+
o == null || o.showModal(), s && s(v, o);
|
|
2802
2821
|
});
|
|
2803
2822
|
}), p == null || p.forEach((h) => {
|
|
2804
2823
|
h.addEventListener("click", async (v) => {
|
|
2805
|
-
|
|
2824
|
+
o == null || o.close("close");
|
|
2806
2825
|
});
|
|
2807
2826
|
}), {
|
|
2808
2827
|
activators: r,
|
|
2809
|
-
ref:
|
|
2828
|
+
ref: o
|
|
2810
2829
|
};
|
|
2811
2830
|
}
|
|
2812
2831
|
static hasBoundsEntry(e, t = "bounds") {
|
|
2813
|
-
return
|
|
2832
|
+
return C.getBoundsEntries(t).includes(e);
|
|
2814
2833
|
}
|
|
2815
2834
|
static initObserver(e, t, a = null) {
|
|
2816
2835
|
if (!e)
|
|
2817
2836
|
return;
|
|
2818
2837
|
const n = (a == null ? void 0 : a.useBounding) ?? !1;
|
|
2819
|
-
new IntersectionObserver(async (l,
|
|
2820
|
-
n ? (l[0].isIntersecting || l[0].boundingClientRect.y < 0) && t({ obs:
|
|
2838
|
+
new IntersectionObserver(async (l, i) => {
|
|
2839
|
+
n ? (l[0].isIntersecting || l[0].boundingClientRect.y < 0) && t({ obs: i, entry: l[0], entries: l }) : l[0].isIntersecting && t({ obs: i, entry: l[0], entries: l });
|
|
2821
2840
|
}, a).observe(e);
|
|
2822
2841
|
}
|
|
2823
2842
|
static injectLink({ href: e, id: t }) {
|
|
@@ -2826,10 +2845,10 @@ class V {
|
|
|
2826
2845
|
}
|
|
2827
2846
|
static injectScript({ src: e, id: t = null, async: a = !0, module: n = !1 }) {
|
|
2828
2847
|
return new Promise(function(s, l) {
|
|
2829
|
-
let
|
|
2830
|
-
if (t &&
|
|
2848
|
+
let i = document.getElementById(t);
|
|
2849
|
+
if (t && i && i.dataset.loaded === "true")
|
|
2831
2850
|
return s({ alreadyLoaded: !0, id: t });
|
|
2832
|
-
|
|
2851
|
+
i || (i = document.createElement("script"), i.src = e, i.dataset.loaded = "false", t && (i.id = t), i.type = n ? "module" : "text/javascript", i.async = a, document.body.appendChild(i), i.onload = () => (i.dataset.loaded = "true", s({ alreadyLoaded: !1, id: t })), i.onerror = () => l(!1));
|
|
2833
2852
|
});
|
|
2834
2853
|
}
|
|
2835
2854
|
static isMobile({ selector: e = null, width: t = 640 } = {}) {
|
|
@@ -2869,7 +2888,7 @@ class V {
|
|
|
2869
2888
|
url: n,
|
|
2870
2889
|
data: s
|
|
2871
2890
|
};
|
|
2872
|
-
return await
|
|
2891
|
+
return await C.createData("/api/client?query=log/save&method=POST", l), null;
|
|
2873
2892
|
}
|
|
2874
2893
|
static loadAds() {
|
|
2875
2894
|
window.dataLayer = window.dataLayer || [];
|
|
@@ -2887,7 +2906,7 @@ class V {
|
|
|
2887
2906
|
if (e) {
|
|
2888
2907
|
const s = "/scripts/" + e + ".js?v=" + n;
|
|
2889
2908
|
try {
|
|
2890
|
-
return await
|
|
2909
|
+
return await C.injectScript({
|
|
2891
2910
|
src: s,
|
|
2892
2911
|
id: t || e,
|
|
2893
2912
|
async: !1,
|
|
@@ -2903,11 +2922,11 @@ class V {
|
|
|
2903
2922
|
if (window.options.googleMapsLoaded === !0)
|
|
2904
2923
|
return;
|
|
2905
2924
|
const e = "https://maps.googleapis.com/maps/api/js", t = window.options.googleApiKey, a = e + "?key=" + t + "&libraries=marker&v=beta&callback=mapCb";
|
|
2906
|
-
await
|
|
2925
|
+
await C.injectScript({ src: a, id: "googleapis", async: !1 });
|
|
2907
2926
|
}
|
|
2908
2927
|
static async loadLeafletApi() {
|
|
2909
2928
|
const e = "/leaflet/leaflet.js", t = "/leaflet/leaflet.css", a = "/leaflet/leaflet-gesture-handling.min.js", n = "/leaflet/leaflet-gesture-handling.min.css";
|
|
2910
|
-
await
|
|
2929
|
+
await C.injectLink({ href: t, id: "leafletCss" }), await C.injectLink({ href: n, id: "gestureCss" }), await C.injectScript({ src: e, id: "leafletJs", async: !1 }), await C.injectScript({
|
|
2911
2930
|
src: a,
|
|
2912
2931
|
id: "gestureJs",
|
|
2913
2932
|
async: !1
|
|
@@ -2922,7 +2941,7 @@ class V {
|
|
|
2922
2941
|
}
|
|
2923
2942
|
static async loadSwiper() {
|
|
2924
2943
|
const e = "/slider/swiper-bundle.min.js";
|
|
2925
|
-
await
|
|
2944
|
+
await C.injectLink({ href: "/slider/swiper-bundle.min.css", id: "swiperCss" }), await C.injectScript({ src: e, id: "swiperJs", async: !1 });
|
|
2926
2945
|
}
|
|
2927
2946
|
static async makeSearchFetchCall(e) {
|
|
2928
2947
|
try {
|
|
@@ -2956,16 +2975,16 @@ class V {
|
|
|
2956
2975
|
middle: n = null,
|
|
2957
2976
|
last: s = null,
|
|
2958
2977
|
min: l = null,
|
|
2959
|
-
max:
|
|
2978
|
+
max: i = null,
|
|
2960
2979
|
city: r = null,
|
|
2961
|
-
state:
|
|
2980
|
+
state: o = null,
|
|
2962
2981
|
vin: p = null,
|
|
2963
2982
|
license: u = null,
|
|
2964
|
-
token:
|
|
2965
|
-
phone:
|
|
2966
|
-
} = e || {}, f = t && t !== "", g = l && l !== "" && l !== "18", x =
|
|
2983
|
+
token: V = null,
|
|
2984
|
+
phone: H = null
|
|
2985
|
+
} = e || {}, f = t && t !== "", g = l && l !== "" && l !== "18", x = i && i !== "" && l !== "99";
|
|
2967
2986
|
let h = [];
|
|
2968
|
-
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 && x ? parseInt(l) > parseInt(
|
|
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 && x ? parseInt(l) > parseInt(i) ? (h.push("min=" + i), h.push("max=" + l)) : (h.push("min=" + l), h.push("max=" + i)) : (g && h.push("min=" + l), x && h.push("max=" + i)), H && H !== "" && h.push("phone=" + H), r && r !== "" && h.push("city=" + r), u && u !== "" && h.push("license=" + u), p && p !== "" && h.push("vin=" + p), o && o !== "" && h.push("state=" + o), V && V !== "" && h.push("token=" + V), h.join("&");
|
|
2969
2988
|
}
|
|
2970
2989
|
static padTo2Digits(e) {
|
|
2971
2990
|
return e.toString().padStart(2, "0");
|
|
@@ -2980,29 +2999,29 @@ class V {
|
|
|
2980
2999
|
useCitySearch: n = !1,
|
|
2981
3000
|
useCityStateSearch: s = !1,
|
|
2982
3001
|
useSearch: l = !1,
|
|
2983
|
-
useLocation:
|
|
3002
|
+
useLocation: i = !0,
|
|
2984
3003
|
state: r = "",
|
|
2985
|
-
useGoogle:
|
|
3004
|
+
useGoogle: o = !1,
|
|
2986
3005
|
useGoogleOverride: p = !1,
|
|
2987
3006
|
useAmazonOverride: u = !1,
|
|
2988
|
-
isSandboxAccount:
|
|
2989
|
-
isOptOutSearch:
|
|
2990
|
-
} = t ?? {}, { tolken: f = null, ip: g = null } = await
|
|
3007
|
+
isSandboxAccount: V = !1,
|
|
3008
|
+
isOptOutSearch: H = !1
|
|
3009
|
+
} = t ?? {}, { tolken: f = null, ip: g = null } = await C.getHeaders(), h = [
|
|
2991
3010
|
"query=" + encodeURIComponent(this.cleanupAddress(e)),
|
|
2992
3011
|
"addressesOnly=" + a,
|
|
2993
3012
|
"useSearch=" + l,
|
|
2994
3013
|
"useCitySearch=" + n,
|
|
2995
3014
|
"useCityStateSearch=" + s,
|
|
2996
|
-
"useLocation=" +
|
|
2997
|
-
"useGoogle=" +
|
|
3015
|
+
"useLocation=" + i,
|
|
3016
|
+
"useGoogle=" + o,
|
|
2998
3017
|
"useGoogleOverride=" + p,
|
|
2999
3018
|
"useAmazonOverride=" + u,
|
|
3000
|
-
"isSandboxAccount=" +
|
|
3001
|
-
"isOptOutSearch=" +
|
|
3019
|
+
"isSandboxAccount=" + V,
|
|
3020
|
+
"isOptOutSearch=" + H
|
|
3002
3021
|
];
|
|
3003
3022
|
r && r !== "" && !s && h.push("state=" + r), f && f !== "" && h.push("tolken=" + f), g && g !== "" && h.push("ip=" + g);
|
|
3004
3023
|
const v = h.join("&"), b = (n || s ? "/api/autocomplete-city" : "/api/autocomplete") + "?" + v;
|
|
3005
|
-
return await
|
|
3024
|
+
return await C.makeSearchFetchCall(b);
|
|
3006
3025
|
}
|
|
3007
3026
|
static removeElements(e) {
|
|
3008
3027
|
document.querySelectorAll(e).forEach((t) => t == null ? void 0 : t.remove());
|
|
@@ -3021,7 +3040,7 @@ class V {
|
|
|
3021
3040
|
});
|
|
3022
3041
|
}
|
|
3023
3042
|
static searchInStates(e) {
|
|
3024
|
-
const t =
|
|
3043
|
+
const t = C.getStates(), a = e.toLowerCase();
|
|
3025
3044
|
let n = t.find((s) => s.short.toLowerCase() === a) ?? null;
|
|
3026
3045
|
return n || (n = t.find((s) => s.name.toLowerCase() === a) ?? null), n;
|
|
3027
3046
|
}
|
|
@@ -3029,7 +3048,7 @@ class V {
|
|
|
3029
3048
|
typeof woopra == "object" && woopra.track(e, t);
|
|
3030
3049
|
}
|
|
3031
3050
|
static setBoundsEntries(e, t = "bounds") {
|
|
3032
|
-
const a =
|
|
3051
|
+
const a = C.getBoundsEntries(t);
|
|
3033
3052
|
a.push(e), localStorage.setItem(t, JSON.stringify(a));
|
|
3034
3053
|
}
|
|
3035
3054
|
static async setCityState(e = null) {
|
|
@@ -3038,7 +3057,7 @@ class V {
|
|
|
3038
3057
|
return e;
|
|
3039
3058
|
t = t.toLowerCase().replace(" usa", "").replace("city or state", "").replace(" state", "").trim();
|
|
3040
3059
|
let [a = null, n = null] = t.split(",").map((s) => s.trim());
|
|
3041
|
-
if (
|
|
3060
|
+
if (C.getStates(), a && !n) {
|
|
3042
3061
|
const s = this.searchInStates(a);
|
|
3043
3062
|
s && (a = null, n = s.short);
|
|
3044
3063
|
}
|
|
@@ -3049,8 +3068,8 @@ class V {
|
|
|
3049
3068
|
if (a && !n) {
|
|
3050
3069
|
const s = a.split(" "), l = s[s.length - 1];
|
|
3051
3070
|
if (l.length) {
|
|
3052
|
-
const
|
|
3053
|
-
|
|
3071
|
+
const i = this.searchInStates(l);
|
|
3072
|
+
i && (n = i.short, a = s.slice(0, -1).join(" "));
|
|
3054
3073
|
}
|
|
3055
3074
|
}
|
|
3056
3075
|
return a && n && a.toLowerCase() === n.toLowerCase() && (a = null), e.city = a, e.state = n ? n.toUpperCase() : null, e;
|
|
@@ -3063,16 +3082,16 @@ class V {
|
|
|
3063
3082
|
static async setRandomFileNameVersion(e, t = "scripts") {
|
|
3064
3083
|
const a = Date.now(), n = typeof window < "u" ? window.location.origin : "", s = t ? `/${t}/` : "/";
|
|
3065
3084
|
try {
|
|
3066
|
-
const l = e.map(({ fileName:
|
|
3067
|
-
|
|
3068
|
-
|
|
3085
|
+
const l = e.map(({ fileName: o, initFunctionName: p }) => import(`${n}${s}${o}?v=${a}`)), i = await Promise.all(l), r = [];
|
|
3086
|
+
i.forEach((o, p) => {
|
|
3087
|
+
o && typeof o[e[p].initFunctionName] == "function" ? r.push(o[e[p].initFunctionName]()) : console.error(`error loading ${e[p].initFunctionName}()`);
|
|
3069
3088
|
}), r.length > 0 && await Promise.all(r);
|
|
3070
3089
|
} catch (l) {
|
|
3071
3090
|
console.error("Failed to load one or more search modules:", l);
|
|
3072
3091
|
}
|
|
3073
3092
|
}
|
|
3074
3093
|
static async setSearchValueClient(e, t = "recsSearchValue", a = {}) {
|
|
3075
|
-
localStorage.setItem(t, JSON.stringify(e)), await
|
|
3094
|
+
localStorage.setItem(t, JSON.stringify(e)), await C.createData(
|
|
3076
3095
|
`/api/cookie/create?name=${t}`,
|
|
3077
3096
|
e,
|
|
3078
3097
|
!0,
|
|
@@ -3104,7 +3123,7 @@ class V {
|
|
|
3104
3123
|
return t.charAt(0).toUpperCase() + t.slice(1);
|
|
3105
3124
|
}
|
|
3106
3125
|
static useLayerTitle(e, t) {
|
|
3107
|
-
const a =
|
|
3126
|
+
const a = C.getLayerTitle(e);
|
|
3108
3127
|
L.tileLayer(a, {
|
|
3109
3128
|
maxNativeZoom: 19,
|
|
3110
3129
|
maxZoom: 25,
|
|
@@ -3113,7 +3132,7 @@ class V {
|
|
|
3113
3132
|
}).addTo(t);
|
|
3114
3133
|
}
|
|
3115
3134
|
static ucWords(e) {
|
|
3116
|
-
return e ? e.toString().split(" ").map((t) =>
|
|
3135
|
+
return e ? e.toString().split(" ").map((t) => C.ucFirst(t)).join(" ") : null;
|
|
3117
3136
|
}
|
|
3118
3137
|
/**
|
|
3119
3138
|
* HOW TO USE EVENTS
|
|
@@ -3163,7 +3182,7 @@ export {
|
|
|
3163
3182
|
F as Button,
|
|
3164
3183
|
h2 as CardSlider,
|
|
3165
3184
|
I1 as Checkbox,
|
|
3166
|
-
|
|
3185
|
+
C as Common,
|
|
3167
3186
|
K1 as ContactForm,
|
|
3168
3187
|
X1 as ContentCard,
|
|
3169
3188
|
B1 as Dialog,
|