igniteui-angular-data-grids 21.1.0-beta.1 → 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
@@ -26,16 +26,16 @@ export let CellPath = /*@__PURE__*/ (() => {
26
26
  let j = g[1];
27
27
  let k = g[2];
28
28
  super(j, k);
29
- this.a3 = 0;
30
29
  this.a4 = 0;
30
+ this.a5 = 0;
31
31
  this.ae = 1;
32
- this.a2 = -1;
33
- this.ax = false;
32
+ this.a3 = -1;
33
+ this.an = false;
34
34
  this.ah = false;
35
35
  this.ag = false;
36
- this.au = false;
36
+ this.av = false;
37
37
  this.ai = false;
38
- this.a3 = i;
38
+ this.a4 = i;
39
39
  this.ad();
40
40
  }
41
41
  this.b = c;
@@ -48,16 +48,16 @@ export let CellPath = /*@__PURE__*/ (() => {
48
48
  let d = _rest[1];
49
49
  let e = _rest[2];
50
50
  super(d, e);
51
- this.a3 = 0;
52
51
  this.a4 = 0;
52
+ this.a5 = 0;
53
53
  this.ae = 1;
54
- this.a2 = -1;
55
- this.ax = false;
54
+ this.a3 = -1;
55
+ this.an = false;
56
56
  this.ah = false;
57
57
  this.ag = false;
58
- this.au = false;
58
+ this.av = false;
59
59
  this.ai = false;
60
- this.a3 = c;
60
+ this.a4 = c;
61
61
  this.ad();
62
62
  }
63
63
  break;
@@ -66,16 +66,16 @@ export let CellPath = /*@__PURE__*/ (() => {
66
66
  let c = _rest[0];
67
67
  let d = _rest[1];
68
68
  super(0, d);
69
- this.a3 = 0;
70
69
  this.a4 = 0;
70
+ this.a5 = 0;
71
71
  this.ae = 1;
72
- this.a2 = -1;
73
- this.ax = false;
72
+ this.a3 = -1;
73
+ this.an = false;
74
74
  this.ah = false;
75
75
  this.ag = false;
76
- this.au = false;
76
+ this.av = false;
77
77
  this.ai = false;
78
- this.a3 = c;
78
+ this.a4 = c;
79
79
  this.ad();
80
80
  }
81
81
  break;
@@ -85,34 +85,34 @@ export let CellPath = /*@__PURE__*/ (() => {
85
85
  let d = _rest[1];
86
86
  let e = _rest[2];
87
87
  super(0, d);
88
- this.a3 = 0;
89
88
  this.a4 = 0;
89
+ this.a5 = 0;
90
90
  this.ae = 1;
91
- this.a2 = -1;
92
- this.ax = false;
91
+ this.a3 = -1;
92
+ this.an = false;
93
93
  this.ah = false;
94
94
  this.ag = false;
95
- this.au = false;
95
+ this.av = false;
96
96
  this.ai = false;
97
- this.a3 = c;
97
+ this.a4 = c;
98
98
  this.ae = e;
99
99
  this.ad();
100
100
  }
101
101
  break;
102
102
  }
103
103
  }
104
- get a5() {
105
- return this.a3;
104
+ get a6() {
105
+ return this.a4;
106
106
  }
107
- set a5(a) {
108
- this.a3 = a;
107
+ set a6(a) {
108
+ this.a4 = a;
109
109
  this.ad();
110
110
  }
111
- get bb() {
112
- return this.a4;
111
+ get bc() {
112
+ return this.a5;
113
113
  }
114
- set bb(a) {
115
- this.a4 = a;
114
+ set bc(a) {
115
+ this.a5 = a;
116
116
  }
117
117
  get af() {
118
118
  return this.ae;
@@ -123,10 +123,15 @@ export let CellPath = /*@__PURE__*/ (() => {
123
123
  }
124
124
  ad() {
125
125
  super.ad();
126
- this.a2 = (this.a5 * 100000000) + super.getHashCode() + this.af;
126
+ let a = (this.a2 ? 1 : 0) | (this.ax ? 2 : 0) | (this.an ? 4 : 0);
127
+ let b = super.getHashCode();
128
+ b = (b * 397) ^ this.a6;
129
+ b = (b * 397) ^ this.af;
130
+ b = (b * 397) ^ a;
131
+ this.a3 = b;
127
132
  }
128
133
  getHashCode() {
129
- return this.a2;
134
+ return this.a3;
130
135
  }
131
136
  equals(a) {
132
137
  if (!super.equals(a)) {
@@ -136,16 +141,17 @@ export let CellPath = /*@__PURE__*/ (() => {
136
141
  if (a == null) {
137
142
  return false;
138
143
  }
139
- if (this.a3 != b.a3) {
144
+ if (this.a4 != b.a4) {
145
+ return false;
146
+ }
147
+ if (this.a2 != b.a2) {
140
148
  return false;
141
149
  }
142
- if (!this.ay) {
143
- if (this.az != b.az) {
144
- return false;
145
- }
146
- if (this.aw != b.aw) {
147
- return false;
148
- }
150
+ if (this.ax != b.ax) {
151
+ return false;
152
+ }
153
+ if (this.an != b.an) {
154
+ return false;
149
155
  }
150
156
  if (this.af != b.af) {
151
157
  return false;
@@ -153,66 +159,70 @@ export let CellPath = /*@__PURE__*/ (() => {
153
159
  return true;
154
160
  }
155
161
  toString() {
156
- return this.a3 + "." + super.toString();
162
+ return this.a4 + "." + super.toString();
157
163
  }
158
164
  ab() {
159
- let a = new CellPath(0, this.b, this.a3, this.y, this.x);
160
- a.bb = this.bb;
161
- a.az = this.az;
162
- a.aw = this.aw;
165
+ let a = new CellPath(0, this.b, this.a4, this.y, this.x);
166
+ a.bc = this.bc;
167
+ a.a0 = this.a0;
168
+ a.ax = this.ax;
163
169
  a.i = this.i;
164
170
  a.o = this.o;
165
171
  a.d = this.d;
166
- a.au = this.au;
172
+ a.av = this.av;
167
173
  a.ai = this.ai;
168
- a.ax = this.ax;
174
+ a.an = this.an;
169
175
  a.af = this.af;
176
+ a.ad();
170
177
  return a;
171
178
  }
172
179
  get ay() {
173
- return (this.a3 == -300);
180
+ return this.az && this.ax;
181
+ }
182
+ get az() {
183
+ return (this.a4 == -300);
174
184
  }
175
185
  get aj() {
176
- return ((this.a3 >= 0 || this.a3 == -800 || this.a3 == -400) && this.x >= 0 && this.x >= 0);
186
+ return ((this.a4 >= 0 || this.a4 == -800 || this.a4 == -400) && this.x >= 0 && this.x >= 0);
177
187
  }
178
- get a0() {
179
- return this.a3 == -400 || this.a3 == -401 || this.a3 == -402;
188
+ get a1() {
189
+ return this.a4 == -400 || this.a4 == -401 || this.a4 == -402;
180
190
  }
181
- get an() {
182
- return this.g && !this.ay;
191
+ get ao() {
192
+ return this.g && !this.az;
183
193
  }
184
- get av() {
185
- return this.x == -102 && this.a3 == -400;
194
+ get aw() {
195
+ return this.x == -102 && this.a4 == -400;
186
196
  }
187
- get aq() {
188
- return (this.x == -103 || this.x == -104) && this.a5 == -500;
197
+ get ar() {
198
+ return (this.x == -103 || this.x == -104) && this.a6 == -500;
189
199
  }
190
- get as() {
191
- return (this.x == -103 || this.x == -104) && this.a5 == -501;
200
+ get at() {
201
+ return (this.x == -103 || this.x == -104) && this.a6 == -501;
192
202
  }
193
- get ap() {
194
- return this.x == -100 && this.a5 == -500;
203
+ get aq() {
204
+ return this.x == -100 && this.a6 == -500;
195
205
  }
196
- get ar() {
197
- return this.x == -100 && this.a5 == -501;
206
+ get as() {
207
+ return this.x == -100 && this.a6 == -501;
198
208
  }
199
- get at() {
209
+ get au() {
200
210
  return this.x == -104;
201
211
  }
202
- get az() {
212
+ get a0() {
203
213
  return this.ah;
204
214
  }
205
- set az(a) {
215
+ set a0(a) {
206
216
  this.ah = a;
207
217
  }
208
- get aw() {
218
+ get ax() {
209
219
  return this.ag;
210
220
  }
211
- set aw(a) {
221
+ set ax(a) {
212
222
  this.ag = a;
213
223
  }
214
- get a1() {
215
- return this.az || this.aw;
224
+ get a2() {
225
+ return this.a0 || this.ax;
216
226
  }
217
227
  get ak() {
218
228
  return this.af == 2;
@@ -220,7 +230,7 @@ export let CellPath = /*@__PURE__*/ (() => {
220
230
  get al() {
221
231
  return this.af == 3;
222
232
  }
223
- get ao() {
233
+ get ap() {
224
234
  return this.af == 4;
225
235
  }
226
236
  get am() {
@@ -23,89 +23,89 @@ export let CellPresenterBase = /*@__PURE__*/ (() => {
23
23
  this.b(a);
24
24
  }
25
25
  b(a) {
26
- this.a.cw(a.c);
27
- this.a.c5(a.e);
28
- this.a.cz(a.d);
29
- this.a.ck();
30
- if (a.bc(CellModel.go)) {
31
- this.a.ad = a.bh;
26
+ this.a.cy(a.c);
27
+ this.a.c7(a.e);
28
+ this.a.c1(a.d);
29
+ this.a.cm();
30
+ if (a.bc(CellModel.gr)) {
31
+ this.a.ad = a.bi;
32
32
  }
33
- if (a.bc(CellModel.e0) || a.bc(CellModel.e4) || a.bc(CellModel.e2) || a.bc(CellModel.ey)) {
34
- this.a.c7(a.ez, a.e3, a.e1, a.ex);
33
+ if (a.bc(CellModel.e3) || a.bc(CellModel.e7) || a.bc(CellModel.e5) || a.bc(CellModel.e1)) {
34
+ this.a.c9(a.e2, a.e6, a.e4, a.e0);
35
35
  }
36
36
  if (a.a5) {
37
- this.a.cy(a.nk, a.en, a.es, a.eq, a.el);
38
- if (a.bc(CellModel.ej)) {
39
- if (!a.bj && a.p.i9 && a.bg && a.co == 1) {
40
- this.a.ca();
37
+ this.a.c0(a.nn, a.eq, a.ev, a.et, a.eo);
38
+ if (a.bc(CellModel.em)) {
39
+ if (!a.bk && a.p.i9 && a.bh && a.cr == 1) {
40
+ this.a.cc();
41
41
  }
42
42
  }
43
43
  }
44
- if (a.bs) {
45
- this.a.c2(a.ga, (a.e3 + a.ex + a.es + a.el));
46
- this.a.dd(a.h8, (a.ez + a.e1 + a.en + a.eq));
44
+ if (a.bv || a.a5) {
45
+ this.a.c4(a.gd, (a.e6 + a.e0 + a.ev + a.eo));
46
+ this.a.df(a.ib, (a.e2 + a.e4 + a.eq + a.et));
47
47
  }
48
48
  if (a.a7) {
49
- if (a.bm && !this.a.z) {
50
- this.a.b9();
49
+ if (a.bn && !this.a.z) {
50
+ this.a.cb();
51
51
  }
52
- if (a.bc(CellModel.ek)) {
53
- this.a.cx(a.nj.color);
52
+ if (a.bc(CellModel.en)) {
53
+ this.a.cz(a.nm.color);
54
54
  }
55
- if (a.bc(CellModel.ew)) {
56
- this.a.c6(a.cq);
55
+ if (a.bc(CellModel.ez)) {
56
+ this.a.c8(a.ct);
57
57
  }
58
58
  if (a.bb("IsCollapsable")) {
59
59
  this.a.aa = a.a6;
60
- this.a.bi = a.gg;
60
+ this.a.bj = a.gj;
61
61
  this.a.ab = a.be;
62
- this.a.dd(a.h8, (a.ez + a.e1 + a.en + a.eq));
62
+ this.a.df(a.ib, (a.e2 + a.e4 + a.eq + a.et));
63
63
  }
64
64
  if (a.bb("Indent")) {
65
- this.a.bi = a.gg;
66
- this.a.dd(a.h8, (a.ez + a.e1 + a.en + a.eq));
65
+ this.a.bj = a.gj;
66
+ this.a.df(a.ib, (a.e2 + a.e4 + a.eq + a.et));
67
67
  }
68
68
  if (a.bb("IsExpanded")) {
69
69
  this.a.ab = a.be;
70
70
  }
71
71
  if (a.bb("IsCollapsable") || a.bb("ExpansionIndicatorIconColor")) {
72
- this.a.dt = a.ns;
72
+ this.a.dv = a.nv;
73
73
  }
74
- if (a.bc(CellModel.h0)) {
75
- this.a.b4 = a.lp;
74
+ if (a.bc(CellModel.h3)) {
75
+ this.a.b6 = a.ls;
76
76
  }
77
- if (a.bc(CellModel.hy)) {
78
- this.a.dw = a.n5;
77
+ if (a.bc(CellModel.h1)) {
78
+ this.a.dy = a.n8;
79
79
  }
80
- if (a.bc(CellModel.hz)) {
80
+ if (a.bc(CellModel.h2)) {
81
81
  this.a.n = a.ak;
82
82
  }
83
- if (a.bc(CellModel.hr)) {
84
- this.a.bz = a.lh;
85
- }
86
- if (a.bc(CellModel.hp)) {
87
- this.a.bw = a.le;
83
+ if (a.bc(CellModel.hu)) {
84
+ this.a.b1 = a.lk;
88
85
  }
89
86
  if (a.bc(CellModel.hs)) {
90
- this.a.dv = a.n4;
87
+ this.a.by = a.lh;
91
88
  }
92
- if (a.bc(CellModel.hq)) {
93
- this.a.du = a.n3;
89
+ if (a.bc(CellModel.hv)) {
90
+ this.a.dx = a.n7;
94
91
  }
95
- if (a.bc(CellModel.hx)) {
96
- this.a.aj = a.c4;
92
+ if (a.bc(CellModel.ht)) {
93
+ this.a.dw = a.n6;
94
+ }
95
+ if (a.bc(CellModel.h0)) {
96
+ this.a.aj = a.c7;
97
97
  }
98
- if (a.bc(CellModel.hu) || a.bc(CellModel.hv) || a.bc(CellModel.hw) || a.bc(CellModel.hw)) {
99
- this.a.dy = new Rect(0, a.c1, a.c2, a.c3, a.c0);
98
+ if (a.bc(CellModel.hx) || a.bc(CellModel.hy) || a.bc(CellModel.hz) || a.bc(CellModel.hz)) {
99
+ this.a.d0 = new Rect(0, a.c4, a.c5, a.c6, a.c3);
100
100
  }
101
101
  }
102
- if (a.bs && a.bm) {
103
- this.a.dl(a);
102
+ if (a.bv && a.bn) {
103
+ this.a.dn(a);
104
104
  }
105
105
  if (a.bb("DoClone")) {
106
106
  if (a.a1) {
107
107
  a.a1 = false;
108
- this.a.b8();
108
+ this.a.ca();
109
109
  }
110
110
  }
111
111
  }
@@ -253,6 +253,15 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
253
253
  case 69:
254
254
  d.checkboxUncheckedBorderColor = c;
255
255
  break;
256
+ case 128:
257
+ d.scrollbarBackground = c;
258
+ break;
259
+ case 129:
260
+ d.scrollbarHoverBackground = c;
261
+ break;
262
+ case 130:
263
+ d.scrollbarActiveBackground = c;
264
+ break;
256
265
  }
257
266
  }
258
267
  getValue(a, b) {
@@ -284,6 +293,9 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
284
293
  case 70: return c.checkboxCheckedBorderColor;
285
294
  case 67: return c.checkboxUncheckedBackgroundColor;
286
295
  case 69: return c.checkboxUncheckedBorderColor;
296
+ case 128: return c.scrollbarBackground;
297
+ case 129: return c.scrollbarHoverBackground;
298
+ case 130: return c.scrollbarActiveBackground;
287
299
  }
288
300
  return null;
289
301
  }