igniteui-webcomponents-data-grids 7.1.0-alpha.2 → 7.1.0-alpha.3

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 (173) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +5951 -5689
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +1 -1
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  14. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  15. package/esm2015/lib/CellPresenterBase.js +20 -20
  16. package/esm2015/lib/CheckboxListView_combined.js +22 -22
  17. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  18. package/esm2015/lib/ColumnFilterCondition_combined.js +4875 -4738
  19. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  20. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  21. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  22. package/esm2015/lib/ContentCellModelHelper.js +4 -4
  23. package/esm2015/lib/DataGridCellLayoutPanel.js +9 -9
  24. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  25. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  26. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  27. package/esm2015/lib/EditorCellPresenter.js +19 -19
  28. package/esm2015/lib/FilterCellPresenter.js +11 -11
  29. package/esm2015/lib/GridCellBase.js +1 -1
  30. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  31. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  32. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  33. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  34. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  35. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  37. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  38. package/esm2015/lib/GridExternalWrapper.js +6 -6
  39. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  40. package/esm2015/lib/GridStyleRepository.js +118 -113
  41. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  42. package/esm2015/lib/ImageCellPresenter.js +7 -7
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  44. package/esm2015/lib/NumericCellPresenter.js +8 -8
  45. package/esm2015/lib/PropertyEditorView_combined.js +17 -17
  46. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  47. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  48. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  49. package/esm2015/lib/TemplateHeader.js +4 -4
  50. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  51. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  53. package/esm2015/lib/TextCellPresenter.js +9 -9
  54. package/esm2015/lib/TextHeaderCellPresenter.js +38 -38
  55. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  56. package/esm2015/lib/igc-cell-info.js +76 -67
  57. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  58. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  59. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  60. package/esm2015/lib/igc-data-grid-column-component.js +281 -261
  61. package/esm2015/lib/igc-data-grid-component.js +10 -0
  62. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  63. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  64. package/esm2015/lib/igc-definition-base-component.js +12 -12
  65. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  66. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  67. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  68. package/esm2015/lib/igc-header-component.js +24 -24
  69. package/esm2015/lib/igc-image-cell-info.js +6 -6
  70. package/esm2015/lib/igc-image-column-component.js +12 -12
  71. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  72. package/esm2015/lib/igc-numeric-column-component.js +46 -35
  73. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  74. package/esm2015/lib/igc-section-header-component.js +38 -24
  75. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  76. package/esm2015/lib/igc-summary-row-component.js +24 -24
  77. package/esm2015/lib/igc-template-cell-info.js +2 -2
  78. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  79. package/esm2015/lib/igc-text-cell-info.js +2 -2
  80. package/esm2015/lib/igc-text-column-component.js +9 -9
  81. package/esm2015/lib/igc-text-header-cell-info.js +38 -38
  82. package/esm5/lib/CanvasCellPresenterBase.js +3 -3
  83. package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
  84. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  85. package/esm5/lib/CanvasGridCellBase.js +1 -1
  86. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  87. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  88. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  89. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  90. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  91. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  93. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  94. package/esm5/lib/CellPresenterBase.js +20 -20
  95. package/esm5/lib/CheckboxListView_combined.js +22 -22
  96. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  97. package/esm5/lib/ColumnFilterCondition_combined.js +4693 -4528
  98. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  99. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  100. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  101. package/esm5/lib/ContentCellModelHelper.js +4 -4
  102. package/esm5/lib/DataGridCellLayoutPanel.js +9 -9
  103. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  104. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  105. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  106. package/esm5/lib/EditorCellPresenter.js +19 -19
  107. package/esm5/lib/FilterCellPresenter.js +11 -11
  108. package/esm5/lib/GridCellBase.js +1 -1
  109. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  110. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  111. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  112. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  113. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  114. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  115. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  116. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  117. package/esm5/lib/GridExternalWrapper.js +6 -6
  118. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  119. package/esm5/lib/GridStyleRepository.js +118 -113
  120. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  121. package/esm5/lib/ImageCellPresenter.js +7 -7
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  123. package/esm5/lib/NumericCellPresenter.js +8 -8
  124. package/esm5/lib/PropertyEditorView_combined.js +17 -17
  125. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  126. package/esm5/lib/SummaryCellPresenter.js +6 -6
  127. package/esm5/lib/TemplateCellPresenter.js +2 -2
  128. package/esm5/lib/TemplateHeader.js +4 -4
  129. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  130. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  131. package/esm5/lib/TemplateSectionHeader.js +1 -1
  132. package/esm5/lib/TextCellPresenter.js +9 -9
  133. package/esm5/lib/TextHeaderCellPresenter.js +38 -38
  134. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  135. package/esm5/lib/igc-cell-info.js +80 -67
  136. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  137. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  138. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  139. package/esm5/lib/igc-data-grid-column-component.js +289 -261
  140. package/esm5/lib/igc-data-grid-component.js +14 -0
  141. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  142. package/esm5/lib/igc-date-time-column-component.js +23 -23
  143. package/esm5/lib/igc-definition-base-component.js +12 -12
  144. package/esm5/lib/igc-editor-cell-info.js +23 -23
  145. package/esm5/lib/igc-filter-cell-info.js +26 -26
  146. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  147. package/esm5/lib/igc-header-component.js +24 -24
  148. package/esm5/lib/igc-image-cell-info.js +6 -6
  149. package/esm5/lib/igc-image-column-component.js +12 -12
  150. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  151. package/esm5/lib/igc-numeric-column-component.js +50 -35
  152. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  153. package/esm5/lib/igc-section-header-component.js +46 -24
  154. package/esm5/lib/igc-summary-cell-info.js +9 -9
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-template-cell-info.js +2 -2
  157. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  158. package/esm5/lib/igc-text-cell-info.js +2 -2
  159. package/esm5/lib/igc-text-column-component.js +9 -9
  160. package/esm5/lib/igc-text-header-cell-info.js +38 -38
  161. package/fesm2015/igniteui-webcomponents-data-grids.js +6090 -5884
  162. package/fesm5/igniteui-webcomponents-data-grids.js +5951 -5689
  163. package/lib/ColumnFilterCondition_combined.d.ts +1223 -1198
  164. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  165. package/lib/TemplateHeader.d.ts +1 -1
  166. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  167. package/lib/TemplateSectionHeader.d.ts +1 -1
  168. package/lib/igc-cell-info.d.ts +5 -0
  169. package/lib/igc-data-grid-column-component.d.ts +10 -0
  170. package/lib/igc-data-grid-component.d.ts +5 -0
  171. package/lib/igc-numeric-column-component.d.ts +6 -0
  172. package/lib/igc-section-header-component.d.ts +4 -0
  173. package/package.json +4 -4
