igniteui-webcomponents-grids 3.2.3 → 3.2.4

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 (188) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +10236 -9350
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BaseEditorView.js +5 -0
  4. package/esm2015/lib/CanvasCellPresenterBase.js +10 -10
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +11 -11
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +2 -2
  7. package/esm2015/lib/CanvasGridCellBase.js +305 -289
  8. package/esm2015/lib/CanvasImageCell.js +29 -29
  9. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  10. package/esm2015/lib/CanvasNumericCell.js +2 -2
  11. package/esm2015/lib/CanvasNumericCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
  13. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasSummaryCell.js +51 -51
  15. package/esm2015/lib/CanvasSummaryCellPresenter.js +5 -5
  16. package/esm2015/lib/CanvasTemplateCell.js +7 -7
  17. package/esm2015/lib/CanvasTemplateCellPresenter.js +3 -3
  18. package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
  19. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  20. package/esm2015/lib/CanvasTextCell.js +3 -3
  21. package/esm2015/lib/CanvasTextCellPresenter.js +2 -2
  22. package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
  23. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  24. package/esm2015/lib/CellPresenterBase.js +1 -1
  25. package/esm2015/lib/CheckboxListView_combined.js +341 -306
  26. package/esm2015/lib/ColumnChooserView_combined.js +22 -22
  27. package/esm2015/lib/ColumnFilterCondition_combined.js +7498 -7180
  28. package/esm2015/lib/ColumnGroupDescription.js +22 -0
  29. package/esm2015/lib/ColumnGroupDescriptionCollection.js +14 -8
  30. package/esm2015/lib/ColumnGroupingView_combined.js +25 -25
  31. package/esm2015/lib/ColumnPinningView_combined.js +22 -22
  32. package/esm2015/lib/ColumnSortDescriptionCollection.js +12 -6
  33. package/esm2015/lib/ColumnSummaryDescriptionCollection.js +12 -6
  34. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +23 -18
  35. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  36. package/esm2015/lib/DataGridCellLayoutPanel.js +27 -25
  37. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  38. package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
  39. package/esm2015/lib/DateTimeColumnValueFormatter.js +90 -1
  40. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +25 -25
  41. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +10 -10
  42. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  43. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +6 -6
  44. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  45. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  46. package/esm2015/lib/GridColumnPinOptionsView_combined.js +5 -5
  47. package/esm2015/lib/GridColumnSortOptionsView_combined.js +5 -5
  48. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +15 -15
  49. package/esm2015/lib/GridExternalWrapper.js +18 -6
  50. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  51. package/esm2015/lib/ISummaryChooserView_combined.js +13 -13
  52. package/esm2015/lib/MultiColumnComboBoxView_combined.js +47 -47
  53. package/esm2015/lib/MultiColumnComboVisualModelExport.js +1 -1
  54. package/esm2015/lib/NumericCellPresenter.js +1 -1
  55. package/esm2015/lib/PropertyEditorView_combined.js +40 -40
  56. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  57. package/esm2015/lib/TemplateHeader.js +8 -8
  58. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  59. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  60. package/esm2015/lib/TextEditorView.js +28 -10
  61. package/esm2015/lib/VerticalSeparatorCell.js +46 -8
  62. package/esm2015/lib/VisualModelExport.js +120 -100
  63. package/esm2015/lib/igc-checkbox-list-component.js +74 -54
  64. package/esm2015/lib/igc-column-component.js +164 -164
  65. package/esm2015/lib/igc-column-group-description-collection.js +13 -3
  66. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  67. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  68. package/esm2015/lib/igc-column-sort-description-collection.js +13 -3
  69. package/esm2015/lib/igc-column-summary-description-collection.js +13 -3
  70. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  71. package/esm2015/lib/igc-data-grid-component.js +699 -593
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-definition-base-component.js +50 -50
  74. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  75. package/esm2015/lib/igc-header-component.js +24 -24
  76. package/esm2015/lib/igc-image-column-component.js +12 -12
  77. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  78. package/esm2015/lib/igc-section-header-component.js +24 -24
  79. package/esm2015/lib/igc-summary-row-component.js +24 -24
  80. package/esm2015/lib/igc-text-column-component.js +9 -9
  81. package/esm5/lib/BaseEditorView.js +5 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +10 -10
  83. package/esm5/lib/CanvasContentCellModelHelper.js +11 -11
  84. package/esm5/lib/CanvasDateTimeCellPresenter.js +2 -2
  85. package/esm5/lib/CanvasGridCellBase.js +304 -288
  86. package/esm5/lib/CanvasImageCell.js +28 -28
  87. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  88. package/esm5/lib/CanvasNumericCell.js +2 -2
  89. package/esm5/lib/CanvasNumericCellPresenter.js +3 -3
  90. package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
  91. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasSummaryCell.js +51 -51
  93. package/esm5/lib/CanvasSummaryCellPresenter.js +5 -5
  94. package/esm5/lib/CanvasTemplateCell.js +7 -7
  95. package/esm5/lib/CanvasTemplateCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  98. package/esm5/lib/CanvasTextCell.js +3 -3
  99. package/esm5/lib/CanvasTextCellPresenter.js +2 -2
  100. package/esm5/lib/CanvasTextHeaderCell.js +24 -24
  101. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  102. package/esm5/lib/CellPresenterBase.js +1 -1
  103. package/esm5/lib/CheckboxListView_combined.js +339 -296
  104. package/esm5/lib/ColumnChooserView_combined.js +22 -22
  105. package/esm5/lib/ColumnFilterCondition_combined.js +7319 -6934
  106. package/esm5/lib/ColumnGroupDescription.js +22 -0
  107. package/esm5/lib/ColumnGroupDescriptionCollection.js +18 -8
  108. package/esm5/lib/ColumnGroupingView_combined.js +25 -25
  109. package/esm5/lib/ColumnPinningView_combined.js +22 -22
  110. package/esm5/lib/ColumnSortDescriptionCollection.js +16 -6
  111. package/esm5/lib/ColumnSummaryDescriptionCollection.js +16 -6
  112. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +23 -18
  113. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  114. package/esm5/lib/DataGridCellLayoutPanel.js +27 -25
  115. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  116. package/esm5/lib/DataGridToolbarView_combined.js +17 -17
  117. package/esm5/lib/DateTimeColumnValueFormatter.js +92 -1
  118. package/esm5/lib/GridColumnFilterOptionsView_combined.js +25 -25
  119. package/esm5/lib/GridColumnGroupOptionsView_combined.js +10 -10
  120. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  121. package/esm5/lib/GridColumnMoveOptionsView_combined.js +6 -6
  122. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  123. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  124. package/esm5/lib/GridColumnPinOptionsView_combined.js +5 -5
  125. package/esm5/lib/GridColumnSortOptionsView_combined.js +5 -5
  126. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +15 -15
  127. package/esm5/lib/GridExternalWrapper.js +18 -6
  128. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  129. package/esm5/lib/ISummaryChooserView_combined.js +13 -13
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +47 -47
  131. package/esm5/lib/MultiColumnComboVisualModelExport.js +1 -1
  132. package/esm5/lib/NumericCellPresenter.js +1 -1
  133. package/esm5/lib/PropertyEditorView_combined.js +40 -40
  134. package/esm5/lib/TemplateCellPresenter.js +1 -1
  135. package/esm5/lib/TemplateHeader.js +8 -8
  136. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  137. package/esm5/lib/TemplateSectionHeader.js +2 -2
  138. package/esm5/lib/TextEditorView.js +28 -10
  139. package/esm5/lib/VerticalSeparatorCell.js +46 -8
  140. package/esm5/lib/VisualModelExport.js +120 -100
  141. package/esm5/lib/igc-checkbox-list-component.js +82 -54
  142. package/esm5/lib/igc-column-component.js +164 -164
  143. package/esm5/lib/igc-column-group-description-collection.js +17 -3
  144. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  145. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  146. package/esm5/lib/igc-column-sort-description-collection.js +17 -3
  147. package/esm5/lib/igc-column-summary-description-collection.js +17 -3
  148. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  149. package/esm5/lib/igc-data-grid-component.js +743 -601
  150. package/esm5/lib/igc-date-time-column-component.js +23 -23
  151. package/esm5/lib/igc-definition-base-component.js +50 -50
  152. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  153. package/esm5/lib/igc-header-component.js +24 -24
  154. package/esm5/lib/igc-image-column-component.js +12 -12
  155. package/esm5/lib/igc-numeric-column-component.js +35 -35
  156. package/esm5/lib/igc-section-header-component.js +24 -24
  157. package/esm5/lib/igc-summary-row-component.js +24 -24
  158. package/esm5/lib/igc-text-column-component.js +9 -9
  159. package/fesm2015/igniteui-webcomponents-grids.js +10276 -9534
  160. package/fesm5/igniteui-webcomponents-grids.js +10237 -9351
  161. package/lib/CanvasGridCellBase.d.ts +95 -93
  162. package/lib/CanvasImageCell.d.ts +11 -11
  163. package/lib/CanvasSectionHeaderCell.d.ts +1 -1
  164. package/lib/CanvasSummaryCell.d.ts +15 -15
  165. package/lib/CanvasTemplateCell.d.ts +4 -4
  166. package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
  167. package/lib/CanvasTextCell.d.ts +1 -1
  168. package/lib/CanvasTextHeaderCell.d.ts +6 -6
  169. package/lib/CheckboxListView_combined.d.ts +74 -69
  170. package/lib/ColumnFilterCondition_combined.d.ts +1299 -1258
  171. package/lib/ColumnGroupDescription.d.ts +1 -0
  172. package/lib/ColumnGroupDescriptionCollection.d.ts +8 -7
  173. package/lib/ColumnSortDescriptionCollection.d.ts +8 -7
  174. package/lib/ColumnSummaryDescriptionCollection.d.ts +8 -7
  175. package/lib/DataGridCellLayoutPanel.d.ts +1 -0
  176. package/lib/DateTimeColumnValueFormatter.d.ts +19 -1
  177. package/lib/GridExternalWrapper.d.ts +4 -0
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateSectionHeader.d.ts +2 -2
  180. package/lib/TextEditorView.d.ts +5 -3
  181. package/lib/VerticalSeparatorCell.d.ts +9 -0
  182. package/lib/VisualModelExport.d.ts +31 -26
  183. package/lib/igc-checkbox-list-component.d.ts +9 -0
  184. package/lib/igc-column-group-description-collection.d.ts +4 -0
  185. package/lib/igc-column-sort-description-collection.d.ts +4 -0
  186. package/lib/igc-column-summary-description-collection.d.ts +4 -0
  187. package/lib/igc-data-grid-component.d.ts +30 -2
  188. package/package.json +4 -4
@@ -8,6 +8,7 @@ import { ObservableCollection$1 } from "igniteui-webcomponents-core";
8
8
  import { DomRenderer } from "igniteui-webcomponents-core";
9
9
  import { IDataSource } from "igniteui-webcomponents-core";
10
10
  import { Brush } from "igniteui-webcomponents-core";
11
+ import { ScrollbarStyle } from "igniteui-webcomponents-core";
11
12
  import { MouseButton } from "igniteui-webcomponents-core";
12
13
  import { RowPath } from "./RowPath";
13
14
  import { IDragger } from "./IDragger";
@@ -17,7 +18,6 @@ import { ControlDisplayDensity } from "igniteui-webcomponents-core";
17
18
  import { BaseControlTheme } from "igniteui-webcomponents-core";
18
19
  import { GridViewportChangedEventArgs } from "./GridViewportChangedEventArgs";
19
20
  import { ICellModelExportUpdater } from "./ICellModelExportUpdater";
20
- import { DateTimeFormats } from "./DateTimeFormats";
21
21
  import { XButton } from "igniteui-webcomponents-inputs";
22
22
  import { FontInfo } from "igniteui-webcomponents-core";
23
23
  import { BrushAppearanceData } from "igniteui-webcomponents-core";
@@ -35,6 +35,8 @@ import { CellModelExport } from "./CellModelExport";
35
35
  import { DataSourceRowType } from "igniteui-webcomponents-core";
36
36
  import { GroupSummaryDisplayMode } from "./GroupSummaryDisplayMode";
37
37
  import { BindingFormatter } from "igniteui-webcomponents-core";
38
+ import { DateTimeFormats } from "./DateTimeFormats";
39
+ import { DateTimeColumnValueFormatter } from "./DateTimeColumnValueFormatter";
38
40
  import { EditorType } from "./EditorType";
39
41
  import { ImageStretchOptions } from "./ImageStretchOptions";
40
42
  import { ImageResourceType } from "./ImageResourceType";
@@ -234,6 +236,9 @@ export interface IExternalGrid {
234
236
  setDefaultCursor(): void;
235
237
  setBorder(a: Brush, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number): void;
236
238
  setScrollerVerticalTrackInset(a: number): void;
239
+ setScrollbarStyle(a: ScrollbarStyle): void;
240
+ setScrollbarColor(a: Brush): void;
241
+ setClipboardText(a: string): void;
237
242
  }
238
243
  /**
239
244
  * @hidden
@@ -386,23 +391,6 @@ export declare class DefaultCellModelExportUpdater extends Base implements ICell
386
391
  constructor(a: CellModel);
387
392
  update(a: string, b: any): void;
388
393
  }
389
- /**
390
- * @hidden
391
- */
392
- export declare class DateTimeColumnValueFormatter extends Base {
393
- static $t: Type;
394
- private a;
395
- private b;
396
- k(): void;
397
- j(a: DateTimeCellModel): void;
398
- private f;
399
- private e;
400
- private c;
401
- private d;
402
- private g;
403
- private h;
404
- i(a: Date): string;
405
- }
406
394
  /**
407
395
  * @hidden
408
396
  */
@@ -1228,7 +1216,7 @@ export declare class PagerGridDataSourceNotificationBridge extends Base implemen
1228
1216
  */
1229
1217
  export declare class PagedDataProvider extends DataSourceLocalDataProvider {
1230
1218
  static $t: Type;
1231
- private an;
1219
+ private at;
1232
1220
  constructor(a: Pager);
1233
1221
  getItemValue(a: any, b: string): any;
1234
1222
  }
