@commercetools/nimbus-mcp 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/docs/route-manifest.json +1407 -794
- package/data/docs/routes/components-data-display-data-table.json +66 -34
- package/data/docs/routes/components-data-display-draggable-list.json +62 -7
- package/data/docs/routes/components-inputs-checkbox.json +2 -2
- package/data/docs/routes/components-layout-splitter.json +654 -0
- package/data/docs/routes/components-utilities-region.json +265 -0
- package/data/docs/routes/home-getting-started-bundler-plugins.json +248 -0
- package/data/docs/routes/hooks-usedraganddrop.json +310 -0
- package/data/docs/routes/patterns-actions.json +78 -0
- package/data/docs/routes/patterns-dialogs-confirmation-dialog.json +391 -0
- package/data/docs/routes/patterns-dialogs-form-dialog.json +358 -0
- package/data/docs/routes/patterns-dialogs.json +2 -2
- package/data/docs/routes/patterns-pages-public-page-layout.json +371 -0
- package/data/docs/routes/patterns-pages.json +78 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionContent.json +32 -32
- package/data/docs/types/AccordionHeader.json +102 -102
- package/data/docs/types/AccordionItem.json +28 -28
- package/data/docs/types/AccordionRoot.json +15 -15
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +89 -89
- package/data/docs/types/AlertTitle.json +8 -8
- package/data/docs/types/Avatar.json +2 -2
- package/data/docs/types/Badge.json +2 -2
- package/data/docs/types/Body.json +6 -6
- package/data/docs/types/Box.json +6 -6
- package/data/docs/types/Button.json +97 -97
- package/data/docs/types/Calendar.json +111 -65
- package/data/docs/types/Caption.json +6 -6
- package/data/docs/types/CardRoot.json +2 -2
- package/data/docs/types/Cell.json +20 -20
- package/data/docs/types/Checkbox.json +99 -99
- package/data/docs/types/Code.json +10 -10
- package/data/docs/types/CollapsibleMotionContent.json +2 -2
- package/data/docs/types/CollapsibleMotionRoot.json +2 -2
- package/data/docs/types/CollapsibleMotionTrigger.json +4 -4
- package/data/docs/types/Column.json +8 -8
- package/data/docs/types/ColumnGroup.json +8 -8
- package/data/docs/types/ColumnHeader.json +18 -18
- package/data/docs/types/ComboBoxListBox.json +80 -80
- package/data/docs/types/ComboBoxOption.json +77 -77
- package/data/docs/types/ComboBoxPopover.json +77 -77
- package/data/docs/types/ComboBoxRoot.json +8 -8
- package/data/docs/types/ComboBoxSection.json +29 -29
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/ConfirmationDialog.json +224 -0
- package/data/docs/types/Content.json +2 -2
- package/data/docs/types/DataTable.json +17 -2
- package/data/docs/types/DataTableBody.json +24 -24
- package/data/docs/types/DataTableHeader.json +31 -31
- package/data/docs/types/DataTableRoot.json +17 -2
- package/data/docs/types/DataTableTable.json +35 -20
- package/data/docs/types/DateInput.json +84 -84
- package/data/docs/types/DatePicker.json +65 -65
- package/data/docs/types/DateRangePicker.json +99 -99
- package/data/docs/types/DateRangePickerField.json +99 -99
- package/data/docs/types/DefaultPageBackLink.json +16 -16
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +87 -87
- package/data/docs/types/DialogTrigger.json +2 -2
- package/data/docs/types/DragAndDropItemData.json +9 -0
- package/data/docs/types/DragAndDropProps.json +9 -0
- package/data/docs/types/DraggableListField.json +159 -70
- package/data/docs/types/DraggableListItem.json +63 -63
- package/data/docs/types/DraggableListRoot.json +159 -70
- package/data/docs/types/DrawerCloseTrigger.json +87 -87
- package/data/docs/types/DrawerTrigger.json +2 -2
- package/data/docs/types/FieldErrors.json +2 -2
- package/data/docs/types/Flex.json +22 -22
- package/data/docs/types/Footer.json +6 -6
- package/data/docs/types/FormDialog.json +198 -0
- package/data/docs/types/FormFieldRoot.json +2 -2
- package/data/docs/types/Grid.json +24 -24
- package/data/docs/types/Group.json +12 -12
- package/data/docs/types/Header.json +6 -6
- package/data/docs/types/Heading.json +8 -8
- package/data/docs/types/Icon.json +4 -4
- package/data/docs/types/IconButton.json +97 -97
- package/data/docs/types/IconToggleButton.json +84 -84
- package/data/docs/types/Image.json +30 -30
- package/data/docs/types/Indicator.json +6 -6
- package/data/docs/types/InlineSvg.json +2 -2
- package/data/docs/types/Item.json +6 -6
- package/data/docs/types/Kbd.json +8 -8
- package/data/docs/types/Link.json +31 -31
- package/data/docs/types/ListIndicator.json +6 -6
- package/data/docs/types/ListItem.json +6 -6
- package/data/docs/types/ListRoot.json +10 -10
- package/data/docs/types/LoadingSpinner.json +2 -2
- package/data/docs/types/MakeElementFocusable.json +19 -19
- package/data/docs/types/MenuItem.json +75 -75
- package/data/docs/types/MenuRoot.json +63 -63
- package/data/docs/types/MenuSection.json +35 -54
- package/data/docs/types/MenuSubmenuTrigger.json +5 -5
- package/data/docs/types/MenuTrigger.json +102 -102
- package/data/docs/types/MultilineTextInput.json +134 -134
- package/data/docs/types/MultilineTextInputField.json +131 -131
- package/data/docs/types/NumberInput.json +100 -100
- package/data/docs/types/NumberInputField.json +95 -95
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +6 -6
- package/data/docs/types/PasswordInput.json +129 -129
- package/data/docs/types/PasswordInputField.json +129 -129
- package/data/docs/types/ProgressBar.json +14 -14
- package/data/docs/types/PublicPageLayout.json +99 -0
- package/data/docs/types/RadioInputOption.json +64 -64
- package/data/docs/types/RadioInputRoot.json +55 -55
- package/data/docs/types/RangeCalendar.json +90 -71
- package/data/docs/types/Region.json +114 -0
- package/data/docs/types/RegionProvider.json +25 -0
- package/data/docs/types/RegionTarget.json +112 -0
- package/data/docs/types/RichTextInput.json +2 -2
- package/data/docs/types/Root.json +10 -10
- package/data/docs/types/Row.json +6 -6
- package/data/docs/types/SPLITTER_SIZE_TOKENS.json +9 -0
- package/data/docs/types/ScrollArea.json +2 -2
- package/data/docs/types/SearchInput.json +136 -136
- package/data/docs/types/SearchInputField.json +131 -131
- package/data/docs/types/SelectOption.json +66 -66
- package/data/docs/types/SelectOptionGroup.json +22 -22
- package/data/docs/types/SelectOptions.json +74 -74
- package/data/docs/types/SelectRoot.json +102 -102
- package/data/docs/types/Separator.json +4 -4
- package/data/docs/types/SimpleGrid.json +28 -28
- package/data/docs/types/SplitButton.json +12 -12
- package/data/docs/types/Splitter.json +12 -0
- package/data/docs/types/SplitterAside.json +27 -0
- package/data/docs/types/SplitterHandle.json +27 -0
- package/data/docs/types/SplitterMain.json +27 -0
- package/data/docs/types/SplitterRoot.json +271 -0
- package/data/docs/types/SplitterSizeToken.json +9 -0
- package/data/docs/types/Stack.json +2 -2
- package/data/docs/types/StepsNextTrigger.json +2 -2
- package/data/docs/types/StepsPrevTrigger.json +2 -2
- package/data/docs/types/StepsRoot.json +2 -2
- package/data/docs/types/StepsTrigger.json +2 -2
- package/data/docs/types/Switch.json +38 -38
- package/data/docs/types/TabNavItem.json +18 -18
- package/data/docs/types/TabNavRoot.json +2 -2
- package/data/docs/types/TableBody.json +6 -6
- package/data/docs/types/TableCaption.json +6 -6
- package/data/docs/types/TableCell.json +20 -20
- package/data/docs/types/TableColumn.json +8 -8
- package/data/docs/types/TableColumnGroup.json +8 -8
- package/data/docs/types/TableColumnHeader.json +18 -18
- package/data/docs/types/TableFooter.json +6 -6
- package/data/docs/types/TableHeader.json +6 -6
- package/data/docs/types/TableRoot.json +32 -32
- package/data/docs/types/TableRow.json +6 -6
- package/data/docs/types/TableScrollArea.json +6 -6
- package/data/docs/types/TabsTab.json +2 -2
- package/data/docs/types/TagGroupRoot.json +27 -27
- package/data/docs/types/TagGroupTag.json +68 -68
- package/data/docs/types/TagGroupTagList.json +18 -18
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/TextInput.json +132 -132
- package/data/docs/types/TextInputField.json +129 -129
- package/data/docs/types/TimeInput.json +78 -78
- package/data/docs/types/ToggleButton.json +86 -86
- package/data/docs/types/ToggleButtonGroupButton.json +33 -33
- package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
- package/data/docs/types/Toolbar.json +12 -12
- package/data/docs/types/TooltipContent.json +31 -31
- package/data/docs/types/TooltipRoot.json +18 -18
- package/data/docs/types/Trigger.json +4 -4
- package/data/docs/types/UseDragAndDropOptions.json +9 -0
- package/data/docs/types/VisuallyHidden.json +7 -7
- package/data/docs/types/createArrayHandlers.json +12 -0
- package/data/docs/types/createItemsFromCsvDrop.json +833 -0
- package/data/docs/types/createItemsFromDirectoryDrop.json +833 -0
- package/data/docs/types/createItemsFromFileDrop.json +833 -0
- package/data/docs/types/createItemsFromImageDrop.json +833 -0
- package/data/docs/types/createItemsFromJsonDrop.json +833 -0
- package/data/docs/types/createItemsFromTextDrop.json +12 -0
- package/data/docs/types/createListDataHandlers.json +102 -0
- package/data/docs/types/manifest.json +29 -2
- package/data/docs/types/useDragAndDrop.json +174 -0
- package/data/docs/types/useRegion.json +1052 -0
- package/data/docs/types/useResponsiveSplitterSizes.json +143 -0
- package/package.json +6 -6
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"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).",
|
|
41
41
|
"name": "form",
|
|
42
42
|
"parent": {
|
|
43
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
43
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
44
44
|
"name": "InputDOMProps"
|
|
45
45
|
},
|
|
46
46
|
"declarations": [
|
|
47
47
|
{
|
|
48
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
48
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
49
49
|
"name": "InputDOMProps"
|
|
50
50
|
}
|
|
51
51
|
],
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
},
|
|
57
57
|
"slot": {
|
|
58
58
|
"defaultValue": null,
|
|
59
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
59
|
+
"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.",
|
|
60
60
|
"name": "slot",
|
|
61
61
|
"parent": {
|
|
62
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
62
|
+
"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",
|
|
63
63
|
"name": "SlotProps"
|
|
64
64
|
},
|
|
65
65
|
"declarations": [
|
|
66
66
|
{
|
|
67
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
67
|
+
"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",
|
|
68
68
|
"name": "SlotProps"
|
|
69
69
|
}
|
|
70
70
|
],
|
|
@@ -75,15 +75,15 @@
|
|
|
75
75
|
},
|
|
76
76
|
"style": {
|
|
77
77
|
"defaultValue": null,
|
|
78
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
78
|
+
"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.",
|
|
79
79
|
"name": "style",
|
|
80
80
|
"parent": {
|
|
81
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
81
|
+
"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",
|
|
82
82
|
"name": "StyleRenderProps"
|
|
83
83
|
},
|
|
84
84
|
"declarations": [
|
|
85
85
|
{
|
|
86
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
86
|
+
"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",
|
|
87
87
|
"name": "StyleRenderProps"
|
|
88
88
|
}
|
|
89
89
|
],
|
|
@@ -97,12 +97,12 @@
|
|
|
97
97
|
"description": "The default value (uncontrolled).",
|
|
98
98
|
"name": "defaultValue",
|
|
99
99
|
"parent": {
|
|
100
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
100
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
101
101
|
"name": "ValueBase"
|
|
102
102
|
},
|
|
103
103
|
"declarations": [
|
|
104
104
|
{
|
|
105
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
105
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
106
106
|
"name": "ValueBase"
|
|
107
107
|
}
|
|
108
108
|
],
|
|
@@ -116,12 +116,12 @@
|
|
|
116
116
|
"description": "Whether the element should receive focus on render.",
|
|
117
117
|
"name": "autoFocus",
|
|
118
118
|
"parent": {
|
|
119
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
119
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
120
120
|
"name": "FocusableProps"
|
|
121
121
|
},
|
|
122
122
|
"declarations": [
|
|
123
123
|
{
|
|
124
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
124
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
125
125
|
"name": "FocusableProps"
|
|
126
126
|
}
|
|
127
127
|
],
|
|
@@ -134,15 +134,15 @@
|
|
|
134
134
|
"defaultValue": {
|
|
135
135
|
"value": "'react-aria-TimeField'"
|
|
136
136
|
},
|
|
137
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
137
|
+
"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.",
|
|
138
138
|
"name": "className",
|
|
139
139
|
"parent": {
|
|
140
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
140
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/DateField.d.ts",
|
|
141
141
|
"name": "TimeFieldProps"
|
|
142
142
|
},
|
|
143
143
|
"declarations": [
|
|
144
144
|
{
|
|
145
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
145
|
+
"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/DateField.d.ts",
|
|
146
146
|
"name": "TimeFieldProps"
|
|
147
147
|
}
|
|
148
148
|
],
|
|
@@ -153,15 +153,15 @@
|
|
|
153
153
|
},
|
|
154
154
|
"id": {
|
|
155
155
|
"defaultValue": null,
|
|
156
|
-
"description": "The element's unique identifier. See
|
|
156
|
+
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
157
157
|
"name": "id",
|
|
158
158
|
"parent": {
|
|
159
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
159
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
160
160
|
"name": "DOMProps"
|
|
161
161
|
},
|
|
162
162
|
"declarations": [
|
|
163
163
|
{
|
|
164
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
164
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
165
165
|
"name": "DOMProps"
|
|
166
166
|
}
|
|
167
167
|
],
|
|
@@ -175,12 +175,12 @@
|
|
|
175
175
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
176
176
|
"name": "aria-describedby",
|
|
177
177
|
"parent": {
|
|
178
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
178
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
179
179
|
"name": "AriaLabelingProps"
|
|
180
180
|
},
|
|
181
181
|
"declarations": [
|
|
182
182
|
{
|
|
183
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
183
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184
184
|
"name": "AriaLabelingProps"
|
|
185
185
|
}
|
|
186
186
|
],
|
|
@@ -191,15 +191,15 @@
|
|
|
191
191
|
},
|
|
192
192
|
"aria-details": {
|
|
193
193
|
"defaultValue": null,
|
|
194
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
194
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
195
195
|
"name": "aria-details",
|
|
196
196
|
"parent": {
|
|
197
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
197
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
198
198
|
"name": "AriaLabelingProps"
|
|
199
199
|
},
|
|
200
200
|
"declarations": [
|
|
201
201
|
{
|
|
202
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
202
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
203
203
|
"name": "AriaLabelingProps"
|
|
204
204
|
}
|
|
205
205
|
],
|
|
@@ -213,12 +213,12 @@
|
|
|
213
213
|
"description": "Defines a string value that labels the current element.",
|
|
214
214
|
"name": "aria-label",
|
|
215
215
|
"parent": {
|
|
216
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
216
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
217
217
|
"name": "AriaLabelingProps"
|
|
218
218
|
},
|
|
219
219
|
"declarations": [
|
|
220
220
|
{
|
|
221
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
221
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
222
222
|
"name": "AriaLabelingProps"
|
|
223
223
|
}
|
|
224
224
|
],
|
|
@@ -232,12 +232,12 @@
|
|
|
232
232
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
233
233
|
"name": "aria-labelledby",
|
|
234
234
|
"parent": {
|
|
235
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
235
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
236
236
|
"name": "AriaLabelingProps"
|
|
237
237
|
},
|
|
238
238
|
"declarations": [
|
|
239
239
|
{
|
|
240
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
240
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
241
241
|
"name": "AriaLabelingProps"
|
|
242
242
|
}
|
|
243
243
|
],
|
|
@@ -248,15 +248,15 @@
|
|
|
248
248
|
},
|
|
249
249
|
"children": {
|
|
250
250
|
"defaultValue": null,
|
|
251
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
251
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
252
252
|
"name": "children",
|
|
253
253
|
"parent": {
|
|
254
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
254
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
255
255
|
"name": "RenderProps"
|
|
256
256
|
},
|
|
257
257
|
"declarations": [
|
|
258
258
|
{
|
|
259
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
259
|
+
"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",
|
|
260
260
|
"name": "RenderProps"
|
|
261
261
|
}
|
|
262
262
|
],
|
|
@@ -270,12 +270,12 @@
|
|
|
270
270
|
"description": "Handler that is called when the element receives focus.",
|
|
271
271
|
"name": "onFocus",
|
|
272
272
|
"parent": {
|
|
273
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
273
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
274
274
|
"name": "FocusEvents"
|
|
275
275
|
},
|
|
276
276
|
"declarations": [
|
|
277
277
|
{
|
|
278
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
278
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
279
279
|
"name": "FocusEvents"
|
|
280
280
|
}
|
|
281
281
|
],
|
|
@@ -289,12 +289,12 @@
|
|
|
289
289
|
"description": "Handler that is called when the element loses focus.",
|
|
290
290
|
"name": "onBlur",
|
|
291
291
|
"parent": {
|
|
292
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
292
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
293
293
|
"name": "FocusEvents"
|
|
294
294
|
},
|
|
295
295
|
"declarations": [
|
|
296
296
|
{
|
|
297
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
297
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
298
298
|
"name": "FocusEvents"
|
|
299
299
|
}
|
|
300
300
|
],
|
|
@@ -308,12 +308,12 @@
|
|
|
308
308
|
"description": "Handler that is called when the value changes.",
|
|
309
309
|
"name": "onChange",
|
|
310
310
|
"parent": {
|
|
311
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
311
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
312
312
|
"name": "ValueBase"
|
|
313
313
|
},
|
|
314
314
|
"declarations": [
|
|
315
315
|
{
|
|
316
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
316
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
317
317
|
"name": "ValueBase"
|
|
318
318
|
}
|
|
319
319
|
],
|
|
@@ -327,12 +327,12 @@
|
|
|
327
327
|
"description": "Handler that is called when a key is pressed.",
|
|
328
328
|
"name": "onKeyDown",
|
|
329
329
|
"parent": {
|
|
330
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
330
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
331
331
|
"name": "KeyboardEvents"
|
|
332
332
|
},
|
|
333
333
|
"declarations": [
|
|
334
334
|
{
|
|
335
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
335
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
336
336
|
"name": "KeyboardEvents"
|
|
337
337
|
}
|
|
338
338
|
],
|
|
@@ -346,12 +346,12 @@
|
|
|
346
346
|
"description": "Handler that is called when a key is released.",
|
|
347
347
|
"name": "onKeyUp",
|
|
348
348
|
"parent": {
|
|
349
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
349
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
350
350
|
"name": "KeyboardEvents"
|
|
351
351
|
},
|
|
352
352
|
"declarations": [
|
|
353
353
|
{
|
|
354
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
354
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
355
355
|
"name": "KeyboardEvents"
|
|
356
356
|
}
|
|
357
357
|
],
|
|
@@ -362,15 +362,15 @@
|
|
|
362
362
|
},
|
|
363
363
|
"name": {
|
|
364
364
|
"defaultValue": null,
|
|
365
|
-
"description": "The name of the input element, used when submitting an HTML form. See
|
|
365
|
+
"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).",
|
|
366
366
|
"name": "name",
|
|
367
367
|
"parent": {
|
|
368
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
368
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
369
369
|
"name": "InputDOMProps"
|
|
370
370
|
},
|
|
371
371
|
"declarations": [
|
|
372
372
|
{
|
|
373
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
373
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
374
374
|
"name": "InputDOMProps"
|
|
375
375
|
}
|
|
376
376
|
],
|
|
@@ -384,12 +384,12 @@
|
|
|
384
384
|
"description": "The current value (controlled).",
|
|
385
385
|
"name": "value",
|
|
386
386
|
"parent": {
|
|
387
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
387
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
388
388
|
"name": "ValueBase"
|
|
389
389
|
},
|
|
390
390
|
"declarations": [
|
|
391
391
|
{
|
|
392
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
392
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
393
393
|
"name": "ValueBase"
|
|
394
394
|
}
|
|
395
395
|
],
|
|
@@ -403,12 +403,12 @@
|
|
|
403
403
|
"description": "Whether the input is disabled.",
|
|
404
404
|
"name": "isDisabled",
|
|
405
405
|
"parent": {
|
|
406
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
406
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
407
407
|
"name": "InputBase"
|
|
408
408
|
},
|
|
409
409
|
"declarations": [
|
|
410
410
|
{
|
|
411
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
411
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
412
412
|
"name": "InputBase"
|
|
413
413
|
}
|
|
414
414
|
],
|
|
@@ -422,12 +422,12 @@
|
|
|
422
422
|
"description": "Handler that is called when the element's focus status changes.",
|
|
423
423
|
"name": "onFocusChange",
|
|
424
424
|
"parent": {
|
|
425
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
425
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
426
426
|
"name": "FocusEvents"
|
|
427
427
|
},
|
|
428
428
|
"declarations": [
|
|
429
429
|
{
|
|
430
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
430
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
431
431
|
"name": "FocusEvents"
|
|
432
432
|
}
|
|
433
433
|
],
|
|
@@ -438,15 +438,15 @@
|
|
|
438
438
|
},
|
|
439
439
|
"render": {
|
|
440
440
|
"defaultValue": null,
|
|
441
|
-
"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
|
|
441
|
+
"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.",
|
|
442
442
|
"name": "render",
|
|
443
443
|
"parent": {
|
|
444
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
444
|
+
"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",
|
|
445
445
|
"name": "DOMRenderProps"
|
|
446
446
|
},
|
|
447
447
|
"declarations": [
|
|
448
448
|
{
|
|
449
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
449
|
+
"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",
|
|
450
450
|
"name": "DOMRenderProps"
|
|
451
451
|
}
|
|
452
452
|
],
|
|
@@ -460,12 +460,12 @@
|
|
|
460
460
|
"description": "Whether user input is required on the input before form submission.",
|
|
461
461
|
"name": "isRequired",
|
|
462
462
|
"parent": {
|
|
463
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
463
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
464
464
|
"name": "Validation"
|
|
465
465
|
},
|
|
466
466
|
"declarations": [
|
|
467
467
|
{
|
|
468
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
468
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
469
469
|
"name": "Validation"
|
|
470
470
|
}
|
|
471
471
|
],
|
|
@@ -479,12 +479,12 @@
|
|
|
479
479
|
"description": "Whether the input value is invalid.",
|
|
480
480
|
"name": "isInvalid",
|
|
481
481
|
"parent": {
|
|
482
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
482
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
483
483
|
"name": "Validation"
|
|
484
484
|
},
|
|
485
485
|
"declarations": [
|
|
486
486
|
{
|
|
487
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
487
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
488
488
|
"name": "Validation"
|
|
489
489
|
}
|
|
490
490
|
],
|
|
@@ -498,12 +498,12 @@
|
|
|
498
498
|
"description": "Whether the input can be selected but not changed by the user.",
|
|
499
499
|
"name": "isReadOnly",
|
|
500
500
|
"parent": {
|
|
501
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
501
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
502
502
|
"name": "InputBase"
|
|
503
503
|
},
|
|
504
504
|
"declarations": [
|
|
505
505
|
{
|
|
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": "InputBase"
|
|
508
508
|
}
|
|
509
509
|
],
|
|
@@ -519,12 +519,12 @@
|
|
|
519
519
|
"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.",
|
|
520
520
|
"name": "validationBehavior",
|
|
521
521
|
"parent": {
|
|
522
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
522
|
+
"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",
|
|
523
523
|
"name": "RACValidation"
|
|
524
524
|
},
|
|
525
525
|
"declarations": [
|
|
526
526
|
{
|
|
527
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
527
|
+
"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",
|
|
528
528
|
"name": "RACValidation"
|
|
529
529
|
}
|
|
530
530
|
],
|
|
@@ -547,12 +547,12 @@
|
|
|
547
547
|
"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.",
|
|
548
548
|
"name": "validate",
|
|
549
549
|
"parent": {
|
|
550
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
550
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
551
551
|
"name": "Validation"
|
|
552
552
|
},
|
|
553
553
|
"declarations": [
|
|
554
554
|
{
|
|
555
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
555
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
556
556
|
"name": "Validation"
|
|
557
557
|
}
|
|
558
558
|
],
|
|
@@ -566,12 +566,12 @@
|
|
|
566
566
|
"description": "The minimum allowed time that a user may select.",
|
|
567
567
|
"name": "minValue",
|
|
568
568
|
"parent": {
|
|
569
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
569
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
570
570
|
"name": "TimePickerProps"
|
|
571
571
|
},
|
|
572
572
|
"declarations": [
|
|
573
573
|
{
|
|
574
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
574
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
575
575
|
"name": "TimePickerProps"
|
|
576
576
|
}
|
|
577
577
|
],
|
|
@@ -585,12 +585,12 @@
|
|
|
585
585
|
"description": "The maximum allowed time that a user may select.",
|
|
586
586
|
"name": "maxValue",
|
|
587
587
|
"parent": {
|
|
588
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
588
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
589
589
|
"name": "TimePickerProps"
|
|
590
590
|
},
|
|
591
591
|
"declarations": [
|
|
592
592
|
{
|
|
593
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
593
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
594
594
|
"name": "TimePickerProps"
|
|
595
595
|
}
|
|
596
596
|
],
|
|
@@ -601,15 +601,15 @@
|
|
|
601
601
|
},
|
|
602
602
|
"hourCycle": {
|
|
603
603
|
"defaultValue": null,
|
|
604
|
-
"description": "Whether to display the time in 12 or 24 hour format. By default, this is determined by the
|
|
604
|
+
"description": "Whether to display the time in 12 or 24 hour format. By default, this is determined by the\nuser's locale.",
|
|
605
605
|
"name": "hourCycle",
|
|
606
606
|
"parent": {
|
|
607
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
607
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
608
608
|
"name": "TimePickerProps"
|
|
609
609
|
},
|
|
610
610
|
"declarations": [
|
|
611
611
|
{
|
|
612
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
612
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
613
613
|
"name": "TimePickerProps"
|
|
614
614
|
}
|
|
615
615
|
],
|
|
@@ -634,12 +634,12 @@
|
|
|
634
634
|
"description": "Determines the smallest unit that is displayed in the time picker.",
|
|
635
635
|
"name": "granularity",
|
|
636
636
|
"parent": {
|
|
637
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
637
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
638
638
|
"name": "TimePickerProps"
|
|
639
639
|
},
|
|
640
640
|
"declarations": [
|
|
641
641
|
{
|
|
642
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
642
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
643
643
|
"name": "TimePickerProps"
|
|
644
644
|
}
|
|
645
645
|
],
|
|
@@ -665,12 +665,12 @@
|
|
|
665
665
|
"description": "Whether to hide the time zone abbreviation.",
|
|
666
666
|
"name": "hideTimeZone",
|
|
667
667
|
"parent": {
|
|
668
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
668
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
669
669
|
"name": "TimePickerProps"
|
|
670
670
|
},
|
|
671
671
|
"declarations": [
|
|
672
672
|
{
|
|
673
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
673
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
674
674
|
"name": "TimePickerProps"
|
|
675
675
|
}
|
|
676
676
|
],
|
|
@@ -684,12 +684,12 @@
|
|
|
684
684
|
"description": "Whether to always show leading zeros in the hour field.\nBy default, this is determined by the user's locale.",
|
|
685
685
|
"name": "shouldForceLeadingZeros",
|
|
686
686
|
"parent": {
|
|
687
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
687
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
688
688
|
"name": "TimePickerProps"
|
|
689
689
|
},
|
|
690
690
|
"declarations": [
|
|
691
691
|
{
|
|
692
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
692
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
693
693
|
"name": "TimePickerProps"
|
|
694
694
|
}
|
|
695
695
|
],
|
|
@@ -700,15 +700,15 @@
|
|
|
700
700
|
},
|
|
701
701
|
"placeholderValue": {
|
|
702
702
|
"defaultValue": null,
|
|
703
|
-
"description": "A placeholder time that influences the format of the placeholder shown when no value is
|
|
703
|
+
"description": "A placeholder time that influences the format of the placeholder shown when no value is\nselected. Defaults to 12:00 AM or 00:00 depending on the hour cycle.",
|
|
704
704
|
"name": "placeholderValue",
|
|
705
705
|
"parent": {
|
|
706
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
706
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
707
707
|
"name": "TimePickerProps"
|
|
708
708
|
},
|
|
709
709
|
"declarations": [
|
|
710
710
|
{
|
|
711
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
711
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
712
712
|
"name": "TimePickerProps"
|
|
713
713
|
}
|
|
714
714
|
],
|