|
@@ -1,5 +1,6 @@
|
|
const dependentTree = {
|
|
const dependentTree = {
|
|
"Anchor": ["Typography"],
|
|
"Anchor": ["Typography"],
|
|
|
|
+ "AudioPlayer": ["Button", "Dropdown", "Image", "Tooltip", "Popover", "Icon"],
|
|
"AutoComplete": ["Spin", "Popover", "Input", "Icon"],
|
|
"AutoComplete": ["Spin", "Popover", "Input", "Icon"],
|
|
"Avatar": [] as any,
|
|
"Avatar": [] as any,
|
|
"AvatarGroup": [] as any,
|
|
"AvatarGroup": [] as any,
|
|
@@ -8,14 +9,20 @@ const dependentTree = {
|
|
"Banner": ["IconButton", "Typography", "Icon"],
|
|
"Banner": ["IconButton", "Typography", "Icon"],
|
|
"Breadcrumb": ["Popover", "Typography", "Icon"],
|
|
"Breadcrumb": ["Popover", "Typography", "Icon"],
|
|
"Button": ["Icon"],
|
|
"Button": ["Icon"],
|
|
|
|
+ "ButtonGroup": ["Button"],
|
|
|
|
+ "SplitButtonGroup": ["Button"],
|
|
"Calendar": ["Popover", "Button", "Icon"],
|
|
"Calendar": ["Popover", "Button", "Icon"],
|
|
"Card": ["Space", "Skeleton", "Typography"],
|
|
"Card": ["Space", "Skeleton", "Typography"],
|
|
"Carousel": ["Icon"],
|
|
"Carousel": ["Icon"],
|
|
"Cascader": ["Input", "Popover", "Tag", "TagInput", "Spin", "Checkbox", "Icon"],
|
|
"Cascader": ["Input", "Popover", "Tag", "TagInput", "Spin", "Checkbox", "Icon"],
|
|
|
|
+ "Chat": ["TextArea", "Button", "Upload", "Toast", "Progress", "Image", "Avatar", "Icon", "MarkdownRender", "Typography", "Tooltip", "Divider", "Popconfirm", "BackTop"],
|
|
"Checkbox": ["Icon"],
|
|
"Checkbox": ["Icon"],
|
|
|
|
+ "CodeHighlight": [] as any,
|
|
"CheckboxGroup": ["Icon"],
|
|
"CheckboxGroup": ["Icon"],
|
|
"Collapse": ["Collapsible", "Icon"],
|
|
"Collapse": ["Collapsible", "Icon"],
|
|
"Collapsible": [] as any,
|
|
"Collapsible": [] as any,
|
|
|
|
+ "ColorPicker": ["Popover", "Input", "InputGroup", "InputNumber", "Select", "Button"],
|
|
|
|
+ "Cropper": [] as any,
|
|
"DatePicker": ["Button", "Input", "IconButton", "Icon", "Typography", "ScrollList", "Icon"],
|
|
"DatePicker": ["Button", "Input", "IconButton", "Icon", "Typography", "ScrollList", "Icon"],
|
|
"Descriptions": [] as any,
|
|
"Descriptions": [] as any,
|
|
"Divider": [] as any,
|
|
"Divider": [] as any,
|
|
@@ -25,24 +32,30 @@ const dependentTree = {
|
|
"Row": [] as any,
|
|
"Row": [] as any,
|
|
"Col": [] as any,
|
|
"Col": [] as any,
|
|
"Highlight": [] as any,
|
|
"Highlight": [] as any,
|
|
|
|
+ "HotKeys": [] as any,
|
|
"IconButton": ["Button", "Spin", "Icon"],
|
|
"IconButton": ["Button", "Spin", "Icon"],
|
|
"Image": ["Skeleton", "Divider", "Tooltip", "Slider", "Spin", "Portal", "Icon"],
|
|
"Image": ["Skeleton", "Divider", "Tooltip", "Slider", "Spin", "Portal", "Icon"],
|
|
"Input": ["Icon"],
|
|
"Input": ["Icon"],
|
|
"InputGroup": ["Form"],
|
|
"InputGroup": ["Form"],
|
|
"TextArea": ["Icon"],
|
|
"TextArea": ["Icon"],
|
|
"InputNumber": ["Input", "Icon"],
|
|
"InputNumber": ["Input", "Icon"],
|
|
|
|
+ "JsonViewer": ["Button", "Input", "Icon"],
|
|
"Layout": [] as any,
|
|
"Layout": [] as any,
|
|
|
|
+ "List": ["Row", "Spin"],
|
|
|
|
+ "MarkdownRender": ["Typography", "CodeHighlight", "Image", "Table", "Icon"],
|
|
"Modal": ["Button", "Portal", "Typography", "Icon"],
|
|
"Modal": ["Button", "Portal", "Typography", "Icon"],
|
|
"Navigation": ["Button", "Tooltip", "Dropdown", "Collapsible", "Icon"],
|
|
"Navigation": ["Button", "Tooltip", "Dropdown", "Collapsible", "Icon"],
|
|
"Notification": ["Button", "Icon"],
|
|
"Notification": ["Button", "Icon"],
|
|
"OverflowList": [] as any,
|
|
"OverflowList": [] as any,
|
|
"Pagination": ["Select", "InputNumber", "Popover", "Icon"],
|
|
"Pagination": ["Select", "InputNumber", "Popover", "Icon"],
|
|
|
|
+ "PinCode": ["Input"],
|
|
"Popconfirm": ["Popover", "Button", "Icon"],
|
|
"Popconfirm": ["Popover", "Button", "Icon"],
|
|
"Popover": ["Tooltip"],
|
|
"Popover": ["Tooltip"],
|
|
"Portal": [] as any,
|
|
"Portal": [] as any,
|
|
"Progress": [] as any,
|
|
"Progress": [] as any,
|
|
"Radio": ["Icon"],
|
|
"Radio": ["Icon"],
|
|
"Rating": ["Icon", "Tooltip"],
|
|
"Rating": ["Icon", "Tooltip"],
|
|
|
|
+ "Resizable": ["Icon"],
|
|
"ScrollList": [] as any,
|
|
"ScrollList": [] as any,
|
|
"Select": ["Tag", "OverflowList", "Space", "Typography", "Spin", "Popover", "Icon"],
|
|
"Select": ["Tag", "OverflowList", "Space", "Typography", "Spin", "Popover", "Icon"],
|
|
"SideSheet": ["[Portal", "Button", "Icon"],
|
|
"SideSheet": ["[Portal", "Button", "Icon"],
|
|
@@ -58,13 +71,15 @@ const dependentTree = {
|
|
"TagGroup": ["Icon", "Popover", "Avatar"],
|
|
"TagGroup": ["Icon", "Popover", "Avatar"],
|
|
"TagInput": ["Tag", "Input", "Popover", "Icon"],
|
|
"TagInput": ["Tag", "Input", "Popover", "Icon"],
|
|
"Timeline": [] as any,
|
|
"Timeline": [] as any,
|
|
|
|
+ "TimePicker": ["Input", "Icon", "Popover", "ScrollList"],
|
|
"Toast": ["Button", "Icon"],
|
|
"Toast": ["Button", "Icon"],
|
|
"Tooltip": ["Portal"],
|
|
"Tooltip": ["Portal"],
|
|
"Transfer": ["Input", "Checkbox", "Tree", "Button", "Spin", "Icon"],
|
|
"Transfer": ["Input", "Checkbox", "Tree", "Button", "Spin", "Icon"],
|
|
"Tree": ["Input", "Checkbox", "Spin", "Collapsible", "Icon"],
|
|
"Tree": ["Input", "Checkbox", "Spin", "Collapsible", "Icon"],
|
|
"TreeSelect": ["Tag", "TagInput", "Checkbox", "Popover", "Input", "Icon"],
|
|
"TreeSelect": ["Tag", "TagInput", "Checkbox", "Popover", "Input", "Icon"],
|
|
"Typography": ["Popover", "Tooltip", "Icon"],
|
|
"Typography": ["Popover", "Tooltip", "Icon"],
|
|
- "Upload": ["Button", "Progress", "Tooltip", "Spin", "Icon"]
|
|
|
|
|
|
+ "Upload": ["Button", "Progress", "Tooltip", "Spin", "Icon"],
|
|
|
|
+ "UserGuide": ["Popover", "Button", "Modal"]
|
|
};
|
|
};
|
|
|
|
|
|
export default dependentTree;
|
|
export default dependentTree;
|