igniteui-webcomponents-layouts 5.2.0 → 5.3.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 +7393 -6728
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ComboEditorBridge.js +6 -6
- package/esm2015/lib/ComboEditorView_combined.js +32 -32
- package/esm2015/lib/ListPanelContentRebindEventArgs.js +26 -0
- package/esm2015/lib/ListPanelContentRecycledEventArgs.js +26 -0
- package/esm2015/lib/ListPanelScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/ListPanelView_combined.js +1267 -1233
- package/esm2015/lib/NativeUILayoutFactory_combined.js +5036 -4716
- package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm2015/lib/igc-list-panel-component.js +144 -86
- package/esm2015/lib/igc-list-panel-content-rebind-event-args.js +42 -0
- package/esm2015/lib/igc-list-panel-content-recycled-event-args.js +42 -0
- 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 +162 -165
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -37
- 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-text-input-component.js +2 -2
- package/esm2015/lib/igc-tool-panel-component.js +277 -256
- package/esm2015/lib/igc-toolbar-component.js +180 -159
- package/esm2015/public_api.js +4 -0
- package/esm5/lib/ComboEditorBridge.js +6 -6
- package/esm5/lib/ComboEditorView_combined.js +32 -32
- package/esm5/lib/ListPanelContentRebindEventArgs.js +32 -0
- package/esm5/lib/ListPanelContentRecycledEventArgs.js +32 -0
- package/esm5/lib/ListPanelScrollerKeyboardListener.js +15 -15
- package/esm5/lib/ListPanelView_combined.js +1254 -1216
- package/esm5/lib/NativeUILayoutFactory_combined.js +4882 -4534
- package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm5/lib/igc-list-panel-component.js +154 -86
- package/esm5/lib/igc-list-panel-content-rebind-event-args.js +52 -0
- package/esm5/lib/igc-list-panel-content-recycled-event-args.js +52 -0
- 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 +162 -165
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm5/lib/igc-tool-action-icon-button-component.js +34 -37
- 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-text-input-component.js +2 -2
- package/esm5/lib/igc-tool-panel-component.js +285 -256
- package/esm5/lib/igc-toolbar-component.js +188 -159
- package/esm5/public_api.js +4 -0
- package/fesm2015/igniteui-webcomponents-layouts.js +7526 -6949
- package/fesm5/igniteui-webcomponents-layouts.js +7391 -6730
- package/lib/INativeUIToolPanelBridge.d.ts +1 -0
- package/lib/ListPanelContentRebindEventArgs.d.ts +10 -0
- package/lib/ListPanelContentRecycledEventArgs.d.ts +10 -0
- package/lib/ListPanelView_combined.d.ts +245 -240
- package/lib/NativeUILayoutFactory_combined.d.ts +1167 -1119
- package/lib/igc-list-panel-component.d.ts +16 -0
- package/lib/igc-list-panel-content-rebind-event-args.d.ts +20 -0
- package/lib/igc-list-panel-content-recycled-event-args.d.ts +20 -0
- package/lib/igc-tool-action-component.d.ts +0 -1
- package/lib/igc-tool-action-icon-button-component.d.ts +0 -1
- package/lib/igc-tool-panel-component.d.ts +11 -0
- package/lib/igc-toolbar-component.d.ts +11 -0
- package/package.json +3 -3
- package/public_api.d.ts +4 -0
package/esm2015/public_api.js
CHANGED
|
@@ -177,6 +177,10 @@ export * from './lib/ListPanelSelectedItemsChangedEventArgs';
|
|
|
177
177
|
export * from './lib/igc-list-panel-selected-items-changed-event-args';
|
|
178
178
|
export * from './lib/ListPanelSelectedKeysChangedEventArgs';
|
|
179
179
|
export * from './lib/igc-list-panel-selected-keys-changed-event-args';
|
|
180
|
+
export * from './lib/ListPanelContentRecycledEventArgs';
|
|
181
|
+
export * from './lib/igc-list-panel-content-recycled-event-args';
|
|
182
|
+
export * from './lib/ListPanelContentRebindEventArgs';
|
|
183
|
+
export * from './lib/igc-list-panel-content-rebind-event-args';
|
|
180
184
|
export * from './lib/ListPanelSelectionMode';
|
|
181
185
|
export * from './lib/ListPanelActivationMode';
|
|
182
186
|
export * from './lib/ListPanelSelectionBehavior';
|
|
@@ -66,10 +66,10 @@ var ComboEditorBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66
66
|
break;
|
|
67
67
|
}
|
|
68
68
|
return enumGetBox(NativeUIDisplayDensity_$type, d);
|
|
69
|
-
case
|
|
70
|
-
case
|
|
69
|
+
case 89: return a.gg;
|
|
70
|
+
case 88: return a.j;
|
|
71
71
|
case 8: return a.itemsSource;
|
|
72
|
-
case
|
|
72
|
+
case 87: return [a.value];
|
|
73
73
|
}
|
|
74
74
|
return _super.prototype.getValue.call(this, a, b);
|
|
75
75
|
};
|
|
@@ -106,10 +106,10 @@ var ComboEditorBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
106
106
|
}
|
|
107
107
|
a.density = d;
|
|
108
108
|
return;
|
|
109
|
-
case
|
|
109
|
+
case 89:
|
|
110
110
|
a.gg = c;
|
|
111
111
|
return;
|
|
112
|
-
case
|
|
112
|
+
case 88:
|
|
113
113
|
a.j = [c];
|
|
114
114
|
return;
|
|
115
115
|
case 8:
|
|
@@ -142,7 +142,7 @@ var ComboEditorBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
142
142
|
a.itemsSource = c;
|
|
143
143
|
}
|
|
144
144
|
return;
|
|
145
|
-
case
|
|
145
|
+
case 87:
|
|
146
146
|
a.value = (c != null && c.length > 0) ? c[0] : null;
|
|
147
147
|
return;
|
|
148
148
|
}
|
|
@@ -382,7 +382,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
382
382
|
}
|
|
383
383
|
ComboEditor.prototype.gy = function () {
|
|
384
384
|
var a = this.ad;
|
|
385
|
-
a.
|
|
385
|
+
a.dt = -1;
|
|
386
386
|
};
|
|
387
387
|
Object.defineProperty(ComboEditor.prototype, "bj", {
|
|
388
388
|
get: function () {
|
|
@@ -2179,7 +2179,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2179
2179
|
ComboEditor.prototype.hz = function (a, b) {
|
|
2180
2180
|
var c = this.ad;
|
|
2181
2181
|
if (null != c) {
|
|
2182
|
-
var d = c.
|
|
2182
|
+
var d = c.dt;
|
|
2183
2183
|
if (-1 != d) {
|
|
2184
2184
|
if (d >= a && d <= b) {
|
|
2185
2185
|
this.it(d);
|
|
@@ -2230,7 +2230,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2230
2230
|
return null;
|
|
2231
2231
|
};
|
|
2232
2232
|
ComboEditor.prototype.bz = function (a) {
|
|
2233
|
-
var b = this.ac.
|
|
2233
|
+
var b = this.ac.ai;
|
|
2234
2234
|
var c = b.count;
|
|
2235
2235
|
if (0 == c) {
|
|
2236
2236
|
a = null;
|
|
@@ -2337,7 +2337,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2337
2337
|
var d = this.ad;
|
|
2338
2338
|
if (a < 0) {
|
|
2339
2339
|
this.b1 = false;
|
|
2340
|
-
d.
|
|
2340
|
+
d.ai.clear();
|
|
2341
2341
|
if (!this.b1) {
|
|
2342
2342
|
this.hc();
|
|
2343
2343
|
}
|
|
@@ -2345,7 +2345,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2345
2345
|
}
|
|
2346
2346
|
d.selectedItemsChanged = delegateRemove(d.selectedItemsChanged, runOn(this, this.hd));
|
|
2347
2347
|
try {
|
|
2348
|
-
d.
|
|
2348
|
+
d.ai.clear();
|
|
2349
2349
|
}
|
|
2350
2350
|
finally {
|
|
2351
2351
|
d.selectedItemsChanged = delegateCombine(d.selectedItemsChanged, runOn(this, this.hd));
|
|
@@ -2353,7 +2353,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2353
2353
|
if (a >= 0) {
|
|
2354
2354
|
var e = b.getItemAtIndex(a);
|
|
2355
2355
|
this.b1 = false;
|
|
2356
|
-
d.
|
|
2356
|
+
d.ai.add1(e);
|
|
2357
2357
|
if (!this.b1) {
|
|
2358
2358
|
this.hc();
|
|
2359
2359
|
}
|
|
@@ -2363,18 +2363,18 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2363
2363
|
ComboEditor.prototype.iw = function (a) {
|
|
2364
2364
|
var b = this.ad;
|
|
2365
2365
|
if (-1 == a) {
|
|
2366
|
-
b.
|
|
2366
|
+
b.dt = -1;
|
|
2367
2367
|
return;
|
|
2368
2368
|
}
|
|
2369
|
-
var c = b.
|
|
2369
|
+
var c = b.dt;
|
|
2370
2370
|
var d = -1;
|
|
2371
2371
|
var e;
|
|
2372
2372
|
this.ds = a;
|
|
2373
2373
|
d = a;
|
|
2374
2374
|
this.b0 = false;
|
|
2375
|
-
b.
|
|
2375
|
+
b.dt = d;
|
|
2376
2376
|
if (!this.b0) {
|
|
2377
|
-
this.ha(b.
|
|
2377
|
+
this.ha(b.dt);
|
|
2378
2378
|
}
|
|
2379
2379
|
this.i9();
|
|
2380
2380
|
};
|
|
@@ -2432,7 +2432,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2432
2432
|
};
|
|
2433
2433
|
ComboEditor.prototype.i4 = function () {
|
|
2434
2434
|
this.jc();
|
|
2435
|
-
var a = this.ac.
|
|
2435
|
+
var a = this.ac.h4();
|
|
2436
2436
|
var b = Math.min(a.height, 40 * 8);
|
|
2437
2437
|
this.a8.y = b;
|
|
2438
2438
|
var c = a.width;
|
|
@@ -2472,23 +2472,23 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2472
2472
|
var c = _this.ac;
|
|
2473
2473
|
c.rowUpdating = delegateCombine(c.rowUpdating, runOn(_this, _this.gt));
|
|
2474
2474
|
_this.ja();
|
|
2475
|
-
_this.ad.
|
|
2476
|
-
_this.ad.
|
|
2475
|
+
_this.ad.as = 1;
|
|
2476
|
+
_this.ad.an = 0;
|
|
2477
2477
|
_this.ad.r = 1;
|
|
2478
2478
|
_this.a8.a8 = BrushUtil.h(255, 255, 255, 255);
|
|
2479
|
-
_this.ac.
|
|
2480
|
-
_this.ac.
|
|
2481
|
-
_this.ac.
|
|
2482
|
-
_this.ad.
|
|
2483
|
-
_this.ad.
|
|
2484
|
-
_this.ad.
|
|
2479
|
+
_this.ac.h2 = BrushUtil.h(255, 200, 200, 200);
|
|
2480
|
+
_this.ac.hw = BrushUtil.h(255, 100, 100, 100);
|
|
2481
|
+
_this.ac.ec = 32;
|
|
2482
|
+
_this.ad.h0 = BrushUtil.h(0, 0, 0, 0);
|
|
2483
|
+
_this.ad.bx = false;
|
|
2484
|
+
_this.ad.bs = false;
|
|
2485
2485
|
var d = _this.ad;
|
|
2486
2486
|
d.activeRowChanged = delegateCombine(d.activeRowChanged, runOn(_this, _this.g9));
|
|
2487
2487
|
var e = _this.ad;
|
|
2488
2488
|
e.selectedItemsChanged = delegateCombine(e.selectedItemsChanged, runOn(_this, _this.hd));
|
|
2489
2489
|
var f = _this.ad;
|
|
2490
2490
|
f.itemClicked = delegateCombine(f.itemClicked, runOn(_this, _this.hb));
|
|
2491
|
-
_this.ad.
|
|
2491
|
+
_this.ad.a9 = runOn(_this, _this.he);
|
|
2492
2492
|
_this.i1();
|
|
2493
2493
|
});
|
|
2494
2494
|
}
|
|
@@ -2610,7 +2610,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2610
2610
|
};
|
|
2611
2611
|
ComboEditor.prototype.gx = function () {
|
|
2612
2612
|
var a = this.ad;
|
|
2613
|
-
a.
|
|
2613
|
+
a.dt = -1;
|
|
2614
2614
|
};
|
|
2615
2615
|
ComboEditor.prototype.g6 = function (a) {
|
|
2616
2616
|
if (this.bd != null) {
|
|
@@ -2622,7 +2622,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2622
2622
|
return;
|
|
2623
2623
|
}
|
|
2624
2624
|
var a = this.ad;
|
|
2625
|
-
var b = a.
|
|
2625
|
+
var b = a.dt;
|
|
2626
2626
|
if (-1 != b) {
|
|
2627
2627
|
var c = this.m();
|
|
2628
2628
|
if (null != c) {
|
|
@@ -2630,17 +2630,17 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2630
2630
|
if (null == d) {
|
|
2631
2631
|
return;
|
|
2632
2632
|
}
|
|
2633
|
-
a.
|
|
2633
|
+
a.ck(d);
|
|
2634
2634
|
}
|
|
2635
2635
|
}
|
|
2636
2636
|
else {
|
|
2637
|
-
a.
|
|
2637
|
+
a.hd(0);
|
|
2638
2638
|
}
|
|
2639
2639
|
};
|
|
2640
2640
|
ComboEditor.prototype.ja = function () {
|
|
2641
2641
|
if (this.ad != null) {
|
|
2642
2642
|
var a = this.itemsSource;
|
|
2643
|
-
this.ad.
|
|
2643
|
+
this.ad.ai.clear();
|
|
2644
2644
|
if (this.ad.actualDataSource != null) {
|
|
2645
2645
|
var b = this.ad.actualDataSource;
|
|
2646
2646
|
b.schemaChanged = delegateRemove(b.schemaChanged, runOn(this, this.gu));
|
|
@@ -2737,7 +2737,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2737
2737
|
this.b1 = true;
|
|
2738
2738
|
};
|
|
2739
2739
|
ComboEditor.prototype.he = function () {
|
|
2740
|
-
this.bp = this.ad.
|
|
2740
|
+
this.bp = this.ad.ay.a;
|
|
2741
2741
|
this.i9();
|
|
2742
2742
|
};
|
|
2743
2743
|
ComboEditor.prototype.hf = function (a, b) {
|
|
@@ -2791,9 +2791,9 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2791
2791
|
if (null == i) {
|
|
2792
2792
|
return;
|
|
2793
2793
|
}
|
|
2794
|
-
var j = this.ad.
|
|
2795
|
-
if (-1 != i.
|
|
2796
|
-
this.ad.
|
|
2794
|
+
var j = this.ad.dt;
|
|
2795
|
+
if (-1 != i.dt) {
|
|
2796
|
+
this.ad.b3(false, false);
|
|
2797
2797
|
b.d = true;
|
|
2798
2798
|
}
|
|
2799
2799
|
else {
|
|
@@ -2818,9 +2818,9 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2818
2818
|
if (null == m) {
|
|
2819
2819
|
return;
|
|
2820
2820
|
}
|
|
2821
|
-
var n = this.ad.
|
|
2822
|
-
if (null != m.
|
|
2823
|
-
this.ac.
|
|
2821
|
+
var n = this.ad.dt;
|
|
2822
|
+
if (null != m.dt) {
|
|
2823
|
+
this.ac.cg(false, false);
|
|
2824
2824
|
b.d = true;
|
|
2825
2825
|
}
|
|
2826
2826
|
else {
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { EventArgs, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
var ListPanelContentRebindEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
__extends(ListPanelContentRebindEventArgs, _super);
|
|
14
|
+
function ListPanelContentRebindEventArgs() {
|
|
15
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
16
|
+
_this._rowObject = null;
|
|
17
|
+
return _this;
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(ListPanelContentRebindEventArgs.prototype, "rowObject", {
|
|
20
|
+
get: function () {
|
|
21
|
+
return this._rowObject;
|
|
22
|
+
},
|
|
23
|
+
set: function (a) {
|
|
24
|
+
this._rowObject = a;
|
|
25
|
+
},
|
|
26
|
+
enumerable: false,
|
|
27
|
+
configurable: true
|
|
28
|
+
});
|
|
29
|
+
ListPanelContentRebindEventArgs.$t = markType(ListPanelContentRebindEventArgs, 'ListPanelContentRebindEventArgs', EventArgs.$);
|
|
30
|
+
return ListPanelContentRebindEventArgs;
|
|
31
|
+
}(EventArgs));
|
|
32
|
+
export { ListPanelContentRebindEventArgs };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { EventArgs, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
var ListPanelContentRecycledEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
__extends(ListPanelContentRecycledEventArgs, _super);
|
|
14
|
+
function ListPanelContentRecycledEventArgs() {
|
|
15
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
16
|
+
_this._rowObject = null;
|
|
17
|
+
return _this;
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(ListPanelContentRecycledEventArgs.prototype, "rowObject", {
|
|
20
|
+
get: function () {
|
|
21
|
+
return this._rowObject;
|
|
22
|
+
},
|
|
23
|
+
set: function (a) {
|
|
24
|
+
this._rowObject = a;
|
|
25
|
+
},
|
|
26
|
+
enumerable: false,
|
|
27
|
+
configurable: true
|
|
28
|
+
});
|
|
29
|
+
ListPanelContentRecycledEventArgs.$t = markType(ListPanelContentRecycledEventArgs, 'ListPanelContentRecycledEventArgs', EventArgs.$);
|
|
30
|
+
return ListPanelContentRecycledEventArgs;
|
|
31
|
+
}(EventArgs));
|
|
32
|
+
export { ListPanelContentRecycledEventArgs };
|
|
@@ -19,49 +19,49 @@ var ListPanelScrollerKeyboardListener = /** @class */ /*@__PURE__*/ (function (_
|
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
21
|
ListPanelScrollerKeyboardListener.prototype.onDownArrow = function (a, b) {
|
|
22
|
-
return this.a.
|
|
22
|
+
return this.a.b3(a, b);
|
|
23
23
|
};
|
|
24
24
|
ListPanelScrollerKeyboardListener.prototype.onEnd = function (a, b) {
|
|
25
|
-
return this.a.
|
|
25
|
+
return this.a.b4(a, b);
|
|
26
26
|
};
|
|
27
27
|
ListPanelScrollerKeyboardListener.prototype.onHome = function (a, b) {
|
|
28
|
-
return this.a.
|
|
28
|
+
return this.a.b8(a, b);
|
|
29
29
|
};
|
|
30
30
|
ListPanelScrollerKeyboardListener.prototype.onLeftArrow = function (a, b) {
|
|
31
|
-
return this.a.
|
|
31
|
+
return this.a.ca(a, b);
|
|
32
32
|
};
|
|
33
33
|
ListPanelScrollerKeyboardListener.prototype.onPageDown = function (a, b) {
|
|
34
|
-
return this.a.
|
|
34
|
+
return this.a.cb(a, b);
|
|
35
35
|
};
|
|
36
36
|
ListPanelScrollerKeyboardListener.prototype.onPageUp = function (a, b) {
|
|
37
|
-
return this.a.
|
|
37
|
+
return this.a.cc(a, b);
|
|
38
38
|
};
|
|
39
39
|
ListPanelScrollerKeyboardListener.prototype.onRightArrow = function (a, b) {
|
|
40
|
-
return this.a.
|
|
40
|
+
return this.a.cd(a, b);
|
|
41
41
|
};
|
|
42
42
|
ListPanelScrollerKeyboardListener.prototype.onTab = function (a, b) {
|
|
43
|
-
return this.a.
|
|
43
|
+
return this.a.cf(a, b);
|
|
44
44
|
};
|
|
45
45
|
ListPanelScrollerKeyboardListener.prototype.onUpArrow = function (a, b) {
|
|
46
|
-
return this.a.
|
|
46
|
+
return this.a.cg(a, b);
|
|
47
47
|
};
|
|
48
48
|
ListPanelScrollerKeyboardListener.prototype.onWheel = function () {
|
|
49
|
-
this.a.
|
|
49
|
+
this.a.gx();
|
|
50
50
|
};
|
|
51
51
|
ListPanelScrollerKeyboardListener.prototype.onEnter = function (a, b) {
|
|
52
|
-
return this.a.
|
|
52
|
+
return this.a.b5(a, b);
|
|
53
53
|
};
|
|
54
54
|
ListPanelScrollerKeyboardListener.prototype.onEscape = function () {
|
|
55
|
-
return this.a.
|
|
55
|
+
return this.a.b6();
|
|
56
56
|
};
|
|
57
57
|
ListPanelScrollerKeyboardListener.prototype.onF2 = function () {
|
|
58
|
-
return this.a.
|
|
58
|
+
return this.a.b7();
|
|
59
59
|
};
|
|
60
60
|
ListPanelScrollerKeyboardListener.prototype.onSpace = function (a, b) {
|
|
61
|
-
return this.a.
|
|
61
|
+
return this.a.ce(a, b);
|
|
62
62
|
};
|
|
63
63
|
ListPanelScrollerKeyboardListener.prototype.onKeyDown = function (a, b, c) {
|
|
64
|
-
return this.a.
|
|
64
|
+
return this.a.b9(a, b, c);
|
|
65
65
|
};
|
|
66
66
|
ListPanelScrollerKeyboardListener.$t = markType(ListPanelScrollerKeyboardListener, 'ListPanelScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
|
|
67
67
|
return ListPanelScrollerKeyboardListener;
|