igniteui-webcomponents-data-grids 6.3.1 → 7.0.1-beta.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 (190) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +9505 -8241
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +28 -0
  8. package/esm2015/lib/CheckboxListView_combined.js +730 -705
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +267 -267
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +65 -63
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +9 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +271 -433
  38. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  39. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  40. package/esm2015/lib/ImageCell.js +55 -55
  41. package/esm2015/lib/ImageCellPresenter.js +8 -8
  42. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  44. package/esm2015/lib/NumericCell.js +4 -4
  45. package/esm2015/lib/NumericCellPresenter.js +2 -2
  46. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  47. package/esm2015/lib/SectionHeaderCell.js +8 -8
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  49. package/esm2015/lib/SummaryCell.js +25 -25
  50. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  51. package/esm2015/lib/TemplateCell.js +11 -11
  52. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  53. package/esm2015/lib/TemplateHeader.js +7 -7
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  56. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  57. package/esm2015/lib/TextCell.js +22 -22
  58. package/esm2015/lib/TextCellPresenter.js +2 -2
  59. package/esm2015/lib/TextHeaderCell.js +140 -134
  60. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  61. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  62. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  63. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  64. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  65. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  66. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igc-data-grid-column-component.js +307 -193
  68. package/esm2015/lib/igc-data-grid-component.js +99 -1
  69. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
  70. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  71. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  72. package/esm2015/lib/igc-definition-base-component.js +129 -129
  73. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  74. package/esm2015/lib/igc-header-component.js +24 -24
  75. package/esm2015/lib/igc-image-column-component.js +12 -12
  76. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  77. package/esm2015/lib/igc-section-header-component.js +24 -24
  78. package/esm2015/lib/igc-summary-row-component.js +24 -24
  79. package/esm2015/lib/igc-text-column-component.js +9 -9
  80. package/esm2015/lib/igc-text-header-cell-info.js +65 -4
  81. package/esm2015/public_api.js +1 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  83. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  84. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  85. package/esm5/lib/CellPresenterBase.js +10 -10
  86. package/esm5/lib/CheckboxListBridge.js +28 -0
  87. package/esm5/lib/CheckboxListView_combined.js +709 -684
  88. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  89. package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
  90. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  91. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  92. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  93. package/esm5/lib/ContentCellModelHelper.js +3 -3
  94. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  95. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  96. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  97. package/esm5/lib/DraggerView.js +3 -3
  98. package/esm5/lib/EditorCell.js +256 -256
  99. package/esm5/lib/EditorCellPresenter.js +15 -15
  100. package/esm5/lib/FilterCell.js +252 -252
  101. package/esm5/lib/FilterCellPresenter.js +8 -8
  102. package/esm5/lib/GridCellBase.js +64 -62
  103. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  104. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  105. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  106. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  108. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  109. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  112. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  113. package/esm5/lib/GridExternalWrapper.js +9 -6
  114. package/esm5/lib/GridFilterDialogView_combined.js +331 -164
  115. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  116. package/esm5/lib/GridStyleRepository.js +275 -585
  117. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  118. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  119. package/esm5/lib/ImageCell.js +54 -54
  120. package/esm5/lib/ImageCellPresenter.js +8 -8
  121. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  123. package/esm5/lib/NumericCell.js +4 -4
  124. package/esm5/lib/NumericCellPresenter.js +2 -2
  125. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  126. package/esm5/lib/SectionHeaderCell.js +8 -8
  127. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  128. package/esm5/lib/SummaryCell.js +26 -26
  129. package/esm5/lib/SummaryCellPresenter.js +5 -5
  130. package/esm5/lib/TemplateCell.js +11 -11
  131. package/esm5/lib/TemplateCellPresenter.js +2 -2
  132. package/esm5/lib/TemplateHeader.js +7 -7
  133. package/esm5/lib/TemplateHeaderCell.js +5 -5
  134. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  135. package/esm5/lib/TemplateSectionHeader.js +2 -2
  136. package/esm5/lib/TextCell.js +22 -22
  137. package/esm5/lib/TextCellPresenter.js +2 -2
  138. package/esm5/lib/TextHeaderCell.js +138 -132
  139. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  140. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  141. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  142. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  143. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  144. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  145. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igc-data-grid-column-component.js +355 -193
  147. package/esm5/lib/igc-data-grid-component.js +140 -2
  148. package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
  149. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  150. package/esm5/lib/igc-date-time-column-component.js +23 -23
  151. package/esm5/lib/igc-definition-base-component.js +129 -129
  152. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  153. package/esm5/lib/igc-header-component.js +24 -24
  154. package/esm5/lib/igc-image-column-component.js +12 -12
  155. package/esm5/lib/igc-numeric-column-component.js +35 -35
  156. package/esm5/lib/igc-section-header-component.js +24 -24
  157. package/esm5/lib/igc-summary-row-component.js +24 -24
  158. package/esm5/lib/igc-text-column-component.js +9 -9
  159. package/esm5/lib/igc-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-webcomponents-data-grids.js +9402 -8300
  162. package/fesm5/igniteui-webcomponents-data-grids.js +9507 -8244
  163. package/lib/CheckboxListBridge.d.ts +1 -0
  164. package/lib/CheckboxListExternal.d.ts +6 -0
  165. package/lib/CheckboxListView_combined.d.ts +153 -148
  166. package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
  167. package/lib/EditorCell.d.ts +51 -51
  168. package/lib/FilterCell.d.ts +53 -53
  169. package/lib/GridCellBase.d.ts +21 -19
  170. package/lib/GridExternalWrapper.d.ts +1 -0
  171. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  172. package/lib/GridStyleRepository.d.ts +23 -84
  173. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  174. package/lib/ImageCell.d.ts +14 -14
  175. package/lib/SectionHeaderCell.d.ts +2 -2
  176. package/lib/SummaryCell.d.ts +4 -4
  177. package/lib/TemplateCell.d.ts +3 -3
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateHeaderCell.d.ts +2 -2
  180. package/lib/TemplateSectionHeader.d.ts +2 -2
  181. package/lib/TextCell.d.ts +4 -4
  182. package/lib/TextHeaderCell.d.ts +26 -24
  183. package/lib/VerticalSeparatorCell.d.ts +4 -4
  184. package/lib/igc-data-grid-column-component.d.ts +54 -0
  185. package/lib/igc-data-grid-component.d.ts +49 -1
  186. package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
  187. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  188. package/lib/igc-text-header-cell-info.d.ts +33 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -0
