@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
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
"props": {
|
|
10
10
|
"slot": {
|
|
11
11
|
"defaultValue": null,
|
|
12
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
12
|
+
"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.",
|
|
13
13
|
"name": "slot",
|
|
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/utils.d.ts",
|
|
16
16
|
"name": "SlotProps"
|
|
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/utils.d.ts",
|
|
21
21
|
"name": "SlotProps"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
},
|
|
29
29
|
"id": {
|
|
30
30
|
"defaultValue": null,
|
|
31
|
-
"description": "The element's unique identifier. See
|
|
31
|
+
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
32
32
|
"name": "id",
|
|
33
33
|
"parent": {
|
|
34
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
34
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
35
35
|
"name": "DOMProps"
|
|
36
36
|
},
|
|
37
37
|
"declarations": [
|
|
38
38
|
{
|
|
39
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
39
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
40
40
|
"name": "DOMProps"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
51
51
|
"name": "aria-describedby",
|
|
52
52
|
"parent": {
|
|
53
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
53
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
54
54
|
"name": "AriaLabelingProps"
|
|
55
55
|
},
|
|
56
56
|
"declarations": [
|
|
57
57
|
{
|
|
58
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
58
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
59
59
|
"name": "AriaLabelingProps"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
},
|
|
67
67
|
"aria-details": {
|
|
68
68
|
"defaultValue": null,
|
|
69
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
69
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
70
70
|
"name": "aria-details",
|
|
71
71
|
"parent": {
|
|
72
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
72
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
73
73
|
"name": "AriaLabelingProps"
|
|
74
74
|
},
|
|
75
75
|
"declarations": [
|
|
76
76
|
{
|
|
77
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
77
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
78
78
|
"name": "AriaLabelingProps"
|
|
79
79
|
}
|
|
80
80
|
],
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
"description": "Defines a string value that labels the current element.",
|
|
89
89
|
"name": "aria-label",
|
|
90
90
|
"parent": {
|
|
91
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
91
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
92
92
|
"name": "AriaLabelingProps"
|
|
93
93
|
},
|
|
94
94
|
"declarations": [
|
|
95
95
|
{
|
|
96
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
96
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
97
97
|
"name": "AriaLabelingProps"
|
|
98
98
|
}
|
|
99
99
|
],
|
|
@@ -107,12 +107,12 @@
|
|
|
107
107
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
108
108
|
"name": "aria-labelledby",
|
|
109
109
|
"parent": {
|
|
110
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
110
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
111
111
|
"name": "AriaLabelingProps"
|
|
112
112
|
},
|
|
113
113
|
"declarations": [
|
|
114
114
|
{
|
|
115
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
115
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
116
116
|
"name": "AriaLabelingProps"
|
|
117
117
|
}
|
|
118
118
|
],
|
|
@@ -126,12 +126,12 @@
|
|
|
126
126
|
"description": "The contents of the collection.",
|
|
127
127
|
"name": "children",
|
|
128
128
|
"parent": {
|
|
129
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
129
|
+
"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",
|
|
130
130
|
"name": "CollectionProps"
|
|
131
131
|
},
|
|
132
132
|
"declarations": [
|
|
133
133
|
{
|
|
134
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
134
|
+
"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",
|
|
135
135
|
"name": "CollectionProps"
|
|
136
136
|
}
|
|
137
137
|
],
|
|
@@ -142,15 +142,15 @@
|
|
|
142
142
|
},
|
|
143
143
|
"render": {
|
|
144
144
|
"defaultValue": null,
|
|
145
|
-
"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
|
|
145
|
+
"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.",
|
|
146
146
|
"name": "render",
|
|
147
147
|
"parent": {
|
|
148
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
148
|
+
"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",
|
|
149
149
|
"name": "DOMRenderProps"
|
|
150
150
|
},
|
|
151
151
|
"declarations": [
|
|
152
152
|
{
|
|
153
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
153
|
+
"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",
|
|
154
154
|
"name": "DOMRenderProps"
|
|
155
155
|
}
|
|
156
156
|
],
|
|
@@ -166,12 +166,12 @@
|
|
|
166
166
|
"description": "Whether the items are arranged in a stack or grid.",
|
|
167
167
|
"name": "layout",
|
|
168
168
|
"parent": {
|
|
169
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
169
|
+
"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",
|
|
170
170
|
"name": "GridListProps"
|
|
171
171
|
},
|
|
172
172
|
"declarations": [
|
|
173
173
|
{
|
|
174
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
174
|
+
"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",
|
|
175
175
|
"name": "GridListProps"
|
|
176
176
|
}
|
|
177
177
|
],
|
|
@@ -196,12 +196,12 @@
|
|
|
196
196
|
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
197
197
|
"name": "keyboardNavigationBehavior",
|
|
198
198
|
"parent": {
|
|
199
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
199
|
+
"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",
|
|
200
200
|
"name": "AriaGridListProps"
|
|
201
201
|
},
|
|
202
202
|
"declarations": [
|
|
203
203
|
{
|
|
204
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
204
|
+
"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",
|
|
205
205
|
"name": "AriaGridListProps"
|
|
206
206
|
}
|
|
207
207
|
],
|
|
@@ -226,12 +226,12 @@
|
|
|
226
226
|
"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.",
|
|
227
227
|
"name": "escapeKeyBehavior",
|
|
228
228
|
"parent": {
|
|
229
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
229
|
+
"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",
|
|
230
230
|
"name": "AriaGridListProps"
|
|
231
231
|
},
|
|
232
232
|
"declarations": [
|
|
233
233
|
{
|
|
234
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
234
|
+
"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",
|
|
235
235
|
"name": "AriaGridListProps"
|
|
236
236
|
}
|
|
237
237
|
],
|
|
@@ -251,15 +251,15 @@
|
|
|
251
251
|
},
|
|
252
252
|
"onAction": {
|
|
253
253
|
"defaultValue": null,
|
|
254
|
-
"description": "Handler that is called when a user performs an action on an item. The exact user event depends
|
|
254
|
+
"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.",
|
|
255
255
|
"name": "onAction",
|
|
256
256
|
"parent": {
|
|
257
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
257
|
+
"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",
|
|
258
258
|
"name": "GridListProps"
|
|
259
259
|
},
|
|
260
260
|
"declarations": [
|
|
261
261
|
{
|
|
262
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
262
|
+
"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",
|
|
263
263
|
"name": "GridListProps"
|
|
264
264
|
}
|
|
265
265
|
],
|
|
@@ -270,17 +270,17 @@
|
|
|
270
270
|
},
|
|
271
271
|
"disabledBehavior": {
|
|
272
272
|
"defaultValue": {
|
|
273
|
-
"value": "
|
|
273
|
+
"value": "'all'"
|
|
274
274
|
},
|
|
275
275
|
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
276
276
|
"name": "disabledBehavior",
|
|
277
277
|
"parent": {
|
|
278
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
278
|
+
"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",
|
|
279
279
|
"name": "GridListProps"
|
|
280
280
|
},
|
|
281
281
|
"declarations": [
|
|
282
282
|
{
|
|
283
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
283
|
+
"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",
|
|
284
284
|
"name": "GridListProps"
|
|
285
285
|
}
|
|
286
286
|
],
|
|
@@ -303,12 +303,12 @@
|
|
|
303
303
|
"description": "Whether selection should occur on press up instead of press down.",
|
|
304
304
|
"name": "shouldSelectOnPressUp",
|
|
305
305
|
"parent": {
|
|
306
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
306
|
+
"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",
|
|
307
307
|
"name": "GridListProps"
|
|
308
308
|
},
|
|
309
309
|
"declarations": [
|
|
310
310
|
{
|
|
311
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
311
|
+
"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",
|
|
312
312
|
"name": "GridListProps"
|
|
313
313
|
}
|
|
314
314
|
],
|
|
@@ -322,12 +322,12 @@
|
|
|
322
322
|
"description": "Item objects in the collection.",
|
|
323
323
|
"name": "items",
|
|
324
324
|
"parent": {
|
|
325
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
325
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
326
326
|
"name": "CollectionBase"
|
|
327
327
|
},
|
|
328
328
|
"declarations": [
|
|
329
329
|
{
|
|
330
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
330
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
331
331
|
"name": "CollectionBase"
|
|
332
332
|
}
|
|
333
333
|
],
|
|
@@ -338,15 +338,15 @@
|
|
|
338
338
|
},
|
|
339
339
|
"disabledKeys": {
|
|
340
340
|
"defaultValue": null,
|
|
341
|
-
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise
|
|
341
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise\ninteracted with.",
|
|
342
342
|
"name": "disabledKeys",
|
|
343
343
|
"parent": {
|
|
344
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
344
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
345
345
|
"name": "CollectionBase"
|
|
346
346
|
},
|
|
347
347
|
"declarations": [
|
|
348
348
|
{
|
|
349
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
349
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
350
350
|
"name": "CollectionBase"
|
|
351
351
|
}
|
|
352
352
|
],
|
|
@@ -360,12 +360,12 @@
|
|
|
360
360
|
"description": "The type of selection that is allowed in the collection.",
|
|
361
361
|
"name": "selectionMode",
|
|
362
362
|
"parent": {
|
|
363
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
363
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
364
364
|
"name": "MultipleSelection"
|
|
365
365
|
},
|
|
366
366
|
"declarations": [
|
|
367
367
|
{
|
|
368
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
368
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
369
369
|
"name": "MultipleSelection"
|
|
370
370
|
}
|
|
371
371
|
],
|
|
@@ -391,12 +391,12 @@
|
|
|
391
391
|
"description": "Whether the collection allows empty selection.",
|
|
392
392
|
"name": "disallowEmptySelection",
|
|
393
393
|
"parent": {
|
|
394
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
394
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
395
395
|
"name": "MultipleSelection"
|
|
396
396
|
},
|
|
397
397
|
"declarations": [
|
|
398
398
|
{
|
|
399
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
399
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
400
400
|
"name": "MultipleSelection"
|
|
401
401
|
}
|
|
402
402
|
],
|
|
@@ -410,12 +410,12 @@
|
|
|
410
410
|
"description": "The currently selected keys in the collection (controlled).",
|
|
411
411
|
"name": "selectedKeys",
|
|
412
412
|
"parent": {
|
|
413
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
413
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
414
414
|
"name": "MultipleSelection"
|
|
415
415
|
},
|
|
416
416
|
"declarations": [
|
|
417
417
|
{
|
|
418
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
418
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
419
419
|
"name": "MultipleSelection"
|
|
420
420
|
}
|
|
421
421
|
],
|
|
@@ -429,12 +429,12 @@
|
|
|
429
429
|
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
430
430
|
"name": "defaultSelectedKeys",
|
|
431
431
|
"parent": {
|
|
432
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
432
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
433
433
|
"name": "MultipleSelection"
|
|
434
434
|
},
|
|
435
435
|
"declarations": [
|
|
436
436
|
{
|
|
437
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
437
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
438
438
|
"name": "MultipleSelection"
|
|
439
439
|
}
|
|
440
440
|
],
|
|
@@ -448,12 +448,12 @@
|
|
|
448
448
|
"description": "Handler that is called when the selection changes.",
|
|
449
449
|
"name": "onSelectionChange",
|
|
450
450
|
"parent": {
|
|
451
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
451
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
452
452
|
"name": "MultipleSelection"
|
|
453
453
|
},
|
|
454
454
|
"declarations": [
|
|
455
455
|
{
|
|
456
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
456
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
457
457
|
"name": "MultipleSelection"
|
|
458
458
|
}
|
|
459
459
|
],
|
|
@@ -469,12 +469,12 @@
|
|
|
469
469
|
"description": "Whether typeahead navigation is disabled.",
|
|
470
470
|
"name": "disallowTypeAhead",
|
|
471
471
|
"parent": {
|
|
472
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
472
|
+
"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",
|
|
473
473
|
"name": "GridListProps"
|
|
474
474
|
},
|
|
475
475
|
"declarations": [
|
|
476
476
|
{
|
|
477
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
477
|
+
"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",
|
|
478
478
|
"name": "GridListProps"
|
|
479
479
|
}
|
|
480
480
|
],
|
|
@@ -485,17 +485,17 @@
|
|
|
485
485
|
},
|
|
486
486
|
"selectionBehavior": {
|
|
487
487
|
"defaultValue": {
|
|
488
|
-
"value": "
|
|
488
|
+
"value": "'toggle'"
|
|
489
489
|
},
|
|
490
490
|
"description": "How multiple selection should behave in the collection.",
|
|
491
491
|
"name": "selectionBehavior",
|
|
492
492
|
"parent": {
|
|
493
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
493
|
+
"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",
|
|
494
494
|
"name": "GridListProps"
|
|
495
495
|
},
|
|
496
496
|
"declarations": [
|
|
497
497
|
{
|
|
498
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
498
|
+
"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",
|
|
499
499
|
"name": "GridListProps"
|
|
500
500
|
}
|
|
501
501
|
],
|
|
@@ -515,15 +515,15 @@
|
|
|
515
515
|
},
|
|
516
516
|
"dragAndDropHooks": {
|
|
517
517
|
"defaultValue": null,
|
|
518
|
-
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for
|
|
518
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for\nthe GridList.",
|
|
519
519
|
"name": "dragAndDropHooks",
|
|
520
520
|
"parent": {
|
|
521
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
521
|
+
"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",
|
|
522
522
|
"name": "GridListProps"
|
|
523
523
|
},
|
|
524
524
|
"declarations": [
|
|
525
525
|
{
|
|
526
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
526
|
+
"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",
|
|
527
527
|
"name": "GridListProps"
|
|
528
528
|
}
|
|
529
529
|
],
|
|
@@ -536,15 +536,15 @@
|
|
|
536
536
|
"defaultValue": {
|
|
537
537
|
"value": "'vertical'"
|
|
538
538
|
},
|
|
539
|
-
"description": "The primary orientation of the items. Usually this is the direction that the collection
|
|
539
|
+
"description": "The primary orientation of the items. Usually this is the direction that the collection\nscrolls.",
|
|
540
540
|
"name": "orientation",
|
|
541
541
|
"parent": {
|
|
542
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
542
|
+
"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",
|
|
543
543
|
"name": "GridListProps"
|
|
544
544
|
},
|
|
545
545
|
"declarations": [
|
|
546
546
|
{
|
|
547
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
547
|
+
"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",
|
|
548
548
|
"name": "GridListProps"
|
|
549
549
|
}
|
|
550
550
|
],
|
|
@@ -567,12 +567,12 @@
|
|
|
567
567
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
568
568
|
"name": "dependencies",
|
|
569
569
|
"parent": {
|
|
570
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
570
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
571
571
|
"name": "CollectionProps"
|
|
572
572
|
},
|
|
573
573
|
"declarations": [
|
|
574
574
|
{
|
|
575
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
575
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
576
576
|
"name": "CollectionProps"
|
|
577
577
|
}
|
|
578
578
|
],
|
|
@@ -586,12 +586,12 @@
|
|
|
586
586
|
"description": "",
|
|
587
587
|
"name": "as",
|
|
588
588
|
"parent": {
|
|
589
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
589
|
+
"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",
|
|
590
590
|
"name": "PolymorphicProps"
|
|
591
591
|
},
|
|
592
592
|
"declarations": [
|
|
593
593
|
{
|
|
594
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
594
|
+
"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",
|
|
595
595
|
"name": "PolymorphicProps"
|
|
596
596
|
}
|
|
597
597
|
],
|
|
@@ -605,12 +605,12 @@
|
|
|
605
605
|
"description": "",
|
|
606
606
|
"name": "asChild",
|
|
607
607
|
"parent": {
|
|
608
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
608
|
+
"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",
|
|
609
609
|
"name": "PolymorphicProps"
|
|
610
610
|
},
|
|
611
611
|
"declarations": [
|
|
612
612
|
{
|
|
613
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
613
|
+
"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",
|
|
614
614
|
"name": "PolymorphicProps"
|
|
615
615
|
}
|
|
616
616
|
],
|
|
@@ -624,12 +624,12 @@
|
|
|
624
624
|
"description": "",
|
|
625
625
|
"name": "css",
|
|
626
626
|
"parent": {
|
|
627
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
627
|
+
"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",
|
|
628
628
|
"name": "JsxStyleProps"
|
|
629
629
|
},
|
|
630
630
|
"declarations": [
|
|
631
631
|
{
|
|
632
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
632
|
+
"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",
|
|
633
633
|
"name": "JsxStyleProps"
|
|
634
634
|
}
|
|
635
635
|
],
|
|
@@ -645,12 +645,12 @@
|
|
|
645
645
|
"description": "",
|
|
646
646
|
"name": "size",
|
|
647
647
|
"parent": {
|
|
648
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
648
|
+
"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",
|
|
649
649
|
"name": "NimbusCodeVariant"
|
|
650
650
|
},
|
|
651
651
|
"declarations": [
|
|
652
652
|
{
|
|
653
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
653
|
+
"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",
|
|
654
654
|
"name": "NimbusCodeVariant"
|
|
655
655
|
}
|
|
656
656
|
],
|
|
@@ -739,6 +739,95 @@
|
|
|
739
739
|
"type": {
|
|
740
740
|
"name": "ReactNode"
|
|
741
741
|
}
|
|
742
|
+
},
|
|
743
|
+
"dragNamespace": {
|
|
744
|
+
"defaultValue": null,
|
|
745
|
+
"description": "Isolate drag-and-drop to collections sharing the same namespace.\nWhen set, only collections with a matching `dragNamespace` can exchange items.",
|
|
746
|
+
"name": "dragNamespace",
|
|
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": "string"
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
"onExternalDrop": {
|
|
759
|
+
"defaultValue": null,
|
|
760
|
+
"description": "Convert external drops (text, files, directories) into collection items.\nWhen provided, the collection accepts drops of the types specified in `acceptExternalTypes`.",
|
|
761
|
+
"name": "onExternalDrop",
|
|
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": "((items: DropItem[]) => T[] | Promise<T[]>)"
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
"acceptExternalTypes": {
|
|
774
|
+
"defaultValue": null,
|
|
775
|
+
"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.",
|
|
776
|
+
"name": "acceptExternalTypes",
|
|
777
|
+
"declarations": [
|
|
778
|
+
{
|
|
779
|
+
"fileName": "nimbus/packages/nimbus/src/hooks/use-drag-and-drop/use-drag-and-drop.types.ts",
|
|
780
|
+
"name": "TypeLiteral"
|
|
781
|
+
}
|
|
782
|
+
],
|
|
783
|
+
"required": false,
|
|
784
|
+
"type": {
|
|
785
|
+
"name": "(string | symbol)[]"
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
"externalDropOperation": {
|
|
789
|
+
"defaultValue": {
|
|
790
|
+
"value": "\"copy\""
|
|
791
|
+
},
|
|
792
|
+
"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`.",
|
|
793
|
+
"name": "externalDropOperation",
|
|
794
|
+
"declarations": [
|
|
795
|
+
{
|
|
796
|
+
"fileName": "nimbus/packages/nimbus/src/hooks/use-drag-and-drop/use-drag-and-drop.types.ts",
|
|
797
|
+
"name": "TypeLiteral"
|
|
798
|
+
}
|
|
799
|
+
],
|
|
800
|
+
"required": false,
|
|
801
|
+
"type": {
|
|
802
|
+
"name": "enum",
|
|
803
|
+
"raw": "\"link\" | \"copy\" | \"move\"",
|
|
804
|
+
"value": [
|
|
805
|
+
{
|
|
806
|
+
"value": "\"link\""
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"value": "\"copy\""
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"value": "\"move\""
|
|
813
|
+
}
|
|
814
|
+
]
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
"serializeDragItem": {
|
|
818
|
+
"defaultValue": null,
|
|
819
|
+
"description": "Additional format representations for outgoing drags.\nEach key/value pair is added alongside the internal format when items are dragged out.",
|
|
820
|
+
"name": "serializeDragItem",
|
|
821
|
+
"declarations": [
|
|
822
|
+
{
|
|
823
|
+
"fileName": "nimbus/packages/nimbus/src/hooks/use-drag-and-drop/use-drag-and-drop.types.ts",
|
|
824
|
+
"name": "TypeLiteral"
|
|
825
|
+
}
|
|
826
|
+
],
|
|
827
|
+
"required": false,
|
|
828
|
+
"type": {
|
|
829
|
+
"name": "((item: T) => Record<string, string>)"
|
|
830
|
+
}
|
|
742
831
|
}
|
|
743
832
|
},
|
|
744
833
|
"supportsStyleProps": true
|