@guihz/trading-vue-editor-tes 0.0.141 → 0.0.142

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,14 @@
1
+ import { IKeyObjectValue } from "../../type";
1
2
  import { BuiltInVariables } from "../buildInVariables";
2
3
  export declare class Chart {
3
4
  private _variables;
5
+ private _bgColor?;
6
+ private _fgColor?;
7
+ isUseBgColor: boolean;
4
8
  constructor(variables: BuiltInVariables);
5
- get bg_color(): void;
6
- get fg_color(): void;
9
+ updateOptions(options: IKeyObjectValue): void;
10
+ get bg_color(): string | undefined;
11
+ get fg_color(): string | undefined;
7
12
  get is_heikinashi(): boolean;
8
13
  get is_kagi(): boolean;
9
14
  get is_linebreak(): boolean;
@@ -13,4 +18,7 @@ export declare class Chart {
13
18
  get is_standard(): boolean;
14
19
  get left_visible_bar_time(): number;
15
20
  get right_visible_bar_time(): number;
21
+ private _parseColor;
22
+ private _parserRgbColor;
23
+ private _contrastColor;
16
24
  }
@@ -67553,7 +67553,7 @@ function nr(a, n, r) {
67553
67553
  function oh() {
67554
67554
  return new Array(4).fill(0).map(() => Math.floor(Math.random() * Number.MAX_SAFE_INTEGER).toString(16)).join("-");
67555
67555
  }
67556
- const Fp = new Worker(new URL("" + new URL("assets/scriptsRunWorker-DRaLHxRb.js", import.meta.url).href, import.meta.url), { type: "module", name: "Run TccScript Server" });
67556
+ const Fp = new Worker(new URL("" + new URL("assets/scriptsRunWorker-BZF14FNK.js", import.meta.url).href, import.meta.url), { type: "module", name: "Run TccScript Server" });
67557
67557
  Fp.onerror = (a) => {
67558
67558
  console.error(a);
67559
67559
  };