@commercetools/nimbus-mcp 2.11.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/docs/route-manifest.json +1421 -605
- package/data/docs/routes/components-data-display-card.json +71 -5
- package/data/docs/routes/components-data-display-data-table.json +66 -34
- package/data/docs/routes/components-data-display-draggable-list.json +62 -7
- package/data/docs/routes/components-feedback-toast.json +1 -1
- package/data/docs/routes/components-inputs-checkbox.json +2 -2
- package/data/docs/routes/components-layout-defaultpage.json +4 -4
- package/data/docs/routes/components-layout-modalpage.json +4 -4
- package/data/docs/routes/components-layout-scrollarea.json +3 -3
- package/data/docs/routes/components-layout-splitter.json +654 -0
- package/data/docs/routes/components-media-avatar.json +24 -2
- package/data/docs/routes/components-utilities-region.json +265 -0
- package/data/docs/routes/home-getting-started-bundler-plugins.json +248 -0
- package/data/docs/routes/hooks-usedraganddrop.json +310 -0
- package/data/docs/routes/patterns-actions-form-action-bar.json +412 -0
- package/data/docs/routes/patterns-actions.json +78 -0
- package/data/docs/routes/patterns-dialogs-confirmation-dialog.json +391 -0
- package/data/docs/routes/patterns-dialogs-form-dialog.json +358 -0
- package/data/docs/routes/patterns-dialogs-info-dialog.json +315 -0
- package/data/docs/routes/patterns-dialogs.json +78 -0
- package/data/docs/routes/patterns-pages-public-page-layout.json +371 -0
- package/data/docs/routes/patterns-pages.json +78 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionContent.json +32 -32
- package/data/docs/types/AccordionHeader.json +102 -102
- package/data/docs/types/AccordionItem.json +28 -28
- package/data/docs/types/AccordionRoot.json +15 -15
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +89 -89
- package/data/docs/types/AlertTitle.json +8 -8
- package/data/docs/types/Avatar.json +8 -8
- package/data/docs/types/Badge.json +2 -2
- package/data/docs/types/Body.json +6 -6
- package/data/docs/types/Box.json +6 -6
- package/data/docs/types/Button.json +97 -97
- package/data/docs/types/Calendar.json +111 -65
- package/data/docs/types/Caption.json +6 -6
- package/data/docs/types/Card.json +1 -1
- package/data/docs/types/{CardContent.json → CardBody.json} +2 -2
- package/data/docs/types/CardFooter.json +27 -0
- package/data/docs/types/CardRoot.json +18 -48
- package/data/docs/types/Cell.json +20 -20
- package/data/docs/types/Checkbox.json +99 -99
- package/data/docs/types/Code.json +10 -10
- package/data/docs/types/CollapsibleMotionContent.json +2 -2
- package/data/docs/types/CollapsibleMotionRoot.json +2 -2
- package/data/docs/types/CollapsibleMotionTrigger.json +4 -4
- package/data/docs/types/Column.json +8 -8
- package/data/docs/types/ColumnGroup.json +8 -8
- package/data/docs/types/ColumnHeader.json +18 -18
- package/data/docs/types/ComboBoxListBox.json +80 -80
- package/data/docs/types/ComboBoxOption.json +77 -77
- package/data/docs/types/ComboBoxPopover.json +77 -77
- package/data/docs/types/ComboBoxRoot.json +8 -8
- package/data/docs/types/ComboBoxSection.json +29 -29
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/ConfirmationDialog.json +224 -0
- package/data/docs/types/Content.json +2 -2
- package/data/docs/types/DataTable.json +17 -2
- package/data/docs/types/DataTableBody.json +24 -24
- package/data/docs/types/DataTableHeader.json +31 -31
- package/data/docs/types/DataTableRoot.json +17 -2
- package/data/docs/types/DataTableTable.json +35 -20
- package/data/docs/types/DateInput.json +84 -84
- package/data/docs/types/DatePicker.json +65 -65
- package/data/docs/types/DateRangePicker.json +99 -99
- package/data/docs/types/DateRangePickerField.json +99 -99
- package/data/docs/types/DefaultPageBackLink.json +16 -16
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +87 -87
- package/data/docs/types/DialogTrigger.json +2 -2
- package/data/docs/types/DragAndDropItemData.json +9 -0
- package/data/docs/types/DragAndDropProps.json +9 -0
- package/data/docs/types/DraggableListField.json +159 -70
- package/data/docs/types/DraggableListItem.json +63 -63
- package/data/docs/types/DraggableListRoot.json +159 -70
- package/data/docs/types/DrawerCloseTrigger.json +87 -87
- package/data/docs/types/DrawerTrigger.json +2 -2
- package/data/docs/types/FieldErrors.json +2 -2
- package/data/docs/types/Flex.json +22 -22
- package/data/docs/types/Footer.json +6 -6
- package/data/docs/types/FormActionBar.json +200 -0
- package/data/docs/types/FormDialog.json +198 -0
- package/data/docs/types/FormFieldRoot.json +2 -2
- package/data/docs/types/Grid.json +24 -24
- package/data/docs/types/Group.json +12 -12
- package/data/docs/types/Header.json +6 -6
- package/data/docs/types/Heading.json +8 -8
- package/data/docs/types/Icon.json +4 -4
- package/data/docs/types/IconButton.json +97 -97
- package/data/docs/types/IconToggleButton.json +84 -84
- package/data/docs/types/Image.json +30 -30
- package/data/docs/types/Indicator.json +6 -6
- package/data/docs/types/InfoDialog.json +104 -0
- package/data/docs/types/InlineSvg.json +2 -2
- package/data/docs/types/Item.json +6 -6
- package/data/docs/types/Kbd.json +8 -8
- package/data/docs/types/Link.json +31 -31
- package/data/docs/types/ListIndicator.json +6 -6
- package/data/docs/types/ListItem.json +6 -6
- package/data/docs/types/ListRoot.json +10 -10
- package/data/docs/types/LoadingSpinner.json +2 -2
- package/data/docs/types/MakeElementFocusable.json +19 -19
- package/data/docs/types/MenuItem.json +75 -75
- package/data/docs/types/MenuRoot.json +63 -63
- package/data/docs/types/MenuSection.json +35 -54
- package/data/docs/types/MenuSubmenuTrigger.json +5 -5
- package/data/docs/types/MenuTrigger.json +102 -102
- package/data/docs/types/MultilineTextInput.json +134 -134
- package/data/docs/types/MultilineTextInputField.json +131 -131
- package/data/docs/types/NumberInput.json +100 -100
- package/data/docs/types/NumberInputField.json +95 -95
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +6 -6
- package/data/docs/types/PasswordInput.json +129 -129
- package/data/docs/types/PasswordInputField.json +129 -129
- package/data/docs/types/ProgressBar.json +14 -14
- package/data/docs/types/PublicPageLayout.json +99 -0
- package/data/docs/types/RadioInputOption.json +64 -64
- package/data/docs/types/RadioInputRoot.json +55 -55
- package/data/docs/types/RangeCalendar.json +90 -71
- package/data/docs/types/Region.json +114 -0
- package/data/docs/types/RegionProvider.json +25 -0
- package/data/docs/types/RegionTarget.json +112 -0
- package/data/docs/types/RichTextInput.json +2 -2
- package/data/docs/types/Root.json +10 -10
- package/data/docs/types/Row.json +6 -6
- package/data/docs/types/SPLITTER_SIZE_TOKENS.json +9 -0
- package/data/docs/types/ScrollArea.json +6 -6
- package/data/docs/types/SearchInput.json +136 -136
- package/data/docs/types/SearchInputField.json +131 -131
- package/data/docs/types/SelectOption.json +66 -66
- package/data/docs/types/SelectOptionGroup.json +22 -22
- package/data/docs/types/SelectOptions.json +74 -74
- package/data/docs/types/SelectRoot.json +102 -102
- package/data/docs/types/Separator.json +4 -4
- package/data/docs/types/SimpleGrid.json +28 -28
- package/data/docs/types/SplitButton.json +12 -12
- package/data/docs/types/Splitter.json +12 -0
- package/data/docs/types/SplitterAside.json +27 -0
- package/data/docs/types/SplitterHandle.json +27 -0
- package/data/docs/types/SplitterMain.json +27 -0
- package/data/docs/types/SplitterRoot.json +271 -0
- package/data/docs/types/SplitterSizeToken.json +9 -0
- package/data/docs/types/Stack.json +2 -2
- package/data/docs/types/StepsNextTrigger.json +2 -2
- package/data/docs/types/StepsPrevTrigger.json +2 -2
- package/data/docs/types/StepsRoot.json +2 -2
- package/data/docs/types/StepsTrigger.json +2 -2
- package/data/docs/types/Switch.json +38 -38
- package/data/docs/types/TabNavItem.json +18 -18
- package/data/docs/types/TabNavRoot.json +2 -2
- package/data/docs/types/TableBody.json +6 -6
- package/data/docs/types/TableCaption.json +6 -6
- package/data/docs/types/TableCell.json +20 -20
- package/data/docs/types/TableColumn.json +8 -8
- package/data/docs/types/TableColumnGroup.json +8 -8
- package/data/docs/types/TableColumnHeader.json +18 -18
- package/data/docs/types/TableFooter.json +6 -6
- package/data/docs/types/TableHeader.json +6 -6
- package/data/docs/types/TableRoot.json +32 -32
- package/data/docs/types/TableRow.json +6 -6
- package/data/docs/types/TableScrollArea.json +6 -6
- package/data/docs/types/TabsTab.json +2 -2
- package/data/docs/types/TagGroupRoot.json +27 -27
- package/data/docs/types/TagGroupTag.json +68 -68
- package/data/docs/types/TagGroupTagList.json +18 -18
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/TextInput.json +132 -132
- package/data/docs/types/TextInputField.json +129 -129
- package/data/docs/types/TimeInput.json +78 -78
- package/data/docs/types/ToggleButton.json +86 -86
- package/data/docs/types/ToggleButtonGroupButton.json +33 -33
- package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
- package/data/docs/types/Toolbar.json +12 -12
- package/data/docs/types/TooltipContent.json +31 -31
- package/data/docs/types/TooltipRoot.json +18 -18
- package/data/docs/types/Trigger.json +4 -4
- package/data/docs/types/UseDragAndDropOptions.json +9 -0
- package/data/docs/types/VisuallyHidden.json +7 -7
- package/data/docs/types/createArrayHandlers.json +12 -0
- package/data/docs/types/createItemsFromCsvDrop.json +833 -0
- package/data/docs/types/createItemsFromDirectoryDrop.json +833 -0
- package/data/docs/types/createItemsFromFileDrop.json +833 -0
- package/data/docs/types/createItemsFromImageDrop.json +833 -0
- package/data/docs/types/createItemsFromJsonDrop.json +833 -0
- package/data/docs/types/createItemsFromTextDrop.json +12 -0
- package/data/docs/types/createListDataHandlers.json +102 -0
- package/data/docs/types/manifest.json +32 -2
- package/data/docs/types/toast.json +0 -15
- package/data/docs/types/useDragAndDrop.json +174 -0
- package/data/docs/types/useRegion.json +1052 -0
- package/data/docs/types/useResponsiveSplitterSizes.json +143 -0
- package/package.json +7 -7
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"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).",
|
|
34
34
|
"name": "form",
|
|
35
35
|
"parent": {
|
|
36
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
36
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
37
37
|
"name": "InputDOMProps"
|
|
38
38
|
},
|
|
39
39
|
"declarations": [
|
|
40
40
|
{
|
|
41
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
41
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
42
42
|
"name": "InputDOMProps"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
},
|
|
50
50
|
"slot": {
|
|
51
51
|
"defaultValue": null,
|
|
52
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
52
|
+
"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.",
|
|
53
53
|
"name": "slot",
|
|
54
54
|
"parent": {
|
|
55
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
55
|
+
"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",
|
|
56
56
|
"name": "SlotProps"
|
|
57
57
|
},
|
|
58
58
|
"declarations": [
|
|
59
59
|
{
|
|
60
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
60
|
+
"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",
|
|
61
61
|
"name": "SlotProps"
|
|
62
62
|
}
|
|
63
63
|
],
|
|
@@ -68,15 +68,15 @@
|
|
|
68
68
|
},
|
|
69
69
|
"style": {
|
|
70
70
|
"defaultValue": null,
|
|
71
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
71
|
+
"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.",
|
|
72
72
|
"name": "style",
|
|
73
73
|
"parent": {
|
|
74
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
74
|
+
"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",
|
|
75
75
|
"name": "StyleRenderProps"
|
|
76
76
|
},
|
|
77
77
|
"declarations": [
|
|
78
78
|
{
|
|
79
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
79
|
+
"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",
|
|
80
80
|
"name": "StyleRenderProps"
|
|
81
81
|
}
|
|
82
82
|
],
|
|
@@ -87,15 +87,15 @@
|
|
|
87
87
|
},
|
|
88
88
|
"pattern": {
|
|
89
89
|
"defaultValue": null,
|
|
90
|
-
"description": "Regex pattern that the value of the input must match to be valid. See
|
|
90
|
+
"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).",
|
|
91
91
|
"name": "pattern",
|
|
92
92
|
"parent": {
|
|
93
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
93
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
94
94
|
"name": "TextInputDOMProps"
|
|
95
95
|
},
|
|
96
96
|
"declarations": [
|
|
97
97
|
{
|
|
98
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
98
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
99
99
|
"name": "TextInputDOMProps"
|
|
100
100
|
}
|
|
101
101
|
],
|
|
@@ -124,12 +124,12 @@
|
|
|
124
124
|
"description": "The default value (uncontrolled).",
|
|
125
125
|
"name": "defaultValue",
|
|
126
126
|
"parent": {
|
|
127
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
127
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
128
128
|
"name": "ValueBase"
|
|
129
129
|
},
|
|
130
130
|
"declarations": [
|
|
131
131
|
{
|
|
132
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
132
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
133
133
|
"name": "ValueBase"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
@@ -143,12 +143,12 @@
|
|
|
143
143
|
"description": "Whether the element should receive focus on render.",
|
|
144
144
|
"name": "autoFocus",
|
|
145
145
|
"parent": {
|
|
146
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
146
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
147
147
|
"name": "FocusableProps"
|
|
148
148
|
},
|
|
149
149
|
"declarations": [
|
|
150
150
|
{
|
|
151
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
151
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
152
152
|
"name": "FocusableProps"
|
|
153
153
|
}
|
|
154
154
|
],
|
|
@@ -161,15 +161,15 @@
|
|
|
161
161
|
"defaultValue": {
|
|
162
162
|
"value": "'react-aria-TextField'"
|
|
163
163
|
},
|
|
164
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
164
|
+
"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.",
|
|
165
165
|
"name": "className",
|
|
166
166
|
"parent": {
|
|
167
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
167
|
+
"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/TextField.d.ts",
|
|
168
168
|
"name": "TextFieldProps"
|
|
169
169
|
},
|
|
170
170
|
"declarations": [
|
|
171
171
|
{
|
|
172
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
172
|
+
"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/TextField.d.ts",
|
|
173
173
|
"name": "TextFieldProps"
|
|
174
174
|
}
|
|
175
175
|
],
|
|
@@ -180,15 +180,15 @@
|
|
|
180
180
|
},
|
|
181
181
|
"enterKeyHint": {
|
|
182
182
|
"defaultValue": null,
|
|
183
|
-
"description": "An enumerated attribute that defines what action label or icon to preset for the enter key on
|
|
183
|
+
"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).",
|
|
184
184
|
"name": "enterKeyHint",
|
|
185
185
|
"parent": {
|
|
186
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
186
|
+
"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",
|
|
187
187
|
"name": "AriaTextFieldProps"
|
|
188
188
|
},
|
|
189
189
|
"declarations": [
|
|
190
190
|
{
|
|
191
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
191
|
+
"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",
|
|
192
192
|
"name": "AriaTextFieldProps"
|
|
193
193
|
}
|
|
194
194
|
],
|
|
@@ -223,15 +223,15 @@
|
|
|
223
223
|
},
|
|
224
224
|
"id": {
|
|
225
225
|
"defaultValue": null,
|
|
226
|
-
"description": "The element's unique identifier. See
|
|
226
|
+
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
227
227
|
"name": "id",
|
|
228
228
|
"parent": {
|
|
229
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
229
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
230
230
|
"name": "DOMProps"
|
|
231
231
|
},
|
|
232
232
|
"declarations": [
|
|
233
233
|
{
|
|
234
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
234
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
235
235
|
"name": "DOMProps"
|
|
236
236
|
}
|
|
237
237
|
],
|
|
@@ -242,15 +242,15 @@
|
|
|
242
242
|
},
|
|
243
243
|
"spellCheck": {
|
|
244
244
|
"defaultValue": null,
|
|
245
|
-
"description": "An enumerated attribute that defines whether the element may be checked for spelling errors
|
|
245
|
+
"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).",
|
|
246
246
|
"name": "spellCheck",
|
|
247
247
|
"parent": {
|
|
248
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
248
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249
249
|
"name": "TextInputDOMProps"
|
|
250
250
|
},
|
|
251
251
|
"declarations": [
|
|
252
252
|
{
|
|
253
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
253
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
254
254
|
"name": "TextInputDOMProps"
|
|
255
255
|
}
|
|
256
256
|
],
|
|
@@ -261,15 +261,15 @@
|
|
|
261
261
|
},
|
|
262
262
|
"autoCorrect": {
|
|
263
263
|
"defaultValue": null,
|
|
264
|
-
"description": "An attribute that takes as its value a space-separated string that describes what, if any, type
|
|
264
|
+
"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).",
|
|
265
265
|
"name": "autoCorrect",
|
|
266
266
|
"parent": {
|
|
267
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
267
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
268
268
|
"name": "TextInputDOMProps"
|
|
269
269
|
},
|
|
270
270
|
"declarations": [
|
|
271
271
|
{
|
|
272
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
272
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
273
273
|
"name": "TextInputDOMProps"
|
|
274
274
|
}
|
|
275
275
|
],
|
|
@@ -280,15 +280,15 @@
|
|
|
280
280
|
},
|
|
281
281
|
"inputMode": {
|
|
282
282
|
"defaultValue": null,
|
|
283
|
-
"description": "Hints at the type of data that might be entered by the user while editing the element or its
|
|
283
|
+
"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).",
|
|
284
284
|
"name": "inputMode",
|
|
285
285
|
"parent": {
|
|
286
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
286
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287
287
|
"name": "TextInputDOMProps"
|
|
288
288
|
},
|
|
289
289
|
"declarations": [
|
|
290
290
|
{
|
|
291
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
291
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
292
292
|
"name": "TextInputDOMProps"
|
|
293
293
|
}
|
|
294
294
|
],
|
|
@@ -326,15 +326,15 @@
|
|
|
326
326
|
},
|
|
327
327
|
"aria-activedescendant": {
|
|
328
328
|
"defaultValue": null,
|
|
329
|
-
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox,
|
|
329
|
+
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox,\ngroup, or application.",
|
|
330
330
|
"name": "aria-activedescendant",
|
|
331
331
|
"parent": {
|
|
332
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
332
|
+
"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",
|
|
333
333
|
"name": "AriaTextFieldProps"
|
|
334
334
|
},
|
|
335
335
|
"declarations": [
|
|
336
336
|
{
|
|
337
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
337
|
+
"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",
|
|
338
338
|
"name": "AriaTextFieldProps"
|
|
339
339
|
}
|
|
340
340
|
],
|
|
@@ -345,15 +345,15 @@
|
|
|
345
345
|
},
|
|
346
346
|
"aria-autocomplete": {
|
|
347
347
|
"defaultValue": null,
|
|
348
|
-
"description": "Indicates whether inputting text could trigger display of one or more predictions of the user's
|
|
348
|
+
"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.",
|
|
349
349
|
"name": "aria-autocomplete",
|
|
350
350
|
"parent": {
|
|
351
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
351
|
+
"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",
|
|
352
352
|
"name": "AriaTextFieldProps"
|
|
353
353
|
},
|
|
354
354
|
"declarations": [
|
|
355
355
|
{
|
|
356
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
356
|
+
"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",
|
|
357
357
|
"name": "AriaTextFieldProps"
|
|
358
358
|
}
|
|
359
359
|
],
|
|
@@ -379,15 +379,15 @@
|
|
|
379
379
|
},
|
|
380
380
|
"aria-controls": {
|
|
381
381
|
"defaultValue": null,
|
|
382
|
-
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current
|
|
382
|
+
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current\nelement.",
|
|
383
383
|
"name": "aria-controls",
|
|
384
384
|
"parent": {
|
|
385
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
385
|
+
"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",
|
|
386
386
|
"name": "AriaTextFieldProps"
|
|
387
387
|
},
|
|
388
388
|
"declarations": [
|
|
389
389
|
{
|
|
390
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
390
|
+
"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",
|
|
391
391
|
"name": "AriaTextFieldProps"
|
|
392
392
|
}
|
|
393
393
|
],
|
|
@@ -401,12 +401,12 @@
|
|
|
401
401
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
402
402
|
"name": "aria-describedby",
|
|
403
403
|
"parent": {
|
|
404
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
404
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
405
405
|
"name": "AriaLabelingProps"
|
|
406
406
|
},
|
|
407
407
|
"declarations": [
|
|
408
408
|
{
|
|
409
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
409
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
410
410
|
"name": "AriaLabelingProps"
|
|
411
411
|
}
|
|
412
412
|
],
|
|
@@ -417,15 +417,15 @@
|
|
|
417
417
|
},
|
|
418
418
|
"aria-details": {
|
|
419
419
|
"defaultValue": null,
|
|
420
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
420
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
421
421
|
"name": "aria-details",
|
|
422
422
|
"parent": {
|
|
423
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
423
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
424
424
|
"name": "AriaLabelingProps"
|
|
425
425
|
},
|
|
426
426
|
"declarations": [
|
|
427
427
|
{
|
|
428
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
428
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
429
429
|
"name": "AriaLabelingProps"
|
|
430
430
|
}
|
|
431
431
|
],
|
|
@@ -439,12 +439,12 @@
|
|
|
439
439
|
"description": "Identifies the element that provides an error message for the object.",
|
|
440
440
|
"name": "aria-errormessage",
|
|
441
441
|
"parent": {
|
|
442
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
442
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
443
443
|
"name": "AriaValidationProps"
|
|
444
444
|
},
|
|
445
445
|
"declarations": [
|
|
446
446
|
{
|
|
447
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
447
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
448
448
|
"name": "AriaValidationProps"
|
|
449
449
|
}
|
|
450
450
|
],
|
|
@@ -455,15 +455,15 @@
|
|
|
455
455
|
},
|
|
456
456
|
"aria-haspopup": {
|
|
457
457
|
"defaultValue": null,
|
|
458
|
-
"description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that
|
|
458
|
+
"description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that\ncan be triggered by an element.",
|
|
459
459
|
"name": "aria-haspopup",
|
|
460
460
|
"parent": {
|
|
461
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
461
|
+
"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",
|
|
462
462
|
"name": "AriaTextFieldProps"
|
|
463
463
|
},
|
|
464
464
|
"declarations": [
|
|
465
465
|
{
|
|
466
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
466
|
+
"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",
|
|
467
467
|
"name": "AriaTextFieldProps"
|
|
468
468
|
}
|
|
469
469
|
],
|
|
@@ -477,12 +477,12 @@
|
|
|
477
477
|
"description": "Defines a string value that labels the current element.",
|
|
478
478
|
"name": "aria-label",
|
|
479
479
|
"parent": {
|
|
480
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
480
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
481
481
|
"name": "AriaLabelingProps"
|
|
482
482
|
},
|
|
483
483
|
"declarations": [
|
|
484
484
|
{
|
|
485
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
485
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
486
486
|
"name": "AriaLabelingProps"
|
|
487
487
|
}
|
|
488
488
|
],
|
|
@@ -496,12 +496,12 @@
|
|
|
496
496
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
497
497
|
"name": "aria-labelledby",
|
|
498
498
|
"parent": {
|
|
499
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
499
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
500
500
|
"name": "AriaLabelingProps"
|
|
501
501
|
},
|
|
502
502
|
"declarations": [
|
|
503
503
|
{
|
|
504
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
504
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
505
505
|
"name": "AriaLabelingProps"
|
|
506
506
|
}
|
|
507
507
|
],
|
|
@@ -512,15 +512,15 @@
|
|
|
512
512
|
},
|
|
513
513
|
"children": {
|
|
514
514
|
"defaultValue": null,
|
|
515
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
515
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
516
516
|
"name": "children",
|
|
517
517
|
"parent": {
|
|
518
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
518
|
+
"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",
|
|
519
519
|
"name": "RenderProps"
|
|
520
520
|
},
|
|
521
521
|
"declarations": [
|
|
522
522
|
{
|
|
523
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
523
|
+
"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",
|
|
524
524
|
"name": "RenderProps"
|
|
525
525
|
}
|
|
526
526
|
],
|
|
@@ -531,15 +531,15 @@
|
|
|
531
531
|
},
|
|
532
532
|
"onCopy": {
|
|
533
533
|
"defaultValue": null,
|
|
534
|
-
"description": "Handler that is called when the user copies text. See
|
|
534
|
+
"description": "Handler that is called when the user copies text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
|
|
535
535
|
"name": "onCopy",
|
|
536
536
|
"parent": {
|
|
537
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
537
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
538
538
|
"name": "TextInputDOMEvents"
|
|
539
539
|
},
|
|
540
540
|
"declarations": [
|
|
541
541
|
{
|
|
542
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
542
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
543
543
|
"name": "TextInputDOMEvents"
|
|
544
544
|
}
|
|
545
545
|
],
|
|
@@ -550,15 +550,15 @@
|
|
|
550
550
|
},
|
|
551
551
|
"onCut": {
|
|
552
552
|
"defaultValue": null,
|
|
553
|
-
"description": "Handler that is called when the user cuts text. See
|
|
553
|
+
"description": "Handler that is called when the user cuts text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
|
|
554
554
|
"name": "onCut",
|
|
555
555
|
"parent": {
|
|
556
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
556
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
557
557
|
"name": "TextInputDOMEvents"
|
|
558
558
|
},
|
|
559
559
|
"declarations": [
|
|
560
560
|
{
|
|
561
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
561
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
562
562
|
"name": "TextInputDOMEvents"
|
|
563
563
|
}
|
|
564
564
|
],
|
|
@@ -569,15 +569,15 @@
|
|
|
569
569
|
},
|
|
570
570
|
"onPaste": {
|
|
571
571
|
"defaultValue": null,
|
|
572
|
-
"description": "Handler that is called when the user pastes text. See
|
|
572
|
+
"description": "Handler that is called when the user pastes text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
|
|
573
573
|
"name": "onPaste",
|
|
574
574
|
"parent": {
|
|
575
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
575
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
576
576
|
"name": "TextInputDOMEvents"
|
|
577
577
|
},
|
|
578
578
|
"declarations": [
|
|
579
579
|
{
|
|
580
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
580
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
581
581
|
"name": "TextInputDOMEvents"
|
|
582
582
|
}
|
|
583
583
|
],
|
|
@@ -588,15 +588,15 @@
|
|
|
588
588
|
},
|
|
589
589
|
"onCompositionEnd": {
|
|
590
590
|
"defaultValue": null,
|
|
591
|
-
"description": "Handler that is called when a text composition system completes or cancels the current text
|
|
591
|
+
"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).",
|
|
592
592
|
"name": "onCompositionEnd",
|
|
593
593
|
"parent": {
|
|
594
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
594
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
595
595
|
"name": "TextInputDOMEvents"
|
|
596
596
|
},
|
|
597
597
|
"declarations": [
|
|
598
598
|
{
|
|
599
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
599
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
600
600
|
"name": "TextInputDOMEvents"
|
|
601
601
|
}
|
|
602
602
|
],
|
|
@@ -607,15 +607,15 @@
|
|
|
607
607
|
},
|
|
608
608
|
"onCompositionStart": {
|
|
609
609
|
"defaultValue": null,
|
|
610
|
-
"description": "Handler that is called when a text composition system starts a new text composition session
|
|
610
|
+
"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).",
|
|
611
611
|
"name": "onCompositionStart",
|
|
612
612
|
"parent": {
|
|
613
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
613
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
614
614
|
"name": "TextInputDOMEvents"
|
|
615
615
|
},
|
|
616
616
|
"declarations": [
|
|
617
617
|
{
|
|
618
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
618
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
619
619
|
"name": "TextInputDOMEvents"
|
|
620
620
|
}
|
|
621
621
|
],
|
|
@@ -626,15 +626,15 @@
|
|
|
626
626
|
},
|
|
627
627
|
"onCompositionUpdate": {
|
|
628
628
|
"defaultValue": null,
|
|
629
|
-
"description": "Handler that is called when a new character is received in the current text composition
|
|
629
|
+
"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).",
|
|
630
630
|
"name": "onCompositionUpdate",
|
|
631
631
|
"parent": {
|
|
632
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
632
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
633
633
|
"name": "TextInputDOMEvents"
|
|
634
634
|
},
|
|
635
635
|
"declarations": [
|
|
636
636
|
{
|
|
637
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
637
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
638
638
|
"name": "TextInputDOMEvents"
|
|
639
639
|
}
|
|
640
640
|
],
|
|
@@ -648,12 +648,12 @@
|
|
|
648
648
|
"description": "Handler that is called when the element receives focus.",
|
|
649
649
|
"name": "onFocus",
|
|
650
650
|
"parent": {
|
|
651
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
651
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
652
652
|
"name": "FocusEvents"
|
|
653
653
|
},
|
|
654
654
|
"declarations": [
|
|
655
655
|
{
|
|
656
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
656
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
657
657
|
"name": "FocusEvents"
|
|
658
658
|
}
|
|
659
659
|
],
|
|
@@ -667,12 +667,12 @@
|
|
|
667
667
|
"description": "Handler that is called when the element loses focus.",
|
|
668
668
|
"name": "onBlur",
|
|
669
669
|
"parent": {
|
|
670
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
670
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
671
671
|
"name": "FocusEvents"
|
|
672
672
|
},
|
|
673
673
|
"declarations": [
|
|
674
674
|
{
|
|
675
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
675
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
676
676
|
"name": "FocusEvents"
|
|
677
677
|
}
|
|
678
678
|
],
|
|
@@ -686,12 +686,12 @@
|
|
|
686
686
|
"description": "Handler that is called when the value changes.",
|
|
687
687
|
"name": "onChange",
|
|
688
688
|
"parent": {
|
|
689
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
689
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
690
690
|
"name": "ValueBase"
|
|
691
691
|
},
|
|
692
692
|
"declarations": [
|
|
693
693
|
{
|
|
694
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
694
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
695
695
|
"name": "ValueBase"
|
|
696
696
|
}
|
|
697
697
|
],
|
|
@@ -702,15 +702,15 @@
|
|
|
702
702
|
},
|
|
703
703
|
"onBeforeInput": {
|
|
704
704
|
"defaultValue": null,
|
|
705
|
-
"description": "Handler that is called when the input value is about to be modified. See
|
|
705
|
+
"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).",
|
|
706
706
|
"name": "onBeforeInput",
|
|
707
707
|
"parent": {
|
|
708
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
708
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
709
709
|
"name": "TextInputDOMEvents"
|
|
710
710
|
},
|
|
711
711
|
"declarations": [
|
|
712
712
|
{
|
|
713
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
713
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
714
714
|
"name": "TextInputDOMEvents"
|
|
715
715
|
}
|
|
716
716
|
],
|
|
@@ -721,15 +721,15 @@
|
|
|
721
721
|
},
|
|
722
722
|
"onInput": {
|
|
723
723
|
"defaultValue": null,
|
|
724
|
-
"description": "Handler that is called when the input value is modified. See
|
|
724
|
+
"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).",
|
|
725
725
|
"name": "onInput",
|
|
726
726
|
"parent": {
|
|
727
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
727
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
728
728
|
"name": "TextInputDOMEvents"
|
|
729
729
|
},
|
|
730
730
|
"declarations": [
|
|
731
731
|
{
|
|
732
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
732
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
733
733
|
"name": "TextInputDOMEvents"
|
|
734
734
|
}
|
|
735
735
|
],
|
|
@@ -743,12 +743,12 @@
|
|
|
743
743
|
"description": "Handler that is called when a key is pressed.",
|
|
744
744
|
"name": "onKeyDown",
|
|
745
745
|
"parent": {
|
|
746
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
746
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
747
747
|
"name": "KeyboardEvents"
|
|
748
748
|
},
|
|
749
749
|
"declarations": [
|
|
750
750
|
{
|
|
751
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
751
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
752
752
|
"name": "KeyboardEvents"
|
|
753
753
|
}
|
|
754
754
|
],
|
|
@@ -762,12 +762,12 @@
|
|
|
762
762
|
"description": "Handler that is called when a key is released.",
|
|
763
763
|
"name": "onKeyUp",
|
|
764
764
|
"parent": {
|
|
765
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
765
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
766
766
|
"name": "KeyboardEvents"
|
|
767
767
|
},
|
|
768
768
|
"declarations": [
|
|
769
769
|
{
|
|
770
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
770
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
771
771
|
"name": "KeyboardEvents"
|
|
772
772
|
}
|
|
773
773
|
],
|
|
@@ -778,15 +778,15 @@
|
|
|
778
778
|
},
|
|
779
779
|
"onSelect": {
|
|
780
780
|
"defaultValue": null,
|
|
781
|
-
"description": "Handler that is called when text in the input is selected. See
|
|
781
|
+
"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).",
|
|
782
782
|
"name": "onSelect",
|
|
783
783
|
"parent": {
|
|
784
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
784
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
785
785
|
"name": "TextInputDOMEvents"
|
|
786
786
|
},
|
|
787
787
|
"declarations": [
|
|
788
788
|
{
|
|
789
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
789
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
790
790
|
"name": "TextInputDOMEvents"
|
|
791
791
|
}
|
|
792
792
|
],
|
|
@@ -814,15 +814,15 @@
|
|
|
814
814
|
},
|
|
815
815
|
"name": {
|
|
816
816
|
"defaultValue": null,
|
|
817
|
-
"description": "The name of the input element, used when submitting an HTML form. See
|
|
817
|
+
"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).",
|
|
818
818
|
"name": "name",
|
|
819
819
|
"parent": {
|
|
820
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
820
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
821
821
|
"name": "InputDOMProps"
|
|
822
822
|
},
|
|
823
823
|
"declarations": [
|
|
824
824
|
{
|
|
825
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
825
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
826
826
|
"name": "InputDOMProps"
|
|
827
827
|
}
|
|
828
828
|
],
|
|
@@ -836,12 +836,12 @@
|
|
|
836
836
|
"description": "The current value (controlled).",
|
|
837
837
|
"name": "value",
|
|
838
838
|
"parent": {
|
|
839
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
839
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
840
840
|
"name": "ValueBase"
|
|
841
841
|
},
|
|
842
842
|
"declarations": [
|
|
843
843
|
{
|
|
844
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
844
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
845
845
|
"name": "ValueBase"
|
|
846
846
|
}
|
|
847
847
|
],
|
|
@@ -855,12 +855,12 @@
|
|
|
855
855
|
"description": "Whether the input is disabled.",
|
|
856
856
|
"name": "isDisabled",
|
|
857
857
|
"parent": {
|
|
858
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
858
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
859
859
|
"name": "InputBase"
|
|
860
860
|
},
|
|
861
861
|
"declarations": [
|
|
862
862
|
{
|
|
863
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
863
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
864
864
|
"name": "InputBase"
|
|
865
865
|
}
|
|
866
866
|
],
|
|
@@ -874,12 +874,12 @@
|
|
|
874
874
|
"description": "Handler that is called when the element's focus status changes.",
|
|
875
875
|
"name": "onFocusChange",
|
|
876
876
|
"parent": {
|
|
877
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
877
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
878
878
|
"name": "FocusEvents"
|
|
879
879
|
},
|
|
880
880
|
"declarations": [
|
|
881
881
|
{
|
|
882
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
882
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
883
883
|
"name": "FocusEvents"
|
|
884
884
|
}
|
|
885
885
|
],
|
|
@@ -893,12 +893,12 @@
|
|
|
893
893
|
"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.",
|
|
894
894
|
"name": "excludeFromTabOrder",
|
|
895
895
|
"parent": {
|
|
896
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
896
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
897
897
|
"name": "FocusableDOMProps"
|
|
898
898
|
},
|
|
899
899
|
"declarations": [
|
|
900
900
|
{
|
|
901
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
901
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
902
902
|
"name": "FocusableDOMProps"
|
|
903
903
|
}
|
|
904
904
|
],
|
|
@@ -909,15 +909,15 @@
|
|
|
909
909
|
},
|
|
910
910
|
"render": {
|
|
911
911
|
"defaultValue": null,
|
|
912
|
-
"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
|
|
912
|
+
"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.",
|
|
913
913
|
"name": "render",
|
|
914
914
|
"parent": {
|
|
915
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
915
|
+
"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",
|
|
916
916
|
"name": "DOMRenderProps"
|
|
917
917
|
},
|
|
918
918
|
"declarations": [
|
|
919
919
|
{
|
|
920
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
920
|
+
"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",
|
|
921
921
|
"name": "DOMRenderProps"
|
|
922
922
|
}
|
|
923
923
|
],
|
|
@@ -931,12 +931,12 @@
|
|
|
931
931
|
"description": "Whether user input is required on the input before form submission.",
|
|
932
932
|
"name": "isRequired",
|
|
933
933
|
"parent": {
|
|
934
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
934
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
935
935
|
"name": "Validation"
|
|
936
936
|
},
|
|
937
937
|
"declarations": [
|
|
938
938
|
{
|
|
939
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
939
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
940
940
|
"name": "Validation"
|
|
941
941
|
}
|
|
942
942
|
],
|
|
@@ -950,12 +950,12 @@
|
|
|
950
950
|
"description": "Whether the value is invalid.",
|
|
951
951
|
"name": "isInvalid",
|
|
952
952
|
"parent": {
|
|
953
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
953
|
+
"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/TextField.d.ts",
|
|
954
954
|
"name": "TextFieldProps"
|
|
955
955
|
},
|
|
956
956
|
"declarations": [
|
|
957
957
|
{
|
|
958
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
958
|
+
"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/TextField.d.ts",
|
|
959
959
|
"name": "TextFieldProps"
|
|
960
960
|
}
|
|
961
961
|
],
|
|
@@ -969,12 +969,12 @@
|
|
|
969
969
|
"description": "Whether the input can be selected but not changed by the user.",
|
|
970
970
|
"name": "isReadOnly",
|
|
971
971
|
"parent": {
|
|
972
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
972
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
973
973
|
"name": "InputBase"
|
|
974
974
|
},
|
|
975
975
|
"declarations": [
|
|
976
976
|
{
|
|
977
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
977
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
978
978
|
"name": "InputBase"
|
|
979
979
|
}
|
|
980
980
|
],
|
|
@@ -990,12 +990,12 @@
|
|
|
990
990
|
"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.",
|
|
991
991
|
"name": "validationBehavior",
|
|
992
992
|
"parent": {
|
|
993
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
993
|
+
"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",
|
|
994
994
|
"name": "RACValidation"
|
|
995
995
|
},
|
|
996
996
|
"declarations": [
|
|
997
997
|
{
|
|
998
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
998
|
+
"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",
|
|
999
999
|
"name": "RACValidation"
|
|
1000
1000
|
}
|
|
1001
1001
|
],
|
|
@@ -1018,12 +1018,12 @@
|
|
|
1018
1018
|
"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.",
|
|
1019
1019
|
"name": "validate",
|
|
1020
1020
|
"parent": {
|
|
1021
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1021
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
1022
1022
|
"name": "Validation"
|
|
1023
1023
|
},
|
|
1024
1024
|
"declarations": [
|
|
1025
1025
|
{
|
|
1026
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1026
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
1027
1027
|
"name": "Validation"
|
|
1028
1028
|
}
|
|
1029
1029
|
],
|
|
@@ -1049,15 +1049,15 @@
|
|
|
1049
1049
|
},
|
|
1050
1050
|
"autoComplete": {
|
|
1051
1051
|
"defaultValue": null,
|
|
1052
|
-
"description": "Describes the type of autocomplete functionality the input should provide if any. See
|
|
1052
|
+
"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).",
|
|
1053
1053
|
"name": "autoComplete",
|
|
1054
1054
|
"parent": {
|
|
1055
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1055
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1056
1056
|
"name": "TextInputDOMProps"
|
|
1057
1057
|
},
|
|
1058
1058
|
"declarations": [
|
|
1059
1059
|
{
|
|
1060
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1060
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1061
1061
|
"name": "TextInputDOMProps"
|
|
1062
1062
|
}
|
|
1063
1063
|
],
|
|
@@ -1068,15 +1068,15 @@
|
|
|
1068
1068
|
},
|
|
1069
1069
|
"maxLength": {
|
|
1070
1070
|
"defaultValue": null,
|
|
1071
|
-
"description": "The maximum number of characters supported by the input. See
|
|
1071
|
+
"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).",
|
|
1072
1072
|
"name": "maxLength",
|
|
1073
1073
|
"parent": {
|
|
1074
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1074
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1075
1075
|
"name": "TextInputDOMProps"
|
|
1076
1076
|
},
|
|
1077
1077
|
"declarations": [
|
|
1078
1078
|
{
|
|
1079
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1079
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1080
1080
|
"name": "TextInputDOMProps"
|
|
1081
1081
|
}
|
|
1082
1082
|
],
|
|
@@ -1087,15 +1087,15 @@
|
|
|
1087
1087
|
},
|
|
1088
1088
|
"minLength": {
|
|
1089
1089
|
"defaultValue": null,
|
|
1090
|
-
"description": "The minimum number of characters required by the input. See
|
|
1090
|
+
"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).",
|
|
1091
1091
|
"name": "minLength",
|
|
1092
1092
|
"parent": {
|
|
1093
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1093
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1094
1094
|
"name": "TextInputDOMProps"
|
|
1095
1095
|
},
|
|
1096
1096
|
"declarations": [
|
|
1097
1097
|
{
|
|
1098
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
1098
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
1099
1099
|
"name": "TextInputDOMProps"
|
|
1100
1100
|
}
|
|
1101
1101
|
],
|