igniteui-angular-core 16.1.0-beta.0 → 16.1.0-beta.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.
- package/bundles/igniteui-angular-core.umd.js +2258 -2739
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/ButtonDescription.js +502 -494
- package/esm2015/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
- package/esm2015/lib/ComboBoxColumnDescription.js +12 -11
- package/esm2015/lib/DataGridColumnDescription.js +80 -79
- package/esm2015/lib/DateTimeColumnDescription.js +30 -29
- package/esm2015/lib/EditRowDefinitionDescription.js +1 -0
- package/esm2015/lib/EditorDefinitionDescription.js +1 -0
- package/esm2015/lib/FilterRowDefinitionDescription.js +1 -0
- package/esm2015/lib/HeaderDescription.js +11 -10
- package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm2015/lib/ImageColumnDescription.js +16 -15
- package/esm2015/lib/LocalDataSource_combined.js +53 -52
- package/esm2015/lib/NativeUIButton.js +7 -5
- package/esm2015/lib/NativeUICheckbox.js +7 -5
- package/esm2015/lib/NativeUIDropDown.js +7 -5
- package/esm2015/lib/NativeUIGrid.js +7 -5
- package/esm2015/lib/NativeUIInput.js +7 -5
- package/esm2015/lib/NativeUIPopup.js +14 -10
- package/esm2015/lib/NativeUISlider.js +14 -10
- package/esm2015/lib/NumericColumnDescription.js +42 -41
- package/esm2015/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
- package/esm2015/lib/RearrangedListView.js +304 -303
- package/esm2015/lib/TemplateColumnDescription.js +7 -6
- package/esm2015/lib/TemplateHeaderDescription.js +4 -3
- package/esm2015/lib/TextColumnDescription.js +14 -13
- package/esm2015/lib/TextHeaderDescription.js +1 -0
- package/esm2015/lib/WebActionStripDescription.js +57 -1
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm2015/lib/WebColumnDescription.js +129 -177
- package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebColumnGroupDescription.js +6 -6
- package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
- package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebComboDescription.js +90 -82
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
- package/esm2015/lib/WebGridDescription.js +48 -72
- package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
- package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPivotGridDescription.js +42 -58
- package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
- package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebTreeGridDescription.js +30 -38
- package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm2015/public_api.js +4 -8
- package/esm5/lib/ButtonDescription.js +506 -494
- package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
- package/esm5/lib/ComboBoxColumnDescription.js +12 -11
- package/esm5/lib/DataGridColumnDescription.js +80 -79
- package/esm5/lib/DateTimeColumnDescription.js +30 -29
- package/esm5/lib/EditRowDefinitionDescription.js +1 -0
- package/esm5/lib/EditorDefinitionDescription.js +1 -0
- package/esm5/lib/FilterRowDefinitionDescription.js +1 -0
- package/esm5/lib/HeaderDescription.js +11 -10
- package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm5/lib/ImageColumnDescription.js +16 -15
- package/esm5/lib/LocalDataSource_combined.js +53 -52
- package/esm5/lib/NativeUIButton.js +7 -5
- package/esm5/lib/NativeUICheckbox.js +7 -5
- package/esm5/lib/NativeUIDropDown.js +7 -5
- package/esm5/lib/NativeUIGrid.js +7 -5
- package/esm5/lib/NativeUIInput.js +7 -5
- package/esm5/lib/NativeUIPopup.js +14 -10
- package/esm5/lib/NativeUISlider.js +14 -10
- package/esm5/lib/NumericColumnDescription.js +42 -41
- package/esm5/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
- package/esm5/lib/RearrangedListView.js +304 -303
- package/esm5/lib/TemplateColumnDescription.js +7 -6
- package/esm5/lib/TemplateHeaderDescription.js +4 -3
- package/esm5/lib/TextColumnDescription.js +14 -13
- package/esm5/lib/TextHeaderDescription.js +1 -0
- package/esm5/lib/WebActionStripDescription.js +79 -1
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm5/lib/WebColumnDescription.js +129 -201
- package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm5/lib/WebColumnGroupDescription.js +6 -6
- package/esm5/lib/WebColumnLayoutDescription.js +1 -14
- package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm5/lib/WebComboDescription.js +94 -82
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
- package/esm5/lib/WebGridDescription.js +48 -84
- package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
- package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPivotGridDescription.js +41 -65
- package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm5/lib/WebRowDirectiveDescription.js +6 -18
- package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm5/lib/WebTreeGridDescription.js +30 -42
- package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm5/public_api.js +4 -8
- package/fesm2015/igniteui-angular-core.js +2191 -2541
- package/fesm5/igniteui-angular-core.js +2255 -2732
- package/lib/ButtonDescription.d.ts +186 -183
- package/lib/ComboBoxColumnDescription.d.ts +5 -4
- package/lib/DataGridColumnDescription.d.ts +29 -28
- package/lib/DateTimeColumnDescription.d.ts +12 -11
- package/lib/EditRowDefinitionDescription.d.ts +1 -0
- package/lib/EditorDefinitionDescription.d.ts +1 -0
- package/lib/FilterRowDefinitionDescription.d.ts +1 -0
- package/lib/HeaderDescription.d.ts +5 -4
- package/lib/ImageColumnDescription.d.ts +7 -6
- package/lib/NumericColumnDescription.d.ts +17 -16
- package/lib/RearrangedListView.d.ts +50 -49
- package/lib/TemplateColumnDescription.d.ts +3 -2
- package/lib/TemplateHeaderDescription.d.ts +2 -1
- package/lib/TextColumnDescription.d.ts +6 -5
- package/lib/TextHeaderDescription.d.ts +1 -0
- package/lib/WebActionStripDescription.d.ts +27 -1
- package/lib/WebColumnDescription.d.ts +46 -64
- package/lib/WebColumnGroupDescription.d.ts +2 -2
- package/lib/WebColumnLayoutDescription.d.ts +0 -3
- package/lib/WebComboDescription.d.ts +33 -30
- package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
- package/lib/WebGridDescription.d.ts +17 -27
- package/lib/WebGridEditingActionsDescription.d.ts +4 -4
- package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
- package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
- package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
- package/lib/WebPivotGridDescription.d.ts +15 -21
- package/lib/WebRowDirectiveDescription.d.ts +2 -5
- package/lib/WebTreeGridDescription.d.ts +10 -13
- package/package.json +1 -1
- package/public_api.d.ts +4 -8
- package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
- package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
- package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
- package/esm5/lib/WebActionStripDescription_combined.js +0 -157
- package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
- package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
- package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
- package/lib/WebActionStripDescription_combined.d.ts +0 -49
- package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
- package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
- package/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.d.ts +0 -13
|
@@ -153,8 +153,8 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
153
153
|
}
|
|
154
154
|
};
|
|
155
155
|
LocalDataSource.prototype.getItemAtIndex = function (a) {
|
|
156
|
-
if (this.c6 != null && this.c6.
|
|
157
|
-
return this.c6.
|
|
156
|
+
if (this.c6 != null && this.c6.a7 != null) {
|
|
157
|
+
return this.c6.a7.item(a);
|
|
158
158
|
}
|
|
159
159
|
else {
|
|
160
160
|
return this.actualDataProvider.getItemAtIndex(a);
|
|
@@ -168,9 +168,9 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
168
168
|
var c = this.c5();
|
|
169
169
|
var d;
|
|
170
170
|
if (this.c6 != null) {
|
|
171
|
-
var e = this.c6.
|
|
171
|
+
var e = this.c6.a7.count;
|
|
172
172
|
for (var f = 0; f < e; f++) {
|
|
173
|
-
d = this.c6.
|
|
173
|
+
d = this.c6.a7.item(f);
|
|
174
174
|
if (typeCast(DataSourceSpecialRow.$, d) !== null) {
|
|
175
175
|
var g = d;
|
|
176
176
|
if (g.rowType == 1 && !this.isSectionContentVisible && this.isSectionHeaderNormalRow) {
|
|
@@ -203,7 +203,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
203
203
|
LocalDataSource.prototype.getItemPropertyAtIndex = function (a, b) {
|
|
204
204
|
var c;
|
|
205
205
|
if (this.c6 != null) {
|
|
206
|
-
c = this.c6.
|
|
206
|
+
c = this.c6.a7.item(a);
|
|
207
207
|
}
|
|
208
208
|
else {
|
|
209
209
|
c = this.actualDataProvider.getItemAtIndex(a);
|
|
@@ -246,9 +246,10 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
246
246
|
this.c6.av = this.shouldEmitSectionHeaders && this.ap;
|
|
247
247
|
this.c6.au = this.shouldEmitSectionFooters && this.ap;
|
|
248
248
|
this.c6.aw = this.shouldEmitShiftedRows;
|
|
249
|
-
this.c6.
|
|
250
|
-
this.c6.
|
|
251
|
-
this.c6.
|
|
249
|
+
this.c6.ax = this.shouldEmitSummaryRows;
|
|
250
|
+
this.c6.cc(this.di);
|
|
251
|
+
this.c6.a3 = this.dh();
|
|
252
|
+
this.c6.a2 = this.dg();
|
|
252
253
|
this.c6.p = this.c5();
|
|
253
254
|
this.c6.ae = this.groupDescriptions;
|
|
254
255
|
this.c6.af = this.sortDescriptions;
|
|
@@ -260,9 +261,9 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
260
261
|
this.c6.m = this;
|
|
261
262
|
this.c6.ap = this.groupDescriptions != null && this.groupDescriptions.k.count > 0;
|
|
262
263
|
this.c6.t = this.c7();
|
|
263
|
-
this.c6.
|
|
264
|
+
this.c6.b7();
|
|
264
265
|
this.actualSchema = this.actualDataProvider.actualSchema;
|
|
265
|
-
this.actualCount = this.c6.
|
|
266
|
+
this.actualCount = this.c6.a7.count;
|
|
266
267
|
}
|
|
267
268
|
else {
|
|
268
269
|
var a = this.c1();
|
|
@@ -293,7 +294,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
293
294
|
};
|
|
294
295
|
LocalDataSource.prototype.indexOfItem = function (a) {
|
|
295
296
|
if (this.c6 != null) {
|
|
296
|
-
return this.c6.
|
|
297
|
+
return this.c6.a7.indexOf(a);
|
|
297
298
|
}
|
|
298
299
|
if (this.actualDataProvider != null && this.actualDataProvider.isItemIndexLookupSupported) {
|
|
299
300
|
return this.actualDataProvider.indexOfItem(a);
|
|
@@ -327,9 +328,9 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
327
328
|
var c = this.c5();
|
|
328
329
|
var d;
|
|
329
330
|
if (this.c6 != null) {
|
|
330
|
-
var e = this.c6.
|
|
331
|
+
var e = this.c6.a7.count;
|
|
331
332
|
for (var f = 0; f < e; f++) {
|
|
332
|
-
d = this.c6.
|
|
333
|
+
d = this.c6.a7.item(f);
|
|
333
334
|
if (typeCast(DataSourceSpecialRow.$, d) !== null) {
|
|
334
335
|
var g = d;
|
|
335
336
|
if (g.rowType == 1 && !this.isSectionContentVisible && this.isSectionHeaderNormalRow) {
|
|
@@ -502,19 +503,19 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
502
503
|
}
|
|
503
504
|
};
|
|
504
505
|
LocalDataSource.prototype.d2 = function () {
|
|
505
|
-
this.actualCount = this.c6.
|
|
506
|
+
this.actualCount = this.c6.a7.count;
|
|
506
507
|
this.onBroadcastClearItems();
|
|
507
508
|
};
|
|
508
509
|
LocalDataSource.prototype.d5 = function (a, b, c) {
|
|
509
|
-
this.actualCount = this.c6.
|
|
510
|
+
this.actualCount = this.c6.a7.count;
|
|
510
511
|
this.onBroadcastSetItem(a, b, c);
|
|
511
512
|
};
|
|
512
513
|
LocalDataSource.prototype.d3 = function (a, b) {
|
|
513
|
-
this.actualCount = this.c6.
|
|
514
|
+
this.actualCount = this.c6.a7.count;
|
|
514
515
|
this.onBroadcastInsertItem(a, b);
|
|
515
516
|
};
|
|
516
517
|
LocalDataSource.prototype.d4 = function (a, b) {
|
|
517
|
-
this.actualCount = this.c6.
|
|
518
|
+
this.actualCount = this.c6.a7.count;
|
|
518
519
|
this.onBroadcastRemoveItem(a, b);
|
|
519
520
|
};
|
|
520
521
|
LocalDataSource.prototype.pinRow = function (a) {
|
|
@@ -523,7 +524,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
523
524
|
this.dj = -1;
|
|
524
525
|
if (this.c6 != null) {
|
|
525
526
|
this.di.add(a);
|
|
526
|
-
this.c6.
|
|
527
|
+
this.c6.b6(a);
|
|
527
528
|
}
|
|
528
529
|
else {
|
|
529
530
|
this.di.add(a);
|
|
@@ -541,7 +542,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
541
542
|
}
|
|
542
543
|
if (b.h(d, a) == 0) {
|
|
543
544
|
this.di.removeAt(c);
|
|
544
|
-
this.c6.
|
|
545
|
+
this.c6.cd(d);
|
|
545
546
|
}
|
|
546
547
|
}
|
|
547
548
|
}
|
|
@@ -644,26 +645,26 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
644
645
|
}
|
|
645
646
|
var c = null;
|
|
646
647
|
var d = null;
|
|
647
|
-
if (this.c6.
|
|
648
|
-
c = this.c6.
|
|
649
|
-
d = this.c6.
|
|
648
|
+
if (this.c6.a6.count == 1) {
|
|
649
|
+
c = this.c6.a6._inner[0];
|
|
650
|
+
d = this.c6.a6._inner[0];
|
|
650
651
|
}
|
|
651
652
|
else {
|
|
652
653
|
c = this.c6.w(a);
|
|
653
654
|
if (c != null) {
|
|
654
655
|
while (c.z != -1) {
|
|
655
|
-
c = this.c6.
|
|
656
|
+
c = this.c6.a6._inner[c.z];
|
|
656
657
|
}
|
|
657
658
|
}
|
|
658
659
|
d = this.c6.w(b);
|
|
659
|
-
if (b >= this.c6.
|
|
660
|
+
if (b >= this.c6.a7.count - this.c6.bl) {
|
|
660
661
|
d = this.c6.v();
|
|
661
662
|
}
|
|
662
663
|
}
|
|
663
664
|
if (c == null || d == null) {
|
|
664
665
|
return null;
|
|
665
666
|
}
|
|
666
|
-
if (c.ae == this.dr && c.aa == this.dt && c.af == this.du && c.ad == this.ds && c.ah == this.dw && c.ag == this.dv && d.ae == this.dj && d.aa == this.dl && d.af == this.dm && d.ad == this.dk && d.ah == this.dp && d.ag == this.dn && this.c6.
|
|
667
|
+
if (c.ae == this.dr && c.aa == this.dt && c.af == this.du && c.ad == this.ds && c.ah == this.dw && c.ag == this.dv && d.ae == this.dj && d.aa == this.dl && d.af == this.dm && d.ad == this.dk && d.ah == this.dp && d.ag == this.dn && this.c6.bl == this.dq) {
|
|
667
668
|
return this.cv;
|
|
668
669
|
}
|
|
669
670
|
this.dr = c.ae;
|
|
@@ -678,23 +679,23 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
678
679
|
this.dv = c.ag;
|
|
679
680
|
this.dp = d.ah;
|
|
680
681
|
this.dn = d.ag;
|
|
681
|
-
this.dq = this.c6.
|
|
682
|
-
if (this.c6.
|
|
682
|
+
this.dq = this.c6.bl;
|
|
683
|
+
if (this.c6.a6.count == 1) {
|
|
683
684
|
this.dj = d.ad;
|
|
684
685
|
}
|
|
685
686
|
var e = 0;
|
|
686
687
|
if (this.shouldEmitSectionHeaders && this.ap) {
|
|
687
688
|
e = 1;
|
|
688
689
|
}
|
|
689
|
-
var f = this.c6.
|
|
690
|
+
var f = this.c6.bb();
|
|
690
691
|
var g = new List$1(Number_$type, 0);
|
|
691
692
|
for (var h = c.ae; h <= d.ae; h++) {
|
|
692
|
-
var i = this.c6.
|
|
693
|
-
var j = this.c6.
|
|
694
|
-
var k = this.c6.
|
|
693
|
+
var i = this.c6.a6._inner[h];
|
|
694
|
+
var j = this.c6.a6._inner[h].c.length;
|
|
695
|
+
var k = this.c6.a6._inner[h].v();
|
|
695
696
|
if (this.shouldEmitSectionHeaders && this.ap) {
|
|
696
697
|
for (var l = 0; l < j; l++) {
|
|
697
|
-
if (this.c6.
|
|
698
|
+
if (this.c6.a6._inner[h].a[l] != null) {
|
|
698
699
|
var m = i.af + i.b[l];
|
|
699
700
|
g.add(m);
|
|
700
701
|
if (this.summaryScope == 0 || this.summaryScope == 2) {
|
|
@@ -705,40 +706,40 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
705
706
|
}
|
|
706
707
|
}
|
|
707
708
|
}
|
|
708
|
-
if (!this.c6.
|
|
709
|
+
if (!this.c6.a6._inner[h].c[l]) {
|
|
709
710
|
break;
|
|
710
711
|
}
|
|
711
712
|
}
|
|
712
713
|
}
|
|
713
|
-
if (this.c6.
|
|
714
|
+
if (this.c6.a6._inner[h].p) {
|
|
714
715
|
if (this.shouldEmitShiftedRows) {
|
|
715
|
-
for (var o = 0; o < this.c6.
|
|
716
|
-
g.add(this.c6.
|
|
716
|
+
for (var o = 0; o < this.c6.a6._inner[h].aa; o++) {
|
|
717
|
+
g.add(this.c6.a6._inner[h].af + this.c6.a6._inner[h].ah + o + k);
|
|
717
718
|
}
|
|
718
719
|
}
|
|
719
720
|
}
|
|
720
721
|
if (this.summaryScope == 0 || this.summaryScope == 2) {
|
|
721
|
-
if (this.includeSummaryRowsInSection && this.isSectionSummaryRowsAtBottom) {
|
|
722
|
-
for (var p = this.c6.
|
|
722
|
+
if (this.shouldEmitSummaryRows && this.includeSummaryRowsInSection && this.isSectionSummaryRowsAtBottom) {
|
|
723
|
+
for (var p = this.c6.a6._inner[h].ag - 1; p >= 0; p--) {
|
|
723
724
|
if (this.shouldEmitSectionFooters) {
|
|
724
|
-
g.add(this.c6.
|
|
725
|
+
g.add(this.c6.a6._inner[h].ad - k - p);
|
|
725
726
|
}
|
|
726
727
|
else {
|
|
727
|
-
g.add(this.c6.
|
|
728
|
+
g.add(this.c6.a6._inner[h].ad - p);
|
|
728
729
|
}
|
|
729
730
|
}
|
|
730
731
|
}
|
|
731
732
|
}
|
|
732
733
|
if (this.shouldEmitSectionFooters && this.ap) {
|
|
733
734
|
for (var q = j - 1; q >= 0; q--) {
|
|
734
|
-
if (!this.c6.
|
|
735
|
+
if (!this.c6.a6._inner[h].c[q]) {
|
|
735
736
|
break;
|
|
736
737
|
}
|
|
737
|
-
g.add(this.c6.
|
|
738
|
+
g.add(this.c6.a6._inner[h].ad - q);
|
|
738
739
|
}
|
|
739
740
|
}
|
|
740
741
|
}
|
|
741
|
-
for (var r = this.c6.
|
|
742
|
+
for (var r = this.c6.a7.count - this.c6.bl; r < this.c6.a7.count; r++) {
|
|
742
743
|
g.add(r);
|
|
743
744
|
}
|
|
744
745
|
this.cv = g.toArray();
|
|
@@ -764,12 +765,12 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
764
765
|
return 0;
|
|
765
766
|
};
|
|
766
767
|
LocalDataSource.prototype.setIsRowExpandedAtIndex = function (a, b) {
|
|
767
|
-
if (this.isSectionCollapsable && this.c6 != null && this.c6.
|
|
768
|
-
this.c6.
|
|
768
|
+
if (this.isSectionCollapsable && this.c6 != null && this.c6.a7.count > 0 && this.c6.a7.count > a) {
|
|
769
|
+
this.c6.cb(a, b);
|
|
769
770
|
}
|
|
770
771
|
};
|
|
771
772
|
LocalDataSource.prototype.getIsRowExpandedAtIndex = function (a) {
|
|
772
|
-
if (this.c6 != null && this.c6.
|
|
773
|
+
if (this.c6 != null && this.c6.a7.count > 0 && this.c6.a7.count > a) {
|
|
773
774
|
return this.c6.ak(a);
|
|
774
775
|
}
|
|
775
776
|
return true;
|
|
@@ -793,7 +794,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
793
794
|
};
|
|
794
795
|
LocalDataSource.prototype.getRootSummaryRowCount = function () {
|
|
795
796
|
if (this.c6 != null) {
|
|
796
|
-
return this.c6.
|
|
797
|
+
return this.c6.bl;
|
|
797
798
|
}
|
|
798
799
|
return 0;
|
|
799
800
|
};
|
|
@@ -804,8 +805,8 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
804
805
|
return null;
|
|
805
806
|
};
|
|
806
807
|
LocalDataSource.prototype.getSectionSummaryResults = function (a) {
|
|
807
|
-
if (this.c6 != null && this.c6.
|
|
808
|
-
return this.c6.
|
|
808
|
+
if (this.c6 != null && this.c6.a6.count > 0 && a >= 0 && a < this.c6.a6.count) {
|
|
809
|
+
return this.c6.a6._inner[a].i;
|
|
809
810
|
}
|
|
810
811
|
return null;
|
|
811
812
|
};
|
|
@@ -838,7 +839,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
838
839
|
for (var m = 0; m < this.summaryDescriptions.k.count; m++) {
|
|
839
840
|
var n = this.summaryDescriptions.k.item(m);
|
|
840
841
|
if (n.operand == 5 || j.containsKey(n.propertyName)) {
|
|
841
|
-
this.c6.
|
|
842
|
+
this.c6.cm(m, k, i, false, l);
|
|
842
843
|
}
|
|
843
844
|
}
|
|
844
845
|
}
|
|
@@ -865,7 +866,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
865
866
|
for (var p = 0; p < this.summaryDescriptions.k.count; p++) {
|
|
866
867
|
var q = this.summaryDescriptions.k.item(p);
|
|
867
868
|
if (q.operand == 5 || j.containsKey(q.propertyName)) {
|
|
868
|
-
this.c6.
|
|
869
|
+
this.c6.cm(p, k, i, true, l);
|
|
869
870
|
}
|
|
870
871
|
}
|
|
871
872
|
}
|
|
@@ -881,7 +882,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
881
882
|
var t = this.getStickyRows();
|
|
882
883
|
for (var u = 0; u < t.length; u++) {
|
|
883
884
|
var v = t[u];
|
|
884
|
-
var w = typeCast(DataSourceSpecialRow.$, this.c6.
|
|
885
|
+
var w = typeCast(DataSourceSpecialRow.$, this.c6.a7.item(v));
|
|
885
886
|
if (w != null && w.rowType == 3 && w.targetRow == i) {
|
|
886
887
|
this.onBroadcastSetItem(v, w, w);
|
|
887
888
|
break;
|
|
@@ -162,11 +162,13 @@ var NativeUIButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
162
162
|
set: function (a) {
|
|
163
163
|
var b = this.bg;
|
|
164
164
|
this.bg = a;
|
|
165
|
-
if (this.bg !=
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
this.
|
|
165
|
+
if (this.bg != b) {
|
|
166
|
+
if (b != null) {
|
|
167
|
+
this.ay(1, b);
|
|
168
|
+
}
|
|
169
|
+
if (this.bg != null) {
|
|
170
|
+
this.an(1, this.bg);
|
|
171
|
+
}
|
|
170
172
|
}
|
|
171
173
|
},
|
|
172
174
|
enumerable: false,
|
|
@@ -60,11 +60,13 @@ var NativeUICheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60
60
|
set: function (a) {
|
|
61
61
|
var b = this.bg;
|
|
62
62
|
this.bg = a;
|
|
63
|
-
if (this.bg !=
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
this.
|
|
63
|
+
if (this.bg != b) {
|
|
64
|
+
if (b != null) {
|
|
65
|
+
this.ay(2, b);
|
|
66
|
+
}
|
|
67
|
+
if (this.bg != null) {
|
|
68
|
+
this.an(2, this.bg);
|
|
69
|
+
}
|
|
68
70
|
}
|
|
69
71
|
},
|
|
70
72
|
enumerable: false,
|
|
@@ -39,11 +39,13 @@ var NativeUIDropDown = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39
39
|
set: function (a) {
|
|
40
40
|
var b = this.bh;
|
|
41
41
|
this.bh = a;
|
|
42
|
-
if (this.bh !=
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
this.
|
|
42
|
+
if (this.bh != b) {
|
|
43
|
+
if (b != null) {
|
|
44
|
+
this.ay(3, b);
|
|
45
|
+
}
|
|
46
|
+
if (this.bh != null) {
|
|
47
|
+
this.an(3, this.bh);
|
|
48
|
+
}
|
|
47
49
|
}
|
|
48
50
|
},
|
|
49
51
|
enumerable: false,
|
package/esm5/lib/NativeUIGrid.js
CHANGED
|
@@ -109,11 +109,13 @@ var NativeUIGrid = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
109
109
|
set: function (a) {
|
|
110
110
|
var b = this.bp;
|
|
111
111
|
this.bp = a;
|
|
112
|
-
if (this.bp !=
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
this.
|
|
112
|
+
if (this.bp != b) {
|
|
113
|
+
if (b != null) {
|
|
114
|
+
this.ay(1, b);
|
|
115
|
+
}
|
|
116
|
+
if (this.bp != null) {
|
|
117
|
+
this.an(1, this.bp);
|
|
118
|
+
}
|
|
117
119
|
}
|
|
118
120
|
},
|
|
119
121
|
enumerable: false,
|
|
@@ -69,11 +69,13 @@ var NativeUIInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
set: function (a) {
|
|
70
70
|
var b = this.bk;
|
|
71
71
|
this.bk = a;
|
|
72
|
-
if (this.bk !=
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
this.
|
|
72
|
+
if (this.bk != b) {
|
|
73
|
+
if (b != null) {
|
|
74
|
+
this.ay(0, b);
|
|
75
|
+
}
|
|
76
|
+
if (this.bk != null) {
|
|
77
|
+
this.an(0, this.bk);
|
|
78
|
+
}
|
|
77
79
|
}
|
|
78
80
|
},
|
|
79
81
|
enumerable: false,
|
|
@@ -157,11 +157,13 @@ var NativeUIPopup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
157
157
|
set: function (a) {
|
|
158
158
|
var b = this.br;
|
|
159
159
|
this.br = a;
|
|
160
|
-
if (this.br !=
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
this.
|
|
160
|
+
if (this.br != b) {
|
|
161
|
+
if (b != null) {
|
|
162
|
+
this.ay(5, b);
|
|
163
|
+
}
|
|
164
|
+
if (this.br != null) {
|
|
165
|
+
this.an(5, this.br);
|
|
166
|
+
}
|
|
165
167
|
}
|
|
166
168
|
},
|
|
167
169
|
enumerable: false,
|
|
@@ -174,11 +176,13 @@ var NativeUIPopup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
174
176
|
set: function (a) {
|
|
175
177
|
var b = this.bp;
|
|
176
178
|
this.bp = a;
|
|
177
|
-
if (this.bp !=
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
this.
|
|
179
|
+
if (this.bp != b) {
|
|
180
|
+
if (b != null) {
|
|
181
|
+
this.ay(6, b);
|
|
182
|
+
}
|
|
183
|
+
if (this.bp != null) {
|
|
184
|
+
this.an(6, this.bp);
|
|
185
|
+
}
|
|
182
186
|
}
|
|
183
187
|
},
|
|
184
188
|
enumerable: false,
|
|
@@ -72,11 +72,13 @@ var NativeUISlider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72
72
|
set: function (a) {
|
|
73
73
|
var b = this.bg;
|
|
74
74
|
this.bg = a;
|
|
75
|
-
if (this.bg !=
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
this.
|
|
75
|
+
if (this.bg != b) {
|
|
76
|
+
if (b != null) {
|
|
77
|
+
this.ay(4, b);
|
|
78
|
+
}
|
|
79
|
+
if (this.bg != null) {
|
|
80
|
+
this.an(4, this.bg);
|
|
81
|
+
}
|
|
80
82
|
}
|
|
81
83
|
},
|
|
82
84
|
enumerable: false,
|
|
@@ -89,11 +91,13 @@ var NativeUISlider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
89
91
|
set: function (a) {
|
|
90
92
|
var b = this.bh;
|
|
91
93
|
this.bh = a;
|
|
92
|
-
if (this.bh !=
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
this.
|
|
94
|
+
if (this.bh != b) {
|
|
95
|
+
if (b != null) {
|
|
96
|
+
this.ay(0, b);
|
|
97
|
+
}
|
|
98
|
+
if (this.bh != null) {
|
|
99
|
+
this.an(0, this.bh);
|
|
100
|
+
}
|
|
97
101
|
}
|
|
98
102
|
},
|
|
99
103
|
enumerable: false,
|