@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
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"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).",
|
|
43
43
|
"name": "form",
|
|
44
44
|
"parent": {
|
|
45
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
45
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
46
46
|
"name": "InputDOMProps"
|
|
47
47
|
},
|
|
48
48
|
"declarations": [
|
|
49
49
|
{
|
|
50
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
50
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
51
51
|
"name": "InputDOMProps"
|
|
52
52
|
}
|
|
53
53
|
],
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
},
|
|
59
59
|
"slot": {
|
|
60
60
|
"defaultValue": null,
|
|
61
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
61
|
+
"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.",
|
|
62
62
|
"name": "slot",
|
|
63
63
|
"parent": {
|
|
64
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
64
|
+
"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",
|
|
65
65
|
"name": "SlotProps"
|
|
66
66
|
},
|
|
67
67
|
"declarations": [
|
|
68
68
|
{
|
|
69
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
69
|
+
"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",
|
|
70
70
|
"name": "SlotProps"
|
|
71
71
|
}
|
|
72
72
|
],
|
|
@@ -77,15 +77,15 @@
|
|
|
77
77
|
},
|
|
78
78
|
"style": {
|
|
79
79
|
"defaultValue": null,
|
|
80
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
80
|
+
"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.",
|
|
81
81
|
"name": "style",
|
|
82
82
|
"parent": {
|
|
83
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
83
|
+
"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",
|
|
84
84
|
"name": "StyleRenderProps"
|
|
85
85
|
},
|
|
86
86
|
"declarations": [
|
|
87
87
|
{
|
|
88
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
88
|
+
"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",
|
|
89
89
|
"name": "StyleRenderProps"
|
|
90
90
|
}
|
|
91
91
|
],
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
"description": "The default value (uncontrolled).",
|
|
100
100
|
"name": "defaultValue",
|
|
101
101
|
"parent": {
|
|
102
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
102
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
103
103
|
"name": "ValueBase"
|
|
104
104
|
},
|
|
105
105
|
"declarations": [
|
|
106
106
|
{
|
|
107
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
107
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
108
108
|
"name": "ValueBase"
|
|
109
109
|
}
|
|
110
110
|
],
|
|
@@ -118,12 +118,12 @@
|
|
|
118
118
|
"description": "Whether the element should receive focus on render.",
|
|
119
119
|
"name": "autoFocus",
|
|
120
120
|
"parent": {
|
|
121
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
121
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
122
122
|
"name": "FocusableProps"
|
|
123
123
|
},
|
|
124
124
|
"declarations": [
|
|
125
125
|
{
|
|
126
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
126
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
127
127
|
"name": "FocusableProps"
|
|
128
128
|
}
|
|
129
129
|
],
|
|
@@ -136,15 +136,15 @@
|
|
|
136
136
|
"defaultValue": {
|
|
137
137
|
"value": "'react-aria-TimeField'"
|
|
138
138
|
},
|
|
139
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
139
|
+
"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.",
|
|
140
140
|
"name": "className",
|
|
141
141
|
"parent": {
|
|
142
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
142
|
+
"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",
|
|
143
143
|
"name": "TimeFieldProps"
|
|
144
144
|
},
|
|
145
145
|
"declarations": [
|
|
146
146
|
{
|
|
147
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
147
|
+
"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",
|
|
148
148
|
"name": "TimeFieldProps"
|
|
149
149
|
}
|
|
150
150
|
],
|
|
@@ -155,15 +155,15 @@
|
|
|
155
155
|
},
|
|
156
156
|
"id": {
|
|
157
157
|
"defaultValue": null,
|
|
158
|
-
"description": "The element's unique identifier. See
|
|
158
|
+
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
159
159
|
"name": "id",
|
|
160
160
|
"parent": {
|
|
161
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
161
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
162
162
|
"name": "DOMProps"
|
|
163
163
|
},
|
|
164
164
|
"declarations": [
|
|
165
165
|
{
|
|
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": "DOMProps"
|
|
168
168
|
}
|
|
169
169
|
],
|
|
@@ -177,12 +177,12 @@
|
|
|
177
177
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
178
178
|
"name": "aria-describedby",
|
|
179
179
|
"parent": {
|
|
180
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
180
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
181
181
|
"name": "AriaLabelingProps"
|
|
182
182
|
},
|
|
183
183
|
"declarations": [
|
|
184
184
|
{
|
|
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
|
],
|
|
@@ -193,15 +193,15 @@
|
|
|
193
193
|
},
|
|
194
194
|
"aria-details": {
|
|
195
195
|
"defaultValue": null,
|
|
196
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
196
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
197
197
|
"name": "aria-details",
|
|
198
198
|
"parent": {
|
|
199
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
199
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
200
200
|
"name": "AriaLabelingProps"
|
|
201
201
|
},
|
|
202
202
|
"declarations": [
|
|
203
203
|
{
|
|
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": "AriaLabelingProps"
|
|
206
206
|
}
|
|
207
207
|
],
|
|
@@ -215,12 +215,12 @@
|
|
|
215
215
|
"description": "Defines a string value that labels the current element.",
|
|
216
216
|
"name": "aria-label",
|
|
217
217
|
"parent": {
|
|
218
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
218
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
219
219
|
"name": "AriaLabelingProps"
|
|
220
220
|
},
|
|
221
221
|
"declarations": [
|
|
222
222
|
{
|
|
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": "AriaLabelingProps"
|
|
225
225
|
}
|
|
226
226
|
],
|
|
@@ -234,12 +234,12 @@
|
|
|
234
234
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
235
235
|
"name": "aria-labelledby",
|
|
236
236
|
"parent": {
|
|
237
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
237
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
238
238
|
"name": "AriaLabelingProps"
|
|
239
239
|
},
|
|
240
240
|
"declarations": [
|
|
241
241
|
{
|
|
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": "AriaLabelingProps"
|
|
244
244
|
}
|
|
245
245
|
],
|
|
@@ -250,15 +250,15 @@
|
|
|
250
250
|
},
|
|
251
251
|
"children": {
|
|
252
252
|
"defaultValue": null,
|
|
253
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
253
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
254
254
|
"name": "children",
|
|
255
255
|
"parent": {
|
|
256
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
256
|
+
"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",
|
|
257
257
|
"name": "RenderProps"
|
|
258
258
|
},
|
|
259
259
|
"declarations": [
|
|
260
260
|
{
|
|
261
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
261
|
+
"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",
|
|
262
262
|
"name": "RenderProps"
|
|
263
263
|
}
|
|
264
264
|
],
|
|
@@ -272,12 +272,12 @@
|
|
|
272
272
|
"description": "Handler that is called when the element receives focus.",
|
|
273
273
|
"name": "onFocus",
|
|
274
274
|
"parent": {
|
|
275
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
275
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
276
276
|
"name": "FocusEvents"
|
|
277
277
|
},
|
|
278
278
|
"declarations": [
|
|
279
279
|
{
|
|
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/events.d.ts",
|
|
281
281
|
"name": "FocusEvents"
|
|
282
282
|
}
|
|
283
283
|
],
|
|
@@ -291,12 +291,12 @@
|
|
|
291
291
|
"description": "Handler that is called when the element loses focus.",
|
|
292
292
|
"name": "onBlur",
|
|
293
293
|
"parent": {
|
|
294
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
294
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
295
295
|
"name": "FocusEvents"
|
|
296
296
|
},
|
|
297
297
|
"declarations": [
|
|
298
298
|
{
|
|
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/events.d.ts",
|
|
300
300
|
"name": "FocusEvents"
|
|
301
301
|
}
|
|
302
302
|
],
|
|
@@ -310,12 +310,12 @@
|
|
|
310
310
|
"description": "Handler that is called when the value changes.",
|
|
311
311
|
"name": "onChange",
|
|
312
312
|
"parent": {
|
|
313
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
313
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
314
314
|
"name": "ValueBase"
|
|
315
315
|
},
|
|
316
316
|
"declarations": [
|
|
317
317
|
{
|
|
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/inputs.d.ts",
|
|
319
319
|
"name": "ValueBase"
|
|
320
320
|
}
|
|
321
321
|
],
|
|
@@ -329,12 +329,12 @@
|
|
|
329
329
|
"description": "Handler that is called when a key is pressed.",
|
|
330
330
|
"name": "onKeyDown",
|
|
331
331
|
"parent": {
|
|
332
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
332
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
333
333
|
"name": "KeyboardEvents"
|
|
334
334
|
},
|
|
335
335
|
"declarations": [
|
|
336
336
|
{
|
|
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": "KeyboardEvents"
|
|
339
339
|
}
|
|
340
340
|
],
|
|
@@ -348,12 +348,12 @@
|
|
|
348
348
|
"description": "Handler that is called when a key is released.",
|
|
349
349
|
"name": "onKeyUp",
|
|
350
350
|
"parent": {
|
|
351
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
351
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
352
352
|
"name": "KeyboardEvents"
|
|
353
353
|
},
|
|
354
354
|
"declarations": [
|
|
355
355
|
{
|
|
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/events.d.ts",
|
|
357
357
|
"name": "KeyboardEvents"
|
|
358
358
|
}
|
|
359
359
|
],
|
|
@@ -364,15 +364,15 @@
|
|
|
364
364
|
},
|
|
365
365
|
"name": {
|
|
366
366
|
"defaultValue": null,
|
|
367
|
-
"description": "The name of the input element, used when submitting an HTML form. See
|
|
367
|
+
"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).",
|
|
368
368
|
"name": "name",
|
|
369
369
|
"parent": {
|
|
370
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
370
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
371
371
|
"name": "InputDOMProps"
|
|
372
372
|
},
|
|
373
373
|
"declarations": [
|
|
374
374
|
{
|
|
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": "InputDOMProps"
|
|
377
377
|
}
|
|
378
378
|
],
|
|
@@ -386,12 +386,12 @@
|
|
|
386
386
|
"description": "The current value (controlled).",
|
|
387
387
|
"name": "value",
|
|
388
388
|
"parent": {
|
|
389
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
389
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
390
390
|
"name": "ValueBase"
|
|
391
391
|
},
|
|
392
392
|
"declarations": [
|
|
393
393
|
{
|
|
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/inputs.d.ts",
|
|
395
395
|
"name": "ValueBase"
|
|
396
396
|
}
|
|
397
397
|
],
|
|
@@ -405,12 +405,12 @@
|
|
|
405
405
|
"description": "Whether the input is disabled.",
|
|
406
406
|
"name": "isDisabled",
|
|
407
407
|
"parent": {
|
|
408
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
408
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
409
409
|
"name": "InputBase"
|
|
410
410
|
},
|
|
411
411
|
"declarations": [
|
|
412
412
|
{
|
|
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/inputs.d.ts",
|
|
414
414
|
"name": "InputBase"
|
|
415
415
|
}
|
|
416
416
|
],
|
|
@@ -424,12 +424,12 @@
|
|
|
424
424
|
"description": "Handler that is called when the element's focus status changes.",
|
|
425
425
|
"name": "onFocusChange",
|
|
426
426
|
"parent": {
|
|
427
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
427
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
428
428
|
"name": "FocusEvents"
|
|
429
429
|
},
|
|
430
430
|
"declarations": [
|
|
431
431
|
{
|
|
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": "FocusEvents"
|
|
434
434
|
}
|
|
435
435
|
],
|
|
@@ -440,15 +440,15 @@
|
|
|
440
440
|
},
|
|
441
441
|
"render": {
|
|
442
442
|
"defaultValue": null,
|
|
443
|
-
"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
|
|
443
|
+
"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.",
|
|
444
444
|
"name": "render",
|
|
445
445
|
"parent": {
|
|
446
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
446
|
+
"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",
|
|
447
447
|
"name": "DOMRenderProps"
|
|
448
448
|
},
|
|
449
449
|
"declarations": [
|
|
450
450
|
{
|
|
451
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
451
|
+
"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",
|
|
452
452
|
"name": "DOMRenderProps"
|
|
453
453
|
}
|
|
454
454
|
],
|
|
@@ -462,12 +462,12 @@
|
|
|
462
462
|
"description": "Whether user input is required on the input before form submission.",
|
|
463
463
|
"name": "isRequired",
|
|
464
464
|
"parent": {
|
|
465
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
465
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
466
466
|
"name": "Validation"
|
|
467
467
|
},
|
|
468
468
|
"declarations": [
|
|
469
469
|
{
|
|
470
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
470
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
471
471
|
"name": "Validation"
|
|
472
472
|
}
|
|
473
473
|
],
|
|
@@ -481,12 +481,12 @@
|
|
|
481
481
|
"description": "Whether the input value is invalid.",
|
|
482
482
|
"name": "isInvalid",
|
|
483
483
|
"parent": {
|
|
484
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
484
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
485
485
|
"name": "Validation"
|
|
486
486
|
},
|
|
487
487
|
"declarations": [
|
|
488
488
|
{
|
|
489
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
489
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
490
490
|
"name": "Validation"
|
|
491
491
|
}
|
|
492
492
|
],
|
|
@@ -500,12 +500,12 @@
|
|
|
500
500
|
"description": "Whether the input can be selected but not changed by the user.",
|
|
501
501
|
"name": "isReadOnly",
|
|
502
502
|
"parent": {
|
|
503
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
503
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
504
504
|
"name": "InputBase"
|
|
505
505
|
},
|
|
506
506
|
"declarations": [
|
|
507
507
|
{
|
|
508
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
508
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
509
509
|
"name": "InputBase"
|
|
510
510
|
}
|
|
511
511
|
],
|
|
@@ -521,12 +521,12 @@
|
|
|
521
521
|
"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.",
|
|
522
522
|
"name": "validationBehavior",
|
|
523
523
|
"parent": {
|
|
524
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
524
|
+
"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",
|
|
525
525
|
"name": "RACValidation"
|
|
526
526
|
},
|
|
527
527
|
"declarations": [
|
|
528
528
|
{
|
|
529
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
529
|
+
"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",
|
|
530
530
|
"name": "RACValidation"
|
|
531
531
|
}
|
|
532
532
|
],
|
|
@@ -549,12 +549,12 @@
|
|
|
549
549
|
"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.",
|
|
550
550
|
"name": "validate",
|
|
551
551
|
"parent": {
|
|
552
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
552
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
553
553
|
"name": "Validation"
|
|
554
554
|
},
|
|
555
555
|
"declarations": [
|
|
556
556
|
{
|
|
557
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
557
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
558
558
|
"name": "Validation"
|
|
559
559
|
}
|
|
560
560
|
],
|
|
@@ -565,15 +565,15 @@
|
|
|
565
565
|
},
|
|
566
566
|
"autoComplete": {
|
|
567
567
|
"defaultValue": null,
|
|
568
|
-
"description": "Describes the type of autocomplete functionality the input should provide if any. See
|
|
568
|
+
"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).",
|
|
569
569
|
"name": "autoComplete",
|
|
570
570
|
"parent": {
|
|
571
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
571
|
+
"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/datepicker/useDateField.d.ts",
|
|
572
572
|
"name": "AriaDateFieldProps"
|
|
573
573
|
},
|
|
574
574
|
"declarations": [
|
|
575
575
|
{
|
|
576
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
576
|
+
"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/datepicker/useDateField.d.ts",
|
|
577
577
|
"name": "AriaDateFieldProps"
|
|
578
578
|
}
|
|
579
579
|
],
|
|
@@ -587,12 +587,12 @@
|
|
|
587
587
|
"description": "The minimum allowed time that a user may select.",
|
|
588
588
|
"name": "minValue",
|
|
589
589
|
"parent": {
|
|
590
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
590
|
+
"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",
|
|
591
591
|
"name": "TimePickerProps"
|
|
592
592
|
},
|
|
593
593
|
"declarations": [
|
|
594
594
|
{
|
|
595
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
595
|
+
"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",
|
|
596
596
|
"name": "TimePickerProps"
|
|
597
597
|
}
|
|
598
598
|
],
|
|
@@ -606,12 +606,12 @@
|
|
|
606
606
|
"description": "The maximum allowed time that a user may select.",
|
|
607
607
|
"name": "maxValue",
|
|
608
608
|
"parent": {
|
|
609
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
609
|
+
"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",
|
|
610
610
|
"name": "TimePickerProps"
|
|
611
611
|
},
|
|
612
612
|
"declarations": [
|
|
613
613
|
{
|
|
614
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
614
|
+
"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",
|
|
615
615
|
"name": "TimePickerProps"
|
|
616
616
|
}
|
|
617
617
|
],
|
|
@@ -622,15 +622,15 @@
|
|
|
622
622
|
},
|
|
623
623
|
"hourCycle": {
|
|
624
624
|
"defaultValue": null,
|
|
625
|
-
"description": "Whether to display the time in 12 or 24 hour format. By default, this is determined by the
|
|
625
|
+
"description": "Whether to display the time in 12 or 24 hour format. By default, this is determined by the\nuser's locale.",
|
|
626
626
|
"name": "hourCycle",
|
|
627
627
|
"parent": {
|
|
628
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
628
|
+
"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",
|
|
629
629
|
"name": "TimePickerProps"
|
|
630
630
|
},
|
|
631
631
|
"declarations": [
|
|
632
632
|
{
|
|
633
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
633
|
+
"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",
|
|
634
634
|
"name": "TimePickerProps"
|
|
635
635
|
}
|
|
636
636
|
],
|
|
@@ -655,12 +655,12 @@
|
|
|
655
655
|
"description": "Determines the smallest unit that is displayed in the time picker.",
|
|
656
656
|
"name": "granularity",
|
|
657
657
|
"parent": {
|
|
658
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
658
|
+
"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",
|
|
659
659
|
"name": "TimePickerProps"
|
|
660
660
|
},
|
|
661
661
|
"declarations": [
|
|
662
662
|
{
|
|
663
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
663
|
+
"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",
|
|
664
664
|
"name": "TimePickerProps"
|
|
665
665
|
}
|
|
666
666
|
],
|
|
@@ -686,12 +686,12 @@
|
|
|
686
686
|
"description": "Whether to hide the time zone abbreviation.",
|
|
687
687
|
"name": "hideTimeZone",
|
|
688
688
|
"parent": {
|
|
689
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
689
|
+
"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",
|
|
690
690
|
"name": "TimePickerProps"
|
|
691
691
|
},
|
|
692
692
|
"declarations": [
|
|
693
693
|
{
|
|
694
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
694
|
+
"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",
|
|
695
695
|
"name": "TimePickerProps"
|
|
696
696
|
}
|
|
697
697
|
],
|
|
@@ -705,12 +705,12 @@
|
|
|
705
705
|
"description": "Whether to always show leading zeros in the hour field.\nBy default, this is determined by the user's locale.",
|
|
706
706
|
"name": "shouldForceLeadingZeros",
|
|
707
707
|
"parent": {
|
|
708
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
708
|
+
"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",
|
|
709
709
|
"name": "TimePickerProps"
|
|
710
710
|
},
|
|
711
711
|
"declarations": [
|
|
712
712
|
{
|
|
713
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
713
|
+
"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",
|
|
714
714
|
"name": "TimePickerProps"
|
|
715
715
|
}
|
|
716
716
|
],
|
|
@@ -721,15 +721,15 @@
|
|
|
721
721
|
},
|
|
722
722
|
"placeholderValue": {
|
|
723
723
|
"defaultValue": null,
|
|
724
|
-
"description": "A placeholder time that influences the format of the placeholder shown when no value is
|
|
724
|
+
"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.",
|
|
725
725
|
"name": "placeholderValue",
|
|
726
726
|
"parent": {
|
|
727
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
727
|
+
"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",
|
|
728
728
|
"name": "TimePickerProps"
|
|
729
729
|
},
|
|
730
730
|
"declarations": [
|
|
731
731
|
{
|
|
732
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
732
|
+
"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",
|
|
733
733
|
"name": "TimePickerProps"
|
|
734
734
|
}
|
|
735
735
|
],
|
|
@@ -740,15 +740,15 @@
|
|
|
740
740
|
},
|
|
741
741
|
"isDateUnavailable": {
|
|
742
742
|
"defaultValue": null,
|
|
743
|
-
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is
|
|
743
|
+
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is\nunavailable.",
|
|
744
744
|
"name": "isDateUnavailable",
|
|
745
745
|
"parent": {
|
|
746
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
746
|
+
"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",
|
|
747
747
|
"name": "DateFieldBase"
|
|
748
748
|
},
|
|
749
749
|
"declarations": [
|
|
750
750
|
{
|
|
751
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
751
|
+
"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",
|
|
752
752
|
"name": "DateFieldBase"
|
|
753
753
|
}
|
|
754
754
|
],
|