@commercetools/nimbus-mcp 3.0.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 +1407 -794
- 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-inputs-checkbox.json +2 -2
- package/data/docs/routes/components-layout-splitter.json +654 -0
- 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.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.json +2 -2
- 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 +2 -2
- 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/CardRoot.json +2 -2
- 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/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/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 +2 -2
- 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 +29 -2
- 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 +6 -6
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"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).",
|
|
28
28
|
"name": "form",
|
|
29
29
|
"parent": {
|
|
30
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
30
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/select/useSelect.d.ts",
|
|
31
31
|
"name": "AriaSelectProps"
|
|
32
32
|
},
|
|
33
33
|
"declarations": [
|
|
34
34
|
{
|
|
35
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
35
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/select/useSelect.d.ts",
|
|
36
36
|
"name": "AriaSelectProps"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
39
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/select/useSelect.d.ts",
|
|
40
40
|
"name": "AriaSelectProps"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
},
|
|
48
48
|
"slot": {
|
|
49
49
|
"defaultValue": null,
|
|
50
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
50
|
+
"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.",
|
|
51
51
|
"name": "slot",
|
|
52
52
|
"parent": {
|
|
53
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
53
|
+
"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",
|
|
54
54
|
"name": "SlotProps"
|
|
55
55
|
},
|
|
56
56
|
"declarations": [
|
|
57
57
|
{
|
|
58
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
58
|
+
"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",
|
|
59
59
|
"name": "SlotProps"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
},
|
|
67
67
|
"style": {
|
|
68
68
|
"defaultValue": null,
|
|
69
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
69
|
+
"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.",
|
|
70
70
|
"name": "style",
|
|
71
71
|
"parent": {
|
|
72
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
72
|
+
"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",
|
|
73
73
|
"name": "StyleRenderProps"
|
|
74
74
|
},
|
|
75
75
|
"declarations": [
|
|
76
76
|
{
|
|
77
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
77
|
+
"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",
|
|
78
78
|
"name": "StyleRenderProps"
|
|
79
79
|
}
|
|
80
80
|
],
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
"description": "The default value (uncontrolled).",
|
|
89
89
|
"name": "defaultValue",
|
|
90
90
|
"parent": {
|
|
91
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
91
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
92
92
|
"name": "ValueBase"
|
|
93
93
|
},
|
|
94
94
|
"declarations": [
|
|
95
95
|
{
|
|
96
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
96
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
97
97
|
"name": "ValueBase"
|
|
98
98
|
}
|
|
99
99
|
],
|
|
@@ -107,12 +107,12 @@
|
|
|
107
107
|
"description": "Whether the element should receive focus on render.",
|
|
108
108
|
"name": "autoFocus",
|
|
109
109
|
"parent": {
|
|
110
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
110
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
111
111
|
"name": "FocusableProps"
|
|
112
112
|
},
|
|
113
113
|
"declarations": [
|
|
114
114
|
{
|
|
115
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
115
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
116
116
|
"name": "FocusableProps"
|
|
117
117
|
}
|
|
118
118
|
],
|
|
@@ -125,19 +125,19 @@
|
|
|
125
125
|
"defaultValue": {
|
|
126
126
|
"value": "'react-aria-Select'"
|
|
127
127
|
},
|
|
128
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
128
|
+
"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.",
|
|
129
129
|
"name": "className",
|
|
130
130
|
"parent": {
|
|
131
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
131
|
+
"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/Select.d.ts",
|
|
132
132
|
"name": "SelectProps"
|
|
133
133
|
},
|
|
134
134
|
"declarations": [
|
|
135
135
|
{
|
|
136
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
136
|
+
"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/Select.d.ts",
|
|
137
137
|
"name": "SelectProps"
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
140
|
+
"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/Select.d.ts",
|
|
141
141
|
"name": "SelectProps"
|
|
142
142
|
}
|
|
143
143
|
],
|
|
@@ -148,15 +148,15 @@
|
|
|
148
148
|
},
|
|
149
149
|
"id": {
|
|
150
150
|
"defaultValue": null,
|
|
151
|
-
"description": "The element's unique identifier. See
|
|
151
|
+
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
152
152
|
"name": "id",
|
|
153
153
|
"parent": {
|
|
154
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
154
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
155
155
|
"name": "DOMProps"
|
|
156
156
|
},
|
|
157
157
|
"declarations": [
|
|
158
158
|
{
|
|
159
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
159
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
160
160
|
"name": "DOMProps"
|
|
161
161
|
}
|
|
162
162
|
],
|
|
@@ -170,12 +170,12 @@
|
|
|
170
170
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
171
171
|
"name": "aria-describedby",
|
|
172
172
|
"parent": {
|
|
173
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
173
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
174
174
|
"name": "AriaLabelingProps"
|
|
175
175
|
},
|
|
176
176
|
"declarations": [
|
|
177
177
|
{
|
|
178
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
178
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
179
179
|
"name": "AriaLabelingProps"
|
|
180
180
|
}
|
|
181
181
|
],
|
|
@@ -186,15 +186,15 @@
|
|
|
186
186
|
},
|
|
187
187
|
"aria-details": {
|
|
188
188
|
"defaultValue": null,
|
|
189
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
189
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
190
190
|
"name": "aria-details",
|
|
191
191
|
"parent": {
|
|
192
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
192
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
193
193
|
"name": "AriaLabelingProps"
|
|
194
194
|
},
|
|
195
195
|
"declarations": [
|
|
196
196
|
{
|
|
197
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
197
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
198
198
|
"name": "AriaLabelingProps"
|
|
199
199
|
}
|
|
200
200
|
],
|
|
@@ -208,12 +208,12 @@
|
|
|
208
208
|
"description": "Defines a string value that labels the current element.",
|
|
209
209
|
"name": "aria-label",
|
|
210
210
|
"parent": {
|
|
211
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
211
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
212
212
|
"name": "AriaLabelingProps"
|
|
213
213
|
},
|
|
214
214
|
"declarations": [
|
|
215
215
|
{
|
|
216
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
216
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
217
217
|
"name": "AriaLabelingProps"
|
|
218
218
|
}
|
|
219
219
|
],
|
|
@@ -227,12 +227,12 @@
|
|
|
227
227
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
228
228
|
"name": "aria-labelledby",
|
|
229
229
|
"parent": {
|
|
230
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
230
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
231
231
|
"name": "AriaLabelingProps"
|
|
232
232
|
},
|
|
233
233
|
"declarations": [
|
|
234
234
|
{
|
|
235
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
235
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
236
236
|
"name": "AriaLabelingProps"
|
|
237
237
|
}
|
|
238
238
|
],
|
|
@@ -243,15 +243,15 @@
|
|
|
243
243
|
},
|
|
244
244
|
"children": {
|
|
245
245
|
"defaultValue": null,
|
|
246
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
246
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
247
247
|
"name": "children",
|
|
248
248
|
"parent": {
|
|
249
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
249
|
+
"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",
|
|
250
250
|
"name": "RenderProps"
|
|
251
251
|
},
|
|
252
252
|
"declarations": [
|
|
253
253
|
{
|
|
254
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
254
|
+
"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",
|
|
255
255
|
"name": "RenderProps"
|
|
256
256
|
}
|
|
257
257
|
],
|
|
@@ -265,12 +265,12 @@
|
|
|
265
265
|
"description": "Handler that is called when the element receives focus.",
|
|
266
266
|
"name": "onFocus",
|
|
267
267
|
"parent": {
|
|
268
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
268
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
269
269
|
"name": "FocusEvents"
|
|
270
270
|
},
|
|
271
271
|
"declarations": [
|
|
272
272
|
{
|
|
273
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
273
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
274
274
|
"name": "FocusEvents"
|
|
275
275
|
}
|
|
276
276
|
],
|
|
@@ -284,12 +284,12 @@
|
|
|
284
284
|
"description": "Handler that is called when the element loses focus.",
|
|
285
285
|
"name": "onBlur",
|
|
286
286
|
"parent": {
|
|
287
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
287
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
288
288
|
"name": "FocusEvents"
|
|
289
289
|
},
|
|
290
290
|
"declarations": [
|
|
291
291
|
{
|
|
292
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
292
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
293
293
|
"name": "FocusEvents"
|
|
294
294
|
}
|
|
295
295
|
],
|
|
@@ -303,12 +303,12 @@
|
|
|
303
303
|
"description": "Handler that is called when the value changes.",
|
|
304
304
|
"name": "onChange",
|
|
305
305
|
"parent": {
|
|
306
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
306
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
307
307
|
"name": "ValueBase"
|
|
308
308
|
},
|
|
309
309
|
"declarations": [
|
|
310
310
|
{
|
|
311
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
311
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
312
312
|
"name": "ValueBase"
|
|
313
313
|
}
|
|
314
314
|
],
|
|
@@ -322,12 +322,12 @@
|
|
|
322
322
|
"description": "Handler that is called when a key is pressed.",
|
|
323
323
|
"name": "onKeyDown",
|
|
324
324
|
"parent": {
|
|
325
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
325
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
326
326
|
"name": "KeyboardEvents"
|
|
327
327
|
},
|
|
328
328
|
"declarations": [
|
|
329
329
|
{
|
|
330
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
330
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
331
331
|
"name": "KeyboardEvents"
|
|
332
332
|
}
|
|
333
333
|
],
|
|
@@ -341,12 +341,12 @@
|
|
|
341
341
|
"description": "Handler that is called when a key is released.",
|
|
342
342
|
"name": "onKeyUp",
|
|
343
343
|
"parent": {
|
|
344
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
344
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
345
345
|
"name": "KeyboardEvents"
|
|
346
346
|
},
|
|
347
347
|
"declarations": [
|
|
348
348
|
{
|
|
349
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
349
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
350
350
|
"name": "KeyboardEvents"
|
|
351
351
|
}
|
|
352
352
|
],
|
|
@@ -375,16 +375,16 @@
|
|
|
375
375
|
"description": "The name of the input, used when submitting an HTML form.",
|
|
376
376
|
"name": "name",
|
|
377
377
|
"parent": {
|
|
378
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
378
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/select/useSelect.d.ts",
|
|
379
379
|
"name": "AriaSelectProps"
|
|
380
380
|
},
|
|
381
381
|
"declarations": [
|
|
382
382
|
{
|
|
383
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
383
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/select/useSelect.d.ts",
|
|
384
384
|
"name": "AriaSelectProps"
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
387
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/select/useSelect.d.ts",
|
|
388
388
|
"name": "AriaSelectProps"
|
|
389
389
|
}
|
|
390
390
|
],
|
|
@@ -398,12 +398,12 @@
|
|
|
398
398
|
"description": "The current value (controlled).",
|
|
399
399
|
"name": "value",
|
|
400
400
|
"parent": {
|
|
401
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
401
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
402
402
|
"name": "ValueBase"
|
|
403
403
|
},
|
|
404
404
|
"declarations": [
|
|
405
405
|
{
|
|
406
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
406
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
407
407
|
"name": "ValueBase"
|
|
408
408
|
}
|
|
409
409
|
],
|
|
@@ -417,12 +417,12 @@
|
|
|
417
417
|
"description": "Whether the input is disabled.",
|
|
418
418
|
"name": "isDisabled",
|
|
419
419
|
"parent": {
|
|
420
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
420
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
421
421
|
"name": "InputBase"
|
|
422
422
|
},
|
|
423
423
|
"declarations": [
|
|
424
424
|
{
|
|
425
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
425
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
426
426
|
"name": "InputBase"
|
|
427
427
|
}
|
|
428
428
|
],
|
|
@@ -436,12 +436,12 @@
|
|
|
436
436
|
"description": "Handler that is called when the element's focus status changes.",
|
|
437
437
|
"name": "onFocusChange",
|
|
438
438
|
"parent": {
|
|
439
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
439
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
440
440
|
"name": "FocusEvents"
|
|
441
441
|
},
|
|
442
442
|
"declarations": [
|
|
443
443
|
{
|
|
444
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
444
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
445
445
|
"name": "FocusEvents"
|
|
446
446
|
}
|
|
447
447
|
],
|
|
@@ -455,12 +455,12 @@
|
|
|
455
455
|
"description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
|
|
456
456
|
"name": "excludeFromTabOrder",
|
|
457
457
|
"parent": {
|
|
458
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
458
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
459
459
|
"name": "FocusableDOMProps"
|
|
460
460
|
},
|
|
461
461
|
"declarations": [
|
|
462
462
|
{
|
|
463
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
463
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
464
464
|
"name": "FocusableDOMProps"
|
|
465
465
|
}
|
|
466
466
|
],
|
|
@@ -474,16 +474,16 @@
|
|
|
474
474
|
"description": "Sets the open state of the menu.",
|
|
475
475
|
"name": "isOpen",
|
|
476
476
|
"parent": {
|
|
477
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
477
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
478
478
|
"name": "SelectProps"
|
|
479
479
|
},
|
|
480
480
|
"declarations": [
|
|
481
481
|
{
|
|
482
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
482
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
483
483
|
"name": "SelectProps"
|
|
484
484
|
},
|
|
485
485
|
{
|
|
486
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
486
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
487
487
|
"name": "SelectProps"
|
|
488
488
|
}
|
|
489
489
|
],
|
|
@@ -497,16 +497,16 @@
|
|
|
497
497
|
"description": "Sets the default open state of the menu.",
|
|
498
498
|
"name": "defaultOpen",
|
|
499
499
|
"parent": {
|
|
500
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
500
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
501
501
|
"name": "SelectProps"
|
|
502
502
|
},
|
|
503
503
|
"declarations": [
|
|
504
504
|
{
|
|
505
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
505
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
506
506
|
"name": "SelectProps"
|
|
507
507
|
},
|
|
508
508
|
{
|
|
509
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
509
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
510
510
|
"name": "SelectProps"
|
|
511
511
|
}
|
|
512
512
|
],
|
|
@@ -520,16 +520,16 @@
|
|
|
520
520
|
"description": "Method that is called when the open state of the menu changes.",
|
|
521
521
|
"name": "onOpenChange",
|
|
522
522
|
"parent": {
|
|
523
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
523
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
524
524
|
"name": "SelectProps"
|
|
525
525
|
},
|
|
526
526
|
"declarations": [
|
|
527
527
|
{
|
|
528
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
528
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
529
529
|
"name": "SelectProps"
|
|
530
530
|
},
|
|
531
531
|
{
|
|
532
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
532
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
533
533
|
"name": "SelectProps"
|
|
534
534
|
}
|
|
535
535
|
],
|
|
@@ -540,15 +540,15 @@
|
|
|
540
540
|
},
|
|
541
541
|
"render": {
|
|
542
542
|
"defaultValue": null,
|
|
543
|
-
"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
|
|
543
|
+
"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.",
|
|
544
544
|
"name": "render",
|
|
545
545
|
"parent": {
|
|
546
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
546
|
+
"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",
|
|
547
547
|
"name": "DOMRenderProps"
|
|
548
548
|
},
|
|
549
549
|
"declarations": [
|
|
550
550
|
{
|
|
551
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
551
|
+
"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",
|
|
552
552
|
"name": "DOMRenderProps"
|
|
553
553
|
}
|
|
554
554
|
],
|
|
@@ -559,15 +559,15 @@
|
|
|
559
559
|
},
|
|
560
560
|
"disabledKeys": {
|
|
561
561
|
"defaultValue": null,
|
|
562
|
-
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise
|
|
562
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise\ninteracted with.",
|
|
563
563
|
"name": "disabledKeys",
|
|
564
564
|
"parent": {
|
|
565
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
565
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
566
566
|
"name": "CollectionBase"
|
|
567
567
|
},
|
|
568
568
|
"declarations": [
|
|
569
569
|
{
|
|
570
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
570
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
571
571
|
"name": "CollectionBase"
|
|
572
572
|
}
|
|
573
573
|
],
|
|
@@ -583,16 +583,16 @@
|
|
|
583
583
|
"description": "Whether single or multiple selection is enabled.",
|
|
584
584
|
"name": "selectionMode",
|
|
585
585
|
"parent": {
|
|
586
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
586
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
587
587
|
"name": "SelectProps"
|
|
588
588
|
},
|
|
589
589
|
"declarations": [
|
|
590
590
|
{
|
|
591
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
591
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
592
592
|
"name": "SelectProps"
|
|
593
593
|
},
|
|
594
594
|
{
|
|
595
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
595
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
596
596
|
"name": "SelectProps"
|
|
597
597
|
}
|
|
598
598
|
],
|
|
@@ -612,16 +612,16 @@
|
|
|
612
612
|
"description": "Handler that is called when the selection changes.\n@deprecated",
|
|
613
613
|
"name": "onSelectionChange",
|
|
614
614
|
"parent": {
|
|
615
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
615
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
616
616
|
"name": "SelectProps"
|
|
617
617
|
},
|
|
618
618
|
"declarations": [
|
|
619
619
|
{
|
|
620
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
620
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
621
621
|
"name": "SelectProps"
|
|
622
622
|
},
|
|
623
623
|
{
|
|
624
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
624
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
625
625
|
"name": "SelectProps"
|
|
626
626
|
}
|
|
627
627
|
],
|
|
@@ -635,12 +635,12 @@
|
|
|
635
635
|
"description": "Whether user input is required on the input before form submission.",
|
|
636
636
|
"name": "isRequired",
|
|
637
637
|
"parent": {
|
|
638
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
638
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
639
639
|
"name": "Validation"
|
|
640
640
|
},
|
|
641
641
|
"declarations": [
|
|
642
642
|
{
|
|
643
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
643
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
644
644
|
"name": "Validation"
|
|
645
645
|
}
|
|
646
646
|
],
|
|
@@ -654,12 +654,12 @@
|
|
|
654
654
|
"description": "Whether the input value is invalid.",
|
|
655
655
|
"name": "isInvalid",
|
|
656
656
|
"parent": {
|
|
657
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
657
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
658
658
|
"name": "Validation"
|
|
659
659
|
},
|
|
660
660
|
"declarations": [
|
|
661
661
|
{
|
|
662
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
662
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
663
663
|
"name": "Validation"
|
|
664
664
|
}
|
|
665
665
|
],
|
|
@@ -675,12 +675,12 @@
|
|
|
675
675
|
"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.",
|
|
676
676
|
"name": "validationBehavior",
|
|
677
677
|
"parent": {
|
|
678
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
678
|
+
"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",
|
|
679
679
|
"name": "RACValidation"
|
|
680
680
|
},
|
|
681
681
|
"declarations": [
|
|
682
682
|
{
|
|
683
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
683
|
+
"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",
|
|
684
684
|
"name": "RACValidation"
|
|
685
685
|
}
|
|
686
686
|
],
|
|
@@ -703,12 +703,12 @@
|
|
|
703
703
|
"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.",
|
|
704
704
|
"name": "validate",
|
|
705
705
|
"parent": {
|
|
706
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
706
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
707
707
|
"name": "Validation"
|
|
708
708
|
},
|
|
709
709
|
"declarations": [
|
|
710
710
|
{
|
|
711
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
711
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
712
712
|
"name": "Validation"
|
|
713
713
|
}
|
|
714
714
|
],
|
|
@@ -724,16 +724,16 @@
|
|
|
724
724
|
"description": "Temporary text that occupies the select when it is empty.",
|
|
725
725
|
"name": "placeholder",
|
|
726
726
|
"parent": {
|
|
727
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
727
|
+
"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/Select.d.ts",
|
|
728
728
|
"name": "SelectProps"
|
|
729
729
|
},
|
|
730
730
|
"declarations": [
|
|
731
731
|
{
|
|
732
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
732
|
+
"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/Select.d.ts",
|
|
733
733
|
"name": "SelectProps"
|
|
734
734
|
},
|
|
735
735
|
{
|
|
736
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
736
|
+
"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/Select.d.ts",
|
|
737
737
|
"name": "SelectProps"
|
|
738
738
|
}
|
|
739
739
|
],
|
|
@@ -744,19 +744,19 @@
|
|
|
744
744
|
},
|
|
745
745
|
"autoComplete": {
|
|
746
746
|
"defaultValue": null,
|
|
747
|
-
"description": "Describes the type of autocomplete functionality the input should provide if any. See
|
|
747
|
+
"description": "Describes the type of autocomplete functionality the input should provide if any. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
|
|
748
748
|
"name": "autoComplete",
|
|
749
749
|
"parent": {
|
|
750
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
750
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/select/useSelect.d.ts",
|
|
751
751
|
"name": "AriaSelectProps"
|
|
752
752
|
},
|
|
753
753
|
"declarations": [
|
|
754
754
|
{
|
|
755
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
755
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/select/useSelect.d.ts",
|
|
756
756
|
"name": "AriaSelectProps"
|
|
757
757
|
},
|
|
758
758
|
{
|
|
759
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
759
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/select/useSelect.d.ts",
|
|
760
760
|
"name": "AriaSelectProps"
|
|
761
761
|
}
|
|
762
762
|
],
|
|
@@ -770,16 +770,16 @@
|
|
|
770
770
|
"description": "The currently selected key in the collection (controlled).\n@deprecated",
|
|
771
771
|
"name": "selectedKey",
|
|
772
772
|
"parent": {
|
|
773
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
773
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
774
774
|
"name": "SelectProps"
|
|
775
775
|
},
|
|
776
776
|
"declarations": [
|
|
777
777
|
{
|
|
778
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
778
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
779
779
|
"name": "SelectProps"
|
|
780
780
|
},
|
|
781
781
|
{
|
|
782
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
782
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
783
783
|
"name": "SelectProps"
|
|
784
784
|
}
|
|
785
785
|
],
|
|
@@ -793,16 +793,16 @@
|
|
|
793
793
|
"description": "The initial selected key in the collection (uncontrolled).\n@deprecated",
|
|
794
794
|
"name": "defaultSelectedKey",
|
|
795
795
|
"parent": {
|
|
796
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
796
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
797
797
|
"name": "SelectProps"
|
|
798
798
|
},
|
|
799
799
|
"declarations": [
|
|
800
800
|
{
|
|
801
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
801
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
802
802
|
"name": "SelectProps"
|
|
803
803
|
},
|
|
804
804
|
{
|
|
805
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
805
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
806
806
|
"name": "SelectProps"
|
|
807
807
|
}
|
|
808
808
|
],
|
|
@@ -813,19 +813,19 @@
|
|
|
813
813
|
},
|
|
814
814
|
"shouldCloseOnSelect": {
|
|
815
815
|
"defaultValue": null,
|
|
816
|
-
"description": "Whether the Select should close when an item is selected. Defaults to true if selectionMode is
|
|
816
|
+
"description": "Whether the Select should close when an item is selected. Defaults to true if selectionMode is\nsingle, false otherwise.",
|
|
817
817
|
"name": "shouldCloseOnSelect",
|
|
818
818
|
"parent": {
|
|
819
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
819
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
820
820
|
"name": "SelectProps"
|
|
821
821
|
},
|
|
822
822
|
"declarations": [
|
|
823
823
|
{
|
|
824
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
824
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
825
825
|
"name": "SelectProps"
|
|
826
826
|
},
|
|
827
827
|
{
|
|
828
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
828
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
829
829
|
"name": "SelectProps"
|
|
830
830
|
}
|
|
831
831
|
],
|
|
@@ -839,16 +839,16 @@
|
|
|
839
839
|
"description": "Whether the select should be allowed to be open when the collection is empty.",
|
|
840
840
|
"name": "allowsEmptyCollection",
|
|
841
841
|
"parent": {
|
|
842
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
842
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
843
843
|
"name": "SelectProps"
|
|
844
844
|
},
|
|
845
845
|
"declarations": [
|
|
846
846
|
{
|
|
847
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
847
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
848
848
|
"name": "SelectProps"
|
|
849
849
|
},
|
|
850
850
|
{
|
|
851
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
851
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/select/useSelectState.d.ts",
|
|
852
852
|
"name": "SelectProps"
|
|
853
853
|
}
|
|
854
854
|
],
|