@stenajs-webui/calendar 21.11.1 → 21.12.1
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/index.es.js +20 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/dist/index.es.js
CHANGED
|
@@ -1512,7 +1512,13 @@ const ei = ({
|
|
|
1512
1512
|
(T) => {
|
|
1513
1513
|
T && (D($(T, r)), e && setTimeout(() => p(!g), 200));
|
|
1514
1514
|
},
|
|
1515
|
-
[
|
|
1515
|
+
[
|
|
1516
|
+
D,
|
|
1517
|
+
r,
|
|
1518
|
+
e,
|
|
1519
|
+
p,
|
|
1520
|
+
g
|
|
1521
|
+
]
|
|
1516
1522
|
), S = !!o && !/^[-/\\.0-9]+$/.test(o), R = !!o && yr(bt(o, r, /* @__PURE__ */ new Date())), A = !!o && o.length >= r.length && !R || S;
|
|
1517
1523
|
return /* @__PURE__ */ c(Y, { width: a, children: /* @__PURE__ */ c(
|
|
1518
1524
|
Bt,
|
|
@@ -1997,10 +2003,21 @@ const ei = ({
|
|
|
1997
2003
|
} else
|
|
1998
2004
|
u(b);
|
|
1999
2005
|
r(b), m.current && (m.current.valueAsDate = new Date(
|
|
2000
|
-
Date.UTC(
|
|
2006
|
+
Date.UTC(
|
|
2007
|
+
b.getFullYear(),
|
|
2008
|
+
b.getMonth(),
|
|
2009
|
+
b.getDate()
|
|
2010
|
+
)
|
|
2001
2011
|
));
|
|
2002
2012
|
},
|
|
2003
|
-
[
|
|
2013
|
+
[
|
|
2014
|
+
t,
|
|
2015
|
+
m,
|
|
2016
|
+
a,
|
|
2017
|
+
e,
|
|
2018
|
+
r,
|
|
2019
|
+
u
|
|
2020
|
+
]
|
|
2004
2021
|
), f = w(
|
|
2005
2022
|
(D) => {
|
|
2006
2023
|
if (D)
|