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.
Files changed (74) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +7393 -6728
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorBridge.js +6 -6
  4. package/esm2015/lib/ComboEditorView_combined.js +32 -32
  5. package/esm2015/lib/ListPanelContentRebindEventArgs.js +26 -0
  6. package/esm2015/lib/ListPanelContentRecycledEventArgs.js +26 -0
  7. package/esm2015/lib/ListPanelScrollerKeyboardListener.js +15 -15
  8. package/esm2015/lib/ListPanelView_combined.js +1267 -1233
  9. package/esm2015/lib/NativeUILayoutFactory_combined.js +5036 -4716
  10. package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
  11. package/esm2015/lib/igc-list-panel-component.js +144 -86
  12. package/esm2015/lib/igc-list-panel-content-rebind-event-args.js +42 -0
  13. package/esm2015/lib/igc-list-panel-content-recycled-event-args.js +42 -0
  14. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  15. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  16. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  17. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
  18. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  19. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  20. package/esm2015/lib/igc-tool-action-component.js +162 -165
  21. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  22. package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -37
  23. package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
  24. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  25. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  26. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  27. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  28. package/esm2015/lib/igc-tool-panel-component.js +277 -256
  29. package/esm2015/lib/igc-toolbar-component.js +180 -159
  30. package/esm2015/public_api.js +4 -0
  31. package/esm5/lib/ComboEditorBridge.js +6 -6
  32. package/esm5/lib/ComboEditorView_combined.js +32 -32
  33. package/esm5/lib/ListPanelContentRebindEventArgs.js +32 -0
  34. package/esm5/lib/ListPanelContentRecycledEventArgs.js +32 -0
  35. package/esm5/lib/ListPanelScrollerKeyboardListener.js +15 -15
  36. package/esm5/lib/ListPanelView_combined.js +1254 -1216
  37. package/esm5/lib/NativeUILayoutFactory_combined.js +4882 -4534
  38. package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
  39. package/esm5/lib/igc-list-panel-component.js +154 -86
  40. package/esm5/lib/igc-list-panel-content-rebind-event-args.js +52 -0
  41. package/esm5/lib/igc-list-panel-content-recycled-event-args.js +52 -0
  42. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  43. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  44. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  45. package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
  46. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  47. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  48. package/esm5/lib/igc-tool-action-component.js +162 -165
  49. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  50. package/esm5/lib/igc-tool-action-icon-button-component.js +34 -37
  51. package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
  52. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  53. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  54. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  55. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  56. package/esm5/lib/igc-tool-panel-component.js +285 -256
  57. package/esm5/lib/igc-toolbar-component.js +188 -159
  58. package/esm5/public_api.js +4 -0
  59. package/fesm2015/igniteui-webcomponents-layouts.js +7526 -6949
  60. package/fesm5/igniteui-webcomponents-layouts.js +7391 -6730
  61. package/lib/INativeUIToolPanelBridge.d.ts +1 -0
  62. package/lib/ListPanelContentRebindEventArgs.d.ts +10 -0
  63. package/lib/ListPanelContentRecycledEventArgs.d.ts +10 -0
  64. package/lib/ListPanelView_combined.d.ts +245 -240
  65. package/lib/NativeUILayoutFactory_combined.d.ts +1167 -1119
  66. package/lib/igc-list-panel-component.d.ts +16 -0
  67. package/lib/igc-list-panel-content-rebind-event-args.d.ts +20 -0
  68. package/lib/igc-list-panel-content-recycled-event-args.d.ts +20 -0
  69. package/lib/igc-tool-action-component.d.ts +0 -1
  70. package/lib/igc-tool-action-icon-button-component.d.ts +0 -1
  71. package/lib/igc-tool-panel-component.d.ts +11 -0
  72. package/lib/igc-toolbar-component.d.ts +11 -0
  73. package/package.json +3 -3
  74. package/public_api.d.ts +4 -0
@@ -30,6 +30,7 @@ export interface INativeUIToolPanelBridge extends INativeUIElementBridge {
30
30
  getColorContextItem(a: any, b: string): Color;
31
31
  setDataContextItem(a: any, b: string, c: any): void;
32
32
  getDataContextItem(a: any, b: string): any;
33
+ markDirty(a: any, b: any): void;
33
34
  }
