@vehiclehistory/property-lib 0.1.995 → 0.1.997
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 +149 -138
- package/dist/main.umd.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/main.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o, jsxs as M, Fragment as N } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import p from "classnames";
|
|
3
3
|
import { memo as y, useState as F, useEffect as O } from "react";
|
|
4
4
|
const X = {
|
|
5
5
|
xxSmall: "w-4 h-4",
|
|
@@ -537,7 +537,7 @@ const X = {
|
|
|
537
537
|
"svg",
|
|
538
538
|
{
|
|
539
539
|
xmlns: "http://www.w3.org/2000/svg",
|
|
540
|
-
className:
|
|
540
|
+
className: p(
|
|
541
541
|
"fill-current flex-shrink-0",
|
|
542
542
|
X[a],
|
|
543
543
|
r,
|
|
@@ -564,7 +564,7 @@ const X = {
|
|
|
564
564
|
return /* @__PURE__ */ o(
|
|
565
565
|
"div",
|
|
566
566
|
{
|
|
567
|
-
className:
|
|
567
|
+
className: p(
|
|
568
568
|
"accordion shadow rounded-lg",
|
|
569
569
|
{
|
|
570
570
|
"accordion--open": i
|
|
@@ -576,7 +576,7 @@ const X = {
|
|
|
576
576
|
"button",
|
|
577
577
|
{
|
|
578
578
|
type: "button",
|
|
579
|
-
className:
|
|
579
|
+
className: p(
|
|
580
580
|
"accordion-header flex w-full justify-between items-center bg-gray-50 px-4 py-2 text-left font-medium text-slate-700 border border-gray-200 focus:outline-none focus-visible:ring focus-visible:ring-gray-500 focus-visible:ring-opacity-75"
|
|
581
581
|
),
|
|
582
582
|
title: n,
|
|
@@ -599,7 +599,7 @@ const X = {
|
|
|
599
599
|
l && i && /* @__PURE__ */ o(
|
|
600
600
|
"div",
|
|
601
601
|
{
|
|
602
|
-
className:
|
|
602
|
+
className: p(
|
|
603
603
|
"accordion-panel p-4 border-x border-b rounded-bl-lg rounded-br-lg border-gray-200 relative",
|
|
604
604
|
a
|
|
605
605
|
),
|
|
@@ -609,7 +609,7 @@ const X = {
|
|
|
609
609
|
!l && /* @__PURE__ */ o(
|
|
610
610
|
"div",
|
|
611
611
|
{
|
|
612
|
-
className:
|
|
612
|
+
className: p(
|
|
613
613
|
"accordion-panel p-4 border-x border-b rounded-bl-lg rounded-br-lg border-gray-200 relative",
|
|
614
614
|
a,
|
|
615
615
|
{ hidden: !i }
|
|
@@ -651,12 +651,12 @@ const X = {
|
|
|
651
651
|
iconColor: "text-yellow-500",
|
|
652
652
|
styles: "bg-yellow-50 border-yellow-300 text-yellow-700"
|
|
653
653
|
}
|
|
654
|
-
}, { icon: c, iconColor:
|
|
654
|
+
}, { icon: c, iconColor: u, styles: f } = s[i];
|
|
655
655
|
return /* @__PURE__ */ o(
|
|
656
656
|
"div",
|
|
657
657
|
{
|
|
658
658
|
id: i,
|
|
659
|
-
className:
|
|
659
|
+
className: p(
|
|
660
660
|
"rounded w-full py-2 px-4 mb-4 border",
|
|
661
661
|
f,
|
|
662
662
|
e
|
|
@@ -668,17 +668,17 @@ const X = {
|
|
|
668
668
|
{
|
|
669
669
|
name: c,
|
|
670
670
|
viewBox: "0 0 24 24",
|
|
671
|
-
className:
|
|
671
|
+
className: u,
|
|
672
672
|
size: "xSmall"
|
|
673
673
|
}
|
|
674
674
|
) }),
|
|
675
675
|
/* @__PURE__ */ M("div", { className: "ml-3", children: [
|
|
676
|
-
/* @__PURE__ */ o("div", { className:
|
|
676
|
+
/* @__PURE__ */ o("div", { className: p("font-medium text-sm", l), children: n }),
|
|
677
677
|
t.length > 0 ? /* @__PURE__ */ o(
|
|
678
678
|
"ul",
|
|
679
679
|
{
|
|
680
680
|
role: "list",
|
|
681
|
-
className:
|
|
681
|
+
className: p(
|
|
682
682
|
"list-disc space-y-1 pl-5 mt-2 text-xs",
|
|
683
683
|
a
|
|
684
684
|
),
|
|
@@ -701,12 +701,12 @@ const X = {
|
|
|
701
701
|
label: i,
|
|
702
702
|
leftIcon: s = "homeSearch",
|
|
703
703
|
leftIconProps: c = {},
|
|
704
|
-
loadingIconProps:
|
|
704
|
+
loadingIconProps: u = {},
|
|
705
705
|
mobileBackdrop: f = !1,
|
|
706
706
|
name: V = "",
|
|
707
707
|
options: H = [],
|
|
708
708
|
parentProps: v = {},
|
|
709
|
-
placeholder:
|
|
709
|
+
placeholder: m = "",
|
|
710
710
|
props: b = {},
|
|
711
711
|
rightIcon: h = "",
|
|
712
712
|
required: A = !1,
|
|
@@ -730,14 +730,14 @@ const X = {
|
|
|
730
730
|
"data-search": t,
|
|
731
731
|
"data-search-type": G,
|
|
732
732
|
"data-use-google": Q,
|
|
733
|
-
className:
|
|
733
|
+
className: p("Autocomplete", e),
|
|
734
734
|
style: $ ? { ...$ } : null,
|
|
735
735
|
...v,
|
|
736
736
|
children: [
|
|
737
737
|
z && /* @__PURE__ */ M(
|
|
738
738
|
"span",
|
|
739
739
|
{
|
|
740
|
-
className:
|
|
740
|
+
className: p(
|
|
741
741
|
"search-icon-left absolute inset-y-0 left-0 flex items-center ",
|
|
742
742
|
{
|
|
743
743
|
"pointer-events-none": f,
|
|
@@ -774,7 +774,7 @@ const X = {
|
|
|
774
774
|
"data-lpignore": "true",
|
|
775
775
|
"aria-label": i,
|
|
776
776
|
autoFocus: d,
|
|
777
|
-
className:
|
|
777
|
+
className: p(
|
|
778
778
|
"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",
|
|
779
779
|
{
|
|
780
780
|
"pl-8": z === !0 && S === "medium",
|
|
@@ -788,7 +788,7 @@ const X = {
|
|
|
788
788
|
),
|
|
789
789
|
required: A,
|
|
790
790
|
autoComplete: "off",
|
|
791
|
-
placeholder: !
|
|
791
|
+
placeholder: !m && n ? " " : m,
|
|
792
792
|
type: "search",
|
|
793
793
|
name: V || "search-input",
|
|
794
794
|
"data-id": "search-input",
|
|
@@ -799,7 +799,7 @@ const X = {
|
|
|
799
799
|
n && /* @__PURE__ */ o(
|
|
800
800
|
"label",
|
|
801
801
|
{
|
|
802
|
-
className:
|
|
802
|
+
className: p(
|
|
803
803
|
"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",
|
|
804
804
|
{
|
|
805
805
|
"!left-7": z === !0,
|
|
@@ -839,7 +839,7 @@ const X = {
|
|
|
839
839
|
name: "spinnerDark",
|
|
840
840
|
size: "xSmall",
|
|
841
841
|
viewBox: "0 0 24 24",
|
|
842
|
-
...
|
|
842
|
+
...u
|
|
843
843
|
}
|
|
844
844
|
)
|
|
845
845
|
}
|
|
@@ -895,7 +895,7 @@ const X = {
|
|
|
895
895
|
}) => /* @__PURE__ */ o(
|
|
896
896
|
a || "span",
|
|
897
897
|
{
|
|
898
|
-
className:
|
|
898
|
+
className: p(
|
|
899
899
|
" bg-gray-200 font-semibold py-1 px-2 rounded",
|
|
900
900
|
{
|
|
901
901
|
"text-sm": t === "sm",
|
|
@@ -917,29 +917,29 @@ const X = {
|
|
|
917
917
|
outline: i = !1,
|
|
918
918
|
props: s = {},
|
|
919
919
|
rightIcon: c,
|
|
920
|
-
rightIconProps:
|
|
920
|
+
rightIconProps: u = {},
|
|
921
921
|
rounded: f = !1,
|
|
922
922
|
size: V = "md",
|
|
923
923
|
type: H = "button",
|
|
924
924
|
uppercase: v = !1,
|
|
925
|
-
variation:
|
|
925
|
+
variation: m = "primary"
|
|
926
926
|
}) => {
|
|
927
927
|
const b = r ? "a" : "button";
|
|
928
928
|
return /* @__PURE__ */ M(
|
|
929
929
|
b,
|
|
930
930
|
{
|
|
931
931
|
type: b !== "a" ? H : null,
|
|
932
|
-
className:
|
|
932
|
+
className: p(
|
|
933
933
|
"button",
|
|
934
934
|
{
|
|
935
|
-
[`button--${
|
|
935
|
+
[`button--${m}`]: m,
|
|
936
936
|
[`button--${V}`]: V,
|
|
937
937
|
"button--rounded": f,
|
|
938
938
|
"button--disabled": l,
|
|
939
939
|
"button--outline": i,
|
|
940
940
|
"button--custom-link": r,
|
|
941
941
|
"button--uppercase": v,
|
|
942
|
-
"button--borderless": d ||
|
|
942
|
+
"button--borderless": d || m === "link"
|
|
943
943
|
},
|
|
944
944
|
n
|
|
945
945
|
),
|
|
@@ -963,7 +963,7 @@ const X = {
|
|
|
963
963
|
name: c,
|
|
964
964
|
size: V === "md" ? "small" : "xSmall",
|
|
965
965
|
viewBox: "0 0 24 24",
|
|
966
|
-
...
|
|
966
|
+
...u
|
|
967
967
|
}
|
|
968
968
|
)
|
|
969
969
|
]
|
|
@@ -980,14 +980,14 @@ const X = {
|
|
|
980
980
|
labelClass: i,
|
|
981
981
|
name: s,
|
|
982
982
|
props: c = {},
|
|
983
|
-
variation:
|
|
983
|
+
variation: u = "primary",
|
|
984
984
|
value: f
|
|
985
985
|
}) => /* @__PURE__ */ M(
|
|
986
986
|
"label",
|
|
987
987
|
{
|
|
988
|
-
className:
|
|
988
|
+
className: p(
|
|
989
989
|
"checkbox",
|
|
990
|
-
{ [`checkbox--${
|
|
990
|
+
{ [`checkbox--${u}`]: u },
|
|
991
991
|
t
|
|
992
992
|
),
|
|
993
993
|
htmlFor: l,
|
|
@@ -997,7 +997,7 @@ const X = {
|
|
|
997
997
|
{
|
|
998
998
|
"aria-invalid": a || null,
|
|
999
999
|
checked: d,
|
|
1000
|
-
className:
|
|
1000
|
+
className: p(
|
|
1001
1001
|
"form-checkbox",
|
|
1002
1002
|
{
|
|
1003
1003
|
"!border-red-500 !bg-red-500 focus:!ring-red-500 focus:!border-red-500": a
|
|
@@ -1011,7 +1011,7 @@ const X = {
|
|
|
1011
1011
|
...c
|
|
1012
1012
|
}
|
|
1013
1013
|
),
|
|
1014
|
-
r && /* @__PURE__ */ o("span", { className:
|
|
1014
|
+
r && /* @__PURE__ */ o("span", { className: p("sr-only", i), children: r }),
|
|
1015
1015
|
e
|
|
1016
1016
|
]
|
|
1017
1017
|
}
|
|
@@ -1026,12 +1026,12 @@ const X = {
|
|
|
1026
1026
|
dark: i = !1,
|
|
1027
1027
|
disableClose: s = !1,
|
|
1028
1028
|
footer: c,
|
|
1029
|
-
fullMobile:
|
|
1029
|
+
fullMobile: u = !0,
|
|
1030
1030
|
headerClass: f,
|
|
1031
1031
|
hideClose: V = !1,
|
|
1032
1032
|
iconSize: H = "medium",
|
|
1033
1033
|
preventPageScroll: v = !0,
|
|
1034
|
-
props:
|
|
1034
|
+
props: m = {},
|
|
1035
1035
|
sheet: b = !1,
|
|
1036
1036
|
sheetDirection: h = "right",
|
|
1037
1037
|
stickyHeader: A = !1,
|
|
@@ -1050,11 +1050,11 @@ const X = {
|
|
|
1050
1050
|
"aria-label": !x && e ? e : null,
|
|
1051
1051
|
...s ? { closedby: "none" } : null,
|
|
1052
1052
|
id: t ? `${t}-dialog` : null,
|
|
1053
|
-
className:
|
|
1053
|
+
className: p(
|
|
1054
1054
|
"dialog",
|
|
1055
1055
|
{
|
|
1056
1056
|
[`dialog-${k}`]: k,
|
|
1057
|
-
"dialog-full-mobile":
|
|
1057
|
+
"dialog-full-mobile": u,
|
|
1058
1058
|
"dialog-sheet": b,
|
|
1059
1059
|
dark: i,
|
|
1060
1060
|
"dialog-sheet--right": h === "right" && b,
|
|
@@ -1062,7 +1062,7 @@ const X = {
|
|
|
1062
1062
|
},
|
|
1063
1063
|
n
|
|
1064
1064
|
),
|
|
1065
|
-
...
|
|
1065
|
+
...m,
|
|
1066
1066
|
children: /* @__PURE__ */ M(
|
|
1067
1067
|
z,
|
|
1068
1068
|
{
|
|
@@ -1072,7 +1072,7 @@ const X = {
|
|
|
1072
1072
|
/* @__PURE__ */ M(
|
|
1073
1073
|
"div",
|
|
1074
1074
|
{
|
|
1075
|
-
className:
|
|
1075
|
+
className: p(
|
|
1076
1076
|
"dialog-header",
|
|
1077
1077
|
{
|
|
1078
1078
|
"sticky top-0 bg-white z-10": A,
|
|
@@ -1086,7 +1086,7 @@ const X = {
|
|
|
1086
1086
|
"div",
|
|
1087
1087
|
{
|
|
1088
1088
|
id: `${t}-dialog-title`,
|
|
1089
|
-
className:
|
|
1089
|
+
className: p("dialog-title", g),
|
|
1090
1090
|
children: x
|
|
1091
1091
|
}
|
|
1092
1092
|
),
|
|
@@ -1115,7 +1115,7 @@ const X = {
|
|
|
1115
1115
|
"div",
|
|
1116
1116
|
{
|
|
1117
1117
|
id: `${t}-dialog-content`,
|
|
1118
|
-
className:
|
|
1118
|
+
className: p(
|
|
1119
1119
|
"dialog-content",
|
|
1120
1120
|
{
|
|
1121
1121
|
"custom-scrollbar": r
|
|
@@ -1140,7 +1140,7 @@ const X = {
|
|
|
1140
1140
|
{
|
|
1141
1141
|
role: "status",
|
|
1142
1142
|
"aria-label": d,
|
|
1143
|
-
className:
|
|
1143
|
+
className: p("Dots mx-auto", e),
|
|
1144
1144
|
children: [
|
|
1145
1145
|
/* @__PURE__ */ o("span", { style: { animationDelay: "0.1s" } }),
|
|
1146
1146
|
/* @__PURE__ */ o("span", { style: { animationDelay: "0.2s" } }),
|
|
@@ -1163,25 +1163,25 @@ const X = {
|
|
|
1163
1163
|
variation: i = "primary"
|
|
1164
1164
|
}) => {
|
|
1165
1165
|
const [s, c] = F(0);
|
|
1166
|
-
function
|
|
1166
|
+
function u({ cb: f }) {
|
|
1167
1167
|
const V = document.querySelector(
|
|
1168
1168
|
`.loading-bar--inner${n ? `.${n}` : ""}`
|
|
1169
1169
|
);
|
|
1170
1170
|
if (!V) return;
|
|
1171
|
-
let H, v,
|
|
1171
|
+
let H, v, m = !1;
|
|
1172
1172
|
function b(h) {
|
|
1173
1173
|
H === void 0 && (H = h);
|
|
1174
1174
|
const A = h - H;
|
|
1175
1175
|
if (v !== h) {
|
|
1176
1176
|
const x = A / r * 101;
|
|
1177
|
-
V.style.width = `${x}%`, c(Math.min(100, Math.round(x))), t && t({ elapsed: A, percentage: x }), x >= 101 && (f && f(),
|
|
1177
|
+
V.style.width = `${x}%`, c(Math.min(100, Math.round(x))), t && t({ elapsed: A, percentage: x }), x >= 101 && (f && f(), m = !0, window.cancelAnimationFrame(h));
|
|
1178
1178
|
}
|
|
1179
|
-
A < r && (v = h,
|
|
1179
|
+
A < r && (v = h, m || window.requestAnimationFrame(b));
|
|
1180
1180
|
}
|
|
1181
1181
|
window.requestAnimationFrame(b);
|
|
1182
1182
|
}
|
|
1183
1183
|
return O(() => {
|
|
1184
|
-
|
|
1184
|
+
u({ cb: e });
|
|
1185
1185
|
}, []), /* @__PURE__ */ o(
|
|
1186
1186
|
"div",
|
|
1187
1187
|
{
|
|
@@ -1191,7 +1191,7 @@ const X = {
|
|
|
1191
1191
|
"aria-valuemin": 0,
|
|
1192
1192
|
"aria-valuemax": 100,
|
|
1193
1193
|
"aria-busy": s < 100,
|
|
1194
|
-
className:
|
|
1194
|
+
className: p(
|
|
1195
1195
|
"loading-bar my-8",
|
|
1196
1196
|
`loading-bar--${i}`,
|
|
1197
1197
|
{
|
|
@@ -1213,7 +1213,7 @@ const X = {
|
|
|
1213
1213
|
{
|
|
1214
1214
|
role: "status",
|
|
1215
1215
|
"aria-label": d,
|
|
1216
|
-
className:
|
|
1216
|
+
className: p("processing-spinner", e)
|
|
1217
1217
|
}
|
|
1218
1218
|
), Q1 = y(i1), J1 = ({
|
|
1219
1219
|
activator: d,
|
|
@@ -1229,11 +1229,11 @@ const X = {
|
|
|
1229
1229
|
/* @__PURE__ */ o(
|
|
1230
1230
|
"div",
|
|
1231
1231
|
{
|
|
1232
|
-
className:
|
|
1232
|
+
className: p("popover z-10 max-w-[350px] hidden", n),
|
|
1233
1233
|
children: /* @__PURE__ */ M(
|
|
1234
1234
|
"div",
|
|
1235
1235
|
{
|
|
1236
|
-
className:
|
|
1236
|
+
className: p(
|
|
1237
1237
|
"popover-container rounded border bg-gray-50 border-gray-300 shadow-md text-gray-500 animate-menu-close",
|
|
1238
1238
|
l
|
|
1239
1239
|
),
|
|
@@ -1254,7 +1254,7 @@ const X = {
|
|
|
1254
1254
|
/* @__PURE__ */ o(
|
|
1255
1255
|
"div",
|
|
1256
1256
|
{
|
|
1257
|
-
className:
|
|
1257
|
+
className: p(
|
|
1258
1258
|
"popover-activator",
|
|
1259
1259
|
`trigger-${s}`,
|
|
1260
1260
|
{
|
|
@@ -1278,19 +1278,19 @@ const X = {
|
|
|
1278
1278
|
labelClass: i,
|
|
1279
1279
|
maxCompleted: s = 100,
|
|
1280
1280
|
rounded: c = !0,
|
|
1281
|
-
showLabel:
|
|
1281
|
+
showLabel: u = !1
|
|
1282
1282
|
}) => {
|
|
1283
1283
|
const V = ((H, v) => {
|
|
1284
1284
|
if (H) {
|
|
1285
|
-
const
|
|
1286
|
-
return
|
|
1285
|
+
const m = Number(v) / H;
|
|
1286
|
+
return m > 1 ? 100 : m * 100;
|
|
1287
1287
|
}
|
|
1288
1288
|
return l;
|
|
1289
1289
|
})(s, l);
|
|
1290
1290
|
return /* @__PURE__ */ o(
|
|
1291
1291
|
"div",
|
|
1292
1292
|
{
|
|
1293
|
-
className:
|
|
1293
|
+
className: p(
|
|
1294
1294
|
"w-full bg-gray-200",
|
|
1295
1295
|
{ "rounded-full": c },
|
|
1296
1296
|
n
|
|
@@ -1303,15 +1303,15 @@ const X = {
|
|
|
1303
1303
|
children: /* @__PURE__ */ o(
|
|
1304
1304
|
"div",
|
|
1305
1305
|
{
|
|
1306
|
-
className:
|
|
1306
|
+
className: p(
|
|
1307
1307
|
"h-full text-right flex items-center justify-end rounded-full",
|
|
1308
1308
|
a
|
|
1309
1309
|
),
|
|
1310
1310
|
style: { width: `${V}%` },
|
|
1311
|
-
children:
|
|
1311
|
+
children: u && /* @__PURE__ */ o(
|
|
1312
1312
|
"span",
|
|
1313
1313
|
{
|
|
1314
|
-
className:
|
|
1314
|
+
className: p(
|
|
1315
1315
|
"font-bold text-white text-xs mr-2",
|
|
1316
1316
|
i
|
|
1317
1317
|
),
|
|
@@ -1333,11 +1333,11 @@ const X = {
|
|
|
1333
1333
|
name: i,
|
|
1334
1334
|
props: s = {},
|
|
1335
1335
|
variation: c = "primary",
|
|
1336
|
-
value:
|
|
1336
|
+
value: u
|
|
1337
1337
|
}) => /* @__PURE__ */ M(
|
|
1338
1338
|
"label",
|
|
1339
1339
|
{
|
|
1340
|
-
className:
|
|
1340
|
+
className: p(
|
|
1341
1341
|
"radio",
|
|
1342
1342
|
{ [`radio--${c}`]: c },
|
|
1343
1343
|
t
|
|
@@ -1348,15 +1348,15 @@ const X = {
|
|
|
1348
1348
|
"input",
|
|
1349
1349
|
{
|
|
1350
1350
|
checked: d,
|
|
1351
|
-
className:
|
|
1351
|
+
className: p("form-radio", n),
|
|
1352
1352
|
id: a,
|
|
1353
1353
|
name: i,
|
|
1354
1354
|
type: "radio",
|
|
1355
|
-
value:
|
|
1355
|
+
value: u,
|
|
1356
1356
|
...s
|
|
1357
1357
|
}
|
|
1358
1358
|
),
|
|
1359
|
-
l && /* @__PURE__ */ o("span", { className:
|
|
1359
|
+
l && /* @__PURE__ */ o("span", { className: p("sr-only", r), children: l }),
|
|
1360
1360
|
e
|
|
1361
1361
|
]
|
|
1362
1362
|
}
|
|
@@ -1371,7 +1371,7 @@ const X = {
|
|
|
1371
1371
|
options: i = [],
|
|
1372
1372
|
placeholder: s,
|
|
1373
1373
|
props: c = {},
|
|
1374
|
-
selectClass:
|
|
1374
|
+
selectClass: u,
|
|
1375
1375
|
styles: f = null,
|
|
1376
1376
|
variation: V = "primary",
|
|
1377
1377
|
value: H
|
|
@@ -1380,25 +1380,26 @@ const X = {
|
|
|
1380
1380
|
return /* @__PURE__ */ M(
|
|
1381
1381
|
"label",
|
|
1382
1382
|
{
|
|
1383
|
-
|
|
1383
|
+
htmlFor: a,
|
|
1384
|
+
className: p(
|
|
1384
1385
|
"relative select",
|
|
1385
1386
|
{ [`select--${V}`]: V },
|
|
1386
1387
|
d
|
|
1387
1388
|
),
|
|
1388
1389
|
style: f ? { ...f } : null,
|
|
1389
1390
|
children: [
|
|
1390
|
-
n && /* @__PURE__ */ o("span", { className:
|
|
1391
|
+
n && /* @__PURE__ */ o("span", { className: p("sr-only", l), children: n }),
|
|
1391
1392
|
/* @__PURE__ */ M(
|
|
1392
1393
|
"select",
|
|
1393
1394
|
{
|
|
1394
1395
|
"aria-invalid": e || null,
|
|
1395
1396
|
"aria-describedby": e && a && t ? `${a}-error` : null,
|
|
1396
|
-
className:
|
|
1397
|
+
className: p(
|
|
1397
1398
|
"form-select relative bg-white pl-3 pr-10 text-left cursor-default",
|
|
1398
1399
|
{
|
|
1399
1400
|
"field-error": e
|
|
1400
1401
|
},
|
|
1401
|
-
|
|
1402
|
+
u
|
|
1402
1403
|
),
|
|
1403
1404
|
id: a,
|
|
1404
1405
|
name: r,
|
|
@@ -1406,15 +1407,15 @@ const X = {
|
|
|
1406
1407
|
...v,
|
|
1407
1408
|
...c,
|
|
1408
1409
|
children: [
|
|
1409
|
-
s && /* @__PURE__ */ o("option", {
|
|
1410
|
-
i.map((
|
|
1410
|
+
s && /* @__PURE__ */ o("option", { hidden: !0, value: "", children: s }),
|
|
1411
|
+
i.map((m) => /* @__PURE__ */ o(
|
|
1411
1412
|
"option",
|
|
1412
1413
|
{
|
|
1413
|
-
|
|
1414
|
-
value: (
|
|
1415
|
-
children: (
|
|
1414
|
+
label: m == null ? void 0 : m.label,
|
|
1415
|
+
value: (m == null ? void 0 : m.id) || (m == null ? void 0 : m.value) || (m == null ? void 0 : m.name) || m,
|
|
1416
|
+
children: (m == null ? void 0 : m.name) || (m == null ? void 0 : m.value) || (m == null ? void 0 : m.id) || m
|
|
1416
1417
|
},
|
|
1417
|
-
(
|
|
1418
|
+
(m == null ? void 0 : m.name) || (m == null ? void 0 : m.value) || (m == null ? void 0 : m.id) || m
|
|
1418
1419
|
))
|
|
1419
1420
|
]
|
|
1420
1421
|
}
|
|
@@ -1433,7 +1434,7 @@ const X = {
|
|
|
1433
1434
|
}, _1 = y(d1), h1 = ({ className: d }) => /* @__PURE__ */ M(
|
|
1434
1435
|
"div",
|
|
1435
1436
|
{
|
|
1436
|
-
className:
|
|
1437
|
+
className: p(
|
|
1437
1438
|
"flex justify-center items-center bg-gray-200 rounded-lg animate-pulse",
|
|
1438
1439
|
d
|
|
1439
1440
|
),
|
|
@@ -1448,7 +1449,7 @@ const X = {
|
|
|
1448
1449
|
className: t,
|
|
1449
1450
|
id: a = 1,
|
|
1450
1451
|
padding: n = !0
|
|
1451
|
-
}) => /* @__PURE__ */ M("div", { className:
|
|
1452
|
+
}) => /* @__PURE__ */ M("div", { className: p("slider", t), id: `slider-${a}`, children: [
|
|
1452
1453
|
/* @__PURE__ */ o(
|
|
1453
1454
|
"button",
|
|
1454
1455
|
{
|
|
@@ -1482,11 +1483,11 @@ const X = {
|
|
|
1482
1483
|
{
|
|
1483
1484
|
role: "status",
|
|
1484
1485
|
"aria-label": d,
|
|
1485
|
-
className:
|
|
1486
|
+
className: p("rounded-r-md px-2 focus:outline-none", e),
|
|
1486
1487
|
children: /* @__PURE__ */ o(
|
|
1487
1488
|
w,
|
|
1488
1489
|
{
|
|
1489
|
-
className:
|
|
1490
|
+
className: p(
|
|
1490
1491
|
"animate-spin text-black-900 motion-reduce:animate-none",
|
|
1491
1492
|
t
|
|
1492
1493
|
),
|
|
@@ -1507,7 +1508,7 @@ const X = {
|
|
|
1507
1508
|
return /* @__PURE__ */ o(
|
|
1508
1509
|
"div",
|
|
1509
1510
|
{
|
|
1510
|
-
className:
|
|
1511
|
+
className: p(
|
|
1511
1512
|
'Stars inline-block leading-none font-sans text-base before:content-["★★★★★"]',
|
|
1512
1513
|
d
|
|
1513
1514
|
),
|
|
@@ -1525,13 +1526,13 @@ const X = {
|
|
|
1525
1526
|
placeholder: i = "",
|
|
1526
1527
|
props: s = {},
|
|
1527
1528
|
rows: c = 4,
|
|
1528
|
-
variation:
|
|
1529
|
+
variation: u = "primary"
|
|
1529
1530
|
}) => /* @__PURE__ */ M(
|
|
1530
1531
|
"div",
|
|
1531
1532
|
{
|
|
1532
|
-
className:
|
|
1533
|
+
className: p(
|
|
1533
1534
|
"relative textarea",
|
|
1534
|
-
{ [`textarea--${
|
|
1535
|
+
{ [`textarea--${u}`]: u },
|
|
1535
1536
|
d
|
|
1536
1537
|
),
|
|
1537
1538
|
children: [
|
|
@@ -1544,7 +1545,7 @@ const X = {
|
|
|
1544
1545
|
id: n,
|
|
1545
1546
|
name: r,
|
|
1546
1547
|
rows: c,
|
|
1547
|
-
className:
|
|
1548
|
+
className: p(
|
|
1548
1549
|
"form-textarea min-h-[40px] pl-4",
|
|
1549
1550
|
e ? "pr-10" : "pr-4",
|
|
1550
1551
|
{
|
|
@@ -1591,19 +1592,19 @@ const X = {
|
|
|
1591
1592
|
name: i = "",
|
|
1592
1593
|
placeholder: s = "",
|
|
1593
1594
|
props: c = {},
|
|
1594
|
-
styles:
|
|
1595
|
+
styles: u = null,
|
|
1595
1596
|
type: f = "text",
|
|
1596
1597
|
value: V,
|
|
1597
1598
|
variation: H = "primary"
|
|
1598
1599
|
}) => /* @__PURE__ */ M(
|
|
1599
1600
|
"div",
|
|
1600
1601
|
{
|
|
1601
|
-
className:
|
|
1602
|
+
className: p(
|
|
1602
1603
|
"relative textbox",
|
|
1603
1604
|
{ [`textbox--${H}`]: H },
|
|
1604
1605
|
d
|
|
1605
1606
|
),
|
|
1606
|
-
style:
|
|
1607
|
+
style: u ? { ...u } : null,
|
|
1607
1608
|
children: [
|
|
1608
1609
|
n && /* @__PURE__ */ o("div", { className: "pointer-events-none absolute inset-y-0 left-0 flex items-center px-2", children: /* @__PURE__ */ o(
|
|
1609
1610
|
w,
|
|
@@ -1625,7 +1626,7 @@ const X = {
|
|
|
1625
1626
|
type: f,
|
|
1626
1627
|
value: V,
|
|
1627
1628
|
autoComplete: "off",
|
|
1628
|
-
className:
|
|
1629
|
+
className: p(
|
|
1629
1630
|
"form-input",
|
|
1630
1631
|
e ? "pr-10" : "pr-4",
|
|
1631
1632
|
n ? "pl-8" : "pl-4",
|
|
@@ -1702,7 +1703,7 @@ const X = {
|
|
|
1702
1703
|
/* @__PURE__ */ o(
|
|
1703
1704
|
I,
|
|
1704
1705
|
{
|
|
1705
|
-
className:
|
|
1706
|
+
className: p(
|
|
1706
1707
|
"text-black-900 items-center gap-2 live-chat uppercase !inline-flex"
|
|
1707
1708
|
),
|
|
1708
1709
|
variation: "link",
|
|
@@ -1717,49 +1718,59 @@ const X = {
|
|
|
1717
1718
|
"form",
|
|
1718
1719
|
{
|
|
1719
1720
|
id: "contactForm",
|
|
1720
|
-
className:
|
|
1721
|
+
className: p("contact-form", n, {
|
|
1721
1722
|
uppercase: s
|
|
1722
1723
|
}),
|
|
1723
1724
|
children: [
|
|
1724
|
-
/* @__PURE__ */ o(
|
|
1725
|
+
/* @__PURE__ */ o(
|
|
1726
|
+
"div",
|
|
1727
|
+
{
|
|
1728
|
+
id: "contact-title",
|
|
1729
|
+
className: p("mb-4 header-2-semibold", i),
|
|
1730
|
+
children: r
|
|
1731
|
+
}
|
|
1732
|
+
),
|
|
1725
1733
|
/* @__PURE__ */ o("p", { className: "contact-form__msg", children: c }),
|
|
1726
1734
|
/* @__PURE__ */ M(
|
|
1727
1735
|
"div",
|
|
1728
1736
|
{
|
|
1729
|
-
className:
|
|
1737
|
+
className: p(
|
|
1730
1738
|
"p-6 bg-gray-100 flex flex-col gap-y-3 max-w-[458px]",
|
|
1731
1739
|
a
|
|
1732
1740
|
),
|
|
1733
1741
|
children: [
|
|
1742
|
+
/* @__PURE__ */ o("label", { htmlFor: "contact-name", className: "sr-only", children: "Contact Name" }),
|
|
1734
1743
|
/* @__PURE__ */ o(
|
|
1735
1744
|
T,
|
|
1736
1745
|
{
|
|
1737
1746
|
id: "contact-name",
|
|
1738
1747
|
name: "contact-name",
|
|
1739
1748
|
placeholder: "Name",
|
|
1740
|
-
inputClass:
|
|
1749
|
+
inputClass: p({
|
|
1741
1750
|
"placeholder:uppercase": s
|
|
1742
1751
|
})
|
|
1743
1752
|
}
|
|
1744
1753
|
),
|
|
1754
|
+
/* @__PURE__ */ o("label", { htmlFor: "contact-email", className: "sr-only", children: "Contact Email" }),
|
|
1745
1755
|
/* @__PURE__ */ o(
|
|
1746
1756
|
T,
|
|
1747
1757
|
{
|
|
1748
1758
|
id: "contact-email",
|
|
1749
1759
|
name: "contact-email",
|
|
1750
1760
|
placeholder: "Email",
|
|
1751
|
-
inputClass:
|
|
1761
|
+
inputClass: p({
|
|
1752
1762
|
"placeholder:uppercase": s
|
|
1753
1763
|
})
|
|
1754
1764
|
}
|
|
1755
1765
|
),
|
|
1766
|
+
/* @__PURE__ */ o("label", { htmlFor: "contact-message", className: "sr-only", children: "Contact Message" }),
|
|
1756
1767
|
/* @__PURE__ */ o(
|
|
1757
1768
|
f1,
|
|
1758
1769
|
{
|
|
1759
1770
|
id: "contact-message",
|
|
1760
1771
|
name: "contact-message",
|
|
1761
1772
|
placeholder: "Message",
|
|
1762
|
-
inputClass:
|
|
1773
|
+
inputClass: p({
|
|
1763
1774
|
"placeholder:uppercase": s
|
|
1764
1775
|
})
|
|
1765
1776
|
}
|
|
@@ -1767,7 +1778,7 @@ const X = {
|
|
|
1767
1778
|
/* @__PURE__ */ o(
|
|
1768
1779
|
I,
|
|
1769
1780
|
{
|
|
1770
|
-
className:
|
|
1781
|
+
className: p(
|
|
1771
1782
|
"flex mx-auto items-center",
|
|
1772
1783
|
{
|
|
1773
1784
|
uppercase: s
|
|
@@ -1797,30 +1808,30 @@ const X = {
|
|
|
1797
1808
|
headerClass: i,
|
|
1798
1809
|
list: s = !1,
|
|
1799
1810
|
props: c = {},
|
|
1800
|
-
variation:
|
|
1811
|
+
variation: u = "primary"
|
|
1801
1812
|
}) => {
|
|
1802
1813
|
const f = s ? "ul" : "div";
|
|
1803
1814
|
return /* @__PURE__ */ M(
|
|
1804
1815
|
"div",
|
|
1805
1816
|
{
|
|
1806
|
-
className:
|
|
1817
|
+
className: p(
|
|
1807
1818
|
"content-card",
|
|
1808
1819
|
{ "content-card--block": d },
|
|
1809
|
-
`content-card--${
|
|
1820
|
+
`content-card--${u}`,
|
|
1810
1821
|
t
|
|
1811
1822
|
),
|
|
1812
1823
|
...c,
|
|
1813
1824
|
children: [
|
|
1814
|
-
r && /* @__PURE__ */ o("div", { className:
|
|
1825
|
+
r && /* @__PURE__ */ o("div", { className: p("content-card__header", i), children: typeof r == "string" ? /* @__PURE__ */ o("h3", { children: r }) : r }),
|
|
1815
1826
|
/* @__PURE__ */ o(
|
|
1816
1827
|
f,
|
|
1817
1828
|
{
|
|
1818
|
-
className:
|
|
1829
|
+
className: p("content-card__content", a),
|
|
1819
1830
|
role: s ? "list" : null,
|
|
1820
1831
|
children: e
|
|
1821
1832
|
}
|
|
1822
1833
|
),
|
|
1823
|
-
l && /* @__PURE__ */ o("div", { className:
|
|
1834
|
+
l && /* @__PURE__ */ o("div", { className: p("content-card__footer", n), children: l })
|
|
1824
1835
|
]
|
|
1825
1836
|
}
|
|
1826
1837
|
);
|
|
@@ -1835,16 +1846,16 @@ const X = {
|
|
|
1835
1846
|
rowGap: i = 1,
|
|
1836
1847
|
value: s,
|
|
1837
1848
|
valueClass: c,
|
|
1838
|
-
wrap:
|
|
1849
|
+
wrap: u = !1
|
|
1839
1850
|
}) => /* @__PURE__ */ M(
|
|
1840
1851
|
"div",
|
|
1841
1852
|
{
|
|
1842
|
-
className:
|
|
1853
|
+
className: p(
|
|
1843
1854
|
"flex",
|
|
1844
1855
|
{
|
|
1845
1856
|
"flex-col items-start": a === "col",
|
|
1846
1857
|
"flex-row items-center": a === "row",
|
|
1847
|
-
"flex-wrap":
|
|
1858
|
+
"flex-wrap": u
|
|
1848
1859
|
},
|
|
1849
1860
|
e
|
|
1850
1861
|
),
|
|
@@ -1854,8 +1865,8 @@ const X = {
|
|
|
1854
1865
|
},
|
|
1855
1866
|
...r,
|
|
1856
1867
|
children: [
|
|
1857
|
-
n && /* @__PURE__ */ o("div", { className:
|
|
1858
|
-
s && /* @__PURE__ */ o("div", { className:
|
|
1868
|
+
n && /* @__PURE__ */ o("div", { className: p("item-label", l), children: n }),
|
|
1869
|
+
s && /* @__PURE__ */ o("div", { className: p("item-value", c), children: s }),
|
|
1859
1870
|
d
|
|
1860
1871
|
]
|
|
1861
1872
|
}
|
|
@@ -1871,7 +1882,7 @@ const X = {
|
|
|
1871
1882
|
}) => /* @__PURE__ */ M(
|
|
1872
1883
|
"section",
|
|
1873
1884
|
{
|
|
1874
|
-
className:
|
|
1885
|
+
className: p(
|
|
1875
1886
|
"spacer",
|
|
1876
1887
|
{
|
|
1877
1888
|
"print:!hidden": a,
|
|
@@ -1881,14 +1892,14 @@ const X = {
|
|
|
1881
1892
|
),
|
|
1882
1893
|
...n,
|
|
1883
1894
|
children: [
|
|
1884
|
-
l && /* @__PURE__ */ o("h2", { className:
|
|
1895
|
+
l && /* @__PURE__ */ o("h2", { className: p("spacer-title", r), id: i, children: l }),
|
|
1885
1896
|
e
|
|
1886
1897
|
]
|
|
1887
1898
|
}
|
|
1888
|
-
), c2 = ({ children: d, className: e, list: t = !0 }) => /* @__PURE__ */ o(t ? "li" : "div", { className:
|
|
1899
|
+
), c2 = ({ children: d, className: e, list: t = !0 }) => /* @__PURE__ */ o(t ? "li" : "div", { className: p("stacked-list", e), children: d }), v1 = ({ align: d = "center", children: e, className: t, tag: a = "h1", title: n }) => /* @__PURE__ */ o(
|
|
1889
1900
|
a,
|
|
1890
1901
|
{
|
|
1891
|
-
className:
|
|
1902
|
+
className: p(
|
|
1892
1903
|
"funnel-header !header-4-medium mb-6 flex items-center",
|
|
1893
1904
|
{
|
|
1894
1905
|
"text-center justify-center": d === "center",
|
|
@@ -2256,19 +2267,19 @@ const X = {
|
|
|
2256
2267
|
weightProps: i = null
|
|
2257
2268
|
}) => {
|
|
2258
2269
|
const s = {};
|
|
2259
|
-
Object.entries(l).forEach(([c,
|
|
2270
|
+
Object.entries(l).forEach(([c, u]) => {
|
|
2260
2271
|
const f = {
|
|
2261
|
-
"font-size":
|
|
2272
|
+
"font-size": u,
|
|
2262
2273
|
...a
|
|
2263
|
-
}, V = `.${e(`${t}-${c}`)}`, H = n ? n({ sizeKey: c, sizeValue:
|
|
2274
|
+
}, V = `.${e(`${t}-${c}`)}`, H = n ? n({ sizeKey: c, sizeValue: u }) : {};
|
|
2264
2275
|
s[V] = {
|
|
2265
2276
|
...f,
|
|
2266
2277
|
...H
|
|
2267
|
-
}, Object.entries(r).forEach(([v,
|
|
2268
|
-
const b = `.${e(`${t}-${c}-${v}`)}`, h = i ? i({ sizeKey: c, sizeValue:
|
|
2278
|
+
}, Object.entries(r).forEach(([v, m]) => {
|
|
2279
|
+
const b = `.${e(`${t}-${c}-${v}`)}`, h = i ? i({ sizeKey: c, sizeValue: u, weightKey: v, weightValue: m }) : {};
|
|
2269
2280
|
s[b] = {
|
|
2270
2281
|
...f,
|
|
2271
|
-
"font-weight":
|
|
2282
|
+
"font-weight": m,
|
|
2272
2283
|
...h
|
|
2273
2284
|
};
|
|
2274
2285
|
});
|
|
@@ -2414,10 +2425,10 @@ function m2(d, e = []) {
|
|
|
2414
2425
|
function f2({ cb: d, form: e, formData: t, validations: a, reactive: n = !1 }) {
|
|
2415
2426
|
let l = !0;
|
|
2416
2427
|
for (const [r, i] of t.entries()) {
|
|
2417
|
-
const s = e.querySelector(`[name="${r}"]`), c = a[r],
|
|
2428
|
+
const s = e.querySelector(`[name="${r}"]`), c = a[r], u = [];
|
|
2418
2429
|
c.forEach((f) => {
|
|
2419
|
-
f.isValid(i) ||
|
|
2420
|
-
}),
|
|
2430
|
+
f.isValid(i) || u.push(f.message);
|
|
2431
|
+
}), u.length ? (l = !1, s.classList.add("field-error"), d && d({ isValid: l, field: s, validations: a })) : (s.classList.remove("field-error"), d && d({ isValid: !0, field: s, validations: a })), n && (s == null || s.addEventListener("input", (f) => {
|
|
2421
2432
|
f.preventDefault(), s.classList.contains("field-error") && s.classList.remove("field-error");
|
|
2422
2433
|
}));
|
|
2423
2434
|
}
|
|
@@ -2572,12 +2583,12 @@ class C {
|
|
|
2572
2583
|
const {
|
|
2573
2584
|
isHeads: s = null,
|
|
2574
2585
|
isLoggedIn: c = null,
|
|
2575
|
-
url:
|
|
2586
|
+
url: u = null,
|
|
2576
2587
|
ip: f = null,
|
|
2577
2588
|
sessionId: V = null,
|
|
2578
2589
|
user: H = null
|
|
2579
2590
|
} = (window == null ? void 0 : window.options) ?? {}, { id: v = null } = H ?? {};
|
|
2580
|
-
t.userId = l ?? v, t.isHeads = s, t.isLoggedIn = c, t.url =
|
|
2591
|
+
t.userId = l ?? v, t.isHeads = s, t.isLoggedIn = c, t.url = u, await C.createData(
|
|
2581
2592
|
"/api/event",
|
|
2582
2593
|
{
|
|
2583
2594
|
payload: {
|
|
@@ -2768,7 +2779,7 @@ class C {
|
|
|
2768
2779
|
if ((s = window == null ? void 0 : window.options) != null && s.isPdf)
|
|
2769
2780
|
return r;
|
|
2770
2781
|
try {
|
|
2771
|
-
const
|
|
2782
|
+
const u = await (await fetch("/api/client-headers")).json(), f = (u == null ? void 0 : u.sessionId) ?? "noSessionId", V = (u == null ? void 0 : u.ip) ?? null, H = e * 1e3;
|
|
2772
2783
|
return localStorage.setItem(
|
|
2773
2784
|
i,
|
|
2774
2785
|
JSON.stringify({
|
|
@@ -2793,8 +2804,8 @@ class C {
|
|
|
2793
2804
|
return await C.fetchData("/api/client?query=" + r);
|
|
2794
2805
|
}
|
|
2795
2806
|
static getReportUrl(e, t = null) {
|
|
2796
|
-
var s, c,
|
|
2797
|
-
const a = ((s = e == null ? void 0 : e.state) == null ? void 0 : s.slug) ?? null, n = ((c = e == null ? void 0 : e.city) == null ? void 0 : c.slug) ?? null, l = ((
|
|
2807
|
+
var s, c, u;
|
|
2808
|
+
const a = ((s = e == null ? void 0 : e.state) == null ? void 0 : s.slug) ?? null, n = ((c = e == null ? void 0 : e.city) == null ? void 0 : c.slug) ?? null, l = ((u = e == null ? void 0 : e.name) == null ? void 0 : u.slug) ?? null, r = (e == null ? void 0 : e.zip) ?? null;
|
|
2798
2809
|
t = t || ((e == null ? void 0 : e.id) ?? null);
|
|
2799
2810
|
const i = [r, "-piq", t].filter((f) => f).join("");
|
|
2800
2811
|
return "/" + [a, n, l].filter((f) => f).map((f) => C.toSlug(f)).join("/") + "/" + i;
|
|
@@ -3007,7 +3018,7 @@ class C {
|
|
|
3007
3018
|
selfClose: r = !1,
|
|
3008
3019
|
target: i = null
|
|
3009
3020
|
}) {
|
|
3010
|
-
const s = i ? document.querySelectorAll(i) : [], c = document.getElementById(`${t}-dialog`),
|
|
3021
|
+
const s = i ? document.querySelectorAll(i) : [], c = document.getElementById(`${t}-dialog`), u = r ? c == null ? void 0 : c.querySelectorAll("[data-dialog-close]") : document.querySelectorAll("[data-dialog-close]"), f = [
|
|
3011
3022
|
"closing",
|
|
3012
3023
|
"closed",
|
|
3013
3024
|
"opening",
|
|
@@ -3031,7 +3042,7 @@ class C {
|
|
|
3031
3042
|
}), H = new MutationObserver((h, A) => {
|
|
3032
3043
|
h.forEach((x) => {
|
|
3033
3044
|
x.removedNodes.forEach((g) => {
|
|
3034
|
-
g.nodeName === "DIALOG" && (g.removeEventListener("click",
|
|
3045
|
+
g.nodeName === "DIALOG" && (g.removeEventListener("click", m), g.removeEventListener("close", v), g.dispatchEvent(f.removed), H == null || H.disconnect(), V == null || V.disconnect());
|
|
3035
3046
|
});
|
|
3036
3047
|
});
|
|
3037
3048
|
});
|
|
@@ -3044,12 +3055,12 @@ class C {
|
|
|
3044
3055
|
}));
|
|
3045
3056
|
const v = async ({ target: h }) => {
|
|
3046
3057
|
h == null || h.classList.add("closing"), h == null || h.setAttribute("inert", ""), h == null || h.dispatchEvent(f.closing), h && await b(h), h == null || h.classList.remove("closing"), h == null || h.removeAttribute("inert"), h == null || h.dispatchEvent(f.closed);
|
|
3047
|
-
},
|
|
3058
|
+
}, m = async ({ target: h }) => {
|
|
3048
3059
|
(h == null ? void 0 : h.nodeName) === "DIALOG" && (h == null || h.dispatchEvent(f.outside), c == null || c.close("outside"));
|
|
3049
3060
|
}, b = (h) => Promise.allSettled(
|
|
3050
3061
|
h == null ? void 0 : h.getAnimations().map((A) => A == null ? void 0 : A.finished)
|
|
3051
3062
|
);
|
|
3052
|
-
return !e && (c == null || c.addEventListener("click",
|
|
3063
|
+
return !e && (c == null || c.addEventListener("click", m)), c == null || c.addEventListener("close", async (h) => {
|
|
3053
3064
|
await v({ target: h.target }), a && a(h, c);
|
|
3054
3065
|
}), e && (c == null || c.addEventListener("cancel", async (h) => {
|
|
3055
3066
|
h.key === "Escape" && h.preventDefault();
|
|
@@ -3061,7 +3072,7 @@ class C {
|
|
|
3061
3072
|
h.addEventListener("click", (A) => {
|
|
3062
3073
|
c == null || c.showModal(), l && l(A, c);
|
|
3063
3074
|
});
|
|
3064
|
-
}),
|
|
3075
|
+
}), u == null || u.forEach((h) => {
|
|
3065
3076
|
h.addEventListener("click", async (A) => {
|
|
3066
3077
|
c == null || c.close("close");
|
|
3067
3078
|
});
|
|
@@ -3209,13 +3220,13 @@ class C {
|
|
|
3209
3220
|
max: i = null,
|
|
3210
3221
|
city: s = null,
|
|
3211
3222
|
state: c = null,
|
|
3212
|
-
vin:
|
|
3223
|
+
vin: u = null,
|
|
3213
3224
|
license: f = null,
|
|
3214
3225
|
token: V = null,
|
|
3215
3226
|
phone: H = null
|
|
3216
|
-
} = e || {}, v = t && t !== "",
|
|
3227
|
+
} = e || {}, v = t && t !== "", m = r && r !== "" && r !== "18", b = i && i !== "" && r !== "99";
|
|
3217
3228
|
let h = [];
|
|
3218
|
-
return t && t !== "" && h.push("name=" + t), v || (a && a !== "" && h.push("first=" + a), n && n !== "" && h.push("middle=" + n), l && l !== "" && h.push("last=" + l)),
|
|
3229
|
+
return t && t !== "" && h.push("name=" + t), v || (a && a !== "" && h.push("first=" + a), n && n !== "" && h.push("middle=" + n), l && l !== "" && h.push("last=" + l)), m && b ? parseInt(r) > parseInt(i) ? (h.push("min=" + i), h.push("max=" + r)) : (h.push("min=" + r), h.push("max=" + i)) : (m && h.push("min=" + r), b && h.push("max=" + i)), H && H !== "" && h.push("phone=" + H), s && s !== "" && h.push("city=" + s), f && f !== "" && h.push("license=" + f), u && u !== "" && h.push("vin=" + u), c && c !== "" && h.push("state=" + c), V && V !== "" && h.push("token=" + V), h.join("&");
|
|
3219
3230
|
}
|
|
3220
3231
|
static padTo2Digits(e) {
|
|
3221
3232
|
return e.toString().padStart(2, "0");
|
|
@@ -3233,7 +3244,7 @@ class C {
|
|
|
3233
3244
|
state: i = "",
|
|
3234
3245
|
useAmazonOverride: s = !1,
|
|
3235
3246
|
useCitySearch: c = !1,
|
|
3236
|
-
useCityStateSearch:
|
|
3247
|
+
useCityStateSearch: u = !1,
|
|
3237
3248
|
useGoogle: f = !1,
|
|
3238
3249
|
useGoogleOverride: V = !1,
|
|
3239
3250
|
useLocation: H = !0,
|
|
@@ -3243,7 +3254,7 @@ class C {
|
|
|
3243
3254
|
"addressesOnly=" + a,
|
|
3244
3255
|
"useSearch=" + v,
|
|
3245
3256
|
"useCitySearch=" + c,
|
|
3246
|
-
"useCityStateSearch=" +
|
|
3257
|
+
"useCityStateSearch=" + u,
|
|
3247
3258
|
"useLocation=" + H,
|
|
3248
3259
|
"useGoogle=" + f,
|
|
3249
3260
|
"useGoogleOverride=" + V,
|
|
@@ -3251,8 +3262,8 @@ class C {
|
|
|
3251
3262
|
"isSandboxAccount=" + l,
|
|
3252
3263
|
"isOptOutSearch=" + n
|
|
3253
3264
|
];
|
|
3254
|
-
i && i !== "" && !
|
|
3255
|
-
const h = b.join("&"), x = (c ||
|
|
3265
|
+
i && i !== "" && !u && b.push("state=" + i);
|
|
3266
|
+
const h = b.join("&"), x = (c || u ? "/api/autocomplete-city" : "/api/autocomplete") + "?" + h;
|
|
3256
3267
|
return await C.fetchData(x, !1, r);
|
|
3257
3268
|
}
|
|
3258
3269
|
static removeElements(e) {
|
|
@@ -3314,9 +3325,9 @@ class C {
|
|
|
3314
3325
|
static async setRandomFileNameVersion(e, t = "scripts") {
|
|
3315
3326
|
const a = Date.now(), n = typeof window < "u" ? window.location.origin : "", l = t ? `/${t}/` : "/";
|
|
3316
3327
|
try {
|
|
3317
|
-
const r = e.map(({ fileName: c, initFunctionName:
|
|
3318
|
-
i.forEach((c,
|
|
3319
|
-
c && typeof c[e[
|
|
3328
|
+
const r = e.map(({ fileName: c, initFunctionName: u }) => import(`${n}${l}${c}?v=${a}`)), i = await Promise.all(r), s = [];
|
|
3329
|
+
i.forEach((c, u) => {
|
|
3330
|
+
c && typeof c[e[u].initFunctionName] == "function" ? s.push(c[e[u].initFunctionName]()) : console.error(`error loading ${e[u].initFunctionName}()`);
|
|
3320
3331
|
}), s.length > 0 && await Promise.all(s);
|
|
3321
3332
|
} catch (r) {
|
|
3322
3333
|
console.error("Failed to load one or more search modules:", r);
|