@progress/kendo-react-charts 9.4.0-develop.6 → 9.4.0-develop.8
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.js +1 -1
- package/BaseChart.mjs +0 -1
- package/Chart.js +1 -1
- package/Chart.mjs +3 -4
- package/ChartBreadcrumb.js +1 -1
- package/ChartBreadcrumb.mjs +0 -1
- package/ChartContext.js +1 -1
- package/ChartContext.mjs +0 -1
- package/ChartNoDataOverlay.js +1 -1
- package/ChartNoDataOverlay.mjs +4 -5
- package/Container.js +1 -1
- package/Container.mjs +3 -4
- package/DonutCenter.js +1 -1
- package/DonutCenter.mjs +0 -1
- package/Sparkline.js +1 -1
- package/Sparkline.mjs +0 -1
- package/StockChart.js +1 -1
- package/StockChart.mjs +0 -1
- package/components/AxisDefaults.js +1 -1
- package/components/AxisDefaults.mjs +0 -1
- package/components/CategoryAxis.js +1 -1
- package/components/CategoryAxis.mjs +10 -11
- package/components/CategoryAxisItem.js +1 -1
- package/components/CategoryAxisItem.mjs +0 -1
- package/components/ChartArea.js +1 -1
- package/components/ChartArea.mjs +4 -5
- package/components/Legend.js +1 -1
- package/components/Legend.mjs +3 -4
- package/components/Navigator.js +1 -1
- package/components/Navigator.mjs +0 -1
- package/components/Pane.js +1 -1
- package/components/Pane.mjs +3 -4
- package/components/PaneDefaults.js +1 -1
- package/components/PaneDefaults.mjs +5 -6
- package/components/Panes.js +1 -1
- package/components/Panes.mjs +4 -5
- package/components/PlotArea.js +1 -1
- package/components/PlotArea.mjs +3 -4
- package/components/Series.js +1 -1
- package/components/Series.mjs +5 -6
- package/components/SeriesDefaults.js +1 -1
- package/components/SeriesDefaults.mjs +0 -1
- package/components/SeriesItem.js +1 -1
- package/components/SeriesItem.mjs +0 -1
- package/components/Subtitle.js +1 -1
- package/components/Subtitle.mjs +0 -1
- package/components/Title.js +1 -1
- package/components/Title.mjs +0 -1
- package/components/Tooltip.js +1 -1
- package/components/Tooltip.mjs +3 -4
- package/components/ValueAxis.js +1 -1
- package/components/ValueAxis.mjs +10 -11
- package/components/ValueAxisItem.js +1 -1
- package/components/ValueAxisItem.mjs +2 -3
- package/components/XAxis.js +1 -1
- package/components/XAxis.mjs +5 -6
- package/components/XAxisItem.js +1 -1
- package/components/XAxisItem.mjs +0 -1
- package/components/YAxis.js +1 -1
- package/components/YAxis.mjs +9 -10
- package/components/YAxisItem.js +1 -1
- package/components/YAxisItem.mjs +0 -1
- package/components/Zoomable.js +1 -1
- package/components/Zoomable.mjs +3 -4
- package/components/axis-defaults/Crosshair.js +1 -1
- package/components/axis-defaults/Crosshair.mjs +2 -3
- package/components/axis-defaults/CrosshairTooltip.js +1 -1
- package/components/axis-defaults/CrosshairTooltip.mjs +2 -3
- package/components/axis-defaults/Labels.js +1 -1
- package/components/axis-defaults/Labels.mjs +5 -6
- package/components/axis-defaults/Title.js +1 -1
- package/components/axis-defaults/Title.mjs +0 -1
- package/components/base/CollectionConfigurationComponent.js +1 -1
- package/components/base/CollectionConfigurationComponent.mjs +12 -13
- package/components/base/ConfigurationComponent.js +1 -1
- package/components/base/ConfigurationComponent.mjs +0 -1
- package/components/category-axis-item/Crosshair.js +1 -1
- package/components/category-axis-item/Crosshair.mjs +4 -5
- package/components/category-axis-item/CrosshairTooltip.js +1 -1
- package/components/category-axis-item/CrosshairTooltip.mjs +3 -4
- package/components/category-axis-item/Labels.js +1 -1
- package/components/category-axis-item/Labels.mjs +0 -1
- package/components/category-axis-item/Notes.js +1 -1
- package/components/category-axis-item/Notes.mjs +4 -5
- package/components/category-axis-item/NotesIcon.js +1 -1
- package/components/category-axis-item/NotesIcon.mjs +0 -1
- package/components/category-axis-item/NotesLabel.js +1 -1
- package/components/category-axis-item/NotesLabel.mjs +2 -3
- package/components/category-axis-item/RangeLabels.js +1 -1
- package/components/category-axis-item/RangeLabels.mjs +0 -1
- package/components/category-axis-item/Title.js +1 -1
- package/components/category-axis-item/Title.mjs +0 -1
- package/components/legend/InactiveItems.js +1 -1
- package/components/legend/InactiveItems.mjs +0 -1
- package/components/legend/Item.js +1 -1
- package/components/legend/Item.mjs +0 -1
- package/components/legend/Title.js +1 -1
- package/components/legend/Title.mjs +0 -1
- package/components/navigator/CategoryAxis.js +1 -1
- package/components/navigator/CategoryAxis.mjs +0 -1
- package/components/navigator/Hint.js +1 -1
- package/components/navigator/Hint.mjs +3 -4
- package/components/navigator/Pane.js +1 -1
- package/components/navigator/Pane.mjs +0 -1
- package/components/navigator/Select.js +1 -1
- package/components/navigator/Select.mjs +0 -1
- package/components/navigator/Series.js +1 -1
- package/components/navigator/Series.mjs +0 -1
- package/components/navigator/SeriesItem.js +1 -1
- package/components/navigator/SeriesItem.mjs +2 -3
- package/components/pane-defaults/Title.js +1 -1
- package/components/pane-defaults/Title.mjs +0 -1
- package/components/series-item/ErrorBars.js +1 -1
- package/components/series-item/ErrorBars.mjs +3 -4
- package/components/series-item/Extremes.js +1 -1
- package/components/series-item/Extremes.mjs +0 -1
- package/components/series-item/Highlight.js +1 -1
- package/components/series-item/Highlight.mjs +3 -4
- package/components/series-item/Labels.js +1 -1
- package/components/series-item/Labels.mjs +0 -1
- package/components/series-item/LabelsFrom.js +1 -1
- package/components/series-item/LabelsFrom.mjs +3 -4
- package/components/series-item/LabelsTo.js +1 -1
- package/components/series-item/LabelsTo.mjs +2 -3
- package/components/series-item/Markers.js +1 -1
- package/components/series-item/Markers.mjs +2 -3
- package/components/series-item/Notes.js +1 -1
- package/components/series-item/Notes.mjs +2 -3
- package/components/series-item/NotesIcon.js +1 -1
- package/components/series-item/NotesIcon.mjs +3 -4
- package/components/series-item/NotesLabel.js +1 -1
- package/components/series-item/NotesLabel.mjs +0 -1
- package/components/series-item/Outliers.js +1 -1
- package/components/series-item/Outliers.mjs +2 -3
- package/components/series-item/Tooltip.js +1 -1
- package/components/series-item/Tooltip.mjs +0 -1
- package/components/value-axis-item/Crosshair.js +1 -1
- package/components/value-axis-item/Crosshair.mjs +3 -4
- package/components/value-axis-item/CrosshairTooltip.js +1 -1
- package/components/value-axis-item/CrosshairTooltip.mjs +3 -4
- package/components/value-axis-item/Labels.js +1 -1
- package/components/value-axis-item/Labels.mjs +0 -1
- package/components/value-axis-item/Notes.js +1 -1
- package/components/value-axis-item/Notes.mjs +4 -5
- package/components/value-axis-item/NotesIcon.js +1 -1
- package/components/value-axis-item/NotesIcon.mjs +2 -3
- package/components/value-axis-item/NotesLabel.js +1 -1
- package/components/value-axis-item/NotesLabel.mjs +0 -1
- package/components/value-axis-item/Title.js +1 -1
- package/components/value-axis-item/Title.mjs +0 -1
- package/components/x-axis-item/Crosshair.js +1 -1
- package/components/x-axis-item/Crosshair.mjs +3 -4
- package/components/x-axis-item/CrosshairTooltip.js +1 -1
- package/components/x-axis-item/CrosshairTooltip.mjs +3 -4
- package/components/x-axis-item/Labels.js +1 -1
- package/components/x-axis-item/Labels.mjs +0 -1
- package/components/x-axis-item/Notes.js +1 -1
- package/components/x-axis-item/Notes.mjs +3 -4
- package/components/x-axis-item/NotesIcon.js +1 -1
- package/components/x-axis-item/NotesIcon.mjs +2 -3
- package/components/x-axis-item/NotesLabel.js +1 -1
- package/components/x-axis-item/NotesLabel.mjs +2 -3
- package/components/x-axis-item/Title.js +1 -1
- package/components/x-axis-item/Title.mjs +0 -1
- package/components/y-axis-item/Crosshair.js +1 -1
- package/components/y-axis-item/Crosshair.mjs +3 -4
- package/components/y-axis-item/CrosshairTooltip.js +1 -1
- package/components/y-axis-item/CrosshairTooltip.mjs +3 -4
- package/components/y-axis-item/Labels.js +1 -1
- package/components/y-axis-item/Labels.mjs +0 -1
- package/components/y-axis-item/Notes.js +1 -1
- package/components/y-axis-item/Notes.mjs +3 -4
- package/components/y-axis-item/NotesIcon.js +1 -1
- package/components/y-axis-item/NotesIcon.mjs +2 -3
- package/components/y-axis-item/NotesLabel.js +1 -1
- package/components/y-axis-item/NotesLabel.mjs +2 -3
- package/components/y-axis-item/Title.js +1 -1
- package/components/y-axis-item/Title.mjs +0 -1
- package/events/axis-label-click-event.js +1 -1
- package/events/axis-label-click-event.mjs +0 -1
- package/events/base-event.js +1 -1
- package/events/base-event.mjs +2 -3
- package/events/chart-event-builder.js +1 -1
- package/events/chart-event-builder.mjs +4 -5
- package/events/dom-event.js +1 -1
- package/events/dom-event.mjs +7 -8
- package/events/drag-end-event.js +1 -1
- package/events/drag-end-event.mjs +4 -5
- package/events/drag-event.js +1 -1
- package/events/drag-event.mjs +2 -3
- package/events/drag-start-event.js +1 -1
- package/events/drag-start-event.mjs +0 -1
- package/events/drilldown-event.js +1 -1
- package/events/drilldown-event.mjs +0 -1
- package/events/drilldown-state-change-event.js +1 -1
- package/events/drilldown-state-change-event.mjs +0 -1
- package/events/legend-item-click-event.js +1 -1
- package/events/legend-item-click-event.mjs +0 -1
- package/events/legend-item-hover-event.js +1 -1
- package/events/legend-item-hover-event.mjs +0 -1
- package/events/legend-item-leave-event.js +1 -1
- package/events/legend-item-leave-event.mjs +0 -1
- package/events/navigator-filter-event.js +1 -1
- package/events/navigator-filter-event.mjs +0 -1
- package/events/note-click-event.js +1 -1
- package/events/note-click-event.mjs +0 -1
- package/events/note-hover-event.js +1 -1
- package/events/note-hover-event.mjs +2 -3
- package/events/plot-area-click-event.js +1 -1
- package/events/plot-area-click-event.mjs +0 -1
- package/events/plot-area-hover-event.js +1 -1
- package/events/plot-area-hover-event.mjs +3 -4
- package/events/preventable-event.js +1 -1
- package/events/preventable-event.mjs +0 -1
- package/events/render-event.js +1 -1
- package/events/render-event.mjs +2 -3
- package/events/select-end-event.js +1 -1
- package/events/select-end-event.mjs +2 -3
- package/events/select-event.js +1 -1
- package/events/select-event.mjs +4 -5
- package/events/select-start-event.js +1 -1
- package/events/select-start-event.mjs +2 -3
- package/events/series-click-event.js +1 -1
- package/events/series-click-event.mjs +0 -1
- package/events/series-hover-event.js +1 -1
- package/events/series-hover-event.mjs +0 -1
- package/events/zoom-end-event.js +1 -1
- package/events/zoom-end-event.mjs +5 -6
- package/events/zoom-event.js +1 -1
- package/events/zoom-event.mjs +0 -1
- package/events/zoom-start-event.js +1 -1
- package/events/zoom-start-event.mjs +2 -3
- package/index.js +2 -1
- package/messages.js +1 -1
- package/messages.mjs +0 -1
- package/methods/index.js +1 -1
- package/methods/index.mjs +9 -10
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -3
- package/package.json +6 -6
- package/sankey/Sankey.js +1 -1
- package/sankey/Sankey.mjs +0 -1
- package/sankey/SankeyTooltip.js +1 -1
- package/sankey/SankeyTooltip.mjs +7 -8
- package/sankey/messages.js +1 -1
- package/sankey/messages.mjs +0 -1
- package/sankey/propTypes.js +1 -1
- package/sankey/propTypes.mjs +0 -1
- package/sankey/theme-service.js +2 -2
- package/sankey/theme-service.mjs +0 -1
- package/sankey/utils.js +1 -1
- package/sankey/utils.mjs +0 -1
- package/store/reducer.js +1 -1
- package/store/reducer.mjs +3 -4
- package/store/store.js +1 -1
- package/store/store.mjs +0 -1
- package/theming/theme-service.js +1 -1
- package/theming/theme-service.mjs +0 -1
- package/tooltip/Crosshair.js +1 -1
- package/tooltip/Crosshair.mjs +6 -7
- package/tooltip/CrosshairContainer.js +1 -1
- package/tooltip/CrosshairContainer.mjs +0 -1
- package/tooltip/Point.js +1 -1
- package/tooltip/Point.mjs +4 -5
- package/tooltip/Popup.js +1 -1
- package/tooltip/Popup.mjs +6 -7
- package/tooltip/Series.js +1 -1
- package/tooltip/Series.mjs +18 -19
- package/tooltip/SharedTooltipContent.js +1 -1
- package/tooltip/SharedTooltipContent.mjs +0 -1
- package/utils/index.js +1 -1
- package/utils/index.mjs +9 -10
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react"),c=require("../base/ConfigurationComponent.js");function a(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const i=a(r),u=e=>i.createElement(c.ConfigurationComponent,{...e,_chartKey:"icon"});exports.ChartValueAxisNotesIcon=u;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as t from "react";
|
|
10
9
|
import { ConfigurationComponent as e } from "../base/ConfigurationComponent.mjs";
|
|
11
|
-
const
|
|
10
|
+
const n = (o) => /* @__PURE__ */ t.createElement(e, { ...o, _chartKey: "icon" });
|
|
12
11
|
export {
|
|
13
|
-
|
|
12
|
+
n as ChartValueAxisNotesIcon
|
|
14
13
|
};
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react"),a=require("../base/ConfigurationComponent.js");function c(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const i=c(r),l=e=>i.createElement(a.ConfigurationComponent,{...e,_chartKey:"label"});exports.ChartValueAxisNotesLabel=l;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as t from "react";
|
|
10
9
|
import { ConfigurationComponent as o } from "../base/ConfigurationComponent.mjs";
|
|
11
10
|
const r = (e) => /* @__PURE__ */ t.createElement(o, { ...e, _chartKey: "label" });
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react"),i=require("../base/ConfigurationComponent.js");function c(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const l=c(a),o=e=>l.createElement(i.ConfigurationComponent,{...e,_chartKey:"title"});o.displayName="ChartValueAxisTitle";exports.ChartValueAxisTitle=o;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as e from "react";
|
|
10
9
|
import { ConfigurationComponent as a } from "../base/ConfigurationComponent.mjs";
|
|
11
10
|
const i = (t) => /* @__PURE__ */ e.createElement(a, { ...t, _chartKey: "title" });
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),a=require("../base/ConfigurationComponent.js");function i(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const c=i(n),s=e=>c.createElement(a.ConfigurationComponent,{visible:!0,...e,_chartKey:"crosshair"});exports.ChartXAxisCrosshair=s;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
const i = (r) => /* @__PURE__ */ t.createElement(e, { visible: !0, ...r, _chartKey: "crosshair" });
|
|
8
|
+
import * as o from "react";
|
|
9
|
+
import { ConfigurationComponent as t } from "../base/ConfigurationComponent.mjs";
|
|
10
|
+
const i = (r) => /* @__PURE__ */ o.createElement(t, { visible: !0, ...r, _chartKey: "crosshair" });
|
|
12
11
|
export {
|
|
13
12
|
i as ChartXAxisCrosshair
|
|
14
13
|
};
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),i=require("../base/ConfigurationComponent.js");function a(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return o.default=e,Object.freeze(o)}const c=a(n),s=e=>c.createElement(i.ConfigurationComponent,{visible:!0,...e,_chartKey:"tooltip"});exports.ChartXAxisCrosshairTooltip=s;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
const i = (t) => /* @__PURE__ */ o.createElement(e, { visible: !0, ...t, _chartKey: "tooltip" });
|
|
8
|
+
import * as t from "react";
|
|
9
|
+
import { ConfigurationComponent as r } from "../base/ConfigurationComponent.mjs";
|
|
10
|
+
const i = (o) => /* @__PURE__ */ t.createElement(r, { visible: !0, ...o, _chartKey: "tooltip" });
|
|
12
11
|
export {
|
|
13
12
|
i as ChartXAxisCrosshairTooltip
|
|
14
13
|
};
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react"),a=require("../base/ConfigurationComponent.js");function c(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const i=c(o),l=e=>i.createElement(a.ConfigurationComponent,{visible:!0,...e,_chartKey:"labels"});exports.ChartXAxisLabels=l;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as t from "react";
|
|
10
9
|
import { ConfigurationComponent as o } from "../base/ConfigurationComponent.mjs";
|
|
11
10
|
const a = (e) => /* @__PURE__ */ t.createElement(o, { visible: !0, ...e, _chartKey: "labels" });
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react"),c=require("../base/ConfigurationComponent.js");function a(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const i=a(r),s=e=>i.createElement(c.ConfigurationComponent,{...e,_chartKey:"notes"});exports.ChartXAxisNotes=s;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
const n = (t) => /* @__PURE__ */ e.createElement(o, { ...t, _chartKey: "notes" });
|
|
8
|
+
import * as o from "react";
|
|
9
|
+
import { ConfigurationComponent as e } from "../base/ConfigurationComponent.mjs";
|
|
10
|
+
const n = (t) => /* @__PURE__ */ o.createElement(e, { ...t, _chartKey: "notes" });
|
|
12
11
|
export {
|
|
13
12
|
n as ChartXAxisNotes
|
|
14
13
|
};
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react"),c=require("../base/ConfigurationComponent.js");function a(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const i=a(r),u=e=>i.createElement(c.ConfigurationComponent,{...e,_chartKey:"icon"});exports.ChartXAxisNotesIcon=u;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as t from "react";
|
|
10
9
|
import { ConfigurationComponent as e } from "../base/ConfigurationComponent.mjs";
|
|
11
|
-
const
|
|
10
|
+
const n = (o) => /* @__PURE__ */ t.createElement(e, { ...o, _chartKey: "icon" });
|
|
12
11
|
export {
|
|
13
|
-
|
|
12
|
+
n as ChartXAxisNotesIcon
|
|
14
13
|
};
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react"),a=require("../base/ConfigurationComponent.js");function c(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const i=c(r),l=e=>i.createElement(a.ConfigurationComponent,{...e,_chartKey:"label"});exports.ChartXAxisNotesLabel=l;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import * as t from "react";
|
|
8
|
+
import * as e from "react";
|
|
10
9
|
import { ConfigurationComponent as o } from "../base/ConfigurationComponent.mjs";
|
|
11
|
-
const a = (
|
|
10
|
+
const a = (t) => /* @__PURE__ */ e.createElement(o, { ...t, _chartKey: "label" });
|
|
12
11
|
export {
|
|
13
12
|
a as ChartXAxisNotesLabel
|
|
14
13
|
};
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react"),a=require("../base/ConfigurationComponent.js");function c(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const l=c(i),o=e=>l.createElement(a.ConfigurationComponent,{...e,_chartKey:"title"});o.displayName="ChartXAxisTitle";exports.ChartXAxisTitle=o;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as e from "react";
|
|
10
9
|
import { ConfigurationComponent as i } from "../base/ConfigurationComponent.mjs";
|
|
11
10
|
const o = (t) => /* @__PURE__ */ e.createElement(i, { ...t, _chartKey: "title" });
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),a=require("../base/ConfigurationComponent.js");function i(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const c=i(n),s=e=>c.createElement(a.ConfigurationComponent,{visible:!0,...e,_chartKey:"crosshair"});exports.ChartYAxisCrosshair=s;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
const i = (r) => /* @__PURE__ */ t.createElement(e, { visible: !0, ...r, _chartKey: "crosshair" });
|
|
8
|
+
import * as o from "react";
|
|
9
|
+
import { ConfigurationComponent as t } from "../base/ConfigurationComponent.mjs";
|
|
10
|
+
const i = (r) => /* @__PURE__ */ o.createElement(t, { visible: !0, ...r, _chartKey: "crosshair" });
|
|
12
11
|
export {
|
|
13
12
|
i as ChartYAxisCrosshair
|
|
14
13
|
};
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),i=require("../base/ConfigurationComponent.js");function a(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return o.default=e,Object.freeze(o)}const c=a(n),s=e=>c.createElement(i.ConfigurationComponent,{visible:!0,...e,_chartKey:"tooltip"});exports.ChartYAxisCrosshairTooltip=s;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
const i = (t) => /* @__PURE__ */ o.createElement(e, { visible: !0, ...t, _chartKey: "tooltip" });
|
|
8
|
+
import * as t from "react";
|
|
9
|
+
import { ConfigurationComponent as r } from "../base/ConfigurationComponent.mjs";
|
|
10
|
+
const i = (o) => /* @__PURE__ */ t.createElement(r, { visible: !0, ...o, _chartKey: "tooltip" });
|
|
12
11
|
export {
|
|
13
12
|
i as ChartYAxisCrosshairTooltip
|
|
14
13
|
};
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react"),a=require("../base/ConfigurationComponent.js");function c(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const i=c(o),l=e=>i.createElement(a.ConfigurationComponent,{visible:!0,...e,_chartKey:"labels"});exports.ChartYAxisLabels=l;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as t from "react";
|
|
10
9
|
import { ConfigurationComponent as o } from "../base/ConfigurationComponent.mjs";
|
|
11
10
|
const a = (e) => /* @__PURE__ */ t.createElement(o, { visible: !0, ...e, _chartKey: "labels" });
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react"),c=require("../base/ConfigurationComponent.js");function a(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const i=a(r),s=e=>i.createElement(c.ConfigurationComponent,{...e,_chartKey:"notes"});exports.ChartYAxisNotes=s;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
const n = (t) => /* @__PURE__ */ e.createElement(o, { ...t, _chartKey: "notes" });
|
|
8
|
+
import * as o from "react";
|
|
9
|
+
import { ConfigurationComponent as e } from "../base/ConfigurationComponent.mjs";
|
|
10
|
+
const n = (t) => /* @__PURE__ */ o.createElement(e, { ...t, _chartKey: "notes" });
|
|
12
11
|
export {
|
|
13
12
|
n as ChartYAxisNotes
|
|
14
13
|
};
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react"),c=require("../base/ConfigurationComponent.js");function a(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const i=a(r),u=e=>i.createElement(c.ConfigurationComponent,{...e,_chartKey:"icon"});exports.ChartYAxisNotesIcon=u;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as t from "react";
|
|
10
9
|
import { ConfigurationComponent as e } from "../base/ConfigurationComponent.mjs";
|
|
11
|
-
const
|
|
10
|
+
const n = (o) => /* @__PURE__ */ t.createElement(e, { ...o, _chartKey: "icon" });
|
|
12
11
|
export {
|
|
13
|
-
|
|
12
|
+
n as ChartYAxisNotesIcon
|
|
14
13
|
};
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react"),a=require("../base/ConfigurationComponent.js");function c(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const i=c(r),l=e=>i.createElement(a.ConfigurationComponent,{...e,_chartKey:"label"});exports.ChartYAxisNotesLabel=l;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import * as t from "react";
|
|
8
|
+
import * as e from "react";
|
|
10
9
|
import { ConfigurationComponent as o } from "../base/ConfigurationComponent.mjs";
|
|
11
|
-
const a = (
|
|
10
|
+
const a = (t) => /* @__PURE__ */ e.createElement(o, { ...t, _chartKey: "label" });
|
|
12
11
|
export {
|
|
13
12
|
a as ChartYAxisNotesLabel
|
|
14
13
|
};
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react"),a=require("../base/ConfigurationComponent.js");function c(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const l=c(i),o=e=>l.createElement(a.ConfigurationComponent,{...e,_chartKey:"title"});o.displayName="ChartYAxisTitle";exports.ChartYAxisTitle=o;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as e from "react";
|
|
10
9
|
import { ConfigurationComponent as i } from "../base/ConfigurationComponent.mjs";
|
|
11
10
|
const o = (t) => /* @__PURE__ */ e.createElement(i, { ...t, _chartKey: "title" });
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./base-event.js");class i extends s.BaseEvent{constructor(t,e){super(e),this.axis=t.axis,this.dataItem=t.dataItem,this.index=t.index,this.text=t.text,this.value=t.value}}exports.AxisLabelClickEvent=i;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import { BaseEvent as e } from "./base-event.mjs";
|
|
10
9
|
class x extends e {
|
|
11
10
|
/**
|
package/events/base-event.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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class e{constructor(t){this.target=t}}exports.BaseEvent=e;
|
package/events/base-event.mjs
CHANGED
|
@@ -5,8 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
class s {
|
|
8
|
+
class e {
|
|
10
9
|
/**
|
|
11
10
|
* @hidden
|
|
12
11
|
*/
|
|
@@ -15,5 +14,5 @@ class s {
|
|
|
15
14
|
}
|
|
16
15
|
}
|
|
17
16
|
export {
|
|
18
|
-
|
|
17
|
+
e as BaseEvent
|
|
19
18
|
};
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./axis-label-click-event.js"),v=require("./drag-event.js"),i=require("./drag-end-event.js"),E=require("./drag-start-event.js"),c=require("./drilldown-event.js"),l=require("./legend-item-hover-event.js"),s=require("./legend-item-click-event.js"),a=require("./legend-item-leave-event.js"),d=require("./navigator-filter-event.js"),u=require("./note-click-event.js"),g=require("./note-hover-event.js"),q=require("./plot-area-click-event.js"),m=require("./plot-area-hover-event.js"),S=require("./render-event.js"),k=require("./select-event.js"),C=require("./select-end-event.js"),H=require("./select-start-event.js"),I=require("./series-click-event.js"),L=require("./series-hover-event.js"),A=require("./zoom-event.js"),z=require("./zoom-end-event.js"),b=require("./zoom-start-event.js"),t={axisLabelClick:o.AxisLabelClickEvent,drag:v.DragEvent,dragEnd:i.DragEndEvent,dragStart:E.DragStartEvent,drilldownEvent:c.DrilldownEvent,legendItemHover:l.LegendItemHoverEvent,legendItemClick:s.LegendItemClickEvent,legendItemLeave:a.LegendItemLeaveEvent,navigatorFilter:d.NavigatorFilterEvent,noteClick:u.NoteClickEvent,noteHover:g.NoteHoverEvent,plotAreaClick:q.PlotAreaClickEvent,plotAreaHover:m.PlotAreaHoverEvent,render:S.RenderEvent,select:k.SelectEvent,selectEnd:C.SelectEndEvent,selectStart:H.SelectStartEvent,seriesClick:I.SeriesClickEvent,seriesHover:L.SeriesHoverEvent,zoom:A.ZoomEvent,zoomEnd:z.ZoomEndEvent,zoomStart:b.ZoomStartEvent};function p(e,r,n){if(t[e])return new t[e](r,n)}exports.create=p;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import { AxisLabelClickEvent as m } from "./axis-label-click-event.mjs";
|
|
10
9
|
import { DragEvent as i } from "./drag-event.mjs";
|
|
11
10
|
import { DragEndEvent as n } from "./drag-end-event.mjs";
|
|
@@ -15,8 +14,8 @@ import { LegendItemHoverEvent as E } from "./legend-item-hover-event.mjs";
|
|
|
15
14
|
import { LegendItemClickEvent as a } from "./legend-item-click-event.mjs";
|
|
16
15
|
import { LegendItemLeaveEvent as p } from "./legend-item-leave-event.mjs";
|
|
17
16
|
import { NavigatorFilterEvent as f } from "./navigator-filter-event.mjs";
|
|
18
|
-
import { NoteClickEvent as
|
|
19
|
-
import { NoteHoverEvent as
|
|
17
|
+
import { NoteClickEvent as d } from "./note-click-event.mjs";
|
|
18
|
+
import { NoteHoverEvent as c } from "./note-hover-event.mjs";
|
|
20
19
|
import { PlotAreaClickEvent as g } from "./plot-area-click-event.mjs";
|
|
21
20
|
import { PlotAreaHoverEvent as s } from "./plot-area-hover-event.mjs";
|
|
22
21
|
import { RenderEvent as S } from "./render-event.mjs";
|
|
@@ -38,8 +37,8 @@ const t = {
|
|
|
38
37
|
legendItemClick: a,
|
|
39
38
|
legendItemLeave: p,
|
|
40
39
|
navigatorFilter: f,
|
|
41
|
-
noteClick:
|
|
42
|
-
noteHover:
|
|
40
|
+
noteClick: d,
|
|
41
|
+
noteHover: c,
|
|
43
42
|
plotAreaClick: g,
|
|
44
43
|
plotAreaHover: s,
|
|
45
44
|
render: S,
|
package/events/dom-event.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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class n{constructor(t,o){this.sender=t,this.syntheticEvent=o}}function r(e,t){return new n(e,t)}exports.DomEvent=n;exports.toDomEvent=r;
|
package/events/dom-event.mjs
CHANGED
|
@@ -5,19 +5,18 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
class s {
|
|
8
|
+
class o {
|
|
10
9
|
/**
|
|
11
10
|
* @hidden
|
|
12
11
|
*/
|
|
13
|
-
constructor(t,
|
|
14
|
-
this.sender = t, this.syntheticEvent =
|
|
12
|
+
constructor(t, e) {
|
|
13
|
+
this.sender = t, this.syntheticEvent = e;
|
|
15
14
|
}
|
|
16
15
|
}
|
|
17
|
-
function
|
|
18
|
-
return new
|
|
16
|
+
function s(n, t) {
|
|
17
|
+
return new o(n, t);
|
|
19
18
|
}
|
|
20
19
|
export {
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
o as DomEvent,
|
|
21
|
+
s as toDomEvent
|
|
23
22
|
};
|
package/events/drag-end-event.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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./base-event.js");class s extends n.BaseEvent{constructor(e,t){super(t),this.axisRanges=e.axisRanges,this.nativeEvent=e.originalEvent}}exports.DragEndEvent=s;
|
|
@@ -5,14 +5,13 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class i extends t {
|
|
8
|
+
import { BaseEvent as e } from "./base-event.mjs";
|
|
9
|
+
class i extends e {
|
|
11
10
|
/**
|
|
12
11
|
* @hidden
|
|
13
12
|
*/
|
|
14
|
-
constructor(
|
|
15
|
-
super(
|
|
13
|
+
constructor(s, t) {
|
|
14
|
+
super(t), this.axisRanges = s.axisRanges, this.nativeEvent = s.originalEvent;
|
|
16
15
|
}
|
|
17
16
|
}
|
|
18
17
|
export {
|
package/events/drag-event.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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./preventable-event.js");class r extends n.PreventableEvent{constructor(e,t){super(t),this.axisRanges=e.axisRanges,this.nativeEvent=e.originalEvent}}exports.DragEvent=r;
|
package/events/drag-event.mjs
CHANGED
|
@@ -5,9 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import { PreventableEvent as n } from "./preventable-event.mjs";
|
|
10
|
-
class
|
|
9
|
+
class r extends n {
|
|
11
10
|
/**
|
|
12
11
|
* @hidden
|
|
13
12
|
*/
|
|
@@ -16,5 +15,5 @@ class i extends n {
|
|
|
16
15
|
}
|
|
17
16
|
}
|
|
18
17
|
export {
|
|
19
|
-
|
|
18
|
+
r as DragEvent
|
|
20
19
|
};
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./preventable-event.js");class r extends n.PreventableEvent{constructor(e,t){super(t),this.axisRanges=e.axisRanges,this.nativeEvent=e.originalEvent}}exports.DragStartEvent=r;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import { PreventableEvent as n } from "./preventable-event.mjs";
|
|
10
9
|
class r extends n {
|
|
11
10
|
/**
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./base-event.js");class n extends s.BaseEvent{constructor(t,e){super(e),this.value=t.value,this.point=t.point,this.series=t.series,this.currentState=t.currentState,this.nextState=t.nextState}}exports.DrilldownEvent=n;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import { BaseEvent as s } from "./base-event.mjs";
|
|
10
9
|
class n extends s {
|
|
11
10
|
/**
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class e{constructor(t){this.currentState=t.currentState,this.nextState=t.nextState}}exports.DrilldownStateChangeEvent=e;
|