@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
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"description": "The amount that the input value changes with each increment or decrement \"tick\".",
|
|
35
35
|
"name": "step",
|
|
36
36
|
"parent": {
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
38
38
|
"name": "RangeInputBase"
|
|
39
39
|
},
|
|
40
40
|
"declarations": [
|
|
41
41
|
{
|
|
42
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
42
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
43
43
|
"name": "RangeInputBase"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
"description": "The content to display as the label.",
|
|
54
54
|
"name": "label",
|
|
55
55
|
"parent": {
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
56
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/labelable.d.ts",
|
|
57
57
|
"name": "LabelableProps"
|
|
58
58
|
},
|
|
59
59
|
"declarations": [
|
|
60
60
|
{
|
|
61
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
61
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/labelable.d.ts",
|
|
62
62
|
"name": "LabelableProps"
|
|
63
63
|
}
|
|
64
64
|
],
|
|
@@ -87,12 +87,12 @@
|
|
|
87
87
|
"description": "The default value (uncontrolled).",
|
|
88
88
|
"name": "defaultValue",
|
|
89
89
|
"parent": {
|
|
90
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
90
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
91
91
|
"name": "ValueBase"
|
|
92
92
|
},
|
|
93
93
|
"declarations": [
|
|
94
94
|
{
|
|
95
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
95
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
96
96
|
"name": "ValueBase"
|
|
97
97
|
}
|
|
98
98
|
],
|
|
@@ -106,12 +106,12 @@
|
|
|
106
106
|
"description": "Whether the element should receive focus on render.",
|
|
107
107
|
"name": "autoFocus",
|
|
108
108
|
"parent": {
|
|
109
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
109
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
110
110
|
"name": "FocusableProps"
|
|
111
111
|
},
|
|
112
112
|
"declarations": [
|
|
113
113
|
{
|
|
114
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
114
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
115
115
|
"name": "FocusableProps"
|
|
116
116
|
}
|
|
117
117
|
],
|
|
@@ -125,12 +125,12 @@
|
|
|
125
125
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
126
126
|
"name": "aria-describedby",
|
|
127
127
|
"parent": {
|
|
128
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
128
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
129
129
|
"name": "AriaLabelingProps"
|
|
130
130
|
},
|
|
131
131
|
"declarations": [
|
|
132
132
|
{
|
|
133
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
133
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
134
134
|
"name": "AriaLabelingProps"
|
|
135
135
|
}
|
|
136
136
|
],
|
|
@@ -141,15 +141,15 @@
|
|
|
141
141
|
},
|
|
142
142
|
"aria-details": {
|
|
143
143
|
"defaultValue": null,
|
|
144
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
144
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
145
145
|
"name": "aria-details",
|
|
146
146
|
"parent": {
|
|
147
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
147
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
148
148
|
"name": "AriaLabelingProps"
|
|
149
149
|
},
|
|
150
150
|
"declarations": [
|
|
151
151
|
{
|
|
152
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
152
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
153
153
|
"name": "AriaLabelingProps"
|
|
154
154
|
}
|
|
155
155
|
],
|
|
@@ -163,12 +163,12 @@
|
|
|
163
163
|
"description": "Defines a string value that labels the current element.",
|
|
164
164
|
"name": "aria-label",
|
|
165
165
|
"parent": {
|
|
166
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
166
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
167
167
|
"name": "AriaLabelingProps"
|
|
168
168
|
},
|
|
169
169
|
"declarations": [
|
|
170
170
|
{
|
|
171
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
171
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
172
172
|
"name": "AriaLabelingProps"
|
|
173
173
|
}
|
|
174
174
|
],
|
|
@@ -182,12 +182,12 @@
|
|
|
182
182
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
183
183
|
"name": "aria-labelledby",
|
|
184
184
|
"parent": {
|
|
185
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
185
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
186
186
|
"name": "AriaLabelingProps"
|
|
187
187
|
},
|
|
188
188
|
"declarations": [
|
|
189
189
|
{
|
|
190
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
190
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
191
191
|
"name": "AriaLabelingProps"
|
|
192
192
|
}
|
|
193
193
|
],
|
|
@@ -198,15 +198,15 @@
|
|
|
198
198
|
},
|
|
199
199
|
"onCopy": {
|
|
200
200
|
"defaultValue": null,
|
|
201
|
-
"description": "Handler that is called when the user copies text. See
|
|
201
|
+
"description": "Handler that is called when the user copies text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
|
|
202
202
|
"name": "onCopy",
|
|
203
203
|
"parent": {
|
|
204
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
204
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
205
205
|
"name": "TextInputDOMEvents"
|
|
206
206
|
},
|
|
207
207
|
"declarations": [
|
|
208
208
|
{
|
|
209
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
209
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
210
210
|
"name": "TextInputDOMEvents"
|
|
211
211
|
}
|
|
212
212
|
],
|
|
@@ -217,15 +217,15 @@
|
|
|
217
217
|
},
|
|
218
218
|
"onCut": {
|
|
219
219
|
"defaultValue": null,
|
|
220
|
-
"description": "Handler that is called when the user cuts text. See
|
|
220
|
+
"description": "Handler that is called when the user cuts text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
|
|
221
221
|
"name": "onCut",
|
|
222
222
|
"parent": {
|
|
223
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
223
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
224
224
|
"name": "TextInputDOMEvents"
|
|
225
225
|
},
|
|
226
226
|
"declarations": [
|
|
227
227
|
{
|
|
228
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
228
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
229
229
|
"name": "TextInputDOMEvents"
|
|
230
230
|
}
|
|
231
231
|
],
|
|
@@ -236,15 +236,15 @@
|
|
|
236
236
|
},
|
|
237
237
|
"onPaste": {
|
|
238
238
|
"defaultValue": null,
|
|
239
|
-
"description": "Handler that is called when the user pastes text. See
|
|
239
|
+
"description": "Handler that is called when the user pastes text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
|
|
240
240
|
"name": "onPaste",
|
|
241
241
|
"parent": {
|
|
242
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
242
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
243
243
|
"name": "TextInputDOMEvents"
|
|
244
244
|
},
|
|
245
245
|
"declarations": [
|
|
246
246
|
{
|
|
247
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
247
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
248
248
|
"name": "TextInputDOMEvents"
|
|
249
249
|
}
|
|
250
250
|
],
|
|
@@ -255,15 +255,15 @@
|
|
|
255
255
|
},
|
|
256
256
|
"onCompositionEnd": {
|
|
257
257
|
"defaultValue": null,
|
|
258
|
-
"description": "Handler that is called when a text composition system completes or cancels the current text
|
|
258
|
+
"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).",
|
|
259
259
|
"name": "onCompositionEnd",
|
|
260
260
|
"parent": {
|
|
261
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
261
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
262
262
|
"name": "TextInputDOMEvents"
|
|
263
263
|
},
|
|
264
264
|
"declarations": [
|
|
265
265
|
{
|
|
266
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
266
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
267
267
|
"name": "TextInputDOMEvents"
|
|
268
268
|
}
|
|
269
269
|
],
|
|
@@ -274,15 +274,15 @@
|
|
|
274
274
|
},
|
|
275
275
|
"onCompositionStart": {
|
|
276
276
|
"defaultValue": null,
|
|
277
|
-
"description": "Handler that is called when a text composition system starts a new text composition session
|
|
277
|
+
"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).",
|
|
278
278
|
"name": "onCompositionStart",
|
|
279
279
|
"parent": {
|
|
280
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
280
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
281
281
|
"name": "TextInputDOMEvents"
|
|
282
282
|
},
|
|
283
283
|
"declarations": [
|
|
284
284
|
{
|
|
285
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
285
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286
286
|
"name": "TextInputDOMEvents"
|
|
287
287
|
}
|
|
288
288
|
],
|
|
@@ -293,15 +293,15 @@
|
|
|
293
293
|
},
|
|
294
294
|
"onCompositionUpdate": {
|
|
295
295
|
"defaultValue": null,
|
|
296
|
-
"description": "Handler that is called when a new character is received in the current text composition
|
|
296
|
+
"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).",
|
|
297
297
|
"name": "onCompositionUpdate",
|
|
298
298
|
"parent": {
|
|
299
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
299
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
300
300
|
"name": "TextInputDOMEvents"
|
|
301
301
|
},
|
|
302
302
|
"declarations": [
|
|
303
303
|
{
|
|
304
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
304
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
305
305
|
"name": "TextInputDOMEvents"
|
|
306
306
|
}
|
|
307
307
|
],
|
|
@@ -315,12 +315,12 @@
|
|
|
315
315
|
"description": "Handler that is called when the element receives focus.",
|
|
316
316
|
"name": "onFocus",
|
|
317
317
|
"parent": {
|
|
318
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
318
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
319
319
|
"name": "FocusEvents"
|
|
320
320
|
},
|
|
321
321
|
"declarations": [
|
|
322
322
|
{
|
|
323
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
323
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
324
324
|
"name": "FocusEvents"
|
|
325
325
|
}
|
|
326
326
|
],
|
|
@@ -334,12 +334,12 @@
|
|
|
334
334
|
"description": "Handler that is called when the element loses focus.",
|
|
335
335
|
"name": "onBlur",
|
|
336
336
|
"parent": {
|
|
337
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
337
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
338
338
|
"name": "FocusEvents"
|
|
339
339
|
},
|
|
340
340
|
"declarations": [
|
|
341
341
|
{
|
|
342
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
342
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
343
343
|
"name": "FocusEvents"
|
|
344
344
|
}
|
|
345
345
|
],
|
|
@@ -353,12 +353,12 @@
|
|
|
353
353
|
"description": "Handler that is called when the value changes.",
|
|
354
354
|
"name": "onChange",
|
|
355
355
|
"parent": {
|
|
356
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
356
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
357
357
|
"name": "ValueBase"
|
|
358
358
|
},
|
|
359
359
|
"declarations": [
|
|
360
360
|
{
|
|
361
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
361
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
362
362
|
"name": "ValueBase"
|
|
363
363
|
}
|
|
364
364
|
],
|
|
@@ -369,15 +369,15 @@
|
|
|
369
369
|
},
|
|
370
370
|
"onBeforeInput": {
|
|
371
371
|
"defaultValue": null,
|
|
372
|
-
"description": "Handler that is called when the input value is about to be modified. See
|
|
372
|
+
"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).",
|
|
373
373
|
"name": "onBeforeInput",
|
|
374
374
|
"parent": {
|
|
375
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
375
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
376
376
|
"name": "TextInputDOMEvents"
|
|
377
377
|
},
|
|
378
378
|
"declarations": [
|
|
379
379
|
{
|
|
380
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
380
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
381
381
|
"name": "TextInputDOMEvents"
|
|
382
382
|
}
|
|
383
383
|
],
|
|
@@ -388,15 +388,15 @@
|
|
|
388
388
|
},
|
|
389
389
|
"onInput": {
|
|
390
390
|
"defaultValue": null,
|
|
391
|
-
"description": "Handler that is called when the input value is modified. See
|
|
391
|
+
"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).",
|
|
392
392
|
"name": "onInput",
|
|
393
393
|
"parent": {
|
|
394
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
394
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
395
395
|
"name": "TextInputDOMEvents"
|
|
396
396
|
},
|
|
397
397
|
"declarations": [
|
|
398
398
|
{
|
|
399
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
399
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
400
400
|
"name": "TextInputDOMEvents"
|
|
401
401
|
}
|
|
402
402
|
],
|
|
@@ -410,12 +410,12 @@
|
|
|
410
410
|
"description": "Handler that is called when a key is pressed.",
|
|
411
411
|
"name": "onKeyDown",
|
|
412
412
|
"parent": {
|
|
413
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
413
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
414
414
|
"name": "KeyboardEvents"
|
|
415
415
|
},
|
|
416
416
|
"declarations": [
|
|
417
417
|
{
|
|
418
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
418
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
419
419
|
"name": "KeyboardEvents"
|
|
420
420
|
}
|
|
421
421
|
],
|
|
@@ -429,12 +429,12 @@
|
|
|
429
429
|
"description": "Handler that is called when a key is released.",
|
|
430
430
|
"name": "onKeyUp",
|
|
431
431
|
"parent": {
|
|
432
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
432
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
433
433
|
"name": "KeyboardEvents"
|
|
434
434
|
},
|
|
435
435
|
"declarations": [
|
|
436
436
|
{
|
|
437
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
437
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
438
438
|
"name": "KeyboardEvents"
|
|
439
439
|
}
|
|
440
440
|
],
|
|
@@ -445,15 +445,15 @@
|
|
|
445
445
|
},
|
|
446
446
|
"onSelect": {
|
|
447
447
|
"defaultValue": null,
|
|
448
|
-
"description": "Handler that is called when text in the input is selected. See
|
|
448
|
+
"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).",
|
|
449
449
|
"name": "onSelect",
|
|
450
450
|
"parent": {
|
|
451
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
451
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
452
452
|
"name": "TextInputDOMEvents"
|
|
453
453
|
},
|
|
454
454
|
"declarations": [
|
|
455
455
|
{
|
|
456
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
456
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
457
457
|
"name": "TextInputDOMEvents"
|
|
458
458
|
}
|
|
459
459
|
],
|
|
@@ -484,12 +484,12 @@
|
|
|
484
484
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
485
485
|
"name": "unstyled",
|
|
486
486
|
"parent": {
|
|
487
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
487
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
488
488
|
"name": "UnstyledProp"
|
|
489
489
|
},
|
|
490
490
|
"declarations": [
|
|
491
491
|
{
|
|
492
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
492
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
493
493
|
"name": "UnstyledProp"
|
|
494
494
|
}
|
|
495
495
|
],
|
|
@@ -503,12 +503,12 @@
|
|
|
503
503
|
"description": "A description for the field. Provides a hint such as specific requirements for what to choose.",
|
|
504
504
|
"name": "description",
|
|
505
505
|
"parent": {
|
|
506
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
506
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
507
507
|
"name": "HelpTextProps"
|
|
508
508
|
},
|
|
509
509
|
"declarations": [
|
|
510
510
|
{
|
|
511
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
511
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
512
512
|
"name": "HelpTextProps"
|
|
513
513
|
}
|
|
514
514
|
],
|
|
@@ -541,12 +541,12 @@
|
|
|
541
541
|
"description": "The current value (controlled).",
|
|
542
542
|
"name": "value",
|
|
543
543
|
"parent": {
|
|
544
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
544
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
545
545
|
"name": "ValueBase"
|
|
546
546
|
},
|
|
547
547
|
"declarations": [
|
|
548
548
|
{
|
|
549
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
549
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
550
550
|
"name": "ValueBase"
|
|
551
551
|
}
|
|
552
552
|
],
|
|
@@ -560,12 +560,12 @@
|
|
|
560
560
|
"description": "Whether the input is disabled.",
|
|
561
561
|
"name": "isDisabled",
|
|
562
562
|
"parent": {
|
|
563
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
563
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
564
564
|
"name": "InputBase"
|
|
565
565
|
},
|
|
566
566
|
"declarations": [
|
|
567
567
|
{
|
|
568
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
568
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
569
569
|
"name": "InputBase"
|
|
570
570
|
}
|
|
571
571
|
],
|
|
@@ -579,12 +579,12 @@
|
|
|
579
579
|
"description": "Handler that is called when the element's focus status changes.",
|
|
580
580
|
"name": "onFocusChange",
|
|
581
581
|
"parent": {
|
|
582
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
582
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
583
583
|
"name": "FocusEvents"
|
|
584
584
|
},
|
|
585
585
|
"declarations": [
|
|
586
586
|
{
|
|
587
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
587
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
588
588
|
"name": "FocusEvents"
|
|
589
589
|
}
|
|
590
590
|
],
|
|
@@ -598,12 +598,12 @@
|
|
|
598
598
|
"description": "Whether user input is required on the input before form submission.",
|
|
599
599
|
"name": "isRequired",
|
|
600
600
|
"parent": {
|
|
601
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
601
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
602
602
|
"name": "Validation"
|
|
603
603
|
},
|
|
604
604
|
"declarations": [
|
|
605
605
|
{
|
|
606
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
606
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
607
607
|
"name": "Validation"
|
|
608
608
|
}
|
|
609
609
|
],
|
|
@@ -617,12 +617,12 @@
|
|
|
617
617
|
"description": "Whether the input can be selected but not changed by the user.",
|
|
618
618
|
"name": "isReadOnly",
|
|
619
619
|
"parent": {
|
|
620
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
620
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
621
621
|
"name": "InputBase"
|
|
622
622
|
},
|
|
623
623
|
"declarations": [
|
|
624
624
|
{
|
|
625
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
625
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
626
626
|
"name": "InputBase"
|
|
627
627
|
}
|
|
628
628
|
],
|
|
@@ -636,12 +636,12 @@
|
|
|
636
636
|
"description": "@deprecated Use `isInvalid` instead.",
|
|
637
637
|
"name": "validationState",
|
|
638
638
|
"parent": {
|
|
639
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
639
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
640
640
|
"name": "Validation"
|
|
641
641
|
},
|
|
642
642
|
"declarations": [
|
|
643
643
|
{
|
|
644
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
644
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
645
645
|
"name": "Validation"
|
|
646
646
|
}
|
|
647
647
|
],
|
|
@@ -666,12 +666,12 @@
|
|
|
666
666
|
"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.",
|
|
667
667
|
"name": "validationBehavior",
|
|
668
668
|
"parent": {
|
|
669
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
669
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
670
670
|
"name": "Validation"
|
|
671
671
|
},
|
|
672
672
|
"declarations": [
|
|
673
673
|
{
|
|
674
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
674
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
675
675
|
"name": "Validation"
|
|
676
676
|
}
|
|
677
677
|
],
|
|
@@ -694,12 +694,12 @@
|
|
|
694
694
|
"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.",
|
|
695
695
|
"name": "validate",
|
|
696
696
|
"parent": {
|
|
697
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
697
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
698
698
|
"name": "Validation"
|
|
699
699
|
},
|
|
700
700
|
"declarations": [
|
|
701
701
|
{
|
|
702
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
702
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
703
703
|
"name": "Validation"
|
|
704
704
|
}
|
|
705
705
|
],
|
|
@@ -713,12 +713,12 @@
|
|
|
713
713
|
"description": "Temporary text that occupies the text input when it is empty.",
|
|
714
714
|
"name": "placeholder",
|
|
715
715
|
"parent": {
|
|
716
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
716
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
717
717
|
"name": "TextInputBase"
|
|
718
718
|
},
|
|
719
719
|
"declarations": [
|
|
720
720
|
{
|
|
721
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
721
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
722
722
|
"name": "TextInputBase"
|
|
723
723
|
}
|
|
724
724
|
],
|
|
@@ -732,12 +732,12 @@
|
|
|
732
732
|
"description": "An error message for the field.",
|
|
733
733
|
"name": "errorMessage",
|
|
734
734
|
"parent": {
|
|
735
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
735
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
736
736
|
"name": "HelpTextProps"
|
|
737
737
|
},
|
|
738
738
|
"declarations": [
|
|
739
739
|
{
|
|
740
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
740
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
741
741
|
"name": "HelpTextProps"
|
|
742
742
|
}
|
|
743
743
|
],
|
|
@@ -748,15 +748,15 @@
|
|
|
748
748
|
},
|
|
749
749
|
"decrementAriaLabel": {
|
|
750
750
|
"defaultValue": null,
|
|
751
|
-
"description": "A custom aria-label for the decrement button. If not provided, the localized string \"Decrement\"
|
|
751
|
+
"description": "A custom aria-label for the decrement button. If not provided, the localized string \"Decrement\"\nis used.",
|
|
752
752
|
"name": "decrementAriaLabel",
|
|
753
753
|
"parent": {
|
|
754
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
754
|
+
"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/numberfield/useNumberField.d.ts",
|
|
755
755
|
"name": "AriaNumberFieldProps"
|
|
756
756
|
},
|
|
757
757
|
"declarations": [
|
|
758
758
|
{
|
|
759
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
759
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/numberfield/useNumberField.d.ts",
|
|
760
760
|
"name": "AriaNumberFieldProps"
|
|
761
761
|
}
|
|
762
762
|
],
|
|
@@ -767,15 +767,15 @@
|
|
|
767
767
|
},
|
|
768
768
|
"incrementAriaLabel": {
|
|
769
769
|
"defaultValue": null,
|
|
770
|
-
"description": "A custom aria-label for the increment button. If not provided, the localized string \"Increment\"
|
|
770
|
+
"description": "A custom aria-label for the increment button. If not provided, the localized string \"Increment\"\nis used.",
|
|
771
771
|
"name": "incrementAriaLabel",
|
|
772
772
|
"parent": {
|
|
773
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
773
|
+
"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/numberfield/useNumberField.d.ts",
|
|
774
774
|
"name": "AriaNumberFieldProps"
|
|
775
775
|
},
|
|
776
776
|
"declarations": [
|
|
777
777
|
{
|
|
778
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
778
|
+
"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/numberfield/useNumberField.d.ts",
|
|
779
779
|
"name": "AriaNumberFieldProps"
|
|
780
780
|
}
|
|
781
781
|
],
|
|
@@ -789,12 +789,12 @@
|
|
|
789
789
|
"description": "Enables or disables changing the value with scroll.",
|
|
790
790
|
"name": "isWheelDisabled",
|
|
791
791
|
"parent": {
|
|
792
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
792
|
+
"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/numberfield/useNumberField.d.ts",
|
|
793
793
|
"name": "AriaNumberFieldProps"
|
|
794
794
|
},
|
|
795
795
|
"declarations": [
|
|
796
796
|
{
|
|
797
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
797
|
+
"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/numberfield/useNumberField.d.ts",
|
|
798
798
|
"name": "AriaNumberFieldProps"
|
|
799
799
|
}
|
|
800
800
|
],
|
|
@@ -808,12 +808,12 @@
|
|
|
808
808
|
"description": "Formatting options for the value displayed in the number field.\nThis also affects what characters are allowed to be typed by the user.",
|
|
809
809
|
"name": "formatOptions",
|
|
810
810
|
"parent": {
|
|
811
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
811
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
|
|
812
812
|
"name": "NumberFieldProps"
|
|
813
813
|
},
|
|
814
814
|
"declarations": [
|
|
815
815
|
{
|
|
816
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
816
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
|
|
817
817
|
"name": "NumberFieldProps"
|
|
818
818
|
}
|
|
819
819
|
],
|
|
@@ -826,15 +826,15 @@
|
|
|
826
826
|
"defaultValue": {
|
|
827
827
|
"value": "'snap'"
|
|
828
828
|
},
|
|
829
|
-
"description": "Controls the behavior of the number field when the user blurs the field after editing
|
|
829
|
+
"description": "Controls the behavior of the number field when the user blurs the field after editing. 'snap'\nwill clamp the value to the min/max values, and snap to the nearest step value. 'validate' will\nnot clamp the value, and will validate that the value is within the min/max range and on a\nvalid step.",
|
|
830
830
|
"name": "commitBehavior",
|
|
831
831
|
"parent": {
|
|
832
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
832
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
|
|
833
833
|
"name": "NumberFieldProps"
|
|
834
834
|
},
|
|
835
835
|
"declarations": [
|
|
836
836
|
{
|
|
837
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
837
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
|
|
838
838
|
"name": "NumberFieldProps"
|
|
839
839
|
}
|
|
840
840
|
],
|
|
@@ -857,12 +857,12 @@
|
|
|
857
857
|
"description": "The smallest value allowed for the input.",
|
|
858
858
|
"name": "minValue",
|
|
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": "RangeInputBase"
|
|
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": "RangeInputBase"
|
|
867
867
|
}
|
|
868
868
|
],
|
|
@@ -876,12 +876,12 @@
|
|
|
876
876
|
"description": "The largest value allowed for the input.",
|
|
877
877
|
"name": "maxValue",
|
|
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/inputs.d.ts",
|
|
880
880
|
"name": "RangeInputBase"
|
|
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/inputs.d.ts",
|
|
885
885
|
"name": "RangeInputBase"
|
|
886
886
|
}
|
|
887
887
|
],
|