@toast-ui/editor
Advanced tools
Comparing version 2.5.1 to 2.5.2
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* TOAST UI Editor : i18n | ||
* @version 2.5.1 | ||
* @version 2.5.2 | ||
* @author NHN FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
@@ -1,2 +0,2 @@ | ||
// Type definitions for TOAST UI Editor v2.5.1 | ||
// Type definitions for TOAST UI Editor v2.5.2 | ||
// TypeScript Version: 3.2.2 | ||
@@ -153,3 +153,3 @@ | ||
type CustomHTMLRendererMap = Partial<Record<NodeType, CustomHTMLRenderer>>; | ||
export type CustomHTMLRendererMap = Partial<Record<NodeType, CustomHTMLRenderer>>; | ||
// Toastmark custom renderer type end | ||
@@ -233,3 +233,3 @@ interface SelectionRange { | ||
export interface ConvertorClass { | ||
new (em: EventManager, options: ConvertorOptions): Convertor; | ||
new(em: EventManager, options: ConvertorOptions): Convertor; | ||
} | ||
@@ -264,3 +264,3 @@ | ||
linkAttribute?: LinkAttribute; | ||
customHTMLRenderer?: CustomHTMLRenderer; | ||
customHTMLRenderer?: CustomHTMLRendererMap; | ||
referenceDefinition?: boolean; | ||
@@ -859,2 +859,5 @@ customHTMLSanitizer?: CustomHTMLSanitizer; | ||
declare module '@toast-ui/editor' { | ||
export type SourceType = toastui.SourceType; | ||
export type MarkdownToolbarState = toastui.MarkdownToolbarState; | ||
export type WysiwygToolbarState = toastui.WysiwygToolbarState; | ||
export type EditorOptions = toastui.EditorOptions; | ||
@@ -861,0 +864,0 @@ export type CustomConvertor = toastui.ConvertorClass; |
{ | ||
"name": "@toast-ui/editor", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "GFM Markdown Wysiwyg Editor - Productive and Extensible", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 too big to display
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
1750344
40474