@vtx/components 3.1.155 → 3.1.157
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 +20 -43
- 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 +28 -41
- 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 +103 -179
- 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.css +2 -2
- 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 +2 -2
- 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 +85 -155
- 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-import2/index.js
CHANGED
|
@@ -1,90 +1,65 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, "__esModule", {
|
|
6
4
|
value: true
|
|
7
5
|
});
|
|
8
6
|
exports["default"] = void 0;
|
|
9
|
-
|
|
10
7
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
8
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
-
|
|
14
9
|
var _antd = require("antd");
|
|
15
|
-
|
|
16
10
|
var _Content = _interopRequireDefault(require("./Content"));
|
|
17
|
-
|
|
18
11
|
var _ImportResult = _interopRequireDefault(require("./ImportResult"));
|
|
19
|
-
|
|
20
12
|
var _ahooks = require("ahooks");
|
|
21
|
-
|
|
22
13
|
var _getToken = _interopRequireDefault(require("../_util/getToken"));
|
|
23
|
-
|
|
24
14
|
var _getSignature = _interopRequireDefault(require("@vtx/utils/lib/getSignature"));
|
|
25
|
-
|
|
26
15
|
var _useSet3 = _interopRequireDefault(require("../_util/useSet"));
|
|
27
|
-
|
|
28
16
|
var _md = _interopRequireDefault(require("md5"));
|
|
29
|
-
|
|
30
17
|
var _utils = require("@vtx/utils");
|
|
31
|
-
|
|
32
|
-
function
|
|
33
|
-
|
|
34
|
-
function
|
|
35
|
-
|
|
36
|
-
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; }
|
|
37
|
-
|
|
38
|
-
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
39
|
-
|
|
18
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
19
|
+
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); }
|
|
20
|
+
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; }
|
|
21
|
+
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); }
|
|
22
|
+
function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
|
|
40
23
|
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."); }
|
|
41
|
-
|
|
42
|
-
function
|
|
43
|
-
|
|
44
|
-
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
45
|
-
|
|
46
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
47
|
-
|
|
24
|
+
function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
|
|
25
|
+
function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
|
|
26
|
+
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
48
27
|
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."); }
|
|
49
|
-
|
|
50
|
-
function
|
|
51
|
-
|
|
52
|
-
function
|
|
53
|
-
|
|
54
|
-
function
|
|
55
|
-
|
|
56
|
-
function
|
|
57
|
-
|
|
58
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
59
|
-
|
|
60
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
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
|
-
|
|
28
|
+
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; } }
|
|
29
|
+
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; }
|
|
30
|
+
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; } }
|
|
31
|
+
function _arrayWithHoles(r) { if (Array.isArray(r)) return 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); }
|
|
64
37
|
function getFileName() {
|
|
65
38
|
var name = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
66
39
|
var index = name.lastIndexOf('.');
|
|
67
40
|
var suffix = name.substring(index);
|
|
68
41
|
return name.substring(0, index) + '(错误文件)' + suffix;
|
|
69
42
|
}
|
|
70
|
-
|
|
71
43
|
var VtxImport2 = function VtxImport2(props) {
|
|
72
44
|
var visible = props.visible,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
45
|
+
close = props.close,
|
|
46
|
+
title = props.title,
|
|
47
|
+
accept = props.accept,
|
|
48
|
+
fileKey = props.fileKey,
|
|
49
|
+
uploadURL = props.uploadURL,
|
|
50
|
+
postData = props.postData,
|
|
51
|
+
errorURL = props.errorURL,
|
|
52
|
+
templateURL = props.templateURL,
|
|
53
|
+
afterUpload = props.afterUpload,
|
|
54
|
+
errorDownloadName = props.errorDownloadName,
|
|
55
|
+
customText = props.customText,
|
|
56
|
+
_props$customEnumText = props.customEnumText,
|
|
57
|
+
customEnumText = _props$customEnumText === void 0 ? {} : _props$customEnumText,
|
|
58
|
+
_props$extraText = props.extraText,
|
|
59
|
+
extraText = _props$extraText === void 0 ? '' : _props$extraText,
|
|
60
|
+
beforeUpload = props.beforeUpload,
|
|
61
|
+
width = props.width,
|
|
62
|
+
extraDom = props.extraDom;
|
|
88
63
|
var TextEnum = _objectSpread({
|
|
89
64
|
headSubTitleText: '导入',
|
|
90
65
|
btnCloseText: '关闭',
|
|
@@ -102,89 +77,73 @@ var VtxImport2 = function VtxImport2(props) {
|
|
|
102
77
|
resultInfoDataText: '条数据',
|
|
103
78
|
resultNetworkErrorText: '服务器异常'
|
|
104
79
|
}, customEnumText);
|
|
105
|
-
|
|
106
80
|
var _useState = (0, _react.useState)(0),
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
81
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
82
|
+
status = _useState2[0],
|
|
83
|
+
setStatus = _useState2[1]; // 0:首页,1:结果页
|
|
112
84
|
var _useState3 = (0, _react.useState)(false),
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
85
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
86
|
+
result = _useState4[0],
|
|
87
|
+
setResult = _useState4[1];
|
|
117
88
|
var _useState5 = (0, _react.useState)(5),
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
89
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
90
|
+
countdown = _useState6[0],
|
|
91
|
+
setCountdown = _useState6[1];
|
|
122
92
|
var _useState7 = (0, _react.useState)([]),
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
93
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
|
94
|
+
fileList = _useState8[0],
|
|
95
|
+
setFileList = _useState8[1];
|
|
127
96
|
var _useState9 = (0, _react.useState)(undefined),
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
97
|
+
_useState10 = _slicedToArray(_useState9, 2),
|
|
98
|
+
interval = _useState10[0],
|
|
99
|
+
setInterval = _useState10[1];
|
|
132
100
|
var _useState11 = (0, _react.useState)(''),
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
101
|
+
_useState12 = _slicedToArray(_useState11, 2),
|
|
102
|
+
errorFile = _useState12[0],
|
|
103
|
+
setErrorFile = _useState12[1];
|
|
137
104
|
var _useState13 = (0, _react.useState)(false),
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
105
|
+
_useState14 = _slicedToArray(_useState13, 2),
|
|
106
|
+
uploading = _useState14[0],
|
|
107
|
+
setUploading = _useState14[1];
|
|
142
108
|
var _useState15 = (0, _react.useState)(0),
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
109
|
+
_useState16 = _slicedToArray(_useState15, 2),
|
|
110
|
+
count = _useState16[0],
|
|
111
|
+
setCount = _useState16[1];
|
|
147
112
|
var fileInputRef = (0, _react.useRef)();
|
|
148
113
|
var fileName = (0, _react.useRef)('');
|
|
149
114
|
var indexRef = (0, _react.useRef)(0);
|
|
150
|
-
|
|
151
115
|
var _useSet = (0, _useSet3["default"])({
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
116
|
+
step: 1,
|
|
117
|
+
chunkSize: props.chunkSize || 10 * 1024 * 1024,
|
|
118
|
+
totalChunk: 0,
|
|
119
|
+
currentIndex: 0,
|
|
120
|
+
chunkId: '',
|
|
121
|
+
chunks: []
|
|
122
|
+
}),
|
|
123
|
+
_useSet2 = _slicedToArray(_useSet, 2),
|
|
124
|
+
state = _useSet2[0],
|
|
125
|
+
setState = _useSet2[1];
|
|
163
126
|
var token = (0, _getToken["default"])();
|
|
164
|
-
|
|
165
127
|
if (!token) {
|
|
166
128
|
token = props.token;
|
|
167
129
|
}
|
|
168
|
-
|
|
169
130
|
var newErrorDownloadName = errorDownloadName;
|
|
170
|
-
|
|
171
131
|
if (!errorDownloadName) {
|
|
172
132
|
newErrorDownloadName = fileName.current;
|
|
173
133
|
}
|
|
174
|
-
|
|
175
134
|
(0, _ahooks.useInterval)(function () {
|
|
176
135
|
if (countdown === 0) {
|
|
177
136
|
return close();
|
|
178
137
|
}
|
|
179
|
-
|
|
180
138
|
setCountdown(countdown - 1);
|
|
181
139
|
}, interval);
|
|
182
140
|
(0, _react.useEffect)(function () {
|
|
183
141
|
if (fileList.length !== 0) {
|
|
184
142
|
fileName.current = getFileName(fileList[0].name);
|
|
185
143
|
}
|
|
186
|
-
}, [fileList]);
|
|
144
|
+
}, [fileList]);
|
|
187
145
|
|
|
146
|
+
// 开始准备文件
|
|
188
147
|
function checkFile(file) {
|
|
189
148
|
if (file.size <= state.chunkSize) {
|
|
190
149
|
upload(file);
|
|
@@ -200,15 +159,14 @@ var VtxImport2 = function VtxImport2(props) {
|
|
|
200
159
|
step: 2
|
|
201
160
|
});
|
|
202
161
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
|
|
162
|
+
}
|
|
163
|
+
// 开始上传
|
|
206
164
|
function startUpload() {
|
|
207
165
|
var dataArr = [];
|
|
208
166
|
state.chunks.forEach(function (e, i) {
|
|
209
167
|
//创建formdata对象
|
|
210
|
-
var data = new FormData();
|
|
211
|
-
|
|
168
|
+
var data = new FormData();
|
|
169
|
+
// data.append("totalNumber", state.chunks.length)
|
|
212
170
|
data.append('chunkSize', state.chunks.length);
|
|
213
171
|
data.append('chunkNo', i + 1);
|
|
214
172
|
data.append('chunkId', state.chunkId);
|
|
@@ -217,13 +175,11 @@ var VtxImport2 = function VtxImport2(props) {
|
|
|
217
175
|
dataArr.push(data);
|
|
218
176
|
});
|
|
219
177
|
uploadAsync(dataArr);
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
|
|
178
|
+
}
|
|
179
|
+
// 上传
|
|
223
180
|
function uploadAsync(list) {
|
|
224
181
|
if (indexRef.current < list.length) {
|
|
225
182
|
var xhr = new XMLHttpRequest();
|
|
226
|
-
|
|
227
183
|
xhr.onload = function () {
|
|
228
184
|
if (xhr.status === 200) {
|
|
229
185
|
setState({
|
|
@@ -233,42 +189,35 @@ var VtxImport2 = function VtxImport2(props) {
|
|
|
233
189
|
uploadAsync(list);
|
|
234
190
|
}
|
|
235
191
|
};
|
|
236
|
-
|
|
237
192
|
xhr.onerror = function () {
|
|
238
193
|
_antd.message.error('上传失败');
|
|
239
|
-
};
|
|
240
|
-
|
|
241
|
-
|
|
194
|
+
};
|
|
195
|
+
// 发送请求
|
|
242
196
|
xhr.open('POST', '/cloudFile/common/uploadChunk', true);
|
|
243
197
|
xhr.send(list[indexRef.current]);
|
|
244
198
|
} else {
|
|
245
199
|
mergeFile();
|
|
246
200
|
}
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
|
|
201
|
+
}
|
|
202
|
+
// 合并分片
|
|
250
203
|
function mergeFile() {
|
|
251
|
-
var xhr = new XMLHttpRequest();
|
|
252
|
-
|
|
204
|
+
var xhr = new XMLHttpRequest();
|
|
205
|
+
// 当上传完成时调用
|
|
253
206
|
xhr.onload = function () {
|
|
254
207
|
if (xhr.status === 200) {
|
|
255
208
|
var res = JSON.parse(xhr.responseText);
|
|
256
|
-
|
|
257
209
|
if ((res === null || res === void 0 ? void 0 : res.result) == 0) {
|
|
258
210
|
_antd.message.success('上传成功');
|
|
259
|
-
|
|
260
211
|
chunkUpload(res.data);
|
|
261
212
|
} else {
|
|
262
213
|
_antd.message.error((res === null || res === void 0 ? void 0 : res.msg) || '上传失败');
|
|
263
214
|
}
|
|
264
215
|
}
|
|
265
216
|
};
|
|
266
|
-
|
|
267
217
|
xhr.onerror = function () {
|
|
268
218
|
_antd.message.error('上传失败');
|
|
269
|
-
};
|
|
270
|
-
|
|
271
|
-
|
|
219
|
+
};
|
|
220
|
+
// 发送请求
|
|
272
221
|
xhr.open('POST', '/cloudFile/common/mergeChunk', true);
|
|
273
222
|
var data = new FormData();
|
|
274
223
|
data.append('chunkId', state.chunkId);
|
|
@@ -276,9 +225,8 @@ var VtxImport2 = function VtxImport2(props) {
|
|
|
276
225
|
data.append('chunkSize', state.chunks.length);
|
|
277
226
|
data.append('fileName', fileList[0].name);
|
|
278
227
|
xhr.send(data);
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
|
|
228
|
+
}
|
|
229
|
+
// 合并切片后上传
|
|
282
230
|
function chunkUpload(data) {
|
|
283
231
|
var postUrl = getPostURL();
|
|
284
232
|
var fmd = new FormData();
|
|
@@ -286,23 +234,18 @@ var VtxImport2 = function VtxImport2(props) {
|
|
|
286
234
|
var request = new XMLHttpRequest();
|
|
287
235
|
request.open('POST', postUrl);
|
|
288
236
|
var signature = (0, _getSignature["default"])(postData);
|
|
289
|
-
|
|
290
237
|
for (var key in signature) {
|
|
291
238
|
request.setRequestHeader(key, signature[key]);
|
|
292
239
|
}
|
|
293
|
-
|
|
294
240
|
request.setRequestHeader('Authorization', token ? "Bearer ".concat(token) : '');
|
|
295
241
|
request.setRequestHeader('access_token', token ? "".concat(token) : '');
|
|
296
|
-
|
|
297
242
|
request.onreadystatechange = function (e) {
|
|
298
243
|
if (e.target.readyState == 4) {
|
|
299
244
|
dealResult(e.target.response);
|
|
300
245
|
}
|
|
301
246
|
};
|
|
302
|
-
|
|
303
247
|
request.send(fmd);
|
|
304
248
|
}
|
|
305
|
-
|
|
306
249
|
function upload(files) {
|
|
307
250
|
var postUrl = getPostURL();
|
|
308
251
|
var fmd = new FormData();
|
|
@@ -310,61 +253,49 @@ var VtxImport2 = function VtxImport2(props) {
|
|
|
310
253
|
var request = new XMLHttpRequest();
|
|
311
254
|
request.open('POST', postUrl);
|
|
312
255
|
var signature = (0, _getSignature["default"])(postData);
|
|
313
|
-
|
|
314
256
|
for (var key in signature) {
|
|
315
257
|
request.setRequestHeader(key, signature[key]);
|
|
316
258
|
}
|
|
317
|
-
|
|
318
259
|
request.setRequestHeader('Authorization', token ? "Bearer ".concat(token) : '');
|
|
319
260
|
request.setRequestHeader('access_token', token ? "".concat(token) : '');
|
|
320
|
-
|
|
321
261
|
request.onreadystatechange = function (e) {
|
|
322
262
|
if (e.target.readyState == 4) {
|
|
323
263
|
dealResult(e.target.response);
|
|
324
264
|
}
|
|
325
265
|
};
|
|
326
|
-
|
|
327
266
|
request.send(fmd);
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
|
|
267
|
+
}
|
|
268
|
+
// 切片文件
|
|
331
269
|
function spreadFile(file) {
|
|
332
270
|
var chunks = [];
|
|
333
271
|
var start = 0;
|
|
334
272
|
var end;
|
|
335
|
-
|
|
336
273
|
while (start < file.size) {
|
|
337
274
|
end = Math.min(start + state.chunkSize, file.size);
|
|
338
275
|
chunks.push(file.slice(start, end));
|
|
339
276
|
start = end;
|
|
340
277
|
}
|
|
341
|
-
|
|
342
278
|
return chunks;
|
|
343
|
-
}
|
|
344
|
-
|
|
279
|
+
}
|
|
345
280
|
|
|
281
|
+
// 获取上传地址(拼接参数)
|
|
346
282
|
var getPostURL = function getPostURL() {
|
|
347
283
|
var postUrl = uploadURL;
|
|
348
284
|
var postArray = [];
|
|
349
|
-
|
|
350
285
|
for (var k in postData) {
|
|
351
286
|
if (postData[k] !== undefined && postData[k] !== null && postData[k] !== '') {
|
|
352
287
|
postArray.push("".concat(k, "=").concat(encodeURIComponent(postData[k])));
|
|
353
288
|
}
|
|
354
289
|
}
|
|
355
|
-
|
|
356
290
|
return postArray.length > 0 ? "".concat(postUrl, "?").concat(postArray.join('&')) : postUrl;
|
|
357
291
|
};
|
|
358
|
-
|
|
359
292
|
var dealResult = function dealResult(response) {
|
|
360
293
|
setUploading(false);
|
|
361
294
|
var parseData = JSON.parse(response);
|
|
362
295
|
setStatus(1);
|
|
363
|
-
|
|
364
296
|
if (typeof props.afterUpload === 'function') {
|
|
365
297
|
afterUpload(parseData);
|
|
366
298
|
}
|
|
367
|
-
|
|
368
299
|
if (parseData.result === 0) {
|
|
369
300
|
setResult(true);
|
|
370
301
|
setCountdown(5);
|
|
@@ -373,7 +304,6 @@ var VtxImport2 = function VtxImport2(props) {
|
|
|
373
304
|
} else if (parseData.result === 1) {
|
|
374
305
|
setResult(false);
|
|
375
306
|
setFileList([]);
|
|
376
|
-
|
|
377
307
|
if (parseData.data) {
|
|
378
308
|
setErrorFile(parseData.data);
|
|
379
309
|
} else {
|
|
@@ -381,44 +311,35 @@ var VtxImport2 = function VtxImport2(props) {
|
|
|
381
311
|
}
|
|
382
312
|
}
|
|
383
313
|
};
|
|
384
|
-
|
|
385
314
|
var onUpload = function onUpload(_ref) {
|
|
386
315
|
var _ref$files = _ref.files,
|
|
387
|
-
|
|
388
|
-
|
|
316
|
+
files = _ref$files === void 0 ? fileList : _ref$files;
|
|
389
317
|
if (typeof props.beforeUpload === 'function') {
|
|
390
318
|
var flag = beforeUpload(files[0]);
|
|
391
|
-
|
|
392
319
|
if (!flag) {
|
|
393
320
|
setFileList([]);
|
|
394
321
|
return;
|
|
395
322
|
}
|
|
396
323
|
}
|
|
397
|
-
|
|
398
324
|
if (files.length === 0) {
|
|
399
325
|
return _antd.message.info(TextEnum.msgUploadWarningText);
|
|
400
326
|
}
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
327
|
+
setUploading(true);
|
|
328
|
+
// 上传文件
|
|
404
329
|
checkFile(files[0]);
|
|
405
330
|
};
|
|
406
|
-
|
|
407
331
|
var againUpload = function againUpload() {
|
|
408
332
|
setInterval(undefined);
|
|
409
333
|
setFileList([]);
|
|
410
334
|
fileInputRef.current && fileInputRef.current.click();
|
|
411
335
|
};
|
|
412
|
-
|
|
413
336
|
var onFileChange = function onFileChange() {
|
|
414
337
|
var fileList = _toConsumableArray(fileInputRef.current.files);
|
|
415
|
-
|
|
416
338
|
setFileList(fileList);
|
|
417
339
|
onUpload({
|
|
418
340
|
files: fileList
|
|
419
341
|
});
|
|
420
342
|
};
|
|
421
|
-
|
|
422
343
|
(0, _react.useEffect)(function () {
|
|
423
344
|
if (state.chunkId) {
|
|
424
345
|
startUpload();
|
|
@@ -426,7 +347,7 @@ var VtxImport2 = function VtxImport2(props) {
|
|
|
426
347
|
}, [state.chunkId]);
|
|
427
348
|
var modelProps = {
|
|
428
349
|
visible: visible,
|
|
429
|
-
width: 392,
|
|
350
|
+
width: width || 392,
|
|
430
351
|
maskClosable: false,
|
|
431
352
|
footer: [/*#__PURE__*/_react["default"].createElement(_antd.Button, {
|
|
432
353
|
key: "closeWindow",
|
|
@@ -453,7 +374,9 @@ var VtxImport2 = function VtxImport2(props) {
|
|
|
453
374
|
fileKey: fileKey,
|
|
454
375
|
templateURL: templateURL,
|
|
455
376
|
customText: customText,
|
|
456
|
-
TextEnum: TextEnum
|
|
377
|
+
TextEnum: TextEnum,
|
|
378
|
+
extraText: extraText,
|
|
379
|
+
extraDom: extraDom
|
|
457
380
|
}) : /*#__PURE__*/_react["default"].createElement(_ImportResult["default"], {
|
|
458
381
|
result: result,
|
|
459
382
|
count: count,
|
|
@@ -474,7 +397,6 @@ var VtxImport2 = function VtxImport2(props) {
|
|
|
474
397
|
value: fileList.length === 0 ? '' : fileList[0].fileName
|
|
475
398
|
}));
|
|
476
399
|
};
|
|
477
|
-
|
|
478
400
|
VtxImport2.defaultProps = {
|
|
479
401
|
fileKey: 'file',
|
|
480
402
|
accept: 'application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,text/csv',
|
|
@@ -494,10 +416,12 @@ VtxImport2.propTypes = {
|
|
|
494
416
|
afterUpload: _propTypes["default"].func,
|
|
495
417
|
token: _propTypes["default"].string,
|
|
496
418
|
customText: _propTypes["default"].string,
|
|
419
|
+
extraText: _propTypes["default"].string,
|
|
497
420
|
customEnumText: _propTypes["default"].object,
|
|
498
421
|
beforeUpload: _propTypes["default"].func,
|
|
499
|
-
chunkSize: _propTypes["default"].number
|
|
422
|
+
chunkSize: _propTypes["default"].number,
|
|
423
|
+
width: _propTypes["default"].number,
|
|
424
|
+
extraDom: [_propTypes["default"].string, _propTypes["default"].node]
|
|
500
425
|
};
|
|
501
|
-
var _default = VtxImport2;
|
|
502
|
-
exports["default"] = _default;
|
|
426
|
+
var _default = exports["default"] = VtxImport2;
|
|
503
427
|
//# sourceMappingURL=index.js.map
|