ps-toolkit-ui 1.13.24 → 1.13.26
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/bundles/ps-toolkit-ui.umd.js +2 -4
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/classes/chart.class.js +3 -5
- package/fesm2015/ps-toolkit-ui.js +2 -4
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -8885,6 +8885,8 @@
|
|
|
8885
8885
|
return TableRowClass;
|
|
8886
8886
|
}());
|
|
8887
8887
|
|
|
8888
|
+
// @ts-ignore
|
|
8889
|
+
HighchartsExporting__namespace(Highcharts__namespace);
|
|
8888
8890
|
var ChartClass = /** @class */ (function () {
|
|
8889
8891
|
function ChartClass(l, name) {
|
|
8890
8892
|
this.chart = null;
|
|
@@ -9004,10 +9006,6 @@
|
|
|
9004
9006
|
};
|
|
9005
9007
|
this.options = this.merge(opt, cOpt);
|
|
9006
9008
|
this.chart = Highcharts.chart(this.name + 'Chart', this.options);
|
|
9007
|
-
if (exp) {
|
|
9008
|
-
// @ts-ignore
|
|
9009
|
-
HighchartsExporting__namespace(Highcharts__namespace);
|
|
9010
|
-
}
|
|
9011
9009
|
};
|
|
9012
9010
|
ChartClass.prototype.destroy = function () {
|
|
9013
9011
|
if (this.chart !== null) {
|