@tinymce/tinymce-react
Advanced tools
Comparing version 3.10.3-rc.20210220045301967.1b711c2 to 3.10.3-rc.20210304000707259.c9c2127
@@ -7,2 +7,6 @@ # Change log | ||
## [3.10.3] - 2021-03-04 | ||
### Fixed | ||
- Updated dependencies to latest available | ||
## [3.10.2] - 2021-02-20 | ||
@@ -9,0 +13,0 @@ ## Fixed |
@@ -55,3 +55,3 @@ /** | ||
id: string; | ||
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>; | ||
}, string | React.JSXElementConstructor<any>>; | ||
private renderInline; | ||
@@ -58,0 +58,0 @@ private renderIframe; |
@@ -17,2 +17,4 @@ "use strict"; | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -19,0 +21,0 @@ function __() { this.constructor = d; } |
@@ -13,3 +13,3 @@ /** | ||
declare type PropLookup = <K extends keyof IAllProps>(key: K) => IAllProps[K] | undefined; | ||
export declare const configHandlers2: <H>(handlerLookup: PropLookup, on: (name: string, handler: H) => void, off: (name: string, handler: H) => void, adapter: <K extends "onBeforePaste" | "onBlur" | "onClick" | "onContextMenu" | "onCopy" | "onCut" | "onDblclick" | "onDrag" | "onDragDrop" | "onDragEnd" | "onDragGesture" | "onDragOver" | "onDrop" | "onFocus" | "onFocusIn" | "onFocusOut" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onMouseDown" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseOut" | "onMouseOver" | "onMouseUp" | "onPaste" | "onSelectionChange" | "onActivate" | "onAddUndo" | "onBeforeAddUndo" | "onBeforeExecCommand" | "onBeforeGetContent" | "onBeforeRenderUI" | "onBeforeSetContent" | "onChange" | "onClearUndos" | "onDeactivate" | "onDirty" | "onExecCommand" | "onGetContent" | "onHide" | "onInit" | "onLoadContent" | "onNodeChange" | "onPostProcess" | "onPostRender" | "onPreProcess" | "onProgressState" | "onRedo" | "onRemove" | "onReset" | "onSaveContent" | "onSetAttrib" | "onObjectResizeStart" | "onObjectResized" | "onObjectSelected" | "onSetContent" | "onShow" | "onSubmit" | "onUndo" | "onVisualAid">(lookup: PropLookup, key: K) => H, prevProps: Partial<IAllProps>, props: Partial<IAllProps>, boundHandlers: Record<string, H>) => void; | ||
export declare const configHandlers2: <H>(handlerLookup: PropLookup, on: (name: string, handler: H) => void, off: (name: string, handler: H) => void, adapter: <K extends keyof import("./Events").IEvents>(lookup: PropLookup, key: K) => H, prevProps: Partial<IAllProps>, props: Partial<IAllProps>, boundHandlers: Record<string, H>) => void; | ||
export declare const configHandlers: (editor: TinyMCEEditor, prevProps: Partial<IAllProps>, props: Partial<IAllProps>, boundHandlers: Record<string, (event: EditorEvent<any>) => unknown>, lookup: PropLookup) => void; | ||
@@ -16,0 +16,0 @@ export declare const uuid: (prefix: string) => string; |
@@ -55,3 +55,3 @@ /** | ||
id: string; | ||
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>; | ||
}, string | React.JSXElementConstructor<any>>; | ||
private renderInline; | ||
@@ -58,0 +58,0 @@ private renderIframe; |
@@ -16,2 +16,4 @@ /** | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -18,0 +20,0 @@ function __() { this.constructor = d; } |
@@ -13,3 +13,3 @@ /** | ||
declare type PropLookup = <K extends keyof IAllProps>(key: K) => IAllProps[K] | undefined; | ||
export declare const configHandlers2: <H>(handlerLookup: PropLookup, on: (name: string, handler: H) => void, off: (name: string, handler: H) => void, adapter: <K extends "onBeforePaste" | "onBlur" | "onClick" | "onContextMenu" | "onCopy" | "onCut" | "onDblclick" | "onDrag" | "onDragDrop" | "onDragEnd" | "onDragGesture" | "onDragOver" | "onDrop" | "onFocus" | "onFocusIn" | "onFocusOut" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onMouseDown" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseOut" | "onMouseOver" | "onMouseUp" | "onPaste" | "onSelectionChange" | "onActivate" | "onAddUndo" | "onBeforeAddUndo" | "onBeforeExecCommand" | "onBeforeGetContent" | "onBeforeRenderUI" | "onBeforeSetContent" | "onChange" | "onClearUndos" | "onDeactivate" | "onDirty" | "onExecCommand" | "onGetContent" | "onHide" | "onInit" | "onLoadContent" | "onNodeChange" | "onPostProcess" | "onPostRender" | "onPreProcess" | "onProgressState" | "onRedo" | "onRemove" | "onReset" | "onSaveContent" | "onSetAttrib" | "onObjectResizeStart" | "onObjectResized" | "onObjectSelected" | "onSetContent" | "onShow" | "onSubmit" | "onUndo" | "onVisualAid">(lookup: PropLookup, key: K) => H, prevProps: Partial<IAllProps>, props: Partial<IAllProps>, boundHandlers: Record<string, H>) => void; | ||
export declare const configHandlers2: <H>(handlerLookup: PropLookup, on: (name: string, handler: H) => void, off: (name: string, handler: H) => void, adapter: <K extends keyof import("./Events").IEvents>(lookup: PropLookup, key: K) => H, prevProps: Partial<IAllProps>, props: Partial<IAllProps>, boundHandlers: Record<string, H>) => void; | ||
export declare const configHandlers: (editor: TinyMCEEditor, prevProps: Partial<IAllProps>, props: Partial<IAllProps>, boundHandlers: Record<string, (event: EditorEvent<any>) => unknown>, lookup: PropLookup) => void; | ||
@@ -16,0 +16,0 @@ export declare const uuid: (prefix: string) => string; |
@@ -36,6 +36,6 @@ { | ||
"devDependencies": { | ||
"@babel/core": "^7.12.17", | ||
"@babel/core": "^7.13.8", | ||
"@ephox/agar": "^5.2.1", | ||
"@ephox/bedrock-client": "^11.0.0", | ||
"@ephox/bedrock-server": "^11.0.2", | ||
"@ephox/bedrock-client": "^11.1.1", | ||
"@ephox/bedrock-server": "^11.1.1", | ||
"@ephox/katamari": "^7.1.3", | ||
@@ -46,7 +46,7 @@ "@ephox/mcagar": "^6.0.1", | ||
"@storybook/addon-info": "^5.3.21", | ||
"@storybook/react": "^6.1.18", | ||
"@storybook/react": "^6.1.21", | ||
"@storybook/storybook-deployer": "^2.8.6", | ||
"@tinymce/beehive-flow": "^0.14.0", | ||
"@tinymce/eslint-plugin": "^1.7.2", | ||
"@tinymce/miniature": "^3.0.1", | ||
"@tinymce/miniature": "^3.1.1", | ||
"@types/node": "^14.14.31", | ||
@@ -60,3 +60,3 @@ "@types/prop-types": "^15.5.8", | ||
"babel-loader": "^8.2.2", | ||
"core-js": "^3.9.0", | ||
"core-js": "^3.9.1", | ||
"raf": "^3.4.1", | ||
@@ -69,7 +69,7 @@ "react": "^17.0.1", | ||
"ts-loader": "^8.0.17", | ||
"typescript": "^4.1.5", | ||
"webpack": "^5.23.0" | ||
"typescript": "^4.2.2", | ||
"webpack": "^5.24.3" | ||
}, | ||
"version": "3.10.3-rc.20210220045301967.1b711c2", | ||
"version": "3.10.3-rc.20210304000707259.c9c2127", | ||
"name": "@tinymce/tinymce-react" | ||
} |
64470
1331