@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
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"description": "",
|
|
13
13
|
"name": "type",
|
|
14
14
|
"parent": {
|
|
15
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
15
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
16
16
|
"name": "AnchorHTMLAttributes"
|
|
17
17
|
},
|
|
18
18
|
"declarations": [
|
|
19
19
|
{
|
|
20
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
20
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
21
21
|
"name": "AnchorHTMLAttributes"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {},
|
|
3
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
4
|
+
"description": "Base item shape for drag-and-drop helpers.\nHelpers return items conforming to this shape; consumers can extend it.",
|
|
5
|
+
"displayName": "DragAndDropItemData",
|
|
6
|
+
"methods": [],
|
|
7
|
+
"props": {},
|
|
8
|
+
"supportsStyleProps": false
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {},
|
|
3
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
4
|
+
"description": "Consumer-facing props for configuring drag-and-drop behavior.\nIntended to be intersected into component prop types (e.g. DraggableListRootProps).",
|
|
5
|
+
"displayName": "DragAndDropProps",
|
|
6
|
+
"methods": [],
|
|
7
|
+
"props": {},
|
|
8
|
+
"supportsStyleProps": false
|
|
9
|
+
}
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"description": "",
|
|
13
13
|
"name": "as",
|
|
14
14
|
"parent": {
|
|
15
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
15
|
+
"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",
|
|
16
16
|
"name": "PolymorphicProps"
|
|
17
17
|
},
|
|
18
18
|
"declarations": [
|
|
19
19
|
{
|
|
20
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
20
|
+
"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",
|
|
21
21
|
"name": "PolymorphicProps"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"description": "",
|
|
32
32
|
"name": "asChild",
|
|
33
33
|
"parent": {
|
|
34
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
34
|
+
"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",
|
|
35
35
|
"name": "PolymorphicProps"
|
|
36
36
|
},
|
|
37
37
|
"declarations": [
|
|
38
38
|
{
|
|
39
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
39
|
+
"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",
|
|
40
40
|
"name": "PolymorphicProps"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"description": "",
|
|
51
51
|
"name": "css",
|
|
52
52
|
"parent": {
|
|
53
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
53
|
+
"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",
|
|
54
54
|
"name": "JsxStyleProps"
|
|
55
55
|
},
|
|
56
56
|
"declarations": [
|
|
57
57
|
{
|
|
58
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
58
|
+
"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",
|
|
59
59
|
"name": "JsxStyleProps"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"description": "",
|
|
72
72
|
"name": "size",
|
|
73
73
|
"parent": {
|
|
74
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
74
|
+
"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/generated/recipes.gen.d.ts",
|
|
75
75
|
"name": "NimbusCodeVariant"
|
|
76
76
|
},
|
|
77
77
|
"declarations": [
|
|
78
78
|
{
|
|
79
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
79
|
+
"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/generated/recipes.gen.d.ts",
|
|
80
80
|
"name": "NimbusCodeVariant"
|
|
81
81
|
}
|
|
82
82
|
],
|
|
@@ -87,15 +87,15 @@
|
|
|
87
87
|
},
|
|
88
88
|
"slot": {
|
|
89
89
|
"defaultValue": null,
|
|
90
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
90
|
+
"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.",
|
|
91
91
|
"name": "slot",
|
|
92
92
|
"parent": {
|
|
93
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
93
|
+
"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",
|
|
94
94
|
"name": "SlotProps"
|
|
95
95
|
},
|
|
96
96
|
"declarations": [
|
|
97
97
|
{
|
|
98
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
98
|
+
"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",
|
|
99
99
|
"name": "SlotProps"
|
|
100
100
|
}
|
|
101
101
|
],
|
|
@@ -125,15 +125,15 @@
|
|
|
125
125
|
},
|
|
126
126
|
"id": {
|
|
127
127
|
"defaultValue": null,
|
|
128
|
-
"description": "The element's unique identifier. See
|
|
128
|
+
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
129
129
|
"name": "id",
|
|
130
130
|
"parent": {
|
|
131
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
131
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
132
132
|
"name": "DOMProps"
|
|
133
133
|
},
|
|
134
134
|
"declarations": [
|
|
135
135
|
{
|
|
136
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
136
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
137
137
|
"name": "DOMProps"
|
|
138
138
|
}
|
|
139
139
|
],
|
|
@@ -147,12 +147,12 @@
|
|
|
147
147
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
148
148
|
"name": "aria-describedby",
|
|
149
149
|
"parent": {
|
|
150
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
150
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
151
151
|
"name": "AriaLabelingProps"
|
|
152
152
|
},
|
|
153
153
|
"declarations": [
|
|
154
154
|
{
|
|
155
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
155
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
156
156
|
"name": "AriaLabelingProps"
|
|
157
157
|
}
|
|
158
158
|
],
|
|
@@ -163,15 +163,15 @@
|
|
|
163
163
|
},
|
|
164
164
|
"aria-details": {
|
|
165
165
|
"defaultValue": null,
|
|
166
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
166
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
167
167
|
"name": "aria-details",
|
|
168
168
|
"parent": {
|
|
169
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
169
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
170
170
|
"name": "AriaLabelingProps"
|
|
171
171
|
},
|
|
172
172
|
"declarations": [
|
|
173
173
|
{
|
|
174
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
174
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
175
175
|
"name": "AriaLabelingProps"
|
|
176
176
|
}
|
|
177
177
|
],
|
|
@@ -185,12 +185,12 @@
|
|
|
185
185
|
"description": "Defines a string value that labels the current element.",
|
|
186
186
|
"name": "aria-label",
|
|
187
187
|
"parent": {
|
|
188
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
188
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
189
189
|
"name": "AriaLabelingProps"
|
|
190
190
|
},
|
|
191
191
|
"declarations": [
|
|
192
192
|
{
|
|
193
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
193
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
194
194
|
"name": "AriaLabelingProps"
|
|
195
195
|
}
|
|
196
196
|
],
|
|
@@ -204,12 +204,12 @@
|
|
|
204
204
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
205
205
|
"name": "aria-labelledby",
|
|
206
206
|
"parent": {
|
|
207
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
207
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
208
208
|
"name": "AriaLabelingProps"
|
|
209
209
|
},
|
|
210
210
|
"declarations": [
|
|
211
211
|
{
|
|
212
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
212
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
213
213
|
"name": "AriaLabelingProps"
|
|
214
214
|
}
|
|
215
215
|
],
|
|
@@ -220,15 +220,15 @@
|
|
|
220
220
|
},
|
|
221
221
|
"render": {
|
|
222
222
|
"defaultValue": null,
|
|
223
|
-
"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
|
|
223
|
+
"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.",
|
|
224
224
|
"name": "render",
|
|
225
225
|
"parent": {
|
|
226
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
226
|
+
"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",
|
|
227
227
|
"name": "DOMRenderProps"
|
|
228
228
|
},
|
|
229
229
|
"declarations": [
|
|
230
230
|
{
|
|
231
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
231
|
+
"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",
|
|
232
232
|
"name": "DOMRenderProps"
|
|
233
233
|
}
|
|
234
234
|
],
|
|
@@ -244,12 +244,12 @@
|
|
|
244
244
|
"description": "Whether the items are arranged in a stack or grid.",
|
|
245
245
|
"name": "layout",
|
|
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/GridList.d.ts",
|
|
248
248
|
"name": "GridListProps"
|
|
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/GridList.d.ts",
|
|
253
253
|
"name": "GridListProps"
|
|
254
254
|
}
|
|
255
255
|
],
|
|
@@ -291,12 +291,12 @@
|
|
|
291
291
|
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
292
292
|
"name": "keyboardNavigationBehavior",
|
|
293
293
|
"parent": {
|
|
294
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
294
|
+
"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/gridlist/useGridList.d.ts",
|
|
295
295
|
"name": "AriaGridListProps"
|
|
296
296
|
},
|
|
297
297
|
"declarations": [
|
|
298
298
|
{
|
|
299
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
299
|
+
"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/gridlist/useGridList.d.ts",
|
|
300
300
|
"name": "AriaGridListProps"
|
|
301
301
|
}
|
|
302
302
|
],
|
|
@@ -321,12 +321,12 @@
|
|
|
321
321
|
"description": "Whether pressing the escape key should clear selection in the grid list or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
322
322
|
"name": "escapeKeyBehavior",
|
|
323
323
|
"parent": {
|
|
324
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
324
|
+
"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/gridlist/useGridList.d.ts",
|
|
325
325
|
"name": "AriaGridListProps"
|
|
326
326
|
},
|
|
327
327
|
"declarations": [
|
|
328
328
|
{
|
|
329
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
329
|
+
"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/gridlist/useGridList.d.ts",
|
|
330
330
|
"name": "AriaGridListProps"
|
|
331
331
|
}
|
|
332
332
|
],
|
|
@@ -346,15 +346,15 @@
|
|
|
346
346
|
},
|
|
347
347
|
"onAction": {
|
|
348
348
|
"defaultValue": null,
|
|
349
|
-
"description": "Handler that is called when a user performs an action on an item. The exact user event depends
|
|
349
|
+
"description": "Handler that is called when a user performs an action on an item. The exact user event depends\non the collection's `selectionBehavior` prop and the interaction modality.",
|
|
350
350
|
"name": "onAction",
|
|
351
351
|
"parent": {
|
|
352
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
352
|
+
"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/gridlist/useGridList.d.ts",
|
|
353
353
|
"name": "GridListProps"
|
|
354
354
|
},
|
|
355
355
|
"declarations": [
|
|
356
356
|
{
|
|
357
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
357
|
+
"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/gridlist/useGridList.d.ts",
|
|
358
358
|
"name": "GridListProps"
|
|
359
359
|
}
|
|
360
360
|
],
|
|
@@ -365,17 +365,17 @@
|
|
|
365
365
|
},
|
|
366
366
|
"disabledBehavior": {
|
|
367
367
|
"defaultValue": {
|
|
368
|
-
"value": "
|
|
368
|
+
"value": "'all'"
|
|
369
369
|
},
|
|
370
370
|
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
371
371
|
"name": "disabledBehavior",
|
|
372
372
|
"parent": {
|
|
373
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
373
|
+
"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/gridlist/useGridList.d.ts",
|
|
374
374
|
"name": "GridListProps"
|
|
375
375
|
},
|
|
376
376
|
"declarations": [
|
|
377
377
|
{
|
|
378
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
378
|
+
"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/gridlist/useGridList.d.ts",
|
|
379
379
|
"name": "GridListProps"
|
|
380
380
|
}
|
|
381
381
|
],
|
|
@@ -398,12 +398,12 @@
|
|
|
398
398
|
"description": "Whether selection should occur on press up instead of press down.",
|
|
399
399
|
"name": "shouldSelectOnPressUp",
|
|
400
400
|
"parent": {
|
|
401
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
401
|
+
"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/gridlist/useGridList.d.ts",
|
|
402
402
|
"name": "GridListProps"
|
|
403
403
|
},
|
|
404
404
|
"declarations": [
|
|
405
405
|
{
|
|
406
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
406
|
+
"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/gridlist/useGridList.d.ts",
|
|
407
407
|
"name": "GridListProps"
|
|
408
408
|
}
|
|
409
409
|
],
|
|
@@ -417,12 +417,12 @@
|
|
|
417
417
|
"description": "Item objects in the collection.",
|
|
418
418
|
"name": "items",
|
|
419
419
|
"parent": {
|
|
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/collections.d.ts",
|
|
421
421
|
"name": "CollectionBase"
|
|
422
422
|
},
|
|
423
423
|
"declarations": [
|
|
424
424
|
{
|
|
425
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
425
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
426
426
|
"name": "CollectionBase"
|
|
427
427
|
}
|
|
428
428
|
],
|
|
@@ -433,15 +433,15 @@
|
|
|
433
433
|
},
|
|
434
434
|
"disabledKeys": {
|
|
435
435
|
"defaultValue": null,
|
|
436
|
-
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise
|
|
436
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise\ninteracted with.",
|
|
437
437
|
"name": "disabledKeys",
|
|
438
438
|
"parent": {
|
|
439
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
439
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
440
440
|
"name": "CollectionBase"
|
|
441
441
|
},
|
|
442
442
|
"declarations": [
|
|
443
443
|
{
|
|
444
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
444
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
445
445
|
"name": "CollectionBase"
|
|
446
446
|
}
|
|
447
447
|
],
|
|
@@ -455,12 +455,12 @@
|
|
|
455
455
|
"description": "The type of selection that is allowed in the collection.",
|
|
456
456
|
"name": "selectionMode",
|
|
457
457
|
"parent": {
|
|
458
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
458
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
459
459
|
"name": "MultipleSelection"
|
|
460
460
|
},
|
|
461
461
|
"declarations": [
|
|
462
462
|
{
|
|
463
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
463
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
464
464
|
"name": "MultipleSelection"
|
|
465
465
|
}
|
|
466
466
|
],
|
|
@@ -486,12 +486,12 @@
|
|
|
486
486
|
"description": "Whether the collection allows empty selection.",
|
|
487
487
|
"name": "disallowEmptySelection",
|
|
488
488
|
"parent": {
|
|
489
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
489
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
490
490
|
"name": "MultipleSelection"
|
|
491
491
|
},
|
|
492
492
|
"declarations": [
|
|
493
493
|
{
|
|
494
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
494
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
495
495
|
"name": "MultipleSelection"
|
|
496
496
|
}
|
|
497
497
|
],
|
|
@@ -505,12 +505,12 @@
|
|
|
505
505
|
"description": "The currently selected keys in the collection (controlled).",
|
|
506
506
|
"name": "selectedKeys",
|
|
507
507
|
"parent": {
|
|
508
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
508
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
509
509
|
"name": "MultipleSelection"
|
|
510
510
|
},
|
|
511
511
|
"declarations": [
|
|
512
512
|
{
|
|
513
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
513
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
514
514
|
"name": "MultipleSelection"
|
|
515
515
|
}
|
|
516
516
|
],
|
|
@@ -524,12 +524,12 @@
|
|
|
524
524
|
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
525
525
|
"name": "defaultSelectedKeys",
|
|
526
526
|
"parent": {
|
|
527
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
527
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
528
528
|
"name": "MultipleSelection"
|
|
529
529
|
},
|
|
530
530
|
"declarations": [
|
|
531
531
|
{
|
|
532
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
532
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
533
533
|
"name": "MultipleSelection"
|
|
534
534
|
}
|
|
535
535
|
],
|
|
@@ -543,12 +543,12 @@
|
|
|
543
543
|
"description": "Handler that is called when the selection changes.",
|
|
544
544
|
"name": "onSelectionChange",
|
|
545
545
|
"parent": {
|
|
546
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
546
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
547
547
|
"name": "MultipleSelection"
|
|
548
548
|
},
|
|
549
549
|
"declarations": [
|
|
550
550
|
{
|
|
551
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
551
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
552
552
|
"name": "MultipleSelection"
|
|
553
553
|
}
|
|
554
554
|
],
|
|
@@ -564,12 +564,12 @@
|
|
|
564
564
|
"description": "Whether typeahead navigation is disabled.",
|
|
565
565
|
"name": "disallowTypeAhead",
|
|
566
566
|
"parent": {
|
|
567
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
567
|
+
"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/GridList.d.ts",
|
|
568
568
|
"name": "GridListProps"
|
|
569
569
|
},
|
|
570
570
|
"declarations": [
|
|
571
571
|
{
|
|
572
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
572
|
+
"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/GridList.d.ts",
|
|
573
573
|
"name": "GridListProps"
|
|
574
574
|
}
|
|
575
575
|
],
|
|
@@ -580,17 +580,17 @@
|
|
|
580
580
|
},
|
|
581
581
|
"selectionBehavior": {
|
|
582
582
|
"defaultValue": {
|
|
583
|
-
"value": "
|
|
583
|
+
"value": "'toggle'"
|
|
584
584
|
},
|
|
585
585
|
"description": "How multiple selection should behave in the collection.",
|
|
586
586
|
"name": "selectionBehavior",
|
|
587
587
|
"parent": {
|
|
588
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
588
|
+
"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/GridList.d.ts",
|
|
589
589
|
"name": "GridListProps"
|
|
590
590
|
},
|
|
591
591
|
"declarations": [
|
|
592
592
|
{
|
|
593
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
593
|
+
"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/GridList.d.ts",
|
|
594
594
|
"name": "GridListProps"
|
|
595
595
|
}
|
|
596
596
|
],
|
|
@@ -610,15 +610,15 @@
|
|
|
610
610
|
},
|
|
611
611
|
"dragAndDropHooks": {
|
|
612
612
|
"defaultValue": null,
|
|
613
|
-
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for
|
|
613
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for\nthe GridList.",
|
|
614
614
|
"name": "dragAndDropHooks",
|
|
615
615
|
"parent": {
|
|
616
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
616
|
+
"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/GridList.d.ts",
|
|
617
617
|
"name": "GridListProps"
|
|
618
618
|
},
|
|
619
619
|
"declarations": [
|
|
620
620
|
{
|
|
621
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
621
|
+
"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/GridList.d.ts",
|
|
622
622
|
"name": "GridListProps"
|
|
623
623
|
}
|
|
624
624
|
],
|
|
@@ -631,15 +631,15 @@
|
|
|
631
631
|
"defaultValue": {
|
|
632
632
|
"value": "'vertical'"
|
|
633
633
|
},
|
|
634
|
-
"description": "The primary orientation of the items. Usually this is the direction that the collection
|
|
634
|
+
"description": "The primary orientation of the items. Usually this is the direction that the collection\nscrolls.",
|
|
635
635
|
"name": "orientation",
|
|
636
636
|
"parent": {
|
|
637
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
637
|
+
"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/GridList.d.ts",
|
|
638
638
|
"name": "GridListProps"
|
|
639
639
|
},
|
|
640
640
|
"declarations": [
|
|
641
641
|
{
|
|
642
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
642
|
+
"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/GridList.d.ts",
|
|
643
643
|
"name": "GridListProps"
|
|
644
644
|
}
|
|
645
645
|
],
|
|
@@ -662,12 +662,12 @@
|
|
|
662
662
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
663
663
|
"name": "dependencies",
|
|
664
664
|
"parent": {
|
|
665
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
665
|
+
"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",
|
|
666
666
|
"name": "CollectionProps"
|
|
667
667
|
},
|
|
668
668
|
"declarations": [
|
|
669
669
|
{
|
|
670
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
670
|
+
"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",
|
|
671
671
|
"name": "CollectionProps"
|
|
672
672
|
}
|
|
673
673
|
],
|
|
@@ -725,6 +725,95 @@
|
|
|
725
725
|
"name": "boolean"
|
|
726
726
|
}
|
|
727
727
|
},
|
|
728
|
+
"dragNamespace": {
|
|
729
|
+
"defaultValue": null,
|
|
730
|
+
"description": "Isolate drag-and-drop to collections sharing the same namespace.\nWhen set, only collections with a matching `dragNamespace` can exchange items.",
|
|
731
|
+
"name": "dragNamespace",
|
|
732
|
+
"declarations": [
|
|
733
|
+
{
|
|
734
|
+
"fileName": "nimbus/packages/nimbus/src/hooks/use-drag-and-drop/use-drag-and-drop.types.ts",
|
|
735
|
+
"name": "TypeLiteral"
|
|
736
|
+
}
|
|
737
|
+
],
|
|
738
|
+
"required": false,
|
|
739
|
+
"type": {
|
|
740
|
+
"name": "string"
|
|
741
|
+
}
|
|
742
|
+
},
|
|
743
|
+
"onExternalDrop": {
|
|
744
|
+
"defaultValue": null,
|
|
745
|
+
"description": "Convert external drops (text, files, directories) into collection items.\nWhen provided, the collection accepts drops of the types specified in `acceptExternalTypes`.",
|
|
746
|
+
"name": "onExternalDrop",
|
|
747
|
+
"declarations": [
|
|
748
|
+
{
|
|
749
|
+
"fileName": "nimbus/packages/nimbus/src/hooks/use-drag-and-drop/use-drag-and-drop.types.ts",
|
|
750
|
+
"name": "TypeLiteral"
|
|
751
|
+
}
|
|
752
|
+
],
|
|
753
|
+
"required": false,
|
|
754
|
+
"type": {
|
|
755
|
+
"name": "((items: DropItem[]) => T[] | Promise<T[]>)"
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
"acceptExternalTypes": {
|
|
759
|
+
"defaultValue": null,
|
|
760
|
+
"description": "Drag types to accept from external sources.\nSupports MIME types (`\"text/plain\"`), custom strings, or `DIRECTORY_DRAG_TYPE` (symbol).\nOnly effective when `onExternalDrop` is provided.",
|
|
761
|
+
"name": "acceptExternalTypes",
|
|
762
|
+
"declarations": [
|
|
763
|
+
{
|
|
764
|
+
"fileName": "nimbus/packages/nimbus/src/hooks/use-drag-and-drop/use-drag-and-drop.types.ts",
|
|
765
|
+
"name": "TypeLiteral"
|
|
766
|
+
}
|
|
767
|
+
],
|
|
768
|
+
"required": false,
|
|
769
|
+
"type": {
|
|
770
|
+
"name": "(string | symbol)[]"
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
"externalDropOperation": {
|
|
774
|
+
"defaultValue": {
|
|
775
|
+
"value": "\"copy\""
|
|
776
|
+
},
|
|
777
|
+
"description": "Drop operation for items from external sources.\nInternal reorders always use `\"move\"`. Returns `\"cancel\"` when the\nsource does not include this operation in its `allowedOperations`.",
|
|
778
|
+
"name": "externalDropOperation",
|
|
779
|
+
"declarations": [
|
|
780
|
+
{
|
|
781
|
+
"fileName": "nimbus/packages/nimbus/src/hooks/use-drag-and-drop/use-drag-and-drop.types.ts",
|
|
782
|
+
"name": "TypeLiteral"
|
|
783
|
+
}
|
|
784
|
+
],
|
|
785
|
+
"required": false,
|
|
786
|
+
"type": {
|
|
787
|
+
"name": "enum",
|
|
788
|
+
"raw": "\"link\" | \"copy\" | \"move\"",
|
|
789
|
+
"value": [
|
|
790
|
+
{
|
|
791
|
+
"value": "\"link\""
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"value": "\"copy\""
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"value": "\"move\""
|
|
798
|
+
}
|
|
799
|
+
]
|
|
800
|
+
}
|
|
801
|
+
},
|
|
802
|
+
"serializeDragItem": {
|
|
803
|
+
"defaultValue": null,
|
|
804
|
+
"description": "Additional format representations for outgoing drags.\nEach key/value pair is added alongside the internal format when items are dragged out.",
|
|
805
|
+
"name": "serializeDragItem",
|
|
806
|
+
"declarations": [
|
|
807
|
+
{
|
|
808
|
+
"fileName": "nimbus/packages/nimbus/src/hooks/use-drag-and-drop/use-drag-and-drop.types.ts",
|
|
809
|
+
"name": "TypeLiteral"
|
|
810
|
+
}
|
|
811
|
+
],
|
|
812
|
+
"required": false,
|
|
813
|
+
"type": {
|
|
814
|
+
"name": "((item: T) => Record<string, string>)"
|
|
815
|
+
}
|
|
816
|
+
},
|
|
728
817
|
"direction": {
|
|
729
818
|
"defaultValue": {
|
|
730
819
|
"value": "\"column\""
|
|
@@ -747,12 +836,12 @@
|
|
|
747
836
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
748
837
|
"name": "unstyled",
|
|
749
838
|
"parent": {
|
|
750
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
839
|
+
"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",
|
|
751
840
|
"name": "UnstyledProp"
|
|
752
841
|
},
|
|
753
842
|
"declarations": [
|
|
754
843
|
{
|
|
755
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
844
|
+
"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",
|
|
756
845
|
"name": "UnstyledProp"
|
|
757
846
|
}
|
|
758
847
|
],
|