@jiaozhiye/qm-design-react 2.0.2 → 2.0.3

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.
@@ -154,6 +154,7 @@ export type IFormItem = {
154
154
  allowHalf?: boolean;
155
155
  tooltips?: string[];
156
156
  count?: number;
157
+ labelToSwitch?: boolean;
157
158
  filterable?: boolean;
158
159
  listHeight?: number;
159
160
  collapseTags?: boolean;
@@ -178,6 +179,7 @@ export type IFormItem = {
178
179
  fileSize?: number;
179
180
  showTip?: boolean;
180
181
  openCropper?: boolean;
182
+ allowDownloadOnDisable?: boolean;
181
183
  onRemove?: (file: any) => void;
182
184
  fixedSize?: [number, number] | undefined;
183
185
  quality?: number;