@textbus/core
Advanced tools
Comparing version 2.0.0-alpha.22 to 2.0.0-alpha.23
export declare function makeError(name: string): (message: string) => Error; |
@@ -0,0 +0,0 @@ export function makeError(name) { |
@@ -0,0 +0,0 @@ import { Starter, TextBusConfig } from './starter'; |
@@ -0,0 +0,0 @@ import { Starter } from './starter'; |
@@ -0,0 +0,0 @@ import { Draft } from 'immer'; |
@@ -0,0 +0,0 @@ import { produce } from 'immer'; |
@@ -0,0 +0,0 @@ export * from './_injection-tokens'; |
@@ -0,0 +0,0 @@ export * from './_injection-tokens'; |
@@ -0,0 +0,0 @@ import { InjectionToken } from '@tanbo/di'; |
@@ -0,0 +0,0 @@ import { InjectionToken } from '@tanbo/di'; |
@@ -0,0 +0,0 @@ import { Range, Selection } from './selection'; |
@@ -0,0 +0,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { |
@@ -0,0 +0,0 @@ import { Component } from '../define-component'; |
@@ -0,0 +0,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { |
@@ -0,0 +0,0 @@ import { Formatter } from '../model/formatter'; |
@@ -0,0 +0,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { |
@@ -0,0 +0,0 @@ import { Observable } from '@tanbo/stream'; |
@@ -0,0 +0,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { |
@@ -0,0 +0,0 @@ import { Shortcut } from '../model/_api'; |
@@ -0,0 +0,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { |
@@ -0,0 +0,0 @@ import { Renderer } from './renderer'; |
@@ -0,0 +0,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { |
@@ -0,0 +0,0 @@ import { VElement } from '../model/_api'; |
@@ -0,0 +0,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { |
@@ -0,0 +0,0 @@ import { Selection } from './selection'; |
@@ -0,0 +0,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { |
@@ -0,0 +0,0 @@ import { Observable } from '@tanbo/stream'; |
@@ -0,0 +0,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { |
@@ -0,0 +0,0 @@ import { Observable } from '@tanbo/stream'; |
@@ -0,0 +0,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { |
@@ -0,0 +0,0 @@ import { Injector } from '@tanbo/di'; |
@@ -0,0 +0,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { |
@@ -0,0 +0,0 @@ export * from './change-marker'; |
@@ -0,0 +0,0 @@ export * from './change-marker'; |
@@ -0,0 +0,0 @@ import { Observable } from '@tanbo/stream'; |
@@ -0,0 +0,0 @@ import { Subject } from '@tanbo/stream'; |
@@ -0,0 +0,0 @@ import { Draft } from 'immer'; |
export {}; | ||
//# sourceMappingURL=component.js.map |
@@ -0,0 +0,0 @@ import { ComponentInstance, ComponentLiteral } from './component'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ declare const parentNode: unique symbol; |
@@ -0,0 +0,0 @@ import { makeError } from '../_utils/make-error'; |
@@ -0,0 +0,0 @@ import { AttributeFormatter, BlockFormatter, Formatter, InlineFormatter } from './formatter'; |
@@ -0,0 +0,0 @@ import { FormatType } from './formatter'; |
@@ -0,0 +0,0 @@ import { VElement } from './element'; |
@@ -0,0 +0,0 @@ export var FormatType; |
@@ -0,0 +0,0 @@ import { Patch } from 'immer'; |
export {}; | ||
//# sourceMappingURL=operation.js.map |
@@ -0,0 +0,0 @@ import { Draft } from 'immer'; |
@@ -0,0 +0,0 @@ import { produce } from 'immer'; |
@@ -0,0 +0,0 @@ import { Observable } from '@tanbo/stream'; |
@@ -0,0 +0,0 @@ import { Subject } from '@tanbo/stream'; |
@@ -0,0 +0,0 @@ import 'reflect-metadata'; |
@@ -0,0 +0,0 @@ import 'reflect-metadata'; |
@@ -0,0 +0,0 @@ import { Provider, ReflectiveInjector } from '@tanbo/di'; |
@@ -0,0 +0,0 @@ import { Injector, NullInjector, ReflectiveInjector } from '@tanbo/di'; |
{ | ||
"name": "@textbus/core", | ||
"version": "2.0.0-alpha.22", | ||
"version": "2.0.0-alpha.23", | ||
"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/public-api.js", | ||
"@tanbo/di": "^1.0.5", | ||
"@tanbo/stream": "^0.0.9", | ||
"@tanbo/stream": "^0.0.11", | ||
"immer": "^9.0.12" | ||
@@ -44,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "7be194a04e9c6d713b97c32d4d42bfc479ce7859" | ||
"gitHead": "c0d98091fb0c1220e2de46e795276cfb79c74e38" | ||
} |
@@ -0,0 +0,0 @@ TextBus 富文本编辑器 |
Sorry, the diff of this file is not supported yet
401827
+ Added@tanbo/stream@0.0.11(transitive)
- Removed@tanbo/stream@0.0.9(transitive)
Updated@tanbo/stream@^0.0.11