@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-TableHeader'"
|
|
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/Table.d.ts",
|
|
18
18
|
"name": "TableHeaderProps"
|
|
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/Table.d.ts",
|
|
23
23
|
"name": "TableHeaderProps"
|
|
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": "Provides content to display when there are no rows in the table.",
|
|
38
38
|
"name": "renderEmptyState",
|
|
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/Table.d.ts",
|
|
41
41
|
"name": "TableBodyProps"
|
|
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/Table.d.ts",
|
|
46
46
|
"name": "TableBodyProps"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"description": "The contents of the collection.",
|
|
57
57
|
"name": "children",
|
|
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": "CollectionProps"
|
|
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": "CollectionProps"
|
|
66
66
|
}
|
|
67
67
|
],
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
"description": "Item objects in the collection.",
|
|
76
76
|
"name": "items",
|
|
77
77
|
"parent": {
|
|
78
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
78
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
79
79
|
"name": "CollectionBase"
|
|
80
80
|
},
|
|
81
81
|
"declarations": [
|
|
82
82
|
{
|
|
83
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
83
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
84
84
|
"name": "CollectionBase"
|
|
85
85
|
}
|
|
86
86
|
],
|
|
@@ -94,12 +94,12 @@
|
|
|
94
94
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
95
95
|
"name": "dependencies",
|
|
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
|
],
|
|
@@ -110,15 +110,15 @@
|
|
|
110
110
|
},
|
|
111
111
|
"style": {
|
|
112
112
|
"defaultValue": null,
|
|
113
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
113
|
+
"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.",
|
|
114
114
|
"name": "style",
|
|
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/utils.d.ts",
|
|
117
117
|
"name": "StyleRenderProps"
|
|
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/utils.d.ts",
|
|
122
122
|
"name": "StyleRenderProps"
|
|
123
123
|
}
|
|
124
124
|
],
|
|
@@ -129,15 +129,15 @@
|
|
|
129
129
|
},
|
|
130
130
|
"render": {
|
|
131
131
|
"defaultValue": null,
|
|
132
|
-
"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
|
|
132
|
+
"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.",
|
|
133
133
|
"name": "render",
|
|
134
134
|
"parent": {
|
|
135
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
135
|
+
"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",
|
|
136
136
|
"name": "DOMRenderProps"
|
|
137
137
|
},
|
|
138
138
|
"declarations": [
|
|
139
139
|
{
|
|
140
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
140
|
+
"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",
|
|
141
141
|
"name": "DOMRenderProps"
|
|
142
142
|
}
|
|
143
143
|
],
|
|
@@ -151,12 +151,12 @@
|
|
|
151
151
|
"description": "",
|
|
152
152
|
"name": "css",
|
|
153
153
|
"parent": {
|
|
154
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
154
|
+
"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",
|
|
155
155
|
"name": "JsxStyleProps"
|
|
156
156
|
},
|
|
157
157
|
"declarations": [
|
|
158
158
|
{
|
|
159
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
159
|
+
"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",
|
|
160
160
|
"name": "JsxStyleProps"
|
|
161
161
|
}
|
|
162
162
|
],
|
|
@@ -170,12 +170,12 @@
|
|
|
170
170
|
"description": "",
|
|
171
171
|
"name": "as",
|
|
172
172
|
"parent": {
|
|
173
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
173
|
+
"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",
|
|
174
174
|
"name": "PolymorphicProps"
|
|
175
175
|
},
|
|
176
176
|
"declarations": [
|
|
177
177
|
{
|
|
178
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
178
|
+
"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",
|
|
179
179
|
"name": "PolymorphicProps"
|
|
180
180
|
}
|
|
181
181
|
],
|
|
@@ -189,12 +189,12 @@
|
|
|
189
189
|
"description": "",
|
|
190
190
|
"name": "asChild",
|
|
191
191
|
"parent": {
|
|
192
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
192
|
+
"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",
|
|
193
193
|
"name": "PolymorphicProps"
|
|
194
194
|
},
|
|
195
195
|
"declarations": [
|
|
196
196
|
{
|
|
197
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
197
|
+
"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",
|
|
198
198
|
"name": "PolymorphicProps"
|
|
199
199
|
}
|
|
200
200
|
],
|
|
@@ -11,19 +11,19 @@
|
|
|
11
11
|
"defaultValue": {
|
|
12
12
|
"value": "'react-aria-TableHeader'"
|
|
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/Table.d.ts",
|
|
18
18
|
"name": "TableHeaderProps"
|
|
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/Table.d.ts",
|
|
23
23
|
"name": "TableHeaderProps"
|
|
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,16 +37,16 @@
|
|
|
37
37
|
"description": "A list of table columns.",
|
|
38
38
|
"name": "columns",
|
|
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/Table.d.ts",
|
|
41
41
|
"name": "TableHeaderProps"
|
|
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/Table.d.ts",
|
|
46
46
|
"name": "TableHeaderProps"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
49
|
+
"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/system.gen.d.ts",
|
|
50
50
|
"name": "SystemProperties"
|
|
51
51
|
}
|
|
52
52
|
],
|
|
@@ -57,19 +57,19 @@
|
|
|
57
57
|
},
|
|
58
58
|
"children": {
|
|
59
59
|
"defaultValue": null,
|
|
60
|
-
"description": "A list of `Column(s)` or a function. If the latter, a list of columns must be provided using
|
|
60
|
+
"description": "A list of `Column(s)` or a function. If the latter, a list of columns must be provided using\nthe `columns` prop.",
|
|
61
61
|
"name": "children",
|
|
62
62
|
"parent": {
|
|
63
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
63
|
+
"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/Table.d.ts",
|
|
64
64
|
"name": "TableHeaderProps"
|
|
65
65
|
},
|
|
66
66
|
"declarations": [
|
|
67
67
|
{
|
|
68
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
68
|
+
"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/Table.d.ts",
|
|
69
69
|
"name": "TableHeaderProps"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
72
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
73
73
|
"name": "DOMAttributes"
|
|
74
74
|
}
|
|
75
75
|
],
|
|
@@ -83,12 +83,12 @@
|
|
|
83
83
|
"description": "Values that should invalidate the column cache when using dynamic collections.",
|
|
84
84
|
"name": "dependencies",
|
|
85
85
|
"parent": {
|
|
86
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
86
|
+
"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/Table.d.ts",
|
|
87
87
|
"name": "TableHeaderProps"
|
|
88
88
|
},
|
|
89
89
|
"declarations": [
|
|
90
90
|
{
|
|
91
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
91
|
+
"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/Table.d.ts",
|
|
92
92
|
"name": "TableHeaderProps"
|
|
93
93
|
}
|
|
94
94
|
],
|
|
@@ -99,15 +99,15 @@
|
|
|
99
99
|
},
|
|
100
100
|
"style": {
|
|
101
101
|
"defaultValue": null,
|
|
102
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
102
|
+
"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.",
|
|
103
103
|
"name": "style",
|
|
104
104
|
"parent": {
|
|
105
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
105
|
+
"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",
|
|
106
106
|
"name": "StyleRenderProps"
|
|
107
107
|
},
|
|
108
108
|
"declarations": [
|
|
109
109
|
{
|
|
110
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
110
|
+
"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",
|
|
111
111
|
"name": "StyleRenderProps"
|
|
112
112
|
}
|
|
113
113
|
],
|
|
@@ -118,15 +118,15 @@
|
|
|
118
118
|
},
|
|
119
119
|
"render": {
|
|
120
120
|
"defaultValue": null,
|
|
121
|
-
"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
|
|
121
|
+
"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.",
|
|
122
122
|
"name": "render",
|
|
123
123
|
"parent": {
|
|
124
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
124
|
+
"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",
|
|
125
125
|
"name": "DOMRenderProps"
|
|
126
126
|
},
|
|
127
127
|
"declarations": [
|
|
128
128
|
{
|
|
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/utils.d.ts",
|
|
130
130
|
"name": "DOMRenderProps"
|
|
131
131
|
}
|
|
132
132
|
],
|
|
@@ -140,12 +140,12 @@
|
|
|
140
140
|
"description": "Handler that is called when a hover interaction starts.",
|
|
141
141
|
"name": "onHoverStart",
|
|
142
142
|
"parent": {
|
|
143
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
143
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
144
144
|
"name": "HoverEvents"
|
|
145
145
|
},
|
|
146
146
|
"declarations": [
|
|
147
147
|
{
|
|
148
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
148
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
149
149
|
"name": "HoverEvents"
|
|
150
150
|
}
|
|
151
151
|
],
|
|
@@ -159,12 +159,12 @@
|
|
|
159
159
|
"description": "Handler that is called when a hover interaction ends.",
|
|
160
160
|
"name": "onHoverEnd",
|
|
161
161
|
"parent": {
|
|
162
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
162
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
163
163
|
"name": "HoverEvents"
|
|
164
164
|
},
|
|
165
165
|
"declarations": [
|
|
166
166
|
{
|
|
167
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
167
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
168
168
|
"name": "HoverEvents"
|
|
169
169
|
}
|
|
170
170
|
],
|
|
@@ -178,12 +178,12 @@
|
|
|
178
178
|
"description": "Handler that is called when the hover state changes.",
|
|
179
179
|
"name": "onHoverChange",
|
|
180
180
|
"parent": {
|
|
181
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
181
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
182
182
|
"name": "HoverEvents"
|
|
183
183
|
},
|
|
184
184
|
"declarations": [
|
|
185
185
|
{
|
|
186
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
186
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
187
187
|
"name": "HoverEvents"
|
|
188
188
|
}
|
|
189
189
|
],
|
|
@@ -197,12 +197,12 @@
|
|
|
197
197
|
"description": "",
|
|
198
198
|
"name": "css",
|
|
199
199
|
"parent": {
|
|
200
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
200
|
+
"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",
|
|
201
201
|
"name": "JsxStyleProps"
|
|
202
202
|
},
|
|
203
203
|
"declarations": [
|
|
204
204
|
{
|
|
205
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
205
|
+
"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",
|
|
206
206
|
"name": "JsxStyleProps"
|
|
207
207
|
}
|
|
208
208
|
],
|
|
@@ -216,12 +216,12 @@
|
|
|
216
216
|
"description": "",
|
|
217
217
|
"name": "as",
|
|
218
218
|
"parent": {
|
|
219
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
219
|
+
"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",
|
|
220
220
|
"name": "PolymorphicProps"
|
|
221
221
|
},
|
|
222
222
|
"declarations": [
|
|
223
223
|
{
|
|
224
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
224
|
+
"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",
|
|
225
225
|
"name": "PolymorphicProps"
|
|
226
226
|
}
|
|
227
227
|
],
|
|
@@ -235,12 +235,12 @@
|
|
|
235
235
|
"description": "",
|
|
236
236
|
"name": "asChild",
|
|
237
237
|
"parent": {
|
|
238
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
238
|
+
"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",
|
|
239
239
|
"name": "PolymorphicProps"
|
|
240
240
|
},
|
|
241
241
|
"declarations": [
|
|
242
242
|
{
|
|
243
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
243
|
+
"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",
|
|
244
244
|
"name": "PolymorphicProps"
|
|
245
245
|
}
|
|
246
246
|
],
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
13
13
|
"name": "unstyled",
|
|
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": "UnstyledProp"
|
|
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": "UnstyledProp"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -69,6 +69,21 @@
|
|
|
69
69
|
"name": "Ref<HTMLDivElement>"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
+
"dragAndDropHooks": {
|
|
73
|
+
"defaultValue": null,
|
|
74
|
+
"description": "Drag-and-drop hooks returned by `useDragAndDrop`.\nWhen provided, enables row drag-and-drop reordering.",
|
|
75
|
+
"name": "dragAndDropHooks",
|
|
76
|
+
"declarations": [
|
|
77
|
+
{
|
|
78
|
+
"fileName": "nimbus/packages/nimbus/src/components/data-table/data-table.types.ts",
|
|
79
|
+
"name": "TypeLiteral"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"required": false,
|
|
83
|
+
"type": {
|
|
84
|
+
"name": "DragAndDropHooks"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
72
87
|
"columns": {
|
|
73
88
|
"defaultValue": null,
|
|
74
89
|
"description": "",
|
|
@@ -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
|
],
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
"description": "",
|
|
70
70
|
"name": "summary",
|
|
71
71
|
"parent": {
|
|
72
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
72
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
73
73
|
"name": "TableHTMLAttributes"
|
|
74
74
|
},
|
|
75
75
|
"declarations": [
|
|
76
76
|
{
|
|
77
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
77
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
78
78
|
"name": "TableHTMLAttributes"
|
|
79
79
|
}
|
|
80
80
|
],
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
"description": "",
|
|
89
89
|
"name": "align",
|
|
90
90
|
"parent": {
|
|
91
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
91
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
92
92
|
"name": "TableHTMLAttributes"
|
|
93
93
|
},
|
|
94
94
|
"declarations": [
|
|
95
95
|
{
|
|
96
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
96
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
97
97
|
"name": "TableHTMLAttributes"
|
|
98
98
|
}
|
|
99
99
|
],
|
|
@@ -119,12 +119,12 @@
|
|
|
119
119
|
"description": "",
|
|
120
120
|
"name": "bgcolor",
|
|
121
121
|
"parent": {
|
|
122
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
122
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
123
123
|
"name": "TableHTMLAttributes"
|
|
124
124
|
},
|
|
125
125
|
"declarations": [
|
|
126
126
|
{
|
|
127
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
127
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
128
128
|
"name": "TableHTMLAttributes"
|
|
129
129
|
}
|
|
130
130
|
],
|
|
@@ -138,12 +138,12 @@
|
|
|
138
138
|
"description": "",
|
|
139
139
|
"name": "cellPadding",
|
|
140
140
|
"parent": {
|
|
141
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
141
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
142
142
|
"name": "TableHTMLAttributes"
|
|
143
143
|
},
|
|
144
144
|
"declarations": [
|
|
145
145
|
{
|
|
146
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
146
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
147
147
|
"name": "TableHTMLAttributes"
|
|
148
148
|
}
|
|
149
149
|
],
|
|
@@ -157,12 +157,12 @@
|
|
|
157
157
|
"description": "",
|
|
158
158
|
"name": "cellSpacing",
|
|
159
159
|
"parent": {
|
|
160
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
160
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
161
161
|
"name": "TableHTMLAttributes"
|
|
162
162
|
},
|
|
163
163
|
"declarations": [
|
|
164
164
|
{
|
|
165
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
165
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
166
166
|
"name": "TableHTMLAttributes"
|
|
167
167
|
}
|
|
168
168
|
],
|
|
@@ -176,12 +176,12 @@
|
|
|
176
176
|
"description": "",
|
|
177
177
|
"name": "frame",
|
|
178
178
|
"parent": {
|
|
179
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
179
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
180
180
|
"name": "TableHTMLAttributes"
|
|
181
181
|
},
|
|
182
182
|
"declarations": [
|
|
183
183
|
{
|
|
184
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
184
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
185
185
|
"name": "TableHTMLAttributes"
|
|
186
186
|
}
|
|
187
187
|
],
|
|
@@ -195,12 +195,12 @@
|
|
|
195
195
|
"description": "",
|
|
196
196
|
"name": "rules",
|
|
197
197
|
"parent": {
|
|
198
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
198
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
199
199
|
"name": "TableHTMLAttributes"
|
|
200
200
|
},
|
|
201
201
|
"declarations": [
|
|
202
202
|
{
|
|
203
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
203
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
204
204
|
"name": "TableHTMLAttributes"
|
|
205
205
|
}
|
|
206
206
|
],
|
|
@@ -265,6 +265,21 @@
|
|
|
265
265
|
"type": {
|
|
266
266
|
"name": "Ref<HTMLTableElement>"
|
|
267
267
|
}
|
|
268
|
+
},
|
|
269
|
+
"dragAndDropHooks": {
|
|
270
|
+
"defaultValue": null,
|
|
271
|
+
"description": "Drag-and-drop hooks returned by `useDragAndDrop`.\nWhen provided, enables drag-and-drop on the table.",
|
|
272
|
+
"name": "dragAndDropHooks",
|
|
273
|
+
"declarations": [
|
|
274
|
+
{
|
|
275
|
+
"fileName": "nimbus/packages/nimbus/src/components/data-table/data-table.types.ts",
|
|
276
|
+
"name": "TypeLiteral"
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"required": false,
|
|
280
|
+
"type": {
|
|
281
|
+
"name": "DragAndDropHooks"
|
|
282
|
+
}
|
|
268
283
|
}
|
|
269
284
|
},
|
|
270
285
|
"supportsStyleProps": true
|