@textbus/core
Advanced tools
Comparing version 4.0.1 to 4.0.3
@@ -28,3 +28,3 @@ import { Observable } from '@tanbo/stream'; | ||
*/ | ||
export declare abstract class Adapter<NativeElement extends object = object, NativeTextNode extends object = object, ViewComponent extends object = object, ViewElement extends object = object> { | ||
export declare abstract class Adapter<NativeElement extends {} = {}, NativeTextNode extends {} = {}, ViewComponent extends {} = {}, ViewElement extends {} = {}> { | ||
private adapter; | ||
@@ -31,0 +31,0 @@ private mount; |
@@ -64,3 +64,3 @@ import { Provider, ReflectiveInjector, Scope } from '@viewfly/core'; | ||
/** 附加的渲染器。常用于在内存中渲染 HTML 字符串*/ | ||
additionalAdapters?: Adapter<any, any>[]; | ||
additionalAdapters?: Adapter<any, any, any>[]; | ||
} | ||
@@ -67,0 +67,0 @@ /** |
{ | ||
"name": "@textbus/core", | ||
"version": "4.0.1", | ||
"version": "4.0.3", | ||
"description": "Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.", | ||
@@ -29,3 +29,3 @@ "main": "./bundles/index.js", | ||
"@tanbo/stream": "^1.2.5", | ||
"@viewfly/core": "^1.0.0-alpha.22" | ||
"@viewfly/core": "^1.0.2" | ||
}, | ||
@@ -50,3 +50,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "650431b993553439e58d48949bd9cadda23fb147" | ||
"gitHead": "cf4fd289b73bc777124a32fe42bb58eba05a34f1" | ||
} |
Sorry, the diff of this file is too big to display
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
583047
15884
Updated@viewfly/core@^1.0.2