@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
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
|
|
34
34
|
"name": "form",
|
|
35
35
|
"parent": {
|
|
36
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
36
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
37
37
|
"name": "InputDOMProps"
|
|
38
38
|
},
|
|
39
39
|
"declarations": [
|
|
40
40
|
{
|
|
41
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
41
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
42
42
|
"name": "InputDOMProps"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
},
|
|
50
50
|
"slot": {
|
|
51
51
|
"defaultValue": null,
|
|
52
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
52
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent\ncomponent. An explicit `null` value indicates that the local props completely override all\nprops received from a parent.",
|
|
53
53
|
"name": "slot",
|
|
54
54
|
"parent": {
|
|
55
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
55
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
56
56
|
"name": "SlotProps"
|
|
57
57
|
},
|
|
58
58
|
"declarations": [
|
|
59
59
|
{
|
|
60
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
60
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
61
61
|
"name": "SlotProps"
|
|
62
62
|
}
|
|
63
63
|
],
|
|
@@ -68,15 +68,15 @@
|
|
|
68
68
|
},
|
|
69
69
|
"style": {
|
|
70
70
|
"defaultValue": null,
|
|
71
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
71
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the\nelement. A function may be provided to compute the style based on component state.",
|
|
72
72
|
"name": "style",
|
|
73
73
|
"parent": {
|
|
74
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
74
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
75
75
|
"name": "StyleRenderProps"
|
|
76
76
|
},
|
|
77
77
|
"declarations": [
|
|
78
78
|
{
|
|
79
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
79
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
80
80
|
"name": "StyleRenderProps"
|
|
81
81
|
}
|
|
82
82
|
],
|
|
@@ -90,12 +90,12 @@
|
|
|
90
90
|
"description": "The default value (uncontrolled).",
|
|
91
91
|
"name": "defaultValue",
|
|
92
92
|
"parent": {
|
|
93
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
93
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
94
94
|
"name": "ValueBase"
|
|
95
95
|
},
|
|
96
96
|
"declarations": [
|
|
97
97
|
{
|
|
98
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
98
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
99
99
|
"name": "ValueBase"
|
|
100
100
|
}
|
|
101
101
|
],
|
|
@@ -109,12 +109,12 @@
|
|
|
109
109
|
"description": "Whether the element should receive focus on render.",
|
|
110
110
|
"name": "autoFocus",
|
|
111
111
|
"parent": {
|
|
112
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
112
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
113
113
|
"name": "FocusableProps"
|
|
114
114
|
},
|
|
115
115
|
"declarations": [
|
|
116
116
|
{
|
|
117
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
117
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
118
118
|
"name": "FocusableProps"
|
|
119
119
|
}
|
|
120
120
|
],
|
|
@@ -127,15 +127,15 @@
|
|
|
127
127
|
"defaultValue": {
|
|
128
128
|
"value": "'react-aria-DateRangePicker'"
|
|
129
129
|
},
|
|
130
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
130
|
+
"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.",
|
|
131
131
|
"name": "className",
|
|
132
132
|
"parent": {
|
|
133
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
133
|
+
"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/DatePicker.d.ts",
|
|
134
134
|
"name": "DateRangePickerProps"
|
|
135
135
|
},
|
|
136
136
|
"declarations": [
|
|
137
137
|
{
|
|
138
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
138
|
+
"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/DatePicker.d.ts",
|
|
139
139
|
"name": "DateRangePickerProps"
|
|
140
140
|
}
|
|
141
141
|
],
|
|
@@ -146,15 +146,15 @@
|
|
|
146
146
|
},
|
|
147
147
|
"id": {
|
|
148
148
|
"defaultValue": null,
|
|
149
|
-
"description": "The element's unique identifier. See
|
|
149
|
+
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
150
150
|
"name": "id",
|
|
151
151
|
"parent": {
|
|
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": "DOMProps"
|
|
154
154
|
},
|
|
155
155
|
"declarations": [
|
|
156
156
|
{
|
|
157
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
157
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
158
158
|
"name": "DOMProps"
|
|
159
159
|
}
|
|
160
160
|
],
|
|
@@ -168,12 +168,12 @@
|
|
|
168
168
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
169
169
|
"name": "aria-describedby",
|
|
170
170
|
"parent": {
|
|
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
|
"declarations": [
|
|
175
175
|
{
|
|
176
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
176
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
177
177
|
"name": "AriaLabelingProps"
|
|
178
178
|
}
|
|
179
179
|
],
|
|
@@ -184,15 +184,15 @@
|
|
|
184
184
|
},
|
|
185
185
|
"aria-details": {
|
|
186
186
|
"defaultValue": null,
|
|
187
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
187
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
188
188
|
"name": "aria-details",
|
|
189
189
|
"parent": {
|
|
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
|
"declarations": [
|
|
194
194
|
{
|
|
195
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
195
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
196
196
|
"name": "AriaLabelingProps"
|
|
197
197
|
}
|
|
198
198
|
],
|
|
@@ -206,12 +206,12 @@
|
|
|
206
206
|
"description": "Defines a string value that labels the current element.",
|
|
207
207
|
"name": "aria-label",
|
|
208
208
|
"parent": {
|
|
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": "AriaLabelingProps"
|
|
211
211
|
},
|
|
212
212
|
"declarations": [
|
|
213
213
|
{
|
|
214
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
214
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215
215
|
"name": "AriaLabelingProps"
|
|
216
216
|
}
|
|
217
217
|
],
|
|
@@ -225,12 +225,12 @@
|
|
|
225
225
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
226
226
|
"name": "aria-labelledby",
|
|
227
227
|
"parent": {
|
|
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": "AriaLabelingProps"
|
|
230
230
|
},
|
|
231
231
|
"declarations": [
|
|
232
232
|
{
|
|
233
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
233
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
234
234
|
"name": "AriaLabelingProps"
|
|
235
235
|
}
|
|
236
236
|
],
|
|
@@ -241,15 +241,15 @@
|
|
|
241
241
|
},
|
|
242
242
|
"children": {
|
|
243
243
|
"defaultValue": null,
|
|
244
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
244
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
245
245
|
"name": "children",
|
|
246
246
|
"parent": {
|
|
247
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
247
|
+
"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",
|
|
248
248
|
"name": "RenderProps"
|
|
249
249
|
},
|
|
250
250
|
"declarations": [
|
|
251
251
|
{
|
|
252
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
252
|
+
"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",
|
|
253
253
|
"name": "RenderProps"
|
|
254
254
|
}
|
|
255
255
|
],
|
|
@@ -263,12 +263,12 @@
|
|
|
263
263
|
"description": "Handler that is called when the element receives focus.",
|
|
264
264
|
"name": "onFocus",
|
|
265
265
|
"parent": {
|
|
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/events.d.ts",
|
|
267
267
|
"name": "FocusEvents"
|
|
268
268
|
},
|
|
269
269
|
"declarations": [
|
|
270
270
|
{
|
|
271
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
271
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
272
272
|
"name": "FocusEvents"
|
|
273
273
|
}
|
|
274
274
|
],
|
|
@@ -282,12 +282,12 @@
|
|
|
282
282
|
"description": "Handler that is called when the element loses focus.",
|
|
283
283
|
"name": "onBlur",
|
|
284
284
|
"parent": {
|
|
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/events.d.ts",
|
|
286
286
|
"name": "FocusEvents"
|
|
287
287
|
},
|
|
288
288
|
"declarations": [
|
|
289
289
|
{
|
|
290
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
290
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
291
291
|
"name": "FocusEvents"
|
|
292
292
|
}
|
|
293
293
|
],
|
|
@@ -301,12 +301,12 @@
|
|
|
301
301
|
"description": "Handler that is called when the value changes.",
|
|
302
302
|
"name": "onChange",
|
|
303
303
|
"parent": {
|
|
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/inputs.d.ts",
|
|
305
305
|
"name": "ValueBase"
|
|
306
306
|
},
|
|
307
307
|
"declarations": [
|
|
308
308
|
{
|
|
309
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
309
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
310
310
|
"name": "ValueBase"
|
|
311
311
|
}
|
|
312
312
|
],
|
|
@@ -320,12 +320,12 @@
|
|
|
320
320
|
"description": "Handler that is called when a key is pressed.",
|
|
321
321
|
"name": "onKeyDown",
|
|
322
322
|
"parent": {
|
|
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": "KeyboardEvents"
|
|
325
325
|
},
|
|
326
326
|
"declarations": [
|
|
327
327
|
{
|
|
328
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
328
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
329
329
|
"name": "KeyboardEvents"
|
|
330
330
|
}
|
|
331
331
|
],
|
|
@@ -339,12 +339,12 @@
|
|
|
339
339
|
"description": "Handler that is called when a key is released.",
|
|
340
340
|
"name": "onKeyUp",
|
|
341
341
|
"parent": {
|
|
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": "KeyboardEvents"
|
|
344
344
|
},
|
|
345
345
|
"declarations": [
|
|
346
346
|
{
|
|
347
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
347
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
348
348
|
"name": "KeyboardEvents"
|
|
349
349
|
}
|
|
350
350
|
],
|
|
@@ -375,12 +375,12 @@
|
|
|
375
375
|
"description": "The current value (controlled).",
|
|
376
376
|
"name": "value",
|
|
377
377
|
"parent": {
|
|
378
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
378
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
379
379
|
"name": "ValueBase"
|
|
380
380
|
},
|
|
381
381
|
"declarations": [
|
|
382
382
|
{
|
|
383
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
383
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
384
384
|
"name": "ValueBase"
|
|
385
385
|
}
|
|
386
386
|
],
|
|
@@ -394,12 +394,12 @@
|
|
|
394
394
|
"description": "Whether the input is disabled.",
|
|
395
395
|
"name": "isDisabled",
|
|
396
396
|
"parent": {
|
|
397
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
397
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
398
398
|
"name": "InputBase"
|
|
399
399
|
},
|
|
400
400
|
"declarations": [
|
|
401
401
|
{
|
|
402
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
402
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
403
403
|
"name": "InputBase"
|
|
404
404
|
}
|
|
405
405
|
],
|
|
@@ -413,12 +413,12 @@
|
|
|
413
413
|
"description": "Handler that is called when the element's focus status changes.",
|
|
414
414
|
"name": "onFocusChange",
|
|
415
415
|
"parent": {
|
|
416
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
416
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
417
417
|
"name": "FocusEvents"
|
|
418
418
|
},
|
|
419
419
|
"declarations": [
|
|
420
420
|
{
|
|
421
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
421
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
422
422
|
"name": "FocusEvents"
|
|
423
423
|
}
|
|
424
424
|
],
|
|
@@ -432,12 +432,12 @@
|
|
|
432
432
|
"description": "Whether the overlay is open by default (controlled).",
|
|
433
433
|
"name": "isOpen",
|
|
434
434
|
"parent": {
|
|
435
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
435
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
436
436
|
"name": "OverlayTriggerProps"
|
|
437
437
|
},
|
|
438
438
|
"declarations": [
|
|
439
439
|
{
|
|
440
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
440
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
441
441
|
"name": "OverlayTriggerProps"
|
|
442
442
|
}
|
|
443
443
|
],
|
|
@@ -451,12 +451,12 @@
|
|
|
451
451
|
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
452
452
|
"name": "defaultOpen",
|
|
453
453
|
"parent": {
|
|
454
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
454
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
455
455
|
"name": "OverlayTriggerProps"
|
|
456
456
|
},
|
|
457
457
|
"declarations": [
|
|
458
458
|
{
|
|
459
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
459
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
460
460
|
"name": "OverlayTriggerProps"
|
|
461
461
|
}
|
|
462
462
|
],
|
|
@@ -470,12 +470,12 @@
|
|
|
470
470
|
"description": "Handler that is called when the overlay's open state changes.",
|
|
471
471
|
"name": "onOpenChange",
|
|
472
472
|
"parent": {
|
|
473
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
473
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
474
474
|
"name": "OverlayTriggerProps"
|
|
475
475
|
},
|
|
476
476
|
"declarations": [
|
|
477
477
|
{
|
|
478
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
478
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
479
479
|
"name": "OverlayTriggerProps"
|
|
480
480
|
}
|
|
481
481
|
],
|
|
@@ -486,15 +486,15 @@
|
|
|
486
486
|
},
|
|
487
487
|
"render": {
|
|
488
488
|
"defaultValue": null,
|
|
489
|
-
"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
|
|
489
|
+
"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.",
|
|
490
490
|
"name": "render",
|
|
491
491
|
"parent": {
|
|
492
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
492
|
+
"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",
|
|
493
493
|
"name": "DOMRenderProps"
|
|
494
494
|
},
|
|
495
495
|
"declarations": [
|
|
496
496
|
{
|
|
497
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
497
|
+
"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",
|
|
498
498
|
"name": "DOMRenderProps"
|
|
499
499
|
}
|
|
500
500
|
],
|
|
@@ -508,12 +508,12 @@
|
|
|
508
508
|
"description": "Whether user input is required on the input before form submission.",
|
|
509
509
|
"name": "isRequired",
|
|
510
510
|
"parent": {
|
|
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": "Validation"
|
|
513
513
|
},
|
|
514
514
|
"declarations": [
|
|
515
515
|
{
|
|
516
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
516
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
517
517
|
"name": "Validation"
|
|
518
518
|
}
|
|
519
519
|
],
|
|
@@ -527,12 +527,12 @@
|
|
|
527
527
|
"description": "Whether the input value is invalid.",
|
|
528
528
|
"name": "isInvalid",
|
|
529
529
|
"parent": {
|
|
530
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
530
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
531
531
|
"name": "Validation"
|
|
532
532
|
},
|
|
533
533
|
"declarations": [
|
|
534
534
|
{
|
|
535
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
535
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
536
536
|
"name": "Validation"
|
|
537
537
|
}
|
|
538
538
|
],
|
|
@@ -546,12 +546,12 @@
|
|
|
546
546
|
"description": "Whether the input can be selected but not changed by the user.",
|
|
547
547
|
"name": "isReadOnly",
|
|
548
548
|
"parent": {
|
|
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": "InputBase"
|
|
551
551
|
},
|
|
552
552
|
"declarations": [
|
|
553
553
|
{
|
|
554
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
554
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
555
555
|
"name": "InputBase"
|
|
556
556
|
}
|
|
557
557
|
],
|
|
@@ -567,12 +567,12 @@
|
|
|
567
567
|
"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.",
|
|
568
568
|
"name": "validationBehavior",
|
|
569
569
|
"parent": {
|
|
570
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
570
|
+
"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",
|
|
571
571
|
"name": "RACValidation"
|
|
572
572
|
},
|
|
573
573
|
"declarations": [
|
|
574
574
|
{
|
|
575
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
575
|
+
"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",
|
|
576
576
|
"name": "RACValidation"
|
|
577
577
|
}
|
|
578
578
|
],
|
|
@@ -595,12 +595,12 @@
|
|
|
595
595
|
"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.",
|
|
596
596
|
"name": "validate",
|
|
597
597
|
"parent": {
|
|
598
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
598
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
599
599
|
"name": "Validation"
|
|
600
600
|
},
|
|
601
601
|
"declarations": [
|
|
602
602
|
{
|
|
603
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
603
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
604
604
|
"name": "Validation"
|
|
605
605
|
}
|
|
606
606
|
],
|
|
@@ -614,12 +614,12 @@
|
|
|
614
614
|
"description": "The minimum allowed time that a user may select.",
|
|
615
615
|
"name": "minValue",
|
|
616
616
|
"parent": {
|
|
617
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
617
|
+
"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",
|
|
618
618
|
"name": "TimePickerProps"
|
|
619
619
|
},
|
|
620
620
|
"declarations": [
|
|
621
621
|
{
|
|
622
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
622
|
+
"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",
|
|
623
623
|
"name": "TimePickerProps"
|
|
624
624
|
}
|
|
625
625
|
],
|
|
@@ -633,12 +633,12 @@
|
|
|
633
633
|
"description": "The maximum allowed time that a user may select.",
|
|
634
634
|
"name": "maxValue",
|
|
635
635
|
"parent": {
|
|
636
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
636
|
+
"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",
|
|
637
637
|
"name": "TimePickerProps"
|
|
638
638
|
},
|
|
639
639
|
"declarations": [
|
|
640
640
|
{
|
|
641
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
641
|
+
"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",
|
|
642
642
|
"name": "TimePickerProps"
|
|
643
643
|
}
|
|
644
644
|
],
|
|
@@ -654,12 +654,12 @@
|
|
|
654
654
|
"description": "Determines whether the date picker popover should close automatically when a date is selected.",
|
|
655
655
|
"name": "shouldCloseOnSelect",
|
|
656
656
|
"parent": {
|
|
657
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
657
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/useDateRangePickerState.d.ts",
|
|
658
658
|
"name": "DateRangePickerStateOptions"
|
|
659
659
|
},
|
|
660
660
|
"declarations": [
|
|
661
661
|
{
|
|
662
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
662
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/useDateRangePickerState.d.ts",
|
|
663
663
|
"name": "DateRangePickerStateOptions"
|
|
664
664
|
}
|
|
665
665
|
],
|
|
@@ -670,15 +670,15 @@
|
|
|
670
670
|
},
|
|
671
671
|
"hourCycle": {
|
|
672
672
|
"defaultValue": null,
|
|
673
|
-
"description": "Whether to display the time in 12 or 24 hour format. By default, this is determined by the
|
|
673
|
+
"description": "Whether to display the time in 12 or 24 hour format. By default, this is determined by the\nuser's locale.",
|
|
674
674
|
"name": "hourCycle",
|
|
675
675
|
"parent": {
|
|
676
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
676
|
+
"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",
|
|
677
677
|
"name": "TimePickerProps"
|
|
678
678
|
},
|
|
679
679
|
"declarations": [
|
|
680
680
|
{
|
|
681
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
681
|
+
"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",
|
|
682
682
|
"name": "TimePickerProps"
|
|
683
683
|
}
|
|
684
684
|
],
|
|
@@ -703,12 +703,12 @@
|
|
|
703
703
|
"description": "Determines the smallest unit that is displayed in the time picker.",
|
|
704
704
|
"name": "granularity",
|
|
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
|
],
|
|
@@ -734,12 +734,12 @@
|
|
|
734
734
|
"description": "Whether to hide the time zone abbreviation.",
|
|
735
735
|
"name": "hideTimeZone",
|
|
736
736
|
"parent": {
|
|
737
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
737
|
+
"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",
|
|
738
738
|
"name": "TimePickerProps"
|
|
739
739
|
},
|
|
740
740
|
"declarations": [
|
|
741
741
|
{
|
|
742
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
742
|
+
"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",
|
|
743
743
|
"name": "TimePickerProps"
|
|
744
744
|
}
|
|
745
745
|
],
|
|
@@ -753,12 +753,12 @@
|
|
|
753
753
|
"description": "Whether to always show leading zeros in the hour field.\nBy default, this is determined by the user's locale.",
|
|
754
754
|
"name": "shouldForceLeadingZeros",
|
|
755
755
|
"parent": {
|
|
756
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
756
|
+
"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",
|
|
757
757
|
"name": "TimePickerProps"
|
|
758
758
|
},
|
|
759
759
|
"declarations": [
|
|
760
760
|
{
|
|
761
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
761
|
+
"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",
|
|
762
762
|
"name": "TimePickerProps"
|
|
763
763
|
}
|
|
764
764
|
],
|
|
@@ -769,15 +769,15 @@
|
|
|
769
769
|
},
|
|
770
770
|
"placeholderValue": {
|
|
771
771
|
"defaultValue": null,
|
|
772
|
-
"description": "A placeholder time that influences the format of the placeholder shown when no value is
|
|
772
|
+
"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.",
|
|
773
773
|
"name": "placeholderValue",
|
|
774
774
|
"parent": {
|
|
775
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
775
|
+
"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",
|
|
776
776
|
"name": "TimePickerProps"
|
|
777
777
|
},
|
|
778
778
|
"declarations": [
|
|
779
779
|
{
|
|
780
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
780
|
+
"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",
|
|
781
781
|
"name": "TimePickerProps"
|
|
782
782
|
}
|
|
783
783
|
],
|
|
@@ -788,15 +788,15 @@
|
|
|
788
788
|
},
|
|
789
789
|
"isDateUnavailable": {
|
|
790
790
|
"defaultValue": null,
|
|
791
|
-
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is
|
|
791
|
+
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is\nunavailable.",
|
|
792
792
|
"name": "isDateUnavailable",
|
|
793
793
|
"parent": {
|
|
794
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
794
|
+
"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",
|
|
795
795
|
"name": "DateFieldBase"
|
|
796
796
|
},
|
|
797
797
|
"declarations": [
|
|
798
798
|
{
|
|
799
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
799
|
+
"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",
|
|
800
800
|
"name": "DateFieldBase"
|
|
801
801
|
}
|
|
802
802
|
],
|
|
@@ -809,15 +809,15 @@
|
|
|
809
809
|
"defaultValue": {
|
|
810
810
|
"value": "visible"
|
|
811
811
|
},
|
|
812
|
-
"description": "Controls the behavior of paging. Pagination either works by advancing the visible page by
|
|
812
|
+
"description": "Controls the behavior of paging. Pagination either works by advancing the visible page by\nvisibleDuration (default) or one unit of visibleDuration.",
|
|
813
813
|
"name": "pageBehavior",
|
|
814
814
|
"parent": {
|
|
815
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
815
|
+
"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",
|
|
816
816
|
"name": "DatePickerBase"
|
|
817
817
|
},
|
|
818
818
|
"declarations": [
|
|
819
819
|
{
|
|
820
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
820
|
+
"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",
|
|
821
821
|
"name": "DatePickerBase"
|
|
822
822
|
}
|
|
823
823
|
],
|
|
@@ -840,12 +840,12 @@
|
|
|
840
840
|
"description": "The day that starts the week.",
|
|
841
841
|
"name": "firstDayOfWeek",
|
|
842
842
|
"parent": {
|
|
843
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
843
|
+
"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",
|
|
844
844
|
"name": "DatePickerBase"
|
|
845
845
|
},
|
|
846
846
|
"declarations": [
|
|
847
847
|
{
|
|
848
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
848
|
+
"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",
|
|
849
849
|
"name": "DatePickerBase"
|
|
850
850
|
}
|
|
851
851
|
],
|
|
@@ -883,12 +883,12 @@
|
|
|
883
883
|
"description": "When combined with `isDateUnavailable`, determines whether non-contiguous ranges,\ni.e. ranges containing unavailable dates, may be selected.",
|
|
884
884
|
"name": "allowsNonContiguousRanges",
|
|
885
885
|
"parent": {
|
|
886
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
886
|
+
"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",
|
|
887
887
|
"name": "DateRangePickerProps"
|
|
888
888
|
},
|
|
889
889
|
"declarations": [
|
|
890
890
|
{
|
|
891
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
891
|
+
"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",
|
|
892
892
|
"name": "DateRangePickerProps"
|
|
893
893
|
}
|
|
894
894
|
],
|
|
@@ -899,15 +899,15 @@
|
|
|
899
899
|
},
|
|
900
900
|
"startName": {
|
|
901
901
|
"defaultValue": null,
|
|
902
|
-
"description": "The name of the start date input element, used when submitting an HTML form. See
|
|
902
|
+
"description": "The name of the start date input element, used when submitting an HTML form. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
903
903
|
"name": "startName",
|
|
904
904
|
"parent": {
|
|
905
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
905
|
+
"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",
|
|
906
906
|
"name": "DateRangePickerProps"
|
|
907
907
|
},
|
|
908
908
|
"declarations": [
|
|
909
909
|
{
|
|
910
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
910
|
+
"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",
|
|
911
911
|
"name": "DateRangePickerProps"
|
|
912
912
|
}
|
|
913
913
|
],
|
|
@@ -918,15 +918,15 @@
|
|
|
918
918
|
},
|
|
919
919
|
"endName": {
|
|
920
920
|
"defaultValue": null,
|
|
921
|
-
"description": "The name of the end date input element, used when submitting an HTML form. See
|
|
921
|
+
"description": "The name of the end date input element, used when submitting an HTML form. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
922
922
|
"name": "endName",
|
|
923
923
|
"parent": {
|
|
924
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
924
|
+
"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",
|
|
925
925
|
"name": "DateRangePickerProps"
|
|
926
926
|
},
|
|
927
927
|
"declarations": [
|
|
928
928
|
{
|
|
929
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
929
|
+
"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",
|
|
930
930
|
"name": "DateRangePickerProps"
|
|
931
931
|
}
|
|
932
932
|
],
|