dcp-design-react 1.9.27 → 1.9.29

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.
@@ -12,7 +12,6 @@ type IProps = AntModalProps & {
12
12
  draggable?: boolean;
13
13
  showHeader?: boolean;
14
14
  showFullScreen?: boolean;
15
- stopMouseDownEvent?: boolean;
16
15
  onClose?: (e: EventType) => void;
17
16
  onClosed?: () => void;
18
17
  onFullChange?: (value: boolean) => void;
@@ -41,7 +40,6 @@ declare class QmModal extends Component<IProps, IState> {
41
40
  size: (props: any, propName: any, componentName: any) => void;
42
41
  spinning: PropTypes.Requireable<boolean>;
43
42
  };
44
- private $event;
45
43
  static defaultProps: {
46
44
  width: string;
47
45
  showHeader: boolean;
@@ -59,8 +57,6 @@ declare class QmModal extends Component<IProps, IState> {
59
57
  get defaultHeight(): string;
60
58
  state: IState;
61
59
  componentDidUpdate(prevProps: IProps, prevState: IState): void;
62
- addMouseDownEvent: () => void;
63
- removeMouseDownEvent: () => void;
64
60
  onStart: (ev: any, uiData: any) => void;
65
61
  toggleHandle: (ev: any) => void;
66
62
  afterVisibleChange: () => void;
@@ -29805,11 +29805,6 @@ table {
29805
29805
  z-index: 2;
29806
29806
  pointer-events: none;
29807
29807
  }
29808
- .qm-table--area-select .context-menu {
29809
- position: absolute;
29810
- z-index: 3;
29811
- background-color: #fff;
29812
- }
29813
29808
  /*
29814
29809
  * @Author: 焦质晔
29815
29810
  * @Date: 2020-03-26 11:45:02