@commercetools/nimbus-mcp 2.11.0 → 3.1.0
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/data/docs/route-manifest.json +1421 -605
- package/data/docs/routes/components-data-display-card.json +71 -5
- package/data/docs/routes/components-data-display-data-table.json +66 -34
- package/data/docs/routes/components-data-display-draggable-list.json +62 -7
- package/data/docs/routes/components-feedback-toast.json +1 -1
- package/data/docs/routes/components-inputs-checkbox.json +2 -2
- package/data/docs/routes/components-layout-defaultpage.json +4 -4
- package/data/docs/routes/components-layout-modalpage.json +4 -4
- package/data/docs/routes/components-layout-scrollarea.json +3 -3
- package/data/docs/routes/components-layout-splitter.json +654 -0
- package/data/docs/routes/components-media-avatar.json +24 -2
- package/data/docs/routes/components-utilities-region.json +265 -0
- package/data/docs/routes/home-getting-started-bundler-plugins.json +248 -0
- package/data/docs/routes/hooks-usedraganddrop.json +310 -0
- package/data/docs/routes/patterns-actions-form-action-bar.json +412 -0
- package/data/docs/routes/patterns-actions.json +78 -0
- package/data/docs/routes/patterns-dialogs-confirmation-dialog.json +391 -0
- package/data/docs/routes/patterns-dialogs-form-dialog.json +358 -0
- package/data/docs/routes/patterns-dialogs-info-dialog.json +315 -0
- package/data/docs/routes/patterns-dialogs.json +78 -0
- package/data/docs/routes/patterns-pages-public-page-layout.json +371 -0
- package/data/docs/routes/patterns-pages.json +78 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionContent.json +32 -32
- package/data/docs/types/AccordionHeader.json +102 -102
- package/data/docs/types/AccordionItem.json +28 -28
- package/data/docs/types/AccordionRoot.json +15 -15
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +89 -89
- package/data/docs/types/AlertTitle.json +8 -8
- package/data/docs/types/Avatar.json +8 -8
- package/data/docs/types/Badge.json +2 -2
- package/data/docs/types/Body.json +6 -6
- package/data/docs/types/Box.json +6 -6
- package/data/docs/types/Button.json +97 -97
- package/data/docs/types/Calendar.json +111 -65
- package/data/docs/types/Caption.json +6 -6
- package/data/docs/types/Card.json +1 -1
- package/data/docs/types/{CardContent.json → CardBody.json} +2 -2
- package/data/docs/types/CardFooter.json +27 -0
- package/data/docs/types/CardRoot.json +18 -48
- package/data/docs/types/Cell.json +20 -20
- package/data/docs/types/Checkbox.json +99 -99
- package/data/docs/types/Code.json +10 -10
- package/data/docs/types/CollapsibleMotionContent.json +2 -2
- package/data/docs/types/CollapsibleMotionRoot.json +2 -2
- package/data/docs/types/CollapsibleMotionTrigger.json +4 -4
- package/data/docs/types/Column.json +8 -8
- package/data/docs/types/ColumnGroup.json +8 -8
- package/data/docs/types/ColumnHeader.json +18 -18
- package/data/docs/types/ComboBoxListBox.json +80 -80
- package/data/docs/types/ComboBoxOption.json +77 -77
- package/data/docs/types/ComboBoxPopover.json +77 -77
- package/data/docs/types/ComboBoxRoot.json +8 -8
- package/data/docs/types/ComboBoxSection.json +29 -29
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/ConfirmationDialog.json +224 -0
- package/data/docs/types/Content.json +2 -2
- package/data/docs/types/DataTable.json +17 -2
- package/data/docs/types/DataTableBody.json +24 -24
- package/data/docs/types/DataTableHeader.json +31 -31
- package/data/docs/types/DataTableRoot.json +17 -2
- package/data/docs/types/DataTableTable.json +35 -20
- package/data/docs/types/DateInput.json +84 -84
- package/data/docs/types/DatePicker.json +65 -65
- package/data/docs/types/DateRangePicker.json +99 -99
- package/data/docs/types/DateRangePickerField.json +99 -99
- package/data/docs/types/DefaultPageBackLink.json +16 -16
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +87 -87
- package/data/docs/types/DialogTrigger.json +2 -2
- package/data/docs/types/DragAndDropItemData.json +9 -0
- package/data/docs/types/DragAndDropProps.json +9 -0
- package/data/docs/types/DraggableListField.json +159 -70
- package/data/docs/types/DraggableListItem.json +63 -63
- package/data/docs/types/DraggableListRoot.json +159 -70
- package/data/docs/types/DrawerCloseTrigger.json +87 -87
- package/data/docs/types/DrawerTrigger.json +2 -2
- package/data/docs/types/FieldErrors.json +2 -2
- package/data/docs/types/Flex.json +22 -22
- package/data/docs/types/Footer.json +6 -6
- package/data/docs/types/FormActionBar.json +200 -0
- package/data/docs/types/FormDialog.json +198 -0
- package/data/docs/types/FormFieldRoot.json +2 -2
- package/data/docs/types/Grid.json +24 -24
- package/data/docs/types/Group.json +12 -12
- package/data/docs/types/Header.json +6 -6
- package/data/docs/types/Heading.json +8 -8
- package/data/docs/types/Icon.json +4 -4
- package/data/docs/types/IconButton.json +97 -97
- package/data/docs/types/IconToggleButton.json +84 -84
- package/data/docs/types/Image.json +30 -30
- package/data/docs/types/Indicator.json +6 -6
- package/data/docs/types/InfoDialog.json +104 -0
- package/data/docs/types/InlineSvg.json +2 -2
- package/data/docs/types/Item.json +6 -6
- package/data/docs/types/Kbd.json +8 -8
- package/data/docs/types/Link.json +31 -31
- package/data/docs/types/ListIndicator.json +6 -6
- package/data/docs/types/ListItem.json +6 -6
- package/data/docs/types/ListRoot.json +10 -10
- package/data/docs/types/LoadingSpinner.json +2 -2
- package/data/docs/types/MakeElementFocusable.json +19 -19
- package/data/docs/types/MenuItem.json +75 -75
- package/data/docs/types/MenuRoot.json +63 -63
- package/data/docs/types/MenuSection.json +35 -54
- package/data/docs/types/MenuSubmenuTrigger.json +5 -5
- package/data/docs/types/MenuTrigger.json +102 -102
- package/data/docs/types/MultilineTextInput.json +134 -134
- package/data/docs/types/MultilineTextInputField.json +131 -131
- package/data/docs/types/NumberInput.json +100 -100
- package/data/docs/types/NumberInputField.json +95 -95
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +6 -6
- package/data/docs/types/PasswordInput.json +129 -129
- package/data/docs/types/PasswordInputField.json +129 -129
- package/data/docs/types/ProgressBar.json +14 -14
- package/data/docs/types/PublicPageLayout.json +99 -0
- package/data/docs/types/RadioInputOption.json +64 -64
- package/data/docs/types/RadioInputRoot.json +55 -55
- package/data/docs/types/RangeCalendar.json +90 -71
- package/data/docs/types/Region.json +114 -0
- package/data/docs/types/RegionProvider.json +25 -0
- package/data/docs/types/RegionTarget.json +112 -0
- package/data/docs/types/RichTextInput.json +2 -2
- package/data/docs/types/Root.json +10 -10
- package/data/docs/types/Row.json +6 -6
- package/data/docs/types/SPLITTER_SIZE_TOKENS.json +9 -0
- package/data/docs/types/ScrollArea.json +6 -6
- package/data/docs/types/SearchInput.json +136 -136
- package/data/docs/types/SearchInputField.json +131 -131
- package/data/docs/types/SelectOption.json +66 -66
- package/data/docs/types/SelectOptionGroup.json +22 -22
- package/data/docs/types/SelectOptions.json +74 -74
- package/data/docs/types/SelectRoot.json +102 -102
- package/data/docs/types/Separator.json +4 -4
- package/data/docs/types/SimpleGrid.json +28 -28
- package/data/docs/types/SplitButton.json +12 -12
- package/data/docs/types/Splitter.json +12 -0
- package/data/docs/types/SplitterAside.json +27 -0
- package/data/docs/types/SplitterHandle.json +27 -0
- package/data/docs/types/SplitterMain.json +27 -0
- package/data/docs/types/SplitterRoot.json +271 -0
- package/data/docs/types/SplitterSizeToken.json +9 -0
- package/data/docs/types/Stack.json +2 -2
- package/data/docs/types/StepsNextTrigger.json +2 -2
- package/data/docs/types/StepsPrevTrigger.json +2 -2
- package/data/docs/types/StepsRoot.json +2 -2
- package/data/docs/types/StepsTrigger.json +2 -2
- package/data/docs/types/Switch.json +38 -38
- package/data/docs/types/TabNavItem.json +18 -18
- package/data/docs/types/TabNavRoot.json +2 -2
- package/data/docs/types/TableBody.json +6 -6
- package/data/docs/types/TableCaption.json +6 -6
- package/data/docs/types/TableCell.json +20 -20
- package/data/docs/types/TableColumn.json +8 -8
- package/data/docs/types/TableColumnGroup.json +8 -8
- package/data/docs/types/TableColumnHeader.json +18 -18
- package/data/docs/types/TableFooter.json +6 -6
- package/data/docs/types/TableHeader.json +6 -6
- package/data/docs/types/TableRoot.json +32 -32
- package/data/docs/types/TableRow.json +6 -6
- package/data/docs/types/TableScrollArea.json +6 -6
- package/data/docs/types/TabsTab.json +2 -2
- package/data/docs/types/TagGroupRoot.json +27 -27
- package/data/docs/types/TagGroupTag.json +68 -68
- package/data/docs/types/TagGroupTagList.json +18 -18
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/TextInput.json +132 -132
- package/data/docs/types/TextInputField.json +129 -129
- package/data/docs/types/TimeInput.json +78 -78
- package/data/docs/types/ToggleButton.json +86 -86
- package/data/docs/types/ToggleButtonGroupButton.json +33 -33
- package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
- package/data/docs/types/Toolbar.json +12 -12
- package/data/docs/types/TooltipContent.json +31 -31
- package/data/docs/types/TooltipRoot.json +18 -18
- package/data/docs/types/Trigger.json +4 -4
- package/data/docs/types/UseDragAndDropOptions.json +9 -0
- package/data/docs/types/VisuallyHidden.json +7 -7
- package/data/docs/types/createArrayHandlers.json +12 -0
- package/data/docs/types/createItemsFromCsvDrop.json +833 -0
- package/data/docs/types/createItemsFromDirectoryDrop.json +833 -0
- package/data/docs/types/createItemsFromFileDrop.json +833 -0
- package/data/docs/types/createItemsFromImageDrop.json +833 -0
- package/data/docs/types/createItemsFromJsonDrop.json +833 -0
- package/data/docs/types/createItemsFromTextDrop.json +12 -0
- package/data/docs/types/createListDataHandlers.json +102 -0
- package/data/docs/types/manifest.json +32 -2
- package/data/docs/types/toast.json +0 -15
- package/data/docs/types/useDragAndDrop.json +174 -0
- package/data/docs/types/useRegion.json +1052 -0
- package/data/docs/types/useResponsiveSplitterSizes.json +143 -0
- package/package.json +7 -7
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
|
|
47
47
|
"name": "form",
|
|
48
48
|
"parent": {
|
|
49
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
49
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
50
50
|
"name": "InputDOMProps"
|
|
51
51
|
},
|
|
52
52
|
"declarations": [
|
|
53
53
|
{
|
|
54
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
54
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
55
55
|
"name": "InputDOMProps"
|
|
56
56
|
}
|
|
57
57
|
],
|
|
@@ -62,15 +62,15 @@
|
|
|
62
62
|
},
|
|
63
63
|
"slot": {
|
|
64
64
|
"defaultValue": null,
|
|
65
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
65
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent\ncomponent. An explicit `null` value indicates that the local props completely override all\nprops received from a parent.",
|
|
66
66
|
"name": "slot",
|
|
67
67
|
"parent": {
|
|
68
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
68
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
69
69
|
"name": "SlotProps"
|
|
70
70
|
},
|
|
71
71
|
"declarations": [
|
|
72
72
|
{
|
|
73
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
73
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
74
74
|
"name": "SlotProps"
|
|
75
75
|
}
|
|
76
76
|
],
|
|
@@ -81,15 +81,15 @@
|
|
|
81
81
|
},
|
|
82
82
|
"style": {
|
|
83
83
|
"defaultValue": null,
|
|
84
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
84
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the\nelement. A function may be provided to compute the style based on component state.",
|
|
85
85
|
"name": "style",
|
|
86
86
|
"parent": {
|
|
87
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
87
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
88
88
|
"name": "StyleRenderProps"
|
|
89
89
|
},
|
|
90
90
|
"declarations": [
|
|
91
91
|
{
|
|
92
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
92
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
93
93
|
"name": "StyleRenderProps"
|
|
94
94
|
}
|
|
95
95
|
],
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
"description": "The default value (uncontrolled).",
|
|
104
104
|
"name": "defaultValue",
|
|
105
105
|
"parent": {
|
|
106
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
106
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
107
107
|
"name": "ValueBase"
|
|
108
108
|
},
|
|
109
109
|
"declarations": [
|
|
110
110
|
{
|
|
111
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
111
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
112
112
|
"name": "ValueBase"
|
|
113
113
|
}
|
|
114
114
|
],
|
|
@@ -122,12 +122,12 @@
|
|
|
122
122
|
"description": "Whether the element should receive focus on render.",
|
|
123
123
|
"name": "autoFocus",
|
|
124
124
|
"parent": {
|
|
125
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
125
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
126
126
|
"name": "FocusableProps"
|
|
127
127
|
},
|
|
128
128
|
"declarations": [
|
|
129
129
|
{
|
|
130
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
130
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
131
131
|
"name": "FocusableProps"
|
|
132
132
|
}
|
|
133
133
|
],
|
|
@@ -140,15 +140,15 @@
|
|
|
140
140
|
"defaultValue": {
|
|
141
141
|
"value": "'react-aria-DateRangePicker'"
|
|
142
142
|
},
|
|
143
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
143
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
144
144
|
"name": "className",
|
|
145
145
|
"parent": {
|
|
146
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
146
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/DatePicker.d.ts",
|
|
147
147
|
"name": "DateRangePickerProps"
|
|
148
148
|
},
|
|
149
149
|
"declarations": [
|
|
150
150
|
{
|
|
151
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
151
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/DatePicker.d.ts",
|
|
152
152
|
"name": "DateRangePickerProps"
|
|
153
153
|
}
|
|
154
154
|
],
|
|
@@ -159,15 +159,15 @@
|
|
|
159
159
|
},
|
|
160
160
|
"id": {
|
|
161
161
|
"defaultValue": null,
|
|
162
|
-
"description": "The element's unique identifier. See
|
|
162
|
+
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
163
163
|
"name": "id",
|
|
164
164
|
"parent": {
|
|
165
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
165
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
166
166
|
"name": "DOMProps"
|
|
167
167
|
},
|
|
168
168
|
"declarations": [
|
|
169
169
|
{
|
|
170
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
170
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
171
171
|
"name": "DOMProps"
|
|
172
172
|
}
|
|
173
173
|
],
|
|
@@ -181,12 +181,12 @@
|
|
|
181
181
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
182
182
|
"name": "aria-describedby",
|
|
183
183
|
"parent": {
|
|
184
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
184
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
185
185
|
"name": "AriaLabelingProps"
|
|
186
186
|
},
|
|
187
187
|
"declarations": [
|
|
188
188
|
{
|
|
189
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
189
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
190
190
|
"name": "AriaLabelingProps"
|
|
191
191
|
}
|
|
192
192
|
],
|
|
@@ -197,15 +197,15 @@
|
|
|
197
197
|
},
|
|
198
198
|
"aria-details": {
|
|
199
199
|
"defaultValue": null,
|
|
200
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
200
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
201
201
|
"name": "aria-details",
|
|
202
202
|
"parent": {
|
|
203
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
203
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
204
204
|
"name": "AriaLabelingProps"
|
|
205
205
|
},
|
|
206
206
|
"declarations": [
|
|
207
207
|
{
|
|
208
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
208
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
209
209
|
"name": "AriaLabelingProps"
|
|
210
210
|
}
|
|
211
211
|
],
|
|
@@ -219,12 +219,12 @@
|
|
|
219
219
|
"description": "Defines a string value that labels the current element.",
|
|
220
220
|
"name": "aria-label",
|
|
221
221
|
"parent": {
|
|
222
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
222
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223
223
|
"name": "AriaLabelingProps"
|
|
224
224
|
},
|
|
225
225
|
"declarations": [
|
|
226
226
|
{
|
|
227
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
227
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
228
228
|
"name": "AriaLabelingProps"
|
|
229
229
|
}
|
|
230
230
|
],
|
|
@@ -238,12 +238,12 @@
|
|
|
238
238
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
239
239
|
"name": "aria-labelledby",
|
|
240
240
|
"parent": {
|
|
241
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
241
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
242
242
|
"name": "AriaLabelingProps"
|
|
243
243
|
},
|
|
244
244
|
"declarations": [
|
|
245
245
|
{
|
|
246
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
246
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
247
247
|
"name": "AriaLabelingProps"
|
|
248
248
|
}
|
|
249
249
|
],
|
|
@@ -254,15 +254,15 @@
|
|
|
254
254
|
},
|
|
255
255
|
"children": {
|
|
256
256
|
"defaultValue": null,
|
|
257
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
257
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
258
258
|
"name": "children",
|
|
259
259
|
"parent": {
|
|
260
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
260
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
261
261
|
"name": "RenderProps"
|
|
262
262
|
},
|
|
263
263
|
"declarations": [
|
|
264
264
|
{
|
|
265
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
265
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
266
266
|
"name": "RenderProps"
|
|
267
267
|
}
|
|
268
268
|
],
|
|
@@ -276,12 +276,12 @@
|
|
|
276
276
|
"description": "Handler that is called when the element receives focus.",
|
|
277
277
|
"name": "onFocus",
|
|
278
278
|
"parent": {
|
|
279
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
279
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
280
280
|
"name": "FocusEvents"
|
|
281
281
|
},
|
|
282
282
|
"declarations": [
|
|
283
283
|
{
|
|
284
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
284
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
285
285
|
"name": "FocusEvents"
|
|
286
286
|
}
|
|
287
287
|
],
|
|
@@ -295,12 +295,12 @@
|
|
|
295
295
|
"description": "Handler that is called when the element loses focus.",
|
|
296
296
|
"name": "onBlur",
|
|
297
297
|
"parent": {
|
|
298
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
298
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
299
299
|
"name": "FocusEvents"
|
|
300
300
|
},
|
|
301
301
|
"declarations": [
|
|
302
302
|
{
|
|
303
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
303
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
304
304
|
"name": "FocusEvents"
|
|
305
305
|
}
|
|
306
306
|
],
|
|
@@ -314,12 +314,12 @@
|
|
|
314
314
|
"description": "Handler that is called when the value changes.",
|
|
315
315
|
"name": "onChange",
|
|
316
316
|
"parent": {
|
|
317
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
317
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
318
318
|
"name": "ValueBase"
|
|
319
319
|
},
|
|
320
320
|
"declarations": [
|
|
321
321
|
{
|
|
322
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
322
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
323
323
|
"name": "ValueBase"
|
|
324
324
|
}
|
|
325
325
|
],
|
|
@@ -333,12 +333,12 @@
|
|
|
333
333
|
"description": "Handler that is called when a key is pressed.",
|
|
334
334
|
"name": "onKeyDown",
|
|
335
335
|
"parent": {
|
|
336
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
336
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
337
337
|
"name": "KeyboardEvents"
|
|
338
338
|
},
|
|
339
339
|
"declarations": [
|
|
340
340
|
{
|
|
341
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
341
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
342
342
|
"name": "KeyboardEvents"
|
|
343
343
|
}
|
|
344
344
|
],
|
|
@@ -352,12 +352,12 @@
|
|
|
352
352
|
"description": "Handler that is called when a key is released.",
|
|
353
353
|
"name": "onKeyUp",
|
|
354
354
|
"parent": {
|
|
355
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
355
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
356
356
|
"name": "KeyboardEvents"
|
|
357
357
|
},
|
|
358
358
|
"declarations": [
|
|
359
359
|
{
|
|
360
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
360
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
361
361
|
"name": "KeyboardEvents"
|
|
362
362
|
}
|
|
363
363
|
],
|
|
@@ -371,12 +371,12 @@
|
|
|
371
371
|
"description": "The current value (controlled).",
|
|
372
372
|
"name": "value",
|
|
373
373
|
"parent": {
|
|
374
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
374
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
375
375
|
"name": "ValueBase"
|
|
376
376
|
},
|
|
377
377
|
"declarations": [
|
|
378
378
|
{
|
|
379
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
379
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
380
380
|
"name": "ValueBase"
|
|
381
381
|
}
|
|
382
382
|
],
|
|
@@ -390,12 +390,12 @@
|
|
|
390
390
|
"description": "Whether the input is disabled.",
|
|
391
391
|
"name": "isDisabled",
|
|
392
392
|
"parent": {
|
|
393
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
393
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
394
394
|
"name": "InputBase"
|
|
395
395
|
},
|
|
396
396
|
"declarations": [
|
|
397
397
|
{
|
|
398
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
398
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
399
399
|
"name": "InputBase"
|
|
400
400
|
}
|
|
401
401
|
],
|
|
@@ -409,12 +409,12 @@
|
|
|
409
409
|
"description": "Handler that is called when the element's focus status changes.",
|
|
410
410
|
"name": "onFocusChange",
|
|
411
411
|
"parent": {
|
|
412
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
412
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
413
413
|
"name": "FocusEvents"
|
|
414
414
|
},
|
|
415
415
|
"declarations": [
|
|
416
416
|
{
|
|
417
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
417
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
418
418
|
"name": "FocusEvents"
|
|
419
419
|
}
|
|
420
420
|
],
|
|
@@ -428,12 +428,12 @@
|
|
|
428
428
|
"description": "Whether the overlay is open by default (controlled).",
|
|
429
429
|
"name": "isOpen",
|
|
430
430
|
"parent": {
|
|
431
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
431
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
432
432
|
"name": "OverlayTriggerProps"
|
|
433
433
|
},
|
|
434
434
|
"declarations": [
|
|
435
435
|
{
|
|
436
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
436
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
437
437
|
"name": "OverlayTriggerProps"
|
|
438
438
|
}
|
|
439
439
|
],
|
|
@@ -447,12 +447,12 @@
|
|
|
447
447
|
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
448
448
|
"name": "defaultOpen",
|
|
449
449
|
"parent": {
|
|
450
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
450
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
451
451
|
"name": "OverlayTriggerProps"
|
|
452
452
|
},
|
|
453
453
|
"declarations": [
|
|
454
454
|
{
|
|
455
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
455
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
456
456
|
"name": "OverlayTriggerProps"
|
|
457
457
|
}
|
|
458
458
|
],
|
|
@@ -466,12 +466,12 @@
|
|
|
466
466
|
"description": "Handler that is called when the overlay's open state changes.",
|
|
467
467
|
"name": "onOpenChange",
|
|
468
468
|
"parent": {
|
|
469
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
469
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
470
470
|
"name": "OverlayTriggerProps"
|
|
471
471
|
},
|
|
472
472
|
"declarations": [
|
|
473
473
|
{
|
|
474
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
474
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
475
475
|
"name": "OverlayTriggerProps"
|
|
476
476
|
}
|
|
477
477
|
],
|
|
@@ -482,15 +482,15 @@
|
|
|
482
482
|
},
|
|
483
483
|
"render": {
|
|
484
484
|
"defaultValue": null,
|
|
485
|
-
"description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n
|
|
485
|
+
"description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n- You must render the expected element type (e.g. if `<button>` is expected, you cannot render an\n `<a>`).\n- Only a single root DOM element can be rendered (no fragments).\n- You must pass through props and ref to the underlying DOM element, merging with your own prop\n as appropriate.",
|
|
486
486
|
"name": "render",
|
|
487
487
|
"parent": {
|
|
488
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
488
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
489
489
|
"name": "DOMRenderProps"
|
|
490
490
|
},
|
|
491
491
|
"declarations": [
|
|
492
492
|
{
|
|
493
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
493
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
494
494
|
"name": "DOMRenderProps"
|
|
495
495
|
}
|
|
496
496
|
],
|
|
@@ -504,12 +504,12 @@
|
|
|
504
504
|
"description": "Whether user input is required on the input before form submission.",
|
|
505
505
|
"name": "isRequired",
|
|
506
506
|
"parent": {
|
|
507
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
507
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
508
508
|
"name": "Validation"
|
|
509
509
|
},
|
|
510
510
|
"declarations": [
|
|
511
511
|
{
|
|
512
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
512
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
513
513
|
"name": "Validation"
|
|
514
514
|
}
|
|
515
515
|
],
|
|
@@ -523,12 +523,12 @@
|
|
|
523
523
|
"description": "Whether the input value is invalid.",
|
|
524
524
|
"name": "isInvalid",
|
|
525
525
|
"parent": {
|
|
526
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
526
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
527
527
|
"name": "Validation"
|
|
528
528
|
},
|
|
529
529
|
"declarations": [
|
|
530
530
|
{
|
|
531
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
531
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
532
532
|
"name": "Validation"
|
|
533
533
|
}
|
|
534
534
|
],
|
|
@@ -542,12 +542,12 @@
|
|
|
542
542
|
"description": "Whether the input can be selected but not changed by the user.",
|
|
543
543
|
"name": "isReadOnly",
|
|
544
544
|
"parent": {
|
|
545
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
545
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
546
546
|
"name": "InputBase"
|
|
547
547
|
},
|
|
548
548
|
"declarations": [
|
|
549
549
|
{
|
|
550
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
550
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
551
551
|
"name": "InputBase"
|
|
552
552
|
}
|
|
553
553
|
],
|
|
@@ -563,12 +563,12 @@
|
|
|
563
563
|
"description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
|
|
564
564
|
"name": "validationBehavior",
|
|
565
565
|
"parent": {
|
|
566
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
566
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
567
567
|
"name": "RACValidation"
|
|
568
568
|
},
|
|
569
569
|
"declarations": [
|
|
570
570
|
{
|
|
571
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
571
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
572
572
|
"name": "RACValidation"
|
|
573
573
|
}
|
|
574
574
|
],
|
|
@@ -591,12 +591,12 @@
|
|
|
591
591
|
"description": "A function that returns an error message if a given value is invalid.\nValidation errors are displayed to the user when the form is submitted\nif `validationBehavior=\"native\"`. For realtime validation, use the `isInvalid`\nprop instead.",
|
|
592
592
|
"name": "validate",
|
|
593
593
|
"parent": {
|
|
594
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
594
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
595
595
|
"name": "Validation"
|
|
596
596
|
},
|
|
597
597
|
"declarations": [
|
|
598
598
|
{
|
|
599
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
599
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
600
600
|
"name": "Validation"
|
|
601
601
|
}
|
|
602
602
|
],
|
|
@@ -610,12 +610,12 @@
|
|
|
610
610
|
"description": "The minimum allowed time that a user may select.",
|
|
611
611
|
"name": "minValue",
|
|
612
612
|
"parent": {
|
|
613
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
613
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
614
614
|
"name": "TimePickerProps"
|
|
615
615
|
},
|
|
616
616
|
"declarations": [
|
|
617
617
|
{
|
|
618
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
618
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
619
619
|
"name": "TimePickerProps"
|
|
620
620
|
}
|
|
621
621
|
],
|
|
@@ -629,12 +629,12 @@
|
|
|
629
629
|
"description": "The maximum allowed time that a user may select.",
|
|
630
630
|
"name": "maxValue",
|
|
631
631
|
"parent": {
|
|
632
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
632
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
633
633
|
"name": "TimePickerProps"
|
|
634
634
|
},
|
|
635
635
|
"declarations": [
|
|
636
636
|
{
|
|
637
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
637
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
638
638
|
"name": "TimePickerProps"
|
|
639
639
|
}
|
|
640
640
|
],
|
|
@@ -650,12 +650,12 @@
|
|
|
650
650
|
"description": "Determines whether the date picker popover should close automatically when a date is selected.",
|
|
651
651
|
"name": "shouldCloseOnSelect",
|
|
652
652
|
"parent": {
|
|
653
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
653
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/useDateRangePickerState.d.ts",
|
|
654
654
|
"name": "DateRangePickerStateOptions"
|
|
655
655
|
},
|
|
656
656
|
"declarations": [
|
|
657
657
|
{
|
|
658
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
658
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/useDateRangePickerState.d.ts",
|
|
659
659
|
"name": "DateRangePickerStateOptions"
|
|
660
660
|
}
|
|
661
661
|
],
|
|
@@ -666,15 +666,15 @@
|
|
|
666
666
|
},
|
|
667
667
|
"hourCycle": {
|
|
668
668
|
"defaultValue": null,
|
|
669
|
-
"description": "Whether to display the time in 12 or 24 hour format. By default, this is determined by the
|
|
669
|
+
"description": "Whether to display the time in 12 or 24 hour format. By default, this is determined by the\nuser's locale.",
|
|
670
670
|
"name": "hourCycle",
|
|
671
671
|
"parent": {
|
|
672
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
672
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
673
673
|
"name": "TimePickerProps"
|
|
674
674
|
},
|
|
675
675
|
"declarations": [
|
|
676
676
|
{
|
|
677
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
677
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
678
678
|
"name": "TimePickerProps"
|
|
679
679
|
}
|
|
680
680
|
],
|
|
@@ -699,12 +699,12 @@
|
|
|
699
699
|
"description": "Determines the smallest unit that is displayed in the time picker.",
|
|
700
700
|
"name": "granularity",
|
|
701
701
|
"parent": {
|
|
702
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
702
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
703
703
|
"name": "TimePickerProps"
|
|
704
704
|
},
|
|
705
705
|
"declarations": [
|
|
706
706
|
{
|
|
707
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
707
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
708
708
|
"name": "TimePickerProps"
|
|
709
709
|
}
|
|
710
710
|
],
|
|
@@ -730,12 +730,12 @@
|
|
|
730
730
|
"description": "Whether to hide the time zone abbreviation.",
|
|
731
731
|
"name": "hideTimeZone",
|
|
732
732
|
"parent": {
|
|
733
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
733
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
734
734
|
"name": "TimePickerProps"
|
|
735
735
|
},
|
|
736
736
|
"declarations": [
|
|
737
737
|
{
|
|
738
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
738
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
739
739
|
"name": "TimePickerProps"
|
|
740
740
|
}
|
|
741
741
|
],
|
|
@@ -749,12 +749,12 @@
|
|
|
749
749
|
"description": "Whether to always show leading zeros in the hour field.\nBy default, this is determined by the user's locale.",
|
|
750
750
|
"name": "shouldForceLeadingZeros",
|
|
751
751
|
"parent": {
|
|
752
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
752
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
753
753
|
"name": "TimePickerProps"
|
|
754
754
|
},
|
|
755
755
|
"declarations": [
|
|
756
756
|
{
|
|
757
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
757
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
758
758
|
"name": "TimePickerProps"
|
|
759
759
|
}
|
|
760
760
|
],
|
|
@@ -765,15 +765,15 @@
|
|
|
765
765
|
},
|
|
766
766
|
"placeholderValue": {
|
|
767
767
|
"defaultValue": null,
|
|
768
|
-
"description": "A placeholder time that influences the format of the placeholder shown when no value is
|
|
768
|
+
"description": "A placeholder time that influences the format of the placeholder shown when no value is\nselected. Defaults to 12:00 AM or 00:00 depending on the hour cycle.",
|
|
769
769
|
"name": "placeholderValue",
|
|
770
770
|
"parent": {
|
|
771
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
771
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
772
772
|
"name": "TimePickerProps"
|
|
773
773
|
},
|
|
774
774
|
"declarations": [
|
|
775
775
|
{
|
|
776
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
776
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
777
777
|
"name": "TimePickerProps"
|
|
778
778
|
}
|
|
779
779
|
],
|
|
@@ -784,15 +784,15 @@
|
|
|
784
784
|
},
|
|
785
785
|
"isDateUnavailable": {
|
|
786
786
|
"defaultValue": null,
|
|
787
|
-
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is
|
|
787
|
+
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is\nunavailable.",
|
|
788
788
|
"name": "isDateUnavailable",
|
|
789
789
|
"parent": {
|
|
790
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
790
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
791
791
|
"name": "DateFieldBase"
|
|
792
792
|
},
|
|
793
793
|
"declarations": [
|
|
794
794
|
{
|
|
795
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
795
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
796
796
|
"name": "DateFieldBase"
|
|
797
797
|
}
|
|
798
798
|
],
|
|
@@ -805,15 +805,15 @@
|
|
|
805
805
|
"defaultValue": {
|
|
806
806
|
"value": "visible"
|
|
807
807
|
},
|
|
808
|
-
"description": "Controls the behavior of paging. Pagination either works by advancing the visible page by
|
|
808
|
+
"description": "Controls the behavior of paging. Pagination either works by advancing the visible page by\nvisibleDuration (default) or one unit of visibleDuration.",
|
|
809
809
|
"name": "pageBehavior",
|
|
810
810
|
"parent": {
|
|
811
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
811
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
812
812
|
"name": "DatePickerBase"
|
|
813
813
|
},
|
|
814
814
|
"declarations": [
|
|
815
815
|
{
|
|
816
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
816
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
817
817
|
"name": "DatePickerBase"
|
|
818
818
|
}
|
|
819
819
|
],
|
|
@@ -836,12 +836,12 @@
|
|
|
836
836
|
"description": "The day that starts the week.",
|
|
837
837
|
"name": "firstDayOfWeek",
|
|
838
838
|
"parent": {
|
|
839
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
839
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
840
840
|
"name": "DatePickerBase"
|
|
841
841
|
},
|
|
842
842
|
"declarations": [
|
|
843
843
|
{
|
|
844
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
844
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
845
845
|
"name": "DatePickerBase"
|
|
846
846
|
}
|
|
847
847
|
],
|
|
@@ -879,12 +879,12 @@
|
|
|
879
879
|
"description": "When combined with `isDateUnavailable`, determines whether non-contiguous ranges,\ni.e. ranges containing unavailable dates, may be selected.",
|
|
880
880
|
"name": "allowsNonContiguousRanges",
|
|
881
881
|
"parent": {
|
|
882
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
882
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
883
883
|
"name": "DateRangePickerProps"
|
|
884
884
|
},
|
|
885
885
|
"declarations": [
|
|
886
886
|
{
|
|
887
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
887
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
888
888
|
"name": "DateRangePickerProps"
|
|
889
889
|
}
|
|
890
890
|
],
|
|
@@ -895,15 +895,15 @@
|
|
|
895
895
|
},
|
|
896
896
|
"startName": {
|
|
897
897
|
"defaultValue": null,
|
|
898
|
-
"description": "The name of the start date input element, used when submitting an HTML form. See
|
|
898
|
+
"description": "The name of the start date input element, used when submitting an HTML form. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
899
899
|
"name": "startName",
|
|
900
900
|
"parent": {
|
|
901
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
901
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
902
902
|
"name": "DateRangePickerProps"
|
|
903
903
|
},
|
|
904
904
|
"declarations": [
|
|
905
905
|
{
|
|
906
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
906
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
907
907
|
"name": "DateRangePickerProps"
|
|
908
908
|
}
|
|
909
909
|
],
|
|
@@ -914,15 +914,15 @@
|
|
|
914
914
|
},
|
|
915
915
|
"endName": {
|
|
916
916
|
"defaultValue": null,
|
|
917
|
-
"description": "The name of the end date input element, used when submitting an HTML form. See
|
|
917
|
+
"description": "The name of the end date input element, used when submitting an HTML form. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
918
918
|
"name": "endName",
|
|
919
919
|
"parent": {
|
|
920
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
920
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
921
921
|
"name": "DateRangePickerProps"
|
|
922
922
|
},
|
|
923
923
|
"declarations": [
|
|
924
924
|
{
|
|
925
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
925
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
926
926
|
"name": "DateRangePickerProps"
|
|
927
927
|
}
|
|
928
928
|
],
|