@jiaozhiye/qm-design-react 1.10.16 → 1.10.18
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/lib/drawer/style/index.less +0 -3
- package/lib/form/src/form.d.ts +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/signature/src/signature.d.ts +2 -0
- package/lib/style/index.css +0 -3
- package/lib/style/index.min.css +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { CSSProperties } from '../../_utils/types';
|
|
3
|
+
import type { IDrawMode } from './lib';
|
|
3
4
|
type IProps = {
|
|
4
5
|
open?: boolean;
|
|
5
6
|
width?: number;
|
|
6
7
|
height?: number;
|
|
8
|
+
penMode?: IDrawMode;
|
|
7
9
|
penColor?: string;
|
|
8
10
|
minWidth?: number;
|
|
9
11
|
maxWidth?: number;
|
package/lib/style/index.css
CHANGED
|
@@ -27720,9 +27720,6 @@ body {
|
|
|
27720
27720
|
.qm-drawer .ant-drawer-header .full-screen:hover {
|
|
27721
27721
|
color: rgba(0, 0, 0, 0.85);
|
|
27722
27722
|
}
|
|
27723
|
-
.qm-drawer .ant-drawer-header .ant-drawer-extra {
|
|
27724
|
-
margin-right: 50px;
|
|
27725
|
-
}
|
|
27726
27723
|
.qm-drawer .ant-drawer-body {
|
|
27727
27724
|
padding: 10px;
|
|
27728
27725
|
}
|