@@ -22,38 +22,38 @@ export class IgcSummaryCellInfo extends IgcCellInfo {
22
22
  * Sets or gets the resolved summary label for the summary cell.
23
23
  */
24
24
  get resolvedSummaryLabel() {
25
- return this.i.n9;
25
+ return this.i.od;
26
26
  }
27
27
  set resolvedSummaryLabel(v) {
28
- this.i.n9 = v;
28
+ this.i.od = v;
29
29
  }
30
30
  /**
31
31
  * Sets or gets the resolved summary value for the sumamry cell.
32
32
  */
33
33
  get resolvedSummaryValue() {
34
- return this.i.ob;
34
+ return this.i.of;
35
35
  }
36
36
  set resolvedSummaryValue(v) {
37
- this.i.ob = v;
37
+ this.i.of = v;
38
38
  }
39
39
  /**
40
40
  * Gets or sets the color of the text for the summary label in the cell.
41
41
  */
42
42
  get summaryLabelTextColor() {
43
- return brushToString(this.i.og);
43
+ return brushToString(this.i.ok);
44
44
  }
45
45
  set summaryLabelTextColor(v) {
46
- this.i.og = stringToBrush(v);
46
+ this.i.ok = stringToBrush(v);
47
47
  }
48
48
  get font() {
49
- if (this.i.n2 == null) {
49
+ if (this.i.n6 == null) {
50
50
  return null;
51
51
  }
52
- return this.i.n2.fontString;
52
+ return this.i.n6.fontString;
53
53
  }
54
54
  set font(v) {
55
55
  let fi = new FontInfo();
56
56
  fi.fontString = v;
57
- this.i.n2 = fi;
57
+ this.i.n6 = fi;
58
58
  }
59
59
  }
@@ -55,41 +55,41 @@ let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
55
55
  * Gets or sets the background color for summary cells when selected.
56
56
  */
57
57
  get selectedBackground() {
58
- return brushToString(this.i.hy);
58
+ return brushToString(this.i.hz);
59
59
  }
60
60
  set selectedBackground(v) {
61
- this.i.hy = stringToBrush(v);
62
- this._a("selectedBackground", brushToString(this.i.hy));
61
+ this.i.hz = stringToBrush(v);
62
+ this._a("selectedBackground", brushToString(this.i.hz));
63
63
  }
64
64
  /**
65
65
  * Gets the actual background color for summary cells when selected.
66
66
  */
67
67
  get actualSelectedBackground() {
68
- return brushToString(this.i.hv);
68
+ return brushToString(this.i.hw);
69
69
  }
70
70
  set actualSelectedBackground(v) {
71
- this.i.hv = stringToBrush(v);
72
- this._a("actualSelectedBackground", brushToString(this.i.hv));
71
+ this.i.hw = stringToBrush(v);
72
+ this._a("actualSelectedBackground", brushToString(this.i.hw));
73
73
  }
74
74
  /**
75
75
  * Gets or sets the text color for the summary labels.
76
76
  */
77
77
  get summaryLabelTextColor() {
78
- return brushToString(this.i.hz);
78
+ return brushToString(this.i.h0);
79
79
  }
80
80
  set summaryLabelTextColor(v) {
81
- this.i.hz = stringToBrush(v);
82
- this._a("summaryLabelTextColor", brushToString(this.i.hz));
81
+ this.i.h0 = stringToBrush(v);
82
+ this._a("summaryLabelTextColor", brushToString(this.i.h0));
83
83
  }
84
84
  /**
85
85
  * Gets the actual text color for the summary labels.
86
86
  */
87
87
  get actualSummaryLabelTextColor() {
88
- return brushToString(this.i.hw);
88
+ return brushToString(this.i.hx);
89
89
  }
90
90
  set actualSummaryLabelTextColor(v) {
91
- this.i.hw = stringToBrush(v);
92
- this._a("actualSummaryLabelTextColor", brushToString(this.i.hw));
91
+ this.i.hx = stringToBrush(v);
92
+ this._a("actualSummaryLabelTextColor", brushToString(this.i.hx));
93
93
  }
94
94
  /**
95
95
  * Gets or sets the text style for the summary labels.
@@ -110,41 +110,41 @@ let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
110
110
  * Gets or sets the amount of left padding to use for the cell content for this column.
111
111
  */
112
112
  get paddingLeft() {
113
- return this.i.hb;
113
+ return this.i.hc;
114
114
  }
115
115
  set paddingLeft(v) {
116
- this.i.hb = +v;
117
- this._a("paddingLeft", this.i.hb);
116
+ this.i.hc = +v;
117
+ this._a("paddingLeft", this.i.hc);
118
118
  }
119
119
  /**
120
120
  * Gets or sets the amount of top padding to use for the cell content for this column.
121
121
  */
122
122
  get paddingTop() {
123
- return this.i.hd;
123
+ return this.i.he;
124
124
  }
125
125
  set paddingTop(v) {
126
- this.i.hd = +v;
127
- this._a("paddingTop", this.i.hd);
126
+ this.i.he = +v;
127
+ this._a("paddingTop", this.i.he);
128
128
  }
129
129
  /**
130
130
  * Gets or sets the amount of right padding to use for the cell content of this column.
131
131
  */
132
132
  get paddingRight() {
133
- return this.i.hc;
133
+ return this.i.hd;
134
134
  }
135
135
  set paddingRight(v) {
136
- this.i.hc = +v;
137
- this._a("paddingRight", this.i.hc);
136
+ this.i.hd = +v;
137
+ this._a("paddingRight", this.i.hd);
138
138
  }
139
139
  /**
140
140
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
141
141
  */
142
142
  get paddingBottom() {
143
- return this.i.ha;
143
+ return this.i.hb;
144
144
  }
145
145
  set paddingBottom(v) {
146
- this.i.ha = +v;
147
- this._a("paddingBottom", this.i.ha);
146
+ this.i.hb = +v;
147
+ this._a("paddingBottom", this.i.hb);
148
148
  }
149
149
  }
