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