@tinymce/tinymce-react
Advanced tools
Comparing version 5.1.2-feature.20240716073939528.sha26b5632 to 5.1.2-feature.20240716074825949.sha078309d
@@ -8,4 +8,4 @@ export type CallbackFn = () => void; | ||
export declare const ScriptLoader: { | ||
loadList: (doc: Document, items: ScriptItem[], delay: number, success: () => void, failure?: ((err: unknown) => void) | undefined) => void; | ||
loadList: (doc: Document, items: ScriptItem[], delay: number, success: () => void, failure?: (err: unknown) => void) => void; | ||
reinitialize: () => void; | ||
}; |
@@ -6,10 +6,10 @@ import { IEventPropTypes } from './components/EditorPropTypes'; | ||
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 keyof import("./Events").IEvents>(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 IEventPropTypes>(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; | ||
export declare const uuid: (prefix: string) => string; | ||
export declare const isTextareaOrInput: (element: Element | null) => element is HTMLInputElement | HTMLTextAreaElement; | ||
export declare const isTextareaOrInput: (element: Element | null) => element is (HTMLTextAreaElement | HTMLInputElement); | ||
export declare const mergePlugins: (initPlugins: string | string[] | undefined, inputPlugins: string | string[] | undefined) => string[]; | ||
export declare const isBeforeInputEventAvailable: () => boolean; | ||
export declare const isInDoc: (elem: Node) => boolean; | ||
export declare const setMode: (editor: TinyMCEEditor | undefined, mode: 'readonly' | 'design') => void; | ||
export declare const setMode: (editor: TinyMCEEditor | undefined, mode: "readonly" | "design") => void; | ||
export {}; |
@@ -8,4 +8,4 @@ export type CallbackFn = () => void; | ||
export declare const ScriptLoader: { | ||
loadList: (doc: Document, items: ScriptItem[], delay: number, success: () => void, failure?: ((err: unknown) => void) | undefined) => void; | ||
loadList: (doc: Document, items: ScriptItem[], delay: number, success: () => void, failure?: (err: unknown) => void) => void; | ||
reinitialize: () => void; | ||
}; |
@@ -6,10 +6,10 @@ import { IEventPropTypes } from './components/EditorPropTypes'; | ||
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 keyof import("./Events").IEvents>(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 IEventPropTypes>(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; | ||
export declare const uuid: (prefix: string) => string; | ||
export declare const isTextareaOrInput: (element: Element | null) => element is HTMLInputElement | HTMLTextAreaElement; | ||
export declare const isTextareaOrInput: (element: Element | null) => element is (HTMLTextAreaElement | HTMLInputElement); | ||
export declare const mergePlugins: (initPlugins: string | string[] | undefined, inputPlugins: string | string[] | undefined) => string[]; | ||
export declare const isBeforeInputEventAvailable: () => boolean; | ||
export declare const isInDoc: (elem: Node) => boolean; | ||
export declare const setMode: (editor: TinyMCEEditor | undefined, mode: 'readonly' | 'design') => void; | ||
export declare const setMode: (editor: TinyMCEEditor | undefined, mode: "readonly" | "design") => void; | ||
export {}; |
@@ -42,9 +42,9 @@ { | ||
"devDependencies": { | ||
"@babel/core": "^7.23.3", | ||
"@babel/preset-env": "^7.23.3", | ||
"@babel/preset-react": "^7.23.3", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@babel/core": "^7.24.9", | ||
"@babel/preset-env": "^7.24.8", | ||
"@babel/preset-react": "^7.24.7", | ||
"@babel/preset-typescript": "^7.24.7", | ||
"@ephox/agar": "^8.0.0-alpha.0", | ||
"@ephox/bedrock-client": "^14.1.1", | ||
"@ephox/bedrock-server": "^14.1.3", | ||
"@ephox/bedrock-server": "^14.1.4", | ||
"@ephox/katamari": "^9.1.5", | ||
@@ -54,20 +54,20 @@ "@ephox/mcagar": "^9.0.0-alpha.0", | ||
"@ephox/sugar": "^9.2.1", | ||
"@storybook/addon-essentials": "^8.0.2", | ||
"@storybook/addon-interactions": "^8.0.2", | ||
"@storybook/addon-links": "^8.0.2", | ||
"@storybook/blocks": "^8.0.2", | ||
"@storybook/react": "^8.0.2", | ||
"@storybook/react-vite": "^8.0.2", | ||
"@storybook/addon-essentials": "^8.2.4", | ||
"@storybook/addon-interactions": "^8.2.4", | ||
"@storybook/addon-links": "^8.2.4", | ||
"@storybook/blocks": "^8.2.4", | ||
"@storybook/react": "^8.2.4", | ||
"@storybook/react-vite": "^8.2.4", | ||
"@tinymce/beehive-flow": "^0.19.0", | ||
"@tinymce/eslint-plugin": "^2.3.1", | ||
"@tinymce/miniature": "^6.0.0", | ||
"@types/node": "^20.9.0", | ||
"@types/prop-types": "^15.7.10", | ||
"@types/react": "^18.2.37", | ||
"@types/react-dom": "^18.2.15", | ||
"@types/node": "^20.14.10", | ||
"@types/prop-types": "^15.7.12", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"gh-pages": "^6.1.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rimraf": "^5.0.5", | ||
"storybook": "^8.0.2", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"rimraf": "^6.0.1", | ||
"storybook": "^8.2.4", | ||
"tinymce": "^7.2.1", | ||
@@ -78,7 +78,7 @@ "tinymce-4": "npm:tinymce@^4", | ||
"tinymce-7": "npm:tinymce@^7", | ||
"typescript": "~5.4.3", | ||
"vite": "^5.2.2" | ||
"typescript": "~5.5.3", | ||
"vite": "^5.3.3" | ||
}, | ||
"version": "5.1.2-feature.20240716073939528.sha26b5632", | ||
"version": "5.1.2-feature.20240716074825949.sha078309d", | ||
"name": "@tinymce/tinymce-react" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110471