@commercetools/nimbus-mcp 3.1.0 → 3.3.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/README.md +9 -1
- package/data/docs/route-manifest.json +806 -41
- package/data/docs/routes/components-buttons-button.json +25 -2
- package/data/docs/routes/components-chat-chat-message-list.json +448 -0
- package/data/docs/routes/components-chat-chat-message.json +580 -0
- package/data/docs/routes/components-content-markdown.json +548 -0
- package/data/docs/routes/components-feedback-activity-indicator.json +396 -0
- package/data/docs/routes/components-feedback-tooltip.json +23 -1
- package/data/docs/routes/components-inputs-drop-zone.json +562 -0
- package/data/docs/routes/components-inputs-file-trigger.json +421 -0
- package/data/docs/routes/components-layout-splitter.json +3 -3
- package/data/docs/routes/components-media-avatar.json +16 -5
- package/data/docs/routes/components-navigation-menu.json +1 -1
- package/data/docs/routes/components-navigation-tabnav.json +80 -14
- package/data/docs/routes/components-navigation-tabs.json +44 -11
- package/data/docs/routes/components-navigation-tree.json +445 -0
- package/data/docs/routes/home-getting-started-mcp-server-overview.json +2 -2
- package/data/docs/routes/home-getting-started-mcp-server-setup.json +2 -2
- package/data/docs/routes/patterns-buttons-floating-action-button.json +392 -0
- package/data/docs/routes/patterns-buttons.json +58 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionContent.json +27 -27
- package/data/docs/types/AccordionHeader.json +89 -89
- package/data/docs/types/AccordionItem.json +22 -22
- package/data/docs/types/AccordionRoot.json +14 -14
- package/data/docs/types/ActivityIndicator.json +202 -0
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +98 -81
- package/data/docs/types/AlertTitle.json +8 -8
- package/data/docs/types/Avatar.json +19 -2
- 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 +106 -89
- package/data/docs/types/Calendar.json +56 -56
- package/data/docs/types/Caption.json +6 -6
- package/data/docs/types/CardRoot.json +2 -2
- package/data/docs/types/Cell.json +20 -20
- package/data/docs/types/ChatMessage.json +12 -0
- package/data/docs/types/ChatMessageActions.json +42 -0
- package/data/docs/types/ChatMessageAvatar.json +140 -0
- package/data/docs/types/ChatMessageBody.json +42 -0
- package/data/docs/types/ChatMessageList.json +12 -0
- package/data/docs/types/ChatMessageListItem.json +42 -0
- package/data/docs/types/ChatMessageListRoot.json +78 -0
- package/data/docs/types/ChatMessageMeta.json +42 -0
- package/data/docs/types/ChatMessageRoot.json +119 -0
- package/data/docs/types/ChatMessageTyping.json +42 -0
- package/data/docs/types/Checkbox.json +88 -88
- package/data/docs/types/Code.json +11 -11
- 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 +70 -70
- package/data/docs/types/ComboBoxOption.json +64 -64
- package/data/docs/types/ComboBoxPopover.json +91 -70
- package/data/docs/types/ComboBoxRoot.json +8 -8
- package/data/docs/types/ComboBoxSection.json +25 -25
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/Content.json +2 -2
- package/data/docs/types/DataTable.json +2 -2
- package/data/docs/types/DataTableBody.json +21 -21
- package/data/docs/types/DataTableHeader.json +27 -27
- package/data/docs/types/DataTableRoot.json +2 -2
- package/data/docs/types/DataTableTable.json +20 -20
- package/data/docs/types/DateInput.json +73 -73
- package/data/docs/types/DatePicker.json +58 -58
- package/data/docs/types/DateRangePicker.json +86 -86
- package/data/docs/types/DateRangePickerField.json +86 -86
- package/data/docs/types/DefaultPageBackLink.json +16 -16
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +96 -79
- package/data/docs/types/DialogTrigger.json +2 -2
- package/data/docs/types/DraggableListField.json +88 -60
- package/data/docs/types/DraggableListItem.json +53 -53
- package/data/docs/types/DraggableListRoot.json +88 -60
- package/data/docs/types/DrawerCloseTrigger.json +96 -79
- package/data/docs/types/DrawerTrigger.json +2 -2
- package/data/docs/types/DropZone.json +161 -0
- package/data/docs/types/FieldErrors.json +2 -2
- package/data/docs/types/FileTrigger.json +130 -0
- package/data/docs/types/Flex.json +22 -22
- package/data/docs/types/FloatingActionButton.json +1036 -0
- package/data/docs/types/Footer.json +6 -6
- package/data/docs/types/FormActionBar.json +1 -1
- 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 +106 -89
- package/data/docs/types/IconToggleButton.json +73 -73
- package/data/docs/types/Image.json +63 -63
- package/data/docs/types/Indicator.json +6 -6
- 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 +30 -30
- package/data/docs/types/ListIndicator.json +6 -6
- package/data/docs/types/ListItem.json +6 -6
- package/data/docs/types/ListRoot.json +11 -11
- package/data/docs/types/LoadingSpinner.json +2 -2
- package/data/docs/types/MakeElementFocusable.json +18 -18
- package/data/docs/types/Markdown.json +183 -0
- package/data/docs/types/MenuItem.json +63 -63
- package/data/docs/types/MenuRoot.json +57 -57
- package/data/docs/types/MenuSection.json +31 -31
- package/data/docs/types/MenuSubmenuTrigger.json +4 -4
- package/data/docs/types/MenuTrigger.json +89 -89
- package/data/docs/types/MultilineTextInput.json +104 -104
- package/data/docs/types/MultilineTextInputField.json +102 -102
- package/data/docs/types/NumberInput.json +86 -86
- package/data/docs/types/NumberInputField.json +82 -82
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +6 -6
- package/data/docs/types/PasswordInput.json +100 -100
- package/data/docs/types/PasswordInputField.json +100 -100
- package/data/docs/types/ProgressBar.json +13 -13
- package/data/docs/types/RadioInputOption.json +56 -56
- package/data/docs/types/RadioInputRoot.json +48 -48
- package/data/docs/types/RangeCalendar.json +58 -58
- package/data/docs/types/Region.json +6 -6
- package/data/docs/types/RegionTarget.json +6 -6
- package/data/docs/types/RichTextInput.json +2 -2
- package/data/docs/types/Root.json +11 -11
- package/data/docs/types/Row.json +6 -6
- package/data/docs/types/ScrollArea.json +2 -2
- package/data/docs/types/SearchInput.json +106 -106
- package/data/docs/types/SearchInputField.json +102 -102
- package/data/docs/types/SelectOption.json +54 -54
- package/data/docs/types/SelectOptionGroup.json +18 -18
- package/data/docs/types/SelectOptions.json +64 -64
- package/data/docs/types/SelectRoot.json +92 -92
- package/data/docs/types/Separator.json +4 -4
- package/data/docs/types/SimpleGrid.json +28 -28
- package/data/docs/types/SlidingIndicatorGeometry.json +9 -0
- package/data/docs/types/SlidingIndicatorRects.json +9 -0
- package/data/docs/types/SplitButton.json +16 -20
- package/data/docs/types/SplitterRoot.json +2 -2
- 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 +36 -36
- package/data/docs/types/TabNavItem.json +21 -21
- package/data/docs/types/TabNavRoot.json +5 -5
- 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 +33 -33
- package/data/docs/types/TableRow.json +6 -6
- package/data/docs/types/TableScrollArea.json +6 -6
- package/data/docs/types/TabsList.json +2 -2
- package/data/docs/types/TabsPanel.json +2 -2
- package/data/docs/types/TabsPanels.json +2 -2
- package/data/docs/types/TabsRoot.json +3 -3
- package/data/docs/types/TabsTab.json +4 -4
- package/data/docs/types/TagGroupRoot.json +24 -24
- package/data/docs/types/TagGroupTag.json +56 -56
- package/data/docs/types/TagGroupTagList.json +15 -15
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/TextInput.json +102 -102
- package/data/docs/types/TextInputField.json +100 -100
- package/data/docs/types/TimeInput.json +68 -68
- package/data/docs/types/ToggleButton.json +75 -75
- package/data/docs/types/ToggleButtonGroupButton.json +32 -32
- package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
- package/data/docs/types/Toolbar.json +9 -9
- package/data/docs/types/TooltipContent.json +28 -28
- package/data/docs/types/TooltipRoot.json +16 -16
- package/data/docs/types/Tree.json +12 -0
- package/data/docs/types/TreeIndicator.json +828 -0
- package/data/docs/types/TreeItem.json +559 -0
- package/data/docs/types/TreeItemContent.json +27 -0
- package/data/docs/types/TreeRoot.json +636 -0
- package/data/docs/types/TreeSubTree.json +40 -0
- package/data/docs/types/Trigger.json +4 -4
- package/data/docs/types/VisuallyHidden.json +6 -6
- package/data/docs/types/createItemsFromCsvDrop.json +4 -4
- package/data/docs/types/createItemsFromDirectoryDrop.json +4 -4
- package/data/docs/types/createItemsFromFileDrop.json +4 -4
- package/data/docs/types/createItemsFromImageDrop.json +4 -4
- package/data/docs/types/createItemsFromJsonDrop.json +4 -4
- package/data/docs/types/manifest.json +26 -0
- package/data/docs/types/useFocusInputOnFieldClick.json +11 -0
- package/data/docs/types/useRegion.json +2 -2
- package/data/docs/types/useSlidingIndicator.json +145 -0
- package/data/docs/types/useTree.json +267 -0
- package/data/tokens.json +21 -0
- package/data/uikit-tokens.json +894 -0
- package/dist/index.js +3298 -109
- package/package.json +8 -6
|
@@ -0,0 +1,559 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"supportsStyleProps": ""
|
|
4
|
+
},
|
|
5
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
+
"description": "Tree.Item\n\nA single node in the tree (`role=\"row\"`). Contains a `Tree.ItemContent`\nand, optionally, nested `Tree.Item` elements (or a React Aria `Collection`\nfor dynamic children).",
|
|
7
|
+
"displayName": "TreeItem",
|
|
8
|
+
"methods": [],
|
|
9
|
+
"props": {
|
|
10
|
+
"id": {
|
|
11
|
+
"defaultValue": null,
|
|
12
|
+
"description": "The unique id of the tree row.",
|
|
13
|
+
"name": "id",
|
|
14
|
+
"parent": {
|
|
15
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Tree.d.ts",
|
|
16
|
+
"name": "TreeItemProps"
|
|
17
|
+
},
|
|
18
|
+
"declarations": [
|
|
19
|
+
{
|
|
20
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Tree.d.ts",
|
|
21
|
+
"name": "TreeItemProps"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"required": false,
|
|
25
|
+
"type": {
|
|
26
|
+
"name": "Key"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"rel": {
|
|
30
|
+
"defaultValue": null,
|
|
31
|
+
"description": "The relationship between the linked resource and the current page. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
32
|
+
"name": "rel",
|
|
33
|
+
"parent": {
|
|
34
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
35
|
+
"name": "LinkDOMProps"
|
|
36
|
+
},
|
|
37
|
+
"declarations": [
|
|
38
|
+
{
|
|
39
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
40
|
+
"name": "LinkDOMProps"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"required": false,
|
|
44
|
+
"type": {
|
|
45
|
+
"name": "string"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"aria-label": {
|
|
49
|
+
"defaultValue": null,
|
|
50
|
+
"description": "An accessibility label for this tree item.\nDefines a string value that labels the current element.\n@see aria-labelledby.",
|
|
51
|
+
"name": "aria-label",
|
|
52
|
+
"parent": {
|
|
53
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Tree.d.ts",
|
|
54
|
+
"name": "TreeItemProps"
|
|
55
|
+
},
|
|
56
|
+
"declarations": [
|
|
57
|
+
{
|
|
58
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Tree.d.ts",
|
|
59
|
+
"name": "TreeItemProps"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
63
|
+
"name": "AriaAttributes"
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"required": false,
|
|
67
|
+
"type": {
|
|
68
|
+
"name": "string"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"children": {
|
|
72
|
+
"defaultValue": null,
|
|
73
|
+
"description": "The content of the tree item along with any nested children. Supports static nested tree items\nor use of a Collection to dynamically render nested tree items.\nThe item's content (`Tree.ItemContent`) and any nested `Tree.Item`s.",
|
|
74
|
+
"name": "children",
|
|
75
|
+
"parent": {
|
|
76
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Tree.d.ts",
|
|
77
|
+
"name": "TreeItemProps"
|
|
78
|
+
},
|
|
79
|
+
"declarations": [
|
|
80
|
+
{
|
|
81
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Tree.d.ts",
|
|
82
|
+
"name": "TreeItemProps"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"fileName": "nimbus/packages/nimbus/src/components/tree/tree.types.ts",
|
|
86
|
+
"name": "TypeLiteral"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"required": false,
|
|
90
|
+
"type": {
|
|
91
|
+
"name": "ReactNode"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"onClick": {
|
|
95
|
+
"defaultValue": null,
|
|
96
|
+
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides\nadditional event details for non-mouse interactions.\n@deprecated Use `onPress` instead — it provides unified press handling\nacross mouse, touch, and keyboard interactions.",
|
|
97
|
+
"name": "onClick",
|
|
98
|
+
"parent": {
|
|
99
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
100
|
+
"name": "PressEvents"
|
|
101
|
+
},
|
|
102
|
+
"declarations": [
|
|
103
|
+
{
|
|
104
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
105
|
+
"name": "PressEvents"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"fileName": "nimbus/packages/nimbus/src/components/button/button.types.ts",
|
|
109
|
+
"name": "TypeLiteral"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"required": false,
|
|
113
|
+
"type": {
|
|
114
|
+
"name": "(((e: MouseEvent<FocusableElement, MouseEvent>) => void) & MouseEventHandler<HTMLButtonElement>)"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"value": {
|
|
118
|
+
"defaultValue": null,
|
|
119
|
+
"description": "The object value that this tree item represents. When using dynamic collections, this is set\nautomatically.",
|
|
120
|
+
"name": "value",
|
|
121
|
+
"parent": {
|
|
122
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Tree.d.ts",
|
|
123
|
+
"name": "TreeItemProps"
|
|
124
|
+
},
|
|
125
|
+
"declarations": [
|
|
126
|
+
{
|
|
127
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Tree.d.ts",
|
|
128
|
+
"name": "TreeItemProps"
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"required": false,
|
|
132
|
+
"type": {
|
|
133
|
+
"name": "object"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"isDisabled": {
|
|
137
|
+
"defaultValue": null,
|
|
138
|
+
"description": "Whether the item is disabled.",
|
|
139
|
+
"name": "isDisabled",
|
|
140
|
+
"parent": {
|
|
141
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Tree.d.ts",
|
|
142
|
+
"name": "TreeItemProps"
|
|
143
|
+
},
|
|
144
|
+
"declarations": [
|
|
145
|
+
{
|
|
146
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Tree.d.ts",
|
|
147
|
+
"name": "TreeItemProps"
|
|
148
|
+
}
|
|
149
|
+
],
|
|
150
|
+
"required": false,
|
|
151
|
+
"type": {
|
|
152
|
+
"name": "boolean"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"onPress": {
|
|
156
|
+
"defaultValue": null,
|
|
157
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
158
|
+
"name": "onPress",
|
|
159
|
+
"parent": {
|
|
160
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
161
|
+
"name": "PressEvents"
|
|
162
|
+
},
|
|
163
|
+
"declarations": [
|
|
164
|
+
{
|
|
165
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
166
|
+
"name": "PressEvents"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"required": false,
|
|
170
|
+
"type": {
|
|
171
|
+
"name": "((e: PressEvent) => void)"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"onPressStart": {
|
|
175
|
+
"defaultValue": null,
|
|
176
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
177
|
+
"name": "onPressStart",
|
|
178
|
+
"parent": {
|
|
179
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
180
|
+
"name": "PressEvents"
|
|
181
|
+
},
|
|
182
|
+
"declarations": [
|
|
183
|
+
{
|
|
184
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
185
|
+
"name": "PressEvents"
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"required": false,
|
|
189
|
+
"type": {
|
|
190
|
+
"name": "((e: PressEvent) => void)"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"onPressEnd": {
|
|
194
|
+
"defaultValue": null,
|
|
195
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
196
|
+
"name": "onPressEnd",
|
|
197
|
+
"parent": {
|
|
198
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
199
|
+
"name": "PressEvents"
|
|
200
|
+
},
|
|
201
|
+
"declarations": [
|
|
202
|
+
{
|
|
203
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
204
|
+
"name": "PressEvents"
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"required": false,
|
|
208
|
+
"type": {
|
|
209
|
+
"name": "((e: PressEvent) => void)"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"onPressChange": {
|
|
213
|
+
"defaultValue": null,
|
|
214
|
+
"description": "Handler that is called when the press state changes.",
|
|
215
|
+
"name": "onPressChange",
|
|
216
|
+
"parent": {
|
|
217
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
218
|
+
"name": "PressEvents"
|
|
219
|
+
},
|
|
220
|
+
"declarations": [
|
|
221
|
+
{
|
|
222
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223
|
+
"name": "PressEvents"
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"required": false,
|
|
227
|
+
"type": {
|
|
228
|
+
"name": "((isPressed: boolean) => void)"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"onPressUp": {
|
|
232
|
+
"defaultValue": null,
|
|
233
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
234
|
+
"name": "onPressUp",
|
|
235
|
+
"parent": {
|
|
236
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
237
|
+
"name": "PressEvents"
|
|
238
|
+
},
|
|
239
|
+
"declarations": [
|
|
240
|
+
{
|
|
241
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
242
|
+
"name": "PressEvents"
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"required": false,
|
|
246
|
+
"type": {
|
|
247
|
+
"name": "((e: PressEvent) => void)"
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
"href": {
|
|
251
|
+
"defaultValue": null,
|
|
252
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
253
|
+
"name": "href",
|
|
254
|
+
"parent": {
|
|
255
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
256
|
+
"name": "LinkDOMProps"
|
|
257
|
+
},
|
|
258
|
+
"declarations": [
|
|
259
|
+
{
|
|
260
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
261
|
+
"name": "LinkDOMProps"
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"required": false,
|
|
265
|
+
"type": {
|
|
266
|
+
"name": "string"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"target": {
|
|
270
|
+
"defaultValue": null,
|
|
271
|
+
"description": "The target window for the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
272
|
+
"name": "target",
|
|
273
|
+
"parent": {
|
|
274
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
275
|
+
"name": "LinkDOMProps"
|
|
276
|
+
},
|
|
277
|
+
"declarations": [
|
|
278
|
+
{
|
|
279
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
280
|
+
"name": "LinkDOMProps"
|
|
281
|
+
}
|
|
282
|
+
],
|
|
283
|
+
"required": false,
|
|
284
|
+
"type": {
|
|
285
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
"render": {
|
|
289
|
+
"defaultValue": null,
|
|
290
|
+
"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.",
|
|
291
|
+
"name": "render",
|
|
292
|
+
"parent": {
|
|
293
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
294
|
+
"name": "DOMRenderProps"
|
|
295
|
+
},
|
|
296
|
+
"declarations": [
|
|
297
|
+
{
|
|
298
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
299
|
+
"name": "DOMRenderProps"
|
|
300
|
+
}
|
|
301
|
+
],
|
|
302
|
+
"required": false,
|
|
303
|
+
"type": {
|
|
304
|
+
"name": "DOMRenderFunction<\"div\", PopoverRenderProps>"
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
"download": {
|
|
308
|
+
"defaultValue": null,
|
|
309
|
+
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
310
|
+
"name": "download",
|
|
311
|
+
"parent": {
|
|
312
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
313
|
+
"name": "LinkDOMProps"
|
|
314
|
+
},
|
|
315
|
+
"declarations": [
|
|
316
|
+
{
|
|
317
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
318
|
+
"name": "LinkDOMProps"
|
|
319
|
+
}
|
|
320
|
+
],
|
|
321
|
+
"required": false,
|
|
322
|
+
"type": {
|
|
323
|
+
"name": "string | boolean"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"hrefLang": {
|
|
327
|
+
"defaultValue": null,
|
|
328
|
+
"description": "Hints at the human language of the linked URL.\nSee[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
329
|
+
"name": "hrefLang",
|
|
330
|
+
"parent": {
|
|
331
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
332
|
+
"name": "LinkDOMProps"
|
|
333
|
+
},
|
|
334
|
+
"declarations": [
|
|
335
|
+
{
|
|
336
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
337
|
+
"name": "LinkDOMProps"
|
|
338
|
+
}
|
|
339
|
+
],
|
|
340
|
+
"required": false,
|
|
341
|
+
"type": {
|
|
342
|
+
"name": "string"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"ping": {
|
|
346
|
+
"defaultValue": null,
|
|
347
|
+
"description": "A space-separated list of URLs to ping when the link is followed. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
348
|
+
"name": "ping",
|
|
349
|
+
"parent": {
|
|
350
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
351
|
+
"name": "LinkDOMProps"
|
|
352
|
+
},
|
|
353
|
+
"declarations": [
|
|
354
|
+
{
|
|
355
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
356
|
+
"name": "LinkDOMProps"
|
|
357
|
+
}
|
|
358
|
+
],
|
|
359
|
+
"required": false,
|
|
360
|
+
"type": {
|
|
361
|
+
"name": "string"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
"referrerPolicy": {
|
|
365
|
+
"defaultValue": null,
|
|
366
|
+
"description": "How much of the referrer to send when following the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
367
|
+
"name": "referrerPolicy",
|
|
368
|
+
"parent": {
|
|
369
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
370
|
+
"name": "LinkDOMProps"
|
|
371
|
+
},
|
|
372
|
+
"declarations": [
|
|
373
|
+
{
|
|
374
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
375
|
+
"name": "LinkDOMProps"
|
|
376
|
+
}
|
|
377
|
+
],
|
|
378
|
+
"required": false,
|
|
379
|
+
"type": {
|
|
380
|
+
"name": "enum",
|
|
381
|
+
"raw": "HTMLAttributeReferrerPolicy",
|
|
382
|
+
"value": [
|
|
383
|
+
{
|
|
384
|
+
"value": "\"\""
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"value": "\"origin\""
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"value": "\"no-referrer\""
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"value": "\"no-referrer-when-downgrade\""
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"value": "\"origin-when-cross-origin\""
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"value": "\"same-origin\""
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"value": "\"strict-origin\""
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"value": "\"strict-origin-when-cross-origin\""
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"value": "\"unsafe-url\""
|
|
409
|
+
}
|
|
410
|
+
]
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
"onHoverStart": {
|
|
414
|
+
"defaultValue": null,
|
|
415
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
416
|
+
"name": "onHoverStart",
|
|
417
|
+
"parent": {
|
|
418
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
419
|
+
"name": "HoverEvents"
|
|
420
|
+
},
|
|
421
|
+
"declarations": [
|
|
422
|
+
{
|
|
423
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
424
|
+
"name": "HoverEvents"
|
|
425
|
+
}
|
|
426
|
+
],
|
|
427
|
+
"required": false,
|
|
428
|
+
"type": {
|
|
429
|
+
"name": "((e: HoverEvent) => void)"
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
"onHoverEnd": {
|
|
433
|
+
"defaultValue": null,
|
|
434
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
435
|
+
"name": "onHoverEnd",
|
|
436
|
+
"parent": {
|
|
437
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
438
|
+
"name": "HoverEvents"
|
|
439
|
+
},
|
|
440
|
+
"declarations": [
|
|
441
|
+
{
|
|
442
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
443
|
+
"name": "HoverEvents"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"required": false,
|
|
447
|
+
"type": {
|
|
448
|
+
"name": "((e: HoverEvent) => void)"
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
"onHoverChange": {
|
|
452
|
+
"defaultValue": null,
|
|
453
|
+
"description": "Handler that is called when the hover state changes.",
|
|
454
|
+
"name": "onHoverChange",
|
|
455
|
+
"parent": {
|
|
456
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
457
|
+
"name": "HoverEvents"
|
|
458
|
+
},
|
|
459
|
+
"declarations": [
|
|
460
|
+
{
|
|
461
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
462
|
+
"name": "HoverEvents"
|
|
463
|
+
}
|
|
464
|
+
],
|
|
465
|
+
"required": false,
|
|
466
|
+
"type": {
|
|
467
|
+
"name": "((isHovering: boolean) => void)"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"onAction": {
|
|
471
|
+
"defaultValue": null,
|
|
472
|
+
"description": "Handler that is called when a user performs an action on this tree item. The exact user event\ndepends on the collection's `selectionBehavior` prop and the interaction modality.",
|
|
473
|
+
"name": "onAction",
|
|
474
|
+
"parent": {
|
|
475
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Tree.d.ts",
|
|
476
|
+
"name": "TreeItemProps"
|
|
477
|
+
},
|
|
478
|
+
"declarations": [
|
|
479
|
+
{
|
|
480
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Tree.d.ts",
|
|
481
|
+
"name": "TreeItemProps"
|
|
482
|
+
}
|
|
483
|
+
],
|
|
484
|
+
"required": false,
|
|
485
|
+
"type": {
|
|
486
|
+
"name": "(() => void)"
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
"routerOptions": {
|
|
490
|
+
"defaultValue": null,
|
|
491
|
+
"description": "Options for the configured client side router.",
|
|
492
|
+
"name": "routerOptions",
|
|
493
|
+
"parent": {
|
|
494
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
495
|
+
"name": "LinkDOMProps"
|
|
496
|
+
},
|
|
497
|
+
"declarations": [
|
|
498
|
+
{
|
|
499
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
500
|
+
"name": "LinkDOMProps"
|
|
501
|
+
}
|
|
502
|
+
],
|
|
503
|
+
"required": false,
|
|
504
|
+
"type": {
|
|
505
|
+
"name": "undefined"
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
"hasChildItems": {
|
|
509
|
+
"defaultValue": null,
|
|
510
|
+
"description": "Whether this item has children, even if not loaded yet.",
|
|
511
|
+
"name": "hasChildItems",
|
|
512
|
+
"parent": {
|
|
513
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/gridlist/useGridListItem.d.ts",
|
|
514
|
+
"name": "AriaGridListItemOptions"
|
|
515
|
+
},
|
|
516
|
+
"declarations": [
|
|
517
|
+
{
|
|
518
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/gridlist/useGridListItem.d.ts",
|
|
519
|
+
"name": "AriaGridListItemOptions"
|
|
520
|
+
}
|
|
521
|
+
],
|
|
522
|
+
"required": false,
|
|
523
|
+
"type": {
|
|
524
|
+
"name": "boolean"
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
"textValue": {
|
|
528
|
+
"defaultValue": null,
|
|
529
|
+
"description": "A string representation of the item's contents, used for type-ahead.\nRequired: React Aria needs it to support type-ahead navigation, since the\nrow's children are arbitrary elements rather than plain text.",
|
|
530
|
+
"name": "textValue",
|
|
531
|
+
"declarations": [
|
|
532
|
+
{
|
|
533
|
+
"fileName": "nimbus/packages/nimbus/src/components/tree/tree.types.ts",
|
|
534
|
+
"name": "TypeLiteral"
|
|
535
|
+
}
|
|
536
|
+
],
|
|
537
|
+
"required": true,
|
|
538
|
+
"type": {
|
|
539
|
+
"name": "string"
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
"ref": {
|
|
543
|
+
"defaultValue": null,
|
|
544
|
+
"description": "Ref to the tree item (row) element.",
|
|
545
|
+
"name": "ref",
|
|
546
|
+
"declarations": [
|
|
547
|
+
{
|
|
548
|
+
"fileName": "nimbus/packages/nimbus/src/components/tree/tree.types.ts",
|
|
549
|
+
"name": "TypeLiteral"
|
|
550
|
+
}
|
|
551
|
+
],
|
|
552
|
+
"required": false,
|
|
553
|
+
"type": {
|
|
554
|
+
"name": "Ref<HTMLDivElement>"
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
},
|
|
558
|
+
"supportsStyleProps": true
|
|
559
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"supportsStyleProps": ""
|
|
4
|
+
},
|
|
5
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
+
"description": "Tree.ItemContent\n\nThe content row of a tree item. Lays out, in leading order, an optional drag\nhandle (rendered automatically when the tree allows dragging), an optional\nselection checkbox (rendered automatically in multiple-selection mode), the\nexpand/collapse indicator, and the item's label. Indentation by nesting level\nis applied here.",
|
|
7
|
+
"displayName": "TreeItemContent",
|
|
8
|
+
"methods": [],
|
|
9
|
+
"props": {
|
|
10
|
+
"ref": {
|
|
11
|
+
"defaultValue": null,
|
|
12
|
+
"description": "Ref to the content container element.",
|
|
13
|
+
"name": "ref",
|
|
14
|
+
"declarations": [
|
|
15
|
+
{
|
|
16
|
+
"fileName": "nimbus/packages/nimbus/src/components/tree/tree.types.ts",
|
|
17
|
+
"name": "TypeLiteral"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"required": false,
|
|
21
|
+
"type": {
|
|
22
|
+
"name": "Ref<HTMLDivElement>"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"supportsStyleProps": true
|
|
27
|
+
}
|