@vtx/components 3.1.149 → 3.1.151
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.
- package/lib/_util/filterSpecialCharacters.js +60 -49
- package/lib/_util/filterSpecialCharacters.js.map +1 -1
- package/lib/_util/getComponentProps.js +1 -4
- package/lib/_util/getComponentProps.js.map +1 -1
- package/lib/_util/getToken.js +8 -16
- package/lib/_util/getToken.js.map +1 -1
- package/lib/_util/getUrlParam.js +2 -9
- package/lib/_util/getUrlParam.js.map +1 -1
- package/lib/_util/isFunction.js +0 -1
- package/lib/_util/isFunction.js.map +1 -1
- package/lib/_util/isObject.js +0 -1
- package/lib/_util/isObject.js.map +1 -1
- package/lib/_util/useColSize.js +3 -13
- package/lib/_util/useColSize.js.map +1 -1
- package/lib/_util/useInterval.js +0 -3
- package/lib/_util/useInterval.js.map +1 -1
- package/lib/_util/useSet.js +26 -42
- package/lib/_util/useSet.js.map +1 -1
- package/lib/config.js +1 -2
- package/lib/config.js.map +1 -1
- package/lib/index.js +1 -30
- package/lib/index.js.map +1 -1
- package/lib/style/index.less +2 -2
- package/lib/style/themes/compact.less +1 -1
- package/lib/style/themes/dark.less +9 -9
- package/lib/style/themes/default.less +7 -7
- package/lib/style/themes/index.less +1 -1
- package/lib/style/themes/variable.less +5 -5
- package/lib/vtx-color-picker/index.js +14 -33
- package/lib/vtx-color-picker/index.js.map +1 -1
- package/lib/vtx-color-picker/style/css.js +0 -2
- package/lib/vtx-color-picker/style/css.js.map +1 -1
- package/lib/vtx-color-picker/style/index.js +0 -2
- package/lib/vtx-color-picker/style/index.js.map +1 -1
- package/lib/vtx-combogrid/Combogrid.js +55 -96
- package/lib/vtx-combogrid/Combogrid.js.map +1 -1
- package/lib/vtx-combogrid/index.js +41 -66
- package/lib/vtx-combogrid/index.js.map +1 -1
- package/lib/vtx-combogrid/style/css.js +0 -7
- package/lib/vtx-combogrid/style/css.js.map +1 -1
- package/lib/vtx-combogrid/style/index.js +0 -7
- package/lib/vtx-combogrid/style/index.js.map +1 -1
- package/lib/vtx-datagrid/Alert.js +6 -15
- package/lib/vtx-datagrid/Alert.js.map +1 -1
- package/lib/vtx-datagrid/CheckboxList.js +35 -71
- package/lib/vtx-datagrid/CheckboxList.js.map +1 -1
- package/lib/vtx-datagrid/ColumnSetting.js +58 -105
- package/lib/vtx-datagrid/ColumnSetting.js.map +1 -1
- package/lib/vtx-datagrid/ResizeableTitle.js +6 -18
- package/lib/vtx-datagrid/ResizeableTitle.js.map +1 -1
- package/lib/vtx-datagrid/index.js +138 -217
- package/lib/vtx-datagrid/index.js.map +1 -1
- package/lib/vtx-datagrid/renderColumnButtons.js +15 -46
- package/lib/vtx-datagrid/renderColumnButtons.js.map +1 -1
- package/lib/vtx-datagrid/style/css.js +0 -10
- package/lib/vtx-datagrid/style/css.js.map +1 -1
- package/lib/vtx-datagrid/style/index.js +0 -10
- package/lib/vtx-datagrid/style/index.js.map +1 -1
- package/lib/vtx-date-picker/QdatePicker.js +28 -58
- package/lib/vtx-date-picker/QdatePicker.js.map +1 -1
- package/lib/vtx-date-picker/generatePicker.js +35 -77
- package/lib/vtx-date-picker/generatePicker.js.map +1 -1
- package/lib/vtx-date-picker/index.js +2 -8
- package/lib/vtx-date-picker/index.js.map +1 -1
- package/lib/vtx-date-picker/style/css.js +0 -1
- package/lib/vtx-date-picker/style/css.js.map +1 -1
- package/lib/vtx-date-picker/style/index.js +0 -1
- package/lib/vtx-date-picker/style/index.js.map +1 -1
- package/lib/vtx-date-picker/style/index.less +39 -39
- package/lib/vtx-editor/index.js +13 -32
- package/lib/vtx-editor/index.js.map +1 -1
- package/lib/vtx-editor/style/css.js +0 -1
- package/lib/vtx-editor/style/css.js.map +1 -1
- package/lib/vtx-editor/style/index.js +0 -1
- package/lib/vtx-editor/style/index.js.map +1 -1
- package/lib/vtx-editor/style/index.less +8 -8
- package/lib/vtx-ellipsis-text/index.js +16 -29
- package/lib/vtx-ellipsis-text/index.js.map +1 -1
- package/lib/vtx-ellipsis-text/style/css.js +0 -1
- package/lib/vtx-ellipsis-text/style/css.js.map +1 -1
- package/lib/vtx-ellipsis-text/style/index.js +0 -1
- package/lib/vtx-ellipsis-text/style/index.js.map +1 -1
- package/lib/vtx-ellipsis-text/style/index.less +13 -13
- package/lib/vtx-export/index.js +38 -73
- package/lib/vtx-export/index.js.map +1 -1
- package/lib/vtx-export/style/css.js +0 -5
- package/lib/vtx-export/style/css.js.map +1 -1
- package/lib/vtx-export/style/index.js +0 -5
- package/lib/vtx-export/style/index.js.map +1 -1
- package/lib/vtx-export-async/ColumnsSelect.js +11 -23
- package/lib/vtx-export-async/ColumnsSelect.js.map +1 -1
- package/lib/vtx-export-async/History.js +75 -117
- package/lib/vtx-export-async/History.js.map +1 -1
- package/lib/vtx-export-async/index.js +72 -116
- package/lib/vtx-export-async/index.js.map +1 -1
- package/lib/vtx-export-async/style/css.js.map +1 -1
- package/lib/vtx-export-async/style/index.js.map +1 -1
- package/lib/vtx-export-async/util.js +9 -21
- package/lib/vtx-export-async/util.js.map +1 -1
- package/lib/vtx-form-layout/Card.js +17 -39
- package/lib/vtx-form-layout/Card.js.map +1 -1
- package/lib/vtx-form-layout/Divider.js +6 -12
- package/lib/vtx-form-layout/Divider.js.map +1 -1
- package/lib/vtx-form-layout/FormItem.js +19 -50
- package/lib/vtx-form-layout/FormItem.js.map +1 -1
- package/lib/vtx-form-layout/Pane.js +4 -10
- package/lib/vtx-form-layout/Pane.js.map +1 -1
- package/lib/vtx-form-layout/Row.js +2 -9
- package/lib/vtx-form-layout/Row.js.map +1 -1
- package/lib/vtx-form-layout/context.js +1 -4
- package/lib/vtx-form-layout/context.js.map +1 -1
- package/lib/vtx-form-layout/demo/Modal.less +43 -43
- package/lib/vtx-form-layout/index.js +10 -25
- package/lib/vtx-form-layout/index.js.map +1 -1
- package/lib/vtx-form-layout/style/css.js +0 -7
- package/lib/vtx-form-layout/style/css.js.map +1 -1
- package/lib/vtx-form-layout/style/index.js +0 -7
- package/lib/vtx-form-layout/style/index.js.map +1 -1
- package/lib/vtx-form-layout/style/index.less +220 -220
- package/lib/vtx-image/Image.js +77 -117
- package/lib/vtx-image/Image.js.map +1 -1
- package/lib/vtx-image/Preview.js +34 -63
- package/lib/vtx-image/Preview.js.map +1 -1
- package/lib/vtx-image/PreviewGroup.js +24 -54
- package/lib/vtx-image/PreviewGroup.js.map +1 -1
- package/lib/vtx-image/index.js +4 -11
- package/lib/vtx-image/index.js.map +1 -1
- package/lib/vtx-image/style/css.js +0 -1
- package/lib/vtx-image/style/css.js.map +1 -1
- package/lib/vtx-image/style/index.js +0 -1
- package/lib/vtx-image/style/index.js.map +1 -1
- package/lib/vtx-import/index.js +91 -143
- package/lib/vtx-import/index.js.map +1 -1
- package/lib/vtx-import/result.js +15 -33
- package/lib/vtx-import/result.js.map +1 -1
- package/lib/vtx-import/style/css.js +0 -3
- package/lib/vtx-import/style/css.js.map +1 -1
- package/lib/vtx-import/style/index.js +0 -3
- package/lib/vtx-import/style/index.js.map +1 -1
- package/lib/vtx-import/style/index.less +8 -8
- package/lib/vtx-import2/CheckResult.js +2 -9
- package/lib/vtx-import2/CheckResult.js.map +1 -1
- package/lib/vtx-import2/Content.js +16 -38
- package/lib/vtx-import2/Content.js.map +1 -1
- package/lib/vtx-import2/DownloadSvg.js +2 -7
- package/lib/vtx-import2/DownloadSvg.js.map +1 -1
- package/lib/vtx-import2/ImportResult.js +8 -15
- package/lib/vtx-import2/ImportResult.js.map +1 -1
- package/lib/vtx-import2/UploadSvg.js +2 -7
- package/lib/vtx-import2/UploadSvg.js.map +1 -1
- package/lib/vtx-import2/index.js +91 -176
- package/lib/vtx-import2/index.js.map +1 -1
- package/lib/vtx-import2/style/css.js +0 -3
- package/lib/vtx-import2/style/css.js.map +1 -1
- package/lib/vtx-import2/style/index.js +0 -3
- package/lib/vtx-import2/style/index.js.map +1 -1
- package/lib/vtx-import2/style/index.less +102 -102
- package/lib/vtx-input/TextArea.js +14 -31
- package/lib/vtx-input/TextArea.js.map +1 -1
- package/lib/vtx-input/index.js +24 -49
- package/lib/vtx-input/index.js.map +1 -1
- package/lib/vtx-input/style/css.js +0 -1
- package/lib/vtx-input/style/css.js.map +1 -1
- package/lib/vtx-input/style/index.js +0 -1
- package/lib/vtx-input/style/index.js.map +1 -1
- package/lib/vtx-input/style/index.less +24 -24
- package/lib/vtx-input/useLength.js +10 -23
- package/lib/vtx-input/useLength.js.map +1 -1
- package/lib/vtx-modal/Title.js +3 -9
- package/lib/vtx-modal/Title.js.map +1 -1
- package/lib/vtx-modal/index.js +52 -85
- package/lib/vtx-modal/index.js.map +1 -1
- package/lib/vtx-modal/style/css.js +0 -1
- package/lib/vtx-modal/style/css.js.map +1 -1
- package/lib/vtx-modal/style/index.js +0 -1
- package/lib/vtx-modal/style/index.js.map +1 -1
- package/lib/vtx-page-layout/Basic.js +4 -9
- package/lib/vtx-page-layout/Basic.js.map +1 -1
- package/lib/vtx-page-layout/Content.js +16 -27
- package/lib/vtx-page-layout/Content.js.map +1 -1
- package/lib/vtx-page-layout/Pane.js +4 -13
- package/lib/vtx-page-layout/Pane.js.map +1 -1
- package/lib/vtx-page-layout/TableLayout.js +34 -64
- package/lib/vtx-page-layout/TableLayout.js.map +1 -1
- package/lib/vtx-page-layout/TableWrap.js +12 -23
- package/lib/vtx-page-layout/TableWrap.js.map +1 -1
- package/lib/vtx-page-layout/container.js +32 -61
- package/lib/vtx-page-layout/container.js.map +1 -1
- package/lib/vtx-page-layout/index.js +2 -11
- package/lib/vtx-page-layout/index.js.map +1 -1
- package/lib/vtx-page-layout/style/css.js.map +1 -1
- package/lib/vtx-page-layout/style/index.js.map +1 -1
- package/lib/vtx-page-layout/style/index.less +138 -138
- package/lib/vtx-rps-frame/index.js +38 -58
- package/lib/vtx-rps-frame/index.js.map +1 -1
- package/lib/vtx-rps-frame/style/css.js.map +1 -1
- package/lib/vtx-rps-frame/style/index.js.map +1 -1
- package/lib/vtx-scrollable-row/index.js +34 -68
- package/lib/vtx-scrollable-row/index.js.map +1 -1
- package/lib/vtx-scrollable-row/style/css.js.map +1 -1
- package/lib/vtx-scrollable-row/style/index.js.map +1 -1
- package/lib/vtx-scrollable-row/style/index.less +113 -113
- package/lib/vtx-search/VtxCol.js +8 -27
- package/lib/vtx-search/VtxCol.js.map +1 -1
- package/lib/vtx-search/VtxRow.js +8 -15
- package/lib/vtx-search/VtxRow.js.map +1 -1
- package/lib/vtx-search/index.js +67 -112
- package/lib/vtx-search/index.js.map +1 -1
- package/lib/vtx-search/style/css.js +0 -4
- package/lib/vtx-search/style/css.js.map +1 -1
- package/lib/vtx-search/style/index.js +0 -4
- package/lib/vtx-search/style/index.js.map +1 -1
- package/lib/vtx-search-map-input/index.js +63 -98
- package/lib/vtx-search-map-input/index.js.map +1 -1
- package/lib/vtx-search-map-input/style/css.js +0 -2
- package/lib/vtx-search-map-input/style/css.js.map +1 -1
- package/lib/vtx-search-map-input/style/index.js +0 -2
- package/lib/vtx-search-map-input/style/index.js.map +1 -1
- package/lib/vtx-select/index.js +47 -99
- package/lib/vtx-select/index.js.map +1 -1
- package/lib/vtx-select/style/css.js +0 -8
- package/lib/vtx-select/style/css.js.map +1 -1
- package/lib/vtx-select/style/index.js +0 -8
- package/lib/vtx-select/style/index.js.map +1 -1
- package/lib/vtx-select/style/index.less +68 -68
- package/lib/vtx-signature/index.js +19 -34
- package/lib/vtx-signature/index.js.map +1 -1
- package/lib/vtx-signature/style/css.js +0 -2
- package/lib/vtx-signature/style/css.js.map +1 -1
- package/lib/vtx-signature/style/index.js +0 -2
- package/lib/vtx-signature/style/index.js.map +1 -1
- package/lib/vtx-signature/style/index.less +33 -33
- package/lib/vtx-split-pane/Pane.js +12 -23
- package/lib/vtx-split-pane/Pane.js.map +1 -1
- package/lib/vtx-split-pane/Resizer.js +21 -41
- package/lib/vtx-split-pane/Resizer.js.map +1 -1
- package/lib/vtx-split-pane/SplitPane.js +55 -111
- package/lib/vtx-split-pane/SplitPane.js.map +1 -1
- package/lib/vtx-split-pane/index.js +2 -7
- package/lib/vtx-split-pane/index.js.map +1 -1
- package/lib/vtx-split-pane/style/css.js +0 -3
- package/lib/vtx-split-pane/style/css.js.map +1 -1
- package/lib/vtx-split-pane/style/index.js +0 -3
- package/lib/vtx-split-pane/style/index.js.map +1 -1
- package/lib/vtx-split-pane/style/index.less +76 -76
- package/lib/vtx-statistics-column/Back.js +4 -11
- package/lib/vtx-statistics-column/Back.js.map +1 -1
- package/lib/vtx-statistics-column/Item.js +16 -32
- package/lib/vtx-statistics-column/Item.js.map +1 -1
- package/lib/vtx-statistics-column/Total.js +15 -31
- package/lib/vtx-statistics-column/Total.js.map +1 -1
- package/lib/vtx-statistics-column/context.js +1 -4
- package/lib/vtx-statistics-column/context.js.map +1 -1
- package/lib/vtx-statistics-column/index.js +2 -19
- package/lib/vtx-statistics-column/index.js.map +1 -1
- package/lib/vtx-statistics-column/style/css.js +0 -1
- package/lib/vtx-statistics-column/style/css.js.map +1 -1
- package/lib/vtx-statistics-column/style/index.js +0 -1
- package/lib/vtx-statistics-column/style/index.js.map +1 -1
- package/lib/vtx-statistics-column/style/index.less +59 -59
- package/lib/vtx-time-picker/index.js +8 -22
- package/lib/vtx-time-picker/index.js.map +1 -1
- package/lib/vtx-time-picker/style/css.js.map +1 -1
- package/lib/vtx-time-picker/style/index.js.map +1 -1
- package/lib/vtx-tree/index.js +83 -153
- package/lib/vtx-tree/index.js.map +1 -1
- package/lib/vtx-tree/style/css.js +0 -2
- package/lib/vtx-tree/style/css.js.map +1 -1
- package/lib/vtx-tree/style/index.js +0 -2
- package/lib/vtx-tree/style/index.js.map +1 -1
- package/lib/vtx-tree/utils.js +10 -31
- package/lib/vtx-tree/utils.js.map +1 -1
- package/lib/vtx-tree-select/index.js +37 -81
- package/lib/vtx-tree-select/index.js.map +1 -1
- package/lib/vtx-tree-select/style/css.js +0 -4
- package/lib/vtx-tree-select/style/css.js.map +1 -1
- package/lib/vtx-tree-select/style/index.js +0 -4
- package/lib/vtx-tree-select/style/index.js.map +1 -1
- package/lib/vtx-upload/FilePreview.js +17 -35
- package/lib/vtx-upload/FilePreview.js.map +1 -1
- package/lib/vtx-upload/index.js +90 -167
- package/lib/vtx-upload/index.js.map +1 -1
- package/lib/vtx-upload/style/css.js +0 -6
- package/lib/vtx-upload/style/css.js.map +1 -1
- package/lib/vtx-upload/style/index.js +0 -6
- package/lib/vtx-upload/style/index.js.map +1 -1
- package/lib/vtx-upload/style/index.less +61 -61
- package/lib/vtx-wang-editor/index.js +84 -126
- package/lib/vtx-wang-editor/index.js.map +1 -1
- package/lib/vtx-wang-editor/style/css.js +0 -1
- package/lib/vtx-wang-editor/style/css.js.map +1 -1
- package/lib/vtx-wang-editor/style/index.js +0 -1
- package/lib/vtx-wang-editor/style/index.js.map +1 -1
- package/lib/vtx-wang-editor/style/index.less +12 -12
- package/lib/vtx-wang-editor/wangEditorUtil.js +80 -141
- package/lib/vtx-wang-editor/wangEditorUtil.js.map +1 -1
- package/lib/vtx-ztree/index.js +77 -138
- package/lib/vtx-ztree/index.js.map +1 -1
- package/lib/vtx-ztree/style/css.js +0 -1
- package/lib/vtx-ztree/style/css.js.map +1 -1
- package/lib/vtx-ztree/style/index.js +0 -1
- package/lib/vtx-ztree/style/index.js.map +1 -1
- package/lib/vtx-ztree/style/index.less +45 -45
- package/lib/vtx-ztree-select/index.js +91 -159
- package/lib/vtx-ztree-select/index.js.map +1 -1
- package/lib/vtx-ztree-select/style/css.js +0 -3
- package/lib/vtx-ztree-select/style/css.js.map +1 -1
- package/lib/vtx-ztree-select/style/index.js +0 -3
- package/lib/vtx-ztree-select/style/index.js.map +1 -1
- package/lib/vtx-ztree-select/style/index.less +109 -109
- package/package.json +122 -122
package/lib/vtx-upload/index.js
CHANGED
|
@@ -1,86 +1,52 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(
|
|
4
|
-
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports["default"] = void 0;
|
|
9
|
-
|
|
10
8
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
9
|
var _useSetState3 = _interopRequireDefault(require("ahooks/es/useSetState"));
|
|
13
|
-
|
|
14
10
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
15
|
-
|
|
16
11
|
var _viewerjs = _interopRequireDefault(require("viewerjs"));
|
|
17
|
-
|
|
18
12
|
var _upload = _interopRequireDefault(require("antd/lib/upload"));
|
|
19
|
-
|
|
20
13
|
var _button = _interopRequireDefault(require("antd/lib/button"));
|
|
21
|
-
|
|
22
14
|
var _InboxOutlined = _interopRequireDefault(require("@ant-design/icons/InboxOutlined"));
|
|
23
|
-
|
|
24
15
|
var _PlusOutlined = _interopRequireDefault(require("@ant-design/icons/PlusOutlined"));
|
|
25
|
-
|
|
26
16
|
var _UploadOutlined = _interopRequireDefault(require("@ant-design/icons/UploadOutlined"));
|
|
27
|
-
|
|
28
17
|
var _message = _interopRequireDefault(require("antd/lib/message"));
|
|
29
|
-
|
|
30
18
|
var _downloadFile = _interopRequireDefault(require("@vtx/utils/lib/downloadFile"));
|
|
31
|
-
|
|
32
19
|
var _lodash = _interopRequireDefault(require("lodash.debounce"));
|
|
33
|
-
|
|
34
20
|
var _FilePreview = _interopRequireDefault(require("./FilePreview"));
|
|
35
|
-
|
|
36
21
|
var _getToken = _interopRequireDefault(require("../_util/getToken"));
|
|
37
|
-
|
|
38
22
|
var _antdImgCrop = _interopRequireDefault(require("antd-img-crop"));
|
|
39
|
-
|
|
40
23
|
var _excluded = ["isDragger", "draggerConfig", "accept", "mode", "viewMode", "showUploadList", "customizedButton", "listType", "onSuccess", "onError", "onRemove", "maxFileSize", "beforeUpload", "maxNum", "flag", "crop", "customDownload"];
|
|
41
|
-
|
|
42
|
-
function
|
|
43
|
-
|
|
44
|
-
function
|
|
45
|
-
|
|
46
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
47
|
-
|
|
48
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
49
|
-
|
|
50
|
-
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
51
|
-
|
|
24
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
25
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
26
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
27
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
28
|
+
function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
|
|
52
29
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
53
|
-
|
|
54
|
-
function
|
|
55
|
-
|
|
56
|
-
function
|
|
57
|
-
|
|
58
|
-
function
|
|
59
|
-
|
|
60
|
-
function
|
|
61
|
-
|
|
62
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
63
|
-
|
|
64
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
65
|
-
|
|
30
|
+
function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
|
|
31
|
+
function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
|
|
32
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
33
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
34
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
35
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
36
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
37
|
+
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
66
38
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
67
|
-
|
|
68
|
-
function
|
|
69
|
-
|
|
70
|
-
function
|
|
71
|
-
|
|
72
|
-
function
|
|
73
|
-
|
|
74
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
75
|
-
|
|
76
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
77
|
-
|
|
78
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
79
|
-
|
|
39
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
40
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
41
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
42
|
+
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
43
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
44
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
|
|
80
45
|
var debouncedMessage = (0, _lodash["default"])(function (msg) {
|
|
81
46
|
_message["default"].error(msg);
|
|
82
|
-
}, 500);
|
|
47
|
+
}, 500);
|
|
83
48
|
|
|
49
|
+
//文件预览
|
|
84
50
|
var initVPrev = {
|
|
85
51
|
type: '',
|
|
86
52
|
//video or file
|
|
@@ -92,101 +58,88 @@ var initVPrev = {
|
|
|
92
58
|
var initUrl = {
|
|
93
59
|
action: '/cloudFile/common/uploadFile',
|
|
94
60
|
downloadUrl: '/cloudFile/common/downloadFile?id=',
|
|
95
|
-
thumbnailUrl: '/vortex/rest/cloud/np/file/downloadFileThumbnail?outputQuality=0.5&scale=0.2&id='
|
|
96
|
-
|
|
97
|
-
};
|
|
98
|
-
|
|
61
|
+
thumbnailUrl: '/vortex/rest/cloud/np/file/downloadFileThumbnail?outputQuality=0.5&scale=0.2&id='
|
|
62
|
+
//previewUrl: '/onlinePreview',
|
|
63
|
+
};
|
|
64
|
+
//禁止上传的文件类型
|
|
99
65
|
var rejectTypes = ['.asp', '.aspx', '.jsp', '.exe', '.cgi', '.asa', '.cer', '.cdx', '.hta'];
|
|
100
66
|
var Dragger = _upload["default"].Dragger;
|
|
101
67
|
var VtxUpload = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
102
68
|
var _window;
|
|
103
|
-
|
|
104
69
|
var _props$isDragger = props.isDragger,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
70
|
+
isDragger = _props$isDragger === void 0 ? false : _props$isDragger,
|
|
71
|
+
_props$draggerConfig = props.draggerConfig,
|
|
72
|
+
draggerConfig = _props$draggerConfig === void 0 ? {} : _props$draggerConfig,
|
|
73
|
+
accept = props.accept,
|
|
74
|
+
_props$mode = props.mode,
|
|
75
|
+
mode = _props$mode === void 0 ? 'multiple' : _props$mode,
|
|
76
|
+
viewMode = props.viewMode,
|
|
77
|
+
showUploadList = props.showUploadList,
|
|
78
|
+
customizedButton = props.customizedButton,
|
|
79
|
+
_props$listType = props.listType,
|
|
80
|
+
listType = _props$listType === void 0 ? 'text' : _props$listType,
|
|
81
|
+
onSuccess = props.onSuccess,
|
|
82
|
+
onError = props.onError,
|
|
83
|
+
_onRemove = props.onRemove,
|
|
84
|
+
_props$maxFileSize = props.maxFileSize,
|
|
85
|
+
maxFileSize = _props$maxFileSize === void 0 ? 5 * 1024 * 1024 : _props$maxFileSize,
|
|
86
|
+
_beforeUpload = props.beforeUpload,
|
|
87
|
+
maxNum = props.maxNum,
|
|
88
|
+
flag = props.flag,
|
|
89
|
+
crop = props.crop,
|
|
90
|
+
customDownload = props.customDownload,
|
|
91
|
+
rest = _objectWithoutProperties(props, _excluded);
|
|
92
|
+
// 是否使用缩略图
|
|
129
93
|
var useThumbnail = (props.useThumbnail === undefined ? true : props.useThumbnail) && (listType == 'picture' || listType == 'picture-card');
|
|
130
|
-
|
|
131
94
|
var _useState = (0, _react.useState)([]),
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
95
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
96
|
+
fileList = _useState2[0],
|
|
97
|
+
setFileList = _useState2[1]; //初始化文件列表
|
|
137
98
|
var _useState3 = (0, _react.useState)(null),
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
99
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
100
|
+
imageViewer = _useState4[0],
|
|
101
|
+
setImageViewer = _useState4[1]; //图片预览
|
|
143
102
|
var _useState5 = (0, _react.useState)([]),
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
103
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
104
|
+
imageList = _useState6[0],
|
|
105
|
+
setImageList = _useState6[1];
|
|
148
106
|
var _useState7 = (0, _react.useState)(null),
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
107
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
|
108
|
+
imageCt = _useState8[0],
|
|
109
|
+
setImageCt = _useState8[1];
|
|
153
110
|
var _useSetState = (0, _useSetState3["default"])(initVPrev),
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
// 参数中拼接token
|
|
158
|
-
|
|
111
|
+
_useSetState2 = _slicedToArray(_useSetState, 2),
|
|
112
|
+
vPrev = _useSetState2[0],
|
|
113
|
+
setVPrev = _useSetState2[1]; //文件预览相关
|
|
159
114
|
|
|
115
|
+
// 参数中拼接token
|
|
160
116
|
function joinToken(str) {
|
|
161
117
|
if (str.indexOf('token=') === -1 && str.indexOf('?') > -1) {
|
|
162
118
|
return str.replace('?', "?token=".concat((0, _getToken["default"])() || '', "&"));
|
|
163
119
|
} else if (str.indexOf('?') === -1) {
|
|
164
120
|
return str + "?token=".concat((0, _getToken["default"])() || '');
|
|
165
121
|
}
|
|
166
|
-
|
|
167
122
|
return str;
|
|
168
123
|
}
|
|
169
|
-
|
|
170
124
|
var url = {
|
|
171
125
|
action: props.action || initUrl.action,
|
|
172
126
|
downloadUrl: joinToken(props.downloadUrl || initUrl.downloadUrl),
|
|
173
|
-
thumbnailUrl: joinToken((_window = window) !== null && _window !== void 0 && _window.flsPrefix ? "".concat(window.flsPrefix).concat(initUrl.thumbnailUrl) : "".concat(props.thumbnailUrl || initUrl.thumbnailUrl))
|
|
174
|
-
|
|
127
|
+
thumbnailUrl: joinToken((_window = window) !== null && _window !== void 0 && _window.flsPrefix ? "".concat(window.flsPrefix).concat(initUrl.thumbnailUrl) : "".concat(props.thumbnailUrl || initUrl.thumbnailUrl))
|
|
128
|
+
//previewUrl: props.previewUrl || initUrl.previewUrl,
|
|
175
129
|
};
|
|
176
130
|
var action = url.action,
|
|
177
|
-
|
|
178
|
-
|
|
131
|
+
downloadUrl = url.downloadUrl,
|
|
132
|
+
thumbnailUrl = url.thumbnailUrl;
|
|
179
133
|
(0, _react.useEffect)(function () {
|
|
180
134
|
setFileList(getSynFileList(props) || []);
|
|
181
135
|
}, [flag]);
|
|
182
136
|
(0, _react.useEffect)(function () {
|
|
183
137
|
if (Array.isArray(fileList)) {
|
|
184
138
|
// 只有图片的才可以预览,这边需要判断是否是图片
|
|
185
|
-
var imagelist = [];
|
|
186
|
-
|
|
139
|
+
var imagelist = [];
|
|
140
|
+
// 只能通过后缀来判断
|
|
187
141
|
fileList.map(function (file) {
|
|
188
142
|
var _file$type;
|
|
189
|
-
|
|
190
143
|
if (((_file$type = file.type) === null || _file$type === void 0 ? void 0 : _file$type.indexOf('image')) > -1) {
|
|
191
144
|
imagelist.push(file);
|
|
192
145
|
}
|
|
@@ -199,10 +152,8 @@ var VtxUpload = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
199
152
|
setImageViewer(new _viewerjs["default"](imageCt, {}));
|
|
200
153
|
}
|
|
201
154
|
}, [imageCt]);
|
|
202
|
-
|
|
203
155
|
var getConfig = function getConfig() {
|
|
204
156
|
var token = (0, _getToken["default"])() || '';
|
|
205
|
-
|
|
206
157
|
var config = _objectSpread(_objectSpread({}, rest), {}, {
|
|
207
158
|
accept: accept,
|
|
208
159
|
action: action,
|
|
@@ -214,18 +165,14 @@ var VtxUpload = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
214
165
|
}, rest.headers),
|
|
215
166
|
onChange: function onChange(info) {
|
|
216
167
|
setFileList(info.fileList);
|
|
217
|
-
|
|
218
168
|
if (info.file.response && info.file.response.result === 1) {
|
|
219
169
|
_message["default"].error(info.file.response.errMsg || '上传失败!');
|
|
220
|
-
|
|
221
170
|
var flt = _toConsumableArray(fileList);
|
|
222
|
-
|
|
223
171
|
flt.pop();
|
|
224
172
|
setFileList(flt);
|
|
225
173
|
return;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
|
|
174
|
+
}
|
|
175
|
+
// 此处根据后台返回的数据结构取得文件ID
|
|
229
176
|
if (info.file.status !== 'uploading' && info.file.status !== 'removed') {
|
|
230
177
|
var vtxId = info.file.response && Array.isArray(info.file.response.data) && info.file.response.data.length > 0 ? info.file.response.data[0].id : undefined;
|
|
231
178
|
var newFileList = info.fileList;
|
|
@@ -246,23 +193,21 @@ var VtxUpload = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
246
193
|
thumbUrl: useThumbnail ? thumbnailUrl + vtxId : undefined
|
|
247
194
|
});
|
|
248
195
|
}
|
|
249
|
-
|
|
250
196
|
return item;
|
|
251
197
|
});
|
|
252
|
-
|
|
253
198
|
if (mode == 'single') {
|
|
254
199
|
setFileList([newFile]);
|
|
255
200
|
} else {
|
|
256
201
|
setFileList(newFileList);
|
|
257
|
-
}
|
|
202
|
+
}
|
|
203
|
+
// 更新组件状态
|
|
258
204
|
// if (mode == 'single' && info.file.status === 'done') {
|
|
259
205
|
// setFileList([newFile]);
|
|
260
206
|
// } else {
|
|
261
207
|
// setFileList(newFileList);
|
|
262
208
|
// }
|
|
263
|
-
// 触发外部方法
|
|
264
|
-
|
|
265
209
|
|
|
210
|
+
// 触发外部方法
|
|
266
211
|
if (info.file.status === 'done') {
|
|
267
212
|
if (typeof onSuccess == 'function') {
|
|
268
213
|
onSuccess(newFile);
|
|
@@ -283,38 +228,29 @@ var VtxUpload = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
283
228
|
//限制文件大小
|
|
284
229
|
if (maxFileSize && typeof maxFileSize === 'number') {
|
|
285
230
|
var limit = file.size < maxFileSize;
|
|
286
|
-
|
|
287
231
|
if (!limit) {
|
|
288
232
|
_message["default"].error("\u8BF7\u4E0A\u4F20".concat(maxFileSize / 1024 / 1024, "M\u4EE5\u5185\u7684\u6587\u4EF6"));
|
|
289
|
-
|
|
290
233
|
return false;
|
|
291
234
|
}
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
|
|
235
|
+
}
|
|
236
|
+
//限制不允许上传的文件类型(通过文件名后缀)
|
|
295
237
|
var pointIndex = file.name ? file.name.lastIndexOf('.') : -1;
|
|
296
|
-
|
|
297
238
|
if (pointIndex > -1) {
|
|
298
239
|
var fileType = file.name.substring(pointIndex);
|
|
299
|
-
|
|
300
240
|
if (rejectTypes.includes(fileType)) {
|
|
301
241
|
_message["default"].error('不支持该文件类型');
|
|
302
|
-
|
|
303
242
|
return false;
|
|
304
243
|
}
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
|
|
244
|
+
}
|
|
245
|
+
// 多选限制文件数量
|
|
308
246
|
if (typeof maxNum === 'number' && afterFileList.length + fileList.length > maxNum) {
|
|
309
247
|
// 减少提示错误次数, 思路,防抖 这边有个问题 就是防抖的这个方法 return fasle 不上传
|
|
310
248
|
debouncedMessage("\u6700\u591A\u4E0A\u4F20".concat(maxNum, "\u4E2A"));
|
|
311
249
|
return false;
|
|
312
250
|
}
|
|
313
|
-
|
|
314
251
|
if (typeof _beforeUpload === 'function') {
|
|
315
252
|
return _beforeUpload(file, afterFileList);
|
|
316
253
|
}
|
|
317
|
-
|
|
318
254
|
return true;
|
|
319
255
|
},
|
|
320
256
|
onDownload: function onDownload(file) {
|
|
@@ -323,13 +259,11 @@ var VtxUpload = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
323
259
|
}, 'blob');
|
|
324
260
|
}
|
|
325
261
|
});
|
|
326
|
-
|
|
327
262
|
if (props.onPreview && typeof props.onPreview === 'function') {
|
|
328
263
|
config.onPreview = props.onPreview;
|
|
329
264
|
} else {
|
|
330
265
|
config.onPreview = function (file) {
|
|
331
266
|
var _file$type2, _file$type3;
|
|
332
|
-
|
|
333
267
|
if (!file.type) {
|
|
334
268
|
(0, _downloadFile["default"])(downloadUrl + file.id, {
|
|
335
269
|
fileName: file.name
|
|
@@ -350,7 +284,9 @@ var VtxUpload = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
350
284
|
(0, _downloadFile["default"])(downloadUrl + file.id, {
|
|
351
285
|
fileName: file.name
|
|
352
286
|
}, 'blob');
|
|
353
|
-
}
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
// TODO 暂无好的文件预览服务,等后续完善,只提供下载
|
|
354
290
|
// else if (
|
|
355
291
|
// file.type == 'application/PDF' ||
|
|
356
292
|
// file.type == 'application/vnd.ms-excel' ||
|
|
@@ -368,6 +304,7 @@ var VtxUpload = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
368
304
|
// '?id=' + file.id + '&fullfilename=' + file.name.replace(/\s*/g, ''),
|
|
369
305
|
// )}`;
|
|
370
306
|
// }
|
|
307
|
+
|
|
371
308
|
// setVPrev({
|
|
372
309
|
// type: 'file',
|
|
373
310
|
// name: file.name || '文件预览',
|
|
@@ -376,21 +313,18 @@ var VtxUpload = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
376
313
|
// visible: true,
|
|
377
314
|
// });
|
|
378
315
|
// }
|
|
379
|
-
|
|
380
316
|
};
|
|
381
|
-
}
|
|
382
|
-
|
|
317
|
+
}
|
|
383
318
|
|
|
319
|
+
// viewMode
|
|
384
320
|
if (viewMode) {
|
|
385
321
|
config.showUploadList = {
|
|
386
322
|
showRemoveIcon: false,
|
|
387
323
|
showDownloadIcon: true
|
|
388
324
|
};
|
|
389
325
|
}
|
|
390
|
-
|
|
391
326
|
return config;
|
|
392
327
|
};
|
|
393
|
-
|
|
394
328
|
var handlePreview = function handlePreview(file) {
|
|
395
329
|
var imageIndex = imageList.map(function (item) {
|
|
396
330
|
return item.id;
|
|
@@ -399,28 +333,23 @@ var VtxUpload = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
399
333
|
imageViewer.update();
|
|
400
334
|
imageViewer.view(imageIndex);
|
|
401
335
|
};
|
|
402
|
-
|
|
403
336
|
var getSynFileList = function getSynFileList(props) {
|
|
404
|
-
var processedFileList = props.fileList || [];
|
|
405
|
-
|
|
337
|
+
var processedFileList = props.fileList || [];
|
|
338
|
+
// 单文件模式只取第一个
|
|
406
339
|
if (props.mode == 'single' && processedFileList.length > 1) {
|
|
407
340
|
processedFileList = [processedFileList[0]];
|
|
408
341
|
}
|
|
409
|
-
|
|
410
342
|
processedFileList = processedFileList.map(function (item, index) {
|
|
411
343
|
// 将外部传入的简易文件数组处理成为组件需要的数组结构
|
|
412
344
|
if (item.name === undefined || item.id === undefined) {
|
|
413
345
|
// eslint-disable-next-line no-console
|
|
414
346
|
console.error('文件列表的name和id属性不能为空');
|
|
415
347
|
}
|
|
416
|
-
|
|
417
348
|
var url = item.url || downloadUrl + item.id,
|
|
418
|
-
|
|
419
|
-
|
|
349
|
+
thumbUrl = useThumbnail ? item.thumbUrl || thumbnailUrl + item.id : undefined;
|
|
420
350
|
if (!isSupportThumbnail(item.type)) {
|
|
421
351
|
thumbUrl = url;
|
|
422
352
|
}
|
|
423
|
-
|
|
424
353
|
return _objectSpread(_objectSpread({}, item), {}, {
|
|
425
354
|
uid: -1 - index,
|
|
426
355
|
status: 'done',
|
|
@@ -430,7 +359,6 @@ var VtxUpload = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
430
359
|
});
|
|
431
360
|
return processedFileList;
|
|
432
361
|
};
|
|
433
|
-
|
|
434
362
|
var upload = /*#__PURE__*/_react["default"].createElement(_upload["default"], _extends({}, getConfig(), {
|
|
435
363
|
ref: ref
|
|
436
364
|
}), viewMode || fileList.length >= maxNum ? null : customizedButton || (listType == 'picture-card' ? /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_PlusOutlined["default"], {
|
|
@@ -441,7 +369,6 @@ var VtxUpload = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
441
369
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
442
370
|
className: "ant-upload-text"
|
|
443
371
|
}, "\u4E0A\u4F20")) : /*#__PURE__*/_react["default"].createElement(_button["default"], null, /*#__PURE__*/_react["default"].createElement(_UploadOutlined["default"], null), "\u4E0A\u4F20")));
|
|
444
|
-
|
|
445
372
|
var comp = listType == 'picture-card' && !!crop ? /*#__PURE__*/_react["default"].createElement(_antdImgCrop["default"], {
|
|
446
373
|
rotationSlider: true
|
|
447
374
|
}, upload) : upload;
|
|
@@ -472,7 +399,6 @@ var VtxUpload = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
472
399
|
}
|
|
473
400
|
}, imageList.filter(function (item) {
|
|
474
401
|
var _item$type;
|
|
475
|
-
|
|
476
402
|
return item.type && ((_item$type = item.type) === null || _item$type === void 0 ? void 0 : _item$type.indexOf('image')) > -1;
|
|
477
403
|
}).map(function (item, index) {
|
|
478
404
|
return /*#__PURE__*/_react["default"].createElement("li", {
|
|
@@ -513,14 +439,11 @@ VtxUpload.propTypes = {
|
|
|
513
439
|
useThumbnail: _propTypes["default"].bool,
|
|
514
440
|
crop: _propTypes["default"].bool
|
|
515
441
|
};
|
|
516
|
-
var _default = VtxUpload;
|
|
517
|
-
exports["default"] = _default;
|
|
518
|
-
|
|
442
|
+
var _default = exports["default"] = VtxUpload;
|
|
519
443
|
function isSupportThumbnail(type) {
|
|
520
444
|
if (['image/webp'].includes(type)) {
|
|
521
445
|
return false;
|
|
522
446
|
}
|
|
523
|
-
|
|
524
447
|
return true;
|
|
525
448
|
}
|
|
526
449
|
//# sourceMappingURL=index.js.map
|