widget-iccandle 0.0.20 → 0.0.22

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.
@@ -1 +1 @@
1
- {"version":3,"file":"forex-icons.d.ts","sourceRoot":"","sources":["../../../src/components/common/forex-icons.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,GAAI,UAAU;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,4CAuCpD,CAAC"}
1
+ {"version":3,"file":"forex-icons.d.ts","sourceRoot":"","sources":["../../../src/components/common/forex-icons.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,GAAI,UAAU;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,4CAqCpD,CAAC"}
@@ -1,5 +1,6 @@
1
1
  import type { Control } from "react-hook-form";
2
2
  import type { ResolutionString } from "../../../public/charting_library";
3
+ import "./scanner-advanced-options.css";
3
4
  type FormData = {
4
5
  probability: number;
5
6
  top_k: number;
@@ -1 +1 @@
1
- {"version":3,"file":"scanner-advanced-options.d.ts","sourceRoot":"","sources":["../../../src/components/selector/scanner-advanced-options.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AAEzE,KAAK,QAAQ,GAAG;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,gBAAgB,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,2BAA2B,GAAG;IACjC,OAAO,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC;CAC5B,CAAC;AA0BF,eAAO,MAAM,sBAAsB,GAAI,cAEpC,2BAA2B,4CAgJ7B,CAAC"}
1
+ {"version":3,"file":"scanner-advanced-options.d.ts","sourceRoot":"","sources":["../../../src/components/selector/scanner-advanced-options.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,gCAAgC,CAAC;AAExC,KAAK,QAAQ,GAAG;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,gBAAgB,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,2BAA2B,GAAG;IACjC,OAAO,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC;CAC5B,CAAC;AAsBF,eAAO,MAAM,sBAAsB,GAAI,cAEpC,2BAA2B,4CAkF7B,CAAC"}
@@ -1,5 +1,6 @@
1
1
  import type { Dispatch, SetStateAction } from "react";
2
2
  import type { ResolutionString } from "../../../public/charting_library";
3
+ import "./scanner-option.css";
3
4
  export declare const ScannerOption: ({ handleCloseDialog, timeframe, setResolution, }: ScannerOptionProps) => import("react/jsx-runtime").JSX.Element;
4
5
  type ScannerOptionProps = {
5
6
  setResolution: Dispatch<SetStateAction<ResolutionString>>;
@@ -1 +1 @@
1
- {"version":3,"file":"scanner-option.d.ts","sourceRoot":"","sources":["../../../src/components/selector/scanner-option.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AAmBzE,eAAO,MAAM,aAAa,GAAI,kDAI3B,kBAAkB,4CAmMpB,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,aAAa,EAAE,QAAQ,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC,CAAC;IAC1D,SAAS,EAAE,gBAAgB,CAAC;IAC5B,iBAAiB,EAAE,MAAM,IAAI,CAAC;CAC/B,CAAC"}
1
+ {"version":3,"file":"scanner-option.d.ts","sourceRoot":"","sources":["../../../src/components/selector/scanner-option.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AAOzE,OAAO,sBAAsB,CAAC;AAW9B,eAAO,MAAM,aAAa,GAAI,kDAI3B,kBAAkB,4CAqOpB,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,aAAa,EAAE,QAAQ,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC,CAAC;IAC1D,SAAS,EAAE,gBAAgB,CAAC;IAC5B,iBAAiB,EAAE,MAAM,IAAI,CAAC;CAC/B,CAAC"}
@@ -1,3 +1,4 @@
1
+ import "./scanner-symbol-search.css";
1
2
  type Symbol = {
2
3
  ticker: string;
3
4
  display_name: string;
@@ -15,6 +16,6 @@ type ScannerSymbolSearchProps = {
15
16
  onSymbolChange: (ticker: string, checked: boolean) => void;
16
17
  filteredSymbols?: Symbol[];
17
18
  };
18
- export declare const ScannerSymbolSearch: ({ searchTerm, onSearchChange, selectedType, onTypeChange, selectAll, onSelectAll, selectedSymbols, onSymbolChange, filteredSymbols }: ScannerSymbolSearchProps) => import("react/jsx-runtime").JSX.Element;
19
+ export declare const ScannerSymbolSearch: ({ searchTerm, onSearchChange, selectedType, onTypeChange, selectAll, onSelectAll, selectedSymbols, onSymbolChange, filteredSymbols, }: ScannerSymbolSearchProps) => import("react/jsx-runtime").JSX.Element;
19
20
  export {};
20
21
  //# sourceMappingURL=scanner-symbol-search.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"scanner-symbol-search.d.ts","sourceRoot":"","sources":["../../../src/components/selector/scanner-symbol-search.tsx"],"names":[],"mappings":"AASA,KAAK,MAAM,GAAG;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,wBAAwB,GAAG;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3D,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,sIAUjC,wBAAwB,4CAyF1B,CAAC"}
1
+ {"version":3,"file":"scanner-symbol-search.d.ts","sourceRoot":"","sources":["../../../src/components/selector/scanner-symbol-search.tsx"],"names":[],"mappings":"AAKA,OAAO,6BAA6B,CAAC;AAErC,KAAK,MAAM,GAAG;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,wBAAwB,GAAG;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3D,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,uIAUjC,wBAAwB,4CAoG1B,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { type VariantProps } from "class-variance-authority";
3
3
  declare const badgeVariants: (props?: ({
4
- variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | "custom" | null | undefined;
4
+ variant?: "link" | "default" | "custom" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
5
5
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
6
  declare function Badge({ className, variant, asChild, ...props }: React.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
7
7
  asChild?: boolean;
@@ -1,7 +1,7 @@
1
1
  import { type VariantProps } from "class-variance-authority";
2
2
  import { type ElementType, type ReactNode } from "react";
3
3
  export declare const Typography: import("react").ForwardRefExoticComponent<VariantProps<(props?: ({
4
- variant?: "title" | "desc" | "heading2" | "heading3" | "subHeading" | "subHeading2" | null | undefined;
4
+ variant?: "title" | "heading2" | "heading3" | "subHeading" | "subHeading2" | "desc" | null | undefined;
5
5
  } & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
6
6
  children: ReactNode;
7
7
  component?: ElementType;
@@ -0,0 +1,8 @@
1
+ export declare const symbols: {
2
+ ticker: string;
3
+ display_name: string;
4
+ logo_urls: string[];
5
+ description: string;
6
+ type: string;
7
+ }[];
8
+ //# sourceMappingURL=symbol.constant.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"symbol.constant.d.ts","sourceRoot":"","sources":["../../src/constants/symbol.constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;GA4ZnB,CAAC"}