cloud-b2b 1.1.64 → 1.1.65
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/es/Area/Area.js +11 -8
- package/es/CodeInput/CodeInput.js +19 -16
- package/es/Enhance/Dialogs.js +14 -11
- package/es/Enhance/Loading.js +18 -15
- package/es/Header/Header.js +20 -17
- package/es/Header/Vertical.js +14 -11
- package/es/ImageView/ImageView.js +13 -10
- package/es/InpurCascader/InputCascader.js +14 -11
- package/es/InputEditor/InputEditor.js +18 -16
- package/es/InputSearch/InputSearch.js +22 -19
- package/es/InputSelect/InputSelect.js +17 -14
- package/es/InputTreeSelect/InputTreeSelect.js +13 -10
- package/es/InputWriting/InputWriting.js +15 -12
- package/es/Layout/Layout.js +17 -14
- package/es/Link/Link.js +10 -7
- package/es/NumberInput/NumberInput.js +16 -13
- package/es/Search/Search.js +55 -52
- package/es/Search2/Search.js +110 -109
- package/es/Search2/Search.less +64 -64
- package/es/Search2/package.json +6 -6
- package/es/Sidebar/Sidebar.js +14 -11
- package/es/Sidebar2/Sidebar.js +16 -13
- package/es/SuperForm/SuperForm.js +79 -74
- package/es/SuperForm2/SuperForm.js +100 -95
- package/es/SuperPagination/SuperPagination.js +11 -8
- package/es/SuperTab/SuperTab.js +15 -12
- package/es/SuperTab2/SuperTab2.js +16 -13
- package/es/SuperTable/DragSortRow.js +15 -12
- package/es/SuperTable/FilterDropDown.js +14 -11
- package/es/SuperTable/SuperTable.js +71 -68
- package/es/SuperTable2/SuperTable2.js +88 -85
- package/es/SuperTable2/SuperTableCell.js +30 -27
- package/es/SuperTable3/FilterDropDown.js +14 -11
- package/es/SuperTable3/SuperTable.js +61 -58
- package/es/SuperToolbar/SuperToolbar.js +14 -11
- package/es/SuperUpload/SuperUpload.js +74 -74
- package/es/Viewer/ImageViews.js +19 -16
- package/es/Viewer/Viewer.js +14 -11
- package/es/helper.js +17 -18
- package/lib/Area/Area.js +11 -8
- package/lib/CodeInput/CodeInput.js +19 -16
- package/lib/Enhance/Dialogs.js +14 -11
- package/lib/Enhance/Loading.js +18 -15
- package/lib/Header/Header.js +20 -17
- package/lib/Header/Vertical.js +14 -11
- package/lib/ImageView/ImageView.js +13 -10
- package/lib/InpurCascader/InputCascader.js +14 -11
- package/lib/InputEditor/InputEditor.js +18 -16
- package/lib/InputSearch/InputSearch.js +22 -19
- package/lib/InputSelect/InputSelect.js +17 -14
- package/lib/InputTreeSelect/InputTreeSelect.js +13 -10
- package/lib/InputWriting/InputWriting.js +15 -12
- package/lib/Layout/Layout.js +17 -14
- package/lib/LayoutLink/LayoutLink.js +2 -1
- package/lib/Link/Link.js +10 -7
- package/lib/NumberInput/NumberInput.js +16 -13
- package/lib/Search/Search.js +57 -53
- package/lib/Search2/Search.js +112 -110
- package/lib/Search2/Search.less +64 -64
- package/lib/Search2/package.json +6 -6
- package/lib/Sidebar/Sidebar.js +14 -11
- package/lib/Sidebar2/Sidebar.js +16 -13
- package/lib/SuperForm/SuperForm.js +81 -75
- package/lib/SuperForm2/SuperForm.js +102 -96
- package/lib/SuperPagination/SuperPagination.js +11 -8
- package/lib/SuperTab/SuperTab.js +15 -12
- package/lib/SuperTab2/SuperTab2.js +16 -13
- package/lib/SuperTable/DragSortRow.js +15 -12
- package/lib/SuperTable/FilterDropDown.js +14 -11
- package/lib/SuperTable/SuperTable.js +71 -68
- package/lib/SuperTable2/SuperTable2.js +90 -86
- package/lib/SuperTable2/SuperTableCell.js +30 -27
- package/lib/SuperTable3/FilterDropDown.js +14 -11
- package/lib/SuperTable3/SuperTable.js +61 -58
- package/lib/SuperToolbar/SuperToolbar.js +14 -11
- package/lib/SuperUpload/SuperUpload.js +76 -75
- package/lib/Viewer/ImageViews.js +19 -16
- package/lib/Viewer/Viewer.js +14 -11
- package/lib/helper.js +17 -18
- package/package.json +1 -1
|
@@ -4,9 +4,10 @@ import _Icon from "antd/es/icon";
|
|
|
4
4
|
import _typeof from "@babel/runtime-corejs3/helpers/typeof";
|
|
5
5
|
import _classCallCheck from "@babel/runtime-corejs3/helpers/classCallCheck";
|
|
6
6
|
import _createClass from "@babel/runtime-corejs3/helpers/createClass";
|
|
7
|
+
import _assertThisInitialized from "@babel/runtime-corejs3/helpers/assertThisInitialized";
|
|
8
|
+
import _inherits from "@babel/runtime-corejs3/helpers/inherits";
|
|
7
9
|
import _possibleConstructorReturn from "@babel/runtime-corejs3/helpers/possibleConstructorReturn";
|
|
8
10
|
import _getPrototypeOf from "@babel/runtime-corejs3/helpers/getPrototypeOf";
|
|
9
|
-
import _inherits from "@babel/runtime-corejs3/helpers/inherits";
|
|
10
11
|
import _defineProperty from "@babel/runtime-corejs3/helpers/defineProperty";
|
|
11
12
|
import _Button from "antd/es/button";
|
|
12
13
|
import _objectWithoutProperties from "@babel/runtime-corejs3/helpers/objectWithoutProperties";
|
|
@@ -17,8 +18,8 @@ import _setTimeout from "@babel/runtime-corejs3/core-js-stable/set-timeout";
|
|
|
17
18
|
import _mapInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/map";
|
|
18
19
|
import _bindInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/bind";
|
|
19
20
|
import _Reflect$construct from "@babel/runtime-corejs3/core-js-stable/reflect/construct";
|
|
20
|
-
function
|
|
21
|
-
function _isNativeReflectConstruct() {
|
|
21
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = _Reflect$construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
22
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !_Reflect$construct) return false; if (_Reflect$construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(_Reflect$construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
22
23
|
import React from 'react';
|
|
23
24
|
import PropTypes from 'prop-types';
|
|
24
25
|
import variables from '../variables';
|
|
@@ -67,6 +68,8 @@ var ButtonEx = function ButtonEx(_ref) {
|
|
|
67
68
|
* onSubClick: 按钮为下拉时下拉项子列表项点击时触发,原型为function(key, subKey)
|
|
68
69
|
*/
|
|
69
70
|
var SuperToolbar = /*#__PURE__*/function (_React$Component) {
|
|
71
|
+
_inherits(SuperToolbar, _React$Component);
|
|
72
|
+
var _super = _createSuper(SuperToolbar);
|
|
70
73
|
function SuperToolbar() {
|
|
71
74
|
var _context;
|
|
72
75
|
var _this;
|
|
@@ -74,8 +77,8 @@ var SuperToolbar = /*#__PURE__*/function (_React$Component) {
|
|
|
74
77
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
75
78
|
args[_key] = arguments[_key];
|
|
76
79
|
}
|
|
77
|
-
_this =
|
|
78
|
-
_defineProperty(_this, "onClick", function (e) {
|
|
80
|
+
_this = _super.call.apply(_super, _concatInstanceProperty(_context = [this]).call(_context, args));
|
|
81
|
+
_defineProperty(_assertThisInitialized(_this), "onClick", function (e) {
|
|
79
82
|
var _this$props = _this.props,
|
|
80
83
|
onClick = _this$props.onClick,
|
|
81
84
|
onSubClick = _this$props.onSubClick;
|
|
@@ -95,7 +98,7 @@ var SuperToolbar = /*#__PURE__*/function (_React$Component) {
|
|
|
95
98
|
}
|
|
96
99
|
}
|
|
97
100
|
});
|
|
98
|
-
_defineProperty(_this, "toSubMenu", function (_ref2) {
|
|
101
|
+
_defineProperty(_assertThisInitialized(_this), "toSubMenu", function (_ref2) {
|
|
99
102
|
var key = _ref2.key,
|
|
100
103
|
title = _ref2.title,
|
|
101
104
|
_ref2$subMenu = _ref2.subMenu,
|
|
@@ -111,7 +114,7 @@ var SuperToolbar = /*#__PURE__*/function (_React$Component) {
|
|
|
111
114
|
}, title);
|
|
112
115
|
}));
|
|
113
116
|
});
|
|
114
|
-
_defineProperty(_this, "toMenu", function (menu) {
|
|
117
|
+
_defineProperty(_assertThisInitialized(_this), "toMenu", function (menu) {
|
|
115
118
|
return /*#__PURE__*/React.createElement(_Menu, {
|
|
116
119
|
onClick: _this.onClick
|
|
117
120
|
}, _mapInstanceProperty(menu).call(menu, function (item) {
|
|
@@ -127,7 +130,7 @@ var SuperToolbar = /*#__PURE__*/function (_React$Component) {
|
|
|
127
130
|
}
|
|
128
131
|
}));
|
|
129
132
|
});
|
|
130
|
-
_defineProperty(_this, "toButton", function (_ref4) {
|
|
133
|
+
_defineProperty(_assertThisInitialized(_this), "toButton", function (_ref4) {
|
|
131
134
|
var _context2;
|
|
132
135
|
var key = _ref4.key,
|
|
133
136
|
title = _ref4.title,
|
|
@@ -135,7 +138,7 @@ var SuperToolbar = /*#__PURE__*/function (_React$Component) {
|
|
|
135
138
|
confirm = _ref4.confirm,
|
|
136
139
|
menu = _ref4.menu,
|
|
137
140
|
loading = _ref4.loading;
|
|
138
|
-
var onClick = _bindInstanceProperty(_context2 = _this.onClick).call(_context2, _this, key);
|
|
141
|
+
var onClick = _bindInstanceProperty(_context2 = _this.onClick).call(_context2, _assertThisInitialized(_this), key);
|
|
139
142
|
var _this$props$size = _this.props.size,
|
|
140
143
|
size = _this$props$size === void 0 ? 'small' : _this$props$size;
|
|
141
144
|
if (menu && menu.length) {
|
|
@@ -171,8 +174,7 @@ var SuperToolbar = /*#__PURE__*/function (_React$Component) {
|
|
|
171
174
|
});
|
|
172
175
|
return _this;
|
|
173
176
|
}
|
|
174
|
-
|
|
175
|
-
return _createClass(SuperToolbar, [{
|
|
177
|
+
_createClass(SuperToolbar, [{
|
|
176
178
|
key: "render",
|
|
177
179
|
value: function render() {
|
|
178
180
|
var buttons = this.props.buttons;
|
|
@@ -182,6 +184,7 @@ var SuperToolbar = /*#__PURE__*/function (_React$Component) {
|
|
|
182
184
|
}, _mapInstanceProperty(buttons).call(buttons, this.toButton));
|
|
183
185
|
}
|
|
184
186
|
}]);
|
|
187
|
+
return SuperToolbar;
|
|
185
188
|
}(React.Component);
|
|
186
189
|
_defineProperty(SuperToolbar, "propTypes", {
|
|
187
190
|
buttons: PropTypes.arrayOf(PropTypes.shape(ButtonType)).isRequired,
|
|
@@ -16,9 +16,9 @@ import _Button from "antd/es/button";
|
|
|
16
16
|
import _Icon from "antd/es/icon";
|
|
17
17
|
import _asyncToGenerator from "@babel/runtime-corejs3/helpers/asyncToGenerator";
|
|
18
18
|
import _defineProperty from "@babel/runtime-corejs3/helpers/defineProperty";
|
|
19
|
-
function _createForOfIteratorHelper(
|
|
20
|
-
function _unsupportedIterableToArray(
|
|
21
|
-
function _arrayLikeToArray(
|
|
19
|
+
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof _Symbol !== "undefined" && _getIteratorMethod(o) || o["@@iterator"]; if (!it) { if (_Array$isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
20
|
+
function _unsupportedIterableToArray(o, minLen) { var _context7; if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = _sliceInstanceProperty(_context7 = Object.prototype.toString.call(o)).call(_context7, 8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return _Array$from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
21
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
22
22
|
import _regeneratorRuntime from "@babel/runtime-corejs3/regenerator";
|
|
23
23
|
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
24
24
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context5, _context6; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context5 = ownKeys(Object(t), !0)).call(_context5, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context6 = ownKeys(Object(t))).call(_context6, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
@@ -44,7 +44,7 @@ var propTypes = {
|
|
|
44
44
|
//附件组的标题
|
|
45
45
|
required: PropTypes.bool,
|
|
46
46
|
//是否必须上传,默认false
|
|
47
|
-
listType: PropTypes.oneOf['text', 'picture', 'picture-card'],
|
|
47
|
+
listType: PropTypes.oneOf[('text', 'picture', 'picture-card')],
|
|
48
48
|
//上传列表的内建样式,支持三种,默认picture-card
|
|
49
49
|
readonly: PropTypes.bool,
|
|
50
50
|
//所在页面是否只读,默认false
|
|
@@ -113,8 +113,8 @@ var getUploadProps = function getUploadProps(props, onPreview, fileList, setFile
|
|
|
113
113
|
setFileList(newList);
|
|
114
114
|
};
|
|
115
115
|
var onRemove = /*#__PURE__*/function () {
|
|
116
|
-
var _ref2 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee(fileRemove) {
|
|
117
|
-
return _regeneratorRuntime.wrap(function (_context2) {
|
|
116
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(fileRemove) {
|
|
117
|
+
return _regeneratorRuntime.wrap(function _callee$(_context2) {
|
|
118
118
|
while (1) switch (_context2.prev = _context2.next) {
|
|
119
119
|
case 0:
|
|
120
120
|
props.onRemove && props.onRemove(fileRemove, fileList, fileDeleteList);
|
|
@@ -216,128 +216,128 @@ function SuperUpload(props) {
|
|
|
216
216
|
return _fetchImgData.apply(this, arguments);
|
|
217
217
|
}
|
|
218
218
|
function _fetchImgData() {
|
|
219
|
-
_fetchImgData = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
|
|
220
|
-
var _iterator, _step, item, _iterator2, _step2, _item
|
|
221
|
-
return _regeneratorRuntime.wrap(function (_context3) {
|
|
219
|
+
_fetchImgData = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
|
|
220
|
+
var _iterator, _step, item, _iterator2, _step2, _item;
|
|
221
|
+
return _regeneratorRuntime.wrap(function _callee2$(_context3) {
|
|
222
222
|
while (1) switch (_context3.prev = _context3.next) {
|
|
223
223
|
case 0:
|
|
224
224
|
if (!(props.fileList.length > 0 || fileList.length > 0)) {
|
|
225
|
-
_context3.next =
|
|
225
|
+
_context3.next = 58;
|
|
226
226
|
break;
|
|
227
227
|
}
|
|
228
228
|
_iterator = _createForOfIteratorHelper(props.fileList);
|
|
229
|
-
_context3.prev =
|
|
229
|
+
_context3.prev = 2;
|
|
230
230
|
_iterator.s();
|
|
231
|
-
case
|
|
231
|
+
case 4:
|
|
232
232
|
if ((_step = _iterator.n()).done) {
|
|
233
|
-
_context3.next =
|
|
233
|
+
_context3.next = 27;
|
|
234
234
|
break;
|
|
235
235
|
}
|
|
236
236
|
item = _step.value;
|
|
237
237
|
if (!(item.fileUrl == '')) {
|
|
238
|
-
_context3.next =
|
|
238
|
+
_context3.next = 17;
|
|
239
239
|
break;
|
|
240
240
|
}
|
|
241
241
|
if (!props.getFileList) {
|
|
242
|
-
_context3.next =
|
|
242
|
+
_context3.next = 13;
|
|
243
243
|
break;
|
|
244
244
|
}
|
|
245
|
-
_context3.next =
|
|
245
|
+
_context3.next = 10;
|
|
246
246
|
return props.getFileList(fileList);
|
|
247
|
-
case
|
|
248
|
-
|
|
249
|
-
_context3.next =
|
|
247
|
+
case 10:
|
|
248
|
+
_context3.t0 = _context3.sent;
|
|
249
|
+
_context3.next = 14;
|
|
250
250
|
break;
|
|
251
|
-
case
|
|
252
|
-
|
|
253
|
-
case
|
|
254
|
-
initFileList =
|
|
255
|
-
_context3.next =
|
|
251
|
+
case 13:
|
|
252
|
+
_context3.t0 = [];
|
|
253
|
+
case 14:
|
|
254
|
+
initFileList = _context3.t0;
|
|
255
|
+
_context3.next = 25;
|
|
256
256
|
break;
|
|
257
|
-
case
|
|
257
|
+
case 17:
|
|
258
258
|
if (!props.getFileList) {
|
|
259
|
-
_context3.next =
|
|
259
|
+
_context3.next = 23;
|
|
260
260
|
break;
|
|
261
261
|
}
|
|
262
|
-
_context3.next =
|
|
262
|
+
_context3.next = 20;
|
|
263
263
|
return props.getFileList(props.fileList);
|
|
264
|
-
case
|
|
265
|
-
|
|
266
|
-
_context3.next =
|
|
264
|
+
case 20:
|
|
265
|
+
_context3.t1 = _context3.sent;
|
|
266
|
+
_context3.next = 24;
|
|
267
267
|
break;
|
|
268
|
-
case
|
|
269
|
-
|
|
270
|
-
case
|
|
271
|
-
initFileList =
|
|
272
|
-
case
|
|
273
|
-
_context3.next =
|
|
268
|
+
case 23:
|
|
269
|
+
_context3.t1 = [];
|
|
270
|
+
case 24:
|
|
271
|
+
initFileList = _context3.t1;
|
|
272
|
+
case 25:
|
|
273
|
+
_context3.next = 4;
|
|
274
274
|
break;
|
|
275
|
-
case
|
|
276
|
-
_context3.next =
|
|
275
|
+
case 27:
|
|
276
|
+
_context3.next = 32;
|
|
277
277
|
break;
|
|
278
|
-
case
|
|
279
|
-
_context3.prev =
|
|
280
|
-
|
|
281
|
-
_iterator.e(
|
|
282
|
-
case
|
|
283
|
-
_context3.prev =
|
|
278
|
+
case 29:
|
|
279
|
+
_context3.prev = 29;
|
|
280
|
+
_context3.t2 = _context3["catch"](2);
|
|
281
|
+
_iterator.e(_context3.t2);
|
|
282
|
+
case 32:
|
|
283
|
+
_context3.prev = 32;
|
|
284
284
|
_iterator.f();
|
|
285
|
-
return _context3.finish(
|
|
286
|
-
case
|
|
285
|
+
return _context3.finish(32);
|
|
286
|
+
case 35:
|
|
287
287
|
_iterator2 = _createForOfIteratorHelper(fileList);
|
|
288
|
-
_context3.prev =
|
|
288
|
+
_context3.prev = 36;
|
|
289
289
|
_iterator2.s();
|
|
290
|
-
case
|
|
290
|
+
case 38:
|
|
291
291
|
if ((_step2 = _iterator2.n()).done) {
|
|
292
|
-
_context3.next =
|
|
292
|
+
_context3.next = 50;
|
|
293
293
|
break;
|
|
294
294
|
}
|
|
295
295
|
_item = _step2.value;
|
|
296
296
|
if (!props.getFileList) {
|
|
297
|
-
_context3.next =
|
|
297
|
+
_context3.next = 46;
|
|
298
298
|
break;
|
|
299
299
|
}
|
|
300
|
-
_context3.next =
|
|
300
|
+
_context3.next = 43;
|
|
301
301
|
return props.getFileList(fileList);
|
|
302
|
-
case
|
|
303
|
-
|
|
304
|
-
_context3.next =
|
|
302
|
+
case 43:
|
|
303
|
+
_context3.t3 = _context3.sent;
|
|
304
|
+
_context3.next = 47;
|
|
305
305
|
break;
|
|
306
|
-
case
|
|
307
|
-
|
|
308
|
-
case
|
|
309
|
-
initFileList =
|
|
310
|
-
case
|
|
311
|
-
_context3.next =
|
|
306
|
+
case 46:
|
|
307
|
+
_context3.t3 = [];
|
|
308
|
+
case 47:
|
|
309
|
+
initFileList = _context3.t3;
|
|
310
|
+
case 48:
|
|
311
|
+
_context3.next = 38;
|
|
312
312
|
break;
|
|
313
|
-
case
|
|
314
|
-
_context3.next =
|
|
313
|
+
case 50:
|
|
314
|
+
_context3.next = 55;
|
|
315
315
|
break;
|
|
316
|
-
case
|
|
317
|
-
_context3.prev =
|
|
318
|
-
|
|
319
|
-
_iterator2.e(
|
|
320
|
-
case
|
|
321
|
-
_context3.prev =
|
|
316
|
+
case 52:
|
|
317
|
+
_context3.prev = 52;
|
|
318
|
+
_context3.t4 = _context3["catch"](36);
|
|
319
|
+
_iterator2.e(_context3.t4);
|
|
320
|
+
case 55:
|
|
321
|
+
_context3.prev = 55;
|
|
322
322
|
_iterator2.f();
|
|
323
|
-
return _context3.finish(
|
|
324
|
-
case
|
|
323
|
+
return _context3.finish(55);
|
|
324
|
+
case 58:
|
|
325
325
|
//const initFileList = props.getFileList ? await props.getFileList(props.fileList) : [];
|
|
326
326
|
setFileList(initFileList ? initFileList : []);
|
|
327
327
|
setLoading(false);
|
|
328
|
-
case
|
|
328
|
+
case 60:
|
|
329
329
|
case "end":
|
|
330
330
|
return _context3.stop();
|
|
331
331
|
}
|
|
332
|
-
}, _callee2, null, [[
|
|
332
|
+
}, _callee2, null, [[2, 29, 32, 35], [36, 52, 55, 58]]);
|
|
333
333
|
}));
|
|
334
334
|
return _fetchImgData.apply(this, arguments);
|
|
335
335
|
}
|
|
336
336
|
fetchImgData();
|
|
337
337
|
}, [props.fileList]);
|
|
338
338
|
var onPreview = /*#__PURE__*/function () {
|
|
339
|
-
var _ref4 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee3(file) {
|
|
340
|
-
return _regeneratorRuntime.wrap(function (_context4) {
|
|
339
|
+
var _ref4 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee3(file) {
|
|
340
|
+
return _regeneratorRuntime.wrap(function _callee3$(_context4) {
|
|
341
341
|
while (1) switch (_context4.prev = _context4.next) {
|
|
342
342
|
case 0:
|
|
343
343
|
props.onPreview && props.onPreview(file, fileList);
|
package/es/Viewer/ImageViews.js
CHANGED
|
@@ -2,15 +2,16 @@ import _Reflect$construct from "@babel/runtime-corejs3/core-js-stable/reflect/co
|
|
|
2
2
|
import _Icon from "antd/es/icon";
|
|
3
3
|
import _classCallCheck from "@babel/runtime-corejs3/helpers/classCallCheck";
|
|
4
4
|
import _createClass from "@babel/runtime-corejs3/helpers/createClass";
|
|
5
|
+
import _assertThisInitialized from "@babel/runtime-corejs3/helpers/assertThisInitialized";
|
|
6
|
+
import _inherits from "@babel/runtime-corejs3/helpers/inherits";
|
|
5
7
|
import _possibleConstructorReturn from "@babel/runtime-corejs3/helpers/possibleConstructorReturn";
|
|
6
8
|
import _getPrototypeOf from "@babel/runtime-corejs3/helpers/getPrototypeOf";
|
|
7
|
-
import _inherits from "@babel/runtime-corejs3/helpers/inherits";
|
|
8
9
|
import _defineProperty from "@babel/runtime-corejs3/helpers/defineProperty";
|
|
9
10
|
import _slicedToArray from "@babel/runtime-corejs3/helpers/slicedToArray";
|
|
10
11
|
import _JSON$stringify from "@babel/runtime-corejs3/core-js-stable/json/stringify";
|
|
11
12
|
import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
|
|
12
|
-
function
|
|
13
|
-
function _isNativeReflectConstruct() {
|
|
13
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = _Reflect$construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
14
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !_Reflect$construct) return false; if (_Reflect$construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(_Reflect$construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
14
15
|
import React from "react";
|
|
15
16
|
import variables from '../variables';
|
|
16
17
|
var addEvent = function addEvent(el, event, handler) {
|
|
@@ -47,11 +48,13 @@ var getRotateDeg = function getRotateDeg(target) {
|
|
|
47
48
|
return Math.round(Math.atan2(b, a) * (180 / Math.PI));
|
|
48
49
|
};
|
|
49
50
|
var ImageViews = /*#__PURE__*/function (_React$Component) {
|
|
51
|
+
_inherits(ImageViews, _React$Component);
|
|
52
|
+
var _super = _createSuper(ImageViews);
|
|
50
53
|
function ImageViews(props) {
|
|
51
54
|
var _this;
|
|
52
55
|
_classCallCheck(this, ImageViews);
|
|
53
|
-
_this =
|
|
54
|
-
_defineProperty(_this, "_onwheel", function (e) {
|
|
56
|
+
_this = _super.call(this, props);
|
|
57
|
+
_defineProperty(_assertThisInitialized(_this), "_onwheel", function (e) {
|
|
55
58
|
var zoom = _this.state.zoom;
|
|
56
59
|
/*事件兼容*/
|
|
57
60
|
var event = e || window.event;
|
|
@@ -73,7 +76,7 @@ var ImageViews = /*#__PURE__*/function (_React$Component) {
|
|
|
73
76
|
zoom: zoomVal
|
|
74
77
|
});
|
|
75
78
|
});
|
|
76
|
-
_defineProperty(_this, "_onMouseDown", function (e) {
|
|
79
|
+
_defineProperty(_assertThisInitialized(_this), "_onMouseDown", function (e) {
|
|
77
80
|
/*事件兼容*/
|
|
78
81
|
var event = e || window.event;
|
|
79
82
|
var imageDOM = _this.imgRef;
|
|
@@ -90,7 +93,7 @@ var ImageViews = /*#__PURE__*/function (_React$Component) {
|
|
|
90
93
|
addEvent(document, 'mousemove', _this._onMouseMove);
|
|
91
94
|
addEvent(document, 'mouseup', _this._onMouseUp);
|
|
92
95
|
});
|
|
93
|
-
_defineProperty(_this, "_onMouseMove", function (e) {
|
|
96
|
+
_defineProperty(_assertThisInitialized(_this), "_onMouseMove", function (e) {
|
|
94
97
|
var event = e || window.event;
|
|
95
98
|
var imageDOM = _this.imgRef;
|
|
96
99
|
var startTouch = _this.state.startTouch;
|
|
@@ -101,7 +104,7 @@ var ImageViews = /*#__PURE__*/function (_React$Component) {
|
|
|
101
104
|
imageDOM.style.left = "".concat(deltaX, "px");
|
|
102
105
|
imageDOM.style.top = "".concat(deltaY, "px");
|
|
103
106
|
});
|
|
104
|
-
_defineProperty(_this, "_onMouseUp", function () {
|
|
107
|
+
_defineProperty(_assertThisInitialized(_this), "_onMouseUp", function () {
|
|
105
108
|
var startTouch = _this.state.startTouch;
|
|
106
109
|
if (!startTouch.initiated) return;
|
|
107
110
|
var endTouch = JSON.parse(_JSON$stringify(startTouch));
|
|
@@ -112,7 +115,7 @@ var ImageViews = /*#__PURE__*/function (_React$Component) {
|
|
|
112
115
|
removeEvent(document, 'mousemove', _this._onMouseMove);
|
|
113
116
|
removeEvent(document, 'mouseup', _this._onMouseDown);
|
|
114
117
|
});
|
|
115
|
-
_defineProperty(_this, "_onPlus", function (event) {
|
|
118
|
+
_defineProperty(_assertThisInitialized(_this), "_onPlus", function (event) {
|
|
116
119
|
var zoom = _this.state.zoom;
|
|
117
120
|
var imageDOM = _this.imgRef;
|
|
118
121
|
var zoomVal = zoom + 0.1;
|
|
@@ -126,7 +129,7 @@ var ImageViews = /*#__PURE__*/function (_React$Component) {
|
|
|
126
129
|
zoom: zoomVal
|
|
127
130
|
});
|
|
128
131
|
});
|
|
129
|
-
_defineProperty(_this, "_onMinus", function () {
|
|
132
|
+
_defineProperty(_assertThisInitialized(_this), "_onMinus", function () {
|
|
130
133
|
var _context2;
|
|
131
134
|
var zoom = _this.state.zoom;
|
|
132
135
|
var imageDOM = _this.imgRef;
|
|
@@ -140,7 +143,7 @@ var ImageViews = /*#__PURE__*/function (_React$Component) {
|
|
|
140
143
|
zoom: zoomVal
|
|
141
144
|
});
|
|
142
145
|
});
|
|
143
|
-
_defineProperty(_this, "_reload", function () {
|
|
146
|
+
_defineProperty(_assertThisInitialized(_this), "_reload", function () {
|
|
144
147
|
var imageDOM = _this.imgRef;
|
|
145
148
|
imageDOM.style.transform = "translate(-50%,-50%) scale(1) rotate(0deg)";
|
|
146
149
|
imageDOM.style.left = "50%";
|
|
@@ -149,7 +152,7 @@ var ImageViews = /*#__PURE__*/function (_React$Component) {
|
|
|
149
152
|
zoom: 1
|
|
150
153
|
});
|
|
151
154
|
});
|
|
152
|
-
_defineProperty(_this, "_arrowLeft", function () {
|
|
155
|
+
_defineProperty(_assertThisInitialized(_this), "_arrowLeft", function () {
|
|
153
156
|
var onLeft = _this.props.onLeft;
|
|
154
157
|
onLeft && onLeft();
|
|
155
158
|
var imageDOM = _this.imgRef;
|
|
@@ -160,7 +163,7 @@ var ImageViews = /*#__PURE__*/function (_React$Component) {
|
|
|
160
163
|
zoom: 1
|
|
161
164
|
});
|
|
162
165
|
});
|
|
163
|
-
_defineProperty(_this, "_arrowRight", function () {
|
|
166
|
+
_defineProperty(_assertThisInitialized(_this), "_arrowRight", function () {
|
|
164
167
|
var onRight = _this.props.onRight;
|
|
165
168
|
onRight && onRight();
|
|
166
169
|
var imageDOM = _this.imgRef;
|
|
@@ -171,7 +174,7 @@ var ImageViews = /*#__PURE__*/function (_React$Component) {
|
|
|
171
174
|
zoom: 1
|
|
172
175
|
});
|
|
173
176
|
});
|
|
174
|
-
_defineProperty(_this, "rotate", function (isLeft) {
|
|
177
|
+
_defineProperty(_assertThisInitialized(_this), "rotate", function (isLeft) {
|
|
175
178
|
return function () {
|
|
176
179
|
var _context3;
|
|
177
180
|
var imageDOM = _this.imgRef;
|
|
@@ -187,8 +190,7 @@ var ImageViews = /*#__PURE__*/function (_React$Component) {
|
|
|
187
190
|
};
|
|
188
191
|
return _this;
|
|
189
192
|
}
|
|
190
|
-
|
|
191
|
-
return _createClass(ImageViews, [{
|
|
193
|
+
_createClass(ImageViews, [{
|
|
192
194
|
key: "render",
|
|
193
195
|
value: function render() {
|
|
194
196
|
var _this2 = this;
|
|
@@ -251,5 +253,6 @@ var ImageViews = /*#__PURE__*/function (_React$Component) {
|
|
|
251
253
|
}))))));
|
|
252
254
|
}
|
|
253
255
|
}]);
|
|
256
|
+
return ImageViews;
|
|
254
257
|
}(React.Component);
|
|
255
258
|
export default ImageViews;
|
package/es/Viewer/Viewer.js
CHANGED
|
@@ -2,29 +2,32 @@ import _Reflect$construct from "@babel/runtime-corejs3/core-js-stable/reflect/co
|
|
|
2
2
|
import _Icon from "antd/es/icon";
|
|
3
3
|
import _classCallCheck from "@babel/runtime-corejs3/helpers/classCallCheck";
|
|
4
4
|
import _createClass from "@babel/runtime-corejs3/helpers/createClass";
|
|
5
|
+
import _assertThisInitialized from "@babel/runtime-corejs3/helpers/assertThisInitialized";
|
|
6
|
+
import _inherits from "@babel/runtime-corejs3/helpers/inherits";
|
|
5
7
|
import _possibleConstructorReturn from "@babel/runtime-corejs3/helpers/possibleConstructorReturn";
|
|
6
8
|
import _getPrototypeOf from "@babel/runtime-corejs3/helpers/getPrototypeOf";
|
|
7
|
-
import _inherits from "@babel/runtime-corejs3/helpers/inherits";
|
|
8
9
|
import _defineProperty from "@babel/runtime-corejs3/helpers/defineProperty";
|
|
9
10
|
import _setTimeout from "@babel/runtime-corejs3/core-js-stable/set-timeout";
|
|
10
11
|
import _mapInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/map";
|
|
11
12
|
import _bindInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/bind";
|
|
12
|
-
function
|
|
13
|
-
function _isNativeReflectConstruct() {
|
|
13
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = _Reflect$construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
14
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !_Reflect$construct) return false; if (_Reflect$construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(_Reflect$construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
14
15
|
import React from 'react';
|
|
15
16
|
import PropTypes from 'prop-types';
|
|
16
17
|
import ImageViews from "./ImageViews";
|
|
17
18
|
import variables from '../variables';
|
|
18
19
|
var Viewers = /*#__PURE__*/function (_React$Component) {
|
|
20
|
+
_inherits(Viewers, _React$Component);
|
|
21
|
+
var _super = _createSuper(Viewers);
|
|
19
22
|
function Viewers(props) {
|
|
20
23
|
var _this;
|
|
21
24
|
_classCallCheck(this, Viewers);
|
|
22
|
-
_this =
|
|
25
|
+
_this = _super.call(this, props);
|
|
23
26
|
//修复Warning报错
|
|
24
|
-
_defineProperty(_this, "componentWillUnmount", function () {
|
|
27
|
+
_defineProperty(_assertThisInitialized(_this), "componentWillUnmount", function () {
|
|
25
28
|
_this.timeout = null;
|
|
26
29
|
});
|
|
27
|
-
_defineProperty(_this, "closeViewers", function () {
|
|
30
|
+
_defineProperty(_assertThisInitialized(_this), "closeViewers", function () {
|
|
28
31
|
var _this$props = _this.props,
|
|
29
32
|
onCancel = _this$props.onCancel,
|
|
30
33
|
onClose = _this$props.onClose;
|
|
@@ -33,7 +36,7 @@ var Viewers = /*#__PURE__*/function (_React$Component) {
|
|
|
33
36
|
onCancel && onCancel(onClose);
|
|
34
37
|
}, 1000);
|
|
35
38
|
});
|
|
36
|
-
_defineProperty(_this, "_onLeft", function () {
|
|
39
|
+
_defineProperty(_assertThisInitialized(_this), "_onLeft", function () {
|
|
37
40
|
var imageIndex = _this.state.imageIndex;
|
|
38
41
|
var images = _this.props.images;
|
|
39
42
|
var index = imageIndex - 1;
|
|
@@ -44,7 +47,7 @@ var Viewers = /*#__PURE__*/function (_React$Component) {
|
|
|
44
47
|
imageIndex: index
|
|
45
48
|
});
|
|
46
49
|
});
|
|
47
|
-
_defineProperty(_this, "_onRight", function () {
|
|
50
|
+
_defineProperty(_assertThisInitialized(_this), "_onRight", function () {
|
|
48
51
|
var imageIndex = _this.state.imageIndex;
|
|
49
52
|
var images = _this.props.images;
|
|
50
53
|
var index = imageIndex + 1;
|
|
@@ -55,7 +58,7 @@ var Viewers = /*#__PURE__*/function (_React$Component) {
|
|
|
55
58
|
imageIndex: index
|
|
56
59
|
});
|
|
57
60
|
});
|
|
58
|
-
_defineProperty(_this, "_onSelect", function (index) {
|
|
61
|
+
_defineProperty(_assertThisInitialized(_this), "_onSelect", function (index) {
|
|
59
62
|
_this.setState({
|
|
60
63
|
imageIndex: index
|
|
61
64
|
});
|
|
@@ -65,8 +68,7 @@ var Viewers = /*#__PURE__*/function (_React$Component) {
|
|
|
65
68
|
};
|
|
66
69
|
return _this;
|
|
67
70
|
}
|
|
68
|
-
|
|
69
|
-
return _createClass(Viewers, [{
|
|
71
|
+
_createClass(Viewers, [{
|
|
70
72
|
key: "render",
|
|
71
73
|
value: function render() {
|
|
72
74
|
var _this2 = this;
|
|
@@ -105,6 +107,7 @@ var Viewers = /*#__PURE__*/function (_React$Component) {
|
|
|
105
107
|
}))) : null);
|
|
106
108
|
}
|
|
107
109
|
}]);
|
|
110
|
+
return Viewers;
|
|
108
111
|
}(React.Component);
|
|
109
112
|
_defineProperty(Viewers, "propTypes", {
|
|
110
113
|
/** viewer是否可见 */
|
package/es/helper.js
CHANGED
|
@@ -137,16 +137,15 @@ var getObject = function getObject(obj, keys) {
|
|
|
137
137
|
}, {});
|
|
138
138
|
};
|
|
139
139
|
export var fetchJson = /*#__PURE__*/function () {
|
|
140
|
-
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee(url, option) {
|
|
140
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(url, option) {
|
|
141
141
|
var cookie,
|
|
142
142
|
jump,
|
|
143
143
|
res,
|
|
144
144
|
_context3,
|
|
145
145
|
json,
|
|
146
146
|
roleKey,
|
|
147
|
-
_args = arguments
|
|
148
|
-
|
|
149
|
-
return _regeneratorRuntime.wrap(function (_context4) {
|
|
147
|
+
_args = arguments;
|
|
148
|
+
return _regeneratorRuntime.wrap(function _callee$(_context4) {
|
|
150
149
|
while (1) switch (_context4.prev = _context4.next) {
|
|
151
150
|
case 0:
|
|
152
151
|
cookie = _args.length > 2 && _args[2] !== undefined ? _args[2] : true;
|
|
@@ -173,23 +172,23 @@ export var fetchJson = /*#__PURE__*/function () {
|
|
|
173
172
|
};
|
|
174
173
|
}
|
|
175
174
|
}
|
|
176
|
-
_context4.prev =
|
|
177
|
-
_context4.next =
|
|
175
|
+
_context4.prev = 3;
|
|
176
|
+
_context4.next = 6;
|
|
178
177
|
return fetch(url, option);
|
|
179
|
-
case
|
|
178
|
+
case 6:
|
|
180
179
|
res = _context4.sent;
|
|
181
180
|
if (res.ok) {
|
|
182
|
-
_context4.next =
|
|
181
|
+
_context4.next = 11;
|
|
183
182
|
break;
|
|
184
183
|
}
|
|
185
184
|
return _context4.abrupt("return", {
|
|
186
185
|
returnCode: res.status,
|
|
187
186
|
returnMsg: _concatInstanceProperty(_context3 = "".concat(res.status, " - ")).call(_context3, res.statusText)
|
|
188
187
|
});
|
|
189
|
-
case
|
|
190
|
-
_context4.next =
|
|
188
|
+
case 11:
|
|
189
|
+
_context4.next = 13;
|
|
191
190
|
return res.json();
|
|
192
|
-
case
|
|
191
|
+
case 13:
|
|
193
192
|
json = _context4.sent;
|
|
194
193
|
if (json.returnCode !== 0 && json.errorCode) {
|
|
195
194
|
json.returnCode = Number(json.errorCode) || 10001;
|
|
@@ -205,21 +204,21 @@ export var fetchJson = /*#__PURE__*/function () {
|
|
|
205
204
|
}
|
|
206
205
|
}
|
|
207
206
|
return _context4.abrupt("return", json);
|
|
208
|
-
case
|
|
209
|
-
_context4.next =
|
|
207
|
+
case 17:
|
|
208
|
+
_context4.next = 22;
|
|
210
209
|
break;
|
|
211
|
-
case
|
|
212
|
-
_context4.prev =
|
|
213
|
-
|
|
210
|
+
case 19:
|
|
211
|
+
_context4.prev = 19;
|
|
212
|
+
_context4.t0 = _context4["catch"](3);
|
|
214
213
|
return _context4.abrupt("return", {
|
|
215
214
|
returnCode: 10000,
|
|
216
215
|
returnMsg: '无法请求资源'
|
|
217
216
|
});
|
|
218
|
-
case
|
|
217
|
+
case 22:
|
|
219
218
|
case "end":
|
|
220
219
|
return _context4.stop();
|
|
221
220
|
}
|
|
222
|
-
}, _callee, null, [[
|
|
221
|
+
}, _callee, null, [[3, 19]]);
|
|
223
222
|
}));
|
|
224
223
|
return function fetchJson(_x, _x2) {
|
|
225
224
|
return _ref.apply(this, arguments);
|