diff --git a/24680.f91dedbd.async.js b/24680.f91dedbd.async.js new file mode 100644 index 0000000000..d27a7b4505 --- /dev/null +++ b/24680.f91dedbd.async.js @@ -0,0 +1,651 @@ +"use strict"; +(self["webpackChunk"] = self["webpackChunk"] || []).push([[24680],{ + +/***/ 680: +/*!*******************************************************************************************************************!*\ + !*** ./node_modules/_@ant-design_icons@5.5.1@@ant-design/icons/es/icons/ExclamationCircleOutlined.js + 1 modules ***! + \*******************************************************************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ icons_ExclamationCircleOutlined; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.0@@babel/runtime/helpers/esm/extends.js +var esm_extends = __webpack_require__(5891); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons-svg@4.4.2@@ant-design/icons-svg/es/asn/ExclamationCircleOutlined.js +// This icon file is generated automatically. +var ExclamationCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M464 688a48 48 0 1096 0 48 48 0 10-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z" } }] }, "name": "exclamation-circle", "theme": "outlined" }; +/* harmony default export */ var asn_ExclamationCircleOutlined = (ExclamationCircleOutlined); + +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.5.1@@ant-design/icons/es/components/AntdIcon.js + 3 modules +var AntdIcon = __webpack_require__(22589); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons@5.5.1@@ant-design/icons/es/icons/ExclamationCircleOutlined.js + +// GENERATE BY ./scripts/generate.ts +// DON NOT EDIT IT MANUALLY + + + + +var ExclamationCircleOutlined_ExclamationCircleOutlined = function ExclamationCircleOutlined(props, ref) { + return /*#__PURE__*/_react_17_0_2_react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { + ref: ref, + icon: asn_ExclamationCircleOutlined + })); +}; + +/**![exclamation-circle](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUxMiA2NEMyNjQuNiA2NCA2NCAyNjQuNiA2NCA1MTJzMjAwLjYgNDQ4IDQ0OCA0NDggNDQ4LTIwMC42IDQ0OC00NDhTNzU5LjQgNjQgNTEyIDY0em0wIDgyMGMtMjA1LjQgMC0zNzItMTY2LjYtMzcyLTM3MnMxNjYuNi0zNzIgMzcyLTM3MiAzNzIgMTY2LjYgMzcyIDM3Mi0xNjYuNiAzNzItMzcyIDM3MnoiIC8+PHBhdGggZD0iTTQ2NCA2ODhhNDggNDggMCAxMDk2IDAgNDggNDggMCAxMC05NiAwem0yNC0xMTJoNDhjNC40IDAgOC0zLjYgOC04VjI5NmMwLTQuNC0zLjYtOC04LThoLTQ4Yy00LjQgMC04IDMuNi04IDh2MjcyYzAgNC40IDMuNiA4IDggOHoiIC8+PC9zdmc+) */ +var RefIcon = /*#__PURE__*/_react_17_0_2_react.forwardRef(ExclamationCircleOutlined_ExclamationCircleOutlined); +if (false) {} +/* harmony default export */ var icons_ExclamationCircleOutlined = (RefIcon); + +/***/ }), + +/***/ 80010: +/*!*********************************************************************************!*\ + !*** ./node_modules/_react-resizable@1.11.0@react-resizable/build/Resizable.js ***! + \*********************************************************************************/ +/***/ (function(__unused_webpack_module, exports, __webpack_require__) { + + + +exports.__esModule = true; +exports["default"] = void 0; + +var _react = _interopRequireDefault(__webpack_require__(/*! react */ 59301)); + +var _reactDraggable = __webpack_require__(/*! react-draggable */ 12911); + +var _utils = __webpack_require__(/*! ./utils */ 73638); + +var _propTypes = __webpack_require__(/*! ./propTypes */ 6217); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function _extends() { _extends = Object.assign || 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); } + +function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } + +function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } + +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; } + +function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; } + +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; } + +var Resizable = /*#__PURE__*/function (_React$Component) { + _inheritsLoose(Resizable, _React$Component); + + function Resizable() { + var _this; + + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { + args[_key] = arguments[_key]; + } + + _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this; + + _defineProperty(_assertThisInitialized(_this), "state", undefined); + + _defineProperty(_assertThisInitialized(_this), "lastHandleRect", null); + + _defineProperty(_assertThisInitialized(_this), "slack", null); + + return _this; + } + + var _proto = Resizable.prototype; + + _proto.componentWillUnmount = function componentWillUnmount() { + this.resetData(); + }; + + _proto.lockAspectRatio = function lockAspectRatio(width, height, aspectRatio) { + height = width / aspectRatio; + width = height * aspectRatio; + return [width, height]; + }; + + _proto.resetData = function resetData() { + this.lastHandleRect = this.slack = null; + } // Clamp width and height within provided constraints + ; + + _proto.runConstraints = function runConstraints(width, height) { + var _ref = [this.props.minConstraints, this.props.maxConstraints], + min = _ref[0], + max = _ref[1]; + if (!min && !max) return [width, height]; // If constraining to min and max, we need to also fit width and height to aspect ratio. + + if (this.props.lockAspectRatio) { + var resizingHorizontally = height === this.props.height; + + if (resizingHorizontally) { + var ratio = this.props.width / this.props.height; + height = width / ratio; + width = height * ratio; + } else { + // Take into account vertical resize with N/S handles on locked aspect + // ratio. Calculate the change height-first, instead of width-first + var _ratio = this.props.height / this.props.width; + + width = height / _ratio; + height = width * _ratio; + } + } + + var oldW = width, + oldH = height; // Add slack to the values used to calculate bound position. This will ensure that if + // we start removing slack, the element won't react to it right away until it's been + // completely removed. + + var _ref2 = this.slack || [0, 0], + slackW = _ref2[0], + slackH = _ref2[1]; + + width += slackW; + height += slackH; + + if (min) { + width = Math.max(min[0], width); + height = Math.max(min[1], height); + } + + if (max) { + width = Math.min(max[0], width); + height = Math.min(max[1], height); + } // If the width or height changed, we must have introduced some slack. Record it for the next iteration. + + + this.slack = [slackW + (oldW - width), slackH + (oldH - height)]; + return [width, height]; + } + /** + * Wrapper around drag events to provide more useful data. + * + * @param {String} handlerName Handler name to wrap. + * @return {Function} Handler function. + */ + ; + + _proto.resizeHandler = function resizeHandler(handlerName, axis) { + var _this2 = this; + + return function (e, _ref3) { + var node = _ref3.node, + deltaX = _ref3.deltaX, + deltaY = _ref3.deltaY; + // Reset data in case it was left over somehow (should not be possible) + if (handlerName === 'onResizeStart') _this2.resetData(); // Axis restrictions + + var canDragX = (_this2.props.axis === 'both' || _this2.props.axis === 'x') && axis !== 'n' && axis !== 's'; + var canDragY = (_this2.props.axis === 'both' || _this2.props.axis === 'y') && axis !== 'e' && axis !== 'w'; // No dragging possible. + + if (!canDragX && !canDragY) return; // Decompose axis for later use + + var axisV = axis[0]; + var axisH = axis[axis.length - 1]; // intentionally not axis[1], so that this catches axis === 'w' for example + // Track the element being dragged to account for changes in position. + // If a handle's position is changed between callbacks, we need to factor this in to the next callback. + // Failure to do so will cause the element to "skip" when resized upwards or leftwards. + + var handleRect = node.getBoundingClientRect(); + + if (_this2.lastHandleRect != null) { + // If the handle has repositioned on either axis since last render, + // we need to increase our callback values by this much. + // Only checking 'n', 'w' since resizing by 's', 'w' won't affect the overall position on page, + if (axisH === 'w') { + var deltaLeftSinceLast = handleRect.left - _this2.lastHandleRect.left; + deltaX += deltaLeftSinceLast; + } + + if (axisV === 'n') { + var deltaTopSinceLast = handleRect.top - _this2.lastHandleRect.top; + deltaY += deltaTopSinceLast; + } + } // Storage of last rect so we know how much it has really moved. + + + _this2.lastHandleRect = handleRect; // Reverse delta if using top or left drag handles. + + if (axisH === 'w') deltaX = -deltaX; + if (axisV === 'n') deltaY = -deltaY; // Update w/h by the deltas. Also factor in transformScale. + + var width = _this2.props.width + (canDragX ? deltaX / _this2.props.transformScale : 0); + var height = _this2.props.height + (canDragY ? deltaY / _this2.props.transformScale : 0); // Run user-provided constraints. + + var _this2$runConstraints = _this2.runConstraints(width, height); + + width = _this2$runConstraints[0]; + height = _this2$runConstraints[1]; + var dimensionsChanged = width !== _this2.props.width || height !== _this2.props.height; // Call user-supplied callback if present. + + var cb = typeof _this2.props[handlerName] === 'function' ? _this2.props[handlerName] : null; // Don't call 'onResize' if dimensions haven't changed. + + var shouldSkipCb = handlerName === 'onResize' && !dimensionsChanged; + + if (cb && !shouldSkipCb) { + if (typeof e.persist === 'function') e.persist(); + cb(e, { + node: node, + size: { + width: width, + height: height + }, + handle: axis + }); + } // Reset internal data + + + if (handlerName === 'onResizeStop') _this2.resetData(); + }; + }; + + _proto.renderResizeHandle = function renderResizeHandle(resizeHandleAxis) { + var handle = this.props.handle; + + if (handle) { + if (typeof handle === 'function') { + return handle(resizeHandleAxis); + } + + return handle; + } + + return /*#__PURE__*/_react.default.createElement("span", { + className: "react-resizable-handle react-resizable-handle-" + resizeHandleAxis + }); + }; + + _proto.render = function render() { + var _this3 = this; + + // Pass along only props not meant for the ``.` + // eslint-disable-next-line no-unused-vars + var _this$props = this.props, + children = _this$props.children, + className = _this$props.className, + draggableOpts = _this$props.draggableOpts, + width = _this$props.width, + height = _this$props.height, + handle = _this$props.handle, + handleSize = _this$props.handleSize, + lockAspectRatio = _this$props.lockAspectRatio, + axis = _this$props.axis, + minConstraints = _this$props.minConstraints, + maxConstraints = _this$props.maxConstraints, + onResize = _this$props.onResize, + onResizeStop = _this$props.onResizeStop, + onResizeStart = _this$props.onResizeStart, + resizeHandles = _this$props.resizeHandles, + transformScale = _this$props.transformScale, + p = _objectWithoutPropertiesLoose(_this$props, ["children", "className", "draggableOpts", "width", "height", "handle", "handleSize", "lockAspectRatio", "axis", "minConstraints", "maxConstraints", "onResize", "onResizeStop", "onResizeStart", "resizeHandles", "transformScale"]); // What we're doing here is getting the child of this element, and cloning it with this element's props. + // We are then defining its children as: + // Its original children (resizable's child's children), and + // One or more draggable handles. + + + return (0, _utils.cloneElement)(children, _objectSpread(_objectSpread({}, p), {}, { + className: (className ? className + " " : '') + "react-resizable", + children: [].concat(children.props.children, resizeHandles.map(function (handleAxis) { + return /*#__PURE__*/_react.default.createElement(_reactDraggable.DraggableCore, _extends({}, draggableOpts, { + key: "resizableHandle-" + handleAxis, + onStop: _this3.resizeHandler('onResizeStop', handleAxis), + onStart: _this3.resizeHandler('onResizeStart', handleAxis), + onDrag: _this3.resizeHandler('onResize', handleAxis) + }), _this3.renderResizeHandle(handleAxis)); + })) + })); + }; + + return Resizable; +}(_react.default.Component); + +exports["default"] = Resizable; + +_defineProperty(Resizable, "propTypes", _propTypes.resizableProps); + +_defineProperty(Resizable, "defaultProps", { + handleSize: [20, 20], + lockAspectRatio: false, + axis: 'both', + minConstraints: [20, 20], + maxConstraints: [Infinity, Infinity], + resizeHandles: ['se'], + transformScale: 1 +}); + +/***/ }), + +/***/ 60842: +/*!************************************************************************************!*\ + !*** ./node_modules/_react-resizable@1.11.0@react-resizable/build/ResizableBox.js ***! + \************************************************************************************/ +/***/ (function(__unused_webpack_module, exports, __webpack_require__) { + +var __webpack_unused_export__; + + +__webpack_unused_export__ = true; +exports["default"] = void 0; + +var React = _interopRequireWildcard(__webpack_require__(/*! react */ 59301)); + +var _propTypes = _interopRequireDefault(__webpack_require__(/*! prop-types */ 12708)); + +var _Resizable = _interopRequireDefault(__webpack_require__(/*! ./Resizable */ 80010)); + +var _propTypes2 = __webpack_require__(/*! ./propTypes */ 6217); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } + +function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (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; } + +function _extends() { _extends = Object.assign || 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); } + +function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } + +function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } + +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; } + +function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; } + +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; } + +var ResizableBox = /*#__PURE__*/function (_React$Component) { + _inheritsLoose(ResizableBox, _React$Component); + + function ResizableBox() { + var _this; + + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { + args[_key] = arguments[_key]; + } + + _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this; + + _defineProperty(_assertThisInitialized(_this), "state", { + width: _this.props.width, + height: _this.props.height, + propsWidth: _this.props.width, + propsHeight: _this.props.height + }); + + _defineProperty(_assertThisInitialized(_this), "onResize", function (e, data) { + var size = data.size; + + if (_this.props.onResize) { + e.persist && e.persist(); + + _this.setState(size, function () { + return _this.props.onResize && _this.props.onResize(e, data); + }); + } else { + _this.setState(size); + } + }); + + return _this; + } + + ResizableBox.getDerivedStateFromProps = function getDerivedStateFromProps(props, state) { + // If parent changes height/width, set that in our state. + if (state.propsWidth !== props.width || state.propsHeight !== props.height) { + return { + width: props.width, + height: props.height, + propsWidth: props.width, + propsHeight: props.height + }; + } + + return null; + }; + + var _proto = ResizableBox.prototype; + + _proto.render = function render() { + // Basic wrapper around a Resizable instance. + // If you use Resizable directly, you are responsible for updating the child component + // with a new width and height. + var _this$props = this.props, + handle = _this$props.handle, + handleSize = _this$props.handleSize, + onResize = _this$props.onResize, + onResizeStart = _this$props.onResizeStart, + onResizeStop = _this$props.onResizeStop, + draggableOpts = _this$props.draggableOpts, + minConstraints = _this$props.minConstraints, + maxConstraints = _this$props.maxConstraints, + lockAspectRatio = _this$props.lockAspectRatio, + axis = _this$props.axis, + width = _this$props.width, + height = _this$props.height, + resizeHandles = _this$props.resizeHandles, + style = _this$props.style, + transformScale = _this$props.transformScale, + props = _objectWithoutPropertiesLoose(_this$props, ["handle", "handleSize", "onResize", "onResizeStart", "onResizeStop", "draggableOpts", "minConstraints", "maxConstraints", "lockAspectRatio", "axis", "width", "height", "resizeHandles", "style", "transformScale"]); + + return /*#__PURE__*/React.createElement(_Resizable.default, { + axis: axis, + draggableOpts: draggableOpts, + handle: handle, + handleSize: handleSize, + height: this.state.height, + lockAspectRatio: lockAspectRatio, + maxConstraints: maxConstraints, + minConstraints: minConstraints, + onResizeStart: onResizeStart, + onResize: this.onResize, + onResizeStop: onResizeStop, + resizeHandles: resizeHandles, + transformScale: transformScale, + width: this.state.width + }, /*#__PURE__*/React.createElement("div", _extends({}, props, { + style: _objectSpread(_objectSpread({}, style), {}, { + width: this.state.width + 'px', + height: this.state.height + 'px' + }) + }))); + }; + + return ResizableBox; +}(React.Component); + +exports["default"] = ResizableBox; + +_defineProperty(ResizableBox, "propTypes", _objectSpread(_objectSpread({}, _propTypes2.resizableProps), {}, { + children: _propTypes.default.element +})); + +/***/ }), + +/***/ 6217: +/*!*********************************************************************************!*\ + !*** ./node_modules/_react-resizable@1.11.0@react-resizable/build/propTypes.js ***! + \*********************************************************************************/ +/***/ (function(__unused_webpack_module, exports, __webpack_require__) { + + + +exports.__esModule = true; +exports.resizableProps = void 0; + +var _propTypes = _interopRequireDefault(__webpack_require__(/*! prop-types */ 12708)); + +var _reactDraggable = __webpack_require__(/*! react-draggable */ 12911); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +var resizableProps = { + /* + * Restricts resizing to a particular axis (default: 'both') + * 'both' - allows resizing by width or height + * 'x' - only allows the width to be changed + * 'y' - only allows the height to be changed + * 'none' - disables resizing altogether + * */ + axis: _propTypes.default.oneOf(['both', 'x', 'y', 'none']), + className: _propTypes.default.string, + + /* + * Require that one and only one child be present. + * */ + children: _propTypes.default.element.isRequired, + + /* + * These will be passed wholesale to react-draggable's DraggableCore + * */ + draggableOpts: _propTypes.default.shape({ + allowAnyClick: _propTypes.default.bool, + cancel: _propTypes.default.string, + children: _propTypes.default.node, + disabled: _propTypes.default.bool, + enableUserSelectHack: _propTypes.default.bool, + offsetParent: _propTypes.default.node, + grid: _propTypes.default.arrayOf(_propTypes.default.number), + handle: _propTypes.default.string, + nodeRef: _propTypes.default.object, + onStart: _propTypes.default.func, + onDrag: _propTypes.default.func, + onStop: _propTypes.default.func, + onMouseDown: _propTypes.default.func, + scale: _propTypes.default.number + }), + + /* + * Initial height + * */ + height: _propTypes.default.number.isRequired, + + /* + * Customize cursor resize handle + * */ + handle: _propTypes.default.oneOfType([_propTypes.default.node, _propTypes.default.func]), + + /* + * If you change this, be sure to update your css + * */ + handleSize: _propTypes.default.arrayOf(_propTypes.default.number), + lockAspectRatio: _propTypes.default.bool, + + /* + * Max X & Y measure + * */ + maxConstraints: _propTypes.default.arrayOf(_propTypes.default.number), + + /* + * Min X & Y measure + * */ + minConstraints: _propTypes.default.arrayOf(_propTypes.default.number), + + /* + * Called on stop resize event + * */ + onResizeStop: _propTypes.default.func, + + /* + * Called on start resize event + * */ + onResizeStart: _propTypes.default.func, + + /* + * Called on resize event + * */ + onResize: _propTypes.default.func, + + /* + * Defines which resize handles should be rendered (default: 'se') + * 's' - South handle (bottom-center) + * 'w' - West handle (left-center) + * 'e' - East handle (right-center) + * 'n' - North handle (top-center) + * 'sw' - Southwest handle (bottom-left) + * 'nw' - Northwest handle (top-left) + * 'se' - Southeast handle (bottom-right) + * 'ne' - Northeast handle (top-center) + * */ + resizeHandles: _propTypes.default.arrayOf(_propTypes.default.oneOf(['s', 'w', 'e', 'n', 'sw', 'nw', 'se', 'ne'])), + + /* + * If `transform: scale(n)` is set on the parent, this should be set to `n`. + * */ + transformScale: _propTypes.default.number, + + /* + * Initial width + */ + width: _propTypes.default.number.isRequired +}; +exports.resizableProps = resizableProps; + +/***/ }), + +/***/ 73638: +/*!*****************************************************************************!*\ + !*** ./node_modules/_react-resizable@1.11.0@react-resizable/build/utils.js ***! + \*****************************************************************************/ +/***/ (function(__unused_webpack_module, exports, __webpack_require__) { + + + +exports.__esModule = true; +exports.cloneElement = cloneElement; + +var _react = _interopRequireDefault(__webpack_require__(/*! react */ 59301)); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } + +function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } + +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; } + +// React.addons.cloneWithProps look-alike that merges style & className. +function cloneElement(element, props) { + if (props.style && element.props.style) { + props.style = _objectSpread(_objectSpread({}, element.props.style), props.style); + } + + if (props.className && element.props.className) { + props.className = element.props.className + " " + props.className; + } + + return /*#__PURE__*/_react.default.cloneElement(element, props); +} + +/***/ }), + +/***/ 9221: +/*!***********************************************************************!*\ + !*** ./node_modules/_react-resizable@1.11.0@react-resizable/index.js ***! + \***********************************************************************/ +/***/ (function(module, __unused_webpack_exports, __webpack_require__) { + + +module.exports = function() { + throw new Error("Don't instantiate Resizable directly! Use require('react-resizable').Resizable"); +}; + +module.exports.Resizable = __webpack_require__(/*! ./build/Resizable */ 80010)["default"]; +module.exports.ResizableBox = __webpack_require__(/*! ./build/ResizableBox */ 60842)["default"]; + + +/***/ }) + +}]); \ No newline at end of file diff --git a/7936.c055134d.async.js b/7936.c055134d.async.js new file mode 100644 index 0000000000..6f8db7daed --- /dev/null +++ b/7936.c055134d.async.js @@ -0,0 +1,850 @@ +(self["webpackChunk"] = self["webpackChunk"] || []).push([[7936],{ + +/***/ 82234: +/*!**********************************************************************************************************!*\ + !*** ./node_modules/_@ant-design_icons@5.5.1@@ant-design/icons/es/icons/DownloadOutlined.js + 1 modules ***! + \**********************************************************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +"use strict"; + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ icons_DownloadOutlined; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.0@@babel/runtime/helpers/esm/extends.js +var esm_extends = __webpack_require__(5891); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons-svg@4.4.2@@ant-design/icons-svg/es/asn/DownloadOutlined.js +// This icon file is generated automatically. +var DownloadOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M505.7 661a8 8 0 0012.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z" } }] }, "name": "download", "theme": "outlined" }; +/* harmony default export */ var asn_DownloadOutlined = (DownloadOutlined); + +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.5.1@@ant-design/icons/es/components/AntdIcon.js + 3 modules +var AntdIcon = __webpack_require__(22589); +;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons@5.5.1@@ant-design/icons/es/icons/DownloadOutlined.js + +// GENERATE BY ./scripts/generate.ts +// DON NOT EDIT IT MANUALLY + + + + +var DownloadOutlined_DownloadOutlined = function DownloadOutlined(props, ref) { + return /*#__PURE__*/_react_17_0_2_react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { + ref: ref, + icon: asn_DownloadOutlined + })); +}; + +/**![download](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUwNS43IDY2MWE4IDggMCAwMDEyLjYgMGwxMTItMTQxLjdjNC4xLTUuMi40LTEyLjktNi4zLTEyLjloLTc0LjFWMTY4YzAtNC40LTMuNi04LTgtOGgtNjBjLTQuNCAwLTggMy42LTggOHYzMzguM0g0MDBjLTYuNyAwLTEwLjQgNy43LTYuMyAxMi45bDExMiAxNDEuOHpNODc4IDYyNmgtNjBjLTQuNCAwLTggMy42LTggOHYxNTRIMjE0VjYzNGMwLTQuNC0zLjYtOC04LThoLTYwYy00LjQgMC04IDMuNi04IDh2MTk4YzAgMTcuNyAxNC4zIDMyIDMyIDMyaDY4NGMxNy43IDAgMzItMTQuMyAzMi0zMlY2MzRjMC00LjQtMy42LTgtOC04eiIgLz48L3N2Zz4=) */ +var RefIcon = /*#__PURE__*/_react_17_0_2_react.forwardRef(DownloadOutlined_DownloadOutlined); +if (false) {} +/* harmony default export */ var icons_DownloadOutlined = (RefIcon); + +/***/ }), + +/***/ 28103: +/*!***********************************************************************!*\ + !*** ./node_modules/_antd@5.9.0@antd/es/divider/index.js + 1 modules ***! + \***********************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +"use strict"; + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + Z: function() { return /* binding */ divider; } +}); + +// EXTERNAL MODULE: ./node_modules/_classnames@2.5.1@classnames/index.js +var _classnames_2_5_1_classnames = __webpack_require__(92310); +var _classnames_2_5_1_classnames_default = /*#__PURE__*/__webpack_require__.n(_classnames_2_5_1_classnames); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/config-provider/context.js +var context = __webpack_require__(36355); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/style/index.js +var style = __webpack_require__(17313); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/theme/util/genComponentStyleHook.js +var genComponentStyleHook = __webpack_require__(83116); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/theme/util/statistic.js +var statistic = __webpack_require__(37613); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/divider/style/index.js + + +// ============================== Shared ============================== +const genSharedDividerStyle = token => { + const { + componentCls, + sizePaddingEdgeHorizontal, + colorSplit, + lineWidth, + textPaddingInline, + orientationMargin, + verticalMarginInline + } = token; + return { + [componentCls]: Object.assign(Object.assign({}, (0,style/* resetComponent */.Wf)(token)), { + borderBlockStart: `${lineWidth}px solid ${colorSplit}`, + // vertical + '&-vertical': { + position: 'relative', + top: '-0.06em', + display: 'inline-block', + height: '0.9em', + marginInline: verticalMarginInline, + marginBlock: 0, + verticalAlign: 'middle', + borderTop: 0, + borderInlineStart: `${lineWidth}px solid ${colorSplit}` + }, + '&-horizontal': { + display: 'flex', + clear: 'both', + width: '100%', + minWidth: '100%', + margin: `${token.dividerHorizontalGutterMargin}px 0` + }, + [`&-horizontal${componentCls}-with-text`]: { + display: 'flex', + alignItems: 'center', + margin: `${token.dividerHorizontalWithTextGutterMargin}px 0`, + color: token.colorTextHeading, + fontWeight: 500, + fontSize: token.fontSizeLG, + whiteSpace: 'nowrap', + textAlign: 'center', + borderBlockStart: `0 ${colorSplit}`, + '&::before, &::after': { + position: 'relative', + width: '50%', + borderBlockStart: `${lineWidth}px solid transparent`, + // Chrome not accept `inherit` in `border-top` + borderBlockStartColor: 'inherit', + borderBlockEnd: 0, + transform: 'translateY(50%)', + content: "''" + } + }, + [`&-horizontal${componentCls}-with-text-left`]: { + '&::before': { + width: `${orientationMargin * 100}%` + }, + '&::after': { + width: `${100 - orientationMargin * 100}%` + } + }, + [`&-horizontal${componentCls}-with-text-right`]: { + '&::before': { + width: `${100 - orientationMargin * 100}%` + }, + '&::after': { + width: `${orientationMargin * 100}%` + } + }, + [`${componentCls}-inner-text`]: { + display: 'inline-block', + paddingBlock: 0, + paddingInline: textPaddingInline + }, + '&-dashed': { + background: 'none', + borderColor: colorSplit, + borderStyle: 'dashed', + borderWidth: `${lineWidth}px 0 0` + }, + [`&-horizontal${componentCls}-with-text${componentCls}-dashed`]: { + '&::before, &::after': { + borderStyle: 'dashed none none' + } + }, + [`&-vertical${componentCls}-dashed`]: { + borderInlineStartWidth: lineWidth, + borderInlineEnd: 0, + borderBlockStart: 0, + borderBlockEnd: 0 + }, + [`&-plain${componentCls}-with-text`]: { + color: token.colorText, + fontWeight: 'normal', + fontSize: token.fontSize + }, + [`&-horizontal${componentCls}-with-text-left${componentCls}-no-default-orientation-margin-left`]: { + '&::before': { + width: 0 + }, + '&::after': { + width: '100%' + }, + [`${componentCls}-inner-text`]: { + paddingInlineStart: sizePaddingEdgeHorizontal + } + }, + [`&-horizontal${componentCls}-with-text-right${componentCls}-no-default-orientation-margin-right`]: { + '&::before': { + width: '100%' + }, + '&::after': { + width: 0 + }, + [`${componentCls}-inner-text`]: { + paddingInlineEnd: sizePaddingEdgeHorizontal + } + } + }) + }; +}; +// ============================== Export ============================== +/* harmony default export */ var divider_style = ((0,genComponentStyleHook/* default */.Z)('Divider', token => { + const dividerToken = (0,statistic/* merge */.TS)(token, { + dividerHorizontalWithTextGutterMargin: token.margin, + dividerHorizontalGutterMargin: token.marginLG, + sizePaddingEdgeHorizontal: 0 + }); + return [genSharedDividerStyle(dividerToken)]; +}, token => ({ + textPaddingInline: '1em', + orientationMargin: 0.05, + verticalMarginInline: token.marginXS +}))); +;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/divider/index.js +"use client"; + +var __rest = undefined && undefined.__rest || function (s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; + } + return t; +}; + + + + + +const Divider = props => { + const { + getPrefixCls, + direction, + divider + } = _react_17_0_2_react.useContext(context/* ConfigContext */.E_); + const { + prefixCls: customizePrefixCls, + type = 'horizontal', + orientation = 'center', + orientationMargin, + className, + rootClassName, + children, + dashed, + plain, + style + } = props, + restProps = __rest(props, ["prefixCls", "type", "orientation", "orientationMargin", "className", "rootClassName", "children", "dashed", "plain", "style"]); + const prefixCls = getPrefixCls('divider', customizePrefixCls); + const [wrapSSR, hashId] = divider_style(prefixCls); + const orientationPrefix = orientation.length > 0 ? `-${orientation}` : orientation; + const hasChildren = !!children; + const hasCustomMarginLeft = orientation === 'left' && orientationMargin != null; + const hasCustomMarginRight = orientation === 'right' && orientationMargin != null; + const classString = _classnames_2_5_1_classnames_default()(prefixCls, divider === null || divider === void 0 ? void 0 : divider.className, hashId, `${prefixCls}-${type}`, { + [`${prefixCls}-with-text`]: hasChildren, + [`${prefixCls}-with-text${orientationPrefix}`]: hasChildren, + [`${prefixCls}-dashed`]: !!dashed, + [`${prefixCls}-plain`]: !!plain, + [`${prefixCls}-rtl`]: direction === 'rtl', + [`${prefixCls}-no-default-orientation-margin-left`]: hasCustomMarginLeft, + [`${prefixCls}-no-default-orientation-margin-right`]: hasCustomMarginRight + }, className, rootClassName); + const memoizedOrientationMargin = _react_17_0_2_react.useMemo(() => { + if (typeof orientationMargin === 'number') { + return orientationMargin; + } + if (/^\d+$/.test(orientationMargin)) { + return Number(orientationMargin); + } + return orientationMargin; + }, [orientationMargin]); + const innerStyle = Object.assign(Object.assign({}, hasCustomMarginLeft && { + marginLeft: memoizedOrientationMargin + }), hasCustomMarginRight && { + marginRight: memoizedOrientationMargin + }); + // Warning children not work in vertical mode + if (false) {} + return wrapSSR( /*#__PURE__*/_react_17_0_2_react.createElement("div", Object.assign({ + className: classString, + style: Object.assign(Object.assign({}, divider === null || divider === void 0 ? void 0 : divider.style), style) + }, restProps, { + role: "separator" + }), children && type !== 'vertical' && /*#__PURE__*/_react_17_0_2_react.createElement("span", { + className: `${prefixCls}-inner-text`, + style: innerStyle + }, children))); +}; +if (false) {} +/* harmony default export */ var divider = (Divider); + +/***/ }), + +/***/ 24334: +/*!***********************************************************!*\ + !*** ./node_modules/_js-base64@2.6.4@js-base64/base64.js ***! + \***********************************************************/ +/***/ (function(module, exports, __webpack_require__) { + +var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* + * base64.js + * + * Licensed under the BSD 3-Clause License. + * http://opensource.org/licenses/BSD-3-Clause + * + * References: + * http://en.wikipedia.org/wiki/Base64 + */ +;(function (global, factory) { + true + ? module.exports = factory(global) + : 0 +}(( + typeof self !== 'undefined' ? self + : typeof window !== 'undefined' ? window + : typeof __webpack_require__.g !== 'undefined' ? __webpack_require__.g +: this +), function(global) { + 'use strict'; + // existing version for noConflict() + global = global || {}; + var _Base64 = global.Base64; + var version = "2.6.4"; + // constants + var b64chars + = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; + var b64tab = function(bin) { + var t = {}; + for (var i = 0, l = bin.length; i < l; i++) t[bin.charAt(i)] = i; + return t; + }(b64chars); + var fromCharCode = String.fromCharCode; + // encoder stuff + var cb_utob = function(c) { + if (c.length < 2) { + var cc = c.charCodeAt(0); + return cc < 0x80 ? c + : cc < 0x800 ? (fromCharCode(0xc0 | (cc >>> 6)) + + fromCharCode(0x80 | (cc & 0x3f))) + : (fromCharCode(0xe0 | ((cc >>> 12) & 0x0f)) + + fromCharCode(0x80 | ((cc >>> 6) & 0x3f)) + + fromCharCode(0x80 | ( cc & 0x3f))); + } else { + var cc = 0x10000 + + (c.charCodeAt(0) - 0xD800) * 0x400 + + (c.charCodeAt(1) - 0xDC00); + return (fromCharCode(0xf0 | ((cc >>> 18) & 0x07)) + + fromCharCode(0x80 | ((cc >>> 12) & 0x3f)) + + fromCharCode(0x80 | ((cc >>> 6) & 0x3f)) + + fromCharCode(0x80 | ( cc & 0x3f))); + } + }; + var re_utob = /[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g; + var utob = function(u) { + return u.replace(re_utob, cb_utob); + }; + var cb_encode = function(ccc) { + var padlen = [0, 2, 1][ccc.length % 3], + ord = ccc.charCodeAt(0) << 16 + | ((ccc.length > 1 ? ccc.charCodeAt(1) : 0) << 8) + | ((ccc.length > 2 ? ccc.charCodeAt(2) : 0)), + chars = [ + b64chars.charAt( ord >>> 18), + b64chars.charAt((ord >>> 12) & 63), + padlen >= 2 ? '=' : b64chars.charAt((ord >>> 6) & 63), + padlen >= 1 ? '=' : b64chars.charAt(ord & 63) + ]; + return chars.join(''); + }; + var btoa = global.btoa && typeof global.btoa == 'function' + ? function(b){ return global.btoa(b) } : function(b) { + if (b.match(/[^\x00-\xFF]/)) throw new RangeError( + 'The string contains invalid characters.' + ); + return b.replace(/[\s\S]{1,3}/g, cb_encode); + }; + var _encode = function(u) { + return btoa(utob(String(u))); + }; + var mkUriSafe = function (b64) { + return b64.replace(/[+\/]/g, function(m0) { + return m0 == '+' ? '-' : '_'; + }).replace(/=/g, ''); + }; + var encode = function(u, urisafe) { + return urisafe ? mkUriSafe(_encode(u)) : _encode(u); + }; + var encodeURI = function(u) { return encode(u, true) }; + var fromUint8Array; + if (global.Uint8Array) fromUint8Array = function(a, urisafe) { + // return btoa(fromCharCode.apply(null, a)); + var b64 = ''; + for (var i = 0, l = a.length; i < l; i += 3) { + var a0 = a[i], a1 = a[i+1], a2 = a[i+2]; + var ord = a0 << 16 | a1 << 8 | a2; + b64 += b64chars.charAt( ord >>> 18) + + b64chars.charAt((ord >>> 12) & 63) + + ( typeof a1 != 'undefined' + ? b64chars.charAt((ord >>> 6) & 63) : '=') + + ( typeof a2 != 'undefined' + ? b64chars.charAt( ord & 63) : '='); + } + return urisafe ? mkUriSafe(b64) : b64; + }; + // decoder stuff + var re_btou = /[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g; + var cb_btou = function(cccc) { + switch(cccc.length) { + case 4: + var cp = ((0x07 & cccc.charCodeAt(0)) << 18) + | ((0x3f & cccc.charCodeAt(1)) << 12) + | ((0x3f & cccc.charCodeAt(2)) << 6) + | (0x3f & cccc.charCodeAt(3)), + offset = cp - 0x10000; + return (fromCharCode((offset >>> 10) + 0xD800) + + fromCharCode((offset & 0x3FF) + 0xDC00)); + case 3: + return fromCharCode( + ((0x0f & cccc.charCodeAt(0)) << 12) + | ((0x3f & cccc.charCodeAt(1)) << 6) + | (0x3f & cccc.charCodeAt(2)) + ); + default: + return fromCharCode( + ((0x1f & cccc.charCodeAt(0)) << 6) + | (0x3f & cccc.charCodeAt(1)) + ); + } + }; + var btou = function(b) { + return b.replace(re_btou, cb_btou); + }; + var cb_decode = function(cccc) { + var len = cccc.length, + padlen = len % 4, + n = (len > 0 ? b64tab[cccc.charAt(0)] << 18 : 0) + | (len > 1 ? b64tab[cccc.charAt(1)] << 12 : 0) + | (len > 2 ? b64tab[cccc.charAt(2)] << 6 : 0) + | (len > 3 ? b64tab[cccc.charAt(3)] : 0), + chars = [ + fromCharCode( n >>> 16), + fromCharCode((n >>> 8) & 0xff), + fromCharCode( n & 0xff) + ]; + chars.length -= [0, 0, 2, 1][padlen]; + return chars.join(''); + }; + var _atob = global.atob && typeof global.atob == 'function' + ? function(a){ return global.atob(a) } : function(a){ + return a.replace(/\S{1,4}/g, cb_decode); + }; + var atob = function(a) { + return _atob(String(a).replace(/[^A-Za-z0-9\+\/]/g, '')); + }; + var _decode = function(a) { return btou(_atob(a)) }; + var _fromURI = function(a) { + return String(a).replace(/[-_]/g, function(m0) { + return m0 == '-' ? '+' : '/' + }).replace(/[^A-Za-z0-9\+\/]/g, ''); + }; + var decode = function(a){ + return _decode(_fromURI(a)); + }; + var toUint8Array; + if (global.Uint8Array) toUint8Array = function(a) { + return Uint8Array.from(atob(_fromURI(a)), function(c) { + return c.charCodeAt(0); + }); + }; + var noConflict = function() { + var Base64 = global.Base64; + global.Base64 = _Base64; + return Base64; + }; + // export Base64 + global.Base64 = { + VERSION: version, + atob: atob, + btoa: btoa, + fromBase64: decode, + toBase64: encode, + utob: utob, + encode: encode, + encodeURI: encodeURI, + btou: btou, + decode: decode, + noConflict: noConflict, + fromUint8Array: fromUint8Array, + toUint8Array: toUint8Array + }; + // if ES5 is available, make Base64.extendString() available + if (typeof Object.defineProperty === 'function') { + var noEnum = function(v){ + return {value:v,enumerable:false,writable:true,configurable:true}; + }; + global.Base64.extendString = function () { + Object.defineProperty( + String.prototype, 'fromBase64', noEnum(function () { + return decode(this) + })); + Object.defineProperty( + String.prototype, 'toBase64', noEnum(function (urisafe) { + return encode(this, urisafe) + })); + Object.defineProperty( + String.prototype, 'toBase64URI', noEnum(function () { + return encode(this, true) + })); + }; + } + // + // export Base64 to the namespace + // + if (global['Meteor']) { // Meteor.js + Base64 = global.Base64; + } + // module.exports and AMD are mutually exclusive. + // module.exports has precedence. + if ( true && module.exports) { + module.exports.Base64 = global.Base64; + } + else if (true) { + // AMD. Register as an anonymous module. + !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function(){ return global.Base64 }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__), + __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); + } + // that's it! + return {Base64: global.Base64} +})); + + +/***/ }), + +/***/ 51581: +/*!****************************************************************************************************!*\ + !*** ./node_modules/_react-infinite-scroller@1.2.4@react-infinite-scroller/dist/InfiniteScroll.js ***! + \****************************************************************************************************/ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _react = __webpack_require__(/*! react */ 59301); + +var _react2 = _interopRequireDefault(_react); + +var _propTypes = __webpack_require__(/*! prop-types */ 12708); + +var _propTypes2 = _interopRequireDefault(_propTypes); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } + +function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } + +var InfiniteScroll = function (_Component) { + _inherits(InfiniteScroll, _Component); + + function InfiniteScroll(props) { + _classCallCheck(this, InfiniteScroll); + + var _this = _possibleConstructorReturn(this, (InfiniteScroll.__proto__ || Object.getPrototypeOf(InfiniteScroll)).call(this, props)); + + _this.scrollListener = _this.scrollListener.bind(_this); + _this.eventListenerOptions = _this.eventListenerOptions.bind(_this); + _this.mousewheelListener = _this.mousewheelListener.bind(_this); + return _this; + } + + _createClass(InfiniteScroll, [{ + key: 'componentDidMount', + value: function componentDidMount() { + this.pageLoaded = this.props.pageStart; + this.options = this.eventListenerOptions(); + this.attachScrollListener(); + } + }, { + key: 'componentDidUpdate', + value: function componentDidUpdate() { + if (this.props.isReverse && this.loadMore) { + var parentElement = this.getParentElement(this.scrollComponent); + parentElement.scrollTop = parentElement.scrollHeight - this.beforeScrollHeight + this.beforeScrollTop; + this.loadMore = false; + } + this.attachScrollListener(); + } + }, { + key: 'componentWillUnmount', + value: function componentWillUnmount() { + this.detachScrollListener(); + this.detachMousewheelListener(); + } + }, { + key: 'isPassiveSupported', + value: function isPassiveSupported() { + var passive = false; + + var testOptions = { + get passive() { + passive = true; + } + }; + + try { + document.addEventListener('test', null, testOptions); + document.removeEventListener('test', null, testOptions); + } catch (e) { + // ignore + } + return passive; + } + }, { + key: 'eventListenerOptions', + value: function eventListenerOptions() { + var options = this.props.useCapture; + + if (this.isPassiveSupported()) { + options = { + useCapture: this.props.useCapture, + passive: true + }; + } + return options; + } + + // Set a defaut loader for all your `InfiniteScroll` components + + }, { + key: 'setDefaultLoader', + value: function setDefaultLoader(loader) { + this.defaultLoader = loader; + } + }, { + key: 'detachMousewheelListener', + value: function detachMousewheelListener() { + var scrollEl = window; + if (this.props.useWindow === false) { + scrollEl = this.scrollComponent.parentNode; + } + + scrollEl.removeEventListener('mousewheel', this.mousewheelListener, this.options ? this.options : this.props.useCapture); + } + }, { + key: 'detachScrollListener', + value: function detachScrollListener() { + var scrollEl = window; + if (this.props.useWindow === false) { + scrollEl = this.getParentElement(this.scrollComponent); + } + + scrollEl.removeEventListener('scroll', this.scrollListener, this.options ? this.options : this.props.useCapture); + scrollEl.removeEventListener('resize', this.scrollListener, this.options ? this.options : this.props.useCapture); + } + }, { + key: 'getParentElement', + value: function getParentElement(el) { + var scrollParent = this.props.getScrollParent && this.props.getScrollParent(); + if (scrollParent != null) { + return scrollParent; + } + return el && el.parentNode; + } + }, { + key: 'filterProps', + value: function filterProps(props) { + return props; + } + }, { + key: 'attachScrollListener', + value: function attachScrollListener() { + var parentElement = this.getParentElement(this.scrollComponent); + + if (!this.props.hasMore || !parentElement) { + return; + } + + var scrollEl = window; + if (this.props.useWindow === false) { + scrollEl = parentElement; + } + + scrollEl.addEventListener('mousewheel', this.mousewheelListener, this.options ? this.options : this.props.useCapture); + scrollEl.addEventListener('scroll', this.scrollListener, this.options ? this.options : this.props.useCapture); + scrollEl.addEventListener('resize', this.scrollListener, this.options ? this.options : this.props.useCapture); + + if (this.props.initialLoad) { + this.scrollListener(); + } + } + }, { + key: 'mousewheelListener', + value: function mousewheelListener(e) { + // Prevents Chrome hangups + // See: https://stackoverflow.com/questions/47524205/random-high-content-download-time-in-chrome/47684257#47684257 + if (e.deltaY === 1 && !this.isPassiveSupported()) { + e.preventDefault(); + } + } + }, { + key: 'scrollListener', + value: function scrollListener() { + var el = this.scrollComponent; + var scrollEl = window; + var parentNode = this.getParentElement(el); + + var offset = void 0; + if (this.props.useWindow) { + var doc = document.documentElement || document.body.parentNode || document.body; + var scrollTop = scrollEl.pageYOffset !== undefined ? scrollEl.pageYOffset : doc.scrollTop; + if (this.props.isReverse) { + offset = scrollTop; + } else { + offset = this.calculateOffset(el, scrollTop); + } + } else if (this.props.isReverse) { + offset = parentNode.scrollTop; + } else { + offset = el.scrollHeight - parentNode.scrollTop - parentNode.clientHeight; + } + + // Here we make sure the element is visible as well as checking the offset + if (offset < Number(this.props.threshold) && el && el.offsetParent !== null) { + this.detachScrollListener(); + this.beforeScrollHeight = parentNode.scrollHeight; + this.beforeScrollTop = parentNode.scrollTop; + // Call loadMore after detachScrollListener to allow for non-async loadMore functions + if (typeof this.props.loadMore === 'function') { + this.props.loadMore(this.pageLoaded += 1); + this.loadMore = true; + } + } + } + }, { + key: 'calculateOffset', + value: function calculateOffset(el, scrollTop) { + if (!el) { + return 0; + } + + return this.calculateTopPosition(el) + (el.offsetHeight - scrollTop - window.innerHeight); + } + }, { + key: 'calculateTopPosition', + value: function calculateTopPosition(el) { + if (!el) { + return 0; + } + return el.offsetTop + this.calculateTopPosition(el.offsetParent); + } + }, { + key: 'render', + value: function render() { + var _this2 = this; + + var renderProps = this.filterProps(this.props); + + var children = renderProps.children, + element = renderProps.element, + hasMore = renderProps.hasMore, + initialLoad = renderProps.initialLoad, + isReverse = renderProps.isReverse, + loader = renderProps.loader, + loadMore = renderProps.loadMore, + pageStart = renderProps.pageStart, + ref = renderProps.ref, + threshold = renderProps.threshold, + useCapture = renderProps.useCapture, + useWindow = renderProps.useWindow, + getScrollParent = renderProps.getScrollParent, + props = _objectWithoutProperties(renderProps, ['children', 'element', 'hasMore', 'initialLoad', 'isReverse', 'loader', 'loadMore', 'pageStart', 'ref', 'threshold', 'useCapture', 'useWindow', 'getScrollParent']); + + props.ref = function (node) { + _this2.scrollComponent = node; + if (ref) { + ref(node); + } + }; + + var childrenArray = [children]; + if (hasMore) { + if (loader) { + isReverse ? childrenArray.unshift(loader) : childrenArray.push(loader); + } else if (this.defaultLoader) { + isReverse ? childrenArray.unshift(this.defaultLoader) : childrenArray.push(this.defaultLoader); + } + } + return _react2.default.createElement(element, props, childrenArray); + } + }]); + + return InfiniteScroll; +}(_react.Component); + +InfiniteScroll.propTypes = { + children: _propTypes2.default.node.isRequired, + element: _propTypes2.default.node, + hasMore: _propTypes2.default.bool, + initialLoad: _propTypes2.default.bool, + isReverse: _propTypes2.default.bool, + loader: _propTypes2.default.node, + loadMore: _propTypes2.default.func.isRequired, + pageStart: _propTypes2.default.number, + ref: _propTypes2.default.func, + getScrollParent: _propTypes2.default.func, + threshold: _propTypes2.default.number, + useCapture: _propTypes2.default.bool, + useWindow: _propTypes2.default.bool +}; +InfiniteScroll.defaultProps = { + element: 'div', + hasMore: false, + initialLoad: true, + pageStart: 0, + ref: null, + threshold: 250, + useWindow: true, + isReverse: false, + useCapture: false, + loader: null, + getScrollParent: null +}; +exports["default"] = InfiniteScroll; +module.exports = exports['default']; + + +/***/ }), + +/***/ 26724: +/*!**************************************************************************************!*\ + !*** ./node_modules/_react-infinite-scroller@1.2.4@react-infinite-scroller/index.js ***! + \**************************************************************************************/ +/***/ (function(module, __unused_webpack_exports, __webpack_require__) { + +module.exports = __webpack_require__(/*! ./dist/InfiniteScroll */ 51581) + + +/***/ }) + +}]); \ No newline at end of file diff --git a/index.html b/index.html index 17677a875d..dd38afa1fd 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ display: block !important; } - + \ No newline at end of file diff --git a/p__Classrooms__Lists__Exercise__index.0fe55ae7.async.js b/p__Classrooms__Lists__Exercise__index.91bb1be7.async.js similarity index 86% rename from p__Classrooms__Lists__Exercise__index.0fe55ae7.async.js rename to p__Classrooms__Lists__Exercise__index.91bb1be7.async.js index 3e4ecb31e4..e31baf4c66 100644 --- a/p__Classrooms__Lists__Exercise__index.0fe55ae7.async.js +++ b/p__Classrooms__Lists__Exercise__index.91bb1be7.async.js @@ -1,51 +1,6 @@ "use strict"; (self["webpackChunk"] = self["webpackChunk"] || []).push([[45825],{ -/***/ 680: -/*!*******************************************************************************************************************!*\ - !*** ./node_modules/_@ant-design_icons@5.5.1@@ant-design/icons/es/icons/ExclamationCircleOutlined.js + 1 modules ***! - \*******************************************************************************************************************/ -/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { - - -// EXPORTS -__webpack_require__.d(__webpack_exports__, { - Z: function() { return /* binding */ icons_ExclamationCircleOutlined; } -}); - -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.0@@babel/runtime/helpers/esm/extends.js -var esm_extends = __webpack_require__(5891); -// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js -var _react_17_0_2_react = __webpack_require__(59301); -;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons-svg@4.4.2@@ant-design/icons-svg/es/asn/ExclamationCircleOutlined.js -// This icon file is generated automatically. -var ExclamationCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M464 688a48 48 0 1096 0 48 48 0 10-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z" } }] }, "name": "exclamation-circle", "theme": "outlined" }; -/* harmony default export */ var asn_ExclamationCircleOutlined = (ExclamationCircleOutlined); - -// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.5.1@@ant-design/icons/es/components/AntdIcon.js + 3 modules -var AntdIcon = __webpack_require__(22589); -;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons@5.5.1@@ant-design/icons/es/icons/ExclamationCircleOutlined.js - -// GENERATE BY ./scripts/generate.ts -// DON NOT EDIT IT MANUALLY - - - - -var ExclamationCircleOutlined_ExclamationCircleOutlined = function ExclamationCircleOutlined(props, ref) { - return /*#__PURE__*/_react_17_0_2_react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { - ref: ref, - icon: asn_ExclamationCircleOutlined - })); -}; - -/**![exclamation-circle](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUxMiA2NEMyNjQuNiA2NCA2NCAyNjQuNiA2NCA1MTJzMjAwLjYgNDQ4IDQ0OCA0NDggNDQ4LTIwMC42IDQ0OC00NDhTNzU5LjQgNjQgNTEyIDY0em0wIDgyMGMtMjA1LjQgMC0zNzItMTY2LjYtMzcyLTM3MnMxNjYuNi0zNzIgMzcyLTM3MiAzNzIgMTY2LjYgMzcyIDM3Mi0xNjYuNiAzNzItMzcyIDM3MnoiIC8+PHBhdGggZD0iTTQ2NCA2ODhhNDggNDggMCAxMDk2IDAgNDggNDggMCAxMC05NiAwem0yNC0xMTJoNDhjNC40IDAgOC0zLjYgOC04VjI5NmMwLTQuNC0zLjYtOC04LThoLTQ4Yy00LjQgMC04IDMuNi04IDh2MjcyYzAgNC40IDMuNiA4IDggOHoiIC8+PC9zdmc+) */ -var RefIcon = /*#__PURE__*/_react_17_0_2_react.forwardRef(ExclamationCircleOutlined_ExclamationCircleOutlined); -if (false) {} -/* harmony default export */ var icons_ExclamationCircleOutlined = (RefIcon); - -/***/ }), - /***/ 97978: /*!******************************************************!*\ !*** ./src/components/CodeBox/index.tsx + 1 modules ***! @@ -345,80 +300,57 @@ var CodeDeleteModal = function CodeDeleteModal(cb, text) { /***/ }), -/***/ 63772: -/*!********************************************************************!*\ - !*** ./src/pages/Classrooms/Lists/Exercise/index.tsx + 12 modules ***! - \********************************************************************/ +/***/ 42698: +/*!***************************************************************************************!*\ + !*** ./src/pages/Classrooms/Lists/Exercise/components/SelectExercise.tsx + 4 modules ***! + \***************************************************************************************/ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { -// ESM COMPAT FLAG -__webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { - "default": function() { return /* binding */ Exercise; } + Z: function() { return /* binding */ SelectExercise; } }); -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js -var regeneratorRuntime = __webpack_require__(7557); -var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime); // EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/toConsumableArray.js var toConsumableArray = __webpack_require__(37205); var toConsumableArray_default = /*#__PURE__*/__webpack_require__.n(toConsumableArray); -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js -var asyncToGenerator = __webpack_require__(41498); -var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator); // EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js var objectSpread2 = __webpack_require__(82242); var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js +var regeneratorRuntime = __webpack_require__(7557); +var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js +var asyncToGenerator = __webpack_require__(41498); +var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator); // EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js var slicedToArray = __webpack_require__(79800); var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectWithoutProperties.js -var objectWithoutProperties = __webpack_require__(39647); -var objectWithoutProperties_default = /*#__PURE__*/__webpack_require__.n(objectWithoutProperties); // EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js var _react_17_0_2_react = __webpack_require__(59301); -// EXTERNAL MODULE: ./src/.umi-production/exports.ts -var _umi_production_exports = __webpack_require__(97091); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules -var es_modal = __webpack_require__(43418); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/menu/index.js + 11 modules -var menu = __webpack_require__(20834); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules -var message = __webpack_require__(8591); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/skeleton/index.js + 12 modules -var skeleton = __webpack_require__(96865); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/pagination/index.js + 10 modules -var pagination = __webpack_require__(27092); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/affix/index.js + 2 modules -var affix = __webpack_require__(81228); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/button/index.js -var es_button = __webpack_require__(3113); -// EXTERNAL MODULE: ./node_modules/_dayjs@1.11.13@dayjs/dayjs.min.js -var dayjs_min = __webpack_require__(61186); -var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min); -// EXTERNAL MODULE: ./src/utils/authority.ts -var authority = __webpack_require__(93697); -// EXTERNAL MODULE: ./src/utils/util.tsx -var util = __webpack_require__(21082); -// EXTERNAL MODULE: ./src/components/NoData/index.tsx -var NoData = __webpack_require__(54313); -// EXTERNAL MODULE: ./src/utils/fetch.ts -var fetch = __webpack_require__(18030); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tabs/index.js + 24 modules var tabs = __webpack_require__(99313); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/index.js + 19 modules var es_form = __webpack_require__(78241); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules +var message = __webpack_require__(8591); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules +var es_modal = __webpack_require__(43418); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input-number/index.js + 14 modules var input_number = __webpack_require__(94001); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/select/index.js var es_select = __webpack_require__(57809); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 5 modules var input = __webpack_require__(73782); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/button/index.js +var es_button = __webpack_require__(3113); // EXTERNAL MODULE: ./node_modules/_react-infinite-scroller@1.2.4@react-infinite-scroller/index.js var _react_infinite_scroller_1_2_4_react_infinite_scroller = __webpack_require__(26724); var _react_infinite_scroller_1_2_4_react_infinite_scroller_default = /*#__PURE__*/__webpack_require__.n(_react_infinite_scroller_1_2_4_react_infinite_scroller); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectWithoutProperties.js +var objectWithoutProperties = __webpack_require__(39647); +var objectWithoutProperties_default = /*#__PURE__*/__webpack_require__.n(objectWithoutProperties); // EXTERNAL MODULE: ./node_modules/_react-resizable@1.11.0@react-resizable/index.js var _react_resizable_1_11_0_react_resizable = __webpack_require__(9221); ;// CONCATENATED MODULE: ./src/components/ResTable/index.less @@ -562,10 +494,14 @@ var ResTable = function ResTable(_ref) { /* harmony default export */ var Exercisemodules = ({"flex_box_center":"flex_box_center___iyIe6","flex_space_between":"flex_space_between___g2WjG","flex_box_vertical_center":"flex_box_vertical_center___Tde0v","flex_box_center_end":"flex_box_center_end___W1D5W","flex_box_column":"flex_box_column___ZiFvs","bg":"bg___T2R2s","containerTitle":"containerTitle___yARn_","containerDesc":"containerDesc___fKSYF","menus":"menus___e8wtg","listItem":"listItem___s7xhg","info":"info___Hx2bW","title":"title___W7a1R","titleLeft":"titleLeft___C5r0w","titleRight":"titleRight___g5GZv","acitons":"acitons___H0RU0","move":"move___qYkSy","hideHeadCheckbox":"hideHeadCheckbox___Hq5gw","moveCategory":"moveCategory___bZSGQ","tabSearch":"tabSearch___NaKI4","warpModal":"warpModal___HLUgh","modalColumn":"modalColumn___F7R5w","modalRow":"modalRow___L6ghw","sup":"sup___VGKXV"}); // EXTERNAL MODULE: ./src/utils/verifyLogin.tsx + 2 modules var verifyLogin = __webpack_require__(19421); +// EXTERNAL MODULE: ./src/utils/util.tsx +var util = __webpack_require__(21082); // EXTERNAL MODULE: ./src/components/ReuseShixunModal/index.tsx + 1 modules var ReuseShixunModal = __webpack_require__(21515); // EXTERNAL MODULE: ./src/service/global.ts var global = __webpack_require__(21530); +// EXTERNAL MODULE: ./src/.umi-production/exports.ts +var _umi_production_exports = __webpack_require__(97091); ;// CONCATENATED MODULE: ./src/pages/Classrooms/Lists/Exercise/components/SelectExercise.tsx @@ -591,7 +527,10 @@ var CuttOffNowShixun = function CuttOffNowShixun(_ref) { var classroomList = _ref.classroomList, exercise = _ref.exercise, loading = _ref.loading, - dispatch = _ref.dispatch; + dispatch = _ref.dispatch, + _ref$isVtrs = _ref.isVtrs, + isVtrs = _ref$isVtrs === void 0 ? false : _ref$isVtrs, + handleVtrsOk = _ref.handleVtrsOk; var params = (0,_umi_production_exports.useParams)(); var location = (0,_umi_production_exports.useLocation)(); var _Form$useForm = es_form/* default */.Z.useForm(), @@ -1049,20 +988,28 @@ var CuttOffNowShixun = function CuttOffNowShixun(_ref) { (0,verifyLogin/* AuthorizeModel */.rX)(false, '该试卷中包含实训需授权后才可使用。 您可以在QQ服务群向管理员申请,获得继续操作的权限。'); return _context5.abrupt("return"); case 10: - _context5.next = 12; + if (!isVtrs) { + _context5.next = 14; + break; + } + handleVtrsOk(groupIdsInitialValues); + setBtnLoading(false); + return _context5.abrupt("return"); + case 14: + _context5.next = 16; return showReuseModal({ id: "".concat(groupIdsInitialValues[0]), course_id: (_classroomList$detail = classroomList.detailTopBanner) === null || _classroomList$detail === void 0 ? void 0 : _classroomList$detail.course_id, type: 'examination_bank' }); - case 12: + case 16: hasUsedShixun = _context5.sent; if (!hasUsedShixun) { // 没有实训的学生 reuseModalCallback([]); } setBtnLoading(false); - case 15: + case 19: case "end": return _context5.stop(); } @@ -1264,10 +1211,78 @@ var CuttOffNowShixun = function CuttOffNowShixun(_ref) { classroomList: classroomList }; })(CuttOffNowShixun)); + +/***/ }), + +/***/ 58652: +/*!*******************************************************************!*\ + !*** ./src/pages/Classrooms/Lists/Exercise/index.tsx + 7 modules ***! + \*******************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +// ESM COMPAT FLAG +__webpack_require__.r(__webpack_exports__); + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + "default": function() { return /* binding */ Exercise; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js +var regeneratorRuntime = __webpack_require__(7557); +var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/toConsumableArray.js +var toConsumableArray = __webpack_require__(37205); +var toConsumableArray_default = /*#__PURE__*/__webpack_require__.n(toConsumableArray); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js +var asyncToGenerator = __webpack_require__(41498); +var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js +var objectSpread2 = __webpack_require__(82242); +var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js +var slicedToArray = __webpack_require__(79800); +var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectWithoutProperties.js +var objectWithoutProperties = __webpack_require__(39647); +var objectWithoutProperties_default = /*#__PURE__*/__webpack_require__.n(objectWithoutProperties); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +// EXTERNAL MODULE: ./src/.umi-production/exports.ts +var _umi_production_exports = __webpack_require__(97091); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules +var modal = __webpack_require__(43418); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/menu/index.js + 11 modules +var menu = __webpack_require__(20834); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules +var message = __webpack_require__(8591); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/skeleton/index.js + 12 modules +var skeleton = __webpack_require__(96865); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/pagination/index.js + 10 modules +var pagination = __webpack_require__(27092); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/affix/index.js + 2 modules +var affix = __webpack_require__(81228); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/button/index.js +var es_button = __webpack_require__(3113); +// EXTERNAL MODULE: ./node_modules/_dayjs@1.11.13@dayjs/dayjs.min.js +var dayjs_min = __webpack_require__(61186); +var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min); +// EXTERNAL MODULE: ./src/utils/authority.ts +var authority = __webpack_require__(93697); +// EXTERNAL MODULE: ./src/utils/util.tsx +var util = __webpack_require__(21082); +// EXTERNAL MODULE: ./src/components/NoData/index.tsx +var NoData = __webpack_require__(54313); +// EXTERNAL MODULE: ./src/utils/fetch.ts +var fetch = __webpack_require__(18030); +// EXTERNAL MODULE: ./src/pages/Classrooms/Lists/Exercise/components/SelectExercise.tsx + 4 modules +var SelectExercise = __webpack_require__(42698); // EXTERNAL MODULE: ./src/pages/Classrooms/Lists/Exercise/components/Publish.tsx var Publish = __webpack_require__(46318); // EXTERNAL MODULE: ./src/pages/Classrooms/Lists/Exercise/components/CutOffNow.tsx var CutOffNow = __webpack_require__(60370); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js +var jsx_runtime = __webpack_require__(37712); ;// CONCATENATED MODULE: ./src/pages/Classrooms/Lists/Exercise/components/SetPublic.tsx @@ -1284,7 +1299,7 @@ var SetPublic = function SetPublic(_ref) { var exercise = _ref.exercise, dispatch = _ref.dispatch; var params = (0,_umi_production_exports.useParams)(); - return /*#__PURE__*/(0,jsx_runtime.jsx)(es_modal/* default */.Z, { + return /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, { centered: true, title: "\u63D0\u793A", open: exercise.actionTabs.key === '设为公开' ? true : false, @@ -1348,7 +1363,7 @@ var CodeBox = __webpack_require__(97978); -var DelShixuns_excluded = ["exercise", "dispatch", "user"]; +var _excluded = ["exercise", "dispatch", "user"]; @@ -1364,7 +1379,7 @@ var DelShixun = function DelShixun(_ref) { var exercise = _ref.exercise, dispatch = _ref.dispatch, user = _ref.user, - props = objectWithoutProperties_default()(_ref, DelShixuns_excluded); + props = objectWithoutProperties_default()(_ref, _excluded); var params = (0,_umi_production_exports.useParams)(); var _useState = (0,_react_17_0_2_react.useState)(false), _useState2 = slicedToArray_default()(_useState, 2), @@ -1395,7 +1410,7 @@ var DelShixun = function DelShixun(_ref) { } }); if (selectNum.noHasNum > 0) { - es_modal/* default */.Z.info({ + modal/* default */.Z.info({ title: "权限提示", className: "custom-modal-divider ", icon: null, @@ -1425,7 +1440,7 @@ var DelShixun = function DelShixun(_ref) { payload: {} }); }; - return /*#__PURE__*/(0,jsx_runtime.jsx)(es_modal/* default */.Z, { + return /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, { centered: true, title: "\u63D0\u793A", open: visible, @@ -1573,6 +1588,8 @@ var tooltip = __webpack_require__(6848); var es_checkbox = __webpack_require__(24905); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/popover/index.js var popover = __webpack_require__(60324); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/table/index.js + 85 modules +var table = __webpack_require__(61998); ;// CONCATENATED MODULE: ./src/pages/Classrooms/Lists/Exercise/components/List/index.less?modules // extracted by mini-css-extract-plugin /* harmony default export */ var Listmodules = ({"flex_box_center":"flex_box_center___VejG5","flex_space_between":"flex_space_between___RwAiX","flex_box_vertical_center":"flex_box_vertical_center___N5QNs","flex_box_center_end":"flex_box_center_end___SUMZc","flex_box_column":"flex_box_column___ombQA","bg":"bg___i74VI","containerTitle":"containerTitle___eAbbs","containerDesc":"containerDesc___WeE4m","tablestyle":"tablestyle___uKNiL","listItem":"listItem___aJrbL","info":"info___X9HlC","title":"title___ZDroC","titleLeft":"titleLeft___JzNZc","titleRight":"titleRight___RP0gb","acitons":"acitons___iqFGc","moveCategory":"moveCategory___Rihfv","name":"name___LdzGg","categoryName":"categoryName___Tz45n","schedule":"schedule___a20T3","fnSign":"fnSign___gsn3j","spanSize":"spanSize___jht3F","classromediv":"classromediv___T7h_f","glow":"glow___LU7dg","popover":"popover___Qeg0P","dot":"dot___c9Vwj"}); @@ -1780,7 +1797,7 @@ var List = function List(_ref) { return _getlist.apply(this, arguments); } var modalText = function modalText() { - return es_modal/* default */.Z.info({ + return modal/* default */.Z.info({ title: '题库改版告知', content: /*#__PURE__*/(0,jsx_runtime.jsx)(jsx_runtime.Fragment, { children: "EduCoder\u5DF2\u5347\u7EA7\u9898\u5E93\u529F\u80FD\uFF0C\u6240\u6709\u8BD5\u9898\u5747\u9700\u5339\u914D\u77E5\u8BC6\u70B9\u3002 \u5F53\u524D\u8BD5\u5377\u6240\u6D89\u53CA\u8BD5\u9898\u5747\u672A\u5339\u914D\u77E5\u8BC6\u70B9\uFF0C\u65E0\u6CD5\u968F\u673A\u62BD\u53D6\uFF0C\u5DF2\u4E0D\u80FD\u6709\u6548\u4F7F\u7528\u3002\u8BF7\u5728\u8BD5\u5377\u5E93\u91CD\u65B0\u7EC4\u5377\u540E\u4F7F\u7528\u3002 \u7531\u6B64\u5E26\u6765\u7684\u4E0D\u4FBF\uFF0C\u656C\u8BF7\u8C05\u89E3\uFF01" @@ -2719,7 +2736,7 @@ var ShixunsListPage = function ShixunsListPage(_ref) { }); if (sessionStorage.getItem("illegalEntry")) { sessionStorage.removeItem("illegalEntry"); - es_modal/* default */.Z.info({ + modal/* default */.Z.info({ title: "提示", centered: true, width: 600, @@ -2811,7 +2828,7 @@ var ShixunsListPage = function ShixunsListPage(_ref) { } }); var modalText = function modalText() { - return es_modal/* default */.Z.info({ + return modal/* default */.Z.info({ title: '题库改版告知', content: /*#__PURE__*/(0,jsx_runtime.jsx)(jsx_runtime.Fragment, { children: "EduCoder\u5DF2\u5347\u7EA7\u9898\u5E93\u529F\u80FD\uFF0C\u6240\u6709\u8BD5\u9898\u5747\u9700\u5339\u914D\u77E5\u8BC6\u70B9\u3002 \u5F53\u524D\u8BD5\u5377\u6240\u6D89\u53CA\u8BD5\u9898\u5747\u672A\u5339\u914D\u77E5\u8BC6\u70B9\uFF0C\u65E0\u6CD5\u968F\u673A\u62BD\u53D6\uFF0C\u5DF2\u4E0D\u80FD\u6709\u6548\u4F7F\u7528\u3002\u8BF7\u5728\u8BD5\u5377\u5E93\u91CD\u65B0\u7EC4\u5377\u540E\u4F7F\u7528\u3002 \u7531\u6B64\u5E26\u6765\u7684\u4E0D\u4FBF\uFF0C\u656C\u8BF7\u8C05\u89E3\uFF01" @@ -3140,11 +3157,11 @@ var ShixunsListPage = function ShixunsListPage(_ref) { }; }()) }) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(Publish/* default */.Z, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(CutOffNow/* default */.Z, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(DelShixuns, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(components_SetPublic, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(SelectExercise, { + }), /*#__PURE__*/(0,jsx_runtime.jsx)(Publish/* default */.Z, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(CutOffNow/* default */.Z, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(DelShixuns, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(components_SetPublic, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(SelectExercise/* default */.Z, { cb: function cb() { return setSelectArrs([]); } - }), /*#__PURE__*/(0,jsx_runtime.jsx)(JoinBanks, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(Unlock/* default */.Z, {}), /*#__PURE__*/(0,jsx_runtime.jsxs)(es_modal/* default */.Z, { + }), /*#__PURE__*/(0,jsx_runtime.jsx)(JoinBanks, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(Unlock/* default */.Z, {}), /*#__PURE__*/(0,jsx_runtime.jsxs)(modal/* default */.Z, { title: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", { children: [/*#__PURE__*/(0,jsx_runtime.jsx)(ExclamationCircleOutlined/* default */.Z, { style: { @@ -4403,608 +4420,6 @@ const Countdown = props => { statistic_Statistic.Countdown = statistic_Countdown; /* harmony default export */ var es_statistic = (statistic_Statistic); -/***/ }), - -/***/ 80010: -/*!*********************************************************************************!*\ - !*** ./node_modules/_react-resizable@1.11.0@react-resizable/build/Resizable.js ***! - \*********************************************************************************/ -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { - - - -exports.__esModule = true; -exports["default"] = void 0; - -var _react = _interopRequireDefault(__webpack_require__(/*! react */ 59301)); - -var _reactDraggable = __webpack_require__(/*! react-draggable */ 12911); - -var _utils = __webpack_require__(/*! ./utils */ 73638); - -var _propTypes = __webpack_require__(/*! ./propTypes */ 6217); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -function _extends() { _extends = Object.assign || 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); } - -function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } - -function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } - -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; } - -function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; } - -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; } - -var Resizable = /*#__PURE__*/function (_React$Component) { - _inheritsLoose(Resizable, _React$Component); - - function Resizable() { - var _this; - - for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { - args[_key] = arguments[_key]; - } - - _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this; - - _defineProperty(_assertThisInitialized(_this), "state", undefined); - - _defineProperty(_assertThisInitialized(_this), "lastHandleRect", null); - - _defineProperty(_assertThisInitialized(_this), "slack", null); - - return _this; - } - - var _proto = Resizable.prototype; - - _proto.componentWillUnmount = function componentWillUnmount() { - this.resetData(); - }; - - _proto.lockAspectRatio = function lockAspectRatio(width, height, aspectRatio) { - height = width / aspectRatio; - width = height * aspectRatio; - return [width, height]; - }; - - _proto.resetData = function resetData() { - this.lastHandleRect = this.slack = null; - } // Clamp width and height within provided constraints - ; - - _proto.runConstraints = function runConstraints(width, height) { - var _ref = [this.props.minConstraints, this.props.maxConstraints], - min = _ref[0], - max = _ref[1]; - if (!min && !max) return [width, height]; // If constraining to min and max, we need to also fit width and height to aspect ratio. - - if (this.props.lockAspectRatio) { - var resizingHorizontally = height === this.props.height; - - if (resizingHorizontally) { - var ratio = this.props.width / this.props.height; - height = width / ratio; - width = height * ratio; - } else { - // Take into account vertical resize with N/S handles on locked aspect - // ratio. Calculate the change height-first, instead of width-first - var _ratio = this.props.height / this.props.width; - - width = height / _ratio; - height = width * _ratio; - } - } - - var oldW = width, - oldH = height; // Add slack to the values used to calculate bound position. This will ensure that if - // we start removing slack, the element won't react to it right away until it's been - // completely removed. - - var _ref2 = this.slack || [0, 0], - slackW = _ref2[0], - slackH = _ref2[1]; - - width += slackW; - height += slackH; - - if (min) { - width = Math.max(min[0], width); - height = Math.max(min[1], height); - } - - if (max) { - width = Math.min(max[0], width); - height = Math.min(max[1], height); - } // If the width or height changed, we must have introduced some slack. Record it for the next iteration. - - - this.slack = [slackW + (oldW - width), slackH + (oldH - height)]; - return [width, height]; - } - /** - * Wrapper around drag events to provide more useful data. - * - * @param {String} handlerName Handler name to wrap. - * @return {Function} Handler function. - */ - ; - - _proto.resizeHandler = function resizeHandler(handlerName, axis) { - var _this2 = this; - - return function (e, _ref3) { - var node = _ref3.node, - deltaX = _ref3.deltaX, - deltaY = _ref3.deltaY; - // Reset data in case it was left over somehow (should not be possible) - if (handlerName === 'onResizeStart') _this2.resetData(); // Axis restrictions - - var canDragX = (_this2.props.axis === 'both' || _this2.props.axis === 'x') && axis !== 'n' && axis !== 's'; - var canDragY = (_this2.props.axis === 'both' || _this2.props.axis === 'y') && axis !== 'e' && axis !== 'w'; // No dragging possible. - - if (!canDragX && !canDragY) return; // Decompose axis for later use - - var axisV = axis[0]; - var axisH = axis[axis.length - 1]; // intentionally not axis[1], so that this catches axis === 'w' for example - // Track the element being dragged to account for changes in position. - // If a handle's position is changed between callbacks, we need to factor this in to the next callback. - // Failure to do so will cause the element to "skip" when resized upwards or leftwards. - - var handleRect = node.getBoundingClientRect(); - - if (_this2.lastHandleRect != null) { - // If the handle has repositioned on either axis since last render, - // we need to increase our callback values by this much. - // Only checking 'n', 'w' since resizing by 's', 'w' won't affect the overall position on page, - if (axisH === 'w') { - var deltaLeftSinceLast = handleRect.left - _this2.lastHandleRect.left; - deltaX += deltaLeftSinceLast; - } - - if (axisV === 'n') { - var deltaTopSinceLast = handleRect.top - _this2.lastHandleRect.top; - deltaY += deltaTopSinceLast; - } - } // Storage of last rect so we know how much it has really moved. - - - _this2.lastHandleRect = handleRect; // Reverse delta if using top or left drag handles. - - if (axisH === 'w') deltaX = -deltaX; - if (axisV === 'n') deltaY = -deltaY; // Update w/h by the deltas. Also factor in transformScale. - - var width = _this2.props.width + (canDragX ? deltaX / _this2.props.transformScale : 0); - var height = _this2.props.height + (canDragY ? deltaY / _this2.props.transformScale : 0); // Run user-provided constraints. - - var _this2$runConstraints = _this2.runConstraints(width, height); - - width = _this2$runConstraints[0]; - height = _this2$runConstraints[1]; - var dimensionsChanged = width !== _this2.props.width || height !== _this2.props.height; // Call user-supplied callback if present. - - var cb = typeof _this2.props[handlerName] === 'function' ? _this2.props[handlerName] : null; // Don't call 'onResize' if dimensions haven't changed. - - var shouldSkipCb = handlerName === 'onResize' && !dimensionsChanged; - - if (cb && !shouldSkipCb) { - if (typeof e.persist === 'function') e.persist(); - cb(e, { - node: node, - size: { - width: width, - height: height - }, - handle: axis - }); - } // Reset internal data - - - if (handlerName === 'onResizeStop') _this2.resetData(); - }; - }; - - _proto.renderResizeHandle = function renderResizeHandle(resizeHandleAxis) { - var handle = this.props.handle; - - if (handle) { - if (typeof handle === 'function') { - return handle(resizeHandleAxis); - } - - return handle; - } - - return /*#__PURE__*/_react.default.createElement("span", { - className: "react-resizable-handle react-resizable-handle-" + resizeHandleAxis - }); - }; - - _proto.render = function render() { - var _this3 = this; - - // Pass along only props not meant for the ``.` - // eslint-disable-next-line no-unused-vars - var _this$props = this.props, - children = _this$props.children, - className = _this$props.className, - draggableOpts = _this$props.draggableOpts, - width = _this$props.width, - height = _this$props.height, - handle = _this$props.handle, - handleSize = _this$props.handleSize, - lockAspectRatio = _this$props.lockAspectRatio, - axis = _this$props.axis, - minConstraints = _this$props.minConstraints, - maxConstraints = _this$props.maxConstraints, - onResize = _this$props.onResize, - onResizeStop = _this$props.onResizeStop, - onResizeStart = _this$props.onResizeStart, - resizeHandles = _this$props.resizeHandles, - transformScale = _this$props.transformScale, - p = _objectWithoutPropertiesLoose(_this$props, ["children", "className", "draggableOpts", "width", "height", "handle", "handleSize", "lockAspectRatio", "axis", "minConstraints", "maxConstraints", "onResize", "onResizeStop", "onResizeStart", "resizeHandles", "transformScale"]); // What we're doing here is getting the child of this element, and cloning it with this element's props. - // We are then defining its children as: - // Its original children (resizable's child's children), and - // One or more draggable handles. - - - return (0, _utils.cloneElement)(children, _objectSpread(_objectSpread({}, p), {}, { - className: (className ? className + " " : '') + "react-resizable", - children: [].concat(children.props.children, resizeHandles.map(function (handleAxis) { - return /*#__PURE__*/_react.default.createElement(_reactDraggable.DraggableCore, _extends({}, draggableOpts, { - key: "resizableHandle-" + handleAxis, - onStop: _this3.resizeHandler('onResizeStop', handleAxis), - onStart: _this3.resizeHandler('onResizeStart', handleAxis), - onDrag: _this3.resizeHandler('onResize', handleAxis) - }), _this3.renderResizeHandle(handleAxis)); - })) - })); - }; - - return Resizable; -}(_react.default.Component); - -exports["default"] = Resizable; - -_defineProperty(Resizable, "propTypes", _propTypes.resizableProps); - -_defineProperty(Resizable, "defaultProps", { - handleSize: [20, 20], - lockAspectRatio: false, - axis: 'both', - minConstraints: [20, 20], - maxConstraints: [Infinity, Infinity], - resizeHandles: ['se'], - transformScale: 1 -}); - -/***/ }), - -/***/ 60842: -/*!************************************************************************************!*\ - !*** ./node_modules/_react-resizable@1.11.0@react-resizable/build/ResizableBox.js ***! - \************************************************************************************/ -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { - -var __webpack_unused_export__; - - -__webpack_unused_export__ = true; -exports["default"] = void 0; - -var React = _interopRequireWildcard(__webpack_require__(/*! react */ 59301)); - -var _propTypes = _interopRequireDefault(__webpack_require__(/*! prop-types */ 12708)); - -var _Resizable = _interopRequireDefault(__webpack_require__(/*! ./Resizable */ 80010)); - -var _propTypes2 = __webpack_require__(/*! ./propTypes */ 6217); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } - -function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (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; } - -function _extends() { _extends = Object.assign || 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); } - -function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } - -function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } - -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; } - -function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; } - -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; } - -var ResizableBox = /*#__PURE__*/function (_React$Component) { - _inheritsLoose(ResizableBox, _React$Component); - - function ResizableBox() { - var _this; - - for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { - args[_key] = arguments[_key]; - } - - _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this; - - _defineProperty(_assertThisInitialized(_this), "state", { - width: _this.props.width, - height: _this.props.height, - propsWidth: _this.props.width, - propsHeight: _this.props.height - }); - - _defineProperty(_assertThisInitialized(_this), "onResize", function (e, data) { - var size = data.size; - - if (_this.props.onResize) { - e.persist && e.persist(); - - _this.setState(size, function () { - return _this.props.onResize && _this.props.onResize(e, data); - }); - } else { - _this.setState(size); - } - }); - - return _this; - } - - ResizableBox.getDerivedStateFromProps = function getDerivedStateFromProps(props, state) { - // If parent changes height/width, set that in our state. - if (state.propsWidth !== props.width || state.propsHeight !== props.height) { - return { - width: props.width, - height: props.height, - propsWidth: props.width, - propsHeight: props.height - }; - } - - return null; - }; - - var _proto = ResizableBox.prototype; - - _proto.render = function render() { - // Basic wrapper around a Resizable instance. - // If you use Resizable directly, you are responsible for updating the child component - // with a new width and height. - var _this$props = this.props, - handle = _this$props.handle, - handleSize = _this$props.handleSize, - onResize = _this$props.onResize, - onResizeStart = _this$props.onResizeStart, - onResizeStop = _this$props.onResizeStop, - draggableOpts = _this$props.draggableOpts, - minConstraints = _this$props.minConstraints, - maxConstraints = _this$props.maxConstraints, - lockAspectRatio = _this$props.lockAspectRatio, - axis = _this$props.axis, - width = _this$props.width, - height = _this$props.height, - resizeHandles = _this$props.resizeHandles, - style = _this$props.style, - transformScale = _this$props.transformScale, - props = _objectWithoutPropertiesLoose(_this$props, ["handle", "handleSize", "onResize", "onResizeStart", "onResizeStop", "draggableOpts", "minConstraints", "maxConstraints", "lockAspectRatio", "axis", "width", "height", "resizeHandles", "style", "transformScale"]); - - return /*#__PURE__*/React.createElement(_Resizable.default, { - axis: axis, - draggableOpts: draggableOpts, - handle: handle, - handleSize: handleSize, - height: this.state.height, - lockAspectRatio: lockAspectRatio, - maxConstraints: maxConstraints, - minConstraints: minConstraints, - onResizeStart: onResizeStart, - onResize: this.onResize, - onResizeStop: onResizeStop, - resizeHandles: resizeHandles, - transformScale: transformScale, - width: this.state.width - }, /*#__PURE__*/React.createElement("div", _extends({}, props, { - style: _objectSpread(_objectSpread({}, style), {}, { - width: this.state.width + 'px', - height: this.state.height + 'px' - }) - }))); - }; - - return ResizableBox; -}(React.Component); - -exports["default"] = ResizableBox; - -_defineProperty(ResizableBox, "propTypes", _objectSpread(_objectSpread({}, _propTypes2.resizableProps), {}, { - children: _propTypes.default.element -})); - -/***/ }), - -/***/ 6217: -/*!*********************************************************************************!*\ - !*** ./node_modules/_react-resizable@1.11.0@react-resizable/build/propTypes.js ***! - \*********************************************************************************/ -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { - - - -exports.__esModule = true; -exports.resizableProps = void 0; - -var _propTypes = _interopRequireDefault(__webpack_require__(/*! prop-types */ 12708)); - -var _reactDraggable = __webpack_require__(/*! react-draggable */ 12911); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -var resizableProps = { - /* - * Restricts resizing to a particular axis (default: 'both') - * 'both' - allows resizing by width or height - * 'x' - only allows the width to be changed - * 'y' - only allows the height to be changed - * 'none' - disables resizing altogether - * */ - axis: _propTypes.default.oneOf(['both', 'x', 'y', 'none']), - className: _propTypes.default.string, - - /* - * Require that one and only one child be present. - * */ - children: _propTypes.default.element.isRequired, - - /* - * These will be passed wholesale to react-draggable's DraggableCore - * */ - draggableOpts: _propTypes.default.shape({ - allowAnyClick: _propTypes.default.bool, - cancel: _propTypes.default.string, - children: _propTypes.default.node, - disabled: _propTypes.default.bool, - enableUserSelectHack: _propTypes.default.bool, - offsetParent: _propTypes.default.node, - grid: _propTypes.default.arrayOf(_propTypes.default.number), - handle: _propTypes.default.string, - nodeRef: _propTypes.default.object, - onStart: _propTypes.default.func, - onDrag: _propTypes.default.func, - onStop: _propTypes.default.func, - onMouseDown: _propTypes.default.func, - scale: _propTypes.default.number - }), - - /* - * Initial height - * */ - height: _propTypes.default.number.isRequired, - - /* - * Customize cursor resize handle - * */ - handle: _propTypes.default.oneOfType([_propTypes.default.node, _propTypes.default.func]), - - /* - * If you change this, be sure to update your css - * */ - handleSize: _propTypes.default.arrayOf(_propTypes.default.number), - lockAspectRatio: _propTypes.default.bool, - - /* - * Max X & Y measure - * */ - maxConstraints: _propTypes.default.arrayOf(_propTypes.default.number), - - /* - * Min X & Y measure - * */ - minConstraints: _propTypes.default.arrayOf(_propTypes.default.number), - - /* - * Called on stop resize event - * */ - onResizeStop: _propTypes.default.func, - - /* - * Called on start resize event - * */ - onResizeStart: _propTypes.default.func, - - /* - * Called on resize event - * */ - onResize: _propTypes.default.func, - - /* - * Defines which resize handles should be rendered (default: 'se') - * 's' - South handle (bottom-center) - * 'w' - West handle (left-center) - * 'e' - East handle (right-center) - * 'n' - North handle (top-center) - * 'sw' - Southwest handle (bottom-left) - * 'nw' - Northwest handle (top-left) - * 'se' - Southeast handle (bottom-right) - * 'ne' - Northeast handle (top-center) - * */ - resizeHandles: _propTypes.default.arrayOf(_propTypes.default.oneOf(['s', 'w', 'e', 'n', 'sw', 'nw', 'se', 'ne'])), - - /* - * If `transform: scale(n)` is set on the parent, this should be set to `n`. - * */ - transformScale: _propTypes.default.number, - - /* - * Initial width - */ - width: _propTypes.default.number.isRequired -}; -exports.resizableProps = resizableProps; - -/***/ }), - -/***/ 73638: -/*!*****************************************************************************!*\ - !*** ./node_modules/_react-resizable@1.11.0@react-resizable/build/utils.js ***! - \*****************************************************************************/ -/***/ (function(__unused_webpack_module, exports, __webpack_require__) { - - - -exports.__esModule = true; -exports.cloneElement = cloneElement; - -var _react = _interopRequireDefault(__webpack_require__(/*! react */ 59301)); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } - -function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } - -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; } - -// React.addons.cloneWithProps look-alike that merges style & className. -function cloneElement(element, props) { - if (props.style && element.props.style) { - props.style = _objectSpread(_objectSpread({}, element.props.style), props.style); - } - - if (props.className && element.props.className) { - props.className = element.props.className + " " + props.className; - } - - return /*#__PURE__*/_react.default.cloneElement(element, props); -} - -/***/ }), - -/***/ 9221: -/*!***********************************************************************!*\ - !*** ./node_modules/_react-resizable@1.11.0@react-resizable/index.js ***! - \***********************************************************************/ -/***/ (function(module, __unused_webpack_exports, __webpack_require__) { - - -module.exports = function() { - throw new Error("Don't instantiate Resizable directly! Use require('react-resizable').Resizable"); -}; - -module.exports.Resizable = __webpack_require__(/*! ./build/Resizable */ 80010)["default"]; -module.exports.ResizableBox = __webpack_require__(/*! ./build/ResizableBox */ 60842)["default"]; - - /***/ }) }]); \ No newline at end of file diff --git a/p__Paperlibrary__index.ce36c4e8.chunk.css b/p__Paperlibrary__index.30b98f55.chunk.css similarity index 99% rename from p__Paperlibrary__index.ce36c4e8.chunk.css rename to p__Paperlibrary__index.30b98f55.chunk.css index 6dd23938a7..d7868b4f1d 100644 --- a/p__Paperlibrary__index.ce36c4e8.chunk.css +++ b/p__Paperlibrary__index.30b98f55.chunk.css @@ -745,6 +745,12 @@ span[class~='ant-checkbox-checked'] span[class~='ant-checkbox-inner']::after { background-color: #fafafa; border-color: #5784de; } +.moveOutSty___uCEnQ { + cursor: pointer; +} +.moveOutSty___uCEnQ:hover { + color: red !important; +} /*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.34@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.34@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Paperlibrary/components/SendToClassModal.less?modules ***! diff --git a/p__Paperlibrary__index.c7f83af8.async.js b/p__Paperlibrary__index.b984baee.async.js similarity index 97% rename from p__Paperlibrary__index.c7f83af8.async.js rename to p__Paperlibrary__index.b984baee.async.js index 91ac0699ad..0fe2bc754a 100644 --- a/p__Paperlibrary__index.c7f83af8.async.js +++ b/p__Paperlibrary__index.b984baee.async.js @@ -676,26 +676,18 @@ var LanguageSelect = function LanguageSelect(_ref) { /***/ }), -/***/ 47141: -/*!*******************************************************!*\ - !*** ./src/pages/Paperlibrary/index.tsx + 11 modules ***! - \*******************************************************/ +/***/ 41002: +/*!**********************************************************************!*\ + !*** ./src/pages/Paperlibrary/components/List/index.tsx + 1 modules ***! + \**********************************************************************/ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { -// ESM COMPAT FLAG -__webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { - "default": function() { return /* binding */ Paperlibrary; } + a: function() { return /* binding */ List; } }); -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/toConsumableArray.js -var toConsumableArray = __webpack_require__(37205); -var toConsumableArray_default = /*#__PURE__*/__webpack_require__.n(toConsumableArray); -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js -var objectSpread2 = __webpack_require__(82242); -var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2); // EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js var regeneratorRuntime = __webpack_require__(7557); var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime); @@ -707,209 +699,26 @@ var slicedToArray = __webpack_require__(79800); var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); // EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js var _react_17_0_2_react = __webpack_require__(59301); -// EXTERNAL MODULE: ./src/.umi-production/exports.ts -var _umi_production_exports = __webpack_require__(97091); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tabs/index.js + 24 modules -var tabs = __webpack_require__(99313); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 5 modules -var input = __webpack_require__(73782); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules var modal = __webpack_require__(43418); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/row/index.js +var row = __webpack_require__(95237); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/checkbox/index.js + 3 modules var es_checkbox = __webpack_require__(24905); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules -var message = __webpack_require__(8591); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/col/index.js var col = __webpack_require__(43604); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/button/index.js -var es_button = __webpack_require__(3113); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/row/index.js -var row = __webpack_require__(95237); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/spin/index.js + 1 modules var spin = __webpack_require__(71418); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/pagination/index.js + 10 modules -var pagination = __webpack_require__(27092); -// EXTERNAL MODULE: ./src/components/NoData/index.tsx -var NoData = __webpack_require__(54313); -// EXTERNAL MODULE: ./src/components/LanguageSelect/index.tsx + 1 modules -var LanguageSelect = __webpack_require__(48236); -;// CONCATENATED MODULE: ./src/pages/Paperlibrary/index.less?modules -// extracted by mini-css-extract-plugin -/* harmony default export */ var Paperlibrarymodules = ({"flex_box_center":"flex_box_center___bGwPE","flex_space_between":"flex_space_between___S_dVk","flex_box_vertical_center":"flex_box_vertical_center___JyuWa","flex_box_center_end":"flex_box_center_end___OUF0K","flex_box_column":"flex_box_column___rKVBK","page":"page___scdxd","title":"title___VrDp2","wrap":"wrap___YQdqQ","tabsWrap":"tabsWrap___Oc3uk","filterWrap":"filterWrap___E4RIN","batchWrap":"batchWrap___W_nb0","contentWrap":"contentWrap___R4B3o","checkbox":"checkbox____NenD","modal":"modal___vvk_2","list":"list___kvLHG","btns":"btns___mm_gr","confirm":"confirm___mRLCc","cancel":"cancel___K9XSP","batch":"batch___HZ2dp","btn":"btn____Gjoi","languageSelect":"languageSelect___yXzSf","searchWrp":"searchWrp___PkGd5","searchInput":"searchInput___ChO3U","searchIcon":"searchIcon____721G","actionBtn":"actionBtn___gil1d"}); -;// CONCATENATED MODULE: ./src/assets/images/paper/s.svg -function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || 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; } } }; } -function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(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); } -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; } -var __defProp = Object.defineProperty; -var __getOwnPropSymbols = Object.getOwnPropertySymbols; -var __hasOwnProp = Object.prototype.hasOwnProperty; -var __propIsEnum = Object.prototype.propertyIsEnumerable; -var __defNormalProp = function __defNormalProp(obj, key, value) { - return key in obj ? __defProp(obj, key, { - enumerable: true, - configurable: true, - writable: true, - value: value - }) : obj[key] = value; -}; -var __spreadValues = function __spreadValues(a, b) { - for (var prop in b || (b = {})) if (__hasOwnProp.call(b, prop)) __defNormalProp(a, prop, b[prop]); - if (__getOwnPropSymbols) { - var _iterator = _createForOfIteratorHelper(__getOwnPropSymbols(b)), - _step; - try { - for (_iterator.s(); !(_step = _iterator.n()).done;) { - var prop = _step.value; - if (__propIsEnum.call(b, prop)) __defNormalProp(a, prop, b[prop]); - } - } catch (err) { - _iterator.e(err); - } finally { - _iterator.f(); - } - } - return a; -}; - -var SvgS = function SvgS(props) { - return /* @__PURE__ */React.createElement("svg", __spreadValues({ - width: 24, - height: 24, - xmlns: "http://www.w3.org/2000/svg" - }, props), /* @__PURE__ */React.createElement("title", null, "\u7F16\u7EC4 5\u5907\u4EFD 17"), /* @__PURE__ */React.createElement("path", { - d: "M12 .5c3.176 0 6.05 1.287 8.132 3.368A11.464 11.464 0 0 1 23.5 12c0 3.176-1.287 6.05-3.368 8.132A11.464 11.464 0 0 1 12 23.5c-3.176 0-6.05-1.287-8.132-3.368A11.464 11.464 0 0 1 .5 12c0-3.176 1.287-6.05 3.368-8.132A11.464 11.464 0 0 1 12 .5Z", - fillRule: "nonzero", - stroke: "#D5DFFF", - fill: "none" - })); -}; - -/* harmony default export */ var s = ("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIC41YzMuMTc2IDAgNi4wNSAxLjI4NyA4LjEzMiAzLjM2OEExMS40NjQgMTEuNDY0IDAgMCAxIDIzLjUgMTJjMCAzLjE3Ni0xLjI4NyA2LjA1LTMuMzY4IDguMTMyQTExLjQ2NCAxMS40NjQgMCAwIDEgMTIgMjMuNWMtMy4xNzYgMC02LjA1LTEuMjg3LTguMTMyLTMuMzY4QTExLjQ2NCAxMS40NjQgMCAwIDEgLjUgMTJjMC0zLjE3NiAxLjI4Ny02LjA1IDMuMzY4LTguMTMyQTExLjQ2NCAxMS40NjQgMCAwIDEgMTIgLjVaIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0iI0Q1REZGRiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg=="); -;// CONCATENATED MODULE: ./src/assets/images/paper/c.svg -function c_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = c_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; } } }; } -function c_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return c_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(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 c_arrayLikeToArray(o, minLen); } -function c_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; } -var c_defProp = Object.defineProperty; -var c_getOwnPropSymbols = Object.getOwnPropertySymbols; -var c_hasOwnProp = Object.prototype.hasOwnProperty; -var c_propIsEnum = Object.prototype.propertyIsEnumerable; -var c_defNormalProp = function __defNormalProp(obj, key, value) { - return key in obj ? c_defProp(obj, key, { - enumerable: true, - configurable: true, - writable: true, - value: value - }) : obj[key] = value; -}; -var c_spreadValues = function __spreadValues(a, b) { - for (var prop in b || (b = {})) if (c_hasOwnProp.call(b, prop)) c_defNormalProp(a, prop, b[prop]); - if (c_getOwnPropSymbols) { - var _iterator = c_createForOfIteratorHelper(c_getOwnPropSymbols(b)), - _step; - try { - for (_iterator.s(); !(_step = _iterator.n()).done;) { - var prop = _step.value; - if (c_propIsEnum.call(b, prop)) c_defNormalProp(a, prop, b[prop]); - } - } catch (err) { - _iterator.e(err); - } finally { - _iterator.f(); - } - } - return a; -}; - -var SvgC = function SvgC(props) { - return /* @__PURE__ */React.createElement("svg", c_spreadValues({ - width: 24, - height: 24, - xmlns: "http://www.w3.org/2000/svg" - }, props), /* @__PURE__ */React.createElement("title", null, "\u9009\u62E9\u5907\u4EFD 2"), /* @__PURE__ */React.createElement("path", { - d: "M11.968.427C5.586.427.413 5.6.413 11.982c0 6.381 5.173 11.554 11.555 11.554 6.381 0 11.554-5.173 11.554-11.554C23.522 5.6 18.35.427 11.968.427Zm6.232 8.6-7.815 7.816c-.154.154-.422.136-.598-.04l-.523-.523-3.502-3.502a.45.45 0 0 1 0-.637l.955-.955a.45.45 0 0 1 .636 0l2.753 2.753 6.503-6.503c.154-.155.421-.137.597.039l.955.955c.176.176.193.443.04.597Z", - fill: "#68C79F", - fillRule: "nonzero" - })); -}; - -/* harmony default export */ var c = ("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk2OC40MjdDNS41ODYuNDI3LjQxMyA1LjYuNDEzIDExLjk4MmMwIDYuMzgxIDUuMTczIDExLjU1NCAxMS41NTUgMTEuNTU0IDYuMzgxIDAgMTEuNTU0LTUuMTczIDExLjU1NC0xMS41NTRDMjMuNTIyIDUuNiAxOC4zNS40MjcgMTEuOTY4LjQyN1ptNi4yMzIgOC42LTcuODE1IDcuODE2Yy0uMTU0LjE1NC0uNDIyLjEzNi0uNTk4LS4wNGwtLjUyMy0uNTIzLTMuNTAyLTMuNTAyYS40NS40NSAwIDAgMSAwLS42MzdsLjk1NS0uOTU1YS40NS40NSAwIDAgMSAuNjM2IDBsMi43NTMgMi43NTMgNi41MDMtNi41MDNjLjE1NC0uMTU1LjQyMS0uMTM3LjU5Ny4wMzlsLjk1NS45NTVjLjE3Ni4xNzYuMTkzLjQ0My4wNC41OTdaIiBmaWxsPSIjNjhDNzlGIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4="); -;// CONCATENATED MODULE: ./src/assets/images/icons/jiqizujuan.png -var jiqizujuan_namespaceObject = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAACyxJREFUWEfNmHl0FFUWxr96VdVLurM3naU7KxGysSRBBglbhGEJiIACgoiMg8s5jDqoo6OOTmbcxe3gOc4AKg4IrqDIEjFAWCOILCEEEpKQjU46e7rT6bXq1ZyqTkIQwqicM8f6I6lU1Xv1e/d+7363wuA3djC/MR7cMJC0aWYo7W5YKBHnJCpIB3kn/ynzWGn7r13oDQFJH88IosH0TRI3eDliJwH1h0DrK9fbHPqVYQu+sP0aqBsD2nTzBMnkKWRuGU1AeYAIwLETEtqCbmXm7t///wf6KHkq+KpdMPpYcABEAE0cBZeZyyw89h3ASL8U6sYitG1RRP3Jkl0BrkuZjNoL6lXBxRmKY5JCpzN/OG79pTDy8z8b6IE1D/BojOYbGwChvk3Uc77shOBh98VFhU8N8DQMItQJAWo4OGNLfZuzoNFV8WF7lO8w5wlno6IBREX51j74oO9/QV4XaNXWrcbwIO1cLceOYQljFnyCmkoUaq2Glh0/O+T01yWREcFDmFBDFAjDwCf40NFmRaujSho5Z3hT8qi0co/LTQhDwPGch1La4PEKRZbO7q3PLFjQci24AYHe++qrLOOg4De0GvVYrVbH8zzPEMIpIWUIA8pQFP9wGoe3HITD0g2O4SBIAvRmHbLnTcDI0SNBQCBRCZIkgYoCBEGQXG6nr8vpPNLaYXtqxew7jv8U6ppAj6xZE5udnLDZEBaWbTCaodMHKeMYGYdRfkKEBJETUVdTjfLTpbC1dCDYGIahI1IRG5cATmRBehQhA/nVLaHbYUdLiwWdHbaj9a22RSvnzq3pD3VNoE8LC/6q12ueN8cM1gaHGCCKgrJKeVZ5aj+S8ieIigXDE1BQf0QECuoR+8QpP6M8rayFActysNvaUF9X5e52eF5amDP5xesCFRYWcnYt2RJuMMyOiIwDYVjIupFnJIRRKKgkQ/Uc/U78sP7NLoMowPIQhlFSJ1+R9SRJFFZrLZpbm3aGujAnJydHuGq63gufFxWFBajE/MiomNHhoZHKy1mWIFhFwAoi5ECJHAu7T4QgUmXVPz3kZziWQRDPKmPkQx7T5aPwiRQsw6Ctw4qmRssPHl1Y7ryUlLYBgbaVlERIjrZ8kzk+wzAoCjxLoBYFHKuz4YjdK4cH40J4jI4NhYuwEAR6ZfGQYTgCLRXxQ207DnUKAMsiO5jDGHMQvDwPr0DR2toAy6Xa0y4VN3NR5riGAYH2NDVFdFSU7jSZYrJM5njA48V7Z1uxTiBw6/y50NgkPKoHHhoeAaecAipDyZGSQIgMQ7HmdCPe6WbgDmEBAmicDJYRiofTwsFqVbBYanGpvvaU2xw185741MargPIkicwbO3ZIWEJCzqEli54IS0pMTI2Lx4bzHcjrJpgWLeJxnUrZXS87BBQ1sPiXAfh9UrCSvt4wBalY7K9ox/1NEkabgb/pWfAMwVvdHuS3qPG8mmJZShDO19ai5UJF9Zi1779hKT2/f19FRVkew9A+Abw1bVrYlPLzHw5jcPv6J5+kmjG/I0ONkfjjRaDbwOAbA48hBqMi2pOtzZht8SK1Q8TbaTycLAsvCFSQoBMFPHHGheJQHl/HqnGzIUIRd2VrC2Z1+BDQTvBBjIiK5kY4jx2n973xGil2ebd+HRt/f97337f3AT0LmKampWwfM2lixruJg6FJT0W8KR5/L6qCIUSFL3PHgVFrlcy4nU7M3FIItY/Bc5OT4fV4IF64AHbIEKjUary85xy6OGDXnTnQ6/UQKAXxeTF/5yFYOz345y1JqGmogfvsOayoqsTpw4f37ys+e9ezQFMf0EOA6faxY7dPWLgg42W7HWx8AlKTk7HzUDGKrV14c+lMTElJUjLzTXEZnl6/DZOSTZiQMwp8yVlkfPstTk2dCt+I4Sg6dBIFJfV48d5ZmJeRptSBwrJqPLZ+O9IjAjFr4nCcK78AsboaT+sDcGJX/t6NBXvufr8/0FLANCopaXv6xPEZX4YPgjoxCQmJibA7XMg/XQPKqzE5fTCoKGF3cTlCOGD22FRFyJnf5WNcWwsOh4bj5PRc2Vuw48g5tPqA6SNvAsuy2Hf2IiSPC7kZCQgJ1OJidTXcVZWY39KECz8e33ukpHTxRqC5L0IyUIBWvV2fODijYUIOgoYmIyomRhG/DFVS14Ymh0cpeqYgLTKSIhEQEgRt2TlM278HYdEmtDdY8N2EyXCmpcHVacfJCisu2Z1KuYzQqzEsNlyBkTVltVxCZ1kZTPv3wGVp2GsX6eKNDsdloPmAiQe2MyEhGbbb5yI0JR1RZrNSyEApKJXg9vrAEoIAjQoMS+CmEjK3bcGolgZ0JQ1BYOUFnDBE4sc586GRSzSV4HR5IFIKjYoDIXIJYMCxBFaLBZ3nShG4bQuIzbaX0emuBFqq1ZpEt3uHqNONtM6YjeDUdJhiYiFSCZRSxctkQcttht9pCXweD4x7diHI6YA3MAiqLju6tDpYp+RCpdEAiuX4rcZvK0SxH5YwsNTXw3a+FNG7vgHjchRSTcCiT7q7L4s6LzU1srmx4fNWj3d8zZRc6JLTEBMX5zdRifYYpOxnLCS5GPptDS6fAFEQwDGAIDFgORZavqdNkWQ9yxEW5WD5oXq6hbq6OjjLzyOxIB9BoAVhUVF3v1JZ2dKnISkvT/OfLz+7u6jFdteR7ElZKpM5NCEhQTFD2cD8nsVAkABXWyuo065c702D0g3IL1N6H9H/Yl0gtGGDwCvwcl/kr5+y0VbX1sBVV9Mx/tiBE+N1ms+WLLn3YyYvz32VMx691Ga+beXKHbwuaETa0OQeR/ADCXJkGmqRTO2oKj0Hi8WK6dNy0Gmz4/jxU8jMHIGQkGAUFBxApDEciWkpqFCFgpgSwUmyMUuK88uhLa+qRIu18cydWbfctvEff64b0Mty138euXfzJ/l6Y8TIoSkpfg1QP1C3ICL4UgVeWjwDB/YdQNGRY3h33WpUVVZh9eursWLln5A0NAmPPPgosrJG4tbJE5H3xV7YYodCx8lthxxRfwwqzpeho9laPHjKrbnlTz08sLkuX7c5YtOGTTvVRmNWwrBhkGUpi1puuXwSQOydmJYwCB011aiursbS5cvQ1GjF7h3fYtrM6YiIjsSGdR8hNj4WhsQk7L7YDBocqqSN7TFfAqD6TAm8ba2nlixfNnPtPXdcba69ISuQpOB5E2ft8ukDx8ZmZgGEKED+Fk3uuAg8LhcYSpUS4PP65A0Hnufh8/mUjcWreP8YQqDWapWyoTRrynC/zupPnYLU0X700Vdfz311/PCOAVNWKEmaudMXfGb3uGfHjB4DtV4PKvQ2dD1trCxYhij6ktPp52SuOFc6XnkzKEru+V5kGBCeh8fhQP2xo9Dx3M4PPtwyf0EM4xoQSL4x45kXHj9YUPgKF5/AG9OHKT2OskWUyf3T9+6G/ue995QydRnDvzHkMPakv7n0LLzVVcKYSeOe3bfqhVU9FcRf3nrJ+v+2SM6YCXOXr66ub5yjj4lFYHQ0eJ0OLM8rFdrf5PdDUnbOZdgrJ/YXVtEnwNftgN3SgO66OiTGmbcd3LzhkWgt07fDBgSSbzyxdbfx32+/s8Lj8SwWwCQRXgWW48Cwcvn3r7YvzJd5rohcT0iUukSVAuqDhqBKRbhPnlv12rt/yR7R/NOAXPfL1bxypdZ+pjZd9LqyqSjeJAqCgVJJL1BRpur5tuhNTv+pev/HIDEcYUWOYx0qTtXK8Wwlr9UVmc3JJSfW5jmvlZ3rAvUOmJSXxzWXNmsszk6ednexXaLws8bJ4wNZTgrVBYr6uBDfgvnz3Xn9PnmuBfRf5hH3Yfdg4tAAAAAASUVORK5CYII="; -;// CONCATENATED MODULE: ./src/assets/images/icons/rengongzujuan.png -var rengongzujuan_namespaceObject = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAkCAYAAADsHujfAAAAAXNSR0IArs4c6QAAC1BJREFUWEfNmHlsHNUdx79v7tn78HrX6yR2nDh3AiQxhHKLG8KRFgJCVFUpUEG4KUrTCjWkbUC0HIKWKiHQ0lLUcLWUq2oOEyiBHJCAg2OT+Ijj22vv7uzu3DOvmjEgjuDAfzxp/hjN7Huf9/v95v2+3yX4jgzyHeHAtwBZzcyZ8xFnioPRKGMneUIzDnHSlNIpDqWua9uHHcfpZZjAgGEUc+3t7SoA55tu9PMg7Pz58yPhcJjP5w32R2fHeRklMVciiZLlVikqm7FMu9qltIbnmYzjoHpIk5K6zSd1tQzTtEYZBkOEMH2UoJdQ2kcI6XUcZ4RSmuN5XjcM3uB5wwBgedd7771nA6Ae7GcgoVAolUymrgcrLjp5fiybidBJAsvEJY4JiAILSggsm8KyKAyboqhS9FUCMCkP09Dg2g4YlvVn9Cb1ZqcuheM6lFJaoJSOUReDlDqDpmkO6rq+u1wuv9TT05P/AgiAcCKRuqBsM/M23Nxw2eY9heH+ghRyWb4OREgyggiGFcBwAjieB89x4L11iQtCWLAMgevvjcKxXTiuDcMwYZomDF33HvVR182ZpllUVTWv6+a7rmv/paOjY/jLIJ+l8+Djp6x5euvQIxt2hmLphPBQpawsVRQFLMdCliSEgiEEgkGEwyFEIhGwLINKRYVaUaHpGgzdgGmZMA0LFC7C4cioWjHOLzh6Z19bW+FItXPEYt3zhzPuj1n5tSs2NURVrbAtlxupKykKHMcFYQh4jvehWNaLBDueEur6mabUBaXUf9d1HRBCkExWWbIcOXbLltdbv654jwjS8acTHs5X5N/c/07stN6h0efzYzkQEPC84AN4C3KsB8D48xLC+FDeZC6lAKU+hKZpMAwDkhzAjMZJ12zc+NKfvxXIx48uevhgqeG3/9jHrP2grftaXatAFHgEJAmCKIAwjL/TTy/Gv/90CQ+ZwrZtlCqqnzLTcnDSorkbnnpm4/UA8Svpy+MrEaG7F/Edu8Tf7xspP7OjJ/r83nZl0piiwWICEKQgRCkIQeTAMV4aqP91MJ9AMYQBJQxsm8IwdFhGGYytQWZUzJsW3v7A3+46lZDlRzxbvgrS3HRs14eFJ8uCNVCVjV8wNGxgeNTA/96voKWThSEk4EhVgBQG59UKccB4SWFZ2I4LauqQqYKkVMTMdAX11S4mV7NIp7ixmiW3nSXU37DnG0Vk6NnTTmzvNf49a4ZZFY+54GQOYCi2vngQh3o0QAyge1RGp5JAkWRg8VH/k6V6GSlZwcL6MmZnVTTUEGTTHASB+Mer61JXTC9+kD/mmbu+EUjry1c1dhyoNC+cNlBbnSiBDcho2Z1D98djmDItASEQgSwQlEsaPu6qoK1PhG05CNIiAoKDqTPTWNyURiotA1SHVSrC0EwQSsEJbLsYc04hCw+OHLVG7NdPvrxld996ErRijcfIaN+v4mBbAXX1EqLVVQjFYggEBcQTHMzyGJRc3gfhWBcjozbaux1Ewzx0S0BVtYQpGYqgRMEQgGFR5IPi9dyJrc8eFcR4acmvejqGV+VUQxwul9HbY2BJk4wpdQJ0JwQICSSqJATCLGCrgKuOnyHecW4ayA1bGMtTlBUVez4oY2SM4Jg5MiZPFlFTKzlV1cE/sie13npUEOW5xQ+ODSu3HM5Z7CvbejFjuoALz5QxpGbRb87C1u3dqK8m+PEyDrJQBNxP6p3YGB6L4d22amzfO4CGDIvjUj1o2zeE0QLBnDkyZs4IIj0pvFWKhM8ji9/zGt9n4ytfzchfFz1WUSo/7R01mVffOIzFi3icsDiOSuoaPPTkm2h+qwUXHR/D/fdeCZL/JwDvgKOgRMAh8/u4aeXTGBgcwhXnL8CycxswuPcFtO5TAcLglJMjaJgZbZESmYvIwu2HJgTpf+K4B9SydsvAsM79991ezJnNYenSLOR5t2Ptfa+iZc8u3LXidDRdcB3QsRqwlfHWEZiOctWduOP6W+Hog1i18krUTQqg660n8ea2PFSVoGGqgONPSnRW19dcTRbufGdCkNLLs25q2Z2/r/uwGmw7pCJby2P5ZTHE62fD4ubA1lXIqZmA0QfktwGM93V4soIAqXOh6wKgdkGKyHBHtuPQ/sN49fWyLx+qkwxmz48MLFxSeyM5Ye+/JgRRNk372e63R+4ZzVmB/iEbFZ3i4gvjmDs3CMghgIsAtgHYJYATgcC0cZBKN0BNQIoDXv8zCzDLKlo+qGDTZgWSxCCVZJCtlXKLTs7eFj2r9e8Tgoy+MnVNX1dxZUV1hcEhB+0HdDROF3Hh0hTEoOj/1hNJngYxNRMWEiBwITAKOIkDdRz/3hv5oQqam/No3a8jleJRk2YRjwuFuQsydyUv3r9hQpD8K3Vr8qP6Sl13hHzeQVu7jqJi4wfLEpjSEAM4fjwNHIFV1tFzYAyixCI7NQ5GEEAd6oNQ28S+PWNo3qbANIHaWh6ZNIdEnC9PnZ3+RfTs1kcnBCn+p26NVjZXOg6EQsHG4V4TH7VqqJsi4Jxzkggng6CUwdCwidyoCU3R/G4ciUuoyYgIR1jAdaCMqnjt5REc7rdQVcWjNisglWQRDvNGqja+JnZe29oJQbQ3ZtyjKdrPKXUFVaUYHDLR2an71/FNIZx0agJCWMKWrUU89WwOYwXbD1AmxeHmn6Rx7LFBaGMadu4oYNfuCkJhFpNqBdRmRcSiDESZdWLJ8L3BM9vvnhDEeGv2LzWlcjd1qWiYLgpFB/19BtraNeTzNpoWh3DCkhgiVRL6e3R8tF/1szWrUUZNVkB+WMf7exR8uFcDLxFUV/OYPElCOs0jHGTACYwjhwL3ymccDeTtuSvtcnkNCATTpFA1ByPDFjq7dXQf0jEy4iCb5bHwmCAapsuoTvG+KhsasNBxQMUHLSpGR23EYiwyNSJqasZBYnEePOupF+LKwfCv+dP2rZ4wInRn0/eMcv4JgaezvGPX1G0UCga6uzV0dWno7DKhm0AyziMa45BMcHBd+IsXizYUxYIsAukMj7r6ACZPllFTI0IO8bAtF6ZDWoRg/E5+ye5NE4M0n84ZQm8dy3LTiIsqQ3VC+RIJ9/STxrYudmFnPzMvjJzYkFAYTuR8ieh5Bdvw5KGDISVAC0y1NjOrvT97qrmrKiWWUimicAKbo4T225Q9IEWYfjK31ZwQ5PMPm5tXc5s3l2oNw15eKGiXlypqY0XVo5MCA+Tapv0QJd5X9V6x2haFptp4Zm8jOiv1NBklo6loYEskIryQDDJbV6xK5QlZPX7AHGF8rfddsWpVkmj0JkMr3agohZRSKBLd8yzeoeCauP28HM45zoDueE0P4ODg7VYOv3stC7AieJ6FHAghGo25wXB0jyiIa0yt8Pr69eu/0HU/ZToiCKWU3LBixTpN1a4bHBxApVyBZZl+6D3fYjsM6tPA3VeUncUNJlxCycd9PL1nY4Rp62WJp2O9jsxxHARRRDyeQDKZVAVe/OG6dY+9+I0jcscdd8zo7j70fl9fX9C2rXG17vkVz934mSAwXQ6NNS69+YKSy3OUPL45TPZ2coRnHd/TeL7XV/gM8YHkQBDZbLZ52aWXnL18+VeV/BEjctEllz7S13t4haaqjCzLYFkOjt9DPLk37mk8MMsmkMRxPaLqLgTOhedxPGYPxrMXHjl1XViWhUg0Wshk0lc/99xzrx5VoTU1nZ5xnNKblm01OrYDSfLyLfiGaTzcvF+crvOJPWH48d1Ty4+U54M/A2HGbamXVg+EZVmX4/mNO3fsuOqoIAsWHHelaenrREGMWLbl714URTi27UfB87meV3PccRDPenop8EC9d33rSQgcdzw63nPvHwFveD7ZMK2PDINecvDgvo7Pw/wfMpt0cCj5/YEAAAAASUVORK5CYII="; -// EXTERNAL MODULE: ./src/components/AuthModal/index.tsx + 3 modules -var AuthModal = __webpack_require__(17927); -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectWithoutProperties.js -var objectWithoutProperties = __webpack_require__(39647); -var objectWithoutProperties_default = /*#__PURE__*/__webpack_require__.n(objectWithoutProperties); -;// CONCATENATED MODULE: ./src/pages/Paperlibrary/components/index.less?modules -// extracted by mini-css-extract-plugin -/* harmony default export */ var componentsmodules = ({"tilte":"tilte___jz7Vd","flexRow":"flexRow___gHhjK","flexColumn":"flexColumn___lgqLH","footerWrap":"footerWrap___rAdHU","img":"img___dctXO","content":"content___BqYfA","modalContent":"modalContent___E9goj","modalContentLeft":"modalContentLeft___WKPjp","modal":"modal___ambJI"}); -// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js -var jsx_runtime = __webpack_require__(37712); -;// CONCATENATED MODULE: ./src/pages/Paperlibrary/components/RandomPromptModal.tsx - -var _excluded = ["paperlibrary", "globalSetting", "loading", "dispatch"]; - - - - - - -var RandomPromptModal = function RandomPromptModal(_ref) { - var paperlibrary = _ref.paperlibrary, - globalSetting = _ref.globalSetting, - loading = _ref.loading, - dispatch = _ref.dispatch, - props = objectWithoutProperties_default()(_ref, _excluded); - return /*#__PURE__*/(0,jsx_runtime.jsxs)(modal/* default */.Z, { - centered: true, - keyboard: false, - closable: false, - destroyOnClose: true, - open: paperlibrary.actionTabs.key === 'Paperlibrary-RandomPrompt', - title: "\u6E29\u99A8\u63D0\u793A", - footer: null, - children: ["\u968F\u673A\u7EC4\u5377\u529F\u80FD\u5728\u7F16\u8F91\u65F6\u4EC5\u80FD\u786E\u5B9A\u968F\u673A\u89C4\u5219\uFF0C\u4E0D\u80FD\u7F16\u8F91\u786E\u5B9A\u7684\u8BD5\u9898\u3002 \u5728\u8BFE\u5802\u4E0A\u5E94\u7528\u65F6\uFF0C\u5C06\u6839\u636E\u89C4\u5219\u4E3A\u6BCF\u4F4D\u5B66\u751F\u968F\u673A\u751F\u6210\u4E00\u4EFD\u8003\u5BDF\u70B9\u548C\u9898\u578B\u76F8\u540C\uFF0C\u4F46\u8BD5\u9898\u4E92\u4E0D\u76F8\u540C\u7684\u8BD5\u5377\u3002 \u4E3A\u987A\u5229\u7EC4\u5377\uFF0C\u8BF7\u53CA\u65F6\u5220\u9664\u4E2A\u4EBA\u9898\u5E93\u4E2D\u5197\u4F59\u3001\u9519\u8BEF\u3001\u65E0\u6548\u7684\u8BD5\u9898\uFF0C\u786E\u4FDD\u60A8\u7684\u4E2A\u4EBA\u9898\u5E93\u4E2D\u5168\u90E8\u8BD5\u9898\u5747\u6B63\u786E\u4E14\u6709\u6548\u3002", /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { - className: "".concat(componentsmodules.footerWrap, " mt30"), - children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_checkbox/* default */.Z, { - onChange: function onChange(e) { - var localStorage = window.localStorage; - if (localStorage) { - localStorage["no_alert_randompaper"] = e.target.checked ? '1' : '0'; - } - }, - children: "\u4E0D\u518D\u63D0\u793A" - }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { - type: "primary", - onClick: function onClick() { - dispatch({ - type: 'paperlibrary/setActionTabs', - payload: {} - }); - _umi_production_exports.history.push("/randompaper"); - }, - children: "\u786E\u5B9A" - })] - })] - }); -}; -/* harmony default export */ var components_RandomPromptModal = ((0,_umi_production_exports.connect)(function (_ref2) { - var paperlibrary = _ref2.paperlibrary, - loading = _ref2.loading, - globalSetting = _ref2.globalSetting; - return { - paperlibrary: paperlibrary, - globalSetting: globalSetting, - loading: loading.effects - }; -})(RandomPromptModal)); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules +var message = __webpack_require__(8591); +// EXTERNAL MODULE: ./src/.umi-production/exports.ts +var _umi_production_exports = __webpack_require__(97091); // EXTERNAL MODULE: ./node_modules/_dayjs@1.11.13@dayjs/dayjs.min.js var dayjs_min = __webpack_require__(61186); var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min); ;// CONCATENATED MODULE: ./src/pages/Paperlibrary/components/List/index.less?modules // extracted by mini-css-extract-plugin -/* harmony default export */ var Listmodules = ({"itemWrap":"itemWrap___KEbZ9","checkBoxWrapper":"checkBoxWrapper___Y_kuj","listWrap":"listWrap___VlWgM","list":"list___XIr6d","flexCenter":"flexCenter___eacyI","flexRow":"flexRow___A_mOc","imgWrap":"imgWrap___KI9io","img":"img___vjS11","contentWrap":"contentWrap___NI0Vt","titleWrap":"titleWrap___SlBWX","title":"title___KGh5v","content":"content___B0PxW","bottomWrap":"bottomWrap___WVJb4","updateTime":"updateTime___sxvSt","useCount":"useCount___puqPx","actionBtn":"actionBtn___JUWfj","actionButton":"actionButton___jabv3","actionBar":"actionBar___I1pC8","typeIcon":"typeIcon___bramC","private":"private___sdERX","public":"public___noSmD","random":"random___l2hTA","actionLinkWrapper":"actionLinkWrapper___Him3y","actionLink":"actionLink___rWBLq","actionIcon":"actionIcon___lMmL7","line":"line___HQJlK","b1":"b1___Y4KZd","b2":"b2___QxMOG","actionLeftItem":"actionLeftItem___Fnq4b","export_type_modal":"export_type_modal___ISAzV","export_type_modal_con":"export_type_modal_con___qw5B2","type_item":"type_item___pdMxs","img_warp":"img_warp___cDH7f","img_warp_active":"img_warp_active___rLrYN"}); +/* harmony default export */ var Listmodules = ({"itemWrap":"itemWrap___KEbZ9","checkBoxWrapper":"checkBoxWrapper___Y_kuj","listWrap":"listWrap___VlWgM","list":"list___XIr6d","flexCenter":"flexCenter___eacyI","flexRow":"flexRow___A_mOc","imgWrap":"imgWrap___KI9io","img":"img___vjS11","contentWrap":"contentWrap___NI0Vt","titleWrap":"titleWrap___SlBWX","title":"title___KGh5v","content":"content___B0PxW","bottomWrap":"bottomWrap___WVJb4","updateTime":"updateTime___sxvSt","useCount":"useCount___puqPx","actionBtn":"actionBtn___JUWfj","actionButton":"actionButton___jabv3","actionBar":"actionBar___I1pC8","typeIcon":"typeIcon___bramC","private":"private___sdERX","public":"public___noSmD","random":"random___l2hTA","actionLinkWrapper":"actionLinkWrapper___Him3y","actionLink":"actionLink___rWBLq","actionIcon":"actionIcon___lMmL7","line":"line___HQJlK","b1":"b1___Y4KZd","b2":"b2___QxMOG","actionLeftItem":"actionLeftItem___Fnq4b","export_type_modal":"export_type_modal___ISAzV","export_type_modal_con":"export_type_modal_con___qw5B2","type_item":"type_item___pdMxs","img_warp":"img_warp___cDH7f","img_warp_active":"img_warp_active___rLrYN","moveOutSty":"moveOutSty___uCEnQ"}); // EXTERNAL MODULE: ./src/utils/authority.ts var authority = __webpack_require__(93697); // EXTERNAL MODULE: ./src/service/exercise.ts @@ -922,6 +731,8 @@ var lodash = __webpack_require__(89392); var DownloadOutlined = __webpack_require__(82234); // EXTERNAL MODULE: ./src/utils/export.ts var utils_export = __webpack_require__(1806); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js +var jsx_runtime = __webpack_require__(37712); ;// CONCATENATED MODULE: ./src/pages/Paperlibrary/components/List/index.tsx @@ -947,7 +758,9 @@ var difficultyMapping = { }; var List = function List(_ref) { var _data$author, _data$author2, _data$author3, _user$userInfo2, _data$author4, _user$userInfo3; - var _ref$showCheckbox = _ref.showCheckbox, + var _ref$isVtrs = _ref.isVtrs, + isVtrs = _ref$isVtrs === void 0 ? false : _ref$isVtrs, + _ref$showCheckbox = _ref.showCheckbox, showCheckbox = _ref$showCheckbox === void 0 ? false : _ref$showCheckbox, data = _ref.data, user = _ref.user, @@ -968,7 +781,9 @@ var List = function List(_ref) { _ref$onDelete = _ref.onDelete, onDelete = _ref$onDelete === void 0 ? function () {} : _ref$onDelete, _ref$onSendToClass = _ref.onSendToClass, - onSendToClass = _ref$onSendToClass === void 0 ? function () {} : _ref$onSendToClass; + onSendToClass = _ref$onSendToClass === void 0 ? function () {} : _ref$onSendToClass, + _ref$handleMoveOut = _ref.handleMoveOut, + handleMoveOut = _ref$handleMoveOut === void 0 ? function () {} : _ref$handleMoveOut; var _useState = (0,_react_17_0_2_react.useState)(false), _useState2 = slicedToArray_default()(_useState, 2), isloading = _useState2[0], @@ -1191,7 +1006,7 @@ var List = function List(_ref) { className: "iconfont icon-chexiaogongxiang ".concat(Listmodules.actionIcon, " font16") }), "\u64A4\u9500\u5171\u4EAB"] })] - }), /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + }), !isVtrs && /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { align: "middle", className: Listmodules.actionLinkWrapper, children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { @@ -1276,6 +1091,23 @@ var List = function List(_ref) { }), "\u6A21\u62DF\u8003\u8BD5"] }) })] + }), isVtrs && /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "middle", + className: Listmodules.actionLinkWrapper, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.line, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b1 + }), /*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b2 + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)("a", { + className: "".concat(Listmodules.actionLink, " ").concat(Listmodules.moveOutSty), + onClick: function onClick() { + return handleMoveOut(data); + }, + children: "\u79FB\u51FA" + })] })] })] })] @@ -1383,6 +1215,239 @@ var List = function List(_ref) { })] }); }; + +/***/ }), + +/***/ 81463: +/*!******************************************************!*\ + !*** ./src/pages/Paperlibrary/index.tsx + 9 modules ***! + \******************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + +// ESM COMPAT FLAG +__webpack_require__.r(__webpack_exports__); + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + "default": function() { return /* binding */ Paperlibrary; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/toConsumableArray.js +var toConsumableArray = __webpack_require__(37205); +var toConsumableArray_default = /*#__PURE__*/__webpack_require__.n(toConsumableArray); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js +var objectSpread2 = __webpack_require__(82242); +var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js +var regeneratorRuntime = __webpack_require__(7557); +var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js +var asyncToGenerator = __webpack_require__(41498); +var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js +var slicedToArray = __webpack_require__(79800); +var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +// EXTERNAL MODULE: ./src/.umi-production/exports.ts +var _umi_production_exports = __webpack_require__(97091); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tabs/index.js + 24 modules +var tabs = __webpack_require__(99313); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 5 modules +var input = __webpack_require__(73782); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules +var modal = __webpack_require__(43418); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/checkbox/index.js + 3 modules +var es_checkbox = __webpack_require__(24905); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules +var message = __webpack_require__(8591); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/col/index.js +var col = __webpack_require__(43604); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/button/index.js +var es_button = __webpack_require__(3113); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/row/index.js +var row = __webpack_require__(95237); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/spin/index.js + 1 modules +var spin = __webpack_require__(71418); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/pagination/index.js + 10 modules +var pagination = __webpack_require__(27092); +// EXTERNAL MODULE: ./src/components/NoData/index.tsx +var NoData = __webpack_require__(54313); +// EXTERNAL MODULE: ./src/components/LanguageSelect/index.tsx + 1 modules +var LanguageSelect = __webpack_require__(48236); +;// CONCATENATED MODULE: ./src/pages/Paperlibrary/index.less?modules +// extracted by mini-css-extract-plugin +/* harmony default export */ var Paperlibrarymodules = ({"flex_box_center":"flex_box_center___bGwPE","flex_space_between":"flex_space_between___S_dVk","flex_box_vertical_center":"flex_box_vertical_center___JyuWa","flex_box_center_end":"flex_box_center_end___OUF0K","flex_box_column":"flex_box_column___rKVBK","page":"page___scdxd","title":"title___VrDp2","wrap":"wrap___YQdqQ","tabsWrap":"tabsWrap___Oc3uk","filterWrap":"filterWrap___E4RIN","batchWrap":"batchWrap___W_nb0","contentWrap":"contentWrap___R4B3o","checkbox":"checkbox____NenD","modal":"modal___vvk_2","list":"list___kvLHG","btns":"btns___mm_gr","confirm":"confirm___mRLCc","cancel":"cancel___K9XSP","batch":"batch___HZ2dp","btn":"btn____Gjoi","languageSelect":"languageSelect___yXzSf","searchWrp":"searchWrp___PkGd5","searchInput":"searchInput___ChO3U","searchIcon":"searchIcon____721G","actionBtn":"actionBtn___gil1d"}); +;// CONCATENATED MODULE: ./src/assets/images/paper/s.svg +function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || 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; } } }; } +function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(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); } +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; } +var __defProp = Object.defineProperty; +var __getOwnPropSymbols = Object.getOwnPropertySymbols; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __propIsEnum = Object.prototype.propertyIsEnumerable; +var __defNormalProp = function __defNormalProp(obj, key, value) { + return key in obj ? __defProp(obj, key, { + enumerable: true, + configurable: true, + writable: true, + value: value + }) : obj[key] = value; +}; +var __spreadValues = function __spreadValues(a, b) { + for (var prop in b || (b = {})) if (__hasOwnProp.call(b, prop)) __defNormalProp(a, prop, b[prop]); + if (__getOwnPropSymbols) { + var _iterator = _createForOfIteratorHelper(__getOwnPropSymbols(b)), + _step; + try { + for (_iterator.s(); !(_step = _iterator.n()).done;) { + var prop = _step.value; + if (__propIsEnum.call(b, prop)) __defNormalProp(a, prop, b[prop]); + } + } catch (err) { + _iterator.e(err); + } finally { + _iterator.f(); + } + } + return a; +}; + +var SvgS = function SvgS(props) { + return /* @__PURE__ */React.createElement("svg", __spreadValues({ + width: 24, + height: 24, + xmlns: "http://www.w3.org/2000/svg" + }, props), /* @__PURE__ */React.createElement("title", null, "\u7F16\u7EC4 5\u5907\u4EFD 17"), /* @__PURE__ */React.createElement("path", { + d: "M12 .5c3.176 0 6.05 1.287 8.132 3.368A11.464 11.464 0 0 1 23.5 12c0 3.176-1.287 6.05-3.368 8.132A11.464 11.464 0 0 1 12 23.5c-3.176 0-6.05-1.287-8.132-3.368A11.464 11.464 0 0 1 .5 12c0-3.176 1.287-6.05 3.368-8.132A11.464 11.464 0 0 1 12 .5Z", + fillRule: "nonzero", + stroke: "#D5DFFF", + fill: "none" + })); +}; + +/* harmony default export */ var s = ("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIC41YzMuMTc2IDAgNi4wNSAxLjI4NyA4LjEzMiAzLjM2OEExMS40NjQgMTEuNDY0IDAgMCAxIDIzLjUgMTJjMCAzLjE3Ni0xLjI4NyA2LjA1LTMuMzY4IDguMTMyQTExLjQ2NCAxMS40NjQgMCAwIDEgMTIgMjMuNWMtMy4xNzYgMC02LjA1LTEuMjg3LTguMTMyLTMuMzY4QTExLjQ2NCAxMS40NjQgMCAwIDEgLjUgMTJjMC0zLjE3NiAxLjI4Ny02LjA1IDMuMzY4LTguMTMyQTExLjQ2NCAxMS40NjQgMCAwIDEgMTIgLjVaIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0iI0Q1REZGRiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg=="); +;// CONCATENATED MODULE: ./src/assets/images/paper/c.svg +function c_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = c_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; } } }; } +function c_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return c_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(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 c_arrayLikeToArray(o, minLen); } +function c_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; } +var c_defProp = Object.defineProperty; +var c_getOwnPropSymbols = Object.getOwnPropertySymbols; +var c_hasOwnProp = Object.prototype.hasOwnProperty; +var c_propIsEnum = Object.prototype.propertyIsEnumerable; +var c_defNormalProp = function __defNormalProp(obj, key, value) { + return key in obj ? c_defProp(obj, key, { + enumerable: true, + configurable: true, + writable: true, + value: value + }) : obj[key] = value; +}; +var c_spreadValues = function __spreadValues(a, b) { + for (var prop in b || (b = {})) if (c_hasOwnProp.call(b, prop)) c_defNormalProp(a, prop, b[prop]); + if (c_getOwnPropSymbols) { + var _iterator = c_createForOfIteratorHelper(c_getOwnPropSymbols(b)), + _step; + try { + for (_iterator.s(); !(_step = _iterator.n()).done;) { + var prop = _step.value; + if (c_propIsEnum.call(b, prop)) c_defNormalProp(a, prop, b[prop]); + } + } catch (err) { + _iterator.e(err); + } finally { + _iterator.f(); + } + } + return a; +}; + +var SvgC = function SvgC(props) { + return /* @__PURE__ */React.createElement("svg", c_spreadValues({ + width: 24, + height: 24, + xmlns: "http://www.w3.org/2000/svg" + }, props), /* @__PURE__ */React.createElement("title", null, "\u9009\u62E9\u5907\u4EFD 2"), /* @__PURE__ */React.createElement("path", { + d: "M11.968.427C5.586.427.413 5.6.413 11.982c0 6.381 5.173 11.554 11.555 11.554 6.381 0 11.554-5.173 11.554-11.554C23.522 5.6 18.35.427 11.968.427Zm6.232 8.6-7.815 7.816c-.154.154-.422.136-.598-.04l-.523-.523-3.502-3.502a.45.45 0 0 1 0-.637l.955-.955a.45.45 0 0 1 .636 0l2.753 2.753 6.503-6.503c.154-.155.421-.137.597.039l.955.955c.176.176.193.443.04.597Z", + fill: "#68C79F", + fillRule: "nonzero" + })); +}; + +/* harmony default export */ var c = ("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk2OC40MjdDNS41ODYuNDI3LjQxMyA1LjYuNDEzIDExLjk4MmMwIDYuMzgxIDUuMTczIDExLjU1NCAxMS41NTUgMTEuNTU0IDYuMzgxIDAgMTEuNTU0LTUuMTczIDExLjU1NC0xMS41NTRDMjMuNTIyIDUuNiAxOC4zNS40MjcgMTEuOTY4LjQyN1ptNi4yMzIgOC42LTcuODE1IDcuODE2Yy0uMTU0LjE1NC0uNDIyLjEzNi0uNTk4LS4wNGwtLjUyMy0uNTIzLTMuNTAyLTMuNTAyYS40NS40NSAwIDAgMSAwLS42MzdsLjk1NS0uOTU1YS40NS40NSAwIDAgMSAuNjM2IDBsMi43NTMgMi43NTMgNi41MDMtNi41MDNjLjE1NC0uMTU1LjQyMS0uMTM3LjU5Ny4wMzlsLjk1NS45NTVjLjE3Ni4xNzYuMTkzLjQ0My4wNC41OTdaIiBmaWxsPSIjNjhDNzlGIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4="); +;// CONCATENATED MODULE: ./src/assets/images/icons/jiqizujuan.png +var jiqizujuan_namespaceObject = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAACyxJREFUWEfNmHl0FFUWxr96VdVLurM3naU7KxGysSRBBglbhGEJiIACgoiMg8s5jDqoo6OOTmbcxe3gOc4AKg4IrqDIEjFAWCOILCEEEpKQjU46e7rT6bXq1ZyqTkIQwqicM8f6I6lU1Xv1e/d+7363wuA3djC/MR7cMJC0aWYo7W5YKBHnJCpIB3kn/ynzWGn7r13oDQFJH88IosH0TRI3eDliJwH1h0DrK9fbHPqVYQu+sP0aqBsD2nTzBMnkKWRuGU1AeYAIwLETEtqCbmXm7t///wf6KHkq+KpdMPpYcABEAE0cBZeZyyw89h3ASL8U6sYitG1RRP3Jkl0BrkuZjNoL6lXBxRmKY5JCpzN/OG79pTDy8z8b6IE1D/BojOYbGwChvk3Uc77shOBh98VFhU8N8DQMItQJAWo4OGNLfZuzoNFV8WF7lO8w5wlno6IBREX51j74oO9/QV4XaNXWrcbwIO1cLceOYQljFnyCmkoUaq2Glh0/O+T01yWREcFDmFBDFAjDwCf40NFmRaujSho5Z3hT8qi0co/LTQhDwPGch1La4PEKRZbO7q3PLFjQci24AYHe++qrLOOg4De0GvVYrVbH8zzPEMIpIWUIA8pQFP9wGoe3HITD0g2O4SBIAvRmHbLnTcDI0SNBQCBRCZIkgYoCBEGQXG6nr8vpPNLaYXtqxew7jv8U6ppAj6xZE5udnLDZEBaWbTCaodMHKeMYGYdRfkKEBJETUVdTjfLTpbC1dCDYGIahI1IRG5cATmRBehQhA/nVLaHbYUdLiwWdHbaj9a22RSvnzq3pD3VNoE8LC/6q12ueN8cM1gaHGCCKgrJKeVZ5aj+S8ieIigXDE1BQf0QECuoR+8QpP6M8rayFActysNvaUF9X5e52eF5amDP5xesCFRYWcnYt2RJuMMyOiIwDYVjIupFnJIRRKKgkQ/Uc/U78sP7NLoMowPIQhlFSJ1+R9SRJFFZrLZpbm3aGujAnJydHuGq63gufFxWFBajE/MiomNHhoZHKy1mWIFhFwAoi5ECJHAu7T4QgUmXVPz3kZziWQRDPKmPkQx7T5aPwiRQsw6Ctw4qmRssPHl1Y7ryUlLYBgbaVlERIjrZ8kzk+wzAoCjxLoBYFHKuz4YjdK4cH40J4jI4NhYuwEAR6ZfGQYTgCLRXxQ207DnUKAMsiO5jDGHMQvDwPr0DR2toAy6Xa0y4VN3NR5riGAYH2NDVFdFSU7jSZYrJM5njA48V7Z1uxTiBw6/y50NgkPKoHHhoeAaecAipDyZGSQIgMQ7HmdCPe6WbgDmEBAmicDJYRiofTwsFqVbBYanGpvvaU2xw185741MargPIkicwbO3ZIWEJCzqEli54IS0pMTI2Lx4bzHcjrJpgWLeJxnUrZXS87BBQ1sPiXAfh9UrCSvt4wBalY7K9ox/1NEkabgb/pWfAMwVvdHuS3qPG8mmJZShDO19ai5UJF9Zi1779hKT2/f19FRVkew9A+Abw1bVrYlPLzHw5jcPv6J5+kmjG/I0ONkfjjRaDbwOAbA48hBqMi2pOtzZht8SK1Q8TbaTycLAsvCFSQoBMFPHHGheJQHl/HqnGzIUIRd2VrC2Z1+BDQTvBBjIiK5kY4jx2n973xGil2ebd+HRt/f97337f3AT0LmKampWwfM2lixruJg6FJT0W8KR5/L6qCIUSFL3PHgVFrlcy4nU7M3FIItY/Bc5OT4fV4IF64AHbIEKjUary85xy6OGDXnTnQ6/UQKAXxeTF/5yFYOz345y1JqGmogfvsOayoqsTpw4f37ys+e9ezQFMf0EOA6faxY7dPWLgg42W7HWx8AlKTk7HzUDGKrV14c+lMTElJUjLzTXEZnl6/DZOSTZiQMwp8yVlkfPstTk2dCt+I4Sg6dBIFJfV48d5ZmJeRptSBwrJqPLZ+O9IjAjFr4nCcK78AsboaT+sDcGJX/t6NBXvufr8/0FLANCopaXv6xPEZX4YPgjoxCQmJibA7XMg/XQPKqzE5fTCoKGF3cTlCOGD22FRFyJnf5WNcWwsOh4bj5PRc2Vuw48g5tPqA6SNvAsuy2Hf2IiSPC7kZCQgJ1OJidTXcVZWY39KECz8e33ukpHTxRqC5L0IyUIBWvV2fODijYUIOgoYmIyomRhG/DFVS14Ymh0cpeqYgLTKSIhEQEgRt2TlM278HYdEmtDdY8N2EyXCmpcHVacfJCisu2Z1KuYzQqzEsNlyBkTVltVxCZ1kZTPv3wGVp2GsX6eKNDsdloPmAiQe2MyEhGbbb5yI0JR1RZrNSyEApKJXg9vrAEoIAjQoMS+CmEjK3bcGolgZ0JQ1BYOUFnDBE4sc586GRSzSV4HR5IFIKjYoDIXIJYMCxBFaLBZ3nShG4bQuIzbaX0emuBFqq1ZpEt3uHqNONtM6YjeDUdJhiYiFSCZRSxctkQcttht9pCXweD4x7diHI6YA3MAiqLju6tDpYp+RCpdEAiuX4rcZvK0SxH5YwsNTXw3a+FNG7vgHjchRSTcCiT7q7L4s6LzU1srmx4fNWj3d8zZRc6JLTEBMX5zdRifYYpOxnLCS5GPptDS6fAFEQwDGAIDFgORZavqdNkWQ9yxEW5WD5oXq6hbq6OjjLzyOxIB9BoAVhUVF3v1JZ2dKnISkvT/OfLz+7u6jFdteR7ElZKpM5NCEhQTFD2cD8nsVAkABXWyuo065c702D0g3IL1N6H9H/Yl0gtGGDwCvwcl/kr5+y0VbX1sBVV9Mx/tiBE+N1ms+WLLn3YyYvz32VMx691Ga+beXKHbwuaETa0OQeR/ADCXJkGmqRTO2oKj0Hi8WK6dNy0Gmz4/jxU8jMHIGQkGAUFBxApDEciWkpqFCFgpgSwUmyMUuK88uhLa+qRIu18cydWbfctvEff64b0Mty138euXfzJ/l6Y8TIoSkpfg1QP1C3ICL4UgVeWjwDB/YdQNGRY3h33WpUVVZh9eursWLln5A0NAmPPPgosrJG4tbJE5H3xV7YYodCx8lthxxRfwwqzpeho9laPHjKrbnlTz08sLkuX7c5YtOGTTvVRmNWwrBhkGUpi1puuXwSQOydmJYwCB011aiursbS5cvQ1GjF7h3fYtrM6YiIjsSGdR8hNj4WhsQk7L7YDBocqqSN7TFfAqD6TAm8ba2nlixfNnPtPXdcba69ISuQpOB5E2ft8ukDx8ZmZgGEKED+Fk3uuAg8LhcYSpUS4PP65A0Hnufh8/mUjcWreP8YQqDWapWyoTRrynC/zupPnYLU0X700Vdfz311/PCOAVNWKEmaudMXfGb3uGfHjB4DtV4PKvQ2dD1trCxYhij6ktPp52SuOFc6XnkzKEru+V5kGBCeh8fhQP2xo9Dx3M4PPtwyf0EM4xoQSL4x45kXHj9YUPgKF5/AG9OHKT2OskWUyf3T9+6G/ue995QydRnDvzHkMPakv7n0LLzVVcKYSeOe3bfqhVU9FcRf3nrJ+v+2SM6YCXOXr66ub5yjj4lFYHQ0eJ0OLM8rFdrf5PdDUnbOZdgrJ/YXVtEnwNftgN3SgO66OiTGmbcd3LzhkWgt07fDBgSSbzyxdbfx32+/s8Lj8SwWwCQRXgWW48Cwcvn3r7YvzJd5rohcT0iUukSVAuqDhqBKRbhPnlv12rt/yR7R/NOAXPfL1bxypdZ+pjZd9LqyqSjeJAqCgVJJL1BRpur5tuhNTv+pev/HIDEcYUWOYx0qTtXK8Wwlr9UVmc3JJSfW5jmvlZ3rAvUOmJSXxzWXNmsszk6ednexXaLws8bJ4wNZTgrVBYr6uBDfgvnz3Xn9PnmuBfRf5hH3Yfdg4tAAAAAASUVORK5CYII="; +;// CONCATENATED MODULE: ./src/assets/images/icons/rengongzujuan.png +var rengongzujuan_namespaceObject = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAkCAYAAADsHujfAAAAAXNSR0IArs4c6QAAC1BJREFUWEfNmHlsHNUdx79v7tn78HrX6yR2nDh3AiQxhHKLG8KRFgJCVFUpUEG4KUrTCjWkbUC0HIKWKiHQ0lLUcLWUq2oOEyiBHJCAg2OT+Ijj22vv7uzu3DOvmjEgjuDAfzxp/hjN7Huf9/v95v2+3yX4jgzyHeHAtwBZzcyZ8xFnioPRKGMneUIzDnHSlNIpDqWua9uHHcfpZZjAgGEUc+3t7SoA55tu9PMg7Pz58yPhcJjP5w32R2fHeRklMVciiZLlVikqm7FMu9qltIbnmYzjoHpIk5K6zSd1tQzTtEYZBkOEMH2UoJdQ2kcI6XUcZ4RSmuN5XjcM3uB5wwBgedd7771nA6Ae7GcgoVAolUymrgcrLjp5fiybidBJAsvEJY4JiAILSggsm8KyKAyboqhS9FUCMCkP09Dg2g4YlvVn9Cb1ZqcuheM6lFJaoJSOUReDlDqDpmkO6rq+u1wuv9TT05P/AgiAcCKRuqBsM/M23Nxw2eY9heH+ghRyWb4OREgyggiGFcBwAjieB89x4L11iQtCWLAMgevvjcKxXTiuDcMwYZomDF33HvVR182ZpllUVTWv6+a7rmv/paOjY/jLIJ+l8+Djp6x5euvQIxt2hmLphPBQpawsVRQFLMdCliSEgiEEgkGEwyFEIhGwLINKRYVaUaHpGgzdgGmZMA0LFC7C4cioWjHOLzh6Z19bW+FItXPEYt3zhzPuj1n5tSs2NURVrbAtlxupKykKHMcFYQh4jvehWNaLBDueEur6mabUBaXUf9d1HRBCkExWWbIcOXbLltdbv654jwjS8acTHs5X5N/c/07stN6h0efzYzkQEPC84AN4C3KsB8D48xLC+FDeZC6lAKU+hKZpMAwDkhzAjMZJ12zc+NKfvxXIx48uevhgqeG3/9jHrP2grftaXatAFHgEJAmCKIAwjL/TTy/Gv/90CQ+ZwrZtlCqqnzLTcnDSorkbnnpm4/UA8Svpy+MrEaG7F/Edu8Tf7xspP7OjJ/r83nZl0piiwWICEKQgRCkIQeTAMV4aqP91MJ9AMYQBJQxsm8IwdFhGGYytQWZUzJsW3v7A3+46lZDlRzxbvgrS3HRs14eFJ8uCNVCVjV8wNGxgeNTA/96voKWThSEk4EhVgBQG59UKccB4SWFZ2I4LauqQqYKkVMTMdAX11S4mV7NIp7ixmiW3nSXU37DnG0Vk6NnTTmzvNf49a4ZZFY+54GQOYCi2vngQh3o0QAyge1RGp5JAkWRg8VH/k6V6GSlZwcL6MmZnVTTUEGTTHASB+Mer61JXTC9+kD/mmbu+EUjry1c1dhyoNC+cNlBbnSiBDcho2Z1D98djmDItASEQgSwQlEsaPu6qoK1PhG05CNIiAoKDqTPTWNyURiotA1SHVSrC0EwQSsEJbLsYc04hCw+OHLVG7NdPvrxld996ErRijcfIaN+v4mBbAXX1EqLVVQjFYggEBcQTHMzyGJRc3gfhWBcjozbaux1Ewzx0S0BVtYQpGYqgRMEQgGFR5IPi9dyJrc8eFcR4acmvejqGV+VUQxwul9HbY2BJk4wpdQJ0JwQICSSqJATCLGCrgKuOnyHecW4ayA1bGMtTlBUVez4oY2SM4Jg5MiZPFlFTKzlV1cE/sie13npUEOW5xQ+ODSu3HM5Z7CvbejFjuoALz5QxpGbRb87C1u3dqK8m+PEyDrJQBNxP6p3YGB6L4d22amzfO4CGDIvjUj1o2zeE0QLBnDkyZs4IIj0pvFWKhM8ji9/zGt9n4ytfzchfFz1WUSo/7R01mVffOIzFi3icsDiOSuoaPPTkm2h+qwUXHR/D/fdeCZL/JwDvgKOgRMAh8/u4aeXTGBgcwhXnL8CycxswuPcFtO5TAcLglJMjaJgZbZESmYvIwu2HJgTpf+K4B9SydsvAsM79991ezJnNYenSLOR5t2Ptfa+iZc8u3LXidDRdcB3QsRqwlfHWEZiOctWduOP6W+Hog1i18krUTQqg660n8ea2PFSVoGGqgONPSnRW19dcTRbufGdCkNLLs25q2Z2/r/uwGmw7pCJby2P5ZTHE62fD4ubA1lXIqZmA0QfktwGM93V4soIAqXOh6wKgdkGKyHBHtuPQ/sN49fWyLx+qkwxmz48MLFxSeyM5Ye+/JgRRNk372e63R+4ZzVmB/iEbFZ3i4gvjmDs3CMghgIsAtgHYJYATgcC0cZBKN0BNQIoDXv8zCzDLKlo+qGDTZgWSxCCVZJCtlXKLTs7eFj2r9e8Tgoy+MnVNX1dxZUV1hcEhB+0HdDROF3Hh0hTEoOj/1hNJngYxNRMWEiBwITAKOIkDdRz/3hv5oQqam/No3a8jleJRk2YRjwuFuQsydyUv3r9hQpD8K3Vr8qP6Sl13hHzeQVu7jqJi4wfLEpjSEAM4fjwNHIFV1tFzYAyixCI7NQ5GEEAd6oNQ28S+PWNo3qbANIHaWh6ZNIdEnC9PnZ3+RfTs1kcnBCn+p26NVjZXOg6EQsHG4V4TH7VqqJsi4Jxzkggng6CUwdCwidyoCU3R/G4ciUuoyYgIR1jAdaCMqnjt5REc7rdQVcWjNisglWQRDvNGqja+JnZe29oJQbQ3ZtyjKdrPKXUFVaUYHDLR2an71/FNIZx0agJCWMKWrUU89WwOYwXbD1AmxeHmn6Rx7LFBaGMadu4oYNfuCkJhFpNqBdRmRcSiDESZdWLJ8L3BM9vvnhDEeGv2LzWlcjd1qWiYLgpFB/19BtraNeTzNpoWh3DCkhgiVRL6e3R8tF/1szWrUUZNVkB+WMf7exR8uFcDLxFUV/OYPElCOs0jHGTACYwjhwL3ymccDeTtuSvtcnkNCATTpFA1ByPDFjq7dXQf0jEy4iCb5bHwmCAapsuoTvG+KhsasNBxQMUHLSpGR23EYiwyNSJqasZBYnEePOupF+LKwfCv+dP2rZ4wInRn0/eMcv4JgaezvGPX1G0UCga6uzV0dWno7DKhm0AyziMa45BMcHBd+IsXizYUxYIsAukMj7r6ACZPllFTI0IO8bAtF6ZDWoRg/E5+ye5NE4M0n84ZQm8dy3LTiIsqQ3VC+RIJ9/STxrYudmFnPzMvjJzYkFAYTuR8ieh5Bdvw5KGDISVAC0y1NjOrvT97qrmrKiWWUimicAKbo4T225Q9IEWYfjK31ZwQ5PMPm5tXc5s3l2oNw15eKGiXlypqY0XVo5MCA+Tapv0QJd5X9V6x2haFptp4Zm8jOiv1NBklo6loYEskIryQDDJbV6xK5QlZPX7AHGF8rfddsWpVkmj0JkMr3agohZRSKBLd8yzeoeCauP28HM45zoDueE0P4ODg7VYOv3stC7AieJ6FHAghGo25wXB0jyiIa0yt8Pr69eu/0HU/ZToiCKWU3LBixTpN1a4bHBxApVyBZZl+6D3fYjsM6tPA3VeUncUNJlxCycd9PL1nY4Rp62WJp2O9jsxxHARRRDyeQDKZVAVe/OG6dY+9+I0jcscdd8zo7j70fl9fX9C2rXG17vkVz934mSAwXQ6NNS69+YKSy3OUPL45TPZ2coRnHd/TeL7XV/gM8YHkQBDZbLZ52aWXnL18+VeV/BEjctEllz7S13t4haaqjCzLYFkOjt9DPLk37mk8MMsmkMRxPaLqLgTOhedxPGYPxrMXHjl1XViWhUg0Wshk0lc/99xzrx5VoTU1nZ5xnNKblm01OrYDSfLyLfiGaTzcvF+crvOJPWH48d1Ty4+U54M/A2HGbamXVg+EZVmX4/mNO3fsuOqoIAsWHHelaenrREGMWLbl714URTi27UfB87meV3PccRDPenop8EC9d33rSQgcdzw63nPvHwFveD7ZMK2PDINecvDgvo7Pw/wfMpt0cCj5/YEAAAAASUVORK5CYII="; +// EXTERNAL MODULE: ./src/components/AuthModal/index.tsx + 3 modules +var AuthModal = __webpack_require__(17927); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectWithoutProperties.js +var objectWithoutProperties = __webpack_require__(39647); +var objectWithoutProperties_default = /*#__PURE__*/__webpack_require__.n(objectWithoutProperties); +;// CONCATENATED MODULE: ./src/pages/Paperlibrary/components/index.less?modules +// extracted by mini-css-extract-plugin +/* harmony default export */ var componentsmodules = ({"tilte":"tilte___jz7Vd","flexRow":"flexRow___gHhjK","flexColumn":"flexColumn___lgqLH","footerWrap":"footerWrap___rAdHU","img":"img___dctXO","content":"content___BqYfA","modalContent":"modalContent___E9goj","modalContentLeft":"modalContentLeft___WKPjp","modal":"modal___ambJI"}); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js +var jsx_runtime = __webpack_require__(37712); +;// CONCATENATED MODULE: ./src/pages/Paperlibrary/components/RandomPromptModal.tsx + +var _excluded = ["paperlibrary", "globalSetting", "loading", "dispatch"]; + + + + + + +var RandomPromptModal = function RandomPromptModal(_ref) { + var paperlibrary = _ref.paperlibrary, + globalSetting = _ref.globalSetting, + loading = _ref.loading, + dispatch = _ref.dispatch, + props = objectWithoutProperties_default()(_ref, _excluded); + return /*#__PURE__*/(0,jsx_runtime.jsxs)(modal/* default */.Z, { + centered: true, + keyboard: false, + closable: false, + destroyOnClose: true, + open: paperlibrary.actionTabs.key === 'Paperlibrary-RandomPrompt', + title: "\u6E29\u99A8\u63D0\u793A", + footer: null, + children: ["\u968F\u673A\u7EC4\u5377\u529F\u80FD\u5728\u7F16\u8F91\u65F6\u4EC5\u80FD\u786E\u5B9A\u968F\u673A\u89C4\u5219\uFF0C\u4E0D\u80FD\u7F16\u8F91\u786E\u5B9A\u7684\u8BD5\u9898\u3002 \u5728\u8BFE\u5802\u4E0A\u5E94\u7528\u65F6\uFF0C\u5C06\u6839\u636E\u89C4\u5219\u4E3A\u6BCF\u4F4D\u5B66\u751F\u968F\u673A\u751F\u6210\u4E00\u4EFD\u8003\u5BDF\u70B9\u548C\u9898\u578B\u76F8\u540C\uFF0C\u4F46\u8BD5\u9898\u4E92\u4E0D\u76F8\u540C\u7684\u8BD5\u5377\u3002 \u4E3A\u987A\u5229\u7EC4\u5377\uFF0C\u8BF7\u53CA\u65F6\u5220\u9664\u4E2A\u4EBA\u9898\u5E93\u4E2D\u5197\u4F59\u3001\u9519\u8BEF\u3001\u65E0\u6548\u7684\u8BD5\u9898\uFF0C\u786E\u4FDD\u60A8\u7684\u4E2A\u4EBA\u9898\u5E93\u4E2D\u5168\u90E8\u8BD5\u9898\u5747\u6B63\u786E\u4E14\u6709\u6548\u3002", /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: "".concat(componentsmodules.footerWrap, " mt30"), + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_checkbox/* default */.Z, { + onChange: function onChange(e) { + var localStorage = window.localStorage; + if (localStorage) { + localStorage["no_alert_randompaper"] = e.target.checked ? '1' : '0'; + } + }, + children: "\u4E0D\u518D\u63D0\u793A" + }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { + type: "primary", + onClick: function onClick() { + dispatch({ + type: 'paperlibrary/setActionTabs', + payload: {} + }); + _umi_production_exports.history.push("/randompaper"); + }, + children: "\u786E\u5B9A" + })] + })] + }); +}; +/* harmony default export */ var components_RandomPromptModal = ((0,_umi_production_exports.connect)(function (_ref2) { + var paperlibrary = _ref2.paperlibrary, + loading = _ref2.loading, + globalSetting = _ref2.globalSetting; + return { + paperlibrary: paperlibrary, + globalSetting: globalSetting, + loading: loading.effects + }; +})(RandomPromptModal)); +// EXTERNAL MODULE: ./src/pages/Paperlibrary/components/List/index.tsx + 1 modules +var List = __webpack_require__(41002); ;// CONCATENATED MODULE: ./src/pages/Paperlibrary/components/PublicReviewModal.tsx var PublicReviewModal_excluded = ["paperlibrary", "globalSetting", "loading", "dispatch"]; @@ -2487,7 +2552,7 @@ var PaperlibraryPage = function PaperlibraryPage(_ref) { size: 'middle', spinning: loading['paperlibrary/getPaperlibraryList'], children: paperlibraryList.map(function (item, index) { - return /*#__PURE__*/(0,jsx_runtime.jsx)(List, { + return /*#__PURE__*/(0,jsx_runtime.jsx)(List/* List */.a, { showCheckbox: activeTabsKey === "0", data: item, user: user, diff --git a/p__virtualSpaces__Lists__Experiment__index.47d7761e.async.js b/p__virtualSpaces__Lists__Experiment__index.2cedc2aa.async.js similarity index 58% rename from p__virtualSpaces__Lists__Experiment__index.47d7761e.async.js rename to p__virtualSpaces__Lists__Experiment__index.2cedc2aa.async.js index 58a0b67942..4509018cb2 100644 --- a/p__virtualSpaces__Lists__Experiment__index.47d7761e.async.js +++ b/p__virtualSpaces__Lists__Experiment__index.2cedc2aa.async.js @@ -1,49 +1,1460 @@ +"use strict"; (self["webpackChunk"] = self["webpackChunk"] || []).push([[71783],{ -/***/ 680: -/*!*******************************************************************************************************************!*\ - !*** ./node_modules/_@ant-design_icons@5.5.1@@ant-design/icons/es/icons/ExclamationCircleOutlined.js + 1 modules ***! - \*******************************************************************************************************************/ +/***/ 42698: +/*!***************************************************************************************!*\ + !*** ./src/pages/Classrooms/Lists/Exercise/components/SelectExercise.tsx + 4 modules ***! + \***************************************************************************************/ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { -"use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, { - Z: function() { return /* binding */ icons_ExclamationCircleOutlined; } + Z: function() { return /* binding */ SelectExercise; } }); -// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.26.0@@babel/runtime/helpers/esm/extends.js -var esm_extends = __webpack_require__(5891); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/toConsumableArray.js +var toConsumableArray = __webpack_require__(37205); +var toConsumableArray_default = /*#__PURE__*/__webpack_require__.n(toConsumableArray); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js +var objectSpread2 = __webpack_require__(82242); +var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js +var regeneratorRuntime = __webpack_require__(7557); +var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js +var asyncToGenerator = __webpack_require__(41498); +var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js +var slicedToArray = __webpack_require__(79800); +var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); // EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js var _react_17_0_2_react = __webpack_require__(59301); -;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons-svg@4.4.2@@ant-design/icons-svg/es/asn/ExclamationCircleOutlined.js -// This icon file is generated automatically. -var ExclamationCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M464 688a48 48 0 1096 0 48 48 0 10-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z" } }] }, "name": "exclamation-circle", "theme": "outlined" }; -/* harmony default export */ var asn_ExclamationCircleOutlined = (ExclamationCircleOutlined); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tabs/index.js + 24 modules +var tabs = __webpack_require__(99313); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/index.js + 19 modules +var es_form = __webpack_require__(78241); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules +var message = __webpack_require__(8591); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules +var es_modal = __webpack_require__(43418); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input-number/index.js + 14 modules +var input_number = __webpack_require__(94001); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/select/index.js +var es_select = __webpack_require__(57809); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 5 modules +var input = __webpack_require__(73782); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/button/index.js +var es_button = __webpack_require__(3113); +// EXTERNAL MODULE: ./node_modules/_react-infinite-scroller@1.2.4@react-infinite-scroller/index.js +var _react_infinite_scroller_1_2_4_react_infinite_scroller = __webpack_require__(26724); +var _react_infinite_scroller_1_2_4_react_infinite_scroller_default = /*#__PURE__*/__webpack_require__.n(_react_infinite_scroller_1_2_4_react_infinite_scroller); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectWithoutProperties.js +var objectWithoutProperties = __webpack_require__(39647); +var objectWithoutProperties_default = /*#__PURE__*/__webpack_require__.n(objectWithoutProperties); +// EXTERNAL MODULE: ./node_modules/_react-resizable@1.11.0@react-resizable/index.js +var _react_resizable_1_11_0_react_resizable = __webpack_require__(9221); +;// CONCATENATED MODULE: ./src/components/ResTable/index.less +// extracted by mini-css-extract-plugin -// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.5.1@@ant-design/icons/es/components/AntdIcon.js + 3 modules -var AntdIcon = __webpack_require__(22589); -;// CONCATENATED MODULE: ./node_modules/_@ant-design_icons@5.5.1@@ant-design/icons/es/icons/ExclamationCircleOutlined.js +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js +var jsx_runtime = __webpack_require__(37712); +;// CONCATENATED MODULE: ./src/components/ResTable/resizable.tsx -// GENERATE BY ./scripts/generate.ts -// DON NOT EDIT IT MANUALLY +var _excluded = ["onResize", "width"]; -var ExclamationCircleOutlined_ExclamationCircleOutlined = function ExclamationCircleOutlined(props, ref) { - return /*#__PURE__*/_react_17_0_2_react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { - ref: ref, - icon: asn_ExclamationCircleOutlined - })); + +var ResizeableTitle = function ResizeableTitle(_ref) { + var onResize = _ref.onResize, + width = _ref.width, + restProps = objectWithoutProperties_default()(_ref, _excluded); + if (!width) { + return /*#__PURE__*/(0,jsx_runtime.jsx)("th", objectSpread2_default()({}, restProps)); + } + return /*#__PURE__*/(0,jsx_runtime.jsx)(_react_resizable_1_11_0_react_resizable.Resizable, { + width: width, + height: 0, + handle: /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + className: "react-resizable-handle", + onClick: function onClick(e) { + e.stopPropagation(); + } + }), + onResize: onResize, + draggableOpts: { + enableUserSelectHack: false + }, + children: /*#__PURE__*/(0,jsx_runtime.jsx)("th", objectSpread2_default()({}, restProps)) + }); +}; +var tableComponent = { + header: { + cell: ResizeableTitle + } +}; +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/table/index.js + 85 modules +var table = __webpack_require__(61998); +;// CONCATENATED MODULE: ./src/components/ResTable/index.tsx + + + + +var ResTable_excluded = ["pagination", "resColumns", "dataSource", "onRow"]; +/* + * @Author: z-l + * @Date: 2020-11-06 18:10:59 + * @LastEditTime: 2020-11-09 15:06:34 + * @LastEditors: Please set LastEditors + * @Description: 可拖拽表头 table + * @FilePath: /ppte5yg23/src/components/ResTable/index.tsx + */ + + + + + +/** + * @description: 可拖拽表头 + * @param {*} + * pagination: 分页信息 + dataSource: 展示数据 + resColumns: 表头 + rowSelection?: 可选 多选 单选配置 + hideSelectAll?: antd-version@4.3.0 可用 隐藏全选 + className?: 自定义样式名称 + * @return {*} + */ +var ResTable = function ResTable(_ref) { + var pagination = _ref.pagination, + resColumns = _ref.resColumns, + dataSource = _ref.dataSource, + onRow = _ref.onRow, + restProps = objectWithoutProperties_default()(_ref, ResTable_excluded); + var _useState = (0,_react_17_0_2_react.useState)(false), + _useState2 = slicedToArray_default()(_useState, 2), + isLoading = _useState2[0], + setIsLoading = _useState2[1]; + var _useState3 = (0,_react_17_0_2_react.useState)([{}]), + _useState4 = slicedToArray_default()(_useState3, 2), + Columns = _useState4[0], + setColumns = _useState4[1]; + var modelStatusRef = (0,_react_17_0_2_react.useRef)(null); + (0,_react_17_0_2_react.useEffect)(function () { + var column = resColumns; + column = column.map(function (col, index) { + return objectSpread2_default()(objectSpread2_default()({}, col), {}, { + onHeaderCell: function onHeaderCell(item) { + return { + width: item.width, + onResize: handleResize(index) + }; + } + }); + }); + setColumns(column); + }, []); + (0,_react_17_0_2_react.useEffect)(function () { + // 每次 更新 把值 复制给 modelStatusRef + modelStatusRef.current = Columns; + }, [Columns]); // 依赖的值 等modelStatus 改变了 才出发里面的值 + var handleResize = function handleResize(index) { + return function (e, _ref2) { + var size = _ref2.size; + //console.log(modelStatusRef.current) + // console.log(size); + var nextColumns = toConsumableArray_default()(modelStatusRef.current); + nextColumns[index] = objectSpread2_default()(objectSpread2_default()({}, nextColumns[index]), {}, { + width: size.width + }); + setColumns(nextColumns); + // console.log(Columns, nextColumns); + }; + }; + return /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + children: /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, objectSpread2_default()(objectSpread2_default()({ + bordered: true, + components: tableComponent, + columns: Columns, + dataSource: dataSource, + pagination: pagination, + loading: isLoading, + onRow: onRow + }, restProps), {}, { + rowKey: function rowKey(record) { + return record.key || record.id; + } + })) + }); +}; +/* harmony default export */ var components_ResTable = (ResTable); +;// CONCATENATED MODULE: ./src/pages/Classrooms/Lists/Exercise/index.less?modules +// extracted by mini-css-extract-plugin +/* harmony default export */ var Exercisemodules = ({"flex_box_center":"flex_box_center___iyIe6","flex_space_between":"flex_space_between___g2WjG","flex_box_vertical_center":"flex_box_vertical_center___Tde0v","flex_box_center_end":"flex_box_center_end___W1D5W","flex_box_column":"flex_box_column___ZiFvs","bg":"bg___T2R2s","containerTitle":"containerTitle___yARn_","containerDesc":"containerDesc___fKSYF","menus":"menus___e8wtg","listItem":"listItem___s7xhg","info":"info___Hx2bW","title":"title___W7a1R","titleLeft":"titleLeft___C5r0w","titleRight":"titleRight___g5GZv","acitons":"acitons___H0RU0","move":"move___qYkSy","hideHeadCheckbox":"hideHeadCheckbox___Hq5gw","moveCategory":"moveCategory___bZSGQ","tabSearch":"tabSearch___NaKI4","warpModal":"warpModal___HLUgh","modalColumn":"modalColumn___F7R5w","modalRow":"modalRow___L6ghw","sup":"sup___VGKXV"}); +// EXTERNAL MODULE: ./src/utils/verifyLogin.tsx + 2 modules +var verifyLogin = __webpack_require__(19421); +// EXTERNAL MODULE: ./src/utils/util.tsx +var util = __webpack_require__(21082); +// EXTERNAL MODULE: ./src/components/ReuseShixunModal/index.tsx + 1 modules +var ReuseShixunModal = __webpack_require__(21515); +// EXTERNAL MODULE: ./src/service/global.ts +var global = __webpack_require__(21530); +// EXTERNAL MODULE: ./src/.umi-production/exports.ts +var _umi_production_exports = __webpack_require__(97091); +;// CONCATENATED MODULE: ./src/pages/Classrooms/Lists/Exercise/components/SelectExercise.tsx + + + + + + + + + + + + + + + + + + +var TabPane = tabs/* default */.Z.TabPane; +var CuttOffNowShixun = function CuttOffNowShixun(_ref) { + var _teachGroupData$group; + var classroomList = _ref.classroomList, + exercise = _ref.exercise, + loading = _ref.loading, + dispatch = _ref.dispatch, + _ref$isVtrs = _ref.isVtrs, + isVtrs = _ref$isVtrs === void 0 ? false : _ref$isVtrs, + handleVtrsOk = _ref.handleVtrsOk; + var params = (0,_umi_production_exports.useParams)(); + var location = (0,_umi_production_exports.useLocation)(); + var _Form$useForm = es_form/* default */.Z.useForm(), + _Form$useForm2 = slicedToArray_default()(_Form$useForm, 1), + form = _Form$useForm2[0]; + var brankList = exercise.brankList; + var _useState = (0,_react_17_0_2_react.useState)(true), + _useState2 = slicedToArray_default()(_useState, 2), + hasMore = _useState2[0], + setHasMore = _useState2[1]; + var _useState3 = (0,_react_17_0_2_react.useState)(false), + _useState4 = slicedToArray_default()(_useState3, 2), + btnLoading = _useState4[0], + setBtnLoading = _useState4[1]; + var _useState5 = (0,_react_17_0_2_react.useState)("myself"), + _useState6 = slicedToArray_default()(_useState5, 2), + tabKey = _useState6[0], + setTabKey = _useState6[1]; + var _useState7 = (0,_react_17_0_2_react.useState)([]), + _useState8 = slicedToArray_default()(_useState7, 2), + tabData = _useState8[0], + setTabData = _useState8[1]; + var _useState9 = (0,_react_17_0_2_react.useState)([]), + _useState10 = slicedToArray_default()(_useState9, 2), + teachGroupData = _useState10[0], + setTeachGroupData = _useState10[1]; + var _useState11 = (0,_react_17_0_2_react.useState)(), + _useState12 = slicedToArray_default()(_useState11, 2), + isTeacher = _useState12[0], + setIsTeacher = _useState12[1]; //是否为已认证老师 + var _useState13 = (0,_react_17_0_2_react.useState)([]), + _useState14 = slicedToArray_default()(_useState13, 2), + groupIdsInitialValues = _useState14[0], + setGroupIdsInitialValues = _useState14[1]; + var scroll = (0,_react_17_0_2_react.useRef)(null); + var _useState15 = (0,_react_17_0_2_react.useState)(false), + _useState16 = slicedToArray_default()(_useState15, 2), + isTips = _useState16[0], + setisTips = _useState16[1]; + var _useState17 = (0,_react_17_0_2_react.useState)(''), + _useState18 = slicedToArray_default()(_useState17, 2), + DetailUrl = _useState18[0], + setDetailUrl = _useState18[1]; //跳转 试卷设置页面 + var _useState19 = (0,_react_17_0_2_react.useState)(""), + _useState20 = slicedToArray_default()(_useState19, 2), + EditUrl = _useState20[0], + setEditUrl = _useState20[1]; //跳转 试卷编辑页面 + var columns = [{ + title: "试卷名称", + dataIndex: "name", + width: 150, + ellipsis: true, + align: 'left' + }, { + title: "知识点", + dataIndex: "course_list_name", + width: 150, + ellipsis: true, + align: 'left' + }, { + title: "类型", + dataIndex: "is_random", + width: 90, + align: 'left', + render: function render(v) { + return v ? '随机组卷' : '人工组卷'; + } + }, { + title: "更新时间", + dataIndex: "updated_at", + width: 150, + align: 'left' + }, { + title: "试题数", + dataIndex: "item_num", + width: 60, + align: 'center' + }, { + title: "总分", + dataIndex: "total_score", + width: 60, + align: 'center' + }, { + title: "操作", + dataIndex: "is_random", + width: 60, + align: 'center', + render: function render(v, r) { + return /*#__PURE__*/(0,jsx_runtime.jsx)("a", { + href: v ? "/randompaper/detail/".concat(r.id) : "/paperlibrary/see/".concat(r.id, "?defaultActiveKey=1"), + target: "_blank>", + children: "\u9884\u89C8" + }); + } + }]; + var _useState21 = (0,_react_17_0_2_react.useState)({ + page: 0, + limit: 20, + group_id: null, + object_type: 'examination_bank', + search: '', + filter: 'myself' + }), + _useState22 = slicedToArray_default()(_useState21, 2), + query = _useState22[0], + setQuery = _useState22[1]; + (0,_react_17_0_2_react.useEffect)(function () { + if (exercise.actionTabs.key === '试卷选用') { + getData(); + setGroupIdsInitialValues([]); + getTeachGroupData(); + } + }, [exercise.actionTabs.key]); + var getTeachGroupData = /*#__PURE__*/function () { + var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() { + var res; + return regeneratorRuntime_default()().wrap(function _callee$(_context) { + while (1) switch (_context.prev = _context.next) { + case 0: + _context.next = 2; + return dispatch({ + type: 'paperlibrary/getTeachGroupData' + }); + case 2: + res = _context.sent; + setTeachGroupData(res); + case 4: + case "end": + return _context.stop(); + } + }, _callee); + })); + return function getTeachGroupData() { + return _ref2.apply(this, arguments); + }; + }(); + var parser = function parser(v) { + var num = parseInt(v); + return isNaN(num) ? '' : num; + }; + var getData = /*#__PURE__*/function () { + var _ref3 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2() { + var _res$object_list, res; + return regeneratorRuntime_default()().wrap(function _callee2$(_context2) { + while (1) switch (_context2.prev = _context2.next) { + case 0: + if (!hasMore) { + _context2.next = 11; + break; + } + ++query.page; + setHasMore(false); + _context2.next = 5; + return dispatch({ + type: 'exercise/getBrankList', + payload: objectSpread2_default()({}, query) + }); + case 5: + res = _context2.sent; + tabData = res !== null && res !== void 0 && res.object_list ? toConsumableArray_default()(tabData.concat(res === null || res === void 0 ? void 0 : res.object_list)) : tabData; + setIsTeacher(res.is_teacher); + if (((_res$object_list = res.object_list) === null || _res$object_list === void 0 ? void 0 : _res$object_list.length) < query.limit) { + setHasMore(false); + } else { + setHasMore(true); + } + ; + setTabData(toConsumableArray_default()(tabData)); + case 11: + case "end": + return _context2.stop(); + } + }, _callee2); + })); + return function getData() { + return _ref3.apply(this, arguments); + }; + }(); + var handleChangeTeachGroup = function handleChangeTeachGroup(id) { + scroll.current.scrollTop = 0; + tabData = []; + query.page = 0; + query.group_id = id; + hasMore = true; + setGroupIdsInitialValues([]); + setQuery(objectSpread2_default()({}, query)); + getData(); + }; + var rowSelection = { + selectedRowKeys: groupIdsInitialValues, + onChange: function onChange(e) { + setGroupIdsInitialValues(e); + }, + type: "radio" + }; + var onCancel = function onCancel() { + var param = { + page: 0, + limit: 20, + group_id: null, + object_type: 'examination_bank', + search: '', + filter: 'myself' + }; + setQuery(objectSpread2_default()({}, param)); + setTabData([]); + setHasMore(true); + setTabKey('myself'); + dispatch({ + type: 'exercise/setActionTabs', + payload: {} + }); + setBtnLoading(false); + }; + var _useReuseModal = (0,ReuseShixunModal/* useReuseModal */.P)(), + _useReuseModal2 = slicedToArray_default()(_useReuseModal, 4), + reuseModalVisible = _useReuseModal2[0], + closeReuseModal = _useReuseModal2[1], + renderData = _useReuseModal2[2], + showReuseModal = _useReuseModal2[3]; + var reuseModalCallback = /*#__PURE__*/function () { + var _ref4 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee4(shixunList) { + var is_random, shixunsInfo, res, name, modal; + return regeneratorRuntime_default()().wrap(function _callee4$(_context4) { + while (1) switch (_context4.prev = _context4.next) { + case 0: + // let need_authorize = false; + is_random = false; + tabData.forEach(function (e) { + // if (groupIdsInitialValues.includes(e.id) && e.need_authorize) { + // need_authorize = e.need_authorize; + // } + if (groupIdsInitialValues.includes(e.id)) { + is_random = e.is_random; + } + }); + shixunsInfo = shixunList.map(function (item) { + return { + shixun_id: item.id, + is_use: item.is_use, + is_copy: item.is_copy + }; + }); + if (is_random) { + _context4.next = 9; + break; + } + _context4.next = 6; + return dispatch({ + type: 'exercise/saveBanks', + payload: { + course_id: params.coursesId, + object_type: "examination_bank", + bank_id: groupIdsInitialValues, + shixuns_info: shixunsInfo + // categoryId: params.categoryId + } + }); + case 6: + res = _context4.sent; + if ((res === null || res === void 0 ? void 0 : res.status) === 0) { + // console.log(res, "-----------res"); + (0,util/* trackEvent */.L9)(['教学课堂', '试卷', '试卷选用']); + dispatch({ + type: 'classroomList/getClassroomExercisesList', + payload: objectSpread2_default()({}, exercise.actionTabs.params) + }); + // console.log(`classrooms/${res.course_identifier}/exercise/${res.exercise_id}/detail?random=${res.is_random}`); + setDetailUrl("/classrooms/".concat(params.coursesId, "/exercise/").concat(res.exercise_id, "/detail?random=").concat(res.is_random, "&tabs=3")); + setEditUrl("/classrooms/".concat(params.coursesId, "/exercise/add/").concat(res.exercise_id, "?random=").concat(res.is_random, "&type=2")); + setisTips(true); + message/* default */.ZP.success('生成试卷成功'); + closeReuseModal(); + onCancel(); + } + return _context4.abrupt("return"); + case 9: + dispatch({ + type: 'exercise/setActionTabs', + payload: {} + }); + closeReuseModal(); + name = 1; + modal = es_modal/* default */.Z.confirm({ + icon: null, + className: 'custom-modal-divider', + centered: true, + width: 500, + maskClosable: false, + keyboard: false, + cancelButtonProps: { + disabled: false + }, + title: '配置出卷数量', + content: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Exercisemodules.modalColumn, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Exercisemodules.modalRow, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("sup", { + className: Exercisemodules.sup, + children: "*" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + style: { + flexShrink: 0 + }, + children: "\u968F\u673A\u51FA\u5377\u6570\u91CF\uFF1A" + }), /*#__PURE__*/(0,jsx_runtime.jsx)(input_number/* default */.Z, { + parser: parser, + style: { + width: 120 + }, + placeholder: "\u8BF7\u8F93\u5165\u8BD5\u5377\u6570\u91CF", + min: 1, + defaultValue: name, + onChange: function onChange(e) { + name = e; + var dom = document.getElementById('model_error'); + if (name < 1 || name > 50) { + dom.style.display = 'block'; + } else { + dom.style.display = 'none'; + } + } + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + style: { + display: 'none', + marginLeft: 106 + }, + id: "model_error", + className: "c-red", + children: "\u8BF7\u8F93\u51651-50\u4E4B\u95F4\u7684\u6574\u6570" + })] + }), + okText: '确认', + cancelText: '取消', + onCancel: onCancel, + onOk: function () { + var _onOk = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee3() { + var dom, res; + return regeneratorRuntime_default()().wrap(function _callee3$(_context3) { + while (1) switch (_context3.prev = _context3.next) { + case 0: + if (!(name < 1 || name > 50)) { + _context3.next = 4; + break; + } + dom = document.getElementById('model_error'); + dom.style.display = 'block'; + return _context3.abrupt("return", Promise.reject()); + case 4: + modal.update({ + cancelButtonProps: { + disabled: true + } + }); + _context3.next = 7; + return dispatch({ + type: 'exercise/saveBanks', + payload: { + course_id: params.coursesId, + object_type: "examination_bank", + bank_id: groupIdsInitialValues, + shixuns_info: shixunsInfo, + // categoryId: params.categoryId, + num: name + } + }); + case 7: + res = _context3.sent; + modal.update({ + cancelButtonProps: { + disabled: false + } + }); + if (res && res.status === 0) { + (0,util/* trackEvent */.L9)(['教学课堂', '试卷', '试卷选用']); + es_modal/* default */.Z.destroyAll(); + dispatch({ + type: 'classroomList/getClassroomExercisesList', + payload: objectSpread2_default()({}, exercise.actionTabs.params) + }); + onCancel(); + closeReuseModal(); + message/* default */.ZP.success('生成试卷成功'); + } else { + onCancel(); + closeReuseModal(); + } + case 10: + case "end": + return _context3.stop(); + } + }, _callee3); + })); + function onOk() { + return _onOk.apply(this, arguments); + } + return onOk; + }() + }); + case 13: + case "end": + return _context4.stop(); + } + }, _callee4); + })); + return function reuseModalCallback(_x) { + return _ref4.apply(this, arguments); + }; + }(); + return /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, { + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(es_modal/* default */.Z, { + centered: true, + width: 980, + title: "\u9009\u62E9\u8BD5\u5377", + maskClosable: false, + destroyOnClose: true, + open: exercise.actionTabs.key === '试卷选用', + okText: "\u786E\u5B9A", + cancelText: "\u53D6\u6D88", + confirmLoading: btnLoading, + bodyStyle: { + minHeight: 200 + }, + wrapClassName: Exercisemodules.warpModal, + onOk: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee5() { + var _classroomList$detail; + var need_authorize, is_random, hasUsedShixun; + return regeneratorRuntime_default()().wrap(function _callee5$(_context5) { + while (1) switch (_context5.prev = _context5.next) { + case 0: + if (groupIdsInitialValues.length) { + _context5.next = 3; + break; + } + message/* default */.ZP.error('请选择试卷'); + return _context5.abrupt("return"); + case 3: + setBtnLoading(true); + need_authorize = false; + is_random = false; + tabData.forEach(function (e) { + if (groupIdsInitialValues.includes(e.id) && e.need_authorize) { + need_authorize = e.need_authorize; + } + if (groupIdsInitialValues.includes(e.id)) { + is_random = e.is_random; + } + }); + if (!need_authorize) { + _context5.next = 10; + break; + } + (0,verifyLogin/* AuthorizeModel */.rX)(false, '该试卷中包含实训需授权后才可使用。 您可以在QQ服务群向管理员申请,获得继续操作的权限。'); + return _context5.abrupt("return"); + case 10: + if (!isVtrs) { + _context5.next = 14; + break; + } + handleVtrsOk(groupIdsInitialValues); + setBtnLoading(false); + return _context5.abrupt("return"); + case 14: + _context5.next = 16; + return showReuseModal({ + id: "".concat(groupIdsInitialValues[0]), + course_id: (_classroomList$detail = classroomList.detailTopBanner) === null || _classroomList$detail === void 0 ? void 0 : _classroomList$detail.course_id, + type: 'examination_bank' + }); + case 16: + hasUsedShixun = _context5.sent; + if (!hasUsedShixun) { + // 没有实训的学生 + reuseModalCallback([]); + } + setBtnLoading(false); + case 19: + case "end": + return _context5.stop(); + } + }, _callee5); + })), + onCancel: onCancel, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(tabs/* default */.Z, { + activeKey: tabKey, + onTabClick: ( /*#__PURE__*/function () { + var _ref6 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee6(key) { + return regeneratorRuntime_default()().wrap(function _callee6$(_context6) { + while (1) switch (_context6.prev = _context6.next) { + case 0: + scroll.current.scrollTop = 0; + tabData = []; + if (tabKey !== key) { + setGroupIdsInitialValues([]); + } + setTabKey(key); + query.page = 0; + query.filter = key; + query.group_id = null; + hasMore = true; + getData(); + case 9: + case "end": + return _context6.stop(); + } + }, _callee6); + })); + return function (_x2) { + return _ref6.apply(this, arguments); + }; + }()), + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(TabPane, { + tab: /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + children: "\u6211\u7684\u8BD5\u5377\u5E93" + }) + }, "myself"), /*#__PURE__*/(0,jsx_runtime.jsx)(TabPane, { + tab: /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + children: "\u6559\u7814\u5171\u4EAB" + }) + }, "teacher"), /*#__PURE__*/(0,jsx_runtime.jsx)(TabPane, { + tab: /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + children: "\u516C\u5171\u8BD5\u5377\u5E93" + }) + }, "public")] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Exercisemodules.tabSearch, + children: [tabKey === "teacher" && /*#__PURE__*/(0,jsx_runtime.jsxs)(es_select["default"], { + value: query.group_id, + onChange: handleChangeTeachGroup, + size: 'middle', + style: { + width: 200, + marginRight: 30 + }, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { + value: null, + children: "\u5168\u90E8\u6559\u7814\u56E2\u961F" + }), teachGroupData === null || teachGroupData === void 0 || (_teachGroupData$group = teachGroupData.groups) === null || _teachGroupData$group === void 0 ? void 0 : _teachGroupData$group.map(function (e) { + return /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, { + value: e === null || e === void 0 ? void 0 : e.group_id, + children: e === null || e === void 0 ? void 0 : e.name + }, e === null || e === void 0 ? void 0 : e.group_id); + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, { + placeholder: "\u8BF7\u8F93\u5165\u8BD5\u5377\u540D\u79F0\u8FDB\u884C\u641C\u7D22", + value: query.search, + onChange: function onChange(e) { + query.search = e.target.value; + setQuery(objectSpread2_default()({}, query)); + }, + onSearch: function onSearch(value) { + scroll.current.scrollTop = 0; + tabData = []; + query.page = 0; + hasMore = true; + setGroupIdsInitialValues([]); + if (value) { + (0,global/* addSearchRecord */.tk)({ + name: value, + copywriting: value, + position: 'Exercise' + }); + } + getData(); + } + })] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + ref: scroll, + style: { + maxHeight: 350, + overflowY: 'auto', + overflowX: 'hidden', + marginTop: 10, + paddingBottom: 20 + }, + children: [!isTeacher && tabKey === 'public' && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + style: { + display: 'flex', + flexDirection: 'column', + paddingTop: '30px', + alignItems: 'center', + justifyContent: 'center' + }, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", { + children: "\u901A\u8FC7\u804C\u4E1A\u8BA4\u8BC1\u7684\u6559\u5E08\u624D\u80FD\u8BBF\u95EE\u516C\u5171\u8BFE\u7A0B\u8D44\u6E90\u5E93" + }), /*#__PURE__*/(0,jsx_runtime.jsx)("p", { + style: { + cursor: 'pointer', + background: '#ff6800', + height: '30px', + textAlign: 'center', + marginTop: '5px', + padding: '5px 0px', + color: '#fff', + width: '80px' + }, + onClick: function onClick() { + window.open("/account/certification"); + }, + children: "\u7ACB\u5373\u8BA4\u8BC1" + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)((_react_infinite_scroller_1_2_4_react_infinite_scroller_default()), { + initialLoad: false, + pageStart: 0, + loadMore: function loadMore() { + getData(); + }, + hasMore: hasMore, + useWindow: false, + children: exercise.actionTabs.key === '试卷选用' && isTeacher && /*#__PURE__*/(0,jsx_runtime.jsx)(components_ResTable, { + className: Exercisemodules.hideHeadCheckbox, + pagination: false, + hideSelectAll: true // antd-version 4.3.0 + , + dataSource: tabData, + onRow: function onRow(record) { + return { + onClick: function onClick() { + setGroupIdsInitialValues([record === null || record === void 0 ? void 0 : record.id]); + } // 点击行 + }; + }, + resColumns: columns, + rowSelection: rowSelection + }) + })] + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_modal/* default */.Z, { + title: "\u63D0\u793A", + open: isTips, + confirmLoading: false //确定按钮loading + , + centered: true, + okText: "\u8BBE\u7F6E\u89C4\u5219", + cancelText: "\u4FEE\u6539\u8BD5\u5377", + footer: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { + onClick: function onClick() { + setisTips(false); //修改试卷跳转 + _umi_production_exports.history.push(EditUrl); + }, + children: "\u4FEE\u6539\u8BD5\u5377" + }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { + type: "primary", + onClick: function onClick() { + _umi_production_exports.history.push(DetailUrl); //跳转到试卷,规则设置页面 + setisTips(false); + }, + children: "\u8BBE\u7F6E\u89C4\u5219" + })] + }), + onCancel: function onCancel() { + setisTips(false); //修改试卷跳转 + }, + children: /*#__PURE__*/(0,jsx_runtime.jsx)("p", { + children: "\u8BD5\u5377\u521B\u5EFA\u5B8C\u6210\uFF01\u76EE\u524D\u5904\u4E8E\u672A\u53D1\u5E03\u72B6\u6001\uFF0C\u662F\u5426\u8BBE\u7F6E\u8003\u8BD5\u89C4\u5219\uFF1F" + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(ReuseShixunModal/* default */.Z, { + inPaper: true, + visible: reuseModalVisible, + onCancel: closeReuseModal, + onOk: reuseModalCallback, + renderData: renderData, + modalType: "multiple", + type: "examination_bank" + })] + }); +}; +/* harmony default export */ var SelectExercise = ((0,_umi_production_exports.connect)(function (_ref7) { + var exercise = _ref7.exercise, + loading = _ref7.loading, + classroomList = _ref7.classroomList; + return { + exercise: exercise, + loading: loading, + classroomList: classroomList + }; +})(CuttOffNowShixun)); + +/***/ }), + +/***/ 41002: +/*!**********************************************************************!*\ + !*** ./src/pages/Paperlibrary/components/List/index.tsx + 1 modules ***! + \**********************************************************************/ +/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { + + +// EXPORTS +__webpack_require__.d(__webpack_exports__, { + a: function() { return /* binding */ List; } +}); + +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js +var regeneratorRuntime = __webpack_require__(7557); +var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js +var asyncToGenerator = __webpack_require__(41498); +var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator); +// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js +var slicedToArray = __webpack_require__(79800); +var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js +var _react_17_0_2_react = __webpack_require__(59301); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules +var modal = __webpack_require__(43418); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/row/index.js +var row = __webpack_require__(95237); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/checkbox/index.js + 3 modules +var es_checkbox = __webpack_require__(24905); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/col/index.js +var col = __webpack_require__(43604); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/spin/index.js + 1 modules +var spin = __webpack_require__(71418); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules +var message = __webpack_require__(8591); +// EXTERNAL MODULE: ./src/.umi-production/exports.ts +var _umi_production_exports = __webpack_require__(97091); +// EXTERNAL MODULE: ./node_modules/_dayjs@1.11.13@dayjs/dayjs.min.js +var dayjs_min = __webpack_require__(61186); +var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min); +;// CONCATENATED MODULE: ./src/pages/Paperlibrary/components/List/index.less?modules +// extracted by mini-css-extract-plugin +/* harmony default export */ var Listmodules = ({"itemWrap":"itemWrap___KEbZ9","checkBoxWrapper":"checkBoxWrapper___Y_kuj","listWrap":"listWrap___VlWgM","list":"list___XIr6d","flexCenter":"flexCenter___eacyI","flexRow":"flexRow___A_mOc","imgWrap":"imgWrap___KI9io","img":"img___vjS11","contentWrap":"contentWrap___NI0Vt","titleWrap":"titleWrap___SlBWX","title":"title___KGh5v","content":"content___B0PxW","bottomWrap":"bottomWrap___WVJb4","updateTime":"updateTime___sxvSt","useCount":"useCount___puqPx","actionBtn":"actionBtn___JUWfj","actionButton":"actionButton___jabv3","actionBar":"actionBar___I1pC8","typeIcon":"typeIcon___bramC","private":"private___sdERX","public":"public___noSmD","random":"random___l2hTA","actionLinkWrapper":"actionLinkWrapper___Him3y","actionLink":"actionLink___rWBLq","actionIcon":"actionIcon___lMmL7","line":"line___HQJlK","b1":"b1___Y4KZd","b2":"b2___QxMOG","actionLeftItem":"actionLeftItem___Fnq4b","export_type_modal":"export_type_modal___ISAzV","export_type_modal_con":"export_type_modal_con___qw5B2","type_item":"type_item___pdMxs","img_warp":"img_warp___cDH7f","img_warp_active":"img_warp_active___rLrYN","moveOutSty":"moveOutSty___uCEnQ"}); +// EXTERNAL MODULE: ./src/utils/authority.ts +var authority = __webpack_require__(93697); +// EXTERNAL MODULE: ./src/service/exercise.ts +var exercise = __webpack_require__(31591); +// EXTERNAL MODULE: ./src/utils/verifyLogin.tsx + 2 modules +var verifyLogin = __webpack_require__(19421); +// EXTERNAL MODULE: ./node_modules/_lodash@4.17.21@lodash/lodash.js +var lodash = __webpack_require__(89392); +// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.5.1@@ant-design/icons/es/icons/DownloadOutlined.js + 1 modules +var DownloadOutlined = __webpack_require__(82234); +// EXTERNAL MODULE: ./src/utils/export.ts +var utils_export = __webpack_require__(1806); +// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js +var jsx_runtime = __webpack_require__(37712); +;// CONCATENATED MODULE: ./src/pages/Paperlibrary/components/List/index.tsx + + + + + + + + + + + + + + + + + +var difficultyMapping = { + 1: '简单', + 2: '适中', + 3: '困难' +}; +var List = function List(_ref) { + var _data$author, _data$author2, _data$author3, _user$userInfo2, _data$author4, _user$userInfo3; + var _ref$isVtrs = _ref.isVtrs, + isVtrs = _ref$isVtrs === void 0 ? false : _ref$isVtrs, + _ref$showCheckbox = _ref.showCheckbox, + showCheckbox = _ref$showCheckbox === void 0 ? false : _ref$showCheckbox, + data = _ref.data, + user = _ref.user, + authRole = _ref.authRole, + activeTabsKey = _ref.activeTabsKey, + _ref$selectIds = _ref.selectIds, + selectIds = _ref$selectIds === void 0 ? [] : _ref$selectIds, + _ref$onSetSelectIds = _ref.onSetSelectIds, + onSetSelectIds = _ref$onSetSelectIds === void 0 ? function () {} : _ref$onSetSelectIds, + _ref$onPublicReview = _ref.onPublicReview, + onPublicReview = _ref$onPublicReview === void 0 ? function () {} : _ref$onPublicReview, + _ref$onCancelPublic = _ref.onCancelPublic, + onCancelPublic = _ref$onCancelPublic === void 0 ? function () {} : _ref$onCancelPublic, + _ref$onCancelShare = _ref.onCancelShare, + onCancelShare = _ref$onCancelShare === void 0 ? function () {} : _ref$onCancelShare, + _ref$onEdit = _ref.onEdit, + onEdit = _ref$onEdit === void 0 ? function () {} : _ref$onEdit, + _ref$onDelete = _ref.onDelete, + onDelete = _ref$onDelete === void 0 ? function () {} : _ref$onDelete, + _ref$onSendToClass = _ref.onSendToClass, + onSendToClass = _ref$onSendToClass === void 0 ? function () {} : _ref$onSendToClass, + _ref$handleMoveOut = _ref.handleMoveOut, + handleMoveOut = _ref$handleMoveOut === void 0 ? function () {} : _ref$handleMoveOut; + var _useState = (0,_react_17_0_2_react.useState)(false), + _useState2 = slicedToArray_default()(_useState, 2), + isloading = _useState2[0], + setisloading = _useState2[1]; + var _useState3 = (0,_react_17_0_2_react.useState)(false), + _useState4 = slicedToArray_default()(_useState3, 2), + exportTypeModal = _useState4[0], + setExportTypeModal = _useState4[1]; + var _useState5 = (0,_react_17_0_2_react.useState)(false), + _useState6 = slicedToArray_default()(_useState5, 2), + exporRandomModal = _useState6[0], + setExporRandomModal = _useState6[1]; + var _useState7 = (0,_react_17_0_2_react.useState)(""), + _useState8 = slicedToArray_default()(_useState7, 2), + exportType = _useState8[0], + setExportType = _useState8[1]; + var handleWarn = function handleWarn() { + modal/* default */.Z.warning({ + centered: true, + width: 530, + okText: '知道啦', + title: '提示', + icon: null, + content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "tc font16", + children: "\u672C\u5957\u8BD5\u5377\u6240\u9009\u7528\u8BD5\u9898\u90E8\u5206\u4E22\u5931\uFF0C\u8BF7\u8C28\u614E\u4F7F\u7528\u5E76\u53CA\u65F6\u8C03\u6574\u3002" + }) + }); + }; + var toAnswer = /*#__PURE__*/function () { + var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() { + var res, _user$userInfo; + return regeneratorRuntime_default()().wrap(function _callee$(_context) { + while (1) switch (_context.prev = _context.next) { + case 0: + setisloading(true); + _context.next = 3; + return (0,exercise/* simulateExercise */.Mb)({ + categoryId: data.id + }); + case 3: + res = _context.sent; + setisloading(false); + if (res !== null && res !== void 0 && res.exercise_id) { + _umi_production_exports.history.push("/classrooms/coursesId/exercise/".concat(res.exercise_id, "/").concat((_user$userInfo = user.userInfo) === null || _user$userInfo === void 0 ? void 0 : _user$userInfo.login, "/initate_answer")); + } + case 6: + case "end": + return _context.stop(); + } + }, _callee); + })); + return function toAnswer() { + return _ref2.apply(this, arguments); + }; + }(); + return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.itemWrap, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.listWrap, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "".concat(Listmodules.list, " ").concat(Listmodules.flexCenter), + children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.contentWrap, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "top", + children: [showCheckbox && /*#__PURE__*/(0,jsx_runtime.jsx)(es_checkbox/* default */.Z, { + className: "".concat(Listmodules.checkBoxWrapper, " mr10"), + checked: selectIds.includes(data.id), + onChange: function onChange(e) { + onSetSelectIds(data.id); + } + }), /*#__PURE__*/(0,jsx_runtime.jsxs)(col/* default */.Z, { + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "middle", + className: Listmodules.titleWrap, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("a", { + onClick: function onClick() { + if (authRole) { + var url = data.is_random ? "/randompaper/detail/".concat(data.id) : "/paperlibrary/see/".concat(data.id, "?defaultActiveKey=").concat(activeTabsKey); + _umi_production_exports.history.push(url); + } + }, + children: /*#__PURE__*/(0,jsx_runtime.jsx)("p", { + className: Listmodules.title, + title: data.name, + children: data.name + }) + }), /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "middle", + children: [(activeTabsKey === '0' || activeTabsKey === '2') && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, { + children: [data["public"] ? /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "".concat(Listmodules.typeIcon, " ").concat(Listmodules["public"]), + children: "\u5DF2\u516C\u5F00" + }) : /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "".concat(Listmodules.typeIcon, " ").concat(Listmodules["private"]), + children: "\u81EA\u7528" + }), data.is_random && /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "".concat(Listmodules.typeIcon, " ").concat(Listmodules.random), + children: "\u968F\u673A" + })] + }), (activeTabsKey === '1' && (0,authority/* isCommonSuperAdminOrOperation */.ag)() || activeTabsKey === '0') && data.changed && /*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-jinggao1 c-red font16 ml10 current", + onClick: handleWarn + })] + })] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: "".concat(Listmodules.flexRow), + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.content, + children: ["\u8BD5\u9898\u6570", /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + children: data.question_count + })] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.content, + children: ["\u603B\u5206", /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + children: data.total_score + })] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.content, + children: ["\u96BE\u5EA6", /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + children: difficultyMapping[data.difficulty] + })] + })] + })] + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + children: authRole && /*#__PURE__*/(0,jsx_runtime.jsx)("a", { + className: "".concat(Listmodules.actionBtn), + onClick: function onClick() { + if (data !== null && data !== void 0 && data.need_authorize) { + (0,verifyLogin/* AuthorizeModel */.rX)(false, '该试卷中包含实训需授权后才可使用。 您可以在QQ服务群向管理员申请,获得继续操作的权限。'); + return; + } + onSendToClass(data.id, data); + }, + children: "\u53D1\u9001\u81F3\u8BFE\u5802" + }) + })] + }) + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.actionBar, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.flexRow, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.actionLeftItem, + children: ["\u66F4\u65B0", /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + children: data.update_time ? dayjs_min_default()(data.update_time).format('YYYY-MM-DD') : '' + })] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.actionLeftItem, + children: ["\u4F7F\u7528\u6B21\u6570", /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + children: data.quotes + })] + }), activeTabsKey === '1' && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.actionLeftItem, + children: ["\u521B\u5EFA\u8005", /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + children: (_data$author = data.author) === null || _data$author === void 0 ? void 0 : _data$author.name + })] + }), activeTabsKey === '2' && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.actionLeftItem, + children: ["\u5206\u4EAB\u4EBA", /*#__PURE__*/(0,jsx_runtime.jsx)("span", { + children: (_data$author2 = data.author) === null || _data$author2 === void 0 ? void 0 : _data$author2.name + })] + })] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.flexRow, + children: [activeTabsKey === '0' && !data["public"] && !data.is_random && data.apply && /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "middle", + className: Listmodules.actionLinkWrapper, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.line, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b1 + }), /*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b2 + })] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("a", { + className: "".concat(Listmodules.actionLink), + onClick: onPublicReview, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-gongkai ".concat(Listmodules.actionIcon) + }), "\u5BA1\u6838\u4E2D"] + })] + }), activeTabsKey === '0' && data["public"] && !data.is_random && /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "middle", + className: Listmodules.actionLinkWrapper, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.line, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b1 + }), /*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b2 + })] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("a", { + className: "".concat(Listmodules.actionLink, " current"), + onClick: function onClick() { + return onCancelPublic(data.id); + }, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-gongkai ".concat(Listmodules.actionIcon) + }), "\u64A4\u9500\u516C\u5F00"] + })] + }), activeTabsKey === '0' && (data === null || data === void 0 ? void 0 : data.is_share) && !data.is_random && /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "middle", + className: Listmodules.actionLinkWrapper, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.line, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b1 + }), /*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b2 + })] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("a", { + className: "".concat(Listmodules.actionLink, " current"), + onClick: function onClick() { + return onCancelShare(data.id); + }, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-chexiaogongxiang ".concat(Listmodules.actionIcon, " font16") + }), "\u64A4\u9500\u5171\u4EAB"] + })] + }), !isVtrs && /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "middle", + className: Listmodules.actionLinkWrapper, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.line, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b1 + }), /*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b2 + })] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("a", { + className: "".concat(Listmodules.actionLink), + onClick: function onClick() { + if (data.is_random) { + setExporRandomModal(true); + } else { + setExportType(''); + setExportTypeModal(true); + } + }, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)(DownloadOutlined/* default */.Z, { + style: { + marginRight: 5 + } + }), "\u5BFC\u51FA\u8BD5\u5377"] + })] + }), ((activeTabsKey === '0' || activeTabsKey === '2') && !data["public"] || activeTabsKey === '1' && ((_data$author3 = data.author) === null || _data$author3 === void 0 ? void 0 : _data$author3.login) !== ((_user$userInfo2 = user.userInfo) === null || _user$userInfo2 === void 0 ? void 0 : _user$userInfo2.login) && (0,authority/* isCommonSuperAdminOrOperation */.ag)()) && /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "middle", + className: Listmodules.actionLinkWrapper, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.line, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b1 + }), /*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b2 + })] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("a", { + className: "".concat(Listmodules.actionLink), + onClick: function onClick() { + return onEdit(data.id, data.is_random); + }, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-bianji10 ".concat(Listmodules.actionIcon) + }), "\u7F16\u8F91"] + })] + }), ((activeTabsKey === '0' || activeTabsKey === '2') && !data["public"] || activeTabsKey === '1' && ((_data$author4 = data.author) === null || _data$author4 === void 0 ? void 0 : _data$author4.login) !== ((_user$userInfo3 = user.userInfo) === null || _user$userInfo3 === void 0 ? void 0 : _user$userInfo3.login) && (0,authority/* isCommonSuperAdmin */.fn)()) && /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "middle", + className: Listmodules.actionLinkWrapper, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.line, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b1 + }), /*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b2 + })] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("a", { + className: "".concat(Listmodules.actionLink), + onClick: function onClick() { + return onDelete(data.id); + }, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-shanchu11 ".concat(Listmodules.actionIcon) + }), "\u5220\u9664"] + })] + }), authRole && /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "middle", + className: Listmodules.actionLinkWrapper, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.line, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b1 + }), /*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b2 + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)(spin/* default */.Z, { + spinning: isloading, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)("a", { + className: "".concat(Listmodules.actionLink), + type: "primary", + onClick: (0,lodash.throttle)(toAnswer, 3500), + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", { + className: "iconfont icon-monikaoshi2 ".concat(Listmodules.actionIcon) + }), "\u6A21\u62DF\u8003\u8BD5"] + }) + })] + }), isVtrs && /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, { + align: "middle", + className: Listmodules.actionLinkWrapper, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.line, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b1 + }), /*#__PURE__*/(0,jsx_runtime.jsx)("b", { + className: Listmodules.b2 + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)("a", { + className: "".concat(Listmodules.actionLink, " ").concat(Listmodules.moveOutSty), + onClick: function onClick() { + return handleMoveOut(data); + }, + children: "\u79FB\u51FA" + })] + })] + })] + })] + }), /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, { + width: 450, + title: "\u8BF7\u9009\u62E9\u9700\u8981\u5BFC\u51FA\u7684\u7A7A\u767D\u8BD5\u5377\u683C\u5F0F", + open: exportTypeModal, + onCancel: function onCancel() { + return setExportTypeModal(false); + }, + onOk: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2() { + var url; + return regeneratorRuntime_default()().wrap(function _callee2$(_context2) { + while (1) switch (_context2.prev = _context2.next) { + case 0: + if (!(exportType == '')) { + _context2.next = 5; + break; + } + message/* default */.ZP.info('请选择一种导出格式'); + return _context2.abrupt("return"); + case 5: + if (exportType == 'pdf') { + url = "/paperlibrary/see/".concat(data.id, "?defaultActiveKey=").concat(activeTabsKey, "&exportPDF=true"); + _umi_production_exports.history.push({ + pathname: url, + state: {} + }); + } else if (exportType == 'word') { + (0,utils_export/* exportPaperlibraryPaper */.ON)({ + id: data === null || data === void 0 ? void 0 : data.id, + middle_export: 1, + export_type: 0 + }); + } + case 6: + setExportTypeModal(false); + case 7: + case "end": + return _context2.stop(); + } + }, _callee2); + })), + children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: Listmodules.export_type_modal, + children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.export_type_modal_con, + children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.type_item, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "".concat(Listmodules.img_warp, " ").concat(exportType == 'pdf' ? Listmodules.img_warp_active : ''), + onClick: function onClick() { + return setExportType('pdf'); + }, + children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", { + src: __webpack_require__(/*! @/assets/images/file_type/pdf_img.png */ 45614), + width: 70, + height: 70 + }) + }), "pdf\u683C\u5F0F"] + }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + className: Listmodules.type_item, + children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { + className: "".concat(Listmodules.img_warp, " ").concat(exportType == 'word' ? Listmodules.img_warp_active : ''), + onClick: function onClick() { + return setExportType('word'); + }, + children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", { + src: __webpack_require__(/*! @/assets/images/file_type/word_img.png */ 38347), + width: 70, + height: 70 + }) + }), "word\u683C\u5F0F"] + })] + }) + }) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, { + width: 450, + title: "\u63D0\u793A", + open: exporRandomModal, + okText: "\u53D1\u9001\u81F3\u8BFE\u5802", + onCancel: function onCancel() { + return setExporRandomModal(false); + }, + onOk: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee3() { + return regeneratorRuntime_default()().wrap(function _callee3$(_context3) { + while (1) switch (_context3.prev = _context3.next) { + case 0: + if (!(data !== null && data !== void 0 && data.need_authorize)) { + _context3.next = 3; + break; + } + (0,verifyLogin/* AuthorizeModel */.rX)(false, '该试卷中包含实训需授权后才可使用。 您可以在QQ服务群向管理员申请,获得继续操作的权限。'); + return _context3.abrupt("return"); + case 3: + onSendToClass(data.id, data); + setExporRandomModal(false); + case 5: + case "end": + return _context3.stop(); + } + }, _callee3); + })), + children: "\u7531\u4E8E\u6539\u8BD5\u5377\u4E3A\u968F\u673A\u7EC4\u5377\uFF0C\u8BF7\u53D1\u9001\u81F3\u8BFE\u5802\u540E\u5728\u8FDB\u884C\u5BFC\u51FA" + })] + }); }; -/**![exclamation-circle](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUxMiA2NEMyNjQuNiA2NCA2NCAyNjQuNiA2NCA1MTJzMjAwLjYgNDQ4IDQ0OCA0NDggNDQ4LTIwMC42IDQ0OC00NDhTNzU5LjQgNjQgNTEyIDY0em0wIDgyMGMtMjA1LjQgMC0zNzItMTY2LjYtMzcyLTM3MnMxNjYuNi0zNzIgMzcyLTM3MiAzNzIgMTY2LjYgMzcyIDM3Mi0xNjYuNiAzNzItMzcyIDM3MnoiIC8+PHBhdGggZD0iTTQ2NCA2ODhhNDggNDggMCAxMDk2IDAgNDggNDggMCAxMC05NiAwem0yNC0xMTJoNDhjNC40IDAgOC0zLjYgOC04VjI5NmMwLTQuNC0zLjYtOC04LThoLTQ4Yy00LjQgMC04IDMuNi04IDh2MjcyYzAgNC40IDMuNiA4IDggOHoiIC8+PC9zdmc+) */ -var RefIcon = /*#__PURE__*/_react_17_0_2_react.forwardRef(ExclamationCircleOutlined_ExclamationCircleOutlined); -if (false) {} -/* harmony default export */ var icons_ExclamationCircleOutlined = (RefIcon); - /***/ }), /***/ 46373: @@ -52,7 +1463,6 @@ if (false) {} \*************************************************************************/ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { -"use strict"; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); @@ -87,6 +1497,8 @@ var _umi_production_exports = __webpack_require__(97091); var ui_customization = __webpack_require__(52126); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules var message = __webpack_require__(8591); +// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules +var modal = __webpack_require__(43418); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/dropdown/index.js + 1 modules var dropdown = __webpack_require__(38854); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/spin/index.js + 1 modules @@ -1005,8 +2417,6 @@ var SelectCourses_PublishShixun = function PublishShixun(_ref) { loading: loading.effects }; })(SelectCourses_PublishShixun)); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules -var modal = __webpack_require__(43418); // EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/rate/index.js + 8 modules var rate = __webpack_require__(31395); // EXTERNAL MODULE: ./src/utils/env.ts + 1 modules @@ -1722,6 +3132,12 @@ var Multiple = __webpack_require__(1693); var Judgment = __webpack_require__(53208); // EXTERNAL MODULE: ./src/pages/Problemset/components/Completion.tsx var Completion = __webpack_require__(34120); +// EXTERNAL MODULE: ./src/pages/Classrooms/Lists/Exercise/components/SelectExercise.tsx + 4 modules +var SelectExercise = __webpack_require__(42698); +// EXTERNAL MODULE: ./src/pages/Paperlibrary/components/List/index.tsx + 1 modules +var List = __webpack_require__(41002); +// EXTERNAL MODULE: ./src/pages/Paperlibrary/components/SendToClassModal.tsx + 6 modules +var SendToClassModal = __webpack_require__(30116); ;// CONCATENATED MODULE: ./src/pages/virtualSpaces/Lists/Experiment/index.tsx @@ -1745,6 +3161,9 @@ var Completion = __webpack_require__(34120); + + + @@ -1776,6 +3195,10 @@ var ExperimentPage = function ExperimentPage(_ref) { page: 1, limit: 10 }); + getPaperData({ + page: 1, + limit: 10 + }); }, []); var _useState = (0,_react_17_0_2_react.useState)(false), _useState2 = slicedToArray_default()(_useState, 2), @@ -1949,18 +3372,16 @@ var ExperimentPage = function ExperimentPage(_ref) { case 0: setPaperLoading(true); _context4.next = 3; - return (0,service_virtualSpaces/* getShixuns */.rV)(virtual_spacesId, params); + return (0,service_virtualSpaces/* getPaperList */.NZ)(objectSpread2_default()({ + virtual_classroom_id: virtual_spacesId + }, params)); case 3: res = _context4.sent; - if (!('status' in res)) { - _context4.next = 6; - break; + if ((res === null || res === void 0 ? void 0 : res.status) === 0) { + setPaperData(res); } - return _context4.abrupt("return"); - case 6: - setPaperData(res); setPaperLoading(false); - case 8: + case 6: case "end": return _context4.stop(); } @@ -1970,6 +3391,82 @@ var ExperimentPage = function ExperimentPage(_ref) { return _ref5.apply(this, arguments); }; }(); + var handleMoveOut = /*#__PURE__*/function () { + var _ref6 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee6(item) { + return regeneratorRuntime_default()().wrap(function _callee6$(_context6) { + while (1) switch (_context6.prev = _context6.next) { + case 0: + modal/* default */.Z.confirm({ + title: '移出试卷', + icon: null, + okText: '确认移出', + className: Experimentmodules.modalWrapper, + width: 428, + centered: true, + closable: false, + content: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + children: ["\u786E\u8BA4\u5C06\u8BFE\u7A0B\u8BD5\u5377\u300A", item === null || item === void 0 ? void 0 : item.name, "\u300B\u79FB\u51FA\u865A\u62DF\u793E\u533A\u5417\uFF1F"] + }), + okButtonProps: { + className: Experimentmodules.okBtn + }, + cancelButtonProps: { + className: Experimentmodules.cancelBtn + }, + onOk: function () { + var _onOk = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee5() { + var res; + return regeneratorRuntime_default()().wrap(function _callee5$(_context5) { + while (1) switch (_context5.prev = _context5.next) { + case 0: + _context5.next = 2; + return (0,service_virtualSpaces/* delPaper */.Np)({ + virtual_classroom_id: virtual_spacesId, + id: item === null || item === void 0 ? void 0 : item.id + }); + case 2: + res = _context5.sent; + if (res.status === 0) { + getPaperData({ + page: 1, + limit: 10 + }); + } + case 4: + case "end": + return _context5.stop(); + } + }, _callee5); + })); + function onOk() { + return _onOk.apply(this, arguments); + } + return onOk; + }() + }); + case 1: + case "end": + return _context6.stop(); + } + }, _callee6); + })); + return function handleMoveOut(_x5) { + return _ref6.apply(this, arguments); + }; + }(); + var handleSendToClass = function handleSendToClass(id, data) { + console.log(data, 'data'); + dispatch({ + type: 'paperlibrary/setActionTabs', + payload: { + key: 'Paperlibrary-SendToClass', + params: { + id: id, + data: data + } + } + }); + }; var _useState25 = (0,_react_17_0_2_react.useState)(false), _useState26 = slicedToArray_default()(_useState25, 2), coursePageLoading = _useState26[0], @@ -1986,32 +3483,32 @@ var ExperimentPage = function ExperimentPage(_ref) { courseData = _useState30[0], setCourseData = _useState30[1]; var getCourseData = /*#__PURE__*/function () { - var _ref6 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee5(params) { + var _ref7 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee7(params) { var res; - return regeneratorRuntime_default()().wrap(function _callee5$(_context5) { - while (1) switch (_context5.prev = _context5.next) { + return regeneratorRuntime_default()().wrap(function _callee7$(_context7) { + while (1) switch (_context7.prev = _context7.next) { case 0: setCoursePageLoading(true); - _context5.next = 3; + _context7.next = 3; return (0,service_virtualSpaces/* getCourseList */.tS)(virtual_spacesId, params); case 3: - res = _context5.sent; + res = _context7.sent; if (!('status' in res)) { - _context5.next = 6; + _context7.next = 6; break; } - return _context5.abrupt("return"); + return _context7.abrupt("return"); case 6: setCourseData(res); setCoursePageLoading(false); case 8: case "end": - return _context5.stop(); + return _context7.stop(); } - }, _callee5); + }, _callee7); })); - return function getCourseData(_x5) { - return _ref6.apply(this, arguments); + return function getCourseData(_x6) { + return _ref7.apply(this, arguments); }; }(); var _useState31 = (0,_react_17_0_2_react.useState)('shixun'), @@ -2028,8 +3525,8 @@ var ExperimentPage = function ExperimentPage(_ref) { label: '从实践课程选用', key: 'fromSubject' }], - onClick: function onClick(_ref7) { - var key = _ref7.key; + onClick: function onClick(_ref8) { + var key = _ref8.key; if (key === 'fromShixun') { dispatch({ type: "classroomList/setActionTabs", @@ -2085,7 +3582,7 @@ var ExperimentPage = function ExperimentPage(_ref) { return /*#__PURE__*/(0,jsx_runtime.jsxs)("section", { className: Experimentmodules.wrap, children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(spin/* default */.Z, { - spinning: shixunPageloading || coursePageLoading || topicPageLoading, + spinning: shixunPageloading || coursePageLoading || topicPageLoading || paperPageLoading, children: [/*#__PURE__*/(0,jsx_runtime.jsx)(ui_customization/* CustomTabs */.YG, { value: currentTab, onChange: function onChange(tab) { @@ -2118,10 +3615,10 @@ var ExperimentPage = function ExperimentPage(_ref) { return /*#__PURE__*/(0,jsx_runtime.jsx)(components_ShixunItem, { isCreator: isCreator, data: item, - refreshData: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee6() { + refreshData: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee8() { var previousPage; - return regeneratorRuntime_default()().wrap(function _callee6$(_context6) { - while (1) switch (_context6.prev = _context6.next) { + return regeneratorRuntime_default()().wrap(function _callee8$(_context8) { + while (1) switch (_context8.prev = _context8.next) { case 0: if (shixunData.shixuns.length <= 1) { previousPage = shixunPaginationParams.page > 1 ? shixunPaginationParams.page - 1 : 1; @@ -2138,9 +3635,9 @@ var ExperimentPage = function ExperimentPage(_ref) { } case 1: case "end": - return _context6.stop(); + return _context8.stop(); } - }, _callee6); + }, _callee8); })), virtualClassroomId: virtual_spacesId }, item.id); @@ -2172,10 +3669,10 @@ var ExperimentPage = function ExperimentPage(_ref) { return /*#__PURE__*/(0,jsx_runtime.jsx)(components_SubjectItem, { isCreator: isCreator, data: item, - refreshData: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee7() { + refreshData: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee9() { var previousPage; - return regeneratorRuntime_default()().wrap(function _callee7$(_context7) { - while (1) switch (_context7.prev = _context7.next) { + return regeneratorRuntime_default()().wrap(function _callee9$(_context9) { + while (1) switch (_context9.prev = _context9.next) { case 0: if (courseData.subjects.length <= 1) { previousPage = coursePaginationParams.page > 1 ? coursePaginationParams.page - 1 : 1; @@ -2192,9 +3689,9 @@ var ExperimentPage = function ExperimentPage(_ref) { } case 1: case "end": - return _context7.stop(); + return _context9.stop(); } - }, _callee7); + }, _callee9); })), virtualClassroomId: virtual_spacesId }, item.id); @@ -2223,14 +3720,13 @@ var ExperimentPage = function ExperimentPage(_ref) { }, children: [(topicData === null || topicData === void 0 ? void 0 : topicData.total_count) === 0 && /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {}), (topicData === null || topicData === void 0 ? void 0 : topicData.total_count) > 0 && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { children: [topicData.questions.map(function (item) { - console.log("item---", item); return /*#__PURE__*/(0,jsx_runtime.jsx)(TopicItem, { isCreator: isCreator, data: item, - refreshData: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee8() { + refreshData: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee10() { var previousPage; - return regeneratorRuntime_default()().wrap(function _callee8$(_context8) { - while (1) switch (_context8.prev = _context8.next) { + return regeneratorRuntime_default()().wrap(function _callee10$(_context10) { + while (1) switch (_context10.prev = _context10.next) { case 0: if (courseData.subjects.length <= 1) { previousPage = topicPaginationParams.page > 1 ? topicPaginationParams.page - 1 : 1; @@ -2247,9 +3743,9 @@ var ExperimentPage = function ExperimentPage(_ref) { } case 1: case "end": - return _context8.stop(); + return _context10.stop(); } - }, _callee8); + }, _callee10); })), virtualClassroomId: virtual_spacesId, handleStartExperience: handleStartExperience @@ -2273,81 +3769,123 @@ var ExperimentPage = function ExperimentPage(_ref) { showQuickJumper: true })] })] + }), currentTab === 'paper' && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + style: { + paddingTop: 25 + }, + children: [(paperData === null || paperData === void 0 ? void 0 : paperData.total_count) === 0 && /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {}), (paperData === null || paperData === void 0 ? void 0 : paperData.total_count) > 0 && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { + children: [paperData.papers.map(function (item, index) { + return /*#__PURE__*/(0,jsx_runtime.jsx)(List/* List */.a, { + isVtrs: true, + showCheckbox: false, + data: item, + user: user, + authRole: true, + activeTabsKey: '6', + selectIds: [], + onSetSelectIds: function onSetSelectIds() {}, + onCancelPublic: function onCancelPublic() {}, + onCancelShare: function onCancelShare() {}, + onPublicReview: function onPublicReview() {}, + onEdit: function onEdit() {}, + onDelete: function onDelete() {}, + onSendToClass: handleSendToClass, + handleMoveOut: handleMoveOut + }, item.id); + }), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, { + pageSize: 10, + hideOnSinglePage: true, + total: topicData === null || topicData === void 0 ? void 0 : topicData.total_count, + current: topicPaginationParams.page, + onChange: function onChange(page) { + setCoursePaginationParams(function (pre) { + return objectSpread2_default()(objectSpread2_default()({}, pre), {}, { + page: page + }); + }); + getTopicsData({ + page: page, + limit: 10 + }); + }, + showQuickJumper: true + })] + })] })] }), classroomList.actionTabs.key === '选用实践项目' && /*#__PURE__*/(0,jsx_runtime.jsx)(SelectShixuns, { shixunIds: [], cb: ( /*#__PURE__*/function () { - var _ref11 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee9(ids) { - return regeneratorRuntime_default()().wrap(function _callee9$(_context9) { - while (1) switch (_context9.prev = _context9.next) { + var _ref12 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee11(ids) { + return regeneratorRuntime_default()().wrap(function _callee11$(_context11) { + while (1) switch (_context11.prev = _context11.next) { case 0: - _context9.next = 2; + _context11.next = 2; return (0,service_virtualSpaces/* addShixun */.LY)(virtual_spacesId, { source: 'shixun', shixun_ids: ids, module_id: experimentModuleId }); case 2: - _context9.next = 4; + _context11.next = 4; return getShixunsData({ page: 1, limit: 10 }); case 4: case "end": - return _context9.stop(); + return _context11.stop(); } - }, _callee9); + }, _callee11); })); - return function (_x6) { - return _ref11.apply(this, arguments); + return function (_x7) { + return _ref12.apply(this, arguments); }; }()) }), classroomList.actionTabs.key === '选用实践课程' && /*#__PURE__*/(0,jsx_runtime.jsx)(SelectCourses, { onOk: ( /*#__PURE__*/function () { - var _ref12 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee10(subjectId) { - return regeneratorRuntime_default()().wrap(function _callee10$(_context10) { - while (1) switch (_context10.prev = _context10.next) { + var _ref13 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee12(subjectId) { + return regeneratorRuntime_default()().wrap(function _callee12$(_context12) { + while (1) switch (_context12.prev = _context12.next) { case 0: if (!(currentTab === 'shixun')) { - _context10.next = 7; + _context12.next = 7; break; } - _context10.next = 3; + _context12.next = 3; return (0,service_virtualSpaces/* addShixun */.LY)(virtual_spacesId, { source: 'subject', subject_id: subjectId, module_id: experimentModuleId }); case 3: - _context10.next = 5; + _context12.next = 5; return getShixunsData({ page: 1, limit: 10 }); case 5: - _context10.next = 11; + _context12.next = 11; break; case 7: - _context10.next = 9; + _context12.next = 9; return (0,service_virtualSpaces/* addCourse */.bq)(virtual_spacesId, { subject_ids: [subjectId], module_id: experimentModuleId }); case 9: - _context10.next = 11; + _context12.next = 11; return getCourseData({ page: 1, limit: 10 }); case 11: case "end": - return _context10.stop(); + return _context12.stop(); } - }, _callee10); + }, _callee12); })); - return function (_x7) { - return _ref12.apply(this, arguments); + return function (_x8) { + return _ref13.apply(this, arguments); }; }()) }), /*#__PURE__*/(0,jsx_runtime.jsx)(AddQuestionsModal/* default */.Z, { @@ -2357,10 +3895,10 @@ var ExperimentPage = function ExperimentPage(_ref) { ScoreShow: showquestion, checkHasUsedShixun: false, onOk: ( /*#__PURE__*/function () { - var _ref13 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee11(questionIdArr, shixunIdArr, ischeck_only, listitems_length, shixunCopyIds) { + var _ref14 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee13(questionIdArr, shixunIdArr, ischeck_only, listitems_length, shixunCopyIds) { var params, res; - return regeneratorRuntime_default()().wrap(function _callee11$(_context11) { - while (1) switch (_context11.prev = _context11.next) { + return regeneratorRuntime_default()().wrap(function _callee13$(_context13) { + while (1) switch (_context13.prev = _context13.next) { case 0: setisloadings(true); params = { @@ -2369,14 +3907,18 @@ var ExperimentPage = function ExperimentPage(_ref) { // shixun_ids: shixunIdArr, module_id: experimentModuleId }; - _context11.next = 4; + _context13.next = 4; return (0,service_virtualSpaces/* addQuestion */.xL)(objectSpread2_default()({}, params)); case 4: - res = _context11.sent; + res = _context13.sent; setisloadings(false); setshowquestion(false); if ((res === null || res === void 0 ? void 0 : res.status) === 0) { message/* default */.ZP.info('添加成功'); + getTopicsData({ + page: 1, + limit: 10 + }); } // else if (res.status === -2) { // Modal.confirm({ @@ -2392,22 +3934,61 @@ var ExperimentPage = function ExperimentPage(_ref) { // } case 8: case "end": - return _context11.stop(); + return _context13.stop(); } - }, _callee11); + }, _callee13); })); - return function (_x8, _x9, _x10, _x11, _x12) { - return _ref13.apply(this, arguments); + return function (_x9, _x10, _x11, _x12, _x13) { + return _ref14.apply(this, arguments); + }; + }()) + }), /*#__PURE__*/(0,jsx_runtime.jsx)(Single/* default */.Z, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(Multiple/* default */.Z, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(Judgment/* default */.Z, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(Completion/* default */.Z, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(SelectExercise/* default */.Z, { + isVtrs: true, + handleVtrsOk: ( /*#__PURE__*/function () { + var _ref15 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee14(selectIds) { + var res; + return regeneratorRuntime_default()().wrap(function _callee14$(_context14) { + while (1) switch (_context14.prev = _context14.next) { + case 0: + _context14.next = 2; + return (0,service_virtualSpaces/* addPaper */.rM)({ + virtual_classroom_id: virtual_spacesId, + paper_ids: selectIds, + module_id: experimentModuleId + }); + case 2: + res = _context14.sent; + if ((res === null || res === void 0 ? void 0 : res.status) === 0) { + dispatch({ + type: 'exercise/setActionTabs', + payload: { + key: '' + } + }); + message/* default */.ZP.success("添加成功"); + getPaperData({ + page: 1, + limit: 10 + }); + } + case 4: + case "end": + return _context14.stop(); + } + }, _callee14); + })); + return function (_x14) { + return _ref15.apply(this, arguments); }; }()) - }), /*#__PURE__*/(0,jsx_runtime.jsx)(Single/* default */.Z, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(Multiple/* default */.Z, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(Judgment/* default */.Z, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(Completion/* default */.Z, {})] + }), /*#__PURE__*/(0,jsx_runtime.jsx)(SendToClassModal/* default */.Z, {})] }); }; -/* harmony default export */ var Experiment = ((0,_umi_production_exports.connect)(function (_ref14) { - var classroomList = _ref14.classroomList, - virtualSpaces = _ref14.virtualSpaces, - user = _ref14.user, - problemset = _ref14.problemset; +/* harmony default export */ var Experiment = ((0,_umi_production_exports.connect)(function (_ref16) { + var classroomList = _ref16.classroomList, + virtualSpaces = _ref16.virtualSpaces, + user = _ref16.user, + problemset = _ref16.problemset; return { classroomList: classroomList, virtualSpaces: virtualSpaces, @@ -2416,491 +3997,6 @@ var ExperimentPage = function ExperimentPage(_ref) { }; })(ExperimentPage)); -/***/ }), - -/***/ 28103: -/*!***********************************************************************!*\ - !*** ./node_modules/_antd@5.9.0@antd/es/divider/index.js + 1 modules ***! - \***********************************************************************/ -/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { - -"use strict"; - -// EXPORTS -__webpack_require__.d(__webpack_exports__, { - Z: function() { return /* binding */ divider; } -}); - -// EXTERNAL MODULE: ./node_modules/_classnames@2.5.1@classnames/index.js -var _classnames_2_5_1_classnames = __webpack_require__(92310); -var _classnames_2_5_1_classnames_default = /*#__PURE__*/__webpack_require__.n(_classnames_2_5_1_classnames); -// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js -var _react_17_0_2_react = __webpack_require__(59301); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/config-provider/context.js -var context = __webpack_require__(36355); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/style/index.js -var style = __webpack_require__(17313); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/theme/util/genComponentStyleHook.js -var genComponentStyleHook = __webpack_require__(83116); -// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/theme/util/statistic.js -var statistic = __webpack_require__(37613); -;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/divider/style/index.js - - -// ============================== Shared ============================== -const genSharedDividerStyle = token => { - const { - componentCls, - sizePaddingEdgeHorizontal, - colorSplit, - lineWidth, - textPaddingInline, - orientationMargin, - verticalMarginInline - } = token; - return { - [componentCls]: Object.assign(Object.assign({}, (0,style/* resetComponent */.Wf)(token)), { - borderBlockStart: `${lineWidth}px solid ${colorSplit}`, - // vertical - '&-vertical': { - position: 'relative', - top: '-0.06em', - display: 'inline-block', - height: '0.9em', - marginInline: verticalMarginInline, - marginBlock: 0, - verticalAlign: 'middle', - borderTop: 0, - borderInlineStart: `${lineWidth}px solid ${colorSplit}` - }, - '&-horizontal': { - display: 'flex', - clear: 'both', - width: '100%', - minWidth: '100%', - margin: `${token.dividerHorizontalGutterMargin}px 0` - }, - [`&-horizontal${componentCls}-with-text`]: { - display: 'flex', - alignItems: 'center', - margin: `${token.dividerHorizontalWithTextGutterMargin}px 0`, - color: token.colorTextHeading, - fontWeight: 500, - fontSize: token.fontSizeLG, - whiteSpace: 'nowrap', - textAlign: 'center', - borderBlockStart: `0 ${colorSplit}`, - '&::before, &::after': { - position: 'relative', - width: '50%', - borderBlockStart: `${lineWidth}px solid transparent`, - // Chrome not accept `inherit` in `border-top` - borderBlockStartColor: 'inherit', - borderBlockEnd: 0, - transform: 'translateY(50%)', - content: "''" - } - }, - [`&-horizontal${componentCls}-with-text-left`]: { - '&::before': { - width: `${orientationMargin * 100}%` - }, - '&::after': { - width: `${100 - orientationMargin * 100}%` - } - }, - [`&-horizontal${componentCls}-with-text-right`]: { - '&::before': { - width: `${100 - orientationMargin * 100}%` - }, - '&::after': { - width: `${orientationMargin * 100}%` - } - }, - [`${componentCls}-inner-text`]: { - display: 'inline-block', - paddingBlock: 0, - paddingInline: textPaddingInline - }, - '&-dashed': { - background: 'none', - borderColor: colorSplit, - borderStyle: 'dashed', - borderWidth: `${lineWidth}px 0 0` - }, - [`&-horizontal${componentCls}-with-text${componentCls}-dashed`]: { - '&::before, &::after': { - borderStyle: 'dashed none none' - } - }, - [`&-vertical${componentCls}-dashed`]: { - borderInlineStartWidth: lineWidth, - borderInlineEnd: 0, - borderBlockStart: 0, - borderBlockEnd: 0 - }, - [`&-plain${componentCls}-with-text`]: { - color: token.colorText, - fontWeight: 'normal', - fontSize: token.fontSize - }, - [`&-horizontal${componentCls}-with-text-left${componentCls}-no-default-orientation-margin-left`]: { - '&::before': { - width: 0 - }, - '&::after': { - width: '100%' - }, - [`${componentCls}-inner-text`]: { - paddingInlineStart: sizePaddingEdgeHorizontal - } - }, - [`&-horizontal${componentCls}-with-text-right${componentCls}-no-default-orientation-margin-right`]: { - '&::before': { - width: '100%' - }, - '&::after': { - width: 0 - }, - [`${componentCls}-inner-text`]: { - paddingInlineEnd: sizePaddingEdgeHorizontal - } - } - }) - }; -}; -// ============================== Export ============================== -/* harmony default export */ var divider_style = ((0,genComponentStyleHook/* default */.Z)('Divider', token => { - const dividerToken = (0,statistic/* merge */.TS)(token, { - dividerHorizontalWithTextGutterMargin: token.margin, - dividerHorizontalGutterMargin: token.marginLG, - sizePaddingEdgeHorizontal: 0 - }); - return [genSharedDividerStyle(dividerToken)]; -}, token => ({ - textPaddingInline: '1em', - orientationMargin: 0.05, - verticalMarginInline: token.marginXS -}))); -;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/divider/index.js -"use client"; - -var __rest = undefined && undefined.__rest || function (s, e) { - var t = {}; - for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; - if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { - if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; - } - return t; -}; - - - - - -const Divider = props => { - const { - getPrefixCls, - direction, - divider - } = _react_17_0_2_react.useContext(context/* ConfigContext */.E_); - const { - prefixCls: customizePrefixCls, - type = 'horizontal', - orientation = 'center', - orientationMargin, - className, - rootClassName, - children, - dashed, - plain, - style - } = props, - restProps = __rest(props, ["prefixCls", "type", "orientation", "orientationMargin", "className", "rootClassName", "children", "dashed", "plain", "style"]); - const prefixCls = getPrefixCls('divider', customizePrefixCls); - const [wrapSSR, hashId] = divider_style(prefixCls); - const orientationPrefix = orientation.length > 0 ? `-${orientation}` : orientation; - const hasChildren = !!children; - const hasCustomMarginLeft = orientation === 'left' && orientationMargin != null; - const hasCustomMarginRight = orientation === 'right' && orientationMargin != null; - const classString = _classnames_2_5_1_classnames_default()(prefixCls, divider === null || divider === void 0 ? void 0 : divider.className, hashId, `${prefixCls}-${type}`, { - [`${prefixCls}-with-text`]: hasChildren, - [`${prefixCls}-with-text${orientationPrefix}`]: hasChildren, - [`${prefixCls}-dashed`]: !!dashed, - [`${prefixCls}-plain`]: !!plain, - [`${prefixCls}-rtl`]: direction === 'rtl', - [`${prefixCls}-no-default-orientation-margin-left`]: hasCustomMarginLeft, - [`${prefixCls}-no-default-orientation-margin-right`]: hasCustomMarginRight - }, className, rootClassName); - const memoizedOrientationMargin = _react_17_0_2_react.useMemo(() => { - if (typeof orientationMargin === 'number') { - return orientationMargin; - } - if (/^\d+$/.test(orientationMargin)) { - return Number(orientationMargin); - } - return orientationMargin; - }, [orientationMargin]); - const innerStyle = Object.assign(Object.assign({}, hasCustomMarginLeft && { - marginLeft: memoizedOrientationMargin - }), hasCustomMarginRight && { - marginRight: memoizedOrientationMargin - }); - // Warning children not work in vertical mode - if (false) {} - return wrapSSR( /*#__PURE__*/_react_17_0_2_react.createElement("div", Object.assign({ - className: classString, - style: Object.assign(Object.assign({}, divider === null || divider === void 0 ? void 0 : divider.style), style) - }, restProps, { - role: "separator" - }), children && type !== 'vertical' && /*#__PURE__*/_react_17_0_2_react.createElement("span", { - className: `${prefixCls}-inner-text`, - style: innerStyle - }, children))); -}; -if (false) {} -/* harmony default export */ var divider = (Divider); - -/***/ }), - -/***/ 24334: -/*!***********************************************************!*\ - !*** ./node_modules/_js-base64@2.6.4@js-base64/base64.js ***! - \***********************************************************/ -/***/ (function(module, exports, __webpack_require__) { - -var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* - * base64.js - * - * Licensed under the BSD 3-Clause License. - * http://opensource.org/licenses/BSD-3-Clause - * - * References: - * http://en.wikipedia.org/wiki/Base64 - */ -;(function (global, factory) { - true - ? module.exports = factory(global) - : 0 -}(( - typeof self !== 'undefined' ? self - : typeof window !== 'undefined' ? window - : typeof __webpack_require__.g !== 'undefined' ? __webpack_require__.g -: this -), function(global) { - 'use strict'; - // existing version for noConflict() - global = global || {}; - var _Base64 = global.Base64; - var version = "2.6.4"; - // constants - var b64chars - = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; - var b64tab = function(bin) { - var t = {}; - for (var i = 0, l = bin.length; i < l; i++) t[bin.charAt(i)] = i; - return t; - }(b64chars); - var fromCharCode = String.fromCharCode; - // encoder stuff - var cb_utob = function(c) { - if (c.length < 2) { - var cc = c.charCodeAt(0); - return cc < 0x80 ? c - : cc < 0x800 ? (fromCharCode(0xc0 | (cc >>> 6)) - + fromCharCode(0x80 | (cc & 0x3f))) - : (fromCharCode(0xe0 | ((cc >>> 12) & 0x0f)) - + fromCharCode(0x80 | ((cc >>> 6) & 0x3f)) - + fromCharCode(0x80 | ( cc & 0x3f))); - } else { - var cc = 0x10000 - + (c.charCodeAt(0) - 0xD800) * 0x400 - + (c.charCodeAt(1) - 0xDC00); - return (fromCharCode(0xf0 | ((cc >>> 18) & 0x07)) - + fromCharCode(0x80 | ((cc >>> 12) & 0x3f)) - + fromCharCode(0x80 | ((cc >>> 6) & 0x3f)) - + fromCharCode(0x80 | ( cc & 0x3f))); - } - }; - var re_utob = /[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g; - var utob = function(u) { - return u.replace(re_utob, cb_utob); - }; - var cb_encode = function(ccc) { - var padlen = [0, 2, 1][ccc.length % 3], - ord = ccc.charCodeAt(0) << 16 - | ((ccc.length > 1 ? ccc.charCodeAt(1) : 0) << 8) - | ((ccc.length > 2 ? ccc.charCodeAt(2) : 0)), - chars = [ - b64chars.charAt( ord >>> 18), - b64chars.charAt((ord >>> 12) & 63), - padlen >= 2 ? '=' : b64chars.charAt((ord >>> 6) & 63), - padlen >= 1 ? '=' : b64chars.charAt(ord & 63) - ]; - return chars.join(''); - }; - var btoa = global.btoa && typeof global.btoa == 'function' - ? function(b){ return global.btoa(b) } : function(b) { - if (b.match(/[^\x00-\xFF]/)) throw new RangeError( - 'The string contains invalid characters.' - ); - return b.replace(/[\s\S]{1,3}/g, cb_encode); - }; - var _encode = function(u) { - return btoa(utob(String(u))); - }; - var mkUriSafe = function (b64) { - return b64.replace(/[+\/]/g, function(m0) { - return m0 == '+' ? '-' : '_'; - }).replace(/=/g, ''); - }; - var encode = function(u, urisafe) { - return urisafe ? mkUriSafe(_encode(u)) : _encode(u); - }; - var encodeURI = function(u) { return encode(u, true) }; - var fromUint8Array; - if (global.Uint8Array) fromUint8Array = function(a, urisafe) { - // return btoa(fromCharCode.apply(null, a)); - var b64 = ''; - for (var i = 0, l = a.length; i < l; i += 3) { - var a0 = a[i], a1 = a[i+1], a2 = a[i+2]; - var ord = a0 << 16 | a1 << 8 | a2; - b64 += b64chars.charAt( ord >>> 18) - + b64chars.charAt((ord >>> 12) & 63) - + ( typeof a1 != 'undefined' - ? b64chars.charAt((ord >>> 6) & 63) : '=') - + ( typeof a2 != 'undefined' - ? b64chars.charAt( ord & 63) : '='); - } - return urisafe ? mkUriSafe(b64) : b64; - }; - // decoder stuff - var re_btou = /[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g; - var cb_btou = function(cccc) { - switch(cccc.length) { - case 4: - var cp = ((0x07 & cccc.charCodeAt(0)) << 18) - | ((0x3f & cccc.charCodeAt(1)) << 12) - | ((0x3f & cccc.charCodeAt(2)) << 6) - | (0x3f & cccc.charCodeAt(3)), - offset = cp - 0x10000; - return (fromCharCode((offset >>> 10) + 0xD800) - + fromCharCode((offset & 0x3FF) + 0xDC00)); - case 3: - return fromCharCode( - ((0x0f & cccc.charCodeAt(0)) << 12) - | ((0x3f & cccc.charCodeAt(1)) << 6) - | (0x3f & cccc.charCodeAt(2)) - ); - default: - return fromCharCode( - ((0x1f & cccc.charCodeAt(0)) << 6) - | (0x3f & cccc.charCodeAt(1)) - ); - } - }; - var btou = function(b) { - return b.replace(re_btou, cb_btou); - }; - var cb_decode = function(cccc) { - var len = cccc.length, - padlen = len % 4, - n = (len > 0 ? b64tab[cccc.charAt(0)] << 18 : 0) - | (len > 1 ? b64tab[cccc.charAt(1)] << 12 : 0) - | (len > 2 ? b64tab[cccc.charAt(2)] << 6 : 0) - | (len > 3 ? b64tab[cccc.charAt(3)] : 0), - chars = [ - fromCharCode( n >>> 16), - fromCharCode((n >>> 8) & 0xff), - fromCharCode( n & 0xff) - ]; - chars.length -= [0, 0, 2, 1][padlen]; - return chars.join(''); - }; - var _atob = global.atob && typeof global.atob == 'function' - ? function(a){ return global.atob(a) } : function(a){ - return a.replace(/\S{1,4}/g, cb_decode); - }; - var atob = function(a) { - return _atob(String(a).replace(/[^A-Za-z0-9\+\/]/g, '')); - }; - var _decode = function(a) { return btou(_atob(a)) }; - var _fromURI = function(a) { - return String(a).replace(/[-_]/g, function(m0) { - return m0 == '-' ? '+' : '/' - }).replace(/[^A-Za-z0-9\+\/]/g, ''); - }; - var decode = function(a){ - return _decode(_fromURI(a)); - }; - var toUint8Array; - if (global.Uint8Array) toUint8Array = function(a) { - return Uint8Array.from(atob(_fromURI(a)), function(c) { - return c.charCodeAt(0); - }); - }; - var noConflict = function() { - var Base64 = global.Base64; - global.Base64 = _Base64; - return Base64; - }; - // export Base64 - global.Base64 = { - VERSION: version, - atob: atob, - btoa: btoa, - fromBase64: decode, - toBase64: encode, - utob: utob, - encode: encode, - encodeURI: encodeURI, - btou: btou, - decode: decode, - noConflict: noConflict, - fromUint8Array: fromUint8Array, - toUint8Array: toUint8Array - }; - // if ES5 is available, make Base64.extendString() available - if (typeof Object.defineProperty === 'function') { - var noEnum = function(v){ - return {value:v,enumerable:false,writable:true,configurable:true}; - }; - global.Base64.extendString = function () { - Object.defineProperty( - String.prototype, 'fromBase64', noEnum(function () { - return decode(this) - })); - Object.defineProperty( - String.prototype, 'toBase64', noEnum(function (urisafe) { - return encode(this, urisafe) - })); - Object.defineProperty( - String.prototype, 'toBase64URI', noEnum(function () { - return encode(this, true) - })); - }; - } - // - // export Base64 to the namespace - // - if (global['Meteor']) { // Meteor.js - Base64 = global.Base64; - } - // module.exports and AMD are mutually exclusive. - // module.exports has precedence. - if ( true && module.exports) { - module.exports.Base64 = global.Base64; - } - else if (true) { - // AMD. Register as an anonymous module. - !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function(){ return global.Base64 }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__), - __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); - } - // that's it! - return {Base64: global.Base64} -})); - - /***/ }) }]); \ No newline at end of file diff --git a/p__virtualSpaces__Lists__Experiment__index.e9cd5e03.chunk.css b/p__virtualSpaces__Lists__Experiment__index.914df0a5.chunk.css similarity index 72% rename from p__virtualSpaces__Lists__Experiment__index.e9cd5e03.chunk.css rename to p__virtualSpaces__Lists__Experiment__index.914df0a5.chunk.css index 382f744299..19d2241a4e 100644 --- a/p__virtualSpaces__Lists__Experiment__index.e9cd5e03.chunk.css +++ b/p__virtualSpaces__Lists__Experiment__index.914df0a5.chunk.css @@ -1827,3 +1827,663 @@ margin: 20px 0; } +/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.34@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.34@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/ResTable/index.less ***! + \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.react-resizable { + position: relative; + background-clip: padding-box; +} +.react-resizable-handle { + position: absolute; + width: 10px; + height: 100%; + bottom: 0; + right: -5px; + cursor: col-resize; + z-index: 1; +} +/** 这里是偏移的时候显示的竖线,只有表头有竖线; + 如果需要联通表格请自行修改高度,1000倍表头高度,然后超出表格隐藏什么的(自行研究) */ +.react-resizable-handle.active::before { + content: ''; + position: absolute; + left: 50%; + top: 0; + bottom: 0; + border-left: solid 1px black; +} + +/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.34@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.34@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/index.less?modules ***! + \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.flex_box_center___iyIe6 { + justify-content: center; + align-items: center; + -webkit-justify-content: center; + box-align: center; +} +.flex_space_between___g2WjG { + justify-content: space-between; + -webkit-box-pack: justify; +} +.flex_box_vertical_center___Tde0v { + align-items: center; + box-align: center; +} +.flex_box_center_end___W1D5W { + justify-content: flex-end; + align-items: center; + -webkit-justify-content: flex-end; + -webkit-align-items: center; + -webkit-box-align: center; + -webkit-box-pack: end; + box-align: center; + box-pack: end; +} +.flex_box_column___ZiFvs { + flex-direction: column; + box-orient: block-axis; +} +.bg___T2R2s { + background: white; +} +.containerTitle___yARn_ { + height: 88px; + line-height: 88px; + font-size: 18px; + padding: 0 30px; + color: #333; + border-bottom: 1px solid #eee; + display: box; + display: flex; + align-items: center; + box-align: center; +} +.containerTitle___yARn_ div:nth-child(1) { + flex: 1 1; +} +.containerDesc___fKSYF { + height: 50px; + line-height: 40px; + padding: 0 30px; + margin-bottom: -20px; + margin-top: 10px; + display: box; + display: flex; +} +.containerDesc___fKSYF p:nth-child(1) { + flex: 1 1; +} +.menus___e8wtg { + padding-right: 31px; + padding-top: 10px; +} +.menus___e8wtg [class~='ant-menu-horizontal'] { + border-bottom: 0; +} +.listItem___s7xhg { + padding: 25px 30px 25px 30px; + display: box; + display: flex; + background: white; + margin-top: 20px; + cursor: pointer; +} +.listItem___s7xhg > div { + flex: 1 1; +} +.listItem___s7xhg:hover { + box-shadow: 0 0 10px #ccc; +} +.info___Hx2bW { + margin-left: 20px; +} +.info___Hx2bW p { + margin-top: 18px; +} +.title___W7a1R { + display: box; + display: flex; + align-items: center; + box-align: center; +} +.title___W7a1R strong { + color: #333; +} +.titleLeft___C5r0w { + flex: 1 1; +} +.titleRight___g5GZv a { + margin-right: 20px; + font-weight: bold; +} +.acitons___H0RU0 { + height: 70px; + background: white; + display: box; + display: flex; + align-items: center; + box-align: center; + padding: 0 30px; +} +.acitons___H0RU0 > div:nth-child(2) { + display: box; + display: flex; + align-items: center; + box-align: center; + flex: 1 1; +} +.acitons___H0RU0 > div:nth-child(2) .move___qYkSy { + cursor: pointer; + color: #999; + padding: 0 16px; + position: relative; +} +.acitons___H0RU0 > div:nth-child(2) p { + cursor: pointer; + color: #999; + margin-bottom: 0; +} +.acitons___H0RU0 > div:nth-child(2) p:hover { + color: #333; +} +.acitons___H0RU0 > div:nth-child(2) p span { + position: relative; + padding: 0 16px; +} +.acitons___H0RU0 > div:nth-child(2) p span:after { + content: ''; + width: 1px; + height: 10px; + background: #ededed; + position: absolute; + right: 0; + top: 50%; + margin-top: -5px; +} +.acitons___H0RU0 > div:nth-child(2) p:nth-last-child(1) span { + padding-right: 0; +} +.acitons___H0RU0 > div:nth-child(2) p:nth-last-child(1) span:after { + display: none; +} +.hideHeadCheckbox___Hq5gw table { + background: #f4faff; +} +.hideHeadCheckbox___Hq5gw table > thead > tr > th:nth-child(1) > div { + display: none; +} +.moveCategory___bZSGQ { + padding: 30px 0; + position: relative; + top: -25px; +} +.moveCategory___bZSGQ ul { + box-shadow: 0 0 6px 0 rgba(76, 76, 76, 0.2) !important; + background: white; + padding: 10px 0; +} +.moveCategory___bZSGQ ul li { + padding: 0 12px; + margin: 5px 0; + font-size: 14px; +} +.tabSearch___NaKI4 { + display: flex; + align-items: center; + margin: 8px 0; +} +.warpModal___HLUgh .ant-tabs-nav::before { + border-bottom: 0; +} +.modalColumn___F7R5w { + font-size: 14px; +} +.modalColumn___F7R5w .modalRow___L6ghw { + display: flex; + align-items: center; + font-size: 14px; + flex-direction: row; + margin-top: 12px; +} +.modalColumn___F7R5w .modalRow___L6ghw .sup___VGKXV { + color: #fb3226; + font-size: 16px; + margin-top: 21px; + margin-right: 2px; +} + +/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.34@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.34@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Paperlibrary/components/List/index.less?modules ***! + \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.itemWrap___KEbZ9 { + display: flex; + flex-direction: row; + align-items: center; + background: #ffffff; + width: 100%; + border-radius: 8px; + margin-top: 20px; +} +.itemWrap___KEbZ9:nth-child(1) { + margin-top: 2px; +} +span[class~='ant-checkbox-checked'] span[class~='ant-checkbox-inner'] { + background-color: #fff; + border-color: #165dff; +} +span[class~='ant-checkbox-checked'] span[class~='ant-checkbox-inner']::after { + border-color: #165dff; +} +.checkBoxWrapper___Y_kuj { + position: relative; + top: 6px; +} +.listWrap___VlWgM { + width: 100%; + border: 1px solid #ececec; + box-shadow: 0px 2px 4px 0px #eaeef4; +} +.listWrap___VlWgM p { + margin: 0px; +} +.list___XIr6d { + padding: 20px; + background-color: #fff; + border-bottom: 1px solid #ececec; +} +.flexCenter___eacyI { + display: flex; + justify-content: center; + align-items: center; +} +.flexRow___A_mOc { + display: flex; + flex-direction: row; + align-items: center; +} +.imgWrap___KI9io { + width: 40px; +} +.img___vjS11 { + width: 39px; + height: 44px; + vertical-align: middle; + border-style: none; +} +.contentWrap___NI0Vt { + width: 100%; + display: flex; +} +.contentWrap___NI0Vt > div:nth-child(1) { + flex: 1 1; +} +.contentWrap___NI0Vt > div:nth-child(2) { + display: flex; + align-items: center; +} +.titleWrap___SlBWX { + cursor: pointer; + text-decoration: none; + background-color: transparent; + margin-bottom: 10px; +} +.title___KGh5v { + font-size: 20px; + font-weight: 400; + color: #000000; + max-width: 774px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +.title___KGh5v:hover { + color: #145DFF; +} +.content___B0PxW { + font-size: 14px; + font-weight: 400; + color: #6a7283; + margin-right: 30px; +} +.content___B0PxW span { + margin-left: 4px; +} +.bottomWrap___WVJb4 { + display: flex; + flex-direction: row; + justify-content: space-between; +} +.updateTime___sxvSt { + font-size: 12px; + color: #bbbbbb; + line-height: 30px; +} +.useCount___puqPx { + margin-left: 20px; + max-width: 110px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 12px; + color: #bbbbbb; + line-height: 30px; +} +.actionBtn___JUWfj { + font-size: 14px; + height: 32px; + box-shadow: 0px 2px 4px 0px #e0dfe1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); + border-radius: 16px; + border: 1px solid #bacffe; + color: #3061d0; + display: inline-flex; + align-items: center; + justify-content: center; + padding: 0 16px; +} +.actionButton___jabv3 { + cursor: pointer; + width: 88px; + height: 30px; + background: #0152d9; + border-radius: 4px; + text-align: center; + line-height: 28px; + color: #ffffff; + border: 0px; + outline: 0px; +} +.actionBar___I1pC8 { + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + font-size: 14px; + height: 40px; + padding: 0 20px; + background: #f6f7f9; +} +.typeIcon___bramC { + line-height: 26px; + height: 26px; + border-radius: 13px; + margin-left: 10px; + font-size: 14px; + cursor: default; + text-align: center; + padding: 0 10px; + font-weight: 400; +} +.private___sdERX { + color: #a45204; + border: 1px solid #ffe9c1; +} +.public___noSmD { + color: #23c073; + border: 1px solid #23c073; +} +.random___l2hTA { + color: #01795d; + border: 1px solid #d6f7ef; +} +.actionLinkWrapper___Him3y { + margin-left: 20px; +} +.actionLinkWrapper___Him3y .actionLink___rWBLq { + cursor: pointer; + color: #5f6368 !important; + font-size: 14px; + line-height: 26px; + position: relative; +} +.actionLinkWrapper___Him3y .actionLink___rWBLq .actionIcon___lMmL7 { + color: #5f6368 !important; + line-height: 30px; + margin-right: 5px; + font-size: 14px; +} +.actionLinkWrapper___Him3y .line___HQJlK { + margin-right: 20px; + display: inline-flex; + align-items: center; +} +.actionLinkWrapper___Him3y .line___HQJlK .b1___Y4KZd { + display: inline-block; + width: 1px; + height: 34px; + margin-right: 0px; + background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%); +} +.actionLinkWrapper___Him3y .line___HQJlK .b2___QxMOG { + display: inline-block; + width: 1px; + height: 34px; + margin-left: 0px; + background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e2e2e2 50%, rgba(255, 255, 255, 0) 100%); +} +.actionLeftItem___Fnq4b { + margin-right: 30px; + font-size: 14px; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: #5f6368; +} +.actionLeftItem___Fnq4b span { + color: #000000; + margin-left: 8px; +} +.export_type_modal___ISAzV { + display: flex; + flex-wrap: wrap; + justify-content: right; + margin-top: 10px; +} +.export_type_modal___ISAzV .export_type_modal_con___qw5B2 { + width: 100%; + display: flex; + justify-content: center; +} +.export_type_modal___ISAzV .export_type_modal_con___qw5B2 .type_item___pdMxs { + width: 120px; + height: 120px; + margin: 0 20px; + display: flex; + align-items: center; + justify-content: center; + flex-wrap: wrap; +} +.export_type_modal___ISAzV .export_type_modal_con___qw5B2 .img_warp___cDH7f { + padding: 15px; + border-radius: 8px; + border: 1px solid #d9d9d9; + cursor: pointer; + margin-bottom: 3px; + box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02); +} +.export_type_modal___ISAzV .export_type_modal_con___qw5B2 .img_warp___cDH7f:hover { + background-color: #fafafa; +} +.export_type_modal___ISAzV .export_type_modal_con___qw5B2 .img_warp_active___rLrYN { + background-color: #fafafa; + border-color: #5784de; +} +.moveOutSty___uCEnQ { + cursor: pointer; +} +.moveOutSty___uCEnQ:hover { + color: red !important; +} + +/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.34@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.34@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Paperlibrary/components/SendToClassModal.less?modules ***! + \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.flex_box_center___LsrKL { + justify-content: center; + align-items: center; + -webkit-justify-content: center; + box-align: center; +} +.flex_space_between___sZBht { + justify-content: space-between; + -webkit-box-pack: justify; +} +.flex_box_vertical_center___QNt7D { + align-items: center; + box-align: center; +} +.flex_box_center_end___S9zs3 { + justify-content: flex-end; + align-items: center; + -webkit-justify-content: flex-end; + -webkit-align-items: center; + -webkit-box-align: center; + -webkit-box-pack: end; + box-align: center; + box-pack: end; +} +.flex_box_column___Y5tcm { + flex-direction: column; + box-orient: block-axis; +} +.title___t4qlt { + text-align: left; + font-size: 14px; + color: #333333; + display: flex; + align-items: center; +} +.title___t4qlt img { + margin-right: 5px; + width: 14px; + height: 14px; + position: relative; +} +.tip___MtKbx { + text-align: left; + font-size: 14px; + color: #6bb3dc; + display: flex; + margin-bottom: 15px; + margin-left: 20px; +} +.radioWrap___fp3kY { + cursor: default; + margin-bottom: 20px; +} +.radioWrap___fp3kY .row___IoDN5 td { + border-bottom: 0; +} +.radioWrap___fp3kY .row___IoDN5.row___IoDN5:nth-child(odd) { + background-color: #f5f5f5; +} +.radioWrap___fp3kY .row___IoDN5.row___IoDN5:nth-child(even) { + background-color: #fff; +} +.radio___vuEDI { + display: block; + height: 30px; + line-height: 30px; +} +.radio___vuEDI span { + font-size: 14px; +} +.colorFF0000____5DYm { + color: #ff0000; +} +.pagination___bvqCI { + margin: 0 auto; + margin-top: 10px; +} +.modalColumn___szBPb { + font-size: 14px; +} +.modalColumn___szBPb .modalRow___mtd9M { + display: flex; + align-items: center; + font-size: 14px; + flex-direction: row; + margin-top: 12px; +} +.modalColumn___szBPb .modalRow___mtd9M .sup___JDuYL { + color: #fb3226; + font-size: 16px; + margin-top: 21px; + margin-right: 2px; +} +.search___wNY_F { + height: 46px; +} +.search___wNY_F span[class~='ant-input-wrapper'] input { + height: 46px !important; +} +.search___wNY_F span[class~='ant-input-group-addon'] button { + height: 46px !important; +} +.bottom___HvFhF .yes___xmznh { + width: 60px; + height: 32px; + background: #3061D0; + box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); + border-radius: 2px; + font-weight: 400; + color: #FFFFFF; +} +.bottom___HvFhF .yes___xmznh:hover { + width: 60px; + height: 32px; + background: #3061D0; + box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5); + border-radius: 2px; + font-weight: 400; + color: #FFFFFF; +} +.bottom___HvFhF .no___vEJlu { + margin-right: 20px; + width: 60px; + height: 32px; + background: #F8F9FC; + border-radius: 2px; + opacity: 0.5; + border: 1px solid #C3CFE0; + font-weight: 400; + color: #464F66; + line-height: 14px; +} +.bottom___HvFhF .no___vEJlu:hover { + margin-right: 20px; + width: 60px; + height: 32px; + background: #F8F9FC; + border-radius: 2px; + opacity: 0.5; + border: 1px solid #C3CFE0; + font-weight: 400; + color: #464F66; + line-height: 14px; +} + +/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.34@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.34@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/SendToClassEmpty/index.less?modules ***! + \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +.sendToClass___le_BX { + display: flex; + flex-direction: column; + align-items: center; +} +.sendToClass___le_BX img { + margin-top: 24px; +} +.sendToClass___le_BX div { + color: #999999; + margin-bottom: 20px; + margin-top: -32px; +} +.sendToClass___le_BX button { + width: 100px; + height: 32px; + border-radius: 4px; + font-size: 14px; + margin-bottom: 10px; +} + diff --git a/umi.c15ac16c.js b/umi.ec4b4d3a.js similarity index 99% rename from umi.c15ac16c.js rename to umi.ec4b4d3a.js index 6dbc64ecc0..2057725272 100644 --- a/umi.c15ac16c.js +++ b/umi.ec4b4d3a.js @@ -53992,6 +53992,8 @@ function _getStageData() { /* harmony export */ Lk: function() { return /* binding */ delQuestion; }, /* harmony export */ Ll: function() { return /* binding */ postDiscussionList; }, /* harmony export */ MM: function() { return /* binding */ Addmember; }, +/* harmony export */ NZ: function() { return /* binding */ getPaperList; }, +/* harmony export */ Np: function() { return /* binding */ delPaper; }, /* harmony export */ Ps: function() { return /* binding */ deleteShixun; }, /* harmony export */ Sl: function() { return /* binding */ getVirtualSpacesMenus; }, /* harmony export */ To: function() { return /* binding */ putGoodLessonsDetail; }, @@ -54001,6 +54003,7 @@ function _getStageData() { /* harmony export */ bq: function() { return /* binding */ addCourse; }, /* harmony export */ cZ: function() { return /* binding */ postAddLessonRes; }, /* harmony export */ eb: function() { return /* binding */ getQuestionList; }, +/* harmony export */ rM: function() { return /* binding */ addPaper; }, /* harmony export */ rV: function() { return /* binding */ getShixuns; }, /* harmony export */ sT: function() { return /* binding */ getVirtualSpacesDetails; }, /* harmony export */ tS: function() { return /* binding */ getCourseList; }, @@ -54008,7 +54011,7 @@ function _getStageData() { /* harmony export */ xt: function() { return /* binding */ change_creator; }, /* harmony export */ y2: function() { return /* binding */ getBaseStatisticData; } /* harmony export */ }); -/* unused harmony exports upvideos, addPaper, delPaper, getPaperList */ +/* unused harmony export upvideos */ /* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js */ 7557); /* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js */ 41498); @@ -54541,11 +54544,11 @@ function addPaper(_x30) { } // 移除试卷 function _addPaper() { - _addPaper = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee26(params) { - return _regeneratorRuntime().wrap(function _callee26$(_context26) { + _addPaper = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee26(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee26$(_context26) { while (1) switch (_context26.prev = _context26.next) { case 0: - return _context26.abrupt("return", Fetch("/api/virtual_classrooms/".concat(params.virtual_classroom_id, "/papers.json"), { + return _context26.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .ZP)("/api/virtual_classrooms/".concat(params.virtual_classroom_id, "/papers.json"), { method: 'post', body: params })); @@ -54562,11 +54565,11 @@ function delPaper(_x31) { } // 课程试卷列表 function _delPaper() { - _delPaper = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee27(params) { - return _regeneratorRuntime().wrap(function _callee27$(_context27) { + _delPaper = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee27(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee27$(_context27) { while (1) switch (_context27.prev = _context27.next) { case 0: - return _context27.abrupt("return", Fetch("/api/virtual_classrooms/".concat(params.virtual_classroom_id, "/papers/").concat(params.id, ".json"), { + return _context27.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .ZP)("/api/virtual_classrooms/".concat(params.virtual_classroom_id, "/papers/").concat(params.id, ".json"), { method: 'delete' })); case 1: @@ -54581,11 +54584,11 @@ function getPaperList(_x32) { return _getPaperList.apply(this, arguments); } function _getPaperList() { - _getPaperList = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee28(params) { - return _regeneratorRuntime().wrap(function _callee28$(_context28) { + _getPaperList = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee28(params) { + return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee28$(_context28) { while (1) switch (_context28.prev = _context28.next) { case 0: - return _context28.abrupt("return", Fetch("/api/virtual_classrooms/".concat(params.virtual_classroom_id, "/papers.json"), { + return _context28.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .ZP)("/api/virtual_classrooms/".concat(params.virtual_classroom_id, "/papers.json"), { method: 'get', params: params })); @@ -205275,7 +205278,7 @@ function debounce (delay, callback, options) { /******/ // This function allow to reference async chunks /******/ __webpack_require__.u = function(chunkId) { /******/ // return url for filenames based on template -/******/ return "" + ({"292":"p__Classrooms__Lists__Exercise__Add__index","310":"p__User__Detail__ExperImentImg__Detail__index","556":"p__User__Detail__Order__pages__invoice__index","1095":"p__virtualSpaces__IndexNew__index","1482":"p__Classrooms__Lists__Graduation__Topics__Edit__index","1660":"p__User__QQLogin__index","1702":"p__Classrooms__New__index","2659":"p__User__Detail__UserPortrait__index","2819":"p__Classrooms__Lists__Template__detail__index","3317":"p__Classrooms__Lists__Graduation__Topics__Add__index","3391":"p__Classrooms__Lists__ProgramHomework__Detail__components__CodeReview__Detail__index","3451":"p__Classrooms__Lists__Statistics__StudentStatistics__Detail__index","3509":"p__HttpStatus__SixActivities","3585":"p__Classrooms__Lists__Statistics__StudentSituation__index","3951":"p__Classrooms__Lists__ProgramHomework__Detail__index","4736":"p__User__Detail__Projects__index","4757":"p__virtualSpaces__Lists__Workplace__index","4766":"p__Administration__index","4884":"p__Shixuns__Detail__Repository__Commit__index","4973":"p__Engineering__Evaluate__List__index","5572":"p__Paths__HigherVocationalEducation__index","6127":"p__Classrooms__Lists__ProgramHomework__Ranking__index","6685":"p__Shixuns__Detail__RankingList__index","6758":"p__Classrooms__Lists__Attachment__index","6788":"p__Classrooms__Lists__ProgramHomework__index","7043":"p__User__Detail__Topics__Exercise__Edit__index","7852":"p__Classrooms__Lists__ShixunHomeworks__index","7884":"p__Shixuns__Exports__index","8787":"p__Competitions__Entered__index","8999":"p__Three__index","9416":"p__Graduations__Lists__Tasks__index","10195":"p__Classrooms__Lists__GroupHomework__Detail__index","10485":"p__Question__AddOrEdit__BatchAdd__index","10737":"p__Classrooms__Lists__CommonHomework__Detail__components__CodeReview__Detail__index","10799":"p__User__Detail__Topics__Poll__Detail__index","10921":"p__Classrooms__Lists__Exercise__CodeDetails__index","11070":"p__Innovation__PublicMirror__index","11253":"p__Graduations__Lists__Gradingsummary__index","11512":"p__Classrooms__Lists__Exercise__AnswerCheck__index","11520":"p__Engineering__Lists__StudentList__index","11545":"p__Paperlibrary__Random__ExchangeFromProblemSet__index","11581":"p__Problemset__Preview__index","12076":"p__User__Detail__Competitions__index","12102":"p__Classrooms__Lists__Board__Edit__index","12303":"p__Classrooms__Lists__CommonHomework__Comment__index","12412":"p__User__Detail__Videos__index","12476":"p__Colleges__index","12865":"p__Innovation__MyMirror__index","12884":"p__Classrooms__Lists__ProgramHomework__Comment__index","13006":"p__Engineering__index","13355":"p__Classrooms__Lists__Polls__index","13581":"p__Classrooms__Lists__ShixunHomeworks__Detail__index","14058":"p__Demo__index","14105":"p__Classrooms__Lists__Exercise__Answer__index","14227":"p__Paths__Overview__index","14514":"p__Account__Results__index","14599":"p__Problemset__index","14610":"p__User__Detail__LearningPath__index","14662":"p__Classrooms__Lists__GroupHomework__Review__index","14889":"p__Classrooms__Lists__Exercise__ImitateAnswer__index","15148":"p__Classrooms__Lists__Template__index","15186":"p__Classrooms__Overview__index","15319":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Detail__index","15402":"p__User__Detail__Topics__Detail__index","16328":"p__Shixuns__Edit__body__Warehouse__index","16434":"p__User__Detail__Order__pages__records__index","16729":"p__Classrooms__Lists__GroupHomework__Edit__index","16845":"p__Shixuns__Detail__Settings__index","17482":"p__Classrooms__Lists__Exercise__Notice__index","17527":"p__MyProblem__RecordDetail__index","17622":"p__Classrooms__Lists__Polls__Detail__index","17806":"p__Classrooms__Lists__Statistics__StatisticsQuality__index","18241":"p__virtualSpaces__Lists__Plan__index","18302":"p__Classrooms__Lists__Board__index","18307":"p__User__Detail__Shixuns__index","19215":"p__Shixuns__Detail__ForkList__index","19360":"p__User__Detail__virtualSpaces__index","19519":"p__User__Detail__ClassManagement__Item__index","19715":"p__Classrooms__Lists__CommonHomework__Edit__index","19891":"p__User__Detail__Videos__Success__index","20026":"p__Classrooms__Lists__Graduation__Tasks__Edit__index","20576":"p__Account__Profile__Edit__index","20680":"p__Innovation__index","20700":"p__tasks__Jupyter__index","21265":"p__Classrooms__Lists__Announcement__index","21423":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeAnswer__index","21578":"p__Classrooms__Lists__Graduation__Topics__Detail__index","21939":"p__User__Detail__Order__index","22254":"p__Shixuns__Detail__Discuss__index","22307":"p__Report__index","22707":"p__Innovation__MyDataSet__index","23030":"p__virtualSpaces__Lists__Settings__components__Member__index","23332":"p__Paths__Detail__id","23873":"p__virtualSpaces__Lists__Lesson__index","24504":"p__virtualSpaces__Lists__Survey__index","25022":"p__Graduations__Lists__Settings__index","25470":"p__Shixuns__Detail__Collaborators__index","25705":"p__virtualSpaces__Lists__Construction__index","25972":"layouts__user__index","26366":"p__Innovation__PublicProject__index","26685":"p__Classrooms__Index__index","26741":"p__Engineering__Norm__List__index","26883":"p__Competitions__Index__index","27178":"p__User__BindAccount__index","27182":"p__User__ResetPassword__index","27333":"p__User__WechatLogin__index","27395":"p__Classrooms__Lists__Statistics__StudentDetail__index","27496":"p__virtualSpaces__Lists__CourseData__index","28072":"p__Classrooms__Lists__GroupHomework__SubmitWork__index","28237":"p__User__Detail__Order__pages__view__index","28435":"p__Classrooms__Lists__Attendance__index","28639":"p__Forums__Index__redirect","28723":"p__Classrooms__Lists__Polls__Edit__index","28782":"p__Shixuns__Index__index","28982":"p__Paths__New__index","29647":"p__Question__Index__index","30067":"p__Message__index","30264":"p__User__Detail__Order__pages__orderPay__index","30342":"p__Classrooms__Lists__ShixunHomeworks__Comment__index","31006":"p__RestFul__index","31211":"p__Classrooms__Lists__CommonHomework__EditWork__index","31427":"p__Classrooms__Lists__Statistics__index","31674":"p__Classrooms__ClassicCases__index","31962":"p__Classrooms__Lists__Engineering__index","33356":"p__Classrooms__Lists__Assistant__index","33747":"p__virtualSpaces__Lists__Homepage__index","33784":"p__Paperlibrary__Random__Detail__index","34093":"p__Classrooms__Lists__Attendance__Detail__index","34601":"p__Paths__Detail__Statistics__index","34741":"p__Problems__OjForm__NewEdit__index","34800":"p__Engineering__Lists__GraduatedMatrix__index","34994":"p__Problems__OjForm__index","35238":"p__virtualSpaces__Lists__Material__index","35729":"p__Help__Index","36029":"p__Administration__Student__index","36270":"p__MyProblem__index","36784":"p__Innovation__Edit__index","37062":"layouts__SimpleLayouts","37948":"p__User__Detail__ClassManagement__index","38143":"layouts__GraduationsDetail__index","38447":"p__virtualSpaces__Lists__Knowledge__index","38634":"p__Classrooms__Lists__CourseGroup__List__index","38797":"p__Competitions__Edit__index","39332":"p__Classrooms__Lists__Video__index","39391":"p__Engineering__Lists__CurseSetting__index","39404":"monaco-editor","39695":"p__Classrooms__Lists__Polls__Add__index","40559":"layouts__virtualDetail__index","41048":"p__Classrooms__Lists__ProgramHomework__Detail__Ranking__index","41657":"p__Shixuns__Edit__body__Level__Challenges__EditQuestion__index","41717":"layouts__index","41953":"p__Problemset__NewItem__index","42240":"p__User__Detail__Videos__Upload__index","43442":"p__Classrooms__Lists__Board__Add__index","43862":"p__HttpStatus__403","44216":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Edit__index","44259":"p__User__Detail__Order__pages__result__index","44449":"p__Competitions__Exports__index","44565":"p__HttpStatus__500","45096":"p__Shixuns__Detail__AuditSituation__index","45179":"p__Administration__Student__Edit__index","45359":"p__Messages__Detail__index","45650":"p__Competitions__Update__index","45775":"p__Engineering__Lists__Document__index","45825":"p__Classrooms__Lists__Exercise__index","45992":"p__Classrooms__Lists__Exercise__ReviewGroup__index","46796":"p__virtualSpaces__Lists__Announcement__Detail__index","46963":"p__Classrooms__Lists__Engineering__Detail__index","47545":"p__Graduations__Lists__Archives__index","48077":"p__Classrooms__Lists__Students__index","48431":"p__Classrooms__Lists__Exercise__Export__index","48689":"p__Classrooms__Lists__Statistics__VideoStatistics__index","49205":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeSetting__index","49366":"p__User__Login__index","49716":"p__Question__OjProblem__RecordDetail__index","49890":"p__Classrooms__Lists__CommonHomework__index","50869":"p__Guidance__index","51276":"p__MoopCases__Success__index","51461":"p__Graduations__Lists__Topics__index","51582":"p__Classrooms__Lists__GroupHomework__Add__index","51855":"p__MoopCases__InfoPanel__index","52338":"p__Classrooms__Lists__CommonHomework__Review__index","52404":"p__Classrooms__Lists__Template__teacher__index","52806":"p__User__Detail__Topics__Exercise__Detail__index","52829":"p__Messages__Private__index","52875":"p__Shixuns__Detail__id","53247":"p__Paperlibrary__See__index","53910":"p__HttpStatus__introduction","54056":"p__IntrainCourse__index","54164":"p__Classrooms__Lists__Exercise__Detail__index","54492":"p__Graduations__Lists__StudentSelection__index","54572":"p__Classrooms__Lists__ExportList__index","54770":"p__Classrooms__Lists__ProgramHomework__Detail__answer__index","54862":"p__Paperlibrary__index","55573":"p__Shixuns__Detail__Merge__index","55624":"p__Graduations__Lists__Index__index","56277":"p__Shixuns__Edit__index","57045":"p__Classrooms__Lists__CommonHomework__SubmitWork__index","57560":"p__Administration__College__index","57614":"p__Shixuns__Edit__body__Level__Challenges__RankingSetting__index","59133":"p__Shixuns__Detail__Challenges__index","59649":"p__Engineering__Lists__TrainingProgram__index","59788":"p__Account__Profile__index","60479":"p__Classrooms__Lists__GroupHomework__EditWork__index","60533":"p__Classrooms__Lists__Video__Statistics__Detail__index","60547":"p__Account__index","61043":"p__Classrooms__Lists__Graduation__Tasks__index","61727":"p__Classrooms__Lists__CourseGroup__NotList__index","61880":"p__User__Detail__Order__pages__apply__index","62300":"p__Api__index","62548":"p__Engineering__Norm__Detail__index","63157":"p__User__Detail__ExperImentImg__Add__index","64017":"p__Classrooms__Lists__PlaceholderPage__index","64144":"p__Problemset__Preview__New__index","64217":"p__Classrooms__Lists__Video__Statistics__index","64496":"p__HttpStatus__HpcCourse","64520":"p__Account__Secure__index","65111":"p__Terminal__index","65148":"p__Classrooms__Lists__Polls__Answer__index","65191":"p__User__Detail__Certificate__index","65549":"p__Shixuns__New__CreateImg__index","65816":"p__virtualSpaces__Lists__Announcement__index","66034":"p__HttpStatus__UserAgents","66063":"p__Graduations__Lists__Personmanage__index","66531":"p__HttpStatus__404","66583":"p__User__Detail__Classrooms__index","66651":"p__Engineering__Evaluate__Detail__index","67242":"p__Innovation__MyProject__index","67878":"p__Classrooms__Lists__LiveVideo__index","68014":"p__Classrooms__Lists__Teachers__index","68665":"p__Engineering__Lists__TrainingObjectives__index","68827":"p__Classrooms__Lists__OnlineLearning__index","68882":"p__Classrooms__Lists__Graduation__Tasks__Detail__index","69922":"p__Classrooms__Lists__Statistics__StudentVideo__index","69944":"p__Classrooms__Lists__Video__Statistics__StudentDetail__index","70928":"p__RestFul__Edit__index","71450":"p__Classrooms__Lists__ShixunHomeworks__Commitsummary__index","71783":"p__virtualSpaces__Lists__Experiment__index","72529":"p__User__Detail__id","72539":"p__Graduations__Review__index","72570":"p__Competitions__Detail__index","73183":"p__Engineering__Lists__GraduationIndex__index","73220":"p__Classrooms__Lists__Video__Upload__index","74264":"p__Forums__New__index","74795":"p__Classrooms__Lists__Graduation__Tasks__Add__index","75043":"p__User__Detail__Topics__Poll__Edit__index","75357":"p__Engineering__Lists__TrainingProgram__Edit__index","75786":"layouts__LoginAndRegister__index","75816":"p__Paperlibrary__Random__Edit__index","76904":"p__MoopCases__FormPanel__index","77460":"p__Question__OjProblem__index","77857":"p__Shixuns__Edit__body__Level__Challenges__NewQuestion__index","78085":"p__Classrooms__Lists__Exercise__Review__index","78563":"p__virtualSpaces__Lists__Discussion__Detail__index","79489":"p__Engineering__Lists__CourseList__index","79590":"p__User__Detail__TeachGroup__index","79921":"p__Classrooms__ExamList__index","80508":"p__Forums__Detail__id","81148":"p__Shixuns__Detail__Repository__UploadFile__index","81799":"p__Competitions__Entered__Assembly__TeamDateil","82339":"p__virtualSpaces__Lists__Plan__Detail__index","82425":"p__Classrooms__Lists__Board__Detail__index","82443":"p__Graduations__Lists__StageModule__index","83141":"p__Innovation__Detail__index","83212":"p__MoopCases__index","83935":"p__Classrooms__Lists__GroupHomework__index","84546":"p__Engineering__Lists__TrainingProgram__Add__index","85048":"p__Classrooms__Lists__Graduation__Topics__index","85111":"p__User__Detail__Order__pages__orderInformation__index","85297":"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index","85841":"p__virtualSpaces__Lists__Settings__components__ModuleSettings__index","85888":"p__Classrooms__Lists__CommonHomework__Add__index","85891":"p__virtualSpaces__Lists__Resources__index","86052":"p__Paths__Index__index","86069":"p__virtualSpaces__Lists__Lesson__Detail__index","86452":"p__Innovation__PublicDataSet__index","86541":"p__Shixuns__Detail__Dataset__index","86634":"p__Innovation__Tasks__index","86820":"p__User__Detail__Topics__Normal__index","86913":"p__Question__AddOrEdit__index","87058":"p__virtualSpaces__Lists__Survey__Detail__index","87260":"p__Account__Certification__index","87922":"p__Classrooms__Lists__CourseGroup__Detail__index","88155":"p__Shixuns__Overview__index","88517":"p__User__Detail__Topics__Group__index","88866":"p__index","89076":"p__Account__Binding__index","89677":"p__virtualSpaces__Lists__Announcement__AddAndEdit__index","89785":"p__Classrooms__Lists__Template__student__index","90109":"p__Classrooms__Lists__ShixunHomeworks__Detail__components__CodeReview__Detail__index","90265":"p__User__Detail__Topics__index","90337":"p__Paperlibrary__Random__PreviewEdit__index","91045":"p__virtualSpaces__Lists__Knowledge__AddAndEdit__index","91470":"p__User__Register__index","91831":"p__Graduations__Index__index","92045":"p__Engineering__Lists__TeacherList__index","92501":"p__Search__index","92603":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Add__index","92823":"p__Engineering__Navigation__Home__index","92983":"p__Forums__Index__index","93260":"p__Paperlibrary__Add__index","93282":"layouts__ShixunDetail__index","93496":"p__User__Detail__OtherResources__index","93665":"p__tasks__index","93668":"p__Classrooms__Lists__CommonHomework__Detail__index","94078":"p__Messages__Tidings__index","94498":"p__Shixuns__Edit__body__Level__Challenges__NewPractice__index","94662":"p__User__Detail__Paths__index","94715":"p__virtualSpaces__Lists__Material__Detail__index","94849":"p__User__Detail__ExperImentImg__index","95125":"p__Classrooms__Lists__Exercise__DetailedAnalysis__index","95176":"p__User__Detail__Videos__Protocol__index","95335":"p__Engineering__Lists__CourseMatrix__index","96265":"p__virtualSpaces__Lists__Discussion__index","96444":"p__Video__Detail__id","96882":"p__Classrooms__New__StartClass__index","97008":"p__Shixuns__New__index","97046":"p__Shixuns__Detail__Repository__AddFile__index","98062":"p__User__Detail__Topicbank__index","98398":"p__virtualSpaces__Lists__Resources__Detail__index","98688":"p__Shixuns__Detail__Repository__index","98885":"p__Classrooms__Lists__Statistics__StudentStatistics__index","99674":"p__Shixuns__New__ImagePreview__index"}[chunkId] || chunkId) + "." + {"292":"2f5eebd3","310":"2ad59313","556":"e9124bb6","615":"57ebc1e4","1024":"51f6e2b6","1095":"e3c06115","1482":"39f5d0d1","1660":"a9fd097c","1702":"9b6e1975","1806":"7612485b","2249":"90399667","2355":"ce93dfd7","2360":"2f3cadfa","2494":"5e069ec9","2659":"bf65e75c","2805":"47463a95","2819":"66bd4f29","2837":"b3a05bc1","3133":"6a9f7113","3317":"156fb7a0","3391":"8c40de4c","3406":"e414ea5a","3451":"0f41517b","3509":"127f82ac","3585":"4868f705","3885":"e66b03f8","3951":"81e7a1be","4033":"cc618589","4628":"ee66c2f3","4685":"21279a05","4736":"186f072b","4757":"f9c39856","4766":"6a38025c","4884":"93dc7909","4973":"032c6644","5112":"29544cf6","5301":"1c8153f0","5434":"361b868d","5451":"6f9a44f3","5572":"9f7aa1ac","6127":"3264b9b8","6378":"27c8142f","6685":"240afef6","6758":"dbf7c7e7","6788":"b3343fb1","6806":"b3d646f6","7043":"3dd282b5","7229":"22473f47","7385":"54ecc301","7714":"7caca036","7852":"b05f3ec3","7884":"8d3582ea","8748":"50afdcdd","8787":"273092e7","8999":"4e3f628b","9077":"40f1e9a4","9093":"8fff51bf","9416":"ac6b65ab","9863":"e8aa7c82","9928":"5856e32a","9951":"686d67fa","10195":"f48fc15a","10354":"5c063e6f","10485":"a40eeaf9","10737":"966922c6","10799":"501e488f","10898":"d06ad7d6","10921":"8966eed6","11021":"1e19c52a","11064":"9409597b","11070":"60153485","11253":"cefb5ef5","11512":"6d14f7a5","11520":"28c7ada6","11545":"8ee3ece6","11578":"3ee0ae76","11581":"eefb5e1a","11893":"f5fdd938","12076":"a77c89fc","12102":"ce797771","12303":"6781272b","12386":"289c62c7","12412":"d0c15d0f","12476":"827c3903","12800":"d5509cbc","12865":"551124c0","12884":"deb953a9","12911":"ffbabc43","13006":"4bd75f62","13217":"83daa3aa","13355":"867a4628","13488":"9962c840","13581":"9891cf58","14058":"0c5da98b","14088":"c639825c","14105":"750fcd04","14227":"ce273793","14376":"4bea3212","14514":"6c9e42e0","14599":"4215ca91","14610":"0163eabc","14642":"d8d9787e","14662":"408f2298","14882":"2d279773","14889":"a6bc023c","15148":"d4243d55","15186":"a783f970","15290":"7b3f25d8","15319":"4fae7ee5","15402":"0845bbd0","15631":"d790a1bf","15804":"79a9ac0f","15845":"c8fe49ef","16087":"7237dbb0","16328":"1963bd27","16351":"a0985ba3","16434":"69f333c2","16473":"92d377d1","16554":"abe8e41b","16703":"02771c68","16729":"3e01cb15","16845":"25643eb4","17103":"a608f6dd","17472":"3f6dfbe1","17482":"e664aea9","17527":"105ae018","17539":"cad371e0","17622":"561b060d","17806":"86c570e6","17808":"dd9975f9","18241":"940f32ac","18302":"622579f6","18307":"6b184b71","18350":"0ed0f7c3","18390":"a351b90c","18491":"68ff45c6","18812":"38956a2b","18880":"68076699","18898":"25ad586a","18963":"33e3df18","19059":"9a82f070","19208":"85e01132","19215":"ce38aa04","19360":"37203972","19519":"f102e58c","19715":"b1578d69","19842":"1b668aa5","19891":"cf6e1ed7","19903":"6decc490","20026":"42712dc2","20459":"18b570f2","20576":"c90e7824","20603":"1bf29016","20680":"6bbbc4e7","20700":"9139c7b8","20834":"caed59b3","21265":"d9715717","21321":"712f3196","21423":"d496d21e","21499":"21764849","21515":"4299d0f9","21560":"c7423bd5","21578":"72682b3e","21622":"8428af29","21642":"99b3e223","21939":"2f9c05c0","22254":"f77d2d36","22307":"27b704b5","22707":"4295636d","23030":"ab13323c","23332":"76f701d4","23647":"50bbd43c","23873":"4c4f61c1","24080":"5dc192d2","24117":"0e272523","24504":"4dba14c8","24628":"b863dad4","24665":"651c4987","24797":"eb563316","24974":"b18ffc68","25022":"f18ae793","25399":"63222a75","25470":"e5aa3d21","25473":"0a6dd290","25606":"cccb11d6","25705":"4c514215","25972":"0dce6499","26126":"400f4fd5","26221":"37102258","26334":"e01514e1","26366":"a371ab7c","26383":"27a1faf4","26685":"4e4699df","26741":"58fedd3e","26883":"ca3f08b9","27092":"1bb5dee3","27155":"e0d100a8","27178":"f914e052","27182":"af2a4349","27333":"9e0f3340","27395":"8ed677b2","27496":"7ce83b2c","27506":"1c420993","27706":"c0d5e1ef","27739":"042cdcec","28072":"202d2258","28089":"aaa88c03","28161":"00a22aad","28237":"20716ff3","28435":"07f40e0d","28561":"ec76d55e","28639":"5bd1bb98","28723":"e27ec039","28782":"1c21803e","28920":"842a9870","28982":"6a8823ee","29559":"cdc05f60","29642":"a646e147","29647":"3f7df37b","29895":"1fa85db5","29968":"5c930f27","30067":"c40854f9","30116":"0b352dbb","30264":"96f62740","30342":"5720671d","30741":"0afd7032","31006":"6ff39351","31154":"abb4690e","31211":"7c22b78e","31427":"beb8d0db","31674":"68a64222","31962":"d967aa87","32080":"76db1e05","33356":"af989ea0","33550":"fb103f5a","33747":"b617c684","33784":"0b4dc592","33805":"a93fd24f","34093":"0c550559","34601":"cb2f7eac","34741":"7ddb5773","34765":"aeea046a","34790":"6eb90335","34800":"a4967ce4","34850":"daf624f2","34994":"f667c336","35019":"72d0cb2a","35060":"7530a2b3","35238":"c4493789","35354":"c0640e01","35416":"b4018e87","35555":"f7eff637","35729":"b6f09c05","35840":"6912e1d5","36029":"26224817","36150":"91d28580","36270":"7b736088","36381":"40fc7c9f","36634":"03daa006","36723":"419cb532","36784":"03bd4f73","37062":"64c28e29","37873":"43b5634b","37948":"412f740e","38143":"23172c59","38447":"55efd687","38634":"f0d10eba","38660":"4f85997f","38797":"4a3abd98","39252":"3d559668","39332":"405401a3","39391":"6778c970","39404":"90b81801","39440":"9cc0916e","39695":"c589d469","39865":"6c28ac14","39929":"00c87f99","39950":"57e939c0","40316":"e522c71e","40559":"a5bbe4cb","41048":"b306daf7","41228":"1b7aa493","41339":"af4d343b","41657":"76ed86e7","41717":"081b6348","41953":"3f9026f7","42240":"8e49696b","42441":"5117f4f9","42532":"c9b5bdce","42682":"5812995b","42698":"8aaddd30","43110":"6abf25af","43428":"68d635b9","43442":"a9c39b2d","43862":"385e5795","44098":"5a814568","44150":"ce477d1c","44216":"4798c8a9","44259":"2d12822a","44354":"4d10aca1","44360":"2fe17938","44407":"9ede56ab","44449":"a9d30a65","44565":"5a17a205","44770":"085b508a","44911":"2faa4eca","44947":"308b1441","45096":"dd492a5a","45179":"23dde689","45359":"c5eaade1","45413":"b32e34de","45504":"97760b68","45650":"3a1e113c","45775":"e8cf845a","45825":"0fe55ae7","45881":"73dd5334","45948":"163653a8","45992":"c00d57c9","46255":"944019ae","46573":"db7fbeee","46738":"3948555b","46796":"ab4af6db","46949":"4d0e4148","46963":"07b41a56","47377":"5733ac9e","47545":"35b67269","47686":"f38a5fc1","48077":"98db17f7","48431":"d93fa733","48689":"64a5283e","48776":"3ca5830e","48903":"a3d7e196","49029":"78d84be3","49127":"2359876a","49166":"f2cbce24","49205":"5b45c683","49260":"d82ab47f","49366":"10ae1c12","49716":"016f5801","49890":"979bab97","49947":"89299044","50682":"52a0cb66","50812":"9d4fac4a","50869":"0903c8b8","51144":"88d767c5","51276":"b304eec6","51461":"2f3d4335","51582":"4f8742d5","51646":"a1e61a3a","51855":"f1fd404e","52126":"c79acbc5","52338":"2e82728a","52404":"23166bb2","52708":"1b1762f1","52720":"527a9cdd","52806":"926a83ce","52829":"d9cb2b02","52831":"60ac42d0","52875":"cd32708a","53114":"685610c8","53247":"9f372a95","53550":"d1343c48","53697":"344fc05c","53777":"630cd89c","53910":"de81d04a","53984":"6152b569","54056":"384d9a16","54164":"0b42492d","54492":"02f905f4","54572":"e57559c7","54770":"1e5bff6c","54862":"c7f83af8","55351":"b1b9a06c","55573":"470f69ef","55624":"01ac149b","55693":"4b714ff1","56047":"b4b0d1c6","56156":"c61ad60b","56277":"5f80804f","57045":"52e16f07","57071":"b84487f2","57365":"7e7804c5","57560":"f6a1c6f2","57614":"dbd3b0df","57665":"3916a007","57930":"1095fceb","58047":"3e8a1b15","58268":"9dacd4eb","58271":"04f27f83","58599":"0d5bfa51","59028":"d368c072","59133":"427ad227","59363":"299eb0a6","59649":"69ff2498","59679":"f16bc48c","59788":"5e2f526c","60479":"dccb718e","60499":"c6bc2742","60533":"bf4a28bd","60547":"88da1715","60864":"d479e092","61043":"8738fbea","61362":"11419ba9","61727":"55decb5d","61880":"7f97931b","61998":"e8b3f696","62300":"f0174d55","62534":"c75b1cb6","62548":"7fb9dac0","62832":"64faf4f8","62945":"927b34c0","63157":"77d351de","63198":"f92793e1","63269":"be44acdc","63363":"5ffb0bfd","63365":"9e1fa4e0","63709":"5d10d848","63995":"0fbe900b","64017":"b7fba952","64106":"4fc356d6","64144":"1377c114","64217":"4a07abad","64467":"bc202cf2","64496":"8232a0ea","64520":"e0e3eba9","64587":"876b9270","65022":"33e32027","65111":"1abb98b6","65148":"b69c0783","65191":"67c5e7c1","65549":"2be58b5c","65693":"ea33fa66","65816":"7baa0bd1","65876":"a2754c64","66034":"21a34491","66063":"394bce91","66531":"69a70fc2","66583":"362b714f","66651":"b8549969","66779":"d559e3c5","67156":"918b4bca","67236":"63e33fe8","67242":"58d62535","67414":"cceeea81","67470":"22d1af99","67828":"c5ad9604","67878":"d1b2e671","68014":"1e25bcf2","68665":"a8953104","68786":"f8bbd4cf","68827":"84251c3e","68842":"19057860","68882":"9b663cd4","68965":"9ba9e6f2","69922":"89fe1c1e","69944":"6f665961","70130":"f66580ff","70372":"a96e2ec6","70671":"749b4875","70928":"0996a609","70981":"157d0b6b","71448":"17ae4950","71450":"9be286f8","71676":"e75d1119","71783":"47d7761e","72011":"7efe6dda","72032":"a8f47b55","72529":"43270858","72539":"0addd49c","72570":"c9677906","72644":"e1331d57","72749":"9b2e3a51","72969":"53256e8c","73183":"f844f620","73220":"2e827cfb","73755":"d28f6c16","74014":"5339ac81","74264":"9da713dc","74305":"450e9b19","74347":"a722ba6c","74630":"88f932a9","74795":"d9635f26","74854":"510831e9","75043":"d3feb413","75149":"6d735f2d","75247":"df85df1e","75321":"9b9a5dc1","75357":"5ff63558","75786":"a72e71f1","75816":"e1a8ba4b","75853":"4524f725","75876":"671ffb4b","75949":"88a1c47f","76904":"9f5d37ec","77084":"5fe882f0","77296":"35602ad1","77460":"a442591d","77857":"bd5b0e90","78018":"f25ad408","78085":"7252d84c","78158":"38267086","78169":"f543c1fe","78241":"1b43a5eb","78268":"6d9be5a7","78302":"2f657c59","78563":"a4e67faa","78737":"fa31da0e","78782":"56e292c9","79296":"a07ccf04","79489":"bd783109","79590":"59e80fae","79817":"5e79737d","79921":"b0adf937","80357":"9604f9b2","80508":"78480adf","80629":"ca49ee59","81120":"b85c6c22","81148":"7c50d4cc","81326":"2daccc02","81799":"756b6128","82339":"426b8f45","82425":"dffd29b4","82443":"bb4e804c","82683":"8de3e319","82854":"c43c5e88","82933":"71de9f56","83141":"7302a25e","83175":"068afbc0","83212":"25456429","83439":"a14af3f2","83935":"c1718f6b","84336":"3f6ce6e7","84360":"13bf9c37","84546":"09e180a6","84742":"1c21bc17","85045":"c79b0d46","85048":"35dc35be","85111":"873c8696","85297":"44364dab","85494":"da5840b1","85764":"5c1c73b5","85841":"b6419ce9","85888":"77575b2c","85891":"3467e00d","86045":"0a358cbb","86052":"bc6bd125","86069":"d8fe975c","86129":"801a9880","86452":"5d70705c","86541":"39c75856","86634":"f04239c5","86741":"c5089177","86774":"2db1d78d","86820":"65b881f8","86913":"6ba1f477","87058":"656b975e","87260":"75b62d4f","87308":"7d3e04ea","87624":"44b324a7","87922":"ea52d2a2","87964":"83911fb5","88155":"983ebbcb","88517":"cacc6233","88699":"66bcc8c6","88866":"8ca034b0","88973":"2d0f98c8","89076":"35067b77","89426":"bdfaad8b","89495":"f76a320e","89554":"3bd5f2ea","89677":"43bc7f44","89785":"19b6aaf8","89831":"e2c4c778","90109":"a603b7aa","90265":"e6092df7","90316":"c34a4fc4","90337":"6408c16a","91045":"a8761962","91056":"ffc97a7f","91274":"fced0a09","91312":"5d7ffb52","91462":"2cbc46cd","91470":"4da1ce26","91831":"d2a05267","91857":"f4aaa3f4","92016":"3001dab7","92045":"2f5d0ac4","92104":"469b6027","92501":"35bcb748","92538":"a4db897b","92594":"0f02017f","92603":"2527dda2","92611":"209a8e97","92823":"d097ba52","92903":"26598893","92952":"b50d8149","92983":"eb02ab94","93108":"c2a240a5","93260":"b650d011","93282":"b17fd4f6","93496":"536ebb1a","93665":"ef060400","93668":"6e3826e3","93826":"811ef133","93948":"a2e4d8ea","94001":"36670d17","94015":"102a295e","94078":"f1529d64","94201":"5f894f9f","94215":"3bbaf548","94338":"a808ff04","94498":"6bf5395a","94662":"2b9c4a11","94715":"0ac5d705","94849":"51171dc9","95125":"69eabd27","95176":"b96a0126","95335":"c64680ce","95679":"33378d80","95740":"fcf3f0c0","95818":"9a531b0d","96265":"184d26a8","96444":"4ca8b555","96594":"b6059129","96732":"e6a0ed7f","96865":"334f0d55","96882":"7d11e91d","97007":"ec27e3b5","97008":"439a9bd0","97046":"94379abf","97120":"0eb88e7b","97591":"4868bb6b","97928":"32c001b9","97986":"bee449d6","98062":"42e21ff3","98228":"808be2fb","98382":"3bc7ba83","98398":"8022e2c7","98688":"6bfa68e2","98885":"2392f13c","98962":"27ec65e8","99104":"d4f63539","99313":"326d09fb","99674":"33998895","99816":"70839230"}[chunkId] + ".async.js"; +/******/ return "" + ({"292":"p__Classrooms__Lists__Exercise__Add__index","310":"p__User__Detail__ExperImentImg__Detail__index","556":"p__User__Detail__Order__pages__invoice__index","1095":"p__virtualSpaces__IndexNew__index","1482":"p__Classrooms__Lists__Graduation__Topics__Edit__index","1660":"p__User__QQLogin__index","1702":"p__Classrooms__New__index","2659":"p__User__Detail__UserPortrait__index","2819":"p__Classrooms__Lists__Template__detail__index","3317":"p__Classrooms__Lists__Graduation__Topics__Add__index","3391":"p__Classrooms__Lists__ProgramHomework__Detail__components__CodeReview__Detail__index","3451":"p__Classrooms__Lists__Statistics__StudentStatistics__Detail__index","3509":"p__HttpStatus__SixActivities","3585":"p__Classrooms__Lists__Statistics__StudentSituation__index","3951":"p__Classrooms__Lists__ProgramHomework__Detail__index","4736":"p__User__Detail__Projects__index","4757":"p__virtualSpaces__Lists__Workplace__index","4766":"p__Administration__index","4884":"p__Shixuns__Detail__Repository__Commit__index","4973":"p__Engineering__Evaluate__List__index","5572":"p__Paths__HigherVocationalEducation__index","6127":"p__Classrooms__Lists__ProgramHomework__Ranking__index","6685":"p__Shixuns__Detail__RankingList__index","6758":"p__Classrooms__Lists__Attachment__index","6788":"p__Classrooms__Lists__ProgramHomework__index","7043":"p__User__Detail__Topics__Exercise__Edit__index","7852":"p__Classrooms__Lists__ShixunHomeworks__index","7884":"p__Shixuns__Exports__index","8787":"p__Competitions__Entered__index","8999":"p__Three__index","9416":"p__Graduations__Lists__Tasks__index","10195":"p__Classrooms__Lists__GroupHomework__Detail__index","10485":"p__Question__AddOrEdit__BatchAdd__index","10737":"p__Classrooms__Lists__CommonHomework__Detail__components__CodeReview__Detail__index","10799":"p__User__Detail__Topics__Poll__Detail__index","10921":"p__Classrooms__Lists__Exercise__CodeDetails__index","11070":"p__Innovation__PublicMirror__index","11253":"p__Graduations__Lists__Gradingsummary__index","11512":"p__Classrooms__Lists__Exercise__AnswerCheck__index","11520":"p__Engineering__Lists__StudentList__index","11545":"p__Paperlibrary__Random__ExchangeFromProblemSet__index","11581":"p__Problemset__Preview__index","12076":"p__User__Detail__Competitions__index","12102":"p__Classrooms__Lists__Board__Edit__index","12303":"p__Classrooms__Lists__CommonHomework__Comment__index","12412":"p__User__Detail__Videos__index","12476":"p__Colleges__index","12865":"p__Innovation__MyMirror__index","12884":"p__Classrooms__Lists__ProgramHomework__Comment__index","13006":"p__Engineering__index","13355":"p__Classrooms__Lists__Polls__index","13581":"p__Classrooms__Lists__ShixunHomeworks__Detail__index","14058":"p__Demo__index","14105":"p__Classrooms__Lists__Exercise__Answer__index","14227":"p__Paths__Overview__index","14514":"p__Account__Results__index","14599":"p__Problemset__index","14610":"p__User__Detail__LearningPath__index","14662":"p__Classrooms__Lists__GroupHomework__Review__index","14889":"p__Classrooms__Lists__Exercise__ImitateAnswer__index","15148":"p__Classrooms__Lists__Template__index","15186":"p__Classrooms__Overview__index","15319":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Detail__index","15402":"p__User__Detail__Topics__Detail__index","16328":"p__Shixuns__Edit__body__Warehouse__index","16434":"p__User__Detail__Order__pages__records__index","16729":"p__Classrooms__Lists__GroupHomework__Edit__index","16845":"p__Shixuns__Detail__Settings__index","17482":"p__Classrooms__Lists__Exercise__Notice__index","17527":"p__MyProblem__RecordDetail__index","17622":"p__Classrooms__Lists__Polls__Detail__index","17806":"p__Classrooms__Lists__Statistics__StatisticsQuality__index","18241":"p__virtualSpaces__Lists__Plan__index","18302":"p__Classrooms__Lists__Board__index","18307":"p__User__Detail__Shixuns__index","19215":"p__Shixuns__Detail__ForkList__index","19360":"p__User__Detail__virtualSpaces__index","19519":"p__User__Detail__ClassManagement__Item__index","19715":"p__Classrooms__Lists__CommonHomework__Edit__index","19891":"p__User__Detail__Videos__Success__index","20026":"p__Classrooms__Lists__Graduation__Tasks__Edit__index","20576":"p__Account__Profile__Edit__index","20680":"p__Innovation__index","20700":"p__tasks__Jupyter__index","21265":"p__Classrooms__Lists__Announcement__index","21423":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeAnswer__index","21578":"p__Classrooms__Lists__Graduation__Topics__Detail__index","21939":"p__User__Detail__Order__index","22254":"p__Shixuns__Detail__Discuss__index","22307":"p__Report__index","22707":"p__Innovation__MyDataSet__index","23030":"p__virtualSpaces__Lists__Settings__components__Member__index","23332":"p__Paths__Detail__id","23873":"p__virtualSpaces__Lists__Lesson__index","24504":"p__virtualSpaces__Lists__Survey__index","25022":"p__Graduations__Lists__Settings__index","25470":"p__Shixuns__Detail__Collaborators__index","25705":"p__virtualSpaces__Lists__Construction__index","25972":"layouts__user__index","26366":"p__Innovation__PublicProject__index","26685":"p__Classrooms__Index__index","26741":"p__Engineering__Norm__List__index","26883":"p__Competitions__Index__index","27178":"p__User__BindAccount__index","27182":"p__User__ResetPassword__index","27333":"p__User__WechatLogin__index","27395":"p__Classrooms__Lists__Statistics__StudentDetail__index","27496":"p__virtualSpaces__Lists__CourseData__index","28072":"p__Classrooms__Lists__GroupHomework__SubmitWork__index","28237":"p__User__Detail__Order__pages__view__index","28435":"p__Classrooms__Lists__Attendance__index","28639":"p__Forums__Index__redirect","28723":"p__Classrooms__Lists__Polls__Edit__index","28782":"p__Shixuns__Index__index","28982":"p__Paths__New__index","29647":"p__Question__Index__index","30067":"p__Message__index","30264":"p__User__Detail__Order__pages__orderPay__index","30342":"p__Classrooms__Lists__ShixunHomeworks__Comment__index","31006":"p__RestFul__index","31211":"p__Classrooms__Lists__CommonHomework__EditWork__index","31427":"p__Classrooms__Lists__Statistics__index","31674":"p__Classrooms__ClassicCases__index","31962":"p__Classrooms__Lists__Engineering__index","33356":"p__Classrooms__Lists__Assistant__index","33747":"p__virtualSpaces__Lists__Homepage__index","33784":"p__Paperlibrary__Random__Detail__index","34093":"p__Classrooms__Lists__Attendance__Detail__index","34601":"p__Paths__Detail__Statistics__index","34741":"p__Problems__OjForm__NewEdit__index","34800":"p__Engineering__Lists__GraduatedMatrix__index","34994":"p__Problems__OjForm__index","35238":"p__virtualSpaces__Lists__Material__index","35729":"p__Help__Index","36029":"p__Administration__Student__index","36270":"p__MyProblem__index","36784":"p__Innovation__Edit__index","37062":"layouts__SimpleLayouts","37948":"p__User__Detail__ClassManagement__index","38143":"layouts__GraduationsDetail__index","38447":"p__virtualSpaces__Lists__Knowledge__index","38634":"p__Classrooms__Lists__CourseGroup__List__index","38797":"p__Competitions__Edit__index","39332":"p__Classrooms__Lists__Video__index","39391":"p__Engineering__Lists__CurseSetting__index","39404":"monaco-editor","39695":"p__Classrooms__Lists__Polls__Add__index","40559":"layouts__virtualDetail__index","41048":"p__Classrooms__Lists__ProgramHomework__Detail__Ranking__index","41657":"p__Shixuns__Edit__body__Level__Challenges__EditQuestion__index","41717":"layouts__index","41953":"p__Problemset__NewItem__index","42240":"p__User__Detail__Videos__Upload__index","43442":"p__Classrooms__Lists__Board__Add__index","43862":"p__HttpStatus__403","44216":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Edit__index","44259":"p__User__Detail__Order__pages__result__index","44449":"p__Competitions__Exports__index","44565":"p__HttpStatus__500","45096":"p__Shixuns__Detail__AuditSituation__index","45179":"p__Administration__Student__Edit__index","45359":"p__Messages__Detail__index","45650":"p__Competitions__Update__index","45775":"p__Engineering__Lists__Document__index","45825":"p__Classrooms__Lists__Exercise__index","45992":"p__Classrooms__Lists__Exercise__ReviewGroup__index","46796":"p__virtualSpaces__Lists__Announcement__Detail__index","46963":"p__Classrooms__Lists__Engineering__Detail__index","47545":"p__Graduations__Lists__Archives__index","48077":"p__Classrooms__Lists__Students__index","48431":"p__Classrooms__Lists__Exercise__Export__index","48689":"p__Classrooms__Lists__Statistics__VideoStatistics__index","49205":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeSetting__index","49366":"p__User__Login__index","49716":"p__Question__OjProblem__RecordDetail__index","49890":"p__Classrooms__Lists__CommonHomework__index","50869":"p__Guidance__index","51276":"p__MoopCases__Success__index","51461":"p__Graduations__Lists__Topics__index","51582":"p__Classrooms__Lists__GroupHomework__Add__index","51855":"p__MoopCases__InfoPanel__index","52338":"p__Classrooms__Lists__CommonHomework__Review__index","52404":"p__Classrooms__Lists__Template__teacher__index","52806":"p__User__Detail__Topics__Exercise__Detail__index","52829":"p__Messages__Private__index","52875":"p__Shixuns__Detail__id","53247":"p__Paperlibrary__See__index","53910":"p__HttpStatus__introduction","54056":"p__IntrainCourse__index","54164":"p__Classrooms__Lists__Exercise__Detail__index","54492":"p__Graduations__Lists__StudentSelection__index","54572":"p__Classrooms__Lists__ExportList__index","54770":"p__Classrooms__Lists__ProgramHomework__Detail__answer__index","54862":"p__Paperlibrary__index","55573":"p__Shixuns__Detail__Merge__index","55624":"p__Graduations__Lists__Index__index","56277":"p__Shixuns__Edit__index","57045":"p__Classrooms__Lists__CommonHomework__SubmitWork__index","57560":"p__Administration__College__index","57614":"p__Shixuns__Edit__body__Level__Challenges__RankingSetting__index","59133":"p__Shixuns__Detail__Challenges__index","59649":"p__Engineering__Lists__TrainingProgram__index","59788":"p__Account__Profile__index","60479":"p__Classrooms__Lists__GroupHomework__EditWork__index","60533":"p__Classrooms__Lists__Video__Statistics__Detail__index","60547":"p__Account__index","61043":"p__Classrooms__Lists__Graduation__Tasks__index","61727":"p__Classrooms__Lists__CourseGroup__NotList__index","61880":"p__User__Detail__Order__pages__apply__index","62300":"p__Api__index","62548":"p__Engineering__Norm__Detail__index","63157":"p__User__Detail__ExperImentImg__Add__index","64017":"p__Classrooms__Lists__PlaceholderPage__index","64144":"p__Problemset__Preview__New__index","64217":"p__Classrooms__Lists__Video__Statistics__index","64496":"p__HttpStatus__HpcCourse","64520":"p__Account__Secure__index","65111":"p__Terminal__index","65148":"p__Classrooms__Lists__Polls__Answer__index","65191":"p__User__Detail__Certificate__index","65549":"p__Shixuns__New__CreateImg__index","65816":"p__virtualSpaces__Lists__Announcement__index","66034":"p__HttpStatus__UserAgents","66063":"p__Graduations__Lists__Personmanage__index","66531":"p__HttpStatus__404","66583":"p__User__Detail__Classrooms__index","66651":"p__Engineering__Evaluate__Detail__index","67242":"p__Innovation__MyProject__index","67878":"p__Classrooms__Lists__LiveVideo__index","68014":"p__Classrooms__Lists__Teachers__index","68665":"p__Engineering__Lists__TrainingObjectives__index","68827":"p__Classrooms__Lists__OnlineLearning__index","68882":"p__Classrooms__Lists__Graduation__Tasks__Detail__index","69922":"p__Classrooms__Lists__Statistics__StudentVideo__index","69944":"p__Classrooms__Lists__Video__Statistics__StudentDetail__index","70928":"p__RestFul__Edit__index","71450":"p__Classrooms__Lists__ShixunHomeworks__Commitsummary__index","71783":"p__virtualSpaces__Lists__Experiment__index","72529":"p__User__Detail__id","72539":"p__Graduations__Review__index","72570":"p__Competitions__Detail__index","73183":"p__Engineering__Lists__GraduationIndex__index","73220":"p__Classrooms__Lists__Video__Upload__index","74264":"p__Forums__New__index","74795":"p__Classrooms__Lists__Graduation__Tasks__Add__index","75043":"p__User__Detail__Topics__Poll__Edit__index","75357":"p__Engineering__Lists__TrainingProgram__Edit__index","75786":"layouts__LoginAndRegister__index","75816":"p__Paperlibrary__Random__Edit__index","76904":"p__MoopCases__FormPanel__index","77460":"p__Question__OjProblem__index","77857":"p__Shixuns__Edit__body__Level__Challenges__NewQuestion__index","78085":"p__Classrooms__Lists__Exercise__Review__index","78563":"p__virtualSpaces__Lists__Discussion__Detail__index","79489":"p__Engineering__Lists__CourseList__index","79590":"p__User__Detail__TeachGroup__index","79921":"p__Classrooms__ExamList__index","80508":"p__Forums__Detail__id","81148":"p__Shixuns__Detail__Repository__UploadFile__index","81799":"p__Competitions__Entered__Assembly__TeamDateil","82339":"p__virtualSpaces__Lists__Plan__Detail__index","82425":"p__Classrooms__Lists__Board__Detail__index","82443":"p__Graduations__Lists__StageModule__index","83141":"p__Innovation__Detail__index","83212":"p__MoopCases__index","83935":"p__Classrooms__Lists__GroupHomework__index","84546":"p__Engineering__Lists__TrainingProgram__Add__index","85048":"p__Classrooms__Lists__Graduation__Topics__index","85111":"p__User__Detail__Order__pages__orderInformation__index","85297":"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index","85841":"p__virtualSpaces__Lists__Settings__components__ModuleSettings__index","85888":"p__Classrooms__Lists__CommonHomework__Add__index","85891":"p__virtualSpaces__Lists__Resources__index","86052":"p__Paths__Index__index","86069":"p__virtualSpaces__Lists__Lesson__Detail__index","86452":"p__Innovation__PublicDataSet__index","86541":"p__Shixuns__Detail__Dataset__index","86634":"p__Innovation__Tasks__index","86820":"p__User__Detail__Topics__Normal__index","86913":"p__Question__AddOrEdit__index","87058":"p__virtualSpaces__Lists__Survey__Detail__index","87260":"p__Account__Certification__index","87922":"p__Classrooms__Lists__CourseGroup__Detail__index","88155":"p__Shixuns__Overview__index","88517":"p__User__Detail__Topics__Group__index","88866":"p__index","89076":"p__Account__Binding__index","89677":"p__virtualSpaces__Lists__Announcement__AddAndEdit__index","89785":"p__Classrooms__Lists__Template__student__index","90109":"p__Classrooms__Lists__ShixunHomeworks__Detail__components__CodeReview__Detail__index","90265":"p__User__Detail__Topics__index","90337":"p__Paperlibrary__Random__PreviewEdit__index","91045":"p__virtualSpaces__Lists__Knowledge__AddAndEdit__index","91470":"p__User__Register__index","91831":"p__Graduations__Index__index","92045":"p__Engineering__Lists__TeacherList__index","92501":"p__Search__index","92603":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Add__index","92823":"p__Engineering__Navigation__Home__index","92983":"p__Forums__Index__index","93260":"p__Paperlibrary__Add__index","93282":"layouts__ShixunDetail__index","93496":"p__User__Detail__OtherResources__index","93665":"p__tasks__index","93668":"p__Classrooms__Lists__CommonHomework__Detail__index","94078":"p__Messages__Tidings__index","94498":"p__Shixuns__Edit__body__Level__Challenges__NewPractice__index","94662":"p__User__Detail__Paths__index","94715":"p__virtualSpaces__Lists__Material__Detail__index","94849":"p__User__Detail__ExperImentImg__index","95125":"p__Classrooms__Lists__Exercise__DetailedAnalysis__index","95176":"p__User__Detail__Videos__Protocol__index","95335":"p__Engineering__Lists__CourseMatrix__index","96265":"p__virtualSpaces__Lists__Discussion__index","96444":"p__Video__Detail__id","96882":"p__Classrooms__New__StartClass__index","97008":"p__Shixuns__New__index","97046":"p__Shixuns__Detail__Repository__AddFile__index","98062":"p__User__Detail__Topicbank__index","98398":"p__virtualSpaces__Lists__Resources__Detail__index","98688":"p__Shixuns__Detail__Repository__index","98885":"p__Classrooms__Lists__Statistics__StudentStatistics__index","99674":"p__Shixuns__New__ImagePreview__index"}[chunkId] || chunkId) + "." + {"292":"2f5eebd3","310":"2ad59313","556":"e9124bb6","615":"57ebc1e4","1024":"51f6e2b6","1095":"e3c06115","1482":"39f5d0d1","1660":"a9fd097c","1702":"9b6e1975","1806":"7612485b","2249":"90399667","2355":"ce93dfd7","2360":"2f3cadfa","2494":"5e069ec9","2659":"bf65e75c","2805":"47463a95","2819":"66bd4f29","2837":"b3a05bc1","3133":"6a9f7113","3317":"156fb7a0","3391":"8c40de4c","3406":"e414ea5a","3451":"0f41517b","3509":"127f82ac","3585":"4868f705","3885":"e66b03f8","3951":"81e7a1be","4033":"cc618589","4628":"ee66c2f3","4685":"21279a05","4736":"186f072b","4757":"f9c39856","4766":"6a38025c","4884":"93dc7909","4973":"032c6644","5112":"29544cf6","5301":"1c8153f0","5434":"361b868d","5451":"6f9a44f3","5572":"9f7aa1ac","6127":"3264b9b8","6378":"27c8142f","6685":"240afef6","6758":"dbf7c7e7","6788":"b3343fb1","6806":"b3d646f6","7043":"3dd282b5","7229":"22473f47","7385":"54ecc301","7714":"7caca036","7852":"b05f3ec3","7884":"8d3582ea","7936":"c055134d","8748":"50afdcdd","8787":"273092e7","8999":"4e3f628b","9077":"40f1e9a4","9093":"8fff51bf","9416":"ac6b65ab","9863":"e8aa7c82","9928":"5856e32a","9951":"686d67fa","10195":"f48fc15a","10354":"5c063e6f","10485":"a40eeaf9","10737":"966922c6","10799":"501e488f","10898":"d06ad7d6","10921":"8966eed6","11021":"1e19c52a","11064":"9409597b","11070":"60153485","11253":"cefb5ef5","11512":"6d14f7a5","11520":"28c7ada6","11545":"8ee3ece6","11578":"3ee0ae76","11581":"eefb5e1a","11893":"f5fdd938","12076":"a77c89fc","12102":"ce797771","12303":"6781272b","12386":"289c62c7","12412":"d0c15d0f","12476":"827c3903","12800":"d5509cbc","12865":"551124c0","12884":"deb953a9","12911":"ffbabc43","13006":"4bd75f62","13217":"83daa3aa","13355":"867a4628","13488":"9962c840","13581":"9891cf58","14058":"0c5da98b","14088":"c639825c","14105":"750fcd04","14227":"ce273793","14376":"4bea3212","14514":"6c9e42e0","14599":"4215ca91","14610":"0163eabc","14642":"d8d9787e","14662":"408f2298","14882":"2d279773","14889":"a6bc023c","15148":"d4243d55","15186":"a783f970","15290":"7b3f25d8","15319":"4fae7ee5","15402":"0845bbd0","15631":"d790a1bf","15804":"79a9ac0f","15845":"c8fe49ef","16087":"7237dbb0","16328":"1963bd27","16351":"a0985ba3","16434":"69f333c2","16473":"92d377d1","16554":"abe8e41b","16703":"02771c68","16729":"3e01cb15","16845":"25643eb4","17103":"a608f6dd","17472":"3f6dfbe1","17482":"e664aea9","17527":"105ae018","17539":"cad371e0","17622":"561b060d","17806":"86c570e6","17808":"dd9975f9","18241":"940f32ac","18302":"622579f6","18307":"6b184b71","18350":"0ed0f7c3","18390":"a351b90c","18491":"68ff45c6","18812":"38956a2b","18880":"68076699","18898":"25ad586a","18963":"33e3df18","19059":"9a82f070","19208":"85e01132","19215":"ce38aa04","19360":"37203972","19519":"f102e58c","19715":"b1578d69","19842":"1b668aa5","19891":"cf6e1ed7","19903":"6decc490","20026":"42712dc2","20459":"18b570f2","20576":"c90e7824","20603":"1bf29016","20680":"6bbbc4e7","20700":"9139c7b8","20834":"caed59b3","21265":"d9715717","21321":"712f3196","21423":"d496d21e","21499":"21764849","21515":"4299d0f9","21560":"c7423bd5","21578":"72682b3e","21622":"8428af29","21642":"99b3e223","21939":"2f9c05c0","22254":"f77d2d36","22307":"27b704b5","22707":"4295636d","23030":"ab13323c","23332":"76f701d4","23647":"50bbd43c","23873":"4c4f61c1","24080":"5dc192d2","24117":"0e272523","24504":"4dba14c8","24628":"b863dad4","24665":"651c4987","24680":"f91dedbd","24797":"eb563316","24974":"b18ffc68","25022":"f18ae793","25399":"63222a75","25470":"e5aa3d21","25473":"0a6dd290","25606":"cccb11d6","25705":"4c514215","25972":"0dce6499","26126":"400f4fd5","26221":"37102258","26334":"e01514e1","26366":"a371ab7c","26383":"27a1faf4","26685":"4e4699df","26741":"58fedd3e","26883":"ca3f08b9","27092":"1bb5dee3","27155":"e0d100a8","27178":"f914e052","27182":"af2a4349","27333":"9e0f3340","27395":"8ed677b2","27496":"7ce83b2c","27506":"1c420993","27706":"c0d5e1ef","27739":"042cdcec","28072":"202d2258","28089":"aaa88c03","28161":"00a22aad","28237":"20716ff3","28435":"07f40e0d","28561":"ec76d55e","28639":"5bd1bb98","28723":"e27ec039","28782":"1c21803e","28920":"842a9870","28982":"6a8823ee","29559":"cdc05f60","29642":"a646e147","29647":"3f7df37b","29895":"1fa85db5","29968":"5c930f27","30067":"c40854f9","30116":"0b352dbb","30264":"96f62740","30342":"5720671d","30741":"0afd7032","31006":"6ff39351","31154":"abb4690e","31211":"7c22b78e","31427":"beb8d0db","31674":"68a64222","31962":"d967aa87","32080":"76db1e05","33356":"af989ea0","33550":"fb103f5a","33747":"b617c684","33784":"0b4dc592","33805":"a93fd24f","34093":"0c550559","34601":"cb2f7eac","34741":"7ddb5773","34765":"aeea046a","34790":"6eb90335","34800":"a4967ce4","34850":"daf624f2","34994":"f667c336","35019":"72d0cb2a","35060":"7530a2b3","35238":"c4493789","35354":"c0640e01","35416":"b4018e87","35555":"f7eff637","35729":"b6f09c05","35840":"6912e1d5","36029":"26224817","36150":"91d28580","36270":"7b736088","36381":"40fc7c9f","36634":"03daa006","36723":"419cb532","36784":"03bd4f73","37062":"64c28e29","37873":"43b5634b","37948":"412f740e","38143":"23172c59","38447":"55efd687","38634":"f0d10eba","38660":"4f85997f","38797":"4a3abd98","39252":"3d559668","39332":"405401a3","39391":"6778c970","39404":"90b81801","39440":"9cc0916e","39695":"c589d469","39865":"6c28ac14","39929":"00c87f99","39950":"57e939c0","40316":"e522c71e","40559":"a5bbe4cb","41048":"b306daf7","41228":"1b7aa493","41339":"af4d343b","41657":"76ed86e7","41717":"081b6348","41953":"3f9026f7","42240":"8e49696b","42441":"5117f4f9","42532":"c9b5bdce","42682":"5812995b","42698":"8aaddd30","43110":"6abf25af","43428":"68d635b9","43442":"a9c39b2d","43862":"385e5795","44098":"5a814568","44150":"ce477d1c","44216":"4798c8a9","44259":"2d12822a","44354":"4d10aca1","44360":"2fe17938","44407":"9ede56ab","44449":"a9d30a65","44565":"5a17a205","44770":"085b508a","44911":"2faa4eca","44947":"308b1441","45096":"dd492a5a","45179":"23dde689","45359":"c5eaade1","45413":"b32e34de","45504":"97760b68","45650":"3a1e113c","45775":"e8cf845a","45825":"91bb1be7","45881":"73dd5334","45948":"163653a8","45992":"c00d57c9","46255":"944019ae","46573":"db7fbeee","46738":"3948555b","46796":"ab4af6db","46949":"4d0e4148","46963":"07b41a56","47377":"5733ac9e","47545":"35b67269","47686":"f38a5fc1","48077":"98db17f7","48431":"d93fa733","48689":"64a5283e","48776":"3ca5830e","48903":"a3d7e196","49029":"78d84be3","49127":"2359876a","49166":"f2cbce24","49205":"5b45c683","49260":"d82ab47f","49366":"10ae1c12","49716":"016f5801","49890":"979bab97","49947":"89299044","50682":"52a0cb66","50812":"9d4fac4a","50869":"0903c8b8","51144":"88d767c5","51276":"b304eec6","51461":"2f3d4335","51582":"4f8742d5","51646":"a1e61a3a","51855":"f1fd404e","52126":"c79acbc5","52338":"2e82728a","52404":"23166bb2","52708":"1b1762f1","52720":"527a9cdd","52806":"926a83ce","52829":"d9cb2b02","52831":"60ac42d0","52875":"cd32708a","53114":"685610c8","53247":"9f372a95","53550":"d1343c48","53697":"344fc05c","53777":"630cd89c","53910":"de81d04a","53984":"6152b569","54056":"384d9a16","54164":"0b42492d","54492":"02f905f4","54572":"e57559c7","54770":"1e5bff6c","54862":"b984baee","55351":"b1b9a06c","55573":"470f69ef","55624":"01ac149b","55693":"4b714ff1","56047":"b4b0d1c6","56156":"c61ad60b","56277":"5f80804f","57045":"52e16f07","57071":"b84487f2","57365":"7e7804c5","57560":"f6a1c6f2","57614":"dbd3b0df","57665":"3916a007","57930":"1095fceb","58047":"3e8a1b15","58268":"9dacd4eb","58271":"04f27f83","58599":"0d5bfa51","59028":"d368c072","59133":"427ad227","59363":"299eb0a6","59649":"69ff2498","59679":"f16bc48c","59788":"5e2f526c","60479":"dccb718e","60499":"c6bc2742","60533":"bf4a28bd","60547":"88da1715","60864":"d479e092","61043":"8738fbea","61362":"11419ba9","61727":"55decb5d","61880":"7f97931b","61998":"e8b3f696","62300":"f0174d55","62534":"c75b1cb6","62548":"7fb9dac0","62832":"64faf4f8","62945":"927b34c0","63157":"77d351de","63198":"f92793e1","63269":"be44acdc","63363":"5ffb0bfd","63365":"9e1fa4e0","63709":"5d10d848","63995":"0fbe900b","64017":"b7fba952","64106":"4fc356d6","64144":"1377c114","64217":"4a07abad","64467":"bc202cf2","64496":"8232a0ea","64520":"e0e3eba9","64587":"876b9270","65022":"33e32027","65111":"1abb98b6","65148":"b69c0783","65191":"67c5e7c1","65549":"2be58b5c","65693":"ea33fa66","65816":"7baa0bd1","65876":"a2754c64","66034":"21a34491","66063":"394bce91","66531":"69a70fc2","66583":"362b714f","66651":"b8549969","66779":"d559e3c5","67156":"918b4bca","67236":"63e33fe8","67242":"58d62535","67414":"cceeea81","67470":"22d1af99","67828":"c5ad9604","67878":"d1b2e671","68014":"1e25bcf2","68665":"a8953104","68786":"f8bbd4cf","68827":"84251c3e","68842":"19057860","68882":"9b663cd4","68965":"9ba9e6f2","69922":"89fe1c1e","69944":"6f665961","70130":"f66580ff","70372":"a96e2ec6","70671":"749b4875","70928":"0996a609","70981":"157d0b6b","71448":"17ae4950","71450":"9be286f8","71676":"e75d1119","71783":"2cedc2aa","72011":"7efe6dda","72032":"a8f47b55","72529":"43270858","72539":"0addd49c","72570":"c9677906","72644":"e1331d57","72749":"9b2e3a51","72969":"53256e8c","73183":"f844f620","73220":"2e827cfb","73755":"d28f6c16","74014":"5339ac81","74264":"9da713dc","74305":"450e9b19","74347":"a722ba6c","74630":"88f932a9","74795":"d9635f26","74854":"510831e9","75043":"d3feb413","75149":"6d735f2d","75247":"df85df1e","75321":"9b9a5dc1","75357":"5ff63558","75786":"a72e71f1","75816":"e1a8ba4b","75853":"4524f725","75876":"671ffb4b","75949":"88a1c47f","76904":"9f5d37ec","77084":"5fe882f0","77296":"35602ad1","77460":"a442591d","77857":"bd5b0e90","78018":"f25ad408","78085":"7252d84c","78158":"38267086","78169":"f543c1fe","78241":"1b43a5eb","78268":"6d9be5a7","78302":"2f657c59","78563":"a4e67faa","78737":"fa31da0e","78782":"56e292c9","79296":"a07ccf04","79489":"bd783109","79590":"59e80fae","79817":"5e79737d","79921":"b0adf937","80357":"9604f9b2","80508":"78480adf","80629":"ca49ee59","81120":"b85c6c22","81148":"7c50d4cc","81326":"2daccc02","81799":"756b6128","82339":"426b8f45","82425":"dffd29b4","82443":"bb4e804c","82683":"8de3e319","82854":"c43c5e88","82933":"71de9f56","83141":"7302a25e","83175":"068afbc0","83212":"25456429","83439":"a14af3f2","83935":"c1718f6b","84336":"3f6ce6e7","84360":"13bf9c37","84546":"09e180a6","84742":"1c21bc17","85045":"c79b0d46","85048":"35dc35be","85111":"873c8696","85297":"44364dab","85494":"da5840b1","85764":"5c1c73b5","85841":"b6419ce9","85888":"77575b2c","85891":"3467e00d","86045":"0a358cbb","86052":"bc6bd125","86069":"d8fe975c","86129":"801a9880","86452":"5d70705c","86541":"39c75856","86634":"f04239c5","86741":"c5089177","86774":"2db1d78d","86820":"65b881f8","86913":"6ba1f477","87058":"656b975e","87260":"75b62d4f","87308":"7d3e04ea","87624":"44b324a7","87922":"ea52d2a2","87964":"83911fb5","88155":"983ebbcb","88517":"cacc6233","88699":"66bcc8c6","88866":"8ca034b0","88973":"2d0f98c8","89076":"35067b77","89426":"bdfaad8b","89495":"f76a320e","89554":"3bd5f2ea","89677":"43bc7f44","89785":"19b6aaf8","89831":"e2c4c778","90109":"a603b7aa","90265":"e6092df7","90316":"c34a4fc4","90337":"6408c16a","91045":"a8761962","91056":"ffc97a7f","91274":"fced0a09","91312":"5d7ffb52","91462":"2cbc46cd","91470":"4da1ce26","91831":"d2a05267","91857":"f4aaa3f4","92016":"3001dab7","92045":"2f5d0ac4","92104":"469b6027","92501":"35bcb748","92538":"a4db897b","92594":"0f02017f","92603":"2527dda2","92611":"209a8e97","92823":"d097ba52","92903":"26598893","92952":"b50d8149","92983":"eb02ab94","93108":"c2a240a5","93260":"b650d011","93282":"b17fd4f6","93496":"536ebb1a","93665":"ef060400","93668":"6e3826e3","93826":"811ef133","93948":"a2e4d8ea","94001":"36670d17","94015":"102a295e","94078":"f1529d64","94201":"5f894f9f","94215":"3bbaf548","94338":"a808ff04","94498":"6bf5395a","94662":"2b9c4a11","94715":"0ac5d705","94849":"51171dc9","95125":"69eabd27","95176":"b96a0126","95335":"c64680ce","95679":"33378d80","95740":"fcf3f0c0","95818":"9a531b0d","96265":"184d26a8","96444":"4ca8b555","96594":"b6059129","96732":"e6a0ed7f","96865":"334f0d55","96882":"7d11e91d","97007":"ec27e3b5","97008":"439a9bd0","97046":"94379abf","97120":"0eb88e7b","97591":"4868bb6b","97928":"32c001b9","97986":"bee449d6","98062":"42e21ff3","98228":"808be2fb","98382":"3bc7ba83","98398":"8022e2c7","98688":"6bfa68e2","98885":"2392f13c","98962":"27ec65e8","99104":"d4f63539","99313":"326d09fb","99674":"33998895","99816":"70839230"}[chunkId] + ".async.js"; /******/ }; /******/ }(); /******/ @@ -205284,7 +205287,7 @@ function debounce (delay, callback, options) { /******/ // This function allow to reference async chunks /******/ __webpack_require__.miniCssF = function(chunkId) { /******/ // return url for filenames based on template -/******/ return "" + ({"292":"p__Classrooms__Lists__Exercise__Add__index","310":"p__User__Detail__ExperImentImg__Detail__index","556":"p__User__Detail__Order__pages__invoice__index","1095":"p__virtualSpaces__IndexNew__index","1482":"p__Classrooms__Lists__Graduation__Topics__Edit__index","1702":"p__Classrooms__New__index","2659":"p__User__Detail__UserPortrait__index","2819":"p__Classrooms__Lists__Template__detail__index","3317":"p__Classrooms__Lists__Graduation__Topics__Add__index","3391":"p__Classrooms__Lists__ProgramHomework__Detail__components__CodeReview__Detail__index","3451":"p__Classrooms__Lists__Statistics__StudentStatistics__Detail__index","3509":"p__HttpStatus__SixActivities","3585":"p__Classrooms__Lists__Statistics__StudentSituation__index","3951":"p__Classrooms__Lists__ProgramHomework__Detail__index","4736":"p__User__Detail__Projects__index","4757":"p__virtualSpaces__Lists__Workplace__index","4766":"p__Administration__index","4884":"p__Shixuns__Detail__Repository__Commit__index","4973":"p__Engineering__Evaluate__List__index","5572":"p__Paths__HigherVocationalEducation__index","6127":"p__Classrooms__Lists__ProgramHomework__Ranking__index","6685":"p__Shixuns__Detail__RankingList__index","6758":"p__Classrooms__Lists__Attachment__index","6788":"p__Classrooms__Lists__ProgramHomework__index","7043":"p__User__Detail__Topics__Exercise__Edit__index","7852":"p__Classrooms__Lists__ShixunHomeworks__index","7884":"p__Shixuns__Exports__index","8787":"p__Competitions__Entered__index","8999":"p__Three__index","9416":"p__Graduations__Lists__Tasks__index","10195":"p__Classrooms__Lists__GroupHomework__Detail__index","10485":"p__Question__AddOrEdit__BatchAdd__index","10737":"p__Classrooms__Lists__CommonHomework__Detail__components__CodeReview__Detail__index","10799":"p__User__Detail__Topics__Poll__Detail__index","10921":"p__Classrooms__Lists__Exercise__CodeDetails__index","11070":"p__Innovation__PublicMirror__index","11253":"p__Graduations__Lists__Gradingsummary__index","11512":"p__Classrooms__Lists__Exercise__AnswerCheck__index","11520":"p__Engineering__Lists__StudentList__index","11545":"p__Paperlibrary__Random__ExchangeFromProblemSet__index","11581":"p__Problemset__Preview__index","12076":"p__User__Detail__Competitions__index","12102":"p__Classrooms__Lists__Board__Edit__index","12303":"p__Classrooms__Lists__CommonHomework__Comment__index","12412":"p__User__Detail__Videos__index","12476":"p__Colleges__index","12865":"p__Innovation__MyMirror__index","12884":"p__Classrooms__Lists__ProgramHomework__Comment__index","13006":"p__Engineering__index","13355":"p__Classrooms__Lists__Polls__index","13581":"p__Classrooms__Lists__ShixunHomeworks__Detail__index","14058":"p__Demo__index","14105":"p__Classrooms__Lists__Exercise__Answer__index","14227":"p__Paths__Overview__index","14514":"p__Account__Results__index","14599":"p__Problemset__index","14610":"p__User__Detail__LearningPath__index","14662":"p__Classrooms__Lists__GroupHomework__Review__index","14889":"p__Classrooms__Lists__Exercise__ImitateAnswer__index","15148":"p__Classrooms__Lists__Template__index","15186":"p__Classrooms__Overview__index","15319":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Detail__index","15402":"p__User__Detail__Topics__Detail__index","16328":"p__Shixuns__Edit__body__Warehouse__index","16434":"p__User__Detail__Order__pages__records__index","16729":"p__Classrooms__Lists__GroupHomework__Edit__index","16845":"p__Shixuns__Detail__Settings__index","17482":"p__Classrooms__Lists__Exercise__Notice__index","17527":"p__MyProblem__RecordDetail__index","17622":"p__Classrooms__Lists__Polls__Detail__index","17806":"p__Classrooms__Lists__Statistics__StatisticsQuality__index","18241":"p__virtualSpaces__Lists__Plan__index","18302":"p__Classrooms__Lists__Board__index","18307":"p__User__Detail__Shixuns__index","19215":"p__Shixuns__Detail__ForkList__index","19360":"p__User__Detail__virtualSpaces__index","19519":"p__User__Detail__ClassManagement__Item__index","19715":"p__Classrooms__Lists__CommonHomework__Edit__index","19891":"p__User__Detail__Videos__Success__index","20026":"p__Classrooms__Lists__Graduation__Tasks__Edit__index","20576":"p__Account__Profile__Edit__index","20680":"p__Innovation__index","20700":"p__tasks__Jupyter__index","21265":"p__Classrooms__Lists__Announcement__index","21423":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeAnswer__index","21578":"p__Classrooms__Lists__Graduation__Topics__Detail__index","21939":"p__User__Detail__Order__index","22254":"p__Shixuns__Detail__Discuss__index","22307":"p__Report__index","22707":"p__Innovation__MyDataSet__index","23030":"p__virtualSpaces__Lists__Settings__components__Member__index","23332":"p__Paths__Detail__id","23873":"p__virtualSpaces__Lists__Lesson__index","24504":"p__virtualSpaces__Lists__Survey__index","25022":"p__Graduations__Lists__Settings__index","25470":"p__Shixuns__Detail__Collaborators__index","25705":"p__virtualSpaces__Lists__Construction__index","25972":"layouts__user__index","26366":"p__Innovation__PublicProject__index","26685":"p__Classrooms__Index__index","26741":"p__Engineering__Norm__List__index","26883":"p__Competitions__Index__index","27178":"p__User__BindAccount__index","27182":"p__User__ResetPassword__index","27395":"p__Classrooms__Lists__Statistics__StudentDetail__index","27496":"p__virtualSpaces__Lists__CourseData__index","28072":"p__Classrooms__Lists__GroupHomework__SubmitWork__index","28237":"p__User__Detail__Order__pages__view__index","28435":"p__Classrooms__Lists__Attendance__index","28723":"p__Classrooms__Lists__Polls__Edit__index","28782":"p__Shixuns__Index__index","28982":"p__Paths__New__index","29647":"p__Question__Index__index","30067":"p__Message__index","30264":"p__User__Detail__Order__pages__orderPay__index","30342":"p__Classrooms__Lists__ShixunHomeworks__Comment__index","31006":"p__RestFul__index","31211":"p__Classrooms__Lists__CommonHomework__EditWork__index","31427":"p__Classrooms__Lists__Statistics__index","31674":"p__Classrooms__ClassicCases__index","31962":"p__Classrooms__Lists__Engineering__index","33356":"p__Classrooms__Lists__Assistant__index","33747":"p__virtualSpaces__Lists__Homepage__index","33784":"p__Paperlibrary__Random__Detail__index","34093":"p__Classrooms__Lists__Attendance__Detail__index","34601":"p__Paths__Detail__Statistics__index","34741":"p__Problems__OjForm__NewEdit__index","34800":"p__Engineering__Lists__GraduatedMatrix__index","34994":"p__Problems__OjForm__index","35238":"p__virtualSpaces__Lists__Material__index","35729":"p__Help__Index","36029":"p__Administration__Student__index","36270":"p__MyProblem__index","36784":"p__Innovation__Edit__index","37062":"layouts__SimpleLayouts","37948":"p__User__Detail__ClassManagement__index","38143":"layouts__GraduationsDetail__index","38447":"p__virtualSpaces__Lists__Knowledge__index","38634":"p__Classrooms__Lists__CourseGroup__List__index","38797":"p__Competitions__Edit__index","39332":"p__Classrooms__Lists__Video__index","39391":"p__Engineering__Lists__CurseSetting__index","39404":"monaco-editor","39695":"p__Classrooms__Lists__Polls__Add__index","40559":"layouts__virtualDetail__index","41048":"p__Classrooms__Lists__ProgramHomework__Detail__Ranking__index","41657":"p__Shixuns__Edit__body__Level__Challenges__EditQuestion__index","41717":"layouts__index","41953":"p__Problemset__NewItem__index","42240":"p__User__Detail__Videos__Upload__index","43442":"p__Classrooms__Lists__Board__Add__index","44259":"p__User__Detail__Order__pages__result__index","44449":"p__Competitions__Exports__index","45096":"p__Shixuns__Detail__AuditSituation__index","45179":"p__Administration__Student__Edit__index","45359":"p__Messages__Detail__index","45650":"p__Competitions__Update__index","45775":"p__Engineering__Lists__Document__index","45825":"p__Classrooms__Lists__Exercise__index","45992":"p__Classrooms__Lists__Exercise__ReviewGroup__index","46796":"p__virtualSpaces__Lists__Announcement__Detail__index","46963":"p__Classrooms__Lists__Engineering__Detail__index","47545":"p__Graduations__Lists__Archives__index","48077":"p__Classrooms__Lists__Students__index","48431":"p__Classrooms__Lists__Exercise__Export__index","48689":"p__Classrooms__Lists__Statistics__VideoStatistics__index","49205":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeSetting__index","49366":"p__User__Login__index","49716":"p__Question__OjProblem__RecordDetail__index","49890":"p__Classrooms__Lists__CommonHomework__index","50869":"p__Guidance__index","51276":"p__MoopCases__Success__index","51461":"p__Graduations__Lists__Topics__index","51582":"p__Classrooms__Lists__GroupHomework__Add__index","51855":"p__MoopCases__InfoPanel__index","52338":"p__Classrooms__Lists__CommonHomework__Review__index","52404":"p__Classrooms__Lists__Template__teacher__index","52806":"p__User__Detail__Topics__Exercise__Detail__index","52829":"p__Messages__Private__index","52875":"p__Shixuns__Detail__id","53247":"p__Paperlibrary__See__index","53910":"p__HttpStatus__introduction","54056":"p__IntrainCourse__index","54164":"p__Classrooms__Lists__Exercise__Detail__index","54492":"p__Graduations__Lists__StudentSelection__index","54572":"p__Classrooms__Lists__ExportList__index","54770":"p__Classrooms__Lists__ProgramHomework__Detail__answer__index","54862":"p__Paperlibrary__index","55573":"p__Shixuns__Detail__Merge__index","55624":"p__Graduations__Lists__Index__index","56277":"p__Shixuns__Edit__index","57045":"p__Classrooms__Lists__CommonHomework__SubmitWork__index","57560":"p__Administration__College__index","57614":"p__Shixuns__Edit__body__Level__Challenges__RankingSetting__index","59133":"p__Shixuns__Detail__Challenges__index","59649":"p__Engineering__Lists__TrainingProgram__index","59788":"p__Account__Profile__index","60479":"p__Classrooms__Lists__GroupHomework__EditWork__index","60533":"p__Classrooms__Lists__Video__Statistics__Detail__index","60547":"p__Account__index","61043":"p__Classrooms__Lists__Graduation__Tasks__index","61727":"p__Classrooms__Lists__CourseGroup__NotList__index","61880":"p__User__Detail__Order__pages__apply__index","62548":"p__Engineering__Norm__Detail__index","63157":"p__User__Detail__ExperImentImg__Add__index","64144":"p__Problemset__Preview__New__index","64217":"p__Classrooms__Lists__Video__Statistics__index","64496":"p__HttpStatus__HpcCourse","64520":"p__Account__Secure__index","65111":"p__Terminal__index","65148":"p__Classrooms__Lists__Polls__Answer__index","65191":"p__User__Detail__Certificate__index","65549":"p__Shixuns__New__CreateImg__index","65816":"p__virtualSpaces__Lists__Announcement__index","66063":"p__Graduations__Lists__Personmanage__index","66583":"p__User__Detail__Classrooms__index","66651":"p__Engineering__Evaluate__Detail__index","67242":"p__Innovation__MyProject__index","67878":"p__Classrooms__Lists__LiveVideo__index","68014":"p__Classrooms__Lists__Teachers__index","68665":"p__Engineering__Lists__TrainingObjectives__index","68827":"p__Classrooms__Lists__OnlineLearning__index","68882":"p__Classrooms__Lists__Graduation__Tasks__Detail__index","69922":"p__Classrooms__Lists__Statistics__StudentVideo__index","69944":"p__Classrooms__Lists__Video__Statistics__StudentDetail__index","71450":"p__Classrooms__Lists__ShixunHomeworks__Commitsummary__index","71783":"p__virtualSpaces__Lists__Experiment__index","72529":"p__User__Detail__id","72539":"p__Graduations__Review__index","72570":"p__Competitions__Detail__index","73183":"p__Engineering__Lists__GraduationIndex__index","73220":"p__Classrooms__Lists__Video__Upload__index","74264":"p__Forums__New__index","74795":"p__Classrooms__Lists__Graduation__Tasks__Add__index","75043":"p__User__Detail__Topics__Poll__Edit__index","75357":"p__Engineering__Lists__TrainingProgram__Edit__index","75786":"layouts__LoginAndRegister__index","75816":"p__Paperlibrary__Random__Edit__index","76904":"p__MoopCases__FormPanel__index","77460":"p__Question__OjProblem__index","77857":"p__Shixuns__Edit__body__Level__Challenges__NewQuestion__index","78085":"p__Classrooms__Lists__Exercise__Review__index","78563":"p__virtualSpaces__Lists__Discussion__Detail__index","79489":"p__Engineering__Lists__CourseList__index","79590":"p__User__Detail__TeachGroup__index","79921":"p__Classrooms__ExamList__index","80508":"p__Forums__Detail__id","81148":"p__Shixuns__Detail__Repository__UploadFile__index","82339":"p__virtualSpaces__Lists__Plan__Detail__index","82425":"p__Classrooms__Lists__Board__Detail__index","82443":"p__Graduations__Lists__StageModule__index","83141":"p__Innovation__Detail__index","83212":"p__MoopCases__index","83935":"p__Classrooms__Lists__GroupHomework__index","84546":"p__Engineering__Lists__TrainingProgram__Add__index","85048":"p__Classrooms__Lists__Graduation__Topics__index","85111":"p__User__Detail__Order__pages__orderInformation__index","85297":"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index","85841":"p__virtualSpaces__Lists__Settings__components__ModuleSettings__index","85888":"p__Classrooms__Lists__CommonHomework__Add__index","85891":"p__virtualSpaces__Lists__Resources__index","86052":"p__Paths__Index__index","86069":"p__virtualSpaces__Lists__Lesson__Detail__index","86452":"p__Innovation__PublicDataSet__index","86541":"p__Shixuns__Detail__Dataset__index","86634":"p__Innovation__Tasks__index","86820":"p__User__Detail__Topics__Normal__index","86913":"p__Question__AddOrEdit__index","87058":"p__virtualSpaces__Lists__Survey__Detail__index","87260":"p__Account__Certification__index","87922":"p__Classrooms__Lists__CourseGroup__Detail__index","88155":"p__Shixuns__Overview__index","88517":"p__User__Detail__Topics__Group__index","88866":"p__index","89076":"p__Account__Binding__index","89677":"p__virtualSpaces__Lists__Announcement__AddAndEdit__index","89785":"p__Classrooms__Lists__Template__student__index","90109":"p__Classrooms__Lists__ShixunHomeworks__Detail__components__CodeReview__Detail__index","90265":"p__User__Detail__Topics__index","90337":"p__Paperlibrary__Random__PreviewEdit__index","91045":"p__virtualSpaces__Lists__Knowledge__AddAndEdit__index","91470":"p__User__Register__index","91831":"p__Graduations__Index__index","92045":"p__Engineering__Lists__TeacherList__index","92501":"p__Search__index","92823":"p__Engineering__Navigation__Home__index","92983":"p__Forums__Index__index","93260":"p__Paperlibrary__Add__index","93282":"layouts__ShixunDetail__index","93496":"p__User__Detail__OtherResources__index","93665":"p__tasks__index","93668":"p__Classrooms__Lists__CommonHomework__Detail__index","94078":"p__Messages__Tidings__index","94498":"p__Shixuns__Edit__body__Level__Challenges__NewPractice__index","94662":"p__User__Detail__Paths__index","94715":"p__virtualSpaces__Lists__Material__Detail__index","94849":"p__User__Detail__ExperImentImg__index","95125":"p__Classrooms__Lists__Exercise__DetailedAnalysis__index","95176":"p__User__Detail__Videos__Protocol__index","95335":"p__Engineering__Lists__CourseMatrix__index","96265":"p__virtualSpaces__Lists__Discussion__index","96444":"p__Video__Detail__id","96882":"p__Classrooms__New__StartClass__index","97008":"p__Shixuns__New__index","97046":"p__Shixuns__Detail__Repository__AddFile__index","98062":"p__User__Detail__Topicbank__index","98398":"p__virtualSpaces__Lists__Resources__Detail__index","98688":"p__Shixuns__Detail__Repository__index","98885":"p__Classrooms__Lists__Statistics__StudentStatistics__index","99674":"p__Shixuns__New__ImagePreview__index"}[chunkId] || chunkId) + "." + {"292":"891de397","310":"2dd37101","556":"75912dd9","1095":"01d56507","1482":"ba8bfd7f","1702":"20240947","2659":"0ed8e1b6","2819":"76038a59","3317":"f66fcb7f","3391":"da376102","3451":"7c4da323","3509":"91b37f65","3585":"6b73aa4a","3951":"52b982ed","4736":"576bbd04","4757":"3a279f51","4766":"fd753a04","4884":"1231c135","4973":"172e2b5f","5572":"f057c0c6","6127":"105265c5","6685":"bb75ec58","6758":"ffdf133f","6788":"6c9cdfd9","7043":"87e253ae","7852":"f0b55e3a","7884":"17a45636","8787":"a9d33e68","8999":"9dffb7de","9416":"5e5ae029","10195":"b53dad48","10485":"5551d235","10737":"8f3f6a7b","10799":"98a699c5","10921":"f47a313d","11070":"8e62d92e","11253":"9ce31fb7","11512":"d09f216b","11520":"d3b217fb","11545":"88374322","11581":"38a44006","12076":"6141c847","12102":"6fc8855c","12303":"f837dc37","12412":"39aaf0df","12476":"5661e871","12800":"0af52afe","12865":"5e6b2221","12884":"3c14d907","13006":"2a3422d8","13355":"2f239f4a","13581":"8dac6e3b","14058":"36e17526","14105":"3a842836","14227":"0cefbe63","14514":"7a985d86","14599":"7e04b927","14610":"62350f4b","14662":"3ad5a987","14889":"28740465","15148":"cae3067c","15186":"cfaaea04","15319":"a000dd29","15402":"631d9a65","16328":"7ab11814","16434":"be6a6db1","16729":"c587f787","16845":"78ab2878","17482":"e62c8987","17527":"fa4f0e3d","17622":"751c466c","17806":"05619b54","18241":"fd872c76","18302":"b76d13c6","18307":"7596ce02","19215":"72497a8d","19360":"90abe699","19519":"b4898d27","19715":"0f6cd393","19891":"9b0738e6","20026":"2dd31f8c","20576":"be65de21","20680":"8e62d92e","20700":"133d5f8f","21265":"0125199f","21423":"e4e2a321","21578":"92262669","21939":"01c928e7","22254":"5d460a99","22307":"95ad8816","22707":"3f3c98ee","23030":"04896bfb","23332":"d55dd0db","23873":"30e1a90e","24504":"56a419b9","25022":"b60531ae","25470":"e2b5904a","25705":"5fdde43d","25972":"f0655b89","26366":"873a8e05","26685":"2b596dba","26741":"5ac61aef","26883":"d8f9fdf3","27178":"4d3cf636","27182":"1b0ec7f4","27395":"0b20d7cf","27496":"9585d7b1","27506":"1ce4617a","28072":"295d5f23","28237":"8cca935a","28435":"95c54827","28723":"9348ccef","28782":"771d9db7","28982":"beec521d","29647":"33ea1782","30067":"02d0e2b0","30264":"c5a2ff50","30342":"592498f4","31006":"5613749d","31211":"14cce94c","31427":"5931c798","31674":"8c2581dd","31962":"cb7c1a97","33356":"537dbc51","33747":"45c40a09","33784":"6de17331","34093":"38af0d46","34601":"01ef7867","34741":"58436383","34800":"e5efc59a","34994":"0ed5c110","35238":"cf636358","35729":"24771aff","36029":"43770a28","36270":"a04f22dc","36784":"04975ba9","37062":"1c24bf87","37948":"003295bc","38143":"6932e253","38447":"57c8df7a","38634":"07132ce7","38797":"2cf29aa4","39332":"010e3058","39391":"c8ed8d3d","39404":"078e64ca","39695":"e33ab50d","40559":"e15af3b2","41048":"a3c64a4d","41657":"c932e6bf","41717":"8eda0533","41953":"945d29ed","42240":"38fbd445","43442":"ee9f58c5","44259":"4328fa11","44449":"c51b2211","45096":"091ba65b","45179":"ce3f0d04","45359":"72ad834c","45650":"06044806","45775":"a20c707a","45825":"7d39c5fc","45992":"2b15e966","46796":"de188c9a","46963":"cb7c1a97","47545":"1e7079ad","48077":"a79473e5","48431":"5e486b56","48689":"ff2cd6b9","49205":"e5005e14","49366":"4e7fe420","49716":"0d828a6e","49890":"be70eb6e","50869":"43cdc8da","51276":"777e6945","51461":"9a7ca46e","51582":"7e866553","51855":"cfd60bb9","52126":"6524d58f","52338":"8d3bcb09","52404":"be476c10","52806":"c6145c12","52829":"aef69c0d","52875":"b4ec197a","53247":"aa682698","53910":"ffd897d6","54056":"e2514bb8","54164":"71427620","54492":"5400e593","54572":"9f5b5953","54770":"a000dd29","54862":"ce36c4e8","55573":"67b13c84","55624":"3e487e88","56277":"f6199472","57045":"f3797597","57560":"39c32a2a","57614":"26503390","59133":"4832ec10","59649":"42dcd9aa","59788":"62f9566e","60479":"62d3f570","60533":"a8bc667f","60547":"05c4fc79","61043":"4b414438","61727":"08ae780f","61880":"abe03da3","62534":"1992f3c0","62548":"75c10d06","63157":"630046a5","64144":"dd295411","64217":"14528c07","64496":"a451c214","64520":"a064339a","65111":"0cd5ac1d","65148":"3bdb2a91","65191":"ed592879","65549":"473e23c3","65816":"8d8020cc","66063":"29b7455b","66583":"39aff7ab","66651":"5f68ed30","67242":"45816839","67878":"26e77fe3","68014":"a1528326","68665":"53053fa3","68827":"50e6abbb","68882":"3d87ffcf","69922":"8406e284","69944":"f83b6aa4","71450":"543730e6","71783":"e9cd5e03","72529":"5cfa76f4","72539":"098bac58","72570":"22b635b4","73183":"cae259bc","73220":"2faf3239","74264":"7b09fcf8","74795":"37ca6f71","75043":"272d9cc0","75357":"23f66787","75786":"69ca295c","75816":"0f6b01a1","76904":"af855dc3","77460":"e537577f","77857":"297b4366","78085":"dc5b442f","78563":"84b592e4","79489":"3588b73f","79590":"180440ed","79921":"5e632a45","80508":"453aab2d","81148":"47971f85","82339":"d0fe0b23","82425":"21cb6cae","82443":"1fb90c1f","83141":"10ad8b70","83212":"653d195e","83935":"86ab1049","84546":"3fa767fe","85048":"5a63ee01","85111":"589d44af","85297":"b26d60e3","85841":"c9e37e03","85888":"16fec599","85891":"d0106ac6","86052":"927b2037","86069":"c32e86fa","86452":"8c7b128a","86541":"79ca3a4c","86634":"2ef21078","86820":"d6c95563","86913":"a4bcdeec","87058":"b3ee7a04","87260":"55c8d75a","87922":"09550a1e","88155":"f9399b8e","88517":"528c7554","88866":"ae3c83b5","89076":"d4494ea6","89677":"2e4f6a22","89785":"be476c10","90109":"9ee154e9","90265":"b96df772","90337":"fa7199fc","91045":"378984dd","91470":"1b0ec7f4","91831":"8ecf1949","92045":"1c69675c","92501":"f43b5737","92823":"ce185e64","92983":"8b56d201","93260":"a2906cb2","93282":"abef8fca","93496":"a7055828","93665":"5c5ed7d0","93668":"1e71ce65","94078":"7293659c","94498":"4128b770","94662":"fef48d7a","94715":"d35ce21b","94849":"4d3d4fc4","95125":"b4bed666","95176":"40bc11b1","95335":"48e2c3d3","96265":"57828b83","96444":"c225e894","96882":"02736700","97008":"3972e0de","97046":"1f6bdb15","98062":"14d7be9d","98398":"70a175c0","98688":"1f2a3369","98885":"5f5c4188","99674":"6d705659"}[chunkId] + ".chunk.css"; +/******/ return "" + ({"292":"p__Classrooms__Lists__Exercise__Add__index","310":"p__User__Detail__ExperImentImg__Detail__index","556":"p__User__Detail__Order__pages__invoice__index","1095":"p__virtualSpaces__IndexNew__index","1482":"p__Classrooms__Lists__Graduation__Topics__Edit__index","1702":"p__Classrooms__New__index","2659":"p__User__Detail__UserPortrait__index","2819":"p__Classrooms__Lists__Template__detail__index","3317":"p__Classrooms__Lists__Graduation__Topics__Add__index","3391":"p__Classrooms__Lists__ProgramHomework__Detail__components__CodeReview__Detail__index","3451":"p__Classrooms__Lists__Statistics__StudentStatistics__Detail__index","3509":"p__HttpStatus__SixActivities","3585":"p__Classrooms__Lists__Statistics__StudentSituation__index","3951":"p__Classrooms__Lists__ProgramHomework__Detail__index","4736":"p__User__Detail__Projects__index","4757":"p__virtualSpaces__Lists__Workplace__index","4766":"p__Administration__index","4884":"p__Shixuns__Detail__Repository__Commit__index","4973":"p__Engineering__Evaluate__List__index","5572":"p__Paths__HigherVocationalEducation__index","6127":"p__Classrooms__Lists__ProgramHomework__Ranking__index","6685":"p__Shixuns__Detail__RankingList__index","6758":"p__Classrooms__Lists__Attachment__index","6788":"p__Classrooms__Lists__ProgramHomework__index","7043":"p__User__Detail__Topics__Exercise__Edit__index","7852":"p__Classrooms__Lists__ShixunHomeworks__index","7884":"p__Shixuns__Exports__index","8787":"p__Competitions__Entered__index","8999":"p__Three__index","9416":"p__Graduations__Lists__Tasks__index","10195":"p__Classrooms__Lists__GroupHomework__Detail__index","10485":"p__Question__AddOrEdit__BatchAdd__index","10737":"p__Classrooms__Lists__CommonHomework__Detail__components__CodeReview__Detail__index","10799":"p__User__Detail__Topics__Poll__Detail__index","10921":"p__Classrooms__Lists__Exercise__CodeDetails__index","11070":"p__Innovation__PublicMirror__index","11253":"p__Graduations__Lists__Gradingsummary__index","11512":"p__Classrooms__Lists__Exercise__AnswerCheck__index","11520":"p__Engineering__Lists__StudentList__index","11545":"p__Paperlibrary__Random__ExchangeFromProblemSet__index","11581":"p__Problemset__Preview__index","12076":"p__User__Detail__Competitions__index","12102":"p__Classrooms__Lists__Board__Edit__index","12303":"p__Classrooms__Lists__CommonHomework__Comment__index","12412":"p__User__Detail__Videos__index","12476":"p__Colleges__index","12865":"p__Innovation__MyMirror__index","12884":"p__Classrooms__Lists__ProgramHomework__Comment__index","13006":"p__Engineering__index","13355":"p__Classrooms__Lists__Polls__index","13581":"p__Classrooms__Lists__ShixunHomeworks__Detail__index","14058":"p__Demo__index","14105":"p__Classrooms__Lists__Exercise__Answer__index","14227":"p__Paths__Overview__index","14514":"p__Account__Results__index","14599":"p__Problemset__index","14610":"p__User__Detail__LearningPath__index","14662":"p__Classrooms__Lists__GroupHomework__Review__index","14889":"p__Classrooms__Lists__Exercise__ImitateAnswer__index","15148":"p__Classrooms__Lists__Template__index","15186":"p__Classrooms__Overview__index","15319":"p__Classrooms__Lists__ProgramHomework__Detail__answer__Detail__index","15402":"p__User__Detail__Topics__Detail__index","16328":"p__Shixuns__Edit__body__Warehouse__index","16434":"p__User__Detail__Order__pages__records__index","16729":"p__Classrooms__Lists__GroupHomework__Edit__index","16845":"p__Shixuns__Detail__Settings__index","17482":"p__Classrooms__Lists__Exercise__Notice__index","17527":"p__MyProblem__RecordDetail__index","17622":"p__Classrooms__Lists__Polls__Detail__index","17806":"p__Classrooms__Lists__Statistics__StatisticsQuality__index","18241":"p__virtualSpaces__Lists__Plan__index","18302":"p__Classrooms__Lists__Board__index","18307":"p__User__Detail__Shixuns__index","19215":"p__Shixuns__Detail__ForkList__index","19360":"p__User__Detail__virtualSpaces__index","19519":"p__User__Detail__ClassManagement__Item__index","19715":"p__Classrooms__Lists__CommonHomework__Edit__index","19891":"p__User__Detail__Videos__Success__index","20026":"p__Classrooms__Lists__Graduation__Tasks__Edit__index","20576":"p__Account__Profile__Edit__index","20680":"p__Innovation__index","20700":"p__tasks__Jupyter__index","21265":"p__Classrooms__Lists__Announcement__index","21423":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeAnswer__index","21578":"p__Classrooms__Lists__Graduation__Topics__Detail__index","21939":"p__User__Detail__Order__index","22254":"p__Shixuns__Detail__Discuss__index","22307":"p__Report__index","22707":"p__Innovation__MyDataSet__index","23030":"p__virtualSpaces__Lists__Settings__components__Member__index","23332":"p__Paths__Detail__id","23873":"p__virtualSpaces__Lists__Lesson__index","24504":"p__virtualSpaces__Lists__Survey__index","25022":"p__Graduations__Lists__Settings__index","25470":"p__Shixuns__Detail__Collaborators__index","25705":"p__virtualSpaces__Lists__Construction__index","25972":"layouts__user__index","26366":"p__Innovation__PublicProject__index","26685":"p__Classrooms__Index__index","26741":"p__Engineering__Norm__List__index","26883":"p__Competitions__Index__index","27178":"p__User__BindAccount__index","27182":"p__User__ResetPassword__index","27395":"p__Classrooms__Lists__Statistics__StudentDetail__index","27496":"p__virtualSpaces__Lists__CourseData__index","28072":"p__Classrooms__Lists__GroupHomework__SubmitWork__index","28237":"p__User__Detail__Order__pages__view__index","28435":"p__Classrooms__Lists__Attendance__index","28723":"p__Classrooms__Lists__Polls__Edit__index","28782":"p__Shixuns__Index__index","28982":"p__Paths__New__index","29647":"p__Question__Index__index","30067":"p__Message__index","30264":"p__User__Detail__Order__pages__orderPay__index","30342":"p__Classrooms__Lists__ShixunHomeworks__Comment__index","31006":"p__RestFul__index","31211":"p__Classrooms__Lists__CommonHomework__EditWork__index","31427":"p__Classrooms__Lists__Statistics__index","31674":"p__Classrooms__ClassicCases__index","31962":"p__Classrooms__Lists__Engineering__index","33356":"p__Classrooms__Lists__Assistant__index","33747":"p__virtualSpaces__Lists__Homepage__index","33784":"p__Paperlibrary__Random__Detail__index","34093":"p__Classrooms__Lists__Attendance__Detail__index","34601":"p__Paths__Detail__Statistics__index","34741":"p__Problems__OjForm__NewEdit__index","34800":"p__Engineering__Lists__GraduatedMatrix__index","34994":"p__Problems__OjForm__index","35238":"p__virtualSpaces__Lists__Material__index","35729":"p__Help__Index","36029":"p__Administration__Student__index","36270":"p__MyProblem__index","36784":"p__Innovation__Edit__index","37062":"layouts__SimpleLayouts","37948":"p__User__Detail__ClassManagement__index","38143":"layouts__GraduationsDetail__index","38447":"p__virtualSpaces__Lists__Knowledge__index","38634":"p__Classrooms__Lists__CourseGroup__List__index","38797":"p__Competitions__Edit__index","39332":"p__Classrooms__Lists__Video__index","39391":"p__Engineering__Lists__CurseSetting__index","39404":"monaco-editor","39695":"p__Classrooms__Lists__Polls__Add__index","40559":"layouts__virtualDetail__index","41048":"p__Classrooms__Lists__ProgramHomework__Detail__Ranking__index","41657":"p__Shixuns__Edit__body__Level__Challenges__EditQuestion__index","41717":"layouts__index","41953":"p__Problemset__NewItem__index","42240":"p__User__Detail__Videos__Upload__index","43442":"p__Classrooms__Lists__Board__Add__index","44259":"p__User__Detail__Order__pages__result__index","44449":"p__Competitions__Exports__index","45096":"p__Shixuns__Detail__AuditSituation__index","45179":"p__Administration__Student__Edit__index","45359":"p__Messages__Detail__index","45650":"p__Competitions__Update__index","45775":"p__Engineering__Lists__Document__index","45825":"p__Classrooms__Lists__Exercise__index","45992":"p__Classrooms__Lists__Exercise__ReviewGroup__index","46796":"p__virtualSpaces__Lists__Announcement__Detail__index","46963":"p__Classrooms__Lists__Engineering__Detail__index","47545":"p__Graduations__Lists__Archives__index","48077":"p__Classrooms__Lists__Students__index","48431":"p__Classrooms__Lists__Exercise__Export__index","48689":"p__Classrooms__Lists__Statistics__VideoStatistics__index","49205":"p__Shixuns__Edit__body__Level__Challenges__EditPracticeSetting__index","49366":"p__User__Login__index","49716":"p__Question__OjProblem__RecordDetail__index","49890":"p__Classrooms__Lists__CommonHomework__index","50869":"p__Guidance__index","51276":"p__MoopCases__Success__index","51461":"p__Graduations__Lists__Topics__index","51582":"p__Classrooms__Lists__GroupHomework__Add__index","51855":"p__MoopCases__InfoPanel__index","52338":"p__Classrooms__Lists__CommonHomework__Review__index","52404":"p__Classrooms__Lists__Template__teacher__index","52806":"p__User__Detail__Topics__Exercise__Detail__index","52829":"p__Messages__Private__index","52875":"p__Shixuns__Detail__id","53247":"p__Paperlibrary__See__index","53910":"p__HttpStatus__introduction","54056":"p__IntrainCourse__index","54164":"p__Classrooms__Lists__Exercise__Detail__index","54492":"p__Graduations__Lists__StudentSelection__index","54572":"p__Classrooms__Lists__ExportList__index","54770":"p__Classrooms__Lists__ProgramHomework__Detail__answer__index","54862":"p__Paperlibrary__index","55573":"p__Shixuns__Detail__Merge__index","55624":"p__Graduations__Lists__Index__index","56277":"p__Shixuns__Edit__index","57045":"p__Classrooms__Lists__CommonHomework__SubmitWork__index","57560":"p__Administration__College__index","57614":"p__Shixuns__Edit__body__Level__Challenges__RankingSetting__index","59133":"p__Shixuns__Detail__Challenges__index","59649":"p__Engineering__Lists__TrainingProgram__index","59788":"p__Account__Profile__index","60479":"p__Classrooms__Lists__GroupHomework__EditWork__index","60533":"p__Classrooms__Lists__Video__Statistics__Detail__index","60547":"p__Account__index","61043":"p__Classrooms__Lists__Graduation__Tasks__index","61727":"p__Classrooms__Lists__CourseGroup__NotList__index","61880":"p__User__Detail__Order__pages__apply__index","62548":"p__Engineering__Norm__Detail__index","63157":"p__User__Detail__ExperImentImg__Add__index","64144":"p__Problemset__Preview__New__index","64217":"p__Classrooms__Lists__Video__Statistics__index","64496":"p__HttpStatus__HpcCourse","64520":"p__Account__Secure__index","65111":"p__Terminal__index","65148":"p__Classrooms__Lists__Polls__Answer__index","65191":"p__User__Detail__Certificate__index","65549":"p__Shixuns__New__CreateImg__index","65816":"p__virtualSpaces__Lists__Announcement__index","66063":"p__Graduations__Lists__Personmanage__index","66583":"p__User__Detail__Classrooms__index","66651":"p__Engineering__Evaluate__Detail__index","67242":"p__Innovation__MyProject__index","67878":"p__Classrooms__Lists__LiveVideo__index","68014":"p__Classrooms__Lists__Teachers__index","68665":"p__Engineering__Lists__TrainingObjectives__index","68827":"p__Classrooms__Lists__OnlineLearning__index","68882":"p__Classrooms__Lists__Graduation__Tasks__Detail__index","69922":"p__Classrooms__Lists__Statistics__StudentVideo__index","69944":"p__Classrooms__Lists__Video__Statistics__StudentDetail__index","71450":"p__Classrooms__Lists__ShixunHomeworks__Commitsummary__index","71783":"p__virtualSpaces__Lists__Experiment__index","72529":"p__User__Detail__id","72539":"p__Graduations__Review__index","72570":"p__Competitions__Detail__index","73183":"p__Engineering__Lists__GraduationIndex__index","73220":"p__Classrooms__Lists__Video__Upload__index","74264":"p__Forums__New__index","74795":"p__Classrooms__Lists__Graduation__Tasks__Add__index","75043":"p__User__Detail__Topics__Poll__Edit__index","75357":"p__Engineering__Lists__TrainingProgram__Edit__index","75786":"layouts__LoginAndRegister__index","75816":"p__Paperlibrary__Random__Edit__index","76904":"p__MoopCases__FormPanel__index","77460":"p__Question__OjProblem__index","77857":"p__Shixuns__Edit__body__Level__Challenges__NewQuestion__index","78085":"p__Classrooms__Lists__Exercise__Review__index","78563":"p__virtualSpaces__Lists__Discussion__Detail__index","79489":"p__Engineering__Lists__CourseList__index","79590":"p__User__Detail__TeachGroup__index","79921":"p__Classrooms__ExamList__index","80508":"p__Forums__Detail__id","81148":"p__Shixuns__Detail__Repository__UploadFile__index","82339":"p__virtualSpaces__Lists__Plan__Detail__index","82425":"p__Classrooms__Lists__Board__Detail__index","82443":"p__Graduations__Lists__StageModule__index","83141":"p__Innovation__Detail__index","83212":"p__MoopCases__index","83935":"p__Classrooms__Lists__GroupHomework__index","84546":"p__Engineering__Lists__TrainingProgram__Add__index","85048":"p__Classrooms__Lists__Graduation__Topics__index","85111":"p__User__Detail__Order__pages__orderInformation__index","85297":"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index","85841":"p__virtualSpaces__Lists__Settings__components__ModuleSettings__index","85888":"p__Classrooms__Lists__CommonHomework__Add__index","85891":"p__virtualSpaces__Lists__Resources__index","86052":"p__Paths__Index__index","86069":"p__virtualSpaces__Lists__Lesson__Detail__index","86452":"p__Innovation__PublicDataSet__index","86541":"p__Shixuns__Detail__Dataset__index","86634":"p__Innovation__Tasks__index","86820":"p__User__Detail__Topics__Normal__index","86913":"p__Question__AddOrEdit__index","87058":"p__virtualSpaces__Lists__Survey__Detail__index","87260":"p__Account__Certification__index","87922":"p__Classrooms__Lists__CourseGroup__Detail__index","88155":"p__Shixuns__Overview__index","88517":"p__User__Detail__Topics__Group__index","88866":"p__index","89076":"p__Account__Binding__index","89677":"p__virtualSpaces__Lists__Announcement__AddAndEdit__index","89785":"p__Classrooms__Lists__Template__student__index","90109":"p__Classrooms__Lists__ShixunHomeworks__Detail__components__CodeReview__Detail__index","90265":"p__User__Detail__Topics__index","90337":"p__Paperlibrary__Random__PreviewEdit__index","91045":"p__virtualSpaces__Lists__Knowledge__AddAndEdit__index","91470":"p__User__Register__index","91831":"p__Graduations__Index__index","92045":"p__Engineering__Lists__TeacherList__index","92501":"p__Search__index","92823":"p__Engineering__Navigation__Home__index","92983":"p__Forums__Index__index","93260":"p__Paperlibrary__Add__index","93282":"layouts__ShixunDetail__index","93496":"p__User__Detail__OtherResources__index","93665":"p__tasks__index","93668":"p__Classrooms__Lists__CommonHomework__Detail__index","94078":"p__Messages__Tidings__index","94498":"p__Shixuns__Edit__body__Level__Challenges__NewPractice__index","94662":"p__User__Detail__Paths__index","94715":"p__virtualSpaces__Lists__Material__Detail__index","94849":"p__User__Detail__ExperImentImg__index","95125":"p__Classrooms__Lists__Exercise__DetailedAnalysis__index","95176":"p__User__Detail__Videos__Protocol__index","95335":"p__Engineering__Lists__CourseMatrix__index","96265":"p__virtualSpaces__Lists__Discussion__index","96444":"p__Video__Detail__id","96882":"p__Classrooms__New__StartClass__index","97008":"p__Shixuns__New__index","97046":"p__Shixuns__Detail__Repository__AddFile__index","98062":"p__User__Detail__Topicbank__index","98398":"p__virtualSpaces__Lists__Resources__Detail__index","98688":"p__Shixuns__Detail__Repository__index","98885":"p__Classrooms__Lists__Statistics__StudentStatistics__index","99674":"p__Shixuns__New__ImagePreview__index"}[chunkId] || chunkId) + "." + {"292":"891de397","310":"2dd37101","556":"75912dd9","1095":"01d56507","1482":"ba8bfd7f","1702":"20240947","2659":"0ed8e1b6","2819":"76038a59","3317":"f66fcb7f","3391":"da376102","3451":"7c4da323","3509":"91b37f65","3585":"6b73aa4a","3951":"52b982ed","4736":"576bbd04","4757":"3a279f51","4766":"fd753a04","4884":"1231c135","4973":"172e2b5f","5572":"f057c0c6","6127":"105265c5","6685":"bb75ec58","6758":"ffdf133f","6788":"6c9cdfd9","7043":"87e253ae","7852":"f0b55e3a","7884":"17a45636","8787":"a9d33e68","8999":"9dffb7de","9416":"5e5ae029","10195":"b53dad48","10485":"5551d235","10737":"8f3f6a7b","10799":"98a699c5","10921":"f47a313d","11070":"8e62d92e","11253":"9ce31fb7","11512":"d09f216b","11520":"d3b217fb","11545":"88374322","11581":"38a44006","12076":"6141c847","12102":"6fc8855c","12303":"f837dc37","12412":"39aaf0df","12476":"5661e871","12800":"0af52afe","12865":"5e6b2221","12884":"3c14d907","13006":"2a3422d8","13355":"2f239f4a","13581":"8dac6e3b","14058":"36e17526","14105":"3a842836","14227":"0cefbe63","14514":"7a985d86","14599":"7e04b927","14610":"62350f4b","14662":"3ad5a987","14889":"28740465","15148":"cae3067c","15186":"cfaaea04","15319":"a000dd29","15402":"631d9a65","16328":"7ab11814","16434":"be6a6db1","16729":"c587f787","16845":"78ab2878","17482":"e62c8987","17527":"fa4f0e3d","17622":"751c466c","17806":"05619b54","18241":"fd872c76","18302":"b76d13c6","18307":"7596ce02","19215":"72497a8d","19360":"90abe699","19519":"b4898d27","19715":"0f6cd393","19891":"9b0738e6","20026":"2dd31f8c","20576":"be65de21","20680":"8e62d92e","20700":"133d5f8f","21265":"0125199f","21423":"e4e2a321","21578":"92262669","21939":"01c928e7","22254":"5d460a99","22307":"95ad8816","22707":"3f3c98ee","23030":"04896bfb","23332":"d55dd0db","23873":"30e1a90e","24504":"56a419b9","25022":"b60531ae","25470":"e2b5904a","25705":"5fdde43d","25972":"f0655b89","26366":"873a8e05","26685":"2b596dba","26741":"5ac61aef","26883":"d8f9fdf3","27178":"4d3cf636","27182":"1b0ec7f4","27395":"0b20d7cf","27496":"9585d7b1","27506":"1ce4617a","28072":"295d5f23","28237":"8cca935a","28435":"95c54827","28723":"9348ccef","28782":"771d9db7","28982":"beec521d","29647":"33ea1782","30067":"02d0e2b0","30264":"c5a2ff50","30342":"592498f4","31006":"5613749d","31211":"14cce94c","31427":"5931c798","31674":"8c2581dd","31962":"cb7c1a97","33356":"537dbc51","33747":"45c40a09","33784":"6de17331","34093":"38af0d46","34601":"01ef7867","34741":"58436383","34800":"e5efc59a","34994":"0ed5c110","35238":"cf636358","35729":"24771aff","36029":"43770a28","36270":"a04f22dc","36784":"04975ba9","37062":"1c24bf87","37948":"003295bc","38143":"6932e253","38447":"57c8df7a","38634":"07132ce7","38797":"2cf29aa4","39332":"010e3058","39391":"c8ed8d3d","39404":"078e64ca","39695":"e33ab50d","40559":"e15af3b2","41048":"a3c64a4d","41657":"c932e6bf","41717":"8eda0533","41953":"945d29ed","42240":"38fbd445","43442":"ee9f58c5","44259":"4328fa11","44449":"c51b2211","45096":"091ba65b","45179":"ce3f0d04","45359":"72ad834c","45650":"06044806","45775":"a20c707a","45825":"7d39c5fc","45992":"2b15e966","46796":"de188c9a","46963":"cb7c1a97","47545":"1e7079ad","48077":"a79473e5","48431":"5e486b56","48689":"ff2cd6b9","49205":"e5005e14","49366":"4e7fe420","49716":"0d828a6e","49890":"be70eb6e","50869":"43cdc8da","51276":"777e6945","51461":"9a7ca46e","51582":"7e866553","51855":"cfd60bb9","52126":"6524d58f","52338":"8d3bcb09","52404":"be476c10","52806":"c6145c12","52829":"aef69c0d","52875":"b4ec197a","53247":"aa682698","53910":"ffd897d6","54056":"e2514bb8","54164":"71427620","54492":"5400e593","54572":"9f5b5953","54770":"a000dd29","54862":"30b98f55","55573":"67b13c84","55624":"3e487e88","56277":"f6199472","57045":"f3797597","57560":"39c32a2a","57614":"26503390","59133":"4832ec10","59649":"42dcd9aa","59788":"62f9566e","60479":"62d3f570","60533":"a8bc667f","60547":"05c4fc79","61043":"4b414438","61727":"08ae780f","61880":"abe03da3","62534":"1992f3c0","62548":"75c10d06","63157":"630046a5","64144":"dd295411","64217":"14528c07","64496":"a451c214","64520":"a064339a","65111":"0cd5ac1d","65148":"3bdb2a91","65191":"ed592879","65549":"473e23c3","65816":"8d8020cc","66063":"29b7455b","66583":"39aff7ab","66651":"5f68ed30","67242":"45816839","67878":"26e77fe3","68014":"a1528326","68665":"53053fa3","68827":"50e6abbb","68882":"3d87ffcf","69922":"8406e284","69944":"f83b6aa4","71450":"543730e6","71783":"914df0a5","72529":"5cfa76f4","72539":"098bac58","72570":"22b635b4","73183":"cae259bc","73220":"2faf3239","74264":"7b09fcf8","74795":"37ca6f71","75043":"272d9cc0","75357":"23f66787","75786":"69ca295c","75816":"0f6b01a1","76904":"af855dc3","77460":"e537577f","77857":"297b4366","78085":"dc5b442f","78563":"84b592e4","79489":"3588b73f","79590":"180440ed","79921":"5e632a45","80508":"453aab2d","81148":"47971f85","82339":"d0fe0b23","82425":"21cb6cae","82443":"1fb90c1f","83141":"10ad8b70","83212":"653d195e","83935":"86ab1049","84546":"3fa767fe","85048":"5a63ee01","85111":"589d44af","85297":"b26d60e3","85841":"c9e37e03","85888":"16fec599","85891":"d0106ac6","86052":"927b2037","86069":"c32e86fa","86452":"8c7b128a","86541":"79ca3a4c","86634":"2ef21078","86820":"d6c95563","86913":"a4bcdeec","87058":"b3ee7a04","87260":"55c8d75a","87922":"09550a1e","88155":"f9399b8e","88517":"528c7554","88866":"ae3c83b5","89076":"d4494ea6","89677":"2e4f6a22","89785":"be476c10","90109":"9ee154e9","90265":"b96df772","90337":"fa7199fc","91045":"378984dd","91470":"1b0ec7f4","91831":"8ecf1949","92045":"1c69675c","92501":"f43b5737","92823":"ce185e64","92983":"8b56d201","93260":"a2906cb2","93282":"abef8fca","93496":"a7055828","93665":"5c5ed7d0","93668":"1e71ce65","94078":"7293659c","94498":"4128b770","94662":"fef48d7a","94715":"d35ce21b","94849":"4d3d4fc4","95125":"b4bed666","95176":"40bc11b1","95335":"48e2c3d3","96265":"57828b83","96444":"c225e894","96882":"02736700","97008":"3972e0de","97046":"1f6bdb15","98062":"14d7be9d","98398":"70a175c0","98688":"1f2a3369","98885":"5f5c4188","99674":"6d705659"}[chunkId] + ".chunk.css"; /******/ }; /******/ }(); /******/ @@ -209845,7 +209848,7 @@ function _getRoutes() { return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(9951), __webpack_require__.e(88973), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(20603), __webpack_require__.e(3406), __webpack_require__.e(14376), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 66355)); }), '3': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Paperlibrary__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(99313), __webpack_require__.e(3406), __webpack_require__.e(1806), __webpack_require__.e(21515), __webpack_require__.e(97120), __webpack_require__.e(30116), __webpack_require__.e(54862)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paperlibrary/index.tsx */ 47141)); + return Promise.all(/*! import() | p__Paperlibrary__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(99313), __webpack_require__.e(3406), __webpack_require__.e(1806), __webpack_require__.e(21515), __webpack_require__.e(97120), __webpack_require__.e(30116), __webpack_require__.e(54862)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paperlibrary/index.tsx */ 81463)); }), '4': /*#__PURE__*/_react_17_0_2_react.lazy(function () { return Promise.all(/*! import() | p__Paperlibrary__Add__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(93948), __webpack_require__.e(59028), __webpack_require__.e(5301), __webpack_require__.e(2360), __webpack_require__.e(99313), __webpack_require__.e(19842), __webpack_require__.e(56156), __webpack_require__.e(36381), __webpack_require__.e(78018), __webpack_require__.e(64467), __webpack_require__.e(2805), __webpack_require__.e(12800), __webpack_require__.e(64106), __webpack_require__.e(93260)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paperlibrary/Add/index.tsx */ 70908)); @@ -209878,7 +209881,7 @@ function _getRoutes() { return Promise.all(/*! import() | p__Guidance__index */[__webpack_require__.e(96865), __webpack_require__.e(50869)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Guidance/index.tsx */ 89704)); }), '14': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Paths__Detail__id */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(93948), __webpack_require__.e(59028), __webpack_require__.e(5301), __webpack_require__.e(2360), __webpack_require__.e(89831), __webpack_require__.e(99313), __webpack_require__.e(57930), __webpack_require__.e(42441), __webpack_require__.e(43428), __webpack_require__.e(19842), __webpack_require__.e(65022), __webpack_require__.e(56047), __webpack_require__.e(42698), __webpack_require__.e(12911), __webpack_require__.e(43110), __webpack_require__.e(63365), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(20603), __webpack_require__.e(3406), __webpack_require__.e(45948), __webpack_require__.e(57665), __webpack_require__.e(23332)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paths/Detail/[id].tsx */ 23759)); + return Promise.all(/*! import() | p__Paths__Detail__id */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(93948), __webpack_require__.e(59028), __webpack_require__.e(5301), __webpack_require__.e(2360), __webpack_require__.e(89831), __webpack_require__.e(99313), __webpack_require__.e(57930), __webpack_require__.e(42441), __webpack_require__.e(43428), __webpack_require__.e(19842), __webpack_require__.e(65022), __webpack_require__.e(56047), __webpack_require__.e(12911), __webpack_require__.e(42698), __webpack_require__.e(43110), __webpack_require__.e(63365), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(20603), __webpack_require__.e(3406), __webpack_require__.e(45948), __webpack_require__.e(57665), __webpack_require__.e(23332)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paths/Detail/[id].tsx */ 23759)); }), '15': /*#__PURE__*/_react_17_0_2_react.lazy(function () { return Promise.all(/*! import() | p__Paths__Detail__Statistics__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(99313), __webpack_require__.e(57930), __webpack_require__.e(42441), __webpack_require__.e(34601)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paths/Detail/Statistics/index.tsx */ 46469)); @@ -210139,10 +210142,10 @@ function _getRoutes() { return Promise.all(/*! import() | p__Classrooms__Lists__Graduation__Tasks__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(96865), __webpack_require__.e(57930), __webpack_require__.e(61043)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Graduation/Tasks/index.tsx */ 91541)); }), '101': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Classrooms__Lists__Exercise__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(99313), __webpack_require__.e(57930), __webpack_require__.e(12911), __webpack_require__.e(13488), __webpack_require__.e(3406), __webpack_require__.e(21515), __webpack_require__.e(93108), __webpack_require__.e(45825)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Exercise/index.tsx */ 63772)); + return Promise.all(/*! import() | p__Classrooms__Lists__Exercise__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(99313), __webpack_require__.e(57930), __webpack_require__.e(12911), __webpack_require__.e(13488), __webpack_require__.e(24680), __webpack_require__.e(3406), __webpack_require__.e(21515), __webpack_require__.e(93108), __webpack_require__.e(45825)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Exercise/index.tsx */ 58652)); }), '102': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__Classrooms__Lists__Exercise__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(99313), __webpack_require__.e(57930), __webpack_require__.e(12911), __webpack_require__.e(13488), __webpack_require__.e(3406), __webpack_require__.e(21515), __webpack_require__.e(93108), __webpack_require__.e(45825)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Exercise/index.tsx */ 63772)); + return Promise.all(/*! import() | p__Classrooms__Lists__Exercise__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(99313), __webpack_require__.e(57930), __webpack_require__.e(12911), __webpack_require__.e(13488), __webpack_require__.e(24680), __webpack_require__.e(3406), __webpack_require__.e(21515), __webpack_require__.e(93108), __webpack_require__.e(45825)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Exercise/index.tsx */ 58652)); }), '103': /*#__PURE__*/_react_17_0_2_react.lazy(function () { return Promise.all(/*! import() | p__Classrooms__Lists__Polls__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(99313), __webpack_require__.e(57930), __webpack_require__.e(13488), __webpack_require__.e(13355)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Polls/index.tsx */ 39148)); @@ -210697,19 +210700,19 @@ function _getRoutes() { return __webpack_require__.e(/*! import() */ 65693).then(__webpack_require__.bind(__webpack_require__, /*! ./EmptyRoute */ 65693)); }), '287': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__tasks__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(93948), __webpack_require__.e(59028), __webpack_require__.e(5301), __webpack_require__.e(2360), __webpack_require__.e(99313), __webpack_require__.e(43428), __webpack_require__.e(56156), __webpack_require__.e(75149), __webpack_require__.e(21560), __webpack_require__.e(12911), __webpack_require__.e(6806), __webpack_require__.e(11893), __webpack_require__.e(68786), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(20603), __webpack_require__.e(3406), __webpack_require__.e(58599), __webpack_require__.e(7714), __webpack_require__.e(59363), __webpack_require__.e(93665)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/tasks/index.jsx */ 97531)); + return Promise.all(/*! import() | p__tasks__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(93948), __webpack_require__.e(59028), __webpack_require__.e(5301), __webpack_require__.e(2360), __webpack_require__.e(99313), __webpack_require__.e(43428), __webpack_require__.e(56156), __webpack_require__.e(75149), __webpack_require__.e(12911), __webpack_require__.e(21560), __webpack_require__.e(6806), __webpack_require__.e(11893), __webpack_require__.e(68786), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(20603), __webpack_require__.e(3406), __webpack_require__.e(58599), __webpack_require__.e(7714), __webpack_require__.e(59363), __webpack_require__.e(93665)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/tasks/index.jsx */ 97531)); }), '288': /*#__PURE__*/_react_17_0_2_react.lazy(function () { return Promise.all(/*! import() | p__tasks__Jupyter__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(93948), __webpack_require__.e(59028), __webpack_require__.e(43428), __webpack_require__.e(11893), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(20603), __webpack_require__.e(98382), __webpack_require__.e(59363), __webpack_require__.e(20700)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/tasks/Jupyter/index.tsx */ 18307)); }), '289': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__tasks__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(93948), __webpack_require__.e(59028), __webpack_require__.e(5301), __webpack_require__.e(2360), __webpack_require__.e(99313), __webpack_require__.e(43428), __webpack_require__.e(56156), __webpack_require__.e(75149), __webpack_require__.e(21560), __webpack_require__.e(12911), __webpack_require__.e(6806), __webpack_require__.e(11893), __webpack_require__.e(68786), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(20603), __webpack_require__.e(3406), __webpack_require__.e(58599), __webpack_require__.e(7714), __webpack_require__.e(59363), __webpack_require__.e(93665)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/tasks/index.jsx */ 97531)); + return Promise.all(/*! import() | p__tasks__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(93948), __webpack_require__.e(59028), __webpack_require__.e(5301), __webpack_require__.e(2360), __webpack_require__.e(99313), __webpack_require__.e(43428), __webpack_require__.e(56156), __webpack_require__.e(75149), __webpack_require__.e(12911), __webpack_require__.e(21560), __webpack_require__.e(6806), __webpack_require__.e(11893), __webpack_require__.e(68786), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(20603), __webpack_require__.e(3406), __webpack_require__.e(58599), __webpack_require__.e(7714), __webpack_require__.e(59363), __webpack_require__.e(93665)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/tasks/index.jsx */ 97531)); }), '290': /*#__PURE__*/_react_17_0_2_react.lazy(function () { return Promise.all(/*! import() | p__tasks__Jupyter__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(93948), __webpack_require__.e(59028), __webpack_require__.e(43428), __webpack_require__.e(11893), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(20603), __webpack_require__.e(98382), __webpack_require__.e(59363), __webpack_require__.e(20700)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/tasks/Jupyter/index.tsx */ 18307)); }), '291': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__tasks__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(93948), __webpack_require__.e(59028), __webpack_require__.e(5301), __webpack_require__.e(2360), __webpack_require__.e(99313), __webpack_require__.e(43428), __webpack_require__.e(56156), __webpack_require__.e(75149), __webpack_require__.e(21560), __webpack_require__.e(12911), __webpack_require__.e(6806), __webpack_require__.e(11893), __webpack_require__.e(68786), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(20603), __webpack_require__.e(3406), __webpack_require__.e(58599), __webpack_require__.e(7714), __webpack_require__.e(59363), __webpack_require__.e(93665)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/tasks/index.jsx */ 97531)); + return Promise.all(/*! import() | p__tasks__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(93948), __webpack_require__.e(59028), __webpack_require__.e(5301), __webpack_require__.e(2360), __webpack_require__.e(99313), __webpack_require__.e(43428), __webpack_require__.e(56156), __webpack_require__.e(75149), __webpack_require__.e(12911), __webpack_require__.e(21560), __webpack_require__.e(6806), __webpack_require__.e(11893), __webpack_require__.e(68786), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(20603), __webpack_require__.e(3406), __webpack_require__.e(58599), __webpack_require__.e(7714), __webpack_require__.e(59363), __webpack_require__.e(93665)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/tasks/index.jsx */ 97531)); }), '292': /*#__PURE__*/_react_17_0_2_react.lazy(function () { return __webpack_require__.e(/*! import() */ 65693).then(__webpack_require__.bind(__webpack_require__, /*! ./EmptyRoute */ 65693)); @@ -210808,7 +210811,7 @@ function _getRoutes() { return Promise.all(/*! import() | p__virtualSpaces__Lists__Homepage__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(96865), __webpack_require__.e(94001), __webpack_require__.e(5301), __webpack_require__.e(2360), __webpack_require__.e(89831), __webpack_require__.e(21321), __webpack_require__.e(12800), __webpack_require__.e(52126), __webpack_require__.e(33747)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/virtualSpaces/Lists/Homepage/index.tsx */ 96302)); }), '324': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__virtualSpaces__Lists__Experiment__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(89831), __webpack_require__.e(99313), __webpack_require__.e(43428), __webpack_require__.e(19842), __webpack_require__.e(52126), __webpack_require__.e(3406), __webpack_require__.e(21515), __webpack_require__.e(75876), __webpack_require__.e(64587), __webpack_require__.e(71783)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/virtualSpaces/Lists/Experiment/index.tsx */ 46373)); + return Promise.all(/*! import() | p__virtualSpaces__Lists__Experiment__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(89831), __webpack_require__.e(99313), __webpack_require__.e(43428), __webpack_require__.e(19842), __webpack_require__.e(12911), __webpack_require__.e(24680), __webpack_require__.e(7936), __webpack_require__.e(52126), __webpack_require__.e(3406), __webpack_require__.e(1806), __webpack_require__.e(21515), __webpack_require__.e(97120), __webpack_require__.e(30116), __webpack_require__.e(75876), __webpack_require__.e(64587), __webpack_require__.e(71783)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/virtualSpaces/Lists/Experiment/index.tsx */ 46373)); }), '325': /*#__PURE__*/_react_17_0_2_react.lazy(function () { return Promise.all(/*! import() | p__virtualSpaces__Lists__Announcement__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(27092), __webpack_require__.e(96865), __webpack_require__.e(89831), __webpack_require__.e(27155), __webpack_require__.e(52126), __webpack_require__.e(65816)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/virtualSpaces/Lists/Announcement/index.tsx */ 65832)); @@ -210904,7 +210907,7 @@ function _getRoutes() { return Promise.all(/*! import() | p__virtualSpaces__Lists__Homepage__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(96865), __webpack_require__.e(94001), __webpack_require__.e(5301), __webpack_require__.e(2360), __webpack_require__.e(89831), __webpack_require__.e(21321), __webpack_require__.e(12800), __webpack_require__.e(52126), __webpack_require__.e(33747)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/virtualSpaces/Lists/Homepage/index.tsx */ 96302)); }), '356': /*#__PURE__*/_react_17_0_2_react.lazy(function () { - return Promise.all(/*! import() | p__virtualSpaces__Lists__Experiment__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(89831), __webpack_require__.e(99313), __webpack_require__.e(43428), __webpack_require__.e(19842), __webpack_require__.e(52126), __webpack_require__.e(3406), __webpack_require__.e(21515), __webpack_require__.e(75876), __webpack_require__.e(64587), __webpack_require__.e(71783)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/virtualSpaces/Lists/Experiment/index.tsx */ 46373)); + return Promise.all(/*! import() | p__virtualSpaces__Lists__Experiment__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(27092), __webpack_require__.e(78782), __webpack_require__.e(63995), __webpack_require__.e(96865), __webpack_require__.e(49029), __webpack_require__.e(61998), __webpack_require__.e(94001), __webpack_require__.e(89831), __webpack_require__.e(99313), __webpack_require__.e(43428), __webpack_require__.e(19842), __webpack_require__.e(12911), __webpack_require__.e(24680), __webpack_require__.e(7936), __webpack_require__.e(52126), __webpack_require__.e(3406), __webpack_require__.e(1806), __webpack_require__.e(21515), __webpack_require__.e(97120), __webpack_require__.e(30116), __webpack_require__.e(75876), __webpack_require__.e(64587), __webpack_require__.e(71783)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/virtualSpaces/Lists/Experiment/index.tsx */ 46373)); }), '357': /*#__PURE__*/_react_17_0_2_react.lazy(function () { return Promise.all(/*! import() | p__virtualSpaces__Lists__Announcement__index */[__webpack_require__.e(46573), __webpack_require__.e(50812), __webpack_require__.e(74630), __webpack_require__.e(39440), __webpack_require__.e(24665), __webpack_require__.e(41228), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(27092), __webpack_require__.e(96865), __webpack_require__.e(89831), __webpack_require__.e(27155), __webpack_require__.e(52126), __webpack_require__.e(65816)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/virtualSpaces/Lists/Announcement/index.tsx */ 65832));