@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
|
@@ -11,19 +11,19 @@
|
|
|
11
11
|
"defaultValue": {
|
|
12
12
|
"value": "'react-aria-Menu'"
|
|
13
13
|
},
|
|
14
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
14
|
+
"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.",
|
|
15
15
|
"name": "className",
|
|
16
16
|
"parent": {
|
|
17
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
17
|
+
"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/Menu.d.ts",
|
|
18
18
|
"name": "MenuProps"
|
|
19
19
|
},
|
|
20
20
|
"declarations": [
|
|
21
21
|
{
|
|
22
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
22
|
+
"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/Menu.d.ts",
|
|
23
23
|
"name": "MenuProps"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
26
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
27
27
|
"name": "HTMLAttributes"
|
|
28
28
|
}
|
|
29
29
|
],
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"description": "Whether the menu should close when the menu item is selected.",
|
|
38
38
|
"name": "shouldCloseOnSelect",
|
|
39
39
|
"parent": {
|
|
40
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
40
|
+
"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/Menu.d.ts",
|
|
41
41
|
"name": "MenuProps"
|
|
42
42
|
},
|
|
43
43
|
"declarations": [
|
|
44
44
|
{
|
|
45
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
45
|
+
"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/Menu.d.ts",
|
|
46
46
|
"name": "MenuProps"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"description": "The unique id of the section.",
|
|
57
57
|
"name": "id",
|
|
58
58
|
"parent": {
|
|
59
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
59
|
+
"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/Collection.d.ts",
|
|
60
60
|
"name": "SectionProps"
|
|
61
61
|
},
|
|
62
62
|
"declarations": [
|
|
63
63
|
{
|
|
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/Collection.d.ts",
|
|
65
65
|
"name": "SectionProps"
|
|
66
66
|
}
|
|
67
67
|
],
|
|
@@ -72,15 +72,15 @@
|
|
|
72
72
|
},
|
|
73
73
|
"value": {
|
|
74
74
|
"defaultValue": null,
|
|
75
|
-
"description": "The object value that this section represents. When using dynamic collections, this is set
|
|
75
|
+
"description": "The object value that this section represents. When using dynamic collections, this is set\nautomatically.",
|
|
76
76
|
"name": "value",
|
|
77
77
|
"parent": {
|
|
78
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
78
|
+
"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/Collection.d.ts",
|
|
79
79
|
"name": "SectionProps"
|
|
80
80
|
},
|
|
81
81
|
"declarations": [
|
|
82
82
|
{
|
|
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/Collection.d.ts",
|
|
84
84
|
"name": "SectionProps"
|
|
85
85
|
}
|
|
86
86
|
],
|
|
@@ -94,12 +94,12 @@
|
|
|
94
94
|
"description": "The contents of the collection.",
|
|
95
95
|
"name": "children",
|
|
96
96
|
"parent": {
|
|
97
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
97
|
+
"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/Collection.d.ts",
|
|
98
98
|
"name": "CollectionProps"
|
|
99
99
|
},
|
|
100
100
|
"declarations": [
|
|
101
101
|
{
|
|
102
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
102
|
+
"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/Collection.d.ts",
|
|
103
103
|
"name": "CollectionProps"
|
|
104
104
|
}
|
|
105
105
|
],
|
|
@@ -113,12 +113,12 @@
|
|
|
113
113
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
114
114
|
"name": "dependencies",
|
|
115
115
|
"parent": {
|
|
116
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
116
|
+
"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/Collection.d.ts",
|
|
117
117
|
"name": "CollectionProps"
|
|
118
118
|
},
|
|
119
119
|
"declarations": [
|
|
120
120
|
{
|
|
121
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
121
|
+
"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/Collection.d.ts",
|
|
122
122
|
"name": "CollectionProps"
|
|
123
123
|
}
|
|
124
124
|
],
|
|
@@ -132,12 +132,12 @@
|
|
|
132
132
|
"description": "An accessibility label for the section.",
|
|
133
133
|
"name": "aria-label",
|
|
134
134
|
"parent": {
|
|
135
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
135
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
136
136
|
"name": "SectionProps"
|
|
137
137
|
},
|
|
138
138
|
"declarations": [
|
|
139
139
|
{
|
|
140
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
140
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
141
141
|
"name": "SectionProps"
|
|
142
142
|
}
|
|
143
143
|
],
|
|
@@ -151,12 +151,12 @@
|
|
|
151
151
|
"description": "Item objects in the collection.",
|
|
152
152
|
"name": "items",
|
|
153
153
|
"parent": {
|
|
154
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
154
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
155
155
|
"name": "CollectionBase"
|
|
156
156
|
},
|
|
157
157
|
"declarations": [
|
|
158
158
|
{
|
|
159
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
159
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
160
160
|
"name": "CollectionBase"
|
|
161
161
|
}
|
|
162
162
|
],
|
|
@@ -167,15 +167,15 @@
|
|
|
167
167
|
},
|
|
168
168
|
"style": {
|
|
169
169
|
"defaultValue": null,
|
|
170
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
170
|
+
"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.",
|
|
171
171
|
"name": "style",
|
|
172
172
|
"parent": {
|
|
173
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
173
|
+
"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",
|
|
174
174
|
"name": "StyleRenderProps"
|
|
175
175
|
},
|
|
176
176
|
"declarations": [
|
|
177
177
|
{
|
|
178
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
178
|
+
"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",
|
|
179
179
|
"name": "StyleRenderProps"
|
|
180
180
|
}
|
|
181
181
|
],
|
|
@@ -189,12 +189,12 @@
|
|
|
189
189
|
"description": "The type of selection that is allowed in the collection.",
|
|
190
190
|
"name": "selectionMode",
|
|
191
191
|
"parent": {
|
|
192
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
192
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
193
193
|
"name": "MultipleSelection"
|
|
194
194
|
},
|
|
195
195
|
"declarations": [
|
|
196
196
|
{
|
|
197
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
197
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
198
198
|
"name": "MultipleSelection"
|
|
199
199
|
}
|
|
200
200
|
],
|
|
@@ -220,12 +220,12 @@
|
|
|
220
220
|
"description": "Whether the collection allows empty selection.",
|
|
221
221
|
"name": "disallowEmptySelection",
|
|
222
222
|
"parent": {
|
|
223
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
223
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
224
224
|
"name": "MultipleSelection"
|
|
225
225
|
},
|
|
226
226
|
"declarations": [
|
|
227
227
|
{
|
|
228
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
228
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
229
229
|
"name": "MultipleSelection"
|
|
230
230
|
}
|
|
231
231
|
],
|
|
@@ -239,12 +239,12 @@
|
|
|
239
239
|
"description": "The currently selected keys in the collection (controlled).",
|
|
240
240
|
"name": "selectedKeys",
|
|
241
241
|
"parent": {
|
|
242
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
242
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
243
243
|
"name": "MultipleSelection"
|
|
244
244
|
},
|
|
245
245
|
"declarations": [
|
|
246
246
|
{
|
|
247
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
247
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
248
248
|
"name": "MultipleSelection"
|
|
249
249
|
}
|
|
250
250
|
],
|
|
@@ -258,12 +258,12 @@
|
|
|
258
258
|
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
259
259
|
"name": "defaultSelectedKeys",
|
|
260
260
|
"parent": {
|
|
261
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
261
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
262
262
|
"name": "MultipleSelection"
|
|
263
263
|
},
|
|
264
264
|
"declarations": [
|
|
265
265
|
{
|
|
266
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
266
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
267
267
|
"name": "MultipleSelection"
|
|
268
268
|
}
|
|
269
269
|
],
|
|
@@ -277,12 +277,12 @@
|
|
|
277
277
|
"description": "Handler that is called when the selection changes.",
|
|
278
278
|
"name": "onSelectionChange",
|
|
279
279
|
"parent": {
|
|
280
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
280
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
281
281
|
"name": "MultipleSelection"
|
|
282
282
|
},
|
|
283
283
|
"declarations": [
|
|
284
284
|
{
|
|
285
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
285
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
286
286
|
"name": "MultipleSelection"
|
|
287
287
|
}
|
|
288
288
|
],
|
|
@@ -291,36 +291,17 @@
|
|
|
291
291
|
"name": "((keys: Selection) => void)"
|
|
292
292
|
}
|
|
293
293
|
},
|
|
294
|
-
"disabledKeys": {
|
|
295
|
-
"defaultValue": null,
|
|
296
|
-
"description": "The currently disabled keys in the collection (controlled).",
|
|
297
|
-
"name": "disabledKeys",
|
|
298
|
-
"parent": {
|
|
299
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
300
|
-
"name": "MultipleSelection"
|
|
301
|
-
},
|
|
302
|
-
"declarations": [
|
|
303
|
-
{
|
|
304
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
305
|
-
"name": "MultipleSelection"
|
|
306
|
-
}
|
|
307
|
-
],
|
|
308
|
-
"required": false,
|
|
309
|
-
"type": {
|
|
310
|
-
"name": "Iterable<Key>"
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
294
|
"render": {
|
|
314
295
|
"defaultValue": null,
|
|
315
|
-
"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
|
|
296
|
+
"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.",
|
|
316
297
|
"name": "render",
|
|
317
298
|
"parent": {
|
|
318
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
299
|
+
"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",
|
|
319
300
|
"name": "DOMRenderProps"
|
|
320
301
|
},
|
|
321
302
|
"declarations": [
|
|
322
303
|
{
|
|
323
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
304
|
+
"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",
|
|
324
305
|
"name": "DOMRenderProps"
|
|
325
306
|
}
|
|
326
307
|
],
|
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
"props": {
|
|
10
10
|
"children": {
|
|
11
11
|
"defaultValue": null,
|
|
12
|
-
"description": "The contents of the SubmenuTrigger. The first child should be an Item (the trigger) and the
|
|
12
|
+
"description": "The contents of the SubmenuTrigger. The first child should be an Item (the trigger) and the\nsecond child should be the Popover (for the submenu).",
|
|
13
13
|
"name": "children",
|
|
14
14
|
"parent": {
|
|
15
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
15
|
+
"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/Menu.d.ts",
|
|
16
16
|
"name": "SubmenuTriggerProps"
|
|
17
17
|
},
|
|
18
18
|
"declarations": [
|
|
19
19
|
{
|
|
20
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
20
|
+
"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/Menu.d.ts",
|
|
21
21
|
"name": "SubmenuTriggerProps"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"description": "The delay time in milliseconds for the submenu to appear after hovering over the trigger.",
|
|
34
34
|
"name": "delay",
|
|
35
35
|
"parent": {
|
|
36
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
36
|
+
"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/Menu.d.ts",
|
|
37
37
|
"name": "SubmenuTriggerProps"
|
|
38
38
|
},
|
|
39
39
|
"declarations": [
|
|
40
40
|
{
|
|
41
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
41
|
+
"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/Menu.d.ts",
|
|
42
42
|
"name": "SubmenuTriggerProps"
|
|
43
43
|
}
|
|
44
44
|
],
|