150
150
  IgcSummaryRowComponent._observedAttributesIgcSummaryRowComponent = null;
@@ -20,9 +20,9 @@ export class IgcTemplateCellInfo extends IgcCellInfo {
20
20
  * Sets or gets the value to provide to the template.
21
21
  */
22
22
  get value() {
23
- return this.i.n3;
23
+ return this.i.n7;
24
24
  }
25
25
  set value(v) {
26
- this.i.n3 = v;
26
+ this.i.n7 = v;
27
27
  }
28
28
  }
@@ -21,9 +21,9 @@ export class IgcTemplateHeaderCellInfo extends IgcTemplateCellInfo {
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.n6;
24
+ return this.i.oa;
25
25
  }
26
26
  set isFilterUIVisible(v) {
27
- this.i.n6 = ensureBool(v);
27
+ this.i.oa = ensureBool(v);
28
28
  }
29
29
  }
@@ -20,9 +20,9 @@ export class IgcTextCellInfo extends IgcCellInfo {
20
20
  * Sets or gets the text value for the cell.
21
21
  */
22
22
  get textValue() {
23
- return this.i.n3;
23
+ return this.i.n7;
24
24
  }
25
25
  set textValue(v) {
26
- this.i.n3 = v;
26
+ this.i.n7 = v;
27
27
  }
28
28
  }
