@jiaozhiye/qm-design-react 1.7.45 → 1.7.46

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.
@@ -178,6 +178,7 @@ export type IFormItem = {
178
178
  maxCount?: number;
179
179
  fileTypes?: string[];
180
180
  fileSize?: number;
181
+ fileDirection?: IFormLayout;
181
182
  showTip?: boolean;
182
183
  openCropper?: boolean;
183
184
  onPreview?: (file: UploadFile, cb: (file?: UploadFile) => void) => void;