@aveonline/ui-react 2.8.0 → 2.8.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/ui-react.mjs +2 -2
- package/package.json +1 -1
package/dist/ui-react.mjs
CHANGED
|
@@ -34068,8 +34068,8 @@ const tae = () => {
|
|
|
34068
34068
|
((l, u) => {
|
|
34069
34069
|
for (let c = l; c <= u; c++)
|
|
34070
34070
|
t.push({ day: c, aux: c, month: i, year: a }), e.push(c);
|
|
34071
|
-
})(r, Math.min(r +
|
|
34072
|
-
for (let l = 1; e.length
|
|
34071
|
+
})(r, Math.min(r + 15, o));
|
|
34072
|
+
for (let l = 1; e.length <= 15; l++) {
|
|
34073
34073
|
const u = i + 1 > 11 ? 0 : i + 1, c = i + 1 > 11 ? a + 1 : a;
|
|
34074
34074
|
t.push({
|
|
34075
34075
|
day: l,
|