Auto Submit

pull/1/head
autosubmit 3 years ago
parent 9ec594ff90
commit c0c95124dc

File diff suppressed because one or more lines are too long

@ -695,26 +695,38 @@
height: 34px;
display: flex;
align-items: center;
justify-content: space-between;
color: #000f37;
padding: 0px 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil i {
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div {
display: flex;
align-items: center;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div > span {
margin-right: 12px;
font-size: 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div i {
color: #7d8592;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil > span {
margin-right: 15px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag1___dxm7r,
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
height: 18px;
padding: 3px 6px;
font-size: 12px;
border-radius: 2px;
border: 1px solid #FFE6AB;
color: #CA7720;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag___y1ZGO {
width: 76px;
height: 26px;
border-radius: 13px;
border: 1px solid #d6f7ef;
font-size: 14px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
border: 1px solid #D6F7EF;
color: #01795d;
line-height: 24px;
text-align: center;
margin-left: auto;
margin-left: 6px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -0,0 +1,475 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[12814],{
/***/ 12814:
/*!**********************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/ecl/ecl.js ***!
\**********************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "conf": function() { return /* binding */ conf; },
/* harmony export */ "language": function() { return /* binding */ language; }
/* harmony export */ });
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
var conf = {
comments: {
lineComment: '//',
blockComment: ['/*', '*/']
},
brackets: [
['{', '}'],
['[', ']'],
['(', ')']
],
autoClosingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: "'", close: "'", notIn: ['string', 'comment'] },
{ open: '"', close: '"', notIn: ['string', 'comment'] }
],
surroundingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: '<', close: '>' },
{ open: "'", close: "'" },
{ open: '"', close: '"' }
]
};
var language = {
defaultToken: '',
tokenPostfix: '.ecl',
ignoreCase: true,
brackets: [
{ open: '{', close: '}', token: 'delimiter.curly' },
{ open: '[', close: ']', token: 'delimiter.square' },
{ open: '(', close: ')', token: 'delimiter.parenthesis' },
{ open: '<', close: '>', token: 'delimiter.angle' }
],
pounds: [
'append',
'break',
'declare',
'demangle',
'end',
'for',
'getdatatype',
'if',
'inmodule',
'loop',
'mangle',
'onwarning',
'option',
'set',
'stored',
'uniquename'
].join('|'),
keywords: [
'__compressed__',
'after',
'all',
'and',
'any',
'as',
'atmost',
'before',
'beginc',
'best',
'between',
'case',
'cluster',
'compressed',
'compression',
'const',
'counter',
'csv',
'default',
'descend',
'embed',
'encoding',
'encrypt',
'end',
'endc',
'endembed',
'endmacro',
'enum',
'escape',
'except',
'exclusive',
'expire',
'export',
'extend',
'fail',
'few',
'fileposition',
'first',
'flat',
'forward',
'from',
'full',
'function',
'functionmacro',
'group',
'grouped',
'heading',
'hole',
'ifblock',
'import',
'in',
'inner',
'interface',
'internal',
'joined',
'keep',
'keyed',
'last',
'left',
'limit',
'linkcounted',
'literal',
'little_endian',
'load',
'local',
'locale',
'lookup',
'lzw',
'macro',
'many',
'maxcount',
'maxlength',
'min skew',
'module',
'mofn',
'multiple',
'named',
'namespace',
'nocase',
'noroot',
'noscan',
'nosort',
'not',
'noxpath',
'of',
'onfail',
'only',
'opt',
'or',
'outer',
'overwrite',
'packed',
'partition',
'penalty',
'physicallength',
'pipe',
'prefetch',
'quote',
'record',
'repeat',
'retry',
'return',
'right',
'right1',
'right2',
'rows',
'rowset',
'scan',
'scope',
'self',
'separator',
'service',
'shared',
'skew',
'skip',
'smart',
'soapaction',
'sql',
'stable',
'store',
'terminator',
'thor',
'threshold',
'timelimit',
'timeout',
'token',
'transform',
'trim',
'type',
'unicodeorder',
'unordered',
'unsorted',
'unstable',
'update',
'use',
'validate',
'virtual',
'whole',
'width',
'wild',
'within',
'wnotrim',
'xml',
'xpath'
],
functions: [
'abs',
'acos',
'aggregate',
'allnodes',
'apply',
'ascii',
'asin',
'assert',
'asstring',
'atan',
'atan2',
'ave',
'build',
'buildindex',
'case',
'catch',
'choose',
'choosen',
'choosesets',
'clustersize',
'combine',
'correlation',
'cos',
'cosh',
'count',
'covariance',
'cron',
'dataset',
'dedup',
'define',
'denormalize',
'dictionary',
'distribute',
'distributed',
'distribution',
'ebcdic',
'enth',
'error',
'evaluate',
'event',
'eventextra',
'eventname',
'exists',
'exp',
'fail',
'failcode',
'failmessage',
'fetch',
'fromunicode',
'fromxml',
'getenv',
'getisvalid',
'global',
'graph',
'group',
'hash',
'hash32',
'hash64',
'hashcrc',
'hashmd5',
'having',
'httpcall',
'httpheader',
'if',
'iff',
'index',
'intformat',
'isvalid',
'iterate',
'join',
'keydiff',
'keypatch',
'keyunicode',
'length',
'library',
'limit',
'ln',
'loadxml',
'local',
'log',
'loop',
'map',
'matched',
'matchlength',
'matchposition',
'matchtext',
'matchunicode',
'max',
'merge',
'mergejoin',
'min',
'nofold',
'nolocal',
'nonempty',
'normalize',
'nothor',
'notify',
'output',
'parallel',
'parse',
'pipe',
'power',
'preload',
'process',
'project',
'pull',
'random',
'range',
'rank',
'ranked',
'realformat',
'recordof',
'regexfind',
'regexreplace',
'regroup',
'rejected',
'rollup',
'round',
'roundup',
'row',
'rowdiff',
'sample',
'sequential',
'set',
'sin',
'sinh',
'sizeof',
'soapcall',
'sort',
'sorted',
'sqrt',
'stepped',
'stored',
'sum',
'table',
'tan',
'tanh',
'thisnode',
'topn',
'tounicode',
'toxml',
'transfer',
'transform',
'trim',
'truncate',
'typeof',
'ungroup',
'unicodeorder',
'variance',
'wait',
'which',
'workunit',
'xmldecode',
'xmlencode',
'xmltext',
'xmlunicode'
],
typesint: ['integer', 'unsigned'].join('|'),
typesnum: ['data', 'qstring', 'string', 'unicode', 'utf8', 'varstring', 'varunicode'],
typesone: [
'ascii',
'big_endian',
'boolean',
'data',
'decimal',
'ebcdic',
'grouped',
'integer',
'linkcounted',
'pattern',
'qstring',
'real',
'record',
'rule',
'set of',
'streamed',
'string',
'token',
'udecimal',
'unicode',
'unsigned',
'utf8',
'varstring',
'varunicode'
].join('|'),
operators: ['+', '-', '/', ':=', '<', '<>', '=', '>', '\\', 'and', 'in', 'not', 'or'],
symbols: /[=><!~?:&|+\-*\/\^%]+/,
// escape sequences
escapes: /\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
// The main tokenizer for our languages
tokenizer: {
root: [
[/@typesint[4|8]/, 'type'],
[/#(@pounds)/, 'type'],
[/@typesone/, 'type'],
[
/[a-zA-Z_$][\w-$]*/,
{
cases: {
'@functions': 'keyword.function',
'@keywords': 'keyword',
'@operators': 'operator'
}
}
],
// whitespace
{ include: '@whitespace' },
[/[{}()\[\]]/, '@brackets'],
[/[<>](?!@symbols)/, '@brackets'],
[
/@symbols/,
{
cases: {
'@operators': 'delimiter',
'@default': ''
}
}
],
// numbers
[/[0-9_]*\.[0-9_]+([eE][\-+]?\d+)?/, 'number.float'],
[/0[xX][0-9a-fA-F_]+/, 'number.hex'],
[/0[bB][01]+/, 'number.hex'],
[/[0-9_]+/, 'number'],
// delimiter: after number because of .\d floats
[/[;,.]/, 'delimiter'],
// strings
[/"([^"\\]|\\.)*$/, 'string.invalid'],
[/"/, 'string', '@string'],
// characters
[/'[^\\']'/, 'string'],
[/(')(@escapes)(')/, ['string', 'string.escape', 'string']],
[/'/, 'string.invalid']
],
whitespace: [
[/[ \t\v\f\r\n]+/, ''],
[/\/\*/, 'comment', '@comment'],
[/\/\/.*$/, 'comment']
],
comment: [
[/[^\/*]+/, 'comment'],
[/\*\//, 'comment', '@pop'],
[/[\/*]/, 'comment']
],
string: [
[/[^\\']+/, 'string'],
[/@escapes/, 'string.escape'],
[/\\./, 'string.escape.invalid'],
[/'/, 'string', '@pop']
]
}
};
/***/ })
}]);

@ -0,0 +1,165 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[14188],{
/***/ 14188:
/*!**************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/flow9/flow9.js ***!
\**************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "conf": function() { return /* binding */ conf; },
/* harmony export */ "language": function() { return /* binding */ language; }
/* harmony export */ });
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
var conf = {
comments: {
blockComment: ['/*', '*/'],
lineComment: '//'
},
brackets: [
['{', '}'],
['[', ']'],
['(', ')']
],
autoClosingPairs: [
{ open: '{', close: '}', notIn: ['string'] },
{ open: '[', close: ']', notIn: ['string'] },
{ open: '(', close: ')', notIn: ['string'] },
{ open: '"', close: '"', notIn: ['string'] },
{ open: "'", close: "'", notIn: ['string'] }
],
surroundingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: '"', close: '"' },
{ open: "'", close: "'" },
{ open: '<', close: '>' }
]
};
var language = {
defaultToken: '',
tokenPostfix: '.flow',
keywords: [
'import',
'require',
'export',
'forbid',
'native',
'if',
'else',
'cast',
'unsafe',
'switch',
'default'
],
types: [
'io',
'mutable',
'bool',
'int',
'double',
'string',
'flow',
'void',
'ref',
'true',
'false',
'with'
],
operators: [
'=',
'>',
'<',
'<=',
'>=',
'==',
'!',
'!=',
':=',
'::=',
'&&',
'||',
'+',
'-',
'*',
'/',
'@',
'&',
'%',
':',
'->',
'\\',
'$',
'??',
'^'
],
symbols: /[@$=><!~?:&|+\-*\\\/\^%]+/,
escapes: /\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
// The main tokenizer for our languages
tokenizer: {
root: [
// identifiers and keywords
[
/[a-zA-Z_]\w*/,
{
cases: {
'@keywords': 'keyword',
'@types': 'type',
'@default': 'identifier'
}
}
],
// whitespace
{ include: '@whitespace' },
// delimiters and operators
[/[{}()\[\]]/, 'delimiter'],
[/[<>](?!@symbols)/, 'delimiter'],
[
/@symbols/,
{
cases: {
'@operators': 'delimiter',
'@default': ''
}
}
],
// numbers
[
/((0(x|X)[0-9a-fA-F]*)|(([0-9]+\.?[0-9]*)|(\.[0-9]+))((e|E)(\+|-)?[0-9]+)?)/,
'number'
],
// delimiter: after number because of .\d floats
[/[;,.]/, 'delimiter'],
// strings
[/"([^"\\]|\\.)*$/, 'string.invalid'],
[/"/, 'string', '@string']
],
whitespace: [
[/[ \t\r\n]+/, ''],
[/\/\*/, 'comment', '@comment'],
[/\/\/.*$/, 'comment']
],
comment: [
[/[^\/*]+/, 'comment'],
[/\*\//, 'comment', '@pop'],
[/[\/*]/, 'comment']
],
string: [
[/[^\\"]+/, 'string'],
[/@escapes/, 'string.escape'],
[/\\./, 'string.escape.invalid'],
[/"/, 'string', '@pop']
]
}
};
/***/ })
}]);

@ -1,4 +1,4 @@
(self["webpackChunk"] = self["webpackChunk"] || []).push([[18442,88511,90463,67578],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[18442,88511,67578],{
/***/ 82826:
/*!**********************************************************************************!*\

@ -0,0 +1,157 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[23682],{
/***/ 23682:
/*!**********************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/pla/pla.js ***!
\**********************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "conf": function() { return /* binding */ conf; },
/* harmony export */ "language": function() { return /* binding */ language; }
/* harmony export */ });
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
var conf = {
comments: {
lineComment: '#'
},
brackets: [
['[', ']'],
['<', '>'],
['(', ')']
],
autoClosingPairs: [
{ open: '[', close: ']' },
{ open: '<', close: '>' },
{ open: '(', close: ')' }
],
surroundingPairs: [
{ open: '[', close: ']' },
{ open: '<', close: '>' },
{ open: '(', close: ')' }
]
};
var language = {
defaultToken: '',
tokenPostfix: '.pla',
brackets: [
{ open: '[', close: ']', token: 'delimiter.square' },
{ open: '<', close: '>', token: 'delimiter.angle' },
{ open: '(', close: ')', token: 'delimiter.parenthesis' }
],
keywords: [
'.i',
'.o',
'.mv',
'.ilb',
'.ob',
'.label',
'.type',
'.phase',
'.pair',
'.symbolic',
'.symbolic-output',
'.kiss',
'.p',
'.e',
'.end'
],
// regular expressions
comment: /#.*$/,
identifier: /[a-zA-Z]+[a-zA-Z0-9_\-]*/,
plaContent: /[01\-~\|]+/,
// The main tokenizer for our languages
tokenizer: {
root: [
// comments and whitespace
{ include: '@whitespace' },
[/@comment/, 'comment'],
// keyword
[
/\.([a-zA-Z_\-]+)/,
{
cases: {
'@eos': { token: 'keyword.$1' },
'@keywords': {
cases: {
'.type': { token: 'keyword.$1', next: '@type' },
'@default': { token: 'keyword.$1', next: '@keywordArg' }
}
},
'@default': { token: 'keyword.$1' }
}
}
],
// identifiers
[/@identifier/, 'identifier'],
// PLA row
[/@plaContent/, 'string']
],
whitespace: [[/[ \t\r\n]+/, '']],
type: [{ include: '@whitespace' }, [/\w+/, { token: 'type', next: '@pop' }]],
keywordArg: [
// whitespace
[
/[ \t\r\n]+/,
{
cases: {
'@eos': { token: '', next: '@pop' },
'@default': ''
}
}
],
// comments
[/@comment/, 'comment', '@pop'],
// brackets
[
/[<>()\[\]]/,
{
cases: {
'@eos': { token: '@brackets', next: '@pop' },
'@default': '@brackets'
}
}
],
// numbers
[
/\-?\d+/,
{
cases: {
'@eos': { token: 'number', next: '@pop' },
'@default': 'number'
}
}
],
// identifiers
[
/@identifier/,
{
cases: {
'@eos': { token: 'identifier', next: '@pop' },
'@default': 'identifier'
}
}
],
// delimiter
[
/[;=]/,
{
cases: {
'@eos': { token: 'delimiter', next: '@pop' },
'@default': 'delimiter'
}
}
]
]
}
};
/***/ })
}]);

@ -1,705 +0,0 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[2441],{
/***/ 84567:
/*!************************************************************!*\
!*** ./node_modules/antd/es/checkbox/index.js + 3 modules ***!
\************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
// EXPORTS
__webpack_require__.d(__webpack_exports__, {
"Z": function() { return /* binding */ es_checkbox; }
});
// EXTERNAL MODULE: ./node_modules/classnames/index.js
var classnames = __webpack_require__(94184);
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
// EXTERNAL MODULE: ./node_modules/rc-checkbox/es/index.js + 5 modules
var es = __webpack_require__(95860);
// EXTERNAL MODULE: ./node_modules/react/index.js
var react = __webpack_require__(67294);
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/context.js
var config_provider_context = __webpack_require__(53124);
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/DisabledContext.js
var DisabledContext = __webpack_require__(98866);
// EXTERNAL MODULE: ./node_modules/antd/es/form/context.js
var context = __webpack_require__(65223);
;// CONCATENATED MODULE: ./node_modules/antd/es/checkbox/GroupContext.js
const GroupContext = /*#__PURE__*/react.createContext(null);
/* harmony default export */ var checkbox_GroupContext = (GroupContext);
// EXTERNAL MODULE: ./node_modules/antd/es/checkbox/style/index.js
var checkbox_style = __webpack_require__(63185);
;// CONCATENATED MODULE: ./node_modules/antd/es/checkbox/Checkbox.js
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 InternalCheckbox = (props, ref) => {
var _a;
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
children,
indeterminate = false,
style,
onMouseEnter,
onMouseLeave,
skipGroup = false,
disabled
} = props,
restProps = __rest(props, ["prefixCls", "className", "rootClassName", "children", "indeterminate", "style", "onMouseEnter", "onMouseLeave", "skipGroup", "disabled"]);
const {
getPrefixCls,
direction,
checkbox
} = react.useContext(config_provider_context/* ConfigContext */.E_);
const checkboxGroup = react.useContext(checkbox_GroupContext);
const {
isFormItemInput
} = react.useContext(context/* FormItemInputContext */.aM);
const contextDisabled = react.useContext(DisabledContext/* default */.Z);
const mergedDisabled = (_a = (checkboxGroup === null || checkboxGroup === void 0 ? void 0 : checkboxGroup.disabled) || disabled) !== null && _a !== void 0 ? _a : contextDisabled;
const prevValue = react.useRef(restProps.value);
react.useEffect(() => {
checkboxGroup === null || checkboxGroup === void 0 ? void 0 : checkboxGroup.registerValue(restProps.value);
false ? 0 : void 0;
}, []);
react.useEffect(() => {
if (skipGroup) {
return;
}
if (restProps.value !== prevValue.current) {
checkboxGroup === null || checkboxGroup === void 0 ? void 0 : checkboxGroup.cancelValue(prevValue.current);
checkboxGroup === null || checkboxGroup === void 0 ? void 0 : checkboxGroup.registerValue(restProps.value);
prevValue.current = restProps.value;
}
return () => checkboxGroup === null || checkboxGroup === void 0 ? void 0 : checkboxGroup.cancelValue(restProps.value);
}, [restProps.value]);
const prefixCls = getPrefixCls('checkbox', customizePrefixCls);
const [wrapSSR, hashId] = (0,checkbox_style/* default */.ZP)(prefixCls);
const checkboxProps = Object.assign({}, restProps);
if (checkboxGroup && !skipGroup) {
checkboxProps.onChange = function () {
if (restProps.onChange) {
restProps.onChange.apply(restProps, arguments);
}
if (checkboxGroup.toggleOption) {
checkboxGroup.toggleOption({
label: children,
value: restProps.value
});
}
};
checkboxProps.name = checkboxGroup.name;
checkboxProps.checked = checkboxGroup.value.includes(restProps.value);
}
const classString = classnames_default()(`${prefixCls}-wrapper`, {
[`${prefixCls}-rtl`]: direction === 'rtl',
[`${prefixCls}-wrapper-checked`]: checkboxProps.checked,
[`${prefixCls}-wrapper-disabled`]: mergedDisabled,
[`${prefixCls}-wrapper-in-form-item`]: isFormItemInput
}, checkbox === null || checkbox === void 0 ? void 0 : checkbox.className, className, rootClassName, hashId);
const checkboxClass = classnames_default()({
[`${prefixCls}-indeterminate`]: indeterminate
}, hashId);
const ariaChecked = indeterminate ? 'mixed' : undefined;
return wrapSSR(
/*#__PURE__*/
// eslint-disable-next-line jsx-a11y/label-has-associated-control
react.createElement("label", {
className: classString,
style: Object.assign(Object.assign({}, checkbox === null || checkbox === void 0 ? void 0 : checkbox.style), style),
onMouseEnter: onMouseEnter,
onMouseLeave: onMouseLeave
}, /*#__PURE__*/react.createElement(es/* default */.Z, Object.assign({
"aria-checked": ariaChecked
}, checkboxProps, {
prefixCls: prefixCls,
className: checkboxClass,
disabled: mergedDisabled,
ref: ref
})), children !== undefined && /*#__PURE__*/react.createElement("span", null, children)));
};
const Checkbox = /*#__PURE__*/react.forwardRef(InternalCheckbox);
if (false) {}
/* harmony default export */ var checkbox_Checkbox = (Checkbox);
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 2 modules
var toConsumableArray = __webpack_require__(74902);
// EXTERNAL MODULE: ./node_modules/antd/node_modules/rc-util/es/omit.js
var omit = __webpack_require__(10366);
;// CONCATENATED MODULE: ./node_modules/antd/es/checkbox/Group.js
var Group_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 InternalGroup = (props, ref) => {
const {
defaultValue,
children,
options = [],
prefixCls: customizePrefixCls,
className,
rootClassName,
style,
onChange
} = props,
restProps = Group_rest(props, ["defaultValue", "children", "options", "prefixCls", "className", "rootClassName", "style", "onChange"]);
const {
getPrefixCls,
direction
} = react.useContext(config_provider_context/* ConfigContext */.E_);
const [value, setValue] = react.useState(restProps.value || defaultValue || []);
const [registeredValues, setRegisteredValues] = react.useState([]);
react.useEffect(() => {
if ('value' in restProps) {
setValue(restProps.value || []);
}
}, [restProps.value]);
const memoOptions = react.useMemo(() => options.map(option => {
if (typeof option === 'string' || typeof option === 'number') {
return {
label: option,
value: option
};
}
return option;
}), [options]);
const cancelValue = val => {
setRegisteredValues(prevValues => prevValues.filter(v => v !== val));
};
const registerValue = val => {
setRegisteredValues(prevValues => [].concat((0,toConsumableArray/* default */.Z)(prevValues), [val]));
};
const toggleOption = option => {
const optionIndex = value.indexOf(option.value);
const newValue = (0,toConsumableArray/* default */.Z)(value);
if (optionIndex === -1) {
newValue.push(option.value);
} else {
newValue.splice(optionIndex, 1);
}
if (!('value' in restProps)) {
setValue(newValue);
}
onChange === null || onChange === void 0 ? void 0 : onChange(newValue.filter(val => registeredValues.includes(val)).sort((a, b) => {
const indexA = memoOptions.findIndex(opt => opt.value === a);
const indexB = memoOptions.findIndex(opt => opt.value === b);
return indexA - indexB;
}));
};
const prefixCls = getPrefixCls('checkbox', customizePrefixCls);
const groupPrefixCls = `${prefixCls}-group`;
const [wrapSSR, hashId] = (0,checkbox_style/* default */.ZP)(prefixCls);
const domProps = (0,omit/* default */.Z)(restProps, ['value', 'disabled']);
const childrenNode = options.length ? memoOptions.map(option => /*#__PURE__*/react.createElement(checkbox_Checkbox, {
prefixCls: prefixCls,
key: option.value.toString(),
disabled: 'disabled' in option ? option.disabled : restProps.disabled,
value: option.value,
checked: value.includes(option.value),
onChange: option.onChange,
className: `${groupPrefixCls}-item`,
style: option.style,
title: option.title
}, option.label)) : children;
// eslint-disable-next-line react/jsx-no-constructed-context-values
const context = {
toggleOption,
value,
disabled: restProps.disabled,
name: restProps.name,
// https://github.com/ant-design/ant-design/issues/16376
registerValue,
cancelValue
};
const classString = classnames_default()(groupPrefixCls, {
[`${groupPrefixCls}-rtl`]: direction === 'rtl'
}, className, rootClassName, hashId);
return wrapSSR( /*#__PURE__*/react.createElement("div", Object.assign({
className: classString,
style: style
}, domProps, {
ref: ref
}), /*#__PURE__*/react.createElement(checkbox_GroupContext.Provider, {
value: context
}, childrenNode)));
};
const CheckboxGroup = /*#__PURE__*/react.forwardRef(InternalGroup);
/* harmony default export */ var Group = (/*#__PURE__*/react.memo(CheckboxGroup));
;// CONCATENATED MODULE: ./node_modules/antd/es/checkbox/index.js
'use client';
const es_checkbox_Checkbox = checkbox_Checkbox;
es_checkbox_Checkbox.Group = Group;
es_checkbox_Checkbox.__ANT_CHECKBOX = true;
if (false) {}
/* harmony default export */ var es_checkbox = (es_checkbox_Checkbox);
/***/ }),
/***/ 63185:
/*!******************************************************!*\
!*** ./node_modules/antd/es/checkbox/style/index.js ***!
\******************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "C2": function() { return /* binding */ getStyle; }
/* harmony export */ });
/* unused harmony export genCheckboxStyle */
/* harmony import */ var _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @ant-design/cssinjs */ 73559);
/* harmony import */ var _style__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../style */ 14747);
/* harmony import */ var _theme_internal__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../theme/internal */ 45503);
/* harmony import */ var _theme_internal__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../theme/internal */ 67968);
// ============================== Motion ==============================
const antCheckboxEffect = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antCheckboxEffect', {
'0%': {
transform: 'scale(1)',
opacity: 0.5
},
'100%': {
transform: 'scale(1.6)',
opacity: 0
}
});
// ============================== Styles ==============================
const genCheckboxStyle = token => {
const {
checkboxCls
} = token;
const wrapperCls = `${checkboxCls}-wrapper`;
return [
// ===================== Basic =====================
{
// Group
[`${checkboxCls}-group`]: Object.assign(Object.assign({}, (0,_style__WEBPACK_IMPORTED_MODULE_1__/* .resetComponent */ .Wf)(token)), {
display: 'inline-flex',
flexWrap: 'wrap',
columnGap: token.marginXS,
// Group > Grid
[`> ${token.antCls}-row`]: {
flex: 1
}
}),
// Wrapper
[wrapperCls]: Object.assign(Object.assign({}, (0,_style__WEBPACK_IMPORTED_MODULE_1__/* .resetComponent */ .Wf)(token)), {
display: 'inline-flex',
alignItems: 'baseline',
cursor: 'pointer',
// Fix checkbox & radio in flex align #30260
'&:after': {
display: 'inline-block',
width: 0,
overflow: 'hidden',
content: "'\\a0'"
},
// Checkbox near checkbox
[`& + ${wrapperCls}`]: {
marginInlineStart: 0
},
[`&${wrapperCls}-in-form-item`]: {
'input[type="checkbox"]': {
width: 14,
height: 14 // FIXME: magic
}
}
}),
// Wrapper > Checkbox
[checkboxCls]: Object.assign(Object.assign({}, (0,_style__WEBPACK_IMPORTED_MODULE_1__/* .resetComponent */ .Wf)(token)), {
position: 'relative',
whiteSpace: 'nowrap',
lineHeight: 1,
cursor: 'pointer',
// To make alignment right when `controlHeight` is changed
// Ref: https://github.com/ant-design/ant-design/issues/41564
alignSelf: 'center',
// Wrapper > Checkbox > input
[`${checkboxCls}-input`]: {
position: 'absolute',
// Since baseline align will get additional space offset,
// we need to move input to top to make it align with text.
// Ref: https://github.com/ant-design/ant-design/issues/38926#issuecomment-1486137799
inset: 0,
zIndex: 1,
cursor: 'pointer',
opacity: 0,
margin: 0,
[`&:focus-visible + ${checkboxCls}-inner`]: Object.assign({}, (0,_style__WEBPACK_IMPORTED_MODULE_1__/* .genFocusOutline */ .oN)(token))
},
// Wrapper > Checkbox > inner
[`${checkboxCls}-inner`]: {
boxSizing: 'border-box',
position: 'relative',
top: 0,
insetInlineStart: 0,
display: 'block',
width: token.checkboxSize,
height: token.checkboxSize,
direction: 'ltr',
backgroundColor: token.colorBgContainer,
border: `${token.lineWidth}px ${token.lineType} ${token.colorBorder}`,
borderRadius: token.borderRadiusSM,
borderCollapse: 'separate',
transition: `all ${token.motionDurationSlow}`,
'&:after': {
boxSizing: 'border-box',
position: 'absolute',
top: '50%',
insetInlineStart: '21.5%',
display: 'table',
width: token.checkboxSize / 14 * 5,
height: token.checkboxSize / 14 * 8,
border: `${token.lineWidthBold}px solid ${token.colorWhite}`,
borderTop: 0,
borderInlineStart: 0,
transform: 'rotate(45deg) scale(0) translate(-50%,-50%)',
opacity: 0,
content: '""',
transition: `all ${token.motionDurationFast} ${token.motionEaseInBack}, opacity ${token.motionDurationFast}`
}
},
// Wrapper > Checkbox + Text
'& + span': {
paddingInlineStart: token.paddingXS,
paddingInlineEnd: token.paddingXS
}
})
},
// ===================== Hover =====================
{
// Wrapper
[`${wrapperCls}:hover ${checkboxCls}:after`]: {
visibility: 'visible'
},
// Wrapper & Wrapper > Checkbox
[`
${wrapperCls}:not(${wrapperCls}-disabled),
${checkboxCls}:not(${checkboxCls}-disabled)
`]: {
[`&:hover ${checkboxCls}-inner`]: {
borderColor: token.colorPrimary
}
},
[`${wrapperCls}:not(${wrapperCls}-disabled)`]: {
[`&:hover ${checkboxCls}-checked:not(${checkboxCls}-disabled) ${checkboxCls}-inner`]: {
backgroundColor: token.colorPrimaryHover,
borderColor: 'transparent'
},
[`&:hover ${checkboxCls}-checked:not(${checkboxCls}-disabled):after`]: {
borderColor: token.colorPrimaryHover
}
}
},
// ==================== Checked ====================
{
// Wrapper > Checkbox
[`${checkboxCls}-checked`]: {
[`${checkboxCls}-inner`]: {
backgroundColor: token.colorPrimary,
borderColor: token.colorPrimary,
'&:after': {
opacity: 1,
transform: 'rotate(45deg) scale(1) translate(-50%,-50%)',
transition: `all ${token.motionDurationMid} ${token.motionEaseOutBack} ${token.motionDurationFast}`
}
},
// Checked Effect
'&:after': {
position: 'absolute',
top: 0,
insetInlineStart: 0,
width: '100%',
height: '100%',
borderRadius: token.borderRadiusSM,
visibility: 'hidden',
border: `${token.lineWidthBold}px solid ${token.colorPrimary}`,
animationName: antCheckboxEffect,
animationDuration: token.motionDurationSlow,
animationTimingFunction: 'ease-in-out',
animationFillMode: 'backwards',
content: '""',
transition: `all ${token.motionDurationSlow}`
}
},
[`
${wrapperCls}-checked:not(${wrapperCls}-disabled),
${checkboxCls}-checked:not(${checkboxCls}-disabled)
`]: {
[`&:hover ${checkboxCls}-inner`]: {
backgroundColor: token.colorPrimaryHover,
borderColor: 'transparent'
},
[`&:hover ${checkboxCls}:after`]: {
borderColor: token.colorPrimaryHover
}
}
},
// ================= Indeterminate =================
{
[checkboxCls]: {
'&-indeterminate': {
// Wrapper > Checkbox > inner
[`${checkboxCls}-inner`]: {
backgroundColor: token.colorBgContainer,
borderColor: token.colorBorder,
'&:after': {
top: '50%',
insetInlineStart: '50%',
width: token.fontSizeLG / 2,
height: token.fontSizeLG / 2,
backgroundColor: token.colorPrimary,
border: 0,
transform: 'translate(-50%, -50%) scale(1)',
opacity: 1,
content: '""'
}
}
}
}
},
// ==================== Disable ====================
{
// Wrapper
[`${wrapperCls}-disabled`]: {
cursor: 'not-allowed'
},
// Wrapper > Checkbox
[`${checkboxCls}-disabled`]: {
// Wrapper > Checkbox > input
[`&, ${checkboxCls}-input`]: {
cursor: 'not-allowed',
// Disabled for native input to enable Tooltip event handler
// ref: https://github.com/ant-design/ant-design/issues/39822#issuecomment-1365075901
pointerEvents: 'none'
},
// Wrapper > Checkbox > inner
[`${checkboxCls}-inner`]: {
background: token.colorBgContainerDisabled,
borderColor: token.colorBorder,
'&:after': {
borderColor: token.colorTextDisabled
}
},
'&:after': {
display: 'none'
},
'& + span': {
color: token.colorTextDisabled
},
[`&${checkboxCls}-indeterminate ${checkboxCls}-inner::after`]: {
background: token.colorTextDisabled
}
}
}];
};
// ============================== Export ==============================
function getStyle(prefixCls, token) {
const checkboxToken = (0,_theme_internal__WEBPACK_IMPORTED_MODULE_2__/* .merge */ .TS)(token, {
checkboxCls: `.${prefixCls}`,
checkboxSize: token.controlInteractiveSize
});
return [genCheckboxStyle(checkboxToken)];
}
/* harmony default export */ __webpack_exports__["ZP"] = ((0,_theme_internal__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z)('Checkbox', (token, _ref) => {
let {
prefixCls
} = _ref;
return [getStyle(prefixCls, token)];
}));
/***/ }),
/***/ 85418:
/*!************************************************************!*\
!*** ./node_modules/antd/es/dropdown/index.js + 1 modules ***!
\************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
// EXPORTS
__webpack_require__.d(__webpack_exports__, {
"Z": function() { return /* binding */ es_dropdown; }
});
// EXTERNAL MODULE: ./node_modules/antd/es/dropdown/dropdown.js + 9 modules
var dropdown = __webpack_require__(35874);
// EXTERNAL MODULE: ./node_modules/classnames/index.js
var classnames = __webpack_require__(94184);
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
// EXTERNAL MODULE: ./node_modules/react/index.js
var react = __webpack_require__(67294);
// EXTERNAL MODULE: ./node_modules/@ant-design/icons/es/icons/EllipsisOutlined.js + 1 modules
var EllipsisOutlined = __webpack_require__(89705);
// EXTERNAL MODULE: ./node_modules/antd/es/button/index.js
var es_button = __webpack_require__(71577);
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/context.js
var context = __webpack_require__(53124);
// EXTERNAL MODULE: ./node_modules/antd/es/space/index.js + 2 modules
var space = __webpack_require__(42075);
// EXTERNAL MODULE: ./node_modules/antd/es/space/Compact.js
var Compact = __webpack_require__(4173);
// EXTERNAL MODULE: ./node_modules/antd/es/dropdown/style/index.js + 1 modules
var style = __webpack_require__(66748);
;// CONCATENATED MODULE: ./node_modules/antd/es/dropdown/dropdown-button.js
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 DropdownButton = props => {
const {
getPopupContainer: getContextPopupContainer,
getPrefixCls,
direction
} = react.useContext(context/* ConfigContext */.E_);
const {
prefixCls: customizePrefixCls,
type = 'default',
danger,
disabled,
loading,
onClick,
htmlType,
children,
className,
menu,
arrow,
autoFocus,
overlay,
trigger,
align,
open,
onOpenChange,
placement,
getPopupContainer,
href,
icon = /*#__PURE__*/react.createElement(EllipsisOutlined/* default */.Z, null),
title,
buttonsRender = buttons => buttons,
mouseEnterDelay,
mouseLeaveDelay,
overlayClassName,
overlayStyle,
destroyPopupOnHide,
dropdownRender
} = props,
restProps = __rest(props, ["prefixCls", "type", "danger", "disabled", "loading", "onClick", "htmlType", "children", "className", "menu", "arrow", "autoFocus", "overlay", "trigger", "align", "open", "onOpenChange", "placement", "getPopupContainer", "href", "icon", "title", "buttonsRender", "mouseEnterDelay", "mouseLeaveDelay", "overlayClassName", "overlayStyle", "destroyPopupOnHide", "dropdownRender"]);
const prefixCls = getPrefixCls('dropdown', customizePrefixCls);
const buttonPrefixCls = `${prefixCls}-button`;
const [wrapSSR, hashId] = (0,style/* default */.Z)(prefixCls);
const dropdownProps = {
menu,
arrow,
autoFocus,
align,
disabled,
trigger: disabled ? [] : trigger,
onOpenChange,
getPopupContainer: getPopupContainer || getContextPopupContainer,
mouseEnterDelay,
mouseLeaveDelay,
overlayClassName,
overlayStyle,
destroyPopupOnHide,
dropdownRender
};
const {
compactSize,
compactItemClassnames
} = (0,Compact/* useCompactItemContext */.ri)(prefixCls, direction);
const classes = classnames_default()(buttonPrefixCls, compactItemClassnames, className, hashId);
if ('overlay' in props) {
dropdownProps.overlay = overlay;
}
if ('open' in props) {
dropdownProps.open = open;
}
if ('placement' in props) {
dropdownProps.placement = placement;
} else {
dropdownProps.placement = direction === 'rtl' ? 'bottomLeft' : 'bottomRight';
}
const leftButton = /*#__PURE__*/react.createElement(es_button/* default */.ZP, {
type: type,
danger: danger,
disabled: disabled,
loading: loading,
onClick: onClick,
htmlType: htmlType,
href: href,
title: title
}, children);
const rightButton = /*#__PURE__*/react.createElement(es_button/* default */.ZP, {
type: type,
danger: danger,
icon: icon
});
const [leftButtonToRender, rightButtonToRender] = buttonsRender([leftButton, rightButton]);
return wrapSSR( /*#__PURE__*/react.createElement(space/* default.Compact */.Z.Compact, Object.assign({
className: classes,
size: compactSize,
block: true
}, restProps), leftButtonToRender, /*#__PURE__*/react.createElement(dropdown/* default */.Z, Object.assign({}, dropdownProps), rightButtonToRender)));
};
DropdownButton.__ANT_BUTTON = true;
/* harmony default export */ var dropdown_button = (DropdownButton);
;// CONCATENATED MODULE: ./node_modules/antd/es/dropdown/index.js
'use client';
const Dropdown = dropdown/* default */.Z;
Dropdown.Button = dropdown_button;
/* harmony default export */ var es_dropdown = (Dropdown);
/***/ })
}]);

@ -1,4 +1,4 @@
(self["webpackChunk"] = self["webpackChunk"] || []).push([[25674,59606,2441,75650,93691,11328,58447,77075,94657,64649,33893,9277,54682,68282,14341],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[25674,59606,75650,93691,11328,58447,77075,94657,64649,33893,9277,54682,68282,14341],{
/***/ 8745:
/*!*************************************************!*\

@ -0,0 +1,530 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[34946],{
/***/ 34946:
/*!**************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/julia/julia.js ***!
\**************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "conf": function() { return /* binding */ conf; },
/* harmony export */ "language": function() { return /* binding */ language; }
/* harmony export */ });
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
var conf = {
brackets: [
['{', '}'],
['[', ']'],
['(', ')']
],
autoClosingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: '"', close: '"' },
{ open: "'", close: "'" }
],
surroundingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: '"', close: '"' },
{ open: "'", close: "'" }
]
};
var language = {
tokenPostfix: '.julia',
keywords: [
'begin',
'while',
'if',
'for',
'try',
'return',
'break',
'continue',
'function',
'macro',
'quote',
'let',
'local',
'global',
'const',
'do',
'struct',
'module',
'baremodule',
'using',
'import',
'export',
'end',
'else',
'elseif',
'catch',
'finally',
'mutable',
'primitive',
'abstract',
'type',
'in',
'isa',
'where',
'new'
],
types: [
'LinRange',
'LineNumberNode',
'LinearIndices',
'LoadError',
'MIME',
'Matrix',
'Method',
'MethodError',
'Missing',
'MissingException',
'Module',
'NTuple',
'NamedTuple',
'Nothing',
'Number',
'OrdinalRange',
'OutOfMemoryError',
'OverflowError',
'Pair',
'PartialQuickSort',
'PermutedDimsArray',
'Pipe',
'Ptr',
'QuoteNode',
'Rational',
'RawFD',
'ReadOnlyMemoryError',
'Real',
'ReentrantLock',
'Ref',
'Regex',
'RegexMatch',
'RoundingMode',
'SegmentationFault',
'Set',
'Signed',
'Some',
'StackOverflowError',
'StepRange',
'StepRangeLen',
'StridedArray',
'StridedMatrix',
'StridedVecOrMat',
'StridedVector',
'String',
'StringIndexError',
'SubArray',
'SubString',
'SubstitutionString',
'Symbol',
'SystemError',
'Task',
'Text',
'TextDisplay',
'Timer',
'Tuple',
'Type',
'TypeError',
'TypeVar',
'UInt',
'UInt128',
'UInt16',
'UInt32',
'UInt64',
'UInt8',
'UndefInitializer',
'AbstractArray',
'UndefKeywordError',
'AbstractChannel',
'UndefRefError',
'AbstractChar',
'UndefVarError',
'AbstractDict',
'Union',
'AbstractDisplay',
'UnionAll',
'AbstractFloat',
'UnitRange',
'AbstractIrrational',
'Unsigned',
'AbstractMatrix',
'AbstractRange',
'Val',
'AbstractSet',
'Vararg',
'AbstractString',
'VecElement',
'AbstractUnitRange',
'VecOrMat',
'AbstractVecOrMat',
'Vector',
'AbstractVector',
'VersionNumber',
'Any',
'WeakKeyDict',
'ArgumentError',
'WeakRef',
'Array',
'AssertionError',
'BigFloat',
'BigInt',
'BitArray',
'BitMatrix',
'BitSet',
'BitVector',
'Bool',
'BoundsError',
'CapturedException',
'CartesianIndex',
'CartesianIndices',
'Cchar',
'Cdouble',
'Cfloat',
'Channel',
'Char',
'Cint',
'Cintmax_t',
'Clong',
'Clonglong',
'Cmd',
'Colon',
'Complex',
'ComplexF16',
'ComplexF32',
'ComplexF64',
'CompositeException',
'Condition',
'Cptrdiff_t',
'Cshort',
'Csize_t',
'Cssize_t',
'Cstring',
'Cuchar',
'Cuint',
'Cuintmax_t',
'Culong',
'Culonglong',
'Cushort',
'Cvoid',
'Cwchar_t',
'Cwstring',
'DataType',
'DenseArray',
'DenseMatrix',
'DenseVecOrMat',
'DenseVector',
'Dict',
'DimensionMismatch',
'Dims',
'DivideError',
'DomainError',
'EOFError',
'Enum',
'ErrorException',
'Exception',
'ExponentialBackOff',
'Expr',
'Float16',
'Float32',
'Float64',
'Function',
'GlobalRef',
'HTML',
'IO',
'IOBuffer',
'IOContext',
'IOStream',
'IdDict',
'IndexCartesian',
'IndexLinear',
'IndexStyle',
'InexactError',
'InitError',
'Int',
'Int128',
'Int16',
'Int32',
'Int64',
'Int8',
'Integer',
'InterruptException',
'InvalidStateException',
'Irrational',
'KeyError'
],
keywordops: ['<:', '>:', ':', '=>', '...', '.', '->', '?'],
allops: /[^\w\d\s()\[\]{}"'#]+/,
constants: [
'true',
'false',
'nothing',
'missing',
'undef',
'Inf',
'pi',
'NaN',
'π',
'',
'ans',
'PROGRAM_FILE',
'ARGS',
'C_NULL',
'VERSION',
'DEPOT_PATH',
'LOAD_PATH'
],
operators: [
'!',
'!=',
'!==',
'%',
'&',
'*',
'+',
'-',
'/',
'//',
'<',
'<<',
'<=',
'==',
'===',
'=>',
'>',
'>=',
'>>',
'>>>',
'\\',
'^',
'|',
'|>',
'~',
'÷',
'∈',
'∉',
'∋',
'∌',
'∘',
'√',
'∛',
'∩',
'',
'≈',
'≉',
'≠',
'≡',
'≢',
'≤',
'≥',
'⊆',
'⊇',
'⊈',
'⊉',
'⊊',
'⊋',
'⊻'
],
brackets: [
{ open: '(', close: ')', token: 'delimiter.parenthesis' },
{ open: '{', close: '}', token: 'delimiter.curly' },
{ open: '[', close: ']', token: 'delimiter.square' }
],
ident: /π||\b(?!\d)\w+\b/,
// escape sequences
escape: /(?:[abefnrstv\\"'\n\r]|[0-7]{1,3}|x[0-9A-Fa-f]{1,2}|u[0-9A-Fa-f]{4})/,
escapes: /\\(?:C\-(@escape|.)|c(@escape|.)|@escape)/,
// The main tokenizer for our languages
tokenizer: {
root: [
[/(::)\s*|\b(isa)\s+/, 'keyword', '@typeanno'],
[/\b(isa)(\s*\(@ident\s*,\s*)/, ['keyword', { token: '', next: '@typeanno' }]],
[/\b(type|struct)[ \t]+/, 'keyword', '@typeanno'],
// symbols
[/^\s*:@ident[!?]?/, 'metatag'],
[/(return)(\s*:@ident[!?]?)/, ['keyword', 'metatag']],
[/(\(|\[|\{|@allops)(\s*:@ident[!?]?)/, ['', 'metatag']],
[/:\(/, 'metatag', '@quote'],
// regular expressions
[/r"""/, 'regexp.delim', '@tregexp'],
[/r"/, 'regexp.delim', '@sregexp'],
// strings
[/raw"""/, 'string.delim', '@rtstring'],
[/[bv]?"""/, 'string.delim', '@dtstring'],
[/raw"/, 'string.delim', '@rsstring'],
[/[bv]?"/, 'string.delim', '@dsstring'],
[
/(@ident)\{/,
{
cases: {
'$1@types': { token: 'type', next: '@gen' },
'@default': { token: 'type', next: '@gen' }
}
}
],
[
/@ident[!?'']?(?=\.?\()/,
{
cases: {
'@types': 'type',
'@keywords': 'keyword',
'@constants': 'variable',
'@default': 'keyword.flow'
}
}
],
[
/@ident[!?']?/,
{
cases: {
'@types': 'type',
'@keywords': 'keyword',
'@constants': 'variable',
'@default': 'identifier'
}
}
],
[/\$\w+/, 'key'],
[/\$\(/, 'key', '@paste'],
[/@@@ident/, 'annotation'],
// whitespace
{ include: '@whitespace' },
// characters
[/'(?:@escapes|.)'/, 'string.character'],
// delimiters and operators
[/[()\[\]{}]/, '@brackets'],
[
/@allops/,
{
cases: {
'@keywordops': 'keyword',
'@operators': 'operator'
}
}
],
[/[;,]/, 'delimiter'],
// numbers
[/0[xX][0-9a-fA-F](_?[0-9a-fA-F])*/, 'number.hex'],
[/0[_oO][0-7](_?[0-7])*/, 'number.octal'],
[/0[bB][01](_?[01])*/, 'number.binary'],
[/[+\-]?\d+(\.\d+)?(im?|[eE][+\-]?\d+(\.\d+)?)?/, 'number']
],
// type
typeanno: [
[/[a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*\{/, 'type', '@gen'],
[/([a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*)(\s*<:\s*)/, ['type', 'keyword']],
[/[a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*/, 'type', '@pop'],
['', '', '@pop']
],
// generic type
gen: [
[/[a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*\{/, 'type', '@push'],
[/[a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*/, 'type'],
[/<:/, 'keyword'],
[/(\})(\s*<:\s*)/, ['type', { token: 'keyword', next: '@pop' }]],
[/\}/, 'type', '@pop'],
{ include: '@root' }
],
// $(...)
quote: [
[/\$\(/, 'key', '@paste'],
[/\(/, '@brackets', '@paren'],
[/\)/, 'metatag', '@pop'],
{ include: '@root' }
],
// :(...)
paste: [
[/:\(/, 'metatag', '@quote'],
[/\(/, '@brackets', '@paren'],
[/\)/, 'key', '@pop'],
{ include: '@root' }
],
// (...)
paren: [
[/\$\(/, 'key', '@paste'],
[/:\(/, 'metatag', '@quote'],
[/\(/, '@brackets', '@push'],
[/\)/, '@brackets', '@pop'],
{ include: '@root' }
],
// r"egex string"
sregexp: [
[/^.*/, 'invalid'],
[/[^\\"()\[\]{}]/, 'regexp'],
[/[()\[\]{}]/, '@brackets'],
[/\\./, 'operator.scss'],
[/"[imsx]*/, 'regexp.delim', '@pop']
],
tregexp: [
[/[^\\"()\[\]{}]/, 'regexp'],
[/[()\[\]{}]/, '@brackets'],
[/\\./, 'operator.scss'],
[/"(?!"")/, 'string'],
[/"""[imsx]*/, 'regexp.delim', '@pop']
],
// raw"string"
rsstring: [
[/^.*/, 'invalid'],
[/[^\\"]/, 'string'],
[/\\./, 'string.escape'],
[/"/, 'string.delim', '@pop']
],
rtstring: [
[/[^\\"]/, 'string'],
[/\\./, 'string.escape'],
[/"(?!"")/, 'string'],
[/"""/, 'string.delim', '@pop']
],
// "string".
dsstring: [
[/^.*/, 'invalid'],
[/[^\\"\$]/, 'string'],
[/\$/, '', '@interpolated'],
[/@escapes/, 'string.escape'],
[/\\./, 'string.escape.invalid'],
[/"/, 'string.delim', '@pop']
],
dtstring: [
[/[^\\"\$]/, 'string'],
[/\$/, '', '@interpolated'],
[/@escapes/, 'string.escape'],
[/\\./, 'string.escape.invalid'],
[/"(?!"")/, 'string'],
[/"""/, 'string.delim', '@pop']
],
// interpolated sequence
interpolated: [
[/\(/, { token: '', switchTo: '@interpolated_compound' }],
[/[a-zA-Z_]\w*/, 'identifier'],
['', '', '@pop'] // just a $ is interpreted as a $
],
// any code
interpolated_compound: [[/\)/, '', '@pop'], { include: '@root' }],
// whitespace & comments
whitespace: [
[/[ \t\r\n]+/, ''],
[/#=/, 'comment', '@multi_comment'],
[/#.*$/, 'comment']
],
multi_comment: [
[/#=/, 'comment', '@push'],
[/=#/, 'comment', '@pop'],
[/=(?!#)|#(?!=)/, 'comment'],
[/[^#=]+/, 'comment']
]
}
};
/***/ })
}]);

@ -1,4 +1,4 @@
(self["webpackChunk"] = self["webpackChunk"] || []).push([[3650,31785,2441,34605,79084,73323,94657],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[3650,31785,34605,79084,73323,94657],{
/***/ 11475:
/*!******************************************************************************************!*\

@ -0,0 +1,230 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[38906],{
/***/ 38906:
/*!********************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/m3/m3.js ***!
\********************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "conf": function() { return /* binding */ conf; },
/* harmony export */ "language": function() { return /* binding */ language; }
/* harmony export */ });
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
var conf = {
comments: {
blockComment: ['(*', '*)']
},
brackets: [
['{', '}'],
['[', ']'],
['(', ')']
],
autoClosingPairs: [
{ open: '[', close: ']' },
{ open: '{', close: '}' },
{ open: '(', close: ')' },
{ open: '(*', close: '*)' },
{ open: '<*', close: '*>' },
{ open: "'", close: "'", notIn: ['string', 'comment'] },
{ open: '"', close: '"', notIn: ['string', 'comment'] }
]
};
var language = {
defaultToken: '',
tokenPostfix: '.m3',
brackets: [
{ token: 'delimiter.curly', open: '{', close: '}' },
{ token: 'delimiter.parenthesis', open: '(', close: ')' },
{ token: 'delimiter.square', open: '[', close: ']' }
],
keywords: [
'AND',
'ANY',
'ARRAY',
'AS',
'BEGIN',
'BITS',
'BRANDED',
'BY',
'CASE',
'CONST',
'DIV',
'DO',
'ELSE',
'ELSIF',
'END',
'EVAL',
'EXCEPT',
'EXCEPTION',
'EXIT',
'EXPORTS',
'FINALLY',
'FOR',
'FROM',
'GENERIC',
'IF',
'IMPORT',
'IN',
'INTERFACE',
'LOCK',
'LOOP',
'METHODS',
'MOD',
'MODULE',
'NOT',
'OBJECT',
'OF',
'OR',
'OVERRIDES',
'PROCEDURE',
'RAISE',
'RAISES',
'READONLY',
'RECORD',
'REF',
'REPEAT',
'RETURN',
'REVEAL',
'SET',
'THEN',
'TO',
'TRY',
'TYPE',
'TYPECASE',
'UNSAFE',
'UNTIL',
'UNTRACED',
'VALUE',
'VAR',
'WHILE',
'WITH'
],
reservedConstNames: [
'ABS',
'ADR',
'ADRSIZE',
'BITSIZE',
'BYTESIZE',
'CEILING',
'DEC',
'DISPOSE',
'FALSE',
'FIRST',
'FLOAT',
'FLOOR',
'INC',
'ISTYPE',
'LAST',
'LOOPHOLE',
'MAX',
'MIN',
'NARROW',
'NEW',
'NIL',
'NUMBER',
'ORD',
'ROUND',
'SUBARRAY',
'TRUE',
'TRUNC',
'TYPECODE',
'VAL'
],
reservedTypeNames: [
'ADDRESS',
'ANY',
'BOOLEAN',
'CARDINAL',
'CHAR',
'EXTENDED',
'INTEGER',
'LONGCARD',
'LONGINT',
'LONGREAL',
'MUTEX',
'NULL',
'REAL',
'REFANY',
'ROOT',
'TEXT'
],
operators: ['+', '-', '*', '/', '&', '^', '.'],
relations: ['=', '#', '<', '<=', '>', '>=', '<:', ':'],
delimiters: ['|', '..', '=>', ',', ';', ':='],
symbols: /[>=<#.,:;+\-*/&^]+/,
escapes: /\\(?:[\\fnrt"']|[0-7]{3})/,
tokenizer: {
root: [
// Identifiers and keywords
[/_\w*/, 'invalid'],
[
/[a-zA-Z][a-zA-Z0-9_]*/,
{
cases: {
'@keywords': { token: 'keyword.$0' },
'@reservedConstNames': { token: 'constant.reserved.$0' },
'@reservedTypeNames': { token: 'type.reserved.$0' },
'@default': 'identifier'
}
}
],
// Whitespace
{ include: '@whitespace' },
[/[{}()\[\]]/, '@brackets'],
// Integer- and real literals
[/[0-9]+\.[0-9]+(?:[DdEeXx][\+\-]?[0-9]+)?/, 'number.float'],
[/[0-9]+(?:\_[0-9a-fA-F]+)?L?/, 'number'],
// Operators, relations, and delimiters
[
/@symbols/,
{
cases: {
'@operators': 'operators',
'@relations': 'operators',
'@delimiters': 'delimiter',
'@default': 'invalid'
}
}
],
// Character literals
[/'[^\\']'/, 'string.char'],
[/(')(@escapes)(')/, ['string.char', 'string.escape', 'string.char']],
[/'/, 'invalid'],
// Text literals
[/"([^"\\]|\\.)*$/, 'invalid'],
[/"/, 'string.text', '@text']
],
text: [
[/[^\\"]+/, 'string.text'],
[/@escapes/, 'string.escape'],
[/\\./, 'invalid'],
[/"/, 'string.text', '@pop']
],
comment: [
[/\(\*/, 'comment', '@push'],
[/\*\)/, 'comment', '@pop'],
[/./, 'comment']
],
pragma: [
[/<\*/, 'keyword.pragma', '@push'],
[/\*>/, 'keyword.pragma', '@pop'],
[/./, 'keyword.pragma']
],
whitespace: [
[/[ \t\r\n]+/, 'white'],
[/\(\*/, 'comment', '@comment'],
[/<\*/, 'keyword.pragma', '@pragma']
]
}
};
/***/ })
}]);

@ -1,5 +1,5 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[39231,2441],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[39231],{
/***/ 84567:
/*!************************************************************!*\

@ -0,0 +1,301 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[39343],{
/***/ 39343:
/*!************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/dart/dart.js ***!
\************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "conf": function() { return /* binding */ conf; },
/* harmony export */ "language": function() { return /* binding */ language; }
/* harmony export */ });
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
var conf = {
comments: {
lineComment: '//',
blockComment: ['/*', '*/']
},
brackets: [
['{', '}'],
['[', ']'],
['(', ')']
],
autoClosingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: "'", close: "'", notIn: ['string', 'comment'] },
{ open: '"', close: '"', notIn: ['string'] },
{ open: '`', close: '`', notIn: ['string', 'comment'] },
{ open: '/**', close: ' */', notIn: ['string'] }
],
surroundingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: '<', close: '>' },
{ open: "'", close: "'" },
{ open: '(', close: ')' },
{ open: '"', close: '"' },
{ open: '`', close: '`' }
],
folding: {
markers: {
start: /^\s*\s*#?region\b/,
end: /^\s*\s*#?endregion\b/
}
}
};
var language = {
defaultToken: 'invalid',
tokenPostfix: '.dart',
keywords: [
'abstract',
'dynamic',
'implements',
'show',
'as',
'else',
'import',
'static',
'assert',
'enum',
'in',
'super',
'async',
'export',
'interface',
'switch',
'await',
'extends',
'is',
'sync',
'break',
'external',
'library',
'this',
'case',
'factory',
'mixin',
'throw',
'catch',
'false',
'new',
'true',
'class',
'final',
'null',
'try',
'const',
'finally',
'on',
'typedef',
'continue',
'for',
'operator',
'var',
'covariant',
'Function',
'part',
'void',
'default',
'get',
'rethrow',
'while',
'deferred',
'hide',
'return',
'with',
'do',
'if',
'set',
'yield'
],
typeKeywords: ['int', 'double', 'String', 'bool'],
operators: [
'+',
'-',
'*',
'/',
'~/',
'%',
'++',
'--',
'==',
'!=',
'>',
'<',
'>=',
'<=',
'=',
'-=',
'/=',
'%=',
'>>=',
'^=',
'+=',
'*=',
'~/=',
'<<=',
'&=',
'!=',
'||',
'&&',
'&',
'|',
'^',
'~',
'<<',
'>>',
'!',
'>>>',
'??',
'?',
':',
'|='
],
// we include these common regular expressions
symbols: /[=><!~?:&|+\-*\/\^%]+/,
escapes: /\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
digits: /\d+(_+\d+)*/,
octaldigits: /[0-7]+(_+[0-7]+)*/,
binarydigits: /[0-1]+(_+[0-1]+)*/,
hexdigits: /[[0-9a-fA-F]+(_+[0-9a-fA-F]+)*/,
regexpctl: /[(){}\[\]\$\^|\-*+?\.]/,
regexpesc: /\\(?:[bBdDfnrstvwWn0\\\/]|@regexpctl|c[A-Z]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4})/,
// The main tokenizer for our languages
tokenizer: {
root: [[/[{}]/, 'delimiter.bracket'], { include: 'common' }],
common: [
// identifiers and keywords
[
/[a-z_$][\w$]*/,
{
cases: {
'@typeKeywords': 'type.identifier',
'@keywords': 'keyword',
'@default': 'identifier'
}
}
],
[/[A-Z_$][\w\$]*/, 'type.identifier'],
// [/[A-Z][\w\$]*/, 'identifier'],
// whitespace
{ include: '@whitespace' },
// regular expression: ensure it is terminated before beginning (otherwise it is an opeator)
[
/\/(?=([^\\\/]|\\.)+\/([gimsuy]*)(\s*)(\.|;|,|\)|\]|\}|$))/,
{ token: 'regexp', bracket: '@open', next: '@regexp' }
],
// @ annotations.
[/@[a-zA-Z]+/, 'annotation'],
// variable
// delimiters and operators
[/[()\[\]]/, '@brackets'],
[/[<>](?!@symbols)/, '@brackets'],
[/!(?=([^=]|$))/, 'delimiter'],
[
/@symbols/,
{
cases: {
'@operators': 'delimiter',
'@default': ''
}
}
],
// numbers
[/(@digits)[eE]([\-+]?(@digits))?/, 'number.float'],
[/(@digits)\.(@digits)([eE][\-+]?(@digits))?/, 'number.float'],
[/0[xX](@hexdigits)n?/, 'number.hex'],
[/0[oO]?(@octaldigits)n?/, 'number.octal'],
[/0[bB](@binarydigits)n?/, 'number.binary'],
[/(@digits)n?/, 'number'],
// delimiter: after number because of .\d floats
[/[;,.]/, 'delimiter'],
// strings
[/"([^"\\]|\\.)*$/, 'string.invalid'],
[/'([^'\\]|\\.)*$/, 'string.invalid'],
[/"/, 'string', '@string_double'],
[/'/, 'string', '@string_single']
// [/[a-zA-Z]+/, "variable"]
],
whitespace: [
[/[ \t\r\n]+/, ''],
[/\/\*\*(?!\/)/, 'comment.doc', '@jsdoc'],
[/\/\*/, 'comment', '@comment'],
[/\/\/\/.*$/, 'comment.doc'],
[/\/\/.*$/, 'comment']
],
comment: [
[/[^\/*]+/, 'comment'],
[/\*\//, 'comment', '@pop'],
[/[\/*]/, 'comment']
],
jsdoc: [
[/[^\/*]+/, 'comment.doc'],
[/\*\//, 'comment.doc', '@pop'],
[/[\/*]/, 'comment.doc']
],
// We match regular expression quite precisely
regexp: [
[
/(\{)(\d+(?:,\d*)?)(\})/,
['regexp.escape.control', 'regexp.escape.control', 'regexp.escape.control']
],
[
/(\[)(\^?)(?=(?:[^\]\\\/]|\\.)+)/,
['regexp.escape.control', { token: 'regexp.escape.control', next: '@regexrange' }]
],
[/(\()(\?:|\?=|\?!)/, ['regexp.escape.control', 'regexp.escape.control']],
[/[()]/, 'regexp.escape.control'],
[/@regexpctl/, 'regexp.escape.control'],
[/[^\\\/]/, 'regexp'],
[/@regexpesc/, 'regexp.escape'],
[/\\\./, 'regexp.invalid'],
[
/(\/)([gimsuy]*)/,
[{ token: 'regexp', bracket: '@close', next: '@pop' }, 'keyword.other']
]
],
regexrange: [
[/-/, 'regexp.escape.control'],
[/\^/, 'regexp.invalid'],
[/@regexpesc/, 'regexp.escape'],
[/[^\]]/, 'regexp'],
[
/\]/,
{
token: 'regexp.escape.control',
next: '@pop',
bracket: '@close'
}
]
],
string_double: [
[/[^\\"\$]+/, 'string'],
[/[^\\"]+/, 'string'],
[/@escapes/, 'string.escape'],
[/\\./, 'string.escape.invalid'],
[/"/, 'string', '@pop'],
[/\$\w+/, 'identifier']
],
string_single: [
[/[^\\'\$]+/, 'string'],
[/@escapes/, 'string.escape'],
[/\\./, 'string.escape.invalid'],
[/'/, 'string', '@pop'],
[/\$\w+/, 'identifier']
]
}
};
/***/ })
}]);

@ -1,5 +1,5 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[42717,59606,2441,18117,57942,95002,79084,93691,11328,58447,77075,89494,94657,64649,33893,9277,54682,68282],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[42717,59606,18117,57942,95002,79084,93691,11328,58447,77075,89494,94657,64649,33893,9277,54682,68282],{
/***/ 11475:
/*!******************************************************************************************!*\

@ -1,4 +1,4 @@
(self["webpackChunk"] = self["webpackChunk"] || []).push([[44776,2441,94657],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[44776,94657],{
/***/ 84567:
/*!************************************************************!*\

@ -772,15 +772,11 @@ var Edit = function Edit(_ref) {
}
modal/* default.confirm */.Z.confirm({
centered: true,
icon: null,
okText: '确定',
cancelText: '取消',
title: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
lineHeight: 1.5,
position: "absolute",
top: 20,
paddingRight: 20
},
title: '提示',
content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: "\u672C\u6B21\u4FEE\u6539\u6D89\u53CA".concat(titls.toString().replaceAll(',', '、')).concat(titls.length > 0 && professionalFlags.length > 0 ? '、' : '').concat(professionalFlags.toString().replaceAll(',', '、'), "\uFF0C\u9700\u8981\u91CD\u65B0\u8FDB\u884C").concat(titls.length > 0 ? '实名认证' : '').concat(titls.length > 0 && professionalFlags.length > 0 ? '和' : '').concat(professionalFlags.length > 0 ? '职业认证' : '', "\uFF0C\u8BF7\u786E\u8BA4\u662F\u5426\u8FDB\u884C\u4FEE\u6539")
}),
onOk: function () {

@ -0,0 +1,127 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[47131],{
/***/ 47131:
/*!**************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/bicep/bicep.js ***!
\**************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "conf": function() { return /* binding */ conf; },
/* harmony export */ "language": function() { return /* binding */ language; }
/* harmony export */ });
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
var bounded = function (text) { return "\\b" + text + "\\b"; };
var identifierStart = '[_a-zA-Z]';
var identifierContinue = '[_a-zA-Z0-9]';
var identifier = bounded("" + identifierStart + identifierContinue + "*");
var keywords = [
'targetScope',
'resource',
'module',
'param',
'var',
'output',
'for',
'in',
'if',
'existing'
];
var namedLiterals = ['true', 'false', 'null'];
var nonCommentWs = "[ \\t\\r\\n]";
var numericLiteral = "[0-9]+";
var conf = {
comments: {
lineComment: '//',
blockComment: ['/*', '*/']
},
brackets: [
['{', '}'],
['[', ']'],
['(', ')']
],
surroundingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: "'", close: "'" },
{ open: "'''", close: "'''" }
],
autoClosingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: "'", close: "'", notIn: ['string', 'comment'] },
{ open: "'''", close: "'''", notIn: ['string', 'comment'] }
],
autoCloseBefore: ":.,=}])' \n\t",
indentationRules: {
increaseIndentPattern: new RegExp('^((?!\\/\\/).)*(\\{[^}"\'`]*|\\([^)"\'`]*|\\[[^\\]"\'`]*)$'),
decreaseIndentPattern: new RegExp('^((?!.*?\\/\\*).*\\*/)?\\s*[\\}\\]].*$')
}
};
var language = {
defaultToken: '',
tokenPostfix: '.bicep',
brackets: [
{ open: '{', close: '}', token: 'delimiter.curly' },
{ open: '[', close: ']', token: 'delimiter.square' },
{ open: '(', close: ')', token: 'delimiter.parenthesis' }
],
symbols: /[=><!~?:&|+\-*/^%]+/,
keywords: keywords,
namedLiterals: namedLiterals,
escapes: "\\\\(u{[0-9A-Fa-f]+}|n|r|t|\\\\|'|\\${)",
tokenizer: {
root: [{ include: '@expression' }, { include: '@whitespace' }],
stringVerbatim: [
{ regex: "(|'|'')[^']", action: { token: 'string' } },
{ regex: "'''", action: { token: 'string.quote', next: '@pop' } }
],
stringLiteral: [
{ regex: "\\${", action: { token: 'delimiter.bracket', next: '@bracketCounting' } },
{ regex: "[^\\\\'$]+", action: { token: 'string' } },
{ regex: '@escapes', action: { token: 'string.escape' } },
{ regex: "\\\\.", action: { token: 'string.escape.invalid' } },
{ regex: "'", action: { token: 'string', next: '@pop' } }
],
bracketCounting: [
{ regex: "{", action: { token: 'delimiter.bracket', next: '@bracketCounting' } },
{ regex: "}", action: { token: 'delimiter.bracket', next: '@pop' } },
{ include: 'expression' }
],
comment: [
{ regex: "[^\\*]+", action: { token: 'comment' } },
{ regex: "\\*\\/", action: { token: 'comment', next: '@pop' } },
{ regex: "[\\/*]", action: { token: 'comment' } }
],
whitespace: [
{ regex: nonCommentWs },
{ regex: "\\/\\*", action: { token: 'comment', next: '@comment' } },
{ regex: "\\/\\/.*$", action: { token: 'comment' } }
],
expression: [
{ regex: "'''", action: { token: 'string.quote', next: '@stringVerbatim' } },
{ regex: "'", action: { token: 'string.quote', next: '@stringLiteral' } },
{ regex: numericLiteral, action: { token: 'number' } },
{
regex: identifier,
action: {
cases: {
'@keywords': { token: 'keyword' },
'@namedLiterals': { token: 'keyword' },
'@default': { token: 'identifier' }
}
}
}
]
}
};
/***/ })
}]);

@ -1,830 +0,0 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[49017],{
/***/ 11475:
/*!******************************************************************************************!*\
!*** ./node_modules/@ant-design/icons/es/icons/ExclamationCircleOutlined.js + 1 modules ***!
\******************************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
// EXPORTS
__webpack_require__.d(__webpack_exports__, {
"Z": function() { return /* binding */ icons_ExclamationCircleOutlined; }
});
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js
var esm_extends = __webpack_require__(87462);
// EXTERNAL MODULE: ./node_modules/react/index.js
var react = __webpack_require__(67294);
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons-svg/es/asn/ExclamationCircleOutlined.js
// This icon file is generated automatically.
var ExclamationCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M464 688a48 48 0 1096 0 48 48 0 10-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z" } }] }, "name": "exclamation-circle", "theme": "outlined" };
/* harmony default export */ var asn_ExclamationCircleOutlined = (ExclamationCircleOutlined);
// EXTERNAL MODULE: ./node_modules/@ant-design/icons/es/components/AntdIcon.js + 8 modules
var AntdIcon = __webpack_require__(74643);
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/icons/ExclamationCircleOutlined.js
// GENERATE BY ./scripts/generate.ts
// DON NOT EDIT IT MANUALLY
var ExclamationCircleOutlined_ExclamationCircleOutlined = function ExclamationCircleOutlined(props, ref) {
return /*#__PURE__*/react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, {
ref: ref,
icon: asn_ExclamationCircleOutlined
}));
};
if (false) {}
/* harmony default export */ var icons_ExclamationCircleOutlined = (/*#__PURE__*/react.forwardRef(ExclamationCircleOutlined_ExclamationCircleOutlined));
/***/ }),
/***/ 8745:
/*!*************************************************!*\
!*** ./node_modules/antd/es/_util/PurePanel.js ***!
\*************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "Z": function() { return /* binding */ genPurePanel; }
/* harmony export */ });
/* harmony import */ var rc_util_es_hooks_useMergedState__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! rc-util/es/hooks/useMergedState */ 5663);
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ 67294);
/* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../config-provider */ 53124);
/* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../config-provider */ 17093);
/* istanbul ignore next */
function genPurePanel(Component, defaultPrefixCls, getDropdownCls, postProps) {
return function PurePanel(props) {
const {
prefixCls: customizePrefixCls,
style
} = props;
const holderRef = react__WEBPACK_IMPORTED_MODULE_1__.useRef(null);
const [popupHeight, setPopupHeight] = react__WEBPACK_IMPORTED_MODULE_1__.useState(0);
const [popupWidth, setPopupWidth] = react__WEBPACK_IMPORTED_MODULE_1__.useState(0);
const [open, setOpen] = (0,rc_util_es_hooks_useMergedState__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(false, {
value: props.open
});
const {
getPrefixCls
} = react__WEBPACK_IMPORTED_MODULE_1__.useContext(_config_provider__WEBPACK_IMPORTED_MODULE_2__/* .ConfigContext */ .E_);
const prefixCls = getPrefixCls(defaultPrefixCls || 'select', customizePrefixCls);
react__WEBPACK_IMPORTED_MODULE_1__.useEffect(() => {
// We do not care about ssr
setOpen(true);
if (typeof ResizeObserver !== 'undefined') {
const resizeObserver = new ResizeObserver(entries => {
const element = entries[0].target;
setPopupHeight(element.offsetHeight + 8);
setPopupWidth(element.offsetWidth);
});
const interval = setInterval(() => {
var _a;
const dropdownCls = getDropdownCls ? `.${getDropdownCls(prefixCls)}` : `.${prefixCls}-dropdown`;
const popup = (_a = holderRef.current) === null || _a === void 0 ? void 0 : _a.querySelector(dropdownCls);
if (popup) {
clearInterval(interval);
resizeObserver.observe(popup);
}
}, 10);
return () => {
clearInterval(interval);
resizeObserver.disconnect();
};
}
}, []);
let mergedProps = Object.assign(Object.assign({}, props), {
style: Object.assign(Object.assign({}, style), {
margin: 0
}),
open,
visible: open,
getPopupContainer: () => holderRef.current
});
if (postProps) {
mergedProps = postProps(mergedProps);
}
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(_config_provider__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP, {
theme: {
token: {
motion: false
}
}
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", {
ref: holderRef,
style: {
paddingBottom: popupHeight,
position: 'relative',
minWidth: popupWidth
}
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(Component, Object.assign({}, mergedProps))));
};
}
/***/ }),
/***/ 66367:
/*!*************************************************!*\
!*** ./node_modules/antd/es/_util/getScroll.js ***!
\*************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "F": function() { return /* binding */ isWindow; },
/* harmony export */ "Z": function() { return /* binding */ getScroll; }
/* harmony export */ });
function isWindow(obj) {
return obj !== null && obj !== undefined && obj === obj.window;
}
function getScroll(target, top) {
var _a, _b;
if (typeof window === 'undefined') {
return 0;
}
const method = top ? 'scrollTop' : 'scrollLeft';
let result = 0;
if (isWindow(target)) {
result = target[top ? 'pageYOffset' : 'pageXOffset'];
} else if (target instanceof Document) {
result = target.documentElement[method];
} else if (target instanceof HTMLElement) {
result = target[method];
} else if (target) {
// According to the type inference, the `target` is `never` type.
// Since we configured the loose mode type checking, and supports mocking the target with such shape below::
// `{ documentElement: { scrollLeft: 200, scrollTop: 400 } }`,
// the program may falls into this branch.
// Check the corresponding tests for details. Don't sure what is the real scenario this happens.
result = target[method];
}
if (target && !isWindow(target) && typeof result !== 'number') {
result = (_b = ((_a = target.ownerDocument) !== null && _a !== void 0 ? _a : target).documentElement) === null || _b === void 0 ? void 0 : _b[method];
}
return result;
}
/***/ }),
/***/ 58375:
/*!************************************************************!*\
!*** ./node_modules/antd/es/_util/scrollTo.js + 1 modules ***!
\************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
// EXPORTS
__webpack_require__.d(__webpack_exports__, {
"Z": function() { return /* binding */ scrollTo; }
});
// EXTERNAL MODULE: ./node_modules/antd/node_modules/rc-util/es/raf.js
var raf = __webpack_require__(96523);
;// CONCATENATED MODULE: ./node_modules/antd/es/_util/easings.js
// eslint-disable-next-line import/prefer-default-export
function easeInOutCubic(t, b, c, d) {
const cc = c - b;
t /= d / 2;
if (t < 1) {
return cc / 2 * t * t * t + b;
}
// eslint-disable-next-line no-return-assign
return cc / 2 * ((t -= 2) * t * t + 2) + b;
}
// EXTERNAL MODULE: ./node_modules/antd/es/_util/getScroll.js
var getScroll = __webpack_require__(66367);
;// CONCATENATED MODULE: ./node_modules/antd/es/_util/scrollTo.js
function scrollTo(y) {
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
const {
getContainer = () => window,
callback,
duration = 450
} = options;
const container = getContainer();
const scrollTop = (0,getScroll/* default */.Z)(container, true);
const startTime = Date.now();
const frameFunc = () => {
const timestamp = Date.now();
const time = timestamp - startTime;
const nextScrollTop = easeInOutCubic(time > duration ? duration : time, scrollTop, y, duration);
if ((0,getScroll/* isWindow */.F)(container)) {
container.scrollTo(window.pageXOffset, nextScrollTop);
} else if (container instanceof Document || container.constructor.name === 'HTMLDocument') {
container.documentElement.scrollTop = nextScrollTop;
} else {
container.scrollTop = nextScrollTop;
}
if (time < duration) {
(0,raf/* default */.Z)(frameFunc);
} else if (typeof callback === 'function') {
callback();
}
};
(0,raf/* default */.Z)(frameFunc);
}
/***/ }),
/***/ 48783:
/*!****************************************************************!*\
!*** ./node_modules/antd/es/_util/throttleByAnimationFrame.js ***!
\****************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
/* harmony import */ var _babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/toConsumableArray */ 74902);
/* harmony import */ var rc_util_es_raf__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! rc-util/es/raf */ 96523);
function throttleByAnimationFrame(fn) {
let requestId;
const later = args => () => {
requestId = null;
fn.apply(void 0, (0,_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z)(args));
};
const throttled = function () {
if (requestId == null) {
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
requestId = (0,rc_util_es_raf__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(later(args));
}
};
throttled.cancel = () => {
rc_util_es_raf__WEBPACK_IMPORTED_MODULE_0__/* ["default"].cancel */ .Z.cancel(requestId);
requestId = null;
};
return throttled;
}
/* harmony default export */ __webpack_exports__["Z"] = (throttleByAnimationFrame);
/***/ }),
/***/ 15455:
/*!************************************************************!*\
!*** ./node_modules/antd/es/back-top/index.js + 3 modules ***!
\************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
// EXPORTS
__webpack_require__.d(__webpack_exports__, {
"Z": function() { return /* binding */ back_top; }
});
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js
var esm_extends = __webpack_require__(87462);
// EXTERNAL MODULE: ./node_modules/react/index.js
var react = __webpack_require__(67294);
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons-svg/es/asn/VerticalAlignTopOutlined.js
// This icon file is generated automatically.
var VerticalAlignTopOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M859.9 168H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM518.3 355a8 8 0 00-12.6 0l-112 141.7a7.98 7.98 0 006.3 12.9h73.9V848c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V509.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 355z" } }] }, "name": "vertical-align-top", "theme": "outlined" };
/* harmony default export */ var asn_VerticalAlignTopOutlined = (VerticalAlignTopOutlined);
// EXTERNAL MODULE: ./node_modules/@ant-design/icons/es/components/AntdIcon.js + 8 modules
var AntdIcon = __webpack_require__(74643);
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/icons/VerticalAlignTopOutlined.js
// GENERATE BY ./scripts/generate.ts
// DON NOT EDIT IT MANUALLY
var VerticalAlignTopOutlined_VerticalAlignTopOutlined = function VerticalAlignTopOutlined(props, ref) {
return /*#__PURE__*/react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, {
ref: ref,
icon: asn_VerticalAlignTopOutlined
}));
};
if (false) {}
/* harmony default export */ var icons_VerticalAlignTopOutlined = (/*#__PURE__*/react.forwardRef(VerticalAlignTopOutlined_VerticalAlignTopOutlined));
// EXTERNAL MODULE: ./node_modules/classnames/index.js
var classnames = __webpack_require__(94184);
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
// EXTERNAL MODULE: ./node_modules/antd/node_modules/rc-motion/es/index.js + 18 modules
var es = __webpack_require__(38379);
// EXTERNAL MODULE: ./node_modules/antd/node_modules/rc-util/es/omit.js
var omit = __webpack_require__(10366);
// EXTERNAL MODULE: ./node_modules/antd/es/_util/getScroll.js
var getScroll = __webpack_require__(66367);
// EXTERNAL MODULE: ./node_modules/antd/es/_util/reactNode.js
var reactNode = __webpack_require__(96159);
// EXTERNAL MODULE: ./node_modules/antd/es/_util/scrollTo.js + 1 modules
var scrollTo = __webpack_require__(58375);
// EXTERNAL MODULE: ./node_modules/antd/es/_util/throttleByAnimationFrame.js
var throttleByAnimationFrame = __webpack_require__(48783);
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/context.js
var context = __webpack_require__(53124);
// EXTERNAL MODULE: ./node_modules/antd/es/theme/util/genComponentStyleHook.js
var genComponentStyleHook = __webpack_require__(67968);
// EXTERNAL MODULE: ./node_modules/antd/es/theme/util/statistic.js
var statistic = __webpack_require__(45503);
// EXTERNAL MODULE: ./node_modules/antd/es/style/index.js
var style = __webpack_require__(14747);
;// CONCATENATED MODULE: ./node_modules/antd/es/back-top/style/index.js
// ============================== Shared ==============================
const genSharedBackTopStyle = token => {
const {
componentCls,
backTopFontSize,
backTopSize,
zIndexPopup
} = token;
return {
[componentCls]: Object.assign(Object.assign({}, (0,style/* resetComponent */.Wf)(token)), {
position: 'fixed',
insetInlineEnd: token.backTopInlineEnd,
insetBlockEnd: token.backTopBlockEnd,
zIndex: zIndexPopup,
width: 40,
height: 40,
cursor: 'pointer',
'&:empty': {
display: 'none'
},
[`${componentCls}-content`]: {
width: backTopSize,
height: backTopSize,
overflow: 'hidden',
color: token.backTopColor,
textAlign: 'center',
backgroundColor: token.backTopBackground,
borderRadius: backTopSize,
transition: `all ${token.motionDurationMid}`,
'&:hover': {
backgroundColor: token.backTopHoverBackground,
transition: `all ${token.motionDurationMid}`
}
},
// change to .backtop .backtop-icon
[`${componentCls}-icon`]: {
fontSize: backTopFontSize,
lineHeight: `${backTopSize}px`
}
})
};
};
const genMediaBackTopStyle = token => {
const {
componentCls
} = token;
return {
[`@media (max-width: ${token.screenMD}px)`]: {
[componentCls]: {
insetInlineEnd: token.backTopInlineEndMD
}
},
[`@media (max-width: ${token.screenXS}px)`]: {
[componentCls]: {
insetInlineEnd: token.backTopInlineEndXS
}
}
};
};
// ============================== Export ==============================
/* harmony default export */ var back_top_style = ((0,genComponentStyleHook/* default */.Z)('BackTop', token => {
const {
fontSizeHeading3,
colorTextDescription,
colorTextLightSolid,
colorText,
controlHeightLG
} = token;
const backTopToken = (0,statistic/* merge */.TS)(token, {
backTopBackground: colorTextDescription,
backTopColor: colorTextLightSolid,
backTopHoverBackground: colorText,
backTopFontSize: fontSizeHeading3,
backTopSize: controlHeightLG,
backTopBlockEnd: controlHeightLG * 1.25,
backTopInlineEnd: controlHeightLG * 2.5,
backTopInlineEndMD: controlHeightLG * 1.5,
backTopInlineEndXS: controlHeightLG * 0.5
});
return [genSharedBackTopStyle(backTopToken), genMediaBackTopStyle(backTopToken)];
}, token => ({
zIndexPopup: token.zIndexBase + 10
})));
;// CONCATENATED MODULE: ./node_modules/antd/es/back-top/index.js
'use client';
const BackTop = props => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
visibilityHeight = 400,
target,
onClick,
duration = 450
} = props;
const [visible, setVisible] = react.useState(visibilityHeight === 0);
const ref = react.useRef(null);
const getDefaultTarget = () => ref.current && ref.current.ownerDocument ? ref.current.ownerDocument : window;
const handleScroll = (0,throttleByAnimationFrame/* default */.Z)(e => {
const scrollTop = (0,getScroll/* default */.Z)(e.target, true);
setVisible(scrollTop >= visibilityHeight);
});
if (false) {}
react.useEffect(() => {
const getTarget = target || getDefaultTarget;
const container = getTarget();
handleScroll({
target: container
});
container === null || container === void 0 ? void 0 : container.addEventListener('scroll', handleScroll);
return () => {
handleScroll.cancel();
container === null || container === void 0 ? void 0 : container.removeEventListener('scroll', handleScroll);
};
}, [target]);
const scrollToTop = e => {
(0,scrollTo/* default */.Z)(0, {
getContainer: target || getDefaultTarget,
duration
});
onClick === null || onClick === void 0 ? void 0 : onClick(e);
};
const {
getPrefixCls,
direction
} = react.useContext(context/* ConfigContext */.E_);
const prefixCls = getPrefixCls('back-top', customizePrefixCls);
const rootPrefixCls = getPrefixCls();
const [wrapSSR, hashId] = back_top_style(prefixCls);
const classString = classnames_default()(hashId, prefixCls, {
[`${prefixCls}-rtl`]: direction === 'rtl'
}, className, rootClassName);
// fix https://fb.me/react-unknown-prop
const divProps = (0,omit/* default */.Z)(props, ['prefixCls', 'className', 'rootClassName', 'children', 'visibilityHeight', 'target']);
const defaultElement = /*#__PURE__*/react.createElement("div", {
className: `${prefixCls}-content`
}, /*#__PURE__*/react.createElement("div", {
className: `${prefixCls}-icon`
}, /*#__PURE__*/react.createElement(icons_VerticalAlignTopOutlined, null)));
return wrapSSR( /*#__PURE__*/react.createElement("div", Object.assign({}, divProps, {
className: classString,
onClick: scrollToTop,
ref: ref
}), /*#__PURE__*/react.createElement(es["default"], {
visible: visible,
motionName: `${rootPrefixCls}-fade`
}, _ref => {
let {
className: motionClassName
} = _ref;
return (0,reactNode/* cloneElement */.Tm)(props.children || defaultElement, _ref2 => {
let {
className: cloneCls
} = _ref2;
return {
className: classnames_default()(motionClassName, cloneCls)
};
});
})));
};
if (false) {}
/* harmony default export */ var back_top = (BackTop);
/***/ }),
/***/ 33297:
/*!***************************************************!*\
!*** ./node_modules/antd/es/style/motion/move.js ***!
\***************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "Fm": function() { return /* binding */ initMoveMotion; }
/* harmony export */ });
/* unused harmony exports moveDownIn, moveDownOut, moveLeftIn, moveLeftOut, moveRightIn, moveRightOut, moveUpIn, moveUpOut */
/* harmony import */ var _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @ant-design/cssinjs */ 73559);
/* harmony import */ var _motion__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./motion */ 93590);
const moveDownIn = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antMoveDownIn', {
'0%': {
transform: 'translate3d(0, 100%, 0)',
transformOrigin: '0 0',
opacity: 0
},
'100%': {
transform: 'translate3d(0, 0, 0)',
transformOrigin: '0 0',
opacity: 1
}
});
const moveDownOut = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antMoveDownOut', {
'0%': {
transform: 'translate3d(0, 0, 0)',
transformOrigin: '0 0',
opacity: 1
},
'100%': {
transform: 'translate3d(0, 100%, 0)',
transformOrigin: '0 0',
opacity: 0
}
});
const moveLeftIn = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antMoveLeftIn', {
'0%': {
transform: 'translate3d(-100%, 0, 0)',
transformOrigin: '0 0',
opacity: 0
},
'100%': {
transform: 'translate3d(0, 0, 0)',
transformOrigin: '0 0',
opacity: 1
}
});
const moveLeftOut = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antMoveLeftOut', {
'0%': {
transform: 'translate3d(0, 0, 0)',
transformOrigin: '0 0',
opacity: 1
},
'100%': {
transform: 'translate3d(-100%, 0, 0)',
transformOrigin: '0 0',
opacity: 0
}
});
const moveRightIn = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antMoveRightIn', {
'0%': {
transform: 'translate3d(100%, 0, 0)',
transformOrigin: '0 0',
opacity: 0
},
'100%': {
transform: 'translate3d(0, 0, 0)',
transformOrigin: '0 0',
opacity: 1
}
});
const moveRightOut = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antMoveRightOut', {
'0%': {
transform: 'translate3d(0, 0, 0)',
transformOrigin: '0 0',
opacity: 1
},
'100%': {
transform: 'translate3d(100%, 0, 0)',
transformOrigin: '0 0',
opacity: 0
}
});
const moveUpIn = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antMoveUpIn', {
'0%': {
transform: 'translate3d(0, -100%, 0)',
transformOrigin: '0 0',
opacity: 0
},
'100%': {
transform: 'translate3d(0, 0, 0)',
transformOrigin: '0 0',
opacity: 1
}
});
const moveUpOut = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antMoveUpOut', {
'0%': {
transform: 'translate3d(0, 0, 0)',
transformOrigin: '0 0',
opacity: 1
},
'100%': {
transform: 'translate3d(0, -100%, 0)',
transformOrigin: '0 0',
opacity: 0
}
});
const moveMotion = {
'move-up': {
inKeyframes: moveUpIn,
outKeyframes: moveUpOut
},
'move-down': {
inKeyframes: moveDownIn,
outKeyframes: moveDownOut
},
'move-left': {
inKeyframes: moveLeftIn,
outKeyframes: moveLeftOut
},
'move-right': {
inKeyframes: moveRightIn,
outKeyframes: moveRightOut
}
};
const initMoveMotion = (token, motionName) => {
const {
antCls
} = token;
const motionCls = `${antCls}-${motionName}`;
const {
inKeyframes,
outKeyframes
} = moveMotion[motionName];
return [(0,_motion__WEBPACK_IMPORTED_MODULE_1__/* .initMotion */ .R)(motionCls, inKeyframes, outKeyframes, token.motionDurationMid), {
[`
${motionCls}-enter,
${motionCls}-appear
`]: {
opacity: 0,
animationTimingFunction: token.motionEaseOutCirc
},
[`${motionCls}-leave`]: {
animationTimingFunction: token.motionEaseInOutCirc
}
}];
};
/***/ }),
/***/ 67771:
/*!****************************************************!*\
!*** ./node_modules/antd/es/style/motion/slide.js ***!
\****************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "Qt": function() { return /* binding */ slideDownIn; },
/* harmony export */ "Uw": function() { return /* binding */ slideUpOut; },
/* harmony export */ "fJ": function() { return /* binding */ slideUpIn; },
/* harmony export */ "ly": function() { return /* binding */ slideDownOut; },
/* harmony export */ "oN": function() { return /* binding */ initSlideMotion; }
/* harmony export */ });
/* unused harmony exports slideLeftIn, slideLeftOut, slideRightIn, slideRightOut */
/* harmony import */ var _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @ant-design/cssinjs */ 73559);
/* harmony import */ var _motion__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./motion */ 93590);
const slideUpIn = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideUpIn', {
'0%': {
transform: 'scaleY(0.8)',
transformOrigin: '0% 0%',
opacity: 0
},
'100%': {
transform: 'scaleY(1)',
transformOrigin: '0% 0%',
opacity: 1
}
});
const slideUpOut = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideUpOut', {
'0%': {
transform: 'scaleY(1)',
transformOrigin: '0% 0%',
opacity: 1
},
'100%': {
transform: 'scaleY(0.8)',
transformOrigin: '0% 0%',
opacity: 0
}
});
const slideDownIn = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideDownIn', {
'0%': {
transform: 'scaleY(0.8)',
transformOrigin: '100% 100%',
opacity: 0
},
'100%': {
transform: 'scaleY(1)',
transformOrigin: '100% 100%',
opacity: 1
}
});
const slideDownOut = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideDownOut', {
'0%': {
transform: 'scaleY(1)',
transformOrigin: '100% 100%',
opacity: 1
},
'100%': {
transform: 'scaleY(0.8)',
transformOrigin: '100% 100%',
opacity: 0
}
});
const slideLeftIn = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideLeftIn', {
'0%': {
transform: 'scaleX(0.8)',
transformOrigin: '0% 0%',
opacity: 0
},
'100%': {
transform: 'scaleX(1)',
transformOrigin: '0% 0%',
opacity: 1
}
});
const slideLeftOut = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideLeftOut', {
'0%': {
transform: 'scaleX(1)',
transformOrigin: '0% 0%',
opacity: 1
},
'100%': {
transform: 'scaleX(0.8)',
transformOrigin: '0% 0%',
opacity: 0
}
});
const slideRightIn = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideRightIn', {
'0%': {
transform: 'scaleX(0.8)',
transformOrigin: '100% 0%',
opacity: 0
},
'100%': {
transform: 'scaleX(1)',
transformOrigin: '100% 0%',
opacity: 1
}
});
const slideRightOut = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideRightOut', {
'0%': {
transform: 'scaleX(1)',
transformOrigin: '100% 0%',
opacity: 1
},
'100%': {
transform: 'scaleX(0.8)',
transformOrigin: '100% 0%',
opacity: 0
}
});
const slideMotion = {
'slide-up': {
inKeyframes: slideUpIn,
outKeyframes: slideUpOut
},
'slide-down': {
inKeyframes: slideDownIn,
outKeyframes: slideDownOut
},
'slide-left': {
inKeyframes: slideLeftIn,
outKeyframes: slideLeftOut
},
'slide-right': {
inKeyframes: slideRightIn,
outKeyframes: slideRightOut
}
};
const initSlideMotion = (token, motionName) => {
const {
antCls
} = token;
const motionCls = `${antCls}-${motionName}`;
const {
inKeyframes,
outKeyframes
} = slideMotion[motionName];
return [(0,_motion__WEBPACK_IMPORTED_MODULE_1__/* .initMotion */ .R)(motionCls, inKeyframes, outKeyframes, token.motionDurationMid), {
[`
${motionCls}-enter,
${motionCls}-appear
`]: {
transform: 'scale(0)',
transformOrigin: '0% 0%',
opacity: 0,
animationTimingFunction: token.motionEaseOutQuint,
[`&-prepare`]: {
transform: 'scale(1)'
}
},
[`${motionCls}-leave`]: {
animationTimingFunction: token.motionEaseInQuint
}
}];
};
/***/ })
}]);

@ -0,0 +1,13 @@
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/monaco-editor/esm/vs/editor/contrib/anchorSelect/anchorSelect.css ***!
\***********************************************************************************************************************************************************************************************************************************************************************************/
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.monaco-editor .selection-anchor {
background-color: #007ACC;
width: 2px !important;
}

@ -1,5 +1,5 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[92026],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[53057],{
/***/ 48560:
/*!********************************************************!*\
@ -370,10 +370,10 @@ var JoinClassroomModal = function JoinClassroomModal(_ref) {
/***/ }),
/***/ 92026:
/*!*****************************************************!*\
!*** ./src/components/Header/index.tsx + 9 modules ***!
\*****************************************************/
/***/ 53057:
/*!******************************************************!*\
!*** ./src/components/Header/index.tsx + 11 modules ***!
\******************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
@ -624,6 +624,523 @@ var JoinClassroomModal = __webpack_require__(16823);
/* harmony default export */ var Joinmodules = ({"flex_box_center":"flex_box_center___cltIf","flex_space_between":"flex_space_between___fKr_O","flex_box_vertical_center":"flex_box_vertical_center____QfiA","flex_box_center_end":"flex_box_center_end___ysqmH","flex_box_column":"flex_box_column___CfE8K","rightMenu":"rightMenu___ADTOX","joinMenu":"joinMenu___aRGsf","joinBoard":"joinBoard___AeUvr","joinCol":"joinCol___fV4uL"});
// EXTERNAL MODULE: ./src/utils/verifyLogin.tsx + 2 modules
var verifyLogin = __webpack_require__(7303);
// EXTERNAL MODULE: ./node_modules/antd/es/form/index.js + 17 modules
var es_form = __webpack_require__(25159);
// EXTERNAL MODULE: ./node_modules/antd/es/select/index.js + 42 modules
var es_select = __webpack_require__(79035);
// EXTERNAL MODULE: ./src/service/graduations.ts
var graduations = __webpack_require__(59273);
;// CONCATENATED MODULE: ./src/components/Header/components/Join/NewGraduationsModal.tsx
var Page = function Page(_ref) {
var globalSetting = _ref.globalSetting,
dispatch = _ref.dispatch,
user = _ref.user,
open = _ref.open,
_ref$onCancel = _ref.onCancel,
onCancel = _ref$onCancel === void 0 ? function () {} : _ref$onCancel;
var _useState = (0,react.useState)([]),
_useState2 = slicedToArray_default()(_useState, 2),
years = _useState2[0],
setYears = _useState2[1];
var _useState3 = (0,react.useState)([]),
_useState4 = slicedToArray_default()(_useState3, 2),
schools = _useState4[0],
setSchools = _useState4[1];
var _useState5 = (0,react.useState)([]),
_useState6 = slicedToArray_default()(_useState5, 2),
departments = _useState6[0],
setDepartments = _useState6[1];
var _Form$useForm = es_form/* default.useForm */.Z.useForm(),
_Form$useForm2 = slicedToArray_default()(_Form$useForm, 1),
addForm = _Form$useForm2[0];
var _useState7 = (0,react.useState)(false),
_useState8 = slicedToArray_default()(_useState7, 2),
btnAddLoading = _useState8[0],
setBtnAddLoading = _useState8[1];
var _useState9 = (0,react.useState)(false),
_useState10 = slicedToArray_default()(_useState9, 2),
fetchLoading = _useState10[0],
setFetchLoading = _useState10[1];
var timer = (0,react.useRef)(null);
var fetchIndex = (0,react.useRef)(1);
var _useState11 = (0,react.useState)({
keyword: '',
source: '',
status: '',
page: 1,
limit: 20
}),
_useState12 = slicedToArray_default()(_useState11, 2),
params = _useState12[0],
setParams = _useState12[1];
(0,react.useEffect)(function () {
open && init();
}, [open]);
var init = /*#__PURE__*/function () {
var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() {
var _res$graduation_years;
var res, _ref3, _ref3$user_school_id, user_school_id, _ref3$department_id, department_id, _ref3$school_name, school_name, _ref3$department_name, department_name, year;
return regeneratorRuntime_default()().wrap(function _callee$(_context) {
while (1) switch (_context.prev = _context.next) {
case 0:
_context.next = 2;
return getList(params);
case 2:
res = _context.sent;
if ((0,verifyLogin/* handleVerifyLogin */.o1)(dispatch)) {
_context.next = 5;
break;
}
return _context.abrupt("return");
case 5:
_ref3 = user.userInfo || {}, _ref3$user_school_id = _ref3.user_school_id, user_school_id = _ref3$user_school_id === void 0 ? '' : _ref3$user_school_id, _ref3$department_id = _ref3.department_id, department_id = _ref3$department_id === void 0 ? "" : _ref3$department_id, _ref3$school_name = _ref3.school_name, school_name = _ref3$school_name === void 0 ? '' : _ref3$school_name, _ref3$department_name = _ref3.department_name, department_name = _ref3$department_name === void 0 ? '' : _ref3$department_name;
year = res === null || res === void 0 ? void 0 : (_res$graduation_years = res.graduation_years) === null || _res$graduation_years === void 0 ? void 0 : _res$graduation_years.at(-1);
setSchools([{
id: user_school_id,
name: school_name
}]);
_context.next = 10;
return HandleGetDepartments(user_school_id);
case 10:
addForm.setFieldsValue({
year: year,
school_id: user_school_id,
department_id: Number(department_id),
name: "".concat(year).concat(school_name).concat(department_name, "\u6BD5\u4E1A\u8BBE\u8BA1")
});
case 11:
case "end":
return _context.stop();
}
}, _callee);
}));
return function init() {
return _ref2.apply(this, arguments);
};
}();
var getList = /*#__PURE__*/function () {
var _ref4 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2(record) {
var res;
return regeneratorRuntime_default()().wrap(function _callee2$(_context2) {
while (1) switch (_context2.prev = _context2.next) {
case 0:
_context2.next = 2;
return (0,graduations/* getGraduations */.J3)(record);
case 2:
res = _context2.sent;
if (res.status === 0) {
setYears((res === null || res === void 0 ? void 0 : res.graduation_years) || []);
}
return _context2.abrupt("return", res);
case 5:
case "end":
return _context2.stop();
}
}, _callee2);
}));
return function getList(_x) {
return _ref4.apply(this, arguments);
};
}();
var getSchools = function getSchools(name) {
var time = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 500;
setFetchLoading(true);
clearTimeout(timer.current);
timer.current = setTimeout( /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee3() {
var currentFetch, res;
return regeneratorRuntime_default()().wrap(function _callee3$(_context3) {
while (1) switch (_context3.prev = _context3.next) {
case 0:
fetchIndex.current += 1;
currentFetch = fetchIndex.current;
_context3.next = 4;
return (0,graduations/* getSchoolsList */.NT)({
keyword: name
});
case 4:
res = _context3.sent;
if (res.status === 0 && fetchIndex.current === currentFetch) {
setSchools((res === null || res === void 0 ? void 0 : res.schools) || []);
setFetchLoading(false);
}
case 6:
case "end":
return _context3.stop();
}
}, _callee3);
})), time);
};
var HandleGetDepartments = /*#__PURE__*/function () {
var _ref6 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee4(id) {
var res;
return regeneratorRuntime_default()().wrap(function _callee4$(_context4) {
while (1) switch (_context4.prev = _context4.next) {
case 0:
if (id) {
_context4.next = 2;
break;
}
return _context4.abrupt("return");
case 2:
_context4.next = 4;
return (0,graduations/* getDepartments */.Ps)({
page: 1,
limit: 9999,
id: id
});
case 4:
res = _context4.sent;
if (res.status === 0) {
setDepartments((res === null || res === void 0 ? void 0 : res.departments) || []);
}
case 6:
case "end":
return _context4.stop();
}
}, _callee4);
}));
return function HandleGetDepartments(_x2) {
return _ref6.apply(this, arguments);
};
}();
return /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, {
centered: true,
keyboard: false,
destroyOnClose: true,
open: open,
title: "\u5F00\u542F\u65B0\u4E00\u5C4A\u6BD5\u4E1A\u8BBE\u8BA1",
width: 578,
confirmLoading: btnAddLoading,
onCancel: onCancel,
onOk: function onOk() {
return addForm.submit();
},
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_form/* default */.Z, {
colon: false,
form: addForm,
initialValues: {},
labelCol: {
span: 7
},
size: "large",
wrapperCol: {
span: 17
},
onValuesChange: function onValuesChange(value, allValues) {
if (value.school_id) {
HandleGetDepartments(allValues.school_id);
addForm.setFieldValue('department_id', null);
}
},
onFinish: /*#__PURE__*/function () {
var _ref7 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee5(value) {
var res;
return regeneratorRuntime_default()().wrap(function _callee5$(_context5) {
while (1) switch (_context5.prev = _context5.next) {
case 0:
setBtnAddLoading(true);
_context5.next = 3;
return (0,graduations/* postGraduations */.Wz)(value);
case 3:
res = _context5.sent;
if (res.status === 0) {
message/* default.success */.ZP.success('创建成功');
addForm.resetFields();
onCancel();
(0,util/* openNewWindow */.xg)("/graduations/".concat(res === null || res === void 0 ? void 0 : res.identifier, "/index"));
}
setBtnAddLoading(false);
case 6:
case "end":
return _context5.stop();
}
}, _callee5);
}));
return function (_x3) {
return _ref7.apply(this, arguments);
};
}(),
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default.Item */.Z.Item, {
name: "year",
label: "\u9009\u62E9\u5C4A\u522B",
rules: [{
required: true,
message: "请选择届别"
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select/* default */.Z, {
style: {
width: 344
},
size: "large",
options: years.map(function (item) {
return {
value: item,
label: item
};
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default.Item */.Z.Item, {
name: "school_id",
label: "\u5B66\u6821",
rules: [{
required: true,
message: "请选择学校"
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select/* default */.Z, {
showSearch: true,
filterOption: false,
onSearch: function onSearch(v) {
getSchools(v);
},
loading: fetchLoading,
size: "large",
style: {
width: 344
},
options: schools.map(function (item) {
return {
value: item.id,
label: item.name
};
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default.Item */.Z.Item, {
name: "department_id",
label: "\u5B66\u9662",
rules: [{
required: true,
message: "请选择学院"
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select/* default */.Z, {
showSearch: true,
optionFilterProp: "label",
style: {
width: 344
},
size: "large",
options: departments.map(function (item) {
return {
value: item.id,
label: item.name
};
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default.Item */.Z.Item, {
name: "name",
label: "\u6BD5\u4E1A\u8BBE\u8BA1\u540D\u79F0",
style: {
marginBottom: 0
},
rules: [{
required: true,
message: "请输入毕业设计名称"
}, {
max: 60,
message: "输入超限,请缩减字符数"
}, {
type: 'string',
whitespace: true,
message: '请输入毕业设计名称'
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
showCount: true,
style: {
width: 344
},
maxLength: 60
})
})]
})
});
};
/* harmony default export */ var NewGraduationsModal = ((0,_umi_production_exports.connect)(function (_ref8) {
var user = _ref8.user,
globalSetting = _ref8.globalSetting,
loading = _ref8.loading;
return {
user: user,
globalSetting: globalSetting,
loading: loading
};
})(Page));
// EXTERNAL MODULE: ./src/utils/fetch.ts
var fetch = __webpack_require__(84519);
;// CONCATENATED MODULE: ./src/components/Header/components/Join/JoinGraduationsModal.tsx
var JoinGraduationsModal_Page = function Page(_ref) {
var globalSetting = _ref.globalSetting,
dispatch = _ref.dispatch,
user = _ref.user,
open = _ref.open,
_ref$onCancel = _ref.onCancel,
onCancel = _ref$onCancel === void 0 ? function () {} : _ref$onCancel;
var _Form$useForm = es_form/* default.useForm */.Z.useForm(),
_Form$useForm2 = slicedToArray_default()(_Form$useForm, 1),
codeForm = _Form$useForm2[0];
var _useState = (0,react.useState)(false),
_useState2 = slicedToArray_default()(_useState, 2),
btnCodeLoading = _useState2[0],
setBtnCodeLoading = _useState2[1];
var _useState3 = (0,react.useState)(null),
_useState4 = slicedToArray_default()(_useState3, 2),
codeValue = _useState4[0],
setCodeValue = _useState4[1];
(0,react.useEffect)(function () {
if (open) {
var _user$userInfo;
var value = {
code: '',
user_type: (user === null || user === void 0 ? void 0 : (_user$userInfo = user.userInfo) === null || _user$userInfo === void 0 ? void 0 : _user$userInfo.identity) === 'student' ? 2 : 1,
major: ''
};
codeForm.setFieldsValue(value);
setCodeValue(objectSpread2_default()({}, value));
}
}, [open]);
return /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, {
centered: true,
keyboard: false,
destroyOnClose: true,
open: open,
title: "\u52A0\u5165\u6BD5\u8BBE",
width: 527,
confirmLoading: btnCodeLoading,
onCancel: onCancel,
onOk: function onOk() {
return codeForm.submit();
},
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_form/* default */.Z, {
colon: false,
form: codeForm,
initialValues: {
user_type: 1
},
labelCol: {
span: 5
},
wrapperCol: {
span: 19
},
size: "large",
onValuesChange: function onValuesChange(e, v) {
return setCodeValue(objectSpread2_default()({}, v));
},
onFinish: /*#__PURE__*/function () {
var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee(value) {
var res;
return regeneratorRuntime_default()().wrap(function _callee$(_context) {
while (1) switch (_context.prev = _context.next) {
case 0:
setBtnCodeLoading(true);
_context.next = 3;
return (0,fetch/* default */.ZP)("/api/graduations/join.json", {
method: "post",
body: value
});
case 3:
res = _context.sent;
if (res.status === 0) {
onCancel();
res !== null && res !== void 0 && res.identifier ? (0,util/* openNewWindow */.xg)("/graduations/".concat(res === null || res === void 0 ? void 0 : res.identifier, "/index")) : message/* default.success */.ZP.success(res === null || res === void 0 ? void 0 : res.message);
}
setBtnCodeLoading(false);
case 6:
case "end":
return _context.stop();
}
}, _callee);
}));
return function (_x) {
return _ref2.apply(this, arguments);
};
}(),
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default.Item */.Z.Item, {
name: "code",
label: "\u6BD5\u8BBE\u9080\u8BF7\u7801",
rules: [{
required: true,
message: "请输入毕设邀请码"
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
placeholder: "\u8BF7\u8F93\u5165\u6BD5\u8BBE\u9080\u8BF7\u7801",
size: "large"
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default.Item */.Z.Item, {
name: "user_type",
label: "\u8EAB\u4EFD",
rules: [{
required: true,
message: "请输入毕设邀请码"
}],
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_radio/* default.Group */.ZP.Group, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_radio/* default */.ZP, {
value: 1,
style: {
color: '#000'
},
children: "\u7BA1\u7406\u5458\uFF08\u6559\u5E08\uFF09"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_radio/* default */.ZP, {
className: "ml30",
style: {
color: '#000'
},
value: 2,
children: "\u5B66\u751F"
})]
})
}), (codeValue === null || codeValue === void 0 ? void 0 : codeValue.user_type) === 2 && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default.Item */.Z.Item, {
style: {
marginBottom: 0
},
name: "major",
label: "\u4E13\u4E1A",
rules: [{
required: true,
message: "请输入专业名称"
}, {
max: 60,
message: "输入超限,请缩减字符数"
}, {
whitespace: true,
message: '请输入专业名称'
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
showCount: true,
maxLength: 60
})
})]
})
});
};
/* harmony default export */ var JoinGraduationsModal = ((0,_umi_production_exports.connect)(function (_ref3) {
var user = _ref3.user,
globalSetting = _ref3.globalSetting;
return {
user: user,
globalSetting: globalSetting
};
})(JoinGraduationsModal_Page));
;// CONCATENATED MODULE: ./src/components/Header/components/Join/index.tsx
@ -639,6 +1156,8 @@ var _excluded = ["homePage", "user", "globalSetting", "loading", "dispatch", "lo
var VerifyType = /*#__PURE__*/function (VerifyType) {
VerifyType["Projects"] = "projects";
VerifyType["Shixuns"] = "shixuns";
@ -671,6 +1190,14 @@ var Join = function Join(_ref) {
_useState4 = slicedToArray_default()(_useState3, 2),
visibleJoinProject = _useState4[0],
setVisibleJoinProject = _useState4[1];
var _useState5 = (0,react.useState)(false),
_useState6 = slicedToArray_default()(_useState5, 2),
isNewGraduations = _useState6[0],
setIsNewGraduations = _useState6[1];
var _useState7 = (0,react.useState)(false),
_useState8 = slicedToArray_default()(_useState7, 2),
isJoinGraduations = _useState8[0],
setIsJoinGraduations = _useState8[1];
var handleJoinVerify = function handleJoinVerify(type) {
var _user$userInfo;
if (!(0,verifyLogin/* handleVerify */.tJ)(dispatch)) {
@ -714,7 +1241,7 @@ var Join = function Join(_ref) {
if (!(user !== null && user !== void 0 && (_user$userInfo3 = user.userInfo) !== null && _user$userInfo3 !== void 0 && _user$userInfo3.is_shixun_marker)) isShixunsHidden = true;
}
var JoinOverlay = function JoinOverlay(joinProps) {
var _user$userInfo4, _user$userInfo5, _user$userInfo6, _user$navigationInfo, _user$userInfo7, _user$navigationInfo2, _user$userInfo8, _user$userInfo9, _user$userInfo10, _globalSetting$settin5, _user$userInfo11, _user$userInfo12, _user$userInfo13, _user$userInfo14, _globalSetting$settin6, _user$userInfo15, _user$userInfo16, _user$userInfo17, _user$userInfo18, _globalSetting$settin7;
var _user$userInfo4, _user$userInfo5, _user$userInfo6, _user$navigationInfo, _user$userInfo7, _user$navigationInfo2, _user$userInfo8, _user$userInfo9, _user$userInfo10, _globalSetting$settin5, _user$userInfo11, _user$userInfo12, _user$userInfo13, _user$userInfo14, _user$userInfo15, _globalSetting$settin6, _user$userInfo16, _user$userInfo17, _user$userInfo18, _user$userInfo19, _globalSetting$settin7;
return /*#__PURE__*/(0,jsx_runtime.jsx)(jsx_runtime.Fragment, {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, {
justify: "space-around",
@ -750,7 +1277,15 @@ var Join = function Join(_ref) {
},
children: "\u65B0\u5EFA\u5F00\u53D1\u9879\u76EE"
})
})), !((_user$userInfo12 = user.userInfo) !== null && _user$userInfo12 !== void 0 && _user$userInfo12.main_site) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
})), (user === null || user === void 0 ? void 0 : (_user$userInfo12 = user.userInfo) === null || _user$userInfo12 === void 0 ? void 0 : _user$userInfo12.identity) !== 'student' && /*#__PURE__*/(0,jsx_runtime.jsx)(menu/* default.Item */.Z.Item, objectSpread2_default()(objectSpread2_default()({}, joinProps), {}, {
onClick: function onClick() {
if (!(0,verifyLogin/* handleVerifyLogin */.o1)(dispatch)) return;
setIsNewGraduations(true);
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
children: "\u65B0\u5EFA\u6BD5\u4E1A\u8BBE\u8BA1"
})
})), !((_user$userInfo13 = user.userInfo) !== null && _user$userInfo13 !== void 0 && _user$userInfo13.main_site) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [!isClassroomsHidden &&
/*#__PURE__*/
// user.userInfo?.main_site &&
@ -759,9 +1294,9 @@ var Join = function Join(_ref) {
onClick: function onClick() {
return handleJoinVerify(VerifyType.Classrooms);
},
children: (_user$userInfo13 = user.userInfo) !== null && _user$userInfo13 !== void 0 && _user$userInfo13.main_site ? '加入教学课堂' : '加入课堂'
children: (_user$userInfo14 = user.userInfo) !== null && _user$userInfo14 !== void 0 && _user$userInfo14.main_site ? '加入教学课堂' : '加入课堂'
})
})), ((_user$userInfo14 = user.userInfo) === null || _user$userInfo14 === void 0 ? void 0 : _user$userInfo14.main_site) && !(globalSetting !== null && globalSetting !== void 0 && (_globalSetting$settin6 = globalSetting.setting) !== null && _globalSetting$settin6 !== void 0 && _globalSetting$settin6.is_local) && /*#__PURE__*/(0,jsx_runtime.jsx)(menu/* default.Item */.Z.Item, objectSpread2_default()(objectSpread2_default()({}, joinProps), {}, {
})), ((_user$userInfo15 = user.userInfo) === null || _user$userInfo15 === void 0 ? void 0 : _user$userInfo15.main_site) && !(globalSetting !== null && globalSetting !== void 0 && (_globalSetting$settin6 = globalSetting.setting) !== null && _globalSetting$settin6 !== void 0 && _globalSetting$settin6.is_local) && /*#__PURE__*/(0,jsx_runtime.jsx)(menu/* default.Item */.Z.Item, objectSpread2_default()(objectSpread2_default()({}, joinProps), {}, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
onClick: function onClick() {
return handleJoinVerify(VerifyType.Projects);
@ -770,11 +1305,11 @@ var Join = function Join(_ref) {
})
}))]
})]
}), ((_user$userInfo15 = user.userInfo) === null || _user$userInfo15 === void 0 ? void 0 : _user$userInfo15.main_site) && /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
}), ((_user$userInfo16 = user.userInfo) === null || _user$userInfo16 === void 0 ? void 0 : _user$userInfo16.main_site) && /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Joinmodules.joinBoard
})
}), ((_user$userInfo16 = user.userInfo) === null || _user$userInfo16 === void 0 ? void 0 : _user$userInfo16.main_site) && /*#__PURE__*/(0,jsx_runtime.jsxs)(col/* default */.Z, {
}), ((_user$userInfo17 = user.userInfo) === null || _user$userInfo17 === void 0 ? void 0 : _user$userInfo17.main_site) && /*#__PURE__*/(0,jsx_runtime.jsxs)(col/* default */.Z, {
className: Joinmodules.joinCol,
children: [!isClassroomsHidden &&
/*#__PURE__*/
@ -784,15 +1319,23 @@ var Join = function Join(_ref) {
onClick: function onClick() {
return handleJoinVerify(VerifyType.Classrooms);
},
children: (_user$userInfo17 = user.userInfo) !== null && _user$userInfo17 !== void 0 && _user$userInfo17.main_site ? '加入教学课堂' : '加入课堂'
children: (_user$userInfo18 = user.userInfo) !== null && _user$userInfo18 !== void 0 && _user$userInfo18.main_site ? '加入教学课堂' : '加入课堂'
})
})), ((_user$userInfo18 = user.userInfo) === null || _user$userInfo18 === void 0 ? void 0 : _user$userInfo18.main_site) && !(globalSetting !== null && globalSetting !== void 0 && (_globalSetting$settin7 = globalSetting.setting) !== null && _globalSetting$settin7 !== void 0 && _globalSetting$settin7.is_local) && /*#__PURE__*/(0,jsx_runtime.jsx)(menu/* default.Item */.Z.Item, objectSpread2_default()(objectSpread2_default()({}, joinProps), {}, {
})), ((_user$userInfo19 = user.userInfo) === null || _user$userInfo19 === void 0 ? void 0 : _user$userInfo19.main_site) && !(globalSetting !== null && globalSetting !== void 0 && (_globalSetting$settin7 = globalSetting.setting) !== null && _globalSetting$settin7 !== void 0 && _globalSetting$settin7.is_local) && /*#__PURE__*/(0,jsx_runtime.jsx)(menu/* default.Item */.Z.Item, objectSpread2_default()(objectSpread2_default()({}, joinProps), {}, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
onClick: function onClick() {
return handleJoinVerify(VerifyType.Projects);
},
children: "\u52A0\u5165\u5F00\u53D1\u9879\u76EE"
})
})), /*#__PURE__*/(0,jsx_runtime.jsx)(menu/* default.Item */.Z.Item, objectSpread2_default()(objectSpread2_default()({}, joinProps), {}, {
onClick: function onClick() {
if (!(0,verifyLogin/* handleVerifyLogin */.o1)(dispatch)) return;
setIsJoinGraduations(true);
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
children: "\u52A0\u5165\u6BD5\u4E1A\u8BBE\u8BA1"
})
}))]
})]
})
@ -823,6 +1366,16 @@ var Join = function Join(_ref) {
onCancel: function onCancel() {
return setVisibleJoinProject(false);
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)(NewGraduationsModal, {
open: isNewGraduations,
onCancel: function onCancel() {
return setIsNewGraduations(false);
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)(JoinGraduationsModal, {
open: isJoinGraduations,
onCancel: function onCancel() {
return setIsJoinGraduations(false);
}
})]
});
};

@ -0,0 +1,203 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[53632],{
/***/ 53632:
/*!**********************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/hcl/hcl.js ***!
\**********************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "conf": function() { return /* binding */ conf; },
/* harmony export */ "language": function() { return /* binding */ language; }
/* harmony export */ });
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
var conf = {
comments: {
lineComment: '#',
blockComment: ['/*', '*/']
},
brackets: [
['{', '}'],
['[', ']'],
['(', ')']
],
autoClosingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: '"', close: '"', notIn: ['string'] }
],
surroundingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: '"', close: '"' }
]
};
var language = {
defaultToken: '',
tokenPostfix: '.hcl',
keywords: [
'var',
'local',
'path',
'for_each',
'any',
'string',
'number',
'bool',
'true',
'false',
'null',
'if ',
'else ',
'endif ',
'for ',
'in',
'endfor'
],
operators: [
'=',
'>=',
'<=',
'==',
'!=',
'+',
'-',
'*',
'/',
'%',
'&&',
'||',
'!',
'<',
'>',
'?',
'...',
':'
],
symbols: /[=><!~?:&|+\-*\/\^%]+/,
escapes: /\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
terraformFunctions: /(abs|ceil|floor|log|max|min|pow|signum|chomp|format|formatlist|indent|join|lower|regex|regexall|replace|split|strrev|substr|title|trimspace|upper|chunklist|coalesce|coalescelist|compact|concat|contains|distinct|element|flatten|index|keys|length|list|lookup|map|matchkeys|merge|range|reverse|setintersection|setproduct|setunion|slice|sort|transpose|values|zipmap|base64decode|base64encode|base64gzip|csvdecode|jsondecode|jsonencode|urlencode|yamldecode|yamlencode|abspath|dirname|pathexpand|basename|file|fileexists|fileset|filebase64|templatefile|formatdate|timeadd|timestamp|base64sha256|base64sha512|bcrypt|filebase64sha256|filebase64sha512|filemd5|filemd1|filesha256|filesha512|md5|rsadecrypt|sha1|sha256|sha512|uuid|uuidv5|cidrhost|cidrnetmask|cidrsubnet|tobool|tolist|tomap|tonumber|toset|tostring)/,
terraformMainBlocks: /(module|data|terraform|resource|provider|variable|output|locals)/,
tokenizer: {
root: [
// highlight main blocks
[
/^@terraformMainBlocks([ \t]*)([\w-]+|"[\w-]+"|)([ \t]*)([\w-]+|"[\w-]+"|)([ \t]*)(\{)/,
['type', '', 'string', '', 'string', '', '@brackets']
],
// highlight all the remaining blocks
[
/(\w+[ \t]+)([ \t]*)([\w-]+|"[\w-]+"|)([ \t]*)([\w-]+|"[\w-]+"|)([ \t]*)(\{)/,
['identifier', '', 'string', '', 'string', '', '@brackets']
],
// highlight block
[
/(\w+[ \t]+)([ \t]*)([\w-]+|"[\w-]+"|)([ \t]*)([\w-]+|"[\w-]+"|)(=)(\{)/,
['identifier', '', 'string', '', 'operator', '', '@brackets']
],
// terraform general highlight - shared with expressions
{ include: '@terraform' }
],
terraform: [
// highlight terraform functions
[/@terraformFunctions(\()/, ['type', '@brackets']],
// all other words are variables or keywords
[
/[a-zA-Z_]\w*-*/,
{
cases: {
'@keywords': { token: 'keyword.$0' },
'@default': 'variable'
}
}
],
{ include: '@whitespace' },
{ include: '@heredoc' },
// delimiters and operators
[/[{}()\[\]]/, '@brackets'],
[/[<>](?!@symbols)/, '@brackets'],
[
/@symbols/,
{
cases: {
'@operators': 'operator',
'@default': ''
}
}
],
// numbers
[/\d*\d+[eE]([\-+]?\d+)?/, 'number.float'],
[/\d*\.\d+([eE][\-+]?\d+)?/, 'number.float'],
[/\d[\d']*/, 'number'],
[/\d/, 'number'],
[/[;,.]/, 'delimiter'],
// strings
[/"/, 'string', '@string'],
[/'/, 'invalid']
],
heredoc: [
[
/<<[-]*\s*["]?([\w\-]+)["]?/,
{ token: 'string.heredoc.delimiter', next: '@heredocBody.$1' }
]
],
heredocBody: [
[
/([\w\-]+)$/,
{
cases: {
'$1==$S2': [
{
token: 'string.heredoc.delimiter',
next: '@popall'
}
],
'@default': 'string.heredoc'
}
}
],
[/./, 'string.heredoc']
],
whitespace: [
[/[ \t\r\n]+/, ''],
[/\/\*/, 'comment', '@comment'],
[/\/\/.*$/, 'comment'],
[/#.*$/, 'comment']
],
comment: [
[/[^\/*]+/, 'comment'],
[/\*\//, 'comment', '@pop'],
[/[\/*]/, 'comment']
],
string: [
[/\$\{/, { token: 'delimiter', next: '@stringExpression' }],
[/[^\\"\$]+/, 'string'],
[/@escapes/, 'string.escape'],
[/\\./, 'string.escape.invalid'],
[/"/, 'string', '@popall']
],
stringInsideExpression: [
[/[^\\"]+/, 'string'],
[/@escapes/, 'string.escape'],
[/\\./, 'string.escape.invalid'],
[/"/, 'string', '@pop']
],
stringExpression: [
[/\}/, { token: 'delimiter', next: '@pop' }],
[/"/, 'string', '@stringInsideExpression'],
{ include: '@terraform' }
]
}
};
/***/ })
}]);

File diff suppressed because one or more lines are too long

@ -695,26 +695,38 @@
height: 34px;
display: flex;
align-items: center;
justify-content: space-between;
color: #000f37;
padding: 0px 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil i {
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div {
display: flex;
align-items: center;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div > span {
margin-right: 12px;
font-size: 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div i {
color: #7d8592;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil > span {
margin-right: 15px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag1___dxm7r,
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
height: 18px;
padding: 3px 6px;
font-size: 12px;
border-radius: 2px;
border: 1px solid #FFE6AB;
color: #CA7720;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag___y1ZGO {
width: 76px;
height: 26px;
border-radius: 13px;
border: 1px solid #d6f7ef;
font-size: 14px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
border: 1px solid #D6F7EF;
color: #01795d;
line-height: 24px;
text-align: center;
margin-left: auto;
margin-left: 6px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -0,0 +1,434 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[63760],{
/***/ 63760:
/*!********************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/protobuf/protobuf.js ***!
\********************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "conf": function() { return /* binding */ conf; },
/* harmony export */ "language": function() { return /* binding */ language; }
/* harmony export */ });
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
var namedLiterals = ['true', 'false'];
var conf = {
comments: {
lineComment: '//',
blockComment: ['/*', '*/']
},
brackets: [
['{', '}'],
['[', ']'],
['(', ')'],
['<', '>']
],
surroundingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: '<', close: '>' },
{ open: '"', close: '"' },
{ open: "'", close: "'" }
],
autoClosingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: '<', close: '>' },
{ open: '"', close: '"', notIn: ['string'] },
{ open: "'", close: "'", notIn: ['string'] }
],
autoCloseBefore: ".,=}])>' \n\t",
indentationRules: {
increaseIndentPattern: new RegExp('^((?!\\/\\/).)*(\\{[^}"\'`]*|\\([^)"\'`]*|\\[[^\\]"\'`]*)$'),
decreaseIndentPattern: new RegExp('^((?!.*?\\/\\*).*\\*/)?\\s*[\\}\\]].*$')
}
};
var language = {
defaultToken: '',
tokenPostfix: '.proto',
brackets: [
{ open: '{', close: '}', token: 'delimiter.curly' },
{ open: '[', close: ']', token: 'delimiter.square' },
{ open: '(', close: ')', token: 'delimiter.parenthesis' },
{ open: '<', close: '>', token: 'delimiter.angle' }
],
symbols: /[=><!~?:&|+\-*/^%]+/,
keywords: [
'syntax',
'import',
'weak',
'public',
'package',
'option',
'repeated',
'oneof',
'map',
'reserved',
'to',
'max',
'enum',
'message',
'service',
'rpc',
'stream',
'returns',
'package',
'optional',
'true',
'false'
],
builtinTypes: [
'double',
'float',
'int32',
'int64',
'uint32',
'uint64',
'sint32',
'sint64',
'fixed32',
'fixed64',
'sfixed32',
'sfixed64',
'bool',
'string',
'bytes'
],
operators: ['=', '+', '-'],
namedLiterals: namedLiterals,
escapes: "\\\\(u{[0-9A-Fa-f]+}|n|r|t|\\\\|'|\\${)",
identifier: /[a-zA-Z]\w*/,
fullIdentifier: /@identifier(?:\s*\.\s*@identifier)*/,
optionName: /(?:@identifier|\(\s*@fullIdentifier\s*\))(?:\s*\.\s*@identifier)*/,
messageName: /@identifier/,
enumName: /@identifier/,
messageType: /\.?\s*(?:@identifier\s*\.\s*)*@messageName/,
enumType: /\.?\s*(?:@identifier\s*\.\s*)*@enumName/,
floatLit: /[0-9]+\s*\.\s*[0-9]*(?:@exponent)?|[0-9]+@exponent|\.[0-9]+(?:@exponent)?/,
exponent: /[eE]\s*[+-]?\s*[0-9]+/,
boolLit: /true\b|false\b/,
decimalLit: /[1-9][0-9]*/,
octalLit: /0[0-7]*/,
hexLit: /0[xX][0-9a-fA-F]+/,
type: /double|float|int32|int64|uint32|uint64|sint32|sint64|fixed32|fixed64|sfixed32|sfixed64|bool|string|bytes|@messageType|@enumType/,
keyType: /int32|int64|uint32|uint64|sint32|sint64|fixed32|fixed64|sfixed32|sfixed64|bool|string/,
tokenizer: {
root: [
{ include: '@whitespace' },
[/syntax/, 'keyword'],
[/=/, 'operators'],
[/;/, 'delimiter'],
[
/(")(proto3)(")/,
['string.quote', 'string', { token: 'string.quote', switchTo: '@topLevel.proto3' }]
],
[
/(")(proto2)(")/,
['string.quote', 'string', { token: 'string.quote', switchTo: '@topLevel.proto2' }]
]
],
topLevel: [
// whitespace
{ include: '@whitespace' },
{ include: '@constant' },
[/=/, 'operators'],
[/[;.]/, 'delimiter'],
[
/@fullIdentifier/,
{
cases: {
option: { token: 'keyword', next: '@option.$S2' },
enum: { token: 'keyword', next: '@enumDecl.$S2' },
message: { token: 'keyword', next: '@messageDecl.$S2' },
service: { token: 'keyword', next: '@serviceDecl.$S2' },
extend: {
cases: {
'$S2==proto2': { token: 'keyword', next: '@extendDecl.$S2' }
}
},
'@keywords': 'keyword',
'@default': 'identifier'
}
}
]
],
enumDecl: [
{ include: '@whitespace' },
[/@identifier/, 'type.identifier'],
[/{/, { token: '@brackets', bracket: '@open', switchTo: '@enumBody.$S2' }]
],
enumBody: [
{ include: '@whitespace' },
{ include: '@constant' },
[/=/, 'operators'],
[/;/, 'delimiter'],
[/option\b/, 'keyword', '@option.$S2'],
[/@identifier/, 'identifier'],
[/\[/, { token: '@brackets', bracket: '@open', next: '@options.$S2' }],
[/}/, { token: '@brackets', bracket: '@close', next: '@pop' }]
],
messageDecl: [
{ include: '@whitespace' },
[/@identifier/, 'type.identifier'],
[/{/, { token: '@brackets', bracket: '@open', switchTo: '@messageBody.$S2' }]
],
messageBody: [
{ include: '@whitespace' },
{ include: '@constant' },
[/=/, 'operators'],
[/;/, 'delimiter'],
[
'(map)(s*)(<)',
['keyword', 'white', { token: '@brackets', bracket: '@open', next: '@map.$S2' }]
],
[
/@identifier/,
{
cases: {
option: { token: 'keyword', next: '@option.$S2' },
enum: { token: 'keyword', next: '@enumDecl.$S2' },
message: { token: 'keyword', next: '@messageDecl.$S2' },
oneof: { token: 'keyword', next: '@oneofDecl.$S2' },
extensions: {
cases: {
'$S2==proto2': { token: 'keyword', next: '@reserved.$S2' }
}
},
reserved: { token: 'keyword', next: '@reserved.$S2' },
'(?:repeated|optional)': { token: 'keyword', next: '@field.$S2' },
required: {
cases: {
'$S2==proto2': { token: 'keyword', next: '@field.$S2' }
}
},
'$S2==proto3': { token: '@rematch', next: '@field.$S2' }
}
}
],
[/\[/, { token: '@brackets', bracket: '@open', next: '@options.$S2' }],
[/}/, { token: '@brackets', bracket: '@close', next: '@pop' }]
],
extendDecl: [
{ include: '@whitespace' },
[/@identifier/, 'type.identifier'],
[/{/, { token: '@brackets', bracket: '@open', switchTo: '@extendBody.$S2' }]
],
extendBody: [
{ include: '@whitespace' },
{ include: '@constant' },
[/;/, 'delimiter'],
[/(?:repeated|optional|required)/, 'keyword', '@field.$S2'],
[/\[/, { token: '@brackets', bracket: '@open', next: '@options.$S2' }],
[/}/, { token: '@brackets', bracket: '@close', next: '@pop' }]
],
options: [
{ include: '@whitespace' },
{ include: '@constant' },
[/;/, 'delimiter'],
[/@optionName/, 'annotation'],
[/[()]/, 'annotation.brackets'],
[/=/, 'operator'],
[/\]/, { token: '@brackets', bracket: '@close', next: '@pop' }]
],
option: [
{ include: '@whitespace' },
[/@optionName/, 'annotation'],
[/[()]/, 'annotation.brackets'],
[/=/, 'operator', '@pop']
],
oneofDecl: [
{ include: '@whitespace' },
[/@identifier/, 'identifier'],
[/{/, { token: '@brackets', bracket: '@open', switchTo: '@oneofBody.$S2' }]
],
oneofBody: [
{ include: '@whitespace' },
{ include: '@constant' },
[/;/, 'delimiter'],
[/(@identifier)(\s*)(=)/, ['identifier', 'white', 'delimiter']],
[
/@fullIdentifier|\./,
{
cases: {
'@builtinTypes': 'keyword',
'@default': 'type.identifier'
}
}
],
[/\[/, { token: '@brackets', bracket: '@open', next: '@options.$S2' }],
[/}/, { token: '@brackets', bracket: '@close', next: '@pop' }]
],
reserved: [
{ include: '@whitespace' },
[/,/, 'delimiter'],
[/;/, 'delimiter', '@pop'],
{ include: '@constant' },
[/to\b|max\b/, 'keyword']
],
map: [
{ include: '@whitespace' },
[
/@fullIdentifier|\./,
{
cases: {
'@builtinTypes': 'keyword',
'@default': 'type.identifier'
}
}
],
[/,/, 'delimiter'],
[/>/, { token: '@brackets', bracket: '@close', switchTo: 'identifier' }]
],
field: [
{ include: '@whitespace' },
[
'group',
{
cases: {
'$S2==proto2': { token: 'keyword', switchTo: '@groupDecl.$S2' }
}
}
],
[
/(@identifier)(\s*)(=)/,
['identifier', 'white', { token: 'delimiter', next: '@pop' }]
],
[
/@fullIdentifier|\./,
{
cases: {
'@builtinTypes': 'keyword',
'@default': 'type.identifier'
}
}
]
],
groupDecl: [
{ include: '@whitespace' },
[/@identifier/, 'identifier'],
['=', 'operator'],
[/{/, { token: '@brackets', bracket: '@open', switchTo: '@messageBody.$S2' }],
{ include: '@constant' }
],
type: [
{ include: '@whitespace' },
[/@identifier/, 'type.identifier', '@pop'],
[/./, 'delimiter']
],
identifier: [{ include: '@whitespace' }, [/@identifier/, 'identifier', '@pop']],
serviceDecl: [
{ include: '@whitespace' },
[/@identifier/, 'identifier'],
[/{/, { token: '@brackets', bracket: '@open', switchTo: '@serviceBody.$S2' }]
],
serviceBody: [
{ include: '@whitespace' },
{ include: '@constant' },
[/;/, 'delimiter'],
[/option\b/, 'keyword', '@option.$S2'],
[/rpc\b/, 'keyword', '@rpc.$S2'],
[/\[/, { token: '@brackets', bracket: '@open', next: '@options.$S2' }],
[/}/, { token: '@brackets', bracket: '@close', next: '@pop' }]
],
rpc: [
{ include: '@whitespace' },
[/@identifier/, 'identifier'],
[/\(/, { token: '@brackets', bracket: '@open', switchTo: '@request.$S2' }],
[/{/, { token: '@brackets', bracket: '@open', next: '@methodOptions.$S2' }],
[/;/, 'delimiter', '@pop']
],
request: [
{ include: '@whitespace' },
[
/@messageType/,
{
cases: {
stream: { token: 'keyword', next: '@type.$S2' },
'@default': 'type.identifier'
}
}
],
[/\)/, { token: '@brackets', bracket: '@close', switchTo: '@returns.$S2' }]
],
returns: [
{ include: '@whitespace' },
[/returns\b/, 'keyword'],
[/\(/, { token: '@brackets', bracket: '@open', switchTo: '@response.$S2' }]
],
response: [
{ include: '@whitespace' },
[
/@messageType/,
{
cases: {
stream: { token: 'keyword', next: '@type.$S2' },
'@default': 'type.identifier'
}
}
],
[/\)/, { token: '@brackets', bracket: '@close', switchTo: '@rpc.$S2' }]
],
methodOptions: [
{ include: '@whitespace' },
{ include: '@constant' },
[/;/, 'delimiter'],
['option', 'keyword'],
[/@optionName/, 'annotation'],
[/[()]/, 'annotation.brackets'],
[/=/, 'operator'],
[/}/, { token: '@brackets', bracket: '@close', next: '@pop' }]
],
comment: [
[/[^\/*]+/, 'comment'],
[/\/\*/, 'comment', '@push'],
['\\*/', 'comment', '@pop'],
[/[\/*]/, 'comment']
],
string: [
[/[^\\"]+/, 'string'],
[/@escapes/, 'string.escape'],
[/\\./, 'string.escape.invalid'],
[/"/, { token: 'string.quote', bracket: '@close', next: '@pop' }]
],
stringSingle: [
[/[^\\']+/, 'string'],
[/@escapes/, 'string.escape'],
[/\\./, 'string.escape.invalid'],
[/'/, { token: 'string.quote', bracket: '@close', next: '@pop' }]
],
constant: [
['@boolLit', 'keyword.constant'],
['@hexLit', 'number.hex'],
['@octalLit', 'number.octal'],
['@decimalLit', 'number'],
['@floatLit', 'number.float'],
[/("([^"\\]|\\.)*|'([^'\\]|\\.)*)$/, 'string.invalid'],
[/"/, { token: 'string.quote', bracket: '@open', next: '@string' }],
[/'/, { token: 'string.quote', bracket: '@open', next: '@stringSingle' }],
[/{/, { token: '@brackets', bracket: '@open', next: '@prototext' }],
[/identifier/, 'identifier']
],
whitespace: [
[/[ \t\r\n]+/, 'white'],
[/\/\*/, 'comment', '@comment'],
[/\/\/.*$/, 'comment']
],
prototext: [
{ include: '@whitespace' },
{ include: '@constant' },
[/@identifier/, 'identifier'],
[/[:;]/, 'delimiter'],
[/}/, { token: '@brackets', bracket: '@close', next: '@pop' }]
]
}
};
/***/ })
}]);

@ -0,0 +1,177 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[64912],{
/***/ 64912:
/*!**************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/lexon/lexon.js ***!
\**************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "conf": function() { return /* binding */ conf; },
/* harmony export */ "language": function() { return /* binding */ language; }
/* harmony export */ });
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
var conf = {
comments: {
lineComment: 'COMMENT'
// blockComment: ['COMMENT', '.'],
},
brackets: [['(', ')']],
autoClosingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: '"', close: '"' },
{ open: ':', close: '.' }
],
surroundingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: '`', close: '`' },
{ open: '"', close: '"' },
{ open: "'", close: "'" },
{ open: ':', close: '.' }
],
folding: {
markers: {
start: new RegExp('^\\s*(::\\s*|COMMENT\\s+)#region'),
end: new RegExp('^\\s*(::\\s*|COMMENT\\s+)#endregion')
}
}
};
var language = {
// Set defaultToken to invalid to see what you do not tokenize yet
// defaultToken: 'invalid',
tokenPostfix: '.lexon',
ignoreCase: true,
keywords: [
'lexon',
'lex',
'clause',
'terms',
'contracts',
'may',
'pay',
'pays',
'appoints',
'into',
'to'
],
typeKeywords: ['amount', 'person', 'key', 'time', 'date', 'asset', 'text'],
operators: [
'less',
'greater',
'equal',
'le',
'gt',
'or',
'and',
'add',
'added',
'subtract',
'subtracted',
'multiply',
'multiplied',
'times',
'divide',
'divided',
'is',
'be',
'certified'
],
// we include these common regular expressions
symbols: /[=><!~?:&|+\-*\/\^%]+/,
// The main tokenizer for our languages
tokenizer: {
root: [
// comment
[/^(\s*)(comment:?(?:\s.*|))$/, ['', 'comment']],
// special identifier cases
[
/"/,
{
token: 'identifier.quote',
bracket: '@open',
next: '@quoted_identifier'
}
],
[
'LEX$',
{
token: 'keyword',
bracket: '@open',
next: '@identifier_until_period'
}
],
['LEXON', { token: 'keyword', bracket: '@open', next: '@semver' }],
[
':',
{
token: 'delimiter',
bracket: '@open',
next: '@identifier_until_period'
}
],
// identifiers and keywords
[
/[a-z_$][\w$]*/,
{
cases: {
'@operators': 'operator',
'@typeKeywords': 'keyword.type',
'@keywords': 'keyword',
'@default': 'identifier'
}
}
],
// whitespace
{ include: '@whitespace' },
// delimiters and operators
[/[{}()\[\]]/, '@brackets'],
[/[<>](?!@symbols)/, '@brackets'],
[/@symbols/, 'delimiter'],
// numbers
[/\d*\.\d*\.\d*/, 'number.semver'],
[/\d*\.\d+([eE][\-+]?\d+)?/, 'number.float'],
[/0[xX][0-9a-fA-F]+/, 'number.hex'],
[/\d+/, 'number'],
// delimiter: after number because of .\d floats
[/[;,.]/, 'delimiter']
],
quoted_identifier: [
[/[^\\"]+/, 'identifier'],
[/"/, { token: 'identifier.quote', bracket: '@close', next: '@pop' }]
],
space_identifier_until_period: [
[':', 'delimiter'],
[' ', { token: 'white', next: '@identifier_rest' }]
],
identifier_until_period: [
{ include: '@whitespace' },
[':', { token: 'delimiter', next: '@identifier_rest' }],
[/[^\\.]+/, 'identifier'],
[/\./, { token: 'delimiter', bracket: '@close', next: '@pop' }]
],
identifier_rest: [
[/[^\\.]+/, 'identifier'],
[/\./, { token: 'delimiter', bracket: '@close', next: '@pop' }]
],
semver: [
{ include: '@whitespace' },
[':', 'delimiter'],
[/\d*\.\d*\.\d*/, { token: 'number.semver', bracket: '@close', next: '@pop' }]
],
whitespace: [[/[ \t\r\n]+/, 'white']]
}
};
/***/ })
}]);

@ -0,0 +1,304 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[69400],{
/***/ 69400:
/*!****************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/qsharp/qsharp.js ***!
\****************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "conf": function() { return /* binding */ conf; },
/* harmony export */ "language": function() { return /* binding */ language; }
/* harmony export */ });
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
var conf = {
comments: {
lineComment: '//'
},
brackets: [
['{', '}'],
['[', ']'],
['(', ')']
],
autoClosingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: '"', close: '"', notIn: ['string', 'comment'] }
],
surroundingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: '"', close: '"' }
]
};
var language = {
// Set defaultToken to invalid to see what you do not tokenize yet
keywords: [
'namespace',
'open',
'as',
'operation',
'function',
'body',
'adjoint',
'newtype',
'controlled',
'if',
'elif',
'else',
'repeat',
'until',
'fixup',
'for',
'in',
'while',
'return',
'fail',
'within',
'apply',
'Adjoint',
'Controlled',
'Adj',
'Ctl',
'is',
'self',
'auto',
'distribute',
'invert',
'intrinsic',
'let',
'set',
'w/',
'new',
'not',
'and',
'or',
'use',
'borrow',
'using',
'borrowing',
'mutable'
],
typeKeywords: [
'Unit',
'Int',
'BigInt',
'Double',
'Bool',
'String',
'Qubit',
'Result',
'Pauli',
'Range'
],
invalidKeywords: [
'abstract',
'base',
'bool',
'break',
'byte',
'case',
'catch',
'char',
'checked',
'class',
'const',
'continue',
'decimal',
'default',
'delegate',
'do',
'double',
'enum',
'event',
'explicit',
'extern',
'finally',
'fixed',
'float',
'foreach',
'goto',
'implicit',
'int',
'interface',
'lock',
'long',
'null',
'object',
'operator',
'out',
'override',
'params',
'private',
'protected',
'public',
'readonly',
'ref',
'sbyte',
'sealed',
'short',
'sizeof',
'stackalloc',
'static',
'string',
'struct',
'switch',
'this',
'throw',
'try',
'typeof',
'unit',
'ulong',
'unchecked',
'unsafe',
'ushort',
'virtual',
'void',
'volatile'
],
constants: ['true', 'false', 'PauliI', 'PauliX', 'PauliY', 'PauliZ', 'One', 'Zero'],
builtin: [
'X',
'Y',
'Z',
'H',
'HY',
'S',
'T',
'SWAP',
'CNOT',
'CCNOT',
'MultiX',
'R',
'RFrac',
'Rx',
'Ry',
'Rz',
'R1',
'R1Frac',
'Exp',
'ExpFrac',
'Measure',
'M',
'MultiM',
'Message',
'Length',
'Assert',
'AssertProb',
'AssertEqual'
],
operators: [
'and=',
'<-',
'->',
'*',
'*=',
'@',
'!',
'^',
'^=',
':',
'::',
'..',
'==',
'...',
'=',
'=>',
'>',
'>=',
'<',
'<=',
'-',
'-=',
'!=',
'or=',
'%',
'%=',
'|',
'+',
'+=',
'?',
'/',
'/=',
'&&&',
'&&&=',
'^^^',
'^^^=',
'>>>',
'>>>=',
'<<<',
'<<<=',
'|||',
'|||=',
'~~~',
'_',
'w/',
'w/='
],
namespaceFollows: ['namespace', 'open'],
symbols: /[=><!~?:&|+\-*\/\^%@._]+/,
escapes: /\\[\s\S]/,
// The main tokenizer for our languages
tokenizer: {
root: [
// identifiers and keywords
[
/[a-zA-Z_$][\w$]*/,
{
cases: {
'@namespaceFollows': {
token: 'keyword.$0',
next: '@namespace'
},
'@typeKeywords': 'type',
'@keywords': 'keyword',
'@constants': 'constant',
'@builtin': 'keyword',
'@invalidKeywords': 'invalid',
'@default': 'identifier'
}
}
],
// whitespace
{ include: '@whitespace' },
// delimiters and operators
[/[{}()\[\]]/, '@brackets'],
[/@symbols/, { cases: { '@operators': 'operator', '@default': '' } }],
// numbers
[/\d*\.\d+([eE][\-+]?\d+)?/, 'number.float'],
[/\d+/, 'number'],
// delimiter: after number because of .\d floats
[/[;,.]/, 'delimiter'],
// strings
//[/"([^"\\]|\\.)*$/, 'string.invalid' ], // non-teminated string
[/"/, { token: 'string.quote', bracket: '@open', next: '@string' }]
],
string: [
[/[^\\"]+/, 'string'],
[/@escapes/, 'string.escape'],
[/"/, { token: 'string.quote', bracket: '@close', next: '@pop' }]
],
namespace: [
{ include: '@whitespace' },
[/[A-Za-z]\w*/, 'namespace'],
[/[\.=]/, 'delimiter'],
['', '', '@pop']
],
whitespace: [
[/[ \t\r\n]+/, 'white'],
[/(\/\/).*/, 'comment']
]
}
};
/***/ })
}]);

@ -1,4 +1,4 @@
(self["webpackChunk"] = self["webpackChunk"] || []).push([[90463],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[70893],{
/***/ 48689:
/*!*******************************************************************************!*\
@ -572,6 +572,710 @@ if (false) {}
/***/ }),
/***/ 84567:
/*!************************************************************!*\
!*** ./node_modules/antd/es/checkbox/index.js + 3 modules ***!
\************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
"use strict";
// EXPORTS
__webpack_require__.d(__webpack_exports__, {
"Z": function() { return /* binding */ es_checkbox; }
});
// EXTERNAL MODULE: ./node_modules/classnames/index.js
var classnames = __webpack_require__(94184);
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
// EXTERNAL MODULE: ./node_modules/rc-checkbox/es/index.js + 5 modules
var es = __webpack_require__(95860);
// EXTERNAL MODULE: ./node_modules/react/index.js
var react = __webpack_require__(67294);
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/context.js
var config_provider_context = __webpack_require__(53124);
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/DisabledContext.js
var DisabledContext = __webpack_require__(98866);
// EXTERNAL MODULE: ./node_modules/antd/es/form/context.js
var context = __webpack_require__(65223);
;// CONCATENATED MODULE: ./node_modules/antd/es/checkbox/GroupContext.js
const GroupContext = /*#__PURE__*/react.createContext(null);
/* harmony default export */ var checkbox_GroupContext = (GroupContext);
// EXTERNAL MODULE: ./node_modules/antd/es/checkbox/style/index.js
var checkbox_style = __webpack_require__(63185);
;// CONCATENATED MODULE: ./node_modules/antd/es/checkbox/Checkbox.js
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 InternalCheckbox = (props, ref) => {
var _a;
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
children,
indeterminate = false,
style,
onMouseEnter,
onMouseLeave,
skipGroup = false,
disabled
} = props,
restProps = __rest(props, ["prefixCls", "className", "rootClassName", "children", "indeterminate", "style", "onMouseEnter", "onMouseLeave", "skipGroup", "disabled"]);
const {
getPrefixCls,
direction,
checkbox
} = react.useContext(config_provider_context/* ConfigContext */.E_);
const checkboxGroup = react.useContext(checkbox_GroupContext);
const {
isFormItemInput
} = react.useContext(context/* FormItemInputContext */.aM);
const contextDisabled = react.useContext(DisabledContext/* default */.Z);
const mergedDisabled = (_a = (checkboxGroup === null || checkboxGroup === void 0 ? void 0 : checkboxGroup.disabled) || disabled) !== null && _a !== void 0 ? _a : contextDisabled;
const prevValue = react.useRef(restProps.value);
react.useEffect(() => {
checkboxGroup === null || checkboxGroup === void 0 ? void 0 : checkboxGroup.registerValue(restProps.value);
false ? 0 : void 0;
}, []);
react.useEffect(() => {
if (skipGroup) {
return;
}
if (restProps.value !== prevValue.current) {
checkboxGroup === null || checkboxGroup === void 0 ? void 0 : checkboxGroup.cancelValue(prevValue.current);
checkboxGroup === null || checkboxGroup === void 0 ? void 0 : checkboxGroup.registerValue(restProps.value);
prevValue.current = restProps.value;
}
return () => checkboxGroup === null || checkboxGroup === void 0 ? void 0 : checkboxGroup.cancelValue(restProps.value);
}, [restProps.value]);
const prefixCls = getPrefixCls('checkbox', customizePrefixCls);
const [wrapSSR, hashId] = (0,checkbox_style/* default */.ZP)(prefixCls);
const checkboxProps = Object.assign({}, restProps);
if (checkboxGroup && !skipGroup) {
checkboxProps.onChange = function () {
if (restProps.onChange) {
restProps.onChange.apply(restProps, arguments);
}
if (checkboxGroup.toggleOption) {
checkboxGroup.toggleOption({
label: children,
value: restProps.value
});
}
};
checkboxProps.name = checkboxGroup.name;
checkboxProps.checked = checkboxGroup.value.includes(restProps.value);
}
const classString = classnames_default()(`${prefixCls}-wrapper`, {
[`${prefixCls}-rtl`]: direction === 'rtl',
[`${prefixCls}-wrapper-checked`]: checkboxProps.checked,
[`${prefixCls}-wrapper-disabled`]: mergedDisabled,
[`${prefixCls}-wrapper-in-form-item`]: isFormItemInput
}, checkbox === null || checkbox === void 0 ? void 0 : checkbox.className, className, rootClassName, hashId);
const checkboxClass = classnames_default()({
[`${prefixCls}-indeterminate`]: indeterminate
}, hashId);
const ariaChecked = indeterminate ? 'mixed' : undefined;
return wrapSSR(
/*#__PURE__*/
// eslint-disable-next-line jsx-a11y/label-has-associated-control
react.createElement("label", {
className: classString,
style: Object.assign(Object.assign({}, checkbox === null || checkbox === void 0 ? void 0 : checkbox.style), style),
onMouseEnter: onMouseEnter,
onMouseLeave: onMouseLeave
}, /*#__PURE__*/react.createElement(es/* default */.Z, Object.assign({
"aria-checked": ariaChecked
}, checkboxProps, {
prefixCls: prefixCls,
className: checkboxClass,
disabled: mergedDisabled,
ref: ref
})), children !== undefined && /*#__PURE__*/react.createElement("span", null, children)));
};
const Checkbox = /*#__PURE__*/react.forwardRef(InternalCheckbox);
if (false) {}
/* harmony default export */ var checkbox_Checkbox = (Checkbox);
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 2 modules
var toConsumableArray = __webpack_require__(74902);
// EXTERNAL MODULE: ./node_modules/antd/node_modules/rc-util/es/omit.js
var omit = __webpack_require__(10366);
;// CONCATENATED MODULE: ./node_modules/antd/es/checkbox/Group.js
var Group_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 InternalGroup = (props, ref) => {
const {
defaultValue,
children,
options = [],
prefixCls: customizePrefixCls,
className,
rootClassName,
style,
onChange
} = props,
restProps = Group_rest(props, ["defaultValue", "children", "options", "prefixCls", "className", "rootClassName", "style", "onChange"]);
const {
getPrefixCls,
direction
} = react.useContext(config_provider_context/* ConfigContext */.E_);
const [value, setValue] = react.useState(restProps.value || defaultValue || []);
const [registeredValues, setRegisteredValues] = react.useState([]);
react.useEffect(() => {
if ('value' in restProps) {
setValue(restProps.value || []);
}
}, [restProps.value]);
const memoOptions = react.useMemo(() => options.map(option => {
if (typeof option === 'string' || typeof option === 'number') {
return {
label: option,
value: option
};
}
return option;
}), [options]);
const cancelValue = val => {
setRegisteredValues(prevValues => prevValues.filter(v => v !== val));
};
const registerValue = val => {
setRegisteredValues(prevValues => [].concat((0,toConsumableArray/* default */.Z)(prevValues), [val]));
};
const toggleOption = option => {
const optionIndex = value.indexOf(option.value);
const newValue = (0,toConsumableArray/* default */.Z)(value);
if (optionIndex === -1) {
newValue.push(option.value);
} else {
newValue.splice(optionIndex, 1);
}
if (!('value' in restProps)) {
setValue(newValue);
}
onChange === null || onChange === void 0 ? void 0 : onChange(newValue.filter(val => registeredValues.includes(val)).sort((a, b) => {
const indexA = memoOptions.findIndex(opt => opt.value === a);
const indexB = memoOptions.findIndex(opt => opt.value === b);
return indexA - indexB;
}));
};
const prefixCls = getPrefixCls('checkbox', customizePrefixCls);
const groupPrefixCls = `${prefixCls}-group`;
const [wrapSSR, hashId] = (0,checkbox_style/* default */.ZP)(prefixCls);
const domProps = (0,omit/* default */.Z)(restProps, ['value', 'disabled']);
const childrenNode = options.length ? memoOptions.map(option => /*#__PURE__*/react.createElement(checkbox_Checkbox, {
prefixCls: prefixCls,
key: option.value.toString(),
disabled: 'disabled' in option ? option.disabled : restProps.disabled,
value: option.value,
checked: value.includes(option.value),
onChange: option.onChange,
className: `${groupPrefixCls}-item`,
style: option.style,
title: option.title
}, option.label)) : children;
// eslint-disable-next-line react/jsx-no-constructed-context-values
const context = {
toggleOption,
value,
disabled: restProps.disabled,
name: restProps.name,
// https://github.com/ant-design/ant-design/issues/16376
registerValue,
cancelValue
};
const classString = classnames_default()(groupPrefixCls, {
[`${groupPrefixCls}-rtl`]: direction === 'rtl'
}, className, rootClassName, hashId);
return wrapSSR( /*#__PURE__*/react.createElement("div", Object.assign({
className: classString,
style: style
}, domProps, {
ref: ref
}), /*#__PURE__*/react.createElement(checkbox_GroupContext.Provider, {
value: context
}, childrenNode)));
};
const CheckboxGroup = /*#__PURE__*/react.forwardRef(InternalGroup);
/* harmony default export */ var Group = (/*#__PURE__*/react.memo(CheckboxGroup));
;// CONCATENATED MODULE: ./node_modules/antd/es/checkbox/index.js
'use client';
const es_checkbox_Checkbox = checkbox_Checkbox;
es_checkbox_Checkbox.Group = Group;
es_checkbox_Checkbox.__ANT_CHECKBOX = true;
if (false) {}
/* harmony default export */ var es_checkbox = (es_checkbox_Checkbox);
/***/ }),
/***/ 63185:
/*!******************************************************!*\
!*** ./node_modules/antd/es/checkbox/style/index.js ***!
\******************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "C2": function() { return /* binding */ getStyle; }
/* harmony export */ });
/* unused harmony export genCheckboxStyle */
/* harmony import */ var _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @ant-design/cssinjs */ 73559);
/* harmony import */ var _style__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../style */ 14747);
/* harmony import */ var _theme_internal__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../theme/internal */ 45503);
/* harmony import */ var _theme_internal__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../theme/internal */ 67968);
// ============================== Motion ==============================
const antCheckboxEffect = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antCheckboxEffect', {
'0%': {
transform: 'scale(1)',
opacity: 0.5
},
'100%': {
transform: 'scale(1.6)',
opacity: 0
}
});
// ============================== Styles ==============================
const genCheckboxStyle = token => {
const {
checkboxCls
} = token;
const wrapperCls = `${checkboxCls}-wrapper`;
return [
// ===================== Basic =====================
{
// Group
[`${checkboxCls}-group`]: Object.assign(Object.assign({}, (0,_style__WEBPACK_IMPORTED_MODULE_1__/* .resetComponent */ .Wf)(token)), {
display: 'inline-flex',
flexWrap: 'wrap',
columnGap: token.marginXS,
// Group > Grid
[`> ${token.antCls}-row`]: {
flex: 1
}
}),
// Wrapper
[wrapperCls]: Object.assign(Object.assign({}, (0,_style__WEBPACK_IMPORTED_MODULE_1__/* .resetComponent */ .Wf)(token)), {
display: 'inline-flex',
alignItems: 'baseline',
cursor: 'pointer',
// Fix checkbox & radio in flex align #30260
'&:after': {
display: 'inline-block',
width: 0,
overflow: 'hidden',
content: "'\\a0'"
},
// Checkbox near checkbox
[`& + ${wrapperCls}`]: {
marginInlineStart: 0
},
[`&${wrapperCls}-in-form-item`]: {
'input[type="checkbox"]': {
width: 14,
height: 14 // FIXME: magic
}
}
}),
// Wrapper > Checkbox
[checkboxCls]: Object.assign(Object.assign({}, (0,_style__WEBPACK_IMPORTED_MODULE_1__/* .resetComponent */ .Wf)(token)), {
position: 'relative',
whiteSpace: 'nowrap',
lineHeight: 1,
cursor: 'pointer',
// To make alignment right when `controlHeight` is changed
// Ref: https://github.com/ant-design/ant-design/issues/41564
alignSelf: 'center',
// Wrapper > Checkbox > input
[`${checkboxCls}-input`]: {
position: 'absolute',
// Since baseline align will get additional space offset,
// we need to move input to top to make it align with text.
// Ref: https://github.com/ant-design/ant-design/issues/38926#issuecomment-1486137799
inset: 0,
zIndex: 1,
cursor: 'pointer',
opacity: 0,
margin: 0,
[`&:focus-visible + ${checkboxCls}-inner`]: Object.assign({}, (0,_style__WEBPACK_IMPORTED_MODULE_1__/* .genFocusOutline */ .oN)(token))
},
// Wrapper > Checkbox > inner
[`${checkboxCls}-inner`]: {
boxSizing: 'border-box',
position: 'relative',
top: 0,
insetInlineStart: 0,
display: 'block',
width: token.checkboxSize,
height: token.checkboxSize,
direction: 'ltr',
backgroundColor: token.colorBgContainer,
border: `${token.lineWidth}px ${token.lineType} ${token.colorBorder}`,
borderRadius: token.borderRadiusSM,
borderCollapse: 'separate',
transition: `all ${token.motionDurationSlow}`,
'&:after': {
boxSizing: 'border-box',
position: 'absolute',
top: '50%',
insetInlineStart: '21.5%',
display: 'table',
width: token.checkboxSize / 14 * 5,
height: token.checkboxSize / 14 * 8,
border: `${token.lineWidthBold}px solid ${token.colorWhite}`,
borderTop: 0,
borderInlineStart: 0,
transform: 'rotate(45deg) scale(0) translate(-50%,-50%)',
opacity: 0,
content: '""',
transition: `all ${token.motionDurationFast} ${token.motionEaseInBack}, opacity ${token.motionDurationFast}`
}
},
// Wrapper > Checkbox + Text
'& + span': {
paddingInlineStart: token.paddingXS,
paddingInlineEnd: token.paddingXS
}
})
},
// ===================== Hover =====================
{
// Wrapper
[`${wrapperCls}:hover ${checkboxCls}:after`]: {
visibility: 'visible'
},
// Wrapper & Wrapper > Checkbox
[`
${wrapperCls}:not(${wrapperCls}-disabled),
${checkboxCls}:not(${checkboxCls}-disabled)
`]: {
[`&:hover ${checkboxCls}-inner`]: {
borderColor: token.colorPrimary
}
},
[`${wrapperCls}:not(${wrapperCls}-disabled)`]: {
[`&:hover ${checkboxCls}-checked:not(${checkboxCls}-disabled) ${checkboxCls}-inner`]: {
backgroundColor: token.colorPrimaryHover,
borderColor: 'transparent'
},
[`&:hover ${checkboxCls}-checked:not(${checkboxCls}-disabled):after`]: {
borderColor: token.colorPrimaryHover
}
}
},
// ==================== Checked ====================
{
// Wrapper > Checkbox
[`${checkboxCls}-checked`]: {
[`${checkboxCls}-inner`]: {
backgroundColor: token.colorPrimary,
borderColor: token.colorPrimary,
'&:after': {
opacity: 1,
transform: 'rotate(45deg) scale(1) translate(-50%,-50%)',
transition: `all ${token.motionDurationMid} ${token.motionEaseOutBack} ${token.motionDurationFast}`
}
},
// Checked Effect
'&:after': {
position: 'absolute',
top: 0,
insetInlineStart: 0,
width: '100%',
height: '100%',
borderRadius: token.borderRadiusSM,
visibility: 'hidden',
border: `${token.lineWidthBold}px solid ${token.colorPrimary}`,
animationName: antCheckboxEffect,
animationDuration: token.motionDurationSlow,
animationTimingFunction: 'ease-in-out',
animationFillMode: 'backwards',
content: '""',
transition: `all ${token.motionDurationSlow}`
}
},
[`
${wrapperCls}-checked:not(${wrapperCls}-disabled),
${checkboxCls}-checked:not(${checkboxCls}-disabled)
`]: {
[`&:hover ${checkboxCls}-inner`]: {
backgroundColor: token.colorPrimaryHover,
borderColor: 'transparent'
},
[`&:hover ${checkboxCls}:after`]: {
borderColor: token.colorPrimaryHover
}
}
},
// ================= Indeterminate =================
{
[checkboxCls]: {
'&-indeterminate': {
// Wrapper > Checkbox > inner
[`${checkboxCls}-inner`]: {
backgroundColor: token.colorBgContainer,
borderColor: token.colorBorder,
'&:after': {
top: '50%',
insetInlineStart: '50%',
width: token.fontSizeLG / 2,
height: token.fontSizeLG / 2,
backgroundColor: token.colorPrimary,
border: 0,
transform: 'translate(-50%, -50%) scale(1)',
opacity: 1,
content: '""'
}
}
}
}
},
// ==================== Disable ====================
{
// Wrapper
[`${wrapperCls}-disabled`]: {
cursor: 'not-allowed'
},
// Wrapper > Checkbox
[`${checkboxCls}-disabled`]: {
// Wrapper > Checkbox > input
[`&, ${checkboxCls}-input`]: {
cursor: 'not-allowed',
// Disabled for native input to enable Tooltip event handler
// ref: https://github.com/ant-design/ant-design/issues/39822#issuecomment-1365075901
pointerEvents: 'none'
},
// Wrapper > Checkbox > inner
[`${checkboxCls}-inner`]: {
background: token.colorBgContainerDisabled,
borderColor: token.colorBorder,
'&:after': {
borderColor: token.colorTextDisabled
}
},
'&:after': {
display: 'none'
},
'& + span': {
color: token.colorTextDisabled
},
[`&${checkboxCls}-indeterminate ${checkboxCls}-inner::after`]: {
background: token.colorTextDisabled
}
}
}];
};
// ============================== Export ==============================
function getStyle(prefixCls, token) {
const checkboxToken = (0,_theme_internal__WEBPACK_IMPORTED_MODULE_2__/* .merge */ .TS)(token, {
checkboxCls: `.${prefixCls}`,
checkboxSize: token.controlInteractiveSize
});
return [genCheckboxStyle(checkboxToken)];
}
/* harmony default export */ __webpack_exports__["ZP"] = ((0,_theme_internal__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z)('Checkbox', (token, _ref) => {
let {
prefixCls
} = _ref;
return [getStyle(prefixCls, token)];
}));
/***/ }),
/***/ 85418:
/*!************************************************************!*\
!*** ./node_modules/antd/es/dropdown/index.js + 1 modules ***!
\************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
"use strict";
// EXPORTS
__webpack_require__.d(__webpack_exports__, {
"Z": function() { return /* binding */ es_dropdown; }
});
// EXTERNAL MODULE: ./node_modules/antd/es/dropdown/dropdown.js + 9 modules
var dropdown = __webpack_require__(35874);
// EXTERNAL MODULE: ./node_modules/classnames/index.js
var classnames = __webpack_require__(94184);
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
// EXTERNAL MODULE: ./node_modules/react/index.js
var react = __webpack_require__(67294);
// EXTERNAL MODULE: ./node_modules/@ant-design/icons/es/icons/EllipsisOutlined.js + 1 modules
var EllipsisOutlined = __webpack_require__(89705);
// EXTERNAL MODULE: ./node_modules/antd/es/button/index.js
var es_button = __webpack_require__(71577);
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/context.js
var context = __webpack_require__(53124);
// EXTERNAL MODULE: ./node_modules/antd/es/space/index.js + 2 modules
var space = __webpack_require__(42075);
// EXTERNAL MODULE: ./node_modules/antd/es/space/Compact.js
var Compact = __webpack_require__(4173);
// EXTERNAL MODULE: ./node_modules/antd/es/dropdown/style/index.js + 1 modules
var style = __webpack_require__(66748);
;// CONCATENATED MODULE: ./node_modules/antd/es/dropdown/dropdown-button.js
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 DropdownButton = props => {
const {
getPopupContainer: getContextPopupContainer,
getPrefixCls,
direction
} = react.useContext(context/* ConfigContext */.E_);
const {
prefixCls: customizePrefixCls,
type = 'default',
danger,
disabled,
loading,
onClick,
htmlType,
children,
className,
menu,
arrow,
autoFocus,
overlay,
trigger,
align,
open,
onOpenChange,
placement,
getPopupContainer,
href,
icon = /*#__PURE__*/react.createElement(EllipsisOutlined/* default */.Z, null),
title,
buttonsRender = buttons => buttons,
mouseEnterDelay,
mouseLeaveDelay,
overlayClassName,
overlayStyle,
destroyPopupOnHide,
dropdownRender
} = props,
restProps = __rest(props, ["prefixCls", "type", "danger", "disabled", "loading", "onClick", "htmlType", "children", "className", "menu", "arrow", "autoFocus", "overlay", "trigger", "align", "open", "onOpenChange", "placement", "getPopupContainer", "href", "icon", "title", "buttonsRender", "mouseEnterDelay", "mouseLeaveDelay", "overlayClassName", "overlayStyle", "destroyPopupOnHide", "dropdownRender"]);
const prefixCls = getPrefixCls('dropdown', customizePrefixCls);
const buttonPrefixCls = `${prefixCls}-button`;
const [wrapSSR, hashId] = (0,style/* default */.Z)(prefixCls);
const dropdownProps = {
menu,
arrow,
autoFocus,
align,
disabled,
trigger: disabled ? [] : trigger,
onOpenChange,
getPopupContainer: getPopupContainer || getContextPopupContainer,
mouseEnterDelay,
mouseLeaveDelay,
overlayClassName,
overlayStyle,
destroyPopupOnHide,
dropdownRender
};
const {
compactSize,
compactItemClassnames
} = (0,Compact/* useCompactItemContext */.ri)(prefixCls, direction);
const classes = classnames_default()(buttonPrefixCls, compactItemClassnames, className, hashId);
if ('overlay' in props) {
dropdownProps.overlay = overlay;
}
if ('open' in props) {
dropdownProps.open = open;
}
if ('placement' in props) {
dropdownProps.placement = placement;
} else {
dropdownProps.placement = direction === 'rtl' ? 'bottomLeft' : 'bottomRight';
}
const leftButton = /*#__PURE__*/react.createElement(es_button/* default */.ZP, {
type: type,
danger: danger,
disabled: disabled,
loading: loading,
onClick: onClick,
htmlType: htmlType,
href: href,
title: title
}, children);
const rightButton = /*#__PURE__*/react.createElement(es_button/* default */.ZP, {
type: type,
danger: danger,
icon: icon
});
const [leftButtonToRender, rightButtonToRender] = buttonsRender([leftButton, rightButton]);
return wrapSSR( /*#__PURE__*/react.createElement(space/* default.Compact */.Z.Compact, Object.assign({
className: classes,
size: compactSize,
block: true
}, restProps), leftButtonToRender, /*#__PURE__*/react.createElement(dropdown/* default */.Z, Object.assign({}, dropdownProps), rightButtonToRender)));
};
DropdownButton.__ANT_BUTTON = true;
/* harmony default export */ var dropdown_button = (DropdownButton);
;// CONCATENATED MODULE: ./node_modules/antd/es/dropdown/index.js
'use client';
const Dropdown = dropdown/* default */.Z;
Dropdown.Button = dropdown_button;
/* harmony default export */ var es_dropdown = (Dropdown);
/***/ }),
/***/ 57761:
/*!*********************************************************************!*\
!*** ./node_modules/react-infinite-scroller/dist/InfiniteScroll.js ***!

@ -1,5 +1,5 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[74493,31785,2441,73323,94657],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[74493,31785,73323,94657],{
/***/ 64789:
/*!***********************************************************************************!*\

@ -1,5 +1,5 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[81661,59606,2441,75650,18117,57942,95002,79084,93691,11328,58447,77075,89494,94657,64649,33893,9277,54682,68282],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[81661,59606,75650,18117,57942,95002,79084,93691,11328,58447,77075,89494,94657,64649,33893,9277,54682,68282],{
/***/ 11475:
/*!******************************************************************************************!*\

@ -0,0 +1,591 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[81886],{
/***/ 81886:
/*!******************************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/systemverilog/systemverilog.js ***!
\******************************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "conf": function() { return /* binding */ conf; },
/* harmony export */ "language": function() { return /* binding */ language; }
/* harmony export */ });
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
var conf = {
comments: {
lineComment: '//',
blockComment: ['/*', '*/']
},
brackets: [
['{', '}'],
['[', ']'],
['(', ')'],
['begin', 'end'],
['case', 'endcase'],
['casex', 'endcase'],
['casez', 'endcase'],
['checker', 'endchecker'],
['class', 'endclass'],
['clocking', 'endclocking'],
['config', 'endconfig'],
['function', 'endfunction'],
['generate', 'endgenerate'],
['group', 'endgroup'],
['interface', 'endinterface'],
['module', 'endmodule'],
['package', 'endpackage'],
['primitive', 'endprimitive'],
['program', 'endprogram'],
['property', 'endproperty'],
['specify', 'endspecify'],
['sequence', 'endsequence'],
['table', 'endtable'],
['task', 'endtask']
],
autoClosingPairs: [
{ open: '[', close: ']' },
{ open: '{', close: '}' },
{ open: '(', close: ')' },
{ open: "'", close: "'", notIn: ['string', 'comment'] },
{ open: '"', close: '"', notIn: ['string'] }
],
surroundingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: '"', close: '"' },
{ open: "'", close: "'" }
],
folding: {
offSide: false,
markers: {
start: new RegExp('^(?:\\s*|.*(?!\\/[\\/\\*])[^\\w])(?:begin|case(x|z)?|class|clocking|config|covergroup|function|generate|interface|module|package|primitive|property|program|sequence|specify|table|task)\\b'),
end: new RegExp('^(?:\\s*|.*(?!\\/[\\/\\*])[^\\w])(?:end|endcase|endclass|endclocking|endconfig|endgroup|endfunction|endgenerate|endinterface|endmodule|endpackage|endprimitive|endproperty|endprogram|endsequence|endspecify|endtable|endtask)\\b')
}
}
};
var language = {
defaultToken: '',
tokenPostfix: '.sv',
brackets: [
{ token: 'delimiter.curly', open: '{', close: '}' },
{ token: 'delimiter.parenthesis', open: '(', close: ')' },
{ token: 'delimiter.square', open: '[', close: ']' },
{ token: 'delimiter.angle', open: '<', close: '>' }
],
keywords: [
'accept_on',
'alias',
'always',
'always_comb',
'always_ff',
'always_latch',
'and',
'assert',
'assign',
'assume',
'automatic',
'before',
'begin',
'bind',
'bins',
'binsof',
'bit',
'break',
'buf',
'bufif0',
'bufif1',
'byte',
'case',
'casex',
'casez',
'cell',
'chandle',
'checker',
'class',
'clocking',
'cmos',
'config',
'const',
'constraint',
'context',
'continue',
'cover',
'covergroup',
'coverpoint',
'cross',
'deassign',
'default',
'defparam',
'design',
'disable',
'dist',
'do',
'edge',
'else',
'end',
'endcase',
'endchecker',
'endclass',
'endclocking',
'endconfig',
'endfunction',
'endgenerate',
'endgroup',
'endinterface',
'endmodule',
'endpackage',
'endprimitive',
'endprogram',
'endproperty',
'endspecify',
'endsequence',
'endtable',
'endtask',
'enum',
'event',
'eventually',
'expect',
'export',
'extends',
'extern',
'final',
'first_match',
'for',
'force',
'foreach',
'forever',
'fork',
'forkjoin',
'function',
'generate',
'genvar',
'global',
'highz0',
'highz1',
'if',
'iff',
'ifnone',
'ignore_bins',
'illegal_bins',
'implements',
'implies',
'import',
'incdir',
'include',
'initial',
'inout',
'input',
'inside',
'instance',
'int',
'integer',
'interconnect',
'interface',
'intersect',
'join',
'join_any',
'join_none',
'large',
'let',
'liblist',
'library',
'local',
'localparam',
'logic',
'longint',
'macromodule',
'matches',
'medium',
'modport',
'module',
'nand',
'negedge',
'nettype',
'new',
'nexttime',
'nmos',
'nor',
'noshowcancelled',
'not',
'notif0',
'notif1',
'null',
'or',
'output',
'package',
'packed',
'parameter',
'pmos',
'posedge',
'primitive',
'priority',
'program',
'property',
'protected',
'pull0',
'pull1',
'pulldown',
'pullup',
'pulsestyle_ondetect',
'pulsestyle_onevent',
'pure',
'rand',
'randc',
'randcase',
'randsequence',
'rcmos',
'real',
'realtime',
'ref',
'reg',
'reject_on',
'release',
'repeat',
'restrict',
'return',
'rnmos',
'rpmos',
'rtran',
'rtranif0',
'rtranif1',
's_always',
's_eventually',
's_nexttime',
's_until',
's_until_with',
'scalared',
'sequence',
'shortint',
'shortreal',
'showcancelled',
'signed',
'small',
'soft',
'solve',
'specify',
'specparam',
'static',
'string',
'strong',
'strong0',
'strong1',
'struct',
'super',
'supply0',
'supply1',
'sync_accept_on',
'sync_reject_on',
'table',
'tagged',
'task',
'this',
'throughout',
'time',
'timeprecision',
'timeunit',
'tran',
'tranif0',
'tranif1',
'tri',
'tri0',
'tri1',
'triand',
'trior',
'trireg',
'type',
'typedef',
'union',
'unique',
'unique0',
'unsigned',
'until',
'until_with',
'untyped',
'use',
'uwire',
'var',
'vectored',
'virtual',
'void',
'wait',
'wait_order',
'wand',
'weak',
'weak0',
'weak1',
'while',
'wildcard',
'wire',
'with',
'within',
'wor',
'xnor',
'xor'
],
builtin_gates: [
'and',
'nand',
'nor',
'or',
'xor',
'xnor',
'buf',
'not',
'bufif0',
'bufif1',
'notif1',
'notif0',
'cmos',
'nmos',
'pmos',
'rcmos',
'rnmos',
'rpmos',
'tran',
'tranif1',
'tranif0',
'rtran',
'rtranif1',
'rtranif0'
],
operators: [
// assignment operators
'=',
'+=',
'-=',
'*=',
'/=',
'%=',
'&=',
'|=',
'^=',
'<<=',
'>>+',
'<<<=',
'>>>=',
// conditional expression
'?',
':',
// Unary operators
'+',
'-',
'!',
'~',
'&',
'~&',
'|',
'~|',
'^',
'~^',
'^~',
//binary operators
'+',
'-',
'*',
'/',
'%',
'==',
'!=',
'===',
'!==',
'==?',
'!=?',
'&&',
'||',
'**',
'<',
'<=',
'>',
'>=',
'&',
'|',
'^',
'>>',
'<<',
'>>>',
'<<<',
// increment or decrement operator
'++',
'--',
//binary logical operator
'->',
'<->',
// binary set membership operator
'inside',
// binary distrubution operator
'dist',
'::',
'+:',
'-:',
'*>',
'&&&',
'|->',
'|=>',
'#=#'
],
// we include these common regular expressions
symbols: /[=><!~?:&|+\-*\/\^%#]+/,
escapes: /%%|\\(?:[antvf\\"']|x[0-9A-Fa-f]{1,2}|[0-7]{1,3})/,
identifier: /(?:[a-zA-Z_][a-zA-Z0-9_$\.]*|\\\S+ )/,
systemcall: /[$][a-zA-Z0-9_]+/,
timeunits: /s|ms|us|ns|ps|fs/,
// The main tokenizer for our languages
tokenizer: {
root: [
// module instances
[
/^(\s*)(@identifier)/,
[
'',
{
cases: {
'@builtin_gates': {
token: 'keyword.$2',
next: '@module_instance'
},
table: {
token: 'keyword.$2',
next: '@table'
},
'@keywords': { token: 'keyword.$2' },
'@default': {
token: 'identifier',
next: '@module_instance'
}
}
}
]
],
// include statements
[/^\s*`include/, { token: 'keyword.directive.include', next: '@include' }],
// Preprocessor directives
[/^\s*`\s*\w+/, 'keyword'],
// identifiers and keywords
{ include: '@identifier_or_keyword' },
// whitespace and comments
{ include: '@whitespace' },
// (* attributes *).
[/\(\*.*\*\)/, 'annotation'],
// Systemcall
[/@systemcall/, 'variable.predefined'],
// delimiters and operators
[/[{}()\[\]]/, '@brackets'],
[/[<>](?!@symbols)/, '@brackets'],
[
/@symbols/,
{
cases: {
'@operators': 'delimiter',
'@default': ''
}
}
],
// numbers
{ include: '@numbers' },
// delimiter: after number because of .\d floats
[/[;,.]/, 'delimiter'],
// strings
{ include: '@strings' }
],
identifier_or_keyword: [
[
/@identifier/,
{
cases: {
'@keywords': { token: 'keyword.$0' },
'@default': 'identifier'
}
}
]
],
numbers: [
[/\d+?[\d_]*(?:\.[\d_]+)?[eE][\-+]?\d+/, 'number.float'],
[/\d+?[\d_]*\.[\d_]+(?:\s*@timeunits)?/, 'number.float'],
[/(?:\d+?[\d_]*\s*)?'[sS]?[dD]\s*[0-9xXzZ?]+?[0-9xXzZ?_]*/, 'number'],
[/(?:\d+?[\d_]*\s*)?'[sS]?[bB]\s*[0-1xXzZ?]+?[0-1xXzZ?_]*/, 'number.binary'],
[/(?:\d+?[\d_]*\s*)?'[sS]?[oO]\s*[0-7xXzZ?]+?[0-7xXzZ?_]*/, 'number.octal'],
[/(?:\d+?[\d_]*\s*)?'[sS]?[hH]\s*[0-9a-fA-FxXzZ?]+?[0-9a-fA-FxXzZ?_]*/, 'number.hex'],
[/1step/, 'number'],
[/[\dxXzZ]+?[\dxXzZ_]*(?:\s*@timeunits)?/, 'number'],
[/'[01xXzZ]+/, 'number']
],
module_instance: [
{ include: '@whitespace' },
[/(#?)(\()/, ['', { token: '@brackets', next: '@port_connection' }]],
[/@identifier\s*[;={}\[\],]/, { token: '@rematch', next: '@pop' }],
[/@symbols|[;={}\[\],]/, { token: '@rematch', next: '@pop' }],
[/@identifier/, 'type'],
[/;/, 'delimiter', '@pop']
],
port_connection: [
{ include: '@identifier_or_keyword' },
{ include: '@whitespace' },
[/@systemcall/, 'variable.predefined'],
{ include: '@numbers' },
{ include: '@strings' },
[/[,]/, 'delimiter'],
[/\(/, '@brackets', '@port_connection'],
[/\)/, '@brackets', '@pop']
],
whitespace: [
[/[ \t\r\n]+/, ''],
[/\/\*/, 'comment', '@comment'],
[/\/\/.*$/, 'comment']
],
comment: [
[/[^\/*]+/, 'comment'],
[/\*\//, 'comment', '@pop'],
[/[\/*]/, 'comment']
],
strings: [
[/"([^"\\]|\\.)*$/, 'string.invalid'],
[/"/, 'string', '@string']
],
string: [
[/[^\\"]+/, 'string'],
[/@escapes/, 'string.escape'],
[/\\./, 'string.escape.invalid'],
[/"/, 'string', '@pop']
],
include: [
[
/(\s*)(")([\w*\/*]*)(.\w*)(")/,
[
'',
'string.include.identifier',
'string.include.identifier',
'string.include.identifier',
{ token: 'string.include.identifier', next: '@pop' }
]
],
[
/(\s*)(<)([\w*\/*]*)(.\w*)(>)/,
[
'',
'string.include.identifier',
'string.include.identifier',
'string.include.identifier',
{ token: 'string.include.identifier', next: '@pop' }
]
]
],
table: [
{ include: '@whitespace' },
[/[()]/, '@brackets'],
[/[:;]/, 'delimiter'],
[/[01\-*?xXbBrRfFpPnN]/, 'variable.predefined'],
['endtable', 'keyword.endtable', '@pop']
]
}
};
/***/ })
}]);

@ -0,0 +1,222 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[85962],{
/***/ 85962:
/*!****************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/sparql/sparql.js ***!
\****************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "conf": function() { return /* binding */ conf; },
/* harmony export */ "language": function() { return /* binding */ language; }
/* harmony export */ });
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
var conf = {
comments: {
lineComment: '#'
},
brackets: [
['{', '}'],
['[', ']'],
['(', ')']
],
autoClosingPairs: [
{ open: "'", close: "'", notIn: ['string'] },
{ open: '"', close: '"', notIn: ['string'] },
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' }
]
};
var language = {
defaultToken: '',
tokenPostfix: '.rq',
brackets: [
{ token: 'delimiter.curly', open: '{', close: '}' },
{ token: 'delimiter.parenthesis', open: '(', close: ')' },
{ token: 'delimiter.square', open: '[', close: ']' },
{ token: 'delimiter.angle', open: '<', close: '>' }
],
keywords: [
'add',
'as',
'asc',
'ask',
'base',
'by',
'clear',
'construct',
'copy',
'create',
'data',
'delete',
'desc',
'describe',
'distinct',
'drop',
'false',
'filter',
'from',
'graph',
'group',
'having',
'in',
'insert',
'limit',
'load',
'minus',
'move',
'named',
'not',
'offset',
'optional',
'order',
'prefix',
'reduced',
'select',
'service',
'silent',
'to',
'true',
'undef',
'union',
'using',
'values',
'where',
'with'
],
builtinFunctions: [
'a',
'abs',
'avg',
'bind',
'bnode',
'bound',
'ceil',
'coalesce',
'concat',
'contains',
'count',
'datatype',
'day',
'encode_for_uri',
'exists',
'floor',
'group_concat',
'hours',
'if',
'iri',
'isblank',
'isiri',
'isliteral',
'isnumeric',
'isuri',
'lang',
'langmatches',
'lcase',
'max',
'md5',
'min',
'minutes',
'month',
'now',
'rand',
'regex',
'replace',
'round',
'sameterm',
'sample',
'seconds',
'sha1',
'sha256',
'sha384',
'sha512',
'str',
'strafter',
'strbefore',
'strdt',
'strends',
'strlang',
'strlen',
'strstarts',
'struuid',
'substr',
'sum',
'timezone',
'tz',
'ucase',
'uri',
'uuid',
'year'
],
// describe tokens
ignoreCase: true,
tokenizer: {
root: [
// resource indicators
[/<[^\s\u00a0>]*>?/, 'tag'],
// strings
{ include: '@strings' },
// line comment
[/#.*/, 'comment'],
// special chars with special meaning
[/[{}()\[\]]/, '@brackets'],
[/[;,.]/, 'delimiter'],
// (prefixed) name
[
/[_\w\d]+:(\.(?=[\w_\-\\%])|[:\w_-]|\\[-\\_~.!$&'()*+,;=/?#@%]|%[a-f\d][a-f\d])*/,
'tag'
],
[/:(\.(?=[\w_\-\\%])|[:\w_-]|\\[-\\_~.!$&'()*+,;=/?#@%]|%[a-f\d][a-f\d])+/, 'tag'],
// identifiers, builtinFunctions and keywords
[
/[$?]?[_\w\d]+/,
{
cases: {
'@keywords': { token: 'keyword' },
'@builtinFunctions': { token: 'predefined.sql' },
'@default': 'identifier'
}
}
],
// operators
[/\^\^/, 'operator.sql'],
[/\^[*+\-<>=&|^\/!?]*/, 'operator.sql'],
[/[*+\-<>=&|\/!?]/, 'operator.sql'],
// symbol
[/@[a-z\d\-]*/, 'metatag.html'],
// whitespaces
[/\s+/, 'white']
],
strings: [
[/'([^'\\]|\\.)*$/, 'string.invalid'],
[/'$/, 'string.sql', '@pop'],
[/'/, 'string.sql', '@stringBody'],
[/"([^"\\]|\\.)*$/, 'string.invalid'],
[/"$/, 'string.sql', '@pop'],
[/"/, 'string.sql', '@dblStringBody']
],
// single-quoted strings
stringBody: [
[/[^\\']+/, 'string.sql'],
[/\\./, 'string.escape'],
[/'/, 'string.sql', '@pop']
],
// double-quoted strings
dblStringBody: [
[/[^\\"]+/, 'string.sql'],
[/\\./, 'string.escape'],
[/"/, 'string.sql', '@pop']
]
}
};
/***/ })
}]);

@ -594,6 +594,7 @@ var monaco = null;
var breakpointsFake = (0,react.useRef)([]);
var inputLock = (0,react.useRef)(false);
var inputLockTime = (0,react.useRef)();
var noAllowTime = (0,react.useRef)();
var _useState = (0,react.useState)(false),
_useState2 = slicedToArray_default()(_useState, 2),
init = _useState2[0],
@ -711,16 +712,19 @@ var monaco = null;
}, [errorLine, editor.current, init]);
var noAllow = function noAllow() {
var str = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
var current = getLanguageByMirrorName(language);
var lineNumber = arguments.length > 1 ? arguments[1] : undefined;
if (!str || str.trim() === '') {
return true;
}
var patterns = {
python: /^\s*#.*$/
// 可以添加更多语言的正则表达式
};
return patterns[current] ? patterns[current].test(str) : false;
var model = editor.current.instance.getModel();
var lineTokens = model.getLineTokens(lineNumber);
var comment = false;
for (var i = 0; i < 2; i++) {
if (lineTokens.getStandardTokenType(i) === 1) {
comment = true;
}
}
return comment;
};
(0,react.useEffect)(function () {
var _editor$current;
@ -750,6 +754,7 @@ var monaco = null;
} finally {
_iterator2.f();
}
if (highlightLine === lines[0]) return;
model.deltaDecorations(ids, []);
var lineCount = model.getLineCount();
if (!!highlightLine && highlightLine <= lineCount) {
@ -904,15 +909,18 @@ var monaco = null;
//获取当前的行
var line = pos.lineNumber;
//如果当前行的内容为空,注释
if (noAllow(model.getLineContent(line))) {
removeBreakPoint(line);
} else {
//如果当前行存在断点,删除多余的断点只保留一个
if (hasBreakPoint(line)) {
clearTimeout(noAllowTime.current);
noAllowTime.current = setTimeout(function () {
if (noAllow(model.getLineContent(line), line)) {
removeBreakPoint(line);
} else if (hasBreakPoint(line)) {
//如果当前行存在断点,删除多余的断点只保留一个
removeBreakPoint(line);
addBreakPoint(line);
} else {
dealBreakPoint();
}
}
}, 100);
}
});
var elMouseDown = instance.onMouseDown(function (e) {
@ -921,7 +929,7 @@ var monaco = null;
if (e.target.detail && (_e$target = e.target) !== null && _e$target !== void 0 && (_e$target$element = _e$target.element) !== null && _e$target$element !== void 0 && (_e$target$element$cla = _e$target$element.className) !== null && _e$target$element$cla !== void 0 && _e$target$element$cla.includes('line-numbers')) {
var line = e.target.position.lineNumber;
//空行,注释不创建
if (noAllow(model.getLineContent(line))) {
if (noAllow(model.getLineContent(line), line)) {
return;
}
//如果点击的位置没有的话创建breakpoint有的话删除
@ -963,7 +971,7 @@ var monaco = null;
removeFakeBreakPoint();
if (e.target.detail && (_e$target2 = e.target) !== null && _e$target2 !== void 0 && (_e$target2$element = _e$target2.element) !== null && _e$target2$element !== void 0 && (_e$target2$element$cl = _e$target2$element.className) !== null && _e$target2$element$cl !== void 0 && _e$target2$element$cl.includes('line-numbers')) {
var line = e.target.position.lineNumber;
if (noAllow(model.getLineContent(line))) {
if (noAllow(model.getLineContent(line), line)) {
return;
}
addFakeBreakPoint(line);
@ -1064,7 +1072,7 @@ var monaco = null;
// },
// },
// });
Promise.all(/*! import() | monaco-editor */[__webpack_require__.e(48764), __webpack_require__.e(39404)]).then(__webpack_require__.bind(__webpack_require__, /*! monaco-editor/esm/vs/editor/editor.api.js */ 26565)).then(function (mod) {
Promise.all(/*! import() */[__webpack_require__.e(48764), __webpack_require__.e(39404), __webpack_require__.e(91739), __webpack_require__.e(52494)]).then(__webpack_require__.bind(__webpack_require__, /*! monaco-editor */ 91739)).then(function (mod) {
try {
monaco = mod;
editor.current.instance = monaco.editor.create(editorEl.current, {

File diff suppressed because it is too large Load Diff

@ -0,0 +1,577 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[92240],{
/***/ 92240:
/*!****************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/elixir/elixir.js ***!
\****************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "conf": function() { return /* binding */ conf; },
/* harmony export */ "language": function() { return /* binding */ language; }
/* harmony export */ });
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
var conf = {
comments: {
lineComment: '#'
},
brackets: [
['{', '}'],
['[', ']'],
['(', ')']
],
surroundingPairs: [
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: "'", close: "'" },
{ open: '"', close: '"' }
],
autoClosingPairs: [
{ open: "'", close: "'", notIn: ['string', 'comment'] },
{ open: '"', close: '"', notIn: ['comment'] },
{ open: '"""', close: '"""' },
{ open: '`', close: '`', notIn: ['string', 'comment'] },
{ open: '(', close: ')' },
{ open: '{', close: '}' },
{ open: '[', close: ']' },
{ open: '<<', close: '>>' }
],
indentationRules: {
increaseIndentPattern: /^\s*(after|else|catch|rescue|fn|[^#]*(do|<\-|\->|\{|\[|\=))\s*$/,
decreaseIndentPattern: /^\s*((\}|\])\s*$|(after|else|catch|rescue|end)\b)/
}
};
/**
* A Monarch lexer for the Elixir language.
*
* References:
*
* * Monarch documentation - https://microsoft.github.io/monaco-editor/monarch.html
* * Elixir lexer - https://github.com/elixir-makeup/makeup_elixir/blob/master/lib/makeup/lexers/elixir_lexer.ex
* * TextMate lexer (elixir-tmbundle) - https://github.com/elixir-editors/elixir-tmbundle/blob/master/Syntaxes/Elixir.tmLanguage
* * TextMate lexer (vscode-elixir-ls) - https://github.com/elixir-lsp/vscode-elixir-ls/blob/master/syntaxes/elixir.json
*/
var language = {
defaultToken: 'source',
tokenPostfix: '.elixir',
brackets: [
{ open: '[', close: ']', token: 'delimiter.square' },
{ open: '(', close: ')', token: 'delimiter.parenthesis' },
{ open: '{', close: '}', token: 'delimiter.curly' },
{ open: '<<', close: '>>', token: 'delimiter.angle.special' }
],
// Below are lists/regexps to which we reference later.
declarationKeywords: [
'def',
'defp',
'defn',
'defnp',
'defguard',
'defguardp',
'defmacro',
'defmacrop',
'defdelegate',
'defcallback',
'defmacrocallback',
'defmodule',
'defprotocol',
'defexception',
'defimpl',
'defstruct'
],
operatorKeywords: ['and', 'in', 'not', 'or', 'when'],
namespaceKeywords: ['alias', 'import', 'require', 'use'],
otherKeywords: [
'after',
'case',
'catch',
'cond',
'do',
'else',
'end',
'fn',
'for',
'if',
'quote',
'raise',
'receive',
'rescue',
'super',
'throw',
'try',
'unless',
'unquote_splicing',
'unquote',
'with'
],
constants: ['true', 'false', 'nil'],
nameBuiltin: ['__MODULE__', '__DIR__', '__ENV__', '__CALLER__', '__STACKTRACE__'],
// Matches any of the operator names:
// <<< >>> ||| &&& ^^^ ~~~ === !== ~>> <~> |~> <|> == != <= >= && || \\ <> ++ -- |> =~ -> <- ~> <~ :: .. = < > + - * / | . ^ & !
operator: /-[->]?|!={0,2}|\*|\/|\\\\|&{1,3}|\.\.?|\^(?:\^\^)?|\+\+?|<(?:-|<<|=|>|\|>|~>?)?|=~|={1,3}|>(?:=|>>)?|\|~>|\|>|\|{1,3}|~>>?|~~~|::/,
// See https://hexdocs.pm/elixir/syntax-reference.html#variables
variableName: /[a-z_][a-zA-Z0-9_]*[?!]?/,
// See https://hexdocs.pm/elixir/syntax-reference.html#atoms
atomName: /[a-zA-Z_][a-zA-Z0-9_@]*[?!]?|@specialAtomName|@operator/,
specialAtomName: /\.\.\.|<<>>|%\{\}|%|\{\}/,
aliasPart: /[A-Z][a-zA-Z0-9_]*/,
moduleName: /@aliasPart(?:\.@aliasPart)*/,
// Sigil pairs are: """ """, ''' ''', " ", ' ', / /, | |, < >, { }, [ ], ( )
sigilSymmetricDelimiter: /"""|'''|"|'|\/|\|/,
sigilStartDelimiter: /@sigilSymmetricDelimiter|<|\{|\[|\(/,
sigilEndDelimiter: /@sigilSymmetricDelimiter|>|\}|\]|\)/,
decimal: /\d(?:_?\d)*/,
hex: /[0-9a-fA-F](_?[0-9a-fA-F])*/,
octal: /[0-7](_?[0-7])*/,
binary: /[01](_?[01])*/,
// See https://hexdocs.pm/elixir/master/String.html#module-escape-characters
escape: /\\u[0-9a-fA-F]{4}|\\x[0-9a-fA-F]{2}|\\./,
// The keys below correspond to tokenizer states.
// We start from the root state and match against its rules
// until we explicitly transition into another state.
// The `include` simply brings in all operations from the given state
// and is useful for improving readability.
tokenizer: {
root: [
{ include: '@whitespace' },
{ include: '@comments' },
// Keywords start as either an identifier or a string,
// but end with a : so it's important to match this first.
{ include: '@keywordsShorthand' },
{ include: '@numbers' },
{ include: '@identifiers' },
{ include: '@strings' },
{ include: '@atoms' },
{ include: '@sigils' },
{ include: '@attributes' },
{ include: '@symbols' }
],
// Whitespace
whitespace: [[/\s+/, 'white']],
// Comments
comments: [[/(#)(.*)/, ['comment.punctuation', 'comment']]],
// Keyword list shorthand
keywordsShorthand: [
[/(@atomName)(:)/, ['constant', 'constant.punctuation']],
// Use positive look-ahead to ensure the string is followed by :
// and should be considered a keyword.
[
/"(?=([^"]|#\{.*?\}|\\")*":)/,
{ token: 'constant.delimiter', next: '@doubleQuotedStringKeyword' }
],
[
/'(?=([^']|#\{.*?\}|\\')*':)/,
{ token: 'constant.delimiter', next: '@singleQuotedStringKeyword' }
]
],
doubleQuotedStringKeyword: [
[/":/, { token: 'constant.delimiter', next: '@pop' }],
{ include: '@stringConstantContentInterpol' }
],
singleQuotedStringKeyword: [
[/':/, { token: 'constant.delimiter', next: '@pop' }],
{ include: '@stringConstantContentInterpol' }
],
// Numbers
numbers: [
[/0b@binary/, 'number.binary'],
[/0o@octal/, 'number.octal'],
[/0x@hex/, 'number.hex'],
[/@decimal\.@decimal([eE]-?@decimal)?/, 'number.float'],
[/@decimal/, 'number']
],
// Identifiers
identifiers: [
// Tokenize identifier name in function-like definitions.
// Note: given `def a + b, do: nil`, `a` is not a function name,
// so we use negative look-ahead to ensure there's no operator.
[
/\b(defp?|defnp?|defmacrop?|defguardp?|defdelegate)(\s+)(@variableName)(?!\s+@operator)/,
[
'keyword.declaration',
'white',
{
cases: {
unquote: 'keyword',
'@default': 'function'
}
}
]
],
// Tokenize function calls
[
// In-scope call - an identifier followed by ( or .(
/(@variableName)(?=\s*\.?\s*\()/,
{
cases: {
// Tokenize as keyword in cases like `if(..., do: ..., else: ...)`
'@declarationKeywords': 'keyword.declaration',
'@namespaceKeywords': 'keyword',
'@otherKeywords': 'keyword',
'@default': 'function.call'
}
}
],
[
// Referencing function in a module
/(@moduleName)(\s*)(\.)(\s*)(@variableName)/,
['type.identifier', 'white', 'operator', 'white', 'function.call']
],
[
// Referencing function in an Erlang module
/(:)(@atomName)(\s*)(\.)(\s*)(@variableName)/,
['constant.punctuation', 'constant', 'white', 'operator', 'white', 'function.call']
],
[
// Piping into a function (tokenized separately as it may not have parentheses)
/(\|>)(\s*)(@variableName)/,
[
'operator',
'white',
{
cases: {
'@otherKeywords': 'keyword',
'@default': 'function.call'
}
}
]
],
[
// Function reference passed to another function
/(&)(\s*)(@variableName)/,
['operator', 'white', 'function.call']
],
// Language keywords, builtins, constants and variables
[
/@variableName/,
{
cases: {
'@declarationKeywords': 'keyword.declaration',
'@operatorKeywords': 'keyword.operator',
'@namespaceKeywords': 'keyword',
'@otherKeywords': 'keyword',
'@constants': 'constant.language',
'@nameBuiltin': 'variable.language',
'_.*': 'comment.unused',
'@default': 'identifier'
}
}
],
// Module names
[/@moduleName/, 'type.identifier']
],
// Strings
strings: [
[/"""/, { token: 'string.delimiter', next: '@doubleQuotedHeredoc' }],
[/'''/, { token: 'string.delimiter', next: '@singleQuotedHeredoc' }],
[/"/, { token: 'string.delimiter', next: '@doubleQuotedString' }],
[/'/, { token: 'string.delimiter', next: '@singleQuotedString' }]
],
doubleQuotedHeredoc: [
[/"""/, { token: 'string.delimiter', next: '@pop' }],
{ include: '@stringContentInterpol' }
],
singleQuotedHeredoc: [
[/'''/, { token: 'string.delimiter', next: '@pop' }],
{ include: '@stringContentInterpol' }
],
doubleQuotedString: [
[/"/, { token: 'string.delimiter', next: '@pop' }],
{ include: '@stringContentInterpol' }
],
singleQuotedString: [
[/'/, { token: 'string.delimiter', next: '@pop' }],
{ include: '@stringContentInterpol' }
],
// Atoms
atoms: [
[/(:)(@atomName)/, ['constant.punctuation', 'constant']],
[/:"/, { token: 'constant.delimiter', next: '@doubleQuotedStringAtom' }],
[/:'/, { token: 'constant.delimiter', next: '@singleQuotedStringAtom' }]
],
doubleQuotedStringAtom: [
[/"/, { token: 'constant.delimiter', next: '@pop' }],
{ include: '@stringConstantContentInterpol' }
],
singleQuotedStringAtom: [
[/'/, { token: 'constant.delimiter', next: '@pop' }],
{ include: '@stringConstantContentInterpol' }
],
// Sigils
// See https://elixir-lang.org/getting-started/sigils.html
// Sigils allow for typing values using their textual representation.
// All sigils start with ~ followed by a letter indicating sigil type
// and then a delimiter pair enclosing the textual representation.
// Optional modifiers are allowed after the closing delimiter.
// For instance a regular expressions can be written as:
// ~r/foo|bar/ ~r{foo|bar} ~r/foo|bar/g
//
// In general lowercase sigils allow for interpolation
// and escaped characters, whereas uppercase sigils don't
//
// During tokenization we want to distinguish some
// specific sigil types, namely string and regexp,
// so that they cen be themed separately.
//
// To reasonably handle all those combinations we leverage
// dot-separated states, so if we transition to @sigilStart.interpol.s.{.}
// then "sigilStart.interpol.s" state will match and also all
// the individual dot-separated parameters can be accessed.
sigils: [
[/~[a-z]@sigilStartDelimiter/, { token: '@rematch', next: '@sigil.interpol' }],
[/~[A-Z]@sigilStartDelimiter/, { token: '@rematch', next: '@sigil.noInterpol' }]
],
sigil: [
[/~([a-zA-Z])\{/, { token: '@rematch', switchTo: '@sigilStart.$S2.$1.{.}' }],
[/~([a-zA-Z])\[/, { token: '@rematch', switchTo: '@sigilStart.$S2.$1.[.]' }],
[/~([a-zA-Z])\(/, { token: '@rematch', switchTo: '@sigilStart.$S2.$1.(.)' }],
[/~([a-zA-Z])\</, { token: '@rematch', switchTo: '@sigilStart.$S2.$1.<.>' }],
[
/~([a-zA-Z])(@sigilSymmetricDelimiter)/,
{ token: '@rematch', switchTo: '@sigilStart.$S2.$1.$2.$2' }
]
],
// The definitions below expect states to be of the form:
//
// sigilStart.<interpol-or-noInterpol>.<sigil-letter>.<start-delimiter>.<end-delimiter>
// sigilContinue.<interpol-or-noInterpol>.<sigil-letter>.<start-delimiter>.<end-delimiter>
//
// The sigilStart state is used only to properly classify the token (as string/regex/sigil)
// and immediately switches to the sigilContinue sate, which handles the actual content
// and waits for the corresponding end delimiter.
'sigilStart.interpol.s': [
[
/~s@sigilStartDelimiter/,
{
token: 'string.delimiter',
switchTo: '@sigilContinue.$S2.$S3.$S4.$S5'
}
]
],
'sigilContinue.interpol.s': [
[
/(@sigilEndDelimiter)[a-zA-Z]*/,
{
cases: {
'$1==$S5': { token: 'string.delimiter', next: '@pop' },
'@default': 'string'
}
}
],
{ include: '@stringContentInterpol' }
],
'sigilStart.noInterpol.S': [
[
/~S@sigilStartDelimiter/,
{
token: 'string.delimiter',
switchTo: '@sigilContinue.$S2.$S3.$S4.$S5'
}
]
],
'sigilContinue.noInterpol.S': [
// Ignore escaped sigil end
[/(^|[^\\])\\@sigilEndDelimiter/, 'string'],
[
/(@sigilEndDelimiter)[a-zA-Z]*/,
{
cases: {
'$1==$S5': { token: 'string.delimiter', next: '@pop' },
'@default': 'string'
}
}
],
{ include: '@stringContent' }
],
'sigilStart.interpol.r': [
[
/~r@sigilStartDelimiter/,
{
token: 'regexp.delimiter',
switchTo: '@sigilContinue.$S2.$S3.$S4.$S5'
}
]
],
'sigilContinue.interpol.r': [
[
/(@sigilEndDelimiter)[a-zA-Z]*/,
{
cases: {
'$1==$S5': { token: 'regexp.delimiter', next: '@pop' },
'@default': 'regexp'
}
}
],
{ include: '@regexpContentInterpol' }
],
'sigilStart.noInterpol.R': [
[
/~R@sigilStartDelimiter/,
{
token: 'regexp.delimiter',
switchTo: '@sigilContinue.$S2.$S3.$S4.$S5'
}
]
],
'sigilContinue.noInterpol.R': [
// Ignore escaped sigil end
[/(^|[^\\])\\@sigilEndDelimiter/, 'regexp'],
[
/(@sigilEndDelimiter)[a-zA-Z]*/,
{
cases: {
'$1==$S5': { token: 'regexp.delimiter', next: '@pop' },
'@default': 'regexp'
}
}
],
{ include: '@regexpContent' }
],
// Fallback to the generic sigil by default
'sigilStart.interpol': [
[
/~([a-zA-Z])@sigilStartDelimiter/,
{
token: 'sigil.delimiter',
switchTo: '@sigilContinue.$S2.$S3.$S4.$S5'
}
]
],
'sigilContinue.interpol': [
[
/(@sigilEndDelimiter)[a-zA-Z]*/,
{
cases: {
'$1==$S5': { token: 'sigil.delimiter', next: '@pop' },
'@default': 'sigil'
}
}
],
{ include: '@sigilContentInterpol' }
],
'sigilStart.noInterpol': [
[
/~([a-zA-Z])@sigilStartDelimiter/,
{
token: 'sigil.delimiter',
switchTo: '@sigilContinue.$S2.$S3.$S4.$S5'
}
]
],
'sigilContinue.noInterpol': [
// Ignore escaped sigil end
[/(^|[^\\])\\@sigilEndDelimiter/, 'sigil'],
[
/(@sigilEndDelimiter)[a-zA-Z]*/,
{
cases: {
'$1==$S5': { token: 'sigil.delimiter', next: '@pop' },
'@default': 'sigil'
}
}
],
{ include: '@sigilContent' }
],
// Attributes
attributes: [
// Module @doc* attributes - tokenized as comments
[
/\@(module|type)?doc (~[sS])?"""/,
{
token: 'comment.block.documentation',
next: '@doubleQuotedHeredocDocstring'
}
],
[
/\@(module|type)?doc (~[sS])?"/,
{
token: 'comment.block.documentation',
next: '@doubleQuotedStringDocstring'
}
],
[/\@(module|type)?doc false/, 'comment.block.documentation'],
// Module attributes
[/\@(@variableName)/, 'variable']
],
doubleQuotedHeredocDocstring: [
[/"""/, { token: 'comment.block.documentation', next: '@pop' }],
{ include: '@docstringContent' }
],
doubleQuotedStringDocstring: [
[/"/, { token: 'comment.block.documentation', next: '@pop' }],
{ include: '@docstringContent' }
],
// Operators, punctuation, brackets
symbols: [
// Code point operator (either with regular character ?a or an escaped one ?\n)
[/\?(\\.|[^\\\s])/, 'number.constant'],
// Anonymous function arguments
[/&\d+/, 'operator'],
// Bitshift operators (must go before delimiters, so that << >> don't match first)
[/<<<|>>>/, 'operator'],
// Delimiter pairs
[/[()\[\]\{\}]|<<|>>/, '@brackets'],
// Triple dot is a valid name (must go before operators, so that .. doesn't match instead)
[/\.\.\./, 'identifier'],
// Punctuation => (must go before operators, so it's not tokenized as = then >)
[/=>/, 'punctuation'],
// Operators
[/@operator/, 'operator'],
// Punctuation
[/[:;,.%]/, 'punctuation']
],
// Generic helpers
stringContentInterpol: [
{ include: '@interpolation' },
{ include: '@escapeChar' },
{ include: '@stringContent' }
],
stringContent: [[/./, 'string']],
stringConstantContentInterpol: [
{ include: '@interpolation' },
{ include: '@escapeChar' },
{ include: '@stringConstantContent' }
],
stringConstantContent: [[/./, 'constant']],
regexpContentInterpol: [
{ include: '@interpolation' },
{ include: '@escapeChar' },
{ include: '@regexpContent' }
],
regexpContent: [
// # may be a regular regexp char, so we use a heuristic
// assuming a # surrounded by whitespace is actually a comment.
[/(\s)(#)(\s.*)$/, ['white', 'comment.punctuation', 'comment']],
[/./, 'regexp']
],
sigilContentInterpol: [
{ include: '@interpolation' },
{ include: '@escapeChar' },
{ include: '@sigilContent' }
],
sigilContent: [[/./, 'sigil']],
docstringContent: [[/./, 'comment.block.documentation']],
escapeChar: [[/@escape/, 'constant.character.escape']],
interpolation: [
[/#{/, { token: 'delimiter.bracket.embed', next: '@interpolationContinue' }]
],
interpolationContinue: [
[/}/, { token: 'delimiter.bracket.embed', next: '@pop' }],
// Interpolation brackets may contain arbitrary code,
// so we simply match against all the root rules,
// until we reach interpolation end (the above matches).
{ include: '@root' }
]
}
};
/***/ })
}]);

@ -0,0 +1,247 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[94028],{
/***/ 94028:
/*!****************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/liquid/liquid.js ***!
\****************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "conf": function() { return /* binding */ conf; },
/* harmony export */ "language": function() { return /* binding */ language; }
/* harmony export */ });
/* harmony import */ var _fillers_monaco_editor_core_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../fillers/monaco-editor-core.js */ 89587);
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
var EMPTY_ELEMENTS = [
'area',
'base',
'br',
'col',
'embed',
'hr',
'img',
'input',
'keygen',
'link',
'menuitem',
'meta',
'param',
'source',
'track',
'wbr'
];
var conf = {
wordPattern: /(-?\d*\.\d\w*)|([^\`\~\!\@\$\^\&\*\(\)\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\s]+)/g,
brackets: [
['<!--', '-->'],
['<', '>'],
['{{', '}}'],
['{%', '%}'],
['{', '}'],
['(', ')']
],
autoClosingPairs: [
{ open: '{', close: '}' },
{ open: '%', close: '%' },
{ open: '[', close: ']' },
{ open: '(', close: ')' },
{ open: '"', close: '"' },
{ open: "'", close: "'" }
],
surroundingPairs: [
{ open: '<', close: '>' },
{ open: '"', close: '"' },
{ open: "'", close: "'" }
],
onEnterRules: [
{
beforeText: new RegExp("<(?!(?:" + EMPTY_ELEMENTS.join('|') + "))(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$", 'i'),
afterText: /^<\/(\w[\w\d]*)\s*>$/i,
action: {
indentAction: _fillers_monaco_editor_core_js__WEBPACK_IMPORTED_MODULE_0__/* .languages.IndentAction.IndentOutdent */ .Mj.IndentAction.IndentOutdent
}
},
{
beforeText: new RegExp("<(?!(?:" + EMPTY_ELEMENTS.join('|') + "))(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$", 'i'),
action: { indentAction: _fillers_monaco_editor_core_js__WEBPACK_IMPORTED_MODULE_0__/* .languages.IndentAction.Indent */ .Mj.IndentAction.Indent }
}
]
};
var language = {
defaultToken: '',
tokenPostfix: '',
builtinTags: [
'if',
'else',
'elseif',
'endif',
'render',
'assign',
'capture',
'endcapture',
'case',
'endcase',
'comment',
'endcomment',
'cycle',
'decrement',
'for',
'endfor',
'include',
'increment',
'layout',
'raw',
'endraw',
'render',
'tablerow',
'endtablerow',
'unless',
'endunless'
],
builtinFilters: [
'abs',
'append',
'at_least',
'at_most',
'capitalize',
'ceil',
'compact',
'date',
'default',
'divided_by',
'downcase',
'escape',
'escape_once',
'first',
'floor',
'join',
'json',
'last',
'lstrip',
'map',
'minus',
'modulo',
'newline_to_br',
'plus',
'prepend',
'remove',
'remove_first',
'replace',
'replace_first',
'reverse',
'round',
'rstrip',
'size',
'slice',
'sort',
'sort_natural',
'split',
'strip',
'strip_html',
'strip_newlines',
'times',
'truncate',
'truncatewords',
'uniq',
'upcase',
'url_decode',
'url_encode',
'where'
],
constants: ['true', 'false'],
operators: ['==', '!=', '>', '<', '>=', '<='],
symbol: /[=><!]+/,
identifier: /[a-zA-Z_][\w]*/,
tokenizer: {
root: [
[/\{\%\s*comment\s*\%\}/, 'comment.start.liquid', '@comment'],
[/\{\{/, { token: '@rematch', switchTo: '@liquidState.root' }],
[/\{\%/, { token: '@rematch', switchTo: '@liquidState.root' }],
[/(<)([\w\-]+)(\/>)/, ['delimiter.html', 'tag.html', 'delimiter.html']],
[/(<)([:\w]+)/, ['delimiter.html', { token: 'tag.html', next: '@otherTag' }]],
[/(<\/)([\w\-]+)/, ['delimiter.html', { token: 'tag.html', next: '@otherTag' }]],
[/</, 'delimiter.html'],
[/\{/, 'delimiter.html'],
[/[^<{]+/] // text
],
comment: [
[/\{\%\s*endcomment\s*\%\}/, 'comment.end.liquid', '@pop'],
[/./, 'comment.content.liquid']
],
otherTag: [
[
/\{\{/,
{
token: '@rematch',
switchTo: '@liquidState.otherTag'
}
],
[
/\{\%/,
{
token: '@rematch',
switchTo: '@liquidState.otherTag'
}
],
[/\/?>/, 'delimiter.html', '@pop'],
[/"([^"]*)"/, 'attribute.value'],
[/'([^']*)'/, 'attribute.value'],
[/[\w\-]+/, 'attribute.name'],
[/=/, 'delimiter'],
[/[ \t\r\n]+/] // whitespace
],
liquidState: [
[/\{\{/, 'delimiter.output.liquid'],
[/\}\}/, { token: 'delimiter.output.liquid', switchTo: '@$S2.$S3' }],
[/\{\%/, 'delimiter.tag.liquid'],
[/raw\s*\%\}/, 'delimiter.tag.liquid', '@liquidRaw'],
[/\%\}/, { token: 'delimiter.tag.liquid', switchTo: '@$S2.$S3' }],
{ include: 'liquidRoot' }
],
liquidRaw: [
[/^(?!\{\%\s*endraw\s*\%\}).+/],
[/\{\%/, 'delimiter.tag.liquid'],
[/@identifier/],
[/\%\}/, { token: 'delimiter.tag.liquid', next: '@root' }]
],
liquidRoot: [
[/\d+(\.\d+)?/, 'number.liquid'],
[/"[^"]*"/, 'string.liquid'],
[/'[^']*'/, 'string.liquid'],
[/\s+/],
[
/@symbol/,
{
cases: {
'@operators': 'operator.liquid',
'@default': ''
}
}
],
[/\./],
[
/@identifier/,
{
cases: {
'@constants': 'keyword.liquid',
'@builtinFilters': 'predefined.liquid',
'@builtinTags': 'predefined.liquid',
'@default': 'variable.liquid'
}
}
],
[/[^}|%]/, 'variable.liquid']
]
}
};
/***/ })
}]);

@ -2974,7 +2974,8 @@ var SubmenuIcons = {
"template": 'iconfont icon-mobanguanli2',
"online_learning": "iconfont icon-kechengxuexi",
"ecs": "iconfont icon-gongchengrenzheng",
"program_homework": 'iconfont icon-bianchengzuoye'
"program_homework": 'iconfont icon-bianchengzuoye',
"new_graduation": "iconfont icon-biyesheji"
};
;// CONCATENATED MODULE: ./src/layouts/ShixunDetail/index.less?modules
// extracted by mini-css-extract-plugin
@ -3661,7 +3662,7 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
}
setSecondOpen(toConsumableArray_default()(secondOpen));
} else {
_umi_production_exports.history.push(v.category_url);
v.type == "new_graduation" ? window.open(v.category_url) : _umi_production_exports.history.push(v.category_url);
scrollToBody();
}
},

@ -1,6 +1,48 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[37062],{
/***/ 11475:
/*!******************************************************************************************!*\
!*** ./node_modules/@ant-design/icons/es/icons/ExclamationCircleOutlined.js + 1 modules ***!
\******************************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
// EXPORTS
__webpack_require__.d(__webpack_exports__, {
"Z": function() { return /* binding */ icons_ExclamationCircleOutlined; }
});
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js
var esm_extends = __webpack_require__(87462);
// EXTERNAL MODULE: ./node_modules/react/index.js
var react = __webpack_require__(67294);
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons-svg/es/asn/ExclamationCircleOutlined.js
// This icon file is generated automatically.
var ExclamationCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M464 688a48 48 0 1096 0 48 48 0 10-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z" } }] }, "name": "exclamation-circle", "theme": "outlined" };
/* harmony default export */ var asn_ExclamationCircleOutlined = (ExclamationCircleOutlined);
// EXTERNAL MODULE: ./node_modules/@ant-design/icons/es/components/AntdIcon.js + 8 modules
var AntdIcon = __webpack_require__(74643);
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/icons/ExclamationCircleOutlined.js
// GENERATE BY ./scripts/generate.ts
// DON NOT EDIT IT MANUALLY
var ExclamationCircleOutlined_ExclamationCircleOutlined = function ExclamationCircleOutlined(props, ref) {
return /*#__PURE__*/react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, {
ref: ref,
icon: asn_ExclamationCircleOutlined
}));
};
if (false) {}
/* harmony default export */ var icons_ExclamationCircleOutlined = (/*#__PURE__*/react.forwardRef(ExclamationCircleOutlined_ExclamationCircleOutlined));
/***/ }),
/***/ 51432:
/*!****************************************************!*\
!*** ./src/layouts/SimpleLayouts.tsx + 16 modules ***!
@ -30,8 +72,8 @@ var react = __webpack_require__(67294);
var config_provider = __webpack_require__(17093);
// EXTERNAL MODULE: ./node_modules/antd/es/locale/zh_CN.js + 4 modules
var zh_CN = __webpack_require__(37029);
// EXTERNAL MODULE: ./src/components/Header/index.tsx + 9 modules
var Header = __webpack_require__(92026);
// EXTERNAL MODULE: ./src/components/Header/index.tsx + 11 modules
var Header = __webpack_require__(53057);
// EXTERNAL MODULE: ./src/.umi-production/exports.ts + 8 modules
var _umi_production_exports = __webpack_require__(89214);
// EXTERNAL MODULE: ./node_modules/@umijs/plugins/node_modules/dayjs/dayjs.min.js
@ -1445,6 +1487,388 @@ var SimpleLayouts = function SimpleLayouts(_ref) {
/***/ }),
/***/ 66367:
/*!*************************************************!*\
!*** ./node_modules/antd/es/_util/getScroll.js ***!
\*************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "F": function() { return /* binding */ isWindow; },
/* harmony export */ "Z": function() { return /* binding */ getScroll; }
/* harmony export */ });
function isWindow(obj) {
return obj !== null && obj !== undefined && obj === obj.window;
}
function getScroll(target, top) {
var _a, _b;
if (typeof window === 'undefined') {
return 0;
}
const method = top ? 'scrollTop' : 'scrollLeft';
let result = 0;
if (isWindow(target)) {
result = target[top ? 'pageYOffset' : 'pageXOffset'];
} else if (target instanceof Document) {
result = target.documentElement[method];
} else if (target instanceof HTMLElement) {
result = target[method];
} else if (target) {
// According to the type inference, the `target` is `never` type.
// Since we configured the loose mode type checking, and supports mocking the target with such shape below::
// `{ documentElement: { scrollLeft: 200, scrollTop: 400 } }`,
// the program may falls into this branch.
// Check the corresponding tests for details. Don't sure what is the real scenario this happens.
result = target[method];
}
if (target && !isWindow(target) && typeof result !== 'number') {
result = (_b = ((_a = target.ownerDocument) !== null && _a !== void 0 ? _a : target).documentElement) === null || _b === void 0 ? void 0 : _b[method];
}
return result;
}
/***/ }),
/***/ 58375:
/*!************************************************************!*\
!*** ./node_modules/antd/es/_util/scrollTo.js + 1 modules ***!
\************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
// EXPORTS
__webpack_require__.d(__webpack_exports__, {
"Z": function() { return /* binding */ scrollTo; }
});
// EXTERNAL MODULE: ./node_modules/antd/node_modules/rc-util/es/raf.js
var raf = __webpack_require__(96523);
;// CONCATENATED MODULE: ./node_modules/antd/es/_util/easings.js
// eslint-disable-next-line import/prefer-default-export
function easeInOutCubic(t, b, c, d) {
const cc = c - b;
t /= d / 2;
if (t < 1) {
return cc / 2 * t * t * t + b;
}
// eslint-disable-next-line no-return-assign
return cc / 2 * ((t -= 2) * t * t + 2) + b;
}
// EXTERNAL MODULE: ./node_modules/antd/es/_util/getScroll.js
var getScroll = __webpack_require__(66367);
;// CONCATENATED MODULE: ./node_modules/antd/es/_util/scrollTo.js
function scrollTo(y) {
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
const {
getContainer = () => window,
callback,
duration = 450
} = options;
const container = getContainer();
const scrollTop = (0,getScroll/* default */.Z)(container, true);
const startTime = Date.now();
const frameFunc = () => {
const timestamp = Date.now();
const time = timestamp - startTime;
const nextScrollTop = easeInOutCubic(time > duration ? duration : time, scrollTop, y, duration);
if ((0,getScroll/* isWindow */.F)(container)) {
container.scrollTo(window.pageXOffset, nextScrollTop);
} else if (container instanceof Document || container.constructor.name === 'HTMLDocument') {
container.documentElement.scrollTop = nextScrollTop;
} else {
container.scrollTop = nextScrollTop;
}
if (time < duration) {
(0,raf/* default */.Z)(frameFunc);
} else if (typeof callback === 'function') {
callback();
}
};
(0,raf/* default */.Z)(frameFunc);
}
/***/ }),
/***/ 48783:
/*!****************************************************************!*\
!*** ./node_modules/antd/es/_util/throttleByAnimationFrame.js ***!
\****************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
/* harmony import */ var _babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/toConsumableArray */ 74902);
/* harmony import */ var rc_util_es_raf__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! rc-util/es/raf */ 96523);
function throttleByAnimationFrame(fn) {
let requestId;
const later = args => () => {
requestId = null;
fn.apply(void 0, (0,_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z)(args));
};
const throttled = function () {
if (requestId == null) {
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
requestId = (0,rc_util_es_raf__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(later(args));
}
};
throttled.cancel = () => {
rc_util_es_raf__WEBPACK_IMPORTED_MODULE_0__/* ["default"].cancel */ .Z.cancel(requestId);
requestId = null;
};
return throttled;
}
/* harmony default export */ __webpack_exports__["Z"] = (throttleByAnimationFrame);
/***/ }),
/***/ 15455:
/*!************************************************************!*\
!*** ./node_modules/antd/es/back-top/index.js + 3 modules ***!
\************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
// EXPORTS
__webpack_require__.d(__webpack_exports__, {
"Z": function() { return /* binding */ back_top; }
});
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js
var esm_extends = __webpack_require__(87462);
// EXTERNAL MODULE: ./node_modules/react/index.js
var react = __webpack_require__(67294);
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons-svg/es/asn/VerticalAlignTopOutlined.js
// This icon file is generated automatically.
var VerticalAlignTopOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M859.9 168H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM518.3 355a8 8 0 00-12.6 0l-112 141.7a7.98 7.98 0 006.3 12.9h73.9V848c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V509.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 355z" } }] }, "name": "vertical-align-top", "theme": "outlined" };
/* harmony default export */ var asn_VerticalAlignTopOutlined = (VerticalAlignTopOutlined);
// EXTERNAL MODULE: ./node_modules/@ant-design/icons/es/components/AntdIcon.js + 8 modules
var AntdIcon = __webpack_require__(74643);
;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/icons/VerticalAlignTopOutlined.js
// GENERATE BY ./scripts/generate.ts
// DON NOT EDIT IT MANUALLY
var VerticalAlignTopOutlined_VerticalAlignTopOutlined = function VerticalAlignTopOutlined(props, ref) {
return /*#__PURE__*/react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, {
ref: ref,
icon: asn_VerticalAlignTopOutlined
}));
};
if (false) {}
/* harmony default export */ var icons_VerticalAlignTopOutlined = (/*#__PURE__*/react.forwardRef(VerticalAlignTopOutlined_VerticalAlignTopOutlined));
// EXTERNAL MODULE: ./node_modules/classnames/index.js
var classnames = __webpack_require__(94184);
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
// EXTERNAL MODULE: ./node_modules/antd/node_modules/rc-motion/es/index.js + 18 modules
var es = __webpack_require__(38379);
// EXTERNAL MODULE: ./node_modules/antd/node_modules/rc-util/es/omit.js
var omit = __webpack_require__(10366);
// EXTERNAL MODULE: ./node_modules/antd/es/_util/getScroll.js
var getScroll = __webpack_require__(66367);
// EXTERNAL MODULE: ./node_modules/antd/es/_util/reactNode.js
var reactNode = __webpack_require__(96159);
// EXTERNAL MODULE: ./node_modules/antd/es/_util/scrollTo.js + 1 modules
var scrollTo = __webpack_require__(58375);
// EXTERNAL MODULE: ./node_modules/antd/es/_util/throttleByAnimationFrame.js
var throttleByAnimationFrame = __webpack_require__(48783);
// EXTERNAL MODULE: ./node_modules/antd/es/config-provider/context.js
var context = __webpack_require__(53124);
// EXTERNAL MODULE: ./node_modules/antd/es/theme/util/genComponentStyleHook.js
var genComponentStyleHook = __webpack_require__(67968);
// EXTERNAL MODULE: ./node_modules/antd/es/theme/util/statistic.js
var statistic = __webpack_require__(45503);
// EXTERNAL MODULE: ./node_modules/antd/es/style/index.js
var style = __webpack_require__(14747);
;// CONCATENATED MODULE: ./node_modules/antd/es/back-top/style/index.js
// ============================== Shared ==============================
const genSharedBackTopStyle = token => {
const {
componentCls,
backTopFontSize,
backTopSize,
zIndexPopup
} = token;
return {
[componentCls]: Object.assign(Object.assign({}, (0,style/* resetComponent */.Wf)(token)), {
position: 'fixed',
insetInlineEnd: token.backTopInlineEnd,
insetBlockEnd: token.backTopBlockEnd,
zIndex: zIndexPopup,
width: 40,
height: 40,
cursor: 'pointer',
'&:empty': {
display: 'none'
},
[`${componentCls}-content`]: {
width: backTopSize,
height: backTopSize,
overflow: 'hidden',
color: token.backTopColor,
textAlign: 'center',
backgroundColor: token.backTopBackground,
borderRadius: backTopSize,
transition: `all ${token.motionDurationMid}`,
'&:hover': {
backgroundColor: token.backTopHoverBackground,
transition: `all ${token.motionDurationMid}`
}
},
// change to .backtop .backtop-icon
[`${componentCls}-icon`]: {
fontSize: backTopFontSize,
lineHeight: `${backTopSize}px`
}
})
};
};
const genMediaBackTopStyle = token => {
const {
componentCls
} = token;
return {
[`@media (max-width: ${token.screenMD}px)`]: {
[componentCls]: {
insetInlineEnd: token.backTopInlineEndMD
}
},
[`@media (max-width: ${token.screenXS}px)`]: {
[componentCls]: {
insetInlineEnd: token.backTopInlineEndXS
}
}
};
};
// ============================== Export ==============================
/* harmony default export */ var back_top_style = ((0,genComponentStyleHook/* default */.Z)('BackTop', token => {
const {
fontSizeHeading3,
colorTextDescription,
colorTextLightSolid,
colorText,
controlHeightLG
} = token;
const backTopToken = (0,statistic/* merge */.TS)(token, {
backTopBackground: colorTextDescription,
backTopColor: colorTextLightSolid,
backTopHoverBackground: colorText,
backTopFontSize: fontSizeHeading3,
backTopSize: controlHeightLG,
backTopBlockEnd: controlHeightLG * 1.25,
backTopInlineEnd: controlHeightLG * 2.5,
backTopInlineEndMD: controlHeightLG * 1.5,
backTopInlineEndXS: controlHeightLG * 0.5
});
return [genSharedBackTopStyle(backTopToken), genMediaBackTopStyle(backTopToken)];
}, token => ({
zIndexPopup: token.zIndexBase + 10
})));
;// CONCATENATED MODULE: ./node_modules/antd/es/back-top/index.js
'use client';
const BackTop = props => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
visibilityHeight = 400,
target,
onClick,
duration = 450
} = props;
const [visible, setVisible] = react.useState(visibilityHeight === 0);
const ref = react.useRef(null);
const getDefaultTarget = () => ref.current && ref.current.ownerDocument ? ref.current.ownerDocument : window;
const handleScroll = (0,throttleByAnimationFrame/* default */.Z)(e => {
const scrollTop = (0,getScroll/* default */.Z)(e.target, true);
setVisible(scrollTop >= visibilityHeight);
});
if (false) {}
react.useEffect(() => {
const getTarget = target || getDefaultTarget;
const container = getTarget();
handleScroll({
target: container
});
container === null || container === void 0 ? void 0 : container.addEventListener('scroll', handleScroll);
return () => {
handleScroll.cancel();
container === null || container === void 0 ? void 0 : container.removeEventListener('scroll', handleScroll);
};
}, [target]);
const scrollToTop = e => {
(0,scrollTo/* default */.Z)(0, {
getContainer: target || getDefaultTarget,
duration
});
onClick === null || onClick === void 0 ? void 0 : onClick(e);
};
const {
getPrefixCls,
direction
} = react.useContext(context/* ConfigContext */.E_);
const prefixCls = getPrefixCls('back-top', customizePrefixCls);
const rootPrefixCls = getPrefixCls();
const [wrapSSR, hashId] = back_top_style(prefixCls);
const classString = classnames_default()(hashId, prefixCls, {
[`${prefixCls}-rtl`]: direction === 'rtl'
}, className, rootClassName);
// fix https://fb.me/react-unknown-prop
const divProps = (0,omit/* default */.Z)(props, ['prefixCls', 'className', 'rootClassName', 'children', 'visibilityHeight', 'target']);
const defaultElement = /*#__PURE__*/react.createElement("div", {
className: `${prefixCls}-content`
}, /*#__PURE__*/react.createElement("div", {
className: `${prefixCls}-icon`
}, /*#__PURE__*/react.createElement(icons_VerticalAlignTopOutlined, null)));
return wrapSSR( /*#__PURE__*/react.createElement("div", Object.assign({}, divProps, {
className: classString,
onClick: scrollToTop,
ref: ref
}), /*#__PURE__*/react.createElement(es["default"], {
visible: visible,
motionName: `${rootPrefixCls}-fade`
}, _ref => {
let {
className: motionClassName
} = _ref;
return (0,reactNode/* cloneElement */.Tm)(props.children || defaultElement, _ref2 => {
let {
className: cloneCls
} = _ref2;
return {
className: classnames_default()(motionClassName, cloneCls)
};
});
})));
};
if (false) {}
/* harmony default export */ var back_top = (BackTop);
/***/ }),
/***/ 32637:
/*!***********************************************!*\
!*** ./src/assets/images/AssistantCode3.jpeg ***!

@ -2829,8 +2829,8 @@ var spin = __webpack_require__(57953);
// EXTERNAL MODULE: ./node_modules/@umijs/plugins/node_modules/dayjs/dayjs.min.js
var dayjs_min = __webpack_require__(94699);
var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min);
// EXTERNAL MODULE: ./src/components/Header/index.tsx + 9 modules
var Header = __webpack_require__(92026);
// EXTERNAL MODULE: ./src/components/Header/index.tsx + 11 modules
var Header = __webpack_require__(53057);
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/toConsumableArray.js
var toConsumableArray = __webpack_require__(861);
var toConsumableArray_default = /*#__PURE__*/__webpack_require__.n(toConsumableArray);

File diff suppressed because it is too large Load Diff

@ -471,7 +471,7 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
to: "/classrooms/".concat(params.coursesId, "/board/").concat(params.categoryId),
children: userInfo === null || userInfo === void 0 ? void 0 : (_userInfo$course = userInfo.course) === null || _userInfo$course === void 0 ? void 0 : _userInfo$course.course_name
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(breadcrumb/* default.Item */.Z.Item, {
}), (boardsDetail === null || boardsDetail === void 0 ? void 0 : boardsDetail.board_name) && /*#__PURE__*/(0,jsx_runtime.jsx)(breadcrumb/* default.Item */.Z.Item, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(_umi_production_exports.Link, {
to: "/classrooms/".concat(params.coursesId, "/board/").concat(boardsDetail === null || boardsDetail === void 0 ? void 0 : boardsDetail.board_id),
children: boardsDetail === null || boardsDetail === void 0 ? void 0 : boardsDetail.board_name

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

@ -879,26 +879,38 @@ div[class~="ant-modal-confirm-content"] {
height: 34px;
display: flex;
align-items: center;
justify-content: space-between;
color: #000f37;
padding: 0px 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil i {
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div {
display: flex;
align-items: center;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div > span {
margin-right: 12px;
font-size: 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div i {
color: #7d8592;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil > span {
margin-right: 15px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag1___dxm7r,
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
height: 18px;
padding: 3px 6px;
font-size: 12px;
border-radius: 2px;
border: 1px solid #FFE6AB;
color: #CA7720;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag___y1ZGO {
width: 76px;
height: 26px;
border-radius: 13px;
border: 1px solid #d6f7ef;
font-size: 14px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
border: 1px solid #D6F7EF;
color: #01795d;
line-height: 24px;
text-align: center;
margin-left: auto;
margin-left: 6px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -6371,6 +6371,9 @@ var Answer = function Answer(_ref) {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_checkbox/* default.Group */.Z.Group, {
disabled: disabled,
defaultValue: item === null || item === void 0 ? void 0 : item.user_answer,
style: {
flexDirection: 'column'
},
onChange: function onChange(value) {
return handleChangeMultiple(value, item === null || item === void 0 ? void 0 : item.question_id, item);
},

File diff suppressed because one or more lines are too long

@ -2764,26 +2764,38 @@ span.CodeMirror-selectedtext {
height: 34px;
display: flex;
align-items: center;
justify-content: space-between;
color: #000f37;
padding: 0px 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil i {
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div {
display: flex;
align-items: center;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div > span {
margin-right: 12px;
font-size: 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div i {
color: #7d8592;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil > span {
margin-right: 15px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag1___dxm7r,
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
height: 18px;
padding: 3px 6px;
font-size: 12px;
border-radius: 2px;
border: 1px solid #FFE6AB;
color: #CA7720;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag___y1ZGO {
width: 76px;
height: 26px;
border-radius: 13px;
border: 1px solid #d6f7ef;
font-size: 14px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
border: 1px solid #D6F7EF;
color: #01795d;
line-height: 24px;
text-align: center;
margin-left: auto;
margin-left: 6px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -180,6 +180,9 @@ var ExportType = [{
}, {
id: 'workspace_files',
name: '实验文件'
}, {
id: 'messages_statistics',
name: '课堂互动统计'
}];
var Status = [{
id: 'failed',

@ -2957,7 +2957,7 @@ var divider = __webpack_require__(96074);
var NoData = __webpack_require__(82982);
;// CONCATENATED MODULE: ./src/pages/Classrooms/Lists/ShixunHomeworks/components/SelectShixun.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var SelectShixunmodules = ({"flex_box_center":"flex_box_center___z88Le","flex_space_between":"flex_space_between___b4xPz","flex_box_vertical_center":"flex_box_vertical_center___KkW0d","flex_box_center_end":"flex_box_center_end___pgvoZ","flex_box_column":"flex_box_column___tFgV5","wrp":"wrp___RrUT2","drawer":"drawer___QqugY","menu":"menu___uKpxi","actived":"actived___hCeHj","actived2":"actived2___aIAeg","subTag":"subTag___S0zfl","listItem":"listItem___Ulw3D","listItem2":"listItem2___J8GtN","info":"info___gY955","title":"title___hyfzM","titleLeft":"titleLeft___eH38u","titleRight":"titleRight___JCVAi","search":"search___GnrcF","filter":"filter___jwVvV","description":"description___ynLaI","menuCourse":"menuCourse___HRXxE","authorname":"authorname___qn85G"});
/* harmony default export */ var SelectShixunmodules = ({"flex_box_center":"flex_box_center___z88Le","flex_space_between":"flex_space_between___b4xPz","flex_box_vertical_center":"flex_box_vertical_center___KkW0d","flex_box_center_end":"flex_box_center_end___pgvoZ","flex_box_column":"flex_box_column___tFgV5","wrp":"wrp___RrUT2","drawer":"drawer___QqugY","menu":"menu___uKpxi","actived":"actived___hCeHj","actived2":"actived2___aIAeg","subTag":"subTag___S0zfl","listItem":"listItem___Ulw3D","listItem2":"listItem2___J8GtN","info":"info___gY955","title":"title___hyfzM","titleLeft":"titleLeft___eH38u","titleRight":"titleRight___JCVAi","search":"search___GnrcF","filter":"filter___jwVvV","description":"description___ynLaI","menuCourse":"menuCourse___HRXxE","authorname":"authorname___qn85G","tooltip-content":"tooltip-content___A6uPo"});
// EXTERNAL MODULE: ./src/utils/verifyLogin.tsx + 2 modules
var verifyLogin = __webpack_require__(7303);
// EXTERNAL MODULE: ./src/components/FormSearch/index.tsx + 1 modules
@ -3642,22 +3642,20 @@ var SelectShixun_PublishShixun = function PublishShixun(_ref) {
justifyContent: 'space-between'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [(v === null || v === void 0 ? void 0 : v.author_name) && /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
overlayClassName: SelectShixunmodules["tooltip-content"],
title: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
dangerouslySetInnerHTML: {
__html: v.author_name.join('、')
__html: v === null || v === void 0 ? void 0 : v.author_name
}
})
}),
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: SelectShixunmodules.authorname,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "mr30",
dangerouslySetInnerHTML: {
__html: v.author_name.join('、')
}
})
dangerouslySetInnerHTML: {
__html: v === null || v === void 0 ? void 0 : v.author_name
}
})
}), v.author_school_name && /*#__PURE__*/(0,jsx_runtime.jsx)(react.Fragment, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
@ -4769,22 +4767,20 @@ var SelectCourses_PublishShixun = function PublishShixun(_ref) {
justifyContent: 'space-between'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [(v === null || v === void 0 ? void 0 : v.author_name) && /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
overlayClassName: SelectShixunmodules["tooltip-content"],
title: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
dangerouslySetInnerHTML: {
__html: v.author_name.join('、')
__html: v === null || v === void 0 ? void 0 : v.author_name
}
})
}),
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: SelectShixunmodules.authorname,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "mr30",
dangerouslySetInnerHTML: {
__html: v.author_name.join('、')
}
})
dangerouslySetInnerHTML: {
__html: v === null || v === void 0 ? void 0 : v.author_name
}
})
}), v.author_school_name && /*#__PURE__*/(0,jsx_runtime.jsx)(react.Fragment, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {

@ -379,6 +379,11 @@ div[class~="ant-modal-confirm-content"] {
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: bottom;
margin-right: 30px;
}
.info___gY955 span[class~='highlight'],
.tooltip-content___A6uPo span[class~='highlight'] {
color: #E99237;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -553,6 +553,7 @@ var NewClassroomPage = function NewClassroomPage(_ref) {
data = _context3.sent;
if ((data === null || data === void 0 ? void 0 : data.status) === 0) {
setletdata(data);
form.setFieldValue("classModule", data === null || data === void 0 ? void 0 : data.course_module_types);
}
case 4:
case "end":

File diff suppressed because one or more lines are too long

@ -1054,26 +1054,38 @@
height: 34px;
display: flex;
align-items: center;
justify-content: space-between;
color: #000f37;
padding: 0px 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil i {
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div {
display: flex;
align-items: center;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div > span {
margin-right: 12px;
font-size: 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div i {
color: #7d8592;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil > span {
margin-right: 15px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag1___dxm7r,
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
height: 18px;
padding: 3px 6px;
font-size: 12px;
border-radius: 2px;
border: 1px solid #FFE6AB;
color: #CA7720;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag___y1ZGO {
width: 76px;
height: 26px;
border-radius: 13px;
border: 1px solid #d6f7ef;
font-size: 14px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
border: 1px solid #D6F7EF;
color: #01795d;
line-height: 24px;
text-align: center;
margin-left: auto;
margin-left: 6px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -787,10 +787,10 @@ var Personmanage_Page = function Page(_ref) {
modal/* default.confirm */.Z.confirm({
centered: true,
icon: null,
title: "提示",
title: "删除",
content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "",
children: "\u786E\u8BA4\u8981\u5C06\"".concat(record.name, "\"\u4ECE\u8BE5\u6BD5\u4E1A\u8BBE\u8BA1\u4E2D\u79FB\u9664\u5417\uFF1F")
children: "\u786E\u8BA4\u8981\u5C06\"".concat(record.name, "\"\u4ECE\u8BE5\u6BD5\u4E1A\u8BBE\u8BA1\u4E2D\u79FB\u9664\u5417\uFF1F\u79FB\u9664\u540E\u8BE5\u7528 \u6237\u5728\u6BD5\u8BBE\u4E2D\u63D0\u4EA4\u7684\u6587\u4EF6\u5C06\u88AB\u6E05\u7A7A")
}),
onOk: (0,lodash.throttle)( /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() {
var res;
@ -851,11 +851,9 @@ var Personmanage_Page = function Page(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
onClick: function onClick() {
modal/* default.confirm */.Z.confirm({
icon: null,
centered: true,
content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "",
children: "\u662F\u5426\u786E\u8BA4\u62D2\u7EDD\"".concat(record.name, "\"\u7684\u52A0\u5165\uFF1F")
}),
title: "\u662F\u5426\u786E\u8BA4\u62D2\u7EDD\"".concat(record.name, "\"\u7684\u52A0\u5165\uFF1F"),
onOk: (0,lodash.throttle)( /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee3() {
var res;
return regeneratorRuntime_default()().wrap(function _callee3$(_context3) {
@ -978,10 +976,8 @@ var Personmanage_Page = function Page(_ref) {
modal/* default.confirm */.Z.confirm({
centered: true,
icon: null,
content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "",
children: "\u786E\u8BA4\u8981\u5C06\"".concat(record.name, "\"\u4ECE\u8BE5\u6BD5\u4E1A\u8BBE\u8BA1\u4E2D\u79FB\u9664\u5417\uFF1F")
}),
title: "删除",
content: "\u786E\u8BA4\u8981\u5C06\"".concat(record.name, "\"\u4ECE\u8BE5\u6BD5\u4E1A\u8BBE\u8BA1\u4E2D\u79FB\u9664\u5417\uFF1F\u79FB\u9664\u540E\u8BE5\u7528 \u6237\u5728\u6BD5\u8BBE\u4E2D\u63D0\u4EA4\u7684\u6587\u4EF6\u5C06\u88AB\u6E05\u7A7A"),
onOk: (0,lodash.throttle)( /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee4() {
var res;
return regeneratorRuntime_default()().wrap(function _callee4$(_context4) {
@ -1044,12 +1040,9 @@ var Personmanage_Page = function Page(_ref) {
className: "ml20 ".concat(Personmanagemodules.ActvieE3),
onClick: function onClick() {
modal/* default.confirm */.Z.confirm({
icon: "",
icon: null,
centered: true,
content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "",
children: "\u662F\u5426\u786E\u8BA4\u62D2\u7EDD\"".concat(record.name, "\"\u7684\u52A0\u5165\uFF1F")
}),
title: "\u662F\u5426\u786E\u8BA4\u62D2\u7EDD\"".concat(record.name, "\"\u7684\u52A0\u5165\uFF1F"),
onOk: (0,lodash.throttle)( /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee6() {
var res;
return regeneratorRuntime_default()().wrap(function _callee6$(_context6) {
@ -1296,6 +1289,7 @@ var Personmanage_Page = function Page(_ref) {
className: "c-red ml20",
onClick: function onClick() {
modal/* default.confirm */.Z.confirm({
icon: null,
centered: true,
content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "",

File diff suppressed because one or more lines are too long

@ -759,26 +759,38 @@
height: 34px;
display: flex;
align-items: center;
justify-content: space-between;
color: #000f37;
padding: 0px 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil i {
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div {
display: flex;
align-items: center;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div > span {
margin-right: 12px;
font-size: 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div i {
color: #7d8592;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil > span {
margin-right: 15px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag1___dxm7r,
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
height: 18px;
padding: 3px 6px;
font-size: 12px;
border-radius: 2px;
border: 1px solid #FFE6AB;
color: #CA7720;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag___y1ZGO {
width: 76px;
height: 26px;
border-radius: 13px;
border: 1px solid #d6f7ef;
font-size: 14px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
border: 1px solid #D6F7EF;
color: #01795d;
line-height: 24px;
text-align: center;
margin-left: auto;
margin-left: 6px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -85,6 +85,80 @@ if (false) {}
/***/ }),
/***/ 48559:
/*!**********************************************!*\
!*** ./src/components/AsyncButton/index.tsx ***!
\**********************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "Z": function() { return /* binding */ AsyncButton; }
/* harmony export */ });
/* harmony import */ var _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/objectSpread2.js */ 42122);
/* harmony import */ var _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__);
/* harmony import */ var _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/regeneratorRuntime.js */ 17061);
/* harmony import */ var _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1__);
/* harmony import */ var _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/asyncToGenerator.js */ 17156);
/* harmony import */ var _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2__);
/* harmony import */ var _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_slicedToArray_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/slicedToArray.js */ 27424);
/* harmony import */ var _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_slicedToArray_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_slicedToArray_js__WEBPACK_IMPORTED_MODULE_3__);
/* harmony import */ var _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/objectWithoutProperties.js */ 70215);
/* harmony import */ var _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_4__);
/* harmony import */ var antd__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! antd */ 71577);
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! react */ 67294);
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react/jsx-runtime */ 85893);
var _excluded = ["children"];
var AsyncButton = function AsyncButton(_ref) {
var children = _ref.children,
props = _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_4___default()(_ref, _excluded);
var _useState = (0,react__WEBPACK_IMPORTED_MODULE_5__.useState)(false),
_useState2 = _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_slicedToArray_js__WEBPACK_IMPORTED_MODULE_3___default()(_useState, 2),
btnLoading = _useState2[0],
setBtnLoading = _useState2[1];
return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(antd__WEBPACK_IMPORTED_MODULE_7__/* ["default"] */ .ZP, _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()(_root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, props), {}, {
loading: btnLoading,
onClick: /*#__PURE__*/function () {
var _ref2 = _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().mark(function _callee(e) {
return _root_workspace_ppte5yg23_SJ5m_develop_node_modules_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_1___default()().wrap(function _callee$(_context) {
while (1) switch (_context.prev = _context.next) {
case 0:
_context.prev = 0;
setBtnLoading(true);
_context.next = 4;
return props.onClick(e);
case 4:
setBtnLoading(false);
_context.next = 11;
break;
case 7:
_context.prev = 7;
_context.t0 = _context["catch"](0);
console.error(_context.t0);
setBtnLoading(false);
case 11:
case "end":
return _context.stop();
}
}, _callee, null, [[0, 7]]);
}));
return function (_x) {
return _ref2.apply(this, arguments);
};
}(),
children: children
}));
};
/***/ }),
/***/ 68996:
/*!**********************************************!*\
!*** ./src/pages/Help/Index.tsx + 3 modules ***!
@ -99,6 +173,9 @@ __webpack_require__.d(__webpack_exports__, {
"default": function() { return /* binding */ Index; }
});
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/objectSpread2.js
var objectSpread2 = __webpack_require__(42122);
var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2);
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/regeneratorRuntime.js
var regeneratorRuntime = __webpack_require__(17061);
var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime);
@ -119,6 +196,8 @@ var _umi_production_exports = __webpack_require__(89214);
var fetch = __webpack_require__(84519);
// EXTERNAL MODULE: ./node_modules/antd/es/form/index.js + 17 modules
var es_form = __webpack_require__(25159);
// EXTERNAL MODULE: ./node_modules/antd/es/message/index.js + 4 modules
var message = __webpack_require__(2453);
// EXTERNAL MODULE: ./node_modules/antd/es/row/index.js
var row = __webpack_require__(71230);
// EXTERNAL MODULE: ./node_modules/antd/es/col/index.js
@ -127,22 +206,25 @@ var col = __webpack_require__(15746);
var menu = __webpack_require__(68508);
// EXTERNAL MODULE: ./node_modules/antd/es/skeleton/index.js + 12 modules
var skeleton = __webpack_require__(21687);
// EXTERNAL MODULE: ./node_modules/antd/es/button/index.js
var es_button = __webpack_require__(71577);
// EXTERNAL MODULE: ./node_modules/antd/es/modal/index.js + 39 modules
var modal = __webpack_require__(72423);
// EXTERNAL MODULE: ./node_modules/antd/es/input/index.js + 5 modules
var input = __webpack_require__(79531);
// EXTERNAL MODULE: ./src/components/markdown-editor/index.tsx + 10 modules
var markdown_editor = __webpack_require__(55373);
// EXTERNAL MODULE: ./src/components/AsyncButton/index.tsx
var AsyncButton = __webpack_require__(48559);
// EXTERNAL MODULE: ./src/components/RenderHtml/index.tsx + 1 modules
var RenderHtml = __webpack_require__(12768);
// EXTERNAL MODULE: ./src/utils/env.ts + 1 modules
var env = __webpack_require__(59758);
;// CONCATENATED MODULE: ./src/pages/Help/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var Helpmodules = ({"flex_box_center":"flex_box_center___W5itf","flex_space_between":"flex_space_between___gui6v","flex_box_vertical_center":"flex_box_vertical_center___pD9t3","flex_box_center_end":"flex_box_center_end___ocOJP","flex_box_column":"flex_box_column___KhV4h","content":"content____xM73","title":"title___Q0EMb","menu":"menu___dbMGX","contcats":"contcats___uNFhe","cooperatives":"cooperatives___EVJ5n","imgWrp":"imgWrp___wcdFr"});
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/objectSpread2.js
var objectSpread2 = __webpack_require__(42122);
var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2);
// EXTERNAL MODULE: ./node_modules/antd/es/input/index.js + 5 modules
var input = __webpack_require__(79531);
/* harmony default export */ var Helpmodules = ({"flex_box_center":"flex_box_center___W5itf","flex_space_between":"flex_space_between___gui6v","flex_box_vertical_center":"flex_box_vertical_center___pD9t3","flex_box_center_end":"flex_box_center_end___ocOJP","flex_box_column":"flex_box_column___KhV4h","content":"content____xM73","title":"title___Q0EMb","menu":"menu___dbMGX","contcats":"contcats___uNFhe","cooperatives":"cooperatives___EVJ5n","imgWrp":"imgWrp___wcdFr","btns":"btns___gQP5Z","confirm":"confirm___Igsxy","cancel":"cancel___EPAJA"});
// EXTERNAL MODULE: ./node_modules/antd/es/radio/index.js + 5 modules
var es_radio = __webpack_require__(78045);
// EXTERNAL MODULE: ./node_modules/antd/es/button/index.js
var es_button = __webpack_require__(71577);
// EXTERNAL MODULE: ./src/utils/verifyLogin.tsx + 2 modules
var verifyLogin = __webpack_require__(7303);
;// CONCATENATED MODULE: ./src/pages/Help/Feedback/index.less?modules
@ -303,6 +385,7 @@ var Feedback = function Feedback(_ref) {
var Index_excluded = ["user", "globalSetting", "loading", "dispatch"];
@ -315,8 +398,10 @@ var Index_excluded = ["user", "globalSetting", "loading", "dispatch"];
var UserPage = function UserPage(_ref) {
var _MenuArr$filter3, _MenuArr$filter4, _data$contacts, _data$data;
var _MenuArr$filter3, _MenuArr$filter4, _MenuArr$filter5, _user$userInfo, _data$contacts, _user$userInfo3, _data$data;
var user = _ref.user,
globalSetting = _ref.globalSetting,
loading = _ref.loading,
@ -342,14 +427,36 @@ var UserPage = function UserPage(_ref) {
form = _Form$useForm2[0];
var params = (0,_umi_production_exports.useParams)();
var location = (0,_umi_production_exports.useLocation)();
var _useState5 = (0,react.useState)(null),
_useState6 = slicedToArray_default()(_useState5, 2),
mddata = _useState6[0],
setmdData = _useState6[1];
var _useState7 = (0,react.useState)(0),
_useState8 = slicedToArray_default()(_useState7, 2),
contacttype = _useState8[0],
setcontactType = _useState8[1];
var _useState9 = (0,react.useState)(false),
_useState10 = slicedToArray_default()(_useState9, 2),
isedit = _useState10[0],
setisedit = _useState10[1];
var _useState11 = (0,react.useState)(false),
_useState12 = slicedToArray_default()(_useState11, 2),
isedit1 = _useState12[0],
setisedit1 = _useState12[1];
var _useState13 = (0,react.useState)(mddata === null || mddata === void 0 ? void 0 : mddata.content),
_useState14 = slicedToArray_default()(_useState13, 2),
defaultcontent = _useState14[0],
setDefaultcontent = _useState14[1];
var MenuArr = [{
name: "关于我们",
key: "about_us",
id: "about"
id: "about",
editable: true
}, {
name: "加入我们",
key: "join_us",
id: "join_us"
id: "join_us",
editable: true
}, {
name: "联系我们",
key: "contact_us",
@ -361,11 +468,13 @@ var UserPage = function UserPage(_ref) {
}, {
name: "服务协议",
key: "agreement",
id: "agreement"
id: "agreement",
editable: true
}, {
name: "帮助中心",
key: "help_center",
id: "help_center"
id: "help_center",
editable: true
}, {
name: "意见反馈",
key: "feedback",
@ -409,12 +518,46 @@ var UserPage = function UserPage(_ref) {
return _ref2.apply(this, arguments);
};
}();
//修改内容回调接口
function updateItem() {
return _updateItem.apply(this, arguments);
}
function _updateItem() {
_updateItem = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee4() {
var res;
return regeneratorRuntime_default()().wrap(function _callee4$(_context4) {
while (1) switch (_context4.prev = _context4.next) {
case 0:
_context4.next = 2;
return (0,fetch/* default */.ZP)('/api/helps/update_content.json', {
method: 'put',
body: {
type: params.id,
content: defaultcontent
}
});
case 2:
res = _context4.sent;
if ((res === null || res === void 0 ? void 0 : res.status) === 0) {
message/* default.info */.ZP.info('提交成功');
setisedit(false);
setIsLoading(true);
getData();
}
case 4:
case "end":
return _context4.stop();
}
}, _callee4);
}));
return _updateItem.apply(this, arguments);
}
(0,react.useEffect)(function () {
setIsLoading(true);
getData();
}, [params.id]);
return /*#__PURE__*/(0,jsx_runtime.jsx)("section", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("section", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
className: "edu-container mt30",
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, {
gutter: [20, 20],
@ -432,6 +575,10 @@ var UserPage = function UserPage(_ref) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(menu/* default.Item */.Z.Item, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(_umi_production_exports.Link, {
to: "/help/".concat(item.key),
onClick: function onClick() {
setisedit(false);
setmdData(null);
},
children: item.name
})
}, item.key);
@ -439,26 +586,109 @@ var UserPage = function UserPage(_ref) {
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)(col/* default */.Z, {
flex: "1",
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("h1", {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("h1", {
className: Helpmodules.title,
children: (_MenuArr$filter4 = MenuArr.filter(function (item) {
children: [(_MenuArr$filter4 = MenuArr.filter(function (item) {
return item.key === params.id;
})) === null || _MenuArr$filter4 === void 0 ? void 0 : _MenuArr$filter4[0]['name']
})) === null || _MenuArr$filter4 === void 0 ? void 0 : _MenuArr$filter4[0]['name'], ((_MenuArr$filter5 = MenuArr.filter(function (item) {
return item.key === params.id;
})) === null || _MenuArr$filter5 === void 0 ? void 0 : _MenuArr$filter5[0]['editable']) && (user === null || user === void 0 ? void 0 : (_user$userInfo = user.userInfo) === null || _user$userInfo === void 0 ? void 0 : _user$userInfo.role) === 1 && /*#__PURE__*/(0,jsx_runtime.jsxs)("a", {
style: {
"float": 'right',
color: '#165DFF'
},
onClick: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2() {
var res;
return regeneratorRuntime_default()().wrap(function _callee2$(_context2) {
while (1) switch (_context2.prev = _context2.next) {
case 0:
setisedit(true);
_context2.next = 3;
return (0,fetch/* default */.ZP)('/api/helps/edit_content.json', {
params: {
type: params.id
}
});
case 3:
res = _context2.sent;
if ((res === null || res === void 0 ? void 0 : res.status) === 0) {
setmdData(res);
console.log(res);
}
case 5:
case "end":
return _context2.stop();
}
}, _callee2);
})),
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-bianji10 font14",
style: {
color: '#165DFF'
}
}), " \u7F16\u8F91"]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "minH500",
children: params.id === "feedback" ? /*#__PURE__*/(0,jsx_runtime.jsx)(Help_Feedback, {}) : /*#__PURE__*/(0,jsx_runtime.jsx)(skeleton/* default */.Z, {
loading: isLoading,
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: [Helpmodules.content, "bg-white pl30 pr30 pt30"].join(' '),
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(RenderHtml/* default */.Z, {
value: data.content || ''
children: [isedit ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(markdown_editor/* default */.Z, {
defaultValue: mddata === null || mddata === void 0 ? void 0 : mddata.content,
onChange: function onChange(e) {
return setDefaultcontent(e);
}
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Helpmodules.btns,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, {
className: Helpmodules.cancel,
onClick: function onClick() {
return setisedit(false);
},
children: "\u53D6\u6D88"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(AsyncButton/* AsyncButton */.Z, {
className: Helpmodules.confirm,
type: "primary",
onClick: updateItem,
children: "\u4FDD\u5B58\u66F4\u6539"
})]
})]
}) : /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(RenderHtml/* default */.Z, {
value: data.content || ''
})
}), (_data$contacts = data.contacts) === null || _data$contacts === void 0 ? void 0 : _data$contacts.map(function (item, key) {
var _user$userInfo2;
return /*#__PURE__*/(0,jsx_runtime.jsxs)("ul", {
className: Helpmodules.contcats,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("h1", {
children: [(user === null || user === void 0 ? void 0 : (_user$userInfo2 = user.userInfo) === null || _user$userInfo2 === void 0 ? void 0 : _user$userInfo2.role) === 1 && /*#__PURE__*/(0,jsx_runtime.jsxs)("a", {
style: {
"float": 'right',
color: '#165DFF'
},
onClick: function onClick() {
setisedit1(true);
setcontactType(key + 1);
form.setFieldsValue({
name: item.name,
qq: item.qq,
mail: item.mail
});
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-bianji10 font14",
style: {
color: '#165DFF'
}
}), " \u7F16\u8F91"]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("h1", {
children: item.type
}), /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
children: item.name
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("li", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: "\u8054\u7CFB\u4EBA:"
}), item.name]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("li", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: "QQ:"
@ -471,7 +701,25 @@ var UserPage = function UserPage(_ref) {
}, key);
}), data.address && /*#__PURE__*/(0,jsx_runtime.jsxs)("ul", {
className: Helpmodules.contcats,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("h1", {
children: [(user === null || user === void 0 ? void 0 : (_user$userInfo3 = user.userInfo) === null || _user$userInfo3 === void 0 ? void 0 : _user$userInfo3.role) === 1 && /*#__PURE__*/(0,jsx_runtime.jsxs)("a", {
style: {
"float": 'right',
color: '#165DFF'
},
onClick: function onClick() {
setisedit1(true);
setcontactType(4);
form.setFieldsValue({
address: data.address
});
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-bianji10 font14",
style: {
color: '#165DFF'
}
}), " \u7F16\u8F91"]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("h1", {
children: "\u516C\u53F8\u5730\u5740"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
children: data.address
@ -503,13 +751,112 @@ var UserPage = function UserPage(_ref) {
})]
})]
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, {
centered: true,
title: "\u7F16\u8F91",
open: isedit1,
okText: "\u786E\u5B9A",
cancelText: "\u53D6\u6D88",
destroyOnClose: true,
onCancel: function onCancel() {
setisedit1(false);
},
onOk: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee3() {
var formValue, res;
return regeneratorRuntime_default()().wrap(function _callee3$(_context3) {
while (1) switch (_context3.prev = _context3.next) {
case 0:
_context3.t0 = (objectSpread2_default());
_context3.t1 = {};
_context3.next = 4;
return form.validateFields();
case 4:
_context3.t2 = _context3.sent;
formValue = (0, _context3.t0)(_context3.t1, _context3.t2);
_context3.next = 8;
return (0,fetch/* default */.ZP)("/api/helps/update_contact.json", {
method: 'put',
body: objectSpread2_default()(objectSpread2_default()({}, formValue), {}, {
type: contacttype
})
});
case 8:
res = _context3.sent;
if (res.status === 0) {
message/* default.success */.ZP.success('修改成功');
getData();
setisedit1(false);
}
case 10:
case "end":
return _context3.stop();
}
}, _callee3);
})),
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_form/* default */.Z, {
form: form,
labelAlign: "right",
labelCol: {
span: 4
},
scrollToFirstError: true,
children: [contacttype !== 4 && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default.Item */.Z.Item, {
label: "\u8054\u7CFB\u4EBA",
name: "name",
placeholder: "\u8BF7\u8F93\u5165\u8054\u7CFB\u4EBA",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
maxLength: 60,
size: "large",
style: {
height: 40,
marginTop: '-4px'
}
})
}), contacttype !== 4 && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default.Item */.Z.Item, {
label: "QQ",
name: "qq",
placeholder: "\u8BF7\u8F93\u5165QQ",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
maxLength: 60,
size: "large",
style: {
height: 40,
marginTop: '-4px'
}
})
}), contacttype !== 4 && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default.Item */.Z.Item, {
label: "Email",
name: "mail",
placeholder: "\u8BF7\u8F93\u5165Email",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
maxLength: 60,
size: "large",
style: {
height: 40,
marginTop: '-4px'
}
})
}), contacttype === 4 && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default.Item */.Z.Item, {
label: "\u516C\u53F8\u5730\u5740",
name: "address",
placeholder: "\u8BF7\u8F93\u5165\u516C\u53F8\u5730\u5740",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
maxLength: 60,
size: "large",
style: {
height: 40,
marginTop: '-4px'
}
})
})]
})
})]
});
};
/* harmony default export */ var Index = ((0,_umi_production_exports.connect)(function (_ref3) {
var user = _ref3.user,
loading = _ref3.loading,
globalSetting = _ref3.globalSetting;
/* harmony default export */ var Index = ((0,_umi_production_exports.connect)(function (_ref5) {
var user = _ref5.user,
loading = _ref5.loading,
globalSetting = _ref5.globalSetting;
return {
user: user,
globalSetting: globalSetting,
@ -903,168 +1250,6 @@ input_Input.TextArea = TextArea/* default */.Z;
input_Input.Password = input_Password;
/* harmony default export */ var input = (input_Input);
/***/ }),
/***/ 67771:
/*!****************************************************!*\
!*** ./node_modules/antd/es/style/motion/slide.js ***!
\****************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "Qt": function() { return /* binding */ slideDownIn; },
/* harmony export */ "Uw": function() { return /* binding */ slideUpOut; },
/* harmony export */ "fJ": function() { return /* binding */ slideUpIn; },
/* harmony export */ "ly": function() { return /* binding */ slideDownOut; },
/* harmony export */ "oN": function() { return /* binding */ initSlideMotion; }
/* harmony export */ });
/* unused harmony exports slideLeftIn, slideLeftOut, slideRightIn, slideRightOut */
/* harmony import */ var _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @ant-design/cssinjs */ 73559);
/* harmony import */ var _motion__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./motion */ 93590);
const slideUpIn = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideUpIn', {
'0%': {
transform: 'scaleY(0.8)',
transformOrigin: '0% 0%',
opacity: 0
},
'100%': {
transform: 'scaleY(1)',
transformOrigin: '0% 0%',
opacity: 1
}
});
const slideUpOut = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideUpOut', {
'0%': {
transform: 'scaleY(1)',
transformOrigin: '0% 0%',
opacity: 1
},
'100%': {
transform: 'scaleY(0.8)',
transformOrigin: '0% 0%',
opacity: 0
}
});
const slideDownIn = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideDownIn', {
'0%': {
transform: 'scaleY(0.8)',
transformOrigin: '100% 100%',
opacity: 0
},
'100%': {
transform: 'scaleY(1)',
transformOrigin: '100% 100%',
opacity: 1
}
});
const slideDownOut = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideDownOut', {
'0%': {
transform: 'scaleY(1)',
transformOrigin: '100% 100%',
opacity: 1
},
'100%': {
transform: 'scaleY(0.8)',
transformOrigin: '100% 100%',
opacity: 0
}
});
const slideLeftIn = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideLeftIn', {
'0%': {
transform: 'scaleX(0.8)',
transformOrigin: '0% 0%',
opacity: 0
},
'100%': {
transform: 'scaleX(1)',
transformOrigin: '0% 0%',
opacity: 1
}
});
const slideLeftOut = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideLeftOut', {
'0%': {
transform: 'scaleX(1)',
transformOrigin: '0% 0%',
opacity: 1
},
'100%': {
transform: 'scaleX(0.8)',
transformOrigin: '0% 0%',
opacity: 0
}
});
const slideRightIn = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideRightIn', {
'0%': {
transform: 'scaleX(0.8)',
transformOrigin: '100% 0%',
opacity: 0
},
'100%': {
transform: 'scaleX(1)',
transformOrigin: '100% 0%',
opacity: 1
}
});
const slideRightOut = new _ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_0__.Keyframes('antSlideRightOut', {
'0%': {
transform: 'scaleX(1)',
transformOrigin: '100% 0%',
opacity: 1
},
'100%': {
transform: 'scaleX(0.8)',
transformOrigin: '100% 0%',
opacity: 0
}
});
const slideMotion = {
'slide-up': {
inKeyframes: slideUpIn,
outKeyframes: slideUpOut
},
'slide-down': {
inKeyframes: slideDownIn,
outKeyframes: slideDownOut
},
'slide-left': {
inKeyframes: slideLeftIn,
outKeyframes: slideLeftOut
},
'slide-right': {
inKeyframes: slideRightIn,
outKeyframes: slideRightOut
}
};
const initSlideMotion = (token, motionName) => {
const {
antCls
} = token;
const motionCls = `${antCls}-${motionName}`;
const {
inKeyframes,
outKeyframes
} = slideMotion[motionName];
return [(0,_motion__WEBPACK_IMPORTED_MODULE_1__/* .initMotion */ .R)(motionCls, inKeyframes, outKeyframes, token.motionDurationMid), {
[`
${motionCls}-enter,
${motionCls}-appear
`]: {
transform: 'scale(0)',
transformOrigin: '0% 0%',
opacity: 0,
animationTimingFunction: token.motionEaseOutQuint,
[`&-prepare`]: {
transform: 'scale(1)'
}
},
[`${motionCls}-leave`]: {
animationTimingFunction: token.motionEaseInQuint
}
}];
};
/***/ })
}]);

@ -1,129 +1,3 @@
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/PreviewAll/index.less?modules ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrp___dq7YK {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 108;
}
.wrp___dq7YK.bgBlack___ARIUV {
background: rgba(0, 0, 0, 0.5);
}
.wrp___dq7YK img,
.wrp___dq7YK video {
max-width: 100%;
max-height: 80%;
text-align: center;
}
.wrp___dq7YK iframe {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #fff;
border: none;
}
.monaco___VnZC3 {
position: absolute;
height: 100%;
width: 100%;
}
.darkBlue___UprA9 * {
font-size: 14px;
}
.darkBlue___UprA9 [class~='margin'],
.darkBlue___UprA9 [class~='monaco-editor-background'] {
background: #0a0e2d !important;
}
.darkBlue___UprA9 [class~='line-numbers'] {
color: white !important;
}
.close___LKoWu {
position: absolute;
right: 40px;
top: 40px;
z-index: 10;
display: flex;
}
.close___LKoWu > span {
background: #4a4a4a;
color: #fff;
width: 40px;
height: 40px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: 10px;
}
.embed___hvpEJ {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/*!*******************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/components/monaco-editor/index.css ***!
\*******************************************************************************************************************************************************************************************************************************************/
.my-monaco-editor div,
.my-diff-editor div {
font-size: inherit;
}
.my-error-line-wrp {
width: calc(100% - 20px) !important;
background: rgba(245, 0, 0, 0.2) !important;
height: auto !important;
color: rgba(245, 0, 0, 1);
}
.noCopyPaste .quick-input-widget {
display: none !important;
}
.breakpoints-select {
background: #FF0000;
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.breakpoints-fake {
background: rgba(255, 0, 0, 0.5);
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.highlighted-line {
background: #4B4B18;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Help/index.less?modules ***!
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@ -165,7 +39,7 @@
.title___Q0EMb {
height: 60px;
line-height: 60px;
padding-left: 30px;
padding: 0 30px;
border-bottom: 1px solid #eaeaea;
background: #fff;
margin: 0;
@ -208,6 +82,43 @@
width: 100%;
max-height: 100%;
}
.btns___gQP5Z {
display: flex;
align-items: center;
justify-content: end;
margin-top: 30px;
}
.btns___gQP5Z .confirm___Igsxy {
width: 128px;
height: 38px;
background: #3061D0;
box-shadow: 0px 2px 4px 0px #E0DFE1;
border-radius: 2px;
font-size: 14px;
color: #FFFFFF;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
margin-left: 20px;
}
.btns___gQP5Z .cancel___EPAJA {
width: 60px;
height: 38px;
background: #fff;
border-radius: 2px;
border: 1px solid #bacffe7c;
font-size: 14px;
color: #3061D0;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Help/Feedback/index.less?modules ***!

File diff suppressed because one or more lines are too long

@ -1911,26 +1911,38 @@ ul.menu___UMSQf [class~='ant-dropdown-menu-item-active'] {
height: 34px;
display: flex;
align-items: center;
justify-content: space-between;
color: #000f37;
padding: 0px 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil i {
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div {
display: flex;
align-items: center;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div > span {
margin-right: 12px;
font-size: 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div i {
color: #7d8592;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil > span {
margin-right: 15px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag1___dxm7r,
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
height: 18px;
padding: 3px 6px;
font-size: 12px;
border-radius: 2px;
border: 1px solid #FFE6AB;
color: #CA7720;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag___y1ZGO {
width: 76px;
height: 26px;
border-radius: 13px;
border: 1px solid #d6f7ef;
font-size: 14px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
border: 1px solid #D6F7EF;
color: #01795d;
line-height: 24px;
text-align: center;
margin-left: auto;
margin-left: 6px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

File diff suppressed because one or more lines are too long

@ -2002,26 +2002,38 @@
height: 34px;
display: flex;
align-items: center;
justify-content: space-between;
color: #000f37;
padding: 0px 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil i {
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div {
display: flex;
align-items: center;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div > span {
margin-right: 12px;
font-size: 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div i {
color: #7d8592;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil > span {
margin-right: 15px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag1___dxm7r,
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
height: 18px;
padding: 3px 6px;
font-size: 12px;
border-radius: 2px;
border: 1px solid #FFE6AB;
color: #CA7720;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag___y1ZGO {
width: 76px;
height: 26px;
border-radius: 13px;
border: 1px solid #d6f7ef;
font-size: 14px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
border: 1px solid #D6F7EF;
color: #01795d;
line-height: 24px;
text-align: center;
margin-left: auto;
margin-left: 6px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -4839,7 +4839,7 @@ var es_button = __webpack_require__(71577);
var CaretDownOutlined = __webpack_require__(39398);
;// CONCATENATED MODULE: ./src/pages/Paths/Detail/components/Banner/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var Bannermodules = ({"flex_box_center":"flex_box_center___GMs27","flex_space_between":"flex_space_between___iZX2j","flex_box_vertical_center":"flex_box_vertical_center___FAqrL","flex_box_center_end":"flex_box_center_end___bcsHk","flex_box_column":"flex_box_column___bbK5J","banner":"banner___J_z1y","wrp":"wrp___J4x9Y","titleWrap":"titleWrap___PRimN","titleFlexEnd":"titleFlexEnd___iJ3Lp","title":"title___p7Rh_","titleIcon":"titleIcon___krG4h","contentWrap":"contentWrap___TSTbZ","verticalLine":"verticalLine___I9rNF","contentLeftWrap":"contentLeftWrap___ctnXO","openCourseTag":"openCourseTag___GKlHI","ratingWrap":"ratingWrap___txiLS","ratingTitle":"ratingTitle___Q3b2_","rating":"rating___nWYrn","popoverWrap":"popoverWrap___OuHzS","popverLeft":"popverLeft___LE1m6","popoverRight":"popoverRight___qoc3O","popverScore":"popverScore___yjk5A","popoverRateWrap":"popoverRateWrap___LTwq7","popoverProgress":"popoverProgress___zgQTd","button":"button___laG3U","operationWrap":"operationWrap___HATT3","forkWrap":"forkWrap___JKLmo","fork":"fork___WAxXu","forkNum":"forkNum___mVT0B","buttonTransparent":"buttonTransparent___UvCv6","buttonLearnStatistics":"buttonLearnStatistics___clQ8y","publishPopverWrap":"publishPopverWrap___HdjD0","colorFF6802":"colorFF6802___qG9SX","w140":"w140___sbUdr","nav":"nav___MhhTj","navLeft":"navLeft___lqVWg","navContent":"navContent___n2s_9","flexRow":"flexRow___zwFIa","navRight":"navRight____4Spc","navLeftIcon":"navLeftIcon___WHxlM","colorOrange":"colorOrange___L2ZcR","contentItem":"contentItem___bTFib","contentItemTitle":"contentItemTitle___cRyCT","contentItemText":"contentItemText___p2VVW","classButton":"classButton___ht2ZK","bg28e":"bg28e___Lpwef","bgGray":"bgGray___ix5uS","btn":"btn___cK9ZK"});
/* harmony default export */ var Bannermodules = ({"flex_box_center":"flex_box_center___GMs27","flex_space_between":"flex_space_between___iZX2j","flex_box_vertical_center":"flex_box_vertical_center___FAqrL","flex_box_center_end":"flex_box_center_end___bcsHk","flex_box_column":"flex_box_column___bbK5J","banner":"banner___J_z1y","wrp":"wrp___J4x9Y","titleWrap":"titleWrap___PRimN","titleFlexEnd":"titleFlexEnd___iJ3Lp","title":"title___p7Rh_","titleName":"titleName___rfBg7","titleIcon":"titleIcon___krG4h","contentWrap":"contentWrap___TSTbZ","verticalLine":"verticalLine___I9rNF","contentLeftWrap":"contentLeftWrap___ctnXO","openCourseTag":"openCourseTag___GKlHI","tagsWrap":"tagsWrap___Fm7yN","ratingWrap":"ratingWrap___txiLS","ratingTitle":"ratingTitle___Q3b2_","rating":"rating___nWYrn","popoverWrap":"popoverWrap___OuHzS","popverLeft":"popverLeft___LE1m6","popoverRight":"popoverRight___qoc3O","popverScore":"popverScore___yjk5A","popoverRateWrap":"popoverRateWrap___LTwq7","popoverProgress":"popoverProgress___zgQTd","button":"button___laG3U","operationWrap":"operationWrap___HATT3","forkWrap":"forkWrap___JKLmo","fork":"fork___WAxXu","forkNum":"forkNum___mVT0B","buttonTransparent":"buttonTransparent___UvCv6","buttonLearnStatistics":"buttonLearnStatistics___clQ8y","publishPopverWrap":"publishPopverWrap___HdjD0","colorFF6802":"colorFF6802___qG9SX","w140":"w140___sbUdr","nav":"nav___MhhTj","navLeft":"navLeft___lqVWg","navContent":"navContent___n2s_9","flexRow":"flexRow___zwFIa","navRight":"navRight____4Spc","navLeftIcon":"navLeftIcon___WHxlM","colorOrange":"colorOrange___L2ZcR","contentItem":"contentItem___bTFib","contentItemTitle":"contentItemTitle___cRyCT","contentItemText":"contentItemText___p2VVW","classButton":"classButton___ht2ZK","bg28e":"bg28e___Lpwef","bgGray":"bgGray___ix5uS","btn":"btn___cK9ZK"});
// EXTERNAL MODULE: ./src/utils/authority.ts
var authority = __webpack_require__(7);
// EXTERNAL MODULE: ./src/service/paths.ts
@ -5935,7 +5935,7 @@ var statustype = [{
txcolor: '#A45204'
}];
var Banner = function Banner(_ref) {
var _pathsDetail$detail, _pathsDetail$detail2, _pathsDetail$detail11, _pathsDetail$detail12, _pathsDetail$detail13, _pathsDetail$detail14, _pathsDetail$detail15, _pathsDetail$detail16, _pathsDetail$detail17, _pathsDetail$detail18, _pathsDetail$detail19, _pathsDetail$detail20, _pathsDetail$detail21, _pathsDetail$detail22, _pathsDetail$detail23, _pathsDetail$detail24, _pathsDetail$detail25, _pathsDetail$detail26, _pathsDetail$detail27, _pathsDetail$detail28, _pathsDetail$detail29, _pathsDetail$detail30, _pathsDetail$detail31, _pathsDetail$detail32, _pathsDetail$detail33, _pathsDetail$detail34, _pathsDetail$detail35, _pathsDetail$detail36, _pathsDetail$detail37, _pathsDetail$detail38, _user$userInfo, _pathsDetail$detail39, _pathsDetail$detail56, _pathsDetail$detail57, _pathsDetail$detail58, _pathsDetail$detail59, _pathsDetail$detail60, _pathsDetail$detail61, _pathsDetail$detail62, _pathsDetail$detail63, _statustype, _pathsDetail$detail64, _statustype2, _pathsDetail$detail65, _statustype3, _pathsDetail$detail66, _statustype4, _pathsDetail$detail67, _statustype5, _pathsDetail$detail68, _pathsDetail$detail69, _pathsDetail$detail70, _pathsDetail$detail71, _pathsDetail$detail72, _pathsDetail$detail73, _user$userInfo3, _pathsDetail$detail74, _user$userInfo4, _pathsDetail$detail75, _pathsDetail$detail76, _pathsDetail$detail77, _pathsDetail$detail78, _pathsDetail$detail79, _pathsDetail$detail80, _pathsDetail$detail81, _pathsDetail$detail82, _pathsDetail$detail83, _pathsDetail$detail84, _pathsDetail$detail85, _pathsDetail$detail86, _pathsDetail$detail87, _pathsDetail$detail88, _pathsDetail$detail89, _pathsDetail$detail90, _pathsDetail$detail91, _pathsDetail$detail92, _pathsDetail$detail93, _pathsDetail$detail94, _pathsDetail$detail95, _pathsDetail$detail96, _pathsDetail$detail97, _pathsDetail$detail98, _currentCourse$course2, _currentCourse$course3, _currentCourse$course4, _currentCourse$course5, _currentCourse$first_, _currentCourse$first_2, _currentCourse$course6, _currentCourse$course7, _currentCourse$first_3, _currentCourse$first_4, _currentCourse$course8, _currentCourse$course9, _currentCourse$course10, _currentCourse$course11, _currentCourse$first_5, _currentCourse$first_6, _pathsDetail$detail102, _pathsDetail$detail103, _pathsDetail$detail104, _pathsDetail$detail105, _pathsDetail$detail106, _pathsDetail$detail107, _pathsDetail$detail108, _pathsDetail$detail109, _pathsDetail$detail110, _pathsDetail$detail111, _pathsDetail$detail112, _pathsDetail$detail113, _pathsDetail$detail114, _pathsDetail$detail115, _pathsDetail$detail116, _pathsDetail$detail117;
var _pathsDetail$detail, _pathsDetail$detail2, _pathsDetail$detail11, _pathsDetail$detail12, _pathsDetail$detail13, _pathsDetail$detail14, _pathsDetail$detail15, _pathsDetail$detail16, _pathsDetail$detail17, _pathsDetail$detail18, _pathsDetail$detail19, _pathsDetail$detail20, _pathsDetail$detail21, _pathsDetail$detail22, _pathsDetail$detail23, _pathsDetail$detail24, _pathsDetail$detail25, _pathsDetail$detail26, _pathsDetail$detail27, _pathsDetail$detail28, _pathsDetail$detail29, _pathsDetail$detail30, _pathsDetail$detail31, _pathsDetail$detail32, _pathsDetail$detail33, _pathsDetail$detail34, _pathsDetail$detail35, _pathsDetail$detail36, _pathsDetail$detail37, _pathsDetail$detail38, _user$userInfo, _pathsDetail$detail39, _pathsDetail$detail56, _pathsDetail$detail57, _pathsDetail$detail58, _pathsDetail$detail59, _pathsDetail$detail60, _pathsDetail$detail61, _pathsDetail$detail62, _pathsDetail$detail63, _user$userInfo3, _pathsDetail$detail64, _user$userInfo4, _pathsDetail$detail65, _pathsDetail$detail66, _pathsDetail$detail67, _statustype, _pathsDetail$detail68, _statustype2, _pathsDetail$detail69, _statustype3, _pathsDetail$detail70, _statustype4, _pathsDetail$detail71, _statustype5, _pathsDetail$detail72, _pathsDetail$detail73, _pathsDetail$detail74, _pathsDetail$detail75, _pathsDetail$detail76, _pathsDetail$detail77, _pathsDetail$detail78, _pathsDetail$detail79, _pathsDetail$detail80, _pathsDetail$detail81, _pathsDetail$detail82, _pathsDetail$detail83, _pathsDetail$detail84, _pathsDetail$detail85, _pathsDetail$detail86, _pathsDetail$detail87, _pathsDetail$detail88, _pathsDetail$detail89, _pathsDetail$detail90, _pathsDetail$detail91, _pathsDetail$detail92, _pathsDetail$detail93, _pathsDetail$detail94, _pathsDetail$detail95, _pathsDetail$detail96, _pathsDetail$detail97, _pathsDetail$detail98, _pathsDetail$detail99, _pathsDetail$detail100, _pathsDetail$detail101, _currentCourse$course2, _currentCourse$course3, _currentCourse$course4, _currentCourse$course5, _currentCourse$first_, _currentCourse$first_2, _currentCourse$course6, _currentCourse$course7, _currentCourse$first_3, _currentCourse$first_4, _currentCourse$course8, _currentCourse$course9, _currentCourse$course10, _currentCourse$course11, _currentCourse$first_5, _currentCourse$first_6, _pathsDetail$detail105, _pathsDetail$detail106, _pathsDetail$detail107, _pathsDetail$detail108, _pathsDetail$detail109, _pathsDetail$detail110, _pathsDetail$detail111, _pathsDetail$detail112, _pathsDetail$detail113, _pathsDetail$detail114, _pathsDetail$detail115, _pathsDetail$detail116, _pathsDetail$detail117, _pathsDetail$detail118, _pathsDetail$detail119, _pathsDetail$detail120;
var pathsDetail = _ref.pathsDetail,
user = _ref.user,
globalSetting = _ref.globalSetting,
@ -6768,69 +6768,24 @@ var Banner = function Banner(_ref) {
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: [Bannermodules.titleWrap, ((_pathsDetail$detail56 = pathsDetail.detail) === null || _pathsDetail$detail56 === void 0 ? void 0 : (_pathsDetail$detail57 = _pathsDetail$detail56.name) === null || _pathsDetail$detail57 === void 0 ? void 0 : _pathsDetail$detail57.indexOf('\n')) && Bannermodules.titleFlexEnd].join(' '),
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Bannermodules.title
// dangerouslySetInnerHTML={{ __html: pathsDetail.detail?.name?.replace(/\n/, "<br/>") || "" }}
,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("strong", {
children: (_pathsDetail$detail58 = pathsDetail.detail) === null || _pathsDetail$detail58 === void 0 ? void 0 : (_pathsDetail$detail59 = _pathsDetail$detail58.name) === null || _pathsDetail$detail59 === void 0 ? void 0 : _pathsDetail$detail59.split('\n')[0]
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: (_pathsDetail$detail58 = pathsDetail.detail) === null || _pathsDetail$detail58 === void 0 ? void 0 : (_pathsDetail$detail59 = _pathsDetail$detail58.name) === null || _pathsDetail$detail59 === void 0 ? void 0 : _pathsDetail$detail59.split('\n')[0],
children: /*#__PURE__*/(0,jsx_runtime.jsx)("strong", {
className: Bannermodules.titleName,
children: (_pathsDetail$detail60 = pathsDetail.detail) === null || _pathsDetail$detail60 === void 0 ? void 0 : (_pathsDetail$detail61 = _pathsDetail$detail60.name) === null || _pathsDetail$detail61 === void 0 ? void 0 : _pathsDetail$detail61.split('\n')[0]
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "font24",
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), (_pathsDetail$detail60 = pathsDetail.detail) === null || _pathsDetail$detail60 === void 0 ? void 0 : (_pathsDetail$detail61 = _pathsDetail$detail60.name) === null || _pathsDetail$detail61 === void 0 ? void 0 : _pathsDetail$detail61.split('\n').filter(function (i, k) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), (_pathsDetail$detail62 = pathsDetail.detail) === null || _pathsDetail$detail62 === void 0 ? void 0 : (_pathsDetail$detail63 = _pathsDetail$detail62.name) === null || _pathsDetail$detail63 === void 0 ? void 0 : _pathsDetail$detail63.split('\n').filter(function (i, k) {
return k !== 0;
}).join('')]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [((_pathsDetail$detail62 = pathsDetail.detail) === null || _pathsDetail$detail62 === void 0 ? void 0 : _pathsDetail$detail62.excellent) && /*#__PURE__*/(0,jsx_runtime.jsx)(tag/* default */.Z, {
className: "".concat(Bannermodules.openCourseTag, " font14"),
style: {
background: '#44D7B6',
border: '1px solid #44D7B6'
},
children: "\u5F00\u653E\u8BFE\u7A0B"
}), ((_pathsDetail$detail63 = pathsDetail.detail) === null || _pathsDetail$detail63 === void 0 ? void 0 : _pathsDetail$detail63.allow_add_member) && /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: (_statustype = statustype[((_pathsDetail$detail64 = pathsDetail.detail) === null || _pathsDetail$detail64 === void 0 ? void 0 : _pathsDetail$detail64.shixun_tag_num) - 1]) === null || _statustype === void 0 ? void 0 : _statustype.connect,
children: /*#__PURE__*/(0,jsx_runtime.jsx)(tag/* default */.Z, {
className: "".concat(Bannermodules.openCourseTag, " font14"),
style: {
backgroundColor: (_statustype2 = statustype[((_pathsDetail$detail65 = pathsDetail.detail) === null || _pathsDetail$detail65 === void 0 ? void 0 : _pathsDetail$detail65.shixun_tag_num) - 1]) === null || _statustype2 === void 0 ? void 0 : _statustype2.bkcolor,
color: (_statustype3 = statustype[((_pathsDetail$detail66 = pathsDetail.detail) === null || _pathsDetail$detail66 === void 0 ? void 0 : _pathsDetail$detail66.shixun_tag_num) - 1]) === null || _statustype3 === void 0 ? void 0 : _statustype3.txcolor,
height: 26,
border: "1px solid ".concat((_statustype4 = statustype[((_pathsDetail$detail67 = pathsDetail.detail) === null || _pathsDetail$detail67 === void 0 ? void 0 : _pathsDetail$detail67.shixun_tag_num) - 1]) === null || _statustype4 === void 0 ? void 0 : _statustype4.bkcolor)
},
children: (_statustype5 = statustype[((_pathsDetail$detail68 = pathsDetail.detail) === null || _pathsDetail$detail68 === void 0 ? void 0 : _pathsDetail$detail68.shixun_tag_num) - 1]) === null || _statustype5 === void 0 ? void 0 : _statustype5.name
})
}), ((_pathsDetail$detail69 = pathsDetail.detail) === null || _pathsDetail$detail69 === void 0 ? void 0 : _pathsDetail$detail69.featured) > 0 && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [((_pathsDetail$detail70 = pathsDetail.detail) === null || _pathsDetail$detail70 === void 0 ? void 0 : _pathsDetail$detail70.featured) === 1 && /*#__PURE__*/(0,jsx_runtime.jsx)(tag/* default */.Z, {
className: "".concat(Bannermodules.openCourseTag, " font14"),
style: {
background: '#FF6500',
border: '1px solid #FF6500'
},
children: "\u56FD\u5BB6\u4E00\u6D41"
}), ((_pathsDetail$detail71 = pathsDetail.detail) === null || _pathsDetail$detail71 === void 0 ? void 0 : _pathsDetail$detail71.featured) === 2 && /*#__PURE__*/(0,jsx_runtime.jsx)(tag/* default */.Z, {
className: "".concat(Bannermodules.openCourseTag, " font14"),
style: {
background: '#4361F2',
border: '1px solid #4361F2'
},
children: "\u519B\u961F\u4E00\u6D41"
}), ((_pathsDetail$detail72 = pathsDetail.detail) === null || _pathsDetail$detail72 === void 0 ? void 0 : _pathsDetail$detail72.featured) === 3 && /*#__PURE__*/(0,jsx_runtime.jsx)(tag/* default */.Z, {
className: "".concat(Bannermodules.openCourseTag, " font14"),
style: {
background: '#E9AD5D',
border: '1px solid #E9AD5D'
},
children: "\u7701\u7EA7\u4E00\u6D41"
}), ((_pathsDetail$detail73 = pathsDetail.detail) === null || _pathsDetail$detail73 === void 0 ? void 0 : _pathsDetail$detail73.featured) === 4 && /*#__PURE__*/(0,jsx_runtime.jsx)(tag/* default */.Z, {
className: "".concat(Bannermodules.openCourseTag, " font14"),
style: {
background: '#f7ce62',
border: '1px solid #f7ce62'
},
children: "\u7CBE\u54C1\u8BFE\u7A0B"
})]
}), ((_user$userInfo3 = user.userInfo) === null || _user$userInfo3 === void 0 ? void 0 : _user$userInfo3.login) && ((_pathsDetail$detail74 = pathsDetail.detail) === null || _pathsDetail$detail74 === void 0 ? void 0 : _pathsDetail$detail74.is_collect) && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
children: [((_user$userInfo3 = user.userInfo) === null || _user$userInfo3 === void 0 ? void 0 : _user$userInfo3.login) && ((_pathsDetail$detail64 = pathsDetail.detail) === null || _pathsDetail$detail64 === void 0 ? void 0 : _pathsDetail$detail64.is_collect) && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
// ${styles.button} ${styles.buttonTransparent}
style: {
fontSize: '12px',
@ -6858,7 +6813,7 @@ var Banner = function Banner(_ref) {
},
children: "\u5DF2\u6536\u85CF"
})]
}), ((_user$userInfo4 = user.userInfo) === null || _user$userInfo4 === void 0 ? void 0 : _user$userInfo4.login) && !((_pathsDetail$detail75 = pathsDetail.detail) !== null && _pathsDetail$detail75 !== void 0 && _pathsDetail$detail75.is_collect) && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
}), ((_user$userInfo4 = user.userInfo) === null || _user$userInfo4 === void 0 ? void 0 : _user$userInfo4.login) && !((_pathsDetail$detail65 = pathsDetail.detail) !== null && _pathsDetail$detail65 !== void 0 && _pathsDetail$detail65.is_collect) && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
// ${styles.button} ${styles.buttonTransparent}
style: {
fontSize: '12px',
@ -6916,94 +6871,156 @@ var Banner = function Banner(_ref) {
})]
})]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Bannermodules.tagsWrap,
children: [((_pathsDetail$detail66 = pathsDetail.detail) === null || _pathsDetail$detail66 === void 0 ? void 0 : _pathsDetail$detail66.excellent) && /*#__PURE__*/(0,jsx_runtime.jsx)(tag/* default */.Z, {
className: "".concat(Bannermodules.openCourseTag, " font14"),
style: {
background: '#44D7B6',
border: '1px solid #44D7B6'
},
children: "\u5F00\u653E\u8BFE\u7A0B"
}), ((_pathsDetail$detail67 = pathsDetail.detail) === null || _pathsDetail$detail67 === void 0 ? void 0 : _pathsDetail$detail67.allow_add_member) && /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: (_statustype = statustype[((_pathsDetail$detail68 = pathsDetail.detail) === null || _pathsDetail$detail68 === void 0 ? void 0 : _pathsDetail$detail68.shixun_tag_num) - 1]) === null || _statustype === void 0 ? void 0 : _statustype.connect,
children: /*#__PURE__*/(0,jsx_runtime.jsx)(tag/* default */.Z, {
className: "".concat(Bannermodules.openCourseTag, " font14"),
style: {
backgroundColor: (_statustype2 = statustype[((_pathsDetail$detail69 = pathsDetail.detail) === null || _pathsDetail$detail69 === void 0 ? void 0 : _pathsDetail$detail69.shixun_tag_num) - 1]) === null || _statustype2 === void 0 ? void 0 : _statustype2.bkcolor,
color: (_statustype3 = statustype[((_pathsDetail$detail70 = pathsDetail.detail) === null || _pathsDetail$detail70 === void 0 ? void 0 : _pathsDetail$detail70.shixun_tag_num) - 1]) === null || _statustype3 === void 0 ? void 0 : _statustype3.txcolor,
height: 26,
border: "1px solid ".concat((_statustype4 = statustype[((_pathsDetail$detail71 = pathsDetail.detail) === null || _pathsDetail$detail71 === void 0 ? void 0 : _pathsDetail$detail71.shixun_tag_num) - 1]) === null || _statustype4 === void 0 ? void 0 : _statustype4.bkcolor)
},
children: (_statustype5 = statustype[((_pathsDetail$detail72 = pathsDetail.detail) === null || _pathsDetail$detail72 === void 0 ? void 0 : _pathsDetail$detail72.shixun_tag_num) - 1]) === null || _statustype5 === void 0 ? void 0 : _statustype5.name
})
}), ((_pathsDetail$detail73 = pathsDetail.detail) === null || _pathsDetail$detail73 === void 0 ? void 0 : _pathsDetail$detail73.featured) > 0 && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [((_pathsDetail$detail74 = pathsDetail.detail) === null || _pathsDetail$detail74 === void 0 ? void 0 : _pathsDetail$detail74.featured) === 1 && /*#__PURE__*/(0,jsx_runtime.jsx)(tag/* default */.Z, {
className: "".concat(Bannermodules.openCourseTag, " font14"),
style: {
background: '#FF6500',
border: '1px solid #FF6500'
},
children: "\u56FD\u5BB6\u4E00\u6D41"
}), ((_pathsDetail$detail75 = pathsDetail.detail) === null || _pathsDetail$detail75 === void 0 ? void 0 : _pathsDetail$detail75.featured) === 2 && /*#__PURE__*/(0,jsx_runtime.jsx)(tag/* default */.Z, {
className: "".concat(Bannermodules.openCourseTag, " font14"),
style: {
background: '#4361F2',
border: '1px solid #4361F2'
},
children: "\u519B\u961F\u4E00\u6D41"
}), ((_pathsDetail$detail76 = pathsDetail.detail) === null || _pathsDetail$detail76 === void 0 ? void 0 : _pathsDetail$detail76.featured) === 3 && /*#__PURE__*/(0,jsx_runtime.jsx)(tag/* default */.Z, {
className: "".concat(Bannermodules.openCourseTag, " font14"),
style: {
background: '#E9AD5D',
border: '1px solid #E9AD5D'
},
children: "\u7701\u7EA7\u4E00\u6D41"
}), ((_pathsDetail$detail77 = pathsDetail.detail) === null || _pathsDetail$detail77 === void 0 ? void 0 : _pathsDetail$detail77.featured) === 4 && /*#__PURE__*/(0,jsx_runtime.jsx)(tag/* default */.Z, {
className: "".concat(Bannermodules.openCourseTag, " font14"),
style: {
background: '#f7ce62',
border: '1px solid #f7ce62'
},
children: "\u7CBE\u54C1\u8BFE\u7A0B"
})]
}), ((_pathsDetail$detail78 = pathsDetail.detail) === null || _pathsDetail$detail78 === void 0 ? void 0 : _pathsDetail$detail78.is_plan) && /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: "\u6559\u80B2\u90E8101\u8BA1\u5212\u8BA1\u7B97\u673A\u7C7B\u8BFE\u7A0B",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(tag/* default */.Z, {
className: "".concat(Bannermodules.openCourseTag, " font14"),
style: {
background: '#19CB70',
border: '1px solid #19CB70'
},
children: "101\u8BA1\u5212"
})
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Bannermodules.contentWrap,
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Bannermodules.contentLeftWrap,
children: [!!((_pathsDetail$detail76 = pathsDetail.detail) !== null && _pathsDetail$detail76 !== void 0 && _pathsDetail$detail76.stages_count) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [!!((_pathsDetail$detail79 = pathsDetail.detail) !== null && _pathsDetail$detail79 !== void 0 && _pathsDetail$detail79.stages_count) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "mr30",
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: "\u7AE0\u8282"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("p", {
className: "mt3",
children: (_pathsDetail$detail77 = pathsDetail.detail) === null || _pathsDetail$detail77 === void 0 ? void 0 : _pathsDetail$detail77.stages_count
children: (_pathsDetail$detail80 = pathsDetail.detail) === null || _pathsDetail$detail80 === void 0 ? void 0 : _pathsDetail$detail80.stages_count
})]
}), !!((_pathsDetail$detail78 = pathsDetail.detail) !== null && _pathsDetail$detail78 !== void 0 && _pathsDetail$detail78.shixuns_count) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
}), !!((_pathsDetail$detail81 = pathsDetail.detail) !== null && _pathsDetail$detail81 !== void 0 && _pathsDetail$detail81.shixuns_count) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "mr30",
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: "\u5355\u5143"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("p", {
className: "mt3",
children: (_pathsDetail$detail79 = pathsDetail.detail) === null || _pathsDetail$detail79 === void 0 ? void 0 : _pathsDetail$detail79.shixuns_count
children: (_pathsDetail$detail82 = pathsDetail.detail) === null || _pathsDetail$detail82 === void 0 ? void 0 : _pathsDetail$detail82.shixuns_count
})]
}), !!((_pathsDetail$detail80 = pathsDetail.detail) !== null && _pathsDetail$detail80 !== void 0 && _pathsDetail$detail80.challenge_choose_count) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
}), !!((_pathsDetail$detail83 = pathsDetail.detail) !== null && _pathsDetail$detail83 !== void 0 && _pathsDetail$detail83.challenge_choose_count) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "mr30",
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: "\u9009\u62E9\u9898\u5173\u5361"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("p", {
className: "mt3",
children: (_pathsDetail$detail81 = pathsDetail.detail) === null || _pathsDetail$detail81 === void 0 ? void 0 : _pathsDetail$detail81.challenge_choose_count
children: (_pathsDetail$detail84 = pathsDetail.detail) === null || _pathsDetail$detail84 === void 0 ? void 0 : _pathsDetail$detail84.challenge_choose_count
})]
}), !!((_pathsDetail$detail82 = pathsDetail.detail) !== null && _pathsDetail$detail82 !== void 0 && _pathsDetail$detail82.challenges_count) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
}), !!((_pathsDetail$detail85 = pathsDetail.detail) !== null && _pathsDetail$detail85 !== void 0 && _pathsDetail$detail85.challenges_count) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "mr30",
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: "\u5B9E\u8DF5\u5173\u5361"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("p", {
className: "mt3",
children: (_pathsDetail$detail83 = pathsDetail.detail) === null || _pathsDetail$detail83 === void 0 ? void 0 : _pathsDetail$detail83.challenges_count
children: (_pathsDetail$detail86 = pathsDetail.detail) === null || _pathsDetail$detail86 === void 0 ? void 0 : _pathsDetail$detail86.challenges_count
})]
}), !!((_pathsDetail$detail84 = pathsDetail.detail) !== null && _pathsDetail$detail84 !== void 0 && _pathsDetail$detail84.videos_count) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
}), !!((_pathsDetail$detail87 = pathsDetail.detail) !== null && _pathsDetail$detail87 !== void 0 && _pathsDetail$detail87.videos_count) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "mr30",
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: "\u89C6\u9891"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("p", {
className: "mt3",
children: (_pathsDetail$detail85 = pathsDetail.detail) === null || _pathsDetail$detail85 === void 0 ? void 0 : _pathsDetail$detail85.videos_count
children: (_pathsDetail$detail88 = pathsDetail.detail) === null || _pathsDetail$detail88 === void 0 ? void 0 : _pathsDetail$detail88.videos_count
})]
}), !!((_pathsDetail$detail86 = pathsDetail.detail) !== null && _pathsDetail$detail86 !== void 0 && _pathsDetail$detail86.attachment_count) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
}), !!((_pathsDetail$detail89 = pathsDetail.detail) !== null && _pathsDetail$detail89 !== void 0 && _pathsDetail$detail89.attachment_count) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "mr30",
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: "\u8BFE\u4EF6"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("p", {
className: "mt3",
children: (_pathsDetail$detail87 = pathsDetail.detail) === null || _pathsDetail$detail87 === void 0 ? void 0 : _pathsDetail$detail87.attachment_count
children: (_pathsDetail$detail90 = pathsDetail.detail) === null || _pathsDetail$detail90 === void 0 ? void 0 : _pathsDetail$detail90.attachment_count
})]
}), ((_pathsDetail$detail88 = pathsDetail.detail) === null || _pathsDetail$detail88 === void 0 ? void 0 : _pathsDetail$detail88.publish_status) !== 0 && !!((_pathsDetail$detail89 = pathsDetail.detail) !== null && _pathsDetail$detail89 !== void 0 && _pathsDetail$detail89.subject_score) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
}), ((_pathsDetail$detail91 = pathsDetail.detail) === null || _pathsDetail$detail91 === void 0 ? void 0 : _pathsDetail$detail91.publish_status) !== 0 && !!((_pathsDetail$detail92 = pathsDetail.detail) !== null && _pathsDetail$detail92 !== void 0 && _pathsDetail$detail92.subject_score) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "mr30",
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: "\u7ECF\u9A8C\u503C"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("p", {
className: "mt3",
children: (_pathsDetail$detail90 = pathsDetail.detail) === null || _pathsDetail$detail90 === void 0 ? void 0 : _pathsDetail$detail90.subject_score
children: (_pathsDetail$detail93 = pathsDetail.detail) === null || _pathsDetail$detail93 === void 0 ? void 0 : _pathsDetail$detail93.subject_score
})]
}), ((_pathsDetail$detail91 = pathsDetail.detail) === null || _pathsDetail$detail91 === void 0 ? void 0 : _pathsDetail$detail91.publish_status) !== 0 && !!((_pathsDetail$detail92 = pathsDetail.detail) !== null && _pathsDetail$detail92 !== void 0 && _pathsDetail$detail92.member_count) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
}), ((_pathsDetail$detail94 = pathsDetail.detail) === null || _pathsDetail$detail94 === void 0 ? void 0 : _pathsDetail$detail94.publish_status) !== 0 && !!((_pathsDetail$detail95 = pathsDetail.detail) !== null && _pathsDetail$detail95 !== void 0 && _pathsDetail$detail95.member_count) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "mr30",
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: '学习人数'
}), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: "\u66F4\u65B0\u65F6\u95F4\uFF1A".concat(((_pathsDetail$detail93 = pathsDetail.detail) === null || _pathsDetail$detail93 === void 0 ? void 0 : _pathsDetail$detail93.member_count_update_at) || '--'),
title: "\u66F4\u65B0\u65F6\u95F4\uFF1A".concat(((_pathsDetail$detail96 = pathsDetail.detail) === null || _pathsDetail$detail96 === void 0 ? void 0 : _pathsDetail$detail96.member_count_update_at) || '--'),
children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-xiaowenhao1 font14 ml5"
})
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("p", {
className: "mt3",
children: (_pathsDetail$detail94 = pathsDetail.detail) === null || _pathsDetail$detail94 === void 0 ? void 0 : _pathsDetail$detail94.member_count
children: (_pathsDetail$detail97 = pathsDetail.detail) === null || _pathsDetail$detail97 === void 0 ? void 0 : _pathsDetail$detail97.member_count
})]
}), ((_pathsDetail$detail95 = pathsDetail.detail) === null || _pathsDetail$detail95 === void 0 ? void 0 : _pathsDetail$detail95.subject_score) >= 0 && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
}), ((_pathsDetail$detail98 = pathsDetail.detail) === null || _pathsDetail$detail98 === void 0 ? void 0 : _pathsDetail$detail98.subject_score) >= 0 && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "font14 c-white",
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: "\u8BC4\u5206"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), /*#__PURE__*/(0,jsx_runtime.jsx)(rate/* default */.Z, {
allowHalf: true,
value: (0,util/* formatRate */.og)((_pathsDetail$detail96 = pathsDetail.detail) === null || _pathsDetail$detail96 === void 0 ? void 0 : _pathsDetail$detail96.averge_star),
value: (0,util/* formatRate */.og)((_pathsDetail$detail99 = pathsDetail.detail) === null || _pathsDetail$detail99 === void 0 ? void 0 : _pathsDetail$detail99.averge_star),
disabled: true,
className: Bannermodules.rating
})]
})]
})
}), !!((_pathsDetail$detail97 = pathsDetail.detail) !== null && _pathsDetail$detail97 !== void 0 && (_pathsDetail$detail98 = _pathsDetail$detail97.courses) !== null && _pathsDetail$detail98 !== void 0 && _pathsDetail$detail98.length) && /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", {
}), !!((_pathsDetail$detail100 = pathsDetail.detail) !== null && _pathsDetail$detail100 !== void 0 && (_pathsDetail$detail101 = _pathsDetail$detail100.courses) !== null && _pathsDetail$detail101 !== void 0 && _pathsDetail$detail101.length) && /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", {
className: Bannermodules.nav,
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Bannermodules.navLeft,
@ -7019,17 +7036,17 @@ var Banner = function Banner(_ref) {
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(dropdown/* default */.Z, {
dropdownRender: function dropdownRender() {
var _ref9, _ref9$reverse, _pathsDetail$detail99;
var _ref9, _ref9$reverse, _pathsDetail$detail102;
return /*#__PURE__*/(0,jsx_runtime.jsx)(menu/* default */.Z, {
children: (_ref9 = toConsumableArray_default()((_pathsDetail$detail99 = pathsDetail.detail) === null || _pathsDetail$detail99 === void 0 ? void 0 : _pathsDetail$detail99.courses)) === null || _ref9 === void 0 ? void 0 : (_ref9$reverse = _ref9.reverse()) === null || _ref9$reverse === void 0 ? void 0 : _ref9$reverse.map(function (item, index) {
var _pathsDetail$detail100, _pathsDetail$detail101;
children: (_ref9 = toConsumableArray_default()((_pathsDetail$detail102 = pathsDetail.detail) === null || _pathsDetail$detail102 === void 0 ? void 0 : _pathsDetail$detail102.courses)) === null || _ref9 === void 0 ? void 0 : (_ref9$reverse = _ref9.reverse()) === null || _ref9$reverse === void 0 ? void 0 : _ref9$reverse.map(function (item, index) {
var _pathsDetail$detail103, _pathsDetail$detail104;
return /*#__PURE__*/(0,jsx_runtime.jsx)(menu/* default.Item */.Z.Item, {
onClick: function onClick() {
return handleChangeCourse(item.course_id);
},
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "font14",
children: ["\u7B2C", ((_pathsDetail$detail100 = pathsDetail.detail) === null || _pathsDetail$detail100 === void 0 ? void 0 : (_pathsDetail$detail101 = _pathsDetail$detail100.courses) === null || _pathsDetail$detail101 === void 0 ? void 0 : _pathsDetail$detail101.length) - index, "\u671F"]
children: ["\u7B2C", ((_pathsDetail$detail103 = pathsDetail.detail) === null || _pathsDetail$detail103 === void 0 ? void 0 : (_pathsDetail$detail104 = _pathsDetail$detail103.courses) === null || _pathsDetail$detail104 === void 0 ? void 0 : _pathsDetail$detail104.length) - index, "\u671F"]
})
}, item.course_id);
})
@ -7121,10 +7138,10 @@ var Banner = function Banner(_ref) {
href: "/classrooms/".concat(currentCourse === null || currentCourse === void 0 ? void 0 : (_currentCourse$first_5 = currentCourse.first_category_url) === null || _currentCourse$first_5 === void 0 ? void 0 : (_currentCourse$first_6 = _currentCourse$first_5.split('/')) === null || _currentCourse$first_6 === void 0 ? void 0 : _currentCourse$first_6[2], "/announcement"),
target: "_blank",
children: "\u8FDB\u5165\u8BFE\u5802"
}), applyPath && isLastNumber && ((_pathsDetail$detail102 = pathsDetail.detail) === null || _pathsDetail$detail102 === void 0 ? void 0 : _pathsDetail$detail102.has_participate) && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), applyPath && isLastNumber && ((_pathsDetail$detail105 = pathsDetail.detail) === null || _pathsDetail$detail105 === void 0 ? void 0 : _pathsDetail$detail105.has_participate) && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "".concat(Bannermodules.classButton, " ").concat(Bannermodules.bgGray),
children: "\u9884\u7EA6\u62A5\u540D\u6210\u529F"
}), applyPath && isLastNumber && !((_pathsDetail$detail103 = pathsDetail.detail) !== null && _pathsDetail$detail103 !== void 0 && _pathsDetail$detail103.has_participate) && (isOrderSuccess ? /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), applyPath && isLastNumber && !((_pathsDetail$detail106 = pathsDetail.detail) !== null && _pathsDetail$detail106 !== void 0 && _pathsDetail$detail106.has_participate) && (isOrderSuccess ? /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "".concat(Bannermodules.classButton, " ").concat(Bannermodules.bgGray),
children: "\u9884\u7EA6\u62A5\u540D\u6210\u529F"
}) : /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
@ -7134,37 +7151,37 @@ var Banner = function Banner(_ref) {
}))]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Bannermodules.flexRow,
children: [applyPath && !!((_pathsDetail$detail104 = pathsDetail.detail) !== null && _pathsDetail$detail104 !== void 0 && (_pathsDetail$detail105 = _pathsDetail$detail104.courses) !== null && _pathsDetail$detail105 !== void 0 && _pathsDetail$detail105.length) && isLastNumber && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
children: [applyPath && !!((_pathsDetail$detail107 = pathsDetail.detail) !== null && _pathsDetail$detail107 !== void 0 && (_pathsDetail$detail108 = _pathsDetail$detail107.courses) !== null && _pathsDetail$detail108 !== void 0 && _pathsDetail$detail108.length) && isLastNumber && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "mt20",
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "mr10",
children: ["\u5F53\u9884\u7EA6\u62A5\u540D\u4EBA\u6570\u8FBE\u5230 ", (_pathsDetail$detail106 = pathsDetail.detail) === null || _pathsDetail$detail106 === void 0 ? void 0 : _pathsDetail$detail106.student_count, ' ', "\u4EBA\u65F6\u5373\u5C06\u5F00\u8BFE"]
children: ["\u5F53\u9884\u7EA6\u62A5\u540D\u4EBA\u6570\u8FBE\u5230 ", (_pathsDetail$detail109 = pathsDetail.detail) === null || _pathsDetail$detail109 === void 0 ? void 0 : _pathsDetail$detail109.student_count, ' ', "\u4EBA\u65F6\u5373\u5C06\u5F00\u8BFE"]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "",
children: ["\u5F53\u524D\u9884\u7EA6\u62A5\u540D\u4EBA\u6570\uFF1A", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "mr5 c-red-ee4",
children: isOrderSuccess === true ? ((_pathsDetail$detail107 = pathsDetail.detail) === null || _pathsDetail$detail107 === void 0 ? void 0 : _pathsDetail$detail107.participant_count) + 1 : (_pathsDetail$detail108 = pathsDetail.detail) === null || _pathsDetail$detail108 === void 0 ? void 0 : _pathsDetail$detail108.participant_count
children: isOrderSuccess === true ? ((_pathsDetail$detail110 = pathsDetail.detail) === null || _pathsDetail$detail110 === void 0 ? void 0 : _pathsDetail$detail110.participant_count) + 1 : (_pathsDetail$detail111 = pathsDetail.detail) === null || _pathsDetail$detail111 === void 0 ? void 0 : _pathsDetail$detail111.participant_count
}), "\u4EBA"]
})]
}), applyPath && !((_pathsDetail$detail109 = pathsDetail.detail) !== null && _pathsDetail$detail109 !== void 0 && (_pathsDetail$detail110 = _pathsDetail$detail109.courses) !== null && _pathsDetail$detail110 !== void 0 && _pathsDetail$detail110.length) && isLastNumber && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
children: [!((_pathsDetail$detail111 = pathsDetail.detail) !== null && _pathsDetail$detail111 !== void 0 && _pathsDetail$detail111.has_participate) && (isOrderSuccess === true ? /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), applyPath && !((_pathsDetail$detail112 = pathsDetail.detail) !== null && _pathsDetail$detail112 !== void 0 && (_pathsDetail$detail113 = _pathsDetail$detail112.courses) !== null && _pathsDetail$detail113 !== void 0 && _pathsDetail$detail113.length) && isLastNumber && /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
children: [!((_pathsDetail$detail114 = pathsDetail.detail) !== null && _pathsDetail$detail114 !== void 0 && _pathsDetail$detail114.has_participate) && (isOrderSuccess === true ? /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "".concat(Bannermodules.classButton, " ").concat(Bannermodules.bgGray),
children: "\u9884\u7EA6\u62A5\u540D\u6210\u529F"
}) : /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
className: "".concat(Bannermodules.classButton, " ").concat(Bannermodules.bg28e),
onClick: handleRegister,
children: "\u671F\u5F85\u5F00\u8BFE\u5E76\u9884\u7EA6\u62A5\u540D"
})), ((_pathsDetail$detail112 = pathsDetail.detail) === null || _pathsDetail$detail112 === void 0 ? void 0 : _pathsDetail$detail112.has_participate) && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
})), ((_pathsDetail$detail115 = pathsDetail.detail) === null || _pathsDetail$detail115 === void 0 ? void 0 : _pathsDetail$detail115.has_participate) && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "".concat(Bannermodules.classButton, " ").concat(Bannermodules.bgGray),
children: "\u9884\u7EA6\u62A5\u540D\u6210\u529F"
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "mr10",
children: ["\u5F53\u9884\u7EA6\u62A5\u540D\u4EBA\u6570\u8FBE\u5230 ", (_pathsDetail$detail113 = pathsDetail.detail) === null || _pathsDetail$detail113 === void 0 ? void 0 : _pathsDetail$detail113.student_count, ' ', "\u4EBA\u65F6\u5373\u5C06\u5F00\u8BFE"]
children: ["\u5F53\u9884\u7EA6\u62A5\u540D\u4EBA\u6570\u8FBE\u5230 ", (_pathsDetail$detail116 = pathsDetail.detail) === null || _pathsDetail$detail116 === void 0 ? void 0 : _pathsDetail$detail116.student_count, ' ', "\u4EBA\u65F6\u5373\u5C06\u5F00\u8BFE"]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "",
children: ["\u5F53\u524D\u9884\u7EA6\u62A5\u540D\u4EBA\u6570\uFF1A", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "mr5 c-red-ee4",
children: isOrderSuccess === true ? ((_pathsDetail$detail114 = pathsDetail.detail) === null || _pathsDetail$detail114 === void 0 ? void 0 : _pathsDetail$detail114.participant_count) + 1 : (_pathsDetail$detail115 = pathsDetail.detail) === null || _pathsDetail$detail115 === void 0 ? void 0 : _pathsDetail$detail115.participant_count
children: isOrderSuccess === true ? ((_pathsDetail$detail117 = pathsDetail.detail) === null || _pathsDetail$detail117 === void 0 ? void 0 : _pathsDetail$detail117.participant_count) + 1 : (_pathsDetail$detail118 = pathsDetail.detail) === null || _pathsDetail$detail118 === void 0 ? void 0 : _pathsDetail$detail118.participant_count
}), "\u4EBA"]
})]
})]
@ -7204,7 +7221,7 @@ var Banner = function Banner(_ref) {
maxHeight: 378,
overflow: 'auto'
},
value: pathsDetail === null || pathsDetail === void 0 ? void 0 : (_pathsDetail$detail116 = pathsDetail.detail) === null || _pathsDetail$detail116 === void 0 ? void 0 : (_pathsDetail$detail117 = _pathsDetail$detail116.toast) === null || _pathsDetail$detail117 === void 0 ? void 0 : _pathsDetail$detail117.content
value: pathsDetail === null || pathsDetail === void 0 ? void 0 : (_pathsDetail$detail119 = pathsDetail.detail) === null || _pathsDetail$detail119 === void 0 ? void 0 : (_pathsDetail$detail120 = _pathsDetail$detail119.toast) === null || _pathsDetail$detail120 === void 0 ? void 0 : _pathsDetail$detail120.content
})
})]
});
@ -10128,7 +10145,7 @@ var pagination = __webpack_require__(83338);
var FormSearch = __webpack_require__(33722);
;// CONCATENATED MODULE: ./src/pages/Paths/Detail/components/Stage/SelectShixuns/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var SelectShixunsmodules = ({"flex_box_center":"flex_box_center___f9Y4A","flex_space_between":"flex_space_between___I6MWj","flex_box_vertical_center":"flex_box_vertical_center___BFbAG","flex_box_center_end":"flex_box_center_end___TN47s","flex_box_column":"flex_box_column___ab8pI","wrp":"wrp___o8GAj","drawer":"drawer___hKPci","menu":"menu___NmsZq","actived":"actived___VmSRs","actived2":"actived2___L7hZl","listItem":"listItem___rLCYD","info":"info___ProlR","title":"title___DtPu3","titleLeft":"titleLeft___nAPKM","titleRight":"titleRight___puGmC","search":"search___8U7Z_","description":"description___D_sXj","menuCourse":"menuCourse___gfJ2j","authorname":"authorname___cTiR0"});
/* harmony default export */ var SelectShixunsmodules = ({"flex_box_center":"flex_box_center___f9Y4A","flex_space_between":"flex_space_between___I6MWj","flex_box_vertical_center":"flex_box_vertical_center___BFbAG","flex_box_center_end":"flex_box_center_end___TN47s","flex_box_column":"flex_box_column___ab8pI","wrp":"wrp___o8GAj","drawer":"drawer___hKPci","menu":"menu___NmsZq","actived":"actived___VmSRs","actived2":"actived2___L7hZl","listItem":"listItem___rLCYD","info":"info___ProlR","title":"title___DtPu3","titleLeft":"titleLeft___nAPKM","titleRight":"titleRight___puGmC","search":"search___8U7Z_","description":"description___D_sXj","menuCourse":"menuCourse___gfJ2j","authorname":"authorname___cTiR0","tooltip-content":"tooltip-content___M1Rrn"});
;// CONCATENATED MODULE: ./src/pages/Paths/Detail/components/Stage/SelectShixuns/index.tsx
@ -10215,7 +10232,8 @@ var PublishShixun = function PublishShixun(_ref) {
order: "desc",
limit: 20,
sort: "myshixuns_count",
group_id: null
group_id: null,
need: 1
}),
_useState6 = slicedToArray_default()(_useState5, 2),
query = _useState6[0],
@ -10524,22 +10542,20 @@ var PublishShixun = function PublishShixun(_ref) {
justifyContent: 'space-between'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [(v === null || v === void 0 ? void 0 : v.author_name) && /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
overlayClassName: SelectShixunsmodules["tooltip-content"],
title: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
dangerouslySetInnerHTML: {
__html: v.author_name.join('、')
__html: v === null || v === void 0 ? void 0 : v.author_name
}
})
}),
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: SelectShixunsmodules.authorname,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "mr30",
dangerouslySetInnerHTML: {
__html: v.author_name.join('、')
}
})
dangerouslySetInnerHTML: {
__html: v === null || v === void 0 ? void 0 : v.author_name
}
})
}), v.author_school_name && /*#__PURE__*/(0,jsx_runtime.jsx)(react.Fragment, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
@ -16972,7 +16988,7 @@ var gojsreact = __webpack_require__(80500);
var go_module = __webpack_require__(23495);
;// CONCATENATED MODULE: ./src/pages/Paths/Detail/components/knowledge/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var knowledgemodules = ({"flex_box_center":"flex_box_center___Szzqu","flex_space_between":"flex_space_between___dPVA6","flex_box_vertical_center":"flex_box_vertical_center___jyJ_1","flex_box_center_end":"flex_box_center_end___LcIki","flex_box_column":"flex_box_column___URqef","diagram-component":"diagram-component___p5I1J","rightmodal":"rightmodal___m9muS","title":"title___o_SbY","button":"button___dkDCG","linetitles":"linetitles___OnY49","line":"line___DRyRv","additem":"additem___e0i2I","lebels":"lebels___L_GjD","describe":"describe___kQnz2","describetitle":"describetitle___ruvEj","ehover":"ehover___yL7ec","dhover":"dhover___Fk5zc","header":"header___pmtBA","headeractivite":"headeractivite___NrVuo"});
/* harmony default export */ var knowledgemodules = ({"flex_box_center":"flex_box_center___Szzqu","flex_space_between":"flex_space_between___dPVA6","flex_box_vertical_center":"flex_box_vertical_center___jyJ_1","flex_box_center_end":"flex_box_center_end___LcIki","flex_box_column":"flex_box_column___URqef","diagram-component":"diagram-component___p5I1J","rightmodal":"rightmodal___m9muS","title":"title___o_SbY","button":"button___dkDCG","linetitles":"linetitles___OnY49","line":"line___DRyRv","additem":"additem___e0i2I","multi_ellipsis1":"multi_ellipsis1___cM9m0","lebels":"lebels___L_GjD","describe":"describe___kQnz2","describetitle":"describetitle___ruvEj","ehover":"ehover___yL7ec","dhover":"dhover___Fk5zc","header":"header___pmtBA","headeractivite":"headeractivite___NrVuo"});
// EXTERNAL MODULE: ./node_modules/react-draggable/build/cjs/cjs.js
var cjs = __webpack_require__(61193);
var cjs_default = /*#__PURE__*/__webpack_require__.n(cjs);
@ -17044,7 +17060,7 @@ var ContinuousForceDirectedLayout = /*#__PURE__*/function (_go$ForceDirectedLayo
var colors = ['#3CDAA3', '#9C41DE', '#F84F90', '#30A7F1', '#6656FF'];
var textcolor = ['根节点', '课件知识单元', '实训知识单元', '文本知识单元', '知识点'];
var knowledge_Atlas = function Atlas(_ref) {
var _pathsDetail$detail3, _pathsDetail$detail4, _pathsDetail$detail5, _pathsDetail$detail6, _pathsDetail$detail7, _pathsDetail$detail8, _items$descriptions;
var _pathsDetail$detail3, _pathsDetail$detail4, _pathsDetail$detail5, _pathsDetail$detail6, _pathsDetail$detail7, _pathsDetail$detail8, _items$relations, _items$descriptions;
var user = _ref.user,
pathsDetail = _ref.pathsDetail;
var params = (0,_umi_production_exports.useParams)();
@ -17288,13 +17304,13 @@ var knowledge_Atlas = function Atlas(_ref) {
return _getdatas.apply(this, arguments);
}
function _getdatas() {
_getdatas = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee16() {
var url, res, _res$nodeData, _items;
return regeneratorRuntime_default()().wrap(function _callee16$(_context16) {
while (1) switch (_context16.prev = _context16.next) {
_getdatas = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee17() {
var url, res, _res$nodeData, _res$nodeData2, ritems, item;
return regeneratorRuntime_default()().wrap(function _callee17$(_context17) {
while (1) switch (_context17.prev = _context17.next) {
case 0:
url = ismind ? "/api/knowledge_graphs/tree.json" : "/api/knowledge_graphs/map.json";
_context16.next = 3;
_context17.next = 3;
return (0,fetch/* default */.ZP)(url, {
method: 'get',
params: {
@ -17302,31 +17318,37 @@ var knowledge_Atlas = function Atlas(_ref) {
}
});
case 3:
res = _context16.sent;
res = _context17.sent;
if (res.status === 0) {
_items = res === null || res === void 0 ? void 0 : (_res$nodeData = res.nodeData) === null || _res$nodeData === void 0 ? void 0 : _res$nodeData.map(function (item, index) {
ritems = res === null || res === void 0 ? void 0 : (_res$nodeData = res.nodeData) === null || _res$nodeData === void 0 ? void 0 : _res$nodeData.map(function (item, index) {
return objectSpread2_default()(objectSpread2_default()({}, item), {}, {
bgcolor: colors[item.unit_type],
parent: item.parent_id
});
});
setdatas(objectSpread2_default()(objectSpread2_default()({}, res), {}, {
nodeData: _items
nodeData: ritems
}));
if (ismind) {
loadTreeChart(_items);
loadTreeChart(ritems);
setTimeout(function () {
zoomToFit();
}, 300);
} else {
zoomToFit();
}
item = res === null || res === void 0 ? void 0 : (_res$nodeData2 = res.nodeData) === null || _res$nodeData2 === void 0 ? void 0 : _res$nodeData2.filter(function (item) {
return item.id === items.id;
});
if ((item === null || item === void 0 ? void 0 : item.length) > 0) {
setitems(objectSpread2_default()({}, item === null || item === void 0 ? void 0 : item[0]));
}
}
case 5:
case "end":
return _context16.stop();
return _context17.stop();
}
}, _callee16);
}, _callee17);
}));
return _getdatas.apply(this, arguments);
}
@ -18244,6 +18266,85 @@ var knowledge_Atlas = function Atlas(_ref) {
children: "\u8DF3\u8F6C"
})]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
marginTop: 20
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: knowledgemodules.linetitles,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: knowledgemodules.line
}), "\u5173\u7CFB"]
}), items === null || items === void 0 ? void 0 : (_items$relations = items.relations) === null || _items$relations === void 0 ? void 0 : _items$relations.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
paddingLeft: 8
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: knowledgemodules.multi_ellipsis1,
children: ["\u4E0E\u8282\u70B9\u201C", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
fontWeight: 600,
color: '#000000'
},
children: item.name
}), "\u201D\u4E3A", item.relation, "\u5173\u7CFB"]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
width: '10%',
textAlign: 'end'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
onClick: function onClick() {
modal/* default.confirm */.Z.confirm({
icon: null,
title: '提示',
getContainer: function getContainer() {
return containerRef.current;
},
centered: true,
content: '请确认是否将节点之间的关系解绑',
onOk: function () {
var _onOk4 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee9() {
var res, _items$relations2;
return regeneratorRuntime_default()().wrap(function _callee9$(_context9) {
while (1) switch (_context9.prev = _context9.next) {
case 0:
setsploading(true);
_context9.next = 3;
return (0,fetch/* default */.ZP)("/api/knowledge_graphs/".concat(items === null || items === void 0 ? void 0 : items.id, "/delete_relation.json"), {
method: 'POST',
body: {
relation_id: item.relation_id
}
});
case 3:
res = _context9.sent;
setsploading(false);
if (res.status === 0) {
(_items$relations2 = items.relations) === null || _items$relations2 === void 0 ? void 0 : _items$relations2.splice(index, 1);
setitems(objectSpread2_default()({}, items));
getdatas();
}
case 6:
case "end":
return _context9.stop();
}
}, _callee9);
}));
function onOk() {
return _onOk4.apply(this, arguments);
}
return onOk;
}()
});
},
className: "".concat(knowledgemodules.dhover, " iconfont icon-shanchu10")
})
})]
});
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
marginTop: 20
@ -18319,16 +18420,16 @@ var knowledge_Atlas = function Atlas(_ref) {
centered: true,
content: '删除描述后,数据不可恢复,请确认是否删除',
onOk: function () {
var _onOk4 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee9() {
var _onOk5 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee10() {
var _items$descriptions2;
var res;
return regeneratorRuntime_default()().wrap(function _callee9$(_context9) {
while (1) switch (_context9.prev = _context9.next) {
return regeneratorRuntime_default()().wrap(function _callee10$(_context10) {
while (1) switch (_context10.prev = _context10.next) {
case 0:
(_items$descriptions2 = items.descriptions) === null || _items$descriptions2 === void 0 ? void 0 : _items$descriptions2.splice(index, 1);
setitems(objectSpread2_default()({}, items));
setsploading(true);
_context9.next = 5;
_context10.next = 5;
return (0,fetch/* default */.ZP)("/api/knowledge_graphs/".concat(items.id, ".json"), {
method: 'put',
body: {
@ -18336,7 +18437,7 @@ var knowledge_Atlas = function Atlas(_ref) {
}
});
case 5:
res = _context9.sent;
res = _context10.sent;
setsploading(false);
if (res.status === 0) {
setupname(false);
@ -18344,12 +18445,12 @@ var knowledge_Atlas = function Atlas(_ref) {
}
case 8:
case "end":
return _context9.stop();
return _context10.stop();
}
}, _callee9);
}, _callee10);
}));
function onOk() {
return _onOk4.apply(this, arguments);
return _onOk5.apply(this, arguments);
}
return onOk;
}()
@ -18390,13 +18491,13 @@ var knowledge_Atlas = function Atlas(_ref) {
size: "large",
form: form,
onFinish: /*#__PURE__*/function () {
var _ref7 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee10(values) {
var _ref7 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee11(values) {
var res;
return regeneratorRuntime_default()().wrap(function _callee10$(_context10) {
while (1) switch (_context10.prev = _context10.next) {
return regeneratorRuntime_default()().wrap(function _callee11$(_context11) {
while (1) switch (_context11.prev = _context11.next) {
case 0:
setbuttonloading(true);
_context10.next = 3;
_context11.next = 3;
return (0,fetch/* default */.ZP)("/api/knowledge_graphs/".concat(items.id, ".json"), {
method: 'put',
body: {
@ -18404,7 +18505,7 @@ var knowledge_Atlas = function Atlas(_ref) {
}
});
case 3:
res = _context10.sent;
res = _context11.sent;
setbuttonloading(false);
if (res.status === 0) {
if (ismind) {
@ -18417,9 +18518,9 @@ var knowledge_Atlas = function Atlas(_ref) {
}
case 6:
case "end":
return _context10.stop();
return _context11.stop();
}
}, _callee10);
}, _callee11);
}));
return function (_x3) {
return _ref7.apply(this, arguments);
@ -18460,13 +18561,13 @@ var knowledge_Atlas = function Atlas(_ref) {
size: "large",
form: form,
onFinish: /*#__PURE__*/function () {
var _ref8 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee11(value) {
var _ref8 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee12(value) {
var res;
return regeneratorRuntime_default()().wrap(function _callee11$(_context11) {
while (1) switch (_context11.prev = _context11.next) {
return regeneratorRuntime_default()().wrap(function _callee12$(_context12) {
while (1) switch (_context12.prev = _context12.next) {
case 0:
setbuttonloading(true);
_context11.next = 3;
_context12.next = 3;
return (0,fetch/* default */.ZP)("/api/knowledge_graphs.json", {
method: 'post',
body: objectSpread2_default()(objectSpread2_default()({}, value), {}, {
@ -18476,7 +18577,7 @@ var knowledge_Atlas = function Atlas(_ref) {
})
});
case 3:
res = _context11.sent;
res = _context12.sent;
setbuttonloading(false);
if (res.status === 0) {
setadditem(false);
@ -18485,9 +18586,9 @@ var knowledge_Atlas = function Atlas(_ref) {
}
case 6:
case "end":
return _context11.stop();
return _context12.stop();
}
}, _callee11);
}, _callee12);
}));
return function (_x4) {
return _ref8.apply(this, arguments);
@ -18532,12 +18633,12 @@ var knowledge_Atlas = function Atlas(_ref) {
span: 5
},
onFinish: /*#__PURE__*/function () {
var _ref9 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee12(value) {
var _ref9 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee13(value) {
var res;
return regeneratorRuntime_default()().wrap(function _callee12$(_context12) {
while (1) switch (_context12.prev = _context12.next) {
return regeneratorRuntime_default()().wrap(function _callee13$(_context13) {
while (1) switch (_context13.prev = _context13.next) {
case 0:
_context12.next = 2;
_context13.next = 2;
return (0,fetch/* default */.ZP)("/api/knowledge_graphs.json", {
method: 'post',
body: objectSpread2_default()(objectSpread2_default()({}, value), {}, {
@ -18546,7 +18647,7 @@ var knowledge_Atlas = function Atlas(_ref) {
})
});
case 2:
res = _context12.sent;
res = _context13.sent;
setbuttonloading(false);
if (res.status === 0) {
setaddunit(false);
@ -18555,9 +18656,9 @@ var knowledge_Atlas = function Atlas(_ref) {
}
case 5:
case "end":
return _context12.stop();
return _context13.stop();
}
}, _callee12);
}, _callee13);
}));
return function (_x5) {
return _ref9.apply(this, arguments);
@ -18689,10 +18790,10 @@ var knowledge_Atlas = function Atlas(_ref) {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z, {
form: form,
onFinish: /*#__PURE__*/function () {
var _ref10 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee13(values) {
var _ref10 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee14(values) {
var res;
return regeneratorRuntime_default()().wrap(function _callee13$(_context13) {
while (1) switch (_context13.prev = _context13.next) {
return regeneratorRuntime_default()().wrap(function _callee14$(_context14) {
while (1) switch (_context14.prev = _context14.next) {
case 0:
setbuttonloading(true);
if (describe.add) {
@ -18702,7 +18803,7 @@ var knowledge_Atlas = function Atlas(_ref) {
items.descriptions[describe.index] = values.describe;
setitems(objectSpread2_default()({}, items));
}
_context13.next = 4;
_context14.next = 4;
return (0,fetch/* default */.ZP)("/api/knowledge_graphs/".concat(items.id, ".json"), {
method: 'put',
body: {
@ -18710,7 +18811,7 @@ var knowledge_Atlas = function Atlas(_ref) {
}
});
case 4:
res = _context13.sent;
res = _context14.sent;
setbuttonloading(false);
setdescribe('');
if (res.status === 0) {
@ -18719,9 +18820,9 @@ var knowledge_Atlas = function Atlas(_ref) {
}
case 8:
case "end":
return _context13.stop();
return _context14.stop();
}
}, _callee13);
}, _callee14);
}));
return function (_x6) {
return _ref10.apply(this, arguments);
@ -18757,33 +18858,33 @@ var knowledge_Atlas = function Atlas(_ref) {
setexport(false);
setFileList([]);
},
onOk: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee14() {
onOk: /*#__PURE__*/asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee15() {
var formData, res, _res$fail;
return regeneratorRuntime_default()().wrap(function _callee14$(_context14) {
while (1) switch (_context14.prev = _context14.next) {
return regeneratorRuntime_default()().wrap(function _callee15$(_context15) {
while (1) switch (_context15.prev = _context15.next) {
case 0:
formData = new FormData();
if (!(fileList.length > 0)) {
_context14.next = 5;
_context15.next = 5;
break;
}
formData.append('file', fileList[0]);
_context14.next = 7;
_context15.next = 7;
break;
case 5:
message/* default.warning */.ZP.warning("请选择文件");
return _context14.abrupt("return");
return _context15.abrupt("return");
case 7:
setbuttonloading(true);
formData.append('ec_year_id', params.ec_year_id);
formData.append('identifier', params.pathId);
_context14.next = 12;
_context15.next = 12;
return (0,fetch/* default */.ZP)("/api/knowledge_graphs/import.json", {
method: 'post',
body: formData
}, true);
case 12:
res = _context14.sent;
res = _context15.sent;
setbuttonloading(false);
if ((res === null || res === void 0 ? void 0 : res.status) === 0) {
if ((res === null || res === void 0 ? void 0 : (_res$fail = res.fail) === null || _res$fail === void 0 ? void 0 : _res$fail.length) > 0) {
@ -18808,9 +18909,9 @@ var knowledge_Atlas = function Atlas(_ref) {
}
case 15:
case "end":
return _context14.stop();
return _context15.stop();
}
}, _callee14);
}, _callee15);
})),
children: [!(datas !== null && datas !== void 0 && datas.is_root) && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
@ -18896,13 +18997,13 @@ var knowledge_Atlas = function Atlas(_ref) {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z, {
form: form,
onFinish: /*#__PURE__*/function () {
var _ref12 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee15(values) {
var _ref12 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee16(values) {
var res;
return regeneratorRuntime_default()().wrap(function _callee15$(_context15) {
while (1) switch (_context15.prev = _context15.next) {
return regeneratorRuntime_default()().wrap(function _callee16$(_context16) {
while (1) switch (_context16.prev = _context16.next) {
case 0:
setbuttonloading(true);
_context15.next = 3;
_context16.next = 3;
return (0,fetch/* default */.ZP)("/api/knowledge_graphs/".concat(items.id, "/relation.json"), {
method: 'post',
body: objectSpread2_default()({
@ -18910,7 +19011,7 @@ var knowledge_Atlas = function Atlas(_ref) {
}, values)
});
case 3:
res = _context15.sent;
res = _context16.sent;
setbuttonloading(false);
if (res.status === 0) {
form.setFieldsValue({
@ -18923,9 +19024,9 @@ var knowledge_Atlas = function Atlas(_ref) {
}
case 6:
case "end":
return _context15.stop();
return _context16.stop();
}
}, _callee15);
}, _callee16);
}));
return function (_x7) {
return _ref12.apply(this, arguments);

@ -64,6 +64,14 @@
color: #fff;
margin-right: 8px;
}
.titleName___rfBg7 {
max-width: 614px;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.titleIcon___krG4h {
color: #747a7f;
}
@ -96,7 +104,13 @@
font-size: 14px;
border: 1px solid #ff6800;
border-radius: 20px;
padding: 0 10px;
margin: 10px 10px 30px 0;
min-width: 78px;
}
.tagsWrap___Fm7yN {
display: flex;
justify-content: flex-start;
align-items: center;
}
.ratingWrap___txiLS {
display: flex;
@ -166,7 +180,7 @@
.operationWrap___HATT3 {
display: flex;
flex-wrap: wrap;
margin-bottom: 15px;
margin-bottom: 0px;
justify-content: flex-end;
}
.forkWrap___JKLmo {
@ -1875,6 +1889,11 @@
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: bottom;
margin-right: 30px;
}
.info___ProlR span[class~='highlight'],
.tooltip-content___M1Rrn span[class~='highlight'] {
color: #E99237;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
@ -4736,6 +4755,14 @@ body {
font-size: 12px;
cursor: pointer;
}
.rightmodal___m9muS .multi_ellipsis1___cM9m0 {
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
overflow: hidden;
width: 90%;
color: #333333;
}
.rightmodal___m9muS .lebels___L_GjD {
color: #5f6368;
font-size: 14px;

@ -682,6 +682,9 @@ var Page = function Page(_ref) {
}, {
id: 4,
name: '开放课程'
}, {
id: 6,
name: '101计划'
}];
//出现页面右侧悬浮按钮
(0,react.useEffect)(function () {

@ -4388,7 +4388,7 @@ var NewItem = function NewItem(_ref2) {
};
}),
difficulty: 2,
item_banks_group_id: [0]
item_banks_group_id: [Number(searchParams.get("group_id")) || 0]
});
} else {
//编辑
@ -4487,10 +4487,10 @@ var NewItem = function NewItem(_ref2) {
break;
}
};
var handleValuesChange = function handleValuesChange(changedValues) {
var handleValuesChange = function handleValuesChange(changedValues, allowChangeValues) {
if (changedValues !== null && changedValues !== void 0 && changedValues.item_type) {
//更改了试题类型,需要重新设置初始值(只有创建的时候才可以改变试题类型)
setInitDataByQuestionType(changedValues === null || changedValues === void 0 ? void 0 : changedValues.item_type);
setInitDataByQuestionType(changedValues === null || changedValues === void 0 ? void 0 : changedValues.item_type, allowChangeValues === null || allowChangeValues === void 0 ? void 0 : allowChangeValues.item_banks_group_id);
setUnfold(false);
}
if (changedValues !== null && changedValues !== void 0 && changedValues.course) {

@ -6525,7 +6525,7 @@ var es_form = __webpack_require__(25159);
var divider = __webpack_require__(96074);
;// CONCATENATED MODULE: ./src/pages/Problemset/components/SelectShixuns/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var SelectShixunsmodules = ({"flex_box_center":"flex_box_center___orONc","flex_space_between":"flex_space_between___xUKga","flex_box_vertical_center":"flex_box_vertical_center___QeVIN","flex_box_center_end":"flex_box_center_end___mXGLP","flex_box_column":"flex_box_column___CHytA","wrp":"wrp___xbLol","drawer":"drawer___Bi9wT","menu":"menu___t0_fV","actived":"actived___zWm74","actived2":"actived2___RRfRj","subTag":"subTag___EczBy","directionName":"directionName___H9hFf","menuDirection":"menuDirection___JkwbJ","listItem":"listItem___kNMPl","info":"info___QKQMx","title":"title___eGYd4","titleLeft":"titleLeft___ltIGt","titleRight":"titleRight___zsSPc","search":"search___oRdeh","description":"description___zs7Ow","menuCourse":"menuCourse___PygX2","paginationWrap":"paginationWrap___sYmqt","authorname":"authorname___D4gcN"});
/* harmony default export */ var SelectShixunsmodules = ({"flex_box_center":"flex_box_center___orONc","flex_space_between":"flex_space_between___xUKga","flex_box_vertical_center":"flex_box_vertical_center___QeVIN","flex_box_center_end":"flex_box_center_end___mXGLP","flex_box_column":"flex_box_column___CHytA","wrp":"wrp___xbLol","drawer":"drawer___Bi9wT","menu":"menu___t0_fV","actived":"actived___zWm74","actived2":"actived2___RRfRj","subTag":"subTag___EczBy","directionName":"directionName___H9hFf","menuDirection":"menuDirection___JkwbJ","listItem":"listItem___kNMPl","info":"info___QKQMx","title":"title___eGYd4","titleLeft":"titleLeft___ltIGt","titleRight":"titleRight___zsSPc","search":"search___oRdeh","description":"description___zs7Ow","menuCourse":"menuCourse___PygX2","paginationWrap":"paginationWrap___sYmqt","authorname":"authorname___D4gcN","tooltip-content":"tooltip-content___RseJD"});
// EXTERNAL MODULE: ./src/service/shixuns.ts
var shixuns = __webpack_require__(56088);
// EXTERNAL MODULE: ./src/utils/verifyLogin.tsx + 2 modules
@ -7070,22 +7070,20 @@ var PublishShixun = function PublishShixun(_ref) {
justifyContent: 'space-between'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [(v === null || v === void 0 ? void 0 : v.author_name) && /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
overlayClassName: SelectShixunsmodules["tooltip-content"],
title: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
dangerouslySetInnerHTML: {
__html: v.author_name.join('、')
__html: v === null || v === void 0 ? void 0 : v.author_name
}
})
}),
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: SelectShixunsmodules.authorname,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "mr30",
dangerouslySetInnerHTML: {
__html: v.author_name.join('、')
}
})
dangerouslySetInnerHTML: {
__html: v === null || v === void 0 ? void 0 : v.author_name
}
})
}), v.author_school_name && /*#__PURE__*/(0,jsx_runtime.jsx)(react.Fragment, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {

@ -1944,6 +1944,11 @@ span[class~='ant-checkbox-checked'] span[class~='ant-checkbox-inner']::after {
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: bottom;
margin-right: 30px;
}
.info___QKQMx span[class~='highlight'],
.tooltip-content___RseJD span[class~='highlight'] {
color: #E99237;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -98,7 +98,7 @@ var SearchOutlined = __webpack_require__(68795);
var _umi_production_exports = __webpack_require__(89214);
;// CONCATENATED MODULE: ./src/pages/Search/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var Searchmodules = ({"flex_box_center":"flex_box_center___HEr9e","flex_space_between":"flex_space_between____iKBP","flex_box_vertical_center":"flex_box_vertical_center___OEtzz","flex_box_center_end":"flex_box_center_end___B6rgq","flex_box_column":"flex_box_column___QNsfK","search-container":"search-container___RW2SM","btn-search":"btn-search___YrTXV","navs-container":"navs-container___vuvs0","navs":"navs___FjRDm","active":"active___FwSXe","search-result-container":"search-result-container___yKXfF","search-panel":"search-panel___OJsfs","search-course-item":"search-course-item___K21lH","lock-search-course-item":"lock-search-course-item___Yy132","desc":"desc___OBHVW","title":"title___OG0X8","mt20":"mt20___etArC","detail":"detail___qf02i","info":"info___ZWG6X","sum":"sum___kgJ8Y","label-red":"label-red___mk7qt","search-footer":"search-footer___H2H20","search-result-body":"search-result-body___xkFWj","tip":"tip___UcZlD","authorname":"authorname___nsmz0"});
/* harmony default export */ var Searchmodules = ({"flex_box_center":"flex_box_center___HEr9e","flex_space_between":"flex_space_between____iKBP","flex_box_vertical_center":"flex_box_vertical_center___OEtzz","flex_box_center_end":"flex_box_center_end___B6rgq","flex_box_column":"flex_box_column___QNsfK","search-container":"search-container___RW2SM","btn-search":"btn-search___YrTXV","navs-container":"navs-container___vuvs0","navs":"navs___FjRDm","active":"active___FwSXe","search-result-container":"search-result-container___yKXfF","search-panel":"search-panel___OJsfs","search-course-item":"search-course-item___K21lH","lock-search-course-item":"lock-search-course-item___Yy132","desc":"desc___OBHVW","title":"title___OG0X8","mt20":"mt20___etArC","detail":"detail___qf02i","info":"info___ZWG6X","sum":"sum___kgJ8Y","label-red":"label-red___mk7qt","search-footer":"search-footer___H2H20","search-result-body":"search-result-body___xkFWj","tip":"tip___UcZlD","authorname":"authorname___nsmz0","tooltip-content":"tooltip-content___oGakU"});
;// CONCATENATED MODULE: ./src/pages/Search/bg.jpg
var bg_namespaceObject = __webpack_require__.p + "static/bg.c9d9c3ca.jpg";
// EXTERNAL MODULE: ./src/assets/images/icons/lockclose.svg
@ -682,7 +682,6 @@ function CoursePanel(_ref3) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("ul", {
className: Searchmodules["search-panel"],
children: data === null || data === void 0 ? void 0 : data.map(function (item) {
var _item$content3, _item$content4, _item$content4$author;
return /*#__PURE__*/(0,jsx_runtime.jsxs)("li", {
className: Searchmodules["search-course-item"],
children: [!item.is_accessible && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
@ -702,31 +701,25 @@ function CoursePanel(_ref3) {
className: "".concat(Searchmodules.detail, " mt20"),
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Searchmodules.sum,
children: [(item === null || item === void 0 ? void 0 : item.author_name) && /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
overlayClassName: Searchmodules["tooltip-content"],
title: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
dangerouslySetInnerHTML: {
__html: item.author_name.join('、')
__html: item === null || item === void 0 ? void 0 : item.author_name
}
})
}),
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: Searchmodules.authorname,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "mr30",
dangerouslySetInnerHTML: {
__html: item.author_name.join('、')
}
})
dangerouslySetInnerHTML: {
__html: item === null || item === void 0 ? void 0 : item.author_name
}
})
}), item !== null && item !== void 0 && (_item$content3 = item.content) !== null && _item$content3 !== void 0 && _item$content3.author_school_name ? /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "mr30",
}), (item === null || item === void 0 ? void 0 : item.author_school_name) && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
dangerouslySetInnerHTML: {
__html: item === null || item === void 0 ? void 0 : (_item$content4 = item.content) === null || _item$content4 === void 0 ? void 0 : (_item$content4$author = _item$content4.author_school_name) === null || _item$content4$author === void 0 ? void 0 : _item$content4$author[0]
__html: item === null || item === void 0 ? void 0 : item.author_school_name
}
}) : !!item.author_school_name && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "mr30",
children: item === null || item === void 0 ? void 0 : item.author_school_name
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
children: ["\u6210\u5458\u6570 \xA0", item.members_count]
})]
@ -742,7 +735,6 @@ function SubjectPanel(_ref4) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("ul", {
className: Searchmodules["search-panel"],
children: data === null || data === void 0 ? void 0 : data.map(function (item) {
var _item$content5, _item$content6, _item$content6$author;
return /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(_umi_production_exports.Link, {
target: "_blank",
@ -761,31 +753,25 @@ function SubjectPanel(_ref4) {
justifyContent: 'space-between'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [(item === null || item === void 0 ? void 0 : item.author_name) && /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
overlayClassName: Searchmodules["tooltip-content"],
title: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
dangerouslySetInnerHTML: {
__html: item.author_name.join('、')
__html: item === null || item === void 0 ? void 0 : item.author_name
}
})
}),
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: Searchmodules.authorname,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "mr30",
dangerouslySetInnerHTML: {
__html: item.author_name.join('、')
}
})
dangerouslySetInnerHTML: {
__html: item === null || item === void 0 ? void 0 : item.author_name
}
})
}), item !== null && item !== void 0 && (_item$content5 = item.content) !== null && _item$content5 !== void 0 && _item$content5.author_school_name ? /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "mr30",
}), (item === null || item === void 0 ? void 0 : item.author_school_name) && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
dangerouslySetInnerHTML: {
__html: item === null || item === void 0 ? void 0 : (_item$content6 = item.content) === null || _item$content6 === void 0 ? void 0 : (_item$content6$author = _item$content6.author_school_name) === null || _item$content6$author === void 0 ? void 0 : _item$content6$author[0]
__html: item === null || item === void 0 ? void 0 : item.author_school_name
}
}) : !!item.author_school_name && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "mr30",
children: item === null || item === void 0 ? void 0 : item.author_school_name
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
@ -807,7 +793,7 @@ function ShiXunPanel(_ref5) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("ul", {
className: Searchmodules["search-panel"],
children: data === null || data === void 0 ? void 0 : data.map(function (item) {
var _item$content7, _item$content7$challe, _item$content8, _item$content8$tag_na, _item$content9, _item$content10, _item$content10$autho;
var _item$content3, _item$content3$challe, _item$content4, _item$content4$tag_na;
return /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(_umi_production_exports.Link, {
target: "_blank",
@ -837,7 +823,7 @@ function ShiXunPanel(_ref5) {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Searchmodules.info,
children: [!item.content.challenge_names ? null : /*#__PURE__*/(0,jsx_runtime.jsx)(react.Fragment, {
children: item === null || item === void 0 ? void 0 : (_item$content7 = item.content) === null || _item$content7 === void 0 ? void 0 : (_item$content7$challe = _item$content7.challenge_names) === null || _item$content7$challe === void 0 ? void 0 : _item$content7$challe.map(function (value) {
children: item === null || item === void 0 ? void 0 : (_item$content3 = item.content) === null || _item$content3 === void 0 ? void 0 : (_item$content3$challe = _item$content3.challenge_names) === null || _item$content3$challe === void 0 ? void 0 : _item$content3$challe.map(function (value) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "flex-container",
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
@ -848,7 +834,7 @@ function ShiXunPanel(_ref5) {
}, value);
})
}), !item.content.tag_names ? null : /*#__PURE__*/(0,jsx_runtime.jsx)(react.Fragment, {
children: item === null || item === void 0 ? void 0 : (_item$content8 = item.content) === null || _item$content8 === void 0 ? void 0 : (_item$content8$tag_na = _item$content8.tag_names) === null || _item$content8$tag_na === void 0 ? void 0 : _item$content8$tag_na.map(function (value) {
children: item === null || item === void 0 ? void 0 : (_item$content4 = item.content) === null || _item$content4 === void 0 ? void 0 : (_item$content4$tag_na = _item$content4.tag_names) === null || _item$content4$tag_na === void 0 ? void 0 : _item$content4$tag_na.map(function (value) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "flex-container",
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
@ -868,31 +854,25 @@ function ShiXunPanel(_ref5) {
justifyContent: 'space-between'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [(item === null || item === void 0 ? void 0 : item.author_name) && /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
overlayClassName: Searchmodules["tooltip-content"],
title: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
dangerouslySetInnerHTML: {
__html: item.author_name.join('、')
__html: item === null || item === void 0 ? void 0 : item.author_name
}
})
}),
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: Searchmodules.authorname,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "mr30",
dangerouslySetInnerHTML: {
__html: item.author_name.join('、')
}
})
dangerouslySetInnerHTML: {
__html: item === null || item === void 0 ? void 0 : item.author_name
}
})
}), item !== null && item !== void 0 && (_item$content9 = item.content) !== null && _item$content9 !== void 0 && _item$content9.author_school_name ? /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "mr30",
}), (item === null || item === void 0 ? void 0 : item.author_school_name) && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
dangerouslySetInnerHTML: {
__html: item === null || item === void 0 ? void 0 : (_item$content10 = item.content) === null || _item$content10 === void 0 ? void 0 : (_item$content10$autho = _item$content10.author_school_name) === null || _item$content10$autho === void 0 ? void 0 : _item$content10$autho[0]
__html: item === null || item === void 0 ? void 0 : item.author_school_name
}
}) : !!item.author_school_name && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "mr30",
children: item === null || item === void 0 ? void 0 : item.author_school_name
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("span", {

@ -190,6 +190,11 @@
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: bottom;
margin-right: 30px;
}
.search-panel___OJsfs span[class~='highlight'],
.tooltip-content___oGakU span[class~='highlight'] {
color: #E99237;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -369,8 +369,8 @@ var TabPane = tabs/* default.TabPane */.Z.TabPane;
/* harmony default export */ var Collaboratorsmodules = ({"bg":"bg___sOdPb","wrap":"wrap___HoeSx","modal":"modal___t4bFU","content":"content___VMlwP","head":"head___eFHNj","headCount":"headCount___q7_8n","button":"button___OaGYh","itemWrap":"itemWrap___EgP_Y","imgWrap":"imgWrap___VcWR7","img":"img___PgTvY","manager":"manager___vGc7D","itemContent":"itemContent___JJG1i","nameWrap":"nameWrap___h4JTB","name":"name___yhHE5","actionGroup":"actionGroup___LDeZm","deleteIcon":"deleteIcon___Mmc7F","schoolWrap":"schoolWrap___Ru_DY","school":"school___zbcZj","countWrap":"countWrap___Mrp5n"});
// EXTERNAL MODULE: ./node_modules/@ant-design/icons/es/icons/DownOutlined.js + 1 modules
var DownOutlined = __webpack_require__(80882);
// EXTERNAL MODULE: ./src/components/Header/index.tsx + 9 modules
var Header = __webpack_require__(92026);
// EXTERNAL MODULE: ./src/components/Header/index.tsx + 11 modules
var Header = __webpack_require__(53057);
;// CONCATENATED MODULE: ./src/pages/Shixuns/Detail/Collaborators/index.tsx

@ -743,12 +743,12 @@ var EditPracticeSetting = function EditPracticeSetting(_ref) {
output: "",
score: 100
}];
setTestSetList(_testSetData);
changeData.current = {
formValue: objectSpread2_default()({}, originData),
testSetList: _testSetData,
uploadData: []
};
setTestSetList(_testSetData);
}
};
var handleChangeFilePathModal = /*#__PURE__*/function () {

File diff suppressed because one or more lines are too long

@ -3263,26 +3263,38 @@ ul.menu___E01hA [class~='ant-dropdown-menu-item-active'] {
height: 34px;
display: flex;
align-items: center;
justify-content: space-between;
color: #000f37;
padding: 0px 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil i {
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div {
display: flex;
align-items: center;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div > span {
margin-right: 12px;
font-size: 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div i {
color: #7d8592;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil > span {
margin-right: 15px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag1___dxm7r,
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
height: 18px;
padding: 3px 6px;
font-size: 12px;
border-radius: 2px;
border: 1px solid #FFE6AB;
color: #CA7720;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag___y1ZGO {
width: 76px;
height: 26px;
border-radius: 13px;
border: 1px solid #d6f7ef;
font-size: 14px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
border: 1px solid #D6F7EF;
color: #01795d;
line-height: 24px;
text-align: center;
margin-left: auto;
margin-left: 6px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
@ -4795,203 +4807,6 @@ button[class~='ant-btn-default']:disabled.btn___In02G {
font-size: 16px;
font-weight: 800;
}
body {
overflow: hidden;
}
.wrap___v_SGm {
padding: 10px 20px;
font-size: 14px;
}
.labelWrap___gNw3Q {
display: flex;
flex-direction: row;
margin-top: 10px;
}
.label___uujJZ {
width: 140px;
text-align: right;
font-size: 16px;
}
.labelContent___QsIDL {
display: flex;
flex-direction: column;
margin-left: 10px;
}
.flexRow___UNQ2B {
display: flex;
flex-direction: row;
}
.color999___REcwk {
color: #999999;
}
.color0152d9___hLpN7 {
color: #0152d9;
}
.popover___i6O5F {
background-color: transparent;
color: #fff;
}
.popover___i6O5F div[class~='ant-popover-arrow'] {
border-top-color: rgba(5, 16, 26, 0.6) !important;
border-left-color: rgba(5, 16, 26, 0.6) !important;
}
.popover___i6O5F div[class~='ant-popover-inner'] {
background-color: rgba(5, 16, 26, 0.6);
}
.popover___i6O5F div[class~='ant-popover-inner-content'] {
color: #fff;
}
.serviceSettingName___fHG6h {
color: #666;
margin-bottom: 30px;
font-size: 16px;
}
.flexRow___UNQ2B {
display: flex;
flex-direction: row;
}
.flexJustifyCenter___YLrGS {
justify-content: center;
}
.flexAlignEnd___v7sKe {
align-items: flex-end;
}
.flexAlignCenter___CUReh {
align-items: center;
}
.flexColumn___HUowc {
display: flex;
flex-direction: column;
}
.formWrap___mwkFF {
background-color: #fff;
}
.formWrap___mwkFF label {
font-size: 14px;
}
.titleWrap___xhWzU {
display: flex;
flex-direction: row;
justify-content: space-between;
font-size: 18px;
color: #333;
padding: 10px 20px;
border-bottom: 1px solid #eeeeee;
background: #fff;
}
.fieldWrap___Jm6rq {
padding: 10px 20px 10px;
border-bottom: 1px solid #eeeeee;
}
.fieldWrap___Jm6rq div[class~='ant-form-item-label'] label {
font-size: 14px;
}
.fieldWrap___Jm6rq input[class~='ant-input'] {
line-height: 1.5;
background: transparent;
border-width: 1px;
height: 40px;
font-size: 14px;
}
.button___mN2gw {
width: 100px;
height: 38px;
line-height: 38px;
font-weight: 400;
padding: 0px;
}
.buttonFixed___MJyX6 {
position: fixed;
z-index: 1000;
bottom: 0;
left: 0;
width: 100%;
height: 63px;
background: #fff;
box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.05);
}
.buttonFixed___MJyX6 div[class~='ant-form-item'] {
margin-bottom: 0px;
height: 100%;
}
.buttonFixed___MJyX6 div[class~='ant-form-item-control-input'] {
height: 100%;
}
.buttonWrap___zngKT {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.width180___Gu5LT {
width: 180px;
}
.width100___BloTY {
width: 100px;
}
.width280___j1V9f {
width: 280px;
}
.difficultyHint___ILnXf {
color: #888;
margin-top: 10px;
margin-left: 20px;
font-size: 14px;
}
.color888___eifSr {
color: #888;
}
.color0152d9___hLpN7 {
color: #0152d9;
}
.serviceSettingWrap___oq5n_ {
padding: 40px 20px;
margin-bottom: 20px;
}
.serviceSettingName___fHG6h {
color: #666;
margin-bottom: 30px;
font-size: 16px;
}
.serviceSetLeft___LKOS1 {
display: inline-block;
min-width: 100px;
text-align: right;
line-height: 40px;
font-weight: normal;
}
.serviceSetInput___pN2N7 {
width: 80%;
}
.serviceSetMemoryInput___cC4Dp {
width: 20%;
}
.serviceSetTip___w30kF {
width: 48%;
}
.installPackage___rK9OT {
margin-bottom: 16px;
margin-left: 10px;
max-width: 600px;
}
.popover___i6O5F {
background-color: transparent;
color: #fff;
}
.popover___i6O5F div[class~='ant-popover-arrow'] {
border-top-color: rgba(5, 16, 26, 0.6) !important;
border-left-color: rgba(5, 16, 26, 0.6) !important;
}
.popover___i6O5F div[class~='ant-popover-inner'] {
background-color: rgba(5, 16, 26, 0.6);
}
.popover___i6O5F div[class~='ant-popover-inner-content'] {
color: #fff;
}
.wrap___v_SGm {
padding: 10px 20px;
font-size: 14px;
}
.labelWrap___gNw3Q {
display: flex;
flex-direction: row;
@ -5006,14 +4821,6 @@ body {
display: flex;
flex-direction: column;
margin-left: 10px;
padding: 1px 0px;
}
.flexRow___UNQ2B {
display: flex;
flex-direction: row;
}
.color999___REcwk {
color: #999999;
}
.selectSchool___HL1ax {
width: 600px;
@ -5025,41 +4832,6 @@ body {
.dataPicker___Ux1tp {
width: 600px;
}
.bg___rF84B {
width: 1200px;
margin: 0 auto;
margin-bottom: 80px;
margin-top: 30px;
display: flex;
justify-content: space-between;
}
.wrap___v_SGm {
width: 100%;
}
.content___dYMHw {
background-color: #ffffff;
}
.head___DiOT0 {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 76px;
border-bottom: 1px solid #f4f4f4;
}
.headCount____xoA8 {
width: 132px;
height: 16px;
font-size: 16px;
font-weight: bold;
color: #333333;
line-height: 16px;
margin-left: 40px;
}
.button___mN2gw {
height: 34px;
margin-right: 20px;
}
.itemWrap___Q0uQz {
display: flex;
flex-direction: row;
@ -5067,26 +4839,9 @@ body {
border-bottom: 1px solid #eee;
cursor: default;
}
.imgWrap___zxr1h {
margin-right: 20px;
position: relative;
}
.img___bqnNM {
border-radius: 50%;
}
.manager___SGNUe {
display: inline-block;
position: absolute;
bottom: 13px;
left: 2px;
width: 44px;
height: 18px;
border-radius: 13px;
background: #f38b03;
color: #fff;
font-size: 10px;
text-align: center;
}
.itemContent___FvPMp {
display: flex;
flex-direction: column;
@ -5109,14 +4864,6 @@ body {
flex-direction: row;
justify-content: space-between;
}
.deleteIcon___OX9uA {
color: #bbbbbb;
cursor: pointer;
font-size: 18px;
}
.deleteIcon___OX9uA:hover {
color: #ff5555;
}
.schoolWrap___dXuoo {
display: flex;
flex-direction: row;
@ -5131,38 +4878,6 @@ body {
white-space: nowrap;
cursor: default;
}
.countWrap___Yp3p2 {
text-align: center;
margin-top: 30px;
}
.deletetitle___uw0qa {
color: #e53333;
font-size: 16px !important ;
}
.deletetitle___uw0qa:hover {
color: #ff5555;
}
.yseTitle___sFTYv {
font-size: 16px !important;
color: #0152d9;
}
.bg___rF84B {
width: 1200px;
margin: 0 auto;
background: #fff;
border-bottom: 0px;
margin-top: 30px;
margin-bottom: 200px;
}
.bg___rF84B [class~='ant-tabs-tab'] {
padding-bottom: 18px;
padding-top: 18px;
margin-left: 20px;
font-size: 16px;
}
.modal___VzdVu span {
margin-top: 5px;
}
.colorOrange___EkZAA {
color: #ff6601;
}
@ -5179,34 +4894,6 @@ body {
align-items: center;
padding: 0px 20px;
}
.graaymingl___Pp9Ys {
background: #f5f5f5;
margin-top: 10px;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
display: flex;
justify-content: left;
align-items: center;
padding: 0px 20px;
padding-bottom: 20px;
}
.graayminglthree___GwsXe {
background: #f5f5f5;
margin-top: 10px;
border-radius: 8px;
display: flex;
justify-content: left;
align-items: center;
padding: 0px 20px;
padding-bottom: 20px;
}
.graaymingltow___fHb4w {
background: #f5f5f5;
padding: 2px 40px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
padding-bottom: 20px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/FixedButton/index.less?modules ***!
@ -7415,6 +7102,16 @@ body {
left: 80px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Shixuns/Edit/body/Service/components/SuggestedAnswer/index.less?modules ***!
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrap___AnxZp {
padding: 10px 20px 80px 20px;
}
.fixBtn___sQhsA {
left: 80px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Shixuns/Edit/layout/Sidebar/index.less?modules ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

@ -292,16 +292,17 @@ var Page = function Page(_ref) {
record = lodash_default().pickBy(parameter, function (e) {
return e !== 'all';
});
_context2.next = 5;
record.type = "homepage";
_context2.next = 6;
return (0,shixuns/* getShixunsList */.he)(record);
case 5:
case 6:
res = _context2.sent;
if (res.status !== -1) {
setList((res === null || res === void 0 ? void 0 : res.shixuns) || []);
setTotal((res === null || res === void 0 ? void 0 : res.total_count) || 0);
}
setLoading(false);
case 8:
case 9:
case "end":
return _context2.stop();
}

@ -1,5 +1,5 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[98062,2441],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[98062],{
/***/ 82982:
/*!*****************************************!*\

File diff suppressed because one or more lines are too long

@ -1060,26 +1060,38 @@
height: 34px;
display: flex;
align-items: center;
justify-content: space-between;
color: #000f37;
padding: 0px 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil i {
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div {
display: flex;
align-items: center;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div > span {
margin-right: 12px;
font-size: 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div i {
color: #7d8592;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil > span {
margin-right: 15px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag1___dxm7r,
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
height: 18px;
padding: 3px 6px;
font-size: 12px;
border-radius: 2px;
border: 1px solid #FFE6AB;
color: #CA7720;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag___y1ZGO {
width: 76px;
height: 26px;
border-radius: 13px;
border: 1px solid #d6f7ef;
font-size: 14px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
border: 1px solid #D6F7EF;
color: #01795d;
line-height: 24px;
text-align: center;
margin-left: auto;
margin-left: 6px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -1878,8 +1878,8 @@ var config_provider = __webpack_require__(17093);
var zh_CN = __webpack_require__(37029);
// EXTERNAL MODULE: ./src/.umi-production/exports.ts + 8 modules
var _umi_production_exports = __webpack_require__(89214);
// EXTERNAL MODULE: ./src/components/Header/index.tsx + 9 modules
var Header = __webpack_require__(92026);
// EXTERNAL MODULE: ./src/components/Header/index.tsx + 11 modules
var Header = __webpack_require__(53057);
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/regeneratorRuntime.js
var regeneratorRuntime = __webpack_require__(17061);
var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime);

@ -169,6 +169,7 @@ var DisableCopyTips = function DisableCopyTips(_ref) {
});
};
var DataSet = function DataSet(_ref2) {
var _answerData$standard_;
var visible = _ref2.visible,
cancel = _ref2.cancel,
answerData = _ref2.answerData;
@ -187,6 +188,7 @@ var DataSet = function DataSet(_ref2) {
placement: "right",
closable: false,
mask: true,
zIndex: 998,
onClose: cancel,
width: 600,
open: visible === 2,
@ -201,7 +203,7 @@ var DataSet = function DataSet(_ref2) {
justifyContent: 'space-between'
},
children: ["\u53C2\u8003\u7B54\u6848 ", !(answerData !== null && answerData !== void 0 && answerData.disable_copy) && /*#__PURE__*/(0,jsx_runtime.jsx)(lib.CopyToClipboard, {
text: answerData === null || answerData === void 0 ? void 0 : answerData.standard_answer.substring(3, (answerData === null || answerData === void 0 ? void 0 : answerData.standard_answer.length) - 3),
text: answerData === null || answerData === void 0 ? void 0 : (_answerData$standard_ = answerData.standard_answer) === null || _answerData$standard_ === void 0 ? void 0 : _answerData$standard_.substring(3, (answerData === null || answerData === void 0 ? void 0 : answerData.standard_answer.length) - 3),
onCopy: function onCopy() {
return message/* default.success */.ZP.success('复制成功');
},
@ -346,6 +348,7 @@ var DataSet_DataSet = function DataSet(_ref) {
mask: true,
onClose: cancel,
width: 330,
zIndex: 998,
open: visible === 1,
rootClassName: DataSetmodules.drawerWrap,
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {

@ -180,7 +180,7 @@
top: 32%;
cursor: pointer;
left: auto;
z-index: 10000;
z-index: 999;
padding-top: 15px;
}
.ac___XyH5r .dataSetText___ltceD {
@ -312,6 +312,9 @@
.drawerWrap___usUlu div[class~='markdown-body'] {
color: #ffffff;
}
.drawerWrap___usUlu div[class~='markdown-body'] pre[class~='prettyprint'] {
color: #333;
}
.drawer___o0tZt {
height: 100%;
}

@ -11250,7 +11250,7 @@ var run_namespaceObject = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAA
className: "btn-run",
title: "\u67E5\u770B\u6548\u679C",
children: "\u67E5\u770B\u6548\u679C"
}), tab_type === 1 && !startDebug && /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, {
}), tab_type === 1 && !startDebug && (shixun === null || shixun === void 0 ? void 0 : shixun.open_self_run) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, {
onClick: (0,lodash.throttle)(onStartOrStopRun, 2000),
loading: loadingRun,
danger: true,
@ -12814,7 +12814,7 @@ var Debugger = function Debugger(_ref) {
className: Debuggermodules.content,
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Debuggermodules.left,
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [(data === null || data === void 0 ? void 0 : data.open_express) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Debuggermodules.expression,
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Debuggermodules.head,
@ -12882,7 +12882,9 @@ var Debugger = function Debugger(_ref) {
}), openVariable && ((_Object$keys2 = Object.keys(locals)) === null || _Object$keys2 === void 0 ? void 0 : _Object$keys2.map(function (e, i) {
var title = "".concat(e, ": ").concat(locals[e]);
return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: title,
title: /*#__PURE__*/(0,jsx_runtime.jsx)("pre", {
children: title
}),
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Debuggermodules.list,
children: title

@ -177,6 +177,9 @@ body:fullscreen .left-panel,
body:fullscreen .task-header-container {
display: none !important;
}
#educoder:has([class^="ant-modal-mask"]) body {
overflow: hidden !important;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/header/index.less ***!
@ -5022,6 +5025,9 @@ ul.menu___sjQxY [class~='ant-dropdown-menu-item-active'] {
.wrap___cNz2Y .content___vkduy .left___yWI2E .head___WMggN i {
font-size: 12px;
}
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 {
margin-bottom: 25px;
}
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 input {
height: 34px;
line-height: 32px;
@ -5048,15 +5054,16 @@ ul.menu___sjQxY [class~='ant-dropdown-menu-item-active'] {
font-size: 14px;
cursor: pointer;
}
.wrap___cNz2Y .content___vkduy .left___yWI2E .variable___REWA5 {
margin-top: 25px;
}
.wrap___cNz2Y .content___vkduy .left___yWI2E .variable___REWA5 .list___ZGP8o {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
margin-top: 15px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
max-width: 100%;
}
.wrap___cNz2Y .content___vkduy .right___T2TG6 {
width: 50%;

File diff suppressed because one or more lines are too long

@ -825,26 +825,38 @@
height: 34px;
display: flex;
align-items: center;
justify-content: space-between;
color: #000f37;
padding: 0px 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil i {
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div {
display: flex;
align-items: center;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div > span {
margin-right: 12px;
font-size: 12px;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div i {
color: #7d8592;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil > span {
margin-right: 15px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag1___dxm7r,
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
height: 18px;
padding: 3px 6px;
font-size: 12px;
border-radius: 2px;
border: 1px solid #FFE6AB;
color: #CA7720;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
}
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag___y1ZGO {
width: 76px;
height: 26px;
border-radius: 13px;
border: 1px solid #d6f7ef;
font-size: 14px;
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
border: 1px solid #D6F7EF;
color: #01795d;
line-height: 24px;
text-align: center;
margin-left: auto;
margin-left: 6px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.4 MiB

@ -292,10 +292,10 @@ mark {
\*************************************************************************************************************************************************************************************************************************************/
@font-face {
font-family: "iconfont"; /* Project id 653600 */
src: url(./static/iconfont.b4dfa063.woff2) format('woff2'),
url(./static/iconfont.9bda7eee.woff) format('woff'),
url(./static/iconfont.5c4db138.ttf) format('truetype'),
url(./static/iconfont.2ff4a59e.svg#iconfont) format('svg');
src: url(./static/iconfont.7f93c846.woff2) format('woff2'),
url(./static/iconfont.a23b67db.woff) format('woff'),
url(./static/iconfont.5d2c75b7.ttf) format('truetype'),
url(./static/iconfont.cdf634b3.svg#iconfont) format('svg');
}
.iconfont {
@ -306,6 +306,10 @@ mark {
-moz-osx-font-smoothing: grayscale;
}
.icon-biyesheji:before {
content: "\ebcc";
}
.icon-tuichuquanping3:before {
content: "\e724";
}

108
umi.js

@ -62638,12 +62638,16 @@ function _editTasksDefaultData() {
/* harmony export */ "HF": function() { return /* binding */ getAddGraduationsTeachers; },
/* harmony export */ "HH": function() { return /* binding */ getGraduationsSetFinalScore; },
/* harmony export */ "Ib": function() { return /* binding */ postGraduationTeachersNotPass; },
/* harmony export */ "J3": function() { return /* binding */ getGraduations; },
/* harmony export */ "NT": function() { return /* binding */ getSchoolsList; },
/* harmony export */ "NX": function() { return /* binding */ getAddGraduationsStudents; },
/* harmony export */ "Ot": function() { return /* binding */ getAddGraduationsUpdateMajor; },
/* harmony export */ "Ou": function() { return /* binding */ getGraduationsDetails; },
/* harmony export */ "Ps": function() { return /* binding */ getDepartments; },
/* harmony export */ "Rk": function() { return /* binding */ getGraduationsNotices; },
/* harmony export */ "Tz": function() { return /* binding */ getGraduationsExportStatus; },
/* harmony export */ "V1": function() { return /* binding */ postGraduationTeachersPass; },
/* harmony export */ "Wz": function() { return /* binding */ postGraduations; },
/* harmony export */ "Xh": function() { return /* binding */ getGraduationsStageDetails; },
/* harmony export */ "Xw": function() { return /* binding */ getGraduationsTasks; },
/* harmony export */ "YS": function() { return /* binding */ getPutGraduationsTasks; },
@ -62669,6 +62673,34 @@ function _editTasksDefaultData() {
// 毕设-新建毕设-查询学校列表
function getSchoolsList(params) {
return (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .ZP)("/api/schools/search.json", {
method: 'get',
params: params
});
}
// 毕设-新建毕设-查询学院列表
function getDepartments(params) {
return (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .ZP)("/api/schools/".concat(params.id, "/departments/for_option.json"), {
method: 'get',
params: params
});
}
// 毕设-新建毕设
function postGraduations(params) {
return (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .ZP)("/api/graduations.json", {
method: 'POST',
body: params
});
}
// 毕设-新建毕设
function getGraduations(params) {
return (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .ZP)("/api/graduations.json", {
method: 'get',
params: params
});
}
// 老师授权补交接口
function getGraduationsAuthorizedRedelivery(_x) {
return _getGraduationsAuthorizedRedelivery.apply(this, arguments);
@ -74223,7 +74255,7 @@ __webpack_require__.d(__webpack_exports__, {
;// CONCATENATED MODULE: ./src/utils/env/dev.ts
var DEV = {
// PROXY_SERVER: 'https://data.educoder.net',
PROXY_SERVER: 'https://test3-data.educoder.net',
PROXY_SERVER: 'https://pre-data.educoder.net',
API_SERVER: '',
REPORT_SERVER: 'http://192.168.1.57:3001',
IMG_SERVER: 'https://new-testali-cdn.educoder.net',
@ -126730,7 +126762,7 @@ function debounce (delay, callback, options) {
/******/ };
/******/
/******/ __webpack_require__.f.miniCss = function(chunkId, promises) {
/******/ var cssChunks = {"292":1,"310":1,"556":1,"1482":1,"1702":1,"2659":1,"2819":1,"3317":1,"3391":1,"3451":1,"3509":1,"3585":1,"3951":1,"4639":1,"4736":1,"4766":1,"4884":1,"4973":1,"5348":1,"5572":1,"6127":1,"6685":1,"6758":1,"6788":1,"7043":1,"7852":1,"7884":1,"7918":1,"8787":1,"8999":1,"9416":1,"10195":1,"10485":1,"10737":1,"10799":1,"10921":1,"11030":1,"11070":1,"11253":1,"11512":1,"11520":1,"11545":1,"11581":1,"12076":1,"12102":1,"12412":1,"12476":1,"12865":1,"12884":1,"13006":1,"13355":1,"13414":1,"13581":1,"14058":1,"14105":1,"14514":1,"14599":1,"14610":1,"14662":1,"14889":1,"15148":1,"15319":1,"15402":1,"16328":1,"16434":1,"16729":1,"16845":1,"17482":1,"17527":1,"17622":1,"17806":1,"18241":1,"18302":1,"18307":1,"19215":1,"19360":1,"19715":1,"19891":1,"20026":1,"20576":1,"20680":1,"20700":1,"21265":1,"21423":1,"21578":1,"21939":1,"22254":1,"22257":1,"22307":1,"22707":1,"23332":1,"24504":1,"25022":1,"25470":1,"25705":1,"25896":1,"26366":1,"26685":1,"26741":1,"26883":1,"27182":1,"27395":1,"28072":1,"28237":1,"28435":1,"28723":1,"28782":1,"28982":1,"29080":1,"29647":1,"30067":1,"30264":1,"30342":1,"31006":1,"31211":1,"31427":1,"31674":1,"31962":1,"33356":1,"33747":1,"33784":1,"34093":1,"34601":1,"34608":1,"34741":1,"34800":1,"34994":1,"35238":1,"35588":1,"35729":1,"36029":1,"36270":1,"36784":1,"37062":1,"38143":1,"38447":1,"38634":1,"38797":1,"39332":1,"39391":1,"39404":1,"39695":1,"40559":1,"41048":1,"41657":1,"41717":1,"41953":1,"42240":1,"43442":1,"43465":1,"44259":1,"44449":1,"44510":1,"45096":1,"45179":1,"45359":1,"45650":1,"45775":1,"45825":1,"45992":1,"46796":1,"46963":1,"47545":1,"48077":1,"48431":1,"48689":1,"49205":1,"49366":1,"49716":1,"49890":1,"50869":1,"51276":1,"51461":1,"51582":1,"51855":1,"52338":1,"52404":1,"52806":1,"52829":1,"52875":1,"53247":1,"53910":1,"54056":1,"54164":1,"54472":1,"54492":1,"54572":1,"54770":1,"54862":1,"55573":1,"55624":1,"56277":1,"56369":1,"57045":1,"57560":1,"57614":1,"59133":1,"59627":1,"59649":1,"59788":1,"60479":1,"60533":1,"60547":1,"61043":1,"61713":1,"61727":1,"61880":1,"62548":1,"64144":1,"64217":1,"64496":1,"64520":1,"65111":1,"65148":1,"65191":1,"65294":1,"65549":1,"65816":1,"66063":1,"66390":1,"66583":1,"66651":1,"67242":1,"67878":1,"68014":1,"68665":1,"68827":1,"68882":1,"69922":1,"69944":1,"71218":1,"71450":1,"71783":1,"72529":1,"72539":1,"72570":1,"73183":1,"73220":1,"74264":1,"74795":1,"75043":1,"75357":1,"75786":1,"76904":1,"77460":1,"77857":1,"78085":1,"79489":1,"79590":1,"79921":1,"80508":1,"81148":1,"82339":1,"82425":1,"82443":1,"83141":1,"83212":1,"83935":1,"84546":1,"85048":1,"85111":1,"85297":1,"85410":1,"85888":1,"85891":1,"86052":1,"86452":1,"86541":1,"86634":1,"86820":1,"86913":1,"87058":1,"87260":1,"87922":1,"88517":1,"88866":1,"89076":1,"89677":1,"89785":1,"90109":1,"90265":1,"90337":1,"91045":1,"91470":1,"91487":1,"91831":1,"92045":1,"92501":1,"92823":1,"92983":1,"93260":1,"93282":1,"93496":1,"93665":1,"93668":1,"94078":1,"94498":1,"94662":1,"94715":1,"94849":1,"95125":1,"95176":1,"95335":1,"96444":1,"96882":1,"97008":1,"97046":1,"98062":1,"98398":1,"98688":1,"98885":1,"99674":1};
/******/ var cssChunks = {"292":1,"310":1,"556":1,"1482":1,"1702":1,"2659":1,"2819":1,"3317":1,"3391":1,"3451":1,"3509":1,"3585":1,"3951":1,"4639":1,"4736":1,"4766":1,"4884":1,"4973":1,"5348":1,"5572":1,"6127":1,"6685":1,"6758":1,"6788":1,"7043":1,"7852":1,"7884":1,"7918":1,"8787":1,"8999":1,"9416":1,"10195":1,"10485":1,"10737":1,"10799":1,"10921":1,"11030":1,"11070":1,"11253":1,"11512":1,"11520":1,"11545":1,"11581":1,"12076":1,"12102":1,"12412":1,"12476":1,"12865":1,"12884":1,"13006":1,"13355":1,"13414":1,"13581":1,"14058":1,"14105":1,"14514":1,"14599":1,"14610":1,"14662":1,"14889":1,"15148":1,"15319":1,"15402":1,"16328":1,"16434":1,"16729":1,"16845":1,"17482":1,"17527":1,"17622":1,"17806":1,"18241":1,"18302":1,"18307":1,"19215":1,"19360":1,"19715":1,"19891":1,"20026":1,"20576":1,"20680":1,"20700":1,"21265":1,"21423":1,"21578":1,"21939":1,"22254":1,"22257":1,"22307":1,"22707":1,"23332":1,"24504":1,"25022":1,"25470":1,"25705":1,"25896":1,"26366":1,"26685":1,"26741":1,"26883":1,"27182":1,"27395":1,"28072":1,"28237":1,"28435":1,"28723":1,"28782":1,"28982":1,"29080":1,"29647":1,"30067":1,"30264":1,"30342":1,"31006":1,"31211":1,"31427":1,"31674":1,"31962":1,"33356":1,"33747":1,"33784":1,"34093":1,"34601":1,"34608":1,"34741":1,"34800":1,"34994":1,"35238":1,"35588":1,"35729":1,"36029":1,"36270":1,"36784":1,"37062":1,"38143":1,"38447":1,"38634":1,"38797":1,"39332":1,"39391":1,"39404":1,"39695":1,"40559":1,"41048":1,"41657":1,"41717":1,"41953":1,"42240":1,"43442":1,"43465":1,"44259":1,"44449":1,"44510":1,"45096":1,"45179":1,"45359":1,"45650":1,"45775":1,"45825":1,"45992":1,"46796":1,"46963":1,"47545":1,"48077":1,"48431":1,"48689":1,"49205":1,"49366":1,"49716":1,"49890":1,"50869":1,"51276":1,"51461":1,"51582":1,"51855":1,"52338":1,"52404":1,"52494":1,"52806":1,"52829":1,"52875":1,"53247":1,"53910":1,"54056":1,"54164":1,"54472":1,"54492":1,"54572":1,"54770":1,"54862":1,"55573":1,"55624":1,"56277":1,"56369":1,"57045":1,"57560":1,"57614":1,"59133":1,"59627":1,"59649":1,"59788":1,"60479":1,"60533":1,"60547":1,"61043":1,"61713":1,"61727":1,"61880":1,"62548":1,"64144":1,"64217":1,"64496":1,"64520":1,"65111":1,"65148":1,"65191":1,"65294":1,"65549":1,"65816":1,"66063":1,"66390":1,"66583":1,"66651":1,"67242":1,"67878":1,"68014":1,"68665":1,"68827":1,"68882":1,"69922":1,"69944":1,"71218":1,"71450":1,"71783":1,"72529":1,"72539":1,"72570":1,"73183":1,"73220":1,"74264":1,"74795":1,"75043":1,"75357":1,"75786":1,"76904":1,"77460":1,"77857":1,"78085":1,"79489":1,"79590":1,"79921":1,"80508":1,"81148":1,"82339":1,"82425":1,"82443":1,"83141":1,"83212":1,"83935":1,"84546":1,"85048":1,"85111":1,"85297":1,"85410":1,"85888":1,"85891":1,"86052":1,"86452":1,"86541":1,"86634":1,"86820":1,"86913":1,"87058":1,"87260":1,"87922":1,"88517":1,"88866":1,"89076":1,"89677":1,"89785":1,"90109":1,"90265":1,"90337":1,"91045":1,"91470":1,"91487":1,"91831":1,"92045":1,"92501":1,"92823":1,"92983":1,"93260":1,"93282":1,"93496":1,"93665":1,"93668":1,"94078":1,"94498":1,"94662":1,"94715":1,"94849":1,"95125":1,"95176":1,"95335":1,"96444":1,"96882":1,"97008":1,"97046":1,"98062":1,"98398":1,"98688":1,"98885":1,"99674":1};
/******/ if(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]);
/******/ else if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) {
/******/ promises.push(installedCssChunks[chunkId] = loadStylesheet(chunkId).then(function() {
@ -126765,7 +126797,7 @@ function debounce (delay, callback, options) {
/******/ if(installedChunkData) {
/******/ promises.push(installedChunkData[2]);
/******/ } else {
/******/ if(!/^2(0576|8723)$/.test(chunkId)) {
/******/ if(!/^(20576|28723|52494)$/.test(chunkId)) {
/******/ // setup Promise in chunk cache
/******/ var promise = new Promise(function(resolve, reject) { installedChunkData = installedChunks[chunkId] = [resolve, reject]; });
/******/ promises.push(installedChunkData[2] = promise);
@ -130721,7 +130753,7 @@ function _getRoutes() {
return __webpack_require__.e(/*! import() */ 96390).then(__webpack_require__.bind(__webpack_require__, /*! ./EmptyRoute */ 96390));
}),
'2': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'3': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Paperlibrary__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(31795), __webpack_require__.e(21687), __webpack_require__.e(34755), __webpack_require__.e(4977), __webpack_require__.e(3482), __webpack_require__.e(60696), __webpack_require__.e(79086), __webpack_require__.e(54862)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paperlibrary/index.tsx */ 26127));
@ -130742,7 +130774,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Paperlibrary__Random__ExchangeFromProblemSet__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(31795), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(34755), __webpack_require__.e(35479), __webpack_require__.e(18077), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(3482), __webpack_require__.e(14599), __webpack_require__.e(11545)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paperlibrary/Random/ExchangeFromProblemSet/index.tsx */ 40945));
}),
'9': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'10': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Paths__Index__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(21687), __webpack_require__.e(91978), __webpack_require__.e(81661), __webpack_require__.e(4977), __webpack_require__.e(11030), __webpack_require__.e(3482), __webpack_require__.e(86052)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paths/Index/index.tsx */ 18117));
@ -130766,7 +130798,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Paths__New__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(78045), __webpack_require__.e(25159), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(31795), __webpack_require__.e(69814), __webpack_require__.e(31365), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(67390), __webpack_require__.e(80316), __webpack_require__.e(73453), __webpack_require__.e(47897), __webpack_require__.e(42167), __webpack_require__.e(64490), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(66390), __webpack_require__.e(28982)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Paths/New/index.tsx */ 81353));
}),
'17': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'18': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Classrooms__Index__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(42717), __webpack_require__.e(4977), __webpack_require__.e(11030), __webpack_require__.e(3482), __webpack_require__.e(26685)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Index/index.tsx */ 22635));
@ -130940,7 +130972,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Classrooms__Lists__Board__Edit__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(31795), __webpack_require__.e(69814), __webpack_require__.e(31365), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(17311), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(66390), __webpack_require__.e(64768), __webpack_require__.e(12102)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Board/Edit/index.tsx */ 45497));
}),
'75': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Classrooms__Lists__Board__Detail__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(31795), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(2441), __webpack_require__.e(90463), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(66390), __webpack_require__.e(82425)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Board/Detail/index.tsx */ 57639));
return Promise.all(/*! import() | p__Classrooms__Lists__Board__Detail__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(31795), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(70893), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(66390), __webpack_require__.e(82425)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Board/Detail/index.tsx */ 57639));
}),
'76': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Classrooms__Lists__Template__teacher__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(31795), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(47897), __webpack_require__.e(74045), __webpack_require__.e(99363), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(66390), __webpack_require__.e(52404)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Template/teacher/index.tsx */ 43519));
@ -131108,10 +131140,10 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Classrooms__Lists__Video__Statistics__StudentDetail__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(69944)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Video/Statistics/StudentDetail/index.tsx */ 2438));
}),
'131': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Classrooms__Lists__Board__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(16438), __webpack_require__.e(2441), __webpack_require__.e(4977), __webpack_require__.e(18302)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Board/index.tsx */ 1284));
return Promise.all(/*! import() | p__Classrooms__Lists__Board__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(16438), __webpack_require__.e(4977), __webpack_require__.e(18302)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Board/index.tsx */ 1284));
}),
'132': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Classrooms__Lists__Board__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(16438), __webpack_require__.e(2441), __webpack_require__.e(4977), __webpack_require__.e(18302)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Board/index.tsx */ 1284));
return Promise.all(/*! import() | p__Classrooms__Lists__Board__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(16438), __webpack_require__.e(4977), __webpack_require__.e(18302)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Board/index.tsx */ 1284));
}),
'133': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Classrooms__Lists__CourseGroup__List__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(69814), __webpack_require__.e(31365), __webpack_require__.e(71628), __webpack_require__.e(67390), __webpack_require__.e(73453), __webpack_require__.e(42167), __webpack_require__.e(4977), __webpack_require__.e(12034), __webpack_require__.e(38634)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/CourseGroup/List/index.tsx */ 30440));
@ -131159,7 +131191,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Classrooms__Lists__Template__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(83338), __webpack_require__.e(21687), __webpack_require__.e(4977), __webpack_require__.e(15148)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Classrooms/Lists/Template/index.tsx */ 65123));
}),
'148': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'149': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Competitions__Index__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(21687), __webpack_require__.e(34755), __webpack_require__.e(50976), __webpack_require__.e(2487), __webpack_require__.e(39946), __webpack_require__.e(4977), __webpack_require__.e(11030), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(26883)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Competitions/Index/index.tsx */ 9353));
@ -131192,7 +131224,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Competitions__Edit__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(63889), __webpack_require__.e(31795), __webpack_require__.e(69814), __webpack_require__.e(31365), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(71628), __webpack_require__.e(67390), __webpack_require__.e(80316), __webpack_require__.e(66012), __webpack_require__.e(67851), __webpack_require__.e(81608), __webpack_require__.e(8691), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(55693), __webpack_require__.e(38797)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Competitions/Edit/index.tsx */ 95977));
}),
'159': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'160': /*#__PURE__*/react.lazy(function () {
return __webpack_require__.e(/*! import() | p__Forums__Index__redirect */ 28639).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Forums/Index/redirect.tsx */ 81577));
@ -131210,7 +131242,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Forums__Detail__id */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(31795), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(46134), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(66390), __webpack_require__.e(80508)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Forums/Detail/[id].tsx */ 49190));
}),
'165': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'166': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Problemset__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(31795), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(34755), __webpack_require__.e(35479), __webpack_require__.e(18077), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(3482), __webpack_require__.e(14599)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Problemset/index.tsx */ 31283));
@ -131231,7 +131263,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Problemset__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(31795), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(34755), __webpack_require__.e(35479), __webpack_require__.e(18077), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(3482), __webpack_require__.e(14599)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Problemset/index.tsx */ 31283));
}),
'172': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'173': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Shixuns__Index__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(57942), __webpack_require__.e(4977), __webpack_require__.e(11030), __webpack_require__.e(3482), __webpack_require__.e(28782)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Index/index.tsx */ 30258));
@ -131252,7 +131284,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Shixuns__Detail__Merge__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(35874), __webpack_require__.e(83338), __webpack_require__.e(185), __webpack_require__.e(4977), __webpack_require__.e(55573)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Detail/Merge/index.tsx */ 39753));
}),
'179': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Shixuns__Edit__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(63889), __webpack_require__.e(31795), __webpack_require__.e(69814), __webpack_require__.e(21687), __webpack_require__.e(31365), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(34755), __webpack_require__.e(71628), __webpack_require__.e(80316), __webpack_require__.e(40542), __webpack_require__.e(66012), __webpack_require__.e(80840), __webpack_require__.e(8691), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(30210), __webpack_require__.e(56277)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Edit/index.tsx */ 71375));
return Promise.all(/*! import() | p__Shixuns__Edit__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(63889), __webpack_require__.e(31795), __webpack_require__.e(69814), __webpack_require__.e(21687), __webpack_require__.e(31365), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(34755), __webpack_require__.e(71628), __webpack_require__.e(80316), __webpack_require__.e(40542), __webpack_require__.e(66012), __webpack_require__.e(80840), __webpack_require__.e(8691), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(30210), __webpack_require__.e(56277)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Edit/index.tsx */ 24747));
}),
'180': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Shixuns__Edit__body__Warehouse__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(69814), __webpack_require__.e(31365), __webpack_require__.e(53254), __webpack_require__.e(34755), __webpack_require__.e(47897), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(16328)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Edit/body/Warehouse/index.tsx */ 18710));
@ -131294,7 +131326,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Shixuns__Detail__Repository__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(25159), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(69814), __webpack_require__.e(50976), __webpack_require__.e(89777), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(93601), __webpack_require__.e(98688)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Detail/Repository/index.tsx */ 23074));
}),
'193': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Shixuns__Detail__Collaborators__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(69814), __webpack_require__.e(21687), __webpack_require__.e(34755), __webpack_require__.e(50976), __webpack_require__.e(89777), __webpack_require__.e(48512), __webpack_require__.e(4977), __webpack_require__.e(11030), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(30210), __webpack_require__.e(25470)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Detail/Collaborators/index.tsx */ 83390));
return Promise.all(/*! import() | p__Shixuns__Detail__Collaborators__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(69814), __webpack_require__.e(21687), __webpack_require__.e(34755), __webpack_require__.e(50976), __webpack_require__.e(89777), __webpack_require__.e(48512), __webpack_require__.e(4977), __webpack_require__.e(11030), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(30210), __webpack_require__.e(25470)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Detail/Collaborators/index.tsx */ 83390));
}),
'194': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Shixuns__Detail__Dataset__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(69814), __webpack_require__.e(21687), __webpack_require__.e(31365), __webpack_require__.e(50976), __webpack_require__.e(40542), __webpack_require__.e(89777), __webpack_require__.e(4977), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(86541)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Detail/Dataset/index.tsx */ 97938));
@ -131339,7 +131371,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Shixuns__Detail__ForkList__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(19215)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Detail/ForkList/index.tsx */ 69422));
}),
'208': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'209': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__User__Detail__Videos__Protocol__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(35874), __webpack_require__.e(95176)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/Detail/Videos/Protocol/index.tsx */ 50360));
@ -131432,7 +131464,7 @@ function _getRoutes() {
return __webpack_require__.e(/*! import() */ 96390).then(__webpack_require__.bind(__webpack_require__, /*! ./EmptyRoute */ 96390));
}),
'239': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'240': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Question__Index__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(63889), __webpack_require__.e(34755), __webpack_require__.e(91978), __webpack_require__.e(68282), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(11030), __webpack_require__.e(29647)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Question/Index/index.tsx */ 83453));
@ -131465,7 +131497,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Question__AddOrEdit__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(63889), __webpack_require__.e(31795), __webpack_require__.e(69814), __webpack_require__.e(31365), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(34755), __webpack_require__.e(35479), __webpack_require__.e(40542), __webpack_require__.e(72226), __webpack_require__.e(8691), __webpack_require__.e(35574), __webpack_require__.e(86913)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Question/AddOrEdit/index.tsx */ 16347));
}),
'250': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'251': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Engineering__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(13006)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Engineering/index.tsx */ 46305));
@ -131525,7 +131557,7 @@ function _getRoutes() {
return __webpack_require__.e(/*! import() */ 96390).then(__webpack_require__.bind(__webpack_require__, /*! ./EmptyRoute */ 96390));
}),
'270': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'271': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__virtualSpaces__Index__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(78045), __webpack_require__.e(25159), __webpack_require__.e(83338), __webpack_require__.e(69814), __webpack_require__.e(21687), __webpack_require__.e(31365), __webpack_require__.e(3482), __webpack_require__.e(97642), __webpack_require__.e(36723), __webpack_require__.e(34608)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/virtualSpaces/Index/index.tsx */ 23468));
@ -131573,10 +131605,10 @@ function _getRoutes() {
return __webpack_require__.e(/*! import() | p__virtualSpaces__Lists__Construction__index */ 25705).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/virtualSpaces/Lists/Construction/index.tsx */ 4492));
}),
'286': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'287': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Innovation__Tasks__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(31795), __webpack_require__.e(69814), __webpack_require__.e(21687), __webpack_require__.e(31365), __webpack_require__.e(34755), __webpack_require__.e(35479), __webpack_require__.e(28510), __webpack_require__.e(31794), __webpack_require__.e(48512), __webpack_require__.e(12407), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(99566), __webpack_require__.e(86634)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Innovation/Tasks/index.jsx */ 11198));
return Promise.all(/*! import() | p__Innovation__Tasks__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(31795), __webpack_require__.e(69814), __webpack_require__.e(21687), __webpack_require__.e(31365), __webpack_require__.e(34755), __webpack_require__.e(35479), __webpack_require__.e(28510), __webpack_require__.e(31794), __webpack_require__.e(48512), __webpack_require__.e(12407), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(99566), __webpack_require__.e(86634)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Innovation/Tasks/index.jsx */ 11198));
}),
'288': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Innovation__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(20680)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Innovation/index.tsx */ 78148));
@ -131606,7 +131638,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Innovation__Edit__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(69814), __webpack_require__.e(31365), __webpack_require__.e(8322), __webpack_require__.e(36784)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Innovation/Edit/index.tsx */ 5480));
}),
'297': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Innovation__Detail__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(31795), __webpack_require__.e(69814), __webpack_require__.e(21687), __webpack_require__.e(31365), __webpack_require__.e(53254), __webpack_require__.e(34755), __webpack_require__.e(25625), __webpack_require__.e(48512), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(83141)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Innovation/Detail/index.tsx */ 93175));
return Promise.all(/*! import() | p__Innovation__Detail__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(31795), __webpack_require__.e(69814), __webpack_require__.e(21687), __webpack_require__.e(31365), __webpack_require__.e(53254), __webpack_require__.e(34755), __webpack_require__.e(25625), __webpack_require__.e(48512), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(83141)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Innovation/Detail/index.tsx */ 93175));
}),
'298': /*#__PURE__*/react.lazy(function () {
return __webpack_require__.e(/*! import() */ 96390).then(__webpack_require__.bind(__webpack_require__, /*! ./EmptyRoute */ 96390));
@ -131636,7 +131668,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__MyProblem__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(63889), __webpack_require__.e(31795), __webpack_require__.e(21687), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(35479), __webpack_require__.e(47897), __webpack_require__.e(28510), __webpack_require__.e(21273), __webpack_require__.e(8691), __webpack_require__.e(99566), __webpack_require__.e(36270)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/MyProblem/index.tsx */ 99971));
}),
'307': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'308': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Account__index */[__webpack_require__.e(67851), __webpack_require__.e(60547)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Account/index.tsx */ 34120));
@ -131660,7 +131692,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Account__Results__index */[__webpack_require__.e(48555), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(14514)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Account/Results/index.tsx */ 55487));
}),
'315': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'316': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__RestFul__Edit__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(78045), __webpack_require__.e(25159), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(31795), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(66390), __webpack_require__.e(70928)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/RestFul/Edit/index.tsx */ 37513));
@ -131672,7 +131704,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__RestFul__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(67390), __webpack_require__.e(73453), __webpack_require__.e(42167), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(31006)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/RestFul/index.tsx */ 23632));
}),
'319': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'320': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__User__Detail__Order__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(21687), __webpack_require__.e(34755), __webpack_require__.e(93691), __webpack_require__.e(4977), __webpack_require__.e(11030), __webpack_require__.e(21939)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/Detail/Order/index.tsx */ 21101));
@ -131699,7 +131731,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__User__Detail__Order__pages__result__index */[__webpack_require__.e(21687), __webpack_require__.e(53114), __webpack_require__.e(44259)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/Detail/Order/pages/result/index.tsx */ 51972));
}),
'328': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'329': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Messages__Tidings__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(83338), __webpack_require__.e(21687), __webpack_require__.e(94078)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Messages/Tidings/index.tsx */ 20315));
@ -131711,7 +131743,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Messages__Detail__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(25159), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(31795), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(97543), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(66390), __webpack_require__.e(45359)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Messages/Detail/index.tsx */ 82949));
}),
'332': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'333': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__virtualDetail__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(17845), __webpack_require__.e(78045), __webpack_require__.e(25159), __webpack_require__.e(69814), __webpack_require__.e(21687), __webpack_require__.e(31365), __webpack_require__.e(66012), __webpack_require__.e(3482), __webpack_require__.e(97642), __webpack_require__.e(27829), __webpack_require__.e(40559)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/virtualDetail/index.tsx */ 96073));
@ -131777,7 +131809,7 @@ function _getRoutes() {
return __webpack_require__.e(/*! import() | p__virtualSpaces__Lists__Construction__index */ 25705).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/virtualSpaces/Lists/Construction/index.tsx */ 4492));
}),
'354': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'355': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__virtualDetail__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(17845), __webpack_require__.e(78045), __webpack_require__.e(25159), __webpack_require__.e(69814), __webpack_require__.e(21687), __webpack_require__.e(31365), __webpack_require__.e(66012), __webpack_require__.e(3482), __webpack_require__.e(97642), __webpack_require__.e(27829), __webpack_require__.e(40559)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/virtualDetail/index.tsx */ 96073));
@ -131843,7 +131875,7 @@ function _getRoutes() {
return __webpack_require__.e(/*! import() | p__virtualSpaces__Lists__Construction__index */ 25705).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/virtualSpaces/Lists/Construction/index.tsx */ 4492));
}),
'376': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'377': /*#__PURE__*/react.lazy(function () {
return __webpack_require__.e(/*! import() | p__Administration__index */ 4766).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Administration/index.tsx */ 25327));
@ -131858,7 +131890,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Administration__Student__Edit__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(78045), __webpack_require__.e(25159), __webpack_require__.e(45179)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Administration/Student/Edit/index.tsx */ 15616));
}),
'381': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'382': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Graduations__Index__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(21687), __webpack_require__.e(18117), __webpack_require__.e(4977), __webpack_require__.e(11030), __webpack_require__.e(3482), __webpack_require__.e(91831)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Graduations/Index/index.tsx */ 12882));
@ -131915,7 +131947,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Demo__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(69814), __webpack_require__.e(31365), __webpack_require__.e(53254), __webpack_require__.e(34755), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(14058)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Demo/index.tsx */ 64161));
}),
'400': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'401': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__IntrainCourse__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(83338), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(69814), __webpack_require__.e(91978), __webpack_require__.e(88964), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(54056)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/IntrainCourse/index.tsx */ 33654));
@ -131948,19 +131980,19 @@ function _getRoutes() {
return Promise.all(/*! import() | p__User__ResetPassword__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(25159), __webpack_require__.e(27182)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/User/ResetPassword/index.tsx */ 63100));
}),
'411': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'412': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Colleges__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(50976), __webpack_require__.e(4977), __webpack_require__.e(12476)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Colleges/index.tsx */ 94490));
}),
'413': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'414': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Help__Index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(25159), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(21687), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(35729)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Help/Index.tsx */ 68996));
return Promise.all(/*! import() | p__Help__Index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(25159), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(31795), __webpack_require__.e(21687), __webpack_require__.e(53254), __webpack_require__.e(40477), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(66390), __webpack_require__.e(3482), __webpack_require__.e(35729)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Help/Index.tsx */ 68996));
}),
'415': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'416': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__Video__Detail__id */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(69814), __webpack_require__.e(31365), __webpack_require__.e(69548), __webpack_require__.e(99160), __webpack_require__.e(53575), __webpack_require__.e(3650), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(8423), __webpack_require__.e(96444)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Video/Detail/[id].tsx */ 9893));
@ -131972,10 +132004,10 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Report__index */[__webpack_require__.e(21687), __webpack_require__.e(22307)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Report/index.tsx */ 6584));
}),
'419': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(49017), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
return Promise.all(/*! import() | layouts__SimpleLayouts */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(46744), __webpack_require__.e(67631), __webpack_require__.e(85410), __webpack_require__.e(91978), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(8691), __webpack_require__.e(12768), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37062)]).then(__webpack_require__.bind(__webpack_require__, /*! @/layouts/SimpleLayouts.tsx */ 51432));
}),
'420': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | p__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(67631), __webpack_require__.e(69814), __webpack_require__.e(21687), __webpack_require__.e(34755), __webpack_require__.e(99160), __webpack_require__.e(91978), __webpack_require__.e(3363), __webpack_require__.e(9188), __webpack_require__.e(88667), __webpack_require__.e(39946), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(88866)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/index.tsx */ 59854));
return Promise.all(/*! import() | p__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(67631), __webpack_require__.e(69814), __webpack_require__.e(21687), __webpack_require__.e(34755), __webpack_require__.e(99160), __webpack_require__.e(91978), __webpack_require__.e(3363), __webpack_require__.e(9188), __webpack_require__.e(88667), __webpack_require__.e(39946), __webpack_require__.e(39231), __webpack_require__.e(4977), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(88866)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/index.tsx */ 59854));
}),
'421': /*#__PURE__*/react.lazy(function () {
return __webpack_require__.e(/*! import() | p__Api__index */ 62300).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Api/index.tsx */ 56541));
@ -132044,7 +132076,7 @@ function _getRoutes() {
return __webpack_require__.e(/*! import() | p__HttpStatus__404 */ 66531).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/HttpStatus/404.tsx */ 70876));
}),
'@@/global-layout': /*#__PURE__*/react.lazy(function () {
return Promise.all(/*! import() | layouts__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(34755), __webpack_require__.e(4977), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(92026), __webpack_require__.e(37577), __webpack_require__.e(41717)]).then(__webpack_require__.bind(__webpack_require__, /*! ./src/layouts/index.tsx */ 32134));
return Promise.all(/*! import() | layouts__index */[__webpack_require__.e(48555), __webpack_require__.e(62709), __webpack_require__.e(83062), __webpack_require__.e(90026), __webpack_require__.e(37402), __webpack_require__.e(73358), __webpack_require__.e(15804), __webpack_require__.e(79035), __webpack_require__.e(79169), __webpack_require__.e(17845), __webpack_require__.e(68508), __webpack_require__.e(78045), __webpack_require__.e(35874), __webpack_require__.e(25159), __webpack_require__.e(42339), __webpack_require__.e(83338), __webpack_require__.e(14533), __webpack_require__.e(282), __webpack_require__.e(63889), __webpack_require__.e(34755), __webpack_require__.e(4977), __webpack_require__.e(3482), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(4476), __webpack_require__.e(53057), __webpack_require__.e(37577), __webpack_require__.e(41717)]).then(__webpack_require__.bind(__webpack_require__, /*! ./src/layouts/index.tsx */ 32134));
})
}
});

Loading…
Cancel
Save