@@ -1,6 +1,7 @@
1
1
  import { SortIndicatorStyle_$type } from "./SortIndicatorStyle";
2
2
  import { ColumnOptionsIconAlignment_$type } from "./ColumnOptionsIconAlignment";
3
3
  import { ColumnOptionsIconBehavior_$type } from "./ColumnOptionsIconBehavior";
4
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
4
5
  import { IgcTextCellInfo } from "./igc-text-cell-info";
5
6
  import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
6
7
  import { ensureBool, ensureEnum, brushToString, stringToBrush } from "igniteui-webcomponents-core";
@@ -24,10 +25,10 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
24
25
  * Sets or gets whether the filter UI should be visible in the header.
25
26
  */
26
27
  get isColumnOptionsEnabled() {
27
- return this.i.ob;
28
+ return this.i.od;
28
29
  }
29
30
  set isColumnOptionsEnabled(v) {
30
- this.i.ob = ensureBool(v);
31
+ this.i.od = ensureBool(v);
31
32
  }
32
33
  get sortIndicatorStyle() {
33
34
  return this.i.n9;
@@ -48,10 +49,10 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
48
49
  * Gets or sets the color for the column options icon in the header.
49
50
  */
50
51
  get columnOptionsIconColor() {
51
- return brushToString(this.i.on);
52
+ return brushToString(this.i.pd);
52
53
  }
53
54
  set columnOptionsIconColor(v) {
54
- this.i.on = stringToBrush(v);
55
+ this.i.pd = stringToBrush(v);
55
56
  }
56
57
  /**
57
58
  * Gets or sets how the column option icon will behave in the header.
@@ -62,4 +63,64 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
62
63
  set columnOptionsIconBehavior(v) {
63
64
  this.i.n7 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
64
65
  }
66
+ /**
67
+ * Gets or sets the column options theme.
68
+ */
69
+ get columnOptionsTheme() {
70
+ return this.i.ob;
71
+ }
72
+ set columnOptionsTheme(v) {
73
+ this.i.ob = ensureEnum(BaseControlTheme_$type, v);
74
+ }
75
+ /**
76
+ * Gets or sets the column options dropdown background color.
77
+ */
78
+ get columnOptionsBackground() {
79
+ return brushToString(this.i.pa);
80
+ }
81
+ set columnOptionsBackground(v) {
82
+ this.i.pa = stringToBrush(v);
83
+ }
84
+ /**
85
+ * Gets or sets the text color for text inside the column options menu.
86
+ */
87
+ get columnOptionsTextColor() {
88
+ return brushToString(this.i.pf);
89
+ }
90
+ set columnOptionsTextColor(v) {
91
+ this.i.pf = stringToBrush(v);
92
+ }
93
+ /**
94
+ * Gets or sets the color of separators inside the column options menu.
95
+ */
96
+ get columnOptionsSeparatorColor() {
97
+ return brushToString(this.i.pe);
98
+ }
99
+ set columnOptionsSeparatorColor(v) {
100
+ this.i.pe = stringToBrush(v);
101
+ }
102
+ /**
103
+ * Gets or sets the background color for group headers inside the column options menu.
104
+ */
105
+ get columnOptionsGroupHeaderBackground() {
106
+ return brushToString(this.i.pb);
107
+ }
108
+ set columnOptionsGroupHeaderBackground(v) {
109
+ this.i.pb = stringToBrush(v);
110
+ }
111
+ /**
112
+ * Gets or sets the text color for group headers inside the column options menu.
113
+ */
114
+ get columnOptionsGroupHeaderTextColor() {
115
+ return brushToString(this.i.pc);
116
+ }
117
+ set columnOptionsGroupHeaderTextColor(v) {
118
+ this.i.pc = stringToBrush(v);
119
+ }
120
+ get columnOptionsAccentColor() {
121
+ return brushToString(this.i.o9);
122
+ }
123
+ set columnOptionsAccentColor(v) {
124
+ this.i.o9 = stringToBrush(v);
125
+ }
65
126
  }
