@react-aria/calendar 3.5.0 → 3.5.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/import.mjs +8 -8
- package/dist/main.js +8 -8
- package/dist/main.js.map +1 -1
- package/dist/module.js +8 -8
- package/dist/module.js.map +1 -1
- package/package.json +9 -9
package/dist/import.mjs
CHANGED
|
@@ -677,7 +677,7 @@ function $a074e1e2d0f0a665$export$134cbb7fb09a9522(date) {
|
|
|
677
677
|
function $a074e1e2d0f0a665$export$b6df97c887c38e1a(state) {
|
|
678
678
|
let stringFormatter = (0, $amWdn$useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($3904726b442bd9b2$exports))));
|
|
679
679
|
let start, end;
|
|
680
|
-
if ("highlightedRange" in state) ({ start: start
|
|
680
|
+
if ("highlightedRange" in state) ({ start: start, end: end } = state.highlightedRange || {});
|
|
681
681
|
else start = end = state.value;
|
|
682
682
|
let dateFormatter = (0, $amWdn$useDateFormatter)({
|
|
683
683
|
weekday: "long",
|
|
@@ -933,8 +933,8 @@ function $46a4342aab3d8076$export$87e0539f600c24e5(props, state, ref) {
|
|
|
933
933
|
|
|
934
934
|
|
|
935
935
|
function $e3031d1f8c9d64eb$export$cb95147730a423f5(props, state) {
|
|
936
|
-
let { startDate: startDate = state.visibleRange.start
|
|
937
|
-
let { direction: direction
|
|
936
|
+
let { startDate: startDate = state.visibleRange.start, endDate: endDate = state.visibleRange.end } = props;
|
|
937
|
+
let { direction: direction } = (0, $amWdn$useLocale)();
|
|
938
938
|
let onKeyDown = (e)=>{
|
|
939
939
|
switch(e.key){
|
|
940
940
|
case "Enter":
|
|
@@ -994,7 +994,7 @@ function $e3031d1f8c9d64eb$export$cb95147730a423f5(props, state) {
|
|
|
994
994
|
}
|
|
995
995
|
};
|
|
996
996
|
let visibleRangeDescription = (0, $a074e1e2d0f0a665$export$31afe65d91ef6e8)(startDate, endDate, state.timeZone, true);
|
|
997
|
-
let { ariaLabel: ariaLabel
|
|
997
|
+
let { ariaLabel: ariaLabel, ariaLabelledBy: ariaLabelledBy } = (0, $a074e1e2d0f0a665$export$653eddfc964b0f8a).get(state);
|
|
998
998
|
let labelProps = (0, $amWdn$useLabels)({
|
|
999
999
|
"aria-label": [
|
|
1000
1000
|
ariaLabel,
|
|
@@ -1006,7 +1006,7 @@ function $e3031d1f8c9d64eb$export$cb95147730a423f5(props, state) {
|
|
|
1006
1006
|
weekday: props.weekdayStyle || "narrow",
|
|
1007
1007
|
timeZone: state.timeZone
|
|
1008
1008
|
});
|
|
1009
|
-
let { locale: locale
|
|
1009
|
+
let { locale: locale } = (0, $amWdn$useLocale)();
|
|
1010
1010
|
let weekDays = (0, $amWdn$useMemo)(()=>{
|
|
1011
1011
|
let weekStart = (0, $amWdn$startOfWeek)((0, $amWdn$today)(state.timeZone), locale);
|
|
1012
1012
|
return [
|
|
@@ -1061,8 +1061,8 @@ function $e3031d1f8c9d64eb$export$cb95147730a423f5(props, state) {
|
|
|
1061
1061
|
|
|
1062
1062
|
|
|
1063
1063
|
function $36a0ac60f04457c5$export$136073280381448e(props, state, ref) {
|
|
1064
|
-
let { date: date
|
|
1065
|
-
let { errorMessageId: errorMessageId
|
|
1064
|
+
let { date: date, isDisabled: isDisabled } = props;
|
|
1065
|
+
let { errorMessageId: errorMessageId, selectedDateDescription: selectedDateDescription } = (0, $a074e1e2d0f0a665$export$653eddfc964b0f8a).get(state);
|
|
1066
1066
|
let stringFormatter = (0, $amWdn$useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($3904726b442bd9b2$exports))));
|
|
1067
1067
|
let dateFormatter = (0, $amWdn$useDateFormatter)({
|
|
1068
1068
|
weekday: "long",
|
|
@@ -1127,7 +1127,7 @@ function $36a0ac60f04457c5$export$136073280381448e(props, state, ref) {
|
|
|
1127
1127
|
let isAnchorPressed = (0, $amWdn$useRef)(false);
|
|
1128
1128
|
let isRangeBoundaryPressed = (0, $amWdn$useRef)(false);
|
|
1129
1129
|
let touchDragTimerRef = (0, $amWdn$useRef)(null);
|
|
1130
|
-
let { pressProps: pressProps
|
|
1130
|
+
let { pressProps: pressProps, isPressed: isPressed } = (0, $amWdn$usePress)({
|
|
1131
1131
|
// When dragging to select a range, we don't want dragging over the original anchor
|
|
1132
1132
|
// again to trigger onPressStart. Cancel presses immediately when the pointer exits.
|
|
1133
1133
|
shouldCancelOnPointerExit: "anchorDate" in state && !!state.anchorDate,
|
package/dist/main.js
CHANGED
|
@@ -685,7 +685,7 @@ function $df1d8e967e73ec8e$export$134cbb7fb09a9522(date) {
|
|
|
685
685
|
function $df1d8e967e73ec8e$export$b6df97c887c38e1a(state) {
|
|
686
686
|
let stringFormatter = (0, $jzHdg$reactariai18n.useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($bd6dc95a3c5ee5cd$exports))));
|
|
687
687
|
let start, end;
|
|
688
|
-
if ("highlightedRange" in state) ({ start: start
|
|
688
|
+
if ("highlightedRange" in state) ({ start: start, end: end } = state.highlightedRange || {});
|
|
689
689
|
else start = end = state.value;
|
|
690
690
|
let dateFormatter = (0, $jzHdg$reactariai18n.useDateFormatter)({
|
|
691
691
|
weekday: "long",
|
|
@@ -941,8 +941,8 @@ function $c49ada48cbc48220$export$87e0539f600c24e5(props, state, ref) {
|
|
|
941
941
|
|
|
942
942
|
|
|
943
943
|
function $a07388a797d86b95$export$cb95147730a423f5(props, state) {
|
|
944
|
-
let { startDate: startDate = state.visibleRange.start
|
|
945
|
-
let { direction: direction
|
|
944
|
+
let { startDate: startDate = state.visibleRange.start, endDate: endDate = state.visibleRange.end } = props;
|
|
945
|
+
let { direction: direction } = (0, $jzHdg$reactariai18n.useLocale)();
|
|
946
946
|
let onKeyDown = (e)=>{
|
|
947
947
|
switch(e.key){
|
|
948
948
|
case "Enter":
|
|
@@ -1002,7 +1002,7 @@ function $a07388a797d86b95$export$cb95147730a423f5(props, state) {
|
|
|
1002
1002
|
}
|
|
1003
1003
|
};
|
|
1004
1004
|
let visibleRangeDescription = (0, $df1d8e967e73ec8e$export$31afe65d91ef6e8)(startDate, endDate, state.timeZone, true);
|
|
1005
|
-
let { ariaLabel: ariaLabel
|
|
1005
|
+
let { ariaLabel: ariaLabel, ariaLabelledBy: ariaLabelledBy } = (0, $df1d8e967e73ec8e$export$653eddfc964b0f8a).get(state);
|
|
1006
1006
|
let labelProps = (0, $jzHdg$reactariautils.useLabels)({
|
|
1007
1007
|
"aria-label": [
|
|
1008
1008
|
ariaLabel,
|
|
@@ -1014,7 +1014,7 @@ function $a07388a797d86b95$export$cb95147730a423f5(props, state) {
|
|
|
1014
1014
|
weekday: props.weekdayStyle || "narrow",
|
|
1015
1015
|
timeZone: state.timeZone
|
|
1016
1016
|
});
|
|
1017
|
-
let { locale: locale
|
|
1017
|
+
let { locale: locale } = (0, $jzHdg$reactariai18n.useLocale)();
|
|
1018
1018
|
let weekDays = (0, $jzHdg$react.useMemo)(()=>{
|
|
1019
1019
|
let weekStart = (0, $jzHdg$internationalizeddate.startOfWeek)((0, $jzHdg$internationalizeddate.today)(state.timeZone), locale);
|
|
1020
1020
|
return [
|
|
@@ -1069,8 +1069,8 @@ function $a07388a797d86b95$export$cb95147730a423f5(props, state) {
|
|
|
1069
1069
|
|
|
1070
1070
|
|
|
1071
1071
|
function $4d833327a32c9193$export$136073280381448e(props, state, ref) {
|
|
1072
|
-
let { date: date
|
|
1073
|
-
let { errorMessageId: errorMessageId
|
|
1072
|
+
let { date: date, isDisabled: isDisabled } = props;
|
|
1073
|
+
let { errorMessageId: errorMessageId, selectedDateDescription: selectedDateDescription } = (0, $df1d8e967e73ec8e$export$653eddfc964b0f8a).get(state);
|
|
1074
1074
|
let stringFormatter = (0, $jzHdg$reactariai18n.useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($bd6dc95a3c5ee5cd$exports))));
|
|
1075
1075
|
let dateFormatter = (0, $jzHdg$reactariai18n.useDateFormatter)({
|
|
1076
1076
|
weekday: "long",
|
|
@@ -1135,7 +1135,7 @@ function $4d833327a32c9193$export$136073280381448e(props, state, ref) {
|
|
|
1135
1135
|
let isAnchorPressed = (0, $jzHdg$react.useRef)(false);
|
|
1136
1136
|
let isRangeBoundaryPressed = (0, $jzHdg$react.useRef)(false);
|
|
1137
1137
|
let touchDragTimerRef = (0, $jzHdg$react.useRef)(null);
|
|
1138
|
-
let { pressProps: pressProps
|
|
1138
|
+
let { pressProps: pressProps, isPressed: isPressed } = (0, $jzHdg$reactariainteractions.usePress)({
|
|
1139
1139
|
// When dragging to select a range, we don't want dragging over the original anchor
|
|
1140
1140
|
// again to trigger onPressStart. Cancel presses immediately when the pointer exits.
|
|
1141
1141
|
shouldCancelOnPointerExit: "anchorDate" in state && !!state.anchorDate,
|