igniteui-webcomponents-layouts 5.3.0 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-layouts.umd.js +11266 -8364
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ComboEditorBridge.js +8 -8
- package/esm2015/lib/ComboEditorView_combined.js +27 -26
- package/esm2015/lib/ListPanelScrollerKeyboardListener.js +1 -1
- package/esm2015/lib/ListPanelView_combined.js +595 -577
- package/esm2015/lib/NativeUILayoutFactory_combined.js +6734 -5325
- package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm2015/lib/PropertyEditorTreeTransformer.js +1 -1
- package/esm2015/lib/ToolActionFieldSelector.js +7 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregation.js +40 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregationsCollection.js +160 -0
- package/esm2015/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregation.js +40 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +160 -0
- package/esm2015/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +26 -0
- package/esm2015/lib/ToolActionIconMenuVisualData.js +3 -3
- package/esm2015/lib/ToolActionVisualData.js +17 -13
- package/esm2015/lib/ToolPanelContext.js +4 -1
- package/esm2015/lib/igc-list-panel-component.js +64 -54
- package/esm2015/lib/igc-tool-action-button-component.js +6 -6
- package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
- package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
- package/esm2015/lib/igc-tool-action-component.js +191 -180
- package/esm2015/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
- package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +58 -0
- package/esm2015/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
- package/esm2015/lib/igc-tool-action-field-selector-component.js +261 -0
- package/esm2015/lib/igc-tool-action-field-selector-module.js +16 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
- package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +10 -0
- package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm2015/lib/igc-tool-panel-component.js +275 -250
- package/esm2015/lib/igc-tool-panel-module.js +2 -0
- package/esm2015/lib/igc-toolbar-component.js +171 -156
- package/esm2015/public_api.js +16 -0
- package/esm5/lib/ComboEditorBridge.js +8 -8
- package/esm5/lib/ComboEditorView_combined.js +27 -26
- package/esm5/lib/ListPanelScrollerKeyboardListener.js +1 -1
- package/esm5/lib/ListPanelView_combined.js +592 -570
- package/esm5/lib/NativeUILayoutFactory_combined.js +6684 -5125
- package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm5/lib/PropertyEditorTreeTransformer.js +1 -1
- package/esm5/lib/ToolActionFieldSelector.js +7 -0
- package/esm5/lib/ToolActionFieldSelectorAggregation.js +54 -0
- package/esm5/lib/ToolActionFieldSelectorAggregationsCollection.js +220 -0
- package/esm5/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregation.js +54 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +220 -0
- package/esm5/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm5/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +28 -0
- package/esm5/lib/ToolActionIconMenuVisualData.js +3 -3
- package/esm5/lib/ToolActionVisualData.js +17 -13
- package/esm5/lib/ToolPanelContext.js +4 -1
- package/esm5/lib/igc-list-panel-component.js +68 -54
- package/esm5/lib/igc-tool-action-button-component.js +6 -6
- package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
- package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm5/lib/igc-tool-action-combo-component.js +8 -8
- package/esm5/lib/igc-tool-action-component.js +195 -180
- package/esm5/lib/igc-tool-action-field-selector-aggregation-module.js +19 -0
- package/esm5/lib/igc-tool-action-field-selector-aggregation.js +76 -0
- package/esm5/lib/igc-tool-action-field-selector-aggregations-collection.js +58 -0
- package/esm5/lib/igc-tool-action-field-selector-component.js +331 -0
- package/esm5/lib/igc-tool-action-field-selector-module.js +20 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation-module.js +19 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +76 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +58 -0
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm5/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +32 -32
- package/esm5/lib/igc-tool-action-separator-component.js +6 -6
- package/esm5/lib/igc-tool-action-sub-panel-component.js +14 -0
- package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm5/lib/igc-tool-panel-component.js +283 -250
- package/esm5/lib/igc-tool-panel-module.js +2 -0
- package/esm5/lib/igc-toolbar-component.js +175 -156
- package/esm5/public_api.js +16 -0
- package/fesm2015/igniteui-webcomponents-layouts.js +10397 -7947
- package/fesm5/igniteui-webcomponents-layouts.js +11250 -8366
- package/lib/ListPanelView_combined.d.ts +147 -144
- package/lib/NativeUILayoutFactory_combined.d.ts +1393 -1262
- package/lib/ToolActionFieldSelector.d.ts +1 -0
- package/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
- package/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
- package/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
- package/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
- package/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
- package/lib/ToolActionFieldSelectorType.d.ts +9 -0
- package/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
- package/lib/ToolActionIconMenuVisualData.d.ts +2 -2
- package/lib/ToolActionVisualData.d.ts +6 -5
- package/lib/igc-list-panel-component.d.ts +5 -0
- package/lib/igc-tool-action-component.d.ts +6 -0
- package/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
- package/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
- package/lib/igc-tool-action-field-selector-component.d.ts +73 -0
- package/lib/igc-tool-action-field-selector-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
- package/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
- package/lib/igc-tool-action-sub-panel-component.d.ts +5 -0
- package/lib/igc-tool-panel-component.d.ts +10 -0
- package/lib/igc-toolbar-component.d.ts +5 -0
- package/package.json +3 -3
- package/public_api.d.ts +16 -0
|
@@ -105,7 +105,7 @@ export let ListPanelView = /*@__PURE__*/ (() => {
|
|
|
105
105
|
this.ae();
|
|
106
106
|
NativeUIComponent.au(this.s(), 9, (c) => {
|
|
107
107
|
let d = c;
|
|
108
|
-
this.a.
|
|
108
|
+
this.a.f3(d);
|
|
109
109
|
this.k = d.an;
|
|
110
110
|
});
|
|
111
111
|
let c = Math.round(a.rootWrapper.width());
|
|
@@ -116,11 +116,11 @@ export let ListPanelView = /*@__PURE__*/ (() => {
|
|
|
116
116
|
}
|
|
117
117
|
t(a) {
|
|
118
118
|
let b = { $type: Point_$type, x: a.pageX - this.j.rootWrapper.getOffset().left, y: a.pageY - this.j.rootWrapper.getOffset().top };
|
|
119
|
-
this.a.
|
|
119
|
+
this.a.gm(b, a.button == 0, a.shiftKey, a.ctrlKey);
|
|
120
120
|
}
|
|
121
121
|
u(a) {
|
|
122
122
|
let b = { $type: Point_$type, x: a.pageX - this.j.rootWrapper.getOffset().left, y: a.pageY - this.j.rootWrapper.getOffset().top };
|
|
123
|
-
this.a.
|
|
123
|
+
this.a.gn(b, a.button == 0, a.shiftKey, a.ctrlKey);
|
|
124
124
|
}
|
|
125
125
|
get contentGrid() {
|
|
126
126
|
return this.k;
|
|
@@ -161,8 +161,8 @@ export let ListPanelView = /*@__PURE__*/ (() => {
|
|
|
161
161
|
}
|
|
162
162
|
let b = a.rootWrapper;
|
|
163
163
|
if (null != b) {
|
|
164
|
-
NativeUI.q(b, this.a.
|
|
165
|
-
NativeUI.m(b, this.a.
|
|
164
|
+
NativeUI.q(b, this.a.h6);
|
|
165
|
+
NativeUI.m(b, this.a.h0);
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
d() {
|
|
@@ -215,7 +215,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
215
215
|
}
|
|
216
216
|
return this.a7;
|
|
217
217
|
}
|
|
218
|
-
|
|
218
|
+
f3(a) {
|
|
219
219
|
this.aa = new ListPanelLayoutPanel(a);
|
|
220
220
|
}
|
|
221
221
|
constructor() {
|
|
@@ -226,21 +226,21 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
226
226
|
this.a7 = null;
|
|
227
227
|
this.aa = null;
|
|
228
228
|
this.propertyChanged = null;
|
|
229
|
-
this.
|
|
229
|
+
this.ef = null;
|
|
230
230
|
this.viewportChanged = null;
|
|
231
231
|
this.ay = null;
|
|
232
|
-
this.
|
|
233
|
-
this.
|
|
232
|
+
this.dj = -1;
|
|
233
|
+
this.dk = -1;
|
|
234
234
|
this.ar = 0;
|
|
235
235
|
this.bh = true;
|
|
236
|
-
this.
|
|
236
|
+
this.hx = null;
|
|
237
237
|
this.ba = true;
|
|
238
|
-
this.
|
|
239
|
-
this.
|
|
240
|
-
this.da = truncate(DeviceUtils.g(1));
|
|
238
|
+
this.hv = null;
|
|
239
|
+
this.ht = null;
|
|
241
240
|
this.dc = truncate(DeviceUtils.g(1));
|
|
241
|
+
this.de = truncate(DeviceUtils.g(1));
|
|
242
|
+
this.dd = truncate(DeviceUtils.g(1));
|
|
242
243
|
this.db = truncate(DeviceUtils.g(1));
|
|
243
|
-
this.c9 = truncate(DeviceUtils.g(1));
|
|
244
244
|
this.q = 0;
|
|
245
245
|
this.am = 1;
|
|
246
246
|
this.b = null;
|
|
@@ -257,19 +257,20 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
257
257
|
this.ak = new ListPanelSelectedKeysCollection();
|
|
258
258
|
this.i = null;
|
|
259
259
|
this.c = new Array(0);
|
|
260
|
+
this.c2 = 10;
|
|
260
261
|
this.bu = false;
|
|
261
|
-
this.
|
|
262
|
+
this.dm = -1;
|
|
262
263
|
this.c0 = DeviceUtils.g(42);
|
|
263
264
|
this.a3 = null;
|
|
264
265
|
this.bd = true;
|
|
265
|
-
this.
|
|
266
|
+
this.eg = null;
|
|
266
267
|
this.c1 = 0;
|
|
267
268
|
this.cz = NaN;
|
|
268
269
|
this.cy = 0;
|
|
269
270
|
this.bn = false;
|
|
270
271
|
this.bg = false;
|
|
271
272
|
this.bm = false;
|
|
272
|
-
this.
|
|
273
|
+
this.dl = -1;
|
|
273
274
|
this.contentRefreshed = null;
|
|
274
275
|
this.rowUpdating = null;
|
|
275
276
|
this.a2 = new FastIterationDictionary$2(Number_$type, ListPanelItemModel.$, 0);
|
|
@@ -281,25 +282,25 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
281
282
|
this.cq = new List$1(Number_$type, 0);
|
|
282
283
|
this.cv = new List$1(Number_$type, 0);
|
|
283
284
|
this.cu = new List$1(Number_$type, 0);
|
|
284
|
-
this.
|
|
285
|
+
this.dq = -1;
|
|
285
286
|
this.cw = null;
|
|
286
287
|
this.az = 1;
|
|
287
|
-
this.
|
|
288
|
+
this.hw = null;
|
|
288
289
|
this.br = true;
|
|
289
290
|
this.bk = true;
|
|
290
|
-
this.
|
|
291
|
-
this.
|
|
291
|
+
this.dg = -1;
|
|
292
|
+
this.dh = -1;
|
|
292
293
|
this.l = null;
|
|
293
294
|
this.by = false;
|
|
294
295
|
this.k = null;
|
|
295
|
-
this.
|
|
296
|
+
this.hu = ListPanel.h1;
|
|
296
297
|
this.ab = ListPanel.ac;
|
|
297
298
|
this.bi = ListPanel.bt;
|
|
298
|
-
this.
|
|
299
|
-
this.
|
|
300
|
-
this.
|
|
299
|
+
this.hy = ListPanel.h2;
|
|
300
|
+
this.dn = -1;
|
|
301
|
+
this.dp = -1;
|
|
301
302
|
this.bj = true;
|
|
302
|
-
this.
|
|
303
|
+
this.df = 0;
|
|
303
304
|
this._viewportManager = null;
|
|
304
305
|
this.cs = new List$1(Number_$type, 0);
|
|
305
306
|
this.ct = new List$1(Number_$type, 0);
|
|
@@ -314,7 +315,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
314
315
|
this.bp = false;
|
|
315
316
|
this.bo = false;
|
|
316
317
|
this.cl = false;
|
|
317
|
-
this.
|
|
318
|
+
this.di = -1;
|
|
318
319
|
this.bq = false;
|
|
319
320
|
this.a9 = null;
|
|
320
321
|
this.x = null;
|
|
@@ -327,8 +328,8 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
327
328
|
a.a = this;
|
|
328
329
|
this.view = a;
|
|
329
330
|
this.view.ab();
|
|
330
|
-
this.ah.ag(runOn(this, this.
|
|
331
|
-
this.ak.an(runOn(this, this.
|
|
331
|
+
this.ah.ag(runOn(this, this.hj));
|
|
332
|
+
this.ak.an(runOn(this, this.hk));
|
|
332
333
|
}
|
|
333
334
|
onSizeChanged(a, b) {
|
|
334
335
|
let c = this.cz;
|
|
@@ -339,17 +340,17 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
339
340
|
this.view.x(this.cz, this.cy);
|
|
340
341
|
}
|
|
341
342
|
}
|
|
342
|
-
this.
|
|
343
|
+
this.g9();
|
|
343
344
|
}
|
|
344
345
|
setViewport(a, b, c, d) {
|
|
345
|
-
this.
|
|
346
|
-
this.
|
|
346
|
+
this.dj = -1;
|
|
347
|
+
this.dk = -1;
|
|
347
348
|
let e = c - a;
|
|
348
349
|
let f = new Rect(0, a, b, c - a, d - b);
|
|
349
350
|
if (f.x != this.ay.d.x || f.y != this.ay.d.y || f.width != this.ay.d.width || f.height != this.ay.d.height) {
|
|
350
351
|
let g = this.ay.d;
|
|
351
352
|
this.ay.d = f;
|
|
352
|
-
this.
|
|
353
|
+
this.ha();
|
|
353
354
|
if (this.viewportChanged != null) {
|
|
354
355
|
this.viewportChanged(this, ((() => {
|
|
355
356
|
let $ret = new ListPanelViewportChangedEventArgs();
|
|
@@ -409,7 +410,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
409
410
|
}
|
|
410
411
|
return new ListPanelPrimaryKeyValue(a, g);
|
|
411
412
|
}
|
|
412
|
-
|
|
413
|
+
ea(a) {
|
|
413
414
|
if (this.actualDataSource == null) {
|
|
414
415
|
return -1;
|
|
415
416
|
}
|
|
@@ -418,8 +419,8 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
418
419
|
}
|
|
419
420
|
return -1;
|
|
420
421
|
}
|
|
421
|
-
|
|
422
|
-
let b = this.
|
|
422
|
+
ei(a) {
|
|
423
|
+
let b = this.ea(a);
|
|
423
424
|
if (b == -1) {
|
|
424
425
|
if (a.value != null && a.value.length == 1) {
|
|
425
426
|
return a.value[0];
|
|
@@ -441,7 +442,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
441
442
|
let b = this.ar;
|
|
442
443
|
this.ar = a;
|
|
443
444
|
if (b != this.ar) {
|
|
444
|
-
this.
|
|
445
|
+
this.go("SelectionMode", enumGetBox(ListPanelSelectionMode_$type, b), enumGetBox(ListPanelSelectionMode_$type, this.ar));
|
|
445
446
|
}
|
|
446
447
|
}
|
|
447
448
|
get bx() {
|
|
@@ -451,17 +452,17 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
451
452
|
let b = this.bh;
|
|
452
453
|
this.bh = a;
|
|
453
454
|
if (this.bh != b) {
|
|
454
|
-
this.
|
|
455
|
+
this.go("IsActiveRowStyleEnabled", b, this.bh);
|
|
455
456
|
}
|
|
456
457
|
}
|
|
457
|
-
get
|
|
458
|
-
return this.
|
|
458
|
+
get h5() {
|
|
459
|
+
return this.hx;
|
|
459
460
|
}
|
|
460
|
-
set
|
|
461
|
-
let b = this.
|
|
462
|
-
this.
|
|
463
|
-
if (this.
|
|
464
|
-
this.
|
|
461
|
+
set h5(a) {
|
|
462
|
+
let b = this.hx;
|
|
463
|
+
this.hx = a;
|
|
464
|
+
if (this.hx != b) {
|
|
465
|
+
this.go("SelectedBackground", b, this.hx);
|
|
465
466
|
}
|
|
466
467
|
}
|
|
467
468
|
get bs() {
|
|
@@ -470,34 +471,24 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
470
471
|
set bs(a) {
|
|
471
472
|
this.ba = a;
|
|
472
473
|
}
|
|
473
|
-
get
|
|
474
|
-
return this.
|
|
475
|
-
}
|
|
476
|
-
set h0(a) {
|
|
477
|
-
let b = this.hs;
|
|
478
|
-
this.hs = a;
|
|
479
|
-
if (this.hs != b) {
|
|
480
|
-
this.gl("NormalBackground", b, this.hs);
|
|
481
|
-
}
|
|
482
|
-
}
|
|
483
|
-
get hw() {
|
|
484
|
-
return this.hq;
|
|
474
|
+
get h3() {
|
|
475
|
+
return this.hv;
|
|
485
476
|
}
|
|
486
|
-
set
|
|
487
|
-
let b = this.
|
|
488
|
-
this.
|
|
489
|
-
if (this.
|
|
490
|
-
this.
|
|
477
|
+
set h3(a) {
|
|
478
|
+
let b = this.hv;
|
|
479
|
+
this.hv = a;
|
|
480
|
+
if (this.hv != b) {
|
|
481
|
+
this.go("NormalBackground", b, this.hv);
|
|
491
482
|
}
|
|
492
483
|
}
|
|
493
|
-
get
|
|
494
|
-
return this.
|
|
484
|
+
get hz() {
|
|
485
|
+
return this.ht;
|
|
495
486
|
}
|
|
496
|
-
set
|
|
497
|
-
let b = this.
|
|
498
|
-
this.
|
|
499
|
-
if (this.
|
|
500
|
-
this.
|
|
487
|
+
set hz(a) {
|
|
488
|
+
let b = this.ht;
|
|
489
|
+
this.ht = a;
|
|
490
|
+
if (this.ht != b) {
|
|
491
|
+
this.go("ActivationBorder", b, this.ht);
|
|
501
492
|
}
|
|
502
493
|
}
|
|
503
494
|
get ds() {
|
|
@@ -507,7 +498,27 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
507
498
|
let b = this.dc;
|
|
508
499
|
this.dc = a;
|
|
509
500
|
if (this.dc != b) {
|
|
510
|
-
this.
|
|
501
|
+
this.go("ActivationBorderLeftWidth", b, this.dc);
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
get du() {
|
|
505
|
+
return this.de;
|
|
506
|
+
}
|
|
507
|
+
set du(a) {
|
|
508
|
+
let b = this.de;
|
|
509
|
+
this.de = a;
|
|
510
|
+
if (this.de != b) {
|
|
511
|
+
this.go("ActivationBorderTopWidth", b, this.de);
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
get dt() {
|
|
515
|
+
return this.dd;
|
|
516
|
+
}
|
|
517
|
+
set dt(a) {
|
|
518
|
+
let b = this.dd;
|
|
519
|
+
this.dd = a;
|
|
520
|
+
if (this.dd != b) {
|
|
521
|
+
this.go("ActivationBorderRightWidth", b, this.dd);
|
|
511
522
|
}
|
|
512
523
|
}
|
|
513
524
|
get dr() {
|
|
@@ -517,17 +528,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
517
528
|
let b = this.db;
|
|
518
529
|
this.db = a;
|
|
519
530
|
if (this.db != b) {
|
|
520
|
-
this.
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
get dp() {
|
|
524
|
-
return this.c9;
|
|
525
|
-
}
|
|
526
|
-
set dp(a) {
|
|
527
|
-
let b = this.c9;
|
|
528
|
-
this.c9 = a;
|
|
529
|
-
if (this.c9 != b) {
|
|
530
|
-
this.gl("ActivationBorderBottomWidth", b, this.c9);
|
|
531
|
+
this.go("ActivationBorderBottomWidth", b, this.db);
|
|
531
532
|
}
|
|
532
533
|
}
|
|
533
534
|
get r() {
|
|
@@ -537,7 +538,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
537
538
|
let b = this.q;
|
|
538
539
|
this.q = a;
|
|
539
540
|
if (b != this.q) {
|
|
540
|
-
this.
|
|
541
|
+
this.go("ActivationMode", enumGetBox(ListPanelActivationMode_$type, b), enumGetBox(ListPanelActivationMode_$type, this.q));
|
|
541
542
|
}
|
|
542
543
|
}
|
|
543
544
|
get an() {
|
|
@@ -547,7 +548,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
547
548
|
let b = this.am;
|
|
548
549
|
this.am = a;
|
|
549
550
|
if (b != this.am) {
|
|
550
|
-
this.
|
|
551
|
+
this.go("SelectionBehavior", enumGetBox(ListPanelSelectionBehavior_$type, b), enumGetBox(ListPanelSelectionBehavior_$type, this.am));
|
|
551
552
|
}
|
|
552
553
|
}
|
|
553
554
|
get f() {
|
|
@@ -557,7 +558,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
557
558
|
let b = this.b;
|
|
558
559
|
this.b = a;
|
|
559
560
|
if (this.b != b) {
|
|
560
|
-
this.
|
|
561
|
+
this.go("PrimaryKey", b, this.b);
|
|
561
562
|
}
|
|
562
563
|
}
|
|
563
564
|
get d() {
|
|
@@ -567,7 +568,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
567
568
|
let b = this.a;
|
|
568
569
|
this.a = a;
|
|
569
570
|
if (this.a != b) {
|
|
570
|
-
this.
|
|
571
|
+
this.go("ActualPrimaryKey", b, this.a);
|
|
571
572
|
}
|
|
572
573
|
}
|
|
573
574
|
get aq() {
|
|
@@ -589,13 +590,13 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
589
590
|
return this.ak;
|
|
590
591
|
}
|
|
591
592
|
get itemsSource() {
|
|
592
|
-
return this.
|
|
593
|
+
return this.ef;
|
|
593
594
|
}
|
|
594
595
|
set itemsSource(a) {
|
|
595
|
-
let b = this.
|
|
596
|
-
this.
|
|
597
|
-
if (b != this.
|
|
598
|
-
this.
|
|
596
|
+
let b = this.ef;
|
|
597
|
+
this.ef = a;
|
|
598
|
+
if (b != this.ef) {
|
|
599
|
+
this.go("ItemsSource", b, this.ef);
|
|
599
600
|
}
|
|
600
601
|
}
|
|
601
602
|
get g() {
|
|
@@ -605,7 +606,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
605
606
|
let b = this.c;
|
|
606
607
|
this.c = a;
|
|
607
608
|
if (this.c != b) {
|
|
608
|
-
this.
|
|
609
|
+
this.go("SchemaIncludedProperties", b, this.c);
|
|
609
610
|
}
|
|
610
611
|
}
|
|
611
612
|
get actualDataSource() {
|
|
@@ -615,7 +616,17 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
615
616
|
let b = this.i;
|
|
616
617
|
this.i = a;
|
|
617
618
|
if (this.i != b) {
|
|
618
|
-
this.
|
|
619
|
+
this.go("ActualDataSource", b, this.i);
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
get c8() {
|
|
623
|
+
return this.c2;
|
|
624
|
+
}
|
|
625
|
+
set c8(a) {
|
|
626
|
+
let b = this.c2;
|
|
627
|
+
this.c2 = a;
|
|
628
|
+
if (this.c2 != b) {
|
|
629
|
+
this.go("ItemSpacing", b, this.c2);
|
|
619
630
|
}
|
|
620
631
|
}
|
|
621
632
|
notifySizeChanged() {
|
|
@@ -627,24 +638,24 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
627
638
|
provideContainer(a) {
|
|
628
639
|
this.view.z(a);
|
|
629
640
|
}
|
|
630
|
-
get
|
|
631
|
-
return this.
|
|
641
|
+
get ee() {
|
|
642
|
+
return this.dm;
|
|
632
643
|
}
|
|
633
|
-
set
|
|
634
|
-
let b = this.
|
|
635
|
-
this.
|
|
636
|
-
if (b != this.
|
|
637
|
-
this.
|
|
644
|
+
set ee(a) {
|
|
645
|
+
let b = this.dm;
|
|
646
|
+
this.dm = a;
|
|
647
|
+
if (b != this.dm) {
|
|
648
|
+
this.go("RowHeight", b, this.dm);
|
|
638
649
|
}
|
|
639
650
|
}
|
|
640
|
-
get
|
|
651
|
+
get c5() {
|
|
641
652
|
return this.c0;
|
|
642
653
|
}
|
|
643
|
-
set
|
|
654
|
+
set c5(a) {
|
|
644
655
|
let b = this.c0;
|
|
645
656
|
this.c0 = a;
|
|
646
657
|
if (b != this.c0) {
|
|
647
|
-
this.
|
|
658
|
+
this.go("ActualRowHeight", b, this.c0);
|
|
648
659
|
}
|
|
649
660
|
}
|
|
650
661
|
get a4() {
|
|
@@ -654,7 +665,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
654
665
|
let b = this.a3;
|
|
655
666
|
this.a3 = a;
|
|
656
667
|
if (b != this.a3) {
|
|
657
|
-
this.
|
|
668
|
+
this.go("CellTextStyle", b, this.a3);
|
|
658
669
|
}
|
|
659
670
|
}
|
|
660
671
|
a5() {
|
|
@@ -666,51 +677,51 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
666
677
|
get bv() {
|
|
667
678
|
return this.ad == 1;
|
|
668
679
|
}
|
|
669
|
-
|
|
680
|
+
go(a, b, c) {
|
|
670
681
|
if (this.propertyChanged != null) {
|
|
671
682
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
672
683
|
}
|
|
673
|
-
this.
|
|
684
|
+
this.g1(a, b, c);
|
|
674
685
|
}
|
|
675
|
-
|
|
676
|
-
this.
|
|
686
|
+
fo(a, b) {
|
|
687
|
+
this.gk();
|
|
677
688
|
}
|
|
678
|
-
|
|
689
|
+
g4() {
|
|
679
690
|
if (this.bm) {
|
|
680
691
|
return;
|
|
681
692
|
}
|
|
682
693
|
this.bm = true;
|
|
683
|
-
this.k.enqueueAction(runOn(this, this.
|
|
694
|
+
this.k.enqueueAction(runOn(this, this.fs));
|
|
684
695
|
}
|
|
685
|
-
|
|
696
|
+
fs() {
|
|
686
697
|
if (!this.bm) {
|
|
687
698
|
return;
|
|
688
699
|
}
|
|
689
700
|
this.bm = false;
|
|
690
|
-
this.
|
|
701
|
+
this.f0();
|
|
691
702
|
if (this.br) {
|
|
692
|
-
this.
|
|
703
|
+
this.fm();
|
|
693
704
|
}
|
|
694
|
-
this.g2();
|
|
695
705
|
this.g5();
|
|
706
|
+
this.g8();
|
|
696
707
|
if (this.contentRefreshed != null) {
|
|
697
708
|
this.contentRefreshed(this, new ListPanelContentRefreshedEventArgs());
|
|
698
709
|
}
|
|
699
710
|
}
|
|
700
|
-
|
|
711
|
+
f0() {
|
|
701
712
|
if (this.bk) {
|
|
702
|
-
this.
|
|
713
|
+
this.fl();
|
|
703
714
|
this.bk = false;
|
|
704
715
|
if (this.ad == 1) {
|
|
705
716
|
this.aa.g(new Size(1, this.cz, this.cy));
|
|
706
717
|
}
|
|
707
718
|
}
|
|
708
719
|
}
|
|
709
|
-
|
|
720
|
+
g8() {
|
|
710
721
|
if (this.actualDataSource == null) {
|
|
711
722
|
return;
|
|
712
723
|
}
|
|
713
|
-
this.
|
|
724
|
+
this.dl = this.actualDataSource.actualCount;
|
|
714
725
|
for (let a = 0; a < this.a1.o.count; a++) {
|
|
715
726
|
if (this.a1.p._inner[a]) {
|
|
716
727
|
continue;
|
|
@@ -727,44 +738,44 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
727
738
|
}
|
|
728
739
|
let g = this.a2.o._inner[f];
|
|
729
740
|
let h = this.a2.q._inner[f];
|
|
730
|
-
this.
|
|
731
|
-
this.
|
|
732
|
-
this.
|
|
741
|
+
this.fw(h);
|
|
742
|
+
this.fy(h);
|
|
743
|
+
this.fu(h);
|
|
733
744
|
this.aa.d(this, h);
|
|
734
745
|
}
|
|
735
746
|
}
|
|
736
|
-
|
|
747
|
+
fy(a) {
|
|
737
748
|
if (a.p) {
|
|
738
749
|
if (a.k) {
|
|
739
|
-
a.b.a.bg = new Thickness(1, this.
|
|
750
|
+
a.b.a.bg = new Thickness(1, this.ds, this.du, this.dt, this.dr);
|
|
740
751
|
}
|
|
741
752
|
else {
|
|
742
753
|
a.b.a.bg = new Thickness(0, 0);
|
|
743
754
|
}
|
|
744
755
|
a.p = false;
|
|
745
756
|
if (a.j) {
|
|
746
|
-
a.b.a.a9 = this.
|
|
757
|
+
a.b.a.a9 = this.hz;
|
|
747
758
|
}
|
|
748
759
|
else {
|
|
749
760
|
a.b.a.a9 = null;
|
|
750
761
|
}
|
|
751
762
|
if (a.n) {
|
|
752
|
-
a.b.a.a8 = this.
|
|
763
|
+
a.b.a.a8 = this.h5;
|
|
753
764
|
}
|
|
754
765
|
else {
|
|
755
|
-
a.b.a.a8 = this.
|
|
766
|
+
a.b.a.a8 = this.h3;
|
|
756
767
|
}
|
|
757
768
|
}
|
|
758
769
|
}
|
|
759
|
-
|
|
770
|
+
fu(a) {
|
|
760
771
|
if (a.m) {
|
|
761
772
|
a.m = false;
|
|
762
|
-
this.
|
|
773
|
+
this.fz(a);
|
|
763
774
|
}
|
|
764
775
|
}
|
|
765
|
-
|
|
776
|
+
fz(a) {
|
|
766
777
|
if (this.rowUpdating != null) {
|
|
767
|
-
let b = this.
|
|
778
|
+
let b = this.c7(a.v);
|
|
768
779
|
this.rowUpdating(this, ((() => {
|
|
769
780
|
let $ret = new ListPanelTemplateItemUpdatingEventArgs();
|
|
770
781
|
$ret.a = a;
|
|
@@ -775,7 +786,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
775
786
|
})()));
|
|
776
787
|
}
|
|
777
788
|
}
|
|
778
|
-
|
|
789
|
+
fw(a) {
|
|
779
790
|
if (a.b != null) {
|
|
780
791
|
return;
|
|
781
792
|
}
|
|
@@ -793,22 +804,22 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
793
804
|
c.f = 0;
|
|
794
805
|
}
|
|
795
806
|
a.b.a = c;
|
|
796
|
-
if (this.
|
|
797
|
-
a.b.a.a8 = this.
|
|
807
|
+
if (this.h3 != null) {
|
|
808
|
+
a.b.a.a8 = this.h3;
|
|
798
809
|
}
|
|
799
810
|
});
|
|
800
811
|
}
|
|
801
|
-
|
|
812
|
+
fm() {
|
|
802
813
|
if (!this.br) {
|
|
803
814
|
return;
|
|
804
815
|
}
|
|
805
816
|
this.br = false;
|
|
806
|
-
this.
|
|
807
|
-
this.
|
|
808
|
-
this.
|
|
809
|
-
this.ay.c = this.
|
|
810
|
-
this.ay.b = this.
|
|
811
|
-
if (this.
|
|
817
|
+
this.f2();
|
|
818
|
+
this.dg = this.ec();
|
|
819
|
+
this.dh = this.ed();
|
|
820
|
+
this.ay.c = this.dg;
|
|
821
|
+
this.ay.b = this.dh;
|
|
822
|
+
if (this.dg == -1 || this.dh == -1) {
|
|
812
823
|
return;
|
|
813
824
|
}
|
|
814
825
|
let a = new List$1(Number_$type, 0);
|
|
@@ -818,51 +829,51 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
818
829
|
}
|
|
819
830
|
let c = this.a2.o._inner[b];
|
|
820
831
|
let d = this.a2.q._inner[b];
|
|
821
|
-
if (c < this.
|
|
832
|
+
if (c < this.dg || c > this.dh) {
|
|
822
833
|
a.add(c);
|
|
823
834
|
}
|
|
824
835
|
}
|
|
825
836
|
for (let e = 0; e < a.count; e++) {
|
|
826
|
-
this.
|
|
837
|
+
this.hb(a._inner[e]);
|
|
827
838
|
}
|
|
828
|
-
for (let f = this.
|
|
829
|
-
this.
|
|
839
|
+
for (let f = this.dg; f <= this.dh; f++) {
|
|
840
|
+
this.fv(f);
|
|
830
841
|
let g = this.a2.item(f);
|
|
831
|
-
g.u = this.
|
|
832
|
-
g.s = this.
|
|
842
|
+
g.u = this.da(f);
|
|
843
|
+
g.s = this.c9(f);
|
|
833
844
|
}
|
|
834
845
|
}
|
|
835
|
-
|
|
846
|
+
c9(a) {
|
|
836
847
|
if (this.ad == 0) {
|
|
837
848
|
return 0;
|
|
838
849
|
}
|
|
839
850
|
else if (this.ad == 2) {
|
|
840
|
-
let b = this.
|
|
851
|
+
let b = this.d8(a);
|
|
841
852
|
return this.cv._inner[b];
|
|
842
853
|
}
|
|
843
854
|
else {
|
|
844
855
|
return this.cv._inner[a];
|
|
845
856
|
}
|
|
846
857
|
}
|
|
847
|
-
|
|
858
|
+
d8(a) {
|
|
848
859
|
let b = a % this.cw.count;
|
|
849
860
|
return b;
|
|
850
861
|
}
|
|
851
|
-
|
|
862
|
+
d9(a) {
|
|
852
863
|
let b = Math.floor(a / this.cw.count);
|
|
853
864
|
return truncate(b);
|
|
854
865
|
}
|
|
855
|
-
|
|
866
|
+
da(a) {
|
|
856
867
|
if (this.ad == 1) {
|
|
857
868
|
return 0;
|
|
858
869
|
}
|
|
859
870
|
else if (this.ad == 2) {
|
|
860
|
-
let b = this.
|
|
871
|
+
let b = this.d9(a);
|
|
861
872
|
if (this.bz) {
|
|
862
873
|
return this.cr._inner[b];
|
|
863
874
|
}
|
|
864
875
|
else {
|
|
865
|
-
return b * this.
|
|
876
|
+
return b * this.c5;
|
|
866
877
|
}
|
|
867
878
|
}
|
|
868
879
|
else {
|
|
@@ -870,11 +881,11 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
870
881
|
return this.cr._inner[a];
|
|
871
882
|
}
|
|
872
883
|
else {
|
|
873
|
-
return a * this.
|
|
884
|
+
return a * this.c5;
|
|
874
885
|
}
|
|
875
886
|
}
|
|
876
887
|
}
|
|
877
|
-
|
|
888
|
+
fv(a) {
|
|
878
889
|
if (this.a2.d(a)) {
|
|
879
890
|
return;
|
|
880
891
|
}
|
|
@@ -889,18 +900,18 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
889
900
|
z(a) {
|
|
890
901
|
let b = this.cx.count > 0 ? this.cx.b() : new ListPanelItemModel();
|
|
891
902
|
b.v = a;
|
|
892
|
-
b.t = this.
|
|
903
|
+
b.t = this.c5;
|
|
893
904
|
return b;
|
|
894
905
|
}
|
|
895
|
-
|
|
906
|
+
hb(a) {
|
|
896
907
|
let b = this.a2.item(a);
|
|
897
|
-
this.
|
|
908
|
+
this.g7(b);
|
|
898
909
|
this.a2.f(a);
|
|
899
910
|
b.i = true;
|
|
900
911
|
b.x = null;
|
|
901
912
|
this.a1.s(b, b);
|
|
902
913
|
}
|
|
903
|
-
|
|
914
|
+
g7(a) {
|
|
904
915
|
this.cx.g(a);
|
|
905
916
|
if (this.itemRecycled != null) {
|
|
906
917
|
this.itemRecycled(this, ((() => {
|
|
@@ -910,16 +921,16 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
910
921
|
})()));
|
|
911
922
|
}
|
|
912
923
|
}
|
|
913
|
-
|
|
924
|
+
ed() {
|
|
914
925
|
if (this.actualDataSource == null || this.actualDataSource.actualSchema == null || this.actualDataSource.actualCount == 0) {
|
|
915
926
|
return -1;
|
|
916
927
|
}
|
|
917
928
|
if (!this.ay.d.isEmpty) {
|
|
918
929
|
if (this.ad == 0) {
|
|
919
930
|
if (this.bz) {
|
|
920
|
-
this.
|
|
931
|
+
this.f0();
|
|
921
932
|
let a = this.ay.d.bottom;
|
|
922
|
-
let b = this.
|
|
933
|
+
let b = this.d0(a);
|
|
923
934
|
if (this.cr._inner[b] + this.cq._inner[b] < a) {
|
|
924
935
|
b += 1;
|
|
925
936
|
}
|
|
@@ -927,15 +938,15 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
927
938
|
}
|
|
928
939
|
else {
|
|
929
940
|
let c = this.ay.d.bottom;
|
|
930
|
-
let d = truncate(Math.ceil(c / this.
|
|
941
|
+
let d = truncate(Math.ceil(c / this.c5));
|
|
931
942
|
return Math.max(0, Math.min(d, this.actualDataSource.actualCount - 1));
|
|
932
943
|
}
|
|
933
944
|
}
|
|
934
945
|
else if (this.ad == 2) {
|
|
935
946
|
if (this.bz) {
|
|
936
|
-
this.
|
|
947
|
+
this.f0();
|
|
937
948
|
let e = this.ay.d.bottom;
|
|
938
|
-
let f = this.
|
|
949
|
+
let f = this.d0(e);
|
|
939
950
|
if (this.cr._inner[f] + this.cq._inner[f] < e) {
|
|
940
951
|
f += 1;
|
|
941
952
|
}
|
|
@@ -945,16 +956,16 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
945
956
|
}
|
|
946
957
|
else {
|
|
947
958
|
let g = this.ay.d.bottom;
|
|
948
|
-
let h = truncate(Math.floor(g / this.
|
|
959
|
+
let h = truncate(Math.floor(g / this.c5));
|
|
949
960
|
h = h * this.cw.count;
|
|
950
961
|
return Math.max(0, Math.min(h, this.actualDataSource.actualCount - 1));
|
|
951
962
|
}
|
|
952
963
|
}
|
|
953
964
|
else {
|
|
954
965
|
{
|
|
955
|
-
this.
|
|
966
|
+
this.f0();
|
|
956
967
|
let i = this.ay.d.right;
|
|
957
|
-
let j = this.
|
|
968
|
+
let j = this.d1(i);
|
|
958
969
|
if (this.cv._inner[j] + this.cu._inner[j] < i) {
|
|
959
970
|
j += 1;
|
|
960
971
|
}
|
|
@@ -964,7 +975,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
964
975
|
}
|
|
965
976
|
return this.actualDataSource.actualCount - 1;
|
|
966
977
|
}
|
|
967
|
-
|
|
978
|
+
d0(a) {
|
|
968
979
|
let b = -1;
|
|
969
980
|
b = ArrayExtension.binarySearch$11(Number_$type, this.cr, (c) => a < c ? -1 : (a > c ? 1 : 0));
|
|
970
981
|
if (b < 0) {
|
|
@@ -979,7 +990,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
979
990
|
}
|
|
980
991
|
return b;
|
|
981
992
|
}
|
|
982
|
-
|
|
993
|
+
d1(a) {
|
|
983
994
|
let b = -1;
|
|
984
995
|
b = ArrayExtension.binarySearch$11(Number_$type, this.cv, (c) => a < c ? -1 : (a > c ? 1 : 0));
|
|
985
996
|
if (b < 0) {
|
|
@@ -994,16 +1005,16 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
994
1005
|
}
|
|
995
1006
|
return b;
|
|
996
1007
|
}
|
|
997
|
-
|
|
1008
|
+
ec() {
|
|
998
1009
|
if (this.actualDataSource == null || this.actualDataSource.actualSchema == null || this.actualDataSource.actualCount == 0) {
|
|
999
1010
|
return -1;
|
|
1000
1011
|
}
|
|
1001
1012
|
if (!this.ay.d.isEmpty) {
|
|
1002
1013
|
if (this.ad == 0) {
|
|
1003
1014
|
if (this.bz) {
|
|
1004
|
-
this.
|
|
1015
|
+
this.f0();
|
|
1005
1016
|
let a = this.ay.d.top;
|
|
1006
|
-
let b = this.
|
|
1017
|
+
let b = this.d0(a);
|
|
1007
1018
|
if (this.cr._inner[b] > a) {
|
|
1008
1019
|
b -= 1;
|
|
1009
1020
|
}
|
|
@@ -1011,15 +1022,15 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1011
1022
|
}
|
|
1012
1023
|
else {
|
|
1013
1024
|
let c = this.ay.d.top;
|
|
1014
|
-
let d = truncate(Math.floor(c / this.
|
|
1025
|
+
let d = truncate(Math.floor(c / this.c5));
|
|
1015
1026
|
return Math.max(0, Math.min(d, this.actualDataSource.actualCount - 1));
|
|
1016
1027
|
}
|
|
1017
1028
|
}
|
|
1018
1029
|
else if (this.ad == 2) {
|
|
1019
1030
|
if (this.bz) {
|
|
1020
|
-
this.
|
|
1031
|
+
this.f0();
|
|
1021
1032
|
let e = this.ay.d.top;
|
|
1022
|
-
let f = this.
|
|
1033
|
+
let f = this.d0(e);
|
|
1023
1034
|
if (this.cr._inner[f] > e) {
|
|
1024
1035
|
f -= 1;
|
|
1025
1036
|
}
|
|
@@ -1028,16 +1039,16 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1028
1039
|
}
|
|
1029
1040
|
else {
|
|
1030
1041
|
let g = this.ay.d.top;
|
|
1031
|
-
let h = truncate(Math.floor(g / this.
|
|
1042
|
+
let h = truncate(Math.floor(g / this.c5));
|
|
1032
1043
|
h = h * this.cw.count;
|
|
1033
1044
|
return Math.max(0, Math.min(h, this.actualDataSource.actualCount - 1));
|
|
1034
1045
|
}
|
|
1035
1046
|
}
|
|
1036
1047
|
else {
|
|
1037
1048
|
{
|
|
1038
|
-
this.
|
|
1049
|
+
this.f0();
|
|
1039
1050
|
let i = this.ay.d.left;
|
|
1040
|
-
let j = this.
|
|
1051
|
+
let j = this.d1(i);
|
|
1041
1052
|
if (this.cv._inner[j] > i) {
|
|
1042
1053
|
j -= 1;
|
|
1043
1054
|
}
|
|
@@ -1047,32 +1058,32 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1047
1058
|
}
|
|
1048
1059
|
return 0;
|
|
1049
1060
|
}
|
|
1050
|
-
|
|
1061
|
+
c7(a) {
|
|
1051
1062
|
if (this.ad == 2) {
|
|
1052
|
-
a = this.
|
|
1063
|
+
a = this.d8(a);
|
|
1053
1064
|
}
|
|
1054
1065
|
if (this.cu.count > 0 && a < this.cu.count) {
|
|
1055
1066
|
return this.cu._inner[a];
|
|
1056
1067
|
}
|
|
1057
1068
|
return 0;
|
|
1058
1069
|
}
|
|
1059
|
-
|
|
1070
|
+
c6(a) {
|
|
1060
1071
|
if (this.ad == 2) {
|
|
1061
|
-
a = this.
|
|
1072
|
+
a = this.d9(a);
|
|
1062
1073
|
}
|
|
1063
1074
|
if (this.cq.count > 0 && a < this.cq.count) {
|
|
1064
1075
|
return this.cq._inner[a];
|
|
1065
1076
|
}
|
|
1066
|
-
return this.
|
|
1077
|
+
return this.c5;
|
|
1067
1078
|
}
|
|
1068
|
-
|
|
1079
|
+
fl() {
|
|
1069
1080
|
this.cq.clear();
|
|
1070
1081
|
this.cr.clear();
|
|
1071
1082
|
this.cu.clear();
|
|
1072
1083
|
this.cv.clear();
|
|
1073
1084
|
let a = this.r != 0;
|
|
1074
|
-
let b = this.
|
|
1075
|
-
let c = this.
|
|
1085
|
+
let b = this.du + this.dr;
|
|
1086
|
+
let c = this.ds + this.dt;
|
|
1076
1087
|
if (this.actualDataSource != null && this.actualDataSource.actualSchema != null) {
|
|
1077
1088
|
let d = this.cy;
|
|
1078
1089
|
let e = isNaN_(this.cz) ? 0 : this.cz;
|
|
@@ -1080,8 +1091,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1080
1091
|
if (this.bz) {
|
|
1081
1092
|
let f = 0;
|
|
1082
1093
|
for (let g = 0; g < this.actualDataSource.actualCount; g++) {
|
|
1083
|
-
this.
|
|
1084
|
-
let h = this.c4;
|
|
1094
|
+
let h = this.c5;
|
|
1085
1095
|
if (this.itemHeightRequested != null) {
|
|
1086
1096
|
let i = ((() => {
|
|
1087
1097
|
let $ret = new ListPanelTemplateHeightRequestedEventArgs();
|
|
@@ -1095,24 +1105,28 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1095
1105
|
if (a) {
|
|
1096
1106
|
h += b;
|
|
1097
1107
|
}
|
|
1098
|
-
f += h;
|
|
1099
1108
|
}
|
|
1109
|
+
if (h > 0 && g > 0) {
|
|
1110
|
+
f += this.c8;
|
|
1111
|
+
}
|
|
1112
|
+
this.cr.add(f);
|
|
1100
1113
|
this.cq.add(h);
|
|
1114
|
+
f += h;
|
|
1101
1115
|
}
|
|
1102
1116
|
this.cy = f;
|
|
1103
1117
|
}
|
|
1104
1118
|
else {
|
|
1105
|
-
this.cy = this.
|
|
1119
|
+
this.cy = this.c5 * this.actualDataSource.actualCount;
|
|
1106
1120
|
}
|
|
1107
1121
|
}
|
|
1108
1122
|
else if (this.ad == 2) {
|
|
1109
1123
|
let j = new List$1(ListPanelColumnDefinition.$, 0);
|
|
1110
|
-
let k = this.
|
|
1124
|
+
let k = this.dw(j, 0x7FFFFFFF);
|
|
1111
1125
|
if (this.bz) {
|
|
1112
1126
|
let l = 0;
|
|
1113
1127
|
for (let m = 0; m < k; m++) {
|
|
1114
1128
|
this.cr.add(l);
|
|
1115
|
-
let n = this.
|
|
1129
|
+
let n = this.c5;
|
|
1116
1130
|
let o = 0;
|
|
1117
1131
|
let p = m * j.count;
|
|
1118
1132
|
for (let q = 0; q < j.count; q++) {
|
|
@@ -1143,10 +1157,10 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1143
1157
|
this.cy = l;
|
|
1144
1158
|
}
|
|
1145
1159
|
else {
|
|
1146
|
-
this.cy = this.
|
|
1160
|
+
this.cy = this.c5 * k;
|
|
1147
1161
|
}
|
|
1148
1162
|
this.cw = j;
|
|
1149
|
-
this.
|
|
1163
|
+
this.dq = k;
|
|
1150
1164
|
let u = 0;
|
|
1151
1165
|
for (let v = 0; v < this.cw.count; v++) {
|
|
1152
1166
|
this.cv.add(u);
|
|
@@ -1155,11 +1169,10 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1155
1169
|
}
|
|
1156
1170
|
}
|
|
1157
1171
|
else {
|
|
1158
|
-
this.cy = this.
|
|
1172
|
+
this.cy = this.c5;
|
|
1159
1173
|
{
|
|
1160
1174
|
let w = 0;
|
|
1161
1175
|
for (let x = 0; x < this.actualDataSource.actualCount; x++) {
|
|
1162
|
-
this.cv.add(w);
|
|
1163
1176
|
let y = 0;
|
|
1164
1177
|
if (this.itemWidthRequested != null) {
|
|
1165
1178
|
let z = ((() => {
|
|
@@ -1174,9 +1187,13 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1174
1187
|
if (a) {
|
|
1175
1188
|
y += c;
|
|
1176
1189
|
}
|
|
1177
|
-
w += y;
|
|
1178
1190
|
}
|
|
1191
|
+
if (y > 0 && x > 0) {
|
|
1192
|
+
w += this.c8;
|
|
1193
|
+
}
|
|
1194
|
+
this.cv.add(w);
|
|
1179
1195
|
this.cu.add(y);
|
|
1196
|
+
w += y;
|
|
1180
1197
|
}
|
|
1181
1198
|
this.cz = w;
|
|
1182
1199
|
}
|
|
@@ -1186,7 +1203,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1186
1203
|
}
|
|
1187
1204
|
}
|
|
1188
1205
|
}
|
|
1189
|
-
|
|
1206
|
+
dw(a, b) {
|
|
1190
1207
|
let c = 0;
|
|
1191
1208
|
let d = 0;
|
|
1192
1209
|
let e = 0;
|
|
@@ -1212,11 +1229,11 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1212
1229
|
if (d != 0 && e < b && b > 1) {
|
|
1213
1230
|
let m = a._inner[e];
|
|
1214
1231
|
m.a = k;
|
|
1215
|
-
this.
|
|
1232
|
+
this.hd(f, a);
|
|
1216
1233
|
if (a.count == 0) {
|
|
1217
1234
|
return 0;
|
|
1218
1235
|
}
|
|
1219
|
-
return this.
|
|
1236
|
+
return this.dw(a, a.count);
|
|
1220
1237
|
}
|
|
1221
1238
|
b = Math.max(Math.min(b, e), 1);
|
|
1222
1239
|
d++;
|
|
@@ -1239,11 +1256,11 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1239
1256
|
let q = k - p.a;
|
|
1240
1257
|
p.a = k;
|
|
1241
1258
|
if (q > h && b > 1) {
|
|
1242
|
-
this.
|
|
1259
|
+
this.hd(f, a);
|
|
1243
1260
|
if (a.count == 0) {
|
|
1244
1261
|
return 0;
|
|
1245
1262
|
}
|
|
1246
|
-
return this.
|
|
1263
|
+
return this.dw(a, a.count);
|
|
1247
1264
|
}
|
|
1248
1265
|
else {
|
|
1249
1266
|
h -= q;
|
|
@@ -1262,7 +1279,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1262
1279
|
}
|
|
1263
1280
|
return d + 1;
|
|
1264
1281
|
}
|
|
1265
|
-
|
|
1282
|
+
hd(a, b) {
|
|
1266
1283
|
let c = 0;
|
|
1267
1284
|
for (let d of fromEnum(b)) {
|
|
1268
1285
|
c += d.a;
|
|
@@ -1275,9 +1292,9 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1275
1292
|
b.removeAt(b.count - 1);
|
|
1276
1293
|
}
|
|
1277
1294
|
}
|
|
1278
|
-
|
|
1295
|
+
f1() {
|
|
1279
1296
|
if (this.bm) {
|
|
1280
|
-
this.
|
|
1297
|
+
this.fs();
|
|
1281
1298
|
}
|
|
1282
1299
|
}
|
|
1283
1300
|
get a0() {
|
|
@@ -1287,83 +1304,83 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1287
1304
|
let b = this.az;
|
|
1288
1305
|
this.az = a;
|
|
1289
1306
|
if (b != this.az) {
|
|
1290
|
-
this.
|
|
1307
|
+
this.go("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.az));
|
|
1291
1308
|
}
|
|
1292
1309
|
}
|
|
1293
|
-
get
|
|
1294
|
-
return this.
|
|
1310
|
+
get h4() {
|
|
1311
|
+
return this.hw;
|
|
1295
1312
|
}
|
|
1296
|
-
set
|
|
1297
|
-
let b = this.
|
|
1298
|
-
this.
|
|
1299
|
-
if (b != this.
|
|
1300
|
-
this.
|
|
1313
|
+
set h4(a) {
|
|
1314
|
+
let b = this.hw;
|
|
1315
|
+
this.hw = a;
|
|
1316
|
+
if (b != this.hw) {
|
|
1317
|
+
this.go("ScrollbarBackground", b, this.hw);
|
|
1301
1318
|
}
|
|
1302
1319
|
}
|
|
1303
|
-
|
|
1320
|
+
g9() {
|
|
1304
1321
|
let a = isNaN_(this.cz) ? 0 : this.cz;
|
|
1305
1322
|
let b = this.cy;
|
|
1306
1323
|
this.bn = true;
|
|
1307
|
-
this.
|
|
1324
|
+
this.f7(this.c1);
|
|
1308
1325
|
if (a != (isNaN_(this.cz) ? 0 : this.cz) || b != this.cy) {
|
|
1309
1326
|
this.externalListPanel.onContentSizeChanged();
|
|
1310
1327
|
}
|
|
1311
1328
|
this.bn = false;
|
|
1312
|
-
this.
|
|
1313
|
-
this.
|
|
1329
|
+
this.f8();
|
|
1330
|
+
this.g4();
|
|
1314
1331
|
}
|
|
1315
|
-
|
|
1332
|
+
f8() {
|
|
1316
1333
|
this.br = true;
|
|
1317
|
-
this.
|
|
1318
|
-
this.
|
|
1334
|
+
this.dg = -1;
|
|
1335
|
+
this.dh = -1;
|
|
1319
1336
|
}
|
|
1320
|
-
|
|
1337
|
+
f7(a) {
|
|
1321
1338
|
this.bk = true;
|
|
1322
1339
|
this.c1 = a;
|
|
1323
1340
|
}
|
|
1324
|
-
|
|
1341
|
+
f2() {
|
|
1325
1342
|
if (this.bg) {
|
|
1326
1343
|
this.bg = false;
|
|
1327
|
-
this.
|
|
1328
|
-
this.
|
|
1344
|
+
this.g9();
|
|
1345
|
+
this.f6();
|
|
1329
1346
|
}
|
|
1330
1347
|
}
|
|
1331
|
-
|
|
1348
|
+
ha() {
|
|
1332
1349
|
if (this.bg) {
|
|
1333
|
-
this.
|
|
1350
|
+
this.f2();
|
|
1334
1351
|
}
|
|
1335
1352
|
else {
|
|
1336
|
-
this.
|
|
1337
|
-
this.
|
|
1338
|
-
this.
|
|
1353
|
+
this.f8();
|
|
1354
|
+
this.g4();
|
|
1355
|
+
this.f1();
|
|
1339
1356
|
}
|
|
1340
1357
|
}
|
|
1341
|
-
|
|
1358
|
+
d4() {
|
|
1342
1359
|
if (this.br) {
|
|
1343
|
-
this.
|
|
1360
|
+
this.fm();
|
|
1344
1361
|
}
|
|
1345
|
-
return this.
|
|
1362
|
+
return this.dh;
|
|
1346
1363
|
}
|
|
1347
|
-
|
|
1364
|
+
d2() {
|
|
1348
1365
|
if (this.br) {
|
|
1349
|
-
this.
|
|
1366
|
+
this.fm();
|
|
1350
1367
|
}
|
|
1351
|
-
return this.
|
|
1368
|
+
return this.dg;
|
|
1352
1369
|
}
|
|
1353
1370
|
cj() {
|
|
1354
|
-
return this.
|
|
1371
|
+
return this.dg >= 0 && this.dh >= 0;
|
|
1355
1372
|
}
|
|
1356
|
-
|
|
1373
|
+
f6() {
|
|
1357
1374
|
if (!this.cj()) {
|
|
1358
1375
|
return;
|
|
1359
1376
|
}
|
|
1360
|
-
let a = this.
|
|
1361
|
-
let b = this.
|
|
1362
|
-
this.
|
|
1377
|
+
let a = this.d2();
|
|
1378
|
+
let b = this.d4();
|
|
1379
|
+
this.f5(a, b);
|
|
1363
1380
|
}
|
|
1364
|
-
|
|
1365
|
-
let c = this.
|
|
1366
|
-
let d = this.
|
|
1381
|
+
f5(a, b) {
|
|
1382
|
+
let c = this.d2();
|
|
1383
|
+
let d = this.d4();
|
|
1367
1384
|
if (b < c || a > d) {
|
|
1368
1385
|
return;
|
|
1369
1386
|
}
|
|
@@ -1373,10 +1390,10 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1373
1390
|
if (b > d) {
|
|
1374
1391
|
b = d;
|
|
1375
1392
|
}
|
|
1376
|
-
this.
|
|
1377
|
-
this.
|
|
1393
|
+
this.g5();
|
|
1394
|
+
this.ha();
|
|
1378
1395
|
}
|
|
1379
|
-
|
|
1396
|
+
g5() {
|
|
1380
1397
|
if (this.actualDataSource == null || this.actualDataSource.actualCount == 0) {
|
|
1381
1398
|
return;
|
|
1382
1399
|
}
|
|
@@ -1399,7 +1416,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1399
1416
|
}
|
|
1400
1417
|
}
|
|
1401
1418
|
d.x = f;
|
|
1402
|
-
d.t = this.
|
|
1419
|
+
d.t = this.c5;
|
|
1403
1420
|
if (a) {
|
|
1404
1421
|
if (this.p.c(d)) {
|
|
1405
1422
|
d.j = true;
|
|
@@ -1420,33 +1437,33 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1420
1437
|
}
|
|
1421
1438
|
}
|
|
1422
1439
|
}
|
|
1423
|
-
|
|
1440
|
+
g6(a) {
|
|
1424
1441
|
if (this.actualDataSource == null || this.actualDataSource.actualCount == 0) {
|
|
1425
1442
|
return;
|
|
1426
1443
|
}
|
|
1427
1444
|
if (this.a2.d(a)) {
|
|
1428
1445
|
let b = this.a2.item(a);
|
|
1429
1446
|
b.x = this.actualDataSource.getItemAtIndex(b.v);
|
|
1430
|
-
b.t = this.
|
|
1447
|
+
b.t = this.c5;
|
|
1431
1448
|
}
|
|
1432
1449
|
}
|
|
1433
|
-
|
|
1450
|
+
g3() {
|
|
1434
1451
|
if (!this.bg) {
|
|
1435
1452
|
this.bg = true;
|
|
1436
|
-
this.
|
|
1437
|
-
this.
|
|
1453
|
+
this.f8();
|
|
1454
|
+
this.g4();
|
|
1438
1455
|
}
|
|
1439
1456
|
}
|
|
1440
|
-
|
|
1441
|
-
this.
|
|
1457
|
+
f4(a) {
|
|
1458
|
+
this.g6(a);
|
|
1442
1459
|
}
|
|
1443
|
-
|
|
1460
|
+
gk() {
|
|
1444
1461
|
if (this.bg) {
|
|
1445
|
-
this.
|
|
1462
|
+
this.f2();
|
|
1446
1463
|
}
|
|
1447
1464
|
else {
|
|
1448
|
-
this.
|
|
1449
|
-
this.
|
|
1465
|
+
this.g9();
|
|
1466
|
+
this.f6();
|
|
1450
1467
|
}
|
|
1451
1468
|
}
|
|
1452
1469
|
get externalListPanel() {
|
|
@@ -1458,7 +1475,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1458
1475
|
ci() {
|
|
1459
1476
|
return this.as != 0 || this.r != 0;
|
|
1460
1477
|
}
|
|
1461
|
-
|
|
1478
|
+
g1(a, b, c) {
|
|
1462
1479
|
switch (a) {
|
|
1463
1480
|
case "SchemaIncludedProperties":
|
|
1464
1481
|
if (this.i != null) {
|
|
@@ -1468,7 +1485,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1468
1485
|
case "ItemsSource":
|
|
1469
1486
|
if (this.i != null) {
|
|
1470
1487
|
let d = this.i;
|
|
1471
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1488
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.fo));
|
|
1472
1489
|
this.i.updateNotifier = null;
|
|
1473
1490
|
}
|
|
1474
1491
|
if (typeCast(IDataSource_$type, this.itemsSource) !== null) {
|
|
@@ -1480,41 +1497,42 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1480
1497
|
}
|
|
1481
1498
|
if (this.i != null) {
|
|
1482
1499
|
let f = this.i;
|
|
1483
|
-
f.schemaChanged = delegateCombine(f.schemaChanged, runOn(this, this.
|
|
1500
|
+
f.schemaChanged = delegateCombine(f.schemaChanged, runOn(this, this.fo));
|
|
1484
1501
|
this.i.updateNotifier = new ListPanelDataSourceNotificationBridge(this);
|
|
1485
1502
|
if (this.i.actualSchema != null) {
|
|
1486
|
-
this.
|
|
1487
|
-
this.k.enqueueAction(() => this.
|
|
1503
|
+
this.g3();
|
|
1504
|
+
this.k.enqueueAction(() => this.gk());
|
|
1488
1505
|
}
|
|
1489
1506
|
}
|
|
1490
1507
|
break;
|
|
1491
1508
|
case "RowHeight":
|
|
1492
|
-
this.
|
|
1509
|
+
this.c5 = this.ee;
|
|
1493
1510
|
break;
|
|
1494
1511
|
case "CellTextStyle":
|
|
1495
|
-
this.
|
|
1512
|
+
this.f6();
|
|
1496
1513
|
break;
|
|
1497
1514
|
case "BackgroundColor":
|
|
1498
|
-
this.
|
|
1515
|
+
this.f6();
|
|
1499
1516
|
break;
|
|
1500
1517
|
case "TextColor":
|
|
1501
|
-
this.
|
|
1518
|
+
this.f6();
|
|
1502
1519
|
break;
|
|
1520
|
+
case "ItemSpacing":
|
|
1503
1521
|
case "Orientation":
|
|
1504
1522
|
case "ActualRowHeight":
|
|
1505
|
-
this.
|
|
1523
|
+
this.g9();
|
|
1506
1524
|
break;
|
|
1507
1525
|
case "ScrollbarStyle":
|
|
1508
1526
|
this.externalListPanel.setScrollbarStyle(this.a0);
|
|
1509
1527
|
break;
|
|
1510
1528
|
case "ScrollbarBackground":
|
|
1511
|
-
this.externalListPanel.setScrollbarColor(this.
|
|
1529
|
+
this.externalListPanel.setScrollbarColor(this.h4);
|
|
1512
1530
|
break;
|
|
1513
1531
|
case "ActiveRow":
|
|
1514
|
-
this.
|
|
1532
|
+
this.di = typeGetValue(b);
|
|
1515
1533
|
this.bq = true;
|
|
1516
|
-
if (this.
|
|
1517
|
-
this.p.k(this.
|
|
1534
|
+
if (this.dv != -1 && this.dv >= 0) {
|
|
1535
|
+
this.p.k(this.dv);
|
|
1518
1536
|
}
|
|
1519
1537
|
else {
|
|
1520
1538
|
this.p.o();
|
|
@@ -1527,7 +1545,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1527
1545
|
case "ActivationBorderRightWidth":
|
|
1528
1546
|
case "ActivationBorderBottomWidth":
|
|
1529
1547
|
case "ActivationBorderTopWidth":
|
|
1530
|
-
this.
|
|
1548
|
+
this.g3();
|
|
1531
1549
|
break;
|
|
1532
1550
|
case "ActivationMode":
|
|
1533
1551
|
this.by = this.ci();
|
|
@@ -1552,7 +1570,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1552
1570
|
break;
|
|
1553
1571
|
}
|
|
1554
1572
|
}
|
|
1555
|
-
|
|
1573
|
+
h7() {
|
|
1556
1574
|
let a = this.cy;
|
|
1557
1575
|
let b = 0;
|
|
1558
1576
|
if (!isNaN_(a) && a >= 0) {
|
|
@@ -1582,19 +1600,19 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1582
1600
|
}
|
|
1583
1601
|
return new Size(1, c, b);
|
|
1584
1602
|
}
|
|
1585
|
-
|
|
1586
|
-
if (this.r == 1 && this.
|
|
1587
|
-
if (this.
|
|
1603
|
+
gj(a, b) {
|
|
1604
|
+
if (this.r == 1 && this.dv != -1) {
|
|
1605
|
+
if (this.dv >= a && this.dv <= b) {
|
|
1588
1606
|
if (this.activeRowChanged != null) {
|
|
1589
1607
|
let c = new ListPanelActiveRowChangedEventArgs();
|
|
1590
|
-
c.newActiveRow = this.
|
|
1591
|
-
c.oldActiveRow = this.
|
|
1608
|
+
c.newActiveRow = this.dv;
|
|
1609
|
+
c.oldActiveRow = this.dv;
|
|
1592
1610
|
this.activeRowChanged(this, c);
|
|
1593
1611
|
}
|
|
1594
1612
|
}
|
|
1595
1613
|
}
|
|
1596
|
-
let d = this.
|
|
1597
|
-
let e = this.
|
|
1614
|
+
let d = this.d2();
|
|
1615
|
+
let e = this.d4();
|
|
1598
1616
|
if (b < d || a > e) {
|
|
1599
1617
|
return;
|
|
1600
1618
|
}
|
|
@@ -1607,46 +1625,46 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1607
1625
|
if (!this.cj()) {
|
|
1608
1626
|
return;
|
|
1609
1627
|
}
|
|
1610
|
-
if (this.
|
|
1611
|
-
this.
|
|
1628
|
+
if (this.d6() != this.dl) {
|
|
1629
|
+
this.g9();
|
|
1612
1630
|
}
|
|
1613
1631
|
else {
|
|
1614
|
-
this.
|
|
1632
|
+
this.ha();
|
|
1615
1633
|
}
|
|
1616
|
-
this.
|
|
1634
|
+
this.fn();
|
|
1617
1635
|
}
|
|
1618
|
-
|
|
1636
|
+
fn() {
|
|
1619
1637
|
if (this.ay.d.isEmpty) {
|
|
1620
1638
|
return;
|
|
1621
1639
|
}
|
|
1622
1640
|
if (this.ad == 1) {
|
|
1623
1641
|
if (this.ay.d.right > this.absoluteWidth || this.ay.d.left > this.absoluteWidth) {
|
|
1624
|
-
let a = this.
|
|
1642
|
+
let a = this.d6() - 1;
|
|
1625
1643
|
if (a < 0) {
|
|
1626
1644
|
a = 0;
|
|
1627
1645
|
}
|
|
1628
|
-
this.
|
|
1646
|
+
this.hg(a);
|
|
1629
1647
|
}
|
|
1630
1648
|
}
|
|
1631
1649
|
else {
|
|
1632
1650
|
if (this.ay.d.bottom > this.absoluteHeight || this.ay.d.top > this.absoluteHeight) {
|
|
1633
|
-
let b = this.
|
|
1651
|
+
let b = this.d6() - 1;
|
|
1634
1652
|
if (b < 0) {
|
|
1635
1653
|
b = 0;
|
|
1636
1654
|
}
|
|
1637
|
-
this.
|
|
1655
|
+
this.hg(b);
|
|
1638
1656
|
}
|
|
1639
1657
|
}
|
|
1640
1658
|
if (this.ad == 2) {
|
|
1641
1659
|
if (this.ay.d.right > this.absoluteWidth || this.ay.d.left > this.absoluteWidth) {
|
|
1642
|
-
this.
|
|
1660
|
+
this.hf(this.cw.count - 1);
|
|
1643
1661
|
}
|
|
1644
1662
|
}
|
|
1645
1663
|
}
|
|
1646
|
-
|
|
1664
|
+
gy(a, b, c) {
|
|
1647
1665
|
if (this.ad == 0) {
|
|
1648
1666
|
if (this.bz) {
|
|
1649
|
-
let d = this.
|
|
1667
|
+
let d = this.c5;
|
|
1650
1668
|
if (this.itemHeightRequested != null) {
|
|
1651
1669
|
let e = new ListPanelTemplateHeightRequestedEventArgs();
|
|
1652
1670
|
e.c = c;
|
|
@@ -1664,7 +1682,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1664
1682
|
}
|
|
1665
1683
|
}
|
|
1666
1684
|
else if (this.ad == 2) {
|
|
1667
|
-
this.
|
|
1685
|
+
this.g9();
|
|
1668
1686
|
return;
|
|
1669
1687
|
}
|
|
1670
1688
|
else {
|
|
@@ -1684,15 +1702,15 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1684
1702
|
this.cv._inner[m] += l;
|
|
1685
1703
|
}
|
|
1686
1704
|
}
|
|
1687
|
-
this.
|
|
1705
|
+
this.f4(a);
|
|
1688
1706
|
}
|
|
1689
|
-
|
|
1690
|
-
this.
|
|
1707
|
+
gi() {
|
|
1708
|
+
this.g9();
|
|
1691
1709
|
}
|
|
1692
|
-
|
|
1710
|
+
gl(a, b) {
|
|
1693
1711
|
if (this.ad == 0) {
|
|
1694
1712
|
if (this.bz) {
|
|
1695
|
-
let c = this.
|
|
1713
|
+
let c = this.c5;
|
|
1696
1714
|
if (this.itemHeightRequested != null) {
|
|
1697
1715
|
let d = new ListPanelTemplateHeightRequestedEventArgs();
|
|
1698
1716
|
d.c = b;
|
|
@@ -1714,7 +1732,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1714
1732
|
}
|
|
1715
1733
|
}
|
|
1716
1734
|
else if (this.ad == 2) {
|
|
1717
|
-
this.
|
|
1735
|
+
this.g9();
|
|
1718
1736
|
return;
|
|
1719
1737
|
}
|
|
1720
1738
|
else {
|
|
@@ -1738,9 +1756,9 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1738
1756
|
this.cv._inner[l] += h;
|
|
1739
1757
|
}
|
|
1740
1758
|
}
|
|
1741
|
-
this.
|
|
1759
|
+
this.g3();
|
|
1742
1760
|
}
|
|
1743
|
-
|
|
1761
|
+
gp(a, b) {
|
|
1744
1762
|
if (this.ad == 0) {
|
|
1745
1763
|
let c = this.cq._inner[a];
|
|
1746
1764
|
for (let d = a + 1; d < this.actualDataSource.actualCount; d++) {
|
|
@@ -1750,7 +1768,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1750
1768
|
this.cr.removeAt(a);
|
|
1751
1769
|
}
|
|
1752
1770
|
else if (this.ad == 2) {
|
|
1753
|
-
this.
|
|
1771
|
+
this.g9();
|
|
1754
1772
|
return;
|
|
1755
1773
|
}
|
|
1756
1774
|
else {
|
|
@@ -1761,50 +1779,50 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1761
1779
|
this.cu.removeAt(a);
|
|
1762
1780
|
this.cv.removeAt(a);
|
|
1763
1781
|
}
|
|
1764
|
-
this.
|
|
1782
|
+
this.g3();
|
|
1765
1783
|
}
|
|
1766
|
-
|
|
1784
|
+
gc(a, b, c) {
|
|
1767
1785
|
if (this.i != null) {
|
|
1768
1786
|
this.i.notifySetItem(a, b, c);
|
|
1769
1787
|
}
|
|
1770
1788
|
}
|
|
1771
|
-
|
|
1789
|
+
f9() {
|
|
1772
1790
|
if (this.i != null) {
|
|
1773
1791
|
this.i.notifyClearItems();
|
|
1774
1792
|
}
|
|
1775
1793
|
}
|
|
1776
|
-
|
|
1794
|
+
ga(a, b) {
|
|
1777
1795
|
if (this.i != null) {
|
|
1778
1796
|
this.i.notifyInsertItem(a, b);
|
|
1779
1797
|
}
|
|
1780
1798
|
;
|
|
1781
1799
|
}
|
|
1782
|
-
|
|
1800
|
+
gb(a, b) {
|
|
1783
1801
|
if (this.i != null) {
|
|
1784
1802
|
this.i.notifyRemoveItem(a, b);
|
|
1785
1803
|
}
|
|
1786
1804
|
;
|
|
1787
1805
|
}
|
|
1788
|
-
|
|
1806
|
+
dx(a) {
|
|
1789
1807
|
if (this.i == null) {
|
|
1790
1808
|
return -1;
|
|
1791
1809
|
}
|
|
1792
1810
|
return this.i.indexOfItem(a);
|
|
1793
1811
|
}
|
|
1794
|
-
|
|
1812
|
+
dy(a) {
|
|
1795
1813
|
if (this.i == null) {
|
|
1796
1814
|
return -1;
|
|
1797
1815
|
}
|
|
1798
1816
|
return this.i.indexOfKey(a);
|
|
1799
1817
|
}
|
|
1800
|
-
get
|
|
1801
|
-
return this.
|
|
1818
|
+
get h0() {
|
|
1819
|
+
return this.hu;
|
|
1802
1820
|
}
|
|
1803
|
-
set
|
|
1804
|
-
let b = this.
|
|
1805
|
-
this.
|
|
1806
|
-
if (b != this.
|
|
1807
|
-
this.
|
|
1821
|
+
set h0(a) {
|
|
1822
|
+
let b = this.hu;
|
|
1823
|
+
this.hu = a;
|
|
1824
|
+
if (b != this.hu) {
|
|
1825
|
+
this.go("BackgroundColor", b, a);
|
|
1808
1826
|
}
|
|
1809
1827
|
}
|
|
1810
1828
|
get ad() {
|
|
@@ -1814,7 +1832,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1814
1832
|
let b = this.ab;
|
|
1815
1833
|
this.ab = a;
|
|
1816
1834
|
if (b != this.ab) {
|
|
1817
|
-
this.
|
|
1835
|
+
this.go("Orientation", enumGetBox(ListPanelOrientation_$type, b), enumGetBox(ListPanelOrientation_$type, a));
|
|
1818
1836
|
}
|
|
1819
1837
|
}
|
|
1820
1838
|
get bz() {
|
|
@@ -1824,17 +1842,17 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1824
1842
|
let b = this.bi;
|
|
1825
1843
|
this.bi = a;
|
|
1826
1844
|
if (b != this.bi) {
|
|
1827
|
-
this.
|
|
1845
|
+
this.go("IsCustomRowHeightEnabled", b, a);
|
|
1828
1846
|
}
|
|
1829
1847
|
}
|
|
1830
|
-
get
|
|
1831
|
-
return this.
|
|
1848
|
+
get h6() {
|
|
1849
|
+
return this.hy;
|
|
1832
1850
|
}
|
|
1833
|
-
set
|
|
1834
|
-
let b = this.
|
|
1835
|
-
this.
|
|
1836
|
-
if (b != this.
|
|
1837
|
-
this.
|
|
1851
|
+
set h6(a) {
|
|
1852
|
+
let b = this.hy;
|
|
1853
|
+
this.hy = a;
|
|
1854
|
+
if (b != this.hy) {
|
|
1855
|
+
this.go("TextColor", b, a);
|
|
1838
1856
|
}
|
|
1839
1857
|
}
|
|
1840
1858
|
get absoluteWidth() {
|
|
@@ -1843,7 +1861,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1843
1861
|
get absoluteHeight() {
|
|
1844
1862
|
return this.cy;
|
|
1845
1863
|
}
|
|
1846
|
-
|
|
1864
|
+
eh() {
|
|
1847
1865
|
let a = new ListPanelVisualData();
|
|
1848
1866
|
let b = this.aa.h();
|
|
1849
1867
|
a.c = b.left;
|
|
@@ -1869,8 +1887,8 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1869
1887
|
});
|
|
1870
1888
|
return a;
|
|
1871
1889
|
}
|
|
1872
|
-
|
|
1873
|
-
let a = this.
|
|
1890
|
+
ez() {
|
|
1891
|
+
let a = this.eh();
|
|
1874
1892
|
return a.serialize();
|
|
1875
1893
|
}
|
|
1876
1894
|
get b0() {
|
|
@@ -1879,7 +1897,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1879
1897
|
set b0(a) {
|
|
1880
1898
|
this.bj = a;
|
|
1881
1899
|
}
|
|
1882
|
-
|
|
1900
|
+
hi() {
|
|
1883
1901
|
if (this.as == 2) {
|
|
1884
1902
|
this.aq.v();
|
|
1885
1903
|
}
|
|
@@ -1889,7 +1907,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1889
1907
|
switch (a) {
|
|
1890
1908
|
case 30:
|
|
1891
1909
|
if (c) {
|
|
1892
|
-
this.
|
|
1910
|
+
this.hi();
|
|
1893
1911
|
return true;
|
|
1894
1912
|
}
|
|
1895
1913
|
break;
|
|
@@ -1901,51 +1919,51 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1901
1919
|
return false;
|
|
1902
1920
|
}
|
|
1903
1921
|
b1() {
|
|
1904
|
-
return this.
|
|
1922
|
+
return this.df == -1;
|
|
1905
1923
|
}
|
|
1906
|
-
get
|
|
1907
|
-
return this.
|
|
1924
|
+
get dv() {
|
|
1925
|
+
return this.df;
|
|
1908
1926
|
}
|
|
1909
|
-
set
|
|
1910
|
-
let b = this.
|
|
1911
|
-
this.
|
|
1912
|
-
if (b != this.
|
|
1913
|
-
this.
|
|
1927
|
+
set dv(a) {
|
|
1928
|
+
let b = this.df;
|
|
1929
|
+
this.df = a;
|
|
1930
|
+
if (b != this.df) {
|
|
1931
|
+
this.go("ActiveRow", b, this.df);
|
|
1914
1932
|
}
|
|
1915
1933
|
}
|
|
1916
|
-
|
|
1934
|
+
fk(a, b, c = false) {
|
|
1917
1935
|
if (!this.ay.a) {
|
|
1918
1936
|
return;
|
|
1919
1937
|
}
|
|
1920
1938
|
if (!c) {
|
|
1921
|
-
if (a <= this.
|
|
1922
|
-
this.
|
|
1939
|
+
if (a <= this.d2()) {
|
|
1940
|
+
this.hg(a);
|
|
1923
1941
|
}
|
|
1924
|
-
else if (a >= this.
|
|
1942
|
+
else if (a >= this.d4()) {
|
|
1925
1943
|
if (b) {
|
|
1926
|
-
this.
|
|
1944
|
+
this.hg(a);
|
|
1927
1945
|
}
|
|
1928
1946
|
else {
|
|
1929
|
-
this.
|
|
1947
|
+
this.he(a);
|
|
1930
1948
|
}
|
|
1931
1949
|
}
|
|
1932
1950
|
}
|
|
1933
1951
|
if (this.ad == 2) {
|
|
1934
|
-
let d = this.
|
|
1935
|
-
let e = this.
|
|
1936
|
-
let f = this.
|
|
1952
|
+
let d = this.d3();
|
|
1953
|
+
let e = this.d5();
|
|
1954
|
+
let f = this.d7(a);
|
|
1937
1955
|
if (f <= d) {
|
|
1938
|
-
this.
|
|
1956
|
+
this.hh(f);
|
|
1939
1957
|
}
|
|
1940
1958
|
else if (f >= e) {
|
|
1941
|
-
this.
|
|
1959
|
+
this.hf(f);
|
|
1942
1960
|
}
|
|
1943
1961
|
}
|
|
1944
1962
|
}
|
|
1945
|
-
|
|
1963
|
+
hf(a) {
|
|
1946
1964
|
let b = truncate(this.ay.d.top);
|
|
1947
|
-
if (this.
|
|
1948
|
-
b = this.
|
|
1965
|
+
if (this.dk != -1) {
|
|
1966
|
+
b = this.dk;
|
|
1949
1967
|
}
|
|
1950
1968
|
if (this.ad == 2) {
|
|
1951
1969
|
let c = 0;
|
|
@@ -1960,15 +1978,15 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1960
1978
|
if (c < 0) {
|
|
1961
1979
|
c = 0;
|
|
1962
1980
|
}
|
|
1963
|
-
this.
|
|
1964
|
-
this.
|
|
1981
|
+
this.dk = b;
|
|
1982
|
+
this.dj = truncate(c);
|
|
1965
1983
|
this.viewportManager.moveViewportTo(truncate(c), b);
|
|
1966
1984
|
}
|
|
1967
1985
|
}
|
|
1968
|
-
|
|
1986
|
+
hh(a) {
|
|
1969
1987
|
let b = truncate(this.ay.d.top);
|
|
1970
|
-
if (this.
|
|
1971
|
-
b = this.
|
|
1988
|
+
if (this.dk != -1) {
|
|
1989
|
+
b = this.dk;
|
|
1972
1990
|
}
|
|
1973
1991
|
if (this.ad == 2) {
|
|
1974
1992
|
let c = 0;
|
|
@@ -1979,19 +1997,19 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
1979
1997
|
}
|
|
1980
1998
|
c += this.cw._inner[d].a;
|
|
1981
1999
|
}
|
|
1982
|
-
this.
|
|
1983
|
-
this.
|
|
2000
|
+
this.dk = b;
|
|
2001
|
+
this.dj = truncate(c);
|
|
1984
2002
|
this.viewportManager.moveViewportTo(truncate(c), b);
|
|
1985
2003
|
}
|
|
1986
2004
|
}
|
|
1987
|
-
|
|
2005
|
+
d7(a) {
|
|
1988
2006
|
if (this.ad == 2) {
|
|
1989
|
-
let b = this.
|
|
2007
|
+
let b = this.d8(a);
|
|
1990
2008
|
return b;
|
|
1991
2009
|
}
|
|
1992
2010
|
return -1;
|
|
1993
2011
|
}
|
|
1994
|
-
|
|
2012
|
+
d5() {
|
|
1995
2013
|
if (this.ad == 2) {
|
|
1996
2014
|
let a = 0;
|
|
1997
2015
|
let b = 0;
|
|
@@ -2005,7 +2023,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2005
2023
|
}
|
|
2006
2024
|
return -1;
|
|
2007
2025
|
}
|
|
2008
|
-
|
|
2026
|
+
d3() {
|
|
2009
2027
|
if (this.ad == 2) {
|
|
2010
2028
|
let a = 0;
|
|
2011
2029
|
let b = 0;
|
|
@@ -2019,21 +2037,21 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2019
2037
|
}
|
|
2020
2038
|
return -1;
|
|
2021
2039
|
}
|
|
2022
|
-
|
|
2040
|
+
hg(a) {
|
|
2023
2041
|
if (this.ay.d.isEmpty) {
|
|
2024
2042
|
return;
|
|
2025
2043
|
}
|
|
2026
2044
|
let b = truncate(this.ay.d.left);
|
|
2027
|
-
if (this.
|
|
2028
|
-
b = this.
|
|
2045
|
+
if (this.dj != -1) {
|
|
2046
|
+
b = this.dj;
|
|
2029
2047
|
}
|
|
2030
2048
|
let c = 0;
|
|
2031
2049
|
let d = 0;
|
|
2032
2050
|
if (a < 0) {
|
|
2033
2051
|
a = 0;
|
|
2034
2052
|
}
|
|
2035
|
-
if (a >= this.
|
|
2036
|
-
a = this.
|
|
2053
|
+
if (a >= this.d6()) {
|
|
2054
|
+
a = this.d6() - 1;
|
|
2037
2055
|
}
|
|
2038
2056
|
let e = 0;
|
|
2039
2057
|
e = truncate(Math.floor(a));
|
|
@@ -2044,7 +2062,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2044
2062
|
c = truncate(Math.floor(this.cr._inner[e]));
|
|
2045
2063
|
}
|
|
2046
2064
|
else {
|
|
2047
|
-
c = truncate(Math.floor(this.
|
|
2065
|
+
c = truncate(Math.floor(this.c5 * e));
|
|
2048
2066
|
}
|
|
2049
2067
|
if (a - truncate(Math.floor(a)) > 0) {
|
|
2050
2068
|
let f = a - truncate(Math.floor(a));
|
|
@@ -2058,28 +2076,28 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2058
2076
|
if (c < 0) {
|
|
2059
2077
|
c = 0;
|
|
2060
2078
|
}
|
|
2061
|
-
this.
|
|
2062
|
-
this.
|
|
2079
|
+
this.dk = c;
|
|
2080
|
+
this.dj = b;
|
|
2063
2081
|
this.viewportManager.moveViewportTo(b, c);
|
|
2064
2082
|
}
|
|
2065
|
-
|
|
2083
|
+
he(a) {
|
|
2066
2084
|
let b = truncate(this.ay.d.left);
|
|
2067
|
-
if (this.
|
|
2068
|
-
b = this.
|
|
2085
|
+
if (this.dj != -1) {
|
|
2086
|
+
b = this.dj;
|
|
2069
2087
|
}
|
|
2070
2088
|
let c = 0;
|
|
2071
2089
|
if (a < 0) {
|
|
2072
2090
|
a = 0;
|
|
2073
2091
|
}
|
|
2074
|
-
if (a >= this.
|
|
2075
|
-
a = this.
|
|
2092
|
+
if (a >= this.d6()) {
|
|
2093
|
+
a = this.d6() - 1;
|
|
2076
2094
|
}
|
|
2077
2095
|
let d = truncate(Math.floor(a));
|
|
2078
2096
|
if (this.ad == 2) {
|
|
2079
2097
|
d = truncate(Math.floor(d / this.cw.count));
|
|
2080
2098
|
}
|
|
2081
2099
|
if (this.cr.count == 0) {
|
|
2082
|
-
c = truncate(Math.round((this.
|
|
2100
|
+
c = truncate(Math.round((this.c5 * a) + this.c5));
|
|
2083
2101
|
}
|
|
2084
2102
|
else {
|
|
2085
2103
|
c = truncate(Math.floor(this.cr._inner[d] + this.cq._inner[d]));
|
|
@@ -2099,8 +2117,8 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2099
2117
|
if (c < 0) {
|
|
2100
2118
|
c = 0;
|
|
2101
2119
|
}
|
|
2102
|
-
this.
|
|
2103
|
-
this.
|
|
2120
|
+
this.dk = c;
|
|
2121
|
+
this.dj = b;
|
|
2104
2122
|
this.viewportManager.moveViewportTo(b, c);
|
|
2105
2123
|
}
|
|
2106
2124
|
get viewportManager() {
|
|
@@ -2116,8 +2134,8 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2116
2134
|
if (this.r == 0 || this.b1()) {
|
|
2117
2135
|
return false;
|
|
2118
2136
|
}
|
|
2119
|
-
let c = this.
|
|
2120
|
-
if (c > this.
|
|
2137
|
+
let c = this.dv;
|
|
2138
|
+
if (c > this.d6() - 1) {
|
|
2121
2139
|
return false;
|
|
2122
2140
|
}
|
|
2123
2141
|
let d = c + 1;
|
|
@@ -2125,43 +2143,43 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2125
2143
|
d = c + this.cw.count;
|
|
2126
2144
|
}
|
|
2127
2145
|
if (b) {
|
|
2128
|
-
d = this.
|
|
2146
|
+
d = this.d6() - 1;
|
|
2129
2147
|
}
|
|
2130
|
-
if (d > this.
|
|
2131
|
-
d = this.
|
|
2148
|
+
if (d > this.d6() - 1) {
|
|
2149
|
+
d = this.d6() - 1;
|
|
2132
2150
|
}
|
|
2133
2151
|
if (d == c) {
|
|
2134
2152
|
return false;
|
|
2135
2153
|
}
|
|
2136
|
-
this.
|
|
2154
|
+
this.dv = d;
|
|
2137
2155
|
if (this.ay.a) {
|
|
2138
|
-
this.
|
|
2156
|
+
this.fk(d, false);
|
|
2139
2157
|
}
|
|
2140
2158
|
this.bo = false;
|
|
2141
2159
|
if (this.as == 2 && a) {
|
|
2142
|
-
if (this.
|
|
2143
|
-
this.
|
|
2160
|
+
if (this.dp == -1) {
|
|
2161
|
+
this.dp = c;
|
|
2144
2162
|
}
|
|
2145
|
-
let e = Math.min(this.
|
|
2146
|
-
let f = Math.max(this.
|
|
2147
|
-
this.
|
|
2163
|
+
let e = Math.min(this.dp, d);
|
|
2164
|
+
let f = Math.max(this.dp, d);
|
|
2165
|
+
this.hl(e, f);
|
|
2148
2166
|
}
|
|
2149
2167
|
else {
|
|
2150
|
-
this.
|
|
2151
|
-
this.
|
|
2168
|
+
this.dp = -1;
|
|
2169
|
+
this.dn = -1;
|
|
2152
2170
|
this.cs.clear();
|
|
2153
2171
|
this.ct.clear();
|
|
2154
2172
|
}
|
|
2155
|
-
this.
|
|
2173
|
+
this.gx();
|
|
2156
2174
|
return true;
|
|
2157
2175
|
}
|
|
2158
|
-
|
|
2176
|
+
gx() {
|
|
2159
2177
|
if (this.bo && this.selectionChanged != null) {
|
|
2160
2178
|
this.selectionChanged(this, new ListPanelSelectionChangedEventArgs());
|
|
2161
2179
|
this.bo = false;
|
|
2162
2180
|
}
|
|
2163
2181
|
}
|
|
2164
|
-
|
|
2182
|
+
hl(a, b) {
|
|
2165
2183
|
for (let c = a; c <= b; c++) {
|
|
2166
2184
|
if (this.cs.contains(c)) {
|
|
2167
2185
|
continue;
|
|
@@ -2202,48 +2220,48 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2202
2220
|
if (this.r == 0 || this.b1()) {
|
|
2203
2221
|
return false;
|
|
2204
2222
|
}
|
|
2205
|
-
let c = this.
|
|
2206
|
-
let d = this.
|
|
2223
|
+
let c = this.dv;
|
|
2224
|
+
let d = this.dv;
|
|
2207
2225
|
if (b) {
|
|
2208
|
-
if (d >= this.
|
|
2226
|
+
if (d >= this.d6() - 1) {
|
|
2209
2227
|
return false;
|
|
2210
2228
|
}
|
|
2211
|
-
d = this.
|
|
2229
|
+
d = this.d6() - 1;
|
|
2212
2230
|
}
|
|
2213
|
-
else if (this.ad == 2 && this.
|
|
2231
|
+
else if (this.ad == 2 && this.d7(d) == this.cw.count - 1) {
|
|
2214
2232
|
return false;
|
|
2215
2233
|
}
|
|
2216
2234
|
let e = -1;
|
|
2217
2235
|
if (this.ad == 2) {
|
|
2218
|
-
e = this.
|
|
2236
|
+
e = this.d7(d);
|
|
2219
2237
|
let f = (d - e) + this.cw.count;
|
|
2220
|
-
if (f > this.
|
|
2221
|
-
f = this.
|
|
2238
|
+
if (f > this.d6() - 1) {
|
|
2239
|
+
f = this.d6() - 1;
|
|
2222
2240
|
}
|
|
2223
2241
|
d = f;
|
|
2224
2242
|
}
|
|
2225
2243
|
if (d == c) {
|
|
2226
2244
|
return false;
|
|
2227
2245
|
}
|
|
2228
|
-
this.
|
|
2229
|
-
this.
|
|
2246
|
+
this.dv = d;
|
|
2247
|
+
this.fk(d, false);
|
|
2230
2248
|
return true;
|
|
2231
2249
|
}
|
|
2232
2250
|
b8(a, b) {
|
|
2233
|
-
let c = this.
|
|
2234
|
-
let d = this.
|
|
2251
|
+
let c = this.df;
|
|
2252
|
+
let d = this.df;
|
|
2235
2253
|
if (b) {
|
|
2236
2254
|
if (d <= 0) {
|
|
2237
2255
|
return false;
|
|
2238
2256
|
}
|
|
2239
2257
|
d = 0;
|
|
2240
2258
|
}
|
|
2241
|
-
else if (this.ad == 2 && this.
|
|
2259
|
+
else if (this.ad == 2 && this.d7(d) == 0) {
|
|
2242
2260
|
return false;
|
|
2243
2261
|
}
|
|
2244
2262
|
let e = -1;
|
|
2245
2263
|
if (this.ad == 2) {
|
|
2246
|
-
e = this.
|
|
2264
|
+
e = this.d7(d);
|
|
2247
2265
|
let f = (d - e);
|
|
2248
2266
|
if (f < 0) {
|
|
2249
2267
|
f = 0;
|
|
@@ -2253,8 +2271,8 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2253
2271
|
if (d == c) {
|
|
2254
2272
|
return false;
|
|
2255
2273
|
}
|
|
2256
|
-
this.
|
|
2257
|
-
this.
|
|
2274
|
+
this.dv = d;
|
|
2275
|
+
this.fk(d, false);
|
|
2258
2276
|
return true;
|
|
2259
2277
|
}
|
|
2260
2278
|
ca(a, b) {
|
|
@@ -2264,7 +2282,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2264
2282
|
if (this.r == 0 || this.b1()) {
|
|
2265
2283
|
return false;
|
|
2266
2284
|
}
|
|
2267
|
-
let c = this.
|
|
2285
|
+
let c = this.dv;
|
|
2268
2286
|
if (c <= 0) {
|
|
2269
2287
|
return false;
|
|
2270
2288
|
}
|
|
@@ -2273,7 +2291,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2273
2291
|
d = 0;
|
|
2274
2292
|
}
|
|
2275
2293
|
if (b && this.ad == 2) {
|
|
2276
|
-
d = (c - this.
|
|
2294
|
+
d = (c - this.d7(c));
|
|
2277
2295
|
if (d < 0) {
|
|
2278
2296
|
d = 0;
|
|
2279
2297
|
}
|
|
@@ -2284,54 +2302,54 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2284
2302
|
if (d == c) {
|
|
2285
2303
|
return false;
|
|
2286
2304
|
}
|
|
2287
|
-
this.
|
|
2305
|
+
this.dv = d;
|
|
2288
2306
|
if (this.ay.a) {
|
|
2289
|
-
this.
|
|
2307
|
+
this.fk(d, false);
|
|
2290
2308
|
}
|
|
2291
2309
|
this.bo = false;
|
|
2292
2310
|
if (this.as == 2 && a) {
|
|
2293
|
-
if (this.
|
|
2294
|
-
this.
|
|
2311
|
+
if (this.dp == -1) {
|
|
2312
|
+
this.dp = c;
|
|
2295
2313
|
}
|
|
2296
|
-
let e = Math.min(this.
|
|
2297
|
-
let f = Math.max(this.
|
|
2298
|
-
this.
|
|
2314
|
+
let e = Math.min(this.dp, d);
|
|
2315
|
+
let f = Math.max(this.dp, d);
|
|
2316
|
+
this.hl(e, f);
|
|
2299
2317
|
}
|
|
2300
2318
|
else {
|
|
2301
|
-
this.
|
|
2302
|
-
this.
|
|
2319
|
+
this.dp = -1;
|
|
2320
|
+
this.dn = -1;
|
|
2303
2321
|
this.cs.clear();
|
|
2304
2322
|
this.ct.clear();
|
|
2305
2323
|
}
|
|
2306
|
-
this.
|
|
2324
|
+
this.gx();
|
|
2307
2325
|
return true;
|
|
2308
2326
|
}
|
|
2309
2327
|
cb(a, b) {
|
|
2310
2328
|
if (this.r == 0 || this.b1()) {
|
|
2311
2329
|
return false;
|
|
2312
2330
|
}
|
|
2313
|
-
let c = this.
|
|
2314
|
-
let d = this.
|
|
2331
|
+
let c = this.d2();
|
|
2332
|
+
let d = this.d4();
|
|
2315
2333
|
let e = d - c;
|
|
2316
|
-
let f = Math.min(d + 1, this.
|
|
2334
|
+
let f = Math.min(d + 1, this.d6() - 1);
|
|
2317
2335
|
{
|
|
2318
|
-
this.
|
|
2336
|
+
this.dv = f;
|
|
2319
2337
|
}
|
|
2320
|
-
this.
|
|
2338
|
+
this.fk(f, true);
|
|
2321
2339
|
return true;
|
|
2322
2340
|
}
|
|
2323
2341
|
cc(a, b) {
|
|
2324
2342
|
if (this.r == 0 || this.b1()) {
|
|
2325
2343
|
return false;
|
|
2326
2344
|
}
|
|
2327
|
-
let c = this.
|
|
2328
|
-
let d = this.
|
|
2345
|
+
let c = this.d2();
|
|
2346
|
+
let d = this.d4();
|
|
2329
2347
|
let e = d - c;
|
|
2330
2348
|
let f = Math.max(c - e - 1, 0);
|
|
2331
2349
|
{
|
|
2332
|
-
this.
|
|
2350
|
+
this.dv = f;
|
|
2333
2351
|
}
|
|
2334
|
-
this.
|
|
2352
|
+
this.fk(f, false);
|
|
2335
2353
|
return true;
|
|
2336
2354
|
}
|
|
2337
2355
|
cd(a, b) {
|
|
@@ -2341,46 +2359,46 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2341
2359
|
if (this.r == 0 || this.b1()) {
|
|
2342
2360
|
return false;
|
|
2343
2361
|
}
|
|
2344
|
-
let c = this.
|
|
2362
|
+
let c = this.dv;
|
|
2345
2363
|
if (c <= 0) {
|
|
2346
2364
|
return false;
|
|
2347
2365
|
}
|
|
2348
2366
|
let d = c - 1;
|
|
2349
2367
|
if (b) {
|
|
2350
|
-
d = this.
|
|
2368
|
+
d = this.d6() - 1;
|
|
2351
2369
|
}
|
|
2352
2370
|
if (b && this.ad == 2) {
|
|
2353
|
-
d = (c - this.
|
|
2354
|
-
if (d > this.
|
|
2355
|
-
d = this.
|
|
2371
|
+
d = (c - this.d7(c)) + this.cw.count;
|
|
2372
|
+
if (d > this.d6() - 1) {
|
|
2373
|
+
d = this.d6() - 1;
|
|
2356
2374
|
}
|
|
2357
2375
|
}
|
|
2358
|
-
if (d > this.
|
|
2359
|
-
d = this.
|
|
2376
|
+
if (d > this.d6() - 1) {
|
|
2377
|
+
d = this.d6() - 1;
|
|
2360
2378
|
}
|
|
2361
2379
|
if (d == c) {
|
|
2362
2380
|
return false;
|
|
2363
2381
|
}
|
|
2364
|
-
this.
|
|
2382
|
+
this.dv = d;
|
|
2365
2383
|
if (this.ay.a) {
|
|
2366
|
-
this.
|
|
2384
|
+
this.fk(d, false);
|
|
2367
2385
|
}
|
|
2368
2386
|
this.bo = false;
|
|
2369
2387
|
if (this.as == 2 && a) {
|
|
2370
|
-
if (this.
|
|
2371
|
-
this.
|
|
2388
|
+
if (this.dp == -1) {
|
|
2389
|
+
this.dp = c;
|
|
2372
2390
|
}
|
|
2373
|
-
let e = Math.min(this.
|
|
2374
|
-
let f = Math.max(this.
|
|
2375
|
-
this.
|
|
2391
|
+
let e = Math.min(this.dp, d);
|
|
2392
|
+
let f = Math.max(this.dp, d);
|
|
2393
|
+
this.hl(e, f);
|
|
2376
2394
|
}
|
|
2377
2395
|
else {
|
|
2378
|
-
this.
|
|
2379
|
-
this.
|
|
2396
|
+
this.dp = -1;
|
|
2397
|
+
this.dn = -1;
|
|
2380
2398
|
this.cs.clear();
|
|
2381
2399
|
this.ct.clear();
|
|
2382
2400
|
}
|
|
2383
|
-
this.
|
|
2401
|
+
this.gx();
|
|
2384
2402
|
return true;
|
|
2385
2403
|
}
|
|
2386
2404
|
cf(a, b) {
|
|
@@ -2392,7 +2410,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2392
2410
|
}
|
|
2393
2411
|
return this.cd(a, b);
|
|
2394
2412
|
}
|
|
2395
|
-
|
|
2413
|
+
g0() {
|
|
2396
2414
|
}
|
|
2397
2415
|
cg(a, b) {
|
|
2398
2416
|
if (this.ad == 1) {
|
|
@@ -2401,7 +2419,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2401
2419
|
if (this.r == 0 || this.b1()) {
|
|
2402
2420
|
return false;
|
|
2403
2421
|
}
|
|
2404
|
-
let c = this.
|
|
2422
|
+
let c = this.dv;
|
|
2405
2423
|
if (c <= 0) {
|
|
2406
2424
|
return false;
|
|
2407
2425
|
}
|
|
@@ -2421,26 +2439,26 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2421
2439
|
if (d == c) {
|
|
2422
2440
|
return false;
|
|
2423
2441
|
}
|
|
2424
|
-
this.
|
|
2442
|
+
this.dv = d;
|
|
2425
2443
|
if (this.ay.a) {
|
|
2426
|
-
this.
|
|
2444
|
+
this.fk(d, false);
|
|
2427
2445
|
}
|
|
2428
2446
|
this.bo = false;
|
|
2429
2447
|
if (this.as == 2 && a) {
|
|
2430
|
-
if (this.
|
|
2431
|
-
this.
|
|
2448
|
+
if (this.dp == -1) {
|
|
2449
|
+
this.dp = c;
|
|
2432
2450
|
}
|
|
2433
|
-
let e = Math.min(this.
|
|
2434
|
-
let f = Math.max(this.
|
|
2435
|
-
this.
|
|
2451
|
+
let e = Math.min(this.dp, d);
|
|
2452
|
+
let f = Math.max(this.dp, d);
|
|
2453
|
+
this.hl(e, f);
|
|
2436
2454
|
}
|
|
2437
2455
|
else {
|
|
2438
|
-
this.
|
|
2439
|
-
this.
|
|
2456
|
+
this.dp = -1;
|
|
2457
|
+
this.dn = -1;
|
|
2440
2458
|
this.cs.clear();
|
|
2441
2459
|
this.ct.clear();
|
|
2442
2460
|
}
|
|
2443
|
-
this.
|
|
2461
|
+
this.gx();
|
|
2444
2462
|
return true;
|
|
2445
2463
|
}
|
|
2446
2464
|
b5(a, b) {
|
|
@@ -2455,7 +2473,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2455
2473
|
ce(a, b) {
|
|
2456
2474
|
return false;
|
|
2457
2475
|
}
|
|
2458
|
-
|
|
2476
|
+
fx() {
|
|
2459
2477
|
this.view.v();
|
|
2460
2478
|
}
|
|
2461
2479
|
get bw() {
|
|
@@ -2464,7 +2482,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2464
2482
|
set bw(a) {
|
|
2465
2483
|
this.bf = a;
|
|
2466
2484
|
}
|
|
2467
|
-
|
|
2485
|
+
fj(a = false) {
|
|
2468
2486
|
this.cm.clear();
|
|
2469
2487
|
this.cn.clear();
|
|
2470
2488
|
this.co.clear();
|
|
@@ -2472,10 +2490,10 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2472
2490
|
this.bb = true;
|
|
2473
2491
|
this.bc = a;
|
|
2474
2492
|
}
|
|
2475
|
-
|
|
2493
|
+
ft() {
|
|
2476
2494
|
if (this.bb) {
|
|
2477
2495
|
this.bw = true;
|
|
2478
|
-
this.
|
|
2496
|
+
this.hs(this.cm, this.cn, this.co, this.cp);
|
|
2479
2497
|
this.bw = false;
|
|
2480
2498
|
}
|
|
2481
2499
|
this.bb = false;
|
|
@@ -2487,10 +2505,10 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2487
2505
|
let b = this.bl;
|
|
2488
2506
|
this.bl = a;
|
|
2489
2507
|
if (b != this.bl) {
|
|
2490
|
-
this.
|
|
2508
|
+
this.go("NotifyOnAllSelectionChanges", b, this.bl);
|
|
2491
2509
|
}
|
|
2492
2510
|
}
|
|
2493
|
-
|
|
2511
|
+
hs(a, b, c, d) {
|
|
2494
2512
|
if (a.count == 0 && b.count == 0 && c.count == 0 && d.count == 0) {
|
|
2495
2513
|
return;
|
|
2496
2514
|
}
|
|
@@ -2520,10 +2538,10 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2520
2538
|
}
|
|
2521
2539
|
}
|
|
2522
2540
|
this.b2 = e;
|
|
2523
|
-
this.
|
|
2524
|
-
this.
|
|
2541
|
+
this.gs(c, a);
|
|
2542
|
+
this.gv(d, b);
|
|
2525
2543
|
}
|
|
2526
|
-
|
|
2544
|
+
hj(a, b) {
|
|
2527
2545
|
this.bo = true;
|
|
2528
2546
|
if (!this.bw && this.actualDataSource != null) {
|
|
2529
2547
|
if (!this.bp) {
|
|
@@ -2595,7 +2613,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2595
2613
|
}
|
|
2596
2614
|
}
|
|
2597
2615
|
}
|
|
2598
|
-
|
|
2616
|
+
hk(a, b) {
|
|
2599
2617
|
if (!this.bw && this.actualDataSource != null) {
|
|
2600
2618
|
if (!this.bp) {
|
|
2601
2619
|
this.bp = true;
|
|
@@ -2603,7 +2621,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2603
2621
|
case 0:
|
|
2604
2622
|
if (b.newItems != null) {
|
|
2605
2623
|
for (let c = 0; c < b.newItems.count; c++) {
|
|
2606
|
-
let d = this.
|
|
2624
|
+
let d = this.ei(b.newItems.item(c));
|
|
2607
2625
|
this.ai.ae.insert1(c + b.newStartingIndex, d);
|
|
2608
2626
|
}
|
|
2609
2627
|
}
|
|
@@ -2623,7 +2641,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2623
2641
|
}
|
|
2624
2642
|
if (b.newItems != null) {
|
|
2625
2643
|
for (let g = 0; g < b.newItems.count; g++) {
|
|
2626
|
-
let h = this.
|
|
2644
|
+
let h = this.ei(b.newItems.item(g));
|
|
2627
2645
|
this.ai.ae.insert1(g + b.newStartingIndex, h);
|
|
2628
2646
|
}
|
|
2629
2647
|
}
|
|
@@ -2631,7 +2649,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2631
2649
|
case 4:
|
|
2632
2650
|
this.ai.clear();
|
|
2633
2651
|
for (let i of fromEnum(this.al.ae)) {
|
|
2634
|
-
let j = this.
|
|
2652
|
+
let j = this.ei(i);
|
|
2635
2653
|
this.ai.add1(j);
|
|
2636
2654
|
}
|
|
2637
2655
|
break;
|
|
@@ -2668,10 +2686,10 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2668
2686
|
}
|
|
2669
2687
|
}
|
|
2670
2688
|
}
|
|
2671
|
-
|
|
2672
|
-
this.
|
|
2689
|
+
hp(a, b) {
|
|
2690
|
+
this.g3();
|
|
2673
2691
|
}
|
|
2674
|
-
|
|
2692
|
+
gq(a, b) {
|
|
2675
2693
|
if (a == null) {
|
|
2676
2694
|
let c = this.al.ae.indexOf(b);
|
|
2677
2695
|
if (c > -1 && this.ai.ae.count > 0) {
|
|
@@ -2683,21 +2701,21 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2683
2701
|
}
|
|
2684
2702
|
this.bw = true;
|
|
2685
2703
|
if (!this.bb) {
|
|
2686
|
-
this.
|
|
2704
|
+
this.fi(a, b, true);
|
|
2687
2705
|
}
|
|
2688
2706
|
else {
|
|
2689
2707
|
this.cm.add1(a);
|
|
2690
2708
|
this.cn.add(b);
|
|
2691
2709
|
if (this.bc) {
|
|
2692
|
-
this.
|
|
2710
|
+
this.fi(a, b, false);
|
|
2693
2711
|
}
|
|
2694
2712
|
}
|
|
2695
2713
|
this.bw = false;
|
|
2696
2714
|
}
|
|
2697
|
-
|
|
2698
|
-
this.
|
|
2715
|
+
hq(a, b) {
|
|
2716
|
+
this.g3();
|
|
2699
2717
|
}
|
|
2700
|
-
|
|
2718
|
+
gr(a, b) {
|
|
2701
2719
|
if (a == null) {
|
|
2702
2720
|
let c = this.al.ae.indexOf(b);
|
|
2703
2721
|
if (c > -1 && this.ai.ae.count > 0) {
|
|
@@ -2709,18 +2727,18 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2709
2727
|
}
|
|
2710
2728
|
this.bw = true;
|
|
2711
2729
|
if (!this.bb) {
|
|
2712
|
-
this.
|
|
2730
|
+
this.hc(a, b, true);
|
|
2713
2731
|
}
|
|
2714
2732
|
else {
|
|
2715
2733
|
this.co.add1(a);
|
|
2716
2734
|
this.cp.add(b);
|
|
2717
2735
|
if (this.bc) {
|
|
2718
|
-
this.
|
|
2736
|
+
this.hc(a, b, false);
|
|
2719
2737
|
}
|
|
2720
2738
|
}
|
|
2721
2739
|
this.bw = false;
|
|
2722
2740
|
}
|
|
2723
|
-
|
|
2741
|
+
fi(a, b, c) {
|
|
2724
2742
|
let d = this.b2;
|
|
2725
2743
|
this.b2 = false;
|
|
2726
2744
|
if (!this.bp) {
|
|
@@ -2729,11 +2747,11 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2729
2747
|
}
|
|
2730
2748
|
this.b2 = d;
|
|
2731
2749
|
if (c) {
|
|
2732
|
-
this.
|
|
2733
|
-
this.
|
|
2750
|
+
this.gt(null, a);
|
|
2751
|
+
this.gu(null, b);
|
|
2734
2752
|
}
|
|
2735
2753
|
}
|
|
2736
|
-
|
|
2754
|
+
hr(a, b, c) {
|
|
2737
2755
|
let d = this.b2;
|
|
2738
2756
|
this.b2 = false;
|
|
2739
2757
|
let e = this.ai.ae._inner[a];
|
|
@@ -2741,9 +2759,9 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2741
2759
|
this.ai.ae._inner[a] = b;
|
|
2742
2760
|
}
|
|
2743
2761
|
this.b2 = d;
|
|
2744
|
-
this.
|
|
2762
|
+
this.gt(b, b);
|
|
2745
2763
|
}
|
|
2746
|
-
|
|
2764
|
+
hc(a, b, c) {
|
|
2747
2765
|
let d = this.b2;
|
|
2748
2766
|
this.b2 = false;
|
|
2749
2767
|
if (!this.bp) {
|
|
@@ -2752,11 +2770,11 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2752
2770
|
}
|
|
2753
2771
|
this.b2 = d;
|
|
2754
2772
|
if (c) {
|
|
2755
|
-
this.
|
|
2756
|
-
this.
|
|
2773
|
+
this.gt(a, null);
|
|
2774
|
+
this.gu(b, null);
|
|
2757
2775
|
}
|
|
2758
2776
|
}
|
|
2759
|
-
|
|
2777
|
+
gt(a, b) {
|
|
2760
2778
|
if (!this.cl && this.selectedItemsChanged != null) {
|
|
2761
2779
|
let c = new ListPanelSelectedItemsChangedEventArgs();
|
|
2762
2780
|
c.currentItems = this.ai;
|
|
@@ -2773,7 +2791,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2773
2791
|
this.selectedItemsChanged(this, c);
|
|
2774
2792
|
}
|
|
2775
2793
|
}
|
|
2776
|
-
|
|
2794
|
+
gu(a, b) {
|
|
2777
2795
|
if (!this.cl && this.selectedKeysChanged != null) {
|
|
2778
2796
|
let c = new ListPanelSelectedKeysChangedEventArgs();
|
|
2779
2797
|
c.currentKeys = this.al;
|
|
@@ -2790,7 +2808,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2790
2808
|
this.selectedKeysChanged(this, c);
|
|
2791
2809
|
}
|
|
2792
2810
|
}
|
|
2793
|
-
|
|
2811
|
+
gs(a, b) {
|
|
2794
2812
|
if (!this.cl && this.selectedItemsChanged != null) {
|
|
2795
2813
|
let c = new ListPanelSelectedItemsChangedEventArgs();
|
|
2796
2814
|
c.currentItems = this.ai;
|
|
@@ -2805,7 +2823,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2805
2823
|
this.selectedItemsChanged(this, c);
|
|
2806
2824
|
}
|
|
2807
2825
|
}
|
|
2808
|
-
|
|
2826
|
+
gv(a, b) {
|
|
2809
2827
|
if (!this.cl && this.selectedKeysChanged != null) {
|
|
2810
2828
|
let c = new ListPanelSelectedKeysChangedEventArgs();
|
|
2811
2829
|
c.currentKeys = this.al;
|
|
@@ -2822,7 +2840,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2822
2840
|
this.selectedKeysChanged(this, c);
|
|
2823
2841
|
}
|
|
2824
2842
|
}
|
|
2825
|
-
|
|
2843
|
+
fp() {
|
|
2826
2844
|
if (this.as == 1 || this.as == 2) {
|
|
2827
2845
|
if (this.ai.ae.count > 0) {
|
|
2828
2846
|
let a = new List$1(Base.$, 0);
|
|
@@ -2838,8 +2856,8 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2838
2856
|
this.aq.af();
|
|
2839
2857
|
this.cl = false;
|
|
2840
2858
|
this.bw = false;
|
|
2841
|
-
this.
|
|
2842
|
-
this.
|
|
2859
|
+
this.gs(a, null);
|
|
2860
|
+
this.gv(b, null);
|
|
2843
2861
|
this.aq.z(-1);
|
|
2844
2862
|
}
|
|
2845
2863
|
}
|
|
@@ -2848,12 +2866,12 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2848
2866
|
if (this.actualDataSource == null) {
|
|
2849
2867
|
return 0;
|
|
2850
2868
|
}
|
|
2851
|
-
if (a < 0 || a >= this.
|
|
2869
|
+
if (a < 0 || a >= this.d6()) {
|
|
2852
2870
|
return 0;
|
|
2853
2871
|
}
|
|
2854
2872
|
return this.actualDataSource.getRowType(a);
|
|
2855
2873
|
}
|
|
2856
|
-
|
|
2874
|
+
eb(a, b, c, d) {
|
|
2857
2875
|
if (this.actualDataSource == null || c < 0) {
|
|
2858
2876
|
return -1;
|
|
2859
2877
|
}
|
|
@@ -2884,79 +2902,79 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2884
2902
|
}
|
|
2885
2903
|
return -1;
|
|
2886
2904
|
}
|
|
2887
|
-
|
|
2905
|
+
ek(a) {
|
|
2888
2906
|
if (a < 0 || a > this.actualDataSource.actualCount - 1) {
|
|
2889
2907
|
return null;
|
|
2890
2908
|
}
|
|
2891
2909
|
return this.actualDataSource.getItemAtIndex(a);
|
|
2892
2910
|
}
|
|
2893
|
-
|
|
2894
|
-
let e = this.
|
|
2911
|
+
dz(a, b, c, d) {
|
|
2912
|
+
let e = this.eb(a, b, c, d);
|
|
2895
2913
|
if (e >= 0) {
|
|
2896
2914
|
return e;
|
|
2897
2915
|
}
|
|
2898
|
-
return this.
|
|
2916
|
+
return this.ea(b);
|
|
2899
2917
|
}
|
|
2900
|
-
|
|
2918
|
+
d6() {
|
|
2901
2919
|
if (this.actualDataSource == null) {
|
|
2902
2920
|
return 0;
|
|
2903
2921
|
}
|
|
2904
2922
|
return this.actualDataSource.actualCount;
|
|
2905
2923
|
}
|
|
2906
|
-
|
|
2924
|
+
el(a) {
|
|
2907
2925
|
let b = a.v;
|
|
2908
2926
|
if (b < 0 || b > this.actualDataSource.actualCount - 1) {
|
|
2909
2927
|
return null;
|
|
2910
2928
|
}
|
|
2911
2929
|
return this.actualDataSource.getItemAtIndex(b);
|
|
2912
2930
|
}
|
|
2913
|
-
|
|
2931
|
+
gw(a, b, c) {
|
|
2914
2932
|
this.bw = true;
|
|
2915
|
-
this.
|
|
2933
|
+
this.hr(a, b, c);
|
|
2916
2934
|
this.bw = false;
|
|
2917
2935
|
}
|
|
2918
|
-
|
|
2919
|
-
this.
|
|
2936
|
+
hn(a, b) {
|
|
2937
|
+
this.g3();
|
|
2920
2938
|
}
|
|
2921
|
-
|
|
2939
|
+
ge(a) {
|
|
2922
2940
|
if (!this.bq) {
|
|
2923
|
-
this.
|
|
2941
|
+
this.dv = a;
|
|
2924
2942
|
}
|
|
2925
2943
|
if (this.activeRowChanged != null) {
|
|
2926
2944
|
let b = new ListPanelActiveRowChangedEventArgs();
|
|
2927
|
-
b.newActiveRow = this.
|
|
2928
|
-
b.oldActiveRow = this.
|
|
2945
|
+
b.newActiveRow = this.dv;
|
|
2946
|
+
b.oldActiveRow = this.di;
|
|
2929
2947
|
this.activeRowChanged(this, b);
|
|
2930
2948
|
}
|
|
2931
|
-
this.
|
|
2949
|
+
this.gf();
|
|
2932
2950
|
}
|
|
2933
|
-
|
|
2934
|
-
this.
|
|
2951
|
+
ho(a, b) {
|
|
2952
|
+
this.g3();
|
|
2935
2953
|
}
|
|
2936
|
-
|
|
2937
|
-
let b = this.
|
|
2954
|
+
gh(a) {
|
|
2955
|
+
let b = this.dv;
|
|
2938
2956
|
if (!this.bq) {
|
|
2939
|
-
this.
|
|
2957
|
+
this.dv = a;
|
|
2940
2958
|
}
|
|
2941
2959
|
if (this.activeRowChanged != null) {
|
|
2942
2960
|
let c = new ListPanelActiveRowChangedEventArgs();
|
|
2943
|
-
c.newActiveRow = this.
|
|
2961
|
+
c.newActiveRow = this.dv;
|
|
2944
2962
|
c.oldActiveRow = b;
|
|
2945
2963
|
this.activeRowChanged(this, c);
|
|
2946
2964
|
}
|
|
2947
|
-
this.
|
|
2965
|
+
this.gf();
|
|
2948
2966
|
}
|
|
2949
|
-
|
|
2967
|
+
gf() {
|
|
2950
2968
|
}
|
|
2951
2969
|
ck(a) {
|
|
2952
|
-
let b = this.
|
|
2970
|
+
let b = this.dx(a);
|
|
2953
2971
|
if (b == -1) {
|
|
2954
2972
|
return false;
|
|
2955
2973
|
}
|
|
2956
|
-
this.
|
|
2974
|
+
this.hg(b);
|
|
2957
2975
|
return true;
|
|
2958
2976
|
}
|
|
2959
|
-
|
|
2977
|
+
gm(a, b, c, d) {
|
|
2960
2978
|
if (this.by) {
|
|
2961
2979
|
let e = this.y(a);
|
|
2962
2980
|
this.x = e;
|
|
@@ -2979,12 +2997,12 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2979
2997
|
let c = b.y + this.ay.d.top;
|
|
2980
2998
|
let d = b.x + this.ay.d.left;
|
|
2981
2999
|
let e = this.cz;
|
|
2982
|
-
let f = this.
|
|
3000
|
+
let f = this.c5;
|
|
2983
3001
|
let g = a.v;
|
|
2984
3002
|
let h = -1;
|
|
2985
3003
|
if (this.ad == 2) {
|
|
2986
|
-
g = this.
|
|
2987
|
-
h = this.
|
|
3004
|
+
g = this.d9(g);
|
|
3005
|
+
h = this.d8(g);
|
|
2988
3006
|
e = this.cw._inner[h].a;
|
|
2989
3007
|
}
|
|
2990
3008
|
if (this.bz) {
|
|
@@ -2998,23 +3016,23 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
2998
3016
|
}
|
|
2999
3017
|
return false;
|
|
3000
3018
|
}
|
|
3001
|
-
|
|
3019
|
+
gn(a, b, c, d) {
|
|
3002
3020
|
if (this.by) {
|
|
3003
3021
|
let e = this.y(a);
|
|
3004
3022
|
if (e != null && e == this.x) {
|
|
3005
|
-
this.
|
|
3023
|
+
this.gg(e, b, c, d);
|
|
3006
3024
|
}
|
|
3007
3025
|
}
|
|
3008
3026
|
}
|
|
3009
|
-
|
|
3027
|
+
gg(a, b, c, d) {
|
|
3010
3028
|
if (b) {
|
|
3011
|
-
this.
|
|
3012
|
-
this.
|
|
3029
|
+
this.dp = -1;
|
|
3030
|
+
this.dn = -1;
|
|
3013
3031
|
this.cs.clear();
|
|
3014
3032
|
this.ct.clear();
|
|
3015
3033
|
this.bo = false;
|
|
3016
3034
|
this.aq.o(a, c, d, this.an == 0);
|
|
3017
|
-
this.
|
|
3035
|
+
this.gx();
|
|
3018
3036
|
if (this.r == 1) {
|
|
3019
3037
|
this.p.n(a);
|
|
3020
3038
|
}
|
|
@@ -3030,7 +3048,7 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
3030
3048
|
})()));
|
|
3031
3049
|
}
|
|
3032
3050
|
}
|
|
3033
|
-
|
|
3051
|
+
fr(a) {
|
|
3034
3052
|
for (let b = 0; b < this.a2.o.count; b++) {
|
|
3035
3053
|
if (this.a2.p._inner[b]) {
|
|
3036
3054
|
continue;
|
|
@@ -3042,10 +3060,10 @@ export let ListPanel = /*@__PURE__*/ (() => {
|
|
|
3042
3060
|
}
|
|
3043
3061
|
}
|
|
3044
3062
|
ListPanel.$t = /*@__PURE__*/ markType(ListPanel, 'ListPanel', Base.$, [INotifyPropertyChanged_$type]);
|
|
3045
|
-
ListPanel.
|
|
3063
|
+
ListPanel.h1 = null;
|
|
3046
3064
|
ListPanel.ac = 0;
|
|
3047
3065
|
ListPanel.bt = false;
|
|
3048
|
-
ListPanel.
|
|
3066
|
+
ListPanel.h2 = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
|
|
3049
3067
|
return ListPanel;
|
|
3050
3068
|
})();
|
|
3051
3069
|
/**
|
|
@@ -3075,19 +3093,19 @@ export let ListPanelDataSourceNotificationBridge = /*@__PURE__*/ (() => {
|
|
|
3075
3093
|
this.a = a;
|
|
3076
3094
|
}
|
|
3077
3095
|
rangeActualized(a, b) {
|
|
3078
|
-
this.a.
|
|
3096
|
+
this.a.gj(a, b);
|
|
3079
3097
|
}
|
|
3080
3098
|
notifySetItem(a, b, c) {
|
|
3081
|
-
this.a.
|
|
3099
|
+
this.a.gy(a, b, c);
|
|
3082
3100
|
}
|
|
3083
3101
|
notifyClearItems() {
|
|
3084
|
-
this.a.
|
|
3102
|
+
this.a.gi();
|
|
3085
3103
|
}
|
|
3086
3104
|
notifyInsertItem(a, b) {
|
|
3087
|
-
this.a.
|
|
3105
|
+
this.a.gl(a, b);
|
|
3088
3106
|
}
|
|
3089
3107
|
notifyRemoveItem(a, b) {
|
|
3090
|
-
this.a.
|
|
3108
|
+
this.a.gp(a, b);
|
|
3091
3109
|
}
|
|
3092
3110
|
}
|
|
3093
3111
|
ListPanelDataSourceNotificationBridge.$t = /*@__PURE__*/ markType(ListPanelDataSourceNotificationBridge, 'ListPanelDataSourceNotificationBridge', Base.$, [IDataSourceUpdateNotifier_$type]);
|
|
@@ -3125,14 +3143,14 @@ export let ListPanelLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
3125
3143
|
if (!isNaN_(a.absoluteWidth)) {
|
|
3126
3144
|
b.b.a.ae = a.absoluteWidth;
|
|
3127
3145
|
}
|
|
3128
|
-
b.b.a.y = a.
|
|
3146
|
+
b.b.a.y = a.c6(b.v);
|
|
3129
3147
|
}
|
|
3130
3148
|
else if (a.ad == 2) {
|
|
3131
|
-
b.b.a.ae = a.
|
|
3132
|
-
b.b.a.y = a.
|
|
3149
|
+
b.b.a.ae = a.c7(b.v);
|
|
3150
|
+
b.b.a.y = a.c6(b.v);
|
|
3133
3151
|
}
|
|
3134
3152
|
else {
|
|
3135
|
-
b.b.a.ae = a.
|
|
3153
|
+
b.b.a.ae = a.c7(b.v);
|
|
3136
3154
|
b.b.a.y = a.absoluteHeight;
|
|
3137
3155
|
}
|
|
3138
3156
|
if (b.o) {
|
|
@@ -3372,8 +3390,8 @@ export let ListPanelSelectionManager = /*@__PURE__*/ (() => {
|
|
|
3372
3390
|
let f = this.a.al.al(c);
|
|
3373
3391
|
if (f >= 0) {
|
|
3374
3392
|
if (this.a.ai.ae._inner[f] == null) {
|
|
3375
|
-
let g = this.a.
|
|
3376
|
-
this.a.
|
|
3393
|
+
let g = this.a.el(a);
|
|
3394
|
+
this.a.gw(f, g, c);
|
|
3377
3395
|
}
|
|
3378
3396
|
}
|
|
3379
3397
|
}
|
|
@@ -3434,13 +3452,13 @@ export let ListPanelSelectionManager = /*@__PURE__*/ (() => {
|
|
|
3434
3452
|
h.add(f._inner[j]);
|
|
3435
3453
|
i.add(this.d.q._inner[j]);
|
|
3436
3454
|
}
|
|
3437
|
-
this.a.
|
|
3455
|
+
this.a.fj();
|
|
3438
3456
|
this.d.g = true;
|
|
3439
3457
|
for (let k = 0; k < h.count; k++) {
|
|
3440
3458
|
this.ad(h._inner[k], i._inner[k], false);
|
|
3441
3459
|
}
|
|
3442
3460
|
this.d.g = false;
|
|
3443
|
-
this.a.
|
|
3461
|
+
this.a.ft();
|
|
3444
3462
|
}
|
|
3445
3463
|
if (c == null || b) {
|
|
3446
3464
|
return;
|
|
@@ -3457,7 +3475,7 @@ export let ListPanelSelectionManager = /*@__PURE__*/ (() => {
|
|
|
3457
3475
|
let f = typeCast(DataSourceSpecialRow.$, a.value[0]);
|
|
3458
3476
|
if (f.targetRow != null) {
|
|
3459
3477
|
let g = this.a.ae(this.a.e(), f.targetRow);
|
|
3460
|
-
let h = this.a.
|
|
3478
|
+
let h = this.a.eb(this.a.e(), g, this.a.d2(), this.a.d4());
|
|
3461
3479
|
this.y(g, h, f.targetRow, true);
|
|
3462
3480
|
}
|
|
3463
3481
|
e = true;
|
|
@@ -3466,7 +3484,7 @@ export let ListPanelSelectionManager = /*@__PURE__*/ (() => {
|
|
|
3466
3484
|
}
|
|
3467
3485
|
let i = null;
|
|
3468
3486
|
if (!e) {
|
|
3469
|
-
i = this.a.
|
|
3487
|
+
i = this.a.ek(b);
|
|
3470
3488
|
}
|
|
3471
3489
|
this.y(a, b, i, d);
|
|
3472
3490
|
}
|
|
@@ -3479,12 +3497,12 @@ export let ListPanelSelectionManager = /*@__PURE__*/ (() => {
|
|
|
3479
3497
|
e = true;
|
|
3480
3498
|
}
|
|
3481
3499
|
if (e) {
|
|
3482
|
-
this.a.
|
|
3500
|
+
this.a.hp(this.a, b);
|
|
3483
3501
|
}
|
|
3484
3502
|
}
|
|
3485
3503
|
}
|
|
3486
3504
|
if (d) {
|
|
3487
|
-
this.a.
|
|
3505
|
+
this.a.gq(c, a);
|
|
3488
3506
|
}
|
|
3489
3507
|
}
|
|
3490
3508
|
ae(a, b, c, d) {
|
|
@@ -3498,13 +3516,13 @@ export let ListPanelSelectionManager = /*@__PURE__*/ (() => {
|
|
|
3498
3516
|
if (e) {
|
|
3499
3517
|
let f = this.a.af(this.a.e(), b);
|
|
3500
3518
|
if (f != null && f.equals(a) && b >= 0) {
|
|
3501
|
-
this.a.
|
|
3519
|
+
this.a.hq(this.a, b);
|
|
3502
3520
|
}
|
|
3503
3521
|
}
|
|
3504
3522
|
}
|
|
3505
3523
|
}
|
|
3506
3524
|
if (d) {
|
|
3507
|
-
this.a.
|
|
3525
|
+
this.a.gr(c, a);
|
|
3508
3526
|
}
|
|
3509
3527
|
}
|
|
3510
3528
|
ad(a, b, c) {
|
|
@@ -3515,7 +3533,7 @@ export let ListPanelSelectionManager = /*@__PURE__*/ (() => {
|
|
|
3515
3533
|
let f = typeCast(DataSourceSpecialRow.$, a.value[0]);
|
|
3516
3534
|
if (f.targetRow != null) {
|
|
3517
3535
|
let g = this.a.ae(this.a.e(), f.targetRow);
|
|
3518
|
-
let h = this.a.
|
|
3536
|
+
let h = this.a.eb(this.a.e(), g, this.a.d2(), this.a.d4());
|
|
3519
3537
|
this.ae(g, h, f.targetRow, true);
|
|
3520
3538
|
}
|
|
3521
3539
|
e = true;
|
|
@@ -3524,7 +3542,7 @@ export let ListPanelSelectionManager = /*@__PURE__*/ (() => {
|
|
|
3524
3542
|
}
|
|
3525
3543
|
let i = null;
|
|
3526
3544
|
if (!e) {
|
|
3527
|
-
i = this.a.
|
|
3545
|
+
i = this.a.ek(b);
|
|
3528
3546
|
}
|
|
3529
3547
|
this.ae(a, b, i, d);
|
|
3530
3548
|
}
|
|
@@ -3538,7 +3556,7 @@ export let ListPanelSelectionManager = /*@__PURE__*/ (() => {
|
|
|
3538
3556
|
e = this.d.item(d);
|
|
3539
3557
|
}
|
|
3540
3558
|
if (e == -1) {
|
|
3541
|
-
e = this.a.
|
|
3559
|
+
e = this.a.eb(this.a.e(), d, this.a.d2(), this.a.d4());
|
|
3542
3560
|
}
|
|
3543
3561
|
if (!b.containsKey(d)) {
|
|
3544
3562
|
b.addItem(d, e);
|
|
@@ -3572,7 +3590,7 @@ export let ListPanelSelectionManager = /*@__PURE__*/ (() => {
|
|
|
3572
3590
|
o = this.d.item(n);
|
|
3573
3591
|
}
|
|
3574
3592
|
if (o == -1) {
|
|
3575
|
-
o = this.a.
|
|
3593
|
+
o = this.a.dz(this.a.e(), n, this.a.d2(), this.a.d4());
|
|
3576
3594
|
}
|
|
3577
3595
|
this.ad(n, o, false);
|
|
3578
3596
|
}
|
|
@@ -3684,13 +3702,13 @@ export let ListPanelSelectionManager = /*@__PURE__*/ (() => {
|
|
|
3684
3702
|
}
|
|
3685
3703
|
let d = this.d.o._inner[c];
|
|
3686
3704
|
a.add(this.d.item(d));
|
|
3687
|
-
let e = this.a.
|
|
3705
|
+
let e = this.a.eb(this.a.e(), d, this.a.d2(), this.a.d4());
|
|
3688
3706
|
b.add_1(e);
|
|
3689
3707
|
this.d.item(d, -1);
|
|
3690
3708
|
}
|
|
3691
3709
|
for (let f = 0; f < a.count; f++) {
|
|
3692
3710
|
if (!b.contains(a._inner[f])) {
|
|
3693
|
-
this.a.
|
|
3711
|
+
this.a.hq(this.a, a._inner[f]);
|
|
3694
3712
|
}
|
|
3695
3713
|
}
|
|
3696
3714
|
}
|
|
@@ -3727,7 +3745,7 @@ export let ListPanelSelectionManager = /*@__PURE__*/ (() => {
|
|
|
3727
3745
|
$ret.d = Math.max(this.m, a.v);
|
|
3728
3746
|
return $ret;
|
|
3729
3747
|
})());
|
|
3730
|
-
this.a.
|
|
3748
|
+
this.a.fj();
|
|
3731
3749
|
if (this.b != null) {
|
|
3732
3750
|
for (let f = this.b.f; f <= this.b.d; f++) {
|
|
3733
3751
|
if (!e.b(f)) {
|
|
@@ -3744,7 +3762,7 @@ export let ListPanelSelectionManager = /*@__PURE__*/ (() => {
|
|
|
3744
3762
|
this.x(i, h, false);
|
|
3745
3763
|
}
|
|
3746
3764
|
}
|
|
3747
|
-
this.a.
|
|
3765
|
+
this.a.ft();
|
|
3748
3766
|
this.b = e;
|
|
3749
3767
|
}
|
|
3750
3768
|
}
|
|
@@ -3752,8 +3770,8 @@ export let ListPanelSelectionManager = /*@__PURE__*/ (() => {
|
|
|
3752
3770
|
if (this.a.actualDataSource == null) {
|
|
3753
3771
|
return;
|
|
3754
3772
|
}
|
|
3755
|
-
this.a.
|
|
3756
|
-
let a = this.a.
|
|
3773
|
+
this.a.fj();
|
|
3774
|
+
let a = this.a.d6();
|
|
3757
3775
|
for (let b = 0; b < a; b++) {
|
|
3758
3776
|
let c = this.a.actualDataSource.getItemAtIndex(b);
|
|
3759
3777
|
if (typeCast(DataSourceSpecialRow.$, c) !== null) {
|
|
@@ -3764,7 +3782,7 @@ export let ListPanelSelectionManager = /*@__PURE__*/ (() => {
|
|
|
3764
3782
|
this.x(d, b, false);
|
|
3765
3783
|
}
|
|
3766
3784
|
}
|
|
3767
|
-
this.a.
|
|
3785
|
+
this.a.ft();
|
|
3768
3786
|
}
|
|
3769
3787
|
}
|
|
3770
3788
|
ListPanelSelectionManager.$t = /*@__PURE__*/ markType(ListPanelSelectionManager, 'ListPanelSelectionManager');
|
|
@@ -3879,12 +3897,12 @@ export let ListPanelActivationManager = /*@__PURE__*/ (() => {
|
|
|
3879
3897
|
if (a != this.g) {
|
|
3880
3898
|
this.g = a;
|
|
3881
3899
|
if (a >= 0) {
|
|
3882
|
-
if (a >= 0 && a < this.a.
|
|
3900
|
+
if (a >= 0 && a < this.a.d6()) {
|
|
3883
3901
|
}
|
|
3884
|
-
this.a.
|
|
3902
|
+
this.a.hn(this.a, a);
|
|
3885
3903
|
}
|
|
3886
3904
|
if (b) {
|
|
3887
|
-
this.a.
|
|
3905
|
+
this.a.ge(a);
|
|
3888
3906
|
}
|
|
3889
3907
|
}
|
|
3890
3908
|
}
|
|
@@ -3894,14 +3912,14 @@ export let ListPanelActivationManager = /*@__PURE__*/ (() => {
|
|
|
3894
3912
|
if (a >= 0) {
|
|
3895
3913
|
{
|
|
3896
3914
|
{
|
|
3897
|
-
if (a >= 0 && a < this.a.
|
|
3915
|
+
if (a >= 0 && a < this.a.d6()) {
|
|
3898
3916
|
}
|
|
3899
|
-
this.a.
|
|
3917
|
+
this.a.ho(this.a, a);
|
|
3900
3918
|
}
|
|
3901
3919
|
}
|
|
3902
3920
|
}
|
|
3903
3921
|
if (b) {
|
|
3904
|
-
this.a.
|
|
3922
|
+
this.a.gh(a);
|
|
3905
3923
|
}
|
|
3906
3924
|
}
|
|
3907
3925
|
}
|