@@ -345,6 +345,7 @@ export * from './lib/GridColumnSpacer';
345
345
  export * from './lib/GridColumnSpacerCollection';
346
346
  export * from './lib/GridEffectGroup';
347
347
  export * from './lib/GridStyleRepository';
348
+ export * from './lib/GridStyleRepositoryKeys';
348
349
  export * from './lib/HoverManager';
349
350
  export * from './lib/IColumnGrouping';
350
351
  export * from './lib/IDataGridComponent';
@@ -57,7 +57,7 @@ export var CanvasCellPresenterBase = /** @class */ /*@__PURE__*/ (function (_sup
57
57
  if (c == 1) {
58
58
  return b.color;
59
59
  }
60
- var d = BrushUtil.n(a, c, b, 0);
60
+ var d = BrushUtil.p(a, c, b, 0);
61
61
  return d.color;
62
62
  };
63
63
  Object.defineProperty(CanvasCellPresenterBase.prototype, "nativeCell", {
@@ -36,7 +36,7 @@ export var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (
36
36
  this.d.db.opacity = e;
37
37
  }
38
38
  this.d.dc();
39
- c.pa(a, this.d);
39
+ c.qr(a, this.d);
40
40
  };
41
41
  CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
42
42
  return CanvasTemplateCellPresenter;
@@ -36,7 +36,7 @@ export var CanvasTemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (func
36
36
  }
37
37
  var f = a;
38
38
  this.d.dc();
39
- c.hr(f, this.d);
39
+ c.ht(f, this.d);
40
40
  };
41
41
  CanvasTemplateHeaderCellPresenter.$t = markType(CanvasTemplateHeaderCellPresenter, 'CanvasTemplateHeaderCellPresenter', CanvasCellPresenterBase.$);
42
42
  return CanvasTemplateHeaderCellPresenter;
@@ -38,14 +38,14 @@ export var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
38
38
  if (a.a5) {
39
39
  this.a.cx(a.nd, a.en, a.es, a.eq, a.el);
40
40
  if (a.bc(CellModel.ej)) {
41
- if (!a.bj && a.p.iz && a.bg && a.co == 1) {
41
+ if (!a.bj && a.p.i1 && a.bg && a.co == 1) {
42
42
  this.a.b9();
43
43
  }
44
44
  }
45
45
  }
46
46
  if (a.bs) {
47
47
  this.a.c1(a.f8, (a.e3 + a.ex + a.es + a.el));
48
- this.a.db(a.h5, (a.ez + a.e1 + a.en + a.eq));
48
+ this.a.dc(a.h5, (a.ez + a.e1 + a.en + a.eq));
49
49
  }
50
50
  if (a.a7) {
51
51
  if (a.bm && !this.a.z) {
@@ -61,11 +61,11 @@ export var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
61
61
  this.a.aa = a.a6;
62
62
  this.a.bi = a.ge;
63
63
  this.a.ab = a.be;
64
- this.a.db(a.h5, (a.ez + a.e1 + a.en + a.eq));
64
+ this.a.dc(a.h5, (a.ez + a.e1 + a.en + a.eq));
65
65
  }
66
66
  if (a.bb("Indent")) {
67
67
  this.a.bi = a.ge;
68
- this.a.db(a.h5, (a.ez + a.e1 + a.en + a.eq));
68
+ this.a.dc(a.h5, (a.ez + a.e1 + a.en + a.eq));
69
69
  }
70
70
  if (a.bb("IsExpanded")) {
71
71
  this.a.ab = a.be;
@@ -74,7 +74,7 @@ export var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
74
74
  this.a.b3 = a.lk;
75
75
  }
76
76
  if (a.bc(CellModel.hv)) {
77
- this.a.ds = a.nw;
77
+ this.a.dt = a.nw;
78
78
  }
79
79
  if (a.bc(CellModel.hw)) {
80
80
  this.a.n = a.ak;
@@ -86,20 +86,20 @@ export var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
86
86
  this.a.bv = a.k9;
87
87
  }
88
88
  if (a.bc(CellModel.hp)) {
89
- this.a.dr = a.nv;
89
+ this.a.ds = a.nv;
90
90
  }
91
91
  if (a.bc(CellModel.hn)) {
92
- this.a.dq = a.nu;
92
+ this.a.dr = a.nu;
93
93
  }
94
94
  if (a.bc(CellModel.hu)) {
95
95
  this.a.aj = a.c4;
96
96
  }
97
97
  if (a.bc(CellModel.hr) || a.bc(CellModel.hs) || a.bc(CellModel.ht) || a.bc(CellModel.ht)) {
98
- this.a.du = new Rect(0, a.c1, a.c2, a.c3, a.c0);
98
+ this.a.dv = new Rect(0, a.c1, a.c2, a.c3, a.c0);
99
99
  }
100
100
  }
101
101
  if (a.bs && a.bm) {
102
- this.a.dj(a);
102
+ this.a.dk(a);
103
103
  }
104
104
  if (a.bb("DoClone")) {
105
105
  if (a.a1) {
@@ -115,7 +115,7 @@ export var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
115
115
  if (c == 1) {
116
116
  return b.color;
117
117
  }
118
- var d = BrushUtil.n(a, c, b, 0);
118
+ var d = BrushUtil.p(a, c, b, 0);
119
119
  return d.color;
120
120
  };
121
121
  Object.defineProperty(CellPresenterBase.prototype, "nativeCell", {
@@ -120,6 +120,11 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
120
120
  this.y = null;
121
121
  this.aa = null;
122
122
  break;
123
+ case 26:
124
+ e.keysCleared = delegateRemove(e.keysCleared, runOn(this, this.ak));
125
+ this.z = null;
126
+ this.ab = null;
127
+ break;
123
128
  }
124
129
  };
125
130
  CheckboxListBridge.prototype.ag = function (a, b) {
@@ -211,6 +216,9 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
211
216
  case 82:
212
217
  d.searchTextColor = c;
213
218
  break;
219
+ case 117:
220
+ d.selectAllCaptionTextColor = c;
221
+ break;
214
222
  case 99:
215
223
  d.indexType = EnumUtil.getEnumValue(NativeUICheckboxListIndexType_$type, c);
216
224
  break;
@@ -229,6 +237,18 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
229
237
  case 17:
230
238
  d.checkboxCornerRadius = c;
231
239
  break;
240
+ case 67:
241
+ d.checkboxCheckedBackgroundColor = c;
242
+ break;
243
+ case 69:
244
+ d.checkboxCheckedBorderColor = c;
245
+ break;
246
+ case 66:
247
+ d.checkboxUncheckedBackgroundColor = c;
248
+ break;
249
+ case 68:
250
+ d.checkboxUncheckedBorderColor = c;
251
+ break;
232
252
  }
233
253
  };
234
254
  CheckboxListBridge.prototype.getValue = function (a, b) {
@@ -247,12 +267,17 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
247
267
  case 24: return c.rowHoverBackgroundColor;
248
268
  case 81: return c.searchIconColor;
249
269
  case 82: return c.searchTextColor;
270
+ case 117: return c.selectAllCaptionTextColor;
250
271
  case 99: return enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
251
272
  case 113: return c.checkboxAlignedRight;
252
273
  case 114: return c.labelClickTriggersChange;
253
274
  case 115: return c.dataLegendTarget;
254
275
  case 78: return c.propertyTypeMemberPath;
255
276
  case 17: return c.checkboxCornerRadius;
277
+ case 67: return c.checkboxCheckedBackgroundColor;
278
+ case 69: return c.checkboxCheckedBorderColor;
279
+ case 66: return c.checkboxUncheckedBackgroundColor;
280
+ case 68: return c.checkboxUncheckedBorderColor;
256
281
  }
257
282
  return null;
258
283
  };
@@ -281,6 +306,9 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
281
306
  var b = a.exportVisualModel();
282
307
  return b;
283
308
  };
309
+ CheckboxListBridge.prototype.setGridColumnProvider = function (a, b) {
310
+ a.gridColumnProvider = b;
311
+ };
284
312
  CheckboxListBridge.$t = markType(CheckboxListBridge, 'CheckboxListBridge', XComponentBridge.$, [INativeUICheckboxListBridge_$type]);
285
313
  return CheckboxListBridge;
286
314
  }(XComponentBridge));