You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1515 lines
70 KiB
1515 lines
70 KiB
"use strict";
|
|
(self["webpackChunk"] = self["webpackChunk"] || []).push([[98688],{
|
|
|
|
/***/ 24336:
|
|
/*!**********************************************************!*\
|
|
!*** ./src/components/FixedButton/index.tsx + 1 modules ***!
|
|
\**********************************************************/
|
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
|
// EXPORTS
|
|
__webpack_require__.d(__webpack_exports__, {
|
|
t: function() { return /* binding */ FixedButton; }
|
|
});
|
|
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/objectSpread2.js
|
|
var objectSpread2 = __webpack_require__(26801);
|
|
var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2);
|
|
// 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/button/index.js
|
|
var es_button = __webpack_require__(3113);
|
|
;// CONCATENATED MODULE: ./src/components/FixedButton/index.less?modules
|
|
// extracted by mini-css-extract-plugin
|
|
/* harmony default export */ var FixedButtonmodules = ({"buttonFixed":"buttonFixed___vyq30","button":"button___hxmYv","buttonWrap":"buttonWrap___uK8dl"});
|
|
// EXTERNAL MODULE: ./node_modules/_classnames@2.3.2@classnames/index.js
|
|
var _classnames_2_3_2_classnames = __webpack_require__(12124);
|
|
var _classnames_2_3_2_classnames_default = /*#__PURE__*/__webpack_require__.n(_classnames_2_3_2_classnames);
|
|
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
|
|
var jsx_runtime = __webpack_require__(37712);
|
|
;// CONCATENATED MODULE: ./src/components/FixedButton/index.tsx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var FixedButton = function FixedButton(_ref) {
|
|
var _ref$cancelText = _ref.cancelText,
|
|
cancelText = _ref$cancelText === void 0 ? '取消' : _ref$cancelText,
|
|
_ref$okText = _ref.okText,
|
|
okText = _ref$okText === void 0 ? '确定' : _ref$okText,
|
|
_ref$loading = _ref.loading,
|
|
loading = _ref$loading === void 0 ? false : _ref$loading,
|
|
_ref$hasOkBtn = _ref.hasOkBtn,
|
|
hasOkBtn = _ref$hasOkBtn === void 0 ? true : _ref$hasOkBtn,
|
|
_ref$hasCancelBtn = _ref.hasCancelBtn,
|
|
hasCancelBtn = _ref$hasCancelBtn === void 0 ? true : _ref$hasCancelBtn,
|
|
_ref$okButtonProps = _ref.okButtonProps,
|
|
okButtonProps = _ref$okButtonProps === void 0 ? {} : _ref$okButtonProps,
|
|
_ref$onCancel = _ref.onCancel,
|
|
onCancel = _ref$onCancel === void 0 ? function () {} : _ref$onCancel,
|
|
_ref$onOk = _ref.onOk,
|
|
onOk = _ref$onOk === void 0 ? function () {} : _ref$onOk,
|
|
_ref$className = _ref.className,
|
|
className = _ref$className === void 0 ? '' : _ref$className;
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: _classnames_2_3_2_classnames_default()(FixedButtonmodules.buttonFixed, className),
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: FixedButtonmodules.buttonWrap,
|
|
children: [hasCancelBtn && /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, {
|
|
size: "middle",
|
|
className: "".concat(FixedButtonmodules.button, " mr20")
|
|
// 点击取消的返回
|
|
,
|
|
onClick: onCancel,
|
|
children: cancelText
|
|
}), hasOkBtn && /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, objectSpread2_default()(objectSpread2_default()({
|
|
size: 'middle',
|
|
type: "primary",
|
|
className: "".concat(FixedButtonmodules.button, " mr20"),
|
|
loading: loading,
|
|
onClick: onOk
|
|
}, okButtonProps), {}, {
|
|
children: okText
|
|
}))]
|
|
})
|
|
});
|
|
};
|
|
|
|
/***/ }),
|
|
|
|
/***/ 31917:
|
|
/*!*****************************************!*\
|
|
!*** ./src/components/NoData/index.tsx ***!
|
|
\*****************************************/
|
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
|
|
/* harmony import */ var _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/objectSpread2.js */ 26801);
|
|
/* harmony import */ var _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ 59301);
|
|
/* harmony import */ var _assets_images_icons_nodata_png__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/assets/images/icons/nodata.png */ 4977);
|
|
/* harmony import */ var antd__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! antd */ 3113);
|
|
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! react/jsx-runtime */ 37712);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var noData = function noData(_ref) {
|
|
var img = _ref.img,
|
|
_ref$buttonProps = _ref.buttonProps,
|
|
buttonProps = _ref$buttonProps === void 0 ? {} : _ref$buttonProps,
|
|
_ref$styles = _ref.styles,
|
|
styles = _ref$styles === void 0 ? {} : _ref$styles,
|
|
customText = _ref.customText,
|
|
ButtonText = _ref.ButtonText,
|
|
ButtonClick = _ref.ButtonClick,
|
|
Buttonclass = _ref.Buttonclass,
|
|
ButtonTwo = _ref.ButtonTwo,
|
|
imgStyles = _ref.imgStyles,
|
|
_ref$loading = _ref.loading,
|
|
loading = _ref$loading === void 0 ? false : _ref$loading;
|
|
return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__.jsxs)("section", {
|
|
className: "tc animated fadeIn",
|
|
style: _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()(_root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, {
|
|
color: '#999',
|
|
margin: '100px auto',
|
|
visibility: loading ? 'hidden' : 'visible'
|
|
}), styles),
|
|
children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__.jsx)("img", {
|
|
src: img || _assets_images_icons_nodata_png__WEBPACK_IMPORTED_MODULE_2__,
|
|
style: _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, imgStyles)
|
|
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__.jsx)("p", {
|
|
className: "mt20 font14",
|
|
children: customText || '暂时还没有相关数据哦!'
|
|
}), ButtonText && /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__.jsx)(antd__WEBPACK_IMPORTED_MODULE_4__/* ["default"] */ .ZP, _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()(_root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({
|
|
className: Buttonclass,
|
|
onClick: ButtonClick
|
|
}, buttonProps), {}, {
|
|
children: ButtonText
|
|
})), ButtonTwo && ButtonTwo]
|
|
});
|
|
};
|
|
/* harmony default export */ __webpack_exports__.Z = (noData);
|
|
|
|
/***/ }),
|
|
|
|
/***/ 1498:
|
|
/*!*********************************************************!*\
|
|
!*** ./src/components/PreviewAll/index.tsx + 1 modules ***!
|
|
\*********************************************************/
|
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
|
// EXPORTS
|
|
__webpack_require__.d(__webpack_exports__, {
|
|
Z: function() { return /* binding */ PreviewAll; }
|
|
});
|
|
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/objectSpread2.js
|
|
var objectSpread2 = __webpack_require__(26801);
|
|
var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2);
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/regeneratorRuntime.js
|
|
var regeneratorRuntime = __webpack_require__(10574);
|
|
var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime);
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/asyncToGenerator.js
|
|
var asyncToGenerator = __webpack_require__(39343);
|
|
var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator);
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/slicedToArray.js
|
|
var slicedToArray = __webpack_require__(11006);
|
|
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: ./src/components/PreviewAll/index.less?modules
|
|
// extracted by mini-css-extract-plugin
|
|
/* harmony default export */ var PreviewAllmodules = ({"wrp":"wrp___dq7YK","bgBlack":"bgBlack___ARIUV","monaco":"monaco___VnZC3","darkBlue":"darkBlue___UprA9","close":"close___LKoWu","embed":"embed___hvpEJ"});
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/button/index.js
|
|
var es_button = __webpack_require__(3113);
|
|
// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.2.6@@ant-design/icons/es/icons/ArrowDownOutlined.js + 1 modules
|
|
var ArrowDownOutlined = __webpack_require__(98915);
|
|
// EXTERNAL MODULE: ./src/components/monaco-editor/index.jsx + 4 modules
|
|
var monaco_editor = __webpack_require__(3878);
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tooltip/index.js + 3 modules
|
|
var tooltip = __webpack_require__(6848);
|
|
// EXTERNAL MODULE: ./src/utils/util.tsx
|
|
var util = __webpack_require__(87885);
|
|
// EXTERNAL MODULE: ./src/service/exercise.ts
|
|
var exercise = __webpack_require__(65398);
|
|
// EXTERNAL MODULE: ./src/components/NoData/index.tsx
|
|
var NoData = __webpack_require__(31917);
|
|
// EXTERNAL MODULE: ./src/utils/env.ts + 1 modules
|
|
var env = __webpack_require__(26078);
|
|
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
|
|
var jsx_runtime = __webpack_require__(37712);
|
|
;// CONCATENATED MODULE: ./src/components/PreviewAll/index.tsx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* harmony default export */ var PreviewAll = (function (_ref) {
|
|
var _data, _data2, _data3, _data4, _data5, _data6;
|
|
var _ref$editOffice = _ref.editOffice,
|
|
editOffice = _ref$editOffice === void 0 ? 'view' : _ref$editOffice,
|
|
data = _ref.data,
|
|
theme = _ref.theme,
|
|
type = _ref.type,
|
|
filename = _ref.filename,
|
|
monacoEditor = _ref.monacoEditor,
|
|
className = _ref.className,
|
|
style = _ref.style,
|
|
close = _ref.close,
|
|
onClose = _ref.onClose,
|
|
hasMask = _ref.hasMask,
|
|
disabledDownload = _ref.disabledDownload,
|
|
onImgDimensions = _ref.onImgDimensions,
|
|
showNodata = _ref.showNodata;
|
|
var _useState = (0,_react_17_0_2_react.useState)('https://view.officeapps.live.com/op/view.aspx?src=http://testgs.educoder.net//rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBCZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--03541f6234b93d7ac3b2d84e7eb0e6594a952945/1.ppt'),
|
|
_useState2 = slicedToArray_default()(_useState, 2),
|
|
src = _useState2[0],
|
|
setSrc = _useState2[1];
|
|
var _useState3 = (0,_react_17_0_2_react.useState)(""),
|
|
_useState4 = slicedToArray_default()(_useState3, 2),
|
|
token = _useState4[0],
|
|
setToken = _useState4[1];
|
|
var _useState5 = (0,_react_17_0_2_react.useState)(),
|
|
_useState6 = slicedToArray_default()(_useState5, 2),
|
|
officeData = _useState6[0],
|
|
setOfficeData = _useState6[1];
|
|
var officePath = window.ENV === "build" ? "/react/build" : "";
|
|
var apiServer = location.host.startsWith("localhost") ? env/* default */.Z.PROXY_SERVER : env/* default */.Z.API_SERVER;
|
|
// let size;
|
|
var unit = 1024 * 1024;
|
|
var maxSize = 10 * unit;
|
|
var closeRef = (0,_react_17_0_2_react.useRef)();
|
|
if ((_data = data) !== null && _data !== void 0 && _data.startsWith("/api") && type !== "txt") {
|
|
data = env/* default */.Z.API_SERVER + data;
|
|
}
|
|
var getFileExtension = function getFileExtension(url) {
|
|
var filename = url.substring(url.lastIndexOf('/') + 1);
|
|
var extension = filename.split('.').pop();
|
|
return extension;
|
|
};
|
|
if (filename) monacoEditor.filename = filename;
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
var _document$cookie;
|
|
var cookies = (_document$cookie = document.cookie) === null || _document$cookie === void 0 || (_document$cookie = _document$cookie.replace(/\s/g, "")) === null || _document$cookie === void 0 ? void 0 : _document$cookie.split(";");
|
|
cookies === null || cookies === void 0 || cookies.map(function (item) {
|
|
var i = item.split("=");
|
|
if (i[0] === '_educoder_session') {
|
|
setToken(i[1]);
|
|
}
|
|
});
|
|
}, []);
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
if (type === "office") {
|
|
if (data.indexOf("bigfilescdn.") > -1) {
|
|
setOfficeData({
|
|
url: data,
|
|
fileType: getFileExtension(data),
|
|
model: data.indexOf("model=edit") ? "edit" : "view"
|
|
});
|
|
} else {
|
|
getData();
|
|
}
|
|
}
|
|
}, [type, data]);
|
|
var getData = /*#__PURE__*/function () {
|
|
var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() {
|
|
var _url, _id, res;
|
|
return regeneratorRuntime_default()().wrap(function _callee$(_context) {
|
|
while (1) switch (_context.prev = _context.next) {
|
|
case 0:
|
|
console.log("data:", data);
|
|
_url = data;
|
|
if (!data.startsWith("http")) {
|
|
_url = location.origin + _url;
|
|
}
|
|
_id = new URL(_url).pathname.split("/").pop();
|
|
_context.next = 6;
|
|
return (0,exercise/* setEcsAttachment */.gJ)({
|
|
attachment_id: _id
|
|
});
|
|
case 6:
|
|
res = _context.sent;
|
|
res.url = apiServer + res.url;
|
|
setOfficeData(res);
|
|
case 9:
|
|
case "end":
|
|
return _context.stop();
|
|
}
|
|
}, _callee);
|
|
}));
|
|
return function getData() {
|
|
return _ref2.apply(this, arguments);
|
|
};
|
|
}();
|
|
var handleClick = function handleClick() {
|
|
if (data.startsWith("http") || data.startsWith('blob:')) {
|
|
handleDown();
|
|
return;
|
|
}
|
|
(0,util/* downloadFile */.Sv)(filename || 'educoder', data, filename);
|
|
};
|
|
var handleDown = function handleDown() {
|
|
(0,util/* downLoadLink */.Nd)(filename || 'educoder', decodeURIComponent(data));
|
|
};
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
style: objectSpread2_default()({}, style || {}),
|
|
className: "".concat(hasMask && PreviewAllmodules.bgBlack, " ").concat(!!type ? PreviewAllmodules.wrp : "hide"),
|
|
children: [close && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: PreviewAllmodules.close,
|
|
ref: closeRef,
|
|
children: [!!onImgDimensions && /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
|
|
title: "\u70B9\u51FB\u5BF9\u56FE\u7247\u8FDB\u884C\u6279\u6CE8",
|
|
getPopupContainer: function getPopupContainer() {
|
|
return closeRef.current;
|
|
},
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
onClose();
|
|
onImgDimensions();
|
|
},
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
|
className: "icon-yulanpizhu"
|
|
})
|
|
})
|
|
}), !disabledDownload && /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
|
|
title: "\u70B9\u51FB\u4E0B\u8F7D\u6B64\u6587\u4EF6",
|
|
getPopupContainer: function getPopupContainer() {
|
|
return closeRef.current;
|
|
},
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: handleDown,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
|
className: "icon-quxiaozhiding"
|
|
})
|
|
})
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
|
|
title: "\u5173\u95ED",
|
|
getPopupContainer: function getPopupContainer() {
|
|
return closeRef.current;
|
|
},
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
className: "",
|
|
onClick: onClose,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
|
className: "icon-guanbi1"
|
|
})
|
|
})
|
|
})]
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: "".concat(PreviewAllmodules[className], " ").concat(className, " ").concat(PreviewAllmodules.monaco, " ").concat(type === "txt" ? "show" : "hide"),
|
|
children: type === "txt" && /*#__PURE__*/(0,jsx_runtime.jsx)(jsx_runtime.Fragment, {
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(monaco_editor/* default */.ZP, objectSpread2_default()({}, monacoEditor))
|
|
})
|
|
}), type === "audio" && /*#__PURE__*/(0,jsx_runtime.jsx)("audio", {
|
|
src: "".concat(((_data2 = data) === null || _data2 === void 0 ? void 0 : _data2.indexOf("http://")) > -1 || ((_data3 = data) === null || _data3 === void 0 ? void 0 : _data3.indexOf("https://")) > -1 ? "" : "data:audio/mp3;base64,").concat(data),
|
|
autoPlay: true
|
|
}), type === "video" && /*#__PURE__*/(0,jsx_runtime.jsx)(jsx_runtime.Fragment, {
|
|
children: ((_data4 = data) === null || _data4 === void 0 ? void 0 : _data4.indexOf("http")) > -1 ? /*#__PURE__*/(0,jsx_runtime.jsx)("video", {
|
|
controls: true,
|
|
src: "".concat(data),
|
|
autoPlay: true
|
|
}) : /*#__PURE__*/(0,jsx_runtime.jsx)("video", {
|
|
controls: true,
|
|
src: "data:video/mp4;base64,".concat(data),
|
|
autoPlay: true
|
|
})
|
|
}), type === 'office' && officeData && /*#__PURE__*/(0,jsx_runtime.jsx)("iframe", {
|
|
src: "".concat(officePath, "/office.html?key=").concat(officeData.key, "&url=").concat(btoa(officeData.url), "&callbackUrl=").concat(apiServer + officeData.callbackUrl, "&fileType=").concat(officeData.fileType, "&title=").concat(officeData.title, "&model=").concat(editOffice, "&officeServer=").concat(env/* default */.Z.ONLYOFFICE, "&disabledDownload=").concat(!!disabledDownload)
|
|
}), type === 'html' && /*#__PURE__*/(0,jsx_runtime.jsx)("iframe", {
|
|
src: data + '&disposition=inline'
|
|
}), type === 'pdf' && /*#__PURE__*/(0,jsx_runtime.jsx)("iframe", {
|
|
src: "".concat(officePath, "/js/pdfview/index.html?url=").concat(data, "&disabledDownload=").concat(!!disabledDownload)
|
|
}) //<embed className={styles.embed + "#toolbar=0"} src={data} />
|
|
, type === "image" && /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
|
src: "".concat(((_data5 = data) === null || _data5 === void 0 ? void 0 : _data5.indexOf("http://")) > -1 || ((_data6 = data) === null || _data6 === void 0 ? void 0 : _data6.indexOf("https://")) > -1 ? "" : "data:image/png;base64,").concat(data)
|
|
}), (type === "other" || type === "download") && /*#__PURE__*/(0,jsx_runtime.jsx)(jsx_runtime.Fragment, {
|
|
children: showNodata ? /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {
|
|
customText: "\u5F53\u524D\u6587\u4EF6\u4E0D\u652F\u6301\u9884\u89C8\uFF0C\u53EF\u70B9\u51FB\u4E0B\u8F7D\u67E5\u770B",
|
|
ButtonTwo: /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, {
|
|
icon: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
|
className: "iconfont icon-xiazai4 font14"
|
|
}),
|
|
type: "primary",
|
|
size: 'middle',
|
|
onClick: handleClick,
|
|
children: "\u4E0B\u8F7D"
|
|
})
|
|
}) : /*#__PURE__*/(0,jsx_runtime.jsxs)(es_button/* default */.ZP, {
|
|
type: "primary",
|
|
size: 'middle',
|
|
onClick: handleClick,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(ArrowDownOutlined/* default */.Z, {}), "\u70B9\u51FB\u4E0B\u8F7D"]
|
|
})
|
|
})]
|
|
});
|
|
});
|
|
|
|
/***/ }),
|
|
|
|
/***/ 99497:
|
|
/*!**************************************************************************************************!*\
|
|
!*** ./src/pages/Shixuns/Detail/Repository/components/SelectFilePathModal/index.tsx + 1 modules ***!
|
|
\**************************************************************************************************/
|
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
|
// EXPORTS
|
|
__webpack_require__.d(__webpack_exports__, {
|
|
Z: function() { return /* binding */ components_SelectFilePathModal; }
|
|
});
|
|
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/objectSpread2.js
|
|
var objectSpread2 = __webpack_require__(26801);
|
|
var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2);
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/regeneratorRuntime.js
|
|
var regeneratorRuntime = __webpack_require__(10574);
|
|
var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime);
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/asyncToGenerator.js
|
|
var asyncToGenerator = __webpack_require__(39343);
|
|
var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator);
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/slicedToArray.js
|
|
var slicedToArray = __webpack_require__(11006);
|
|
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 + 8 modules
|
|
var _umi_production_exports = __webpack_require__(7181);
|
|
// 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 modal = __webpack_require__(43418);
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 5 modules
|
|
var input = __webpack_require__(1056);
|
|
;// CONCATENATED MODULE: ./src/pages/Shixuns/Detail/Repository/components/SelectFilePathModal/index.less?modules
|
|
// extracted by mini-css-extract-plugin
|
|
/* harmony default export */ var SelectFilePathModalmodules = ({"wrap":"wrap___TwY3U","content":"content___Ks95W","mainPathWrap":"mainPathWrap___CrMaa","colorBlue":"colorBlue___dvWbP"});
|
|
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
|
|
var jsx_runtime = __webpack_require__(37712);
|
|
;// CONCATENATED MODULE: ./src/pages/Shixuns/Detail/Repository/components/SelectFilePathModal/index.tsx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var SelectFilePathModal = function SelectFilePathModal(_ref) {
|
|
var shixunsDetail = _ref.shixunsDetail,
|
|
globalSetting = _ref.globalSetting,
|
|
loading = _ref.loading,
|
|
dispatch = _ref.dispatch,
|
|
title = _ref.title,
|
|
_ref$pathList = _ref.pathList,
|
|
propsPathList = _ref$pathList === void 0 ? [] : _ref$pathList,
|
|
_ref$showInputPath = _ref.showInputPath,
|
|
showInputPath = _ref$showInputPath === void 0 ? false : _ref$showInputPath,
|
|
_ref$isMergeSelectFil = _ref.isMergeSelectFile,
|
|
isMergeSelectFile = _ref$isMergeSelectFil === void 0 ? false : _ref$isMergeSelectFil,
|
|
_ref$onFinish = _ref.onFinish,
|
|
onFinish = _ref$onFinish === void 0 ? function () {} : _ref$onFinish;
|
|
var _Form$useForm = es_form/* default */.Z.useForm(),
|
|
_Form$useForm2 = slicedToArray_default()(_Form$useForm, 1),
|
|
form = _Form$useForm2[0];
|
|
var params = (0,_umi_production_exports.useParams)();
|
|
var location = (0,_umi_production_exports.useLocation)();
|
|
var isRepository = (0,_react_17_0_2_react.useRef)();
|
|
var _useState = (0,_react_17_0_2_react.useState)(''),
|
|
_useState2 = slicedToArray_default()(_useState, 2),
|
|
selectPath = _useState2[0],
|
|
setSelectPath = _useState2[1];
|
|
var _useState3 = (0,_react_17_0_2_react.useState)(''),
|
|
_useState4 = slicedToArray_default()(_useState3, 2),
|
|
originPath = _useState4[0],
|
|
setOriginPath = _useState4[1];
|
|
var _useState5 = (0,_react_17_0_2_react.useState)([]),
|
|
_useState6 = slicedToArray_default()(_useState5, 2),
|
|
mainPathList = _useState6[0],
|
|
setMainPathList = _useState6[1];
|
|
var _useState7 = (0,_react_17_0_2_react.useState)([]),
|
|
_useState8 = slicedToArray_default()(_useState7, 2),
|
|
treeList = _useState8[0],
|
|
setTreeList = _useState8[1];
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
var _location$pathname;
|
|
isRepository.current = ((_location$pathname = location.pathname) === null || _location$pathname === void 0 || (_location$pathname = _location$pathname.split('/')) === null || _location$pathname === void 0 ? void 0 : _location$pathname[3]) === "repository";
|
|
}, []);
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
if (shixunsDetail.actionTabs.key !== 'Repository-SelectFilePath') {
|
|
return;
|
|
}
|
|
var path = propsPathList.join('/');
|
|
var arr = [];
|
|
propsPathList.map(function (item, index) {
|
|
if (index === 0) {
|
|
arr.push({
|
|
val: "根目录",
|
|
path: ""
|
|
}, {
|
|
val: "/".concat(item),
|
|
path: path
|
|
});
|
|
} else {
|
|
arr.push({
|
|
val: "/".concat(item),
|
|
path: path
|
|
});
|
|
}
|
|
});
|
|
setMainPathList(arr);
|
|
setSelectPath(path);
|
|
setOriginPath(path);
|
|
handleGetPathData(path);
|
|
}, [shixunsDetail.actionTabs.key]);
|
|
var handleGetPathData = /*#__PURE__*/function () {
|
|
var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee(path) {
|
|
var res;
|
|
return regeneratorRuntime_default()().wrap(function _callee$(_context) {
|
|
while (1) switch (_context.prev = _context.next) {
|
|
case 0:
|
|
_context.next = 2;
|
|
return dispatch({
|
|
type: isRepository.current ? 'shixunsDetail/getRepository' : 'shixunsDetail/getSecretRepository',
|
|
payload: {
|
|
id: params.id,
|
|
path: path
|
|
}
|
|
});
|
|
case 2:
|
|
res = _context.sent;
|
|
if (res) {
|
|
setTreeList(res.trees || []);
|
|
}
|
|
case 4:
|
|
case "end":
|
|
return _context.stop();
|
|
}
|
|
}, _callee);
|
|
}));
|
|
return function handleGetPathData(_x) {
|
|
return _ref2.apply(this, arguments);
|
|
};
|
|
}();
|
|
var handleClickTree = function handleClickTree(item) {
|
|
var newPath = selectPath;
|
|
if (item.type === "tree") {
|
|
mainPathList.length ? mainPathList.push({
|
|
val: "/".concat(item.name),
|
|
path: item.name
|
|
}) : mainPathList.push({
|
|
val: "根目录",
|
|
path: ""
|
|
}, {
|
|
val: "/".concat(item.name),
|
|
path: item.name
|
|
});
|
|
setMainPathList(mainPathList);
|
|
newPath = selectPath ? "".concat(selectPath, "/").concat(item.name) : item.name;
|
|
setSelectPath(newPath);
|
|
}
|
|
handleGetPathData(newPath);
|
|
};
|
|
var handleClickMainPath = function handleClickMainPath(item, index) {
|
|
var currentPathList = mainPathList.filter(function (_, key) {
|
|
return key <= index;
|
|
});
|
|
setMainPathList(currentPathList);
|
|
// 排除 ”根目录“,将选中的路径连接,去掉第一个字符串 “/”,获取绝对路径
|
|
var currentPath = currentPathList.filter(function (_, key) {
|
|
return key !== 0;
|
|
}).map(function (item) {
|
|
return item.val;
|
|
}).join('').substr(1);
|
|
setSelectPath(currentPath);
|
|
handleGetPathData(currentPath);
|
|
};
|
|
var handleOk = /*#__PURE__*/function () {
|
|
var _ref3 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2() {
|
|
var values, path, res;
|
|
return regeneratorRuntime_default()().wrap(function _callee2$(_context2) {
|
|
while (1) switch (_context2.prev = _context2.next) {
|
|
case 0:
|
|
values = form === null || form === void 0 ? void 0 : form.getFieldsValue();
|
|
path = selectPath ? "".concat(selectPath).concat(values !== null && values !== void 0 && values.name ? "/".concat(values === null || values === void 0 ? void 0 : values.name) : '') : values === null || values === void 0 ? void 0 : values.name;
|
|
if (!isMergeSelectFile) {
|
|
_context2.next = 6;
|
|
break;
|
|
}
|
|
onFinish(path);
|
|
handleCancel();
|
|
return _context2.abrupt("return");
|
|
case 6:
|
|
if (!showInputPath) {
|
|
_context2.next = 16;
|
|
break;
|
|
}
|
|
_context2.next = 9;
|
|
return form.validateFields();
|
|
case 9:
|
|
_context2.next = 11;
|
|
return dispatch({
|
|
type: 'shixunsDetail/uploadGitFolder',
|
|
payload: objectSpread2_default()(objectSpread2_default()({}, {
|
|
id: params.id,
|
|
path: path
|
|
}), isRepository.current ? {} : {
|
|
secret_repository: true
|
|
})
|
|
});
|
|
case 11:
|
|
res = _context2.sent;
|
|
onFinish(originPath);
|
|
if (res.status === 0) {
|
|
message/* default */.ZP.info('新建成功');
|
|
}
|
|
_context2.next = 18;
|
|
break;
|
|
case 16:
|
|
onFinish(path);
|
|
message/* default */.ZP.success("选择文件目录成功");
|
|
case 18:
|
|
handleCancel();
|
|
case 19:
|
|
case "end":
|
|
return _context2.stop();
|
|
}
|
|
}, _callee2);
|
|
}));
|
|
return function handleOk() {
|
|
return _ref3.apply(this, arguments);
|
|
};
|
|
}();
|
|
var handleCancel = function handleCancel() {
|
|
dispatch({
|
|
type: 'shixunsDetail/setActionTabs',
|
|
payload: {}
|
|
});
|
|
form.resetFields();
|
|
};
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, {
|
|
centered: true,
|
|
title: title || "新建文件夹",
|
|
closable: false,
|
|
keyboard: false,
|
|
open: shixunsDetail.actionTabs.key === 'Repository-SelectFilePath',
|
|
onOk: handleOk,
|
|
onCancel: handleCancel,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: SelectFilePathModalmodules.wrap,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: SelectFilePathModalmodules.content,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: SelectFilePathModalmodules.mainPathWrap,
|
|
children: !!(mainPathList !== null && mainPathList !== void 0 && mainPathList.length) && mainPathList.map(function (item, index) {
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
|
|
onClick: function onClick() {
|
|
return handleClickMainPath(item, index);
|
|
},
|
|
children: item.val
|
|
}, index);
|
|
})
|
|
}), !!(treeList !== null && treeList !== void 0 && treeList.length) && treeList.map(function (item, index) {
|
|
return item.type === "tree" && /*#__PURE__*/(0,jsx_runtime.jsxs)("a", {
|
|
onClick: function onClick() {
|
|
return handleClickTree(item);
|
|
},
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
|
className: "iconfont icon-wenjianjia ".concat(SelectFilePathModalmodules.colorBlue)
|
|
}), item.name]
|
|
}, index);
|
|
})]
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("label", {
|
|
className: "mt5",
|
|
children: "\u9009\u4E2D\u7684\u65B0\u5EFA\u6587\u4EF6\u5939\u76EE\u5F55\uFF1A"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: "mt5 mb5",
|
|
children: selectPath
|
|
}), showInputPath && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z, {
|
|
form: form,
|
|
scrollToFirstError: true,
|
|
className: "mt20",
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
|
|
name: "name",
|
|
rules: [{
|
|
required: true,
|
|
message: '请输入名称'
|
|
}, {
|
|
whitespace: true,
|
|
message: '请勿输入空格'
|
|
}],
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
|
|
placeholder: "\u8BF7\u8F93\u5165\u65B0\u6587\u4EF6\u5939\u540D/\u5B50\u6587\u4EF6\u5939\u540D\u3002\uFF08\u5982\uFF1Asrc/step1\uFF09"
|
|
})
|
|
})
|
|
})]
|
|
})
|
|
});
|
|
};
|
|
/* harmony default export */ var components_SelectFilePathModal = ((0,_umi_production_exports.connect)(function (_ref4) {
|
|
var shixunsDetail = _ref4.shixunsDetail,
|
|
loading = _ref4.loading,
|
|
globalSetting = _ref4.globalSetting;
|
|
return {
|
|
shixunsDetail: shixunsDetail,
|
|
globalSetting: globalSetting,
|
|
loading: loading.models.index
|
|
};
|
|
})(SelectFilePathModal));
|
|
|
|
/***/ }),
|
|
|
|
/***/ 35907:
|
|
/*!*******************************************************************!*\
|
|
!*** ./src/pages/Shixuns/Detail/Repository/index.tsx + 3 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 */ Detail_Repository; }
|
|
});
|
|
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/toConsumableArray.js
|
|
var toConsumableArray = __webpack_require__(93923);
|
|
var toConsumableArray_default = /*#__PURE__*/__webpack_require__.n(toConsumableArray);
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/regeneratorRuntime.js
|
|
var regeneratorRuntime = __webpack_require__(10574);
|
|
var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime);
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/asyncToGenerator.js
|
|
var asyncToGenerator = __webpack_require__(39343);
|
|
var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator);
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/slicedToArray.js
|
|
var slicedToArray = __webpack_require__(11006);
|
|
var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray);
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/objectWithoutProperties.js
|
|
var objectWithoutProperties = __webpack_require__(27161);
|
|
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 + 8 modules
|
|
var _umi_production_exports = __webpack_require__(7181);
|
|
// 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/tooltip/index.js + 3 modules
|
|
var tooltip = __webpack_require__(6848);
|
|
// 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/button/index.js
|
|
var es_button = __webpack_require__(3113);
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tree/index.js + 8 modules
|
|
var tree = __webpack_require__(51218);
|
|
// EXTERNAL MODULE: ./node_modules/_react-copy-to-clipboard@5.0.2@react-copy-to-clipboard/lib/index.js
|
|
var lib = __webpack_require__(56102);
|
|
// EXTERNAL MODULE: ./src/components/FixedButton/index.tsx + 1 modules
|
|
var FixedButton = __webpack_require__(24336);
|
|
// EXTERNAL MODULE: ./src/components/PreviewAll/index.tsx + 1 modules
|
|
var PreviewAll = __webpack_require__(1498);
|
|
;// CONCATENATED MODULE: ./src/pages/Shixuns/Detail/Repository/components/Edit/index.less?modules
|
|
// extracted by mini-css-extract-plugin
|
|
/* harmony default export */ var Editmodules = ({"bg":"bg___ihsIB","wrap":"wrap___H02Km","content":"content___gqaUt","pathWrap":"pathWrap___EC4ja","pathContent":"pathContent___o2I24"});
|
|
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
|
|
var jsx_runtime = __webpack_require__(37712);
|
|
;// CONCATENATED MODULE: ./src/pages/Shixuns/Detail/Repository/components/Edit/index.tsx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var Edit = function Edit(_ref) {
|
|
var _user$userInfo;
|
|
var shixunsDetail = _ref.shixunsDetail,
|
|
globalSetting = _ref.globalSetting,
|
|
loading = _ref.loading,
|
|
user = _ref.user,
|
|
dispatch = _ref.dispatch,
|
|
content = _ref.content,
|
|
_ref$fixedButtonVisib = _ref.fixedButtonVisible,
|
|
fixedButtonVisible = _ref$fixedButtonVisib === void 0 ? true : _ref$fixedButtonVisib,
|
|
_ref$pathList = _ref.pathList,
|
|
pathList = _ref$pathList === void 0 ? [] : _ref$pathList,
|
|
_ref$onSetShowContent = _ref.onSetShowContent,
|
|
onSetShowContent = _ref$onSetShowContent === void 0 ? function () {} : _ref$onSetShowContent,
|
|
_ref$onClickRootPath = _ref.onClickRootPath,
|
|
onClickRootPath = _ref$onClickRootPath === void 0 ? function () {} : _ref$onClickRootPath,
|
|
_ref$onClickOhterPath = _ref.onClickOhterPath,
|
|
onClickOhterPath = _ref$onClickOhterPath === void 0 ? function () {} : _ref$onClickOhterPath;
|
|
var params = (0,_umi_production_exports.useParams)();
|
|
var location = (0,_umi_production_exports.useLocation)();
|
|
var isRepository = (0,_react_17_0_2_react.useRef)();
|
|
var _useState = (0,_react_17_0_2_react.useState)(),
|
|
_useState2 = slicedToArray_default()(_useState, 2),
|
|
codeMirrorValue = _useState2[0],
|
|
setCodeMirrorValue = _useState2[1];
|
|
var editable = (_user$userInfo = user.userInfo) === null || _user$userInfo === void 0 || (_user$userInfo = _user$userInfo.shixun) === null || _user$userInfo === void 0 ? void 0 : _user$userInfo.editable;
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
dispatch({
|
|
type: 'globalSetting/footerToggle',
|
|
payload: false
|
|
});
|
|
return function () {
|
|
dispatch({
|
|
type: 'globalSetting/footerToggle',
|
|
payload: true
|
|
});
|
|
};
|
|
}, []);
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
var _location$pathname;
|
|
isRepository.current = ((_location$pathname = location.pathname) === null || _location$pathname === void 0 || (_location$pathname = _location$pathname.split('/')) === null || _location$pathname === void 0 ? void 0 : _location$pathname[3]) === "repository";
|
|
}, [location.pathname]);
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
try {
|
|
var _shixunsDetail$fileCo, _shixunsDetail$fileCo2;
|
|
if (!!(shixunsDetail !== null && shixunsDetail !== void 0 && (_shixunsDetail$fileCo = shixunsDetail.fileContent) !== null && _shixunsDetail$fileCo !== void 0 && (_shixunsDetail$fileCo = _shixunsDetail$fileCo.content) !== null && _shixunsDetail$fileCo !== void 0 && (_shixunsDetail$fileCo = _shixunsDetail$fileCo.content) !== null && _shixunsDetail$fileCo !== void 0 && _shixunsDetail$fileCo.length) || (shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$fileCo2 = shixunsDetail.fileContent) === null || _shixunsDetail$fileCo2 === void 0 || (_shixunsDetail$fileCo2 = _shixunsDetail$fileCo2.content) === null || _shixunsDetail$fileCo2 === void 0 ? void 0 : _shixunsDetail$fileCo2.content) == '') {
|
|
var _shixunsDetail$fileCo3;
|
|
if ((shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$fileCo3 = shixunsDetail.fileContent) === null || _shixunsDetail$fileCo3 === void 0 ? void 0 : _shixunsDetail$fileCo3.file_type) === 'txt') {
|
|
var _shixunsDetail$fileCo4;
|
|
setCodeMirrorValue(window.decodeURIComponent(escape(window.atob(shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$fileCo4 = shixunsDetail.fileContent) === null || _shixunsDetail$fileCo4 === void 0 || (_shixunsDetail$fileCo4 = _shixunsDetail$fileCo4.content) === null || _shixunsDetail$fileCo4 === void 0 ? void 0 : _shixunsDetail$fileCo4.content))));
|
|
} else {
|
|
var _shixunsDetail$fileCo5;
|
|
setCodeMirrorValue(shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$fileCo5 = shixunsDetail.fileContent) === null || _shixunsDetail$fileCo5 === void 0 || (_shixunsDetail$fileCo5 = _shixunsDetail$fileCo5.content) === null || _shixunsDetail$fileCo5 === void 0 ? void 0 : _shixunsDetail$fileCo5.content);
|
|
}
|
|
}
|
|
} catch (e) {
|
|
var _shixunsDetail$fileCo6;
|
|
setCodeMirrorValue(window.atob(shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$fileCo6 = shixunsDetail.fileContent) === null || _shixunsDetail$fileCo6 === void 0 || (_shixunsDetail$fileCo6 = _shixunsDetail$fileCo6.content) === null || _shixunsDetail$fileCo6 === void 0 ? void 0 : _shixunsDetail$fileCo6.content));
|
|
}
|
|
}, [content]);
|
|
var handleSave = /*#__PURE__*/function () {
|
|
var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() {
|
|
var res, _item;
|
|
return regeneratorRuntime_default()().wrap(function _callee$(_context) {
|
|
while (1) switch (_context.prev = _context.next) {
|
|
case 0:
|
|
_context.next = 2;
|
|
return dispatch({
|
|
type: 'shixunsDetail/updateRepositoryFile',
|
|
payload: {
|
|
id: params.id,
|
|
path: pathList !== null && pathList !== void 0 && pathList.length ? pathList.join('/') : '',
|
|
content: codeMirrorValue,
|
|
secret_repository: isRepository.current ? null : true
|
|
}
|
|
});
|
|
case 2:
|
|
res = _context.sent;
|
|
if (res) {
|
|
message/* default */.ZP.info("保存成功");
|
|
_item = pathList.length > 1 ? pathList[pathList.length - 2] : '';
|
|
_item ? onClickOhterPath(_item, pathList.length - 2) : onClickRootPath();
|
|
}
|
|
case 4:
|
|
case "end":
|
|
return _context.stop();
|
|
}
|
|
}, _callee);
|
|
}));
|
|
return function handleSave() {
|
|
return _ref2.apply(this, arguments);
|
|
};
|
|
}();
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("section", {
|
|
className: Editmodules.bg,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Editmodules.wrap,
|
|
children: [!!(pathList !== null && pathList !== void 0 && pathList.length) && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Editmodules.pathWrap,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Editmodules.pathContent,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("a", {
|
|
onClick: onClickRootPath,
|
|
children: params.id
|
|
}), pathList.map(function (item, index) {
|
|
if (index === pathList.length - 1) {
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
|
children: [" / ", item]
|
|
}, index);
|
|
}
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("a", {
|
|
onClick: function onClick() {
|
|
return onClickOhterPath(item, index);
|
|
},
|
|
children: [" / ", item]
|
|
});
|
|
})]
|
|
})
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: "mt20",
|
|
style: {
|
|
position: "relative",
|
|
minHeight: 500
|
|
},
|
|
children: content && /*#__PURE__*/(0,jsx_runtime.jsx)(PreviewAll/* default */.Z, {
|
|
filename: content.filename,
|
|
type: content.file_type === "office" ? "download" : content.file_type,
|
|
data: codeMirrorValue,
|
|
style: {
|
|
position: 'absolute',
|
|
zIndex: 1
|
|
},
|
|
monacoEditor: {
|
|
value: codeMirrorValue,
|
|
language: content === null || content === void 0 ? void 0 : content.language,
|
|
theme: 'vs',
|
|
// onChange: onCodeChange,
|
|
// onSave: onSave,
|
|
// forbidCopy: forbidCopy,
|
|
options: {
|
|
readOnly: true
|
|
}
|
|
}
|
|
})
|
|
})]
|
|
}), fixedButtonVisible && /*#__PURE__*/(0,jsx_runtime.jsx)(FixedButton/* FixedButton */.t, {
|
|
okText: "\u4FDD\u5B58",
|
|
hasOkBtn: editable,
|
|
onCancel: function onCancel() {
|
|
return onSetShowContent(true);
|
|
},
|
|
onOk: handleSave
|
|
})]
|
|
});
|
|
};
|
|
/* harmony default export */ var components_Edit = ((0,_umi_production_exports.connect)(function (_ref3) {
|
|
var shixunsDetail = _ref3.shixunsDetail,
|
|
loading = _ref3.loading,
|
|
globalSetting = _ref3.globalSetting,
|
|
user = _ref3.user;
|
|
return {
|
|
shixunsDetail: shixunsDetail,
|
|
globalSetting: globalSetting,
|
|
user: user,
|
|
loading: loading.models.index
|
|
};
|
|
})(Edit));
|
|
;// CONCATENATED MODULE: ./src/pages/Shixuns/Detail/Repository/index.less?modules
|
|
// extracted by mini-css-extract-plugin
|
|
/* harmony default export */ var Repositorymodules = ({"bg":"bg___D4cwy","contentbg":"contentbg___Id0pg","wrap":"wrap___MSDnd","modal":"modal___wkS0s","head":"head___e9UA3","headLeft":"headLeft____KVI7","headInputWrap":"headInputWrap___KpP4V","popover":"popover___TGO24","info":"info___f5jtZ","infoUser":"infoUser___syQV8","infoSubmitText":"infoSubmitText___wLlcr","deleteWrap":"deleteWrap___C2Nvj","content":"content___jG0lY","pl23":"pl23___DFTpV","colorBlue":"colorBlue___RBryy","pathContent":"pathContent___vCyoJ","nodata":"nodata___piT_j","nodataText":"nodataText___EquBb"});
|
|
// EXTERNAL MODULE: ./src/utils/env.ts + 1 modules
|
|
var env = __webpack_require__(26078);
|
|
// EXTERNAL MODULE: ./src/pages/Shixuns/Detail/components/Right/index.tsx + 4 modules
|
|
var Right = __webpack_require__(81471);
|
|
// EXTERNAL MODULE: ./src/pages/Shixuns/Detail/Repository/components/SelectFilePathModal/index.tsx + 1 modules
|
|
var SelectFilePathModal = __webpack_require__(99497);
|
|
// EXTERNAL MODULE: ./src/service/shixuns.ts
|
|
var shixuns = __webpack_require__(25544);
|
|
;// CONCATENATED MODULE: ./src/pages/Shixuns/Detail/Repository/index.tsx
|
|
|
|
|
|
|
|
|
|
|
|
var _excluded = ["shixunsDetail", "globalSetting", "loading", "user", "dispatch"];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var Repository = function Repository(_ref) {
|
|
var _commitInfo$author, _commitInfo$author2, _commitInfo$author3, _commitInfo$author4;
|
|
var shixunsDetail = _ref.shixunsDetail,
|
|
globalSetting = _ref.globalSetting,
|
|
loading = _ref.loading,
|
|
user = _ref.user,
|
|
dispatch = _ref.dispatch,
|
|
props = objectWithoutProperties_default()(_ref, _excluded);
|
|
var params = (0,_umi_production_exports.useParams)();
|
|
var location = (0,_umi_production_exports.useLocation)();
|
|
var isRepository = (0,_react_17_0_2_react.useRef)();
|
|
var _useState = (0,_react_17_0_2_react.useState)(true),
|
|
_useState2 = slicedToArray_default()(_useState, 2),
|
|
showContent = _useState2[0],
|
|
setShowContent = _useState2[1];
|
|
var _useState3 = (0,_react_17_0_2_react.useState)([]),
|
|
_useState4 = slicedToArray_default()(_useState3, 2),
|
|
treeList = _useState4[0],
|
|
setTreeList = _useState4[1];
|
|
var _useState5 = (0,_react_17_0_2_react.useState)(),
|
|
_useState6 = slicedToArray_default()(_useState5, 2),
|
|
gitUrl = _useState6[0],
|
|
setGitUrl = _useState6[1];
|
|
var _useState7 = (0,_react_17_0_2_react.useState)(),
|
|
_useState8 = slicedToArray_default()(_useState7, 2),
|
|
commitInfo = _useState8[0],
|
|
setCommitInfo = _useState8[1];
|
|
var _useState9 = (0,_react_17_0_2_react.useState)(),
|
|
_useState10 = slicedToArray_default()(_useState9, 2),
|
|
checkedValue = _useState10[0],
|
|
setCheckedValue = _useState10[1];
|
|
var _useState11 = (0,_react_17_0_2_react.useState)([]),
|
|
_useState12 = slicedToArray_default()(_useState11, 2),
|
|
pathList = _useState12[0],
|
|
setPathList = _useState12[1];
|
|
var _useState13 = (0,_react_17_0_2_react.useState)(),
|
|
_useState14 = slicedToArray_default()(_useState13, 2),
|
|
editContent = _useState14[0],
|
|
setEditContent = _useState14[1];
|
|
var _useState15 = (0,_react_17_0_2_react.useState)(),
|
|
_useState16 = slicedToArray_default()(_useState15, 2),
|
|
secretDirPath = _useState16[0],
|
|
setSecretDirPath = _useState16[1];
|
|
var _useState17 = (0,_react_17_0_2_react.useState)(false),
|
|
_useState18 = slicedToArray_default()(_useState17, 2),
|
|
isMergeSelectFile = _useState18[0],
|
|
setIsMergeSelectFile = _useState18[1];
|
|
var _useState19 = (0,_react_17_0_2_react.useState)(),
|
|
_useState20 = slicedToArray_default()(_useState19, 2),
|
|
newMergeValue = _useState20[0],
|
|
setNewMergeValue = _useState20[1];
|
|
var editable = false;
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
var _location$pathname;
|
|
var repository = ((_location$pathname = location.pathname) === null || _location$pathname === void 0 || (_location$pathname = _location$pathname.split('/')) === null || _location$pathname === void 0 ? void 0 : _location$pathname[3]) === "repository";
|
|
if (location.pathname.includes('/master/shixun_show')) {
|
|
isRepository.current = repository;
|
|
var splitPathList = location.pathname.split('/');
|
|
if (splitPathList.length > 5) {
|
|
var paths = splitPathList.splice(6, splitPathList.length);
|
|
setPathList(paths);
|
|
var path = paths !== null && paths !== void 0 && paths.length ? paths.join('/') : '';
|
|
handleGetRepository(path);
|
|
}
|
|
return;
|
|
}
|
|
if (isRepository.current !== repository) {
|
|
isRepository.current = repository;
|
|
setShowContent(true);
|
|
handleGetRepository();
|
|
setPathList([]);
|
|
}
|
|
}, [location.pathname]);
|
|
(0,_react_17_0_2_react.useEffect)(function () {}, [location.pathname]);
|
|
var handleGetRepository = /*#__PURE__*/function () {
|
|
var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() {
|
|
var path,
|
|
res,
|
|
_res$commits,
|
|
_args = arguments;
|
|
return regeneratorRuntime_default()().wrap(function _callee$(_context) {
|
|
while (1) switch (_context.prev = _context.next) {
|
|
case 0:
|
|
path = _args.length > 0 && _args[0] !== undefined ? _args[0] : '';
|
|
_context.next = 3;
|
|
return dispatch({
|
|
type: isRepository.current ? 'shixunsDetail/getRepository' : 'shixunsDetail/getSecretRepository',
|
|
payload: {
|
|
id: params.id,
|
|
path: path
|
|
}
|
|
});
|
|
case 3:
|
|
res = _context.sent;
|
|
if (res) {
|
|
setTreeList(res.trees || []);
|
|
setSecretDirPath((res === null || res === void 0 ? void 0 : res.secret_dir_path) || '');
|
|
setGitUrl(res.git_url || '');
|
|
setCommitInfo(((_res$commits = res.commits) === null || _res$commits === void 0 ? void 0 : _res$commits[0]) || {});
|
|
}
|
|
case 5:
|
|
case "end":
|
|
return _context.stop();
|
|
}
|
|
}, _callee);
|
|
}));
|
|
return function handleGetRepository() {
|
|
return _ref2.apply(this, arguments);
|
|
};
|
|
}();
|
|
var handleMergeSelectFile = /*#__PURE__*/function () {
|
|
var _ref3 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2() {
|
|
var path,
|
|
res,
|
|
_args2 = arguments;
|
|
return regeneratorRuntime_default()().wrap(function _callee2$(_context2) {
|
|
while (1) switch (_context2.prev = _context2.next) {
|
|
case 0:
|
|
path = _args2.length > 0 && _args2[0] !== undefined ? _args2[0] : '';
|
|
_context2.next = 3;
|
|
return (0,shixuns/* setSecretDir */.Zt)({
|
|
id: params.id,
|
|
secret_dir_path: path
|
|
});
|
|
case 3:
|
|
res = _context2.sent;
|
|
res && setNewMergeValue(path);
|
|
case 5:
|
|
case "end":
|
|
return _context2.stop();
|
|
}
|
|
}, _callee2);
|
|
}));
|
|
return function handleMergeSelectFile() {
|
|
return _ref3.apply(this, arguments);
|
|
};
|
|
}();
|
|
var handleGetRepositoryCode = /*#__PURE__*/function () {
|
|
var _ref4 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee3() {
|
|
var path,
|
|
res,
|
|
_args3 = arguments;
|
|
return regeneratorRuntime_default()().wrap(function _callee3$(_context3) {
|
|
while (1) switch (_context3.prev = _context3.next) {
|
|
case 0:
|
|
path = _args3.length > 0 && _args3[0] !== undefined ? _args3[0] : '';
|
|
_context3.next = 3;
|
|
return dispatch({
|
|
type: 'shixunsDetail/getFileContent',
|
|
payload: {
|
|
id: params.id,
|
|
path: path,
|
|
secret_repository: isRepository.current ? null : true
|
|
}
|
|
});
|
|
case 3:
|
|
res = _context3.sent;
|
|
if (!((res === null || res === void 0 ? void 0 : res.status) === -2)) {
|
|
_context3.next = 6;
|
|
break;
|
|
}
|
|
return _context3.abrupt("return", res);
|
|
case 6:
|
|
if (!((res === null || res === void 0 ? void 0 : res.status) === -1)) {
|
|
_context3.next = 8;
|
|
break;
|
|
}
|
|
return _context3.abrupt("return", res);
|
|
case 8:
|
|
if (res) {
|
|
setShowContent(false);
|
|
setEditContent(res);
|
|
}
|
|
return _context3.abrupt("return", res);
|
|
case 10:
|
|
case "end":
|
|
return _context3.stop();
|
|
}
|
|
}, _callee3);
|
|
}));
|
|
return function handleGetRepositoryCode() {
|
|
return _ref4.apply(this, arguments);
|
|
};
|
|
}();
|
|
var handleSelectTree = /*#__PURE__*/function () {
|
|
var _ref5 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee4(selectedKeys) {
|
|
var selected, findTree, paths, path, res;
|
|
return regeneratorRuntime_default()().wrap(function _callee4$(_context4) {
|
|
while (1) switch (_context4.prev = _context4.next) {
|
|
case 0:
|
|
selected = selectedKeys === null || selectedKeys === void 0 ? void 0 : selectedKeys[0];
|
|
findTree = treeList.find(function (item) {
|
|
return item.name === selected;
|
|
});
|
|
if (findTree) {
|
|
_context4.next = 4;
|
|
break;
|
|
}
|
|
return _context4.abrupt("return");
|
|
case 4:
|
|
paths = [].concat(toConsumableArray_default()(pathList), [selected]);
|
|
path = paths !== null && paths !== void 0 && paths.length ? paths.join('/') : '';
|
|
if (!(findTree.type === 'blob')) {
|
|
_context4.next = 12;
|
|
break;
|
|
}
|
|
_context4.next = 9;
|
|
return handleGetRepositoryCode(path);
|
|
case 9:
|
|
res = _context4.sent;
|
|
if ((res === null || res === void 0 ? void 0 : res.status) !== -1 && (res === null || res === void 0 ? void 0 : res.status) !== -2) {
|
|
setPathList(paths);
|
|
}
|
|
return _context4.abrupt("return");
|
|
case 12:
|
|
setPathList(paths);
|
|
handleGetRepository(path);
|
|
case 14:
|
|
case "end":
|
|
return _context4.stop();
|
|
}
|
|
}, _callee4);
|
|
}));
|
|
return function handleSelectTree(_x) {
|
|
return _ref5.apply(this, arguments);
|
|
};
|
|
}();
|
|
var handleDeleteFile = function handleDeleteFile() {
|
|
if (!checkedValue) {
|
|
message/* default */.ZP.info("请选择要删除的文件");
|
|
return;
|
|
}
|
|
modal/* default */.Z.confirm({
|
|
centered: true,
|
|
title: "确认需要删除该文件?",
|
|
okText: '确定',
|
|
cancelText: '取消',
|
|
onOk: function () {
|
|
var _onOk = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee5() {
|
|
var path, res;
|
|
return regeneratorRuntime_default()().wrap(function _callee5$(_context5) {
|
|
while (1) switch (_context5.prev = _context5.next) {
|
|
case 0:
|
|
path = pathList !== null && pathList !== void 0 && pathList.length ? pathList.join('/') : '';
|
|
_context5.next = 3;
|
|
return dispatch({
|
|
type: 'shixunsDetail/deleteGitFile',
|
|
payload: {
|
|
id: params.id,
|
|
path: path ? "".concat(path, "/").concat(checkedValue) : checkedValue,
|
|
message: "\u5220\u9664".concat(path),
|
|
secret_repository: isRepository.current ? null : true
|
|
}
|
|
});
|
|
case 3:
|
|
res = _context5.sent;
|
|
if (res) {
|
|
message/* default */.ZP.info("删除成功");
|
|
handleGetRepository(path);
|
|
setCheckedValue(null);
|
|
}
|
|
case 5:
|
|
case "end":
|
|
return _context5.stop();
|
|
}
|
|
}, _callee5);
|
|
}));
|
|
function onOk() {
|
|
return _onOk.apply(this, arguments);
|
|
}
|
|
return onOk;
|
|
}()
|
|
});
|
|
};
|
|
var handleClickRootPath = function handleClickRootPath() {
|
|
setShowContent(true);
|
|
setPathList([]);
|
|
handleGetRepository();
|
|
};
|
|
var handleClickOhterPath = function handleClickOhterPath(item, index) {
|
|
setShowContent(true);
|
|
var paths = pathList.filter(function (_, key) {
|
|
return key <= index;
|
|
});
|
|
setPathList(paths);
|
|
var path = paths !== null && paths !== void 0 && paths.length ? paths.join('/') : '';
|
|
handleGetRepository(path);
|
|
};
|
|
var handleCheckTree = function handleCheckTree(checked) {
|
|
setCheckedValue(checked === null || checked === void 0 ? void 0 : checked[0]);
|
|
};
|
|
var treeData = treeList === null || treeList === void 0 ? void 0 : treeList.map(function (item, index) {
|
|
return {
|
|
title: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
|
className: "font14 pt5 pb5",
|
|
children: [item.type === 'tree' ? /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
|
className: "iconfont icon-xingzhuangjiehebeifen font12 ".concat(Repositorymodules.colorBlue, " mr5")
|
|
}) : /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
|
className: "iconfont icon-xingzhuangjiehe font12 ".concat(Repositorymodules.colorBlue, " mr5")
|
|
}), item.name]
|
|
}),
|
|
// disableCheckbox: checkedValue && (checkedValue !== item.name),
|
|
// className: item.type === 'tree' ? styles.pl23 : '',
|
|
// checkable: item.type !== 'tree',
|
|
key: item.name
|
|
};
|
|
});
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("section", {
|
|
className: Repositorymodules.bg,
|
|
children: [showContent ? /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Repositorymodules.contentbg,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Repositorymodules.wrap,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Repositorymodules.head,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Repositorymodules.headLeft,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
children: "\u7F51\u5740\u514B\u9686\uFF1A"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: "".concat(Repositorymodules.headInputWrap, " mr5"),
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("input", {
|
|
defaultValue: gitUrl
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(lib.CopyToClipboard, {
|
|
text: gitUrl,
|
|
onCopy: function onCopy() {
|
|
return message/* default */.ZP.success('复制成功');
|
|
},
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
|
|
placement: "topLeft",
|
|
title: "\u70B9\u51FB\u590D\u5236\u7248\u672C\u5E93",
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
|
className: "iconfont icon-fuzhi2 current ml5"
|
|
})
|
|
})
|
|
})]
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(popover/* default */.Z, {
|
|
overlayClassName: Repositorymodules.popover,
|
|
placement: "bottomRight",
|
|
content: /*#__PURE__*/(0,jsx_runtime.jsxs)("p", {
|
|
className: "font12",
|
|
children: ["\u8BF7\u4E0A\u4F20\u5F53\u524D\u5B9E\u8BAD\u4E2D\u5404\u4E2A\u5173\u5361\u6D89\u53CA\u7684\u6240\u6709\u6587\u4EF6", /*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), "\u5305\u62EC\u4EFB\u52A1\u6587\u4EF6\u3001\u6267\u884C\u6587\u4EF6\uFF0C\u4EE5\u53CA\u5176\u4ED6\u7684\u5FC5\u987B\u6587\u4EF6", /*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), /*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), "\u63D0\u4EA4\u4EE3\u7801\u7684\u65B9\u6CD5\uFF1A", /*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), "1\u3001\u5728\u7535\u8111\u4E0A\u5B89\u88C5Git tortoise\u5BA2\u6237\u7AEF\uFF0C", /*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), "\u6216\u8005\u5176\u5B83\u719F\u6089\u7684Git\u5BA2\u6237\u7AEF,\u5728Git\u5BA2\u6237\u7AEF\u4E0A\u5411\u5DE6\u4FA7\u7684\u5730\u5740\u63D0\u4EA4\u4EE3\u7801", /*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), "2.\u76F4\u63A5\u5728\u5E73\u53F0\u4E0A\u65B0\u5EFA\u6587\u4EF6/\u6587\u4EF6\u5939\uFF0C\u6216\u8005\u62D6\u62FD\u4E0A\u4F20\u76F8\u5173\u4EE3\u7801\u6587\u4EF6", /*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), /*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), "\u6CE8\u610F:", /*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), "\u8BF7\u5728Git\u5BA2\u6237\u7AEF\u8981\u6C42\u586B\u5199\u65F6\uFF0C\u6309\u7167\u5982\u4E0B\u8BF4\u660E\u586B\u5199\uFF1A", /*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), "* \u7528\u6237\u540D\uFF1A\u4F7F\u7528\u60A8\u5728\u672C\u5E73\u53F0\u7ED1\u5B9A\u7684\u90AE\u7BB1", /*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), "* \u53E3\u4EE4\uFF1A\u4F7F\u7528\u60A8\u5728\u672C\u5E73\u53F0\u7684\u767B\u5F55\u53E3\u4EE4"]
|
|
}),
|
|
trigger: "click",
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
|
className: "iconfont icon-tishi2"
|
|
})
|
|
})]
|
|
}), editable && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Repositorymodules.actionWrap,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, {
|
|
type: "primary",
|
|
className: "mr5",
|
|
onClick: function onClick() {
|
|
window.sessionStorage.setItem('pathArray', pathList.join(','));
|
|
_umi_production_exports.history.push("/shixuns/".concat(params.id, "/").concat(isRepository.current ? 'repository' : 'secret_repository', "/upload_file"));
|
|
},
|
|
children: "\u4E0A\u4F20\u6587\u4EF6"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, {
|
|
type: "primary",
|
|
className: "mr5",
|
|
onClick: function onClick() {
|
|
window.sessionStorage.setItem('pathArray', pathList.join(','));
|
|
_umi_production_exports.history.push("/shixuns/".concat(params.id, "/").concat(isRepository.current ? 'repository' : 'secret_repository', "/add_file"));
|
|
},
|
|
children: "\u65B0\u5EFA\u6587\u4EF6"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, {
|
|
type: "primary",
|
|
className: "mr5",
|
|
onClick: function onClick() {
|
|
setIsMergeSelectFile(false);
|
|
dispatch({
|
|
type: 'shixunsDetail/setActionTabs',
|
|
payload: {
|
|
key: 'Repository-SelectFilePath'
|
|
}
|
|
});
|
|
},
|
|
children: "\u65B0\u5EFA\u6587\u4EF6\u5939"
|
|
})]
|
|
})]
|
|
}), !isRepository.current && /*#__PURE__*/(0,jsx_runtime.jsx)(jsx_runtime.Fragment, {
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: "pt40 pl20 pr20 font14 c-orange",
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
children: "\u79C1\u5BC6\u7248\u672C\u5E93\u7684\u6587\u4EF6\u5BF9\u5B66\u5458\u59CB\u7EC8\u9690\u85CF\uFF0C\u65E0\u6CD5\u8BBF\u95EE\u67E5\u770B\u3002 "
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
children: "\u82E5\u8BC4\u6D4B\u5B66\u5458\u4EFB\u52A1\u9700\u8981\u4F7F\u7528\u79C1\u5BC6\u7248\u672C\u5E93\u7684\u6587\u4EF6\uFF0C\u8BF7\u6307\u5B9A\u5C06\u79C1\u5BC6\u7248\u672C\u5E93\u5408\u5E76\u5230\u5E38\u89C4\u7248\u672C\u5E93\u7684\u76EE\u6807\u8DEF\u5F84\uFF0C\u4EE5\u786E\u4FDD\u8BC4\u6D4B\u65F6\u80FD\u8BBF\u95EE\u79C1\u5BC6\u7248\u672C\u5E93\u7684\u6587\u4EF6\u3002"
|
|
})]
|
|
})
|
|
}), treeData.length ? /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Repositorymodules.info,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Repositorymodules.infoUser,
|
|
children: [(commitInfo === null || commitInfo === void 0 ? void 0 : commitInfo.author) && /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
|
width: "35",
|
|
height: "35",
|
|
alt: commitInfo === null || commitInfo === void 0 || (_commitInfo$author = commitInfo.author) === null || _commitInfo$author === void 0 ? void 0 : _commitInfo$author.name,
|
|
src: "".concat(env/* default */.Z.IMG_SERVER, "/").concat(commitInfo === null || commitInfo === void 0 || (_commitInfo$author2 = commitInfo.author) === null || _commitInfo$author2 === void 0 ? void 0 : _commitInfo$author2.image_url)
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
|
|
href: commitInfo === null || commitInfo === void 0 || (_commitInfo$author3 = commitInfo.author) === null || _commitInfo$author3 === void 0 ? void 0 : _commitInfo$author3.user_url,
|
|
target: "_blank",
|
|
className: "mr5",
|
|
children: commitInfo === null || commitInfo === void 0 || (_commitInfo$author4 = commitInfo.author) === null || _commitInfo$author4 === void 0 ? void 0 : _commitInfo$author4.name
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
|
children: ["\u63D0\u4EA4\u4E8E", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
children: commitInfo === null || commitInfo === void 0 ? void 0 : commitInfo.time
|
|
}), " \uFF1A", commitInfo === null || commitInfo === void 0 ? void 0 : commitInfo.title]
|
|
})]
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
onClick: function onClick() {
|
|
return _umi_production_exports.history.push("/shixuns/".concat(params.id, "/").concat(isRepository.current ? 'repository' : 'secret_repository', "/").concat(params.id, "/commits"));
|
|
},
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
|
className: "iconfont icon-tijiaojilu font18 mr5"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
className: "".concat(Repositorymodules.infoSubmitText, " current"),
|
|
children: "\u63D0\u4EA4\u8BB0\u5F55"
|
|
})]
|
|
})]
|
|
}), !!(pathList !== null && pathList !== void 0 && pathList.length) && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Repositorymodules.pathWrap,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Repositorymodules.pathContent,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("a", {
|
|
onClick: handleClickRootPath,
|
|
children: params.id
|
|
}), pathList.map(function (item, index) {
|
|
if (index === pathList.length - 1) {
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
|
children: [" / ", item]
|
|
});
|
|
}
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("a", {
|
|
onClick: function onClick() {
|
|
return handleClickOhterPath(item, index);
|
|
},
|
|
children: [" / ", item]
|
|
});
|
|
})]
|
|
})
|
|
}), editable && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Repositorymodules.deleteWrap,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, {
|
|
className: "font14",
|
|
type: "link",
|
|
onClick: handleDeleteFile,
|
|
children: "\u5220\u9664"
|
|
})
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Repositorymodules.content,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(tree/* default */.Z, {
|
|
checkable: editable,
|
|
treeData: treeData,
|
|
onSelect: handleSelectTree,
|
|
onCheck: handleCheckTree
|
|
})
|
|
})]
|
|
}) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData, {})]
|
|
})
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(Right/* default */.Z, {})]
|
|
}) : /*#__PURE__*/(0,jsx_runtime.jsx)(components_Edit, {
|
|
content: editContent,
|
|
pathList: pathList,
|
|
fixedButtonVisible: false,
|
|
onSetShowContent: function onSetShowContent(flag) {
|
|
var paths = pathList !== null && pathList !== void 0 && pathList.length ? pathList === null || pathList === void 0 ? void 0 : pathList.filter(function (_, index) {
|
|
return index !== pathList.length - 1;
|
|
}) : [];
|
|
setPathList(paths);
|
|
setShowContent(flag);
|
|
},
|
|
onClickRootPath: handleClickRootPath,
|
|
onClickOhterPath: handleClickOhterPath
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(SelectFilePathModal/* default */.Z, {
|
|
pathList: pathList,
|
|
showInputPath: true,
|
|
isMergeSelectFile: isMergeSelectFile,
|
|
onFinish: function onFinish(path) {
|
|
isMergeSelectFile ? handleMergeSelectFile(path) : handleGetRepository(path);
|
|
setIsMergeSelectFile(false);
|
|
}
|
|
})]
|
|
});
|
|
};
|
|
var NoData = function NoData() {
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: "tc mt20 pb50 ".concat(Repositorymodules.nodata),
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
|
src: "".concat(env/* default */.Z.IMG_SERVER, "/images/educoder/RepositoryNoneData.png")
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Repositorymodules.nodataText,
|
|
children: "\u6B64\u5904\u5B58\u653E\u672C\u5B9E\u8BAD\u6240\u9700\u7684\u6240\u6709\u4EE3\u7801\u7B49\u76F8\u5173\u6587\u4EF6\uFF0C\u4F60\u53EF\u4EE5\u901A\u8FC7\u4EE5\u4E0B\u4E24\u79CD\u65B9\u5F0F\u6765\u4F7F\u7528\uFF1A"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Repositorymodules.nodataText,
|
|
children: ["1\u3001", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
|
|
href: "/forums/2784",
|
|
target: "_blank",
|
|
children: "Git\u5BA2\u6237\u7AEF"
|
|
})
|
|
}), "\u4E0A\u4F20\u5DF2\u6709\u6587\u4EF6\u6765\u5F00\u59CB\u4F7F\u7528\u3002"]
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: "".concat(Repositorymodules.nodataText),
|
|
children: "2\u3001\u76F4\u63A5\u5728\u5E73\u53F0\u4E0A\u521B\u5EFA\u6587\u4EF6\u76EE\u5F55\u4EE5\u53CA\u76F8\u5173\u4EE3\u7801\u6587\u4EF6\u3002"
|
|
})]
|
|
});
|
|
};
|
|
/* harmony default export */ var Detail_Repository = ((0,_umi_production_exports.connect)(function (_ref6) {
|
|
var shixunsDetail = _ref6.shixunsDetail,
|
|
loading = _ref6.loading,
|
|
globalSetting = _ref6.globalSetting,
|
|
user = _ref6.user;
|
|
return {
|
|
shixunsDetail: shixunsDetail,
|
|
globalSetting: globalSetting,
|
|
user: user,
|
|
loading: loading.models.index
|
|
};
|
|
})(Repository));
|
|
|
|
/***/ })
|
|
|
|
}]); |