From a57620c6613f33bf6b617b069f9420dfffbb2cc8 Mon Sep 17 00:00:00 2001 From: Anas Date: Tue, 17 Sep 2024 12:34:54 +0200 Subject: [PATCH] =?UTF-8?q?Deploy=20price=20chart=20to=20production=20?= =?UTF-8?q?=F0=9F=A4=9D=20(#361)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix strategies list value + minor text changesB (#198) Signed-off-by: belbazanas * Fix/asana kandel fixes 1 (#199) * fix strategies list value + minor text changesB Signed-off-by: belbazanas * fix total inventory and update strategies row click redirection Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * Fix/edit kandel strategy (#200) * fix edit strategy hook + decimals in dialogs Signed-off-by: belbazanas * remove logs Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * add metadatas and change points banner text * Refactor all strategies page to use no. of offers instead of no. of price points * Fix spread calculation in orderbook.tsx to avoid negative values * fix level if the user is level 5 * Remove unused code related to priceRatio (#202) * Remove unused code related to priceRatio Signed-off-by: belbazanas * redirect to edit strategy from strategy list Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * remove the junk * fix indexer sdk (#204) * Fix/minor kandel fixes (#205) * Update button labels in EditStrategyDialog and useForm Signed-off-by: belbazanas * Update parameters table to display step size and locked bounty Signed-off-by: belbazanas * Update history and parameters components Signed-off-by: belbazanas * Update launch strategy button label to Publish Signed-off-by: belbazanas * Add source icon for pacFinance Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * Update close strategy dialog message (#206) Signed-off-by: belbazanas * Fix bounty deposit validation (#207) Signed-off-by: belbazanas * Fix/kandel closed strategies (#208) * Update leaderboard table, change header from Return (%) to PnL (%). Update lockedBounty display in parameters table. Signed-off-by: belbazanas * Remove AverageReturn component from PriceRange Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * diable strategies Signed-off-by: belbazanas * Update table headers, disable close strategy if no live offers, remove wrong tooltips (#213) Signed-off-by: belbazanas * Remove console.log statements Signed-off-by: belbazanas * show boosts (#215) Co-authored-by: Johan le Roch Co-authored-by: Anas * Fix/points volume message (#216) * show boosts * show nft boosts * show boost value returned by /points endpoint * fix zod conversion error * show message * revert points update message --------- Co-authored-by: Johan le Roch * Update navbar.tsx, disable strategies in production * enable strategies tab on staging Signed-off-by: belbazanas * Add warning banner component to strategy layout Signed-off-by: belbazanas * Update warning banner close button styling Signed-off-by: belbazanas * Fix typo in base deposit error message Signed-off-by: belbazanas * Add market selector component and update info bar component, testing feeback fixes Signed-off-by: belbazanas * Update useForm hook to reset form fields when market changes Signed-off-by: belbazanas * update strategy warning banner message Signed-off-by: belbazanas * fix build Signed-off-by: belbazanas * Update 'No. of offers' to 'Nb. of offers' in various components Signed-off-by: belbazanas * Do workaround to merge nft and volume points on the FE * Add usePnL hook and update components to display pnl data Signed-off-by: belbazanas * Fix build issue * Refactor use-parameters and unrealized-pnl components Signed-off-by: belbazanas * Refactor useParameters function to handle pnlQuote and returnRate with market symbol Signed-off-by: belbazanas * bump mangrove.js (#229) * Update navbar.tsx * Add useResolveWhenBlockIsIndexed hook to useEditKandelStrategy (#224) Signed-off-by: belbazanas * enable strategies on staging Signed-off-by: belbazanas * review gasreq for minvolume on kandel strategies Signed-off-by: belbazanas * Feat/withdrawable inventory (#233) * Add withdrawable balance feature Signed-off-by: belbazanas * pnl fix * change namming * Fix inventory order in parameters component Signed-off-by: belbazanas * Fix withdrawal button disabled logic Signed-off-by: belbazanas * fix withdraw balance button disabling condition Signed-off-by: belbazanas * remove logs Signed-off-by: belbazanas * Fix display issue for closed pnlQuote and returnRate Signed-off-by: belbazanas --------- Signed-off-by: belbazanas Co-authored-by: Johan le Roch * fix withdraw balance format Signed-off-by: belbazanas * fix distribution reactivity Signed-off-by: belbazanas * Update warning banner styling and functionality Signed-off-by: belbazanas * Update pnlQuote and returnRate values Signed-off-by: belbazanas * hide pnl value Signed-off-by: belbazanas * Add parametersHistory schema and update related components Signed-off-by: belbazanas * Fix display issue in useParametersTable and update steps in EditStrategyDialog Signed-off-by: belbazanas * remove logs Signed-off-by: belbazanas * epoch on tables * fix * fix texts * fix gas issues * Fix edit LO orders + Refactor code to fix display issues Signed-off-by: belbazanas * Feat/strategy liquidity sourcing (#241) * add LS to new kandel strategy Signed-off-by: belbazanas * add liquidity sourcing in edit, hide liquidity sourcing infos waiting for sdk Signed-off-by: belbazanas * Fix liquidity sourcing token allowance query + Refactor code Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * update SDK to overestimate gas estimation for kandels Signed-off-by: belbazanas * fix chart * fix token symbol on price range chart * Enable from the start the liquidity sourcing fields in strategies/new component Signed-off-by: belbazanas * remove unused code Signed-off-by: belbazanas * fix edit strategy useForm hook to set default values Signed-off-by: belbazanas * Feat/epoc leaderboard (#251) * WIP * end epoch leaderboard * adapt zod epoch model * Hide boost column from total tab * chore: Refactor use-liquidity-sourcing.ts to use react-query for data fetching Signed-off-by: belbazanas * epoch / leaderboard * fix build * refactor points page * chore: Refactor strategies list search input component and add sorting functionality Signed-off-by: belbazanas * save wip Signed-off-by: belbazanas * chore: Refactor use-parameters.ts to handle upcoming values for pnlQuote and returnRate Signed-off-by: belbazanas * update pnpm * Update volumes and boost to use new API (#254) * Add new data for boosts/volumes * Use volume not points for MS1 banner * Revert "Update volumes and boost to use new API (#254)" (#256) This reverts commit 64831ae664017b40796d76e6efbf42cfb29a878f. * Fix/volumes and boosts (#255) * Add new data for boosts/volumes * Use volume not points for MS1 banner --------- Co-authored-by: Daniel <16984675+DanielRX@users.noreply.github.com> * call the price api and delay the indexer sdk until the usdb prices are fetched (#253) * temporary remove liquidity sourcing Signed-off-by: belbazanas * update edit base/quote deposit inputs decimals Signed-off-by: belbazanas * fix nextjs version * Feat/new sdk kandel (#260) * feat: new sdk * progress * feat: continue * new sdk - save wip Signed-off-by: belbazanas * new sdk - save wip Signed-off-by: belbazanas * new sdk - save wip Signed-off-by: belbazanas * new sdk wip market/limit orders Signed-off-by: belbazanas * new sdk - retract order Signed-off-by: belbazanas * update new sdk, chores Signed-off-by: belbazanas * new sdk save wip Signed-off-by: belbazanas * new sdk - project building and limit/market orders working :) Signed-off-by: belbazanas * new sdk - kandel wip Signed-off-by: belbazanas * new sdk - kandel wip Signed-off-by: belbazanas * new kandel - fix build Signed-off-by: belbazanas * new kandel - fix build Signed-off-by: belbazanas * Market simulation estimatedFrom send input * compute estimation from receive field * new kandel - fix creation Signed-off-by: belbazanas * kandel - save wip Signed-off-by: belbazanas * end market order refactor + refresh balances * wip market / limit refactor * new sdk edit kandel Signed-off-by: belbazanas * new sdk fix build Signed-off-by: belbazanas * fix build Signed-off-by: belbazanas * remove frozen lock file Signed-off-by: belbazanas --------- Signed-off-by: belbazanas Co-authored-by: Maxence Raballand Co-authored-by: belbazanas * remove amplifed orders (#263) * remove amplifed orders Signed-off-by: belbazanas * Update join-program-banner.tsx --------- Signed-off-by: belbazanas * fix kandel page display Signed-off-by: belbazanas * fix kandel page display Signed-off-by: belbazanas * fix kandel creation Signed-off-by: belbazanas * fix kandel creation Signed-off-by: belbazanas * fix kandel market selector Signed-off-by: belbazanas * fix build Signed-off-by: belbazanas * add error message in post market order Signed-off-by: belbazanas * add table to vaults list Signed-off-by: belbazanas * vault ui implementation Signed-off-by: belbazanas * fix build Signed-off-by: belbazanas * vault UI enhancements Signed-off-by: belbazanas * fix logics icons + delete unused code Signed-off-by: belbazanas * fix default limit order price Signed-off-by: belbazanas * fix default limit order price bug Signed-off-by: belbazanas * feat: list * kandel fix: display offers in price range chart Signed-off-by: belbazanas * feat: add page * feat: advance * feat: advance * add vault dialogs Signed-off-by: belbazanas * vault remove liquidity dialog update Signed-off-by: belbazanas * temporary fix vaults list query Signed-off-by: belbazanas * temporary fix vault query Signed-off-by: belbazanas * kandel: fix price chart dots Signed-off-by: belbazanas * feat: advance * feat: advance * feat: advance * limit order: fix default price (#270) Signed-off-by: belbazanas * Fix/cancel limit order (#271) * limit order: fix default price Signed-off-by: belbazanas * limit order: fix cancel order Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * fix: max amounts and errors in ABI - Added test Skate vault * Feat/base testnet (#272) * baseTestnet: remove old mgv sdk + comment amplified order files Signed-off-by: belbazanas * implement baseTestnet + faucet Signed-off-by: belbazanas * remove old sdk mergedOffers save wip Signed-off-by: belbazanas * BaseTestnet implementation wip Signed-off-by: belbazanas * kandel: remove error on first load Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * Feat/base testnet (#273) * baseTestnet: remove old mgv sdk + comment amplified order files Signed-off-by: belbazanas * implement baseTestnet + faucet Signed-off-by: belbazanas * remove old sdk mergedOffers save wip Signed-off-by: belbazanas * BaseTestnet implementation wip Signed-off-by: belbazanas * kandel: remove error on first load Signed-off-by: belbazanas * remove last old SDK traces Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * cleanup * zod schema for total points * navbar: remove posthog check for strategies Signed-off-by: belbazanas * Feat/base testnet (#276) * baseTestnet: remove old mgv sdk + comment amplified order files Signed-off-by: belbazanas * implement baseTestnet + faucet Signed-off-by: belbazanas * remove old sdk mergedOffers save wip Signed-off-by: belbazanas * BaseTestnet implementation wip Signed-off-by: belbazanas * kandel: remove error on first load Signed-off-by: belbazanas * remove last old SDK traces Signed-off-by: belbazanas * trade: refresh tabs on market update + remove amplified table Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * feat: vault * Feat/strategy ls fixes (#277) * kandel: re-activate liquidity sourcing Signed-off-by: belbazanas * kandel: detail page wip Signed-off-by: belbazanas * kandel: remove strategyQuery from priceRange overview Signed-off-by: belbazanas * kandel: total inventory display, remove mangrove.jspackage Signed-off-by: belbazanas * trade: fix limit order default price Signed-off-by: belbazanas * kandel: fix edit workflow wip Signed-off-by: belbazanas * retractParams: add type Signed-off-by: belbazanas * kandel: fix retract offers Signed-off-by: belbazanas * kandel: fix edit strat Signed-off-by: belbazanas * kandel: strategies list save wip Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * Fix build * kandel: refetch strategy list on close (#278) * kandel: refetch strategy list on close Signed-off-by: belbazanas * remove log Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * fix computeReceiveAmount * fix computeSendAmount * Fix/last minutes fixes (#279) * kandel: refetch strategy list on close Signed-off-by: belbazanas * remove log Signed-off-by: belbazanas * kandel-trade: fixes Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * remove logs Signed-off-by: belbazanas * fix parseUnits * trade: disable cancel offer Signed-off-by: belbazanas * add usde token logo * fix: change skate vault list (#280) * fix: change skate vault list * chore: revert lockfile change * trade: mute edit order Signed-off-by: belbazanas * vaul: minor changes Signed-off-by: belbazanas * vaul: minor changes Signed-off-by: belbazanas * vaul: remove Big.js in strategies Signed-off-by: belbazanas * ENG-268: Fix slider value calculation in Limit component (#293) * ENG-268: Fix slider value calculation in Limit component The commit fixes the calculation of the slider value in the Limit component. It now correctly calculates the value based on the send balance and send amount. * fix: market order slider inout Signed-off-by: belbazanas * refactor: minor refacto Signed-off-by: belbazanas --------- Signed-off-by: belbazanas Co-authored-by: belbazanas * strategy: enable close strategy in all cases (#297) * Feat/strategy current provision (#298) * improve initial zoom (#303) * improve initial zoom * cleaning some logs * cleaning some logs * try to fix top gap on layout with some extensions (#300) * eng-299: update sdk to display 4 decimals to USD prices (#302) * ENG-269: Fix percentage bar error (market) (#295) Co-authored-by: Johan le Roch * add blast token * update mgv sdk * Synapse Widget (#296) (#309) * Synapse Widget (#296) * add feedbacks Signed-off-by: belbazanas * update amplified tables after edit + feedbacks Signed-off-by: belbazanas * close sheet after edit dialog Signed-off-by: belbazanas * display errors in bottom amplifed form Signed-off-by: belbazanas * ui minor changes Signed-off-by: belbazanas * update mangrove sdk+ add expiry date in tables and sheet Signed-off-by: belbazanas * re-arrange the toast messages Signed-off-by: belbazanas * Debug kandel * fix errors * fixes * edit expiry date Signed-off-by: belbazanas * replace retracted by cancelled Signed-off-by: belbazanas * WIP dialog improvements * check if atleast one offer is open Signed-off-by: belbazanas * add chain id as a dependency to 'strategies' query * fix maxPrice * parameters values improvements * bounty tooltip * check if atleast one offer is open Signed-off-by: belbazanas * save wip Signed-off-by: belbazanas * unwrap eth v1 (#187) Signed-off-by: belbazanas * optimize orbit image * save wip Signed-off-by: belbazanas * invalidate offers query Signed-off-by: belbazanas * save wip Signed-off-by: belbazanas * save wip Signed-off-by: belbazanas * save wip Signed-off-by: belbazanas * add status to strateiges list Signed-off-by: belbazanas * update amplifyOrder documentation link (#195) Signed-off-by: belbazanas * fix strategies list status Signed-off-by: belbazanas * Plug Incentives api wip * save update after refill progress Signed-off-by: belbazanas * end points * enable the menu * fix build * edit kandel strategy + re-open Signed-off-by: belbazanas * Add community points and boosts informations into Page points * remove re-fill row + fix build Signed-off-by: belbazanas * Update form legend and reward display, fix information banner text, and redirect after successful edit Signed-off-by: belbazanas * Refactor leaderboard table and use-table components * Remove console.log statements and improve boost page * Add pagination to leaderboard * Points page: Tables loading improvements, separate user table from leaderboard table and add link to doc * add total count of traders * add kandel smart router in UI + fixes (#197) * Update strategy type to smart in multiple files Signed-off-by: belbazanas * update mangrove sdk and indexer,add strategy smart router hooks, add new kandel type, update default values Signed-off-by: belbazanas * update overall logics types for build Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * fix strategies list value + minor text changesB (#198) Signed-off-by: belbazanas * Fix/asana kandel fixes 1 (#199) * fix strategies list value + minor text changesB Signed-off-by: belbazanas * fix total inventory and update strategies row click redirection Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * Fix/edit kandel strategy (#200) * fix edit strategy hook + decimals in dialogs Signed-off-by: belbazanas * remove logs Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * add metadatas and change points banner text * Refactor all strategies page to use no. of offers instead of no. of price points * Fix spread calculation in orderbook.tsx to avoid negative values * fix level if the user is level 5 * Remove unused code related to priceRatio (#202) * Remove unused code related to priceRatio Signed-off-by: belbazanas * redirect to edit strategy from strategy list Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * remove the junk * fix indexer sdk (#204) * Fix/minor kandel fixes (#205) * Update button labels in EditStrategyDialog and useForm Signed-off-by: belbazanas * Update parameters table to display step size and locked bounty Signed-off-by: belbazanas * Update history and parameters components Signed-off-by: belbazanas * Update launch strategy button label to Publish Signed-off-by: belbazanas * Add source icon for pacFinance Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * Update close strategy dialog message (#206) Signed-off-by: belbazanas * Fix bounty deposit validation (#207) Signed-off-by: belbazanas * Fix/kandel closed strategies (#208) * Update leaderboard table, change header from Return (%) to PnL (%). Update lockedBounty display in parameters table. Signed-off-by: belbazanas * Remove AverageReturn component from PriceRange Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * diable strategies Signed-off-by: belbazanas * Update table headers, disable close strategy if no live offers, remove wrong tooltips (#213) Signed-off-by: belbazanas * Remove console.log statements Signed-off-by: belbazanas * show boosts (#215) Co-authored-by: Johan le Roch Co-authored-by: Anas * Fix/points volume message (#216) * show boosts * show nft boosts * show boost value returned by /points endpoint * fix zod conversion error * show message * revert points update message --------- Co-authored-by: Johan le Roch * Update navbar.tsx, disable strategies in production * enable strategies tab on staging Signed-off-by: belbazanas * Add warning banner component to strategy layout Signed-off-by: belbazanas * Update warning banner close button styling Signed-off-by: belbazanas * Fix typo in base deposit error message Signed-off-by: belbazanas * Add market selector component and update info bar component, testing feeback fixes Signed-off-by: belbazanas * Update useForm hook to reset form fields when market changes Signed-off-by: belbazanas * update strategy warning banner message Signed-off-by: belbazanas * fix build Signed-off-by: belbazanas * Update 'No. of offers' to 'Nb. of offers' in various components Signed-off-by: belbazanas * Do workaround to merge nft and volume points on the FE * Add usePnL hook and update components to display pnl data Signed-off-by: belbazanas * Fix build issue * Refactor use-parameters and unrealized-pnl components Signed-off-by: belbazanas * Refactor useParameters function to handle pnlQuote and returnRate with market symbol Signed-off-by: belbazanas * bump mangrove.js (#229) * Update navbar.tsx * Add useResolveWhenBlockIsIndexed hook to useEditKandelStrategy (#224) Signed-off-by: belbazanas * enable strategies on staging Signed-off-by: belbazanas * review gasreq for minvolume on kandel strategies Signed-off-by: belbazanas * Feat/withdrawable inventory (#233) * Add withdrawable balance feature Signed-off-by: belbazanas * pnl fix * change namming * Fix inventory order in parameters component Signed-off-by: belbazanas * Fix withdrawal button disabled logic Signed-off-by: belbazanas * fix withdraw balance button disabling condition Signed-off-by: belbazanas * remove logs Signed-off-by: belbazanas * Fix display issue for closed pnlQuote and returnRate Signed-off-by: belbazanas --------- Signed-off-by: belbazanas Co-authored-by: Johan le Roch * fix withdraw balance format Signed-off-by: belbazanas * fix distribution reactivity Signed-off-by: belbazanas * Update warning banner styling and functionality Signed-off-by: belbazanas * Update pnlQuote and returnRate values Signed-off-by: belbazanas * hide pnl value Signed-off-by: belbazanas * Add parametersHistory schema and update related components Signed-off-by: belbazanas * Fix display issue in useParametersTable and update steps in EditStrategyDialog Signed-off-by: belbazanas * remove logs Signed-off-by: belbazanas * epoch on tables * fix * fix texts * fix gas issues * Fix edit LO orders + Refactor code to fix display issues Signed-off-by: belbazanas * Feat/strategy liquidity sourcing (#241) * add LS to new kandel strategy Signed-off-by: belbazanas * add liquidity sourcing in edit, hide liquidity sourcing infos waiting for sdk Signed-off-by: belbazanas * Fix liquidity sourcing token allowance query + Refactor code Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * update SDK to overestimate gas estimation for kandels Signed-off-by: belbazanas * fix chart * fix token symbol on price range chart * Enable from the start the liquidity sourcing fields in strategies/new component Signed-off-by: belbazanas * remove unused code Signed-off-by: belbazanas * fix edit strategy useForm hook to set default values Signed-off-by: belbazanas * Feat/epoc leaderboard (#251) * WIP * end epoch leaderboard * adapt zod epoch model * Hide boost column from total tab * chore: Refactor use-liquidity-sourcing.ts to use react-query for data fetching Signed-off-by: belbazanas * epoch / leaderboard * fix build * refactor points page * chore: Refactor strategies list search input component and add sorting functionality Signed-off-by: belbazanas * save wip Signed-off-by: belbazanas * chore: Refactor use-parameters.ts to handle upcoming values for pnlQuote and returnRate Signed-off-by: belbazanas * update pnpm * Update volumes and boost to use new API (#254) * Add new data for boosts/volumes * Use volume not points for MS1 banner * Revert "Update volumes and boost to use new API (#254)" (#256) This reverts commit 64831ae664017b40796d76e6efbf42cfb29a878f. * Fix/volumes and boosts (#255) * Add new data for boosts/volumes * Use volume not points for MS1 banner --------- Co-authored-by: Daniel <16984675+DanielRX@users.noreply.github.com> * call the price api and delay the indexer sdk until the usdb prices are fetched (#253) * temporary remove liquidity sourcing Signed-off-by: belbazanas * update edit base/quote deposit inputs decimals Signed-off-by: belbazanas * fix nextjs version * Feat/new sdk kandel (#260) * feat: new sdk * progress * feat: continue * new sdk - save wip Signed-off-by: belbazanas * new sdk - save wip Signed-off-by: belbazanas * new sdk - save wip Signed-off-by: belbazanas * new sdk wip market/limit orders Signed-off-by: belbazanas * new sdk - retract order Signed-off-by: belbazanas * update new sdk, chores Signed-off-by: belbazanas * new sdk save wip Signed-off-by: belbazanas * new sdk - project building and limit/market orders working :) Signed-off-by: belbazanas * new sdk - kandel wip Signed-off-by: belbazanas * new sdk - kandel wip Signed-off-by: belbazanas * new kandel - fix build Signed-off-by: belbazanas * new kandel - fix build Signed-off-by: belbazanas * Market simulation estimatedFrom send input * compute estimation from receive field * new kandel - fix creation Signed-off-by: belbazanas * kandel - save wip Signed-off-by: belbazanas * end market order refactor + refresh balances * wip market / limit refactor * new sdk edit kandel Signed-off-by: belbazanas * new sdk fix build Signed-off-by: belbazanas * fix build Signed-off-by: belbazanas * remove frozen lock file Signed-off-by: belbazanas --------- Signed-off-by: belbazanas Co-authored-by: Maxence Raballand Co-authored-by: belbazanas * remove amplifed orders (#263) * remove amplifed orders Signed-off-by: belbazanas * Update join-program-banner.tsx --------- Signed-off-by: belbazanas * fix kandel page display Signed-off-by: belbazanas * fix kandel page display Signed-off-by: belbazanas * fix kandel creation Signed-off-by: belbazanas * fix kandel creation Signed-off-by: belbazanas * fix kandel market selector Signed-off-by: belbazanas * fix build Signed-off-by: belbazanas * add error message in post market order Signed-off-by: belbazanas * add table to vaults list Signed-off-by: belbazanas * vault ui implementation Signed-off-by: belbazanas * fix build Signed-off-by: belbazanas * vault UI enhancements Signed-off-by: belbazanas * fix logics icons + delete unused code Signed-off-by: belbazanas * fix default limit order price Signed-off-by: belbazanas * fix default limit order price bug Signed-off-by: belbazanas * feat: list * kandel fix: display offers in price range chart Signed-off-by: belbazanas * feat: add page * feat: advance * feat: advance * add vault dialogs Signed-off-by: belbazanas * vault remove liquidity dialog update Signed-off-by: belbazanas * temporary fix vaults list query Signed-off-by: belbazanas * temporary fix vault query Signed-off-by: belbazanas * kandel: fix price chart dots Signed-off-by: belbazanas * feat: advance * feat: advance * feat: advance * limit order: fix default price (#270) Signed-off-by: belbazanas * Fix/cancel limit order (#271) * limit order: fix default price Signed-off-by: belbazanas * limit order: fix cancel order Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * fix: max amounts and errors in ABI - Added test Skate vault * Feat/base testnet (#272) * baseTestnet: remove old mgv sdk + comment amplified order files Signed-off-by: belbazanas * implement baseTestnet + faucet Signed-off-by: belbazanas * remove old sdk mergedOffers save wip Signed-off-by: belbazanas * BaseTestnet implementation wip Signed-off-by: belbazanas * kandel: remove error on first load Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * Feat/base testnet (#273) * baseTestnet: remove old mgv sdk + comment amplified order files Signed-off-by: belbazanas * implement baseTestnet + faucet Signed-off-by: belbazanas * remove old sdk mergedOffers save wip Signed-off-by: belbazanas * BaseTestnet implementation wip Signed-off-by: belbazanas * kandel: remove error on first load Signed-off-by: belbazanas * remove last old SDK traces Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * cleanup * zod schema for total points * navbar: remove posthog check for strategies Signed-off-by: belbazanas * Feat/base testnet (#276) * baseTestnet: remove old mgv sdk + comment amplified order files Signed-off-by: belbazanas * implement baseTestnet + faucet Signed-off-by: belbazanas * remove old sdk mergedOffers save wip Signed-off-by: belbazanas * BaseTestnet implementation wip Signed-off-by: belbazanas * kandel: remove error on first load Signed-off-by: belbazanas * remove last old SDK traces Signed-off-by: belbazanas * trade: refresh tabs on market update + remove amplified table Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * feat: vault * Feat/strategy ls fixes (#277) * kandel: re-activate liquidity sourcing Signed-off-by: belbazanas * kandel: detail page wip Signed-off-by: belbazanas * kandel: remove strategyQuery from priceRange overview Signed-off-by: belbazanas * kandel: total inventory display, remove mangrove.jspackage Signed-off-by: belbazanas * trade: fix limit order default price Signed-off-by: belbazanas * kandel: fix edit workflow wip Signed-off-by: belbazanas * retractParams: add type Signed-off-by: belbazanas * kandel: fix retract offers Signed-off-by: belbazanas * kandel: fix edit strat Signed-off-by: belbazanas * kandel: strategies list save wip Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * Fix build * kandel: refetch strategy list on close (#278) * kandel: refetch strategy list on close Signed-off-by: belbazanas * remove log Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * fix computeReceiveAmount * fix computeSendAmount * Fix/last minutes fixes (#279) * kandel: refetch strategy list on close Signed-off-by: belbazanas * remove log Signed-off-by: belbazanas * kandel-trade: fixes Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * remove logs Signed-off-by: belbazanas * fix parseUnits * trade: disable cancel offer Signed-off-by: belbazanas * add usde token logo * fix: change skate vault list (#280) * fix: change skate vault list * chore: revert lockfile change * trade: mute edit order Signed-off-by: belbazanas * vaul: minor changes Signed-off-by: belbazanas * vaul: minor changes Signed-off-by: belbazanas * vaul: remove Big.js in strategies Signed-off-by: belbazanas * ENG-268: Fix slider value calculation in Limit component (#293) * ENG-268: Fix slider value calculation in Limit component The commit fixes the calculation of the slider value in the Limit component. It now correctly calculates the value based on the send balance and send amount. * fix: market order slider inout Signed-off-by: belbazanas * refactor: minor refacto Signed-off-by: belbazanas --------- Signed-off-by: belbazanas Co-authored-by: belbazanas * Synapse Widget * Custom Rpcs --------- Signed-off-by: belbazanas Co-authored-by: belbazanas Co-authored-by: Johan le Roch Co-authored-by: Mangrove Automation Bot <134297173+mangrove-automation@users.noreply.github.com> Co-authored-by: Maxence Raballand Co-authored-by: Daniel <16984675+DanielRX@users.noreply.github.com> * Add tab * switch to provider * Add blast as target chain * refactor bridge page to handle network unsupported by the dApp for bridging --------- Signed-off-by: belbazanas Co-authored-by: bigboydiamonds <57741810+bigboydiamonds@users.noreply.github.com> Co-authored-by: belbazanas Co-authored-by: Johan le Roch Co-authored-by: Mangrove Automation Bot <134297173+mangrove-automation@users.noreply.github.com> Co-authored-by: Daniel <16984675+DanielRX@users.noreply.github.com> * merge offers with same price on the orderbook * Fix/eng 242 (#313) * disable auto scroll when the user has scrolled * eng-242: disable auto scroll when the user has scrolled * Feat/eng 325 (#314) * eng-325 move bridge to drop down menu * rename bridge assets * Add custom switch chain dialog (#316) * WIP - Draft * refactoring * Refactor * add cronos * end mecanism * Dialog styling * end custom chain dialog * fix build * ENG-265: fix edit limit order (#299) * trade: fix edit limit order Signed-off-by: belbazanas * trade: save edit order wip Signed-off-by: belbazanas * trade: edit limit order wip Signed-off-by: belbazanas * add logs Signed-off-by: belbazanas * ENG-265: fix edit limit order Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * ENG-267: update mangrove sdk to fix strategy min price points (#320) Signed-off-by: belbazanas * ENG-278: remove create strat when on passive strategy tab (#319) Signed-off-by: belbazanas * hide ms1 program banner (#322) * eng-326: add overlay (#323) * add return buttons to modal steps (#318) Signed-off-by: belbazanas * Feat/eng 354 (#325) * ENG-354: Remove smart kandel Signed-off-by: belbazanas * ENG-354: turn validateKandelParams deposit to true Signed-off-by: belbazanas * ENG-354: fix approval Signed-off-by: belbazanas * ENG-354: remove comments Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * eng-359: clean and remove amplified orders everywhere (#329) * ENG-351: add arbitrum network (#328) Signed-off-by: belbazanas * fix arbitrum icon * Fix/eng 361 (#330) * eng-359: clean and remove amplified orders everywhere * wip / debug * refactoring / cleaning * improve number readability * cleaning * show depth chart even if it's one sided book (#332) * Fix/eng 366 (#333) * cleaning - wip * replace all useChainId by useAccount * remove nuqs * eng-367: fix add tooltip in orderbook sizes an total values (#331) * eng-367: fix add tooltip in orderbook sizes an total values Signed-off-by: belbazanas * eng-367: update sdk Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * eng-371: fix wrong units (#334) * eng-371: fix wrong units * fix wrong unit * fix buil * fix number of offers (#335) * fix number of offers * cleanup * market order: fix not enough volume on book error when selling (#340) * market order: fix not enough volume on book error when selling Signed-off-by: belbazanas * remove unused logs Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * eng-363: Hide passive strategy on arbitrum & add tooltip (#338) Signed-off-by: belbazanas * eng-358: update synapse network text (#337) Signed-off-by: belbazanas * eng-373: remove network (#341) * Fix limit orders (#342) * Fix limit orders * if GTC or PO, take into account the expiryDate * Fix edit order sheet * show detail in the confirm dialog * Fix link issue * test fix * fix overlay issue for mobile declension * fix * eng-379: fix balance's tooltip * fix decimals issue (#351) * eng-367: Check edit strategy workflow (#336) * eng-367: Fix form is error state at first load Signed-off-by: belbazanas * eng-364: Fix kandel strategy approvals Signed-off-by: belbazanas * add logs Signed-off-by: belbazanas * display current deposited liquidity to wallet balance Signed-off-by: belbazanas * remove logs Signed-off-by: belbazanas * remove unused code Signed-off-by: belbazanas --------- Signed-off-by: belbazanas * Add token logo for weETH and update mgv sdk * fix build by adding color property * update sdk version * DEBUG - Feat/eng 171 (#357) * Create table * End table and data * debug * pagination fix on trades history Signed-off-by: belbazanas --------- Signed-off-by: belbazanas Co-authored-by: belbazanas * Feat/plug price chart (#359) * Add TradingView chart component and datafeed * mock data * WIP * WIP * update trading view * wip plug the new api * end * set depth chart as default * fix build (#360) Signed-off-by: belbazanas --------- Signed-off-by: belbazanas Co-authored-by: Johan le Roch Co-authored-by: Maxence Raballand Co-authored-by: Mangrove Automation Bot <134297173+mangrove-automation@users.noreply.github.com> Co-authored-by: Daniel <16984675+DanielRX@users.noreply.github.com> Co-authored-by: bigboydiamonds <57741810+bigboydiamonds@users.noreply.github.com> --- .../tables/strategies/components/min-max.tsx | 4 - .../tables/strategies/hooks/use-strategies.ts | 1 - .../tables/strategies/strategies.tsx | 2 +- .../_components/tables/vaults/vaults.tsx | 2 +- app/strategies/(list)/layout.tsx | 2 +- .../market-selector/market-selector.tsx | 2 +- .../(shared)/_hooks/use-kandel-instance.ts | 2 +- .../(shared)/_hooks/use-strategy-status.ts | 2 +- .../[address]/_hooks/use-kandel-steps.ts | 2 +- app/strategies/[address]/edit/layout.tsx | 2 +- app/strategies/[address]/layout.tsx | 2 +- .../new/_components/form/use-form.ts | 2 +- .../_components/launch-strategy-dialog.tsx | 2 +- .../_components/price-range/price-range.tsx | 2 +- .../new/_hooks/use-deploy-kandel-strategy.ts | 2 +- .../new/_hooks/use-launch-kandel-strategy.ts | 2 +- app/strategies/new/layout.tsx | 3 +- app/strategies/vault/layout.tsx | 2 +- app/trade/_components/charts/charts.tsx | 7 +- .../charts/depth-chart/use-depth-chart.ts | 2 +- .../forms/hooks/use-trade-infos.ts | 2 +- .../forms/limit/hooks/use-limit.ts | 2 +- .../forms/limit/hooks/use-post-limit-order.ts | 2 +- app/trade/_components/forms/limit/limit.tsx | 2 +- .../forms/market/hooks/use-market.ts | 2 +- .../market/hooks/use-post-market-order.ts | 2 +- .../market-selector/market-selector.tsx | 2 +- app/trade/_components/orderbook/orderbook.tsx | 15 +- app/trade/_components/orderbook/semibook.tsx | 2 +- .../orderbook/trade-history/schema.ts | 31 + .../orderbook/trade-history/trades.tsx | 41 + .../orderbook/trade-history/use-table.tsx | 90 + .../trade-history/use-trade-history.ts | 72 + .../orderbook/use-scroll-to-middle.ts | 2 +- .../_components/prices-bar/prices-bar.tsx | 2 +- app/trade/_components/tables/fills/fills.tsx | 2 +- .../_components/tables/fills/use-fills.ts | 2 +- .../_components/tables/fills/use-table.tsx | 2 +- .../orders/components/cancel-offer-dialog.tsx | 2 +- .../orders/components/edit-order-sheet.tsx | 2 +- .../tables/orders/hooks/use-cancel-order.ts | 2 +- .../tables/orders/hooks/use-edit-order.ts | 2 +- .../tables/orders/hooks/use-orders.ts | 2 +- .../tables/orders/hooks/use-table.tsx | 2 +- .../tables/orders/hooks/use-update-order.ts | 2 +- .../_components/tables/orders/orders.tsx | 2 +- .../_components/tables/orders/utils/tables.ts | 2 +- app/trade/layout.tsx | 2 +- components/trading-view/datafeed.ts | 119 + components/trading-view/sample.js | 770 + .../trading-view/trading-view-chart.tsx | 36 +- components/ui/data-table/data-table.tsx | 11 +- hooks/use-addresses.ts | 1 - hooks/use-balances.ts | 2 +- hooks/use-book.ts | 2 +- hooks/use-market.ts | 2 +- package.json | 2 +- pnpm-lock.yaml | 12 +- providers/market.new.tsx | 93 - providers/market.tsx | 184 +- .../bundles/1013.01583b91f7384f25e038.css | 1 - .../bundles/1013.01583b91f7384f25e038.rtl.css | 1 - .../bundles/1044.c0b266912178dd5523e1.js | 5 - .../bundles/1054.d5b8033c360af91ed458.css | 1 - .../bundles/1054.d5b8033c360af91ed458.rtl.css | 1 - .../bundles/1109.ec16a629917db2baf412.css | 1 - .../bundles/1109.ec16a629917db2baf412.rtl.css | 1 - .../bundles/1227.68542dac293294290d44.css | 1 + .../bundles/1227.68542dac293294290d44.rtl.css | 1 + .../bundles/1259.b80c727a6df944a103fe.css | 1 + .../bundles/1259.b80c727a6df944a103fe.rtl.css | 1 + .../bundles/1298.d597f50113da0645dcf5.css | 1 + .../bundles/1298.d597f50113da0645dcf5.rtl.css | 1 + .../bundles/1335.5f0edd452b4452a9eaf4.css | 1 + .../bundles/1335.5f0edd452b4452a9eaf4.rtl.css | 1 + .../bundles/1365.0116666d16b5bc64c47a.css | 1 - .../bundles/1365.0116666d16b5bc64c47a.rtl.css | 1 - .../bundles/1398.d778724528a9b5665050.css | 1 + .../bundles/1398.d778724528a9b5665050.rtl.css | 1 + .../bundles/1538.b6bc85c0060285eaeced.css | 1 + .../bundles/1538.b6bc85c0060285eaeced.rtl.css | 1 + .../bundles/1729.0f1e7f0f19efe1232ab6.css | 1 + .../bundles/1729.0f1e7f0f19efe1232ab6.rtl.css | 1 + .../bundles/1762.7ff6b353c441db2276da.css | 1 - .../bundles/1762.7ff6b353c441db2276da.rtl.css | 1 - .../bundles/1782.637b414d2efcd03840f5.css | 1 + .../bundles/1782.637b414d2efcd03840f5.rtl.css | 1 + .../bundles/1803.d4e74e1d1b3b8dd5cf2b.css | 1 - .../bundles/1803.d4e74e1d1b3b8dd5cf2b.rtl.css | 1 - .../bundles/2020.5b2c075133de85a92a00.js | 14 - .../bundles/2038.9fc99258845013ecf959.css | 1 + .../bundles/2038.9fc99258845013ecf959.rtl.css | 1 + .../bundles/2079.f2a9f3dd7d4f8cb9f2fc.js | 8 + .../bundles/2106.407cb827c0acab444e09.css | 1 + .../bundles/2106.407cb827c0acab444e09.rtl.css | 1 + .../bundles/2109.39627406fe95483ff7db.css | 1 - .../bundles/2109.39627406fe95483ff7db.rtl.css | 1 - .../bundles/2153.302cc6392cc9f067008b.css | 1 + .../bundles/2153.302cc6392cc9f067008b.rtl.css | 1 + .../bundles/2157.d1cab62b805a1a6282a1.js | 11 + .../bundles/2191.6563d97efc3339a1e518.css | 1 - .../bundles/2191.6563d97efc3339a1e518.rtl.css | 1 - .../bundles/2198.2762b6c7b8aaa0156d33.css | 1 + .../bundles/2198.2762b6c7b8aaa0156d33.rtl.css | 1 + .../bundles/2208.2c33dcc3a2ea34861c2c.css | 1 + .../bundles/2208.2c33dcc3a2ea34861c2c.rtl.css | 1 + ...d76e5d.js => 2227.e46f1f2d53203e1fb152.js} | 88 +- .../bundles/223.103e68709eae15d3109a.css | 1 + .../bundles/223.103e68709eae15d3109a.rtl.css | 1 + ...06c4.css => 2248.362fa6a7ab1f3e3b06c4.css} | 2 +- ....css => 2248.362fa6a7ab1f3e3b06c4.rtl.css} | 2 +- .../bundles/2260.b98824e4829a1aa9b444.css | 1 - .../bundles/2260.b98824e4829a1aa9b444.rtl.css | 1 - .../bundles/2264.1e73b010b4ad6956c0d3.js | 9 + .../bundles/2417.7835cfcd422c2f0478a4.css | 1 + .../bundles/2417.7835cfcd422c2f0478a4.rtl.css | 1 + .../bundles/2587.1f1100dc01693edfe269.css | 1 - .../bundles/2587.1f1100dc01693edfe269.rtl.css | 1 - .../bundles/2603.67a756e92dbe51a30f72.css | 1 + .../bundles/2603.67a756e92dbe51a30f72.rtl.css | 1 + .../bundles/2639.c87f745c32020e3a8cff.css | 1 - .../bundles/2639.c87f745c32020e3a8cff.rtl.css | 1 - .../bundles/2676.2d3cabbd39a3b0d6e9ea.css | 1 - .../bundles/2676.2d3cabbd39a3b0d6e9ea.rtl.css | 1 - .../bundles/2731.df45c9c18811872fec07.css | 1 - .../bundles/2731.df45c9c18811872fec07.rtl.css | 1 - .../bundles/2751.afbce9c409b45fa8e482.js | 27 + .../bundles/2841.9384677f17d8e3fe6f1e.css | 1 + .../bundles/2841.9384677f17d8e3fe6f1e.rtl.css | 1 + .../bundles/291.cdb1f8bec5b9d4688794.css | 1 + .../bundles/291.cdb1f8bec5b9d4688794.rtl.css | 1 + .../bundles/2950.f052bbea83b78b27ffba.css | 1 + .../bundles/2950.f052bbea83b78b27ffba.rtl.css | 1 + .../bundles/3016.a208448f3cc9c2faa231.js | 5 - .../bundles/302.f0da356af4ffe12ac66d.css | 1 + .../bundles/302.f0da356af4ffe12ac66d.rtl.css | 1 + .../bundles/306.6c2d5d0bc3a42274d1e6.js | 5 - ...3036.css => 3060.fbb750fd312778403036.css} | 0 ....css => 3060.fbb750fd312778403036.rtl.css} | 0 .../bundles/3066.2acb4b086c32c9448837.css | 1 - .../bundles/3066.2acb4b086c32c9448837.rtl.css | 1 - .../bundles/3098.e317e819fbead3a8b108.js | 10 + .../bundles/3114.74916a9532052e2cfa84.css | 1 + .../bundles/3114.74916a9532052e2cfa84.rtl.css | 1 + .../bundles/3179.b87763465b433e5b66fd.js | 5 - .../bundles/3204.bd0eb51c8ff7ca736c6b.css | 1 + .../bundles/3204.bd0eb51c8ff7ca736c6b.rtl.css | 1 + .../bundles/3291.f260c9805e8664fe86e1.js | 6 - .../bundles/3443.937a37795af03888d64a.js | 4 + .../bundles/3502.c49903f7222870ff8aca.css | 1 - .../bundles/3502.c49903f7222870ff8aca.rtl.css | 1 - .../bundles/3504.6d6bf3e942233dfe76b7.js | 15 + .../bundles/3515.2f722d33cebe31a154b1.css | 1 - .../bundles/3515.2f722d33cebe31a154b1.rtl.css | 1 - .../bundles/3538.7894b0f2ada5563099b2.css | 1 + .../bundles/3538.7894b0f2ada5563099b2.rtl.css | 1 + .../bundles/3547.2cd7133d1e05f50985a5.css | 1 + .../bundles/3547.2cd7133d1e05f50985a5.rtl.css | 1 + .../bundles/361.0b7d3fd5d9c0b7234428.js | 4 + .../bundles/3610.62c553543d76c38edfbc.css | 1 - .../bundles/3610.62c553543d76c38edfbc.rtl.css | 1 - .../bundles/3645.ca58330494e035ef62ab.css | 1 + .../bundles/3645.ca58330494e035ef62ab.rtl.css | 1 + .../bundles/3717.da244b56f00e05470918.css | 1 - .../bundles/3717.da244b56f00e05470918.rtl.css | 1 - .../bundles/3762.2ec6c50ea553cf1e0197.css | 1 + .../bundles/3762.2ec6c50ea553cf1e0197.rtl.css | 1 + .../bundles/3842.6a8a7842ee841f6d2cff.css | 1 - .../bundles/3842.6a8a7842ee841f6d2cff.rtl.css | 1 - .../bundles/3843.f5d90040192528c9391b.css | 1 - .../bundles/3843.f5d90040192528c9391b.rtl.css | 1 - .../bundles/3889.a2646d6c3b33d166eee2.css | 1 - .../bundles/3889.a2646d6c3b33d166eee2.rtl.css | 1 - .../bundles/3896.019229d7d874e1da11be.css | 1 - .../bundles/3896.019229d7d874e1da11be.rtl.css | 1 - .../bundles/3925.ef38c420d36b7b1a83af.css | 1 + .../bundles/3925.ef38c420d36b7b1a83af.rtl.css | 1 + .../bundles/3980.b2ff45a2d8bb6a131d7c.css | 1 - .../bundles/3980.b2ff45a2d8bb6a131d7c.rtl.css | 1 - .../bundles/3986.aee89bf9b2348c0d0d7f.js | 10 - .../bundles/4015.1d0e3a62a59d173c81f3.css | 1 - .../bundles/4015.1d0e3a62a59d173c81f3.rtl.css | 1 - .../bundles/4062.9229fac3ef3db26fd5bc.js | 33 - .../bundles/412.c71231d81b196034eefa.css | 1 + .../bundles/412.c71231d81b196034eefa.rtl.css | 1 + .../bundles/4215.d24836a292b1969ab4bb.css | 1 - .../bundles/4215.d24836a292b1969ab4bb.rtl.css | 1 - .../bundles/4378.a2a37780b99d50d784f7.js | 6 - .../bundles/4387.5c4d8173fa4f7c40b528.css | 1 - .../bundles/4387.5c4d8173fa4f7c40b528.rtl.css | 1 - .../bundles/4392.f247c8bc262c51d15d8e.css | 1 + .../bundles/4392.f247c8bc262c51d15d8e.rtl.css | 1 + .../bundles/4403.fc4cac3ecee3925b9ec2.js | 9 - .../bundles/4447.f947855b7ae01dfb68f8.css | 1 + .../bundles/4447.f947855b7ae01dfb68f8.rtl.css | 1 + .../bundles/4482.16271fb05e3810665417.js | 9 + .../bundles/4632.c0ade5e298b9c20b0703.css | 1 + .../bundles/4632.c0ade5e298b9c20b0703.rtl.css | 1 + .../bundles/4713.365b703a3ce33b603ace.js | 21 - .../bundles/4717.ff71583495773a86dd1b.js | 13 - .../bundles/4774.94117311dcd036db8fc3.js | 35 + .../bundles/4804.9c7c6cdbdae147cda6aa.js | 9 + .../bundles/4814.8f9f36a0b818caadd4c6.css | 1 + .../bundles/4814.8f9f36a0b818caadd4c6.rtl.css | 1 + .../bundles/4894.cc39b3740f4022cbd5cf.css | 1 - .../bundles/4894.cc39b3740f4022cbd5cf.rtl.css | 1 - .../bundles/4959.bbafa4b076f2c64bd203.css | 1 + .../bundles/4959.bbafa4b076f2c64bd203.rtl.css | 1 + .../bundles/4987.861f49973c19dc84365b.css | 1 - .../bundles/4987.861f49973c19dc84365b.rtl.css | 1 - .../bundles/5075.8b3ee5b294c55402c5c7.js | 13 + .../bundles/5145.a2b224fd27ab2941c565.css | 1 - .../bundles/5145.a2b224fd27ab2941c565.rtl.css | 1 - .../bundles/5163.8dc3fd2d8bb68b7d880e.css | 1 - .../bundles/5163.8dc3fd2d8bb68b7d880e.rtl.css | 1 - .../bundles/5403.d6bd43a35209059f1060.css | 1 - .../bundles/5403.d6bd43a35209059f1060.rtl.css | 1 - .../bundles/5446.24be1f27837a64b8646b.css | 1 + .../bundles/5446.24be1f27837a64b8646b.rtl.css | 1 + .../bundles/5450.707e20d380c5cdb04626.js | 7 + .../bundles/5458.0ad67886dc6df4a03094.css | 1 + .../bundles/5458.0ad67886dc6df4a03094.rtl.css | 1 + .../bundles/55.fbe45f08e8a580b70f48.css | 1 + .../bundles/55.fbe45f08e8a580b70f48.rtl.css | 1 + .../bundles/5514.81333b83f4e18e9cde99.css | 1 + .../bundles/5514.81333b83f4e18e9cde99.rtl.css | 1 + ....rtl.css => 5546.681a9e7b91dfc741f79f.css} | 2 +- ....css => 5546.681a9e7b91dfc741f79f.rtl.css} | 2 +- .../bundles/5622.b8f2257b27ac82b2d12e.css | 1 + .../bundles/5622.b8f2257b27ac82b2d12e.rtl.css | 1 + .../bundles/5649.b60ed09c5ea8c55827d4.css | 1 - .../bundles/5649.b60ed09c5ea8c55827d4.rtl.css | 1 - .../bundles/5666.234fdce3b58e2b7f4b38.css | 1 + .../bundles/5666.234fdce3b58e2b7f4b38.rtl.css | 1 + .../bundles/5711.17ff8f0322d7ffb8cabe.js | 7 - .../bundles/5715.5f6b9b0b26b050b9aaaf.js | 5 + .../bundles/5866.c89b7fc29afe92efc1f3.css | 1 - .../bundles/5866.c89b7fc29afe92efc1f3.rtl.css | 1 - .../bundles/5871.1571b33c7b086a73eadd.js | 3 - .../bundles/5877.e211c1f134e8a786af4f.css | 1 + .../bundles/5877.e211c1f134e8a786af4f.rtl.css | 1 + .../bundles/5883.86db8dd61a862770480d.css | 1 + .../bundles/5883.86db8dd61a862770480d.rtl.css | 1 + .../bundles/5899.610e274e70fffca8c232.js | 9 - .../bundles/5901.b074e295a11d37d7243b.js | 30 - .../bundles/5922.fbf362211645ecd654fa.css | 1 + .../bundles/5922.fbf362211645ecd654fa.rtl.css | 1 + .../bundles/5993.d3e96a56dd65b0b2db55.css | 1 - .../bundles/5993.d3e96a56dd65b0b2db55.rtl.css | 1 - .../bundles/6014.2fec107692917fa3b96b.js | 10 + .../bundles/6025.263b457b1a7f9ca139b2.css | 1 - .../bundles/6025.263b457b1a7f9ca139b2.rtl.css | 1 - .../bundles/6036.3b493a9f0ab052e6447c.css | 1 - .../bundles/6036.3b493a9f0ab052e6447c.rtl.css | 1 - .../bundles/6085.7b1bd95c4ea1c9f8ad7a.css | 1 + .../bundles/6085.7b1bd95c4ea1c9f8ad7a.rtl.css | 1 + .../bundles/61.6420f5b2ff091a8d8a5f.css | 1 + .../bundles/61.6420f5b2ff091a8d8a5f.rtl.css | 1 + .../bundles/6106.cf6f129517250c80b39f.css | 1 - .../bundles/6106.cf6f129517250c80b39f.rtl.css | 1 - ...e843.css => 6107.b8b526751e7230cd2e69.css} | 2 +- ....css => 6107.b8b526751e7230cd2e69.rtl.css} | 2 +- .../bundles/6214.65b7dbf8be6cca5ac143.css | 1 - .../bundles/6214.65b7dbf8be6cca5ac143.rtl.css | 1 - .../bundles/6220.b02054ace78f1bbd7ab4.css | 1 + .../bundles/6220.b02054ace78f1bbd7ab4.rtl.css | 1 + .../bundles/6221.25d30f095d6a54fbf276.css | 1 - .../bundles/6221.25d30f095d6a54fbf276.rtl.css | 1 - .../bundles/6246.3ecbd24f95eff1b7dd4f.css | 1 + .../bundles/6246.3ecbd24f95eff1b7dd4f.rtl.css | 1 + ...7c0b7e.js => 6408.53f95c8edf441cf41f5e.js} | 14 +- .../bundles/6494.e9af15c073886bef781b.css | 1 - .../bundles/6494.e9af15c073886bef781b.rtl.css | 1 - .../bundles/6625.8ead11e183058d3b8778.css | 1 + .../bundles/6625.8ead11e183058d3b8778.rtl.css | 1 + .../bundles/6625.cd54dd2a77c47eb6003d.css | 1 - .../bundles/6625.cd54dd2a77c47eb6003d.rtl.css | 1 - .../bundles/6639.cea47dbe77ae73ace44b.css | 1 - .../bundles/6639.cea47dbe77ae73ace44b.rtl.css | 1 - .../bundles/6665.0c4a6582bd484370f525.css | 1 + .../bundles/6665.0c4a6582bd484370f525.rtl.css | 1 + .../bundles/6752.207eb3cc75b3ed2c6754.css | 1 - .../bundles/6752.207eb3cc75b3ed2c6754.rtl.css | 1 - .../bundles/6831.ac1745947bd2665f6c9a.css | 1 - .../bundles/6831.ac1745947bd2665f6c9a.rtl.css | 1 - .../bundles/6884.bb7d30a7bbbe5af36556.css | 1 - .../bundles/6884.bb7d30a7bbbe5af36556.rtl.css | 1 - .../bundles/6925.43e91cba4f1aefba5311.css | 1 - .../bundles/6925.43e91cba4f1aefba5311.rtl.css | 1 - .../bundles/6949.19355e81a60b640ea097.css | 1 - .../bundles/6949.19355e81a60b640ea097.rtl.css | 1 - .../bundles/6955.d365d11fe6e348cae0ec.css | 1 + .../bundles/6955.d365d11fe6e348cae0ec.rtl.css | 1 + .../bundles/6959.0cd4b06da6b4fd1fcc56.css | 1 - .../bundles/6959.0cd4b06da6b4fd1fcc56.rtl.css | 1 - .../bundles/7092.505a377d19e2d0f1294f.css | 1 + .../bundles/7092.505a377d19e2d0f1294f.rtl.css | 1 + .../bundles/71.cfe59e9cc92d04ef185d.css | 1 + .../bundles/71.cfe59e9cc92d04ef185d.rtl.css | 1 + .../bundles/7111.b16b4eb739a7e8577559.css | 1 - .../bundles/7111.b16b4eb739a7e8577559.rtl.css | 1 - .../bundles/7125.ee8a75f271c0eade9d69.css | 1 + .../bundles/7125.ee8a75f271c0eade9d69.rtl.css | 1 + .../bundles/7149.12adbb19fdefe9b66b18.css | 1 - .../bundles/7149.12adbb19fdefe9b66b18.rtl.css | 1 - .../bundles/7194.e04f69c8933166966874.css | 1 - .../bundles/7194.e04f69c8933166966874.rtl.css | 1 - .../bundles/7223.a5a98f21c4a7b2ef69f7.js | 16 + .../bundles/7232.dfa17050a6458c8bf3da.css | 1 - .../bundles/7232.dfa17050a6458c8bf3da.rtl.css | 1 - .../bundles/7241.6134620811847ea8ea05.css | 1 + .../bundles/7241.6134620811847ea8ea05.rtl.css | 1 + ...afa79b.js => 7346.b02c4b5d2d08b5be4162.js} | 24 +- .../bundles/7350.00632eec360f0cf2d9a0.css | 1 - .../bundles/7350.00632eec360f0cf2d9a0.rtl.css | 1 - .../bundles/7353.3aff08076e0bff7df116.css | 1 + .../bundles/7353.3aff08076e0bff7df116.rtl.css | 1 + .../bundles/7391.9c809fa91ed0c8f75bc0.css | 1 - .../bundles/7391.9c809fa91ed0c8f75bc0.rtl.css | 1 - .../bundles/7399.bdaaf55cfdf2cf1aca38.css | 1 + .../bundles/7399.bdaaf55cfdf2cf1aca38.rtl.css | 1 + .../bundles/7413.f830ad1ad6ee6f9b1cb3.css | 1 - .../bundles/7413.f830ad1ad6ee6f9b1cb3.rtl.css | 1 - .../bundles/7528.79eb8932f26b90cc0746.css | 1 + .../bundles/7528.79eb8932f26b90cc0746.rtl.css | 1 + .../bundles/7530.fd97c91a6994393f8c34.css | 1 + .../bundles/7530.fd97c91a6994393f8c34.rtl.css | 1 + .../bundles/7555.8c1e3939e7666b0f8c69.css | 1 - .../bundles/7555.8c1e3939e7666b0f8c69.rtl.css | 1 - .../bundles/7727.51511f925000b99093e3.css | 1 + .../bundles/7727.51511f925000b99093e3.rtl.css | 1 + .../bundles/7746.8c7ce523e0bf413e28f8.js | 34 + .../bundles/7769.687807fe02a928ff5a51.css | 1 + .../bundles/7769.687807fe02a928ff5a51.rtl.css | 1 + .../bundles/7811.bc4bc25228d45f97e53e.css | 1 + .../bundles/7811.bc4bc25228d45f97e53e.rtl.css | 1 + .../bundles/7844.459b24d0a3ebd19f4872.css | 1 + .../bundles/7844.459b24d0a3ebd19f4872.rtl.css | 1 + .../bundles/7871.fff454908cba03863eb7.css | 1 - .../bundles/7871.fff454908cba03863eb7.rtl.css | 1 - .../bundles/7902.bd66a7acb8da83298887.css | 1 + .../bundles/7902.bd66a7acb8da83298887.rtl.css | 1 + .../bundles/8056.a83d512c1dc2173349a1.css | 1 - .../bundles/8056.a83d512c1dc2173349a1.rtl.css | 1 - .../bundles/8065.3a61b8e1d0959436a7ef.css | 1 + .../bundles/8065.3a61b8e1d0959436a7ef.rtl.css | 1 + .../bundles/8073.4e8847f52f692b35ff45.css | 1 + .../bundles/8073.4e8847f52f692b35ff45.rtl.css | 1 + .../bundles/8077.abb400ed43eea3166fbf.css | 1 + .../bundles/8077.abb400ed43eea3166fbf.rtl.css | 1 + .../bundles/8115.aef220eae07f8df278f7.js | 5 - .../bundles/8149.21f2b01074a4d082e268.css | 1 - .../bundles/8149.21f2b01074a4d082e268.rtl.css | 1 - .../bundles/8167.fd915cf05676c668486e.js | 7 - .../bundles/8278.d3762b4f1a1711abe319.js | 4 + .../bundles/8316.7f1805a45329003b0966.css | 1 + .../bundles/8316.7f1805a45329003b0966.rtl.css | 1 + .../bundles/8321.5186ae7b5283c45b9aa2.js | 7 - .../bundles/8385.32e961c4a8591abe04cd.js | 9 - .../bundles/8399.525ea48565b11d84e370.css | 1 - .../bundles/8399.525ea48565b11d84e370.rtl.css | 1 - .../bundles/8432.c18381bc85b04ca9ccc7.css | 1 + .../bundles/8432.c18381bc85b04ca9ccc7.rtl.css | 1 + ...a557.css => 8467.683a2458d61cd83980b6.css} | 2 +- ....css => 8467.683a2458d61cd83980b6.rtl.css} | 2 +- .../bundles/855.26e8cce3ad082b02cc26.css | 1 - .../bundles/855.26e8cce3ad082b02cc26.rtl.css | 1 - ...1171.css => 8596.b84315f4350430cdb348.css} | 2 +- ....css => 8596.b84315f4350430cdb348.rtl.css} | 2 +- .../bundles/8722.38f718c32ecc5d2a148c.css | 1 + .../bundles/8722.38f718c32ecc5d2a148c.rtl.css | 1 + .../bundles/8732.c64d758dad3d1c98dd39.css | 1 + .../bundles/8732.c64d758dad3d1c98dd39.rtl.css | 1 + .../bundles/8775.2071de405f3a4c584501.css | 1 + .../bundles/8775.2071de405f3a4c584501.rtl.css | 1 + .../bundles/8843.79dc7cad0f9ac7a07eb5.css | 1 + .../bundles/8843.79dc7cad0f9ac7a07eb5.rtl.css | 1 + .../bundles/889.21219e9cb2ac6cf1923e.css | 1 + .../bundles/889.21219e9cb2ac6cf1923e.rtl.css | 1 + .../bundles/8904.a302177fe7e3ccd50cb0.css | 1 - .../bundles/8904.a302177fe7e3ccd50cb0.rtl.css | 1 - .../bundles/898.f909d7c1efc95f635922.css | 1 - .../bundles/898.f909d7c1efc95f635922.rtl.css | 1 - .../bundles/9138.03b8fbcfabcae851949a.css | 1 - .../bundles/9138.03b8fbcfabcae851949a.rtl.css | 1 - .../bundles/9259.dbe21dc892e62e500e95.css | 1 + .../bundles/9259.dbe21dc892e62e500e95.rtl.css | 1 + .../bundles/9275.5f5074179a4a1a2fbab9.css | 1 + .../bundles/9275.5f5074179a4a1a2fbab9.rtl.css | 1 + .../bundles/9322.beec29aa1b9aa9601ccf.css | 1 - .../bundles/9322.beec29aa1b9aa9601ccf.rtl.css | 1 - .../bundles/9327.209b21b1c7a9733ae8ab.css | 1 - .../bundles/9327.209b21b1c7a9733ae8ab.rtl.css | 1 - .../bundles/9370.112f4e73192a88ff71b8.js | 24 + .../bundles/9476.61e084db0b1f1178a85a.css | 1 + .../bundles/9476.61e084db0b1f1178a85a.rtl.css | 1 + .../bundles/9486.8577632fdab29ee53ddf.css | 1 + .../bundles/9486.8577632fdab29ee53ddf.rtl.css | 1 + .../bundles/9662.03109f673cda5962c847.css | 1 + .../bundles/9662.03109f673cda5962c847.rtl.css | 1 + .../bundles/9727.97af4991457cce9f6c62.js | 30 - .../bundles/9789.cb5ad20bc727d3820b6c.css | 1 - .../bundles/9789.cb5ad20bc727d3820b6c.rtl.css | 1 - .../bundles/9795.2d6cc9343b34223a551b.js | 30 - .../bundles/9796.0efc740bbb6e80b6cee1.css | 1 + .../bundles/9796.0efc740bbb6e80b6cee1.rtl.css | 1 + .../bundles/9842.2f8e5864b0d72a886373.css | 1 - .../bundles/9842.2f8e5864b0d72a886373.rtl.css | 1 - .../bundles/9916.60c48148a54dba9504a0.css | 1 - .../bundles/9916.60c48148a54dba9504a0.rtl.css | 1 - .../bundles/9978.48bdee1c05feaec65062.css | 1 + .../bundles/9978.48bdee1c05feaec65062.rtl.css | 1 + ...add-compare-dialog.2cc982d9b1e8e99945fe.js | 10 + ...add-compare-dialog.f9dfb2d8c088196803c5.js | 18 - .../bundles/ar.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/ar.1184.395b2ac17cd90874a52e.js | 7 + .../bundles/ar.1595.220a290106d4596a0d56.js | 2 + .../bundles/ar.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/ar.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/ar.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/ar.2364.7914d0000c3126094add.js | 6 + .../bundles/ar.2427.9e75295442d2edc53485.js | 1 - .../bundles/ar.2521.8eba2dc07079697338fc.js | 3 - .../bundles/ar.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/ar.2646.2000a8257ab64547a896.js | 1 + .../bundles/ar.2684.89c78924594078c4eeb0.js | 1 - .../bundles/ar.2870.9e4c19450f38896bd413.js | 1 + .../bundles/ar.359.50238b99d9574b8e36bf.js | 1 + .../bundles/ar.3753.453e4c91d1197ef94e09.js | 5 - .../bundles/ar.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/ar.4026.7e5fb703c7ef1394cbb4.js | 65 + .../bundles/ar.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/ar.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/ar.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/ar.4703.5cc269fee100087eff40.js | 3 + .../bundles/ar.5008.e5d7d914577969582fa4.js | 41 - .../bundles/ar.5652.afa01acb54a69426de69.js | 1 - .../bundles/ar.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/ar.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/ar.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/ar.6196.1cb6c0cf4b3c1139a67d.js | 2 - .../bundles/ar.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/ar.6342.b10d57db85000499eea6.js | 1 + .../bundles/ar.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/ar.6778.898704366bbf80203168.js | 1 + .../bundles/ar.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/ar.711.39756095aff1185156f5.js | 4 + .../bundles/ar.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/ar.77.99662205014782bfbe4a.js | 2 - .../bundles/ar.8066.a270959f2286392041d2.js | 2 + .../bundles/ar.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/ar.8622.be4640491be38b618773.js | 2 + .../bundles/ar.8697.ad2086b2201fa4064859.js | 9 + .../bundles/ar.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/ar.8884.377844211bfc698fda75.js | 1 - .../bundles/ar.9093.6177e75125d227abd947.js | 1 + .../bundles/ar.9321.1671359f58d2ff832cf2.js | 5 + .../bundles/ar.9871.80491970c40a96588ffd.js | 2 - .../bundles/ca_ES.101.1ba0c5ad0b16dabd22b3.js | 1 + .../ca_ES.1184.395b2ac17cd90874a52e.js | 8 + .../ca_ES.1595.220a290106d4596a0d56.js | 2 + .../ca_ES.1962.8d56cc879a5756e9d707.js | 2 + .../ca_ES.2238.ad7c65c5745ca775ca4e.js | 1 + .../ca_ES.2257.09ac20770e5b2983a3ef.js | 3 + .../ca_ES.2364.7914d0000c3126094add.js | 6 + .../ca_ES.2427.9e75295442d2edc53485.js | 1 - .../ca_ES.2521.8eba2dc07079697338fc.js | 3 - .../ca_ES.2530.d2247175f920e8c91fb8.js | 1 + .../ca_ES.2646.2000a8257ab64547a896.js | 1 + .../ca_ES.2684.89c78924594078c4eeb0.js | 1 - .../ca_ES.2870.9e4c19450f38896bd413.js | 1 + .../bundles/ca_ES.359.50238b99d9574b8e36bf.js | 1 + .../ca_ES.3753.453e4c91d1197ef94e09.js | 6 - .../ca_ES.3796.b9226e1fc11c38b5ea3c.js | 1 + .../ca_ES.4026.7e5fb703c7ef1394cbb4.js | 68 + .../ca_ES.4040.a5304bbf89a6266624a5.js | 1 + .../ca_ES.4109.6f675bcd201817cc1de2.js | 1 + .../ca_ES.4166.3d1ec9bce9575d91f6e4.js | 1 + .../ca_ES.4703.5cc269fee100087eff40.js | 3 + .../ca_ES.5008.e5d7d914577969582fa4.js | 42 - .../ca_ES.5652.afa01acb54a69426de69.js | 1 - .../ca_ES.5683.0a1cfab5cb07aa9f1543.js | 2 + .../ca_ES.5757.89555cb21b6f88642d8c.js | 3 + .../ca_ES.6150.c021afdb0c07beb6ff09.js | 6 + .../ca_ES.6196.1cb6c0cf4b3c1139a67d.js | 3 - .../ca_ES.6302.971ec746bc6dc8af0501.js | 1 + .../ca_ES.6342.b10d57db85000499eea6.js | 1 + .../ca_ES.6703.aa6e09c5f3e091f34a1a.js | 1 + .../ca_ES.6778.898704366bbf80203168.js | 1 + .../ca_ES.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/ca_ES.711.39756095aff1185156f5.js | 4 + .../ca_ES.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/ca_ES.77.99662205014782bfbe4a.js | 2 - .../ca_ES.8066.a270959f2286392041d2.js | 2 + .../ca_ES.8370.bbd01c05e206b293f35f.js | 1 + .../ca_ES.8622.be4640491be38b618773.js | 2 + .../ca_ES.8697.ad2086b2201fa4064859.js | 11 + .../bundles/ca_ES.877.dfe0cea64f7544bc509b.js | 1 + .../ca_ES.8884.377844211bfc698fda75.js | 1 - .../ca_ES.9093.6177e75125d227abd947.js | 1 + .../ca_ES.9321.1671359f58d2ff832cf2.js | 6 + .../ca_ES.9871.80491970c40a96588ffd.js | 3 - ...ge-interval-dialog.53c155e0d72b7d0f0e3d.js | 13 - ...ge-interval-dialog.daec8d3a7b6905b9234b.js | 5 + ...art-bottom-toolbar.25497674c364b33c2599.js | 27 - ...art-bottom-toolbar.44c5ff5339e5cebbbf16.js | 16 + .../chart-event-hint.316fbf4876a37053079b.js | 3 + .../chart-event-hint.8b7dc7926d170fc11eac.js | 5 - ...rt-screenshot-hint.b3f237e44d9bf442a7f7.js | 4 + ...rt-screenshot-hint.bfb76cc7578ab709169b.js | 5 - ...e-external-adapter.9c1267d07e48b8d8f53f.js | 1 + ...orage-library-http.30c4bc9701c3b3a3f587.js | 1 + ...xt-editor-renderer.8e4cca2d8edbaa930b6a.js | 2 + .../chart-widget-gui.3b90190b27680e589439.js | 67 - .../chart-widget-gui.548802a1463886c486d5.js | 69 + .../compare-model.1c3f95ada81fc7c425a4.js | 4 - .../compare-model.fed2af92643b5038a181.js | 4 + ...text-menu-renderer.429d5a2ad09b6791326c.js | 4 - ...text-menu-renderer.675c5481bf59e3dd2e1b.js | 7 + .../bundles/cs.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/cs.1184.395b2ac17cd90874a52e.js | 7 + .../bundles/cs.1595.220a290106d4596a0d56.js | 2 + .../bundles/cs.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/cs.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/cs.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/cs.2364.7914d0000c3126094add.js | 6 + .../bundles/cs.2427.9e75295442d2edc53485.js | 1 - .../bundles/cs.2521.8eba2dc07079697338fc.js | 3 - .../bundles/cs.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/cs.2646.2000a8257ab64547a896.js | 1 + .../bundles/cs.2684.89c78924594078c4eeb0.js | 1 - .../bundles/cs.2870.9e4c19450f38896bd413.js | 1 + .../bundles/cs.359.50238b99d9574b8e36bf.js | 1 + .../bundles/cs.3753.453e4c91d1197ef94e09.js | 5 - .../bundles/cs.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/cs.4026.7e5fb703c7ef1394cbb4.js | 64 + .../bundles/cs.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/cs.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/cs.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/cs.4703.5cc269fee100087eff40.js | 3 + .../bundles/cs.5008.e5d7d914577969582fa4.js | 39 - .../bundles/cs.5652.afa01acb54a69426de69.js | 1 - .../bundles/cs.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/cs.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/cs.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/cs.6196.1cb6c0cf4b3c1139a67d.js | 2 - .../bundles/cs.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/cs.6342.b10d57db85000499eea6.js | 1 + .../bundles/cs.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/cs.6778.898704366bbf80203168.js | 1 + .../bundles/cs.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/cs.711.39756095aff1185156f5.js | 4 + .../bundles/cs.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/cs.77.99662205014782bfbe4a.js | 2 - .../bundles/cs.8066.a270959f2286392041d2.js | 2 + .../bundles/cs.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/cs.8622.be4640491be38b618773.js | 2 + .../bundles/cs.8697.ad2086b2201fa4064859.js | 10 + .../bundles/cs.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/cs.8884.377844211bfc698fda75.js | 1 - .../bundles/cs.9093.6177e75125d227abd947.js | 1 + .../bundles/cs.9321.1671359f58d2ff832cf2.js | 5 + .../bundles/cs.9871.80491970c40a96588ffd.js | 2 - ...urrency-label-menu.166b921e55fcd514b26b.js | 20 + ...urrency-label-menu.204b39f70fe35b79b049.js | 14 - ...tervals-add-dialog.530b63cb8c8b77a81d47.js | 7 - ...tervals-add-dialog.c6b5b8efd68510b58e58.js | 9 + .../custom-themes-api.04a666b53959a4b9f24c.js | 6 + .../bundles/de.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/de.1184.395b2ac17cd90874a52e.js | 7 + .../bundles/de.1595.220a290106d4596a0d56.js | 2 + .../bundles/de.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/de.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/de.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/de.2364.7914d0000c3126094add.js | 6 + .../bundles/de.2427.9e75295442d2edc53485.js | 1 - .../bundles/de.2521.8eba2dc07079697338fc.js | 3 - .../bundles/de.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/de.2646.2000a8257ab64547a896.js | 1 + .../bundles/de.2684.89c78924594078c4eeb0.js | 1 - .../bundles/de.2870.9e4c19450f38896bd413.js | 1 + .../bundles/de.359.50238b99d9574b8e36bf.js | 1 + .../bundles/de.3753.453e4c91d1197ef94e09.js | 5 - .../bundles/de.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/de.4026.7e5fb703c7ef1394cbb4.js | 66 + .../bundles/de.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/de.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/de.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/de.4703.5cc269fee100087eff40.js | 3 + .../bundles/de.5008.e5d7d914577969582fa4.js | 41 - .../bundles/de.5652.afa01acb54a69426de69.js | 1 - .../bundles/de.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/de.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/de.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/de.6196.1cb6c0cf4b3c1139a67d.js | 3 - .../bundles/de.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/de.6342.b10d57db85000499eea6.js | 1 + .../bundles/de.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/de.6778.898704366bbf80203168.js | 1 + .../bundles/de.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/de.711.39756095aff1185156f5.js | 4 + .../bundles/de.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/de.77.99662205014782bfbe4a.js | 2 - .../bundles/de.8066.a270959f2286392041d2.js | 2 + .../bundles/de.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/de.8622.be4640491be38b618773.js | 2 + .../bundles/de.8697.ad2086b2201fa4064859.js | 10 + .../bundles/de.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/de.8884.377844211bfc698fda75.js | 1 - .../bundles/de.9093.6177e75125d227abd947.js | 1 + .../bundles/de.9321.1671359f58d2ff832cf2.js | 6 + .../bundles/de.9871.80491970c40a96588ffd.js | 2 - .../drawing-toolbar.017ba93cd41a5c6638fd.js | 24 - .../drawing-toolbar.f6410fe587830ab66caf.js | 22 + .../bundles/el.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/el.1184.395b2ac17cd90874a52e.js | 7 + .../bundles/el.1595.220a290106d4596a0d56.js | 2 + .../bundles/el.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/el.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/el.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/el.2364.7914d0000c3126094add.js | 6 + .../bundles/el.2427.9e75295442d2edc53485.js | 1 - .../bundles/el.2521.8eba2dc07079697338fc.js | 3 - .../bundles/el.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/el.2646.2000a8257ab64547a896.js | 1 + .../bundles/el.2684.89c78924594078c4eeb0.js | 1 - .../bundles/el.2870.9e4c19450f38896bd413.js | 1 + .../bundles/el.359.50238b99d9574b8e36bf.js | 1 + .../bundles/el.3753.453e4c91d1197ef94e09.js | 5 - .../bundles/el.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/el.4026.7e5fb703c7ef1394cbb4.js | 64 + .../bundles/el.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/el.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/el.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/el.4703.5cc269fee100087eff40.js | 3 + .../bundles/el.5008.e5d7d914577969582fa4.js | 39 - .../bundles/el.5652.afa01acb54a69426de69.js | 1 - .../bundles/el.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/el.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/el.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/el.6196.1cb6c0cf4b3c1139a67d.js | 2 - .../bundles/el.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/el.6342.b10d57db85000499eea6.js | 1 + .../bundles/el.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/el.6778.898704366bbf80203168.js | 1 + .../bundles/el.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/el.711.39756095aff1185156f5.js | 4 + .../bundles/el.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/el.77.99662205014782bfbe4a.js | 2 - .../bundles/el.8066.a270959f2286392041d2.js | 2 + .../bundles/el.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/el.8622.be4640491be38b618773.js | 2 + .../bundles/el.8697.ad2086b2201fa4064859.js | 10 + .../bundles/el.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/el.8884.377844211bfc698fda75.js | 1 - .../bundles/el.9093.6177e75125d227abd947.js | 1 + .../bundles/el.9321.1671359f58d2ff832cf2.js | 5 + .../bundles/el.9871.80491970c40a96588ffd.js | 2 - .../empty-coin-dark.d6d07bff92d7e4dff5ad.svg | 1 + .../empty-coin-light.6d0b731ac6f489f06e65.svg | 1 + .../bundles/en.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/en.1184.395b2ac17cd90874a52e.js | 5 + .../bundles/en.1595.220a290106d4596a0d56.js | 1 + .../bundles/en.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/en.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/en.2257.09ac20770e5b2983a3ef.js | 2 + .../bundles/en.2364.7914d0000c3126094add.js | 4 + .../bundles/en.2427.9e75295442d2edc53485.js | 1 - .../bundles/en.2521.8eba2dc07079697338fc.js | 3 - .../bundles/en.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/en.2646.2000a8257ab64547a896.js | 1 + .../bundles/en.2684.89c78924594078c4eeb0.js | 1 - .../bundles/en.2870.9e4c19450f38896bd413.js | 1 + .../bundles/en.359.50238b99d9574b8e36bf.js | 1 + .../bundles/en.3753.453e4c91d1197ef94e09.js | 5 - .../bundles/en.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/en.4026.7e5fb703c7ef1394cbb4.js | 45 + .../bundles/en.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/en.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/en.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/en.4703.5cc269fee100087eff40.js | 2 + .../bundles/en.5008.e5d7d914577969582fa4.js | 39 - .../bundles/en.5652.afa01acb54a69426de69.js | 1 - .../bundles/en.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/en.5757.89555cb21b6f88642d8c.js | 2 + .../bundles/en.6150.c021afdb0c07beb6ff09.js | 4 + .../bundles/en.6196.1cb6c0cf4b3c1139a67d.js | 2 - .../bundles/en.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/en.6342.b10d57db85000499eea6.js | 1 + .../bundles/en.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/en.6778.898704366bbf80203168.js | 1 + .../bundles/en.6822.2553f0a7b9e855d19818.js | 1 + .../bundles/en.711.39756095aff1185156f5.js | 3 + .../bundles/en.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/en.77.99662205014782bfbe4a.js | 2 - .../bundles/en.8066.a270959f2286392041d2.js | 1 + .../bundles/en.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/en.8622.be4640491be38b618773.js | 1 + .../bundles/en.8697.ad2086b2201fa4064859.js | 6 + .../bundles/en.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/en.8884.377844211bfc698fda75.js | 1 - .../bundles/en.9093.6177e75125d227abd947.js | 1 + .../bundles/en.9321.1671359f58d2ff832cf2.js | 4 + .../bundles/en.9871.80491970c40a96588ffd.js | 2 - .../bundles/es.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/es.1184.395b2ac17cd90874a52e.js | 8 + .../bundles/es.1595.220a290106d4596a0d56.js | 2 + .../bundles/es.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/es.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/es.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/es.2364.7914d0000c3126094add.js | 6 + .../bundles/es.2427.9e75295442d2edc53485.js | 1 - .../bundles/es.2521.8eba2dc07079697338fc.js | 3 - .../bundles/es.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/es.2646.2000a8257ab64547a896.js | 1 + .../bundles/es.2684.89c78924594078c4eeb0.js | 1 - .../bundles/es.2870.9e4c19450f38896bd413.js | 1 + .../bundles/es.359.50238b99d9574b8e36bf.js | 1 + .../bundles/es.3753.453e4c91d1197ef94e09.js | 6 - .../bundles/es.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/es.4026.7e5fb703c7ef1394cbb4.js | 68 + .../bundles/es.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/es.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/es.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/es.4703.5cc269fee100087eff40.js | 3 + .../bundles/es.5008.e5d7d914577969582fa4.js | 43 - .../bundles/es.5652.afa01acb54a69426de69.js | 1 - .../bundles/es.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/es.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/es.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/es.6196.1cb6c0cf4b3c1139a67d.js | 3 - .../bundles/es.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/es.6342.b10d57db85000499eea6.js | 1 + .../bundles/es.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/es.6778.898704366bbf80203168.js | 1 + .../bundles/es.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/es.711.39756095aff1185156f5.js | 4 + .../bundles/es.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/es.77.99662205014782bfbe4a.js | 2 - .../bundles/es.8066.a270959f2286392041d2.js | 2 + .../bundles/es.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/es.8622.be4640491be38b618773.js | 2 + .../bundles/es.8697.ad2086b2201fa4064859.js | 11 + .../bundles/es.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/es.8884.377844211bfc698fda75.js | 1 - .../bundles/es.9093.6177e75125d227abd947.js | 1 + .../bundles/es.9321.1671359f58d2ff832cf2.js | 6 + .../bundles/es.9871.80491970c40a96588ffd.js | 3 - .../export-data.3892fbd90646aa80aef1.js | 2 - .../export-data.5e936e4fc17fcb46df55.js | 3 + .../bundles/fa.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/fa.1184.395b2ac17cd90874a52e.js | 7 + .../bundles/fa.1595.220a290106d4596a0d56.js | 2 + .../bundles/fa.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/fa.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/fa.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/fa.2364.7914d0000c3126094add.js | 6 + .../bundles/fa.2427.9e75295442d2edc53485.js | 1 - .../bundles/fa.2521.8eba2dc07079697338fc.js | 3 - .../bundles/fa.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/fa.2646.2000a8257ab64547a896.js | 1 + .../bundles/fa.2684.89c78924594078c4eeb0.js | 1 - .../bundles/fa.2870.9e4c19450f38896bd413.js | 1 + .../bundles/fa.359.50238b99d9574b8e36bf.js | 1 + .../bundles/fa.3753.453e4c91d1197ef94e09.js | 5 - .../bundles/fa.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/fa.4026.7e5fb703c7ef1394cbb4.js | 64 + .../bundles/fa.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/fa.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/fa.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/fa.4703.5cc269fee100087eff40.js | 3 + .../bundles/fa.5008.e5d7d914577969582fa4.js | 39 - .../bundles/fa.5652.afa01acb54a69426de69.js | 1 - .../bundles/fa.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/fa.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/fa.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/fa.6196.1cb6c0cf4b3c1139a67d.js | 2 - .../bundles/fa.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/fa.6342.b10d57db85000499eea6.js | 1 + .../bundles/fa.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/fa.6778.898704366bbf80203168.js | 1 + .../bundles/fa.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/fa.711.39756095aff1185156f5.js | 4 + .../bundles/fa.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/fa.77.99662205014782bfbe4a.js | 2 - .../bundles/fa.8066.a270959f2286392041d2.js | 2 + .../bundles/fa.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/fa.8622.be4640491be38b618773.js | 2 + .../bundles/fa.8697.ad2086b2201fa4064859.js | 10 + .../bundles/fa.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/fa.8884.377844211bfc698fda75.js | 1 - .../bundles/fa.9093.6177e75125d227abd947.js | 1 + .../bundles/fa.9321.1671359f58d2ff832cf2.js | 5 + .../bundles/fa.9871.80491970c40a96588ffd.js | 2 - ...orite-drawings-api.340e60e2342b0d93ebe7.js | 1 - ...orite-drawings-api.ec1abe78f54ce91e86da.js | 1 + ...avorite-indicators.8b28c68ab9b75bd4cffc.js | 1 + .../floating-toolbars.227af68729a87ca33204.js | 32 + .../floating-toolbars.34e58852bb8c3a9adff8.js | 29 - .../bundles/fr.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/fr.1184.395b2ac17cd90874a52e.js | 8 + .../bundles/fr.1595.220a290106d4596a0d56.js | 2 + .../bundles/fr.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/fr.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/fr.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/fr.2364.7914d0000c3126094add.js | 6 + .../bundles/fr.2427.9e75295442d2edc53485.js | 1 - .../bundles/fr.2521.8eba2dc07079697338fc.js | 3 - .../bundles/fr.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/fr.2646.2000a8257ab64547a896.js | 1 + .../bundles/fr.2684.89c78924594078c4eeb0.js | 1 - .../bundles/fr.2870.9e4c19450f38896bd413.js | 1 + .../bundles/fr.359.50238b99d9574b8e36bf.js | 1 + .../bundles/fr.3753.453e4c91d1197ef94e09.js | 6 - .../bundles/fr.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/fr.4026.7e5fb703c7ef1394cbb4.js | 68 + .../bundles/fr.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/fr.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/fr.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/fr.4703.5cc269fee100087eff40.js | 3 + .../bundles/fr.5008.e5d7d914577969582fa4.js | 43 - .../bundles/fr.5652.afa01acb54a69426de69.js | 1 - .../bundles/fr.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/fr.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/fr.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/fr.6196.1cb6c0cf4b3c1139a67d.js | 3 - .../bundles/fr.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/fr.6342.b10d57db85000499eea6.js | 1 + .../bundles/fr.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/fr.6778.898704366bbf80203168.js | 1 + .../bundles/fr.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/fr.711.39756095aff1185156f5.js | 4 + .../bundles/fr.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/fr.77.99662205014782bfbe4a.js | 2 - .../bundles/fr.8066.a270959f2286392041d2.js | 2 + .../bundles/fr.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/fr.8622.be4640491be38b618773.js | 2 + .../bundles/fr.8697.ad2086b2201fa4064859.js | 11 + .../bundles/fr.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/fr.8884.377844211bfc698fda75.js | 1 - .../bundles/fr.9093.6177e75125d227abd947.js | 1 + .../bundles/fr.9321.1671359f58d2ff832cf2.js | 6 + .../bundles/fr.9871.80491970c40a96588ffd.js | 3 - ...ull-tooltips-popup.71b6b063699eb3e1407e.js | 4 - ...ull-tooltips-popup.96374cb0845bdd0f57fc.js | 7 + ...-properties-dialog.2b6e034faa8dc0c889a2.js | 6 + ...-properties-dialog.4e9724b14f5dcf6923c2.js | 13 - ...eral-property-page.3e3e8b688dc182e921e7.js | 14 + ...eral-property-page.ca806447f87d03e5b322.js | 12 - .../get-error-card.02c0064b96893d572f7c.js | 4 - .../get-error-card.60b010a94494ccdc034c.js | 6 + ...obal-search-dialog.800a3d3c9ba00c410736.js | 30 + ...o-date-dialog-impl.60e0dfd6053265c37f63.js | 17 - ...o-date-dialog-impl.f3ff6bac72a955836a78.js | 14 + .../bundles/he_IL.101.1ba0c5ad0b16dabd22b3.js | 1 + .../he_IL.1184.395b2ac17cd90874a52e.js | 7 + .../he_IL.1595.220a290106d4596a0d56.js | 2 + .../he_IL.1962.8d56cc879a5756e9d707.js | 2 + .../he_IL.2238.ad7c65c5745ca775ca4e.js | 1 + .../he_IL.2257.09ac20770e5b2983a3ef.js | 3 + .../he_IL.2364.7914d0000c3126094add.js | 6 + .../he_IL.2427.9e75295442d2edc53485.js | 1 - .../he_IL.2521.8eba2dc07079697338fc.js | 3 - .../he_IL.2530.d2247175f920e8c91fb8.js | 1 + .../he_IL.2646.2000a8257ab64547a896.js | 1 + .../he_IL.2684.89c78924594078c4eeb0.js | 1 - .../he_IL.2870.9e4c19450f38896bd413.js | 1 + .../bundles/he_IL.359.50238b99d9574b8e36bf.js | 1 + .../he_IL.3753.453e4c91d1197ef94e09.js | 5 - .../he_IL.3796.b9226e1fc11c38b5ea3c.js | 1 + .../he_IL.4026.7e5fb703c7ef1394cbb4.js | 66 + .../he_IL.4040.a5304bbf89a6266624a5.js | 1 + .../he_IL.4109.6f675bcd201817cc1de2.js | 1 + .../he_IL.4166.3d1ec9bce9575d91f6e4.js | 1 + .../he_IL.4703.5cc269fee100087eff40.js | 3 + .../he_IL.5008.e5d7d914577969582fa4.js | 39 - .../he_IL.5652.afa01acb54a69426de69.js | 1 - .../he_IL.5683.0a1cfab5cb07aa9f1543.js | 1 + .../he_IL.5757.89555cb21b6f88642d8c.js | 3 + .../he_IL.6150.c021afdb0c07beb6ff09.js | 5 + .../he_IL.6196.1cb6c0cf4b3c1139a67d.js | 2 - .../he_IL.6302.971ec746bc6dc8af0501.js | 1 + .../he_IL.6342.b10d57db85000499eea6.js | 1 + .../he_IL.6703.aa6e09c5f3e091f34a1a.js | 1 + .../he_IL.6778.898704366bbf80203168.js | 1 + .../he_IL.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/he_IL.711.39756095aff1185156f5.js | 4 + .../he_IL.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/he_IL.77.99662205014782bfbe4a.js | 2 - .../he_IL.8066.a270959f2286392041d2.js | 2 + .../he_IL.8370.bbd01c05e206b293f35f.js | 1 + .../he_IL.8622.be4640491be38b618773.js | 2 + .../he_IL.8697.ad2086b2201fa4064859.js | 10 + .../bundles/he_IL.877.dfe0cea64f7544bc509b.js | 1 + .../he_IL.8884.377844211bfc698fda75.js | 1 - .../he_IL.9093.6177e75125d227abd947.js | 1 + .../he_IL.9321.1671359f58d2ff832cf2.js | 6 + .../he_IL.9871.80491970c40a96588ffd.js | 2 - .../header-toolbar.4299a771d5d92b59d861.js | 13 - .../header-toolbar.509c33f5e1dd207b3f2a.js | 12 + .../bundles/hu_HU.101.1ba0c5ad0b16dabd22b3.js | 1 + .../hu_HU.1184.395b2ac17cd90874a52e.js | 7 + .../hu_HU.1595.220a290106d4596a0d56.js | 2 + .../hu_HU.1962.8d56cc879a5756e9d707.js | 2 + .../hu_HU.2238.ad7c65c5745ca775ca4e.js | 1 + .../hu_HU.2257.09ac20770e5b2983a3ef.js | 3 + .../hu_HU.2364.7914d0000c3126094add.js | 6 + .../hu_HU.2427.9e75295442d2edc53485.js | 1 - .../hu_HU.2521.8eba2dc07079697338fc.js | 3 - .../hu_HU.2530.d2247175f920e8c91fb8.js | 1 + .../hu_HU.2646.2000a8257ab64547a896.js | 1 + .../hu_HU.2684.89c78924594078c4eeb0.js | 1 - .../hu_HU.2870.9e4c19450f38896bd413.js | 1 + .../bundles/hu_HU.359.50238b99d9574b8e36bf.js | 1 + .../hu_HU.3753.453e4c91d1197ef94e09.js | 5 - .../hu_HU.3796.b9226e1fc11c38b5ea3c.js | 1 + .../hu_HU.4026.7e5fb703c7ef1394cbb4.js | 67 + .../hu_HU.4040.a5304bbf89a6266624a5.js | 1 + .../hu_HU.4109.6f675bcd201817cc1de2.js | 1 + .../hu_HU.4166.3d1ec9bce9575d91f6e4.js | 1 + .../hu_HU.4703.5cc269fee100087eff40.js | 3 + .../hu_HU.5008.e5d7d914577969582fa4.js | 39 - .../hu_HU.5652.afa01acb54a69426de69.js | 1 - .../hu_HU.5683.0a1cfab5cb07aa9f1543.js | 2 + .../hu_HU.5757.89555cb21b6f88642d8c.js | 3 + .../hu_HU.6150.c021afdb0c07beb6ff09.js | 5 + .../hu_HU.6196.1cb6c0cf4b3c1139a67d.js | 2 - .../hu_HU.6302.971ec746bc6dc8af0501.js | 1 + .../hu_HU.6342.b10d57db85000499eea6.js | 1 + .../hu_HU.6703.aa6e09c5f3e091f34a1a.js | 1 + .../hu_HU.6778.898704366bbf80203168.js | 1 + .../hu_HU.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/hu_HU.711.39756095aff1185156f5.js | 4 + .../hu_HU.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/hu_HU.77.99662205014782bfbe4a.js | 2 - .../hu_HU.8066.a270959f2286392041d2.js | 2 + .../hu_HU.8370.bbd01c05e206b293f35f.js | 1 + .../hu_HU.8622.be4640491be38b618773.js | 2 + .../hu_HU.8697.ad2086b2201fa4064859.js | 10 + .../bundles/hu_HU.877.dfe0cea64f7544bc509b.js | 1 + .../hu_HU.8884.377844211bfc698fda75.js | 1 - .../hu_HU.9093.6177e75125d227abd947.js | 1 + .../hu_HU.9321.1671359f58d2ff832cf2.js | 6 + .../hu_HU.9871.80491970c40a96588ffd.js | 2 - .../ichart-storage.1144e5a1b4f8503ee572.js | 1 + .../bundles/icons.4d39018d0766cf7006bc.png | Bin 42138 -> 0 bytes .../bundles/id_ID.101.1ba0c5ad0b16dabd22b3.js | 1 + .../id_ID.1184.395b2ac17cd90874a52e.js | 7 + .../id_ID.1595.220a290106d4596a0d56.js | 2 + .../id_ID.1962.8d56cc879a5756e9d707.js | 2 + .../id_ID.2238.ad7c65c5745ca775ca4e.js | 1 + .../id_ID.2257.09ac20770e5b2983a3ef.js | 3 + .../id_ID.2364.7914d0000c3126094add.js | 6 + .../id_ID.2427.9e75295442d2edc53485.js | 1 - .../id_ID.2521.8eba2dc07079697338fc.js | 3 - .../id_ID.2530.d2247175f920e8c91fb8.js | 1 + .../id_ID.2646.2000a8257ab64547a896.js | 1 + .../id_ID.2684.89c78924594078c4eeb0.js | 1 - .../id_ID.2870.9e4c19450f38896bd413.js | 1 + .../bundles/id_ID.359.50238b99d9574b8e36bf.js | 1 + .../id_ID.3753.453e4c91d1197ef94e09.js | 5 - .../id_ID.3796.b9226e1fc11c38b5ea3c.js | 1 + .../id_ID.4026.7e5fb703c7ef1394cbb4.js | 68 + .../id_ID.4040.a5304bbf89a6266624a5.js | 1 + .../id_ID.4109.6f675bcd201817cc1de2.js | 1 + .../id_ID.4166.3d1ec9bce9575d91f6e4.js | 1 + .../id_ID.4703.5cc269fee100087eff40.js | 3 + .../id_ID.5008.e5d7d914577969582fa4.js | 42 - .../id_ID.5652.afa01acb54a69426de69.js | 1 - .../id_ID.5683.0a1cfab5cb07aa9f1543.js | 2 + .../id_ID.5757.89555cb21b6f88642d8c.js | 3 + .../id_ID.6150.c021afdb0c07beb6ff09.js | 5 + .../id_ID.6196.1cb6c0cf4b3c1139a67d.js | 2 - .../id_ID.6302.971ec746bc6dc8af0501.js | 1 + .../id_ID.6342.b10d57db85000499eea6.js | 1 + .../id_ID.6703.aa6e09c5f3e091f34a1a.js | 1 + .../id_ID.6778.898704366bbf80203168.js | 1 + .../id_ID.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/id_ID.711.39756095aff1185156f5.js | 4 + .../id_ID.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/id_ID.77.99662205014782bfbe4a.js | 2 - .../id_ID.8066.a270959f2286392041d2.js | 2 + .../id_ID.8370.bbd01c05e206b293f35f.js | 1 + .../id_ID.8622.be4640491be38b618773.js | 2 + .../id_ID.8697.ad2086b2201fa4064859.js | 10 + .../bundles/id_ID.877.dfe0cea64f7544bc509b.js | 1 + .../id_ID.8884.377844211bfc698fda75.js | 1 - .../id_ID.9093.6177e75125d227abd947.js | 1 + .../id_ID.9321.1671359f58d2ff832cf2.js | 6 + .../id_ID.9871.80491970c40a96588ffd.js | 2 - .../bundles/it.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/it.1184.395b2ac17cd90874a52e.js | 7 + .../bundles/it.1595.220a290106d4596a0d56.js | 2 + .../bundles/it.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/it.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/it.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/it.2364.7914d0000c3126094add.js | 6 + .../bundles/it.2427.9e75295442d2edc53485.js | 1 - .../bundles/it.2521.8eba2dc07079697338fc.js | 3 - .../bundles/it.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/it.2646.2000a8257ab64547a896.js | 1 + .../bundles/it.2684.89c78924594078c4eeb0.js | 1 - .../bundles/it.2870.9e4c19450f38896bd413.js | 1 + .../bundles/it.359.50238b99d9574b8e36bf.js | 1 + .../bundles/it.3753.453e4c91d1197ef94e09.js | 5 - .../bundles/it.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/it.4026.7e5fb703c7ef1394cbb4.js | 66 + .../bundles/it.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/it.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/it.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/it.4703.5cc269fee100087eff40.js | 3 + .../bundles/it.5008.e5d7d914577969582fa4.js | 41 - .../bundles/it.5652.afa01acb54a69426de69.js | 1 - .../bundles/it.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/it.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/it.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/it.6196.1cb6c0cf4b3c1139a67d.js | 3 - .../bundles/it.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/it.6342.b10d57db85000499eea6.js | 1 + .../bundles/it.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/it.6778.898704366bbf80203168.js | 1 + .../bundles/it.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/it.711.39756095aff1185156f5.js | 4 + .../bundles/it.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/it.77.99662205014782bfbe4a.js | 2 - .../bundles/it.8066.a270959f2286392041d2.js | 2 + .../bundles/it.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/it.8622.be4640491be38b618773.js | 2 + .../bundles/it.8697.ad2086b2201fa4064859.js | 10 + .../bundles/it.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/it.8884.377844211bfc698fda75.js | 1 - .../bundles/it.9093.6177e75125d227abd947.js | 1 + .../bundles/it.9321.1671359f58d2ff832cf2.js | 6 + .../bundles/it.9871.80491970c40a96588ffd.js | 2 - .../bundles/ja.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/ja.1184.395b2ac17cd90874a52e.js | 6 + .../bundles/ja.1595.220a290106d4596a0d56.js | 2 + .../bundles/ja.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/ja.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/ja.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/ja.2364.7914d0000c3126094add.js | 5 + .../bundles/ja.2427.9e75295442d2edc53485.js | 1 - .../bundles/ja.2521.8eba2dc07079697338fc.js | 2 - .../bundles/ja.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/ja.2646.2000a8257ab64547a896.js | 1 + .../bundles/ja.2684.89c78924594078c4eeb0.js | 1 - .../bundles/ja.2870.9e4c19450f38896bd413.js | 1 + .../bundles/ja.359.50238b99d9574b8e36bf.js | 1 + .../bundles/ja.3753.453e4c91d1197ef94e09.js | 4 - .../bundles/ja.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/ja.4026.7e5fb703c7ef1394cbb4.js | 59 + .../bundles/ja.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/ja.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/ja.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/ja.4703.5cc269fee100087eff40.js | 3 + .../bundles/ja.5008.e5d7d914577969582fa4.js | 35 - .../bundles/ja.5652.afa01acb54a69426de69.js | 1 - .../bundles/ja.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/ja.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/ja.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/ja.6196.1cb6c0cf4b3c1139a67d.js | 2 - .../bundles/ja.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/ja.6342.b10d57db85000499eea6.js | 1 + .../bundles/ja.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/ja.6778.898704366bbf80203168.js | 1 + .../bundles/ja.6822.2553f0a7b9e855d19818.js | 1 + .../bundles/ja.711.39756095aff1185156f5.js | 3 + .../bundles/ja.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/ja.77.99662205014782bfbe4a.js | 1 - .../bundles/ja.8066.a270959f2286392041d2.js | 2 + .../bundles/ja.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/ja.8622.be4640491be38b618773.js | 2 + .../bundles/ja.8697.ad2086b2201fa4064859.js | 9 + .../bundles/ja.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/ja.8884.377844211bfc698fda75.js | 1 - .../bundles/ja.9093.6177e75125d227abd947.js | 1 + .../bundles/ja.9321.1671359f58d2ff832cf2.js | 5 + .../bundles/ja.9871.80491970c40a96588ffd.js | 2 - .../bundles/ko.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/ko.1184.395b2ac17cd90874a52e.js | 6 + .../bundles/ko.1595.220a290106d4596a0d56.js | 2 + .../bundles/ko.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/ko.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/ko.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/ko.2364.7914d0000c3126094add.js | 5 + .../bundles/ko.2427.9e75295442d2edc53485.js | 1 - .../bundles/ko.2521.8eba2dc07079697338fc.js | 2 - .../bundles/ko.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/ko.2646.2000a8257ab64547a896.js | 1 + .../bundles/ko.2684.89c78924594078c4eeb0.js | 1 - .../bundles/ko.2870.9e4c19450f38896bd413.js | 1 + .../bundles/ko.359.50238b99d9574b8e36bf.js | 1 + .../bundles/ko.3753.453e4c91d1197ef94e09.js | 4 - .../bundles/ko.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/ko.4026.7e5fb703c7ef1394cbb4.js | 58 + .../bundles/ko.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/ko.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/ko.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/ko.4703.5cc269fee100087eff40.js | 3 + .../bundles/ko.5008.e5d7d914577969582fa4.js | 35 - .../bundles/ko.5652.afa01acb54a69426de69.js | 1 - .../bundles/ko.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/ko.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/ko.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/ko.6196.1cb6c0cf4b3c1139a67d.js | 2 - .../bundles/ko.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/ko.6342.b10d57db85000499eea6.js | 1 + .../bundles/ko.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/ko.6778.898704366bbf80203168.js | 1 + .../bundles/ko.6822.2553f0a7b9e855d19818.js | 1 + .../bundles/ko.711.39756095aff1185156f5.js | 3 + .../bundles/ko.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/ko.77.99662205014782bfbe4a.js | 1 - .../bundles/ko.8066.a270959f2286392041d2.js | 2 + .../bundles/ko.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/ko.8622.be4640491be38b618773.js | 2 + .../bundles/ko.8697.ad2086b2201fa4064859.js | 9 + .../bundles/ko.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/ko.8884.377844211bfc698fda75.js | 1 - .../bundles/ko.9093.6177e75125d227abd947.js | 1 + .../bundles/ko.9321.1671359f58d2ff832cf2.js | 5 + .../bundles/ko.9871.80491970c40a96588ffd.js | 2 - ...rge-slider-handle.18e9ee5923db4eac2c43.svg | 1 - .../bundles/library.847f247511d3f9997d72.js | 860 - .../bundles/library.b717a95e17e4d6e9f5ca.js | 926 ++ ... line-tools-icons.0be276f665ef833ced55.js} | 24 +- ...tools-synchronizer.a3d57451eacd53dd89da.js | 9 + .../linewidth-slider.8e3d0520d28ce8259ccf.png | Bin 126 -> 0 bytes .../load-chart-dialog.3891627d68b6d6053f24.js | 20 + .../load-chart-dialog.5caa982f19f2103862f6.js | 13 - ...p-tooltip-renderer.0a3f1b99d355b6297d18.js | 8 - ...p-tooltip-renderer.db9f0c622f0771359aa9.js | 9 + ...=> lt-icons-atlas.7a0e90bf720e0bf71add.js} | 46 +- .../lt-pane-views.9222abe1a9c6cc59d449.js | 106 - .../lt-pane-views.f10108f2dceea9f775c0.js | 112 + ...s-with-definitions.168b8df16f57900a29da.js | 41 - ...s-with-definitions.5898ddf05e03da7d53c4.js | 42 + ...lt-stickers-atlas.94f0c0b09e739934e586.js} | 10 +- ...ge-drawings-dialog.3f5b604134bebba28c6c.js | 1 - ...ge-drawings-dialog.8170358663062d76c1d5.js | 3 + ...svg => mock-dark.16b5f3a431f502b03ae3.svg} | 0 ...vg => mock-light.d201313017eb2c1b989f.svg} | 0 .../bundles/ms_MY.101.1ba0c5ad0b16dabd22b3.js | 1 + .../ms_MY.1184.395b2ac17cd90874a52e.js | 7 + .../ms_MY.1595.220a290106d4596a0d56.js | 2 + .../ms_MY.1962.8d56cc879a5756e9d707.js | 2 + .../ms_MY.2238.ad7c65c5745ca775ca4e.js | 1 + .../ms_MY.2257.09ac20770e5b2983a3ef.js | 3 + .../ms_MY.2364.7914d0000c3126094add.js | 6 + .../ms_MY.2427.9e75295442d2edc53485.js | 1 - .../ms_MY.2521.8eba2dc07079697338fc.js | 3 - .../ms_MY.2530.d2247175f920e8c91fb8.js | 1 + .../ms_MY.2646.2000a8257ab64547a896.js | 1 + .../ms_MY.2684.89c78924594078c4eeb0.js | 1 - .../ms_MY.2870.9e4c19450f38896bd413.js | 1 + .../bundles/ms_MY.359.50238b99d9574b8e36bf.js | 1 + .../ms_MY.3753.453e4c91d1197ef94e09.js | 5 - .../ms_MY.3796.b9226e1fc11c38b5ea3c.js | 1 + .../ms_MY.4026.7e5fb703c7ef1394cbb4.js | 67 + .../ms_MY.4040.a5304bbf89a6266624a5.js | 1 + .../ms_MY.4109.6f675bcd201817cc1de2.js | 1 + .../ms_MY.4166.3d1ec9bce9575d91f6e4.js | 1 + .../ms_MY.4703.5cc269fee100087eff40.js | 3 + .../ms_MY.5008.e5d7d914577969582fa4.js | 41 - .../ms_MY.5652.afa01acb54a69426de69.js | 1 - .../ms_MY.5683.0a1cfab5cb07aa9f1543.js | 2 + .../ms_MY.5757.89555cb21b6f88642d8c.js | 3 + .../ms_MY.6150.c021afdb0c07beb6ff09.js | 5 + .../ms_MY.6196.1cb6c0cf4b3c1139a67d.js | 3 - .../ms_MY.6302.971ec746bc6dc8af0501.js | 1 + .../ms_MY.6342.b10d57db85000499eea6.js | 1 + .../ms_MY.6703.aa6e09c5f3e091f34a1a.js | 1 + .../ms_MY.6778.898704366bbf80203168.js | 1 + .../ms_MY.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/ms_MY.711.39756095aff1185156f5.js | 4 + .../ms_MY.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/ms_MY.77.99662205014782bfbe4a.js | 2 - .../ms_MY.8066.a270959f2286392041d2.js | 2 + .../ms_MY.8370.bbd01c05e206b293f35f.js | 1 + .../ms_MY.8622.be4640491be38b618773.js | 2 + .../ms_MY.8697.ad2086b2201fa4064859.js | 10 + .../bundles/ms_MY.877.dfe0cea64f7544bc509b.js | 1 + .../ms_MY.8884.377844211bfc698fda75.js | 1 - .../ms_MY.9093.6177e75125d227abd947.js | 1 + .../ms_MY.9321.1671359f58d2ff832cf2.js | 6 + .../ms_MY.9871.80491970c40a96588ffd.js | 2 - ...firm-inputs-dialog.75020f7929f7774b9c4e.js | 2 + ...firm-inputs-dialog.dbb4bdcbf10acf6b5280.js | 6 - ...edit-object-dialog.59756c2933ec24d194f0.js | 24 - ...edit-object-dialog.b8ff775436fcce429465.js | 28 + .../bundles/nl_NL.101.1ba0c5ad0b16dabd22b3.js | 1 + .../nl_NL.1184.395b2ac17cd90874a52e.js | 7 + .../nl_NL.1595.220a290106d4596a0d56.js | 2 + .../nl_NL.1962.8d56cc879a5756e9d707.js | 2 + .../nl_NL.2238.ad7c65c5745ca775ca4e.js | 1 + .../nl_NL.2257.09ac20770e5b2983a3ef.js | 3 + .../nl_NL.2364.7914d0000c3126094add.js | 6 + .../nl_NL.2427.9e75295442d2edc53485.js | 1 - .../nl_NL.2521.8eba2dc07079697338fc.js | 3 - .../nl_NL.2530.d2247175f920e8c91fb8.js | 1 + .../nl_NL.2646.2000a8257ab64547a896.js | 1 + .../nl_NL.2684.89c78924594078c4eeb0.js | 1 - .../nl_NL.2870.9e4c19450f38896bd413.js | 1 + .../bundles/nl_NL.359.50238b99d9574b8e36bf.js | 1 + .../nl_NL.3753.453e4c91d1197ef94e09.js | 5 - .../nl_NL.3796.b9226e1fc11c38b5ea3c.js | 1 + .../nl_NL.4026.7e5fb703c7ef1394cbb4.js | 66 + .../nl_NL.4040.a5304bbf89a6266624a5.js | 1 + .../nl_NL.4109.6f675bcd201817cc1de2.js | 1 + .../nl_NL.4166.3d1ec9bce9575d91f6e4.js | 1 + .../nl_NL.4703.5cc269fee100087eff40.js | 3 + .../nl_NL.5008.e5d7d914577969582fa4.js | 39 - .../nl_NL.5652.afa01acb54a69426de69.js | 1 - .../nl_NL.5683.0a1cfab5cb07aa9f1543.js | 2 + .../nl_NL.5757.89555cb21b6f88642d8c.js | 3 + .../nl_NL.6150.c021afdb0c07beb6ff09.js | 5 + .../nl_NL.6196.1cb6c0cf4b3c1139a67d.js | 2 - .../nl_NL.6302.971ec746bc6dc8af0501.js | 1 + .../nl_NL.6342.b10d57db85000499eea6.js | 1 + .../nl_NL.6703.aa6e09c5f3e091f34a1a.js | 1 + .../nl_NL.6778.898704366bbf80203168.js | 1 + .../nl_NL.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/nl_NL.711.39756095aff1185156f5.js | 4 + .../nl_NL.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/nl_NL.77.99662205014782bfbe4a.js | 2 - .../nl_NL.8066.a270959f2286392041d2.js | 2 + .../nl_NL.8370.bbd01c05e206b293f35f.js | 1 + .../nl_NL.8622.be4640491be38b618773.js | 2 + .../nl_NL.8697.ad2086b2201fa4064859.js | 10 + .../bundles/nl_NL.877.dfe0cea64f7544bc509b.js | 1 + .../nl_NL.8884.377844211bfc698fda75.js | 1 - .../nl_NL.9093.6177e75125d227abd947.js | 1 + .../nl_NL.9321.1671359f58d2ff832cf2.js | 6 + .../nl_NL.9871.80491970c40a96588ffd.js | 2 - ...object-tree-dialog.2447088c66b4ccee845f.js | 40 + ...object-tree-dialog.f0f5697ff5a7cde39c47.js | 41 - .../opacity-slider.4f3ca6b00b45fd71da5f.png | Bin 84 -> 0 bytes .../performance.769cf9dda2ede7d12b74.svg | 1 + .../bundles/pl.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/pl.1184.395b2ac17cd90874a52e.js | 7 + .../bundles/pl.1595.220a290106d4596a0d56.js | 2 + .../bundles/pl.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/pl.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/pl.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/pl.2364.7914d0000c3126094add.js | 6 + .../bundles/pl.2427.9e75295442d2edc53485.js | 1 - .../bundles/pl.2521.8eba2dc07079697338fc.js | 3 - .../bundles/pl.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/pl.2646.2000a8257ab64547a896.js | 1 + .../bundles/pl.2684.89c78924594078c4eeb0.js | 1 - .../bundles/pl.2870.9e4c19450f38896bd413.js | 1 + .../bundles/pl.359.50238b99d9574b8e36bf.js | 1 + .../bundles/pl.3753.453e4c91d1197ef94e09.js | 5 - .../bundles/pl.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/pl.4026.7e5fb703c7ef1394cbb4.js | 66 + .../bundles/pl.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/pl.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/pl.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/pl.4703.5cc269fee100087eff40.js | 3 + .../bundles/pl.5008.e5d7d914577969582fa4.js | 42 - .../bundles/pl.5652.afa01acb54a69426de69.js | 1 - .../bundles/pl.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/pl.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/pl.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/pl.6196.1cb6c0cf4b3c1139a67d.js | 3 - .../bundles/pl.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/pl.6342.b10d57db85000499eea6.js | 1 + .../bundles/pl.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/pl.6778.898704366bbf80203168.js | 1 + .../bundles/pl.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/pl.711.39756095aff1185156f5.js | 4 + .../bundles/pl.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/pl.77.99662205014782bfbe4a.js | 2 - .../bundles/pl.8066.a270959f2286392041d2.js | 2 + .../bundles/pl.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/pl.8622.be4640491be38b618773.js | 2 + .../bundles/pl.8697.ad2086b2201fa4064859.js | 10 + .../bundles/pl.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/pl.8884.377844211bfc698fda75.js | 1 - .../bundles/pl.9093.6177e75125d227abd947.js | 1 + .../bundles/pl.9321.1671359f58d2ff832cf2.js | 6 + .../bundles/pl.9871.80491970c40a96588ffd.js | 2 - .../bundles/pt.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/pt.1184.395b2ac17cd90874a52e.js | 7 + .../bundles/pt.1595.220a290106d4596a0d56.js | 2 + .../bundles/pt.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/pt.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/pt.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/pt.2364.7914d0000c3126094add.js | 6 + .../bundles/pt.2427.9e75295442d2edc53485.js | 1 - .../bundles/pt.2521.8eba2dc07079697338fc.js | 3 - .../bundles/pt.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/pt.2646.2000a8257ab64547a896.js | 1 + .../bundles/pt.2684.89c78924594078c4eeb0.js | 1 - .../bundles/pt.2870.9e4c19450f38896bd413.js | 1 + .../bundles/pt.359.50238b99d9574b8e36bf.js | 1 + .../bundles/pt.3753.453e4c91d1197ef94e09.js | 6 - .../bundles/pt.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/pt.4026.7e5fb703c7ef1394cbb4.js | 67 + .../bundles/pt.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/pt.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/pt.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/pt.4703.5cc269fee100087eff40.js | 3 + .../bundles/pt.5008.e5d7d914577969582fa4.js | 42 - .../bundles/pt.5652.afa01acb54a69426de69.js | 1 - .../bundles/pt.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/pt.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/pt.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/pt.6196.1cb6c0cf4b3c1139a67d.js | 3 - .../bundles/pt.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/pt.6342.b10d57db85000499eea6.js | 1 + .../bundles/pt.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/pt.6778.898704366bbf80203168.js | 1 + .../bundles/pt.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/pt.711.39756095aff1185156f5.js | 4 + .../bundles/pt.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/pt.77.99662205014782bfbe4a.js | 2 - .../bundles/pt.8066.a270959f2286392041d2.js | 2 + .../bundles/pt.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/pt.8622.be4640491be38b618773.js | 2 + .../bundles/pt.8697.ad2086b2201fa4064859.js | 10 + .../bundles/pt.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/pt.8884.377844211bfc698fda75.js | 1 - .../bundles/pt.9093.6177e75125d227abd947.js | 1 + .../bundles/pt.9321.1671359f58d2ff832cf2.js | 6 + .../bundles/pt.9871.80491970c40a96588ffd.js | 3 - ...restricted-toolset.3623b9d6786b259391e1.js | 33 + ...restricted-toolset.5180100123b1632bd2d9.js | 32 - .../bundles/ro.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/ro.1184.395b2ac17cd90874a52e.js | 7 + .../bundles/ro.1595.220a290106d4596a0d56.js | 2 + .../bundles/ro.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/ro.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/ro.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/ro.2364.7914d0000c3126094add.js | 6 + .../bundles/ro.2427.9e75295442d2edc53485.js | 1 - .../bundles/ro.2521.8eba2dc07079697338fc.js | 3 - .../bundles/ro.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/ro.2646.2000a8257ab64547a896.js | 1 + .../bundles/ro.2684.89c78924594078c4eeb0.js | 1 - .../bundles/ro.2870.9e4c19450f38896bd413.js | 1 + .../bundles/ro.359.50238b99d9574b8e36bf.js | 1 + .../bundles/ro.3753.453e4c91d1197ef94e09.js | 5 - .../bundles/ro.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/ro.4026.7e5fb703c7ef1394cbb4.js | 64 + .../bundles/ro.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/ro.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/ro.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/ro.4703.5cc269fee100087eff40.js | 3 + .../bundles/ro.5008.e5d7d914577969582fa4.js | 39 - .../bundles/ro.5652.afa01acb54a69426de69.js | 1 - .../bundles/ro.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/ro.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/ro.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/ro.6196.1cb6c0cf4b3c1139a67d.js | 2 - .../bundles/ro.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/ro.6342.b10d57db85000499eea6.js | 1 + .../bundles/ro.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/ro.6778.898704366bbf80203168.js | 1 + .../bundles/ro.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/ro.711.39756095aff1185156f5.js | 4 + .../bundles/ro.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/ro.77.99662205014782bfbe4a.js | 2 - .../bundles/ro.8066.a270959f2286392041d2.js | 2 + .../bundles/ro.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/ro.8622.be4640491be38b618773.js | 2 + .../bundles/ro.8697.ad2086b2201fa4064859.js | 10 + .../bundles/ro.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/ro.8884.377844211bfc698fda75.js | 1 - .../bundles/ro.9093.6177e75125d227abd947.js | 1 + .../bundles/ro.9321.1671359f58d2ff832cf2.js | 5 + .../bundles/ro.9871.80491970c40a96588ffd.js | 2 - .../bundles/ru.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/ru.1184.395b2ac17cd90874a52e.js | 7 + .../bundles/ru.1595.220a290106d4596a0d56.js | 2 + .../bundles/ru.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/ru.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/ru.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/ru.2364.7914d0000c3126094add.js | 6 + .../bundles/ru.2427.9e75295442d2edc53485.js | 1 - .../bundles/ru.2521.8eba2dc07079697338fc.js | 3 - .../bundles/ru.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/ru.2646.2000a8257ab64547a896.js | 1 + .../bundles/ru.2684.89c78924594078c4eeb0.js | 1 - .../bundles/ru.2870.9e4c19450f38896bd413.js | 1 + .../bundles/ru.359.50238b99d9574b8e36bf.js | 1 + .../bundles/ru.3753.453e4c91d1197ef94e09.js | 5 - .../bundles/ru.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/ru.4026.7e5fb703c7ef1394cbb4.js | 67 + .../bundles/ru.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/ru.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/ru.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/ru.4703.5cc269fee100087eff40.js | 3 + .../bundles/ru.5008.e5d7d914577969582fa4.js | 43 - .../bundles/ru.5652.afa01acb54a69426de69.js | 1 - .../bundles/ru.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/ru.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/ru.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/ru.6196.1cb6c0cf4b3c1139a67d.js | 3 - .../bundles/ru.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/ru.6342.b10d57db85000499eea6.js | 1 + .../bundles/ru.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/ru.6778.898704366bbf80203168.js | 1 + .../bundles/ru.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/ru.711.39756095aff1185156f5.js | 4 + .../bundles/ru.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/ru.77.99662205014782bfbe4a.js | 2 - .../bundles/ru.8066.a270959f2286392041d2.js | 2 + .../bundles/ru.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/ru.8622.be4640491be38b618773.js | 2 + .../bundles/ru.8697.ad2086b2201fa4064859.js | 10 + .../bundles/ru.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/ru.8884.377844211bfc698fda75.js | 1 - .../bundles/ru.9093.6177e75125d227abd947.js | 1 + .../bundles/ru.9321.1671359f58d2ff832cf2.js | 6 + .../bundles/ru.9871.80491970c40a96588ffd.js | 2 - .../bundles/runtime.0809a655c13b333b6a76.js | 5 - .../bundles/runtime.4a59971d836709dfc991.js | 7 + ... series-icons-map.8c0383b52d89ca46a1b8.js} | 2 +- .../series-pane-views.3ef313cda7877ec9c336.js | 2 + .../series-pane-views.97a8e6dbe1a94532eb49.js | 2 - ...t-to-social-utils.e6a25f4006607ca48421.js} | 2 +- ...-theme-save-dialog.01216b3cb4ad5a3c77f4.js | 2 - ...-theme-save-dialog.2efb90ef53bd11686325.js | 1 + .../simple-dialog.9d651e36d783aafef499.js | 4 - .../simple-dialog.caf1cb0bd206c046c24b.js | 4 + ...-properties-editor.36857414f568c0fc82b2.js | 13 - ...-properties-editor.4e5fadabafe1e6fac4dc.js | 10 + .../bundles/studies.137042b318030eec091b.js | 3 + ...-inputs-pane-views.a80a3e282aa441e156d1.js | 3 - ...-inputs-pane-views.f5305fce3617de1a0299.js | 3 + .../study-market.0a2edcb934de49437577.js | 18 - .../study-market.b0c00a922d5c55371012.js | 15 + .../study-pane-views.430ecb3d50d053b6e7fa.js | 6 + .../study-pane-views.ed33f2a0cf4f0d37ca70.js | 6 - ...s-with-definitions.8ba8754a2a9412395338.js | 14 - ...s-with-definitions.dbe10d449ea5420c3f0d.js | 5 + ...dy-template-dialog.78491209cf586d0ba30d.js | 8 + ...dy-template-dialog.98a316b14a620a429192.js | 11 - .../bundles/sv.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/sv.1184.395b2ac17cd90874a52e.js | 7 + .../bundles/sv.1595.220a290106d4596a0d56.js | 2 + .../bundles/sv.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/sv.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/sv.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/sv.2364.7914d0000c3126094add.js | 5 + .../bundles/sv.2427.9e75295442d2edc53485.js | 1 - .../bundles/sv.2521.8eba2dc07079697338fc.js | 3 - .../bundles/sv.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/sv.2646.2000a8257ab64547a896.js | 1 + .../bundles/sv.2684.89c78924594078c4eeb0.js | 1 - .../bundles/sv.2870.9e4c19450f38896bd413.js | 1 + .../bundles/sv.359.50238b99d9574b8e36bf.js | 1 + .../bundles/sv.3753.453e4c91d1197ef94e09.js | 5 - .../bundles/sv.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/sv.4026.7e5fb703c7ef1394cbb4.js | 64 + .../bundles/sv.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/sv.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/sv.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/sv.4703.5cc269fee100087eff40.js | 3 + .../bundles/sv.5008.e5d7d914577969582fa4.js | 41 - .../bundles/sv.5652.afa01acb54a69426de69.js | 1 - .../bundles/sv.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/sv.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/sv.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/sv.6196.1cb6c0cf4b3c1139a67d.js | 3 - .../bundles/sv.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/sv.6342.b10d57db85000499eea6.js | 1 + .../bundles/sv.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/sv.6778.898704366bbf80203168.js | 1 + .../bundles/sv.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/sv.711.39756095aff1185156f5.js | 3 + .../bundles/sv.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/sv.77.99662205014782bfbe4a.js | 2 - .../bundles/sv.8066.a270959f2286392041d2.js | 2 + .../bundles/sv.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/sv.8622.be4640491be38b618773.js | 2 + .../bundles/sv.8697.ad2086b2201fa4064859.js | 10 + .../bundles/sv.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/sv.8884.377844211bfc698fda75.js | 1 - .../bundles/sv.9093.6177e75125d227abd947.js | 1 + .../bundles/sv.9321.1671359f58d2ff832cf2.js | 6 + .../bundles/sv.9871.80491970c40a96588ffd.js | 2 - .../svg-renderer.f065beaf6b5b37da27d9.js | 3 - ...l-info-dialog-impl.4660d2cad62644ff2ea9.js | 17 - ...l-info-dialog-impl.f6c021746c3c9456cadc.js | 12 + ...mbol-search-dialog.33210ecad56124f25ac1.js | 7 - ...mbol-search-dialog.c1573b04ce801649f4ce.js | 1 + ...e-chart-image-impl.c0ec40f417c36a1c6179.js | 1 - ...e-chart-image-impl.d04906fb9a536ff5aedf.js | 1 + .../bundles/th.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/th.1184.395b2ac17cd90874a52e.js | 7 + .../bundles/th.1595.220a290106d4596a0d56.js | 2 + .../bundles/th.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/th.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/th.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/th.2364.7914d0000c3126094add.js | 6 + .../bundles/th.2427.9e75295442d2edc53485.js | 1 - .../bundles/th.2521.8eba2dc07079697338fc.js | 3 - .../bundles/th.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/th.2646.2000a8257ab64547a896.js | 1 + .../bundles/th.2684.89c78924594078c4eeb0.js | 1 - .../bundles/th.2870.9e4c19450f38896bd413.js | 1 + .../bundles/th.359.50238b99d9574b8e36bf.js | 1 + .../bundles/th.3753.453e4c91d1197ef94e09.js | 5 - .../bundles/th.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/th.4026.7e5fb703c7ef1394cbb4.js | 66 + .../bundles/th.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/th.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/th.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/th.4703.5cc269fee100087eff40.js | 3 + .../bundles/th.5008.e5d7d914577969582fa4.js | 41 - .../bundles/th.5652.afa01acb54a69426de69.js | 1 - .../bundles/th.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/th.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/th.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/th.6196.1cb6c0cf4b3c1139a67d.js | 2 - .../bundles/th.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/th.6342.b10d57db85000499eea6.js | 1 + .../bundles/th.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/th.6778.898704366bbf80203168.js | 1 + .../bundles/th.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/th.711.39756095aff1185156f5.js | 4 + .../bundles/th.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/th.77.99662205014782bfbe4a.js | 2 - .../bundles/th.8066.a270959f2286392041d2.js | 2 + .../bundles/th.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/th.8622.be4640491be38b618773.js | 2 + .../bundles/th.8697.ad2086b2201fa4064859.js | 10 + .../bundles/th.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/th.8884.377844211bfc698fda75.js | 1 - .../bundles/th.9093.6177e75125d227abd947.js | 1 + .../bundles/th.9321.1671359f58d2ff832cf2.js | 5 + .../bundles/th.9871.80491970c40a96588ffd.js | 2 - .../bundles/tr.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/tr.1184.395b2ac17cd90874a52e.js | 7 + .../bundles/tr.1595.220a290106d4596a0d56.js | 2 + .../bundles/tr.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/tr.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/tr.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/tr.2364.7914d0000c3126094add.js | 6 + .../bundles/tr.2427.9e75295442d2edc53485.js | 1 - .../bundles/tr.2521.8eba2dc07079697338fc.js | 3 - .../bundles/tr.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/tr.2646.2000a8257ab64547a896.js | 1 + .../bundles/tr.2684.89c78924594078c4eeb0.js | 1 - .../bundles/tr.2870.9e4c19450f38896bd413.js | 1 + .../bundles/tr.359.50238b99d9574b8e36bf.js | 1 + .../bundles/tr.3753.453e4c91d1197ef94e09.js | 5 - .../bundles/tr.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/tr.4026.7e5fb703c7ef1394cbb4.js | 65 + .../bundles/tr.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/tr.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/tr.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/tr.4703.5cc269fee100087eff40.js | 3 + .../bundles/tr.5008.e5d7d914577969582fa4.js | 41 - .../bundles/tr.5652.afa01acb54a69426de69.js | 1 - .../bundles/tr.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/tr.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/tr.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/tr.6196.1cb6c0cf4b3c1139a67d.js | 3 - .../bundles/tr.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/tr.6342.b10d57db85000499eea6.js | 1 + .../bundles/tr.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/tr.6778.898704366bbf80203168.js | 1 + .../bundles/tr.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/tr.711.39756095aff1185156f5.js | 4 + .../bundles/tr.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/tr.77.99662205014782bfbe4a.js | 2 - .../bundles/tr.8066.a270959f2286392041d2.js | 2 + .../bundles/tr.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/tr.8622.be4640491be38b618773.js | 2 + .../bundles/tr.8697.ad2086b2201fa4064859.js | 10 + .../bundles/tr.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/tr.8884.377844211bfc698fda75.js | 1 - .../bundles/tr.9093.6177e75125d227abd947.js | 1 + .../bundles/tr.9321.1671359f58d2ff832cf2.js | 6 + .../bundles/tr.9871.80491970c40a96588ffd.js | 2 - ...bars-marks-tooltip.520f315000510aab3003.js | 4 - ...bars-marks-tooltip.77d8dc2f2d5b3ab9e50a.js | 2 + .../bundles/vi.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/vi.1184.395b2ac17cd90874a52e.js | 7 + .../bundles/vi.1595.220a290106d4596a0d56.js | 2 + .../bundles/vi.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/vi.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/vi.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/vi.2364.7914d0000c3126094add.js | 6 + .../bundles/vi.2427.9e75295442d2edc53485.js | 1 - .../bundles/vi.2521.8eba2dc07079697338fc.js | 3 - .../bundles/vi.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/vi.2646.2000a8257ab64547a896.js | 1 + .../bundles/vi.2684.89c78924594078c4eeb0.js | 1 - .../bundles/vi.2870.9e4c19450f38896bd413.js | 1 + .../bundles/vi.359.50238b99d9574b8e36bf.js | 1 + .../bundles/vi.3753.453e4c91d1197ef94e09.js | 5 - .../bundles/vi.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/vi.4026.7e5fb703c7ef1394cbb4.js | 66 + .../bundles/vi.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/vi.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/vi.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/vi.4703.5cc269fee100087eff40.js | 3 + .../bundles/vi.5008.e5d7d914577969582fa4.js | 42 - .../bundles/vi.5652.afa01acb54a69426de69.js | 1 - .../bundles/vi.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/vi.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/vi.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/vi.6196.1cb6c0cf4b3c1139a67d.js | 3 - .../bundles/vi.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/vi.6342.b10d57db85000499eea6.js | 1 + .../bundles/vi.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/vi.6778.898704366bbf80203168.js | 1 + .../bundles/vi.6822.2553f0a7b9e855d19818.js | 2 + .../bundles/vi.711.39756095aff1185156f5.js | 4 + .../bundles/vi.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/vi.77.99662205014782bfbe4a.js | 2 - .../bundles/vi.8066.a270959f2286392041d2.js | 2 + .../bundles/vi.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/vi.8622.be4640491be38b618773.js | 2 + .../bundles/vi.8697.ad2086b2201fa4064859.js | 10 + .../bundles/vi.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/vi.8884.377844211bfc698fda75.js | 1 - .../bundles/vi.9093.6177e75125d227abd947.js | 1 + .../bundles/vi.9321.1671359f58d2ff832cf2.js | 6 + .../bundles/vi.9871.80491970c40a96588ffd.js | 2 - .../bundles/zh.101.1ba0c5ad0b16dabd22b3.js | 1 + .../bundles/zh.1184.395b2ac17cd90874a52e.js | 6 + .../bundles/zh.1595.220a290106d4596a0d56.js | 2 + .../bundles/zh.1962.8d56cc879a5756e9d707.js | 2 + .../bundles/zh.2238.ad7c65c5745ca775ca4e.js | 1 + .../bundles/zh.2257.09ac20770e5b2983a3ef.js | 3 + .../bundles/zh.2364.7914d0000c3126094add.js | 5 + .../bundles/zh.2427.9e75295442d2edc53485.js | 1 - .../bundles/zh.2521.8eba2dc07079697338fc.js | 2 - .../bundles/zh.2530.d2247175f920e8c91fb8.js | 1 + .../bundles/zh.2646.2000a8257ab64547a896.js | 1 + .../bundles/zh.2684.89c78924594078c4eeb0.js | 1 - .../bundles/zh.2870.9e4c19450f38896bd413.js | 1 + .../bundles/zh.359.50238b99d9574b8e36bf.js | 1 + .../bundles/zh.3753.453e4c91d1197ef94e09.js | 4 - .../bundles/zh.3796.b9226e1fc11c38b5ea3c.js | 1 + .../bundles/zh.4026.7e5fb703c7ef1394cbb4.js | 57 + .../bundles/zh.4040.a5304bbf89a6266624a5.js | 1 + .../bundles/zh.4109.6f675bcd201817cc1de2.js | 1 + .../bundles/zh.4166.3d1ec9bce9575d91f6e4.js | 1 + .../bundles/zh.4703.5cc269fee100087eff40.js | 2 + .../bundles/zh.5008.e5d7d914577969582fa4.js | 33 - .../bundles/zh.5652.afa01acb54a69426de69.js | 1 - .../bundles/zh.5683.0a1cfab5cb07aa9f1543.js | 1 + .../bundles/zh.5757.89555cb21b6f88642d8c.js | 3 + .../bundles/zh.6150.c021afdb0c07beb6ff09.js | 5 + .../bundles/zh.6196.1cb6c0cf4b3c1139a67d.js | 2 - .../bundles/zh.6302.971ec746bc6dc8af0501.js | 1 + .../bundles/zh.6342.b10d57db85000499eea6.js | 1 + .../bundles/zh.6703.aa6e09c5f3e091f34a1a.js | 1 + .../bundles/zh.6778.898704366bbf80203168.js | 1 + .../bundles/zh.6822.2553f0a7b9e855d19818.js | 1 + .../bundles/zh.711.39756095aff1185156f5.js | 3 + .../bundles/zh.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/zh.77.99662205014782bfbe4a.js | 1 - .../bundles/zh.8066.a270959f2286392041d2.js | 2 + .../bundles/zh.8370.bbd01c05e206b293f35f.js | 1 + .../bundles/zh.8622.be4640491be38b618773.js | 2 + .../bundles/zh.8697.ad2086b2201fa4064859.js | 8 + .../bundles/zh.877.dfe0cea64f7544bc509b.js | 1 + .../bundles/zh.8884.377844211bfc698fda75.js | 1 - .../bundles/zh.9093.6177e75125d227abd947.js | 1 + .../bundles/zh.9321.1671359f58d2ff832cf2.js | 5 + .../bundles/zh.9871.80491970c40a96588ffd.js | 2 - .../bundles/zh_TW.101.1ba0c5ad0b16dabd22b3.js | 1 + .../zh_TW.1184.395b2ac17cd90874a52e.js | 6 + .../zh_TW.1595.220a290106d4596a0d56.js | 2 + .../zh_TW.1962.8d56cc879a5756e9d707.js | 2 + .../zh_TW.2238.ad7c65c5745ca775ca4e.js | 1 + .../zh_TW.2257.09ac20770e5b2983a3ef.js | 3 + .../zh_TW.2364.7914d0000c3126094add.js | 5 + .../zh_TW.2427.9e75295442d2edc53485.js | 1 - .../zh_TW.2521.8eba2dc07079697338fc.js | 2 - .../zh_TW.2530.d2247175f920e8c91fb8.js | 1 + .../zh_TW.2646.2000a8257ab64547a896.js | 1 + .../zh_TW.2684.89c78924594078c4eeb0.js | 1 - .../zh_TW.2870.9e4c19450f38896bd413.js | 1 + .../bundles/zh_TW.359.50238b99d9574b8e36bf.js | 1 + .../zh_TW.3753.453e4c91d1197ef94e09.js | 4 - .../zh_TW.3796.b9226e1fc11c38b5ea3c.js | 1 + .../zh_TW.4026.7e5fb703c7ef1394cbb4.js | 58 + .../zh_TW.4040.a5304bbf89a6266624a5.js | 1 + .../zh_TW.4109.6f675bcd201817cc1de2.js | 1 + .../zh_TW.4166.3d1ec9bce9575d91f6e4.js | 1 + .../zh_TW.4703.5cc269fee100087eff40.js | 3 + .../zh_TW.5008.e5d7d914577969582fa4.js | 32 - .../zh_TW.5652.afa01acb54a69426de69.js | 1 - .../zh_TW.5683.0a1cfab5cb07aa9f1543.js | 1 + .../zh_TW.5757.89555cb21b6f88642d8c.js | 3 + .../zh_TW.6150.c021afdb0c07beb6ff09.js | 5 + .../zh_TW.6196.1cb6c0cf4b3c1139a67d.js | 2 - .../zh_TW.6302.971ec746bc6dc8af0501.js | 1 + .../zh_TW.6342.b10d57db85000499eea6.js | 1 + .../zh_TW.6703.aa6e09c5f3e091f34a1a.js | 1 + .../zh_TW.6778.898704366bbf80203168.js | 1 + .../zh_TW.6822.2553f0a7b9e855d19818.js | 1 + .../bundles/zh_TW.711.39756095aff1185156f5.js | 3 + .../zh_TW.7201.d9e269cc77c4bebf986c.js | 1 - .../bundles/zh_TW.77.99662205014782bfbe4a.js | 1 - .../zh_TW.8066.a270959f2286392041d2.js | 2 + .../zh_TW.8370.bbd01c05e206b293f35f.js | 1 + .../zh_TW.8622.be4640491be38b618773.js | 2 + .../zh_TW.8697.ad2086b2201fa4064859.js | 9 + .../bundles/zh_TW.877.dfe0cea64f7544bc509b.js | 1 + .../zh_TW.8884.377844211bfc698fda75.js | 1 - .../zh_TW.9093.6177e75125d227abd947.js | 1 + .../zh_TW.9321.1671359f58d2ff832cf2.js | 5 + .../zh_TW.9871.80491970c40a96588ffd.js | 2 - .../charting_library/charting_library.cjs.js | 2 +- public/charting_library/charting_library.d.ts | 13314 ++++++++++++++-- .../charting_library/charting_library.esm.js | 2 +- public/charting_library/charting_library.js | 2 +- .../charting_library.standalone.js | 2 +- public/charting_library/css/styles.css | 32 - public/charting_library/datafeed-api.d.ts | 230 +- public/charting_library/package.json | 2 +- utils/date.ts | 7 +- utils/market.ts | 2 +- 1722 files changed, 19242 insertions(+), 5423 deletions(-) create mode 100644 app/trade/_components/orderbook/trade-history/schema.ts create mode 100644 app/trade/_components/orderbook/trade-history/trades.tsx create mode 100644 app/trade/_components/orderbook/trade-history/use-table.tsx create mode 100644 app/trade/_components/orderbook/trade-history/use-trade-history.ts create mode 100644 components/trading-view/datafeed.ts create mode 100644 components/trading-view/sample.js delete mode 100644 providers/market.new.tsx delete mode 100644 public/charting_library/bundles/1013.01583b91f7384f25e038.css delete mode 100644 public/charting_library/bundles/1013.01583b91f7384f25e038.rtl.css delete mode 100644 public/charting_library/bundles/1044.c0b266912178dd5523e1.js delete mode 100644 public/charting_library/bundles/1054.d5b8033c360af91ed458.css delete mode 100644 public/charting_library/bundles/1054.d5b8033c360af91ed458.rtl.css delete mode 100644 public/charting_library/bundles/1109.ec16a629917db2baf412.css delete mode 100644 public/charting_library/bundles/1109.ec16a629917db2baf412.rtl.css create mode 100644 public/charting_library/bundles/1227.68542dac293294290d44.css create mode 100644 public/charting_library/bundles/1227.68542dac293294290d44.rtl.css create mode 100644 public/charting_library/bundles/1259.b80c727a6df944a103fe.css create mode 100644 public/charting_library/bundles/1259.b80c727a6df944a103fe.rtl.css create mode 100644 public/charting_library/bundles/1298.d597f50113da0645dcf5.css create mode 100644 public/charting_library/bundles/1298.d597f50113da0645dcf5.rtl.css create mode 100644 public/charting_library/bundles/1335.5f0edd452b4452a9eaf4.css create mode 100644 public/charting_library/bundles/1335.5f0edd452b4452a9eaf4.rtl.css delete mode 100644 public/charting_library/bundles/1365.0116666d16b5bc64c47a.css delete mode 100644 public/charting_library/bundles/1365.0116666d16b5bc64c47a.rtl.css create mode 100644 public/charting_library/bundles/1398.d778724528a9b5665050.css create mode 100644 public/charting_library/bundles/1398.d778724528a9b5665050.rtl.css create mode 100644 public/charting_library/bundles/1538.b6bc85c0060285eaeced.css create mode 100644 public/charting_library/bundles/1538.b6bc85c0060285eaeced.rtl.css create mode 100644 public/charting_library/bundles/1729.0f1e7f0f19efe1232ab6.css create mode 100644 public/charting_library/bundles/1729.0f1e7f0f19efe1232ab6.rtl.css delete mode 100644 public/charting_library/bundles/1762.7ff6b353c441db2276da.css delete mode 100644 public/charting_library/bundles/1762.7ff6b353c441db2276da.rtl.css create mode 100644 public/charting_library/bundles/1782.637b414d2efcd03840f5.css create mode 100644 public/charting_library/bundles/1782.637b414d2efcd03840f5.rtl.css delete mode 100644 public/charting_library/bundles/1803.d4e74e1d1b3b8dd5cf2b.css delete mode 100644 public/charting_library/bundles/1803.d4e74e1d1b3b8dd5cf2b.rtl.css delete mode 100644 public/charting_library/bundles/2020.5b2c075133de85a92a00.js create mode 100644 public/charting_library/bundles/2038.9fc99258845013ecf959.css create mode 100644 public/charting_library/bundles/2038.9fc99258845013ecf959.rtl.css create mode 100644 public/charting_library/bundles/2079.f2a9f3dd7d4f8cb9f2fc.js create mode 100644 public/charting_library/bundles/2106.407cb827c0acab444e09.css create mode 100644 public/charting_library/bundles/2106.407cb827c0acab444e09.rtl.css delete mode 100644 public/charting_library/bundles/2109.39627406fe95483ff7db.css delete mode 100644 public/charting_library/bundles/2109.39627406fe95483ff7db.rtl.css create mode 100644 public/charting_library/bundles/2153.302cc6392cc9f067008b.css create mode 100644 public/charting_library/bundles/2153.302cc6392cc9f067008b.rtl.css create mode 100644 public/charting_library/bundles/2157.d1cab62b805a1a6282a1.js delete mode 100644 public/charting_library/bundles/2191.6563d97efc3339a1e518.css delete mode 100644 public/charting_library/bundles/2191.6563d97efc3339a1e518.rtl.css create mode 100644 public/charting_library/bundles/2198.2762b6c7b8aaa0156d33.css create mode 100644 public/charting_library/bundles/2198.2762b6c7b8aaa0156d33.rtl.css create mode 100644 public/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.css create mode 100644 public/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.rtl.css rename public/charting_library/bundles/{962.e2eb6a85de39a3d76e5d.js => 2227.e46f1f2d53203e1fb152.js} (66%) create mode 100644 public/charting_library/bundles/223.103e68709eae15d3109a.css create mode 100644 public/charting_library/bundles/223.103e68709eae15d3109a.rtl.css rename public/charting_library/bundles/{6.362fa6a7ab1f3e3b06c4.css => 2248.362fa6a7ab1f3e3b06c4.css} (74%) rename public/charting_library/bundles/{6.362fa6a7ab1f3e3b06c4.rtl.css => 2248.362fa6a7ab1f3e3b06c4.rtl.css} (75%) delete mode 100644 public/charting_library/bundles/2260.b98824e4829a1aa9b444.css delete mode 100644 public/charting_library/bundles/2260.b98824e4829a1aa9b444.rtl.css create mode 100644 public/charting_library/bundles/2264.1e73b010b4ad6956c0d3.js create mode 100644 public/charting_library/bundles/2417.7835cfcd422c2f0478a4.css create mode 100644 public/charting_library/bundles/2417.7835cfcd422c2f0478a4.rtl.css delete mode 100644 public/charting_library/bundles/2587.1f1100dc01693edfe269.css delete mode 100644 public/charting_library/bundles/2587.1f1100dc01693edfe269.rtl.css create mode 100644 public/charting_library/bundles/2603.67a756e92dbe51a30f72.css create mode 100644 public/charting_library/bundles/2603.67a756e92dbe51a30f72.rtl.css delete mode 100644 public/charting_library/bundles/2639.c87f745c32020e3a8cff.css delete mode 100644 public/charting_library/bundles/2639.c87f745c32020e3a8cff.rtl.css delete mode 100644 public/charting_library/bundles/2676.2d3cabbd39a3b0d6e9ea.css delete mode 100644 public/charting_library/bundles/2676.2d3cabbd39a3b0d6e9ea.rtl.css delete mode 100644 public/charting_library/bundles/2731.df45c9c18811872fec07.css delete mode 100644 public/charting_library/bundles/2731.df45c9c18811872fec07.rtl.css create mode 100644 public/charting_library/bundles/2751.afbce9c409b45fa8e482.js create mode 100644 public/charting_library/bundles/2841.9384677f17d8e3fe6f1e.css create mode 100644 public/charting_library/bundles/2841.9384677f17d8e3fe6f1e.rtl.css create mode 100644 public/charting_library/bundles/291.cdb1f8bec5b9d4688794.css create mode 100644 public/charting_library/bundles/291.cdb1f8bec5b9d4688794.rtl.css create mode 100644 public/charting_library/bundles/2950.f052bbea83b78b27ffba.css create mode 100644 public/charting_library/bundles/2950.f052bbea83b78b27ffba.rtl.css delete mode 100644 public/charting_library/bundles/3016.a208448f3cc9c2faa231.js create mode 100644 public/charting_library/bundles/302.f0da356af4ffe12ac66d.css create mode 100644 public/charting_library/bundles/302.f0da356af4ffe12ac66d.rtl.css delete mode 100644 public/charting_library/bundles/306.6c2d5d0bc3a42274d1e6.js rename public/charting_library/bundles/{2666.fbb750fd312778403036.css => 3060.fbb750fd312778403036.css} (100%) rename public/charting_library/bundles/{2666.fbb750fd312778403036.rtl.css => 3060.fbb750fd312778403036.rtl.css} (100%) delete mode 100644 public/charting_library/bundles/3066.2acb4b086c32c9448837.css delete mode 100644 public/charting_library/bundles/3066.2acb4b086c32c9448837.rtl.css create mode 100644 public/charting_library/bundles/3098.e317e819fbead3a8b108.js create mode 100644 public/charting_library/bundles/3114.74916a9532052e2cfa84.css create mode 100644 public/charting_library/bundles/3114.74916a9532052e2cfa84.rtl.css delete mode 100644 public/charting_library/bundles/3179.b87763465b433e5b66fd.js create mode 100644 public/charting_library/bundles/3204.bd0eb51c8ff7ca736c6b.css create mode 100644 public/charting_library/bundles/3204.bd0eb51c8ff7ca736c6b.rtl.css delete mode 100644 public/charting_library/bundles/3291.f260c9805e8664fe86e1.js create mode 100644 public/charting_library/bundles/3443.937a37795af03888d64a.js delete mode 100644 public/charting_library/bundles/3502.c49903f7222870ff8aca.css delete mode 100644 public/charting_library/bundles/3502.c49903f7222870ff8aca.rtl.css create mode 100644 public/charting_library/bundles/3504.6d6bf3e942233dfe76b7.js delete mode 100644 public/charting_library/bundles/3515.2f722d33cebe31a154b1.css delete mode 100644 public/charting_library/bundles/3515.2f722d33cebe31a154b1.rtl.css create mode 100644 public/charting_library/bundles/3538.7894b0f2ada5563099b2.css create mode 100644 public/charting_library/bundles/3538.7894b0f2ada5563099b2.rtl.css create mode 100644 public/charting_library/bundles/3547.2cd7133d1e05f50985a5.css create mode 100644 public/charting_library/bundles/3547.2cd7133d1e05f50985a5.rtl.css create mode 100644 public/charting_library/bundles/361.0b7d3fd5d9c0b7234428.js delete mode 100644 public/charting_library/bundles/3610.62c553543d76c38edfbc.css delete mode 100644 public/charting_library/bundles/3610.62c553543d76c38edfbc.rtl.css create mode 100644 public/charting_library/bundles/3645.ca58330494e035ef62ab.css create mode 100644 public/charting_library/bundles/3645.ca58330494e035ef62ab.rtl.css delete mode 100644 public/charting_library/bundles/3717.da244b56f00e05470918.css delete mode 100644 public/charting_library/bundles/3717.da244b56f00e05470918.rtl.css create mode 100644 public/charting_library/bundles/3762.2ec6c50ea553cf1e0197.css create mode 100644 public/charting_library/bundles/3762.2ec6c50ea553cf1e0197.rtl.css delete mode 100644 public/charting_library/bundles/3842.6a8a7842ee841f6d2cff.css delete mode 100644 public/charting_library/bundles/3842.6a8a7842ee841f6d2cff.rtl.css delete mode 100644 public/charting_library/bundles/3843.f5d90040192528c9391b.css delete mode 100644 public/charting_library/bundles/3843.f5d90040192528c9391b.rtl.css delete mode 100644 public/charting_library/bundles/3889.a2646d6c3b33d166eee2.css delete mode 100644 public/charting_library/bundles/3889.a2646d6c3b33d166eee2.rtl.css delete mode 100644 public/charting_library/bundles/3896.019229d7d874e1da11be.css delete mode 100644 public/charting_library/bundles/3896.019229d7d874e1da11be.rtl.css create mode 100644 public/charting_library/bundles/3925.ef38c420d36b7b1a83af.css create mode 100644 public/charting_library/bundles/3925.ef38c420d36b7b1a83af.rtl.css delete mode 100644 public/charting_library/bundles/3980.b2ff45a2d8bb6a131d7c.css delete mode 100644 public/charting_library/bundles/3980.b2ff45a2d8bb6a131d7c.rtl.css delete mode 100644 public/charting_library/bundles/3986.aee89bf9b2348c0d0d7f.js delete mode 100644 public/charting_library/bundles/4015.1d0e3a62a59d173c81f3.css delete mode 100644 public/charting_library/bundles/4015.1d0e3a62a59d173c81f3.rtl.css delete mode 100644 public/charting_library/bundles/4062.9229fac3ef3db26fd5bc.js create mode 100644 public/charting_library/bundles/412.c71231d81b196034eefa.css create mode 100644 public/charting_library/bundles/412.c71231d81b196034eefa.rtl.css delete mode 100644 public/charting_library/bundles/4215.d24836a292b1969ab4bb.css delete mode 100644 public/charting_library/bundles/4215.d24836a292b1969ab4bb.rtl.css delete mode 100644 public/charting_library/bundles/4378.a2a37780b99d50d784f7.js delete mode 100644 public/charting_library/bundles/4387.5c4d8173fa4f7c40b528.css delete mode 100644 public/charting_library/bundles/4387.5c4d8173fa4f7c40b528.rtl.css create mode 100644 public/charting_library/bundles/4392.f247c8bc262c51d15d8e.css create mode 100644 public/charting_library/bundles/4392.f247c8bc262c51d15d8e.rtl.css delete mode 100644 public/charting_library/bundles/4403.fc4cac3ecee3925b9ec2.js create mode 100644 public/charting_library/bundles/4447.f947855b7ae01dfb68f8.css create mode 100644 public/charting_library/bundles/4447.f947855b7ae01dfb68f8.rtl.css create mode 100644 public/charting_library/bundles/4482.16271fb05e3810665417.js create mode 100644 public/charting_library/bundles/4632.c0ade5e298b9c20b0703.css create mode 100644 public/charting_library/bundles/4632.c0ade5e298b9c20b0703.rtl.css delete mode 100644 public/charting_library/bundles/4713.365b703a3ce33b603ace.js delete mode 100644 public/charting_library/bundles/4717.ff71583495773a86dd1b.js create mode 100644 public/charting_library/bundles/4774.94117311dcd036db8fc3.js create mode 100644 public/charting_library/bundles/4804.9c7c6cdbdae147cda6aa.js create mode 100644 public/charting_library/bundles/4814.8f9f36a0b818caadd4c6.css create mode 100644 public/charting_library/bundles/4814.8f9f36a0b818caadd4c6.rtl.css delete mode 100644 public/charting_library/bundles/4894.cc39b3740f4022cbd5cf.css delete mode 100644 public/charting_library/bundles/4894.cc39b3740f4022cbd5cf.rtl.css create mode 100644 public/charting_library/bundles/4959.bbafa4b076f2c64bd203.css create mode 100644 public/charting_library/bundles/4959.bbafa4b076f2c64bd203.rtl.css delete mode 100644 public/charting_library/bundles/4987.861f49973c19dc84365b.css delete mode 100644 public/charting_library/bundles/4987.861f49973c19dc84365b.rtl.css create mode 100644 public/charting_library/bundles/5075.8b3ee5b294c55402c5c7.js delete mode 100644 public/charting_library/bundles/5145.a2b224fd27ab2941c565.css delete mode 100644 public/charting_library/bundles/5145.a2b224fd27ab2941c565.rtl.css delete mode 100644 public/charting_library/bundles/5163.8dc3fd2d8bb68b7d880e.css delete mode 100644 public/charting_library/bundles/5163.8dc3fd2d8bb68b7d880e.rtl.css delete mode 100644 public/charting_library/bundles/5403.d6bd43a35209059f1060.css delete mode 100644 public/charting_library/bundles/5403.d6bd43a35209059f1060.rtl.css create mode 100644 public/charting_library/bundles/5446.24be1f27837a64b8646b.css create mode 100644 public/charting_library/bundles/5446.24be1f27837a64b8646b.rtl.css create mode 100644 public/charting_library/bundles/5450.707e20d380c5cdb04626.js create mode 100644 public/charting_library/bundles/5458.0ad67886dc6df4a03094.css create mode 100644 public/charting_library/bundles/5458.0ad67886dc6df4a03094.rtl.css create mode 100644 public/charting_library/bundles/55.fbe45f08e8a580b70f48.css create mode 100644 public/charting_library/bundles/55.fbe45f08e8a580b70f48.rtl.css create mode 100644 public/charting_library/bundles/5514.81333b83f4e18e9cde99.css create mode 100644 public/charting_library/bundles/5514.81333b83f4e18e9cde99.rtl.css rename public/charting_library/bundles/{1033.5197f9f8b8500206d06c.rtl.css => 5546.681a9e7b91dfc741f79f.css} (65%) rename public/charting_library/bundles/{1033.5197f9f8b8500206d06c.css => 5546.681a9e7b91dfc741f79f.rtl.css} (65%) create mode 100644 public/charting_library/bundles/5622.b8f2257b27ac82b2d12e.css create mode 100644 public/charting_library/bundles/5622.b8f2257b27ac82b2d12e.rtl.css delete mode 100644 public/charting_library/bundles/5649.b60ed09c5ea8c55827d4.css delete mode 100644 public/charting_library/bundles/5649.b60ed09c5ea8c55827d4.rtl.css create mode 100644 public/charting_library/bundles/5666.234fdce3b58e2b7f4b38.css create mode 100644 public/charting_library/bundles/5666.234fdce3b58e2b7f4b38.rtl.css delete mode 100644 public/charting_library/bundles/5711.17ff8f0322d7ffb8cabe.js create mode 100644 public/charting_library/bundles/5715.5f6b9b0b26b050b9aaaf.js delete mode 100644 public/charting_library/bundles/5866.c89b7fc29afe92efc1f3.css delete mode 100644 public/charting_library/bundles/5866.c89b7fc29afe92efc1f3.rtl.css delete mode 100644 public/charting_library/bundles/5871.1571b33c7b086a73eadd.js create mode 100644 public/charting_library/bundles/5877.e211c1f134e8a786af4f.css create mode 100644 public/charting_library/bundles/5877.e211c1f134e8a786af4f.rtl.css create mode 100644 public/charting_library/bundles/5883.86db8dd61a862770480d.css create mode 100644 public/charting_library/bundles/5883.86db8dd61a862770480d.rtl.css delete mode 100644 public/charting_library/bundles/5899.610e274e70fffca8c232.js delete mode 100644 public/charting_library/bundles/5901.b074e295a11d37d7243b.js create mode 100644 public/charting_library/bundles/5922.fbf362211645ecd654fa.css create mode 100644 public/charting_library/bundles/5922.fbf362211645ecd654fa.rtl.css delete mode 100644 public/charting_library/bundles/5993.d3e96a56dd65b0b2db55.css delete mode 100644 public/charting_library/bundles/5993.d3e96a56dd65b0b2db55.rtl.css create mode 100644 public/charting_library/bundles/6014.2fec107692917fa3b96b.js delete mode 100644 public/charting_library/bundles/6025.263b457b1a7f9ca139b2.css delete mode 100644 public/charting_library/bundles/6025.263b457b1a7f9ca139b2.rtl.css delete mode 100644 public/charting_library/bundles/6036.3b493a9f0ab052e6447c.css delete mode 100644 public/charting_library/bundles/6036.3b493a9f0ab052e6447c.rtl.css create mode 100644 public/charting_library/bundles/6085.7b1bd95c4ea1c9f8ad7a.css create mode 100644 public/charting_library/bundles/6085.7b1bd95c4ea1c9f8ad7a.rtl.css create mode 100644 public/charting_library/bundles/61.6420f5b2ff091a8d8a5f.css create mode 100644 public/charting_library/bundles/61.6420f5b2ff091a8d8a5f.rtl.css delete mode 100644 public/charting_library/bundles/6106.cf6f129517250c80b39f.css delete mode 100644 public/charting_library/bundles/6106.cf6f129517250c80b39f.rtl.css rename public/charting_library/bundles/{5166.a12c50ad6225ca6de843.css => 6107.b8b526751e7230cd2e69.css} (98%) rename public/charting_library/bundles/{5166.a12c50ad6225ca6de843.rtl.css => 6107.b8b526751e7230cd2e69.rtl.css} (98%) delete mode 100644 public/charting_library/bundles/6214.65b7dbf8be6cca5ac143.css delete mode 100644 public/charting_library/bundles/6214.65b7dbf8be6cca5ac143.rtl.css create mode 100644 public/charting_library/bundles/6220.b02054ace78f1bbd7ab4.css create mode 100644 public/charting_library/bundles/6220.b02054ace78f1bbd7ab4.rtl.css delete mode 100644 public/charting_library/bundles/6221.25d30f095d6a54fbf276.css delete mode 100644 public/charting_library/bundles/6221.25d30f095d6a54fbf276.rtl.css create mode 100644 public/charting_library/bundles/6246.3ecbd24f95eff1b7dd4f.css create mode 100644 public/charting_library/bundles/6246.3ecbd24f95eff1b7dd4f.rtl.css rename public/charting_library/bundles/{769.ed387b8b1bd93b7c0b7e.js => 6408.53f95c8edf441cf41f5e.js} (60%) delete mode 100644 public/charting_library/bundles/6494.e9af15c073886bef781b.css delete mode 100644 public/charting_library/bundles/6494.e9af15c073886bef781b.rtl.css create mode 100644 public/charting_library/bundles/6625.8ead11e183058d3b8778.css create mode 100644 public/charting_library/bundles/6625.8ead11e183058d3b8778.rtl.css delete mode 100644 public/charting_library/bundles/6625.cd54dd2a77c47eb6003d.css delete mode 100644 public/charting_library/bundles/6625.cd54dd2a77c47eb6003d.rtl.css delete mode 100644 public/charting_library/bundles/6639.cea47dbe77ae73ace44b.css delete mode 100644 public/charting_library/bundles/6639.cea47dbe77ae73ace44b.rtl.css create mode 100644 public/charting_library/bundles/6665.0c4a6582bd484370f525.css create mode 100644 public/charting_library/bundles/6665.0c4a6582bd484370f525.rtl.css delete mode 100644 public/charting_library/bundles/6752.207eb3cc75b3ed2c6754.css delete mode 100644 public/charting_library/bundles/6752.207eb3cc75b3ed2c6754.rtl.css delete mode 100644 public/charting_library/bundles/6831.ac1745947bd2665f6c9a.css delete mode 100644 public/charting_library/bundles/6831.ac1745947bd2665f6c9a.rtl.css delete mode 100644 public/charting_library/bundles/6884.bb7d30a7bbbe5af36556.css delete mode 100644 public/charting_library/bundles/6884.bb7d30a7bbbe5af36556.rtl.css delete mode 100644 public/charting_library/bundles/6925.43e91cba4f1aefba5311.css delete mode 100644 public/charting_library/bundles/6925.43e91cba4f1aefba5311.rtl.css delete mode 100644 public/charting_library/bundles/6949.19355e81a60b640ea097.css delete mode 100644 public/charting_library/bundles/6949.19355e81a60b640ea097.rtl.css create mode 100644 public/charting_library/bundles/6955.d365d11fe6e348cae0ec.css create mode 100644 public/charting_library/bundles/6955.d365d11fe6e348cae0ec.rtl.css delete mode 100644 public/charting_library/bundles/6959.0cd4b06da6b4fd1fcc56.css delete mode 100644 public/charting_library/bundles/6959.0cd4b06da6b4fd1fcc56.rtl.css create mode 100644 public/charting_library/bundles/7092.505a377d19e2d0f1294f.css create mode 100644 public/charting_library/bundles/7092.505a377d19e2d0f1294f.rtl.css create mode 100644 public/charting_library/bundles/71.cfe59e9cc92d04ef185d.css create mode 100644 public/charting_library/bundles/71.cfe59e9cc92d04ef185d.rtl.css delete mode 100644 public/charting_library/bundles/7111.b16b4eb739a7e8577559.css delete mode 100644 public/charting_library/bundles/7111.b16b4eb739a7e8577559.rtl.css create mode 100644 public/charting_library/bundles/7125.ee8a75f271c0eade9d69.css create mode 100644 public/charting_library/bundles/7125.ee8a75f271c0eade9d69.rtl.css delete mode 100644 public/charting_library/bundles/7149.12adbb19fdefe9b66b18.css delete mode 100644 public/charting_library/bundles/7149.12adbb19fdefe9b66b18.rtl.css delete mode 100644 public/charting_library/bundles/7194.e04f69c8933166966874.css delete mode 100644 public/charting_library/bundles/7194.e04f69c8933166966874.rtl.css create mode 100644 public/charting_library/bundles/7223.a5a98f21c4a7b2ef69f7.js delete mode 100644 public/charting_library/bundles/7232.dfa17050a6458c8bf3da.css delete mode 100644 public/charting_library/bundles/7232.dfa17050a6458c8bf3da.rtl.css create mode 100644 public/charting_library/bundles/7241.6134620811847ea8ea05.css create mode 100644 public/charting_library/bundles/7241.6134620811847ea8ea05.rtl.css rename public/charting_library/bundles/{9401.4792ed983286dcafa79b.js => 7346.b02c4b5d2d08b5be4162.js} (67%) delete mode 100644 public/charting_library/bundles/7350.00632eec360f0cf2d9a0.css delete mode 100644 public/charting_library/bundles/7350.00632eec360f0cf2d9a0.rtl.css create mode 100644 public/charting_library/bundles/7353.3aff08076e0bff7df116.css create mode 100644 public/charting_library/bundles/7353.3aff08076e0bff7df116.rtl.css delete mode 100644 public/charting_library/bundles/7391.9c809fa91ed0c8f75bc0.css delete mode 100644 public/charting_library/bundles/7391.9c809fa91ed0c8f75bc0.rtl.css create mode 100644 public/charting_library/bundles/7399.bdaaf55cfdf2cf1aca38.css create mode 100644 public/charting_library/bundles/7399.bdaaf55cfdf2cf1aca38.rtl.css delete mode 100644 public/charting_library/bundles/7413.f830ad1ad6ee6f9b1cb3.css delete mode 100644 public/charting_library/bundles/7413.f830ad1ad6ee6f9b1cb3.rtl.css create mode 100644 public/charting_library/bundles/7528.79eb8932f26b90cc0746.css create mode 100644 public/charting_library/bundles/7528.79eb8932f26b90cc0746.rtl.css create mode 100644 public/charting_library/bundles/7530.fd97c91a6994393f8c34.css create mode 100644 public/charting_library/bundles/7530.fd97c91a6994393f8c34.rtl.css delete mode 100644 public/charting_library/bundles/7555.8c1e3939e7666b0f8c69.css delete mode 100644 public/charting_library/bundles/7555.8c1e3939e7666b0f8c69.rtl.css create mode 100644 public/charting_library/bundles/7727.51511f925000b99093e3.css create mode 100644 public/charting_library/bundles/7727.51511f925000b99093e3.rtl.css create mode 100644 public/charting_library/bundles/7746.8c7ce523e0bf413e28f8.js create mode 100644 public/charting_library/bundles/7769.687807fe02a928ff5a51.css create mode 100644 public/charting_library/bundles/7769.687807fe02a928ff5a51.rtl.css create mode 100644 public/charting_library/bundles/7811.bc4bc25228d45f97e53e.css create mode 100644 public/charting_library/bundles/7811.bc4bc25228d45f97e53e.rtl.css create mode 100644 public/charting_library/bundles/7844.459b24d0a3ebd19f4872.css create mode 100644 public/charting_library/bundles/7844.459b24d0a3ebd19f4872.rtl.css delete mode 100644 public/charting_library/bundles/7871.fff454908cba03863eb7.css delete mode 100644 public/charting_library/bundles/7871.fff454908cba03863eb7.rtl.css create mode 100644 public/charting_library/bundles/7902.bd66a7acb8da83298887.css create mode 100644 public/charting_library/bundles/7902.bd66a7acb8da83298887.rtl.css delete mode 100644 public/charting_library/bundles/8056.a83d512c1dc2173349a1.css delete mode 100644 public/charting_library/bundles/8056.a83d512c1dc2173349a1.rtl.css create mode 100644 public/charting_library/bundles/8065.3a61b8e1d0959436a7ef.css create mode 100644 public/charting_library/bundles/8065.3a61b8e1d0959436a7ef.rtl.css create mode 100644 public/charting_library/bundles/8073.4e8847f52f692b35ff45.css create mode 100644 public/charting_library/bundles/8073.4e8847f52f692b35ff45.rtl.css create mode 100644 public/charting_library/bundles/8077.abb400ed43eea3166fbf.css create mode 100644 public/charting_library/bundles/8077.abb400ed43eea3166fbf.rtl.css delete mode 100644 public/charting_library/bundles/8115.aef220eae07f8df278f7.js delete mode 100644 public/charting_library/bundles/8149.21f2b01074a4d082e268.css delete mode 100644 public/charting_library/bundles/8149.21f2b01074a4d082e268.rtl.css delete mode 100644 public/charting_library/bundles/8167.fd915cf05676c668486e.js create mode 100644 public/charting_library/bundles/8278.d3762b4f1a1711abe319.js create mode 100644 public/charting_library/bundles/8316.7f1805a45329003b0966.css create mode 100644 public/charting_library/bundles/8316.7f1805a45329003b0966.rtl.css delete mode 100644 public/charting_library/bundles/8321.5186ae7b5283c45b9aa2.js delete mode 100644 public/charting_library/bundles/8385.32e961c4a8591abe04cd.js delete mode 100644 public/charting_library/bundles/8399.525ea48565b11d84e370.css delete mode 100644 public/charting_library/bundles/8399.525ea48565b11d84e370.rtl.css create mode 100644 public/charting_library/bundles/8432.c18381bc85b04ca9ccc7.css create mode 100644 public/charting_library/bundles/8432.c18381bc85b04ca9ccc7.rtl.css rename public/charting_library/bundles/{3939.4d0187960a564ff5a557.css => 8467.683a2458d61cd83980b6.css} (54%) rename public/charting_library/bundles/{3939.4d0187960a564ff5a557.rtl.css => 8467.683a2458d61cd83980b6.rtl.css} (54%) delete mode 100644 public/charting_library/bundles/855.26e8cce3ad082b02cc26.css delete mode 100644 public/charting_library/bundles/855.26e8cce3ad082b02cc26.rtl.css rename public/charting_library/bundles/{524.ef662c4bc3e57dd91171.css => 8596.b84315f4350430cdb348.css} (93%) rename public/charting_library/bundles/{524.ef662c4bc3e57dd91171.rtl.css => 8596.b84315f4350430cdb348.rtl.css} (93%) create mode 100644 public/charting_library/bundles/8722.38f718c32ecc5d2a148c.css create mode 100644 public/charting_library/bundles/8722.38f718c32ecc5d2a148c.rtl.css create mode 100644 public/charting_library/bundles/8732.c64d758dad3d1c98dd39.css create mode 100644 public/charting_library/bundles/8732.c64d758dad3d1c98dd39.rtl.css create mode 100644 public/charting_library/bundles/8775.2071de405f3a4c584501.css create mode 100644 public/charting_library/bundles/8775.2071de405f3a4c584501.rtl.css create mode 100644 public/charting_library/bundles/8843.79dc7cad0f9ac7a07eb5.css create mode 100644 public/charting_library/bundles/8843.79dc7cad0f9ac7a07eb5.rtl.css create mode 100644 public/charting_library/bundles/889.21219e9cb2ac6cf1923e.css create mode 100644 public/charting_library/bundles/889.21219e9cb2ac6cf1923e.rtl.css delete mode 100644 public/charting_library/bundles/8904.a302177fe7e3ccd50cb0.css delete mode 100644 public/charting_library/bundles/8904.a302177fe7e3ccd50cb0.rtl.css delete mode 100644 public/charting_library/bundles/898.f909d7c1efc95f635922.css delete mode 100644 public/charting_library/bundles/898.f909d7c1efc95f635922.rtl.css delete mode 100644 public/charting_library/bundles/9138.03b8fbcfabcae851949a.css delete mode 100644 public/charting_library/bundles/9138.03b8fbcfabcae851949a.rtl.css create mode 100644 public/charting_library/bundles/9259.dbe21dc892e62e500e95.css create mode 100644 public/charting_library/bundles/9259.dbe21dc892e62e500e95.rtl.css create mode 100644 public/charting_library/bundles/9275.5f5074179a4a1a2fbab9.css create mode 100644 public/charting_library/bundles/9275.5f5074179a4a1a2fbab9.rtl.css delete mode 100644 public/charting_library/bundles/9322.beec29aa1b9aa9601ccf.css delete mode 100644 public/charting_library/bundles/9322.beec29aa1b9aa9601ccf.rtl.css delete mode 100644 public/charting_library/bundles/9327.209b21b1c7a9733ae8ab.css delete mode 100644 public/charting_library/bundles/9327.209b21b1c7a9733ae8ab.rtl.css create mode 100644 public/charting_library/bundles/9370.112f4e73192a88ff71b8.js create mode 100644 public/charting_library/bundles/9476.61e084db0b1f1178a85a.css create mode 100644 public/charting_library/bundles/9476.61e084db0b1f1178a85a.rtl.css create mode 100644 public/charting_library/bundles/9486.8577632fdab29ee53ddf.css create mode 100644 public/charting_library/bundles/9486.8577632fdab29ee53ddf.rtl.css create mode 100644 public/charting_library/bundles/9662.03109f673cda5962c847.css create mode 100644 public/charting_library/bundles/9662.03109f673cda5962c847.rtl.css delete mode 100644 public/charting_library/bundles/9727.97af4991457cce9f6c62.js delete mode 100644 public/charting_library/bundles/9789.cb5ad20bc727d3820b6c.css delete mode 100644 public/charting_library/bundles/9789.cb5ad20bc727d3820b6c.rtl.css delete mode 100644 public/charting_library/bundles/9795.2d6cc9343b34223a551b.js create mode 100644 public/charting_library/bundles/9796.0efc740bbb6e80b6cee1.css create mode 100644 public/charting_library/bundles/9796.0efc740bbb6e80b6cee1.rtl.css delete mode 100644 public/charting_library/bundles/9842.2f8e5864b0d72a886373.css delete mode 100644 public/charting_library/bundles/9842.2f8e5864b0d72a886373.rtl.css delete mode 100644 public/charting_library/bundles/9916.60c48148a54dba9504a0.css delete mode 100644 public/charting_library/bundles/9916.60c48148a54dba9504a0.rtl.css create mode 100644 public/charting_library/bundles/9978.48bdee1c05feaec65062.css create mode 100644 public/charting_library/bundles/9978.48bdee1c05feaec65062.rtl.css create mode 100644 public/charting_library/bundles/add-compare-dialog.2cc982d9b1e8e99945fe.js delete mode 100644 public/charting_library/bundles/add-compare-dialog.f9dfb2d8c088196803c5.js create mode 100644 public/charting_library/bundles/ar.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/ar.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/ar.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/ar.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/ar.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/ar.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/ar.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/ar.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/ar.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/ar.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/ar.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/ar.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/ar.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/ar.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/ar.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/ar.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/ar.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/ar.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/ar.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/ar.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/ar.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/ar.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/ar.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/ar.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/ar.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/ar.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/ar.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/ar.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/ar.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/ar.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/ar.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/ar.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/ar.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/ar.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/ar.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/ar.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/ar.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/ar.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/ar.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/ar.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/ar.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/ar.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/ar.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/ar.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/ca_ES.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/ca_ES.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/ca_ES.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/ca_ES.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/ca_ES.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/ca_ES.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/ca_ES.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/ca_ES.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/ca_ES.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/ca_ES.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/ca_ES.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/ca_ES.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/ca_ES.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/ca_ES.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/ca_ES.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/ca_ES.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/ca_ES.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/ca_ES.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/ca_ES.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/ca_ES.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/ca_ES.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/ca_ES.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/ca_ES.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/ca_ES.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/ca_ES.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/ca_ES.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/ca_ES.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/ca_ES.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/ca_ES.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/ca_ES.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/ca_ES.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/ca_ES.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/ca_ES.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/ca_ES.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/ca_ES.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/ca_ES.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/ca_ES.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/ca_ES.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/ca_ES.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/ca_ES.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/ca_ES.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/ca_ES.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/ca_ES.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/ca_ES.9871.80491970c40a96588ffd.js delete mode 100644 public/charting_library/bundles/change-interval-dialog.53c155e0d72b7d0f0e3d.js create mode 100644 public/charting_library/bundles/change-interval-dialog.daec8d3a7b6905b9234b.js delete mode 100644 public/charting_library/bundles/chart-bottom-toolbar.25497674c364b33c2599.js create mode 100644 public/charting_library/bundles/chart-bottom-toolbar.44c5ff5339e5cebbbf16.js create mode 100644 public/charting_library/bundles/chart-event-hint.316fbf4876a37053079b.js delete mode 100644 public/charting_library/bundles/chart-event-hint.8b7dc7926d170fc11eac.js create mode 100644 public/charting_library/bundles/chart-screenshot-hint.b3f237e44d9bf442a7f7.js delete mode 100644 public/charting_library/bundles/chart-screenshot-hint.bfb76cc7578ab709169b.js create mode 100644 public/charting_library/bundles/chart-storage-external-adapter.9c1267d07e48b8d8f53f.js create mode 100644 public/charting_library/bundles/chart-storage-library-http.30c4bc9701c3b3a3f587.js create mode 100644 public/charting_library/bundles/chart-text-editor-renderer.8e4cca2d8edbaa930b6a.js delete mode 100644 public/charting_library/bundles/chart-widget-gui.3b90190b27680e589439.js create mode 100644 public/charting_library/bundles/chart-widget-gui.548802a1463886c486d5.js delete mode 100644 public/charting_library/bundles/compare-model.1c3f95ada81fc7c425a4.js create mode 100644 public/charting_library/bundles/compare-model.fed2af92643b5038a181.js delete mode 100644 public/charting_library/bundles/context-menu-renderer.429d5a2ad09b6791326c.js create mode 100644 public/charting_library/bundles/context-menu-renderer.675c5481bf59e3dd2e1b.js create mode 100644 public/charting_library/bundles/cs.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/cs.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/cs.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/cs.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/cs.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/cs.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/cs.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/cs.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/cs.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/cs.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/cs.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/cs.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/cs.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/cs.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/cs.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/cs.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/cs.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/cs.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/cs.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/cs.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/cs.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/cs.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/cs.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/cs.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/cs.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/cs.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/cs.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/cs.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/cs.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/cs.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/cs.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/cs.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/cs.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/cs.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/cs.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/cs.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/cs.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/cs.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/cs.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/cs.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/cs.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/cs.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/cs.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/cs.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/currency-label-menu.166b921e55fcd514b26b.js delete mode 100644 public/charting_library/bundles/currency-label-menu.204b39f70fe35b79b049.js delete mode 100644 public/charting_library/bundles/custom-intervals-add-dialog.530b63cb8c8b77a81d47.js create mode 100644 public/charting_library/bundles/custom-intervals-add-dialog.c6b5b8efd68510b58e58.js create mode 100644 public/charting_library/bundles/custom-themes-api.04a666b53959a4b9f24c.js create mode 100644 public/charting_library/bundles/de.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/de.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/de.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/de.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/de.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/de.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/de.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/de.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/de.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/de.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/de.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/de.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/de.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/de.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/de.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/de.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/de.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/de.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/de.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/de.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/de.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/de.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/de.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/de.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/de.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/de.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/de.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/de.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/de.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/de.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/de.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/de.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/de.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/de.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/de.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/de.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/de.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/de.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/de.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/de.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/de.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/de.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/de.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/de.9871.80491970c40a96588ffd.js delete mode 100644 public/charting_library/bundles/drawing-toolbar.017ba93cd41a5c6638fd.js create mode 100644 public/charting_library/bundles/drawing-toolbar.f6410fe587830ab66caf.js create mode 100644 public/charting_library/bundles/el.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/el.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/el.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/el.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/el.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/el.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/el.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/el.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/el.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/el.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/el.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/el.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/el.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/el.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/el.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/el.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/el.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/el.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/el.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/el.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/el.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/el.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/el.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/el.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/el.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/el.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/el.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/el.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/el.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/el.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/el.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/el.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/el.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/el.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/el.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/el.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/el.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/el.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/el.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/el.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/el.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/el.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/el.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/el.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/empty-coin-dark.d6d07bff92d7e4dff5ad.svg create mode 100644 public/charting_library/bundles/empty-coin-light.6d0b731ac6f489f06e65.svg create mode 100644 public/charting_library/bundles/en.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/en.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/en.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/en.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/en.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/en.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/en.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/en.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/en.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/en.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/en.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/en.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/en.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/en.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/en.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/en.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/en.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/en.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/en.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/en.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/en.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/en.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/en.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/en.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/en.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/en.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/en.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/en.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/en.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/en.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/en.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/en.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/en.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/en.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/en.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/en.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/en.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/en.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/en.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/en.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/en.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/en.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/en.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/en.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/es.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/es.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/es.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/es.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/es.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/es.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/es.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/es.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/es.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/es.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/es.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/es.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/es.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/es.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/es.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/es.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/es.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/es.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/es.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/es.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/es.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/es.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/es.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/es.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/es.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/es.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/es.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/es.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/es.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/es.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/es.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/es.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/es.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/es.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/es.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/es.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/es.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/es.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/es.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/es.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/es.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/es.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/es.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/es.9871.80491970c40a96588ffd.js delete mode 100644 public/charting_library/bundles/export-data.3892fbd90646aa80aef1.js create mode 100644 public/charting_library/bundles/export-data.5e936e4fc17fcb46df55.js create mode 100644 public/charting_library/bundles/fa.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/fa.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/fa.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/fa.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/fa.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/fa.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/fa.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/fa.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/fa.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/fa.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/fa.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/fa.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/fa.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/fa.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/fa.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/fa.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/fa.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/fa.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/fa.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/fa.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/fa.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/fa.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/fa.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/fa.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/fa.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/fa.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/fa.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/fa.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/fa.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/fa.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/fa.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/fa.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/fa.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/fa.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/fa.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/fa.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/fa.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/fa.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/fa.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/fa.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/fa.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/fa.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/fa.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/fa.9871.80491970c40a96588ffd.js delete mode 100644 public/charting_library/bundles/favorite-drawings-api.340e60e2342b0d93ebe7.js create mode 100644 public/charting_library/bundles/favorite-drawings-api.ec1abe78f54ce91e86da.js create mode 100644 public/charting_library/bundles/favorite-indicators.8b28c68ab9b75bd4cffc.js create mode 100644 public/charting_library/bundles/floating-toolbars.227af68729a87ca33204.js delete mode 100644 public/charting_library/bundles/floating-toolbars.34e58852bb8c3a9adff8.js create mode 100644 public/charting_library/bundles/fr.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/fr.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/fr.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/fr.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/fr.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/fr.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/fr.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/fr.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/fr.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/fr.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/fr.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/fr.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/fr.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/fr.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/fr.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/fr.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/fr.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/fr.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/fr.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/fr.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/fr.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/fr.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/fr.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/fr.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/fr.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/fr.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/fr.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/fr.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/fr.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/fr.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/fr.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/fr.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/fr.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/fr.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/fr.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/fr.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/fr.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/fr.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/fr.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/fr.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/fr.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/fr.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/fr.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/fr.9871.80491970c40a96588ffd.js delete mode 100644 public/charting_library/bundles/full-tooltips-popup.71b6b063699eb3e1407e.js create mode 100644 public/charting_library/bundles/full-tooltips-popup.96374cb0845bdd0f57fc.js create mode 100644 public/charting_library/bundles/general-chart-properties-dialog.2b6e034faa8dc0c889a2.js delete mode 100644 public/charting_library/bundles/general-chart-properties-dialog.4e9724b14f5dcf6923c2.js create mode 100644 public/charting_library/bundles/general-property-page.3e3e8b688dc182e921e7.js delete mode 100644 public/charting_library/bundles/general-property-page.ca806447f87d03e5b322.js delete mode 100644 public/charting_library/bundles/get-error-card.02c0064b96893d572f7c.js create mode 100644 public/charting_library/bundles/get-error-card.60b010a94494ccdc034c.js create mode 100644 public/charting_library/bundles/global-search-dialog.800a3d3c9ba00c410736.js delete mode 100644 public/charting_library/bundles/go-to-date-dialog-impl.60e0dfd6053265c37f63.js create mode 100644 public/charting_library/bundles/go-to-date-dialog-impl.f3ff6bac72a955836a78.js create mode 100644 public/charting_library/bundles/he_IL.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/he_IL.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/he_IL.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/he_IL.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/he_IL.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/he_IL.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/he_IL.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/he_IL.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/he_IL.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/he_IL.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/he_IL.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/he_IL.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/he_IL.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/he_IL.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/he_IL.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/he_IL.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/he_IL.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/he_IL.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/he_IL.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/he_IL.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/he_IL.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/he_IL.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/he_IL.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/he_IL.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/he_IL.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/he_IL.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/he_IL.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/he_IL.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/he_IL.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/he_IL.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/he_IL.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/he_IL.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/he_IL.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/he_IL.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/he_IL.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/he_IL.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/he_IL.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/he_IL.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/he_IL.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/he_IL.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/he_IL.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/he_IL.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/he_IL.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/he_IL.9871.80491970c40a96588ffd.js delete mode 100644 public/charting_library/bundles/header-toolbar.4299a771d5d92b59d861.js create mode 100644 public/charting_library/bundles/header-toolbar.509c33f5e1dd207b3f2a.js create mode 100644 public/charting_library/bundles/hu_HU.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/hu_HU.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/hu_HU.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/hu_HU.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/hu_HU.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/hu_HU.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/hu_HU.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/hu_HU.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/hu_HU.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/hu_HU.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/hu_HU.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/hu_HU.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/hu_HU.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/hu_HU.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/hu_HU.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/hu_HU.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/hu_HU.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/hu_HU.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/hu_HU.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/hu_HU.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/hu_HU.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/hu_HU.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/hu_HU.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/hu_HU.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/hu_HU.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/hu_HU.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/hu_HU.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/hu_HU.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/hu_HU.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/hu_HU.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/hu_HU.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/hu_HU.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/hu_HU.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/hu_HU.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/hu_HU.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/hu_HU.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/hu_HU.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/hu_HU.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/hu_HU.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/hu_HU.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/hu_HU.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/hu_HU.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/hu_HU.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/hu_HU.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/ichart-storage.1144e5a1b4f8503ee572.js delete mode 100644 public/charting_library/bundles/icons.4d39018d0766cf7006bc.png create mode 100644 public/charting_library/bundles/id_ID.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/id_ID.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/id_ID.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/id_ID.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/id_ID.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/id_ID.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/id_ID.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/id_ID.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/id_ID.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/id_ID.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/id_ID.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/id_ID.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/id_ID.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/id_ID.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/id_ID.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/id_ID.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/id_ID.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/id_ID.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/id_ID.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/id_ID.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/id_ID.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/id_ID.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/id_ID.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/id_ID.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/id_ID.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/id_ID.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/id_ID.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/id_ID.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/id_ID.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/id_ID.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/id_ID.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/id_ID.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/id_ID.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/id_ID.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/id_ID.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/id_ID.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/id_ID.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/id_ID.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/id_ID.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/id_ID.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/id_ID.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/id_ID.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/id_ID.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/id_ID.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/it.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/it.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/it.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/it.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/it.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/it.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/it.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/it.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/it.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/it.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/it.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/it.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/it.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/it.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/it.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/it.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/it.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/it.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/it.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/it.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/it.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/it.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/it.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/it.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/it.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/it.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/it.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/it.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/it.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/it.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/it.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/it.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/it.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/it.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/it.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/it.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/it.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/it.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/it.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/it.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/it.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/it.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/it.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/it.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/ja.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/ja.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/ja.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/ja.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/ja.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/ja.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/ja.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/ja.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/ja.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/ja.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/ja.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/ja.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/ja.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/ja.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/ja.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/ja.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/ja.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/ja.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/ja.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/ja.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/ja.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/ja.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/ja.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/ja.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/ja.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/ja.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/ja.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/ja.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/ja.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/ja.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/ja.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/ja.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/ja.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/ja.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/ja.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/ja.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/ja.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/ja.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/ja.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/ja.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/ja.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/ja.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/ja.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/ja.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/ko.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/ko.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/ko.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/ko.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/ko.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/ko.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/ko.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/ko.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/ko.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/ko.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/ko.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/ko.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/ko.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/ko.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/ko.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/ko.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/ko.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/ko.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/ko.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/ko.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/ko.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/ko.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/ko.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/ko.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/ko.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/ko.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/ko.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/ko.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/ko.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/ko.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/ko.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/ko.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/ko.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/ko.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/ko.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/ko.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/ko.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/ko.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/ko.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/ko.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/ko.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/ko.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/ko.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/ko.9871.80491970c40a96588ffd.js delete mode 100644 public/charting_library/bundles/large-slider-handle.18e9ee5923db4eac2c43.svg delete mode 100644 public/charting_library/bundles/library.847f247511d3f9997d72.js create mode 100644 public/charting_library/bundles/library.b717a95e17e4d6e9f5ca.js rename public/charting_library/bundles/{line-tools-icons.8b313f77ea6c1f51530a.js => line-tools-icons.0be276f665ef833ced55.js} (81%) create mode 100644 public/charting_library/bundles/line-tools-synchronizer.a3d57451eacd53dd89da.js delete mode 100644 public/charting_library/bundles/linewidth-slider.8e3d0520d28ce8259ccf.png create mode 100644 public/charting_library/bundles/load-chart-dialog.3891627d68b6d6053f24.js delete mode 100644 public/charting_library/bundles/load-chart-dialog.5caa982f19f2103862f6.js delete mode 100644 public/charting_library/bundles/lollipop-tooltip-renderer.0a3f1b99d355b6297d18.js create mode 100644 public/charting_library/bundles/lollipop-tooltip-renderer.db9f0c622f0771359aa9.js rename public/charting_library/bundles/{lt-icons-atlas.2267a50d874703af7f28.js => lt-icons-atlas.7a0e90bf720e0bf71add.js} (94%) delete mode 100644 public/charting_library/bundles/lt-pane-views.9222abe1a9c6cc59d449.js create mode 100644 public/charting_library/bundles/lt-pane-views.f10108f2dceea9f775c0.js delete mode 100644 public/charting_library/bundles/lt-property-pages-with-definitions.168b8df16f57900a29da.js create mode 100644 public/charting_library/bundles/lt-property-pages-with-definitions.5898ddf05e03da7d53c4.js rename public/charting_library/bundles/{lt-stickers-atlas.52ad6e6d7d7b134ab0ba.js => lt-stickers-atlas.94f0c0b09e739934e586.js} (99%) delete mode 100644 public/charting_library/bundles/manage-drawings-dialog.3f5b604134bebba28c6c.js create mode 100644 public/charting_library/bundles/manage-drawings-dialog.8170358663062d76c1d5.js rename public/charting_library/bundles/{flag-square-mock-dark.16b5f3a431f502b03ae3.svg => mock-dark.16b5f3a431f502b03ae3.svg} (100%) rename public/charting_library/bundles/{flag-square-mock.d201313017eb2c1b989f.svg => mock-light.d201313017eb2c1b989f.svg} (100%) create mode 100644 public/charting_library/bundles/ms_MY.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/ms_MY.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/ms_MY.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/ms_MY.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/ms_MY.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/ms_MY.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/ms_MY.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/ms_MY.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/ms_MY.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/ms_MY.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/ms_MY.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/ms_MY.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/ms_MY.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/ms_MY.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/ms_MY.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/ms_MY.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/ms_MY.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/ms_MY.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/ms_MY.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/ms_MY.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/ms_MY.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/ms_MY.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/ms_MY.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/ms_MY.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/ms_MY.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/ms_MY.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/ms_MY.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/ms_MY.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/ms_MY.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/ms_MY.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/ms_MY.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/ms_MY.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/ms_MY.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/ms_MY.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/ms_MY.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/ms_MY.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/ms_MY.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/ms_MY.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/ms_MY.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/ms_MY.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/ms_MY.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/ms_MY.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/ms_MY.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/ms_MY.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/new-confirm-inputs-dialog.75020f7929f7774b9c4e.js delete mode 100644 public/charting_library/bundles/new-confirm-inputs-dialog.dbb4bdcbf10acf6b5280.js delete mode 100644 public/charting_library/bundles/new-edit-object-dialog.59756c2933ec24d194f0.js create mode 100644 public/charting_library/bundles/new-edit-object-dialog.b8ff775436fcce429465.js create mode 100644 public/charting_library/bundles/nl_NL.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/nl_NL.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/nl_NL.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/nl_NL.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/nl_NL.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/nl_NL.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/nl_NL.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/nl_NL.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/nl_NL.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/nl_NL.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/nl_NL.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/nl_NL.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/nl_NL.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/nl_NL.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/nl_NL.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/nl_NL.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/nl_NL.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/nl_NL.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/nl_NL.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/nl_NL.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/nl_NL.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/nl_NL.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/nl_NL.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/nl_NL.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/nl_NL.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/nl_NL.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/nl_NL.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/nl_NL.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/nl_NL.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/nl_NL.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/nl_NL.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/nl_NL.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/nl_NL.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/nl_NL.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/nl_NL.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/nl_NL.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/nl_NL.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/nl_NL.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/nl_NL.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/nl_NL.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/nl_NL.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/nl_NL.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/nl_NL.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/nl_NL.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/object-tree-dialog.2447088c66b4ccee845f.js delete mode 100644 public/charting_library/bundles/object-tree-dialog.f0f5697ff5a7cde39c47.js delete mode 100644 public/charting_library/bundles/opacity-slider.4f3ca6b00b45fd71da5f.png create mode 100644 public/charting_library/bundles/performance.769cf9dda2ede7d12b74.svg create mode 100644 public/charting_library/bundles/pl.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/pl.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/pl.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/pl.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/pl.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/pl.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/pl.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/pl.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/pl.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/pl.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/pl.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/pl.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/pl.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/pl.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/pl.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/pl.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/pl.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/pl.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/pl.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/pl.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/pl.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/pl.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/pl.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/pl.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/pl.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/pl.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/pl.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/pl.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/pl.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/pl.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/pl.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/pl.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/pl.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/pl.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/pl.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/pl.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/pl.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/pl.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/pl.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/pl.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/pl.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/pl.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/pl.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/pl.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/pt.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/pt.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/pt.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/pt.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/pt.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/pt.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/pt.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/pt.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/pt.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/pt.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/pt.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/pt.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/pt.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/pt.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/pt.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/pt.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/pt.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/pt.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/pt.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/pt.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/pt.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/pt.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/pt.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/pt.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/pt.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/pt.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/pt.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/pt.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/pt.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/pt.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/pt.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/pt.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/pt.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/pt.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/pt.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/pt.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/pt.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/pt.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/pt.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/pt.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/pt.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/pt.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/pt.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/pt.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/restricted-toolset.3623b9d6786b259391e1.js delete mode 100644 public/charting_library/bundles/restricted-toolset.5180100123b1632bd2d9.js create mode 100644 public/charting_library/bundles/ro.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/ro.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/ro.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/ro.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/ro.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/ro.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/ro.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/ro.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/ro.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/ro.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/ro.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/ro.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/ro.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/ro.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/ro.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/ro.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/ro.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/ro.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/ro.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/ro.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/ro.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/ro.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/ro.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/ro.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/ro.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/ro.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/ro.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/ro.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/ro.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/ro.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/ro.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/ro.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/ro.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/ro.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/ro.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/ro.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/ro.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/ro.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/ro.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/ro.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/ro.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/ro.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/ro.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/ro.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/ru.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/ru.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/ru.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/ru.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/ru.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/ru.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/ru.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/ru.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/ru.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/ru.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/ru.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/ru.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/ru.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/ru.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/ru.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/ru.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/ru.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/ru.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/ru.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/ru.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/ru.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/ru.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/ru.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/ru.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/ru.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/ru.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/ru.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/ru.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/ru.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/ru.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/ru.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/ru.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/ru.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/ru.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/ru.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/ru.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/ru.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/ru.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/ru.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/ru.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/ru.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/ru.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/ru.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/ru.9871.80491970c40a96588ffd.js delete mode 100644 public/charting_library/bundles/runtime.0809a655c13b333b6a76.js create mode 100644 public/charting_library/bundles/runtime.4a59971d836709dfc991.js rename public/charting_library/bundles/{series-icons-map.6b7b2f52a18274053c99.js => series-icons-map.8c0383b52d89ca46a1b8.js} (73%) create mode 100644 public/charting_library/bundles/series-pane-views.3ef313cda7877ec9c336.js delete mode 100644 public/charting_library/bundles/series-pane-views.97a8e6dbe1a94532eb49.js rename public/charting_library/bundles/{share-chart-to-social-utils.d7331dbca4a2aa0909e7.js => share-chart-to-social-utils.e6a25f4006607ca48421.js} (93%) delete mode 100644 public/charting_library/bundles/show-theme-save-dialog.01216b3cb4ad5a3c77f4.js create mode 100644 public/charting_library/bundles/show-theme-save-dialog.2efb90ef53bd11686325.js delete mode 100644 public/charting_library/bundles/simple-dialog.9d651e36d783aafef499.js create mode 100644 public/charting_library/bundles/simple-dialog.caf1cb0bd206c046c24b.js delete mode 100644 public/charting_library/bundles/source-properties-editor.36857414f568c0fc82b2.js create mode 100644 public/charting_library/bundles/source-properties-editor.4e5fadabafe1e6fac4dc.js create mode 100644 public/charting_library/bundles/studies.137042b318030eec091b.js delete mode 100644 public/charting_library/bundles/study-inputs-pane-views.a80a3e282aa441e156d1.js create mode 100644 public/charting_library/bundles/study-inputs-pane-views.f5305fce3617de1a0299.js delete mode 100644 public/charting_library/bundles/study-market.0a2edcb934de49437577.js create mode 100644 public/charting_library/bundles/study-market.b0c00a922d5c55371012.js create mode 100644 public/charting_library/bundles/study-pane-views.430ecb3d50d053b6e7fa.js delete mode 100644 public/charting_library/bundles/study-pane-views.ed33f2a0cf4f0d37ca70.js delete mode 100644 public/charting_library/bundles/study-property-pages-with-definitions.8ba8754a2a9412395338.js create mode 100644 public/charting_library/bundles/study-property-pages-with-definitions.dbe10d449ea5420c3f0d.js create mode 100644 public/charting_library/bundles/study-template-dialog.78491209cf586d0ba30d.js delete mode 100644 public/charting_library/bundles/study-template-dialog.98a316b14a620a429192.js create mode 100644 public/charting_library/bundles/sv.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/sv.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/sv.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/sv.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/sv.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/sv.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/sv.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/sv.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/sv.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/sv.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/sv.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/sv.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/sv.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/sv.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/sv.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/sv.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/sv.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/sv.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/sv.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/sv.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/sv.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/sv.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/sv.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/sv.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/sv.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/sv.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/sv.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/sv.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/sv.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/sv.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/sv.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/sv.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/sv.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/sv.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/sv.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/sv.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/sv.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/sv.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/sv.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/sv.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/sv.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/sv.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/sv.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/sv.9871.80491970c40a96588ffd.js delete mode 100644 public/charting_library/bundles/svg-renderer.f065beaf6b5b37da27d9.js delete mode 100644 public/charting_library/bundles/symbol-info-dialog-impl.4660d2cad62644ff2ea9.js create mode 100644 public/charting_library/bundles/symbol-info-dialog-impl.f6c021746c3c9456cadc.js delete mode 100644 public/charting_library/bundles/symbol-search-dialog.33210ecad56124f25ac1.js create mode 100644 public/charting_library/bundles/symbol-search-dialog.c1573b04ce801649f4ce.js delete mode 100644 public/charting_library/bundles/take-chart-image-impl.c0ec40f417c36a1c6179.js create mode 100644 public/charting_library/bundles/take-chart-image-impl.d04906fb9a536ff5aedf.js create mode 100644 public/charting_library/bundles/th.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/th.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/th.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/th.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/th.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/th.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/th.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/th.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/th.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/th.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/th.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/th.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/th.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/th.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/th.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/th.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/th.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/th.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/th.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/th.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/th.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/th.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/th.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/th.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/th.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/th.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/th.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/th.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/th.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/th.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/th.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/th.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/th.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/th.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/th.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/th.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/th.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/th.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/th.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/th.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/th.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/th.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/th.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/th.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/tr.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/tr.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/tr.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/tr.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/tr.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/tr.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/tr.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/tr.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/tr.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/tr.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/tr.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/tr.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/tr.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/tr.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/tr.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/tr.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/tr.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/tr.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/tr.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/tr.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/tr.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/tr.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/tr.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/tr.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/tr.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/tr.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/tr.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/tr.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/tr.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/tr.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/tr.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/tr.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/tr.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/tr.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/tr.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/tr.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/tr.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/tr.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/tr.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/tr.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/tr.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/tr.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/tr.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/tr.9871.80491970c40a96588ffd.js delete mode 100644 public/charting_library/bundles/user-defined-bars-marks-tooltip.520f315000510aab3003.js create mode 100644 public/charting_library/bundles/user-defined-bars-marks-tooltip.77d8dc2f2d5b3ab9e50a.js create mode 100644 public/charting_library/bundles/vi.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/vi.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/vi.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/vi.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/vi.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/vi.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/vi.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/vi.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/vi.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/vi.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/vi.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/vi.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/vi.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/vi.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/vi.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/vi.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/vi.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/vi.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/vi.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/vi.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/vi.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/vi.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/vi.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/vi.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/vi.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/vi.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/vi.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/vi.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/vi.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/vi.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/vi.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/vi.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/vi.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/vi.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/vi.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/vi.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/vi.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/vi.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/vi.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/vi.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/vi.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/vi.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/vi.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/vi.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/zh.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/zh.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/zh.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/zh.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/zh.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/zh.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/zh.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/zh.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/zh.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/zh.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/zh.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/zh.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/zh.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/zh.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/zh.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/zh.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/zh.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/zh.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/zh.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/zh.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/zh.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/zh.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/zh.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/zh.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/zh.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/zh.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/zh.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/zh.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/zh.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/zh.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/zh.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/zh.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/zh.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/zh.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/zh.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/zh.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/zh.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/zh.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/zh.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/zh.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/zh.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/zh.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/zh.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/zh.9871.80491970c40a96588ffd.js create mode 100644 public/charting_library/bundles/zh_TW.101.1ba0c5ad0b16dabd22b3.js create mode 100644 public/charting_library/bundles/zh_TW.1184.395b2ac17cd90874a52e.js create mode 100644 public/charting_library/bundles/zh_TW.1595.220a290106d4596a0d56.js create mode 100644 public/charting_library/bundles/zh_TW.1962.8d56cc879a5756e9d707.js create mode 100644 public/charting_library/bundles/zh_TW.2238.ad7c65c5745ca775ca4e.js create mode 100644 public/charting_library/bundles/zh_TW.2257.09ac20770e5b2983a3ef.js create mode 100644 public/charting_library/bundles/zh_TW.2364.7914d0000c3126094add.js delete mode 100644 public/charting_library/bundles/zh_TW.2427.9e75295442d2edc53485.js delete mode 100644 public/charting_library/bundles/zh_TW.2521.8eba2dc07079697338fc.js create mode 100644 public/charting_library/bundles/zh_TW.2530.d2247175f920e8c91fb8.js create mode 100644 public/charting_library/bundles/zh_TW.2646.2000a8257ab64547a896.js delete mode 100644 public/charting_library/bundles/zh_TW.2684.89c78924594078c4eeb0.js create mode 100644 public/charting_library/bundles/zh_TW.2870.9e4c19450f38896bd413.js create mode 100644 public/charting_library/bundles/zh_TW.359.50238b99d9574b8e36bf.js delete mode 100644 public/charting_library/bundles/zh_TW.3753.453e4c91d1197ef94e09.js create mode 100644 public/charting_library/bundles/zh_TW.3796.b9226e1fc11c38b5ea3c.js create mode 100644 public/charting_library/bundles/zh_TW.4026.7e5fb703c7ef1394cbb4.js create mode 100644 public/charting_library/bundles/zh_TW.4040.a5304bbf89a6266624a5.js create mode 100644 public/charting_library/bundles/zh_TW.4109.6f675bcd201817cc1de2.js create mode 100644 public/charting_library/bundles/zh_TW.4166.3d1ec9bce9575d91f6e4.js create mode 100644 public/charting_library/bundles/zh_TW.4703.5cc269fee100087eff40.js delete mode 100644 public/charting_library/bundles/zh_TW.5008.e5d7d914577969582fa4.js delete mode 100644 public/charting_library/bundles/zh_TW.5652.afa01acb54a69426de69.js create mode 100644 public/charting_library/bundles/zh_TW.5683.0a1cfab5cb07aa9f1543.js create mode 100644 public/charting_library/bundles/zh_TW.5757.89555cb21b6f88642d8c.js create mode 100644 public/charting_library/bundles/zh_TW.6150.c021afdb0c07beb6ff09.js delete mode 100644 public/charting_library/bundles/zh_TW.6196.1cb6c0cf4b3c1139a67d.js create mode 100644 public/charting_library/bundles/zh_TW.6302.971ec746bc6dc8af0501.js create mode 100644 public/charting_library/bundles/zh_TW.6342.b10d57db85000499eea6.js create mode 100644 public/charting_library/bundles/zh_TW.6703.aa6e09c5f3e091f34a1a.js create mode 100644 public/charting_library/bundles/zh_TW.6778.898704366bbf80203168.js create mode 100644 public/charting_library/bundles/zh_TW.6822.2553f0a7b9e855d19818.js create mode 100644 public/charting_library/bundles/zh_TW.711.39756095aff1185156f5.js delete mode 100644 public/charting_library/bundles/zh_TW.7201.d9e269cc77c4bebf986c.js delete mode 100644 public/charting_library/bundles/zh_TW.77.99662205014782bfbe4a.js create mode 100644 public/charting_library/bundles/zh_TW.8066.a270959f2286392041d2.js create mode 100644 public/charting_library/bundles/zh_TW.8370.bbd01c05e206b293f35f.js create mode 100644 public/charting_library/bundles/zh_TW.8622.be4640491be38b618773.js create mode 100644 public/charting_library/bundles/zh_TW.8697.ad2086b2201fa4064859.js create mode 100644 public/charting_library/bundles/zh_TW.877.dfe0cea64f7544bc509b.js delete mode 100644 public/charting_library/bundles/zh_TW.8884.377844211bfc698fda75.js create mode 100644 public/charting_library/bundles/zh_TW.9093.6177e75125d227abd947.js create mode 100644 public/charting_library/bundles/zh_TW.9321.1671359f58d2ff832cf2.js delete mode 100644 public/charting_library/bundles/zh_TW.9871.80491970c40a96588ffd.js delete mode 100644 public/charting_library/css/styles.css diff --git a/app/strategies/(list)/_components/tables/strategies/components/min-max.tsx b/app/strategies/(list)/_components/tables/strategies/components/min-max.tsx index a12eb1ec..5bfbc63d 100644 --- a/app/strategies/(list)/_components/tables/strategies/components/min-max.tsx +++ b/app/strategies/(list)/_components/tables/strategies/components/min-max.tsx @@ -25,14 +25,10 @@ export function MinMax({ min, max, quote, base }: Props) { const minBigInt = BigInt(Math.floor(Number(min))) const maxBigInt = BigInt(Math.floor(Number(max))) - console.log(quoteToken.decimals) - if (!quoteToken) { return } - console.log(quoteToken.decimals) - return (
diff --git a/app/strategies/(list)/_components/tables/strategies/hooks/use-strategies.ts b/app/strategies/(list)/_components/tables/strategies/hooks/use-strategies.ts index 95e339db..0b92a845 100644 --- a/app/strategies/(list)/_components/tables/strategies/hooks/use-strategies.ts +++ b/app/strategies/(list)/_components/tables/strategies/hooks/use-strategies.ts @@ -35,7 +35,6 @@ export function useStrategies({ skip, knownTokens: tokensList, }) - console.log({ result }) return parseStrategies(result) } catch (error) { console.error(error) diff --git a/app/strategies/(list)/_components/tables/strategies/strategies.tsx b/app/strategies/(list)/_components/tables/strategies/strategies.tsx index 198ba865..6a087dcd 100644 --- a/app/strategies/(list)/_components/tables/strategies/strategies.tsx +++ b/app/strategies/(list)/_components/tables/strategies/strategies.tsx @@ -4,7 +4,7 @@ import React from "react" import CloseStrategyDialog from "@/app/strategies/[address]/_components/parameters/dialogs/close" import { DataTable } from "@/components/ui/data-table/data-table" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import type { Strategy } from "../../../_schemas/kandels" import { useStrategies } from "./hooks/use-strategies" import { useTable } from "./hooks/use-table" diff --git a/app/strategies/(list)/_components/tables/vaults/vaults.tsx b/app/strategies/(list)/_components/tables/vaults/vaults.tsx index 7205f180..00bf0c05 100644 --- a/app/strategies/(list)/_components/tables/vaults/vaults.tsx +++ b/app/strategies/(list)/_components/tables/vaults/vaults.tsx @@ -4,7 +4,7 @@ import React from "react" import CloseStrategyDialog from "@/app/strategies/[address]/_components/parameters/dialogs/close" import { DataTable } from "@/components/ui/data-table/data-table" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import type { Strategy } from "../../../_schemas/kandels" import { useTable } from "./hooks/use-table" import { useVaults } from "./hooks/use-vaults" diff --git a/app/strategies/(list)/layout.tsx b/app/strategies/(list)/layout.tsx index 669d3024..a6374dcd 100644 --- a/app/strategies/(list)/layout.tsx +++ b/app/strategies/(list)/layout.tsx @@ -3,7 +3,7 @@ import React from "react" import { Navbar } from "@/components/navbar" import { IndexerSdkProvider } from "@/providers/mangrove-indexer" -import { MarketProvider } from "@/providers/market.new" +import { MarketProvider } from "@/providers/market" import WarningBanner from "../(shared)/_components/warning-banner" export const metadata: Metadata = { diff --git a/app/strategies/(shared)/_components/market-selector/market-selector.tsx b/app/strategies/(shared)/_components/market-selector/market-selector.tsx index fee1d864..39011d26 100644 --- a/app/strategies/(shared)/_components/market-selector/market-selector.tsx +++ b/app/strategies/(shared)/_components/market-selector/market-selector.tsx @@ -13,7 +13,7 @@ import { SelectValue, } from "@/components/ui/select" import { useTokenFromAddress } from "@/hooks/use-token-from-address" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" function getSymbol(market?: MarketParams) { if (!market) return diff --git a/app/strategies/(shared)/_hooks/use-kandel-instance.ts b/app/strategies/(shared)/_hooks/use-kandel-instance.ts index 4bb91077..e1994029 100644 --- a/app/strategies/(shared)/_hooks/use-kandel-instance.ts +++ b/app/strategies/(shared)/_hooks/use-kandel-instance.ts @@ -3,7 +3,7 @@ import { Address } from "viem" import { Strategy } from "@/app/strategies/(list)/_schemas/kandels" import { useMangroveAddresses } from "@/hooks/use-addresses" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { useClient } from "wagmi" type Params = Partial> diff --git a/app/strategies/(shared)/_hooks/use-strategy-status.ts b/app/strategies/(shared)/_hooks/use-strategy-status.ts index 9f3767af..01c6dd5d 100644 --- a/app/strategies/(shared)/_hooks/use-strategy-status.ts +++ b/app/strategies/(shared)/_hooks/use-strategy-status.ts @@ -5,7 +5,7 @@ import { useClient, usePublicClient } from "wagmi" import { Strategy } from "@/app/strategies/(list)/_schemas/kandels" import { useMangroveAddresses } from "@/hooks/use-addresses" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { getTokenPriceInToken } from "@/services/tokens.service" export type Status = "active" | "inactive" | "closed" | "unknown" diff --git a/app/strategies/[address]/_hooks/use-kandel-steps.ts b/app/strategies/[address]/_hooks/use-kandel-steps.ts index 235d4189..0e7b100a 100644 --- a/app/strategies/[address]/_hooks/use-kandel-steps.ts +++ b/app/strategies/[address]/_hooks/use-kandel-steps.ts @@ -2,7 +2,7 @@ import { kandelActions } from "@mangrovedao/mgv" import { useQuery } from "@tanstack/react-query" import { useMangroveAddresses } from "@/hooks/use-addresses" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { getErrorMessage } from "@/utils/errors" import { Address } from "viem" import { useAccount, useClient, usePublicClient } from "wagmi" diff --git a/app/strategies/[address]/edit/layout.tsx b/app/strategies/[address]/edit/layout.tsx index 9389fd22..94f84a6e 100644 --- a/app/strategies/[address]/edit/layout.tsx +++ b/app/strategies/[address]/edit/layout.tsx @@ -2,7 +2,7 @@ import { Metadata } from "next" import React from "react" import { IndexerSdkProvider } from "@/providers/mangrove-indexer" -import { MarketProvider } from "@/providers/market.new" +import { MarketProvider } from "@/providers/market" export const metadata: Metadata = { title: "Edit Strategy | Mangrove DEX", diff --git a/app/strategies/[address]/layout.tsx b/app/strategies/[address]/layout.tsx index 4db49b33..8a8b1185 100644 --- a/app/strategies/[address]/layout.tsx +++ b/app/strategies/[address]/layout.tsx @@ -4,7 +4,7 @@ import React from "react" import { KandelStrategyProvider } from "@/app/strategies/[address]/_providers/kandel-strategy" import { Navbar } from "@/components/navbar" import { IndexerSdkProvider } from "@/providers/mangrove-indexer" -import { MarketProvider } from "@/providers/market.new" +import { MarketProvider } from "@/providers/market" import WarningBanner from "../(shared)/_components/warning-banner" export const metadata: Metadata = { diff --git a/app/strategies/new/_components/form/use-form.ts b/app/strategies/new/_components/form/use-form.ts index db44c490..156d0f1e 100644 --- a/app/strategies/new/_components/form/use-form.ts +++ b/app/strategies/new/_components/form/use-form.ts @@ -8,7 +8,7 @@ import { useAccount, useBalance } from "wagmi" import { useValidateKandel } from "@/app/strategies/[address]/_hooks/use-kandel-validator" import { useLogics } from "@/hooks/use-addresses" import { useTokenBalance } from "@/hooks/use-token-balance" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { getErrorMessage } from "@/utils/errors" import { ChangingFrom, useNewStratStore } from "../../_stores/new-strat.store" diff --git a/app/strategies/new/_components/launch-strategy-dialog.tsx b/app/strategies/new/_components/launch-strategy-dialog.tsx index 3a3f2f14..d806f33f 100644 --- a/app/strategies/new/_components/launch-strategy-dialog.tsx +++ b/app/strategies/new/_components/launch-strategy-dialog.tsx @@ -12,7 +12,7 @@ import { ScrollArea, ScrollBar } from "@/components/ui/scroll-area" import { Separator } from "@/components/ui/separator" import { useInfiniteApproveToken } from "@/hooks/use-infinite-approve-token" import { useStep } from "@/hooks/use-step" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { useKandelSteps } from "../../[address]/_hooks/use-kandel-steps" import { useCreateKandelStrategy } from "../_hooks/use-deploy-kandel-strategy" import { useLaunchKandelStrategy } from "../_hooks/use-launch-kandel-strategy" diff --git a/app/strategies/new/_components/price-range/price-range.tsx b/app/strategies/new/_components/price-range/price-range.tsx index 7ae588d0..cd08b957 100644 --- a/app/strategies/new/_components/price-range/price-range.tsx +++ b/app/strategies/new/_components/price-range/price-range.tsx @@ -8,7 +8,7 @@ import { Button } from "@/components/ui/button" import withClientOnly from "@/hocs/withClientOnly" import { useBook } from "@/hooks/use-book" import { useTokenFromAddress } from "@/hooks/use-token-from-address" -import { default as useMarketNew } from "@/providers/market.new" +import { default as useMarketNew } from "@/providers/market" import { calculatePriceDifferencePercentage, calculatePriceFromPercentage, diff --git a/app/strategies/new/_hooks/use-deploy-kandel-strategy.ts b/app/strategies/new/_hooks/use-deploy-kandel-strategy.ts index f7265533..0a182746 100644 --- a/app/strategies/new/_hooks/use-deploy-kandel-strategy.ts +++ b/app/strategies/new/_hooks/use-deploy-kandel-strategy.ts @@ -4,7 +4,7 @@ import { toast } from "sonner" import { useAccount, useClient, usePublicClient, useWalletClient } from "wagmi" import { useKandelSeeder } from "@/hooks/use-addresses" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { getTitleDescriptionErrorMessages } from "@/utils/tx-error-messages" import { BaseError, ContractFunctionExecutionError } from "viem" diff --git a/app/strategies/new/_hooks/use-launch-kandel-strategy.ts b/app/strategies/new/_hooks/use-launch-kandel-strategy.ts index 0c4ab685..c8da5239 100644 --- a/app/strategies/new/_hooks/use-launch-kandel-strategy.ts +++ b/app/strategies/new/_hooks/use-launch-kandel-strategy.ts @@ -2,7 +2,7 @@ import { useMutation } from "@tanstack/react-query" import { useRouter } from "next/navigation" import { toast } from "sonner" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { getTitleDescriptionErrorMessages } from "@/utils/tx-error-messages" import { KandelParams } from "@mangrovedao/mgv" import { diff --git a/app/strategies/new/layout.tsx b/app/strategies/new/layout.tsx index 8daf7dca..e43aaff0 100644 --- a/app/strategies/new/layout.tsx +++ b/app/strategies/new/layout.tsx @@ -3,8 +3,7 @@ import React from "react" import { Navbar } from "@/components/navbar" import { IndexerSdkProvider } from "@/providers/mangrove-indexer" - -import { MarketProvider } from "@/providers/market.new" +import { MarketProvider } from "@/providers/market" import WarningBanner from "../(shared)/_components/warning-banner" import { KandelStrategyProvider } from "../[address]/_providers/kandel-strategy" diff --git a/app/strategies/vault/layout.tsx b/app/strategies/vault/layout.tsx index dc3fff2d..47e66876 100644 --- a/app/strategies/vault/layout.tsx +++ b/app/strategies/vault/layout.tsx @@ -3,7 +3,7 @@ import React from "react" import { Navbar } from "@/components/navbar" import { IndexerSdkProvider } from "@/providers/mangrove-indexer" -import { MarketProvider } from "@/providers/market.new" +import { MarketProvider } from "@/providers/market" import WarningBanner from "../(shared)/_components/warning-banner" export const metadata: Metadata = { diff --git a/app/trade/_components/charts/charts.tsx b/app/trade/_components/charts/charts.tsx index ade0ed27..3a638c38 100644 --- a/app/trade/_components/charts/charts.tsx +++ b/app/trade/_components/charts/charts.tsx @@ -7,19 +7,18 @@ import { CustomTabsList, CustomTabsTrigger, } from "@/components/custom-tabs" +import { TVChartContainer } from "@/components/trading-view/trading-view-chart" import { cn } from "@/utils" import { renderElement } from "@/utils/render" enum ChartType { DEPTH = "Depth chart", - // PRICE = "Price chart", + PRICE = "Price chart", } const TABS_CONTENT = { [ChartType.DEPTH]: DepthChart, - // [ChartType.PRICE]: ( - // - // ), + [ChartType.PRICE]: , } export function Market({ diff --git a/app/trade/_components/charts/depth-chart/use-depth-chart.ts b/app/trade/_components/charts/depth-chart/use-depth-chart.ts index 67e3556b..f3c0b139 100644 --- a/app/trade/_components/charts/depth-chart/use-depth-chart.ts +++ b/app/trade/_components/charts/depth-chart/use-depth-chart.ts @@ -2,7 +2,7 @@ import Big from "big.js" import React from "react" import { useBook } from "@/hooks/use-book" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { clamp } from "@/utils/interpolation" import type { CompleteOffer } from "@mangrovedao/mgv" import { calculateCumulative } from "./utils" diff --git a/app/trade/_components/forms/hooks/use-trade-infos.ts b/app/trade/_components/forms/hooks/use-trade-infos.ts index 8f07b625..4c89b3a3 100644 --- a/app/trade/_components/forms/hooks/use-trade-infos.ts +++ b/app/trade/_components/forms/hooks/use-trade-infos.ts @@ -1,6 +1,6 @@ import { useTokenBalance } from "@/hooks/use-balances" import { useBook } from "@/hooks/use-book" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { determineDecimals } from "@/utils/numbers" import { BS } from "@mangrovedao/mgv/lib" import { useSpenderAddress } from "./use-spender-address" diff --git a/app/trade/_components/forms/limit/hooks/use-limit.ts b/app/trade/_components/forms/limit/hooks/use-limit.ts index 073dc89c..4e87e4a4 100644 --- a/app/trade/_components/forms/limit/hooks/use-limit.ts +++ b/app/trade/_components/forms/limit/hooks/use-limit.ts @@ -8,7 +8,7 @@ import { useEventListener } from "usehooks-ts" import { useLogics } from "@/hooks/use-addresses" import { useTokenBalance, useTokenLogics } from "@/hooks/use-balances" import { useBook } from "@/hooks/use-book" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { BS, getDefaultLimitOrderGasreq, minVolume } from "@mangrovedao/mgv/lib" import { formatUnits, parseUnits } from "viem" import { TimeInForce, TimeToLiveUnit } from "../enums" diff --git a/app/trade/_components/forms/limit/hooks/use-post-limit-order.ts b/app/trade/_components/forms/limit/hooks/use-post-limit-order.ts index 1723eb7c..cf68f346 100644 --- a/app/trade/_components/forms/limit/hooks/use-post-limit-order.ts +++ b/app/trade/_components/forms/limit/hooks/use-post-limit-order.ts @@ -1,4 +1,4 @@ -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { useMutation, useQueryClient } from "@tanstack/react-query" import { BaseError, diff --git a/app/trade/_components/forms/limit/limit.tsx b/app/trade/_components/forms/limit/limit.tsx index cd64a384..bbf65302 100644 --- a/app/trade/_components/forms/limit/limit.tsx +++ b/app/trade/_components/forms/limit/limit.tsx @@ -21,7 +21,7 @@ import { } from "@/components/ui/select" import { Separator } from "@/components/ui/separator" import { Slider } from "@/components/ui/slider" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { cn } from "@/utils" import { enumKeys } from "@/utils/enums" import { Accordion } from "../components/accordion" diff --git a/app/trade/_components/forms/market/hooks/use-market.ts b/app/trade/_components/forms/market/hooks/use-market.ts index 610cd03c..feb2d0cc 100644 --- a/app/trade/_components/forms/market/hooks/use-market.ts +++ b/app/trade/_components/forms/market/hooks/use-market.ts @@ -12,7 +12,7 @@ import React from "react" import { formatUnits, parseUnits } from "viem" import { useBook } from "@/hooks/use-book" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import useMangroveTokenPricesQuery from "@/hooks/use-mangrove-token-price-query" import { determinePriceDecimalsFromToken } from "@/utils/numbers" diff --git a/app/trade/_components/forms/market/hooks/use-post-market-order.ts b/app/trade/_components/forms/market/hooks/use-post-market-order.ts index 6f480d10..937cb2bb 100644 --- a/app/trade/_components/forms/market/hooks/use-post-market-order.ts +++ b/app/trade/_components/forms/market/hooks/use-post-market-order.ts @@ -7,7 +7,7 @@ import { TRADE } from "@/app/trade/_constants/loading-keys" import { useMangroveAddresses } from "@/hooks/use-addresses" import { useMarketClient } from "@/hooks/use-market" import { useResolveWhenBlockIsIndexed } from "@/hooks/use-resolve-when-block-is-indexed" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { useLoadingStore } from "@/stores/loading.store" import { toast } from "sonner" import { parseUnits } from "viem" diff --git a/app/trade/_components/market-selector/market-selector.tsx b/app/trade/_components/market-selector/market-selector.tsx index 8b7bde65..e68a3de1 100644 --- a/app/trade/_components/market-selector/market-selector.tsx +++ b/app/trade/_components/market-selector/market-selector.tsx @@ -7,7 +7,7 @@ import { SelectTrigger, SelectValue, } from "@/components/ui/select" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { MarketParams } from "@mangrovedao/mgv" import { getAddress, isAddressEqual } from "viem" import { TokenIcon } from "../../../../components/token-icon" diff --git a/app/trade/_components/orderbook/orderbook.tsx b/app/trade/_components/orderbook/orderbook.tsx index 73fdc999..55e993b2 100644 --- a/app/trade/_components/orderbook/orderbook.tsx +++ b/app/trade/_components/orderbook/orderbook.tsx @@ -11,12 +11,13 @@ import { ScrollArea, ScrollBar } from "@/components/ui/scroll-area" import { Skeleton } from "@/components/ui/skeleton" import { Table, TableBody, TableHeader, TableRow } from "@/components/ui/table" import { useBook } from "@/hooks/use-book" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { cn } from "@/utils" import { BA } from "@mangrovedao/mgv/lib" import { SemiBook } from "./semibook" import { OrderBookTableCell } from "./table-cell" import { OrderBookTableHead } from "./table-head" +import { Trades } from "./trade-history/trades" import useScrollToMiddle from "./use-scroll-to-middle" export function OrderBook({ @@ -34,12 +35,18 @@ export function OrderBook({ > Book + Trades
+ +
+ +
+
) } @@ -76,11 +83,7 @@ function BookContent() { }).format(spreadPercent / 100) return ( - + diff --git a/app/trade/_components/orderbook/semibook.tsx b/app/trade/_components/orderbook/semibook.tsx index 8164b343..811d41b3 100644 --- a/app/trade/_components/orderbook/semibook.tsx +++ b/app/trade/_components/orderbook/semibook.tsx @@ -11,7 +11,7 @@ import { TooltipProvider, TooltipTrigger, } from "@/components/ui/tooltip" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { cn } from "@/utils" import { OrderBookTableCell } from "./table-cell" import { calculateCumulatedVolume } from "./utils" diff --git a/app/trade/_components/orderbook/trade-history/schema.ts b/app/trade/_components/orderbook/trade-history/schema.ts new file mode 100644 index 00000000..838d4b96 --- /dev/null +++ b/app/trade/_components/orderbook/trade-history/schema.ts @@ -0,0 +1,31 @@ +import { z } from "zod" + +const tradeHistorySchema = z.object({ + creationDate: z.date(), + transactionHash: z.string(), + isBid: z.boolean(), + takerGot: z.string(), + takerGave: z.string(), + penalty: z.string(), + feePaid: z.string(), + initialWants: z.string(), + initialGives: z.string(), + price: z.string(), + status: z.string(), + isMarketOrder: z.boolean(), +}) + +export type TradeHistory = z.infer + +export function parseTradeHistory(data: unknown[]): TradeHistory[] { + return data + .map((item) => { + try { + return tradeHistorySchema.parse(item) + } catch (error) { + console.error("Invalid format for trade history: ", item, error) + return null + } + }) + .filter(Boolean) as TradeHistory[] +} diff --git a/app/trade/_components/orderbook/trade-history/trades.tsx b/app/trade/_components/orderbook/trade-history/trades.tsx new file mode 100644 index 00000000..24c8fd44 --- /dev/null +++ b/app/trade/_components/orderbook/trade-history/trades.tsx @@ -0,0 +1,41 @@ +"use client" +import { ScrollArea, ScrollBar } from "@/components/ui/scroll-area" + +import useMarket from "@/providers/market" +import { useAccount } from "wagmi" +import { DataTable } from "../../../../../components/ui/data-table/data-table" +import { useTable } from "./use-table" +import { useTradeHistory } from "./use-trade-history" + +export function Trades() { + const { chain } = useAccount() + // const [{ page, pageSize }, setPageDetails] = React.useState({ + // page: 1, + // pageSize: 5, + // }) + const { currentMarket: market } = useMarket() + const tradesHistoryQuery = useTradeHistory() + + const table = useTable({ + data: tradesHistoryQuery.data, + }) + + const blockExplorerUrl = chain?.blockExplorers?.default.url + + return ( + + + row && + row.transactionHash && + window.open(`${blockExplorerUrl}/tx/${row.transactionHash}`, "_blank") + } + cellClasses="py-0 text-xs" + /> + + + ) +} diff --git a/app/trade/_components/orderbook/trade-history/use-table.tsx b/app/trade/_components/orderbook/trade-history/use-table.tsx new file mode 100644 index 00000000..013dc7c9 --- /dev/null +++ b/app/trade/_components/orderbook/trade-history/use-table.tsx @@ -0,0 +1,90 @@ +"use client" + +import { + createColumnHelper, + getCoreRowModel, + getPaginationRowModel, + getSortedRowModel, + useReactTable, +} from "@tanstack/react-table" +import Big from "big.js" +import React from "react" + +import { Skeleton } from "@/components/ui/skeleton" +import useMarket from "@/providers/market" +import { cn } from "@/utils" +import { formatDate } from "@/utils/date" +import type { TradeHistory } from "../trade-history/schema" + +const columnHelper = createColumnHelper() +const DEFAULT_DATA: TradeHistory[] = [] + +type Params = { + data?: TradeHistory[] +} + +export function useTable({ data }: Params) { + const { currentMarket: market } = useMarket() + + const columns = React.useMemo( + () => [ + columnHelper.display({ + header: "Size", + cell: ({ row }) => { + const { takerGot, takerGave, isBid } = row.original + if (!market) return null + const { base } = market + const baseValue = isBid ? takerGot : takerGave + + return ( + + {Big(baseValue).toFixed(base.displayDecimals)} {base.symbol} + + ) + }, + }), + columnHelper.accessor("price", { + header: "Price", + cell: (row) => + market ? ( + row.getValue() ? ( + + {Big(row.getValue()).toFixed(market.quote.displayDecimals)}{" "} + {market.quote.symbol} + + ) : ( + - + ) + ) : ( + + ), + }), + + columnHelper.accessor("creationDate", { + header: "Date", + cell: (row) =>
{formatDate(row.getValue(), "h:mm:ss")}
, + }), + ], + [market], + ) + + return useReactTable({ + initialState: { + pagination: { + pageIndex: 0, + pageSize: data?.length ?? 500, + }, + }, + data: data ?? DEFAULT_DATA, + columns, + enableRowSelection: false, + getCoreRowModel: getCoreRowModel(), + getSortedRowModel: getSortedRowModel(), + getPaginationRowModel: getPaginationRowModel(), + }) +} diff --git a/app/trade/_components/orderbook/trade-history/use-trade-history.ts b/app/trade/_components/orderbook/trade-history/use-trade-history.ts new file mode 100644 index 00000000..01ddfa60 --- /dev/null +++ b/app/trade/_components/orderbook/trade-history/use-trade-history.ts @@ -0,0 +1,72 @@ +"use client" + +import { useQuery } from "@tanstack/react-query" +import { useAccount } from "wagmi" + +import useIndexerSdk from "@/providers/mangrove-indexer" +import useMarket from "@/providers/market" +import { getErrorMessage } from "@/utils/errors" +import { getSemibooksOLKeys, hash } from "@mangrovedao/mgv/lib" +import { parseTradeHistory, type TradeHistory } from "./schema" + +type Params = { + filters?: { + first?: number + skip?: number + } + select?: (data: TradeHistory[]) => T +} + +export function useTradeHistory({ + filters: { first = 100, skip = 0 } = {}, + select, +}: Params = {}) { + const { isConnected } = useAccount() + const { currentMarket: market } = useMarket() + const { indexerSdk } = useIndexerSdk() + + return useQuery({ + queryKey: [ + "trade-history", + market?.base.address, + market?.quote.address, + first, + skip, + ], + queryFn: async () => { + try { + if (!(indexerSdk && market)) return [] + const { asksMarket, bidsMarket } = getSemibooksOLKeys(market) + const result = await indexerSdk.getMarketHistory({ + ask: { + token: { + address: asksMarket.outbound_tkn, + decimals: market.base.decimals, + }, + olKey: hash(asksMarket), + }, + bid: { + token: { + address: bidsMarket.outbound_tkn, + decimals: market.quote.decimals, + }, + olKey: hash(bidsMarket), + }, + first, + skip, + }) + return parseTradeHistory(result) + } catch (e) { + console.error(getErrorMessage(e)) + throw new Error() + } + }, + select, + meta: { + error: "Unable to retrieve trade history", + }, + enabled: !!(isConnected && indexerSdk), + retry: false, + staleTime: 1 * 20 * 1000, // 20 secondes + }) +} diff --git a/app/trade/_components/orderbook/use-scroll-to-middle.ts b/app/trade/_components/orderbook/use-scroll-to-middle.ts index a44452a8..ed8de89b 100644 --- a/app/trade/_components/orderbook/use-scroll-to-middle.ts +++ b/app/trade/_components/orderbook/use-scroll-to-middle.ts @@ -1,4 +1,4 @@ -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import React from "react" export default function useScrollToMiddle() { diff --git a/app/trade/_components/prices-bar/prices-bar.tsx b/app/trade/_components/prices-bar/prices-bar.tsx index 720b4635..cc37c6ef 100644 --- a/app/trade/_components/prices-bar/prices-bar.tsx +++ b/app/trade/_components/prices-bar/prices-bar.tsx @@ -9,7 +9,7 @@ import { Separator } from "@/components/ui/separator" import { Skeleton } from "@/components/ui/skeleton" import { useBook } from "@/hooks/use-book" import useMangroveTokenPricesQuery from "@/hooks/use-mangrove-token-price-query" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { VariationArrow } from "@/svgs" import { cn } from "@/utils" import { determineDecimals, formatNumber } from "@/utils/numbers" diff --git a/app/trade/_components/tables/fills/fills.tsx b/app/trade/_components/tables/fills/fills.tsx index 18a46d38..48924c2f 100644 --- a/app/trade/_components/tables/fills/fills.tsx +++ b/app/trade/_components/tables/fills/fills.tsx @@ -1,7 +1,7 @@ "use client" import React from "react" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { DataTable } from "../../../../../components/ui/data-table/data-table" import { useFills } from "./use-fills" import { useTable } from "./use-table" diff --git a/app/trade/_components/tables/fills/use-fills.ts b/app/trade/_components/tables/fills/use-fills.ts index a90c79a0..e1655977 100644 --- a/app/trade/_components/tables/fills/use-fills.ts +++ b/app/trade/_components/tables/fills/use-fills.ts @@ -5,7 +5,7 @@ import { useAccount } from "wagmi" import { TRADE } from "@/app/trade/_constants/loading-keys" import useIndexerSdk from "@/providers/mangrove-indexer" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { useLoadingStore } from "@/stores/loading.store" import { getErrorMessage } from "@/utils/errors" import { getSemibooksOLKeys, hash } from "@mangrovedao/mgv/lib" diff --git a/app/trade/_components/tables/fills/use-table.tsx b/app/trade/_components/tables/fills/use-table.tsx index 812b2938..2fa38a2e 100644 --- a/app/trade/_components/tables/fills/use-table.tsx +++ b/app/trade/_components/tables/fills/use-table.tsx @@ -14,7 +14,7 @@ import { useAccount } from "wagmi" import BlockExplorer from "@/app/strategies/[address]/_components/block-explorer" import { TokenPair } from "@/components/token-pair" import { Skeleton } from "@/components/ui/skeleton" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { cn } from "@/utils" import { formatDate } from "@/utils/date" import type { Fill } from "./schema" diff --git a/app/trade/_components/tables/orders/components/cancel-offer-dialog.tsx b/app/trade/_components/tables/orders/components/cancel-offer-dialog.tsx index 0d2ec3db..8cb08cee 100644 --- a/app/trade/_components/tables/orders/components/cancel-offer-dialog.tsx +++ b/app/trade/_components/tables/orders/components/cancel-offer-dialog.tsx @@ -1,6 +1,6 @@ import Dialog from "@/components/dialogs/dialog" import { Button } from "@/components/ui/button" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { useCancelOrder } from "../hooks/use-cancel-order" import type { Order } from "../schema" diff --git a/app/trade/_components/tables/orders/components/edit-order-sheet.tsx b/app/trade/_components/tables/orders/components/edit-order-sheet.tsx index 31de100e..72a3ce9d 100644 --- a/app/trade/_components/tables/orders/components/edit-order-sheet.tsx +++ b/app/trade/_components/tables/orders/components/edit-order-sheet.tsx @@ -8,7 +8,7 @@ import { Button } from "@/components/ui/button" import { CircularProgressBar } from "@/components/ui/circle-progress-bar" import * as SheetRoot from "@/components/ui/sheet" import { ScrollArea, ScrollBar } from "@/components/ui/sheet-scroll-area" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { cn } from "@/utils" import { formatDateWithoutHours, formatHoursOnly } from "@/utils/date" import { formatUnits } from "viem" diff --git a/app/trade/_components/tables/orders/hooks/use-cancel-order.ts b/app/trade/_components/tables/orders/hooks/use-cancel-order.ts index f713f3aa..e8d5a830 100644 --- a/app/trade/_components/tables/orders/hooks/use-cancel-order.ts +++ b/app/trade/_components/tables/orders/hooks/use-cancel-order.ts @@ -6,7 +6,7 @@ import { useAccount, usePublicClient, useWalletClient } from "wagmi" import { TRADE } from "@/app/trade/_constants/loading-keys" import { useMarketClient } from "@/hooks/use-market" import { useResolveWhenBlockIsIndexed } from "@/hooks/use-resolve-when-block-is-indexed" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { useLoadingStore } from "@/stores/loading.store" import { BaseError, ContractFunctionExecutionError } from "viem" import type { Order } from "../schema" diff --git a/app/trade/_components/tables/orders/hooks/use-edit-order.ts b/app/trade/_components/tables/orders/hooks/use-edit-order.ts index 9b1d5868..8d022278 100644 --- a/app/trade/_components/tables/orders/hooks/use-edit-order.ts +++ b/app/trade/_components/tables/orders/hooks/use-edit-order.ts @@ -8,7 +8,7 @@ import Big from "big.js" import React from "react" import { useLogics } from "@/hooks/use-addresses" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { hasExpired } from "@/utils/date" import { useTradeInfos } from "../../../forms/hooks/use-trade-infos" import { TimeToLiveUnit } from "../../../forms/limit/enums" diff --git a/app/trade/_components/tables/orders/hooks/use-orders.ts b/app/trade/_components/tables/orders/hooks/use-orders.ts index 849e5cd6..e258fa68 100644 --- a/app/trade/_components/tables/orders/hooks/use-orders.ts +++ b/app/trade/_components/tables/orders/hooks/use-orders.ts @@ -5,7 +5,7 @@ import { useAccount } from "wagmi" import { TRADE } from "@/app/trade/_constants/loading-keys" import useIndexerSdk from "@/providers/mangrove-indexer" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { useLoadingStore } from "@/stores/loading.store" import { getErrorMessage } from "@/utils/errors" import { hash } from "@mangrovedao/mgv" diff --git a/app/trade/_components/tables/orders/hooks/use-table.tsx b/app/trade/_components/tables/orders/hooks/use-table.tsx index b5e12965..ef0134c9 100644 --- a/app/trade/_components/tables/orders/hooks/use-table.tsx +++ b/app/trade/_components/tables/orders/hooks/use-table.tsx @@ -14,7 +14,7 @@ import { IconButton } from "@/components/icon-button" import { TokenPair } from "@/components/token-pair" import { CircularProgressBar } from "@/components/ui/circle-progress-bar" import { Skeleton } from "@/components/ui/skeleton" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { Close, Pen } from "@/svgs" import { cn } from "@/utils" import { Timer } from "../components/timer" diff --git a/app/trade/_components/tables/orders/hooks/use-update-order.ts b/app/trade/_components/tables/orders/hooks/use-update-order.ts index e3988530..4c11955d 100644 --- a/app/trade/_components/tables/orders/hooks/use-update-order.ts +++ b/app/trade/_components/tables/orders/hooks/use-update-order.ts @@ -4,7 +4,7 @@ import { TRADE } from "@/app/trade/_constants/loading-keys" import { useBook } from "@/hooks/use-book" import { useMarketClient } from "@/hooks/use-market" import { useResolveWhenBlockIsIndexed } from "@/hooks/use-resolve-when-block-is-indexed" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { useLoadingStore } from "@/stores/loading.store" import { BS } from "@mangrovedao/mgv/lib" import { BaseError, ContractFunctionExecutionError, parseUnits } from "viem" diff --git a/app/trade/_components/tables/orders/orders.tsx b/app/trade/_components/tables/orders/orders.tsx index 76b14d43..e2ffb5b1 100644 --- a/app/trade/_components/tables/orders/orders.tsx +++ b/app/trade/_components/tables/orders/orders.tsx @@ -2,7 +2,7 @@ import React from "react" import { DataTable } from "@/components/ui/data-table/data-table" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import CancelOfferDialog from "./components/cancel-offer-dialog" import EditOrderSheet from "./components/edit-order-sheet" import { useOrders } from "./hooks/use-orders" diff --git a/app/trade/_components/tables/orders/utils/tables.ts b/app/trade/_components/tables/orders/utils/tables.ts index 1a8f7528..550a95f6 100644 --- a/app/trade/_components/tables/orders/utils/tables.ts +++ b/app/trade/_components/tables/orders/utils/tables.ts @@ -1,6 +1,6 @@ import Big from "big.js" -import useMarket from "@/providers/market.new" +import useMarket from "@/providers/market" import { type Order } from "../schema" export function getOrderProgress( diff --git a/app/trade/layout.tsx b/app/trade/layout.tsx index e859bc9b..6eb9dba1 100644 --- a/app/trade/layout.tsx +++ b/app/trade/layout.tsx @@ -7,7 +7,7 @@ import { IndexerSdkProvider } from "@/providers/mangrove-indexer" import { MarketProvider, MarketProvider as NewMarketProvider, -} from "@/providers/market.new" +} from "@/providers/market" export const metadata: Metadata = { title: "Trade | Mangrove DEX", diff --git a/components/trading-view/datafeed.ts b/components/trading-view/datafeed.ts new file mode 100644 index 00000000..2cbccbaf --- /dev/null +++ b/components/trading-view/datafeed.ts @@ -0,0 +1,119 @@ +import { + HistoryCallback, + LibrarySymbolInfo, + OnReadyCallback, + PeriodParams, + ResolutionString, + ResolveCallback, + SearchSymbolsCallback, + SubscribeBarsCallback, + SymbolResolveExtension, +} from "@/public/charting_library/charting_library" + +type Params = { + base: string + quote: string + baseAddress: string + quoteAddress: string + chainId: number | undefined +} + +export default function datafeed({ base, quote, chainId }: Params) { + return { + onReady: (callback: OnReadyCallback) => { + callback({ + // supports_search: true, + // supports_group_request: false, + supports_marks: false, + supports_timescale_marks: true, + supports_time: true, + supported_resolutions: ["1D", "1W"] as ResolutionString[], + }) + }, + searchSymbols: ( + userInput: string, + exchange: string, + symbolType: string, + onResult: SearchSymbolsCallback, + ) => { + console.log("[searchSymbols]: Method call") + }, + resolveSymbol: ( + symbolName: string, + onResolve: ResolveCallback, + onError: ErrorCallback, + extension?: SymbolResolveExtension, + ) => { + onResolve({ + ticker: `${base}-${quote}`, + name: `${base}-${quote}`, + description: `${base}-${quote}`, + type: "stock", + session: "24x7", + timezone: "Etc/UTC", + exchange: "", + minmov: 1, + pricescale: 100, + has_intraday: true, + visible_plots_set: "ohlcv", + has_weekly_and_monthly: true, + supported_resolutions: ["1D", "1W"] as ResolutionString[], + volume_precision: 2, + data_status: "streaming", + listed_exchange: "", + format: "price", + }) + }, + getBars: async ( + symbolInfo: LibrarySymbolInfo, + resolution: ResolutionString, + periodParams: PeriodParams, + onResult: HistoryCallback, + onError: ErrorCallback, + ) => { + const start = new Date(periodParams.from * 1000) + const end = new Date(periodParams.to * 1000) + const formattedStart = start.toISOString().split("T")[0] + const formattedEnd = end.toISOString().split("T")[0] + + const response = await fetch( + `https://ohlc.mgvinfra.com/ohlc?market=${base}/${quote}&chain_id=${chainId}&interval=${resolution}&start_time=${formattedStart}&end_time=${formattedEnd}`, + { + headers: { + "Content-Type": "application/json", + }, + }, + ) + let data = await response.json() + + if (data.message) { + data = [] + } + + const bars = data.map((bar: any) => ({ + time: new Date(bar.startTime).getTime(), + open: parseFloat(bar.open), + high: parseFloat(bar.high), + low: parseFloat(bar.low), + close: parseFloat(bar.close), + })) + + onResult(bars, { noData: !bars.length }) + }, + subscribeBars: ( + symbolInfo: LibrarySymbolInfo, + resolution: ResolutionString, + onTick: SubscribeBarsCallback, + listenerGuid: string, + onResetCacheNeededCallback: () => void, + ) => {}, + unsubscribeBars: (listenerGuid: string) => {}, + getMarks: ( + symbolInfo: LibrarySymbolInfo, + startDate: any, + endDate: any, + onDataCallback: any, + resolution: any, + ) => {}, + } +} diff --git a/components/trading-view/sample.js b/components/trading-view/sample.js new file mode 100644 index 00000000..92c803de --- /dev/null +++ b/components/trading-view/sample.js @@ -0,0 +1,770 @@ +export const data = [ + { + block_number: 214450, + open_price: 3957.731825578778, + close_price: 3956.8771124552195, + max_price: 33556.268307115446, + min_price: 1609.7446044391106, + ts: "2024-02-29T20:31:55.000Z", + }, + { + block_number: 257650, + open_price: 4458.5982540821215, + close_price: 4420.550141680335, + max_price: 34727.15569863444, + min_price: 1708.4261401604392, + ts: "2024-03-01T20:31:55.000Z", + }, + { + block_number: 300850, + open_price: 4376.398859791578, + close_price: 4376.398859791578, + max_price: 34128.159517406624, + min_price: 1692.6122164581625, + ts: "2024-03-02T20:31:55.000Z", + }, + { + block_number: 344050, + open_price: 3600.151138557677, + close_price: 3600.151138557677, + max_price: 7069.583381798235, + min_price: 1719.0507532758354, + ts: "2024-03-03T20:31:55.000Z", + }, + { + block_number: 387250, + open_price: 4138.394790650225, + close_price: 4138.394790650225, + max_price: 37338.252640756094, + min_price: 1786.5213085986773, + ts: "2024-03-04T20:31:55.000Z", + }, + { + block_number: 430450, + open_price: 4482.815387541197, + close_price: 4482.828630479415, + max_price: 7719.867115385906, + min_price: 0, + ts: "2024-03-05T20:31:55.000Z", + }, + { + block_number: 473650, + open_price: 4641.299721270126, + close_price: 4641.299721270126, + max_price: 7724.500193789614, + min_price: 1895.0919810592702, + ts: "2024-03-06T20:31:55.000Z", + }, + { + block_number: 516850, + open_price: 5435.0296900793865, + close_price: 5435.0296900793865, + max_price: 59997.00400290319, + min_price: 3849.0714928913585, + ts: "2024-03-07T20:31:55.000Z", + }, + { + block_number: 560050, + open_price: 3901.15229851861, + close_price: 3901.15229851861, + max_price: 3950.059545549742, + min_price: 3705.557976706052, + ts: "2024-03-08T20:31:55.000Z", + }, + { + block_number: 603250, + open_price: 3917.278387530295, + close_price: 3917.278387530295, + max_price: 3960.342548337757, + min_price: 3869.1377885111733, + ts: "2024-03-09T20:31:55.000Z", + }, + { + block_number: 646450, + open_price: 3897.2157380711255, + close_price: 3897.2157380711255, + max_price: 4033.883677898977, + min_price: 0.0002583263260701, + ts: "2024-03-10T20:31:55.000Z", + }, + { + block_number: 689650, + open_price: 3961.8772217408027, + close_price: 3961.8772217408027, + max_price: 4039.53478735092, + min_price: 3847.147534370946, + ts: "2024-03-11T20:31:55.000Z", + }, + { + block_number: 732850, + open_price: 3951.3799993647913, + close_price: 3951.3799993647913, + max_price: 4005.7464940206683, + min_price: 3854.463697037912, + ts: "2024-03-12T20:31:55.000Z", + }, + { + block_number: 776050, + open_price: 3872.587499756893, + close_price: 3872.587499756893, + max_price: 4036.708243730279, + min_price: 3000.0963586587204, + ts: "2024-03-13T20:31:55.000Z", + }, + { + block_number: 819250, + open_price: 4166.151198025044, + close_price: 4166.151198025044, + max_price: 37394.299241876506, + min_price: 3635.093411102583, + ts: "2024-03-14T20:31:55.000Z", + }, + { + block_number: 862450, + open_price: 3674.454789977127, + close_price: 3674.454789977127, + max_price: 3738.682974073389, + min_price: 3570.2503103770046, + ts: "2024-03-15T20:31:55.000Z", + }, + { + block_number: 905650, + open_price: 3591.987593763582, + close_price: 3591.987593763582, + max_price: 3694.089106345476, + min_price: 3509.370119456453, + ts: "2024-03-16T20:31:55.000Z", + }, + { + block_number: 948850, + open_price: 3612.5329648242764, + close_price: 3612.5329648242764, + max_price: 3694.458515256111, + min_price: 3513.93503892437, + ts: "2024-03-17T20:31:55.000Z", + }, + { + block_number: 992050, + open_price: 3431.953804607918, + close_price: 3431.953804607918, + max_price: 3588.863032509361, + min_price: 3252.553460383226, + ts: "2024-03-18T20:31:55.000Z", + }, + { + block_number: 1035250, + open_price: 3518.271171036044, + close_price: 3518.271171036044, + max_price: 22015.456048552198, + min_price: 3137.2360481968326, + ts: "2024-03-19T20:31:55.000Z", + }, + { + block_number: 1078450, + open_price: 3459.631721984203, + close_price: 3485.3468016473234, + max_price: 3573.4648212464017, + min_price: 3404.2957435684475, + ts: "2024-03-20T20:31:55.000Z", + }, + { + block_number: 1121650, + open_price: 3441.0961375308766, + close_price: 3441.0961375308766, + max_price: 3541.4495235253003, + min_price: 3316.2658237546334, + ts: "2024-03-21T20:31:55.000Z", + }, + { + block_number: 1164850, + open_price: 3370.583450063856, + close_price: 3370.5091349946165, + max_price: 4256.413562127923, + min_price: 3295.1105493132536, + ts: "2024-03-22T20:31:55.000Z", + }, + { + block_number: 1208050, + open_price: 3494.6575204673563, + close_price: 3494.8485584491386, + max_price: 35241.38953527082, + min_price: 3119.4055593983767, + ts: "2024-03-23T20:31:55.000Z", + }, + { + block_number: 1251250, + open_price: 3649.7341134635235, + close_price: 3673.5717702596635, + max_price: 34457.35098043728, + min_price: 3305.0102280792667, + ts: "2024-03-24T20:31:55.000Z", + }, + { + block_number: 1294450, + open_price: 3678.6622139982433, + close_price: 3640.1057110454917, + max_price: 35935.30563068476, + min_price: 2855.214245617361, + ts: "2024-03-25T20:31:55.000Z", + }, + { + block_number: 1337650, + open_price: 3529.1062594413243, + close_price: 3527.1776837994366, + max_price: 35809.75817445056, + min_price: 403.30779107271854, + ts: "2024-03-26T20:31:55.000Z", + }, + { + block_number: 1380850, + open_price: 31915.146820291364, + close_price: 31948.358276181814, + max_price: 8879004.948400108, + min_price: 0.0002844958853582, + ts: "2024-03-27T20:31:55.000Z", + }, + { + block_number: 1424050, + open_price: 3468.9704256840428, + close_price: 3451.356689022687, + max_price: 35048.10358055604, + min_price: 244.62465571886233, + ts: "2024-03-28T20:31:55.000Z", + }, + { + block_number: 1467250, + open_price: 4287.2247719309125, + close_price: 4226.785952225701, + max_price: 346855.0254446707, + min_price: 3115.041665244931, + ts: "2024-03-29T20:31:55.000Z", + }, + { + block_number: 1510450, + open_price: 3420.3806784762514, + close_price: 3439.6570336195014, + max_price: 43558.75152549696, + min_price: 2785.279207677986, + ts: "2024-03-30T20:31:55.000Z", + }, + { + block_number: 1553650, + open_price: 3598.8159001773806, + close_price: 3610.9907114408966, + max_price: 73089.50297917197, + min_price: 24.52860556789629, + ts: "2024-03-31T20:31:55.000Z", + }, + { + block_number: 1596850, + open_price: 3334.4476857968793, + close_price: 3326.1285963360165, + max_price: 73089.50297917197, + min_price: 0, + ts: "2024-04-01T20:31:55.000Z", + }, + { + block_number: 1640050, + open_price: 3311.83109679919, + close_price: 3602.872498681065, + max_price: 73089.50297917197, + min_price: 181.22512035973426, + ts: "2024-04-02T20:31:55.000Z", + }, + { + block_number: 1683250, + open_price: 5.074800739417253e35, + close_price: 5.074800739417253e35, + max_price: 3.402567868363881e38, + min_price: 181.22512035973426, + ts: "2024-04-03T20:31:55.000Z", + }, + { + block_number: 1726450, + open_price: 3.352690155421963e36, + close_price: 3.187358706183715e36, + max_price: 3.287844282867025e38, + min_price: 181.22512035973426, + ts: "2024-04-04T20:31:55.000Z", + }, + { + block_number: 1769650, + open_price: 7.607216405084962e35, + close_price: 8.883450567913788e35, + max_price: 2.753687661648296e38, + min_price: 181.22512035973426, + ts: "2024-04-05T20:31:55.000Z", + }, + { + block_number: 1812850, + open_price: 5.82059181246039e36, + close_price: 5.837145243507932e36, + max_price: 3.3747822777053444e38, + min_price: 181.22512035973426, + ts: "2024-04-06T20:31:55.000Z", + }, + { + block_number: 1856050, + open_price: 4.367126941237033e36, + close_price: 4.412362737586019e36, + max_price: 3.282588200801055e38, + min_price: 181.22512035973426, + ts: "2024-04-07T20:31:55.000Z", + }, + { + block_number: 1899250, + open_price: 3536.8222543563725, + close_price: 3470.5077863733063, + max_price: 73089.50297917197, + min_price: 181.22512035973426, + ts: "2024-04-08T20:31:55.000Z", + }, + { + block_number: 1942450, + open_price: 4.949355508578947e35, + close_price: 4.949355508578947e35, + max_price: 1.7068761630924863e38, + min_price: 181.22512035973426, + ts: "2024-04-09T20:31:55.000Z", + }, + { + block_number: 1985650, + open_price: 2791.0193741932976, + close_price: 2822.8751329294914, + max_price: 73089.50297917197, + min_price: 181.22512035973426, + ts: "2024-04-10T20:31:55.000Z", + }, + { + block_number: 2028850, + open_price: 1.7313754747408954e35, + close_price: 2.2515666591906923e35, + max_price: 2.123475165002994e38, + min_price: 181.22512035973426, + ts: "2024-04-11T20:31:55.000Z", + }, + { + block_number: 2072050, + open_price: 2754.9193902104694, + close_price: 3182.209334983147, + max_price: 73089.50297917197, + min_price: 181.22512035973426, + ts: "2024-04-12T20:31:55.000Z", + }, + { + block_number: 2115250, + open_price: 3087.7565295277773, + close_price: 3066.1038800599736, + max_price: 99999.88984058335, + min_price: 181.22512035973426, + ts: "2024-04-13T20:31:55.000Z", + }, + { + block_number: 2158450, + open_price: 2996.1010065201117, + close_price: 2989.4999412588977, + max_price: 3417.9395137150977, + min_price: 1964.5546458373435, + ts: "2024-04-14T20:31:55.000Z", + }, + { + block_number: 2201650, + open_price: 3056.80568859131, + close_price: 3056.582497871207, + max_price: 31119.276505507933, + min_price: 2989.0170654185995, + ts: "2024-04-15T20:31:55.000Z", + }, + { + block_number: 2244850, + open_price: 2892.4076366731874, + close_price: 2883.540369120089, + max_price: 3271.79928287465, + min_price: 2927.783428314459, + ts: "2024-04-16T20:31:55.000Z", + }, + { + block_number: 2288050, + open_price: 3014.8110744001788, + close_price: 3020.0248053564123, + max_price: 30202.62814920862, + min_price: 2954.251081600983, + ts: "2024-04-17T20:31:55.000Z", + }, + { + block_number: 2331250, + open_price: 2869.754766589269, + close_price: 2872.2758125635637, + max_price: 3286.8834724178, + min_price: 2829.0680388059986, + ts: "2024-04-18T20:31:55.000Z", + }, + { + block_number: 2374450, + open_price: 20595.104935703912, + close_price: 20595.23244760243, + max_price: 12348974.231726192, + min_price: 3021.471766962108, + ts: "2024-04-19T20:31:55.000Z", + }, + { + block_number: 2417650, + open_price: 2979.923549403241, + close_price: 2962.312601842658, + max_price: 41302.0979478617, + min_price: 2845.8080376881708, + ts: "2024-04-20T20:31:55.000Z", + }, + { + block_number: 2460850, + open_price: 2937.8905168697356, + close_price: 2936.362402745564, + max_price: 4239.846703935641, + min_price: 3118.781771856188, + ts: "2024-04-21T20:31:55.000Z", + }, + { + block_number: 2504050, + open_price: 2882.790905913011, + close_price: 2907.568821730753, + max_price: 3400.553264112425, + min_price: 3057.9460122877244, + ts: "2024-04-22T20:31:55.000Z", + }, + { + block_number: 2547250, + open_price: 3092.4126358248686, + close_price: 3110.2258268032633, + max_price: 3291.8172503500537, + min_price: 2982.150568984964, + ts: "2024-04-23T20:31:55.000Z", + }, + { + block_number: 2590450, + open_price: 3016.3901344115607, + close_price: 3028.0979013504193, + max_price: 3268.5292823618192, + min_price: 3057.9460122877244, + ts: "2024-04-24T20:31:55.000Z", + }, + { + block_number: 2633650, + open_price: 3089.0276017449573, + close_price: 3079.2924553665935, + max_price: 3195.812144678889, + min_price: 3086.824778456943, + ts: "2024-04-25T20:31:55.000Z", + }, + { + block_number: 2676850, + open_price: 3033.8946531523115, + close_price: 3038.6446981614213, + max_price: 31782.835997799513, + min_price: 2923.979972808961, + ts: "2024-04-26T20:31:55.000Z", + }, + { + block_number: 2720050, + open_price: 3086.4429882816025, + close_price: 3097.1303176306524, + max_price: 33255.631817321555, + min_price: 3094.2416838126433, + ts: "2024-04-27T20:31:55.000Z", + }, + { + block_number: 2763250, + open_price: 4.44055786865767e35, + close_price: 4.44055786865767e35, + max_price: 2.217214804228073e38, + min_price: 2994.4018717724157, + ts: "2024-04-28T20:31:55.000Z", + }, + { + block_number: 2806450, + open_price: 1.585349903627388e36, + close_price: 1.7262732429825314e36, + max_price: 3.402567868363881e38, + min_price: 2839.270527090566, + ts: "2024-04-29T20:31:55.000Z", + }, + { + block_number: 2849650, + open_price: 2882.036738678654, + close_price: 2885.4512650742554, + max_price: 3052.4469350690583, + min_price: 2825.3928235207545, + ts: "2024-04-30T20:31:55.000Z", + }, + { + block_number: 2892850, + open_price: 2881.272610539874, + close_price: 2866.3846741182174, + max_price: 3140.688733847423, + min_price: 2897.2040539094614, + ts: "2024-05-01T20:31:55.000Z", + }, + { + block_number: 2936050, + open_price: 7.62615077765055e35, + close_price: 7.62615077765055e35, + max_price: 1.994427636499884e38, + min_price: 2676.6074408104682, + ts: "2024-05-02T20:31:55.000Z", + }, + { + block_number: 2979250, + open_price: 7.572500321644755e36, + close_price: 7.092853419408778e36, + max_price: 3.3947513455331387e38, + min_price: 0.0003170987901283, + ts: "2024-05-03T20:31:55.000Z", + }, + { + block_number: 3022450, + open_price: 5.704966902272576e36, + close_price: 5.580331565553376e36, + max_price: 3.2118056499589344e38, + min_price: 1565.7687548447973, + ts: "2024-05-04T20:31:55.000Z", + }, + { + block_number: 3065650, + open_price: 3209.806634846668, + close_price: 3200.8458156530914, + max_price: 6631.325775520063, + min_price: 1531.0871527991465, + ts: "2024-05-05T20:31:55.000Z", + }, + { + block_number: 3108850, + open_price: 2941.668454863511, + close_price: 2946.9947732628525, + max_price: 6631.325775520063, + min_price: 0, + ts: "2024-05-06T20:31:55.000Z", + }, + { + block_number: 3152050, + open_price: 4.585718049646193e36, + close_price: 4.5878834796167104e36, + max_price: 3.2063504913059643e38, + min_price: 1807.3645708434601, + ts: "2024-05-07T20:31:55.000Z", + }, + { + block_number: 3195250, + open_price: 1.093425301527188e37, + close_price: 1.1481350984164214e37, + max_price: 3.2924502579984406e38, + min_price: 1807.3645708434601, + ts: "2024-05-08T20:31:55.000Z", + }, + { + block_number: 3238450, + open_price: 9.214887358724679e36, + close_price: 9.296782239141577e36, + max_price: 3.304654277275851e38, + min_price: 1464.450761451306, + ts: "2024-05-09T20:31:55.000Z", + }, + { + block_number: 3281650, + open_price: 3020.4314995904397, + close_price: 3017.4123953017515, + max_price: 5889.733084737303, + min_price: 1457.2928617844398, + ts: "2024-05-10T20:31:55.000Z", + }, + { + block_number: 3324850, + open_price: 2956.743106579758, + close_price: 3026.6111591154986, + max_price: 5897.9840728574945, + min_price: 1459.4803318978884, + ts: "2024-05-11T20:31:55.000Z", + }, + { + block_number: 3368050, + open_price: 3142.8485890051297, + close_price: 3147.294882459581, + max_price: 7402.362830888194, + min_price: 1443.0818499652116, + ts: "2024-05-12T20:31:55.000Z", + }, + { + block_number: 3411250, + open_price: 2903.6609423626505, + close_price: 2967.61810881437, + max_price: 8018.851851605629, + min_price: 1223.7124679837827, + ts: "2024-05-13T20:31:55.000Z", + }, + { + block_number: 3454450, + open_price: 2892.7955348979876, + close_price: 2892.635407947854, + max_price: 3173.2033650105227, + min_price: 2812.7077528718128, + ts: "2024-05-14T20:31:55.000Z", + }, + { + block_number: 3497650, + open_price: 2941.4222013645535, + close_price: 2947.452363499526, + max_price: 3199.009395322598, + min_price: 2796.1624609844507, + ts: "2024-05-15T20:31:55.000Z", + }, + { + block_number: 3540850, + open_price: 2995.749601731086, + close_price: 2995.037824196576, + max_price: 3210.5460057647324, + min_price: 2779.4365504070606, + ts: "2024-05-16T20:31:55.000Z", + }, + { + block_number: 3584050, + open_price: 3069.234258243458, + close_price: 3078.7086859306914, + max_price: 3211.8304168126415, + min_price: 2779.7144940621015, + ts: "2024-05-17T20:31:55.000Z", + }, + { + block_number: 3627250, + open_price: 2925.3297190467165, + close_price: 2997.383595355708, + max_price: 8042.943321744526, + min_price: 1509.651373081162, + ts: "2024-05-18T20:31:55.000Z", + }, + { + block_number: 3670450, + open_price: 3195.3661464357488, + close_price: 3229.791598604592, + max_price: 8095.390098417926, + min_price: 1248.431851295251, + ts: "2024-05-19T20:31:55.000Z", + }, + { + block_number: 3713650, + open_price: 3868.073219392277, + close_price: 3862.5317840138327, + max_price: 7101.466596314614, + min_price: 1689.0616377420017, + ts: "2024-05-20T20:31:55.000Z", + }, + { + block_number: 3756850, + open_price: 3539.7155631187275, + close_price: 3532.778217088515, + max_price: 3807.7272487096507, + min_price: 3513.5836805563144, + ts: "2024-05-21T20:31:55.000Z", + }, + { + block_number: 3800050, + open_price: 7.561261929697513e35, + close_price: 7.561261929697513e35, + max_price: 3.402567868363881e38, + min_price: 0, + ts: "2024-05-22T20:31:55.000Z", + }, + { + block_number: 3843250, + open_price: 1.0453357506494258e36, + close_price: 1.0453357506494258e36, + max_price: 3.402567868363881e38, + min_price: 0, + ts: "2024-05-23T20:31:55.000Z", + }, + { + block_number: 3886450, + open_price: 2.273430647013729e36, + close_price: 7.57810215671243e35, + max_price: 3.402567868363881e38, + min_price: 0, + ts: "2024-05-24T20:31:55.000Z", + }, + { + block_number: 3929650, + open_price: 1.458764359427173e36, + close_price: 1.8234554492839662e36, + max_price: 3.402567868363881e38, + min_price: 0, + ts: "2024-05-25T20:31:55.000Z", + }, + { + block_number: 3972850, + open_price: 4.445863939499844e36, + close_price: 4.149473010199855e36, + max_price: 3.402567868363881e38, + min_price: 0, + ts: "2024-05-26T20:31:55.000Z", + }, + { + block_number: 4016050, + open_price: 6.330358852236799e36, + close_price: 5.53906399912892e36, + max_price: 3.402567868363881e38, + min_price: 0, + ts: "2024-05-27T20:31:55.000Z", + }, + { + block_number: 4059250, + open_price: 1.647732623905027e36, + close_price: 2.4715989358575406e36, + max_price: 3.402567868363881e38, + min_price: 0, + ts: "2024-05-28T20:31:55.000Z", + }, + { + block_number: 4102450, + open_price: 1.8850791514481334e36, + close_price: 8.4828561815166e36, + max_price: 3.402567868363881e38, + min_price: 0, + ts: "2024-05-29T20:31:55.000Z", + }, + { + block_number: 4145650, + open_price: 1.2779597627657763e37, + close_price: 1.544201380008646e37, + max_price: 3.402567868363881e38, + min_price: 0, + ts: "2024-05-30T20:31:55.000Z", + }, + { + block_number: 4188850, + open_price: 8.657933507287227e36, + close_price: 1.2554003585566473e37, + max_price: 3.402567868363881e38, + min_price: 0, + ts: "2024-05-31T20:31:55.000Z", + }, + { + block_number: 4232050, + open_price: 1.3106187344809016e37, + close_price: 1.2098019087516016e37, + max_price: 3.402567868363881e38, + min_price: 0, + ts: "2024-06-01T20:31:55.000Z", + }, + { + block_number: 4275250, + open_price: 5.480646230921687e36, + close_price: 5.0239257116782135e36, + max_price: 3.402567868363881e38, + min_price: 0, + ts: "2024-06-02T20:31:55.000Z", + }, + { + block_number: 4318450, + open_price: 4.9210692311047866e36, + close_price: 7.733108791736093e36, + max_price: 3.402567868363881e38, + min_price: 0, + ts: "2024-06-03T20:31:55.000Z", + }, +] diff --git a/components/trading-view/trading-view-chart.tsx b/components/trading-view/trading-view-chart.tsx index 09f61d64..ecfbebe8 100644 --- a/components/trading-view/trading-view-chart.tsx +++ b/components/trading-view/trading-view-chart.tsx @@ -1,39 +1,49 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ "use client" +import useMarket from "@/providers/market" import { cn } from "@/utils" import React from "react" +import { useAccount } from "wagmi" import { + ResolutionString, widget, type ChartingLibraryWidgetOptions, } from "../../public/charting_library" import { Skeleton } from "../ui/skeleton" +import datafeed from "./datafeed" + +const from = new Date(2024, 7, 1).getTime() / 1000 +const to = new Date().getTime() / 1000 export const TVChartContainer = ( props: Partial, ) => { + const { chainId } = useAccount() + const { currentMarket } = useMarket() const [isLoading, setIsLoading] = React.useState(true) const chartContainerRef = React.useRef() as React.MutableRefObject React.useEffect(() => { + if (!currentMarket) return const widgetOptions: ChartingLibraryWidgetOptions = { - symbol: props.symbol, + symbol: `${currentMarket.base.symbol}-${currentMarket.quote.symbol}`, // BEWARE: no trailing slash is expected in feed URL - datafeed: new (window as any).Datafeeds.UDFCompatibleDatafeed( - "https://demo_feed.tradingview.com", - undefined, - { - maxResponseLength: 1000, - expectedOrder: "latestFirst", - }, - ), - - interval: props.interval!, + // @ts-ignore + datafeed: datafeed({ + base: currentMarket?.base.symbol, + quote: currentMarket?.quote.symbol, + baseAddress: currentMarket?.base.address, + quoteAddress: currentMarket?.quote.address, + chainId, + }), + timeframe: "1M", + interval: "1W" as ResolutionString, container: chartContainerRef.current, library_path: "charting_library/", locale: "en", - // debug: true, + debug: false, theme: "dark", custom_css_url: "css/styles.css", disabled_features: [ @@ -71,7 +81,7 @@ export const TVChartContainer = ( return () => { tvWidget.remove() } - }, [props]) + }, [props, currentMarket?.base, currentMarket?.quote]) return (
diff --git a/components/ui/data-table/data-table.tsx b/components/ui/data-table/data-table.tsx index 3c0270e3..d0e29350 100644 --- a/components/ui/data-table/data-table.tsx +++ b/components/ui/data-table/data-table.tsx @@ -26,6 +26,7 @@ interface DataTableProps { renderExtraRow?: (row: Row) => React.ReactNode tableRowClasses?: string skeletonRows?: number + cellClasses?: string } export function DataTable({ @@ -39,6 +40,7 @@ export function DataTable({ renderExtraRow = () => null, tableRowClasses, skeletonRows = 2, + cellClasses, }: DataTableProps) { const rows = table.getRowModel().rows const tableName = Object.keys(table._getAllFlatColumnsById()).join("-") @@ -49,7 +51,9 @@ export function DataTable({ return ( <>
- + {table.getHeaderGroups().map((headerGroup) => ( {headerGroup.headers.map((header) => { @@ -97,7 +101,10 @@ export function DataTable({ {row.getVisibleCells().map((cell) => (
{ - if (!markets) return undefined - if (!marketParam) return markets[0] - const [base, quote, tickSpacing] = marketParam.split(",") - - if (!base || !quote || !tickSpacing) return - try { - const market = { - base: getAddress(base), - quote: getAddress(quote), - tickSpacing: BigInt(tickSpacing), - } - const result = markets.find( - (m) => - isAddressEqual(market.base, m.base.address) && - isAddressEqual(market.quote, m.quote.address) && - market.tickSpacing === m.tickSpacing, - ) - if (!result) { - return markets[0] - } else { - return result - } - } catch (e) { - return markets[0] - } - }, [markets, marketParam]) - - const setMarket = React.useCallback( - (market: MarketParams) => { - if (!markets || isMarketEqual(market, currentMarket)) return - const marketParam = `${market.base.address},${market.quote.address},${market.tickSpacing}` - const params = new URLSearchParams(searchParams.toString()) - params.set("market", marketParam) - router.push(`${pathName}?${params.toString()}`) - }, - [currentMarket, searchParams, pathName, router], - ) - - return { - markets, - currentMarket, - setMarket, - } -} - -const MarketContext = React.createContext< - ReturnType | undefined ->(undefined) -MarketContext.displayName = "MarketContext" - -export function MarketProvider({ children }: React.PropsWithChildren) { - const marketContext = useMarketContext() - return ( - - {children} - - ) -} - -const useMarket = () => { - const marketCtx = React.useContext(MarketContext) - if (!marketCtx) { - throw new Error("useMarket must be used within the MarketContext.Provider") - } - return marketCtx -} - -export default useMarket diff --git a/providers/market.tsx b/providers/market.tsx index 2ee8debe..9e48830c 100644 --- a/providers/market.tsx +++ b/providers/market.tsx @@ -2,126 +2,70 @@ import React from "react" -const useMarketContext = () => { - // const searchParams = useSearchParams() - // const marketParam = searchParams.get("market") - // const { chain } = useAccount() - // const [currentMarket, setCurrentMarket] = React.useState() - // const marketInfo = React.useMemo(() => { - // if (!(marketsInfoQuery.data?.length && chain?.id && mangrove)) return - // // Use currentMarket if no marketParam is provided - // if (!marketParam && currentMarket) { - // const [baseId, quoteId] = currentMarket.split(",") - // return marketsInfoQuery.data.find((marketInfo) => { - // return ( - // marketInfo.base.id?.toLowerCase() === baseId?.toLowerCase() && - // marketInfo.quote.id?.toLowerCase() === quoteId?.toLowerCase() - // ) - // }) - // } - // // Use marketParam to fetch market data - // const [baseId, quoteId] = marketParam?.split(",") ?? [] - // return ( - // marketsInfoQuery.data.find((marketInfo) => { - // return ( - // marketInfo.base.id?.toLowerCase() === baseId?.toLowerCase() && - // marketInfo.quote.id?.toLowerCase() === quoteId?.toLowerCase() - // ) - // }) ?? marketsInfoQuery.data[0] - // ) - // }, [marketsInfoQuery.data, chain?.id, mangrove, marketParam]) - // const { data: market } = useQuery({ - // // eslint-disable-next-line @tanstack/query/exhaustive-deps - // queryKey: ["market", marketInfo?.base.symbol, marketInfo?.quote.symbol], - // queryFn: () => { - // if (!marketInfo) return - // return mangrove?.market(marketInfo) - // }, - // enabled: !!marketInfo, - // refetchOnWindowFocus: false, - // staleTime: 15 * 60 * 1000, - // }) - // const requestBookQuery = useQuery({ - // // eslint-disable-next-line @tanstack/query/exhaustive-deps - // queryKey: ["orderbook", market?.base.id, market?.quote.id], - // queryFn: () => { - // if (!market) return null - // return market.requestBook() - // }, - // enabled: !!market, - // refetchOnWindowFocus: false, - // }) - // const olKeys = React.useMemo(() => { - // if (!(mangrove && market)) return undefined - // const ask: TokenAndOlkey = { - // token: market.base, - // olKey: mangrove.calculateOLKeyHash(market.olKeyBaseQuote), - // } - // const bid: TokenAndOlkey = { - // token: market.quote, - // olKey: mangrove.calculateOLKeyHash(market.olKeyQuoteBase), - // } - // return { - // ask, - // bid, - // } - // }, [mangrove, market]) - // const midPrice = React.useMemo(() => { - // if (requestBookQuery.data) { - // return calculateMidPriceFromOrderBook(requestBookQuery.data) - // } - // }, [requestBookQuery.data]) - // const riskAppetite = React.useMemo(() => { - // if (!marketInfo) return - // return getRiskAppetite(marketInfo.base.id, marketInfo.quote.id) - // }, [marketInfo]) - // // Get mid price only if there is no liquidity in the book - // const midPriceQuery = useQuery({ - // queryKey: ["midPrice", market?.base.symbol, market?.quote.symbol], - // queryFn: () => { - // if (!market?.base.symbol || !market?.quote.symbol) return undefined - // return getTokenPriceInToken(market.base.symbol, market.quote.symbol, "1m") - // }, - // enabled: - // requestBookQuery.status === "success" && - // !midPrice && - // !!market?.base.symbol && - // !!market?.quote.symbol, - // select: (data) => data?.close, - // }) - // const updateOrderbook = React.useCallback(() => { - // if (!market) return - // requestBookQuery.refetch() - // }, [market, requestBookQuery]) - // // subscribe to market events and refresh the book - // React.useEffect(() => { - // if (!market) return - // market.subscribe(updateOrderbook) - // return () => { - // market.unsubscribe(updateOrderbook) - // } - // }, [market, updateOrderbook]) - // function getMarketFromAddresses(base: string, quote: string) { - // if (!(marketsInfoQuery.data?.length && chain?.id && mangrove)) return - // const marketInfo = marketsInfoQuery.data.find((marketInfo) => { - // return ( - // marketInfo.base.address?.toLowerCase() === base?.toLowerCase() && - // marketInfo.quote.address?.toLowerCase() === quote?.toLowerCase() - // ) - // }) - // if (!marketInfo) return - // return mangrove.market(marketInfo) - // } - // return { - // requestBookQuery, - // market, - // marketInfo, - // olKeys, - // midPrice: midPrice ?? midPriceQuery.data, - // riskAppetite, - // setCurrentMarket, - // getMarketFromAddresses, - // } +import { useMarkets } from "@/hooks/use-addresses" +import { MarketParams } from "@mangrovedao/mgv" +import { usePathname, useRouter, useSearchParams } from "next/navigation" +import { getAddress, isAddressEqual } from "viem" + +function isMarketEqual(market1?: MarketParams, market2?: MarketParams) { + if (!market1 || !market2) return false + return ( + isAddressEqual(market1.base.address, market2.base.address) && + isAddressEqual(market1.quote.address, market2.quote.address) && + market1.tickSpacing === market2.tickSpacing + ) +} + +export function useMarketContext() { + const markets = useMarkets() + const router = useRouter() + const pathName = usePathname() + const searchParams = useSearchParams() + const marketParam = searchParams.get("market") + const currentMarket = React.useMemo(() => { + if (!markets) return undefined + if (!marketParam) return markets[0] + const [base, quote, tickSpacing] = marketParam.split(",") + + if (!base || !quote || !tickSpacing) return + try { + const market = { + base: getAddress(base), + quote: getAddress(quote), + tickSpacing: BigInt(tickSpacing), + } + const result = markets.find( + (m) => + isAddressEqual(market.base, m.base.address) && + isAddressEqual(market.quote, m.quote.address) && + market.tickSpacing === m.tickSpacing, + ) + if (!result) { + return markets[0] + } else { + return result + } + } catch (e) { + return markets[0] + } + }, [markets, marketParam]) + + const setMarket = React.useCallback( + (market: MarketParams) => { + if (!markets || isMarketEqual(market, currentMarket)) return + const marketParam = `${market.base.address},${market.quote.address},${market.tickSpacing}` + const params = new URLSearchParams(searchParams.toString()) + params.set("market", marketParam) + router.push(`${pathName}?${params.toString()}`) + }, + [currentMarket, searchParams, pathName, router], + ) + + return { + markets, + currentMarket, + setMarket, + } } const MarketContext = React.createContext< diff --git a/public/charting_library/bundles/1013.01583b91f7384f25e038.css b/public/charting_library/bundles/1013.01583b91f7384f25e038.css deleted file mode 100644 index b1bf0290..00000000 --- a/public/charting_library/bundles/1013.01583b91f7384f25e038.css +++ /dev/null @@ -1 +0,0 @@ -.dialog-CPGBbsmc{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;min-width:280px;text-align:left}html.theme-dark .dialog-CPGBbsmc{background-color:#1e222d}.dialog-CPGBbsmc.rounded-CPGBbsmc{border-radius:6px}.dialog-CPGBbsmc.shadowed-CPGBbsmc{box-shadow:0 2px 4px #0003}html.theme-dark .dialog-CPGBbsmc.shadowed-CPGBbsmc{box-shadow:0 2px 4px #0006}.dialog-CPGBbsmc.fullscreen-CPGBbsmc{bottom:0;height:100%;left:0;max-height:100%;max-width:100%;min-height:100%;position:fixed;right:0;top:0;width:100%}.dialog-CPGBbsmc.darker-CPGBbsmc{background-color:#fff}html.theme-dark .dialog-CPGBbsmc.darker-CPGBbsmc{background-color:#131722}.backdrop-CPGBbsmc{background-color:#9598a1;bottom:0;left:0;opacity:.5;position:fixed;right:0;top:0;transform:translateZ(0);z-index:-1}html.theme-dark .backdrop-CPGBbsmc{background-color:#0c0e15}.dialog-qyCw0PaN{max-width:380px;min-width:280px;position:fixed;width:100%}.dialog-qyCw0PaN [data-dragg-area=true]{cursor:grab}.dialog-qyCw0PaN [data-dragg-area=true].dragging-qyCw0PaN{cursor:grabbing}.dialogAnimatedAppearance-qyCw0PaN{animation-duration:.3s;animation-name:dialogAnimation-qyCw0PaN;transform-origin:0 0}@keyframes dialogAnimation-qyCw0PaN{0%{opacity:0;transform:translate(var(--animationTranslateStartX),var(--animationTranslateStartY)) scale(0)}to{opacity:1;transform:translate(var(--animationTranslateEndX),var(--animationTranslateEndY)) scale(1)}}.dialogTooltip-qyCw0PaN{color:#fff;font-size:14px;left:50%;line-height:21px;max-width:540px;position:absolute;top:-20px;transform:translateX(-50%);width:-webkit-max-content;width:max-content}@media screen and (max-width:768px){.dialogTooltip-qyCw0PaN{max-width:240px}} \ No newline at end of file diff --git a/public/charting_library/bundles/1013.01583b91f7384f25e038.rtl.css b/public/charting_library/bundles/1013.01583b91f7384f25e038.rtl.css deleted file mode 100644 index bc382a56..00000000 --- a/public/charting_library/bundles/1013.01583b91f7384f25e038.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.dialog-CPGBbsmc{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;min-width:280px;text-align:right}html.theme-dark .dialog-CPGBbsmc{background-color:#1e222d}.dialog-CPGBbsmc.rounded-CPGBbsmc{border-radius:6px}.dialog-CPGBbsmc.shadowed-CPGBbsmc{box-shadow:0 2px 4px #0003}html.theme-dark .dialog-CPGBbsmc.shadowed-CPGBbsmc{box-shadow:0 2px 4px #0006}.dialog-CPGBbsmc.fullscreen-CPGBbsmc{bottom:0;height:100%;left:0;max-height:100%;max-width:100%;min-height:100%;position:fixed;right:0;top:0;width:100%}.dialog-CPGBbsmc.darker-CPGBbsmc{background-color:#fff}html.theme-dark .dialog-CPGBbsmc.darker-CPGBbsmc{background-color:#131722}.backdrop-CPGBbsmc{background-color:#9598a1;bottom:0;left:0;opacity:.5;position:fixed;right:0;top:0;transform:translateZ(0);z-index:-1}html.theme-dark .backdrop-CPGBbsmc{background-color:#0c0e15}.dialog-qyCw0PaN{max-width:380px;min-width:280px;position:fixed;width:100%}.dialog-qyCw0PaN [data-dragg-area=true]{cursor:grab}.dialog-qyCw0PaN [data-dragg-area=true].dragging-qyCw0PaN{cursor:grabbing}.dialogAnimatedAppearance-qyCw0PaN{animation-duration:.3s;animation-name:dialogAnimation-qyCw0PaN;transform-origin:100% 0}@keyframes dialogAnimation-qyCw0PaN{0%{opacity:0;transform:translate(var(--animationTranslateStartX),var(--animationTranslateStartY)) scale(0)}to{opacity:1;transform:translate(var(--animationTranslateEndX),var(--animationTranslateEndY)) scale(1)}}.dialogTooltip-qyCw0PaN{color:#fff;font-size:14px;line-height:21px;max-width:540px;position:absolute;right:50%;top:-20px;transform:translateX(50%);width:-webkit-max-content;width:max-content}@media screen and (max-width:768px){.dialogTooltip-qyCw0PaN{max-width:240px}} \ No newline at end of file diff --git a/public/charting_library/bundles/1044.c0b266912178dd5523e1.js b/public/charting_library/bundles/1044.c0b266912178dd5523e1.js deleted file mode 100644 index db274087..00000000 --- a/public/charting_library/bundles/1044.c0b266912178dd5523e1.js +++ /dev/null @@ -1,5 +0,0 @@ -(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1044,8115,306],{59255:(t,e,n)=>{"use strict";n.r(e),n.d(e,{default:()=>S});var r=function(){if("undefined"!=typeof Map)return Map;function t(t,e){var n=-1;return t.some((function(t,r){return t[0]===e&&(n=r,!0)})),n}return function(){function e(){this.__entries__=[]}return Object.defineProperty(e.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),e.prototype.get=function(e){var n=t(this.__entries__,e),r=this.__entries__[n];return r&&r[1]},e.prototype.set=function(e,n){var r=t(this.__entries__,e);~r?this.__entries__[r][1]=n:this.__entries__.push([e,n])},e.prototype.delete=function(e){var n=this.__entries__,r=t(n,e);~r&&n.splice(r,1)},e.prototype.has=function(e){return!!~t(this.__entries__,e)},e.prototype.clear=function(){this.__entries__.splice(0)},e.prototype.forEach=function(t,e){void 0===e&&(e=null);for(var n=0,r=this.__entries__;n0},t.prototype.connect_=function(){o&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),c?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},t.prototype.disconnect_=function(){o&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_), -window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},t.prototype.onTransitionEnd_=function(t){var e=t.propertyName,n=void 0===e?"":e;u.some((function(t){return!!~n.indexOf(t)}))&&this.refresh()},t.getInstance=function(){return this.instance_||(this.instance_=new t),this.instance_},t.instance_=null,t}(),f=function(t,e){for(var n=0,r=Object.keys(e);n0},t}(),E="undefined"!=typeof WeakMap?new WeakMap:new r,O=function t(e){if(!(this instanceof t))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=a.getInstance(),r=new g(e,n,this);E.set(this,r)};["observe","unobserve","disconnect"].forEach((function(t){O.prototype[t]=function(){var e;return(e=E.get(this))[t].apply(e,arguments)}}));const S=void 0!==i.ResizeObserver?i.ResizeObserver:O},6132:(t,e,n)=>{"use strict";var r=n(22134);function o(){}function i(){}i.resetWarningCache=o,t.exports=function(){function t(t,e,n,o,i,s){if(s!==r){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}function e(){return t}t.isRequired=t;var n={array:t,bool:t,func:t,number:t,object:t,string:t,symbol:t,any:t,arrayOf:e,element:t,elementType:t,instanceOf:e,node:t,objectOf:e,oneOf:e,oneOfType:e,shape:e,exact:e,checkPropTypes:i,resetWarningCache:o};return n.PropTypes=n,n}},19036:(t,e,n)=>{t.exports=n(6132)()},22134:t=>{"use strict";t.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},95257:(t,e)=>{"use strict";var n=Symbol.for("react.element"),r=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),u=Symbol.for("react.provider"),c=Symbol.for("react.context"),a=Symbol.for("react.forward_ref"),f=Symbol.for("react.suspense"),l=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),p=Symbol.iterator;var d={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},y=Object.assign,_={};function v(t,e,n){this.props=t,this.context=e,this.refs=_, -this.updater=n||d}function b(){}function m(t,e,n){this.props=t,this.context=e,this.refs=_,this.updater=n||d}v.prototype.isReactComponent={},v.prototype.setState=function(t,e){if("object"!=typeof t&&"function"!=typeof t&&null!=t)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,t,e,"setState")},v.prototype.forceUpdate=function(t){this.updater.enqueueForceUpdate(this,t,"forceUpdate")},b.prototype=v.prototype;var w=m.prototype=new b;w.constructor=m,y(w,v.prototype),w.isPureReactComponent=!0;var g=Array.isArray,E=Object.prototype.hasOwnProperty,O={current:null},S={key:!0,ref:!0,__self:!0,__source:!0};function R(t,e,r){var o,i={},s=null,u=null;if(null!=e)for(o in void 0!==e.ref&&(u=e.ref),void 0!==e.key&&(s=""+e.key),e)E.call(e,o)&&!S.hasOwnProperty(o)&&(i[o]=e[o]);var c=arguments.length-2;if(1===c)i.children=r;else if(1{"use strict";t.exports=n(95257)}}]); \ No newline at end of file diff --git a/public/charting_library/bundles/1054.d5b8033c360af91ed458.css b/public/charting_library/bundles/1054.d5b8033c360af91ed458.css deleted file mode 100644 index 91640064..00000000 --- a/public/charting_library/bundles/1054.d5b8033c360af91ed458.css +++ /dev/null @@ -1 +0,0 @@ -.wrap-vSb6C0Bj{bottom:0;cursor:default;pointer-events:all;position:absolute;right:0;top:0;width:8px;will-change:height}.wrap--horizontal-vSb6C0Bj{height:8px;left:0;right:0;top:auto;will-change:width}.bar-vSb6C0Bj{align-items:center;display:flex;justify-content:center;left:0;position:absolute;top:0;width:100%;will-change:height,transform}.bar-vSb6C0Bj .barInner-vSb6C0Bj{background-color:#d1d4dc;border-radius:2px;height:calc(100% - 4px);width:4px}html.theme-dark .bar-vSb6C0Bj .barInner-vSb6C0Bj{background-color:#50535e}.bar-vSb6C0Bj .barInner--horizontal-vSb6C0Bj{height:4px;width:calc(100% - 4px)}.bar--horizontal-vSb6C0Bj{height:100%;left:0;top:0;width:auto;will-change:width,transform}.scrollWrap-FaOvTD2r{pointer-events:none;position:absolute;will-change:visibility}.itemRow-BadjY5sX{align-items:center;cursor:default;display:flex;height:52px}@media (any-hover:hover){.itemRow-BadjY5sX:hover{background-color:#f0f3fa}html.theme-dark .itemRow-BadjY5sX:hover{background-color:#2a2e39}.itemRow-BadjY5sX:hover .favoriteButton-BadjY5sX{opacity:1}}.itemRow-BadjY5sX.active-BadjY5sX,html.theme-dark .itemRow-BadjY5sX.active-BadjY5sX{background-color:#2962ff}.itemRow-BadjY5sX.selected-BadjY5sX{background-color:#bbd9fb}html.theme-dark .itemRow-BadjY5sX.selected-BadjY5sX{background-color:#142e61}.itemRow-BadjY5sX.mobile-BadjY5sX{height:55px}.itemRow-BadjY5sX .itemInfo-BadjY5sX{display:flex;flex-direction:column;overflow:hidden;padding-right:20px}.itemRow-BadjY5sX .itemInfo-BadjY5sX .title-BadjY5sX{color:#131722;font-size:14px;line-height:21px;margin-bottom:4px;overflow:hidden;white-space:nowrap}html.theme-dark .itemRow-BadjY5sX .itemInfo-BadjY5sX .title-BadjY5sX{color:#d1d4dc}.itemRow-BadjY5sX .itemInfo-BadjY5sX .title-BadjY5sX.active-BadjY5sX{color:#fff}html.theme-dark .itemRow-BadjY5sX .itemInfo-BadjY5sX .title-BadjY5sX.active-BadjY5sX{color:#d1d4dc}.itemRow-BadjY5sX .itemInfo-BadjY5sX .title-BadjY5sX.mobile-BadjY5sX{font-size:16px;line-height:24px;margin:4px 0 2px}.itemRow-BadjY5sX .itemInfo-BadjY5sX .details-BadjY5sX{color:#6a6d78;font-size:12px;line-height:17px;overflow:hidden;white-space:nowrap}html.theme-dark .itemRow-BadjY5sX .itemInfo-BadjY5sX .details-BadjY5sX{color:#868993}.itemRow-BadjY5sX .itemInfo-BadjY5sX .details-BadjY5sX.active-BadjY5sX{color:#fff}html.theme-dark .itemRow-BadjY5sX .itemInfo-BadjY5sX .details-BadjY5sX.active-BadjY5sX{color:#d1d4dc}.itemRow-BadjY5sX .itemInfo-BadjY5sX .details-BadjY5sX.mobile-BadjY5sX{margin-bottom:8px}.itemRow-BadjY5sX .itemInfoWithPadding-BadjY5sX{padding-left:20px}.itemRow-BadjY5sX .favoriteButton-BadjY5sX{margin:0 4px 0 6px}.itemRow-BadjY5sX .favoriteButton-BadjY5sX.favorite-BadjY5sX,.itemRow-BadjY5sX .favoriteButton-BadjY5sX.mobile-BadjY5sX{opacity:1}.itemRow-BadjY5sX .removeButton-BadjY5sX{margin-left:auto;margin-right:18px} \ No newline at end of file diff --git a/public/charting_library/bundles/1054.d5b8033c360af91ed458.rtl.css b/public/charting_library/bundles/1054.d5b8033c360af91ed458.rtl.css deleted file mode 100644 index 3303719b..00000000 --- a/public/charting_library/bundles/1054.d5b8033c360af91ed458.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.wrap-vSb6C0Bj{bottom:0;cursor:default;left:0;pointer-events:all;position:absolute;top:0;width:8px;will-change:height}.wrap--horizontal-vSb6C0Bj{height:8px;left:0;right:0;top:auto;will-change:width}.bar-vSb6C0Bj{align-items:center;display:flex;justify-content:center;position:absolute;right:0;top:0;width:100%;will-change:height,transform}.bar-vSb6C0Bj .barInner-vSb6C0Bj{background-color:#d1d4dc;border-radius:2px;height:calc(100% - 4px);width:4px}html.theme-dark .bar-vSb6C0Bj .barInner-vSb6C0Bj{background-color:#50535e}.bar-vSb6C0Bj .barInner--horizontal-vSb6C0Bj{height:4px;width:calc(100% - 4px)}.bar--horizontal-vSb6C0Bj{height:100%;right:0;top:0;width:auto;will-change:width,transform}.scrollWrap-FaOvTD2r{pointer-events:none;position:absolute;will-change:visibility}.itemRow-BadjY5sX{align-items:center;cursor:default;display:flex;height:52px}@media (any-hover:hover){.itemRow-BadjY5sX:hover{background-color:#f0f3fa}html.theme-dark .itemRow-BadjY5sX:hover{background-color:#2a2e39}.itemRow-BadjY5sX:hover .favoriteButton-BadjY5sX{opacity:1}}.itemRow-BadjY5sX.active-BadjY5sX,html.theme-dark .itemRow-BadjY5sX.active-BadjY5sX{background-color:#2962ff}.itemRow-BadjY5sX.selected-BadjY5sX{background-color:#bbd9fb}html.theme-dark .itemRow-BadjY5sX.selected-BadjY5sX{background-color:#142e61}.itemRow-BadjY5sX.mobile-BadjY5sX{height:55px}.itemRow-BadjY5sX .itemInfo-BadjY5sX{display:flex;flex-direction:column;overflow:hidden;padding-left:20px}.itemRow-BadjY5sX .itemInfo-BadjY5sX .title-BadjY5sX{color:#131722;font-size:14px;line-height:21px;margin-bottom:4px;overflow:hidden;white-space:nowrap}html.theme-dark .itemRow-BadjY5sX .itemInfo-BadjY5sX .title-BadjY5sX{color:#d1d4dc}.itemRow-BadjY5sX .itemInfo-BadjY5sX .title-BadjY5sX.active-BadjY5sX{color:#fff}html.theme-dark .itemRow-BadjY5sX .itemInfo-BadjY5sX .title-BadjY5sX.active-BadjY5sX{color:#d1d4dc}.itemRow-BadjY5sX .itemInfo-BadjY5sX .title-BadjY5sX.mobile-BadjY5sX{font-size:16px;line-height:24px;margin:4px 0 2px}.itemRow-BadjY5sX .itemInfo-BadjY5sX .details-BadjY5sX{color:#6a6d78;font-size:12px;line-height:17px;overflow:hidden;white-space:nowrap}html.theme-dark .itemRow-BadjY5sX .itemInfo-BadjY5sX .details-BadjY5sX{color:#868993}.itemRow-BadjY5sX .itemInfo-BadjY5sX .details-BadjY5sX.active-BadjY5sX{color:#fff}html.theme-dark .itemRow-BadjY5sX .itemInfo-BadjY5sX .details-BadjY5sX.active-BadjY5sX{color:#d1d4dc}.itemRow-BadjY5sX .itemInfo-BadjY5sX .details-BadjY5sX.mobile-BadjY5sX{margin-bottom:8px}.itemRow-BadjY5sX .itemInfoWithPadding-BadjY5sX{padding-right:20px}.itemRow-BadjY5sX .favoriteButton-BadjY5sX{margin:0 6px 0 4px}.itemRow-BadjY5sX .favoriteButton-BadjY5sX.favorite-BadjY5sX,.itemRow-BadjY5sX .favoriteButton-BadjY5sX.mobile-BadjY5sX{opacity:1}.itemRow-BadjY5sX .removeButton-BadjY5sX{margin-left:18px;margin-right:auto} \ No newline at end of file diff --git a/public/charting_library/bundles/1109.ec16a629917db2baf412.css b/public/charting_library/bundles/1109.ec16a629917db2baf412.css deleted file mode 100644 index 90e2d261..00000000 --- a/public/charting_library/bundles/1109.ec16a629917db2baf412.css +++ /dev/null @@ -1 +0,0 @@ -.button-KTgbfaP5{all:unset;align-items:center;color:var(--tv-color-toolbar-button-text,#131722);cursor:default;display:flex;height:36px;justify-content:center;position:relative;-webkit-user-select:none;user-select:none;width:52px}html.theme-dark .button-KTgbfaP5{color:var(--tv-color-toolbar-button-text,#d1d4dc)}.button-KTgbfaP5.hover-KTgbfaP5,.button-KTgbfaP5:active{color:var(--tv-color-toolbar-button-text-hover,#131722)}@media (any-hover:hover){.button-KTgbfaP5:hover{color:var(--tv-color-toolbar-button-text-hover,#131722)}}html.theme-dark .button-KTgbfaP5.hover-KTgbfaP5,html.theme-dark .button-KTgbfaP5:active{color:var(--tv-color-toolbar-button-text-hover,#d1d4dc)}@media (any-hover:hover){html.theme-dark .button-KTgbfaP5:hover{color:var(--tv-color-toolbar-button-text-hover,#d1d4dc)}}.button-KTgbfaP5 .bg-KTgbfaP5{align-items:center;border-radius:4px;display:flex;height:34px;justify-content:center;position:relative;width:34px}.button-KTgbfaP5.hover-KTgbfaP5 .bg-KTgbfaP5,.button-KTgbfaP5:active .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa)}@media (any-hover:hover){.button-KTgbfaP5:hover .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa)}}html.theme-dark .button-KTgbfaP5.hover-KTgbfaP5 .bg-KTgbfaP5,html.theme-dark .button-KTgbfaP5:active .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .button-KTgbfaP5:hover .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}}.button-KTgbfaP5 .icon-KTgbfaP5 svg{vertical-align:middle}.button-KTgbfaP5.isActive-KTgbfaP5 .bg-KTgbfaP5{height:30px;width:30px}.button-KTgbfaP5.isActive-KTgbfaP5 .bg-KTgbfaP5,html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5 .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-toggle-button-background-active,#2962ff)}.button-KTgbfaP5.isActive-KTgbfaP5 .icon-KTgbfaP5{color:var(--tv-color-item-active-text,#fff)}html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5 .icon-KTgbfaP5{color:var(--tv-color-item-active-text,#d1d4dc)}.button-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .bg-KTgbfaP5,.button-KTgbfaP5.isActive-KTgbfaP5:active .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-toggle-button-background-active-hover,#1e53e5)}@media (any-hover:hover){.button-KTgbfaP5.isActive-KTgbfaP5:hover .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-toggle-button-background-active-hover,#1e53e5)}}html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .bg-KTgbfaP5,html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5:active .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-toggle-button-background-active-hover,#1e53e5)}@media (any-hover:hover){html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5:hover .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-toggle-button-background-active-hover,#1e53e5)}}.button-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .icon-KTgbfaP5,.button-KTgbfaP5.isActive-KTgbfaP5:active .icon-KTgbfaP5{color:var(--tv-color-item-active-text,#fff)}@media (any-hover:hover){.button-KTgbfaP5.isActive-KTgbfaP5:hover .icon-KTgbfaP5{color:var(--tv-color-item-active-text,#fff)}}html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .icon-KTgbfaP5,html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5:active .icon-KTgbfaP5{color:var(--tv-color-item-active-text,#d1d4dc)}@media (any-hover:hover){html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5:hover .icon-KTgbfaP5{color:var(--tv-color-item-active-text,#d1d4dc)}}.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5 .icon-KTgbfaP5{color:var(--tv-color-toolbar-button-text-active,#2962ff)}html.theme-sa .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5 .icon-KTgbfaP5{color:var(--tv-color-toolbar-button-text-active,#ff7200)}html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5 .icon-KTgbfaP5{color:var(--tv-color-toolbar-button-text-active,#2962ff)}.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .bg-KTgbfaP5,.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:active .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa);height:34px;width:34px}@media (any-hover:hover){.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:hover .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa);height:34px;width:34px}}html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .bg-KTgbfaP5,html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:active .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:hover .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}}.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .icon-KTgbfaP5,.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:active .icon-KTgbfaP5{color:var(--tv-color-toolbar-button-text-active-hover,#1e53e5)}@media (any-hover:hover){.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:hover .icon-KTgbfaP5{color:var(--tv-color-toolbar-button-text-active-hover,#1e53e5)}}html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .icon-KTgbfaP5,html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:active .icon-KTgbfaP5{color:var(--tv-color-toolbar-button-text-active-hover,#1e53e5)}@media (any-hover:hover){html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:hover .icon-KTgbfaP5{color:var(--tv-color-toolbar-button-text-active-hover,#1e53e5)}}.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5 .bg-KTgbfaP5{background-color:initial;height:34px;width:34px}html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5 .bg-KTgbfaP5{background-color:initial}.button-KTgbfaP5.isGrayed-KTgbfaP5{cursor:default;opacity:.3}.button-KTgbfaP5.isGrayed-KTgbfaP5,.button-KTgbfaP5.isGrayed-KTgbfaP5 .bg-KTgbfaP5,.button-KTgbfaP5.isGrayed-KTgbfaP5:active,.button-KTgbfaP5.isGrayed-KTgbfaP5:active .bg-KTgbfaP5{background-color:initial}@media (any-hover:hover){.button-KTgbfaP5.isGrayed-KTgbfaP5:hover,.button-KTgbfaP5.isGrayed-KTgbfaP5:hover .bg-KTgbfaP5{background-color:initial}}html.theme-dark .button-KTgbfaP5.isGrayed-KTgbfaP5,html.theme-dark .button-KTgbfaP5.isGrayed-KTgbfaP5 .bg-KTgbfaP5,html.theme-dark .button-KTgbfaP5.isGrayed-KTgbfaP5:active,html.theme-dark .button-KTgbfaP5.isGrayed-KTgbfaP5:active .bg-KTgbfaP5{background-color:initial}@media (any-hover:hover){html.theme-dark .button-KTgbfaP5.isGrayed-KTgbfaP5:hover,html.theme-dark .button-KTgbfaP5.isGrayed-KTgbfaP5:hover .bg-KTgbfaP5{background-color:initial}}.button-KTgbfaP5.isHidden-KTgbfaP5{display:none}.accessible-KTgbfaP5 .bg-KTgbfaP5:before{border-radius:4px;content:"";height:32px;outline:2px none #2962ff;position:absolute;width:32px}.accessible-KTgbfaP5:focus-visible .bg-KTgbfaP5:before{outline-style:solid} \ No newline at end of file diff --git a/public/charting_library/bundles/1109.ec16a629917db2baf412.rtl.css b/public/charting_library/bundles/1109.ec16a629917db2baf412.rtl.css deleted file mode 100644 index 90e2d261..00000000 --- a/public/charting_library/bundles/1109.ec16a629917db2baf412.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.button-KTgbfaP5{all:unset;align-items:center;color:var(--tv-color-toolbar-button-text,#131722);cursor:default;display:flex;height:36px;justify-content:center;position:relative;-webkit-user-select:none;user-select:none;width:52px}html.theme-dark .button-KTgbfaP5{color:var(--tv-color-toolbar-button-text,#d1d4dc)}.button-KTgbfaP5.hover-KTgbfaP5,.button-KTgbfaP5:active{color:var(--tv-color-toolbar-button-text-hover,#131722)}@media (any-hover:hover){.button-KTgbfaP5:hover{color:var(--tv-color-toolbar-button-text-hover,#131722)}}html.theme-dark .button-KTgbfaP5.hover-KTgbfaP5,html.theme-dark .button-KTgbfaP5:active{color:var(--tv-color-toolbar-button-text-hover,#d1d4dc)}@media (any-hover:hover){html.theme-dark .button-KTgbfaP5:hover{color:var(--tv-color-toolbar-button-text-hover,#d1d4dc)}}.button-KTgbfaP5 .bg-KTgbfaP5{align-items:center;border-radius:4px;display:flex;height:34px;justify-content:center;position:relative;width:34px}.button-KTgbfaP5.hover-KTgbfaP5 .bg-KTgbfaP5,.button-KTgbfaP5:active .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa)}@media (any-hover:hover){.button-KTgbfaP5:hover .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa)}}html.theme-dark .button-KTgbfaP5.hover-KTgbfaP5 .bg-KTgbfaP5,html.theme-dark .button-KTgbfaP5:active .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .button-KTgbfaP5:hover .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}}.button-KTgbfaP5 .icon-KTgbfaP5 svg{vertical-align:middle}.button-KTgbfaP5.isActive-KTgbfaP5 .bg-KTgbfaP5{height:30px;width:30px}.button-KTgbfaP5.isActive-KTgbfaP5 .bg-KTgbfaP5,html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5 .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-toggle-button-background-active,#2962ff)}.button-KTgbfaP5.isActive-KTgbfaP5 .icon-KTgbfaP5{color:var(--tv-color-item-active-text,#fff)}html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5 .icon-KTgbfaP5{color:var(--tv-color-item-active-text,#d1d4dc)}.button-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .bg-KTgbfaP5,.button-KTgbfaP5.isActive-KTgbfaP5:active .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-toggle-button-background-active-hover,#1e53e5)}@media (any-hover:hover){.button-KTgbfaP5.isActive-KTgbfaP5:hover .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-toggle-button-background-active-hover,#1e53e5)}}html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .bg-KTgbfaP5,html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5:active .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-toggle-button-background-active-hover,#1e53e5)}@media (any-hover:hover){html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5:hover .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-toggle-button-background-active-hover,#1e53e5)}}.button-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .icon-KTgbfaP5,.button-KTgbfaP5.isActive-KTgbfaP5:active .icon-KTgbfaP5{color:var(--tv-color-item-active-text,#fff)}@media (any-hover:hover){.button-KTgbfaP5.isActive-KTgbfaP5:hover .icon-KTgbfaP5{color:var(--tv-color-item-active-text,#fff)}}html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .icon-KTgbfaP5,html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5:active .icon-KTgbfaP5{color:var(--tv-color-item-active-text,#d1d4dc)}@media (any-hover:hover){html.theme-dark .button-KTgbfaP5.isActive-KTgbfaP5:hover .icon-KTgbfaP5{color:var(--tv-color-item-active-text,#d1d4dc)}}.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5 .icon-KTgbfaP5{color:var(--tv-color-toolbar-button-text-active,#2962ff)}html.theme-sa .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5 .icon-KTgbfaP5{color:var(--tv-color-toolbar-button-text-active,#ff7200)}html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5 .icon-KTgbfaP5{color:var(--tv-color-toolbar-button-text-active,#2962ff)}.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .bg-KTgbfaP5,.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:active .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa);height:34px;width:34px}@media (any-hover:hover){.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:hover .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa);height:34px;width:34px}}html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .bg-KTgbfaP5,html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:active .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:hover .bg-KTgbfaP5{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}}.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .icon-KTgbfaP5,.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:active .icon-KTgbfaP5{color:var(--tv-color-toolbar-button-text-active-hover,#1e53e5)}@media (any-hover:hover){.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:hover .icon-KTgbfaP5{color:var(--tv-color-toolbar-button-text-active-hover,#1e53e5)}}html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5.hover-KTgbfaP5 .icon-KTgbfaP5,html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:active .icon-KTgbfaP5{color:var(--tv-color-toolbar-button-text-active-hover,#1e53e5)}@media (any-hover:hover){html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5:hover .icon-KTgbfaP5{color:var(--tv-color-toolbar-button-text-active-hover,#1e53e5)}}.button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5 .bg-KTgbfaP5{background-color:initial;height:34px;width:34px}html.theme-dark .button-KTgbfaP5.isTransparent-KTgbfaP5.isActive-KTgbfaP5 .bg-KTgbfaP5{background-color:initial}.button-KTgbfaP5.isGrayed-KTgbfaP5{cursor:default;opacity:.3}.button-KTgbfaP5.isGrayed-KTgbfaP5,.button-KTgbfaP5.isGrayed-KTgbfaP5 .bg-KTgbfaP5,.button-KTgbfaP5.isGrayed-KTgbfaP5:active,.button-KTgbfaP5.isGrayed-KTgbfaP5:active .bg-KTgbfaP5{background-color:initial}@media (any-hover:hover){.button-KTgbfaP5.isGrayed-KTgbfaP5:hover,.button-KTgbfaP5.isGrayed-KTgbfaP5:hover .bg-KTgbfaP5{background-color:initial}}html.theme-dark .button-KTgbfaP5.isGrayed-KTgbfaP5,html.theme-dark .button-KTgbfaP5.isGrayed-KTgbfaP5 .bg-KTgbfaP5,html.theme-dark .button-KTgbfaP5.isGrayed-KTgbfaP5:active,html.theme-dark .button-KTgbfaP5.isGrayed-KTgbfaP5:active .bg-KTgbfaP5{background-color:initial}@media (any-hover:hover){html.theme-dark .button-KTgbfaP5.isGrayed-KTgbfaP5:hover,html.theme-dark .button-KTgbfaP5.isGrayed-KTgbfaP5:hover .bg-KTgbfaP5{background-color:initial}}.button-KTgbfaP5.isHidden-KTgbfaP5{display:none}.accessible-KTgbfaP5 .bg-KTgbfaP5:before{border-radius:4px;content:"";height:32px;outline:2px none #2962ff;position:absolute;width:32px}.accessible-KTgbfaP5:focus-visible .bg-KTgbfaP5:before{outline-style:solid} \ No newline at end of file diff --git a/public/charting_library/bundles/1227.68542dac293294290d44.css b/public/charting_library/bundles/1227.68542dac293294290d44.css new file mode 100644 index 00000000..d9562d8b --- /dev/null +++ b/public/charting_library/bundles/1227.68542dac293294290d44.css @@ -0,0 +1 @@ +.button-xNqEcuN2{padding:0 5px}.button-merBkM5y{all:unset;align-items:center;cursor:default;display:flex;flex:1 0 auto;height:100%;--tv-toolbar-explicit-hover-border-radius:4px;color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#131722));position:relative;transition:background-color .35s ease,color 60ms ease;z-index:0}html.theme-dark .button-merBkM5y{color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#d1d4dc))}.button-merBkM5y.hover-merBkM5y,.button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722))}@media (any-hover:hover){.button-merBkM5y:hover{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722))}}html.theme-dark .button-merBkM5y.hover-merBkM5y,html.theme-dark .button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc))}@media (any-hover:hover){html.theme-dark .button-merBkM5y:hover{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc))}}.button-merBkM5y.clicked-merBkM5y,.button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-clicked,var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722)))}html.theme-dark .button-merBkM5y.clicked-merBkM5y,html.theme-dark .button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-clicked,var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc)))}.button-merBkM5y:before{border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.button-merBkM5y.hover-merBkM5y:before,.button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}@media (any-hover:hover){.button-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}}html.theme-dark .button-merBkM5y.hover-merBkM5y:before,html.theme-dark .button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .button-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}}.button-merBkM5y.clicked-merBkM5y:before,.button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa)));content:""}html.theme-dark .button-merBkM5y.clicked-merBkM5y:before,html.theme-dark .button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39)))}.button-merBkM5y.accessible-merBkM5y:focus-visible:before{content:"";outline-style:solid}.button-merBkM5y svg{display:block}.button-merBkM5y .arrow-merBkM5y{align-items:center;contain:content;display:flex;height:100%}.button-merBkM5y .arrowWrap-merBkM5y{margin:0 6px;transition:transform .35s ease}@media (any-hover:hover){.button-merBkM5y:hover .arrowWrap-merBkM5y{transform:translateY(2px)}}.button-merBkM5y.isOpened-merBkM5y.hover-merBkM5y:before,.button-merBkM5y.isOpened-merBkM5y:active:before,.button-merBkM5y.isOpened-merBkM5y:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}@media (any-hover:hover){.button-merBkM5y.isOpened-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}}html.theme-dark .button-merBkM5y.isOpened-merBkM5y.hover-merBkM5y:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:active:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}@media (any-hover:hover){html.theme-dark .button-merBkM5y.isOpened-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}}.button-merBkM5y.isOpened-merBkM5y.clicked-merBkM5y:before,.button-merBkM5y.isOpened-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa)));content:"";display:block}html.theme-dark .button-merBkM5y.isOpened-merBkM5y.clicked-merBkM5y:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39)))}@media (any-hover:hover){.button-merBkM5y.isOpened-merBkM5y:hover .arrowWrap-merBkM5y{transform:none}} \ No newline at end of file diff --git a/public/charting_library/bundles/1227.68542dac293294290d44.rtl.css b/public/charting_library/bundles/1227.68542dac293294290d44.rtl.css new file mode 100644 index 00000000..d9562d8b --- /dev/null +++ b/public/charting_library/bundles/1227.68542dac293294290d44.rtl.css @@ -0,0 +1 @@ +.button-xNqEcuN2{padding:0 5px}.button-merBkM5y{all:unset;align-items:center;cursor:default;display:flex;flex:1 0 auto;height:100%;--tv-toolbar-explicit-hover-border-radius:4px;color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#131722));position:relative;transition:background-color .35s ease,color 60ms ease;z-index:0}html.theme-dark .button-merBkM5y{color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#d1d4dc))}.button-merBkM5y.hover-merBkM5y,.button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722))}@media (any-hover:hover){.button-merBkM5y:hover{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722))}}html.theme-dark .button-merBkM5y.hover-merBkM5y,html.theme-dark .button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc))}@media (any-hover:hover){html.theme-dark .button-merBkM5y:hover{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc))}}.button-merBkM5y.clicked-merBkM5y,.button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-clicked,var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722)))}html.theme-dark .button-merBkM5y.clicked-merBkM5y,html.theme-dark .button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-clicked,var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc)))}.button-merBkM5y:before{border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.button-merBkM5y.hover-merBkM5y:before,.button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}@media (any-hover:hover){.button-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}}html.theme-dark .button-merBkM5y.hover-merBkM5y:before,html.theme-dark .button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .button-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}}.button-merBkM5y.clicked-merBkM5y:before,.button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa)));content:""}html.theme-dark .button-merBkM5y.clicked-merBkM5y:before,html.theme-dark .button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39)))}.button-merBkM5y.accessible-merBkM5y:focus-visible:before{content:"";outline-style:solid}.button-merBkM5y svg{display:block}.button-merBkM5y .arrow-merBkM5y{align-items:center;contain:content;display:flex;height:100%}.button-merBkM5y .arrowWrap-merBkM5y{margin:0 6px;transition:transform .35s ease}@media (any-hover:hover){.button-merBkM5y:hover .arrowWrap-merBkM5y{transform:translateY(2px)}}.button-merBkM5y.isOpened-merBkM5y.hover-merBkM5y:before,.button-merBkM5y.isOpened-merBkM5y:active:before,.button-merBkM5y.isOpened-merBkM5y:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}@media (any-hover:hover){.button-merBkM5y.isOpened-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}}html.theme-dark .button-merBkM5y.isOpened-merBkM5y.hover-merBkM5y:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:active:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}@media (any-hover:hover){html.theme-dark .button-merBkM5y.isOpened-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}}.button-merBkM5y.isOpened-merBkM5y.clicked-merBkM5y:before,.button-merBkM5y.isOpened-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa)));content:"";display:block}html.theme-dark .button-merBkM5y.isOpened-merBkM5y.clicked-merBkM5y:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39)))}@media (any-hover:hover){.button-merBkM5y.isOpened-merBkM5y:hover .arrowWrap-merBkM5y{transform:none}} \ No newline at end of file diff --git a/public/charting_library/bundles/1259.b80c727a6df944a103fe.css b/public/charting_library/bundles/1259.b80c727a6df944a103fe.css new file mode 100644 index 00000000..84c591e6 --- /dev/null +++ b/public/charting_library/bundles/1259.b80c727a6df944a103fe.css @@ -0,0 +1 @@ +.calendar-N6r5jhbE{background-color:var(--themed-color-bg-primary,#fff);box-sizing:border-box;color:var(--themed-color-text-primary,#131722);cursor:default;direction:ltr;display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;height:100%;min-height:332px;padding:12px;-webkit-user-select:none;user-select:none;width:286px}html.theme-dark .calendar-N6r5jhbE{background-color:var(--themed-color-bg-primary,#1e222d);color:var(--themed-color-text-primary,#d1d4dc)}.popupStyle-N6r5jhbE{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#fff));border-radius:6px;box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0003)}html.theme-dark .popupStyle-N6r5jhbE{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#1e222d));box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0006)}.header-N6r5jhbE{align-items:center;display:flex;justify-content:space-between;padding-left:3px;padding-right:3px}.flip-horizontal-N6r5jhbE>*{transform:scale(-1)}.sub-header-N6r5jhbE{align-items:center;background-color:var(--themed-color-calendar-weekdays-bg-color,#f8f9fd);border-radius:6px;color:var(--themed-color-default-gray,#6a6d78);display:flex;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;justify-content:space-around;margin:12px 0;padding-bottom:2px;padding-top:2px;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .sub-header-N6r5jhbE{background-color:var(--themed-color-calendar-weekdays-bg-color,#2a2e39);color:var(--themed-color-default-gray,#868993)}.view-decades-N6r5jhbE,.view-month-N6r5jhbE,.view-year-N6r5jhbE{height:226px}.view-month-N6r5jhbE,.view-month-N6r5jhbE .weeks-N6r5jhbE{display:flex;flex-direction:column}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE{display:flex;justify-content:space-between}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:first-child .day-N6r5jhbE+.day-N6r5jhbE,.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:last-child .day-N6r5jhbE+.day-N6r5jhbE{margin-left:4px}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:first-child{justify-content:flex-end}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:last-child{justify-content:flex-start}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE+.week-N6r5jhbE{margin-top:4px}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE{padding:0}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-ghost-neutral-hover,#131722);--ui-lib-light-button-color-bg:var(--themed-color-button-fill-border-ghost-neutral-hover,#f0f3fa);--ui-lib-light-button-color-border:var(--themed-color-button-fill-border-ghost-neutral-hover,#f0f3fa)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-border:var(--themed-color-button-fill-border-ghost-neutral-hover,#2a2e39);--ui-lib-light-button-color-bg:var(--themed-color-button-fill-border-ghost-neutral-hover,#2a2e39);--ui-lib-light-button-color-content:var(--themed-color-button-content-ghost-neutral-hover,#fff)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE).another-month-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-content-primary-neutral-normal,#868993)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE).another-month-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-content-primary-neutral-normal,#6a6d78)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.accent-color-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-calendar-accent-color,#fff);--ui-lib-light-button-color-bg:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-border:var(--themed-color-brand,#2962ff)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.accent-color-N6r5jhbE{--ui-lib-light-button-color-border:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-bg:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-content:var(--themed-color-calendar-accent-color,#f0f3fa)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.another-month-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-disabled,#b2b5be)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.another-month-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-disabled,#50535e)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.current-day-N6r5jhbE{position:relative}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.current-day-N6r5jhbE:before{background:currentColor;border-radius:1px;content:"";height:2px;left:6px;margin-top:-6px;position:absolute;right:6px;top:100%}.view-year-N6r5jhbE{gap:30px 3px;grid-template-columns:repeat(3,auto)}.view-decades-N6r5jhbE,.view-year-N6r5jhbE{display:grid;grid-template-rows:repeat(5,auto)}.view-decades-N6r5jhbE{gap:14px 3px;grid-template-columns:repeat(4,auto)}.slot-wrapper-N6r5jhbE:not(:empty){margin-top:12px}.hide-focus-ring-N6r5jhbE:focus-visible:after{display:none}.decade-button-N6r5jhbE{padding:0 4px}.visually-hidden-N6r5jhbE{border:0;height:1px;margin:-1px;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);overflow:hidden}.pickerInput-P2cJzZdH{position:relative}.pickerInput-P2cJzZdH .icon-P2cJzZdH{align-items:center;cursor:pointer;display:inline-flex;opacity:.5;padding:0 6px}.pickerInput-P2cJzZdH .icon-P2cJzZdH svg{height:16px;width:16px;fill:var(--themed-color-icons,#6a6d78)}html.theme-dark .pickerInput-P2cJzZdH .icon-P2cJzZdH svg{fill:var(--themed-color-icons,#868993)}.pickerInput-P2cJzZdH .icon-P2cJzZdH.disabled-P2cJzZdH{opacity:.1}.picker-P2cJzZdH{transition:opacity .2625s ease;z-index:99}.fixed-P2cJzZdH{position:fixed}.absolute-P2cJzZdH{position:absolute}.nativePicker-P2cJzZdH{bottom:0;left:0;margin:0;max-width:100%;min-width:100%;opacity:0;position:absolute;top:0}.icon-Rubz29lH{display:flex}.tooltip-RU08GcsY{background-color:var(--themed-color-datepicker-tooltip-background-color,#2a2e39);border-radius:2px;color:#f0f3fa;padding:4px 8px;white-space:nowrap}html.theme-dark .tooltip-RU08GcsY{background-color:var(--themed-color-datepicker-tooltip-background-color,#434651)}.wrap-NsE0FV0Z{position:relative}.input-NsE0FV0Z{bottom:0;left:0;margin:0;max-width:100%;min-width:100%;opacity:0;position:absolute;top:0}.container-PNiXwSz6{display:inline-block;position:relative}.icon-PNiXwSz6{color:var(--ui-lib-control-default-slot-color,currentColor);font-size:0}.tooltip-PNiXwSz6{bottom:calc(100% + 4px);left:50%;pointer-events:none;position:absolute;transform:translateX(-50%)}.date-PNiXwSz6{max-width:150px}.time-PNiXwSz6{max-width:100px} \ No newline at end of file diff --git a/public/charting_library/bundles/1259.b80c727a6df944a103fe.rtl.css b/public/charting_library/bundles/1259.b80c727a6df944a103fe.rtl.css new file mode 100644 index 00000000..4f09f401 --- /dev/null +++ b/public/charting_library/bundles/1259.b80c727a6df944a103fe.rtl.css @@ -0,0 +1 @@ +.calendar-N6r5jhbE{background-color:var(--themed-color-bg-primary,#fff);box-sizing:border-box;color:var(--themed-color-text-primary,#131722);cursor:default;direction:ltr;display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;height:100%;min-height:332px;padding:12px;-webkit-user-select:none;user-select:none;width:286px}html.theme-dark .calendar-N6r5jhbE{background-color:var(--themed-color-bg-primary,#1e222d);color:var(--themed-color-text-primary,#d1d4dc)}.popupStyle-N6r5jhbE{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#fff));border-radius:6px;box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0003)}html.theme-dark .popupStyle-N6r5jhbE{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#1e222d));box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0006)}.header-N6r5jhbE{align-items:center;display:flex;justify-content:space-between;padding-left:3px;padding-right:3px}.flip-horizontal-N6r5jhbE>*{transform:scale(-1)}.sub-header-N6r5jhbE{align-items:center;background-color:var(--themed-color-calendar-weekdays-bg-color,#f8f9fd);border-radius:6px;color:var(--themed-color-default-gray,#6a6d78);display:flex;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;justify-content:space-around;margin:12px 0;padding-bottom:2px;padding-top:2px;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .sub-header-N6r5jhbE{background-color:var(--themed-color-calendar-weekdays-bg-color,#2a2e39);color:var(--themed-color-default-gray,#868993)}.view-decades-N6r5jhbE,.view-month-N6r5jhbE,.view-year-N6r5jhbE{height:226px}.view-month-N6r5jhbE,.view-month-N6r5jhbE .weeks-N6r5jhbE{display:flex;flex-direction:column}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE{display:flex;justify-content:space-between}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:first-child .day-N6r5jhbE+.day-N6r5jhbE,.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:last-child .day-N6r5jhbE+.day-N6r5jhbE{margin-right:4px}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:first-child{justify-content:flex-end}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:last-child{justify-content:flex-start}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE+.week-N6r5jhbE{margin-top:4px}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE{padding:0}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-ghost-neutral-hover,#131722);--ui-lib-light-button-color-bg:var(--themed-color-button-fill-border-ghost-neutral-hover,#f0f3fa);--ui-lib-light-button-color-border:var(--themed-color-button-fill-border-ghost-neutral-hover,#f0f3fa)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-border:var(--themed-color-button-fill-border-ghost-neutral-hover,#2a2e39);--ui-lib-light-button-color-bg:var(--themed-color-button-fill-border-ghost-neutral-hover,#2a2e39);--ui-lib-light-button-color-content:var(--themed-color-button-content-ghost-neutral-hover,#fff)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE).another-month-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-content-primary-neutral-normal,#868993)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE).another-month-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-content-primary-neutral-normal,#6a6d78)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.accent-color-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-calendar-accent-color,#fff);--ui-lib-light-button-color-bg:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-border:var(--themed-color-brand,#2962ff)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.accent-color-N6r5jhbE{--ui-lib-light-button-color-border:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-bg:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-content:var(--themed-color-calendar-accent-color,#f0f3fa)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.another-month-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-disabled,#b2b5be)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.another-month-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-disabled,#50535e)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.current-day-N6r5jhbE{position:relative}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.current-day-N6r5jhbE:before{background:currentColor;border-radius:1px;content:"";height:2px;left:6px;margin-top:-6px;position:absolute;right:6px;top:100%}.view-year-N6r5jhbE{gap:30px 3px;grid-template-columns:repeat(3,auto)}.view-decades-N6r5jhbE,.view-year-N6r5jhbE{display:grid;grid-template-rows:repeat(5,auto)}.view-decades-N6r5jhbE{gap:14px 3px;grid-template-columns:repeat(4,auto)}.slot-wrapper-N6r5jhbE:not(:empty){margin-top:12px}.hide-focus-ring-N6r5jhbE:focus-visible:after{display:none}.decade-button-N6r5jhbE{padding:0 4px}.visually-hidden-N6r5jhbE{border:0;height:1px;margin:-1px;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);overflow:hidden}.pickerInput-P2cJzZdH{position:relative}.pickerInput-P2cJzZdH .icon-P2cJzZdH{align-items:center;cursor:pointer;display:inline-flex;opacity:.5;padding:0 6px}.pickerInput-P2cJzZdH .icon-P2cJzZdH svg{height:16px;width:16px;fill:var(--themed-color-icons,#6a6d78)}html.theme-dark .pickerInput-P2cJzZdH .icon-P2cJzZdH svg{fill:var(--themed-color-icons,#868993)}.pickerInput-P2cJzZdH .icon-P2cJzZdH.disabled-P2cJzZdH{opacity:.1}.picker-P2cJzZdH{transition:opacity .2625s ease;z-index:99}.fixed-P2cJzZdH{position:fixed}.absolute-P2cJzZdH{position:absolute}.nativePicker-P2cJzZdH{bottom:0;margin:0;max-width:100%;min-width:100%;opacity:0;position:absolute;right:0;top:0}.icon-Rubz29lH{display:flex}.tooltip-RU08GcsY{background-color:var(--themed-color-datepicker-tooltip-background-color,#2a2e39);border-radius:2px;color:#f0f3fa;padding:4px 8px;white-space:nowrap}html.theme-dark .tooltip-RU08GcsY{background-color:var(--themed-color-datepicker-tooltip-background-color,#434651)}.wrap-NsE0FV0Z{position:relative}.input-NsE0FV0Z{bottom:0;margin:0;max-width:100%;min-width:100%;opacity:0;position:absolute;right:0;top:0}.container-PNiXwSz6{display:inline-block;position:relative}.icon-PNiXwSz6{color:var(--ui-lib-control-default-slot-color,currentColor);font-size:0}.tooltip-PNiXwSz6{bottom:calc(100% + 4px);pointer-events:none;position:absolute;right:50%;transform:translateX(50%)}.date-PNiXwSz6{max-width:150px}.time-PNiXwSz6{max-width:100px} \ No newline at end of file diff --git a/public/charting_library/bundles/1298.d597f50113da0645dcf5.css b/public/charting_library/bundles/1298.d597f50113da0645dcf5.css new file mode 100644 index 00000000..5a4e27c0 --- /dev/null +++ b/public/charting_library/bundles/1298.d597f50113da0645dcf5.css @@ -0,0 +1 @@ +.wrap-n5bmFxyX{align-items:center;display:flex;flex:1 0 auto;flex-direction:row;height:100%}.button-neROVfUe.first-neROVfUe{margin-left:2px}.button-neROVfUe.last-neROVfUe{margin-right:2px}.button-b3Cgff6l{padding:0 1px}.group-b3Cgff6l{display:contents}.menu-b3Cgff6l:only-child{padding:0 5px}.betaBadge-b3Cgff6l,.newBadge-b3Cgff6l{--ui-lib-badge-color-content:#fff;margin-left:4px}.betaBadge-b3Cgff6l:first-child,.newBadge-b3Cgff6l:first-child{margin-left:6px}.betaBadge-b3Cgff6l{--ui-lib-badge-background:#6a6d78}.newBadge-b3Cgff6l{--ui-lib-badge-background:#ff9800}.label-b3Cgff6l{align-items:center;display:flex;flex:0 0 auto}.button-ptpAHg8E.withText-ptpAHg8E{padding:0 10px 0 5px}.button-ptpAHg8E.withoutText-ptpAHg8E{padding:0 5px}.spinnerWrap-cZT0OZe0{height:68px;position:relative}.dropdown-l0nf43ai{min-width:200px}.label-l0nf43ai{max-width:314px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smallWidthTitle-l0nf43ai{margin-bottom:8px;margin-top:2px;padding-left:20px;padding-right:20px}.smallWidthMenuItem-l0nf43ai{padding:6px 16px}.smallWidthWrapper-l0nf43ai{padding-top:8px}.value-gwXludjS{font-size:14px;text-align:left}.value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#2962ff)}html.theme-sa .value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#ff7200)}html.theme-dark .value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#2962ff)}.smallWidthMenuItem-RmqZNwwp{padding:6px 16px}.menuItem-RmqZNwwp:focus-within .remove-RmqZNwwp{visibility:visible}.menuItem-RmqZNwwp.signal-RmqZNwwp{animation-duration:.8s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:highlight-animation-RmqZNwwp;--mixin-inner-base-color:#0000;--mixin-inner-highlight-color:var(--themed-color-background-special-secondary,#e3effd)}html.theme-dark .menuItem-RmqZNwwp.signal-RmqZNwwp{--mixin-inner-highlight-color:var(--themed-color-background-special-secondary,#132042)}@keyframes highlight-animation-RmqZNwwp{0%{background-color:var(--mixin-inner-base-color)}30%{background-color:var(--mixin-inner-highlight-color)}60%{background-color:var(--mixin-inner-base-color)}to{background-color:var(--mixin-inner-highlight-color)}}.accessible-raQdxQp0{outline:none;overflow:visible;position:relative}.accessible-raQdxQp0:focus{outline:none}.accessible-raQdxQp0:focus-visible{outline:none}.accessible-raQdxQp0:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.accessible-raQdxQp0:focus:after{display:block}.accessible-raQdxQp0:focus-visible:after{display:block}.accessible-raQdxQp0:focus:not(:focus-visible):after{display:none}.accessible-raQdxQp0:after{border-color:#2962ff;border-radius:6px}.button-S_1OCXUK{padding:0 6px}.button-S_1OCXUK.first-S_1OCXUK{margin-left:2px}.button-S_1OCXUK.last-S_1OCXUK{margin-right:2px}.menu-S_1OCXUK:only-child{padding:0 10px}.dropdown-S_1OCXUK{min-width:140px}.menuContent-S_1OCXUK{justify-content:center}.section-S_1OCXUK{margin:-2px 0}.section-S_1OCXUK:first-child{margin-top:4px}.section-S_1OCXUK[data-open=true]{margin-bottom:4px}.smallTabletSectionTitle-S_1OCXUK{font-size:11px;letter-spacing:.4px;line-height:16px;overflow:hidden;padding:10px 20px 8px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.smallTabletSectionTitle-S_1OCXUK,html.theme-dark .smallTabletSectionTitle-S_1OCXUK{color:var(--tv-color-popup-element-secondary-text,var(--themed-color-popup-element-secondary-text,#787b86))}.addCustomInterval-S_1OCXUK{padding-bottom:6px;padding-top:6px}.addCustomInterval-S_1OCXUK.desktop-S_1OCXUK{padding-bottom:3px;padding-top:3px}.group-S_1OCXUK{display:contents}.button-gn9HMufu{justify-content:center;width:37px}.wrapper-psOC5oyI{padding:10px 20px}.labelRow-psOC5oyI{line-height:20px;padding:0}.label-psOC5oyI{font-size:16px}.labelHint-psOC5oyI{line-height:17px}.labelOn-psOC5oyI+.labelHint-psOC5oyI{margin-top:0}.saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff));font-size:10px;line-height:10px}html.theme-sa .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}.saveString-XVd1Kfjg.hidden-XVd1Kfjg{height:0;overflow:hidden}.loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,var(--themed-color-default-gray,#6a6d78))}html.theme-dark .loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,var(--themed-color-default-gray,#868993))}.menuBtnWrap-yyMUOAN9{height:100%;position:relative;width:auto}.menu-yyMUOAN9{max-width:340px}.hintPlaceholder-yyMUOAN9{height:100%;left:0;position:absolute;top:0;width:100%}.hintWrapper-yyMUOAN9{width:288px}.hintText-yyMUOAN9{font-size:16px;line-height:24px}.hintButton-yyMUOAN9{margin-top:0}.hintButtons-yyMUOAN9{margin-top:6px}.hintAdditionalButton-yyMUOAN9{margin:0 auto}.opened-yyMUOAN9.hover-yyMUOAN9:before,.opened-yyMUOAN9:active:before,.opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}@media (any-hover:hover){.opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}}html.theme-dark .opened-yyMUOAN9.hover-yyMUOAN9:before,html.theme-dark .opened-yyMUOAN9:active:before,html.theme-dark .opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}@media (any-hover:hover){html.theme-dark .opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}}.opened-yyMUOAN9.clicked-yyMUOAN9:before,.opened-yyMUOAN9:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa)));content:"";display:block}html.theme-dark .opened-yyMUOAN9.clicked-yyMUOAN9:before,html.theme-dark .opened-yyMUOAN9:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39)))}.autoSaveWrapper-yyMUOAN9,.sharingWrapper-yyMUOAN9{min-width:calc(100% - 22px);width:192px}.button-yyMUOAN9.buttonSmallPadding-yyMUOAN9{padding-right:6px}.button-yyMUOAN9{display:flex;justify-content:center;min-width:65px}.hintPlaceHolder-yyMUOAN9{height:128px}.smallHintPlaceHolder-yyMUOAN9{height:100%;width:100%}.popupItemRowTabletSmall-yyMUOAN9:first-child{margin-bottom:6px;margin-top:6px;padding-left:12px}.shortcut-yyMUOAN9{flex-shrink:0;margin-right:0;text-align:right}.toolTitle-yyMUOAN9{padding:4px 12px}.toolTitleMobile-yyMUOAN9{padding:8px 20px}.layoutItem-yyMUOAN9{display:flex;flex-direction:column;padding:4px 0}.layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:var(--themed-color-default-gray,#6a6d78);font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;margin-top:2px;--ui-lib-typography-font-size:12px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:16px;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:var(--themed-color-default-gray,#868993)}.toolbox-yyMUOAN9{align-self:flex-start;padding-top:3px}.toolboxSmall-yyMUOAN9{align-self:flex-start;padding-top:9px}.layoutTitle-yyMUOAN9{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height)}.layoutItemWrap-yyMUOAN9{padding:2px 10px 2px 8px}.layoutItemWrapSmall-yyMUOAN9{padding-right:20px}.layoutTitleSmall-yyMUOAN9{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:16px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:24px;line-height:var(--ui-lib-typography-line-height)}.active-yyMUOAN9,.active-yyMUOAN9:active{background-color:var(--themed-color-item-active-bg,#2962ff)}@media (any-hover:hover){.active-yyMUOAN9:hover{background-color:var(--themed-color-item-active-bg,#2962ff)}}html.theme-dark .active-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active{background-color:var(--themed-color-item-active-bg,#2962ff)}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover{background-color:var(--themed-color-item-active-bg,#2962ff)}}.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#fff)}@media (any-hover:hover){.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#fff)}}html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#d1d4dc)}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#d1d4dc)}}.textWrap-yyMUOAN9{align-items:center;display:flex;flex-direction:column}.text-yyMUOAN9{max-width:100px;overflow:hidden;text-overflow:ellipsis}.withIcon-yyMUOAN9{padding-bottom:2px;padding-top:2px}.sharingLabelWrap-yyMUOAN9{display:flex}.titleSharingLabel-yyMUOAN9{overflow:hidden}.switcherLabel-yyMUOAN9{overflow:visible}.iconWrap-yyMUOAN9{margin-left:7px}.infoIcon-yyMUOAN9{color:var(--themed-color-info-icon,#d1d4dc);display:flex}html.theme-dark .infoIcon-yyMUOAN9{color:var(--themed-color-info-icon,#50535e)}@media (any-hover:hover){.infoIcon-yyMUOAN9:hover{color:var(--themed-color-default-gray,#6a6d78)}html.theme-dark .infoIcon-yyMUOAN9:hover{color:var(--themed-color-default-gray,#868993)}}.copyLink-yyMUOAN9{color:var(--themed-color-brand,#2962ff);cursor:pointer;display:inline-block;font-size:12px;line-height:18px;margin:0 12px 6px}.copyLink-yyMUOAN9,html.theme-dark .copyLink-yyMUOAN9{fill:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:visited,html.theme-dark .copyLink-yyMUOAN9{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:visited,html.theme-dark .copyLink-yyMUOAN9:visited{fill:var(--themed-color-brand,#2962ff)}html.theme-dark .copyLink-yyMUOAN9:visited{color:var(--themed-color-brand,#2962ff)}@media (any-hover:hover){.copyLink-yyMUOAN9:hover{color:var(--themed-color-brand-hover,#1e53e5)}.copyLink-yyMUOAN9:hover,html.theme-dark .copyLink-yyMUOAN9:hover{fill:var(--themed-color-brand-hover,#1e53e5)}html.theme-dark .copyLink-yyMUOAN9:hover{color:var(--themed-color-brand-hover,#1e53e5)}}.copyLink-yyMUOAN9:active{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:active,html.theme-dark .copyLink-yyMUOAN9:active{fill:var(--themed-color-brand,#2962ff)}html.theme-dark .copyLink-yyMUOAN9:active{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:focus{outline:auto;outline-offset:2px}.copyLink-yyMUOAN9:focus-visible{outline:auto;outline-offset:2px}.copyLink-yyMUOAN9:focus:not(:focus-visible){outline:none}.copyLink-yyMUOAN9.copyLinkMobile-yyMUOAN9{margin:0 20px}.accessibleLabel-yyMUOAN9{outline:none;overflow:visible;position:relative}.accessibleLabel-yyMUOAN9:focus{outline:none}.accessibleLabel-yyMUOAN9:focus-visible{outline:none}.accessibleLabel-yyMUOAN9:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 8px);left:-4px;pointer-events:none;position:absolute;top:-4px;width:calc(100% + 8px);z-index:1}.accessibleLabel-yyMUOAN9:focus:after{display:block}.accessibleLabel-yyMUOAN9:focus-visible:after{display:block}.accessibleLabel-yyMUOAN9:focus:not(:focus-visible):after{display:none}.accessibleLabel-yyMUOAN9:after{border-color:#2962ff;border-radius:6px}.button-ZuDkGGhF.isDisabled-ZuDkGGhF{opacity:1!important}.hidden-5MVS18J8{opacity:0}.item-o5a0MQMm{position:relative}.item-o5a0MQMm.withIcon-o5a0MQMm{padding-bottom:2px;padding-top:2px}@media screen and (max-width:430px){.item-o5a0MQMm.withIcon-o5a0MQMm{font-size:16px;padding-bottom:6px;padding-top:6px}}.shortcut-o5a0MQMm{margin-right:0;min-width:auto}@media screen and (max-width:479px){.shortcut-o5a0MQMm{display:none}}.loading-o5a0MQMm .icon-o5a0MQMm,.loading-o5a0MQMm .shortcut-o5a0MQMm{opacity:0}.button-cq__ntSC{padding:5px 10px;width:100px}.button-cq__ntSC.smallLeftPadding-cq__ntSC{padding-left:8px}.text-cq__ntSC{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height);overflow:hidden}.uppercase-cq__ntSC{text-transform:uppercase}.description-jgoQcEnP{font-size:12px;line-height:18px;max-width:280px;min-width:170px;padding-bottom:4px;white-space:normal;word-wrap:break-word}.description-jgoQcEnP,html.theme-dark .description-jgoQcEnP{color:var(--tv-color-popup-element-secondary-text,var(--themed-color-popup-element-secondary-text,#787b86))}.labelRow-JeQoCpvi{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 60px)}.toolbox-JeQoCpvi{margin-left:auto}.description-JeQoCpvi{padding:0}.descriptionTabletSmall-JeQoCpvi{max-width:100%;padding-right:56px}.item-JeQoCpvi{margin-top:-3px;padding-bottom:8px;padding-top:0}.item-JeQoCpvi:before{content:none}.item-JeQoCpvi,.item-JeQoCpvi:active,.titleItem-JeQoCpvi,.titleItem-JeQoCpvi:active,html.theme-dark .item-JeQoCpvi,html.theme-dark .item-JeQoCpvi:active,html.theme-dark .titleItem-JeQoCpvi,html.theme-dark .titleItem-JeQoCpvi:active{background-color:var(--themed-color-force-transparent,#0000)}.titleItem-JeQoCpvi{position:static}.titleItem-JeQoCpvi:focus-within .remove-JeQoCpvi{visibility:visible}.itemTabletSmall-JeQoCpvi:before,.titleItemTabletSmall-JeQoCpvi:before{content:none}.itemTabletSmall-JeQoCpvi,.itemTabletSmall-JeQoCpvi:active,.titleItemTabletSmall-JeQoCpvi,.titleItemTabletSmall-JeQoCpvi:active,html.theme-dark .itemTabletSmall-JeQoCpvi,html.theme-dark .itemTabletSmall-JeQoCpvi:active,html.theme-dark .titleItemTabletSmall-JeQoCpvi,html.theme-dark .titleItemTabletSmall-JeQoCpvi:active{background-color:var(--themed-color-force-transparent,#0000)}.titleItemTabletSmall-JeQoCpvi{line-height:24px;padding:4px 20px 0 16px}.itemTabletSmall-JeQoCpvi{line-height:17px;padding:1px 20px 8px 16px}.itemLabelTabletSmall-JeQoCpvi{font-size:16px}.wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#131722));position:relative}html.theme-dark .wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#d1d4dc))}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#131722))}@media (any-hover:hover){.wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#131722))}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#c1c4cd))}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#c1c4cd))}}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#f0f3fa))}@media (any-hover:hover){.wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#f0f3fa))}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#2a2e39))}}.wrap-HXSqojvq{padding-left:4px}.titleWrap-HXSqojvq{display:flex;flex-direction:column}.indicators-HXSqojvq{margin-left:33px;margin-right:12px}.title-HXSqojvq{align-items:center;color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#131722));display:flex;flex-direction:row;white-space:nowrap}html.theme-dark .title-HXSqojvq{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#d1d4dc))}.title-HXSqojvq .icon-HXSqojvq{display:flex;flex:none}.title-HXSqojvq .text-HXSqojvq{font-size:14px;margin:0 20px 0 5px}.titleTabletSmall-HXSqojvq{padding-bottom:4px;padding-top:4px}.titleTabletSmall-HXSqojvq .text-HXSqojvq{font-size:16px}.labelRow-HXSqojvq{flex:1 0 100%;min-width:100%}.label-HXSqojvq{flex:0 0 100%;min-width:100%}.menu-hcofKPms{max-width:340px}.menuSmallTablet-hcofKPms{max-width:100%}.menuItemHeaderTabletSmall-hcofKPms{padding:10px 20px 2px}.menuItemHeader-hcofKPms{cursor:default;margin:0;padding-bottom:3px;padding-top:4px}.item-KMkDzD5K{all:unset;align-items:center;color:var(--themed-color-favorite-text,#131722);cursor:default;display:flex;flex:0 0 auto;height:100%;padding:0 3px;position:relative;z-index:0}html.theme-dark .item-KMkDzD5K{color:var(--themed-color-favorite-text,#d1d4dc)}.item-KMkDzD5K:before{border-radius:50%;bottom:0;content:"";display:block;height:28px;left:0;margin:auto;outline:2px none #2962ff;position:absolute;right:0;top:0;width:28px;z-index:-1}.item-KMkDzD5K:active:before{background-color:var(--themed-color-favorite-bg-hover,#f0f3fa);content:""}@media (any-hover:hover){.item-KMkDzD5K:hover:before{background-color:var(--themed-color-favorite-bg-hover,#f0f3fa);content:""}}html.theme-dark .item-KMkDzD5K:active:before{background-color:var(--themed-color-favorite-bg-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .item-KMkDzD5K:hover:before{background-color:var(--themed-color-favorite-bg-hover,#2a2e39)}}.item-KMkDzD5K.accessible-KMkDzD5K:focus-visible:before{content:"";outline-style:solid}.round-KMkDzD5K{align-items:center;border:1px solid;border-color:var(--themed-color-favorite-border,#e0e3eb);border-radius:50%;cursor:default;display:flex;flex:0 0 auto;font-size:10px;height:20px;justify-content:center;text-align:center;width:20px}html.theme-dark .round-KMkDzD5K{border-color:var(--themed-color-favorite-border,#434651)}.active-KMkDzD5K{background-color:var(--themed-color-favorite-round-bg,#000);color:var(--themed-color-favorite-round-text,#fff)}html.theme-dark .active-KMkDzD5K{background-color:var(--themed-color-favorite-round-bg,#fff);color:var(--themed-color-favorite-round-text,#000)}.wrap-jiC5bgmi.full-jiC5bgmi .first-jiC5bgmi{margin-left:0}.wrap-jiC5bgmi.full-jiC5bgmi .last-jiC5bgmi{margin-right:7px}.wrap-jiC5bgmi.medium-jiC5bgmi .first-jiC5bgmi{margin-left:0}.wrap-jiC5bgmi.medium-jiC5bgmi .last-jiC5bgmi{margin-right:7px}.buttonWithFavorites-jiC5bgmi{padding-right:7px}.icon-uMfL97K2{padding:5px}.customTradingViewStyleButton-zigjK1n2.withoutIcon-zigjK1n2{padding:0 5px} \ No newline at end of file diff --git a/public/charting_library/bundles/1298.d597f50113da0645dcf5.rtl.css b/public/charting_library/bundles/1298.d597f50113da0645dcf5.rtl.css new file mode 100644 index 00000000..e728bd8b --- /dev/null +++ b/public/charting_library/bundles/1298.d597f50113da0645dcf5.rtl.css @@ -0,0 +1 @@ +.wrap-n5bmFxyX{align-items:center;display:flex;flex:1 0 auto;flex-direction:row;height:100%}.button-neROVfUe.first-neROVfUe{margin-right:2px}.button-neROVfUe.last-neROVfUe{margin-left:2px}.button-b3Cgff6l{padding:0 1px}.group-b3Cgff6l{display:contents}.menu-b3Cgff6l:only-child{padding:0 5px}.betaBadge-b3Cgff6l,.newBadge-b3Cgff6l{--ui-lib-badge-color-content:#fff;margin-right:4px}.betaBadge-b3Cgff6l:first-child,.newBadge-b3Cgff6l:first-child{margin-right:6px}.betaBadge-b3Cgff6l{--ui-lib-badge-background:#6a6d78}.newBadge-b3Cgff6l{--ui-lib-badge-background:#ff9800}.label-b3Cgff6l{align-items:center;display:flex;flex:0 0 auto}.button-ptpAHg8E.withText-ptpAHg8E{padding:0 5px 0 10px}.button-ptpAHg8E.withoutText-ptpAHg8E{padding:0 5px}.spinnerWrap-cZT0OZe0{height:68px;position:relative}.dropdown-l0nf43ai{min-width:200px}.label-l0nf43ai{max-width:314px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smallWidthTitle-l0nf43ai{margin-bottom:8px;margin-top:2px;padding-left:20px;padding-right:20px}.smallWidthMenuItem-l0nf43ai{padding:6px 16px}.smallWidthWrapper-l0nf43ai{padding-top:8px}.value-gwXludjS{font-size:14px;text-align:right}.value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#2962ff)}html.theme-sa .value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#ff7200)}html.theme-dark .value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#2962ff)}.smallWidthMenuItem-RmqZNwwp{padding:6px 16px}.menuItem-RmqZNwwp:focus-within .remove-RmqZNwwp{visibility:visible}.menuItem-RmqZNwwp.signal-RmqZNwwp{animation-duration:.8s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:highlight-animation-RmqZNwwp;--mixin-inner-base-color:#0000;--mixin-inner-highlight-color:var(--themed-color-background-special-secondary,#e3effd)}html.theme-dark .menuItem-RmqZNwwp.signal-RmqZNwwp{--mixin-inner-highlight-color:var(--themed-color-background-special-secondary,#132042)}@keyframes highlight-animation-RmqZNwwp{0%{background-color:var(--mixin-inner-base-color)}30%{background-color:var(--mixin-inner-highlight-color)}60%{background-color:var(--mixin-inner-base-color)}to{background-color:var(--mixin-inner-highlight-color)}}.accessible-raQdxQp0{outline:none;overflow:visible;position:relative}.accessible-raQdxQp0:focus{outline:none}.accessible-raQdxQp0:focus-visible{outline:none}.accessible-raQdxQp0:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:1}.accessible-raQdxQp0:focus:after{display:block}.accessible-raQdxQp0:focus-visible:after{display:block}.accessible-raQdxQp0:focus:not(:focus-visible):after{display:none}.accessible-raQdxQp0:after{border-color:#2962ff;border-radius:6px}.button-S_1OCXUK{padding:0 6px}.button-S_1OCXUK.first-S_1OCXUK{margin-right:2px}.button-S_1OCXUK.last-S_1OCXUK{margin-left:2px}.menu-S_1OCXUK:only-child{padding:0 10px}.dropdown-S_1OCXUK{min-width:140px}.menuContent-S_1OCXUK{justify-content:center}.section-S_1OCXUK{margin:-2px 0}.section-S_1OCXUK:first-child{margin-top:4px}.section-S_1OCXUK[data-open=true]{margin-bottom:4px}.smallTabletSectionTitle-S_1OCXUK{font-size:11px;letter-spacing:.4px;line-height:16px;overflow:hidden;padding:10px 20px 8px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.smallTabletSectionTitle-S_1OCXUK,html.theme-dark .smallTabletSectionTitle-S_1OCXUK{color:var(--tv-color-popup-element-secondary-text,var(--themed-color-popup-element-secondary-text,#787b86))}.addCustomInterval-S_1OCXUK{padding-bottom:6px;padding-top:6px}.addCustomInterval-S_1OCXUK.desktop-S_1OCXUK{padding-bottom:3px;padding-top:3px}.group-S_1OCXUK{display:contents}.button-gn9HMufu{justify-content:center;width:37px}.wrapper-psOC5oyI{padding:10px 20px}.labelRow-psOC5oyI{line-height:20px;padding:0}.label-psOC5oyI{font-size:16px}.labelHint-psOC5oyI{line-height:17px}.labelOn-psOC5oyI+.labelHint-psOC5oyI{margin-top:0}.saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff));font-size:10px;line-height:10px}html.theme-sa .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}.saveString-XVd1Kfjg.hidden-XVd1Kfjg{height:0;overflow:hidden}.loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,var(--themed-color-default-gray,#6a6d78))}html.theme-dark .loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,var(--themed-color-default-gray,#868993))}.menuBtnWrap-yyMUOAN9{height:100%;position:relative;width:auto}.menu-yyMUOAN9{max-width:340px}.hintPlaceholder-yyMUOAN9{height:100%;position:absolute;right:0;top:0;width:100%}.hintWrapper-yyMUOAN9{width:288px}.hintText-yyMUOAN9{font-size:16px;line-height:24px}.hintButton-yyMUOAN9{margin-top:0}.hintButtons-yyMUOAN9{margin-top:6px}.hintAdditionalButton-yyMUOAN9{margin:0 auto}.opened-yyMUOAN9.hover-yyMUOAN9:before,.opened-yyMUOAN9:active:before,.opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}@media (any-hover:hover){.opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}}html.theme-dark .opened-yyMUOAN9.hover-yyMUOAN9:before,html.theme-dark .opened-yyMUOAN9:active:before,html.theme-dark .opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}@media (any-hover:hover){html.theme-dark .opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}}.opened-yyMUOAN9.clicked-yyMUOAN9:before,.opened-yyMUOAN9:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa)));content:"";display:block}html.theme-dark .opened-yyMUOAN9.clicked-yyMUOAN9:before,html.theme-dark .opened-yyMUOAN9:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39)))}.autoSaveWrapper-yyMUOAN9,.sharingWrapper-yyMUOAN9{min-width:calc(100% - 22px);width:192px}.button-yyMUOAN9.buttonSmallPadding-yyMUOAN9{padding-left:6px}.button-yyMUOAN9{display:flex;justify-content:center;min-width:65px}.hintPlaceHolder-yyMUOAN9{height:128px}.smallHintPlaceHolder-yyMUOAN9{height:100%;width:100%}.popupItemRowTabletSmall-yyMUOAN9:first-child{margin-bottom:6px;margin-top:6px;padding-right:12px}.shortcut-yyMUOAN9{flex-shrink:0;margin-left:0;text-align:left}.toolTitle-yyMUOAN9{padding:4px 12px}.toolTitleMobile-yyMUOAN9{padding:8px 20px}.layoutItem-yyMUOAN9{display:flex;flex-direction:column;padding:4px 0}.layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:var(--themed-color-default-gray,#6a6d78);font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;margin-top:2px;--ui-lib-typography-font-size:12px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:16px;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:var(--themed-color-default-gray,#868993)}.toolbox-yyMUOAN9{align-self:flex-start;padding-top:3px}.toolboxSmall-yyMUOAN9{align-self:flex-start;padding-top:9px}.layoutTitle-yyMUOAN9{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height)}.layoutItemWrap-yyMUOAN9{padding:2px 8px 2px 10px}.layoutItemWrapSmall-yyMUOAN9{padding-left:20px}.layoutTitleSmall-yyMUOAN9{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:16px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:24px;line-height:var(--ui-lib-typography-line-height)}.active-yyMUOAN9,.active-yyMUOAN9:active{background-color:var(--themed-color-item-active-bg,#2962ff)}@media (any-hover:hover){.active-yyMUOAN9:hover{background-color:var(--themed-color-item-active-bg,#2962ff)}}html.theme-dark .active-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active{background-color:var(--themed-color-item-active-bg,#2962ff)}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover{background-color:var(--themed-color-item-active-bg,#2962ff)}}.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#fff)}@media (any-hover:hover){.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#fff)}}html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#d1d4dc)}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#d1d4dc)}}.textWrap-yyMUOAN9{align-items:center;display:flex;flex-direction:column}.text-yyMUOAN9{max-width:100px;overflow:hidden;text-overflow:ellipsis}.withIcon-yyMUOAN9{padding-bottom:2px;padding-top:2px}.sharingLabelWrap-yyMUOAN9{display:flex}.titleSharingLabel-yyMUOAN9{overflow:hidden}.switcherLabel-yyMUOAN9{overflow:visible}.iconWrap-yyMUOAN9{margin-right:7px}.infoIcon-yyMUOAN9{color:var(--themed-color-info-icon,#d1d4dc);display:flex}html.theme-dark .infoIcon-yyMUOAN9{color:var(--themed-color-info-icon,#50535e)}@media (any-hover:hover){.infoIcon-yyMUOAN9:hover{color:var(--themed-color-default-gray,#6a6d78)}html.theme-dark .infoIcon-yyMUOAN9:hover{color:var(--themed-color-default-gray,#868993)}}.copyLink-yyMUOAN9{color:var(--themed-color-brand,#2962ff);cursor:pointer;display:inline-block;font-size:12px;line-height:18px;margin:0 12px 6px}.copyLink-yyMUOAN9,html.theme-dark .copyLink-yyMUOAN9{fill:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:visited,html.theme-dark .copyLink-yyMUOAN9{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:visited,html.theme-dark .copyLink-yyMUOAN9:visited{fill:var(--themed-color-brand,#2962ff)}html.theme-dark .copyLink-yyMUOAN9:visited{color:var(--themed-color-brand,#2962ff)}@media (any-hover:hover){.copyLink-yyMUOAN9:hover{color:var(--themed-color-brand-hover,#1e53e5)}.copyLink-yyMUOAN9:hover,html.theme-dark .copyLink-yyMUOAN9:hover{fill:var(--themed-color-brand-hover,#1e53e5)}html.theme-dark .copyLink-yyMUOAN9:hover{color:var(--themed-color-brand-hover,#1e53e5)}}.copyLink-yyMUOAN9:active{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:active,html.theme-dark .copyLink-yyMUOAN9:active{fill:var(--themed-color-brand,#2962ff)}html.theme-dark .copyLink-yyMUOAN9:active{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:focus{outline:auto;outline-offset:2px}.copyLink-yyMUOAN9:focus-visible{outline:auto;outline-offset:2px}.copyLink-yyMUOAN9:focus:not(:focus-visible){outline:none}.copyLink-yyMUOAN9.copyLinkMobile-yyMUOAN9{margin:0 20px}.accessibleLabel-yyMUOAN9{outline:none;overflow:visible;position:relative}.accessibleLabel-yyMUOAN9:focus{outline:none}.accessibleLabel-yyMUOAN9:focus-visible{outline:none}.accessibleLabel-yyMUOAN9:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 8px);pointer-events:none;position:absolute;right:-4px;top:-4px;width:calc(100% + 8px);z-index:1}.accessibleLabel-yyMUOAN9:focus:after{display:block}.accessibleLabel-yyMUOAN9:focus-visible:after{display:block}.accessibleLabel-yyMUOAN9:focus:not(:focus-visible):after{display:none}.accessibleLabel-yyMUOAN9:after{border-color:#2962ff;border-radius:6px}.button-ZuDkGGhF.isDisabled-ZuDkGGhF{opacity:1!important}.hidden-5MVS18J8{opacity:0}.item-o5a0MQMm{position:relative}.item-o5a0MQMm.withIcon-o5a0MQMm{padding-bottom:2px;padding-top:2px}@media screen and (max-width:430px){.item-o5a0MQMm.withIcon-o5a0MQMm{font-size:16px;padding-bottom:6px;padding-top:6px}}.shortcut-o5a0MQMm{margin-left:0;min-width:auto}@media screen and (max-width:479px){.shortcut-o5a0MQMm{display:none}}.loading-o5a0MQMm .icon-o5a0MQMm,.loading-o5a0MQMm .shortcut-o5a0MQMm{opacity:0}.button-cq__ntSC{padding:5px 10px;width:100px}.button-cq__ntSC.smallLeftPadding-cq__ntSC{padding-right:8px}.text-cq__ntSC{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height);overflow:hidden}.uppercase-cq__ntSC{text-transform:uppercase}.description-jgoQcEnP{font-size:12px;line-height:18px;max-width:280px;min-width:170px;padding-bottom:4px;white-space:normal;word-wrap:break-word}.description-jgoQcEnP,html.theme-dark .description-jgoQcEnP{color:var(--tv-color-popup-element-secondary-text,var(--themed-color-popup-element-secondary-text,#787b86))}.labelRow-JeQoCpvi{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 60px)}.toolbox-JeQoCpvi{margin-right:auto}.description-JeQoCpvi{padding:0}.descriptionTabletSmall-JeQoCpvi{max-width:100%;padding-left:56px}.item-JeQoCpvi{margin-top:-3px;padding-bottom:8px;padding-top:0}.item-JeQoCpvi:before{content:none}.item-JeQoCpvi,.item-JeQoCpvi:active,.titleItem-JeQoCpvi,.titleItem-JeQoCpvi:active,html.theme-dark .item-JeQoCpvi,html.theme-dark .item-JeQoCpvi:active,html.theme-dark .titleItem-JeQoCpvi,html.theme-dark .titleItem-JeQoCpvi:active{background-color:var(--themed-color-force-transparent,#0000)}.titleItem-JeQoCpvi{position:static}.titleItem-JeQoCpvi:focus-within .remove-JeQoCpvi{visibility:visible}.itemTabletSmall-JeQoCpvi:before,.titleItemTabletSmall-JeQoCpvi:before{content:none}.itemTabletSmall-JeQoCpvi,.itemTabletSmall-JeQoCpvi:active,.titleItemTabletSmall-JeQoCpvi,.titleItemTabletSmall-JeQoCpvi:active,html.theme-dark .itemTabletSmall-JeQoCpvi,html.theme-dark .itemTabletSmall-JeQoCpvi:active,html.theme-dark .titleItemTabletSmall-JeQoCpvi,html.theme-dark .titleItemTabletSmall-JeQoCpvi:active{background-color:var(--themed-color-force-transparent,#0000)}.titleItemTabletSmall-JeQoCpvi{line-height:24px;padding:4px 16px 0 20px}.itemTabletSmall-JeQoCpvi{line-height:17px;padding:1px 16px 8px 20px}.itemLabelTabletSmall-JeQoCpvi{font-size:16px}.wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#131722));position:relative}html.theme-dark .wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#d1d4dc))}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#131722))}@media (any-hover:hover){.wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#131722))}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#c1c4cd))}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#c1c4cd))}}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#f0f3fa))}@media (any-hover:hover){.wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#f0f3fa))}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#2a2e39))}}.wrap-HXSqojvq{padding-right:4px}.titleWrap-HXSqojvq{display:flex;flex-direction:column}.indicators-HXSqojvq{margin-left:12px;margin-right:33px}.title-HXSqojvq{align-items:center;color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#131722));display:flex;flex-direction:row;white-space:nowrap}html.theme-dark .title-HXSqojvq{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#d1d4dc))}.title-HXSqojvq .icon-HXSqojvq{display:flex;flex:none}.title-HXSqojvq .text-HXSqojvq{font-size:14px;margin:0 5px 0 20px}.titleTabletSmall-HXSqojvq{padding-bottom:4px;padding-top:4px}.titleTabletSmall-HXSqojvq .text-HXSqojvq{font-size:16px}.labelRow-HXSqojvq{flex:1 0 100%;min-width:100%}.label-HXSqojvq{flex:0 0 100%;min-width:100%}.menu-hcofKPms{max-width:340px}.menuSmallTablet-hcofKPms{max-width:100%}.menuItemHeaderTabletSmall-hcofKPms{padding:10px 20px 2px}.menuItemHeader-hcofKPms{cursor:default;margin:0;padding-bottom:3px;padding-top:4px}.item-KMkDzD5K{all:unset;align-items:center;color:var(--themed-color-favorite-text,#131722);cursor:default;display:flex;flex:0 0 auto;height:100%;padding:0 3px;position:relative;z-index:0}html.theme-dark .item-KMkDzD5K{color:var(--themed-color-favorite-text,#d1d4dc)}.item-KMkDzD5K:before{border-radius:50%;bottom:0;content:"";display:block;height:28px;left:0;margin:auto;outline:2px none #2962ff;position:absolute;right:0;top:0;width:28px;z-index:-1}.item-KMkDzD5K:active:before{background-color:var(--themed-color-favorite-bg-hover,#f0f3fa);content:""}@media (any-hover:hover){.item-KMkDzD5K:hover:before{background-color:var(--themed-color-favorite-bg-hover,#f0f3fa);content:""}}html.theme-dark .item-KMkDzD5K:active:before{background-color:var(--themed-color-favorite-bg-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .item-KMkDzD5K:hover:before{background-color:var(--themed-color-favorite-bg-hover,#2a2e39)}}.item-KMkDzD5K.accessible-KMkDzD5K:focus-visible:before{content:"";outline-style:solid}.round-KMkDzD5K{align-items:center;border:1px solid;border-color:var(--themed-color-favorite-border,#e0e3eb);border-radius:50%;cursor:default;display:flex;flex:0 0 auto;font-size:10px;height:20px;justify-content:center;text-align:center;width:20px}html.theme-dark .round-KMkDzD5K{border-color:var(--themed-color-favorite-border,#434651)}.active-KMkDzD5K{background-color:var(--themed-color-favorite-round-bg,#000);color:var(--themed-color-favorite-round-text,#fff)}html.theme-dark .active-KMkDzD5K{background-color:var(--themed-color-favorite-round-bg,#fff);color:var(--themed-color-favorite-round-text,#000)}.wrap-jiC5bgmi.full-jiC5bgmi .first-jiC5bgmi{margin-right:0}.wrap-jiC5bgmi.full-jiC5bgmi .last-jiC5bgmi{margin-left:7px}.wrap-jiC5bgmi.medium-jiC5bgmi .first-jiC5bgmi{margin-right:0}.wrap-jiC5bgmi.medium-jiC5bgmi .last-jiC5bgmi{margin-left:7px}.buttonWithFavorites-jiC5bgmi{padding-left:7px}.icon-uMfL97K2{padding:5px}.customTradingViewStyleButton-zigjK1n2.withoutIcon-zigjK1n2{padding:0 5px} \ No newline at end of file diff --git a/public/charting_library/bundles/1335.5f0edd452b4452a9eaf4.css b/public/charting_library/bundles/1335.5f0edd452b4452a9eaf4.css new file mode 100644 index 00000000..2e047e9f --- /dev/null +++ b/public/charting_library/bundles/1335.5f0edd452b4452a9eaf4.css @@ -0,0 +1 @@ +.row-DFIg7eOh{vertical-align:top}.line-DFIg7eOh{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#e0e3eb));height:1px;margin:6px 0}html.theme-dark .line-DFIg7eOh{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#434651))}.hint-DFIg7eOh{color:var(--themed-color-context-menu-separator-hint,#9598a1);font-size:12px;margin-left:6px;margin-top:12px;text-align:left}html.theme-dark .hint-DFIg7eOh{color:var(--themed-color-context-menu-separator-hint,#50535e)}.separator-Ymxd0dt_{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#e0e3eb));height:1px;margin:6px 0}html.theme-dark .separator-Ymxd0dt_{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#434651))}.loaderWrap-jGEARQlM{height:32px;margin-left:-2px;position:relative}.loaderWrap-jGEARQlM.big-jGEARQlM{min-width:100px}.loaderWrap-jGEARQlM.big-jGEARQlM .loader-jGEARQlM{position:absolute}.loader-jGEARQlM{position:static}.menu-Tx5xMZww{border-collapse:collapse;cursor:default;overflow:visible;-webkit-user-select:none;user-select:none;z-index:500}.accessible-rm8yeqY4{outline:none;overflow:visible;position:relative}.accessible-rm8yeqY4:focus{outline:none}.accessible-rm8yeqY4:focus-visible{outline:none}.accessible-rm8yeqY4:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.accessible-rm8yeqY4:focus:after{display:block}.accessible-rm8yeqY4:focus-visible:after{display:block}.accessible-rm8yeqY4:focus:not(:focus-visible):after{display:none}.accessible-rm8yeqY4:after{border-color:#2962ff;border-radius:6px} \ No newline at end of file diff --git a/public/charting_library/bundles/1335.5f0edd452b4452a9eaf4.rtl.css b/public/charting_library/bundles/1335.5f0edd452b4452a9eaf4.rtl.css new file mode 100644 index 00000000..09c412b7 --- /dev/null +++ b/public/charting_library/bundles/1335.5f0edd452b4452a9eaf4.rtl.css @@ -0,0 +1 @@ +.row-DFIg7eOh{vertical-align:top}.line-DFIg7eOh{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#e0e3eb));height:1px;margin:6px 0}html.theme-dark .line-DFIg7eOh{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#434651))}.hint-DFIg7eOh{color:var(--themed-color-context-menu-separator-hint,#9598a1);font-size:12px;margin-right:6px;margin-top:12px;text-align:right}html.theme-dark .hint-DFIg7eOh{color:var(--themed-color-context-menu-separator-hint,#50535e)}.separator-Ymxd0dt_{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#e0e3eb));height:1px;margin:6px 0}html.theme-dark .separator-Ymxd0dt_{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#434651))}.loaderWrap-jGEARQlM{height:32px;margin-right:-2px;position:relative}.loaderWrap-jGEARQlM.big-jGEARQlM{min-width:100px}.loaderWrap-jGEARQlM.big-jGEARQlM .loader-jGEARQlM{position:absolute}.loader-jGEARQlM{position:static}.menu-Tx5xMZww{border-collapse:collapse;cursor:default;overflow:visible;-webkit-user-select:none;user-select:none;z-index:500}.accessible-rm8yeqY4{outline:none;overflow:visible;position:relative}.accessible-rm8yeqY4:focus{outline:none}.accessible-rm8yeqY4:focus-visible{outline:none}.accessible-rm8yeqY4:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:1}.accessible-rm8yeqY4:focus:after{display:block}.accessible-rm8yeqY4:focus-visible:after{display:block}.accessible-rm8yeqY4:focus:not(:focus-visible):after{display:none}.accessible-rm8yeqY4:after{border-color:#2962ff;border-radius:6px} \ No newline at end of file diff --git a/public/charting_library/bundles/1365.0116666d16b5bc64c47a.css b/public/charting_library/bundles/1365.0116666d16b5bc64c47a.css deleted file mode 100644 index 0c3b3a0b..00000000 --- a/public/charting_library/bundles/1365.0116666d16b5bc64c47a.css +++ /dev/null @@ -1 +0,0 @@ -.header-_UwzQmBd{border-bottom:1px solid #e0e3eb;color:#212121;font-size:14px;font-weight:700;padding:30px 60px 30px 30px;position:relative}html.theme-dark .header-_UwzQmBd{border-bottom-color:#363a45;color:#c5cbce}@media screen and (max-width:767px){.header-_UwzQmBd{padding:20px 60px 20px 20px}}.header-_UwzQmBd .close-_UwzQmBd{color:#434651;cursor:pointer;opacity:.5;padding:15px;position:absolute;right:15px;top:17px;transition:opacity .35s ease;-webkit-user-select:none;user-select:none}html.theme-dark .header-_UwzQmBd .close-_UwzQmBd{color:#d1d4dc}@media screen and (max-width:767px){.header-_UwzQmBd .close-_UwzQmBd{right:7px;top:7px}}@media (any-hover:hover){.header-_UwzQmBd .close-_UwzQmBd:hover{opacity:1;transition-duration:.06s}}.header-_UwzQmBd .close-_UwzQmBd svg{display:block;height:13px;width:13px}.footer-fSCU20uC{padding:0 30px 30px}@media screen and (max-width:767px){.footer-fSCU20uC{padding:0 20px 20px}}.body-XooS0VBr{-webkit-overflow-scrolling:touch;flex-grow:1;overflow:auto;padding:30px}.body-XooS0VBr::-webkit-scrollbar{height:5px;width:5px}.body-XooS0VBr::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .body-XooS0VBr::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.body-XooS0VBr::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.body-XooS0VBr::-webkit-scrollbar-corner{display:none}@media screen and (max-width:767px){.body-XooS0VBr{padding:20px}}.message-iqdHKcH8{background:#ebf9f5;color:#37bc9b;font-size:14px;left:0;padding:30px;position:absolute;right:0;text-align:center;top:0;transition:opacity .2625s ease,transform .2625s ease}html.theme-dark .message-iqdHKcH8{background:#21384d}.message-iqdHKcH8.error-iqdHKcH8{background:#ffedf0;color:#f7525f}html.theme-dark .message-iqdHKcH8.error-iqdHKcH8{background:#6f2626}.popupDialog-mBXAEZtB{max-width:450px}.content-mBXAEZtB .row-mBXAEZtB{display:flex;padding-bottom:12px}.content-mBXAEZtB .row-mBXAEZtB .column-mBXAEZtB{font-size:13px}.content-mBXAEZtB .row-mBXAEZtB .column-mBXAEZtB .title-mBXAEZtB{color:#6a6d78}html.theme-dark .content-mBXAEZtB .row-mBXAEZtB .column-mBXAEZtB .title-mBXAEZtB{color:#868993}.content-mBXAEZtB .row-mBXAEZtB .column-mBXAEZtB .value-mBXAEZtB{color:#434651;font-weight:700}html.theme-dark .content-mBXAEZtB .row-mBXAEZtB .column-mBXAEZtB .value-mBXAEZtB{color:#d1d4dc}.content-mBXAEZtB .row-mBXAEZtB .columnTitle-mBXAEZtB{text-align:left}.content-mBXAEZtB .row-mBXAEZtB .columnValue-mBXAEZtB{margin-left:auto;text-align:right} \ No newline at end of file diff --git a/public/charting_library/bundles/1365.0116666d16b5bc64c47a.rtl.css b/public/charting_library/bundles/1365.0116666d16b5bc64c47a.rtl.css deleted file mode 100644 index 40cc3771..00000000 --- a/public/charting_library/bundles/1365.0116666d16b5bc64c47a.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.header-_UwzQmBd{border-bottom:1px solid #e0e3eb;color:#212121;font-size:14px;font-weight:700;padding:30px 30px 30px 60px;position:relative}html.theme-dark .header-_UwzQmBd{border-bottom-color:#363a45;color:#c5cbce}@media screen and (max-width:767px){.header-_UwzQmBd{padding:20px 20px 20px 60px}}.header-_UwzQmBd .close-_UwzQmBd{color:#434651;cursor:pointer;left:15px;opacity:.5;padding:15px;position:absolute;top:17px;transition:opacity .35s ease;-webkit-user-select:none;user-select:none}html.theme-dark .header-_UwzQmBd .close-_UwzQmBd{color:#d1d4dc}@media screen and (max-width:767px){.header-_UwzQmBd .close-_UwzQmBd{left:7px;top:7px}}@media (any-hover:hover){.header-_UwzQmBd .close-_UwzQmBd:hover{opacity:1;transition-duration:.06s}}.header-_UwzQmBd .close-_UwzQmBd svg{display:block;height:13px;width:13px}.footer-fSCU20uC{padding:0 30px 30px}@media screen and (max-width:767px){.footer-fSCU20uC{padding:0 20px 20px}}.body-XooS0VBr{-webkit-overflow-scrolling:touch;flex-grow:1;overflow:auto;padding:30px}.body-XooS0VBr::-webkit-scrollbar{height:5px;width:5px}.body-XooS0VBr::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .body-XooS0VBr::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.body-XooS0VBr::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.body-XooS0VBr::-webkit-scrollbar-corner{display:none}@media screen and (max-width:767px){.body-XooS0VBr{padding:20px}}.message-iqdHKcH8{background:#ebf9f5;color:#37bc9b;font-size:14px;left:0;padding:30px;position:absolute;right:0;text-align:center;top:0;transition:opacity .2625s ease,transform .2625s ease}html.theme-dark .message-iqdHKcH8{background:#21384d}.message-iqdHKcH8.error-iqdHKcH8{background:#ffedf0;color:#f7525f}html.theme-dark .message-iqdHKcH8.error-iqdHKcH8{background:#6f2626}.popupDialog-mBXAEZtB{max-width:450px}.content-mBXAEZtB .row-mBXAEZtB{display:flex;padding-bottom:12px}.content-mBXAEZtB .row-mBXAEZtB .column-mBXAEZtB{font-size:13px}.content-mBXAEZtB .row-mBXAEZtB .column-mBXAEZtB .title-mBXAEZtB{color:#6a6d78}html.theme-dark .content-mBXAEZtB .row-mBXAEZtB .column-mBXAEZtB .title-mBXAEZtB{color:#868993}.content-mBXAEZtB .row-mBXAEZtB .column-mBXAEZtB .value-mBXAEZtB{color:#434651;font-weight:700}html.theme-dark .content-mBXAEZtB .row-mBXAEZtB .column-mBXAEZtB .value-mBXAEZtB{color:#d1d4dc}.content-mBXAEZtB .row-mBXAEZtB .columnTitle-mBXAEZtB{text-align:right}.content-mBXAEZtB .row-mBXAEZtB .columnValue-mBXAEZtB{margin-right:auto;text-align:left} \ No newline at end of file diff --git a/public/charting_library/bundles/1398.d778724528a9b5665050.css b/public/charting_library/bundles/1398.d778724528a9b5665050.css new file mode 100644 index 00000000..f7ae625d --- /dev/null +++ b/public/charting_library/bundles/1398.d778724528a9b5665050.css @@ -0,0 +1 @@ +.wrapper-nGEmjtaX{display:flex;flex:1 1 auto;height:100%;overflow:hidden}.container-nGEmjtaX{display:flex;flex:1 1 auto;flex-direction:column;min-height:145px;overflow-x:hidden;overflow-y:auto;padding-bottom:6px;padding-top:6px;-webkit-overflow-scrolling:touch;border-right:1px solid var(--themed-color-properties-dialog-borders,#e0e3eb);flex:none;width:200px}html.theme-dark .container-nGEmjtaX{border-right:1px solid var(--themed-color-properties-dialog-borders,#434651)}@media screen and (max-height:290px){.container-nGEmjtaX{min-height:auto}}@supports (-moz-appearance:none){.container-nGEmjtaX{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .container-nGEmjtaX{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.container-nGEmjtaX::-webkit-scrollbar{height:5px;width:5px}.container-nGEmjtaX::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .container-nGEmjtaX::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.container-nGEmjtaX::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.container-nGEmjtaX::-webkit-scrollbar-corner{display:none}.tab-nGEmjtaX{align-items:center;box-sizing:border-box;color:var(--themed-color-properties-dialog-defaults-text,#131722);display:flex;flex-shrink:0;height:40px;padding:6px 0 6px 20px}html.theme-dark .tab-nGEmjtaX{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}@media (any-hover:hover){.tab-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .tab-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}}.tab-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}.tab-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;color:var(--themed-color-active-tab-text-color,#131722);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{color:var(--themed-color-active-tab-text-color,#fff)}.icon-nGEmjtaX{height:28px;width:28px}.title-nGEmjtaX{display:flex;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;margin-left:8px;min-width:0;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;cursor:default;line-height:var(--ui-lib-typography-line-height);white-space:nowrap}.title-nGEmjtaX.withoutIcon-nGEmjtaX{margin-left:0}.titleText-nGEmjtaX{flex:0 100%;min-width:0;overflow:hidden;text-overflow:ellipsis}.nested-nGEmjtaX{align-items:center;color:var(--themed-color-default-gray,#6a6d78);display:flex;flex:1 1 auto;height:0;justify-content:flex-end;padding-right:8px}html.theme-dark .nested-nGEmjtaX{color:var(--themed-color-default-gray,#868993)}.isTablet-nGEmjtaX.container-nGEmjtaX{width:48px}.isTablet-nGEmjtaX.tab-nGEmjtaX{height:auto;justify-content:center;padding-left:0}.isMobile-nGEmjtaX.container-nGEmjtaX{width:100%}.isMobile-nGEmjtaX.tab-nGEmjtaX{height:auto;justify-content:flex-start;padding:0 0 0 20px}.isMobile-nGEmjtaX.tab-nGEmjtaX:last-child .title-nGEmjtaX:not(.showLastDivider-nGEmjtaX){border-bottom-width:0}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{--ui-lib-typography-font-size:16px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX,.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height)}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX{--ui-lib-typography-font-size:18px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX .title-nGEmjtaX{align-items:center;display:flex;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;padding-bottom:17px;padding-top:17px;--ui-lib-typography-font-size:16px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:24px;border-bottom:1px solid;border-bottom-color:var(--themed-color-properties-dialog-borders,#e0e3eb);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .isMobile-nGEmjtaX .title-nGEmjtaX{border-bottom-color:var(--themed-color-properties-dialog-borders,#434651)}.isMobile-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{--ui-lib-typography-font-size:16px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX,.isMobile-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height)}.isMobile-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX{--ui-lib-typography-font-size:18px;--ui-lib-typography-line-height:28px}.isMobile-nGEmjtaX.withoutArrow-nGEmjtaX .title-nGEmjtaX{border-bottom-width:0}.accessible-nGEmjtaX{all:unset;align-items:center;box-sizing:border-box;color:var(--themed-color-properties-dialog-defaults-text,#131722);display:flex;flex-shrink:0;height:40px;padding:6px 0 6px 20px}html.theme-dark .accessible-nGEmjtaX{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}@media (any-hover:hover){.accessible-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .accessible-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}}.accessible-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}.accessible-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,.accessible-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;color:var(--themed-color-active-tab-text-color,#131722);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{color:var(--themed-color-active-tab-text-color,#fff)}.accessible-nGEmjtaX{outline:none;overflow:visible;position:relative}.accessible-nGEmjtaX:focus{outline:none}.accessible-nGEmjtaX:focus-visible{outline:none}.accessible-nGEmjtaX:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.accessible-nGEmjtaX:focus:after{display:block}.accessible-nGEmjtaX:focus-visible:after{display:block}.accessible-nGEmjtaX:focus:not(:focus-visible):after{display:none}.accessible-nGEmjtaX:after{border-color:#2962ff;border-radius:6px} \ No newline at end of file diff --git a/public/charting_library/bundles/1398.d778724528a9b5665050.rtl.css b/public/charting_library/bundles/1398.d778724528a9b5665050.rtl.css new file mode 100644 index 00000000..de968c98 --- /dev/null +++ b/public/charting_library/bundles/1398.d778724528a9b5665050.rtl.css @@ -0,0 +1 @@ +.wrapper-nGEmjtaX{display:flex;flex:1 1 auto;height:100%;overflow:hidden}.container-nGEmjtaX{display:flex;flex:1 1 auto;flex-direction:column;min-height:145px;overflow-x:hidden;overflow-y:auto;padding-bottom:6px;padding-top:6px;-webkit-overflow-scrolling:touch;border-left:1px solid var(--themed-color-properties-dialog-borders,#e0e3eb);flex:none;width:200px}html.theme-dark .container-nGEmjtaX{border-left:1px solid var(--themed-color-properties-dialog-borders,#434651)}@media screen and (max-height:290px){.container-nGEmjtaX{min-height:auto}}@supports (-moz-appearance:none){.container-nGEmjtaX{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .container-nGEmjtaX{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.container-nGEmjtaX::-webkit-scrollbar{height:5px;width:5px}.container-nGEmjtaX::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .container-nGEmjtaX::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.container-nGEmjtaX::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.container-nGEmjtaX::-webkit-scrollbar-corner{display:none}.tab-nGEmjtaX{align-items:center;box-sizing:border-box;color:var(--themed-color-properties-dialog-defaults-text,#131722);display:flex;flex-shrink:0;height:40px;padding:6px 20px 6px 0}html.theme-dark .tab-nGEmjtaX{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}@media (any-hover:hover){.tab-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .tab-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}}.tab-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}.tab-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;color:var(--themed-color-active-tab-text-color,#131722);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{color:var(--themed-color-active-tab-text-color,#fff)}.icon-nGEmjtaX{height:28px;width:28px}.title-nGEmjtaX{display:flex;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;margin-right:8px;min-width:0;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;cursor:default;line-height:var(--ui-lib-typography-line-height);white-space:nowrap}.title-nGEmjtaX.withoutIcon-nGEmjtaX{margin-right:0}.titleText-nGEmjtaX{flex:0 100%;min-width:0;overflow:hidden;text-overflow:ellipsis}.nested-nGEmjtaX{align-items:center;color:var(--themed-color-default-gray,#6a6d78);display:flex;flex:1 1 auto;height:0;justify-content:flex-end;padding-left:8px}html.theme-dark .nested-nGEmjtaX{color:var(--themed-color-default-gray,#868993)}.nested-nGEmjtaX svg{transform:rotate(180deg)}.isTablet-nGEmjtaX.container-nGEmjtaX{width:48px}.isTablet-nGEmjtaX.tab-nGEmjtaX{height:auto;justify-content:center;padding-right:0}.isMobile-nGEmjtaX.container-nGEmjtaX{width:100%}.isMobile-nGEmjtaX.tab-nGEmjtaX{height:auto;justify-content:flex-start;padding:0 20px 0 0}.isMobile-nGEmjtaX.tab-nGEmjtaX:last-child .title-nGEmjtaX:not(.showLastDivider-nGEmjtaX){border-bottom-width:0}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{--ui-lib-typography-font-size:16px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX,.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height)}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX{--ui-lib-typography-font-size:18px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX .title-nGEmjtaX{align-items:center;display:flex;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;padding-bottom:17px;padding-top:17px;--ui-lib-typography-font-size:16px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:24px;border-bottom:1px solid;border-bottom-color:var(--themed-color-properties-dialog-borders,#e0e3eb);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .isMobile-nGEmjtaX .title-nGEmjtaX{border-bottom-color:var(--themed-color-properties-dialog-borders,#434651)}.isMobile-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{--ui-lib-typography-font-size:16px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX,.isMobile-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height)}.isMobile-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX{--ui-lib-typography-font-size:18px;--ui-lib-typography-line-height:28px}.isMobile-nGEmjtaX.withoutArrow-nGEmjtaX .title-nGEmjtaX{border-bottom-width:0}.accessible-nGEmjtaX{all:unset;align-items:center;box-sizing:border-box;color:var(--themed-color-properties-dialog-defaults-text,#131722);display:flex;flex-shrink:0;height:40px;padding:6px 20px 6px 0}html.theme-dark .accessible-nGEmjtaX{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}@media (any-hover:hover){.accessible-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .accessible-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}}.accessible-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}.accessible-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,.accessible-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;color:var(--themed-color-active-tab-text-color,#131722);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{color:var(--themed-color-active-tab-text-color,#fff)}.accessible-nGEmjtaX{outline:none;overflow:visible;position:relative}.accessible-nGEmjtaX:focus{outline:none}.accessible-nGEmjtaX:focus-visible{outline:none}.accessible-nGEmjtaX:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:1}.accessible-nGEmjtaX:focus:after{display:block}.accessible-nGEmjtaX:focus-visible:after{display:block}.accessible-nGEmjtaX:focus:not(:focus-visible):after{display:none}.accessible-nGEmjtaX:after{border-color:#2962ff;border-radius:6px} \ No newline at end of file diff --git a/public/charting_library/bundles/1538.b6bc85c0060285eaeced.css b/public/charting_library/bundles/1538.b6bc85c0060285eaeced.css new file mode 100644 index 00000000..8412e7a6 --- /dev/null +++ b/public/charting_library/bundles/1538.b6bc85c0060285eaeced.css @@ -0,0 +1 @@ +.ui-draggable{touch-action:none}.floating-toolbar-react-widgets{display:inline-flex}.floating-toolbar-react-widgets__button{align-items:center;display:flex;height:38px;justify-content:center;min-width:38px}.tv-floating-toolbar{align-items:stretch;background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#fff));border-radius:6px;box-shadow:0 2px 6px var(--themed-color-floating-toolbar-shadow,#6a6d7899);display:flex;flex-direction:column;opacity:1;position:absolute;transition:transform .2625s cubic-bezier(.215,.61,.355,1),opacity .2625s cubic-bezier(.215,.61,.355,1)}html.theme-dark .tv-floating-toolbar{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#1e222d));box-shadow:0 2px 6px var(--themed-color-floating-toolbar-shadow,#0009)}.tv-floating-toolbar.i-closed{opacity:0;pointer-events:none;transform:scale(.925)}.tv-floating-toolbar.i-vertical{height:auto;min-width:37px}.tv-floating-toolbar__widget-wrapper{display:flex}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget-wrapper{flex-direction:column}.tv-floating-toolbar__drag{align-items:center;color:var(--themed-color-drag-icon,#b2b5be);cursor:grab;display:flex;flex-shrink:0;justify-content:center;width:24px}html.theme-dark .tv-floating-toolbar__drag{color:var(--themed-color-drag-icon,#50535e)}.tv-floating-toolbar.ui-draggable-dragging .tv-floating-toolbar__drag{cursor:grabbing}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag{height:24px;width:100%}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag svg{transform:rotate(90deg)}.tv-floating-toolbar__content{border-bottom-right-radius:6px;border-top-right-radius:6px;display:flex;flex-shrink:0;overflow:hidden}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__content{border-bottom-left-radius:6px;border-top-right-radius:0;flex-direction:column}.tv-floating-toolbar__widget{align-items:stretch;display:flex}.tv-floating-toolbar__widget.ui-sortable-placeholder{visibility:visible!important}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget{border-left:none}.button-BuUjli6L{height:38px;width:38px}.wrap-Nn3SCuEL{flex-direction:column;height:38px;width:38px}.icon-Nn3SCuEL,.wrap-Nn3SCuEL{align-items:center;display:flex;justify-content:center}.icon-Nn3SCuEL{height:16px;width:16px}.colorBg-Nn3SCuEL{background-color:var(--themed-color-opacity-bg,#fff);background-image:url(opacity-pattern.4d8fbb552dde3db26f4a.svg);background-size:4px;border-radius:2px;height:4px;margin-top:4px;width:22px}html.theme-dark .colorBg-Nn3SCuEL{background-color:var(--themed-color-opacity-bg,#000)}.color-Nn3SCuEL{border-radius:2px;height:4px;width:22px}.color-Nn3SCuEL.multicolor-Nn3SCuEL{background:linear-gradient(270deg,#ff2e00,#ffe600 27.27%,#61ff00 50%,#00c2ff 72.44%,#8f00ff)}.color-Nn3SCuEL.white-Nn3SCuEL{border:1px solid var(--themed-color-white-border,#d1d4dc);height:2px;width:20px}html.theme-dark .color-Nn3SCuEL.white-Nn3SCuEL{border:1px solid var(--themed-color-white-border,#0000)}.item-KdWj36gM{padding-left:13px;padding-right:12px}.item-KdWj36gM.withIcon-KdWj36gM{padding-bottom:2px;padding-top:2px}.icon-KdWj36gM{margin-right:11px}.labelRow-KdWj36gM:last-child{padding-right:2px}.multiWidth-KdWj36gM{padding:5px}.buttonWrap-KdWj36gM{align-items:center;display:flex;padding:11px 11px 11px 10px}.buttonLabel-KdWj36gM{margin-left:7px}.dots-meVFo3Y9{--tv-toolbar-explicit-hover-border-radius:2px}.tv-favorited-drawings-toolbar__widget{align-items:center;color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#131722));display:flex;flex-grow:1;justify-content:center;min-height:38px;min-width:38px;position:relative;z-index:0}html.theme-dark .tv-favorited-drawings-toolbar__widget{color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#d1d4dc))}.tv-favorited-drawings-toolbar__widget:before{border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.tv-favorited-drawings-toolbar__widget.hover:before,.tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}@media (any-hover:hover){.tv-favorited-drawings-toolbar__widget:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}}html.theme-dark .tv-favorited-drawings-toolbar__widget.hover:before,html.theme-dark .tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .tv-favorited-drawings-toolbar__widget:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}}.tv-favorited-drawings-toolbar__widget.clicked:before,.tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa)));content:""}html.theme-dark .tv-favorited-drawings-toolbar__widget.clicked:before,html.theme-dark .tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39)))}.tv-favorited-drawings-toolbar__widget.accessible:focus-visible:before{content:"";outline-style:solid}.tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}html.theme-sa .tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}@media (any-hover:hover){.tv-favorited-drawings-toolbar__widget.i-active:hover,html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active:hover{color:var(--tv-color-toolbar-button-text-active-hover,var(--themed-color-toolbar-button-text-active-hover,#1e53e5))}} \ No newline at end of file diff --git a/public/charting_library/bundles/1538.b6bc85c0060285eaeced.rtl.css b/public/charting_library/bundles/1538.b6bc85c0060285eaeced.rtl.css new file mode 100644 index 00000000..dd050ffb --- /dev/null +++ b/public/charting_library/bundles/1538.b6bc85c0060285eaeced.rtl.css @@ -0,0 +1 @@ +.ui-draggable{touch-action:none}.floating-toolbar-react-widgets{display:inline-flex}.floating-toolbar-react-widgets__button{align-items:center;display:flex;height:38px;justify-content:center;min-width:38px}.tv-floating-toolbar{align-items:stretch;background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#fff));border-radius:6px;box-shadow:0 2px 6px var(--themed-color-floating-toolbar-shadow,#6a6d7899);display:flex;flex-direction:column;opacity:1;position:absolute;transition:transform .2625s cubic-bezier(.215,.61,.355,1),opacity .2625s cubic-bezier(.215,.61,.355,1)}html.theme-dark .tv-floating-toolbar{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#1e222d));box-shadow:0 2px 6px var(--themed-color-floating-toolbar-shadow,#0009)}.tv-floating-toolbar.i-closed{opacity:0;pointer-events:none;transform:scale(.925)}.tv-floating-toolbar.i-vertical{height:auto;min-width:37px}.tv-floating-toolbar__widget-wrapper{display:flex}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget-wrapper{flex-direction:column}.tv-floating-toolbar__drag{align-items:center;color:var(--themed-color-drag-icon,#b2b5be);cursor:grab;display:flex;flex-shrink:0;justify-content:center;width:24px}html.theme-dark .tv-floating-toolbar__drag{color:var(--themed-color-drag-icon,#50535e)}.tv-floating-toolbar.ui-draggable-dragging .tv-floating-toolbar__drag{cursor:grabbing}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag{height:24px;width:100%}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag svg{transform:rotate(-90deg)}.tv-floating-toolbar__content{border-bottom-left-radius:6px;border-top-left-radius:6px;display:flex;flex-shrink:0;overflow:hidden}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__content{border-bottom-right-radius:6px;border-top-left-radius:0;flex-direction:column}.tv-floating-toolbar__widget{align-items:stretch;display:flex}.tv-floating-toolbar__widget.ui-sortable-placeholder{visibility:visible!important}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget{border-right:none}.button-BuUjli6L{height:38px;width:38px}.wrap-Nn3SCuEL{flex-direction:column;height:38px;width:38px}.icon-Nn3SCuEL,.wrap-Nn3SCuEL{align-items:center;display:flex;justify-content:center}.icon-Nn3SCuEL{height:16px;width:16px}.colorBg-Nn3SCuEL{background-color:var(--themed-color-opacity-bg,#fff);background-image:url(opacity-pattern.4d8fbb552dde3db26f4a.svg);background-size:4px;border-radius:2px;height:4px;margin-top:4px;width:22px}html.theme-dark .colorBg-Nn3SCuEL{background-color:var(--themed-color-opacity-bg,#000)}.color-Nn3SCuEL{border-radius:2px;height:4px;width:22px}.color-Nn3SCuEL.multicolor-Nn3SCuEL{background:linear-gradient(-270deg,#ff2e00,#ffe600 27.27%,#61ff00 50%,#00c2ff 72.44%,#8f00ff)}.color-Nn3SCuEL.white-Nn3SCuEL{border:1px solid var(--themed-color-white-border,#d1d4dc);height:2px;width:20px}html.theme-dark .color-Nn3SCuEL.white-Nn3SCuEL{border:1px solid var(--themed-color-white-border,#0000)}.item-KdWj36gM{padding-left:12px;padding-right:13px}.item-KdWj36gM.withIcon-KdWj36gM{padding-bottom:2px;padding-top:2px}.icon-KdWj36gM{margin-left:11px}.labelRow-KdWj36gM:last-child{padding-left:2px}.multiWidth-KdWj36gM{padding:5px}.buttonWrap-KdWj36gM{align-items:center;display:flex;padding:11px 10px 11px 11px}.buttonLabel-KdWj36gM{margin-right:7px}.dots-meVFo3Y9{--tv-toolbar-explicit-hover-border-radius:2px}.tv-favorited-drawings-toolbar__widget{align-items:center;color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#131722));display:flex;flex-grow:1;justify-content:center;min-height:38px;min-width:38px;position:relative;z-index:0}html.theme-dark .tv-favorited-drawings-toolbar__widget{color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#d1d4dc))}.tv-favorited-drawings-toolbar__widget:before{border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.tv-favorited-drawings-toolbar__widget.hover:before,.tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}@media (any-hover:hover){.tv-favorited-drawings-toolbar__widget:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}}html.theme-dark .tv-favorited-drawings-toolbar__widget.hover:before,html.theme-dark .tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .tv-favorited-drawings-toolbar__widget:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}}.tv-favorited-drawings-toolbar__widget.clicked:before,.tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa)));content:""}html.theme-dark .tv-favorited-drawings-toolbar__widget.clicked:before,html.theme-dark .tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39)))}.tv-favorited-drawings-toolbar__widget.accessible:focus-visible:before{content:"";outline-style:solid}.tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}html.theme-sa .tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}@media (any-hover:hover){.tv-favorited-drawings-toolbar__widget.i-active:hover,html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active:hover{color:var(--tv-color-toolbar-button-text-active-hover,var(--themed-color-toolbar-button-text-active-hover,#1e53e5))}} \ No newline at end of file diff --git a/public/charting_library/bundles/1729.0f1e7f0f19efe1232ab6.css b/public/charting_library/bundles/1729.0f1e7f0f19efe1232ab6.css new file mode 100644 index 00000000..ae13ed8c --- /dev/null +++ b/public/charting_library/bundles/1729.0f1e7f0f19efe1232ab6.css @@ -0,0 +1 @@ +.tv-circle-logo-pair-ocURKVwI{display:inline-block;position:relative}.tv-circle-logo-pair--xxxxsmall-ocURKVwI{height:20px;width:20px}.tv-circle-logo-pair--xxxsmall-ocURKVwI{height:18px;width:18px}.tv-circle-logo-pair--xxsmall-ocURKVwI{height:20px;width:20px}.tv-circle-logo-pair--xsmall-ocURKVwI{height:24px;width:24px}.tv-circle-logo-pair--small-ocURKVwI{height:28px;width:28px}.tv-circle-logo-pair--medium-ocURKVwI{height:36px;width:36px}.tv-circle-logo-pair--large-ocURKVwI{height:48px;width:48px}.tv-circle-logo-pair--xlarge-ocURKVwI{height:56px;width:56px}.tv-circle-logo-pair--xxlarge-ocURKVwI{height:112px;width:112px}.tv-circle-logo-pair--xxxlarge-ocURKVwI{height:168px;width:168px}.tv-circle-logo-pair--xxxxsmall-ocURKVwI{height:12px}.tv-circle-logo-pair__logo-ocURKVwI{border-radius:50%}.tv-circle-logo-pair__logo-ocURKVwI:not(img){background-color:var(--themed-color-circle-logo-background,#e0e3eb)}html.theme-dark .tv-circle-logo-pair__logo-ocURKVwI:not(img){background-color:var(--themed-color-circle-logo-background,#2a2e39)}.tv-circle-logo-pair__logo-ocURKVwI:first-child,.tv-circle-logo-pair__logo-ocURKVwI:last-child{position:absolute;right:0;top:0}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI{height:12px;width:12px}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI:first-child{clip-path:path("M3.74882 11.5634C5.14239 10.1236 6 8.16198 6 6C6 3.83802 5.14239 1.87635 3.74882 0.436617C4.44396 0.155056 5.20387 -5.94136e-07 6 -5.24537e-07C9.31371 -2.34843e-07 12 2.68629 12 6C12 9.31371 9.31371 12 6 12C5.20387 12 4.44396 11.8449 3.74882 11.5634Z")}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--xxxsmall-ocURKVwI{height:12px;width:12px}.tv-circle-logo-pair__logo--xxxsmall-ocURKVwI:first-child{clip-path:path("M12 0H0v4a8 8 0 0 1 8 8h4V0Z")}.tv-circle-logo-pair__logo--xxxsmall-ocURKVwI:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--xxsmall-ocURKVwI{height:12px;width:12px}.tv-circle-logo-pair__logo--xxsmall-ocURKVwI:first-child{clip-path:path("M12 0H0v6.254A8 8 0 0 1 5.746 12H12Z")}.tv-circle-logo-pair__logo--xxsmall-ocURKVwI:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--xsmall-ocURKVwI{height:16px;width:16px}.tv-circle-logo-pair__logo--xsmall-ocURKVwI:first-child{clip-path:path("M16 8A8 8 0 0 0 .3 6a10 10 0 0 1 9.7 9.7A8 8 0 0 0 16 8Z")}.tv-circle-logo-pair__logo--xsmall-ocURKVwI:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--small-ocURKVwI{height:18px;width:18px}.tv-circle-logo-pair__logo--small-ocURKVwI:first-child{clip-path:path("M18 0H0v8.04A11 11 0 0 1 9.96 18H18V0Z")}.tv-circle-logo-pair__logo--small-ocURKVwI:last-child{transform:translate(-10px,10px)}.tv-circle-logo-pair__logo--medium-ocURKVwI{height:24px;width:24px}.tv-circle-logo-pair__logo--medium-ocURKVwI:first-child{clip-path:path("M24 0H0v10c8 0 14 6 14 14h10V0Z")}.tv-circle-logo-pair__logo--medium-ocURKVwI:last-child{transform:translate(-12px,12px)}.tv-circle-logo-pair__logo--large-ocURKVwI{height:32px;width:32px}.tv-circle-logo-pair__logo--large-ocURKVwI:first-child{clip-path:path("M32 0H0v14a18 18 0 0 1 18 18h14V0Z")}.tv-circle-logo-pair__logo--large-ocURKVwI:last-child{transform:translate(-16px,16px)}.tv-circle-logo-pair__logo--xlarge-ocURKVwI{height:38px;width:38px}.tv-circle-logo-pair__logo--xlarge-ocURKVwI:first-child{clip-path:path("M38 0H0v16.02L1 16a21 21 0 0 1 20.98 22H38V0Z")}.tv-circle-logo-pair__logo--xlarge-ocURKVwI:last-child{transform:translate(-18px,18px)}.tv-circle-logo-pair__logo--xxlarge-ocURKVwI{height:76px;width:76px}.tv-circle-logo-pair__logo--xxlarge-ocURKVwI:first-child{clip-path:path("M76 0H0v32.05A42 42 0 0 1 43.95 76H76V0Z")}.tv-circle-logo-pair__logo--xxlarge-ocURKVwI:last-child{transform:translate(-36px,36px)}.tv-circle-logo-pair__logo--xxxlarge-ocURKVwI{height:114px;width:114px}.tv-circle-logo-pair__logo--xxxlarge-ocURKVwI:first-child{clip-path:path("M113 0H0V48c35-1 66 26 66 66v0h48V0Z")}.tv-circle-logo-pair__logo--xxxlarge-ocURKVwI:last-child{transform:translate(-54px,54px)}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI:last-child{transform:translate(-8px)}.tv-circle-logo-pair__logo-empty-ocURKVwI{background-image:url(empty-coin-light.6d0b731ac6f489f06e65.svg);background-size:contain}html.theme-dark .tv-circle-logo-pair__logo-empty-ocURKVwI{background-image:url(empty-coin-dark.d6d07bff92d7e4dff5ad.svg)} \ No newline at end of file diff --git a/public/charting_library/bundles/1729.0f1e7f0f19efe1232ab6.rtl.css b/public/charting_library/bundles/1729.0f1e7f0f19efe1232ab6.rtl.css new file mode 100644 index 00000000..a368af7e --- /dev/null +++ b/public/charting_library/bundles/1729.0f1e7f0f19efe1232ab6.rtl.css @@ -0,0 +1 @@ +.tv-circle-logo-pair-ocURKVwI{display:inline-block;position:relative}.tv-circle-logo-pair--xxxxsmall-ocURKVwI{height:20px;width:20px}.tv-circle-logo-pair--xxxsmall-ocURKVwI{height:18px;width:18px}.tv-circle-logo-pair--xxsmall-ocURKVwI{height:20px;width:20px}.tv-circle-logo-pair--xsmall-ocURKVwI{height:24px;width:24px}.tv-circle-logo-pair--small-ocURKVwI{height:28px;width:28px}.tv-circle-logo-pair--medium-ocURKVwI{height:36px;width:36px}.tv-circle-logo-pair--large-ocURKVwI{height:48px;width:48px}.tv-circle-logo-pair--xlarge-ocURKVwI{height:56px;width:56px}.tv-circle-logo-pair--xxlarge-ocURKVwI{height:112px;width:112px}.tv-circle-logo-pair--xxxlarge-ocURKVwI{height:168px;width:168px}.tv-circle-logo-pair--xxxxsmall-ocURKVwI{height:12px}.tv-circle-logo-pair__logo-ocURKVwI{border-radius:50%}.tv-circle-logo-pair__logo-ocURKVwI:not(img){background-color:var(--themed-color-circle-logo-background,#e0e3eb)}html.theme-dark .tv-circle-logo-pair__logo-ocURKVwI:not(img){background-color:var(--themed-color-circle-logo-background,#2a2e39)}.tv-circle-logo-pair__logo-ocURKVwI:first-child,.tv-circle-logo-pair__logo-ocURKVwI:last-child{position:absolute;right:0;top:0}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI{height:12px;width:12px}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI:first-child{clip-path:path("M3.74882 11.5634C5.14239 10.1236 6 8.16198 6 6C6 3.83802 5.14239 1.87635 3.74882 0.436617C4.44396 0.155056 5.20387 -5.94136e-07 6 -5.24537e-07C9.31371 -2.34843e-07 12 2.68629 12 6C12 9.31371 9.31371 12 6 12C5.20387 12 4.44396 11.8449 3.74882 11.5634Z")}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--xxxsmall-ocURKVwI{height:12px;width:12px}.tv-circle-logo-pair__logo--xxxsmall-ocURKVwI:first-child{clip-path:path("M12 0H0v4a8 8 0 0 1 8 8h4V0Z")}.tv-circle-logo-pair__logo--xxxsmall-ocURKVwI:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--xxsmall-ocURKVwI{height:12px;width:12px}.tv-circle-logo-pair__logo--xxsmall-ocURKVwI:first-child{clip-path:path("M12 0H0v6.254A8 8 0 0 1 5.746 12H12Z")}.tv-circle-logo-pair__logo--xxsmall-ocURKVwI:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--xsmall-ocURKVwI{height:16px;width:16px}.tv-circle-logo-pair__logo--xsmall-ocURKVwI:first-child{clip-path:path("M16 8A8 8 0 0 0 .3 6a10 10 0 0 1 9.7 9.7A8 8 0 0 0 16 8Z")}.tv-circle-logo-pair__logo--xsmall-ocURKVwI:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--small-ocURKVwI{height:18px;width:18px}.tv-circle-logo-pair__logo--small-ocURKVwI:first-child{clip-path:path("M18 0H0v8.04A11 11 0 0 1 9.96 18H18V0Z")}.tv-circle-logo-pair__logo--small-ocURKVwI:last-child{transform:translate(-10px,10px)}.tv-circle-logo-pair__logo--medium-ocURKVwI{height:24px;width:24px}.tv-circle-logo-pair__logo--medium-ocURKVwI:first-child{clip-path:path("M24 0H0v10c8 0 14 6 14 14h10V0Z")}.tv-circle-logo-pair__logo--medium-ocURKVwI:last-child{transform:translate(-12px,12px)}.tv-circle-logo-pair__logo--large-ocURKVwI{height:32px;width:32px}.tv-circle-logo-pair__logo--large-ocURKVwI:first-child{clip-path:path("M32 0H0v14a18 18 0 0 1 18 18h14V0Z")}.tv-circle-logo-pair__logo--large-ocURKVwI:last-child{transform:translate(-16px,16px)}.tv-circle-logo-pair__logo--xlarge-ocURKVwI{height:38px;width:38px}.tv-circle-logo-pair__logo--xlarge-ocURKVwI:first-child{clip-path:path("M38 0H0v16.02L1 16a21 21 0 0 1 20.98 22H38V0Z")}.tv-circle-logo-pair__logo--xlarge-ocURKVwI:last-child{transform:translate(-18px,18px)}.tv-circle-logo-pair__logo--xxlarge-ocURKVwI{height:76px;width:76px}.tv-circle-logo-pair__logo--xxlarge-ocURKVwI:first-child{clip-path:path("M76 0H0v32.05A42 42 0 0 1 43.95 76H76V0Z")}.tv-circle-logo-pair__logo--xxlarge-ocURKVwI:last-child{transform:translate(-36px,36px)}.tv-circle-logo-pair__logo--xxxlarge-ocURKVwI{height:114px;width:114px}.tv-circle-logo-pair__logo--xxxlarge-ocURKVwI:first-child{clip-path:path("M113 0H0V48c35-1 66 26 66 66v0h48V0Z")}.tv-circle-logo-pair__logo--xxxlarge-ocURKVwI:last-child{transform:translate(-54px,54px)}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI:last-child{transform:translate(8px)}.tv-circle-logo-pair__logo-empty-ocURKVwI{background-image:url(empty-coin-light.6d0b731ac6f489f06e65.svg);background-size:contain}html.theme-dark .tv-circle-logo-pair__logo-empty-ocURKVwI{background-image:url(empty-coin-dark.d6d07bff92d7e4dff5ad.svg)} \ No newline at end of file diff --git a/public/charting_library/bundles/1762.7ff6b353c441db2276da.css b/public/charting_library/bundles/1762.7ff6b353c441db2276da.css deleted file mode 100644 index cd4e39d7..00000000 --- a/public/charting_library/bundles/1762.7ff6b353c441db2276da.css +++ /dev/null @@ -1 +0,0 @@ -.separator-EI7Qsb2Q{border-top:1px solid #e0e3eb}html.theme-dark .separator-EI7Qsb2Q{border-top:1px solid #434651}.scrollable-EI7Qsb2Q{-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;scrollbar-color:#9598a1 #0000;scrollbar-width:thin}html.theme-dark .scrollable-EI7Qsb2Q{scrollbar-color:#363a45 #0000}@media screen and (max-height:290px){.scrollable-EI7Qsb2Q{min-height:auto}}.scrollable-EI7Qsb2Q::-webkit-scrollbar{height:5px;width:5px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.scrollable-EI7Qsb2Q::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-corner{display:none} \ No newline at end of file diff --git a/public/charting_library/bundles/1762.7ff6b353c441db2276da.rtl.css b/public/charting_library/bundles/1762.7ff6b353c441db2276da.rtl.css deleted file mode 100644 index cd4e39d7..00000000 --- a/public/charting_library/bundles/1762.7ff6b353c441db2276da.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.separator-EI7Qsb2Q{border-top:1px solid #e0e3eb}html.theme-dark .separator-EI7Qsb2Q{border-top:1px solid #434651}.scrollable-EI7Qsb2Q{-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;scrollbar-color:#9598a1 #0000;scrollbar-width:thin}html.theme-dark .scrollable-EI7Qsb2Q{scrollbar-color:#363a45 #0000}@media screen and (max-height:290px){.scrollable-EI7Qsb2Q{min-height:auto}}.scrollable-EI7Qsb2Q::-webkit-scrollbar{height:5px;width:5px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.scrollable-EI7Qsb2Q::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-corner{display:none} \ No newline at end of file diff --git a/public/charting_library/bundles/1782.637b414d2efcd03840f5.css b/public/charting_library/bundles/1782.637b414d2efcd03840f5.css new file mode 100644 index 00000000..704dd9b0 --- /dev/null +++ b/public/charting_library/bundles/1782.637b414d2efcd03840f5.css @@ -0,0 +1 @@ +.wrap-HAxAr6QG{align-items:center;display:flex;flex:1 0 auto;flex-direction:column;justify-content:center;padding-bottom:54px;padding-top:24px}@media screen and (max-height:430px) and (orientation:landscape){.wrap-HAxAr6QG{justify-content:flex-start}.image-HAxAr6QG{display:none}}.text-HAxAr6QG{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:18px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:28px;color:var(--themed-color-empty-state-text,#131722);cursor:default;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .text-HAxAr6QG{color:var(--themed-color-empty-state-text,#d1d4dc)}.item-nuuDM7vP{align-items:center;cursor:default;display:flex;padding-left:8px}.item-nuuDM7vP.big-nuuDM7vP,.item-nuuDM7vP.normal-nuuDM7vP{height:40px}.item-nuuDM7vP.selected-nuuDM7vP{background-color:var(--themed-color-item-selected,#bbd9fb)}@media (any-hover:hover){.item-nuuDM7vP.selected-nuuDM7vP:hover{background-color:var(--themed-color-item-selected,#bbd9fb)}}html.theme-dark .item-nuuDM7vP.selected-nuuDM7vP{background-color:var(--themed-color-item-selected,#142e61)}@media (any-hover:hover){html.theme-dark .item-nuuDM7vP.selected-nuuDM7vP:hover{background-color:var(--themed-color-item-selected,#142e61)}}.contentCell-nuuDM7vP{width:100%}.content-nuuDM7vP{display:flex;max-width:480px;padding-left:8px}.favourite-nuuDM7vP{margin-left:8px}.iconCell-nuuDM7vP{min-width:36px}.icon-nuuDM7vP{margin-left:8px;padding-left:0}.checkboxInput-nuuDM7vP{height:18px;margin-left:8px;padding:5px;width:18px}.label-nuuDM7vP{white-space:normal;word-break:break-word}.section-Og4Rg_SK{border-bottom:1px solid var(--themed-color-divider,#e0e3eb);margin-top:6px;width:100%}html.theme-dark .section-Og4Rg_SK{border-bottom:1px solid var(--themed-color-divider,#434651)}.section-Og4Rg_SK:last-child{margin-bottom:5px}.section-Og4Rg_SK:last-child,html.theme-dark .section-Og4Rg_SK:last-child{border-bottom:1px solid var(--themed-color-static-transparent,#0000)}.heading-Og4Rg_SK{box-sizing:border-box;color:var(--themed-color-default-gray,#6a6d78);cursor:default;font-size:11px;height:34px;line-height:16px;padding:8px 20px;text-transform:uppercase}html.theme-dark .heading-Og4Rg_SK{color:var(--themed-color-default-gray,#868993)}.dialog-UAy2ZKyS{height:680px;width:480px}@media screen and (max-width:480px){.dialog-UAy2ZKyS{width:100%}}.wrap-UAy2ZKyS{display:flex;flex-flow:column;height:100%;overflow-y:auto}@media (pointer:fine){@supports (-moz-appearance:none){.wrap-UAy2ZKyS{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .wrap-UAy2ZKyS{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.wrap-UAy2ZKyS::-webkit-scrollbar{height:5px;width:5px}.wrap-UAy2ZKyS::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .wrap-UAy2ZKyS::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.wrap-UAy2ZKyS::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.wrap-UAy2ZKyS::-webkit-scrollbar-corner{display:none}}.empty-UAy2ZKyS{align-items:center;box-sizing:border-box;color:var(--themed-color-empty-state-text,#131722);display:flex;flex-flow:column;font-size:16px;height:100%;justify-content:center;line-height:24px;padding:24px}html.theme-dark .empty-UAy2ZKyS{color:var(--themed-color-empty-state-text,#d1d4dc)}.image-UAy2ZKyS{padding-bottom:8px}.emptyState-UAy2ZKyS{padding:0 20px} \ No newline at end of file diff --git a/public/charting_library/bundles/1782.637b414d2efcd03840f5.rtl.css b/public/charting_library/bundles/1782.637b414d2efcd03840f5.rtl.css new file mode 100644 index 00000000..e2e05632 --- /dev/null +++ b/public/charting_library/bundles/1782.637b414d2efcd03840f5.rtl.css @@ -0,0 +1 @@ +.wrap-HAxAr6QG{align-items:center;display:flex;flex:1 0 auto;flex-direction:column;justify-content:center;padding-bottom:54px;padding-top:24px}@media screen and (max-height:430px) and (orientation:landscape){.wrap-HAxAr6QG{justify-content:flex-start}.image-HAxAr6QG{display:none}}.text-HAxAr6QG{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:18px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:28px;color:var(--themed-color-empty-state-text,#131722);cursor:default;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .text-HAxAr6QG{color:var(--themed-color-empty-state-text,#d1d4dc)}.item-nuuDM7vP{align-items:center;cursor:default;display:flex;padding-right:8px}.item-nuuDM7vP.big-nuuDM7vP,.item-nuuDM7vP.normal-nuuDM7vP{height:40px}.item-nuuDM7vP.selected-nuuDM7vP{background-color:var(--themed-color-item-selected,#bbd9fb)}@media (any-hover:hover){.item-nuuDM7vP.selected-nuuDM7vP:hover{background-color:var(--themed-color-item-selected,#bbd9fb)}}html.theme-dark .item-nuuDM7vP.selected-nuuDM7vP{background-color:var(--themed-color-item-selected,#142e61)}@media (any-hover:hover){html.theme-dark .item-nuuDM7vP.selected-nuuDM7vP:hover{background-color:var(--themed-color-item-selected,#142e61)}}.contentCell-nuuDM7vP{width:100%}.content-nuuDM7vP{display:flex;max-width:480px;padding-right:8px}.favourite-nuuDM7vP{margin-right:8px}.iconCell-nuuDM7vP{min-width:36px}.icon-nuuDM7vP{margin-right:8px;padding-right:0}.checkboxInput-nuuDM7vP{height:18px;margin-right:8px;padding:5px;width:18px}.label-nuuDM7vP{white-space:normal;word-break:break-word}.section-Og4Rg_SK{border-bottom:1px solid var(--themed-color-divider,#e0e3eb);margin-top:6px;width:100%}html.theme-dark .section-Og4Rg_SK{border-bottom:1px solid var(--themed-color-divider,#434651)}.section-Og4Rg_SK:last-child{margin-bottom:5px}.section-Og4Rg_SK:last-child,html.theme-dark .section-Og4Rg_SK:last-child{border-bottom:1px solid var(--themed-color-static-transparent,#0000)}.heading-Og4Rg_SK{box-sizing:border-box;color:var(--themed-color-default-gray,#6a6d78);cursor:default;font-size:11px;height:34px;line-height:16px;padding:8px 20px;text-transform:uppercase}html.theme-dark .heading-Og4Rg_SK{color:var(--themed-color-default-gray,#868993)}.dialog-UAy2ZKyS{height:680px;width:480px}@media screen and (max-width:480px){.dialog-UAy2ZKyS{width:100%}}.wrap-UAy2ZKyS{display:flex;flex-flow:column;height:100%;overflow-y:auto}@media (pointer:fine){@supports (-moz-appearance:none){.wrap-UAy2ZKyS{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .wrap-UAy2ZKyS{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.wrap-UAy2ZKyS::-webkit-scrollbar{height:5px;width:5px}.wrap-UAy2ZKyS::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .wrap-UAy2ZKyS::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.wrap-UAy2ZKyS::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.wrap-UAy2ZKyS::-webkit-scrollbar-corner{display:none}}.empty-UAy2ZKyS{align-items:center;box-sizing:border-box;color:var(--themed-color-empty-state-text,#131722);display:flex;flex-flow:column;font-size:16px;height:100%;justify-content:center;line-height:24px;padding:24px}html.theme-dark .empty-UAy2ZKyS{color:var(--themed-color-empty-state-text,#d1d4dc)}.image-UAy2ZKyS{padding-bottom:8px}.emptyState-UAy2ZKyS{padding:0 20px} \ No newline at end of file diff --git a/public/charting_library/bundles/1803.d4e74e1d1b3b8dd5cf2b.css b/public/charting_library/bundles/1803.d4e74e1d1b3b8dd5cf2b.css deleted file mode 100644 index cd741c04..00000000 --- a/public/charting_library/bundles/1803.d4e74e1d1b3b8dd5cf2b.css +++ /dev/null @@ -1 +0,0 @@ -.wrap-n5bmFxyX{align-items:center;display:flex;flex:1 0 auto;flex-direction:row;height:100%}.button-neROVfUe.first-neROVfUe{margin-left:2px}.button-neROVfUe.last-neROVfUe{margin-right:2px}.button-b3Cgff6l{padding:0 1px}.group-b3Cgff6l{display:contents}.menu-b3Cgff6l:only-child{padding:0 5px}.button-ptpAHg8E.withText-ptpAHg8E{padding:0 10px 0 5px}.button-ptpAHg8E.withoutText-ptpAHg8E{padding:0 5px}.spinnerWrap-cZT0OZe0{height:68px;position:relative}.dropdown-l0nf43ai{min-width:200px}.label-l0nf43ai{max-width:314px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smallWidthTitle-l0nf43ai{margin-bottom:8px;margin-top:2px;padding-left:20px;padding-right:20px}.smallWidthMenuItem-l0nf43ai{padding:6px 16px}.smallWidthWrapper-l0nf43ai{padding-top:8px}.value-gwXludjS{font-size:14px;text-align:left}.value-gwXludjS.selected-gwXludjS{color:#2962ff}html.theme-sa .value-gwXludjS.selected-gwXludjS{color:#ff7200}html.theme-dark .value-gwXludjS.selected-gwXludjS{color:#2962ff}.form-MgR0zejo{align-items:center;box-sizing:border-box;color:var(--tv-color-popup-element-text,#131722);display:flex;flex-direction:row;font-size:14px;height:38px;margin:-6px 0;min-width:200px;width:100%}html.theme-dark .form-MgR0zejo{color:var(--tv-color-popup-element-text,#d1d4dc)}@media (any-hover:hover){.form-MgR0zejo:hover .add-MgR0zejo,.form-MgR0zejo:hover .input-MgR0zejo,.form-MgR0zejo:hover .menu-MgR0zejo{color:var(--tv-color-popup-element-text,#131722)}html.theme-dark .form-MgR0zejo:hover .add-MgR0zejo,html.theme-dark .form-MgR0zejo:hover .input-MgR0zejo,html.theme-dark .form-MgR0zejo:hover .menu-MgR0zejo{color:var(--tv-color-popup-element-text,#d1d4dc)}.form-MgR0zejo:hover .add-MgR0zejo.hovered-MgR0zejo,.form-MgR0zejo:hover .add-MgR0zejo:active,.form-MgR0zejo:hover .add-MgR0zejo:hover,.form-MgR0zejo:hover .input-MgR0zejo.hovered-MgR0zejo,.form-MgR0zejo:hover .input-MgR0zejo:active,.form-MgR0zejo:hover .input-MgR0zejo:hover,.form-MgR0zejo:hover .menu-MgR0zejo.hovered-MgR0zejo,.form-MgR0zejo:hover .menu-MgR0zejo:active,.form-MgR0zejo:hover .menu-MgR0zejo:hover{color:var(--tv-color-popup-element-text-hover,#131722)}html.theme-dark .form-MgR0zejo:hover .add-MgR0zejo.hovered-MgR0zejo,html.theme-dark .form-MgR0zejo:hover .add-MgR0zejo:active,html.theme-dark .form-MgR0zejo:hover .add-MgR0zejo:hover,html.theme-dark .form-MgR0zejo:hover .input-MgR0zejo.hovered-MgR0zejo,html.theme-dark .form-MgR0zejo:hover .input-MgR0zejo:active,html.theme-dark .form-MgR0zejo:hover .input-MgR0zejo:hover,html.theme-dark .form-MgR0zejo:hover .menu-MgR0zejo.hovered-MgR0zejo,html.theme-dark .form-MgR0zejo:hover .menu-MgR0zejo:active,html.theme-dark .form-MgR0zejo:hover .menu-MgR0zejo:hover{color:var(--tv-color-popup-element-text-hover,#c1c4cd)}}.wrap-MgR0zejo{flex:1 0 auto}.input-MgR0zejo{background-color:initial;border:none;height:100%;margin:0;padding:0 2px;text-align:center;width:60px}.input-MgR0zejo.accessible-MgR0zejo:focus-visible{border-radius:4px;outline:2px solid #2962ff;outline-offset:-2px}.add-MgR0zejo,.menu-MgR0zejo{align-items:center;display:flex;height:100%}.menu-MgR0zejo{border-left:1px solid;border-right:1px solid;border-color:var(--tv-color-popup-element-divider-background,#e0e3eb);box-sizing:border-box;cursor:default;flex:1 0 auto;justify-content:space-between;padding:0 6px 0 10px}html.theme-dark .menu-MgR0zejo{border-color:var(--tv-color-popup-element-divider-background,#434651)}.menuLabel-MgR0zejo{padding-right:6px}.add-MgR0zejo{background:none;border:none;cursor:default;padding:0 10px;position:relative;z-index:0}.add-MgR0zejo:before{border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.add-MgR0zejo.hover-MgR0zejo:before,.add-MgR0zejo:active:before{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa);content:""}@media (any-hover:hover){.add-MgR0zejo:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa);content:""}}html.theme-dark .add-MgR0zejo.hover-MgR0zejo:before,html.theme-dark .add-MgR0zejo:active:before{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .add-MgR0zejo:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}}.add-MgR0zejo.accessible-MgR0zejo:focus-visible:before{content:"";outline-style:solid}.smallWidthMenuItem-RmqZNwwp{padding:6px 16px}.menuItem-RmqZNwwp:focus-within .remove-RmqZNwwp{visibility:visible}.accessible-raQdxQp0{outline:none;overflow:visible;position:relative}.accessible-raQdxQp0:focus{outline:none}.accessible-raQdxQp0:focus-visible{outline:none}.accessible-raQdxQp0:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.accessible-raQdxQp0:focus:after{display:block}.accessible-raQdxQp0:focus-visible:after{display:block}.accessible-raQdxQp0:focus:not(:focus-visible):after{display:none}.accessible-raQdxQp0:after{border-color:#2962ff;border-radius:6px}.button-S_1OCXUK{padding:0 6px}.button-S_1OCXUK.first-S_1OCXUK{margin-left:2px}.button-S_1OCXUK.last-S_1OCXUK{margin-right:2px}.menu-S_1OCXUK:only-child{padding:0 10px}.dropdown-S_1OCXUK{min-width:140px}.menuContent-S_1OCXUK{justify-content:center}.section-S_1OCXUK{margin:-2px 0}.section-S_1OCXUK:first-child{margin-top:4px}.section-S_1OCXUK[data-open=true]{margin-bottom:4px}.smallTabletSectionTitle-S_1OCXUK{font-size:11px;letter-spacing:.4px;line-height:16px;overflow:hidden;padding:10px 20px 8px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.smallTabletSectionTitle-S_1OCXUK,html.theme-dark .smallTabletSectionTitle-S_1OCXUK{color:var(--tv-color-popup-element-secondary-text,#787b86)}.addCustomInterval-S_1OCXUK{color:var(--tv-color-popup-element-text,#131722);font-size:16px;line-height:24px;margin-top:6px;padding:8px 20px}html.theme-dark .addCustomInterval-S_1OCXUK{color:var(--tv-color-popup-element-text,#d1d4dc)}.addCustomInterval-S_1OCXUK.hovered-S_1OCXUK,.addCustomInterval-S_1OCXUK:active{color:var(--tv-color-popup-element-text-hover,#131722)}@media (any-hover:hover){.addCustomInterval-S_1OCXUK:hover{color:var(--tv-color-popup-element-text-hover,#131722)}}html.theme-dark .addCustomInterval-S_1OCXUK.hovered-S_1OCXUK,html.theme-dark .addCustomInterval-S_1OCXUK:active{color:var(--tv-color-popup-element-text-hover,#c1c4cd)}@media (any-hover:hover){html.theme-dark .addCustomInterval-S_1OCXUK:hover{color:var(--tv-color-popup-element-text-hover,#c1c4cd)}}.addCustomInterval-S_1OCXUK.hovered-S_1OCXUK,.addCustomInterval-S_1OCXUK:active{background-color:var(--tv-color-popup-element-background-hover,#f0f3fa)}@media (any-hover:hover){.addCustomInterval-S_1OCXUK:hover{background-color:var(--tv-color-popup-element-background-hover,#f0f3fa)}}html.theme-dark .addCustomInterval-S_1OCXUK.hovered-S_1OCXUK,html.theme-dark .addCustomInterval-S_1OCXUK:active{background-color:var(--tv-color-popup-element-background-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .addCustomInterval-S_1OCXUK:hover{background-color:var(--tv-color-popup-element-background-hover,#2a2e39)}}.group-S_1OCXUK{display:contents}.button-gn9HMufu{justify-content:center;width:37px}.wrapper-psOC5oyI{padding:10px 20px}.labelRow-psOC5oyI{line-height:20px;padding:0}.label-psOC5oyI{font-size:16px}.labelHint-psOC5oyI{line-height:17px}.labelOn-psOC5oyI+.labelHint-psOC5oyI{margin-top:0}.saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,#2962ff);font-size:10px;line-height:10px}html.theme-sa .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,#ff7200)}html.theme-dark .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,#2962ff)}.saveString-XVd1Kfjg.hidden-XVd1Kfjg{height:0;overflow:hidden}.loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,#6a6d78)}html.theme-dark .loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,#868993)}.opened-yyMUOAN9.hover-yyMUOAN9:before,.opened-yyMUOAN9:active:before,.opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,#f0f3fa);border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}@media (any-hover:hover){.opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,#f0f3fa);border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}}html.theme-dark .opened-yyMUOAN9.hover-yyMUOAN9:before,html.theme-dark .opened-yyMUOAN9:active:before,html.theme-dark .opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,#2a2e39)}@media (any-hover:hover){html.theme-dark .opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,#2a2e39)}}.autoSaveWrapper-yyMUOAN9,.sharingWrapper-yyMUOAN9{min-width:calc(100% - 22px);width:192px}.button-yyMUOAN9.buttonSmallPadding-yyMUOAN9{padding-right:6px}.button-yyMUOAN9{display:flex;justify-content:center;min-width:65px}.hintPlaceHolder-yyMUOAN9{height:128px}.smallHintPlaceHolder-yyMUOAN9{height:100%;width:100%}.popupItemRowTabletSmall-yyMUOAN9:first-child{margin-bottom:6px;margin-top:6px;padding-left:12px;padding-right:0}.shortcut-yyMUOAN9{flex-shrink:0;margin-right:0;text-align:right}.toolTitle-yyMUOAN9{padding:4px 12px}.toolTitleMobile-yyMUOAN9{padding:8px 20px}.layoutItem-yyMUOAN9{display:flex;flex-direction:column;line-height:21px;padding:2px 0 6px}.layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:#6a6d78;font-size:12px;line-height:17px;margin-top:2px}html.theme-dark .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:#868993}.layoutItem-yyMUOAN9 .labelRow-yyMUOAN9{max-width:100%;overflow:hidden;padding:0}.layoutMeta-yyMUOAN9,.layoutTitle-yyMUOAN9{max-width:196px;overflow-x:hidden}.layoutItemWrap-yyMUOAN9{padding:2px 8px}.layoutTitleMobile-yyMUOAN9{font-size:16px;line-height:24px}.active-yyMUOAN9,.active-yyMUOAN9:active{background-color:#2962ff}@media (any-hover:hover){.active-yyMUOAN9:hover{background-color:#2962ff}}html.theme-dark .active-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active{background-color:#2962ff}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover{background-color:#2962ff}}.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:#fff}@media (any-hover:hover){.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:#fff}}html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:#d1d4dc}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:#d1d4dc}}.textWrap-yyMUOAN9{align-items:center;display:flex;flex-direction:column}.text-yyMUOAN9{max-width:100px;overflow:hidden;text-overflow:ellipsis}.withIcon-yyMUOAN9{padding-bottom:2px;padding-top:2px}.sharingLabelWrap-yyMUOAN9{display:flex}.infoIcon-yyMUOAN9{color:#d1d4dc;display:flex;margin-left:7px}html.theme-dark .infoIcon-yyMUOAN9{color:#50535e}@media (any-hover:hover){.infoIcon-yyMUOAN9:hover{color:#6a6d78}html.theme-dark .infoIcon-yyMUOAN9:hover{color:#868993}}.copyLink-yyMUOAN9{fill:#2962ff;color:#2962ff;cursor:pointer;display:inline-block;font-size:12px;line-height:18px;margin:0 12px 6px}.copyLink-yyMUOAN9:visited,html.theme-dark .copyLink-yyMUOAN9{fill:#2962ff;color:#2962ff}html.theme-dark .copyLink-yyMUOAN9:visited{fill:#2962ff;color:#2962ff}@media (any-hover:hover){.copyLink-yyMUOAN9:hover{fill:#1e53e5;color:#1e53e5}html.theme-dark .copyLink-yyMUOAN9:hover{fill:#1e53e5;color:#1e53e5}}.copyLink-yyMUOAN9:active{fill:#2962ff;color:#2962ff}html.theme-dark .copyLink-yyMUOAN9:active{fill:#2962ff;color:#2962ff}.copyLink-yyMUOAN9:focus{outline:auto}.copyLink-yyMUOAN9:focus-visible{outline:auto}.copyLink-yyMUOAN9:focus:not(:focus-visible){outline:none}.copyLink-yyMUOAN9.copyLinkMobile-yyMUOAN9{margin:0 20px}.button-ZuDkGGhF.isDisabled-ZuDkGGhF{opacity:1!important}.hidden-5MVS18J8{opacity:0}.item-o5a0MQMm{position:relative}.item-o5a0MQMm.withIcon-o5a0MQMm{padding-bottom:2px;padding-top:2px}@media screen and (max-width:430px){.item-o5a0MQMm.withIcon-o5a0MQMm{font-size:16px;padding-bottom:6px;padding-top:6px}}.shortcut-o5a0MQMm{margin-right:0;min-width:auto}@media screen and (max-width:479px){.shortcut-o5a0MQMm{display:none}}.loading-o5a0MQMm .icon-o5a0MQMm,.loading-o5a0MQMm .shortcut-o5a0MQMm{opacity:0}.button-cq__ntSC{padding:5px 10px;width:100px}.button-cq__ntSC.smallLeftPadding-cq__ntSC{padding-left:8px}.text-cq__ntSC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:18px;--ui-lib-typography-font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height);overflow:hidden}.uppercase-cq__ntSC{text-transform:uppercase}.item-j7oVl2yI{all:unset;align-items:center;color:#131722;cursor:default;display:flex;flex:0 0 auto;height:100%;padding:0 3px;position:relative;z-index:0}html.theme-dark .item-j7oVl2yI{color:#868993}.item-j7oVl2yI:before{border-radius:50%;bottom:0;content:"";display:block;height:28px;left:0;margin:auto;outline:2px none #2962ff;position:absolute;right:0;top:0;width:28px;z-index:-1}.item-j7oVl2yI:active{color:#000}@media (any-hover:hover){.item-j7oVl2yI:hover{color:#000}}html.theme-dark .item-j7oVl2yI:active{color:#868993}@media (any-hover:hover){html.theme-dark .item-j7oVl2yI:hover{color:#868993}}.item-j7oVl2yI:active:before{background-color:#f0f3fa;content:""}@media (any-hover:hover){.item-j7oVl2yI:hover:before{background-color:#f0f3fa;content:""}}html.theme-dark .item-j7oVl2yI:active:before{background-color:#2a2e39}@media (any-hover:hover){html.theme-dark .item-j7oVl2yI:hover:before{background-color:#2a2e39}}.item-j7oVl2yI.accessible-j7oVl2yI:focus-visible:before{content:"";outline-style:solid}.round-j7oVl2yI{align-items:center;border:1px solid #d6d8e0;border-radius:50%;cursor:default;display:flex;flex:0 0 auto;font-size:10px;height:20px;justify-content:center;text-align:center;width:20px}html.theme-dark .round-j7oVl2yI{border-color:#6b7988}.description-jgoQcEnP{word-wrap:break-word;font-size:12px;line-height:18px;max-width:280px;min-width:170px;padding-bottom:4px;white-space:normal}.description-jgoQcEnP,html.theme-dark .description-jgoQcEnP{color:var(--tv-color-popup-element-secondary-text,#787b86)}.labelRow-JeQoCpvi{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 60px)}.toolbox-JeQoCpvi{margin-left:auto}.description-JeQoCpvi{padding:0}.descriptionTabletSmall-JeQoCpvi{max-width:100%;padding-right:56px}.item-JeQoCpvi{margin-top:-3px;padding-bottom:8px;padding-top:0}.item-JeQoCpvi:before{content:none}.item-JeQoCpvi,.item-JeQoCpvi:active,.titleItem-JeQoCpvi,.titleItem-JeQoCpvi:active,html.theme-dark .item-JeQoCpvi,html.theme-dark .item-JeQoCpvi:active,html.theme-dark .titleItem-JeQoCpvi,html.theme-dark .titleItem-JeQoCpvi:active{background-color:initial}.titleItem-JeQoCpvi{position:static}.titleItem-JeQoCpvi:focus-within .remove-JeQoCpvi{visibility:visible}.itemTabletSmall-JeQoCpvi:before,.titleItemTabletSmall-JeQoCpvi:before{content:none}.itemTabletSmall-JeQoCpvi,.itemTabletSmall-JeQoCpvi:active,.titleItemTabletSmall-JeQoCpvi,.titleItemTabletSmall-JeQoCpvi:active,html.theme-dark .itemTabletSmall-JeQoCpvi,html.theme-dark .itemTabletSmall-JeQoCpvi:active,html.theme-dark .titleItemTabletSmall-JeQoCpvi,html.theme-dark .titleItemTabletSmall-JeQoCpvi:active{background-color:initial}.titleItemTabletSmall-JeQoCpvi{line-height:24px;padding:4px 20px 0 16px}.itemTabletSmall-JeQoCpvi{line-height:17px;padding:1px 20px 8px 16px}.itemLabelTabletSmall-JeQoCpvi{font-size:16px}.wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,#131722);position:relative}html.theme-dark .wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,#d1d4dc)}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,#131722)}@media (any-hover:hover){.wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,#131722)}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,#c1c4cd)}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,#c1c4cd)}}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,#f0f3fa)}@media (any-hover:hover){.wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,#f0f3fa)}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,#2a2e39)}}.wrap-HXSqojvq{padding-left:4px}.titleWrap-HXSqojvq{display:flex;flex-direction:column}.indicators-HXSqojvq{margin-left:33px;margin-right:12px}.title-HXSqojvq{align-items:center;color:var(--tv-color-popup-element-text,#131722);display:flex;flex-direction:row;white-space:nowrap}html.theme-dark .title-HXSqojvq{color:var(--tv-color-popup-element-text,#d1d4dc)}.title-HXSqojvq .icon-HXSqojvq{display:flex;flex:none}.title-HXSqojvq .text-HXSqojvq{font-size:14px;margin:0 20px 0 5px}.titleTabletSmall-HXSqojvq{padding-bottom:4px;padding-top:4px}.titleTabletSmall-HXSqojvq .text-HXSqojvq{font-size:16px}.labelRow-HXSqojvq{flex:1 0 100%;min-width:100%}.label-HXSqojvq{flex:0 0 100%;min-width:100%}.menu-hcofKPms{max-width:340px}.menuSmallTablet-hcofKPms{max-width:100%}.menuItemHeaderTabletSmall-hcofKPms{padding:10px 20px 2px}.menuItemHeader-hcofKPms{cursor:default;margin:0;padding-bottom:3px;padding-top:4px}.wrap-jiC5bgmi.full-jiC5bgmi .first-jiC5bgmi{margin-left:0}.wrap-jiC5bgmi.full-jiC5bgmi .last-jiC5bgmi{margin-right:7px}.wrap-jiC5bgmi.medium-jiC5bgmi .first-jiC5bgmi{margin-left:0}.wrap-jiC5bgmi.medium-jiC5bgmi .last-jiC5bgmi{margin-right:7px}.buttonWithFavorites-jiC5bgmi{padding-right:7px}.icon-uMfL97K2{padding:5px}.customTradingViewStyleButton-zigjK1n2.withoutIcon-zigjK1n2{padding:0 5px} \ No newline at end of file diff --git a/public/charting_library/bundles/1803.d4e74e1d1b3b8dd5cf2b.rtl.css b/public/charting_library/bundles/1803.d4e74e1d1b3b8dd5cf2b.rtl.css deleted file mode 100644 index 30bfd61d..00000000 --- a/public/charting_library/bundles/1803.d4e74e1d1b3b8dd5cf2b.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.wrap-n5bmFxyX{align-items:center;display:flex;flex:1 0 auto;flex-direction:row;height:100%}.button-neROVfUe.first-neROVfUe{margin-right:2px}.button-neROVfUe.last-neROVfUe{margin-left:2px}.button-b3Cgff6l{padding:0 1px}.group-b3Cgff6l{display:contents}.menu-b3Cgff6l:only-child{padding:0 5px}.button-ptpAHg8E.withText-ptpAHg8E{padding:0 5px 0 10px}.button-ptpAHg8E.withoutText-ptpAHg8E{padding:0 5px}.spinnerWrap-cZT0OZe0{height:68px;position:relative}.dropdown-l0nf43ai{min-width:200px}.label-l0nf43ai{max-width:314px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smallWidthTitle-l0nf43ai{margin-bottom:8px;margin-top:2px;padding-left:20px;padding-right:20px}.smallWidthMenuItem-l0nf43ai{padding:6px 16px}.smallWidthWrapper-l0nf43ai{padding-top:8px}.value-gwXludjS{font-size:14px;text-align:right}.value-gwXludjS.selected-gwXludjS{color:#2962ff}html.theme-sa .value-gwXludjS.selected-gwXludjS{color:#ff7200}html.theme-dark .value-gwXludjS.selected-gwXludjS{color:#2962ff}.form-MgR0zejo{align-items:center;box-sizing:border-box;color:var(--tv-color-popup-element-text,#131722);display:flex;flex-direction:row;font-size:14px;height:38px;margin:-6px 0;min-width:200px;width:100%}html.theme-dark .form-MgR0zejo{color:var(--tv-color-popup-element-text,#d1d4dc)}@media (any-hover:hover){.form-MgR0zejo:hover .add-MgR0zejo,.form-MgR0zejo:hover .input-MgR0zejo,.form-MgR0zejo:hover .menu-MgR0zejo{color:var(--tv-color-popup-element-text,#131722)}html.theme-dark .form-MgR0zejo:hover .add-MgR0zejo,html.theme-dark .form-MgR0zejo:hover .input-MgR0zejo,html.theme-dark .form-MgR0zejo:hover .menu-MgR0zejo{color:var(--tv-color-popup-element-text,#d1d4dc)}.form-MgR0zejo:hover .add-MgR0zejo.hovered-MgR0zejo,.form-MgR0zejo:hover .add-MgR0zejo:active,.form-MgR0zejo:hover .add-MgR0zejo:hover,.form-MgR0zejo:hover .input-MgR0zejo.hovered-MgR0zejo,.form-MgR0zejo:hover .input-MgR0zejo:active,.form-MgR0zejo:hover .input-MgR0zejo:hover,.form-MgR0zejo:hover .menu-MgR0zejo.hovered-MgR0zejo,.form-MgR0zejo:hover .menu-MgR0zejo:active,.form-MgR0zejo:hover .menu-MgR0zejo:hover{color:var(--tv-color-popup-element-text-hover,#131722)}html.theme-dark .form-MgR0zejo:hover .add-MgR0zejo.hovered-MgR0zejo,html.theme-dark .form-MgR0zejo:hover .add-MgR0zejo:active,html.theme-dark .form-MgR0zejo:hover .add-MgR0zejo:hover,html.theme-dark .form-MgR0zejo:hover .input-MgR0zejo.hovered-MgR0zejo,html.theme-dark .form-MgR0zejo:hover .input-MgR0zejo:active,html.theme-dark .form-MgR0zejo:hover .input-MgR0zejo:hover,html.theme-dark .form-MgR0zejo:hover .menu-MgR0zejo.hovered-MgR0zejo,html.theme-dark .form-MgR0zejo:hover .menu-MgR0zejo:active,html.theme-dark .form-MgR0zejo:hover .menu-MgR0zejo:hover{color:var(--tv-color-popup-element-text-hover,#c1c4cd)}}.wrap-MgR0zejo{flex:1 0 auto}.input-MgR0zejo{background-color:initial;border:none;height:100%;margin:0;padding:0 2px;text-align:center;width:60px}.input-MgR0zejo.accessible-MgR0zejo:focus-visible{border-radius:4px;outline:2px solid #2962ff;outline-offset:-2px}.add-MgR0zejo,.menu-MgR0zejo{align-items:center;display:flex;height:100%}.menu-MgR0zejo{border-left:1px solid;border-right:1px solid;border-color:var(--tv-color-popup-element-divider-background,#e0e3eb);box-sizing:border-box;cursor:default;flex:1 0 auto;justify-content:space-between;padding:0 10px 0 6px}html.theme-dark .menu-MgR0zejo{border-color:var(--tv-color-popup-element-divider-background,#434651)}.menuLabel-MgR0zejo{padding-left:6px}.add-MgR0zejo{background:none;border:none;cursor:default;padding:0 10px;position:relative;z-index:0}.add-MgR0zejo:before{border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.add-MgR0zejo.hover-MgR0zejo:before,.add-MgR0zejo:active:before{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa);content:""}@media (any-hover:hover){.add-MgR0zejo:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa);content:""}}html.theme-dark .add-MgR0zejo.hover-MgR0zejo:before,html.theme-dark .add-MgR0zejo:active:before{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .add-MgR0zejo:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}}.add-MgR0zejo.accessible-MgR0zejo:focus-visible:before{content:"";outline-style:solid}.smallWidthMenuItem-RmqZNwwp{padding:6px 16px}.menuItem-RmqZNwwp:focus-within .remove-RmqZNwwp{visibility:visible}.accessible-raQdxQp0{outline:none;overflow:visible;position:relative}.accessible-raQdxQp0:focus{outline:none}.accessible-raQdxQp0:focus-visible{outline:none}.accessible-raQdxQp0:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:1}.accessible-raQdxQp0:focus:after{display:block}.accessible-raQdxQp0:focus-visible:after{display:block}.accessible-raQdxQp0:focus:not(:focus-visible):after{display:none}.accessible-raQdxQp0:after{border-color:#2962ff;border-radius:6px}.button-S_1OCXUK{padding:0 6px}.button-S_1OCXUK.first-S_1OCXUK{margin-right:2px}.button-S_1OCXUK.last-S_1OCXUK{margin-left:2px}.menu-S_1OCXUK:only-child{padding:0 10px}.dropdown-S_1OCXUK{min-width:140px}.menuContent-S_1OCXUK{justify-content:center}.section-S_1OCXUK{margin:-2px 0}.section-S_1OCXUK:first-child{margin-top:4px}.section-S_1OCXUK[data-open=true]{margin-bottom:4px}.smallTabletSectionTitle-S_1OCXUK{font-size:11px;letter-spacing:.4px;line-height:16px;overflow:hidden;padding:10px 20px 8px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.smallTabletSectionTitle-S_1OCXUK,html.theme-dark .smallTabletSectionTitle-S_1OCXUK{color:var(--tv-color-popup-element-secondary-text,#787b86)}.addCustomInterval-S_1OCXUK{color:var(--tv-color-popup-element-text,#131722);font-size:16px;line-height:24px;margin-top:6px;padding:8px 20px}html.theme-dark .addCustomInterval-S_1OCXUK{color:var(--tv-color-popup-element-text,#d1d4dc)}.addCustomInterval-S_1OCXUK.hovered-S_1OCXUK,.addCustomInterval-S_1OCXUK:active{color:var(--tv-color-popup-element-text-hover,#131722)}@media (any-hover:hover){.addCustomInterval-S_1OCXUK:hover{color:var(--tv-color-popup-element-text-hover,#131722)}}html.theme-dark .addCustomInterval-S_1OCXUK.hovered-S_1OCXUK,html.theme-dark .addCustomInterval-S_1OCXUK:active{color:var(--tv-color-popup-element-text-hover,#c1c4cd)}@media (any-hover:hover){html.theme-dark .addCustomInterval-S_1OCXUK:hover{color:var(--tv-color-popup-element-text-hover,#c1c4cd)}}.addCustomInterval-S_1OCXUK.hovered-S_1OCXUK,.addCustomInterval-S_1OCXUK:active{background-color:var(--tv-color-popup-element-background-hover,#f0f3fa)}@media (any-hover:hover){.addCustomInterval-S_1OCXUK:hover{background-color:var(--tv-color-popup-element-background-hover,#f0f3fa)}}html.theme-dark .addCustomInterval-S_1OCXUK.hovered-S_1OCXUK,html.theme-dark .addCustomInterval-S_1OCXUK:active{background-color:var(--tv-color-popup-element-background-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .addCustomInterval-S_1OCXUK:hover{background-color:var(--tv-color-popup-element-background-hover,#2a2e39)}}.group-S_1OCXUK{display:contents}.button-gn9HMufu{justify-content:center;width:37px}.wrapper-psOC5oyI{padding:10px 20px}.labelRow-psOC5oyI{line-height:20px;padding:0}.label-psOC5oyI{font-size:16px}.labelHint-psOC5oyI{line-height:17px}.labelOn-psOC5oyI+.labelHint-psOC5oyI{margin-top:0}.saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,#2962ff);font-size:10px;line-height:10px}html.theme-sa .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,#ff7200)}html.theme-dark .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,#2962ff)}.saveString-XVd1Kfjg.hidden-XVd1Kfjg{height:0;overflow:hidden}.loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,#6a6d78)}html.theme-dark .loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,#868993)}.opened-yyMUOAN9.hover-yyMUOAN9:before,.opened-yyMUOAN9:active:before,.opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,#f0f3fa);border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}@media (any-hover:hover){.opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,#f0f3fa);border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}}html.theme-dark .opened-yyMUOAN9.hover-yyMUOAN9:before,html.theme-dark .opened-yyMUOAN9:active:before,html.theme-dark .opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,#2a2e39)}@media (any-hover:hover){html.theme-dark .opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,#2a2e39)}}.autoSaveWrapper-yyMUOAN9,.sharingWrapper-yyMUOAN9{min-width:calc(100% - 22px);width:192px}.button-yyMUOAN9.buttonSmallPadding-yyMUOAN9{padding-left:6px}.button-yyMUOAN9{display:flex;justify-content:center;min-width:65px}.hintPlaceHolder-yyMUOAN9{height:128px}.smallHintPlaceHolder-yyMUOAN9{height:100%;width:100%}.popupItemRowTabletSmall-yyMUOAN9:first-child{margin-bottom:6px;margin-top:6px;padding-left:0;padding-right:12px}.shortcut-yyMUOAN9{flex-shrink:0;margin-left:0;text-align:left}.toolTitle-yyMUOAN9{padding:4px 12px}.toolTitleMobile-yyMUOAN9{padding:8px 20px}.layoutItem-yyMUOAN9{display:flex;flex-direction:column;line-height:21px;padding:2px 0 6px}.layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:#6a6d78;font-size:12px;line-height:17px;margin-top:2px}html.theme-dark .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:#868993}.layoutItem-yyMUOAN9 .labelRow-yyMUOAN9{max-width:100%;overflow:hidden;padding:0}.layoutMeta-yyMUOAN9,.layoutTitle-yyMUOAN9{max-width:196px;overflow-x:hidden}.layoutItemWrap-yyMUOAN9{padding:2px 8px}.layoutTitleMobile-yyMUOAN9{font-size:16px;line-height:24px}.active-yyMUOAN9,.active-yyMUOAN9:active{background-color:#2962ff}@media (any-hover:hover){.active-yyMUOAN9:hover{background-color:#2962ff}}html.theme-dark .active-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active{background-color:#2962ff}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover{background-color:#2962ff}}.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:#fff}@media (any-hover:hover){.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:#fff}}html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:#d1d4dc}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:#d1d4dc}}.textWrap-yyMUOAN9{align-items:center;display:flex;flex-direction:column}.text-yyMUOAN9{max-width:100px;overflow:hidden;text-overflow:ellipsis}.withIcon-yyMUOAN9{padding-bottom:2px;padding-top:2px}.sharingLabelWrap-yyMUOAN9{display:flex}.infoIcon-yyMUOAN9{color:#d1d4dc;display:flex;margin-right:7px}html.theme-dark .infoIcon-yyMUOAN9{color:#50535e}@media (any-hover:hover){.infoIcon-yyMUOAN9:hover{color:#6a6d78}html.theme-dark .infoIcon-yyMUOAN9:hover{color:#868993}}.copyLink-yyMUOAN9{fill:#2962ff;color:#2962ff;cursor:pointer;display:inline-block;font-size:12px;line-height:18px;margin:0 12px 6px}.copyLink-yyMUOAN9:visited,html.theme-dark .copyLink-yyMUOAN9{fill:#2962ff;color:#2962ff}html.theme-dark .copyLink-yyMUOAN9:visited{fill:#2962ff;color:#2962ff}@media (any-hover:hover){.copyLink-yyMUOAN9:hover{fill:#1e53e5;color:#1e53e5}html.theme-dark .copyLink-yyMUOAN9:hover{fill:#1e53e5;color:#1e53e5}}.copyLink-yyMUOAN9:active{fill:#2962ff;color:#2962ff}html.theme-dark .copyLink-yyMUOAN9:active{fill:#2962ff;color:#2962ff}.copyLink-yyMUOAN9:focus{outline:auto}.copyLink-yyMUOAN9:focus-visible{outline:auto}.copyLink-yyMUOAN9:focus:not(:focus-visible){outline:none}.copyLink-yyMUOAN9.copyLinkMobile-yyMUOAN9{margin:0 20px}.button-ZuDkGGhF.isDisabled-ZuDkGGhF{opacity:1!important}.hidden-5MVS18J8{opacity:0}.item-o5a0MQMm{position:relative}.item-o5a0MQMm.withIcon-o5a0MQMm{padding-bottom:2px;padding-top:2px}@media screen and (max-width:430px){.item-o5a0MQMm.withIcon-o5a0MQMm{font-size:16px;padding-bottom:6px;padding-top:6px}}.shortcut-o5a0MQMm{margin-left:0;min-width:auto}@media screen and (max-width:479px){.shortcut-o5a0MQMm{display:none}}.loading-o5a0MQMm .icon-o5a0MQMm,.loading-o5a0MQMm .shortcut-o5a0MQMm{opacity:0}.button-cq__ntSC{padding:5px 10px;width:100px}.button-cq__ntSC.smallLeftPadding-cq__ntSC{padding-right:8px}.text-cq__ntSC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:18px;--ui-lib-typography-font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height);overflow:hidden}.uppercase-cq__ntSC{text-transform:uppercase}.item-j7oVl2yI{all:unset;align-items:center;color:#131722;cursor:default;display:flex;flex:0 0 auto;height:100%;padding:0 3px;position:relative;z-index:0}html.theme-dark .item-j7oVl2yI{color:#868993}.item-j7oVl2yI:before{border-radius:50%;bottom:0;content:"";display:block;height:28px;left:0;margin:auto;outline:2px none #2962ff;position:absolute;right:0;top:0;width:28px;z-index:-1}.item-j7oVl2yI:active{color:#000}@media (any-hover:hover){.item-j7oVl2yI:hover{color:#000}}html.theme-dark .item-j7oVl2yI:active{color:#868993}@media (any-hover:hover){html.theme-dark .item-j7oVl2yI:hover{color:#868993}}.item-j7oVl2yI:active:before{background-color:#f0f3fa;content:""}@media (any-hover:hover){.item-j7oVl2yI:hover:before{background-color:#f0f3fa;content:""}}html.theme-dark .item-j7oVl2yI:active:before{background-color:#2a2e39}@media (any-hover:hover){html.theme-dark .item-j7oVl2yI:hover:before{background-color:#2a2e39}}.item-j7oVl2yI.accessible-j7oVl2yI:focus-visible:before{content:"";outline-style:solid}.round-j7oVl2yI{align-items:center;border:1px solid #d6d8e0;border-radius:50%;cursor:default;display:flex;flex:0 0 auto;font-size:10px;height:20px;justify-content:center;text-align:center;width:20px}html.theme-dark .round-j7oVl2yI{border-color:#6b7988}.description-jgoQcEnP{word-wrap:break-word;font-size:12px;line-height:18px;max-width:280px;min-width:170px;padding-bottom:4px;white-space:normal}.description-jgoQcEnP,html.theme-dark .description-jgoQcEnP{color:var(--tv-color-popup-element-secondary-text,#787b86)}.labelRow-JeQoCpvi{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 60px)}.toolbox-JeQoCpvi{margin-right:auto}.description-JeQoCpvi{padding:0}.descriptionTabletSmall-JeQoCpvi{max-width:100%;padding-left:56px}.item-JeQoCpvi{margin-top:-3px;padding-bottom:8px;padding-top:0}.item-JeQoCpvi:before{content:none}.item-JeQoCpvi,.item-JeQoCpvi:active,.titleItem-JeQoCpvi,.titleItem-JeQoCpvi:active,html.theme-dark .item-JeQoCpvi,html.theme-dark .item-JeQoCpvi:active,html.theme-dark .titleItem-JeQoCpvi,html.theme-dark .titleItem-JeQoCpvi:active{background-color:initial}.titleItem-JeQoCpvi{position:static}.titleItem-JeQoCpvi:focus-within .remove-JeQoCpvi{visibility:visible}.itemTabletSmall-JeQoCpvi:before,.titleItemTabletSmall-JeQoCpvi:before{content:none}.itemTabletSmall-JeQoCpvi,.itemTabletSmall-JeQoCpvi:active,.titleItemTabletSmall-JeQoCpvi,.titleItemTabletSmall-JeQoCpvi:active,html.theme-dark .itemTabletSmall-JeQoCpvi,html.theme-dark .itemTabletSmall-JeQoCpvi:active,html.theme-dark .titleItemTabletSmall-JeQoCpvi,html.theme-dark .titleItemTabletSmall-JeQoCpvi:active{background-color:initial}.titleItemTabletSmall-JeQoCpvi{line-height:24px;padding:4px 16px 0 20px}.itemTabletSmall-JeQoCpvi{line-height:17px;padding:1px 16px 8px 20px}.itemLabelTabletSmall-JeQoCpvi{font-size:16px}.wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,#131722);position:relative}html.theme-dark .wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,#d1d4dc)}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,#131722)}@media (any-hover:hover){.wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,#131722)}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,#c1c4cd)}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,#c1c4cd)}}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,#f0f3fa)}@media (any-hover:hover){.wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,#f0f3fa)}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,#2a2e39)}}.wrap-HXSqojvq{padding-right:4px}.titleWrap-HXSqojvq{display:flex;flex-direction:column}.indicators-HXSqojvq{margin-left:12px;margin-right:33px}.title-HXSqojvq{align-items:center;color:var(--tv-color-popup-element-text,#131722);display:flex;flex-direction:row;white-space:nowrap}html.theme-dark .title-HXSqojvq{color:var(--tv-color-popup-element-text,#d1d4dc)}.title-HXSqojvq .icon-HXSqojvq{display:flex;flex:none}.title-HXSqojvq .text-HXSqojvq{font-size:14px;margin:0 5px 0 20px}.titleTabletSmall-HXSqojvq{padding-bottom:4px;padding-top:4px}.titleTabletSmall-HXSqojvq .text-HXSqojvq{font-size:16px}.labelRow-HXSqojvq{flex:1 0 100%;min-width:100%}.label-HXSqojvq{flex:0 0 100%;min-width:100%}.menu-hcofKPms{max-width:340px}.menuSmallTablet-hcofKPms{max-width:100%}.menuItemHeaderTabletSmall-hcofKPms{padding:10px 20px 2px}.menuItemHeader-hcofKPms{cursor:default;margin:0;padding-bottom:3px;padding-top:4px}.wrap-jiC5bgmi.full-jiC5bgmi .first-jiC5bgmi{margin-right:0}.wrap-jiC5bgmi.full-jiC5bgmi .last-jiC5bgmi{margin-left:7px}.wrap-jiC5bgmi.medium-jiC5bgmi .first-jiC5bgmi{margin-right:0}.wrap-jiC5bgmi.medium-jiC5bgmi .last-jiC5bgmi{margin-left:7px}.buttonWithFavorites-jiC5bgmi{padding-left:7px}.icon-uMfL97K2{padding:5px}.customTradingViewStyleButton-zigjK1n2.withoutIcon-zigjK1n2{padding:0 5px} \ No newline at end of file diff --git a/public/charting_library/bundles/2020.5b2c075133de85a92a00.js b/public/charting_library/bundles/2020.5b2c075133de85a92a00.js deleted file mode 100644 index 792a26cc..00000000 --- a/public/charting_library/bundles/2020.5b2c075133de85a92a00.js +++ /dev/null @@ -1,14 +0,0 @@ -(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2020],{59142:function(o,e){var l,i,n;i=[e],l=function(o){"use strict";function e(o){if(Array.isArray(o)){for(var e=0,l=Array(o.length);e{o.exports={"tablet-normal-breakpoint":"screen and (max-width: 768px)","small-height-breakpoint":"screen and (max-height: 360px)","tablet-small-breakpoint":"screen and (max-width: 430px)"}},14877:o=>{ -o.exports={favorite:"favorite-_FRQhM5Y",hovered:"hovered-_FRQhM5Y",disabled:"disabled-_FRQhM5Y",active:"active-_FRQhM5Y",checked:"checked-_FRQhM5Y"}},24437:(o,e,l)=>{"use strict";l.d(e,{DialogBreakpoints:()=>n});var i=l(88803);const n={SmallHeight:i["small-height-breakpoint"],TabletSmall:i["tablet-small-breakpoint"],TabletNormal:i["tablet-normal-breakpoint"]}},36189:(o,e,l)=>{"use strict";l.d(e,{FavoriteButton:()=>T});var i=l(44352),n=l(50959),a=l(97754),t=l(9745),s=l(39146),c=l(48010),r=l(14877);const d={add:i.t(null,void 0,l(44629)),remove:i.t(null,void 0,l(72482))};function T(o){const{className:e,isFilled:l,isActive:i,onClick:T,...L}=o;return n.createElement(t.Icon,{...L,className:a(r.favorite,"apply-common-tooltip",l&&r.checked,i&&r.active,e),icon:l?s:c,onClick:T,title:l?d.remove:d.add})}},54784:o=>{o.exports={button:"button-KTgbfaP5",hover:"hover-KTgbfaP5",bg:"bg-KTgbfaP5",icon:"icon-KTgbfaP5",isActive:"isActive-KTgbfaP5",isTransparent:"isTransparent-KTgbfaP5",isGrayed:"isGrayed-KTgbfaP5",isHidden:"isHidden-KTgbfaP5",accessible:"accessible-KTgbfaP5"}},66427:(o,e,l)=>{"use strict";l.d(e,{ToolButton:()=>s});var i=l(50959),n=l(97754),a=l(9745),t=l(54784);const s=(0,i.forwardRef)(((o,e)=>{const{id:l,activeClass:s,children:c,className:r,icon:d,isActive:T,isGrayed:L,isHidden:h,isTransparent:m,theme:v=t,onClick:z,onKeyDown:g,buttonHotKey:w,tooltipPosition:u="vertical",tag:f="div",tabIndex:N,tooltip:p,...I}=o,A="button"===o.tag;return i.createElement(f,{"aria-label":A?p:void 0,...I,id:l,type:A?"button":void 0,className:n(v.button,r,T&&s,{"apply-common-tooltip":Boolean(p),"common-tooltip-vertical":Boolean(p)&&"vertical"===u,[v.isActive]:T,[v.isGrayed]:L,[v.isHidden]:h,[v.isTransparent]:m},A&&v.accessible),onClick:z,onKeyDown:g,"data-role":A?void 0:"button",ref:e,tabIndex:N,"data-tooltip-hotkey":w,"aria-pressed":A?T:void 0,"data-tooltip":p},i.createElement("div",{className:v.bg},d&&("string"==typeof d?i.createElement(a.Icon,{className:v.icon,icon:d}):i.createElement("span",{className:v.icon},d)),c))}))},87872:(o,e,l)=>{"use strict";l.d(e,{drawingToolsIcons:()=>i});const i={SyncDrawing:l(99088),arrow:l(63743),cursor:l(18953),dot:l(72196),drawginmode:l(53950),drawginmodeActive:l(1532),eraser:l(27999),group:l(19799),hideAllDrawings:l(45820),hideAllDrawingsActive:l(84959),hideAllIndicators:l(42321),hideAllIndicatorsActive:l(75895),hideAllDrawingTools:l(93756),hideAllDrawingToolsActive:l(42650),hideAllPositionsTools:l(57313),hideAllPositionsToolsActive:l(65162),lockAllDrawings:l(91244),lockAllDrawingsActive:l(65186),magnet:l(68385),heart:l(10862),smile:l(7636),sticker:l(62567),strongMagnet:l(46049),measure:l(88518),removeAllDrawingTools:l(35149),showObjectTree:l(36515),zoom:l(6894),"zoom-out":l(45360)}},54819:(o,e,l)=>{"use strict";l.d(e,{lineToolsInfo:()=>v});var i=l(44352),n=l(61814),a=(l(42053),l(57673)),t=l(87872),s=l(59656),c=l(68335);const r=(0,c.humanReadableModifiers)(c.Modifiers.Shift,!1),d=(0,c.humanReadableModifiers)(c.Modifiers.Alt,!1),T=(0,c.humanReadableModifiers)(c.Modifiers.Mod,!1),L={keys:[r], -text:i.t(null,void 0,l(40234))},h={keys:[r],text:i.t(null,void 0,l(68125))},m={keys:[r],text:i.t(null,void 0,l(81591))},v={LineTool5PointsPattern:{icon:a.lineToolsIcons.LineTool5PointsPattern,localizedName:s.lineToolsLocalizedNames.LineTool5PointsPattern},LineToolABCD:{icon:a.lineToolsIcons.LineToolABCD,localizedName:s.lineToolsLocalizedNames.LineToolABCD},LineToolArc:{icon:a.lineToolsIcons.LineToolArc,localizedName:s.lineToolsLocalizedNames.LineToolArc},LineToolArrow:{icon:a.lineToolsIcons.LineToolArrow,localizedName:s.lineToolsLocalizedNames.LineToolArrow},LineToolArrowMarkDown:{icon:a.lineToolsIcons.LineToolArrowMarkDown,localizedName:s.lineToolsLocalizedNames.LineToolArrowMarkDown},LineToolArrowMarkLeft:{icon:a.lineToolsIcons.LineToolArrowMarkLeft,localizedName:s.lineToolsLocalizedNames.LineToolArrowMarkLeft},LineToolArrowMarkRight:{icon:a.lineToolsIcons.LineToolArrowMarkRight,localizedName:s.lineToolsLocalizedNames.LineToolArrowMarkRight},LineToolArrowMarkUp:{icon:a.lineToolsIcons.LineToolArrowMarkUp,localizedName:s.lineToolsLocalizedNames.LineToolArrowMarkUp},LineToolBalloon:{icon:a.lineToolsIcons.LineToolBalloon,localizedName:s.lineToolsLocalizedNames.LineToolBalloon},LineToolComment:{icon:a.lineToolsIcons.LineToolComment,localizedName:s.lineToolsLocalizedNames.LineToolComment},LineToolBarsPattern:{icon:a.lineToolsIcons.LineToolBarsPattern,localizedName:s.lineToolsLocalizedNames.LineToolBarsPattern},LineToolBezierCubic:{icon:a.lineToolsIcons.LineToolBezierCubic,localizedName:s.lineToolsLocalizedNames.LineToolBezierCubic},LineToolBezierQuadro:{icon:a.lineToolsIcons.LineToolBezierQuadro,localizedName:s.lineToolsLocalizedNames.LineToolBezierQuadro},LineToolBrush:{icon:a.lineToolsIcons.LineToolBrush,localizedName:s.lineToolsLocalizedNames.LineToolBrush},LineToolCallout:{icon:a.lineToolsIcons.LineToolCallout,localizedName:s.lineToolsLocalizedNames.LineToolCallout},LineToolCircleLines:{icon:a.lineToolsIcons.LineToolCircleLines,localizedName:s.lineToolsLocalizedNames.LineToolCircleLines},LineToolCypherPattern:{icon:a.lineToolsIcons.LineToolCypherPattern,localizedName:s.lineToolsLocalizedNames.LineToolCypherPattern},LineToolDateAndPriceRange:{icon:a.lineToolsIcons.LineToolDateAndPriceRange,localizedName:s.lineToolsLocalizedNames.LineToolDateAndPriceRange},LineToolDateRange:{icon:a.lineToolsIcons.LineToolDateRange,localizedName:s.lineToolsLocalizedNames.LineToolDateRange},LineToolDisjointAngle:{icon:a.lineToolsIcons.LineToolDisjointAngle,localizedName:s.lineToolsLocalizedNames.LineToolDisjointAngle,hotKey:(0,n.hotKeySerialize)(L)},LineToolElliottCorrection:{icon:a.lineToolsIcons.LineToolElliottCorrection,localizedName:s.lineToolsLocalizedNames.LineToolElliottCorrection},LineToolElliottDoubleCombo:{icon:a.lineToolsIcons.LineToolElliottDoubleCombo,localizedName:s.lineToolsLocalizedNames.LineToolElliottDoubleCombo},LineToolElliottImpulse:{icon:a.lineToolsIcons.LineToolElliottImpulse,localizedName:s.lineToolsLocalizedNames.LineToolElliottImpulse},LineToolElliottTriangle:{icon:a.lineToolsIcons.LineToolElliottTriangle, -localizedName:s.lineToolsLocalizedNames.LineToolElliottTriangle},LineToolElliottTripleCombo:{icon:a.lineToolsIcons.LineToolElliottTripleCombo,localizedName:s.lineToolsLocalizedNames.LineToolElliottTripleCombo},LineToolEllipse:{icon:a.lineToolsIcons.LineToolEllipse,localizedName:s.lineToolsLocalizedNames.LineToolEllipse,hotKey:(0,n.hotKeySerialize)(h)},LineToolExtended:{icon:a.lineToolsIcons.LineToolExtended,localizedName:s.lineToolsLocalizedNames.LineToolExtended},LineToolFibChannel:{icon:a.lineToolsIcons.LineToolFibChannel,localizedName:s.lineToolsLocalizedNames.LineToolFibChannel},LineToolFibCircles:{icon:a.lineToolsIcons.LineToolFibCircles,localizedName:s.lineToolsLocalizedNames.LineToolFibCircles,hotKey:(0,n.hotKeySerialize)(h)},LineToolFibRetracement:{icon:a.lineToolsIcons.LineToolFibRetracement,localizedName:s.lineToolsLocalizedNames.LineToolFibRetracement},LineToolFibSpeedResistanceArcs:{icon:a.lineToolsIcons.LineToolFibSpeedResistanceArcs,localizedName:s.lineToolsLocalizedNames.LineToolFibSpeedResistanceArcs},LineToolFibSpeedResistanceFan:{icon:a.lineToolsIcons.LineToolFibSpeedResistanceFan,localizedName:s.lineToolsLocalizedNames.LineToolFibSpeedResistanceFan,hotKey:(0,n.hotKeySerialize)(m)},LineToolFibSpiral:{icon:a.lineToolsIcons.LineToolFibSpiral,localizedName:s.lineToolsLocalizedNames.LineToolFibSpiral},LineToolFibTimeZone:{icon:a.lineToolsIcons.LineToolFibTimeZone,localizedName:s.lineToolsLocalizedNames.LineToolFibTimeZone},LineToolFibWedge:{icon:a.lineToolsIcons.LineToolFibWedge,localizedName:s.lineToolsLocalizedNames.LineToolFibWedge},LineToolFlagMark:{icon:a.lineToolsIcons.LineToolFlagMark,localizedName:s.lineToolsLocalizedNames.LineToolFlagMark},LineToolImage:{icon:a.lineToolsIcons.LineToolImage,localizedName:s.lineToolsLocalizedNames.LineToolImage},LineToolFlatBottom:{icon:a.lineToolsIcons.LineToolFlatBottom,localizedName:s.lineToolsLocalizedNames.LineToolFlatBottom,hotKey:(0,n.hotKeySerialize)(L)},LineToolAnchoredVWAP:{icon:a.lineToolsIcons.LineToolAnchoredVWAP,localizedName:s.lineToolsLocalizedNames.LineToolAnchoredVWAP},LineToolGannComplex:{icon:a.lineToolsIcons.LineToolGannComplex,localizedName:s.lineToolsLocalizedNames.LineToolGannComplex},LineToolGannFixed:{icon:a.lineToolsIcons.LineToolGannFixed,localizedName:s.lineToolsLocalizedNames.LineToolGannFixed},LineToolGannFan:{icon:a.lineToolsIcons.LineToolGannFan,localizedName:s.lineToolsLocalizedNames.LineToolGannFan},LineToolGannSquare:{icon:a.lineToolsIcons.LineToolGannSquare,localizedName:s.lineToolsLocalizedNames.LineToolGannSquare,hotKey:(0,n.hotKeySerialize)({keys:[r],text:i.t(null,void 0,l(10289))})},LineToolHeadAndShoulders:{icon:a.lineToolsIcons.LineToolHeadAndShoulders,localizedName:s.lineToolsLocalizedNames.LineToolHeadAndShoulders},LineToolHorzLine:{icon:a.lineToolsIcons.LineToolHorzLine,localizedName:s.lineToolsLocalizedNames.LineToolHorzLine,hotKey:(0,n.hotKeySerialize)({keys:[d,"H"],text:"{0} + {1}"})},LineToolHorzRay:{icon:a.lineToolsIcons.LineToolHorzRay,localizedName:s.lineToolsLocalizedNames.LineToolHorzRay},LineToolIcon:{ -icon:a.lineToolsIcons.LineToolIcon,localizedName:s.lineToolsLocalizedNames.LineToolIcon},LineToolEmoji:{icon:a.lineToolsIcons.LineToolEmoji,localizedName:s.lineToolsLocalizedNames.LineToolEmoji},LineToolInsidePitchfork:{icon:a.lineToolsIcons.LineToolInsidePitchfork,localizedName:s.lineToolsLocalizedNames.LineToolInsidePitchfork},LineToolNote:{icon:a.lineToolsIcons.LineToolNote,localizedName:s.lineToolsLocalizedNames.LineToolNote},LineToolNoteAbsolute:{icon:a.lineToolsIcons.LineToolNoteAbsolute,localizedName:s.lineToolsLocalizedNames.LineToolNoteAbsolute},LineToolSignpost:{icon:a.lineToolsIcons.LineToolSignpost,localizedName:s.lineToolsLocalizedNames.LineToolSignpost},LineToolParallelChannel:{icon:a.lineToolsIcons.LineToolParallelChannel,localizedName:s.lineToolsLocalizedNames.LineToolParallelChannel,hotKey:(0,n.hotKeySerialize)(L)},LineToolPitchfan:{icon:a.lineToolsIcons.LineToolPitchfan,localizedName:s.lineToolsLocalizedNames.LineToolPitchfan},LineToolPitchfork:{icon:a.lineToolsIcons.LineToolPitchfork,localizedName:s.lineToolsLocalizedNames.LineToolPitchfork},LineToolPolyline:{icon:a.lineToolsIcons.LineToolPolyline,localizedName:s.lineToolsLocalizedNames.LineToolPolyline},LineToolPath:{icon:a.lineToolsIcons.LineToolPath,localizedName:s.lineToolsLocalizedNames.LineToolPath},LineToolPrediction:{icon:a.lineToolsIcons.LineToolPrediction,localizedName:s.lineToolsLocalizedNames.LineToolPrediction},LineToolPriceLabel:{icon:a.lineToolsIcons.LineToolPriceLabel,localizedName:s.lineToolsLocalizedNames.LineToolPriceLabel},LineToolPriceNote:{icon:a.lineToolsIcons.LineToolPriceNote,localizedName:s.lineToolsLocalizedNames.LineToolPriceNote,hotKey:(0,n.hotKeySerialize)(L)},LineToolArrowMarker:{icon:a.lineToolsIcons.LineToolArrowMarker,localizedName:s.lineToolsLocalizedNames.LineToolArrowMarker},LineToolPriceRange:{icon:a.lineToolsIcons.LineToolPriceRange,localizedName:s.lineToolsLocalizedNames.LineToolPriceRange},LineToolProjection:{icon:a.lineToolsIcons.LineToolProjection,localizedName:s.lineToolsLocalizedNames.LineToolProjection},LineToolRay:{icon:a.lineToolsIcons.LineToolRay,localizedName:s.lineToolsLocalizedNames.LineToolRay},LineToolRectangle:{icon:a.lineToolsIcons.LineToolRectangle,localizedName:s.lineToolsLocalizedNames.LineToolRectangle,hotKey:(0,n.hotKeySerialize)({keys:[r],text:i.t(null,void 0,l(81591))})},LineToolCircle:{icon:a.lineToolsIcons.LineToolCircle,localizedName:s.lineToolsLocalizedNames.LineToolCircle},LineToolRegressionTrend:{icon:a.lineToolsIcons.LineToolRegressionTrend,localizedName:s.lineToolsLocalizedNames.LineToolRegressionTrend},LineToolRiskRewardLong:{icon:a.lineToolsIcons.LineToolRiskRewardLong,localizedName:s.lineToolsLocalizedNames.LineToolRiskRewardLong},LineToolRiskRewardShort:{icon:a.lineToolsIcons.LineToolRiskRewardShort,localizedName:s.lineToolsLocalizedNames.LineToolRiskRewardShort},LineToolFixedRangeVolumeProfile:{icon:a.lineToolsIcons.LineToolFixedRangeVolumeProfile,localizedName:s.lineToolsLocalizedNames.LineToolFixedRangeVolumeProfile},LineToolRotatedRectangle:{ -icon:a.lineToolsIcons.LineToolRotatedRectangle,localizedName:s.lineToolsLocalizedNames.LineToolRotatedRectangle,hotKey:(0,n.hotKeySerialize)(L)},LineToolSchiffPitchfork:{icon:a.lineToolsIcons.LineToolSchiffPitchfork,localizedName:s.lineToolsLocalizedNames.LineToolSchiffPitchfork},LineToolSchiffPitchfork2:{icon:a.lineToolsIcons.LineToolSchiffPitchfork2,localizedName:s.lineToolsLocalizedNames.LineToolSchiffPitchfork2},LineToolSineLine:{icon:a.lineToolsIcons.LineToolSineLine,localizedName:s.lineToolsLocalizedNames.LineToolSineLine},LineToolText:{icon:a.lineToolsIcons.LineToolText,localizedName:s.lineToolsLocalizedNames.LineToolText},LineToolTextAbsolute:{icon:a.lineToolsIcons.LineToolTextAbsolute,localizedName:s.lineToolsLocalizedNames.LineToolTextAbsolute},LineToolThreeDrivers:{icon:a.lineToolsIcons.LineToolThreeDrivers,localizedName:s.lineToolsLocalizedNames.LineToolThreeDrivers},LineToolTimeCycles:{icon:a.lineToolsIcons.LineToolTimeCycles,localizedName:s.lineToolsLocalizedNames.LineToolTimeCycles},LineToolTrendAngle:{icon:a.lineToolsIcons.LineToolTrendAngle,localizedName:s.lineToolsLocalizedNames.LineToolTrendAngle,hotKey:(0,n.hotKeySerialize)(L)},LineToolTrendBasedFibExtension:{icon:a.lineToolsIcons.LineToolTrendBasedFibExtension,localizedName:s.lineToolsLocalizedNames.LineToolTrendBasedFibExtension},LineToolTrendBasedFibTime:{icon:a.lineToolsIcons.LineToolTrendBasedFibTime,localizedName:s.lineToolsLocalizedNames.LineToolTrendBasedFibTime},LineToolTrendLine:{icon:a.lineToolsIcons.LineToolTrendLine,localizedName:s.lineToolsLocalizedNames.LineToolTrendLine,hotKey:(0,n.hotKeySerialize)(L)},LineToolInfoLine:{icon:a.lineToolsIcons.LineToolInfoLine,localizedName:s.lineToolsLocalizedNames.LineToolInfoLine},LineToolTriangle:{icon:a.lineToolsIcons.LineToolTriangle,localizedName:s.lineToolsLocalizedNames.LineToolTriangle},LineToolTrianglePattern:{icon:a.lineToolsIcons.LineToolTrianglePattern,localizedName:s.lineToolsLocalizedNames.LineToolTrianglePattern},LineToolVertLine:{icon:a.lineToolsIcons.LineToolVertLine,localizedName:s.lineToolsLocalizedNames.LineToolVertLine,hotKey:(0,n.hotKeySerialize)({keys:[d,"V"],text:"{0} + {1}"})},LineToolCrossLine:{icon:a.lineToolsIcons.LineToolCrossLine,localizedName:s.lineToolsLocalizedNames.LineToolCrossLine},LineToolHighlighter:{icon:a.lineToolsIcons.LineToolHighlighter,localizedName:s.lineToolsLocalizedNames.LineToolHighlighter},SyncDrawing:{icon:t.drawingToolsIcons.SyncDrawing,iconActive:t.drawingToolsIcons.SyncDrawingActive,localizedName:i.t(null,void 0,l(36551))},arrow:{icon:t.drawingToolsIcons.arrow,localizedName:i.t(null,void 0,l(96237))},cursor:{icon:t.drawingToolsIcons.cursor,localizedName:i.t(null,void 0,l(29908))},dot:{icon:t.drawingToolsIcons.dot,localizedName:i.t(null,void 0,l(60925))},drawginmode:{icon:t.drawingToolsIcons.drawginmode,iconActive:t.drawingToolsIcons.drawginmodeActive,localizedName:i.t(null,void 0,l(49421))},eraser:{icon:t.drawingToolsIcons.eraser,localizedName:i.t(null,void 0,l(99289))},group:{icon:t.drawingToolsIcons.group, -localizedName:i.t(null,void 0,l(91977))},hideAllDrawings:{icon:t.drawingToolsIcons.hideAllDrawings,iconActive:t.drawingToolsIcons.hideAllDrawingsActive,localizedName:i.t(null,void 0,l(17517)),hotKey:(0,n.hotKeySerialize)({keys:[T,d,"H"],text:"{0} + {1} + {2}"})},lockAllDrawings:{icon:t.drawingToolsIcons.lockAllDrawings,iconActive:t.drawingToolsIcons.lockAllDrawingsActive,localizedName:i.t(null,void 0,l(37057))},magnet:{icon:t.drawingToolsIcons.magnet,localizedName:i.t(null,void 0,l(37140)),hotKey:(0,n.hotKeySerialize)({keys:[T],text:"{0}"})},measure:{icon:t.drawingToolsIcons.measure,localizedName:i.t(null,void 0,l(59607)),hotKey:(0,n.hotKeySerialize)({keys:[r],text:i.t(null,void 0,l(32868))})},removeAllDrawingTools:{icon:t.drawingToolsIcons.removeAllDrawingTools,localizedName:i.t(null,void 0,l(76091))},showObjectsTree:{icon:t.drawingToolsIcons.showObjectTree,localizedName:i.t(null,void 0,l(51072))},zoom:{icon:t.drawingToolsIcons.zoom,localizedName:i.t(null,void 0,l(38925))},"zoom-out":{icon:t.drawingToolsIcons["zoom-out"],localizedName:i.t(null,void 0,l(49895))}};v.LineToolGhostFeed={icon:a.lineToolsIcons.LineToolGhostFeed,localizedName:s.lineToolsLocalizedNames.LineToolGhostFeed}},71810:(o,e,l)=>{"use strict";l.d(e,{LinetoolsFavoritesStore:()=>s});var i=l(57898),n=l(56840);const a=["LineToolBalloon"];var t,s;!function(o){function e(){var e,i;o.favorites=[];let s=!1;const c=Boolean(void 0===(0,n.getValue)("chart.favoriteDrawings")),r=(0,n.getJSON)("chart.favoriteDrawings",[]);if(0===r.length&&c&&"undefined"!=typeof window){const o=JSON.parse(null!==(i=null===(e=window.urlParams)||void 0===e?void 0:e.favorites)&&void 0!==i?i:"{}").drawingTools;o&&Array.isArray(o)&&r.push(...o)}r.forEach(((e,i)=>{const n=e.tool||e;l(n)?a.includes(n)?s=!0:o.favorites.push(n):"LineToolTweet"===n&&(o.tweetToolPosition=i)})),s&&t(),o.favoritesSynced.fire()}function l(o){return"string"==typeof o&&""!==o&&!0}function t(e){const l=o.favorites.slice();null!==o.tweetToolPosition&&l.splice(o.tweetToolPosition,0,"LineToolTweet"),(0,n.setJSON)("chart.favoriteDrawings",l,e)}o.favorites=[],o.favoritesSynced=new i.Delegate,o.tweetToolPosition=null,o.favoriteIndex=function(e){return o.favorites.indexOf(e)},o.isValidLineToolName=l,o.saveFavorites=t,e(),n.onSync.subscribe(null,e)}(t||(t={})),function(o){function e(o){return t.isValidLineToolName(o)}function l(){return t.favorites.length}function n(o){return-1!==t.favoriteIndex(o)}o.favoriteAdded=new i.Delegate,o.favoriteRemoved=new i.Delegate,o.favoriteMoved=new i.Delegate,o.favoritesSynced=t.favoritesSynced,o.favorites=function(){return t.favorites.slice()},o.isValidLineToolName=e,o.favoritesCount=l,o.favorite=function(o){return o<0||o>=l()?"":t.favorites[o]},o.addFavorite=function(l,i){return!(n(l)||!e(l))&&(t.favorites.push(l),t.saveFavorites(i),o.favoriteAdded.fire(l),!0)},o.removeFavorite=function(e,l){const i=t.favoriteIndex(e);if(-1===i)return!1;t.favorites.splice(i,1);const n=t.tweetToolPosition;return null!==n&&n>i&&(t.tweetToolPosition=n-1),t.saveFavorites(l),o.favoriteRemoved.fire(e),!0}, -o.isFavorite=n,o.moveFavorite=function(i,n,a){if(n<0||n>=l()||!e(i))return!1;const s=t.favoriteIndex(i);if(-1===s||n===s)return!1;let c=t.tweetToolPosition;return null!==c&&(sc?c--:nc&&c++,t.tweetToolPosition=c),t.favorites.splice(s,1),t.favorites.splice(n,0,i),t.saveFavorites(a),o.favoriteMoved.fire(i,s,n),!0}}(s||(s={}))},19799:o=>{o.exports=''},63743:o=>{o.exports=''},18953:o=>{o.exports=''},72196:o=>{o.exports=''},1532:o=>{o.exports=''},53950:o=>{ -o.exports=''},27999:o=>{o.exports=''},10862:o=>{o.exports=''},68385:o=>{o.exports=''},88518:o=>{o.exports=''},36515:o=>{ -o.exports=''},7636:o=>{o.exports=''},62567:o=>{o.exports=''},46049:o=>{o.exports=''},99088:o=>{o.exports=''},42650:o=>{ -o.exports=''},75895:o=>{o.exports=''},65162:o=>{ -o.exports=''},65186:o=>{o.exports=''},91244:o=>{o.exports=''},45820:o=>{o.exports=''},93756:o=>{ -o.exports=''},42321:o=>{o.exports=''},57313:o=>{ -o.exports=''},6894:o=>{o.exports=''},45360:o=>{o.exports=''},14665:o=>{o.exports=''},39146:o=>{o.exports=''},48010:o=>{o.exports=''}}]); \ No newline at end of file diff --git a/public/charting_library/bundles/2038.9fc99258845013ecf959.css b/public/charting_library/bundles/2038.9fc99258845013ecf959.css new file mode 100644 index 00000000..815098aa --- /dev/null +++ b/public/charting_library/bundles/2038.9fc99258845013ecf959.css @@ -0,0 +1 @@ +.themesButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#131722);font-size:14px;width:100px}html.theme-dark .themesButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}.themesButtonIcon-w7kgghoW{display:flex}.defaultsButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#131722);font-size:16px;width:100px}html.theme-dark .defaultsButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}.defaultsButtonItem-w7kgghoW{min-width:100px}.defaultsButtonItem-w7kgghoW:focus-within .remove-w7kgghoW{visibility:visible}.backButton-yMMXpYEB{margin-left:-3px;margin-right:17px}.withSidebar-F0WBLDV5{display:block;max-width:750px;min-width:610px;width:auto}@media screen and (max-width:768px){.withSidebar-F0WBLDV5{max-width:610px;min-width:420px;width:auto}}@media screen and (max-width:430px){.withSidebar-F0WBLDV5{min-height:auto;min-width:100%}}.withSidebar-F0WBLDV5 .content-F0WBLDV5{border-top:1px solid var(--themed-color-properties-dialog-borders,#e0e3eb);display:flex;flex:1 1 auto;flex-direction:row;overflow:hidden}html.theme-dark .withSidebar-F0WBLDV5 .content-F0WBLDV5{border-top:1px solid var(--themed-color-properties-dialog-borders,#434651)}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;width:auto}@media screen and (max-height:290px){.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{min-height:auto}}@supports (-moz-appearance:none){.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar{height:5px;width:5px}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-corner{display:none}.withSidebar-F0WBLDV5 .applyToAllButton-F0WBLDV5{padding-right:12px} \ No newline at end of file diff --git a/public/charting_library/bundles/2038.9fc99258845013ecf959.rtl.css b/public/charting_library/bundles/2038.9fc99258845013ecf959.rtl.css new file mode 100644 index 00000000..37ebbf1f --- /dev/null +++ b/public/charting_library/bundles/2038.9fc99258845013ecf959.rtl.css @@ -0,0 +1 @@ +.themesButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#131722);font-size:14px;width:100px}html.theme-dark .themesButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}.themesButtonIcon-w7kgghoW{display:flex}.defaultsButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#131722);font-size:16px;width:100px}html.theme-dark .defaultsButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}.defaultsButtonItem-w7kgghoW{min-width:100px}.defaultsButtonItem-w7kgghoW:focus-within .remove-w7kgghoW{visibility:visible}.backButton-yMMXpYEB{margin-left:17px;margin-right:-3px}.withSidebar-F0WBLDV5{display:block;max-width:750px;min-width:610px;width:auto}@media screen and (max-width:768px){.withSidebar-F0WBLDV5{max-width:610px;min-width:420px;width:auto}}@media screen and (max-width:430px){.withSidebar-F0WBLDV5{min-height:auto;min-width:100%}}.withSidebar-F0WBLDV5 .content-F0WBLDV5{border-top:1px solid var(--themed-color-properties-dialog-borders,#e0e3eb);display:flex;flex:1 1 auto;flex-direction:row;overflow:hidden}html.theme-dark .withSidebar-F0WBLDV5 .content-F0WBLDV5{border-top:1px solid var(--themed-color-properties-dialog-borders,#434651)}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;width:auto}@media screen and (max-height:290px){.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{min-height:auto}}@supports (-moz-appearance:none){.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar{height:5px;width:5px}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-corner{display:none}.withSidebar-F0WBLDV5 .applyToAllButton-F0WBLDV5{padding-left:12px} \ No newline at end of file diff --git a/public/charting_library/bundles/2079.f2a9f3dd7d4f8cb9f2fc.js b/public/charting_library/bundles/2079.f2a9f3dd7d4f8cb9f2fc.js new file mode 100644 index 00000000..a5f0db3d --- /dev/null +++ b/public/charting_library/bundles/2079.f2a9f3dd7d4f8cb9f2fc.js @@ -0,0 +1,8 @@ +(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2079],{36136:e=>{e.exports={"nav-button":"nav-button-znwuaSC1",link:"link-znwuaSC1",background:"background-znwuaSC1",icon:"icon-znwuaSC1","flip-icon":"flip-icon-znwuaSC1","size-large":"size-large-znwuaSC1","preserve-paddings":"preserve-paddings-znwuaSC1","size-medium":"size-medium-znwuaSC1","size-small":"size-small-znwuaSC1","size-xsmall":"size-xsmall-znwuaSC1","size-xxsmall":"size-xxsmall-znwuaSC1","visually-hidden":"visually-hidden-znwuaSC1"}},8473:e=>{e.exports={dialog:"dialog-b8SxMnzX",wrapper:"wrapper-b8SxMnzX",separator:"separator-b8SxMnzX",bounded:"bounded-b8SxMnzX"}},80822:e=>{e.exports={"small-height-breakpoint":"screen and (max-height: 360px)",container:"container-BZKENkhT",unsetAlign:"unsetAlign-BZKENkhT",title:"title-BZKENkhT",subtitle:"subtitle-BZKENkhT",textWrap:"textWrap-BZKENkhT",ellipsis:"ellipsis-BZKENkhT",close:"close-BZKENkhT",icon:"icon-BZKENkhT"}},47625:e=>{e.exports={separator:"separator-Pf4rIzEt"}},57340:(e,t,n)=>{"use strict";n.d(t,{CloseButton:()=>d});var r=n(50959),o=n(64388),i=n(17105),s=n(15130),l=n(38822),a=n(63346),c=n(34983);function u(e="large"){switch(e){case"large":return i;case"medium":default:return s;case"small":return l;case"xsmall":return a;case"xxsmall":return c}}const d=r.forwardRef(((e,t)=>r.createElement(o.NavButton,{...e,ref:t,icon:u(e.size)})))},64388:(e,t,n)=>{"use strict";n.d(t,{NavButton:()=>c});var r=n(50959),o=n(97754),i=n(9745),s=(n(78572),n(36136));function l(e){const{size:t="large",preservePaddings:n,isLink:r,flipIconOnRtl:i,className:l}=e;return o(s["nav-button"],s[`size-${t}`],n&&s["preserve-paddings"],i&&s["flip-icon"],r&&s.link,l)}function a(e){const{children:t,icon:n}=e;return r.createElement(r.Fragment,null,r.createElement("span",{className:s.background}),r.createElement(i.Icon,{icon:n,className:s.icon,"aria-hidden":!0}),t&&r.createElement("span",{className:s["visually-hidden"]},t))}const c=(0,r.forwardRef)(((e,t)=>{const{icon:n,type:o="button",preservePaddings:i,flipIconOnRtl:s,size:c,"aria-label":u,...d}=e;return r.createElement("button",{...d,className:l({...e,children:u}),ref:t,type:o},r.createElement(a,{icon:n},u))}));c.displayName="NavButton";var u=n(21593),d=n(53017);(0,r.forwardRef)(((e,t)=>{const{icon:n,renderComponent:o,"aria-label":i,...s}=e,c=null!=o?o:u.CustomComponentDefaultLink;return r.createElement(c,{...s,className:l({...e,children:i,isLink:!0}),reference:(0,d.isomorphicRef)(t)},r.createElement(a,{icon:n},i))})).displayName="NavAnchorButton"},78572:(e,t,n)=>{"use strict";var r,o,i,s;!function(e){e.Primary="primary",e.QuietPrimary="quiet-primary",e.Secondary="secondary",e.Ghost="ghost"}(r||(r={})),function(e){e.XXSmall="xxsmall",e.XSmall="xsmall",e.Small="small",e.Medium="medium",e.Large="large",e.XLarge="xlarge",e.XXLarge="xxlarge"}(o||(o={})),function(e){e.Brand="brand",e.Gray="gray",e.LightGray="light-gray",e.Green="green",e.Red="red",e.Black="black",e.Gradient="gradient",e.BlackFriday="black-friday",e.CyberMonday="cyber-monday"}(i||(i={})),function(e){ +e.Semibold18px="semibold18px",e.Semibold16px="semibold16px",e.Semibold14px="semibold14px",e.Medium16px="medium16px",e.Regular16px="regular16px",e.Regular14px="regular14px"}(s||(s={}))},86332:(e,t,n)=>{"use strict";n.d(t,{ControlGroupContext:()=>r});const r=n(50959).createContext({isGrouped:!1,cellState:{isTop:!0,isRight:!0,isBottom:!0,isLeft:!0}})},38952:(e,t,n)=>{"use strict";function r(e){const{reference:t,...n}=e;return{...n,ref:t}}n.d(t,{renameRef:()=>r})},21593:(e,t,n)=>{"use strict";n.d(t,{CustomComponentDefaultLink:()=>i});var r=n(50959),o=n(38952);function i(e){return r.createElement("a",{...(0,o.renameRef)(e)})}r.PureComponent},66686:(e,t,n)=>{"use strict";n.d(t,{useComposedKeyboardActionHandlers:()=>l,useKeyboardActionHandler:()=>s,useKeyboardClose:()=>u,useKeyboardEventHandler:()=>a,useKeyboardOpen:()=>d,useKeyboardToggle:()=>c});var r=n(50959),o=n(3343);const i=()=>!0;function s(e,t,n=i,o){return(0,r.useCallback)((r=>{if(o){if("horizontal"===o&&(40===r||38===r))return;if("vertical"===o&&(37===r||39===r))return}const i=e.map((e=>"function"==typeof e?e():e));return!(!n(r)||!i.includes(r))&&(t(r),!0)}),[...e,t,n])}function l(...e){return(0,r.useCallback)((t=>{for(const n of e)if(n(t))return!0;return!1}),[...e])}function a(e,t=!0){const n=l(...e);return(0,r.useCallback)((e=>{n((0,o.hashFromEvent)(e))&&t&&e.preventDefault()}),[n])}function c(e,t=!0){return s([13,32],e,(function(e){if(13===e)return t;return!0}))}function u(e,t){return s([9,(0,r.useCallback)((()=>o.Modifiers.Shift+9),[]),27],t,(0,r.useCallback)((()=>e),[e]))}function d(e,t){return s([40,38],t,(0,r.useCallback)((()=>!e),[e]))}},7953:(e,t,n)=>{"use strict";n.d(t,{useDisclosure:()=>c});var r=n(50959),o=n(50151),i=n(54717),s=n(29202),l=n(47201),a=n(22064);function c(e){const{id:t,listboxId:n,disabled:c,buttonTabIndex:u=0,onFocus:d,onBlur:p,onClick:h}=e,[f,m]=(0,r.useState)(!1),[g,b]=(0,s.useFocus)(),v=g||f,C=(null!=n?n:void 0!==t)?(0,a.createDomId)(t,"listbox"):void 0,w=(0,r.useRef)(null),x=(0,r.useCallback)((e=>{var t;return null===(t=w.current)||void 0===t?void 0:t.focus(e)}),[w]),S=(0,r.useRef)(null),y=(0,r.useCallback)((()=>(0,o.ensureNotNull)(S.current).focus()),[S]),_=(0,r.useCallback)((()=>m(!0)),[m]),k=(0,r.useCallback)(((e=!1,t=!1)=>{m(!1);const{activeElement:n}=document;n&&(0,i.isTextEditingField)(n)||t||x({preventScroll:e})}),[m,x]),E=(0,r.useCallback)((()=>{f?k():_()}),[f,k,_]),z=c?[]:[d,b.onFocus],N=c?[]:[p,b.onBlur],B=c?[]:[h,E],O=(0,l.createSafeMulticastEventHandler)(...z),R=(0,l.createSafeMulticastEventHandler)(...N),K=(0,l.createSafeMulticastEventHandler)(...B);return{listboxId:C,isOpened:f,isFocused:v,buttonTabIndex:c?-1:u,listboxTabIndex:-1,open:_,close:k,toggle:E,onOpen:y,buttonFocusBindings:{onFocus:O,onBlur:R},onButtonClick:K,buttonRef:w,listboxRef:S,buttonAria:{"aria-controls":f?C:void 0,"aria-expanded":f,"aria-disabled":c}}}},29202:(e,t,n)=>{"use strict";n.d(t,{useFocus:()=>o});var r=n(50959);function o(e,t){const[n,o]=(0,r.useState)(!1);(0,r.useEffect)((()=>{t&&n&&o(!1)}),[t,n]);const i={onFocus:(0, +r.useCallback)((function(t){void 0!==e&&e.current!==t.target||o(!0)}),[e]),onBlur:(0,r.useCallback)((function(t){void 0!==e&&e.current!==t.target||o(!1)}),[e])};return[n,i]}},36762:(e,t,n)=>{"use strict";n.d(t,{useItemsKeyboardNavigation:()=>l});var r,o=n(50959),i=n(66686);function s(e,t){return e>=0?e%t:(t-Math.abs(e)%t)%t}!function(e){e.Next="next",e.Previous="previous",e.First="first",e.Last="last"}(r||(r={}));function l(e,t,n,r,l,a,c={},u){const d=(0,o.useCallback)((e=>{const t=n.findIndex(r);if(t===n.length-1&&!a)return void((null==u?void 0:u.onFailNext)&&u.onFailNext(e));const o=s(t+1,n.length);l&&l(n[o],"next")}),[n,r,l,a]),p=(0,o.useCallback)((e=>{const t=n.findIndex(r);if(0===t&&!a)return void((null==u?void 0:u.onFailPrev)&&u.onFailPrev(e));const o=s(t-1,n.length);l&&l(n[o],"previous")}),[n,r,l,a]),h=(0,o.useCallback)((()=>{l&&l(n[0],"first")}),[l,n]),f=(0,o.useCallback)((()=>{l&&l(n[n.length-1],"last")}),[l,n]),m=(0,o.useMemo)((()=>(e=>({next:[40,()=>e()?37:39],previous:[38,()=>e()?39:37],first:[33,()=>e()?35:36],last:[34,()=>e()?36:35]}))(t)),[t]),{next:g=m.next,previous:b=m.previous,first:v=m.first,last:C=m.last}=c;return(0,i.useComposedKeyboardActionHandlers)((0,i.useKeyboardActionHandler)(g,d,(()=>!0),e),(0,i.useKeyboardActionHandler)(b,p,(()=>!0),e),(0,i.useKeyboardActionHandler)(v,h,(()=>!0),e),(0,i.useKeyboardActionHandler)(C,f,(()=>!0),e))}},16921:(e,t,n)=>{"use strict";n.d(t,{useKeepActiveItemIntoView:()=>d});var r=n(50959),o=n(50151),i=n(74991);const s={duration:200,additionalScroll:0},l={vertical:{scrollSize:"scrollHeight",clientSize:"clientHeight",start:"top",end:"bottom",size:"height"},horizontal:{scrollSize:"scrollWidth",clientSize:"clientWidth",start:"left",end:"right",size:"width"}};function a(e,t){const n=l[e];return t[n.scrollSize]>t[n.clientSize]}function c(e,t,n,r,o,s){const a=function(e,t,n,r=0){const o=l[e];return{start:-1*r,middle:-1*(Math.floor(n[o.size]/2)-Math.floor(t[o.size]/2)),end:-1*(n[o.size]-t[o.size])+r}}(e,r,o,s.additionalScroll);let c=0;if(s.snapToMiddle||function(e,t,n){const r=l[e];return t[r.start]n[r.end]+n[r.size]/2}(e,r,o))c=a.middle;else{const t=function(e,t,n,r=0){const o=l[e],i=t[o.start]+Math.floor(t[o.size]/2),s=n[o.start]+Math.floor(n[o.size]/2);return{start:t[o.start]-n[o.start]-r,middle:i-s,end:t[o.end]-n[o.end]+r}}(e,r,o,s.additionalScroll),n=function(e){const{start:t,middle:n,end:r}=e,o=new Map([[Math.abs(t),{key:"start",value:Math.sign(t)}],[Math.abs(n),{key:"middle",value:Math.sign(n)}],[Math.abs(r),{key:"end",value:Math.sign(r)}]]),i=Math.min(...o.keys());return o.get(i)}(t);c=void 0!==n?a[n.key]:0}return s.align&&(c=a[s.align]),function(e){const{additionalScroll:t=0,duration:n=i.dur,func:r=i.easingFunc.easeInOutCubic,onScrollEnd:o,target:s,wrap:l,direction:a="vertical"}=e;let{targetRect:c,wrapRect:u}=e;c=null!=c?c:s.getBoundingClientRect(),u=null!=u?u:l.getBoundingClientRect();const d=("vertical"===a?c.top-u.top:c.left-u.left)+t,p="vertical"===a?"scrollTop":"scrollLeft",h=l?l[p]:0;let f,m=0 +;return m=window.requestAnimationFrame((function e(t){let i;if(f?i=t-f:(i=0,f=t),i>=n)return l[p]=h+d,void(o&&o());const s=h+d*r(i/n);l[p]=Math.floor(s),m=window.requestAnimationFrame(e)})),function(){window.cancelAnimationFrame(m),o&&o()}}({...s,target:t,targetRect:r,wrap:n,wrapRect:o,additionalScroll:c,direction:e})}class u{constructor(e=null){this._container=null,this._lastScrolledElement=null,this._stopVerticalScroll=null,this._stopHorizontalScroll=null,this._container=e}scrollTo(e,t=s){if(null!==this._container&&null!==e&&!function(e,t,n=0){const r=e.getBoundingClientRect(),o=t.getBoundingClientRect();return r.top-o.top>=0&&o.bottom-r.bottom>=0&&r.left-o.left>=n&&o.right-r.right>=n}(e,this._container,t.visibilityDetectionOffsetInline)){const n=e.getBoundingClientRect(),r=this._container.getBoundingClientRect();this.stopScroll(),a("vertical",this._container)&&(this._stopVerticalScroll=c("vertical",e,this._container,n,r,this._modifyOptions("vertical",t))),a("horizontal",this._container)&&(this._stopHorizontalScroll=c("horizontal",e,this._container,n,r,this._modifyOptions("horizontal",t)))}this._lastScrolledElement=e}scrollToLastElement(e){this.scrollTo(this._lastScrolledElement,e)}stopScroll(){null!==this._stopVerticalScroll&&this._stopVerticalScroll(),null!==this._stopHorizontalScroll&&this._stopHorizontalScroll()}getContainer(){return this._container}setContainer(e){var t;this._container=e,(null===(t=this._container)||void 0===t?void 0:t.contains(this._lastScrolledElement))||(this._lastScrolledElement=null)}destroy(){this.stopScroll(),this._container=null,this._lastScrolledElement=null}_handleScrollEnd(e){"vertical"===e?this._stopVerticalScroll=null:this._stopHorizontalScroll=null}_modifyOptions(e,t){return Object.assign({},t,{onScrollEnd:()=>{this._handleScrollEnd(e),void 0!==t.onScrollEnd&&t.onScrollEnd()}})}}function d(e={}){const{activeItem:t,getKey:n,...i}=e,s=(0,r.useRef)(null),l=(0,r.useRef)(new Map),a=function(e){const t=(0,r.useRef)(null);return(0,r.useEffect)((()=>(t.current=new u(e),()=>(0,o.ensureNotNull)(t.current).destroy())),[]),t}(s.current),c=(0,r.useCallback)((()=>{null!==a.current&&null!==s.current&&a.current.getContainer()!==s.current&&a.current.setContainer(s.current)}),[a,s]),d=(0,r.useCallback)((e=>{s.current=e}),[s]),p=(0,r.useCallback)(((e,t)=>{const r=n?n(e):e;t?l.current.set(r,t):l.current.delete(r)}),[l,n]),h=(0,r.useCallback)(((e,t)=>{if(!e)return;const r=n?n(e):e,i=l.current.get(r);i&&(c(),(0,o.ensureNotNull)(a.current).scrollTo(i,t))}),[l,a,n]);return(0,r.useEffect)((()=>h(t,i)),[h,t]),[d,p,h]}},38528:(e,t,n)=>{"use strict";n.d(t,{useMergedRefs:()=>i});var r=n(50959),o=n(53017);function i(e){return(0,r.useCallback)((0,o.mergeRefs)(e),e)}},22064:(e,t,n)=>{"use strict";n.d(t,{createDomId:()=>a,joinDomIds:()=>c});const r=/\s/g;function o(e){return"string"==typeof e}function i(e){switch(typeof e){case"string":return e;case"number":case"bigint":return e.toString(10);case"boolean":case"symbol":return e.toString();default:return null}}function s(e){return e.trim().length>0}function l(e){ +return e.replace(r,"-")}function a(...e){const t=e.map(i).filter(o).filter(s).map(l);return(t.length>0&&t[0].startsWith("id_")?t:["id",...t]).join("_")}function c(...e){return e.map(i).filter(o).filter(s).join(" ")}},79418:(e,t,n)=>{"use strict";n.d(t,{AdaptivePopupDialog:()=>N});var r=n(50959),o=n(50151),i=n(97754),s=n.n(i),l=n(68335),a=n(63273),c=n(35749),u=n(82206),d=n(1109),p=n(24437),h=n(90692),f=n(95711);var m=n(52092),g=n(76422),b=n(11542),v=n(57340);const C=r.createContext({setHideClose:()=>{}});var w=n(80822);function x(e){const{title:t,titleTextWrap:o=!1,subtitle:i,showCloseIcon:l=!0,onClose:a,onCloseButtonKeyDown:c,renderBefore:u,renderAfter:d,draggable:p,className:h,unsetAlign:f,closeAriaLabel:m=b.t(null,void 0,n(47742)),closeButtonReference:g}=e,[x,S]=(0,r.useState)(!1);return r.createElement(C.Provider,{value:{setHideClose:S}},r.createElement("div",{className:s()(w.container,h,(i||f)&&w.unsetAlign)},u,r.createElement("div",{"data-dragg-area":p,className:w.title},r.createElement("div",{className:s()(o?w.textWrap:w.ellipsis)},t),i&&r.createElement("div",{className:s()(w.ellipsis,w.subtitle)},i)),d,l&&!x&&r.createElement(v.CloseButton,{className:w.close,"data-name":"close","aria-label":m,onClick:a,onKeyDown:c,ref:g,size:"medium",preservePaddings:!0})))}var S=n(53017),y=n(90186),_=n(56570),k=n(8473);const E={vertical:20},z={vertical:0};class N extends r.PureComponent{constructor(){super(...arguments),this._controller=null,this._reference=null,this._orientationMediaQuery=null,this._embedResizerOverridesEnabled=_.enabled("embed_resizer_overrides"),this._renderChildren=(e,t)=>(this._controller=e,this.props.render({requestResize:this._requestResize,centerAndFit:this._centerAndFit,isSmallWidth:t})),this._handleReference=e=>this._reference=e,this._handleCloseBtnClick=()=>{this.props.onKeyboardClose&&this.props.onKeyboardClose(),this._handleClose()},this._handleClose=()=>{this.props.onClose()},this._handleOpen=()=>{void 0!==this.props.onOpen&&this.props.isOpened&&this.props.onOpen(this.props.fullScreen||window.matchMedia(p.DialogBreakpoints.TabletSmall).matches)},this._handleKeyDown=e=>{if(!e.defaultPrevented){if(this.props.onKeyDown&&this.props.onKeyDown(e),27===(0,l.hashFromEvent)(e)){if(e.defaultPrevented)return;if(this.props.forceCloseOnEsc&&this.props.forceCloseOnEsc())return this.props.onKeyboardClose&&this.props.onKeyboardClose(),void this._handleClose();const{activeElement:n}=document;if(null!==n){if(e.preventDefault(),"true"===(t=n).getAttribute("data-haspopup")&&"true"!==t.getAttribute("data-expanded"))return void this._handleClose();const r=this._reference;if(null!==r&&(0,c.isTextEditingField)(n))return void r.focus();if(null==r?void 0:r.contains(n))return this.props.onKeyboardClose&&this.props.onKeyboardClose(),void this._handleClose()}}var t,n;(function(e){if("function"==typeof e)return e();return Boolean(e)})(this.props.disableTabNavigationContainment)||(n=e,[9,l.Modifiers.Shift+9].includes((0,l.hashFromEvent)(n))&&n.stopPropagation())}},this._requestResize=()=>{ +null!==this._controller&&this._controller.recalculateBounds()},this._centerAndFit=()=>{null!==this._controller&&this._controller.centerAndFit()},this._calculatePositionWithOffsets=(e,t)=>{const n=(0,o.ensureDefined)(this.props.fullScreenViewOffsets).value();return{top:n.top,left:(0,a.isRtl)()?-n.right:n.left,width:t.clientWidth-n.left-n.right,height:t.clientHeight-n.top-n.bottom}}}componentDidMount(){this.props.ignoreClosePopupsAndDialog||g.subscribe(m.CLOSE_POPUPS_AND_DIALOGS_COMMAND,this._handleClose,null),this._handleOpen(),void 0!==this.props.onOpen&&(this._orientationMediaQuery=window.matchMedia("(orientation: portrait)"),this._orientationMediaQuery.addEventListener("change",this._handleOpen)),this.props.fullScreenViewOffsets&&this.props.fullScreen&&this.props.fullScreenViewOffsets.subscribe(this._requestResize)}componentWillUnmount(){this.props.ignoreClosePopupsAndDialog||g.unsubscribe(m.CLOSE_POPUPS_AND_DIALOGS_COMMAND,this._handleClose,null),null!==this._orientationMediaQuery&&this._orientationMediaQuery.removeEventListener("change",this._handleOpen),this.props.fullScreenViewOffsets&&this.props.fullScreen&&this.props.fullScreenViewOffsets.unsubscribe(this._requestResize)}focus(){(0,o.ensureNotNull)(this._reference).focus()}getElement(){return this._reference}contains(e){var t,n;return null!==(n=null===(t=this._reference)||void 0===t?void 0:t.contains(e))&&void 0!==n&&n}render(){const{className:e,wrapperClassName:t,headerClassName:n,isOpened:o,title:i,titleTextWrap:l,dataName:a,onClickOutside:c,additionalElementPos:m,additionalHeaderElement:g,backdrop:b,shouldForceFocus:v=!0,shouldReturnFocus:C,onForceFocus:w,showSeparator:_,subtitle:N,draggable:B=!0,fullScreen:O=!1,showCloseIcon:R=!0,rounded:K=!0,isAnimationEnabled:M,growPoint:A,dialogTooltip:F,unsetHeaderAlign:D,onDragStart:P,dataDialogName:T,closeAriaLabel:I,containerAriaLabel:H,reference:L,containerTabIndex:W,closeButtonReference:V,onCloseButtonKeyDown:X,shadowed:G,fullScreenViewOffsets:Z,fixedBody:q,onClick:Q}=this.props,j="after"!==m?g:void 0,U="after"===m?g:void 0,J="string"==typeof i?i:T||"",$=(0,y.filterDataProps)(this.props),Y=(0,S.mergeRefs)([this._handleReference,L]);return r.createElement(h.MatchMedia,{rule:p.DialogBreakpoints.SmallHeight},(m=>r.createElement(h.MatchMedia,{rule:p.DialogBreakpoints.TabletSmall},(p=>r.createElement(u.PopupDialog,{rounded:!(p||O)&&K,className:s()(k.dialog,O&&Z&&k.bounded,e),isOpened:o,reference:Y,onKeyDown:this._handleKeyDown,onClickOutside:c,onClickBackdrop:c,fullscreen:p||O,guard:m?z:E,boundByScreen:p||O,shouldForceFocus:v,onForceFocus:w,shouldReturnFocus:C,backdrop:b,draggable:B,isAnimationEnabled:M,growPoint:A,name:this.props.dataName,dialogTooltip:F,onDragStart:P,containerAriaLabel:H,containerTabIndex:W,calculateDialogPosition:O&&Z?this._calculatePositionWithOffsets:void 0,shadowed:G,fixedBody:q,onClick:Q,...$},r.createElement("div",{className:s()(k.wrapper,t),"data-name":a,"data-dialog-name":J},void 0!==i&&r.createElement(x,{draggable:B&&!(p||O),onClose:this._handleCloseBtnClick,renderAfter:U,renderBefore:j, +subtitle:N,title:i,titleTextWrap:l,showCloseIcon:R,className:n,unsetAlign:D,closeAriaLabel:I,closeButtonReference:V,onCloseButtonKeyDown:X}),_&&r.createElement(d.Separator,{className:k.separator}),r.createElement(f.PopupContext.Consumer,null,(e=>this._renderChildren(e,p||O)))))))))}}},4523:(e,t,n)=>{"use strict";n.d(t,{PopupMenuDisclosureView:()=>u});var r=n(50959),o=n(20520),i=n(50151);const s={x:0,y:0};function l(e,t,n){return(0,r.useCallback)((()=>function(e,t,{x:n=s.x,y:r=s.y}=s){const o=(0,i.ensureNotNull)(e).getBoundingClientRect(),l={x:o.left+n,y:o.top+o.height+r,indentFromWindow:{top:4,bottom:4,left:4,right:4}};return t&&(l.overrideWidth=o.width),l}(e.current,t,n)),[e,t])}var a=n(86240);const c=parseInt(a["size-header-height"]);function u(e){const{button:t,popupChildren:n,buttonRef:i,listboxId:s,listboxClassName:a,listboxTabIndex:u,matchButtonAndListboxWidths:d,isOpened:p,scrollWrapReference:h,listboxReference:f,onClose:m,onOpen:g,onListboxFocus:b,onListboxBlur:v,onListboxKeyDown:C,listboxAria:w,repositionOnScroll:x=!0,closeOnHeaderOverlap:S=!1,popupPositionCorrection:y={x:0,y:0},popupPosition:_}=e,k=l(i,d,y),E=S?c:0;return r.createElement(r.Fragment,null,t,r.createElement(o.PopupMenu,{...w,id:s,className:a,tabIndex:u,isOpened:p,position:_||k,repositionOnScroll:x,onClose:m,onOpen:g,doNotCloseOn:i.current,reference:f,scrollWrapReference:h,onFocus:b,onBlur:v,onKeyDown:C,closeOnScrollOutsideOffset:E},n))}},26597:(e,t,n)=>{"use strict";n.d(t,{useKeyboardActionHandler:()=>r.useKeyboardActionHandler,useKeyboardClose:()=>r.useKeyboardClose,useKeyboardEventHandler:()=>r.useKeyboardEventHandler,useKeyboardOpen:()=>r.useKeyboardOpen,useKeyboardToggle:()=>r.useKeyboardToggle});var r=n(66686)},1109:(e,t,n)=>{"use strict";n.d(t,{Separator:()=>s});var r=n(50959),o=n(97754),i=n(47625);function s(e){return r.createElement("div",{className:o(i.separator,e.className)})}},2948:e=>{e.exports=''},17105:e=>{e.exports=''},15130:e=>{e.exports=''},38822:e=>{e.exports=''},63346:e=>{e.exports=''},34983:e=>{e.exports=''},86240:e=>{"use strict" +;e.exports=JSON.parse('{"size-header-height":"64px","media-phone-vertical":"screen and (max-width: 479px)","media-mf-phone-landscape":"screen and (min-width: 568px)"}')}}]); \ No newline at end of file diff --git a/public/charting_library/bundles/2106.407cb827c0acab444e09.css b/public/charting_library/bundles/2106.407cb827c0acab444e09.css new file mode 100644 index 00000000..2a6757d3 --- /dev/null +++ b/public/charting_library/bundles/2106.407cb827c0acab444e09.css @@ -0,0 +1 @@ +.popupWidget-Wu2pIo3E{box-sizing:border-box;display:flex;padding:12px 16px}@media only screen and (min-width:430px){.popupWidget-Wu2pIo3E.large-Wu2pIo3E{max-width:354px}.popupWidget-Wu2pIo3E.mobile-Wu2pIo3E{max-width:100%}.popupWidget-Wu2pIo3E{max-width:344px}}.popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid var(--themed-color-statuses-popup-border,#f0f3fa)}html.theme-dark .popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid var(--themed-color-statuses-popup-border,#2a2e39)}.popupWidget-Wu2pIo3E .desc-Wu2pIo3E{display:flex;flex:1 1 auto;flex-direction:column;max-width:100%;width:calc(100% - 16px);word-wrap:break-word;overflow:hidden}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E{flex:0 0 auto;margin:2px 6px 2px 0;overflow:hidden}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.small-Wu2pIo3E{border-radius:9px;height:18px;width:18px}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.medium-Wu2pIo3E{border-radius:11px;height:22px;width:22px}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.large-Wu2pIo3E{border-radius:8px;height:28px;width:28px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E{align-items:center;column-gap:6px;display:flex;font-weight:700}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.small-Wu2pIo3E{font-size:16px;line-height:22px;margin-bottom:4px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.medium-Wu2pIo3E{font-size:18px;line-height:26px;margin-bottom:2px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.large-Wu2pIo3E{font-size:18px;line-height:32px;margin-bottom:2px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E:first-letter{text-transform:capitalize}.popupWidget-Wu2pIo3E .text-Wu2pIo3E.small-Wu2pIo3E{font-size:14px;line-height:21px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E.large-Wu2pIo3E,.popupWidget-Wu2pIo3E .text-Wu2pIo3E.medium-Wu2pIo3E{font-size:16px;line-height:25px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E .item-Wu2pIo3E:not(:last-child):after{content:" "}.popupWidget-Wu2pIo3E .text-Wu2pIo3E .boldItem-Wu2pIo3E{font-weight:700}.popupWidget-Wu2pIo3E .action-Wu2pIo3E{color:#2962ff;margin-top:8px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.small-Wu2pIo3E{font-size:14px;line-height:21px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.large-Wu2pIo3E,.popupWidget-Wu2pIo3E .action-Wu2pIo3E.medium-Wu2pIo3E{font-size:16px;line-height:25px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.large-Wu2pIo3E{cursor:pointer}.popupWidget-Wu2pIo3E .actionBtn-Wu2pIo3E{align-self:start;margin-top:8px}.additionalWidget-Wu2pIo3E{margin-bottom:12px;margin-top:12px}.additionalWidget-Wu2pIo3E:last-child{margin-bottom:0} \ No newline at end of file diff --git a/public/charting_library/bundles/2106.407cb827c0acab444e09.rtl.css b/public/charting_library/bundles/2106.407cb827c0acab444e09.rtl.css new file mode 100644 index 00000000..94c90e44 --- /dev/null +++ b/public/charting_library/bundles/2106.407cb827c0acab444e09.rtl.css @@ -0,0 +1 @@ +.popupWidget-Wu2pIo3E{box-sizing:border-box;display:flex;padding:12px 16px}@media only screen and (min-width:430px){.popupWidget-Wu2pIo3E.large-Wu2pIo3E{max-width:354px}.popupWidget-Wu2pIo3E.mobile-Wu2pIo3E{max-width:100%}.popupWidget-Wu2pIo3E{max-width:344px}}.popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid var(--themed-color-statuses-popup-border,#f0f3fa)}html.theme-dark .popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid var(--themed-color-statuses-popup-border,#2a2e39)}.popupWidget-Wu2pIo3E .desc-Wu2pIo3E{display:flex;flex:1 1 auto;flex-direction:column;max-width:100%;width:calc(100% - 16px);word-wrap:break-word;overflow:hidden}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E{flex:0 0 auto;margin:2px 0 2px 6px;overflow:hidden}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.small-Wu2pIo3E{border-radius:9px;height:18px;width:18px}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.medium-Wu2pIo3E{border-radius:11px;height:22px;width:22px}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.large-Wu2pIo3E{border-radius:8px;height:28px;width:28px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E{align-items:center;column-gap:6px;display:flex;font-weight:700}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.small-Wu2pIo3E{font-size:16px;line-height:22px;margin-bottom:4px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.medium-Wu2pIo3E{font-size:18px;line-height:26px;margin-bottom:2px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.large-Wu2pIo3E{font-size:18px;line-height:32px;margin-bottom:2px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E:first-letter{text-transform:capitalize}.popupWidget-Wu2pIo3E .text-Wu2pIo3E.small-Wu2pIo3E{font-size:14px;line-height:21px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E.large-Wu2pIo3E,.popupWidget-Wu2pIo3E .text-Wu2pIo3E.medium-Wu2pIo3E{font-size:16px;line-height:25px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E .item-Wu2pIo3E:not(:last-child):after{content:" "}.popupWidget-Wu2pIo3E .text-Wu2pIo3E .boldItem-Wu2pIo3E{font-weight:700}.popupWidget-Wu2pIo3E .action-Wu2pIo3E{color:#2962ff;margin-top:8px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.small-Wu2pIo3E{font-size:14px;line-height:21px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.large-Wu2pIo3E,.popupWidget-Wu2pIo3E .action-Wu2pIo3E.medium-Wu2pIo3E{font-size:16px;line-height:25px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.large-Wu2pIo3E{cursor:pointer}.popupWidget-Wu2pIo3E .actionBtn-Wu2pIo3E{align-self:start;margin-top:8px}.additionalWidget-Wu2pIo3E{margin-bottom:12px;margin-top:12px}.additionalWidget-Wu2pIo3E:last-child{margin-bottom:0} \ No newline at end of file diff --git a/public/charting_library/bundles/2109.39627406fe95483ff7db.css b/public/charting_library/bundles/2109.39627406fe95483ff7db.css deleted file mode 100644 index a6e56f8d..00000000 --- a/public/charting_library/bundles/2109.39627406fe95483ff7db.css +++ /dev/null @@ -1 +0,0 @@ -.nav-button-znwuaSC1{--ui-lib-nav-button-default-color-content:#131722;--ui-lib-nav-button-default-color-bg:#0000;background:#0000;border:none;box-sizing:initial;color:var(--ui-lib-nav-button-color-content,var(--ui-lib-nav-button-default-color-content));display:flex;outline:none;padding:0;position:relative}html.theme-dark .nav-button-znwuaSC1{--ui-lib-nav-button-default-color-content:#d1d4dc}.nav-button-znwuaSC1.link-znwuaSC1{cursor:pointer}.nav-button-znwuaSC1:hover{--ui-lib-nav-button-default-color-content:#131722;--ui-lib-nav-button-default-color-bg:#f0f3fa}html.theme-dark .nav-button-znwuaSC1:hover{--ui-lib-nav-button-default-color-bg:#2a2e39;--ui-lib-nav-button-default-color-content:#fff}.nav-button-znwuaSC1:active{--ui-lib-nav-button-default-color-content:#131722;--ui-lib-nav-button-default-color-bg:#e0e3eb}html.theme-dark .nav-button-znwuaSC1:active{--ui-lib-nav-button-default-color-bg:#363a45;--ui-lib-nav-button-default-color-content:#fff}.nav-button-znwuaSC1:focus .background-znwuaSC1:after{display:block}.nav-button-znwuaSC1:focus-visible .background-znwuaSC1:after{display:block}.nav-button-znwuaSC1:focus:not(:focus-visible) .background-znwuaSC1:after{display:none}.nav-button-znwuaSC1:disabled,.nav-button-znwuaSC1[aria-disabled=true]{--ui-lib-nav-button-default-color-content:#b2b5be;cursor:default}html.theme-dark .nav-button-znwuaSC1:disabled,html.theme-dark .nav-button-znwuaSC1[aria-disabled=true]{--ui-lib-nav-button-default-color-content:#5d606b}.nav-button-znwuaSC1:disabled .background-znwuaSC1,.nav-button-znwuaSC1[aria-disabled=true] .background-znwuaSC1{display:none}.background-znwuaSC1{--ui-lib-nav-button-color-outline-default:#2962ffcc;background:var(--ui-lib-nav-button-color-bg,var(--ui-lib-nav-button-default-color-bg));display:block;outline:none;overflow:visible;position:absolute}.background-znwuaSC1:focus{outline:none}.background-znwuaSC1:focus-visible{outline:none}.background-znwuaSC1:after{border-color:var(--ui-lib-nav-button-color-outline,var(--ui-lib-nav-button-color-outline-default));border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 8px);left:-4px;pointer-events:none;position:absolute;top:-4px;width:calc(100% + 8px);z-index:1}.icon-znwuaSC1{z-index:0}.icon-znwuaSC1,.icon-znwuaSC1 svg{display:flex}.size-large-znwuaSC1{--ui-lib-nav-button-basic-offset:8px;--ui-lib-nav-button-safe-offset:12px;height:24px;width:24px}.size-large-znwuaSC1.preserve-paddings-znwuaSC1{padding:8px}.size-large-znwuaSC1 .background-znwuaSC1{border-radius:8px;height:calc(100% + 16px);left:-8px;top:-8px;width:calc(100% + 16px)}.size-large-znwuaSC1 .background-znwuaSC1:after{border-radius:12px}.size-large-znwuaSC1.preserve-paddings-znwuaSC1 .background-znwuaSC1{height:100%;left:0;top:0;width:100%}.size-medium-znwuaSC1{--ui-lib-nav-button-basic-offset:8px;--ui-lib-nav-button-safe-offset:12px;height:18px;width:18px}.size-medium-znwuaSC1.preserve-paddings-znwuaSC1{padding:8px}.size-medium-znwuaSC1 .background-znwuaSC1{border-radius:8px;height:calc(100% + 16px);left:-8px;top:-8px;width:calc(100% + 16px)}.size-medium-znwuaSC1 .background-znwuaSC1:after{border-radius:12px}.size-medium-znwuaSC1.preserve-paddings-znwuaSC1 .background-znwuaSC1{height:100%;left:0;top:0;width:100%}.size-small-znwuaSC1{--ui-lib-nav-button-basic-offset:8px;--ui-lib-nav-button-safe-offset:12px;height:14px;width:14px}.size-small-znwuaSC1.preserve-paddings-znwuaSC1{padding:8px}.size-small-znwuaSC1 .background-znwuaSC1{border-radius:6px;height:calc(100% + 16px);left:-8px;top:-8px;width:calc(100% + 16px)}.size-small-znwuaSC1 .background-znwuaSC1:after{border-radius:10px}.size-small-znwuaSC1.preserve-paddings-znwuaSC1 .background-znwuaSC1{height:100%;left:0;top:0;width:100%}.size-xsmall-znwuaSC1{--ui-lib-nav-button-basic-offset:4px;--ui-lib-nav-button-safe-offset:8px;height:12px;width:12px}.size-xsmall-znwuaSC1.preserve-paddings-znwuaSC1{padding:4px}.size-xsmall-znwuaSC1 .background-znwuaSC1{border-radius:4px;height:calc(100% + 8px);left:-4px;top:-4px;width:calc(100% + 8px)}.size-xsmall-znwuaSC1 .background-znwuaSC1:after{border-radius:8px}.size-xsmall-znwuaSC1.preserve-paddings-znwuaSC1 .background-znwuaSC1{height:100%;left:0;top:0;width:100%}.size-xxsmall-znwuaSC1{--ui-lib-nav-button-basic-offset:4px;--ui-lib-nav-button-safe-offset:8px;height:10px;width:10px}.size-xxsmall-znwuaSC1.preserve-paddings-znwuaSC1{padding:4px}.size-xxsmall-znwuaSC1 .background-znwuaSC1{border-radius:4px;height:calc(100% + 8px);left:-4px;top:-4px;width:calc(100% + 8px)}.size-xxsmall-znwuaSC1 .background-znwuaSC1:after{border-radius:8px}.size-xxsmall-znwuaSC1.preserve-paddings-znwuaSC1 .background-znwuaSC1{height:100%;left:0;top:0;width:100%}.visually-hidden-znwuaSC1{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px} \ No newline at end of file diff --git a/public/charting_library/bundles/2109.39627406fe95483ff7db.rtl.css b/public/charting_library/bundles/2109.39627406fe95483ff7db.rtl.css deleted file mode 100644 index bbda4908..00000000 --- a/public/charting_library/bundles/2109.39627406fe95483ff7db.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.nav-button-znwuaSC1{--ui-lib-nav-button-default-color-content:#131722;--ui-lib-nav-button-default-color-bg:#0000;background:#0000;border:none;box-sizing:initial;color:var(--ui-lib-nav-button-color-content,var(--ui-lib-nav-button-default-color-content));display:flex;outline:none;padding:0;position:relative}html.theme-dark .nav-button-znwuaSC1{--ui-lib-nav-button-default-color-content:#d1d4dc}.nav-button-znwuaSC1.link-znwuaSC1{cursor:pointer}.nav-button-znwuaSC1:hover{--ui-lib-nav-button-default-color-content:#131722;--ui-lib-nav-button-default-color-bg:#f0f3fa}html.theme-dark .nav-button-znwuaSC1:hover{--ui-lib-nav-button-default-color-bg:#2a2e39;--ui-lib-nav-button-default-color-content:#fff}.nav-button-znwuaSC1:active{--ui-lib-nav-button-default-color-content:#131722;--ui-lib-nav-button-default-color-bg:#e0e3eb}html.theme-dark .nav-button-znwuaSC1:active{--ui-lib-nav-button-default-color-bg:#363a45;--ui-lib-nav-button-default-color-content:#fff}.nav-button-znwuaSC1:focus .background-znwuaSC1:after{display:block}.nav-button-znwuaSC1:focus-visible .background-znwuaSC1:after{display:block}.nav-button-znwuaSC1:focus:not(:focus-visible) .background-znwuaSC1:after{display:none}.nav-button-znwuaSC1:disabled,.nav-button-znwuaSC1[aria-disabled=true]{--ui-lib-nav-button-default-color-content:#b2b5be;cursor:default}html.theme-dark .nav-button-znwuaSC1:disabled,html.theme-dark .nav-button-znwuaSC1[aria-disabled=true]{--ui-lib-nav-button-default-color-content:#5d606b}.nav-button-znwuaSC1:disabled .background-znwuaSC1,.nav-button-znwuaSC1[aria-disabled=true] .background-znwuaSC1{display:none}.background-znwuaSC1{--ui-lib-nav-button-color-outline-default:#2962ffcc;background:var(--ui-lib-nav-button-color-bg,var(--ui-lib-nav-button-default-color-bg));display:block;outline:none;overflow:visible;position:absolute}.background-znwuaSC1:focus{outline:none}.background-znwuaSC1:focus-visible{outline:none}.background-znwuaSC1:after{border-color:var(--ui-lib-nav-button-color-outline,var(--ui-lib-nav-button-color-outline-default));border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 8px);pointer-events:none;position:absolute;right:-4px;top:-4px;width:calc(100% + 8px);z-index:1}.icon-znwuaSC1{z-index:0}.icon-znwuaSC1,.icon-znwuaSC1 svg{display:flex}.flip-icon-znwuaSC1,.flip-icon-znwuaSC1 svg{transform:rotate(90deg)}.size-large-znwuaSC1{--ui-lib-nav-button-basic-offset:8px;--ui-lib-nav-button-safe-offset:12px;height:24px;width:24px}.size-large-znwuaSC1.preserve-paddings-znwuaSC1{padding:8px}.size-large-znwuaSC1 .background-znwuaSC1{border-radius:8px;height:calc(100% + 16px);right:-8px;top:-8px;width:calc(100% + 16px)}.size-large-znwuaSC1 .background-znwuaSC1:after{border-radius:12px}.size-large-znwuaSC1.preserve-paddings-znwuaSC1 .background-znwuaSC1{height:100%;right:0;top:0;width:100%}.size-medium-znwuaSC1{--ui-lib-nav-button-basic-offset:8px;--ui-lib-nav-button-safe-offset:12px;height:18px;width:18px}.size-medium-znwuaSC1.preserve-paddings-znwuaSC1{padding:8px}.size-medium-znwuaSC1 .background-znwuaSC1{border-radius:8px;height:calc(100% + 16px);right:-8px;top:-8px;width:calc(100% + 16px)}.size-medium-znwuaSC1 .background-znwuaSC1:after{border-radius:12px}.size-medium-znwuaSC1.preserve-paddings-znwuaSC1 .background-znwuaSC1{height:100%;right:0;top:0;width:100%}.size-small-znwuaSC1{--ui-lib-nav-button-basic-offset:8px;--ui-lib-nav-button-safe-offset:12px;height:14px;width:14px}.size-small-znwuaSC1.preserve-paddings-znwuaSC1{padding:8px}.size-small-znwuaSC1 .background-znwuaSC1{border-radius:6px;height:calc(100% + 16px);right:-8px;top:-8px;width:calc(100% + 16px)}.size-small-znwuaSC1 .background-znwuaSC1:after{border-radius:10px}.size-small-znwuaSC1.preserve-paddings-znwuaSC1 .background-znwuaSC1{height:100%;right:0;top:0;width:100%}.size-xsmall-znwuaSC1{--ui-lib-nav-button-basic-offset:4px;--ui-lib-nav-button-safe-offset:8px;height:12px;width:12px}.size-xsmall-znwuaSC1.preserve-paddings-znwuaSC1{padding:4px}.size-xsmall-znwuaSC1 .background-znwuaSC1{border-radius:4px;height:calc(100% + 8px);right:-4px;top:-4px;width:calc(100% + 8px)}.size-xsmall-znwuaSC1 .background-znwuaSC1:after{border-radius:8px}.size-xsmall-znwuaSC1.preserve-paddings-znwuaSC1 .background-znwuaSC1{height:100%;right:0;top:0;width:100%}.size-xxsmall-znwuaSC1{--ui-lib-nav-button-basic-offset:4px;--ui-lib-nav-button-safe-offset:8px;height:10px;width:10px}.size-xxsmall-znwuaSC1.preserve-paddings-znwuaSC1{padding:4px}.size-xxsmall-znwuaSC1 .background-znwuaSC1{border-radius:4px;height:calc(100% + 8px);right:-4px;top:-4px;width:calc(100% + 8px)}.size-xxsmall-znwuaSC1 .background-znwuaSC1:after{border-radius:8px}.size-xxsmall-znwuaSC1.preserve-paddings-znwuaSC1 .background-znwuaSC1{height:100%;right:0;top:0;width:100%}.visually-hidden-znwuaSC1{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px} \ No newline at end of file diff --git a/public/charting_library/bundles/2153.302cc6392cc9f067008b.css b/public/charting_library/bundles/2153.302cc6392cc9f067008b.css new file mode 100644 index 00000000..bae35430 --- /dev/null +++ b/public/charting_library/bundles/2153.302cc6392cc9f067008b.css @@ -0,0 +1 @@ +.control-bar-wrapper{direction:ltr;height:24px;padding:5px 0;pointer-events:none;position:absolute;z-index:1}.control-bar-wrapper--back-present{right:2px}.control-bar{display:flex;transition:opacity .3s,visibility .3s;visibility:visible}.control-bar--hidden,.control-bar--hidden .control-bar__btn{opacity:0;visibility:hidden}.control-bar__group{align-items:center;display:flex;margin:0 4px}.control-bar__btn{align-items:center;background-color:var(--themed-color-container-fill-quinary-inverse,#fff);border-radius:4px;box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0003);color:var(--themed-color-button-content-quiet-primary-neutral-bold-default,#131722);display:inline-flex;height:24px;justify-content:center;margin:0 4px;opacity:1;pointer-events:auto;transition:color .3s,visibility .4s,opacity .4s;-webkit-user-select:none;user-select:none;visibility:visible;width:24px;z-index:1}html.theme-dark .control-bar__btn{background-color:var(--themed-color-container-fill-quinary-inverse,#2a2e39);box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0006);color:var(--themed-color-button-content-quiet-primary-neutral-bold-default,#d1d4dc)}@media (any-hover:hover){.control-bar__btn:hover,html.theme-dark .control-bar__btn:hover{color:var(--themed-color-container-fill-primary-accent,#2962ff)}}.control-bar__btn:active{background-color:var(--themed-color-container-fill-primary-accent,#2962ff);transition:none}.control-bar__btn:active,html.theme-dark .control-bar__btn:active{color:var(--themed-color-container-fill-quaternary-inverse,#fff)}html.theme-dark .control-bar__btn:active{background-color:var(--themed-color-container-fill-primary-accent,#2962ff)}@media (any-hover:hover){.control-bar__btn:active:hover,html.theme-dark .control-bar__btn:active:hover{background-color:var(--themed-color-container-fill-primary-accent-semi-bold,#1e53e5)}}.control-bar__btn--btn-hidden{opacity:0;visibility:hidden}.control-bar__btn--move-left svg{transform:rotate(180deg)}.control-bar__btn svg{pointer-events:none}.blockHidden-e6PF69Df{display:none!important}.pane-button-e6PF69Df{background-color:currentColor;border:1px solid #d1d4dc;border-radius:3px;cursor:default;pointer-events:all}@media (any-hover:hover){.pane-button-e6PF69Df:hover:after{background-color:#1317220f;border-radius:3px;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:0}}.chart-widget__top--themed-dark .pane-button-e6PF69Df{border-color:#363a45}@media (any-hover:hover){.chart-widget__top--themed-dark .pane-button-e6PF69Df:hover:after{background-color:#ffffff1a}}.tv-circle-logo-pair{display:inline-block;position:relative}.tv-circle-logo-pair--xxxsmall{height:18px;width:18px}.tv-circle-logo-pair--xxsmall{height:20px;width:20px}.tv-circle-logo-pair--xsmall{height:24px;width:24px}.tv-circle-logo-pair--small{height:28px;width:28px}.tv-circle-logo-pair--medium{height:36px;width:36px}.tv-circle-logo-pair--large{height:48px;width:48px}.tv-circle-logo-pair--xlarge{height:56px;width:56px}.tv-circle-logo-pair--xxlarge{height:112px;width:112px}.tv-circle-logo-pair--xxxlarge{height:168px;width:168px}.tv-circle-logo-pair__logo{border-radius:50%}.tv-circle-logo-pair__logo:not(img){background-color:var(--themed-color-circle-logo-background,#e0e3eb)}html.theme-dark .tv-circle-logo-pair__logo:not(img){background-color:var(--themed-color-circle-logo-background,#2a2e39)}.tv-circle-logo-pair__logo:first-child,.tv-circle-logo-pair__logo:last-child{position:absolute;right:0;top:0}.tv-circle-logo-pair__logo--xxxsmall{height:12px;width:12px}.tv-circle-logo-pair__logo--xxxsmall:first-child{clip-path:path("M12 0H0v4a8 8 0 0 1 8 8h4V0Z")}.tv-circle-logo-pair__logo--xxxsmall:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--xxsmall{height:12px;width:12px}.tv-circle-logo-pair__logo--xxsmall:first-child{clip-path:path("M12 0H0v6.254A8 8 0 0 1 5.746 12H12Z")}.tv-circle-logo-pair__logo--xxsmall:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--xsmall{height:18px;width:18px}.tv-circle-logo-pair__logo--xsmall:first-child{clip-path:path("M18 0H0v4.41A11 11 0 0 1 13.59 18H18V0Z")}.tv-circle-logo-pair__logo--xsmall:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--small{height:18px;width:18px}.tv-circle-logo-pair__logo--small:first-child{clip-path:path("M18 0H0v8.04A11 11 0 0 1 9.96 18H18V0Z")}.tv-circle-logo-pair__logo--small:last-child{transform:translate(-10px,10px)}.tv-circle-logo-pair__logo--medium{height:24px;width:24px}.tv-circle-logo-pair__logo--medium:first-child{clip-path:path("M24 0H0v10c8 0 14 6 14 14h10V0Z")}.tv-circle-logo-pair__logo--medium:last-child{transform:translate(-12px,12px)}.tv-circle-logo-pair__logo--large{height:32px;width:32px}.tv-circle-logo-pair__logo--large:first-child{clip-path:path("M32 0H0v14a18 18 0 0 1 18 18h14V0Z")}.tv-circle-logo-pair__logo--large:last-child{transform:translate(-16px,16px)}.tv-circle-logo-pair__logo--xlarge{height:38px;width:38px}.tv-circle-logo-pair__logo--xlarge:first-child{clip-path:path("M38 0H0v16.02L1 16a21 21 0 0 1 20.98 22H38V0Z")}.tv-circle-logo-pair__logo--xlarge:last-child{transform:translate(-18px,18px)}.tv-circle-logo-pair__logo--xxlarge{height:76px;width:76px}.tv-circle-logo-pair__logo--xxlarge:first-child{clip-path:path("M76 0H0v32.05A42 42 0 0 1 43.95 76H76V0Z")}.tv-circle-logo-pair__logo--xxlarge:last-child{transform:translate(-36px,36px)}.tv-circle-logo-pair__logo--xxxlarge{height:114px;width:114px}.tv-circle-logo-pair__logo--xxxlarge:first-child{clip-path:path("M113 0H0V48c35-1 66 26 66 66v0h48V0Z")}.tv-circle-logo-pair__logo--xxxlarge:last-child{transform:translate(-54px,54px)}.tv-circle-logo-pair__logo-empty{background-image:url(empty-coin-light.6d0b731ac6f489f06e65.svg);background-size:contain}html.theme-dark .tv-circle-logo-pair__logo-empty{background-image:url(empty-coin-dark.d6d07bff92d7e4dff5ad.svg)}.legend-l31H9iuA{color:#0000;contain:content;direction:ltr;flex:1 1 auto;line-height:normal;margin:0 4px;max-width:calc(100% - 8px);padding-top:4px;pointer-events:none;transform:translateZ(0);-webkit-user-select:none;user-select:none;z-index:6}.item-l31H9iuA{-webkit-backface-visibility:hidden;backface-visibility:hidden;flex-wrap:wrap;font-size:13px;max-width:100%;min-height:24px;z-index:1}.item-l31H9iuA.selected-l31H9iuA,.item-l31H9iuA.withAction-l31H9iuA{z-index:2}.item-l31H9iuA.last-l31H9iuA{align-items:center;background-color:currentColor;border-color:#0000;border-style:solid;border-width:0 1px;cursor:default;max-width:18px;order:100000;padding:0 4px;pointer-events:auto}.item-l31H9iuA.last-l31H9iuA .text-l31H9iuA{color:#131722}.item-l31H9iuA .noWrapWrapper-l31H9iuA{display:flex;flex-wrap:nowrap;max-width:100%}.noWrap-l31H9iuA .item-l31H9iuA{flex-wrap:nowrap}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{align-self:auto;display:block}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueTitle-l31H9iuA,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueValue-l31H9iuA{display:inline}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA:before,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueTitle-l31H9iuA:before,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueValue-l31H9iuA:before{display:none}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA{display:inline-flex}.hideUniportantValueItems-l31H9iuA .noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA.unimportant-l31H9iuA{display:none}.noWrap-l31H9iuA .valuesWrapper-l31H9iuA{align-items:center}.noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{align-self:auto;color:#131722;display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wrappable-l31H9iuA .series-l31H9iuA.item-l31H9iuA{flex-wrap:wrap}.directionColumn-l31H9iuA .series-l31H9iuA{flex-direction:column}.directionColumn-l31H9iuA .series-l31H9iuA .valuesWrapper-l31H9iuA{align-self:flex-start;max-width:100%}.button-l31H9iuA,.statusesWrapper-l31H9iuA,.titlesWrapper-l31H9iuA,.valueItem-l31H9iuA{background-color:currentColor}.buttons-l31H9iuA,.buttonsWrapper-l31H9iuA,.item-l31H9iuA,.logoWrapper-l31H9iuA,.statusesWrapper-l31H9iuA,.titlesWrapper-l31H9iuA,.valueItem-l31H9iuA,.valuesWrapper-l31H9iuA{display:flex}.statusesWrapper-l31H9iuA{cursor:default;pointer-events:auto;position:relative;z-index:1}.statusesWrapper__statuses-l31H9iuA:not(:empty){margin-left:11px;margin-right:12px}.titlesWrapper-l31H9iuA{align-items:center;border:1px solid #0000;border-right-width:0;box-sizing:border-box;cursor:default;flex:0 0 auto;max-width:100%;overflow:hidden;padding:0 4px 0 1px;pointer-events:auto;position:relative;z-index:-3}.logoWrapper-l31H9iuA{align-items:center;display:flex;flex:none;position:relative;white-space:nowrap;width:18px}.logoWrapper-l31H9iuA .pairContainer-l31H9iuA{display:inline-flex}.logoWrapper-l31H9iuA .logo-l31H9iuA{border-radius:50%;display:inline-flex;flex:none;overflow:hidden}.logoWrapper-l31H9iuA .logo-l31H9iuA img{height:100%;width:100%}.logoWrapper-l31H9iuA .hidden-l31H9iuA,.logoWrapper-l31H9iuA.hidden-l31H9iuA{display:none}.noActions-l31H9iuA .titlesWrapper-l31H9iuA{pointer-events:none}.titleWrapper-l31H9iuA{align-items:center;color:#131722;column-gap:4px;display:flex;min-height:20px;min-width:23px;position:relative;text-align:left;white-space:nowrap}.titleWrapper-l31H9iuA .title-l31H9iuA{all:unset;direction:ltr;overflow:hidden;text-overflow:ellipsis}.titleWrapper-l31H9iuA.intervalTitle-l31H9iuA{min-width:auto}.titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:#f0f3fa;border-radius:3px;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;visibility:hidden;z-index:-2}.titleWrapper-l31H9iuA.withDot-l31H9iuA:first-child:after{right:-4px}.titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):after{left:8px;right:-4px}.titleWrapper-l31H9iuA:first-child{padding-left:3px}@media (any-hover:hover){.titleWrapper-l31H9iuA:hover.withAction-l31H9iuA:after{visibility:visible}}.accessible-l31H9iuA:focus{border-radius:2px!important;outline:2px solid #2962ff}.accessible-l31H9iuA:focus-visible{border-radius:2px!important;outline:2px solid #2962ff}.accessible-l31H9iuA:focus:not(:focus-visible){outline:none}.disabled-l31H9iuA .titleWrapper-l31H9iuA,.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be}.disabled-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be!important}.study-l31H9iuA .titleWrapper-l31H9iuA.mainTitle-l31H9iuA{flex:0 4 auto;min-width:15px}.study-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#5d606b;flex:0 1 auto;min-width:0;padding-left:4px}.study-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.study-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#b2b5be}.study-l31H9iuA.disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.study-l31H9iuA.disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be!important}.study-l31H9iuA.hideValues-l31H9iuA .valuesWrapper-l31H9iuA{display:none}.legend-l31H9iuA .study-l31H9iuA.has5Buttons-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .study-l31H9iuA.has5Buttons-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*5)}@media (any-hover:hover){.legend-l31H9iuA:hover .study-l31H9iuA.has5Buttons-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*5)}}.noWrap-l31H9iuA .valuesWrapper-l31H9iuA,.series-l31H9iuA .valuesWrapper-l31H9iuA{background-color:currentColor;border-bottom:1px solid #0000;border-top:1px solid #0000}.loader-l31H9iuA{margin-left:4px}.noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA,.series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{border-left-color:#0000}.noWrap-l31H9iuA .valueItem-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA{background-color:initial}.noWrap-l31H9iuA .valueItem-l31H9iuA,.noWrap-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA,.noWrap-l31H9iuA .valueItem-l31H9iuA .valueValue-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA .valueValue-l31H9iuA{display:inline-flex}.hideUniportantValueItems-l31H9iuA .noWrap-l31H9iuA .valueItem-l31H9iuA.unimportant-l31H9iuA,.hideUniportantValueItems-l31H9iuA .series-l31H9iuA .valueItem-l31H9iuA.unimportant-l31H9iuA{display:none}.series-l31H9iuA .titlesWrapper-l31H9iuA{align-items:center;font-size:16px;line-height:normal;max-width:100%;min-height:24px;position:relative}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child){padding-left:12px}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before{color:#131722;content:"\b7";font-size:16px;height:100%;left:0;line-height:inherit;position:absolute;text-align:center;top:1px;width:12px;z-index:-1}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.intervalTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.mainTitle-l31H9iuA{flex:0 1 auto}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.exchangeTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.priceSourceTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.providerTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.styleTitle-l31H9iuA{flex:0 3 auto}.series-l31H9iuA .valuesWrapper-l31H9iuA{display:flex}.series-l31H9iuA .titlesWrapper-l31H9iuA,.series-l31H9iuA .valuesWrapper-l31H9iuA{min-width:23px}.legend-l31H9iuA .series-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .series-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}@media (any-hover:hover){.legend-l31H9iuA:hover .series-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}}.legend-l31H9iuA .series-l31H9iuA.flagged-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .series-l31H9iuA.flagged-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}@media (any-hover:hover){.legend-l31H9iuA:hover .series-l31H9iuA.flagged-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}}.selected-l31H9iuA .buttons-l31H9iuA,.selected-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:#fff}.selected-l31H9iuA .button-l31H9iuA,.withAction-l31H9iuA .button-l31H9iuA{background-color:initial}.selected-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA.selected-l31H9iuA .titlesWrapper-l31H9iuA{border-radius:4px 0 0 4px}.medium-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.medium-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}@media (any-hover:hover){.medium-l31H9iuA.legend-l31H9iuA:hover .item-l31H9iuA.study-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}}.minimized-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.minimized-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}@media (any-hover:hover){.minimized-l31H9iuA.legend-l31H9iuA:hover .item-l31H9iuA.study-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}}.valuesWrapper-l31H9iuA{align-items:center;align-self:stretch;cursor:default;flex-wrap:nowrap;overflow:hidden;pointer-events:auto;position:relative}.valuesAdditionalWrapper-l31H9iuA{align-items:baseline;align-self:stretch;border-left:4px solid;direction:ltr;display:flex;flex-wrap:wrap;justify-content:flex-start}.disabled-l31H9iuA .valuesWrapper-l31H9iuA{display:none}.valueItem-l31H9iuA{align-items:center;align-self:stretch;display:flex;text-align:left}.valueItem-l31H9iuA:not(:last-child){padding-right:6px}.valueItem-l31H9iuA:last-child{padding-right:4px}.valueItem-l31H9iuA .valueTitle-l31H9iuA{padding-right:1px}.valueItem-l31H9iuA .valueTitle-l31H9iuA,.valueItem-l31H9iuA .valueValue-l31H9iuA{color:#131722}.series-l31H9iuA .valueItem-l31H9iuA:last-child{padding-right:6px}.series-l31H9iuA .valueItem-l31H9iuA:last-child .titleWrapper-l31H9iuA{display:none}.series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA{color:#131722}.buttonsWrapper-l31H9iuA{max-width:0;position:relative;width:0;z-index:2}.micro-l31H9iuA .item-l31H9iuA.series-l31H9iuA[data-name=legend-series-item] .buttonsWrapper-l31H9iuA{max-width:0;width:0}.disabled-l31H9iuA .buttonsWrapper-l31H9iuA,.flagged-l31H9iuA .buttonsWrapper-l31H9iuA{max-width:var(--legend-source-item-button-width);width:var(--legend-source-item-button-width)}.linked-l31H9iuA.series-l31H9iuA:not(.onlyOneButtonCanBeStick-l31H9iuA) .buttonsWrapper-l31H9iuA{max-width:calc(var(--legend-source-item-button-width)*2);width:calc(var(--legend-source-item-button-width)*2)}.disabled-l31H9iuA.series-l31H9iuA:not(.onlyOneButtonCanBeStick-l31H9iuA) .buttonsWrapper-l31H9iuA{max-width:calc(var(--legend-source-item-button-width)*3);width:calc(var(--legend-source-item-button-width)*3)}.buttons-l31H9iuA{align-items:center;display:flex;flex-shrink:0;opacity:0;padding:0;pointer-events:none}.disabled-l31H9iuA .buttons-l31H9iuA,.disabledOnInterval-l31H9iuA .buttons-l31H9iuA,.flagged-l31H9iuA .buttons-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA,.touchMode-l31H9iuA .buttons-l31H9iuA{opacity:1}.noActions-l31H9iuA .buttons-l31H9iuA{pointer-events:none}.selected-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA{border-radius:0 4px 4px 0}.legend-l31H9iuA .selected-l31H9iuA .buttons-l31H9iuA,.legend-l31H9iuA .stayInHoveredMode-l31H9iuA .buttons-l31H9iuA,.legend-l31H9iuA .withAction-l31H9iuA .buttons-l31H9iuA{cursor:default;opacity:1;pointer-events:auto}.legend-l31H9iuA .selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{background:radial-gradient(10px at 0 50%,currentColor 0,#0000 100%);content:"";height:18px;left:calc(var(--legend-source-item-button-width)*4);position:absolute;top:3px;width:16px}@media (any-hover:hover){.legend-l31H9iuA:hover .withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{background:radial-gradient(10px at 0 50%,currentColor 0,#0000 100%);content:"";height:18px;left:calc(var(--legend-source-item-button-width)*4);position:absolute;top:3px;width:16px}}.button-l31H9iuA{all:unset;align-items:center;align-self:stretch;justify-content:center;opacity:0;position:relative;width:var(--legend-source-item-button-width);z-index:0}.buttonIcon-l31H9iuA{color:#131722;display:flex}.button-l31H9iuA:last-child{border-radius:0 4px 4px 0}@media (any-hover:hover){.button-l31H9iuA:hover:after{background-color:#f0f3fa;border-radius:2px;bottom:1px;content:"";display:block;left:0;position:absolute;right:0;top:1px;z-index:-1}}.button-l31H9iuA.flag-l31H9iuA>span{margin-top:-1px}.disabled-l31H9iuA .buttonIcon-l31H9iuA{color:#131722}@media (any-hover:hover){.legend-l31H9iuA:hover .study-l31H9iuA.invisibleHover-l31H9iuA .button-l31H9iuA{display:flex}}.withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.withAction-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#d1d4dc}.selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{background-color:#f0f3fa}.selected-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA{border:1px solid #d1d4dc;border-left:0}.selected-l31H9iuA .buttons-l31H9iuA,.selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.selected-l31H9iuA .buttonsWrapper-l31H9iuA,.selected-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#2962ff}.buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.buttons-l31H9iuA .eye-l31H9iuA .crossed-eye,.buttons-l31H9iuA .eye-l31H9iuA .loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .normal-eye,.medium-l31H9iuA .study-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:nth-child(2),.medium-l31H9iuA .study-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:nth-child(3):nth-last-child(3){display:none}.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .crossed-eye{display:block}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .crossed-eye,.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .normal-eye{display:none}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .loading-eye{display:block}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye{animation:eye-animation-l31H9iuA .96s linear infinite;transform-origin:center}.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA,.disabledOnInterval-l31H9iuA .buttons-l31H9iuA .intervalEye-l31H9iuA,.flagged-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA .linking-l31H9iuA,.selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA .buttons-l31H9iuA .linking-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA{display:flex;opacity:1;pointer-events:auto}.buttons-l31H9iuA .intervalEye-l31H9iuA .animated-loading-eye,.buttons-l31H9iuA .intervalEye-l31H9iuA .loading-eye,.buttons-l31H9iuA .intervalEye-l31H9iuA .normal-eye{display:none}.buttons-l31H9iuA .intervalEye-l31H9iuA .crossed-eye{color:#fb8c00}.selected-l31H9iuA.series-l31H9iuA.disabled-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA.flagged-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA.linked-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.linked-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.withAction-l31H9iuA.series-l31H9iuA.disabled-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA{visibility:visible}.flag-l31H9iuA .buttonIcon-l31H9iuA{align-self:stretch;flex:1}.flagWrapper-l31H9iuA,.markerContainer-l31H9iuA{display:flex;flex:1;justify-content:center}.markerContainer-l31H9iuA{align-items:stretch}.flagWrapper-l31H9iuA{width:12px}.flagWrapper-l31H9iuA svg{height:12px}.sourcesWrapper-l31H9iuA{align-items:flex-start;display:flex;flex-direction:column-reverse;margin:0;position:relative}.legendMainSourceWrapper-l31H9iuA{text-align:left}.sources-l31H9iuA{display:flex;flex:1 1 auto;flex-direction:column;width:100%}.toggler-l31H9iuA{align-items:center;display:flex;flex:0 0 auto;margin:2px 0 0 5px;padding:0;position:relative}.toggler-l31H9iuA.onlyOneSourceShown-l31H9iuA{display:none}@media (any-hover:hover){.toggler-l31H9iuA:hover:after{z-index:0}.toggler-l31H9iuA:hover .counter-l31H9iuA,.toggler-l31H9iuA:hover .iconArrow-l31H9iuA,.toggler-l31H9iuA:hover .objectTree-l31H9iuA{color:#000}}.toggler-l31H9iuA .counter-l31H9iuA{color:inherit;display:none;font-size:13px;line-height:16px;padding-right:4px}.toggler-l31H9iuA .iconArrow-l31H9iuA{display:flex;transform:rotate(-180deg);transition:transform .1s cubic-bezier(.06,.52,1,.54);width:27px}.toggler-l31H9iuA .objectTree-l31H9iuA{display:none;width:19px}.toggler-l31H9iuA .iconArrow-l31H9iuA,.toggler-l31H9iuA .objectTree-l31H9iuA{align-items:center;height:19px;justify-content:center}.toggler-l31H9iuA .counter-l31H9iuA,.toggler-l31H9iuA .iconArrow-l31H9iuA,.toggler-l31H9iuA .objectTree-l31H9iuA{color:#131722;position:relative;z-index:1}.closed-l31H9iuA.sourcesWrapper-l31H9iuA{padding-bottom:4px}.closed-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA{display:flex}.closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA{transform:rotate(0)}.closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.closed-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{width:19px}.closed-l31H9iuA .sources-l31H9iuA{display:none}.micro-l31H9iuA .sourcesWrapper-l31H9iuA{padding-bottom:4px}.micro-l31H9iuA .toggler-l31H9iuA.objectsTreeCanBeShown-l31H9iuA .objectTree-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA.objectsTreeCanBeShown-l31H9iuA.onlyOneSourceShown-l31H9iuA{display:flex}.micro-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA,.micro-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.micro-l31H9iuA .series-l31H9iuA .valuesWrapper-l31H9iuA,.micro-l31H9iuA .sources-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA{display:none}.touchMode-l31H9iuA .titlesWrapper-l31H9iuA{height:26px;line-height:25px}.touchMode-l31H9iuA .selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.touchMode-l31H9iuA .withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{bottom:5px;top:5px}.touchMode-l31H9iuA .series-l31H9iuA .titlesWrapper-l31H9iuA{min-height:26px}.touchMode-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.touchMode-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{height:24px;width:30px}.touchMode-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA{font-size:14px}.touchMode-l31H9iuA .item-l31H9iuA{min-height:26px}.touchMode-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.touchMode-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{width:24px}.chart-widget__top--themed-dark .item-l31H9iuA.last-l31H9iuA .text-l31H9iuA,.chart-widget__top--themed-dark .noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA,.chart-widget__top--themed-dark .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .valueValue-l31H9iuA{color:#d1d4dc}.chart-widget__top--themed-dark .titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:#2a2e39}.chart-widget__top--themed-dark .disabled-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA .valueValue-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .valueValue-l31H9iuA{color:#50535e}.chart-widget__top--themed-dark .disabled-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .valueValue-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .valueValue-l31H9iuA{color:#50535e!important}.chart-widget__top--themed-dark .study-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#868993}.chart-widget__top--themed-dark .study-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.chart-widget__top--themed-dark .study-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#50535e}.chart-widget__top--themed-dark .study-l31H9iuA.withCustomTextColor-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.chart-widget__top--themed-dark .study-l31H9iuA.withCustomTextColor-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#50535e!important}.chart-widget__top--themed-dark .buttonIcon-l31H9iuA,.chart-widget__top--themed-dark .series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA{color:#d1d4dc}@media (any-hover:hover){.chart-widget__top--themed-dark .button-l31H9iuA:hover:after{background-color:#2a2e39}}.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#363a45}.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{background-color:#363a45}.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:#131722}.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.chart-widget__top--themed-dark .selected-l31H9iuA .buttonsWrapper-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#1848cc}.chart-widget__top--themed-dark .toggler-l31H9iuA{border-color:#363a45}@media (any-hover:hover){.chart-widget__top--themed-dark .toggler-l31H9iuA:hover:after{background-color:#ffffff1a}.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .counter-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .iconArrow-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .objectTree-l31H9iuA{color:#f0f3fa}}.chart-widget__top--themed-dark .toggler-l31H9iuA .counter-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA .iconArrow-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA .objectTree-l31H9iuA{color:#d1d4dc}@keyframes eye-animation-l31H9iuA{to{transform:rotate(1turn)}}:root.theme-custom .titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:var(--themed-color-legend-background-tertiary)}:root.theme-custom .selected-l31H9iuA .buttons-l31H9iuA,:root.theme-custom .selected-l31H9iuA .titlesWrapper-l31H9iuA,:root.theme-custom .withAction-l31H9iuA .buttons-l31H9iuA,:root.theme-custom .withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:var(--themed-color-legend-background-secondary-inverse)}@media (any-hover:hover){:root.theme-custom .button-l31H9iuA:hover:after{background-color:var(--themed-color-legend-background-tertiary)}}.statuses-Lgtz1OtS{align-self:center;border-radius:9px;display:inline-flex;min-width:6px;overflow:hidden}@media (any-hover:hover){.statuses-Lgtz1OtS:hover .statusItem-Lgtz1OtS:after{opacity:.25}}.statuses-Lgtz1OtS:empty,.statuses_hidden-Lgtz1OtS{display:none}.statuses-Lgtz1OtS.small-Lgtz1OtS{border-radius:9px}.statuses-Lgtz1OtS.medium-Lgtz1OtS{border-radius:11px}.statuses-Lgtz1OtS.large-Lgtz1OtS{border-radius:8px}.statuses-Lgtz1OtS.blinking-Lgtz1OtS{will-change:opacity}.statuses-Lgtz1OtS .statusItem-Lgtz1OtS:not(:only-child):first-child{padding-left:2px}.statuses-Lgtz1OtS .statusItem-Lgtz1OtS:not(:only-child):last-child{padding-right:2px}.statusItem-Lgtz1OtS{direction:ltr;display:flex;position:relative;-webkit-user-select:none;user-select:none}.statusItem-Lgtz1OtS:after{content:"";display:block;height:100%;left:0;opacity:.15;position:absolute;top:0;width:100%;z-index:-1}.statusItem-Lgtz1OtS svg{left:50%;position:relative;top:50%;transform:translate(-50%,-50%);z-index:0}.statusItem-Lgtz1OtS.small-Lgtz1OtS{height:18px;width:18px}.statusItem-Lgtz1OtS.medium-Lgtz1OtS{height:22px;width:22px}.statusItem-Lgtz1OtS.large-Lgtz1OtS{height:28px;width:28px}.statusItem-Lgtz1OtS.blinking-Lgtz1OtS:after{animation:blinking-animation-Lgtz1OtS 2.5s cubic-bezier(.25,0,.75,1) infinite}@media (any-hover:hover){.statusItem-Lgtz1OtS.blinking-Lgtz1OtS:after:hover{opacity:inherit}}.marketStatusOpen-Lgtz1OtS,html.theme-dark .marketStatusOpen-Lgtz1OtS{color:var(--themed-color-market-open,#089981)}.marketStatusOpen-Lgtz1OtS:after,html.theme-dark .marketStatusOpen-Lgtz1OtS:after{background-color:var(--themed-color-market-open-bg,#22ab94)}.marketStatusClose-Lgtz1OtS,html.theme-dark .marketStatusClose-Lgtz1OtS{color:var(--themed-color-market-closed,#9598a1)}.marketStatusClose-Lgtz1OtS:after,html.theme-dark .marketStatusClose-Lgtz1OtS:after{background-color:var(--themed-color-market-closed,#9598a1)}.marketStatusPre-Lgtz1OtS,html.theme-dark .marketStatusPre-Lgtz1OtS{color:var(--themed-color-pre-market,#fb8c00)}.marketStatusPre-Lgtz1OtS:after,html.theme-dark .marketStatusPre-Lgtz1OtS:after{background-color:var(--themed-color-pre-market-bg,#ffa726)}.marketStatusPost-Lgtz1OtS,html.theme-dark .marketStatusPost-Lgtz1OtS{color:var(--themed-color-post-market,#2962ff)}.marketStatusPost-Lgtz1OtS:after,html.theme-dark .marketStatusPost-Lgtz1OtS:after{background-color:var(--themed-color-post-market-bg,#3179f5)}.marketStatusHoliday-Lgtz1OtS,html.theme-dark .marketStatusHoliday-Lgtz1OtS{color:var(--themed-color-market-holiday,#9598a1)}.marketStatusHoliday-Lgtz1OtS:after,html.theme-dark .marketStatusHoliday-Lgtz1OtS:after{background-color:var(--themed-color-market-holiday,#9598a1)}.marketStatusDelisted-Lgtz1OtS.medium-Lgtz1OtS,.marketStatusDelisted-Lgtz1OtS.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol,#cc2f3c);color:#fff}html.theme-dark .marketStatusDelisted-Lgtz1OtS.medium-Lgtz1OtS,html.theme-dark .marketStatusDelisted-Lgtz1OtS.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS,html.theme-dark .marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS{color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS:after,html.theme-dark .marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS:after{background-color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusExpired-Lgtz1OtS,html.theme-dark .marketStatusExpired-Lgtz1OtS{color:var(--themed-color-market-expired,#f23645)}.marketStatusExpired-Lgtz1OtS:after,html.theme-dark .marketStatusExpired-Lgtz1OtS:after{background-color:var(--themed-color-market-expired,#f23645)}.marketStatusCustom-Lgtz1OtS,html.theme-dark .marketStatusCustom-Lgtz1OtS{color:var(--custom-status-color,var(--themed-color-market-closed,#9598a1))}.marketStatusCustom-Lgtz1OtS:after,html.theme-dark .marketStatusCustom-Lgtz1OtS:after{background-color:var(--custom-status-color,var(--themed-color-market-closed,#9598a1))}.invalidSymbol-Lgtz1OtS{color:#fff}.invalidSymbol-Lgtz1OtS,html.theme-dark .invalidSymbol-Lgtz1OtS{background-color:var(--themed-color-invalid-symbol,#f7525f)}@media (any-hover:hover){.statuses-Lgtz1OtS .invalidSymbol-Lgtz1OtS:hover{background-color:var(--themed-color-invalid-symbol-hover,#b22833)}html.theme-dark .statuses-Lgtz1OtS .invalidSymbol-Lgtz1OtS:hover{background-color:var(--themed-color-invalid-symbol-hover,#f23645)}.statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.medium-Lgtz1OtS,.statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.small-Lgtz1OtS,html.theme-dark .statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.medium-Lgtz1OtS,html.theme-dark .statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol-hover,#991f29)}}.replayModeAutoPlay-Lgtz1OtS,.replayModePause-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#fff)}html.theme-dark .replayModeAutoPlay-Lgtz1OtS,html.theme-dark .replayModePause-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#e3effd)}.replayModeAutoPlay-Lgtz1OtS:after,.replayModePause-Lgtz1OtS:after{background-color:var(--themed-color-replay-mode,#2962ff);opacity:1}html.theme-dark .replayModeAutoPlay-Lgtz1OtS:after,html.theme-dark .replayModePause-Lgtz1OtS:after{background-color:var(--themed-color-replay-mode,#2962ff)}.replayModePointSelect-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#fff)}html.theme-dark .replayModePointSelect-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#e3effd)}.replayModePointSelect-Lgtz1OtS:after{background-color:var(--themed-color-replay-select-point,#d1d4dc);opacity:1}html.theme-dark .replayModePointSelect-Lgtz1OtS:after{background-color:var(--themed-color-replay-select-point,#434651)}.replayModeAutoPlay-Lgtz1OtS.blinking-Lgtz1OtS:after{animation:blinking-animation-custom-Lgtz1OtS 1s cubic-bezier(.77,.21,.1,.74) infinite}@media (any-hover:hover){.replayModeAutoPlay-Lgtz1OtS.blinking-Lgtz1OtS:after:hover{opacity:inherit}.statuses-Lgtz1OtS .replayModeAutoPlay-Lgtz1OtS:hover:after,.statuses-Lgtz1OtS .replayModePause-Lgtz1OtS:hover:after{background-color:var(--themed-color-replay-mode-hover,#1e53e5);opacity:1}html.theme-dark .statuses-Lgtz1OtS .replayModeAutoPlay-Lgtz1OtS:hover:after,html.theme-dark .statuses-Lgtz1OtS .replayModePause-Lgtz1OtS:hover:after{background-color:var(--themed-color-replay-mode-hover,#1e53e5)}.statuses-Lgtz1OtS .replayModePointSelect-Lgtz1OtS:hover:after{background-color:var(--themed-color-default-gray,#6a6d78);opacity:1}html.theme-dark .statuses-Lgtz1OtS .replayModePointSelect-Lgtz1OtS:hover:after{background-color:var(--themed-color-default-gray,#868993)}}.notAccurate-Lgtz1OtS,html.theme-dark .notAccurate-Lgtz1OtS{color:var(--themed-color-notaccurate-mode,#d81b60)}.notAccurate-Lgtz1OtS:after,html.theme-dark .notAccurate-Lgtz1OtS:after{background-color:var(--themed-color-notaccurate-mode,#d81b60)}.openedInPineEditor-Lgtz1OtS{color:var(--themed-color-forest-green-500,#089950)}.openedInPineEditor-Lgtz1OtS:after{background-color:var(--themed-color-forest-green-500,#089950)}.openedInDetachedPineEditor-Lgtz1OtS{color:var(--themed-color-cold-gray-550,#6a6d78)}.openedInDetachedPineEditor-Lgtz1OtS:after{background-color:var(--themed-color-cold-gray-550,#6a6d78)}.delay-Lgtz1OtS,html.theme-dark .delay-Lgtz1OtS{color:var(--themed-color-delay-mode,#f57c00)}.delay-Lgtz1OtS:after,html.theme-dark .delay-Lgtz1OtS:after{background-color:var(--themed-color-delay-mode-bg,#ffa726)}.eod-Lgtz1OtS,html.theme-dark .eod-Lgtz1OtS{color:var(--themed-color-eod-mode,#7b1fa2)}.eod-Lgtz1OtS:after,html.theme-dark .eod-Lgtz1OtS:after{background-color:var(--themed-color-eod-mode-bg,#ab47bc)}.tvCalculatedPair-Lgtz1OtS{color:var(--themed-color-grapes-purple-400,#ab47bc)}.tvCalculatedPair-Lgtz1OtS:after{background-color:var(--themed-color-grapes-purple-400,#ab47bc)}.dataProblemHigh-Lgtz1OtS{color:#fff}.dataProblemHigh-Lgtz1OtS,html.theme-dark .dataProblemHigh-Lgtz1OtS{background-color:var(--themed-color-data-problem-bg,#f7525f)}.dataProblemLow-Lgtz1OtS,html.theme-dark .dataProblemLow-Lgtz1OtS{color:var(--themed-color-data-problem,#cc2f3c)}.dataProblemLow-Lgtz1OtS:after,html.theme-dark .dataProblemLow-Lgtz1OtS:after{background-color:var(--themed-color-data-problem-bg,#f7525f)}@media (any-hover:hover){.statuses-Lgtz1OtS .dataProblemHigh-Lgtz1OtS:hover{background-color:var(--themed-color-data-problem-hover,#b22833)}html.theme-dark .statuses-Lgtz1OtS .dataProblemHigh-Lgtz1OtS:hover{background-color:var(--themed-color-data-problem-hover,#f23645)}}@keyframes blinking-animation-Lgtz1OtS{0%,to{opacity:.15}50%{opacity:.4}}@keyframes blinking-animation-custom-Lgtz1OtS{0%,to{opacity:.5}50%{opacity:1}}.paneControls-JQv8nO8e{color:#fff;margin-left:auto;margin-top:4px;padding:0 4px 0 1px;position:static;transition:opacity .4s,visibility .4s;z-index:7}.paneControls-JQv8nO8e.hidden-JQv8nO8e{opacity:0;visibility:hidden}.paneControls-JQv8nO8e.forceHidden-JQv8nO8e{height:0;line-height:0;margin:0;padding:0;width:0}.button-JQv8nO8e{align-items:center;display:flex;flex:0 0 auto;height:22px;justify-content:center;overflow:hidden;position:relative;width:22px}.button-JQv8nO8e:not(:first-child){margin-left:4px}.button-JQv8nO8e .buttonIcon-JQv8nO8e{color:#131722}.button-JQv8nO8e.minimize-JQv8nO8e .buttonIcon-JQv8nO8e,.button-JQv8nO8e.restore-JQv8nO8e .buttonIcon-JQv8nO8e{color:#fff}.button-JQv8nO8e.newButton-JQv8nO8e{border-radius:4px}.touchMode-JQv8nO8e .button-JQv8nO8e{height:22px;width:22px}@media (any-hover:hover){.collapse-JQv8nO8e:hover .bracket-up,.maximize-JQv8nO8e:hover .bracket-up{animation:maximize-animation-up-bracket-JQv8nO8e .6s ease}.collapse-JQv8nO8e:hover .bracket-down,.maximize-JQv8nO8e:hover .bracket-down{animation:maximize-animation-down-bracket-JQv8nO8e .6s ease}}.collapse-JQv8nO8e .bracket-down,.collapse-JQv8nO8e .bracket-up,.maximize-JQv8nO8e .bracket-down,.maximize-JQv8nO8e .bracket-up{transform:translateY(0)}@keyframes maximize-animation-up-bracket-JQv8nO8e{50%{transform:translateY(1px)}}@keyframes maximize-animation-down-bracket-JQv8nO8e{50%{transform:translateY(-1px)}}.minimize-JQv8nO8e,.restore-JQv8nO8e{background-color:#2962ff!important;border-color:#2962ff!important}@media (any-hover:hover){.minimize-JQv8nO8e:hover .bracket-up,.restore-JQv8nO8e:hover .bracket-up{animation:minimize-animation-up-bracket-JQv8nO8e .6s ease}.minimize-JQv8nO8e:hover .bracket-down,.restore-JQv8nO8e:hover .bracket-down{animation:minimize-animation-down-bracket-JQv8nO8e .6s ease}}.minimize-JQv8nO8e .bracket-down,.minimize-JQv8nO8e .bracket-up,.restore-JQv8nO8e .bracket-down,.restore-JQv8nO8e .bracket-up{transform:translateY(0)}@keyframes minimize-animation-up-bracket-JQv8nO8e{50%{transform:translateY(-1px)}}@keyframes minimize-animation-down-bracket-JQv8nO8e{50%{transform:translateY(1px)}}@media (any-hover:hover){.up-JQv8nO8e:hover .buttonIcon-JQv8nO8e{animation:up-animation-JQv8nO8e .6s ease}}@keyframes up-animation-JQv8nO8e{0%{transform:translateY(0)}50%{transform:translateY(-2px)}}@media (any-hover:hover){.down-JQv8nO8e:hover .buttonIcon-JQv8nO8e{animation:down-animation-JQv8nO8e .6s ease}}@keyframes down-animation-JQv8nO8e{0%{transform:translateY(0)}50%{transform:translateY(2px)}}.buttonsWrapper-JQv8nO8e{align-items:center;display:flex;flex:0 0 auto;flex-wrap:nowrap}.chart-widget__top--themed-dark .paneControls-JQv8nO8e{color:#131722}.chart-widget__top--themed-dark .minimize-JQv8nO8e,.chart-widget__top--themed-dark .restore-JQv8nO8e{background-color:#1848cc!important;border-color:#1848cc!important}@media (any-hover:hover){.chart-widget__top--themed-dark .button-JQv8nO8e:hover .buttonIcon-JQv8nO8e{color:#f0f3fa}}.chart-widget__top--themed-dark .button-JQv8nO8e .buttonIcon-JQv8nO8e{color:#d1d4dc} \ No newline at end of file diff --git a/public/charting_library/bundles/2153.302cc6392cc9f067008b.rtl.css b/public/charting_library/bundles/2153.302cc6392cc9f067008b.rtl.css new file mode 100644 index 00000000..c091a179 --- /dev/null +++ b/public/charting_library/bundles/2153.302cc6392cc9f067008b.rtl.css @@ -0,0 +1 @@ +.control-bar-wrapper{direction:ltr;height:24px;padding:5px 0;pointer-events:none;position:absolute;z-index:1}.control-bar-wrapper--back-present{right:2px}.control-bar{display:flex;transition:opacity .3s,visibility .3s;visibility:visible}.control-bar--hidden,.control-bar--hidden .control-bar__btn{opacity:0;visibility:hidden}.control-bar__group{align-items:center;display:flex;margin:0 4px}.control-bar__btn{align-items:center;background-color:var(--themed-color-container-fill-quinary-inverse,#fff);border-radius:4px;box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0003);color:var(--themed-color-button-content-quiet-primary-neutral-bold-default,#131722);display:inline-flex;height:24px;justify-content:center;margin:0 4px;opacity:1;pointer-events:auto;transition:color .3s,visibility .4s,opacity .4s;-webkit-user-select:none;user-select:none;visibility:visible;width:24px;z-index:1}html.theme-dark .control-bar__btn{background-color:var(--themed-color-container-fill-quinary-inverse,#2a2e39);box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0006);color:var(--themed-color-button-content-quiet-primary-neutral-bold-default,#d1d4dc)}@media (any-hover:hover){.control-bar__btn:hover,html.theme-dark .control-bar__btn:hover{color:var(--themed-color-container-fill-primary-accent,#2962ff)}}.control-bar__btn:active{background-color:var(--themed-color-container-fill-primary-accent,#2962ff);transition:none}.control-bar__btn:active,html.theme-dark .control-bar__btn:active{color:var(--themed-color-container-fill-quaternary-inverse,#fff)}html.theme-dark .control-bar__btn:active{background-color:var(--themed-color-container-fill-primary-accent,#2962ff)}@media (any-hover:hover){.control-bar__btn:active:hover,html.theme-dark .control-bar__btn:active:hover{background-color:var(--themed-color-container-fill-primary-accent-semi-bold,#1e53e5)}}.control-bar__btn--btn-hidden{opacity:0;visibility:hidden}.control-bar__btn--move-left svg{transform:rotate(-180deg)}.control-bar__btn svg{pointer-events:none}.blockHidden-e6PF69Df{display:none!important}.pane-button-e6PF69Df{background-color:currentColor;border:1px solid #d1d4dc;border-radius:3px;cursor:default;pointer-events:all}@media (any-hover:hover){.pane-button-e6PF69Df:hover:after{background-color:#1317220f;border-radius:3px;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:0}}.chart-widget__top--themed-dark .pane-button-e6PF69Df{border-color:#363a45}@media (any-hover:hover){.chart-widget__top--themed-dark .pane-button-e6PF69Df:hover:after{background-color:#ffffff1a}}.tv-circle-logo-pair{display:inline-block;position:relative}.tv-circle-logo-pair--xxxsmall{height:18px;width:18px}.tv-circle-logo-pair--xxsmall{height:20px;width:20px}.tv-circle-logo-pair--xsmall{height:24px;width:24px}.tv-circle-logo-pair--small{height:28px;width:28px}.tv-circle-logo-pair--medium{height:36px;width:36px}.tv-circle-logo-pair--large{height:48px;width:48px}.tv-circle-logo-pair--xlarge{height:56px;width:56px}.tv-circle-logo-pair--xxlarge{height:112px;width:112px}.tv-circle-logo-pair--xxxlarge{height:168px;width:168px}.tv-circle-logo-pair__logo{border-radius:50%}.tv-circle-logo-pair__logo:not(img){background-color:var(--themed-color-circle-logo-background,#e0e3eb)}html.theme-dark .tv-circle-logo-pair__logo:not(img){background-color:var(--themed-color-circle-logo-background,#2a2e39)}.tv-circle-logo-pair__logo:first-child,.tv-circle-logo-pair__logo:last-child{position:absolute;right:0;top:0}.tv-circle-logo-pair__logo--xxxsmall{height:12px;width:12px}.tv-circle-logo-pair__logo--xxxsmall:first-child{clip-path:path("M12 0H0v4a8 8 0 0 1 8 8h4V0Z")}.tv-circle-logo-pair__logo--xxxsmall:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--xxsmall{height:12px;width:12px}.tv-circle-logo-pair__logo--xxsmall:first-child{clip-path:path("M12 0H0v6.254A8 8 0 0 1 5.746 12H12Z")}.tv-circle-logo-pair__logo--xxsmall:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--xsmall{height:18px;width:18px}.tv-circle-logo-pair__logo--xsmall:first-child{clip-path:path("M18 0H0v4.41A11 11 0 0 1 13.59 18H18V0Z")}.tv-circle-logo-pair__logo--xsmall:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--small{height:18px;width:18px}.tv-circle-logo-pair__logo--small:first-child{clip-path:path("M18 0H0v8.04A11 11 0 0 1 9.96 18H18V0Z")}.tv-circle-logo-pair__logo--small:last-child{transform:translate(-10px,10px)}.tv-circle-logo-pair__logo--medium{height:24px;width:24px}.tv-circle-logo-pair__logo--medium:first-child{clip-path:path("M24 0H0v10c8 0 14 6 14 14h10V0Z")}.tv-circle-logo-pair__logo--medium:last-child{transform:translate(-12px,12px)}.tv-circle-logo-pair__logo--large{height:32px;width:32px}.tv-circle-logo-pair__logo--large:first-child{clip-path:path("M32 0H0v14a18 18 0 0 1 18 18h14V0Z")}.tv-circle-logo-pair__logo--large:last-child{transform:translate(-16px,16px)}.tv-circle-logo-pair__logo--xlarge{height:38px;width:38px}.tv-circle-logo-pair__logo--xlarge:first-child{clip-path:path("M38 0H0v16.02L1 16a21 21 0 0 1 20.98 22H38V0Z")}.tv-circle-logo-pair__logo--xlarge:last-child{transform:translate(-18px,18px)}.tv-circle-logo-pair__logo--xxlarge{height:76px;width:76px}.tv-circle-logo-pair__logo--xxlarge:first-child{clip-path:path("M76 0H0v32.05A42 42 0 0 1 43.95 76H76V0Z")}.tv-circle-logo-pair__logo--xxlarge:last-child{transform:translate(-36px,36px)}.tv-circle-logo-pair__logo--xxxlarge{height:114px;width:114px}.tv-circle-logo-pair__logo--xxxlarge:first-child{clip-path:path("M113 0H0V48c35-1 66 26 66 66v0h48V0Z")}.tv-circle-logo-pair__logo--xxxlarge:last-child{transform:translate(-54px,54px)}.tv-circle-logo-pair__logo-empty{background-image:url(empty-coin-light.6d0b731ac6f489f06e65.svg);background-size:contain}html.theme-dark .tv-circle-logo-pair__logo-empty{background-image:url(empty-coin-dark.d6d07bff92d7e4dff5ad.svg)}.legend-l31H9iuA{color:#0000;contain:content;direction:ltr;flex:1 1 auto;line-height:normal;margin:0 4px;max-width:calc(100% - 8px);padding-top:4px;pointer-events:none;transform:translateZ(0);-webkit-user-select:none;user-select:none;z-index:6}.item-l31H9iuA{-webkit-backface-visibility:hidden;backface-visibility:hidden;flex-wrap:wrap;font-size:13px;max-width:100%;min-height:24px;z-index:1}.item-l31H9iuA.selected-l31H9iuA,.item-l31H9iuA.withAction-l31H9iuA{z-index:2}.item-l31H9iuA.last-l31H9iuA{align-items:center;background-color:currentColor;border-color:#0000;border-style:solid;border-width:0 1px;cursor:default;max-width:18px;order:100000;padding:0 4px;pointer-events:auto}.item-l31H9iuA.last-l31H9iuA .text-l31H9iuA{color:#131722}.item-l31H9iuA .noWrapWrapper-l31H9iuA{display:flex;flex-wrap:nowrap;max-width:100%}.noWrap-l31H9iuA .item-l31H9iuA{flex-wrap:nowrap}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{align-self:auto;display:block}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueTitle-l31H9iuA,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueValue-l31H9iuA{display:inline}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA:before,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueTitle-l31H9iuA:before,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueValue-l31H9iuA:before{display:none}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA{display:inline-flex}.hideUniportantValueItems-l31H9iuA .noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA.unimportant-l31H9iuA{display:none}.noWrap-l31H9iuA .valuesWrapper-l31H9iuA{align-items:center}.noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{align-self:auto;color:#131722;display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wrappable-l31H9iuA .series-l31H9iuA.item-l31H9iuA{flex-wrap:wrap}.directionColumn-l31H9iuA .series-l31H9iuA{flex-direction:column}.directionColumn-l31H9iuA .series-l31H9iuA .valuesWrapper-l31H9iuA{align-self:flex-start;max-width:100%}.button-l31H9iuA,.statusesWrapper-l31H9iuA,.titlesWrapper-l31H9iuA,.valueItem-l31H9iuA{background-color:currentColor}.buttons-l31H9iuA,.buttonsWrapper-l31H9iuA,.item-l31H9iuA,.logoWrapper-l31H9iuA,.statusesWrapper-l31H9iuA,.titlesWrapper-l31H9iuA,.valueItem-l31H9iuA,.valuesWrapper-l31H9iuA{display:flex}.statusesWrapper-l31H9iuA{cursor:default;pointer-events:auto;position:relative;z-index:1}.statusesWrapper__statuses-l31H9iuA:not(:empty){margin-left:12px;margin-right:11px}.titlesWrapper-l31H9iuA{align-items:center;border:1px solid #0000;border-right-width:0;box-sizing:border-box;cursor:default;flex:0 0 auto;max-width:100%;overflow:hidden;padding:0 4px 0 1px;pointer-events:auto;position:relative;z-index:-3}.logoWrapper-l31H9iuA{align-items:center;display:flex;flex:none;position:relative;white-space:nowrap;width:18px}.logoWrapper-l31H9iuA .pairContainer-l31H9iuA{display:inline-flex}.logoWrapper-l31H9iuA .logo-l31H9iuA{border-radius:50%;display:inline-flex;flex:none;overflow:hidden}.logoWrapper-l31H9iuA .logo-l31H9iuA img{height:100%;width:100%}.logoWrapper-l31H9iuA .hidden-l31H9iuA,.logoWrapper-l31H9iuA.hidden-l31H9iuA{display:none}.noActions-l31H9iuA .titlesWrapper-l31H9iuA{pointer-events:none}.titleWrapper-l31H9iuA{align-items:center;color:#131722;column-gap:4px;display:flex;min-height:20px;min-width:23px;position:relative;text-align:left;white-space:nowrap}.titleWrapper-l31H9iuA .title-l31H9iuA{all:unset;direction:rtl;overflow:hidden;text-overflow:ellipsis}.titleWrapper-l31H9iuA.intervalTitle-l31H9iuA{min-width:auto}.titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:#f0f3fa;border-radius:3px;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;visibility:hidden;z-index:-2}.titleWrapper-l31H9iuA.withDot-l31H9iuA:first-child:after{right:-4px}.titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):after{left:8px;right:-4px}.titleWrapper-l31H9iuA:first-child{padding-left:3px}@media (any-hover:hover){.titleWrapper-l31H9iuA:hover.withAction-l31H9iuA:after{visibility:visible}}.accessible-l31H9iuA:focus{border-radius:2px!important;outline:2px solid #2962ff}.accessible-l31H9iuA:focus-visible{border-radius:2px!important;outline:2px solid #2962ff}.accessible-l31H9iuA:focus:not(:focus-visible){outline:none}.disabled-l31H9iuA .titleWrapper-l31H9iuA,.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be}.disabled-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be!important}.study-l31H9iuA .titleWrapper-l31H9iuA.mainTitle-l31H9iuA{flex:0 4 auto;min-width:15px}.study-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#5d606b;flex:0 1 auto;min-width:0;padding-left:4px}.study-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.study-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#b2b5be}.study-l31H9iuA.disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.study-l31H9iuA.disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be!important}.study-l31H9iuA.hideValues-l31H9iuA .valuesWrapper-l31H9iuA{display:none}.legend-l31H9iuA .study-l31H9iuA.has5Buttons-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .study-l31H9iuA.has5Buttons-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*5)}@media (any-hover:hover){.legend-l31H9iuA:hover .study-l31H9iuA.has5Buttons-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*5)}}.noWrap-l31H9iuA .valuesWrapper-l31H9iuA,.series-l31H9iuA .valuesWrapper-l31H9iuA{background-color:currentColor;border-bottom:1px solid #0000;border-top:1px solid #0000}.loader-l31H9iuA{margin-left:4px}.noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA,.series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{border-left-color:#0000}.noWrap-l31H9iuA .valueItem-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA{background-color:initial}.noWrap-l31H9iuA .valueItem-l31H9iuA,.noWrap-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA,.noWrap-l31H9iuA .valueItem-l31H9iuA .valueValue-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA .valueValue-l31H9iuA{display:inline-flex}.hideUniportantValueItems-l31H9iuA .noWrap-l31H9iuA .valueItem-l31H9iuA.unimportant-l31H9iuA,.hideUniportantValueItems-l31H9iuA .series-l31H9iuA .valueItem-l31H9iuA.unimportant-l31H9iuA{display:none}.series-l31H9iuA .titlesWrapper-l31H9iuA{align-items:center;font-size:16px;line-height:normal;max-width:100%;min-height:24px;position:relative}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child){padding-left:12px}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before{color:#131722;content:"\b7";font-size:16px;height:100%;left:0;line-height:inherit;position:absolute;text-align:center;top:1px;width:12px;z-index:-1}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.intervalTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.mainTitle-l31H9iuA{flex:0 1 auto}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.exchangeTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.priceSourceTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.providerTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.styleTitle-l31H9iuA{flex:0 3 auto}.series-l31H9iuA .valuesWrapper-l31H9iuA{display:flex}.series-l31H9iuA .titlesWrapper-l31H9iuA,.series-l31H9iuA .valuesWrapper-l31H9iuA{min-width:23px}.legend-l31H9iuA .series-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .series-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}@media (any-hover:hover){.legend-l31H9iuA:hover .series-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}}.legend-l31H9iuA .series-l31H9iuA.flagged-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .series-l31H9iuA.flagged-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}@media (any-hover:hover){.legend-l31H9iuA:hover .series-l31H9iuA.flagged-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}}.selected-l31H9iuA .buttons-l31H9iuA,.selected-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:#fff}.selected-l31H9iuA .button-l31H9iuA,.withAction-l31H9iuA .button-l31H9iuA{background-color:initial}.selected-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA.selected-l31H9iuA .titlesWrapper-l31H9iuA{border-radius:4px 0 0 4px}.medium-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.medium-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}@media (any-hover:hover){.medium-l31H9iuA.legend-l31H9iuA:hover .item-l31H9iuA.study-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}}.minimized-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.minimized-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}@media (any-hover:hover){.minimized-l31H9iuA.legend-l31H9iuA:hover .item-l31H9iuA.study-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}}.valuesWrapper-l31H9iuA{align-items:center;align-self:stretch;cursor:default;flex-wrap:nowrap;overflow:hidden;pointer-events:auto;position:relative}.valuesAdditionalWrapper-l31H9iuA{align-items:baseline;align-self:stretch;border-left:4px solid;direction:rtl;display:flex;flex-wrap:wrap;justify-content:flex-end}.disabled-l31H9iuA .valuesWrapper-l31H9iuA{display:none}.valueItem-l31H9iuA{align-items:center;align-self:stretch;display:flex;text-align:left}.valueItem-l31H9iuA:not(:last-child){padding-right:6px}.valueItem-l31H9iuA:last-child{padding-right:4px}.valueItem-l31H9iuA .valueTitle-l31H9iuA{padding-right:1px}.valueItem-l31H9iuA .valueTitle-l31H9iuA,.valueItem-l31H9iuA .valueValue-l31H9iuA{color:#131722}.series-l31H9iuA .valueItem-l31H9iuA:last-child{padding-right:6px}.series-l31H9iuA .valueItem-l31H9iuA:last-child .titleWrapper-l31H9iuA{display:none}.series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA{color:#131722}.buttonsWrapper-l31H9iuA{max-width:0;position:relative;width:0;z-index:2}.micro-l31H9iuA .item-l31H9iuA.series-l31H9iuA[data-name=legend-series-item] .buttonsWrapper-l31H9iuA{max-width:0;width:0}.disabled-l31H9iuA .buttonsWrapper-l31H9iuA,.flagged-l31H9iuA .buttonsWrapper-l31H9iuA{max-width:var(--legend-source-item-button-width);width:var(--legend-source-item-button-width)}.linked-l31H9iuA.series-l31H9iuA:not(.onlyOneButtonCanBeStick-l31H9iuA) .buttonsWrapper-l31H9iuA{max-width:calc(var(--legend-source-item-button-width)*2);width:calc(var(--legend-source-item-button-width)*2)}.disabled-l31H9iuA.series-l31H9iuA:not(.onlyOneButtonCanBeStick-l31H9iuA) .buttonsWrapper-l31H9iuA{max-width:calc(var(--legend-source-item-button-width)*3);width:calc(var(--legend-source-item-button-width)*3)}.buttons-l31H9iuA{align-items:center;display:flex;flex-shrink:0;opacity:0;padding:0;pointer-events:none}.disabled-l31H9iuA .buttons-l31H9iuA,.disabledOnInterval-l31H9iuA .buttons-l31H9iuA,.flagged-l31H9iuA .buttons-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA,.touchMode-l31H9iuA .buttons-l31H9iuA{opacity:1}.noActions-l31H9iuA .buttons-l31H9iuA{pointer-events:none}.selected-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA{border-radius:0 4px 4px 0}.legend-l31H9iuA .selected-l31H9iuA .buttons-l31H9iuA,.legend-l31H9iuA .stayInHoveredMode-l31H9iuA .buttons-l31H9iuA,.legend-l31H9iuA .withAction-l31H9iuA .buttons-l31H9iuA{cursor:default;opacity:1;pointer-events:auto}.legend-l31H9iuA .selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{background:radial-gradient(10px at 0 50%,currentColor 0,#0000 100%);content:"";height:18px;left:calc(var(--legend-source-item-button-width)*4);position:absolute;top:3px;width:16px}@media (any-hover:hover){.legend-l31H9iuA:hover .withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{background:radial-gradient(10px at 0 50%,currentColor 0,#0000 100%);content:"";height:18px;left:calc(var(--legend-source-item-button-width)*4);position:absolute;top:3px;width:16px}}.button-l31H9iuA{all:unset;align-items:center;align-self:stretch;justify-content:center;opacity:0;position:relative;width:var(--legend-source-item-button-width);z-index:0}.buttonIcon-l31H9iuA{color:#131722;display:flex}.button-l31H9iuA:last-child{border-radius:0 4px 4px 0}@media (any-hover:hover){.button-l31H9iuA:hover:after{background-color:#f0f3fa;border-radius:2px;bottom:1px;content:"";display:block;left:0;position:absolute;right:0;top:1px;z-index:-1}}.button-l31H9iuA.flag-l31H9iuA>span{margin-top:-1px}.disabled-l31H9iuA .buttonIcon-l31H9iuA{color:#131722}@media (any-hover:hover){.legend-l31H9iuA:hover .study-l31H9iuA.invisibleHover-l31H9iuA .button-l31H9iuA{display:flex}}.withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.withAction-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#d1d4dc}.selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{background-color:#f0f3fa}.selected-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA{border:1px solid #d1d4dc;border-left:0}.selected-l31H9iuA .buttons-l31H9iuA,.selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.selected-l31H9iuA .buttonsWrapper-l31H9iuA,.selected-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#2962ff}.buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.buttons-l31H9iuA .eye-l31H9iuA .crossed-eye,.buttons-l31H9iuA .eye-l31H9iuA .loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .normal-eye,.medium-l31H9iuA .study-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:nth-child(2),.medium-l31H9iuA .study-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:nth-child(3):nth-last-child(3){display:none}.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .crossed-eye{display:block}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .crossed-eye,.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .normal-eye{display:none}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .loading-eye{display:block}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye{animation:eye-animation-l31H9iuA .96s linear infinite;transform-origin:center}.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA,.disabledOnInterval-l31H9iuA .buttons-l31H9iuA .intervalEye-l31H9iuA,.flagged-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA .linking-l31H9iuA,.selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA .buttons-l31H9iuA .linking-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA{display:flex;opacity:1;pointer-events:auto}.buttons-l31H9iuA .intervalEye-l31H9iuA .animated-loading-eye,.buttons-l31H9iuA .intervalEye-l31H9iuA .loading-eye,.buttons-l31H9iuA .intervalEye-l31H9iuA .normal-eye{display:none}.buttons-l31H9iuA .intervalEye-l31H9iuA .crossed-eye{color:#fb8c00}.selected-l31H9iuA.series-l31H9iuA.disabled-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA.flagged-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA.linked-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.linked-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.withAction-l31H9iuA.series-l31H9iuA.disabled-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA{visibility:visible}.flag-l31H9iuA .buttonIcon-l31H9iuA{align-self:stretch;flex:1}.flagWrapper-l31H9iuA,.markerContainer-l31H9iuA{display:flex;flex:1;justify-content:center}.markerContainer-l31H9iuA{align-items:stretch}.flagWrapper-l31H9iuA{width:12px}.flagWrapper-l31H9iuA svg{height:12px}.sourcesWrapper-l31H9iuA{align-items:flex-start;display:flex;flex-direction:column-reverse;margin:0;position:relative}.legendMainSourceWrapper-l31H9iuA{text-align:left}.sources-l31H9iuA{display:flex;flex:1 1 auto;flex-direction:column;width:100%}.toggler-l31H9iuA{align-items:center;display:flex;flex:0 0 auto;margin:2px 5px 0 0;padding:0;position:relative}.toggler-l31H9iuA.onlyOneSourceShown-l31H9iuA{display:none}@media (any-hover:hover){.toggler-l31H9iuA:hover:after{z-index:0}.toggler-l31H9iuA:hover .counter-l31H9iuA,.toggler-l31H9iuA:hover .iconArrow-l31H9iuA,.toggler-l31H9iuA:hover .objectTree-l31H9iuA{color:#000}}.toggler-l31H9iuA .counter-l31H9iuA{color:inherit;display:none;font-size:13px;line-height:16px;padding-right:4px}.toggler-l31H9iuA .iconArrow-l31H9iuA{display:flex;transform:rotate(-180deg);transition:transform .1s cubic-bezier(.06,.52,1,.54);width:27px}.toggler-l31H9iuA .objectTree-l31H9iuA{display:none;width:19px}.toggler-l31H9iuA .iconArrow-l31H9iuA,.toggler-l31H9iuA .objectTree-l31H9iuA{align-items:center;height:19px;justify-content:center}.toggler-l31H9iuA .counter-l31H9iuA,.toggler-l31H9iuA .iconArrow-l31H9iuA,.toggler-l31H9iuA .objectTree-l31H9iuA{color:#131722;position:relative;z-index:1}.closed-l31H9iuA.sourcesWrapper-l31H9iuA{padding-bottom:4px}.closed-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA{display:flex}.closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA{transform:rotate(0)}.closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.closed-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{width:19px}.closed-l31H9iuA .sources-l31H9iuA{display:none}.micro-l31H9iuA .sourcesWrapper-l31H9iuA{padding-bottom:4px}.micro-l31H9iuA .toggler-l31H9iuA.objectsTreeCanBeShown-l31H9iuA .objectTree-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA.objectsTreeCanBeShown-l31H9iuA.onlyOneSourceShown-l31H9iuA{display:flex}.micro-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA,.micro-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.micro-l31H9iuA .series-l31H9iuA .valuesWrapper-l31H9iuA,.micro-l31H9iuA .sources-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA{display:none}.touchMode-l31H9iuA .titlesWrapper-l31H9iuA{height:26px;line-height:25px}.touchMode-l31H9iuA .selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.touchMode-l31H9iuA .withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{bottom:5px;top:5px}.touchMode-l31H9iuA .series-l31H9iuA .titlesWrapper-l31H9iuA{min-height:26px}.touchMode-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.touchMode-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{height:24px;width:30px}.touchMode-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA{font-size:14px}.touchMode-l31H9iuA .item-l31H9iuA{min-height:26px}.touchMode-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.touchMode-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{width:24px}.chart-widget__top--themed-dark .item-l31H9iuA.last-l31H9iuA .text-l31H9iuA,.chart-widget__top--themed-dark .noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA,.chart-widget__top--themed-dark .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .valueValue-l31H9iuA{color:#d1d4dc}.chart-widget__top--themed-dark .titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:#2a2e39}.chart-widget__top--themed-dark .disabled-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA .valueValue-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .valueValue-l31H9iuA{color:#50535e}.chart-widget__top--themed-dark .disabled-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .valueValue-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .valueValue-l31H9iuA{color:#50535e!important}.chart-widget__top--themed-dark .study-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#868993}.chart-widget__top--themed-dark .study-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.chart-widget__top--themed-dark .study-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#50535e}.chart-widget__top--themed-dark .study-l31H9iuA.withCustomTextColor-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.chart-widget__top--themed-dark .study-l31H9iuA.withCustomTextColor-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#50535e!important}.chart-widget__top--themed-dark .buttonIcon-l31H9iuA,.chart-widget__top--themed-dark .series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA{color:#d1d4dc}@media (any-hover:hover){.chart-widget__top--themed-dark .button-l31H9iuA:hover:after{background-color:#2a2e39}}.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#363a45}.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{background-color:#363a45}.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:#131722}.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.chart-widget__top--themed-dark .selected-l31H9iuA .buttonsWrapper-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#1848cc}.chart-widget__top--themed-dark .toggler-l31H9iuA{border-color:#363a45}@media (any-hover:hover){.chart-widget__top--themed-dark .toggler-l31H9iuA:hover:after{background-color:#ffffff1a}.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .counter-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .iconArrow-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .objectTree-l31H9iuA{color:#f0f3fa}}.chart-widget__top--themed-dark .toggler-l31H9iuA .counter-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA .iconArrow-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA .objectTree-l31H9iuA{color:#d1d4dc}@keyframes eye-animation-l31H9iuA{to{transform:rotate(1turn)}}:root.theme-custom .titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:var(--themed-color-legend-background-tertiary)}:root.theme-custom .selected-l31H9iuA .buttons-l31H9iuA,:root.theme-custom .selected-l31H9iuA .titlesWrapper-l31H9iuA,:root.theme-custom .withAction-l31H9iuA .buttons-l31H9iuA,:root.theme-custom .withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:var(--themed-color-legend-background-secondary-inverse)}@media (any-hover:hover){:root.theme-custom .button-l31H9iuA:hover:after{background-color:var(--themed-color-legend-background-tertiary)}}.statuses-Lgtz1OtS{align-self:center;border-radius:9px;display:inline-flex;min-width:6px;overflow:hidden}@media (any-hover:hover){.statuses-Lgtz1OtS:hover .statusItem-Lgtz1OtS:after{opacity:.25}}.statuses-Lgtz1OtS:empty,.statuses_hidden-Lgtz1OtS{display:none}.statuses-Lgtz1OtS.small-Lgtz1OtS{border-radius:9px}.statuses-Lgtz1OtS.medium-Lgtz1OtS{border-radius:11px}.statuses-Lgtz1OtS.large-Lgtz1OtS{border-radius:8px}.statuses-Lgtz1OtS.blinking-Lgtz1OtS{will-change:opacity}.statuses-Lgtz1OtS .statusItem-Lgtz1OtS:not(:only-child):first-child{padding-left:2px}.statuses-Lgtz1OtS .statusItem-Lgtz1OtS:not(:only-child):last-child{padding-right:2px}.statusItem-Lgtz1OtS{direction:rtl;display:flex;position:relative;-webkit-user-select:none;user-select:none}.statusItem-Lgtz1OtS:after{content:"";display:block;height:100%;opacity:.15;position:absolute;right:0;top:0;width:100%;z-index:-1}.statusItem-Lgtz1OtS svg{position:relative;right:50%;top:50%;transform:translate(50%,-50%);z-index:0}.statusItem-Lgtz1OtS.small-Lgtz1OtS{height:18px;width:18px}.statusItem-Lgtz1OtS.medium-Lgtz1OtS{height:22px;width:22px}.statusItem-Lgtz1OtS.large-Lgtz1OtS{height:28px;width:28px}.statusItem-Lgtz1OtS.blinking-Lgtz1OtS:after{animation:blinking-animation-Lgtz1OtS 2.5s cubic-bezier(.25,0,.75,1) infinite}@media (any-hover:hover){.statusItem-Lgtz1OtS.blinking-Lgtz1OtS:after:hover{opacity:inherit}}.marketStatusOpen-Lgtz1OtS,html.theme-dark .marketStatusOpen-Lgtz1OtS{color:var(--themed-color-market-open,#089981)}.marketStatusOpen-Lgtz1OtS:after,html.theme-dark .marketStatusOpen-Lgtz1OtS:after{background-color:var(--themed-color-market-open-bg,#22ab94)}.marketStatusClose-Lgtz1OtS,html.theme-dark .marketStatusClose-Lgtz1OtS{color:var(--themed-color-market-closed,#9598a1)}.marketStatusClose-Lgtz1OtS:after,html.theme-dark .marketStatusClose-Lgtz1OtS:after{background-color:var(--themed-color-market-closed,#9598a1)}.marketStatusPre-Lgtz1OtS,html.theme-dark .marketStatusPre-Lgtz1OtS{color:var(--themed-color-pre-market,#fb8c00)}.marketStatusPre-Lgtz1OtS:after,html.theme-dark .marketStatusPre-Lgtz1OtS:after{background-color:var(--themed-color-pre-market-bg,#ffa726)}.marketStatusPost-Lgtz1OtS,html.theme-dark .marketStatusPost-Lgtz1OtS{color:var(--themed-color-post-market,#2962ff)}.marketStatusPost-Lgtz1OtS:after,html.theme-dark .marketStatusPost-Lgtz1OtS:after{background-color:var(--themed-color-post-market-bg,#3179f5)}.marketStatusHoliday-Lgtz1OtS,html.theme-dark .marketStatusHoliday-Lgtz1OtS{color:var(--themed-color-market-holiday,#9598a1)}.marketStatusHoliday-Lgtz1OtS:after,html.theme-dark .marketStatusHoliday-Lgtz1OtS:after{background-color:var(--themed-color-market-holiday,#9598a1)}.marketStatusDelisted-Lgtz1OtS.medium-Lgtz1OtS,.marketStatusDelisted-Lgtz1OtS.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol,#cc2f3c);color:#fff}html.theme-dark .marketStatusDelisted-Lgtz1OtS.medium-Lgtz1OtS,html.theme-dark .marketStatusDelisted-Lgtz1OtS.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS,html.theme-dark .marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS{color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS:after,html.theme-dark .marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS:after{background-color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusExpired-Lgtz1OtS,html.theme-dark .marketStatusExpired-Lgtz1OtS{color:var(--themed-color-market-expired,#f23645)}.marketStatusExpired-Lgtz1OtS:after,html.theme-dark .marketStatusExpired-Lgtz1OtS:after{background-color:var(--themed-color-market-expired,#f23645)}.marketStatusCustom-Lgtz1OtS,html.theme-dark .marketStatusCustom-Lgtz1OtS{color:var(--custom-status-color,var(--themed-color-market-closed,#9598a1))}.marketStatusCustom-Lgtz1OtS:after,html.theme-dark .marketStatusCustom-Lgtz1OtS:after{background-color:var(--custom-status-color,var(--themed-color-market-closed,#9598a1))}.invalidSymbol-Lgtz1OtS{color:#fff}.invalidSymbol-Lgtz1OtS,html.theme-dark .invalidSymbol-Lgtz1OtS{background-color:var(--themed-color-invalid-symbol,#f7525f)}@media (any-hover:hover){.statuses-Lgtz1OtS .invalidSymbol-Lgtz1OtS:hover{background-color:var(--themed-color-invalid-symbol-hover,#b22833)}html.theme-dark .statuses-Lgtz1OtS .invalidSymbol-Lgtz1OtS:hover{background-color:var(--themed-color-invalid-symbol-hover,#f23645)}.statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.medium-Lgtz1OtS,.statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.small-Lgtz1OtS,html.theme-dark .statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.medium-Lgtz1OtS,html.theme-dark .statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol-hover,#991f29)}}.replayModeAutoPlay-Lgtz1OtS,.replayModePause-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#fff)}html.theme-dark .replayModeAutoPlay-Lgtz1OtS,html.theme-dark .replayModePause-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#e3effd)}.replayModeAutoPlay-Lgtz1OtS:after,.replayModePause-Lgtz1OtS:after{background-color:var(--themed-color-replay-mode,#2962ff);opacity:1}html.theme-dark .replayModeAutoPlay-Lgtz1OtS:after,html.theme-dark .replayModePause-Lgtz1OtS:after{background-color:var(--themed-color-replay-mode,#2962ff)}.replayModePointSelect-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#fff)}html.theme-dark .replayModePointSelect-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#e3effd)}.replayModePointSelect-Lgtz1OtS:after{background-color:var(--themed-color-replay-select-point,#d1d4dc);opacity:1}html.theme-dark .replayModePointSelect-Lgtz1OtS:after{background-color:var(--themed-color-replay-select-point,#434651)}.replayModeAutoPlay-Lgtz1OtS.blinking-Lgtz1OtS:after{animation:blinking-animation-custom-Lgtz1OtS 1s cubic-bezier(.77,.21,.1,.74) infinite}@media (any-hover:hover){.replayModeAutoPlay-Lgtz1OtS.blinking-Lgtz1OtS:after:hover{opacity:inherit}.statuses-Lgtz1OtS .replayModeAutoPlay-Lgtz1OtS:hover:after,.statuses-Lgtz1OtS .replayModePause-Lgtz1OtS:hover:after{background-color:var(--themed-color-replay-mode-hover,#1e53e5);opacity:1}html.theme-dark .statuses-Lgtz1OtS .replayModeAutoPlay-Lgtz1OtS:hover:after,html.theme-dark .statuses-Lgtz1OtS .replayModePause-Lgtz1OtS:hover:after{background-color:var(--themed-color-replay-mode-hover,#1e53e5)}.statuses-Lgtz1OtS .replayModePointSelect-Lgtz1OtS:hover:after{background-color:var(--themed-color-default-gray,#6a6d78);opacity:1}html.theme-dark .statuses-Lgtz1OtS .replayModePointSelect-Lgtz1OtS:hover:after{background-color:var(--themed-color-default-gray,#868993)}}.notAccurate-Lgtz1OtS,html.theme-dark .notAccurate-Lgtz1OtS{color:var(--themed-color-notaccurate-mode,#d81b60)}.notAccurate-Lgtz1OtS:after,html.theme-dark .notAccurate-Lgtz1OtS:after{background-color:var(--themed-color-notaccurate-mode,#d81b60)}.openedInPineEditor-Lgtz1OtS{color:var(--themed-color-forest-green-500,#089950)}.openedInPineEditor-Lgtz1OtS:after{background-color:var(--themed-color-forest-green-500,#089950)}.openedInDetachedPineEditor-Lgtz1OtS{color:var(--themed-color-cold-gray-550,#6a6d78)}.openedInDetachedPineEditor-Lgtz1OtS:after{background-color:var(--themed-color-cold-gray-550,#6a6d78)}.delay-Lgtz1OtS,html.theme-dark .delay-Lgtz1OtS{color:var(--themed-color-delay-mode,#f57c00)}.delay-Lgtz1OtS:after,html.theme-dark .delay-Lgtz1OtS:after{background-color:var(--themed-color-delay-mode-bg,#ffa726)}.eod-Lgtz1OtS,html.theme-dark .eod-Lgtz1OtS{color:var(--themed-color-eod-mode,#7b1fa2)}.eod-Lgtz1OtS:after,html.theme-dark .eod-Lgtz1OtS:after{background-color:var(--themed-color-eod-mode-bg,#ab47bc)}.tvCalculatedPair-Lgtz1OtS{color:var(--themed-color-grapes-purple-400,#ab47bc)}.tvCalculatedPair-Lgtz1OtS:after{background-color:var(--themed-color-grapes-purple-400,#ab47bc)}.dataProblemHigh-Lgtz1OtS{color:#fff}.dataProblemHigh-Lgtz1OtS,html.theme-dark .dataProblemHigh-Lgtz1OtS{background-color:var(--themed-color-data-problem-bg,#f7525f)}.dataProblemLow-Lgtz1OtS,html.theme-dark .dataProblemLow-Lgtz1OtS{color:var(--themed-color-data-problem,#cc2f3c)}.dataProblemLow-Lgtz1OtS:after,html.theme-dark .dataProblemLow-Lgtz1OtS:after{background-color:var(--themed-color-data-problem-bg,#f7525f)}@media (any-hover:hover){.statuses-Lgtz1OtS .dataProblemHigh-Lgtz1OtS:hover{background-color:var(--themed-color-data-problem-hover,#b22833)}html.theme-dark .statuses-Lgtz1OtS .dataProblemHigh-Lgtz1OtS:hover{background-color:var(--themed-color-data-problem-hover,#f23645)}}@keyframes blinking-animation-Lgtz1OtS{0%,to{opacity:.15}50%{opacity:.4}}@keyframes blinking-animation-custom-Lgtz1OtS{0%,to{opacity:.5}50%{opacity:1}}.paneControls-JQv8nO8e{color:#fff;margin-right:auto;margin-top:4px;padding:0 1px 0 4px;position:static;transition:opacity .4s,visibility .4s;z-index:7}.paneControls-JQv8nO8e.hidden-JQv8nO8e{opacity:0;visibility:hidden}.paneControls-JQv8nO8e.forceHidden-JQv8nO8e{height:0;line-height:0;margin:0;padding:0;width:0}.button-JQv8nO8e{align-items:center;display:flex;flex:0 0 auto;height:22px;justify-content:center;overflow:hidden;position:relative;width:22px}.button-JQv8nO8e:not(:first-child){margin-left:4px}.button-JQv8nO8e .buttonIcon-JQv8nO8e{color:#131722}.button-JQv8nO8e.minimize-JQv8nO8e .buttonIcon-JQv8nO8e,.button-JQv8nO8e.restore-JQv8nO8e .buttonIcon-JQv8nO8e{color:#fff}.button-JQv8nO8e.newButton-JQv8nO8e{border-radius:4px}.touchMode-JQv8nO8e .button-JQv8nO8e{height:22px;width:22px}@media (any-hover:hover){.collapse-JQv8nO8e:hover .bracket-up,.maximize-JQv8nO8e:hover .bracket-up{animation:maximize-animation-up-bracket-JQv8nO8e .6s ease}.collapse-JQv8nO8e:hover .bracket-down,.maximize-JQv8nO8e:hover .bracket-down{animation:maximize-animation-down-bracket-JQv8nO8e .6s ease}}.collapse-JQv8nO8e .bracket-down,.collapse-JQv8nO8e .bracket-up,.maximize-JQv8nO8e .bracket-down,.maximize-JQv8nO8e .bracket-up{transform:translateY(0)}@keyframes maximize-animation-up-bracket-JQv8nO8e{50%{transform:translateY(1px)}}@keyframes maximize-animation-down-bracket-JQv8nO8e{50%{transform:translateY(-1px)}}.minimize-JQv8nO8e,.restore-JQv8nO8e{background-color:#2962ff!important;border-color:#2962ff!important}@media (any-hover:hover){.minimize-JQv8nO8e:hover .bracket-up,.restore-JQv8nO8e:hover .bracket-up{animation:minimize-animation-up-bracket-JQv8nO8e .6s ease}.minimize-JQv8nO8e:hover .bracket-down,.restore-JQv8nO8e:hover .bracket-down{animation:minimize-animation-down-bracket-JQv8nO8e .6s ease}}.minimize-JQv8nO8e .bracket-down,.minimize-JQv8nO8e .bracket-up,.restore-JQv8nO8e .bracket-down,.restore-JQv8nO8e .bracket-up{transform:translateY(0)}@keyframes minimize-animation-up-bracket-JQv8nO8e{50%{transform:translateY(-1px)}}@keyframes minimize-animation-down-bracket-JQv8nO8e{50%{transform:translateY(1px)}}@media (any-hover:hover){.up-JQv8nO8e:hover .buttonIcon-JQv8nO8e{animation:up-animation-JQv8nO8e .6s ease}}@keyframes up-animation-JQv8nO8e{0%{transform:translateY(0)}50%{transform:translateY(-2px)}}@media (any-hover:hover){.down-JQv8nO8e:hover .buttonIcon-JQv8nO8e{animation:down-animation-JQv8nO8e .6s ease}}@keyframes down-animation-JQv8nO8e{0%{transform:translateY(0)}50%{transform:translateY(2px)}}.buttonsWrapper-JQv8nO8e{align-items:center;display:flex;flex:0 0 auto;flex-wrap:nowrap}.chart-widget__top--themed-dark .paneControls-JQv8nO8e{color:#131722}.chart-widget__top--themed-dark .minimize-JQv8nO8e,.chart-widget__top--themed-dark .restore-JQv8nO8e{background-color:#1848cc!important;border-color:#1848cc!important}@media (any-hover:hover){.chart-widget__top--themed-dark .button-JQv8nO8e:hover .buttonIcon-JQv8nO8e{color:#f0f3fa}}.chart-widget__top--themed-dark .button-JQv8nO8e .buttonIcon-JQv8nO8e{color:#d1d4dc} \ No newline at end of file diff --git a/public/charting_library/bundles/2157.d1cab62b805a1a6282a1.js b/public/charting_library/bundles/2157.d1cab62b805a1a6282a1.js new file mode 100644 index 00000000..6d5c2148 --- /dev/null +++ b/public/charting_library/bundles/2157.d1cab62b805a1a6282a1.js @@ -0,0 +1,11 @@ +(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2157],{59142:function(e,t){var n,o,s;o=[t],n=function(e){"use strict";function t(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t{e.exports={wrapper:"wrapper-GZajBGIm",input:"input-GZajBGIm",view:"view-GZajBGIm",danger:"danger-GZajBGIm"}},31542:e=>{e.exports={box:"box-ywH2tsV_",noOutline:"noOutline-ywH2tsV_", +disabled:"disabled-ywH2tsV_","intent-danger":"intent-danger-ywH2tsV_",checked:"checked-ywH2tsV_",check:"check-ywH2tsV_",icon:"icon-ywH2tsV_",dot:"dot-ywH2tsV_",disableActiveStyles:"disableActiveStyles-ywH2tsV_"}},49844:e=>{e.exports={loader:"loader-UL6iwcBa",static:"static-UL6iwcBa",item:"item-UL6iwcBa","tv-button-loader":"tv-button-loader-UL6iwcBa",medium:"medium-UL6iwcBa",small:"small-UL6iwcBa",black:"black-UL6iwcBa",white:"white-UL6iwcBa",gray:"gray-UL6iwcBa",primary:"primary-UL6iwcBa"}},10765:e=>{e.exports={accessible:"accessible-rm8yeqY4"}},33832:e=>{e.exports={loaderWrap:"loaderWrap-jGEARQlM",big:"big-jGEARQlM",loader:"loader-jGEARQlM"}},3232:e=>{e.exports={item:"item-GJX1EXhk",interactive:"interactive-GJX1EXhk",hovered:"hovered-GJX1EXhk",disabled:"disabled-GJX1EXhk",active:"active-GJX1EXhk",shortcut:"shortcut-GJX1EXhk",normal:"normal-GJX1EXhk",big:"big-GJX1EXhk",iconCell:"iconCell-GJX1EXhk",icon:"icon-GJX1EXhk",checkmark:"checkmark-GJX1EXhk",content:"content-GJX1EXhk",label:"label-GJX1EXhk",checked:"checked-GJX1EXhk",toolbox:"toolbox-GJX1EXhk",showToolboxOnHover:"showToolboxOnHover-GJX1EXhk",arrowIcon:"arrowIcon-GJX1EXhk",subMenu:"subMenu-GJX1EXhk",invisibleHotkey:"invisibleHotkey-GJX1EXhk"}},74704:e=>{e.exports={row:"row-DFIg7eOh",line:"line-DFIg7eOh",hint:"hint-DFIg7eOh"}},42931:e=>{e.exports={menu:"menu-Tx5xMZww"}},36411:e=>{e.exports={item:"item-WJDah4zD",emptyIcons:"emptyIcons-WJDah4zD",loading:"loading-WJDah4zD",disabled:"disabled-WJDah4zD",interactive:"interactive-WJDah4zD",hovered:"hovered-WJDah4zD",normal:"normal-WJDah4zD",big:"big-WJDah4zD",icon:"icon-WJDah4zD",label:"label-WJDah4zD",title:"title-WJDah4zD",nested:"nested-WJDah4zD",shortcut:"shortcut-WJDah4zD",remove:"remove-WJDah4zD"}},98941:e=>{e.exports={separator:"separator-Ymxd0dt_"}},69658:e=>{e.exports={"default-drawer-min-top-distance":"100px",wrap:"wrap-_HnK0UIN",positionBottom:"positionBottom-_HnK0UIN",backdrop:"backdrop-_HnK0UIN",drawer:"drawer-_HnK0UIN",positionLeft:"positionLeft-_HnK0UIN"}},98992:e=>{e.exports={favorite:"favorite-_FRQhM5Y",hovered:"hovered-_FRQhM5Y",disabled:"disabled-_FRQhM5Y",active:"active-_FRQhM5Y",checked:"checked-_FRQhM5Y"}},11772:e=>{e.exports={button:"button-iLKiGOdQ",hovered:"hovered-iLKiGOdQ",disabled:"disabled-iLKiGOdQ",active:"active-iLKiGOdQ",hidden:"hidden-iLKiGOdQ"}},70673:(e,t,n)=>{"use strict";n.d(t,{CheckboxInput:()=>c});var o=n(50959),s=n(97754),r=n(90186),a=n(5811),i=n(57723),l=n.n(i);function c(e){const t=s(l().wrapper,e.className);return o.createElement("span",{className:t,title:e.title,style:e.style},o.createElement("input",{id:e.id,tabIndex:e.tabIndex,className:s(e.intent&&l()[e.intent],l().input),type:"checkbox",name:e.name,checked:e.checked,disabled:e.disabled,value:e.value,autoFocus:e.autoFocus,role:e.role,onChange:function(){var t;null===(t=e.onChange)||void 0===t||t.call(e,e.value)},ref:e.reference,"aria-required":e["aria-required"],"aria-describedby":e["aria-describedby"],"aria-invalid":e["aria-invalid"],...(0,r.filterDataProps)(e)}),o.createElement(a.CheckboxView,{className:l().view, +indeterminate:e.indeterminate,checked:e.checked,disabled:e.disabled,intent:e.intent,tabIndex:e.tabIndex}))}},5811:(e,t,n)=>{"use strict";n.d(t,{CheckboxView:()=>c});var o=n(50959),s=n(97754),r=n(9745),a=n(65890),i=n(31542),l=n.n(i);function c(e){const{indeterminate:t,checked:n,tabIndex:i,className:c,disabled:u,disableActiveStyles:d,intent:h,hideIcon:m,...p}=e,v=t||!n||m?"":a,b=s(l().box,l()[`intent-${h}`],!t&&l().check,!!t&&l().dot,-1===i&&l().noOutline,c,n&&l().checked,u&&l().disabled,d&&l().disableActiveStyles);return o.createElement("span",{className:b,...p},o.createElement(r.Icon,{icon:v,className:l().icon}))}},26996:(e,t,n)=>{"use strict";n.d(t,{Loader:()=>l});var o,s=n(50959),r=n(97754),a=n(49844),i=n.n(a);function l(e){const{className:t,size:n="medium",staticPosition:o,color:a="black"}=e,l=r(i().item,i()[a],i()[n]);return s.createElement("span",{className:r(i().loader,o&&i().static,t)},s.createElement("span",{className:l}),s.createElement("span",{className:l}),s.createElement("span",{className:l}))}!function(e){e.Medium="medium",e.Small="small"}(o||(o={}))},50238:(e,t,n)=>{"use strict";n.d(t,{useRovingTabindexElement:()=>r});var o=n(50959),s=n(39416);function r(e,t=[]){const[n,r]=(0,o.useState)(!1),a=(0,s.useFunctionalRefObject)(e);return(0,o.useLayoutEffect)((()=>{const e=a.current;if(null===e)return;const t=e=>{switch(e.type){case"roving-tabindex:main-element":r(!0);break;case"roving-tabindex:secondary-element":r(!1)}};return e.addEventListener("roving-tabindex:main-element",t),e.addEventListener("roving-tabindex:secondary-element",t),()=>{e.removeEventListener("roving-tabindex:main-element",t),e.removeEventListener("roving-tabindex:secondary-element",t)}}),t),[a,n?0:-1]}},10772:(e,t,n)=>{"use strict";n.d(t,{ContextMenuAction:()=>E});var o=n(50959),s=n(50151),r=n(91561),a=n(59064),i=n(51768),l=n(63273);var c=n(83021),u=n(97754),d=n.n(u),h=n(26996),m=n(5304),p=n(33832);function v(e){const{size:t="normal"}=e;return o.createElement(m.ContextMenuItem,{size:t,jsxLabel:o.createElement("div",{className:d()(p.loaderWrap,p[t])},o.createElement(h.Loader,{className:p.loader})),noInteractive:!0,onMouseOver:e.onMouseOver})}var b=n(3343),f=n(50238),g=n(10765);const w=(0,o.forwardRef)((function(e,t){const{className:n,...s}=e,[r,a]=(0,f.useRovingTabindexElement)(t);return o.createElement(m.ContextMenuItem,{...s,className:d()(g.accessible,n),reference:r,tabIndex:a,onKeyDown:function(e){if(e.target!==e.currentTarget)return;const t=(0,b.hashFromEvent)(e);13!==t&&32!==t||(e.preventDefault(),r.current instanceof HTMLElement&&r.current.click())},"data-role":"menuitem","aria-disabled":e.disabled||void 0})}));class E extends o.PureComponent{constructor(e){super(e),this._itemRef=null,this._menuElementRef=o.createRef(),this._menuRef=null,this._handleClick=e=>{e.isDefaultPrevented()||this.state.disabled||(this._hasSubItems()?this._showSubMenu():(this.state.doNotCloseOnClick||(0,a.globalCloseMenu)(),this.props.action.execute(),this._trackEvent(),this.props.onExecute&&this.props.onExecute(this.props.action)))}, +this._handleClickToolbox=()=>{(0,a.globalCloseMenu)()},this._handleItemMouseOver=()=>{this._showSubMenu(),this._setCurrentContextValue()},this._handleMenuMouseOver=()=>{this._setCurrentContextValue()},this._showSubMenu=()=>{this.props.onShowSubMenu(this.props.action)},this._calcSubMenuPos=e=>function(e,t,n={x:0,y:10}){if(t){const{left:n,right:o,top:s}=t.getBoundingClientRect(),r=document.documentElement.clientWidth,a={x:n-e,y:s},i={x:o,y:s};return(0,l.isRtl)()?n<=e?i:a:r-o>=e?i:a}return n}(e.contentWidth,this._itemRef),this._updateState=e=>{this.setState(e.getState())},this._setItemRef=e=>{this._itemRef=e},this._handleMenuRef=e=>{this._menuRef=e},this._registerSubmenu=()=>{var e;return null===(e=this.context)||void 0===e?void 0:e.registerSubmenu(this.props.action.id,(e=>(0,s.ensureNotNull)(this._itemRef).contains(e)||null!==this._menuElementRef.current&&this._menuElementRef.current.contains(e)))},this.state={...this.props.action.getState()}}componentDidMount(){this.props.action.onUpdate().subscribe(this,this._updateState),this.state.subItems.length&&(this._unsubscribe=this._registerSubmenu()),this.props.reference&&(this._itemRef=this.props.reference.current)}componentDidUpdate(e,t){var n,o,s;t.loading!==this.state.loading&&(null===(o=(n=this.props).onRequestUpdate)||void 0===o||o.call(n)),0===t.subItems.length&&this.state.subItems.length>0&&(this._unsubscribe=this._registerSubmenu()),t.subItems.length>0&&0===this.state.subItems.length&&(null===(s=this._unsubscribe)||void 0===s||s.call(this)),t.subItems!==this.state.subItems&&null!==this._menuRef&&this._menuRef.update()}componentWillUnmount(){this.props.action.onUpdate().unsubscribe(this,this._updateState),this._unsubscribe&&this._unsubscribe()}render(){var e,t;const n=(null===(e=this.context)||void 0===e?void 0:e.current)?this.context.current===this.props.action.id:this.props.isSubMenuOpened;return this.state.loading?o.createElement(v,{size:this.state.size}):o.createElement(w,{theme:this.props.theme,ref:null!==(t=this.props.reference)&&void 0!==t?t:this._setItemRef,onClick:this._handleClick,onClickToolbox:this._handleClickToolbox,onMouseOver:this._handleItemMouseOver,hovered:n,hasSubItems:this._hasSubItems(),actionName:this.state.name,checkboxInput:this.props.checkboxInput,selected:this.props.selected,...this.state},o.createElement(r.ContextMenu,{isOpened:n,items:this.state.subItems,position:this._calcSubMenuPos,menuStatName:this.props.menuStatName,parentStatName:this._getStatName(),menuElementReference:this._menuElementRef,onMouseOver:this.state.subItems.length?this._handleMenuMouseOver:void 0,ref:this._handleMenuRef}))}_setCurrentContextValue(){var e;this.state.subItems.length&&(null===(e=this.context)||void 0===e||e.setCurrent(this.props.action.id))}_hasSubItems(){return this.state.subItems.length>0}_trackEvent(){const e=this._getStatName();(0,i.trackEvent)("ContextMenuClick",this.props.menuStatName||"",e)}_getStatName(){return[this.props.parentStatName,this.state.statName].filter((e=>Boolean(e))).join(".")}}E.contextType=c.SubmenuContext},5304:(e,t,n)=>{ +"use strict";n.d(t,{ContextMenuItem:()=>E,DEFAUL_CONTEXT_MENU_ITEM_THEME:()=>g});var o=n(50959),s=n(97754),r=n(70673),a=n(49483),i=n(71382),l=n(96040),c=n(36189),u=n(99025),d=n(25812),h=n(56570),m=n(90186),p=n(60925),v=n(80802),b=n(14665),f=n(3232);const g=f,w=h.enabled("items_favoriting");class E extends o.PureComponent{constructor(){super(...arguments),this._handleMouseOver=e=>{(0,i.isTouchEvent)(e.nativeEvent)||this.props.onMouseOver&&this.props.onMouseOver()},this._handleClickToolbox=e=>{e.stopPropagation(),this.props.onClickToolbox&&this.props.onClickToolbox()}}render(){const{hasSubItems:e,shortcutHint:t,hint:n,invisibleHotkey:r,favourite:i,theme:l=f,size:d="normal",onKeyDown:h,label:p,jsxLabel:v,styledLabel:g}=this.props,E=this.props.checkable&&this.props.checkboxInput?"label":"div";return o.createElement(o.Fragment,null,o.createElement("tr",{...(0,m.filterDataProps)(this.props),...(0,m.filterAriaProps)(this.props),className:s(this.props.className,l.item,!this.props.noInteractive&&l.interactive,this.props.hovered&&l.hovered,this.props.disabled&&l.disabled,this.props.active&&l.active,this.props.selected&&l.selected,l[d]),onClick:this.props.onClick,onMouseOver:this._handleMouseOver,ref:this.props.reference,"data-action-name":this.props.actionName,tabIndex:this.props.tabIndex,onKeyDown:h},w&&void 0!==i&&o.createElement("td",null,o.createElement(c.FavoriteButton,{className:l.favourite,isFilled:i,onClick:this.props.onFavouriteClick})),o.createElement("td",{className:s(l.iconCell),"data-icon-cell":!0},this._icon(l)),o.createElement("td",{className:l.contentCell},o.createElement(E,{className:l.content},o.createElement("span",{className:s(l.label,this.props.checked&&l.checked),"data-label":!0},!v&&g?g.map((({text:e,...t},n)=>o.createElement("span",{key:n,style:t},e))):null!=v?v:p),this._toolbox(l),e&&o.createElement("span",{className:l.arrowIcon,dangerouslySetInnerHTML:{__html:b},"data-submenu-arrow":!0}),!e&&t&&!a.CheckMobile.any()&&o.createElement(u.Hint,{className:s(r&&l.invisibleHotkey),text:t}),!e&&!t&&n&&o.createElement(u.Hint,{text:n})))),o.createElement("tr",{className:l.subMenu},o.createElement("td",null,this.props.children)))}_icon(e){if(this.props.checkable){if(this.props.checkboxInput)return o.createElement(r.CheckboxInput,{className:s(e.icon,e.checkboxInput),checked:this.props.checked});if(this.props.checked){const t=!this.props.icon&&!this.props.iconChecked,n=this.props.iconChecked||this.props.icon||v;return o.createElement("span",{className:s(e.icon,t&&e.checkmark),dangerouslySetInnerHTML:{__html:n},"data-icon-checkmark":t})}return this.props.icon?o.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:this.props.icon}}):o.createElement("span",{className:e.icon})}return this.props.icon?o.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:this.props.icon}}):null}_toolbox(e){return this.props.toolbox?o.createElement("span",{className:s(e.toolbox,this.props.showToolboxOnHover&&e.showToolboxOnHover),onClick:this._handleClickToolbox,"data-toolbox":!0 +},this._renderToolboxContent()):null}_renderToolboxContent(){return this.props.toolbox&&this.props.toolbox.type===d.ToolboxType.Delete?o.createElement(l.RemoveButton,{icon:p,onClick:this.props.toolbox.action}):null}}},91561:(e,t,n)=>{"use strict";n.d(t,{ContextMenu:()=>_,OverlapContextMenu:()=>M});var o=n(50959),s=n(97754),r=n.n(s),a=n(86431),i=n(27317),l=n(52778);class c extends o.PureComponent{constructor(){super(...arguments),this._handleKeyDown=e=>{e.keyCode===this.props.keyCode&&this.props.handler(e)}}componentDidMount(){document.addEventListener(this.props.eventType||"keydown",this._handleKeyDown,!1)}componentWillUnmount(){document.removeEventListener(this.props.eventType||"keydown",this._handleKeyDown,!1)}render(){return null}}var u=n(75535),d=n(37558),h=n(90692),m=n(98941);function p(e){return o.createElement("li",{className:m.separator})}var v=n(23829),b=n(41590),f=n(59064);function g(e){var t;const n=null!==(t=e.action.custom())&&void 0!==t?t:e.action,[s,r]=(0,o.useState)((()=>n.getState())),[a,i]=(0,o.useState)(!1),l=!!s.subItems.length,c=l&&a;return(0,o.useEffect)((()=>{const e=()=>r(n.getState());return n.onUpdate().subscribe(null,e),()=>{n.onUpdate().unsubscribe(null,e)}}),[]),o.createElement(v.ContextMenuItem,{...s,onClick:function(e){if(s.disabled||e.defaultPrevented)return;if(l)return void i(!0);s.doNotCloseOnClick||(0,f.globalCloseMenu)();n.execute()},isLoading:s.loading,isHovered:c},c&&o.createElement(b.Drawer,{onClose:u},o.createElement(x,{items:s.subItems,parentAction:n,closeNested:u})));function u(e){e&&e.preventDefault(),i(!1)}}var w=n(54627),E=n(66493);function x(e){const{items:t,parentAction:n,closeNested:s}=e,r=!Boolean(n)&&t.every((e=>!Boolean("separator"!==e.type&&(e.getState().icon||e.getState().checkable))));return o.createElement(w.EmptyIconsContext.Provider,{value:r},o.createElement("ul",null,n&&o.createElement(o.Fragment,null,o.createElement(v.ContextMenuItem,{label:n.getState().label,isTitle:!0,active:!1,disabled:!1,subItems:[],checkable:!1,checked:!1,doNotCloseOnClick:!1,icon:E,onClick:s}),o.createElement(p,null)),t.map((e=>{switch(e.type){case"action":return o.createElement(g,{key:e.id,action:e});case"separator":return o.createElement(p,{key:e.id})}}))))}const k=o.createContext(null);var y=n(20243),C=n(42931);class _ extends o.PureComponent{constructor(e){super(e),this._menuRef=o.createRef(),this._handleRequestUpdate=()=>{this.update()},this._handleClose=()=>{this.props.onClose&&this.props.onClose()},this._handleOutsideClickClose=e=>{const{doNotCloseOn:t,onClose:n}=this.props;!n||void 0!==t&&t.contains(e.target)||n()},this._handleFocusOnOpen=()=>{var e,t;(null===(e=this.props.menuElementReference)||void 0===e?void 0:e.current)&&this.props.takeFocus&&(null===(t=this.props.menuElementReference)||void 0===t||t.current.focus({preventScroll:!0}))},this._handleFocus=e=>{this.props.isKeyboardEvent&&e.target&&(0,y.focusFirstMenuItem)(e.target)},this.state={}}render(){const{isOpened:e,onClose:t,items:n,doNotCloseOn:s,menuStatName:a,parentStatName:m,takeFocus:p,...v}=this.props +;return e?o.createElement(d.DrawerManager,null,o.createElement(c,{keyCode:27,eventType:"keyup",handler:this._handleClose}),o.createElement(h.MatchMedia,{rule:"screen and (max-width: 430px)"},(t=>this._isDrawer(t)?o.createElement(k.Provider,{value:{type:"drawer"}},o.createElement(b.Drawer,{onClose:this._handleClose,position:"Bottom","data-name":v["data-name"]},o.createElement(x,{items:n}))):o.createElement(k.Provider,{value:{type:"menu"}},o.createElement(l.OutsideEvent,{handler:this._handleOutsideClickClose,mouseDown:!0,touchStart:!0,reference:this.props.menuElementReference},(t=>o.createElement(i.Menu,{...v,reference:t,className:r()(C.menu,"context-menu"),onClose:this._handleClose,noMomentumBasedScroll:!0,ref:this._menuRef,tabIndex:p?-1:void 0,onOpen:this._handleFocusOnOpen,onFocus:this._handleFocus,onKeyDown:y.handleAccessibleMenuKeyDown},o.createElement(u.ActionsTable,{items:n,menuStatName:a,parentStatName:m,parentIsOpened:e,onRequestUpdate:this._handleRequestUpdate})))))))):null}update(){var e;this._menuRef.current&&this._menuRef.current.update(),this.props.isKeyboardEvent&&(null===(e=this.props.menuElementReference)||void 0===e?void 0:e.current)&&document.activeElement===this.props.menuElementReference.current&&(0,y.focusFirstMenuItem)(this.props.menuElementReference.current)}_isDrawer(e){return void 0===this.props.mode?e:"drawer"===this.props.mode}}const M=(0,a.makeOverlapable)(_)},99025:(e,t,n)=>{"use strict";n.d(t,{Hint:()=>i});var o=n(50959),s=n(97754),r=n.n(s),a=n(3232);function i(e){const{text:t="",className:n}=e;return o.createElement("span",{className:r()(a.shortcut,n)},t)}},23829:(e,t,n)=>{"use strict";n.d(t,{ContextMenuItem:()=>p});var o=n(50959),s=n(97754),r=n.n(s),a=n(9745),i=n(26996),l=n(54627),c=n(99025),u=n(39750),d=n(79978),h=n(60925),m=n(36411);function p(e){const{className:t,isTitle:n,isLoading:s,isHovered:p,active:v,checkable:b,disabled:f,checked:g,icon:w,iconChecked:E,hint:x,subItems:k,label:y,styledLabel:C,onClick:_,children:M,toolbox:S,jsxLabel:N,size:I="normal"}=e,D=(0,o.useContext)(l.EmptyIconsContext),L=!!k.length;return s?o.createElement("li",{className:r()(t,m.item,m.loading,m[I])},o.createElement(i.Loader,null)):o.createElement("li",{className:r()(t,m.item,m.interactive,n&&m.title,f&&m.disabled,p&&m.hovered,v&&m.active,D&&m.emptyIcons,m[I]),onClick:_},o.createElement(a.Icon,{className:r()(m.icon),icon:function(){if(b&&g)return E||w||u;return w}()}),o.createElement("span",{className:r()(m.label)},!N&&C?C.map((({text:e,...t},n)=>o.createElement("span",{key:n,style:t},e))):null!=N?N:y),!!S&&o.createElement(a.Icon,{onClick:function(){S&&S.action()},className:m.remove,icon:h}),!L&&x&&o.createElement(c.Hint,{className:m.shortcut,text:x}),L&&o.createElement(a.Icon,{className:m.nested,icon:d}),M)}},54627:(e,t,n)=>{"use strict";n.d(t,{EmptyIconsContext:()=>o});const o=n(50959).createContext(!1)},37558:(e,t,n)=>{"use strict";n.d(t,{DrawerContext:()=>a,DrawerManager:()=>r});var o=n(50959),s=n(99054);class r extends o.PureComponent{constructor(e){super(e),this._isBodyFixed=!1,this._addDrawer=e=>{ +this.setState((t=>({stack:[...t.stack,e]})))},this._removeDrawer=e=>{this.setState((t=>({stack:t.stack.filter((t=>t!==e))})))},this.state={stack:[]}}componentDidUpdate(e,t){!t.stack.length&&this.state.stack.length&&((0,s.setFixedBodyState)(!0),this._isBodyFixed=!0),t.stack.length&&!this.state.stack.length&&this._isBodyFixed&&((0,s.setFixedBodyState)(!1),this._isBodyFixed=!1)}componentWillUnmount(){this.state.stack.length&&this._isBodyFixed&&(0,s.setFixedBodyState)(!1)}render(){return o.createElement(a.Provider,{value:{addDrawer:this._addDrawer,removeDrawer:this._removeDrawer,currentDrawer:this.state.stack.length?this.state.stack[this.state.stack.length-1]:null}},this.props.children)}}const a=o.createContext(null)},41590:(e,t,n)=>{"use strict";n.d(t,{Drawer:()=>m});var o=n(50959),s=n(50151),r=n(97754),a=n(92184),i=n(42842),l=n(37558),c=n(29197),u=n(86656),d=n(69658);var h;function m(e){const{position:t="Bottom",onClose:n,children:u,reference:h,className:m,theme:v=d}=e,b=(0,s.ensureNotNull)((0,o.useContext)(l.DrawerContext)),[f]=(0,o.useState)((()=>(0,a.randomHash)())),g=(0,o.useRef)(null),w=(0,o.useContext)(c.CloseDelegateContext);return(0,o.useLayoutEffect)((()=>((0,s.ensureNotNull)(g.current).focus({preventScroll:!0}),w.subscribe(b,n),b.addDrawer(f),()=>{b.removeDrawer(f),w.unsubscribe(b,n)})),[]),o.createElement(i.Portal,null,o.createElement("div",{ref:h,className:r(d.wrap,d[`position${t}`])},f===b.currentDrawer&&o.createElement("div",{className:d.backdrop,onClick:n}),o.createElement(p,{className:r(v.drawer,d[`position${t}`],m),ref:g,"data-name":e["data-name"]},u)))}!function(e){e.Left="Left",e.Bottom="Bottom"}(h||(h={}));const p=(0,o.forwardRef)(((e,t)=>{const{className:n,...s}=e;return o.createElement(u.TouchScrollContainer,{className:r(d.drawer,n),tabIndex:-1,ref:t,...s})}))},36189:(e,t,n)=>{"use strict";n.d(t,{FavoriteButton:()=>d});var o=n(11542),s=n(50959),r=n(97754),a=n(9745),i=n(39146),l=n(48010),c=n(98992);const u={add:o.t(null,void 0,n(69207)),remove:o.t(null,void 0,n(85106))};function d(e){const{className:t,isFilled:n,isActive:o,onClick:d,...h}=e;return s.createElement(a.Icon,{...h,className:r(c.favorite,"apply-common-tooltip",n&&c.checked,o&&c.active,t),icon:n?i:l,onClick:d,title:n?u.remove:u.add})}},96040:(e,t,n)=>{"use strict";n.d(t,{RemoveButton:()=>c});var o=n(11542),s=n(50959),r=n(97754),a=n(9745),i=n(33765),l=n(11772);function c(e){const{className:t,isActive:c,onClick:u,onMouseDown:d,title:h,hidden:m,"data-name":p="remove-button",icon:v,...b}=e;return s.createElement(a.Icon,{...b,"data-name":p,className:r(l.button,"apply-common-tooltip",c&&l.active,m&&l.hidden,t),icon:v||i,onClick:u,onMouseDown:d,title:h||o.t(null,void 0,n(67410))})}},86656:(e,t,n)=>{"use strict";n.d(t,{TouchScrollContainer:()=>c});var o=n(50959),s=n(59142),r=n(50151),a=n(49483);const i=CSS.supports("overscroll-behavior","none");let l=0;const c=(0,o.forwardRef)(((e,t)=>{const{children:n,...r}=e,c=(0,o.useRef)(null);return(0,o.useImperativeHandle)(t,(()=>c.current)),(0,o.useLayoutEffect)((()=>{if(a.CheckMobile.iOS())return l++, +null!==c.current&&(i?1===l&&(document.body.style.overscrollBehavior="none"):(0,s.disableBodyScroll)(c.current,{allowTouchMove:u(c)})),()=>{l--,null!==c.current&&(i?0===l&&(document.body.style.overscrollBehavior=""):(0,s.enableBodyScroll)(c.current))}}),[]),o.createElement("div",{ref:c,...r},n)}));function u(e){return t=>{const n=(0,r.ensureNotNull)(e.current),o=document.activeElement;return!n.contains(t)||null!==o&&n.contains(o)&&o.contains(t)}}},20243:(e,t,n)=>{"use strict";n.d(t,{focusFirstMenuItem:()=>c,handleAccessibleMenuFocus:()=>i,handleAccessibleMenuKeyDown:()=>l,queryMenuElements:()=>h});var o=n(19291),s=n(57177),r=n(68335);const a=[37,39,38,40];function i(e,t){var n;if(!e.target)return;const o=null===(n=e.relatedTarget)||void 0===n?void 0:n.getAttribute("aria-activedescendant");if(e.relatedTarget!==t.current){const e=o&&document.getElementById(o);if(!e||e!==t.current)return}c(e.target)}function l(e){var t;if(e.defaultPrevented)return;const n=(0,r.hashFromEvent)(e);if(!a.includes(n))return;const i=document.activeElement;if(!(document.activeElement instanceof HTMLElement))return;const l=h(e.currentTarget).sort(o.navigationOrderComparator);if(0===l.length)return;const c=document.activeElement.closest('[data-role="menuitem"]')||(null===(t=document.activeElement.parentElement)||void 0===t?void 0:t.querySelector('[data-role="menuitem"]'));if(!(c instanceof HTMLElement))return;const p=l.indexOf(c);if(-1===p)return;const v=m(c),b=v.indexOf(document.activeElement),f=-1!==b,g=e=>{i&&(0,s.becomeSecondaryElement)(i),(0,s.becomeMainElement)(e),e.focus()};switch((0,o.mapKeyCodeToDirection)(n)){case"inlinePrev":if(!v.length)return;e.preventDefault(),g(0===b?l[p]:f?u(v,b,-1):v[v.length-1]);break;case"inlineNext":if(!v.length)return;e.preventDefault(),b===v.length-1?g(l[p]):g(f?u(v,b,1):v[0]);break;case"blockPrev":{e.preventDefault();const t=u(l,p,-1);if(f){const e=d(t,b);g(e||t);break}g(t);break}case"blockNext":{e.preventDefault();const t=u(l,p,1);if(f){const e=d(t,b);g(e||t);break}g(t)}}}function c(e){const[t]=h(e);t&&((0,s.becomeMainElement)(t),t.focus())}function u(e,t,n){return e[(t+e.length+n)%e.length]}function d(e,t){const n=m(e);return n.length?n[(t+n.length)%n.length]:null}function h(e){return Array.from(e.querySelectorAll('[data-role="menuitem"]:not([disabled]):not([aria-disabled])')).filter((0,o.createScopedVisibleElementFilter)(e))}function m(e){return Array.from(e.querySelectorAll("[tabindex]:not([disabled]):not([aria-disabled])")).filter((0,o.createScopedVisibleElementFilter)(e))}},57177:(e,t,n)=>{"use strict";var o;function s(e){e.dispatchEvent(new CustomEvent("roving-tabindex:main-element"))}function r(e){e.dispatchEvent(new CustomEvent("roving-tabindex:secondary-element"))}n.d(t,{becomeMainElement:()=>s,becomeSecondaryElement:()=>r}),function(e){e.MainElement="roving-tabindex:main-element",e.SecondaryElement="roving-tabindex:secondary-element"}(o||(o={}))},75535:(e,t,n)=>{"use strict";n.d(t,{ActionsTable:()=>i});var o=n(50959),s=n(74704);function r(e){return o.createElement("tr",{className:s.row +},o.createElement("td",null,o.createElement("div",{className:s.line})),o.createElement("td",null,o.createElement("div",{className:s.line}),e.hint?o.createElement("div",{className:s.hint},e.hint):null))}var a=n(10772);class i extends o.PureComponent{constructor(e){super(e),this._handleShowSubMenu=e=>{const t=e.getState();this.setState({showSubMenuOf:t.subItems.length?e:void 0})},this.state={}}render(){return o.createElement("table",null,o.createElement("tbody",null,this.props.items.map((e=>this._item(e)))))}static getDerivedStateFromProps(e,t){return!e.parentIsOpened&&t.showSubMenuOf?{showSubMenuOf:void 0}:null}_item(e){var t;switch(e.type){case"separator":return o.createElement(r,{key:e.id,hint:e.getHint()});case"action":const n=null!==(t=e.custom())&&void 0!==t?t:e;return o.createElement(a.ContextMenuAction,{key:n.id,action:n,onShowSubMenu:this._handleShowSubMenu,isSubMenuOpened:this.state.showSubMenuOf===n,menuStatName:this.props.menuStatName,parentStatName:this.props.parentStatName,onRequestUpdate:this.props.onRequestUpdate})}}}},60925:e=>{e.exports=''},65890:e=>{e.exports=''},66493:e=>{e.exports=''},79978:e=>{e.exports=''},80802:e=>{e.exports=''},39750:e=>{e.exports=''},33765:e=>{e.exports=''},14665:e=>{e.exports=''},39146:e=>{ +e.exports=''},48010:e=>{e.exports=''}}]); \ No newline at end of file diff --git a/public/charting_library/bundles/2191.6563d97efc3339a1e518.css b/public/charting_library/bundles/2191.6563d97efc3339a1e518.css deleted file mode 100644 index 5d9e886b..00000000 --- a/public/charting_library/bundles/2191.6563d97efc3339a1e518.css +++ /dev/null @@ -1 +0,0 @@ -.button-D4RPB3ZC{align-items:center;background-color:var(--ui-lib-button-color-bg,var(--ui-lib-button-default-color-bg));border-color:var(--ui-lib-button-color-border,var(--ui-lib-button-default-color-border));border-style:solid;border-width:1px;box-sizing:border-box;color:var(--ui-lib-button-color-content,var(--ui-lib-button-default-color-content));display:inline-flex;justify-content:center;max-width:100%;outline:none;overflow:visible;padding-bottom:0;padding-left:var(--ui-lib-button-padding-left,var(--ui-lib-button-default-padding-left));padding-right:var(--ui-lib-button-padding-right,var(--ui-lib-button-default-padding-right));padding-top:0;position:relative}.button-D4RPB3ZC:focus{outline:none}.button-D4RPB3ZC:focus-visible{outline:none}.button-D4RPB3ZC:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 10px);left:-5px;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 10px);z-index:1}.button-D4RPB3ZC:focus:after{display:block}.button-D4RPB3ZC:focus-visible:after{display:block}.button-D4RPB3ZC:focus:not(:focus-visible):after{display:none}.button-D4RPB3ZC:after{border-color:#2962ffcc}.content-D4RPB3ZC{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-only-D4RPB3ZC .content-D4RPB3ZC{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.link-D4RPB3ZC{cursor:pointer;-webkit-user-select:none;user-select:none}.color-brand-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-bg:#2962ff;--ui-lib-button-default-color-border:#2962ff;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-brand-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#2962ff;--ui-lib-button-default-color-bg:#2962ff}@media not all and (pointer:coarse){.color-brand-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#1e53e5;--ui-lib-button-default-color-border:#1e53e5;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-brand-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#1e53e5;--ui-lib-button-default-color-bg:#1e53e5}}.color-brand-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#1848cc;--ui-lib-button-default-color-border:#1848cc;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-brand-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#1848cc;--ui-lib-button-default-color-bg:#1848cc}.color-brand-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-bg:#0000;--ui-lib-button-default-color-border:#2962ff;--ui-lib-button-default-color-content:#2962ff}html.theme-dark .color-brand-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-content:#2962ff;--ui-lib-button-default-color-border:#2962ff;--ui-lib-button-default-color-bg:#0000}@media not all and (pointer:coarse){.color-brand-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#1e53e5;--ui-lib-button-default-color-border:#1e53e5;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-brand-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#1e53e5;--ui-lib-button-default-color-bg:#1e53e5}}.color-brand-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#1848cc;--ui-lib-button-default-color-border:#1848cc;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-brand-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#1848cc;--ui-lib-button-default-color-bg:#1848cc}.color-gray-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-bg:#f0f3fa;--ui-lib-button-default-color-border:#f0f3fa;--ui-lib-button-default-color-content:#131722}html.theme-dark .color-gray-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#2a2e39;--ui-lib-button-default-color-bg:#2a2e39}@media not all and (pointer:coarse){.color-gray-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#e0e3eb;--ui-lib-button-default-color-border:#e0e3eb;--ui-lib-button-default-color-content:#131722}html.theme-dark .color-gray-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#363a45;--ui-lib-button-default-color-bg:#363a45}}.color-gray-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#d1d4dc;--ui-lib-button-default-color-border:#d1d4dc;--ui-lib-button-default-color-content:#131722}html.theme-dark .color-gray-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#434651;--ui-lib-button-default-color-bg:#434651}.color-gray-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-bg:#0000;--ui-lib-button-default-color-border:#e0e3eb;--ui-lib-button-default-color-content:#131722}html.theme-dark .color-gray-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-content:#d1d4dc;--ui-lib-button-default-color-border:#434651;--ui-lib-button-default-color-bg:#0000}@media not all and (pointer:coarse){.color-gray-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#f0f3fa;--ui-lib-button-default-color-border:#f0f3fa;--ui-lib-button-default-color-content:#131722}html.theme-dark .color-gray-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#2a2e39;--ui-lib-button-default-color-bg:#2a2e39}}.color-gray-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#e0e3eb;--ui-lib-button-default-color-border:#e0e3eb;--ui-lib-button-default-color-content:#131722}html.theme-dark .color-gray-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#363a45;--ui-lib-button-default-color-bg:#363a45}.color-green-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-bg:#089981;--ui-lib-button-default-color-border:#089981;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-green-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#089981;--ui-lib-button-default-color-bg:#089981}@media not all and (pointer:coarse){.color-green-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#06806b;--ui-lib-button-default-color-border:#06806b;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-green-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#06806b;--ui-lib-button-default-color-bg:#06806b}}.color-green-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#056656;--ui-lib-button-default-color-border:#056656;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-green-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#056656;--ui-lib-button-default-color-bg:#056656}.color-green-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-bg:#0000;--ui-lib-button-default-color-border:#089981;--ui-lib-button-default-color-content:#089981}html.theme-dark .color-green-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-content:#089981;--ui-lib-button-default-color-border:#089981;--ui-lib-button-default-color-bg:#0000}@media not all and (pointer:coarse){.color-green-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#06806b;--ui-lib-button-default-color-border:#06806b;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-green-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#06806b;--ui-lib-button-default-color-bg:#06806b}}.color-green-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#056656;--ui-lib-button-default-color-border:#056656;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-green-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#056656;--ui-lib-button-default-color-bg:#056656}.color-red-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-bg:#f23645;--ui-lib-button-default-color-border:#f23645;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-red-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#f23645;--ui-lib-button-default-color-bg:#f23645}@media not all and (pointer:coarse){.color-red-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#cc2f3c;--ui-lib-button-default-color-border:#cc2f3c;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-red-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#cc2f3c;--ui-lib-button-default-color-bg:#cc2f3c}}.color-red-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#b22833;--ui-lib-button-default-color-border:#b22833;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-red-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#b22833;--ui-lib-button-default-color-bg:#b22833}.color-red-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-bg:#0000;--ui-lib-button-default-color-border:#f23645;--ui-lib-button-default-color-content:#f23645}html.theme-dark .color-red-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-content:#f23645;--ui-lib-button-default-color-border:#f23645;--ui-lib-button-default-color-bg:#0000}@media not all and (pointer:coarse){.color-red-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#cc2f3c;--ui-lib-button-default-color-border:#cc2f3c;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-red-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#cc2f3c;--ui-lib-button-default-color-bg:#cc2f3c}}.color-red-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#b22833;--ui-lib-button-default-color-border:#b22833;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-red-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#b22833;--ui-lib-button-default-color-bg:#b22833}.color-black-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-bg:#131722;--ui-lib-button-default-color-border:#131722;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-black-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-content:#131722;--ui-lib-button-default-color-border:#fff;--ui-lib-button-default-color-bg:#fff}@media not all and (pointer:coarse){.color-black-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#2a2e39;--ui-lib-button-default-color-border:#2a2e39;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-black-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#131722;--ui-lib-button-default-color-border:#f0f3fa;--ui-lib-button-default-color-bg:#f0f3fa}}.color-black-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#434651;--ui-lib-button-default-color-border:#434651;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-black-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#131722;--ui-lib-button-default-color-border:#d1d4dc;--ui-lib-button-default-color-bg:#d1d4dc}.color-black-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-bg:#0000;--ui-lib-button-default-color-border:#131722;--ui-lib-button-default-color-content:#131722}html.theme-dark .color-black-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#fff;--ui-lib-button-default-color-bg:#0000}@media not all and (pointer:coarse){.color-black-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#2a2e39;--ui-lib-button-default-color-border:#2a2e39;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-black-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#131722;--ui-lib-button-default-color-border:#f0f3fa;--ui-lib-button-default-color-bg:#f0f3fa}}.color-black-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#434651;--ui-lib-button-default-color-border:#434651;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-black-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#131722;--ui-lib-button-default-color-border:#d1d4dc;--ui-lib-button-default-color-bg:#d1d4dc}.variant-primary-D4RPB3ZC:disabled,.variant-primary-D4RPB3ZC[aria-disabled=true]{transform:none}.variant-primary-D4RPB3ZC:disabled:after,.variant-primary-D4RPB3ZC[aria-disabled=true]:after{display:none}.variant-primary-D4RPB3ZC:disabled,.variant-primary-D4RPB3ZC:disabled:link,.variant-primary-D4RPB3ZC:disabled:visited,.variant-primary-D4RPB3ZC[aria-disabled=true],.variant-primary-D4RPB3ZC[aria-disabled=true]:link,.variant-primary-D4RPB3ZC[aria-disabled=true]:visited{background-color:#e0e3eb;border-color:#e0e3eb;color:#b2b5be}html.theme-dark .variant-primary-D4RPB3ZC:disabled,html.theme-dark .variant-primary-D4RPB3ZC:disabled:link,html.theme-dark .variant-primary-D4RPB3ZC:disabled:visited,html.theme-dark .variant-primary-D4RPB3ZC[aria-disabled=true],html.theme-dark .variant-primary-D4RPB3ZC[aria-disabled=true]:link,html.theme-dark .variant-primary-D4RPB3ZC[aria-disabled=true]:visited{background-color:#363a45;border-color:#363a45;color:#5d606b}.variant-secondary-D4RPB3ZC:disabled,.variant-secondary-D4RPB3ZC[aria-disabled=true]{transform:none}.variant-secondary-D4RPB3ZC:disabled:after,.variant-secondary-D4RPB3ZC[aria-disabled=true]:after{display:none}.variant-secondary-D4RPB3ZC:disabled,.variant-secondary-D4RPB3ZC:disabled:link,.variant-secondary-D4RPB3ZC:disabled:visited,.variant-secondary-D4RPB3ZC[aria-disabled=true],.variant-secondary-D4RPB3ZC[aria-disabled=true]:link,.variant-secondary-D4RPB3ZC[aria-disabled=true]:visited{background-color:initial;border-color:#e0e3eb;color:#b2b5be}html.theme-dark .variant-secondary-D4RPB3ZC:disabled,html.theme-dark .variant-secondary-D4RPB3ZC:disabled:link,html.theme-dark .variant-secondary-D4RPB3ZC:disabled:visited,html.theme-dark .variant-secondary-D4RPB3ZC[aria-disabled=true],html.theme-dark .variant-secondary-D4RPB3ZC[aria-disabled=true]:link,html.theme-dark .variant-secondary-D4RPB3ZC[aria-disabled=true]:visited{background-color:initial;border-color:#363a45;color:#5d606b}.size-xsmall-D4RPB3ZC{--ui-lib-button-default-padding-left:7px;--ui-lib-button-default-padding-right:7px;border-radius:6px;height:28px}.size-xsmall-D4RPB3ZC:after{border-radius:10px}.size-xsmall-D4RPB3ZC.icon-only-D4RPB3ZC{--ui-lib-button-default-padding-left:0;--ui-lib-button-default-padding-right:0;height:28px;width:28px}.size-xsmall-D4RPB3ZC.icon-only-D4RPB3ZC .end-icon-wrap-D4RPB3ZC,.size-xsmall-D4RPB3ZC.icon-only-D4RPB3ZC .start-icon-wrap-D4RPB3ZC{max-height:none;max-width:none;min-height:auto;min-width:auto}.size-xsmall-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-start-icon-D4RPB3ZC{--ui-lib-button-default-padding-left:7px}.size-xsmall-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-end-icon-D4RPB3ZC{--ui-lib-button-default-padding-right:7px}.size-xsmall-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .start-icon-wrap-D4RPB3ZC{margin-right:4px}.size-xsmall-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .end-icon-wrap-D4RPB3ZC{margin-left:4px}.size-small-D4RPB3ZC{--ui-lib-button-default-padding-left:11px;--ui-lib-button-default-padding-right:11px;border-radius:8px;height:34px}.size-small-D4RPB3ZC:after{border-radius:12px}.size-small-D4RPB3ZC.icon-only-D4RPB3ZC{--ui-lib-button-default-padding-left:0;--ui-lib-button-default-padding-right:0;height:34px;width:34px}.size-small-D4RPB3ZC.icon-only-D4RPB3ZC .end-icon-wrap-D4RPB3ZC,.size-small-D4RPB3ZC.icon-only-D4RPB3ZC .start-icon-wrap-D4RPB3ZC{max-height:none;max-width:none;min-height:auto;min-width:auto}.size-small-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-start-icon-D4RPB3ZC{--ui-lib-button-default-padding-left:11px}.size-small-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-end-icon-D4RPB3ZC{--ui-lib-button-default-padding-right:11px}.size-small-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .start-icon-wrap-D4RPB3ZC{margin-right:4px}.size-small-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .end-icon-wrap-D4RPB3ZC{margin-left:4px}.size-medium-D4RPB3ZC{--ui-lib-button-default-padding-left:15px;--ui-lib-button-default-padding-right:15px;border-radius:8px;height:40px}.size-medium-D4RPB3ZC:after{border-radius:12px}.size-medium-D4RPB3ZC.icon-only-D4RPB3ZC{--ui-lib-button-default-padding-left:0;--ui-lib-button-default-padding-right:0;height:40px;width:40px}.size-medium-D4RPB3ZC.icon-only-D4RPB3ZC .end-icon-wrap-D4RPB3ZC,.size-medium-D4RPB3ZC.icon-only-D4RPB3ZC .start-icon-wrap-D4RPB3ZC{max-height:none;max-width:none;min-height:auto;min-width:auto}.size-medium-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-start-icon-D4RPB3ZC{--ui-lib-button-default-padding-left:15px}.size-medium-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-end-icon-D4RPB3ZC{--ui-lib-button-default-padding-right:15px}.size-medium-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .start-icon-wrap-D4RPB3ZC{margin-right:4px}.size-medium-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .end-icon-wrap-D4RPB3ZC{margin-left:4px}.size-large-D4RPB3ZC{--ui-lib-button-default-padding-left:23px;--ui-lib-button-default-padding-right:23px;border-radius:8px;height:48px}.size-large-D4RPB3ZC:after{border-radius:12px}.size-large-D4RPB3ZC.icon-only-D4RPB3ZC{--ui-lib-button-default-padding-left:0;--ui-lib-button-default-padding-right:0;height:48px;width:48px}.size-large-D4RPB3ZC.icon-only-D4RPB3ZC .end-icon-wrap-D4RPB3ZC,.size-large-D4RPB3ZC.icon-only-D4RPB3ZC .start-icon-wrap-D4RPB3ZC{max-height:none;max-width:none;min-height:auto;min-width:auto}.size-large-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-start-icon-D4RPB3ZC{--ui-lib-button-default-padding-left:23px}.size-large-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-end-icon-D4RPB3ZC{--ui-lib-button-default-padding-right:23px}.size-large-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .start-icon-wrap-D4RPB3ZC{margin-right:8px}.size-large-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .end-icon-wrap-D4RPB3ZC{margin-left:8px}.size-xlarge-D4RPB3ZC{--ui-lib-button-default-padding-left:31px;--ui-lib-button-default-padding-right:31px;border-radius:12px;height:56px}.size-xlarge-D4RPB3ZC:after{border-radius:16px}.size-xlarge-D4RPB3ZC.icon-only-D4RPB3ZC{--ui-lib-button-default-padding-left:0;--ui-lib-button-default-padding-right:0;height:56px;width:56px}.size-xlarge-D4RPB3ZC.icon-only-D4RPB3ZC .end-icon-wrap-D4RPB3ZC,.size-xlarge-D4RPB3ZC.icon-only-D4RPB3ZC .start-icon-wrap-D4RPB3ZC{max-height:none;max-width:none;min-height:auto;min-width:auto}.size-xlarge-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-start-icon-D4RPB3ZC{--ui-lib-button-default-padding-left:31px}.size-xlarge-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-end-icon-D4RPB3ZC{--ui-lib-button-default-padding-right:31px}.size-xlarge-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .start-icon-wrap-D4RPB3ZC{margin-right:8px}.size-xlarge-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .end-icon-wrap-D4RPB3ZC{margin-left:8px}.size-xsmall-D4RPB3ZC .content-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:18px;--ui-lib-typography-font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height)}.size-small-D4RPB3ZC .content-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400}.size-large-D4RPB3ZC .content-D4RPB3ZC,.size-medium-D4RPB3ZC .content-D4RPB3ZC,.size-small-D4RPB3ZC .content-D4RPB3ZC{--ui-lib-typography-line-height:24px;--ui-lib-typography-font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;line-height:var(--ui-lib-typography-line-height)}.size-large-D4RPB3ZC .content-D4RPB3ZC,.size-medium-D4RPB3ZC .content-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:500}.size-xlarge-D4RPB3ZC .content-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:24px;--ui-lib-typography-font-size:18px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height)}.animated-D4RPB3ZC{transition-duration:.2s;transition-property:border-color,background-color,color;transition-timing-function:ease-in-out}.animated-D4RPB3ZC:after{display:block;opacity:0;transition:opacity .2s ease-in-out,visibility 0s ease-in-out .2s;visibility:hidden}.animated-D4RPB3ZC:focus:after{opacity:1;transition:opacity .2s ease-in-out;visibility:visible}.animated-D4RPB3ZC:focus-visible:after{opacity:1;transition:opacity .2s ease-in-out;visibility:visible}.animated-D4RPB3ZC:focus:not(:focus-visible):after{opacity:0;transition:opacity .2s ease-in-out,visibility 0s ease-in-out .2s;visibility:hidden}.stretch-D4RPB3ZC{width:100%}.button-D4RPB3ZC.grouped-D4RPB3ZC.adjust-position-D4RPB3ZC:not(.first-row-D4RPB3ZC){margin-top:-1px}.button-D4RPB3ZC.grouped-D4RPB3ZC.adjust-position-D4RPB3ZC:not(.first-col-D4RPB3ZC){margin-left:-1px;max-width:calc(100% + 1px);width:calc(100% + 1px)}.button-D4RPB3ZC.grouped-D4RPB3ZC.adjust-position-D4RPB3ZC:active:not(:disabled):not([aria-disabled=true]){transform:none}.button-D4RPB3ZC.grouped-D4RPB3ZC:focus{z-index:1}.button-D4RPB3ZC.grouped-D4RPB3ZC:focus-visible{z-index:1}.button-D4RPB3ZC.grouped-D4RPB3ZC:focus:not(:focus-visible){z-index:auto}.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-top-left-D4RPB3ZC,.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-top-left-D4RPB3ZC:after{border-top-left-radius:0}.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-top-right-D4RPB3ZC,.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-top-right-D4RPB3ZC:after{border-top-right-radius:0}.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-bottom-right-D4RPB3ZC,.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-bottom-right-D4RPB3ZC:after{border-bottom-right-radius:0}.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-bottom-left-D4RPB3ZC,.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-bottom-left-D4RPB3ZC:after{border-bottom-left-radius:0}.end-icon-wrap-D4RPB3ZC,.start-icon-wrap-D4RPB3ZC{align-items:center;display:inline-flex;justify-content:center;max-height:28px;max-width:28px;min-height:18px;min-width:18px;white-space:normal}.text-wrap-D4RPB3ZC{display:flex;flex-direction:column;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multiline-content-D4RPB3ZC{height:-webkit-min-content;height:min-content}.multiline-content-D4RPB3ZC.size-medium-D4RPB3ZC{height:auto;max-height:56px;padding:2px 15px}.multiline-content-D4RPB3ZC.size-medium-D4RPB3ZC .secondary-text-D4RPB3ZC{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:16px;max-height:32px;overflow:hidden;white-space:normal}.multiline-content-D4RPB3ZC.size-large-D4RPB3ZC{height:auto;max-height:64px;padding:5px 23px}.multiline-content-D4RPB3ZC.size-large-D4RPB3ZC .secondary-text-D4RPB3ZC{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:18px;max-height:36px;overflow:hidden;white-space:normal}.multiline-content-D4RPB3ZC.size-xlarge-D4RPB3ZC{height:auto;max-height:72px;padding:6px 23px}.multiline-content-D4RPB3ZC.size-xlarge-D4RPB3ZC .secondary-text-D4RPB3ZC{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:18px;max-height:36px;overflow:hidden;white-space:normal}.multiline-content-D4RPB3ZC .primary-text-D4RPB3ZC{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multiline-content-D4RPB3ZC.size-medium-D4RPB3ZC .primary-text-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:18px;--ui-lib-typography-font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height)}.multiline-content-D4RPB3ZC.size-medium-D4RPB3ZC .secondary-text-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:16px;--ui-lib-typography-font-size:12px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height)}.multiline-content-D4RPB3ZC.size-large-D4RPB3ZC .primary-text-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:18px;--ui-lib-typography-font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height)}.multiline-content-D4RPB3ZC.size-large-D4RPB3ZC .secondary-text-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:18px;--ui-lib-typography-font-size:13px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height)}.multiline-content-D4RPB3ZC.size-xlarge-D4RPB3ZC .primary-text-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:24px;--ui-lib-typography-font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height)}.multiline-content-D4RPB3ZC.size-xlarge-D4RPB3ZC .secondary-text-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:18px;--ui-lib-typography-font-size:13px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height)} \ No newline at end of file diff --git a/public/charting_library/bundles/2191.6563d97efc3339a1e518.rtl.css b/public/charting_library/bundles/2191.6563d97efc3339a1e518.rtl.css deleted file mode 100644 index 04750e7c..00000000 --- a/public/charting_library/bundles/2191.6563d97efc3339a1e518.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.button-D4RPB3ZC{align-items:center;background-color:var(--ui-lib-button-color-bg,var(--ui-lib-button-default-color-bg));border-color:var(--ui-lib-button-color-border,var(--ui-lib-button-default-color-border));border-style:solid;border-width:1px;box-sizing:border-box;color:var(--ui-lib-button-color-content,var(--ui-lib-button-default-color-content));display:inline-flex;justify-content:center;max-width:100%;outline:none;overflow:visible;padding-bottom:0;padding-left:var(--ui-lib-button-padding-right,var(--ui-lib-button-default-padding-right));padding-right:var(--ui-lib-button-padding-left,var(--ui-lib-button-default-padding-left));padding-top:0;position:relative}.button-D4RPB3ZC:focus{outline:none}.button-D4RPB3ZC:focus-visible{outline:none}.button-D4RPB3ZC:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 10px);pointer-events:none;position:absolute;right:-5px;top:-5px;width:calc(100% + 10px);z-index:1}.button-D4RPB3ZC:focus:after{display:block}.button-D4RPB3ZC:focus-visible:after{display:block}.button-D4RPB3ZC:focus:not(:focus-visible):after{display:none}.button-D4RPB3ZC:after{border-color:#2962ffcc}.content-D4RPB3ZC{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-only-D4RPB3ZC .content-D4RPB3ZC{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.link-D4RPB3ZC{cursor:pointer;-webkit-user-select:none;user-select:none}.color-brand-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-bg:#2962ff;--ui-lib-button-default-color-border:#2962ff;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-brand-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#2962ff;--ui-lib-button-default-color-bg:#2962ff}@media not all and (pointer:coarse){.color-brand-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#1e53e5;--ui-lib-button-default-color-border:#1e53e5;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-brand-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#1e53e5;--ui-lib-button-default-color-bg:#1e53e5}}.color-brand-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#1848cc;--ui-lib-button-default-color-border:#1848cc;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-brand-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#1848cc;--ui-lib-button-default-color-bg:#1848cc}.color-brand-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-bg:#0000;--ui-lib-button-default-color-border:#2962ff;--ui-lib-button-default-color-content:#2962ff}html.theme-dark .color-brand-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-content:#2962ff;--ui-lib-button-default-color-border:#2962ff;--ui-lib-button-default-color-bg:#0000}@media not all and (pointer:coarse){.color-brand-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#1e53e5;--ui-lib-button-default-color-border:#1e53e5;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-brand-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#1e53e5;--ui-lib-button-default-color-bg:#1e53e5}}.color-brand-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#1848cc;--ui-lib-button-default-color-border:#1848cc;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-brand-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#1848cc;--ui-lib-button-default-color-bg:#1848cc}.color-gray-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-bg:#f0f3fa;--ui-lib-button-default-color-border:#f0f3fa;--ui-lib-button-default-color-content:#131722}html.theme-dark .color-gray-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#2a2e39;--ui-lib-button-default-color-bg:#2a2e39}@media not all and (pointer:coarse){.color-gray-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#e0e3eb;--ui-lib-button-default-color-border:#e0e3eb;--ui-lib-button-default-color-content:#131722}html.theme-dark .color-gray-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#363a45;--ui-lib-button-default-color-bg:#363a45}}.color-gray-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#d1d4dc;--ui-lib-button-default-color-border:#d1d4dc;--ui-lib-button-default-color-content:#131722}html.theme-dark .color-gray-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#434651;--ui-lib-button-default-color-bg:#434651}.color-gray-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-bg:#0000;--ui-lib-button-default-color-border:#e0e3eb;--ui-lib-button-default-color-content:#131722}html.theme-dark .color-gray-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-content:#d1d4dc;--ui-lib-button-default-color-border:#434651;--ui-lib-button-default-color-bg:#0000}@media not all and (pointer:coarse){.color-gray-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#f0f3fa;--ui-lib-button-default-color-border:#f0f3fa;--ui-lib-button-default-color-content:#131722}html.theme-dark .color-gray-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#2a2e39;--ui-lib-button-default-color-bg:#2a2e39}}.color-gray-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#e0e3eb;--ui-lib-button-default-color-border:#e0e3eb;--ui-lib-button-default-color-content:#131722}html.theme-dark .color-gray-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#363a45;--ui-lib-button-default-color-bg:#363a45}.color-green-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-bg:#089981;--ui-lib-button-default-color-border:#089981;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-green-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#089981;--ui-lib-button-default-color-bg:#089981}@media not all and (pointer:coarse){.color-green-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#06806b;--ui-lib-button-default-color-border:#06806b;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-green-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#06806b;--ui-lib-button-default-color-bg:#06806b}}.color-green-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#056656;--ui-lib-button-default-color-border:#056656;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-green-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#056656;--ui-lib-button-default-color-bg:#056656}.color-green-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-bg:#0000;--ui-lib-button-default-color-border:#089981;--ui-lib-button-default-color-content:#089981}html.theme-dark .color-green-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-content:#089981;--ui-lib-button-default-color-border:#089981;--ui-lib-button-default-color-bg:#0000}@media not all and (pointer:coarse){.color-green-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#06806b;--ui-lib-button-default-color-border:#06806b;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-green-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#06806b;--ui-lib-button-default-color-bg:#06806b}}.color-green-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#056656;--ui-lib-button-default-color-border:#056656;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-green-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#056656;--ui-lib-button-default-color-bg:#056656}.color-red-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-bg:#f23645;--ui-lib-button-default-color-border:#f23645;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-red-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#f23645;--ui-lib-button-default-color-bg:#f23645}@media not all and (pointer:coarse){.color-red-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#cc2f3c;--ui-lib-button-default-color-border:#cc2f3c;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-red-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#cc2f3c;--ui-lib-button-default-color-bg:#cc2f3c}}.color-red-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#b22833;--ui-lib-button-default-color-border:#b22833;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-red-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#b22833;--ui-lib-button-default-color-bg:#b22833}.color-red-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-bg:#0000;--ui-lib-button-default-color-border:#f23645;--ui-lib-button-default-color-content:#f23645}html.theme-dark .color-red-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-content:#f23645;--ui-lib-button-default-color-border:#f23645;--ui-lib-button-default-color-bg:#0000}@media not all and (pointer:coarse){.color-red-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#cc2f3c;--ui-lib-button-default-color-border:#cc2f3c;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-red-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#cc2f3c;--ui-lib-button-default-color-bg:#cc2f3c}}.color-red-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#b22833;--ui-lib-button-default-color-border:#b22833;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-red-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#b22833;--ui-lib-button-default-color-bg:#b22833}.color-black-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-bg:#131722;--ui-lib-button-default-color-border:#131722;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-black-D4RPB3ZC.variant-primary-D4RPB3ZC{--ui-lib-button-default-color-content:#131722;--ui-lib-button-default-color-border:#fff;--ui-lib-button-default-color-bg:#fff}@media not all and (pointer:coarse){.color-black-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#2a2e39;--ui-lib-button-default-color-border:#2a2e39;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-black-D4RPB3ZC.variant-primary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#131722;--ui-lib-button-default-color-border:#f0f3fa;--ui-lib-button-default-color-bg:#f0f3fa}}.color-black-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#434651;--ui-lib-button-default-color-border:#434651;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-black-D4RPB3ZC.variant-primary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#131722;--ui-lib-button-default-color-border:#d1d4dc;--ui-lib-button-default-color-bg:#d1d4dc}.color-black-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-bg:#0000;--ui-lib-button-default-color-border:#131722;--ui-lib-button-default-color-content:#131722}html.theme-dark .color-black-D4RPB3ZC.variant-secondary-D4RPB3ZC{--ui-lib-button-default-color-content:#fff;--ui-lib-button-default-color-border:#fff;--ui-lib-button-default-color-bg:#0000}@media not all and (pointer:coarse){.color-black-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-bg:#2a2e39;--ui-lib-button-default-color-border:#2a2e39;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-black-D4RPB3ZC.variant-secondary-D4RPB3ZC:hover{--ui-lib-button-default-color-content:#131722;--ui-lib-button-default-color-border:#f0f3fa;--ui-lib-button-default-color-bg:#f0f3fa}}.color-black-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-bg:#434651;--ui-lib-button-default-color-border:#434651;--ui-lib-button-default-color-content:#fff}html.theme-dark .color-black-D4RPB3ZC.variant-secondary-D4RPB3ZC:active{--ui-lib-button-default-color-content:#131722;--ui-lib-button-default-color-border:#d1d4dc;--ui-lib-button-default-color-bg:#d1d4dc}.variant-primary-D4RPB3ZC:disabled,.variant-primary-D4RPB3ZC[aria-disabled=true]{transform:none}.variant-primary-D4RPB3ZC:disabled:after,.variant-primary-D4RPB3ZC[aria-disabled=true]:after{display:none}.variant-primary-D4RPB3ZC:disabled,.variant-primary-D4RPB3ZC:disabled:link,.variant-primary-D4RPB3ZC:disabled:visited,.variant-primary-D4RPB3ZC[aria-disabled=true],.variant-primary-D4RPB3ZC[aria-disabled=true]:link,.variant-primary-D4RPB3ZC[aria-disabled=true]:visited{background-color:#e0e3eb;border-color:#e0e3eb;color:#b2b5be}html.theme-dark .variant-primary-D4RPB3ZC:disabled,html.theme-dark .variant-primary-D4RPB3ZC:disabled:link,html.theme-dark .variant-primary-D4RPB3ZC:disabled:visited,html.theme-dark .variant-primary-D4RPB3ZC[aria-disabled=true],html.theme-dark .variant-primary-D4RPB3ZC[aria-disabled=true]:link,html.theme-dark .variant-primary-D4RPB3ZC[aria-disabled=true]:visited{background-color:#363a45;border-color:#363a45;color:#5d606b}.variant-secondary-D4RPB3ZC:disabled,.variant-secondary-D4RPB3ZC[aria-disabled=true]{transform:none}.variant-secondary-D4RPB3ZC:disabled:after,.variant-secondary-D4RPB3ZC[aria-disabled=true]:after{display:none}.variant-secondary-D4RPB3ZC:disabled,.variant-secondary-D4RPB3ZC:disabled:link,.variant-secondary-D4RPB3ZC:disabled:visited,.variant-secondary-D4RPB3ZC[aria-disabled=true],.variant-secondary-D4RPB3ZC[aria-disabled=true]:link,.variant-secondary-D4RPB3ZC[aria-disabled=true]:visited{background-color:initial;border-color:#e0e3eb;color:#b2b5be}html.theme-dark .variant-secondary-D4RPB3ZC:disabled,html.theme-dark .variant-secondary-D4RPB3ZC:disabled:link,html.theme-dark .variant-secondary-D4RPB3ZC:disabled:visited,html.theme-dark .variant-secondary-D4RPB3ZC[aria-disabled=true],html.theme-dark .variant-secondary-D4RPB3ZC[aria-disabled=true]:link,html.theme-dark .variant-secondary-D4RPB3ZC[aria-disabled=true]:visited{background-color:initial;border-color:#363a45;color:#5d606b}.size-xsmall-D4RPB3ZC{--ui-lib-button-default-padding-left:7px;--ui-lib-button-default-padding-right:7px;border-radius:6px;height:28px}.size-xsmall-D4RPB3ZC:after{border-radius:10px}.size-xsmall-D4RPB3ZC.icon-only-D4RPB3ZC{--ui-lib-button-default-padding-left:0;--ui-lib-button-default-padding-right:0;height:28px;width:28px}.size-xsmall-D4RPB3ZC.icon-only-D4RPB3ZC .end-icon-wrap-D4RPB3ZC,.size-xsmall-D4RPB3ZC.icon-only-D4RPB3ZC .start-icon-wrap-D4RPB3ZC{max-height:none;max-width:none;min-height:auto;min-width:auto}.size-xsmall-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-start-icon-D4RPB3ZC{--ui-lib-button-default-padding-left:7px}.size-xsmall-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-end-icon-D4RPB3ZC{--ui-lib-button-default-padding-right:7px}.size-xsmall-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .start-icon-wrap-D4RPB3ZC{margin-left:4px}.size-xsmall-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .end-icon-wrap-D4RPB3ZC{margin-right:4px}.size-small-D4RPB3ZC{--ui-lib-button-default-padding-left:11px;--ui-lib-button-default-padding-right:11px;border-radius:8px;height:34px}.size-small-D4RPB3ZC:after{border-radius:12px}.size-small-D4RPB3ZC.icon-only-D4RPB3ZC{--ui-lib-button-default-padding-left:0;--ui-lib-button-default-padding-right:0;height:34px;width:34px}.size-small-D4RPB3ZC.icon-only-D4RPB3ZC .end-icon-wrap-D4RPB3ZC,.size-small-D4RPB3ZC.icon-only-D4RPB3ZC .start-icon-wrap-D4RPB3ZC{max-height:none;max-width:none;min-height:auto;min-width:auto}.size-small-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-start-icon-D4RPB3ZC{--ui-lib-button-default-padding-left:11px}.size-small-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-end-icon-D4RPB3ZC{--ui-lib-button-default-padding-right:11px}.size-small-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .start-icon-wrap-D4RPB3ZC{margin-left:4px}.size-small-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .end-icon-wrap-D4RPB3ZC{margin-right:4px}.size-medium-D4RPB3ZC{--ui-lib-button-default-padding-left:15px;--ui-lib-button-default-padding-right:15px;border-radius:8px;height:40px}.size-medium-D4RPB3ZC:after{border-radius:12px}.size-medium-D4RPB3ZC.icon-only-D4RPB3ZC{--ui-lib-button-default-padding-left:0;--ui-lib-button-default-padding-right:0;height:40px;width:40px}.size-medium-D4RPB3ZC.icon-only-D4RPB3ZC .end-icon-wrap-D4RPB3ZC,.size-medium-D4RPB3ZC.icon-only-D4RPB3ZC .start-icon-wrap-D4RPB3ZC{max-height:none;max-width:none;min-height:auto;min-width:auto}.size-medium-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-start-icon-D4RPB3ZC{--ui-lib-button-default-padding-left:15px}.size-medium-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-end-icon-D4RPB3ZC{--ui-lib-button-default-padding-right:15px}.size-medium-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .start-icon-wrap-D4RPB3ZC{margin-left:4px}.size-medium-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .end-icon-wrap-D4RPB3ZC{margin-right:4px}.size-large-D4RPB3ZC{--ui-lib-button-default-padding-left:23px;--ui-lib-button-default-padding-right:23px;border-radius:8px;height:48px}.size-large-D4RPB3ZC:after{border-radius:12px}.size-large-D4RPB3ZC.icon-only-D4RPB3ZC{--ui-lib-button-default-padding-left:0;--ui-lib-button-default-padding-right:0;height:48px;width:48px}.size-large-D4RPB3ZC.icon-only-D4RPB3ZC .end-icon-wrap-D4RPB3ZC,.size-large-D4RPB3ZC.icon-only-D4RPB3ZC .start-icon-wrap-D4RPB3ZC{max-height:none;max-width:none;min-height:auto;min-width:auto}.size-large-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-start-icon-D4RPB3ZC{--ui-lib-button-default-padding-left:23px}.size-large-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-end-icon-D4RPB3ZC{--ui-lib-button-default-padding-right:23px}.size-large-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .start-icon-wrap-D4RPB3ZC{margin-left:8px}.size-large-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .end-icon-wrap-D4RPB3ZC{margin-right:8px}.size-xlarge-D4RPB3ZC{--ui-lib-button-default-padding-left:31px;--ui-lib-button-default-padding-right:31px;border-radius:12px;height:56px}.size-xlarge-D4RPB3ZC:after{border-radius:16px}.size-xlarge-D4RPB3ZC.icon-only-D4RPB3ZC{--ui-lib-button-default-padding-left:0;--ui-lib-button-default-padding-right:0;height:56px;width:56px}.size-xlarge-D4RPB3ZC.icon-only-D4RPB3ZC .end-icon-wrap-D4RPB3ZC,.size-xlarge-D4RPB3ZC.icon-only-D4RPB3ZC .start-icon-wrap-D4RPB3ZC{max-height:none;max-width:none;min-height:auto;min-width:auto}.size-xlarge-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-start-icon-D4RPB3ZC{--ui-lib-button-default-padding-left:31px}.size-xlarge-D4RPB3ZC:not(.icon-only-D4RPB3ZC).with-end-icon-D4RPB3ZC{--ui-lib-button-default-padding-right:31px}.size-xlarge-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .start-icon-wrap-D4RPB3ZC{margin-left:8px}.size-xlarge-D4RPB3ZC:not(.icon-only-D4RPB3ZC) .end-icon-wrap-D4RPB3ZC{margin-right:8px}.size-xsmall-D4RPB3ZC .content-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:18px;--ui-lib-typography-font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height)}.size-small-D4RPB3ZC .content-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400}.size-large-D4RPB3ZC .content-D4RPB3ZC,.size-medium-D4RPB3ZC .content-D4RPB3ZC,.size-small-D4RPB3ZC .content-D4RPB3ZC{--ui-lib-typography-line-height:24px;--ui-lib-typography-font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;line-height:var(--ui-lib-typography-line-height)}.size-large-D4RPB3ZC .content-D4RPB3ZC,.size-medium-D4RPB3ZC .content-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:500}.size-xlarge-D4RPB3ZC .content-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:24px;--ui-lib-typography-font-size:18px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height)}.animated-D4RPB3ZC{transition-duration:.2s;transition-property:border-color,background-color,color;transition-timing-function:ease-in-out}.animated-D4RPB3ZC:after{display:block;opacity:0;transition:opacity .2s ease-in-out,visibility 0s ease-in-out .2s;visibility:hidden}.animated-D4RPB3ZC:focus:after{opacity:1;transition:opacity .2s ease-in-out;visibility:visible}.animated-D4RPB3ZC:focus-visible:after{opacity:1;transition:opacity .2s ease-in-out;visibility:visible}.animated-D4RPB3ZC:focus:not(:focus-visible):after{opacity:0;transition:opacity .2s ease-in-out,visibility 0s ease-in-out .2s;visibility:hidden}.stretch-D4RPB3ZC{width:100%}.button-D4RPB3ZC.grouped-D4RPB3ZC.adjust-position-D4RPB3ZC:not(.first-row-D4RPB3ZC){margin-top:-1px}.button-D4RPB3ZC.grouped-D4RPB3ZC.adjust-position-D4RPB3ZC:not(.first-col-D4RPB3ZC){margin-right:-1px;max-width:calc(100% + 1px);width:calc(100% + 1px)}.button-D4RPB3ZC.grouped-D4RPB3ZC.adjust-position-D4RPB3ZC:active:not(:disabled):not([aria-disabled=true]){transform:none}.button-D4RPB3ZC.grouped-D4RPB3ZC:focus{z-index:1}.button-D4RPB3ZC.grouped-D4RPB3ZC:focus-visible{z-index:1}.button-D4RPB3ZC.grouped-D4RPB3ZC:focus:not(:focus-visible){z-index:auto}.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-top-left-D4RPB3ZC,.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-top-left-D4RPB3ZC:after{border-top-right-radius:0}.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-top-right-D4RPB3ZC,.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-top-right-D4RPB3ZC:after{border-top-left-radius:0}.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-bottom-right-D4RPB3ZC,.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-bottom-right-D4RPB3ZC:after{border-bottom-left-radius:0}.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-bottom-left-D4RPB3ZC,.button-D4RPB3ZC.grouped-D4RPB3ZC.no-corner-bottom-left-D4RPB3ZC:after{border-bottom-right-radius:0}.end-icon-wrap-D4RPB3ZC,.start-icon-wrap-D4RPB3ZC{align-items:center;display:inline-flex;justify-content:center;max-height:28px;max-width:28px;min-height:18px;min-width:18px;white-space:normal}.text-wrap-D4RPB3ZC{display:flex;flex-direction:column;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multiline-content-D4RPB3ZC{height:-webkit-min-content;height:min-content}.multiline-content-D4RPB3ZC.size-medium-D4RPB3ZC{height:auto;max-height:56px;padding:2px 15px}.multiline-content-D4RPB3ZC.size-medium-D4RPB3ZC .secondary-text-D4RPB3ZC{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:16px;max-height:32px;overflow:hidden;white-space:normal}.multiline-content-D4RPB3ZC.size-large-D4RPB3ZC{height:auto;max-height:64px;padding:5px 23px}.multiline-content-D4RPB3ZC.size-large-D4RPB3ZC .secondary-text-D4RPB3ZC{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:18px;max-height:36px;overflow:hidden;white-space:normal}.multiline-content-D4RPB3ZC.size-xlarge-D4RPB3ZC{height:auto;max-height:72px;padding:6px 23px}.multiline-content-D4RPB3ZC.size-xlarge-D4RPB3ZC .secondary-text-D4RPB3ZC{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:18px;max-height:36px;overflow:hidden;white-space:normal}.multiline-content-D4RPB3ZC .primary-text-D4RPB3ZC{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multiline-content-D4RPB3ZC.size-medium-D4RPB3ZC .primary-text-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:18px;--ui-lib-typography-font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height)}.multiline-content-D4RPB3ZC.size-medium-D4RPB3ZC .secondary-text-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:16px;--ui-lib-typography-font-size:12px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height)}.multiline-content-D4RPB3ZC.size-large-D4RPB3ZC .primary-text-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:18px;--ui-lib-typography-font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height)}.multiline-content-D4RPB3ZC.size-large-D4RPB3ZC .secondary-text-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:18px;--ui-lib-typography-font-size:13px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height)}.multiline-content-D4RPB3ZC.size-xlarge-D4RPB3ZC .primary-text-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:24px;--ui-lib-typography-font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height)}.multiline-content-D4RPB3ZC.size-xlarge-D4RPB3ZC .secondary-text-D4RPB3ZC{font-feature-settings:"tnum" on,"lnum" on;--ui-lib-typography-line-height:18px;--ui-lib-typography-font-size:13px;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height)} \ No newline at end of file diff --git a/public/charting_library/bundles/2198.2762b6c7b8aaa0156d33.css b/public/charting_library/bundles/2198.2762b6c7b8aaa0156d33.css new file mode 100644 index 00000000..03e98977 --- /dev/null +++ b/public/charting_library/bundles/2198.2762b6c7b8aaa0156d33.css @@ -0,0 +1 @@ +.separator-EI7Qsb2Q{border-top:1px solid var(--themed-color-header-separator-border,#e0e3eb)}html.theme-dark .separator-EI7Qsb2Q{border-top:1px solid var(--themed-color-header-separator-border,#434651)}.scrollable-EI7Qsb2Q{flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}@media screen and (max-height:290px){.scrollable-EI7Qsb2Q{min-height:auto}}@supports (-moz-appearance:none){.scrollable-EI7Qsb2Q{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .scrollable-EI7Qsb2Q{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.scrollable-EI7Qsb2Q::-webkit-scrollbar{height:5px;width:5px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.scrollable-EI7Qsb2Q::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-corner{display:none} \ No newline at end of file diff --git a/public/charting_library/bundles/2198.2762b6c7b8aaa0156d33.rtl.css b/public/charting_library/bundles/2198.2762b6c7b8aaa0156d33.rtl.css new file mode 100644 index 00000000..03e98977 --- /dev/null +++ b/public/charting_library/bundles/2198.2762b6c7b8aaa0156d33.rtl.css @@ -0,0 +1 @@ +.separator-EI7Qsb2Q{border-top:1px solid var(--themed-color-header-separator-border,#e0e3eb)}html.theme-dark .separator-EI7Qsb2Q{border-top:1px solid var(--themed-color-header-separator-border,#434651)}.scrollable-EI7Qsb2Q{flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}@media screen and (max-height:290px){.scrollable-EI7Qsb2Q{min-height:auto}}@supports (-moz-appearance:none){.scrollable-EI7Qsb2Q{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .scrollable-EI7Qsb2Q{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.scrollable-EI7Qsb2Q::-webkit-scrollbar{height:5px;width:5px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.scrollable-EI7Qsb2Q::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-corner{display:none} \ No newline at end of file diff --git a/public/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.css b/public/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.css new file mode 100644 index 00000000..79e3580a --- /dev/null +++ b/public/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.css @@ -0,0 +1 @@ +.footer-dwINHZFL{align-items:center;background-color:var(--themed-color-bg,#f8f9fd);border-radius:0 0 6px 6px;box-sizing:border-box;color:var(--themed-color-default-gray,#6a6d78);cursor:default;display:flex;flex:0 0 auto;font-size:13px;justify-content:center;line-height:17px;max-height:65px;min-height:40px;padding:9px 20px;text-align:center}html.theme-dark .footer-dwINHZFL{background-color:var(--themed-color-bg,#2a2e39);color:var(--themed-color-default-gray,#868993)} \ No newline at end of file diff --git a/public/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.rtl.css b/public/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.rtl.css new file mode 100644 index 00000000..79e3580a --- /dev/null +++ b/public/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.rtl.css @@ -0,0 +1 @@ +.footer-dwINHZFL{align-items:center;background-color:var(--themed-color-bg,#f8f9fd);border-radius:0 0 6px 6px;box-sizing:border-box;color:var(--themed-color-default-gray,#6a6d78);cursor:default;display:flex;flex:0 0 auto;font-size:13px;justify-content:center;line-height:17px;max-height:65px;min-height:40px;padding:9px 20px;text-align:center}html.theme-dark .footer-dwINHZFL{background-color:var(--themed-color-bg,#2a2e39);color:var(--themed-color-default-gray,#868993)} \ No newline at end of file diff --git a/public/charting_library/bundles/962.e2eb6a85de39a3d76e5d.js b/public/charting_library/bundles/2227.e46f1f2d53203e1fb152.js similarity index 66% rename from public/charting_library/bundles/962.e2eb6a85de39a3d76e5d.js rename to public/charting_library/bundles/2227.e46f1f2d53203e1fb152.js index ecd0d28c..33a23a41 100644 --- a/public/charting_library/bundles/962.e2eb6a85de39a3d76e5d.js +++ b/public/charting_library/bundles/2227.e46f1f2d53203e1fb152.js @@ -1,44 +1,46 @@ -"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[962],{50690:(e,n,t)=>{var r=t(50959),l=t(22962);function a(e){for(var n="https://reactjs.org/docs/error-decoder.html?invariant="+e,t=1;t