igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -10,12 +10,14 @@ import { IgxSummaryRowSectionModule } from './igx-summary-row-section-module';
10
10
  import { IgxSummaryRowSectionComponent } from './igx-summary-row-section-component';
11
11
  import { SummaryRowSection } from './SummaryRowSection';
12
12
  import { TypeRegistrar } from "igniteui-angular-core";
13
+ import { IgxSummaryCellInfo } from './igx-summary-cell-info';
13
14
  import * as i0 from "@angular/core";
14
15
  export let IgxSummaryRowSectionDynamicModule = /*@__PURE__*/ (() => {
15
16
  class IgxSummaryRowSectionDynamicModule {
16
17
  constructor() {
17
18
  TypeRegistrar.registerCons("IgxSummaryRowSectionComponent", IgxSummaryRowSectionComponent);
18
19
  TypeRegistrar.register("SummaryRowSection", SummaryRowSection.$type);
20
+ TypeRegistrar.registerCons("IgxSummaryCellInfo", IgxSummaryCellInfo);
19
21
  }
20
22
  }
21
23
  IgxSummaryRowSectionDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowSectionDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
@@ -20,9 +20,9 @@ export class IgxTemplateCellInfo extends IgxCellInfo {
20
20
  * Sets or gets the value to provide to the template.
21
21
  */
22
22
  get value() {
23
- return this.i.ob;
23
+ return this.i.oe;
24
24
  }
25
25
  set value(v) {
26
- this.i.ob = v;
26
+ this.i.oe = v;
27
27
  }
28
28
  }
@@ -21,9 +21,9 @@ export class IgxTemplateHeaderCellInfo extends IgxTemplateCellInfo {
21
21
  * Sets or gets whether the filter UI should be visible in the header.
22
22
  */
23
23
  get isFilterUIVisible() {
24
- return this.i.oe;
24
+ return this.i.oh;
25
25
  }
26
26
  set isFilterUIVisible(v) {
27
- this.i.oe = ensureBool(v);
27
+ this.i.oh = ensureBool(v);
28
28
  }
29
29
  }
@@ -20,9 +20,9 @@ export class IgxTextCellInfo extends IgxCellInfo {
20
20
  * Sets or gets the text value for the cell.
21
21
  */
22
22
  get textValue() {
23
- return this.i.ob;
23
+ return this.i.oe;
24
24
  }
25
25
  set textValue(v) {
26
- this.i.ob = v;
26
+ this.i.oe = v;
27
27
  }
28
28
  }
@@ -40,37 +40,37 @@ export let IgxTextColumnComponent = /*@__PURE__*/ (() => {
40
40
  * Gets or sets the editor type used for editing cells in this column.
41
41
  */
42
42
  get editorType() {
43
- return this.i.se;
43
+ return this.i.s0;
44
44
  }
45
45
  set editorType(v) {
46
- this.i.se = ensureEnum(EditorType_$type, v);
46
+ this.i.s0 = ensureEnum(EditorType_$type, v);
47
47
  }
48
48
  /**
49
49
  * Gets or sets the ComboBox data source.
50
50
  */
51
51
  get editorDataSource() {
52
- return this.i.sf;
52
+ return this.i.s1;
53
53
  }
54
54
  set editorDataSource(v) {
55
- this.i.sf = v;
55
+ this.i.s1 = v;
56
56
  }
57
57
  /**
58
58
  * Gets or sets the ComboBox text field.
59
59
  */
60
60
  get editorTextField() {
61
- return this.i.sh;
61
+ return this.i.s3;
62
62
  }
63
63
  set editorTextField(v) {
64
- this.i.sh = v;
64
+ this.i.s3 = v;
65
65
  }
66
66
  /**
67
67
  * Gets or sets the ComboBox value field.
68
68
  */
69
69
  get editorValueField() {
70
- return this.i.si;
70
+ return this.i.s4;
71
71
  }
72
72
  set editorValueField(v) {
73
- this.i.si = v;
73
+ this.i.s4 = v;
74
74
  }
75
75
  }
76
76
  IgxTextColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTextColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -26,157 +26,184 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
26
26
  * Sets or gets whether the filter UI should be visible in the header.
27
27
  */
28
28
  get isColumnOptionsEnabled() {
29
- return this.i.oq;
29
+ return this.i.ot;
30
30
  }
31
31
  set isColumnOptionsEnabled(v) {
32
- this.i.oq = ensureBool(v);
32
+ this.i.ot = ensureBool(v);
33
33
  }
34
34
  get sortIndicatorStyle() {
35
- return this.i.oi;
35
+ return this.i.ol;
36
36
  }
37
37
  set sortIndicatorStyle(v) {
38
- this.i.oi = ensureEnum(SortIndicatorStyle_$type, v);
38
+ this.i.ol = ensureEnum(SortIndicatorStyle_$type, v);
39
39
  }
40
40
  /**
41
41
  * Gets or sets the alignment of the column options icon within the header cell.
42
42
  */
43
43
  get columnOptionsIconAlignment() {
44
- return this.i.oe;
44
+ return this.i.oh;
45
45
  }
46
46
  set columnOptionsIconAlignment(v) {
47
- this.i.oe = ensureEnum(ColumnOptionsIconAlignment_$type, v);
47
+ this.i.oh = ensureEnum(ColumnOptionsIconAlignment_$type, v);
48
48
  }
49
49
  /**
50
50
  * Gets or sets the color for the column options icon in the header.
51
51
  */
52
52
  get columnOptionsIconColor() {
53
- return brushToString(this.i.qc);
53
+ return brushToString(this.i.qo);
54
54
  }
55
55
  set columnOptionsIconColor(v) {
56
- this.i.qc = stringToBrush(v);
56
+ this.i.qo = stringToBrush(v);
57
57
  }
58
58
  /**
59
59
  * Gets or sets how the column option icon will behave in the header.
60
60
  */
61
61
  get columnOptionsIconBehavior() {
62
- return this.i.og;
62
+ return this.i.oj;
63
63
  }
64
64
  set columnOptionsIconBehavior(v) {
65
- this.i.og = ensureEnum(ColumnOptionsIconBehavior_$type, v);
65
+ this.i.oj = ensureEnum(ColumnOptionsIconBehavior_$type, v);
66
66
  }
67
67
  /**
68
68
  * Gets or sets the column options theme.
69
69
  */
70
70
  get columnOptionsTheme() {
71
- return this.i.ok;
71
+ return this.i.on;
72
72
  }
73
73
  set columnOptionsTheme(v) {
74
- this.i.ok = ensureEnum(BaseControlTheme_$type, v);
74
+ this.i.on = ensureEnum(BaseControlTheme_$type, v);
75
75
  }
76
76
  /**
77
77
  * Gets or sets the column options dropdown background color.
78
78
  */
79
79
  get columnOptionsBackground() {
80
- return brushToString(this.i.p7);
80
+ return brushToString(this.i.qj);
81
81
  }
82
82
  set columnOptionsBackground(v) {
83
- this.i.p7 = stringToBrush(v);
83
+ this.i.qj = stringToBrush(v);
84
+ }
85
+ /**
86
+ * Gets or sets the scrollbar background color for checkbox lists in the column options dialog.
87
+ */
88
+ get columnOptionsScrollbarBackground() {
89
+ return brushToString(this.i.qq);
90
+ }
91
+ set columnOptionsScrollbarBackground(v) {
92
+ this.i.qq = stringToBrush(v);
93
+ }
94
+ /**
95
+ * Gets or sets the scrollbar thumb hover background color for checkbox lists in the column options dialog.
96
+ */
97
+ get columnOptionsScrollbarHoverBackground() {
98
+ return brushToString(this.i.qr);
99
+ }
100
+ set columnOptionsScrollbarHoverBackground(v) {
101
+ this.i.qr = stringToBrush(v);
102
+ }
103
+ /**
104
+ * Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
105
+ */
106
+ get columnOptionsScrollbarActiveBackground() {
107
+ return brushToString(this.i.qp);
108
+ }
109
+ set columnOptionsScrollbarActiveBackground(v) {
110
+ this.i.qp = stringToBrush(v);
84
111
  }
85
112
  /**
86
113
  * Gets or sets the text color for text inside the column options menu.
87
114
  */
88
115
  get columnOptionsTextColor() {
89
- return brushToString(this.i.qe);
116
+ return brushToString(this.i.qt);
90
117
  }
91
118
  set columnOptionsTextColor(v) {
92
- this.i.qe = stringToBrush(v);
119
+ this.i.qt = stringToBrush(v);
93
120
  }
94
121
  /**
95
122
  * Gets or sets the font settings for text inside the column options menu.
96
123
  */
97
124
  get columnOptionsTextStyle() {
98
- if (this.i.oo == null) {
125
+ if (this.i.or == null) {
99
126
  return null;
100
127
  }
101
- return this.i.oo.fontString;
128
+ return this.i.or.fontString;
102
129
  }
103
130
  set columnOptionsTextStyle(v) {
104
131
  let fi = new FontInfo();
105
132
  fi.fontString = v;
106
- this.i.oo = fi;
133
+ this.i.or = fi;
107
134
  }
108
135
  get columnOptionsHoverBackgroundColor() {
109
- return brushToString(this.i.qb);
136
+ return brushToString(this.i.qn);
110
137
  }
111
138
  set columnOptionsHoverBackgroundColor(v) {
112
- this.i.qb = stringToBrush(v);
139
+ this.i.qn = stringToBrush(v);
113
140
  }
114
141
  get columnOptionsToolTipBackgroundColor() {
115
- return brushToString(this.i.qf);
142
+ return brushToString(this.i.qu);
116
143
  }
117
144
  set columnOptionsToolTipBackgroundColor(v) {
118
- this.i.qf = stringToBrush(v);
145
+ this.i.qu = stringToBrush(v);
119
146
  }
120
147
  get columnOptionsToolTipTextColor() {
121
- return brushToString(this.i.qg);
148
+ return brushToString(this.i.qv);
122
149
  }
123
150
  set columnOptionsToolTipTextColor(v) {
124
- this.i.qg = stringToBrush(v);
151
+ this.i.qv = stringToBrush(v);
125
152
  }
126
153
  get columnOptionsHighlightColor() {
127
- return brushToString(this.i.qa);
154
+ return brushToString(this.i.qm);
128
155
  }
129
156
  set columnOptionsHighlightColor(v) {
130
- this.i.qa = stringToBrush(v);
157
+ this.i.qm = stringToBrush(v);
131
158
  }
132
159
  /**
133
160
  * Gets or sets the color of separators inside the column options menu.
134
161
  */
135
162
  get columnOptionsSeparatorColor() {
136
- return brushToString(this.i.qd);
163
+ return brushToString(this.i.qs);
137
164
  }
138
165
  set columnOptionsSeparatorColor(v) {
139
- this.i.qd = stringToBrush(v);
166
+ this.i.qs = stringToBrush(v);
140
167
  }
141
168
  /**
142
169
  * Gets or sets the background color for group headers inside the column options menu.
143
170
  */
144
171
  get columnOptionsGroupHeaderBackground() {
145
- return brushToString(this.i.p8);
172
+ return brushToString(this.i.qk);
146
173
  }
147
174
  set columnOptionsGroupHeaderBackground(v) {
148
- this.i.p8 = stringToBrush(v);
175
+ this.i.qk = stringToBrush(v);
149
176
  }
150
177
  /**
151
178
  * Gets or sets the text color for group headers inside the column options menu.
152
179
  */
153
180
  get columnOptionsGroupHeaderTextColor() {
154
- return brushToString(this.i.p9);
181
+ return brushToString(this.i.ql);
155
182
  }
156
183
  set columnOptionsGroupHeaderTextColor(v) {
157
- this.i.p9 = stringToBrush(v);
184
+ this.i.ql = stringToBrush(v);
158
185
  }
159
186
  get columnOptionsGroupHeaderTextStyle() {
160
- if (this.i.on == null) {
187
+ if (this.i.oq == null) {
161
188
  return null;
162
189
  }
163
- return this.i.on.fontString;
190
+ return this.i.oq.fontString;
164
191
  }
165
192
  set columnOptionsGroupHeaderTextStyle(v) {
166
193
  let fi = new FontInfo();
167
194
  fi.fontString = v;
168
- this.i.on = fi;
195
+ this.i.oq = fi;
169
196
  }
170
197
  get columnOptionsAccentColor() {
171
- return brushToString(this.i.p6);
198
+ return brushToString(this.i.qi);
172
199
  }
173
200
  set columnOptionsAccentColor(v) {
174
- this.i.p6 = stringToBrush(v);
201
+ this.i.qi = stringToBrush(v);
175
202
  }
176
203
  get columnOptionsRowHeight() {
177
- return this.i.o2;
204
+ return this.i.o5;
178
205
  }
179
206
  set columnOptionsRowHeight(v) {
180
- this.i.o2 = +v;
207
+ this.i.o5 = +v;
181
208
  }
182
209
  }
@@ -37,22 +37,22 @@ var AccessibilityRow = /** @class */ /*@__PURE__*/ (function (_super) {
37
37
  configurable: true
38
38
  });
39
39
  AccessibilityRow.prototype.j = function (a, b) {
40
- if (!this.b.d(a.l.a5)) {
41
- this.b.s(a.l.a5, a);
40
+ if (!this.b.d(a.l.a6)) {
41
+ this.b.s(a.l.a6, a);
42
42
  }
43
- else if (this.b.item(a.l.a5) != a) {
44
- this.b.item(a.l.a5, a);
43
+ else if (this.b.item(a.l.a6) != a) {
44
+ this.b.item(a.l.a6, a);
45
45
  }
46
46
  b.setAttribute("id", this.g(a));
47
47
  b.setAttribute("role", this.f);
48
- if (a.l.a0) {
48
+ if (a.l.a1) {
49
49
  b.setAttribute("aria-colindex", "1");
50
50
  b.setAttribute("aria-colspan", this.d.toString());
51
51
  }
52
52
  else {
53
- b.setAttribute("aria-colindex", (a.l.a5 + 1).toString());
53
+ b.setAttribute("aria-colindex", (a.l.a6 + 1).toString());
54
54
  }
55
- if (a.cz == 1) {
55
+ if (a.c2 == 1) {
56
56
  b.setAttribute("aria-selected", "true");
57
57
  }
58
58
  else {
@@ -98,11 +98,11 @@ var AccessibilityRow = /** @class */ /*@__PURE__*/ (function (_super) {
98
98
  this.b.u();
99
99
  };
100
100
  AccessibilityRow.prototype.g = function (a) {
101
- if (a.l.aj || (a.l.an && !a.l.h)) {
102
- if (a.l.a0) {
101
+ if (a.l.aj || (a.l.ao && !a.l.h)) {
102
+ if (a.l.a1) {
103
103
  return "cellid" + this.i + "r" + this.c + "span";
104
104
  }
105
- return "cellid" + this.i + "r" + this.c + "c" + a.l.a5;
105
+ return "cellid" + this.i + "r" + this.c + "c" + a.l.a6;
106
106
  }
107
107
  return null;
108
108
  };
@@ -25,28 +25,28 @@ var CanvasCellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
25
25
  };
26
26
  CanvasCellPresenterBase.prototype.b = function (a) {
27
27
  this.a.cf(a.c);
28
- if (a.bc(CellModel.e0) || a.bc(CellModel.e4) || a.bc(CellModel.e2) || a.bc(CellModel.ey)) {
29
- this.a.cn(a.ez, a.e3, a.e1, a.ex);
28
+ if (a.bc(CellModel.e3) || a.bc(CellModel.e7) || a.bc(CellModel.e5) || a.bc(CellModel.e1)) {
29
+ this.a.cn(a.e2, a.e6, a.e4, a.e0);
30
30
  }
31
31
  if (a.a5) {
32
- this.a.ch(a.nk, a.en, a.es, a.eq, a.el);
32
+ this.a.ch(a.nn, a.eq, a.ev, a.et, a.eo);
33
33
  }
34
- if (a.bs) {
35
- this.a.ck(a.ga);
36
- this.a.cu(a.h8);
34
+ if (a.bv) {
35
+ this.a.ck(a.gd);
36
+ this.a.cu(a.ib);
37
37
  }
38
38
  if (a.a7) {
39
- if (a.bm && !this.a.z) {
39
+ if (a.bn && !this.a.z) {
40
40
  this.a.b5();
41
41
  }
42
- if (a.bc(CellModel.ek)) {
43
- this.a.cg(a.nj.color);
42
+ if (a.bc(CellModel.en)) {
43
+ this.a.cg(a.nm.color);
44
44
  }
45
- if (a.bc(CellModel.ew)) {
46
- this.a.cm(a.cq);
45
+ if (a.bc(CellModel.ez)) {
46
+ this.a.cm(a.ct);
47
47
  }
48
48
  }
49
- if (a.bs && a.bm) {
49
+ if (a.bv && a.bn) {
50
50
  this.a.cx(a);
51
51
  }
52
52
  };
@@ -25,28 +25,28 @@ var CanvasContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super
25
25
  };
26
26
  CanvasContentCellModelHelper.a = function (a, b, c) {
27
27
  if (b.a7) {
28
- if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.h7) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
29
- var d = Math.min(1, Math.max(0, b.c7));
30
- var e = b.cp * (1 - d);
28
+ if (b.bc(CellModel.fs) || b.bc(CellModel.ex) || b.bc(CellModel.ia) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
29
+ var d = Math.min(1, Math.max(0, b.da));
30
+ var e = b.cs * (1 - d);
31
31
  c.ci(e);
32
- if (b.bm) {
33
- c.cy(b.cp * d);
32
+ if (b.bn) {
33
+ c.cy(b.cs * d);
34
34
  }
35
35
  }
36
- if (b.bc(CellModel.e5)) {
37
- CanvasContentCellModelHelper.c(c, b.nl);
38
- if (b.bm) {
39
- c.cw(b.nl);
36
+ if (b.bc(CellModel.e8)) {
37
+ CanvasContentCellModelHelper.c(c, b.no);
38
+ if (b.bn) {
39
+ c.cw(b.no);
40
40
  }
41
41
  }
42
- if (b.bc(CellModel.gw)) {
42
+ if (b.bc(CellModel.gz)) {
43
43
  }
44
- if (b.bc(CellModel.gc) || b.bc(CellModel.h6)) {
44
+ if (b.bc(CellModel.gf) || b.bc(CellModel.h9)) {
45
45
  var f = b.g;
46
46
  var g = b.i;
47
47
  c.cl(f);
48
48
  c.ct(g);
49
- if (b.bm) {
49
+ if (b.bn) {
50
50
  c.cv(f, g);
51
51
  }
52
52
  }
@@ -29,22 +29,22 @@ var CanvasDateTimeCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(DateTimeCellModel.ol) || a.bc(DateTimeCellModel.om) || a.bc(DateTimeCellModel.ok) || a.bc(DateTimeCellModel.gz) || a.bc(DateTimeCellModel.h5)) {
32
+ if (a.bc(DateTimeCellModel.oo) || a.bc(DateTimeCellModel.op) || a.bc(DateTimeCellModel.on) || a.bc(DateTimeCellModel.g2) || a.bc(DateTimeCellModel.h8)) {
33
33
  this.e(b);
34
- this.d.cr(b.k1);
34
+ this.d.cr(b.k4);
35
35
  }
36
36
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
37
37
  }
38
38
  };
39
39
  CanvasDateTimeCellPresenter.prototype.e = function (a) {
40
- if (a.ly != null) {
41
- a.k1 = a.ly;
40
+ if (a.l1 != null) {
41
+ a.k4 = a.l1;
42
42
  return;
43
43
  }
44
- a.k1 = a.ox(a.oj);
45
- if (a.k1 == stringEmpty()) {
46
- if (!(typeCast(Date_$type, a.ii) !== null)) {
47
- a.k1 = a.ii.toString();
44
+ a.k4 = a.o0(a.om);
45
+ if (a.k4 == stringEmpty()) {
46
+ if (!(typeCast(Date_$type, a.il) !== null)) {
47
+ a.k4 = a.il.toString();
48
48
  }
49
49
  }
50
50
  };
@@ -631,8 +631,8 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
631
631
  if (this.a1 != b) {
632
632
  this.a1 = b;
633
633
  }
634
- var c = a.h8 * 0.2;
635
- var d = a.ga * 0.6;
634
+ var c = a.ib * 0.2;
635
+ var d = a.gd * 0.6;
636
636
  if (this.a2 >= c && this.a2 <= d) {
637
637
  return;
638
638
  }
@@ -29,23 +29,23 @@ var CanvasImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
33
- var c = Math.min(1, Math.max(0, a.c7));
34
- var d = a.cs * (1 - c);
32
+ if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
33
+ var c = Math.min(1, Math.max(0, a.da));
34
+ var d = a.cv * (1 - c);
35
35
  this.d.dd = d;
36
36
  }
37
- if (b.bc(ImageCellModel.od) || b.bc(ImageCellModel.oe)) {
38
- this.e(b.oh, b.oa);
37
+ if (b.bc(ImageCellModel.og) || b.bc(ImageCellModel.oh)) {
38
+ this.e(b.ok, b.od);
39
39
  }
40
- if (b.bc(ImageCellModel.of) || b.bc(ImageCellModel.gc) || b.bc(ImageCellModel.h6)) {
41
- this.f(b.oc, b.g, b.i);
40
+ if (b.bc(ImageCellModel.oi) || b.bc(ImageCellModel.gf) || b.bc(ImageCellModel.h9)) {
41
+ this.f(b.of, b.g, b.i);
42
42
  }
43
- if (b.bc(ImageCellModel.hn)) {
43
+ if (b.bc(ImageCellModel.hq)) {
44
44
  if (a.u == 1) {
45
45
  this.d.dg();
46
46
  }
47
47
  else if (a.u == 2) {
48
- this.e(b.oh, b.oa);
48
+ this.e(b.ok, b.od);
49
49
  }
50
50
  }
51
51
  }
@@ -29,20 +29,20 @@ var CanvasNumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(NumericCellModel.o1) || a.bc(NumericCellModel.oo) || a.bc(NumericCellModel.h5) || b.og()) {
33
- b.k1 = this.e(b);
34
- this.d.cr(b.k1);
32
+ if (a.bc(NumericCellModel.o4) || a.bc(NumericCellModel.or) || a.bc(NumericCellModel.h8) || b.oj()) {
33
+ b.k4 = this.e(b);
34
+ this.d.cr(b.k4);
35
35
  }
36
36
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
37
37
  }
38
38
  };
39
39
  CanvasNumericCellPresenter.prototype.e = function (a) {
40
- if (a.ly != null) {
41
- return a.ly;
40
+ if (a.l1 != null) {
41
+ return a.l1;
42
42
  }
43
- if (a.o7 != null) {
44
- var val_ = a.ok;
45
- var override_ = a.o7;
43
+ if (a.pa != null) {
44
+ var val_ = a.on;
45
+ var override_ = a.pa;
46
46
  return (override_.format(val_));
47
47
  }
48
48
  return NumericCellFormatter.c(a);
@@ -28,24 +28,24 @@ var CanvasSectionHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_s
28
28
  _super.prototype.b.call(this, a);
29
29
  var b = a;
30
30
  if (a.a7) {
31
- if (a.bc(SectionHeaderCellModel.of) || a.bc(SectionHeaderCellModel.oh)) {
32
- if (b.ob == null || (b.ob.length == 0 && b.op == null)) {
33
- if (b.ii == null) {
34
- b.k1 = "";
31
+ if (a.bc(SectionHeaderCellModel.oi) || a.bc(SectionHeaderCellModel.ok)) {
32
+ if (b.oe == null || (b.oe.length == 0 && b.os == null)) {
33
+ if (b.il == null) {
34
+ b.k4 = "";
35
35
  }
36
36
  else {
37
- b.k1 = b.ii.toString();
37
+ b.k4 = b.il.toString();
38
38
  }
39
39
  }
40
40
  else {
41
- if (b.on != null && b.oe == 0) {
42
- b.k1 = b.op + "    " + b.on;
41
+ if (b.oq != null && b.oh == 0) {
42
+ b.k4 = b.os + "    " + b.oq;
43
43
  }
44
44
  else {
45
- b.k1 = b.op;
45
+ b.k4 = b.os;
46
46
  }
47
47
  }
48
- this.d.cr(b.k1);
48
+ this.d.cr(b.k4);
49
49
  }
50
50
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
51
51
  }
@@ -29,15 +29,15 @@ var CanvasSummaryCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
29
29
  if (a.a7) {
30
30
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
31
31
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
32
- this.d.dj(b.oh);
33
- this.d.cr(b.oj);
32
+ this.d.dj(b.ok);
33
+ this.d.cr(b.om);
34
34
  }
35
35
  if (a.bb("SummaryLabelTextColor")) {
36
- var c = CanvasContentCellModelHelper.e(b.oo);
36
+ var c = CanvasContentCellModelHelper.e(b.or);
37
37
  this.d.dk(c);
38
38
  }
39
39
  if (a.bb("FontInfo") || a.bb("SummaryLabelFontInfo")) {
40
- this.d.dl(b.oa);
40
+ this.d.dl(b.od);
41
41
  }
42
42
  }
43
43
  };
@@ -29,14 +29,14 @@ var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
29
29
  CanvasTemplateCellPresenter.prototype.b = function (a) {
30
30
  _super.prototype.b.call(this, a);
31
31
  var b = a;
32
- var c = this.e.actualColumns._inner[a.l.a5];
33
- if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
34
- var d = Math.min(1, Math.max(0, a.c7));
35
- var e = a.cs * (1 - d);
32
+ var c = this.e.actualColumns._inner[a.l.a6];
33
+ if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
34
+ var d = Math.min(1, Math.max(0, a.da));
35
+ var e = a.cv * (1 - d);
36
36
  this.d.db.opacity = e;
37
37
  }
38
38
  this.d.dc();
39
- c.sf(a, this.d);
39
+ c.s1(a, this.d);
40
40
  };
41
41
  CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
42
42
  return CanvasTemplateCellPresenter;