@textbus/core
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ import { Observable, Subject } from '@tanbo/stream'; | ||
import { Content } from './content'; | ||
import { FormatLiteral, FormatRange, FormatValue, Formats, FormatTree, FormatItem } from './format'; | ||
import { Format, FormatLiteral, FormatRange, FormatValue, Formats, FormatTree, FormatItem } from './format'; | ||
import { Attribute, Formatter } from './attribute'; | ||
@@ -60,3 +60,3 @@ import { ChangeMarker } from './change-marker'; | ||
protected content: Content; | ||
protected format: any; | ||
protected format: Format; | ||
protected attributes: Map<Attribute<any>, any>; | ||
@@ -63,0 +63,0 @@ protected contentChangeEvent: Subject<Action[]>; |
{ | ||
"name": "@textbus/core", | ||
"version": "3.8.1", | ||
"version": "3.8.4", | ||
"description": "Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.", | ||
@@ -50,3 +50,3 @@ "main": "./bundles/index.js", | ||
}, | ||
"gitHead": "cf4fd289b73bc777124a32fe42bb58eba05a34f1" | ||
"gitHead": "7359230a08229933be9cb78590b6777256fa5582" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
616330
0.01%