@guihz/trading-vue-editor-tes 0.1.50 → 0.1.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,3 +35,4 @@ export declare function getCustomTimeframeData(timeframe: string, tickerid: stri
35
35
  }>;
36
36
  export declare function resultHandle(data: IKeyObjectValue[], dataSource: IKeyObjectValue[], values: IKeyObjectValue, period: string, timeframe: string, timeframeGaps?: boolean, isNew?: boolean): IKeyObjectValue;
37
37
  export declare function resultFilterHandle(values: IKeyObjectValue, barIndexs: number[][], dataSource: IKeyObjectValue[], timeframeGaps?: boolean): IKeyObjectValue;
38
+ export declare function filterKey(key: string): string;
@@ -104,6 +104,7 @@ export default class ParserVisitor extends ParserUtils {
104
104
  visitParenthesizedExpression: (ctx: IKeyObjectValue) => {
105
105
  ruleType: VRuleType;
106
106
  type: any;
107
+ types: any;
107
108
  ctx: IKeyObjectValue;
108
109
  exprs: any;
109
110
  };
@@ -102,6 +102,7 @@ export default class ParserVisitor extends ParserUtils {
102
102
  visitParenthesizedExpression: (ctx: IKeyObjectValue) => {
103
103
  ruleType: VRuleType;
104
104
  type: any;
105
+ types: any;
105
106
  ctx: IKeyObjectValue;
106
107
  exprs: any;
107
108
  };
@@ -119,6 +119,7 @@ export default class ParserVisitor extends ParserUtils {
119
119
  visitParenthesizedExpression: (ctx: IKeyObjectValue) => {
120
120
  ruleType: VRuleType;
121
121
  type: any;
122
+ types: any;
122
123
  ctx: IKeyObjectValue;
123
124
  exprs: any;
124
125
  };
@@ -123,6 +123,7 @@ export default class ParserVisitor extends ParserUtils {
123
123
  visitParenthesizedExpression: (ctx: IKeyObjectValue) => {
124
124
  ruleType: VRuleType;
125
125
  type: any;
126
+ types: any;
126
127
  ctx: IKeyObjectValue;
127
128
  exprs: any;
128
129
  };