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