forked from Gitlink/forgeplus-react
81 lines
3.4 KiB
JavaScript
81 lines
3.4 KiB
JavaScript
//import { from } from '_array-flatten@2.1.2@array-flatten';
|
|
|
|
// export { default as OrderStateUtil } from '../routes/Order/components/OrderStateUtil';
|
|
|
|
export {
|
|
getUploadLogoActionUrl as getUploadLogoActionUrl,numFormat as numFormat,
|
|
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
|
|
, 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,getTestImage as getTestImage,getLogoImageUrl as getLogoImageUrl,
|
|
turnbar,returnbar,getUrlToken as getUrlToken
|
|
} from './UrlTool';
|
|
|
|
export { setmiyah as setmiyah } from './Component';
|
|
export { default as queryString } from './UrlTool2';
|
|
|
|
export { SnackbarHOC as SnackbarHOC } from './SnackbarHOC';
|
|
|
|
export {
|
|
trigger as trigger, on as on, off as off
|
|
, broadcastChannelPostMessage, broadcastChannelOnmessage
|
|
} from './EventUtil';
|
|
|
|
export { updatePageParams as updatePageParams ,goUserMes,goUser} from './RouterUtil';
|
|
|
|
export { bytesToSize as bytesToSize } from './UnitUtil';
|
|
|
|
export {
|
|
markdownToHTML, uploadNameSizeSeperator, appendFileSizeToUploadFile, appendFileSizeToUploadFileAll, isImageExtension,
|
|
downloadFile, sortDirections, validateLength, mdJSONParse, exportMdtoHtml
|
|
} from './TextUtil'
|
|
export { handleDateString, getNextHalfHourOfMoment, formatDuring, formatSeconds ,timeAgo} from './DateUtil'
|
|
|
|
export { configShareForIndex, configShareForPaths, configShareForShixuns, configShareForCourses, configShareForCustom } from './util/ShareUtil'
|
|
|
|
export { isDev as isDev, isMobile } from './Env'
|
|
|
|
export { toStore as toStore, fromStore as fromStore } from './Store'
|
|
|
|
export { trace_collapse, trace, debug, info, warn, error, trace_c, debug_c, info_c, warn_c, error_c } from './LogUtil'
|
|
|
|
export {
|
|
EDU_ADMIN, EDU_BUSINESS, EDU_SHIXUN_MANAGER, EDU_SHIXUN_MEMBER, EDU_CERTIFICATION_TEACHER
|
|
, EDU_GAME_MANAGER, EDU_TEACHER, EDU_NORMAL
|
|
} from './Const'
|
|
|
|
|
|
export { default as AttachmentList } from './components/attachment/AttachmentList'
|
|
|
|
export { themes, ThemeContext } from './context/ThemeContext'
|
|
|
|
export { ModalHOC } from './components/ModalHOC'
|
|
|
|
export { SetAppModel } from './components/SetAppModel'
|
|
|
|
export { default as LinkAfterLogin } from './components/LinkAfterLogin'
|
|
export { default as Cropper } from './components/Cropper'
|
|
export { default as ConditionToolTip } from './components/ConditionToolTip'
|
|
|
|
export { default as PopInstruction } from './components/instruction/PopInstruction'
|
|
|
|
export { default as City } from './components/form/City'
|
|
|
|
|
|
// course
|
|
export { default as WordsBtn } from './course/WordsBtn'
|
|
|
|
export { default as ActionBtn } from './course/ActionBtn'
|
|
|
|
export { default as MarkdownToHtml } from './components/markdown/MarkdownToHtml'
|
|
|
|
export { default as QuillForEditor } from './quillForEditor'
|
|
|
|
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'
|