igniteui-angular-core 16.1.0-beta.1 → 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 +1511 -2029
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
- 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/RearrangedListView.js +304 -303
- 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/INativeUIElementBridge_combined.js +28 -20
- 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/RearrangedListView.js +304 -303
- 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 +1448 -1831
- package/fesm5/igniteui-angular-core.js +1508 -2022
- package/lib/RearrangedListView.d.ts +50 -49
- 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
|
@@ -374,11 +374,13 @@ export let NativeUIComponent = /*@__PURE__*/ (() => {
|
|
|
374
374
|
set q(a) {
|
|
375
375
|
let b = this.p;
|
|
376
376
|
this.p = a;
|
|
377
|
-
if (this.p !=
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
this.
|
|
377
|
+
if (this.p != b) {
|
|
378
|
+
if (b != null) {
|
|
379
|
+
this.ay(7, b);
|
|
380
|
+
}
|
|
381
|
+
if (this.p != null) {
|
|
382
|
+
this.an(7, this.p);
|
|
383
|
+
}
|
|
382
384
|
}
|
|
383
385
|
}
|
|
384
386
|
get s() {
|
|
@@ -387,11 +389,13 @@ export let NativeUIComponent = /*@__PURE__*/ (() => {
|
|
|
387
389
|
set s(a) {
|
|
388
390
|
let b = this.r;
|
|
389
391
|
this.r = a;
|
|
390
|
-
if (this.r !=
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
this.
|
|
392
|
+
if (this.r != b) {
|
|
393
|
+
if (b != null) {
|
|
394
|
+
this.ay(8, b);
|
|
395
|
+
}
|
|
396
|
+
if (this.p != null) {
|
|
397
|
+
this.an(8, this.r);
|
|
398
|
+
}
|
|
395
399
|
}
|
|
396
400
|
}
|
|
397
401
|
get n() {
|
|
@@ -400,11 +404,13 @@ export let NativeUIComponent = /*@__PURE__*/ (() => {
|
|
|
400
404
|
set n(a) {
|
|
401
405
|
let b = this.l;
|
|
402
406
|
this.l = a;
|
|
403
|
-
if (this.l !=
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
this.
|
|
407
|
+
if (this.l != b) {
|
|
408
|
+
if (b != null) {
|
|
409
|
+
this.ay(12, b);
|
|
410
|
+
}
|
|
411
|
+
if (this.l != null) {
|
|
412
|
+
this.an(12, this.l);
|
|
413
|
+
}
|
|
408
414
|
}
|
|
409
415
|
}
|
|
410
416
|
get o() {
|
|
@@ -413,11 +419,13 @@ export let NativeUIComponent = /*@__PURE__*/ (() => {
|
|
|
413
419
|
set o(a) {
|
|
414
420
|
let b = this.m;
|
|
415
421
|
this.m = a;
|
|
416
|
-
if (this.m !=
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
this.
|
|
422
|
+
if (this.m != b) {
|
|
423
|
+
if (b != null) {
|
|
424
|
+
this.ay(13, b);
|
|
425
|
+
}
|
|
426
|
+
if (this.m != null) {
|
|
427
|
+
this.an(13, this.m);
|
|
428
|
+
}
|
|
421
429
|
}
|
|
422
430
|
}
|
|
423
431
|
}
|
|
@@ -131,8 +131,8 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
getItemAtIndex(a) {
|
|
134
|
-
if (this.c6 != null && this.c6.
|
|
135
|
-
return this.c6.
|
|
134
|
+
if (this.c6 != null && this.c6.a7 != null) {
|
|
135
|
+
return this.c6.a7.item(a);
|
|
136
136
|
}
|
|
137
137
|
else {
|
|
138
138
|
return this.actualDataProvider.getItemAtIndex(a);
|
|
@@ -146,9 +146,9 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
146
146
|
let c = this.c5();
|
|
147
147
|
let d;
|
|
148
148
|
if (this.c6 != null) {
|
|
149
|
-
let e = this.c6.
|
|
149
|
+
let e = this.c6.a7.count;
|
|
150
150
|
for (let f = 0; f < e; f++) {
|
|
151
|
-
d = this.c6.
|
|
151
|
+
d = this.c6.a7.item(f);
|
|
152
152
|
if (typeCast(DataSourceSpecialRow.$, d) !== null) {
|
|
153
153
|
let g = d;
|
|
154
154
|
if (g.rowType == 1 && !this.isSectionContentVisible && this.isSectionHeaderNormalRow) {
|
|
@@ -181,7 +181,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
181
181
|
getItemPropertyAtIndex(a, b) {
|
|
182
182
|
let c;
|
|
183
183
|
if (this.c6 != null) {
|
|
184
|
-
c = this.c6.
|
|
184
|
+
c = this.c6.a7.item(a);
|
|
185
185
|
}
|
|
186
186
|
else {
|
|
187
187
|
c = this.actualDataProvider.getItemAtIndex(a);
|
|
@@ -224,9 +224,10 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
224
224
|
this.c6.av = this.shouldEmitSectionHeaders && this.ap;
|
|
225
225
|
this.c6.au = this.shouldEmitSectionFooters && this.ap;
|
|
226
226
|
this.c6.aw = this.shouldEmitShiftedRows;
|
|
227
|
-
this.c6.
|
|
228
|
-
this.c6.
|
|
229
|
-
this.c6.
|
|
227
|
+
this.c6.ax = this.shouldEmitSummaryRows;
|
|
228
|
+
this.c6.cc(this.di);
|
|
229
|
+
this.c6.a3 = this.dh();
|
|
230
|
+
this.c6.a2 = this.dg();
|
|
230
231
|
this.c6.p = this.c5();
|
|
231
232
|
this.c6.ae = this.groupDescriptions;
|
|
232
233
|
this.c6.af = this.sortDescriptions;
|
|
@@ -238,9 +239,9 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
238
239
|
this.c6.m = this;
|
|
239
240
|
this.c6.ap = this.groupDescriptions != null && this.groupDescriptions.k.count > 0;
|
|
240
241
|
this.c6.t = this.c7();
|
|
241
|
-
this.c6.
|
|
242
|
+
this.c6.b7();
|
|
242
243
|
this.actualSchema = this.actualDataProvider.actualSchema;
|
|
243
|
-
this.actualCount = this.c6.
|
|
244
|
+
this.actualCount = this.c6.a7.count;
|
|
244
245
|
}
|
|
245
246
|
else {
|
|
246
247
|
let a = this.c1();
|
|
@@ -271,7 +272,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
271
272
|
}
|
|
272
273
|
indexOfItem(a) {
|
|
273
274
|
if (this.c6 != null) {
|
|
274
|
-
return this.c6.
|
|
275
|
+
return this.c6.a7.indexOf(a);
|
|
275
276
|
}
|
|
276
277
|
if (this.actualDataProvider != null && this.actualDataProvider.isItemIndexLookupSupported) {
|
|
277
278
|
return this.actualDataProvider.indexOfItem(a);
|
|
@@ -305,9 +306,9 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
305
306
|
let c = this.c5();
|
|
306
307
|
let d;
|
|
307
308
|
if (this.c6 != null) {
|
|
308
|
-
let e = this.c6.
|
|
309
|
+
let e = this.c6.a7.count;
|
|
309
310
|
for (let f = 0; f < e; f++) {
|
|
310
|
-
d = this.c6.
|
|
311
|
+
d = this.c6.a7.item(f);
|
|
311
312
|
if (typeCast(DataSourceSpecialRow.$, d) !== null) {
|
|
312
313
|
let g = d;
|
|
313
314
|
if (g.rowType == 1 && !this.isSectionContentVisible && this.isSectionHeaderNormalRow) {
|
|
@@ -480,19 +481,19 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
480
481
|
}
|
|
481
482
|
}
|
|
482
483
|
d2() {
|
|
483
|
-
this.actualCount = this.c6.
|
|
484
|
+
this.actualCount = this.c6.a7.count;
|
|
484
485
|
this.onBroadcastClearItems();
|
|
485
486
|
}
|
|
486
487
|
d5(a, b, c) {
|
|
487
|
-
this.actualCount = this.c6.
|
|
488
|
+
this.actualCount = this.c6.a7.count;
|
|
488
489
|
this.onBroadcastSetItem(a, b, c);
|
|
489
490
|
}
|
|
490
491
|
d3(a, b) {
|
|
491
|
-
this.actualCount = this.c6.
|
|
492
|
+
this.actualCount = this.c6.a7.count;
|
|
492
493
|
this.onBroadcastInsertItem(a, b);
|
|
493
494
|
}
|
|
494
495
|
d4(a, b) {
|
|
495
|
-
this.actualCount = this.c6.
|
|
496
|
+
this.actualCount = this.c6.a7.count;
|
|
496
497
|
this.onBroadcastRemoveItem(a, b);
|
|
497
498
|
}
|
|
498
499
|
pinRow(a) {
|
|
@@ -501,7 +502,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
501
502
|
this.dj = -1;
|
|
502
503
|
if (this.c6 != null) {
|
|
503
504
|
this.di.add(a);
|
|
504
|
-
this.c6.
|
|
505
|
+
this.c6.b6(a);
|
|
505
506
|
}
|
|
506
507
|
else {
|
|
507
508
|
this.di.add(a);
|
|
@@ -519,7 +520,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
519
520
|
}
|
|
520
521
|
if (b.h(d, a) == 0) {
|
|
521
522
|
this.di.removeAt(c);
|
|
522
|
-
this.c6.
|
|
523
|
+
this.c6.cd(d);
|
|
523
524
|
}
|
|
524
525
|
}
|
|
525
526
|
}
|
|
@@ -622,26 +623,26 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
622
623
|
}
|
|
623
624
|
let c = null;
|
|
624
625
|
let d = null;
|
|
625
|
-
if (this.c6.
|
|
626
|
-
c = this.c6.
|
|
627
|
-
d = this.c6.
|
|
626
|
+
if (this.c6.a6.count == 1) {
|
|
627
|
+
c = this.c6.a6._inner[0];
|
|
628
|
+
d = this.c6.a6._inner[0];
|
|
628
629
|
}
|
|
629
630
|
else {
|
|
630
631
|
c = this.c6.w(a);
|
|
631
632
|
if (c != null) {
|
|
632
633
|
while (c.z != -1) {
|
|
633
|
-
c = this.c6.
|
|
634
|
+
c = this.c6.a6._inner[c.z];
|
|
634
635
|
}
|
|
635
636
|
}
|
|
636
637
|
d = this.c6.w(b);
|
|
637
|
-
if (b >= this.c6.
|
|
638
|
+
if (b >= this.c6.a7.count - this.c6.bl) {
|
|
638
639
|
d = this.c6.v();
|
|
639
640
|
}
|
|
640
641
|
}
|
|
641
642
|
if (c == null || d == null) {
|
|
642
643
|
return null;
|
|
643
644
|
}
|
|
644
|
-
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.
|
|
645
|
+
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) {
|
|
645
646
|
return this.cv;
|
|
646
647
|
}
|
|
647
648
|
this.dr = c.ae;
|
|
@@ -656,23 +657,23 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
656
657
|
this.dv = c.ag;
|
|
657
658
|
this.dp = d.ah;
|
|
658
659
|
this.dn = d.ag;
|
|
659
|
-
this.dq = this.c6.
|
|
660
|
-
if (this.c6.
|
|
660
|
+
this.dq = this.c6.bl;
|
|
661
|
+
if (this.c6.a6.count == 1) {
|
|
661
662
|
this.dj = d.ad;
|
|
662
663
|
}
|
|
663
664
|
let e = 0;
|
|
664
665
|
if (this.shouldEmitSectionHeaders && this.ap) {
|
|
665
666
|
e = 1;
|
|
666
667
|
}
|
|
667
|
-
let f = this.c6.
|
|
668
|
+
let f = this.c6.bb();
|
|
668
669
|
let g = new List$1(Number_$type, 0);
|
|
669
670
|
for (let h = c.ae; h <= d.ae; h++) {
|
|
670
|
-
let i = this.c6.
|
|
671
|
-
let j = this.c6.
|
|
672
|
-
let k = this.c6.
|
|
671
|
+
let i = this.c6.a6._inner[h];
|
|
672
|
+
let j = this.c6.a6._inner[h].c.length;
|
|
673
|
+
let k = this.c6.a6._inner[h].v();
|
|
673
674
|
if (this.shouldEmitSectionHeaders && this.ap) {
|
|
674
675
|
for (let l = 0; l < j; l++) {
|
|
675
|
-
if (this.c6.
|
|
676
|
+
if (this.c6.a6._inner[h].a[l] != null) {
|
|
676
677
|
let m = i.af + i.b[l];
|
|
677
678
|
g.add(m);
|
|
678
679
|
if (this.summaryScope == 0 || this.summaryScope == 2) {
|
|
@@ -683,40 +684,40 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
683
684
|
}
|
|
684
685
|
}
|
|
685
686
|
}
|
|
686
|
-
if (!this.c6.
|
|
687
|
+
if (!this.c6.a6._inner[h].c[l]) {
|
|
687
688
|
break;
|
|
688
689
|
}
|
|
689
690
|
}
|
|
690
691
|
}
|
|
691
|
-
if (this.c6.
|
|
692
|
+
if (this.c6.a6._inner[h].p) {
|
|
692
693
|
if (this.shouldEmitShiftedRows) {
|
|
693
|
-
for (let o = 0; o < this.c6.
|
|
694
|
-
g.add(this.c6.
|
|
694
|
+
for (let o = 0; o < this.c6.a6._inner[h].aa; o++) {
|
|
695
|
+
g.add(this.c6.a6._inner[h].af + this.c6.a6._inner[h].ah + o + k);
|
|
695
696
|
}
|
|
696
697
|
}
|
|
697
698
|
}
|
|
698
699
|
if (this.summaryScope == 0 || this.summaryScope == 2) {
|
|
699
|
-
if (this.includeSummaryRowsInSection && this.isSectionSummaryRowsAtBottom) {
|
|
700
|
-
for (let p = this.c6.
|
|
700
|
+
if (this.shouldEmitSummaryRows && this.includeSummaryRowsInSection && this.isSectionSummaryRowsAtBottom) {
|
|
701
|
+
for (let p = this.c6.a6._inner[h].ag - 1; p >= 0; p--) {
|
|
701
702
|
if (this.shouldEmitSectionFooters) {
|
|
702
|
-
g.add(this.c6.
|
|
703
|
+
g.add(this.c6.a6._inner[h].ad - k - p);
|
|
703
704
|
}
|
|
704
705
|
else {
|
|
705
|
-
g.add(this.c6.
|
|
706
|
+
g.add(this.c6.a6._inner[h].ad - p);
|
|
706
707
|
}
|
|
707
708
|
}
|
|
708
709
|
}
|
|
709
710
|
}
|
|
710
711
|
if (this.shouldEmitSectionFooters && this.ap) {
|
|
711
712
|
for (let q = j - 1; q >= 0; q--) {
|
|
712
|
-
if (!this.c6.
|
|
713
|
+
if (!this.c6.a6._inner[h].c[q]) {
|
|
713
714
|
break;
|
|
714
715
|
}
|
|
715
|
-
g.add(this.c6.
|
|
716
|
+
g.add(this.c6.a6._inner[h].ad - q);
|
|
716
717
|
}
|
|
717
718
|
}
|
|
718
719
|
}
|
|
719
|
-
for (let r = this.c6.
|
|
720
|
+
for (let r = this.c6.a7.count - this.c6.bl; r < this.c6.a7.count; r++) {
|
|
720
721
|
g.add(r);
|
|
721
722
|
}
|
|
722
723
|
this.cv = g.toArray();
|
|
@@ -742,12 +743,12 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
742
743
|
return 0;
|
|
743
744
|
}
|
|
744
745
|
setIsRowExpandedAtIndex(a, b) {
|
|
745
|
-
if (this.isSectionCollapsable && this.c6 != null && this.c6.
|
|
746
|
-
this.c6.
|
|
746
|
+
if (this.isSectionCollapsable && this.c6 != null && this.c6.a7.count > 0 && this.c6.a7.count > a) {
|
|
747
|
+
this.c6.cb(a, b);
|
|
747
748
|
}
|
|
748
749
|
}
|
|
749
750
|
getIsRowExpandedAtIndex(a) {
|
|
750
|
-
if (this.c6 != null && this.c6.
|
|
751
|
+
if (this.c6 != null && this.c6.a7.count > 0 && this.c6.a7.count > a) {
|
|
751
752
|
return this.c6.ak(a);
|
|
752
753
|
}
|
|
753
754
|
return true;
|
|
@@ -771,7 +772,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
771
772
|
}
|
|
772
773
|
getRootSummaryRowCount() {
|
|
773
774
|
if (this.c6 != null) {
|
|
774
|
-
return this.c6.
|
|
775
|
+
return this.c6.bl;
|
|
775
776
|
}
|
|
776
777
|
return 0;
|
|
777
778
|
}
|
|
@@ -782,8 +783,8 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
782
783
|
return null;
|
|
783
784
|
}
|
|
784
785
|
getSectionSummaryResults(a) {
|
|
785
|
-
if (this.c6 != null && this.c6.
|
|
786
|
-
return this.c6.
|
|
786
|
+
if (this.c6 != null && this.c6.a6.count > 0 && a >= 0 && a < this.c6.a6.count) {
|
|
787
|
+
return this.c6.a6._inner[a].i;
|
|
787
788
|
}
|
|
788
789
|
return null;
|
|
789
790
|
}
|
|
@@ -815,7 +816,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
815
816
|
for (let m = 0; m < this.summaryDescriptions.k.count; m++) {
|
|
816
817
|
let n = this.summaryDescriptions.k.item(m);
|
|
817
818
|
if (n.operand == 5 || j.containsKey(n.propertyName)) {
|
|
818
|
-
this.c6.
|
|
819
|
+
this.c6.cm(m, k, i, false, l);
|
|
819
820
|
}
|
|
820
821
|
}
|
|
821
822
|
}
|
|
@@ -826,7 +827,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
826
827
|
for (let p = 0; p < this.summaryDescriptions.k.count; p++) {
|
|
827
828
|
let q = this.summaryDescriptions.k.item(p);
|
|
828
829
|
if (q.operand == 5 || j.containsKey(q.propertyName)) {
|
|
829
|
-
this.c6.
|
|
830
|
+
this.c6.cm(p, k, i, true, l);
|
|
830
831
|
}
|
|
831
832
|
}
|
|
832
833
|
}
|
|
@@ -842,7 +843,7 @@ export let LocalDataSource = /*@__PURE__*/ (() => {
|
|
|
842
843
|
let t = this.getStickyRows();
|
|
843
844
|
for (let u = 0; u < t.length; u++) {
|
|
844
845
|
let v = t[u];
|
|
845
|
-
let w = typeCast(DataSourceSpecialRow.$, this.c6.
|
|
846
|
+
let w = typeCast(DataSourceSpecialRow.$, this.c6.a7.item(v));
|
|
846
847
|
if (w != null && w.rowType == 3 && w.targetRow == i) {
|
|
847
848
|
this.onBroadcastSetItem(v, w, w);
|
|
848
849
|
break;
|
|
@@ -107,11 +107,13 @@ export let NativeUIButton = /*@__PURE__*/ (() => {
|
|
|
107
107
|
set bh(a) {
|
|
108
108
|
let b = this.bg;
|
|
109
109
|
this.bg = a;
|
|
110
|
-
if (this.bg !=
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
this.
|
|
110
|
+
if (this.bg != b) {
|
|
111
|
+
if (b != null) {
|
|
112
|
+
this.ay(1, b);
|
|
113
|
+
}
|
|
114
|
+
if (this.bg != null) {
|
|
115
|
+
this.an(1, this.bg);
|
|
116
|
+
}
|
|
115
117
|
}
|
|
116
118
|
}
|
|
117
119
|
}
|
|
@@ -45,11 +45,13 @@ export let NativeUICheckbox = /*@__PURE__*/ (() => {
|
|
|
45
45
|
set bh(a) {
|
|
46
46
|
let b = this.bg;
|
|
47
47
|
this.bg = a;
|
|
48
|
-
if (this.bg !=
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
this.
|
|
48
|
+
if (this.bg != b) {
|
|
49
|
+
if (b != null) {
|
|
50
|
+
this.ay(2, b);
|
|
51
|
+
}
|
|
52
|
+
if (this.bg != null) {
|
|
53
|
+
this.an(2, this.bg);
|
|
54
|
+
}
|
|
53
55
|
}
|
|
54
56
|
}
|
|
55
57
|
}
|
|
@@ -32,11 +32,13 @@ export let NativeUIDropDown = /*@__PURE__*/ (() => {
|
|
|
32
32
|
set bi(a) {
|
|
33
33
|
let b = this.bh;
|
|
34
34
|
this.bh = a;
|
|
35
|
-
if (this.bh !=
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
this.
|
|
35
|
+
if (this.bh != b) {
|
|
36
|
+
if (b != null) {
|
|
37
|
+
this.ay(3, b);
|
|
38
|
+
}
|
|
39
|
+
if (this.bh != null) {
|
|
40
|
+
this.an(3, this.bh);
|
|
41
|
+
}
|
|
40
42
|
}
|
|
41
43
|
}
|
|
42
44
|
get bk() {
|
|
@@ -86,11 +86,13 @@ export let NativeUIGrid = /*@__PURE__*/ (() => {
|
|
|
86
86
|
set bq(a) {
|
|
87
87
|
let b = this.bp;
|
|
88
88
|
this.bp = a;
|
|
89
|
-
if (this.bp !=
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
this.
|
|
89
|
+
if (this.bp != b) {
|
|
90
|
+
if (b != null) {
|
|
91
|
+
this.ay(1, b);
|
|
92
|
+
}
|
|
93
|
+
if (this.bp != null) {
|
|
94
|
+
this.an(1, this.bp);
|
|
95
|
+
}
|
|
94
96
|
}
|
|
95
97
|
}
|
|
96
98
|
}
|
|
@@ -50,11 +50,13 @@ export let NativeUIInput = /*@__PURE__*/ (() => {
|
|
|
50
50
|
set bl(a) {
|
|
51
51
|
let b = this.bk;
|
|
52
52
|
this.bk = a;
|
|
53
|
-
if (this.bk !=
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
this.
|
|
53
|
+
if (this.bk != b) {
|
|
54
|
+
if (b != null) {
|
|
55
|
+
this.ay(0, b);
|
|
56
|
+
}
|
|
57
|
+
if (this.bk != null) {
|
|
58
|
+
this.an(0, this.bk);
|
|
59
|
+
}
|
|
58
60
|
}
|
|
59
61
|
}
|
|
60
62
|
get bn() {
|
|
@@ -102,11 +102,13 @@ export let NativeUIPopup = /*@__PURE__*/ (() => {
|
|
|
102
102
|
set bs(a) {
|
|
103
103
|
let b = this.br;
|
|
104
104
|
this.br = a;
|
|
105
|
-
if (this.br !=
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
this.
|
|
105
|
+
if (this.br != b) {
|
|
106
|
+
if (b != null) {
|
|
107
|
+
this.ay(5, b);
|
|
108
|
+
}
|
|
109
|
+
if (this.br != null) {
|
|
110
|
+
this.an(5, this.br);
|
|
111
|
+
}
|
|
110
112
|
}
|
|
111
113
|
}
|
|
112
114
|
get bq() {
|
|
@@ -115,11 +117,13 @@ export let NativeUIPopup = /*@__PURE__*/ (() => {
|
|
|
115
117
|
set bq(a) {
|
|
116
118
|
let b = this.bp;
|
|
117
119
|
this.bp = a;
|
|
118
|
-
if (this.bp !=
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
this.
|
|
120
|
+
if (this.bp != b) {
|
|
121
|
+
if (b != null) {
|
|
122
|
+
this.ay(6, b);
|
|
123
|
+
}
|
|
124
|
+
if (this.bp != null) {
|
|
125
|
+
this.an(6, this.bp);
|
|
126
|
+
}
|
|
123
127
|
}
|
|
124
128
|
}
|
|
125
129
|
b5(a, b, c) {
|
|
@@ -53,11 +53,13 @@ export let NativeUISlider = /*@__PURE__*/ (() => {
|
|
|
53
53
|
set bi(a) {
|
|
54
54
|
let b = this.bg;
|
|
55
55
|
this.bg = a;
|
|
56
|
-
if (this.bg !=
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
this.
|
|
56
|
+
if (this.bg != b) {
|
|
57
|
+
if (b != null) {
|
|
58
|
+
this.ay(4, b);
|
|
59
|
+
}
|
|
60
|
+
if (this.bg != null) {
|
|
61
|
+
this.an(4, this.bg);
|
|
62
|
+
}
|
|
61
63
|
}
|
|
62
64
|
}
|
|
63
65
|
get bj() {
|
|
@@ -66,11 +68,13 @@ export let NativeUISlider = /*@__PURE__*/ (() => {
|
|
|
66
68
|
set bj(a) {
|
|
67
69
|
let b = this.bh;
|
|
68
70
|
this.bh = a;
|
|
69
|
-
if (this.bh !=
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
this.
|
|
71
|
+
if (this.bh != b) {
|
|
72
|
+
if (b != null) {
|
|
73
|
+
this.ay(0, b);
|
|
74
|
+
}
|
|
75
|
+
if (this.bh != null) {
|
|
76
|
+
this.an(0, this.bh);
|
|
77
|
+
}
|
|
74
78
|
}
|
|
75
79
|
}
|
|
76
80
|
}
|