@@ -66,38 +66,38 @@ let IgcTextColumnComponent = /*@__PURE__*/ (() => {
66
66
  * Gets or sets the editor type used for editing cells in this column.
67
67
  */
68
68
  get editorType() {
69
- return this.i.rw;
69
+ return this.i.r4;
70
70
  }
71
71
  set editorType(v) {
72
- this.i.rw = ensureEnum(EditorType_$type, v);
73
- this._a("editorType", enumToString(EditorType_$type, this.i.rw));
72
+ this.i.r4 = ensureEnum(EditorType_$type, v);
73
+ this._a("editorType", enumToString(EditorType_$type, this.i.r4));
74
74
  }
75
75
  /**
76
76
  * Gets or sets the ComboBox data source.
77
77
  */
78
78
  get editorDataSource() {
79
- return this.i.rx;
79
+ return this.i.r5;
80
80
  }
81
81
  set editorDataSource(v) {
82
- this.i.rx = v;
82
+ this.i.r5 = v;
83
83
  }
84
84
  /**
85
85
  * Gets or sets the ComboBox text field.
86
86
  */
87
87
  get editorTextField() {
88
- return this.i.rz;
88
+ return this.i.r7;
89
89
  }
90
90
  set editorTextField(v) {
91
- this.i.rz = v;
91
+ this.i.r7 = v;
92
92
  }
93
93
  /**
94
94
  * Gets or sets the ComboBox value field.
95
95
  */
96
96
  get editorValueField() {
97
- return this.i.r0;
97
+ return this.i.r8;
98
98
  }
99
99
  set editorValueField(v) {
100
- this.i.r0 = v;
100
+ this.i.r8 = v;
101
101
  }
102
102
  }
103
103
  IgcTextColumnComponent._observedAttributesIgcTextColumnComponent = null;
@@ -26,151 +26,151 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
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.oi;
29
+ return this.i.om;
30
30
  }
