@jiaozhiye/qm-design-react 1.7.20 → 1.7.21

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.
@@ -4,7 +4,7 @@
4
4
  * @Last Modified by: 焦质晔
5
5
  * @Last Modified time: 2023-03-28 11:42:59
6
6
  */
7
- // The prefix to use on all css classes from qm.
7
+ // The prefix to use on all css classes.
8
8
  @qm-prefix: qm;
9
9
 
10
10
  // An override for the html selector for theme prefixes
@@ -200,10 +200,6 @@ export type ITreeConfig = {
200
200
  virtual?: boolean;
201
201
  expandIconColumn?: string;
202
202
  };
203
- export type ITreeExpand = {
204
- rowKey: IRowKey;
205
- level: number;
206
- };
207
203
  export type IExpandable = {
208
204
  defaultExpandAllRows?: boolean;
209
205
  defaultExpandedRowKeys?: IRowKey[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jiaozhiye/qm-design-react",
3
- "version": "1.7.20",
3
+ "version": "1.7.21",
4
4
  "description": "A Component Library for React",
5
5
  "keywords": [
6
6
  "React",