@progress/kendo-react-chart-wizard 8.3.0-develop.12 → 8.3.0-develop.14

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/messages.mjs CHANGED
@@ -6,220 +6,114 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  "use client";
9
- const t = "chartWizard.window.title", a = "chartWizard.export.button", r = "chartWizard.exportPDF.button", o = "chartWizard.exportSVG.button", e = "chartWizard.exportPNG.button", i = "chartWizard.tab.chart", c = "chartWizard.tab.data", s = "chartWizard.tab.format", l = "chartWizard.chart.barChart.expandText", n = "chartWizard.chart.barChart.bar", h = "chartWizard.chart.barChart.stackedBar", d = "chartWizard.chart.barChart.100%stackedBar", m = "chartWizard.chart.pieChart.expandText", f = "chartWizard.chart.pieChart.pie", x = "chartWizard.chart.columnChart.expandText", z = "chartWizard.chart.columnChart.column", A = "chartWizard.chart.columnChart.stackedColumn", u = "chartWizard.chart.columnChart.100%stackedColumn", W = "chartWizard.chart.lineChart.expandText", g = "chartWizard.chart.lineChart.line", C = "chartWizard.chart.lineChart.stackedLine", b = "chartWizard.chart.lineChart.100%stackedLine", p = "chartWizard.chart.scatterChart.expandText", T = "chartWizard.chart.scatterChart.scatter", L = "chartWizard.data.configuration.expandText", S = "chartWizard.data.configuration.categoryAxis", y = "chartWizard.data.configuration.xAxis", P = "chartWizard.data.configuration.valueAxis", F = "chartWizard.data.configuration.series.title", V = "chartWizard.data.configuration.series.add", v = "chartWizard.format.chartArea.expandText", k = "chartWizard.format.chartArea.margins", B = "chartWizard.format.chartArea.margins.auto", R = "chartWizard.format.chartArea.margins.left", w = "chartWizard.format.chartArea.margins.right", M = "chartWizard.format.chartArea.margins.top", G = "chartWizard.format.chartArea.margins.bottom", D = "chartWizard.format.chartArea.background", N = "chartWizard.format.chartArea.background.color", X = "chartWizard.format.title.expandText", O = "chartWizard.format.title.applyTo", Y = "chartWizard.format.title.chartTitle", E = "chartWizard.format.title.chartSubtitle", j = "chartWizard.format.title.label", q = "chartWizard.format.title.font", H = "chartWizard.format.title.fontPlaceholder", I = "chartWizard.format.title.size", J = "chartWizard.format.title.sizePlaceholder", K = "chartWizard.format.title.color", Q = "chartWizard.format.series.expandText", U = "chartWizard.format.series.applyTo", Z = "chartWizard.format.series.allSeries", _ = "chartWizard.format.series.color", $ = "chartWizard.format.series.showLabels", tt = "chartWizard.format.legend.expandText", at = "chartWizard.format.legend.showLegend", rt = "chartWizard.format.legend.font", ot = "chartWizard.format.legend.fontPlaceholder", et = "chartWizard.format.legend.size", it = "chartWizard.format.legend.sizePlaceholder", ct = "chartWizard.format.legend.color", st = "chartWizard.format.legend.position", lt = "chartWizard.format.legend.position.top", nt = "chartWizard.format.legend.position.bottom", ht = "chartWizard.format.legend.position.left", dt = "chartWizard.format.legend.position.right", mt = "chartWizard.format.categoryAxis.expandText", ft = "chartWizard.format.xAxis.expandText", xt = "chartWizard.format.categoryAxis.title.expandText", zt = "chartWizard.format.categoryAxis.title.placeholder", At = "chartWizard.format.categoryAxis.title.font", ut = "chartWizard.format.categoryAxis.title.fontPlaceholder", Wt = "chartWizard.format.categoryAxis.title.size", gt = "chartWizard.format.categoryAxis.title.sizePlaceholder", Ct = "chartWizard.format.categoryAxis.title.color", bt = "chartWizard.format.categoryAxis.labels.text", pt = "chartWizard.format.categoryAxis.labels.font", Tt = "chartWizard.format.categoryAxis.labels.fontPlaceholder", Lt = "chartWizard.format.categoryAxis.labels.size", St = "chartWizard.format.categoryAxis.labels.sizePlaceholder", yt = "chartWizard.format.categoryAxis.labels.color", Pt = "chartWizard.format.categoryAxis.labels.rotation.text", Ft = "chartWizard.format.categoryAxis.labels.rotation.auto", Vt = "chartWizard.format.categoryAxis.labels.reverseOrder", vt = "chartWizard.format.valueAxis.expandText", kt = "chartWizard.format.yAxis.expandText", Bt = "chartWizard.format.valueAxis.title.text", Rt = "chartWizard.format.valueAxis.title.placeholder", wt = "chartWizard.format.valueAxis.title.font", Mt = "chartWizard.format.valueAxis.title.fontPlaceholder", Gt = "chartWizard.format.valueAxis.title.size", Dt = "chartWizard.format.valueAxis.title.sizePlaceholder", Nt = "chartWizard.format.valueAxis.title.color", Xt = "chartWizard.format.valueAxis.labels.text", Ot = "chartWizard.format.valueAxis.labelFormat", Yt = "chartWizard.format.valueAxis.labelFormat.text", Et = "chartWizard.format.valueAxis.labelFormat.number", jt = "chartWizard.format.valueAxis.labelFormat.currency", qt = "chartWizard.format.valueAxis.labelFormat.percent", Ht = "chartWizard.format.valueAxis.labels.font", It = "chartWizard.format.valueAxis.labels.fontPlaceholder", Jt = "chartWizard.format.valueAxis.labels.size", Kt = "chartWizard.format.valueAxis.labels.sizePlaceholder", Qt = "chartWizard.format.valueAxis.labels.color", Ut = "chartWizard.format.valueAxis.labels.rotation.text", Zt = "chartWizard.format.valueAxis.labels.rotation.auto", _t = {
10
- [t]: "Chart Preview",
11
- [a]: "Export",
12
- [r]: "PDF File",
13
- [o]: "SVG File",
14
- [e]: "PNG File",
15
- [i]: "Chart",
16
- [c]: "Data",
17
- [s]: "Format",
18
- [l]: "Bar Chart",
19
- [n]: "Bar",
20
- [h]: "Stacked Bar",
21
- [d]: "100% Stacked Bar",
22
- [m]: "Pie Chart",
23
- [f]: "Pie",
24
- [x]: "Column Chart",
25
- [z]: "Column",
26
- [A]: "Stacked Column",
27
- [u]: "100% Stacked Column",
28
- [W]: "Line Chart",
29
- [g]: "Line",
30
- [C]: "Stacked Line",
31
- [b]: "100% Stacked Line",
32
- [p]: "Scatter Chart",
33
- [T]: "Scatter",
34
- [L]: "Configuration",
35
- [S]: "Category Axis",
36
- [y]: "X Axis",
37
- [P]: "Value Axis",
38
- [F]: "Series",
39
- [V]: "Add",
40
- [v]: "Chart Area",
41
- [k]: "Margins",
42
- [B]: "Auto",
43
- [R]: "Left",
44
- [w]: "Right",
45
- [M]: "Top",
46
- [G]: "Bottom",
47
- [D]: "Background",
48
- [N]: "Color",
49
- [X]: "Title",
50
- [O]: "Apply to",
51
- [Y]: "Chart Title",
52
- [E]: "Chart Subtitle",
53
- [j]: "Title",
54
- [q]: "Font",
55
- [H]: "(inherited font)",
56
- [I]: "Size",
57
- [J]: "px",
58
- [K]: "Color",
59
- [Q]: "Series",
60
- [U]: "Apply to",
61
- [Z]: "All Series",
62
- [_]: "Color",
63
- [$]: "Show Labels",
64
- [tt]: "Legend",
65
- [at]: "Show Legend",
66
- [rt]: "Font",
67
- [ot]: "(inherited font)",
68
- [et]: "Size",
69
- [it]: "px",
70
- [ct]: "Color",
71
- [st]: "Position",
72
- [lt]: "Top",
73
- [nt]: "Bottom",
74
- [ht]: "Left",
75
- [dt]: "Right",
76
- [mt]: "Category Axis",
77
- [ft]: "X Axis",
78
- [xt]: "Title",
79
- [zt]: "Axis Title",
80
- [At]: "Font",
81
- [ut]: "(inherited font)",
82
- [Wt]: "Size",
83
- [gt]: "px",
84
- [Ct]: "Color",
85
- [bt]: "Labels",
86
- [pt]: "Font",
87
- [Tt]: "(inherited font)",
88
- [Lt]: "Size",
89
- [St]: "px",
90
- [yt]: "Color",
91
- [Pt]: "Rotation",
92
- [Ft]: "Auto",
93
- [Vt]: "Reverse Order",
94
- [vt]: "Value Axis",
95
- [kt]: "Y Axis",
96
- [Bt]: "Title",
97
- [Rt]: "Axis Title",
98
- [wt]: "Font",
99
- [Mt]: "(inherited font)",
100
- [Gt]: "Size",
101
- [Dt]: "px",
102
- [Nt]: "Color",
103
- [Xt]: "Labels",
104
- [Ot]: "Label Format",
105
- [Yt]: "Text",
106
- [Et]: "Number",
107
- [jt]: "Currency",
108
- [qt]: "Percent",
109
- [Ht]: "Font",
110
- [It]: "(inherited font)",
111
- [Jt]: "Size",
112
- [Kt]: "px",
113
- [Qt]: "Color",
114
- [Ut]: "Rotation",
115
- [Zt]: "Auto"
116
- };
9
+ import { ChartWizardCommon as t } from "@progress/kendo-charts";
10
+ const r = t.messages, o = "chartWizard.window.title", e = "chartWizard.export.button", i = "chartWizard.exportPDF.button", c = "chartWizard.exportSVG.button", s = "chartWizard.exportPNG.button", l = "chartWizard.tab.chart", n = "chartWizard.tab.data", h = "chartWizard.tab.format", d = "chartWizard.chart.barChart.expandText", m = "chartWizard.chart.barChart.bar", f = "chartWizard.chart.barChart.stackedBar", x = "chartWizard.chart.barChart.100%stackedBar", z = "chartWizard.chart.pieChart.expandText", A = "chartWizard.chart.pieChart.pie", W = "chartWizard.chart.columnChart.expandText", g = "chartWizard.chart.columnChart.column", u = "chartWizard.chart.columnChart.stackedColumn", C = "chartWizard.chart.columnChart.100%stackedColumn", b = "chartWizard.chart.lineChart.expandText", p = "chartWizard.chart.lineChart.line", T = "chartWizard.chart.lineChart.stackedLine", L = "chartWizard.chart.lineChart.100%stackedLine", y = "chartWizard.chart.scatterChart.expandText", P = "chartWizard.chart.scatterChart.scatter", S = "chartWizard.data.configuration.expandText", F = "chartWizard.data.configuration.categoryAxis", v = "chartWizard.data.configuration.xAxis", V = "chartWizard.data.configuration.valueAxis", k = "chartWizard.data.configuration.series.title", B = "chartWizard.data.configuration.series.add", w = "chartWizard.format.chartArea.expandText", R = "chartWizard.format.chartArea.margins", M = "chartWizard.format.chartArea.margins.auto", G = "chartWizard.format.chartArea.margins.left", D = "chartWizard.format.chartArea.margins.right", N = "chartWizard.format.chartArea.margins.top", O = "chartWizard.format.chartArea.margins.bottom", X = "chartWizard.format.chartArea.background", Y = "chartWizard.format.chartArea.background.color", j = "chartWizard.format.title.expandText", q = "chartWizard.format.title.applyTo", E = "chartWizard.format.title.chartTitle", H = "chartWizard.format.title.chartSubtitle", I = "chartWizard.format.title.label", J = "chartWizard.format.title.font", K = "chartWizard.format.title.fontPlaceholder", Q = "chartWizard.format.title.size", U = "chartWizard.format.title.sizePlaceholder", Z = "chartWizard.format.title.color", _ = "chartWizard.format.series.expandText", $ = "chartWizard.format.series.applyTo", tt = "chartWizard.format.series.allSeries", at = "chartWizard.format.series.color", rt = "chartWizard.format.series.showLabels", ot = "chartWizard.format.legend.expandText", et = "chartWizard.format.legend.showLegend", it = "chartWizard.format.legend.font", ct = "chartWizard.format.legend.fontPlaceholder", st = "chartWizard.format.legend.size", lt = "chartWizard.format.legend.sizePlaceholder", nt = "chartWizard.format.legend.color", ht = "chartWizard.format.legend.position", dt = "chartWizard.format.legend.position.top", mt = "chartWizard.format.legend.position.bottom", ft = "chartWizard.format.legend.position.left", xt = "chartWizard.format.legend.position.right", zt = "chartWizard.format.categoryAxis.expandText", At = "chartWizard.format.xAxis.expandText", Wt = "chartWizard.format.categoryAxis.title.expandText", gt = "chartWizard.format.categoryAxis.title.placeholder", ut = "chartWizard.format.categoryAxis.title.font", Ct = "chartWizard.format.categoryAxis.title.fontPlaceholder", bt = "chartWizard.format.categoryAxis.title.size", pt = "chartWizard.format.categoryAxis.title.sizePlaceholder", Tt = "chartWizard.format.categoryAxis.title.color", Lt = "chartWizard.format.categoryAxis.labels.text", yt = "chartWizard.format.categoryAxis.labels.font", Pt = "chartWizard.format.categoryAxis.labels.fontPlaceholder", St = "chartWizard.format.categoryAxis.labels.size", Ft = "chartWizard.format.categoryAxis.labels.sizePlaceholder", vt = "chartWizard.format.categoryAxis.labels.color", Vt = "chartWizard.format.categoryAxis.labels.rotation.text", kt = "chartWizard.format.categoryAxis.labels.rotation.auto", Bt = "chartWizard.format.categoryAxis.labels.reverseOrder", wt = "chartWizard.format.valueAxis.expandText", Rt = "chartWizard.format.yAxis.expandText", Mt = "chartWizard.format.valueAxis.title.text", Gt = "chartWizard.format.valueAxis.title.placeholder", Dt = "chartWizard.format.valueAxis.title.font", Nt = "chartWizard.format.valueAxis.title.fontPlaceholder", Ot = "chartWizard.format.valueAxis.title.size", Xt = "chartWizard.format.valueAxis.title.sizePlaceholder", Yt = "chartWizard.format.valueAxis.title.color", jt = "chartWizard.format.valueAxis.labels.text", qt = "chartWizard.format.valueAxis.labelFormat", Et = "chartWizard.format.valueAxis.labelFormat.text", Ht = "chartWizard.format.valueAxis.labelFormat.number", It = "chartWizard.format.valueAxis.labelFormat.currency", Jt = "chartWizard.format.valueAxis.labelFormat.percent", Kt = "chartWizard.format.valueAxis.labels.font", Qt = "chartWizard.format.valueAxis.labels.fontPlaceholder", Ut = "chartWizard.format.valueAxis.labels.size", Zt = "chartWizard.format.valueAxis.labels.sizePlaceholder", _t = "chartWizard.format.valueAxis.labels.color", $t = "chartWizard.format.valueAxis.labels.rotation.text", ta = "chartWizard.format.valueAxis.labels.rotation.auto";
117
11
  export {
118
- l as barChart,
119
- d as barChart100StackedBar,
120
- n as barChartBar,
121
- h as barChartStackedBar,
122
- x as columnChart,
123
- u as columnChart100StackedColumn,
124
- z as columnChartColumn,
125
- A as columnChartStackedColumn,
126
- L as configuration,
127
- S as configurationCategoryAxis,
128
- F as configurationSeries,
129
- V as configurationSeriesAdd,
130
- P as configurationValueAxis,
131
- y as configurationXAxis,
132
- a as exportButton,
133
- r as exportPDFButton,
134
- e as exportPNGButton,
135
- o as exportSVGButton,
136
- mt as formatCategoryAxis,
137
- bt as formatCategoryAxisLabels,
138
- yt as formatCategoryAxisLabelsColor,
139
- pt as formatCategoryAxisLabelsFont,
140
- Tt as formatCategoryAxisLabelsFontPlaceholder,
141
- Vt as formatCategoryAxisLabelsReverseOrder,
142
- Pt as formatCategoryAxisLabelsRotation,
143
- Ft as formatCategoryAxisLabelsRotationAuto,
144
- Lt as formatCategoryAxisLabelsSize,
145
- St as formatCategoryAxisLabelsSizePlaceholder,
146
- xt as formatCategoryAxisTitle,
147
- Ct as formatCategoryAxisTitleColor,
148
- At as formatCategoryAxisTitleFont,
149
- ut as formatCategoryAxisTitleFontPlaceholder,
150
- zt as formatCategoryAxisTitlePlaceholder,
151
- Wt as formatCategoryAxisTitleSize,
152
- gt as formatCategoryAxisTitleSizePlaceholder,
153
- v as formatChartArea,
154
- D as formatChartAreaBackground,
155
- N as formatChartAreaBackgroundColor,
156
- k as formatChartAreaMargins,
157
- B as formatChartAreaMarginsAuto,
158
- G as formatChartAreaMarginsBottom,
159
- R as formatChartAreaMarginsLeft,
160
- w as formatChartAreaMarginsRight,
161
- M as formatChartAreaMarginsTop,
162
- tt as formatLegend,
163
- ct as formatLegendColor,
164
- rt as formatLegendFont,
165
- ot as formatLegendFontPlaceholder,
166
- st as formatLegendPosition,
167
- nt as formatLegendPositionBottom,
168
- ht as formatLegendPositionLeft,
169
- dt as formatLegendPositionRight,
170
- lt as formatLegendPositionTop,
171
- at as formatLegendShowLegend,
172
- et as formatLegendSize,
173
- it as formatLegendSizePlaceholder,
174
- Q as formatSeries,
175
- Z as formatSeriesAllSeries,
176
- U as formatSeriesApplyTo,
177
- _ as formatSeriesColor,
178
- $ as formatSeriesShowLabels,
179
- X as formatTitle,
180
- O as formatTitleApplyTo,
181
- E as formatTitleChartSubtitle,
182
- Y as formatTitleChartTitle,
183
- K as formatTitleColor,
184
- q as formatTitleFont,
185
- H as formatTitleFontPlaceholder,
186
- j as formatTitleLabel,
187
- I as formatTitleSize,
188
- J as formatTitleSizePlaceholder,
189
- vt as formatValueAxis,
190
- Xt as formatValueAxisLabels,
191
- Qt as formatValueAxisLabelsColor,
192
- Ht as formatValueAxisLabelsFont,
193
- It as formatValueAxisLabelsFontPlaceholder,
194
- Ot as formatValueAxisLabelsFormat,
195
- jt as formatValueAxisLabelsFormatCurrency,
196
- Et as formatValueAxisLabelsFormatNumber,
197
- qt as formatValueAxisLabelsFormatPercent,
198
- Yt as formatValueAxisLabelsFormatText,
199
- Ut as formatValueAxisLabelsRotation,
200
- Zt as formatValueAxisLabelsRotationAuto,
201
- Jt as formatValueAxisLabelsSize,
202
- Kt as formatValueAxisLabelsSizePlaceholder,
203
- Bt as formatValueAxisTitle,
204
- Nt as formatValueAxisTitleColor,
205
- wt as formatValueAxisTitleFont,
206
- Mt as formatValueAxisTitleFontPlaceholder,
207
- Rt as formatValueAxisTitlePlaceholder,
208
- Gt as formatValueAxisTitleSize,
209
- Dt as formatValueAxisTitleSizePlaceholder,
210
- ft as formatXAxis,
211
- kt as formatYAxis,
212
- W as lineChart,
213
- b as lineChart100StackedLine,
214
- g as lineChartLine,
215
- C as lineChartStackedLine,
216
- _t as messages,
217
- m as pieChart,
218
- f as pieChartPie,
219
- p as scatterChart,
220
- T as scatterChartScatter,
221
- i as tabChart,
222
- c as tabData,
223
- s as tabFormat,
224
- t as windowTitle
12
+ d as barChart,
13
+ x as barChart100StackedBar,
14
+ m as barChartBar,
15
+ f as barChartStackedBar,
16
+ W as columnChart,
17
+ C as columnChart100StackedColumn,
18
+ g as columnChartColumn,
19
+ u as columnChartStackedColumn,
20
+ S as configuration,
21
+ F as configurationCategoryAxis,
22
+ k as configurationSeries,
23
+ B as configurationSeriesAdd,
24
+ V as configurationValueAxis,
25
+ v as configurationXAxis,
26
+ e as exportButton,
27
+ i as exportPDFButton,
28
+ s as exportPNGButton,
29
+ c as exportSVGButton,
30
+ zt as formatCategoryAxis,
31
+ Lt as formatCategoryAxisLabels,
32
+ vt as formatCategoryAxisLabelsColor,
33
+ yt as formatCategoryAxisLabelsFont,
34
+ Pt as formatCategoryAxisLabelsFontPlaceholder,
35
+ Bt as formatCategoryAxisLabelsReverseOrder,
36
+ Vt as formatCategoryAxisLabelsRotation,
37
+ kt as formatCategoryAxisLabelsRotationAuto,
38
+ St as formatCategoryAxisLabelsSize,
39
+ Ft as formatCategoryAxisLabelsSizePlaceholder,
40
+ Wt as formatCategoryAxisTitle,
41
+ Tt as formatCategoryAxisTitleColor,
42
+ ut as formatCategoryAxisTitleFont,
43
+ Ct as formatCategoryAxisTitleFontPlaceholder,
44
+ gt as formatCategoryAxisTitlePlaceholder,
45
+ bt as formatCategoryAxisTitleSize,
46
+ pt as formatCategoryAxisTitleSizePlaceholder,
47
+ w as formatChartArea,
48
+ X as formatChartAreaBackground,
49
+ Y as formatChartAreaBackgroundColor,
50
+ R as formatChartAreaMargins,
51
+ M as formatChartAreaMarginsAuto,
52
+ O as formatChartAreaMarginsBottom,
53
+ G as formatChartAreaMarginsLeft,
54
+ D as formatChartAreaMarginsRight,
55
+ N as formatChartAreaMarginsTop,
56
+ ot as formatLegend,
57
+ nt as formatLegendColor,
58
+ it as formatLegendFont,
59
+ ct as formatLegendFontPlaceholder,
60
+ ht as formatLegendPosition,
61
+ mt as formatLegendPositionBottom,
62
+ ft as formatLegendPositionLeft,
63
+ xt as formatLegendPositionRight,
64
+ dt as formatLegendPositionTop,
65
+ et as formatLegendShowLegend,
66
+ st as formatLegendSize,
67
+ lt as formatLegendSizePlaceholder,
68
+ _ as formatSeries,
69
+ tt as formatSeriesAllSeries,
70
+ $ as formatSeriesApplyTo,
71
+ at as formatSeriesColor,
72
+ rt as formatSeriesShowLabels,
73
+ j as formatTitle,
74
+ q as formatTitleApplyTo,
75
+ H as formatTitleChartSubtitle,
76
+ E as formatTitleChartTitle,
77
+ Z as formatTitleColor,
78
+ J as formatTitleFont,
79
+ K as formatTitleFontPlaceholder,
80
+ I as formatTitleLabel,
81
+ Q as formatTitleSize,
82
+ U as formatTitleSizePlaceholder,
83
+ wt as formatValueAxis,
84
+ jt as formatValueAxisLabels,
85
+ _t as formatValueAxisLabelsColor,
86
+ Kt as formatValueAxisLabelsFont,
87
+ Qt as formatValueAxisLabelsFontPlaceholder,
88
+ qt as formatValueAxisLabelsFormat,
89
+ It as formatValueAxisLabelsFormatCurrency,
90
+ Ht as formatValueAxisLabelsFormatNumber,
91
+ Jt as formatValueAxisLabelsFormatPercent,
92
+ Et as formatValueAxisLabelsFormatText,
93
+ $t as formatValueAxisLabelsRotation,
94
+ ta as formatValueAxisLabelsRotationAuto,
95
+ Ut as formatValueAxisLabelsSize,
96
+ Zt as formatValueAxisLabelsSizePlaceholder,
97
+ Mt as formatValueAxisTitle,
98
+ Yt as formatValueAxisTitleColor,
99
+ Dt as formatValueAxisTitleFont,
100
+ Nt as formatValueAxisTitleFontPlaceholder,
101
+ Gt as formatValueAxisTitlePlaceholder,
102
+ Ot as formatValueAxisTitleSize,
103
+ Xt as formatValueAxisTitleSizePlaceholder,
104
+ At as formatXAxis,
105
+ Rt as formatYAxis,
106
+ b as lineChart,
107
+ L as lineChart100StackedLine,
108
+ p as lineChartLine,
109
+ T as lineChartStackedLine,
110
+ r as messages,
111
+ z as pieChart,
112
+ A as pieChartPie,
113
+ y as scatterChart,
114
+ P as scatterChartScatter,
115
+ l as tabChart,
116
+ n as tabData,
117
+ h as tabFormat,
118
+ o as windowTitle
225
119
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-chart-wizard",
3
- "version": "8.3.0-develop.12",
3
+ "version": "8.3.0-develop.14",
4
4
  "description": "React Chart Wizard lets you create a chart using data from a Grid, another data-bound component, or an external source",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -18,25 +18,25 @@
18
18
  "@progress/kendo-drawing": "^1.20.1",
19
19
  "@progress/kendo-file-saver": "^1.0.1",
20
20
  "@progress/kendo-licensing": "^1.3.4",
21
- "@progress/kendo-react-animation": "8.3.0-develop.12",
22
- "@progress/kendo-react-buttons": "8.3.0-develop.12",
23
- "@progress/kendo-react-charts": "8.3.0-develop.12",
24
- "@progress/kendo-react-common": "8.3.0-develop.12",
25
- "@progress/kendo-react-dialogs": "8.3.0-develop.12",
26
- "@progress/kendo-react-form": "8.3.0-develop.12",
27
- "@progress/kendo-react-dropdowns": "8.3.0-develop.12",
28
- "@progress/kendo-react-grid": "8.3.0-develop.12",
29
- "@progress/kendo-react-inputs": "8.3.0-develop.12",
30
- "@progress/kendo-react-intl": "8.3.0-develop.12",
31
- "@progress/kendo-react-labels": "8.3.0-develop.12",
32
- "@progress/kendo-react-layout": "8.3.0-develop.12",
33
- "@progress/kendo-react-popup": "8.3.0-develop.12",
21
+ "@progress/kendo-react-animation": "8.3.0-develop.14",
22
+ "@progress/kendo-react-buttons": "8.3.0-develop.14",
23
+ "@progress/kendo-react-charts": "8.3.0-develop.14",
24
+ "@progress/kendo-react-common": "8.3.0-develop.14",
25
+ "@progress/kendo-react-dialogs": "8.3.0-develop.14",
26
+ "@progress/kendo-react-form": "8.3.0-develop.14",
27
+ "@progress/kendo-react-dropdowns": "8.3.0-develop.14",
28
+ "@progress/kendo-react-grid": "8.3.0-develop.14",
29
+ "@progress/kendo-react-inputs": "8.3.0-develop.14",
30
+ "@progress/kendo-react-intl": "8.3.0-develop.14",
31
+ "@progress/kendo-react-labels": "8.3.0-develop.14",
32
+ "@progress/kendo-react-layout": "8.3.0-develop.14",
33
+ "@progress/kendo-react-popup": "8.3.0-develop.14",
34
34
  "@progress/kendo-svg-icons": "^3.0.0",
35
35
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
36
36
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
37
37
  },
38
38
  "dependencies": {
39
- "@progress/kendo-charts": "2.4.2",
39
+ "@progress/kendo-charts": "2.5.0",
40
40
  "prop-types": "^15.6.0"
41
41
  },
42
42
  "keywords": [