@@ -1316,15 +1304,15 @@ export declare class EditingManager extends Base {
1316
1304
  */
1317
1305
  export declare class Grid extends Base implements INotifyPropertyChanged {
1318
1306
  static $t: Type;
1319
- private nx;
1307
+ private oi;
1320
1308
  externalObject: any;
1321
1309
  private _propertySetter;
1322
1310
  propertySetter: IPropertySetter;
1323
- private e2;
1311
+ private fb;
1324
1312
  externalGrid: IExternalGrid;
1325
- private e0;
1313
+ private e9;
1326
1314
  dragger: IDragger;
1327
- private eu;
1315
+ private e3;
1328
1316
  columnGrouping: IColumnGrouping;
1329
1317
  private _pager;
1330
1318
  pager: Pager;
@@ -1332,788 +1320,818 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
1332
1320
  toolbar: IDataGridComponent;
1333
1321
  columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
1334
1322
  columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
1335
- ut(a: Column): void;
1336
- us(a: Column): void;
1323
+ vq(a: Column): void;
1324
+ vp(a: Column): void;
1337
1325
  columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
1338
1326
  columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
1339
1327
  o(a: CellModel): ColumnFilterCondition;
1340
1328
  p(a: CellModel): DataSourceSchemaPropertyType;
1341
- u3(a: Column): void;
1329
+ v0(a: Column): void;
1342
1330
  filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1343
1331
  filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1344
- s9(a: CellModel, b: ColumnFilterCondition): void;
1345
- s8(a: CellModel, b: ColumnFilterCondition): void;
1346
- u2(a: Column): void;
1332
+ t5(a: CellModel, b: ColumnFilterCondition): void;
1333
+ t4(a: CellModel, b: ColumnFilterCondition): void;
1334
+ vz(a: Column): void;
1347
1335
  columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
1348
1336
  columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
1349
- uz(a: Column): void;
1350
- uy(a: Column): void;
1337
+ vw(a: Column): void;
1338
+ vv(a: Column): void;
1351
1339
  columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
1352
1340
  columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
1353
- uv(a: Column): void;
1354
- uu(a: Column): void;
1341
+ vs(a: Column): void;
1342
+ vr(a: Column): void;
1355
1343
  cellPreviewPointerDown: (sender: any, args: GridCellEventArgs) => void;
1356
- un(a: CellModel): void;
1344
+ vk(a: CellModel): void;
1357
1345
  cellPreviewPointerUp: (sender: any, args: GridCellEventArgs) => void;
1358
- uo(a: CellModel): void;
1346
+ vl(a: CellModel): void;
1359
1347
  cellPointerDown: (sender: any, args: GridCellEventArgs) => void;
1360
- ul(a: CellModel): void;
1348
+ vi(a: CellModel): void;
1361
1349
  cellPointerUp: (sender: any, args: GridCellEventArgs) => void;
1362
- um(a: CellModel): void;
1363
- vu(a: number, b: string): void;
1350
+ vj(a: CellModel): void;
1351
+ wr(a: number, b: string): void;
1364
1352
  cellClicked: (sender: any, args: GridCellEventArgs) => void;
1365
- vi(a: CellModel): void;
1366
- xj(a: number): void;
1367
- private l9;
1368
- vh(a: EditorCellModel): void;
1369
- ue(a: CellModel, b: MouseButton): void;
1370
- uc(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1371
- private wd;
1372
- private bx;
1373
- by: ColumnResizingMode;
1374
- private bj;
1375
- bk: ColumnMovingMode;
1376
- er: HoverManager;
1377
- private hq;
1378
- jp: boolean;
1379
- private yc;
1380
- za: Brush;
1381
- private yd;
1382
- zb: Brush;
1383
- private x4;
1384
- y2: Brush;
1385
- private zy;
1386
- z4: Thickness;
1387
- zs: Point;
1353
+ wf(a: CellModel): void;
1354
+ yg(a: number): void;
1355
+ private mu;
1356
+ we(a: EditorCellModel): void;
1357
+ vb(a: CellModel, b: MouseButton): void;
1358
+ u9(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1359
+ private xa;
1360
+ private b2;
1361
+ b3: ColumnResizingMode;
1362
+ private bo;
1363
+ bp: ColumnMovingMode;
1364
+ e0: HoverManager;
1365
+ private h4;
1366
+ ka: boolean;
1367
+ private y9;
1368
+ z8: Brush;
1369
+ private za;
1370
+ z9: Brush;
1371
+ private y1;
1372
+ z0: Brush;
1373
+ private aax;
1374
+ aa3: Thickness;
1375
+ aar: Point;
1376
+ ay: CellPath;
1388
1377
  av: CellPath;
1389
- as: CellPath;
1390
- private hf;
1391
- uj(a: CellModel, b: number, c: number): void;
1392
- uk(a: CellModel, b: number, c: number): void;
1393
- ui(a: CellModel, b: number, c: number): void;
1394
- vn(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1395
- vo(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1396
- private iq;
1397
- private md;
1398
- private nm;
1399
- uh(a: CellModel, b: number, c: number): void;
1400
- vm(a: CellModel, b: number, c: number): void;
1401
- private ml;
1402
- private hw;
1403
- private hv;
1404
- private g4;
1405
- private lg;
1378
+ private ht;
1379
+ vg(a: CellModel, b: number, c: number): void;
1380
+ vh(a: CellModel, b: number, c: number): void;
1381
+ vf(a: CellModel, b: number, c: number): void;
1382
+ wk(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1383
+ wl(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1384
+ private jb;
1385
+ private my;
1386
+ private n7;
1387
+ ve(a: CellModel, b: number, c: number): void;
1388
+ wj(a: CellModel, b: number, c: number): void;
1389
+ private m6;
1390
+ private ia;
1391
+ private h9;
1392
+ private hi;
1393
+ private l1;
1394
+ private l8;
1395
+ private l6;
1396
+ private l7;
1406
1397
  private ln;
1407
- private ll;
1408
- private lm;
1409
- private k2;
1410
- private lb;
1411
- private lc;
1412
- private ld;
1413
- private le;
1414
- private aw;
1415
- private mr;
1416
- private mq;
1417
- private h6;
1418
- s4(): void;
1419
- vg(a: CellPath, b: number, c: number, d: boolean): void;
1420
- vc(a: any, b: DragSelectEventArgs): void;
1421
- va(a: any, b: DragSelectEventArgs): void;
1422
- private mh;
1423
- no: number;
1424
- private ms;
1425
- private fd;
1426
- private vb;
1398
+ private lw;
1399
+ private lx;
1400
+ private ly;
1401
+ private lz;
1402
+ private az;
1403
+ private nc;
1404
+ private nb;
1405
+ private iq;
1406
+ t0(): void;
1407
+ wd(a: CellPath, b: number, c: number, d: boolean): void;
1408
+ v9(a: any, b: DragSelectEventArgs): void;
1409
+ v7(a: any, b: DragSelectEventArgs): void;
1410
+ private m2;
1411
+ n9: number;
1412
+ private nd;
1413
+ private fm;
1414
+ private v8;
1415
+ private au;
1416
+ private aq;
1427
1417
  private ar;
1428
- private an;
1429
- private ao;
1430
- private k7;
1418
+ private ls;
1419
+ private l5;
1420
+ private l2;
1421
+ private l3;
1422
+ private wa;
1423
+ private wb;
1424
+ private xx;
1425
+ private wc;
1426
+ private lj;
1431
1427
  private lk;
1432
- private lh;
1433
- private li;
1434
- private vd;
1435
- private ve;
1436
- private w0;
1437
- private vf;
1438
- private ky;
1439
- private kz;
1440
- private w5;
1441
- private zu;
1442
- private am;
1428
+ private x2;
1429
+ private aat;
1430
+ private ap;
1443
1431
  getHitCell(a: number, b: number): CellModel;
1444
- private ay;
1445
- private ig;
1446
- private tg;
1447
- private xo;
1432
+ private a1;
1433
+ private i0;
1434
+ private uc;
1435
+ private yl;
1448
1436
  constructor();
1449
- wr(a: ColumnGroupDescription): void;
1450
- ws(a: ColumnSummaryDescription): void;
1451
- private xc;
1452
- private to;
1453
- private jg;
1454
- private tl;
1455
- private xa;
1456
- private xi;
1457
- private b9;
1458
- private h9;
1459
- private w3;
1460
- private w4;
1461
- private ib;
1462
- private w2;
1463
- private w1;
1464
- private h8;
1465
- private v9;
1466
- private wa;
1467
- private c0;
1468
- c1: GridAnimationManager;
1437
+ xo(a: ColumnGroupDescription): void;
1438
+ xp(a: ColumnSummaryDescription): void;
1439
+ private x9;
1440
+ private uk;
1441
+ private j1;
1442
+ private uh;
1443
+ private x7;
1444
+ private yf;
1445
+ private cg;
1446
+ private it;
1447
+ private x0;
1448
+ private x1;
1449
+ private iv;
1450
+ private xz;
1451
+ private xy;
1452
+ private is;
1453
+ private w6;
1454
+ private w7;
1455
+ private c9;
1456
+ da: GridAnimationManager;
1469
1457
  private _delayedExecutionManager;
1470
1458
  delayedExecutionManager: IDelayedExecutionManager;
1471
- private fe;
1472
- readonly ff: ResponsiveEngine;
1473
- private ew;
1474
- ex: IDataAdapter;
1475
- private a5;
1476
- a6: ColumnController;
1477
- private dw;
1478
- dx: GridLayerController;
1479
- private f0;
1480
- f1: SpatialEngine;
1481
- private dr;
1482
- ds: GridEffectManager;
1483
- private fu;
1484
- fv: SelectionManager;
1485
- private ag;
1486
- ah: ActivationManager;
1487
- private fy;
1488
- fz: SortManager;
1489
- cf: EditingManager;
1490
- private gw;
1491
- tickProvider: ITickProvider;
1492
- private fs;
1493
- ft: SectionHeader;
1494
- private fq;
1495
- fr: SectionFooter;
1496
- private f2;
1497
- f3: SummaryRowRoot;
1498
- private f4;
1499
- f5: SummaryRowSection;
1500
1459
  private fn;
1501
- fo: RowSeparator;
1502
- private en;
1503
- eo: HeaderRowSeparator;
1504
- private ep;
1505
- eq: HeaderSeparator;
1506
- private bz;
1507
- b0: ColumnResizingSeparator;
1508
- private bl;
1509
- bm: ColumnMovingSeparator;
1510
- private fb;
1511
- fc: PinnedAreaSeparator;
1512
- private ck;
1513
- private cl;
1460
+ readonly fo: ResponsiveEngine;
1461
+ private e5;
1462
+ e6: IDataAdapter;
1463
+ private a8;
1464
+ a9: ColumnController;
1465
+ private d5;
1466
+ d6: GridLayerController;
1467
+ private f9;
1468
+ ga: SpatialEngine;
1469
+ private d0;
1470
+ d1: GridEffectManager;
1471
+ private f3;
1472
+ f4: SelectionManager;
1473
+ private aj;
1474
+ ak: ActivationManager;
1475
+ private f7;
1476
+ f8: SortManager;
1477
+ co: EditingManager;
1478
+ private g7;
1479
+ tickProvider: ITickProvider;
1480
+ private f1;
1481
+ f2: SectionHeader;
1482
+ private fz;
1483
+ f0: SectionFooter;
1484
+ private gb;
1485
+ gc: SummaryRowRoot;
1486
+ private gd;
1487
+ ge: SummaryRowSection;
1488
+ private fw;
1489
+ fx: RowSeparator;
1490
+ private ew;
1491
+ ex: HeaderRowSeparator;
1492
+ private ey;
1493
+ ez: HeaderSeparator;
1494
+ private b4;
1495
+ b5: ColumnResizingSeparator;
1496
+ private bq;
1497
+ br: ColumnMovingSeparator;
1498
+ private fk;
1499
+ fl: PinnedAreaSeparator;
1500
+ private ct;
1514
1501
  private cu;
1502
+ private c3;
1515
1503
  private b;
1516
1504
  f: string[];
1517
1505
  private c;
1518
1506
  g: string[];
1519
- private f8;
1520
- f9: VisibilityEngine;
1507
+ private gh;
1508
+ gi: VisibilityEngine;
1521
1509
  private _viewportManager;
1522
1510
  viewportManager: IViewportManager;
1523
- private k6;
1524
- lp: number;
1525
- private k5;
1526
- lo: number;
1527
- private gc;
1528
- gd: ControlDisplayDensity;
1529
- private l5;
1530
- mu: number;
1531
- private mi;
1532
- np: number;
1533
- private cc;
1511
+ private lr;
1512
+ ma: number;
1513
+ private lq;
1514
+ l9: number;
1515
+ private gn;
1516
+ go: ControlDisplayDensity;
1517
+ private mq;
1518
+ nf: number;
1519
+ private m3;
1520
+ oa: number;
1521
+ private cl;
1534
1522
  defaultColumnWidth: ColumnWidth;
1535
- private la;
1536
- ls: number;
1537
- private l4;
1538
- mt: number;
1539
- private ma;
1540
- ng: number;
1541
- private mn;
1542
- nv: number;
1543
- private ny;
1523
+ private lv;
1524
+ md: number;
1525
+ private mp;
1526
+ ne: number;
1527
+ private mv;
1528
+ n1: number;
1529
+ private m8;
1530
+ og: number;
1531
+ private oj;
1544
1532
  itemsSource: any;
1545
- private mm;
1546
- nt: number;
1547
- private mk;
1548
- ns: number;
1549
- private l8;
1550
- mz: number;
1551
- private el;
1552
- em: HeaderClickAction;
1553
- private ci;
1554
- cj: EditModeType;
1555
- private cg;
1556
- ch: EditModeClickAction;
1557
- private g5;
1558
- io: boolean;
1559
- private g2;
1560
- ie: boolean;
1561
- private mj;
1562
- nr: number;
1563
- private hp;
1564
- jj: boolean;
1565
- private ix;
1566
- private b5;
1567
- private b1;
1568
- b3: ColumnShowingAnimationMode;
1569
- readonly i5: boolean;
1570
- private bs;
1571
- columnPropertyUpdatingAnimationMode: ColumnPropertyUpdatingAnimationMode;
1572
- protected readonly iy: boolean;
1573
- readonly iu: boolean;
1574
- private ak;
1575
- al: CellDataLoadedAnimationMode;
1576
- readonly jq: boolean;
1577
- private fl;
1578
- fm: RowSelectionAnimationMode;
1579
- readonly jo: boolean;
1580
- private fi;
1581
- fj: RowHoverAnimationMode;
1582
- readonly iv: boolean;
1583
- private az;
1584
- a0: CellSelectionAnimationMode;
1585
- private df;
1586
- dg: GridColumnAnimationSettings;
1587
- private c2;
1588
- c3: GridAnimationSettings;
1589
- i6(a: Column): boolean;
1590
- private bw;
1591
- private bu;
1592
- bv: ColumnResizingAnimationMode;
1593
- private i7;
1533
+ private m7;
1534
+ oe: number;
1535
+ private m5;
1536
+ od: number;
1537
+ private mt;
1538
+ nk: number;
1539
+ private eu;
1540
+ ev: HeaderClickAction;
1541
+ private cr;
1542
+ cs: EditModeType;
1543
+ private cp;
1544
+ cq: EditModeClickAction;
1545
+ private hj;
1546
+ i8: boolean;
1547
+ private hf;
1548
+ iz: boolean;
1549
+ private m4;
1550
+ oc: number;
1551
+ private h3;
1552
+ j4: boolean;
1553
+ private ji;
1554
+ private ca;
1594
1555
  private b6;
1595
- private b2;
1596
- b4: ColumnShowingAnimationMode;
1597
- private i1;
1556
+ b8: ColumnShowingAnimationMode;
1557
+ readonly jq: boolean;
1558
+ private bx;
1559
+ columnPropertyUpdatingAnimationMode: ColumnPropertyUpdatingAnimationMode;
1560
+ protected readonly jj: boolean;
1561
+ readonly jf: boolean;
1562
+ private an;
1563
+ ao: CellDataLoadedAnimationMode;
1564
+ readonly kb: boolean;
1565
+ private fu;
1566
+ fv: RowSelectionAnimationMode;
1567
+ readonly j9: boolean;
1568
+ private fr;
1569
+ fs: RowHoverAnimationMode;
1570
+ readonly jg: boolean;
1571
+ private a2;
1572
+ a3: CellSelectionAnimationMode;
1573
+ private dp;
1574
+ dq: GridColumnAnimationSettings;
1575
+ private db;
1576
+ dc: GridAnimationSettings;
1577
+ jr(a: Column): boolean;
1578
+ private b1;
1579
+ private bz;
1580
+ b0: ColumnResizingAnimationMode;
1581
+ private js;
1582
+ private cb;
1583
+ private b7;
1584
+ b9: ColumnShowingAnimationMode;
1585
+ private jm;
1586
+ private bn;
1587
+ private bl;
1588
+ bm: ColumnMovingAnimationMode;
1589
+ private jl;
1590
+ private bk;
1598
1591
  private bi;
1599
- private bg;
1600
- bh: ColumnMovingAnimationMode;
1601
- private i0;
1602
- private bf;
1603
- private bd;
1604
- be: ColumnHidingAnimationMode;
1605
- private iz;
1606
- private a9;
1607
- private a7;
1608
- a8: ColumnExchangingAnimationMode;
1609
- private zz;
1592
+ bj: ColumnHidingAnimationMode;
1593
+ private jk;
1594
+ private bc;
1595
+ private ba;
1596
+ bb: ColumnExchangingAnimationMode;
1597
+ private aay;
1610
1598
  inset: Thickness;
1611
- private eb;
1612
- ec: GridSelectionMode;
1613
- private cx;
1614
- cy: GridActivationMode;
1615
- private d8;
1616
- d9: GridSelectionBehavior;
1617
- private hu;
1618
- ju: boolean;
1619
- private g9;
1620
- is: boolean;
1621
- private z;
1622
- readonly ab: GridSelectedItemsCollection;
1623
- private ad;
1624
- readonly af: GridSelectedKeysCollection;
1625
- private d4;
1626
- readonly d5: GridSelectedCellsCollection;
1627
- private d1;
1628
- readonly d2: GridSelectedCellRangesCollection;
1629
- private g8;
1630
- ir: boolean;
1631
- private y;
1632
- readonly aa: GridSelectedItemsCollection;
1633
- private ac;
1634
- readonly ae: GridSelectedKeysCollection;
1635
- private xe;
1636
- private hc;
1637
- i2: boolean;
1638
- private hg;
1639
- isGroupByAreaVisible: boolean;
1640
- private hl;
1599
+ private ek;
1600
+ el: GridSelectionMode;
1601
+ private c6;
1602
+ c7: GridActivationMode;
1603
+ private eh;
1604
+ ei: GridSelectionBehavior;
1605
+ private h8;
1606
+ kf: boolean;
1607
+ private hn;
1641
1608
  jd: boolean;
1609
+ private ac;
1610
+ readonly ae: GridSelectedItemsCollection;
1611
+ private ag;
1612
+ readonly ai: GridSelectedKeysCollection;
1613
+ private ed;
1614
+ readonly ee: GridSelectedCellsCollection;
1615
+ private ea;
1616
+ readonly eb: GridSelectedCellRangesCollection;
1642
1617
  private hm;
1643
- je: boolean;
1644
- private xy;
1645
- yw: Brush;
1646
- private yj;
1647
- zh: Brush;
1648
- private ym;
1649
- zk: Brush;
1650
- private yq;
1651
- zo: Brush;
1652
- private lj;
1653
- lu: number;
1654
- private gf;
1655
- gn: FontInfo;
1656
- private lf;
1657
- lt: number;
1658
- private x3;
1659
- y1: Brush;
1660
- private yl;
1661
- zj: Brush;
1618
+ jc: boolean;
1619
+ private ab;
1620
+ readonly ad: GridSelectedItemsCollection;
1621
+ private af;
1622
+ readonly ah: GridSelectedKeysCollection;
1662
1623
  private yb;
1663
- y9: Brush;
1664
- private ya;
1665
- y8: Brush;
1666
- private dc;
1667
- private db;
1668
- dd: GridCellPosition;
1669
- private xx;
1670
- yv: Brush;
1671
- private xz;
1672
- yx: Brush;
1673
- private x8;
1674
- y6: Brush;
1675
- private fw;
1676
- fx: SortIndicatorStyle;
1677
- private ge;
1678
- gm: FontInfo;
1679
- private yi;
1680
- zg: Brush;
1681
- private yk;
1682
- zi: Brush;
1683
- private gh;
1684
- gp: FontInfo;
1685
- private gi;
1686
- gq: FontInfo;
1687
- private gk;
1688
- gs: FontInfo;
1689
- private yp;
1690
- zn: Brush;
1691
- private gj;
1692
- gr: FontInfo;
1693
- private gl;
1694
- gt: FontInfo;
1695
- private yt;
1696
- zr: Brush;
1697
- private yn;
1698
- zl: Brush;
1699
- private yr;
1700
- zp: Brush;
1701
- private yo;
1702
- zm: Brush;
1703
- private ys;
1704
- zq: Brush;
1705
- private mg;
1706
- nn: number;
1707
- private mb;
1708
- nk: number;
1709
- mv(a: number): number;
1710
- private x7;
1711
- y5: Brush;
1712
- private x5;
1713
- y3: Brush;
1714
- private x9;
1715
- y7: Brush;
1716
- private gg;
1717
- go: FontInfo;
1718
- private ye;
1719
- zc: Brush;
1720
- private x6;
1721
- y4: Brush;
1722
- private yh;
1723
- zf: Brush;
1724
- private yf;
1725
- zd: Brush;
1726
- private yg;
1727
- ze: Brush;
1728
- private l7;
1729
- my: number;
1730
- private k9;
1731
- lr: number;
1732
- private l6;
1733
- mw: number;
1734
- private k8;
1735
- lq: number;
1736
- private x2;
1737
- y0: Brush;
1738
- private x0;
1739
- yy: Brush;
1740
- private h5;
1741
- kk: boolean;
1742
- private bn;
1743
- bo: ColumnOptionsIconAlignment;
1744
- private x1;
1745
- yz: Brush;
1746
- private bp;
1747
- bq: ColumnOptionsIconBehavior;
1748
- private xw;
1749
- border: Brush;
1750
- private zx;
1751
- z3: Thickness;
1752
- private zv;
1753
- z0: Thickness;
1754
- private zw;
1755
- z1: Thickness;
1756
- private hy;
1757
- jw: boolean;
1758
- private xr;
1759
- xv: CornerRadius;
1760
- private xq;
1761
- xu: CornerRadius;
1762
- private xp;
1763
- xs: CornerRadius;
1764
- private hb;
1765
- it: boolean;
1624
+ private hq;
1625
+ jn: boolean;
1626
+ private hu;
1627
+ isGroupByAreaVisible: boolean;
1628
+ private hz;
1629
+ jy: boolean;
1630
+ private h0;
1631
+ jz: boolean;
1632
+ private yv;
1633
+ zu: Brush;
1634
+ private zh;
1635
+ aag: Brush;
1636
+ private zk;
1637
+ aaj: Brush;
1638
+ private zo;
1639
+ aan: Brush;
1640
+ private l4;
1641
+ mf: number;
1642
+ private gq;
1643
+ gy: FontInfo;
1644
+ private l0;
1645
+ me: number;
1646
+ private y0;
1647
+ zz: Brush;
1648
+ private zj;
1649
+ aai: Brush;
1650
+ private y8;
1651
+ z7: Brush;
1652
+ private y7;
1653
+ z6: Brush;
1654
+ private dl;
1655
+ private dk;
1656
+ dm: GridCellPosition;
1657
+ private yu;
1658
+ zt: Brush;
1659
+ private yw;
1660
+ zv: Brush;
1661
+ private y5;
1662
+ z4: Brush;
1663
+ private f5;
1664
+ f6: SortIndicatorStyle;
1665
+ private gp;
1666
+ gx: FontInfo;
1667
+ private zg;
1668
+ aaf: Brush;
1669
+ private zi;
1670
+ aah: Brush;
1671
+ private gs;
1672
+ g0: FontInfo;
1673
+ private gt;
1674
+ g1: FontInfo;
1675
+ private gv;
1676
+ g3: FontInfo;
1677
+ private zn;
1678
+ aam: Brush;
1766
1679
  private gu;
1680
+ g2: FontInfo;
1681
+ private gw;
1682
+ g4: FontInfo;
1683
+ private zr;
1684
+ aaq: Brush;
1685
+ private zl;
1686
+ aak: Brush;
1687
+ private zp;
1688
+ aao: Brush;
1689
+ private zm;
1690
+ aal: Brush;
1691
+ private zq;
1692
+ aap: Brush;
1693
+ private m1;
1694
+ n8: number;
1695
+ private mw;
1696
+ n5: number;
1697
+ ng(a: number): number;
1698
+ private y4;
1699
+ z3: Brush;
1700
+ private y2;
1701
+ z1: Brush;
1702
+ private y6;
1703
+ z5: Brush;
1704
+ private gr;
1705
+ gz: FontInfo;
1706
+ private zb;
1707
+ aaa: Brush;
1708
+ private y3;
1709
+ z2: Brush;
1710
+ private ze;
1711
+ aad: Brush;
1712
+ private zc;
1713
+ aab: Brush;
1714
+ private zd;
1715
+ aac: Brush;
1716
+ private ms;
1717
+ nj: number;
1718
+ private lu;
1719
+ mc: number;
1720
+ private mr;
1721
+ nh: number;
1722
+ private lt;
1723
+ mb: number;
1724
+ private yz;
1725
+ zy: Brush;
1726
+ private yx;
1727
+ zw: Brush;
1728
+ private ik;
1729
+ k5: boolean;
1730
+ private bs;
1731
+ bt: ColumnOptionsIconAlignment;
1732
+ private yy;
1733
+ zx: Brush;
1734
+ private bu;
1735
+ bv: ColumnOptionsIconBehavior;
1736
+ private yt;
1737
+ border: Brush;
1738
+ private aaw;
1739
+ aa2: Thickness;
1740
+ private aau;
1741
+ aaz: Thickness;
1742
+ private aav;
1743
+ aa0: Thickness;
1744
+ private ic;
1745
+ kh: boolean;
1746
+ private yo;
1747
+ ys: CornerRadius;
1748
+ private yn;
1749
+ yr: CornerRadius;
1750
+ private ym;
1751
+ yp: CornerRadius;
1752
+ private hp;
1753
+ je: boolean;
1754
+ private g5;
1767
1755
  platformPixelConverter: IPlatformPixelConverter;
1768
- private es;
1756
+ private e1;
1769
1757
  renderingEngine: ICellRenderingEngine;
1770
- private vr;
1771
- private fg;
1772
- readonly fh: ResponsiveStatesCollection;
1773
- private ga;
1758
+ private wo;
1759
+ private fp;
1760
+ readonly fq: ResponsiveStatesCollection;
1761
+ private gj;
1774
1762
  model: VisualModel;
1775
- readonly zt: Rect;
1776
- private b7;
1777
- private ba;
1763
+ readonly aas: Rect;
1764
+ private cd;
1765
+ private bd;
1778
1766
  private s;
1779
- private ca;
1780
- readonly b8: ColumnSortDescriptionCollection;
1781
- readonly bb: ColumnGroupDescriptionCollection;
1767
+ private ci;
1768
+ private z;
1769
+ private aa;
1770
+ private io;
1771
+ private im;
1772
+ private ip;
1773
+ private il;
1774
+ private cc;
1775
+ private be;
1776
+ private t;
1777
+ private ch;
1778
+ readonly ce: ColumnSortDescriptionCollection;
1779
+ readonly bg: ColumnGroupDescriptionCollection;
1780
+ readonly cj: ColumnSummaryDescriptionCollection;
1781
+ private or;
1782
+ q6: string;
1783
+ private oq;
1784
+ q4: string;
1785
+ private os;
1786
+ q8: string;
1787
+ private up;
1788
+ ja(a: any[], b: any[]): boolean;
1789
+ readonly cf: ColumnSortDescriptionCollection;
1790
+ readonly bf: ColumnGroupDescriptionCollection;
1782
1791
  sortDescriptionsChanged: (sender: any, args: GridSortDescriptionsChangedEventArgs) => void;
1783
1792
  groupDescriptionsChanged: (sender: any, args: GridGroupDescriptionsChangedEventArgs) => void;
1784
1793
  summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
1785
1794
  columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
1786
1795
  columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
1787
- private u0;
1796
+ private vx;
1788
1797
  cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
1789
1798
  dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
1790
1799
  dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
1791
- readonly t: FilterExpressionCollection;
1792
- readonly cb: ColumnSummaryDescriptionCollection;
1793
- private h7;
1794
- private f6;
1795
- f7: SummaryScope;
1796
- private hi;
1797
- private hh;
1798
- jb: boolean;
1799
- private g6;
1800
- private eh;
1801
- ei: GroupHeaderDisplayMode;
1800
+ readonly u: FilterExpressionCollection;
1801
+ readonly ck: ColumnSummaryDescriptionCollection;
1802
+ private ir;
1803
+ private gf;
1804
+ gg: SummaryScope;
1805
+ private hw;
1806
+ private hv;
1807
+ jw: boolean;
1802
1808
  private hk;
1803
- private hj;
1804
- jc: boolean;
1805
- private g7;
1806
- private ej;
1807
- ek: GroupSummaryDisplayMode;
1808
- private g1;
1809
- id: boolean;
1809
+ private eq;
1810
+ er: GroupHeaderDisplayMode;
1811
+ private hy;
1812
+ private hx;
1813
+ jx: boolean;
1814
+ private hl;
1815
+ private es;
1816
+ et: GroupSummaryDisplayMode;
1817
+ private he;
1818
+ iy: boolean;
1810
1819
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
1811
1820
  postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
1812
- protected vp(a: string, b: any, c: any): void;
1813
- wq(): void;
1814
- wg(): void;
1815
- wh(): void;
1821
+ protected wm(a: string, b: any, c: any): void;
1822
+ xn(): void;
1823
+ xd(): void;
1824
+ xe(): void;
1816
1825
  calculateCompleted: (sender: any, e: any) => void;
1817
- t9(): void;
1818
- tn(): void;
1819
- private h3;
1820
- ke: boolean;
1821
- wf(): void;
1822
- tm(): void;
1823
- private w;
1824
- private u;
1826
+ u6(): void;
1827
+ uj(): void;
1828
+ private ii;
1829
+ kz: boolean;
1830
+ xc(): void;
1831
+ ui(): void;
1832
+ private x;
1833
+ private v;
1825
1834
  actualDataSource: IDataSource;
1826
1835
  private d;
1827
1836
  l: string[];
1828
1837
  private a;
1829
1838
  e: string[];
1830
- private gz;
1831
- ic: boolean;
1832
- protected wb(a: string, b: any, c: any): void;
1833
- private xg;
1834
- private xt;
1835
- private z2;
1839
+ private ha;
1840
+ iw: boolean;
1841
+ protected w8(a: string, b: any, c: any): void;
1842
+ private yd;
1843
+ private yq;
1844
+ private aa1;
1836
1845
  syncBorder(): void;
1837
- private u9;
1846
+ private v6;
1838
1847
  private m;
1839
1848
  private n;
1840
1849
  private h;
1841
- private tb;
1842
- private wt;
1843
- private tp;
1844
- private tq;
1845
- private wu;
1846
- private tr;
1847
- private te;
1848
- private td;
1849
- private u8;
1850
- t3(): void;
1850
+ private t7;
1851
+ private xq;
1852
+ private ul;
1853
+ private um;
1854
+ private xr;
1855
+ private un;
1856
+ private ua;
1857
+ private t9;
1858
+ private v5;
1859
+ u0(): void;
1851
1860
  sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
1852
1861
  onSizeChanged(a: number, b: number): void;
1853
1862
  viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
1854
- private me;
1855
- private mf;
1856
- kq: boolean;
1863
+ private mz;
1864
+ private m0;
1865
+ lb: boolean;
1857
1866
  notifyScrollStart(): void;
1858
1867
  notifyScrollStop(): void;
1859
1868
  setViewport(a: number, b: number, c: number, d: number): void;
1860
1869
  readonly actualColumns: GridColumnCollection;
1861
1870
  actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
1862
- private dh;
1871
+ private dr;
1863
1872
  readonly columns: GridColumnCollection;
1864
- vl(a: CellModel, b: any, c: any): void;
1865
- vk(a: CellModel, b: any, c: any, d: string): void;
1866
- a4(a: CellPath): Column;
1867
- ts(a: Column): void;
1868
- tk(a: Column, b: Column): void;
1869
- private sw;
1870
- private hx;
1871
- private u4;
1872
- private u1;
1873
- private uw;
1874
- private s7;
1875
- private vx;
1876
- private ta;
1877
- v8(a: Column, b: PinnedPositions): void;
1878
- private ko;
1879
- private kp;
1880
- ty(a: number, b: number): void;
1881
- tz(a: number): void;
1882
- t0(a: number): void;
1883
- ii(a: number): boolean;
1884
- ij(a: number): boolean;
1885
- private jv;
1886
- private a2;
1887
- private a1;
1888
- private ux;
1889
- private s6;
1890
- private xh;
1891
- private ce;
1892
- p1(a: CellPath, b: Grid, c: any, d: number): string;
1893
- ap(a: CellPath, b: string): CellModel;
1894
- n0(): any;
1895
- px(): string;
1896
- fk(a: number): RowPath;
1897
- private gy;
1898
- wy(a: number): void;
1899
- wx(a: number): void;
1900
- ki(a: any): boolean;
1901
- kj(a: any[]): boolean;
1902
- wv(a: number): void;
1903
- private ww;
1904
- kl(a: Column): boolean;
1905
- u7(a: number, b: number): void;
1906
- private s5;
1907
- private m3;
1908
- private kh;
1909
- nc(): number;
1910
- m7(): number;
1911
- m5(): number;
1912
- na(): number;
1913
- v6(): void;
1914
- iw: boolean;
1915
- jf: boolean;
1916
- readonly jm: boolean;
1917
- readonly jn: boolean;
1918
- readonly jk: boolean;
1919
- readonly jl: boolean;
1920
- private kf;
1873
+ wi(a: CellModel, b: any, c: any): void;
1874
+ wh(a: CellModel, b: any, c: any, d: string): void;
1875
+ a7(a: CellPath): Column;
1876
+ uo(a: Column): void;
1877
+ ug(a: Column, b: Column): void;
1878
+ private ts;
1879
+ private ib;
1880
+ private v1;
1881
+ private vy;
1882
+ private vt;
1883
+ private t3;
1884
+ private wu;
1885
+ private t6;
1886
+ w5(a: Column, b: PinnedPositions): void;
1887
+ private k9;
1888
+ private la;
1889
+ uv(a: number, b: number): void;
1890
+ uw(a: number): void;
1891
+ ux(a: number): void;
1892
+ i2(a: number): boolean;
1893
+ i3(a: number): boolean;
1921
1894
  private kg;
1922
- private ku;
1923
- private kv;
1924
- private kw;
1925
- private kx;
1926
- private g0;
1927
- s1(): void;
1928
- tj(): void;
1929
- vv(a: any, b: PrimaryKeyValue): void;
1930
- vw(a: any, b: PrimaryKeyValue): void;
1931
- v2(a: number, b: any, c: PrimaryKeyValue): void;
1932
- private ia;
1933
- ua(a: number, b: number, c: string): void;
1934
- ud(a: number, b: string): void;
1935
- private ub;
1936
- private mo;
1937
- private mp;
1938
- jx(a: boolean, b: boolean): boolean;
1939
- jy(a: boolean, b: boolean): boolean;
1895
+ private a5;
1896
+ private a4;
1897
+ private vu;
1898
+ private t2;
1899
+ private ye;
1900
+ private cn;
1901
+ qp(a: CellPath, b: Grid, c: any, d: number): string;
1902
+ as(a: CellPath, b: string): CellModel;
1903
+ ol(): any;
1904
+ ql(): string;
1905
+ ft(a: number): RowPath;
1906
+ private g9;
1907
+ xv(a: number): void;
1908
+ xu(a: number): void;
1909
+ k3(a: any): boolean;
1910
+ k4(a: any[]): boolean;
1911
+ xs(a: number): void;
1912
+ private xt;
1913
+ k6(a: Column): boolean;
1914
+ v4(a: number, b: number): void;
1915
+ private t1;
1916
+ private no;
1917
+ private k2;
1918
+ nx(): number;
1919
+ ns(): number;
1920
+ nq(): number;
1921
+ nv(): number;
1922
+ w3(): void;
1923
+ jh: boolean;
1924
+ j0: boolean;
1925
+ readonly j7: boolean;
1926
+ readonly j8: boolean;
1927
+ readonly j5: boolean;
1928
+ readonly j6: boolean;
1929
+ private k0;
1930
+ private k1;
1931
+ private lf;
1932
+ private lg;
1933
+ private lh;
1934
+ private li;
1935
+ private hc;
1936
+ private hb;
1937
+ tx(a?: boolean): void;
1938
+ uf(): void;
1939
+ ws(a: any, b: PrimaryKeyValue): void;
1940
+ wt(a: any, b: PrimaryKeyValue): void;
1941
+ wz(a: number, b: any, c: PrimaryKeyValue): void;
1942
+ private iu;
1943
+ u7(a: number, b: number, c: string): void;
1944
+ va(a: number, b: string): void;
1945
+ private u8;
1940
1946
  private m9;
1941
- private m4;
1942
- private ne;
1943
- private nd;
1944
- private m2;
1945
- s2(a: number, b: number, c: boolean, d?: boolean): void;
1946
- j2(a: boolean, b: boolean): boolean;
1947
- j4(a: boolean, b: boolean): boolean;
1948
- j5(a: boolean, b: boolean): boolean;
1949
- j6(a: boolean, b: boolean): boolean;
1950
- j7(a: boolean, b: boolean): boolean;
1951
- j9(a: boolean, b: boolean): boolean;
1952
- v7(): void;
1953
- ka(a: boolean, b: boolean): boolean;
1954
- jz(a: boolean, b: boolean): boolean;
1955
- j0(): boolean;
1956
- j1(): boolean;
1957
- j8(a: boolean, b: boolean): boolean;
1958
- at: CellPath;
1959
- au: CellPath;
1960
- ks(): boolean;
1961
- kn(a: CellModel): boolean;
1962
- ip(a: boolean, b?: boolean): boolean;
1963
- ti(a: boolean): void;
1964
- up(a: PrimaryKeyValue, b: number): void;
1965
- uq(a: PrimaryKeyValue, b: number): void;
1947
+ private na;
1948
+ ki(a: boolean, b: boolean): boolean;
1949
+ kj(a: boolean, b: boolean): boolean;
1950
+ private nu;
1951
+ private np;
1952
+ private nz;
1953
+ private ny;
1954
+ private nn;
1955
+ ty(a: number, b: number, c: boolean, d?: boolean): void;
1956
+ kn(a: boolean, b: boolean): boolean;
1957
+ kp(a: boolean, b: boolean): boolean;
1958
+ kq(a: boolean, b: boolean): boolean;
1959
+ kr(a: boolean, b: boolean): boolean;
1960
+ ks(a: boolean, b: boolean): boolean;
1961
+ ku(a: boolean, b: boolean): boolean;
1962
+ w4(): void;
1963
+ kv(a: boolean, b: boolean): boolean;
1964
+ kk(a: boolean, b: boolean): boolean;
1965
+ kl(): boolean;
1966
+ km(): boolean;
1967
+ kt(a: boolean, b: boolean): boolean;
1968
+ aw: CellPath;
1969
+ ax: CellPath;
1970
+ ld(): boolean;
1971
+ k8(a: CellModel): boolean;
1972
+ i9(a: boolean, b?: boolean): boolean;
1973
+ ue(a: boolean): void;
1974
+ vm(a: PrimaryKeyValue, b: number): void;
1975
+ vn(a: PrimaryKeyValue, b: number): void;
1966
1976
  columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
1967
1977
  selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
1968
1978
  selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
1969
1979
  selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
1970
1980
  selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
1971
- private h4;
1972
- private v3;
1981
+ private ij;
1982
+ private w0;
1973
1983
  activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
1974
1984
  selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
1975
- xm(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
1976
- sz(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
1977
- s0(a: any, b: PrimaryKeyValue): void;
1978
- xl(a: number, b: any, c: PrimaryKeyValue): void;
1979
- wo(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
1980
- wp(a: any, b: PrimaryKeyValue): void;
1981
- private vz;
1982
- private v0;
1983
- private vy;
1984
- private v1;
1985
- private ax;
1986
- sy(a: number, b: number, c: number, d: number): void;
1987
- sx(a: CellRange): void;
1988
- wl(a: CellRange): void;
1989
- wk(): void;
1990
- private t1;
1991
- v4(a: number, b: any, c: any): void;
1992
- private tt;
1993
- ur(): void;
1994
- tw(): void;
1995
- private tu;
1996
- private m6;
1997
- private nb;
1998
- private tv;
1999
- private ha;
2000
- wc(): void;
2001
- vj(a: number, b: any): void;
2002
- vq(a: number, b: any): void;
2003
- w6(a: string): void;
2004
- w7(a: ResponsiveState): void;
2005
- t8(a: number, b: any, c: any): void;
2006
- t2(): void;
2007
- t4(a: number, b: any): void;
2008
- t5(a: number, b: any): void;
2009
- m0(a: any): number;
2010
- m1(a: any[]): number;
1985
+ yj(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
1986
+ tv(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
1987
+ tw(a: any, b: PrimaryKeyValue, c: boolean): void;
1988
+ yi(a: number, b: any, c: PrimaryKeyValue): void;
1989
+ xl(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
1990
+ xm(a: any, b: PrimaryKeyValue, c: boolean): void;
1991
+ private ww;
1992
+ private wx;
1993
+ private wv;
1994
+ private wy;
1995
+ private a0;
1996
+ tu(a: number, b: number, c: number, d: number): void;
1997
+ tt(a: CellRange): void;
1998
+ xi(a: CellRange): void;
1999
+ xh(): void;
2000
+ private uy;
2001
+ w1(a: number, b: any, c: any): void;
2002
+ private uq;
2003
+ vo(): void;
2004
+ ut(): void;
2005
+ private ur;
2006
+ private nr;
2007
+ private nw;
2008
+ private us;
2009
+ private ho;
2010
+ w9(): void;
2011
+ wg(a: number, b: any): void;
2012
+ wn(a: number, b: any): void;
2013
+ x3(a: string): void;
2014
+ x4(a: ResponsiveState): void;
2015
+ u5(a: number, b: any, c: any): void;
2016
+ uz(): void;
2017
+ u1(a: number, b: any): void;
2018
+ u2(a: number, b: any): void;
2019
+ nl(a: any): number;
2020
+ nm(a: any[]): number;
2011
2021
  i(): string[];
2012
- n3(a: CellKey): any;
2013
- n4(a: number, b: number): any;
2014
- a3(a: number): Column;
2022
+ oo(a: CellKey): any;
2023
+ op(a: number, b: number): any;
2024
+ a6(a: number): Column;
2015
2025
  j(): ISummaryResult[];
2016
2026
  k(a: number): ISummaryResult[][];
2017
- private h2;
2018
- kd: boolean;
2019
- private h1;
2020
- kc: boolean;
2021
- private h0;
2022
- kb: boolean;
2023
- x(a: Column): IFilterExpression;
2024
- kt(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2025
- private xn;
2026
- private nz;
2027
+ private ih;
2028
+ ky: boolean;
2029
+ private ig;
2030
+ kx: boolean;
2031
+ private ie;
2032
+ kw: boolean;
2033
+ y(a: Column): IFilterExpression;
2034
+ le(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2035
+ private yk;
2036
+ private ok;
2027
2037
  columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
2028
- private u5;
2038
+ private v2;
2029
2039
  cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
2030
- private ug;
2040
+ private vd;
2031
2041
  cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
2032
- private uf;
2042
+ private vc;
2033
2043
  rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
2034
- private vt;
2044
+ private wq;
2035
2045
  rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
2036
- private vs;
2037
- i8(): boolean;
2038
- readonly il: boolean;
2039
- readonly ik: boolean;
2040
- readonly ih: boolean;
2041
- tc(): void;
2042
- s3(): void;
2043
- su(a: number): void;
2044
- wi(a: number): void;
2045
- xf(): void;
2046
- we(): void;
2047
- xk(a: any[], b: string, c: any): void;
2048
- wn(a: any[]): void;
2049
- wm(a: any): void;
2050
- private hz;
2051
- sv(a: number): void;
2052
- wj(a: number): void;
2053
- w8(a: number, b: string): void;
2046
+ private wp;
2047
+ jt(): boolean;
2048
+ readonly i5: boolean;
2049
+ readonly i4: boolean;
2050
+ readonly i1: boolean;
2051
+ t8(): void;
2052
+ tz(): void;
2053
+ tq(a: number): void;
2054
+ xf(a: number): void;
2055
+ yc(): void;
2054
2056
  xb(): void;
2055
- th(a: boolean): void;
2056
- private co;
2057
- cp: EnterKeyBehaviors;
2058
- private cm;
2059
- cn: EnterKeyBehaviorAfterEdit;
2060
- wz(): void;
2061
- tf(): void;
2062
- private hn;
2063
- jh: boolean;
2064
- j3(a: Key, b: boolean, c: boolean): boolean;
2065
- private kr;
2066
- km(): boolean;
2067
- private he;
2068
- i4: boolean;
2069
- private hd;
2070
- i3: boolean;
2071
- private e8;
2072
- e9: MergedCellMode;
2073
- private e6;
2074
- e7: MergedCellEvaluationCriteria;
2075
- private ai;
2076
- aj: CellContentVerticalAlignment;
2077
- rp(): string;
2078
- private fp;
2079
- private k0;
2080
- tx(a: string): void;
2057
+ yh(a: any[], b: string, c: any): void;
2058
+ xk(a: any[]): void;
2059
+ xj(a: any): void;
2060
+ private id;
2061
+ tr(a: number): void;
2062
+ xg(a: number): void;
2063
+ x5(a: number, b: string): void;
2064
+ x8(): void;
2065
+ ud(a: boolean): void;
2066
+ private cx;
2067
+ cy: EnterKeyBehaviors;
2068
+ private cv;
2069
+ cw: EnterKeyBehaviorAfterEdit;
2070
+ xw(): void;
2071
+ ub(): void;
2072
+ private h1;
2073
+ j2: boolean;
2074
+ ko(a: Key, b: boolean, c: boolean): boolean;
2075
+ private lc;
2076
+ k7(): boolean;
2077
+ private hs;
2078
+ jp: boolean;
2079
+ private hr;
2080
+ jo: boolean;
2081
+ private fh;
2082
+ fi: MergedCellMode;
2083
+ private ff;
2084
+ fg: MergedCellEvaluationCriteria;
2085
+ private al;
2086
+ am: CellContentVerticalAlignment;
2087
+ sj(): string;
2088
+ private fy;
2089
+ private ll;
2090
+ uu(a: string): void;
2081
2091
  private q;
2082
2092
  private r;
2083
- m8(a: CellPath): number;
2084
- private cv;
2085
- cw: FilterUIType;
2086
- private cs;
2087
- ct: FilterLogicalOperator;
2088
- private cq;
2089
- cr: FilterComparisonType;
2090
- i9(): boolean;
2091
- private k3;
2092
- k4: Date;
2093
- private g3;
2094
- im: boolean;
2093
+ nt(a: CellPath): number;
2094
+ private c4;
2095
+ c5: FilterUIType;
2096
+ private c1;
2097
+ c2: FilterLogicalOperator;
2098
+ private cz;
2099
+ c0: FilterComparisonType;
2100
+ ju(): boolean;
2101
+ private lo;
2102
+ lp: Date;
2103
+ private hg;
2104
+ i6: boolean;
2095
2105
  customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
2096
- u6(a: Column, b: FilterOperand, c: any): void;
2097
- private ho;
2106
+ v3(a: Column, b: FilterOperand, c: any): void;
2107
+ private h2;
2098
2108
  isPagerVisible: boolean;
2099
- private mc;
2100
- nl: number;
2101
- private ht;
2109
+ private mx;
2110
+ n6: number;
2111
+ private h7;
2102
2112
  isToolbarVisible: boolean;
2103
- private hr;
2104
- jr: boolean;
2105
- private hs;
2106
- js: boolean;
2107
- private n9;
2108
- ss: string;
2109
- private n5;
2110
- sk: string;
2111
- private n6;
2112
- sm: string;
2113
- private n7;
2114
- so: string;
2115
- private n8;
2116
- sq: string;
2113
+ private h5;
2114
+ kc: boolean;
2115
+ private h6;
2116
+ kd: boolean;
2117
+ private ox;
2118
+ to: string;
2119
+ private ot;
2120
+ tg: string;
2121
+ private ou;
2122
+ ti: string;
2123
+ private ov;
2124
+ tk: string;
2125
+ private ow;
2126
+ tm: string;
2127
+ private gl;
2128
+ gm: ScrollbarStyle;
2129
+ private zf;
2130
+ aae: Brush;
2131
+ private hd;
2132
+ ix: boolean;
2133
+ private hh;
2134
+ i7: boolean;
2117
2135
  }
2118
2136
  /**
2119
2137
  * @hidden
@@ -2347,16 +2365,16 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
2347
2365
  private bl;
2348
2366
  private t;
2349
2367
  externalObject: any;
2350
- private dr;
2351
- d7: Brush;
2352
2368
  private ds;
2353
2369
  d8: Brush;
2354
- private dh;
2355
- dy: Brush;
2356
2370
  private dt;
2357
2371
  d9: Brush;
2358
- private dk;
2359
- d1: Brush;
2372
+ private di;
2373
+ dz: Brush;
2374
+ private du;
2375
+ ea: Brush;
2376
+ private dl;
2377
+ d2: Brush;
2360
2378
  private a2;
2361
2379
  be: number;
2362
2380
  private a4;
@@ -2383,15 +2401,19 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
2383
2401
  bh: number;
2384
2402
  private r;
2385
2403
  grid: Grid;
2386
- private c0;
2387
- protected cz(a: Grid, b: Grid): void;
2388
- protected c1(a: any, b: PropertyChangedEventArgs): void;
2404
+ private c1;
2405
+ protected c0(a: Grid, b: Grid): void;
2406
+ protected c2(a: any, b: PropertyChangedEventArgs): void;
2407
+ private dk;
2408
+ d1: Brush;
2389
2409
  private dj;
2390
2410
  d0: Brush;
2391
- private di;
2392
- dz: Brush;
2393
- private dl;
2394
- d2: Brush;
2411
+ private dm;
2412
+ d3: Brush;
2413
+ private dx;
2414
+ ek: Brush;
2415
+ private dq;
2416
+ d6: Brush;
2395
2417
  private dw;
2396
2418
  ej: Brush;
2397
2419
  private dp;
@@ -2400,10 +2422,6 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
2400
2422
  ei: Brush;
2401
2423
  private dn;
2402
2424
  d4: Brush;
2403
- private du;
2404
- eh: Brush;
2405
- private dm;
2406
- d3: Brush;
2407
2425
  private ar;
2408
2426
  au: number;
2409
2427
  private b;
@@ -2418,10 +2436,10 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
2418
2436
  y: TextCellLineBreakMode;
2419
2437
  private v;
2420
2438
  x: TextCellLineBreakMode;
2421
- private dx;
2422
- ek: Brush;
2423
- private dq;
2424
- d6: Brush;
2439
+ private dy;
2440
+ el: Brush;
2441
+ private dr;
2442
+ d7: Brush;
2425
2443
  private as;
2426
2444
  aw: number;
2427
2445
  private aq;
@@ -2432,57 +2450,58 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
2432
2450
  ad: FontInfo;
2433
2451
  k(a: CellPath, b: string): CellModel;
2434
2452
  protected abstract l(a: CellPath): CellModel;
2435
- cl(a: CellPath, b: Grid, c: any, d: number): string;
2436
- protected abstract cm(a: CellPath, b: Grid, c: any): string;
2437
- cw(a: CellModel, b: Grid, c: any, d: any): void;
2453
+ cm(a: CellPath, b: Grid, c: any, d: number): string;
2454
+ protected abstract cn(a: CellPath, b: Grid, c: any): string;
2438
2455
  cx(a: CellModel, b: Grid, c: any, d: any): void;
2456
+ cy(a: CellModel, b: Grid, c: any, d: any): void;
2439
2457
  private n;
2440
2458
  dataBinding: (sender: any, args: DataBindingEventArgs) => void;
2441
2459
  dataBound: (sender: any, args: DataBindingEventArgs) => void;
2442
- cy(a: CellModel, b: Grid, c: any, d: any): void;
2443
- c5(): void;
2460
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
2461
+ ck(a: Grid, b: any, c: any): string;
2462
+ c6(): void;
2444
2463
  protected aj(a: string): boolean;
2445
2464
  protected ak(a: string): boolean;
2446
2465
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2447
- protected c2(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
2448
- protected c8(): void;
2449
- protected df(): void;
2466
+ protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
2467
+ protected c9(): void;
2450
2468
  protected dg(): void;
2469
+ protected dh(): void;
2470
+ protected de(): void;
2451
2471
  protected dd(): void;
2472
+ protected df(): void;
2452
2473
  protected dc(): void;
2453
- protected de(): void;
2454
- protected db(): void;
2455
- protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
2474
+ protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
2456
2475
  private ag;
2457
- protected c9(): void;
2458
- private c7;
2459
- private da;
2476
+ protected da(): void;
2477
+ private c8;
2478
+ private db;
2460
2479
  private am;
2461
2480
  private ao;
2462
2481
  private al;
2463
2482
  protected readonly an: HashSet$1<string>;
2464
2483
  protected readonly ap: List$1<string>;
2465
- private cv;
2484
+ private cw;
2466
2485
  protected d(): CellContentHorizontalAlignment;
2467
2486
  protected i(): CellContentVerticalAlignment;
2468
- protected eg(): Brush;
2469
- protected ea(): Brush;
2470
- protected af(): FontInfo;
2487
+ protected eh(): Brush;
2471
2488
  protected eb(): Brush;
2472
- protected ef(): Brush;
2473
- protected ed(): Brush;
2489
+ protected af(): FontInfo;
2474
2490
  protected ec(): Brush;
2491
+ protected eg(): Brush;
2475
2492
  protected ee(): Brush;
2493
+ protected ed(): Brush;
2494
+ protected ef(): Brush;
2476
2495
  protected av(): number;
2477
2496
  definitionPropertyUpdated: (sender: any, args: DefinitionPropertyUpdatedEventArgs) => void;
2478
2497
  private z;
2479
- c6(a: string, b: CellPropertyAnimationType, c: any): void;
2498
+ c7(a: string, b: CellPropertyAnimationType, c: any): void;
2480
2499
  ai(): boolean;
2481
2500
  readonly aa: FastIterationDictionary$2<string, any>;
2482
2501
  ah(a: string): boolean;
2483
- c4(a: string): void;
2502
+ c5(a: string): void;
2484
2503
  bn(a: string): any;
2485
- ck(a: any, b: DataSourceSchemaPropertyType, c: any): string;
2504
+ cl(a: any, b: DataSourceSchemaPropertyType, c: any): string;
2486
2505
  u(a: ColumnSummaryDescription, b: ISummaryResult): SummaryData;
2487
2506
  cellStyleKeyRequested: (sender: any, args: CellStyleRequestedEventArgs) => void;
2488
2507
  }
@@ -2490,209 +2509,209 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
2490
2509
  * @hidden
2491
2510
  */
2492
2511
  export declare abstract class Column extends DefinitionBase {
2493
- static $t: Type;
2494
- constructor();
2495
- protected lg(): Brush;
2496
- protected lf(): Brush;
2497
- private static h4;
2498
- h5: number;
2499
- private ff;
2500
- fg: ColumnStates;
2501
- private hq;
2502
- h1: number;
2503
- private hs;
2504
- h3: number;
2512
+ static $t: Type;
2513
+ constructor();
2514
+ protected lh(): Brush;
2515
+ protected lg(): Brush;
2516
+ private static h5;
2517
+ h6: number;
2518
+ private fg;
2519
+ fh: ColumnStates;
2505
2520
  private hr;
2506
2521
  h2: number;
2507
- private hp;
2508
- h0: number;
2509
- private id;
2510
- jy: string;
2511
- private hn;
2512
- hy: number;
2513
- private hm;
2514
- hx: number;
2522
+ private ht;
2523
+ h4: number;
2524
+ private hs;
2525
+ h3: number;
2526
+ private hq;
2527
+ h1: number;
2528
+ private ie;
2529
+ jz: string;
2515
2530
  private ho;
2516
2531
  hz: number;
2517
- private f2;
2518
- f4: PinnedPositions;
2519
- private ib;
2520
- i7: string;
2532
+ private hn;
2533
+ hy: number;
2534
+ private hp;
2535
+ h0: number;
2536
+ private f3;
2537
+ f5: PinnedPositions;
2521
2538
  private ic;
2522
- je: string;
2523
- private h9;
2524
- il: string;
2525
- private k7;
2526
- lj: Brush;
2527
- private k2;
2528
- lc: Brush;
2529
- private k5;
2530
- lh: Brush;
2531
- private k0;
2532
- la: Brush;
2539
+ i8: string;
2540
+ private id;
2541
+ jf: string;
2542
+ private ia;
2543
+ im: string;
2544
+ private k8;
2545
+ lk: Brush;
2546
+ private k3;
2547
+ ld: Brush;
2533
2548
  private k6;
2534
2549
  li: Brush;
2535
2550
  private k1;
2536
2551
  lb: Brush;
2537
- private fq;
2538
- fr: GridColumnAnimationSettings;
2539
- private fh;
2552
+ private k7;
2553
+ lj: Brush;
2554
+ private k2;
2555
+ lc: Brush;
2556
+ private fr;
2557
+ fs: GridColumnAnimationSettings;
2558
+ private fi;
2540
2559
  width: ColumnWidth;
2541
- private he;
2542
- hh: number;
2560
+ private hf;
2561
+ hi: number;
2562
+ private go;
2563
+ g6: boolean;
2564
+ private gi;
2565
+ g0: boolean;
2566
+ private gr;
2567
+ g9: boolean;
2568
+ private eo;
2569
+ ep: ColumnFilterCondition;
2570
+ private eq;
2571
+ er: IFilterExpression;
2572
+ private fv;
2573
+ header: Header;
2543
2574
  private gn;
2544
2575
  g5: boolean;
2545
- private gh;
2546
- gz: boolean;
2547
2576
  private gq;
2548
2577
  g8: boolean;
2549
- private en;
2550
- eo: ColumnFilterCondition;
2551
- private ep;
2552
- eq: IFilterExpression;
2553
- private fu;
2554
- header: Header;
2555
- private gm;
2556
- g4: boolean;
2557
2578
  private gp;
2558
2579
  g7: boolean;
2559
- private go;
2560
- g6: boolean;
2561
- private gr;
2562
- ha: boolean;
2563
- private fd;
2564
- fe: ColumnSortDirection;
2565
- private f3;
2566
- f5: PinnedPositions;
2567
- private gg;
2568
- gy: boolean;
2569
- readonly gv: boolean;
2570
- private e3;
2571
- e5: ColumnOptionsIconAlignment;
2580
+ private gs;
2581
+ hb: boolean;
2582
+ private fe;
2583
+ ff: ColumnSortDirection;
2584
+ private f4;
2585
+ f6: PinnedPositions;
2586
+ private gh;
2587
+ gz: boolean;
2588
+ readonly gw: boolean;
2572
2589
  private e4;
2573
2590
  e6: ColumnOptionsIconAlignment;
2574
- private ky;
2575
- k8: Brush;
2576
- private k3;
2577
- ld: Brush;
2591
+ private e5;
2592
+ e7: ColumnOptionsIconAlignment;
2593
+ private kz;
2594
+ k9: Brush;
2595
+ private k4;
2596
+ le: Brush;
2597
+ private e9;
2598
+ fb: ColumnOptionsIconBehavior;
2578
2599
  private e8;
2579
2600
  fa: ColumnOptionsIconBehavior;
2580
- private e7;
2581
- e9: ColumnOptionsIconBehavior;
2582
- private gc;
2583
- gs: boolean;
2584
- private gi;
2585
- g0: boolean;
2586
- private ge;
2587
- gu: boolean;
2588
- private gk;
2589
- g2: boolean;
2590
2601
  private gd;
2591
2602
  gt: boolean;
2592
2603
  private gj;
2593
2604
  g1: boolean;
2605
+ private gf;
2606
+ gv: boolean;
2594
2607
  private gl;
2595
2608
  g3: boolean;
2596
- private k4;
2597
- le: Brush;
2598
- private kz;
2599
- k9: Brush;
2609
+ private ge;
2610
+ gu: boolean;
2611
+ private gk;
2612
+ g2: boolean;
2613
+ private gm;
2614
+ g4: boolean;
2615
+ private k5;
2616
+ lf: Brush;
2617
+ private k0;
2618
+ la: Brush;
2619
+ private he;
2620
+ hh: number;
2600
2621
  private hd;
2601
2622
  hg: number;
2602
- private hc;
2603
- hf: number;
2604
- private f9;
2623
+ private ga;
2605
2624
  textEditStyle: FontInfo;
2606
- private f8;
2607
- ga: FontInfo;
2608
- private fj;
2609
- fk: EditorType;
2610
- private h6;
2611
- h7: any;
2612
- private ia;
2613
- i3: string;
2614
- private el;
2615
- em: string[];
2616
- private fz;
2617
- f1: MergedCellMode;
2618
- private fw;
2619
- fy: MergedCellEvaluationCriteria;
2625
+ private f9;
2626
+ gb: FontInfo;
2627
+ private fk;
2628
+ fl: EditorType;
2629
+ private h7;
2630
+ h8: any;
2631
+ private ib;
2632
+ i4: string;
2633
+ private em;
2634
+ en: string[];
2635
+ private f0;
2636
+ f2: MergedCellMode;
2637
+ private fx;
2638
+ fz: MergedCellEvaluationCriteria;
2639
+ private ev;
2640
+ ey: CellContentVerticalAlignment;
2620
2641
  private eu;
2621
- ex: CellContentVerticalAlignment;
2622
- private et;
2623
- ev: CellContentVerticalAlignment;
2624
- private hj;
2625
- hu: number;
2626
- private hl;
2627
- hw: number;
2642
+ ew: CellContentVerticalAlignment;
2628
2643
  private hk;
2629
2644
  hv: number;
2630
- private hi;
2631
- ht: number;
2632
- private fl;
2633
- fm: FilterComparisonType;
2634
- fo(a: FilterComparisonType): FilterComparisonType;
2635
- fn(): FilterComparisonType;
2636
- private fs;
2637
- readonly ft: GridFilterOperandsCollection;
2638
- private kc;
2639
- f0(): MergedCellMode;
2640
- fx(): MergedCellEvaluationCriteria;
2641
- g9(): boolean;
2642
- protected ed(): Brush;
2643
- protected ef(): Brush;
2644
- cy(a: CellModel, b: Grid, c: any, d: any): void;
2645
- cw(a: CellModel, b: Grid, c: any, d: any): void;
2646
- protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
2647
- protected ey(): CellContentVerticalAlignment;
2648
- protected es(): CellContentHorizontalAlignment;
2649
- protected ew(): CellContentVerticalAlignment;
2650
- private ku;
2651
- private kg;
2652
- protected cz(a: Grid, b: Grid): void;
2653
- protected c1(a: any, b: PropertyChangedEventArgs): void;
2654
- kv(): void;
2645
+ private hm;
2646
+ hx: number;
2647
+ private hl;
2648
+ hw: number;
2649
+ private hj;
2650
+ hu: number;
2651
+ private fm;
2652
+ fn: FilterComparisonType;
2653
+ fp(a: FilterComparisonType): FilterComparisonType;
2654
+ fo(): FilterComparisonType;
2655
+ private ft;
2656
+ readonly fu: GridFilterOperandsCollection;
2657
+ private kd;
2658
+ f1(): MergedCellMode;
2659
+ fy(): MergedCellEvaluationCriteria;
2660
+ ha(): boolean;
2661
+ protected ee(): Brush;
2662
+ protected eg(): Brush;
2663
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
2664
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
2665
+ protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
2666
+ protected ez(): CellContentVerticalAlignment;
2667
+ protected et(): CellContentHorizontalAlignment;
2668
+ protected ex(): CellContentVerticalAlignment;
2669
+ private kv;
2670
+ private kh;
2671
+ protected c0(a: Grid, b: Grid): void;
2672
+ protected c2(a: any, b: PropertyChangedEventArgs): void;
2655
2673
  kw(): void;
2656
2674
  kx(): void;
2657
- protected c8(): void;
2658
- protected df(): void;
2675
+ ky(): void;
2676
+ protected c9(): void;
2659
2677
  protected dg(): void;
2660
- protected dd(): void;
2661
- protected kr(): void;
2662
- protected kt(): void;
2678
+ protected dh(): void;
2679
+ protected de(): void;
2663
2680
  protected ks(): void;
2681
+ protected ku(): void;
2682
+ protected kt(): void;
2683
+ protected dd(): void;
2684
+ protected df(): void;
2664
2685
  protected dc(): void;
2665
- protected de(): void;
2666
- protected db(): void;
2667
- protected kl(): void;
2668
- protected kp(): void;
2669
- protected ko(): void;
2670
2686
  protected km(): void;
2671
2687
  protected kq(): void;
2688
+ protected kp(): void;
2672
2689
  protected kn(): void;
2690
+ protected kr(): void;
2691
+ protected ko(): void;
2673
2692
  columnCellsPropertyUpdating: (column: Column, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
2674
2693
  columnHeaderCellsPropertyUpdating: (column: Column, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
2675
- protected kk(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
2676
- e2(): ColumnHidingAnimationMode;
2677
- fc(): ColumnShowingAnimationMode;
2678
- e1(): ColumnExchangingAnimationMode;
2679
- fb(): ColumnResizingAnimationMode;
2680
- jc(): string;
2681
- private f6;
2682
- private gf;
2683
- kj(a: string, b: CellPropertyAnimationType, c: any): void;
2684
- gx(): boolean;
2685
- readonly f7: FastIterationDictionary$2<string, any>;
2686
- gw(a: string): boolean;
2694
+ protected kl(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
2695
+ e3(): ColumnHidingAnimationMode;
2696
+ fd(): ColumnShowingAnimationMode;
2697
+ e2(): ColumnExchangingAnimationMode;
2698
+ fc(): ColumnResizingAnimationMode;
2699
+ jd(): string;
2700
+ private f7;
2701
+ private gg;
2702
+ kk(a: string, b: CellPropertyAnimationType, c: any): void;
2703
+ gy(): boolean;
2704
+ readonly f8: FastIterationDictionary$2<string, any>;
2705
+ gx(a: string): boolean;
2706
+ kj(a: string): void;
2707
+ h9(a: string): any;
2708
+ hc: List$1<LayoutAction>;
2687
2709
  ki(a: string): void;
2688
- h8(a: string): any;
2689
- hb: List$1<LayoutAction>;
2690
- kh(a: string): void;
2691
- ke(a: ColumnComparisonConditionOperatorType, b: any): void;
2692
- kd(a: string, b: number, c: any): void;
2693
- er(a: FilterOperand, b: any): IFilterExpression;
2694
- fp(a: string, b: number): FilterOperand;
2695
- kf(): void;
2710
+ kf(a: ColumnComparisonConditionOperatorType, b: any): void;
2711
+ ke(a: string, b: number, c: any): void;
2712
+ es(a: FilterOperand, b: any): IFilterExpression;
2713
+ fq(a: string, b: number): FilterOperand;
2714
+ kg(): void;
2696
2715
  }
2697
2716
  /**
2698
2717
  * @hidden
@@ -2977,20 +2996,20 @@ export declare class DataAdapter extends Base implements INotifyPropertyChanged,
2977
2996
  */
2978
2997
  export declare class ColumnMovingSeparator extends DefinitionBase {
2979
2998
  static $t: Type;
2980
- protected cm(a: CellPath, b: Grid, c: any): string;
2999
+ protected cn(a: CellPath, b: Grid, c: any): string;
2981
3000
  protected l(a: CellPath): CellModel;
2982
- protected eb(): Brush;
2983
- private ep;
2984
- eq: number;
2985
- private el;
2986
- en: number;
3001
+ protected ec(): Brush;
3002
+ private eq;
3003
+ er: number;
2987
3004
  private em;
2988
3005
  eo: number;
2989
- protected cz(a: Grid, b: Grid): void;
2990
- protected c8(): void;
2991
- protected eu(): void;
2992
- protected c1(a: any, b: PropertyChangedEventArgs): void;
2993
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3006
+ private en;
3007
+ ep: number;
3008
+ protected c0(a: Grid, b: Grid): void;
3009
+ protected c9(): void;
3010
+ protected ev(): void;
3011
+ protected c2(a: any, b: PropertyChangedEventArgs): void;
3012
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
2994
3013
  }
2995
3014
  /**
2996
3015
  * @hidden
@@ -2998,52 +3017,56 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
2998
3017
  export declare class ComboBoxColumn extends Column {
2999
3018
  static $t: Type;
3000
3019
  constructor();
3001
- private ll;
3002
- lm: IDataSource;
3003
- ln: any;
3004
- lr: string;
3020
+ private lm;
3021
+ ln: IDataSource;
3022
+ lo: any;
3005
3023
  ls: string;
3006
- lk: string[];
3024
+ lt: string;
3025
+ ll: string[];
3007
3026
  protected l(a: CellPath): CellModel;
3008
- protected cm(a: CellPath, b: Grid, c: any): string;
3009
- protected cz(a: Grid, b: Grid): void;
3010
- cy(a: CellModel, b: Grid, c: any, d: any): void;
3011
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3012
- protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3013
- private lt;
3027
+ protected cn(a: CellPath, b: Grid, c: any): string;
3028
+ protected c0(a: Grid, b: Grid): void;
3029
+ ck(a: Grid, b: any, c: any): string;
3030
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
3031
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3032
+ protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3014
3033
  private lu;
3015
- private lp;
3016
- lq(a: any): string;
3034
+ private lv;
3035
+ private lq;
3036
+ lr(a: any): string;
3017
3037
  }
3018
3038
  /**
3019
3039
  * @hidden
3020
3040
  */
3021
3041
  export declare class DateTimeColumn extends Column {
3022
3042
  static $t: Type;
3023
- private lm;
3024
- private ln;
3025
- lo: DateTimeFormats;
3026
- private lx;
3027
- l5: string;
3028
- private lw;
3029
- lz: string;
3030
- private lk;
3031
- ll: any[];
3032
- private lt;
3033
- lv: any;
3034
- private lq;
3035
- lr: boolean;
3036
- lp: EditorType;
3037
- lu: any;
3043
+ private lo;
3044
+ private lp;
3045
+ lq: DateTimeFormats;
3046
+ private lz;
3047
+ l8: string;
3048
+ private ly;
3038
3049
  l1: string;
3039
- l2: string;
3040
- protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3050
+ private ll;
3051
+ lm: any[];
3052
+ private lv;
3053
+ lx: any;
3054
+ private ls;
3055
+ lt: boolean;
3056
+ lr: EditorType;
3057
+ lw: any;
3058
+ l3: string;
3059
+ l4: string;
3060
+ protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3041
3061
  constructor();
3042
3062
  protected l(a: CellPath): CellModel;
3043
- protected cm(a: CellPath, b: Grid, c: any): string;
3044
- cy(a: CellModel, b: Grid, c: any, d: any): void;
3045
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3046
- private ls;
3063
+ protected cn(a: CellPath, b: Grid, c: any): string;
3064
+ ck(a: Grid, b: any, c: any): string;
3065
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
3066
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3067
+ private lu;
3068
+ ln: BindingFormatter;
3069
+ private l5;
3047
3070
  }
3048
3071
  /**
3049
3072
  * @hidden
@@ -3073,18 +3096,18 @@ export declare class DataBindingEventArgs extends EventArgs {
3073
3096
  export declare class EditorDefinition extends DefinitionBase {
3074
3097
  static $t: Type;
3075
3098
  constructor();
3076
- private es;
3077
- et: Rect;
3078
- private en;
3079
- eq: string;
3080
- private el;
3081
- em: CellModel;
3099
+ private et;
3100
+ eu: Rect;
3101
+ private eo;
3102
+ er: string;
3103
+ private em;
3104
+ en: CellModel;
3082
3105
  protected l(a: CellPath): CellModel;
3083
- protected cm(a: CellPath, b: Grid, c: any): string;
3084
- protected cz(a: Grid, b: Grid): void;
3085
- protected c1(a: any, b: PropertyChangedEventArgs): void;
3086
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3087
- cy(a: CellModel, b: Grid, c: any, d: any): void;
3106
+ protected cn(a: CellPath, b: Grid, c: any): string;
3107
+ protected c0(a: Grid, b: Grid): void;
3108
+ protected c2(a: any, b: PropertyChangedEventArgs): void;
3109
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3110
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
3088
3111
  }
3089
3112
  /**
3090
3113
  * @hidden
@@ -3093,31 +3116,31 @@ export declare class EditRowDefinition extends DefinitionBase {
3093
3116
  static $t: Type;
3094
3117
  constructor();
3095
3118
  protected l(a: CellPath): CellModel;
3096
- protected cm(a: CellPath, b: Grid, c: any): string;
3097
- protected cz(a: Grid, b: Grid): void;
3098
- protected c1(a: any, b: PropertyChangedEventArgs): void;
3099
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3119
+ protected cn(a: CellPath, b: Grid, c: any): string;
3120
+ protected c0(a: Grid, b: Grid): void;
3121
+ protected c2(a: any, b: PropertyChangedEventArgs): void;
3122
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3100
3123
  }
3101
3124
  /**
3102
3125
  * @hidden
3103
3126
  */
3104
3127
  export declare class FilterRowDefinition extends DefinitionBase {
3105
3128
  static $t: Type;
3106
- private em;
3107
- eq: number;
3108
- private eo;
3109
- es: number;
3110
3129
  private en;
3111
3130
  er: number;
3112
- private el;
3113
- ep: number;
3131
+ private ep;
3132
+ et: number;
3133
+ private eo;
3134
+ es: number;
3135
+ private em;
3136
+ eq: number;
3114
3137
  constructor();
3115
3138
  protected l(a: CellPath): CellModel;
3116
- protected cm(a: CellPath, b: Grid, c: any): string;
3117
- protected cz(a: Grid, b: Grid): void;
3118
- protected c1(a: any, b: PropertyChangedEventArgs): void;
3119
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3120
- cy(a: CellModel, b: Grid, c: any, d: any): void;
3139
+ protected cn(a: CellPath, b: Grid, c: any): string;
3140
+ protected c0(a: Grid, b: Grid): void;
3141
+ protected c2(a: any, b: PropertyChangedEventArgs): void;
3142
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3143
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
3121
3144
  }
3122
3145
  /**
3123
3146
  * @hidden
@@ -3125,92 +3148,92 @@ export declare class FilterRowDefinition extends DefinitionBase {
3125
3148
  export declare abstract class Header extends DefinitionBase {
3126
3149
  static $t: Type;
3127
3150
  constructor();
3128
- protected eg(): Brush;
3129
- protected eb(): Brush;
3130
- protected fa(): Brush;
3151
+ protected eh(): Brush;
3152
+ protected ec(): Brush;
3153
+ protected fb(): Brush;
3131
3154
  protected af(): FontInfo;
3132
- protected cz(a: Grid, b: Grid): void;
3133
- protected c8(): void;
3134
- protected df(): void;
3155
+ protected c0(a: Grid, b: Grid): void;
3156
+ protected c9(): void;
3135
3157
  protected dg(): void;
3136
- protected e5(): void;
3158
+ protected dh(): void;
3137
3159
  protected e6(): void;
3138
- protected c1(a: any, b: PropertyChangedEventArgs): void;
3160
+ protected e7(): void;
3161
+ protected c2(a: any, b: PropertyChangedEventArgs): void;
3162
+ private e9;
3163
+ fc: Brush;
3139
3164
  private e8;
3140
- fb: Brush;
3141
- private e7;
3142
- e9: Brush;
3165
+ fa: Brush;
3166
+ private en;
3167
+ ep: SortIndicatorStyle;
3143
3168
  private em;
3144
3169
  eo: SortIndicatorStyle;
3145
- private el;
3146
- en: SortIndicatorStyle;
3147
- private eq;
3148
- eu: number;
3149
- private es;
3150
- ew: number;
3151
3170
  private er;
3152
3171
  ev: number;
3153
- private ep;
3154
- et: number;
3172
+ private et;
3173
+ ex: number;
3174
+ private es;
3175
+ ew: number;
3176
+ private eq;
3177
+ eu: number;
3155
3178
  protected ak(a: string): boolean;
3156
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3157
- cy(a: CellModel, b: Grid, c: any, d: any): void;
3179
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3180
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
3158
3181
  }
3159
3182
  /**
3160
3183
  * @hidden
3161
3184
  */
3162
3185
  export declare class ColumnResizingSeparator extends DefinitionBase {
3163
3186
  static $t: Type;
3164
- protected cm(a: CellPath, b: Grid, c: any): string;
3187
+ protected cn(a: CellPath, b: Grid, c: any): string;
3165
3188
  protected l(a: CellPath): CellModel;
3166
- protected eb(): Brush;
3167
- private el;
3168
- en: number;
3189
+ protected ec(): Brush;
3169
3190
  private em;
3170
3191
  eo: number;
3171
- protected c8(): void;
3172
- protected es(): void;
3173
- protected er(a: any, b: PropertyChangedEventArgs): void;
3174
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3192
+ private en;
3193
+ ep: number;
3194
+ protected c9(): void;
3195
+ protected et(): void;
3196
+ protected es(a: any, b: PropertyChangedEventArgs): void;
3197
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3175
3198
  }
3176
3199
  /**
3177
3200
  * @hidden
3178
3201
  */
3179
3202
  export declare class HeaderSeparator extends DefinitionBase {
3180
3203
  static $t: Type;
3181
- protected cm(a: CellPath, b: Grid, c: any): string;
3204
+ protected cn(a: CellPath, b: Grid, c: any): string;
3182
3205
  protected l(a: CellPath): CellModel;
3183
- protected eb(): Brush;
3184
- protected el(): number;
3185
- protected cz(a: Grid, b: Grid): void;
3186
- protected c1(a: any, b: PropertyChangedEventArgs): void;
3187
- protected c8(): void;
3188
- private em;
3189
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3206
+ protected ec(): Brush;
3207
+ protected em(): number;
3208
+ protected c0(a: Grid, b: Grid): void;
3209
+ protected c2(a: any, b: PropertyChangedEventArgs): void;
3210
+ protected c9(): void;
3211
+ private en;
3212
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3190
3213
  }
3191
3214
  /**
3192
3215
  * @hidden
3193
3216
  */
3194
3217
  export declare class ImageColumn extends Column {
3195
3218
  static $t: Type;
3196
- private ln;
3197
- lo: ImageStretchOptions;
3198
- private ll;
3199
- lm: ImageResourceType;
3200
- lk: EditorType;
3201
- lp: any;
3202
- lq: string;
3219
+ private lo;
3220
+ lp: ImageStretchOptions;
3221
+ private lm;
3222
+ ln: ImageResourceType;
3223
+ ll: EditorType;
3224
+ lq: any;
3203
3225
  lr: string;
3226
+ ls: string;
3204
3227
  constructor();
3205
3228
  protected i(): CellContentVerticalAlignment;
3206
- protected es(): CellContentHorizontalAlignment;
3207
- protected ey(): CellContentVerticalAlignment;
3229
+ protected et(): CellContentHorizontalAlignment;
3230
+ protected ez(): CellContentVerticalAlignment;
3208
3231
  protected d(): CellContentHorizontalAlignment;
3209
3232
  protected l(a: CellPath): CellModel;
3210
- protected cm(a: CellPath, b: Grid, c: any): string;
3211
- cy(a: CellModel, b: Grid, c: any, d: any): void;
3212
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3213
- private ls;
3233
+ protected cn(a: CellPath, b: Grid, c: any): string;
3234
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
3235
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3236
+ private lt;
3214
3237
  }
3215
3238
  /**
3216
3239
  * @hidden
@@ -3218,8 +3241,10 @@ export declare class ImageColumn extends Column {
3218
3241
  export declare class NumericCellFormatter extends Base {
3219
3242
  static $t: Type;
3220
3243
  private static a;
3221
- private static c;
3222
- static b(a: NumericCellModel): string;
3244
+ private static e;
3245
+ static b(a: BindingFormatter, b: number, c: number, d: number, e: boolean, f: string, g: string, h: string, i: string, j: number): string;
3246
+ static c(a: NumericCellModel): string;
3247
+ static d(a: NumericColumn, b: number): string;
3223
3248
  }
3224
3249
  /**
3225
3250
  * @hidden
@@ -3228,49 +3253,53 @@ export declare class NumericColumn extends Column {
3228
3253
  static $t: Type;
3229
3254
  constructor();
3230
3255
  protected d(): CellContentHorizontalAlignment;
3231
- private l0;
3232
- md: string;
3233
3256
  private l2;
3234
- mh: string;
3235
- private l1;
3236
- mf: string;
3257
+ mg: string;
3258
+ private l4;
3259
+ mk: string;
3237
3260
  private l3;
3238
- mj: string;
3239
- private lq;
3240
- lt: number;
3241
- private lr;
3242
- lu: number;
3261
+ mi: string;
3262
+ private l5;
3263
+ mm: string;
3243
3264
  private ls;
3244
3265
  lv: number;
3245
- private ln;
3246
- lo: boolean;
3247
- private lz;
3248
- l8: string;
3249
- private lk;
3250
- ll: any[];
3251
- private lw;
3252
- ly: any;
3253
- lm: EditorType;
3254
- lx: any;
3255
- l4: string;
3256
- l5: string;
3257
- protected l(a: CellPath): CellModel;
3258
- protected cm(a: CellPath, b: Grid, c: any): string;
3259
- cy(a: CellModel, b: Grid, c: any, d: any): void;
3260
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3266
+ private lt;
3267
+ lw: number;
3268
+ private lu;
3269
+ lx: number;
3261
3270
  private lp;
3271
+ lq: boolean;
3272
+ private l1;
3273
+ mb: string;
3274
+ private ll;
3275
+ lm: any[];
3276
+ private ly;
3277
+ l0: any;
3278
+ lo: EditorType;
3279
+ lz: any;
3280
+ l6: string;
3281
+ l7: string;
3282
+ ln: BindingFormatter;
3283
+ protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3284
+ protected l(a: CellPath): CellModel;
3285
+ protected cn(a: CellPath, b: Grid, c: any): string;
3286
+ ck(a: Grid, b: any, c: any): string;
3287
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
3288
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3289
+ private lr;
3290
+ private l8;
3262
3291
  }
3263
3292
  /**
3264
3293
  * @hidden
3265
3294
  */
3266
3295
  export declare class PinnedAreaSeparator extends DefinitionBase {
3267
3296
  static $t: Type;
3268
- protected cm(a: CellPath, b: Grid, c: any): string;
3297
+ protected cn(a: CellPath, b: Grid, c: any): string;
3269
3298
  protected l(a: CellPath): CellModel;
3270
- protected eb(): Brush;
3271
- protected cz(a: Grid, b: Grid): void;
3272
- protected c8(): void;
3273
- protected c1(a: any, b: PropertyChangedEventArgs): void;
3299
+ protected ec(): Brush;
3300
+ protected c0(a: Grid, b: Grid): void;
3301
+ protected c9(): void;
3302
+ protected c2(a: any, b: PropertyChangedEventArgs): void;
3274
3303
  }
3275
3304
  /**
3276
3305
  * @hidden
@@ -3298,67 +3327,67 @@ export declare class SaveLayoutColumn extends JsonDictionaryItem {
3298
3327
  export declare class SectionFooter extends DefinitionBase {
3299
3328
  static $t: Type;
3300
3329
  protected l(a: CellPath): CellModel;
3301
- protected cm(a: CellPath, b: Grid, c: any): string;
3302
- cy(a: CellModel, b: Grid, c: any, d: any): void;
3303
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3330
+ protected cn(a: CellPath, b: Grid, c: any): string;
3331
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
3332
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3304
3333
  }
3305
3334
  /**
3306
3335
  * @hidden
3307
3336
  */
3308
3337
  export declare class SectionHeader extends DefinitionBase {
3309
3338
  static $t: Type;
3339
+ private fd;
3340
+ ff: Brush;
3310
3341
  private fc;
3311
3342
  fe: Brush;
3312
- private fb;
3313
- fd: Brush;
3314
- private et;
3315
- ex: number;
3316
- private ev;
3317
- ez: number;
3318
3343
  private eu;
3319
3344
  ey: number;
3320
- private es;
3321
- ew: number;
3322
- private ep;
3323
- eq: boolean;
3324
- private em;
3325
- en: GroupSummaryDisplayMode;
3345
+ private ew;
3346
+ e0: number;
3347
+ private ev;
3348
+ ez: number;
3349
+ private et;
3350
+ ex: number;
3351
+ private eq;
3352
+ er: boolean;
3353
+ private en;
3354
+ eo: GroupSummaryDisplayMode;
3326
3355
  sectionHeaderPropertyUpdating: (sectionHeader: SectionHeader, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3327
3356
  constructor();
3328
- protected cm(a: CellPath, b: Grid, c: any): string;
3357
+ protected cn(a: CellPath, b: Grid, c: any): string;
3329
3358
  protected l(a: CellPath): CellModel;
3330
- protected eb(): Brush;
3331
- cy(a: CellModel, b: Grid, c: any, d: any): void;
3332
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3333
- protected cz(a: Grid, b: Grid): void;
3334
- private er;
3335
- private e8;
3336
- protected c1(a: any, b: PropertyChangedEventArgs): void;
3337
- fa(): void;
3338
- protected c8(): void;
3339
- protected df(): void;
3359
+ protected ec(): Brush;
3360
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
3361
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3362
+ protected c0(a: Grid, b: Grid): void;
3363
+ private es;
3364
+ private e9;
3365
+ protected c2(a: any, b: PropertyChangedEventArgs): void;
3366
+ fb(): void;
3367
+ protected c9(): void;
3340
3368
  protected dg(): void;
3341
- e9(): void;
3342
- protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3343
- private el;
3369
+ protected dh(): void;
3370
+ fa(): void;
3371
+ protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3372
+ private em;
3344
3373
  }
3345
3374
  /**
3346
3375
  * @hidden
3347
3376
  */
3348
3377
  export declare class RowSeparator extends DefinitionBase {
3349
3378
  static $t: Type;
3350
- protected cm(a: CellPath, b: Grid, c: any): string;
3351
- protected cz(a: Grid, b: Grid): void;
3352
- protected c8(): void;
3379
+ protected cn(a: CellPath, b: Grid, c: any): string;
3380
+ protected c0(a: Grid, b: Grid): void;
3381
+ protected c9(): void;
3382
+ protected dd(): void;
3383
+ protected df(): void;
3353
3384
  protected dc(): void;
3354
- protected de(): void;
3355
- protected db(): void;
3356
- protected c1(a: any, b: PropertyChangedEventArgs): void;
3385
+ protected c2(a: any, b: PropertyChangedEventArgs): void;
3357
3386
  protected l(a: CellPath): CellModel;
3358
- protected eb(): Brush;
3359
- protected ef(): Brush;
3360
3387
  protected ec(): Brush;
3388
+ protected eg(): Brush;
3361
3389
  protected ed(): Brush;
3390
+ protected ee(): Brush;
3362
3391
  protected av(): number;
3363
3392
  }
3364
3393
  /**
@@ -3366,80 +3395,80 @@ export declare class RowSeparator extends DefinitionBase {
3366
3395
  */
3367
3396
  export declare class HeaderRowSeparator extends DefinitionBase {
3368
3397
  static $t: Type;
3369
- protected cm(a: CellPath, b: Grid, c: any): string;
3398
+ protected cn(a: CellPath, b: Grid, c: any): string;
3370
3399
  protected l(a: CellPath): CellModel;
3371
- protected eb(): Brush;
3372
- protected c8(): void;
3373
- protected cz(a: Grid, b: Grid): void;
3374
- protected c1(a: any, b: PropertyChangedEventArgs): void;
3400
+ protected ec(): Brush;
3401
+ protected c9(): void;
3402
+ protected c0(a: Grid, b: Grid): void;
3403
+ protected c2(a: any, b: PropertyChangedEventArgs): void;
3375
3404
  }
3376
3405
  /**
3377
3406
  * @hidden
3378
3407
  */
3379
3408
  export declare abstract class SummaryRow extends DefinitionBase {
3380
3409
  static $t: Type;
3381
- private fd;
3382
- fi: Brush;
3383
- private fb;
3384
- ff: Brush;
3385
3410
  private fe;
3386
3411
  fj: Brush;
3387
3412
  private fc;
3388
3413
  fg: Brush;
3389
- private em;
3414
+ private ff;
3415
+ fk: Brush;
3416
+ private fd;
3417
+ fh: Brush;
3418
+ private en;
3390
3419
  summaryNameTextStyle: FontInfo;
3391
- private el;
3392
- en: FontInfo;
3393
- private er;
3394
- ev: number;
3395
- private et;
3396
- ex: number;
3420
+ private em;
3421
+ eo: FontInfo;
3397
3422
  private es;
3398
3423
  ew: number;
3399
- private eq;
3400
- eu: number;
3424
+ private eu;
3425
+ ey: number;
3426
+ private et;
3427
+ ex: number;
3428
+ private er;
3429
+ ev: number;
3401
3430
  constructor();
3402
- protected cm(a: CellPath, b: Grid, c: any): string;
3431
+ protected cn(a: CellPath, b: Grid, c: any): string;
3403
3432
  protected l(a: CellPath): CellModel;
3404
- cy(a: CellModel, b: Grid, c: any, d: any): void;
3405
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3406
- protected cz(a: Grid, b: Grid): void;
3407
- protected fh(): Brush;
3408
- protected eg(): Brush;
3409
- protected c1(a: any, b: PropertyChangedEventArgs): void;
3410
- protected e8(): void;
3433
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
3434
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3435
+ protected c0(a: Grid, b: Grid): void;
3436
+ protected fi(): Brush;
3437
+ protected eh(): Brush;
3438
+ protected c2(a: any, b: PropertyChangedEventArgs): void;
3411
3439
  protected e9(): void;
3412
- protected dg(): void;
3413
3440
  protected fa(): void;
3414
- protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3441
+ protected dh(): void;
3442
+ protected fb(): void;
3443
+ protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3415
3444
  protected af(): FontInfo;
3416
- protected eo(): FontInfo;
3445
+ protected ep(): FontInfo;
3417
3446
  }
3418
3447
  /**
3419
3448
  * @hidden
3420
3449
  */
3421
3450
  export declare class SummaryRowRoot extends SummaryRow {
3422
3451
  static $t: Type;
3423
- protected cm(a: CellPath, b: Grid, c: any): string;
3424
- protected eb(): Brush;
3425
- protected c8(): void;
3426
- protected e8(): void;
3452
+ protected cn(a: CellPath, b: Grid, c: any): string;
3453
+ protected ec(): Brush;
3454
+ protected c9(): void;
3427
3455
  protected e9(): void;
3428
- protected df(): void;
3429
3456
  protected fa(): void;
3457
+ protected dg(): void;
3458
+ protected fb(): void;
3430
3459
  }
3431
3460
  /**
3432
3461
  * @hidden
3433
3462
  */
3434
3463
  export declare class SummaryRowSection extends SummaryRow {
3435
3464
  static $t: Type;
3436
- protected cm(a: CellPath, b: Grid, c: any): string;
3437
- protected eb(): Brush;
3438
- protected c8(): void;
3439
- protected e8(): void;
3465
+ protected cn(a: CellPath, b: Grid, c: any): string;
3466
+ protected ec(): Brush;
3467
+ protected c9(): void;
3440
3468
  protected e9(): void;
3441
- protected df(): void;
3442
3469
  protected fa(): void;
3470
+ protected dg(): void;
3471
+ protected fb(): void;
3443
3472
  }
3444
3473
  /**
3445
3474
  * @hidden
@@ -3448,12 +3477,12 @@ export declare class TemplateColumn extends Column {
3448
3477
  static $t: Type;
3449
3478
  constructor();
3450
3479
  protected l(a: CellPath): CellModel;
3451
- protected cm(a: CellPath, b: Grid, c: any): string;
3452
- cy(a: CellModel, b: Grid, c: any, d: any): void;
3453
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3454
- ll(a: TemplateCellModel, b: any): void;
3480
+ protected cn(a: CellPath, b: Grid, c: any): string;
3481
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
3482
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3483
+ lm(a: TemplateCellModel, b: any): void;
3455
3484
  cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
3456
- protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3485
+ protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3457
3486
  }
3458
3487
  /**
3459
3488
  * @hidden
@@ -3470,17 +3499,18 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
3470
3499
  */
3471
3500
  export declare class TextColumn extends Column {
3472
3501
  static $t: Type;
3473
- private lm;
3474
- lq: string;
3475
- lk: EditorType;
3476
- ll: any;
3477
- ln: string;
3502
+ private ln;
3503
+ lr: string;
3504
+ ll: EditorType;
3505
+ lm: any;
3478
3506
  lo: string;
3507
+ lp: string;
3479
3508
  protected l(a: CellPath): CellModel;
3480
- cy(a: CellModel, b: Grid, c: any, d: any): void;
3481
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3482
- private lp;
3483
- protected cm(a: CellPath, b: Grid, c: any): string;
3509
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
3510
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3511
+ ck(a: Grid, b: any, c: any): string;
3512
+ private lq;
3513
+ protected cn(a: CellPath, b: Grid, c: any): string;
3484
3514
  }
3485
3515
  /**
3486
3516
  * @hidden
@@ -3489,9 +3519,9 @@ export declare class TextHeader extends Header {
3489
3519
  static $t: Type;
3490
3520
  constructor();
3491
3521
  protected l(a: CellPath): CellModel;
3492
- protected cm(a: CellPath, b: Grid, c: any): string;
3493
- cw(a: CellModel, b: Grid, c: any, d: any): void;
3494
- cy(a: CellModel, b: Grid, c: any, d: any): void;
3522
+ protected cn(a: CellPath, b: Grid, c: any): string;
3523
+ cx(a: CellModel, b: Grid, c: any, d: any): void;
3524
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
3495
3525
  }
3496
3526
  /**
3497
3527
  * @hidden
@@ -3828,6 +3858,7 @@ export interface ICellRenderingEngine {
3828
3858
  viewportChanged(): void;
3829
3859
  invalidateVisibility(a: () => void): void;
3830
3860
  detach(): void;
3861
+ attach(): void;
3831
3862
  readonly initialRefreshFinished: boolean;
3832
3863
  }
3833
3864
  /**
@@ -4038,141 +4069,151 @@ export declare class VisualModel extends Base {
4038
4069
  absoluteWidth: number;
4039
4070
  private _absoluteHeight;
4040
4071
  absoluteHeight: number;
4041
- ct: number;
4042
- cw: number;
4043
- cx: number;
4044
- cr: number;
4045
- cp: number;
4046
- cq: number;
4047
- cl: number;
4048
4072
  c3: number;
4049
- c4: number;
4050
- cd: number;
4051
- ce: number;
4073
+ c6: number;
4074
+ c7: number;
4075
+ c1: number;
4076
+ cz: number;
4077
+ c0: number;
4078
+ cv: number;
4079
+ dd: number;
4080
+ de: number;
4052
4081
  cn: number;
4053
4082
  co: number;
4054
- cu: number;
4055
- c0: number;
4056
- cg: number;
4083
+ cx: number;
4084
+ cy: number;
4085
+ c4: number;
4086
+ da: number;
4087
+ cq: number;
4088
+ readonly cr: number;
4089
+ readonly cm: number;
4090
+ readonly cp: number;
4057
4091
  readonly ch: number;
4058
- readonly cc: number;
4059
- readonly cf: number;
4060
- readonly b7: number;
4061
- readonly ci: number;
4062
- b9: number;
4063
- ca: number;
4064
- cb: number;
4065
- b8: number;
4066
- cs: number;
4067
- cm: number;
4068
- private ah;
4069
- bc: GridLayer;
4092
+ readonly cs: number;
4093
+ cj: number;
4094
+ ck: number;
4095
+ cl: number;
4096
+ ci: number;
4097
+ c2: number;
4098
+ cw: number;
4099
+ private am;
4100
+ bm: GridLayer;
4070
4101
  private r;
4071
- aw: GridLayer;
4102
+ a1: GridLayer;
4072
4103
  private j;
4073
- ao: GridLayer;
4104
+ at: GridLayer;
4105
+ private ag;
4106
+ bg: GridLayer;
4074
4107
  private l;
4075
- aq: GridLayer;
4076
- private ak;
4077
- bf: GridLayer;
4108
+ av: GridLayer;
4109
+ private ap;
4110
+ bp: GridLayer;
4078
4111
  private u;
4079
- az: GridLayer;
4112
+ a4: GridLayer;
4080
4113
  private o;
4081
- at: GridLayer;
4114
+ ay: GridLayer;
4082
4115
  private aa;
4083
- a5: GridLayer;
4116
+ ba: GridLayer;
4084
4117
  private q;
4085
- av: GridLayer;
4118
+ a0: GridLayer;
4086
4119
  private k;
4087
- ap: GridLayer;
4088
- private aj;
4089
- be: GridLayer;
4120
+ au: GridLayer;
4121
+ private ao;
4122
+ bo: GridLayer;
4090
4123
  private t;
4091
- ay: GridLayer;
4124
+ a3: GridLayer;
4092
4125
  private s;
4093
- ax: GridLayer;
4094
- private ai;
4095
- bd: GridLayer;
4126
+ a2: GridLayer;
4127
+ private an;
4128
+ bn: GridLayer;
4096
4129
  private y;
4097
- a3: GridLayer;
4130
+ a8: GridLayer;
4098
4131
  private x;
4099
- a2: GridLayer;
4132
+ a7: GridLayer;
4100
4133
  private m;
4101
- ar: GridLayer;
4102
- private am;
4103
- bh: GridLayer;
4134
+ aw: GridLayer;
4135
+ private ar;
4136
+ br: GridLayer;
4104
4137
  private w;
4105
- a1: GridLayer;
4138
+ a6: GridLayer;
4106
4139
  private v;
4107
- a0: GridLayer;
4108
- private al;
4109
- bg: GridLayer;
4140
+ a5: GridLayer;
4141
+ private aq;
4142
+ bq: GridLayer;
4110
4143
  private n;
4111
- as: GridLayer;
4144
+ ax: GridLayer;
4112
4145
  private z;
4113
- a4: GridLayer;
4146
+ a9: GridLayer;
4114
4147
  private p;
4115
- au: GridLayer;
4148
+ az: GridLayer;
4149
+ private ah;
4150
+ bh: GridLayer;
4116
4151
  private ab;
4117
- a6: GridLayer;
4152
+ bb: GridLayer;
4118
4153
  private ac;
4119
- a7: GridLayer;
4154
+ bc: GridLayer;
4120
4155
  private ad;
4121
- a8: GridLayer;
4156
+ bd: GridLayer;
4157
+ private ai;
4158
+ bi: GridLayer;
4122
4159
  private ae;
4123
- a9: GridLayer;
4160
+ be: GridLayer;
4124
4161
  private af;
4125
- ba: GridLayer;
4126
- private ag;
4127
- bb: GridLayer;
4128
- private an;
4129
- bi: GridLayer;
4130
- private bj;
4131
- bk: IColumnGroupingVisualModelExport;
4162
+ bf: GridLayer;
4163
+ private aj;
4164
+ bj: GridLayer;
4165
+ private al;
4166
+ bl: GridLayer;
4167
+ private ak;
4168
+ bk: GridLayer;
4169
+ private as;
4170
+ bs: GridLayer;
4171
+ private bt;
4172
+ bu: IColumnGroupingVisualModelExport;
4132
4173
  b: PagerVisualModelExport;
4133
- bl: IToolbarVisualModelExport;
4174
+ bv: IToolbarVisualModelExport;
4134
4175
  private d;
4135
4176
  f(a: number, b: number): CellModel;
4136
- private bo;
4137
- bp: FastIterationDictionary$2<CellPath, List$1<CellModel>>;
4138
- b4: List$1<SectionInfo>;
4139
- bz: List$1<ColumnInfo>;
4140
- b3: List$1<ColumnInfo>;
4141
- bt: boolean;
4142
- bv: boolean;
4143
- bs: boolean;
4144
4177
  private by;
4145
- b5: List$1<GridColumnSpacerCollection>;
4146
- bw: Dictionary$2<number, number>;
4147
- bn: RowPath;
4148
- bm: RowPath;
4149
- bu(): boolean;
4150
- private c8;
4178
+ bz: FastIterationDictionary$2<CellPath, List$1<CellModel>>;
4179
+ ce: List$1<SectionInfo>;
4180
+ b9: List$1<ColumnInfo>;
4181
+ cd: List$1<ColumnInfo>;
4182
+ b3: boolean;
4183
+ b5: boolean;
4184
+ b2: boolean;
4185
+ private b8;
4186
+ cf: List$1<GridColumnSpacerCollection>;
4187
+ b6: Dictionary$2<number, number>;
4188
+ bx: RowPath;
4189
+ bw: RowPath;
4190
+ b4(): boolean;
4191
+ private di;
4151
4192
  private g;
4152
4193
  h(a: number): ColumnInfo;
4153
- c9(a: ColumnInfo): void;
4194
+ dj(a: ColumnInfo): void;
4154
4195
  constructor();
4155
- private dd;
4156
- private bx;
4157
- readonly b2: List$1<GridLayer>;
4158
- bq(): boolean;
4159
- dc(): void;
4160
- db(): void;
4196
+ private dn;
4197
+ private b7;
4198
+ readonly cc: List$1<GridLayer>;
4199
+ b0(): boolean;
4200
+ dm(): void;
4201
+ dl(): void;
4161
4202
  c(): VisualModelExport;
4162
4203
  private a;
4163
- b6: List$1<number>;
4164
- cy: number;
4165
- c1: number;
4166
- cz: number;
4167
- c2: number;
4168
- br: boolean;
4169
- c6: number;
4170
- c7: number;
4171
- c5: number;
4204
+ cg: List$1<number>;
4205
+ c8: number;
4206
+ db: number;
4207
+ c9: number;
4208
+ dc: number;
4209
+ b1: boolean;
4210
+ dg: number;
4211
+ dh: number;
4212
+ df: number;
4172
4213
  i(a: number, b: ColumnInfo, c: number, d: boolean, e: boolean): GridColumnSpacer;
4173
- da(a: GridColumnSpacer): void;
4174
- b1(a: ColumnInfo): List$1<GridColumnSpacer>;
4175
- b0(a: ColumnInfo): List$1<CellModel>;
4214
+ dk(a: GridColumnSpacer): void;
4215
+ cb(a: ColumnInfo): List$1<GridColumnSpacer>;
4216
+ ca(a: ColumnInfo): List$1<CellModel>;
4176
4217
  e(a: number, b: number, c?: CellType): CellModel;
4177
- cv(): number;
4218
+ c5(): number;
4178
4219
  }