@textbus/core
Advanced tools
Comparing version 4.0.0-alpha.72 to 4.0.0-alpha.73
@@ -190,7 +190,7 @@ import { Observable, Subject } from '@tanbo/stream'; | ||
* 清除插槽格式 | ||
* @param excludeFormats 要排除的格式 | ||
* @param remainFormats 要保留的格式 | ||
* @param startIndex 开始位置 | ||
* @param endIndex 结束位置 | ||
*/ | ||
cleanFormats(excludeFormats?: Formatter<any>[] | ((formatter: Formatter<any>) => boolean), startIndex?: number, endIndex?: number): void; | ||
cleanFormats(remainFormats?: Formatter<any>[] | ((formatter: Formatter<any>) => boolean), startIndex?: number, endIndex?: number): void; | ||
/** | ||
@@ -197,0 +197,0 @@ * 当在回调函数中应用样式时,将把应用的样式作为子插槽的最低优化级合并 |
{ | ||
"name": "@textbus/core", | ||
"version": "4.0.0-alpha.72", | ||
"version": "4.0.0-alpha.73", | ||
"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.18" | ||
"@viewfly/core": "^1.0.0-alpha.21" | ||
}, | ||
@@ -50,3 +50,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "96dde41ca6db677514329636290f0f1afe5e9806" | ||
"gitHead": "cf4fd289b73bc777124a32fe42bb58eba05a34f1" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
580987