UNPKG

@opentiny/fluent-editor

Version:

A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.

40 lines (39 loc) 2.23 kB
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); require("./fluent-editor.cjs.js"); const index = require("./config/index.cjs.js"); const toolbarTip = require("./modules/toolbar/toolbar-tip.cjs.js"); const fluentEditor = require("./core/fluent-editor.cjs.js"); const editor_config = require("./config/editor.config.cjs.js"); const editor_utils = require("./config/editor.utils.cjs.js"); exports.getListValue = index.getListValue; exports.inputFile = index.inputFile; exports.namespace = index.namespace; exports.generateToolbarTip = toolbarTip.generateToolbarTip; exports.default = fluentEditor.default; exports.AUDIO_VIDEO_UPLOADER_MIME_TYPES = editor_config.AUDIO_VIDEO_UPLOADER_MIME_TYPES; exports.BIG_DELTA_LIMIT = editor_config.BIG_DELTA_LIMIT; exports.CHANGE_LANGUAGE_EVENT = editor_config.CHANGE_LANGUAGE_EVENT; exports.COMPRESSED_UPLOADER_MIME_TYPES = editor_config.COMPRESSED_UPLOADER_MIME_TYPES; exports.DOC_UPLOADER_MIME_TYPES = editor_config.DOC_UPLOADER_MIME_TYPES; exports.FILE_UPLOADER_MIME_TYPES = editor_config.FILE_UPLOADER_MIME_TYPES; exports.IMAGE_UPLOADER_MIME_TYPES = editor_config.IMAGE_UPLOADER_MIME_TYPES; exports.LANG_CONF = editor_config.LANG_CONF; exports.OTHER_FILE_UPLOADER_MIME_TYPES = editor_config.OTHER_FILE_UPLOADER_MIME_TYPES; exports.PPT_UPLOADER_MIME_TYPES = editor_config.PPT_UPLOADER_MIME_TYPES; exports.XSL_UPLOADER_MIME_TYPES = editor_config.XSL_UPLOADER_MIME_TYPES; exports.defaultLanguage = editor_config.defaultLanguage; exports.getEventComposedPath = editor_utils.getEventComposedPath; exports.hadProtocol = editor_utils.hadProtocol; exports.hexToRgbA = editor_utils.hexToRgbA; exports.imageFileToUrl = editor_utils.imageFileToUrl; exports.imageUrlToFile = editor_utils.imageUrlToFile; exports.insideTable = editor_utils.insideTable; exports.isInside = editor_utils.isInside; exports.isNullOrUndefined = editor_utils.isNullOrUndefined; exports.isPureIE = editor_utils.isPureIE; exports.omit = editor_utils.omit; exports.replaceDeltaImage = editor_utils.replaceDeltaImage; exports.sanitize = editor_utils.sanitize; exports.splitWithBreak = editor_utils.splitWithBreak; //# sourceMappingURL=index.cjs.js.map