@jiaozhiye/qm-design-react 2.0.3 → 2.0.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.
@@ -32,6 +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
36
  * }),
36
37
  * helper: PropTypes.shape({
37
38
  * filters: PropTypes.object,
@@ -111,7 +111,8 @@ export type IEditerReturn = {
111
111
  maxTagTextLength?: number;
112
112
  cornerSign?: boolean;
113
113
  password?: boolean;
114
- disabledColor?: string | null;
114
+ disabledColor?: string;
115
+ disabledBackgroundColor?: string;
115
116
  autoSize?: {
116
117
  minRows?: number;
117
118
  maxRows?: number;