31
31
  set isColumnOptionsEnabled(v) {
32
- this.i.oi = ensureBool(v);
32
+ this.i.om = ensureBool(v);
33
33
  }
34
34
  get sortIndicatorStyle() {
35
- return this.i.oa;
35
+ return this.i.oe;
36
36
  }
37
37
  set sortIndicatorStyle(v) {
38
- this.i.oa = ensureEnum(SortIndicatorStyle_$type, v);
38
+ this.i.oe = 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.n6;
44
+ return this.i.oa;
45
45
  }
46
46
  set columnOptionsIconAlignment(v) {
47
- this.i.n6 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
47
+ this.i.oa = 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.p1);
53
+ return brushToString(this.i.p5);
54
54
  }
55
55
  set columnOptionsIconColor(v) {
56
- this.i.p1 = stringToBrush(v);
56
+ this.i.p5 = 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.n8;
62
+ return this.i.oc;
63
63
  }
64
64
  set columnOptionsIconBehavior(v) {
65
- this.i.n8 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
65
+ this.i.oc = 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.oc;
71
+ return this.i.og;
72
72
  }
73
73
  set columnOptionsTheme(v) {
74
- this.i.oc = ensureEnum(BaseControlTheme_$type, v);
74
+ this.i.og = 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.pw);
80
+ return brushToString(this.i.p0);
81
81
  }
82
82
  set columnOptionsBackground(v) {
83
- this.i.pw = stringToBrush(v);
83
+ this.i.p0 = stringToBrush(v);
84
84
  }
85
85
  /**
86
86
  * Gets or sets the text color for text inside the column options menu.
87
87
  */
88
88
  get columnOptionsTextColor() {
89
- return brushToString(this.i.p3);
89
+ return brushToString(this.i.p7);
90
90
  }
91
91
  set columnOptionsTextColor(v) {
92
- this.i.p3 = stringToBrush(v);
92
+ this.i.p7 = stringToBrush(v);
93
93
  }
94
94
  /**
95
95
  * Gets or sets the font settings for text inside the column options menu.
96
96
  */
