@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
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { AxisLabelVisualArgs, Border, LabelRotation, Margin, Padding } from '../../common/property-types
|
|
9
|
+
import { AxisLabelVisualArgs, Border, LabelRotation, Margin, Padding } from '../../common/property-types';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -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 { Border, MarkerType } from '../../common/property-types
|
|
8
|
+
import { Border, MarkerType } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/property-types
|
|
10
|
-
import { ValueAxisNotesIcon } from './notes.icon.interface
|
|
11
|
-
import { ValueAxisNotesLabel } from './notes.label.interface
|
|
9
|
+
import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/property-types';
|
|
10
|
+
import { ValueAxisNotesIcon } from './notes.icon.interface';
|
|
11
|
+
import { ValueAxisNotesLabel } from './notes.label.interface';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
@@ -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 { Border, NoteLabelPosition } from '../../common/property-types
|
|
8
|
+
import { Border, NoteLabelPosition } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types
|
|
9
|
+
import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { AxisLine, AxisTicks, GridLines, PlotBand } from '../common/property-types
|
|
9
|
-
import { ValueAxisCrosshair } from './value-axis-item/crosshair.interface
|
|
10
|
-
import { ValueAxisLabels } from './value-axis-item/labels.interface
|
|
11
|
-
import { ValueAxisNotes } from './value-axis-item/notes.interface
|
|
12
|
-
import { ValueAxisTitle } from './value-axis-item/title.interface
|
|
8
|
+
import { AxisLine, AxisTicks, GridLines, PlotBand } from '../common/property-types';
|
|
9
|
+
import { ValueAxisCrosshair } from './value-axis-item/crosshair.interface';
|
|
10
|
+
import { ValueAxisLabels } from './value-axis-item/labels.interface';
|
|
11
|
+
import { ValueAxisNotes } from './value-axis-item/notes.interface';
|
|
12
|
+
import { ValueAxisTitle } from './value-axis-item/title.interface';
|
|
13
13
|
/**
|
|
14
14
|
* @hidden
|
|
15
15
|
*/
|
|
@@ -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 { XAxisCrosshairTooltip } from './crosshair.tooltip.interface
|
|
8
|
+
import { XAxisCrosshairTooltip } from './crosshair.tooltip.interface';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
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 { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface
|
|
8
|
+
import { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { AxisLabelVisualArgs, Border, DateFormats, LabelRotation, Margin, Padding } from '../../common/property-types
|
|
9
|
+
import { AxisLabelVisualArgs, Border, DateFormats, LabelRotation, Margin, Padding } from '../../common/property-types';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -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 { Border, MarkerType } from '../../common/property-types
|
|
8
|
+
import { Border, MarkerType } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/property-types
|
|
10
|
-
import { XAxisNotesIcon } from './notes.icon.interface
|
|
11
|
-
import { XAxisNotesLabel } from './notes.label.interface
|
|
9
|
+
import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/property-types';
|
|
10
|
+
import { XAxisNotesIcon } from './notes.icon.interface';
|
|
11
|
+
import { XAxisNotesLabel } from './notes.label.interface';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
@@ -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 { Border, NoteLabelPosition } from '../../common/property-types
|
|
8
|
+
import { Border, NoteLabelPosition } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types
|
|
9
|
+
import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { AxisLine, AxisTicks, BaseUnit, GridLines, PlotBand } from '../common/property-types
|
|
9
|
-
import { XAxisCrosshair } from './x-axis-item/crosshair.interface
|
|
10
|
-
import { XAxisLabels } from './x-axis-item/labels.interface
|
|
11
|
-
import { XAxisNotes } from './x-axis-item/notes.interface
|
|
12
|
-
import { XAxisTitle } from './x-axis-item/title.interface
|
|
8
|
+
import { AxisLine, AxisTicks, BaseUnit, GridLines, PlotBand } from '../common/property-types';
|
|
9
|
+
import { XAxisCrosshair } from './x-axis-item/crosshair.interface';
|
|
10
|
+
import { XAxisLabels } from './x-axis-item/labels.interface';
|
|
11
|
+
import { XAxisNotes } from './x-axis-item/notes.interface';
|
|
12
|
+
import { XAxisTitle } from './x-axis-item/title.interface';
|
|
13
13
|
/**
|
|
14
14
|
* @hidden
|
|
15
15
|
*/
|
|
@@ -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 { YAxisCrosshairTooltip } from './crosshair.tooltip.interface
|
|
8
|
+
import { YAxisCrosshairTooltip } from './crosshair.tooltip.interface';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
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 { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface
|
|
8
|
+
import { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { AxisLabelVisualArgs, Border, DateFormats, LabelRotation, Margin, Padding } from '../../common/property-types
|
|
9
|
+
import { AxisLabelVisualArgs, Border, DateFormats, LabelRotation, Margin, Padding } from '../../common/property-types';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -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 { Border, MarkerType } from '../../common/property-types
|
|
8
|
+
import { Border, MarkerType } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/property-types
|
|
10
|
-
import { YAxisNotesIcon } from './notes.icon.interface
|
|
11
|
-
import { YAxisNotesLabel } from './notes.label.interface
|
|
9
|
+
import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/property-types';
|
|
10
|
+
import { YAxisNotesIcon } from './notes.icon.interface';
|
|
11
|
+
import { YAxisNotesLabel } from './notes.label.interface';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
@@ -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 { Border, NoteLabelPosition } from '../../common/property-types
|
|
8
|
+
import { Border, NoteLabelPosition } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types
|
|
9
|
+
import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { AxisLine, AxisTicks, BaseUnit, GridLines, PlotBand } from '../common/property-types
|
|
9
|
-
import { YAxisCrosshair } from './y-axis-item/crosshair.interface
|
|
10
|
-
import { YAxisLabels } from './y-axis-item/labels.interface
|
|
11
|
-
import { YAxisNotes } from './y-axis-item/notes.interface
|
|
12
|
-
import { YAxisTitle } from './y-axis-item/title.interface
|
|
8
|
+
import { AxisLine, AxisTicks, BaseUnit, GridLines, PlotBand } from '../common/property-types';
|
|
9
|
+
import { YAxisCrosshair } from './y-axis-item/crosshair.interface';
|
|
10
|
+
import { YAxisLabels } from './y-axis-item/labels.interface';
|
|
11
|
+
import { YAxisNotes } from './y-axis-item/notes.interface';
|
|
12
|
+
import { YAxisTitle } from './y-axis-item/title.interface';
|
|
13
13
|
/**
|
|
14
14
|
* @hidden
|
|
15
15
|
*/
|
|
@@ -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 { DragAction, MousewheelZoom } from '../common/property-types
|
|
8
|
+
import { DragAction, MousewheelZoom } from '../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
package/package-metadata.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-charts",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-charts",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1777551661,version:"14.4.1-develop.16",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = Object.freeze({
|
|
|
7
7
|
productName: 'KendoReact',
|
|
8
8
|
productCode: 'KENDOUIREACT',
|
|
9
9
|
productCodes: ['KENDOUIREACT'],
|
|
10
|
-
publishDate:
|
|
11
|
-
version: '14.4.1-develop.
|
|
10
|
+
publishDate: 1777551661,
|
|
11
|
+
version: '14.4.1-develop.16',
|
|
12
12
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/components/my-license/'
|
|
13
13
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-charts",
|
|
3
|
-
"version": "14.4.1-develop.
|
|
3
|
+
"version": "14.4.1-develop.16",
|
|
4
4
|
"description": "React Chart renders a wide range of high-quality data visualizations. KendoReact Charts package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@progress/kendo-drawing": "^1.21.2",
|
|
29
29
|
"@progress/kendo-licensing": "^1.7.2",
|
|
30
|
-
"@progress/kendo-react-common": "14.4.1-develop.
|
|
31
|
-
"@progress/kendo-react-intl": "14.4.1-develop.
|
|
32
|
-
"@progress/kendo-react-layout": "14.4.1-develop.
|
|
33
|
-
"@progress/kendo-react-popup": "14.4.1-develop.
|
|
30
|
+
"@progress/kendo-react-common": "14.4.1-develop.16",
|
|
31
|
+
"@progress/kendo-react-intl": "14.4.1-develop.16",
|
|
32
|
+
"@progress/kendo-react-layout": "14.4.1-develop.16",
|
|
33
|
+
"@progress/kendo-react-popup": "14.4.1-develop.16",
|
|
34
34
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
35
35
|
"react": "^18.0.0 || ^19.0.0",
|
|
36
36
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"package": {
|
|
80
80
|
"productName": "KendoReact",
|
|
81
81
|
"productCode": "KENDOUIREACT",
|
|
82
|
-
"publishDate":
|
|
82
|
+
"publishDate": 1777551661,
|
|
83
83
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
84
84
|
}
|
|
85
85
|
},
|
package/sankey/Sankey.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 { SankeyHandle, SankeyProps } from './types
|
|
8
|
+
import { SankeyHandle, SankeyProps } from './types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* The KendoReact Sankey 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 { TooltipContentProps, SankeyTooltipProps } from './types
|
|
8
|
+
import { TooltipContentProps, SankeyTooltipProps } from './types';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
export declare const TooltipComponent: React.ComponentType<SankeyTooltipProps>;
|
|
11
11
|
export declare const NodeTooltipContent: React.ComponentType<TooltipContentProps>;
|
package/sankey/index.d.ts
CHANGED
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { Sankey } from './Sankey.js';
|
|
9
|
-
import { SankeyProps, SankeyHandle, SankeyEvent, SankeyNode, SankeyLink, SankeyLabel, SankeyData, SankeyEventHandler, SankeyLinkHighlight, SankeyLinkDefaults, SankeyLabelDefaults, SankeyNodeDefaults, SankeyLinkDataItem, SankeyNodeDataItem, TooltipContentProps, SankeyExportVisualOptions, SankeyTitle, SankeyLegend, SankeyTooltipProps, SankeyTooltip, SankeyOptions } from './types
|
|
9
|
+
import { SankeyProps, SankeyHandle, SankeyEvent, SankeyNode, SankeyLink, SankeyLabel, SankeyData, SankeyEventHandler, SankeyLinkHighlight, SankeyLinkDefaults, SankeyLabelDefaults, SankeyNodeDefaults, SankeyLinkDataItem, SankeyNodeDataItem, TooltipContentProps, SankeyExportVisualOptions, SankeyTitle, SankeyLegend, SankeyTooltipProps, SankeyTooltip, SankeyOptions } from './types';
|
|
10
10
|
import { createSankeyData } from './utils.js';
|
|
11
11
|
export { Sankey, SankeyProps, SankeyHandle, SankeyEvent, SankeyEventHandler, SankeyLinkHighlight, SankeyNode, SankeyLink, SankeyLabel, SankeyLinkDefaults, SankeyLabelDefaults, SankeyNodeDefaults, SankeyLinkDataItem, SankeyNodeDataItem, TooltipContentProps, SankeyData, SankeyExportVisualOptions, SankeyTitle, SankeyLegend, SankeyTooltipProps, SankeyTooltip, SankeyOptions, createSankeyData };
|
package/sankey/types.d.ts
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
import { SankeyData, SankeyExportVisualOptions, SankeyHorizontalMargin, SankeyLabel, SankeyLabelDefaults, SankeyLabelStroke, SankeyLegendItem, SankeyLink, SankeyLinkDataItem, SankeyLinkDefaults, SankeyLinkHighlight, SankeyNode, SankeyNodeDataItem, SankeyNodeDefaults, SankeyFocusHighlight, SankeyNodeLabel, SankeyLinkLabel, SankeyOptions, SankeyTooltipEvent, SankeyTooltip as SankeyTooltipInterface, SankeyEvent as SankeyWidgetEvent } from '@progress/kendo-charts';
|
|
9
9
|
import { Group } from '@progress/kendo-drawing';
|
|
10
10
|
import { BaseEvent } from '@progress/kendo-react-common';
|
|
11
|
-
import { Legend, Title } from '../common/property-types
|
|
11
|
+
import { Legend, Title } from '../common/property-types';
|
|
12
12
|
export { SankeyData, SankeyExportVisualOptions, SankeyHorizontalMargin, SankeyLabel, SankeyLabelDefaults, SankeyLabelStroke, SankeyLegendItem, SankeyLink, SankeyLinkDataItem, SankeyLinkDefaults, SankeyLinkHighlight, SankeyNode, SankeyNodeDataItem, SankeyNodeDefaults, SankeyFocusHighlight, SankeyNodeLabel, SankeyLinkLabel, SankeyOptions };
|
|
13
13
|
/**
|
|
14
14
|
* The KendoReact Sankey event object.
|
package/tooltip/Series.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { Align, Offset } from '@progress/kendo-react-popup';
|
|
9
9
|
import { InstanceObserver } from '@progress/kendo-charts';
|
|
10
|
-
import { SharedTooltipContext, TooltipContext } from './Context
|
|
10
|
+
import { SharedTooltipContext, TooltipContext } from './Context';
|
|
11
11
|
import { ChartContext } from '../ChartContext.js';
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
/**
|
|
@@ -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 { SharedTooltipContext } from './Context
|
|
8
|
+
import { SharedTooltipContext } from './Context';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
package/tooltip/index.d.ts
CHANGED
|
@@ -6,5 +6,5 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { TooltipPoint } from './Point.js';
|
|
9
|
-
import { TooltipContext, SharedTooltipContext } from './Context
|
|
9
|
+
import { TooltipContext, SharedTooltipContext } from './Context';
|
|
10
10
|
export { TooltipPoint, TooltipContext, SharedTooltipContext };
|