@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
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
49
49
|
"name": "unstyled",
|
|
50
50
|
"parent": {
|
|
51
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
51
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
52
52
|
"name": "UnstyledProp"
|
|
53
53
|
},
|
|
54
54
|
"declarations": [
|
|
55
55
|
{
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
56
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
57
57
|
"name": "UnstyledProp"
|
|
58
58
|
}
|
|
59
59
|
],
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
"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).",
|
|
68
68
|
"name": "form",
|
|
69
69
|
"parent": {
|
|
70
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
70
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
71
71
|
"name": "InputDOMProps"
|
|
72
72
|
},
|
|
73
73
|
"declarations": [
|
|
74
74
|
{
|
|
75
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
75
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
76
76
|
"name": "InputDOMProps"
|
|
77
77
|
}
|
|
78
78
|
],
|
|
@@ -83,15 +83,15 @@
|
|
|
83
83
|
},
|
|
84
84
|
"name": {
|
|
85
85
|
"defaultValue": null,
|
|
86
|
-
"description": "The name of the input element, used when submitting an HTML form. See
|
|
86
|
+
"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).",
|
|
87
87
|
"name": "name",
|
|
88
88
|
"parent": {
|
|
89
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
89
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
90
90
|
"name": "InputDOMProps"
|
|
91
91
|
},
|
|
92
92
|
"declarations": [
|
|
93
93
|
{
|
|
94
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
94
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
95
95
|
"name": "InputDOMProps"
|
|
96
96
|
}
|
|
97
97
|
],
|
|
@@ -102,15 +102,15 @@
|
|
|
102
102
|
},
|
|
103
103
|
"render": {
|
|
104
104
|
"defaultValue": null,
|
|
105
|
-
"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
|
|
105
|
+
"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.",
|
|
106
106
|
"name": "render",
|
|
107
107
|
"parent": {
|
|
108
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
108
|
+
"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",
|
|
109
109
|
"name": "DOMRenderProps"
|
|
110
110
|
},
|
|
111
111
|
"declarations": [
|
|
112
112
|
{
|
|
113
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
113
|
+
"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",
|
|
114
114
|
"name": "DOMRenderProps"
|
|
115
115
|
}
|
|
116
116
|
],
|
|
@@ -121,15 +121,15 @@
|
|
|
121
121
|
},
|
|
122
122
|
"autoComplete": {
|
|
123
123
|
"defaultValue": null,
|
|
124
|
-
"description": "Describes the type of autocomplete functionality the input should provide if any. See
|
|
124
|
+
"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).",
|
|
125
125
|
"name": "autoComplete",
|
|
126
126
|
"parent": {
|
|
127
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
127
|
+
"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",
|
|
128
128
|
"name": "AriaDateFieldProps"
|
|
129
129
|
},
|
|
130
130
|
"declarations": [
|
|
131
131
|
{
|
|
132
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
132
|
+
"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",
|
|
133
133
|
"name": "AriaDateFieldProps"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
@@ -173,12 +173,12 @@
|
|
|
173
173
|
"description": "The default value (uncontrolled).",
|
|
174
174
|
"name": "defaultValue",
|
|
175
175
|
"parent": {
|
|
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/inputs.d.ts",
|
|
177
177
|
"name": "ValueBase"
|
|
178
178
|
},
|
|
179
179
|
"declarations": [
|
|
180
180
|
{
|
|
181
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
181
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
182
182
|
"name": "ValueBase"
|
|
183
183
|
}
|
|
184
184
|
],
|
|
@@ -192,12 +192,12 @@
|
|
|
192
192
|
"description": "Handler that is called when the value changes.",
|
|
193
193
|
"name": "onChange",
|
|
194
194
|
"parent": {
|
|
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/inputs.d.ts",
|
|
196
196
|
"name": "ValueBase"
|
|
197
197
|
},
|
|
198
198
|
"declarations": [
|
|
199
199
|
{
|
|
200
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
200
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
201
201
|
"name": "ValueBase"
|
|
202
202
|
}
|
|
203
203
|
],
|
|
@@ -211,12 +211,12 @@
|
|
|
211
211
|
"description": "The current value (controlled).",
|
|
212
212
|
"name": "value",
|
|
213
213
|
"parent": {
|
|
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/inputs.d.ts",
|
|
215
215
|
"name": "ValueBase"
|
|
216
216
|
},
|
|
217
217
|
"declarations": [
|
|
218
218
|
{
|
|
219
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
219
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
220
220
|
"name": "ValueBase"
|
|
221
221
|
}
|
|
222
222
|
],
|
|
@@ -230,12 +230,12 @@
|
|
|
230
230
|
"description": "Whether the input is disabled.",
|
|
231
231
|
"name": "isDisabled",
|
|
232
232
|
"parent": {
|
|
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/inputs.d.ts",
|
|
234
234
|
"name": "InputBase"
|
|
235
235
|
},
|
|
236
236
|
"declarations": [
|
|
237
237
|
{
|
|
238
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
238
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
239
239
|
"name": "InputBase"
|
|
240
240
|
}
|
|
241
241
|
],
|
|
@@ -249,12 +249,12 @@
|
|
|
249
249
|
"description": "Handler that is called when the element's focus status changes.",
|
|
250
250
|
"name": "onFocusChange",
|
|
251
251
|
"parent": {
|
|
252
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
252
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
253
253
|
"name": "FocusEvents"
|
|
254
254
|
},
|
|
255
255
|
"declarations": [
|
|
256
256
|
{
|
|
257
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
257
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
258
258
|
"name": "FocusEvents"
|
|
259
259
|
}
|
|
260
260
|
],
|
|
@@ -268,12 +268,12 @@
|
|
|
268
268
|
"description": "Whether the overlay is open by default (controlled).",
|
|
269
269
|
"name": "isOpen",
|
|
270
270
|
"parent": {
|
|
271
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
271
|
+
"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",
|
|
272
272
|
"name": "OverlayTriggerProps"
|
|
273
273
|
},
|
|
274
274
|
"declarations": [
|
|
275
275
|
{
|
|
276
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
276
|
+
"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",
|
|
277
277
|
"name": "OverlayTriggerProps"
|
|
278
278
|
}
|
|
279
279
|
],
|
|
@@ -287,12 +287,12 @@
|
|
|
287
287
|
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
288
288
|
"name": "defaultOpen",
|
|
289
289
|
"parent": {
|
|
290
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
290
|
+
"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",
|
|
291
291
|
"name": "OverlayTriggerProps"
|
|
292
292
|
},
|
|
293
293
|
"declarations": [
|
|
294
294
|
{
|
|
295
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
295
|
+
"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",
|
|
296
296
|
"name": "OverlayTriggerProps"
|
|
297
297
|
}
|
|
298
298
|
],
|
|
@@ -306,12 +306,12 @@
|
|
|
306
306
|
"description": "Handler that is called when the overlay's open state changes.",
|
|
307
307
|
"name": "onOpenChange",
|
|
308
308
|
"parent": {
|
|
309
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
309
|
+
"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",
|
|
310
310
|
"name": "OverlayTriggerProps"
|
|
311
311
|
},
|
|
312
312
|
"declarations": [
|
|
313
313
|
{
|
|
314
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
314
|
+
"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",
|
|
315
315
|
"name": "OverlayTriggerProps"
|
|
316
316
|
}
|
|
317
317
|
],
|
|
@@ -325,12 +325,12 @@
|
|
|
325
325
|
"description": "Whether user input is required on the input before form submission.",
|
|
326
326
|
"name": "isRequired",
|
|
327
327
|
"parent": {
|
|
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/inputs.d.ts",
|
|
329
329
|
"name": "Validation"
|
|
330
330
|
},
|
|
331
331
|
"declarations": [
|
|
332
332
|
{
|
|
333
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
333
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
334
334
|
"name": "Validation"
|
|
335
335
|
}
|
|
336
336
|
],
|
|
@@ -344,12 +344,12 @@
|
|
|
344
344
|
"description": "Whether the input value is invalid.",
|
|
345
345
|
"name": "isInvalid",
|
|
346
346
|
"parent": {
|
|
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/inputs.d.ts",
|
|
348
348
|
"name": "Validation"
|
|
349
349
|
},
|
|
350
350
|
"declarations": [
|
|
351
351
|
{
|
|
352
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
352
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
353
353
|
"name": "Validation"
|
|
354
354
|
}
|
|
355
355
|
],
|
|
@@ -363,12 +363,12 @@
|
|
|
363
363
|
"description": "Whether the input can be selected but not changed by the user.",
|
|
364
364
|
"name": "isReadOnly",
|
|
365
365
|
"parent": {
|
|
366
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
366
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
367
367
|
"name": "InputBase"
|
|
368
368
|
},
|
|
369
369
|
"declarations": [
|
|
370
370
|
{
|
|
371
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
371
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
372
372
|
"name": "InputBase"
|
|
373
373
|
}
|
|
374
374
|
],
|
|
@@ -384,12 +384,12 @@
|
|
|
384
384
|
"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.",
|
|
385
385
|
"name": "validationBehavior",
|
|
386
386
|
"parent": {
|
|
387
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
387
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
388
388
|
"name": "Validation"
|
|
389
389
|
},
|
|
390
390
|
"declarations": [
|
|
391
391
|
{
|
|
392
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
392
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
393
393
|
"name": "Validation"
|
|
394
394
|
}
|
|
395
395
|
],
|
|
@@ -412,12 +412,12 @@
|
|
|
412
412
|
"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.",
|
|
413
413
|
"name": "validate",
|
|
414
414
|
"parent": {
|
|
415
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
415
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
416
416
|
"name": "Validation"
|
|
417
417
|
},
|
|
418
418
|
"declarations": [
|
|
419
419
|
{
|
|
420
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
420
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
421
421
|
"name": "Validation"
|
|
422
422
|
}
|
|
423
423
|
],
|
|
@@ -431,12 +431,12 @@
|
|
|
431
431
|
"description": "The minimum allowed time that a user may select.",
|
|
432
432
|
"name": "minValue",
|
|
433
433
|
"parent": {
|
|
434
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
434
|
+
"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",
|
|
435
435
|
"name": "TimePickerProps"
|
|
436
436
|
},
|
|
437
437
|
"declarations": [
|
|
438
438
|
{
|
|
439
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
439
|
+
"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",
|
|
440
440
|
"name": "TimePickerProps"
|
|
441
441
|
}
|
|
442
442
|
],
|
|
@@ -450,12 +450,12 @@
|
|
|
450
450
|
"description": "The maximum allowed time that a user may select.",
|
|
451
451
|
"name": "maxValue",
|
|
452
452
|
"parent": {
|
|
453
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
453
|
+
"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",
|
|
454
454
|
"name": "TimePickerProps"
|
|
455
455
|
},
|
|
456
456
|
"declarations": [
|
|
457
457
|
{
|
|
458
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
458
|
+
"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",
|
|
459
459
|
"name": "TimePickerProps"
|
|
460
460
|
}
|
|
461
461
|
],
|
|
@@ -471,12 +471,12 @@
|
|
|
471
471
|
"description": "Determines whether the date picker popover should close automatically when a date is selected.",
|
|
472
472
|
"name": "shouldCloseOnSelect",
|
|
473
473
|
"parent": {
|
|
474
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
474
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/useDatePickerState.d.ts",
|
|
475
475
|
"name": "DatePickerStateOptions"
|
|
476
476
|
},
|
|
477
477
|
"declarations": [
|
|
478
478
|
{
|
|
479
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
479
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/useDatePickerState.d.ts",
|
|
480
480
|
"name": "DatePickerStateOptions"
|
|
481
481
|
}
|
|
482
482
|
],
|
|
@@ -487,15 +487,15 @@
|
|
|
487
487
|
},
|
|
488
488
|
"hourCycle": {
|
|
489
489
|
"defaultValue": null,
|
|
490
|
-
"description": "Whether to display the time in 12 or 24 hour format. By default, this is determined by the
|
|
490
|
+
"description": "Whether to display the time in 12 or 24 hour format. By default, this is determined by the\nuser's locale.",
|
|
491
491
|
"name": "hourCycle",
|
|
492
492
|
"parent": {
|
|
493
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
493
|
+
"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",
|
|
494
494
|
"name": "TimePickerProps"
|
|
495
495
|
},
|
|
496
496
|
"declarations": [
|
|
497
497
|
{
|
|
498
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
498
|
+
"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",
|
|
499
499
|
"name": "TimePickerProps"
|
|
500
500
|
}
|
|
501
501
|
],
|
|
@@ -520,12 +520,12 @@
|
|
|
520
520
|
"description": "Determines the smallest unit that is displayed in the time picker.",
|
|
521
521
|
"name": "granularity",
|
|
522
522
|
"parent": {
|
|
523
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
523
|
+
"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",
|
|
524
524
|
"name": "TimePickerProps"
|
|
525
525
|
},
|
|
526
526
|
"declarations": [
|
|
527
527
|
{
|
|
528
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
528
|
+
"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",
|
|
529
529
|
"name": "TimePickerProps"
|
|
530
530
|
}
|
|
531
531
|
],
|
|
@@ -551,12 +551,12 @@
|
|
|
551
551
|
"description": "Whether to hide the time zone abbreviation.",
|
|
552
552
|
"name": "hideTimeZone",
|
|
553
553
|
"parent": {
|
|
554
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
554
|
+
"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",
|
|
555
555
|
"name": "TimePickerProps"
|
|
556
556
|
},
|
|
557
557
|
"declarations": [
|
|
558
558
|
{
|
|
559
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
559
|
+
"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",
|
|
560
560
|
"name": "TimePickerProps"
|
|
561
561
|
}
|
|
562
562
|
],
|
|
@@ -570,12 +570,12 @@
|
|
|
570
570
|
"description": "Whether to always show leading zeros in the hour field.\nBy default, this is determined by the user's locale.",
|
|
571
571
|
"name": "shouldForceLeadingZeros",
|
|
572
572
|
"parent": {
|
|
573
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
573
|
+
"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",
|
|
574
574
|
"name": "TimePickerProps"
|
|
575
575
|
},
|
|
576
576
|
"declarations": [
|
|
577
577
|
{
|
|
578
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
578
|
+
"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",
|
|
579
579
|
"name": "TimePickerProps"
|
|
580
580
|
}
|
|
581
581
|
],
|
|
@@ -586,15 +586,15 @@
|
|
|
586
586
|
},
|
|
587
587
|
"placeholderValue": {
|
|
588
588
|
"defaultValue": null,
|
|
589
|
-
"description": "A placeholder time that influences the format of the placeholder shown when no value is
|
|
589
|
+
"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.",
|
|
590
590
|
"name": "placeholderValue",
|
|
591
591
|
"parent": {
|
|
592
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
592
|
+
"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",
|
|
593
593
|
"name": "TimePickerProps"
|
|
594
594
|
},
|
|
595
595
|
"declarations": [
|
|
596
596
|
{
|
|
597
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
597
|
+
"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",
|
|
598
598
|
"name": "TimePickerProps"
|
|
599
599
|
}
|
|
600
600
|
],
|
|
@@ -605,15 +605,15 @@
|
|
|
605
605
|
},
|
|
606
606
|
"isDateUnavailable": {
|
|
607
607
|
"defaultValue": null,
|
|
608
|
-
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is
|
|
608
|
+
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is\nunavailable.",
|
|
609
609
|
"name": "isDateUnavailable",
|
|
610
610
|
"parent": {
|
|
611
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
611
|
+
"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",
|
|
612
612
|
"name": "DateFieldBase"
|
|
613
613
|
},
|
|
614
614
|
"declarations": [
|
|
615
615
|
{
|
|
616
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
616
|
+
"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",
|
|
617
617
|
"name": "DateFieldBase"
|
|
618
618
|
}
|
|
619
619
|
],
|
|
@@ -626,15 +626,15 @@
|
|
|
626
626
|
"defaultValue": {
|
|
627
627
|
"value": "visible"
|
|
628
628
|
},
|
|
629
|
-
"description": "Controls the behavior of paging. Pagination either works by advancing the visible page by
|
|
629
|
+
"description": "Controls the behavior of paging. Pagination either works by advancing the visible page by\nvisibleDuration (default) or one unit of visibleDuration.",
|
|
630
630
|
"name": "pageBehavior",
|
|
631
631
|
"parent": {
|
|
632
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
632
|
+
"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",
|
|
633
633
|
"name": "DatePickerBase"
|
|
634
634
|
},
|
|
635
635
|
"declarations": [
|
|
636
636
|
{
|
|
637
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
637
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/datepicker/types.d.ts",
|
|
638
638
|
"name": "DatePickerBase"
|
|
639
639
|
}
|
|
640
640
|
],
|
|
@@ -657,12 +657,12 @@
|
|
|
657
657
|
"description": "The day that starts the week.",
|
|
658
658
|
"name": "firstDayOfWeek",
|
|
659
659
|
"parent": {
|
|
660
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
660
|
+
"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",
|
|
661
661
|
"name": "DatePickerBase"
|
|
662
662
|
},
|
|
663
663
|
"declarations": [
|
|
664
664
|
{
|
|
665
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
665
|
+
"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",
|
|
666
666
|
"name": "DatePickerBase"
|
|
667
667
|
}
|
|
668
668
|
],
|