Skip to content

feat: remove mxgraph and rename slidePane to drawer #507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState } from 'react';
import { Button, Space } from 'antd';
import { SlidePane } from 'dt-react-component';
import { SlidePaneProps } from 'dt-react-component/slidePane';
import { SlidePaneProps } from 'dt-react-component/drawer';

export default () => {
const [visible, setVisible] = useState(false);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export { default as ContentLayout } from './contentLayout';
export { default as ContextMenu } from './contextMenu';
export { default as useCookieListener } from './cookies';
export { default as Copy } from './copy';
export { default as SlidePane } from './drawer';
export { default as Dropdown } from './dropdown';
export { default as EllipsisText } from './ellipsisText';
export { default as Empty } from './empty';
Expand All @@ -19,12 +20,10 @@ export { default as Input } from './input';
export { default as KeyEventListener } from './keyEventListener';
export { default as MarkdownRender } from './markdownRender';
export { default as Modal } from './modal';
export { default as MxGraphContainer, WIDGETS_PREFIX } from './mxGraph';
export { default as NotFound } from './notFound';
export { default as ProgressBar } from './progressBar';
export { default as ProgressLine } from './progressLine';
export { default as Resize } from './resize';
export { default as SlidePane } from './slidePane';
export { default as SpreadSheet } from './spreadSheet';
export { default as StatusTag } from './statusTag';
export { default as useWindowSwitchListener } from './switchWindow';
Expand Down
Loading
Loading