@datawire-ai/busyfile-design-library 1.30.4 → 1.30.5
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 +15 -11
- package/dist/index101.js +13 -217
- package/dist/index102.js +7 -13
- package/dist/index103.js +50 -30
- package/dist/index104.js +633 -118
- package/dist/index105.js +13 -15
- package/dist/index106.js +227 -9
- package/dist/index107.js +219 -49
- package/dist/index108.js +30 -11
- package/dist/index109.js +11 -4
- package/dist/index110.js +4 -13
- package/dist/index111.js +12 -3
- package/dist/index112.js +3 -46
- package/dist/index113.js +46 -14
- package/dist/index114.js +7 -650
- package/dist/index115.js +14 -13
- package/dist/index116.js +178 -223
- package/dist/index121.js +1 -1
- package/dist/index123.js +1 -1
- package/dist/index124.js +3 -3
- package/dist/index127.js +3 -3
- package/dist/index128.js +3 -3
- package/dist/index200.js +5 -525
- package/dist/index201.js +3 -128
- package/dist/index202.js +22 -132
- package/dist/index203.js +110 -5
- package/dist/index204.js +16 -3
- package/dist/index205.js +522 -21
- package/dist/index206.js +127 -109
- package/dist/index207.js +133 -15
- package/dist/index217.js +2 -2
- package/dist/index218.js +2 -2
- package/dist/index221.js +3 -3
- package/dist/index222.js +1 -1
- package/dist/index223.js +2 -2
- package/dist/index225.js +1 -1
- package/dist/index226.js +2 -2
- package/dist/index227.js +1 -1
- package/dist/index228.js +6 -6
- package/dist/index229.js +3 -3
- package/dist/index230.js +1 -1
- package/dist/index231.js +1 -1
- package/dist/index232.js +3 -3
- package/dist/index233.js +1 -1
- package/dist/index234.js +1 -1
- package/dist/index236.js +1 -1
- package/dist/index237.js +1 -1
- package/dist/index238.js +1 -1
- package/dist/index239.js +2 -2
- package/dist/index240.js +2 -2
- package/dist/index241.js +3 -3
- package/dist/index242.js +2 -2
- package/dist/index243.js +1 -1
- package/dist/index245.js +1 -1
- package/dist/index246.js +2 -2
- package/dist/index247.js +1 -1
- package/dist/index269.js +1 -1
- package/dist/index274.js +1 -1
- package/dist/index276.js +1 -1
- package/dist/index277.js +2 -2
- package/dist/index282.js +6 -5
- package/dist/index283.js +15 -5
- package/dist/index284.js +29 -4
- package/dist/index285.js +12 -15
- package/dist/index286.js +5 -8
- package/dist/index287.js +5 -5
- package/dist/index288.js +4 -5
- package/dist/index289.js +15 -512
- package/dist/index290.js +9 -50
- package/dist/index291.js +5 -17
- package/dist/index292.js +4 -6
- package/dist/index293.js +512 -8
- package/dist/index294.js +50 -8
- package/dist/index295.js +17 -8
- package/dist/index296.js +6 -12
- package/dist/index297.js +8 -10
- package/dist/index298.js +7 -14
- package/dist/index299.js +8 -6
- package/dist/index300.js +12 -15
- package/dist/index301.js +10 -28
- package/dist/index302.js +14 -12
- package/dist/index33.js +89 -73
- package/dist/index40.js +1 -1
- package/dist/index42.js +4 -4
- package/dist/index44.js +7 -7
- package/dist/index46.js +5 -5
- package/dist/index49.js +12 -12
- package/dist/index52.js +10 -10
- package/dist/index59.js +5 -5
- package/dist/index63.js +1 -1
- package/dist/index75.js +7 -7
- package/dist/index80.js +2 -2
- package/dist/index82.js +19 -19
- package/dist/index83.js +5 -5
- package/dist/index85.js +13 -13
- package/dist/index86.js +4 -4
- package/dist/index87.js +6 -6
- package/dist/index89.js +25 -5
- package/dist/index90.js +64 -23
- package/dist/index91.js +5 -66
- package/dist/index92.js +1 -1
- package/dist/index94.js +1 -1
- package/dist/index95.js +68 -32
- package/dist/index96.js +33 -181
- package/dist/index97.js +10 -7
- package/dist/index98.js +120 -64
- package/dist/index99.js +126 -116
- package/dist/style.css +1 -1
- package/dist/types/index.d.ts +4 -1
- package/package.json +1 -1
package/dist/index105.js
CHANGED
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
const e = document.createElement("span");
|
|
14
|
-
return e.setAttribute("data-radix-focus-guard", ""), e.tabIndex = 0, e.style.outline = "none", e.style.opacity = "0", e.style.position = "fixed", e.style.pointerEvents = "none", e;
|
|
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;
|
|
15
13
|
}
|
|
16
14
|
export {
|
|
17
|
-
|
|
15
|
+
i as getDefaultClassNames
|
|
18
16
|
};
|
package/dist/index106.js
CHANGED
|
@@ -1,11 +1,229 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
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 "./index105.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);
|
|
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
|
+
)
|
|
225
|
+
);
|
|
226
|
+
}
|
|
9
227
|
export {
|
|
10
|
-
|
|
228
|
+
Yt as DayPicker
|
|
11
229
|
};
|
package/dist/index107.js
CHANGED
|
@@ -1,52 +1,222 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
});
|
|
17
|
-
}, E = function(r, u, e, n) {
|
|
18
|
-
var i = D(u, Array.isArray(r) ? r : [r]);
|
|
19
|
-
p[e] || (p[e] = /* @__PURE__ */ new WeakMap());
|
|
20
|
-
var s = p[e], l = [], o = /* @__PURE__ */ new Set(), b = new Set(i), y = function(t) {
|
|
21
|
-
!t || o.has(t) || (o.add(t), y(t.parentNode));
|
|
22
|
-
};
|
|
23
|
-
i.forEach(y);
|
|
24
|
-
var A = function(t) {
|
|
25
|
-
!t || b.has(t) || Array.prototype.forEach.call(t.children, function(a) {
|
|
26
|
-
if (o.has(a))
|
|
27
|
-
A(a);
|
|
28
|
-
else
|
|
29
|
-
try {
|
|
30
|
-
var c = a.getAttribute(n), w = c !== null && c !== "false", d = (f.get(a) || 0) + 1, M = (s.get(a) || 0) + 1;
|
|
31
|
-
f.set(a, d), s.set(a, M), l.push(a), d === 1 && w && v.set(a, !0), M === 1 && a.setAttribute(e, "true"), w || a.setAttribute(n, "true");
|
|
32
|
-
} catch (k) {
|
|
33
|
-
console.error("aria-hidden: cannot operate on ", a, k);
|
|
34
|
-
}
|
|
35
|
-
});
|
|
36
|
-
};
|
|
37
|
-
return A(u), o.clear(), h++, function() {
|
|
38
|
-
l.forEach(function(t) {
|
|
39
|
-
var a = f.get(t) - 1, c = s.get(t) - 1;
|
|
40
|
-
f.set(t, a), s.set(t, c), a || (v.has(t) || t.removeAttribute(n), v.delete(t)), c || t.removeAttribute(e);
|
|
41
|
-
}), h--, h || (f = /* @__PURE__ */ new WeakMap(), f = /* @__PURE__ */ new WeakMap(), v = /* @__PURE__ */ new WeakMap(), p = {});
|
|
42
|
-
};
|
|
43
|
-
}, C = function(r, u, e) {
|
|
44
|
-
e === void 0 && (e = "data-aria-hidden");
|
|
45
|
-
var n = Array.from(Array.isArray(r) ? r : [r]), i = S(r);
|
|
46
|
-
return i ? (n.push.apply(n, Array.from(i.querySelectorAll("[aria-live], script"))), E(n, i, e, "aria-hidden")) : function() {
|
|
47
|
-
return null;
|
|
48
|
-
};
|
|
1
|
+
"use client";
|
|
2
|
+
import * as p from "react";
|
|
3
|
+
import { useFloating as xe, offset as Pe, shift as ye, flip as Ae, size as ve, arrow as Ce, hide as be, limitShift as Se } from "./index122.js";
|
|
4
|
+
import { Root as Oe } from "./index123.js";
|
|
5
|
+
import { useComposedRefs as j } from "./index89.js";
|
|
6
|
+
import { createContextScope as Re } from "./index90.js";
|
|
7
|
+
import { Primitive as z } from "./index96.js";
|
|
8
|
+
import { useCallbackRef as Ee } from "./index109.js";
|
|
9
|
+
import { useLayoutEffect as T } from "./index110.js";
|
|
10
|
+
import { useSize as Ne } from "./index94.js";
|
|
11
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
12
|
+
import { autoUpdate as _e } from "./index124.js";
|
|
13
|
+
var N = "Popper", [L, Ue] = Re(N), [$e, Z] = L(N), U = (e) => {
|
|
14
|
+
const { __scopePopper: s, children: a } = e, [t, i] = p.useState(null);
|
|
15
|
+
return /* @__PURE__ */ f($e, { scope: s, anchor: t, onAnchorChange: i, children: a });
|
|
49
16
|
};
|
|
17
|
+
U.displayName = N;
|
|
18
|
+
var q = "PopperAnchor", G = p.forwardRef(
|
|
19
|
+
(e, s) => {
|
|
20
|
+
const { __scopePopper: a, virtualRef: t, ...i } = e, r = Z(q, a), o = p.useRef(null), w = j(s, o), n = p.useRef(null);
|
|
21
|
+
return p.useEffect(() => {
|
|
22
|
+
const c = n.current;
|
|
23
|
+
n.current = (t == null ? void 0 : t.current) || o.current, c !== n.current && r.onAnchorChange(n.current);
|
|
24
|
+
}), t ? null : /* @__PURE__ */ f(z.div, { ...i, ref: w });
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
G.displayName = q;
|
|
28
|
+
var _ = "PopperContent", [He, We] = L(_), J = p.forwardRef(
|
|
29
|
+
(e, s) => {
|
|
30
|
+
var Y, M, X, D, F, k;
|
|
31
|
+
const {
|
|
32
|
+
__scopePopper: a,
|
|
33
|
+
side: t = "bottom",
|
|
34
|
+
sideOffset: i = 0,
|
|
35
|
+
align: r = "center",
|
|
36
|
+
alignOffset: o = 0,
|
|
37
|
+
arrowPadding: w = 0,
|
|
38
|
+
avoidCollisions: n = !0,
|
|
39
|
+
collisionBoundary: c = [],
|
|
40
|
+
collisionPadding: x = 0,
|
|
41
|
+
sticky: m = "partial",
|
|
42
|
+
hideWhenDetached: y = !1,
|
|
43
|
+
updatePositionStrategy: A = "optimized",
|
|
44
|
+
onPlaced: l,
|
|
45
|
+
...d
|
|
46
|
+
} = e, v = Z(_, a), [h, C] = p.useState(null), ee = j(s, (P) => C(P)), [E, te] = p.useState(null), u = Ne(E), re = (u == null ? void 0 : u.width) ?? 0, $ = (u == null ? void 0 : u.height) ?? 0, oe = t + (r !== "center" ? "-" + r : ""), ne = typeof x == "number" ? x : { top: 0, right: 0, bottom: 0, left: 0, ...x }, H = Array.isArray(c) ? c : [c], ae = H.length > 0, b = {
|
|
47
|
+
padding: ne,
|
|
48
|
+
boundary: H.filter(Ye),
|
|
49
|
+
// with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
|
|
50
|
+
altBoundary: ae
|
|
51
|
+
}, { refs: ie, floatingStyles: W, placement: se, isPositioned: S, middlewareData: g } = xe({
|
|
52
|
+
// default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues
|
|
53
|
+
strategy: "fixed",
|
|
54
|
+
placement: oe,
|
|
55
|
+
whileElementsMounted: (...P) => _e(...P, {
|
|
56
|
+
animationFrame: A === "always"
|
|
57
|
+
}),
|
|
58
|
+
elements: {
|
|
59
|
+
reference: v.anchor
|
|
60
|
+
},
|
|
61
|
+
middleware: [
|
|
62
|
+
Pe({ mainAxis: i + $, alignmentAxis: o }),
|
|
63
|
+
n && ye({
|
|
64
|
+
mainAxis: !0,
|
|
65
|
+
crossAxis: !1,
|
|
66
|
+
limiter: m === "partial" ? Se() : void 0,
|
|
67
|
+
...b
|
|
68
|
+
}),
|
|
69
|
+
n && Ae({ ...b }),
|
|
70
|
+
ve({
|
|
71
|
+
...b,
|
|
72
|
+
apply: ({ elements: P, rects: B, availableWidth: he, availableHeight: ue }) => {
|
|
73
|
+
const { width: ge, height: we } = B.reference, R = P.floating.style;
|
|
74
|
+
R.setProperty("--radix-popper-available-width", `${he}px`), R.setProperty("--radix-popper-available-height", `${ue}px`), R.setProperty("--radix-popper-anchor-width", `${ge}px`), R.setProperty("--radix-popper-anchor-height", `${we}px`);
|
|
75
|
+
}
|
|
76
|
+
}),
|
|
77
|
+
E && Ce({ element: E, padding: w }),
|
|
78
|
+
Me({ arrowWidth: re, arrowHeight: $ }),
|
|
79
|
+
y && be({ strategy: "referenceHidden", ...b })
|
|
80
|
+
]
|
|
81
|
+
}), [I, ce] = V(se), O = Ee(l);
|
|
82
|
+
T(() => {
|
|
83
|
+
S && (O == null || O());
|
|
84
|
+
}, [S, O]);
|
|
85
|
+
const pe = (Y = g.arrow) == null ? void 0 : Y.x, de = (M = g.arrow) == null ? void 0 : M.y, le = ((X = g.arrow) == null ? void 0 : X.centerOffset) !== 0, [fe, me] = p.useState();
|
|
86
|
+
return T(() => {
|
|
87
|
+
h && me(window.getComputedStyle(h).zIndex);
|
|
88
|
+
}, [h]), /* @__PURE__ */ f(
|
|
89
|
+
"div",
|
|
90
|
+
{
|
|
91
|
+
ref: ie.setFloating,
|
|
92
|
+
"data-radix-popper-content-wrapper": "",
|
|
93
|
+
style: {
|
|
94
|
+
...W,
|
|
95
|
+
transform: S ? W.transform : "translate(0, -200%)",
|
|
96
|
+
// keep off the page when measuring
|
|
97
|
+
minWidth: "max-content",
|
|
98
|
+
zIndex: fe,
|
|
99
|
+
"--radix-popper-transform-origin": [
|
|
100
|
+
(D = g.transformOrigin) == null ? void 0 : D.x,
|
|
101
|
+
(F = g.transformOrigin) == null ? void 0 : F.y
|
|
102
|
+
].join(" "),
|
|
103
|
+
// hide the content if using the hide middleware and should be hidden
|
|
104
|
+
// set visibility to hidden and disable pointer events so the UI behaves
|
|
105
|
+
// as if the PopperContent isn't there at all
|
|
106
|
+
...((k = g.hide) == null ? void 0 : k.referenceHidden) && {
|
|
107
|
+
visibility: "hidden",
|
|
108
|
+
pointerEvents: "none"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
dir: e.dir,
|
|
112
|
+
children: /* @__PURE__ */ f(
|
|
113
|
+
He,
|
|
114
|
+
{
|
|
115
|
+
scope: a,
|
|
116
|
+
placedSide: I,
|
|
117
|
+
onArrowChange: te,
|
|
118
|
+
arrowX: pe,
|
|
119
|
+
arrowY: de,
|
|
120
|
+
shouldHideArrow: le,
|
|
121
|
+
children: /* @__PURE__ */ f(
|
|
122
|
+
z.div,
|
|
123
|
+
{
|
|
124
|
+
"data-side": I,
|
|
125
|
+
"data-align": ce,
|
|
126
|
+
...d,
|
|
127
|
+
ref: ee,
|
|
128
|
+
style: {
|
|
129
|
+
...d.style,
|
|
130
|
+
// if the PopperContent hasn't been placed yet (not all measurements done)
|
|
131
|
+
// we prevent animations so that users's animation don't kick in too early referring wrong sides
|
|
132
|
+
animation: S ? void 0 : "none"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
)
|
|
136
|
+
}
|
|
137
|
+
)
|
|
138
|
+
}
|
|
139
|
+
);
|
|
140
|
+
}
|
|
141
|
+
);
|
|
142
|
+
J.displayName = _;
|
|
143
|
+
var K = "PopperArrow", Ie = {
|
|
144
|
+
top: "bottom",
|
|
145
|
+
right: "left",
|
|
146
|
+
bottom: "top",
|
|
147
|
+
left: "right"
|
|
148
|
+
}, Q = p.forwardRef(function(s, a) {
|
|
149
|
+
const { __scopePopper: t, ...i } = s, r = We(K, t), o = Ie[r.placedSide];
|
|
150
|
+
return (
|
|
151
|
+
// we have to use an extra wrapper because `ResizeObserver` (used by `useSize`)
|
|
152
|
+
// doesn't report size as we'd expect on SVG elements.
|
|
153
|
+
// it reports their bounding box which is effectively the largest path inside the SVG.
|
|
154
|
+
/* @__PURE__ */ f(
|
|
155
|
+
"span",
|
|
156
|
+
{
|
|
157
|
+
ref: r.onArrowChange,
|
|
158
|
+
style: {
|
|
159
|
+
position: "absolute",
|
|
160
|
+
left: r.arrowX,
|
|
161
|
+
top: r.arrowY,
|
|
162
|
+
[o]: 0,
|
|
163
|
+
transformOrigin: {
|
|
164
|
+
top: "",
|
|
165
|
+
right: "0 0",
|
|
166
|
+
bottom: "center 0",
|
|
167
|
+
left: "100% 0"
|
|
168
|
+
}[r.placedSide],
|
|
169
|
+
transform: {
|
|
170
|
+
top: "translateY(100%)",
|
|
171
|
+
right: "translateY(50%) rotate(90deg) translateX(-50%)",
|
|
172
|
+
bottom: "rotate(180deg)",
|
|
173
|
+
left: "translateY(50%) rotate(-90deg) translateX(50%)"
|
|
174
|
+
}[r.placedSide],
|
|
175
|
+
visibility: r.shouldHideArrow ? "hidden" : void 0
|
|
176
|
+
},
|
|
177
|
+
children: /* @__PURE__ */ f(
|
|
178
|
+
Oe,
|
|
179
|
+
{
|
|
180
|
+
...i,
|
|
181
|
+
ref: a,
|
|
182
|
+
style: {
|
|
183
|
+
...i.style,
|
|
184
|
+
// ensures the element can be measured correctly (mostly for if SVG)
|
|
185
|
+
display: "block"
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
)
|
|
189
|
+
}
|
|
190
|
+
)
|
|
191
|
+
);
|
|
192
|
+
});
|
|
193
|
+
Q.displayName = K;
|
|
194
|
+
function Ye(e) {
|
|
195
|
+
return e !== null;
|
|
196
|
+
}
|
|
197
|
+
var Me = (e) => ({
|
|
198
|
+
name: "transformOrigin",
|
|
199
|
+
options: e,
|
|
200
|
+
fn(s) {
|
|
201
|
+
var v, h, C;
|
|
202
|
+
const { placement: a, rects: t, middlewareData: i } = s, o = ((v = i.arrow) == null ? void 0 : v.centerOffset) !== 0, w = o ? 0 : e.arrowWidth, n = o ? 0 : e.arrowHeight, [c, x] = V(a), m = { start: "0%", center: "50%", end: "100%" }[x], y = (((h = i.arrow) == null ? void 0 : h.x) ?? 0) + w / 2, A = (((C = i.arrow) == null ? void 0 : C.y) ?? 0) + n / 2;
|
|
203
|
+
let l = "", d = "";
|
|
204
|
+
return c === "bottom" ? (l = o ? m : `${y}px`, d = `${-n}px`) : c === "top" ? (l = o ? m : `${y}px`, d = `${t.floating.height + n}px`) : c === "right" ? (l = `${-n}px`, d = o ? m : `${A}px`) : c === "left" && (l = `${t.floating.width + n}px`, d = o ? m : `${A}px`), { data: { x: l, y: d } };
|
|
205
|
+
}
|
|
206
|
+
});
|
|
207
|
+
function V(e) {
|
|
208
|
+
const [s, a = "center"] = e.split("-");
|
|
209
|
+
return [s, a];
|
|
210
|
+
}
|
|
211
|
+
var qe = U, Ge = G, Je = J, Ke = Q;
|
|
50
212
|
export {
|
|
51
|
-
|
|
213
|
+
Ge as Anchor,
|
|
214
|
+
Ke as Arrow,
|
|
215
|
+
Je as Content,
|
|
216
|
+
U as Popper,
|
|
217
|
+
G as PopperAnchor,
|
|
218
|
+
Q as PopperArrow,
|
|
219
|
+
J as PopperContent,
|
|
220
|
+
qe as Root,
|
|
221
|
+
Ue as createPopperScope
|
|
52
222
|
};
|
package/dist/index108.js
CHANGED
|
@@ -1,13 +1,32 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import * as a from "react";
|
|
2
|
+
import { Primitive as o } from "./index96.js";
|
|
3
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
4
|
+
var d = Object.freeze({
|
|
5
|
+
// See: https://github.com/twbs/bootstrap/blob/main/scss/mixins/_visually-hidden.scss
|
|
6
|
+
position: "absolute",
|
|
7
|
+
border: 0,
|
|
8
|
+
width: 1,
|
|
9
|
+
height: 1,
|
|
10
|
+
padding: 0,
|
|
11
|
+
margin: -1,
|
|
12
|
+
overflow: "hidden",
|
|
13
|
+
clip: "rect(0, 0, 0, 0)",
|
|
14
|
+
whiteSpace: "nowrap",
|
|
15
|
+
wordWrap: "normal"
|
|
16
|
+
}), l = "VisuallyHidden", e = a.forwardRef(
|
|
17
|
+
(r, i) => /* @__PURE__ */ t(
|
|
18
|
+
o.span,
|
|
19
|
+
{
|
|
20
|
+
...r,
|
|
21
|
+
ref: i,
|
|
22
|
+
style: { ...d, ...r.style }
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
);
|
|
26
|
+
e.displayName = l;
|
|
27
|
+
var p = e;
|
|
11
28
|
export {
|
|
12
|
-
|
|
29
|
+
p as Root,
|
|
30
|
+
d as VISUALLY_HIDDEN_STYLES,
|
|
31
|
+
e as VisuallyHidden
|
|
13
32
|
};
|
package/dist/index109.js
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as r from "react";
|
|
2
|
+
function o(t) {
|
|
3
|
+
const e = r.useRef(t);
|
|
4
|
+
return r.useEffect(() => {
|
|
5
|
+
e.current = t;
|
|
6
|
+
}), r.useMemo(() => (...n) => {
|
|
7
|
+
var u;
|
|
8
|
+
return (u = e.current) == null ? void 0 : u.call(e, ...n);
|
|
9
|
+
}, []);
|
|
10
|
+
}
|
|
4
11
|
export {
|
|
5
|
-
|
|
12
|
+
o as useCallbackRef
|
|
6
13
|
};
|
package/dist/index110.js
CHANGED
|
@@ -1,15 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
e,
|
|
5
|
-
() => !0,
|
|
6
|
-
() => !1
|
|
7
|
-
);
|
|
8
|
-
}
|
|
9
|
-
function e() {
|
|
10
|
-
return () => {
|
|
11
|
-
};
|
|
12
|
-
}
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
var e = globalThis != null && globalThis.document ? t.useLayoutEffect : () => {
|
|
3
|
+
};
|
|
13
4
|
export {
|
|
14
|
-
|
|
5
|
+
e as useLayoutEffect
|
|
15
6
|
};
|
package/dist/index111.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { s as r } from "./index125.js";
|
|
2
|
+
function s() {
|
|
3
|
+
return r.useSyncExternalStore(
|
|
4
|
+
e,
|
|
5
|
+
() => !0,
|
|
6
|
+
() => !1
|
|
7
|
+
);
|
|
8
|
+
}
|
|
9
|
+
function e() {
|
|
10
|
+
return () => {
|
|
11
|
+
};
|
|
3
12
|
}
|
|
4
13
|
export {
|
|
5
|
-
|
|
14
|
+
s as useIsHydrated
|
|
6
15
|
};
|