venus-design 1.0.85 → 1.0.86

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.
@@ -33,7 +33,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
33
33
  import React, { useState, useEffect, useRef } from 'react';
34
34
  import { UploadOutlined, DownloadOutlined, DeleteOutlined, InboxOutlined } from '@ant-design/icons';
35
35
  import styled from '@emotion/styled';
36
- import { DownLoad, storage, deleteNewFile, downloadFile, uploadFile, SelectKYSeclevel, MAX_SIZE } from "./..";
36
+ import { DownLoad, storage, deleteNewFile, downloadFile, uploadFile, SelectKYSeclevel, MAX_SIZE, DownLoadFile } from "./..";
37
37
  import "./styles.less";
38
38
  var Item = _Form.Item;
39
39
  import { updateFileSecLevelNew } from "./service";
@@ -334,7 +334,9 @@ var VenusUploadSecLevel = function VenusUploadSecLevel(props) {
334
334
  }
335
335
  })), !uploading && /*#__PURE__*/React.createElement(_Tooltip, {
336
336
  title: "\u4E0B\u8F7D"
337
- }, /*#__PURE__*/React.createElement(DownLoad, {
337
+ }, /*#__PURE__*/React.createElement(DownLoadFile
338
+ //@ts-ignore
339
+ , {
338
340
  hideProgress: true,
339
341
  params: {
340
342
  method: 'get'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venus-design",
3
- "version": "1.0.85",
3
+ "version": "1.0.86",
4
4
  "description": "venus all compoments",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",