@jiaozhiye/qm-design-react 1.11.3 → 1.11.5

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.
@@ -185,7 +185,6 @@ export declare const propTypes: {
185
185
  doubleXScrollbar: PropTypes.Requireable<boolean>;
186
186
  }>>;
187
187
  treeConfig: PropTypes.Requireable<PropTypes.InferProps<{
188
- virtual: PropTypes.Requireable<boolean>;
189
188
  expandIconColumn: PropTypes.Requireable<string>;
190
189
  }>>;
191
190
  expandable: PropTypes.Requireable<PropTypes.InferProps<{
@@ -211,7 +211,6 @@ export type ITableConfig = {
211
211
  doubleXScrollbar?: boolean;
212
212
  };
213
213
  export type ITreeConfig = {
214
- virtual?: boolean;
215
214
  expandIconColumn?: string;
216
215
  };
217
216
  export type IExpandable = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jiaozhiye/qm-design-react",
3
- "version": "1.11.3",
3
+ "version": "1.11.5",
4
4
  "description": "A Component Library for React",
5
5
  "keywords": [
6
6
  "React",