wacomm 2.7.1 → 2.7.3
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/html/input/PasswordSetup.d.ts +2 -2
- package/dist/{index-Cd2_cMMe.mjs → index-DCkxlZrg.mjs} +8 -7
- package/dist/{index-C6603lgW.js → index-Dw9tVcRs.js} +3 -3
- package/dist/{mapbox-gl-BROpkbCY.js → mapbox-gl-BShAwKmU.js} +1 -1
- package/dist/{mapbox-gl-B2AKFljK.mjs → mapbox-gl-DSwKMGiw.mjs} +1 -1
- package/dist/{maplibre-gl-DKk55ToR.js → maplibre-gl-BP_WNrZU.js} +1 -1
- package/dist/{maplibre-gl-MWB_nMzU.mjs → maplibre-gl-NbW_Uipy.mjs} +1 -1
- package/dist/osmMap/OsmMap.d.ts +1 -1
- package/dist/wacomm.cjs.js +1 -1
- package/dist/wacomm.es.js +1 -1
- package/package.json +2 -2
|
@@ -3,8 +3,8 @@ interface PasswordSetupProps {
|
|
|
3
3
|
onChange: (value: string) => void;
|
|
4
4
|
placeholder?: string;
|
|
5
5
|
className?: string;
|
|
6
|
-
inputClassName?: string;
|
|
7
6
|
disabled?: boolean;
|
|
7
|
+
inputClassName?: string;
|
|
8
8
|
}
|
|
9
|
-
declare function PasswordSetup({ value, onChange, placeholder, className,
|
|
9
|
+
declare function PasswordSetup({ value, onChange, placeholder, className, disabled, inputClassName }: PasswordSetupProps): import("react/jsx-runtime").JSX.Element;
|
|
10
10
|
export default PasswordSetup;
|
|
@@ -3148,7 +3148,8 @@ let xr = dr;
|
|
|
3148
3148
|
function J6(e) {
|
|
3149
3149
|
return e ? Math.abs(e[0].charCodeAt(0) - 97) : 0;
|
|
3150
3150
|
}
|
|
3151
|
-
const Eb = -90, Bb = 90, jb = -180, Lb = 180
|
|
3151
|
+
const Eb = -90, Bb = 90, jb = -180, Lb = 180;
|
|
3152
|
+
const Nb = (e) => Number.isFinite(e) && e >= Eb && e <= Bb, zb = (e) => Number.isFinite(e) && e >= jb && e <= Lb, xm = (e, t) => Nb(e) && zb(t);
|
|
3152
3153
|
var Nc = (function(e) {
|
|
3153
3154
|
e = e || {};
|
|
3154
3155
|
var t = typeof e < "u" ? e : {}, i = {}, A;
|
|
@@ -18904,8 +18905,8 @@ function XH({
|
|
|
18904
18905
|
onChange: t,
|
|
18905
18906
|
placeholder: i = "",
|
|
18906
18907
|
className: A = "",
|
|
18907
|
-
|
|
18908
|
-
|
|
18908
|
+
disabled: c = !1,
|
|
18909
|
+
inputClassName: p = ""
|
|
18909
18910
|
}) {
|
|
18910
18911
|
return /* @__PURE__ */ E.jsxs(_s, { className: `PasswordSetup gap-2 ${A}`, children: [
|
|
18911
18912
|
/* @__PURE__ */ E.jsx(
|
|
@@ -18914,8 +18915,8 @@ function XH({
|
|
|
18914
18915
|
value: e,
|
|
18915
18916
|
onChange: t,
|
|
18916
18917
|
placeholder: i,
|
|
18917
|
-
disabled:
|
|
18918
|
-
className:
|
|
18918
|
+
disabled: c,
|
|
18919
|
+
className: p
|
|
18919
18920
|
}
|
|
18920
18921
|
),
|
|
18921
18922
|
/* @__PURE__ */ E.jsx(_s, { className: "gap-0.5 text-xs pl-2", children: r9.map(({ label: m, test: h }) => /* @__PURE__ */ E.jsxs(ln, { className: "gap-1 items-center", children: [
|
|
@@ -50661,11 +50662,11 @@ function gz(e) {
|
|
|
50661
50662
|
}, [c]), null;
|
|
50662
50663
|
}
|
|
50663
50664
|
const LQ = ca(gz);
|
|
50664
|
-
const yz = import("./maplibre-gl-
|
|
50665
|
+
const yz = import("./maplibre-gl-NbW_Uipy.mjs").then((e) => e.m), bz = Y.forwardRef(function(t, i) {
|
|
50665
50666
|
return Z4(t, i, yz);
|
|
50666
50667
|
}), vz = Q4;
|
|
50667
50668
|
const wz = hz;
|
|
50668
|
-
const Tz = import("./mapbox-gl-
|
|
50669
|
+
const Tz = import("./mapbox-gl-DSwKMGiw.mjs").then((e) => e.m), NQ = Y.forwardRef(function(t, i) {
|
|
50669
50670
|
return Z4(t, i, Tz);
|
|
50670
50671
|
}), Pz = Q4;
|
|
50671
50672
|
function Cz({ locations: e }) {
|