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