@datawire-ai/busyfile-design-library 1.30.9 → 1.30.10
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/index100.js +114 -170
- package/dist/index101.js +135 -7
- package/dist/index102.js +15 -25
- package/dist/index103.js +69 -5
- package/dist/index104.js +14 -134
- package/dist/index105.js +8 -15
- package/dist/index106.js +50 -9
- package/dist/index107.js +219 -49
- package/dist/index108.js +30 -11
- package/dist/index109.js +181 -3
- package/dist/index110.js +7 -12
- package/dist/index111.js +13 -3
- package/dist/index112.js +224 -44
- package/dist/index113.js +3 -650
- package/dist/index114.js +46 -13
- package/dist/index115.js +645 -221
- package/dist/index121.js +6 -12
- package/dist/index122.js +10 -204
- package/dist/index123.js +204 -20
- package/dist/index124.js +21 -399
- package/dist/index125.js +400 -6
- package/dist/index126.js +2 -25
- package/dist/index127.js +53 -29
- package/dist/index128.js +65 -5
- package/dist/index129.js +25 -2
- package/dist/index130.js +29 -53
- package/dist/index131.js +5 -65
- package/dist/index200.js +2 -525
- package/dist/index201.js +2 -128
- package/dist/index202.js +5 -134
- package/dist/index203.js +3 -5
- package/dist/index204.js +24 -3
- package/dist/index205.js +108 -22
- package/dist/index206.js +14 -108
- package/dist/index207.js +523 -14
- package/dist/index208.js +128 -2
- package/dist/index209.js +134 -2
- package/dist/index268.js +1 -1
- package/dist/index269.js +1 -1
- package/dist/index40.js +1 -1
- package/dist/index42.js +7 -7
- package/dist/index44.js +10 -10
- package/dist/index46.js +8 -8
- package/dist/index49.js +13 -13
- package/dist/index52.js +11 -11
- package/dist/index59.js +5 -5
- package/dist/index63.js +1 -1
- package/dist/index75.js +8 -8
- package/dist/index80.js +2 -2
- package/dist/index82.js +20 -20
- package/dist/index85.js +14 -14
- package/dist/index86.js +3 -3
- package/dist/index87.js +7 -7
- package/dist/index89.js +25 -5
- package/dist/index90.js +64 -23
- package/dist/index91.js +10 -67
- package/dist/index92.js +4 -126
- package/dist/index93.js +33 -10
- package/dist/index94.js +10 -217
- package/dist/index95.js +7 -15
- package/dist/index96.js +48 -66
- package/dist/index97.js +5 -33
- package/dist/index98.js +24 -51
- package/dist/index99.js +11 -30
- package/dist/style.css +1 -1
- package/dist/theme.css +4 -4
- package/package.json +1 -1
package/dist/index109.js
CHANGED
|
@@ -1,6 +1,184 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use client";
|
|
2
|
+
import * as c from "react";
|
|
3
|
+
import { composeEventHandlers as p } from "./index95.js";
|
|
4
|
+
import { createCollection as V } from "./index114.js";
|
|
5
|
+
import { useComposedRefs as j } from "./index89.js";
|
|
6
|
+
import { createContextScope as z } from "./index90.js";
|
|
7
|
+
import { useId as q } from "./index99.js";
|
|
8
|
+
import { Primitive as G } from "./index93.js";
|
|
9
|
+
import { useCallbackRef as J } from "./index91.js";
|
|
10
|
+
import { useControllableState as Q } from "./index96.js";
|
|
11
|
+
import { useDirection as W } from "./index110.js";
|
|
12
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
13
|
+
var y = "rovingFocusGroup.onEntryFocus", X = { bubbles: !1, cancelable: !0 }, I = "RovingFocusGroup", [D, N, Z] = V(I), [$, Fe] = z(
|
|
14
|
+
I,
|
|
15
|
+
[Z]
|
|
16
|
+
), [ee, oe] = $(I), O = c.forwardRef(
|
|
17
|
+
(e, r) => /* @__PURE__ */ d(D.Provider, { scope: e.__scopeRovingFocusGroup, children: /* @__PURE__ */ d(D.Slot, { scope: e.__scopeRovingFocusGroup, children: /* @__PURE__ */ d(te, { ...e, ref: r }) }) })
|
|
18
|
+
);
|
|
19
|
+
O.displayName = I;
|
|
20
|
+
var te = c.forwardRef((e, r) => {
|
|
21
|
+
const {
|
|
22
|
+
__scopeRovingFocusGroup: s,
|
|
23
|
+
orientation: o,
|
|
24
|
+
loop: T = !1,
|
|
25
|
+
dir: w,
|
|
26
|
+
currentTabStopId: v,
|
|
27
|
+
defaultCurrentTabStopId: C,
|
|
28
|
+
onCurrentTabStopIdChange: S,
|
|
29
|
+
onEntryFocus: m,
|
|
30
|
+
preventScrollOnEntryFocus: u = !1,
|
|
31
|
+
...b
|
|
32
|
+
} = e, F = c.useRef(null), g = j(r, F), R = W(w), [E, t] = Q({
|
|
33
|
+
prop: v,
|
|
34
|
+
defaultProp: C ?? null,
|
|
35
|
+
onChange: S,
|
|
36
|
+
caller: I
|
|
37
|
+
}), [i, h] = c.useState(!1), a = J(m), l = N(s), A = c.useRef(!1), [L, P] = c.useState(0);
|
|
38
|
+
return c.useEffect(() => {
|
|
39
|
+
const n = F.current;
|
|
40
|
+
if (n)
|
|
41
|
+
return n.addEventListener(y, a), () => n.removeEventListener(y, a);
|
|
42
|
+
}, [a]), /* @__PURE__ */ d(
|
|
43
|
+
ee,
|
|
44
|
+
{
|
|
45
|
+
scope: s,
|
|
46
|
+
orientation: o,
|
|
47
|
+
dir: R,
|
|
48
|
+
loop: T,
|
|
49
|
+
currentTabStopId: E,
|
|
50
|
+
onItemFocus: c.useCallback(
|
|
51
|
+
(n) => t(n),
|
|
52
|
+
[t]
|
|
53
|
+
),
|
|
54
|
+
onItemShiftTab: c.useCallback(() => h(!0), []),
|
|
55
|
+
onFocusableItemAdd: c.useCallback(
|
|
56
|
+
() => P((n) => n + 1),
|
|
57
|
+
[]
|
|
58
|
+
),
|
|
59
|
+
onFocusableItemRemove: c.useCallback(
|
|
60
|
+
() => P((n) => n - 1),
|
|
61
|
+
[]
|
|
62
|
+
),
|
|
63
|
+
children: /* @__PURE__ */ d(
|
|
64
|
+
G.div,
|
|
65
|
+
{
|
|
66
|
+
tabIndex: i || L === 0 ? -1 : 0,
|
|
67
|
+
"data-orientation": o,
|
|
68
|
+
...b,
|
|
69
|
+
ref: g,
|
|
70
|
+
style: { outline: "none", ...e.style },
|
|
71
|
+
onMouseDown: p(e.onMouseDown, () => {
|
|
72
|
+
A.current = !0;
|
|
73
|
+
}),
|
|
74
|
+
onFocus: p(e.onFocus, (n) => {
|
|
75
|
+
const U = !A.current;
|
|
76
|
+
if (n.target === n.currentTarget && U && !i) {
|
|
77
|
+
const x = new CustomEvent(y, X);
|
|
78
|
+
if (n.currentTarget.dispatchEvent(x), !x.defaultPrevented) {
|
|
79
|
+
const _ = l().filter((f) => f.focusable), B = _.find((f) => f.active), Y = _.find((f) => f.id === E), H = [B, Y, ..._].filter(
|
|
80
|
+
Boolean
|
|
81
|
+
).map((f) => f.ref.current);
|
|
82
|
+
k(H, u);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
A.current = !1;
|
|
86
|
+
}),
|
|
87
|
+
onBlur: p(e.onBlur, () => h(!1))
|
|
88
|
+
}
|
|
89
|
+
)
|
|
90
|
+
}
|
|
91
|
+
);
|
|
92
|
+
}), K = "RovingFocusGroupItem", M = c.forwardRef(
|
|
93
|
+
(e, r) => {
|
|
94
|
+
const {
|
|
95
|
+
__scopeRovingFocusGroup: s,
|
|
96
|
+
focusable: o = !0,
|
|
97
|
+
active: T = !1,
|
|
98
|
+
tabStopId: w,
|
|
99
|
+
children: v,
|
|
100
|
+
...C
|
|
101
|
+
} = e, S = q(), m = w || S, u = oe(K, s), b = u.currentTabStopId === m, F = N(s), { onFocusableItemAdd: g, onFocusableItemRemove: R, currentTabStopId: E } = u;
|
|
102
|
+
return c.useEffect(() => {
|
|
103
|
+
if (o)
|
|
104
|
+
return g(), () => R();
|
|
105
|
+
}, [o, g, R]), /* @__PURE__ */ d(
|
|
106
|
+
D.ItemSlot,
|
|
107
|
+
{
|
|
108
|
+
scope: s,
|
|
109
|
+
id: m,
|
|
110
|
+
focusable: o,
|
|
111
|
+
active: T,
|
|
112
|
+
children: /* @__PURE__ */ d(
|
|
113
|
+
G.span,
|
|
114
|
+
{
|
|
115
|
+
tabIndex: b ? 0 : -1,
|
|
116
|
+
"data-orientation": u.orientation,
|
|
117
|
+
...C,
|
|
118
|
+
ref: r,
|
|
119
|
+
onMouseDown: p(e.onMouseDown, (t) => {
|
|
120
|
+
o ? u.onItemFocus(m) : t.preventDefault();
|
|
121
|
+
}),
|
|
122
|
+
onFocus: p(e.onFocus, () => u.onItemFocus(m)),
|
|
123
|
+
onKeyDown: p(e.onKeyDown, (t) => {
|
|
124
|
+
if (t.key === "Tab" && t.shiftKey) {
|
|
125
|
+
u.onItemShiftTab();
|
|
126
|
+
return;
|
|
127
|
+
}
|
|
128
|
+
if (t.target !== t.currentTarget) return;
|
|
129
|
+
const i = ce(t, u.orientation, u.dir);
|
|
130
|
+
if (i !== void 0) {
|
|
131
|
+
if (t.metaKey || t.ctrlKey || t.altKey || t.shiftKey) return;
|
|
132
|
+
t.preventDefault();
|
|
133
|
+
let a = F().filter((l) => l.focusable).map((l) => l.ref.current);
|
|
134
|
+
if (i === "last") a.reverse();
|
|
135
|
+
else if (i === "prev" || i === "next") {
|
|
136
|
+
i === "prev" && a.reverse();
|
|
137
|
+
const l = a.indexOf(t.currentTarget);
|
|
138
|
+
a = u.loop ? se(a, l + 1) : a.slice(l + 1);
|
|
139
|
+
}
|
|
140
|
+
setTimeout(() => k(a));
|
|
141
|
+
}
|
|
142
|
+
}),
|
|
143
|
+
children: typeof v == "function" ? v({ isCurrentTabStop: b, hasTabStop: E != null }) : v
|
|
144
|
+
}
|
|
145
|
+
)
|
|
146
|
+
}
|
|
147
|
+
);
|
|
148
|
+
}
|
|
149
|
+
);
|
|
150
|
+
M.displayName = K;
|
|
151
|
+
var re = {
|
|
152
|
+
ArrowLeft: "prev",
|
|
153
|
+
ArrowUp: "prev",
|
|
154
|
+
ArrowRight: "next",
|
|
155
|
+
ArrowDown: "next",
|
|
156
|
+
PageUp: "first",
|
|
157
|
+
Home: "first",
|
|
158
|
+
PageDown: "last",
|
|
159
|
+
End: "last"
|
|
3
160
|
};
|
|
161
|
+
function ne(e, r) {
|
|
162
|
+
return r !== "rtl" ? e : e === "ArrowLeft" ? "ArrowRight" : e === "ArrowRight" ? "ArrowLeft" : e;
|
|
163
|
+
}
|
|
164
|
+
function ce(e, r, s) {
|
|
165
|
+
const o = ne(e.key, s);
|
|
166
|
+
if (!(r === "vertical" && ["ArrowLeft", "ArrowRight"].includes(o)) && !(r === "horizontal" && ["ArrowUp", "ArrowDown"].includes(o)))
|
|
167
|
+
return re[o];
|
|
168
|
+
}
|
|
169
|
+
function k(e, r = !1) {
|
|
170
|
+
const s = document.activeElement;
|
|
171
|
+
for (const o of e)
|
|
172
|
+
if (o === s || (o.focus({ preventScroll: r }), document.activeElement !== s)) return;
|
|
173
|
+
}
|
|
174
|
+
function se(e, r) {
|
|
175
|
+
return e.map((s, o) => e[(r + o) % e.length]);
|
|
176
|
+
}
|
|
177
|
+
var ge = O, Re = M;
|
|
4
178
|
export {
|
|
5
|
-
|
|
179
|
+
Re as Item,
|
|
180
|
+
ge as Root,
|
|
181
|
+
O as RovingFocusGroup,
|
|
182
|
+
M as RovingFocusGroupItem,
|
|
183
|
+
Fe as createRovingFocusGroupScope
|
|
6
184
|
};
|
package/dist/index110.js
CHANGED
|
@@ -1,15 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
);
|
|
8
|
-
}
|
|
9
|
-
function e() {
|
|
10
|
-
return () => {
|
|
11
|
-
};
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
import "react/jsx-runtime";
|
|
3
|
+
var r = t.createContext(void 0);
|
|
4
|
+
function n(o) {
|
|
5
|
+
const e = t.useContext(r);
|
|
6
|
+
return o || e || "ltr";
|
|
12
7
|
}
|
|
13
8
|
export {
|
|
14
|
-
|
|
9
|
+
n as useDirection
|
|
15
10
|
};
|
package/dist/index111.js
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { UI as t, DayFlag as e, SelectionState as r, Animation as s } from "./index172.js";
|
|
2
|
+
function i() {
|
|
3
|
+
const o = {};
|
|
4
|
+
for (const n in t)
|
|
5
|
+
o[t[n]] = `rdp-${t[n]}`;
|
|
6
|
+
for (const n in e)
|
|
7
|
+
o[e[n]] = `rdp-${e[n]}`;
|
|
8
|
+
for (const n in r)
|
|
9
|
+
o[r[n]] = `rdp-${r[n]}`;
|
|
10
|
+
for (const n in s)
|
|
11
|
+
o[s[n]] = `rdp-${s[n]}`;
|
|
12
|
+
return o;
|
|
3
13
|
}
|
|
4
14
|
export {
|
|
5
|
-
|
|
15
|
+
i as getDefaultClassNames
|
|
6
16
|
};
|
package/dist/index112.js
CHANGED
|
@@ -1,49 +1,229 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
1
|
+
import { TZDate as N } from "./index159.js";
|
|
2
|
+
import "./index160.js";
|
|
3
|
+
import d, { useMemo as I, useCallback as h, useRef as Te } from "react";
|
|
4
|
+
import { DateLib as Re } from "./index161.js";
|
|
5
|
+
import { createGetModifiers as Ke } from "./index162.js";
|
|
6
|
+
import { getClassNamesForModifiers as Ge } from "./index163.js";
|
|
7
|
+
import { getComponents as He } from "./index164.js";
|
|
8
|
+
import { getDataAttributes as _e } from "./index165.js";
|
|
9
|
+
import { getDefaultClassNames as Ie } from "./index111.js";
|
|
10
|
+
import { getFormatters as Ue } from "./index166.js";
|
|
11
|
+
import { getMonthOptions as je } from "./index167.js";
|
|
12
|
+
import { getStyleForModifiers as Ve } from "./index168.js";
|
|
13
|
+
import { getWeekdays as $e } from "./index169.js";
|
|
14
|
+
import { getYearOptions as qe } from "./index170.js";
|
|
15
|
+
import * as ze from "./index171.js";
|
|
16
|
+
import { UI as n, DayFlag as Je, SelectionState as A } from "./index172.js";
|
|
17
|
+
import { useAnimation as Qe } from "./index173.js";
|
|
18
|
+
import { useCalendar as Xe } from "./index174.js";
|
|
19
|
+
import { dayPickerContext as et } from "./index175.js";
|
|
20
|
+
import { useFocus as tt } from "./index176.js";
|
|
21
|
+
import { useSelection as at } from "./index177.js";
|
|
22
|
+
import { rangeIncludesDate as ot } from "./index178.js";
|
|
23
|
+
import { isDateRange as nt } from "./index179.js";
|
|
24
|
+
import { enUS as rt } from "./index180.js";
|
|
25
|
+
function Yt(U) {
|
|
26
|
+
var oe;
|
|
27
|
+
let e = U;
|
|
28
|
+
e.timeZone && (e = {
|
|
29
|
+
...U
|
|
30
|
+
}, e.today && (e.today = new N(e.today, e.timeZone)), e.month && (e.month = new N(e.month, e.timeZone)), e.defaultMonth && (e.defaultMonth = new N(e.defaultMonth, e.timeZone)), e.startMonth && (e.startMonth = new N(e.startMonth, e.timeZone)), e.endMonth && (e.endMonth = new N(e.endMonth, e.timeZone)), e.mode === "single" && e.selected ? e.selected = new N(e.selected, e.timeZone) : e.mode === "multiple" && e.selected ? e.selected = (oe = e.selected) == null ? void 0 : oe.map((r) => new N(r, e.timeZone)) : e.mode === "range" && e.selected && (e.selected = {
|
|
31
|
+
from: e.selected.from ? new N(e.selected.from, e.timeZone) : void 0,
|
|
32
|
+
to: e.selected.to ? new N(e.selected.to, e.timeZone) : void 0
|
|
33
|
+
}));
|
|
34
|
+
const { components: l, formatters: w, labels: j, dateLib: a, locale: ne, classNames: s } = I(() => {
|
|
35
|
+
const r = { ...rt, ...e.locale };
|
|
36
|
+
return {
|
|
37
|
+
dateLib: new Re({
|
|
38
|
+
locale: r,
|
|
39
|
+
weekStartsOn: e.broadcastCalendar ? 1 : e.weekStartsOn,
|
|
40
|
+
firstWeekContainsDate: e.firstWeekContainsDate,
|
|
41
|
+
useAdditionalWeekYearTokens: e.useAdditionalWeekYearTokens,
|
|
42
|
+
useAdditionalDayOfYearTokens: e.useAdditionalDayOfYearTokens,
|
|
43
|
+
timeZone: e.timeZone,
|
|
44
|
+
numerals: e.numerals
|
|
45
|
+
}, e.dateLib),
|
|
46
|
+
components: He(e.components),
|
|
47
|
+
formatters: Ue(e.formatters),
|
|
48
|
+
labels: { ...ze, ...e.labels },
|
|
49
|
+
locale: r,
|
|
50
|
+
classNames: { ...Ie(), ...e.classNames }
|
|
51
|
+
};
|
|
52
|
+
}, [
|
|
53
|
+
e.locale,
|
|
54
|
+
e.broadcastCalendar,
|
|
55
|
+
e.weekStartsOn,
|
|
56
|
+
e.firstWeekContainsDate,
|
|
57
|
+
e.useAdditionalWeekYearTokens,
|
|
58
|
+
e.useAdditionalDayOfYearTokens,
|
|
59
|
+
e.timeZone,
|
|
60
|
+
e.numerals,
|
|
61
|
+
e.dateLib,
|
|
62
|
+
e.components,
|
|
63
|
+
e.formatters,
|
|
64
|
+
e.labels,
|
|
65
|
+
e.classNames
|
|
66
|
+
]), { captionLayout: k, mode: P, navLayout: v, numberOfMonths: V = 1, onDayBlur: D, onDayClick: y, onDayFocus: W, onDayKeyDown: C, onDayMouseEnter: E, onDayMouseLeave: B, onNextClick: Y, onPrevClick: O, showWeekNumber: $, styles: t } = e, { formatCaption: q, formatDay: z, formatMonthDropdown: re, formatWeekNumber: ie, formatWeekNumberHeader: se, formatWeekdayName: de, formatYearDropdown: le } = w, J = Xe(e, a), { days: me, months: F, navStart: L, navEnd: T, previousMonth: f, nextMonth: p, goToMonth: b } = J, R = Ke(me, e, L, T, a), { isSelected: M, select: g, selected: x } = at(e, a) ?? {}, { blur: Q, focused: S, isFocusTarget: ce, moveFocus: X, setFocused: Z } = tt(e, J, R, M ?? (() => !1), a), { labelDayButton: ue, labelGridcell: fe, labelGrid: pe, labelMonthDropdown: he, labelNav: ee, labelPrevious: be, labelNext: Ne, labelWeekday: ke, labelWeekNumber: ye, labelWeekNumberHeader: Me, labelYearDropdown: ge } = j, we = I(() => $e(a, e.ISOWeek), [a, e.ISOWeek]), te = P !== void 0 || y !== void 0, K = h(() => {
|
|
67
|
+
f && (b(f), O == null || O(f));
|
|
68
|
+
}, [f, b, O]), G = h(() => {
|
|
69
|
+
p && (b(p), Y == null || Y(p));
|
|
70
|
+
}, [b, p, Y]), ve = h((r, c) => (o) => {
|
|
71
|
+
o.preventDefault(), o.stopPropagation(), Z(r), g == null || g(r.date, c, o), y == null || y(r.date, c, o);
|
|
72
|
+
}, [g, y, Z]), De = h((r, c) => (o) => {
|
|
73
|
+
Z(r), W == null || W(r.date, c, o);
|
|
74
|
+
}, [W, Z]), We = h((r, c) => (o) => {
|
|
75
|
+
Q(), D == null || D(r.date, c, o);
|
|
76
|
+
}, [Q, D]), Ce = h((r, c) => (o) => {
|
|
77
|
+
const m = {
|
|
78
|
+
ArrowLeft: [
|
|
79
|
+
o.shiftKey ? "month" : "day",
|
|
80
|
+
e.dir === "rtl" ? "after" : "before"
|
|
81
|
+
],
|
|
82
|
+
ArrowRight: [
|
|
83
|
+
o.shiftKey ? "month" : "day",
|
|
84
|
+
e.dir === "rtl" ? "before" : "after"
|
|
85
|
+
],
|
|
86
|
+
ArrowDown: [o.shiftKey ? "year" : "week", "after"],
|
|
87
|
+
ArrowUp: [o.shiftKey ? "year" : "week", "before"],
|
|
88
|
+
PageUp: [o.shiftKey ? "year" : "month", "before"],
|
|
89
|
+
PageDown: [o.shiftKey ? "year" : "month", "after"],
|
|
90
|
+
Home: ["startOfWeek", "before"],
|
|
91
|
+
End: ["endOfWeek", "after"]
|
|
92
|
+
};
|
|
93
|
+
if (m[o.key]) {
|
|
94
|
+
o.preventDefault(), o.stopPropagation();
|
|
95
|
+
const [u, i] = m[o.key];
|
|
96
|
+
X(u, i);
|
|
27
97
|
}
|
|
98
|
+
C == null || C(r.date, c, o);
|
|
99
|
+
}, [X, C, e.dir]), Ee = h((r, c) => (o) => {
|
|
100
|
+
E == null || E(r.date, c, o);
|
|
101
|
+
}, [E]), Be = h((r, c) => (o) => {
|
|
102
|
+
B == null || B(r.date, c, o);
|
|
103
|
+
}, [B]), Ye = h((r) => (c) => {
|
|
104
|
+
const o = Number(c.target.value), m = a.setMonth(a.startOfMonth(r), o);
|
|
105
|
+
b(m);
|
|
106
|
+
}, [a, b]), Oe = h((r) => (c) => {
|
|
107
|
+
const o = Number(c.target.value), m = a.setYear(a.startOfMonth(r), o);
|
|
108
|
+
b(m);
|
|
109
|
+
}, [a, b]), { className: xe, style: Se } = I(() => ({
|
|
110
|
+
className: [s[n.Root], e.className].filter(Boolean).join(" "),
|
|
111
|
+
style: { ...t == null ? void 0 : t[n.Root], ...e.style }
|
|
112
|
+
}), [s, e.className, e.style, t]), Ze = _e(e), ae = Te(null);
|
|
113
|
+
Qe(ae, !!e.animate, {
|
|
114
|
+
classNames: s,
|
|
115
|
+
months: F,
|
|
116
|
+
focused: S,
|
|
117
|
+
dateLib: a
|
|
118
|
+
});
|
|
119
|
+
const Ae = {
|
|
120
|
+
dayPickerProps: e,
|
|
121
|
+
selected: x,
|
|
122
|
+
select: g,
|
|
123
|
+
isSelected: M,
|
|
124
|
+
months: F,
|
|
125
|
+
nextMonth: p,
|
|
126
|
+
previousMonth: f,
|
|
127
|
+
goToMonth: b,
|
|
128
|
+
getModifiers: R,
|
|
129
|
+
components: l,
|
|
130
|
+
classNames: s,
|
|
131
|
+
styles: t,
|
|
132
|
+
labels: j,
|
|
133
|
+
formatters: w
|
|
134
|
+
};
|
|
135
|
+
return d.createElement(
|
|
136
|
+
et.Provider,
|
|
137
|
+
{ value: Ae },
|
|
138
|
+
d.createElement(
|
|
139
|
+
l.Root,
|
|
140
|
+
{ rootRef: e.animate ? ae : void 0, className: xe, style: Se, dir: e.dir, id: e.id, lang: e.lang, nonce: e.nonce, title: e.title, role: e.role, "aria-label": e["aria-label"], "aria-labelledby": e["aria-labelledby"], ...Ze },
|
|
141
|
+
d.createElement(
|
|
142
|
+
l.Months,
|
|
143
|
+
{ className: s[n.Months], style: t == null ? void 0 : t[n.Months] },
|
|
144
|
+
!e.hideNavigation && !v && d.createElement(l.Nav, { "data-animated-nav": e.animate ? "true" : void 0, className: s[n.Nav], style: t == null ? void 0 : t[n.Nav], "aria-label": ee(), onPreviousClick: K, onNextClick: G, previousMonth: f, nextMonth: p }),
|
|
145
|
+
F.map((r, c) => d.createElement(
|
|
146
|
+
l.Month,
|
|
147
|
+
{
|
|
148
|
+
"data-animated-month": e.animate ? "true" : void 0,
|
|
149
|
+
className: s[n.Month],
|
|
150
|
+
style: t == null ? void 0 : t[n.Month],
|
|
151
|
+
// biome-ignore lint/suspicious/noArrayIndexKey: breaks animation
|
|
152
|
+
key: c,
|
|
153
|
+
displayIndex: c,
|
|
154
|
+
calendarMonth: r
|
|
155
|
+
},
|
|
156
|
+
v === "around" && !e.hideNavigation && c === 0 && d.createElement(
|
|
157
|
+
l.PreviousMonthButton,
|
|
158
|
+
{ type: "button", className: s[n.PreviousMonthButton], tabIndex: f ? void 0 : -1, "aria-disabled": f ? void 0 : !0, "aria-label": be(f), onClick: K, "data-animated-button": e.animate ? "true" : void 0 },
|
|
159
|
+
d.createElement(l.Chevron, { disabled: f ? void 0 : !0, className: s[n.Chevron], orientation: e.dir === "rtl" ? "right" : "left" })
|
|
160
|
+
),
|
|
161
|
+
d.createElement(l.MonthCaption, { "data-animated-caption": e.animate ? "true" : void 0, className: s[n.MonthCaption], style: t == null ? void 0 : t[n.MonthCaption], calendarMonth: r, displayIndex: c }, k != null && k.startsWith("dropdown") ? d.createElement(
|
|
162
|
+
l.DropdownNav,
|
|
163
|
+
{ className: s[n.Dropdowns], style: t == null ? void 0 : t[n.Dropdowns] },
|
|
164
|
+
(() => {
|
|
165
|
+
const o = k === "dropdown" || k === "dropdown-months" ? d.createElement(l.MonthsDropdown, { key: "month", className: s[n.MonthsDropdown], "aria-label": he(), classNames: s, components: l, disabled: !!e.disableNavigation, onChange: Ye(r.date), options: je(r.date, L, T, w, a), style: t == null ? void 0 : t[n.Dropdown], value: a.getMonth(r.date) }) : d.createElement("span", { key: "month" }, re(r.date, a)), m = k === "dropdown" || k === "dropdown-years" ? d.createElement(l.YearsDropdown, { key: "year", className: s[n.YearsDropdown], "aria-label": ge(a.options), classNames: s, components: l, disabled: !!e.disableNavigation, onChange: Oe(r.date), options: qe(L, T, w, a, !!e.reverseYears), style: t == null ? void 0 : t[n.Dropdown], value: a.getYear(r.date) }) : d.createElement("span", { key: "year" }, le(r.date, a));
|
|
166
|
+
return a.getMonthYearOrder() === "year-first" ? [m, o] : [o, m];
|
|
167
|
+
})(),
|
|
168
|
+
d.createElement("span", { role: "status", "aria-live": "polite", style: {
|
|
169
|
+
border: 0,
|
|
170
|
+
clip: "rect(0 0 0 0)",
|
|
171
|
+
height: "1px",
|
|
172
|
+
margin: "-1px",
|
|
173
|
+
overflow: "hidden",
|
|
174
|
+
padding: 0,
|
|
175
|
+
position: "absolute",
|
|
176
|
+
width: "1px",
|
|
177
|
+
whiteSpace: "nowrap",
|
|
178
|
+
wordWrap: "normal"
|
|
179
|
+
} }, q(r.date, a.options, a))
|
|
180
|
+
) : (
|
|
181
|
+
// biome-ignore lint/a11y/useSemanticElements: breaking change
|
|
182
|
+
d.createElement(l.CaptionLabel, { className: s[n.CaptionLabel], role: "status", "aria-live": "polite" }, q(r.date, a.options, a))
|
|
183
|
+
)),
|
|
184
|
+
v === "around" && !e.hideNavigation && c === V - 1 && d.createElement(
|
|
185
|
+
l.NextMonthButton,
|
|
186
|
+
{ type: "button", className: s[n.NextMonthButton], tabIndex: p ? void 0 : -1, "aria-disabled": p ? void 0 : !0, "aria-label": Ne(p), onClick: G, "data-animated-button": e.animate ? "true" : void 0 },
|
|
187
|
+
d.createElement(l.Chevron, { disabled: p ? void 0 : !0, className: s[n.Chevron], orientation: e.dir === "rtl" ? "left" : "right" })
|
|
188
|
+
),
|
|
189
|
+
c === V - 1 && v === "after" && !e.hideNavigation && d.createElement(l.Nav, { "data-animated-nav": e.animate ? "true" : void 0, className: s[n.Nav], style: t == null ? void 0 : t[n.Nav], "aria-label": ee(), onPreviousClick: K, onNextClick: G, previousMonth: f, nextMonth: p }),
|
|
190
|
+
d.createElement(
|
|
191
|
+
l.MonthGrid,
|
|
192
|
+
{ role: "grid", "aria-multiselectable": P === "multiple" || P === "range", "aria-label": pe(r.date, a.options, a) || void 0, className: s[n.MonthGrid], style: t == null ? void 0 : t[n.MonthGrid] },
|
|
193
|
+
!e.hideWeekdays && d.createElement(
|
|
194
|
+
l.Weekdays,
|
|
195
|
+
{ "data-animated-weekdays": e.animate ? "true" : void 0, className: s[n.Weekdays], style: t == null ? void 0 : t[n.Weekdays] },
|
|
196
|
+
$ && d.createElement(l.WeekNumberHeader, { "aria-label": Me(a.options), className: s[n.WeekNumberHeader], style: t == null ? void 0 : t[n.WeekNumberHeader], scope: "col" }, se()),
|
|
197
|
+
we.map((o) => d.createElement(l.Weekday, { "aria-label": ke(o, a.options, a), className: s[n.Weekday], key: String(o), style: t == null ? void 0 : t[n.Weekday], scope: "col" }, de(o, a.options, a)))
|
|
198
|
+
),
|
|
199
|
+
d.createElement(l.Weeks, { "data-animated-weeks": e.animate ? "true" : void 0, className: s[n.Weeks], style: t == null ? void 0 : t[n.Weeks] }, r.weeks.map((o) => d.createElement(
|
|
200
|
+
l.Week,
|
|
201
|
+
{ className: s[n.Week], key: o.weekNumber, style: t == null ? void 0 : t[n.Week], week: o },
|
|
202
|
+
$ && // biome-ignore lint/a11y/useSemanticElements: react component
|
|
203
|
+
d.createElement(l.WeekNumber, { week: o, style: t == null ? void 0 : t[n.WeekNumber], "aria-label": ye(o.weekNumber, {
|
|
204
|
+
locale: ne
|
|
205
|
+
}), className: s[n.WeekNumber], scope: "row", role: "rowheader" }, ie(o.weekNumber, a)),
|
|
206
|
+
o.days.map((m) => {
|
|
207
|
+
const { date: u } = m, i = R(m);
|
|
208
|
+
if (i[Je.focused] = !i.hidden && !!(S != null && S.isEqualTo(m)), i[A.selected] = (M == null ? void 0 : M(u)) || i.selected, nt(x)) {
|
|
209
|
+
const { from: H, to: _ } = x;
|
|
210
|
+
i[A.range_start] = !!(H && _ && a.isSameDay(u, H)), i[A.range_end] = !!(H && _ && a.isSameDay(u, _)), i[A.range_middle] = ot(x, u, !0, a);
|
|
211
|
+
}
|
|
212
|
+
const Pe = Ve(i, t, e.modifiersStyles), Fe = Ge(i, s, e.modifiersClassNames), Le = !te && !i.hidden ? fe(u, i, a.options, a) : void 0;
|
|
213
|
+
return (
|
|
214
|
+
// biome-ignore lint/a11y/useSemanticElements: react component
|
|
215
|
+
d.createElement(l.Day, { key: `${a.format(u, "yyyy-MM-dd")}_${a.format(m.displayMonth, "yyyy-MM")}`, day: m, modifiers: i, className: Fe.join(" "), style: Pe, role: "gridcell", "aria-selected": i.selected || void 0, "aria-label": Le, "data-day": a.format(u, "yyyy-MM-dd"), "data-month": m.outside ? a.format(u, "yyyy-MM") : void 0, "data-selected": i.selected || void 0, "data-disabled": i.disabled || void 0, "data-hidden": i.hidden || void 0, "data-outside": m.outside || void 0, "data-focused": i.focused || void 0, "data-today": i.today || void 0 }, !i.hidden && te ? d.createElement(l.DayButton, { className: s[n.DayButton], style: t == null ? void 0 : t[n.DayButton], type: "button", day: m, modifiers: i, disabled: i.disabled || void 0, tabIndex: ce(m) ? 0 : -1, "aria-label": ue(u, i, a.options, a), onClick: ve(m, i), onBlur: We(m, i), onFocus: De(m, i), onKeyDown: Ce(m, i), onMouseEnter: Ee(m, i), onMouseLeave: Be(m, i) }, z(u, a.options, a)) : !i.hidden && z(m.date, a.options, a))
|
|
216
|
+
);
|
|
217
|
+
})
|
|
218
|
+
)))
|
|
219
|
+
)
|
|
220
|
+
))
|
|
221
|
+
),
|
|
222
|
+
e.footer && // biome-ignore lint/a11y/useSemanticElements: react component
|
|
223
|
+
d.createElement(l.Footer, { className: s[n.Footer], style: t == null ? void 0 : t[n.Footer], role: "status", "aria-live": "polite" }, e.footer)
|
|
224
|
+
)
|
|
28
225
|
);
|
|
29
|
-
I.displayName = d;
|
|
30
|
-
function O(c) {
|
|
31
|
-
const e = f(s + "CollectionConsumer", c);
|
|
32
|
-
return r.useCallback(() => {
|
|
33
|
-
const o = e.collectionRef.current;
|
|
34
|
-
if (!o) return [];
|
|
35
|
-
const t = Array.from(o.querySelectorAll(`[${R}]`));
|
|
36
|
-
return Array.from(e.itemMap.values()).sort(
|
|
37
|
-
(i, v) => t.indexOf(i.ref.current) - t.indexOf(v.ref.current)
|
|
38
|
-
);
|
|
39
|
-
}, [e.collectionRef, e.itemMap]);
|
|
40
|
-
}
|
|
41
|
-
return [
|
|
42
|
-
{ Provider: p, Slot: C, ItemSlot: I },
|
|
43
|
-
O,
|
|
44
|
-
N
|
|
45
|
-
];
|
|
46
226
|
}
|
|
47
227
|
export {
|
|
48
|
-
|
|
228
|
+
Yt as DayPicker
|
|
49
229
|
};
|