Release v25.000 (from 1394882f)
Fixes tradingview/charting_library#60 Fixes tradingview/charting_library#65 Fixes tradingview/charting_library#70 Fixes tradingview/charting_library#71 Fixes tradingview/charting_library#75 Fixes tradingview/charting_library#76 Fixes tradingview/charting_library#77 Fixes tradingview/charting_library#78 Fixes tradingview/charting_library#79 Fixes tradingview/charting_library#81 Fixes tradingview/charting_library#82 Fixes tradingview/charting_library#84 Fixes tradingview/charting_library#86 Fixes tradingview/charting_library#89 Fixes tradingview/charting_library#90 Fixes tradingview/charting_library#91 Fixes tradingview/charting_library#92 Fixes tradingview/charting_library#93 Fixes tradingview/charting_library#94 Fixes tradingview/charting_library#95 Fixes tradingview/charting_library#96 Fixes tradingview/charting_library#97 Fixes tradingview/charting_library#99 Fixes tradingview/charting_library#100 Fixes tradingview/charting_library#101 Fixes tradingview/charting_library#102 Fixes tradingview/charting_library#103 Fixes tradingview/charting_library#105 Fixes tradingview/charting_library#106 Fixes tradingview/charting_library#107 Fixes tradingview/charting_library#108 Fixes tradingview/charting_library#109 Fixes tradingview/charting_library#110 Fixes tradingview/charting_library#111 Fixes tradingview/charting_library#113 Fixes tradingview/charting_library#114 Fixes tradingview/charting_library#115 Fixes tradingview/charting_library#116 Fixes tradingview/charting_library#118 Fixes tradingview/charting_library#336 Fixes tradingview/charting_library#683 Fixes tradingview/charting_library#1818 Fixes tradingview/charting_library#1899 Fixes tradingview/charting_library#1995 Fixes tradingview/charting_library#2323 Fixes tradingview/charting_library#3945 Fixes tradingview/charting_library#4522 Fixes tradingview/charting_library#5348 Fixes tradingview/charting_library#5573 Fixes tradingview/charting_library#5726 Fixes tradingview/charting_library#6025 Fixes tradingview/charting_library#6039 Fixes tradingview/charting_library#6165 Fixes tradingview/charting_library#6215 Fixes tradingview/charting_library#6406 Fixes tradingview/charting_library#6500 Fixes tradingview/charting_library#6550 Fixes tradingview/charting_library#6559 Fixes tradingview/charting_library#6572 Fixes tradingview/charting_library#6617 Fixes tradingview/charting_library#6636 Fixes tradingview/charting_library#6659 Fixes tradingview/charting_library#6678 Fixes tradingview/charting_library#6695 Fixes tradingview/charting_library#6713 Fixes tradingview/charting_library#6714 Fixes tradingview/charting_library#6723 Fixes tradingview/charting_library#6737 Fixes tradingview/charting_library#6765 Fixes tradingview/charting_library#6767 Fixes tradingview/charting_library#6775 Fixes tradingview/charting_library#6783 Fixes tradingview/charting_library#6800 Fixes tradingview/charting_library#6825 Fixes tradingview/charting_library#6864 Fixes tradingview/charting_library#6926 Fixes tradingview/charting_library#7060 Fixes tradingview/charting_library#7169 Fixes tradingview/charting_library#7307 Fixes tradingview/charting_library#7443 Fixes tradingview/charting_library#7445 Fixes tradingview/charting_library#7446 Fixes tradingview/charting_library#7457 Fixes tradingview/charting_library#7472 Fixes tradingview/charting_library#7483 Fixes tradingview/charting_library#7492 Fixes tradingview/charting_library#7519 Fixes tradingview/charting_library#7578
This commit is contained in:
62
changelog.md
62
changelog.md
@@ -5,6 +5,62 @@
|
||||
<!-- markdownlint-disable no-inline-html -->
|
||||
<!-- markdownlint-disable code-block-style -->
|
||||
|
||||
## Version 25
|
||||
|
||||
*Date: Mon May 22 2023*
|
||||
|
||||
**Breaking Changes**
|
||||
|
||||
- **Save and Load Chart Templates.** Add methods to the [save/load adapter](https://www.tradingview.com/charting-library-docs/latest/saving_loading) to support chart templates.
|
||||
- **Renew design for send order and buy sell buttons.** Renew design for send order and buy sell buttons:
|
||||
- Buttons are now rounded
|
||||
- Selected item and underline are now black
|
||||
- **New TV logo.** What is changing:
|
||||
- Changing the size, boldness of the text
|
||||
- Indentation of the logo from the borders of the chart
|
||||
- **One row for grid lines settings.** The grid lines settings have been combined into one row.
|
||||
- **Remove magnet icon near cursor - Reverting feature.** Following reviews this piece of work was reverted.
|
||||
- **Update Charting Library branding.** Branding font and position is slightly changed.
|
||||
- **Do not load Euclid font for the branding logo on chart.** The Euclid font will not load if there is an animated logo on the chart.
|
||||
- **When the chart data is reset, the new request for data will only be for the visible range.** The previous behavior was that when [resetData](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartWidgetApi#resetdata) was evoked, that the datafeed would be requested to provide data for the entire range of data already loaded for that symbol. The new behavior is that the request is now only for the current visible range. This more closely matches the behavior of the first load. If you require the old behavior then you can disable the `request_only_visible_range_on_reset` featureset.
|
||||
- **Remove timezone & session breaks section from scale gear menu.** Time zone and Session breaks section has been removed from gear menu.
|
||||
- **Update chart types icons.** Changed icons for Line, Area and Baseline chart types.
|
||||
- **Move Session breaks from Appearance to Events tab.** Session breaks setting is moved to events tab.
|
||||
- **Changed the gear icon.** Changed the icon for price scale settings button ('gear' in bottom-right corner). See [#1234](https://github.com/tradingview/charting_library/issues/1234)
|
||||
|
||||
**New Features**
|
||||
|
||||
- **Handle variable-tick-size.** Added support for variable tick size.
|
||||
- **Add new stats position for info line drawing "auto".** Option of automatic positioning of information block for infoline drawings was added "auto" (in addition to existing left, center, right).
|
||||
- **Add new checkboxes for price range in Info Line drawing box.** Added 2 settings in linetools context menu:
|
||||
- Percent change
|
||||
- Change in pips
|
||||
- **Add ability to move anchors continuously - not by bars.** Smooth resizing of icons, stickers and emojis was implemented.
|
||||
- **Correct Chart settings text Price scale labels.** "LABELS" group in "Scales" tab of Chart settings has been renamed to "LABELS ON PRICE SCALE".
|
||||
- **Show + button on cursor by hotkey.** Added hotkeys Alt+Ctrl (win) or Opt+Command (mac) for the appearance of the plus button under the cursor.
|
||||
- **Add Data window item to context/legend three dots menu.** Added new item to context/legend three dots menu - "Data window..." with a shortcut. Opens Data Window in the right panel.
|
||||
- **Add Volume profile indicators on the top of chart series.** Changed the default z-order for Volume Profile indicators and VP drawings. They are now located above the main series.
|
||||
- **Added new time zone Anchorage Alaska.** Added new time zone Anchorage Alaska (UTC-9).
|
||||
- **Separate chart types Line with markers and Stepline.** Step line and Line with markers types are added to the top toolbar chart types menu.
|
||||
- **Added new time zone Casablanca.** Timezone Casablanca (UTC) has been added.
|
||||
- **Try to load line tools code dynamically.** Fixed floating toolbar for Price Note to show color and text settings like for other drawings.
|
||||
- **Add sticker drawing tool.** Add the ability to use stickers with `createMultipointShape` or `selectLineTool`.
|
||||
- **Add Accelerator Oscillator indicator.**
|
||||
|
||||
**Improvements**
|
||||
|
||||
- **Theming support for pop-up menus.** Additional CSS custom properties have been added for styling pop-up menus. Pop-up (as known as 'pop-over') menus include toolbar menus, and context menus. See the full list of CSS custom properties in the [CSS Color Themes](https://www.tradingview.com/charting-library-docs/latest/customization/styles/CSS-Color-Themes) article.
|
||||
- **Add date and time input UI for custom studies.** [Custom studies](https://www.tradingview.com/charting-library-docs/latest/custom_studies) now support defining inputs of the `'time'` type and having a GUI element (date and time pickers) in the indicators settings dialog window.
|
||||
- **setActiveChart added to the Widget API.** The currently active chart in a multi-chart layout (available on Trading Terminal only) can now be changed using the `setActiveChart` method. [more info](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartingLibraryWidget#setactivechart)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- **Include missing PriceAxisLastValueMode and LineStyle enums in type documentation.**
|
||||
|
||||
**Documentation**
|
||||
|
||||
- **The Overrides article update.** We have updated the [Overrides](https://www.tradingview.com/charting-library-docs/latest/customization/overrides) article. Now it contains general information about the Overrides API. For information on how to customize elements on the chart, refer to a new [Chart Overrides](https://www.tradingview.com/charting-library-docs/latest/customization/overrides/chart-overrides) article.
|
||||
|
||||
## Version 24.004
|
||||
|
||||
*Date: Mon Apr 24 2023*
|
||||
@@ -28,13 +84,13 @@ list.
|
||||
- Passing `ClearMarksMode.BarMarks` will only remove bar marks.
|
||||
- Passing `ClearMarksMode.TimeScaleMarks` will only remove TimeScale marks.
|
||||
- **`BREAKING CHANGE` Discrepancy in chart style/type methods.** Only TypeScript breaking change as an interface has been renamed to better reflect its purpose.
|
||||
`SeriesStyle` is now [SeriesType](api/enums/Charting_Library.SeriesType).
|
||||
`SeriesStyle` is now [SeriesType](https://www.tradingview.com/charting-library-docs/latest/api/enums/Charting_Library.SeriesType).
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- **load_study_template event is not emitted.** load_study_template event was not emitted when applying a template on the chart.
|
||||
- **Fixed autosize bug occurring on Chrome iOS when rotating the device.** Workaround fix for a browser bug until Chrome resolves the issue on their side.
|
||||
- **Fixed the type definitions for a few of the PineJS Std library functions.** [PineJSStd documentation](@api/interfaces/Charting_Library.PineJSStd).
|
||||
- **Fixed the type definitions for a few of the PineJS Std library functions.** [PineJSStd documentation](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.PineJSStd).
|
||||
|
||||
**Documentation**
|
||||
|
||||
@@ -45,7 +101,7 @@ It will help you implement datafeed and real-time data streaming to Charting Lib
|
||||
**Other**
|
||||
|
||||
- **Incorrect watermark property key.** Deprecated `symbolWatermarkProperties` property has now been removed.
|
||||
Please use [settings_adapter](Widget-Constructor#settings_adapter) with `symbolWatermark` key instead or `applyOverrides` to change values.
|
||||
Please use [settings_adapter](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.ChartingLibraryWidgetOptions#settings_adapter) with `symbolWatermark` key instead or `applyOverrides` to change values.
|
||||
|
||||
## Version 24.003
|
||||
|
||||
|
||||
1
charting_library/bundles/1013.8bf558e5776449ee9b26.css
Normal file
1
charting_library/bundles/1013.8bf558e5776449ee9b26.css
Normal file
@@ -0,0 +1 @@
|
||||
.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:max-content}@media screen and (max-width:768px){.dialogTooltip-qyCw0PaN{max-width:240px}}
|
||||
@@ -0,0 +1 @@
|
||||
.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:max-content}@media screen and (max-width:768px){.dialogTooltip-qyCw0PaN{max-width:240px}}
|
||||
1
charting_library/bundles/1033.5197f9f8b8500206d06c.css
Normal file
1
charting_library/bundles/1033.5197f9f8b8500206d06c.css
Normal file
@@ -0,0 +1 @@
|
||||
.title-u3QJgF_p{cursor:default;font-size:11px;letter-spacing:.4px;line-height:16px;margin:6px 0;padding:0 12px;text-transform:uppercase}.title-u3QJgF_p,html.theme-dark .title-u3QJgF_p{color:var(--tv-color-popup-element-secondary-text,#787b86)}
|
||||
@@ -0,0 +1 @@
|
||||
.title-u3QJgF_p{cursor:default;font-size:11px;letter-spacing:.4px;line-height:16px;margin:6px 0;padding:0 12px;text-transform:uppercase}.title-u3QJgF_p,html.theme-dark .title-u3QJgF_p{color:var(--tv-color-popup-element-secondary-text,#787b86)}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
.button-reABrhVR{--tv-toolbar-explicit-hover-border-radius:4px;align-items:center;color:var(--tv-color-toolbar-button-text,#131722);cursor:default;display:flex;flex:1 0 auto;height:100%;position:relative;transition:background-color .35s ease,color 60ms ease;z-index:0}html.theme-dark .button-reABrhVR{color:var(--tv-color-toolbar-button-text,#d1d4dc)}.button-reABrhVR.hover-reABrhVR,.button-reABrhVR:active{color:var(--tv-color-toolbar-button-text-hover,#131722)}@media (any-hover:hover){.button-reABrhVR:hover{color:var(--tv-color-toolbar-button-text-hover,#131722)}}html.theme-dark .button-reABrhVR.hover-reABrhVR,html.theme-dark .button-reABrhVR:active{color:var(--tv-color-toolbar-button-text-hover,#d1d4dc)}@media (any-hover:hover){html.theme-dark .button-reABrhVR:hover{color:var(--tv-color-toolbar-button-text-hover,#d1d4dc)}}.button-reABrhVR.hover-reABrhVR:before,.button-reABrhVR:active:before{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa);border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);content:"";display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}@media (any-hover:hover){.button-reABrhVR:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa);border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);content:"";display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}}html.theme-dark .button-reABrhVR.hover-reABrhVR:before,html.theme-dark .button-reABrhVR:active:before{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .button-reABrhVR:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}}.button-reABrhVR svg{display:block}.button-reABrhVR .arrow-reABrhVR{align-items:center;contain:content;display:flex;height:100%}.button-reABrhVR .arrowWrap-reABrhVR{margin:0 6px;transition:transform .35s ease}@media (any-hover:hover){.button-reABrhVR:hover .arrowWrap-reABrhVR{transform:translateY(2px)}}.button-reABrhVR.isOpened-reABrhVR.hover-reABrhVR:before,.button-reABrhVR.isOpened-reABrhVR:active:before,.button-reABrhVR.isOpened-reABrhVR: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){.button-reABrhVR.isOpened-reABrhVR: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 .button-reABrhVR.isOpened-reABrhVR.hover-reABrhVR:before,html.theme-dark .button-reABrhVR.isOpened-reABrhVR:active:before,html.theme-dark .button-reABrhVR.isOpened-reABrhVR:before{background-color:var(--tv-color-toolbar-button-background-expanded,#2a2e39)}@media (any-hover:hover){html.theme-dark .button-reABrhVR.isOpened-reABrhVR:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,#2a2e39)}.button-reABrhVR.isOpened-reABrhVR:hover .arrowWrap-reABrhVR{transform:none}}
|
||||
@@ -1 +0,0 @@
|
||||
.button-reABrhVR{--tv-toolbar-explicit-hover-border-radius:4px;align-items:center;color:var(--tv-color-toolbar-button-text,#131722);cursor:default;display:flex;flex:1 0 auto;height:100%;position:relative;transition:background-color .35s ease,color 60ms ease;z-index:0}html.theme-dark .button-reABrhVR{color:var(--tv-color-toolbar-button-text,#d1d4dc)}.button-reABrhVR.hover-reABrhVR,.button-reABrhVR:active{color:var(--tv-color-toolbar-button-text-hover,#131722)}@media (any-hover:hover){.button-reABrhVR:hover{color:var(--tv-color-toolbar-button-text-hover,#131722)}}html.theme-dark .button-reABrhVR.hover-reABrhVR,html.theme-dark .button-reABrhVR:active{color:var(--tv-color-toolbar-button-text-hover,#d1d4dc)}@media (any-hover:hover){html.theme-dark .button-reABrhVR:hover{color:var(--tv-color-toolbar-button-text-hover,#d1d4dc)}}.button-reABrhVR.hover-reABrhVR:before,.button-reABrhVR:active:before{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa);border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);content:"";display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}@media (any-hover:hover){.button-reABrhVR:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,#f0f3fa);border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);content:"";display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}}html.theme-dark .button-reABrhVR.hover-reABrhVR:before,html.theme-dark .button-reABrhVR:active:before{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .button-reABrhVR:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,#2a2e39)}}.button-reABrhVR svg{display:block}.button-reABrhVR .arrow-reABrhVR{align-items:center;contain:content;display:flex;height:100%}.button-reABrhVR .arrowWrap-reABrhVR{margin:0 6px;transition:transform .35s ease}@media (any-hover:hover){.button-reABrhVR:hover .arrowWrap-reABrhVR{transform:translateY(2px)}}.button-reABrhVR.isOpened-reABrhVR.hover-reABrhVR:before,.button-reABrhVR.isOpened-reABrhVR:active:before,.button-reABrhVR.isOpened-reABrhVR: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){.button-reABrhVR.isOpened-reABrhVR: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 .button-reABrhVR.isOpened-reABrhVR.hover-reABrhVR:before,html.theme-dark .button-reABrhVR.isOpened-reABrhVR:active:before,html.theme-dark .button-reABrhVR.isOpened-reABrhVR:before{background-color:var(--tv-color-toolbar-button-background-expanded,#2a2e39)}@media (any-hover:hover){html.theme-dark .button-reABrhVR.isOpened-reABrhVR:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,#2a2e39)}.button-reABrhVR.isOpened-reABrhVR:hover .arrowWrap-reABrhVR{transform:none}}
|
||||
1
charting_library/bundles/1054.53487a2be7f0ef3c0ac6.css
Normal file
1
charting_library/bundles/1054.53487a2be7f0ef3c0ac6.css
Normal file
@@ -0,0 +1 @@
|
||||
.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:#787b86;font-size:12px;line-height:17px;overflow:hidden;white-space:nowrap}.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}
|
||||
@@ -0,0 +1 @@
|
||||
.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:#787b86;font-size:12px;line-height:17px;overflow:hidden;white-space:nowrap}.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}
|
||||
@@ -1,5 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1075],{9790:e=>{e.exports={menuWrap:"menuWrap-biWYdsXC",isMeasuring:"isMeasuring-biWYdsXC",scrollWrap:"scrollWrap-biWYdsXC",momentumBased:"momentumBased-biWYdsXC",menuBox:"menuBox-biWYdsXC",isHidden:"isHidden-biWYdsXC"}},9745:(e,t,n)=>{"use strict";n.d(t,{Icon:()=>i});var s=n(50959);const i=s.forwardRef(((e,t)=>{const{icon:n="",...i}=e;return s.createElement("span",{...i,ref:t,dangerouslySetInnerHTML:{__html:n}})}))},99054:(e,t,n)=>{"use strict";n.d(t,{setFixedBodyState:()=>u});const s=(()=>{let e;return()=>{var t;if(void 0===e){const n=document.createElement("div"),s=n.style;s.visibility="hidden",s.width="100px",s.msOverflowStyle="scrollbar",document.body.appendChild(n);const i=n.offsetWidth;n.style.overflow="scroll";const o=document.createElement("div");o.style.width="100%",n.appendChild(o);const r=o.offsetWidth;null===(t=n.parentNode)||void 0===t||t.removeChild(n),e=i-r}return e}})();function i(e,t,n){null!==e&&e.style.setProperty(t,n)}function o(e,t){return getComputedStyle(e,null).getPropertyValue(t)}function r(e,t){return parseInt(o(e,t))}let l=0,a=!1;function u(e){const{body:t}=document,n=t.querySelector(".widgetbar-wrap");if(e&&1==++l){const e=o(t,"overflow"),l=r(t,"padding-right");"hidden"!==e.toLowerCase()&&t.scrollHeight>t.offsetHeight&&(i(n,"right",`${s()}px`),t.style.paddingRight=`${l+s()}px`,a=!0),t.classList.add("i-no-scroll")}else if(!e&&l>0&&0==--l&&(t.classList.remove("i-no-scroll"),a)){i(n,"right","0px");let e=0;0,t.scrollHeight<=t.clientHeight&&(e-=s()),t.style.paddingRight=(e<0?0:e)+"px",a=!1}}},58095:(e,t,n)=>{"use strict";n.d(t,{useOutsideEvent:()=>o});var s=n(50959),i=n(39640);function o(e){const{click:t,mouseDown:n,touchEnd:o,touchStart:r,handler:l,reference:a,ownerDocument:u=document}=e,c=(0,s.useRef)(null),d=(0,s.useRef)(new CustomEvent("timestamp").timeStamp);return(0,s.useLayoutEffect)((()=>{const e={click:t,mouseDown:n,touchEnd:o,touchStart:r},s=a?a.current:c.current;return(0,i.addOutsideEventListener)(d.current,s,l,u,e)}),[t,n,o,r,l]),a||c}},90692:(e,t,n)=>{"use strict";n.d(t,{MatchMedia:()=>i});var s=n(50959);class i extends s.PureComponent{constructor(e){super(e),this._handleChange=()=>{this.forceUpdate()},this.state={query:window.matchMedia(this.props.rule)}}componentDidMount(){this._subscribe(this.state.query)}componentDidUpdate(e,t){this.state.query!==t.query&&(this._unsubscribe(t.query),this._subscribe(this.state.query))}componentWillUnmount(){this._unsubscribe(this.state.query)}render(){return this.props.children(this.state.query.matches)}static getDerivedStateFromProps(e,t){return e.rule!==t.query.media?{query:window.matchMedia(e.rule)}:null}_subscribe(e){e.addListener(this._handleChange)}_unsubscribe(e){e.removeListener(this._handleChange)}}},64706:(e,t,n)=>{"use strict";n.d(t,{MenuContext:()=>s});const s=n(50959).createContext(null)},27317:(e,t,n)=>{"use strict";n.d(t,{DEFAULT_MENU_THEME:()=>_,Menu:()=>v})
|
||||
;var s=n(50959),i=n(97754),o=n.n(i),r=n(50151),l=n(91031),a=n(33933),u=n(50655),c=n(59064),d=n(88216),h=n(66141),p=n(14758),m=n(64706),f=n(9790);const _=f;class v extends s.PureComponent{constructor(e){super(e),this._containerRef=null,this._scrollWrapRef=null,this._raf=null,this._scrollRaf=null,this._scrollTimeout=void 0,this._manager=new d.OverlapManager,this._hotkeys=null,this._scroll=0,this._handleContainerRef=e=>{this._containerRef=e,this.props.reference&&("function"==typeof this.props.reference&&this.props.reference(e),"object"==typeof this.props.reference&&(this.props.reference.current=e))},this._handleScrollWrapRef=e=>{this._scrollWrapRef=e,"function"==typeof this.props.scrollWrapReference&&this.props.scrollWrapReference(e),"object"==typeof this.props.scrollWrapReference&&(this.props.scrollWrapReference.current=e)},this._handleMeasure=({callback:e,forceRecalcPosition:t}={})=>{var n,s,i,o,a,u,c,d,h,p,m,f;if(this.state.isMeasureValid&&!t)return;const{position:_}=this.props,v=(0,r.ensureNotNull)(this._containerRef);let g=v.getBoundingClientRect();const y=document.documentElement.clientHeight,C=document.documentElement.clientWidth,x=null!==(n=this.props.closeOnScrollOutsideOffset)&&void 0!==n?n:0;let w=y-0-x;const b=g.height>w;if(b){(0,r.ensureNotNull)(this._scrollWrapRef).style.overflowY="scroll",g=v.getBoundingClientRect()}const{width:W,height:M}=g,S="function"==typeof _?_(W,M,y):_,E=null!==(i=null===(s=null==S?void 0:S.indentFromWindow)||void 0===s?void 0:s.left)&&void 0!==i?i:0,R=C-(null!==(o=S.overrideWidth)&&void 0!==o?o:W)-(null!==(u=null===(a=null==S?void 0:S.indentFromWindow)||void 0===a?void 0:a.right)&&void 0!==u?u:0),O=(0,l.clamp)(S.x,E,Math.max(E,R)),N=(null!==(d=null===(c=null==S?void 0:S.indentFromWindow)||void 0===c?void 0:c.top)&&void 0!==d?d:0)+x,T=y-(null!==(h=S.overrideHeight)&&void 0!==h?h:M)-(null!==(m=null===(p=null==S?void 0:S.indentFromWindow)||void 0===p?void 0:p.bottom)&&void 0!==m?m:0);let P=(0,l.clamp)(S.y,N,Math.max(N,T));if(S.forbidCorrectYCoord&&P<S.y&&(w-=S.y-P,P=S.y),t&&void 0!==this.props.closeOnScrollOutsideOffset&&S.y<=this.props.closeOnScrollOutsideOffset)return void this._handleGlobalClose(!0);const D=null!==(f=S.overrideHeight)&&void 0!==f?f:b?w:void 0;this.setState({appearingMenuHeight:t?this.state.appearingMenuHeight:D,appearingMenuWidth:t?this.state.appearingMenuWidth:S.overrideWidth,appearingPosition:{x:O,y:P},isMeasureValid:!0},(()=>{this._restoreScrollPosition(),e&&e()}))},this._restoreScrollPosition=()=>{const e=document.activeElement,t=(0,r.ensureNotNull)(this._containerRef);if(null!==e&&t.contains(e))try{e.scrollIntoView()}catch(e){}else(0,r.ensureNotNull)(this._scrollWrapRef).scrollTop=this._scroll},this._resizeForced=()=>{this.setState({appearingMenuHeight:void 0,appearingMenuWidth:void 0,appearingPosition:void 0,isMeasureValid:void 0})},this._resize=()=>{null===this._raf&&(this._raf=requestAnimationFrame((()=>{this.setState({appearingMenuHeight:void 0,appearingMenuWidth:void 0,appearingPosition:void 0,isMeasureValid:void 0}),this._raf=null})))},
|
||||
this._handleGlobalClose=e=>{this.props.onClose(e)},this._handleSlot=e=>{this._manager.setContainer(e)},this._handleScroll=()=>{this._scroll=(0,r.ensureNotNull)(this._scrollWrapRef).scrollTop},this._handleScrollOutsideEnd=()=>{clearTimeout(this._scrollTimeout),this._scrollTimeout=setTimeout((()=>{this._handleMeasure({forceRecalcPosition:!0})}),80)},this._handleScrollOutside=e=>{e.target!==this._scrollWrapRef&&(this._handleScrollOutsideEnd(),null===this._scrollRaf&&(this._scrollRaf=requestAnimationFrame((()=>{this._handleMeasure({forceRecalcPosition:!0}),this._scrollRaf=null}))))},this.state={}}componentDidMount(){this._handleMeasure({callback:this.props.onOpen});const{customCloseDelegate:e=c.globalCloseDelegate}=this.props;e.subscribe(this,this._handleGlobalClose),window.addEventListener("resize",this._resize);const t=null!==this.context;this._hotkeys||t||(this._hotkeys=h.createGroup({desc:"Popup menu"}),this._hotkeys.add({desc:"Close",hotkey:27,handler:()=>{this.props.onKeyboardClose&&this.props.onKeyboardClose(),this._handleGlobalClose()}})),this.props.repositionOnScroll&&window.addEventListener("scroll",this._handleScrollOutside,{capture:!0})}componentDidUpdate(){this._handleMeasure()}componentWillUnmount(){const{customCloseDelegate:e=c.globalCloseDelegate}=this.props;e.unsubscribe(this,this._handleGlobalClose),window.removeEventListener("resize",this._resize),window.removeEventListener("scroll",this._handleScrollOutside,{capture:!0}),this._hotkeys&&(this._hotkeys.destroy(),this._hotkeys=null),null!==this._raf&&(cancelAnimationFrame(this._raf),this._raf=null),null!==this._scrollRaf&&(cancelAnimationFrame(this._scrollRaf),this._scrollRaf=null),this._scrollTimeout&&clearTimeout(this._scrollTimeout)}render(){const{id:e,role:t,"aria-label":n,"aria-labelledby":i,"aria-activedescendant":r,"aria-hidden":l,children:c,minWidth:d,theme:h=f,className:_,maxHeight:v,onMouseOver:y,onMouseOut:C,onKeyDown:x,onFocus:w,onBlur:b}=this.props,{appearingMenuHeight:W,appearingMenuWidth:M,appearingPosition:S,isMeasureValid:E}=this.state;return s.createElement(m.MenuContext.Provider,{value:this},s.createElement(p.SubmenuHandler,null,s.createElement(u.SlotContext.Provider,{value:this._manager},s.createElement("div",{id:e,role:t,"aria-label":n,"aria-labelledby":i,"aria-activedescendant":r,"aria-hidden":l,className:o()(_,h.menuWrap,!E&&h.isMeasuring),style:{height:W,left:S&&S.x,minWidth:d,position:"fixed",top:S&&S.y,width:M},"data-name":this.props["data-name"],ref:this._handleContainerRef,onScrollCapture:this.props.onScroll,onContextMenu:a.preventDefaultForContextMenu,tabIndex:this.props.tabIndex,onMouseOver:y,onMouseOut:C,onKeyDown:x,onFocus:w,onBlur:b},s.createElement("div",{className:o()(h.scrollWrap,!this.props.noMomentumBasedScroll&&h.momentumBased),style:{overflowY:void 0!==W?"scroll":"auto",maxHeight:v},onScrollCapture:this._handleScroll,ref:this._handleScrollWrapRef},s.createElement(g,{className:h.menuBox},c)))),s.createElement(u.Slot,{reference:this._handleSlot})))}update(e){e?this._resizeForced():this._resize()}}function g(e){
|
||||
const t=(0,r.ensureNotNull)((0,s.useContext)(p.SubmenuContext)),n=s.useRef(null);return s.createElement("div",{ref:n,className:e.className,onMouseOver:function(e){if(!(null!==t.current&&e.target instanceof Node&&(s=e.target,null===(i=n.current)||void 0===i?void 0:i.contains(s))))return;var s,i;t.isSubmenuNode(e.target)||t.setCurrent(null)},"data-name":"menu-inner"},e.children)}v.contextType=p.SubmenuContext},88216:(e,t,n)=>{"use strict";n.d(t,{OverlapManager:()=>o,getRootOverlapManager:()=>l});var s=n(50151);class i{constructor(){this._storage=[]}add(e){this._storage.push(e)}remove(e){this._storage=this._storage.filter((t=>e!==t))}has(e){return this._storage.includes(e)}getItems(){return this._storage}}class o{constructor(e=document){this._storage=new i,this._windows=new Map,this._index=0,this._document=e,this._container=e.createDocumentFragment()}setContainer(e){const t=this._container,n=null===e?this._document.createDocumentFragment():e;!function(e,t){Array.from(e.childNodes).forEach((e=>{e.nodeType===Node.ELEMENT_NODE&&t.appendChild(e)}))}(t,n),this._container=n}registerWindow(e){this._storage.has(e)||this._storage.add(e)}ensureWindow(e,t={position:"fixed",direction:"normal"}){const n=this._windows.get(e);if(void 0!==n)return n;this.registerWindow(e);const s=this._document.createElement("div");if(s.style.position=t.position,s.style.zIndex=this._index.toString(),s.dataset.id=e,void 0!==t.index){const e=this._container.childNodes.length;if(t.index>=e)this._container.appendChild(s);else if(t.index<=0)this._container.insertBefore(s,this._container.firstChild);else{const e=this._container.childNodes[t.index];this._container.insertBefore(s,e)}}else"reverse"===t.direction?this._container.insertBefore(s,this._container.firstChild):this._container.appendChild(s);return this._windows.set(e,s),++this._index,s}unregisterWindow(e){this._storage.remove(e);const t=this._windows.get(e);void 0!==t&&(null!==t.parentElement&&t.parentElement.removeChild(t),this._windows.delete(e))}getZindex(e){const t=this.ensureWindow(e);return parseInt(t.style.zIndex||"0")}moveToTop(e){if(this.getZindex(e)!==this._index){this.ensureWindow(e).style.zIndex=(++this._index).toString()}}removeWindow(e){this.unregisterWindow(e)}}const r=new WeakMap;function l(e=document){const t=e.getElementById("overlap-manager-root");if(null!==t)return(0,s.ensureDefined)(r.get(t));{const t=new o(e),n=function(e){const t=e.createElement("div");return t.style.position="absolute",t.style.zIndex=150..toString(),t.style.top="0px",t.style.left="0px",t.id="overlap-manager-root",t}(e);return r.set(n,t),t.setContainer(n),e.body.appendChild(n),t}}},29197:(e,t,n)=>{"use strict";n.d(t,{CloseDelegateContext:()=>o});var s=n(50959),i=n(59064);const o=s.createContext(i.globalCloseDelegate)},65718:(e,t,n)=>{"use strict";n.d(t,{Portal:()=>a,PortalContext:()=>u});var s=n(50959),i=n(962),o=n(68671),r=n(88216),l=n(50655);class a extends s.PureComponent{constructor(){super(...arguments),this._uuid=(0,o.guid)()}componentWillUnmount(){this._manager().removeWindow(this._uuid)}render(){
|
||||
const e=this._manager().ensureWindow(this._uuid,this.props.layerOptions);return e.style.top=this.props.top||"",e.style.bottom=this.props.bottom||"",e.style.left=this.props.left||"",e.style.right=this.props.right||"",e.style.pointerEvents=this.props.pointerEvents||"",i.createPortal(s.createElement(u.Provider,{value:this},this.props.children),e)}moveToTop(){this._manager().moveToTop(this._uuid)}_manager(){return null===this.context?(0,r.getRootOverlapManager)():this.context}}a.contextType=l.SlotContext;const u=s.createContext(null)},50655:(e,t,n)=>{"use strict";n.d(t,{Slot:()=>i,SlotContext:()=>o});var s=n(50959);class i extends s.Component{shouldComponentUpdate(){return!1}render(){return s.createElement("div",{style:{position:"fixed",zIndex:150,left:0,top:0},ref:this.props.reference})}}const o=s.createContext(null)},14758:(e,t,n)=>{"use strict";n.d(t,{SubmenuContext:()=>i,SubmenuHandler:()=>o});var s=n(50959);const i=s.createContext(null);function o(e){const[t,n]=(0,s.useState)(null),o=(0,s.useRef)(null),r=(0,s.useRef)(new Map);return(0,s.useEffect)((()=>()=>{null!==o.current&&clearTimeout(o.current)}),[]),s.createElement(i.Provider,{value:{current:t,setCurrent:function(e){null!==o.current&&(clearTimeout(o.current),o.current=null);null===t?n(e):o.current=setTimeout((()=>{o.current=null,n(e)}),100)},registerSubmenu:function(e,t){return r.current.set(e,t),()=>{r.current.delete(e)}},isSubmenuNode:function(e){return Array.from(r.current.values()).some((t=>t(e)))}}},e.children)}}}]);
|
||||
1
charting_library/bundles/1109.ec16a629917db2baf412.css
Normal file
1
charting_library/bundles/1109.ec16a629917db2baf412.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
.loader-PZ4hqS2H{bottom:0;font-size:0;height:100%;left:0;margin:0 auto;opacity:1;position:absolute;right:0;text-align:center;top:0;transition:opacity .35s ease}.loader-PZ4hqS2H.static-PZ4hqS2H{display:inline-flex;position:static}.loader-PZ4hqS2H:after{content:" ";display:inline-block;height:100%;vertical-align:middle}.loader-PZ4hqS2H .item-PZ4hqS2H{--ui-lib-loader-color-default:currentColor;animation:tv-button-loader-PZ4hqS2H .96s ease-in-out infinite both;background-color:var(--ui-lib-loader-color,var(--ui-lib-loader-color-default));border-radius:100%;display:inline-block;opacity:1;transform:translateY(0) scale(.6);transition:transform .35s cubic-bezier(.68,-.55,.265,1.55);vertical-align:middle}.loader-PZ4hqS2H .item-PZ4hqS2H:nth-child(2){animation-delay:.151s;transition-delay:.11666667s}.loader-PZ4hqS2H .item-PZ4hqS2H:nth-child(3){animation-delay:.32s;transition-delay:233.33333ms}.loader-PZ4hqS2H .item-PZ4hqS2H,.loader-PZ4hqS2H .item-PZ4hqS2H.medium-PZ4hqS2H{height:10px;width:10px}.loader-PZ4hqS2H .item-PZ4hqS2H.medium-PZ4hqS2H:not(:last-child),.loader-PZ4hqS2H .item-PZ4hqS2H:not(:last-child){margin-inline-end:4px}.loader-PZ4hqS2H .item-PZ4hqS2H.small-PZ4hqS2H{height:5px;width:5px}.loader-PZ4hqS2H .item-PZ4hqS2H.small-PZ4hqS2H:not(:last-child){margin-inline-end:2px}.loader-PZ4hqS2H .item-PZ4hqS2H.black-PZ4hqS2H{--ui-lib-loader-color-default:#787b86}.loader-PZ4hqS2H .item-PZ4hqS2H.white-PZ4hqS2H{--ui-lib-loader-color-default:#fff}.loader-PZ4hqS2H .item-PZ4hqS2H.gray-PZ4hqS2H{--ui-lib-loader-color-default:#b2b5be}.loader-PZ4hqS2H .item-PZ4hqS2H.primary-PZ4hqS2H{--ui-lib-loader-color-default:#131722}html.theme-dark .loader-PZ4hqS2H .item-PZ4hqS2H.primary-PZ4hqS2H{--ui-lib-loader-color-default:#d1d4dc}.loader-PZ4hqS2H.loader-initial-PZ4hqS2H{opacity:.1}.loader-PZ4hqS2H.loader-initial-PZ4hqS2H .item-PZ4hqS2H{animation:none;transform:translateY(12px) scale(.6)}.loader-PZ4hqS2H.loader-appear-PZ4hqS2H{opacity:1;transition:opacity .7s ease}.loader-PZ4hqS2H.loader-appear-PZ4hqS2H .item-PZ4hqS2H{animation:none;transform:translateY(0) scale(.6)}@keyframes tv-button-loader-PZ4hqS2H{0%,to{transform:scale(.6)}50%{transform:scale(1)}}
|
||||
@@ -1 +0,0 @@
|
||||
.loader-PZ4hqS2H{bottom:0;font-size:0;height:100%;left:0;margin:0 auto;opacity:1;position:absolute;right:0;text-align:center;top:0;transition:opacity .35s ease}.loader-PZ4hqS2H.static-PZ4hqS2H{display:inline-flex;position:static}.loader-PZ4hqS2H:after{content:" ";display:inline-block;height:100%;vertical-align:middle}.loader-PZ4hqS2H .item-PZ4hqS2H{--ui-lib-loader-color-default:currentColor;animation:tv-button-loader-PZ4hqS2H .96s ease-in-out infinite both;background-color:var(--ui-lib-loader-color,var(--ui-lib-loader-color-default));border-radius:100%;display:inline-block;opacity:1;transform:translateY(0) scale(.6);transition:transform .35s cubic-bezier(.68,-.55,.265,1.55);vertical-align:middle}.loader-PZ4hqS2H .item-PZ4hqS2H:nth-child(2){animation-delay:.151s;transition-delay:.11666667s}.loader-PZ4hqS2H .item-PZ4hqS2H:nth-child(3){animation-delay:.32s;transition-delay:233.33333ms}.loader-PZ4hqS2H .item-PZ4hqS2H,.loader-PZ4hqS2H .item-PZ4hqS2H.medium-PZ4hqS2H{height:10px;width:10px}.loader-PZ4hqS2H .item-PZ4hqS2H.medium-PZ4hqS2H:not(:last-child),.loader-PZ4hqS2H .item-PZ4hqS2H:not(:last-child){margin-inline-end:4px}.loader-PZ4hqS2H .item-PZ4hqS2H.small-PZ4hqS2H{height:5px;width:5px}.loader-PZ4hqS2H .item-PZ4hqS2H.small-PZ4hqS2H:not(:last-child){margin-inline-end:2px}.loader-PZ4hqS2H .item-PZ4hqS2H.black-PZ4hqS2H{--ui-lib-loader-color-default:#787b86}.loader-PZ4hqS2H .item-PZ4hqS2H.white-PZ4hqS2H{--ui-lib-loader-color-default:#fff}.loader-PZ4hqS2H .item-PZ4hqS2H.gray-PZ4hqS2H{--ui-lib-loader-color-default:#b2b5be}.loader-PZ4hqS2H .item-PZ4hqS2H.primary-PZ4hqS2H{--ui-lib-loader-color-default:#131722}html.theme-dark .loader-PZ4hqS2H .item-PZ4hqS2H.primary-PZ4hqS2H{--ui-lib-loader-color-default:#d1d4dc}.loader-PZ4hqS2H.loader-initial-PZ4hqS2H{opacity:.1}.loader-PZ4hqS2H.loader-initial-PZ4hqS2H .item-PZ4hqS2H{animation:none;transform:translateY(12px) scale(.6)}.loader-PZ4hqS2H.loader-appear-PZ4hqS2H{opacity:1;transition:opacity .7s ease}.loader-PZ4hqS2H.loader-appear-PZ4hqS2H .item-PZ4hqS2H{animation:none;transform:translateY(0) scale(.6)}@keyframes tv-button-loader-PZ4hqS2H{0%,to{transform:scale(.6)}50%{transform:scale(1)}}
|
||||
@@ -1 +0,0 @@
|
||||
.button-EwvVs4tz{background-color:#fff;border:none;border-radius:4px;color:#787b86;font-size:12px;height:22px;padding-left:8px;padding-right:8px;white-space:nowrap}html.theme-dark .button-EwvVs4tz{background-color:#1e222d}@media (any-hover:hover){.button-EwvVs4tz:hover{background-color:#e0e3eb;color:#131722}html.theme-dark .button-EwvVs4tz:hover{background-color:#5d606b;color:#d1d4dc}}.button-EwvVs4tz.bordersVisible-EwvVs4tz{border:1px solid #e0e3eb;padding:0 7px}html.theme-dark .button-EwvVs4tz.bordersVisible-EwvVs4tz{border:1px solid #363a45}.button-EwvVs4tz.selected-EwvVs4tz{background-color:#90bff9;color:#131722}html.theme-dark .button-EwvVs4tz.selected-EwvVs4tz{background-color:#143a87;color:#d1d4dc}.button-EwvVs4tz+.button-EwvVs4tz{margin-left:8px}.wrap-Z2IeU8oL{align-items:center;border-bottom:1px solid #f0f3fa;display:flex;height:52px;padding-right:20px}html.theme-dark .wrap-Z2IeU8oL{border-bottom-color:#2a2e39}.header-Z2IeU8oL{color:#787b86;font-size:11px;line-height:16px;margin-top:2px;padding:8px 20px;text-transform:uppercase}.item-Z2IeU8oL{box-sizing:border-box;color:#131722;font-size:16px;height:40px;line-height:24px;padding:10px 16px}html.theme-dark .item-Z2IeU8oL{color:#d1d4dc}.item-Z2IeU8oL:active{background-color:#2962ff;color:#fff}html.theme-dark .item-Z2IeU8oL:active{background-color:#2962ff;color:#d1d4dc}.scrollable-pnhleBGm{-webkit-overflow-scrolling:touch;flex:1 1 auto;height:100%;min-height:145px;overflow-x:hidden;overflow-y:auto;scrollbar-color:#9598a1 #0000;scrollbar-width:thin}html.theme-dark .scrollable-pnhleBGm{scrollbar-color:#363a45 #0000}@media screen and (max-height:290px){.scrollable-pnhleBGm{min-height:auto}}.scrollable-pnhleBGm::-webkit-scrollbar{height:5px;width:5px}.scrollable-pnhleBGm::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .scrollable-pnhleBGm::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.scrollable-pnhleBGm::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-pnhleBGm::-webkit-scrollbar-corner{display:none}.spinnerWrap-pnhleBGm{height:100%;width:100%}.item-pnhleBGm:first-child{margin-top:6px}.item-pnhleBGm:last-child{margin-bottom:6px}.heading-pnhleBGm{color:#787b86;font-size:11px;line-height:16px;padding:16px 20px 8px;text-transform:uppercase}.checkboxWrap-pnhleBGm{padding-right:8px}.checkbox-pnhleBGm{align-items:baseline;display:flex;height:28px;justify-content:center;padding:0;width:28px}.emptyState-pnhleBGm{align-items:center;display:flex;flex-flow:column;height:100%;justify-content:center}.emptyState-pnhleBGm .image-pnhleBGm{align-items:center;display:flex;height:120px}.emptyState-pnhleBGm .text-pnhleBGm{color:#131722;font-size:16px;line-height:24px;margin-top:8px}html.theme-dark .emptyState-pnhleBGm .text-pnhleBGm{color:#d1d4dc}.dialog-dvJt_v2j{height:565px;max-width:680px;overflow:hidden;width:680px}.tablet-dvJt_v2j{width:calc(100% - 20px)}.label-RJd3G5_Y{margin-left:8px}
|
||||
@@ -1 +0,0 @@
|
||||
.button-EwvVs4tz{background-color:#fff;border:none;border-radius:4px;color:#787b86;font-size:12px;height:22px;padding-left:8px;padding-right:8px;white-space:nowrap}html.theme-dark .button-EwvVs4tz{background-color:#1e222d}@media (any-hover:hover){.button-EwvVs4tz:hover{background-color:#e0e3eb;color:#131722}html.theme-dark .button-EwvVs4tz:hover{background-color:#5d606b;color:#d1d4dc}}.button-EwvVs4tz.bordersVisible-EwvVs4tz{border:1px solid #e0e3eb;padding:0 7px}html.theme-dark .button-EwvVs4tz.bordersVisible-EwvVs4tz{border:1px solid #363a45}.button-EwvVs4tz.selected-EwvVs4tz{background-color:#90bff9;color:#131722}html.theme-dark .button-EwvVs4tz.selected-EwvVs4tz{background-color:#143a87;color:#d1d4dc}.button-EwvVs4tz+.button-EwvVs4tz{margin-right:8px}.wrap-Z2IeU8oL{align-items:center;border-bottom:1px solid #f0f3fa;display:flex;height:52px;padding-left:20px}html.theme-dark .wrap-Z2IeU8oL{border-bottom-color:#2a2e39}.header-Z2IeU8oL{color:#787b86;font-size:11px;line-height:16px;margin-top:2px;padding:8px 20px;text-transform:uppercase}.item-Z2IeU8oL{box-sizing:border-box;color:#131722;font-size:16px;height:40px;line-height:24px;padding:10px 16px}html.theme-dark .item-Z2IeU8oL{color:#d1d4dc}.item-Z2IeU8oL:active{background-color:#2962ff;color:#fff}html.theme-dark .item-Z2IeU8oL:active{background-color:#2962ff;color:#d1d4dc}.scrollable-pnhleBGm{-webkit-overflow-scrolling:touch;flex:1 1 auto;height:100%;min-height:145px;overflow-x:hidden;overflow-y:auto;scrollbar-color:#9598a1 #0000;scrollbar-width:thin}html.theme-dark .scrollable-pnhleBGm{scrollbar-color:#363a45 #0000}@media screen and (max-height:290px){.scrollable-pnhleBGm{min-height:auto}}.scrollable-pnhleBGm::-webkit-scrollbar{height:5px;width:5px}.scrollable-pnhleBGm::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .scrollable-pnhleBGm::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.scrollable-pnhleBGm::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-pnhleBGm::-webkit-scrollbar-corner{display:none}.spinnerWrap-pnhleBGm{height:100%;width:100%}.item-pnhleBGm:first-child{margin-top:6px}.item-pnhleBGm:last-child{margin-bottom:6px}.heading-pnhleBGm{color:#787b86;font-size:11px;line-height:16px;padding:16px 20px 8px;text-transform:uppercase}.checkboxWrap-pnhleBGm{padding-left:8px}.checkbox-pnhleBGm{align-items:baseline;display:flex;height:28px;justify-content:center;padding:0;width:28px}.emptyState-pnhleBGm{align-items:center;display:flex;flex-flow:column;height:100%;justify-content:center}.emptyState-pnhleBGm .image-pnhleBGm{align-items:center;display:flex;height:120px}.emptyState-pnhleBGm .text-pnhleBGm{color:#131722;font-size:16px;line-height:24px;margin-top:8px}html.theme-dark .emptyState-pnhleBGm .text-pnhleBGm{color:#d1d4dc}.dialog-dvJt_v2j{height:565px;max-width:680px;overflow:hidden;width:680px}.tablet-dvJt_v2j{width:calc(100% - 20px)}.label-RJd3G5_Y{margin-right:8px}
|
||||
1
charting_library/bundles/1365.0116666d16b5bc64c47a.css
Normal file
1
charting_library/bundles/1365.0116666d16b5bc64c47a.css
Normal file
@@ -0,0 +1 @@
|
||||
.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}
|
||||
@@ -0,0 +1 @@
|
||||
.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}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
.scrollable-PSZ_D1q_{-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-PSZ_D1q_{scrollbar-color:#363a45 #0000}@media screen and (max-height:290px){.scrollable-PSZ_D1q_{min-height:auto}}.scrollable-PSZ_D1q_::-webkit-scrollbar{height:5px;width:5px}.scrollable-PSZ_D1q_::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .scrollable-PSZ_D1q_::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.scrollable-PSZ_D1q_::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-PSZ_D1q_::-webkit-scrollbar-corner{display:none}.content-PSZ_D1q_{border-color:currentcolor #e0e3eb #e0e3eb;border-top:1px solid #e0e3eb;box-sizing:border-box;flex:1 1 auto;padding:24px 20px}html.theme-dark .content-PSZ_D1q_{border-color:#434651}.content-PSZ_D1q_ .row-PSZ_D1q_{align-items:center;color:#131722;display:flex;margin-top:16px}html.theme-dark .content-PSZ_D1q_ .row-PSZ_D1q_{color:#d1d4dc}.content-PSZ_D1q_ .row-PSZ_D1q_:first-child{margin-top:0}.content-PSZ_D1q_ .row-PSZ_D1q_ .title-PSZ_D1q_{display:flex;flex:none;line-height:21px;margin-right:20px;width:80px;word-break:break-word}.content-PSZ_D1q_ .row-PSZ_D1q_ .control-PSZ_D1q_{line-height:21px;width:100px}
|
||||
@@ -1 +0,0 @@
|
||||
.scrollable-PSZ_D1q_{-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-PSZ_D1q_{scrollbar-color:#363a45 #0000}@media screen and (max-height:290px){.scrollable-PSZ_D1q_{min-height:auto}}.scrollable-PSZ_D1q_::-webkit-scrollbar{height:5px;width:5px}.scrollable-PSZ_D1q_::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .scrollable-PSZ_D1q_::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.scrollable-PSZ_D1q_::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-PSZ_D1q_::-webkit-scrollbar-corner{display:none}.content-PSZ_D1q_{border-color:currentcolor #e0e3eb #e0e3eb;border-top:1px solid #e0e3eb;box-sizing:border-box;flex:1 1 auto;padding:24px 20px}html.theme-dark .content-PSZ_D1q_{border-color:#434651}.content-PSZ_D1q_ .row-PSZ_D1q_{align-items:center;color:#131722;display:flex;margin-top:16px}html.theme-dark .content-PSZ_D1q_ .row-PSZ_D1q_{color:#d1d4dc}.content-PSZ_D1q_ .row-PSZ_D1q_:first-child{margin-top:0}.content-PSZ_D1q_ .row-PSZ_D1q_ .title-PSZ_D1q_{display:flex;flex:none;line-height:21px;margin-left:20px;width:80px;word-break:break-word}.content-PSZ_D1q_ .row-PSZ_D1q_ .control-PSZ_D1q_{line-height:21px;width:100px}
|
||||
@@ -1 +0,0 @@
|
||||
.separator-LQ6E1iWj{background-color:#e0e3eb;height:1px;margin:8px 0}html.theme-dark .separator-LQ6E1iWj{background-color:#434651}
|
||||
@@ -1 +0,0 @@
|
||||
.separator-LQ6E1iWj{background-color:#e0e3eb;height:1px;margin:8px 0}html.theme-dark .separator-LQ6E1iWj{background-color:#434651}
|
||||
@@ -1 +0,0 @@
|
||||
.row-HxlnbRyI{vertical-align:top}.line-HxlnbRyI{background-color:#e0e3eb;height:1px;margin:6px 0}html.theme-dark .line-HxlnbRyI{background-color:#434651}.hint-HxlnbRyI{color:#8797a5;font-size:12px;margin-left:6px;margin-top:12px;text-align:left}html.theme-dark .hint-HxlnbRyI{color:#4f5966}.separator-blm_vtaP{background-color:#e0e3eb;height:1px;margin:6px 0}html.theme-dark .separator-blm_vtaP{background-color:#434651}.menu-Oq10ZTMF{border-collapse:collapse;cursor:default;overflow:visible;-webkit-user-select:none;user-select:none;z-index:500}.loaderWrap-aELfTl0o{height:32px;margin-left:-2px;position:relative}.loaderWrap-aELfTl0o.big-aELfTl0o{min-width:100px}.loaderWrap-aELfTl0o.big-aELfTl0o .loader-aELfTl0o{position:absolute}.loader-aELfTl0o{position:static}
|
||||
@@ -1 +0,0 @@
|
||||
.row-HxlnbRyI{vertical-align:top}.line-HxlnbRyI{background-color:#e0e3eb;height:1px;margin:6px 0}html.theme-dark .line-HxlnbRyI{background-color:#434651}.hint-HxlnbRyI{color:#8797a5;font-size:12px;margin-right:6px;margin-top:12px;text-align:right}html.theme-dark .hint-HxlnbRyI{color:#4f5966}.separator-blm_vtaP{background-color:#e0e3eb;height:1px;margin:6px 0}html.theme-dark .separator-blm_vtaP{background-color:#434651}.menu-Oq10ZTMF{border-collapse:collapse;cursor:default;overflow:visible;-webkit-user-select:none;user-select:none;z-index:500}.loaderWrap-aELfTl0o{height:32px;margin-right:-2px;position:relative}.loaderWrap-aELfTl0o.big-aELfTl0o{min-width:100px}.loaderWrap-aELfTl0o.big-aELfTl0o .loader-aELfTl0o{position:absolute}.loader-aELfTl0o{position:static}
|
||||
@@ -1 +0,0 @@
|
||||
.container-HS2PTQRJ{align-items:center;cursor:default;display:flex;flex:0 0 auto;padding:0 20px}.unsetAlign-HS2PTQRJ{align-items:stretch}.title-HS2PTQRJ{color:#131722;flex-grow:1;font-size:20px;font-weight:600;line-height:28px;min-width:0;padding:17px 0}html.theme-dark .title-HS2PTQRJ{color:#d1d4dc}@media screen and (max-height:360px){.title-HS2PTQRJ{padding:10px 0}}.subtitle-HS2PTQRJ{font-size:16px;font-weight:400;line-height:24px;margin:8px 0 3px}.textWrap-HS2PTQRJ{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:28px;max-height:56px;overflow:hidden}.ellipsis-HS2PTQRJ{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.close-HS2PTQRJ{align-items:center;align-self:flex-start;background-color:initial;border:0;border-radius:2px;color:#131722;cursor:default;display:flex;flex-shrink:0;height:34px;justify-content:center;margin:17px -3px 17px 0;width:34px}html.theme-dark .close-HS2PTQRJ{color:#d1d4dc}@media (any-hover:hover){.close-HS2PTQRJ:hover{background-color:#f0f3fa}html.theme-dark .close-HS2PTQRJ:hover{background-color:#2a2e39}}@media screen and (max-height:360px){.close-HS2PTQRJ{margin-bottom:10px;margin-top:10px}}.close-HS2PTQRJ{outline:none;overflow:visible;position:relative}.close-HS2PTQRJ:focus{outline:none}.close-HS2PTQRJ:focus-visible{outline:none}.close-HS2PTQRJ: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}.close-HS2PTQRJ:focus:after{display:block}.close-HS2PTQRJ:focus-visible:after{display:block}.close-HS2PTQRJ:focus:not(:focus-visible):after{display:none}.close-HS2PTQRJ:after{border-color:#2962ffcc;border-radius:6px}.icon-HS2PTQRJ{height:17px}.dialog-o2xKpnz8{display:block;max-width:550px;min-width:380px;width:auto}@media screen and (max-width:379px){.dialog-o2xKpnz8{min-height:auto;min-width:100%}}.wrapper-o2xKpnz8{display:flex;flex-direction:column;height:100%}.dialog-o2xKpnz8 .separator-o2xKpnz8{flex:none;margin:0 0 2px}
|
||||
@@ -1 +0,0 @@
|
||||
.container-HS2PTQRJ{align-items:center;cursor:default;display:flex;flex:0 0 auto;padding:0 20px}.unsetAlign-HS2PTQRJ{align-items:stretch}.title-HS2PTQRJ{color:#131722;flex-grow:1;font-size:20px;font-weight:600;line-height:28px;min-width:0;padding:17px 0}html.theme-dark .title-HS2PTQRJ{color:#d1d4dc}@media screen and (max-height:360px){.title-HS2PTQRJ{padding:10px 0}}.subtitle-HS2PTQRJ{font-size:16px;font-weight:400;line-height:24px;margin:8px 0 3px}.textWrap-HS2PTQRJ{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:28px;max-height:56px;overflow:hidden}.ellipsis-HS2PTQRJ{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.close-HS2PTQRJ{align-items:center;align-self:flex-start;background-color:initial;border:0;border-radius:2px;color:#131722;cursor:default;display:flex;flex-shrink:0;height:34px;justify-content:center;margin:17px 0 17px -3px;width:34px}html.theme-dark .close-HS2PTQRJ{color:#d1d4dc}@media (any-hover:hover){.close-HS2PTQRJ:hover{background-color:#f0f3fa}html.theme-dark .close-HS2PTQRJ:hover{background-color:#2a2e39}}@media screen and (max-height:360px){.close-HS2PTQRJ{margin-bottom:10px;margin-top:10px}}.close-HS2PTQRJ{outline:none;overflow:visible;position:relative}.close-HS2PTQRJ:focus{outline:none}.close-HS2PTQRJ:focus-visible{outline:none}.close-HS2PTQRJ: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}.close-HS2PTQRJ:focus:after{display:block}.close-HS2PTQRJ:focus-visible:after{display:block}.close-HS2PTQRJ:focus:not(:focus-visible):after{display:none}.close-HS2PTQRJ:after{border-color:#2962ffcc;border-radius:6px}.icon-HS2PTQRJ{height:17px}.dialog-o2xKpnz8{display:block;max-width:550px;min-width:380px;width:auto}@media screen and (max-width:379px){.dialog-o2xKpnz8{min-height:auto;min-width:100%}}.wrapper-o2xKpnz8{display:flex;flex-direction:column;height:100%}.dialog-o2xKpnz8 .separator-o2xKpnz8{flex:none;margin:0 0 2px}
|
||||
1
charting_library/bundles/1762.7ff6b353c441db2276da.css
Normal file
1
charting_library/bundles/1762.7ff6b353c441db2276da.css
Normal file
@@ -0,0 +1 @@
|
||||
.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}
|
||||
@@ -0,0 +1 @@
|
||||
.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}
|
||||
@@ -1 +0,0 @@
|
||||
.sortButton-FIPRqrMd{align-items:center;border-radius:2px;color:#131722;display:flex;height:34px;justify-content:center;margin-left:auto;width:34px}html.theme-dark .sortButton-FIPRqrMd{color:#d1d4dc}@media (any-hover:hover){.sortButton-FIPRqrMd:hover{background-color:#f0f3fa}html.theme-dark .sortButton-FIPRqrMd:hover{background-color:#363a45}}.sortButton-FIPRqrMd .icon-FIPRqrMd{height:28px}.container-EqXpAF5F{padding:2px 0}.labelWrap-EqXpAF5F{align-items:center;display:flex;justify-content:center}.labelWrap-EqXpAF5F .icon-EqXpAF5F{height:28px;padding-right:6px;width:28px}.labelWrap-EqXpAF5F .text-EqXpAF5F{padding-right:11px}.container-BoAY_ptP{align-items:flex-end;box-sizing:border-box;cursor:default;display:flex;flex-shrink:0;padding:9px 17px 3px 32px}.title-BoAY_ptP{color:#787b86;font-size:11px;letter-spacing:.4px;line-height:16px;margin-bottom:5px;text-transform:uppercase}.container-M2Pby5d6{cursor:default;height:100%;overflow:hidden;position:relative;z-index:0}@media (pointer:fine){.list-M2Pby5d6{scrollbar-width:none}.list-M2Pby5d6.sb-scrollbar-wrap{display:none}.list-M2Pby5d6::-webkit-scrollbar{display:none;height:0;width:0}.list-M2Pby5d6::-webkit-scrollbar-thumb,.list-M2Pby5d6::-webkit-scrollbar-track{display:none}.list-M2Pby5d6::-webkit-scrollbar-corner{display:none}}.overlayScrollWrap-M2Pby5d6{bottom:0;right:0;top:0;z-index:1}.scroll-M2Pby5d6::-webkit-scrollbar{height:5px;width:5px}.scroll-M2Pby5d6::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .scroll-M2Pby5d6::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.scroll-M2Pby5d6::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scroll-M2Pby5d6::-webkit-scrollbar-corner{display:none}@media tablet-small-breakpoint{.scroll-M2Pby5d6{box-sizing:border-box;padding-bottom:6px;padding-top:6px}}.highlight-ng6ukD8E{color:#1848cc}.active-ng6ukD8E,html.theme-dark .active-ng6ukD8E{color:#90bff9}.dialog-Ot86R_eC{height:540px;width:420px}@media screen and (min-width:480px){.dialog-Ot86R_eC{width:480px}}.contentList-Ot86R_eC{min-height:0}@media screen and (min-width:480px){.contentList-Ot86R_eC{max-height:526px}}@media screen and (max-width:430px){.contentList-Ot86R_eC{max-height:none}}.contentHeader-Ot86R_eC{padding-left:20px}
|
||||
@@ -1 +0,0 @@
|
||||
.sortButton-FIPRqrMd{align-items:center;border-radius:2px;color:#131722;display:flex;height:34px;justify-content:center;margin-right:auto;width:34px}html.theme-dark .sortButton-FIPRqrMd{color:#d1d4dc}@media (any-hover:hover){.sortButton-FIPRqrMd:hover{background-color:#f0f3fa}html.theme-dark .sortButton-FIPRqrMd:hover{background-color:#363a45}}.sortButton-FIPRqrMd .icon-FIPRqrMd{height:28px}.container-EqXpAF5F{padding:2px 0}.labelWrap-EqXpAF5F{align-items:center;display:flex;justify-content:center}.labelWrap-EqXpAF5F .icon-EqXpAF5F{height:28px;padding-left:6px;width:28px}.labelWrap-EqXpAF5F .text-EqXpAF5F{padding-left:11px}.container-BoAY_ptP{align-items:flex-end;box-sizing:border-box;cursor:default;display:flex;flex-shrink:0;padding:9px 32px 3px 17px}.title-BoAY_ptP{color:#787b86;font-size:11px;letter-spacing:.4px;line-height:16px;margin-bottom:5px;text-transform:uppercase}.container-M2Pby5d6{cursor:default;height:100%;overflow:hidden;position:relative;z-index:0}@media (pointer:fine){.list-M2Pby5d6{scrollbar-width:none}.list-M2Pby5d6.sb-scrollbar-wrap{display:none}.list-M2Pby5d6::-webkit-scrollbar{display:none;height:0;width:0}.list-M2Pby5d6::-webkit-scrollbar-thumb,.list-M2Pby5d6::-webkit-scrollbar-track{display:none}.list-M2Pby5d6::-webkit-scrollbar-corner{display:none}}.overlayScrollWrap-M2Pby5d6{bottom:0;left:0;top:0;z-index:1}.scroll-M2Pby5d6::-webkit-scrollbar{height:5px;width:5px}.scroll-M2Pby5d6::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .scroll-M2Pby5d6::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.scroll-M2Pby5d6::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scroll-M2Pby5d6::-webkit-scrollbar-corner{display:none}@media tablet-small-breakpoint{.scroll-M2Pby5d6{box-sizing:border-box;padding-bottom:6px;padding-top:6px}}.highlight-ng6ukD8E{color:#1848cc}.active-ng6ukD8E,html.theme-dark .active-ng6ukD8E{color:#90bff9}.dialog-Ot86R_eC{height:540px;width:420px}@media screen and (min-width:480px){.dialog-Ot86R_eC{width:480px}}.contentList-Ot86R_eC{min-height:0}@media screen and (min-width:480px){.contentList-Ot86R_eC{max-height:526px}}@media screen and (max-width:430px){.contentList-Ot86R_eC{max-height:none}}.contentHeader-Ot86R_eC{padding-right:20px}
|
||||
1
charting_library/bundles/1849.aa435f081ad57a6d0121.css
Normal file
1
charting_library/bundles/1849.aa435f081ad57a6d0121.css
Normal file
@@ -0,0 +1 @@
|
||||
.item-zwyEh4hn{align-items:flex-start;font-size:16px;padding-right:20px;white-space:normal}.label-zwyEh4hn{line-height:24px;overflow:visible}.labelRow-zwyEh4hn{margin-bottom:2px;margin-top:2px}.toolbox-zwyEh4hn{margin-top:3px}
|
||||
@@ -0,0 +1 @@
|
||||
.item-zwyEh4hn{align-items:flex-start;font-size:16px;padding-left:20px;white-space:normal}.label-zwyEh4hn{line-height:24px;overflow:visible}.labelRow-zwyEh4hn{margin-bottom:2px;margin-top:2px}.toolbox-zwyEh4hn{margin-top:3px}
|
||||
37
charting_library/bundles/1958.c039f5e1f22405ba79e1.js
Normal file
37
charting_library/bundles/1958.c039f5e1f22405ba79e1.js
Normal file
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
.errorCard-Kcyx2XsY{align-items:center;background:var(--backgroundColor,#fff);color:var(--textColor,#434651);display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}html.theme-dark .errorCard-Kcyx2XsY{background:var(--backgroundColor,#131722);color:var(--textColor,#9598a1)}.errorCard__icon-Kcyx2XsY{margin-bottom:12px}.errorCard_size_big-Kcyx2XsY .errorCard__icon-Kcyx2XsY{margin-bottom:21px}.errorCard__message-Kcyx2XsY{font-size:14px;line-height:22px;text-align:center}.errorCard_size_big-Kcyx2XsY .errorCard__message-Kcyx2XsY{font-size:18px;line-height:28px}.errorCard_limitWidth-Kcyx2XsY .errorCard__message-Kcyx2XsY{max-width:350px}.errorCard__link-Kcyx2XsY{fill:#2962ff;color:#2962ff;cursor:pointer;line-height:28px}.errorCard__link-Kcyx2XsY:visited,html.theme-dark .errorCard__link-Kcyx2XsY{fill:#2962ff;color:#2962ff}html.theme-dark .errorCard__link-Kcyx2XsY:visited{fill:#2962ff;color:#2962ff}@media (any-hover:hover){.errorCard__link-Kcyx2XsY:hover{fill:#1e53e5;color:#1e53e5}html.theme-dark .errorCard__link-Kcyx2XsY:hover{fill:#1e53e5;color:#1e53e5}}.errorCard__link-Kcyx2XsY:active{fill:#1848cc;color:#1848cc}html.theme-dark .errorCard__link-Kcyx2XsY:active{fill:#1848cc;color:#1848cc}.errorCard__link-Kcyx2XsY:focus{outline:auto}.errorCard__link-Kcyx2XsY:focus-visible{outline:auto}.errorCard__link-Kcyx2XsY:focus:not(:focus-visible){outline:none}.errorCardRendererContainer-Kcyx2XsY{--backgroundColor:initial;--textColor:initial;cursor:default;height:100%;position:absolute;width:100%}.errorCardRendererContainer-Kcyx2XsY:empty{visibility:hidden}
|
||||
@@ -1 +0,0 @@
|
||||
.errorCard-Kcyx2XsY{align-items:center;background:var(--backgroundColor,#fff);color:var(--textColor,#434651);display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}html.theme-dark .errorCard-Kcyx2XsY{background:var(--backgroundColor,#131722);color:var(--textColor,#9598a1)}.errorCard__icon-Kcyx2XsY{margin-bottom:12px}.errorCard_size_big-Kcyx2XsY .errorCard__icon-Kcyx2XsY{margin-bottom:21px}.errorCard__message-Kcyx2XsY{font-size:14px;line-height:22px;text-align:center}.errorCard_size_big-Kcyx2XsY .errorCard__message-Kcyx2XsY{font-size:18px;line-height:28px}.errorCard_limitWidth-Kcyx2XsY .errorCard__message-Kcyx2XsY{max-width:350px}.errorCard__link-Kcyx2XsY{fill:#2962ff;color:#2962ff;cursor:pointer;line-height:28px}.errorCard__link-Kcyx2XsY:visited,html.theme-dark .errorCard__link-Kcyx2XsY{fill:#2962ff;color:#2962ff}html.theme-dark .errorCard__link-Kcyx2XsY:visited{fill:#2962ff;color:#2962ff}@media (any-hover:hover){.errorCard__link-Kcyx2XsY:hover{fill:#1e53e5;color:#1e53e5}html.theme-dark .errorCard__link-Kcyx2XsY:hover{fill:#1e53e5;color:#1e53e5}}.errorCard__link-Kcyx2XsY:active{fill:#1848cc;color:#1848cc}html.theme-dark .errorCard__link-Kcyx2XsY:active{fill:#1848cc;color:#1848cc}.errorCard__link-Kcyx2XsY:focus{outline:auto}.errorCard__link-Kcyx2XsY:focus-visible{outline:auto}.errorCard__link-Kcyx2XsY:focus:not(:focus-visible){outline:none}.errorCardRendererContainer-Kcyx2XsY{--backgroundColor:initial;--textColor:initial;cursor:default;height:100%;position:absolute;width:100%}.errorCardRendererContainer-Kcyx2XsY:empty{visibility:hidden}
|
||||
1
charting_library/bundles/2109.39627406fe95483ff7db.css
Normal file
1
charting_library/bundles/2109.39627406fe95483ff7db.css
Normal file
@@ -0,0 +1 @@
|
||||
.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}
|
||||
@@ -0,0 +1 @@
|
||||
.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}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,14 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2182],{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.length;e++)l[e]=o[e];return l}return Array.from(o)}Object.defineProperty(o,"__esModule",{value:!0});var l=!1;if("undefined"!=typeof window){var i={get passive(){l=!0}};window.addEventListener("testPassive",null,i),window.removeEventListener("testPassive",null,i)}var n="undefined"!=typeof window&&window.navigator&&window.navigator.platform&&/iP(ad|hone|od)/.test(window.navigator.platform),a=[],t=!1,s=-1,c=void 0,r=void 0,d=function(o){return a.some((function(e){return!(!e.options.allowTouchMove||!e.options.allowTouchMove(o))}))},T=function(o){var e=o||window.event;return!!d(e.target)||1<e.touches.length||(e.preventDefault&&e.preventDefault(),!1)},L=function(){setTimeout((function(){void 0!==r&&(document.body.style.paddingRight=r,r=void 0),void 0!==c&&(document.body.style.overflow=c,c=void 0)}))};o.disableBodyScroll=function(o,i){if(n){if(!o)return void console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.");if(o&&!a.some((function(e){return e.targetElement===o}))){var L={targetElement:o,options:i||{}};a=[].concat(e(a),[L]),o.ontouchstart=function(o){1===o.targetTouches.length&&(s=o.targetTouches[0].clientY)},o.ontouchmove=function(e){var l,i,n,a;1===e.targetTouches.length&&(i=o,a=(l=e).targetTouches[0].clientY-s,!d(l.target)&&(i&&0===i.scrollTop&&0<a||(n=i)&&n.scrollHeight-n.scrollTop<=n.clientHeight&&a<0?T(l):l.stopPropagation()))},t||(document.addEventListener("touchmove",T,l?{passive:!1}:void 0),t=!0)}}else{h=i,setTimeout((function(){if(void 0===r){var o=!!h&&!0===h.reserveScrollBarGap,e=window.innerWidth-document.documentElement.clientWidth;o&&0<e&&(r=document.body.style.paddingRight,document.body.style.paddingRight=e+"px")}void 0===c&&(c=document.body.style.overflow,document.body.style.overflow="hidden")}));var m={targetElement:o,options:i||{}};a=[].concat(e(a),[m])}var h},o.clearAllBodyScrollLocks=function(){n?(a.forEach((function(o){o.targetElement.ontouchstart=null,o.targetElement.ontouchmove=null})),t&&(document.removeEventListener("touchmove",T,l?{passive:!1}:void 0),t=!1),a=[],s=-1):(L(),a=[])},o.enableBodyScroll=function(o){if(n){if(!o)return void console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.");o.ontouchstart=null,o.ontouchmove=null,a=a.filter((function(e){return e.targetElement!==o})),t&&0===a.length&&(document.removeEventListener("touchmove",T,l?{passive:!1}:void 0),t=!1)}else 1===a.length&&a[0].targetElement===o?(L(),a=[]):a=a.filter((function(e){return e.targetElement!==o}))}},void 0===(n="function"==typeof l?l.apply(e,i):l)||(o.exports=n)},45469:o=>{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)"}},64429:o=>{
|
||||
o.exports={favorite:"favorite-TPXOIXOJ",disabled:"disabled-TPXOIXOJ",active:"active-TPXOIXOJ",checked:"checked-TPXOIXOJ"}},24437:(o,e,l)=>{"use strict";l.d(e,{DialogBreakpoints:()=>n});var i=l(45469);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(64429);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})}},40173:(o,e,l)=>{"use strict";function i(o,e,l={}){return Object.assign({},o,function(o,e,l={}){const i=Object.assign({},e);for(const n of Object.keys(e)){const a=l[n]||n;a in o&&(i[n]=[o[a],e[n]].join(" "))}return i}(o,e,l))}l.d(e,{mergeThemes:()=>i})},84463:o=>{o.exports={button:"button-mOEOjod4",hover:"hover-mOEOjod4",bg:"bg-mOEOjod4",icon:"icon-mOEOjod4",isActive:"isActive-mOEOjod4",isTransparent:"isTransparent-mOEOjod4",isGrayed:"isGrayed-mOEOjod4",isHidden:"isHidden-mOEOjod4"}},87955:(o,e,l)=>{"use strict";l.d(e,{ToolButton:()=>c});var i=l(50959),n=l(97754),a=l(9745),t=l(90186),s=l(84463);function c(o){const{id:e,activeClass:l,children:c,className:r,icon:d,isActive:T,isGrayed:L,isHidden:m,isTransparent:h,theme:v=s,onClick:z,title:g,buttonHotKey:w,tooltipPosition:u="vertical"}=o;return i.createElement("div",{id:e,className:n(v.button,r,T&&l,{"apply-common-tooltip":Boolean(g),"common-tooltip-vertical":Boolean(g)&&"vertical"===u,[v.isActive]:T,[v.isGrayed]:L,[v.isHidden]:m,[v.isTransparent]:h}),onClick:z,title:g,"data-role":"button","data-tooltip-hotkey":w,...(0,t.filterDataProps)(o)},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))}},48269:(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),strongMagnet:l(46049),measure:l(88518),removeAllDrawingTools:l(35149),showObjectTree:l(36515),zoom:l(6894),"zoom-out":l(45360)}},71758:(o,e,l)=>{"use strict";l.d(e,{lineToolsInfo:()=>v});var i=l(44352),n=l(61814),a=(l(93731),l(66389)),t=l(48269),s=l(58631),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))},m={keys:[r],text:i.t(null,void 0,l(68125))},h={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)(m)},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)(m)},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)(h)},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}},65383:(o,e,l)=>{"use strict";l.d(e,{LinetoolsFavoritesStore:()=>c});var i=l(26867),n=l.n(i),a=l(56840);const t=["LineToolBalloon"];var s,c;!function(o){function e(){var e,n;o.favorites=[];let s=!1;const c=Boolean(void 0===(0,a.getValue)("chart.favoriteDrawings")),r=(0,a.getJSON)("chart.favoriteDrawings",[]);if(0===r.length&&c&&"undefined"!=typeof window){const o=JSON.parse(null!==(n=null===(e=window.urlParams)||void 0===e?void 0:e.favorites)&&void 0!==n?n:"{}").drawingTools;o&&Array.isArray(o)&&r.push(...o)}r.forEach(((e,i)=>{const n=e.tool||e;l(n)?t.includes(n)?s=!0:o.favorites.push(n):"LineToolTweet"===n&&(o.tweetToolPosition=i)})),s&&i(),o.favoritesSynced.fire()}function l(o){return"string"==typeof o&&""!==o&&!0}function i(e){const l=o.favorites.slice();null!==o.tweetToolPosition&&l.splice(o.tweetToolPosition,0,"LineToolTweet"),(0,a.setJSON)("chart.favoriteDrawings",l,e)}o.favorites=[],o.favoritesSynced=new(n()),o.tweetToolPosition=null,o.favoriteIndex=function(e){return o.favorites.indexOf(e)},o.isValidLineToolName=l,o.saveFavorites=i,e(),a.onSync.subscribe(null,e)}(s||(s={})),function(o){function e(o){return s.isValidLineToolName(o)}function l(){return s.favorites.length}function i(o){return-1!==s.favoriteIndex(o)}o.favoriteAdded=new(n()),o.favoriteRemoved=new(n()),o.favoriteMoved=new(n()),o.favoritesSynced=s.favoritesSynced,o.favorites=function(){return s.favorites.slice()},o.isValidLineToolName=e,o.favoritesCount=l,o.favorite=function(o){return o<0||o>=l()?"":s.favorites[o]},o.addFavorite=function(l,n){return!(i(l)||!e(l))&&(s.favorites.push(l),s.saveFavorites(n),o.favoriteAdded.fire(l),!0)},o.removeFavorite=function(e,l){const i=s.favoriteIndex(e);if(-1===i)return!1;s.favorites.splice(i,1);const n=s.tweetToolPosition;return null!==n&&n>i&&(s.tweetToolPosition=n-1),s.saveFavorites(l),o.favoriteRemoved.fire(e),!0},o.isFavorite=i,
|
||||
o.moveFavorite=function(i,n,a){if(n<0||n>=l()||!e(i))return!1;const t=s.favoriteIndex(i);if(-1===t||n===t)return!1;let c=s.tweetToolPosition;return null!==c&&(t<c&&n>c?c--:n<c&&t>c&&c++,s.tweetToolPosition=c),s.favorites.splice(t,1),s.favorites.splice(n,0,i),s.saveFavorites(a),o.favoriteMoved.fire(i,t,n),!0}}(c||(c={}))},19799:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="30" height="30"><path fill="currentColor" d="M5.5 13A2.5 2.5 0 0 0 3 15.5 2.5 2.5 0 0 0 5.5 18 2.5 2.5 0 0 0 8 15.5 2.5 2.5 0 0 0 5.5 13zm9.5 0a2.5 2.5 0 0 0-2.5 2.5A2.5 2.5 0 0 0 15 18a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 15 13zm9.5 0a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5z"/></svg>'},63743:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M11.682 16.09l3.504 6.068 1.732-1-3.497-6.057 3.595-2.1L8 7.74v10.512l3.682-2.163zm-.362 1.372L7 20V6l12 7-4.216 2.462 3.5 6.062-3.464 2-3.5-6.062z"/></svg>'},18953:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor"><path d="M18 15h8v-1h-8z"/><path d="M14 18v8h1v-8zM14 3v8h1v-8zM3 15h8v-1h-8z"/></g></svg>'},72196:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><circle fill="currentColor" cx="14" cy="14" r="3"/></svg>'},1532:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor" fill-rule="evenodd"><path fill-rule="nonzero" d="M23.002 23C23 23 23 18.003 23 18.003L15.998 18C16 18 16 22.997 16 22.997l7.002.003zM15 18.003A1 1 0 0 1 15.998 17h7.004c.551 0 .998.438.998 1.003v4.994A1 1 0 0 1 23.002 24h-7.004A.993.993 0 0 1 15 22.997v-4.994z"/><path d="M19 20h1v2h-1z"/><path fill-rule="nonzero" d="M22 17.5v-2a2.5 2.5 0 0 0-5 0v2h1v-2a1.5 1.5 0 0 1 3 0v2h1z"/><g fill-rule="nonzero"><path d="M3 14.707A1 1 0 0 1 3.293 14L14.439 2.854a1.5 1.5 0 0 1 2.122 0l2.585 2.585a1.5 1.5 0 0 1 0 2.122L8 18.707a1 1 0 0 1-.707.293H4a1 1 0 0 1-1-1v-3.293zm1 0V18h3.293L18.439 6.854a.5.5 0 0 0 0-.708l-2.585-2.585a.5.5 0 0 0-.708 0L4 14.707z"/><path d="M13.146 4.854l4 4 .708-.708-4-4zm-9 9l4 4 .708-.708-4-4z"/><path d="M15.146 6.146l-9 9 .708.708 9-9z"/></g></g></svg>'},53950:o=>{
|
||||
o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor" fill-rule="evenodd"><path fill-rule="nonzero" d="M23.002 23C23 23 23 18.003 23 18.003L15.998 18C16 18 16 22.997 16 22.997l7.002.003zM15 18.003A1 1 0 0 1 15.998 17h7.004c.551 0 .998.438.998 1.003v4.994A1 1 0 0 1 23.002 24h-7.004A.993.993 0 0 1 15 22.997v-4.994z"/><path d="M19 20h1v2h-1z"/><path fill-rule="nonzero" d="M22 14.5a2.5 2.5 0 0 0-5 0v3h1v-3a1.5 1.5 0 0 1 3 0v.5h1v-.5z"/><g fill-rule="nonzero"><path d="M3 14.707A1 1 0 0 1 3.293 14L14.439 2.854a1.5 1.5 0 0 1 2.122 0l2.585 2.585a1.5 1.5 0 0 1 0 2.122L8 18.707a1 1 0 0 1-.707.293H4a1 1 0 0 1-1-1v-3.293zm1 0V18h3.293L18.439 6.854a.5.5 0 0 0 0-.708l-2.585-2.585a.5.5 0 0 0-.708 0L4 14.707z"/><path d="M13.146 4.854l4 4 .708-.708-4-4zm-9 9l4 4 .708-.708-4-4z"/><path d="M15.146 6.146l-9 9 .708.708 9-9z"/></g></g></svg>'},27999:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 31" width="29" height="31"><g fill="currentColor" fill-rule="nonzero"><path d="M15.3 22l8.187-8.187c.394-.394.395-1.028.004-1.418l-4.243-4.243c-.394-.394-1.019-.395-1.407-.006l-11.325 11.325c-.383.383-.383 1.018.007 1.407l1.121 1.121h7.656zm-9.484-.414c-.781-.781-.779-2.049-.007-2.821l11.325-11.325c.777-.777 2.035-.78 2.821.006l4.243 4.243c.781.781.78 2.048-.004 2.832l-8.48 8.48h-8.484l-1.414-1.414z"/><path d="M13.011 22.999h7.999v-1h-7.999zM13.501 11.294l6.717 6.717.707-.707-6.717-6.717z"/></g></svg>'},10862:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M24.13 14.65a6.2 6.2 0 0 0-.46-9.28c-2.57-2.09-6.39-1.71-8.75.6l-.92.91-.92-.9c-2.36-2.32-6.18-2.7-8.75-.61a6.2 6.2 0 0 0-.46 9.28l9.07 8.92c.58.57 1.53.57 2.12 0l9.07-8.92Zm-9.77 8.2 9.07-8.91a5.2 5.2 0 0 0-.39-7.8c-2.13-1.73-5.38-1.45-7.42.55L14 8.29l-1.62-1.6c-2.03-2-5.29-2.28-7.42-.55a5.2 5.2 0 0 0-.4 7.8l9.08 8.91c.2.2.52.2.72 0Z"/></svg>'},68385:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor" fill-rule="evenodd"><path fill-rule="nonzero" d="M14 10a2 2 0 0 0-2 2v11H6V12c0-4.416 3.584-8 8-8s8 3.584 8 8v11h-6V12a2 2 0 0 0-2-2zm-3 2a3 3 0 0 1 6 0v10h4V12c0-3.864-3.136-7-7-7s-7 3.136-7 7v10h4V12z"/><path d="M6.5 18h5v1h-5zm10 0h5v1h-5z"/></g></svg>'},88518:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" d="M2 9.75a1.5 1.5 0 0 0-1.5 1.5v5.5a1.5 1.5 0 0 0 1.5 1.5h24a1.5 1.5 0 0 0 1.5-1.5v-5.5a1.5 1.5 0 0 0-1.5-1.5zm0 1h3v2.5h1v-2.5h3.25v3.9h1v-3.9h3.25v2.5h1v-2.5h3.25v3.9h1v-3.9H22v2.5h1v-2.5h3a.5.5 0 0 1 .5.5v5.5a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5v-5.5a.5.5 0 0 1 .5-.5z" transform="rotate(-45 14 14)"/></svg>'},36515:o=>{
|
||||
o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor"><path fill-rule="nonzero" d="M14 18.634l-.307-.239-7.37-5.73-2.137-1.665 9.814-7.633 9.816 7.634-.509.394-1.639 1.269-7.667 5.969zm7.054-6.759l1.131-.876-8.184-6.366-8.186 6.367 1.123.875 7.063 5.491 7.054-5.492z"/><path d="M7 14.5l-1 .57 8 6.43 8-6.5-1-.5-7 5.5z"/><path d="M7 17.5l-1 .57 8 6.43 8-6.5-1-.5-7 5.5z"/></g></svg>'},7636:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M4.05 14a9.95 9.95 0 1 1 19.9 0 9.95 9.95 0 0 1-19.9 0ZM14 3a11 11 0 1 0 0 22 11 11 0 0 0 0-22Zm-3 13.03a.5.5 0 0 1 .64.3 2.5 2.5 0 0 0 4.72 0 .5.5 0 0 1 .94.34 3.5 3.5 0 0 1-6.6 0 .5.5 0 0 1 .3-.64Zm.5-4.53a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"/></svg>'},46049:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="nonzero" d="M14 5a7 7 0 0 0-7 7v3h4v-3a3 3 0 1 1 6 0v3h4v-3a7 7 0 0 0-7-7zm7 11h-4v3h4v-3zm-10 0H7v3h4v-3zm-5-4a8 8 0 1 1 16 0v8h-6v-8a2 2 0 1 0-4 0v8H6v-8zm3.293 11.294l-1.222-2.037.858-.514 1.777 2.963-2 1 1.223 2.037-.858.514-1.778-2.963 2-1zm9.778-2.551l.858.514-1.223 2.037 2 1-1.777 2.963-.858-.514 1.223-2.037-2-1 1.777-2.963z"/></svg>'},99088:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor"><path fill-rule="nonzero" d="M15.039 5.969l-.019-.019-2.828 2.828.707.707 2.474-2.474c1.367-1.367 3.582-1.367 4.949 0s1.367 3.582 0 4.949l-2.474 2.474.707.707 2.828-2.828-.019-.019c1.415-1.767 1.304-4.352-.334-5.99-1.638-1.638-4.224-1.749-5.99-.334zM5.97 15.038l-.019-.019 2.828-2.828.707.707-2.475 2.475c-1.367 1.367-1.367 3.582 0 4.949s3.582 1.367 4.949 0l2.474-2.474.707.707-2.828 2.828-.019-.019c-1.767 1.415-4.352 1.304-5.99-.334-1.638-1.638-1.749-4.224-.334-5.99z"/><path d="M10.485 16.141l5.656-5.656.707.707-5.656 5.656z"/></g></svg>'},42650:o=>{
|
||||
o.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M19.76 6.07l-.7.7a13.4 13.4 0 011.93 2.47c.19.3.33.55.42.72l.03.04-.03.04a15 15 0 01-2.09 2.9c-1.47 1.6-3.6 3.12-6.32 3.12-.98 0-1.88-.2-2.7-.52l-.77.76c1.03.47 2.18.76 3.47.76 3.12 0 5.5-1.75 7.06-3.44a16 16 0 002.38-3.38v-.02h.01L22 10l.45.22.1-.22-.1-.22L22 10l.45-.22-.01-.02a5.1 5.1 0 00-.15-.28 16 16 0 00-2.53-3.41zM6.24 13.93l.7-.7-.27-.29a15 15 0 01-2.08-2.9L4.56 10l.03-.04a15 15 0 012.09-2.9c1.47-1.6 3.6-3.12 6.32-3.12.98 0 1.88.2 2.7.52l.77-.76A8.32 8.32 0 0013 2.94c-3.12 0-5.5 1.75-7.06 3.44a16 16 0 00-2.38 3.38v.02h-.01L4 10l-.45-.22-.1.22.1.22L4 10l-.45.22.01.02a5.5 5.5 0 00.15.28 16 16 0 002.53 3.41zm6.09-.43a3.6 3.6 0 004.24-4.24l-.93.93a2.6 2.6 0 01-2.36 2.36l-.95.95zm-1.97-3.69l-.93.93a3.6 3.6 0 014.24-4.24l-.95.95a2.6 2.6 0 00-2.36 2.36zm11.29 7.84l-.8.79a1.5 1.5 0 000 2.12l.59.59a1.5 1.5 0 002.12 0l1.8-1.8-.71-.7-1.8 1.79a.5.5 0 01-.7 0l-.59-.59a.5.5 0 010-.7l.8-.8-.71-.7zm-5.5 3.5l.35.35-.35-.35.01-.02.02-.02.02-.02a4.68 4.68 0 01.65-.5c.4-.27 1-.59 1.65-.59.66 0 1.28.33 1.73.77.44.45.77 1.07.77 1.73a2.5 2.5 0 01-.77 1.73 2.5 2.5 0 01-1.73.77h-4a.5.5 0 01-.42-.78l1-1.5 1-1.5a.5.5 0 01.07-.07zm.74.67a3.46 3.46 0 01.51-.4c.35-.24.75-.42 1.1-.42.34 0 .72.17 1.02.48.3.3.48.68.48 1.02 0 .34-.17.72-.48 1.02-.3.3-.68.48-1.02.48h-3.07l.49-.72.97-1.46zM21.2 2.5L5.5 18.2l-.7-.7L20.5 1.8l.7.7z"/></svg>'},75895:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" d="M16.47 3.7A8.32 8.32 0 0013 2.94c-3.12 0-5.5 1.75-7.06 3.44a16 16 0 00-2.38 3.38v.02h-.01L4 10l-.45-.22-.1.22.1.22L4 10l-.45.22.01.02a5.5 5.5 0 00.15.28 16 16 0 002.53 3.41l.7-.7-.27-.29a15 15 0 01-2.08-2.9L4.56 10l.03-.04a15 15 0 012.09-2.9c1.47-1.6 3.6-3.12 6.32-3.12.98 0 1.88.2 2.7.52l.77-.76zm-7.04 7.04l.93-.93a2.6 2.6 0 012.36-2.36l.95-.95a3.6 3.6 0 00-4.24 4.24zm.1 5.56c1.03.47 2.18.76 3.47.76 3.12 0 5.5-1.75 7.06-3.44a16 16 0 002.38-3.38v-.02h.01L22 10l.45.22.1-.22-.1-.22L22 10l.45-.22-.01-.02-.02-.03-.01-.03a9.5 9.5 0 00-.57-1 16 16 0 00-2.08-2.63l-.7.7.27.29a15.01 15.01 0 012.08 2.9l.03.04-.03.04a15 15 0 01-2.09 2.9c-1.47 1.6-3.6 3.12-6.32 3.12-.98 0-1.88-.2-2.7-.52l-.77.76zm2.8-2.8a3.6 3.6 0 004.24-4.24l-.93.93a2.6 2.6 0 01-2.36 2.36l-.95.95zm7.9 3.73c-.12.12-.23.35-.23.77v2h1v1h-1v2c0 .58-.14 1.1-.52 1.48-.38.38-.9.52-1.48.52s-1.1-.14-1.48-.52c-.38-.38-.52-.9-.52-1.48h1c0 .42.1.65.23.77.12.12.35.23.77.23.42 0 .65-.1.77-.23.12-.12.23-.35.23-.77v-2h-1v-1h1v-2c0-.58.14-1.1.52-1.48.38-.38.9-.52 1.48-.52s1.1.14 1.48.52c.38.38.52.9.52 1.48h-1c0-.42-.1-.65-.23-.77-.12-.12-.35-.23-.77-.23-.42 0-.65.1-.77.23zm2.56 6.27l-1.14-1.15.7-.7 1.15 1.14 1.15-1.14.7.7-1.14 1.15 1.14 1.15-.7.7-1.15-1.14-1.15 1.14-.7-.7 1.14-1.15zM21.2 2.5L5.5 18.2l-.7-.7L20.5 1.8l.7.7z"/></svg>'},65162:o=>{
|
||||
o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M5.5 18.2L21.2 2.5l-.7-.7L4.8 17.5l.7.7zM19.05 6.78l.71-.7a14.26 14.26 0 0 1 2.08 2.64 14.26 14.26 0 0 1 .6 1.05v.02h.01L22 10l.45.22-.01.02a5.18 5.18 0 0 1-.15.28 16 16 0 0 1-2.23 3.1c-1.56 1.69-3.94 3.44-7.06 3.44-1.29 0-2.44-.3-3.47-.76l.76-.76c.83.32 1.73.52 2.71.52 2.73 0 4.85-1.53 6.33-3.12a15.01 15.01 0 0 0 2.08-2.9l.03-.04-.03-.04a15 15 0 0 0-2.36-3.18zM22 10l.45-.22.1.22-.1.22L22 10zM6.94 13.23l-.7.7a14.24 14.24 0 0 1-2.08-2.64 14.28 14.28 0 0 1-.6-1.05v-.02h-.01L4 10l-.45-.22.01-.02a5.55 5.55 0 0 1 .15-.28 16 16 0 0 1 2.23-3.1C7.5 4.69 9.88 2.94 13 2.94c1.29 0 2.44.3 3.47.76l-.76.76A7.27 7.27 0 0 0 13 3.94c-2.73 0-4.85 1.53-6.33 3.12a15 15 0 0 0-2.08 2.9l-.03.04.03.04a15.01 15.01 0 0 0 2.36 3.18zM4 10l-.45.22-.1-.22.1-.22L4 10zm9 3.56c-.23 0-.46-.02-.67-.06l.95-.95a2.6 2.6 0 0 0 2.36-2.36l.93-.93a3.6 3.6 0 0 1-3.57 4.3zm-3.57-2.82l.93-.93a2.6 2.6 0 0 1 2.36-2.36l.95-.95a3.6 3.6 0 0 0-4.24 4.24zM17.5 21.9l3.28 2.18a.5.5 0 1 1-.56.84L17.5 23.1l-2.72 1.82a.5.5 0 1 1-.56-.84l3.28-2.18zM18.58 19.22a.5.5 0 0 1 .7-.14L22 20.9l2.72-1.82a.5.5 0 0 1 .56.84L22 22.1l-3.28-2.18a.5.5 0 0 1-.14-.7z"/></svg>'},65186:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M14 6a3 3 0 0 0-3 3v3h6V9a3 3 0 0 0-3-3zm4 6V9a4 4 0 0 0-8 0v3H8.5A2.5 2.5 0 0 0 6 14.5v7A2.5 2.5 0 0 0 8.5 24h11a2.5 2.5 0 0 0 2.5-2.5v-7a2.5 2.5 0 0 0-2.5-2.5H18zm-5 5a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0v-2zm-6-2.5c0-.83.67-1.5 1.5-1.5h11c.83 0 1.5.67 1.5 1.5v7c0 .83-.67 1.5-1.5 1.5h-11A1.5 1.5 0 0 1 7 21.5v-7z"/></svg>'},91244:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M14 6a3 3 0 0 0-3 3v3h8.5a2.5 2.5 0 0 1 2.5 2.5v7a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 6 21.5v-7A2.5 2.5 0 0 1 8.5 12H10V9a4 4 0 0 1 8 0h-1a3 3 0 0 0-3-3zm-1 11a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0v-2zm-6-2.5c0-.83.67-1.5 1.5-1.5h11c.83 0 1.5.67 1.5 1.5v7c0 .83-.67 1.5-1.5 1.5h-11A1.5 1.5 0 0 1 7 21.5v-7z"/></svg>'},45820:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M4.56 14a10.05 10.05 0 00.52.91c.41.69 1.04 1.6 1.85 2.5C8.58 19.25 10.95 21 14 21c3.05 0 5.42-1.76 7.07-3.58A17.18 17.18 0 0023.44 14a9.47 9.47 0 00-.52-.91c-.41-.69-1.04-1.6-1.85-2.5C19.42 8.75 17.05 7 14 7c-3.05 0-5.42 1.76-7.07 3.58A17.18 17.18 0 004.56 14zM24 14l.45-.21-.01-.03a7.03 7.03 0 00-.16-.32c-.11-.2-.28-.51-.5-.87-.44-.72-1.1-1.69-1.97-2.65C20.08 7.99 17.45 6 14 6c-3.45 0-6.08 2-7.8 3.92a18.18 18.18 0 00-2.64 3.84v.02h-.01L4 14l-.45-.21-.1.21.1.21L4 14l-.45.21.01.03a5.85 5.85 0 00.16.32c.11.2.28.51.5.87.44.72 1.1 1.69 1.97 2.65C7.92 20.01 10.55 22 14 22c3.45 0 6.08-2 7.8-3.92a18.18 18.18 0 002.64-3.84v-.02h.01L24 14zm0 0l.45.21.1-.21-.1-.21L24 14zm-10-3a3 3 0 100 6 3 3 0 000-6zm-4 3a4 4 0 118 0 4 4 0 01-8 0z"/></svg>'},93756:o=>{
|
||||
o.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M5 10.76l-.41-.72-.03-.04.03-.04a15 15 0 012.09-2.9c1.47-1.6 3.6-3.12 6.32-3.12 2.73 0 4.85 1.53 6.33 3.12a15.01 15.01 0 012.08 2.9l.03.04-.03.04a15 15 0 01-2.09 2.9c-1.47 1.6-3.6 3.12-6.32 3.12-2.73 0-4.85-1.53-6.33-3.12a15 15 0 01-1.66-2.18zm17.45-.98L22 10l.45.22-.01.02a5.04 5.04 0 01-.15.28 16.01 16.01 0 01-2.23 3.1c-1.56 1.69-3.94 3.44-7.06 3.44-3.12 0-5.5-1.75-7.06-3.44a16 16 0 01-2.38-3.38v-.02h-.01L4 10l-.45-.22.01-.02a5.4 5.4 0 01.15-.28 16 16 0 012.23-3.1C7.5 4.69 9.88 2.94 13 2.94c3.12 0 5.5 1.75 7.06 3.44a16.01 16.01 0 012.38 3.38v.02h.01zM22 10l.45-.22.1.22-.1.22L22 10zM3.55 9.78L4 10l-.45.22-.1-.22.1-.22zm6.8.22A2.6 2.6 0 0113 7.44 2.6 2.6 0 0115.65 10 2.6 2.6 0 0113 12.56 2.6 2.6 0 0110.35 10zM13 6.44A3.6 3.6 0 009.35 10 3.6 3.6 0 0013 13.56c2 0 3.65-1.58 3.65-3.56A3.6 3.6 0 0013 6.44zm7.85 12l.8-.8.7.71-.79.8a.5.5 0 000 .7l.59.59c.2.2.5.2.7 0l1.8-1.8.7.71-1.79 1.8a1.5 1.5 0 01-2.12 0l-.59-.59a1.5 1.5 0 010-2.12zM16.5 21.5l-.35-.35a.5.5 0 00-.07.07l-1 1.5-1 1.5a.5.5 0 00.42.78h4a2.5 2.5 0 001.73-.77A2.5 2.5 0 0021 22.5a2.5 2.5 0 00-.77-1.73A2.5 2.5 0 0018.5 20a3.1 3.1 0 00-1.65.58 5.28 5.28 0 00-.69.55v.01h-.01l.35.36zm.39.32l-.97 1.46-.49.72h3.07c.34 0 .72-.17 1.02-.48.3-.3.48-.68.48-1.02 0-.34-.17-.72-.48-1.02-.3-.3-.68-.48-1.02-.48-.35 0-.75.18-1.1.42a4.27 4.27 0 00-.51.4z"/></svg>'},42321:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M5 10.76a13.27 13.27 0 01-.41-.72L4.56 10l.03-.04a15 15 0 012.08-2.9c1.48-1.6 3.6-3.12 6.33-3.12s4.85 1.53 6.33 3.12a15.01 15.01 0 012.08 2.9l.03.04-.03.04a15 15 0 01-2.08 2.9c-1.48 1.6-3.6 3.12-6.33 3.12s-4.85-1.53-6.33-3.12a15 15 0 01-1.66-2.18zm17.45-.98L22 10l.45.22-.01.02a14.3 14.3 0 01-.6 1.05c-.4.64-1 1.48-1.78 2.33-1.56 1.7-3.94 3.44-7.06 3.44s-5.5-1.75-7.06-3.44a16 16 0 01-2.23-3.1 9.39 9.39 0 01-.15-.28v-.02h-.01L4 10l-.45-.22.01-.02a5.59 5.59 0 01.15-.28 16 16 0 012.23-3.1C7.5 4.69 9.87 2.94 13 2.94c3.12 0 5.5 1.75 7.06 3.44a16 16 0 012.23 3.1 9.5 9.5 0 01.15.28v.01l.01.01zM22 10l.45-.22.1.22-.1.22L22 10zM3.55 9.78L4 10l-.45.22-.1-.22.1-.22zm6.8.22A2.6 2.6 0 0113 7.44 2.6 2.6 0 0115.65 10 2.6 2.6 0 0113 12.56 2.6 2.6 0 0110.35 10zM13 6.44A3.6 3.6 0 009.35 10c0 1.98 1.65 3.56 3.65 3.56s3.65-1.58 3.65-3.56A3.6 3.6 0 0013 6.44zM20 18c0-.42.1-.65.23-.77.12-.13.35-.23.77-.23.42 0 .65.1.77.23.13.12.23.35.23.77h1c0-.58-.14-1.1-.52-1.48-.38-.38-.9-.52-1.48-.52s-1.1.14-1.48.52c-.37.38-.52.9-.52 1.48v2h-1v1h1v2c0 .42-.1.65-.23.77-.12.13-.35.23-.77.23-.42 0-.65-.1-.77-.23-.13-.12-.23-.35-.23-.77h-1c0 .58.14 1.1.52 1.48.38.37.9.52 1.48.52s1.1-.14 1.48-.52c.37-.38.52-.9.52-1.48v-2h1v-1h-1v-2zm1.65 4.35l1.14 1.15-1.14 1.15.7.7 1.15-1.14 1.15 1.14.7-.7-1.14-1.15 1.14-1.15-.7-.7-1.15 1.14-1.15-1.14-.7.7z"/></svg>'},57313:o=>{
|
||||
o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M4.5 10a8.46 8.46 0 0 0 .46.8c.38.6.94 1.4 1.68 2.19 1.48 1.6 3.62 3.13 6.36 3.13s4.88-1.53 6.36-3.13A15.07 15.07 0 0 0 21.5 10a7.41 7.41 0 0 0-.46-.8c-.38-.6-.94-1.4-1.68-2.19-1.48-1.6-3.62-3.13-6.36-3.13S8.12 5.4 6.64 7A15.07 15.07 0 0 0 4.5 10zM22 10l.41-.19-.4.19zm0 0l.41.19-.4-.19zm.41.19l.09-.19-.09-.19-.01-.02a6.86 6.86 0 0 0-.15-.28c-.1-.18-.25-.45-.45-.76-.4-.64-.99-1.48-1.77-2.32C18.47 4.74 16.11 3 13 3 9.89 3 7.53 4.74 5.97 6.43A15.94 15.94 0 0 0 3.6 9.79v.02h-.01L3.5 10l.09.19.01.02a6.59 6.59 0 0 0 .15.28c.1.18.25.45.45.76.4.64.99 1.48 1.77 2.32C7.53 15.26 9.89 17 13 17c3.11 0 5.47-1.74 7.03-3.43a15.94 15.94 0 0 0 2.37-3.36v-.02h.01zM4 10l-.41-.19.4.19zm9-2.63c-1.5 0-2.7 1.18-2.7 2.63s1.2 2.63 2.7 2.63c1.5 0 2.7-1.18 2.7-2.63S14.5 7.37 13 7.37zM9.4 10C9.4 8.07 11 6.5 13 6.5s3.6 1.57 3.6 3.5S15 13.5 13 13.5A3.55 3.55 0 0 1 9.4 10zm8.1 11.9l3.28 2.18a.5.5 0 1 1-.56.84L17.5 23.1l-2.72 1.82a.5.5 0 1 1-.56-.84l3.28-2.18zm1.78-2.82a.5.5 0 0 0-.56.84L22 22.1l3.28-2.18a.5.5 0 1 0-.56-.84L22 20.9l-2.72-1.82z"/></svg>'},6894:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="M17.646 18.354l4 4 .708-.708-4-4z"/><path d="M12.5 21a8.5 8.5 0 1 1 0-17 8.5 8.5 0 0 1 0 17zm0-1a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15z"/><path d="M9 13h7v-1H9z"/><path d="M13 16V9h-1v7z"/></svg>'},45360:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="M17.646 18.354l4 4 .708-.708-4-4z"/><path d="M12.5 21a8.5 8.5 0 1 1 0-17 8.5 8.5 0 0 1 0 17zm0-1a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15z"/><path d="M9 13h7v-1H9z"/></svg>'},14665:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16" width="10" height="16"><path d="M.6 1.4l1.4-1.4 8 8-8 8-1.4-1.4 6.389-6.532-6.389-6.668z"/></svg>'},39146:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" width="18" height="18" fill="none"><path fill="currentColor" d="M9 1l2.35 4.76 5.26.77-3.8 3.7.9 5.24L9 13l-4.7 2.47.9-5.23-3.8-3.71 5.25-.77L9 1z"/></svg>'},48010:o=>{o.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" width="18" height="18" fill="none"><path stroke="currentColor" d="M9 2.13l1.903 3.855.116.236.26.038 4.255.618-3.079 3.001-.188.184.044.259.727 4.237-3.805-2L9 12.434l-.233.122-3.805 2.001.727-4.237.044-.26-.188-.183-3.079-3.001 4.255-.618.26-.038.116-.236L9 2.13z"/></svg>'}}]);
|
||||
1
charting_library/bundles/2191.4be2f56dab5aeadfe0eb.css
Normal file
1
charting_library/bundles/2191.4be2f56dab5aeadfe0eb.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
charting_library/bundles/2260.b98824e4829a1aa9b444.css
Normal file
1
charting_library/bundles/2260.b98824e4829a1aa9b444.css
Normal file
@@ -0,0 +1 @@
|
||||
.row-Sj9z7O1v{grid-gap:12px;display:grid;grid-template-columns:150px 100px;margin-bottom:16px;padding-left:20px;padding-right:20px}.mobileRow-Sj9z7O1v{justify-content:flex-start;padding-left:20px}.calendar-PM3TZruR{margin-left:8px;margin-right:8px;padding-bottom:15px;padding-top:1px}.dialogWrapper-P_IVoUsZ{min-width:302px}.dialogWrapperSmall-P_IVoUsZ{max-width:419px;width:100%}.tabs-P_IVoUsZ{--ui-lib-underline-tabs-hor-padding:20px;padding:0 var(--ui-lib-underline-tabs-hor-padding)}.content-P_IVoUsZ{overflow:auto;padding-top:17px;scrollbar-color:#9598a1 #0000;scrollbar-width:thin}html.theme-dark .content-P_IVoUsZ{scrollbar-color:#363a45 #0000}.content-P_IVoUsZ::-webkit-scrollbar{height:5px;width:5px}.content-P_IVoUsZ::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .content-P_IVoUsZ::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.content-P_IVoUsZ::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.content-P_IVoUsZ::-webkit-scrollbar-corner{display:none}.contentMobile-P_IVoUsZ{display:flex;flex-direction:column;flex-grow:1}.bodyWrapper-P_IVoUsZ{flex:0 1 201px}
|
||||
@@ -0,0 +1 @@
|
||||
.row-Sj9z7O1v{grid-gap:12px;display:grid;grid-template-columns:150px 100px;margin-bottom:16px;padding-left:20px;padding-right:20px}.mobileRow-Sj9z7O1v{justify-content:flex-start;padding-right:20px}.calendar-PM3TZruR{margin-left:8px;margin-right:8px;padding-bottom:15px;padding-top:1px}.dialogWrapper-P_IVoUsZ{min-width:302px}.dialogWrapperSmall-P_IVoUsZ{max-width:419px;width:100%}.tabs-P_IVoUsZ{--ui-lib-underline-tabs-hor-padding:20px;padding:0 var(--ui-lib-underline-tabs-hor-padding)}.content-P_IVoUsZ{overflow:auto;padding-top:17px;scrollbar-color:#9598a1 #0000;scrollbar-width:thin}html.theme-dark .content-P_IVoUsZ{scrollbar-color:#363a45 #0000}.content-P_IVoUsZ::-webkit-scrollbar{height:5px;width:5px}.content-P_IVoUsZ::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .content-P_IVoUsZ::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.content-P_IVoUsZ::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.content-P_IVoUsZ::-webkit-scrollbar-corner{display:none}.contentMobile-P_IVoUsZ{display:flex;flex-direction:column;flex-grow:1}.bodyWrapper-P_IVoUsZ{flex:0 1 201px}
|
||||
@@ -1 +0,0 @@
|
||||
.popupWidget-k773BdYS{box-sizing:border-box;display:flex;padding:12px 14px}@media only screen and (min-width:430px){.popupWidget-k773BdYS.large-k773BdYS{max-width:354px}.popupWidget-k773BdYS{max-width:344px}}.popupWidget-k773BdYS:not(:last-child){border-bottom:1px solid #f0f3fa}html.theme-dark .popupWidget-k773BdYS:not(:last-child){border-bottom:1px solid #2a2e39}.popupWidget-k773BdYS .desc-k773BdYS{display:flex;flex:1 1 auto;flex-direction:column}.popupWidget-k773BdYS .icon-k773BdYS{flex:0 0 auto;margin:2px 6px 2px 0;overflow:hidden}.popupWidget-k773BdYS .icon-k773BdYS.small-k773BdYS{border-radius:9px;height:18px;width:18px}.popupWidget-k773BdYS .icon-k773BdYS.medium-k773BdYS{border-radius:11px;height:22px;width:22px}.popupWidget-k773BdYS .icon-k773BdYS.large-k773BdYS{border-radius:8px;height:28px;width:28px}.popupWidget-k773BdYS .title-k773BdYS{font-weight:700}.popupWidget-k773BdYS .title-k773BdYS.small-k773BdYS{font-size:16px;line-height:22px;margin-bottom:4px}.popupWidget-k773BdYS .title-k773BdYS.medium-k773BdYS{font-size:18px;line-height:26px;margin-bottom:2px}.popupWidget-k773BdYS .title-k773BdYS.large-k773BdYS{font-size:18px;line-height:32px;margin-bottom:2px}.popupWidget-k773BdYS .text-k773BdYS:first-letter{text-transform:capitalize}.popupWidget-k773BdYS .text-k773BdYS.small-k773BdYS{font-size:14px;line-height:21px}.popupWidget-k773BdYS .text-k773BdYS.large-k773BdYS,.popupWidget-k773BdYS .text-k773BdYS.medium-k773BdYS{font-size:16px;line-height:25px}.popupWidget-k773BdYS .text-k773BdYS .item-k773BdYS:after{content:" "}.popupWidget-k773BdYS .text-k773BdYS .boldItem-k773BdYS{font-weight:700}.popupWidget-k773BdYS .action-k773BdYS{color:#2962ff;cursor:pointer;margin-top:8px}.popupWidget-k773BdYS .action-k773BdYS.small-k773BdYS{font-size:14px;line-height:21px}.popupWidget-k773BdYS .action-k773BdYS.large-k773BdYS,.popupWidget-k773BdYS .action-k773BdYS.medium-k773BdYS{font-size:16px;line-height:25px}.additionalWidget-k773BdYS{margin-bottom:12px;margin-top:12px}.additionalWidget-k773BdYS:last-child{margin-bottom:0}
|
||||
@@ -1 +0,0 @@
|
||||
.popupWidget-k773BdYS{box-sizing:border-box;display:flex;padding:12px 14px}@media only screen and (min-width:430px){.popupWidget-k773BdYS.large-k773BdYS{max-width:354px}.popupWidget-k773BdYS{max-width:344px}}.popupWidget-k773BdYS:not(:last-child){border-bottom:1px solid #f0f3fa}html.theme-dark .popupWidget-k773BdYS:not(:last-child){border-bottom:1px solid #2a2e39}.popupWidget-k773BdYS .desc-k773BdYS{display:flex;flex:1 1 auto;flex-direction:column}.popupWidget-k773BdYS .icon-k773BdYS{flex:0 0 auto;margin:2px 0 2px 6px;overflow:hidden}.popupWidget-k773BdYS .icon-k773BdYS.small-k773BdYS{border-radius:9px;height:18px;width:18px}.popupWidget-k773BdYS .icon-k773BdYS.medium-k773BdYS{border-radius:11px;height:22px;width:22px}.popupWidget-k773BdYS .icon-k773BdYS.large-k773BdYS{border-radius:8px;height:28px;width:28px}.popupWidget-k773BdYS .title-k773BdYS{font-weight:700}.popupWidget-k773BdYS .title-k773BdYS.small-k773BdYS{font-size:16px;line-height:22px;margin-bottom:4px}.popupWidget-k773BdYS .title-k773BdYS.medium-k773BdYS{font-size:18px;line-height:26px;margin-bottom:2px}.popupWidget-k773BdYS .title-k773BdYS.large-k773BdYS{font-size:18px;line-height:32px;margin-bottom:2px}.popupWidget-k773BdYS .text-k773BdYS:first-letter{text-transform:capitalize}.popupWidget-k773BdYS .text-k773BdYS.small-k773BdYS{font-size:14px;line-height:21px}.popupWidget-k773BdYS .text-k773BdYS.large-k773BdYS,.popupWidget-k773BdYS .text-k773BdYS.medium-k773BdYS{font-size:16px;line-height:25px}.popupWidget-k773BdYS .text-k773BdYS .item-k773BdYS:after{content:" "}.popupWidget-k773BdYS .text-k773BdYS .boldItem-k773BdYS{font-weight:700}.popupWidget-k773BdYS .action-k773BdYS{color:#2962ff;cursor:pointer;margin-top:8px}.popupWidget-k773BdYS .action-k773BdYS.small-k773BdYS{font-size:14px;line-height:21px}.popupWidget-k773BdYS .action-k773BdYS.large-k773BdYS,.popupWidget-k773BdYS .action-k773BdYS.medium-k773BdYS{font-size:16px;line-height:25px}.additionalWidget-k773BdYS{margin-bottom:12px;margin-top:12px}.additionalWidget-k773BdYS:last-child{margin-bottom:0}
|
||||
@@ -1 +0,0 @@
|
||||
.content-meCuRfZr a,.content-meCuRfZr span{cursor:default}.content-meCuRfZr .titleWrapper-meCuRfZr{align-items:center;column-gap:8px;display:flex;justify-content:flex-start;padding:4px 0}.content-meCuRfZr .title-meCuRfZr{font-size:18px;font-weight:700;line-height:26px}.content-meCuRfZr .subtitle-meCuRfZr{font-size:14px;line-height:21px}.content-meCuRfZr .subtitle-meCuRfZr .text-meCuRfZr{flex:1 0 0;overflow:hidden;text-overflow:ellipsis}.content-meCuRfZr .icon-meCuRfZr{color:currentColor;display:flex}.content-meCuRfZr .group-meCuRfZr{padding-top:12px}.content-meCuRfZr .groupIcon-meCuRfZr{border-radius:9px;display:inline-block;height:18px;margin-left:7px;vertical-align:top;width:18px}.content-meCuRfZr .groupIcon-meCuRfZr.beforeMarketOpen-meCuRfZr{background-color:#ffa72626;color:#fb8c00}html.theme-dark .content-meCuRfZr .groupIcon-meCuRfZr.beforeMarketOpen-meCuRfZr{background-color:#ffa72626;color:#fb8c00}@media (any-hover:hover){.content-meCuRfZr .groupIcon-meCuRfZr.beforeMarketOpen-meCuRfZr:hover,html.theme-dark .content-meCuRfZr .groupIcon-meCuRfZr.beforeMarketOpen-meCuRfZr:hover{background-color:#ffa72640}}.content-meCuRfZr .groupIcon-meCuRfZr.afterMarketClose-meCuRfZr{background-color:#3179f526;color:#2962ff}html.theme-dark .content-meCuRfZr .groupIcon-meCuRfZr.afterMarketClose-meCuRfZr{background-color:#3179f526;color:#2962ff}@media (any-hover:hover){.content-meCuRfZr .groupIcon-meCuRfZr.afterMarketClose-meCuRfZr:hover,html.theme-dark .content-meCuRfZr .groupIcon-meCuRfZr.afterMarketClose-meCuRfZr:hover{background-color:#3179f540}}.content-meCuRfZr .groupTitle-meCuRfZr{color:#787b86;font-size:11px;font-weight:400;letter-spacing:.4px;line-height:16px;text-transform:uppercase}.content-meCuRfZr .groupRow-meCuRfZr{display:flex;flex-direction:row}.content-meCuRfZr .groupCell-meCuRfZr{flex:1 0 0}.content-meCuRfZr .group-meCuRfZr .text-meCuRfZr{font-size:14px;line-height:22px;overflow:hidden;text-overflow:ellipsis}.content-meCuRfZr .group-meCuRfZr .link-meCuRfZr{fill:#2962ff;color:#2962ff}.content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:visited,html.theme-dark .content-meCuRfZr .group-meCuRfZr .link-meCuRfZr{fill:#2962ff;color:#2962ff}html.theme-dark .content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:visited{fill:#2962ff;color:#2962ff}@media (any-hover:hover){.content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:hover{fill:#1e53e5;color:#1e53e5}html.theme-dark .content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:hover{fill:#1e53e5;color:#1e53e5}}.content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:active{fill:#1848cc;color:#1848cc}html.theme-dark .content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:active{fill:#1848cc;color:#1848cc}.content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:focus{outline:auto}.content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:focus-visible{outline:auto}.content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:focus:not(:focus-visible){outline:none}.content-meCuRfZr.mob-meCuRfZr .title-meCuRfZr{font-size:20px;line-height:28px}.content-meCuRfZr.mob-meCuRfZr .group-meCuRfZr .text-meCuRfZr,.content-meCuRfZr.mob-meCuRfZr .subtitle-meCuRfZr{font-size:16px;line-height:24px}.content-meCuRfZr.mini-meCuRfZr .title-meCuRfZr{font-size:16px;line-height:22px}.content-meCuRfZr.mini-meCuRfZr .subtitle-meCuRfZr{font-size:13px;line-height:19px}.newsContent-meCuRfZr{margin-top:8px}.drawer-VW29iqAD>:not(:last-child){border-bottom:1px solid #e0e3eb}.drawerItem-VW29iqAD{color:#131722;padding:16px}html.theme-dark .drawerItem-VW29iqAD{color:#d1d4dc}.menuWrap-VW29iqAD{background:#0000}.menuWrap-VW29iqAD,html.theme-dark .menuWrap-VW29iqAD{box-shadow:0 0 #0000}html.theme-dark .menuWrap-VW29iqAD{background:#0000}.menuWrap-VW29iqAD .menuBox-VW29iqAD{margin:2px 4px 4px;padding:0}.card-VW29iqAD{background:#fff;border-left:4px solid;border-radius:4px;box-shadow:0 2px 4px #6b798866;box-sizing:border-box;color:#131722;min-width:300px;padding:16px 0}html.theme-dark .card-VW29iqAD{background:#1e222d;box-shadow:0 2px 4px #0006;color:#d1d4dc}.card-VW29iqAD .cardRow-VW29iqAD{padding-left:12px;padding-right:16px}.card-VW29iqAD.mini-VW29iqAD .cardRow-VW29iqAD{padding-right:12px}.card-VW29iqAD:not(:first-child){margin-top:8px}.fadeTop-VW29iqAD{background:linear-gradient(#fff,#fff0);height:10px;position:absolute;top:0}html.theme-dark .fadeTop-VW29iqAD{background:linear-gradient(#131722,#13172200)}.fadeBottom-VW29iqAD{background:linear-gradient(#fff0,#fff);bottom:0;height:10px;position:absolute}html.theme-dark .fadeBottom-VW29iqAD{background:linear-gradient(#13172200,#131722)}
|
||||
@@ -1 +0,0 @@
|
||||
.content-meCuRfZr a,.content-meCuRfZr span{cursor:default}.content-meCuRfZr .titleWrapper-meCuRfZr{align-items:center;column-gap:8px;display:flex;justify-content:flex-start;padding:4px 0}.content-meCuRfZr .title-meCuRfZr{font-size:18px;font-weight:700;line-height:26px}.content-meCuRfZr .subtitle-meCuRfZr{font-size:14px;line-height:21px}.content-meCuRfZr .subtitle-meCuRfZr .text-meCuRfZr{flex:1 0 0;overflow:hidden;text-overflow:ellipsis}.content-meCuRfZr .icon-meCuRfZr{color:currentColor;display:flex}.content-meCuRfZr .group-meCuRfZr{padding-top:12px}.content-meCuRfZr .groupIcon-meCuRfZr{border-radius:9px;display:inline-block;height:18px;margin-right:7px;vertical-align:top;width:18px}.content-meCuRfZr .groupIcon-meCuRfZr.beforeMarketOpen-meCuRfZr{background-color:#ffa72626;color:#fb8c00}html.theme-dark .content-meCuRfZr .groupIcon-meCuRfZr.beforeMarketOpen-meCuRfZr{background-color:#ffa72626;color:#fb8c00}@media (any-hover:hover){.content-meCuRfZr .groupIcon-meCuRfZr.beforeMarketOpen-meCuRfZr:hover,html.theme-dark .content-meCuRfZr .groupIcon-meCuRfZr.beforeMarketOpen-meCuRfZr:hover{background-color:#ffa72640}}.content-meCuRfZr .groupIcon-meCuRfZr.afterMarketClose-meCuRfZr{background-color:#3179f526;color:#2962ff}html.theme-dark .content-meCuRfZr .groupIcon-meCuRfZr.afterMarketClose-meCuRfZr{background-color:#3179f526;color:#2962ff}@media (any-hover:hover){.content-meCuRfZr .groupIcon-meCuRfZr.afterMarketClose-meCuRfZr:hover,html.theme-dark .content-meCuRfZr .groupIcon-meCuRfZr.afterMarketClose-meCuRfZr:hover{background-color:#3179f540}}.content-meCuRfZr .groupTitle-meCuRfZr{color:#787b86;font-size:11px;font-weight:400;letter-spacing:.4px;line-height:16px;text-transform:uppercase}.content-meCuRfZr .groupRow-meCuRfZr{display:flex;flex-direction:row}.content-meCuRfZr .groupCell-meCuRfZr{flex:1 0 0}.content-meCuRfZr .group-meCuRfZr .text-meCuRfZr{font-size:14px;line-height:22px;overflow:hidden;text-overflow:ellipsis}.content-meCuRfZr .group-meCuRfZr .link-meCuRfZr{fill:#2962ff;color:#2962ff}.content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:visited,html.theme-dark .content-meCuRfZr .group-meCuRfZr .link-meCuRfZr{fill:#2962ff;color:#2962ff}html.theme-dark .content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:visited{fill:#2962ff;color:#2962ff}@media (any-hover:hover){.content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:hover{fill:#1e53e5;color:#1e53e5}html.theme-dark .content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:hover{fill:#1e53e5;color:#1e53e5}}.content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:active{fill:#1848cc;color:#1848cc}html.theme-dark .content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:active{fill:#1848cc;color:#1848cc}.content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:focus{outline:auto}.content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:focus-visible{outline:auto}.content-meCuRfZr .group-meCuRfZr .link-meCuRfZr:focus:not(:focus-visible){outline:none}.content-meCuRfZr.mob-meCuRfZr .title-meCuRfZr{font-size:20px;line-height:28px}.content-meCuRfZr.mob-meCuRfZr .group-meCuRfZr .text-meCuRfZr,.content-meCuRfZr.mob-meCuRfZr .subtitle-meCuRfZr{font-size:16px;line-height:24px}.content-meCuRfZr.mini-meCuRfZr .title-meCuRfZr{font-size:16px;line-height:22px}.content-meCuRfZr.mini-meCuRfZr .subtitle-meCuRfZr{font-size:13px;line-height:19px}.newsContent-meCuRfZr{margin-top:8px}.drawer-VW29iqAD>:not(:last-child){border-bottom:1px solid #e0e3eb}.drawerItem-VW29iqAD{color:#131722;padding:16px}html.theme-dark .drawerItem-VW29iqAD{color:#d1d4dc}.menuWrap-VW29iqAD{background:#0000}.menuWrap-VW29iqAD,html.theme-dark .menuWrap-VW29iqAD{box-shadow:0 0 #0000}html.theme-dark .menuWrap-VW29iqAD{background:#0000}.menuWrap-VW29iqAD .menuBox-VW29iqAD{margin:2px 4px 4px;padding:0}.card-VW29iqAD{background:#fff;border-radius:4px;border-right:4px solid;box-shadow:0 2px 4px #6b798866;box-sizing:border-box;color:#131722;min-width:300px;padding:16px 0}html.theme-dark .card-VW29iqAD{background:#1e222d;box-shadow:0 2px 4px #0006;color:#d1d4dc}.card-VW29iqAD .cardRow-VW29iqAD{padding-left:16px;padding-right:12px}.card-VW29iqAD.mini-VW29iqAD .cardRow-VW29iqAD{padding-left:12px}.card-VW29iqAD:not(:first-child){margin-top:8px}.fadeTop-VW29iqAD{background:linear-gradient(#fff,#fff0);height:10px;position:absolute;top:0}html.theme-dark .fadeTop-VW29iqAD{background:linear-gradient(#131722,#13172200)}.fadeBottom-VW29iqAD{background:linear-gradient(#fff0,#fff);bottom:0;height:10px;position:absolute}html.theme-dark .fadeBottom-VW29iqAD{background:linear-gradient(#13172200,#131722)}
|
||||
1
charting_library/bundles/2587.1403c0d79d2217a73053.css
Normal file
1
charting_library/bundles/2587.1403c0d79d2217a73053.css
Normal file
@@ -0,0 +1 @@
|
||||
.container-qm7Rg5MB{align-items:center;border-bottom:1px solid #e0e3eb;border-color:#e0e3eb currentcolor;border-top:1px solid #e0e3eb;cursor:default;display:flex;flex-shrink:0;position:relative}html.theme-dark .container-qm7Rg5MB{border-color:#434651}.inputContainer-qm7Rg5MB{height:24px;padding:8px 16px 8px 47px;width:100%}.inputContainer-qm7Rg5MB.withCancel-qm7Rg5MB{padding-right:70px}.input-qm7Rg5MB{background-color:initial;border:none;color:#131722;font-size:16px;height:100%;margin:0;padding:0;width:100%}html.theme-dark .input-qm7Rg5MB{color:#a3a6af}.input-qm7Rg5MB::placeholder{color:#a3a6af;font-weight:400}html.theme-dark .input-qm7Rg5MB::placeholder{color:#434651}.icon-qm7Rg5MB{color:#a3a6af;height:18px;left:20px;pointer-events:none;position:absolute;top:calc(50% - 9px)}.cancel-qm7Rg5MB{color:#787b86;position:absolute;right:20px}.highlighted-cwp8YRo6,html.theme-dark .highlighted-cwp8YRo6{color:#2962ff}
|
||||
@@ -0,0 +1 @@
|
||||
.container-qm7Rg5MB{align-items:center;border-bottom:1px solid #e0e3eb;border-color:#e0e3eb currentcolor;border-top:1px solid #e0e3eb;cursor:default;display:flex;flex-shrink:0;position:relative}html.theme-dark .container-qm7Rg5MB{border-color:#434651}.inputContainer-qm7Rg5MB{height:24px;padding:8px 47px 8px 16px;width:100%}.inputContainer-qm7Rg5MB.withCancel-qm7Rg5MB{padding-left:70px}.input-qm7Rg5MB{background-color:initial;border:none;color:#131722;font-size:16px;height:100%;margin:0;padding:0;width:100%}html.theme-dark .input-qm7Rg5MB{color:#a3a6af}.input-qm7Rg5MB::placeholder{color:#a3a6af;font-weight:400}html.theme-dark .input-qm7Rg5MB::placeholder{color:#434651}.icon-qm7Rg5MB{color:#a3a6af;height:18px;pointer-events:none;position:absolute;right:20px;top:calc(50% - 9px)}.cancel-qm7Rg5MB{color:#787b86;left:20px;position:absolute}.highlighted-cwp8YRo6,html.theme-dark .highlighted-cwp8YRo6{color:#2962ff}
|
||||
1
charting_library/bundles/2639.86605a3197db99aca0f7.css
Normal file
1
charting_library/bundles/2639.86605a3197db99aca0f7.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
charting_library/bundles/2676.2d3cabbd39a3b0d6e9ea.css
Normal file
1
charting_library/bundles/2676.2d3cabbd39a3b0d6e9ea.css
Normal file
@@ -0,0 +1 @@
|
||||
.scrollable-uT4IUFMG{-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-uT4IUFMG{scrollbar-color:#363a45 #0000}@media screen and (max-height:290px){.scrollable-uT4IUFMG{min-height:auto}}.scrollable-uT4IUFMG::-webkit-scrollbar{height:5px;width:5px}.scrollable-uT4IUFMG::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .scrollable-uT4IUFMG::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.scrollable-uT4IUFMG::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-uT4IUFMG::-webkit-scrollbar-corner{display:none}.content-uT4IUFMG{border-color:currentcolor #e0e3eb #e0e3eb;border-top:1px solid #e0e3eb;box-sizing:border-box;flex:1 1 auto;padding:24px 20px}html.theme-dark .content-uT4IUFMG{border-color:#434651}.content-uT4IUFMG .row-uT4IUFMG{align-items:center;color:#131722;display:flex;margin-top:16px}html.theme-dark .content-uT4IUFMG .row-uT4IUFMG{color:#d1d4dc}.content-uT4IUFMG .row-uT4IUFMG:first-child{margin-top:0}.content-uT4IUFMG .row-uT4IUFMG .title-uT4IUFMG{display:flex;flex:none;line-height:21px;margin-right:20px;width:80px;word-break:break-word}.content-uT4IUFMG .row-uT4IUFMG .control-uT4IUFMG{line-height:21px;width:100px}
|
||||
@@ -0,0 +1 @@
|
||||
.scrollable-uT4IUFMG{-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-uT4IUFMG{scrollbar-color:#363a45 #0000}@media screen and (max-height:290px){.scrollable-uT4IUFMG{min-height:auto}}.scrollable-uT4IUFMG::-webkit-scrollbar{height:5px;width:5px}.scrollable-uT4IUFMG::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .scrollable-uT4IUFMG::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.scrollable-uT4IUFMG::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-uT4IUFMG::-webkit-scrollbar-corner{display:none}.content-uT4IUFMG{border-color:currentcolor #e0e3eb #e0e3eb;border-top:1px solid #e0e3eb;box-sizing:border-box;flex:1 1 auto;padding:24px 20px}html.theme-dark .content-uT4IUFMG{border-color:#434651}.content-uT4IUFMG .row-uT4IUFMG{align-items:center;color:#131722;display:flex;margin-top:16px}html.theme-dark .content-uT4IUFMG .row-uT4IUFMG{color:#d1d4dc}.content-uT4IUFMG .row-uT4IUFMG:first-child{margin-top:0}.content-uT4IUFMG .row-uT4IUFMG .title-uT4IUFMG{display:flex;flex:none;line-height:21px;margin-left:20px;width:80px;word-break:break-word}.content-uT4IUFMG .row-uT4IUFMG .control-uT4IUFMG{line-height:21px;width:100px}
|
||||
@@ -1 +0,0 @@
|
||||
.header-L3BebqJ1{border-bottom:1px solid #e0e3eb;color:#212121;font-size:14px;font-weight:700;padding:30px 60px 30px 30px;position:relative}html.theme-dark .header-L3BebqJ1{border-bottom-color:#363a45;color:#c5cbce}@media screen and (max-width:767px){.header-L3BebqJ1{padding:20px 60px 20px 20px}}.header-L3BebqJ1 .close-L3BebqJ1{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-L3BebqJ1 .close-L3BebqJ1{color:#d1d4dc}@media screen and (max-width:767px){.header-L3BebqJ1 .close-L3BebqJ1{right:7px;top:7px}}@media (any-hover:hover){.header-L3BebqJ1 .close-L3BebqJ1:hover{opacity:1;transition-duration:.06s}}.header-L3BebqJ1 .close-L3BebqJ1 svg{display:block;height:13px;width:13px}.footer-KnygFiHk{padding:0 30px 30px}@media screen and (max-width:767px){.footer-KnygFiHk{padding:0 20px 20px}}.body-PkVsoG0q{-webkit-overflow-scrolling:touch;flex-grow:1;overflow:auto;padding:30px}.body-PkVsoG0q::-webkit-scrollbar{height:5px;width:5px}.body-PkVsoG0q::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .body-PkVsoG0q::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.body-PkVsoG0q::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.body-PkVsoG0q::-webkit-scrollbar-corner{display:none}@media screen and (max-width:767px){.body-PkVsoG0q{padding:20px}}.message-GTDWHWgI{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-GTDWHWgI{background:#21384d}.message-GTDWHWgI.error-GTDWHWgI{background:#ffedf0;color:#f7525f}html.theme-dark .message-GTDWHWgI.error-GTDWHWgI{background:#6f2626}.popupDialog-A46xVgF2{max-width:450px}.content-A46xVgF2 .row-A46xVgF2{display:flex;padding-bottom:12px}.content-A46xVgF2 .row-A46xVgF2 .column-A46xVgF2{font-size:13px}.content-A46xVgF2 .row-A46xVgF2 .column-A46xVgF2 .title-A46xVgF2{color:#6a6d78}html.theme-dark .content-A46xVgF2 .row-A46xVgF2 .column-A46xVgF2 .title-A46xVgF2{color:#868993}.content-A46xVgF2 .row-A46xVgF2 .column-A46xVgF2 .value-A46xVgF2{color:#434651;font-weight:700}html.theme-dark .content-A46xVgF2 .row-A46xVgF2 .column-A46xVgF2 .value-A46xVgF2{color:#d1d4dc}.content-A46xVgF2 .row-A46xVgF2 .columnTitle-A46xVgF2{text-align:left}.content-A46xVgF2 .row-A46xVgF2 .columnValue-A46xVgF2{margin-left:auto;text-align:right}
|
||||
@@ -1 +0,0 @@
|
||||
.header-L3BebqJ1{border-bottom:1px solid #e0e3eb;color:#212121;font-size:14px;font-weight:700;padding:30px 30px 30px 60px;position:relative}html.theme-dark .header-L3BebqJ1{border-bottom-color:#363a45;color:#c5cbce}@media screen and (max-width:767px){.header-L3BebqJ1{padding:20px 20px 20px 60px}}.header-L3BebqJ1 .close-L3BebqJ1{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-L3BebqJ1 .close-L3BebqJ1{color:#d1d4dc}@media screen and (max-width:767px){.header-L3BebqJ1 .close-L3BebqJ1{left:7px;top:7px}}@media (any-hover:hover){.header-L3BebqJ1 .close-L3BebqJ1:hover{opacity:1;transition-duration:.06s}}.header-L3BebqJ1 .close-L3BebqJ1 svg{display:block;height:13px;width:13px}.footer-KnygFiHk{padding:0 30px 30px}@media screen and (max-width:767px){.footer-KnygFiHk{padding:0 20px 20px}}.body-PkVsoG0q{-webkit-overflow-scrolling:touch;flex-grow:1;overflow:auto;padding:30px}.body-PkVsoG0q::-webkit-scrollbar{height:5px;width:5px}.body-PkVsoG0q::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .body-PkVsoG0q::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.body-PkVsoG0q::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.body-PkVsoG0q::-webkit-scrollbar-corner{display:none}@media screen and (max-width:767px){.body-PkVsoG0q{padding:20px}}.message-GTDWHWgI{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-GTDWHWgI{background:#21384d}.message-GTDWHWgI.error-GTDWHWgI{background:#ffedf0;color:#f7525f}html.theme-dark .message-GTDWHWgI.error-GTDWHWgI{background:#6f2626}.popupDialog-A46xVgF2{max-width:450px}.content-A46xVgF2 .row-A46xVgF2{display:flex;padding-bottom:12px}.content-A46xVgF2 .row-A46xVgF2 .column-A46xVgF2{font-size:13px}.content-A46xVgF2 .row-A46xVgF2 .column-A46xVgF2 .title-A46xVgF2{color:#6a6d78}html.theme-dark .content-A46xVgF2 .row-A46xVgF2 .column-A46xVgF2 .title-A46xVgF2{color:#868993}.content-A46xVgF2 .row-A46xVgF2 .column-A46xVgF2 .value-A46xVgF2{color:#434651;font-weight:700}html.theme-dark .content-A46xVgF2 .row-A46xVgF2 .column-A46xVgF2 .value-A46xVgF2{color:#d1d4dc}.content-A46xVgF2 .row-A46xVgF2 .columnTitle-A46xVgF2{text-align:right}.content-A46xVgF2 .row-A46xVgF2 .columnValue-A46xVgF2{margin-right:auto;text-align:left}
|
||||
1
charting_library/bundles/2698.808054d9f713fc1919d7.css
Normal file
1
charting_library/bundles/2698.808054d9f713fc1919d7.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
charting_library/bundles/2731.e35a685bdfdffcff2797.css
Normal file
1
charting_library/bundles/2731.e35a685bdfdffcff2797.css
Normal file
@@ -0,0 +1 @@
|
||||
.popupWidget-Wu2pIo3E{box-sizing:border-box;display:flex;padding:12px 14px}@media only screen and (min-width:430px){.popupWidget-Wu2pIo3E.large-Wu2pIo3E{max-width:354px}.popupWidget-Wu2pIo3E{max-width:344px}}.popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid #f0f3fa}html.theme-dark .popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid #2a2e39}.popupWidget-Wu2pIo3E .desc-Wu2pIo3E{display:flex;flex:1 1 auto;flex-direction:column}.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{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:after{content:" "}.popupWidget-Wu2pIo3E .text-Wu2pIo3E .boldItem-Wu2pIo3E{font-weight:700}.popupWidget-Wu2pIo3E .action-Wu2pIo3E{color:#2962ff;cursor:pointer;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}.additionalWidget-Wu2pIo3E{margin-bottom:12px;margin-top:12px}.additionalWidget-Wu2pIo3E:last-child{margin-bottom:0}
|
||||
@@ -0,0 +1 @@
|
||||
.popupWidget-Wu2pIo3E{box-sizing:border-box;display:flex;padding:12px 14px}@media only screen and (min-width:430px){.popupWidget-Wu2pIo3E.large-Wu2pIo3E{max-width:354px}.popupWidget-Wu2pIo3E{max-width:344px}}.popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid #f0f3fa}html.theme-dark .popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid #2a2e39}.popupWidget-Wu2pIo3E .desc-Wu2pIo3E{display:flex;flex:1 1 auto;flex-direction:column}.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{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:after{content:" "}.popupWidget-Wu2pIo3E .text-Wu2pIo3E .boldItem-Wu2pIo3E{font-weight:700}.popupWidget-Wu2pIo3E .action-Wu2pIo3E{color:#2962ff;cursor:pointer;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}.additionalWidget-Wu2pIo3E{margin-bottom:12px;margin-top:12px}.additionalWidget-Wu2pIo3E:last-child{margin-bottom:0}
|
||||
@@ -1 +0,0 @@
|
||||
.actionButton-NwOkSfvs{margin:0 6px}.actionButton-NwOkSfvs:first-child{margin-right:0}.actionButton-NwOkSfvs:last-child{margin-left:0}.actionButton-NwOkSfvs.small-NwOkSfvs{margin:6px 0}.actionButton-NwOkSfvs.small-NwOkSfvs:first-child{margin-top:0}.actionButton-NwOkSfvs.small-NwOkSfvs:last-child{margin-bottom:0}.hiddenTitle-NwOkSfvs{visibility:hidden}.popupDialog-MQCwyEL_{max-height:calc(100% - 20px);max-width:480px;width:calc(100% - 20px)}.wrap-MQCwyEL_{cursor:default;display:flex;overflow:hidden}.main-MQCwyEL_{color:#131722;display:flex;flex:1 1 auto;flex-direction:column;margin:40px 0 40px 40px}html.theme-dark .main-MQCwyEL_{color:#d1d4dc}.main-MQCwyEL_.small-MQCwyEL_{margin:20px 0 20px 20px}.title-MQCwyEL_{--ui-lib-typography-line-height:28px;align-items:center;display:flex;flex:none;font-size:20px;font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height);margin-bottom:8px;width:calc(100% - 9px);word-break:break-word}.title-MQCwyEL_.small-MQCwyEL_{width:calc(100% - 29px)}.content-MQCwyEL_{--ui-lib-typography-line-height:24px;-webkit-overflow-scrolling:touch;display:flex;flex:1 1 auto;flex-direction:column;font-size:16px;font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height);margin:0 -40px;min-height:145px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:8px 40px;scrollbar-color:#9598a1 #0000;scrollbar-width:thin;white-space:pre-wrap;word-break:break-word}html.theme-dark .content-MQCwyEL_{scrollbar-color:#363a45 #0000}@media screen and (max-height:290px){.content-MQCwyEL_{min-height:auto}}.content-MQCwyEL_::-webkit-scrollbar{height:5px;width:5px}.content-MQCwyEL_::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .content-MQCwyEL_::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.content-MQCwyEL_::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.content-MQCwyEL_::-webkit-scrollbar-corner{display:none}.content-MQCwyEL_.small-MQCwyEL_{margin:0 -20px;padding:8px 20px}.content-MQCwyEL_.html-MQCwyEL_{display:block}.content-MQCwyEL_.html-MQCwyEL_ a,html.theme-dark .content-MQCwyEL_.html-MQCwyEL_ a{color:#2962ff}.footer-MQCwyEL_{display:flex;flex:none;flex-direction:row-reverse;justify-content:flex-start;margin-top:16px}.footer-MQCwyEL_.small-MQCwyEL_{flex-direction:column}.close-MQCwyEL_{align-items:center;border-radius:2px;color:#131722;cursor:default;display:flex;flex:none;height:34px;justify-content:center;margin:8px 8px 0 -2px;width:34px}html.theme-dark .close-MQCwyEL_{color:#d1d4dc}@media (any-hover:hover){.close-MQCwyEL_:hover{background-color:#f0f3fa}html.theme-dark .close-MQCwyEL_:hover{background-color:#2a2e39}}.close-MQCwyEL_.small-MQCwyEL_{margin-left:-22px}.marginWithoutCloseButton-MQCwyEL_{margin-right:40px}.marginWithoutCloseButton-MQCwyEL_.small-MQCwyEL_{margin-right:20px}.label-veVJ4P41{color:#787b86;font-size:14px;line-height:21px}
|
||||
@@ -1 +0,0 @@
|
||||
.actionButton-NwOkSfvs{margin:0 6px}.actionButton-NwOkSfvs:first-child{margin-left:0}.actionButton-NwOkSfvs:last-child{margin-right:0}.actionButton-NwOkSfvs.small-NwOkSfvs{margin:6px 0}.actionButton-NwOkSfvs.small-NwOkSfvs:first-child{margin-top:0}.actionButton-NwOkSfvs.small-NwOkSfvs:last-child{margin-bottom:0}.hiddenTitle-NwOkSfvs{visibility:hidden}.popupDialog-MQCwyEL_{max-height:calc(100% - 20px);max-width:480px;width:calc(100% - 20px)}.wrap-MQCwyEL_{cursor:default;display:flex;overflow:hidden}.main-MQCwyEL_{color:#131722;display:flex;flex:1 1 auto;flex-direction:column;margin:40px 40px 40px 0}html.theme-dark .main-MQCwyEL_{color:#d1d4dc}.main-MQCwyEL_.small-MQCwyEL_{margin:20px 20px 20px 0}.title-MQCwyEL_{--ui-lib-typography-line-height:28px;align-items:center;display:flex;flex:none;font-size:20px;font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height);margin-bottom:8px;width:calc(100% - 9px);word-break:break-word}.title-MQCwyEL_.small-MQCwyEL_{width:calc(100% - 29px)}.content-MQCwyEL_{--ui-lib-typography-line-height:24px;-webkit-overflow-scrolling:touch;display:flex;flex:1 1 auto;flex-direction:column;font-size:16px;font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height);margin:0 -40px;min-height:145px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:8px 40px;scrollbar-color:#9598a1 #0000;scrollbar-width:thin;white-space:pre-wrap;word-break:break-word}html.theme-dark .content-MQCwyEL_{scrollbar-color:#363a45 #0000}@media screen and (max-height:290px){.content-MQCwyEL_{min-height:auto}}.content-MQCwyEL_::-webkit-scrollbar{height:5px;width:5px}.content-MQCwyEL_::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .content-MQCwyEL_::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.content-MQCwyEL_::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.content-MQCwyEL_::-webkit-scrollbar-corner{display:none}.content-MQCwyEL_.small-MQCwyEL_{margin:0 -20px;padding:8px 20px}.content-MQCwyEL_.html-MQCwyEL_{display:block}.content-MQCwyEL_.html-MQCwyEL_ a,html.theme-dark .content-MQCwyEL_.html-MQCwyEL_ a{color:#2962ff}.footer-MQCwyEL_{display:flex;flex:none;flex-direction:row-reverse;justify-content:flex-start;margin-top:16px}.footer-MQCwyEL_.small-MQCwyEL_{flex-direction:column}.close-MQCwyEL_{align-items:center;border-radius:2px;color:#131722;cursor:default;display:flex;flex:none;height:34px;justify-content:center;margin:8px -2px 0 8px;width:34px}html.theme-dark .close-MQCwyEL_{color:#d1d4dc}@media (any-hover:hover){.close-MQCwyEL_:hover{background-color:#f0f3fa}html.theme-dark .close-MQCwyEL_:hover{background-color:#2a2e39}}.close-MQCwyEL_.small-MQCwyEL_{margin-right:-22px}.marginWithoutCloseButton-MQCwyEL_{margin-left:40px}.marginWithoutCloseButton-MQCwyEL_.small-MQCwyEL_{margin-left:20px}.label-veVJ4P41{color:#787b86;font-size:14px;line-height:21px}
|
||||
@@ -1,9 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2804],{97754:(e,t)=>{var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var s=typeof n;if("string"===s||"number"===s)e.push(n);else if(Array.isArray(n)&&n.length){var i=o.apply(null,n);i&&e.push(i)}else if("object"===s)for(var a in n)r.call(n,a)&&n[a]&&e.push(a)}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},46587:e=>{e.exports={wrapper:"wrapper-bUw_gKIQ",input:"input-bUw_gKIQ",box:"box-bUw_gKIQ",icon:"icon-bUw_gKIQ",noOutline:"noOutline-bUw_gKIQ","intent-danger":"intent-danger-bUw_gKIQ",check:"check-bUw_gKIQ",dot:"dot-bUw_gKIQ"}},33319:e=>{e.exports={loader:"loader-PZ4hqS2H",static:"static-PZ4hqS2H",item:"item-PZ4hqS2H","tv-button-loader":"tv-button-loader-PZ4hqS2H",medium:"medium-PZ4hqS2H",small:"small-PZ4hqS2H",black:"black-PZ4hqS2H",white:"white-PZ4hqS2H",gray:"gray-PZ4hqS2H",primary:"primary-PZ4hqS2H","loader-initial":"loader-initial-PZ4hqS2H","loader-appear":"loader-appear-PZ4hqS2H"}},76946:e=>{e.exports={loaderWrap:"loaderWrap-aELfTl0o",big:"big-aELfTl0o",loader:"loader-aELfTl0o"}},68550:e=>{e.exports={item:"item-bWEYVlEJ",interactive:"interactive-bWEYVlEJ",hovered:"hovered-bWEYVlEJ",disabled:"disabled-bWEYVlEJ",active:"active-bWEYVlEJ",shortcut:"shortcut-bWEYVlEJ",normal:"normal-bWEYVlEJ",big:"big-bWEYVlEJ",iconCell:"iconCell-bWEYVlEJ",icon:"icon-bWEYVlEJ",checkmark:"checkmark-bWEYVlEJ",content:"content-bWEYVlEJ",label:"label-bWEYVlEJ",checked:"checked-bWEYVlEJ",toolbox:"toolbox-bWEYVlEJ",showToolboxOnHover:"showToolboxOnHover-bWEYVlEJ",arrowIcon:"arrowIcon-bWEYVlEJ",subMenu:"subMenu-bWEYVlEJ",invisibleHotkey:"invisibleHotkey-bWEYVlEJ"}},10852:e=>{e.exports={row:"row-HxlnbRyI",line:"line-HxlnbRyI",hint:"hint-HxlnbRyI"}},69655:e=>{e.exports={menu:"menu-Oq10ZTMF"}},3651:e=>{e.exports={item:"item-X2LmiiGx",emptyIcons:"emptyIcons-X2LmiiGx",loading:"loading-X2LmiiGx",disabled:"disabled-X2LmiiGx",interactive:"interactive-X2LmiiGx",hovered:"hovered-X2LmiiGx",normal:"normal-X2LmiiGx",big:"big-X2LmiiGx",icon:"icon-X2LmiiGx",label:"label-X2LmiiGx",title:"title-X2LmiiGx",nested:"nested-X2LmiiGx",shortcut:"shortcut-X2LmiiGx",remove:"remove-X2LmiiGx"}},81956:e=>{e.exports={separator:"separator-blm_vtaP"}},8794:e=>{e.exports={button:"button-cC4UjNEF",disabled:"disabled-cC4UjNEF",active:"active-cC4UjNEF",hidden:"hidden-cC4UjNEF"}},70673:(e,t,n)=>{"use strict";n.d(t,{CheckboxInput:()=>c});var r=n(50959),o=n(97754),s=n(9745),i=n(65890),a=n(46587),l=n.n(a);function c(e){const t=o(l().box,l()[`intent-${e.intent}`],{[l().check]:!Boolean(e.indeterminate),[l().dot]:Boolean(e.indeterminate),[l().noOutline]:-1===e.tabIndex}),n=o(l().wrapper,e.className);return r.createElement("span",{className:n,title:e.title,style:e.style},r.createElement("input",{id:e.id,tabIndex:e.tabIndex,className:l().input,type:"checkbox",name:e.name,checked:e.checked,disabled:e.disabled,value:e.value,autoFocus:e.autoFocus,role:e.role,
|
||||
onChange:function(){e.onChange&&e.onChange(e.value)},ref:e.reference,"aria-required":e["aria-required"]}),r.createElement("span",{className:t},r.createElement(s.Icon,{icon:i,className:l().icon})))}},26996:(e,t,n)=>{"use strict";n.d(t,{Loader:()=>c});var r,o=n(50959),s=n(97754),i=n(74991),a=n(33319),l=n.n(a);!function(e){e[e.Initial=0]="Initial",e[e.Appear=1]="Appear",e[e.Active=2]="Active"}(r||(r={}));class c extends o.PureComponent{constructor(e){super(e),this._stateChangeTimeout=null,this.state={state:r.Initial}}render(){const{className:e,color:t="black",size:n="medium",staticPosition:r}=this.props,i=s(l().item,l()[t],l()[n]);return o.createElement("span",{className:s(l().loader,r&&l().static,this._getStateClass(),e)},o.createElement("span",{className:i}),o.createElement("span",{className:i}),o.createElement("span",{className:i}))}componentDidMount(){this.setState({state:r.Appear}),this._stateChangeTimeout=setTimeout((()=>{this.setState({state:r.Active})}),2*i.dur)}componentWillUnmount(){this._stateChangeTimeout&&(clearTimeout(this._stateChangeTimeout),this._stateChangeTimeout=null)}_getStateClass(){switch(this.state.state){case r.Initial:return l()["loader-initial"];case r.Appear:return l()["loader-appear"];default:return""}}}},29332:(e,t,n)=>{"use strict";n.d(t,{ContextMenu:()=>k,OverlapContextMenu:()=>w});var r=n(50959),o=n(97754),s=n.n(o),i=n(86431),a=n(27317),l=n(76594),c=n(9481),u=n(82757),p=n(37558),h=n(90692),d=n(81956);function m(e){return r.createElement("li",{className:d.separator})}var f=n(23829),b=n(41590),v=n(59064);function E(e){const{action:t}=e,[n,o]=(0,r.useState)((()=>t.getState())),[s,i]=(0,r.useState)(!1),a=!!n.subItems.length,l=a&&s;return(0,r.useEffect)((()=>{const e=()=>o(t.getState());return t.onUpdate().subscribe(null,e),()=>{t.onUpdate().unsubscribe(null,e)}}),[]),r.createElement(f.ContextMenuItem,{...n,onClick:function(e){if(n.disabled||e.defaultPrevented)return;if(a)return void i(!0);n.doNotCloseOnClick||(0,v.globalCloseMenu)();t.execute()},isLoading:n.loading,isHovered:l},l&&r.createElement(b.Drawer,{onClose:c},r.createElement(x,{items:n.subItems,parentAction:t,closeNested:c})));function c(e){e&&e.preventDefault(),i(!1)}}var _=n(54627),y=n(66493);function x(e){const{items:t,parentAction:n,closeNested:o}=e,s=!Boolean(n)&&t.every((e=>!Boolean("separator"!==e.type&&(e.getState().icon||e.getState().checkable))));return r.createElement(_.EmptyIconsContext.Provider,{value:s},r.createElement("ul",null,n&&r.createElement(r.Fragment,null,r.createElement(f.ContextMenuItem,{label:n.getState().label,isTitle:!0,active:!1,disabled:!1,subItems:[],checkable:!1,checked:!1,doNotCloseOnClick:!1,icon:y,onClick:o}),r.createElement(m,null)),t.map((e=>{switch(e.type){case"action":return r.createElement(E,{key:e.id,action:e});case"separator":return r.createElement(m,{key:e.id})}}))))}const g=r.createContext(null);var C=n(69655);class k extends r.PureComponent{constructor(e){super(e),this._menuRef=r.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.state={}}render(){const{isOpened:e,onClose:t,items:n,doNotCloseOn:o,menuStatName:i,parentStatName:d,takeFocus:m,...f}=this.props;return e?r.createElement(p.DrawerManager,null,r.createElement(c.KeyboardDocumentListener,{keyCode:27,eventType:"keyup",handler:this._handleClose}),r.createElement(h.MatchMedia,{rule:"screen and (max-width: 430px)"},(t=>this._isDrawer(t)?r.createElement(g.Provider,{value:{type:"drawer"}},r.createElement(b.Drawer,{onClose:this._handleClose,position:"Bottom","data-name":f["data-name"]},r.createElement(x,{items:n}))):r.createElement(g.Provider,{value:{type:"menu"}},r.createElement(l.OutsideEvent,{handler:this._handleOutsideClickClose,mouseDown:!0,touchStart:!0,reference:this.props.menuElementReference},(t=>r.createElement(a.Menu,{...f,reference:t,className:s()(C.menu,"context-menu"),onClose:this._handleClose,noMomentumBasedScroll:!0,ref:this._menuRef,tabIndex:m?-1:void 0,onOpen:this._handleFocusOnOpen},r.createElement(u.ActionsTable,{items:n,menuStatName:i,parentStatName:d,parentIsOpened:e,onRequestUpdate:this._handleRequestUpdate})))))))):null}update(){this._menuRef.current&&this._menuRef.current.update()}_isDrawer(e){return void 0===this.props.mode?e:"drawer"===this.props.mode}}const w=(0,i.makeOverlapable)(k)},99025:(e,t,n)=>{"use strict";n.d(t,{Hint:()=>a});var r=n(50959),o=n(97754),s=n.n(o),i=n(68550);function a(e){const{text:t="",className:n}=e;return r.createElement("span",{className:s()(i.shortcut,n)},t)}},23829:(e,t,n)=>{"use strict";n.d(t,{ContextMenuItem:()=>m});var r=n(50959),o=n(97754),s=n.n(o),i=n(9745),a=n(26996),l=n(54627),c=n(99025),u=n(39750),p=n(79978),h=n(69311),d=n(3651);function m(e){const{isTitle:t,isLoading:n,isHovered:o,active:m,checkable:f,disabled:b,checked:v,icon:E,iconChecked:_,hint:y,subItems:x,label:g,onClick:C,children:k,toolbox:w,jsxLabel:S,size:I="normal"}=e,N=(0,r.useContext)(l.EmptyIconsContext),M=!!x.length;return n?r.createElement("li",{className:s()(d.item,d.loading,d[I])},r.createElement(a.Loader,null)):r.createElement("li",{className:s()(d.item,d.interactive,t&&d.title,b&&d.disabled,o&&d.hovered,m&&d.active,N&&d.emptyIcons,d[I]),onClick:C},r.createElement(i.Icon,{className:s()(d.icon),icon:function(){if(f&&v)return _||E||u;return E}()}),r.createElement("span",{className:s()(d.label)},null!=S?S:g),!!w&&r.createElement(i.Icon,{onClick:function(){w&&w.action()},className:d.remove,icon:h}),!M&&y&&r.createElement(c.Hint,{className:d.shortcut,text:y}),M&&r.createElement(i.Icon,{className:d.nested,icon:p}),k)}},54627:(e,t,n)=>{"use strict";n.d(t,{EmptyIconsContext:()=>r});const r=n(50959).createContext(!1)},9481:(e,t,n)=>{"use strict";n.d(t,{KeyboardDocumentListener:()=>o
|
||||
});var r=n(50959);class o extends r.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}}},76594:(e,t,n)=>{"use strict";n.d(t,{OutsideEvent:()=>o});var r=n(58095);function o(e){const{children:t,...n}=e;return t((0,r.useOutsideEvent)(n))}},86431:(e,t,n)=>{"use strict";n.d(t,{makeOverlapable:()=>s});var r=n(50959),o=n(65718);function s(e){return class extends r.PureComponent{render(){const{isOpened:t,root:n}=this.props;if(!t)return null;const s=r.createElement(e,{...this.props,zIndex:150});return"parent"===n?s:r.createElement(o.Portal,null,s)}}}},96040:(e,t,n)=>{"use strict";n.d(t,{RemoveButton:()=>u});var r=n(44352),o=n(50959),s=n(97754),i=n(9745),a=n(33765),l=n(8794);const c={remove:r.t(null,void 0,n(34596))};function u(e){const{className:t,isActive:n,onClick:r,onMouseDown:u,title:p,hidden:h,"data-name":d="remove-button",...m}=e;return o.createElement(i.Icon,{...m,"data-name":d,className:s(l.button,"apply-common-tooltip",n&&l.active,h&&l.hidden,t),icon:a,onClick:r,onMouseDown:u,title:p||c.remove})}},95257:(e,t)=>{"use strict";var n=Symbol.for("react.element"),r=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),a=Symbol.for("react.provider"),l=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),p=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),d=Symbol.iterator;var m={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},f=Object.assign,b={};function v(e,t,n){this.props=e,this.context=t,this.refs=b,this.updater=n||m}function E(){}function _(e,t,n){this.props=e,this.context=t,this.refs=b,this.updater=n||m}v.prototype.isReactComponent={},v.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)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,e,t,"setState")},v.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},E.prototype=v.prototype;var y=_.prototype=new E;y.constructor=_,f(y,v.prototype),y.isPureReactComponent=!0;var x=Array.isArray,g=Object.prototype.hasOwnProperty,C={current:null},k={key:!0,ref:!0,__self:!0,__source:!0};function w(e,t,r){var o,s={},i=null,a=null;if(null!=t)for(o in void 0!==t.ref&&(a=t.ref),void 0!==t.key&&(i=""+t.key),t)g.call(t,o)&&!k.hasOwnProperty(o)&&(s[o]=t[o]);var l=arguments.length-2;if(1===l)s.children=r;else if(1<l){for(var c=Array(l),u=0;u<l;u++)c[u]=arguments[u+2];s.children=c}if(e&&e.defaultProps)for(o in l=e.defaultProps)void 0===s[o]&&(s[o]=l[o]);return{$$typeof:n,type:e,key:i,ref:a,props:s,_owner:C.current}}
|
||||
function S(e){return"object"==typeof e&&null!==e&&e.$$typeof===n}var I=/\/+/g;function N(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,(function(e){return t[e]}))}(""+e.key):t.toString(36)}function M(e,t,o,s,i){var a=typeof e;"undefined"!==a&&"boolean"!==a||(e=null);var l=!1;if(null===e)l=!0;else switch(a){case"string":case"number":l=!0;break;case"object":switch(e.$$typeof){case n:case r:l=!0}}if(l)return i=i(l=e),e=""===s?"."+N(l,0):s,x(i)?(o="",null!=e&&(o=e.replace(I,"$&/")+"/"),M(i,t,o,"",(function(e){return e}))):null!=i&&(S(i)&&(i=function(e,t){return{$$typeof:n,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(i,o+(!i.key||l&&l.key===i.key?"":(""+i.key).replace(I,"$&/")+"/")+e)),t.push(i)),1;if(l=0,s=""===s?".":s+":",x(e))for(var c=0;c<e.length;c++){var u=s+N(a=e[c],c);l+=M(a,t,o,u,i)}else if(u=function(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=d&&e[d]||e["@@iterator"])?e:null}(e),"function"==typeof u)for(e=u.call(e),c=0;!(a=e.next()).done;)l+=M(a=a.value,t,o,u=s+N(a,c++),i);else if("object"===a)throw t=String(e),Error("Objects are not valid as a React child (found: "+("[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return l}function O(e,t,n){if(null==e)return e;var r=[],o=0;return M(e,r,"","",(function(e){return t.call(n,e,o++)})),r}function R(e){if(-1===e._status){var t=e._result;(t=t()).then((function(t){0!==e._status&&-1!==e._status||(e._status=1,e._result=t)}),(function(t){0!==e._status&&-1!==e._status||(e._status=2,e._result=t)})),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var L={current:null},T={transition:null},P={ReactCurrentDispatcher:L,ReactCurrentBatchConfig:T,ReactCurrentOwner:C};t.Children={map:O,forEach:function(e,t,n){O(e,(function(){t.apply(this,arguments)}),n)},count:function(e){var t=0;return O(e,(function(){t++})),t},toArray:function(e){return O(e,(function(e){return e}))||[]},only:function(e){if(!S(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},t.Component=v,t.Fragment=o,t.Profiler=i,t.PureComponent=_,t.StrictMode=s,t.Suspense=u,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=P,t.cloneElement=function(e,t,r){if(null==e)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var o=f({},e.props),s=e.key,i=e.ref,a=e._owner;if(null!=t){if(void 0!==t.ref&&(i=t.ref,a=C.current),void 0!==t.key&&(s=""+t.key),e.type&&e.type.defaultProps)var l=e.type.defaultProps;for(c in t)g.call(t,c)&&!k.hasOwnProperty(c)&&(o[c]=void 0===t[c]&&void 0!==l?l[c]:t[c])}var c=arguments.length-2;if(1===c)o.children=r;else if(1<c){l=Array(c);for(var u=0;u<c;u++)l[u]=arguments[u+2];o.children=l}return{$$typeof:n,type:e.type,key:s,ref:i,props:o,_owner:a}},t.createContext=function(e){return(e={$$typeof:l,_currentValue:e,_currentValue2:e,_threadCount:0,
|
||||
Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:a,_context:e},e.Consumer=e},t.createElement=w,t.createFactory=function(e){var t=w.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:c,render:e}},t.isValidElement=S,t.lazy=function(e){return{$$typeof:h,_payload:{_status:-1,_result:e},_init:R}},t.memo=function(e,t){return{$$typeof:p,type:e,compare:void 0===t?null:t}},t.startTransition=function(e){var t=T.transition;T.transition={};try{e()}finally{T.transition=t}},t.unstable_act=function(){throw Error("act(...) is not supported in production builds of React.")},t.useCallback=function(e,t){return L.current.useCallback(e,t)},t.useContext=function(e){return L.current.useContext(e)},t.useDebugValue=function(){},t.useDeferredValue=function(e){return L.current.useDeferredValue(e)},t.useEffect=function(e,t){return L.current.useEffect(e,t)},t.useId=function(){return L.current.useId()},t.useImperativeHandle=function(e,t,n){return L.current.useImperativeHandle(e,t,n)},t.useInsertionEffect=function(e,t){return L.current.useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return L.current.useLayoutEffect(e,t)},t.useMemo=function(e,t){return L.current.useMemo(e,t)},t.useReducer=function(e,t,n){return L.current.useReducer(e,t,n)},t.useRef=function(e){return L.current.useRef(e)},t.useState=function(e){return L.current.useState(e)},t.useSyncExternalStore=function(e,t,n){return L.current.useSyncExternalStore(e,t,n)},t.useTransition=function(){return L.current.useTransition()},t.version="18.2.0"},50959:(e,t,n)=>{"use strict";e.exports=n(95257)},82757:(e,t,n)=>{"use strict";n.d(t,{ActionsTable:()=>M});var r=n(50959),o=n(10852);function s(e){return r.createElement("tr",{className:o.row},r.createElement("td",null,r.createElement("div",{className:o.line})),r.createElement("td",null,r.createElement("div",{className:o.line}),e.hint?r.createElement("div",{className:o.hint},e.hint):null))}var i=n(50151),a=n(97754),l=n.n(a),c=n(70673),u=n(49483),p=n(32563);var h=n(96040),d=n(36189),m=n(99025),f=n(25812),b=n(80802),v=n(14665),E=n(68550);class _ extends r.PureComponent{constructor(){super(...arguments),this._handleMouseOver=e=>{(function(e){const t=e.sourceCapabilities;let n=t&&t.firesTouchEvents;return void 0===n&&(n=p.touch),n})(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:o,favourite:s,theme:i=E,size:l="normal"}=this.props,c=this.props.checkable&&this.props.checkboxInput?"label":"div";return r.createElement(r.Fragment,null,r.createElement("tr",{className:a(i.item,!this.props.noInteractive&&i.interactive,this.props.hovered&&i.hovered,this.props.disabled&&i.disabled,this.props.active&&i.active,this.props.selected&&i.selected,i[l]),onClick:this.props.onClick,onMouseOver:this._handleMouseOver,ref:this.props.reference,
|
||||
"data-action-name":this.props.actionName},void 0!==s&&r.createElement("td",null,r.createElement(d.FavoriteButton,{className:i.favourite,isFilled:s,onClick:this.props.onFavouriteClick})),r.createElement("td",{className:a(i.iconCell),"data-icon-cell":!0},this._icon(i)),r.createElement("td",{className:i.contentCell},r.createElement(c,{className:i.content},r.createElement("span",{className:a(i.label,this.props.checked&&i.checked),"data-label":!0},this.props.label),this._toolbox(i),e&&r.createElement("span",{className:i.arrowIcon,dangerouslySetInnerHTML:{__html:v},"data-submenu-arrow":!0}),!e&&t&&!u.CheckMobile.any()&&r.createElement(m.Hint,{className:a(o&&i.invisibleHotkey),text:t}),!e&&!t&&n&&r.createElement(m.Hint,{text:n})))),r.createElement("tr",{className:i.subMenu},r.createElement("td",null,this.props.children)))}_icon(e){if(this.props.checkable){if(this.props.checkboxInput)return r.createElement(c.CheckboxInput,{className:a(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||b;return r.createElement("span",{className:a(e.icon,t&&e.checkmark),dangerouslySetInnerHTML:{__html:n},"data-icon-checkmark":t})}return this.props.icon?r.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:this.props.icon}}):r.createElement("span",{className:e.icon})}return this.props.icon?r.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:this.props.icon}}):null}_toolbox(e){return this.props.toolbox?r.createElement("span",{className:a(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===f.ToolboxType.Delete?r.createElement(h.RemoveButton,{onClick:this.props.toolbox.action}):null}}var y=n(29332),x=n(59064),g=n(51768),C=n(80142);var k=n(14758),w=n(26996),S=n(76946);function I(e){const{size:t="normal"}=e;return r.createElement(_,{size:t,label:r.createElement("div",{className:l()(S.loaderWrap,S[t])},r.createElement(w.Loader,{className:S.loader})),noInteractive:!0,onMouseOver:e.onMouseOver})}class N extends r.PureComponent{constructor(e){super(e),this._itemRef=null,this._menuElementRef=r.createRef(),this._menuRef=null,this._handleClick=e=>{e.isDefaultPrevented()||this.state.disabled||(this._hasSubItems()?this._showSubMenu():(this.state.doNotCloseOnClick||(0,x.globalCloseMenu)(),this.props.action.execute(),this._trackEvent(),this.props.onExecute&&this.props.onExecute(this.props.action)))},this._handleClickToolbox=()=>{(0,x.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:r,top:o}=t.getBoundingClientRect(),s=document.documentElement.clientWidth,i={x:n-e,y:o},a={x:r,
|
||||
y:o};return(0,C.isRtl)()?n<=e?a:i:s-r>=e?a:i}return n}(e,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,i.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,r,o;t.loading!==this.state.loading&&(null===(r=(n=this.props).onRequestUpdate)||void 0===r||r.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===(o=this._unsubscribe)||void 0===o||o.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,n;const o=null!==(e=this.state.jsxLabel)&&void 0!==e?e:this.state.label,s=(null===(t=this.context)||void 0===t?void 0:t.current)?this.context.current===this.props.action.id:this.props.isSubMenuOpened;return this.state.loading?r.createElement(I,{size:this.state.size}):r.createElement(_,{theme:this.props.theme,reference:null!==(n=this.props.reference)&&void 0!==n?n:this._setItemRef,onClick:this._handleClick,onClickToolbox:this._handleClickToolbox,onMouseOver:this._handleItemMouseOver,hovered:s,hasSubItems:this._hasSubItems(),actionName:this.state.name,checkboxInput:this.props.checkboxInput,selected:this.props.selected,...this.state,label:o},r.createElement(y.ContextMenu,{isOpened:s,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,g.trackEvent)("ContextMenuClick",this.props.menuStatName||"",e)}_getStatName(){return[this.props.parentStatName,this.state.statName].filter((e=>Boolean(e))).join(".")}}N.contextType=k.SubmenuContext;class M extends r.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 r.createElement("table",null,r.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){switch(e.type){case"separator":return r.createElement(s,{key:e.id,hint:e.getHint()});case"action":return r.createElement(N,{key:e.id,action:e,onShowSubMenu:this._handleShowSubMenu,isSubMenuOpened:this.state.showSubMenuOf===e,menuStatName:this.props.menuStatName,parentStatName:this.props.parentStatName,onRequestUpdate:this.props.onRequestUpdate})}}}},65890:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 9" width="11" height="9" fill="none"><path stroke-width="2" d="M0.999878 4L3.99988 7L9.99988 1"/></svg>'},66493:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.5 20L11 14.5 16.5 9"/></svg>'},79978:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" width="18" height="18" fill="none"><path stroke="currentColor" d="M8 5l3.5 3.5L8 12"/></svg>'},80802:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 14" width="18" height="14"><path fill="currentColor" d="M6 11.17l-4.17-4.17-1.42 1.41 5.59 5.59 12-12-1.41-1.41-10.59 10.58z"/></svg>'},39750:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M7 15l5 5L23 9"/></svg>'},33765:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"><path fill="currentColor" d="M9.707 9l4.647-4.646-.707-.708L9 8.293 4.354 3.646l-.708.708L8.293 9l-4.647 4.646.708.708L9 9.707l4.646 4.647.708-.707L9.707 9z"/></svg>'},69311:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" width="18" height="18" fill="none"><path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M9.7 9l4.65-4.65-.7-.7L9 8.29 4.35 3.65l-.7.7L8.29 9l-4.64 4.65.7.7L9 9.71l4.65 4.64.7-.7L9.71 9z"/></svg>'}}]);
|
||||
@@ -1 +0,0 @@
|
||||
.tooltip-yV2Az0ZG{background:#fff;border-radius:8px;cursor:default;filter:drop-shadow(0 1px 4px rgba(0,0,0,.2));position:absolute;visibility:hidden;z-index:7}html.theme-dark .tooltip-yV2Az0ZG{background:#1e222d}.tooltip-yV2Az0ZG.show-yV2Az0ZG{visibility:unset}html.theme-dark .tooltip-yV2Az0ZG{filter:drop-shadow(0 1px 4px rgba(0,0,0,.4))}.tooltip-yV2Az0ZG:after,.tooltip-yV2Az0ZG:before{border:10px solid #0000;content:" ";height:0;margin-top:-10px;pointer-events:none;position:absolute;top:50%;width:0}.tooltip-yV2Az0ZG:not(.right-yV2Az0ZG):after{border-color:#0000 #0000 #0000 #fff;border-left-width:13px;left:100%}html.theme-dark .tooltip-yV2Az0ZG:not(.right-yV2Az0ZG):after{border-left-color:#1e222d}.tooltip-yV2Az0ZG.right-yV2Az0ZG:before{border-color:#0000 #fff #0000 #0000;border-right-width:13px;right:100%}html.theme-dark .tooltip-yV2Az0ZG.right-yV2Az0ZG:before{border-right-color:#1e222d}.text-_0F_ups3{font-feature-settings:"tnum" on,"lnum" on;color:#131722;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:14px;line-height:18px;max-width:244px;min-width:25px;padding:12px}html.theme-dark .text-_0F_ups3{color:#d1d4dc}
|
||||
@@ -1 +0,0 @@
|
||||
.tooltip-yV2Az0ZG{background:#fff;border-radius:8px;cursor:default;filter:drop-shadow(0 1px 4px rgba(0,0,0,.2));position:absolute;visibility:hidden;z-index:7}html.theme-dark .tooltip-yV2Az0ZG{background:#1e222d}.tooltip-yV2Az0ZG.show-yV2Az0ZG{visibility:unset}html.theme-dark .tooltip-yV2Az0ZG{filter:drop-shadow(0 1px 4px rgba(0,0,0,.4))}.tooltip-yV2Az0ZG:after,.tooltip-yV2Az0ZG:before{border:10px solid #0000;content:" ";height:0;margin-top:-10px;pointer-events:none;position:absolute;top:50%;width:0}.tooltip-yV2Az0ZG:not(.right-yV2Az0ZG):after{border-color:#0000 #fff #0000 #0000;border-right-width:13px;right:100%}html.theme-dark .tooltip-yV2Az0ZG:not(.right-yV2Az0ZG):after{border-right-color:#1e222d}.tooltip-yV2Az0ZG.right-yV2Az0ZG:before{border-color:#0000 #0000 #0000 #fff;border-left-width:13px;left:100%}html.theme-dark .tooltip-yV2Az0ZG.right-yV2Az0ZG:before{border-left-color:#1e222d}.text-_0F_ups3{font-feature-settings:"tnum" on,"lnum" on;color:#131722;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-size:14px;line-height:18px;max-width:244px;min-width:25px;padding:12px}html.theme-dark .text-_0F_ups3{color:#d1d4dc}
|
||||
1
charting_library/bundles/2984.4082296827cdc2ce3974.css
Normal file
1
charting_library/bundles/2984.4082296827cdc2ce3974.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
5
charting_library/bundles/3016.1dc744fe35e3e3b00f00.js
Normal file
5
charting_library/bundles/3016.1dc744fe35e3e3b00f00.js
Normal file
@@ -0,0 +1,5 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3016],{19175:t=>{t.exports={dialog:"dialog-CPGBbsmc",rounded:"rounded-CPGBbsmc",shadowed:"shadowed-CPGBbsmc",fullscreen:"fullscreen-CPGBbsmc",darker:"darker-CPGBbsmc",backdrop:"backdrop-CPGBbsmc"}},8326:t=>{t.exports={"tablet-normal-breakpoint":"screen and (max-width: 768px)","tooltip-offset":"20px",dialog:"dialog-qyCw0PaN",dragging:"dragging-qyCw0PaN",dialogAnimatedAppearance:"dialogAnimatedAppearance-qyCw0PaN",dialogAnimation:"dialogAnimation-qyCw0PaN",dialogTooltip:"dialogTooltip-qyCw0PaN"}},95711:(t,e,i)=>{"use strict";i.d(e,{PopupContext:()=>s});const s=i(50959).createContext(null)},63016:(t,e,i)=>{"use strict";i.d(e,{PopupDialog:()=>M});var s=i(50959),o=i(97754),n=i(50151),a=i(50655),r=i(67961),l=i(90186),h=i(19175);class c extends s.PureComponent{constructor(){super(...arguments),this._manager=new r.OverlapManager,this._handleSlot=t=>{this._manager.setContainer(t)}}render(){const{rounded:t=!0,shadowed:e=!0,fullscreen:i=!1,darker:n=!1,className:r,backdrop:c,containerTabIndex:d=-1}=this.props,u=o(r,h.dialog,t&&h.rounded,e&&h.shadowed,i&&h.fullscreen,n&&h.darker),p=(0,l.filterDataProps)(this.props),g=this.props.style?{...this._createStyles(),...this.props.style}:this._createStyles();return s.createElement(s.Fragment,null,s.createElement(a.SlotContext.Provider,{value:this._manager},c&&s.createElement("div",{onClick:this.props.onClickBackdrop,className:h.backdrop}),s.createElement("div",{...p,className:u,style:g,ref:this.props.reference,onFocus:this.props.onFocus,onMouseDown:this.props.onMouseDown,onMouseUp:this.props.onMouseUp,onClick:this.props.onClick,onKeyDown:this.props.onKeyDown,tabIndex:d,"aria-label":this.props.containerAriaLabel},this.props.children)),s.createElement(a.Slot,{reference:this._handleSlot}))}_createStyles(){const{bottom:t,left:e,width:i,right:s,top:o,zIndex:n,height:a}=this.props;return{bottom:t,left:e,right:s,top:o,zIndex:n,maxWidth:i,height:a}}}var d=i(86431),u=i(76594),p=i(37160);function g(t,e,i,s){return t+e>s&&(t=s-e),t<i&&(t=i),t}function _(t){return{x:(0,p.clamp)(t.x,20,document.documentElement.clientWidth-20),y:(0,p.clamp)(t.y,20,window.innerHeight-20)}}function m(t){return{x:t.clientX,y:t.clientY}}function f(t){return{x:t.touches[0].clientX,y:t.touches[0].clientY}}class v{constructor(t,e,i={boundByScreen:!0}){this._drag=null,this._canBeTouchClick=!1,this._frame=null,this._onMouseDragStart=t=>{if(0!==t.button||this._isTargetNoDraggable(t))return;t.preventDefault(),document.addEventListener("mousemove",this._onMouseDragMove),document.addEventListener("mouseup",this._onMouseDragEnd);const e=_(m(t));this._dragStart(e)},this._onTouchDragStart=t=>{if(this._isTargetNoDraggable(t))return;this._canBeTouchClick=!0,t.preventDefault(),this._header.addEventListener("touchmove",this._onTouchDragMove,{passive:!1});const e=_(f(t));this._dragStart(e)},this._onMouseDragEnd=t=>{t.target instanceof Node&&this._header.contains(t.target)&&t.preventDefault(),document.removeEventListener("mousemove",this._onMouseDragMove),
|
||||
document.removeEventListener("mouseup",this._onMouseDragEnd),this._onDragStop()},this._onTouchDragEnd=t=>{this._header.removeEventListener("touchmove",this._onTouchDragMove),this._onDragStop(),this._canBeTouchClick&&(this._canBeTouchClick=!1,function(t){if(t instanceof SVGElement){const e=document.createEvent("SVGEvents");e.initEvent("click",!0,!0),t.dispatchEvent(e)}t instanceof HTMLElement&&t.click()}(t.target))},this._onMouseDragMove=t=>{const e=_(m(t));this._dragMove(e)},this._onTouchDragMove=t=>{this._canBeTouchClick=!1,t.preventDefault();const e=_(f(t));this._dragMove(e)},this._onDragStop=()=>{this._drag=null,this._header.classList.remove("dragging"),this._options.onDragEnd&&this._options.onDragEnd()},this._dialog=t,this._header=e,this._options=i,this._header.addEventListener("mousedown",this._onMouseDragStart),this._header.addEventListener("touchstart",this._onTouchDragStart),this._header.addEventListener("touchend",this._onTouchDragEnd)}destroy(){null!==this._frame&&cancelAnimationFrame(this._frame),this._header.removeEventListener("mousedown",this._onMouseDragStart),document.removeEventListener("mouseup",this._onMouseDragEnd),this._header.removeEventListener("touchstart",this._onTouchDragStart),this._header.removeEventListener("touchend",this._onTouchDragEnd),document.removeEventListener("mouseleave",this._onMouseDragEnd)}updateOptions(t){this._options=t}_dragStart(t){const e=this._dialog.getBoundingClientRect();this._drag={startX:t.x,startY:t.y,finishX:t.x,finishY:t.y,dialogX:e.left,dialogY:e.top};const i=Math.round(e.left),s=Math.round(e.top);this._dialog.style.transform=`translate(${i}px, ${s}px)`,this._header.classList.add("dragging"),this._options.onDragStart&&this._options.onDragStart()}_dragMove(t){if(this._drag){if(this._drag.finishX=t.x,this._drag.finishY=t.y,null!==this._frame)return;this._frame=requestAnimationFrame((()=>{if(this._drag){const e=t.x-this._drag.startX,i=t.y-this._drag.startY;this._moveDialog(this._drag.dialogX+e,this._drag.dialogY+i)}this._frame=null}))}}_moveDialog(t,e){const i=this._dialog.getBoundingClientRect(),{boundByScreen:s}=this._options,o=g(t,i.width,s?0:-1/0,s?window.innerWidth:1/0),n=g(e,i.height,s?0:-1/0,s?window.innerHeight:1/0);this._dialog.style.transform=`translate(${Math.round(o)}px, ${Math.round(n)}px)`}_isTargetNoDraggable(t){return t.target instanceof Element&&null!==t.target.closest("[data-disable-drag]")}}const y={vertical:0};class D{constructor(t,e){this._frame=null,this._isFullscreen=!1,this._handleResize=()=>{null===this._frame&&(this._frame=requestAnimationFrame((()=>{this.recalculateBounds(),this._frame=null})))},this._dialog=t,this._guard=e.guard||y,this._calculateDialogPosition=e.calculateDialogPosition,this._initialHeight=t.style.height,window.addEventListener("resize",this._handleResize)}updateOptions(t){this._guard=t.guard||y,this._calculateDialogPosition=t.calculateDialogPosition}setFullscreen(t){this._isFullscreen!==t&&(this._isFullscreen=t,this.recalculateBounds())}centerAndFit(){
|
||||
const{x:t,y:e}=this.getDialogsTopLeftCoordinates(),i=this._calcAvailableHeight(),s=this._calcDialogHeight();if(i===s)if(this._calculateDialogPosition){const{left:t,top:e}=this._calculateDialogPosition(this._dialog,document.documentElement,this._guard);this._dialog.style.transform=`translate(${Math.round(t)}px, ${Math.round(e)}px)`}else this._dialog.style.height=s+"px";this._dialog.style.top="0px",this._dialog.style.left="0px",this._dialog.style.transform=`translate(${t}px, ${e}px)`}getDialogsTopLeftCoordinates(){const{clientHeight:t,clientWidth:e}=document.documentElement,i=this._calcDialogHeight(),s=e/2-this._dialog.clientWidth/2,o=t/2-i/2;return{x:Math.round(s),y:Math.round(o)}}recalculateBounds(){const{clientHeight:t,clientWidth:e}=document.documentElement;if(this._isFullscreen)this._dialog.style.top="0px",this._dialog.style.left="0px",this._dialog.style.width="100%",this._dialog.style.height="100%",this._dialog.style.transform="none";else{const{vertical:i}=this._guard;if(this._calculateDialogPosition){const s=this._calculateDialogPosition(this._dialog,{clientWidth:e,clientHeight:t},{vertical:i}),{left:o,top:n}=s;this._dialog.style.transform=`translate(${Math.round(o)}px, ${Math.round(n)}px)`}else{this._dialog.style.width="",this._dialog.style.height="";const s=this._dialog.getBoundingClientRect(),o=t-2*i,n=g(s.left,s.width,0,e),a=g(s.top,s.height,i,t);this._dialog.style.top="0px",this._dialog.style.left="0px",this._dialog.style.transform=`translate(${Math.round(n)}px, ${Math.round(a)}px)`,this._dialog.style.height=o<s.height?o+"px":this._initialHeight}}}destroy(){window.removeEventListener("resize",this._handleResize),null!==this._frame&&(cancelAnimationFrame(this._frame),this._frame=null)}_calcDialogHeight(){const t=this._calcAvailableHeight();return t<this._dialog.clientHeight?t:this._dialog.clientHeight}_calcAvailableHeight(){return document.documentElement.clientHeight-2*this._guard.vertical}}var E=i(65718),x=i(95711),S=i(99054),T=i(8326);T["tooltip-offset"];class b extends s.PureComponent{constructor(t){super(t),this._dialog=null,this._cleanUpFunctions=[],this._prevActiveElement=null,this._handleDialogRef=t=>{const{reference:e}=this.props;this._dialog=t,"function"==typeof e&&e(t)},this._handleFocus=t=>{this._moveToTop()},this._handleMouseDown=t=>{this._moveToTop()},this._handleTouchStart=t=>{this._moveToTop()},this.state={canFitTooltip:!1}}render(){return s.createElement(x.PopupContext.Provider,{value:this},s.createElement(u.OutsideEvent,{mouseDown:!0,touchStart:!0,handler:this.props.onClickOutside},(t=>s.createElement("div",{ref:t,"data-outside-boundary-for":this.props.name,onFocus:this._handleFocus,onMouseDown:this._handleMouseDown,onTouchStart:this._handleTouchStart,"data-dialog-name":this.props["data-dialog-name"]},s.createElement(c,{style:this._applyAnimationCSSVariables(),...this.props,reference:this._handleDialogRef,className:o(T.dialog,this.props.className)},!1,this.props.children)))))}componentDidMount(){const{draggable:t,boundByScreen:e,onDragStart:i}=this.props,s=(0,n.ensureNotNull)(this._dialog)
|
||||
;if(t){const t=s.querySelector("[data-dragg-area]");if(t&&t instanceof HTMLElement){const o=new v(s,t,{boundByScreen:Boolean(e),onDragStart:i});this._cleanUpFunctions.push((()=>o.destroy())),this._drag=o}}this._prevActiveElement=document.activeElement,this.props.autofocus&&!s.contains(document.activeElement)&&s.focus(),(this._isFullScreen()||this.props.fixedBody)&&(0,S.setFixedBodyState)(!0);const{guard:o,calculateDialogPosition:a}=this.props;if(this.props.resizeHandler)this._resize=this.props.resizeHandler;else{const t=new D(s,{guard:o,calculateDialogPosition:a});this._cleanUpFunctions.push((()=>t.destroy())),this._resize=t}this.props.isAnimationEnabled&&this.props.growPoint&&this._applyAppearanceAnimation(this.props.growPoint),this.props.centeredOnMount&&this._resize.centerAndFit(),this._resize.setFullscreen(this._isFullScreen()),this.props.shouldForceFocus&&s.focus()}componentDidUpdate(){if(this._resize){const{guard:t,calculateDialogPosition:e}=this.props;this._resize.updateOptions({guard:t,calculateDialogPosition:e}),this._resize.setFullscreen(this._isFullScreen())}this._drag&&this._drag.updateOptions({boundByScreen:Boolean(this.props.boundByScreen),onDragStart:this.props.onDragStart})}componentWillUnmount(){var t;if(this.props.shouldReturnFocus&&this._prevActiveElement&&document.body.contains(this._prevActiveElement)&&(null===document.activeElement||document.activeElement===document.body||(null===(t=this._dialog)||void 0===t?void 0:t.contains(document.activeElement))))try{this._prevActiveElement.focus({preventScroll:!0})}catch(t){}for(const t of this._cleanUpFunctions)t();(this._isFullScreen()||this.props.fixedBody)&&(0,S.setFixedBodyState)(!1)}focus(){this._dialog&&this._dialog.focus()}centerAndFit(){this._resize&&this._resize.centerAndFit()}recalculateBounds(){this._resize&&this._resize.recalculateBounds()}_moveToTop(){null!==this.context&&this.context.moveToTop()}_applyAnimationCSSVariables(){return{"--animationTranslateStartX":null,"--animationTranslateStartY":null,"--animationTranslateEndX":null,"--animationTranslateEndY":null}}_applyAppearanceAnimation(t){if(this._resize&&this._dialog){const{x:e,y:i}=t,{x:s,y:o}=this._resize.getDialogsTopLeftCoordinates();this._dialog.style.setProperty("--animationTranslateStartX",`${e}px`),this._dialog.style.setProperty("--animationTranslateStartY",`${i}px`),this._dialog.style.setProperty("--animationTranslateEndX",`${s}px`),this._dialog.style.setProperty("--animationTranslateEndY",`${o}px`),this._dialog.classList.add(T.dialogAnimatedAppearance)}}_handleTooltipFit(){0}_isFullScreen(){return Boolean(this.props.fullscreen)}}b.contextType=E.PortalContext,b.defaultProps={boundByScreen:!0,draggable:!0,centeredOnMount:!0,shouldReturnFocus:!0};const M=(0,d.makeOverlapable)(b)},76594:(t,e,i)=>{"use strict";i.d(e,{OutsideEvent:()=>o});var s=i(36383);function o(t){const{children:e,...i}=t;return e((0,s.useOutsideEvent)(i))}},86431:(t,e,i)=>{"use strict";i.d(e,{makeOverlapable:()=>n});var s=i(50959),o=i(65718);function n(t){return class extends s.PureComponent{render(){
|
||||
const{isOpened:e,root:i}=this.props;if(!e)return null;const n=s.createElement(t,{...this.props,zIndex:150});return"parent"===i?n:s.createElement(o.Portal,null,n)}}}}}]);
|
||||
@@ -1,5 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3016],{36612:t=>{t.exports={dialog:"dialog-nnDbXk_L",rounded:"rounded-nnDbXk_L",shadowed:"shadowed-nnDbXk_L",fullscreen:"fullscreen-nnDbXk_L",darker:"darker-nnDbXk_L",backdrop:"backdrop-nnDbXk_L"}},19283:t=>{t.exports={"tablet-normal-breakpoint":"screen and (max-width: 768px)","tooltip-offset":"20px",dialog:"dialog-UExGRfA_",dragging:"dragging-UExGRfA_",dialogAnimatedAppearance:"dialogAnimatedAppearance-UExGRfA_",dialogAnimation:"dialogAnimation-UExGRfA_",dialogTooltip:"dialogTooltip-UExGRfA_"}},95711:(t,e,i)=>{"use strict";i.d(e,{PopupContext:()=>s});const s=i(50959).createContext(null)},63016:(t,e,i)=>{"use strict";i.d(e,{PopupDialog:()=>M});var s=i(50959),n=i(97754),o=i(50151),a=i(50655),r=i(88216),l=i(90186),h=i(36612);class d extends s.PureComponent{constructor(){super(...arguments),this._manager=new r.OverlapManager,this._handleSlot=t=>{this._manager.setContainer(t)}}render(){const{rounded:t=!0,shadowed:e=!0,fullscreen:i=!1,darker:o=!1,className:r,backdrop:d,containerTabIndex:c=-1}=this.props,u=n(r,h.dialog,t&&h.rounded,e&&h.shadowed,i&&h.fullscreen,o&&h.darker),p=(0,l.filterDataProps)(this.props),g=this.props.style?{...this._createStyles(),...this.props.style}:this._createStyles();return s.createElement(s.Fragment,null,s.createElement(a.SlotContext.Provider,{value:this._manager},d&&s.createElement("div",{onClick:this.props.onClickBackdrop,className:h.backdrop}),s.createElement("div",{...p,className:u,style:g,ref:this.props.reference,onFocus:this.props.onFocus,onMouseDown:this.props.onMouseDown,onMouseUp:this.props.onMouseUp,onClick:this.props.onClick,onKeyDown:this.props.onKeyDown,tabIndex:c,"aria-label":this.props.containerAriaLabel},this.props.children)),s.createElement(a.Slot,{reference:this._handleSlot}))}_createStyles(){const{bottom:t,left:e,width:i,right:s,top:n,zIndex:o,height:a}=this.props;return{bottom:t,left:e,right:s,top:n,zIndex:o,maxWidth:i,height:a}}}var c=i(86431),u=i(76594),p=i(91031);function g(t,e,i,s){return t+e>s&&(t=s-e),t<i&&(t=i),t}function _(t){return{x:(0,p.clamp)(t.x,20,document.documentElement.clientWidth-20),y:(0,p.clamp)(t.y,20,window.innerHeight-20)}}function m(t){return{x:t.clientX,y:t.clientY}}function f(t){return{x:t.touches[0].clientX,y:t.touches[0].clientY}}class v{constructor(t,e,i={boundByScreen:!0}){this._drag=null,this._canBeTouchClick=!1,this._frame=null,this._onMouseDragStart=t=>{if(0!==t.button||this._isTargetNoDraggable(t))return;t.preventDefault(),document.addEventListener("mousemove",this._onMouseDragMove),document.addEventListener("mouseup",this._onMouseDragEnd);const e=_(m(t));this._dragStart(e)},this._onTouchDragStart=t=>{if(this._isTargetNoDraggable(t))return;this._canBeTouchClick=!0,t.preventDefault(),this._header.addEventListener("touchmove",this._onTouchDragMove,{passive:!1});const e=_(f(t));this._dragStart(e)},this._onMouseDragEnd=t=>{t.target instanceof Node&&this._header.contains(t.target)&&t.preventDefault(),document.removeEventListener("mousemove",this._onMouseDragMove),
|
||||
document.removeEventListener("mouseup",this._onMouseDragEnd),this._onDragStop()},this._onTouchDragEnd=t=>{this._header.removeEventListener("touchmove",this._onTouchDragMove),this._onDragStop(),this._canBeTouchClick&&(this._canBeTouchClick=!1,function(t){if(t instanceof SVGElement){const e=document.createEvent("SVGEvents");e.initEvent("click",!0,!0),t.dispatchEvent(e)}t instanceof HTMLElement&&t.click()}(t.target))},this._onMouseDragMove=t=>{const e=_(m(t));this._dragMove(e)},this._onTouchDragMove=t=>{this._canBeTouchClick=!1,t.preventDefault();const e=_(f(t));this._dragMove(e)},this._onDragStop=()=>{this._drag=null,this._header.classList.remove("dragging")},this._dialog=t,this._header=e,this._options=i,this._header.addEventListener("mousedown",this._onMouseDragStart),this._header.addEventListener("touchstart",this._onTouchDragStart),this._header.addEventListener("touchend",this._onTouchDragEnd)}destroy(){null!==this._frame&&cancelAnimationFrame(this._frame),this._header.removeEventListener("mousedown",this._onMouseDragStart),document.removeEventListener("mouseup",this._onMouseDragEnd),this._header.removeEventListener("touchstart",this._onTouchDragStart),this._header.removeEventListener("touchend",this._onTouchDragEnd),document.removeEventListener("mouseleave",this._onMouseDragEnd)}updateOptions(t){this._options=t}_dragStart(t){const e=this._dialog.getBoundingClientRect();this._drag={startX:t.x,startY:t.y,finishX:t.x,finishY:t.y,dialogX:e.left,dialogY:e.top};const i=Math.round(e.left),s=Math.round(e.top);this._dialog.style.transform=`translate(${i}px, ${s}px)`,this._header.classList.add("dragging"),this._options.onDragStart&&this._options.onDragStart()}_dragMove(t){if(this._drag){if(this._drag.finishX=t.x,this._drag.finishY=t.y,null!==this._frame)return;this._frame=requestAnimationFrame((()=>{if(this._drag){const e=t.x-this._drag.startX,i=t.y-this._drag.startY;this._moveDialog(this._drag.dialogX+e,this._drag.dialogY+i)}this._frame=null}))}}_moveDialog(t,e){const i=this._dialog.getBoundingClientRect(),{boundByScreen:s}=this._options,n=g(t,i.width,s?0:-1/0,s?window.innerWidth:1/0),o=g(e,i.height,s?0:-1/0,s?window.innerHeight:1/0);this._dialog.style.transform=`translate(${Math.round(n)}px, ${Math.round(o)}px)`}_isTargetNoDraggable(t){return t.target instanceof Element&&null!==t.target.closest("[data-disable-drag]")}}const D={vertical:0};class y{constructor(t,e){this._frame=null,this._isFullscreen=!1,this._handleResize=()=>{null===this._frame&&(this._frame=requestAnimationFrame((()=>{this.recalculateBounds(),this._frame=null})))},this._dialog=t,this._guard=e.guard||D,this._calculateDialogPosition=e.calculateDialogPosition,this._initialHeight=t.style.height,window.addEventListener("resize",this._handleResize)}updateOptions(t){this._guard=t.guard||D,this._calculateDialogPosition=t.calculateDialogPosition}setFullscreen(t){this._isFullscreen!==t&&(this._isFullscreen=t,this.recalculateBounds())}centerAndFit(){const{x:t,y:e}=this.getDialogsTopLeftCoordinates(),i=this._calcAvailableHeight(),s=this._calcDialogHeight()
|
||||
;if(i===s)if(this._calculateDialogPosition){const{left:t,top:e}=this._calculateDialogPosition(this._dialog,document.documentElement,this._guard);this._dialog.style.transform=`translate(${Math.round(t)}px, ${Math.round(e)}px)`}else this._dialog.style.height=s+"px";this._dialog.style.top="0px",this._dialog.style.left="0px",this._dialog.style.transform=`translate(${t}px, ${e}px)`}getDialogsTopLeftCoordinates(){const{clientHeight:t,clientWidth:e}=document.documentElement,i=this._calcDialogHeight(),s=e/2-this._dialog.clientWidth/2,n=t/2-i/2;return{x:Math.round(s),y:Math.round(n)}}recalculateBounds(){const{clientHeight:t,clientWidth:e}=document.documentElement;if(this._isFullscreen)this._dialog.style.top="0px",this._dialog.style.left="0px",this._dialog.style.width="100%",this._dialog.style.height="100%",this._dialog.style.transform="none";else{const{vertical:i}=this._guard;if(this._calculateDialogPosition){const s=this._calculateDialogPosition(this._dialog,{clientWidth:e,clientHeight:t},{vertical:i}),{left:n,top:o}=s;this._dialog.style.transform=`translate(${Math.round(n)}px, ${Math.round(o)}px)`}else{this._dialog.style.width="",this._dialog.style.height="";const s=this._dialog.getBoundingClientRect(),n=t-2*i,o=g(s.left,s.width,0,e),a=g(s.top,s.height,i,t);this._dialog.style.top="0px",this._dialog.style.left="0px",this._dialog.style.transform=`translate(${Math.round(o)}px, ${Math.round(a)}px)`,this._dialog.style.height=n<s.height?n+"px":this._initialHeight}}}destroy(){window.removeEventListener("resize",this._handleResize),null!==this._frame&&(cancelAnimationFrame(this._frame),this._frame=null)}_calcDialogHeight(){const t=this._calcAvailableHeight();return t<this._dialog.clientHeight?t:this._dialog.clientHeight}_calcAvailableHeight(){return document.documentElement.clientHeight-2*this._guard.vertical}}var E=i(65718),x=i(95711),S=i(99054),T=i(19283);T["tooltip-offset"];class b extends s.PureComponent{constructor(t){super(t),this._dialog=null,this._cleanUpFunctions=[],this._prevActiveElement=null,this._handleDialogRef=t=>{const{reference:e}=this.props;this._dialog=t,"function"==typeof e&&e(t)},this._handleFocus=t=>{this._moveToTop()},this._handleMouseDown=t=>{this._moveToTop()},this._handleTouchStart=t=>{this._moveToTop()},this.state={canFitTooltip:!1}}render(){return s.createElement(x.PopupContext.Provider,{value:this},s.createElement(u.OutsideEvent,{mouseDown:!0,touchStart:!0,handler:this.props.onClickOutside},(t=>s.createElement("div",{ref:t,"data-outside-boundary-for":this.props.name,onFocus:this._handleFocus,onMouseDown:this._handleMouseDown,onTouchStart:this._handleTouchStart,"data-dialog-name":this.props["data-dialog-name"]},s.createElement(d,{style:this._applyAnimationCSSVariables(),...this.props,reference:this._handleDialogRef,className:n(T.dialog,this.props.className)},!1,this.props.children)))))}componentDidMount(){const{draggable:t,boundByScreen:e,onDragStart:i}=this.props,s=(0,o.ensureNotNull)(this._dialog);if(t){const t=s.querySelector("[data-dragg-area]");if(t&&t instanceof HTMLElement){const n=new v(s,t,{
|
||||
boundByScreen:Boolean(e),onDragStart:i});this._cleanUpFunctions.push((()=>n.destroy())),this._drag=n}}this._prevActiveElement=document.activeElement,this.props.autofocus&&!s.contains(document.activeElement)&&s.focus(),(this._isFullScreen()||this.props.fixedBody)&&(0,S.setFixedBodyState)(!0);const{guard:n,calculateDialogPosition:a}=this.props;if(this.props.resizeHandler)this._resize=this.props.resizeHandler;else{const t=new y(s,{guard:n,calculateDialogPosition:a});this._cleanUpFunctions.push((()=>t.destroy())),this._resize=t}this.props.isAnimationEnabled&&this.props.growPoint&&this._applyAppearanceAnimation(this.props.growPoint),this.props.centeredOnMount&&this._resize.centerAndFit(),this._resize.setFullscreen(this._isFullScreen()),this.props.shouldForceFocus&&s.focus()}componentDidUpdate(){if(this._resize){const{guard:t,calculateDialogPosition:e}=this.props;this._resize.updateOptions({guard:t,calculateDialogPosition:e}),this._resize.setFullscreen(this._isFullScreen())}this._drag&&this._drag.updateOptions({boundByScreen:Boolean(this.props.boundByScreen),onDragStart:this.props.onDragStart})}componentWillUnmount(){var t;if(this._prevActiveElement&&document.body.contains(this._prevActiveElement)&&(null===document.activeElement||document.activeElement===document.body||(null===(t=this._dialog)||void 0===t?void 0:t.contains(document.activeElement))))try{this._prevActiveElement.focus({preventScroll:!0})}catch(t){}for(const t of this._cleanUpFunctions)t();(this._isFullScreen()||this.props.fixedBody)&&(0,S.setFixedBodyState)(!1)}focus(){this._dialog&&this._dialog.focus()}centerAndFit(){this._resize&&this._resize.centerAndFit()}recalculateBounds(){this._resize&&this._resize.recalculateBounds()}_moveToTop(){null!==this.context&&this.context.moveToTop()}_applyAnimationCSSVariables(){return{"--animationTranslateStartX":null,"--animationTranslateStartY":null,"--animationTranslateEndX":null,"--animationTranslateEndY":null}}_applyAppearanceAnimation(t){if(this._resize&&this._dialog){const{x:e,y:i}=t,{x:s,y:n}=this._resize.getDialogsTopLeftCoordinates();this._dialog.style.setProperty("--animationTranslateStartX",`${e}px`),this._dialog.style.setProperty("--animationTranslateStartY",`${i}px`),this._dialog.style.setProperty("--animationTranslateEndX",`${s}px`),this._dialog.style.setProperty("--animationTranslateEndY",`${n}px`),this._dialog.classList.add(T.dialogAnimatedAppearance)}}_handleTooltipFit(){0}_isFullScreen(){return Boolean(this.props.fullscreen)}}b.contextType=E.PortalContext,b.defaultProps={boundByScreen:!0,draggable:!0,centeredOnMount:!0};const M=(0,c.makeOverlapable)(b)},76594:(t,e,i)=>{"use strict";i.d(e,{OutsideEvent:()=>n});var s=i(58095);function n(t){const{children:e,...i}=t;return e((0,s.useOutsideEvent)(i))}},86431:(t,e,i)=>{"use strict";i.d(e,{makeOverlapable:()=>o});var s=i(50959),n=i(65718);function o(t){return class extends s.PureComponent{render(){const{isOpened:e,root:i}=this.props;if(!e)return null;const o=s.createElement(t,{...this.props,zIndex:150});return"parent"===i?o:s.createElement(n.Portal,null,o)}}}}
|
||||
}]);
|
||||
@@ -1 +0,0 @@
|
||||
.slider-n4RgAWzv{height:var(--tv-dialog-tabs-slider-height,4px)}.slider-n4RgAWzv,html.theme-dark .slider-n4RgAWzv{background-color:initial}.slider-n4RgAWzv .inner-n4RgAWzv{background-color:#2962ff;border-radius:var(--tv-dialog-tabs-border-radius,0);height:100%;margin:0 14px}html.theme-sa .slider-n4RgAWzv .inner-n4RgAWzv{background-color:#ff7200}html.theme-dark .slider-n4RgAWzv .inner-n4RgAWzv{background-color:#2962ff}.scrollWrap-Rf5MOAG5{flex:0 0 auto;height:var(--tv-dialog-tabs-height,33px)}.tabsWrap-Rf5MOAG5{display:inline-block;height:100%}.tabs-Rf5MOAG5{box-sizing:border-box;font-size:16px;height:100%;padding:0 6px}.tabs-Rf5MOAG5:before{background:var(--tv-dialog-tabs-separator-color,#e0e3eb);border-radius:var(--tv-dialog-tabs-border-radius,0);bottom:0;content:"";display:block;height:var(--tv-dialog-tabs-separator-width,1px);left:var(--tv-dialog-tabs-separator-margin,0);pointer-events:none;position:absolute;right:var(--tv-dialog-tabs-separator-margin,0)}html.theme-dark .tabs-Rf5MOAG5:before{background:var(--tv-dialog-tabs-separator-color,#434651)}.tabs-Rf5MOAG5.withoutBorder-Rf5MOAG5:before{display:none}.tab-Rf5MOAG5{border-bottom-width:0;cursor:default;flex:none;padding:var(--tv-dialog-tabs-tab-padding-top,0) 14px 14px}@media (any-hover:hover){.tab-Rf5MOAG5.withHover-Rf5MOAG5:hover,html.theme-dark .tab-Rf5MOAG5.withHover-Rf5MOAG5:hover{color:#1e53e5}}.headerBottomSeparator-Rf5MOAG5{border-bottom:var(--tv-dialog-tabs-separator-width,1px) solid var(--tv-dialog-tabs-separator-color,#e0e3eb);border-radius:var(--tv-dialog-tabs-border-radius,0);left:var(--tv-dialog-tabs-separator-margin,0);position:relative;top:100%;width:calc(100% - var(--tv-dialog-tabs-separator-margin, 0)*2)}html.theme-dark .headerBottomSeparator-Rf5MOAG5{border-bottom:var(--tv-dialog-tabs-separator-width,1px) solid var(--tv-dialog-tabs-separator-color,#434651)}.fadeWithoutSlider-Rf5MOAG5{height:calc(100% - var(--tv-dialog-tabs-slider-height, 4px))}.withBadge-Rf5MOAG5{position:relative}.withBadge-Rf5MOAG5:after{background-color:#f7525f;border-radius:50%;box-sizing:border-box;content:"";height:8px;position:absolute;right:2px;top:2px;width:8px}html.theme-dark .withBadge-Rf5MOAG5:after{background-color:#cc2f3c}
|
||||
@@ -1 +0,0 @@
|
||||
.slider-n4RgAWzv{height:var(--tv-dialog-tabs-slider-height,4px)}.slider-n4RgAWzv,html.theme-dark .slider-n4RgAWzv{background-color:initial}.slider-n4RgAWzv .inner-n4RgAWzv{background-color:#2962ff;border-radius:var(--tv-dialog-tabs-border-radius,0);height:100%;margin:0 14px}html.theme-sa .slider-n4RgAWzv .inner-n4RgAWzv{background-color:#ff7200}html.theme-dark .slider-n4RgAWzv .inner-n4RgAWzv{background-color:#2962ff}.scrollWrap-Rf5MOAG5{flex:0 0 auto;height:var(--tv-dialog-tabs-height,33px)}.tabsWrap-Rf5MOAG5{display:inline-block;height:100%}.tabs-Rf5MOAG5{box-sizing:border-box;font-size:16px;height:100%;padding:0 6px}.tabs-Rf5MOAG5:before{background:var(--tv-dialog-tabs-separator-color,#e0e3eb);border-radius:var(--tv-dialog-tabs-border-radius,0);bottom:0;content:"";display:block;height:var(--tv-dialog-tabs-separator-width,1px);left:var(--tv-dialog-tabs-separator-margin,0);pointer-events:none;position:absolute;right:var(--tv-dialog-tabs-separator-margin,0)}html.theme-dark .tabs-Rf5MOAG5:before{background:var(--tv-dialog-tabs-separator-color,#434651)}.tabs-Rf5MOAG5.withoutBorder-Rf5MOAG5:before{display:none}.tab-Rf5MOAG5{border-bottom-width:0;cursor:default;flex:none;padding:var(--tv-dialog-tabs-tab-padding-top,0) 14px 14px}@media (any-hover:hover){.tab-Rf5MOAG5.withHover-Rf5MOAG5:hover,html.theme-dark .tab-Rf5MOAG5.withHover-Rf5MOAG5:hover{color:#1e53e5}}.headerBottomSeparator-Rf5MOAG5{border-bottom:var(--tv-dialog-tabs-separator-width,1px) solid var(--tv-dialog-tabs-separator-color,#e0e3eb);border-radius:var(--tv-dialog-tabs-border-radius,0);position:relative;right:var(--tv-dialog-tabs-separator-margin,0);top:100%;width:calc(100% - var(--tv-dialog-tabs-separator-margin, 0)*2)}html.theme-dark .headerBottomSeparator-Rf5MOAG5{border-bottom:var(--tv-dialog-tabs-separator-width,1px) solid var(--tv-dialog-tabs-separator-color,#434651)}.fadeWithoutSlider-Rf5MOAG5{height:calc(100% - var(--tv-dialog-tabs-slider-height, 4px))}.withBadge-Rf5MOAG5{position:relative}.withBadge-Rf5MOAG5:after{background-color:#f7525f;border-radius:50%;box-sizing:border-box;content:"";height:8px;left:2px;position:absolute;top:2px;width:8px}html.theme-dark .withBadge-Rf5MOAG5:after{background-color:#cc2f3c}
|
||||
1
charting_library/bundles/3066.dc07d1c6b25360d267dd.css
Normal file
1
charting_library/bundles/3066.dc07d1c6b25360d267dd.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
5
charting_library/bundles/3179.f9de135d1febd7be2652.js
Normal file
5
charting_library/bundles/3179.f9de135d1febd7be2652.js
Normal file
@@ -0,0 +1,5 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3179],{40191:e=>{e.exports={menuWrap:"menuWrap-Kq3ruQo8",isMeasuring:"isMeasuring-Kq3ruQo8",scrollWrap:"scrollWrap-Kq3ruQo8",momentumBased:"momentumBased-Kq3ruQo8",menuBox:"menuBox-Kq3ruQo8",isHidden:"isHidden-Kq3ruQo8"}},36383:(e,t,n)=>{"use strict";n.d(t,{useOutsideEvent:()=>r});var s=n(50959),i=n(27267);function r(e){const{click:t,mouseDown:n,touchEnd:r,touchStart:o,handler:l,reference:a,ownerDocument:u=document}=e,c=(0,s.useRef)(null),d=(0,s.useRef)(new CustomEvent("timestamp").timeStamp);return(0,s.useLayoutEffect)((()=>{const e={click:t,mouseDown:n,touchEnd:r,touchStart:o},s=a?a.current:c.current;return(0,i.addOutsideEventListener)(d.current,s,l,u,e)}),[t,n,r,o,l]),a||c}},9745:(e,t,n)=>{"use strict";n.d(t,{Icon:()=>i});var s=n(50959);const i=s.forwardRef(((e,t)=>{const{icon:n="",...i}=e;return s.createElement("span",{...i,ref:t,dangerouslySetInnerHTML:{__html:n}})}))},83021:(e,t,n)=>{"use strict";n.d(t,{SubmenuContext:()=>i,SubmenuHandler:()=>r});var s=n(50959);const i=s.createContext(null);function r(e){const[t,n]=(0,s.useState)(null),r=(0,s.useRef)(null),o=(0,s.useRef)(new Map);return(0,s.useEffect)((()=>()=>{null!==r.current&&clearTimeout(r.current)}),[]),s.createElement(i.Provider,{value:{current:t,setCurrent:function(e){null!==r.current&&(clearTimeout(r.current),r.current=null);null===t?n(e):r.current=setTimeout((()=>{r.current=null,n(e)}),100)},registerSubmenu:function(e,t){return o.current.set(e,t),()=>{o.current.delete(e)}},isSubmenuNode:function(e){return Array.from(o.current.values()).some((t=>t(e)))}}},e.children)}},67961:(e,t,n)=>{"use strict";n.d(t,{OverlapManager:()=>r,getRootOverlapManager:()=>l});var s=n(50151);class i{constructor(){this._storage=[]}add(e){this._storage.push(e)}remove(e){this._storage=this._storage.filter((t=>e!==t))}has(e){return this._storage.includes(e)}getItems(){return this._storage}}class r{constructor(e=document){this._storage=new i,this._windows=new Map,this._index=0,this._document=e,this._container=e.createDocumentFragment()}setContainer(e){const t=this._container,n=null===e?this._document.createDocumentFragment():e;!function(e,t){Array.from(e.childNodes).forEach((e=>{e.nodeType===Node.ELEMENT_NODE&&t.appendChild(e)}))}(t,n),this._container=n}registerWindow(e){this._storage.has(e)||this._storage.add(e)}ensureWindow(e,t={position:"fixed",direction:"normal"}){const n=this._windows.get(e);if(void 0!==n)return n;this.registerWindow(e);const s=this._document.createElement("div");if(s.style.position=t.position,s.style.zIndex=this._index.toString(),s.dataset.id=e,void 0!==t.index){const e=this._container.childNodes.length;if(t.index>=e)this._container.appendChild(s);else if(t.index<=0)this._container.insertBefore(s,this._container.firstChild);else{const e=this._container.childNodes[t.index];this._container.insertBefore(s,e)}}else"reverse"===t.direction?this._container.insertBefore(s,this._container.firstChild):this._container.appendChild(s);return this._windows.set(e,s),++this._index,s}unregisterWindow(e){
|
||||
this._storage.remove(e);const t=this._windows.get(e);void 0!==t&&(null!==t.parentElement&&t.parentElement.removeChild(t),this._windows.delete(e))}getZindex(e){const t=this.ensureWindow(e);return parseInt(t.style.zIndex||"0")}moveToTop(e){if(this.getZindex(e)!==this._index){this.ensureWindow(e).style.zIndex=(++this._index).toString()}}removeWindow(e){this.unregisterWindow(e)}}const o=new WeakMap;function l(e=document){const t=e.getElementById("overlap-manager-root");if(null!==t)return(0,s.ensureDefined)(o.get(t));{const t=new r(e),n=function(e){const t=e.createElement("div");return t.style.position="absolute",t.style.zIndex=150..toString(),t.style.top="0px",t.style.left="0px",t.id="overlap-manager-root",t}(e);return o.set(n,t),t.setContainer(n),e.body.appendChild(n),t}}},99054:(e,t,n)=>{"use strict";n.d(t,{setFixedBodyState:()=>u});const s=(()=>{let e;return()=>{var t;if(void 0===e){const n=document.createElement("div"),s=n.style;s.visibility="hidden",s.width="100px",s.msOverflowStyle="scrollbar",document.body.appendChild(n);const i=n.offsetWidth;n.style.overflow="scroll";const r=document.createElement("div");r.style.width="100%",n.appendChild(r);const o=r.offsetWidth;null===(t=n.parentNode)||void 0===t||t.removeChild(n),e=i-o}return e}})();function i(e,t,n){null!==e&&e.style.setProperty(t,n)}function r(e,t){return getComputedStyle(e,null).getPropertyValue(t)}function o(e,t){return parseInt(r(e,t))}let l=0,a=!1;function u(e){const{body:t}=document,n=t.querySelector(".widgetbar-wrap");if(e&&1==++l){const e=r(t,"overflow"),l=o(t,"padding-right");"hidden"!==e.toLowerCase()&&t.scrollHeight>t.offsetHeight&&(i(n,"right",`${s()}px`),t.style.paddingRight=`${l+s()}px`,a=!0),t.classList.add("i-no-scroll")}else if(!e&&l>0&&0==--l&&(t.classList.remove("i-no-scroll"),a)){i(n,"right","0px");let e=0;0,t.scrollHeight<=t.clientHeight&&(e-=s()),t.style.paddingRight=(e<0?0:e)+"px",a=!1}}},90692:(e,t,n)=>{"use strict";n.d(t,{MatchMedia:()=>i});var s=n(50959);class i extends s.PureComponent{constructor(e){super(e),this._handleChange=()=>{this.forceUpdate()},this.state={query:window.matchMedia(this.props.rule)}}componentDidMount(){this._subscribe(this.state.query)}componentDidUpdate(e,t){this.state.query!==t.query&&(this._unsubscribe(t.query),this._subscribe(this.state.query))}componentWillUnmount(){this._unsubscribe(this.state.query)}render(){return this.props.children(this.state.query.matches)}static getDerivedStateFromProps(e,t){return e.rule!==t.query.media?{query:window.matchMedia(e.rule)}:null}_subscribe(e){e.addListener(this._handleChange)}_unsubscribe(e){e.removeListener(this._handleChange)}}},64706:(e,t,n)=>{"use strict";n.d(t,{MenuContext:()=>s});const s=n(50959).createContext(null)},27317:(e,t,n)=>{"use strict";n.d(t,{DEFAULT_MENU_THEME:()=>_,Menu:()=>v});var s=n(50959),i=n(97754),r=n.n(i),o=n(50151),l=n(37160),a=n(21861),u=n(50655),c=n(59064),d=n(67961),h=n(4741),p=n(83021),m=n(64706),f=n(40191);const _=f;class v extends s.PureComponent{constructor(e){super(e),this._containerRef=null,this._scrollWrapRef=null,this._raf=null,
|
||||
this._scrollRaf=null,this._scrollTimeout=void 0,this._manager=new d.OverlapManager,this._hotkeys=null,this._scroll=0,this._handleContainerRef=e=>{this._containerRef=e,this.props.reference&&("function"==typeof this.props.reference&&this.props.reference(e),"object"==typeof this.props.reference&&(this.props.reference.current=e))},this._handleScrollWrapRef=e=>{this._scrollWrapRef=e,"function"==typeof this.props.scrollWrapReference&&this.props.scrollWrapReference(e),"object"==typeof this.props.scrollWrapReference&&(this.props.scrollWrapReference.current=e)},this._handleCustomRemeasureDelegate=()=>{this._resizeForced(),this._handleMeasure()},this._handleMeasure=({callback:e,forceRecalcPosition:t}={})=>{var n,s,i,r,a,u,c,d,h,p,m,f;if(this.state.isMeasureValid&&!t)return;const{position:_}=this.props,v=(0,o.ensureNotNull)(this._containerRef);let g=v.getBoundingClientRect();const y=document.documentElement.clientHeight,x=document.documentElement.clientWidth,C=null!==(n=this.props.closeOnScrollOutsideOffset)&&void 0!==n?n:0;let w=y-0-C;const b=g.height>w;if(b){(0,o.ensureNotNull)(this._scrollWrapRef).style.overflowY="scroll",g=v.getBoundingClientRect()}const{width:M,height:S}=g,W="function"==typeof _?_(M,S,x,y):_,E=null!==(i=null===(s=null==W?void 0:W.indentFromWindow)||void 0===s?void 0:s.left)&&void 0!==i?i:0,R=x-(null!==(r=W.overrideWidth)&&void 0!==r?r:M)-(null!==(u=null===(a=null==W?void 0:W.indentFromWindow)||void 0===a?void 0:a.right)&&void 0!==u?u:0),O=(0,l.clamp)(W.x,E,Math.max(E,R)),N=(null!==(d=null===(c=null==W?void 0:W.indentFromWindow)||void 0===c?void 0:c.top)&&void 0!==d?d:0)+C,D=y-(null!==(h=W.overrideHeight)&&void 0!==h?h:S)-(null!==(m=null===(p=null==W?void 0:W.indentFromWindow)||void 0===p?void 0:p.bottom)&&void 0!==m?m:0);let T=(0,l.clamp)(W.y,N,Math.max(N,D));if(W.forbidCorrectYCoord&&T<W.y&&(w-=W.y-T,T=W.y),t&&void 0!==this.props.closeOnScrollOutsideOffset&&W.y<=this.props.closeOnScrollOutsideOffset)return void this._handleGlobalClose(!0);const P=null!==(f=W.overrideHeight)&&void 0!==f?f:b?w:void 0;this.setState({appearingMenuHeight:t?this.state.appearingMenuHeight:P,appearingMenuWidth:t?this.state.appearingMenuWidth:W.overrideWidth,appearingPosition:{x:O,y:T},isMeasureValid:!0},(()=>{this._restoreScrollPosition(),e&&e()}))},this._restoreScrollPosition=()=>{const e=document.activeElement,t=(0,o.ensureNotNull)(this._containerRef);if(null!==e&&t.contains(e))try{e.scrollIntoView()}catch(e){}else(0,o.ensureNotNull)(this._scrollWrapRef).scrollTop=this._scroll},this._resizeForced=()=>{this.setState({appearingMenuHeight:void 0,appearingMenuWidth:void 0,appearingPosition:void 0,isMeasureValid:void 0})},this._resize=()=>{null===this._raf&&(this._raf=requestAnimationFrame((()=>{this.setState({appearingMenuHeight:void 0,appearingMenuWidth:void 0,appearingPosition:void 0,isMeasureValid:void 0}),this._raf=null})))},this._handleGlobalClose=e=>{this.props.onClose(e)},this._handleSlot=e=>{this._manager.setContainer(e)},this._handleScroll=()=>{this._scroll=(0,o.ensureNotNull)(this._scrollWrapRef).scrollTop},
|
||||
this._handleScrollOutsideEnd=()=>{clearTimeout(this._scrollTimeout),this._scrollTimeout=setTimeout((()=>{this._handleMeasure({forceRecalcPosition:!0})}),80)},this._handleScrollOutside=e=>{e.target!==this._scrollWrapRef&&(this._handleScrollOutsideEnd(),null===this._scrollRaf&&(this._scrollRaf=requestAnimationFrame((()=>{this._handleMeasure({forceRecalcPosition:!0}),this._scrollRaf=null}))))},this.state={}}componentDidMount(){this._handleMeasure({callback:this.props.onOpen});const{customCloseDelegate:e=c.globalCloseDelegate,customRemeasureDelegate:t}=this.props;e.subscribe(this,this._handleGlobalClose),null==t||t.subscribe(null,this._handleCustomRemeasureDelegate),window.addEventListener("resize",this._resize);const n=null!==this.context;this._hotkeys||n||(this._hotkeys=h.createGroup({desc:"Popup menu"}),this._hotkeys.add({desc:"Close",hotkey:27,handler:()=>{this.props.onKeyboardClose&&this.props.onKeyboardClose(),this._handleGlobalClose()}})),this.props.repositionOnScroll&&window.addEventListener("scroll",this._handleScrollOutside,{capture:!0})}componentDidUpdate(){this._handleMeasure()}componentWillUnmount(){const{customCloseDelegate:e=c.globalCloseDelegate,customRemeasureDelegate:t}=this.props;e.unsubscribe(this,this._handleGlobalClose),null==t||t.unsubscribe(null,this._handleCustomRemeasureDelegate),window.removeEventListener("resize",this._resize),window.removeEventListener("scroll",this._handleScrollOutside,{capture:!0}),this._hotkeys&&(this._hotkeys.destroy(),this._hotkeys=null),null!==this._raf&&(cancelAnimationFrame(this._raf),this._raf=null),null!==this._scrollRaf&&(cancelAnimationFrame(this._scrollRaf),this._scrollRaf=null),this._scrollTimeout&&clearTimeout(this._scrollTimeout)}render(){const{id:e,role:t,"aria-label":n,"aria-labelledby":i,"aria-activedescendant":o,"aria-hidden":l,"aria-describedby":c,"aria-invalid":d,children:h,minWidth:_,theme:v=f,className:y,maxHeight:x,onMouseOver:C,onMouseOut:w,onKeyDown:b,onFocus:M,onBlur:S}=this.props,{appearingMenuHeight:W,appearingMenuWidth:E,appearingPosition:R,isMeasureValid:O}=this.state,N={"--ui-kit-menu-max-width":`${R&&R.x}px`,maxWidth:"calc(100vw - var(--ui-kit-menu-max-width) - 6px)"};return s.createElement(m.MenuContext.Provider,{value:this},s.createElement(p.SubmenuHandler,null,s.createElement(u.SlotContext.Provider,{value:this._manager},s.createElement("div",{id:e,role:t,"aria-label":n,"aria-labelledby":i,"aria-activedescendant":o,"aria-hidden":l,"aria-describedby":c,"aria-invalid":d,className:r()(y,v.menuWrap,!O&&v.isMeasuring),style:{height:W,left:R&&R.x,minWidth:_,position:"fixed",top:R&&R.y,width:E,...this.props.limitMaxWidth&&N},"data-name":this.props["data-name"],ref:this._handleContainerRef,onScrollCapture:this.props.onScroll,onContextMenu:a.preventDefaultForContextMenu,tabIndex:this.props.tabIndex,onMouseOver:C,onMouseOut:w,onKeyDown:b,onFocus:M,onBlur:S},s.createElement("div",{className:r()(v.scrollWrap,!this.props.noMomentumBasedScroll&&v.momentumBased),style:{overflowY:void 0!==W?"scroll":"auto",maxHeight:x},onScrollCapture:this._handleScroll,
|
||||
ref:this._handleScrollWrapRef},s.createElement(g,{className:v.menuBox},h)))),s.createElement(u.Slot,{reference:this._handleSlot})))}update(e){e?this._resizeForced():this._resize()}focus(e){var t;null===(t=this._containerRef)||void 0===t||t.focus(e)}}function g(e){const t=(0,o.ensureNotNull)((0,s.useContext)(p.SubmenuContext)),n=s.useRef(null);return s.createElement("div",{ref:n,className:e.className,onMouseOver:function(e){if(!(null!==t.current&&e.target instanceof Node&&(s=e.target,null===(i=n.current)||void 0===i?void 0:i.contains(s))))return;var s,i;t.isSubmenuNode(e.target)||t.setCurrent(null)},"data-name":"menu-inner"},e.children)}v.contextType=p.SubmenuContext},29197:(e,t,n)=>{"use strict";n.d(t,{CloseDelegateContext:()=>r});var s=n(50959),i=n(59064);const r=s.createContext(i.globalCloseDelegate)},65718:(e,t,n)=>{"use strict";n.d(t,{Portal:()=>a,PortalContext:()=>u});var s=n(50959),i=n(962),r=n(36174),o=n(67961),l=n(50655);class a extends s.PureComponent{constructor(){super(...arguments),this._uuid=(0,r.guid)()}componentWillUnmount(){this._manager().removeWindow(this._uuid)}render(){const e=this._manager().ensureWindow(this._uuid,this.props.layerOptions);return e.style.top=this.props.top||"",e.style.bottom=this.props.bottom||"",e.style.left=this.props.left||"",e.style.right=this.props.right||"",e.style.pointerEvents=this.props.pointerEvents||"",i.createPortal(s.createElement(u.Provider,{value:this},this.props.children),e)}moveToTop(){this._manager().moveToTop(this._uuid)}_manager(){return null===this.context?(0,o.getRootOverlapManager)():this.context}}a.contextType=l.SlotContext;const u=s.createContext(null)},50655:(e,t,n)=>{"use strict";n.d(t,{Slot:()=>i,SlotContext:()=>r});var s=n(50959);class i extends s.Component{shouldComponentUpdate(){return!1}render(){return s.createElement("div",{style:{position:"fixed",zIndex:150,left:0,top:0},ref:this.props.reference})}}const r=s.createContext(null)}}]);
|
||||
@@ -1 +0,0 @@
|
||||
.themesButtonText-hJtL5aqJ{color:#131722;font-size:14px;width:100px}html.theme-dark .themesButtonText-hJtL5aqJ{color:#d1d4dc}.themesButtonIcon-hJtL5aqJ{display:flex}.defaultsButtonText-hJtL5aqJ{color:#131722;font-size:16px;width:100px}html.theme-dark .defaultsButtonText-hJtL5aqJ{color:#d1d4dc}.defaultsButtonItem-hJtL5aqJ{min-width:100px}.backButton-pbr_BOzj{margin-left:-3px;margin-right:17px}.withSidebar-E5yydi0j{display:block;max-width:750px;min-width:610px;width:auto}@media screen and (max-width:768px){.withSidebar-E5yydi0j{max-width:610px;min-width:420px;width:auto}}@media screen and (max-width:430px){.withSidebar-E5yydi0j{min-height:auto;min-width:100%}}.withSidebar-E5yydi0j .content-E5yydi0j{border-top:1px solid #e0e3eb;display:flex;flex:1 1 auto;flex-direction:row;overflow:hidden}html.theme-dark .withSidebar-E5yydi0j .content-E5yydi0j{border-top:1px solid #434651}.withSidebar-E5yydi0j .tabContent-E5yydi0j{-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;scrollbar-color:#9598a1 #0000;scrollbar-width:thin;width:auto}html.theme-dark .withSidebar-E5yydi0j .tabContent-E5yydi0j{scrollbar-color:#363a45 #0000}@media screen and (max-height:290px){.withSidebar-E5yydi0j .tabContent-E5yydi0j{min-height:auto}}.withSidebar-E5yydi0j .tabContent-E5yydi0j::-webkit-scrollbar{height:5px;width:5px}.withSidebar-E5yydi0j .tabContent-E5yydi0j::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .withSidebar-E5yydi0j .tabContent-E5yydi0j::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.withSidebar-E5yydi0j .tabContent-E5yydi0j::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.withSidebar-E5yydi0j .tabContent-E5yydi0j::-webkit-scrollbar-corner{display:none}.withSidebar-E5yydi0j .applyToAllButton-E5yydi0j{padding-right:12px}
|
||||
@@ -1 +0,0 @@
|
||||
.themesButtonText-hJtL5aqJ{color:#131722;font-size:14px;width:100px}html.theme-dark .themesButtonText-hJtL5aqJ{color:#d1d4dc}.themesButtonIcon-hJtL5aqJ{display:flex}.defaultsButtonText-hJtL5aqJ{color:#131722;font-size:16px;width:100px}html.theme-dark .defaultsButtonText-hJtL5aqJ{color:#d1d4dc}.defaultsButtonItem-hJtL5aqJ{min-width:100px}.backButton-pbr_BOzj{margin-left:17px;margin-right:-3px}.withSidebar-E5yydi0j{display:block;max-width:750px;min-width:610px;width:auto}@media screen and (max-width:768px){.withSidebar-E5yydi0j{max-width:610px;min-width:420px;width:auto}}@media screen and (max-width:430px){.withSidebar-E5yydi0j{min-height:auto;min-width:100%}}.withSidebar-E5yydi0j .content-E5yydi0j{border-top:1px solid #e0e3eb;display:flex;flex:1 1 auto;flex-direction:row;overflow:hidden}html.theme-dark .withSidebar-E5yydi0j .content-E5yydi0j{border-top:1px solid #434651}.withSidebar-E5yydi0j .tabContent-E5yydi0j{-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;scrollbar-color:#9598a1 #0000;scrollbar-width:thin;width:auto}html.theme-dark .withSidebar-E5yydi0j .tabContent-E5yydi0j{scrollbar-color:#363a45 #0000}@media screen and (max-height:290px){.withSidebar-E5yydi0j .tabContent-E5yydi0j{min-height:auto}}.withSidebar-E5yydi0j .tabContent-E5yydi0j::-webkit-scrollbar{height:5px;width:5px}.withSidebar-E5yydi0j .tabContent-E5yydi0j::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .withSidebar-E5yydi0j .tabContent-E5yydi0j::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.withSidebar-E5yydi0j .tabContent-E5yydi0j::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.withSidebar-E5yydi0j .tabContent-E5yydi0j::-webkit-scrollbar-corner{display:none}.withSidebar-E5yydi0j .applyToAllButton-E5yydi0j{padding-left:12px}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
7
charting_library/bundles/3291.99dfe1742621fe5892b1.js
Normal file
7
charting_library/bundles/3291.99dfe1742621fe5892b1.js
Normal file
@@ -0,0 +1,7 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3291],{59142:function(e,t){var n,r,o;r=[t],n=function(e){"use strict";function t(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}Object.defineProperty(e,"__esModule",{value:!0});var n=!1;if("undefined"!=typeof window){var r={get passive(){n=!0}};window.addEventListener("testPassive",null,r),window.removeEventListener("testPassive",null,r)}var o="undefined"!=typeof window&&window.navigator&&window.navigator.platform&&/iP(ad|hone|od)/.test(window.navigator.platform),a=[],i=!1,u=-1,c=void 0,s=void 0,l=function(e){return a.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},f=function(e){var t=e||window.event;return!!l(t.target)||1<t.touches.length||(t.preventDefault&&t.preventDefault(),!1)},d=function(){setTimeout((function(){void 0!==s&&(document.body.style.paddingRight=s,s=void 0),void 0!==c&&(document.body.style.overflow=c,c=void 0)}))};e.disableBodyScroll=function(e,r){if(o){if(!e)return void console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.");if(e&&!a.some((function(t){return t.targetElement===e}))){var d={targetElement:e,options:r||{}};a=[].concat(t(a),[d]),e.ontouchstart=function(e){1===e.targetTouches.length&&(u=e.targetTouches[0].clientY)},e.ontouchmove=function(t){var n,r,o,a;1===t.targetTouches.length&&(r=e,a=(n=t).targetTouches[0].clientY-u,!l(n.target)&&(r&&0===r.scrollTop&&0<a||(o=r)&&o.scrollHeight-o.scrollTop<=o.clientHeight&&a<0?f(n):n.stopPropagation()))},i||(document.addEventListener("touchmove",f,n?{passive:!1}:void 0),i=!0)}}else{m=r,setTimeout((function(){if(void 0===s){var e=!!m&&!0===m.reserveScrollBarGap,t=window.innerWidth-document.documentElement.clientWidth;e&&0<t&&(s=document.body.style.paddingRight,document.body.style.paddingRight=t+"px")}void 0===c&&(c=document.body.style.overflow,document.body.style.overflow="hidden")}));var p={targetElement:e,options:r||{}};a=[].concat(t(a),[p])}var m},e.clearAllBodyScrollLocks=function(){o?(a.forEach((function(e){e.targetElement.ontouchstart=null,e.targetElement.ontouchmove=null})),i&&(document.removeEventListener("touchmove",f,n?{passive:!1}:void 0),i=!1),a=[],u=-1):(d(),a=[])},e.enableBodyScroll=function(e){if(o){if(!e)return void console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.");e.ontouchstart=null,e.ontouchmove=null,a=a.filter((function(t){return t.targetElement!==e})),i&&0===a.length&&(document.removeEventListener("touchmove",f,n?{passive:!1}:void 0),i=!1)}else 1===a.length&&a[0].targetElement===e?(d(),a=[]):a=a.filter((function(t){return t.targetElement!==e}))}},void 0===(o="function"==typeof n?n.apply(t,r):n)||(e.exports=o)},97754:(e,t)=>{var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var a=typeof n
|
||||
;if("string"===a||"number"===a)e.push(n);else if(Array.isArray(n)&&n.length){var i=o.apply(null,n);i&&e.push(i)}else if("object"===a)for(var u in n)r.call(n,u)&&n[u]&&e.push(u)}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},25650: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","loader-initial":"loader-initial-UL6iwcBa","loader-appear":"loader-appear-UL6iwcBa"}},92910:e=>{e.exports={separator:"separator-QjUlCDId",small:"small-QjUlCDId",normal:"normal-QjUlCDId",large:"large-QjUlCDId"}},39416:(e,t,n)=>{"use strict";n.d(t,{useFunctionalRefObject:()=>a});var r=n(50959),o=n(43010);function a(e){const t=(0,r.useMemo)((()=>function(e){const t=n=>{e(n),t.current=n};return t.current=null,t}((e=>{u.current(e)}))),[]),n=(0,r.useRef)(null),a=t=>{if(null===t)return i(n.current,t),void(n.current=null);n.current!==e&&(n.current=e,i(n.current,t))},u=(0,r.useRef)(a);return u.current=a,(0,o.useIsomorphicLayoutEffect)((()=>{if(null!==t.current)return u.current(t.current),()=>u.current(null)}),[e]),t}function i(e,t){null!==e&&("function"==typeof e?e(t):e.current=t)}},43010:(e,t,n)=>{"use strict";n.d(t,{useIsomorphicLayoutEffect:()=>o});var r=n(50959);function o(e,t){("undefined"==typeof window?r.useEffect:r.useLayoutEffect)(e,t)}},26996:(e,t,n)=>{"use strict";n.d(t,{Loader:()=>s});var r,o=n(50959),a=n(97754),i=n(74991),u=n(25650),c=n.n(u);!function(e){e[e.Initial=0]="Initial",e[e.Appear=1]="Appear",e[e.Active=2]="Active"}(r||(r={}));class s extends o.PureComponent{constructor(e){super(e),this._stateChangeTimeout=null,this.state={state:r.Initial}}render(){const{className:e,color:t="black",size:n="medium",staticPosition:r}=this.props,i=a(c().item,c()[t],c()[n]);return o.createElement("span",{className:a(c().loader,r&&c().static,this._getStateClass(),e)},o.createElement("span",{className:i}),o.createElement("span",{className:i}),o.createElement("span",{className:i}))}componentDidMount(){this.setState({state:r.Appear}),this._stateChangeTimeout=setTimeout((()=>{this.setState({state:r.Active})}),2*i.dur)}componentWillUnmount(){this._stateChangeTimeout&&(clearTimeout(this._stateChangeTimeout),this._stateChangeTimeout=null)}_getStateClass(){switch(this.state.state){case r.Initial:return c()["loader-initial"];case r.Appear:return c()["loader-appear"];default:return""}}}},47201:(e,t,n)=>{"use strict";function r(...e){return t=>{for(const n of e)void 0!==n&&n(t)}}n.d(t,{createSafeMulticastEventHandler:()=>r})},50238:(e,t,n)=>{"use strict";n.d(t,{useRovingTabindexElement:()=>i});var r=n(50959),o=n(39416),a=n(16838);function i(e,t=[]){const[n,i]=(0,r.useState)(!1),u=(0,o.useFunctionalRefObject)(e);return(0,r.useEffect)((()=>{if(!a.PLATFORM_ACCESSIBILITY_ENABLED)return;const e=u.current;if(null===e)return;const t=e=>{switch(e.type){
|
||||
case"roving-tabindex:main-element":i(!0);break;case"roving-tabindex:secondary-element":i(!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),[u,a.PLATFORM_ACCESSIBILITY_ENABLED?n?0:-1:void 0]}},51613:(e,t,n)=>{"use strict";n.d(t,{PopupMenuSeparator:()=>u});var r=n(50959),o=n(97754),a=n.n(o),i=n(92910);function u(e){const{size:t="normal",className:n,ariaHidden:o=!1}=e;return r.createElement("div",{className:a()(i.separator,"small"===t&&i.small,"normal"===t&&i.normal,"large"===t&&i.large,n),role:"separator","aria-hidden":o})}},40173:(e,t,n)=>{"use strict";function r(e,t,n={}){return Object.assign({},e,function(e,t,n={}){const r=Object.assign({},t);for(const o of Object.keys(t)){const a=n[o]||o;a in e&&(r[o]=[e[a],t[o]].join(" "))}return r}(e,t,n))}n.d(t,{mergeThemes:()=>r})},6132:(e,t,n)=>{"use strict";var r=n(22134);function o(){}function a(){}a.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,a,i){if(i!==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 t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:o};return n.PropTypes=n,n}},19036:(e,t,n)=>{e.exports=n(6132)()},22134:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},95257:(e,t)=>{"use strict";var n=Symbol.for("react.element"),r=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),u=Symbol.for("react.provider"),c=Symbol.for("react.context"),s=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),f=Symbol.for("react.memo"),d=Symbol.for("react.lazy"),p=Symbol.iterator;var m={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},v=Object.assign,y={};function h(e,t,n){this.props=e,this.context=t,this.refs=y,this.updater=n||m}function E(){}function b(e,t,n){this.props=e,this.context=t,this.refs=y,this.updater=n||m}h.prototype.isReactComponent={},h.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)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,e,t,"setState")},h.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},E.prototype=h.prototype;var g=b.prototype=new E;g.constructor=b,v(g,h.prototype),g.isPureReactComponent=!0;var _=Array.isArray,T=Object.prototype.hasOwnProperty,S={current:null},w={key:!0,ref:!0,__self:!0,__source:!0}
|
||||
;function L(e,t,r){var o,a={},i=null,u=null;if(null!=t)for(o in void 0!==t.ref&&(u=t.ref),void 0!==t.key&&(i=""+t.key),t)T.call(t,o)&&!w.hasOwnProperty(o)&&(a[o]=t[o]);var c=arguments.length-2;if(1===c)a.children=r;else if(1<c){for(var s=Array(c),l=0;l<c;l++)s[l]=arguments[l+2];a.children=s}if(e&&e.defaultProps)for(o in c=e.defaultProps)void 0===a[o]&&(a[o]=c[o]);return{$$typeof:n,type:e,key:i,ref:u,props:a,_owner:S.current}}function C(e){return"object"==typeof e&&null!==e&&e.$$typeof===n}var I=/\/+/g;function A(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,(function(e){return t[e]}))}(""+e.key):t.toString(36)}function R(e,t,o,a,i){var u=typeof e;"undefined"!==u&&"boolean"!==u||(e=null);var c=!1;if(null===e)c=!0;else switch(u){case"string":case"number":c=!0;break;case"object":switch(e.$$typeof){case n:case r:c=!0}}if(c)return i=i(c=e),e=""===a?"."+A(c,0):a,_(i)?(o="",null!=e&&(o=e.replace(I,"$&/")+"/"),R(i,t,o,"",(function(e){return e}))):null!=i&&(C(i)&&(i=function(e,t){return{$$typeof:n,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(i,o+(!i.key||c&&c.key===i.key?"":(""+i.key).replace(I,"$&/")+"/")+e)),t.push(i)),1;if(c=0,a=""===a?".":a+":",_(e))for(var s=0;s<e.length;s++){var l=a+A(u=e[s],s);c+=R(u,t,o,l,i)}else if(l=function(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=p&&e[p]||e["@@iterator"])?e:null}(e),"function"==typeof l)for(e=l.call(e),s=0;!(u=e.next()).done;)c+=R(u=u.value,t,o,l=a+A(u,s++),i);else if("object"===u)throw t=String(e),Error("Objects are not valid as a React child (found: "+("[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return c}function B(e,t,n){if(null==e)return e;var r=[],o=0;return R(e,r,"","",(function(e){return t.call(n,e,o++)})),r}function O(e){if(-1===e._status){var t=e._result;(t=t()).then((function(t){0!==e._status&&-1!==e._status||(e._status=1,e._result=t)}),(function(t){0!==e._status&&-1!==e._status||(e._status=2,e._result=t)})),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var x={current:null},k={transition:null},P={ReactCurrentDispatcher:x,ReactCurrentBatchConfig:k,ReactCurrentOwner:S};t.Children={map:B,forEach:function(e,t,n){B(e,(function(){t.apply(this,arguments)}),n)},count:function(e){var t=0;return B(e,(function(){t++})),t},toArray:function(e){return B(e,(function(e){return e}))||[]},only:function(e){if(!C(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},t.Component=h,t.Fragment=o,t.Profiler=i,t.PureComponent=b,t.StrictMode=a,t.Suspense=l,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=P,t.cloneElement=function(e,t,r){if(null==e)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var o=v({},e.props),a=e.key,i=e.ref,u=e._owner;if(null!=t){if(void 0!==t.ref&&(i=t.ref,u=S.current),void 0!==t.key&&(a=""+t.key),
|
||||
e.type&&e.type.defaultProps)var c=e.type.defaultProps;for(s in t)T.call(t,s)&&!w.hasOwnProperty(s)&&(o[s]=void 0===t[s]&&void 0!==c?c[s]:t[s])}var s=arguments.length-2;if(1===s)o.children=r;else if(1<s){c=Array(s);for(var l=0;l<s;l++)c[l]=arguments[l+2];o.children=c}return{$$typeof:n,type:e.type,key:a,ref:i,props:o,_owner:u}},t.createContext=function(e){return(e={$$typeof:c,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:u,_context:e},e.Consumer=e},t.createElement=L,t.createFactory=function(e){var t=L.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:s,render:e}},t.isValidElement=C,t.lazy=function(e){return{$$typeof:d,_payload:{_status:-1,_result:e},_init:O}},t.memo=function(e,t){return{$$typeof:f,type:e,compare:void 0===t?null:t}},t.startTransition=function(e){var t=k.transition;k.transition={};try{e()}finally{k.transition=t}},t.unstable_act=function(){throw Error("act(...) is not supported in production builds of React.")},t.useCallback=function(e,t){return x.current.useCallback(e,t)},t.useContext=function(e){return x.current.useContext(e)},t.useDebugValue=function(){},t.useDeferredValue=function(e){return x.current.useDeferredValue(e)},t.useEffect=function(e,t){return x.current.useEffect(e,t)},t.useId=function(){return x.current.useId()},t.useImperativeHandle=function(e,t,n){return x.current.useImperativeHandle(e,t,n)},t.useInsertionEffect=function(e,t){return x.current.useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return x.current.useLayoutEffect(e,t)},t.useMemo=function(e,t){return x.current.useMemo(e,t)},t.useReducer=function(e,t,n){return x.current.useReducer(e,t,n)},t.useRef=function(e){return x.current.useRef(e)},t.useState=function(e){return x.current.useState(e)},t.useSyncExternalStore=function(e,t,n){return x.current.useSyncExternalStore(e,t,n)},t.useTransition=function(){return x.current.useTransition()},t.version="18.2.0"},50959:(e,t,n)=>{"use strict";e.exports=n(95257)},44242:e=>{e.exports={title:"title-u3QJgF_p"}},71468:(e,t,n)=>{"use strict";function r(e){e.dispatchEvent(new CustomEvent("roving-tabindex:main-element"))}function o(e){e.dispatchEvent(new CustomEvent("roving-tabindex:secondary-element"))}n.d(t,{becomeMainElement:()=>r,becomeSecondaryElement:()=>o})},36898:(e,t,n)=>{"use strict";n.d(t,{useMouseClickAutoBlur:()=>i});var r=n(50959),o=n(76460),a=n(16838);function i(e){(0,r.useEffect)((()=>{if(!a.PLATFORM_ACCESSIBILITY_ENABLED)return;const t=t=>{const n=e.current;null!==n&&document.activeElement instanceof HTMLElement&&((0,o.isKeyboardClick)(t)||n.contains(document.activeElement)&&"INPUT"!==document.activeElement.tagName&&document.activeElement.blur())};return window.addEventListener("click",t,!0),()=>window.removeEventListener("click",t,!0)}),[])}},82962:(e,t,n)=>{"use strict";n.d(t,{ToolWidgetMenuSummary:()=>i});var r=n(50959),o=n(97754),a=n(44242);function i(e){return r.createElement("div",{className:o(e.className,a.title)
|
||||
},e.children)}},88066:(e,t,n)=>{"use strict";n.d(t,{DEFAULT_TOOLBAR_BUTTON_THEME:()=>u,ToolbarButton:()=>c});var r=n(50959),o=n(31409),a=n(50238),i=n(16838);const u=o.DEFAULT_TOOL_WIDGET_BUTTON_THEME,c=(0,r.forwardRef)((function(e,t){const{tooltip:n,...u}=e,[c,s]=(0,a.useRovingTabindexElement)(t);return r.createElement(o.ToolWidgetButton,{"aria-label":i.PLATFORM_ACCESSIBILITY_ENABLED?n:void 0,...u,tag:i.PLATFORM_ACCESSIBILITY_ENABLED?"button":"div",ref:c,tabIndex:s,"data-tooltip":n})}))},48889:(e,t,n)=>{"use strict";n.d(t,{ToolbarIconButton:()=>u});var r=n(50959),o=n(50238),a=n(16838),i=n(50813);const u=(0,r.forwardRef)((function(e,t){const{tooltip:n,...u}=e,[c,s]=(0,o.useRovingTabindexElement)(t);return r.createElement(i.ToolWidgetIconButton,{"aria-label":a.PLATFORM_ACCESSIBILITY_ENABLED?n:void 0,...u,tag:a.PLATFORM_ACCESSIBILITY_ENABLED?"button":"div",ref:c,tabIndex:s,"data-tooltip":n})}))},50298:(e,t,n)=>{"use strict";n.d(t,{ToolbarMenuButton:()=>p,queryMenuElements:()=>y});var r=n(50959),o=n(39416),a=n(50151),i=n(3343),u=n(8087),c=n(50238),s=n(16838),l=n(71468),f=n(36898);const d=[37,39,38,40],p=(0,r.forwardRef)((function(e,t){const{tooltip:n,menuReference:p=null,...E}=e,[b,g]=(0,c.useRovingTabindexElement)(null),_=(0,o.useFunctionalRefObject)(p);return(0,f.useMouseClickAutoBlur)(_),r.createElement(u.ToolWidgetMenu,{"aria-label":s.PLATFORM_ACCESSIBILITY_ENABLED?n:void 0,...E,ref:t,tag:s.PLATFORM_ACCESSIBILITY_ENABLED?"button":"div",reference:b,tabIndex:g,"data-tooltip":n,menuReference:_,onMenuKeyDown:function(e){if(!s.PLATFORM_ACCESSIBILITY_ENABLED)return;if(e.defaultPrevented)return;const t=(0,i.hashFromEvent)(e);if(!d.includes(t))return;const n=document.activeElement;if(!(document.activeElement instanceof HTMLElement))return;const r=y(e.currentTarget).sort(s.navigationOrderComparator);if(0===r.length)return;const o=document.activeElement.closest('[data-role="menuitem"]');if(!(o instanceof HTMLElement))return;const a=r.indexOf(o);if(-1===a)return;const u=h(o),c=u.indexOf(document.activeElement),f=-1!==c,p=e=>{n&&(0,l.becomeSecondaryElement)(n),(0,l.becomeMainElement)(e),e.focus()};switch(t){case 37:if(!u.length)return;e.preventDefault(),p(0===c?r[a]:f?m(u,c,-1):u[u.length-1]);break;case 39:if(!u.length)return;e.preventDefault(),c===u.length-1?p(r[a]):p(f?m(u,c,1):u[0]);break;case 38:{e.preventDefault();const t=m(r,a,-1);if(f){const e=v(t,c);p(e||t);break}p(t);break}case 40:{e.preventDefault();const t=m(r,a,1);if(f){const e=v(t,c);p(e||t);break}p(t)}}},onMenuFocus:function(e){if(!e.target||!s.PLATFORM_ACCESSIBILITY_ENABLED)return;const[t]=y(e.target);t&&((0,l.becomeSecondaryElement)((0,a.ensureNotNull)(b.current)),(0,l.becomeMainElement)(t),t.focus())}})}));function m(e,t,n){return e[(t+e.length+n)%e.length]}function v(e,t){const n=h(e);return n.length?n[(t+n.length)%n.length]:null}function y(e){return Array.from(e.querySelectorAll('[data-role="menuitem"]:not([disabled], [aria-disabled])')).filter((0,s.createScopedVisibleElementFilter)(e))}function h(e){
|
||||
return Array.from(e.querySelectorAll("[tabindex]:not([disabled], [aria-disabled])")).filter((0,s.createScopedVisibleElementFilter)(e))}},5962:(e,t,n)=>{"use strict";n.d(t,{RegistryProvider:()=>c,registryContextType:()=>s,validateRegistry:()=>u});var r=n(50959),o=n(19036),a=n.n(o);const i=r.createContext({});function u(e,t){a().checkPropTypes(t,e,"context","RegistryContext")}function c(e){const{validation:t,value:n}=e;return u(n,t),r.createElement(i.Provider,{value:n},e.children)}function s(){return i}}}]);
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
charting_library/bundles/3502.c49903f7222870ff8aca.css
Normal file
1
charting_library/bundles/3502.c49903f7222870ff8aca.css
Normal file
@@ -0,0 +1 @@
|
||||
.wrapper-GZajBGIm{display:inline-block;flex:none;height:18px;position:relative;width:18px}.wrapper-GZajBGIm .input-GZajBGIm:hover:not(:focus):not(:disabled):not(:active)+.box-GZajBGIm{border-color:#a3a6af}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:hover:not(:focus):not(:disabled):not(:active)+.box-GZajBGIm{border-color:#5d606b}.wrapper-GZajBGIm .input-GZajBGIm:hover:checked:not(:focus):not(:disabled)+.box-GZajBGIm{background-color:var(--ui-lib-checkbox-color-accent,#1e53e5);border-color:var(--ui-lib-checkbox-color-accent,#1e53e5)}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:hover:checked:not(:focus):not(:disabled)+.box-GZajBGIm{background-color:var(--ui-lib-checkbox-color-accent,#1e53e5);border-color:var(--ui-lib-checkbox-color-accent,#1e53e5)}.wrapper-GZajBGIm .box-GZajBGIm{align-items:center;border:1px solid #b2b5be;border-radius:3px;box-sizing:border-box;display:flex;height:100%;justify-content:center;position:relative;transition:background-color .35s ease;width:100%}html.theme-dark .wrapper-GZajBGIm .box-GZajBGIm{border:1px solid #50535e}.wrapper-GZajBGIm .box-GZajBGIm .icon-GZajBGIm{align-items:center;box-sizing:border-box;display:inline-flex}.wrapper-GZajBGIm .box-GZajBGIm .icon-GZajBGIm,.wrapper-GZajBGIm .box-GZajBGIm .icon-GZajBGIm svg{height:9px;width:11px}.wrapper-GZajBGIm .box-GZajBGIm:before{border:2px solid #2962ffcc;border-radius:6px;box-sizing:border-box;content:"";height:26px;left:-5px;opacity:0;position:absolute;top:-5px;transform:scale(.69231);width:26px}html.theme-dark .wrapper-GZajBGIm .box-GZajBGIm:before{border:2px solid #2962ffcc}.wrapper-GZajBGIm .box-GZajBGIm.noOutline-GZajBGIm:before{content:none}.wrapper-GZajBGIm .box-GZajBGIm:after{background-color:initial;border-radius:50%;content:"";height:6px;left:calc(50% - 3px);position:absolute;top:calc(50% - 3px);width:6px}.wrapper-GZajBGIm .intent-danger-GZajBGIm,html.theme-dark .wrapper-GZajBGIm .intent-danger-GZajBGIm{border-color:#f23645}.wrapper-GZajBGIm .input-GZajBGIm{cursor:inherit;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%}.wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm{background-color:var(--ui-lib-checkbox-color-accent,#2962ff)}.wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm,html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm{border-color:var(--ui-lib-checkbox-color-accent,#2962ff)}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm{background-color:var(--ui-lib-checkbox-color-accent,#2962ff)}.wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm.check-GZajBGIm .icon-GZajBGIm{stroke:#fff}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm.check-GZajBGIm .icon-GZajBGIm{stroke:#d1d4dc}.wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm.dot-GZajBGIm:after{background-color:#fff}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm.dot-GZajBGIm:after{background-color:#d1d4dc}.wrapper-GZajBGIm .input-GZajBGIm:disabled+.box-GZajBGIm{background-color:#e0e3eb;border-color:#b2b5be}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:disabled+.box-GZajBGIm{background-color:#2a2e39;border-color:#50535e}.wrapper-GZajBGIm .input-GZajBGIm:checked:disabled+.box-GZajBGIm{background-color:#e0e3eb}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked:disabled+.box-GZajBGIm{background-color:#2a2e39}.wrapper-GZajBGIm .input-GZajBGIm:checked:disabled+.box-GZajBGIm.check-GZajBGIm .icon-GZajBGIm{stroke:#b2b5be}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked:disabled+.box-GZajBGIm.check-GZajBGIm .icon-GZajBGIm{stroke:#50535e}.wrapper-GZajBGIm .input-GZajBGIm:checked:disabled+.box-GZajBGIm.dot-GZajBGIm:after{background-color:#b2b5be}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked:disabled+.box-GZajBGIm.dot-GZajBGIm:after{background-color:#50535e}.wrapper-GZajBGIm .input-GZajBGIm:active:not(:disabled)+.box-GZajBGIm,html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:active:not(:disabled)+.box-GZajBGIm{border-color:var(--ui-lib-checkbox-color-accent,#1848cc)}.wrapper-GZajBGIm .input-GZajBGIm:checked:active:not(:disabled)+.box-GZajBGIm,html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked:active:not(:disabled)+.box-GZajBGIm{background-color:var(--ui-lib-checkbox-color-accent,#1848cc)}.wrapper-GZajBGIm .input-GZajBGIm:focus+.box-GZajBGIm:before{opacity:1;transform:scale(1)}.wrapper-GZajBGIm .input-GZajBGIm:focus-visible+.box-GZajBGIm:before{opacity:1;transform:scale(1)}.wrapper-GZajBGIm .input-GZajBGIm:focus:not(:focus-visible)+.box-GZajBGIm:before{opacity:0;transform:scale(.69231)}
|
||||
@@ -0,0 +1 @@
|
||||
.wrapper-GZajBGIm{display:inline-block;flex:none;height:18px;position:relative;width:18px}.wrapper-GZajBGIm .input-GZajBGIm:hover:not(:focus):not(:disabled):not(:active)+.box-GZajBGIm{border-color:#a3a6af}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:hover:not(:focus):not(:disabled):not(:active)+.box-GZajBGIm{border-color:#5d606b}.wrapper-GZajBGIm .input-GZajBGIm:hover:checked:not(:focus):not(:disabled)+.box-GZajBGIm{background-color:var(--ui-lib-checkbox-color-accent,#1e53e5);border-color:var(--ui-lib-checkbox-color-accent,#1e53e5)}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:hover:checked:not(:focus):not(:disabled)+.box-GZajBGIm{background-color:var(--ui-lib-checkbox-color-accent,#1e53e5);border-color:var(--ui-lib-checkbox-color-accent,#1e53e5)}.wrapper-GZajBGIm .box-GZajBGIm{align-items:center;border:1px solid #b2b5be;border-radius:3px;box-sizing:border-box;display:flex;height:100%;justify-content:center;position:relative;transition:background-color .35s ease;width:100%}html.theme-dark .wrapper-GZajBGIm .box-GZajBGIm{border:1px solid #50535e}.wrapper-GZajBGIm .box-GZajBGIm .icon-GZajBGIm{align-items:center;box-sizing:border-box;display:inline-flex}.wrapper-GZajBGIm .box-GZajBGIm .icon-GZajBGIm,.wrapper-GZajBGIm .box-GZajBGIm .icon-GZajBGIm svg{height:9px;width:11px}.wrapper-GZajBGIm .box-GZajBGIm:before{border:2px solid #2962ffcc;border-radius:6px;box-sizing:border-box;content:"";height:26px;opacity:0;position:absolute;right:-5px;top:-5px;transform:scale(.69231);width:26px}html.theme-dark .wrapper-GZajBGIm .box-GZajBGIm:before{border:2px solid #2962ffcc}.wrapper-GZajBGIm .box-GZajBGIm.noOutline-GZajBGIm:before{content:none}.wrapper-GZajBGIm .box-GZajBGIm:after{background-color:initial;border-radius:50%;content:"";height:6px;position:absolute;right:calc(50% - 3px);top:calc(50% - 3px);width:6px}.wrapper-GZajBGIm .intent-danger-GZajBGIm,html.theme-dark .wrapper-GZajBGIm .intent-danger-GZajBGIm{border-color:#f23645}.wrapper-GZajBGIm .input-GZajBGIm{cursor:inherit;height:100%;margin:0;opacity:0;padding:0;position:absolute;right:0;top:0;width:100%}.wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm{background-color:var(--ui-lib-checkbox-color-accent,#2962ff)}.wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm,html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm{border-color:var(--ui-lib-checkbox-color-accent,#2962ff)}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm{background-color:var(--ui-lib-checkbox-color-accent,#2962ff)}.wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm.check-GZajBGIm .icon-GZajBGIm{stroke:#fff}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm.check-GZajBGIm .icon-GZajBGIm{stroke:#d1d4dc}.wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm.dot-GZajBGIm:after{background-color:#fff}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked+.box-GZajBGIm.dot-GZajBGIm:after{background-color:#d1d4dc}.wrapper-GZajBGIm .input-GZajBGIm:disabled+.box-GZajBGIm{background-color:#e0e3eb;border-color:#b2b5be}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:disabled+.box-GZajBGIm{background-color:#2a2e39;border-color:#50535e}.wrapper-GZajBGIm .input-GZajBGIm:checked:disabled+.box-GZajBGIm{background-color:#e0e3eb}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked:disabled+.box-GZajBGIm{background-color:#2a2e39}.wrapper-GZajBGIm .input-GZajBGIm:checked:disabled+.box-GZajBGIm.check-GZajBGIm .icon-GZajBGIm{stroke:#b2b5be}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked:disabled+.box-GZajBGIm.check-GZajBGIm .icon-GZajBGIm{stroke:#50535e}.wrapper-GZajBGIm .input-GZajBGIm:checked:disabled+.box-GZajBGIm.dot-GZajBGIm:after{background-color:#b2b5be}html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked:disabled+.box-GZajBGIm.dot-GZajBGIm:after{background-color:#50535e}.wrapper-GZajBGIm .input-GZajBGIm:active:not(:disabled)+.box-GZajBGIm,html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:active:not(:disabled)+.box-GZajBGIm{border-color:var(--ui-lib-checkbox-color-accent,#1848cc)}.wrapper-GZajBGIm .input-GZajBGIm:checked:active:not(:disabled)+.box-GZajBGIm,html.theme-dark .wrapper-GZajBGIm .input-GZajBGIm:checked:active:not(:disabled)+.box-GZajBGIm{background-color:var(--ui-lib-checkbox-color-accent,#1848cc)}.wrapper-GZajBGIm .input-GZajBGIm:focus+.box-GZajBGIm:before{opacity:1;transform:scale(1)}.wrapper-GZajBGIm .input-GZajBGIm:focus-visible+.box-GZajBGIm:before{opacity:1;transform:scale(1)}.wrapper-GZajBGIm .input-GZajBGIm:focus:not(:focus-visible)+.box-GZajBGIm:before{opacity:0;transform:scale(.69231)}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
.button-allnSfnt{align-items:center;background-color:initial;border:none;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;flex:none;height:100%;justify-content:center;margin:0;outline:none!important;padding:0;width:21px}@media (any-hover:hover){.button-allnSfnt:hover:not(.disabled-allnSfnt){background-color:#f0f3fa}html.theme-dark .button-allnSfnt:hover:not(.disabled-allnSfnt){background-color:#363a45}}.button-allnSfnt.hidden-allnSfnt{display:none}.icon-allnSfnt{align-items:center;display:flex;flex:none;justify-content:center;transition:transform .35s ease}.icon-allnSfnt.dropped-allnSfnt{transform:rotate(180deg)}.button-nCHoYtuE{cursor:default;-webkit-user-select:none;user-select:none}.button-children-nCHoYtuE{display:block;overflow:hidden;padding:0 2px 0 6px;text-overflow:ellipsis;white-space:nowrap;width:100%}.button-children-nCHoYtuE.hiddenArrow-nCHoYtuE{padding-right:6px}.invisibleFocusHandler-nCHoYtuE{height:0;opacity:0;pointer-events:none;width:0}.placeholder-y_q0hyRC{-webkit-text-fill-color:currentColor;color:#a3a6af;opacity:1}html.theme-dark .placeholder-y_q0hyRC{color:#434651}
|
||||
@@ -1 +0,0 @@
|
||||
.button-allnSfnt{align-items:center;background-color:initial;border:none;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;flex:none;height:100%;justify-content:center;margin:0;outline:none!important;padding:0;width:21px}@media (any-hover:hover){.button-allnSfnt:hover:not(.disabled-allnSfnt){background-color:#f0f3fa}html.theme-dark .button-allnSfnt:hover:not(.disabled-allnSfnt){background-color:#363a45}}.button-allnSfnt.hidden-allnSfnt{display:none}.icon-allnSfnt{align-items:center;display:flex;flex:none;justify-content:center;transition:transform .35s ease}.icon-allnSfnt.dropped-allnSfnt{transform:rotate(-180deg)}.button-nCHoYtuE{cursor:default;-webkit-user-select:none;user-select:none}.button-children-nCHoYtuE{display:block;overflow:hidden;padding:0 6px 0 2px;text-overflow:ellipsis;white-space:nowrap;width:100%}.button-children-nCHoYtuE.hiddenArrow-nCHoYtuE{padding-left:6px}.invisibleFocusHandler-nCHoYtuE{height:0;opacity:0;pointer-events:none;width:0}.placeholder-y_q0hyRC{-webkit-text-fill-color:currentColor;color:#a3a6af;opacity:1}html.theme-dark .placeholder-y_q0hyRC{color:#434651}
|
||||
1
charting_library/bundles/3610.609aa04cdd061440d0ef.css
Normal file
1
charting_library/bundles/3610.609aa04cdd061440d0ef.css
Normal file
@@ -0,0 +1 @@
|
||||
.autocomplete-uszkUMOz{flex:1 1 auto;position:relative}.autocomplete-uszkUMOz .caret-uszkUMOz{border-radius:4px;display:flex;height:calc(100% - 2px);justify-content:center;margin:1px 0;width:21px}@media (any-hover:hover){.autocomplete-uszkUMOz .caret-uszkUMOz:hover{background-color:#f0f3fa}html.theme-dark .autocomplete-uszkUMOz .caret-uszkUMOz:hover{background-color:#363a45}.autocomplete-uszkUMOz .caret-uszkUMOz:hover .icon-uszkUMOz{color:#131722}html.theme-dark .autocomplete-uszkUMOz .caret-uszkUMOz:hover .icon-uszkUMOz{color:#d1d4dc}}.autocomplete-uszkUMOz .caret-uszkUMOz .icon-uszkUMOz{color:#787b86}.suggestions-uszkUMOz{background-color:#fff;border-radius:3px;box-shadow:0 1px 2px 1px rgba(0,0,0,.275);font-size:13px;max-height:0;outline:0;overflow-x:hidden;overflow-y:auto;padding:10px 0;position:absolute;transform:translateZ(0);visibility:hidden;width:100%;z-index:150}html.theme-dark .suggestions-uszkUMOz{background-color:#1e222d}.suggestions-uszkUMOz::-webkit-scrollbar{height:5px;width:5px}.suggestions-uszkUMOz::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .suggestions-uszkUMOz::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.suggestions-uszkUMOz::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.suggestions-uszkUMOz::-webkit-scrollbar-corner{display:none}.suggestions-uszkUMOz .noResults-uszkUMOz,.suggestions-uszkUMOz .suggestion-uszkUMOz{overflow:hidden;padding:10px 15px;position:relative;text-align:left;text-overflow:ellipsis;white-space:nowrap}.suggestions-uszkUMOz .suggestion-uszkUMOz{cursor:pointer}.suggestions-uszkUMOz .suggestion-uszkUMOz.selected-uszkUMOz{background-color:#e3effd;color:#4a4a4a}html.theme-dark .suggestions-uszkUMOz .suggestion-uszkUMOz.selected-uszkUMOz{background-color:#142e61;color:#758696}@media (any-hover:hover){.suggestions-uszkUMOz .suggestion-uszkUMOz:hover{background-color:#e0e3eb;color:#4a4a4a}html.theme-dark .suggestions-uszkUMOz .suggestion-uszkUMOz:hover{background-color:#1e222d;color:#758696}}.suggestions-uszkUMOz .suggestion-uszkUMOz:active{background-color:#e0e3eb;color:#4a4a4a}html.theme-dark .suggestions-uszkUMOz .suggestion-uszkUMOz:active{background-color:#2a2e39;color:#758696}.suggestions-uszkUMOz .noResults-uszkUMOz{color:#6a6d78}html.theme-dark .suggestions-uszkUMOz .noResults-uszkUMOz{color:#868993}.opened-uszkUMOz.suggestions-uszkUMOz{max-height:45vh;visibility:visible}.opened-uszkUMOz.suggestions-uszkUMOz::-webkit-scrollbar{height:5px;width:5px}.opened-uszkUMOz.suggestions-uszkUMOz::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .opened-uszkUMOz.suggestions-uszkUMOz::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.opened-uszkUMOz.suggestions-uszkUMOz::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.opened-uszkUMOz.suggestions-uszkUMOz::-webkit-scrollbar-corner{display:none}
|
||||
@@ -0,0 +1 @@
|
||||
.autocomplete-uszkUMOz{flex:1 1 auto;position:relative}.autocomplete-uszkUMOz .caret-uszkUMOz{border-radius:4px;display:flex;height:calc(100% - 2px);justify-content:center;margin:1px 0;width:21px}@media (any-hover:hover){.autocomplete-uszkUMOz .caret-uszkUMOz:hover{background-color:#f0f3fa}html.theme-dark .autocomplete-uszkUMOz .caret-uszkUMOz:hover{background-color:#363a45}.autocomplete-uszkUMOz .caret-uszkUMOz:hover .icon-uszkUMOz{color:#131722}html.theme-dark .autocomplete-uszkUMOz .caret-uszkUMOz:hover .icon-uszkUMOz{color:#d1d4dc}}.autocomplete-uszkUMOz .caret-uszkUMOz .icon-uszkUMOz{color:#787b86}.suggestions-uszkUMOz{background-color:#fff;border-radius:3px;box-shadow:0 1px 2px 1px rgba(0,0,0,.275);font-size:13px;max-height:0;outline:0;overflow-x:hidden;overflow-y:auto;padding:10px 0;position:absolute;transform:translateZ(0);visibility:hidden;width:100%;z-index:150}html.theme-dark .suggestions-uszkUMOz{background-color:#1e222d}.suggestions-uszkUMOz::-webkit-scrollbar{height:5px;width:5px}.suggestions-uszkUMOz::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .suggestions-uszkUMOz::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.suggestions-uszkUMOz::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.suggestions-uszkUMOz::-webkit-scrollbar-corner{display:none}.suggestions-uszkUMOz .noResults-uszkUMOz,.suggestions-uszkUMOz .suggestion-uszkUMOz{overflow:hidden;padding:10px 15px;position:relative;text-align:right;text-overflow:ellipsis;white-space:nowrap}.suggestions-uszkUMOz .suggestion-uszkUMOz{cursor:pointer}.suggestions-uszkUMOz .suggestion-uszkUMOz.selected-uszkUMOz{background-color:#e3effd;color:#4a4a4a}html.theme-dark .suggestions-uszkUMOz .suggestion-uszkUMOz.selected-uszkUMOz{background-color:#142e61;color:#758696}@media (any-hover:hover){.suggestions-uszkUMOz .suggestion-uszkUMOz:hover{background-color:#e0e3eb;color:#4a4a4a}html.theme-dark .suggestions-uszkUMOz .suggestion-uszkUMOz:hover{background-color:#1e222d;color:#758696}}.suggestions-uszkUMOz .suggestion-uszkUMOz:active{background-color:#e0e3eb;color:#4a4a4a}html.theme-dark .suggestions-uszkUMOz .suggestion-uszkUMOz:active{background-color:#2a2e39;color:#758696}.suggestions-uszkUMOz .noResults-uszkUMOz{color:#6a6d78}html.theme-dark .suggestions-uszkUMOz .noResults-uszkUMOz{color:#868993}.opened-uszkUMOz.suggestions-uszkUMOz{max-height:45vh;visibility:visible}.opened-uszkUMOz.suggestions-uszkUMOz::-webkit-scrollbar{height:5px;width:5px}.opened-uszkUMOz.suggestions-uszkUMOz::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .opened-uszkUMOz.suggestions-uszkUMOz::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.opened-uszkUMOz.suggestions-uszkUMOz::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.opened-uszkUMOz.suggestions-uszkUMOz::-webkit-scrollbar-corner{display:none}
|
||||
@@ -1 +0,0 @@
|
||||
.item-pso1R1PY{align-items:flex-start;font-size:16px;padding-right:20px;white-space:normal}.label-pso1R1PY{line-height:24px;overflow:visible}.labelRow-pso1R1PY{margin-bottom:2px;margin-top:2px}.toolbox-pso1R1PY{margin-top:3px}
|
||||
@@ -1 +0,0 @@
|
||||
.item-pso1R1PY{align-items:flex-start;font-size:16px;padding-left:20px;white-space:normal}.label-pso1R1PY{line-height:24px;overflow:visible}.labelRow-pso1R1PY{margin-bottom:2px;margin-top:2px}.toolbox-pso1R1PY{margin-top:3px}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
charting_library/bundles/3717.cccda056797616f8ac78.css
Normal file
1
charting_library/bundles/3717.cccda056797616f8ac78.css
Normal file
@@ -0,0 +1 @@
|
||||
.actionButton-k53vexPa{margin:0 6px}.actionButton-k53vexPa:first-child{margin-right:0}.actionButton-k53vexPa:last-child{margin-left:0}.actionButton-k53vexPa.small-k53vexPa{margin:6px 0}.actionButton-k53vexPa.small-k53vexPa:first-child{margin-top:0}.actionButton-k53vexPa.small-k53vexPa:last-child{margin-bottom:0}.hiddenTitle-k53vexPa{visibility:hidden}.popupDialog-B02UUUN3{max-height:calc(100% - 20px);max-width:480px;width:calc(100% - 20px)}.wrap-B02UUUN3{cursor:default;display:flex;overflow:hidden}.main-B02UUUN3{color:#131722;display:flex;flex:1 1 auto;flex-direction:column;margin:40px 0 40px 40px}html.theme-dark .main-B02UUUN3{color:#d1d4dc}.main-B02UUUN3.small-B02UUUN3{margin:20px 0 20px 20px}.title-B02UUUN3{--ui-lib-typography-line-height:28px;--ui-lib-typography-font-size:20px;align-items:center;display:flex;flex:none;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height);margin-bottom:8px;width:calc(100% - 9px);word-break:break-word}.title-B02UUUN3.small-B02UUUN3{width:calc(100% - 29px)}.content-B02UUUN3{--ui-lib-typography-line-height:24px;--ui-lib-typography-font-size:16px;-webkit-overflow-scrolling:touch;display:flex;flex:1 1 auto;flex-direction:column;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height);margin:0 -40px;min-height:145px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:8px 40px;scrollbar-color:#9598a1 #0000;scrollbar-width:thin;white-space:pre-wrap;word-break:break-word}html.theme-dark .content-B02UUUN3{scrollbar-color:#363a45 #0000}@media screen and (max-height:290px){.content-B02UUUN3{min-height:auto}}.content-B02UUUN3::-webkit-scrollbar{height:5px;width:5px}.content-B02UUUN3::-webkit-scrollbar-thumb{background-color:#9598a1;border:1px solid #f0f3fa;border-radius:3px}html.theme-dark .content-B02UUUN3::-webkit-scrollbar-thumb{background-color:#363a45;border-color:#1e222d}.content-B02UUUN3::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.content-B02UUUN3::-webkit-scrollbar-corner{display:none}.content-B02UUUN3.small-B02UUUN3{margin:0 -20px;padding:8px 20px}.content-B02UUUN3.html-B02UUUN3{display:block}.content-B02UUUN3.html-B02UUUN3 a,html.theme-dark .content-B02UUUN3.html-B02UUUN3 a{color:#2962ff}.footer-B02UUUN3{display:flex;flex:none;flex-direction:row-reverse;justify-content:flex-start;margin-top:16px}.footer-B02UUUN3.small-B02UUUN3{flex-direction:column}.close-B02UUUN3{align-items:center;border-radius:2px;color:#131722;cursor:default;display:flex;flex:none;height:34px;justify-content:center;margin:8px 8px 0 -2px;width:34px}html.theme-dark .close-B02UUUN3{color:#d1d4dc}@media (any-hover:hover){.close-B02UUUN3:hover{background-color:#f0f3fa}html.theme-dark .close-B02UUUN3:hover{background-color:#2a2e39}}.close-B02UUUN3.small-B02UUUN3{margin-left:-22px}.marginWithoutCloseButton-B02UUUN3{margin-right:40px}.marginWithoutCloseButton-B02UUUN3.small-B02UUUN3{margin-right:20px}.label-nb7ji1l2{color:#787b86;font-size:14px;line-height:21px}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user