react-aria-components 1.0.0-alpha.2 → 1.0.0-alpha.3
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 +15 -15
- package/dist/main.js +15 -15
- package/dist/main.js.map +1 -1
- package/dist/module.js +15 -15
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/Breadcrumbs.tsx +1 -1
- package/src/Calendar.tsx +2 -2
- package/src/ComboBox.tsx +1 -1
- package/src/DateField.tsx +2 -2
- package/src/DatePicker.tsx +2 -2
- package/src/GridList.tsx +1 -1
- package/src/ListBox.tsx +1 -1
- package/src/Menu.tsx +1 -1
- package/src/Select.tsx +2 -2
- package/src/Slider.tsx +1 -1
- package/src/Tabs.tsx +1 -1
package/dist/import.mjs
CHANGED
|
@@ -799,7 +799,7 @@ function $778035c5624f61e7$var$Breadcrumbs(props, ref) {
|
|
|
799
799
|
}
|
|
800
800
|
/**
|
|
801
801
|
* Breadcrumbs display a heirarchy of links to the current page or resource in an application.
|
|
802
|
-
*/ const $778035c5624f61e7$export$2dc68d50d56fbbd = (0, $dGqE5$forwardRef)($778035c5624f61e7$var$Breadcrumbs);
|
|
802
|
+
*/ const $778035c5624f61e7$export$2dc68d50d56fbbd = /*#__PURE__*/ (0, $dGqE5$forwardRef)($778035c5624f61e7$var$Breadcrumbs);
|
|
803
803
|
function $778035c5624f61e7$var$BreadcrumbItem({ node: node , isCurrent: isCurrent , isDisabled: isDisabled }) {
|
|
804
804
|
// Recreating useBreadcrumbItem because we want to use composition instead of having the link builtin.
|
|
805
805
|
let headingProps = isCurrent ? {
|
|
@@ -982,7 +982,7 @@ function $dfd62f934fc76fed$var$Calendar(props, ref) {
|
|
|
982
982
|
}
|
|
983
983
|
/**
|
|
984
984
|
* A calendar displays one or more date grids and allows users to select a single date.
|
|
985
|
-
*/ const $dfd62f934fc76fed$export$e1aef45b828286de = (0, $dGqE5$forwardRef)($dfd62f934fc76fed$var$Calendar);
|
|
985
|
+
*/ const $dfd62f934fc76fed$export$e1aef45b828286de = /*#__PURE__*/ (0, $dGqE5$forwardRef)($dfd62f934fc76fed$var$Calendar);
|
|
986
986
|
function $dfd62f934fc76fed$var$RangeCalendar(props, ref) {
|
|
987
987
|
[props, ref] = (0, $64fa3d84918910a7$export$29f1550f4b0d4415)(props, ref, $dfd62f934fc76fed$export$233dd9682e1ad64b);
|
|
988
988
|
let { locale: locale } = (0, $dGqE5$useLocale)();
|
|
@@ -1043,7 +1043,7 @@ function $dfd62f934fc76fed$var$RangeCalendar(props, ref) {
|
|
|
1043
1043
|
}
|
|
1044
1044
|
/**
|
|
1045
1045
|
* A range calendar displays one or more date grids and allows users to select a contiguous range of dates.
|
|
1046
|
-
*/ const $dfd62f934fc76fed$export$a4f5c8b89d277a8d = (0, $dGqE5$forwardRef)($dfd62f934fc76fed$var$RangeCalendar);
|
|
1046
|
+
*/ const $dfd62f934fc76fed$export$a4f5c8b89d277a8d = /*#__PURE__*/ (0, $dGqE5$forwardRef)($dfd62f934fc76fed$var$RangeCalendar);
|
|
1047
1047
|
const $dfd62f934fc76fed$var$InternalCalendarGridContext = /*#__PURE__*/ (0, $dGqE5$createContext)(null);
|
|
1048
1048
|
function $dfd62f934fc76fed$var$CalendarGrid(props, ref) {
|
|
1049
1049
|
let state = (0, $dGqE5$useContext)($dfd62f934fc76fed$var$InternalCalendarContext);
|
|
@@ -1588,7 +1588,7 @@ function $eed445e0843c11d0$var$ListBoxPortal({ props: props , listBoxRef: listBo
|
|
|
1588
1588
|
}
|
|
1589
1589
|
/**
|
|
1590
1590
|
* A listbox displays a list of options and allows a user to select one or more of them.
|
|
1591
|
-
*/ const $eed445e0843c11d0$export$41f133550aa26f48 = (0, $dGqE5$forwardRef)($eed445e0843c11d0$var$ListBox);
|
|
1591
|
+
*/ const $eed445e0843c11d0$export$41f133550aa26f48 = /*#__PURE__*/ (0, $dGqE5$forwardRef)($eed445e0843c11d0$var$ListBox);
|
|
1592
1592
|
function $eed445e0843c11d0$var$ListBoxInner({ state: state , props: props , listBoxRef: listBoxRef }) {
|
|
1593
1593
|
let { dragAndDropHooks: dragAndDropHooks } = props;
|
|
1594
1594
|
let { collection: collection , selectionManager: selectionManager } = state;
|
|
@@ -2111,7 +2111,7 @@ function $d01f2c01039c0eec$var$ComboBox(props, ref) {
|
|
|
2111
2111
|
}
|
|
2112
2112
|
/**
|
|
2113
2113
|
* A combo box combines a text input with a listbox, allowing users to filter a list of options to items matching a query.
|
|
2114
|
-
*/ const $d01f2c01039c0eec$export$72b9695b8216309a = (0, $dGqE5$forwardRef)($d01f2c01039c0eec$var$ComboBox);
|
|
2114
|
+
*/ const $d01f2c01039c0eec$export$72b9695b8216309a = /*#__PURE__*/ (0, $dGqE5$forwardRef)($d01f2c01039c0eec$var$ComboBox);
|
|
2115
2115
|
|
|
2116
2116
|
|
|
2117
2117
|
/*
|
|
@@ -2190,7 +2190,7 @@ function $40825cdb76e74f70$var$DateField(props, ref) {
|
|
|
2190
2190
|
/**
|
|
2191
2191
|
* A date field allows users to enter and edit date and time values using a keyboard.
|
|
2192
2192
|
* Each part of a date value is displayed in an individually editable segment.
|
|
2193
|
-
*/ const $40825cdb76e74f70$export$d9781c7894a82487 = (0, $dGqE5$forwardRef)($40825cdb76e74f70$var$DateField);
|
|
2193
|
+
*/ const $40825cdb76e74f70$export$d9781c7894a82487 = /*#__PURE__*/ (0, $dGqE5$forwardRef)($40825cdb76e74f70$var$DateField);
|
|
2194
2194
|
function $40825cdb76e74f70$var$TimeField(props, ref) {
|
|
2195
2195
|
[props, ref] = (0, $64fa3d84918910a7$export$29f1550f4b0d4415)(props, ref, $40825cdb76e74f70$export$8e17ddc448e87c1e);
|
|
2196
2196
|
let { locale: locale } = (0, $dGqE5$useLocale)();
|
|
@@ -2246,7 +2246,7 @@ function $40825cdb76e74f70$var$TimeField(props, ref) {
|
|
|
2246
2246
|
/**
|
|
2247
2247
|
* A time field allows users to enter and edit time values using a keyboard.
|
|
2248
2248
|
* Each part of a time value is displayed in an individually editable segment.
|
|
2249
|
-
*/ const $40825cdb76e74f70$export$5eaee2322dd727eb = (0, $dGqE5$forwardRef)($40825cdb76e74f70$var$TimeField);
|
|
2249
|
+
*/ const $40825cdb76e74f70$export$5eaee2322dd727eb = /*#__PURE__*/ (0, $dGqE5$forwardRef)($40825cdb76e74f70$var$TimeField);
|
|
2250
2250
|
const $40825cdb76e74f70$var$InternalDateInputContext = /*#__PURE__*/ (0, $dGqE5$createContext)(null);
|
|
2251
2251
|
function $40825cdb76e74f70$var$DateInput({ children: children , slot: slot , ...otherProps }, ref) {
|
|
2252
2252
|
let [{ state: state , fieldProps: fieldProps }, fieldRef] = (0, $64fa3d84918910a7$export$29f1550f4b0d4415)({
|
|
@@ -2682,7 +2682,7 @@ function $06d5b8ec9ee5d538$var$DatePicker(props, ref) {
|
|
|
2682
2682
|
}
|
|
2683
2683
|
/**
|
|
2684
2684
|
* A date picker combines a DateField and a Calendar popover to allow users to enter or select a date and time value.
|
|
2685
|
-
*/ const $06d5b8ec9ee5d538$export$5109c6dd95d8fb00 = (0, $dGqE5$forwardRef)($06d5b8ec9ee5d538$var$DatePicker);
|
|
2685
|
+
*/ const $06d5b8ec9ee5d538$export$5109c6dd95d8fb00 = /*#__PURE__*/ (0, $dGqE5$forwardRef)($06d5b8ec9ee5d538$var$DatePicker);
|
|
2686
2686
|
function $06d5b8ec9ee5d538$var$DateRangePicker(props, ref) {
|
|
2687
2687
|
[props, ref] = (0, $64fa3d84918910a7$export$29f1550f4b0d4415)(props, ref, $06d5b8ec9ee5d538$export$8282edba42ee28a);
|
|
2688
2688
|
let state = (0, $dGqE5$useDateRangePickerState)(props);
|
|
@@ -2794,7 +2794,7 @@ function $06d5b8ec9ee5d538$var$DateRangePicker(props, ref) {
|
|
|
2794
2794
|
/**
|
|
2795
2795
|
* A date range picker combines two DateFields and a RangeCalendar popover to allow
|
|
2796
2796
|
* users to enter or select a date and time range.
|
|
2797
|
-
*/ const $06d5b8ec9ee5d538$export$17334619f3ac2224 = (0, $dGqE5$forwardRef)($06d5b8ec9ee5d538$var$DateRangePicker);
|
|
2797
|
+
*/ const $06d5b8ec9ee5d538$export$17334619f3ac2224 = /*#__PURE__*/ (0, $dGqE5$forwardRef)($06d5b8ec9ee5d538$var$DateRangePicker);
|
|
2798
2798
|
|
|
2799
2799
|
|
|
2800
2800
|
|
|
@@ -2958,7 +2958,7 @@ function $72e60046c03fbe42$var$GridList(props, ref) {
|
|
|
2958
2958
|
/**
|
|
2959
2959
|
* A grid list displays a list of interactive items, with support for keyboard navigation,
|
|
2960
2960
|
* single or multiple selection, and row actions.
|
|
2961
|
-
*/ const $72e60046c03fbe42$export$a7bfbda1311ca015 = (0, $dGqE5$forwardRef)($72e60046c03fbe42$var$GridList);
|
|
2961
|
+
*/ const $72e60046c03fbe42$export$a7bfbda1311ca015 = /*#__PURE__*/ (0, $dGqE5$forwardRef)($72e60046c03fbe42$var$GridList);
|
|
2962
2962
|
function $72e60046c03fbe42$var$GridListItem({ item: item }) {
|
|
2963
2963
|
let { state: state , dragAndDropHooks: dragAndDropHooks , dragState: dragState , dropState: dropState } = (0, $dGqE5$useContext)($72e60046c03fbe42$var$InternalGridListContext);
|
|
2964
2964
|
let ref = (0, $dGqE5$react).useRef(null);
|
|
@@ -3289,7 +3289,7 @@ function $3674c52c6b3c5bce$var$MenuInner({ props: props , collection: collection
|
|
|
3289
3289
|
}
|
|
3290
3290
|
/**
|
|
3291
3291
|
* A menu displays a list of actions or options that a user can choose.
|
|
3292
|
-
*/ const $3674c52c6b3c5bce$export$d9b273488cd8ce6f = (0, $dGqE5$forwardRef)($3674c52c6b3c5bce$var$Menu);
|
|
3292
|
+
*/ const $3674c52c6b3c5bce$export$d9b273488cd8ce6f = /*#__PURE__*/ (0, $dGqE5$forwardRef)($3674c52c6b3c5bce$var$Menu);
|
|
3293
3293
|
function $3674c52c6b3c5bce$var$MenuSection({ section: section , className: className , style: style , ...otherProps }) {
|
|
3294
3294
|
var _section_props, _section_props1;
|
|
3295
3295
|
let state = (0, $dGqE5$useContext)($3674c52c6b3c5bce$var$InternalMenuContext);
|
|
@@ -3908,7 +3908,7 @@ function $82d7e5349645de74$var$Select(props, ref) {
|
|
|
3908
3908
|
}
|
|
3909
3909
|
/**
|
|
3910
3910
|
* A select displays a collapsible list of options and allows a user to select one of them.
|
|
3911
|
-
*/ const $82d7e5349645de74$export$ef9b1a59e592288f = (0, $dGqE5$forwardRef)($82d7e5349645de74$var$Select);
|
|
3911
|
+
*/ const $82d7e5349645de74$export$ef9b1a59e592288f = /*#__PURE__*/ (0, $dGqE5$forwardRef)($82d7e5349645de74$var$Select);
|
|
3912
3912
|
function $82d7e5349645de74$var$SelectValue(props, ref) {
|
|
3913
3913
|
var _state_selectedItem, _state_selectedItem1, _state_selectedItem2;
|
|
3914
3914
|
let { state: state , valueProps: valueProps } = (0, $dGqE5$useContext)($82d7e5349645de74$var$InternalSelectContext);
|
|
@@ -3951,7 +3951,7 @@ function $82d7e5349645de74$var$SelectValue(props, ref) {
|
|
|
3951
3951
|
/**
|
|
3952
3952
|
* SelectValue renders the current value of a Select, or a placeholder if no value is selected.
|
|
3953
3953
|
* It is usually placed within the button element.
|
|
3954
|
-
*/ const $82d7e5349645de74$export$e288731fd71264f0 = (0, $dGqE5$forwardRef)($82d7e5349645de74$var$SelectValue);
|
|
3954
|
+
*/ const $82d7e5349645de74$export$e288731fd71264f0 = /*#__PURE__*/ (0, $dGqE5$forwardRef)($82d7e5349645de74$var$SelectValue);
|
|
3955
3955
|
|
|
3956
3956
|
|
|
3957
3957
|
|
|
@@ -4021,7 +4021,7 @@ function $6f909507e6374d18$var$Slider(props, ref) {
|
|
|
4021
4021
|
}
|
|
4022
4022
|
/**
|
|
4023
4023
|
* A slider allows a user to select one or more values within a range.
|
|
4024
|
-
*/ const $6f909507e6374d18$export$472062a354075cee = (0, $dGqE5$forwardRef)($6f909507e6374d18$var$Slider);
|
|
4024
|
+
*/ const $6f909507e6374d18$export$472062a354075cee = /*#__PURE__*/ (0, $dGqE5$forwardRef)($6f909507e6374d18$var$Slider);
|
|
4025
4025
|
function $6f909507e6374d18$var$SliderOutput({ children: children , style: style , className: className }, ref) {
|
|
4026
4026
|
let { state: state , outputProps: outputProps } = (0, $dGqE5$useContext)($6f909507e6374d18$var$InternalSliderContext);
|
|
4027
4027
|
let renderProps = (0, $64fa3d84918910a7$export$4d86445c2cf5e3)({
|
|
@@ -4941,7 +4941,7 @@ function $5e8ad37a45e1c704$var$TabList(props, ref) {
|
|
|
4941
4941
|
/**
|
|
4942
4942
|
* A TabList is used within Tabs to group tabs that a user can switch between.
|
|
4943
4943
|
* The ids of the items within the <TabList> must match up with a corresponding item inside the <TabPanels>.
|
|
4944
|
-
*/ const $5e8ad37a45e1c704$export$e51a686c67fdaa2d = (0, $dGqE5$forwardRef)($5e8ad37a45e1c704$var$TabList);
|
|
4944
|
+
*/ const $5e8ad37a45e1c704$export$e51a686c67fdaa2d = /*#__PURE__*/ (0, $dGqE5$forwardRef)($5e8ad37a45e1c704$var$TabList);
|
|
4945
4945
|
function $5e8ad37a45e1c704$export$3e41faf802a29e71(props) {
|
|
4946
4946
|
// @ts-ignore
|
|
4947
4947
|
return (0, $7135fc7d473fd974$export$6d08773d2e66f8f2)(props);
|
package/dist/main.js
CHANGED
|
@@ -922,7 +922,7 @@ function $afa44b644f65ed30$var$Breadcrumbs(props, ref) {
|
|
|
922
922
|
}
|
|
923
923
|
/**
|
|
924
924
|
* Breadcrumbs display a heirarchy of links to the current page or resource in an application.
|
|
925
|
-
*/ const $afa44b644f65ed30$export$2dc68d50d56fbbd = (0, $bzgmy$react.forwardRef)($afa44b644f65ed30$var$Breadcrumbs);
|
|
925
|
+
*/ const $afa44b644f65ed30$export$2dc68d50d56fbbd = /*#__PURE__*/ (0, $bzgmy$react.forwardRef)($afa44b644f65ed30$var$Breadcrumbs);
|
|
926
926
|
function $afa44b644f65ed30$var$BreadcrumbItem({ node: node , isCurrent: isCurrent , isDisabled: isDisabled }) {
|
|
927
927
|
// Recreating useBreadcrumbItem because we want to use composition instead of having the link builtin.
|
|
928
928
|
let headingProps = isCurrent ? {
|
|
@@ -1105,7 +1105,7 @@ function $3f539f26b167ddde$var$Calendar(props, ref) {
|
|
|
1105
1105
|
}
|
|
1106
1106
|
/**
|
|
1107
1107
|
* A calendar displays one or more date grids and allows users to select a single date.
|
|
1108
|
-
*/ const $3f539f26b167ddde$export$e1aef45b828286de = (0, $bzgmy$react.forwardRef)($3f539f26b167ddde$var$Calendar);
|
|
1108
|
+
*/ const $3f539f26b167ddde$export$e1aef45b828286de = /*#__PURE__*/ (0, $bzgmy$react.forwardRef)($3f539f26b167ddde$var$Calendar);
|
|
1109
1109
|
function $3f539f26b167ddde$var$RangeCalendar(props, ref) {
|
|
1110
1110
|
[props, ref] = (0, $c5ccf687772c0422$export$29f1550f4b0d4415)(props, ref, $3f539f26b167ddde$export$233dd9682e1ad64b);
|
|
1111
1111
|
let { locale: locale } = (0, $bzgmy$reactaria.useLocale)();
|
|
@@ -1166,7 +1166,7 @@ function $3f539f26b167ddde$var$RangeCalendar(props, ref) {
|
|
|
1166
1166
|
}
|
|
1167
1167
|
/**
|
|
1168
1168
|
* A range calendar displays one or more date grids and allows users to select a contiguous range of dates.
|
|
1169
|
-
*/ const $3f539f26b167ddde$export$a4f5c8b89d277a8d = (0, $bzgmy$react.forwardRef)($3f539f26b167ddde$var$RangeCalendar);
|
|
1169
|
+
*/ const $3f539f26b167ddde$export$a4f5c8b89d277a8d = /*#__PURE__*/ (0, $bzgmy$react.forwardRef)($3f539f26b167ddde$var$RangeCalendar);
|
|
1170
1170
|
const $3f539f26b167ddde$var$InternalCalendarGridContext = /*#__PURE__*/ (0, $bzgmy$react.createContext)(null);
|
|
1171
1171
|
function $3f539f26b167ddde$var$CalendarGrid(props, ref) {
|
|
1172
1172
|
let state = (0, $bzgmy$react.useContext)($3f539f26b167ddde$var$InternalCalendarContext);
|
|
@@ -1711,7 +1711,7 @@ function $a03b42240404b420$var$ListBoxPortal({ props: props , listBoxRef: listBo
|
|
|
1711
1711
|
}
|
|
1712
1712
|
/**
|
|
1713
1713
|
* A listbox displays a list of options and allows a user to select one or more of them.
|
|
1714
|
-
*/ const $a03b42240404b420$export$41f133550aa26f48 = (0, $bzgmy$react.forwardRef)($a03b42240404b420$var$ListBox);
|
|
1714
|
+
*/ const $a03b42240404b420$export$41f133550aa26f48 = /*#__PURE__*/ (0, $bzgmy$react.forwardRef)($a03b42240404b420$var$ListBox);
|
|
1715
1715
|
function $a03b42240404b420$var$ListBoxInner({ state: state , props: props , listBoxRef: listBoxRef }) {
|
|
1716
1716
|
let { dragAndDropHooks: dragAndDropHooks } = props;
|
|
1717
1717
|
let { collection: collection , selectionManager: selectionManager } = state;
|
|
@@ -2234,7 +2234,7 @@ function $1d716ce69f118fad$var$ComboBox(props, ref) {
|
|
|
2234
2234
|
}
|
|
2235
2235
|
/**
|
|
2236
2236
|
* A combo box combines a text input with a listbox, allowing users to filter a list of options to items matching a query.
|
|
2237
|
-
*/ const $1d716ce69f118fad$export$72b9695b8216309a = (0, $bzgmy$react.forwardRef)($1d716ce69f118fad$var$ComboBox);
|
|
2237
|
+
*/ const $1d716ce69f118fad$export$72b9695b8216309a = /*#__PURE__*/ (0, $bzgmy$react.forwardRef)($1d716ce69f118fad$var$ComboBox);
|
|
2238
2238
|
|
|
2239
2239
|
|
|
2240
2240
|
/*
|
|
@@ -2313,7 +2313,7 @@ function $9eb4e1c2268ca198$var$DateField(props, ref) {
|
|
|
2313
2313
|
/**
|
|
2314
2314
|
* A date field allows users to enter and edit date and time values using a keyboard.
|
|
2315
2315
|
* Each part of a date value is displayed in an individually editable segment.
|
|
2316
|
-
*/ const $9eb4e1c2268ca198$export$d9781c7894a82487 = (0, $bzgmy$react.forwardRef)($9eb4e1c2268ca198$var$DateField);
|
|
2316
|
+
*/ const $9eb4e1c2268ca198$export$d9781c7894a82487 = /*#__PURE__*/ (0, $bzgmy$react.forwardRef)($9eb4e1c2268ca198$var$DateField);
|
|
2317
2317
|
function $9eb4e1c2268ca198$var$TimeField(props, ref) {
|
|
2318
2318
|
[props, ref] = (0, $c5ccf687772c0422$export$29f1550f4b0d4415)(props, ref, $9eb4e1c2268ca198$export$8e17ddc448e87c1e);
|
|
2319
2319
|
let { locale: locale } = (0, $bzgmy$reactaria.useLocale)();
|
|
@@ -2369,7 +2369,7 @@ function $9eb4e1c2268ca198$var$TimeField(props, ref) {
|
|
|
2369
2369
|
/**
|
|
2370
2370
|
* A time field allows users to enter and edit time values using a keyboard.
|
|
2371
2371
|
* Each part of a time value is displayed in an individually editable segment.
|
|
2372
|
-
*/ const $9eb4e1c2268ca198$export$5eaee2322dd727eb = (0, $bzgmy$react.forwardRef)($9eb4e1c2268ca198$var$TimeField);
|
|
2372
|
+
*/ const $9eb4e1c2268ca198$export$5eaee2322dd727eb = /*#__PURE__*/ (0, $bzgmy$react.forwardRef)($9eb4e1c2268ca198$var$TimeField);
|
|
2373
2373
|
const $9eb4e1c2268ca198$var$InternalDateInputContext = /*#__PURE__*/ (0, $bzgmy$react.createContext)(null);
|
|
2374
2374
|
function $9eb4e1c2268ca198$var$DateInput({ children: children , slot: slot , ...otherProps }, ref) {
|
|
2375
2375
|
let [{ state: state , fieldProps: fieldProps }, fieldRef] = (0, $c5ccf687772c0422$export$29f1550f4b0d4415)({
|
|
@@ -2805,7 +2805,7 @@ function $adfe8d3f75d5162e$var$DatePicker(props, ref) {
|
|
|
2805
2805
|
}
|
|
2806
2806
|
/**
|
|
2807
2807
|
* A date picker combines a DateField and a Calendar popover to allow users to enter or select a date and time value.
|
|
2808
|
-
*/ const $adfe8d3f75d5162e$export$5109c6dd95d8fb00 = (0, $bzgmy$react.forwardRef)($adfe8d3f75d5162e$var$DatePicker);
|
|
2808
|
+
*/ const $adfe8d3f75d5162e$export$5109c6dd95d8fb00 = /*#__PURE__*/ (0, $bzgmy$react.forwardRef)($adfe8d3f75d5162e$var$DatePicker);
|
|
2809
2809
|
function $adfe8d3f75d5162e$var$DateRangePicker(props, ref) {
|
|
2810
2810
|
[props, ref] = (0, $c5ccf687772c0422$export$29f1550f4b0d4415)(props, ref, $adfe8d3f75d5162e$export$8282edba42ee28a);
|
|
2811
2811
|
let state = (0, $bzgmy$reactstately.useDateRangePickerState)(props);
|
|
@@ -2917,7 +2917,7 @@ function $adfe8d3f75d5162e$var$DateRangePicker(props, ref) {
|
|
|
2917
2917
|
/**
|
|
2918
2918
|
* A date range picker combines two DateFields and a RangeCalendar popover to allow
|
|
2919
2919
|
* users to enter or select a date and time range.
|
|
2920
|
-
*/ const $adfe8d3f75d5162e$export$17334619f3ac2224 = (0, $bzgmy$react.forwardRef)($adfe8d3f75d5162e$var$DateRangePicker);
|
|
2920
|
+
*/ const $adfe8d3f75d5162e$export$17334619f3ac2224 = /*#__PURE__*/ (0, $bzgmy$react.forwardRef)($adfe8d3f75d5162e$var$DateRangePicker);
|
|
2921
2921
|
|
|
2922
2922
|
|
|
2923
2923
|
|
|
@@ -3081,7 +3081,7 @@ function $132cbde493282f82$var$GridList(props, ref) {
|
|
|
3081
3081
|
/**
|
|
3082
3082
|
* A grid list displays a list of interactive items, with support for keyboard navigation,
|
|
3083
3083
|
* single or multiple selection, and row actions.
|
|
3084
|
-
*/ const $132cbde493282f82$export$a7bfbda1311ca015 = (0, $bzgmy$react.forwardRef)($132cbde493282f82$var$GridList);
|
|
3084
|
+
*/ const $132cbde493282f82$export$a7bfbda1311ca015 = /*#__PURE__*/ (0, $bzgmy$react.forwardRef)($132cbde493282f82$var$GridList);
|
|
3085
3085
|
function $132cbde493282f82$var$GridListItem({ item: item }) {
|
|
3086
3086
|
let { state: state , dragAndDropHooks: dragAndDropHooks , dragState: dragState , dropState: dropState } = (0, $bzgmy$react.useContext)($132cbde493282f82$var$InternalGridListContext);
|
|
3087
3087
|
let ref = (0, ($parcel$interopDefault($bzgmy$react))).useRef(null);
|
|
@@ -3412,7 +3412,7 @@ function $a8f6e7d095d1cc86$var$MenuInner({ props: props , collection: collection
|
|
|
3412
3412
|
}
|
|
3413
3413
|
/**
|
|
3414
3414
|
* A menu displays a list of actions or options that a user can choose.
|
|
3415
|
-
*/ const $a8f6e7d095d1cc86$export$d9b273488cd8ce6f = (0, $bzgmy$react.forwardRef)($a8f6e7d095d1cc86$var$Menu);
|
|
3415
|
+
*/ const $a8f6e7d095d1cc86$export$d9b273488cd8ce6f = /*#__PURE__*/ (0, $bzgmy$react.forwardRef)($a8f6e7d095d1cc86$var$Menu);
|
|
3416
3416
|
function $a8f6e7d095d1cc86$var$MenuSection({ section: section , className: className , style: style , ...otherProps }) {
|
|
3417
3417
|
var _section_props, _section_props1;
|
|
3418
3418
|
let state = (0, $bzgmy$react.useContext)($a8f6e7d095d1cc86$var$InternalMenuContext);
|
|
@@ -4031,7 +4031,7 @@ function $17f0ecdc17674b23$var$Select(props, ref) {
|
|
|
4031
4031
|
}
|
|
4032
4032
|
/**
|
|
4033
4033
|
* A select displays a collapsible list of options and allows a user to select one of them.
|
|
4034
|
-
*/ const $17f0ecdc17674b23$export$ef9b1a59e592288f = (0, $bzgmy$react.forwardRef)($17f0ecdc17674b23$var$Select);
|
|
4034
|
+
*/ const $17f0ecdc17674b23$export$ef9b1a59e592288f = /*#__PURE__*/ (0, $bzgmy$react.forwardRef)($17f0ecdc17674b23$var$Select);
|
|
4035
4035
|
function $17f0ecdc17674b23$var$SelectValue(props, ref) {
|
|
4036
4036
|
var _state_selectedItem, _state_selectedItem1, _state_selectedItem2;
|
|
4037
4037
|
let { state: state , valueProps: valueProps } = (0, $bzgmy$react.useContext)($17f0ecdc17674b23$var$InternalSelectContext);
|
|
@@ -4074,7 +4074,7 @@ function $17f0ecdc17674b23$var$SelectValue(props, ref) {
|
|
|
4074
4074
|
/**
|
|
4075
4075
|
* SelectValue renders the current value of a Select, or a placeholder if no value is selected.
|
|
4076
4076
|
* It is usually placed within the button element.
|
|
4077
|
-
*/ const $17f0ecdc17674b23$export$e288731fd71264f0 = (0, $bzgmy$react.forwardRef)($17f0ecdc17674b23$var$SelectValue);
|
|
4077
|
+
*/ const $17f0ecdc17674b23$export$e288731fd71264f0 = /*#__PURE__*/ (0, $bzgmy$react.forwardRef)($17f0ecdc17674b23$var$SelectValue);
|
|
4078
4078
|
|
|
4079
4079
|
|
|
4080
4080
|
|
|
@@ -4144,7 +4144,7 @@ function $b7152ce4839d0838$var$Slider(props, ref) {
|
|
|
4144
4144
|
}
|
|
4145
4145
|
/**
|
|
4146
4146
|
* A slider allows a user to select one or more values within a range.
|
|
4147
|
-
*/ const $b7152ce4839d0838$export$472062a354075cee = (0, $bzgmy$react.forwardRef)($b7152ce4839d0838$var$Slider);
|
|
4147
|
+
*/ const $b7152ce4839d0838$export$472062a354075cee = /*#__PURE__*/ (0, $bzgmy$react.forwardRef)($b7152ce4839d0838$var$Slider);
|
|
4148
4148
|
function $b7152ce4839d0838$var$SliderOutput({ children: children , style: style , className: className }, ref) {
|
|
4149
4149
|
let { state: state , outputProps: outputProps } = (0, $bzgmy$react.useContext)($b7152ce4839d0838$var$InternalSliderContext);
|
|
4150
4150
|
let renderProps = (0, $c5ccf687772c0422$export$4d86445c2cf5e3)({
|
|
@@ -5064,7 +5064,7 @@ function $f982e6cd1aac14a3$var$TabList(props, ref) {
|
|
|
5064
5064
|
/**
|
|
5065
5065
|
* A TabList is used within Tabs to group tabs that a user can switch between.
|
|
5066
5066
|
* The ids of the items within the <TabList> must match up with a corresponding item inside the <TabPanels>.
|
|
5067
|
-
*/ const $f982e6cd1aac14a3$export$e51a686c67fdaa2d = (0, $bzgmy$react.forwardRef)($f982e6cd1aac14a3$var$TabList);
|
|
5067
|
+
*/ const $f982e6cd1aac14a3$export$e51a686c67fdaa2d = /*#__PURE__*/ (0, $bzgmy$react.forwardRef)($f982e6cd1aac14a3$var$TabList);
|
|
5068
5068
|
function $f982e6cd1aac14a3$export$3e41faf802a29e71(props) {
|
|
5069
5069
|
// @ts-ignore
|
|
5070
5070
|
return (0, $3114c2382242bdc0$export$6d08773d2e66f8f2)(props);
|