97
97
  get columnOptionsTextStyle() {
98
- if (this.i.og == null) {
98
+ if (this.i.ok == null) {
99
99
  return null;
100
100
  }
101
- return this.i.og.fontString;
101
+ return this.i.ok.fontString;
102
102
  }
103
103
  set columnOptionsTextStyle(v) {
104
104
  let fi = new FontInfo();
105
105
  fi.fontString = v;
106
- this.i.og = fi;
106
+ this.i.ok = fi;
107
107
  }
108
108
  get columnOptionsHoverBackgroundColor() {
109
- return brushToString(this.i.p0);
109
+ return brushToString(this.i.p4);
110
110
  }
111
111
  set columnOptionsHoverBackgroundColor(v) {
112
- this.i.p0 = stringToBrush(v);
112
+ this.i.p4 = stringToBrush(v);
113
113
  }
114
114
  get columnOptionsToolTipBackgroundColor() {
115
- return brushToString(this.i.p4);
115
+ return brushToString(this.i.p8);
116
116
  }
117
117
  set columnOptionsToolTipBackgroundColor(v) {
118
- this.i.p4 = stringToBrush(v);
118
+ this.i.p8 = stringToBrush(v);
119
119
  }
120
120
  get columnOptionsHighlightColor() {
121
- return brushToString(this.i.pz);
121
+ return brushToString(this.i.p3);
122
122
  }
123
123
  set columnOptionsHighlightColor(v) {
124
- this.i.pz = stringToBrush(v);
124
+ this.i.p3 = stringToBrush(v);
125
125
  }
126
126
  /**
127
127
  * Gets or sets the color of separators inside the column options menu.
128
128
  */
129
129
  get columnOptionsSeparatorColor() {
130
- return brushToString(this.i.p2);
130
+ return brushToString(this.i.p6);
131
131
  }
132
132
  set columnOptionsSeparatorColor(v) {
133
- this.i.p2 = stringToBrush(v);
133
+ this.i.p6 = stringToBrush(v);
134
134
  }
135
135
  /**
136
136
  * Gets or sets the background color for group headers inside the column options menu.
137
137
  */
138
138
  get columnOptionsGroupHeaderBackground() {
139
- return brushToString(this.i.px);
139
+ return brushToString(this.i.p1);
140
140
  }
141
141
  set columnOptionsGroupHeaderBackground(v) {
142
- this.i.px = stringToBrush(v);
142
+ this.i.p1 = stringToBrush(v);
143
143
  }
144
144
  /**
145
145
  * Gets or sets the text color for group headers inside the column options menu.
146
146
  */
147
147
  get columnOptionsGroupHeaderTextColor() {
148
- return brushToString(this.i.py);
148
+ return brushToString(this.i.p2);
149
149
  }
150
150
  set columnOptionsGroupHeaderTextColor(v) {
151
- this.i.py = stringToBrush(v);
151
+ this.i.p2 = stringToBrush(v);
152
152
  }
153
153
  get columnOptionsGroupHeaderTextStyle() {
154
- if (this.i.of == null) {
154
+ if (this.i.oj == null) {
155
155
  return null;
156
156
  }
157
- return this.i.of.fontString;
157
+ return this.i.oj.fontString;
158
158
  }
159
159
  set columnOptionsGroupHeaderTextStyle(v) {
160
160
  let fi = new FontInfo();
161
161
  fi.fontString = v;
162
- this.i.of = fi;
162
+ this.i.oj = fi;
163
163
  }
164
164
  get columnOptionsAccentColor() {
165
- return brushToString(this.i.pv);
165
+ return brushToString(this.i.pz);
166
166
  }
167
167
  set columnOptionsAccentColor(v) {
168
- this.i.pv = stringToBrush(v);
168
+ this.i.pz = stringToBrush(v);
169
169
  }
170
170
  get columnOptionsRowHeight() {
171
- return this.i.ou;
171
+ return this.i.oy;
172
172
  }
173
173
  set columnOptionsRowHeight(v) {
174
- this.i.ou = +v;
174
+ this.i.oy = +v;
175
175
  }
176
176
  }
@@ -29,18 +29,18 @@ export var CanvasCellPresenterBase = /** @class */ /*@__PURE__*/ (function (_sup
29
29
  this.a.cn(a.ez, a.e3, a.e1, a.ex);
30
30
  }
31
31
  if (a.a5) {
32
- this.a.ch(a.ne, a.en, a.es, a.eq, a.el);
32
+ this.a.ch(a.nh, a.en, a.es, a.eq, a.el);
33
33
  }
34
34
  if (a.bs) {
35
35
  this.a.ck(a.f9);
36
- this.a.cu(a.h6);
36
+ this.a.cu(a.h7);
37
37
  }
38
38
  if (a.a7) {
39
39
  if (a.bm && !this.a.z) {
40
40
  this.a.b5();
41
41
  }
42
42
  if (a.bc(CellModel.ek)) {
43
- this.a.cg(a.nd.color);
43
+ this.a.cg(a.ng.color);
44
44
  }
45
45
  if (a.bc(CellModel.ew)) {
46
46
  this.a.cm(a.cq);
@@ -25,7 +25,7 @@ export var CanvasContentCellModelHelper = /** @class */ /*@__PURE__*/ (function
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.h5) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
28
+ if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.h6) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
29
29
  var d = Math.min(1, Math.max(0, b.c7));
30
30
  var e = b.cp * (1 - d);
31
31
  c.ci(e);
@@ -34,14 +34,14 @@ export var CanvasContentCellModelHelper = /** @class */ /*@__PURE__*/ (function
34
34
  }
35
35
  }
36
36
  if (b.bc(CellModel.e5)) {
37
- CanvasContentCellModelHelper.c(c, b.nf);
37
+ CanvasContentCellModelHelper.c(c, b.ni);
38
38
  if (b.bm) {
39
- c.cw(b.nf);
39
+ c.cw(b.ni);
40
40
  }
41
41
  }
42
42
  if (b.bc(CellModel.gv)) {
43
43
  }
44
- if (b.bc(CellModel.gb) || b.bc(CellModel.h4)) {
44
+ if (b.bc(CellModel.gb) || b.bc(CellModel.h5)) {
45
45
  var f = b.g;
46
46
  var g = b.i;
47
47
  c.cl(f);
@@ -29,22 +29,22 @@ export var CanvasDateTimeCellPresenter = /** @class */ /*@__PURE__*/ (function (
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.oe) || a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.gy) || a.bc(DateTimeCellModel.h3)) {
32
+ if (a.bc(DateTimeCellModel.oh) || a.bc(DateTimeCellModel.oi) || a.bc(DateTimeCellModel.og) || a.bc(DateTimeCellModel.gy) || a.bc(DateTimeCellModel.h4)) {
33
33
  this.e(b);
34
- this.d.cr(b.ky);
34
+ this.d.cr(b.kz);
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.lu != null) {
41
- a.ky = a.lu;
40
+ if (a.lw != null) {
41
+ a.kz = a.lw;
42
42
  return;
43
43
  }
44
- a.ky = a.op(a.ob);
45
- if (a.ky == stringEmpty()) {
46
- if (!(typeCast(Date_$type, a.ig) !== null)) {
47
- a.ky = a.ig.toString();
44
+ a.kz = a.ot(a.of);
45
+ if (a.kz == stringEmpty()) {
46
+ if (!(typeCast(Date_$type, a.ih) !== null)) {
47
+ a.kz = a.ih.toString();
48
48
  }
49
49
  }
50
50
  };
@@ -631,7 +631,7 @@ export var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
631
631
  if (this.a1 != b) {
632
632
  this.a1 = b;
633
633
  }
634
- var c = a.h6 * 0.2;
634
+ var c = a.h7 * 0.2;
635
635
  var d = a.f9 * 0.6;
636
636
  if (this.a2 >= c && this.a2 <= d) {
637
637
  return;
@@ -29,23 +29,23 @@ export var CanvasImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_su
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.h5)) {
32
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h6)) {
33
33
  var c = Math.min(1, Math.max(0, a.c7));
34
34
  var d = a.cs * (1 - c);
35
35
  this.d.dd = d;
36
36
  }
37
- if (b.bc(ImageCellModel.n5) || b.bc(ImageCellModel.n6)) {
38
- this.e(b.n9, b.n2);
37
+ if (b.bc(ImageCellModel.n9) || b.bc(ImageCellModel.oa)) {
38
+ this.e(b.od, b.n6);
39
39
  }
40
- if (b.bc(ImageCellModel.n7) || b.bc(ImageCellModel.gb) || b.bc(ImageCellModel.h4)) {
41
- this.f(b.n4, b.g, b.i);
40
+ if (b.bc(ImageCellModel.ob) || b.bc(ImageCellModel.gb) || b.bc(ImageCellModel.h5)) {
41
+ this.f(b.n8, b.g, b.i);
42
42
  }
43
- if (b.bc(ImageCellModel.hl)) {
43
+ if (b.bc(ImageCellModel.hm)) {
44
44
  if (a.u == 1) {
45
45
  this.d.dg();
46
46
  }
47
47
  else if (a.u == 2) {
48
- this.e(b.n9, b.n2);
48
+ this.e(b.od, b.n6);
49
49
  }
50
50
  }
51
51
  }
@@ -29,20 +29,20 @@ export var CanvasNumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(NumericCellModel.oq) || a.bc(NumericCellModel.oe) || a.bc(NumericCellModel.h3) || b.n7()) {
33
- b.ky = this.e(b);
34
- this.d.cr(b.ky);
32
+ if (a.bc(NumericCellModel.ou) || a.bc(NumericCellModel.oi) || a.bc(NumericCellModel.h4) || b.ob()) {
33
+ b.kz = this.e(b);
34
+ this.d.cr(b.kz);
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.lu != null) {
41
- return a.lu;
40
+ if (a.lw != null) {
41
+ return a.lw;
42
42
  }
43
- if (a.ow != null) {
44
- var val_ = a.oa;
45
- var override_ = a.ow;
43
+ if (a.o0 != null) {
44
+ var val_ = a.oe;
45
+ var override_ = a.o0;
46
46
  return (override_.format(val_));
47
47
  }
48
48
  return NumericCellFormatter.c(a);
@@ -28,24 +28,24 @@ export var CanvasSectionHeaderCellPresenter = /** @class */ /*@__PURE__*/ (funct
28
28
  _super.prototype.b.call(this, a);
29
29
  var b = a;
30
30
  if (a.a7) {
31
- if (a.bc(SectionHeaderCellModel.n7) || a.bc(SectionHeaderCellModel.n9)) {
32
- if (b.n3 == null || (b.n3.length == 0 && b.oh == null)) {
33
- if (b.ig == null) {
34
- b.ky = "";
31
+ if (a.bc(SectionHeaderCellModel.ob) || a.bc(SectionHeaderCellModel.od)) {
32
+ if (b.n7 == null || (b.n7.length == 0 && b.ol == null)) {
33
+ if (b.ih == null) {
34
+ b.kz = "";
35
35
  }
36
36
  else {
37
- b.ky = b.ig.toString();
37
+ b.kz = b.ih.toString();
38
38
  }
39
39
  }
40
40
  else {
41
- if (b.of != null && b.n6 == 0) {
42
- b.ky = b.oh + "    " + b.of;
41
+ if (b.oj != null && b.oa == 0) {
42
+ b.kz = b.ol + "    " + b.oj;
43
43
  }
44
44
  else {
45
- b.ky = b.oh;
45
+ b.kz = b.ol;
46
46
  }
47
47
  }
48
- this.d.cr(b.ky);
48
+ this.d.cr(b.kz);
49
49
  }
50
50
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
51
51
  }
@@ -28,11 +28,11 @@ export var CanvasSummaryCellPresenter = /** @class */ /*@__PURE__*/ (function (_
28
28
  var b = a;
29
29
  if (a.a7) {
30
30
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
31
- this.d.dj(b.n9);
32
- this.d.cr(b.ob);
31
+ this.d.dj(b.od);
32
+ this.d.cr(b.of);
33
33
  }
34
34
  if (a.bb("SummaryLabelTextColor")) {
35
- var c = CanvasContentCellModelHelper.e(b.og);
35
+ var c = CanvasContentCellModelHelper.e(b.ok);
36
36
  this.d.dk(c);
37
37
  }
38
38
  if (a.bb("FontInfo")) {
@@ -30,13 +30,13 @@ export var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (
30
30
  _super.prototype.b.call(this, a);
31
31
  var b = a;
32
32
  var c = this.e.actualColumns._inner[a.l.a5];
33
- if (a.bc(CellModel.fp) || a.bc(CellModel.h5)) {
33
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h6)) {
34
34
  var d = Math.min(1, Math.max(0, a.c7));
35
35
  var e = a.cs * (1 - d);
36
36
  this.d.db.opacity = e;
37
37
  }
38
38
  this.d.dc();
39
- c.rx(a, this.d);
39
+ c.r5(a, this.d);
40
40
  };
41
41
  CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
42
42
  return CanvasTemplateCellPresenter;