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.
NewEduCoderBuild/11398.3bdc24f0.async.js

1023 lines
58 KiB

"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[11398],{
/***/ 41082:
/*!**********************************!*\
!*** ./src/service/magazine.tsx ***!
\**********************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ $: function() { return /* binding */ getMyMagazinList; },
/* harmony export */ BL: function() { return /* binding */ getMagazinCheck; },
/* harmony export */ E: function() { return /* binding */ canclePost; },
/* harmony export */ OD: function() { return /* binding */ editArticle; },
/* harmony export */ P6: function() { return /* binding */ createOtherMagazine; },
/* harmony export */ QM: function() { return /* binding */ postMagazin; },
/* harmony export */ UV: function() { return /* binding */ delOtherMagazine; },
/* harmony export */ Wx: function() { return /* binding */ getMonthlyDetail; },
/* harmony export */ _3: function() { return /* binding */ getOtherMagazine; },
/* harmony export */ ah: function() { return /* binding */ reviewCount; },
/* harmony export */ dV: function() { return /* binding */ getMagazinCat; },
/* harmony export */ fp: function() { return /* binding */ modifyOtherMagazine; },
/* harmony export */ i7: function() { return /* binding */ approved_articles; },
/* harmony export */ id: function() { return /* binding */ getMagazinColumn; },
/* harmony export */ j: function() { return /* binding */ getMagazinRecArc; },
/* harmony export */ lR: function() { return /* binding */ getMagazinDetail; },
/* harmony export */ lp: function() { return /* binding */ getReviewProgress; },
/* harmony export */ o7: function() { return /* binding */ getMagazinNew; },
/* harmony export */ r3: function() { return /* binding */ delMagazine; },
/* harmony export */ rZ: function() { return /* binding */ getStatistic; },
/* harmony export */ t_: function() { return /* binding */ getReviewList; },
/* harmony export */ vn: function() { return /* binding */ getMagazinHot; },
/* harmony export */ zo: function() { return /* binding */ getMagazinRec; }
/* harmony export */ });
/* unused harmony export getMagazinList */
/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js */ 82242);
/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_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_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__);
/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1__ = __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_1___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_1__);
/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js */ 41498);
/* harmony import */ var _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2__);
/* harmony import */ var _utils_fetch__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/utils/fetch */ 55794);
//首页-热门期刊
function getMagazinHot() {
return _getMagazinHot.apply(this, arguments);
}
//首页-最新期刊
function _getMagazinHot() {
_getMagazinHot = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee() {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee$(_context) {
while (1) switch (_context.prev = _context.next) {
case 0:
return _context.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/hot.json", {
method: 'get'
}));
case 1:
case "end":
return _context.stop();
}
}, _callee);
}));
return _getMagazinHot.apply(this, arguments);
}
function getMagazinNew() {
return _getMagazinNew.apply(this, arguments);
}
//首页-推荐期刊
function _getMagazinNew() {
_getMagazinNew = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee2() {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee2$(_context2) {
while (1) switch (_context2.prev = _context2.next) {
case 0:
return _context2.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/featured.json", {
method: 'get'
}));
case 1:
case "end":
return _context2.stop();
}
}, _callee2);
}));
return _getMagazinNew.apply(this, arguments);
}
function getMagazinRec(_x) {
return _getMagazinRec.apply(this, arguments);
}
//首页-统计数据
function _getMagazinRec() {
_getMagazinRec = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee3(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee3$(_context3) {
while (1) switch (_context3.prev = _context3.next) {
case 0:
return _context3.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/recommended.json", {
method: 'get',
params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params)
}));
case 1:
case "end":
return _context3.stop();
}
}, _callee3);
}));
return _getMagazinRec.apply(this, arguments);
}
function getStatistic() {
return _getStatistic.apply(this, arguments);
}
//首页-获取分类
function _getStatistic() {
_getStatistic = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee4() {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee4$(_context4) {
while (1) switch (_context4.prev = _context4.next) {
case 0:
return _context4.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/statics.json", {
method: 'get'
}));
case 1:
case "end":
return _context4.stop();
}
}, _callee4);
}));
return _getStatistic.apply(this, arguments);
}
function getMagazinCat() {
return _getMagazinCat.apply(this, arguments);
}
function _getMagazinCat() {
_getMagazinCat = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee5() {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee5$(_context5) {
while (1) switch (_context5.prev = _context5.next) {
case 0:
return _context5.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/types.json", {
method: 'get'
}));
case 1:
case "end":
return _context5.stop();
}
}, _callee5);
}));
return _getMagazinCat.apply(this, arguments);
}
function getMagazinRecArc(_x2) {
return _getMagazinRecArc.apply(this, arguments);
}
//首页-获取文章列表
function _getMagazinRecArc() {
_getMagazinRecArc = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee6(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee6$(_context6) {
while (1) switch (_context6.prev = _context6.next) {
case 0:
return _context6.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/articles/recommended.json", {
method: 'post',
body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params)
}));
case 1:
case "end":
return _context6.stop();
}
}, _callee6);
}));
return _getMagazinRecArc.apply(this, arguments);
}
function getMagazinList(_x3) {
return _getMagazinList.apply(this, arguments);
}
// 我的期刊
function _getMagazinList() {
_getMagazinList = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee7(params) {
return _regeneratorRuntime().wrap(function _callee7$(_context7) {
while (1) switch (_context7.prev = _context7.next) {
case 0:
return _context7.abrupt("return", Fetch("/api/articles.json", {
method: 'get',
params: _objectSpread({}, params)
}));
case 1:
case "end":
return _context7.stop();
}
}, _callee7);
}));
return _getMagazinList.apply(this, arguments);
}
function getMyMagazinList() {
return _getMyMagazinList.apply(this, arguments);
}
// 获取期刊详情
function _getMyMagazinList() {
_getMyMagazinList = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee8() {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee8$(_context8) {
while (1) switch (_context8.prev = _context8.next) {
case 0:
return _context8.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/mine.json", {
method: 'get'
}));
case 1:
case "end":
return _context8.stop();
}
}, _callee8);
}));
return _getMyMagazinList.apply(this, arguments);
}
function getMagazinDetail(_x4) {
return _getMagazinDetail.apply(this, arguments);
}
// 获取期刊栏目
function _getMagazinDetail() {
_getMagazinDetail = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee9(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee9$(_context9) {
while (1) switch (_context9.prev = _context9.next) {
case 0:
return _context9.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, ".json"), {
method: 'get',
params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params)
}));
case 1:
case "end":
return _context9.stop();
}
}, _callee9);
}));
return _getMagazinDetail.apply(this, arguments);
}
function getMagazinColumn(_x5) {
return _getMagazinColumn.apply(this, arguments);
}
//获取月刊
function _getMagazinColumn() {
_getMagazinColumn = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee10(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee10$(_context10) {
while (1) switch (_context10.prev = _context10.next) {
case 0:
return _context10.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/categories.json", {
method: 'get',
params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params)
}));
case 1:
case "end":
return _context10.stop();
}
}, _callee10);
}));
return _getMagazinColumn.apply(this, arguments);
}
function getMonthlyDetail(_x6) {
return _getMonthlyDetail.apply(this, arguments);
}
// 投稿
function _getMonthlyDetail() {
_getMonthlyDetail = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee11(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee11$(_context11) {
while (1) switch (_context11.prev = _context11.next) {
case 0:
return _context11.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/monthly_magazines.json", {
method: 'get',
params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params)
}));
case 1:
case "end":
return _context11.stop();
}
}, _callee11);
}));
return _getMonthlyDetail.apply(this, arguments);
}
function postMagazin(_x7) {
return _postMagazin.apply(this, arguments);
}
// 审核
function _postMagazin() {
_postMagazin = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee12(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee12$(_context12) {
while (1) switch (_context12.prev = _context12.next) {
case 0:
return _context12.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/submit.json", {
method: 'post',
body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params)
}));
case 1:
case "end":
return _context12.stop();
}
}, _callee12);
}));
return _postMagazin.apply(this, arguments);
}
function getMagazinCheck(_x8) {
return _getMagazinCheck.apply(this, arguments);
}
// 审核列表
function _getMagazinCheck() {
_getMagazinCheck = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee13(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee13$(_context13) {
while (1) switch (_context13.prev = _context13.next) {
case 0:
return _context13.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/articles/".concat(params === null || params === void 0 ? void 0 : params.id, "/audit.json"), {
method: 'post',
body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params)
}));
case 1:
case "end":
return _context13.stop();
}
}, _callee13);
}));
return _getMagazinCheck.apply(this, arguments);
}
function getReviewList(_x9) {
return _getReviewList.apply(this, arguments);
}
// 智云告示 云刊问道
function _getReviewList() {
_getReviewList = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee14(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee14$(_context14) {
while (1) switch (_context14.prev = _context14.next) {
case 0:
return _context14.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, "/articles.json"), {
method: 'get',
params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params)
}));
case 1:
case "end":
return _context14.stop();
}
}, _callee14);
}));
return _getReviewList.apply(this, arguments);
}
function approved_articles(_x10) {
return _approved_articles.apply(this, arguments);
}
// 审核进度
function _approved_articles() {
_approved_articles = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee15(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee15$(_context15) {
while (1) switch (_context15.prev = _context15.next) {
case 0:
return _context15.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, "/approved_articles.json"), {
method: 'get',
params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params)
}));
case 1:
case "end":
return _context15.stop();
}
}, _callee15);
}));
return _approved_articles.apply(this, arguments);
}
function getReviewProgress(_x11) {
return _getReviewProgress.apply(this, arguments);
}
//取消投稿
function _getReviewProgress() {
_getReviewProgress = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee16(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee16$(_context16) {
while (1) switch (_context16.prev = _context16.next) {
case 0:
return _context16.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, "/article_progress.json"), {
method: 'get',
params: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params)
}));
case 1:
case "end":
return _context16.stop();
}
}, _callee16);
}));
return _getReviewProgress.apply(this, arguments);
}
function canclePost(_x12) {
return _canclePost.apply(this, arguments);
}
// 编辑稿件
function _canclePost() {
_canclePost = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee17(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee17$(_context17) {
while (1) switch (_context17.prev = _context17.next) {
case 0:
return _context17.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, "/cancel_submit.json"), {
method: 'post',
body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params)
}));
case 1:
case "end":
return _context17.stop();
}
}, _callee17);
}));
return _canclePost.apply(this, arguments);
}
function editArticle(_x13) {
return _editArticle.apply(this, arguments);
}
// 其他期刊 -获取
function _editArticle() {
_editArticle = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee18(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee18$(_context18) {
while (1) switch (_context18.prev = _context18.next) {
case 0:
return _context18.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, "/change_submit.json"), {
method: 'post',
body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params)
}));
case 1:
case "end":
return _context18.stop();
}
}, _callee18);
}));
return _editArticle.apply(this, arguments);
}
function getOtherMagazine() {
return _getOtherMagazine.apply(this, arguments);
}
// 其他期刊 -创建
function _getOtherMagazine() {
_getOtherMagazine = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee19() {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee19$(_context19) {
while (1) switch (_context19.prev = _context19.next) {
case 0:
return _context19.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/others.json", {
method: 'get'
}));
case 1:
case "end":
return _context19.stop();
}
}, _callee19);
}));
return _getOtherMagazine.apply(this, arguments);
}
function createOtherMagazine(_x14) {
return _createOtherMagazine.apply(this, arguments);
}
// 其他期刊 -修改
function _createOtherMagazine() {
_createOtherMagazine = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee20(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee20$(_context20) {
while (1) switch (_context20.prev = _context20.next) {
case 0:
return _context20.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines.json", {
method: 'post',
body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params)
}));
case 1:
case "end":
return _context20.stop();
}
}, _callee20);
}));
return _createOtherMagazine.apply(this, arguments);
}
function modifyOtherMagazine(_x15) {
return _modifyOtherMagazine.apply(this, arguments);
}
// 其他期刊 -删除
function _modifyOtherMagazine() {
_modifyOtherMagazine = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee21(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee21$(_context21) {
while (1) switch (_context21.prev = _context21.next) {
case 0:
return _context21.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, ".json"), {
method: 'put',
body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params)
}));
case 1:
case "end":
return _context21.stop();
}
}, _callee21);
}));
return _modifyOtherMagazine.apply(this, arguments);
}
function delOtherMagazine(_x16) {
return _delOtherMagazine.apply(this, arguments);
}
// 文章阅读量+1
function _delOtherMagazine() {
_delOtherMagazine = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee22(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee22$(_context22) {
while (1) switch (_context22.prev = _context22.next) {
case 0:
return _context22.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, ".json"), {
method: 'delete'
}));
case 1:
case "end":
return _context22.stop();
}
}, _callee22);
}));
return _delOtherMagazine.apply(this, arguments);
}
function reviewCount(_x17) {
return _reviewCount.apply(this, arguments);
}
// 删除期刊
function _reviewCount() {
_reviewCount = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee23(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee23$(_context23) {
while (1) switch (_context23.prev = _context23.next) {
case 0:
return _context23.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/articles/".concat(params === null || params === void 0 ? void 0 : params.id, "/viewed.json"), {
method: 'put'
}));
case 1:
case "end":
return _context23.stop();
}
}, _callee23);
}));
return _reviewCount.apply(this, arguments);
}
function delMagazine(_x18) {
return _delMagazine.apply(this, arguments);
}
function _delMagazine() {
_delMagazine = _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee24(params) {
return _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee24$(_context24) {
while (1) switch (_context24.prev = _context24.next) {
case 0:
return _context24.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/articles/".concat(params === null || params === void 0 ? void 0 : params.id, ".json"), {
method: 'delete',
body: _root_workspace_ppte5yg23_local_v9_test4_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, params)
}));
case 1:
case "end":
return _context24.stop();
}
}, _callee24);
}));
return _delMagazine.apply(this, arguments);
}
/***/ }),
/***/ 10777:
/*!************************************************************************!*\
!*** ./node_modules/_antd@5.9.0@antd/es/timeline/index.js + 5 modules ***!
\************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
// EXPORTS
__webpack_require__.d(__webpack_exports__, {
Z: function() { return /* binding */ timeline; }
});
// 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);
;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/TimelineItem.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 TimelineItem = _a => {
var {
prefixCls: customizePrefixCls,
className,
color = 'blue',
dot,
pending = false,
position /** Dead, but do not pass in <li {...omit()} */,
label,
children
} = _a,
restProps = __rest(_a, ["prefixCls", "className", "color", "dot", "pending", "position", "label", "children"]);
const {
getPrefixCls
} = _react_17_0_2_react.useContext(context/* ConfigContext */.E_);
const prefixCls = getPrefixCls('timeline', customizePrefixCls);
const itemClassName = _classnames_2_5_1_classnames_default()(`${prefixCls}-item`, {
[`${prefixCls}-item-pending`]: pending
}, className);
const customColor = /blue|red|green|gray/.test(color || '') ? undefined : color;
const dotClassName = _classnames_2_5_1_classnames_default()(`${prefixCls}-item-head`, {
[`${prefixCls}-item-head-custom`]: !!dot,
[`${prefixCls}-item-head-${color}`]: !customColor
});
return /*#__PURE__*/_react_17_0_2_react.createElement("li", Object.assign({}, restProps, {
className: itemClassName
}), label && /*#__PURE__*/_react_17_0_2_react.createElement("div", {
className: `${prefixCls}-item-label`
}, label), /*#__PURE__*/_react_17_0_2_react.createElement("div", {
className: `${prefixCls}-item-tail`
}), /*#__PURE__*/_react_17_0_2_react.createElement("div", {
className: dotClassName,
style: {
borderColor: customColor,
color: customColor
}
}, dot), /*#__PURE__*/_react_17_0_2_react.createElement("div", {
className: `${prefixCls}-item-content`
}, children));
};
/* harmony default export */ var timeline_TimelineItem = (TimelineItem);
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.28.6@@babel/runtime/helpers/esm/toConsumableArray.js + 2 modules
var toConsumableArray = __webpack_require__(77654);
// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.1@@ant-design/icons/es/icons/LoadingOutlined.js + 1 modules
var LoadingOutlined = __webpack_require__(58617);
;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/TimelineItemList.js
"use client";
var TimelineItemList_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 TimelineItemList = _a => {
var {
prefixCls,
className,
pending = false,
children,
items,
rootClassName,
reverse = false,
direction,
hashId,
pendingDot,
mode = ''
} = _a,
restProps = TimelineItemList_rest(_a, ["prefixCls", "className", "pending", "children", "items", "rootClassName", "reverse", "direction", "hashId", "pendingDot", "mode"]);
const getPositionCls = (position, idx) => {
if (mode === 'alternate') {
if (position === 'right') return `${prefixCls}-item-right`;
if (position === 'left') return `${prefixCls}-item-left`;
return idx % 2 === 0 ? `${prefixCls}-item-left` : `${prefixCls}-item-right`;
}
if (mode === 'left') return `${prefixCls}-item-left`;
if (mode === 'right') return `${prefixCls}-item-right`;
if (position === 'right') return `${prefixCls}-item-right`;
return '';
};
const mergedItems = (0,toConsumableArray/* default */.Z)(items || []);
const pendingNode = typeof pending === 'boolean' ? null : pending;
if (pending) {
mergedItems.push({
pending: !!pending,
dot: pendingDot || /*#__PURE__*/_react_17_0_2_react.createElement(LoadingOutlined/* default */.Z, null),
children: pendingNode
});
}
if (reverse) {
mergedItems.reverse();
}
const itemsCount = mergedItems.length;
const lastCls = `${prefixCls}-item-last`;
const itemsList = mergedItems.filter(item => !!item).map((item, idx) => {
var _a;
const pendingClass = idx === itemsCount - 2 ? lastCls : '';
const readyClass = idx === itemsCount - 1 ? lastCls : '';
const {
className: itemClassName
} = item,
itemProps = TimelineItemList_rest(item, ["className"]);
return /*#__PURE__*/_react_17_0_2_react.createElement(timeline_TimelineItem, Object.assign({}, itemProps, {
className: _classnames_2_5_1_classnames_default()([itemClassName, !reverse && !!pending ? pendingClass : readyClass, getPositionCls((_a = item === null || item === void 0 ? void 0 : item.position) !== null && _a !== void 0 ? _a : '', idx)]),
/* eslint-disable-next-line react/no-array-index-key */
key: (item === null || item === void 0 ? void 0 : item.key) || idx
}));
});
const hasLabelItem = mergedItems.some(item => !!(item === null || item === void 0 ? void 0 : item.label));
const classString = _classnames_2_5_1_classnames_default()(prefixCls, {
[`${prefixCls}-pending`]: !!pending,
[`${prefixCls}-reverse`]: !!reverse,
[`${prefixCls}-${mode}`]: !!mode && !hasLabelItem,
[`${prefixCls}-label`]: hasLabelItem,
[`${prefixCls}-rtl`]: direction === 'rtl'
}, className, rootClassName, hashId);
return /*#__PURE__*/_react_17_0_2_react.createElement("ul", Object.assign({}, restProps, {
className: classString
}), itemsList);
};
/* harmony default export */ var timeline_TimelineItemList = (TimelineItemList);
// EXTERNAL MODULE: ./node_modules/_rc-util@5.44.4@rc-util/es/Children/toArray.js
var toArray = __webpack_require__(11592);
;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/useItems.js
"use client";
function useItems(items, children) {
if (items && Array.isArray(items)) return items;
return (0,toArray/* default */.Z)(children).map(ele => {
var _a, _b;
return Object.assign({
children: (_b = (_a = ele === null || ele === void 0 ? void 0 : ele.props) === null || _a === void 0 ? void 0 : _a.children) !== null && _b !== void 0 ? _b : ''
}, ele.props);
});
}
/* harmony default export */ var timeline_useItems = (useItems);
// 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/timeline/style/index.js
const genTimelineStyle = token => {
const {
componentCls
} = token;
return {
[componentCls]: Object.assign(Object.assign({}, (0,style/* resetComponent */.Wf)(token)), {
margin: 0,
padding: 0,
listStyle: 'none',
[`${componentCls}-item`]: {
position: 'relative',
margin: 0,
paddingBottom: token.itemPaddingBottom,
fontSize: token.fontSize,
listStyle: 'none',
'&-tail': {
position: 'absolute',
insetBlockStart: token.itemHeadSize,
insetInlineStart: (token.itemHeadSize - token.tailWidth) / 2,
height: `calc(100% - ${token.itemHeadSize}px)`,
borderInlineStart: `${token.tailWidth}px ${token.lineType} ${token.tailColor}`
},
'&-pending': {
[`${componentCls}-item-head`]: {
fontSize: token.fontSizeSM,
backgroundColor: 'transparent'
},
[`${componentCls}-item-tail`]: {
display: 'none'
}
},
'&-head': {
position: 'absolute',
width: token.itemHeadSize,
height: token.itemHeadSize,
backgroundColor: token.dotBg,
border: `${token.dotBorderWidth}px ${token.lineType} transparent`,
borderRadius: '50%',
'&-blue': {
color: token.colorPrimary,
borderColor: token.colorPrimary
},
'&-red': {
color: token.colorError,
borderColor: token.colorError
},
'&-green': {
color: token.colorSuccess,
borderColor: token.colorSuccess
},
'&-gray': {
color: token.colorTextDisabled,
borderColor: token.colorTextDisabled
}
},
'&-head-custom': {
position: 'absolute',
insetBlockStart: token.itemHeadSize / 2,
insetInlineStart: token.itemHeadSize / 2,
width: 'auto',
height: 'auto',
marginBlockStart: 0,
paddingBlock: token.customHeadPaddingVertical,
lineHeight: 1,
textAlign: 'center',
border: 0,
borderRadius: 0,
transform: `translate(-50%, -50%)`
},
'&-content': {
position: 'relative',
insetBlockStart: -(token.fontSize * token.lineHeight - token.fontSize) + token.lineWidth,
marginInlineStart: token.margin + token.itemHeadSize,
marginInlineEnd: 0,
marginBlockStart: 0,
marginBlockEnd: 0,
wordBreak: 'break-word'
},
'&-last': {
[`> ${componentCls}-item-tail`]: {
display: 'none'
},
[`> ${componentCls}-item-content`]: {
minHeight: token.controlHeightLG * 1.2
}
}
},
[`&${componentCls}-alternate,
&${componentCls}-right,
&${componentCls}-label`]: {
[`${componentCls}-item`]: {
'&-tail, &-head, &-head-custom': {
insetInlineStart: '50%'
},
'&-head': {
marginInlineStart: `-${token.marginXXS}px`,
'&-custom': {
marginInlineStart: token.tailWidth / 2
}
},
'&-left': {
[`${componentCls}-item-content`]: {
insetInlineStart: `calc(50% - ${token.marginXXS}px)`,
width: `calc(50% - ${token.marginSM}px)`,
textAlign: 'start'
}
},
'&-right': {
[`${componentCls}-item-content`]: {
width: `calc(50% - ${token.marginSM}px)`,
margin: 0,
textAlign: 'end'
}
}
}
},
[`&${componentCls}-right`]: {
[`${componentCls}-item-right`]: {
[`${componentCls}-item-tail,
${componentCls}-item-head,
${componentCls}-item-head-custom`]: {
insetInlineStart: `calc(100% - ${(token.itemHeadSize + token.tailWidth) / 2}px)`
},
[`${componentCls}-item-content`]: {
width: `calc(100% - ${token.itemHeadSize + token.marginXS}px)`
}
}
},
[`&${componentCls}-pending
${componentCls}-item-last
${componentCls}-item-tail`]: {
display: 'block',
height: `calc(100% - ${token.margin}px)`,
borderInlineStart: `${token.tailWidth}px dotted ${token.tailColor}`
},
[`&${componentCls}-reverse
${componentCls}-item-last
${componentCls}-item-tail`]: {
display: 'none'
},
[`&${componentCls}-reverse ${componentCls}-item-pending`]: {
[`${componentCls}-item-tail`]: {
insetBlockStart: token.margin,
display: 'block',
height: `calc(100% - ${token.margin}px)`,
borderInlineStart: `${token.tailWidth}px dotted ${token.tailColor}`
},
[`${componentCls}-item-content`]: {
minHeight: token.controlHeightLG * 1.2
}
},
[`&${componentCls}-label`]: {
[`${componentCls}-item-label`]: {
position: 'absolute',
insetBlockStart: -(token.fontSize * token.lineHeight - token.fontSize) + token.tailWidth,
width: `calc(50% - ${token.marginSM}px)`,
textAlign: 'end'
},
[`${componentCls}-item-right`]: {
[`${componentCls}-item-label`]: {
insetInlineStart: `calc(50% + ${token.marginSM}px)`,
width: `calc(50% - ${token.marginSM}px)`,
textAlign: 'start'
}
}
},
// ====================== RTL =======================
'&-rtl': {
direction: 'rtl',
[`${componentCls}-item-head-custom`]: {
transform: `translate(50%, -50%)`
}
}
})
};
};
// ============================== Export ==============================
/* harmony default export */ var timeline_style = ((0,genComponentStyleHook/* default */.Z)('Timeline', token => {
const timeLineToken = (0,statistic/* merge */.TS)(token, {
itemHeadSize: 10,
customHeadPaddingVertical: token.paddingXXS,
paddingInlineEnd: 2
});
return [genTimelineStyle(timeLineToken)];
}, token => ({
tailColor: token.colorSplit,
tailWidth: token.lineWidthBold,
dotBorderWidth: token.wireframe ? token.lineWidthBold : token.lineWidth * 3,
dotBg: token.colorBgContainer,
itemPaddingBottom: token.padding * 1.25
})));
;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/Timeline.js
"use client";
var Timeline_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;
};
// CSSINJS
const Timeline = props => {
const {
getPrefixCls,
direction,
timeline
} = _react_17_0_2_react.useContext(context/* ConfigContext */.E_);
const {
prefixCls: customizePrefixCls,
children,
items,
className,
style
} = props,
restProps = Timeline_rest(props, ["prefixCls", "children", "items", "className", "style"]);
const prefixCls = getPrefixCls('timeline', customizePrefixCls);
// =================== Warning =====================
if (false) {}
// Style
const [wrapSSR, hashId] = timeline_style(prefixCls);
const mergedItems = timeline_useItems(items, children);
return wrapSSR( /*#__PURE__*/_react_17_0_2_react.createElement(timeline_TimelineItemList, Object.assign({}, restProps, {
className: _classnames_2_5_1_classnames_default()(timeline === null || timeline === void 0 ? void 0 : timeline.className, className),
style: Object.assign(Object.assign({}, timeline === null || timeline === void 0 ? void 0 : timeline.style), style),
prefixCls: prefixCls,
direction: direction,
items: mergedItems,
hashId: hashId
})));
};
Timeline.Item = timeline_TimelineItem;
if (false) {}
/* harmony default export */ var timeline_Timeline = (Timeline);
;// CONCATENATED MODULE: ./node_modules/_antd@5.9.0@antd/es/timeline/index.js
"use client";
/* harmony default export */ var timeline = (timeline_Timeline);
/***/ }),
/***/ 73431:
/*!**********************************************!*\
!*** ./src/pages/Magazinejor/img/attach.png ***!
\**********************************************/
/***/ (function(module) {
module.exports = "data:image/png;base64,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";
/***/ }),
/***/ 69871:
/*!********************************************!*\
!*** ./src/pages/Magazinejor/img/time.png ***!
\********************************************/
/***/ (function(module) {
module.exports = "data:image/png;base64,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";
/***/ })
}]);