@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
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"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).",
|
|
35
35
|
"name": "form",
|
|
36
36
|
"parent": {
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
38
38
|
"name": "InputDOMProps"
|
|
39
39
|
},
|
|
40
40
|
"declarations": [
|
|
41
41
|
{
|
|
42
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
42
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
43
43
|
"name": "InputDOMProps"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
},
|
|
51
51
|
"slot": {
|
|
52
52
|
"defaultValue": null,
|
|
53
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
53
|
+
"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.",
|
|
54
54
|
"name": "slot",
|
|
55
55
|
"parent": {
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
56
|
+
"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",
|
|
57
57
|
"name": "SlotProps"
|
|
58
58
|
},
|
|
59
59
|
"declarations": [
|
|
60
60
|
{
|
|
61
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
61
|
+
"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",
|
|
62
62
|
"name": "SlotProps"
|
|
63
63
|
}
|
|
64
64
|
],
|
|
@@ -69,15 +69,15 @@
|
|
|
69
69
|
},
|
|
70
70
|
"style": {
|
|
71
71
|
"defaultValue": null,
|
|
72
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
72
|
+
"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.",
|
|
73
73
|
"name": "style",
|
|
74
74
|
"parent": {
|
|
75
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
75
|
+
"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",
|
|
76
76
|
"name": "StyleRenderProps"
|
|
77
77
|
},
|
|
78
78
|
"declarations": [
|
|
79
79
|
{
|
|
80
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
80
|
+
"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",
|
|
81
81
|
"name": "StyleRenderProps"
|
|
82
82
|
}
|
|
83
83
|
],
|
|
@@ -88,15 +88,15 @@
|
|
|
88
88
|
},
|
|
89
89
|
"pattern": {
|
|
90
90
|
"defaultValue": null,
|
|
91
|
-
"description": "Regex pattern that the value of the input must match to be valid. See
|
|
91
|
+
"description": "Regex pattern that the value of the input must match to be valid. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
|
|
92
92
|
"name": "pattern",
|
|
93
93
|
"parent": {
|
|
94
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
94
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
95
95
|
"name": "TextInputDOMProps"
|
|
96
96
|
},
|
|
97
97
|
"declarations": [
|
|
98
98
|
{
|
|
99
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
99
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
100
100
|
"name": "TextInputDOMProps"
|
|
101
101
|
}
|
|
102
102
|
],
|
|
@@ -125,12 +125,12 @@
|
|
|
125
125
|
"description": "The default value (uncontrolled).",
|
|
126
126
|
"name": "defaultValue",
|
|
127
127
|
"parent": {
|
|
128
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
128
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
129
129
|
"name": "ValueBase"
|
|
130
130
|
},
|
|
131
131
|
"declarations": [
|
|
132
132
|
{
|
|
133
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
133
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
134
134
|
"name": "ValueBase"
|
|
135
135
|
}
|
|
136
136
|
],
|
|
@@ -144,12 +144,12 @@
|
|
|
144
144
|
"description": "Whether the element should receive focus on render.",
|
|
145
145
|
"name": "autoFocus",
|
|
146
146
|
"parent": {
|
|
147
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
147
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
148
148
|
"name": "FocusableProps"
|
|
149
149
|
},
|
|
150
150
|
"declarations": [
|
|
151
151
|
{
|
|
152
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
152
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
153
153
|
"name": "FocusableProps"
|
|
154
154
|
}
|
|
155
155
|
],
|
|
@@ -162,15 +162,15 @@
|
|
|
162
162
|
"defaultValue": {
|
|
163
163
|
"value": "'react-aria-SearchField'"
|
|
164
164
|
},
|
|
165
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
165
|
+
"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.",
|
|
166
166
|
"name": "className",
|
|
167
167
|
"parent": {
|
|
168
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
168
|
+
"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/SearchField.d.ts",
|
|
169
169
|
"name": "SearchFieldProps"
|
|
170
170
|
},
|
|
171
171
|
"declarations": [
|
|
172
172
|
{
|
|
173
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
173
|
+
"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/SearchField.d.ts",
|
|
174
174
|
"name": "SearchFieldProps"
|
|
175
175
|
}
|
|
176
176
|
],
|
|
@@ -181,15 +181,15 @@
|
|
|
181
181
|
},
|
|
182
182
|
"enterKeyHint": {
|
|
183
183
|
"defaultValue": null,
|
|
184
|
-
"description": "An enumerated attribute that defines what action label or icon to preset for the enter key on
|
|
184
|
+
"description": "An enumerated attribute that defines what action label or icon to preset for the enter key on\nvirtual keyboards. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint).",
|
|
185
185
|
"name": "enterKeyHint",
|
|
186
186
|
"parent": {
|
|
187
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
187
|
+
"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/searchfield/useSearchField.d.ts",
|
|
188
188
|
"name": "AriaSearchFieldProps"
|
|
189
189
|
},
|
|
190
190
|
"declarations": [
|
|
191
191
|
{
|
|
192
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
192
|
+
"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/searchfield/useSearchField.d.ts",
|
|
193
193
|
"name": "AriaSearchFieldProps"
|
|
194
194
|
}
|
|
195
195
|
],
|
|
@@ -224,15 +224,15 @@
|
|
|
224
224
|
},
|
|
225
225
|
"spellCheck": {
|
|
226
226
|
"defaultValue": null,
|
|
227
|
-
"description": "An enumerated attribute that defines whether the element may be checked for spelling errors
|
|
227
|
+
"description": "An enumerated attribute that defines whether the element may be checked for spelling errors.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck).",
|
|
228
228
|
"name": "spellCheck",
|
|
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": "TextInputDOMProps"
|
|
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": "TextInputDOMProps"
|
|
237
237
|
}
|
|
238
238
|
],
|
|
@@ -243,15 +243,15 @@
|
|
|
243
243
|
},
|
|
244
244
|
"autoCorrect": {
|
|
245
245
|
"defaultValue": null,
|
|
246
|
-
"description": "An attribute that takes as its value a space-separated string that describes what, if any, type
|
|
246
|
+
"description": "An attribute that takes as its value a space-separated string that describes what, if any, type\nof autocomplete functionality the input should provide. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#autocomplete).",
|
|
247
247
|
"name": "autoCorrect",
|
|
248
248
|
"parent": {
|
|
249
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
249
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
250
250
|
"name": "TextInputDOMProps"
|
|
251
251
|
},
|
|
252
252
|
"declarations": [
|
|
253
253
|
{
|
|
254
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
254
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
255
255
|
"name": "TextInputDOMProps"
|
|
256
256
|
}
|
|
257
257
|
],
|
|
@@ -262,15 +262,15 @@
|
|
|
262
262
|
},
|
|
263
263
|
"inputMode": {
|
|
264
264
|
"defaultValue": null,
|
|
265
|
-
"description": "Hints at the type of data that might be entered by the user while editing the element or its
|
|
265
|
+
"description": "Hints at the type of data that might be entered by the user while editing the element or its\ncontents. See\n[MDN](https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute).",
|
|
266
266
|
"name": "inputMode",
|
|
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/dom.d.ts",
|
|
269
269
|
"name": "TextInputDOMProps"
|
|
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/dom.d.ts",
|
|
274
274
|
"name": "TextInputDOMProps"
|
|
275
275
|
}
|
|
276
276
|
],
|
|
@@ -308,15 +308,15 @@
|
|
|
308
308
|
},
|
|
309
309
|
"aria-activedescendant": {
|
|
310
310
|
"defaultValue": null,
|
|
311
|
-
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox,
|
|
311
|
+
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox,\ngroup, or application.",
|
|
312
312
|
"name": "aria-activedescendant",
|
|
313
313
|
"parent": {
|
|
314
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
314
|
+
"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/textfield/useTextField.d.ts",
|
|
315
315
|
"name": "AriaTextFieldProps"
|
|
316
316
|
},
|
|
317
317
|
"declarations": [
|
|
318
318
|
{
|
|
319
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
319
|
+
"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/textfield/useTextField.d.ts",
|
|
320
320
|
"name": "AriaTextFieldProps"
|
|
321
321
|
}
|
|
322
322
|
],
|
|
@@ -327,15 +327,15 @@
|
|
|
327
327
|
},
|
|
328
328
|
"aria-autocomplete": {
|
|
329
329
|
"defaultValue": null,
|
|
330
|
-
"description": "Indicates whether inputting text could trigger display of one or more predictions of the user's
|
|
330
|
+
"description": "Indicates whether inputting text could trigger display of one or more predictions of the user's\nintended value for an input and specifies how predictions would be presented if they are made.",
|
|
331
331
|
"name": "aria-autocomplete",
|
|
332
332
|
"parent": {
|
|
333
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
333
|
+
"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/textfield/useTextField.d.ts",
|
|
334
334
|
"name": "AriaTextFieldProps"
|
|
335
335
|
},
|
|
336
336
|
"declarations": [
|
|
337
337
|
{
|
|
338
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
338
|
+
"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/textfield/useTextField.d.ts",
|
|
339
339
|
"name": "AriaTextFieldProps"
|
|
340
340
|
}
|
|
341
341
|
],
|
|
@@ -361,15 +361,15 @@
|
|
|
361
361
|
},
|
|
362
362
|
"aria-controls": {
|
|
363
363
|
"defaultValue": null,
|
|
364
|
-
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current
|
|
364
|
+
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current\nelement.",
|
|
365
365
|
"name": "aria-controls",
|
|
366
366
|
"parent": {
|
|
367
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
367
|
+
"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/textfield/useTextField.d.ts",
|
|
368
368
|
"name": "AriaTextFieldProps"
|
|
369
369
|
},
|
|
370
370
|
"declarations": [
|
|
371
371
|
{
|
|
372
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
372
|
+
"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/textfield/useTextField.d.ts",
|
|
373
373
|
"name": "AriaTextFieldProps"
|
|
374
374
|
}
|
|
375
375
|
],
|
|
@@ -383,12 +383,12 @@
|
|
|
383
383
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
384
384
|
"name": "aria-describedby",
|
|
385
385
|
"parent": {
|
|
386
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
386
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
387
387
|
"name": "AriaLabelingProps"
|
|
388
388
|
},
|
|
389
389
|
"declarations": [
|
|
390
390
|
{
|
|
391
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
391
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
392
392
|
"name": "AriaLabelingProps"
|
|
393
393
|
}
|
|
394
394
|
],
|
|
@@ -399,15 +399,15 @@
|
|
|
399
399
|
},
|
|
400
400
|
"aria-details": {
|
|
401
401
|
"defaultValue": null,
|
|
402
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
402
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
403
403
|
"name": "aria-details",
|
|
404
404
|
"parent": {
|
|
405
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
405
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
406
406
|
"name": "AriaLabelingProps"
|
|
407
407
|
},
|
|
408
408
|
"declarations": [
|
|
409
409
|
{
|
|
410
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
410
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
411
411
|
"name": "AriaLabelingProps"
|
|
412
412
|
}
|
|
413
413
|
],
|
|
@@ -421,12 +421,12 @@
|
|
|
421
421
|
"description": "Identifies the element that provides an error message for the object.",
|
|
422
422
|
"name": "aria-errormessage",
|
|
423
423
|
"parent": {
|
|
424
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
424
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
425
425
|
"name": "AriaValidationProps"
|
|
426
426
|
},
|
|
427
427
|
"declarations": [
|
|
428
428
|
{
|
|
429
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
429
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
430
430
|
"name": "AriaValidationProps"
|
|
431
431
|
}
|
|
432
432
|
],
|
|
@@ -437,15 +437,15 @@
|
|
|
437
437
|
},
|
|
438
438
|
"aria-haspopup": {
|
|
439
439
|
"defaultValue": null,
|
|
440
|
-
"description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that
|
|
440
|
+
"description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that\ncan be triggered by an element.",
|
|
441
441
|
"name": "aria-haspopup",
|
|
442
442
|
"parent": {
|
|
443
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
443
|
+
"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/textfield/useTextField.d.ts",
|
|
444
444
|
"name": "AriaTextFieldProps"
|
|
445
445
|
},
|
|
446
446
|
"declarations": [
|
|
447
447
|
{
|
|
448
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
448
|
+
"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/textfield/useTextField.d.ts",
|
|
449
449
|
"name": "AriaTextFieldProps"
|
|
450
450
|
}
|
|
451
451
|
],
|
|
@@ -459,12 +459,12 @@
|
|
|
459
459
|
"description": "Defines a string value that labels the current element.",
|
|
460
460
|
"name": "aria-label",
|
|
461
461
|
"parent": {
|
|
462
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
462
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
463
463
|
"name": "AriaLabelingProps"
|
|
464
464
|
},
|
|
465
465
|
"declarations": [
|
|
466
466
|
{
|
|
467
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
467
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
468
468
|
"name": "AriaLabelingProps"
|
|
469
469
|
}
|
|
470
470
|
],
|
|
@@ -478,12 +478,12 @@
|
|
|
478
478
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
479
479
|
"name": "aria-labelledby",
|
|
480
480
|
"parent": {
|
|
481
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
481
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
482
482
|
"name": "AriaLabelingProps"
|
|
483
483
|
},
|
|
484
484
|
"declarations": [
|
|
485
485
|
{
|
|
486
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
486
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
487
487
|
"name": "AriaLabelingProps"
|
|
488
488
|
}
|
|
489
489
|
],
|
|
@@ -494,15 +494,15 @@
|
|
|
494
494
|
},
|
|
495
495
|
"children": {
|
|
496
496
|
"defaultValue": null,
|
|
497
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
497
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
498
498
|
"name": "children",
|
|
499
499
|
"parent": {
|
|
500
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
500
|
+
"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",
|
|
501
501
|
"name": "RenderProps"
|
|
502
502
|
},
|
|
503
503
|
"declarations": [
|
|
504
504
|
{
|
|
505
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
505
|
+
"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",
|
|
506
506
|
"name": "RenderProps"
|
|
507
507
|
}
|
|
508
508
|
],
|
|
@@ -513,15 +513,15 @@
|
|
|
513
513
|
},
|
|
514
514
|
"onCopy": {
|
|
515
515
|
"defaultValue": null,
|
|
516
|
-
"description": "Handler that is called when the user copies text. See
|
|
516
|
+
"description": "Handler that is called when the user copies text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
|
|
517
517
|
"name": "onCopy",
|
|
518
518
|
"parent": {
|
|
519
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
519
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
520
520
|
"name": "TextInputDOMEvents"
|
|
521
521
|
},
|
|
522
522
|
"declarations": [
|
|
523
523
|
{
|
|
524
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
524
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
525
525
|
"name": "TextInputDOMEvents"
|
|
526
526
|
}
|
|
527
527
|
],
|
|
@@ -532,15 +532,15 @@
|
|
|
532
532
|
},
|
|
533
533
|
"onCut": {
|
|
534
534
|
"defaultValue": null,
|
|
535
|
-
"description": "Handler that is called when the user cuts text. See
|
|
535
|
+
"description": "Handler that is called when the user cuts text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
|
|
536
536
|
"name": "onCut",
|
|
537
537
|
"parent": {
|
|
538
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
538
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
539
539
|
"name": "TextInputDOMEvents"
|
|
540
540
|
},
|
|
541
541
|
"declarations": [
|
|
542
542
|
{
|
|
543
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
543
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
544
544
|
"name": "TextInputDOMEvents"
|
|
545
545
|
}
|
|
546
546
|
],
|
|
@@ -551,15 +551,15 @@
|
|
|
551
551
|
},
|
|
552
552
|
"onPaste": {
|
|
553
553
|
"defaultValue": null,
|
|
554
|
-
"description": "Handler that is called when the user pastes text. See
|
|
554
|
+
"description": "Handler that is called when the user pastes text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
|
|
555
555
|
"name": "onPaste",
|
|
556
556
|
"parent": {
|
|
557
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
557
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
558
558
|
"name": "TextInputDOMEvents"
|
|
559
559
|
},
|
|
560
560
|
"declarations": [
|
|
561
561
|
{
|
|
562
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
562
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
563
563
|
"name": "TextInputDOMEvents"
|
|
564
564
|
}
|
|
565
565
|
],
|
|
@@ -570,15 +570,15 @@
|
|
|
570
570
|
},
|
|
571
571
|
"onCompositionEnd": {
|
|
572
572
|
"defaultValue": null,
|
|
573
|
-
"description": "Handler that is called when a text composition system completes or cancels the current text
|
|
573
|
+
"description": "Handler that is called when a text composition system completes or cancels the current text\ncomposition session. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionend_event).",
|
|
574
574
|
"name": "onCompositionEnd",
|
|
575
575
|
"parent": {
|
|
576
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
576
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
577
577
|
"name": "TextInputDOMEvents"
|
|
578
578
|
},
|
|
579
579
|
"declarations": [
|
|
580
580
|
{
|
|
581
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
581
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
582
582
|
"name": "TextInputDOMEvents"
|
|
583
583
|
}
|
|
584
584
|
],
|
|
@@ -589,15 +589,15 @@
|
|
|
589
589
|
},
|
|
590
590
|
"onCompositionStart": {
|
|
591
591
|
"defaultValue": null,
|
|
592
|
-
"description": "Handler that is called when a text composition system starts a new text composition session
|
|
592
|
+
"description": "Handler that is called when a text composition system starts a new text composition session.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event).",
|
|
593
593
|
"name": "onCompositionStart",
|
|
594
594
|
"parent": {
|
|
595
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
595
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
596
596
|
"name": "TextInputDOMEvents"
|
|
597
597
|
},
|
|
598
598
|
"declarations": [
|
|
599
599
|
{
|
|
600
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
600
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
601
601
|
"name": "TextInputDOMEvents"
|
|
602
602
|
}
|
|
603
603
|
],
|
|
@@ -608,15 +608,15 @@
|
|
|
608
608
|
},
|
|
609
609
|
"onCompositionUpdate": {
|
|
610
610
|
"defaultValue": null,
|
|
611
|
-
"description": "Handler that is called when a new character is received in the current text composition
|
|
611
|
+
"description": "Handler that is called when a new character is received in the current text composition\nsession. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionupdate_event).",
|
|
612
612
|
"name": "onCompositionUpdate",
|
|
613
613
|
"parent": {
|
|
614
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
614
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
615
615
|
"name": "TextInputDOMEvents"
|
|
616
616
|
},
|
|
617
617
|
"declarations": [
|
|
618
618
|
{
|
|
619
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
619
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
620
620
|
"name": "TextInputDOMEvents"
|
|
621
621
|
}
|
|
622
622
|
],
|
|
@@ -630,12 +630,12 @@
|
|
|
630
630
|
"description": "Handler that is called when the element receives focus.",
|
|
631
631
|
"name": "onFocus",
|
|
632
632
|
"parent": {
|
|
633
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
633
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
634
634
|
"name": "FocusEvents"
|
|
635
635
|
},
|
|
636
636
|
"declarations": [
|
|
637
637
|
{
|
|
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/events.d.ts",
|
|
639
639
|
"name": "FocusEvents"
|
|
640
640
|
}
|
|
641
641
|
],
|
|
@@ -649,12 +649,12 @@
|
|
|
649
649
|
"description": "Handler that is called when the element loses focus.",
|
|
650
650
|
"name": "onBlur",
|
|
651
651
|
"parent": {
|
|
652
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
652
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
653
653
|
"name": "FocusEvents"
|
|
654
654
|
},
|
|
655
655
|
"declarations": [
|
|
656
656
|
{
|
|
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/events.d.ts",
|
|
658
658
|
"name": "FocusEvents"
|
|
659
659
|
}
|
|
660
660
|
],
|
|
@@ -668,12 +668,12 @@
|
|
|
668
668
|
"description": "Handler that is called when the value changes.",
|
|
669
669
|
"name": "onChange",
|
|
670
670
|
"parent": {
|
|
671
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
671
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
672
672
|
"name": "ValueBase"
|
|
673
673
|
},
|
|
674
674
|
"declarations": [
|
|
675
675
|
{
|
|
676
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
676
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
677
677
|
"name": "ValueBase"
|
|
678
678
|
}
|
|
679
679
|
],
|
|
@@ -684,15 +684,15 @@
|
|
|
684
684
|
},
|
|
685
685
|
"onBeforeInput": {
|
|
686
686
|
"defaultValue": null,
|
|
687
|
-
"description": "Handler that is called when the input value is about to be modified. See
|
|
687
|
+
"description": "Handler that is called when the input value is about to be modified. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event).",
|
|
688
688
|
"name": "onBeforeInput",
|
|
689
689
|
"parent": {
|
|
690
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
690
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
691
691
|
"name": "TextInputDOMEvents"
|
|
692
692
|
},
|
|
693
693
|
"declarations": [
|
|
694
694
|
{
|
|
695
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
695
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
696
696
|
"name": "TextInputDOMEvents"
|
|
697
697
|
}
|
|
698
698
|
],
|
|
@@ -703,15 +703,15 @@
|
|
|
703
703
|
},
|
|
704
704
|
"onInput": {
|
|
705
705
|
"defaultValue": null,
|
|
706
|
-
"description": "Handler that is called when the input value is modified. See
|
|
706
|
+
"description": "Handler that is called when the input value is modified. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event).",
|
|
707
707
|
"name": "onInput",
|
|
708
708
|
"parent": {
|
|
709
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
709
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
710
710
|
"name": "TextInputDOMEvents"
|
|
711
711
|
},
|
|
712
712
|
"declarations": [
|
|
713
713
|
{
|
|
714
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
714
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
715
715
|
"name": "TextInputDOMEvents"
|
|
716
716
|
}
|
|
717
717
|
],
|
|
@@ -725,12 +725,12 @@
|
|
|
725
725
|
"description": "Handler that is called when the SearchField is submitted.",
|
|
726
726
|
"name": "onSubmit",
|
|
727
727
|
"parent": {
|
|
728
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
728
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/searchfield/useSearchFieldState.d.ts",
|
|
729
729
|
"name": "SearchFieldProps"
|
|
730
730
|
},
|
|
731
731
|
"declarations": [
|
|
732
732
|
{
|
|
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/searchfield/useSearchFieldState.d.ts",
|
|
734
734
|
"name": "SearchFieldProps"
|
|
735
735
|
}
|
|
736
736
|
],
|
|
@@ -744,12 +744,12 @@
|
|
|
744
744
|
"description": "Handler that is called when a key is pressed.",
|
|
745
745
|
"name": "onKeyDown",
|
|
746
746
|
"parent": {
|
|
747
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
747
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
748
748
|
"name": "KeyboardEvents"
|
|
749
749
|
},
|
|
750
750
|
"declarations": [
|
|
751
751
|
{
|
|
752
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
752
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
753
753
|
"name": "KeyboardEvents"
|
|
754
754
|
}
|
|
755
755
|
],
|
|
@@ -763,12 +763,12 @@
|
|
|
763
763
|
"description": "Handler that is called when a key is released.",
|
|
764
764
|
"name": "onKeyUp",
|
|
765
765
|
"parent": {
|
|
766
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
766
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
767
767
|
"name": "KeyboardEvents"
|
|
768
768
|
},
|
|
769
769
|
"declarations": [
|
|
770
770
|
{
|
|
771
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
771
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
772
772
|
"name": "KeyboardEvents"
|
|
773
773
|
}
|
|
774
774
|
],
|
|
@@ -779,15 +779,15 @@
|
|
|
779
779
|
},
|
|
780
780
|
"onSelect": {
|
|
781
781
|
"defaultValue": null,
|
|
782
|
-
"description": "Handler that is called when text in the input is selected. See
|
|
782
|
+
"description": "Handler that is called when text in the input is selected. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/select_event).",
|
|
783
783
|
"name": "onSelect",
|
|
784
784
|
"parent": {
|
|
785
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
785
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
786
786
|
"name": "TextInputDOMEvents"
|
|
787
787
|
},
|
|
788
788
|
"declarations": [
|
|
789
789
|
{
|
|
790
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
790
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
791
791
|
"name": "TextInputDOMEvents"
|
|
792
792
|
}
|
|
793
793
|
],
|
|
@@ -817,15 +817,15 @@
|
|
|
817
817
|
"defaultValue": {
|
|
818
818
|
"value": "'search'"
|
|
819
819
|
},
|
|
820
|
-
"description": "The type of input to render. See
|
|
820
|
+
"description": "The type of input to render. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
|
|
821
821
|
"name": "type",
|
|
822
822
|
"parent": {
|
|
823
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
823
|
+
"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/searchfield/useSearchField.d.ts",
|
|
824
824
|
"name": "AriaSearchFieldProps"
|
|
825
825
|
},
|
|
826
826
|
"declarations": [
|
|
827
827
|
{
|
|
828
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
828
|
+
"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/searchfield/useSearchField.d.ts",
|
|
829
829
|
"name": "AriaSearchFieldProps"
|
|
830
830
|
}
|
|
831
831
|
],
|
|
@@ -836,15 +836,15 @@
|
|
|
836
836
|
},
|
|
837
837
|
"name": {
|
|
838
838
|
"defaultValue": null,
|
|
839
|
-
"description": "The name of the input element, used when submitting an HTML form. See
|
|
839
|
+
"description": "The name of the input element, used when submitting an HTML form. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
840
840
|
"name": "name",
|
|
841
841
|
"parent": {
|
|
842
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
842
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
843
843
|
"name": "InputDOMProps"
|
|
844
844
|
},
|
|
845
845
|
"declarations": [
|
|
846
846
|
{
|
|
847
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
847
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
848
848
|
"name": "InputDOMProps"
|
|
849
849
|
}
|
|
850
850
|
],
|
|
@@ -858,12 +858,12 @@
|
|
|
858
858
|
"description": "The current value (controlled).",
|
|
859
859
|
"name": "value",
|
|
860
860
|
"parent": {
|
|
861
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
861
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
862
862
|
"name": "ValueBase"
|
|
863
863
|
},
|
|
864
864
|
"declarations": [
|
|
865
865
|
{
|
|
866
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
866
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
867
867
|
"name": "ValueBase"
|
|
868
868
|
}
|
|
869
869
|
],
|
|
@@ -877,12 +877,12 @@
|
|
|
877
877
|
"description": "Whether the input is disabled.",
|
|
878
878
|
"name": "isDisabled",
|
|
879
879
|
"parent": {
|
|
880
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
880
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
881
881
|
"name": "InputBase"
|
|
882
882
|
},
|
|
883
883
|
"declarations": [
|
|
884
884
|
{
|
|
885
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
885
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
886
886
|
"name": "InputBase"
|
|
887
887
|
}
|
|
888
888
|
],
|
|
@@ -896,12 +896,12 @@
|
|
|
896
896
|
"description": "Handler that is called when the element's focus status changes.",
|
|
897
897
|
"name": "onFocusChange",
|
|
898
898
|
"parent": {
|
|
899
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
899
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
900
900
|
"name": "FocusEvents"
|
|
901
901
|
},
|
|
902
902
|
"declarations": [
|
|
903
903
|
{
|
|
904
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
904
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
905
905
|
"name": "FocusEvents"
|
|
906
906
|
}
|
|
907
907
|
],
|
|
@@ -915,12 +915,12 @@
|
|
|
915
915
|
"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.",
|
|
916
916
|
"name": "excludeFromTabOrder",
|
|
917
917
|
"parent": {
|
|
918
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
918
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
919
919
|
"name": "FocusableDOMProps"
|
|
920
920
|
},
|
|
921
921
|
"declarations": [
|
|
922
922
|
{
|
|
923
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
923
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
924
924
|
"name": "FocusableDOMProps"
|
|
925
925
|
}
|
|
926
926
|
],
|
|
@@ -931,15 +931,15 @@
|
|
|
931
931
|
},
|
|
932
932
|
"render": {
|
|
933
933
|
"defaultValue": null,
|
|
934
|
-
"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
|
|
934
|
+
"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.",
|
|
935
935
|
"name": "render",
|
|
936
936
|
"parent": {
|
|
937
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
937
|
+
"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",
|
|
938
938
|
"name": "DOMRenderProps"
|
|
939
939
|
},
|
|
940
940
|
"declarations": [
|
|
941
941
|
{
|
|
942
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
942
|
+
"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",
|
|
943
943
|
"name": "DOMRenderProps"
|
|
944
944
|
}
|
|
945
945
|
],
|
|
@@ -953,12 +953,12 @@
|
|
|
953
953
|
"description": "Whether user input is required on the input before form submission.",
|
|
954
954
|
"name": "isRequired",
|
|
955
955
|
"parent": {
|
|
956
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
956
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
957
957
|
"name": "Validation"
|
|
958
958
|
},
|
|
959
959
|
"declarations": [
|
|
960
960
|
{
|
|
961
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
961
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
962
962
|
"name": "Validation"
|
|
963
963
|
}
|
|
964
964
|
],
|
|
@@ -972,12 +972,12 @@
|
|
|
972
972
|
"description": "Whether the input can be selected but not changed by the user.",
|
|
973
973
|
"name": "isReadOnly",
|
|
974
974
|
"parent": {
|
|
975
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
975
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
976
976
|
"name": "InputBase"
|
|
977
977
|
},
|
|
978
978
|
"declarations": [
|
|
979
979
|
{
|
|
980
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
980
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
981
981
|
"name": "InputBase"
|
|
982
982
|
}
|
|
983
983
|
],
|
|
@@ -993,12 +993,12 @@
|
|
|
993
993
|
"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.",
|
|
994
994
|
"name": "validationBehavior",
|
|
995
995
|
"parent": {
|
|
996
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
996
|
+
"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",
|
|
997
997
|
"name": "RACValidation"
|
|
998
998
|
},
|
|
999
999
|
"declarations": [
|
|
1000
1000
|
{
|
|
1001
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
1001
|
+
"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",
|
|
1002
1002
|
"name": "RACValidation"
|
|
1003
1003
|
}
|
|
1004
1004
|
],
|
|
@@ -1021,12 +1021,12 @@
|
|
|
1021
1021
|
"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.",
|
|
1022
1022
|
"name": "validate",
|
|
1023
1023
|
"parent": {
|
|
1024
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1024
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
1025
1025
|
"name": "Validation"
|
|
1026
1026
|
},
|
|
1027
1027
|
"declarations": [
|
|
1028
1028
|
{
|
|
1029
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1029
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
1030
1030
|
"name": "Validation"
|
|
1031
1031
|
}
|
|
1032
1032
|
],
|
|
@@ -1052,15 +1052,15 @@
|
|
|
1052
1052
|
},
|
|
1053
1053
|
"autoComplete": {
|
|
1054
1054
|
"defaultValue": null,
|
|
1055
|
-
"description": "Describes the type of autocomplete functionality the input should provide if any. See
|
|
1055
|
+
"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).",
|
|
1056
1056
|
"name": "autoComplete",
|
|
1057
1057
|
"parent": {
|
|
1058
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1058
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1059
1059
|
"name": "TextInputDOMProps"
|
|
1060
1060
|
},
|
|
1061
1061
|
"declarations": [
|
|
1062
1062
|
{
|
|
1063
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1063
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1064
1064
|
"name": "TextInputDOMProps"
|
|
1065
1065
|
}
|
|
1066
1066
|
],
|
|
@@ -1071,15 +1071,15 @@
|
|
|
1071
1071
|
},
|
|
1072
1072
|
"maxLength": {
|
|
1073
1073
|
"defaultValue": null,
|
|
1074
|
-
"description": "The maximum number of characters supported by the input. See
|
|
1074
|
+
"description": "The maximum number of characters supported by the input. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefmaxlength).",
|
|
1075
1075
|
"name": "maxLength",
|
|
1076
1076
|
"parent": {
|
|
1077
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1077
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1078
1078
|
"name": "TextInputDOMProps"
|
|
1079
1079
|
},
|
|
1080
1080
|
"declarations": [
|
|
1081
1081
|
{
|
|
1082
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1082
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1083
1083
|
"name": "TextInputDOMProps"
|
|
1084
1084
|
}
|
|
1085
1085
|
],
|
|
@@ -1090,15 +1090,15 @@
|
|
|
1090
1090
|
},
|
|
1091
1091
|
"minLength": {
|
|
1092
1092
|
"defaultValue": null,
|
|
1093
|
-
"description": "The minimum number of characters required by the input. See
|
|
1093
|
+
"description": "The minimum number of characters required by the input. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefminlength).",
|
|
1094
1094
|
"name": "minLength",
|
|
1095
1095
|
"parent": {
|
|
1096
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1096
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1097
1097
|
"name": "TextInputDOMProps"
|
|
1098
1098
|
},
|
|
1099
1099
|
"declarations": [
|
|
1100
1100
|
{
|
|
1101
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1101
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1102
1102
|
"name": "TextInputDOMProps"
|
|
1103
1103
|
}
|
|
1104
1104
|
],
|
|
@@ -1112,12 +1112,12 @@
|
|
|
1112
1112
|
"description": "Handler that is called when the clear button is pressed.",
|
|
1113
1113
|
"name": "onClear",
|
|
1114
1114
|
"parent": {
|
|
1115
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
1115
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/searchfield/useSearchFieldState.d.ts",
|
|
1116
1116
|
"name": "SearchFieldProps"
|
|
1117
1117
|
},
|
|
1118
1118
|
"declarations": [
|
|
1119
1119
|
{
|
|
1120
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
1120
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/searchfield/useSearchFieldState.d.ts",
|
|
1121
1121
|
"name": "SearchFieldProps"
|
|
1122
1122
|
}
|
|
1123
1123
|
],
|