@progress/kendo-react-charts 14.4.1-develop.14 → 14.4.1-develop.16
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/BaseChart.d.ts +1 -1
- package/BaseChartProps.d.ts +4 -4
- package/Chart.d.ts +1 -1
- package/ChartBreadcrumb.d.ts +1 -1
- package/ChartContext.d.ts +1 -1
- package/ChartProps.d.ts +1 -1
- package/Sparkline.d.ts +1 -1
- package/SparklineProps.d.ts +1 -1
- package/StockChart.d.ts +1 -1
- package/StockChartProps.d.ts +2 -2
- package/api-types/chart-axis.interface.d.ts +1 -1
- package/common/api-types.d.ts +8 -8
- package/common/property-types.d.ts +133 -133
- package/components/AxisDefaults.d.ts +1 -1
- package/components/CategoryAxisItem.d.ts +1 -1
- package/components/ChartArea.d.ts +1 -1
- package/components/Legend.d.ts +1 -1
- package/components/Navigator.d.ts +1 -1
- package/components/Pane.d.ts +1 -1
- package/components/PaneDefaults.d.ts +1 -1
- package/components/PlotArea.d.ts +1 -1
- package/components/SeriesDefaults.d.ts +1 -1
- package/components/SeriesItem.d.ts +1 -1
- package/components/Subtitle.d.ts +1 -1
- package/components/Title.d.ts +1 -1
- package/components/Tooltip.d.ts +2 -2
- package/components/ValueAxisItem.d.ts +1 -1
- package/components/XAxisItem.d.ts +1 -1
- package/components/YAxisItem.d.ts +1 -1
- package/components/Zoomable.d.ts +1 -1
- package/components/axis-defaults/Crosshair.d.ts +1 -1
- package/components/axis-defaults/CrosshairTooltip.d.ts +1 -1
- package/components/axis-defaults/Labels.d.ts +1 -1
- package/components/axis-defaults/Title.d.ts +1 -1
- package/components/category-axis-item/Crosshair.d.ts +1 -1
- package/components/category-axis-item/CrosshairTooltip.d.ts +1 -1
- package/components/category-axis-item/Labels.d.ts +1 -1
- package/components/category-axis-item/Notes.d.ts +1 -1
- package/components/category-axis-item/NotesIcon.d.ts +1 -1
- package/components/category-axis-item/NotesLabel.d.ts +1 -1
- package/components/category-axis-item/RangeLabels.d.ts +1 -1
- package/components/category-axis-item/Select.d.ts +1 -1
- package/components/category-axis-item/Title.d.ts +1 -1
- package/components/category-axis-item/index.d.ts +1 -1
- package/components/index.d.ts +5 -5
- package/components/legend/InactiveItems.d.ts +1 -1
- package/components/legend/Item.d.ts +1 -1
- package/components/legend/Title.d.ts +1 -1
- package/components/navigator/CategoryAxis.d.ts +1 -1
- package/components/navigator/Hint.d.ts +1 -1
- package/components/navigator/Pane.d.ts +1 -1
- package/components/navigator/Select.d.ts +1 -1
- package/components/navigator/SeriesItem.d.ts +1 -1
- package/components/navigator/category-axis/Crosshair.d.ts +1 -1
- package/components/navigator/category-axis/CrosshairTooltip.d.ts +1 -1
- package/components/navigator/category-axis/Labels.d.ts +1 -1
- package/components/navigator/category-axis/Notes.d.ts +1 -1
- package/components/navigator/category-axis/NotesIcon.d.ts +1 -1
- package/components/navigator/category-axis/NotesLabel.d.ts +1 -1
- package/components/navigator/category-axis/Select.d.ts +1 -1
- package/components/navigator/category-axis/Title.d.ts +1 -1
- package/components/navigator/category-axis/index.d.ts +8 -8
- package/components/navigator/index.d.ts +1 -1
- package/components/navigator/pane/Title.d.ts +1 -1
- package/components/navigator/series-item/ErrorBars.d.ts +1 -1
- package/components/navigator/series-item/Extremes.d.ts +1 -1
- package/components/navigator/series-item/Highlight.d.ts +1 -1
- package/components/navigator/series-item/Labels.d.ts +1 -1
- package/components/navigator/series-item/LabelsFrom.d.ts +1 -1
- package/components/navigator/series-item/LabelsTo.d.ts +1 -1
- package/components/navigator/series-item/Markers.d.ts +1 -1
- package/components/navigator/series-item/Notes.d.ts +1 -1
- package/components/navigator/series-item/NotesIcon.d.ts +1 -1
- package/components/navigator/series-item/NotesLabel.d.ts +1 -1
- package/components/navigator/series-item/Outliers.d.ts +1 -1
- package/components/navigator/series-item/Tooltip.d.ts +2 -2
- package/components/pane/Title.d.ts +1 -1
- package/components/pane/index.d.ts +1 -1
- package/components/pane-defaults/Title.d.ts +1 -1
- package/components/series-defaults/Labels.d.ts +1 -1
- package/components/series-defaults/LabelsFrom.d.ts +1 -1
- package/components/series-defaults/LabelsTo.d.ts +1 -1
- package/components/series-defaults/Notes.d.ts +1 -1
- package/components/series-defaults/NotesIcon.d.ts +1 -1
- package/components/series-defaults/NotesLabel.d.ts +1 -1
- package/components/series-defaults/Tooltip.d.ts +2 -2
- package/components/series-defaults/index.d.ts +7 -7
- package/components/series-item/ErrorBars.d.ts +1 -1
- package/components/series-item/Extremes.d.ts +1 -1
- package/components/series-item/Highlight.d.ts +1 -1
- package/components/series-item/Labels.d.ts +1 -1
- package/components/series-item/LabelsFrom.d.ts +1 -1
- package/components/series-item/LabelsTo.d.ts +1 -1
- package/components/series-item/Markers.d.ts +1 -1
- package/components/series-item/Notes.d.ts +1 -1
- package/components/series-item/NotesIcon.d.ts +1 -1
- package/components/series-item/NotesLabel.d.ts +1 -1
- package/components/series-item/Outliers.d.ts +1 -1
- package/components/series-item/Tooltip.d.ts +2 -2
- package/components/value-axis-item/Crosshair.d.ts +1 -1
- package/components/value-axis-item/CrosshairTooltip.d.ts +1 -1
- package/components/value-axis-item/Labels.d.ts +1 -1
- package/components/value-axis-item/Notes.d.ts +1 -1
- package/components/value-axis-item/NotesIcon.d.ts +1 -1
- package/components/value-axis-item/NotesLabel.d.ts +1 -1
- package/components/value-axis-item/Title.d.ts +1 -1
- package/components/x-axis-item/Crosshair.d.ts +1 -1
- package/components/x-axis-item/CrosshairTooltip.d.ts +1 -1
- package/components/x-axis-item/Labels.d.ts +1 -1
- package/components/x-axis-item/Notes.d.ts +1 -1
- package/components/x-axis-item/NotesIcon.d.ts +1 -1
- package/components/x-axis-item/NotesLabel.d.ts +1 -1
- package/components/x-axis-item/Title.d.ts +1 -1
- package/components/y-axis-item/Crosshair.d.ts +1 -1
- package/components/y-axis-item/CrosshairTooltip.d.ts +1 -1
- package/components/y-axis-item/Labels.d.ts +1 -1
- package/components/y-axis-item/Notes.d.ts +1 -1
- package/components/y-axis-item/NotesIcon.d.ts +1 -1
- package/components/y-axis-item/NotesLabel.d.ts +1 -1
- package/components/y-axis-item/Title.d.ts +1 -1
- package/dist/cdn/js/kendo-react-charts.js +1 -1
- package/events/axis-label-click-event.d.ts +2 -2
- package/events/base-event.d.ts +1 -1
- package/events/chart-event-builder.d.ts +1 -1
- package/events/drag-end-event.d.ts +2 -2
- package/events/drag-event.d.ts +2 -2
- package/events/drag-start-event.d.ts +2 -2
- package/events/drilldown-event.d.ts +4 -4
- package/events/drilldown-state-change-event.d.ts +1 -1
- package/events/legend-item-click-event.d.ts +2 -2
- package/events/legend-item-hover-event.d.ts +2 -2
- package/events/legend-item-leave-event.d.ts +2 -2
- package/events/navigator-filter-event.d.ts +1 -1
- package/events/note-click-event.d.ts +2 -2
- package/events/note-hover-event.d.ts +2 -2
- package/events/plot-area-click-event.d.ts +1 -1
- package/events/plot-area-hover-event.d.ts +1 -1
- package/events/render-event.d.ts +1 -1
- package/events/select-end-event.d.ts +2 -2
- package/events/select-event.d.ts +2 -2
- package/events/select-start-event.d.ts +2 -2
- package/events/series-click-event.d.ts +3 -3
- package/events/series-hover-event.d.ts +3 -3
- package/events/zoom-end-event.d.ts +2 -2
- package/events/zoom-event.d.ts +2 -2
- package/events/zoom-start-event.d.ts +2 -2
- package/field-types/axis-line.interface.d.ts +1 -1
- package/field-types/border.interface.d.ts +1 -1
- package/field-types/bullet-target.interface.d.ts +2 -2
- package/field-types/category-base-unit.d.ts +1 -1
- package/field-types/drag-action.interface.d.ts +2 -2
- package/field-types/error-bar-line.interface.d.ts +1 -1
- package/field-types/grid-lines.interface.d.ts +1 -1
- package/field-types/highlight-line.interface.d.ts +1 -1
- package/field-types/legend-labels.interface.d.ts +3 -3
- package/field-types/mousewheel-zoom.interface.d.ts +1 -1
- package/field-types/note-line.interface.d.ts +1 -1
- package/field-types/padding.interface.d.ts +1 -1
- package/field-types/plot-band-label.interface.d.ts +4 -4
- package/field-types/plot-band.interface.d.ts +1 -1
- package/field-types/series-line.interface.d.ts +1 -1
- package/index.d.mts +13 -13
- package/index.d.ts +13 -13
- package/methods/index.d.ts +2 -2
- package/option-types/axis-crosshair-tooltip.interface.d.ts +2 -2
- package/option-types/axis-defaults/crosshair.interface.d.ts +2 -2
- package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/axis-defaults/labels.interface.d.ts +1 -1
- package/option-types/axis-defaults/title.interface.d.ts +1 -1
- package/option-types/axis-defaults.interface.d.ts +4 -4
- package/option-types/category-axis-item/crosshair.interface.d.ts +2 -2
- package/option-types/category-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/category-axis-item/labels.interface.d.ts +1 -1
- package/option-types/category-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/category-axis-item/notes.interface.d.ts +3 -3
- package/option-types/category-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/category-axis-item/range-labels.interface.d.ts +2 -2
- package/option-types/category-axis-item/select.interface.d.ts +1 -1
- package/option-types/category-axis-item/title.interface.d.ts +1 -1
- package/option-types/category-axis-item.interface.d.ts +7 -7
- package/option-types/chart-area.interface.d.ts +1 -1
- package/option-types/legend/inactive-items.interface.d.ts +1 -1
- package/option-types/legend/item.interface.d.ts +2 -2
- package/option-types/legend/legend-title.interface.d.ts +1 -1
- package/option-types/legend.interface.d.ts +4 -4
- package/option-types/navigator/select.interface.d.ts +1 -1
- package/option-types/navigator.interface.d.ts +3 -3
- package/option-types/pane/title.interface.d.ts +1 -1
- package/option-types/pane-defaults/title.interface.d.ts +1 -1
- package/option-types/pane-defaults.interface.d.ts +2 -2
- package/option-types/pane.interface.d.ts +2 -2
- package/option-types/plot-area.interface.d.ts +1 -1
- package/option-types/series-defaults/labels.from.interface.d.ts +1 -1
- package/option-types/series-defaults/labels.interface.d.ts +3 -3
- package/option-types/series-defaults/labels.to.interface.d.ts +1 -1
- package/option-types/series-defaults/notes.icon.interface.d.ts +1 -1
- package/option-types/series-defaults/notes.interface.d.ts +3 -3
- package/option-types/series-defaults/notes.label.interface.d.ts +1 -1
- package/option-types/series-defaults/tooltip.interface.d.ts +1 -1
- package/option-types/series-defaults.interface.d.ts +4 -4
- package/option-types/series-item/error-bars.interface.d.ts +1 -1
- package/option-types/series-item/extremes.interface.d.ts +1 -1
- package/option-types/series-item/highlight.interface.d.ts +1 -1
- package/option-types/series-item/labels.from.interface.d.ts +1 -1
- package/option-types/series-item/labels.interface.d.ts +3 -3
- package/option-types/series-item/labels.to.interface.d.ts +1 -1
- package/option-types/series-item/markers.interface.d.ts +1 -1
- package/option-types/series-item/notes.icon.interface.d.ts +1 -1
- package/option-types/series-item/notes.interface.d.ts +3 -3
- package/option-types/series-item/notes.label.interface.d.ts +1 -1
- package/option-types/series-item/outliers.interface.d.ts +1 -1
- package/option-types/series-item/tooltip.interface.d.ts +1 -1
- package/option-types/series-item/trendline.interface.d.ts +1 -1
- package/option-types/series-item.interface.d.ts +9 -9
- package/option-types/subtitle.interface.d.ts +1 -1
- package/option-types/title.interface.d.ts +1 -1
- package/option-types/tooltip-border.interface.d.ts +1 -1
- package/option-types/tooltip.interface.d.ts +2 -2
- package/option-types/value-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/value-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/value-axis-item/labels.interface.d.ts +1 -1
- package/option-types/value-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/value-axis-item/notes.interface.d.ts +3 -3
- package/option-types/value-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/value-axis-item/title.interface.d.ts +1 -1
- package/option-types/value-axis-item.interface.d.ts +5 -5
- package/option-types/x-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/x-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/x-axis-item/labels.interface.d.ts +1 -1
- package/option-types/x-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/x-axis-item/notes.interface.d.ts +3 -3
- package/option-types/x-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/x-axis-item/title.interface.d.ts +1 -1
- package/option-types/x-axis-item.interface.d.ts +5 -5
- package/option-types/y-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/y-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/y-axis-item/labels.interface.d.ts +1 -1
- package/option-types/y-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/y-axis-item/notes.interface.d.ts +3 -3
- package/option-types/y-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/y-axis-item/title.interface.d.ts +1 -1
- package/option-types/y-axis-item.interface.d.ts +5 -5
- package/option-types/zoomable.interface.d.ts +1 -1
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +6 -6
- package/sankey/Sankey.d.ts +1 -1
- package/sankey/SankeyTooltip.d.ts +1 -1
- package/sankey/index.d.ts +1 -1
- package/sankey/types.d.ts +1 -1
- package/tooltip/Series.d.ts +1 -1
- package/tooltip/SharedTooltipContent.d.ts +1 -1
- package/tooltip/index.d.ts +1 -1
package/components/Zoomable.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Zoomable } from '../common/property-types
|
|
8
|
+
import { Zoomable } from '../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartZoomable component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { AxisDefaultsCrosshair } from '../../common/property-types
|
|
8
|
+
import { AxisDefaultsCrosshair } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartAxisDefaultsCrosshair component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { AxisDefaultsCrosshairTooltip } from '../../common/property-types
|
|
8
|
+
import { AxisDefaultsCrosshairTooltip } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartAxisDefaultsCrosshairTooltip component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { AxisDefaultsLabels } from '../../common/property-types
|
|
8
|
+
import { AxisDefaultsLabels } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartAxisDefaultsLabels component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { AxisDefaultsTitle } from '../../common/property-types
|
|
8
|
+
import { AxisDefaultsTitle } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartAxisDefaultsTitle component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisCrosshair } from '../../common/property-types
|
|
8
|
+
import { CategoryAxisCrosshair } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartCategoryAxisCrosshair component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisCrosshairTooltip } from '../../common/property-types
|
|
8
|
+
import { CategoryAxisCrosshairTooltip } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartCategoryAxisCrosshairTooltip component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisLabels } from '../../common/property-types
|
|
8
|
+
import { CategoryAxisLabels } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartCategoryAxisLabels component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisNotes } from '../../common/property-types
|
|
8
|
+
import { CategoryAxisNotes } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartCategoryAxisNotes component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisNotesIcon } from '../../common/property-types
|
|
8
|
+
import { CategoryAxisNotesIcon } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartCategoryAxisNotesIcon component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisNotesLabel } from '../../common/property-types
|
|
8
|
+
import { CategoryAxisNotesLabel } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartCategoryAxisNotesLabel component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisRangeLabels } from '../../common/property-types
|
|
8
|
+
import { CategoryAxisRangeLabels } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartCategoryAxisRangeLabels component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisSelect } from '../../common/property-types
|
|
8
|
+
import { CategoryAxisSelect } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* Represents the props of the KendoReact ChartCategoryAxisSelect component.
|
|
11
11
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisTitle } from '../../common/property-types
|
|
8
|
+
import { CategoryAxisTitle } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartCategoryAxisTitle component.
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { ChartCategoryAxisCrosshair, ChartCategoryAxisCrosshairProps } from './Crosshair.js';
|
|
9
9
|
import { ChartCategoryAxisCrosshairTooltip, ChartCategoryAxisCrosshairTooltipProps } from './CrosshairTooltip.js';
|
|
10
|
-
import { CategoryAxisSelect, ChartCategoryAxisSelectProps } from './Select
|
|
10
|
+
import { CategoryAxisSelect, ChartCategoryAxisSelectProps } from './Select';
|
|
11
11
|
import { ChartCategoryAxisTitle, ChartCategoryAxisTitleProps } from './Title.js';
|
|
12
12
|
import { ChartCategoryAxisLabels, ChartCategoryAxisLabelsProps } from './Labels.js';
|
|
13
13
|
import { ChartCategoryAxisNotes, ChartCategoryAxisNotesProps } from './Notes.js';
|
package/components/index.d.ts
CHANGED
|
@@ -28,15 +28,15 @@ import { ChartXAxisItem, ChartXAxisItemProps } from './XAxisItem.js';
|
|
|
28
28
|
import { ChartYAxis, ChartYAxisProps } from './YAxis.js';
|
|
29
29
|
import { ChartYAxisItem, ChartYAxisItemProps } from './YAxisItem.js';
|
|
30
30
|
import { ChartZoomable, ChartZoomableProps } from './Zoomable.js';
|
|
31
|
-
export * from './axis-defaults/index
|
|
31
|
+
export * from './axis-defaults/index';
|
|
32
32
|
export * from './category-axis-item/index.js';
|
|
33
|
-
export * from './pane/index
|
|
33
|
+
export * from './pane/index';
|
|
34
34
|
export * from './pane-defaults/index.js';
|
|
35
|
-
export * from './legend/index
|
|
35
|
+
export * from './legend/index';
|
|
36
36
|
export * from './series-defaults/index.js';
|
|
37
37
|
export * from './series-item/index.js';
|
|
38
38
|
export * from './value-axis-item/index.js';
|
|
39
|
-
export * from './x-axis-item/index
|
|
39
|
+
export * from './x-axis-item/index';
|
|
40
40
|
export * from './y-axis-item/index.js';
|
|
41
|
-
export * from './navigator/index
|
|
41
|
+
export * from './navigator/index';
|
|
42
42
|
export { ChartArea, ChartAreaProps, ChartAxisDefaults, ChartAxisDefaultsProps, ChartCategoryAxis, ChartCategoryAxisProps, ChartCategoryAxisItem, ChartCategoryAxisItemProps, ChartLegend, ChartLegendProps, ChartNavigator, ChartNavigatorProps, ChartPane, ChartPaneDefaults, ChartPaneDefaultsProps, ChartPaneProps, ChartPanes, ChartPanesProps, ChartPlotArea, ChartPlotAreaProps, ChartSeries, ChartSeriesProps, ChartSeriesDefaults, ChartSeriesDefaultsProps, ChartSeriesItem, ChartSeriesItemProps, ChartSubtitle, ChartSubtitleProps, ChartTitle, ChartTitleProps, ChartTooltip, ChartTooltipProps, ChartValueAxis, ChartValueAxisProps, ChartValueAxisItem, ChartValueAxisItemProps, ChartXAxis, ChartXAxisProps, ChartXAxisItem, ChartXAxisItemProps, ChartYAxis, ChartYAxisProps, ChartYAxisItem, ChartYAxisItemProps, ChartZoomable, ChartZoomableProps };
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { LegendInactiveItems } from '../../common/property-types
|
|
8
|
+
import { LegendInactiveItems } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartLegendInactiveItems component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { LegendItem } from '../../common/property-types
|
|
8
|
+
import { LegendItem } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartLegendItem component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { LegendTitle } from '../../common/property-types
|
|
8
|
+
import { LegendTitle } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartLegendTitle component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxis } from '../../common/property-types
|
|
8
|
+
import { CategoryAxis } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorCategoryAxis component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { NavigatorHint } from '../../common/property-types
|
|
8
|
+
import { NavigatorHint } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorHint component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Pane } from '../../common/property-types
|
|
8
|
+
import { Pane } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorPane component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { NavigatorSelect } from '../../common/property-types
|
|
8
|
+
import { NavigatorSelect } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorSelect component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Series } from '../../common/property-types
|
|
8
|
+
import { Series } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorSeriesItem component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisCrosshair } from '../../../common/property-types
|
|
8
|
+
import { CategoryAxisCrosshair } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorCategoryAxisCrosshair component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisCrosshairTooltip } from '../../../common/property-types
|
|
8
|
+
import { CategoryAxisCrosshairTooltip } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorCategoryAxisCrosshairTooltip component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisLabels } from '../../../common/property-types
|
|
8
|
+
import { CategoryAxisLabels } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorCategoryAxisLabels component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisNotes } from '../../../common/property-types
|
|
8
|
+
import { CategoryAxisNotes } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorCategoryAxisNotes component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisNotesIcon } from '../../../common/property-types
|
|
8
|
+
import { CategoryAxisNotesIcon } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorCategoryAxisNotesIcon component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisNotesLabel } from '../../../common/property-types
|
|
8
|
+
import { CategoryAxisNotesLabel } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorCategoryAxisNotesLabel component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisSelect } from '../../../common/property-types
|
|
8
|
+
import { CategoryAxisSelect } from '../../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* Represents the props of the KendoReact ChartNavigatorCategoryAxisSelect component.
|
|
11
11
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { CategoryAxisTitle } from '../../../common/property-types
|
|
8
|
+
import { CategoryAxisTitle } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorCategoryAxisTitle component.
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { ChartNavigatorCategoryAxisCrosshair, ChartNavigatorCategoryAxisCrosshairProps } from './Crosshair
|
|
9
|
-
import { ChartNavigatorCategoryAxisCrosshairTooltip, ChartNavigatorCategoryAxisCrosshairTooltipProps } from './CrosshairTooltip
|
|
10
|
-
import { CategoryAxisSelect, ChartNavigatorCategoryAxisSelectProps } from './Select
|
|
11
|
-
import { ChartNavigatorCategoryAxisTitle, ChartNavigatorCategoryAxisTitleProps } from './Title
|
|
12
|
-
import { ChartNavigatorCategoryAxisLabels, ChartNavigatorCategoryAxisLabelsProps } from './Labels
|
|
13
|
-
import { ChartNavigatorCategoryAxisNotes, ChartNavigatorCategoryAxisNotesProps } from './Notes
|
|
14
|
-
import { ChartNavigatorCategoryAxisNotesIcon, ChartNavigatorCategoryAxisNotesIconProps } from './NotesIcon
|
|
15
|
-
import { ChartNavigatorCategoryAxisNotesLabel, ChartNavigatorCategoryAxisNotesLabelProps } from './NotesLabel
|
|
8
|
+
import { ChartNavigatorCategoryAxisCrosshair, ChartNavigatorCategoryAxisCrosshairProps } from './Crosshair';
|
|
9
|
+
import { ChartNavigatorCategoryAxisCrosshairTooltip, ChartNavigatorCategoryAxisCrosshairTooltipProps } from './CrosshairTooltip';
|
|
10
|
+
import { CategoryAxisSelect, ChartNavigatorCategoryAxisSelectProps } from './Select';
|
|
11
|
+
import { ChartNavigatorCategoryAxisTitle, ChartNavigatorCategoryAxisTitleProps } from './Title';
|
|
12
|
+
import { ChartNavigatorCategoryAxisLabels, ChartNavigatorCategoryAxisLabelsProps } from './Labels';
|
|
13
|
+
import { ChartNavigatorCategoryAxisNotes, ChartNavigatorCategoryAxisNotesProps } from './Notes';
|
|
14
|
+
import { ChartNavigatorCategoryAxisNotesIcon, ChartNavigatorCategoryAxisNotesIconProps } from './NotesIcon';
|
|
15
|
+
import { ChartNavigatorCategoryAxisNotesLabel, ChartNavigatorCategoryAxisNotesLabelProps } from './NotesLabel';
|
|
16
16
|
export { ChartNavigatorCategoryAxisCrosshair, ChartNavigatorCategoryAxisCrosshairProps, ChartNavigatorCategoryAxisCrosshairTooltip, ChartNavigatorCategoryAxisCrosshairTooltipProps, CategoryAxisSelect, ChartNavigatorCategoryAxisSelectProps, ChartNavigatorCategoryAxisTitle, ChartNavigatorCategoryAxisTitleProps, ChartNavigatorCategoryAxisLabels, ChartNavigatorCategoryAxisLabelsProps, ChartNavigatorCategoryAxisNotes, ChartNavigatorCategoryAxisNotesProps, ChartNavigatorCategoryAxisNotesIcon, ChartNavigatorCategoryAxisNotesIconProps, ChartNavigatorCategoryAxisNotesLabel, ChartNavigatorCategoryAxisNotesLabelProps };
|
|
@@ -12,6 +12,6 @@ import { ChartNavigatorSelect, ChartNavigatorSelectProps } from './Select.js';
|
|
|
12
12
|
import { ChartNavigatorSeries, ChartNavigatorSeriesProps } from './Series.js';
|
|
13
13
|
import { ChartNavigatorSeriesItem, ChartNavigatorSeriesItemProps } from './SeriesItem.js';
|
|
14
14
|
export * from './category-axis/index.js';
|
|
15
|
-
export * from './pane/index
|
|
15
|
+
export * from './pane/index';
|
|
16
16
|
export * from './series-item/index.js';
|
|
17
17
|
export { ChartNavigatorCategoryAxis, ChartNavigatorCategoryAxisProps, ChartNavigatorHint, ChartNavigatorHintProps, ChartNavigatorPane, ChartNavigatorPaneProps, ChartNavigatorSelect, ChartNavigatorSelectProps, ChartNavigatorSeries, ChartNavigatorSeriesProps, ChartNavigatorSeriesItem, ChartNavigatorSeriesItemProps };
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { PanesTitle } from '../../../common/property-types
|
|
8
|
+
import { PanesTitle } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorPaneTitle component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesErrorBars } from '../../../common/property-types
|
|
8
|
+
import { SeriesErrorBars } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorSeriesErrorBars component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesExtremes } from '../../../common/property-types
|
|
8
|
+
import { SeriesExtremes } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorSeriesExtremes component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesHighlight } from '../../../common/property-types
|
|
8
|
+
import { SeriesHighlight } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorSeriesHighlight component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesLabels } from '../../../common/property-types
|
|
8
|
+
import { SeriesLabels } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorSeriesLabels component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesLabelsFrom } from '../../../common/property-types
|
|
8
|
+
import { SeriesLabelsFrom } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorSeriesLabelsFrom component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesLabelsTo } from '../../../common/property-types
|
|
8
|
+
import { SeriesLabelsTo } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorSeriesLabelsTo component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesMarkers } from '../../../common/property-types
|
|
8
|
+
import { SeriesMarkers } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorSeriesMarkers component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesNotes } from '../../../common/property-types
|
|
8
|
+
import { SeriesNotes } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorSeriesNotes component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesNotesIcon } from '../../../common/property-types
|
|
8
|
+
import { SeriesNotesIcon } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorSeriesNotesIcon component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesNotesLabel } from '../../../common/property-types
|
|
8
|
+
import { SeriesNotesLabel } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorSeriesNotesLabel component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesOutliers } from '../../../common/property-types
|
|
8
|
+
import { SeriesOutliers } from '../../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartNavigatorSeriesItemOutliers component.
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesTooltip } from '../../../common/property-types
|
|
9
|
-
import { TooltipContext } from './../../../tooltip/Context
|
|
8
|
+
import { SeriesTooltip } from '../../../common/property-types';
|
|
9
|
+
import { TooltipContext } from './../../../tooltip/Context';
|
|
10
10
|
import * as React from 'react';
|
|
11
11
|
/**
|
|
12
12
|
* Represents the props of the KendoReact ChartNavigatorSeriesItemTooltip component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { PanesTitle } from '../../common/property-types
|
|
8
|
+
import { PanesTitle } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartPaneTitle component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/panes)).
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { ChartPaneTitle, ChartPaneTitleProps } from './Title
|
|
8
|
+
import { ChartPaneTitle, ChartPaneTitleProps } from './Title';
|
|
9
9
|
export type { ChartPaneTitle, ChartPaneTitleProps };
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { PaneDefaultsTitle } from '../../common/property-types
|
|
8
|
+
import { PaneDefaultsTitle } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartPaneDefaultsTitle component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/panes)).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesDefaultsLabels } from '../../common/property-types
|
|
8
|
+
import { SeriesDefaultsLabels } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartSeriesDefaultsLabels component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/series#toc-default-series-configuration)).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesDefaultsLabelsFrom } from '../../common/property-types
|
|
8
|
+
import { SeriesDefaultsLabelsFrom } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartSeriesDefaultsLabelsFrom component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesDefaultsLabelsTo } from '../../common/property-types
|
|
8
|
+
import { SeriesDefaultsLabelsTo } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartSeriesDefaultsLabelsTo component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesDefaultsNotes } from '../../common/property-types
|
|
8
|
+
import { SeriesDefaultsNotes } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartSeriesDefaultsNotes component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/series#toc-default-series-configuration)).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesDefaultsNotesIcon } from '../../common/property-types
|
|
8
|
+
import { SeriesDefaultsNotesIcon } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartSeriesDefaultsNotesIcon component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { SeriesDefaultsNotesLabel } from '../../common/property-types
|
|
8
|
+
import { SeriesDefaultsNotesLabel } from '../../common/property-types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact ChartSeriesDefaultsNotesLabel component.
|