34
35
  /**
35
36
  * @hidden
@@ -0,0 +1,10 @@
1
+ import { EventArgs, Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare class ListPanelContentRebindEventArgs extends EventArgs {
6
+ static $t: Type;
7
+ private _rowObject;
8
+ get rowObject(): any;
9
+ set rowObject(a: any);
10
+ }
@@ -0,0 +1,10 @@
1
+ import { EventArgs, Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare class ListPanelContentRecycledEventArgs extends EventArgs {
6
+ static $t: Type;
7
+ private _rowObject;
8
+ get rowObject(): any;
9
+ set rowObject(a: any);
10
+ }
@@ -23,6 +23,8 @@ import { ListPanelOrientation } from "./ListPanelOrientation";
23
23
  import { IListPanelViewportManager } from "./IListPanelViewportManager";
24
24
  import { ListPanelPrimaryKeyValue } from "./ListPanelPrimaryKeyValue";
25
25
  import { ListPanelViewportChangedEventArgs } from "./ListPanelViewportChangedEventArgs";
26
+ import { ListPanelContentRecycledEventArgs } from "./ListPanelContentRecycledEventArgs";
27
+ import { ListPanelContentRebindEventArgs } from "./ListPanelContentRebindEventArgs";
26
28
  import { ListPanelSelectedItemsChangedEventArgs } from "./ListPanelSelectedItemsChangedEventArgs";
27
29
  import { ListPanelSelectedKeysChangedEventArgs } from "./ListPanelSelectedKeysChangedEventArgs";
28
30
  import { ListPanelSelectionChangedEventArgs } from "./ListPanelSelectionChangedEventArgs";
@@ -85,82 +87,84 @@ export declare class ListPanel extends Base implements INotifyPropertyChanged {
85
87
  private _view;
86
88
  get view(): ListPanelView;
87
89
  set view(a: ListPanelView);
88
- a4: NativeUIGrid;
89
- private bc;
90
- private a5;
91
- private get a6();
92
- private y;
93
- fx(a: NativeUIAbsolutePanel): void;
90
+ a6: NativeUIGrid;
91
+ private be;
92
+ private a7;
93
+ private get a8();
94
+ private aa;
95
+ f0(a: NativeUIAbsolutePanel): void;
94
96
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
95
97
  constructor();
96
- private eb;
98
+ private ed;
97
99
  onSizeChanged(a: number, b: number): void;
98
100
  viewportChanged: (sender: any, e: ListPanelViewportChangedEventArgs) => void;
99
- aw: ListPanelVisualModel;
100
- private df;
101
- private dg;
101
+ ay: ListPanelVisualModel;
102
+ private dh;
103
+ private di;
102
104
  setViewport(a: number, b: number, c: number, d: number): void;
103
- ad(a: string[], b: number): ListPanelPrimaryKeyValue;
104
- ac(a: string[], item_: any): ListPanelPrimaryKeyValue;
105
- d6(a: ListPanelPrimaryKeyValue): number;
106
- ee(a: ListPanelPrimaryKeyValue): any;
105
+ af(a: string[], b: number): ListPanelPrimaryKeyValue;
106
+ ae(a: string[], item_: any): ListPanelPrimaryKeyValue;
107
+ d8(a: ListPanelPrimaryKeyValue): number;
108
+ eg(a: ListPanelPrimaryKeyValue): any;
107
109
  e(): string[];
108
- private ap;
109
- get aq(): ListPanelSelectionMode;
110
- set aq(a: ListPanelSelectionMode);
111
- private bf;
112
- get bv(): boolean;
113
- set bv(a: boolean);
114
- private hr;
115
- get hz(): Brush;
116
- set hz(a: Brush);
117
- private a8;
118
- get bq(): boolean;
119
- set bq(a: boolean);
120
- private hp;
121
- get hx(): Brush;
122
- set hx(a: Brush);
123
- private hn;
124
- get ht(): Brush;
125
- set ht(a: Brush);
126
- private c8;
127
- get dn(): number;
128
- set dn(a: number);
110
+ private ar;
111
+ get as(): ListPanelSelectionMode;
112
+ set as(a: ListPanelSelectionMode);
113
+ private bh;
114
+ get bx(): boolean;
115
+ set bx(a: boolean);
116
+ private hu;
117
+ get h2(): Brush;
118
+ set h2(a: Brush);
119
+ private ba;
120
+ get bs(): boolean;
121
+ set bs(a: boolean);
122
+ private hs;
123
+ get h0(): Brush;
124
+ set h0(a: Brush);
125
+ private hq;
126
+ get hw(): Brush;
127
+ set hw(a: Brush);
129
128
  private da;
130
129
  get dq(): number;
131
130
  set dq(a: number);
131
+ private dc;
132
+ get ds(): number;
133
+ set ds(a: number);
134
+ private db;
135
+ get dr(): number;
136
+ set dr(a: number);
132
137
  private c9;
133
138
  get dp(): number;
134
139
  set dp(a: number);
135
- private c7;
136
- get dm(): number;
137
- set dm(a: number);
138
140
  private q;
139
141
  get r(): ListPanelActivationMode;
140
142
  set r(a: ListPanelActivationMode);
141
- private ak;
142
- get al(): ListPanelSelectionBehavior;
143
- set al(a: ListPanelSelectionBehavior);
143
+ private am;
144
+ get an(): ListPanelSelectionBehavior;
145
+ set an(a: ListPanelSelectionBehavior);
144
146
  private b;
145
147
  get f(): string[];
146
148
  set f(a: string[]);
147
149
  private a;
148
150
  get d(): string[];
149
151
  set d(a: string[]);
150
- private an;
151
- get ao(): ListPanelSelectionManager;
152
- set ao(a: ListPanelSelectionManager);
152
+ private ap;
153
+ get aq(): ListPanelSelectionManager;
154
+ set aq(a: ListPanelSelectionManager);
153
155
  private o;
154
156
  get p(): ListPanelActivationManager;
155
157
  set p(a: ListPanelActivationManager);
158
+ itemRecycled: (sender: any, args: ListPanelContentRecycledEventArgs) => void;
159
+ itemRebind: (sender: any, args: ListPanelContentRebindEventArgs) => void;
156
160
  selectedItemsChanged: (sender: any, args: ListPanelSelectedItemsChangedEventArgs) => void;
157
161
  selectedKeysChanged: (sender: any, args: ListPanelSelectedKeysChangedEventArgs) => void;
158
162
  selectionChanged: (sender: any, args: ListPanelSelectionChangedEventArgs) => void;
159
163
  activeRowChanged: (sender: any, args: ListPanelActiveRowChangedEventArgs) => void;
160
- private af;
161
- get ag(): ListPanelSelectedItemsCollection;
162
- private ai;
163
- get aj(): ListPanelSelectedKeysCollection;
164
+ private ah;
165
+ get ai(): ListPanelSelectedItemsCollection;
166
+ private ak;
167
+ get al(): ListPanelSelectedKeysCollection;
164
168
  get itemsSource(): any;
165
169
  set itemsSource(a: any);
166
170
  private i;
@@ -169,233 +173,234 @@ export declare class ListPanel extends Base implements INotifyPropertyChanged {
169
173
  set g(a: string[]);
170
174
  get actualDataSource(): IDataSource;
171
175
  set actualDataSource(a: IDataSource);
172
- private bs;
176
+ private bu;
173
177
  notifySizeChanged(): void;
174
178
  destroy(): void;
175
179
  provideContainer(a: DomRenderer): void;
176
- private di;
177
- get ea(): number;
178
- set ea(a: number);
179
- private cy;
180
- get c2(): number;
181
- set c2(a: number);
182
- private a1;
183
- get a2(): FontInfo;
184
- set a2(a: FontInfo);
185
- a3(): FontInfo;
186
- private bb;
187
- get bt(): boolean;
188
- private ec;
189
- protected gi(a: string, b: any, c: any): void;
190
- private fj;
180
+ private dk;
181
+ get ec(): number;
182
+ set ec(a: number);
183
+ private c0;
184
+ get c4(): number;
185
+ set c4(a: number);
186
+ private a3;
187
+ get a4(): FontInfo;
188
+ set a4(a: FontInfo);
189
+ a5(): FontInfo;
190
+ private bd;
191
+ get bv(): boolean;
192
+ private ee;
193
+ protected gl(a: string, b: any, c: any): void;
194
+ private fl;
195
+ private c1;
191
196
  private cz;
192
- private cx;
193
- private cw;
194
- private bl;
195
- private be;
196
- private bk;
197
- gy(): void;
198
- private fm;
199
- private fu;
200
- private dh;
197
+ private cy;
198
+ private bn;
199
+ private bg;
200
+ private bm;
201
+ g1(): void;
202
+ private fp;
203
+ private fx;
204
+ private dj;
201
205
  contentRefreshed: (sender: any, args: ListPanelContentRefreshedEventArgs) => void;
202
- private g2;
203
- private fs;
204
- private fo;
206
+ private g5;
207
+ private fv;
208
+ private fr;
205
209
  rowUpdating: (sender: any, args: ListPanelTemplateItemUpdatingEventArgs) => void;
210
+ private fw;
206
211
  private ft;
207
- private fq;
208
- private a0;
212
+ private a2;
209
213
  itemWidthRequested: (sender: any, args: ListPanelTemplateWidthRequestedEventArgs) => void;
210
214
  itemHeightRequested: (sender: any, args: ListPanelTemplateHeightRequestedEventArgs) => void;
211
- private fh;
212
- private c5;
213
- private d4;
214
- private d5;
215
- private c6;
216
- private fp;
217
- private x;
218
- private az;
219
- private g5;
215
+ private fj;
216
+ private c7;
217
+ private d6;
218
+ private d7;
219
+ private c8;
220
+ private fs;
221
+ private z;
222
+ private a1;
223
+ private g8;
224
+ private cx;
225
+ private g4;
226
+ private eb;
227
+ private dy;
228
+ private dz;
229
+ private ea;
230
+ private cr;
231
+ private cq;
220
232
  private cv;
221
- private g1;
222
- private d9;
223
- private dw;
224
- private dx;
225
- private d8;
226
- private cp;
227
- private co;
228
- private ct;
229
- private cs;
230
- c4(a: number): number;
231
- c3(a: number): number;
232
- private dl;
233
233
  private cu;
234
- private fg;
235
- private ds;
236
- private g7;
237
- fv(): void;
238
- private ax;
239
- get ay(): ScrollbarStyle;
240
- set ay(a: ScrollbarStyle);
241
- private hq;
242
- get hy(): Brush;
243
- set hy(a: Brush);
244
- g3(): void;
234
+ c6(a: number): number;
235
+ c5(a: number): number;
236
+ private dn;
237
+ private cw;
238
+ private fi;
239
+ private du;
240
+ private ha;
241
+ fy(): void;
242
+ private az;
243
+ get a0(): ScrollbarStyle;
244
+ set a0(a: ScrollbarStyle);
245
+ private ht;
246
+ get h1(): Brush;
247
+ set h1(a: Brush);
248
+ g6(): void;
249
+ private f5;
250
+ private br;
251
+ private bk;
252
+ private f4;
253
+ fz(): void;
254
+ g7(): void;
255
+ d2(): number;
256
+ d0(): number;
257
+ private de;
258
+ private df;
259
+ private cj;
260
+ f3(): void;
245
261
  private f2;
246
- private bp;
247
- private bi;
262
+ private g2;
263
+ private g3;
264
+ g0(): void;
248
265
  private f1;
249
- fw(): void;
250
- g4(): void;
251
- d0(): number;
252
- dy(): number;
253
- private dc;
254
- private dd;
255
- private ch;
256
- f0(): void;
257
- private fz;
258
- private gz;
259
- private g0;
260
- gx(): void;
261
- private fy;
262
- private ge;
266
+ private gh;
263
267
  private l;
264
268
  get externalListPanel(): IExternalListPanel;
265
269
  set externalListPanel(a: IExternalListPanel);
266
- bw: boolean;
267
- private cg;
268
- protected gv(a: string, b: any, c: any): void;
270
+ by: boolean;
271
+ private ci;
272
+ protected gy(a: string, b: any, c: any): void;
269
273
  k: IExecutionContext;
270
- h1(): Size;
271
- gd(a: number, b: number): void;
272
- private fi;
273
- gs(a: number, b: any, c: any): void;
274
- gc(): void;
275
- gf(a: number, b: any): void;
276
- gj(a: number, b: any): void;
277
- f6(a: number, b: any, c: any): void;
278
- f3(): void;
279
- f4(a: number, b: any): void;
280
- f5(a: number, b: any): void;
281
- dt(a: any): number;
282
- du(a: any[]): number;
283
- static hv: Brush;
284
- private ho;
285
- get hu(): Brush;
286
- set hu(a: Brush);
287
- static aa: ListPanelOrientation;
288
- private z;
289
- get ab(): ListPanelOrientation;
290
- set ab(a: ListPanelOrientation);
291
- static br: boolean;
292
- private bg;
293
- get bx(): boolean;
294
- set bx(a: boolean);
295
- static hw: Brush;
296
- hs: Brush;
297
- get h0(): Brush;
298
- set h0(a: Brush);
274
+ h4(): Size;
275
+ gg(a: number, b: number): void;
276
+ private fk;
277
+ gv(a: number, b: any, c: any): void;
278
+ gf(): void;
279
+ gi(a: number, b: any): void;
280
+ gm(a: number, b: any): void;
281
+ f9(a: number, b: any, c: any): void;
282
+ f6(): void;
283
+ f7(a: number, b: any): void;
284
+ f8(a: number, b: any): void;
285
+ dv(a: any): number;
286
+ dw(a: any[]): number;
287
+ static hy: Brush;
288
+ private hr;
289
+ get hx(): Brush;
290
+ set hx(a: Brush);
291
+ static ac: ListPanelOrientation;
292
+ private ab;
293
+ get ad(): ListPanelOrientation;
294
+ set ad(a: ListPanelOrientation);
295
+ static bt: boolean;
296
+ private bi;
297
+ get bz(): boolean;
298
+ set bz(a: boolean);
299
+ static hz: Brush;
300
+ hv: Brush;
301
+ get h3(): Brush;
302
+ set h3(a: Brush);
299
303
  get absoluteWidth(): number;
300
304
  get absoluteHeight(): number;
301
- ed(): any;
302
- ev(): string;
303
- private dj;
304
- private dk;
305
- private bh;
306
- get by(): boolean;
307
- set by(a: boolean);
308
- hc(): void;
309
- b7(a: Key, b: boolean, c: boolean): boolean;
310
- private db;
311
- bz(): boolean;
312
- get dr(): number;
313
- set dr(a: number);
314
- ff(a: number, b: boolean, c?: boolean): void;
315
- private g9;
316
- private hb;
305
+ ef(): any;
306
+ ex(): string;
307
+ private dl;
308
+ private dm;
309
+ private bj;
310
+ get b0(): boolean;
311
+ set b0(a: boolean);
312
+ hf(): void;
313
+ b9(a: Key, b: boolean, c: boolean): boolean;
314
+ private dd;
315
+ b1(): boolean;
316
+ get dt(): number;
317
+ set dt(a: number);
318
+ fh(a: number, b: boolean, c?: boolean): void;
319
+ private hc;
320
+ private he;
321
+ private d5;
317
322
  private d3;
318
323
  private d1;
319
- private dz;
320
- ha(a: number): void;
321
- g8(a: number): void;
324
+ hd(a: number): void;
325
+ hb(a: number): void;
322
326
  private _viewportManager;
323
327
  get viewportManager(): IListPanelViewportManager;
324
328
  set viewportManager(a: IListPanelViewportManager);
325
- b1(a: boolean, b: boolean): boolean;
326
- private gr;
327
- private cq;
328
- private cr;
329
- private hf;
330
- b2(a: boolean, b: boolean): boolean;
331
- b6(a: boolean, b: boolean): boolean;
329
+ b3(a: boolean, b: boolean): boolean;
330
+ private gu;
331
+ private cs;
332
+ private ct;
333
+ private hi;
334
+ b4(a: boolean, b: boolean): boolean;
332
335
  b8(a: boolean, b: boolean): boolean;
333
- b9(a: boolean, b: boolean): boolean;
334
336
  ca(a: boolean, b: boolean): boolean;
335
337
  cb(a: boolean, b: boolean): boolean;
338
+ cc(a: boolean, b: boolean): boolean;
336
339
  cd(a: boolean, b: boolean): boolean;
337
- gu(): void;
340
+ cf(a: boolean, b: boolean): boolean;
341
+ gx(): void;
342
+ cg(a: boolean, b: boolean): boolean;
343
+ b5(a: boolean, b: boolean): boolean;
344
+ b6(): boolean;
345
+ b7(): boolean;
338
346
  ce(a: boolean, b: boolean): boolean;
339
- b3(a: boolean, b: boolean): boolean;
340
- b4(): boolean;
341
- b5(): boolean;
342
- cc(a: boolean, b: boolean): boolean;
343
- fr(): void;
344
- private ck;
345
- private cl;
347
+ fu(): void;
346
348
  private cm;
347
349
  private cn;
348
- private ba;
349
- private a9;
350
- private bd;
351
- get bu(): boolean;
352
- set bu(a: boolean);
353
- fe(a?: boolean): void;
354
- fn(): void;
355
- private bj;
356
- get b0(): boolean;
357
- set b0(a: boolean);
358
- private bn;
359
- private bm;
360
- hm(a: List$1<any>, b: List$1<ListPanelPrimaryKeyValue>, c: List$1<any>, d: List$1<ListPanelPrimaryKeyValue>): void;
361
- private hd;
362
- private he;
363
- hj(a: ListPanel, b: number): void;
364
- gk(a: any, b: ListPanelPrimaryKeyValue): void;
365
- hk(a: ListPanel, b: number): void;
366
- gl(a: any, b: ListPanelPrimaryKeyValue): void;
367
- fd(a: any, b: ListPanelPrimaryKeyValue, c: boolean): void;
368
- hl(a: number, b: any, c: ListPanelPrimaryKeyValue): void;
369
- g6(a: any, b: ListPanelPrimaryKeyValue, c: boolean): void;
370
- private gn;
371
- private go;
372
- private gm;
350
+ private co;
351
+ private cp;
352
+ private bc;
353
+ private bb;
354
+ private bf;
355
+ get bw(): boolean;
356
+ set bw(a: boolean);
357
+ fg(a?: boolean): void;
358
+ fq(): void;
359
+ private bl;
360
+ get b2(): boolean;
361
+ set b2(a: boolean);
362
+ private bp;
363
+ private bo;
364
+ hp(a: List$1<any>, b: List$1<ListPanelPrimaryKeyValue>, c: List$1<any>, d: List$1<ListPanelPrimaryKeyValue>): void;
365
+ private hg;
366
+ private hh;
367
+ hm(a: ListPanel, b: number): void;
368
+ gn(a: any, b: ListPanelPrimaryKeyValue): void;
369
+ hn(a: ListPanel, b: number): void;
370
+ go(a: any, b: ListPanelPrimaryKeyValue): void;
371
+ ff(a: any, b: ListPanelPrimaryKeyValue, c: boolean): void;
372
+ ho(a: number, b: any, c: ListPanelPrimaryKeyValue): void;
373
+ g9(a: any, b: ListPanelPrimaryKeyValue, c: boolean): void;
374
+ private gq;
375
+ private gr;
373
376
  private gp;
374
- private cj;
375
- fk(): void;
377
+ private gs;
378
+ private cl;
379
+ fm(): void;
376
380
  h(a: number): DataSourceRowType;
377
- d7(a: string[], b: ListPanelPrimaryKeyValue, c: number, d: number): number;
378
- eg(a: number): any;
379
- dv(a: string[], b: ListPanelPrimaryKeyValue, c: number, d: number): number;
380
- d2(): number;
381
- eh(a: ListPanelItemModel): any;
382
- gq(a: number, b: any, c: ListPanelPrimaryKeyValue): void;
383
- hh(a: ListPanel, b: number): void;
384
- private de;
385
- private bo;
386
- f8(a: number): void;
387
- hi(a: ListPanel, b: number): void;
381
+ d9(a: string[], b: ListPanelPrimaryKeyValue, c: number, d: number): number;
382
+ ei(a: number): any;
383
+ dx(a: string[], b: ListPanelPrimaryKeyValue, c: number, d: number): number;
384
+ d4(): number;
385
+ ej(a: ListPanelItemModel): any;
386
+ gt(a: number, b: any, c: ListPanelPrimaryKeyValue): void;
387
+ hk(a: ListPanel, b: number): void;
388
+ private dg;
389
+ private bq;
388
390
  gb(a: number): void;
389
- private f9;
390
- ci(a: any): boolean;
391
- a7: () => void;
392
- private v;
393
- gg(a: Point, b: boolean, c: boolean, d: boolean): void;
394
- private w;
395
- private cf;
396
- gh(a: Point, b: boolean, c: boolean, d: boolean): void;
397
- private ga;
391
+ hl(a: ListPanel, b: number): void;
392
+ ge(a: number): void;
393
+ private gc;
394
+ ck(a: any): boolean;
395
+ a9: () => void;
396
+ private x;
397
+ gj(a: Point, b: boolean, c: boolean, d: boolean): void;
398
+ private y;
399
+ private ch;
400
+ gk(a: Point, b: boolean, c: boolean, d: boolean): void;
401
+ private gd;
398
402
  itemClicked: (sender: any, args: ListPanelItemEventArgs) => void;
403
+ fo(a: any): void;
399
404
  }
400
405
  /**
401
406
  * @hidden