@textbus/core
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.0-beta.1
@@ -34,3 +34,3 @@ var __read = (this && this.__read) || function (o, n) { | ||
import { TBHistory } from './history'; | ||
import { I18n, i18n_zh_CN__core_default } from './i18n/_api'; | ||
import { I18n, i18n_zh_CN } from './i18n/_api'; | ||
var editorErrorFn = makeError('Editor'); | ||
@@ -75,3 +75,3 @@ /** | ||
}); | ||
var i18n = new I18n(i18n_zh_CN__core_default, options.i18n); | ||
var i18n = new I18n(i18n_zh_CN, options.i18n); | ||
var rootInjector = new ReflectiveInjector(new NullInjector(), [Layout, { | ||
@@ -78,0 +78,0 @@ provide: EditorController, |
import { I18NConfig } from './i18n'; | ||
export declare const i18n_en_US__core_default: I18NConfig; | ||
export declare const i18n_en_US: I18NConfig; |
@@ -1,2 +0,2 @@ | ||
export var i18n_en_US__core_default = { | ||
export var i18n_en_US = { | ||
/** core library dependency start, no optional */ | ||
@@ -3,0 +3,0 @@ editor: { |
import { I18NConfig } from './i18n'; | ||
export declare const i18n_zh_CN__core_default: I18NConfig; | ||
export declare const i18n_zh_CN: I18NConfig; |
@@ -1,2 +0,2 @@ | ||
export var i18n_zh_CN__core_default = { | ||
export var i18n_zh_CN = { | ||
/** 核心库依赖,不可缺少 */ | ||
@@ -3,0 +3,0 @@ editor: { |
{ | ||
"name": "@textbus/core", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0-beta.1", | ||
"description": "TextBus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/public-api.js", |
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 not supported yet
654284
9814