sykpcomposer 1.19.48 → 1.19.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ImageComponent-f84a07e0.js → ImageComponent-ed2e276a.js} +3 -3
- package/dist/{ImageComponent-f84a07e0.js.map → ImageComponent-ed2e276a.js.map} +1 -1
- package/dist/{InlineImageComponent-8f43eefd.js → InlineImageComponent-660e4328.js} +3 -3
- package/dist/{InlineImageComponent-8f43eefd.js.map → InlineImageComponent-660e4328.js.map} +1 -1
- package/dist/{LexicalNestedComposer.prod-80278641.js → LexicalNestedComposer.prod-da47a869.js} +2 -2
- package/dist/{LexicalNestedComposer.prod-80278641.js.map → LexicalNestedComposer.prod-da47a869.js.map} +1 -1
- package/dist/{PollComponent-cfa5161d.js → PollComponent-9c34e83c.js} +2 -2
- package/dist/{PollComponent-cfa5161d.js.map → PollComponent-9c34e83c.js.map} +1 -1
- package/dist/{index-eedc9334.js → index-d3418baf.js} +5280 -5278
- package/dist/index-d3418baf.js.map +1 -0
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +60 -60
- package/dist/index.umd.js.map +1 -1
- package/dist/src/lexical/Editor.d.ts +1 -1
- package/dist/src/lexical/plugins/TableCellResizer/index.d.ts +3 -1
- package/package.json +1 -1
- package/dist/index-eedc9334.js.map +0 -1
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* For demonstation contains Lexical Provider and all plugins here.
|
|
4
4
|
* External plugins are borrowed from offical lexical playground
|
|
5
5
|
*/
|
|
6
|
-
export declare function Editor({ initialEditorState, userObj, CollabApiKey, docId, mentionItems, type, updateSharepointList, updateSharepointList2, savedComments, styleConfig, handleSaveComments, pagination, customHeight, customWidth, isCollab, defaultState, editId }: any): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare function Editor({ initialEditorState, userObj, CollabApiKey, docId, mentionItems, type, updateSharepointList, updateSharepointList2, savedComments, styleConfig, handleSaveComments, pagination, customHeight, customWidth, isCollab, defaultState, editId, isEditable }: any): import("react/jsx-runtime").JSX.Element;
|