@jiaozhiye/qm-design-react 1.10.0 → 1.10.2

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.
@@ -32,7 +32,7 @@ import type { ITableProps } from './types';
32
32
  * cornerSign: PropTypes.bool,
33
33
  * password: PropTypes.bool,
34
34
  * disabledColor: PropTypes.string,
35
- * disabledBackgroundColor: PropTypes.string,
35
+ * disabledBgColor: PropTypes.string,
36
36
  * }),
37
37
  * helper: PropTypes.shape({
38
38
  * filters: PropTypes.object,
@@ -119,7 +119,7 @@ export type IEditerReturn = {
119
119
  cornerSign?: boolean;
120
120
  password?: boolean;
121
121
  disabledColor?: string;
122
- disabledBackgroundColor?: string;
122
+ disabledBgColor?: string;
123
123
  autoSize?: {
124
124
  minRows?: number;
125
125
  maxRows?: number;