igniteui-angular-core 16.1.0-beta.1 → 16.1.0-beta.3
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 +1717 -2156
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/CanvasViewRenderer.js +15 -0
- 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/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebComboDescription.js +90 -82
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebContentPaneDescription.js +69 -53
- package/esm2015/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebDockManagerDescription.js +20 -12
- package/esm2015/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDockingIndicatorDescription.js +11 -3
- package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.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/WebSplitPaneDescription.js +25 -17
- package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebStepperDescription.js +6 -14
- package/esm2015/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm2015/lib/WebTabGroupPaneDescription.js +20 -12
- package/esm2015/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTreeGridDescription.js +30 -38
- package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm2015/public_api.js +4 -8
- package/esm5/lib/CanvasViewRenderer.js +15 -0
- 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/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebComboDescription.js +94 -82
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebContentPaneDescription.js +77 -53
- package/esm5/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm5/lib/WebDockManagerDescription.js +24 -12
- package/esm5/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDockingIndicatorDescription.js +15 -3
- package/esm5/lib/WebDockingIndicatorDescriptionMetadata.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/WebSplitPaneDescription.js +29 -17
- package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebStepperDescription.js +6 -18
- package/esm5/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm5/lib/WebTabGroupPaneDescription.js +24 -12
- package/esm5/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- 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 +1630 -1954
- package/fesm5/igniteui-angular-core.js +1714 -2149
- 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/WebComboChangeEventArgsDetailDescription.d.ts +5 -5
- package/lib/WebComboDescription.d.ts +33 -30
- package/lib/WebContentPaneDescription.d.ts +26 -20
- package/lib/WebDockManagerDescription.d.ts +7 -4
- package/lib/WebDockingIndicatorDescription.d.ts +4 -1
- 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/WebSplitPaneDescription.d.ts +9 -6
- package/lib/WebStepperDescription.d.ts +2 -5
- package/lib/WebTabGroupPaneDescription.d.ts +7 -4
- 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
|
@@ -22,20 +22,20 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
22
22
|
constructor(a) {
|
|
23
23
|
super();
|
|
24
24
|
this.n = null;
|
|
25
|
-
this.
|
|
25
|
+
this.a5 = null;
|
|
26
26
|
this.z = new SectionMap();
|
|
27
27
|
this.e = null;
|
|
28
28
|
this.a = null;
|
|
29
29
|
this.b = null;
|
|
30
30
|
this.c = null;
|
|
31
31
|
this.d = null;
|
|
32
|
+
this.a9 = 0;
|
|
32
33
|
this.a8 = 0;
|
|
33
|
-
this.a7 = 0;
|
|
34
34
|
this.am = false;
|
|
35
35
|
this.as = false;
|
|
36
36
|
this.o = null;
|
|
37
|
+
this.a1 = null;
|
|
37
38
|
this.a0 = null;
|
|
38
|
-
this.az = null;
|
|
39
39
|
this.s = null;
|
|
40
40
|
this.aa = null;
|
|
41
41
|
this.ac = null;
|
|
@@ -49,19 +49,20 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
49
49
|
this.av = false;
|
|
50
50
|
this.au = false;
|
|
51
51
|
this.aw = false;
|
|
52
|
+
this.ax = false;
|
|
52
53
|
this.ah = false;
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
54
|
+
this.a4 = new List$1(Array_$type, 0);
|
|
55
|
+
this.az = new Dictionary$2(String_$type, Boolean_$type, 0);
|
|
55
56
|
this.n = a;
|
|
56
57
|
}
|
|
57
|
-
get
|
|
58
|
-
return this.
|
|
58
|
+
get bl() {
|
|
59
|
+
return this.a8;
|
|
59
60
|
}
|
|
60
61
|
get i() {
|
|
61
62
|
return this.e;
|
|
62
63
|
}
|
|
63
|
-
get
|
|
64
|
-
return this.
|
|
64
|
+
get a7() {
|
|
65
|
+
return this.a5;
|
|
65
66
|
}
|
|
66
67
|
get aq() {
|
|
67
68
|
if (!this.m.isSectionContentVisible) {
|
|
@@ -81,18 +82,18 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
81
82
|
set p(a) {
|
|
82
83
|
this.o = a;
|
|
83
84
|
}
|
|
85
|
+
get a3() {
|
|
86
|
+
return this.a1;
|
|
87
|
+
}
|
|
88
|
+
set a3(a) {
|
|
89
|
+
this.a1 = a;
|
|
90
|
+
}
|
|
84
91
|
get a2() {
|
|
85
92
|
return this.a0;
|
|
86
93
|
}
|
|
87
94
|
set a2(a) {
|
|
88
95
|
this.a0 = a;
|
|
89
96
|
}
|
|
90
|
-
get a1() {
|
|
91
|
-
return this.az;
|
|
92
|
-
}
|
|
93
|
-
set a1(a) {
|
|
94
|
-
this.az = a;
|
|
95
|
-
}
|
|
96
97
|
get t() {
|
|
97
98
|
return this.s;
|
|
98
99
|
}
|
|
@@ -126,28 +127,28 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
126
127
|
}
|
|
127
128
|
return true;
|
|
128
129
|
}
|
|
129
|
-
|
|
130
|
-
if (this.
|
|
131
|
-
this.
|
|
130
|
+
b7() {
|
|
131
|
+
if (this.a5 == this.n || this.a5 == null) {
|
|
132
|
+
this.a5 = new List$1(Base.$, 0);
|
|
132
133
|
}
|
|
133
|
-
this.
|
|
134
|
+
this.a5.clear();
|
|
134
135
|
if (!this.aq) {
|
|
135
|
-
this.
|
|
136
|
+
this.az.clear();
|
|
136
137
|
}
|
|
137
138
|
if (this.n == null) {
|
|
138
139
|
return;
|
|
139
140
|
}
|
|
140
141
|
let a = this.n.actualCount;
|
|
141
|
-
this.
|
|
142
|
-
this.
|
|
143
|
-
this.
|
|
142
|
+
this.a8 = 0;
|
|
143
|
+
this.a9 = this.bb();
|
|
144
|
+
this.bs(null);
|
|
144
145
|
let b = this.ag.k.count > 0 && this.l != 2 && this.l != 3;
|
|
145
146
|
if (this.s == null) {
|
|
146
147
|
for (let c = 0; c < a; c++) {
|
|
147
148
|
let d = this.n.getItemAtIndex(c);
|
|
148
|
-
this.
|
|
149
|
+
this.a5.add1(d);
|
|
149
150
|
if (b) {
|
|
150
|
-
this.
|
|
151
|
+
this.br(null, d);
|
|
151
152
|
}
|
|
152
153
|
}
|
|
153
154
|
}
|
|
@@ -155,22 +156,22 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
155
156
|
for (let e = 0; e < a; e++) {
|
|
156
157
|
let f = this.n.getItemAtIndex(e);
|
|
157
158
|
if (this.s(f)) {
|
|
158
|
-
this.
|
|
159
|
+
this.a5.add1(f);
|
|
159
160
|
if (b) {
|
|
160
|
-
this.
|
|
161
|
+
this.br(null, f);
|
|
161
162
|
}
|
|
162
163
|
}
|
|
163
164
|
}
|
|
164
165
|
}
|
|
165
|
-
this.
|
|
166
|
-
if (this.
|
|
167
|
-
this.
|
|
166
|
+
this.bv(null);
|
|
167
|
+
if (this.a1 != null) {
|
|
168
|
+
this.a5.z(this.a1);
|
|
168
169
|
}
|
|
169
170
|
this.ah = false;
|
|
170
171
|
this.z.v();
|
|
171
172
|
if (this.ae != null && this.ae.k.count > 0) {
|
|
172
173
|
this.ah = true;
|
|
173
|
-
this.
|
|
174
|
+
this.b2();
|
|
174
175
|
}
|
|
175
176
|
else {
|
|
176
177
|
this.z.t.add(((() => {
|
|
@@ -179,33 +180,33 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
179
180
|
$ret.e = null;
|
|
180
181
|
$ret.f = null;
|
|
181
182
|
$ret.af = 0;
|
|
182
|
-
$ret.ad = this.
|
|
183
|
+
$ret.ad = this.a5.count;
|
|
183
184
|
$ret.c = new Array(0);
|
|
184
185
|
$ret.d = new Array(1);
|
|
185
186
|
return $ret;
|
|
186
187
|
})()));
|
|
187
188
|
}
|
|
188
|
-
if (b) {
|
|
189
|
-
this.
|
|
189
|
+
if (this.ax && b) {
|
|
190
|
+
this.bx(this.e);
|
|
190
191
|
}
|
|
191
192
|
let g = this.p;
|
|
192
193
|
let h = new List$1(Base.$, 0);
|
|
193
|
-
if (this.
|
|
194
|
+
if (this.a4.count > 0 && this.aw) {
|
|
194
195
|
if (!this.ah) {
|
|
195
196
|
let i = this.z.t._inner[0];
|
|
196
|
-
for (let j = 0; j < this.
|
|
197
|
-
let k = this.m.indexOfKey(this.
|
|
197
|
+
for (let j = 0; j < this.a4.count; j++) {
|
|
198
|
+
let k = this.m.indexOfKey(this.a4._inner[j]);
|
|
198
199
|
if (k != -1) {
|
|
199
|
-
this.
|
|
200
|
+
this.bk(i, this.a5._inner[k], j);
|
|
200
201
|
}
|
|
201
202
|
}
|
|
202
203
|
}
|
|
203
204
|
else {
|
|
204
|
-
for (let l = 0; l < this.
|
|
205
|
-
let m = this.m.indexOfKey(this.
|
|
205
|
+
for (let l = 0; l < this.a4.count; l++) {
|
|
206
|
+
let m = this.m.indexOfKey(this.a4._inner[l]);
|
|
206
207
|
if (m != -1) {
|
|
207
208
|
let n = this.z.e(m);
|
|
208
|
-
this.
|
|
209
|
+
this.bk(n, this.a5._inner[m], l);
|
|
209
210
|
}
|
|
210
211
|
}
|
|
211
212
|
}
|
|
@@ -214,25 +215,25 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
214
215
|
this.ab.notifyClearItems();
|
|
215
216
|
}
|
|
216
217
|
}
|
|
217
|
-
|
|
218
|
+
bm(a, b) {
|
|
218
219
|
let c = null;
|
|
219
220
|
if (a.p) {
|
|
220
221
|
if (b) {
|
|
221
222
|
let d = a.af + a.v() + a.ah + a.aa;
|
|
222
|
-
c = this.
|
|
223
|
+
c = this.a5._inner[d];
|
|
223
224
|
}
|
|
224
225
|
else {
|
|
225
226
|
let e = a.ad - a.u - a.ag;
|
|
226
|
-
c = this.
|
|
227
|
+
c = this.a5._inner[e];
|
|
227
228
|
}
|
|
228
229
|
}
|
|
229
230
|
return c;
|
|
230
231
|
}
|
|
231
|
-
get
|
|
232
|
+
get a6() {
|
|
232
233
|
return this.z.t;
|
|
233
234
|
}
|
|
234
|
-
|
|
235
|
-
if (this.
|
|
235
|
+
b2() {
|
|
236
|
+
if (this.a5.count == 0) {
|
|
236
237
|
return;
|
|
237
238
|
}
|
|
238
239
|
let a = dateNow();
|
|
@@ -256,47 +257,47 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
256
257
|
let i = null;
|
|
257
258
|
let j = null;
|
|
258
259
|
if (this.m.isSectionContentVisible || !this.av) {
|
|
259
|
-
for (let k = 0; k < this.
|
|
260
|
-
let l = this.
|
|
260
|
+
for (let k = 0; k < this.a5.count; k++) {
|
|
261
|
+
let l = this.a5._inner[k];
|
|
261
262
|
if (l == null) {
|
|
262
263
|
continue;
|
|
263
264
|
}
|
|
264
265
|
if (i == null) {
|
|
265
266
|
let m = this.x(k, l, c);
|
|
266
|
-
k += this.
|
|
267
|
-
this.
|
|
267
|
+
k += this.bd(m, k, b, c, true);
|
|
268
|
+
this.bt(m, true, g);
|
|
268
269
|
this.z.z(m, 1);
|
|
269
|
-
this.
|
|
270
|
+
this.br(m, l);
|
|
270
271
|
j = l;
|
|
271
272
|
}
|
|
272
273
|
else {
|
|
273
|
-
if (this.
|
|
274
|
+
if (this.a2.compare(i, l) != 0) {
|
|
274
275
|
let n = this.z.t._inner[this.z.t.count - 1];
|
|
275
276
|
if (n.q) {
|
|
276
|
-
k += this.
|
|
277
|
+
k += this.bc(k, j, b, c);
|
|
277
278
|
}
|
|
278
|
-
this.
|
|
279
|
+
this.bu(k - 1, j, b);
|
|
279
280
|
let o = this.x(k, l, c);
|
|
280
|
-
this.
|
|
281
|
-
let p = this.
|
|
281
|
+
this.bt(o, false, g);
|
|
282
|
+
let p = this.bd(o, k, b, c, true);
|
|
282
283
|
k += p;
|
|
283
284
|
o.q = this.z.r(o);
|
|
284
285
|
this.z.z(o, 1);
|
|
285
|
-
this.
|
|
286
|
+
this.br(o, l);
|
|
286
287
|
j = l;
|
|
287
288
|
}
|
|
288
289
|
else {
|
|
289
290
|
let q = this.z.t._inner[this.z.t.count - 1];
|
|
290
291
|
this.z.z(q, 1);
|
|
291
|
-
this.
|
|
292
|
+
this.br(q, l);
|
|
292
293
|
}
|
|
293
294
|
}
|
|
294
|
-
if (k == this.
|
|
295
|
+
if (k == this.a5.count - 1) {
|
|
295
296
|
let r = this.z.t._inner[this.z.t.count - 1];
|
|
296
297
|
if (r.q) {
|
|
297
|
-
k += this.
|
|
298
|
+
k += this.bc(k + 1, j, b, c);
|
|
298
299
|
}
|
|
299
|
-
this.
|
|
300
|
+
this.bu(k, j, b);
|
|
300
301
|
}
|
|
301
302
|
i = l;
|
|
302
303
|
}
|
|
@@ -329,7 +330,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
329
330
|
}
|
|
330
331
|
}
|
|
331
332
|
}
|
|
332
|
-
this.
|
|
333
|
+
this.by();
|
|
333
334
|
for (let w = 0; w < this.z.t.count; w++) {
|
|
334
335
|
let x = this.z.t._inner[w];
|
|
335
336
|
if (this.av) {
|
|
@@ -346,7 +347,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
346
347
|
y = ab + x.d[x.d.length - 1];
|
|
347
348
|
}
|
|
348
349
|
}
|
|
349
|
-
this.
|
|
350
|
+
this.a5.v(x.af, y);
|
|
350
351
|
this.z.ae(x.ae);
|
|
351
352
|
this.z.ab(x, -y, -y);
|
|
352
353
|
w--;
|
|
@@ -362,7 +363,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
362
363
|
}
|
|
363
364
|
let af = x.af + ac + 1;
|
|
364
365
|
let ag = x.d[x.d.length - 1];
|
|
365
|
-
this.
|
|
366
|
+
this.a5.v(af, ag);
|
|
366
367
|
x.ad -= ag;
|
|
367
368
|
this.z.ac(x, -ag, -ag);
|
|
368
369
|
}
|
|
@@ -370,44 +371,44 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
370
371
|
}
|
|
371
372
|
}
|
|
372
373
|
else {
|
|
373
|
-
for (let ah = 0; ah < this.
|
|
374
|
-
let ai = this.
|
|
374
|
+
for (let ah = 0; ah < this.a5.count; ah++) {
|
|
375
|
+
let ai = this.a5._inner[ah];
|
|
375
376
|
if (ai == null) {
|
|
376
377
|
continue;
|
|
377
378
|
}
|
|
378
379
|
if (i == null) {
|
|
379
380
|
let aj = this.x(ah, ai, c);
|
|
380
|
-
this.
|
|
381
|
-
this.
|
|
381
|
+
this.be(h, aj, ai, b, c, true);
|
|
382
|
+
this.bt(aj, true, g);
|
|
382
383
|
this.z.z(aj, 1);
|
|
383
|
-
this.
|
|
384
|
+
this.br(aj, ai);
|
|
384
385
|
j = ai;
|
|
385
386
|
}
|
|
386
387
|
else {
|
|
387
|
-
if (this.
|
|
388
|
+
if (this.a2.compare(i, ai) != 0) {
|
|
388
389
|
let ak = this.z.t._inner[this.z.t.count - 1];
|
|
389
|
-
this.
|
|
390
|
+
this.bu(h.count - 1, j, b);
|
|
390
391
|
let al = this.x(ah, ai, c);
|
|
391
|
-
this.
|
|
392
|
-
this.
|
|
392
|
+
this.bt(al, false, g);
|
|
393
|
+
this.be(h, al, ai, b, c, true);
|
|
393
394
|
al.q = this.z.r(al);
|
|
394
395
|
this.z.z(al, 1);
|
|
395
|
-
this.
|
|
396
|
+
this.br(al, ai);
|
|
396
397
|
j = ai;
|
|
397
398
|
}
|
|
398
399
|
else {
|
|
399
400
|
let am = this.z.t._inner[this.z.t.count - 1];
|
|
400
401
|
this.z.z(am, 1);
|
|
401
|
-
this.
|
|
402
|
+
this.br(am, ai);
|
|
402
403
|
}
|
|
403
404
|
}
|
|
404
|
-
if (ah == this.
|
|
405
|
+
if (ah == this.a5.count - 1) {
|
|
405
406
|
let an = this.z.t._inner[this.z.t.count - 1];
|
|
406
|
-
this.
|
|
407
|
+
this.bu(ah, j, b);
|
|
407
408
|
}
|
|
408
409
|
i = ai;
|
|
409
410
|
}
|
|
410
|
-
this.
|
|
411
|
+
this.a5 = h;
|
|
411
412
|
}
|
|
412
413
|
for (let ao = 0; ao < this.b.length; ao++) {
|
|
413
414
|
this.a[ao] = null;
|
|
@@ -416,7 +417,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
416
417
|
this.c = null;
|
|
417
418
|
let ap = dateNow();
|
|
418
419
|
}
|
|
419
|
-
|
|
420
|
+
bt(a, b, c) {
|
|
420
421
|
if (b) {
|
|
421
422
|
for (let d = 0; d < this.b.length; d++) {
|
|
422
423
|
this.b[d] = a;
|
|
@@ -504,7 +505,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
504
505
|
}
|
|
505
506
|
}
|
|
506
507
|
}
|
|
507
|
-
|
|
508
|
+
bb() {
|
|
508
509
|
let a = 0;
|
|
509
510
|
let b = new Dictionary$2(String_$type, Number_$type, 0);
|
|
510
511
|
for (let c = 0; c < this.ag.k.count; c++) {
|
|
@@ -521,7 +522,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
521
522
|
}
|
|
522
523
|
return a;
|
|
523
524
|
}
|
|
524
|
-
|
|
525
|
+
be(a, b, c, d, e, f) {
|
|
525
526
|
let g = 0;
|
|
526
527
|
if (this.av) {
|
|
527
528
|
if (this.m.sectionHeaderDisplayMode == 0) {
|
|
@@ -529,7 +530,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
529
530
|
this.z.y();
|
|
530
531
|
g++;
|
|
531
532
|
if (b != null) {
|
|
532
|
-
let h = this.
|
|
533
|
+
let h = this.bn(b);
|
|
533
534
|
b.a[0] = h;
|
|
534
535
|
b.c[0] = this.al(h);
|
|
535
536
|
b.b[0] = (a.count - 1) - b.af;
|
|
@@ -543,7 +544,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
543
544
|
g++;
|
|
544
545
|
this.z.y();
|
|
545
546
|
if (b != null) {
|
|
546
|
-
let l = this.
|
|
547
|
+
let l = this.bo(b, i);
|
|
547
548
|
b.a[i] = l;
|
|
548
549
|
b.c[i] = this.al(l);
|
|
549
550
|
b.b[i] = k - b.af;
|
|
@@ -561,16 +562,16 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
561
562
|
}
|
|
562
563
|
return g;
|
|
563
564
|
}
|
|
564
|
-
|
|
565
|
+
bd(a, b, c, d, e) {
|
|
565
566
|
let f = 0;
|
|
566
567
|
if (this.av) {
|
|
567
|
-
let g = this.
|
|
568
|
+
let g = this.a5._inner[b];
|
|
568
569
|
if (this.m.sectionHeaderDisplayMode == 0) {
|
|
569
570
|
if (this.ao(b, 0, g, c, d, e)) {
|
|
570
571
|
this.z.y();
|
|
571
572
|
f++;
|
|
572
573
|
if (a != null) {
|
|
573
|
-
let h = this.
|
|
574
|
+
let h = this.bn(a);
|
|
574
575
|
a.a[0] = h;
|
|
575
576
|
a.c[0] = this.al(h);
|
|
576
577
|
a.b[0] = b - a.af;
|
|
@@ -584,7 +585,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
584
585
|
f++;
|
|
585
586
|
this.z.y();
|
|
586
587
|
if (a != null) {
|
|
587
|
-
let l = this.
|
|
588
|
+
let l = this.bo(a, i);
|
|
588
589
|
a.a[i] = l;
|
|
589
590
|
a.c[i] = this.al(l);
|
|
590
591
|
a.b[i] = k - a.af;
|
|
@@ -629,7 +630,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
629
630
|
this.a[b] = g;
|
|
630
631
|
}
|
|
631
632
|
}
|
|
632
|
-
this.
|
|
633
|
+
this.a5.insert1(a, g);
|
|
633
634
|
return true;
|
|
634
635
|
}
|
|
635
636
|
an(a, b, c, d, e, f) {
|
|
@@ -662,17 +663,17 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
662
663
|
a.add1(g);
|
|
663
664
|
return true;
|
|
664
665
|
}
|
|
665
|
-
|
|
666
|
+
bc(a, b, c, d) {
|
|
666
667
|
let e = 0;
|
|
667
668
|
if (this.au) {
|
|
668
669
|
if (this.m.sectionHeaderDisplayMode == 0) {
|
|
669
|
-
this.
|
|
670
|
+
this.bw(a, 0, b, c, d);
|
|
670
671
|
e++;
|
|
671
672
|
}
|
|
672
673
|
else if (this.m.sectionHeaderDisplayMode == 1) {
|
|
673
674
|
for (let f = d.length - 1; f >= 0; f--) {
|
|
674
675
|
if (this.z.t._inner[this.z.t.count - 1].c[f]) {
|
|
675
|
-
this.
|
|
676
|
+
this.bw(a, f, b, c, [d[f]]);
|
|
676
677
|
a++;
|
|
677
678
|
e++;
|
|
678
679
|
}
|
|
@@ -681,7 +682,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
681
682
|
}
|
|
682
683
|
return e;
|
|
683
684
|
}
|
|
684
|
-
|
|
685
|
+
bw(a, b, c, d, e) {
|
|
685
686
|
let f = new DataSourceSpecialRow();
|
|
686
687
|
f.level = b;
|
|
687
688
|
for (let g = 0; g < d.length; g++) {
|
|
@@ -691,7 +692,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
691
692
|
}
|
|
692
693
|
}
|
|
693
694
|
f.rowType = 2;
|
|
694
|
-
this.
|
|
695
|
+
this.a5.insert1(a, f);
|
|
695
696
|
}
|
|
696
697
|
q(a, b, c) {
|
|
697
698
|
let d = this.r(b, 0, c, 5);
|
|
@@ -713,16 +714,16 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
713
714
|
$ret.summaryResults = c;
|
|
714
715
|
return $ret;
|
|
715
716
|
})());
|
|
716
|
-
this.
|
|
717
|
+
this.a5.insert1(a, e);
|
|
717
718
|
return e;
|
|
718
719
|
}
|
|
719
|
-
|
|
720
|
+
bg(a, b, c) {
|
|
720
721
|
let d = a.v();
|
|
721
722
|
let e = a.af + a.ah + a.aa;
|
|
722
723
|
if (this.av) {
|
|
723
724
|
e += d;
|
|
724
725
|
}
|
|
725
|
-
this.
|
|
726
|
+
this.bi(e, a.c.length, b);
|
|
726
727
|
a.aa++;
|
|
727
728
|
a.ad++;
|
|
728
729
|
a.t++;
|
|
@@ -731,37 +732,37 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
731
732
|
}
|
|
732
733
|
return e;
|
|
733
734
|
}
|
|
734
|
-
|
|
735
|
+
bh(a, b, c) {
|
|
735
736
|
let d = a.v();
|
|
736
737
|
if (this.av) {
|
|
737
738
|
b += d;
|
|
738
739
|
}
|
|
739
|
-
this.
|
|
740
|
+
this.bi(b, a.c.length, c);
|
|
740
741
|
a.aa++;
|
|
741
742
|
a.ad++;
|
|
742
743
|
a.t++;
|
|
743
744
|
this.z.ac(a, 1, 1);
|
|
744
745
|
return b;
|
|
745
746
|
}
|
|
746
|
-
|
|
747
|
+
bi(a, b, c) {
|
|
747
748
|
let d = new DataSourceSpecialRow();
|
|
748
749
|
d.rowType = 3;
|
|
749
750
|
d.targetRow = c;
|
|
750
751
|
d.level = b;
|
|
751
|
-
this.
|
|
752
|
+
this.a5.insert1(a, d);
|
|
752
753
|
return a + 1;
|
|
753
754
|
}
|
|
754
|
-
|
|
755
|
+
bj(a, b) {
|
|
755
756
|
let c = -1;
|
|
756
|
-
for (let d = 0; d < this.
|
|
757
|
-
if (this.p.i(b, this.
|
|
757
|
+
for (let d = 0; d < this.a4.count; d++) {
|
|
758
|
+
if (this.p.i(b, this.a4._inner[d]) == 0) {
|
|
758
759
|
c = d;
|
|
759
760
|
break;
|
|
760
761
|
}
|
|
761
762
|
}
|
|
762
|
-
return this.
|
|
763
|
+
return this.bk(a, b, c);
|
|
763
764
|
}
|
|
764
|
-
|
|
765
|
+
bk(a, b, c) {
|
|
765
766
|
let d = -1;
|
|
766
767
|
if (c != -1) {
|
|
767
768
|
let e = a.af;
|
|
@@ -769,26 +770,26 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
769
770
|
let g = false;
|
|
770
771
|
for (let h = e; h < f; h++) {
|
|
771
772
|
let i = this.av ? h + 1 : h;
|
|
772
|
-
let j = typeCast(DataSourceSpecialRow.$, this.
|
|
773
|
+
let j = typeCast(DataSourceSpecialRow.$, this.a5._inner[i]);
|
|
773
774
|
if (j.targetRow != null) {
|
|
774
|
-
if (this.
|
|
775
|
-
let k = this.
|
|
775
|
+
if (this.a1 != null) {
|
|
776
|
+
let k = this.a1.compare(b, j.targetRow);
|
|
776
777
|
if (k == 0 || k < 0) {
|
|
777
|
-
d = this.
|
|
778
|
+
d = this.bh(a, h, b);
|
|
778
779
|
g = true;
|
|
779
780
|
break;
|
|
780
781
|
}
|
|
781
782
|
}
|
|
782
783
|
else {
|
|
783
784
|
let l = -1;
|
|
784
|
-
for (let m = 0; m < this.
|
|
785
|
-
if (this.p.i(j.targetRow, this.
|
|
785
|
+
for (let m = 0; m < this.a4.count; m++) {
|
|
786
|
+
if (this.p.i(j.targetRow, this.a4._inner[m]) == 0) {
|
|
786
787
|
l = m;
|
|
787
788
|
break;
|
|
788
789
|
}
|
|
789
790
|
}
|
|
790
791
|
if (l > c) {
|
|
791
|
-
d = this.
|
|
792
|
+
d = this.bh(a, h, b);
|
|
792
793
|
g = true;
|
|
793
794
|
break;
|
|
794
795
|
}
|
|
@@ -796,39 +797,39 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
796
797
|
}
|
|
797
798
|
}
|
|
798
799
|
if (!g) {
|
|
799
|
-
d = this.
|
|
800
|
+
d = this.bg(a, b, true);
|
|
800
801
|
g = true;
|
|
801
802
|
}
|
|
802
803
|
}
|
|
803
804
|
return d;
|
|
804
805
|
}
|
|
805
|
-
|
|
806
|
+
bx(a) {
|
|
806
807
|
let b = SectionData.r(a);
|
|
807
|
-
this.
|
|
808
|
+
this.a8 = b.count;
|
|
808
809
|
for (let c = 0; c < b.count; c++) {
|
|
809
810
|
let d = new Array(b._inner[c].count);
|
|
810
811
|
b._inner[c].values.copyTo(d, 0);
|
|
811
|
-
this.r(this.
|
|
812
|
+
this.r(this.a5.count, 0, d, 4);
|
|
812
813
|
}
|
|
813
814
|
}
|
|
814
|
-
|
|
815
|
+
by() {
|
|
815
816
|
if (this.l == 0 || this.l == 2) {
|
|
816
817
|
for (let a = 0; a < this.z.t.count; a++) {
|
|
817
818
|
let b = this.z.t._inner[a];
|
|
818
819
|
if (!b.q) {
|
|
819
820
|
continue;
|
|
820
821
|
}
|
|
821
|
-
if (this.am) {
|
|
822
|
+
if (this.ax && this.am) {
|
|
822
823
|
if (this.as) {
|
|
823
|
-
this.
|
|
824
|
+
this.bz(b, false);
|
|
824
825
|
}
|
|
825
826
|
else {
|
|
826
|
-
this.
|
|
827
|
+
this.b0(b, false);
|
|
827
828
|
}
|
|
828
829
|
}
|
|
829
830
|
else {
|
|
830
831
|
for (let c = 0; c < b.i.length; c++) {
|
|
831
|
-
let d = this.
|
|
832
|
+
let d = this.a5._inner[b.af + b.b[c]];
|
|
832
833
|
if (d != null) {
|
|
833
834
|
d.summaryResults = b.i[c];
|
|
834
835
|
}
|
|
@@ -840,9 +841,9 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
840
841
|
}
|
|
841
842
|
}
|
|
842
843
|
}
|
|
843
|
-
|
|
844
|
+
b0(a, b) {
|
|
844
845
|
let c = 0;
|
|
845
|
-
let d = this.
|
|
846
|
+
let d = this.bm(a, !this.as);
|
|
846
847
|
for (let e = 0; e < a.i.length; e++) {
|
|
847
848
|
if (a.a[e] == null || !a.c[e]) {
|
|
848
849
|
continue;
|
|
@@ -852,7 +853,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
852
853
|
c += 1;
|
|
853
854
|
}
|
|
854
855
|
a.g[e] = new SummaryGroup();
|
|
855
|
-
a.g[e].a = new Array(this.
|
|
856
|
+
a.g[e].a = new Array(this.a9);
|
|
856
857
|
for (let g = 0; g < f.count; g++) {
|
|
857
858
|
let h = new Array(f._inner[g].count);
|
|
858
859
|
f._inner[g].values.copyTo(h, 0);
|
|
@@ -878,7 +879,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
878
879
|
c += f.count;
|
|
879
880
|
}
|
|
880
881
|
}
|
|
881
|
-
|
|
882
|
+
bf(a, b, c) {
|
|
882
883
|
let d = a.h[b];
|
|
883
884
|
let e = SectionData.r(a.i[b]);
|
|
884
885
|
for (let f = 0; f < e.count; f++) {
|
|
@@ -895,7 +896,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
895
896
|
for (let l = d + f - 1; l >= 0; l--) {
|
|
896
897
|
let m = this.m.getRowType(l);
|
|
897
898
|
if (m == 0 || m == 1) {
|
|
898
|
-
j = this.
|
|
899
|
+
j = this.a5._inner[l];
|
|
899
900
|
k = m;
|
|
900
901
|
break;
|
|
901
902
|
}
|
|
@@ -920,7 +921,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
920
921
|
}
|
|
921
922
|
return e.count;
|
|
922
923
|
}
|
|
923
|
-
|
|
924
|
+
bz(a, b) {
|
|
924
925
|
for (let c = 0; c < a.i.length; c++) {
|
|
925
926
|
if (!a.c[c]) {
|
|
926
927
|
break;
|
|
@@ -929,8 +930,8 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
929
930
|
continue;
|
|
930
931
|
}
|
|
931
932
|
a.g[c] = new SummaryGroup();
|
|
932
|
-
a.g[c].a = new Array(this.
|
|
933
|
-
let d = this.
|
|
933
|
+
a.g[c].a = new Array(this.a9);
|
|
934
|
+
let d = this.bf(a, c, b);
|
|
934
935
|
}
|
|
935
936
|
}
|
|
936
937
|
f() {
|
|
@@ -955,47 +956,47 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
955
956
|
}
|
|
956
957
|
return a;
|
|
957
958
|
}
|
|
958
|
-
|
|
959
|
+
bu(a, b, c) {
|
|
959
960
|
this.z.x(a);
|
|
960
961
|
}
|
|
961
962
|
x(a, b, c) {
|
|
962
963
|
return this.z.i(a, this.m, b, c, this.m.sectionHeaderDisplayMode, this.ar);
|
|
963
964
|
}
|
|
964
|
-
|
|
965
|
-
this.
|
|
965
|
+
cc(a) {
|
|
966
|
+
this.a4 = new List$1(Array_$type, 0);
|
|
966
967
|
for (let b = 0; b < a.count; b++) {
|
|
967
|
-
this.
|
|
968
|
+
this.a4.add(a._inner[b]);
|
|
968
969
|
}
|
|
969
970
|
}
|
|
970
|
-
|
|
971
|
-
this.
|
|
971
|
+
b3() {
|
|
972
|
+
this.a5.clear();
|
|
972
973
|
if (this.ab != null) {
|
|
973
974
|
this.ab.notifyClearItems();
|
|
974
975
|
}
|
|
975
976
|
}
|
|
976
977
|
notifySetItem(a, b, c) {
|
|
977
|
-
if (this.
|
|
978
|
-
this.
|
|
979
|
-
this.
|
|
978
|
+
if (this.a1 != null) {
|
|
979
|
+
this.b9(b);
|
|
980
|
+
this.bp(c);
|
|
980
981
|
}
|
|
981
982
|
else {
|
|
982
|
-
this.
|
|
983
|
-
this.
|
|
983
|
+
this.ca(a, b);
|
|
984
|
+
this.bq(a, c);
|
|
984
985
|
}
|
|
985
986
|
}
|
|
986
|
-
|
|
987
|
-
if (!this.
|
|
987
|
+
bq(a, b) {
|
|
988
|
+
if (!this.ay(b)) {
|
|
988
989
|
return;
|
|
989
990
|
}
|
|
990
|
-
let c = this.
|
|
991
|
-
this.
|
|
991
|
+
let c = this.ba(a);
|
|
992
|
+
this.b4(c, b);
|
|
992
993
|
}
|
|
993
|
-
|
|
994
|
-
this.
|
|
995
|
-
this.
|
|
996
|
-
this.
|
|
994
|
+
b4(a, b) {
|
|
995
|
+
this.b1(a, b);
|
|
996
|
+
this.cf(a, b);
|
|
997
|
+
this.ck(a, b);
|
|
997
998
|
}
|
|
998
|
-
|
|
999
|
+
b1(a, b) {
|
|
999
1000
|
if (this.ah) {
|
|
1000
1001
|
let c = this.z.e(a);
|
|
1001
1002
|
if (c == null) {
|
|
@@ -1004,7 +1005,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1004
1005
|
let d = c.v();
|
|
1005
1006
|
let e = true;
|
|
1006
1007
|
if (a >= c.af && a <= c.af + (d - 1) + c.ah + c.aa) {
|
|
1007
|
-
if (!this.ai(c, b, this.
|
|
1008
|
+
if (!this.ai(c, b, this.a5._inner[c.af])) {
|
|
1008
1009
|
c = this.z.e(c.af - 1);
|
|
1009
1010
|
if (c == null) {
|
|
1010
1011
|
c = this.z.c();
|
|
@@ -1021,7 +1022,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1021
1022
|
}
|
|
1022
1023
|
c.ad++;
|
|
1023
1024
|
this.z.ac(c, 1, 0);
|
|
1024
|
-
if (this.ai(c, b, this.
|
|
1025
|
+
if (this.ai(c, b, this.a5._inner[c.af])) {
|
|
1025
1026
|
if (!c.p) {
|
|
1026
1027
|
c.ad--;
|
|
1027
1028
|
this.z.ac(c, -1, 0);
|
|
@@ -1032,12 +1033,12 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1032
1033
|
}
|
|
1033
1034
|
}
|
|
1034
1035
|
}
|
|
1035
|
-
this.
|
|
1036
|
+
this.a5.insert1(a, b);
|
|
1036
1037
|
if (this.ab != null) {
|
|
1037
1038
|
this.ab.notifyInsertItem(a, b);
|
|
1038
1039
|
}
|
|
1039
1040
|
}
|
|
1040
|
-
|
|
1041
|
+
cf(a, b) {
|
|
1041
1042
|
let c = null;
|
|
1042
1043
|
if (this.ah) {
|
|
1043
1044
|
c = this.z.e(a);
|
|
@@ -1053,23 +1054,23 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1053
1054
|
c = this.z.d();
|
|
1054
1055
|
}
|
|
1055
1056
|
}
|
|
1056
|
-
if (this.ai(c, b, this.
|
|
1057
|
+
if (this.ai(c, b, this.a5._inner[c.af])) {
|
|
1057
1058
|
this.z.z(c, 1);
|
|
1058
1059
|
if (this.aw && c.p) {
|
|
1059
|
-
let d = this.
|
|
1060
|
+
let d = this.bj(c, b);
|
|
1060
1061
|
if (d != -1 && this.ab != null) {
|
|
1061
|
-
this.ab.notifyInsertItem(d, this.
|
|
1062
|
+
this.ab.notifyInsertItem(d, this.a5._inner[d]);
|
|
1062
1063
|
}
|
|
1063
1064
|
}
|
|
1064
1065
|
}
|
|
1065
1066
|
else {
|
|
1066
1067
|
let e = this.z.e(a - 1);
|
|
1067
|
-
if (e != null && this.ai(e, b, this.
|
|
1068
|
+
if (e != null && this.ai(e, b, this.a5._inner[e.af])) {
|
|
1068
1069
|
this.z.z(e, 1);
|
|
1069
1070
|
if (this.aw && e.p) {
|
|
1070
|
-
let f = this.
|
|
1071
|
+
let f = this.bj(e, b);
|
|
1071
1072
|
if (f != -1 && this.ab != null) {
|
|
1072
|
-
this.ab.notifyInsertItem(f, this.
|
|
1073
|
+
this.ab.notifyInsertItem(f, this.a5._inner[f]);
|
|
1073
1074
|
}
|
|
1074
1075
|
}
|
|
1075
1076
|
}
|
|
@@ -1098,19 +1099,19 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1098
1099
|
}
|
|
1099
1100
|
this.z.aa(m.ae, m);
|
|
1100
1101
|
if (this.av) {
|
|
1101
|
-
let o = this.
|
|
1102
|
+
let o = this.bd(m, a, k, l, false);
|
|
1102
1103
|
m.ad += o;
|
|
1103
1104
|
h += o;
|
|
1104
|
-
i = this.
|
|
1105
|
+
i = this.a5._inner[a];
|
|
1105
1106
|
if (!g) {
|
|
1106
1107
|
c.ad--;
|
|
1107
1108
|
}
|
|
1108
1109
|
}
|
|
1109
1110
|
if (m.p) {
|
|
1110
1111
|
if (this.aw) {
|
|
1111
|
-
for (let p = 0; p < this.
|
|
1112
|
-
if (this.p.i(b, this.
|
|
1113
|
-
this.
|
|
1112
|
+
for (let p = 0; p < this.a4.count; p++) {
|
|
1113
|
+
if (this.p.i(b, this.a4._inner[p]) == 0) {
|
|
1114
|
+
this.bg(m, b, false);
|
|
1114
1115
|
h++;
|
|
1115
1116
|
break;
|
|
1116
1117
|
}
|
|
@@ -1118,21 +1119,21 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1118
1119
|
}
|
|
1119
1120
|
}
|
|
1120
1121
|
else {
|
|
1121
|
-
this.
|
|
1122
|
+
this.a5.removeAt(a + h);
|
|
1122
1123
|
m.ad--;
|
|
1123
1124
|
h--;
|
|
1124
1125
|
}
|
|
1125
1126
|
if (this.au) {
|
|
1126
|
-
let q = this.
|
|
1127
|
+
let q = this.bc(a + (h - 1), b, k, l);
|
|
1127
1128
|
if (q > 1) {
|
|
1128
1129
|
m.ad += q;
|
|
1129
1130
|
}
|
|
1130
1131
|
h += q;
|
|
1131
|
-
j = this.
|
|
1132
|
+
j = this.a5._inner[a + (h - 1)];
|
|
1132
1133
|
}
|
|
1133
1134
|
this.z.ad(m, h, h);
|
|
1134
1135
|
if (this.j == 1) {
|
|
1135
|
-
this.
|
|
1136
|
+
this.b8(m);
|
|
1136
1137
|
}
|
|
1137
1138
|
else {
|
|
1138
1139
|
if (m.a[0] != null && m.h[0] == -1) {
|
|
@@ -1153,10 +1154,10 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1153
1154
|
}
|
|
1154
1155
|
}
|
|
1155
1156
|
}
|
|
1156
|
-
|
|
1157
|
-
let b = this.
|
|
1157
|
+
cn(a) {
|
|
1158
|
+
let b = this.a5.indexOf1(a);
|
|
1158
1159
|
if (b >= 0) {
|
|
1159
|
-
let c = this.
|
|
1160
|
+
let c = this.a5._inner[b - 1];
|
|
1160
1161
|
let d = typeCast(DataSourceSpecialRow.$, c);
|
|
1161
1162
|
let e = this.f();
|
|
1162
1163
|
for (let f = 0; f < e.length; f++) {
|
|
@@ -1169,7 +1170,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1169
1170
|
}
|
|
1170
1171
|
}
|
|
1171
1172
|
}
|
|
1172
|
-
|
|
1173
|
+
b8(a) {
|
|
1173
1174
|
let b = false;
|
|
1174
1175
|
let c = false;
|
|
1175
1176
|
if (a.ae > 0) {
|
|
@@ -1177,19 +1178,19 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1177
1178
|
let e = 0;
|
|
1178
1179
|
for (let f = 0, g = 0; f < a.e.length; f++, g++) {
|
|
1179
1180
|
if (!b && Base.equalsStatic(d.f[f], a.f[f])) {
|
|
1180
|
-
this.
|
|
1181
|
+
this.a5.removeAt(a.af + g);
|
|
1181
1182
|
a.ad--;
|
|
1182
1183
|
this.z.ac(a, -1, -1);
|
|
1183
1184
|
if (this.am && (this.l == 2 || this.l == 0)) {
|
|
1184
|
-
for (let h = 0; h < this.
|
|
1185
|
-
let i = typeCast(DataSourceSpecialRow.$, this.
|
|
1185
|
+
for (let h = 0; h < this.a9; h++) {
|
|
1186
|
+
let i = typeCast(DataSourceSpecialRow.$, this.a5._inner[a.af - 1]);
|
|
1186
1187
|
if (i != null && i.rowType == 5 && i.level == f + 1) {
|
|
1187
|
-
this.
|
|
1188
|
+
this.a5.removeAt(a.af - 1);
|
|
1188
1189
|
d.ad--;
|
|
1189
1190
|
this.z.ac(d, -1, -1);
|
|
1190
|
-
this.
|
|
1191
|
+
this.a5.insert1(a.ad + 1, i);
|
|
1191
1192
|
e++;
|
|
1192
|
-
this.
|
|
1193
|
+
this.cn(i);
|
|
1193
1194
|
}
|
|
1194
1195
|
}
|
|
1195
1196
|
}
|
|
@@ -1226,7 +1227,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1226
1227
|
for (let k = 0, l = 0; k < a.e.length; k++, l++) {
|
|
1227
1228
|
if (!b && Base.equalsStatic(j.f[k], a.f[k])) {
|
|
1228
1229
|
if (j.a[k] != null) {
|
|
1229
|
-
this.
|
|
1230
|
+
this.a5.removeAt(j.af + l);
|
|
1230
1231
|
j.ad--;
|
|
1231
1232
|
this.z.ac(j, -1, -1);
|
|
1232
1233
|
a.al(k, -1);
|
|
@@ -1234,13 +1235,13 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1234
1235
|
a.d[k] = j.d[k];
|
|
1235
1236
|
if (this.am && (this.l == 2 || this.l == 0)) {
|
|
1236
1237
|
let m = j.g[k].a[0];
|
|
1237
|
-
let n = this.
|
|
1238
|
+
let n = this.a5.indexOf1(m);
|
|
1238
1239
|
a.h[k] = n;
|
|
1239
1240
|
let o = this.z.e(n);
|
|
1240
1241
|
let p = j.g[k].a.length;
|
|
1241
1242
|
for (let q = 0; q < p; q++) {
|
|
1242
1243
|
j.g[k].a[q] = null;
|
|
1243
|
-
this.
|
|
1244
|
+
this.a5.removeAt(n);
|
|
1244
1245
|
o.ad--;
|
|
1245
1246
|
if (this.as) {
|
|
1246
1247
|
o.ag--;
|
|
@@ -1277,7 +1278,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1277
1278
|
if (this.ae.k.count == 0) {
|
|
1278
1279
|
return true;
|
|
1279
1280
|
}
|
|
1280
|
-
if (this.
|
|
1281
|
+
if (this.a2.compare(b, c) == 0) {
|
|
1281
1282
|
return true;
|
|
1282
1283
|
}
|
|
1283
1284
|
return false;
|
|
@@ -1301,16 +1302,16 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1301
1302
|
}
|
|
1302
1303
|
return Base.equalsStatic(a, b);
|
|
1303
1304
|
}
|
|
1304
|
-
|
|
1305
|
-
if (this.ae.k.count == 0 && this.
|
|
1305
|
+
ba(a) {
|
|
1306
|
+
if (this.ae.k.count == 0 && this.a4.count == 0 && this.s == null && this.n.actualCount == this.a5.count) {
|
|
1306
1307
|
return a;
|
|
1307
1308
|
}
|
|
1308
1309
|
let b = 0;
|
|
1309
1310
|
let c = 0;
|
|
1310
|
-
let d = this.
|
|
1311
|
+
let d = this.a5.count;
|
|
1311
1312
|
while (b < a && c < d) {
|
|
1312
1313
|
while (c < d) {
|
|
1313
|
-
let e = this.
|
|
1314
|
+
let e = this.a5._inner[c];
|
|
1314
1315
|
let f = false;
|
|
1315
1316
|
let viewItem_ = e;
|
|
1316
1317
|
if ((viewItem_.$$isSpecialRow !== undefined)) {
|
|
@@ -1322,7 +1323,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1322
1323
|
c++;
|
|
1323
1324
|
}
|
|
1324
1325
|
let g = this.n.getItemAtIndex(b);
|
|
1325
|
-
if (this.at(g, this.
|
|
1326
|
+
if (this.at(g, this.a5._inner[c])) {
|
|
1326
1327
|
c++;
|
|
1327
1328
|
b++;
|
|
1328
1329
|
}
|
|
@@ -1332,21 +1333,21 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1332
1333
|
}
|
|
1333
1334
|
return c;
|
|
1334
1335
|
}
|
|
1335
|
-
|
|
1336
|
-
let c = this.
|
|
1337
|
-
if (c < this.
|
|
1338
|
-
if (this.at(b, this.
|
|
1339
|
-
this.
|
|
1336
|
+
ca(a, b) {
|
|
1337
|
+
let c = this.ba(a);
|
|
1338
|
+
if (c < this.a5.count) {
|
|
1339
|
+
if (this.at(b, this.a5._inner[c])) {
|
|
1340
|
+
this.b5(c, b);
|
|
1340
1341
|
}
|
|
1341
1342
|
}
|
|
1342
1343
|
}
|
|
1343
|
-
|
|
1344
|
-
this.
|
|
1344
|
+
b5(a, b) {
|
|
1345
|
+
this.a5.removeAt(a);
|
|
1345
1346
|
if (this.ab != null) {
|
|
1346
1347
|
this.ab.notifyRemoveItem(a, b);
|
|
1347
1348
|
}
|
|
1348
1349
|
let c = this.y(a, b);
|
|
1349
|
-
this.
|
|
1350
|
+
this.cl(a, b, c);
|
|
1350
1351
|
}
|
|
1351
1352
|
y(a, b) {
|
|
1352
1353
|
let c = null;
|
|
@@ -1368,7 +1369,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1368
1369
|
e = 1;
|
|
1369
1370
|
}
|
|
1370
1371
|
e += c.ah;
|
|
1371
|
-
let f = this.
|
|
1372
|
+
let f = this.a5._inner[c.af + d + e];
|
|
1372
1373
|
let g = null;
|
|
1373
1374
|
let item_ = f;
|
|
1374
1375
|
if ((item_ != null && item_.$$isSpecialRow !== undefined)) {
|
|
@@ -1376,7 +1377,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1376
1377
|
}
|
|
1377
1378
|
if (g != null) {
|
|
1378
1379
|
if (g.targetRow == b) {
|
|
1379
|
-
this.
|
|
1380
|
+
this.a5.removeAt(c.af + d + e);
|
|
1380
1381
|
c.ad--;
|
|
1381
1382
|
c.aa--;
|
|
1382
1383
|
c.t--;
|
|
@@ -1410,9 +1411,9 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1410
1411
|
for (let p = 0; p < c.g[o].a.length; p++) {
|
|
1411
1412
|
let q = c.g[o].a[p];
|
|
1412
1413
|
if (q != null) {
|
|
1413
|
-
let r = this.
|
|
1414
|
+
let r = this.a5.indexOf1(q);
|
|
1414
1415
|
if (r >= 0) {
|
|
1415
|
-
this.
|
|
1416
|
+
this.a5.removeAt(r);
|
|
1416
1417
|
c.ad--;
|
|
1417
1418
|
h++;
|
|
1418
1419
|
if (this.ab != null) {
|
|
@@ -1428,10 +1429,10 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1428
1429
|
}
|
|
1429
1430
|
}
|
|
1430
1431
|
let t = c.af + c.b[o];
|
|
1431
|
-
let u = typeCast(DataSourceSpecialRow.$, this.
|
|
1432
|
+
let u = typeCast(DataSourceSpecialRow.$, this.a5._inner[t]);
|
|
1432
1433
|
if (u != null && u.rowType == 1) {
|
|
1433
1434
|
c.a[o] = null;
|
|
1434
|
-
this.
|
|
1435
|
+
this.a5.removeAt(t);
|
|
1435
1436
|
c.ad--;
|
|
1436
1437
|
h++;
|
|
1437
1438
|
if (this.ab != null) {
|
|
@@ -1450,7 +1451,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1450
1451
|
c.k = m;
|
|
1451
1452
|
for (let w = 0; w < j; w++) {
|
|
1452
1453
|
if (this.am && !this.as && (this.l == 2 || this.l == 0)) {
|
|
1453
|
-
m.af -= this.av ? this.
|
|
1454
|
+
m.af -= this.av ? this.a9 + 1 : this.a9;
|
|
1454
1455
|
}
|
|
1455
1456
|
else if (this.av) {
|
|
1456
1457
|
m.af--;
|
|
@@ -1475,7 +1476,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1475
1476
|
}
|
|
1476
1477
|
}
|
|
1477
1478
|
let aa = m.af - h + m.b[y];
|
|
1478
|
-
let ab = typeCast(DataSourceSpecialRow.$, this.
|
|
1479
|
+
let ab = typeCast(DataSourceSpecialRow.$, this.a5._inner[aa]);
|
|
1479
1480
|
if (ab != null && ab.rowType == 1) {
|
|
1480
1481
|
for (let ac = 0; ac < m.f.length; ac++) {
|
|
1481
1482
|
ab.setValue(m.e[ac], m.f[ac]);
|
|
@@ -1486,9 +1487,9 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1486
1487
|
else {
|
|
1487
1488
|
if (this.av) {
|
|
1488
1489
|
for (let ad = c.af; ad <= c.ad; ad++) {
|
|
1489
|
-
let ae = typeCast(DataSourceSpecialRow.$, this.
|
|
1490
|
+
let ae = typeCast(DataSourceSpecialRow.$, this.a5._inner[ad]);
|
|
1490
1491
|
if (ae != null && ae.rowType == 1) {
|
|
1491
|
-
this.
|
|
1492
|
+
this.a5.removeAt(ad);
|
|
1492
1493
|
c.ad--;
|
|
1493
1494
|
h++;
|
|
1494
1495
|
ad--;
|
|
@@ -1505,8 +1506,8 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1505
1506
|
for (let ag = 0; ag < c.g[af].a.length; ag++) {
|
|
1506
1507
|
let ah = c.g[af].a[ag];
|
|
1507
1508
|
if (ah != null) {
|
|
1508
|
-
let ai = this.
|
|
1509
|
-
this.
|
|
1509
|
+
let ai = this.a5.indexOf1(ah);
|
|
1510
|
+
this.a5.removeAt(ai);
|
|
1510
1511
|
c.ad--;
|
|
1511
1512
|
h++;
|
|
1512
1513
|
if (this.ab != null) {
|
|
@@ -1518,12 +1519,12 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1518
1519
|
if (c.z >= 0) {
|
|
1519
1520
|
let aj = c.ad - c.af + 1;
|
|
1520
1521
|
if (aj > 0) {
|
|
1521
|
-
let ak = this.
|
|
1522
|
+
let ak = this.a5._inner[c.af - 1];
|
|
1522
1523
|
let al = typeCast(DataSourceSpecialRow.$, ak);
|
|
1523
1524
|
let am = this.f();
|
|
1524
1525
|
for (let an = 0; an < aj; an++) {
|
|
1525
1526
|
let ao = c.af + an;
|
|
1526
|
-
let ap = typeCast(DataSourceSpecialRow.$, this.
|
|
1527
|
+
let ap = typeCast(DataSourceSpecialRow.$, this.a5._inner[ao]);
|
|
1527
1528
|
if (ap != null) {
|
|
1528
1529
|
for (let aq = 0; aq < am.length; aq++) {
|
|
1529
1530
|
if (al == null) {
|
|
@@ -1546,8 +1547,8 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1546
1547
|
break;
|
|
1547
1548
|
}
|
|
1548
1549
|
if (c.a[as] != null) {
|
|
1549
|
-
let at = this.
|
|
1550
|
-
this.
|
|
1550
|
+
let at = this.a5._inner[c.ad];
|
|
1551
|
+
this.a5.removeAt(c.ad);
|
|
1551
1552
|
if (this.ab != null) {
|
|
1552
1553
|
this.ab.notifyRemoveItem(c.ad, at);
|
|
1553
1554
|
}
|
|
@@ -1571,17 +1572,17 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1571
1572
|
}
|
|
1572
1573
|
return true;
|
|
1573
1574
|
}
|
|
1574
|
-
|
|
1575
|
-
if (this.
|
|
1576
|
-
let b = this.
|
|
1575
|
+
bp(a) {
|
|
1576
|
+
if (this.ay(a)) {
|
|
1577
|
+
let b = this.a5.g(a, this.a1);
|
|
1577
1578
|
if (b < 0) {
|
|
1578
1579
|
b = ~b;
|
|
1579
1580
|
}
|
|
1580
|
-
this.
|
|
1581
|
+
this.b4(b, a);
|
|
1581
1582
|
}
|
|
1582
1583
|
}
|
|
1583
|
-
|
|
1584
|
-
this.
|
|
1584
|
+
b6(a) {
|
|
1585
|
+
this.a4.add(a);
|
|
1585
1586
|
let b = this.m.indexOfKey(a);
|
|
1586
1587
|
let c = this.m.getItemAtIndex(b);
|
|
1587
1588
|
if (b == -1) {
|
|
@@ -1589,14 +1590,14 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1589
1590
|
}
|
|
1590
1591
|
if (this.aw) {
|
|
1591
1592
|
let d = this.z.e(b);
|
|
1592
|
-
let e = this.
|
|
1593
|
+
let e = this.bj(d, this.a5._inner[b]);
|
|
1593
1594
|
if (this.ab != null) {
|
|
1594
|
-
this.ab.notifyInsertItem(e, this.
|
|
1595
|
+
this.ab.notifyInsertItem(e, this.a5._inner[e]);
|
|
1595
1596
|
}
|
|
1596
1597
|
}
|
|
1597
1598
|
}
|
|
1598
|
-
|
|
1599
|
-
if (this.
|
|
1599
|
+
cd(a) {
|
|
1600
|
+
if (this.a4.remove(a)) {
|
|
1600
1601
|
let b = this.m.indexOfKey(a);
|
|
1601
1602
|
let c = this.m.getItemAtIndex(b);
|
|
1602
1603
|
if (b == -1) {
|
|
@@ -1608,7 +1609,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1608
1609
|
e += d.v();
|
|
1609
1610
|
}
|
|
1610
1611
|
if (this.aw) {
|
|
1611
|
-
let f = this.u(e, this.
|
|
1612
|
+
let f = this.u(e, this.a5._inner[b], d.aa, this.f());
|
|
1612
1613
|
if (f != null) {
|
|
1613
1614
|
d.ad--;
|
|
1614
1615
|
d.aa--;
|
|
@@ -1623,12 +1624,12 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1623
1624
|
}
|
|
1624
1625
|
u(a, b, c, d) {
|
|
1625
1626
|
for (let e = a + (c - 1); e >= a; e--) {
|
|
1626
|
-
if (typeCast(DataSourceSpecialRow.$, this.
|
|
1627
|
-
let f = this.
|
|
1627
|
+
if (typeCast(DataSourceSpecialRow.$, this.a5._inner[e]) !== null) {
|
|
1628
|
+
let f = this.a5._inner[e];
|
|
1628
1629
|
if (f.rowType == 3) {
|
|
1629
1630
|
let g = f.targetRow;
|
|
1630
1631
|
if (g == b) {
|
|
1631
|
-
this.
|
|
1632
|
+
this.a5.removeAt(e);
|
|
1632
1633
|
return ((() => {
|
|
1633
1634
|
let $ret = new RemovedShiftedRowInfo();
|
|
1634
1635
|
$ret.item = f;
|
|
@@ -1641,13 +1642,13 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1641
1642
|
}
|
|
1642
1643
|
return null;
|
|
1643
1644
|
}
|
|
1644
|
-
|
|
1645
|
-
let b = this.
|
|
1645
|
+
b9(a) {
|
|
1646
|
+
let b = this.a5.g(a, this.a1);
|
|
1646
1647
|
if (b < 0) {
|
|
1647
1648
|
b = ~b;
|
|
1648
1649
|
}
|
|
1649
1650
|
if (b >= 0) {
|
|
1650
|
-
let c = this.
|
|
1651
|
+
let c = this.a5.count;
|
|
1651
1652
|
let d = 0;
|
|
1652
1653
|
while (d <= c) {
|
|
1653
1654
|
let e = b - d;
|
|
@@ -1656,13 +1657,13 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1656
1657
|
break;
|
|
1657
1658
|
}
|
|
1658
1659
|
if (e >= 0 && e < c) {
|
|
1659
|
-
if (this.
|
|
1660
|
+
if (this.a5._inner[e] != null && Base.equalsStatic(this.a5._inner[e], a)) {
|
|
1660
1661
|
b = e;
|
|
1661
1662
|
break;
|
|
1662
1663
|
}
|
|
1663
1664
|
}
|
|
1664
1665
|
if (f < c) {
|
|
1665
|
-
if (this.
|
|
1666
|
+
if (this.a5._inner[f] != null && Base.equalsStatic(this.a5._inner[f], a)) {
|
|
1666
1667
|
b = f;
|
|
1667
1668
|
break;
|
|
1668
1669
|
}
|
|
@@ -1672,22 +1673,22 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1672
1673
|
if (b < 0 || b > c - 1) {
|
|
1673
1674
|
return;
|
|
1674
1675
|
}
|
|
1675
|
-
let g = this.
|
|
1676
|
+
let g = this.a5._inner[b];
|
|
1676
1677
|
if (g == null && a == null) {
|
|
1677
|
-
this.
|
|
1678
|
+
this.a5.removeAt(b);
|
|
1678
1679
|
this.aa.notifyRemoveItem(b, a);
|
|
1679
1680
|
let h = this.y(b, a);
|
|
1680
|
-
this.
|
|
1681
|
+
this.cj(b, a, false, h);
|
|
1681
1682
|
return;
|
|
1682
1683
|
}
|
|
1683
1684
|
if (g == null) {
|
|
1684
1685
|
return;
|
|
1685
1686
|
}
|
|
1686
1687
|
if (Base.equalsStatic(g, a)) {
|
|
1687
|
-
this.
|
|
1688
|
+
this.a5.removeAt(b);
|
|
1688
1689
|
this.aa.notifyRemoveItem(b, a);
|
|
1689
1690
|
let i = this.y(b, a);
|
|
1690
|
-
this.
|
|
1691
|
+
this.cj(b, a, false, i);
|
|
1691
1692
|
}
|
|
1692
1693
|
else {
|
|
1693
1694
|
if (b - 1 >= 0) {
|
|
@@ -1700,27 +1701,27 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1700
1701
|
}
|
|
1701
1702
|
}
|
|
1702
1703
|
else {
|
|
1703
|
-
let k = this.
|
|
1704
|
+
let k = this.a5.count;
|
|
1704
1705
|
for (let l = 0; l < k; l++) {
|
|
1705
|
-
let m = this.
|
|
1706
|
+
let m = this.a5._inner[l];
|
|
1706
1707
|
if (m == null && a == null) {
|
|
1707
|
-
this.
|
|
1708
|
+
this.a5.removeAt(l);
|
|
1708
1709
|
break;
|
|
1709
1710
|
}
|
|
1710
1711
|
if (m == null) {
|
|
1711
1712
|
continue;
|
|
1712
1713
|
}
|
|
1713
1714
|
if (Base.equalsStatic(m, a)) {
|
|
1714
|
-
this.
|
|
1715
|
+
this.a5.removeAt(l);
|
|
1715
1716
|
this.aa.notifyRemoveItem(l, a);
|
|
1716
1717
|
let n = this.y(l, a);
|
|
1717
|
-
this.
|
|
1718
|
+
this.cl(l, a, n);
|
|
1718
1719
|
break;
|
|
1719
1720
|
}
|
|
1720
1721
|
}
|
|
1721
1722
|
}
|
|
1722
1723
|
}
|
|
1723
|
-
|
|
1724
|
+
ay(a) {
|
|
1724
1725
|
if (this.s == null) {
|
|
1725
1726
|
return true;
|
|
1726
1727
|
}
|
|
@@ -1729,22 +1730,22 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1729
1730
|
notifyClearItems() {
|
|
1730
1731
|
}
|
|
1731
1732
|
notifyInsertItem(a, b) {
|
|
1732
|
-
if (this.
|
|
1733
|
-
this.
|
|
1733
|
+
if (this.a1 != null) {
|
|
1734
|
+
this.bp(b);
|
|
1734
1735
|
}
|
|
1735
1736
|
else {
|
|
1736
|
-
this.
|
|
1737
|
+
this.bq(a, b);
|
|
1737
1738
|
}
|
|
1738
1739
|
}
|
|
1739
1740
|
notifyRemoveItem(a, b) {
|
|
1740
|
-
if (this.
|
|
1741
|
-
this.
|
|
1741
|
+
if (this.a1 != null) {
|
|
1742
|
+
this.b9(b);
|
|
1742
1743
|
}
|
|
1743
1744
|
else {
|
|
1744
|
-
this.
|
|
1745
|
+
this.ca(a, b);
|
|
1745
1746
|
}
|
|
1746
1747
|
}
|
|
1747
|
-
|
|
1748
|
+
cb(a, b) {
|
|
1748
1749
|
let c = this.z.e(a);
|
|
1749
1750
|
if (c == null) {
|
|
1750
1751
|
c = this.z.d();
|
|
@@ -1753,14 +1754,14 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1753
1754
|
if (c.a[d] != null) {
|
|
1754
1755
|
if (a == c.af + c.b[d]) {
|
|
1755
1756
|
let f = c.a[d];
|
|
1756
|
-
if (this.
|
|
1757
|
-
if (this.
|
|
1758
|
-
let g = this.
|
|
1757
|
+
if (this.az.containsKey(f)) {
|
|
1758
|
+
if (this.az.item(f) != b) {
|
|
1759
|
+
let g = this.az.item(f);
|
|
1759
1760
|
if (b == this.ar) {
|
|
1760
|
-
this.
|
|
1761
|
+
this.az.removeItem(f);
|
|
1761
1762
|
}
|
|
1762
1763
|
else {
|
|
1763
|
-
this.
|
|
1764
|
+
this.az.item(f, b);
|
|
1764
1765
|
}
|
|
1765
1766
|
this.m.queueAutoRefresh();
|
|
1766
1767
|
if (this.ad != null) {
|
|
@@ -1769,7 +1770,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1769
1770
|
}
|
|
1770
1771
|
}
|
|
1771
1772
|
else if (b != this.ar) {
|
|
1772
|
-
this.
|
|
1773
|
+
this.az.addItem(f, b);
|
|
1773
1774
|
this.m.queueAutoRefresh();
|
|
1774
1775
|
if (this.ad != null) {
|
|
1775
1776
|
this.ad.notifyRowExpansionChanged(a, this.ar, b);
|
|
@@ -1799,18 +1800,18 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1799
1800
|
if (!this.aq) {
|
|
1800
1801
|
return true;
|
|
1801
1802
|
}
|
|
1802
|
-
return this.
|
|
1803
|
+
return this.az.containsKey(a) ? this.az.item(a) : this.ar;
|
|
1803
1804
|
}
|
|
1804
|
-
|
|
1805
|
+
bn(a) {
|
|
1805
1806
|
let b = "";
|
|
1806
1807
|
for (let c = 0; c < a.e.length; c++) {
|
|
1807
1808
|
b += a.e[c] + ":" + a.f[c];
|
|
1808
1809
|
}
|
|
1809
1810
|
return b;
|
|
1810
1811
|
}
|
|
1811
|
-
|
|
1812
|
+
bo(a, b) {
|
|
1812
1813
|
if (this.m.sectionHeaderDisplayMode == 0) {
|
|
1813
|
-
return this.
|
|
1814
|
+
return this.bn(a);
|
|
1814
1815
|
}
|
|
1815
1816
|
let c = "";
|
|
1816
1817
|
for (let d = 0; d < b + 1; d++) {
|
|
@@ -1818,7 +1819,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1818
1819
|
}
|
|
1819
1820
|
return c;
|
|
1820
1821
|
}
|
|
1821
|
-
|
|
1822
|
+
bs(a) {
|
|
1822
1823
|
if (this.l == 3 || (a != null && this.l == 1) || (a == null && this.l == 2)) {
|
|
1823
1824
|
return;
|
|
1824
1825
|
}
|
|
@@ -1847,14 +1848,14 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1847
1848
|
}
|
|
1848
1849
|
}
|
|
1849
1850
|
}
|
|
1850
|
-
|
|
1851
|
+
bv(a) {
|
|
1851
1852
|
if (this.l == 3 || (a != null && this.l == 1) || (a == null && this.l == 2)) {
|
|
1852
1853
|
return;
|
|
1853
1854
|
}
|
|
1854
1855
|
if (a != null) {
|
|
1855
1856
|
let b = a.v();
|
|
1856
1857
|
for (let c = b - 1; c >= 0; c--) {
|
|
1857
|
-
let d = this.
|
|
1858
|
+
let d = this.a5._inner[a.af + c];
|
|
1858
1859
|
for (let e = 0; e < this.ag.k.count; e++) {
|
|
1859
1860
|
let f = this.ag.k.item(e);
|
|
1860
1861
|
let g = this.c[c][e].endCalculation();
|
|
@@ -1874,7 +1875,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1874
1875
|
}
|
|
1875
1876
|
}
|
|
1876
1877
|
}
|
|
1877
|
-
|
|
1878
|
+
br(a, b) {
|
|
1878
1879
|
if (this.l == 3 || (a != null && this.l == 1) || (a == null && this.l == 2)) {
|
|
1879
1880
|
return;
|
|
1880
1881
|
}
|
|
@@ -1897,7 +1898,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1897
1898
|
}
|
|
1898
1899
|
}
|
|
1899
1900
|
}
|
|
1900
|
-
|
|
1901
|
+
ch(a, b, c, d, e) {
|
|
1901
1902
|
if (this.j == 0) {
|
|
1902
1903
|
d = 0;
|
|
1903
1904
|
}
|
|
@@ -1906,14 +1907,14 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1906
1907
|
a.an(d, e, g);
|
|
1907
1908
|
if (this.av) {
|
|
1908
1909
|
if (a.a[d] != null) {
|
|
1909
|
-
let h = typeCast(DataSourceSpecialRow.$, this.
|
|
1910
|
+
let h = typeCast(DataSourceSpecialRow.$, this.a5._inner[a.af + a.b[d]]);
|
|
1910
1911
|
if (h != null) {
|
|
1911
1912
|
h.summaryResults[e] = a.i[d][e];
|
|
1912
1913
|
}
|
|
1913
1914
|
}
|
|
1914
1915
|
}
|
|
1915
1916
|
}
|
|
1916
|
-
|
|
1917
|
+
cg(a, b, c, d, e, f) {
|
|
1917
1918
|
if (this.j == 0) {
|
|
1918
1919
|
d = 0;
|
|
1919
1920
|
}
|
|
@@ -1923,14 +1924,14 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1923
1924
|
a.an(d, e, i);
|
|
1924
1925
|
if (this.av) {
|
|
1925
1926
|
if (!a.o && a.a[d] != null) {
|
|
1926
|
-
let j = typeCast(DataSourceSpecialRow.$, this.
|
|
1927
|
+
let j = typeCast(DataSourceSpecialRow.$, this.a5._inner[a.af + a.b[d]]);
|
|
1927
1928
|
if (j != null) {
|
|
1928
1929
|
j.summaryResults[e] = a.i[d][e];
|
|
1929
1930
|
}
|
|
1930
1931
|
}
|
|
1931
1932
|
}
|
|
1932
1933
|
}
|
|
1933
|
-
|
|
1934
|
+
cj(a, b, c, d) {
|
|
1934
1935
|
if (this.ag.k.count == 0) {
|
|
1935
1936
|
return;
|
|
1936
1937
|
}
|
|
@@ -1971,7 +1972,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1971
1972
|
let l = this.g();
|
|
1972
1973
|
let m = d.w();
|
|
1973
1974
|
for (let n = m; n < l.length; n++) {
|
|
1974
|
-
this.
|
|
1975
|
+
this.cg(d, k, b, n, h, c);
|
|
1975
1976
|
if (k.isSummaryDirty) {
|
|
1976
1977
|
e = true;
|
|
1977
1978
|
}
|
|
@@ -1982,7 +1983,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1982
1983
|
let p = this.z.t._inner[o];
|
|
1983
1984
|
let q = p.w();
|
|
1984
1985
|
for (let r = q; r < m; r++) {
|
|
1985
|
-
this.
|
|
1986
|
+
this.cg(p, k, b, r, h, c);
|
|
1986
1987
|
if (k.isSummaryDirty) {
|
|
1987
1988
|
e = true;
|
|
1988
1989
|
}
|
|
@@ -1999,20 +2000,20 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
1999
2000
|
else {
|
|
2000
2001
|
if (f) {
|
|
2001
2002
|
let s = SectionData.r(this.e);
|
|
2002
|
-
this.
|
|
2003
|
+
this.ce(s);
|
|
2003
2004
|
}
|
|
2004
2005
|
if (g) {
|
|
2005
|
-
this.
|
|
2006
|
+
this.ci(d, null);
|
|
2006
2007
|
let t = d.z;
|
|
2007
2008
|
while (t != -1) {
|
|
2008
2009
|
let u = this.z.t._inner[t];
|
|
2009
|
-
this.
|
|
2010
|
+
this.ci(u, null);
|
|
2010
2011
|
t = u.z;
|
|
2011
2012
|
}
|
|
2012
2013
|
}
|
|
2013
2014
|
}
|
|
2014
2015
|
}
|
|
2015
|
-
|
|
2016
|
+
cm(a, b, c, d, e) {
|
|
2016
2017
|
let f = a;
|
|
2017
2018
|
let g = this.ag.k.item(a);
|
|
2018
2019
|
if (g == null) {
|
|
@@ -2053,7 +2054,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
2053
2054
|
let m = this.g();
|
|
2054
2055
|
let n = e.w();
|
|
2055
2056
|
for (let o = n; o < m.length; o++) {
|
|
2056
|
-
this.
|
|
2057
|
+
this.cg(e, l, c, o, f, d);
|
|
2057
2058
|
if (l.isSummaryDirty) {
|
|
2058
2059
|
h = true;
|
|
2059
2060
|
}
|
|
@@ -2064,7 +2065,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
2064
2065
|
let q = this.z.t._inner[p];
|
|
2065
2066
|
let r = q.w();
|
|
2066
2067
|
for (let s = r; s < n; s++) {
|
|
2067
|
-
this.
|
|
2068
|
+
this.cg(q, l, c, s, f, d);
|
|
2068
2069
|
if (l.isSummaryDirty) {
|
|
2069
2070
|
h = true;
|
|
2070
2071
|
}
|
|
@@ -2080,20 +2081,20 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
2080
2081
|
else {
|
|
2081
2082
|
if (i) {
|
|
2082
2083
|
let t = SectionData.r(this.e);
|
|
2083
|
-
this.
|
|
2084
|
+
this.ce(t);
|
|
2084
2085
|
}
|
|
2085
2086
|
if (j) {
|
|
2086
|
-
this.
|
|
2087
|
+
this.ci(e, null);
|
|
2087
2088
|
let u = e.z;
|
|
2088
2089
|
while (u != -1) {
|
|
2089
2090
|
let v = this.z.t._inner[u];
|
|
2090
|
-
this.
|
|
2091
|
+
this.ci(v, null);
|
|
2091
2092
|
u = v.z;
|
|
2092
2093
|
}
|
|
2093
2094
|
}
|
|
2094
2095
|
}
|
|
2095
2096
|
}
|
|
2096
|
-
|
|
2097
|
+
ck(a, b) {
|
|
2097
2098
|
if (this.ag.k.count == 0) {
|
|
2098
2099
|
return;
|
|
2099
2100
|
}
|
|
@@ -2103,7 +2104,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
2103
2104
|
}
|
|
2104
2105
|
let d = null;
|
|
2105
2106
|
if (c != null) {
|
|
2106
|
-
d = typeCast(DataSourceSpecialRow.$, this.
|
|
2107
|
+
d = typeCast(DataSourceSpecialRow.$, this.a5._inner[c.af]);
|
|
2107
2108
|
}
|
|
2108
2109
|
let e = false;
|
|
2109
2110
|
let f = false;
|
|
@@ -2131,7 +2132,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
2131
2132
|
let m = c.w();
|
|
2132
2133
|
if (this.j == 1) {
|
|
2133
2134
|
for (let n = m; n < l.length; n++) {
|
|
2134
|
-
this.
|
|
2135
|
+
this.ch(c, k, b, n, h);
|
|
2135
2136
|
if (k.isSummaryDirty) {
|
|
2136
2137
|
e = true;
|
|
2137
2138
|
}
|
|
@@ -2139,7 +2140,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
2139
2140
|
}
|
|
2140
2141
|
}
|
|
2141
2142
|
else {
|
|
2142
|
-
this.
|
|
2143
|
+
this.ch(c, k, b, m, h);
|
|
2143
2144
|
if (k.isSummaryDirty) {
|
|
2144
2145
|
e = true;
|
|
2145
2146
|
}
|
|
@@ -2150,7 +2151,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
2150
2151
|
let p = this.z.t._inner[o];
|
|
2151
2152
|
let q = p.w();
|
|
2152
2153
|
for (let r = q; r < m; r++) {
|
|
2153
|
-
this.
|
|
2154
|
+
this.ch(p, k, b, r, h);
|
|
2154
2155
|
if (k.isSummaryDirty) {
|
|
2155
2156
|
e = true;
|
|
2156
2157
|
}
|
|
@@ -2167,26 +2168,26 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
2167
2168
|
else {
|
|
2168
2169
|
if (f) {
|
|
2169
2170
|
let s = SectionData.r(this.e);
|
|
2170
|
-
this.
|
|
2171
|
+
this.ce(s);
|
|
2171
2172
|
}
|
|
2172
2173
|
if (g) {
|
|
2173
|
-
this.
|
|
2174
|
+
this.ci(c, null);
|
|
2174
2175
|
let t = c.z;
|
|
2175
2176
|
while (t != -1) {
|
|
2176
2177
|
let u = this.z.t._inner[t];
|
|
2177
|
-
this.
|
|
2178
|
+
this.ci(u, null);
|
|
2178
2179
|
t = u.z;
|
|
2179
2180
|
}
|
|
2180
2181
|
}
|
|
2181
2182
|
}
|
|
2182
2183
|
}
|
|
2183
|
-
|
|
2184
|
+
cl(a, b, c) {
|
|
2184
2185
|
if (this.ag.k.count == 0) {
|
|
2185
2186
|
return;
|
|
2186
2187
|
}
|
|
2187
2188
|
let d = null;
|
|
2188
2189
|
if (c != null) {
|
|
2189
|
-
d = typeCast(DataSourceSpecialRow.$, this.
|
|
2190
|
+
d = typeCast(DataSourceSpecialRow.$, this.a5._inner[c.af]);
|
|
2190
2191
|
}
|
|
2191
2192
|
let e = false;
|
|
2192
2193
|
let f = false;
|
|
@@ -2214,7 +2215,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
2214
2215
|
let m = c.w();
|
|
2215
2216
|
if (this.j == 1) {
|
|
2216
2217
|
for (let n = m; n < l.length; n++) {
|
|
2217
|
-
this.
|
|
2218
|
+
this.cg(c, k, b, n, h, false);
|
|
2218
2219
|
if (k.isSummaryDirty) {
|
|
2219
2220
|
e = true;
|
|
2220
2221
|
}
|
|
@@ -2222,7 +2223,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
2222
2223
|
}
|
|
2223
2224
|
}
|
|
2224
2225
|
else {
|
|
2225
|
-
this.
|
|
2226
|
+
this.cg(c, k, b, m, h, false);
|
|
2226
2227
|
if (k.isSummaryDirty) {
|
|
2227
2228
|
e = true;
|
|
2228
2229
|
}
|
|
@@ -2233,7 +2234,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
2233
2234
|
let p = this.z.t._inner[o];
|
|
2234
2235
|
let q = p.w();
|
|
2235
2236
|
for (let r = q; r < m; r++) {
|
|
2236
|
-
this.
|
|
2237
|
+
this.cg(p, k, b, r, h, false);
|
|
2237
2238
|
if (k.isSummaryDirty) {
|
|
2238
2239
|
e = true;
|
|
2239
2240
|
}
|
|
@@ -2250,34 +2251,34 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
2250
2251
|
else {
|
|
2251
2252
|
if (f) {
|
|
2252
2253
|
let s = SectionData.r(this.e);
|
|
2253
|
-
this.
|
|
2254
|
+
this.ce(s);
|
|
2254
2255
|
}
|
|
2255
2256
|
if (g) {
|
|
2256
|
-
this.
|
|
2257
|
+
this.ci(c, null);
|
|
2257
2258
|
let t = c.z;
|
|
2258
2259
|
while (t != -1) {
|
|
2259
2260
|
let u = this.z.t._inner[t];
|
|
2260
|
-
this.
|
|
2261
|
+
this.ci(u, null);
|
|
2261
2262
|
t = u.z;
|
|
2262
2263
|
}
|
|
2263
2264
|
}
|
|
2264
2265
|
}
|
|
2265
2266
|
}
|
|
2266
|
-
|
|
2267
|
+
ci(a, b) {
|
|
2267
2268
|
if (this.l == 2 || this.l == 0) {
|
|
2268
2269
|
if (this.am) {
|
|
2269
2270
|
if (!a.o && !a.n()) {
|
|
2270
2271
|
if (this.as) {
|
|
2271
|
-
this.
|
|
2272
|
+
this.bz(a, true);
|
|
2272
2273
|
}
|
|
2273
2274
|
else {
|
|
2274
|
-
this.
|
|
2275
|
+
this.b0(a, true);
|
|
2275
2276
|
}
|
|
2276
2277
|
}
|
|
2277
2278
|
else {
|
|
2278
2279
|
a.am((c) => {
|
|
2279
2280
|
if (this.ab != null) {
|
|
2280
|
-
let d = this.
|
|
2281
|
+
let d = this.a5.indexOf1(c);
|
|
2281
2282
|
this.ab.notifySetItem(d, c, c);
|
|
2282
2283
|
}
|
|
2283
2284
|
});
|
|
@@ -2287,7 +2288,7 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
2287
2288
|
if (!a.o) {
|
|
2288
2289
|
for (let c = 0; c < a.i.length; c++) {
|
|
2289
2290
|
let d = a.af + a.b[c];
|
|
2290
|
-
let e = this.
|
|
2291
|
+
let e = this.a5._inner[d];
|
|
2291
2292
|
if (e != null) {
|
|
2292
2293
|
e.summaryResults = a.i[c];
|
|
2293
2294
|
if (this.ab != null) {
|
|
@@ -2299,12 +2300,12 @@ export let RearrangedListView = /*@__PURE__*/ (() => {
|
|
|
2299
2300
|
}
|
|
2300
2301
|
}
|
|
2301
2302
|
}
|
|
2302
|
-
|
|
2303
|
+
ce(a) {
|
|
2303
2304
|
for (let b = 0; b < a.count; b++) {
|
|
2304
2305
|
let c = new Array(a._inner[b].count);
|
|
2305
2306
|
a._inner[b].values.copyTo(c, 0);
|
|
2306
|
-
let d = this.
|
|
2307
|
-
let e = typeCast(DataSourceSpecialRow.$, this.
|
|
2307
|
+
let d = this.a5.count - a.count + b;
|
|
2308
|
+
let e = typeCast(DataSourceSpecialRow.$, this.a5._inner[d]);
|
|
2308
2309
|
e.summaryResults = c;
|
|
2309
2310
|
if (this.ab != null) {
|
|
2310
2311
|
this.ab.notifySetItem(d, e, e);
|