igniteui-webcomponents-charts 4.7.2-beta.2 → 4.7.2

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.
@@ -3694,6 +3694,7 @@ export let Treemap = /*@__PURE__*/ (() => {
3694
3694
  provideContainer(a) {
3695
3695
  this.ao.au(a);
3696
3696
  this.aw.u(a);
3697
+ this.ax.u(a);
3697
3698
  }
3698
3699
  he() {
3699
3700
  this.ao.ap();
@@ -236,13 +236,13 @@ export let XamFunnelView = /*@__PURE__*/ (() => {
236
236
  }
237
237
  az() {
238
238
  if (this.j != null) {
239
- this.j.bh(this.ae, "");
239
+ this.j.bh(this.ai, "");
240
240
  }
241
241
  }
242
242
  ax(a) {
243
243
  this.av(a);
244
244
  if (this.j != null) {
245
- this.j.at(this.ae, "");
245
+ this.j.at(this.ai, "");
246
246
  }
247
247
  }
248
248
  bc(a) {
@@ -3,7 +3,7 @@ import { AssigningCategoryMarkerStyleEventArgs as AssigningCategoryMarkerStyleEv
3
3
  /**
4
4
  * Represents event arguments class for the AssigningCategoryStyleEvent
5
5
  *
6
- * The `assigningCategoryMarkerStyle` event fired to allow you to override the style of markers for the items in a category or financial series.
6
+ * The `assigningCategoryMarkerStyle` event fired to allow you to override the style of markers for the items in a category or financial series. Only fires if you set isCustomCategoryMarkerStyleAllowed to true for a series.
7
7
  */
8
8
  export class IgcAssigningCategoryMarkerStyleEventArgs extends IgcAssigningCategoryStyleEventArgsBase {
9
9
  createImplementation() {
@@ -3,7 +3,7 @@ import { AssigningCategoryStyleEventArgs as AssigningCategoryStyleEventArgs_inte
3
3
  /**
4
4
  * Represents event arguments class for the AssigningCategoryStyleEvent
5
5
  *
6
- * The `AssigningCategoryStyle` event fired to allow you to override the style of items in a category or financial series
6
+ * The `AssigningCategoryStyle` event fired to allow you to override the style of items in a category or financial series. `isCustomCategoryStyleAllowed` property needs to be enabled prior to using this event.
7
7
  */
8
8
  export class IgcAssigningCategoryStyleEventArgs extends IgcAssigningSeriesShapeStyleEventArgsBase {
9
9
  createImplementation() {
@@ -4296,6 +4296,7 @@ var Treemap = /** @class */ /*@__PURE__*/ (function (_super) {
4296
4296
  Treemap.prototype.provideContainer = function (a) {
4297
4297
  this.ao.au(a);
4298
4298
  this.aw.u(a);
4299
+ this.ax.u(a);
4299
4300
  };
4300
4301
  Treemap.prototype.he = function () {
4301
4302
  this.ao.ap();
@@ -290,13 +290,13 @@ var XamFunnelView = /** @class */ /*@__PURE__*/ (function (_super) {
290
290
  };
291
291
  XamFunnelView.prototype.az = function () {
292
292
  if (this.j != null) {
293
- this.j.bh(this.ae, "");
293
+ this.j.bh(this.ai, "");
294
294
  }
295
295
  };
296
296
  XamFunnelView.prototype.ax = function (a) {
297
297
  this.av(a);
298
298
  if (this.j != null) {
299
- this.j.at(this.ae, "");
299
+ this.j.at(this.ai, "");
300
300
  }
301
301
  };
302
302
  XamFunnelView.prototype.bc = function (a) {
@@ -4,7 +4,7 @@ import { AssigningCategoryMarkerStyleEventArgs as AssigningCategoryMarkerStyleEv
4
4
  /**
5
5
  * Represents event arguments class for the AssigningCategoryStyleEvent
6
6
  *
7
- * The `assigningCategoryMarkerStyle` event fired to allow you to override the style of markers for the items in a category or financial series.
7
+ * The `assigningCategoryMarkerStyle` event fired to allow you to override the style of markers for the items in a category or financial series. Only fires if you set isCustomCategoryMarkerStyleAllowed to true for a series.
8
8
  */
9
9
  var IgcAssigningCategoryMarkerStyleEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
10
10
  __extends(IgcAssigningCategoryMarkerStyleEventArgs, _super);
@@ -4,7 +4,7 @@ import { AssigningCategoryStyleEventArgs as AssigningCategoryStyleEventArgs_inte
4
4
  /**
5
5
  * Represents event arguments class for the AssigningCategoryStyleEvent
6
6
  *
7
- * The `AssigningCategoryStyle` event fired to allow you to override the style of items in a category or financial series
7
+ * The `AssigningCategoryStyle` event fired to allow you to override the style of items in a category or financial series. `isCustomCategoryStyleAllowed` property needs to be enabled prior to using this event.
8
8
  */
9
9
  var IgcAssigningCategoryStyleEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
10
10
  __extends(IgcAssigningCategoryStyleEventArgs, _super);
@@ -57725,7 +57725,7 @@ class IgcAssigningSeriesShapeStyleEventArgsBase extends IgcAssigningSeriesStyleE
57725
57725
  /**
57726
57726
  * Represents event arguments class for the AssigningCategoryStyleEvent
57727
57727
  *
57728
- * The `AssigningCategoryStyle` event fired to allow you to override the style of items in a category or financial series
57728
+ * The `AssigningCategoryStyle` event fired to allow you to override the style of items in a category or financial series. `isCustomCategoryStyleAllowed` property needs to be enabled prior to using this event.
57729
57729
  */
57730
57730
  class IgcAssigningCategoryStyleEventArgs extends IgcAssigningSeriesShapeStyleEventArgsBase {
57731
57731
  createImplementation() {
@@ -57760,7 +57760,7 @@ class IgcAssigningCategoryStyleEventArgsBase extends IgcAssigningSeriesStyleEven
57760
57760
  /**
57761
57761
  * Represents event arguments class for the AssigningCategoryStyleEvent
57762
57762
  *
57763
- * The `assigningCategoryMarkerStyle` event fired to allow you to override the style of markers for the items in a category or financial series.
57763
+ * The `assigningCategoryMarkerStyle` event fired to allow you to override the style of markers for the items in a category or financial series. Only fires if you set isCustomCategoryMarkerStyleAllowed to true for a series.
57764
57764
  */
57765
57765
  class IgcAssigningCategoryMarkerStyleEventArgs extends IgcAssigningCategoryStyleEventArgsBase {
57766
57766
  createImplementation() {
@@ -137002,13 +137002,13 @@ let XamFunnelView = /*@__PURE__*/ (() => {
137002
137002
  }
137003
137003
  az() {
137004
137004
  if (this.j != null) {
137005
- this.j.bh(this.ae, "");
137005
+ this.j.bh(this.ai, "");
137006
137006
  }
137007
137007
  }
137008
137008
  ax(a) {
137009
137009
  this.av(a);
137010
137010
  if (this.j != null) {
137011
- this.j.at(this.ae, "");
137011
+ this.j.at(this.ai, "");
137012
137012
  }
137013
137013
  }
137014
137014
  bc(a) {
@@ -194656,6 +194656,7 @@ let Treemap = /*@__PURE__*/ (() => {
194656
194656
  provideContainer(a) {
194657
194657
  this.ao.au(a);
194658
194658
  this.aw.u(a);
194659
+ this.ax.u(a);
194659
194660
  }
194660
194661
  he() {
194661
194662
  this.ao.ap();
@@ -67005,7 +67005,7 @@ var IgcAssigningSeriesShapeStyleEventArgsBase = /** @class */ /*@__PURE__*/ (fun
67005
67005
  /**
67006
67006
  * Represents event arguments class for the AssigningCategoryStyleEvent
67007
67007
  *
67008
- * The `AssigningCategoryStyle` event fired to allow you to override the style of items in a category or financial series
67008
+ * The `AssigningCategoryStyle` event fired to allow you to override the style of items in a category or financial series. `isCustomCategoryStyleAllowed` property needs to be enabled prior to using this event.
67009
67009
  */
67010
67010
  var IgcAssigningCategoryStyleEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
67011
67011
  __extends(IgcAssigningCategoryStyleEventArgs, _super);
@@ -67052,7 +67052,7 @@ var IgcAssigningCategoryStyleEventArgsBase = /** @class */ /*@__PURE__*/ (functi
67052
67052
  /**
67053
67053
  * Represents event arguments class for the AssigningCategoryStyleEvent
67054
67054
  *
67055
- * The `assigningCategoryMarkerStyle` event fired to allow you to override the style of markers for the items in a category or financial series.
67055
+ * The `assigningCategoryMarkerStyle` event fired to allow you to override the style of markers for the items in a category or financial series. Only fires if you set isCustomCategoryMarkerStyleAllowed to true for a series.
67056
67056
  */
67057
67057
  var IgcAssigningCategoryMarkerStyleEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
67058
67058
  __extends(IgcAssigningCategoryMarkerStyleEventArgs, _super);
@@ -160196,13 +160196,13 @@ var XamFunnelView = /** @class */ /*@__PURE__*/ (function (_super) {
160196
160196
  };
160197
160197
  XamFunnelView.prototype.az = function () {
160198
160198
  if (this.j != null) {
160199
- this.j.bh(this.ae, "");
160199
+ this.j.bh(this.ai, "");
160200
160200
  }
160201
160201
  };
160202
160202
  XamFunnelView.prototype.ax = function (a) {
160203
160203
  this.av(a);
160204
160204
  if (this.j != null) {
160205
- this.j.at(this.ae, "");
160205
+ this.j.at(this.ai, "");
160206
160206
  }
160207
160207
  };
160208
160208
  XamFunnelView.prototype.bc = function (a) {
@@ -226988,6 +226988,7 @@ var Treemap = /** @class */ /*@__PURE__*/ (function (_super) {
226988
226988
  Treemap.prototype.provideContainer = function (a) {
226989
226989
  this.ao.au(a);
226990
226990
  this.aw.u(a);
226991
+ this.ax.u(a);
226991
226992
  };
226992
226993
  Treemap.prototype.he = function () {
226993
226994
  this.ao.ap();
@@ -3,7 +3,7 @@ import { AssigningCategoryMarkerStyleEventArgs as AssigningCategoryMarkerStyleEv
3
3
  /**
4
4
  * Represents event arguments class for the AssigningCategoryStyleEvent
5
5
  *
6
- * The `assigningCategoryMarkerStyle` event fired to allow you to override the style of markers for the items in a category or financial series.
6
+ * The `assigningCategoryMarkerStyle` event fired to allow you to override the style of markers for the items in a category or financial series. Only fires if you set isCustomCategoryMarkerStyleAllowed to true for a series.
7
7
  */
8
8
  export declare class IgcAssigningCategoryMarkerStyleEventArgs extends IgcAssigningCategoryStyleEventArgsBase {
9
9
  protected createImplementation(): AssigningCategoryMarkerStyleEventArgs_internal;
@@ -3,7 +3,7 @@ import { AssigningCategoryStyleEventArgs as AssigningCategoryStyleEventArgs_inte
3
3
  /**
4
4
  * Represents event arguments class for the AssigningCategoryStyleEvent
5
5
  *
6
- * The `AssigningCategoryStyle` event fired to allow you to override the style of items in a category or financial series
6
+ * The `AssigningCategoryStyle` event fired to allow you to override the style of items in a category or financial series. `isCustomCategoryStyleAllowed` property needs to be enabled prior to using this event.
7
7
  */
8
8
  export declare class IgcAssigningCategoryStyleEventArgs extends IgcAssigningSeriesShapeStyleEventArgsBase {
9
9
  protected createImplementation(): AssigningCategoryStyleEventArgs_internal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-charts",
3
- "version": "4.7.2-beta.2",
3
+ "version": "4.7.2",
4
4
  "description": "Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-charts",
6
6
  "keywords": [
@@ -25,7 +25,7 @@
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "peerDependencies": {
28
- "igniteui-webcomponents-core": "4.7.2-beta.2"
28
+ "igniteui-webcomponents-core": "4.7.2"
29
29
  },
30
30
  "sideEffects": false,
31
31
  "typings": "igniteui-webcomponents-charts.d.ts",