igniteui-angular-core 13.2.0-beta.3 → 13.2.0

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.
Files changed (38) hide show
  1. package/bundles/igniteui-angular-core.umd.js +52 -61
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +10 -9
  4. package/esm2015/lib/DataGridPagerDescriptionModule.js +2 -0
  5. package/esm2015/lib/FinancialChartDescriptionModule.js +2 -0
  6. package/esm2015/lib/NativeUIButton.js +2 -1
  7. package/esm2015/lib/NativeUICheckbox.js +2 -1
  8. package/esm2015/lib/NativeUIDropDown.js +2 -1
  9. package/esm2015/lib/NativeUIInput.js +2 -1
  10. package/esm2015/lib/NativeUISlider.js +2 -1
  11. package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +8 -0
  12. package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
  13. package/esm2015/lib/WebDropdownGroupDescription.js +2 -10
  14. package/esm2015/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
  15. package/esm2015/lib/WebTreeDescriptionModule.js +0 -4
  16. package/esm2015/lib/WebTreeItemDescription.js +14 -22
  17. package/esm2015/lib/WebTreeItemDescriptionMetadata.js +1 -2
  18. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +10 -9
  19. package/esm5/lib/DataGridPagerDescriptionModule.js +2 -0
  20. package/esm5/lib/FinancialChartDescriptionModule.js +2 -0
  21. package/esm5/lib/NativeUIButton.js +2 -1
  22. package/esm5/lib/NativeUICheckbox.js +2 -1
  23. package/esm5/lib/NativeUIDropDown.js +2 -1
  24. package/esm5/lib/NativeUIInput.js +2 -1
  25. package/esm5/lib/NativeUISlider.js +2 -1
  26. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +14 -1
  27. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
  28. package/esm5/lib/WebDropdownGroupDescription.js +1 -13
  29. package/esm5/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
  30. package/esm5/lib/WebTreeDescriptionModule.js +0 -4
  31. package/esm5/lib/WebTreeItemDescription.js +13 -25
  32. package/esm5/lib/WebTreeItemDescriptionMetadata.js +1 -2
  33. package/fesm2015/igniteui-angular-core.js +48 -54
  34. package/fesm5/igniteui-angular-core.js +52 -61
  35. package/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.d.ts +3 -0
  36. package/lib/WebDropdownGroupDescription.d.ts +0 -4
  37. package/lib/WebTreeItemDescription.d.ts +6 -9
  38. package/package.json +1 -1
@@ -30704,12 +30704,13 @@ var NativeUICheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
30704
30704
  return this.ap;
30705
30705
  },
30706
30706
  set: function (a) {
30707
+ var b = this.ap;
30707
30708
  this.ap = a;
30708
30709
  if (this.ap != null) {
30709
30710
  this.w(2, this.ap);
30710
30711
  }
30711
30712
  else {
30712
- this.ab(2, this.ap);
30713
+ this.ab(2, b);
30713
30714
  }
30714
30715
  },
30715
30716
  enumerable: false,
