richlagetest
Advanced tools
Comparing version 0.0.0-cc62acf3ee4d7af03b79a7906c72d2cc69eda915 to 0.0.0-d626350c261581b7616d91dc3ca9abbe4a7eff1d
@@ -1,33 +0,4 @@ | ||
export * from './Icons'; | ||
export { default as ClickOutside } from './Components/ClickOutside/ClickOutside'; | ||
export { default as useClickOutside } from './Components/ClickOutside/useClickOutside'; | ||
export { default as LinkPanelWrapper } from './Components/LinkComponents/LinkPanelWrapper'; | ||
export { default as LinkButton } from './Components/LinkComponents/LinkButton'; | ||
export { default as LinkModal } from './Components/LinkComponents/LinkModal'; | ||
export { default as ToolbarButton } from './Components/ToolbarButton'; | ||
export { default as InlineToolbarButton } from './Components/InlineToolbarButton'; | ||
export { default as EditorModals } from './Modals/EditorModals'; | ||
export { default as decorateComponentWithProps } from './Utils/decorateComponentWithProps'; | ||
export { getToolbarTheme } from './Utils/getToolbarTheme'; | ||
export { getModalStyles, getBottomToolbarModalStyles } from './Utils/getModalStyles'; | ||
export { undo, redo } from './Utils/handleUndoRedoCommands'; | ||
export { getAnchorableBlocks } from './Components/AnchorComponents/anchorUtils'; | ||
export { updateLinkAtCurrentSelection, insertLinkAtCurrentSelection, insertLinkInPosition, getEntityData, insertCustomLink, hasLinksInBlock, getLinkRangesInBlock, fixPastedLinks, hasLinksInSelection, getLinkDataInSelection, removeLinksInSelection, getTextAlignment, setTextAlignment, getAnchorBlockData, mergeBlockData, isAtomicBlockFocused, blockKeyToEntityKey, setEntityData, setBlockNewEntityData, replaceWithEmptyBlock, deleteBlock, getBlockAtStartOfSelection, getSelectedBlocks, createEntity, createBlockAndFocus, createBlock, getBlockInfo, getBlockEntityType, getFocusedBlockKey, createCalcContentDiff, getEditorContentSummary, createSelection, getBlockType, hasInlineStyle, getDraftInlineStyle, indentSelectedBlocks, isTypeText, setForceSelection, deleteBlockText, insertString, deleteCharacterBeforeCursor, createLinkEntityData, getCharacterBeforeSelection, isPluginFocused, getSelectionRange, isInSelectionRange, cloneDeepWithoutEditorState, isCursorAtStartOfContent, isCursorAtFirstLine, selectAllContent, isAtomicBlockInSelection, setSelectionToBlock, hasBlockType, setNativeSelectionToBlock, } from './Utils/draftUtils'; | ||
export { triggerMention, insertMention } from './Utils/mentionUtils'; | ||
export { isiOS } from './Utils/isiOS'; | ||
export { mergeToolbarSettings } from './Utils/mergeToolbarSettings'; | ||
export { COMMANDS, DraftCommand, TEXT_TYPES, MODIFIERS, TOOLBARS, DISPLAY_MODE, CHARACTERS, FORMATTING_BUTTONS, INSERT_PLUGIN_BUTTONS, BUTTON_TYPES, KEYS_CHARCODE, } from './consts'; | ||
import './draftTypes'; | ||
export * from './tiptapTypes'; | ||
import { ContentState } from '@wix/draft-js'; | ||
import { DraftContent } from 'wix-rich-content-common'; | ||
export declare const convertFromRaw: (rawState: DraftContent) => ContentState; | ||
export { convertToRaw, getVisibleSelectionRect, EditorState, SelectionState, DefaultDraftBlockRenderMap, Modifier, RichUtils, KeyBindingUtil, genKey, ContentBlock, BlockMapBuilder, AtomicBlockUtils, ContentState, RawDraftContentState, EditorChangeType, convertFromHTML, CharacterMetadata, BlockMap, getDefaultKeyBinding, } from '@wix/draft-js'; | ||
import DraftOffsetKey from '@wix/draft-js/lib/DraftOffsetKey'; | ||
export { DraftOffsetKey }; | ||
export { elementOverflowWithEditor } from './Utils/overflowUtils'; | ||
export { createEditorStyles } from './Utils/createEditorStyles'; | ||
export declare const getEmptyDraftContent: () => DraftContent; | ||
export { getSelectionStyles, hasOneStyleInSelection, setInlineStyle, removeCurrentInlineStyle, getDefaultStyleFn, getCustomStyleFn, getCustomStyleFns, getBlockStyleRanges, } from './Utils/inlineStyleUtils'; | ||
export { scrollToBlock } from './Utils/scrollToBlock'; | ||
export { UNDO_REDO_TYPE } from './types'; | ||
export { createUndoRedoPlugin } from './createUndoRedoPlugin'; | ||
export { pluginUndoRedo } from './editor'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,1 +0,1 @@ | ||
{"name":"richlagetest","version":"0.0.0-cc62acf3ee4d7af03b79a7906c72d2cc69eda915"} | ||
{"name":"richlagetest","version":"0.0.0-d626350c261581b7616d91dc3ca9abbe4a7eff1d"} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 3 instances in 1 package
3
1
1
66805
34
158