@jiaozhiye/qm-design-react 1.5.15 → 1.5.16

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.
@@ -117,6 +117,7 @@ export declare type IFormItem = {
117
117
  textAlign?: ILabelAlign | 'center';
118
118
  controls?: boolean;
119
119
  precision?: number;
120
+ stringMode?: boolean;
120
121
  formatter?: (value: number | string) => string;
121
122
  parser?: (value: string) => string | number;
122
123
  falseValue?: string | number;