@guihz/trading-vue-editor-tes 0.0.75 → 0.0.76

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import { VType } from "./enum";
1
+ import { VFormatType, VType } from "./enum";
2
2
  export declare const ERRORS_TIPS: {
3
3
  onlyInLoop: string;
4
4
  invalidType: string;
@@ -60,6 +60,7 @@ export declare const ERRORS_TIPS: {
60
60
  libraryTitleIsKeywordErr: string;
61
61
  exportFuncUseGlobalVarErr: string;
62
62
  loopRuntimeErr: string;
63
+ indicatorFormatErr: string;
63
64
  };
64
65
  export declare const WARNING_TIPS: {
65
66
  repeatVar: string;
@@ -254,3 +255,4 @@ export declare const DEFAULT_EXPORT_TEST: {
254
255
  };
255
256
  export declare const JS_KEYWORDS: string[];
256
257
  export declare const TCC_KEYWORDS: string[];
258
+ export declare const INDICATOR_FORMATS: VFormatType[];