@vehiclehistory/property-lib 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ui/Button/Button.d.ts +4 -0
- package/dist/main.js +375 -350
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
1
|
+
import { jsx as o, jsxs as g, Fragment as z } from "react/jsx-runtime";
|
|
2
2
|
import { memo as A, useState as Z, useEffect as k, useRef as $ } from "react";
|
|
3
|
-
import
|
|
3
|
+
import m from "classnames";
|
|
4
4
|
const F = {
|
|
5
5
|
xxSmall: "w-4 h-4",
|
|
6
6
|
xSmall: "w-5 h-5",
|
|
@@ -477,11 +477,11 @@ const F = {
|
|
|
477
477
|
size: a = "medium",
|
|
478
478
|
viewBox: n = "0 0 20 20"
|
|
479
479
|
}) => {
|
|
480
|
-
const l = j(t), [i,
|
|
480
|
+
const l = j(t), [i, s] = Z(d), [r, c] = Z(l);
|
|
481
481
|
return k(() => {
|
|
482
482
|
c(l);
|
|
483
483
|
}, [l]), k(() => {
|
|
484
|
-
|
|
484
|
+
s(d);
|
|
485
485
|
}, [d]), !l && console.error("Icon does not exist", t), /* @__PURE__ */ o(
|
|
486
486
|
"svg",
|
|
487
487
|
{
|
|
@@ -491,11 +491,11 @@ const F = {
|
|
|
491
491
|
role: "presentation",
|
|
492
492
|
viewBox: n,
|
|
493
493
|
dangerouslySetInnerHTML: {
|
|
494
|
-
__html:
|
|
494
|
+
__html: r && r.path
|
|
495
495
|
}
|
|
496
496
|
}
|
|
497
497
|
);
|
|
498
|
-
},
|
|
498
|
+
}, y = A(P), W = ({
|
|
499
499
|
children: d,
|
|
500
500
|
className: e,
|
|
501
501
|
clickHandler: t,
|
|
@@ -504,27 +504,27 @@ const F = {
|
|
|
504
504
|
unmount: l = !0,
|
|
505
505
|
isOpen: i = !1
|
|
506
506
|
}) => {
|
|
507
|
-
const [
|
|
508
|
-
return /* @__PURE__ */ o("div", { className:
|
|
509
|
-
/* @__PURE__ */
|
|
507
|
+
const [s, r] = Z(i);
|
|
508
|
+
return /* @__PURE__ */ o("div", { className: m("shadow rounded-lg", e), children: /* @__PURE__ */ g(z, { children: [
|
|
509
|
+
/* @__PURE__ */ g(
|
|
510
510
|
"button",
|
|
511
511
|
{
|
|
512
512
|
type: "button",
|
|
513
513
|
"data-div-track": `report | accordion | ${n}`,
|
|
514
|
-
className:
|
|
514
|
+
className: m(
|
|
515
515
|
"acc-a flex w-full justify-between items-center bg-gray-50 px-4 py-2 text-left font-medium text-slate-700 border border-gray-200 focus:outline-none focus-visible:ring focus-visible:ring-gray-500 focus-visible:ring-opacity-75",
|
|
516
516
|
{
|
|
517
|
-
"acc-o":
|
|
517
|
+
"acc-o": s
|
|
518
518
|
}
|
|
519
519
|
),
|
|
520
520
|
title: n,
|
|
521
521
|
onClick: () => {
|
|
522
|
-
|
|
522
|
+
r(!s), t && t(!s);
|
|
523
523
|
},
|
|
524
524
|
children: [
|
|
525
525
|
/* @__PURE__ */ o("div", { className: "font-medium text-slate-700 sm-max:!text-base text-lg flex items-center", children: n }),
|
|
526
526
|
/* @__PURE__ */ o("span", { className: "ml-6 h-7 flex items-center", children: /* @__PURE__ */ o(
|
|
527
|
-
|
|
527
|
+
y,
|
|
528
528
|
{
|
|
529
529
|
name: "chevronDown",
|
|
530
530
|
size: "small",
|
|
@@ -534,10 +534,10 @@ const F = {
|
|
|
534
534
|
]
|
|
535
535
|
}
|
|
536
536
|
),
|
|
537
|
-
l &&
|
|
537
|
+
l && s && /* @__PURE__ */ o(
|
|
538
538
|
"div",
|
|
539
539
|
{
|
|
540
|
-
className:
|
|
540
|
+
className: m(
|
|
541
541
|
"acc-p p-4 border-x border-b rounded-bl-lg rounded-br-lg border-gray-200 relative",
|
|
542
542
|
a
|
|
543
543
|
),
|
|
@@ -547,10 +547,10 @@ const F = {
|
|
|
547
547
|
!l && /* @__PURE__ */ o(
|
|
548
548
|
"div",
|
|
549
549
|
{
|
|
550
|
-
className:
|
|
550
|
+
className: m(
|
|
551
551
|
"acc-p p-4 border-x border-b rounded-bl-lg rounded-br-lg border-gray-200 relative",
|
|
552
552
|
a,
|
|
553
|
-
{ hidden: !
|
|
553
|
+
{ hidden: !s }
|
|
554
554
|
),
|
|
555
555
|
children: d
|
|
556
556
|
}
|
|
@@ -565,7 +565,7 @@ const F = {
|
|
|
565
565
|
props: l = {},
|
|
566
566
|
type: i = "error"
|
|
567
567
|
}) => {
|
|
568
|
-
const
|
|
568
|
+
const s = {
|
|
569
569
|
error: {
|
|
570
570
|
icon: "error",
|
|
571
571
|
iconColor: "text-red-500",
|
|
@@ -586,30 +586,30 @@ const F = {
|
|
|
586
586
|
iconColor: "text-yellow-500",
|
|
587
587
|
styles: "bg-yellow-50 border-yellow-300 text-yellow-700"
|
|
588
588
|
}
|
|
589
|
-
}, { icon:
|
|
589
|
+
}, { icon: r, iconColor: c, styles: h } = s[i];
|
|
590
590
|
return /* @__PURE__ */ o(
|
|
591
591
|
"div",
|
|
592
592
|
{
|
|
593
593
|
id: i,
|
|
594
|
-
className:
|
|
594
|
+
className: m(
|
|
595
595
|
"rounded w-full py-2 px-4 mb-4 border",
|
|
596
596
|
h,
|
|
597
597
|
e
|
|
598
598
|
),
|
|
599
599
|
...l,
|
|
600
|
-
children: /* @__PURE__ */
|
|
600
|
+
children: /* @__PURE__ */ g("div", { className: "flex", children: [
|
|
601
601
|
/* @__PURE__ */ o("div", { className: "flex-shrink-0", children: /* @__PURE__ */ o(
|
|
602
|
-
|
|
602
|
+
y,
|
|
603
603
|
{
|
|
604
|
-
name:
|
|
604
|
+
name: r,
|
|
605
605
|
viewBox: "0 0 24 24",
|
|
606
606
|
className: c,
|
|
607
607
|
size: "xSmall"
|
|
608
608
|
}
|
|
609
609
|
) }),
|
|
610
|
-
/* @__PURE__ */
|
|
611
|
-
/* @__PURE__ */ o("div", { className:
|
|
612
|
-
t.length > 0 ? /* @__PURE__ */ o("div", { className: "mt-2 text-xs", children: /* @__PURE__ */ o("ul", { role: "list", className: "list-disc space-y-1 pl-5", children: t.map((
|
|
610
|
+
/* @__PURE__ */ g("div", { className: "ml-3", children: [
|
|
611
|
+
/* @__PURE__ */ o("div", { className: m("font-medium text-sm", n), children: a }),
|
|
612
|
+
t.length > 0 ? /* @__PURE__ */ o("div", { className: "mt-2 text-xs", children: /* @__PURE__ */ o("ul", { role: "list", className: "list-disc space-y-1 pl-5", children: t.map((u, H) => /* @__PURE__ */ o("li", { children: u }, H)) }) }) : ""
|
|
613
613
|
] })
|
|
614
614
|
] })
|
|
615
615
|
}
|
|
@@ -622,30 +622,30 @@ const F = {
|
|
|
622
622
|
id: n = "",
|
|
623
623
|
type: l,
|
|
624
624
|
floatingLabel: i = "",
|
|
625
|
-
inputClass:
|
|
626
|
-
leftIcon:
|
|
625
|
+
inputClass: s = "",
|
|
626
|
+
leftIcon: r = "homeSearch",
|
|
627
627
|
mobileBackdrop: c = !1,
|
|
628
628
|
showSearchIcon: h = !0,
|
|
629
|
-
options:
|
|
630
|
-
name:
|
|
629
|
+
options: u = [],
|
|
630
|
+
name: H = "",
|
|
631
631
|
placeholder: M = "",
|
|
632
|
-
props:
|
|
632
|
+
props: b = {},
|
|
633
633
|
size: f = "medium",
|
|
634
|
-
styles:
|
|
634
|
+
styles: p = null,
|
|
635
635
|
title: V = ""
|
|
636
|
-
}) => /* @__PURE__ */
|
|
636
|
+
}) => /* @__PURE__ */ g(
|
|
637
637
|
"div",
|
|
638
638
|
{
|
|
639
639
|
id: n,
|
|
640
640
|
"data-search": "container",
|
|
641
641
|
"data-search-type": l,
|
|
642
|
-
className:
|
|
643
|
-
style:
|
|
642
|
+
className: m("Autocomplete", t),
|
|
643
|
+
style: p ? { ...p } : null,
|
|
644
644
|
children: [
|
|
645
|
-
h && /* @__PURE__ */
|
|
645
|
+
h && /* @__PURE__ */ g(
|
|
646
646
|
"span",
|
|
647
647
|
{
|
|
648
|
-
className:
|
|
648
|
+
className: m(
|
|
649
649
|
"search-icon-left absolute inset-y-0 left-0 flex items-center pl-2",
|
|
650
650
|
{
|
|
651
651
|
"pointer-events-none": c
|
|
@@ -653,16 +653,16 @@ const F = {
|
|
|
653
653
|
),
|
|
654
654
|
children: [
|
|
655
655
|
/* @__PURE__ */ o(
|
|
656
|
-
|
|
656
|
+
y,
|
|
657
657
|
{
|
|
658
658
|
className: "home-search select-none text-gray-500",
|
|
659
|
-
name:
|
|
659
|
+
name: r,
|
|
660
660
|
size: f === "xLarge" ? "small" : "xSmall",
|
|
661
661
|
viewBox: "0 0 24 24"
|
|
662
662
|
}
|
|
663
663
|
),
|
|
664
664
|
/* @__PURE__ */ o(
|
|
665
|
-
|
|
665
|
+
y,
|
|
666
666
|
{
|
|
667
667
|
className: "arrow-left select-none text-gray-500 hidden",
|
|
668
668
|
name: "arrowLeft",
|
|
@@ -678,7 +678,7 @@ const F = {
|
|
|
678
678
|
{
|
|
679
679
|
"data-lpignore": "true",
|
|
680
680
|
autoFocus: d,
|
|
681
|
-
className:
|
|
681
|
+
className: m(
|
|
682
682
|
"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",
|
|
683
683
|
{
|
|
684
684
|
"pl-8": h === !0,
|
|
@@ -687,22 +687,22 @@ const F = {
|
|
|
687
687
|
"px-5 h-[60px] sm:!text-base": f === "xLarge",
|
|
688
688
|
peer: i
|
|
689
689
|
},
|
|
690
|
-
|
|
690
|
+
s
|
|
691
691
|
),
|
|
692
692
|
required: e,
|
|
693
693
|
autoComplete: "off",
|
|
694
694
|
value: a,
|
|
695
695
|
placeholder: !M && i ? " " : M,
|
|
696
696
|
type: "search",
|
|
697
|
-
name:
|
|
697
|
+
name: H || "search-input",
|
|
698
698
|
"data-id": "search-input",
|
|
699
|
-
...
|
|
699
|
+
...b
|
|
700
700
|
}
|
|
701
701
|
),
|
|
702
702
|
i && /* @__PURE__ */ o(
|
|
703
703
|
"label",
|
|
704
704
|
{
|
|
705
|
-
className:
|
|
705
|
+
className: m(
|
|
706
706
|
"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",
|
|
707
707
|
{
|
|
708
708
|
"!left-7": h === !0,
|
|
@@ -720,7 +720,7 @@ const F = {
|
|
|
720
720
|
"data-id": "search-clear",
|
|
721
721
|
className: "clear-btn absolute inset-y-0 right-0 flex items-center px-2 hidden",
|
|
722
722
|
children: /* @__PURE__ */ o(
|
|
723
|
-
|
|
723
|
+
y,
|
|
724
724
|
{
|
|
725
725
|
className: "cursor-pointer text-gray-500",
|
|
726
726
|
name: "xCircle",
|
|
@@ -736,7 +736,7 @@ const F = {
|
|
|
736
736
|
"data-id": "search-loading",
|
|
737
737
|
className: "absolute inset-y-0 right-0 flex items-center px-2 pointer-events-none hidden",
|
|
738
738
|
children: /* @__PURE__ */ o(
|
|
739
|
-
|
|
739
|
+
y,
|
|
740
740
|
{
|
|
741
741
|
className: "animate-spin text-[#222]] pointer-events-none",
|
|
742
742
|
name: "spinnerDark",
|
|
@@ -746,7 +746,7 @@ const F = {
|
|
|
746
746
|
)
|
|
747
747
|
}
|
|
748
748
|
),
|
|
749
|
-
/* @__PURE__ */
|
|
749
|
+
/* @__PURE__ */ g(
|
|
750
750
|
"div",
|
|
751
751
|
{
|
|
752
752
|
"data-id": "search-dropdown",
|
|
@@ -761,17 +761,17 @@ const F = {
|
|
|
761
761
|
"data-title": V,
|
|
762
762
|
"aria-labelledby": "Label",
|
|
763
763
|
"aria-activedescendant": "search-item-0",
|
|
764
|
-
children:
|
|
764
|
+
children: u.length > 0 ? u.map((w, v) => /* @__PURE__ */ o(
|
|
765
765
|
"li",
|
|
766
766
|
{
|
|
767
|
-
id: `search-item-${
|
|
767
|
+
id: `search-item-${v}`,
|
|
768
768
|
tabIndex: -1,
|
|
769
769
|
className: "dropdown-item text-gray-900 cursor-default select-none py-2 pl-3 pr-4 truncate hover:bg-gray-50 font-normal focus:bg-gray-50 focus:text-green-400 focus-visible:outline-0",
|
|
770
|
-
"aria-selected":
|
|
770
|
+
"aria-selected": v === 0,
|
|
771
771
|
role: "option",
|
|
772
772
|
children: (w == null ? void 0 : w.name) || w
|
|
773
773
|
},
|
|
774
|
-
`search-item-${
|
|
774
|
+
`search-item-${v}`
|
|
775
775
|
)) : ""
|
|
776
776
|
}
|
|
777
777
|
)
|
|
@@ -788,7 +788,7 @@ const F = {
|
|
|
788
788
|
}) => /* @__PURE__ */ o(
|
|
789
789
|
a || "span",
|
|
790
790
|
{
|
|
791
|
-
className:
|
|
791
|
+
className: m(
|
|
792
792
|
" bg-gray-200 font-semibold py-1 px-2 rounded",
|
|
793
793
|
{
|
|
794
794
|
"text-sm": t === "sm",
|
|
@@ -800,42 +800,67 @@ const F = {
|
|
|
800
800
|
children: d
|
|
801
801
|
}
|
|
802
802
|
), U = ({
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
803
|
+
leftIcon: d,
|
|
804
|
+
leftIconProps: e = {},
|
|
805
|
+
children: t,
|
|
806
|
+
className: a = "",
|
|
807
|
+
disabled: n = !1,
|
|
808
|
+
href: l,
|
|
809
|
+
props: i = {},
|
|
810
|
+
rightIcon: s,
|
|
811
|
+
rightIconProps: r = {},
|
|
812
|
+
rounded: c = !1,
|
|
813
|
+
type: h = "button",
|
|
814
|
+
uppercase: u = !1,
|
|
815
|
+
variation: H = "primary"
|
|
812
816
|
}) => {
|
|
813
|
-
const
|
|
814
|
-
return /* @__PURE__ */
|
|
815
|
-
|
|
817
|
+
const M = l ? "a" : "button";
|
|
818
|
+
return /* @__PURE__ */ g(
|
|
819
|
+
M,
|
|
816
820
|
{
|
|
817
|
-
type:
|
|
818
|
-
className:
|
|
821
|
+
type: M !== "a" ? h : null,
|
|
822
|
+
className: m(
|
|
819
823
|
"Button",
|
|
820
824
|
{
|
|
821
|
-
|
|
822
|
-
"Button--
|
|
823
|
-
"Button--
|
|
824
|
-
"Button--
|
|
825
|
-
"Button--
|
|
826
|
-
"Button--
|
|
827
|
-
"
|
|
825
|
+
[`Button--${H}`]: H,
|
|
826
|
+
"Button--rounded": c,
|
|
827
|
+
"Button--icon": H === "icon",
|
|
828
|
+
"Button--link": H === "link",
|
|
829
|
+
"Button--disabled": n,
|
|
830
|
+
"Button--custom-link": l,
|
|
831
|
+
"Button--uppercase": u
|
|
828
832
|
},
|
|
829
|
-
|
|
830
|
-
e
|
|
833
|
+
a
|
|
831
834
|
),
|
|
832
|
-
disabled:
|
|
833
|
-
href:
|
|
834
|
-
...
|
|
835
|
-
children:
|
|
835
|
+
disabled: n,
|
|
836
|
+
href: l,
|
|
837
|
+
...i,
|
|
838
|
+
children: [
|
|
839
|
+
d && /* @__PURE__ */ o(
|
|
840
|
+
y,
|
|
841
|
+
{
|
|
842
|
+
name: d,
|
|
843
|
+
size: "small",
|
|
844
|
+
className: "mr-2 pointer-events-none text-slate-700",
|
|
845
|
+
viewBox: "0 0 24 24",
|
|
846
|
+
...e
|
|
847
|
+
}
|
|
848
|
+
),
|
|
849
|
+
t,
|
|
850
|
+
s && /* @__PURE__ */ o(
|
|
851
|
+
y,
|
|
852
|
+
{
|
|
853
|
+
name: s,
|
|
854
|
+
size: "small",
|
|
855
|
+
className: "ml-2 pointer-events-none text-slate-700",
|
|
856
|
+
viewBox: "0 0 24 24",
|
|
857
|
+
...r
|
|
858
|
+
}
|
|
859
|
+
)
|
|
860
|
+
]
|
|
836
861
|
}
|
|
837
862
|
);
|
|
838
|
-
}, H1 = A(U), L1 = ({ children: d, className: e }) => /* @__PURE__ */ o("div", { className:
|
|
863
|
+
}, H1 = A(U), L1 = ({ children: d, className: e }) => /* @__PURE__ */ o("div", { className: m("flex md:max-w-min border border-gray-300 divide-x divide-gray-200 rounded-lg", e), children: d }), C1 = ({
|
|
839
864
|
block: d = !1,
|
|
840
865
|
borderless: e = !1,
|
|
841
866
|
children: t,
|
|
@@ -843,11 +868,11 @@ const F = {
|
|
|
843
868
|
divider: n = !0,
|
|
844
869
|
inset: l = !0,
|
|
845
870
|
id: i = null,
|
|
846
|
-
role:
|
|
871
|
+
role: s = null
|
|
847
872
|
}) => /* @__PURE__ */ o(
|
|
848
873
|
"div",
|
|
849
874
|
{
|
|
850
|
-
className:
|
|
875
|
+
className: m(
|
|
851
876
|
"bg-white",
|
|
852
877
|
{
|
|
853
878
|
f1: !e,
|
|
@@ -858,7 +883,7 @@ const F = {
|
|
|
858
883
|
a
|
|
859
884
|
),
|
|
860
885
|
id: i,
|
|
861
|
-
role:
|
|
886
|
+
role: s,
|
|
862
887
|
children: t
|
|
863
888
|
}
|
|
864
889
|
), Q = ({
|
|
@@ -869,40 +894,40 @@ const F = {
|
|
|
869
894
|
id: n = "",
|
|
870
895
|
label: l = "",
|
|
871
896
|
name: i = "",
|
|
872
|
-
props:
|
|
873
|
-
variation:
|
|
897
|
+
props: s = {},
|
|
898
|
+
variation: r = "primary",
|
|
874
899
|
value: c = ""
|
|
875
900
|
}) => {
|
|
876
|
-
const h = l ? "div" : "label",
|
|
877
|
-
return /* @__PURE__ */
|
|
901
|
+
const h = l ? "div" : "label", u = h === "label" ? { htmlFor: n } : {};
|
|
902
|
+
return /* @__PURE__ */ g(
|
|
878
903
|
h,
|
|
879
904
|
{
|
|
880
|
-
className:
|
|
881
|
-
...
|
|
905
|
+
className: m("checkbox flex items-center", r, t),
|
|
906
|
+
...u,
|
|
882
907
|
children: [
|
|
883
908
|
/* @__PURE__ */ o(
|
|
884
909
|
"input",
|
|
885
910
|
{
|
|
886
911
|
checked: d,
|
|
887
|
-
className:
|
|
912
|
+
className: m("form-checkbox ", {
|
|
888
913
|
"!border-red-500 !bg-red-500 focus:!ring-red-500 focus:!border-red-500": a
|
|
889
914
|
}),
|
|
890
915
|
id: n,
|
|
891
916
|
name: i,
|
|
892
917
|
type: "checkbox",
|
|
893
918
|
value: c,
|
|
894
|
-
...
|
|
919
|
+
...s
|
|
895
920
|
}
|
|
896
921
|
),
|
|
897
922
|
e
|
|
898
923
|
]
|
|
899
924
|
}
|
|
900
925
|
);
|
|
901
|
-
}, f1 = A(Q), J = ({ children: d, aside: e, direction: t = "right" }) => /* @__PURE__ */
|
|
926
|
+
}, f1 = A(Q), J = ({ children: d, aside: e, direction: t = "right" }) => /* @__PURE__ */ g("div", { className: "flex flex-col lg:flex-row lg:p-0 max-w-screen-lg", children: [
|
|
902
927
|
/* @__PURE__ */ o(
|
|
903
928
|
"main",
|
|
904
929
|
{
|
|
905
|
-
className:
|
|
930
|
+
className: m(
|
|
906
931
|
"w-full md:mb-0 flex-1 md:block lg:max-w-container",
|
|
907
932
|
{
|
|
908
933
|
"lg:order-2": t === "left"
|
|
@@ -914,7 +939,7 @@ const F = {
|
|
|
914
939
|
/* @__PURE__ */ o(
|
|
915
940
|
"aside",
|
|
916
941
|
{
|
|
917
|
-
className:
|
|
942
|
+
className: m(
|
|
918
943
|
"sm-max:hidden md:hidden lg:block flex-1 max-w-aside mb-6 md:mb-0 empty:!hidden",
|
|
919
944
|
{
|
|
920
945
|
"md:ml-8": t === "right",
|
|
@@ -932,45 +957,45 @@ const F = {
|
|
|
932
957
|
contentClass: n = "",
|
|
933
958
|
dark: l = !1,
|
|
934
959
|
footer: i,
|
|
935
|
-
fullMobile:
|
|
936
|
-
headerClass:
|
|
960
|
+
fullMobile: s = !0,
|
|
961
|
+
headerClass: r = "",
|
|
937
962
|
hideClose: c = !1,
|
|
938
963
|
iconSize: h = "medium",
|
|
939
|
-
preventPageScroll:
|
|
940
|
-
stickyHeader:
|
|
964
|
+
preventPageScroll: u = !0,
|
|
965
|
+
stickyHeader: H = !1,
|
|
941
966
|
title: M = "",
|
|
942
|
-
titleClass:
|
|
943
|
-
}) => /* @__PURE__ */
|
|
967
|
+
titleClass: b = ""
|
|
968
|
+
}) => /* @__PURE__ */ g(z, { children: [
|
|
944
969
|
d && /* @__PURE__ */ o("span", { id: `${e}-dialog-activator`, children: d }),
|
|
945
970
|
/* @__PURE__ */ o(
|
|
946
971
|
"dialog",
|
|
947
972
|
{
|
|
948
973
|
inert: "",
|
|
949
974
|
id: `${e}-dialog`,
|
|
950
|
-
className:
|
|
975
|
+
className: m(
|
|
951
976
|
"dialog",
|
|
952
977
|
{
|
|
953
|
-
"dialog-full-mobile":
|
|
978
|
+
"dialog-full-mobile": s,
|
|
954
979
|
dark: l,
|
|
955
|
-
"prevent-scroll":
|
|
980
|
+
"prevent-scroll": u
|
|
956
981
|
},
|
|
957
982
|
a
|
|
958
983
|
),
|
|
959
|
-
children: /* @__PURE__ */
|
|
960
|
-
/* @__PURE__ */
|
|
984
|
+
children: /* @__PURE__ */ g("form", { method: "dialog", children: [
|
|
985
|
+
/* @__PURE__ */ g(
|
|
961
986
|
"header",
|
|
962
987
|
{
|
|
963
|
-
className:
|
|
988
|
+
className: m(
|
|
964
989
|
"dialog-header flex items-center p-4",
|
|
965
990
|
{
|
|
966
|
-
"sticky top-0 bg-white z-10":
|
|
991
|
+
"sticky top-0 bg-white z-10": H,
|
|
967
992
|
"!pb-0 border-0 justify-end": !M,
|
|
968
993
|
"justify-between border-b": M
|
|
969
994
|
},
|
|
970
|
-
|
|
995
|
+
r
|
|
971
996
|
),
|
|
972
997
|
children: [
|
|
973
|
-
M && /* @__PURE__ */ o("h3", { id: `${e}-dialog-title`, className:
|
|
998
|
+
M && /* @__PURE__ */ o("h3", { id: `${e}-dialog-title`, className: b, children: M }),
|
|
974
999
|
!c && /* @__PURE__ */ o(
|
|
975
1000
|
"button",
|
|
976
1001
|
{
|
|
@@ -980,7 +1005,7 @@ const F = {
|
|
|
980
1005
|
"data-dialog-close": "",
|
|
981
1006
|
value: "close",
|
|
982
1007
|
children: /* @__PURE__ */ o(
|
|
983
|
-
|
|
1008
|
+
y,
|
|
984
1009
|
{
|
|
985
1010
|
name: "close",
|
|
986
1011
|
size: h,
|
|
@@ -996,7 +1021,7 @@ const F = {
|
|
|
996
1021
|
"div",
|
|
997
1022
|
{
|
|
998
1023
|
id: `${e}-dialog-content`,
|
|
999
|
-
className:
|
|
1024
|
+
className: m("dialog-content", n),
|
|
1000
1025
|
children: t
|
|
1001
1026
|
}
|
|
1002
1027
|
),
|
|
@@ -1012,58 +1037,58 @@ const F = {
|
|
|
1012
1037
|
contentClass: n = "",
|
|
1013
1038
|
onClose: l,
|
|
1014
1039
|
disableOutsideClick: i = !1,
|
|
1015
|
-
footer:
|
|
1016
|
-
fullMobile:
|
|
1040
|
+
footer: s,
|
|
1041
|
+
fullMobile: r = !0,
|
|
1017
1042
|
headerClass: c = "",
|
|
1018
1043
|
hideClose: h = !1,
|
|
1019
|
-
iconSize:
|
|
1020
|
-
isOpen:
|
|
1044
|
+
iconSize: u = "medium",
|
|
1045
|
+
isOpen: H = !1,
|
|
1021
1046
|
setDialogOpen: M,
|
|
1022
|
-
stickyHeader:
|
|
1047
|
+
stickyHeader: b = !1,
|
|
1023
1048
|
title: f = "",
|
|
1024
|
-
titleClass:
|
|
1049
|
+
titleClass: p = ""
|
|
1025
1050
|
}) => {
|
|
1026
1051
|
const V = $(null), w = async () => {
|
|
1027
|
-
V.current.classList.add("closing"), await
|
|
1028
|
-
},
|
|
1052
|
+
V.current.classList.add("closing"), await B(V.current), V.current.classList.remove("closing"), l && l(), M(!1);
|
|
1053
|
+
}, v = async (x) => {
|
|
1029
1054
|
x.key === "Escape" && await w();
|
|
1030
|
-
}, N = async ({ clientX: x, clientY: S, target:
|
|
1031
|
-
const { left:
|
|
1032
|
-
(!V.current.contains(
|
|
1033
|
-
},
|
|
1055
|
+
}, N = async ({ clientX: x, clientY: S, target: E }) => {
|
|
1056
|
+
const { left: D, right: T, top: O, bottom: I } = V.current.getBoundingClientRect() ?? {};
|
|
1057
|
+
(!V.current.contains(E) || x < D || x > T || S < O || S > I) && await w();
|
|
1058
|
+
}, B = (x) => Promise.allSettled(
|
|
1034
1059
|
x.getAnimations().map((S) => S.finished)
|
|
1035
1060
|
);
|
|
1036
1061
|
return k(() => {
|
|
1037
1062
|
const x = V.current;
|
|
1038
|
-
x && (
|
|
1039
|
-
}, [
|
|
1063
|
+
x && (H ? x.showModal() : typeof x.close == "function" && x.close());
|
|
1064
|
+
}, [H]), /* @__PURE__ */ g(z, { children: [
|
|
1040
1065
|
d && /* @__PURE__ */ o("span", { id: `${e}-dialog-activator`, onClick: () => M(!0), children: d }),
|
|
1041
|
-
/* @__PURE__ */
|
|
1066
|
+
/* @__PURE__ */ g(
|
|
1042
1067
|
"dialog",
|
|
1043
1068
|
{
|
|
1044
1069
|
ref: V,
|
|
1045
1070
|
id: `${e}-dialog`,
|
|
1046
|
-
className:
|
|
1071
|
+
className: m(
|
|
1047
1072
|
"dialog",
|
|
1048
1073
|
{
|
|
1049
|
-
hidden: !
|
|
1050
|
-
"xs-max:h-full xs-max:max-h-full":
|
|
1074
|
+
hidden: !H,
|
|
1075
|
+
"xs-max:h-full xs-max:max-h-full": r
|
|
1051
1076
|
},
|
|
1052
1077
|
a
|
|
1053
1078
|
),
|
|
1054
|
-
onKeyDown:
|
|
1079
|
+
onKeyDown: v,
|
|
1055
1080
|
onClick: (x) => i ? null : N(x),
|
|
1056
1081
|
children: [
|
|
1057
|
-
/* @__PURE__ */
|
|
1082
|
+
/* @__PURE__ */ g(
|
|
1058
1083
|
"header",
|
|
1059
1084
|
{
|
|
1060
|
-
className:
|
|
1085
|
+
className: m(
|
|
1061
1086
|
"dialog-header flex items-center p-4",
|
|
1062
|
-
{ "sticky top-0 bg-white":
|
|
1087
|
+
{ "sticky top-0 bg-white": b },
|
|
1063
1088
|
c
|
|
1064
1089
|
),
|
|
1065
1090
|
children: [
|
|
1066
|
-
/* @__PURE__ */ o("h3", { id: `${e}-dialog-title`, className:
|
|
1091
|
+
/* @__PURE__ */ o("h3", { id: `${e}-dialog-title`, className: p, children: f || "" }),
|
|
1067
1092
|
!h && /* @__PURE__ */ o(
|
|
1068
1093
|
"button",
|
|
1069
1094
|
{
|
|
@@ -1073,10 +1098,10 @@ const F = {
|
|
|
1073
1098
|
"data-dialog-close": "",
|
|
1074
1099
|
onClick: w,
|
|
1075
1100
|
children: /* @__PURE__ */ o(
|
|
1076
|
-
|
|
1101
|
+
y,
|
|
1077
1102
|
{
|
|
1078
1103
|
name: "close",
|
|
1079
|
-
size:
|
|
1104
|
+
size: u,
|
|
1080
1105
|
className: "pointer-events-none"
|
|
1081
1106
|
}
|
|
1082
1107
|
)
|
|
@@ -1089,23 +1114,23 @@ const F = {
|
|
|
1089
1114
|
"div",
|
|
1090
1115
|
{
|
|
1091
1116
|
id: `${e}-dialog-content`,
|
|
1092
|
-
className:
|
|
1117
|
+
className: m("dialog-content p-4", n),
|
|
1093
1118
|
children: t
|
|
1094
1119
|
}
|
|
1095
1120
|
),
|
|
1096
|
-
|
|
1121
|
+
s && /* @__PURE__ */ o(
|
|
1097
1122
|
"footer",
|
|
1098
1123
|
{
|
|
1099
1124
|
id: `${e}-dialog-footer`,
|
|
1100
1125
|
className: "dialog-footer flex justify-between items-center p-4 border-t",
|
|
1101
|
-
children:
|
|
1126
|
+
children: s
|
|
1102
1127
|
}
|
|
1103
1128
|
)
|
|
1104
1129
|
]
|
|
1105
1130
|
}
|
|
1106
1131
|
)
|
|
1107
1132
|
] });
|
|
1108
|
-
}, v1 = A(K), A1 = ({ className: d = "" }) => /* @__PURE__ */
|
|
1133
|
+
}, v1 = A(K), A1 = ({ className: d = "" }) => /* @__PURE__ */ g("div", { id: "dots", className: m("mx-auto", d), children: [
|
|
1109
1134
|
/* @__PURE__ */ o("span", { style: { animationDelay: "0.1s" } }),
|
|
1110
1135
|
/* @__PURE__ */ o("span", { style: { animationDelay: "0.2s" } }),
|
|
1111
1136
|
/* @__PURE__ */ o("span", { style: { animationDelay: "0.3s" } }),
|
|
@@ -1122,26 +1147,26 @@ const F = {
|
|
|
1122
1147
|
variation: n = "primary"
|
|
1123
1148
|
}) => {
|
|
1124
1149
|
function l({ cb: i }) {
|
|
1125
|
-
const
|
|
1126
|
-
if (!
|
|
1127
|
-
let
|
|
1128
|
-
function
|
|
1129
|
-
|
|
1130
|
-
const M =
|
|
1131
|
-
if (c !==
|
|
1132
|
-
const
|
|
1133
|
-
|
|
1150
|
+
const s = document.querySelector(".loading-bar__inner");
|
|
1151
|
+
if (!s) return;
|
|
1152
|
+
let r, c, h = !1;
|
|
1153
|
+
function u(H) {
|
|
1154
|
+
r === void 0 && (r = H);
|
|
1155
|
+
const M = H - r;
|
|
1156
|
+
if (c !== H) {
|
|
1157
|
+
const b = M / a * 101;
|
|
1158
|
+
s.style.width = `${b}%`, b >= 101 && (i && i(), h = !0, window.cancelAnimationFrame(H));
|
|
1134
1159
|
}
|
|
1135
|
-
M < a && (c =
|
|
1160
|
+
M < a && (c = H, h || window.requestAnimationFrame(u));
|
|
1136
1161
|
}
|
|
1137
|
-
window.requestAnimationFrame(
|
|
1162
|
+
window.requestAnimationFrame(u);
|
|
1138
1163
|
}
|
|
1139
1164
|
return k(() => {
|
|
1140
1165
|
l({ cb: d });
|
|
1141
1166
|
}, []), /* @__PURE__ */ o(
|
|
1142
1167
|
"div",
|
|
1143
1168
|
{
|
|
1144
|
-
className:
|
|
1169
|
+
className: m(
|
|
1145
1170
|
"loading-bar my-8",
|
|
1146
1171
|
`loading-bar__${n}`,
|
|
1147
1172
|
{
|
|
@@ -1160,7 +1185,7 @@ const F = {
|
|
|
1160
1185
|
color: "text-teal-700",
|
|
1161
1186
|
viewBox: "0 0 24 24"
|
|
1162
1187
|
}, _ = ({ className: d = "" }) => /* @__PURE__ */ o("div", { className: "rounded-r-md px-2 focus:outline-none", children: /* @__PURE__ */ o(
|
|
1163
|
-
|
|
1188
|
+
y,
|
|
1164
1189
|
{
|
|
1165
1190
|
size: "xSmall",
|
|
1166
1191
|
...X,
|
|
@@ -1174,18 +1199,18 @@ const F = {
|
|
|
1174
1199
|
children: n,
|
|
1175
1200
|
className: l = "",
|
|
1176
1201
|
containerClass: i = "",
|
|
1177
|
-
disabled:
|
|
1178
|
-
id:
|
|
1202
|
+
disabled: s = !1,
|
|
1203
|
+
id: r = "",
|
|
1179
1204
|
trigger: c = "click"
|
|
1180
|
-
}) => /* @__PURE__ */
|
|
1205
|
+
}) => /* @__PURE__ */ g(z, { children: [
|
|
1181
1206
|
/* @__PURE__ */ o(
|
|
1182
1207
|
"div",
|
|
1183
1208
|
{
|
|
1184
|
-
className:
|
|
1185
|
-
children: /* @__PURE__ */
|
|
1209
|
+
className: m("popover z-10 max-w-[350px] hidden", l),
|
|
1210
|
+
children: /* @__PURE__ */ g(
|
|
1186
1211
|
"div",
|
|
1187
1212
|
{
|
|
1188
|
-
className:
|
|
1213
|
+
className: m(
|
|
1189
1214
|
"popover-container rounded border bg-gray-50 border-gray-300 shadow-md text-gray-500 animate-menu-close",
|
|
1190
1215
|
i
|
|
1191
1216
|
),
|
|
@@ -1206,10 +1231,10 @@ const F = {
|
|
|
1206
1231
|
/* @__PURE__ */ o(
|
|
1207
1232
|
"div",
|
|
1208
1233
|
{
|
|
1209
|
-
className:
|
|
1234
|
+
className: m(
|
|
1210
1235
|
"popover-activator",
|
|
1211
1236
|
`trigger-${c}`,
|
|
1212
|
-
|
|
1237
|
+
s ? "is-disabled" : "",
|
|
1213
1238
|
e
|
|
1214
1239
|
),
|
|
1215
1240
|
...t,
|
|
@@ -1225,19 +1250,19 @@ const F = {
|
|
|
1225
1250
|
completed: n = 0,
|
|
1226
1251
|
maxCompleted: l = 100,
|
|
1227
1252
|
rounded: i = !0,
|
|
1228
|
-
showLabel:
|
|
1253
|
+
showLabel: s = !1
|
|
1229
1254
|
}) => {
|
|
1230
|
-
const c = ((h,
|
|
1255
|
+
const c = ((h, u) => {
|
|
1231
1256
|
if (h) {
|
|
1232
|
-
const
|
|
1233
|
-
return
|
|
1257
|
+
const H = Number(u) / h;
|
|
1258
|
+
return H > 1 ? 100 : H * 100;
|
|
1234
1259
|
}
|
|
1235
1260
|
return n;
|
|
1236
1261
|
})(l, n);
|
|
1237
1262
|
return /* @__PURE__ */ o(
|
|
1238
1263
|
"div",
|
|
1239
1264
|
{
|
|
1240
|
-
className:
|
|
1265
|
+
className: m(
|
|
1241
1266
|
"w-full bg-gray-200",
|
|
1242
1267
|
{ "rounded-full": i },
|
|
1243
1268
|
a
|
|
@@ -1250,12 +1275,12 @@ const F = {
|
|
|
1250
1275
|
children: /* @__PURE__ */ o(
|
|
1251
1276
|
"div",
|
|
1252
1277
|
{
|
|
1253
|
-
className:
|
|
1278
|
+
className: m(
|
|
1254
1279
|
"h-full text-right flex items-center justify-end rounded-full",
|
|
1255
1280
|
t
|
|
1256
1281
|
),
|
|
1257
1282
|
style: { width: `${c}%` },
|
|
1258
|
-
children:
|
|
1283
|
+
children: s && /* @__PURE__ */ o("span", { className: "font-bold text-white text-xs mr-2", children: Math.round(c) })
|
|
1259
1284
|
}
|
|
1260
1285
|
)
|
|
1261
1286
|
}
|
|
@@ -1268,30 +1293,30 @@ const F = {
|
|
|
1268
1293
|
label: n = "",
|
|
1269
1294
|
name: l = "",
|
|
1270
1295
|
props: i = {},
|
|
1271
|
-
variation:
|
|
1272
|
-
value:
|
|
1296
|
+
variation: s = "primary",
|
|
1297
|
+
value: r = ""
|
|
1273
1298
|
}) => {
|
|
1274
1299
|
const c = n ? "div" : "label", h = c === "label" ? { htmlFor: a } : {};
|
|
1275
|
-
return /* @__PURE__ */
|
|
1300
|
+
return /* @__PURE__ */ g(
|
|
1276
1301
|
c,
|
|
1277
1302
|
{
|
|
1278
|
-
className:
|
|
1303
|
+
className: m("radio flex items-center", t),
|
|
1279
1304
|
...h,
|
|
1280
1305
|
children: [
|
|
1281
1306
|
/* @__PURE__ */ o(
|
|
1282
1307
|
"input",
|
|
1283
1308
|
{
|
|
1284
1309
|
checked: d,
|
|
1285
|
-
className:
|
|
1310
|
+
className: m(
|
|
1286
1311
|
"form-radio focus:ring-2 focus:ring-offset-2 focus-within:outline-none",
|
|
1287
1312
|
{
|
|
1288
|
-
"focus:ring-[#222]":
|
|
1313
|
+
"focus:ring-[#222]": s === "primary"
|
|
1289
1314
|
}
|
|
1290
1315
|
),
|
|
1291
1316
|
id: a,
|
|
1292
1317
|
name: l,
|
|
1293
1318
|
type: "radio",
|
|
1294
|
-
value:
|
|
1319
|
+
value: r,
|
|
1295
1320
|
...i
|
|
1296
1321
|
}
|
|
1297
1322
|
),
|
|
@@ -1307,26 +1332,26 @@ const F = {
|
|
|
1307
1332
|
id: n = "",
|
|
1308
1333
|
label: l = "",
|
|
1309
1334
|
name: i = "",
|
|
1310
|
-
options:
|
|
1311
|
-
placeholder:
|
|
1335
|
+
options: s = [],
|
|
1336
|
+
placeholder: r = "",
|
|
1312
1337
|
props: c = {},
|
|
1313
1338
|
selectClass: h = "",
|
|
1314
|
-
styles:
|
|
1315
|
-
variation:
|
|
1339
|
+
styles: u = null,
|
|
1340
|
+
variation: H = "primary",
|
|
1316
1341
|
value: M
|
|
1317
1342
|
}) => {
|
|
1318
|
-
const
|
|
1319
|
-
return /* @__PURE__ */
|
|
1343
|
+
const b = r ? { defaultValue: "" } : {};
|
|
1344
|
+
return /* @__PURE__ */ g(
|
|
1320
1345
|
"label",
|
|
1321
1346
|
{
|
|
1322
|
-
className:
|
|
1323
|
-
style:
|
|
1347
|
+
className: m("relative select", e, H),
|
|
1348
|
+
style: u ? { ...u } : null,
|
|
1324
1349
|
children: [
|
|
1325
1350
|
l,
|
|
1326
|
-
/* @__PURE__ */
|
|
1351
|
+
/* @__PURE__ */ g(
|
|
1327
1352
|
"select",
|
|
1328
1353
|
{
|
|
1329
|
-
className:
|
|
1354
|
+
className: m(
|
|
1330
1355
|
"form-select relative bg-white pl-3 pr-10 text-left cursor-default",
|
|
1331
1356
|
t ? "!border-red-500 !bg-red-500/10 !text-red-700 focus:!ring-red-500 focus:!border-red-500" : "",
|
|
1332
1357
|
h
|
|
@@ -1334,11 +1359,11 @@ const F = {
|
|
|
1334
1359
|
id: n,
|
|
1335
1360
|
name: i,
|
|
1336
1361
|
value: M,
|
|
1337
|
-
...
|
|
1362
|
+
...b,
|
|
1338
1363
|
...c,
|
|
1339
1364
|
children: [
|
|
1340
|
-
|
|
1341
|
-
|
|
1365
|
+
r && /* @__PURE__ */ o("option", { hidden: !0, value: "", children: r }),
|
|
1366
|
+
s.map((f, p) => /* @__PURE__ */ o(
|
|
1342
1367
|
"option",
|
|
1343
1368
|
{
|
|
1344
1369
|
value: (f == null ? void 0 : f.id) || (f == null ? void 0 : f.value) || f,
|
|
@@ -1353,15 +1378,15 @@ const F = {
|
|
|
1353
1378
|
]
|
|
1354
1379
|
}
|
|
1355
1380
|
);
|
|
1356
|
-
}, k1 = A(a1), n1 = ({ className: d = "" }) => /* @__PURE__ */
|
|
1381
|
+
}, k1 = A(a1), n1 = ({ className: d = "" }) => /* @__PURE__ */ g(
|
|
1357
1382
|
"div",
|
|
1358
1383
|
{
|
|
1359
|
-
className:
|
|
1384
|
+
className: m(
|
|
1360
1385
|
"flex justify-center items-center bg-gray-200 rounded-lg animate-pulse",
|
|
1361
1386
|
d
|
|
1362
1387
|
),
|
|
1363
1388
|
children: [
|
|
1364
|
-
/* @__PURE__ */ o(
|
|
1389
|
+
/* @__PURE__ */ o(y, { size: "xLarge", name: "map", className: "mx-auto" }),
|
|
1365
1390
|
/* @__PURE__ */ o("span", { className: "sr-only", children: "Loading..." })
|
|
1366
1391
|
]
|
|
1367
1392
|
}
|
|
@@ -1371,7 +1396,7 @@ const F = {
|
|
|
1371
1396
|
className: t = "",
|
|
1372
1397
|
id: a = 1,
|
|
1373
1398
|
padding: n = !0
|
|
1374
|
-
}) => /* @__PURE__ */
|
|
1399
|
+
}) => /* @__PURE__ */ g("div", { className: m("slider", t), id: `slider-${a}`, children: [
|
|
1375
1400
|
/* @__PURE__ */ o(
|
|
1376
1401
|
"button",
|
|
1377
1402
|
{
|
|
@@ -1379,7 +1404,7 @@ const F = {
|
|
|
1379
1404
|
id: `btn-left-${a}`,
|
|
1380
1405
|
type: "button",
|
|
1381
1406
|
className: "slider-button__prev ",
|
|
1382
|
-
children: /* @__PURE__ */ o(
|
|
1407
|
+
children: /* @__PURE__ */ o(y, { name: "chevronLeft" })
|
|
1383
1408
|
}
|
|
1384
1409
|
),
|
|
1385
1410
|
/* @__PURE__ */ o("div", { id: `slider-container-${a}`, className: "slider-container", children: Array.from({ length: 4 }, (l, i) => /* @__PURE__ */ o(
|
|
@@ -1397,7 +1422,7 @@ const F = {
|
|
|
1397
1422
|
id: `btn-right-${a}`,
|
|
1398
1423
|
type: "button",
|
|
1399
1424
|
className: "slider-button__next",
|
|
1400
|
-
children: /* @__PURE__ */ o(
|
|
1425
|
+
children: /* @__PURE__ */ o(y, { name: "chevronRight" })
|
|
1401
1426
|
}
|
|
1402
1427
|
)
|
|
1403
1428
|
] }), Z1 = A(l1), N1 = ({
|
|
@@ -1410,14 +1435,14 @@ const F = {
|
|
|
1410
1435
|
return /* @__PURE__ */ o(
|
|
1411
1436
|
"div",
|
|
1412
1437
|
{
|
|
1413
|
-
className:
|
|
1438
|
+
className: m(
|
|
1414
1439
|
'Stars inline-block leading-none font-sans text-base before:content-["★★★★★"]',
|
|
1415
1440
|
d
|
|
1416
1441
|
),
|
|
1417
1442
|
style: t
|
|
1418
1443
|
}
|
|
1419
1444
|
);
|
|
1420
|
-
},
|
|
1445
|
+
}, s1 = ({
|
|
1421
1446
|
className: d = "",
|
|
1422
1447
|
clear: e = !1,
|
|
1423
1448
|
error: t = !1,
|
|
@@ -1425,25 +1450,25 @@ const F = {
|
|
|
1425
1450
|
id: n = "",
|
|
1426
1451
|
inputClass: l = "",
|
|
1427
1452
|
name: i = "",
|
|
1428
|
-
placeholder:
|
|
1429
|
-
props:
|
|
1453
|
+
placeholder: s = "",
|
|
1454
|
+
props: r = {},
|
|
1430
1455
|
rows: c = 4,
|
|
1431
1456
|
variation: h = "primary"
|
|
1432
|
-
}) => /* @__PURE__ */
|
|
1457
|
+
}) => /* @__PURE__ */ g("div", { className: m("relative textarea", h, d), children: [
|
|
1433
1458
|
/* @__PURE__ */ o(
|
|
1434
1459
|
"textarea",
|
|
1435
1460
|
{
|
|
1436
|
-
placeholder:
|
|
1461
|
+
placeholder: s,
|
|
1437
1462
|
id: n,
|
|
1438
1463
|
name: i,
|
|
1439
1464
|
rows: c,
|
|
1440
|
-
className:
|
|
1465
|
+
className: m(
|
|
1441
1466
|
"form-textarea min-h-[40px] pl-4",
|
|
1442
1467
|
e ? "pr-10" : "pr-4",
|
|
1443
1468
|
t ? "!border-red-500 !bg-red-500/10 placeholder:!text-red-700 focus:!ring-red-500 focus:!border-red-500" : "",
|
|
1444
1469
|
l
|
|
1445
1470
|
),
|
|
1446
|
-
...
|
|
1471
|
+
...r
|
|
1447
1472
|
}
|
|
1448
1473
|
),
|
|
1449
1474
|
e && /* @__PURE__ */ o(
|
|
@@ -1452,7 +1477,7 @@ const F = {
|
|
|
1452
1477
|
id: `${n}-clear`,
|
|
1453
1478
|
className: "textarea-clear absolute right-0 top-2 bottom-auto flex items-center rounded-r-md pr-2 focus:outline-none hidden",
|
|
1454
1479
|
children: /* @__PURE__ */ o(
|
|
1455
|
-
|
|
1480
|
+
y,
|
|
1456
1481
|
{
|
|
1457
1482
|
size: "xSmall",
|
|
1458
1483
|
name: "xCircle",
|
|
@@ -1462,7 +1487,7 @@ const F = {
|
|
|
1462
1487
|
}
|
|
1463
1488
|
),
|
|
1464
1489
|
a && /* @__PURE__ */ o("span", { className: "relative flex mt-0.5 text-red-700 text-xs text-left", children: a })
|
|
1465
|
-
] }),
|
|
1490
|
+
] }), B1 = A(s1), r1 = ({
|
|
1466
1491
|
className: d = "",
|
|
1467
1492
|
clear: e = !1,
|
|
1468
1493
|
error: t = !1,
|
|
@@ -1470,21 +1495,21 @@ const F = {
|
|
|
1470
1495
|
iconLeft: n = "",
|
|
1471
1496
|
id: l = "",
|
|
1472
1497
|
inputClass: i = "",
|
|
1473
|
-
name:
|
|
1474
|
-
placeholder:
|
|
1498
|
+
name: s = "",
|
|
1499
|
+
placeholder: r = "",
|
|
1475
1500
|
props: c = {},
|
|
1476
1501
|
styles: h = null,
|
|
1477
|
-
type:
|
|
1478
|
-
value:
|
|
1502
|
+
type: u = "text",
|
|
1503
|
+
value: H,
|
|
1479
1504
|
variation: M = "primary"
|
|
1480
|
-
}) => /* @__PURE__ */
|
|
1505
|
+
}) => /* @__PURE__ */ g(
|
|
1481
1506
|
"div",
|
|
1482
1507
|
{
|
|
1483
|
-
className:
|
|
1508
|
+
className: m("relative textbox", M, d),
|
|
1484
1509
|
style: h ? { ...h } : null,
|
|
1485
1510
|
children: [
|
|
1486
1511
|
n && /* @__PURE__ */ o("div", { className: "pointer-events-none absolute inset-y-0 left-0 flex items-center px-2", children: /* @__PURE__ */ o(
|
|
1487
|
-
|
|
1512
|
+
y,
|
|
1488
1513
|
{
|
|
1489
1514
|
size: "xSmall",
|
|
1490
1515
|
name: n,
|
|
@@ -1495,13 +1520,13 @@ const F = {
|
|
|
1495
1520
|
/* @__PURE__ */ o(
|
|
1496
1521
|
"input",
|
|
1497
1522
|
{
|
|
1498
|
-
placeholder:
|
|
1523
|
+
placeholder: r,
|
|
1499
1524
|
id: l,
|
|
1500
|
-
name:
|
|
1501
|
-
type:
|
|
1502
|
-
value:
|
|
1525
|
+
name: s,
|
|
1526
|
+
type: u,
|
|
1527
|
+
value: H,
|
|
1503
1528
|
autoComplete: "off",
|
|
1504
|
-
className:
|
|
1529
|
+
className: m(
|
|
1505
1530
|
"form-input",
|
|
1506
1531
|
e ? "pr-10" : "pr-4",
|
|
1507
1532
|
n ? "pl-8" : "pl-4",
|
|
@@ -1520,7 +1545,7 @@ const F = {
|
|
|
1520
1545
|
id: `${l}-clear`,
|
|
1521
1546
|
className: "textbox-clear absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-none hidden",
|
|
1522
1547
|
children: /* @__PURE__ */ o(
|
|
1523
|
-
|
|
1548
|
+
y,
|
|
1524
1549
|
{
|
|
1525
1550
|
size: "xSmall",
|
|
1526
1551
|
name: "xCircle",
|
|
@@ -1532,22 +1557,22 @@ const F = {
|
|
|
1532
1557
|
a && /* @__PURE__ */ o("span", { className: "relative flex mt-0.5 text-red-700 text-xs text-left", children: a })
|
|
1533
1558
|
]
|
|
1534
1559
|
}
|
|
1535
|
-
),
|
|
1560
|
+
), E1 = A(r1), i1 = ({ children: d, className: e = "", tag: t = "h1", title: a }) => /* @__PURE__ */ o(
|
|
1536
1561
|
t,
|
|
1537
1562
|
{
|
|
1538
|
-
className:
|
|
1563
|
+
className: m(
|
|
1539
1564
|
"!text-xl text-center mb-6 flex items-center justify-center",
|
|
1540
1565
|
e
|
|
1541
1566
|
),
|
|
1542
1567
|
children: a || d
|
|
1543
1568
|
}
|
|
1544
|
-
),
|
|
1545
|
-
class
|
|
1569
|
+
), D1 = A(i1);
|
|
1570
|
+
class C {
|
|
1546
1571
|
static calcCrow(e, t, a, n) {
|
|
1547
|
-
const i =
|
|
1548
|
-
e =
|
|
1549
|
-
const
|
|
1550
|
-
return 6371 * (2 * Math.atan2(Math.sqrt(
|
|
1572
|
+
const i = C.toRad(a - e), s = C.toRad(n - t);
|
|
1573
|
+
e = C.toRad(e), a = C.toRad(a);
|
|
1574
|
+
const r = Math.sin(i / 2) * Math.sin(i / 2) + Math.sin(s / 2) * Math.sin(s / 2) * Math.cos(e) * Math.cos(a);
|
|
1575
|
+
return 6371 * (2 * Math.atan2(Math.sqrt(r), Math.sqrt(1 - r)));
|
|
1551
1576
|
}
|
|
1552
1577
|
static cleanupAddress(e) {
|
|
1553
1578
|
return e.split(" ").map((a) => a.split("-")[0]).join(" ").trim();
|
|
@@ -1560,9 +1585,9 @@ class H {
|
|
|
1560
1585
|
return;
|
|
1561
1586
|
window.dataLayer = window.dataLayer || [];
|
|
1562
1587
|
const t = document.querySelectorAll("[data-div-track]");
|
|
1563
|
-
typeof
|
|
1588
|
+
typeof C == "function" && t.forEach((a) => {
|
|
1564
1589
|
a.addEventListener("click", () => {
|
|
1565
|
-
|
|
1590
|
+
C.clickTrackEvent(a.dataset.divTrack);
|
|
1566
1591
|
});
|
|
1567
1592
|
});
|
|
1568
1593
|
}
|
|
@@ -1576,19 +1601,19 @@ class H {
|
|
|
1576
1601
|
static async createData(e, t = null, a = !0) {
|
|
1577
1602
|
if (options.isBot || !t)
|
|
1578
1603
|
return null;
|
|
1579
|
-
const { tolken: n = null, ip: l = null } = await
|
|
1604
|
+
const { tolken: n = null, ip: l = null } = await C.getHeaders(), i = a === !1 ? "" : "&tolken=" + n + "&ip=" + l, s = e + i, r = typeof t == "string" ? t : JSON.stringify(t);
|
|
1580
1605
|
try {
|
|
1581
|
-
const c = await fetch(
|
|
1606
|
+
const c = await fetch(s, {
|
|
1582
1607
|
method: "POST",
|
|
1583
|
-
body:
|
|
1608
|
+
body: r === "null" ? null : r,
|
|
1584
1609
|
headers: {
|
|
1585
|
-
website:
|
|
1610
|
+
website: C.getWebsiteHeaderName()
|
|
1586
1611
|
}
|
|
1587
1612
|
}), h = c.headers.get("content-type");
|
|
1588
1613
|
if (h && h.indexOf("application/json") !== -1)
|
|
1589
1614
|
return c.json();
|
|
1590
|
-
const
|
|
1591
|
-
return
|
|
1615
|
+
const u = await c.text();
|
|
1616
|
+
return u ? u.replace("__next", "") : null;
|
|
1592
1617
|
} catch (c) {
|
|
1593
1618
|
console.error("createData", c);
|
|
1594
1619
|
}
|
|
@@ -1599,7 +1624,7 @@ class H {
|
|
|
1599
1624
|
}
|
|
1600
1625
|
static async deleteSearchValue(e = "recsSearchValue") {
|
|
1601
1626
|
try {
|
|
1602
|
-
return await
|
|
1627
|
+
return await C.createData(`/api/cookie/remove?name=${e}`);
|
|
1603
1628
|
} catch (t) {
|
|
1604
1629
|
console.error("deleteSearchValue", t.message);
|
|
1605
1630
|
}
|
|
@@ -1650,17 +1675,17 @@ class H {
|
|
|
1650
1675
|
static async fetchData(e, t = !1, a = !0) {
|
|
1651
1676
|
if (options.isBot)
|
|
1652
1677
|
return null;
|
|
1653
|
-
const { tolken: n = null, ip: l = null } = await
|
|
1678
|
+
const { tolken: n = null, ip: l = null } = await C.getHeaders(), s = e.replace("#", "").replace("%23", "") + "&tolken=" + n + "&ip=" + l;
|
|
1654
1679
|
try {
|
|
1655
|
-
const
|
|
1680
|
+
const r = await fetch(s, { method: "GET" });
|
|
1656
1681
|
if (t === !0) {
|
|
1657
|
-
const h = await
|
|
1682
|
+
const h = await r.text();
|
|
1658
1683
|
return h ? h.replace("__next", "") : null;
|
|
1659
1684
|
}
|
|
1660
|
-
const c =
|
|
1661
|
-
return c && c.indexOf("application/json") !== -1 ?
|
|
1662
|
-
} catch (
|
|
1663
|
-
console.error("fetchData",
|
|
1685
|
+
const c = r.headers.get("content-type");
|
|
1686
|
+
return c && c.indexOf("application/json") !== -1 ? r.json() : null;
|
|
1687
|
+
} catch (r) {
|
|
1688
|
+
console.error("fetchData", r, e);
|
|
1664
1689
|
}
|
|
1665
1690
|
return null;
|
|
1666
1691
|
}
|
|
@@ -1670,8 +1695,8 @@ class H {
|
|
|
1670
1695
|
}
|
|
1671
1696
|
static formatDate(e = null) {
|
|
1672
1697
|
return e ? (e = new Date(e), [
|
|
1673
|
-
|
|
1674
|
-
|
|
1698
|
+
C.padTo2Digits(e.getMonth() + 1),
|
|
1699
|
+
C.padTo2Digits(e.getDate()),
|
|
1675
1700
|
e.getFullYear()
|
|
1676
1701
|
].join("-")) : null;
|
|
1677
1702
|
}
|
|
@@ -1688,12 +1713,12 @@ class H {
|
|
|
1688
1713
|
swLng: 0
|
|
1689
1714
|
};
|
|
1690
1715
|
const n = e.getBounds();
|
|
1691
|
-
let l = n.getSouth(), i = n.getEast(),
|
|
1692
|
-
return a && (l = l - a, i = i + a,
|
|
1716
|
+
let l = n.getSouth(), i = n.getEast(), s = n.getNorth(), r = n.getWest();
|
|
1717
|
+
return a && (l = l - a, i = i + a, s = s + a, r = r - a), t && (l = l.toFixed(t), i = i.toFixed(t), s = s.toFixed(t), r = r.toFixed(t)), {
|
|
1693
1718
|
swLat: l,
|
|
1694
1719
|
neLng: i,
|
|
1695
|
-
neLat:
|
|
1696
|
-
swLng:
|
|
1720
|
+
neLat: s,
|
|
1721
|
+
swLng: r
|
|
1697
1722
|
};
|
|
1698
1723
|
}
|
|
1699
1724
|
static getFirstN(e, t = 5) {
|
|
@@ -1733,28 +1758,28 @@ class H {
|
|
|
1733
1758
|
};
|
|
1734
1759
|
if (options && options.isBot || typeof window.localStorage > "u")
|
|
1735
1760
|
return i;
|
|
1736
|
-
const
|
|
1737
|
-
if (
|
|
1738
|
-
const
|
|
1739
|
-
return
|
|
1740
|
-
tolken:
|
|
1741
|
-
ip:
|
|
1761
|
+
const s = localStorage.getItem("headerTolken");
|
|
1762
|
+
if (s) {
|
|
1763
|
+
const r = JSON.parse(s), c = (/* @__PURE__ */ new Date()).getTime();
|
|
1764
|
+
return r.expire - c < 0 && localStorage.removeItem("headerTolken"), {
|
|
1765
|
+
tolken: r.tolken,
|
|
1766
|
+
ip: r.ip,
|
|
1742
1767
|
userAgent: t,
|
|
1743
1768
|
platform: l
|
|
1744
1769
|
};
|
|
1745
1770
|
}
|
|
1746
1771
|
try {
|
|
1747
|
-
const c = await (await fetch("/api/headers")).json(), h = (c == null ? void 0 : c.token) ?? null,
|
|
1772
|
+
const c = await (await fetch("/api/headers")).json(), h = (c == null ? void 0 : c.token) ?? null, u = (c == null ? void 0 : c.ip) ?? null;
|
|
1748
1773
|
return localStorage.setItem(
|
|
1749
1774
|
"headerTolken",
|
|
1750
1775
|
JSON.stringify({
|
|
1751
1776
|
tolken: h,
|
|
1752
|
-
ip:
|
|
1777
|
+
ip: u,
|
|
1753
1778
|
expire: (/* @__PURE__ */ new Date()).getTime() + e * 1e3
|
|
1754
1779
|
})
|
|
1755
|
-
), { tolken: h, ip:
|
|
1756
|
-
} catch (
|
|
1757
|
-
console.error("getHeaders",
|
|
1780
|
+
), { tolken: h, ip: u, userAgent: t, platform: l };
|
|
1781
|
+
} catch (r) {
|
|
1782
|
+
console.error("getHeaders", r);
|
|
1758
1783
|
}
|
|
1759
1784
|
return i;
|
|
1760
1785
|
}
|
|
@@ -1765,19 +1790,19 @@ class H {
|
|
|
1765
1790
|
}[e];
|
|
1766
1791
|
}
|
|
1767
1792
|
static async getLocationData(e) {
|
|
1768
|
-
const { swLat: t, neLng: a, neLat: n, swLng: l } =
|
|
1769
|
-
return await
|
|
1793
|
+
const { swLat: t, neLng: a, neLat: n, swLng: l } = C.getBounds(e, 3, 0.05), i = "zip-location&swLat=" + t + "&neLng=" + a + "&neLat=" + n + "&swLng=" + l;
|
|
1794
|
+
return await C.fetchData("/api/client?query=" + i);
|
|
1770
1795
|
}
|
|
1771
1796
|
static getReportUrl(e, t = null) {
|
|
1772
|
-
var
|
|
1773
|
-
const a = ((
|
|
1797
|
+
var r, c, h;
|
|
1798
|
+
const a = ((r = e == null ? void 0 : e.state) == null ? void 0 : r.slug) ?? null, n = ((c = e == null ? void 0 : e.city) == null ? void 0 : c.slug) ?? null, l = ((h = e == null ? void 0 : e.name) == null ? void 0 : h.slug) ?? null, i = (e == null ? void 0 : e.zip) ?? null;
|
|
1774
1799
|
t = t || ((e == null ? void 0 : e.id) ?? null);
|
|
1775
|
-
const
|
|
1776
|
-
return "/" + [a, n, l].filter((
|
|
1800
|
+
const s = [i, "-piq", t].filter((u) => u).join("");
|
|
1801
|
+
return "/" + [a, n, l].filter((u) => u).map((u) => C.toSlug(u)).join("/") + "/" + s;
|
|
1777
1802
|
}
|
|
1778
1803
|
static async getSearchValue(e = "recsSearchValue") {
|
|
1779
1804
|
try {
|
|
1780
|
-
return await
|
|
1805
|
+
return await C.createData(`/api/cookie/fetch?name=${e}`);
|
|
1781
1806
|
} catch (t) {
|
|
1782
1807
|
console.error("getSearchValue", t.message);
|
|
1783
1808
|
}
|
|
@@ -1902,7 +1927,7 @@ class H {
|
|
|
1902
1927
|
return e;
|
|
1903
1928
|
}
|
|
1904
1929
|
try {
|
|
1905
|
-
return await
|
|
1930
|
+
return await C.createData("/api/cookie/fetch?name=odrUser");
|
|
1906
1931
|
} catch (e) {
|
|
1907
1932
|
console.error("getUser", e.message);
|
|
1908
1933
|
}
|
|
@@ -1918,7 +1943,7 @@ class H {
|
|
|
1918
1943
|
uuid: t
|
|
1919
1944
|
}
|
|
1920
1945
|
});
|
|
1921
|
-
return await
|
|
1946
|
+
return await C.makeSearchFetchCall(
|
|
1922
1947
|
`/api/client?query=user-get-history&filter=${a}`
|
|
1923
1948
|
);
|
|
1924
1949
|
}
|
|
@@ -1937,23 +1962,23 @@ class H {
|
|
|
1937
1962
|
const n = this;
|
|
1938
1963
|
L.GridLayer.GridDebug = L.GridLayer.extend({
|
|
1939
1964
|
createTile: function(l, i) {
|
|
1940
|
-
const
|
|
1965
|
+
const s = document.createElement("div");
|
|
1941
1966
|
return setTimeout(() => {
|
|
1942
|
-
i(null,
|
|
1943
|
-
const { se:
|
|
1967
|
+
i(null, s);
|
|
1968
|
+
const { se: r, nw: c } = n.getGridBounds({
|
|
1944
1969
|
map: e,
|
|
1945
1970
|
tileSize: this.getTileSize(),
|
|
1946
1971
|
coords: l
|
|
1947
1972
|
});
|
|
1948
1973
|
t({
|
|
1949
|
-
swLat:
|
|
1950
|
-
neLng:
|
|
1974
|
+
swLat: r.lat,
|
|
1975
|
+
neLng: r.lng,
|
|
1951
1976
|
neLat: c.lat,
|
|
1952
1977
|
swLng: c.lng,
|
|
1953
1978
|
coords: l,
|
|
1954
1979
|
key: l.z + "-" + l.x + "-" + l.y
|
|
1955
1980
|
});
|
|
1956
|
-
}, a),
|
|
1981
|
+
}, a), s;
|
|
1957
1982
|
}
|
|
1958
1983
|
}), L.gridLayer.gridDebug = function(l) {
|
|
1959
1984
|
return new L.GridLayer.GridDebug(l);
|
|
@@ -1976,67 +2001,67 @@ class H {
|
|
|
1976
2001
|
onClose: n = null,
|
|
1977
2002
|
disableOutsideClick: l = !1
|
|
1978
2003
|
}) {
|
|
1979
|
-
const i = e ? document.querySelectorAll(e) : [],
|
|
1980
|
-
(
|
|
1981
|
-
...
|
|
2004
|
+
const i = e ? document.querySelectorAll(e) : [], s = document.getElementById(t + "-dialog"), r = document.querySelectorAll("[data-dialog-close]"), c = ["closing", "closed", "opening", "opened", "removed"].reduce(
|
|
2005
|
+
(p, V) => ({
|
|
2006
|
+
...p,
|
|
1982
2007
|
[V]: new Event(V)
|
|
1983
2008
|
}),
|
|
1984
2009
|
{}
|
|
1985
|
-
), h = new MutationObserver((
|
|
1986
|
-
|
|
2010
|
+
), h = new MutationObserver((p, V) => {
|
|
2011
|
+
p.forEach(async (w) => {
|
|
1987
2012
|
if (w.attributeName === "open") {
|
|
1988
|
-
const
|
|
1989
|
-
if (!(
|
|
1990
|
-
|
|
2013
|
+
const v = w.target;
|
|
2014
|
+
if (!(v == null ? void 0 : v.hasAttribute("open"))) return;
|
|
2015
|
+
v == null || v.removeAttribute("inert"), v == null || v.dispatchEvent(c.opening), v && await f(v), v == null || v.dispatchEvent(c.opened);
|
|
1991
2016
|
}
|
|
1992
2017
|
});
|
|
1993
|
-
}),
|
|
1994
|
-
|
|
1995
|
-
w.removedNodes.forEach((
|
|
1996
|
-
|
|
2018
|
+
}), u = new MutationObserver((p, V) => {
|
|
2019
|
+
p.forEach((w) => {
|
|
2020
|
+
w.removedNodes.forEach((v) => {
|
|
2021
|
+
v.nodeName === "DIALOG" && (v.removeEventListener("click", b), v.removeEventListener("close", M), v.dispatchEvent(c.removed), u == null || u.disconnect(), h == null || h.disconnect());
|
|
1997
2022
|
});
|
|
1998
2023
|
});
|
|
1999
2024
|
});
|
|
2000
|
-
|
|
2025
|
+
s && (h.observe(s, {
|
|
2001
2026
|
attributes: !0
|
|
2002
|
-
}),
|
|
2027
|
+
}), u.observe(document.body, {
|
|
2003
2028
|
attributes: !1,
|
|
2004
2029
|
subtree: !1,
|
|
2005
2030
|
childList: !0
|
|
2006
2031
|
}));
|
|
2007
|
-
const
|
|
2008
|
-
|
|
2009
|
-
}, M = async ({ target:
|
|
2010
|
-
|
|
2011
|
-
},
|
|
2012
|
-
(
|
|
2013
|
-
}, f = (
|
|
2014
|
-
|
|
2032
|
+
const H = () => {
|
|
2033
|
+
s == null || s.showModal();
|
|
2034
|
+
}, M = async ({ target: p }) => {
|
|
2035
|
+
p == null || p.classList.add("closing"), p == null || p.setAttribute("inert", ""), p == null || p.dispatchEvent(c.closing), p && await f(p), p == null || p.classList.remove("closing"), p == null || p.dispatchEvent(c.closed);
|
|
2036
|
+
}, b = async ({ target: p }) => {
|
|
2037
|
+
(p == null ? void 0 : p.nodeName) === "DIALOG" && (s == null || s.close("outside"));
|
|
2038
|
+
}, f = (p) => Promise.allSettled(
|
|
2039
|
+
p == null ? void 0 : p.getAnimations().map((V) => V == null ? void 0 : V.finished)
|
|
2015
2040
|
);
|
|
2016
|
-
return !l && (
|
|
2017
|
-
|
|
2018
|
-
|
|
2041
|
+
return !l && (s == null || s.addEventListener("click", b)), s == null || s.addEventListener("close", M), i == null || i.forEach((p) => {
|
|
2042
|
+
p.addEventListener("click", (V) => {
|
|
2043
|
+
H(), a && a(V, s);
|
|
2019
2044
|
});
|
|
2020
|
-
}),
|
|
2021
|
-
|
|
2022
|
-
|
|
2045
|
+
}), r == null || r.forEach((p) => {
|
|
2046
|
+
p.addEventListener("click", async (V) => {
|
|
2047
|
+
s == null || s.close("close"), n && n(V, s);
|
|
2023
2048
|
});
|
|
2024
2049
|
}), {
|
|
2025
2050
|
activators: i,
|
|
2026
|
-
ref:
|
|
2027
|
-
handleOpen:
|
|
2051
|
+
ref: s,
|
|
2052
|
+
handleOpen: H,
|
|
2028
2053
|
handleClose: M
|
|
2029
2054
|
};
|
|
2030
2055
|
}
|
|
2031
2056
|
static hasBoundsEntry(e, t = "bounds") {
|
|
2032
|
-
return
|
|
2057
|
+
return C.getBoundsEntries(t).includes(e);
|
|
2033
2058
|
}
|
|
2034
2059
|
static initObserver(e, t, a = null) {
|
|
2035
2060
|
if (!e)
|
|
2036
2061
|
return;
|
|
2037
2062
|
const n = (a == null ? void 0 : a.useBounding) ?? !1;
|
|
2038
|
-
new IntersectionObserver(async (i,
|
|
2039
|
-
n ? (i[0].isIntersecting || i[0].boundingClientRect.y < 0) && t({ obs:
|
|
2063
|
+
new IntersectionObserver(async (i, s) => {
|
|
2064
|
+
n ? (i[0].isIntersecting || i[0].boundingClientRect.y < 0) && t({ obs: s, entry: i[0], entries: i }) : i[0].isIntersecting && t({ obs: s, entry: i[0], entries: i });
|
|
2040
2065
|
}, a).observe(e);
|
|
2041
2066
|
}
|
|
2042
2067
|
static injectLink({ href: e, id: t }) {
|
|
@@ -2045,10 +2070,10 @@ class H {
|
|
|
2045
2070
|
}
|
|
2046
2071
|
static injectScript({ src: e, id: t = null, async: a = !0, module: n = !1 }) {
|
|
2047
2072
|
return new Promise(function(l, i) {
|
|
2048
|
-
let
|
|
2049
|
-
if (t &&
|
|
2073
|
+
let s = document.getElementById(t);
|
|
2074
|
+
if (t && s && s.dataset.loaded === "true")
|
|
2050
2075
|
return l({ alreadyLoaded: !0, id: t });
|
|
2051
|
-
|
|
2076
|
+
s || (s = document.createElement("script"), s.src = e, s.dataset.loaded = "false", t && (s.id = t), s.type = n ? "module" : "text/javascript", s.async = a, document.body.appendChild(s), s.onload = () => (s.dataset.loaded = "true", l({ alreadyLoaded: !1, id: t })), s.onerror = () => i(!1));
|
|
2052
2077
|
});
|
|
2053
2078
|
}
|
|
2054
2079
|
static isMobile({ selector: e = null, width: t = 640 } = {}) {
|
|
@@ -2088,7 +2113,7 @@ class H {
|
|
|
2088
2113
|
url: n,
|
|
2089
2114
|
data: l
|
|
2090
2115
|
};
|
|
2091
|
-
return await
|
|
2116
|
+
return await C.createData("/api/client?query=log/save&method=POST", i), null;
|
|
2092
2117
|
}
|
|
2093
2118
|
static loadAds() {
|
|
2094
2119
|
window.dataLayer = window.dataLayer || [];
|
|
@@ -2105,7 +2130,7 @@ class H {
|
|
|
2105
2130
|
if (e) {
|
|
2106
2131
|
const n = "/scripts/" + e + ".js?v=100.0.5";
|
|
2107
2132
|
try {
|
|
2108
|
-
return await
|
|
2133
|
+
return await C.injectScript({
|
|
2109
2134
|
src: n,
|
|
2110
2135
|
id: t || e,
|
|
2111
2136
|
async: !1,
|
|
@@ -2121,11 +2146,11 @@ class H {
|
|
|
2121
2146
|
if (window.options.googleMapsLoaded === !0)
|
|
2122
2147
|
return;
|
|
2123
2148
|
const e = "https://maps.googleapis.com/maps/api/js", t = window.options.googleApiKey, a = e + "?key=" + t + "&libraries=marker&v=beta&callback=mapCb";
|
|
2124
|
-
await
|
|
2149
|
+
await C.injectScript({ src: a, id: "googleapis", async: !1 });
|
|
2125
2150
|
}
|
|
2126
2151
|
static async loadLeafletApi() {
|
|
2127
2152
|
const e = "https://unpkg.com/leaflet@1.9.3/dist", t = e + "/leaflet.js", a = e + "/leaflet.css", n = "//unpkg.com/leaflet-gesture-handling", l = "//unpkg.com/leaflet-gesture-handling/dist/leaflet-gesture-handling.min.css";
|
|
2128
|
-
await
|
|
2153
|
+
await C.injectLink({ href: a, id: "leafletCss" }), await C.injectLink({ href: l, id: "gestureCss" }), await C.injectScript({ src: t, id: "leafletJs", async: !1 }), await C.injectScript({
|
|
2129
2154
|
src: n,
|
|
2130
2155
|
id: "gestureJs",
|
|
2131
2156
|
async: !1
|
|
@@ -2140,7 +2165,7 @@ class H {
|
|
|
2140
2165
|
}
|
|
2141
2166
|
static async loadSwiper() {
|
|
2142
2167
|
const e = "https://cdn.jsdelivr.net/npm", t = `${e}/swiper@9/swiper-bundle.min.js`, a = `${e}/swiper@9/swiper-bundle.min.css`;
|
|
2143
|
-
await
|
|
2168
|
+
await C.injectLink({ href: a, id: "swiperCss" }), await C.injectScript({ src: t, id: "swiperJs", async: !1 });
|
|
2144
2169
|
}
|
|
2145
2170
|
static async makeSearchFetchCall(e) {
|
|
2146
2171
|
try {
|
|
@@ -2174,16 +2199,16 @@ class H {
|
|
|
2174
2199
|
middle: n = null,
|
|
2175
2200
|
last: l = null,
|
|
2176
2201
|
min: i = null,
|
|
2177
|
-
max:
|
|
2178
|
-
city:
|
|
2202
|
+
max: s = null,
|
|
2203
|
+
city: r = null,
|
|
2179
2204
|
state: c = null,
|
|
2180
2205
|
vin: h = null,
|
|
2181
|
-
license:
|
|
2182
|
-
token:
|
|
2206
|
+
license: u = null,
|
|
2207
|
+
token: H = null,
|
|
2183
2208
|
phone: M = null
|
|
2184
|
-
} = e || {},
|
|
2209
|
+
} = e || {}, b = t && t !== "", f = i && i !== "" && i !== "18", p = s && s !== "" && i !== "99";
|
|
2185
2210
|
let V = [];
|
|
2186
|
-
return t && t !== "" && V.push("name=" + t),
|
|
2211
|
+
return t && t !== "" && V.push("name=" + t), b || (a && a !== "" && V.push("first=" + a), n && n !== "" && V.push("middle=" + n), l && l !== "" && V.push("last=" + l)), f && p ? parseInt(i) > parseInt(s) ? (V.push("min=" + s), V.push("max=" + i)) : (V.push("min=" + i), V.push("max=" + s)) : (f && V.push("min=" + i), p && V.push("max=" + s)), M && M !== "" && V.push("phone=" + M), r && r !== "" && V.push("city=" + r), u && u !== "" && V.push("license=" + u), h && h !== "" && V.push("vin=" + h), c && c !== "" && V.push("state=" + c), H && H !== "" && V.push("token=" + H), V.join("&");
|
|
2187
2212
|
}
|
|
2188
2213
|
static padTo2Digits(e) {
|
|
2189
2214
|
return e.toString().padStart(2, "0");
|
|
@@ -2198,19 +2223,19 @@ class H {
|
|
|
2198
2223
|
useCitySearch: n = !1,
|
|
2199
2224
|
useCityStateSearch: l = !1,
|
|
2200
2225
|
useSearch: i = !1,
|
|
2201
|
-
useLocation:
|
|
2202
|
-
state:
|
|
2203
|
-
} = t ?? {}, { tolken: c = null, ip: h = null } = await
|
|
2226
|
+
useLocation: s = !0,
|
|
2227
|
+
state: r = ""
|
|
2228
|
+
} = t ?? {}, { tolken: c = null, ip: h = null } = await C.getHeaders(), H = [
|
|
2204
2229
|
"query=" + encodeURIComponent(this.cleanupAddress(e)),
|
|
2205
2230
|
"addressesOnly=" + a,
|
|
2206
2231
|
"useSearch=" + i,
|
|
2207
2232
|
"useCitySearch=" + n,
|
|
2208
2233
|
"useCityStateSearch=" + l,
|
|
2209
|
-
"useLocation=" +
|
|
2234
|
+
"useLocation=" + s
|
|
2210
2235
|
];
|
|
2211
|
-
|
|
2212
|
-
const M =
|
|
2213
|
-
return await
|
|
2236
|
+
r && r !== "" && !l && H.push("state=" + r), c && c !== "" && H.push("tolken=" + c), h && h !== "" && H.push("ip=" + h);
|
|
2237
|
+
const M = H.join("&"), f = (n || l ? "/api/autocomplete-city" : "/api/autocomplete") + "?" + M;
|
|
2238
|
+
return await C.makeSearchFetchCall(f);
|
|
2214
2239
|
}
|
|
2215
2240
|
static removeElements(e) {
|
|
2216
2241
|
document.querySelectorAll(e).forEach((t) => t == null ? void 0 : t.remove());
|
|
@@ -2229,7 +2254,7 @@ class H {
|
|
|
2229
2254
|
});
|
|
2230
2255
|
}
|
|
2231
2256
|
static searchInStates(e) {
|
|
2232
|
-
const t =
|
|
2257
|
+
const t = C.getStates(), a = e.toLowerCase();
|
|
2233
2258
|
let n = t.find((l) => l.short.toLowerCase() === a) ?? null;
|
|
2234
2259
|
return n || (n = t.find((l) => l.name.toLowerCase() === a) ?? null), n;
|
|
2235
2260
|
}
|
|
@@ -2237,7 +2262,7 @@ class H {
|
|
|
2237
2262
|
typeof woopra == "object" && woopra.track(e, t);
|
|
2238
2263
|
}
|
|
2239
2264
|
static setBoundsEntries(e, t = "bounds") {
|
|
2240
|
-
const a =
|
|
2265
|
+
const a = C.getBoundsEntries(t);
|
|
2241
2266
|
a.push(e), localStorage.setItem(t, JSON.stringify(a));
|
|
2242
2267
|
}
|
|
2243
2268
|
static async setCityState(e = null) {
|
|
@@ -2246,7 +2271,7 @@ class H {
|
|
|
2246
2271
|
return e;
|
|
2247
2272
|
t = t.toLowerCase().replace(" usa", "").replace("city or state", "").replace(" state", "").trim();
|
|
2248
2273
|
let [a = null, n = null] = t.split(",").map((l) => l.trim());
|
|
2249
|
-
if (
|
|
2274
|
+
if (C.getStates(), a && !n) {
|
|
2250
2275
|
const l = this.searchInStates(a);
|
|
2251
2276
|
l && (a = null, n = l.short);
|
|
2252
2277
|
}
|
|
@@ -2257,14 +2282,14 @@ class H {
|
|
|
2257
2282
|
if (a && !n) {
|
|
2258
2283
|
const l = a.split(" "), i = l[l.length - 1];
|
|
2259
2284
|
if (i.length) {
|
|
2260
|
-
const
|
|
2261
|
-
|
|
2285
|
+
const s = this.searchInStates(i);
|
|
2286
|
+
s && (n = s.short, a = l.slice(0, -1).join(" "));
|
|
2262
2287
|
}
|
|
2263
2288
|
}
|
|
2264
2289
|
return a && n && a.toLowerCase() === n.toLowerCase() && (a = null), e.city = a, e.state = n ? n.toUpperCase() : null, e;
|
|
2265
2290
|
}
|
|
2266
2291
|
static async setSearchValueClient(e, t = "recsSearchValue") {
|
|
2267
|
-
localStorage.setItem(t, JSON.stringify(e)), await
|
|
2292
|
+
localStorage.setItem(t, JSON.stringify(e)), await C.createData(`/api/cookie/create?name=${t}`, e);
|
|
2268
2293
|
}
|
|
2269
2294
|
static stickyHeader(e = ".nav") {
|
|
2270
2295
|
const t = document.querySelector(e);
|
|
@@ -2291,7 +2316,7 @@ class H {
|
|
|
2291
2316
|
return t.charAt(0).toUpperCase() + t.slice(1);
|
|
2292
2317
|
}
|
|
2293
2318
|
static useLayerTitle(e, t) {
|
|
2294
|
-
const a =
|
|
2319
|
+
const a = C.getLayerTitle(e);
|
|
2295
2320
|
L.tileLayer(a, {
|
|
2296
2321
|
maxNativeZoom: 19,
|
|
2297
2322
|
maxZoom: 25,
|
|
@@ -2300,7 +2325,7 @@ class H {
|
|
|
2300
2325
|
}).addTo(t);
|
|
2301
2326
|
}
|
|
2302
2327
|
static ucWords(e) {
|
|
2303
|
-
return e ? e.toString().split(" ").map((t) =>
|
|
2328
|
+
return e ? e.toString().split(" ").map((t) => C.ucFirst(t)).join(" ") : null;
|
|
2304
2329
|
}
|
|
2305
2330
|
}
|
|
2306
2331
|
function o1(d, e = []) {
|
|
@@ -2356,16 +2381,16 @@ class T1 {
|
|
|
2356
2381
|
)), e.slides = [...(a = e.container) == null ? void 0 : a.children], e.slides.forEach((n) => e.observer.observe(n));
|
|
2357
2382
|
}
|
|
2358
2383
|
handleIntersect(e, t, a) {
|
|
2359
|
-
const n = e.filter((
|
|
2360
|
-
(
|
|
2384
|
+
const n = e.filter((r) => r.isIntersecting), l = n.length === a.slides.length, i = n.every(
|
|
2385
|
+
(r) => r.isIntersecting === !0
|
|
2361
2386
|
);
|
|
2362
|
-
l && i ? t.disconnect() : (a.disableBtns = !1, e.forEach((
|
|
2363
|
-
const c = [...a.slides].indexOf(
|
|
2364
|
-
|
|
2387
|
+
l && i ? t.disconnect() : (a.disableBtns = !1, e.forEach((r) => {
|
|
2388
|
+
const c = [...a.slides].indexOf(r.target);
|
|
2389
|
+
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(c) && (a.entriesIntersected.push(c), a.activeIndex = c, s(r));
|
|
2365
2390
|
}));
|
|
2366
|
-
function r
|
|
2391
|
+
function s(r) {
|
|
2367
2392
|
var c;
|
|
2368
|
-
|
|
2393
|
+
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] && ((c = a.observer) == null || c.unobserve(r.target));
|
|
2369
2394
|
}
|
|
2370
2395
|
}
|
|
2371
2396
|
btnListeners(e) {
|
|
@@ -2392,8 +2417,8 @@ class T1 {
|
|
|
2392
2417
|
), e.nextBtn = e.container.parentElement.querySelector(
|
|
2393
2418
|
`#btn-right-${a}`
|
|
2394
2419
|
);
|
|
2395
|
-
const
|
|
2396
|
-
|
|
2420
|
+
const s = t.map((c) => n(c)).join(""), r = document.createElement("div");
|
|
2421
|
+
r.innerHTML = `${l}${s}${i}`, e.container.replaceChildren(...r.children), e.container.parentElement.classList.add("loaded");
|
|
2397
2422
|
}
|
|
2398
2423
|
showHideBtns(e, t, a) {
|
|
2399
2424
|
if (a === "showPrevBtn" || a === "showNextBtn") {
|
|
@@ -2413,13 +2438,13 @@ export {
|
|
|
2413
2438
|
C1 as Card,
|
|
2414
2439
|
T1 as CardSlider,
|
|
2415
2440
|
f1 as Checkbox,
|
|
2416
|
-
|
|
2441
|
+
C as Common,
|
|
2417
2442
|
M1 as Container,
|
|
2418
2443
|
g1 as Dialog,
|
|
2419
2444
|
v1 as DialogOld,
|
|
2420
2445
|
A1 as Dots,
|
|
2421
|
-
|
|
2422
|
-
|
|
2446
|
+
D1 as FunnelHeader,
|
|
2447
|
+
y as Icon,
|
|
2423
2448
|
y1 as LoadingBar,
|
|
2424
2449
|
w1 as Popover,
|
|
2425
2450
|
x1 as ProgressBar,
|
|
@@ -2429,6 +2454,6 @@ export {
|
|
|
2429
2454
|
Z1 as Slider,
|
|
2430
2455
|
b1 as Spinner,
|
|
2431
2456
|
N1 as Stars,
|
|
2432
|
-
|
|
2433
|
-
|
|
2457
|
+
B1 as TextArea,
|
|
2458
|
+
E1 as Textbox
|
|
2434
2459
|
};
|