@amcharts/amcharts5 5.2.10 → 5.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.internal/charts/hierarchy/Hierarchy.d.ts +1 -1
- package/.internal/charts/hierarchy/Hierarchy.d.ts.map +1 -1
- package/.internal/charts/hierarchy/Hierarchy.js +6 -4
- package/.internal/charts/hierarchy/Hierarchy.js.map +1 -1
- package/.internal/charts/hierarchy/LinkedHierarchy.d.ts.map +1 -1
- package/.internal/charts/hierarchy/LinkedHierarchy.js +0 -1
- package/.internal/charts/hierarchy/LinkedHierarchy.js.map +1 -1
- package/.internal/charts/pie/PieChart.d.ts +1 -1
- package/.internal/charts/pie/PieChart.d.ts.map +1 -1
- package/.internal/charts/pie/PieChart.js.map +1 -1
- package/.internal/charts/pie/PieSeries.d.ts.map +1 -1
- package/.internal/charts/pie/PieSeries.js +52 -44
- package/.internal/charts/pie/PieSeries.js.map +1 -1
- package/.internal/charts/stock/StockChartDefaultTheme.d.ts.map +1 -1
- package/.internal/charts/stock/StockChartDefaultTheme.js +14 -2
- package/.internal/charts/stock/StockChartDefaultTheme.js.map +1 -1
- package/.internal/charts/stock/indicators/MovingAverage.d.ts +1 -1
- package/.internal/charts/stock/indicators/MovingAverage.js.map +1 -1
- package/.internal/charts/stock/indicators/VWAP.d.ts +33 -0
- package/.internal/charts/stock/indicators/VWAP.d.ts.map +1 -0
- package/.internal/charts/stock/indicators/VWAP.js +151 -0
- package/.internal/charts/stock/indicators/VWAP.js.map +1 -0
- package/.internal/charts/stock/toolbar/IndicatorControl.d.ts +1 -1
- package/.internal/charts/stock/toolbar/IndicatorControl.d.ts.map +1 -1
- package/.internal/charts/stock/toolbar/IndicatorControl.js +9 -0
- package/.internal/charts/stock/toolbar/IndicatorControl.js.map +1 -1
- package/.internal/charts/xy/XYChart.d.ts +16 -0
- package/.internal/charts/xy/XYChart.d.ts.map +1 -1
- package/.internal/charts/xy/XYChart.js +14 -0
- package/.internal/charts/xy/XYChart.js.map +1 -1
- package/.internal/charts/xy/XYCursor.d.ts +7 -1
- package/.internal/charts/xy/XYCursor.d.ts.map +1 -1
- package/.internal/charts/xy/XYCursor.js.map +1 -1
- package/.internal/charts/xy/axes/CategoryAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/CategoryAxis.js +1 -0
- package/.internal/charts/xy/axes/CategoryAxis.js.map +1 -1
- package/.internal/charts/xy/axes/DateAxis.d.ts +1 -0
- package/.internal/charts/xy/axes/DateAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/DateAxis.js +8 -0
- package/.internal/charts/xy/axes/DateAxis.js.map +1 -1
- package/.internal/charts/xy/axes/ValueAxis.d.ts +1 -0
- package/.internal/charts/xy/axes/ValueAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/ValueAxis.js +15 -7
- package/.internal/charts/xy/axes/ValueAxis.js.map +1 -1
- package/.internal/charts/xy/series/BaseColumnSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/BaseColumnSeries.js +1 -1
- package/.internal/charts/xy/series/BaseColumnSeries.js.map +1 -1
- package/.internal/charts/xy/series/LineSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/LineSeries.js +10 -4
- package/.internal/charts/xy/series/LineSeries.js.map +1 -1
- package/.internal/core/Classes.d.ts +2 -0
- package/.internal/core/Classes.d.ts.map +1 -1
- package/.internal/core/Classes.js.map +1 -1
- package/.internal/core/Root.d.ts +7 -0
- package/.internal/core/Root.d.ts.map +1 -1
- package/.internal/core/Root.js +154 -0
- package/.internal/core/Root.js.map +1 -1
- package/.internal/core/render/Container.d.ts +10 -0
- package/.internal/core/render/Container.d.ts.map +1 -1
- package/.internal/core/render/Container.js +58 -4
- package/.internal/core/render/Container.js.map +1 -1
- package/.internal/core/render/HorizontalLayout.d.ts.map +1 -1
- package/.internal/core/render/HorizontalLayout.js +18 -15
- package/.internal/core/render/HorizontalLayout.js.map +1 -1
- package/.internal/core/render/Label.d.ts.map +1 -1
- package/.internal/core/render/Label.js +18 -2
- package/.internal/core/render/Label.js.map +1 -1
- package/.internal/core/render/Sprite.d.ts +21 -0
- package/.internal/core/render/Sprite.d.ts.map +1 -1
- package/.internal/core/render/Sprite.js +45 -21
- package/.internal/core/render/Sprite.js.map +1 -1
- package/.internal/core/render/Tooltip.d.ts +6 -0
- package/.internal/core/render/Tooltip.d.ts.map +1 -1
- package/.internal/core/render/Tooltip.js +4 -0
- package/.internal/core/render/Tooltip.js.map +1 -1
- package/.internal/core/render/VerticalLayout.d.ts.map +1 -1
- package/.internal/core/render/VerticalLayout.js +18 -15
- package/.internal/core/render/VerticalLayout.js.map +1 -1
- package/.internal/core/render/gradients/RadialGradient.d.ts.map +1 -1
- package/.internal/core/render/gradients/RadialGradient.js +9 -0
- package/.internal/core/render/gradients/RadialGradient.js.map +1 -1
- package/.internal/core/util/Entity.d.ts +1 -0
- package/.internal/core/util/Entity.d.ts.map +1 -1
- package/.internal/core/util/Entity.js +15 -4
- package/.internal/core/util/Entity.js.map +1 -1
- package/.internal/core/util/Modal.d.ts +13 -0
- package/.internal/core/util/Modal.d.ts.map +1 -1
- package/.internal/core/util/Modal.js +13 -0
- package/.internal/core/util/Modal.js.map +1 -1
- package/CHANGELOG.md +39 -0
- package/examples/javascript/flow-chord/package.json +1 -1
- package/examples/javascript/flow-chord-directed/package.json +1 -1
- package/examples/javascript/flow-chord-non-ribbon/package.json +1 -1
- package/examples/javascript/flow-sankey/package.json +1 -1
- package/examples/javascript/gauge/package.json +1 -1
- package/examples/javascript/gauge-bands/package.json +1 -1
- package/examples/javascript/hierarchy-force-directed/package.json +1 -1
- package/examples/javascript/hierarchy-pack/package.json +1 -1
- package/examples/javascript/hierarchy-partition/package.json +1 -1
- package/examples/javascript/hierarchy-sunburst/package.json +1 -1
- package/examples/javascript/hierarchy-tree/package.json +1 -1
- package/examples/javascript/hierarchy-treemap/package.json +1 -1
- package/examples/javascript/json/package.json +1 -1
- package/examples/javascript/map-animating-along-lines/package.json +1 -1
- package/examples/javascript/map-day-and-night/package.json +1 -1
- package/examples/javascript/map-globe-rotate-to-country/package.json +1 -1
- package/examples/javascript/map-globe-with-projected-circles/index.js +1 -1
- package/examples/javascript/map-globe-with-projected-circles/package.json +1 -1
- package/examples/javascript/map-with-bubbles/index.js +1 -1
- package/examples/javascript/map-with-bubbles/package.json +1 -1
- package/examples/javascript/map-zoom-to-country/package.json +1 -1
- package/examples/javascript/misc-40-charts/package.json +1 -1
- package/examples/javascript/misc-microchart-grid/package.json +1 -1
- package/examples/javascript/pie-chart/package.json +1 -1
- package/examples/javascript/pie-donut-chart/package.json +1 -1
- package/examples/javascript/pie-variable-radius/package.json +1 -1
- package/examples/javascript/radar-column-iwatch-style/package.json +1 -1
- package/examples/javascript/radar-heat-map/package.json +1 -1
- package/examples/javascript/radar-line/package.json +1 -1
- package/examples/javascript/radar-time-line/index.js +1 -1
- package/examples/javascript/radar-time-line/package.json +1 -1
- package/examples/javascript/sliced-funnel/package.json +1 -1
- package/examples/javascript/sliced-pictorial-stacked/package.json +1 -1
- package/examples/javascript/sliced-pyramid/package.json +1 -1
- package/examples/javascript/stock-chart/package.json +1 -1
- package/examples/javascript/stock-chart-comparing-stocks/package.json +1 -1
- package/examples/javascript/stock-chart-data-granularity/package.json +1 -1
- package/examples/javascript/stock-chart-data-grouping/package.json +1 -1
- package/examples/javascript/stock-chart-intraday/package.json +1 -1
- package/examples/javascript/stock-chart-live/package.json +1 -1
- package/examples/javascript/stock-chart-volume-separate-panel/package.json +1 -1
- package/examples/javascript/venn-diagram/package.json +1 -1
- package/examples/javascript/wordcloud-with-data/package.json +1 -1
- package/examples/javascript/wordcloud-with-text/package.json +1 -1
- package/examples/javascript/xy-100-percent-stacked-column/package.json +1 -1
- package/examples/javascript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
- package/examples/javascript/xy-bubble/index.js +1 -1
- package/examples/javascript/xy-bubble/package.json +1 -1
- package/examples/javascript/xy-candlestick/package.json +1 -1
- package/examples/javascript/xy-clustered-column/package.json +1 -1
- package/examples/javascript/xy-column/package.json +1 -1
- package/examples/javascript/xy-comparing-series-google-analytics-style/package.json +1 -1
- package/examples/javascript/xy-data-grouping/package.json +1 -1
- package/examples/javascript/xy-draggable-range/package.json +1 -1
- package/examples/javascript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
- package/examples/javascript/xy-dumbbell plot/package.json +1 -1
- package/examples/javascript/xy-evenly-spaced-date-axis/package.json +1 -1
- package/examples/javascript/xy-line/package.json +1 -1
- package/examples/javascript/xy-line-highlight-on-legend-hover/package.json +1 -1
- package/examples/javascript/xy-live-data/package.json +1 -1
- package/examples/javascript/xy-multiple-synced-value-axes/package.json +1 -1
- package/examples/javascript/xy-ohlc/package.json +1 -1
- package/examples/javascript/xy-real-time-data-sorting/package.json +1 -1
- package/examples/javascript/xy-smoothed-line/package.json +1 -1
- package/examples/javascript/xy-stacked-and-clustered-column/package.json +1 -1
- package/examples/javascript/xy-stacked-column/package.json +1 -1
- package/examples/javascript/xy-stacked-step/package.json +1 -1
- package/examples/javascript/xy-stock/package.json +1 -1
- package/examples/javascript/xy-stock-comparing/package.json +1 -1
- package/examples/typescript/flow-chord/package.json +1 -1
- package/examples/typescript/flow-chord-directed/package.json +1 -1
- package/examples/typescript/flow-chord-non-ribbon/package.json +1 -1
- package/examples/typescript/flow-sankey/package.json +1 -1
- package/examples/typescript/gauge/package.json +1 -1
- package/examples/typescript/gauge-bands/package.json +1 -1
- package/examples/typescript/hierarchy-force-directed/package.json +1 -1
- package/examples/typescript/hierarchy-pack/package.json +1 -1
- package/examples/typescript/hierarchy-partition/package.json +1 -1
- package/examples/typescript/hierarchy-sunburst/package.json +1 -1
- package/examples/typescript/hierarchy-tree/package.json +1 -1
- package/examples/typescript/hierarchy-treemap/package.json +1 -1
- package/examples/typescript/json/package.json +1 -1
- package/examples/typescript/map-animating-along-lines/package.json +1 -1
- package/examples/typescript/map-day-and-night/package.json +1 -1
- package/examples/typescript/map-globe-rotate-to-country/package.json +1 -1
- package/examples/typescript/map-globe-with-projected-circles/index.ts +1 -1
- package/examples/typescript/map-globe-with-projected-circles/package.json +1 -1
- package/examples/typescript/map-with-bubbles/index.ts +1 -1
- package/examples/typescript/map-with-bubbles/package.json +1 -1
- package/examples/typescript/map-zoom-to-country/package.json +1 -1
- package/examples/typescript/misc-40-charts/package.json +1 -1
- package/examples/typescript/misc-microchart-grid/package.json +1 -1
- package/examples/typescript/pie-chart/package.json +1 -1
- package/examples/typescript/pie-donut-chart/package.json +1 -1
- package/examples/typescript/pie-variable-radius/package.json +1 -1
- package/examples/typescript/radar-column-iwatch-style/package.json +1 -1
- package/examples/typescript/radar-heat-map/package.json +1 -1
- package/examples/typescript/radar-line/package.json +1 -1
- package/examples/typescript/radar-time-line/index.ts +1 -1
- package/examples/typescript/radar-time-line/package.json +1 -1
- package/examples/typescript/sliced-funnel/package.json +1 -1
- package/examples/typescript/sliced-pictorial-stacked/package.json +1 -1
- package/examples/typescript/sliced-pyramid/package.json +1 -1
- package/examples/typescript/stock-chart/package.json +1 -1
- package/examples/typescript/stock-chart-comparing-stocks/package.json +1 -1
- package/examples/typescript/stock-chart-data-granularity/package.json +1 -1
- package/examples/typescript/stock-chart-data-grouping/package.json +1 -1
- package/examples/typescript/stock-chart-intraday/package.json +1 -1
- package/examples/typescript/stock-chart-live/package.json +1 -1
- package/examples/typescript/stock-chart-volume-separate-panel/package.json +1 -1
- package/examples/typescript/venn-diagram/package.json +1 -1
- package/examples/typescript/wordcloud-with-data/package.json +1 -1
- package/examples/typescript/wordcloud-with-text/package.json +1 -1
- package/examples/typescript/xy-100-percent-stacked-column/package.json +1 -1
- package/examples/typescript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
- package/examples/typescript/xy-bubble/index.ts +1 -1
- package/examples/typescript/xy-bubble/package.json +1 -1
- package/examples/typescript/xy-candlestick/package.json +1 -1
- package/examples/typescript/xy-clustered-column/package.json +1 -1
- package/examples/typescript/xy-column/package.json +1 -1
- package/examples/typescript/xy-comparing-series-google-analytics-style/package.json +1 -1
- package/examples/typescript/xy-data-grouping/package.json +1 -1
- package/examples/typescript/xy-draggable-range/package.json +1 -1
- package/examples/typescript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
- package/examples/typescript/xy-dumbbell plot/package.json +1 -1
- package/examples/typescript/xy-evenly-spaced-date-axis/package.json +1 -1
- package/examples/typescript/xy-line/package.json +1 -1
- package/examples/typescript/xy-line-highlight-on-legend-hover/package.json +1 -1
- package/examples/typescript/xy-live-data/package.json +1 -1
- package/examples/typescript/xy-multiple-synced-value-axes/package.json +1 -1
- package/examples/typescript/xy-ohlc/package.json +1 -1
- package/examples/typescript/xy-real-time-data-sorting/package.json +1 -1
- package/examples/typescript/xy-smoothed-line/package.json +1 -1
- package/examples/typescript/xy-stacked-and-clustered-column/package.json +1 -1
- package/examples/typescript/xy-stacked-column/package.json +1 -1
- package/examples/typescript/xy-stacked-step/package.json +1 -1
- package/examples/typescript/xy-stock/package.json +1 -1
- package/examples/typescript/xy-stock-comparing/package.json +1 -1
- package/package.json +1 -1
- package/stock.d.ts +1 -0
- package/stock.d.ts.map +1 -1
- package/stock.js +1 -0
- package/stock.js.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Classes.js","sourceRoot":"","sources":["../../../../src/.internal/core/Classes.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/**\n * This file is automatically generated by `yarn generate-classes`.\n * DO NOT MANUALLY EDIT IT OR YOUR CHANGES WILL BE LOST!\n */\n\nimport type { AccumulationDistribution } from \"./../charts/stock/indicators/AccumulationDistribution\";\nimport type { AccumulativeSwingIndex } from \"./../charts/stock/indicators/AccumulativeSwingIndex\";\nimport type { Annotator } from \"./../plugins/exporting/Annotator\";\nimport type { Aroon } from \"./../charts/stock/indicators/Aroon\";\nimport type { AverageSeries } from \"./../charts/stock/drawing/AverageSeries\";\nimport type { AwesomeOscillator } from \"./../charts/stock/indicators/AwesomeOscillator\";\nimport type { Axis } from \"./../charts/xy/axes/Axis\";\nimport type { AxisBullet } from \"./../charts/xy/axes/AxisBullet\";\nimport type { AxisLabel } from \"./../charts/xy/axes/AxisLabel\";\nimport type { AxisLabelRadial } from \"./../charts/xy/axes/AxisLabelRadial\";\nimport type { AxisRenderer } from \"./../charts/xy/axes/AxisRenderer\";\nimport type { AxisRendererCircular } from \"./../charts/radar/AxisRendererCircular\";\nimport type { AxisRendererRadial } from \"./../charts/radar/AxisRendererRadial\";\nimport type { AxisRendererX } from \"./../charts/xy/axes/AxisRendererX\";\nimport type { AxisRendererY } from \"./../charts/xy/axes/AxisRendererY\";\nimport type { AxisTick } from \"./../charts/xy/axes/AxisTick\";\nimport type { BaseColumnSeries } from \"./../charts/xy/series/BaseColumnSeries\";\nimport type { BollingerBands } from \"./../charts/stock/indicators/BollingerBands\";\nimport type { BreadcrumbBar } from \"./../charts/hierarchy/BreadcrumbBar\";\nimport type { Bullet } from \"./render/Bullet\";\nimport type { Button } from \"./render/Button\";\nimport type { CalloutSeries } from \"./../charts/stock/drawing/CalloutSeries\";\nimport type { Candlestick } from \"./../charts/xy/series/Candlestick\";\nimport type { CandlestickSeries } from \"./../charts/xy/series/CandlestickSeries\";\nimport type { CategoryAxis } from \"./../charts/xy/axes/CategoryAxis\";\nimport type { CategoryDateAxis } from \"./../charts/xy/axes/CategoryDateAxis\";\nimport type { ChaikinMoneyFlow } from \"./../charts/stock/indicators/ChaikinMoneyFlow\";\nimport type { ChaikinOscillator } from \"./../charts/stock/indicators/ChaikinOscillator\";\nimport type { Chart } from \"./render/Chart\";\nimport type { ChartIndicator } from \"./../charts/stock/indicators/ChartIndicator\";\nimport type { Chord } from \"./../charts/flow/Chord\";\nimport type { ChordDirected } from \"./../charts/flow/ChordDirected\";\nimport type { ChordLink } from \"./../charts/flow/ChordLink\";\nimport type { ChordLinkDirected } from \"./../charts/flow/ChordLinkDirected\";\nimport type { ChordNodes } from \"./../charts/flow/ChordNodes\";\nimport type { ChordNonRibbon } from \"./../charts/flow/ChordNonRibbon\";\nimport type { Circle } from \"./render/Circle\";\nimport type { CirclePattern } from \"./render/patterns/CirclePattern\";\nimport type { ClockHand } from \"./../charts/radar/ClockHand\";\nimport type { ColorControl } from \"./../charts/stock/toolbar/ColorControl\";\nimport type { ColorSet } from \"./util/ColorSet\";\nimport type { ColumnSeries } from \"./../charts/xy/series/ColumnSeries\";\nimport type { CommodityChannelIndex } from \"./../charts/stock/indicators/CommodityChannelIndex\";\nimport type { ComparisonControl } from \"./../charts/stock/toolbar/ComparisonControl\";\nimport type { Component } from \"./render/Component\";\nimport type { Container } from \"./render/Container\";\nimport type { DateAxis } from \"./../charts/xy/axes/DateAxis\";\nimport type { DateRangeSelector } from \"./../charts/stock/toolbar/DateRangeSelector\";\nimport type { DisparityIndex } from \"./../charts/stock/indicators/DisparityIndex\";\nimport type { DoodleSeries } from \"./../charts/stock/drawing/DoodleSeries\";\nimport type { DrawingControl } from \"./../charts/stock/toolbar/DrawingControl\";\nimport type { DrawingSeries } from \"./../charts/stock/drawing/DrawingSeries\";\nimport type { DrawingToolControl } from \"./../charts/stock/toolbar/DrawingToolControl\";\nimport type { Dropdown } from \"./../charts/stock/toolbar/Dropdown\";\nimport type { DropdownColors } from \"./../charts/stock/toolbar/DropdownColors\";\nimport type { DropdownList } from \"./../charts/stock/toolbar/DropdownList\";\nimport type { DropdownListControl } from \"./../charts/stock/toolbar/DropdownListControl\";\nimport type { DurationAxis } from \"./../charts/xy/axes/DurationAxis\";\nimport type { Ellipse } from \"./render/Ellipse\";\nimport type { EllipseSeries } from \"./../charts/stock/drawing/EllipseSeries\";\nimport type { Entity } from \"./util/Entity\";\nimport type { Exporting } from \"./../plugins/exporting/Exporting\";\nimport type { ExportingMenu } from \"./../plugins/exporting/ExportingMenu\";\nimport type { FibonacciSeries } from \"./../charts/stock/drawing/FibonacciSeries\";\nimport type { FibonacciTimezoneSeries } from \"./../charts/stock/drawing/FibonacciTimezoneSeries\";\nimport type { Flow } from \"./../charts/flow/Flow\";\nimport type { FlowLink } from \"./../charts/flow/FlowLink\";\nimport type { FlowNode } from \"./../charts/flow/FlowNode\";\nimport type { FlowNodes } from \"./../charts/flow/FlowNodes\";\nimport type { ForceDirected } from \"./../charts/hierarchy/ForceDirected\";\nimport type { FunnelSeries } from \"./../charts/funnel/FunnelSeries\";\nimport type { FunnelSlice } from \"./../charts/funnel/FunnelSlice\";\nimport type { GaplessDateAxis } from \"./../charts/xy/axes/GaplessDateAxis\";\nimport type { Gradient } from \"./render/gradients/Gradient\";\nimport type { Graphics } from \"./render/Graphics\";\nimport type { GraticuleSeries } from \"./../charts/map/GraticuleSeries\";\nimport type { Grid } from \"./../charts/xy/axes/Grid\";\nimport type { GridLayout } from \"./render/GridLayout\";\nimport type { HeatLegend } from \"./render/HeatLegend\";\nimport type { Hierarchy } from \"./../charts/hierarchy/Hierarchy\";\nimport type { HierarchyLink } from \"./../charts/hierarchy/HierarchyLink\";\nimport type { HierarchyNode } from \"./../charts/hierarchy/HierarchyNode\";\nimport type { HorizontalLayout } from \"./render/HorizontalLayout\";\nimport type { HorizontalLineSeries } from \"./../charts/stock/drawing/HorizontalLineSeries\";\nimport type { HorizontalRaySeries } from \"./../charts/stock/drawing/HorizontalRaySeries\";\nimport type { IconControl } from \"./../charts/stock/toolbar/IconControl\";\nimport type { IconSeries } from \"./../charts/stock/drawing/IconSeries\";\nimport type { Indicator } from \"./../charts/stock/indicators/Indicator\";\nimport type { IndicatorControl } from \"./../charts/stock/toolbar/IndicatorControl\";\nimport type { InterfaceColors } from \"./util/InterfaceColors\";\nimport type { IntervalControl } from \"./../charts/stock/toolbar/IntervalControl\";\nimport type { Label } from \"./render/Label\";\nimport type { LabelSeries } from \"./../charts/stock/drawing/LabelSeries\";\nimport type { Layout } from \"./render/Layout\";\nimport type { Legend } from \"./render/Legend\";\nimport type { Line } from \"./render/Line\";\nimport type { LinePattern } from \"./render/patterns/LinePattern\";\nimport type { LineSeries } from \"./../charts/xy/series/LineSeries\";\nimport type { LinearGradient } from \"./render/gradients/LinearGradient\";\nimport type { LinkedHierarchy } from \"./../charts/hierarchy/LinkedHierarchy\";\nimport type { LinkedHierarchyNode } from \"./../charts/hierarchy/LinkedHierarchyNode\";\nimport type { MACD } from \"./../charts/stock/indicators/MACD\";\nimport type { MapChart } from \"./../charts/map/MapChart\";\nimport type { MapLine } from \"./../charts/map/MapLine\";\nimport type { MapLineSeries } from \"./../charts/map/MapLineSeries\";\nimport type { MapPointSeries } from \"./../charts/map/MapPointSeries\";\nimport type { MapPolygon } from \"./../charts/map/MapPolygon\";\nimport type { MapPolygonSeries } from \"./../charts/map/MapPolygonSeries\";\nimport type { MapSeries } from \"./../charts/map/MapSeries\";\nimport type { Modal } from \"./util/Modal\";\nimport type { MovingAverage } from \"./../charts/stock/indicators/MovingAverage\";\nimport type { MovingAverageDeviation } from \"./../charts/stock/indicators/MovingAverageDeviation\";\nimport type { MovingAverageEnvelope } from \"./../charts/stock/indicators/MovingAverageEnvelope\";\nimport type { OHLC } from \"./../charts/xy/series/OHLC\";\nimport type { OHLCSeries } from \"./../charts/xy/series/OHLCSeries\";\nimport type { OnBalanceVolume } from \"./../charts/stock/indicators/OnBalanceVolume\";\nimport type { Pack } from \"./../charts/hierarchy/Pack\";\nimport type { PanelControls } from \"./../charts/stock/PanelControls\";\nimport type { Partition } from \"./../charts/hierarchy/Partition\";\nimport type { Pattern } from \"./render/patterns/Pattern\";\nimport type { PercentChart } from \"./../charts/percent/PercentChart\";\nimport type { PercentSeries } from \"./../charts/percent/PercentSeries\";\nimport type { PeriodSelector } from \"./../charts/stock/toolbar/PeriodSelector\";\nimport type { PictorialStackedSeries } from \"./../charts/funnel/PictorialStackedSeries\";\nimport type { Picture } from \"./render/Picture\";\nimport type { PieChart } from \"./../charts/pie/PieChart\";\nimport type { PieSeries } from \"./../charts/pie/PieSeries\";\nimport type { PointedRectangle } from \"./render/PointedRectangle\";\nimport type { PolylineSeries } from \"./../charts/stock/drawing/PolylineSeries\";\nimport type { PyramidSeries } from \"./../charts/funnel/PyramidSeries\";\nimport type { QuadrantLineSeries } from \"./../charts/stock/drawing/QuadrantLineSeries\";\nimport type { RadarChart } from \"./../charts/radar/RadarChart\";\nimport type { RadarColumnSeries } from \"./../charts/radar/RadarColumnSeries\";\nimport type { RadarCursor } from \"./../charts/radar/RadarCursor\";\nimport type { RadarLineSeries } from \"./../charts/radar/RadarLineSeries\";\nimport type { RadialGradient } from \"./render/gradients/RadialGradient\";\nimport type { RadialLabel } from \"./render/RadialLabel\";\nimport type { RadialText } from \"./render/RadialText\";\nimport type { Rectangle } from \"./render/Rectangle\";\nimport type { RectanglePattern } from \"./render/patterns/RectanglePattern\";\nimport type { RectangleSeries } from \"./../charts/stock/drawing/RectangleSeries\";\nimport type { RegressionSeries } from \"./../charts/stock/drawing/RegressionSeries\";\nimport type { RelativeStrengthIndex } from \"./../charts/stock/indicators/RelativeStrengthIndex\";\nimport type { ResetControl } from \"./../charts/stock/toolbar/ResetControl\";\nimport type { RoundedRectangle } from \"./render/RoundedRectangle\";\nimport type { Sankey } from \"./../charts/flow/Sankey\";\nimport type { SankeyLink } from \"./../charts/flow/SankeyLink\";\nimport type { SankeyNodes } from \"./../charts/flow/SankeyNodes\";\nimport type { Scrollbar } from \"./render/Scrollbar\";\nimport type { SerialChart } from \"./render/SerialChart\";\nimport type { Series } from \"./render/Series\";\nimport type { SeriesTypeControl } from \"./../charts/stock/toolbar/SeriesTypeControl\";\nimport type { SettingsControl } from \"./../charts/stock/toolbar/SettingsControl\";\nimport type { SettingsModal } from \"./../charts/stock/SettingsModal\";\nimport type { SimpleLineSeries } from \"./../charts/stock/drawing/SimpleLineSeries\";\nimport type { Slice } from \"./render/Slice\";\nimport type { SliceGrouper } from \"./../plugins/sliceGrouper/SliceGrouper\";\nimport type { SlicedChart } from \"./../charts/funnel/SlicedChart\";\nimport type { Slider } from \"./render/Slider\";\nimport type { SmoothedRadarLineSeries } from \"./../charts/radar/SmoothedRadarLineSeries\";\nimport type { SmoothedXLineSeries } from \"./../charts/xy/series/SmoothedXLineSeries\";\nimport type { SmoothedXYLineSeries } from \"./../charts/xy/series/SmoothedXYLineSeries\";\nimport type { SmoothedYLineSeries } from \"./../charts/xy/series/SmoothedYLineSeries\";\nimport type { Sprite } from \"./render/Sprite\";\nimport type { SpriteResizer } from \"./../charts/stock/drawing/SpriteResizer\";\nimport type { Star } from \"./render/Star\";\nimport type { StepLineSeries } from \"./../charts/xy/series/StepLineSeries\";\nimport type { StochasticOscillator } from \"./../charts/stock/indicators/StochasticOscillator\";\nimport type { StockChart } from \"./../charts/stock/StockChart\";\nimport type { StockControl } from \"./../charts/stock/toolbar/StockControl\";\nimport type { StockLegend } from \"./../charts/stock/StockLegend\";\nimport type { StockPanel } from \"./../charts/stock/StockPanel\";\nimport type { StockToolbar } from \"./../charts/stock/toolbar/StockToolbar\";\nimport type { Sunburst } from \"./../charts/hierarchy/Sunburst\";\nimport type { Text } from \"./render/Text\";\nimport type { Tick } from \"./render/Tick\";\nimport type { Tooltip } from \"./render/Tooltip\";\nimport type { Tree } from \"./../charts/hierarchy/Tree\";\nimport type { Treemap } from \"./../charts/hierarchy/Treemap\";\nimport type { TrendLineSeries } from \"./../charts/stock/drawing/TrendLineSeries\";\nimport type { Triangle } from \"./render/Triangle\";\nimport type { ValueAxis } from \"./../charts/xy/axes/ValueAxis\";\nimport type { Venn } from \"./../charts/venn/Venn\";\nimport type { VerticalLayout } from \"./render/VerticalLayout\";\nimport type { VerticalLineSeries } from \"./../charts/stock/drawing/VerticalLineSeries\";\nimport type { Volume } from \"./../charts/stock/indicators/Volume\";\nimport type { WilliamsR } from \"./../charts/stock/indicators/WilliamsR\";\nimport type { WordCloud } from \"./../charts/wordcloud/WordCloud\";\nimport type { XYChart } from \"./../charts/xy/XYChart\";\nimport type { XYChartScrollbar } from \"./../charts/xy/XYChartScrollbar\";\nimport type { XYCursor } from \"./../charts/xy/XYCursor\";\nimport type { XYSeries } from \"./../charts/xy/series/XYSeries\";\nimport type { ZoomControl } from \"./../charts/map/ZoomControl\";\n\nexport interface IClasses {\n\t\"AccumulationDistribution\": AccumulationDistribution;\n\t\"AccumulativeSwingIndex\": AccumulativeSwingIndex;\n\t\"Annotator\": Annotator;\n\t\"Aroon\": Aroon;\n\t\"AverageSeries\": AverageSeries;\n\t\"AwesomeOscillator\": AwesomeOscillator;\n\t\"Axis\": Axis<AxisRenderer>;\n\t\"AxisBullet\": AxisBullet;\n\t\"AxisLabel\": AxisLabel;\n\t\"AxisLabelRadial\": AxisLabelRadial;\n\t\"AxisRenderer\": AxisRenderer;\n\t\"AxisRendererCircular\": AxisRendererCircular;\n\t\"AxisRendererRadial\": AxisRendererRadial;\n\t\"AxisRendererX\": AxisRendererX;\n\t\"AxisRendererY\": AxisRendererY;\n\t\"AxisTick\": AxisTick;\n\t\"BaseColumnSeries\": BaseColumnSeries;\n\t\"BollingerBands\": BollingerBands;\n\t\"BreadcrumbBar\": BreadcrumbBar;\n\t\"Bullet\": Bullet;\n\t\"Button\": Button;\n\t\"CalloutSeries\": CalloutSeries;\n\t\"Candlestick\": Candlestick;\n\t\"CandlestickSeries\": CandlestickSeries;\n\t\"CategoryAxis\": CategoryAxis<AxisRenderer>;\n\t\"CategoryDateAxis\": CategoryDateAxis<AxisRenderer>;\n\t\"ChaikinMoneyFlow\": ChaikinMoneyFlow;\n\t\"ChaikinOscillator\": ChaikinOscillator;\n\t\"Chart\": Chart;\n\t\"ChartIndicator\": ChartIndicator;\n\t\"Chord\": Chord;\n\t\"ChordDirected\": ChordDirected;\n\t\"ChordLink\": ChordLink;\n\t\"ChordLinkDirected\": ChordLinkDirected;\n\t\"ChordNodes\": ChordNodes;\n\t\"ChordNonRibbon\": ChordNonRibbon;\n\t\"Circle\": Circle;\n\t\"CirclePattern\": CirclePattern;\n\t\"ClockHand\": ClockHand;\n\t\"ColorControl\": ColorControl;\n\t\"ColorSet\": ColorSet;\n\t\"ColumnSeries\": ColumnSeries;\n\t\"CommodityChannelIndex\": CommodityChannelIndex;\n\t\"ComparisonControl\": ComparisonControl;\n\t\"Component\": Component;\n\t\"Container\": Container;\n\t\"DateAxis\": DateAxis<AxisRenderer>;\n\t\"DateRangeSelector\": DateRangeSelector;\n\t\"DisparityIndex\": DisparityIndex;\n\t\"DoodleSeries\": DoodleSeries;\n\t\"DrawingControl\": DrawingControl;\n\t\"DrawingSeries\": DrawingSeries;\n\t\"DrawingToolControl\": DrawingToolControl;\n\t\"Dropdown\": Dropdown;\n\t\"DropdownColors\": DropdownColors;\n\t\"DropdownList\": DropdownList;\n\t\"DropdownListControl\": DropdownListControl;\n\t\"DurationAxis\": DurationAxis<AxisRenderer>;\n\t\"Ellipse\": Ellipse;\n\t\"EllipseSeries\": EllipseSeries;\n\t\"Entity\": Entity;\n\t\"Exporting\": Exporting;\n\t\"ExportingMenu\": ExportingMenu;\n\t\"FibonacciSeries\": FibonacciSeries;\n\t\"FibonacciTimezoneSeries\": FibonacciTimezoneSeries;\n\t\"Flow\": Flow;\n\t\"FlowLink\": FlowLink;\n\t\"FlowNode\": FlowNode;\n\t\"FlowNodes\": FlowNodes;\n\t\"ForceDirected\": ForceDirected;\n\t\"FunnelSeries\": FunnelSeries;\n\t\"FunnelSlice\": FunnelSlice;\n\t\"GaplessDateAxis\": GaplessDateAxis<AxisRenderer>;\n\t\"Gradient\": Gradient;\n\t\"Graphics\": Graphics;\n\t\"GraticuleSeries\": GraticuleSeries;\n\t\"Grid\": Grid;\n\t\"GridLayout\": GridLayout;\n\t\"HeatLegend\": HeatLegend;\n\t\"Hierarchy\": Hierarchy;\n\t\"HierarchyLink\": HierarchyLink;\n\t\"HierarchyNode\": HierarchyNode;\n\t\"HorizontalLayout\": HorizontalLayout;\n\t\"HorizontalLineSeries\": HorizontalLineSeries;\n\t\"HorizontalRaySeries\": HorizontalRaySeries;\n\t\"IconControl\": IconControl;\n\t\"IconSeries\": IconSeries;\n\t\"Indicator\": Indicator;\n\t\"IndicatorControl\": IndicatorControl;\n\t\"InterfaceColors\": InterfaceColors;\n\t\"IntervalControl\": IntervalControl;\n\t\"Label\": Label;\n\t\"LabelSeries\": LabelSeries;\n\t\"Layout\": Layout;\n\t\"Legend\": Legend;\n\t\"Line\": Line;\n\t\"LinePattern\": LinePattern;\n\t\"LineSeries\": LineSeries;\n\t\"LinearGradient\": LinearGradient;\n\t\"LinkedHierarchy\": LinkedHierarchy;\n\t\"LinkedHierarchyNode\": LinkedHierarchyNode;\n\t\"MACD\": MACD;\n\t\"MapChart\": MapChart;\n\t\"MapLine\": MapLine;\n\t\"MapLineSeries\": MapLineSeries;\n\t\"MapPointSeries\": MapPointSeries;\n\t\"MapPolygon\": MapPolygon;\n\t\"MapPolygonSeries\": MapPolygonSeries;\n\t\"MapSeries\": MapSeries;\n\t\"Modal\": Modal;\n\t\"MovingAverage\": MovingAverage;\n\t\"MovingAverageDeviation\": MovingAverageDeviation;\n\t\"MovingAverageEnvelope\": MovingAverageEnvelope;\n\t\"OHLC\": OHLC;\n\t\"OHLCSeries\": OHLCSeries;\n\t\"OnBalanceVolume\": OnBalanceVolume;\n\t\"Pack\": Pack;\n\t\"PanelControls\": PanelControls;\n\t\"Partition\": Partition;\n\t\"Pattern\": Pattern;\n\t\"PercentChart\": PercentChart;\n\t\"PercentSeries\": PercentSeries;\n\t\"PeriodSelector\": PeriodSelector;\n\t\"PictorialStackedSeries\": PictorialStackedSeries;\n\t\"Picture\": Picture;\n\t\"PieChart\": PieChart;\n\t\"PieSeries\": PieSeries;\n\t\"PointedRectangle\": PointedRectangle;\n\t\"PolylineSeries\": PolylineSeries;\n\t\"PyramidSeries\": PyramidSeries;\n\t\"QuadrantLineSeries\": QuadrantLineSeries;\n\t\"RadarChart\": RadarChart;\n\t\"RadarColumnSeries\": RadarColumnSeries;\n\t\"RadarCursor\": RadarCursor;\n\t\"RadarLineSeries\": RadarLineSeries;\n\t\"RadialGradient\": RadialGradient;\n\t\"RadialLabel\": RadialLabel;\n\t\"RadialText\": RadialText;\n\t\"Rectangle\": Rectangle;\n\t\"RectanglePattern\": RectanglePattern;\n\t\"RectangleSeries\": RectangleSeries;\n\t\"RegressionSeries\": RegressionSeries;\n\t\"RelativeStrengthIndex\": RelativeStrengthIndex;\n\t\"ResetControl\": ResetControl;\n\t\"RoundedRectangle\": RoundedRectangle;\n\t\"Sankey\": Sankey;\n\t\"SankeyLink\": SankeyLink;\n\t\"SankeyNodes\": SankeyNodes;\n\t\"Scrollbar\": Scrollbar;\n\t\"SerialChart\": SerialChart;\n\t\"Series\": Series;\n\t\"SeriesTypeControl\": SeriesTypeControl;\n\t\"SettingsControl\": SettingsControl;\n\t\"SettingsModal\": SettingsModal;\n\t\"SimpleLineSeries\": SimpleLineSeries;\n\t\"Slice\": Slice;\n\t\"SliceGrouper\": SliceGrouper;\n\t\"SlicedChart\": SlicedChart;\n\t\"Slider\": Slider;\n\t\"SmoothedRadarLineSeries\": SmoothedRadarLineSeries;\n\t\"SmoothedXLineSeries\": SmoothedXLineSeries;\n\t\"SmoothedXYLineSeries\": SmoothedXYLineSeries;\n\t\"SmoothedYLineSeries\": SmoothedYLineSeries;\n\t\"Sprite\": Sprite;\n\t\"SpriteResizer\": SpriteResizer;\n\t\"Star\": Star;\n\t\"StepLineSeries\": StepLineSeries;\n\t\"StochasticOscillator\": StochasticOscillator;\n\t\"StockChart\": StockChart;\n\t\"StockControl\": StockControl;\n\t\"StockLegend\": StockLegend;\n\t\"StockPanel\": StockPanel;\n\t\"StockToolbar\": StockToolbar;\n\t\"Sunburst\": Sunburst;\n\t\"Text\": Text;\n\t\"Tick\": Tick;\n\t\"Tooltip\": Tooltip;\n\t\"Tree\": Tree;\n\t\"Treemap\": Treemap;\n\t\"TrendLineSeries\": TrendLineSeries;\n\t\"Triangle\": Triangle;\n\t\"ValueAxis\": ValueAxis<AxisRenderer>;\n\t\"Venn\": Venn;\n\t\"VerticalLayout\": VerticalLayout;\n\t\"VerticalLineSeries\": VerticalLineSeries;\n\t\"Volume\": Volume;\n\t\"WilliamsR\": WilliamsR;\n\t\"WordCloud\": WordCloud;\n\t\"XYChart\": XYChart;\n\t\"XYChartScrollbar\": XYChartScrollbar;\n\t\"XYCursor\": XYCursor;\n\t\"XYSeries\": XYSeries;\n\t\"ZoomControl\": ZoomControl;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"Classes.js","sourceRoot":"","sources":["../../../../src/.internal/core/Classes.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/**\n * This file is automatically generated by `yarn generate-classes`.\n * DO NOT MANUALLY EDIT IT OR YOUR CHANGES WILL BE LOST!\n */\n\nimport type { AccumulationDistribution } from \"./../charts/stock/indicators/AccumulationDistribution\";\nimport type { AccumulativeSwingIndex } from \"./../charts/stock/indicators/AccumulativeSwingIndex\";\nimport type { Annotator } from \"./../plugins/exporting/Annotator\";\nimport type { Aroon } from \"./../charts/stock/indicators/Aroon\";\nimport type { AverageSeries } from \"./../charts/stock/drawing/AverageSeries\";\nimport type { AwesomeOscillator } from \"./../charts/stock/indicators/AwesomeOscillator\";\nimport type { Axis } from \"./../charts/xy/axes/Axis\";\nimport type { AxisBullet } from \"./../charts/xy/axes/AxisBullet\";\nimport type { AxisLabel } from \"./../charts/xy/axes/AxisLabel\";\nimport type { AxisLabelRadial } from \"./../charts/xy/axes/AxisLabelRadial\";\nimport type { AxisRenderer } from \"./../charts/xy/axes/AxisRenderer\";\nimport type { AxisRendererCircular } from \"./../charts/radar/AxisRendererCircular\";\nimport type { AxisRendererRadial } from \"./../charts/radar/AxisRendererRadial\";\nimport type { AxisRendererX } from \"./../charts/xy/axes/AxisRendererX\";\nimport type { AxisRendererY } from \"./../charts/xy/axes/AxisRendererY\";\nimport type { AxisTick } from \"./../charts/xy/axes/AxisTick\";\nimport type { BaseColumnSeries } from \"./../charts/xy/series/BaseColumnSeries\";\nimport type { BollingerBands } from \"./../charts/stock/indicators/BollingerBands\";\nimport type { BreadcrumbBar } from \"./../charts/hierarchy/BreadcrumbBar\";\nimport type { Bullet } from \"./render/Bullet\";\nimport type { Button } from \"./render/Button\";\nimport type { CalloutSeries } from \"./../charts/stock/drawing/CalloutSeries\";\nimport type { Candlestick } from \"./../charts/xy/series/Candlestick\";\nimport type { CandlestickSeries } from \"./../charts/xy/series/CandlestickSeries\";\nimport type { CategoryAxis } from \"./../charts/xy/axes/CategoryAxis\";\nimport type { CategoryDateAxis } from \"./../charts/xy/axes/CategoryDateAxis\";\nimport type { ChaikinMoneyFlow } from \"./../charts/stock/indicators/ChaikinMoneyFlow\";\nimport type { ChaikinOscillator } from \"./../charts/stock/indicators/ChaikinOscillator\";\nimport type { Chart } from \"./render/Chart\";\nimport type { ChartIndicator } from \"./../charts/stock/indicators/ChartIndicator\";\nimport type { Chord } from \"./../charts/flow/Chord\";\nimport type { ChordDirected } from \"./../charts/flow/ChordDirected\";\nimport type { ChordLink } from \"./../charts/flow/ChordLink\";\nimport type { ChordLinkDirected } from \"./../charts/flow/ChordLinkDirected\";\nimport type { ChordNodes } from \"./../charts/flow/ChordNodes\";\nimport type { ChordNonRibbon } from \"./../charts/flow/ChordNonRibbon\";\nimport type { Circle } from \"./render/Circle\";\nimport type { CirclePattern } from \"./render/patterns/CirclePattern\";\nimport type { ClockHand } from \"./../charts/radar/ClockHand\";\nimport type { ColorControl } from \"./../charts/stock/toolbar/ColorControl\";\nimport type { ColorSet } from \"./util/ColorSet\";\nimport type { ColumnSeries } from \"./../charts/xy/series/ColumnSeries\";\nimport type { CommodityChannelIndex } from \"./../charts/stock/indicators/CommodityChannelIndex\";\nimport type { ComparisonControl } from \"./../charts/stock/toolbar/ComparisonControl\";\nimport type { Component } from \"./render/Component\";\nimport type { Container } from \"./render/Container\";\nimport type { DateAxis } from \"./../charts/xy/axes/DateAxis\";\nimport type { DateRangeSelector } from \"./../charts/stock/toolbar/DateRangeSelector\";\nimport type { DisparityIndex } from \"./../charts/stock/indicators/DisparityIndex\";\nimport type { DoodleSeries } from \"./../charts/stock/drawing/DoodleSeries\";\nimport type { DrawingControl } from \"./../charts/stock/toolbar/DrawingControl\";\nimport type { DrawingSeries } from \"./../charts/stock/drawing/DrawingSeries\";\nimport type { DrawingToolControl } from \"./../charts/stock/toolbar/DrawingToolControl\";\nimport type { Dropdown } from \"./../charts/stock/toolbar/Dropdown\";\nimport type { DropdownColors } from \"./../charts/stock/toolbar/DropdownColors\";\nimport type { DropdownList } from \"./../charts/stock/toolbar/DropdownList\";\nimport type { DropdownListControl } from \"./../charts/stock/toolbar/DropdownListControl\";\nimport type { DurationAxis } from \"./../charts/xy/axes/DurationAxis\";\nimport type { Ellipse } from \"./render/Ellipse\";\nimport type { EllipseSeries } from \"./../charts/stock/drawing/EllipseSeries\";\nimport type { Entity } from \"./util/Entity\";\nimport type { Exporting } from \"./../plugins/exporting/Exporting\";\nimport type { ExportingMenu } from \"./../plugins/exporting/ExportingMenu\";\nimport type { FibonacciSeries } from \"./../charts/stock/drawing/FibonacciSeries\";\nimport type { FibonacciTimezoneSeries } from \"./../charts/stock/drawing/FibonacciTimezoneSeries\";\nimport type { Flow } from \"./../charts/flow/Flow\";\nimport type { FlowLink } from \"./../charts/flow/FlowLink\";\nimport type { FlowNode } from \"./../charts/flow/FlowNode\";\nimport type { FlowNodes } from \"./../charts/flow/FlowNodes\";\nimport type { ForceDirected } from \"./../charts/hierarchy/ForceDirected\";\nimport type { FunnelSeries } from \"./../charts/funnel/FunnelSeries\";\nimport type { FunnelSlice } from \"./../charts/funnel/FunnelSlice\";\nimport type { GaplessDateAxis } from \"./../charts/xy/axes/GaplessDateAxis\";\nimport type { Gradient } from \"./render/gradients/Gradient\";\nimport type { Graphics } from \"./render/Graphics\";\nimport type { GraticuleSeries } from \"./../charts/map/GraticuleSeries\";\nimport type { Grid } from \"./../charts/xy/axes/Grid\";\nimport type { GridLayout } from \"./render/GridLayout\";\nimport type { HeatLegend } from \"./render/HeatLegend\";\nimport type { Hierarchy } from \"./../charts/hierarchy/Hierarchy\";\nimport type { HierarchyLink } from \"./../charts/hierarchy/HierarchyLink\";\nimport type { HierarchyNode } from \"./../charts/hierarchy/HierarchyNode\";\nimport type { HorizontalLayout } from \"./render/HorizontalLayout\";\nimport type { HorizontalLineSeries } from \"./../charts/stock/drawing/HorizontalLineSeries\";\nimport type { HorizontalRaySeries } from \"./../charts/stock/drawing/HorizontalRaySeries\";\nimport type { IconControl } from \"./../charts/stock/toolbar/IconControl\";\nimport type { IconSeries } from \"./../charts/stock/drawing/IconSeries\";\nimport type { Indicator } from \"./../charts/stock/indicators/Indicator\";\nimport type { IndicatorControl } from \"./../charts/stock/toolbar/IndicatorControl\";\nimport type { InterfaceColors } from \"./util/InterfaceColors\";\nimport type { IntervalControl } from \"./../charts/stock/toolbar/IntervalControl\";\nimport type { Label } from \"./render/Label\";\nimport type { LabelSeries } from \"./../charts/stock/drawing/LabelSeries\";\nimport type { Layout } from \"./render/Layout\";\nimport type { Legend } from \"./render/Legend\";\nimport type { Line } from \"./render/Line\";\nimport type { LinePattern } from \"./render/patterns/LinePattern\";\nimport type { LineSeries } from \"./../charts/xy/series/LineSeries\";\nimport type { LinearGradient } from \"./render/gradients/LinearGradient\";\nimport type { LinkedHierarchy } from \"./../charts/hierarchy/LinkedHierarchy\";\nimport type { LinkedHierarchyNode } from \"./../charts/hierarchy/LinkedHierarchyNode\";\nimport type { MACD } from \"./../charts/stock/indicators/MACD\";\nimport type { MapChart } from \"./../charts/map/MapChart\";\nimport type { MapLine } from \"./../charts/map/MapLine\";\nimport type { MapLineSeries } from \"./../charts/map/MapLineSeries\";\nimport type { MapPointSeries } from \"./../charts/map/MapPointSeries\";\nimport type { MapPolygon } from \"./../charts/map/MapPolygon\";\nimport type { MapPolygonSeries } from \"./../charts/map/MapPolygonSeries\";\nimport type { MapSeries } from \"./../charts/map/MapSeries\";\nimport type { Modal } from \"./util/Modal\";\nimport type { MovingAverage } from \"./../charts/stock/indicators/MovingAverage\";\nimport type { MovingAverageDeviation } from \"./../charts/stock/indicators/MovingAverageDeviation\";\nimport type { MovingAverageEnvelope } from \"./../charts/stock/indicators/MovingAverageEnvelope\";\nimport type { OHLC } from \"./../charts/xy/series/OHLC\";\nimport type { OHLCSeries } from \"./../charts/xy/series/OHLCSeries\";\nimport type { OnBalanceVolume } from \"./../charts/stock/indicators/OnBalanceVolume\";\nimport type { Pack } from \"./../charts/hierarchy/Pack\";\nimport type { PanelControls } from \"./../charts/stock/PanelControls\";\nimport type { Partition } from \"./../charts/hierarchy/Partition\";\nimport type { Pattern } from \"./render/patterns/Pattern\";\nimport type { PercentChart } from \"./../charts/percent/PercentChart\";\nimport type { PercentSeries } from \"./../charts/percent/PercentSeries\";\nimport type { PeriodSelector } from \"./../charts/stock/toolbar/PeriodSelector\";\nimport type { PictorialStackedSeries } from \"./../charts/funnel/PictorialStackedSeries\";\nimport type { Picture } from \"./render/Picture\";\nimport type { PieChart } from \"./../charts/pie/PieChart\";\nimport type { PieSeries } from \"./../charts/pie/PieSeries\";\nimport type { PointedRectangle } from \"./render/PointedRectangle\";\nimport type { PolylineSeries } from \"./../charts/stock/drawing/PolylineSeries\";\nimport type { PyramidSeries } from \"./../charts/funnel/PyramidSeries\";\nimport type { QuadrantLineSeries } from \"./../charts/stock/drawing/QuadrantLineSeries\";\nimport type { RadarChart } from \"./../charts/radar/RadarChart\";\nimport type { RadarColumnSeries } from \"./../charts/radar/RadarColumnSeries\";\nimport type { RadarCursor } from \"./../charts/radar/RadarCursor\";\nimport type { RadarLineSeries } from \"./../charts/radar/RadarLineSeries\";\nimport type { RadialGradient } from \"./render/gradients/RadialGradient\";\nimport type { RadialLabel } from \"./render/RadialLabel\";\nimport type { RadialText } from \"./render/RadialText\";\nimport type { Rectangle } from \"./render/Rectangle\";\nimport type { RectanglePattern } from \"./render/patterns/RectanglePattern\";\nimport type { RectangleSeries } from \"./../charts/stock/drawing/RectangleSeries\";\nimport type { RegressionSeries } from \"./../charts/stock/drawing/RegressionSeries\";\nimport type { RelativeStrengthIndex } from \"./../charts/stock/indicators/RelativeStrengthIndex\";\nimport type { ResetControl } from \"./../charts/stock/toolbar/ResetControl\";\nimport type { RoundedRectangle } from \"./render/RoundedRectangle\";\nimport type { Sankey } from \"./../charts/flow/Sankey\";\nimport type { SankeyLink } from \"./../charts/flow/SankeyLink\";\nimport type { SankeyNodes } from \"./../charts/flow/SankeyNodes\";\nimport type { Scrollbar } from \"./render/Scrollbar\";\nimport type { SerialChart } from \"./render/SerialChart\";\nimport type { Series } from \"./render/Series\";\nimport type { SeriesTypeControl } from \"./../charts/stock/toolbar/SeriesTypeControl\";\nimport type { SettingsControl } from \"./../charts/stock/toolbar/SettingsControl\";\nimport type { SettingsModal } from \"./../charts/stock/SettingsModal\";\nimport type { SimpleLineSeries } from \"./../charts/stock/drawing/SimpleLineSeries\";\nimport type { Slice } from \"./render/Slice\";\nimport type { SliceGrouper } from \"./../plugins/sliceGrouper/SliceGrouper\";\nimport type { SlicedChart } from \"./../charts/funnel/SlicedChart\";\nimport type { Slider } from \"./render/Slider\";\nimport type { SmoothedRadarLineSeries } from \"./../charts/radar/SmoothedRadarLineSeries\";\nimport type { SmoothedXLineSeries } from \"./../charts/xy/series/SmoothedXLineSeries\";\nimport type { SmoothedXYLineSeries } from \"./../charts/xy/series/SmoothedXYLineSeries\";\nimport type { SmoothedYLineSeries } from \"./../charts/xy/series/SmoothedYLineSeries\";\nimport type { Sprite } from \"./render/Sprite\";\nimport type { SpriteResizer } from \"./../charts/stock/drawing/SpriteResizer\";\nimport type { Star } from \"./render/Star\";\nimport type { StepLineSeries } from \"./../charts/xy/series/StepLineSeries\";\nimport type { StochasticOscillator } from \"./../charts/stock/indicators/StochasticOscillator\";\nimport type { StockChart } from \"./../charts/stock/StockChart\";\nimport type { StockControl } from \"./../charts/stock/toolbar/StockControl\";\nimport type { StockLegend } from \"./../charts/stock/StockLegend\";\nimport type { StockPanel } from \"./../charts/stock/StockPanel\";\nimport type { StockToolbar } from \"./../charts/stock/toolbar/StockToolbar\";\nimport type { Sunburst } from \"./../charts/hierarchy/Sunburst\";\nimport type { Text } from \"./render/Text\";\nimport type { Tick } from \"./render/Tick\";\nimport type { Tooltip } from \"./render/Tooltip\";\nimport type { Tree } from \"./../charts/hierarchy/Tree\";\nimport type { Treemap } from \"./../charts/hierarchy/Treemap\";\nimport type { TrendLineSeries } from \"./../charts/stock/drawing/TrendLineSeries\";\nimport type { Triangle } from \"./render/Triangle\";\nimport type { ValueAxis } from \"./../charts/xy/axes/ValueAxis\";\nimport type { Venn } from \"./../charts/venn/Venn\";\nimport type { VerticalLayout } from \"./render/VerticalLayout\";\nimport type { VerticalLineSeries } from \"./../charts/stock/drawing/VerticalLineSeries\";\nimport type { Volume } from \"./../charts/stock/indicators/Volume\";\nimport type { VWAP } from \"./../charts/stock/indicators/VWAP\";\nimport type { WilliamsR } from \"./../charts/stock/indicators/WilliamsR\";\nimport type { WordCloud } from \"./../charts/wordcloud/WordCloud\";\nimport type { XYChart } from \"./../charts/xy/XYChart\";\nimport type { XYChartScrollbar } from \"./../charts/xy/XYChartScrollbar\";\nimport type { XYCursor } from \"./../charts/xy/XYCursor\";\nimport type { XYSeries } from \"./../charts/xy/series/XYSeries\";\nimport type { ZoomControl } from \"./../charts/map/ZoomControl\";\n\nexport interface IClasses {\n\t\"AccumulationDistribution\": AccumulationDistribution;\n\t\"AccumulativeSwingIndex\": AccumulativeSwingIndex;\n\t\"Annotator\": Annotator;\n\t\"Aroon\": Aroon;\n\t\"AverageSeries\": AverageSeries;\n\t\"AwesomeOscillator\": AwesomeOscillator;\n\t\"Axis\": Axis<AxisRenderer>;\n\t\"AxisBullet\": AxisBullet;\n\t\"AxisLabel\": AxisLabel;\n\t\"AxisLabelRadial\": AxisLabelRadial;\n\t\"AxisRenderer\": AxisRenderer;\n\t\"AxisRendererCircular\": AxisRendererCircular;\n\t\"AxisRendererRadial\": AxisRendererRadial;\n\t\"AxisRendererX\": AxisRendererX;\n\t\"AxisRendererY\": AxisRendererY;\n\t\"AxisTick\": AxisTick;\n\t\"BaseColumnSeries\": BaseColumnSeries;\n\t\"BollingerBands\": BollingerBands;\n\t\"BreadcrumbBar\": BreadcrumbBar;\n\t\"Bullet\": Bullet;\n\t\"Button\": Button;\n\t\"CalloutSeries\": CalloutSeries;\n\t\"Candlestick\": Candlestick;\n\t\"CandlestickSeries\": CandlestickSeries;\n\t\"CategoryAxis\": CategoryAxis<AxisRenderer>;\n\t\"CategoryDateAxis\": CategoryDateAxis<AxisRenderer>;\n\t\"ChaikinMoneyFlow\": ChaikinMoneyFlow;\n\t\"ChaikinOscillator\": ChaikinOscillator;\n\t\"Chart\": Chart;\n\t\"ChartIndicator\": ChartIndicator;\n\t\"Chord\": Chord;\n\t\"ChordDirected\": ChordDirected;\n\t\"ChordLink\": ChordLink;\n\t\"ChordLinkDirected\": ChordLinkDirected;\n\t\"ChordNodes\": ChordNodes;\n\t\"ChordNonRibbon\": ChordNonRibbon;\n\t\"Circle\": Circle;\n\t\"CirclePattern\": CirclePattern;\n\t\"ClockHand\": ClockHand;\n\t\"ColorControl\": ColorControl;\n\t\"ColorSet\": ColorSet;\n\t\"ColumnSeries\": ColumnSeries;\n\t\"CommodityChannelIndex\": CommodityChannelIndex;\n\t\"ComparisonControl\": ComparisonControl;\n\t\"Component\": Component;\n\t\"Container\": Container;\n\t\"DateAxis\": DateAxis<AxisRenderer>;\n\t\"DateRangeSelector\": DateRangeSelector;\n\t\"DisparityIndex\": DisparityIndex;\n\t\"DoodleSeries\": DoodleSeries;\n\t\"DrawingControl\": DrawingControl;\n\t\"DrawingSeries\": DrawingSeries;\n\t\"DrawingToolControl\": DrawingToolControl;\n\t\"Dropdown\": Dropdown;\n\t\"DropdownColors\": DropdownColors;\n\t\"DropdownList\": DropdownList;\n\t\"DropdownListControl\": DropdownListControl;\n\t\"DurationAxis\": DurationAxis<AxisRenderer>;\n\t\"Ellipse\": Ellipse;\n\t\"EllipseSeries\": EllipseSeries;\n\t\"Entity\": Entity;\n\t\"Exporting\": Exporting;\n\t\"ExportingMenu\": ExportingMenu;\n\t\"FibonacciSeries\": FibonacciSeries;\n\t\"FibonacciTimezoneSeries\": FibonacciTimezoneSeries;\n\t\"Flow\": Flow;\n\t\"FlowLink\": FlowLink;\n\t\"FlowNode\": FlowNode;\n\t\"FlowNodes\": FlowNodes;\n\t\"ForceDirected\": ForceDirected;\n\t\"FunnelSeries\": FunnelSeries;\n\t\"FunnelSlice\": FunnelSlice;\n\t\"GaplessDateAxis\": GaplessDateAxis<AxisRenderer>;\n\t\"Gradient\": Gradient;\n\t\"Graphics\": Graphics;\n\t\"GraticuleSeries\": GraticuleSeries;\n\t\"Grid\": Grid;\n\t\"GridLayout\": GridLayout;\n\t\"HeatLegend\": HeatLegend;\n\t\"Hierarchy\": Hierarchy;\n\t\"HierarchyLink\": HierarchyLink;\n\t\"HierarchyNode\": HierarchyNode;\n\t\"HorizontalLayout\": HorizontalLayout;\n\t\"HorizontalLineSeries\": HorizontalLineSeries;\n\t\"HorizontalRaySeries\": HorizontalRaySeries;\n\t\"IconControl\": IconControl;\n\t\"IconSeries\": IconSeries;\n\t\"Indicator\": Indicator;\n\t\"IndicatorControl\": IndicatorControl;\n\t\"InterfaceColors\": InterfaceColors;\n\t\"IntervalControl\": IntervalControl;\n\t\"Label\": Label;\n\t\"LabelSeries\": LabelSeries;\n\t\"Layout\": Layout;\n\t\"Legend\": Legend;\n\t\"Line\": Line;\n\t\"LinePattern\": LinePattern;\n\t\"LineSeries\": LineSeries;\n\t\"LinearGradient\": LinearGradient;\n\t\"LinkedHierarchy\": LinkedHierarchy;\n\t\"LinkedHierarchyNode\": LinkedHierarchyNode;\n\t\"MACD\": MACD;\n\t\"MapChart\": MapChart;\n\t\"MapLine\": MapLine;\n\t\"MapLineSeries\": MapLineSeries;\n\t\"MapPointSeries\": MapPointSeries;\n\t\"MapPolygon\": MapPolygon;\n\t\"MapPolygonSeries\": MapPolygonSeries;\n\t\"MapSeries\": MapSeries;\n\t\"Modal\": Modal;\n\t\"MovingAverage\": MovingAverage;\n\t\"MovingAverageDeviation\": MovingAverageDeviation;\n\t\"MovingAverageEnvelope\": MovingAverageEnvelope;\n\t\"OHLC\": OHLC;\n\t\"OHLCSeries\": OHLCSeries;\n\t\"OnBalanceVolume\": OnBalanceVolume;\n\t\"Pack\": Pack;\n\t\"PanelControls\": PanelControls;\n\t\"Partition\": Partition;\n\t\"Pattern\": Pattern;\n\t\"PercentChart\": PercentChart;\n\t\"PercentSeries\": PercentSeries;\n\t\"PeriodSelector\": PeriodSelector;\n\t\"PictorialStackedSeries\": PictorialStackedSeries;\n\t\"Picture\": Picture;\n\t\"PieChart\": PieChart;\n\t\"PieSeries\": PieSeries;\n\t\"PointedRectangle\": PointedRectangle;\n\t\"PolylineSeries\": PolylineSeries;\n\t\"PyramidSeries\": PyramidSeries;\n\t\"QuadrantLineSeries\": QuadrantLineSeries;\n\t\"RadarChart\": RadarChart;\n\t\"RadarColumnSeries\": RadarColumnSeries;\n\t\"RadarCursor\": RadarCursor;\n\t\"RadarLineSeries\": RadarLineSeries;\n\t\"RadialGradient\": RadialGradient;\n\t\"RadialLabel\": RadialLabel;\n\t\"RadialText\": RadialText;\n\t\"Rectangle\": Rectangle;\n\t\"RectanglePattern\": RectanglePattern;\n\t\"RectangleSeries\": RectangleSeries;\n\t\"RegressionSeries\": RegressionSeries;\n\t\"RelativeStrengthIndex\": RelativeStrengthIndex;\n\t\"ResetControl\": ResetControl;\n\t\"RoundedRectangle\": RoundedRectangle;\n\t\"Sankey\": Sankey;\n\t\"SankeyLink\": SankeyLink;\n\t\"SankeyNodes\": SankeyNodes;\n\t\"Scrollbar\": Scrollbar;\n\t\"SerialChart\": SerialChart;\n\t\"Series\": Series;\n\t\"SeriesTypeControl\": SeriesTypeControl;\n\t\"SettingsControl\": SettingsControl;\n\t\"SettingsModal\": SettingsModal;\n\t\"SimpleLineSeries\": SimpleLineSeries;\n\t\"Slice\": Slice;\n\t\"SliceGrouper\": SliceGrouper;\n\t\"SlicedChart\": SlicedChart;\n\t\"Slider\": Slider;\n\t\"SmoothedRadarLineSeries\": SmoothedRadarLineSeries;\n\t\"SmoothedXLineSeries\": SmoothedXLineSeries;\n\t\"SmoothedXYLineSeries\": SmoothedXYLineSeries;\n\t\"SmoothedYLineSeries\": SmoothedYLineSeries;\n\t\"Sprite\": Sprite;\n\t\"SpriteResizer\": SpriteResizer;\n\t\"Star\": Star;\n\t\"StepLineSeries\": StepLineSeries;\n\t\"StochasticOscillator\": StochasticOscillator;\n\t\"StockChart\": StockChart;\n\t\"StockControl\": StockControl;\n\t\"StockLegend\": StockLegend;\n\t\"StockPanel\": StockPanel;\n\t\"StockToolbar\": StockToolbar;\n\t\"Sunburst\": Sunburst;\n\t\"Text\": Text;\n\t\"Tick\": Tick;\n\t\"Tooltip\": Tooltip;\n\t\"Tree\": Tree;\n\t\"Treemap\": Treemap;\n\t\"TrendLineSeries\": TrendLineSeries;\n\t\"Triangle\": Triangle;\n\t\"ValueAxis\": ValueAxis<AxisRenderer>;\n\t\"Venn\": Venn;\n\t\"VerticalLayout\": VerticalLayout;\n\t\"VerticalLineSeries\": VerticalLineSeries;\n\t\"Volume\": Volume;\n\t\"VWAP\": VWAP;\n\t\"WilliamsR\": WilliamsR;\n\t\"WordCloud\": WordCloud;\n\t\"XYChart\": XYChart;\n\t\"XYChartScrollbar\": XYChartScrollbar;\n\t\"XYCursor\": XYCursor;\n\t\"XYSeries\": XYSeries;\n\t\"ZoomControl\": ZoomControl;\n}\n"]}
|
package/.internal/core/Root.d.ts
CHANGED
|
@@ -199,6 +199,8 @@ export declare class Root implements IDisposer {
|
|
|
199
199
|
protected _disposers: Array<IDisposer>;
|
|
200
200
|
protected _resizeSensorDisposer?: IDisposer;
|
|
201
201
|
_tooltips: Array<Tooltip>;
|
|
202
|
+
protected _htmlElementContainer: HTMLDivElement | undefined;
|
|
203
|
+
protected _htmlEnabledContainers: Container[];
|
|
202
204
|
protected constructor(id: string | HTMLElement, settings: IRootSettings | undefined, isReal: boolean);
|
|
203
205
|
static new(id: string | HTMLElement, settings?: IRootSettings): Root;
|
|
204
206
|
moveDOM(id: string | HTMLElement): void;
|
|
@@ -366,6 +368,11 @@ export declare class Root implements IDisposer {
|
|
|
366
368
|
* @return Timeout
|
|
367
369
|
*/
|
|
368
370
|
get tapToActivateTimeout(): number;
|
|
371
|
+
_makeHTMLElement(target: Container): HTMLDivElement;
|
|
372
|
+
_positionHTMLElements(): void;
|
|
373
|
+
_positionHTMLElement(target: Container): void;
|
|
374
|
+
_setHTMLContent(target: Container, html: string): void;
|
|
375
|
+
_removeHTMLContent(target: Container): void;
|
|
369
376
|
}
|
|
370
377
|
export {};
|
|
371
378
|
//# sourceMappingURL=Root.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Root.d.ts","sourceRoot":"","sources":["../../../../src/.internal/core/Root.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,KAAK,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"Root.d.ts","sourceRoot":"","sources":["../../../../src/.internal/core/Root.ts"],"names":[],"mappings":"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"}
|
package/.internal/core/Root.js
CHANGED
|
@@ -431,6 +431,18 @@ var Root = /** @class */ (function () {
|
|
|
431
431
|
writable: true,
|
|
432
432
|
value: []
|
|
433
433
|
});
|
|
434
|
+
Object.defineProperty(this, "_htmlElementContainer", {
|
|
435
|
+
enumerable: true,
|
|
436
|
+
configurable: true,
|
|
437
|
+
writable: true,
|
|
438
|
+
value: void 0
|
|
439
|
+
});
|
|
440
|
+
Object.defineProperty(this, "_htmlEnabledContainers", {
|
|
441
|
+
enumerable: true,
|
|
442
|
+
configurable: true,
|
|
443
|
+
writable: true,
|
|
444
|
+
value: []
|
|
445
|
+
});
|
|
434
446
|
if (!isReal) {
|
|
435
447
|
throw new Error("You cannot use `new Class()`, instead use `Class.new()`");
|
|
436
448
|
}
|
|
@@ -600,6 +612,10 @@ var Root = /** @class */ (function () {
|
|
|
600
612
|
// TODO: TMP TMP TMP for testing only, remove
|
|
601
613
|
//document.body.appendChild((<any>renderer)._ghostView);
|
|
602
614
|
this._initResizeSensor();
|
|
615
|
+
// HTML content holder
|
|
616
|
+
this._htmlElementContainer = document.createElement("div");
|
|
617
|
+
this._htmlElementContainer.style.overflow = "hidden";
|
|
618
|
+
this._inner.appendChild(this._htmlElementContainer);
|
|
603
619
|
// Create element which is used to make announcements to screen reader
|
|
604
620
|
var readerAlertElement = document.createElement("div");
|
|
605
621
|
readerAlertElement.setAttribute("role", "alert");
|
|
@@ -810,6 +826,9 @@ var Root = /** @class */ (function () {
|
|
|
810
826
|
var w = dom.clientWidth;
|
|
811
827
|
var h = dom.clientHeight;
|
|
812
828
|
if (w > 0 && h > 0) {
|
|
829
|
+
var htmlElementContainer = this._htmlElementContainer;
|
|
830
|
+
htmlElementContainer.style.width = w + "px";
|
|
831
|
+
htmlElementContainer.style.height = h + "px";
|
|
813
832
|
var focusElementContainer = this._focusElementContainer;
|
|
814
833
|
focusElementContainer.style.width = w + "px";
|
|
815
834
|
focusElementContainer.style.height = h + "px";
|
|
@@ -946,6 +965,7 @@ var Root = /** @class */ (function () {
|
|
|
946
965
|
this._runAnimations(currentTime);
|
|
947
966
|
this._runDirties();
|
|
948
967
|
this._render();
|
|
968
|
+
this._positionHTMLElements();
|
|
949
969
|
if (this.events.isEnabled("frameended")) {
|
|
950
970
|
this.events.dispatch("frameended", {
|
|
951
971
|
type: "frameended",
|
|
@@ -1826,6 +1846,140 @@ var Root = /** @class */ (function () {
|
|
|
1826
1846
|
enumerable: false,
|
|
1827
1847
|
configurable: true
|
|
1828
1848
|
});
|
|
1849
|
+
Object.defineProperty(Root.prototype, "_makeHTMLElement", {
|
|
1850
|
+
enumerable: false,
|
|
1851
|
+
configurable: true,
|
|
1852
|
+
writable: true,
|
|
1853
|
+
value: function (target) {
|
|
1854
|
+
var _this = this;
|
|
1855
|
+
// Get container
|
|
1856
|
+
var container = this._htmlElementContainer;
|
|
1857
|
+
// Init
|
|
1858
|
+
var htmlElement = document.createElement("div");
|
|
1859
|
+
target.setPrivate("htmlElement", htmlElement);
|
|
1860
|
+
//htmlElement.tabIndex = this.tabindex;
|
|
1861
|
+
htmlElement.style.position = "absolute";
|
|
1862
|
+
htmlElement.style.overflow = "auto";
|
|
1863
|
+
// Translate events
|
|
1864
|
+
if (target.events.isEnabled("click")) {
|
|
1865
|
+
this._disposers.push($utils.addEventListener(htmlElement, "click", function (ev) {
|
|
1866
|
+
var downEvent = _this._renderer.getEvent(ev);
|
|
1867
|
+
target.events.dispatch("click", {
|
|
1868
|
+
type: "click",
|
|
1869
|
+
originalEvent: downEvent.event,
|
|
1870
|
+
point: downEvent.point,
|
|
1871
|
+
simulated: false,
|
|
1872
|
+
target: target
|
|
1873
|
+
});
|
|
1874
|
+
}));
|
|
1875
|
+
}
|
|
1876
|
+
this._positionHTMLElement(target);
|
|
1877
|
+
container.append(htmlElement);
|
|
1878
|
+
$array.pushOne(this._htmlEnabledContainers, target);
|
|
1879
|
+
return htmlElement;
|
|
1880
|
+
}
|
|
1881
|
+
});
|
|
1882
|
+
Object.defineProperty(Root.prototype, "_positionHTMLElements", {
|
|
1883
|
+
enumerable: false,
|
|
1884
|
+
configurable: true,
|
|
1885
|
+
writable: true,
|
|
1886
|
+
value: function () {
|
|
1887
|
+
var _this = this;
|
|
1888
|
+
$array.each(this._htmlEnabledContainers, function (target) {
|
|
1889
|
+
_this._positionHTMLElement(target);
|
|
1890
|
+
});
|
|
1891
|
+
}
|
|
1892
|
+
});
|
|
1893
|
+
Object.defineProperty(Root.prototype, "_positionHTMLElement", {
|
|
1894
|
+
enumerable: false,
|
|
1895
|
+
configurable: true,
|
|
1896
|
+
writable: true,
|
|
1897
|
+
value: function (target) {
|
|
1898
|
+
var htmlElement = target.getPrivate("htmlElement");
|
|
1899
|
+
if (htmlElement) {
|
|
1900
|
+
// Translate settings
|
|
1901
|
+
var visualSettings = ["paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "minWidth", "minHeight", "maxWidth", "maxHeight"];
|
|
1902
|
+
$array.each(visualSettings, function (setting) {
|
|
1903
|
+
var value = target.get(setting);
|
|
1904
|
+
if (value) {
|
|
1905
|
+
htmlElement.style[setting] = value + "px";
|
|
1906
|
+
}
|
|
1907
|
+
else {
|
|
1908
|
+
htmlElement.style[setting] = "";
|
|
1909
|
+
}
|
|
1910
|
+
});
|
|
1911
|
+
// Deal with opacity
|
|
1912
|
+
htmlElement.style.opacity = target.compositeOpacity() + "";
|
|
1913
|
+
// Hide or show
|
|
1914
|
+
if (target.isVisibleDeep()) {
|
|
1915
|
+
htmlElement.style.display = "block";
|
|
1916
|
+
}
|
|
1917
|
+
else {
|
|
1918
|
+
htmlElement.style.display = "none";
|
|
1919
|
+
}
|
|
1920
|
+
// Deal with position
|
|
1921
|
+
var bounds = target.globalBounds();
|
|
1922
|
+
htmlElement.style.top = (bounds.top) + "px";
|
|
1923
|
+
htmlElement.style.left = (bounds.left) + "px";
|
|
1924
|
+
// Use width/height if those are set
|
|
1925
|
+
var width = target.get("width");
|
|
1926
|
+
var height = target.get("height");
|
|
1927
|
+
var w = 0;
|
|
1928
|
+
var h = 0;
|
|
1929
|
+
if (width) {
|
|
1930
|
+
w = target.width();
|
|
1931
|
+
}
|
|
1932
|
+
if (height) {
|
|
1933
|
+
h = target.height();
|
|
1934
|
+
}
|
|
1935
|
+
if (!width || !height) {
|
|
1936
|
+
htmlElement.style.width = "";
|
|
1937
|
+
htmlElement.style.height = "";
|
|
1938
|
+
var bbox = htmlElement.getBoundingClientRect();
|
|
1939
|
+
w = bbox.width;
|
|
1940
|
+
h = bbox.height;
|
|
1941
|
+
target.setPrivate("minWidth", w);
|
|
1942
|
+
target.setPrivate("minHeight", h);
|
|
1943
|
+
}
|
|
1944
|
+
else {
|
|
1945
|
+
target.removePrivate("minWidth");
|
|
1946
|
+
target.removePrivate("minHeight");
|
|
1947
|
+
}
|
|
1948
|
+
if (w > 0) {
|
|
1949
|
+
htmlElement.style.minWidth = (w) + "px";
|
|
1950
|
+
}
|
|
1951
|
+
if (h > 0) {
|
|
1952
|
+
htmlElement.style.minHeight = (h) + "px";
|
|
1953
|
+
}
|
|
1954
|
+
}
|
|
1955
|
+
}
|
|
1956
|
+
});
|
|
1957
|
+
Object.defineProperty(Root.prototype, "_setHTMLContent", {
|
|
1958
|
+
enumerable: false,
|
|
1959
|
+
configurable: true,
|
|
1960
|
+
writable: true,
|
|
1961
|
+
value: function (target, html) {
|
|
1962
|
+
var htmlElement = target.getPrivate("htmlElement");
|
|
1963
|
+
if (!htmlElement) {
|
|
1964
|
+
htmlElement = this._makeHTMLElement(target);
|
|
1965
|
+
}
|
|
1966
|
+
if (htmlElement.innerHTML != html) {
|
|
1967
|
+
htmlElement.innerHTML = html;
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1970
|
+
});
|
|
1971
|
+
Object.defineProperty(Root.prototype, "_removeHTMLContent", {
|
|
1972
|
+
enumerable: false,
|
|
1973
|
+
configurable: true,
|
|
1974
|
+
writable: true,
|
|
1975
|
+
value: function (target) {
|
|
1976
|
+
var htmlElement = target.getPrivate("htmlElement");
|
|
1977
|
+
if (htmlElement) {
|
|
1978
|
+
this._htmlElementContainer.removeChild(htmlElement);
|
|
1979
|
+
}
|
|
1980
|
+
$array.remove(this._htmlEnabledContainers, target);
|
|
1981
|
+
}
|
|
1982
|
+
});
|
|
1829
1983
|
return Root;
|
|
1830
1984
|
}());
|
|
1831
1985
|
export { Root };
|