forgeplus-react/src/common/educoder.js

80 lines
3.3 KiB
JavaScript
Raw Normal View History

2020-03-16 14:12:11 +08:00
//import { from } from '_array-flatten@2.1.2@array-flatten';
// export { default as OrderStateUtil } from '../routes/Order/components/OrderStateUtil';
2020-04-28 17:23:34 +08:00
export {
2021-08-12 11:45:56 +08:00
getUploadLogoActionUrl as getUploadLogoActionUrl,numFormat as numFormat,
2020-10-22 18:20:42 +08:00
getImageUrl as getImageUrl,getImage as getImage, getmyUrl as getmyUrl, getRandomNumber as getRandomNumber, getUrl as getUrl, publicSearchs as publicSearchs, getRandomcode as getRandomcode, getUrlmys as getUrlmys, getUrl2 as getUrl2, setImagesUrl as setImagesUrl
2020-04-28 17:23:34 +08:00
, getUploadActionUrl as getUploadActionUrl, getUploadActionUrltwo as getUploadActionUrltwo, getUploadActionUrlthree as getUploadActionUrlthree, getUploadActionUrlOfAuth as getUploadActionUrlOfAuth
, getTaskUrlById as getTaskUrlById, TEST_HOST, htmlEncode as htmlEncode, getupload_git_file as getupload_git_file, getcdnImageUrl as getcdnImageUrl
} from './UrlTool';
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export { setmiyah as setmiyah } from './Component';
export { default as queryString } from './UrlTool2';
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export { SnackbarHOC as SnackbarHOC } from './SnackbarHOC';
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export {
trigger as trigger, on as on, off as off
, broadcastChannelPostMessage, broadcastChannelOnmessage
} from './EventUtil';
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export { updatePageParams as updatePageParams } from './RouterUtil';
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export { bytesToSize as bytesToSize } from './UnitUtil';
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export {
markdownToHTML, uploadNameSizeSeperator, appendFileSizeToUploadFile, appendFileSizeToUploadFileAll, isImageExtension,
downloadFile, sortDirections, validateLength, mdJSONParse, exportMdtoHtml
} from './TextUtil'
2021-08-04 11:18:21 +08:00
export { handleDateString, getNextHalfHourOfMoment, formatDuring, formatSeconds ,timeAgo} from './DateUtil'
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export { configShareForIndex, configShareForPaths, configShareForShixuns, configShareForCourses, configShareForCustom } from './util/ShareUtil'
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export { isDev as isDev, isMobile } from './Env'
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export { toStore as toStore, fromStore as fromStore } from './Store'
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export { trace_collapse, trace, debug, info, warn, error, trace_c, debug_c, info_c, warn_c, error_c } from './LogUtil'
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export {
EDU_ADMIN, EDU_BUSINESS, EDU_SHIXUN_MANAGER, EDU_SHIXUN_MEMBER, EDU_CERTIFICATION_TEACHER
, EDU_GAME_MANAGER, EDU_TEACHER, EDU_NORMAL
} from './Const'
2020-03-16 14:12:11 +08:00
export { default as AttachmentList } from './components/attachment/AttachmentList'
2020-04-28 17:23:34 +08:00
export { themes, ThemeContext } from './context/ThemeContext'
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export { ModalHOC } from './components/ModalHOC'
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export { SetAppModel } from './components/SetAppModel'
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export { default as LinkAfterLogin } from './components/LinkAfterLogin'
export { default as Cropper } from './components/Cropper'
export { default as ConditionToolTip } from './components/ConditionToolTip'
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export { default as PopInstruction } from './components/instruction/PopInstruction'
2020-03-16 14:12:11 +08:00
2020-04-28 17:23:34 +08:00
export { default as City } from './components/form/City'
2020-03-16 14:12:11 +08:00
// course
2020-04-28 17:23:34 +08:00
export { default as WordsBtn } from './course/WordsBtn'
2020-03-16 14:12:11 +08:00
export { default as ActionBtn } from './course/ActionBtn'
export { default as MarkdownToHtml } from './components/markdown/MarkdownToHtml'
2020-04-28 17:23:34 +08:00
export { default as QuillForEditor } from './quillForEditor'
2020-03-16 14:12:11 +08:00
export { default as Clappr } from './components/media/Clappr'
export { default as AliyunUploader } from './components/media/AliyunUploader'
export { default as ImageLayer2 } from './hooks/ImageLayer2'
// 外部
export { CNotificationHOC as CNotificationHOC } from '../modules/courses/common/CNotificationHOC'