@guihz/trading-vue-editor-tes 0.0.145 → 0.0.146

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
1
1
  import { editor, languages } from 'monaco-editor';
2
2
  export declare class Color {
3
3
  private _colors;
4
+ private _count;
4
5
  constructor();
5
6
  getDocumentColors(list: editor.FindMatch[]): languages.IColorInformation[];
6
7
  private get _defultColorsRegStr();
@@ -33,4 +33,5 @@ export default class InitEditor {
33
33
  openFind(): void;
34
34
  gotoLine(): void;
35
35
  onChangeCursorPosition(_callback?: (postion: IPosition) => void): void;
36
+ dispose(): void;
36
37
  }