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
|
@@ -23,20 +23,20 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23
23
|
function RearrangedListView(a) {
|
|
24
24
|
var _this = _super.call(this) || this;
|
|
25
25
|
_this.n = null;
|
|
26
|
-
_this.
|
|
26
|
+
_this.a5 = null;
|
|
27
27
|
_this.z = new SectionMap();
|
|
28
28
|
_this.e = null;
|
|
29
29
|
_this.a = null;
|
|
30
30
|
_this.b = null;
|
|
31
31
|
_this.c = null;
|
|
32
32
|
_this.d = null;
|
|
33
|
+
_this.a9 = 0;
|
|
33
34
|
_this.a8 = 0;
|
|
34
|
-
_this.a7 = 0;
|
|
35
35
|
_this.am = false;
|
|
36
36
|
_this.as = false;
|
|
37
37
|
_this.o = null;
|
|
38
|
+
_this.a1 = null;
|
|
38
39
|
_this.a0 = null;
|
|
39
|
-
_this.az = null;
|
|
40
40
|
_this.s = null;
|
|
41
41
|
_this.aa = null;
|
|
42
42
|
_this.ac = null;
|
|
@@ -50,15 +50,16 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50
50
|
_this.av = false;
|
|
51
51
|
_this.au = false;
|
|
52
52
|
_this.aw = false;
|
|
53
|
+
_this.ax = false;
|
|
53
54
|
_this.ah = false;
|
|
54
|
-
_this.
|
|
55
|
-
_this.
|
|
55
|
+
_this.a4 = new List$1(Array_$type, 0);
|
|
56
|
+
_this.az = new Dictionary$2(String_$type, Boolean_$type, 0);
|
|
56
57
|
_this.n = a;
|
|
57
58
|
return _this;
|
|
58
59
|
}
|
|
59
|
-
Object.defineProperty(RearrangedListView.prototype, "
|
|
60
|
+
Object.defineProperty(RearrangedListView.prototype, "bl", {
|
|
60
61
|
get: function () {
|
|
61
|
-
return this.
|
|
62
|
+
return this.a8;
|
|
62
63
|
},
|
|
63
64
|
enumerable: false,
|
|
64
65
|
configurable: true
|
|
@@ -70,9 +71,9 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70
71
|
enumerable: false,
|
|
71
72
|
configurable: true
|
|
72
73
|
});
|
|
73
|
-
Object.defineProperty(RearrangedListView.prototype, "
|
|
74
|
+
Object.defineProperty(RearrangedListView.prototype, "a7", {
|
|
74
75
|
get: function () {
|
|
75
|
-
return this.
|
|
76
|
+
return this.a5;
|
|
76
77
|
},
|
|
77
78
|
enumerable: false,
|
|
78
79
|
configurable: true
|
|
@@ -103,22 +104,22 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
103
104
|
enumerable: false,
|
|
104
105
|
configurable: true
|
|
105
106
|
});
|
|
106
|
-
Object.defineProperty(RearrangedListView.prototype, "
|
|
107
|
+
Object.defineProperty(RearrangedListView.prototype, "a3", {
|
|
107
108
|
get: function () {
|
|
108
|
-
return this.
|
|
109
|
+
return this.a1;
|
|
109
110
|
},
|
|
110
111
|
set: function (a) {
|
|
111
|
-
this.
|
|
112
|
+
this.a1 = a;
|
|
112
113
|
},
|
|
113
114
|
enumerable: false,
|
|
114
115
|
configurable: true
|
|
115
116
|
});
|
|
116
|
-
Object.defineProperty(RearrangedListView.prototype, "
|
|
117
|
+
Object.defineProperty(RearrangedListView.prototype, "a2", {
|
|
117
118
|
get: function () {
|
|
118
|
-
return this.
|
|
119
|
+
return this.a0;
|
|
119
120
|
},
|
|
120
121
|
set: function (a) {
|
|
121
|
-
this.
|
|
122
|
+
this.a0 = a;
|
|
122
123
|
},
|
|
123
124
|
enumerable: false,
|
|
124
125
|
configurable: true
|
|
@@ -176,29 +177,29 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
176
177
|
enumerable: false,
|
|
177
178
|
configurable: true
|
|
178
179
|
});
|
|
179
|
-
RearrangedListView.prototype.
|
|
180
|
+
RearrangedListView.prototype.b7 = function () {
|
|
180
181
|
var _this = this;
|
|
181
|
-
if (this.
|
|
182
|
-
this.
|
|
182
|
+
if (this.a5 == this.n || this.a5 == null) {
|
|
183
|
+
this.a5 = new List$1(Base.$, 0);
|
|
183
184
|
}
|
|
184
|
-
this.
|
|
185
|
+
this.a5.clear();
|
|
185
186
|
if (!this.aq) {
|
|
186
|
-
this.
|
|
187
|
+
this.az.clear();
|
|
187
188
|
}
|
|
188
189
|
if (this.n == null) {
|
|
189
190
|
return;
|
|
190
191
|
}
|
|
191
192
|
var a = this.n.actualCount;
|
|
192
|
-
this.
|
|
193
|
-
this.
|
|
194
|
-
this.
|
|
193
|
+
this.a8 = 0;
|
|
194
|
+
this.a9 = this.bb();
|
|
195
|
+
this.bs(null);
|
|
195
196
|
var b = this.ag.k.count > 0 && this.l != 2 && this.l != 3;
|
|
196
197
|
if (this.s == null) {
|
|
197
198
|
for (var c = 0; c < a; c++) {
|
|
198
199
|
var d = this.n.getItemAtIndex(c);
|
|
199
|
-
this.
|
|
200
|
+
this.a5.add1(d);
|
|
200
201
|
if (b) {
|
|
201
|
-
this.
|
|
202
|
+
this.br(null, d);
|
|
202
203
|
}
|
|
203
204
|
}
|
|
204
205
|
}
|
|
@@ -206,22 +207,22 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
206
207
|
for (var e = 0; e < a; e++) {
|
|
207
208
|
var f = this.n.getItemAtIndex(e);
|
|
208
209
|
if (this.s(f)) {
|
|
209
|
-
this.
|
|
210
|
+
this.a5.add1(f);
|
|
210
211
|
if (b) {
|
|
211
|
-
this.
|
|
212
|
+
this.br(null, f);
|
|
212
213
|
}
|
|
213
214
|
}
|
|
214
215
|
}
|
|
215
216
|
}
|
|
216
|
-
this.
|
|
217
|
-
if (this.
|
|
218
|
-
this.
|
|
217
|
+
this.bv(null);
|
|
218
|
+
if (this.a1 != null) {
|
|
219
|
+
this.a5.z(this.a1);
|
|
219
220
|
}
|
|
220
221
|
this.ah = false;
|
|
221
222
|
this.z.v();
|
|
222
223
|
if (this.ae != null && this.ae.k.count > 0) {
|
|
223
224
|
this.ah = true;
|
|
224
|
-
this.
|
|
225
|
+
this.b2();
|
|
225
226
|
}
|
|
226
227
|
else {
|
|
227
228
|
this.z.t.add(((function () {
|
|
@@ -230,33 +231,33 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
230
231
|
$ret.e = null;
|
|
231
232
|
$ret.f = null;
|
|
232
233
|
$ret.af = 0;
|
|
233
|
-
$ret.ad = _this.
|
|
234
|
+
$ret.ad = _this.a5.count;
|
|
234
235
|
$ret.c = new Array(0);
|
|
235
236
|
$ret.d = new Array(1);
|
|
236
237
|
return $ret;
|
|
237
238
|
})()));
|
|
238
239
|
}
|
|
239
|
-
if (b) {
|
|
240
|
-
this.
|
|
240
|
+
if (this.ax && b) {
|
|
241
|
+
this.bx(this.e);
|
|
241
242
|
}
|
|
242
243
|
var g = this.p;
|
|
243
244
|
var h = new List$1(Base.$, 0);
|
|
244
|
-
if (this.
|
|
245
|
+
if (this.a4.count > 0 && this.aw) {
|
|
245
246
|
if (!this.ah) {
|
|
246
247
|
var i = this.z.t._inner[0];
|
|
247
|
-
for (var j = 0; j < this.
|
|
248
|
-
var k = this.m.indexOfKey(this.
|
|
248
|
+
for (var j = 0; j < this.a4.count; j++) {
|
|
249
|
+
var k = this.m.indexOfKey(this.a4._inner[j]);
|
|
249
250
|
if (k != -1) {
|
|
250
|
-
this.
|
|
251
|
+
this.bk(i, this.a5._inner[k], j);
|
|
251
252
|
}
|
|
252
253
|
}
|
|
253
254
|
}
|
|
254
255
|
else {
|
|
255
|
-
for (var l = 0; l < this.
|
|
256
|
-
var m = this.m.indexOfKey(this.
|
|
256
|
+
for (var l = 0; l < this.a4.count; l++) {
|
|
257
|
+
var m = this.m.indexOfKey(this.a4._inner[l]);
|
|
257
258
|
if (m != -1) {
|
|
258
259
|
var n = this.z.e(m);
|
|
259
|
-
this.
|
|
260
|
+
this.bk(n, this.a5._inner[m], l);
|
|
260
261
|
}
|
|
261
262
|
}
|
|
262
263
|
}
|
|
@@ -265,29 +266,29 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
265
266
|
this.ab.notifyClearItems();
|
|
266
267
|
}
|
|
267
268
|
};
|
|
268
|
-
RearrangedListView.prototype.
|
|
269
|
+
RearrangedListView.prototype.bm = function (a, b) {
|
|
269
270
|
var c = null;
|
|
270
271
|
if (a.p) {
|
|
271
272
|
if (b) {
|
|
272
273
|
var d = a.af + a.v() + a.ah + a.aa;
|
|
273
|
-
c = this.
|
|
274
|
+
c = this.a5._inner[d];
|
|
274
275
|
}
|
|
275
276
|
else {
|
|
276
277
|
var e = a.ad - a.u - a.ag;
|
|
277
|
-
c = this.
|
|
278
|
+
c = this.a5._inner[e];
|
|
278
279
|
}
|
|
279
280
|
}
|
|
280
281
|
return c;
|
|
281
282
|
};
|
|
282
|
-
Object.defineProperty(RearrangedListView.prototype, "
|
|
283
|
+
Object.defineProperty(RearrangedListView.prototype, "a6", {
|
|
283
284
|
get: function () {
|
|
284
285
|
return this.z.t;
|
|
285
286
|
},
|
|
286
287
|
enumerable: false,
|
|
287
288
|
configurable: true
|
|
288
289
|
});
|
|
289
|
-
RearrangedListView.prototype.
|
|
290
|
-
if (this.
|
|
290
|
+
RearrangedListView.prototype.b2 = function () {
|
|
291
|
+
if (this.a5.count == 0) {
|
|
291
292
|
return;
|
|
292
293
|
}
|
|
293
294
|
var a = dateNow();
|
|
@@ -311,47 +312,47 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
311
312
|
var i = null;
|
|
312
313
|
var j = null;
|
|
313
314
|
if (this.m.isSectionContentVisible || !this.av) {
|
|
314
|
-
for (var k = 0; k < this.
|
|
315
|
-
var l = this.
|
|
315
|
+
for (var k = 0; k < this.a5.count; k++) {
|
|
316
|
+
var l = this.a5._inner[k];
|
|
316
317
|
if (l == null) {
|
|
317
318
|
continue;
|
|
318
319
|
}
|
|
319
320
|
if (i == null) {
|
|
320
321
|
var m = this.x(k, l, c);
|
|
321
|
-
k += this.
|
|
322
|
-
this.
|
|
322
|
+
k += this.bd(m, k, b, c, true);
|
|
323
|
+
this.bt(m, true, g);
|
|
323
324
|
this.z.z(m, 1);
|
|
324
|
-
this.
|
|
325
|
+
this.br(m, l);
|
|
325
326
|
j = l;
|
|
326
327
|
}
|
|
327
328
|
else {
|
|
328
|
-
if (this.
|
|
329
|
+
if (this.a2.compare(i, l) != 0) {
|
|
329
330
|
var n = this.z.t._inner[this.z.t.count - 1];
|
|
330
331
|
if (n.q) {
|
|
331
|
-
k += this.
|
|
332
|
+
k += this.bc(k, j, b, c);
|
|
332
333
|
}
|
|
333
|
-
this.
|
|
334
|
+
this.bu(k - 1, j, b);
|
|
334
335
|
var o = this.x(k, l, c);
|
|
335
|
-
this.
|
|
336
|
-
var p = this.
|
|
336
|
+
this.bt(o, false, g);
|
|
337
|
+
var p = this.bd(o, k, b, c, true);
|
|
337
338
|
k += p;
|
|
338
339
|
o.q = this.z.r(o);
|
|
339
340
|
this.z.z(o, 1);
|
|
340
|
-
this.
|
|
341
|
+
this.br(o, l);
|
|
341
342
|
j = l;
|
|
342
343
|
}
|
|
343
344
|
else {
|
|
344
345
|
var q = this.z.t._inner[this.z.t.count - 1];
|
|
345
346
|
this.z.z(q, 1);
|
|
346
|
-
this.
|
|
347
|
+
this.br(q, l);
|
|
347
348
|
}
|
|
348
349
|
}
|
|
349
|
-
if (k == this.
|
|
350
|
+
if (k == this.a5.count - 1) {
|
|
350
351
|
var r = this.z.t._inner[this.z.t.count - 1];
|
|
351
352
|
if (r.q) {
|
|
352
|
-
k += this.
|
|
353
|
+
k += this.bc(k + 1, j, b, c);
|
|
353
354
|
}
|
|
354
|
-
this.
|
|
355
|
+
this.bu(k, j, b);
|
|
355
356
|
}
|
|
356
357
|
i = l;
|
|
357
358
|
}
|
|
@@ -384,7 +385,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
384
385
|
}
|
|
385
386
|
}
|
|
386
387
|
}
|
|
387
|
-
this.
|
|
388
|
+
this.by();
|
|
388
389
|
for (var w = 0; w < this.z.t.count; w++) {
|
|
389
390
|
var x = this.z.t._inner[w];
|
|
390
391
|
if (this.av) {
|
|
@@ -401,7 +402,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
401
402
|
y = ab + x.d[x.d.length - 1];
|
|
402
403
|
}
|
|
403
404
|
}
|
|
404
|
-
this.
|
|
405
|
+
this.a5.v(x.af, y);
|
|
405
406
|
this.z.ae(x.ae);
|
|
406
407
|
this.z.ab(x, -y, -y);
|
|
407
408
|
w--;
|
|
@@ -417,7 +418,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
417
418
|
}
|
|
418
419
|
var af = x.af + ac + 1;
|
|
419
420
|
var ag = x.d[x.d.length - 1];
|
|
420
|
-
this.
|
|
421
|
+
this.a5.v(af, ag);
|
|
421
422
|
x.ad -= ag;
|
|
422
423
|
this.z.ac(x, -ag, -ag);
|
|
423
424
|
}
|
|
@@ -425,44 +426,44 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
425
426
|
}
|
|
426
427
|
}
|
|
427
428
|
else {
|
|
428
|
-
for (var ah = 0; ah < this.
|
|
429
|
-
var ai = this.
|
|
429
|
+
for (var ah = 0; ah < this.a5.count; ah++) {
|
|
430
|
+
var ai = this.a5._inner[ah];
|
|
430
431
|
if (ai == null) {
|
|
431
432
|
continue;
|
|
432
433
|
}
|
|
433
434
|
if (i == null) {
|
|
434
435
|
var aj = this.x(ah, ai, c);
|
|
435
|
-
this.
|
|
436
|
-
this.
|
|
436
|
+
this.be(h, aj, ai, b, c, true);
|
|
437
|
+
this.bt(aj, true, g);
|
|
437
438
|
this.z.z(aj, 1);
|
|
438
|
-
this.
|
|
439
|
+
this.br(aj, ai);
|
|
439
440
|
j = ai;
|
|
440
441
|
}
|
|
441
442
|
else {
|
|
442
|
-
if (this.
|
|
443
|
+
if (this.a2.compare(i, ai) != 0) {
|
|
443
444
|
var ak = this.z.t._inner[this.z.t.count - 1];
|
|
444
|
-
this.
|
|
445
|
+
this.bu(h.count - 1, j, b);
|
|
445
446
|
var al = this.x(ah, ai, c);
|
|
446
|
-
this.
|
|
447
|
-
this.
|
|
447
|
+
this.bt(al, false, g);
|
|
448
|
+
this.be(h, al, ai, b, c, true);
|
|
448
449
|
al.q = this.z.r(al);
|
|
449
450
|
this.z.z(al, 1);
|
|
450
|
-
this.
|
|
451
|
+
this.br(al, ai);
|
|
451
452
|
j = ai;
|
|
452
453
|
}
|
|
453
454
|
else {
|
|
454
455
|
var am = this.z.t._inner[this.z.t.count - 1];
|
|
455
456
|
this.z.z(am, 1);
|
|
456
|
-
this.
|
|
457
|
+
this.br(am, ai);
|
|
457
458
|
}
|
|
458
459
|
}
|
|
459
|
-
if (ah == this.
|
|
460
|
+
if (ah == this.a5.count - 1) {
|
|
460
461
|
var an = this.z.t._inner[this.z.t.count - 1];
|
|
461
|
-
this.
|
|
462
|
+
this.bu(ah, j, b);
|
|
462
463
|
}
|
|
463
464
|
i = ai;
|
|
464
465
|
}
|
|
465
|
-
this.
|
|
466
|
+
this.a5 = h;
|
|
466
467
|
}
|
|
467
468
|
for (var ao = 0; ao < this.b.length; ao++) {
|
|
468
469
|
this.a[ao] = null;
|
|
@@ -471,7 +472,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
471
472
|
this.c = null;
|
|
472
473
|
var ap = dateNow();
|
|
473
474
|
};
|
|
474
|
-
RearrangedListView.prototype.
|
|
475
|
+
RearrangedListView.prototype.bt = function (a, b, c) {
|
|
475
476
|
if (b) {
|
|
476
477
|
for (var d = 0; d < this.b.length; d++) {
|
|
477
478
|
this.b[d] = a;
|
|
@@ -559,7 +560,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
559
560
|
}
|
|
560
561
|
}
|
|
561
562
|
};
|
|
562
|
-
RearrangedListView.prototype.
|
|
563
|
+
RearrangedListView.prototype.bb = function () {
|
|
563
564
|
var a = 0;
|
|
564
565
|
var b = new Dictionary$2(String_$type, Number_$type, 0);
|
|
565
566
|
for (var c = 0; c < this.ag.k.count; c++) {
|
|
@@ -576,7 +577,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
576
577
|
}
|
|
577
578
|
return a;
|
|
578
579
|
};
|
|
579
|
-
RearrangedListView.prototype.
|
|
580
|
+
RearrangedListView.prototype.be = function (a, b, c, d, e, f) {
|
|
580
581
|
var g = 0;
|
|
581
582
|
if (this.av) {
|
|
582
583
|
if (this.m.sectionHeaderDisplayMode == 0) {
|
|
@@ -584,7 +585,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
584
585
|
this.z.y();
|
|
585
586
|
g++;
|
|
586
587
|
if (b != null) {
|
|
587
|
-
var h = this.
|
|
588
|
+
var h = this.bn(b);
|
|
588
589
|
b.a[0] = h;
|
|
589
590
|
b.c[0] = this.al(h);
|
|
590
591
|
b.b[0] = (a.count - 1) - b.af;
|
|
@@ -598,7 +599,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
598
599
|
g++;
|
|
599
600
|
this.z.y();
|
|
600
601
|
if (b != null) {
|
|
601
|
-
var l = this.
|
|
602
|
+
var l = this.bo(b, i);
|
|
602
603
|
b.a[i] = l;
|
|
603
604
|
b.c[i] = this.al(l);
|
|
604
605
|
b.b[i] = k - b.af;
|
|
@@ -616,16 +617,16 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
616
617
|
}
|
|
617
618
|
return g;
|
|
618
619
|
};
|
|
619
|
-
RearrangedListView.prototype.
|
|
620
|
+
RearrangedListView.prototype.bd = function (a, b, c, d, e) {
|
|
620
621
|
var f = 0;
|
|
621
622
|
if (this.av) {
|
|
622
|
-
var g = this.
|
|
623
|
+
var g = this.a5._inner[b];
|
|
623
624
|
if (this.m.sectionHeaderDisplayMode == 0) {
|
|
624
625
|
if (this.ao(b, 0, g, c, d, e)) {
|
|
625
626
|
this.z.y();
|
|
626
627
|
f++;
|
|
627
628
|
if (a != null) {
|
|
628
|
-
var h = this.
|
|
629
|
+
var h = this.bn(a);
|
|
629
630
|
a.a[0] = h;
|
|
630
631
|
a.c[0] = this.al(h);
|
|
631
632
|
a.b[0] = b - a.af;
|
|
@@ -639,7 +640,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
639
640
|
f++;
|
|
640
641
|
this.z.y();
|
|
641
642
|
if (a != null) {
|
|
642
|
-
var l = this.
|
|
643
|
+
var l = this.bo(a, i);
|
|
643
644
|
a.a[i] = l;
|
|
644
645
|
a.c[i] = this.al(l);
|
|
645
646
|
a.b[i] = k - a.af;
|
|
@@ -684,7 +685,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
684
685
|
this.a[b] = g;
|
|
685
686
|
}
|
|
686
687
|
}
|
|
687
|
-
this.
|
|
688
|
+
this.a5.insert1(a, g);
|
|
688
689
|
return true;
|
|
689
690
|
};
|
|
690
691
|
RearrangedListView.prototype.an = function (a, b, c, d, e, f) {
|
|
@@ -717,17 +718,17 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
717
718
|
a.add1(g);
|
|
718
719
|
return true;
|
|
719
720
|
};
|
|
720
|
-
RearrangedListView.prototype.
|
|
721
|
+
RearrangedListView.prototype.bc = function (a, b, c, d) {
|
|
721
722
|
var e = 0;
|
|
722
723
|
if (this.au) {
|
|
723
724
|
if (this.m.sectionHeaderDisplayMode == 0) {
|
|
724
|
-
this.
|
|
725
|
+
this.bw(a, 0, b, c, d);
|
|
725
726
|
e++;
|
|
726
727
|
}
|
|
727
728
|
else if (this.m.sectionHeaderDisplayMode == 1) {
|
|
728
729
|
for (var f = d.length - 1; f >= 0; f--) {
|
|
729
730
|
if (this.z.t._inner[this.z.t.count - 1].c[f]) {
|
|
730
|
-
this.
|
|
731
|
+
this.bw(a, f, b, c, [d[f]]);
|
|
731
732
|
a++;
|
|
732
733
|
e++;
|
|
733
734
|
}
|
|
@@ -736,7 +737,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
736
737
|
}
|
|
737
738
|
return e;
|
|
738
739
|
};
|
|
739
|
-
RearrangedListView.prototype.
|
|
740
|
+
RearrangedListView.prototype.bw = function (a, b, c, d, e) {
|
|
740
741
|
var f = new DataSourceSpecialRow();
|
|
741
742
|
f.level = b;
|
|
742
743
|
for (var g = 0; g < d.length; g++) {
|
|
@@ -746,7 +747,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
746
747
|
}
|
|
747
748
|
}
|
|
748
749
|
f.rowType = 2;
|
|
749
|
-
this.
|
|
750
|
+
this.a5.insert1(a, f);
|
|
750
751
|
};
|
|
751
752
|
RearrangedListView.prototype.q = function (a, b, c) {
|
|
752
753
|
var d = this.r(b, 0, c, 5);
|
|
@@ -768,16 +769,16 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
768
769
|
$ret.summaryResults = c;
|
|
769
770
|
return $ret;
|
|
770
771
|
})());
|
|
771
|
-
this.
|
|
772
|
+
this.a5.insert1(a, e);
|
|
772
773
|
return e;
|
|
773
774
|
};
|
|
774
|
-
RearrangedListView.prototype.
|
|
775
|
+
RearrangedListView.prototype.bg = function (a, b, c) {
|
|
775
776
|
var d = a.v();
|
|
776
777
|
var e = a.af + a.ah + a.aa;
|
|
777
778
|
if (this.av) {
|
|
778
779
|
e += d;
|
|
779
780
|
}
|
|
780
|
-
this.
|
|
781
|
+
this.bi(e, a.c.length, b);
|
|
781
782
|
a.aa++;
|
|
782
783
|
a.ad++;
|
|
783
784
|
a.t++;
|
|
@@ -786,37 +787,37 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
786
787
|
}
|
|
787
788
|
return e;
|
|
788
789
|
};
|
|
789
|
-
RearrangedListView.prototype.
|
|
790
|
+
RearrangedListView.prototype.bh = function (a, b, c) {
|
|
790
791
|
var d = a.v();
|
|
791
792
|
if (this.av) {
|
|
792
793
|
b += d;
|
|
793
794
|
}
|
|
794
|
-
this.
|
|
795
|
+
this.bi(b, a.c.length, c);
|
|
795
796
|
a.aa++;
|
|
796
797
|
a.ad++;
|
|
797
798
|
a.t++;
|
|
798
799
|
this.z.ac(a, 1, 1);
|
|
799
800
|
return b;
|
|
800
801
|
};
|
|
801
|
-
RearrangedListView.prototype.
|
|
802
|
+
RearrangedListView.prototype.bi = function (a, b, c) {
|
|
802
803
|
var d = new DataSourceSpecialRow();
|
|
803
804
|
d.rowType = 3;
|
|
804
805
|
d.targetRow = c;
|
|
805
806
|
d.level = b;
|
|
806
|
-
this.
|
|
807
|
+
this.a5.insert1(a, d);
|
|
807
808
|
return a + 1;
|
|
808
809
|
};
|
|
809
|
-
RearrangedListView.prototype.
|
|
810
|
+
RearrangedListView.prototype.bj = function (a, b) {
|
|
810
811
|
var c = -1;
|
|
811
|
-
for (var d = 0; d < this.
|
|
812
|
-
if (this.p.i(b, this.
|
|
812
|
+
for (var d = 0; d < this.a4.count; d++) {
|
|
813
|
+
if (this.p.i(b, this.a4._inner[d]) == 0) {
|
|
813
814
|
c = d;
|
|
814
815
|
break;
|
|
815
816
|
}
|
|
816
817
|
}
|
|
817
|
-
return this.
|
|
818
|
+
return this.bk(a, b, c);
|
|
818
819
|
};
|
|
819
|
-
RearrangedListView.prototype.
|
|
820
|
+
RearrangedListView.prototype.bk = function (a, b, c) {
|
|
820
821
|
var d = -1;
|
|
821
822
|
if (c != -1) {
|
|
822
823
|
var e = a.af;
|
|
@@ -824,26 +825,26 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
824
825
|
var g = false;
|
|
825
826
|
for (var h = e; h < f; h++) {
|
|
826
827
|
var i = this.av ? h + 1 : h;
|
|
827
|
-
var j = typeCast(DataSourceSpecialRow.$, this.
|
|
828
|
+
var j = typeCast(DataSourceSpecialRow.$, this.a5._inner[i]);
|
|
828
829
|
if (j.targetRow != null) {
|
|
829
|
-
if (this.
|
|
830
|
-
var k = this.
|
|
830
|
+
if (this.a1 != null) {
|
|
831
|
+
var k = this.a1.compare(b, j.targetRow);
|
|
831
832
|
if (k == 0 || k < 0) {
|
|
832
|
-
d = this.
|
|
833
|
+
d = this.bh(a, h, b);
|
|
833
834
|
g = true;
|
|
834
835
|
break;
|
|
835
836
|
}
|
|
836
837
|
}
|
|
837
838
|
else {
|
|
838
839
|
var l = -1;
|
|
839
|
-
for (var m = 0; m < this.
|
|
840
|
-
if (this.p.i(j.targetRow, this.
|
|
840
|
+
for (var m = 0; m < this.a4.count; m++) {
|
|
841
|
+
if (this.p.i(j.targetRow, this.a4._inner[m]) == 0) {
|
|
841
842
|
l = m;
|
|
842
843
|
break;
|
|
843
844
|
}
|
|
844
845
|
}
|
|
845
846
|
if (l > c) {
|
|
846
|
-
d = this.
|
|
847
|
+
d = this.bh(a, h, b);
|
|
847
848
|
g = true;
|
|
848
849
|
break;
|
|
849
850
|
}
|
|
@@ -851,39 +852,39 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
851
852
|
}
|
|
852
853
|
}
|
|
853
854
|
if (!g) {
|
|
854
|
-
d = this.
|
|
855
|
+
d = this.bg(a, b, true);
|
|
855
856
|
g = true;
|
|
856
857
|
}
|
|
857
858
|
}
|
|
858
859
|
return d;
|
|
859
860
|
};
|
|
860
|
-
RearrangedListView.prototype.
|
|
861
|
+
RearrangedListView.prototype.bx = function (a) {
|
|
861
862
|
var b = SectionData.r(a);
|
|
862
|
-
this.
|
|
863
|
+
this.a8 = b.count;
|
|
863
864
|
for (var c = 0; c < b.count; c++) {
|
|
864
865
|
var d = new Array(b._inner[c].count);
|
|
865
866
|
b._inner[c].values.copyTo(d, 0);
|
|
866
|
-
this.r(this.
|
|
867
|
+
this.r(this.a5.count, 0, d, 4);
|
|
867
868
|
}
|
|
868
869
|
};
|
|
869
|
-
RearrangedListView.prototype.
|
|
870
|
+
RearrangedListView.prototype.by = function () {
|
|
870
871
|
if (this.l == 0 || this.l == 2) {
|
|
871
872
|
for (var a = 0; a < this.z.t.count; a++) {
|
|
872
873
|
var b = this.z.t._inner[a];
|
|
873
874
|
if (!b.q) {
|
|
874
875
|
continue;
|
|
875
876
|
}
|
|
876
|
-
if (this.am) {
|
|
877
|
+
if (this.ax && this.am) {
|
|
877
878
|
if (this.as) {
|
|
878
|
-
this.
|
|
879
|
+
this.bz(b, false);
|
|
879
880
|
}
|
|
880
881
|
else {
|
|
881
|
-
this.
|
|
882
|
+
this.b0(b, false);
|
|
882
883
|
}
|
|
883
884
|
}
|
|
884
885
|
else {
|
|
885
886
|
for (var c = 0; c < b.i.length; c++) {
|
|
886
|
-
var d = this.
|
|
887
|
+
var d = this.a5._inner[b.af + b.b[c]];
|
|
887
888
|
if (d != null) {
|
|
888
889
|
d.summaryResults = b.i[c];
|
|
889
890
|
}
|
|
@@ -895,9 +896,9 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
895
896
|
}
|
|
896
897
|
}
|
|
897
898
|
};
|
|
898
|
-
RearrangedListView.prototype.
|
|
899
|
+
RearrangedListView.prototype.b0 = function (a, b) {
|
|
899
900
|
var c = 0;
|
|
900
|
-
var d = this.
|
|
901
|
+
var d = this.bm(a, !this.as);
|
|
901
902
|
for (var e = 0; e < a.i.length; e++) {
|
|
902
903
|
if (a.a[e] == null || !a.c[e]) {
|
|
903
904
|
continue;
|
|
@@ -907,7 +908,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
907
908
|
c += 1;
|
|
908
909
|
}
|
|
909
910
|
a.g[e] = new SummaryGroup();
|
|
910
|
-
a.g[e].a = new Array(this.
|
|
911
|
+
a.g[e].a = new Array(this.a9);
|
|
911
912
|
for (var g = 0; g < f.count; g++) {
|
|
912
913
|
var h = new Array(f._inner[g].count);
|
|
913
914
|
f._inner[g].values.copyTo(h, 0);
|
|
@@ -933,7 +934,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
933
934
|
c += f.count;
|
|
934
935
|
}
|
|
935
936
|
};
|
|
936
|
-
RearrangedListView.prototype.
|
|
937
|
+
RearrangedListView.prototype.bf = function (a, b, c) {
|
|
937
938
|
var d = a.h[b];
|
|
938
939
|
var e = SectionData.r(a.i[b]);
|
|
939
940
|
for (var f = 0; f < e.count; f++) {
|
|
@@ -950,7 +951,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
950
951
|
for (var l = d + f - 1; l >= 0; l--) {
|
|
951
952
|
var m = this.m.getRowType(l);
|
|
952
953
|
if (m == 0 || m == 1) {
|
|
953
|
-
j = this.
|
|
954
|
+
j = this.a5._inner[l];
|
|
954
955
|
k = m;
|
|
955
956
|
break;
|
|
956
957
|
}
|
|
@@ -975,7 +976,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
975
976
|
}
|
|
976
977
|
return e.count;
|
|
977
978
|
};
|
|
978
|
-
RearrangedListView.prototype.
|
|
979
|
+
RearrangedListView.prototype.bz = function (a, b) {
|
|
979
980
|
for (var c = 0; c < a.i.length; c++) {
|
|
980
981
|
if (!a.c[c]) {
|
|
981
982
|
break;
|
|
@@ -984,8 +985,8 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
984
985
|
continue;
|
|
985
986
|
}
|
|
986
987
|
a.g[c] = new SummaryGroup();
|
|
987
|
-
a.g[c].a = new Array(this.
|
|
988
|
-
var d = this.
|
|
988
|
+
a.g[c].a = new Array(this.a9);
|
|
989
|
+
var d = this.bf(a, c, b);
|
|
989
990
|
}
|
|
990
991
|
};
|
|
991
992
|
RearrangedListView.prototype.f = function () {
|
|
@@ -1010,47 +1011,47 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1010
1011
|
}
|
|
1011
1012
|
return a;
|
|
1012
1013
|
};
|
|
1013
|
-
RearrangedListView.prototype.
|
|
1014
|
+
RearrangedListView.prototype.bu = function (a, b, c) {
|
|
1014
1015
|
this.z.x(a);
|
|
1015
1016
|
};
|
|
1016
1017
|
RearrangedListView.prototype.x = function (a, b, c) {
|
|
1017
1018
|
return this.z.i(a, this.m, b, c, this.m.sectionHeaderDisplayMode, this.ar);
|
|
1018
1019
|
};
|
|
1019
|
-
RearrangedListView.prototype.
|
|
1020
|
-
this.
|
|
1020
|
+
RearrangedListView.prototype.cc = function (a) {
|
|
1021
|
+
this.a4 = new List$1(Array_$type, 0);
|
|
1021
1022
|
for (var b = 0; b < a.count; b++) {
|
|
1022
|
-
this.
|
|
1023
|
+
this.a4.add(a._inner[b]);
|
|
1023
1024
|
}
|
|
1024
1025
|
};
|
|
1025
|
-
RearrangedListView.prototype.
|
|
1026
|
-
this.
|
|
1026
|
+
RearrangedListView.prototype.b3 = function () {
|
|
1027
|
+
this.a5.clear();
|
|
1027
1028
|
if (this.ab != null) {
|
|
1028
1029
|
this.ab.notifyClearItems();
|
|
1029
1030
|
}
|
|
1030
1031
|
};
|
|
1031
1032
|
RearrangedListView.prototype.notifySetItem = function (a, b, c) {
|
|
1032
|
-
if (this.
|
|
1033
|
-
this.
|
|
1034
|
-
this.
|
|
1033
|
+
if (this.a1 != null) {
|
|
1034
|
+
this.b9(b);
|
|
1035
|
+
this.bp(c);
|
|
1035
1036
|
}
|
|
1036
1037
|
else {
|
|
1037
|
-
this.
|
|
1038
|
-
this.
|
|
1038
|
+
this.ca(a, b);
|
|
1039
|
+
this.bq(a, c);
|
|
1039
1040
|
}
|
|
1040
1041
|
};
|
|
1041
|
-
RearrangedListView.prototype.
|
|
1042
|
-
if (!this.
|
|
1042
|
+
RearrangedListView.prototype.bq = function (a, b) {
|
|
1043
|
+
if (!this.ay(b)) {
|
|
1043
1044
|
return;
|
|
1044
1045
|
}
|
|
1045
|
-
var c = this.
|
|
1046
|
-
this.
|
|
1046
|
+
var c = this.ba(a);
|
|
1047
|
+
this.b4(c, b);
|
|
1047
1048
|
};
|
|
1048
|
-
RearrangedListView.prototype.
|
|
1049
|
-
this.
|
|
1050
|
-
this.
|
|
1051
|
-
this.
|
|
1049
|
+
RearrangedListView.prototype.b4 = function (a, b) {
|
|
1050
|
+
this.b1(a, b);
|
|
1051
|
+
this.cf(a, b);
|
|
1052
|
+
this.ck(a, b);
|
|
1052
1053
|
};
|
|
1053
|
-
RearrangedListView.prototype.
|
|
1054
|
+
RearrangedListView.prototype.b1 = function (a, b) {
|
|
1054
1055
|
if (this.ah) {
|
|
1055
1056
|
var c = this.z.e(a);
|
|
1056
1057
|
if (c == null) {
|
|
@@ -1059,7 +1060,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1059
1060
|
var d = c.v();
|
|
1060
1061
|
var e = true;
|
|
1061
1062
|
if (a >= c.af && a <= c.af + (d - 1) + c.ah + c.aa) {
|
|
1062
|
-
if (!this.ai(c, b, this.
|
|
1063
|
+
if (!this.ai(c, b, this.a5._inner[c.af])) {
|
|
1063
1064
|
c = this.z.e(c.af - 1);
|
|
1064
1065
|
if (c == null) {
|
|
1065
1066
|
c = this.z.c();
|
|
@@ -1076,7 +1077,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1076
1077
|
}
|
|
1077
1078
|
c.ad++;
|
|
1078
1079
|
this.z.ac(c, 1, 0);
|
|
1079
|
-
if (this.ai(c, b, this.
|
|
1080
|
+
if (this.ai(c, b, this.a5._inner[c.af])) {
|
|
1080
1081
|
if (!c.p) {
|
|
1081
1082
|
c.ad--;
|
|
1082
1083
|
this.z.ac(c, -1, 0);
|
|
@@ -1087,12 +1088,12 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1087
1088
|
}
|
|
1088
1089
|
}
|
|
1089
1090
|
}
|
|
1090
|
-
this.
|
|
1091
|
+
this.a5.insert1(a, b);
|
|
1091
1092
|
if (this.ab != null) {
|
|
1092
1093
|
this.ab.notifyInsertItem(a, b);
|
|
1093
1094
|
}
|
|
1094
1095
|
};
|
|
1095
|
-
RearrangedListView.prototype.
|
|
1096
|
+
RearrangedListView.prototype.cf = function (a, b) {
|
|
1096
1097
|
var c = null;
|
|
1097
1098
|
if (this.ah) {
|
|
1098
1099
|
c = this.z.e(a);
|
|
@@ -1108,23 +1109,23 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1108
1109
|
c = this.z.d();
|
|
1109
1110
|
}
|
|
1110
1111
|
}
|
|
1111
|
-
if (this.ai(c, b, this.
|
|
1112
|
+
if (this.ai(c, b, this.a5._inner[c.af])) {
|
|
1112
1113
|
this.z.z(c, 1);
|
|
1113
1114
|
if (this.aw && c.p) {
|
|
1114
|
-
var d = this.
|
|
1115
|
+
var d = this.bj(c, b);
|
|
1115
1116
|
if (d != -1 && this.ab != null) {
|
|
1116
|
-
this.ab.notifyInsertItem(d, this.
|
|
1117
|
+
this.ab.notifyInsertItem(d, this.a5._inner[d]);
|
|
1117
1118
|
}
|
|
1118
1119
|
}
|
|
1119
1120
|
}
|
|
1120
1121
|
else {
|
|
1121
1122
|
var e = this.z.e(a - 1);
|
|
1122
|
-
if (e != null && this.ai(e, b, this.
|
|
1123
|
+
if (e != null && this.ai(e, b, this.a5._inner[e.af])) {
|
|
1123
1124
|
this.z.z(e, 1);
|
|
1124
1125
|
if (this.aw && e.p) {
|
|
1125
|
-
var f = this.
|
|
1126
|
+
var f = this.bj(e, b);
|
|
1126
1127
|
if (f != -1 && this.ab != null) {
|
|
1127
|
-
this.ab.notifyInsertItem(f, this.
|
|
1128
|
+
this.ab.notifyInsertItem(f, this.a5._inner[f]);
|
|
1128
1129
|
}
|
|
1129
1130
|
}
|
|
1130
1131
|
}
|
|
@@ -1153,19 +1154,19 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1153
1154
|
}
|
|
1154
1155
|
this.z.aa(m.ae, m);
|
|
1155
1156
|
if (this.av) {
|
|
1156
|
-
var o = this.
|
|
1157
|
+
var o = this.bd(m, a, k, l, false);
|
|
1157
1158
|
m.ad += o;
|
|
1158
1159
|
h += o;
|
|
1159
|
-
i = this.
|
|
1160
|
+
i = this.a5._inner[a];
|
|
1160
1161
|
if (!g) {
|
|
1161
1162
|
c.ad--;
|
|
1162
1163
|
}
|
|
1163
1164
|
}
|
|
1164
1165
|
if (m.p) {
|
|
1165
1166
|
if (this.aw) {
|
|
1166
|
-
for (var p = 0; p < this.
|
|
1167
|
-
if (this.p.i(b, this.
|
|
1168
|
-
this.
|
|
1167
|
+
for (var p = 0; p < this.a4.count; p++) {
|
|
1168
|
+
if (this.p.i(b, this.a4._inner[p]) == 0) {
|
|
1169
|
+
this.bg(m, b, false);
|
|
1169
1170
|
h++;
|
|
1170
1171
|
break;
|
|
1171
1172
|
}
|
|
@@ -1173,21 +1174,21 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1173
1174
|
}
|
|
1174
1175
|
}
|
|
1175
1176
|
else {
|
|
1176
|
-
this.
|
|
1177
|
+
this.a5.removeAt(a + h);
|
|
1177
1178
|
m.ad--;
|
|
1178
1179
|
h--;
|
|
1179
1180
|
}
|
|
1180
1181
|
if (this.au) {
|
|
1181
|
-
var q = this.
|
|
1182
|
+
var q = this.bc(a + (h - 1), b, k, l);
|
|
1182
1183
|
if (q > 1) {
|
|
1183
1184
|
m.ad += q;
|
|
1184
1185
|
}
|
|
1185
1186
|
h += q;
|
|
1186
|
-
j = this.
|
|
1187
|
+
j = this.a5._inner[a + (h - 1)];
|
|
1187
1188
|
}
|
|
1188
1189
|
this.z.ad(m, h, h);
|
|
1189
1190
|
if (this.j == 1) {
|
|
1190
|
-
this.
|
|
1191
|
+
this.b8(m);
|
|
1191
1192
|
}
|
|
1192
1193
|
else {
|
|
1193
1194
|
if (m.a[0] != null && m.h[0] == -1) {
|
|
@@ -1208,10 +1209,10 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1208
1209
|
}
|
|
1209
1210
|
}
|
|
1210
1211
|
};
|
|
1211
|
-
RearrangedListView.prototype.
|
|
1212
|
-
var b = this.
|
|
1212
|
+
RearrangedListView.prototype.cn = function (a) {
|
|
1213
|
+
var b = this.a5.indexOf1(a);
|
|
1213
1214
|
if (b >= 0) {
|
|
1214
|
-
var c = this.
|
|
1215
|
+
var c = this.a5._inner[b - 1];
|
|
1215
1216
|
var d = typeCast(DataSourceSpecialRow.$, c);
|
|
1216
1217
|
var e = this.f();
|
|
1217
1218
|
for (var f = 0; f < e.length; f++) {
|
|
@@ -1224,7 +1225,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1224
1225
|
}
|
|
1225
1226
|
}
|
|
1226
1227
|
};
|
|
1227
|
-
RearrangedListView.prototype.
|
|
1228
|
+
RearrangedListView.prototype.b8 = function (a) {
|
|
1228
1229
|
var b = false;
|
|
1229
1230
|
var c = false;
|
|
1230
1231
|
if (a.ae > 0) {
|
|
@@ -1232,19 +1233,19 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1232
1233
|
var e = 0;
|
|
1233
1234
|
for (var f = 0, g = 0; f < a.e.length; f++, g++) {
|
|
1234
1235
|
if (!b && Base.equalsStatic(d.f[f], a.f[f])) {
|
|
1235
|
-
this.
|
|
1236
|
+
this.a5.removeAt(a.af + g);
|
|
1236
1237
|
a.ad--;
|
|
1237
1238
|
this.z.ac(a, -1, -1);
|
|
1238
1239
|
if (this.am && (this.l == 2 || this.l == 0)) {
|
|
1239
|
-
for (var h = 0; h < this.
|
|
1240
|
-
var i = typeCast(DataSourceSpecialRow.$, this.
|
|
1240
|
+
for (var h = 0; h < this.a9; h++) {
|
|
1241
|
+
var i = typeCast(DataSourceSpecialRow.$, this.a5._inner[a.af - 1]);
|
|
1241
1242
|
if (i != null && i.rowType == 5 && i.level == f + 1) {
|
|
1242
|
-
this.
|
|
1243
|
+
this.a5.removeAt(a.af - 1);
|
|
1243
1244
|
d.ad--;
|
|
1244
1245
|
this.z.ac(d, -1, -1);
|
|
1245
|
-
this.
|
|
1246
|
+
this.a5.insert1(a.ad + 1, i);
|
|
1246
1247
|
e++;
|
|
1247
|
-
this.
|
|
1248
|
+
this.cn(i);
|
|
1248
1249
|
}
|
|
1249
1250
|
}
|
|
1250
1251
|
}
|
|
@@ -1281,7 +1282,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1281
1282
|
for (var k = 0, l = 0; k < a.e.length; k++, l++) {
|
|
1282
1283
|
if (!b && Base.equalsStatic(j.f[k], a.f[k])) {
|
|
1283
1284
|
if (j.a[k] != null) {
|
|
1284
|
-
this.
|
|
1285
|
+
this.a5.removeAt(j.af + l);
|
|
1285
1286
|
j.ad--;
|
|
1286
1287
|
this.z.ac(j, -1, -1);
|
|
1287
1288
|
a.al(k, -1);
|
|
@@ -1289,13 +1290,13 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1289
1290
|
a.d[k] = j.d[k];
|
|
1290
1291
|
if (this.am && (this.l == 2 || this.l == 0)) {
|
|
1291
1292
|
var m = j.g[k].a[0];
|
|
1292
|
-
var n = this.
|
|
1293
|
+
var n = this.a5.indexOf1(m);
|
|
1293
1294
|
a.h[k] = n;
|
|
1294
1295
|
var o = this.z.e(n);
|
|
1295
1296
|
var p = j.g[k].a.length;
|
|
1296
1297
|
for (var q = 0; q < p; q++) {
|
|
1297
1298
|
j.g[k].a[q] = null;
|
|
1298
|
-
this.
|
|
1299
|
+
this.a5.removeAt(n);
|
|
1299
1300
|
o.ad--;
|
|
1300
1301
|
if (this.as) {
|
|
1301
1302
|
o.ag--;
|
|
@@ -1332,7 +1333,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1332
1333
|
if (this.ae.k.count == 0) {
|
|
1333
1334
|
return true;
|
|
1334
1335
|
}
|
|
1335
|
-
if (this.
|
|
1336
|
+
if (this.a2.compare(b, c) == 0) {
|
|
1336
1337
|
return true;
|
|
1337
1338
|
}
|
|
1338
1339
|
return false;
|
|
@@ -1356,16 +1357,16 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1356
1357
|
}
|
|
1357
1358
|
return Base.equalsStatic(a, b);
|
|
1358
1359
|
};
|
|
1359
|
-
RearrangedListView.prototype.
|
|
1360
|
-
if (this.ae.k.count == 0 && this.
|
|
1360
|
+
RearrangedListView.prototype.ba = function (a) {
|
|
1361
|
+
if (this.ae.k.count == 0 && this.a4.count == 0 && this.s == null && this.n.actualCount == this.a5.count) {
|
|
1361
1362
|
return a;
|
|
1362
1363
|
}
|
|
1363
1364
|
var b = 0;
|
|
1364
1365
|
var c = 0;
|
|
1365
|
-
var d = this.
|
|
1366
|
+
var d = this.a5.count;
|
|
1366
1367
|
while (b < a && c < d) {
|
|
1367
1368
|
while (c < d) {
|
|
1368
|
-
var e = this.
|
|
1369
|
+
var e = this.a5._inner[c];
|
|
1369
1370
|
var f = false;
|
|
1370
1371
|
var viewItem_ = e;
|
|
1371
1372
|
if ((viewItem_.$$isSpecialRow !== undefined)) {
|
|
@@ -1377,7 +1378,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1377
1378
|
c++;
|
|
1378
1379
|
}
|
|
1379
1380
|
var g = this.n.getItemAtIndex(b);
|
|
1380
|
-
if (this.at(g, this.
|
|
1381
|
+
if (this.at(g, this.a5._inner[c])) {
|
|
1381
1382
|
c++;
|
|
1382
1383
|
b++;
|
|
1383
1384
|
}
|
|
@@ -1387,21 +1388,21 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1387
1388
|
}
|
|
1388
1389
|
return c;
|
|
1389
1390
|
};
|
|
1390
|
-
RearrangedListView.prototype.
|
|
1391
|
-
var c = this.
|
|
1392
|
-
if (c < this.
|
|
1393
|
-
if (this.at(b, this.
|
|
1394
|
-
this.
|
|
1391
|
+
RearrangedListView.prototype.ca = function (a, b) {
|
|
1392
|
+
var c = this.ba(a);
|
|
1393
|
+
if (c < this.a5.count) {
|
|
1394
|
+
if (this.at(b, this.a5._inner[c])) {
|
|
1395
|
+
this.b5(c, b);
|
|
1395
1396
|
}
|
|
1396
1397
|
}
|
|
1397
1398
|
};
|
|
1398
|
-
RearrangedListView.prototype.
|
|
1399
|
-
this.
|
|
1399
|
+
RearrangedListView.prototype.b5 = function (a, b) {
|
|
1400
|
+
this.a5.removeAt(a);
|
|
1400
1401
|
if (this.ab != null) {
|
|
1401
1402
|
this.ab.notifyRemoveItem(a, b);
|
|
1402
1403
|
}
|
|
1403
1404
|
var c = this.y(a, b);
|
|
1404
|
-
this.
|
|
1405
|
+
this.cl(a, b, c);
|
|
1405
1406
|
};
|
|
1406
1407
|
RearrangedListView.prototype.y = function (a, b) {
|
|
1407
1408
|
var c = null;
|
|
@@ -1423,7 +1424,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1423
1424
|
e = 1;
|
|
1424
1425
|
}
|
|
1425
1426
|
e += c.ah;
|
|
1426
|
-
var f = this.
|
|
1427
|
+
var f = this.a5._inner[c.af + d + e];
|
|
1427
1428
|
var g = null;
|
|
1428
1429
|
var item_ = f;
|
|
1429
1430
|
if ((item_ != null && item_.$$isSpecialRow !== undefined)) {
|
|
@@ -1431,7 +1432,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1431
1432
|
}
|
|
1432
1433
|
if (g != null) {
|
|
1433
1434
|
if (g.targetRow == b) {
|
|
1434
|
-
this.
|
|
1435
|
+
this.a5.removeAt(c.af + d + e);
|
|
1435
1436
|
c.ad--;
|
|
1436
1437
|
c.aa--;
|
|
1437
1438
|
c.t--;
|
|
@@ -1465,9 +1466,9 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1465
1466
|
for (var p = 0; p < c.g[o].a.length; p++) {
|
|
1466
1467
|
var q = c.g[o].a[p];
|
|
1467
1468
|
if (q != null) {
|
|
1468
|
-
var r = this.
|
|
1469
|
+
var r = this.a5.indexOf1(q);
|
|
1469
1470
|
if (r >= 0) {
|
|
1470
|
-
this.
|
|
1471
|
+
this.a5.removeAt(r);
|
|
1471
1472
|
c.ad--;
|
|
1472
1473
|
h++;
|
|
1473
1474
|
if (this.ab != null) {
|
|
@@ -1483,10 +1484,10 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1483
1484
|
}
|
|
1484
1485
|
}
|
|
1485
1486
|
var t = c.af + c.b[o];
|
|
1486
|
-
var u = typeCast(DataSourceSpecialRow.$, this.
|
|
1487
|
+
var u = typeCast(DataSourceSpecialRow.$, this.a5._inner[t]);
|
|
1487
1488
|
if (u != null && u.rowType == 1) {
|
|
1488
1489
|
c.a[o] = null;
|
|
1489
|
-
this.
|
|
1490
|
+
this.a5.removeAt(t);
|
|
1490
1491
|
c.ad--;
|
|
1491
1492
|
h++;
|
|
1492
1493
|
if (this.ab != null) {
|
|
@@ -1505,7 +1506,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1505
1506
|
c.k = m;
|
|
1506
1507
|
for (var w = 0; w < j; w++) {
|
|
1507
1508
|
if (this.am && !this.as && (this.l == 2 || this.l == 0)) {
|
|
1508
|
-
m.af -= this.av ? this.
|
|
1509
|
+
m.af -= this.av ? this.a9 + 1 : this.a9;
|
|
1509
1510
|
}
|
|
1510
1511
|
else if (this.av) {
|
|
1511
1512
|
m.af--;
|
|
@@ -1530,7 +1531,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1530
1531
|
}
|
|
1531
1532
|
}
|
|
1532
1533
|
var aa = m.af - h + m.b[y];
|
|
1533
|
-
var ab = typeCast(DataSourceSpecialRow.$, this.
|
|
1534
|
+
var ab = typeCast(DataSourceSpecialRow.$, this.a5._inner[aa]);
|
|
1534
1535
|
if (ab != null && ab.rowType == 1) {
|
|
1535
1536
|
for (var ac = 0; ac < m.f.length; ac++) {
|
|
1536
1537
|
ab.setValue(m.e[ac], m.f[ac]);
|
|
@@ -1541,9 +1542,9 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1541
1542
|
else {
|
|
1542
1543
|
if (this.av) {
|
|
1543
1544
|
for (var ad = c.af; ad <= c.ad; ad++) {
|
|
1544
|
-
var ae = typeCast(DataSourceSpecialRow.$, this.
|
|
1545
|
+
var ae = typeCast(DataSourceSpecialRow.$, this.a5._inner[ad]);
|
|
1545
1546
|
if (ae != null && ae.rowType == 1) {
|
|
1546
|
-
this.
|
|
1547
|
+
this.a5.removeAt(ad);
|
|
1547
1548
|
c.ad--;
|
|
1548
1549
|
h++;
|
|
1549
1550
|
ad--;
|
|
@@ -1560,8 +1561,8 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1560
1561
|
for (var ag = 0; ag < c.g[af].a.length; ag++) {
|
|
1561
1562
|
var ah = c.g[af].a[ag];
|
|
1562
1563
|
if (ah != null) {
|
|
1563
|
-
var ai = this.
|
|
1564
|
-
this.
|
|
1564
|
+
var ai = this.a5.indexOf1(ah);
|
|
1565
|
+
this.a5.removeAt(ai);
|
|
1565
1566
|
c.ad--;
|
|
1566
1567
|
h++;
|
|
1567
1568
|
if (this.ab != null) {
|
|
@@ -1573,12 +1574,12 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1573
1574
|
if (c.z >= 0) {
|
|
1574
1575
|
var aj = c.ad - c.af + 1;
|
|
1575
1576
|
if (aj > 0) {
|
|
1576
|
-
var ak = this.
|
|
1577
|
+
var ak = this.a5._inner[c.af - 1];
|
|
1577
1578
|
var al = typeCast(DataSourceSpecialRow.$, ak);
|
|
1578
1579
|
var am = this.f();
|
|
1579
1580
|
for (var an = 0; an < aj; an++) {
|
|
1580
1581
|
var ao = c.af + an;
|
|
1581
|
-
var ap = typeCast(DataSourceSpecialRow.$, this.
|
|
1582
|
+
var ap = typeCast(DataSourceSpecialRow.$, this.a5._inner[ao]);
|
|
1582
1583
|
if (ap != null) {
|
|
1583
1584
|
for (var aq = 0; aq < am.length; aq++) {
|
|
1584
1585
|
if (al == null) {
|
|
@@ -1601,8 +1602,8 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1601
1602
|
break;
|
|
1602
1603
|
}
|
|
1603
1604
|
if (c.a[as] != null) {
|
|
1604
|
-
var at = this.
|
|
1605
|
-
this.
|
|
1605
|
+
var at = this.a5._inner[c.ad];
|
|
1606
|
+
this.a5.removeAt(c.ad);
|
|
1606
1607
|
if (this.ab != null) {
|
|
1607
1608
|
this.ab.notifyRemoveItem(c.ad, at);
|
|
1608
1609
|
}
|
|
@@ -1626,17 +1627,17 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1626
1627
|
}
|
|
1627
1628
|
return true;
|
|
1628
1629
|
};
|
|
1629
|
-
RearrangedListView.prototype.
|
|
1630
|
-
if (this.
|
|
1631
|
-
var b = this.
|
|
1630
|
+
RearrangedListView.prototype.bp = function (a) {
|
|
1631
|
+
if (this.ay(a)) {
|
|
1632
|
+
var b = this.a5.g(a, this.a1);
|
|
1632
1633
|
if (b < 0) {
|
|
1633
1634
|
b = ~b;
|
|
1634
1635
|
}
|
|
1635
|
-
this.
|
|
1636
|
+
this.b4(b, a);
|
|
1636
1637
|
}
|
|
1637
1638
|
};
|
|
1638
|
-
RearrangedListView.prototype.
|
|
1639
|
-
this.
|
|
1639
|
+
RearrangedListView.prototype.b6 = function (a) {
|
|
1640
|
+
this.a4.add(a);
|
|
1640
1641
|
var b = this.m.indexOfKey(a);
|
|
1641
1642
|
var c = this.m.getItemAtIndex(b);
|
|
1642
1643
|
if (b == -1) {
|
|
@@ -1644,14 +1645,14 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1644
1645
|
}
|
|
1645
1646
|
if (this.aw) {
|
|
1646
1647
|
var d = this.z.e(b);
|
|
1647
|
-
var e = this.
|
|
1648
|
+
var e = this.bj(d, this.a5._inner[b]);
|
|
1648
1649
|
if (this.ab != null) {
|
|
1649
|
-
this.ab.notifyInsertItem(e, this.
|
|
1650
|
+
this.ab.notifyInsertItem(e, this.a5._inner[e]);
|
|
1650
1651
|
}
|
|
1651
1652
|
}
|
|
1652
1653
|
};
|
|
1653
|
-
RearrangedListView.prototype.
|
|
1654
|
-
if (this.
|
|
1654
|
+
RearrangedListView.prototype.cd = function (a) {
|
|
1655
|
+
if (this.a4.remove(a)) {
|
|
1655
1656
|
var b = this.m.indexOfKey(a);
|
|
1656
1657
|
var c = this.m.getItemAtIndex(b);
|
|
1657
1658
|
if (b == -1) {
|
|
@@ -1663,7 +1664,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1663
1664
|
e += d.v();
|
|
1664
1665
|
}
|
|
1665
1666
|
if (this.aw) {
|
|
1666
|
-
var f = this.u(e, this.
|
|
1667
|
+
var f = this.u(e, this.a5._inner[b], d.aa, this.f());
|
|
1667
1668
|
if (f != null) {
|
|
1668
1669
|
d.ad--;
|
|
1669
1670
|
d.aa--;
|
|
@@ -1678,12 +1679,12 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1678
1679
|
};
|
|
1679
1680
|
RearrangedListView.prototype.u = function (a, b, c, d) {
|
|
1680
1681
|
var _loop_1 = function (e) {
|
|
1681
|
-
if (typeCast(DataSourceSpecialRow.$, this_1.
|
|
1682
|
-
var f_1 = this_1.
|
|
1682
|
+
if (typeCast(DataSourceSpecialRow.$, this_1.a5._inner[e]) !== null) {
|
|
1683
|
+
var f_1 = this_1.a5._inner[e];
|
|
1683
1684
|
if (f_1.rowType == 3) {
|
|
1684
1685
|
var g = f_1.targetRow;
|
|
1685
1686
|
if (g == b) {
|
|
1686
|
-
this_1.
|
|
1687
|
+
this_1.a5.removeAt(e);
|
|
1687
1688
|
return { value: ((function () {
|
|
1688
1689
|
var $ret = new RemovedShiftedRowInfo();
|
|
1689
1690
|
$ret.item = f_1;
|
|
@@ -1702,13 +1703,13 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1702
1703
|
}
|
|
1703
1704
|
return null;
|
|
1704
1705
|
};
|
|
1705
|
-
RearrangedListView.prototype.
|
|
1706
|
-
var b = this.
|
|
1706
|
+
RearrangedListView.prototype.b9 = function (a) {
|
|
1707
|
+
var b = this.a5.g(a, this.a1);
|
|
1707
1708
|
if (b < 0) {
|
|
1708
1709
|
b = ~b;
|
|
1709
1710
|
}
|
|
1710
1711
|
if (b >= 0) {
|
|
1711
|
-
var c = this.
|
|
1712
|
+
var c = this.a5.count;
|
|
1712
1713
|
var d = 0;
|
|
1713
1714
|
while (d <= c) {
|
|
1714
1715
|
var e = b - d;
|
|
@@ -1717,13 +1718,13 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1717
1718
|
break;
|
|
1718
1719
|
}
|
|
1719
1720
|
if (e >= 0 && e < c) {
|
|
1720
|
-
if (this.
|
|
1721
|
+
if (this.a5._inner[e] != null && Base.equalsStatic(this.a5._inner[e], a)) {
|
|
1721
1722
|
b = e;
|
|
1722
1723
|
break;
|
|
1723
1724
|
}
|
|
1724
1725
|
}
|
|
1725
1726
|
if (f < c) {
|
|
1726
|
-
if (this.
|
|
1727
|
+
if (this.a5._inner[f] != null && Base.equalsStatic(this.a5._inner[f], a)) {
|
|
1727
1728
|
b = f;
|
|
1728
1729
|
break;
|
|
1729
1730
|
}
|
|
@@ -1733,22 +1734,22 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1733
1734
|
if (b < 0 || b > c - 1) {
|
|
1734
1735
|
return;
|
|
1735
1736
|
}
|
|
1736
|
-
var g = this.
|
|
1737
|
+
var g = this.a5._inner[b];
|
|
1737
1738
|
if (g == null && a == null) {
|
|
1738
|
-
this.
|
|
1739
|
+
this.a5.removeAt(b);
|
|
1739
1740
|
this.aa.notifyRemoveItem(b, a);
|
|
1740
1741
|
var h = this.y(b, a);
|
|
1741
|
-
this.
|
|
1742
|
+
this.cj(b, a, false, h);
|
|
1742
1743
|
return;
|
|
1743
1744
|
}
|
|
1744
1745
|
if (g == null) {
|
|
1745
1746
|
return;
|
|
1746
1747
|
}
|
|
1747
1748
|
if (Base.equalsStatic(g, a)) {
|
|
1748
|
-
this.
|
|
1749
|
+
this.a5.removeAt(b);
|
|
1749
1750
|
this.aa.notifyRemoveItem(b, a);
|
|
1750
1751
|
var i = this.y(b, a);
|
|
1751
|
-
this.
|
|
1752
|
+
this.cj(b, a, false, i);
|
|
1752
1753
|
}
|
|
1753
1754
|
else {
|
|
1754
1755
|
if (b - 1 >= 0) {
|
|
@@ -1761,27 +1762,27 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1761
1762
|
}
|
|
1762
1763
|
}
|
|
1763
1764
|
else {
|
|
1764
|
-
var k = this.
|
|
1765
|
+
var k = this.a5.count;
|
|
1765
1766
|
for (var l = 0; l < k; l++) {
|
|
1766
|
-
var m = this.
|
|
1767
|
+
var m = this.a5._inner[l];
|
|
1767
1768
|
if (m == null && a == null) {
|
|
1768
|
-
this.
|
|
1769
|
+
this.a5.removeAt(l);
|
|
1769
1770
|
break;
|
|
1770
1771
|
}
|
|
1771
1772
|
if (m == null) {
|
|
1772
1773
|
continue;
|
|
1773
1774
|
}
|
|
1774
1775
|
if (Base.equalsStatic(m, a)) {
|
|
1775
|
-
this.
|
|
1776
|
+
this.a5.removeAt(l);
|
|
1776
1777
|
this.aa.notifyRemoveItem(l, a);
|
|
1777
1778
|
var n = this.y(l, a);
|
|
1778
|
-
this.
|
|
1779
|
+
this.cl(l, a, n);
|
|
1779
1780
|
break;
|
|
1780
1781
|
}
|
|
1781
1782
|
}
|
|
1782
1783
|
}
|
|
1783
1784
|
};
|
|
1784
|
-
RearrangedListView.prototype.
|
|
1785
|
+
RearrangedListView.prototype.ay = function (a) {
|
|
1785
1786
|
if (this.s == null) {
|
|
1786
1787
|
return true;
|
|
1787
1788
|
}
|
|
@@ -1790,22 +1791,22 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1790
1791
|
RearrangedListView.prototype.notifyClearItems = function () {
|
|
1791
1792
|
};
|
|
1792
1793
|
RearrangedListView.prototype.notifyInsertItem = function (a, b) {
|
|
1793
|
-
if (this.
|
|
1794
|
-
this.
|
|
1794
|
+
if (this.a1 != null) {
|
|
1795
|
+
this.bp(b);
|
|
1795
1796
|
}
|
|
1796
1797
|
else {
|
|
1797
|
-
this.
|
|
1798
|
+
this.bq(a, b);
|
|
1798
1799
|
}
|
|
1799
1800
|
};
|
|
1800
1801
|
RearrangedListView.prototype.notifyRemoveItem = function (a, b) {
|
|
1801
|
-
if (this.
|
|
1802
|
-
this.
|
|
1802
|
+
if (this.a1 != null) {
|
|
1803
|
+
this.b9(b);
|
|
1803
1804
|
}
|
|
1804
1805
|
else {
|
|
1805
|
-
this.
|
|
1806
|
+
this.ca(a, b);
|
|
1806
1807
|
}
|
|
1807
1808
|
};
|
|
1808
|
-
RearrangedListView.prototype.
|
|
1809
|
+
RearrangedListView.prototype.cb = function (a, b) {
|
|
1809
1810
|
var c = this.z.e(a);
|
|
1810
1811
|
if (c == null) {
|
|
1811
1812
|
c = this.z.d();
|
|
@@ -1814,14 +1815,14 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1814
1815
|
if (c.a[d] != null) {
|
|
1815
1816
|
if (a == c.af + c.b[d]) {
|
|
1816
1817
|
var f = c.a[d];
|
|
1817
|
-
if (this.
|
|
1818
|
-
if (this.
|
|
1819
|
-
var g = this.
|
|
1818
|
+
if (this.az.containsKey(f)) {
|
|
1819
|
+
if (this.az.item(f) != b) {
|
|
1820
|
+
var g = this.az.item(f);
|
|
1820
1821
|
if (b == this.ar) {
|
|
1821
|
-
this.
|
|
1822
|
+
this.az.removeItem(f);
|
|
1822
1823
|
}
|
|
1823
1824
|
else {
|
|
1824
|
-
this.
|
|
1825
|
+
this.az.item(f, b);
|
|
1825
1826
|
}
|
|
1826
1827
|
this.m.queueAutoRefresh();
|
|
1827
1828
|
if (this.ad != null) {
|
|
@@ -1830,7 +1831,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1830
1831
|
}
|
|
1831
1832
|
}
|
|
1832
1833
|
else if (b != this.ar) {
|
|
1833
|
-
this.
|
|
1834
|
+
this.az.addItem(f, b);
|
|
1834
1835
|
this.m.queueAutoRefresh();
|
|
1835
1836
|
if (this.ad != null) {
|
|
1836
1837
|
this.ad.notifyRowExpansionChanged(a, this.ar, b);
|
|
@@ -1860,18 +1861,18 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1860
1861
|
if (!this.aq) {
|
|
1861
1862
|
return true;
|
|
1862
1863
|
}
|
|
1863
|
-
return this.
|
|
1864
|
+
return this.az.containsKey(a) ? this.az.item(a) : this.ar;
|
|
1864
1865
|
};
|
|
1865
|
-
RearrangedListView.prototype.
|
|
1866
|
+
RearrangedListView.prototype.bn = function (a) {
|
|
1866
1867
|
var b = "";
|
|
1867
1868
|
for (var c = 0; c < a.e.length; c++) {
|
|
1868
1869
|
b += a.e[c] + ":" + a.f[c];
|
|
1869
1870
|
}
|
|
1870
1871
|
return b;
|
|
1871
1872
|
};
|
|
1872
|
-
RearrangedListView.prototype.
|
|
1873
|
+
RearrangedListView.prototype.bo = function (a, b) {
|
|
1873
1874
|
if (this.m.sectionHeaderDisplayMode == 0) {
|
|
1874
|
-
return this.
|
|
1875
|
+
return this.bn(a);
|
|
1875
1876
|
}
|
|
1876
1877
|
var c = "";
|
|
1877
1878
|
for (var d = 0; d < b + 1; d++) {
|
|
@@ -1879,7 +1880,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1879
1880
|
}
|
|
1880
1881
|
return c;
|
|
1881
1882
|
};
|
|
1882
|
-
RearrangedListView.prototype.
|
|
1883
|
+
RearrangedListView.prototype.bs = function (a) {
|
|
1883
1884
|
if (this.l == 3 || (a != null && this.l == 1) || (a == null && this.l == 2)) {
|
|
1884
1885
|
return;
|
|
1885
1886
|
}
|
|
@@ -1908,14 +1909,14 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1908
1909
|
}
|
|
1909
1910
|
}
|
|
1910
1911
|
};
|
|
1911
|
-
RearrangedListView.prototype.
|
|
1912
|
+
RearrangedListView.prototype.bv = function (a) {
|
|
1912
1913
|
if (this.l == 3 || (a != null && this.l == 1) || (a == null && this.l == 2)) {
|
|
1913
1914
|
return;
|
|
1914
1915
|
}
|
|
1915
1916
|
if (a != null) {
|
|
1916
1917
|
var b = a.v();
|
|
1917
1918
|
for (var c = b - 1; c >= 0; c--) {
|
|
1918
|
-
var d = this.
|
|
1919
|
+
var d = this.a5._inner[a.af + c];
|
|
1919
1920
|
for (var e = 0; e < this.ag.k.count; e++) {
|
|
1920
1921
|
var f = this.ag.k.item(e);
|
|
1921
1922
|
var g = this.c[c][e].endCalculation();
|
|
@@ -1935,7 +1936,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1935
1936
|
}
|
|
1936
1937
|
}
|
|
1937
1938
|
};
|
|
1938
|
-
RearrangedListView.prototype.
|
|
1939
|
+
RearrangedListView.prototype.br = function (a, b) {
|
|
1939
1940
|
if (this.l == 3 || (a != null && this.l == 1) || (a == null && this.l == 2)) {
|
|
1940
1941
|
return;
|
|
1941
1942
|
}
|
|
@@ -1958,7 +1959,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1958
1959
|
}
|
|
1959
1960
|
}
|
|
1960
1961
|
};
|
|
1961
|
-
RearrangedListView.prototype.
|
|
1962
|
+
RearrangedListView.prototype.ch = function (a, b, c, d, e) {
|
|
1962
1963
|
if (this.j == 0) {
|
|
1963
1964
|
d = 0;
|
|
1964
1965
|
}
|
|
@@ -1967,14 +1968,14 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1967
1968
|
a.an(d, e, g);
|
|
1968
1969
|
if (this.av) {
|
|
1969
1970
|
if (a.a[d] != null) {
|
|
1970
|
-
var h = typeCast(DataSourceSpecialRow.$, this.
|
|
1971
|
+
var h = typeCast(DataSourceSpecialRow.$, this.a5._inner[a.af + a.b[d]]);
|
|
1971
1972
|
if (h != null) {
|
|
1972
1973
|
h.summaryResults[e] = a.i[d][e];
|
|
1973
1974
|
}
|
|
1974
1975
|
}
|
|
1975
1976
|
}
|
|
1976
1977
|
};
|
|
1977
|
-
RearrangedListView.prototype.
|
|
1978
|
+
RearrangedListView.prototype.cg = function (a, b, c, d, e, f) {
|
|
1978
1979
|
if (this.j == 0) {
|
|
1979
1980
|
d = 0;
|
|
1980
1981
|
}
|
|
@@ -1984,14 +1985,14 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1984
1985
|
a.an(d, e, i);
|
|
1985
1986
|
if (this.av) {
|
|
1986
1987
|
if (!a.o && a.a[d] != null) {
|
|
1987
|
-
var j = typeCast(DataSourceSpecialRow.$, this.
|
|
1988
|
+
var j = typeCast(DataSourceSpecialRow.$, this.a5._inner[a.af + a.b[d]]);
|
|
1988
1989
|
if (j != null) {
|
|
1989
1990
|
j.summaryResults[e] = a.i[d][e];
|
|
1990
1991
|
}
|
|
1991
1992
|
}
|
|
1992
1993
|
}
|
|
1993
1994
|
};
|
|
1994
|
-
RearrangedListView.prototype.
|
|
1995
|
+
RearrangedListView.prototype.cj = function (a, b, c, d) {
|
|
1995
1996
|
if (this.ag.k.count == 0) {
|
|
1996
1997
|
return;
|
|
1997
1998
|
}
|
|
@@ -2032,7 +2033,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2032
2033
|
var l = this.g();
|
|
2033
2034
|
var m = d.w();
|
|
2034
2035
|
for (var n = m; n < l.length; n++) {
|
|
2035
|
-
this.
|
|
2036
|
+
this.cg(d, k, b, n, h, c);
|
|
2036
2037
|
if (k.isSummaryDirty) {
|
|
2037
2038
|
e = true;
|
|
2038
2039
|
}
|
|
@@ -2043,7 +2044,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2043
2044
|
var p = this.z.t._inner[o];
|
|
2044
2045
|
var q = p.w();
|
|
2045
2046
|
for (var r = q; r < m; r++) {
|
|
2046
|
-
this.
|
|
2047
|
+
this.cg(p, k, b, r, h, c);
|
|
2047
2048
|
if (k.isSummaryDirty) {
|
|
2048
2049
|
e = true;
|
|
2049
2050
|
}
|
|
@@ -2060,20 +2061,20 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2060
2061
|
else {
|
|
2061
2062
|
if (f) {
|
|
2062
2063
|
var s = SectionData.r(this.e);
|
|
2063
|
-
this.
|
|
2064
|
+
this.ce(s);
|
|
2064
2065
|
}
|
|
2065
2066
|
if (g) {
|
|
2066
|
-
this.
|
|
2067
|
+
this.ci(d, null);
|
|
2067
2068
|
var t = d.z;
|
|
2068
2069
|
while (t != -1) {
|
|
2069
2070
|
var u = this.z.t._inner[t];
|
|
2070
|
-
this.
|
|
2071
|
+
this.ci(u, null);
|
|
2071
2072
|
t = u.z;
|
|
2072
2073
|
}
|
|
2073
2074
|
}
|
|
2074
2075
|
}
|
|
2075
2076
|
};
|
|
2076
|
-
RearrangedListView.prototype.
|
|
2077
|
+
RearrangedListView.prototype.cm = function (a, b, c, d, e) {
|
|
2077
2078
|
var f = a;
|
|
2078
2079
|
var g = this.ag.k.item(a);
|
|
2079
2080
|
if (g == null) {
|
|
@@ -2114,7 +2115,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2114
2115
|
var m = this.g();
|
|
2115
2116
|
var n = e.w();
|
|
2116
2117
|
for (var o = n; o < m.length; o++) {
|
|
2117
|
-
this.
|
|
2118
|
+
this.cg(e, l, c, o, f, d);
|
|
2118
2119
|
if (l.isSummaryDirty) {
|
|
2119
2120
|
h = true;
|
|
2120
2121
|
}
|
|
@@ -2125,7 +2126,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2125
2126
|
var q = this.z.t._inner[p];
|
|
2126
2127
|
var r = q.w();
|
|
2127
2128
|
for (var s = r; s < n; s++) {
|
|
2128
|
-
this.
|
|
2129
|
+
this.cg(q, l, c, s, f, d);
|
|
2129
2130
|
if (l.isSummaryDirty) {
|
|
2130
2131
|
h = true;
|
|
2131
2132
|
}
|
|
@@ -2141,20 +2142,20 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2141
2142
|
else {
|
|
2142
2143
|
if (i) {
|
|
2143
2144
|
var t = SectionData.r(this.e);
|
|
2144
|
-
this.
|
|
2145
|
+
this.ce(t);
|
|
2145
2146
|
}
|
|
2146
2147
|
if (j) {
|
|
2147
|
-
this.
|
|
2148
|
+
this.ci(e, null);
|
|
2148
2149
|
var u = e.z;
|
|
2149
2150
|
while (u != -1) {
|
|
2150
2151
|
var v = this.z.t._inner[u];
|
|
2151
|
-
this.
|
|
2152
|
+
this.ci(v, null);
|
|
2152
2153
|
u = v.z;
|
|
2153
2154
|
}
|
|
2154
2155
|
}
|
|
2155
2156
|
}
|
|
2156
2157
|
};
|
|
2157
|
-
RearrangedListView.prototype.
|
|
2158
|
+
RearrangedListView.prototype.ck = function (a, b) {
|
|
2158
2159
|
if (this.ag.k.count == 0) {
|
|
2159
2160
|
return;
|
|
2160
2161
|
}
|
|
@@ -2164,7 +2165,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2164
2165
|
}
|
|
2165
2166
|
var d = null;
|
|
2166
2167
|
if (c != null) {
|
|
2167
|
-
d = typeCast(DataSourceSpecialRow.$, this.
|
|
2168
|
+
d = typeCast(DataSourceSpecialRow.$, this.a5._inner[c.af]);
|
|
2168
2169
|
}
|
|
2169
2170
|
var e = false;
|
|
2170
2171
|
var f = false;
|
|
@@ -2192,7 +2193,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2192
2193
|
var m = c.w();
|
|
2193
2194
|
if (this.j == 1) {
|
|
2194
2195
|
for (var n = m; n < l.length; n++) {
|
|
2195
|
-
this.
|
|
2196
|
+
this.ch(c, k, b, n, h);
|
|
2196
2197
|
if (k.isSummaryDirty) {
|
|
2197
2198
|
e = true;
|
|
2198
2199
|
}
|
|
@@ -2200,7 +2201,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2200
2201
|
}
|
|
2201
2202
|
}
|
|
2202
2203
|
else {
|
|
2203
|
-
this.
|
|
2204
|
+
this.ch(c, k, b, m, h);
|
|
2204
2205
|
if (k.isSummaryDirty) {
|
|
2205
2206
|
e = true;
|
|
2206
2207
|
}
|
|
@@ -2211,7 +2212,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2211
2212
|
var p = this.z.t._inner[o];
|
|
2212
2213
|
var q = p.w();
|
|
2213
2214
|
for (var r = q; r < m; r++) {
|
|
2214
|
-
this.
|
|
2215
|
+
this.ch(p, k, b, r, h);
|
|
2215
2216
|
if (k.isSummaryDirty) {
|
|
2216
2217
|
e = true;
|
|
2217
2218
|
}
|
|
@@ -2228,26 +2229,26 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2228
2229
|
else {
|
|
2229
2230
|
if (f) {
|
|
2230
2231
|
var s = SectionData.r(this.e);
|
|
2231
|
-
this.
|
|
2232
|
+
this.ce(s);
|
|
2232
2233
|
}
|
|
2233
2234
|
if (g) {
|
|
2234
|
-
this.
|
|
2235
|
+
this.ci(c, null);
|
|
2235
2236
|
var t = c.z;
|
|
2236
2237
|
while (t != -1) {
|
|
2237
2238
|
var u = this.z.t._inner[t];
|
|
2238
|
-
this.
|
|
2239
|
+
this.ci(u, null);
|
|
2239
2240
|
t = u.z;
|
|
2240
2241
|
}
|
|
2241
2242
|
}
|
|
2242
2243
|
}
|
|
2243
2244
|
};
|
|
2244
|
-
RearrangedListView.prototype.
|
|
2245
|
+
RearrangedListView.prototype.cl = function (a, b, c) {
|
|
2245
2246
|
if (this.ag.k.count == 0) {
|
|
2246
2247
|
return;
|
|
2247
2248
|
}
|
|
2248
2249
|
var d = null;
|
|
2249
2250
|
if (c != null) {
|
|
2250
|
-
d = typeCast(DataSourceSpecialRow.$, this.
|
|
2251
|
+
d = typeCast(DataSourceSpecialRow.$, this.a5._inner[c.af]);
|
|
2251
2252
|
}
|
|
2252
2253
|
var e = false;
|
|
2253
2254
|
var f = false;
|
|
@@ -2275,7 +2276,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2275
2276
|
var m = c.w();
|
|
2276
2277
|
if (this.j == 1) {
|
|
2277
2278
|
for (var n = m; n < l.length; n++) {
|
|
2278
|
-
this.
|
|
2279
|
+
this.cg(c, k, b, n, h, false);
|
|
2279
2280
|
if (k.isSummaryDirty) {
|
|
2280
2281
|
e = true;
|
|
2281
2282
|
}
|
|
@@ -2283,7 +2284,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2283
2284
|
}
|
|
2284
2285
|
}
|
|
2285
2286
|
else {
|
|
2286
|
-
this.
|
|
2287
|
+
this.cg(c, k, b, m, h, false);
|
|
2287
2288
|
if (k.isSummaryDirty) {
|
|
2288
2289
|
e = true;
|
|
2289
2290
|
}
|
|
@@ -2294,7 +2295,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2294
2295
|
var p = this.z.t._inner[o];
|
|
2295
2296
|
var q = p.w();
|
|
2296
2297
|
for (var r = q; r < m; r++) {
|
|
2297
|
-
this.
|
|
2298
|
+
this.cg(p, k, b, r, h, false);
|
|
2298
2299
|
if (k.isSummaryDirty) {
|
|
2299
2300
|
e = true;
|
|
2300
2301
|
}
|
|
@@ -2311,35 +2312,35 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2311
2312
|
else {
|
|
2312
2313
|
if (f) {
|
|
2313
2314
|
var s = SectionData.r(this.e);
|
|
2314
|
-
this.
|
|
2315
|
+
this.ce(s);
|
|
2315
2316
|
}
|
|
2316
2317
|
if (g) {
|
|
2317
|
-
this.
|
|
2318
|
+
this.ci(c, null);
|
|
2318
2319
|
var t = c.z;
|
|
2319
2320
|
while (t != -1) {
|
|
2320
2321
|
var u = this.z.t._inner[t];
|
|
2321
|
-
this.
|
|
2322
|
+
this.ci(u, null);
|
|
2322
2323
|
t = u.z;
|
|
2323
2324
|
}
|
|
2324
2325
|
}
|
|
2325
2326
|
}
|
|
2326
2327
|
};
|
|
2327
|
-
RearrangedListView.prototype.
|
|
2328
|
+
RearrangedListView.prototype.ci = function (a, b) {
|
|
2328
2329
|
var _this = this;
|
|
2329
2330
|
if (this.l == 2 || this.l == 0) {
|
|
2330
2331
|
if (this.am) {
|
|
2331
2332
|
if (!a.o && !a.n()) {
|
|
2332
2333
|
if (this.as) {
|
|
2333
|
-
this.
|
|
2334
|
+
this.bz(a, true);
|
|
2334
2335
|
}
|
|
2335
2336
|
else {
|
|
2336
|
-
this.
|
|
2337
|
+
this.b0(a, true);
|
|
2337
2338
|
}
|
|
2338
2339
|
}
|
|
2339
2340
|
else {
|
|
2340
2341
|
a.am(function (c) {
|
|
2341
2342
|
if (_this.ab != null) {
|
|
2342
|
-
var d = _this.
|
|
2343
|
+
var d = _this.a5.indexOf1(c);
|
|
2343
2344
|
_this.ab.notifySetItem(d, c, c);
|
|
2344
2345
|
}
|
|
2345
2346
|
});
|
|
@@ -2349,7 +2350,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2349
2350
|
if (!a.o) {
|
|
2350
2351
|
for (var c = 0; c < a.i.length; c++) {
|
|
2351
2352
|
var d = a.af + a.b[c];
|
|
2352
|
-
var e = this.
|
|
2353
|
+
var e = this.a5._inner[d];
|
|
2353
2354
|
if (e != null) {
|
|
2354
2355
|
e.summaryResults = a.i[c];
|
|
2355
2356
|
if (this.ab != null) {
|
|
@@ -2361,12 +2362,12 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2361
2362
|
}
|
|
2362
2363
|
}
|
|
2363
2364
|
};
|
|
2364
|
-
RearrangedListView.prototype.
|
|
2365
|
+
RearrangedListView.prototype.ce = function (a) {
|
|
2365
2366
|
for (var b = 0; b < a.count; b++) {
|
|
2366
2367
|
var c = new Array(a._inner[b].count);
|
|
2367
2368
|
a._inner[b].values.copyTo(c, 0);
|
|
2368
|
-
var d = this.
|
|
2369
|
-
var e = typeCast(DataSourceSpecialRow.$, this.
|
|
2369
|
+
var d = this.a5.count - a.count + b;
|
|
2370
|
+
var e = typeCast(DataSourceSpecialRow.$, this.a5._inner[d]);
|
|
2370
2371
|
e.summaryResults = c;
|
|
2371
2372
|
if (this.ab != null) {
|
|
2372
2373
|
this.ab.notifySetItem(d, e, e);
|