@@ -30776,12 +30777,13 @@ var NativeUIButton = /** @class */ /*@__PURE__*/ (function (_super) {
30776
30777
  return this.ap;
30777
30778
  },
30778
30779
  set: function (a) {
30780
+ var b = this.ap;
30779
30781
  this.ap = a;
30780
30782
  if (this.ap != null) {
30781
30783
  this.w(1, this.ap);
30782
30784
  }
30783
30785
  else {
30784
- this.ab(1, this.ap);
30786
+ this.ab(1, b);
30785
30787
  }
30786
30788
  },
30787
30789
  enumerable: false,
@@ -30826,12 +30828,13 @@ var NativeUIDropDown = /** @class */ /*@__PURE__*/ (function (_super) {
30826
30828
  return this.aq;
30827
30829
  },
30828
30830
  set: function (a) {
30831
+ var b = this.aq;
30829
30832
  this.aq = a;
30830
30833
  if (this.aq != null) {
30831
30834
  this.w(3, this.aq);
30832
30835
  }
30833
30836
  else {
30834
- this.ab(3, this.aq);
30837
+ this.ab(3, b);
30835
30838
  }
30836
30839
  },
30837
30840
  enumerable: false,
@@ -30931,12 +30934,13 @@ var NativeUISlider = /** @class */ /*@__PURE__*/ (function (_super) {
30931
30934
  return this.ap;
30932
30935
  },
30933
30936
  set: function (a) {
30937
+ var b = this.ap;
30934
30938
  this.ap = a;
30935
30939
  if (this.ap != null) {
30936
30940
  this.w(4, this.ap);
30937
30941
  }
30938
30942
  else {
30939
- this.ab(4, this.ap);
30943
+ this.ab(4, b);
30940
30944
  }
30941
30945
  },
30942
30946
  enumerable: false,
@@ -31167,12 +31171,13 @@ var NativeUIInput = /** @class */ /*@__PURE__*/ (function (_super) {
31167
31171
  return this.ar;
31168
31172
  },
31169
31173
  set: function (a) {
31174
+ var b = this.ar;
31170
31175
  this.ar = a;
31171
31176
  if (this.ar != null) {
31172
31177
  this.w(0, this.ar);
31173
31178
  }
31174
31179
  else {
31175
- this.ab(0, this.ar);
31180
+ this.ab(0, b);
31176
31181
  }
31177
31182
  },
31178
31183
  enumerable: false,
@@ -67371,6 +67376,9 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
67371
67376
  if (this.n.platform == 3) {
67372
67377
  e = "if ((this as any)._bind) { (this as any)._bind(); } ";
67373
67378
  }
67379
+ if (this.n.platform == 1) {
67380
+ e = "this._detector.markForCheck(); ";
67381
+ }
67374
67382
  var f = this.v(a, false);
67375
67383
  var g = "null";
67376
67384
  switch (b) {
@@ -67393,7 +67401,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
67393
67401
  this.g.k("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "_fetching)");
67394
67402
  this.g.k("{");
67395
67403
  this.g.h();
67396
- this.g.k(this.ao(a) + "_fetching = true;");
67404
+ this.g.k("this." + this.ao(a) + "_fetching = true;");
67397
67405
  this.g.k("( async () => { this." + this.ao(a) + " = await (await " + this.v(a, false) + ".fetch()); " + e + " })();");
67398
67406
  this.g.f();
67399
67407
  this.g.k("}");
@@ -67450,7 +67458,6 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
67450
67458
  };
67451
67459
  TSCodeGeneratingComponentRendererDataEmitter.prototype.x = function (a, b) {
67452
67460
  b.addPackageImport("./" + a, a);
67453
- b.addPackageImport("./" + a, a + "Item");
67454
67461
  };
67455
67462
  TSCodeGeneratingComponentRendererDataEmitter.prototype.y = function (a, b) {
67456
67463
  b.addDefaultImport("./" + a, a);
@@ -67761,16 +67768,10 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
67761
67768
  a.k("using System.Collections.Generic;");
67762
67769
  if (!this.ak) {
67763
67770
  this.ak = true;
67764
- this.k.addUsing("using Data;");
67765
67771
  }
67766
- a.k("namespace Data");
67767
- a.k("{");
67768
- a.h();
67769
67772
  _super.prototype.ad.call(this, a);
67770
67773
  };
67771
67774
  DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ac = function (a) {
67772
- a.f();
67773
- a.k("}");
67774
67775
  _super.prototype.ac.call(this, a);
67775
67776
  };
67776
67777
  DotNetCodeGeneratingComponentRendererDataEmitter.prototype.v = function (a, b) {
@@ -68010,7 +68011,12 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
68010
68011
  return "double.NaN";
68011
68012
  }
68012
68013
  return (b.value.toString());
68013
- case 2: return ("@\"" + stringReplace(b.value, "\"", "\"\"") + "\"");
68014
+ case 2: if (b.value == null) {
68015
+ return "null";
68016
+ }
68017
+ else {
68018
+ return ("@\"" + stringReplace(b.value, "\"", "\"\"") + "\"");
68019
+ }
68014
68020
  case 3: return ("null");
68015
68021
  }
68016
68022
  return "";
@@ -136855,6 +136861,7 @@ var DataGridPagerDescriptionModule = /** @class */ /*@__PURE__*/ (function (_sup
136855
136861
  return _super !== null && _super.apply(this, arguments) || this;
136856
136862
  }
136857
136863
  DataGridPagerDescriptionModule.register = function (a) {
136864
+ ButtonDescriptionModule.register(a);
136858
136865
  DataGridPagerDescriptionMetadata.d(a);
136859
136866
  };
136860
136867
  DataGridPagerDescriptionModule.$t = markType(DataGridPagerDescriptionModule, 'DataGridPagerDescriptionModule');
@@ -147627,6 +147634,7 @@ var FinancialChartDescriptionModule = /** @class */ /*@__PURE__*/ (function (_su
147627
147634
  CategoryToolTipLayerDescriptionModule.register(a);
147628
147635
  CategoryHighlightLayerDescriptionModule.register(a);
147629
147636
  CategoryItemHighlightLayerDescriptionModule.register(a);
147637
+ DataToolTipLayerDescriptionModule.register(a);
147630
147638
  FinalValueLayerDescriptionModule.register(a);
147631
147639
  NumberAbbreviatorDescriptionModule.register(a);
147632
147640
  DataChartInteractivityDescriptionModule.register(a);
@@ -158014,7 +158022,9 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
158014
158022
  var PropertyEditorPropertyDescriptionChangedEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
158015
158023
  __extends(PropertyEditorPropertyDescriptionChangedEventArgsDescription, _super);
158016
158024
  function PropertyEditorPropertyDescriptionChangedEventArgsDescription() {
158017
- return _super.call(this) || this;
158025
+ var _this = _super.call(this) || this;
158026
+ _this.f = null;
158027
+ return _this;
158018
158028
  }
158019
158029
  PropertyEditorPropertyDescriptionChangedEventArgsDescription.prototype.get_type = function () {
158020
158030
  return "PropertyEditorPropertyDescriptionChangedEventArgs";
@@ -158026,6 +158036,17 @@ var PropertyEditorPropertyDescriptionChangedEventArgsDescription = /** @class */
158026
158036
  enumerable: false,
158027
158037
  configurable: true
158028
158038
  });
158039
+ Object.defineProperty(PropertyEditorPropertyDescriptionChangedEventArgsDescription.prototype, "newValue", {
158040
+ get: function () {
158041
+ return this.f;
158042
+ },
158043
+ set: function (a) {
158044
+ this.f = a;
158045
+ this.e("NewValue");
158046
+ },
158047
+ enumerable: false,
158048
+ configurable: true
158049
+ });
158029
158050
  PropertyEditorPropertyDescriptionChangedEventArgsDescription.$t = markType(PropertyEditorPropertyDescriptionChangedEventArgsDescription, 'PropertyEditorPropertyDescriptionChangedEventArgsDescription', Description.$);
158030
158051
  return PropertyEditorPropertyDescriptionChangedEventArgsDescription;
158031
158052
  }(Description));
@@ -158055,6 +158076,7 @@ var PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata = /** @
158055
158076
  a.s(PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.a);
158056
158077
  };
158057
158078
  PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.c = function (a) {
158079
+ a.item("NewValue", "Unknown");
158058
158080
  };
158059
158081
  PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.d = function (a) {
158060
158082
  PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.b(a);
@@ -170396,7 +170418,6 @@ var WebDropdownGroupDescription = /** @class */ /*@__PURE__*/ (function (_super)
170396
170418
  function WebDropdownGroupDescription() {
170397
170419
  var _this = _super.call(this) || this;
170398
170420
  _this.f = null;
170399
- _this.h = null;
170400
170421
  return _this;
170401
170422
  }
170402
170423
  WebDropdownGroupDescription.prototype.get_type = function () {
@@ -170409,23 +170430,12 @@ var WebDropdownGroupDescription = /** @class */ /*@__PURE__*/ (function (_super)
170409
170430
  enumerable: false,
170410
170431
  configurable: true
170411
170432
  });
170412
- Object.defineProperty(WebDropdownGroupDescription.prototype, "items", {
170433
+ Object.defineProperty(WebDropdownGroupDescription.prototype, "size", {
170413
170434
  get: function () {
170414
170435
  return this.f;
170415
170436
  },
170416
170437
  set: function (a) {
170417
170438
  this.f = a;
170418
- this.e("Items");
170419
- },
170420
- enumerable: false,
170421
- configurable: true
170422
- });
170423
- Object.defineProperty(WebDropdownGroupDescription.prototype, "size", {
170424
- get: function () {
170425
- return this.h;
170426
- },
170427
- set: function (a) {
170428
- this.h = a;
170429
170439
  this.e("Size");
170430
170440
  },
170431
170441
  enumerable: false,
@@ -170458,11 +170468,9 @@ var WebDropdownGroupDescriptionMetadata = /** @class */ /*@__PURE__*/ (function
170458
170468
  return;
170459
170469
  }
170460
170470
  a.s(WebDropdownGroupDescriptionMetadata.a);
170461
- WebDropdownItemDescriptionMetadata.d(a);
170462
170471
  };
170463
170472
  WebDropdownGroupDescriptionMetadata.c = function (a) {
170464
170473
  a.item("__qualifiedNameTS", "String:DropdownGroup");
170465
- a.item("Items", "Array:WebDropdownItemDescription:DropdownItem");
170466
170474
  a.item("Size", "ExportedType:string:DropdownGroupSize");
170467
170475
  a.item("Size@names", "Small;Medium;Large");
170468
170476
  };
@@ -176717,15 +176725,14 @@ var WebTreeItemDescription = /** @class */ /*@__PURE__*/ (function (_super) {
176717
176725
  function WebTreeItemDescription() {
176718
176726
  var _this = _super.call(this) || this;
176719
176727
  _this.f = null;
176720
- _this.k = false;
176721
- _this.t = 0;
176728
+ _this.r = 0;
176722
176729
  _this.v = null;
176723
176730
  _this.j = false;
176724
176731
  _this.h = false;
176725
176732
  _this.i = false;
176726
- _this.m = false;
176727
176733
  _this.l = false;
176728
- _this.w = null;
176734
+ _this.k = false;
176735
+ _this.t = null;
176729
176736
  return _this;
176730
176737
  }
176731
176738
  WebTreeItemDescription.prototype.get_type = function () {
@@ -176749,23 +176756,12 @@ var WebTreeItemDescription = /** @class */ /*@__PURE__*/ (function (_super) {
176749
176756
  enumerable: false,
176750
176757
  configurable: true
176751
176758
  });
176752
- Object.defineProperty(WebTreeItemDescription.prototype, "init", {
176753
- get: function () {
176754
- return this.k;
176755
- },
176756
- set: function (a) {
176757
- this.k = a;
176758
- this.e("Init");
176759
- },
176760
- enumerable: false,
176761
- configurable: true
176762
- });
176763
176759
  Object.defineProperty(WebTreeItemDescription.prototype, "level", {
176764
176760
  get: function () {
176765
- return this.t;
176761
+ return this.r;
176766
176762
  },
176767
176763
  set: function (a) {
176768
- this.t = a;
176764
+ this.r = a;
176769
176765
  this.e("Level");
176770
176766
  },
176771
176767
  enumerable: false,
@@ -176817,10 +176813,10 @@ var WebTreeItemDescription = /** @class */ /*@__PURE__*/ (function (_super) {
176817
176813
  });
176818
176814
  Object.defineProperty(WebTreeItemDescription.prototype, "selected", {
176819
176815
  get: function () {
176820
- return this.m;
176816
+ return this.l;
176821
176817
  },
176822
176818
  set: function (a) {
176823
- this.m = a;
176819
+ this.l = a;
176824
176820
  this.e("Selected");
176825
176821
  },
176826
176822
  enumerable: false,
@@ -176828,22 +176824,22 @@ var WebTreeItemDescription = /** @class */ /*@__PURE__*/ (function (_super) {
176828
176824
  });
176829
176825
  Object.defineProperty(WebTreeItemDescription.prototype, "loading", {
176830
176826
  get: function () {
176831
- return this.l;
176827
+ return this.k;
176832
176828
  },
176833
176829
  set: function (a) {
176834
- this.l = a;
176830
+ this.k = a;
176835
176831
  this.e("Loading");
176836
176832
  },
176837
176833
  enumerable: false,
176838
176834
  configurable: true
176839
176835
  });
176840
- Object.defineProperty(WebTreeItemDescription.prototype, "valueRef", {
176836
+ Object.defineProperty(WebTreeItemDescription.prototype, "value", {
176841
176837
  get: function () {
176842
- return this.w;
176838
+ return this.t;
176843
176839
  },
176844
176840
  set: function (a) {
176845
- this.w = a;
176846
- this.e("ValueRef");
176841
+ this.t = a;
176842
+ this.e("Value");
176847
176843
  },
176848
176844
  enumerable: false,
176849
176845
  configurable: true
@@ -176880,7 +176876,6 @@ var WebTreeItemDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_sup
176880
176876
  WebTreeItemDescriptionMetadata.c = function (a) {
176881
176877
  a.item("__qualifiedNameTS", "String:TreeItem");
176882
176878
  a.item("Parent", "ExportedType:WebTreeItem");
176883
- a.item("Init", "Boolean");
176884
176879
  a.item("Level", "Number:double");
176885
176880
  a.item("Label", "String");
176886
176881
  a.item("Expanded", "Boolean");
@@ -176888,7 +176883,7 @@ var WebTreeItemDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_sup
176888
176883
  a.item("Disabled", "Boolean");
176889
176884
  a.item("Selected", "Boolean");
176890
176885
  a.item("Loading", "Boolean");
176891
- a.item("ValueRef", "(w:Value,wf:Value)DataRef");
176886
+ a.item("Value", "Unknown");
176892
176887
  };
176893
176888
  WebTreeItemDescriptionMetadata.d = function (a) {
176894
176889
  WebTreeItemDescriptionMetadata.b(a);
@@ -177068,10 +177063,6 @@ var WebTreeDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
177068
177063
  return _super !== null && _super.apply(this, arguments) || this;
177069
177064
  }
177070
177065
  WebTreeDescriptionModule.register = function (a) {
177071
- WebTreeItemDescriptionModule.register(a);
177072
- WebTreeItemDescriptionModule.register(a);
177073
- WebTreeItemDescriptionModule.register(a);
177074
- WebTreeItemDescriptionModule.register(a);
177075
177066
  WebTreeItemDescriptionModule.register(a);
177076
177067
  WebTreeDescriptionMetadata.d(a);
177077
177068
  };
@@ -8,4 +8,7 @@ export declare class PropertyEditorPropertyDescriptionChangedEventArgsDescriptio
8
8
  protected get_type(): string;
9
9
  get type(): string;
10
10
  constructor();
11
+ private f;
12
+ get newValue(): any;
13
+ set newValue(a: any);
11
14
  }
@@ -1,5 +1,4 @@
1
1
  import { Description } from "./Description";
2
- import { WebDropdownItemDescription } from "./WebDropdownItemDescription";
3
2
  import { Type } from "./type";
4
3
  /**
5
4
  * @hidden
@@ -10,9 +9,6 @@ export declare class WebDropdownGroupDescription extends Description {
10
9
  get type(): string;
11
10
  constructor();
12
11
  private f;
13
- get items(): WebDropdownItemDescription[];
14
- set items(a: WebDropdownItemDescription[]);
15
- private h;
16
12
  get size(): string;
17
13
  set size(a: string);
18
14
  }
@@ -11,10 +11,7 @@ export declare class WebTreeItemDescription extends Description {
11
11
  private f;
12
12
  get parent(): WebTreeItemDescription;
13
13
  set parent(a: WebTreeItemDescription);
14
- private k;
15
- get init(): boolean;
16
- set init(a: boolean);
17
- private t;
14
+ private r;
18
15
  get level(): number;
19
16
  set level(a: number);
20
17
  private v;
@@ -29,13 +26,13 @@ export declare class WebTreeItemDescription extends Description {
29
26
  private i;
30
27
  get disabled(): boolean;
31
28
  set disabled(a: boolean);
32
- private m;
29
+ private l;
33
30
  get selected(): boolean;
34
31
  set selected(a: boolean);
35
- private l;
32
+ private k;
36
33
  get loading(): boolean;
37
34
  set loading(a: boolean);
38
- private w;
39
- get valueRef(): string;
40
- set valueRef(a: string);
35
+ private t;
36
+ get value(): any;
37
+ set value(a: any);
41
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-core",
3
- "version": "13.2.0-beta.3",
3
+ "version": "13.2.0",
4
4
  "description": "Ignite UI Angular Core logic used in multiple UI components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-angular-charts",
6
6
  "keywords": [