@vehiclehistory/property-lib 0.0.86 → 0.0.87
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/index.d.ts +2 -1
- package/dist/components/ui/Toggle/Toggle.d.ts +6 -0
- package/dist/main.es.js +111 -88
- package/dist/main.umd.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -19,10 +19,11 @@ import { default as Spinner } from './ui/Loading/Spinner';
|
|
|
19
19
|
import { default as Stars } from './ui/Stars/Stars';
|
|
20
20
|
import { default as TextArea } from './ui/Text/TextArea';
|
|
21
21
|
import { default as Textbox } from './ui/Text/Textbox';
|
|
22
|
+
import { default as Toggle } from './ui/Toggle/Toggle';
|
|
22
23
|
import { default as ContactForm } from './common/ContactForm';
|
|
23
24
|
import { default as ContentCard } from './common/ContentCard';
|
|
24
25
|
import { default as FlexItem } from './common/FlexItem';
|
|
25
26
|
import { default as Spacer } from './common/Spacer';
|
|
26
27
|
import { default as StackedListItem } from './common/StackedListItem';
|
|
27
28
|
import { default as FunnelHeader } from './funnel/FunnelHeader';
|
|
28
|
-
export { Accordion, Alert, Autocomplete, Badge, Button, Checkbox, ContactForm, ContentCard, Dialog, Dots, FlexItem, FunnelHeader, Icon, LoadingBar, Popover, ProcessingSpinner, ProgressBar, Radio, Select, Skeleton, Spacer, Spinner, StackedListItem, Slider, Stars, TextArea, Textbox, };
|
|
29
|
+
export { Accordion, Alert, Autocomplete, Badge, Button, Checkbox, ContactForm, ContentCard, Dialog, Dots, FlexItem, FunnelHeader, Icon, LoadingBar, Popover, ProcessingSpinner, ProgressBar, Radio, Select, Skeleton, Spacer, Spinner, StackedListItem, Slider, Stars, TextArea, Textbox, Toggle, };
|
package/dist/main.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as c, jsxs as M, Fragment as
|
|
1
|
+
import { jsx as c, jsxs as M, Fragment as S } from "react/jsx-runtime";
|
|
2
2
|
import m from "classnames";
|
|
3
3
|
import { memo as b, useState as Z, useEffect as N } from "react";
|
|
4
4
|
const W = {
|
|
@@ -544,7 +544,7 @@ const W = {
|
|
|
544
544
|
},
|
|
545
545
|
e
|
|
546
546
|
),
|
|
547
|
-
children: /* @__PURE__ */ M(
|
|
547
|
+
children: /* @__PURE__ */ M(S, { children: [
|
|
548
548
|
/* @__PURE__ */ M(
|
|
549
549
|
"button",
|
|
550
550
|
{
|
|
@@ -593,7 +593,7 @@ const W = {
|
|
|
593
593
|
] })
|
|
594
594
|
}
|
|
595
595
|
);
|
|
596
|
-
},
|
|
596
|
+
}, T1 = b(J), _ = ({
|
|
597
597
|
children: d,
|
|
598
598
|
className: e,
|
|
599
599
|
messages: t = [],
|
|
@@ -663,7 +663,7 @@ const W = {
|
|
|
663
663
|
] })
|
|
664
664
|
}
|
|
665
665
|
);
|
|
666
|
-
},
|
|
666
|
+
}, D1 = b(_), O1 = ({
|
|
667
667
|
autoFocus: d = !1,
|
|
668
668
|
className: e,
|
|
669
669
|
dataSearch: t = "container",
|
|
@@ -828,7 +828,7 @@ const W = {
|
|
|
828
828
|
"data-title": v,
|
|
829
829
|
"aria-labelledby": "Label",
|
|
830
830
|
"aria-activedescendant": "search-item-0",
|
|
831
|
-
children: h.length > 0 ? h.map((
|
|
831
|
+
children: h.length > 0 ? h.map((k, z) => /* @__PURE__ */ c(
|
|
832
832
|
"li",
|
|
833
833
|
{
|
|
834
834
|
id: `search-item-${z}`,
|
|
@@ -836,7 +836,7 @@ const W = {
|
|
|
836
836
|
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",
|
|
837
837
|
"aria-selected": z === 0,
|
|
838
838
|
role: "option",
|
|
839
|
-
children: (
|
|
839
|
+
children: (k == null ? void 0 : k.name) || k
|
|
840
840
|
},
|
|
841
841
|
`search-item-${z}`
|
|
842
842
|
)) : ""
|
|
@@ -848,7 +848,7 @@ const W = {
|
|
|
848
848
|
]
|
|
849
849
|
}
|
|
850
850
|
);
|
|
851
|
-
},
|
|
851
|
+
}, B1 = ({
|
|
852
852
|
children: d,
|
|
853
853
|
className: e,
|
|
854
854
|
size: t = "sm",
|
|
@@ -970,7 +970,7 @@ const W = {
|
|
|
970
970
|
]
|
|
971
971
|
}
|
|
972
972
|
);
|
|
973
|
-
},
|
|
973
|
+
}, I1 = b(K), X = ({
|
|
974
974
|
activator: d,
|
|
975
975
|
id: e = "",
|
|
976
976
|
children: t,
|
|
@@ -990,7 +990,7 @@ const W = {
|
|
|
990
990
|
useFormMethod: x = !0
|
|
991
991
|
}) => {
|
|
992
992
|
const u = x ? "form" : "div";
|
|
993
|
-
return /* @__PURE__ */ M(
|
|
993
|
+
return /* @__PURE__ */ M(S, { children: [
|
|
994
994
|
d && /* @__PURE__ */ c("span", { id: `${e}-dialog-activator`, children: d }),
|
|
995
995
|
/* @__PURE__ */ c(
|
|
996
996
|
"dialog",
|
|
@@ -1068,7 +1068,7 @@ const W = {
|
|
|
1068
1068
|
}
|
|
1069
1069
|
)
|
|
1070
1070
|
] });
|
|
1071
|
-
},
|
|
1071
|
+
}, $1 = b(X), q1 = ({ className: d }) => /* @__PURE__ */ M("div", { className: m("Dots mx-auto", d), children: [
|
|
1072
1072
|
/* @__PURE__ */ c("span", { style: { animationDelay: "0.1s" } }),
|
|
1073
1073
|
/* @__PURE__ */ c("span", { style: { animationDelay: "0.2s" } }),
|
|
1074
1074
|
/* @__PURE__ */ c("span", { style: { animationDelay: "0.3s" } }),
|
|
@@ -1119,7 +1119,7 @@ const W = {
|
|
|
1119
1119
|
children: /* @__PURE__ */ c("div", { className: "loading-bar__inner", "data-size": "100" })
|
|
1120
1120
|
}
|
|
1121
1121
|
);
|
|
1122
|
-
},
|
|
1122
|
+
}, j1 = b(e1), t1 = ({ className: d }) => /* @__PURE__ */ c("div", { className: m("processing-spinner", d) }), P1 = b(t1), R1 = ({
|
|
1123
1123
|
activator: d,
|
|
1124
1124
|
activatorClass: e = "",
|
|
1125
1125
|
attrs: t = {},
|
|
@@ -1129,7 +1129,7 @@ const W = {
|
|
|
1129
1129
|
disabled: l = !1,
|
|
1130
1130
|
options: i = {},
|
|
1131
1131
|
trigger: r = "click"
|
|
1132
|
-
}) => /* @__PURE__ */ M(
|
|
1132
|
+
}) => /* @__PURE__ */ M(S, { children: [
|
|
1133
1133
|
/* @__PURE__ */ c(
|
|
1134
1134
|
"div",
|
|
1135
1135
|
{
|
|
@@ -1225,7 +1225,7 @@ const W = {
|
|
|
1225
1225
|
)
|
|
1226
1226
|
}
|
|
1227
1227
|
);
|
|
1228
|
-
},
|
|
1228
|
+
}, W1 = b(a1), n1 = ({
|
|
1229
1229
|
checked: d = !1,
|
|
1230
1230
|
children: e,
|
|
1231
1231
|
className: t,
|
|
@@ -1266,7 +1266,7 @@ const W = {
|
|
|
1266
1266
|
]
|
|
1267
1267
|
}
|
|
1268
1268
|
);
|
|
1269
|
-
},
|
|
1269
|
+
}, U1 = b(n1), s1 = ({
|
|
1270
1270
|
className: d = "",
|
|
1271
1271
|
error: e = !1,
|
|
1272
1272
|
errorMessage: t = "",
|
|
@@ -1321,7 +1321,7 @@ const W = {
|
|
|
1321
1321
|
]
|
|
1322
1322
|
}
|
|
1323
1323
|
);
|
|
1324
|
-
},
|
|
1324
|
+
}, G1 = b(s1), r1 = ({ className: d }) => /* @__PURE__ */ M(
|
|
1325
1325
|
"div",
|
|
1326
1326
|
{
|
|
1327
1327
|
className: m(
|
|
@@ -1333,7 +1333,7 @@ const W = {
|
|
|
1333
1333
|
/* @__PURE__ */ c("span", { className: "sr-only", children: "Loading..." })
|
|
1334
1334
|
]
|
|
1335
1335
|
}
|
|
1336
|
-
),
|
|
1336
|
+
), Q1 = b(r1), l1 = ({
|
|
1337
1337
|
placeholderClass: d = "",
|
|
1338
1338
|
children: e,
|
|
1339
1339
|
className: t,
|
|
@@ -1368,7 +1368,7 @@ const W = {
|
|
|
1368
1368
|
children: /* @__PURE__ */ c(y, { name: "chevronRight" })
|
|
1369
1369
|
}
|
|
1370
1370
|
)
|
|
1371
|
-
] }),
|
|
1371
|
+
] }), J1 = b(l1), i1 = {
|
|
1372
1372
|
name: "spinnerDark",
|
|
1373
1373
|
color: "text-teal-700",
|
|
1374
1374
|
viewBox: "0 0 24 24"
|
|
@@ -1379,7 +1379,7 @@ const W = {
|
|
|
1379
1379
|
size: "xSmall",
|
|
1380
1380
|
...i1
|
|
1381
1381
|
}
|
|
1382
|
-
) }),
|
|
1382
|
+
) }), _1 = b(o1), Y1 = ({
|
|
1383
1383
|
className: d,
|
|
1384
1384
|
value: e
|
|
1385
1385
|
}) => {
|
|
@@ -1513,7 +1513,29 @@ const W = {
|
|
|
1513
1513
|
a && /* @__PURE__ */ c("span", { className: "relative flex mt-0.5 text-red-700 text-xs text-left", children: a })
|
|
1514
1514
|
]
|
|
1515
1515
|
}
|
|
1516
|
-
), T = b(h1), u1 = ({
|
|
1516
|
+
), T = b(h1), u1 = ({ checked: d = !1, props: e = {} }) => /* @__PURE__ */ c(S, { children: /* @__PURE__ */ c("label", { className: "flex cursor-pointer select-none items-center", children: /* @__PURE__ */ M("div", { className: "relative", children: [
|
|
1517
|
+
/* @__PURE__ */ c(
|
|
1518
|
+
"input",
|
|
1519
|
+
{
|
|
1520
|
+
type: "checkbox",
|
|
1521
|
+
checked: d,
|
|
1522
|
+
className: "sr-only",
|
|
1523
|
+
...e
|
|
1524
|
+
}
|
|
1525
|
+
),
|
|
1526
|
+
/* @__PURE__ */ c(
|
|
1527
|
+
"div",
|
|
1528
|
+
{
|
|
1529
|
+
className: `box block h-8 w-14 rounded-full ${d ? "bg-[#365487]" : "bg-black-250"}`
|
|
1530
|
+
}
|
|
1531
|
+
),
|
|
1532
|
+
/* @__PURE__ */ c(
|
|
1533
|
+
"div",
|
|
1534
|
+
{
|
|
1535
|
+
className: `absolute left-1 top-1 flex h-6 w-6 items-center justify-center rounded-full bg-white transition ${d ? "translate-x-full" : ""}`
|
|
1536
|
+
}
|
|
1537
|
+
)
|
|
1538
|
+
] }) }) }), K1 = b(u1), p1 = ({
|
|
1517
1539
|
btnClass: d,
|
|
1518
1540
|
className: e = "",
|
|
1519
1541
|
containerClass: t,
|
|
@@ -1522,7 +1544,7 @@ const W = {
|
|
|
1522
1544
|
titleClass: s,
|
|
1523
1545
|
uppercase: l = !0
|
|
1524
1546
|
}) => {
|
|
1525
|
-
const i = a || /* @__PURE__ */ M(
|
|
1547
|
+
const i = a || /* @__PURE__ */ M(S, { children: [
|
|
1526
1548
|
"Typical email response time is 2-3 hours. If you require immediate assistance you may use our",
|
|
1527
1549
|
" ",
|
|
1528
1550
|
/* @__PURE__ */ c(
|
|
@@ -1611,7 +1633,7 @@ const W = {
|
|
|
1611
1633
|
]
|
|
1612
1634
|
}
|
|
1613
1635
|
);
|
|
1614
|
-
},
|
|
1636
|
+
}, X1 = b(p1), m1 = ({
|
|
1615
1637
|
block: d = !1,
|
|
1616
1638
|
children: e,
|
|
1617
1639
|
className: t,
|
|
@@ -1649,7 +1671,7 @@ const W = {
|
|
|
1649
1671
|
]
|
|
1650
1672
|
}
|
|
1651
1673
|
);
|
|
1652
|
-
},
|
|
1674
|
+
}, e2 = b(m1), f1 = ({
|
|
1653
1675
|
children: d,
|
|
1654
1676
|
className: e,
|
|
1655
1677
|
colGap: t = 2,
|
|
@@ -1684,7 +1706,7 @@ const W = {
|
|
|
1684
1706
|
d
|
|
1685
1707
|
]
|
|
1686
1708
|
}
|
|
1687
|
-
),
|
|
1709
|
+
), t2 = b(f1), a2 = ({
|
|
1688
1710
|
breakPage: d = !1,
|
|
1689
1711
|
children: e,
|
|
1690
1712
|
className: t,
|
|
@@ -1710,7 +1732,7 @@ const W = {
|
|
|
1710
1732
|
e
|
|
1711
1733
|
]
|
|
1712
1734
|
}
|
|
1713
|
-
),
|
|
1735
|
+
), n2 = ({ children: d, className: e, list: t = !0 }) => /* @__PURE__ */ c(t ? "li" : "div", { className: m("stacked-list", e), children: d }), V1 = ({ align: d = "center", children: e, className: t, tag: a = "h1", title: n }) => /* @__PURE__ */ c(
|
|
1714
1736
|
a,
|
|
1715
1737
|
{
|
|
1716
1738
|
className: m(
|
|
@@ -1724,7 +1746,7 @@ const W = {
|
|
|
1724
1746
|
),
|
|
1725
1747
|
children: n || e
|
|
1726
1748
|
}
|
|
1727
|
-
),
|
|
1749
|
+
), s2 = b(V1), H1 = {
|
|
1728
1750
|
circular: "circular 3s linear infinite",
|
|
1729
1751
|
"circular-reverse": "circular 3s linear reverse infinite",
|
|
1730
1752
|
"fade-in": "fade-in 0.2.5s ease-out",
|
|
@@ -1736,17 +1758,17 @@ const W = {
|
|
|
1736
1758
|
"menu-open": "menu-open 0.1s ease-out",
|
|
1737
1759
|
"menu-close": "menu-close 0.1s ease-in-out",
|
|
1738
1760
|
indeterminate_first: "indeterminate_first 1.1s ease-in-out infinite"
|
|
1739
|
-
}, H1 = {
|
|
1740
|
-
map: "var(--map)"
|
|
1741
1761
|
}, C1 = {
|
|
1762
|
+
map: "var(--map)"
|
|
1763
|
+
}, L1 = {
|
|
1742
1764
|
"3xs": "0.5rem",
|
|
1743
1765
|
xxs: "0.625rem",
|
|
1744
1766
|
"2.5xl": "1.625rem",
|
|
1745
1767
|
"2.75xl": "1.75rem",
|
|
1746
1768
|
"3.5xl": "2rem"
|
|
1747
|
-
}, L1 = {
|
|
1748
|
-
17: "repeat(17, minmax(0, 1fr))"
|
|
1749
1769
|
}, M1 = {
|
|
1770
|
+
17: "repeat(17, minmax(0, 1fr))"
|
|
1771
|
+
}, g1 = {
|
|
1750
1772
|
circular: {
|
|
1751
1773
|
"100%": {
|
|
1752
1774
|
transform: "rotate(360deg)"
|
|
@@ -1836,12 +1858,12 @@ const W = {
|
|
|
1836
1858
|
transform: "translateX(100%)"
|
|
1837
1859
|
}
|
|
1838
1860
|
}
|
|
1839
|
-
},
|
|
1861
|
+
}, v1 = {
|
|
1840
1862
|
20: "5rem",
|
|
1841
1863
|
24: "6rem",
|
|
1842
1864
|
28: "7rem",
|
|
1843
1865
|
32: "8rem"
|
|
1844
|
-
},
|
|
1866
|
+
}, b1 = {
|
|
1845
1867
|
aside: "268px",
|
|
1846
1868
|
container: "724px",
|
|
1847
1869
|
page: "1200px"
|
|
@@ -1863,22 +1885,22 @@ const W = {
|
|
|
1863
1885
|
max: "1199px"
|
|
1864
1886
|
},
|
|
1865
1887
|
"lg-up": "1200px"
|
|
1866
|
-
},
|
|
1888
|
+
}, x1 = {
|
|
1867
1889
|
0: "0ms",
|
|
1868
1890
|
50: "50ms"
|
|
1869
|
-
},
|
|
1891
|
+
}, y1 = {
|
|
1870
1892
|
"center-top": "center 30%"
|
|
1871
1893
|
}, O = {
|
|
1872
|
-
animation:
|
|
1873
|
-
backgroundImage:
|
|
1874
|
-
fontSize:
|
|
1875
|
-
gridTemplateColumns:
|
|
1876
|
-
keyframes:
|
|
1877
|
-
margin:
|
|
1878
|
-
maxWidth:
|
|
1894
|
+
animation: H1,
|
|
1895
|
+
backgroundImage: C1,
|
|
1896
|
+
fontSize: L1,
|
|
1897
|
+
gridTemplateColumns: M1,
|
|
1898
|
+
keyframes: g1,
|
|
1899
|
+
margin: v1,
|
|
1900
|
+
maxWidth: b1,
|
|
1879
1901
|
screens: A1,
|
|
1880
|
-
transitionDuration:
|
|
1881
|
-
transformOrigin:
|
|
1902
|
+
transitionDuration: x1,
|
|
1903
|
+
transformOrigin: y1
|
|
1882
1904
|
}, B = {
|
|
1883
1905
|
black: {
|
|
1884
1906
|
50: "#FCFCFC",
|
|
@@ -1986,10 +2008,10 @@ const W = {
|
|
|
1986
2008
|
purple: "hsl(279 85% 57%)",
|
|
1987
2009
|
white: "hsl(0 0% 100%)",
|
|
1988
2010
|
transparent: "hsl(0 0% 100% / 0)"
|
|
1989
|
-
},
|
|
2011
|
+
}, r2 = {
|
|
1990
2012
|
...B,
|
|
1991
2013
|
...I
|
|
1992
|
-
},
|
|
2014
|
+
}, w1 = ({ matchUtilities: d, theme: e }) => d(
|
|
1993
2015
|
{
|
|
1994
2016
|
aspect: (t) => ({
|
|
1995
2017
|
"@supports (aspect-ratio: 1 / 1)": {
|
|
@@ -2010,7 +2032,7 @@ const W = {
|
|
|
2010
2032
|
})
|
|
2011
2033
|
},
|
|
2012
2034
|
{ values: e("aspectRatio") }
|
|
2013
|
-
),
|
|
2035
|
+
), S1 = ({ matchUtilities: d, theme: e }) => d(
|
|
2014
2036
|
{
|
|
2015
2037
|
"animation-delay": (t) => ({
|
|
2016
2038
|
"animation-delay": t
|
|
@@ -2019,11 +2041,11 @@ const W = {
|
|
|
2019
2041
|
{
|
|
2020
2042
|
values: e("transitionDelay")
|
|
2021
2043
|
}
|
|
2022
|
-
),
|
|
2044
|
+
), k1 = ({ matchUtilities: d }) => d({
|
|
2023
2045
|
"max-inline": (e) => ({
|
|
2024
2046
|
"max-inline-size": e
|
|
2025
2047
|
})
|
|
2026
|
-
}),
|
|
2048
|
+
}), z1 = ({ matchUtilities: d }) => d({
|
|
2027
2049
|
"max-block": (e) => ({
|
|
2028
2050
|
"max-block-size": e
|
|
2029
2051
|
})
|
|
@@ -2158,16 +2180,16 @@ const W = {
|
|
|
2158
2180
|
classPrefix: "text-body",
|
|
2159
2181
|
sizes: i,
|
|
2160
2182
|
weights: s
|
|
2161
|
-
}),
|
|
2183
|
+
}), w1({ matchUtilities: e, theme: t }), S1({ matchUtilities: e, theme: t }), k1({ matchUtilities: e }), z1({ matchUtilities: e });
|
|
2162
2184
|
}
|
|
2163
|
-
],
|
|
2185
|
+
], l2 = {
|
|
2164
2186
|
theme: {
|
|
2165
2187
|
extend: O,
|
|
2166
2188
|
colors: B
|
|
2167
2189
|
},
|
|
2168
2190
|
plugins: q,
|
|
2169
2191
|
corePlugins: $
|
|
2170
|
-
},
|
|
2192
|
+
}, i2 = {
|
|
2171
2193
|
theme: {
|
|
2172
2194
|
extend: O,
|
|
2173
2195
|
colors: I
|
|
@@ -2175,7 +2197,7 @@ const W = {
|
|
|
2175
2197
|
plugins: q,
|
|
2176
2198
|
corePlugins: $
|
|
2177
2199
|
};
|
|
2178
|
-
function
|
|
2200
|
+
function Z1(d, e = []) {
|
|
2179
2201
|
return new Proxy(d, {
|
|
2180
2202
|
get: function(t, a) {
|
|
2181
2203
|
return t[a];
|
|
@@ -2186,13 +2208,13 @@ function z1(d, e = []) {
|
|
|
2186
2208
|
}
|
|
2187
2209
|
});
|
|
2188
2210
|
}
|
|
2189
|
-
function
|
|
2211
|
+
function o2(d, e = []) {
|
|
2190
2212
|
e.length && (d == null || d.classList.add(...e));
|
|
2191
2213
|
}
|
|
2192
|
-
function
|
|
2214
|
+
function c2(d, e = []) {
|
|
2193
2215
|
e.length && (d == null || d.classList.remove(...e));
|
|
2194
2216
|
}
|
|
2195
|
-
function
|
|
2217
|
+
function d2({ cb: d, form: e, formData: t, validations: a, reactive: n = !1 }) {
|
|
2196
2218
|
let s = !0;
|
|
2197
2219
|
for (const [l, i] of t.entries()) {
|
|
2198
2220
|
const r = e.querySelector(`[name="${l}"]`), o = a[l], h = [];
|
|
@@ -2204,21 +2226,21 @@ function o2({ cb: d, form: e, formData: t, validations: a, reactive: n = !1 }) {
|
|
|
2204
2226
|
}
|
|
2205
2227
|
return s;
|
|
2206
2228
|
}
|
|
2207
|
-
function
|
|
2229
|
+
function h2(d) {
|
|
2208
2230
|
const e = (
|
|
2209
2231
|
// eslint-disable-next-line
|
|
2210
2232
|
/(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])/
|
|
2211
2233
|
), t = /[^a-zA-Z]+$/;
|
|
2212
2234
|
return e.test(d.toLowerCase()) && !t.test(d);
|
|
2213
2235
|
}
|
|
2214
|
-
class
|
|
2236
|
+
class u2 {
|
|
2215
2237
|
init(e) {
|
|
2216
2238
|
this.handleSliders(e);
|
|
2217
2239
|
}
|
|
2218
2240
|
handleSliders({ items: e, id: t = 1, cb: a }) {
|
|
2219
2241
|
if (!document.getElementById(`slider-container-${t}`))
|
|
2220
2242
|
return;
|
|
2221
|
-
const n =
|
|
2243
|
+
const n = Z1(
|
|
2222
2244
|
{
|
|
2223
2245
|
activeIndex: 0,
|
|
2224
2246
|
computedSlides: [],
|
|
@@ -3142,43 +3164,44 @@ class H {
|
|
|
3142
3164
|
}
|
|
3143
3165
|
}
|
|
3144
3166
|
export {
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3167
|
+
T1 as Accordion,
|
|
3168
|
+
D1 as Alert,
|
|
3169
|
+
O1 as Autocomplete,
|
|
3170
|
+
B1 as Badge,
|
|
3149
3171
|
F as Button,
|
|
3150
|
-
|
|
3151
|
-
|
|
3172
|
+
u2 as CardSlider,
|
|
3173
|
+
I1 as Checkbox,
|
|
3152
3174
|
H as Common,
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3175
|
+
X1 as ContactForm,
|
|
3176
|
+
e2 as ContentCard,
|
|
3177
|
+
$1 as Dialog,
|
|
3178
|
+
q1 as Dots,
|
|
3179
|
+
t2 as FlexItem,
|
|
3180
|
+
s2 as FunnelHeader,
|
|
3159
3181
|
y as Icon,
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3182
|
+
j1 as LoadingBar,
|
|
3183
|
+
R1 as Popover,
|
|
3184
|
+
P1 as ProcessingSpinner,
|
|
3185
|
+
W1 as ProgressBar,
|
|
3186
|
+
U1 as Radio,
|
|
3187
|
+
G1 as Select,
|
|
3188
|
+
Q1 as Skeleton,
|
|
3189
|
+
J1 as Slider,
|
|
3190
|
+
a2 as Spacer,
|
|
3191
|
+
_1 as Spinner,
|
|
3192
|
+
n2 as StackedListItem,
|
|
3193
|
+
Y1 as Stars,
|
|
3172
3194
|
d1 as TextArea,
|
|
3173
3195
|
T as Textbox,
|
|
3174
|
-
|
|
3175
|
-
|
|
3196
|
+
K1 as Toggle,
|
|
3197
|
+
o2 as addClass,
|
|
3198
|
+
r2 as colors,
|
|
3176
3199
|
$ as corePlugins,
|
|
3177
|
-
|
|
3200
|
+
i2 as elerisPreset,
|
|
3178
3201
|
O as extensions,
|
|
3179
3202
|
q as plugins,
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3203
|
+
l2 as propertyPreset,
|
|
3204
|
+
c2 as removeClass,
|
|
3205
|
+
h2 as validateEmail,
|
|
3206
|
+
d2 as validateForm
|
|
3184
3207
|
};
|