igniteui-angular-data-grids 20.1.0 → 20.2.0-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 (192) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +5727 -5576
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +1 -1
  4. package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +7 -7
  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/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  15. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  17. package/esm2015/lib/CellPresenterBase.js +40 -37
  18. package/esm2015/lib/CheckboxListBridge.js +4 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +778 -743
  20. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
  22. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +13 -13
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  27. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  28. package/esm2015/lib/EditorCell.js +303 -303
  29. package/esm2015/lib/EditorCellPresenter.js +27 -27
  30. package/esm2015/lib/EditorRowCell.js +1 -1
  31. package/esm2015/lib/FilterCell.js +272 -272
  32. package/esm2015/lib/FilterCellPresenter.js +16 -16
  33. package/esm2015/lib/GridCellBase.js +354 -335
  34. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  35. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  40. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  41. package/esm2015/lib/GridExternalWrapper.js +6 -6
  42. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  43. package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
  44. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  45. package/esm2015/lib/ImageCell.js +59 -59
  46. package/esm2015/lib/ImageCellPresenter.js +17 -17
  47. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  48. package/esm2015/lib/NumericCell.js +8 -8
  49. package/esm2015/lib/NumericCellPresenter.js +9 -9
  50. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  51. package/esm2015/lib/SectionHeaderCell.js +15 -15
  52. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  53. package/esm2015/lib/SortIndicatorStyle.js +6 -2
  54. package/esm2015/lib/SummaryCell.js +40 -40
  55. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  56. package/esm2015/lib/TemplateCell.js +15 -15
  57. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  58. package/esm2015/lib/TemplateHeader.js +2 -2
  59. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  60. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  61. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  62. package/esm2015/lib/TextCell.js +32 -32
  63. package/esm2015/lib/TextCellPresenter.js +10 -10
  64. package/esm2015/lib/TextHeaderCell.js +153 -153
  65. package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
  66. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  67. package/esm2015/lib/igx-cell-info.js +164 -155
  68. package/esm2015/lib/igx-checkbox-list-component.js +82 -66
  69. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  70. package/esm2015/lib/igx-data-grid-column-component.js +87 -76
  71. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  73. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  74. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  75. package/esm2015/lib/igx-image-cell-info.js +6 -6
  76. package/esm2015/lib/igx-image-column-component.js +10 -10
  77. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  78. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  79. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  80. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  81. package/esm2015/lib/igx-template-cell-info.js +2 -2
  82. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  83. package/esm2015/lib/igx-text-cell-info.js +2 -2
  84. package/esm2015/lib/igx-text-column-component.js +8 -8
  85. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  86. package/esm5/lib/AccessibilityRow.js +1 -1
  87. package/esm5/lib/CanvasCellPresenterBase.js +9 -9
  88. package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
  89. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  90. package/esm5/lib/CanvasGridCellBase.js +7 -7
  91. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  92. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  93. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasSummaryCell.js +1 -1
  95. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  98. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  99. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  100. package/esm5/lib/CellPresenterBase.js +40 -37
  101. package/esm5/lib/CheckboxListBridge.js +4 -0
  102. package/esm5/lib/CheckboxListView_combined.js +760 -725
  103. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  104. package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
  105. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  106. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  107. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  108. package/esm5/lib/ContentCellModelHelper.js +13 -13
  109. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  110. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  111. package/esm5/lib/EditorCell.js +285 -285
  112. package/esm5/lib/EditorCellPresenter.js +27 -27
  113. package/esm5/lib/EditorRowCell.js +1 -1
  114. package/esm5/lib/FilterCell.js +262 -262
  115. package/esm5/lib/FilterCellPresenter.js +16 -16
  116. package/esm5/lib/GridCellBase.js +349 -326
  117. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  118. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  119. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  120. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  121. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  122. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  123. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  124. package/esm5/lib/GridExternalWrapper.js +6 -6
  125. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  126. package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
  127. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  128. package/esm5/lib/ImageCell.js +59 -59
  129. package/esm5/lib/ImageCellPresenter.js +17 -17
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  131. package/esm5/lib/NumericCell.js +8 -8
  132. package/esm5/lib/NumericCellPresenter.js +9 -9
  133. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  134. package/esm5/lib/SectionHeaderCell.js +15 -15
  135. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  136. package/esm5/lib/SortIndicatorStyle.js +6 -2
  137. package/esm5/lib/SummaryCell.js +40 -40
  138. package/esm5/lib/SummaryCellPresenter.js +10 -10
  139. package/esm5/lib/TemplateCell.js +15 -15
  140. package/esm5/lib/TemplateCellPresenter.js +5 -5
  141. package/esm5/lib/TemplateHeader.js +2 -2
  142. package/esm5/lib/TemplateHeaderCell.js +5 -5
  143. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  144. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  145. package/esm5/lib/TextCell.js +32 -32
  146. package/esm5/lib/TextCellPresenter.js +10 -10
  147. package/esm5/lib/TextHeaderCell.js +151 -151
  148. package/esm5/lib/TextHeaderCellPresenter.js +25 -25
  149. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  150. package/esm5/lib/igx-cell-info.js +168 -155
  151. package/esm5/lib/igx-checkbox-list-component.js +82 -66
  152. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  153. package/esm5/lib/igx-data-grid-column-component.js +91 -76
  154. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  155. package/esm5/lib/igx-date-time-column-component.js +20 -20
  156. package/esm5/lib/igx-editor-cell-info.js +23 -23
  157. package/esm5/lib/igx-filter-cell-info.js +26 -26
  158. package/esm5/lib/igx-image-cell-info.js +6 -6
  159. package/esm5/lib/igx-image-column-component.js +10 -10
  160. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  161. package/esm5/lib/igx-numeric-column-component.js +30 -30
  162. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  163. package/esm5/lib/igx-summary-cell-info.js +9 -9
  164. package/esm5/lib/igx-template-cell-info.js +2 -2
  165. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  166. package/esm5/lib/igx-text-cell-info.js +2 -2
  167. package/esm5/lib/igx-text-column-component.js +8 -8
  168. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  169. package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
  170. package/fesm5/igniteui-angular-data-grids.js +5729 -5578
  171. package/lib/CheckboxListBridge.d.ts +1 -0
  172. package/lib/CheckboxListViewExternal.d.ts +1 -0
  173. package/lib/CheckboxListView_combined.d.ts +185 -179
  174. package/lib/ColumnFilterCondition_combined.d.ts +820 -813
  175. package/lib/EditorCell.d.ts +67 -67
  176. package/lib/FilterCell.d.ts +55 -55
  177. package/lib/GridCellBase.d.ts +105 -102
  178. package/lib/ImageCell.d.ts +17 -17
  179. package/lib/NumericCell.d.ts +2 -2
  180. package/lib/SectionHeaderCell.d.ts +3 -3
  181. package/lib/SortIndicatorStyle.d.ts +5 -1
  182. package/lib/SummaryCell.d.ts +9 -9
  183. package/lib/TemplateCell.d.ts +5 -5
  184. package/lib/TemplateHeaderCell.d.ts +2 -2
  185. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  186. package/lib/TextCell.d.ts +7 -7
  187. package/lib/TextHeaderCell.d.ts +29 -29
  188. package/lib/VerticalSeparatorCell.d.ts +8 -8
  189. package/lib/igx-cell-info.d.ts +6 -0
  190. package/lib/igx-checkbox-list-component.d.ts +10 -0
  191. package/lib/igx-data-grid-column-component.d.ts +7 -1
  192. package/package.json +4 -4
@@ -24,6 +24,7 @@ import { Color } from "igniteui-angular-core";
24
24
  import { NativeUI } from "igniteui-angular-core";
25
25
  import { PrimaryKeyValue } from "./PrimaryKeyValue";
26
26
  import { Thickness } from "igniteui-angular-core";
27
+ import { Size } from "igniteui-angular-core";
27
28
  import { CheckboxListIndexType_$type } from "./CheckboxListIndexType";
28
29
  import { stringIsNullOrEmpty, stringIsNullOrWhiteSpace } from "igniteui-angular-core";
29
30
  import { SRProvider } from "igniteui-angular-core";
@@ -46,8 +47,9 @@ import { DateTimeColumn } from "./DateTimeColumn";
46
47
  import { NumericColumn } from "./NumericColumn";
47
48
  import { TextColumn } from "./TextColumn";
48
49
  import { ArgumentException } from "igniteui-angular-core";
49
- import { Size } from "igniteui-angular-core";
50
50
  import { ComponentSizeHelpers } from "igniteui-angular-core";
51
+ import { CheckboxListVisualModelExport } from "igniteui-angular-inputs";
52
+ import { AppearanceHelper } from "igniteui-angular-core";
51
53
  import { SelectAllCheckboxChangedEventArgs } from "./SelectAllCheckboxChangedEventArgs";
52
54
  import { isPositiveInfinity } from "igniteui-angular-core";
53
55
  /**
@@ -57,113 +59,113 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
57
59
  class CheckboxListView extends Base {
58
60
  constructor() {
59
61
  super();
60
- this.e = new Dictionary$2(DomWrapper_$type, XCheckbox.$, 0);
62
+ this.f = new Dictionary$2(DomWrapper_$type, XCheckbox.$, 0);
63
+ this.i = new Dictionary$2(DomWrapper_$type, XLabel.$, 0);
61
64
  this.h = new Dictionary$2(DomWrapper_$type, XLabel.$, 0);
62
- this.g = new Dictionary$2(DomWrapper_$type, XLabel.$, 0);
63
- this.f = new Dictionary$2(DomWrapper_$type, XIcon.$, 0);
65
+ this.g = new Dictionary$2(DomWrapper_$type, XIcon.$, 0);
66
+ this.n = null;
67
+ this.b = null;
64
68
  this.m = null;
65
- this.a = null;
66
69
  this.l = null;
67
- this.k = null;
70
+ this.d = null;
68
71
  this.c = null;
69
- this.b = null;
70
- this.i = null;
71
- this.d = false;
72
72
  this.j = null;
73
+ this.e = false;
74
+ this.k = null;
73
75
  }
74
- r() {
76
+ s() {
75
77
  }
76
- q(a) {
78
+ r(a) {
77
79
  if (a == null) {
78
- this.i = null;
79
- this.e.clear();
80
+ this.j = null;
81
+ this.f.clear();
80
82
  return;
81
83
  }
82
- this.i = a;
83
- this.ab();
84
- this.ak();
85
- this.an();
86
- this.y();
84
+ this.j = a;
85
+ this.ac();
86
+ this.al();
87
+ this.ao();
88
+ this.z();
87
89
  let b = Math.round(a.rootWrapper.width());
88
90
  let c = Math.round(a.rootWrapper.height());
89
- this.i.rootWrapper.setStyleProperty("position", "relative");
90
- this.i.rootWrapper.setStyleProperty("padding-bottom", "4px");
91
- this.am();
91
+ this.j.rootWrapper.setStyleProperty("position", "relative");
92
+ this.j.rootWrapper.setStyleProperty("padding-bottom", "4px");
93
+ this.an();
92
94
  }
93
- ab() {
94
- if (this.i != null) {
95
- this.ac(this.i);
95
+ ac() {
96
+ if (this.j != null) {
97
+ this.ad(this.j);
96
98
  }
97
99
  }
98
- ac(a) {
100
+ ad(a) {
99
101
  let b = a.rootWrapper.getChildAt(0);
100
- this.k = b;
101
- this.b.w = new XInputGroup();
102
+ this.l = b;
103
+ this.c.x = new XInputGroup();
102
104
  let c = a.getSubRenderer(b);
103
- this.b.w.provideContainer(c);
104
- let d = c.getExternal(this.b.w, c.rootWrapper, c.getExternal(this.b, null, null));
105
- this.b.w.d = this.b.y;
106
- this.b.w.p = this.b.baseTheme;
107
- this.b.w.t = this.b.density;
105
+ this.c.x.provideContainer(c);
106
+ let d = c.getExternal(this.c.x, c.rootWrapper, c.getExternal(this.c, null, null));
107
+ this.c.x.d = this.c.z;
108
+ this.c.x.p = this.c.baseTheme;
109
+ this.c.x.t = this.c.density;
108
110
  let e = a.createElement("div");
109
111
  let f = a.getSubRenderer(e);
110
112
  let g = new XPrefix();
111
113
  g.provideContainer(f);
112
- let h = f.getExternal(g, f.rootWrapper, f.getExternal(this.b, null, null));
114
+ let h = f.getExternal(g, f.rootWrapper, f.getExternal(this.c, null, null));
113
115
  let i = a.createElement("div");
114
116
  let j = a.getSubRenderer(i);
115
- this.c = new XIcon();
116
- this.c.provideContainer(j);
117
- this.c.fill = this.b.searchIconColor;
118
- this.c.svgPath = CheckboxList.co;
119
- let k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
117
+ this.d = new XIcon();
118
+ this.d.provideContainer(j);
119
+ this.d.fill = this.c.searchIconColor;
120
+ this.d.svgPath = CheckboxList.cr;
121
+ let k = f.getExternal(this.d, j.rootWrapper, j.getExternal(this.c, null, null));
120
122
  g.appendContentChild(i);
121
- this.b.w.appendContentChild(e);
122
- this.b.w.inputs.add(g);
123
+ this.c.x.appendContentChild(e);
124
+ this.c.x.inputs.add(g);
123
125
  let l = a.createElement("div");
124
126
  l.setRawStyleProperty("flex-grow", "1");
125
127
  let m = a.getSubRenderer(l);
126
- this.b.u = new XInput();
127
- this.b.u.provideContainer(m);
128
- this.b.u.b8 = "text";
129
- let n = m.getExternal(this.b.u, m.rootWrapper, m.getExternal(this.b, null, null));
130
- if (this.b.b7 != null) {
131
- this.b.u.cg = this.b.b7;
132
- }
133
- this.b.w.appendContentChild(l);
134
- this.b.w.inputs.add(this.b.u);
135
- this.b.dt();
136
- }
137
- y() {
138
- if (this.i != null) {
139
- let a = this.i.rootWrapper.getChildAt(3);
128
+ this.c.v = new XInput();
129
+ this.c.v.provideContainer(m);
130
+ this.c.v.b8 = "text";
131
+ let n = m.getExternal(this.c.v, m.rootWrapper, m.getExternal(this.c, null, null));
132
+ if (this.c.ca != null) {
133
+ this.c.v.cg = this.c.ca;
134
+ }
135
+ this.c.x.appendContentChild(l);
136
+ this.c.x.inputs.add(this.c.v);
137
+ this.c.dw();
138
+ }
139
+ z() {
140
+ if (this.j != null) {
141
+ let a = this.j.rootWrapper.getChildAt(3);
140
142
  a.setStyleProperty("width", "100%");
141
143
  a.setStyleProperty("margin", "4px 0px 0px 0px");
142
- if (!this.b.a6 && !this.b.showSelectAll) {
144
+ if (!this.c.a7 && !this.c.showSelectAll) {
143
145
  a.setStyleProperty("height", "100%");
144
146
  }
145
147
  else {
146
- let b = this.b.bc();
148
+ let b = this.c.bd();
147
149
  a.setStyleProperty("height", "calc(100% - " + b + "px");
148
150
  }
149
151
  }
150
152
  }
151
- s(a, b, c) {
153
+ t(a, b, c) {
152
154
  let d = null;
153
155
  if (a.getChildCount() == 0) {
154
156
  d = new XCheckbox();
155
- let e = this.i.getSubRenderer(a);
157
+ let e = this.j.getSubRenderer(a);
156
158
  d.provideContainer(e);
157
- let f = this.i.getExternal(d, e.rootWrapper, this.i.getExternal(this.b, null, null));
158
- this.e.addItem(a, d);
159
- d.n = this.b.baseTheme;
159
+ let f = this.j.getExternal(d, e.rootWrapper, this.j.getExternal(this.c, null, null));
160
+ this.f.addItem(a, d);
161
+ d.n = this.c.baseTheme;
160
162
  d.y = true;
161
- d.change = delegateCombine(d.change, runOn(this, this.n));
162
- let g = this.i.createElement("div");
163
+ d.change = delegateCombine(d.change, runOn(this, this.o));
164
+ let g = this.j.createElement("div");
163
165
  a.setStyleProperty("display", "flex");
164
166
  a.setStyleProperty("height", "100%");
165
167
  a.setStyleProperty("align-items", "center");
166
- switch (this.b.density) {
168
+ switch (this.c.density) {
167
169
  case 1:
168
170
  a.setStyleProperty("margin-top", "-4px");
169
171
  break;
@@ -178,16 +180,16 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
178
180
  a.append(g);
179
181
  }
180
182
  else {
181
- d = this.e.item(a);
183
+ d = this.f.item(a);
182
184
  }
183
185
  if (d != null) {
184
186
  let h = d.z;
185
187
  try {
186
188
  d.z = true;
187
- d.ar = this.b.ba;
189
+ d.ar = this.c.bb;
188
190
  d.a4 = b;
189
191
  if (c) {
190
- if (this.b.indexType == 0) {
192
+ if (this.c.indexType == 0) {
191
193
  d.checked = false;
192
194
  }
193
195
  else {
@@ -195,7 +197,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
195
197
  }
196
198
  }
197
199
  else {
198
- if (this.b.indexType == 0) {
200
+ if (this.c.indexType == 0) {
199
201
  d.checked = true;
200
202
  }
201
203
  else {
@@ -206,14 +208,14 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
206
208
  finally {
207
209
  d.z = h;
208
210
  }
209
- d.dk = this.b.e0;
210
- d.dd = this.b.ey;
211
- d.dl = this.b.e1;
212
- d.de = this.b.ez;
213
- d.dm = this.b.e2;
211
+ d.dk = this.c.e3;
212
+ d.dd = this.c.e1;
213
+ d.dl = this.c.e4;
214
+ d.de = this.c.e2;
215
+ d.dm = this.c.e5;
214
216
  }
215
217
  }
216
- t(a, b, c, d, e, f, g, h, i, j, k) {
218
+ u(a, b, c, d, e, f, g, h, i, j, k) {
217
219
  let l = null;
218
220
  let m = null;
219
221
  let n = null;
@@ -225,24 +227,24 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
225
227
  a.setStyleProperty("display", "flex");
226
228
  a.setStyleProperty("align-items", "center");
227
229
  a.setStyleProperty("height", "100%");
228
- let p = this.i.createElement("div");
229
- let q = this.i.getSubRenderer(p);
230
+ let p = this.j.createElement("div");
231
+ let q = this.j.getSubRenderer(p);
230
232
  o.provideContainer(q);
231
233
  o.a5 = 24;
232
234
  o.a8 = 24;
233
235
  p.setStyleProperty("margin-right", "10px");
234
- let r = this.i.createElement("div");
235
- let s = this.i.getSubRenderer(r);
236
+ let r = this.j.createElement("div");
237
+ let s = this.j.getSubRenderer(r);
236
238
  l.provideContainer(s);
237
- let t = this.i.createElement("div");
238
- let u = this.i.getSubRenderer(t);
239
+ let t = this.j.createElement("div");
240
+ let u = this.j.getSubRenderer(t);
239
241
  m.provideContainer(u);
240
- this.h.addItem(a, l);
241
- this.g.addItem(a, m);
242
- this.f.addItem(a, o);
242
+ this.i.addItem(a, l);
243
+ this.h.addItem(a, m);
244
+ this.g.addItem(a, o);
243
245
  n = new XIcon();
244
- let v = this.i.createElement("div");
245
- let w = this.i.getSubRenderer(v);
246
+ let v = this.j.createElement("div");
247
+ let w = this.j.getSubRenderer(v);
246
248
  n.provideContainer(w);
247
249
  v.setStyleProperty("height", "100%");
248
250
  v.setStyleProperty("margin-left", "-4px");
@@ -270,9 +272,9 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
270
272
  a.append(v);
271
273
  }
272
274
  else {
273
- l = this.h.item(a);
274
- m = this.g.item(a);
275
- o = this.f.item(a);
275
+ l = this.i.item(a);
276
+ m = this.h.item(a);
277
+ o = this.g.item(a);
276
278
  }
277
279
  if (l != null) {
278
280
  try {
@@ -286,7 +288,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
286
288
  return $ret;
287
289
  })());
288
290
  l.ak = true;
289
- l.p = this.b.baseTheme;
291
+ l.p = this.c.baseTheme;
290
292
  l.y = x;
291
293
  l.text = c;
292
294
  l.l = 0;
@@ -356,7 +358,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
356
358
  ah.setStyleProperty("display", "flex");
357
359
  ai.setStyleProperty("display", "flex");
358
360
  }
359
- m.p = this.b.baseTheme;
361
+ m.p = this.c.baseTheme;
360
362
  x.f = x.f - 2;
361
363
  m.ak = true;
362
364
  m.y = x;
@@ -368,206 +370,218 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
368
370
  }
369
371
  }
370
372
  }
371
- af() {
372
- if (this.e != null) {
373
- for (let a of fromEnum(this.e)) {
373
+ ag() {
374
+ if (this.f != null) {
375
+ for (let a of fromEnum(this.f)) {
374
376
  let b = a.value;
375
- b.n = this.b.baseTheme;
377
+ b.n = this.c.baseTheme;
376
378
  }
377
379
  }
378
- if (this.a != null) {
379
- this.a.n = this.b.baseTheme;
380
+ if (this.b != null) {
381
+ this.b.n = this.c.baseTheme;
380
382
  }
381
383
  }
382
- ad() {
384
+ ae() {
383
385
  }
384
- n(a, b) {
386
+ o(a, b) {
385
387
  let c = a;
386
388
  let d = parseInt(c.a4.toString());
387
389
  let e = c.checked;
388
390
  if (e == true) {
389
- if (this.b.indexType == 0) {
390
- this.b.d7(d);
391
+ if (this.c.indexType == 0) {
392
+ this.c.ea(d);
391
393
  }
392
394
  else {
393
- this.b.c2(d);
395
+ this.c.c5(d);
394
396
  }
395
397
  }
396
398
  else {
397
- if (this.b.indexType == 0) {
398
- this.b.c2(d);
399
+ if (this.c.indexType == 0) {
400
+ this.c.c5(d);
399
401
  }
400
402
  else {
401
- this.b.d7(d);
403
+ this.c.ea(d);
402
404
  }
403
405
  }
404
- this.b.dp(d, e);
405
- this.am(false);
406
+ this.c.ds(d, e);
407
+ this.an(false);
406
408
  }
407
- p() {
409
+ q() {
408
410
  }
409
- z(a, b) {
410
- for (let c of fromEnum(this.e)) {
411
+ aa(a, b) {
412
+ for (let c of fromEnum(this.f)) {
411
413
  let d = c.value;
412
414
  let e = parseInt(d.a4.toString());
413
415
  if (e == a) {
414
416
  d.checked = b;
415
- this.b.dp(e, b);
417
+ this.c.ds(e, b);
416
418
  }
417
419
  }
418
- this.am();
420
+ this.an();
419
421
  }
420
- aa(a) {
421
- for (let b of fromEnum(this.e)) {
422
+ ab(a) {
423
+ for (let b of fromEnum(this.f)) {
422
424
  let c = b.value;
423
425
  c.checked = a;
424
426
  }
425
427
  }
426
- v(a) {
427
- this.m = a;
428
- if (null != this.m) {
429
- this.m.setStyleProperty("margin", "5px 0px 4px 0px");
428
+ w(a) {
429
+ this.n = a;
430
+ if (null != this.n) {
431
+ this.n.setStyleProperty("margin", "5px 0px 4px 0px");
430
432
  }
431
433
  }
432
- an() {
433
- let a = this.i;
434
- if (null == a || null == this.m) {
434
+ ao() {
435
+ let a = this.j;
436
+ if (null == a || null == this.n) {
435
437
  return;
436
438
  }
437
439
  let b = a.createElement("div");
438
440
  let c = a.getSubRenderer(b);
439
- this.a = new XCheckbox();
440
- this.a.provideContainer(c);
441
- let d = this.i.getExternal(this.a, c.rootWrapper, this.i.getExternal(this.b, null, null));
442
- this.a.n = this.b.baseTheme;
443
- this.l = a.createElement("label");
444
- this.l.setRawText(this.b.cs);
445
- this.l.setStyleProperty("font-size", "13px");
446
- this.m.setStyleProperty("display", "flex");
447
- this.m.setStyleProperty("flex-direction", "row");
448
- this.m.setStyleProperty("font-family", "Verdana");
449
- this.m.setStyleProperty("align-items", "center");
450
- this.m.append(b);
451
- this.m.append(this.l);
452
- this.ao();
453
- this.al();
454
- let e = this.a;
455
- e.change = delegateCombine(e.change, runOn(this, this.x));
456
- this.a.y = true;
441
+ this.b = new XCheckbox();
442
+ this.b.provideContainer(c);
443
+ let d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
444
+ this.b.n = this.c.baseTheme;
445
+ this.m = a.createElement("label");
446
+ this.m.setRawText(this.c.cv);
447
+ this.m.setStyleProperty("font-size", "13px");
448
+ this.n.setStyleProperty("display", "flex");
449
+ this.n.setStyleProperty("flex-direction", "row");
450
+ this.n.setStyleProperty("font-family", "Verdana");
451
+ this.n.setStyleProperty("align-items", "center");
452
+ this.n.append(b);
453
+ this.n.append(this.m);
454
+ this.ap();
455
+ this.am();
456
+ let e = this.b;
457
+ e.change = delegateCombine(e.change, runOn(this, this.y));
458
+ this.b.y = true;
457
459
  }
458
- al() {
459
- if (null != this.l) {
460
- this.l.setRawText(this.b.cs);
461
- NativeUI.q(this.l, this.b.ew);
460
+ am() {
461
+ if (null != this.m) {
462
+ this.m.setRawText(this.c.cv);
463
+ NativeUI.q(this.m, this.c.ez);
462
464
  }
463
465
  }
464
- ao() {
465
- if (null != this.l) {
466
- let a = this.b.showSelectAll ? "flex" : "none";
467
- this.m.setStyleProperty("display", a);
466
+ ap() {
467
+ if (null != this.m) {
468
+ let a = this.c.showSelectAll ? "flex" : "none";
469
+ this.n.setStyleProperty("display", a);
468
470
  }
469
471
  }
470
- ak() {
471
- if (this.k != null) {
472
- this.k.setStyleProperty("display", this.b.a6 ? "block" : "none");
472
+ al() {
473
+ if (this.l != null) {
474
+ this.l.setStyleProperty("display", this.c.a7 ? "block" : "none");
473
475
  }
474
- if (this.j != null) {
475
- this.j.setStyleProperty("display", this.b.a6 ? "block" : "none");
476
+ if (this.k != null) {
477
+ this.k.setStyleProperty("display", this.c.a7 ? "block" : "none");
476
478
  }
477
479
  }
478
- am(a = true) {
479
- if (this.a == null) {
480
+ an(a = true) {
481
+ if (this.b == null) {
480
482
  return;
481
483
  }
482
- let b = this.d;
483
- this.d = true;
484
- let c = this.a.z;
485
- this.a.z = a;
484
+ let b = this.e;
485
+ this.e = true;
486
+ let c = this.b.z;
487
+ this.b.z = a;
486
488
  try {
487
- if (this.b.a3) {
488
- this.a.indeterminate = true;
489
+ if (this.c.a4) {
490
+ this.b.indeterminate = true;
489
491
  return;
490
492
  }
491
- this.a.indeterminate = false;
492
- if (this.b.indexType == 0) {
493
- this.a.checked = this.b.keys.count == 0;
493
+ this.b.indeterminate = false;
494
+ if (this.c.indexType == 0) {
495
+ this.b.checked = this.c.keys.count == 0;
494
496
  }
495
497
  else {
496
- this.a.checked = this.b.keys.count != 0;
498
+ this.b.checked = this.c.keys.count != 0;
497
499
  }
498
500
  }
499
501
  finally {
500
- this.a.z = c;
501
- this.d = b;
502
+ this.b.z = c;
503
+ this.e = b;
502
504
  }
503
505
  }
504
- x(a, b) {
505
- if (this.d || b.isIndeterminate) {
506
+ y(a, b) {
507
+ if (this.e || b.isIndeterminate) {
506
508
  return;
507
509
  }
508
510
  if (b.isChecked) {
509
- this.b.ea();
510
- this.b.dy(b.isChecked);
511
+ this.c.ed();
512
+ this.c.d1(b.isChecked);
511
513
  }
512
514
  else {
513
- this.b.c8();
514
- this.b.dy(b.isChecked);
515
+ this.c.db();
516
+ this.c.d1(b.isChecked);
515
517
  }
516
518
  }
517
- aj() {
518
- let a = this.i;
519
+ ak() {
520
+ let a = this.j;
519
521
  if (null == a) {
520
522
  return;
521
523
  }
522
524
  let b = a.rootWrapper;
523
525
  if (null != b) {
524
- NativeUI.q(b, this.b.fe);
525
- NativeUI.m(b, this.b.backgroundColor);
526
+ NativeUI.q(b, this.c.fh);
527
+ NativeUI.m(b, this.c.backgroundColor);
526
528
  }
527
529
  }
528
- ah() {
529
- if (this.c != null) {
530
- this.c.fill = this.b.searchIconColor;
530
+ ai() {
531
+ if (this.d != null) {
532
+ this.d.fill = this.c.searchIconColor;
531
533
  }
532
534
  }
533
- ai() {
534
- if (this.b.am != null) {
535
- this.l.setStyleProperty("font", this.b.am.fontString);
535
+ aj() {
536
+ if (this.c.an != null) {
537
+ this.m.setStyleProperty("font", this.c.an.fontString);
536
538
  }
537
539
  else {
538
- this.l.setStyleProperty("font-family", "Verdana");
539
- this.l.setStyleProperty("font-size", 13 + "px");
540
+ this.m.setStyleProperty("font-family", "Verdana");
541
+ this.m.setStyleProperty("font-size", 13 + "px");
540
542
  }
541
543
  }
542
- ae() {
543
- if (this.a == null) {
544
+ af() {
545
+ if (this.b == null) {
544
546
  return;
545
547
  }
546
- this.a.dk = this.b.e0;
547
- this.a.dd = this.b.ey;
548
- this.a.dl = this.b.e1;
549
- this.a.de = this.b.ez;
550
- this.a.dm = this.b.e2;
548
+ this.b.dk = this.c.e3;
549
+ this.b.dd = this.c.e1;
550
+ this.b.dl = this.c.e4;
551
+ this.b.de = this.c.e2;
552
+ this.b.dm = this.c.e5;
551
553
  }
552
- ag(a) {
553
- if (this.j != null) {
554
- NativeUI.w(this.j, a);
554
+ ah(a) {
555
+ if (this.k != null) {
556
+ NativeUI.w(this.k, a);
555
557
  }
556
558
  }
557
- u(a) {
558
- this.j = a;
559
+ v(a) {
560
+ this.k = a;
561
+ }
562
+ aq() {
563
+ return new Size(1, this.j.rootWrapper.width(), this.j.rootWrapper.height());
559
564
  }
560
- w() {
561
- for (let a of fromEnum(this.f)) {
565
+ a() {
566
+ let rect_ = this.j.rootWrapper.getNativeElement().getBoundingClientRect();
567
+ let a = (rect_.top);
568
+ let b = (rect_.left);
569
+ let c = new Array(2);
570
+ c[0] = a;
571
+ c[1] = b;
572
+ return c;
573
+ }
574
+ x() {
575
+ for (let a of fromEnum(this.g)) {
562
576
  a.value.df = null;
563
577
  a.value.bf = null;
564
578
  }
565
579
  }
566
- o() {
567
- this.e.clear();
580
+ p() {
568
581
  this.f.clear();
569
582
  this.g.clear();
570
583
  this.h.clear();
584
+ this.i.clear();
571
585
  }
572
586
  }
573
587
  CheckboxListView.$t = markType(CheckboxListView, 'CheckboxListView');
@@ -583,17 +597,17 @@ export let CheckboxList = /*@__PURE__*/ (() => {
583
597
  this._view = null;
584
598
  this.f = null;
585
599
  this.j = null;
586
- this.ai = null;
587
- this.ag = null;
588
600
  this.aj = null;
589
601
  this.ah = null;
602
+ this.ak = null;
603
+ this.ai = null;
590
604
  this.d = null;
591
- this.aq = false;
592
- this.c = null;
593
- this.t = null;
594
- this.v = null;
595
605
  this.ar = false;
596
- this.ao = null;
606
+ this.c = null;
607
+ this.u = null;
608
+ this.w = null;
609
+ this.as = false;
610
+ this.ap = null;
597
611
  this.g = new GridSelectedKeysCollection();
598
612
  this.a = null;
599
613
  this.propertyChanged = null;
@@ -601,58 +615,58 @@ export let CheckboxList = /*@__PURE__*/ (() => {
601
615
  this.selectedKeyRemoved = null;
602
616
  this.checkedChanged = null;
603
617
  this.labelClicked = null;
618
+ this.au = false;
604
619
  this.at = false;
605
- this.as = false;
620
+ this.bk = null;
621
+ this.bo = null;
606
622
  this.bj = null;
607
- this.bm = null;
608
- this.bi = null;
623
+ this.bs = null;
609
624
  this.bq = null;
610
- this.bo = null;
625
+ this.br = null;
611
626
  this.bp = null;
612
- this.bn = null;
613
- this.x = 3;
614
- this.be = -1;
615
- this.ak = null;
616
- this.k = 1;
617
- this.ac = 1;
618
- this.ae = 2;
619
- this.es = BrushUtil.j(255, 24, 29, 31);
620
- this.eq = null;
621
- this.av = true;
622
- this.et = null;
623
- this.er = null;
627
+ this.y = 3;
628
+ this.bf = -1;
624
629
  this.al = null;
625
- this.el = null;
626
- this.ej = null;
630
+ this.l = 1;
631
+ this.ad = 1;
632
+ this.af = 2;
633
+ this.ev = BrushUtil.j(255, 24, 29, 31);
634
+ this.et = null;
635
+ this.aw = true;
636
+ this.ew = null;
637
+ this.eu = null;
638
+ this.am = null;
639
+ this.eo = null;
627
640
  this.em = null;
628
- this.ek = null;
629
- this.en = null;
630
- this.a9 = NaN;
631
- this.aa = 0;
632
641
  this.ep = null;
642
+ this.en = null;
643
+ this.eq = null;
644
+ this.ba = NaN;
645
+ this.ab = 0;
646
+ this.es = null;
633
647
  this.indexTypeChanged = null;
634
- this.au = false;
635
- this.cr = null;
636
- this.eu = null;
637
- this.eh = CheckboxList.e5;
638
- this.a7 = true;
639
- this.ei = CheckboxList.e3;
640
- this.eo = CheckboxList.e4;
641
- this.ev = CheckboxList.e5;
648
+ this.av = false;
649
+ this.cu = null;
650
+ this.ex = null;
651
+ this.ek = CheckboxList.e8;
652
+ this.a8 = true;
653
+ this.el = CheckboxList.e6;
654
+ this.er = CheckboxList.e7;
655
+ this.ey = CheckboxList.e8;
642
656
  this.keysCleared = null;
643
657
  this.selectAllCheckboxChanged = null;
644
- this.bg = -1;
645
- this.a5 = true;
646
- this.a1 = true;
647
- this.aw = false;
658
+ this.bh = -1;
659
+ this.a6 = true;
660
+ this.a2 = true;
661
+ this.ax = false;
648
662
  let a = this.g;
649
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.d1));
650
- this.g.am(runOn(this, this.d0));
663
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.d4));
664
+ this.g.am(runOn(this, this.d3));
651
665
  this.d = new FilterFactory();
652
666
  let b = new CheckboxListView();
653
- b.b = this;
667
+ b.c = this;
654
668
  this.view = b;
655
- this.view.r();
669
+ this.view.s();
656
670
  }
657
671
  get view() {
658
672
  return this._view;
@@ -660,17 +674,17 @@ export let CheckboxList = /*@__PURE__*/ (() => {
660
674
  set view(a) {
661
675
  this._view = a;
662
676
  }
663
- get w() {
664
- return this.v;
677
+ get x() {
678
+ return this.w;
665
679
  }
666
- set w(a) {
667
- this.v = a;
680
+ set x(a) {
681
+ this.w = a;
668
682
  }
669
- get u() {
670
- return this.t;
683
+ get v() {
684
+ return this.u;
671
685
  }
672
- set u(a) {
673
- this.t = a;
686
+ set v(a) {
687
+ this.u = a;
674
688
  }
675
689
  get e() {
676
690
  if (this.f == null) {
@@ -678,12 +692,12 @@ export let CheckboxList = /*@__PURE__*/ (() => {
678
692
  }
679
693
  return this.f.actualDataSource;
680
694
  }
681
- get ap() {
682
- if (this.ao == null) {
683
- this.ao = new SRProvider(this.view.i);
684
- this.ao.cb("DataGrid");
695
+ get aq() {
696
+ if (this.ap == null) {
697
+ this.ap = new SRProvider(this.view.j);
698
+ this.ap.cb("DataGrid");
685
699
  }
686
- return this.ao;
700
+ return this.ap;
687
701
  }
688
702
  get keys() {
689
703
  return this.g;
@@ -695,7 +709,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
695
709
  let b = this.a;
696
710
  this.a = a;
697
711
  if (b != this.a) {
698
- this.dw("PrimaryKey", b, this.a);
712
+ this.dz("PrimaryKey", b, this.a);
699
713
  }
700
714
  }
701
715
  clearSelectedKeys() {
@@ -713,47 +727,47 @@ export let CheckboxList = /*@__PURE__*/ (() => {
713
727
  removeSelectedKeyAt(a) {
714
728
  this.keys.removeAt(a);
715
729
  }
716
- d0() {
717
- this.dg();
730
+ d3() {
731
+ this.dj();
718
732
  if (this.keysCleared != null) {
719
733
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
720
734
  }
721
735
  }
722
- d1(a, b) {
723
- if (this.e == null || this.e.actualSchema == null || this.aq) {
736
+ d4(a, b) {
737
+ if (this.e == null || this.e.actualSchema == null || this.ar) {
724
738
  return;
725
739
  }
726
740
  switch (b.action) {
727
741
  case 0:
728
742
  for (let c = 0; c < b.newItems.count; c++) {
729
- this.du(b.newItems.item(c));
743
+ this.dx(b.newItems.item(c));
730
744
  }
731
745
  break;
732
746
  case 1:
733
747
  for (let d = 0; d < b.oldItems.count; d++) {
734
- this.dv(b.oldItems.item(d));
748
+ this.dy(b.oldItems.item(d));
735
749
  }
736
750
  break;
737
751
  case 2:
738
752
  for (let e = 0; e < b.oldItems.count; e++) {
739
- this.dv(b.oldItems.item(e));
753
+ this.dy(b.oldItems.item(e));
740
754
  }
741
755
  for (let f = 0; f < b.newItems.count; f++) {
742
- this.du(b.newItems.item(f));
756
+ this.dx(b.newItems.item(f));
743
757
  }
744
758
  break;
745
759
  case 4:
746
- this.view.aa(this.indexType == 0);
760
+ this.view.ab(this.indexType == 0);
747
761
  for (let g = 0; g < this.keys.ae.count; g++) {
748
- this.du(this.keys.ae._inner[g]);
762
+ this.dx(this.keys.ae._inner[g]);
749
763
  }
750
764
  break;
751
765
  }
752
766
  }
753
- du(a) {
767
+ dx(a) {
754
768
  let b = this.e.indexOfKey(a.value);
755
769
  if (b >= 0) {
756
- this.view.z(b, this.indexType == 1);
770
+ this.view.aa(b, this.indexType == 1);
757
771
  }
758
772
  if (this.selectedKeyAdded == null) {
759
773
  return;
@@ -766,10 +780,10 @@ export let CheckboxList = /*@__PURE__*/ (() => {
766
780
  return $ret;
767
781
  })()));
768
782
  }
769
- dv(a) {
783
+ dy(a) {
770
784
  let b = this.e.indexOfKey(a.value);
771
785
  if (b >= 0) {
772
- this.view.z(b, this.indexType == 0);
786
+ this.view.aa(b, this.indexType == 0);
773
787
  }
774
788
  if (this.selectedKeyRemoved == null) {
775
789
  return;
@@ -782,8 +796,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
782
796
  return $ret;
783
797
  })()));
784
798
  }
785
- dp(a, b) {
786
- if (this.checkedChanged != null && this.ar == false) {
799
+ ds(a, b) {
800
+ if (this.checkedChanged != null && this.as == false) {
787
801
  let c = null;
788
802
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
789
803
  c = new Array(this.e.actualPrimaryKey.length);
@@ -801,76 +815,76 @@ export let CheckboxList = /*@__PURE__*/ (() => {
801
815
  }
802
816
  }
803
817
  notifySizeChanged() {
804
- this.view.p();
818
+ this.view.q();
805
819
  }
806
820
  onAttachedToUI() {
807
- this.at = false;
821
+ this.au = false;
808
822
  if (this.f != null) {
809
823
  let a = this.f;
810
- a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dc));
824
+ a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.df));
811
825
  let b = this.f;
812
- b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dd));
826
+ b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dg));
813
827
  if (this.f.actualDataSource != null) {
814
828
  let c = this.f.actualDataSource;
815
- c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.dx));
829
+ c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d0));
816
830
  }
817
831
  }
818
- if (this.t != null) {
819
- let d = this.t;
820
- d.changing = delegateCombine(d.changing, runOn(this, this.de));
832
+ if (this.u != null) {
833
+ let d = this.u;
834
+ d.changing = delegateCombine(d.changing, runOn(this, this.dh));
821
835
  }
822
836
  if (this.j != null) {
823
837
  let e = this.j;
824
- e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.c6));
838
+ e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.c9));
825
839
  }
826
840
  }
827
841
  onDetachedFromUI() {
828
- this.at = true;
829
- this.db();
830
- this.da();
842
+ this.au = true;
843
+ this.de();
844
+ this.dd();
831
845
  }
832
- db() {
846
+ de() {
833
847
  if (this.f != null) {
834
848
  let a = this.f;
835
- a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dc));
849
+ a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.df));
836
850
  let b = this.f;
837
- b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dd));
851
+ b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dg));
838
852
  if (this.f.actualDataSource != null) {
839
853
  let c = this.f.actualDataSource;
840
- c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.dx));
854
+ c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d0));
841
855
  }
842
856
  }
843
- if (this.t != null) {
844
- let d = this.t;
845
- d.changing = delegateRemove(d.changing, runOn(this, this.de));
857
+ if (this.u != null) {
858
+ let d = this.u;
859
+ d.changing = delegateRemove(d.changing, runOn(this, this.dh));
846
860
  }
847
861
  }
848
- da() {
862
+ dd() {
849
863
  if (this.j != null) {
850
864
  let a = this.j;
851
- a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.c6));
865
+ a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.c9));
852
866
  }
853
867
  }
854
868
  destroy() {
855
- this.as = true;
856
- if (!this.at) {
857
- this.db();
869
+ this.at = true;
870
+ if (!this.au) {
871
+ this.de();
858
872
  }
859
873
  this.provideContainer(null, null, null);
860
- if (!this.at) {
861
- this.da();
874
+ if (!this.au) {
875
+ this.dd();
862
876
  }
863
877
  }
864
- get ay() {
865
- return this.as || this.at;
878
+ get az() {
879
+ return this.at || this.au;
866
880
  }
867
881
  provideContainer(a, b, c) {
868
882
  this.f = b;
869
883
  if (null != this.f) {
870
884
  this.f.scrollbarStyle = 1;
871
885
  let d = this.f;
872
- d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dd));
873
- this.f.scrollbarBackground = this.e7;
886
+ d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dg));
887
+ this.f.scrollbarBackground = this.fa;
874
888
  this.f.headerHeight = 0;
875
889
  this.f.rowSeparatorHeight = 0;
876
890
  this.f.defaultColumnMinWidth = NaN;
@@ -879,56 +893,56 @@ export let CheckboxList = /*@__PURE__*/ (() => {
879
893
  this.f.selectionMode = 0;
880
894
  this.f.editMode = 0;
881
895
  let e = this.f;
882
- e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dc));
883
- if (this.bj != null) {
884
- this.f.itemsSource = this.bj;
885
- this.c5();
886
- this.dz();
896
+ e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.df));
897
+ if (this.bk != null) {
898
+ this.f.itemsSource = this.bk;
899
+ this.c8();
900
+ this.d2();
887
901
  }
888
- if (this.bm != null) {
889
- this.dz();
890
- this.ed();
902
+ if (this.bo != null) {
903
+ this.d2();
904
+ this.eg();
891
905
  }
892
906
  }
893
- this.view.v(c);
894
- if (this.ax) {
895
- this.ef();
907
+ this.view.w(c);
908
+ if (this.ay) {
909
+ this.ei();
896
910
  }
897
- this.view.q(a);
911
+ this.view.r(a);
898
912
  }
899
- dd(a, b) {
900
- this.f.scrollbarStyle = this.ab;
913
+ dg(a, b) {
914
+ this.f.scrollbarStyle = this.ac;
901
915
  }
902
916
  provideSelectAllSection(a) {
903
- this.view.v(a);
917
+ this.view.w(a);
904
918
  }
905
- dc(a, b) {
906
- if (!this.ax && b.cellInfo.l.a5 == 0 || this.ax && b.cellInfo.l.a5 == 1) {
919
+ df(a, b) {
920
+ if (!this.ay && b.cellInfo.l.a5 == 0 || this.ay && b.cellInfo.l.a5 == 1) {
907
921
  return;
908
922
  }
909
923
  let c = b.cellInfo.l.x;
910
924
  if (-1 == c) {
911
925
  return;
912
926
  }
913
- let d = b.cellInfo.ic;
927
+ let d = b.cellInfo.ig;
914
928
  let e = this.i(d);
915
- if (this.a4) {
929
+ if (this.a5) {
916
930
  if (this.keys.contains(e)) {
917
- if (this.ai != null) {
918
- this.ai.setPropertyValue(d, false);
931
+ if (this.aj != null) {
932
+ this.aj.setPropertyValue(d, false);
919
933
  }
920
934
  this.keys.remove(e);
921
935
  }
922
936
  else {
923
- if (this.ai != null) {
924
- this.ai.setPropertyValue(d, true);
937
+ if (this.aj != null) {
938
+ this.aj.setPropertyValue(d, true);
925
939
  }
926
940
  this.keys.add(e);
927
941
  }
928
942
  }
929
- this.dj(c, this.keys.contains(e));
943
+ this.dm(c, this.keys.contains(e));
930
944
  }
931
- dj(a, b) {
945
+ dm(a, b) {
932
946
  let c = null;
933
947
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
934
948
  c = new Array(this.e.actualPrimaryKey.length);
@@ -947,21 +961,21 @@ export let CheckboxList = /*@__PURE__*/ (() => {
947
961
  return $ret;
948
962
  })()));
949
963
  }
950
- c6(a, b) {
964
+ c9(a, b) {
951
965
  let c = b.cellInfo.l.x;
952
966
  if (-1 == c) {
953
967
  return;
954
968
  }
955
969
  let d = false;
956
- if (b.cellInfo.ic != null) {
957
- let e = this.i(b.cellInfo.ic);
970
+ if (b.cellInfo.ig != null) {
971
+ let e = this.i(b.cellInfo.ig);
958
972
  if (this.keys.contains(e)) {
959
973
  d = true;
960
974
  }
961
975
  }
962
- this.view.s(b.content.element, c, d);
976
+ this.view.t(b.content.element, c, d);
963
977
  }
964
- ee(a, b) {
978
+ eh(a, b) {
965
979
  let c = b.cellInfo.l.x;
966
980
  if (-1 == c) {
967
981
  return;
@@ -971,13 +985,13 @@ export let CheckboxList = /*@__PURE__*/ (() => {
971
985
  let f = null;
972
986
  let g = null;
973
987
  let h = null;
974
- if (b.cellInfo.ic != null) {
975
- d = this.ag.getPropertyValue(b.cellInfo.ic);
976
- if (this.aj != null) {
977
- e = this.aj.getPropertyValue(b.cellInfo.ic);
988
+ if (b.cellInfo.ig != null) {
989
+ d = this.ah.getPropertyValue(b.cellInfo.ig);
990
+ if (this.ak != null) {
991
+ e = this.ak.getPropertyValue(b.cellInfo.ig);
978
992
  }
979
- if (this.ah != null) {
980
- let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.ah.getPropertyValue(b.cellInfo.ic));
993
+ if (this.ai != null) {
994
+ let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.ai.getPropertyValue(b.cellInfo.ig));
981
995
  if (i == 0) {
982
996
  h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
983
997
  }
@@ -989,11 +1003,11 @@ export let CheckboxList = /*@__PURE__*/ (() => {
989
1003
  }
990
1004
  }
991
1005
  }
992
- this.view.t(b.content.element, c, d, e, this.ak, "Verdana", 13, this.bi, f, g, h);
1006
+ this.view.u(b.content.element, c, d, e, this.al, "Verdana", 13, this.bj, f, g, h);
993
1007
  }
994
- dr(a) {
995
- if (this.bm != null) {
996
- let b = this.d.property(this.bm).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
1008
+ du(a) {
1009
+ if (this.bo != null) {
1010
+ let b = this.d.property(this.bo).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
997
1011
  let c = b.contains(a);
998
1012
  if (!this.f.filterExpressions.k.contains(this.c)) {
999
1013
  this.c = c;
@@ -1006,101 +1020,101 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1006
1020
  }
1007
1021
  }
1008
1022
  get itemsSource() {
1009
- return this.bj;
1023
+ return this.bk;
1010
1024
  }
1011
1025
  set itemsSource(a) {
1012
- let b = this.bj;
1013
- this.bj = a;
1014
- if (b != this.bj) {
1015
- this.dw("ItemsSource", b, this.bj);
1026
+ let b = this.bk;
1027
+ this.bk = a;
1028
+ if (b != this.bk) {
1029
+ this.dz("ItemsSource", b, this.bk);
1016
1030
  }
1017
1031
  }
1018
1032
  get dataMemberPath() {
1019
- return this.bm;
1033
+ return this.bo;
1020
1034
  }
1021
1035
  set dataMemberPath(a) {
1022
- let b = this.bm;
1023
- this.bm = a;
1024
- if (b != this.bm) {
1025
- this.dw("DataMemberPath", b, this.bm);
1036
+ let b = this.bo;
1037
+ this.bo = a;
1038
+ if (b != this.bo) {
1039
+ this.dz("DataMemberPath", b, this.bo);
1040
+ }
1041
+ }
1042
+ get bl() {
1043
+ return this.bj;
1044
+ }
1045
+ set bl(a) {
1046
+ let b = this.bj;
1047
+ this.bj = a;
1048
+ if (b != this.bj) {
1049
+ this.dz("DataLegendTarget", b, this.bj);
1026
1050
  }
1027
1051
  }
1028
- get bk() {
1029
- return this.bi;
1052
+ get c2() {
1053
+ return this.bs;
1030
1054
  }
1031
- set bk(a) {
1032
- let b = this.bi;
1033
- this.bi = a;
1034
- if (b != this.bi) {
1035
- this.dw("DataLegendTarget", b, this.bi);
1055
+ set c2(a) {
1056
+ let b = this.bs;
1057
+ this.bs = a;
1058
+ if (b != this.bs) {
1059
+ this.dz("SubtitleMemberPath", b, this.bs);
1036
1060
  }
1037
1061
  }
1038
- get cz() {
1062
+ get ch() {
1039
1063
  return this.bq;
1040
1064
  }
1041
- set cz(a) {
1065
+ set ch(a) {
1042
1066
  let b = this.bq;
1043
1067
  this.bq = a;
1044
1068
  if (b != this.bq) {
1045
- this.dw("SubtitleMemberPath", b, this.bq);
1069
+ this.dz("PropertyTypeMemberPath", b, this.bq);
1046
1070
  }
1047
1071
  }
1048
- get ce() {
1049
- return this.bo;
1072
+ get selectedMemberPath() {
1073
+ return this.br;
1050
1074
  }
1051
- set ce(a) {
1052
- let b = this.bo;
1053
- this.bo = a;
1054
- if (b != this.bo) {
1055
- this.dw("PropertyTypeMemberPath", b, this.bo);
1075
+ set selectedMemberPath(a) {
1076
+ let b = this.br;
1077
+ this.br = a;
1078
+ if (b != this.br) {
1079
+ this.dz("SelectedMemberPath", b, this.br);
1056
1080
  }
1057
1081
  }
1058
- get selectedMemberPath() {
1082
+ get ca() {
1059
1083
  return this.bp;
1060
1084
  }
1061
- set selectedMemberPath(a) {
1085
+ set ca(a) {
1062
1086
  let b = this.bp;
1063
1087
  this.bp = a;
1064
1088
  if (b != this.bp) {
1065
- this.dw("SelectedMemberPath", b, this.bp);
1089
+ this.dz("FilterPlaceholderText", b, this.bp);
1066
1090
  }
1067
1091
  }
1068
- get b7() {
1069
- return this.bn;
1092
+ get z() {
1093
+ return this.y;
1070
1094
  }
1071
- set b7(a) {
1072
- let b = this.bn;
1073
- this.bn = a;
1074
- if (b != this.bn) {
1075
- this.dw("FilterPlaceholderText", b, this.bn);
1095
+ set z(a) {
1096
+ let b = this.y;
1097
+ this.y = a;
1098
+ if (b != this.y) {
1099
+ this.dz("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.y));
1076
1100
  }
1077
1101
  }
1078
- get y() {
1079
- return this.x;
1102
+ get bi() {
1103
+ return this.bf;
1080
1104
  }
1081
- set y(a) {
1082
- let b = this.x;
1083
- this.x = a;
1084
- if (b != this.x) {
1085
- this.dw("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.x));
1105
+ set bi(a) {
1106
+ let b = this.bf;
1107
+ this.bf = a;
1108
+ if (b != this.bf) {
1109
+ this.dz("RowHeight", b, this.bf);
1086
1110
  }
1087
1111
  }
1088
- get bh() {
1089
- return this.be;
1090
- }
1091
- set bh(a) {
1092
- let b = this.be;
1093
- this.be = a;
1094
- if (b != this.be) {
1095
- this.dw("RowHeight", b, this.be);
1096
- }
1097
- }
1098
- get bf() {
1112
+ get bg() {
1099
1113
  if (this.f != null) {
1100
1114
  return this.f.actualRowHeight;
1101
1115
  }
1102
- else if (this.be != -1) {
1103
- return this.be;
1116
+ else if (this.bf != -1) {
1117
+ return this.bf;
1104
1118
  }
1105
1119
  else {
1106
1120
  switch (this.density) {
@@ -1113,124 +1127,114 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1113
1127
  return GridStyleRepository.r;
1114
1128
  }
1115
1129
  }
1116
- get am() {
1117
- return this.ak;
1130
+ get an() {
1131
+ return this.al;
1118
1132
  }
1119
- set am(a) {
1120
- let b = this.ak;
1121
- this.ak = a;
1122
- if (b != this.ak) {
1123
- this.dw("CellTextStyle", b, this.ak);
1133
+ set an(a) {
1134
+ let b = this.al;
1135
+ this.al = a;
1136
+ if (b != this.al) {
1137
+ this.dz("CellTextStyle", b, this.al);
1124
1138
  }
1125
1139
  }
1126
1140
  get indexType() {
1127
- return this.k;
1141
+ return this.l;
1128
1142
  }
1129
1143
  set indexType(a) {
1130
- let b = this.k;
1131
- this.k = a;
1132
- if (b != this.k) {
1133
- this.dw("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
1144
+ let b = this.l;
1145
+ this.l = a;
1146
+ if (b != this.l) {
1147
+ this.dz("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.l));
1134
1148
  }
1135
1149
  }
1136
1150
  get baseTheme() {
1137
- return this.ac;
1151
+ return this.ad;
1138
1152
  }
1139
1153
  set baseTheme(a) {
1140
- let b = this.ac;
1141
- this.ac = a;
1142
- if (b != this.ac) {
1143
- this.dw("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ac));
1154
+ let b = this.ad;
1155
+ this.ad = a;
1156
+ if (b != this.ad) {
1157
+ this.dz("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ad));
1144
1158
  }
1145
1159
  }
1146
1160
  get density() {
1147
- return this.ae;
1161
+ return this.af;
1148
1162
  }
1149
1163
  set density(a) {
1150
- let b = this.ae;
1151
- this.ae = a;
1152
- if (b != this.ae) {
1153
- this.dw("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ae));
1164
+ let b = this.af;
1165
+ this.af = a;
1166
+ if (b != this.af) {
1167
+ this.dz("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.af));
1154
1168
  }
1155
1169
  }
1156
1170
  get searchIconColor() {
1157
- return this.es;
1171
+ return this.ev;
1158
1172
  }
1159
1173
  set searchIconColor(a) {
1160
- let b = this.es;
1161
- this.es = a;
1162
- if (b != this.es) {
1163
- this.dw("SearchIconColor", b, this.es);
1174
+ let b = this.ev;
1175
+ this.ev = a;
1176
+ if (b != this.ev) {
1177
+ this.dz("SearchIconColor", b, this.ev);
1164
1178
  }
1165
1179
  }
1166
- get e8() {
1167
- return this.eq;
1180
+ get fb() {
1181
+ return this.et;
1168
1182
  }
1169
- set e8(a) {
1170
- let b = this.eq;
1171
- this.eq = a;
1172
- if (b != this.eq) {
1173
- this.dw("SearchBackgroundColor", b, this.eq);
1183
+ set fb(a) {
1184
+ let b = this.et;
1185
+ this.et = a;
1186
+ if (b != this.et) {
1187
+ this.dz("SearchBackgroundColor", b, this.et);
1174
1188
  }
1175
1189
  }
1176
- get a4() {
1177
- return this.av;
1190
+ get a5() {
1191
+ return this.aw;
1178
1192
  }
1179
- set a4(a) {
1180
- let b = this.av;
1181
- this.av = a;
1182
- if (b != this.av) {
1183
- this.dw("LabelClickTriggersChange", b, this.av);
1193
+ set a5(a) {
1194
+ let b = this.aw;
1195
+ this.aw = a;
1196
+ if (b != this.aw) {
1197
+ this.dz("LabelClickTriggersChange", b, this.aw);
1184
1198
  }
1185
1199
  }
1186
1200
  get searchTextColor() {
1187
- return this.et;
1201
+ return this.ew;
1188
1202
  }
1189
1203
  set searchTextColor(a) {
1190
- let b = this.et;
1191
- this.et = a;
1192
- if (b != this.et) {
1193
- this.dw("SearchTextColor", b, this.et);
1194
- }
1195
- }
1196
- get e9() {
1197
- return this.er;
1198
- }
1199
- set e9(a) {
1200
- let b = this.er;
1201
- this.er = a;
1202
- if (b != this.er) {
1203
- this.dw("SearchBorderColor", b, this.er);
1204
+ let b = this.ew;
1205
+ this.ew = a;
1206
+ if (b != this.ew) {
1207
+ this.dz("SearchTextColor", b, this.ew);
1204
1208
  }
1205
1209
  }
1206
- get an() {
1207
- return this.al;
1210
+ get fc() {
1211
+ return this.eu;
1208
1212
  }
1209
- set an(a) {
1210
- let b = this.al;
1211
- this.al = a;
1212
- if (b != this.al) {
1213
- this.dw("SearchTextStyle", b, this.al);
1213
+ set fc(a) {
1214
+ let b = this.eu;
1215
+ this.eu = a;
1216
+ if (b != this.eu) {
1217
+ this.dz("SearchBorderColor", b, this.eu);
1214
1218
  }
1215
1219
  }
1216
- get e0() {
1217
- return this.el;
1220
+ get ao() {
1221
+ return this.am;
1218
1222
  }
1219
- set e0(a) {
1220
- let b = this.el;
1221
- this.el = a;
1222
- if (b != this.el) {
1223
- this.dw("CheckboxTickColor", b, this.el);
1223
+ set ao(a) {
1224
+ let b = this.am;
1225
+ this.am = a;
1226
+ if (b != this.am) {
1227
+ this.dz("SearchTextStyle", b, this.am);
1224
1228
  }
1225
1229
  }
1226
- get ey() {
1227
- return this.ej;
1230
+ get e3() {
1231
+ return this.eo;
1228
1232
  }
1229
- set ey(a) {
1230
- let b = this.ej;
1231
- this.ej = a;
1232
- if (b != this.ej) {
1233
- this.dw("CheckboxCheckedBackgroundColor", b, this.ej);
1233
+ set e3(a) {
1234
+ let b = this.eo;
1235
+ this.eo = a;
1236
+ if (b != this.eo) {
1237
+ this.dz("CheckboxTickColor", b, this.eo);
1234
1238
  }
1235
1239
  }
1236
1240
  get e1() {
@@ -1240,17 +1244,17 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1240
1244
  let b = this.em;
1241
1245
  this.em = a;
1242
1246
  if (b != this.em) {
1243
- this.dw("CheckboxUncheckedBackgroundColor", b, this.em);
1247
+ this.dz("CheckboxCheckedBackgroundColor", b, this.em);
1244
1248
  }
1245
1249
  }
1246
- get ez() {
1247
- return this.ek;
1250
+ get e4() {
1251
+ return this.ep;
1248
1252
  }
1249
- set ez(a) {
1250
- let b = this.ek;
1251
- this.ek = a;
1252
- if (b != this.ek) {
1253
- this.dw("CheckboxCheckedBorderColor", b, this.ek);
1253
+ set e4(a) {
1254
+ let b = this.ep;
1255
+ this.ep = a;
1256
+ if (b != this.ep) {
1257
+ this.dz("CheckboxUncheckedBackgroundColor", b, this.ep);
1254
1258
  }
1255
1259
  }
1256
1260
  get e2() {
@@ -1260,55 +1264,65 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1260
1264
  let b = this.en;
1261
1265
  this.en = a;
1262
1266
  if (b != this.en) {
1263
- this.dw("CheckboxUncheckedBorderColor", b, this.en);
1267
+ this.dz("CheckboxCheckedBorderColor", b, this.en);
1264
1268
  }
1265
1269
  }
1266
- get ba() {
1267
- return this.a9;
1270
+ get e5() {
1271
+ return this.eq;
1268
1272
  }
1269
- set ba(a) {
1270
- let b = this.a9;
1271
- this.a9 = a;
1272
- if (b != this.a9) {
1273
- this.dw("CheckboxCornerRadius", b, this.a9);
1273
+ set e5(a) {
1274
+ let b = this.eq;
1275
+ this.eq = a;
1276
+ if (b != this.eq) {
1277
+ this.dz("CheckboxUncheckedBorderColor", b, this.eq);
1274
1278
  }
1275
1279
  }
1276
- get ab() {
1277
- return this.aa;
1280
+ get bb() {
1281
+ return this.ba;
1278
1282
  }
1279
- set ab(a) {
1280
- let b = this.aa;
1281
- this.aa = a;
1282
- if (b != this.aa) {
1283
- this.dw("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.aa));
1283
+ set bb(a) {
1284
+ let b = this.ba;
1285
+ this.ba = a;
1286
+ if (b != this.ba) {
1287
+ this.dz("CheckboxCornerRadius", b, this.ba);
1284
1288
  }
1285
1289
  }
1286
- get e7() {
1287
- return this.ep;
1290
+ get ac() {
1291
+ return this.ab;
1288
1292
  }
1289
- set e7(a) {
1290
- let b = this.ep;
1291
- this.ep = a;
1292
- if (b != this.ep) {
1293
- this.dw("ScrollbarBackground", b, this.ep);
1293
+ set ac(a) {
1294
+ let b = this.ab;
1295
+ this.ab = a;
1296
+ if (b != this.ab) {
1297
+ this.dz("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ab));
1298
+ }
1299
+ }
1300
+ get fa() {
1301
+ return this.es;
1302
+ }
1303
+ set fa(a) {
1304
+ let b = this.es;
1305
+ this.es = a;
1306
+ if (b != this.es) {
1307
+ this.dz("ScrollbarBackground", b, this.es);
1294
1308
  }
1295
1309
  }
1296
- dw(a, b, c) {
1310
+ dz(a, b, c) {
1297
1311
  if (this.propertyChanged != null) {
1298
1312
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
1299
1313
  }
1300
- this.d2(a, b, c);
1314
+ this.d5(a, b, c);
1301
1315
  }
1302
- d2(a, b, c) {
1316
+ d5(a, b, c) {
1303
1317
  switch (a) {
1304
1318
  case "IndexType":
1305
1319
  this.keys.clear();
1306
- this.dg();
1320
+ this.dj();
1307
1321
  if (this.keysCleared != null) {
1308
1322
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1309
1323
  }
1310
- this.view.am();
1311
- this.ds(b, c);
1324
+ this.view.an();
1325
+ this.dv(b, c);
1312
1326
  break;
1313
1327
  case "ItemsSource":
1314
1328
  if (this.f != null) {
@@ -1319,20 +1333,20 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1319
1333
  this.f.filterExpressions.clear();
1320
1334
  this.f.summaryDescriptions.n();
1321
1335
  }
1322
- if (this.f.actualDataSource != null && !this.ay) {
1336
+ if (this.f.actualDataSource != null && !this.az) {
1323
1337
  let d = this.f.actualDataSource;
1324
- d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.dx));
1338
+ d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d0));
1325
1339
  }
1326
- this.f.itemsSource = this.bj;
1327
- this.c5();
1328
- if (this.f.actualDataSource != null && !this.ay) {
1340
+ this.f.itemsSource = this.bk;
1341
+ this.c8();
1342
+ if (this.f.actualDataSource != null && !this.az) {
1329
1343
  let e = this.f.actualDataSource;
1330
- e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.dx));
1344
+ e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d0));
1331
1345
  }
1332
- this.ar = true;
1333
- this.dz();
1334
- this.ar = false;
1335
- this.view.am();
1346
+ this.as = true;
1347
+ this.d2();
1348
+ this.as = false;
1349
+ this.view.an();
1336
1350
  }
1337
1351
  break;
1338
1352
  case "DataMemberPath":
@@ -1340,9 +1354,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1340
1354
  case "SubtitleMemberPath":
1341
1355
  case "PropertyTypeMemberPath":
1342
1356
  if (this.f != null) {
1343
- if (this.bm != null) {
1344
- this.dz();
1345
- this.ed();
1357
+ if (this.bo != null) {
1358
+ this.d2();
1359
+ this.eg();
1346
1360
  }
1347
1361
  }
1348
1362
  break;
@@ -1352,90 +1366,90 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1352
1366
  }
1353
1367
  break;
1354
1368
  case "SelectAllCaptionTextColor":
1355
- this.ew = null != this.fc ? this.fc : CheckboxList.e5;
1369
+ this.ez = null != this.ff ? this.ff : CheckboxList.e8;
1356
1370
  break;
1357
1371
  case "SelectAllCaption":
1358
1372
  case "ActualSelectAllCaptionTextColor":
1359
- this.view.al();
1373
+ this.view.am();
1360
1374
  break;
1361
1375
  case "showSelectAll":
1362
- this.view.ao();
1363
- this.view.y();
1376
+ this.view.ap();
1377
+ this.view.z();
1364
1378
  break;
1365
1379
  case "ShowFilter":
1366
- this.view.ak();
1367
- this.view.y();
1380
+ this.view.al();
1381
+ this.view.z();
1368
1382
  break;
1369
1383
  case "FilterPlaceholderText":
1370
- if (this.t != null) {
1371
- this.t.cg = this.b7;
1384
+ if (this.u != null) {
1385
+ this.u.cg = this.ca;
1372
1386
  }
1373
1387
  break;
1374
1388
  case "SearchInputType":
1375
- if (this.v != null) {
1376
- this.v.d = this.y;
1389
+ if (this.w != null) {
1390
+ this.w.d = this.z;
1377
1391
  }
1378
1392
  break;
1379
1393
  case "RowHeight":
1380
1394
  if (this.f != null) {
1381
- this.f.rowHeight = this.bh;
1395
+ this.f.rowHeight = this.bi;
1382
1396
  }
1383
1397
  break;
1384
1398
  case "CellTextStyle":
1385
1399
  if (this.f != null) {
1386
- this.f.cellTextStyle = this.am;
1400
+ this.f.cellTextStyle = this.an;
1387
1401
  }
1388
- this.view.ai();
1402
+ this.view.aj();
1389
1403
  break;
1390
1404
  case "BackgroundColor":
1391
1405
  case "TextColor":
1392
1406
  case "RowHoverBackgroundColor":
1393
1407
  let f = this.f;
1394
1408
  if (null != f) {
1395
- f.cellTextColor = this.fe;
1409
+ f.cellTextColor = this.fh;
1396
1410
  f.cellBackground = this.backgroundColor;
1397
1411
  f.cellSelectedBackground = this.backgroundColor;
1398
1412
  f.rowHoverBackground = this.rowHoverBackgroundColor;
1399
1413
  }
1400
- this.view.aj();
1414
+ this.view.ak();
1401
1415
  break;
1402
1416
  case "BaseTheme":
1403
- this.ec();
1417
+ this.ef();
1404
1418
  break;
1405
1419
  case "Density":
1406
- this.eb();
1420
+ this.ee();
1407
1421
  break;
1408
1422
  case "IsRowHoverEnabled":
1409
1423
  if (this.f != null) {
1410
- this.f.isRowHoverEnabled = this.a2;
1424
+ this.f.isRowHoverEnabled = this.a3;
1411
1425
  }
1412
1426
  break;
1413
1427
  case "ScrollbarStyle":
1414
1428
  if (this.f != null) {
1415
- this.f.scrollbarStyle = this.ab;
1429
+ this.f.scrollbarStyle = this.ac;
1416
1430
  }
1417
1431
  break;
1418
1432
  case "ScrollbarBackground":
1419
1433
  if (this.f != null) {
1420
- this.f.scrollbarBackground = this.e7;
1434
+ this.f.scrollbarBackground = this.fa;
1421
1435
  }
1422
1436
  break;
1423
1437
  case "SearchIconColor":
1424
- this.view.ah();
1438
+ this.view.ai();
1425
1439
  break;
1426
1440
  case "SearchBackgroundColor":
1427
- this.w.mc = this.e8;
1441
+ this.x.mc = this.fb;
1428
1442
  break;
1429
1443
  case "SearchBorderColor":
1430
- this.w.md = this.e9;
1444
+ this.x.md = this.fc;
1431
1445
  break;
1432
1446
  case "SearchTextColor":
1433
- if (this.u != null) {
1434
- this.u.d8 = this.searchTextColor;
1447
+ if (this.v != null) {
1448
+ this.v.d8 = this.searchTextColor;
1435
1449
  }
1436
1450
  break;
1437
1451
  case "SearchTextStyle":
1438
- this.u.af = this.an;
1452
+ this.v.af = this.ao;
1439
1453
  break;
1440
1454
  case "CheckboxTickColor":
1441
1455
  case "CheckboxCheckedBackgroundColor":
@@ -1443,14 +1457,14 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1443
1457
  case "CheckboxCheckedBorderColor":
1444
1458
  case "CheckboxUncheckedBorderColor":
1445
1459
  case "CheckboxCornerRadius":
1446
- this.view.ae();
1460
+ this.view.af();
1447
1461
  if (this.f != null) {
1448
1462
  this.f.xx();
1449
1463
  }
1450
1464
  break;
1451
1465
  case "CheckboxAlignedRight":
1452
1466
  if (this.f != null) {
1453
- this.ef();
1467
+ this.ei();
1454
1468
  }
1455
1469
  break;
1456
1470
  case "DataLegendTarget":
@@ -1460,7 +1474,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1460
1474
  break;
1461
1475
  }
1462
1476
  }
1463
- ef() {
1477
+ ei() {
1464
1478
  if (this.f.actualColumns.count == 0) {
1465
1479
  return;
1466
1480
  }
@@ -1468,7 +1482,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1468
1482
  let b = this.f.actualColumns._inner[1];
1469
1483
  let c = this.f.actualColumns._inner[2];
1470
1484
  this.f.actualColumns.clear();
1471
- if (this.ax) {
1485
+ if (this.ay) {
1472
1486
  this.f.columns.add(b);
1473
1487
  this.f.columns.add(a);
1474
1488
  }
@@ -1478,7 +1492,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1478
1492
  }
1479
1493
  this.f.columns.add(c);
1480
1494
  }
1481
- ds(a, b) {
1495
+ dv(a, b) {
1482
1496
  if (this.indexTypeChanged != null) {
1483
1497
  this.indexTypeChanged(this, ((() => {
1484
1498
  let $ret = new CheckboxListIndexTypeChangedEventArgs();
@@ -1488,71 +1502,71 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1488
1502
  })()));
1489
1503
  }
1490
1504
  }
1491
- eb() {
1505
+ ee() {
1492
1506
  if (this.f != null) {
1493
1507
  this.f.density = this.density;
1494
1508
  }
1495
- if (this.v != null) {
1496
- this.v.t = this.density;
1509
+ if (this.w != null) {
1510
+ this.w.t = this.density;
1497
1511
  }
1498
- this.view.ad();
1512
+ this.view.ae();
1499
1513
  }
1500
- ec() {
1501
- if (this.v != null) {
1502
- this.v.p = this.baseTheme;
1514
+ ef() {
1515
+ if (this.w != null) {
1516
+ this.w.p = this.baseTheme;
1503
1517
  }
1504
- if (this.u != null) {
1505
- this.u.d8 = this.searchTextColor;
1518
+ if (this.v != null) {
1519
+ this.v.d8 = this.searchTextColor;
1506
1520
  }
1507
1521
  if (this.f != null) {
1508
- this.f.cellTextColor = this.fe;
1522
+ this.f.cellTextColor = this.fh;
1509
1523
  this.f.cellBackground = this.backgroundColor;
1510
1524
  this.f.cellSelectedBackground = this.backgroundColor;
1511
1525
  this.f.rowHoverBackground = this.rowHoverBackgroundColor;
1512
1526
  }
1513
- this.view.af();
1527
+ this.view.ag();
1514
1528
  }
1515
- dx(a, b) {
1516
- this.ar = true;
1517
- this.c5();
1529
+ d0(a, b) {
1530
+ this.as = true;
1531
+ this.c8();
1518
1532
  if (b.schema != null) {
1519
- this.dz();
1533
+ this.d2();
1520
1534
  for (let c = 0; c < this.keys.count; c++) {
1521
- this.du(this.keys._inner[c]);
1535
+ this.dx(this.keys._inner[c]);
1522
1536
  }
1523
- this.view.am();
1537
+ this.view.an();
1524
1538
  }
1525
- this.ar = false;
1539
+ this.as = false;
1526
1540
  }
1527
- dz() {
1528
- if (this.ai == null && this.bp != null && this.bp != "") {
1529
- this.ai = new FastReflectionHelper(false, this.bp);
1530
- }
1531
- if (this.ag == null && this.bm != null && this.bm != "") {
1532
- this.ag = new FastReflectionHelper(false, this.bm);
1533
- }
1534
- if (this.aj == null && this.bq != null && this.bq != "") {
1535
- this.aj = new FastReflectionHelper(false, this.bq);
1541
+ d2() {
1542
+ if (this.aj == null && this.br != null && this.br != "") {
1543
+ this.aj = new FastReflectionHelper(false, this.br);
1536
1544
  }
1537
1545
  if (this.ah == null && this.bo != null && this.bo != "") {
1538
1546
  this.ah = new FastReflectionHelper(false, this.bo);
1539
1547
  }
1540
- if (this.ag != null) {
1541
- this.ag.propertyName = this.bm;
1548
+ if (this.ak == null && this.bs != null && this.bs != "") {
1549
+ this.ak = new FastReflectionHelper(false, this.bs);
1542
1550
  }
1543
- if (this.aj != null) {
1544
- this.aj.propertyName = this.bq;
1551
+ if (this.ai == null && this.bq != null && this.bq != "") {
1552
+ this.ai = new FastReflectionHelper(false, this.bq);
1545
1553
  }
1546
1554
  if (this.ah != null) {
1547
1555
  this.ah.propertyName = this.bo;
1548
1556
  }
1549
- if (this.bj != null && this.ai != null && this.f.actualDataSource.actualSchema != null) {
1550
- this.ai.propertyName = this.bp;
1557
+ if (this.ak != null) {
1558
+ this.ak.propertyName = this.bs;
1559
+ }
1560
+ if (this.ai != null) {
1561
+ this.ai.propertyName = this.bq;
1562
+ }
1563
+ if (this.bk != null && this.aj != null && this.f.actualDataSource.actualSchema != null) {
1564
+ this.aj.propertyName = this.br;
1551
1565
  let a = this.f.actualDataSource.actualCount;
1552
1566
  for (let b = 0; b < a; b++) {
1553
1567
  let c = this.f.actualDataSource.getItemAtIndex(b);
1554
1568
  let d = this.i(c);
1555
- let e = this.ai.getPropertyValue(c);
1569
+ let e = this.aj.getPropertyValue(c);
1556
1570
  if (e == true) {
1557
1571
  if (!this.keys.contains(d)) {
1558
1572
  this.keys.add(d);
@@ -1564,43 +1578,43 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1564
1578
  }
1565
1579
  }
1566
1580
  }
1567
- ed() {
1568
- this.view.o();
1581
+ eg() {
1582
+ this.view.p();
1569
1583
  this.f.columns.clear();
1570
1584
  this.f.primaryKey = this.primaryKey;
1571
1585
  this.f.isGroupRowSticky = false;
1572
- this.f.rowHeight = this.bh;
1586
+ this.f.rowHeight = this.bi;
1573
1587
  this.f.cellBackground = this.backgroundColor;
1574
1588
  this.f.cellSelectedBackground = this.backgroundColor;
1575
1589
  this.f.density = this.density;
1576
- this.f.isRowHoverEnabled = this.a2;
1590
+ this.f.isRowHoverEnabled = this.a3;
1577
1591
  this.f.borderWidth = new Thickness(0, 0);
1578
- if (this.am != null) {
1579
- this.f.cellTextStyle = this.am;
1592
+ if (this.an != null) {
1593
+ this.f.cellTextStyle = this.an;
1580
1594
  }
1581
1595
  let a = new TemplateColumn();
1582
- if (this.bp == null) {
1583
- this.bp = "";
1596
+ if (this.br == null) {
1597
+ this.br = "";
1584
1598
  }
1585
- a.l5 = this.bp;
1586
- a.mw = "CheckboxColumn";
1599
+ a.l7 = this.br;
1600
+ a.my = "CheckboxColumn";
1587
1601
  let b = new ColumnWidth();
1588
1602
  b.c = false;
1589
1603
  b.f = 28;
1590
1604
  a.width = b;
1591
- a.ky = 0;
1592
- a.kz = 0;
1593
- a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.c6));
1605
+ a.k0 = 0;
1606
+ a.k1 = 0;
1607
+ a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.c9));
1594
1608
  this.j = a;
1595
1609
  this.f.columns.add(a);
1596
- let c = this.f.actualDataSource.resolveSchemaPropertyType(this.bm);
1597
- if ((this.bq != null || this.bo != null) && (c == 0 || c == 11 || c == 2)) {
1610
+ let c = this.f.actualDataSource.resolveSchemaPropertyType(this.bo);
1611
+ if ((this.bs != null || this.bq != null) && (c == 0 || c == 11 || c == 2)) {
1598
1612
  let d = new TemplateColumn();
1599
- d.l5 = this.bm;
1600
- d.mw = "DataColumn";
1601
- d.ky = 0;
1613
+ d.l7 = this.bo;
1614
+ d.my = "DataColumn";
1615
+ d.k0 = 0;
1602
1616
  d.g = 0;
1603
- d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ee));
1617
+ d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.eh));
1604
1618
  this.f.columns.add(d);
1605
1619
  }
1606
1620
  else {
@@ -1626,9 +1640,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1626
1640
  e = new TextColumn();
1627
1641
  break;
1628
1642
  }
1629
- e.l5 = this.bm;
1630
- e.mw = "DataColumn";
1631
- e.ky = 0;
1643
+ e.l7 = this.bo;
1644
+ e.my = "DataColumn";
1645
+ e.k0 = 0;
1632
1646
  e.g = 0;
1633
1647
  this.f.columns.add(e);
1634
1648
  }
@@ -1636,28 +1650,28 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1636
1650
  let g = new ColumnWidth();
1637
1651
  g.c = false;
1638
1652
  g.f = 10;
1639
- f.l5 = "PaddingColumn";
1640
- f.mw = "PaddingColumn";
1641
- f.ky = 0;
1653
+ f.l7 = "PaddingColumn";
1654
+ f.my = "PaddingColumn";
1655
+ f.k0 = 0;
1642
1656
  f.width = g;
1643
1657
  this.f.columns.add(f);
1644
1658
  }
1645
1659
  updateHrMargin(a) {
1646
- this.view.ag(a);
1660
+ this.view.ah(a);
1647
1661
  }
1648
1662
  provideHrElement(a) {
1649
- this.view.u(a);
1663
+ this.view.v(a);
1650
1664
  }
1651
- dt() {
1652
- if (!this.ay) {
1653
- let a = this.u;
1654
- a.changing = delegateCombine(a.changing, runOn(this, this.de));
1665
+ dw() {
1666
+ if (!this.az) {
1667
+ let a = this.v;
1668
+ a.changing = delegateCombine(a.changing, runOn(this, this.dh));
1655
1669
  }
1656
- this.ec();
1670
+ this.ef();
1657
1671
  }
1658
- de(a, b) {
1672
+ dh(a, b) {
1659
1673
  let c = b.value.toLowerCase();
1660
- this.dr(c);
1674
+ this.du(c);
1661
1675
  }
1662
1676
  i(a) {
1663
1677
  if (this.primaryKey == null) {
@@ -1671,81 +1685,81 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1671
1685
  }
1672
1686
  return new PrimaryKeyValue(b, c);
1673
1687
  }
1674
- d7(a) {
1675
- this.aq = true;
1688
+ ea(a) {
1689
+ this.ar = true;
1676
1690
  let b = this.e.getItemAtIndex(a);
1677
- if (this.ai != null) {
1678
- this.ai.setPropertyValue(b, false);
1691
+ if (this.aj != null) {
1692
+ this.aj.setPropertyValue(b, false);
1679
1693
  }
1680
1694
  let c = this.i(b);
1681
1695
  this.keys.remove(c);
1682
- this.aq = false;
1696
+ this.ar = false;
1683
1697
  }
1684
- c2(a) {
1685
- this.aq = true;
1698
+ c5(a) {
1699
+ this.ar = true;
1686
1700
  let b = this.e.getItemAtIndex(a);
1687
- if (this.ai != null) {
1688
- this.ai.setPropertyValue(b, true);
1701
+ if (this.aj != null) {
1702
+ this.aj.setPropertyValue(b, true);
1689
1703
  }
1690
1704
  let c = this.i(b);
1691
1705
  this.keys.add(c);
1692
- this.aq = false;
1706
+ this.ar = false;
1693
1707
  }
1694
- ea() {
1708
+ ed() {
1695
1709
  this.indexType = 0;
1696
1710
  this.keys.clear();
1697
- this.dg();
1711
+ this.dj();
1698
1712
  if (this.keysCleared != null) {
1699
1713
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1700
1714
  }
1701
1715
  }
1702
- c8() {
1716
+ db() {
1703
1717
  this.indexType = 1;
1704
1718
  this.keys.clear();
1705
- this.dg();
1719
+ this.dj();
1706
1720
  if (this.keysCleared != null) {
1707
1721
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1708
1722
  }
1709
1723
  }
1710
- dl(a, b, c) {
1724
+ dp(a, b, c) {
1711
1725
  if (this.f != null) {
1712
1726
  this.f.notifySetItem(a, b, c);
1713
1727
  }
1714
1728
  }
1715
- dh() {
1729
+ dk() {
1716
1730
  if (this.f != null) {
1717
1731
  this.f.notifyClearItems();
1718
1732
  }
1719
1733
  }
1720
- dg() {
1734
+ dj() {
1721
1735
  if (this.f != null) {
1722
1736
  this.f.invalidateVisibleRows();
1723
1737
  }
1724
1738
  }
1725
- di(a, b) {
1739
+ dl(a, b) {
1726
1740
  if (this.f != null) {
1727
1741
  this.f.notifyInsertItem(a, b);
1728
1742
  }
1729
1743
  ;
1730
1744
  }
1731
- dk(a, b) {
1745
+ dn(a, b) {
1732
1746
  if (this.f != null) {
1733
1747
  this.f.notifyRemoveItem(a, b);
1734
1748
  }
1735
1749
  ;
1736
1750
  }
1737
1751
  refresh() {
1738
- if (this.au) {
1752
+ if (this.av) {
1739
1753
  return;
1740
1754
  }
1741
1755
  if (this.f != null) {
1742
- this.au = true;
1743
- this.view.w();
1756
+ this.av = true;
1757
+ this.view.x();
1744
1758
  this.f.refresh();
1745
- this.au = false;
1759
+ this.av = false;
1746
1760
  }
1747
1761
  }
1748
- c3(a) {
1762
+ c6(a) {
1749
1763
  let b = null;
1750
1764
  if (this.primaryKey == null || this.primaryKey.length == 0) {
1751
1765
  b = new PrimaryKeyValue(null, a);
@@ -1757,15 +1771,15 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1757
1771
  throw new ArgumentException(1, "value length must match PrimaryKey length");
1758
1772
  }
1759
1773
  if (b != null) {
1760
- if (this.ai != null) {
1774
+ if (this.aj != null) {
1761
1775
  let c = this.e.indexOfKey(a);
1762
1776
  let d = this.e.getItemAtIndex(c);
1763
- this.ai.setPropertyValue(d, true);
1777
+ this.aj.setPropertyValue(d, true);
1764
1778
  }
1765
1779
  this.keys.add(b);
1766
1780
  }
1767
1781
  }
1768
- d8(a) {
1782
+ eb(a) {
1769
1783
  let b = null;
1770
1784
  if (this.primaryKey == null || this.primaryKey.length == 0) {
1771
1785
  b = new PrimaryKeyValue(null, a);
@@ -1777,10 +1791,10 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1777
1791
  throw new ArgumentException(1, "value length must match PrimaryKey length");
1778
1792
  }
1779
1793
  if (this.keys.contains(b)) {
1780
- if (this.ai != null) {
1794
+ if (this.aj != null) {
1781
1795
  let c = this.e.indexOfKey(a);
1782
1796
  let d = this.e.getItemAtIndex(c);
1783
- this.ai.setPropertyValue(d, false);
1797
+ this.aj.setPropertyValue(d, false);
1784
1798
  }
1785
1799
  this.keys.remove(b);
1786
1800
  }
@@ -1788,13 +1802,13 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1788
1802
  getDesiredSize(a) {
1789
1803
  let b = 248;
1790
1804
  let c = 0;
1791
- let d = this.bc();
1805
+ let d = this.bd();
1792
1806
  let e = 5;
1793
1807
  if (this.f != null && this.f.actualDataSource != null && this.f.actualDataSource.actualCount > 0) {
1794
1808
  e = this.f.actualDataSource.actualCount;
1795
1809
  }
1796
- let f = this.bf * e;
1797
- let g = this.bf * (this.showSelectAll ? 4 : 5);
1810
+ let f = this.bg * e;
1811
+ let g = this.bg * (this.showSelectAll ? 4 : 5);
1798
1812
  let h = f > g ? g : f;
1799
1813
  let i = d + h;
1800
1814
  if (isPositiveInfinity(a.height)) {
@@ -1811,104 +1825,125 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1811
1825
  }
1812
1826
  return new Size(1, b, c);
1813
1827
  }
1814
- bc() {
1828
+ bd() {
1815
1829
  let a = 0;
1816
1830
  a += ComponentSizeHelpers.d(this.density, this.baseTheme);
1817
1831
  a += ComponentSizeHelpers.c(this.density, this.baseTheme);
1818
1832
  a += (0.8 + 6);
1819
1833
  a += 4;
1820
1834
  if (this.showSelectAll) {
1821
- a += this.bf;
1835
+ a += this.bg;
1822
1836
  }
1823
1837
  a += 4;
1824
1838
  return a;
1825
1839
  }
1826
- get cs() {
1827
- return this.cr != null ? this.cr : !stringIsNullOrWhiteSpace(this.ap.b1("Select_All")) ? this.ap.b1("Select_All") : "(Select All)";
1840
+ bm() {
1841
+ return this.k();
1842
+ }
1843
+ b9() {
1844
+ let a = this.k();
1845
+ return a.i();
1846
+ }
1847
+ k() {
1848
+ let a = new CheckboxListVisualModelExport();
1849
+ let b = this.view.a();
1850
+ a.g = b[0];
1851
+ a.f = b[1];
1852
+ let c = this.view.aq();
1853
+ a.e = c.height;
1854
+ a.h = c.width;
1855
+ a.c = this.baseTheme;
1856
+ a.d = this.bg;
1857
+ a.a = AppearanceHelper.a(this.ez);
1858
+ a.b = AppearanceHelper.a(this.backgroundColor);
1859
+ return a;
1828
1860
  }
1829
- set cs(a) {
1830
- if (a == this.cr) {
1861
+ get cv() {
1862
+ return this.cu != null ? this.cu : !stringIsNullOrWhiteSpace(this.aq.b1("Select_All")) ? this.aq.b1("Select_All") : "(Select All)";
1863
+ }
1864
+ set cv(a) {
1865
+ if (a == this.cu) {
1831
1866
  return;
1832
1867
  }
1833
- let b = this.cr;
1834
- this.cr = a;
1835
- this.dw("SelectAllCaption", b, this.cr);
1868
+ let b = this.cu;
1869
+ this.cu = a;
1870
+ this.dz("SelectAllCaption", b, this.cu);
1836
1871
  }
1837
- get fc() {
1838
- return this.eu;
1872
+ get ff() {
1873
+ return this.ex;
1839
1874
  }
1840
- set fc(a) {
1841
- let b = this.eu;
1842
- this.eu = a;
1843
- if (b != this.eu) {
1844
- this.dw("SelectAllCaptionTextColor", b, a);
1875
+ set ff(a) {
1876
+ let b = this.ex;
1877
+ this.ex = a;
1878
+ if (b != this.ex) {
1879
+ this.dz("SelectAllCaptionTextColor", b, a);
1845
1880
  }
1846
1881
  }
1847
- get ew() {
1848
- return this.eh;
1882
+ get ez() {
1883
+ return this.ek;
1849
1884
  }
1850
- set ew(a) {
1851
- let b = this.eh;
1852
- this.eh = a;
1853
- if (b != this.eh) {
1854
- this.dw("ActualSelectAllCaptionTextColor", b, a);
1885
+ set ez(a) {
1886
+ let b = this.ek;
1887
+ this.ek = a;
1888
+ if (b != this.ek) {
1889
+ this.dz("ActualSelectAllCaptionTextColor", b, a);
1855
1890
  }
1856
1891
  }
1857
- get a3() {
1858
- if (-1 == this.bg) {
1892
+ get a4() {
1893
+ if (-1 == this.bh) {
1859
1894
  return false;
1860
1895
  }
1861
1896
  let a = this.keys.count;
1862
1897
  if (0 == a) {
1863
1898
  return false;
1864
1899
  }
1865
- if (a == this.bg) {
1900
+ if (a == this.bh) {
1866
1901
  return false;
1867
1902
  }
1868
1903
  return true;
1869
1904
  }
1870
1905
  get showSelectAll() {
1871
- return this.a7;
1906
+ return this.a8;
1872
1907
  }
1873
1908
  set showSelectAll(a) {
1874
- if (a == this.a7) {
1909
+ if (a == this.a8) {
1875
1910
  return;
1876
1911
  }
1877
- let b = this.a7;
1878
- this.a7 = a;
1879
- this.dw("showSelectAll", b, this.a7);
1912
+ let b = this.a8;
1913
+ this.a8 = a;
1914
+ this.dz("showSelectAll", b, this.a8);
1880
1915
  }
1881
1916
  get backgroundColor() {
1882
- return this.ei;
1917
+ return this.el;
1883
1918
  }
1884
1919
  set backgroundColor(a) {
1885
- let b = this.ei;
1886
- this.ei = a;
1887
- if (b != this.ei) {
1888
- this.dw("BackgroundColor", b, a);
1920
+ let b = this.el;
1921
+ this.el = a;
1922
+ if (b != this.el) {
1923
+ this.dz("BackgroundColor", b, a);
1889
1924
  }
1890
1925
  }
1891
1926
  get rowHoverBackgroundColor() {
1892
- return this.eo;
1927
+ return this.er;
1893
1928
  }
1894
1929
  set rowHoverBackgroundColor(a) {
1895
- let b = this.eo;
1896
- this.eo = a;
1897
- if (b != this.eo) {
1898
- this.dw("RowHoverBackgroundColor", b, a);
1930
+ let b = this.er;
1931
+ this.er = a;
1932
+ if (b != this.er) {
1933
+ this.dz("RowHoverBackgroundColor", b, a);
1899
1934
  }
1900
1935
  }
1901
- get fe() {
1902
- return this.ev;
1936
+ get fh() {
1937
+ return this.ey;
1903
1938
  }
1904
- set fe(a) {
1905
- let b = this.ev;
1906
- this.ev = a;
1907
- if (b != this.ev) {
1908
- this.dw("TextColor", b, a);
1939
+ set fh(a) {
1940
+ let b = this.ey;
1941
+ this.ey = a;
1942
+ if (b != this.ey) {
1943
+ this.dz("TextColor", b, a);
1909
1944
  }
1910
1945
  }
1911
- dy(a) {
1946
+ d1(a) {
1912
1947
  if (this.selectAllCheckboxChanged != null) {
1913
1948
  this.selectAllCheckboxChanged(this, ((() => {
1914
1949
  let $ret = new SelectAllCheckboxChangedEventArgs();
@@ -1917,81 +1952,81 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1917
1952
  })()));
1918
1953
  }
1919
1954
  }
1920
- a0() {
1921
- if (-1 == this.bg) {
1955
+ a1() {
1956
+ if (-1 == this.bh) {
1922
1957
  return true;
1923
1958
  }
1924
1959
  let a = this.keys.count;
1925
1960
  switch (this.indexType) {
1926
- case 0: return this.bg == a;
1961
+ case 0: return this.bh == a;
1927
1962
  case 1: return 0 == a;
1928
1963
  default: return false;
1929
1964
  }
1930
1965
  }
1931
- az() {
1932
- if (-1 == this.bg) {
1966
+ a0() {
1967
+ if (-1 == this.bh) {
1933
1968
  return false;
1934
1969
  }
1935
1970
  let a = this.keys.count;
1936
1971
  switch (this.indexType) {
1937
1972
  case 0: return 0 == a;
1938
- case 1: return this.bg == a;
1973
+ case 1: return this.bh == a;
1939
1974
  default: return false;
1940
1975
  }
1941
1976
  }
1942
- c5() {
1977
+ c8() {
1943
1978
  let a = this.f.actualDataSource;
1944
1979
  if (null != a) {
1945
1980
  if (null == a.actualSchema) {
1946
- this.bg = -1;
1981
+ this.bh = -1;
1947
1982
  return;
1948
1983
  }
1949
1984
  let b = a.actualCount;
1950
- this.bg = b;
1985
+ this.bh = b;
1951
1986
  }
1952
1987
  else {
1953
- this.bg = -1;
1988
+ this.bh = -1;
1954
1989
  }
1955
1990
  }
1956
- get a6() {
1957
- return this.a5;
1991
+ get a7() {
1992
+ return this.a6;
1958
1993
  }
1959
- set a6(a) {
1960
- if (a == this.a5) {
1994
+ set a7(a) {
1995
+ if (a == this.a6) {
1961
1996
  return;
1962
1997
  }
1963
- let b = this.a5;
1964
- this.a5 = a;
1965
- this.dw("ShowFilter", b, this.a5);
1998
+ let b = this.a6;
1999
+ this.a6 = a;
2000
+ this.dz("ShowFilter", b, this.a6);
1966
2001
  }
1967
- get a2() {
1968
- return this.a1;
2002
+ get a3() {
2003
+ return this.a2;
1969
2004
  }
1970
- set a2(a) {
1971
- if (a == this.a1) {
2005
+ set a3(a) {
2006
+ if (a == this.a2) {
1972
2007
  return;
1973
2008
  }
1974
- let b = this.a1;
1975
- this.a1 = a;
1976
- this.dw("IsRowHoverEnabled", b, this.a1);
2009
+ let b = this.a2;
2010
+ this.a2 = a;
2011
+ this.dz("IsRowHoverEnabled", b, this.a2);
1977
2012
  }
1978
- get ax() {
1979
- return this.aw;
2013
+ get ay() {
2014
+ return this.ax;
1980
2015
  }
1981
- set ax(a) {
1982
- if (a == this.aw) {
2016
+ set ay(a) {
2017
+ if (a == this.ax) {
1983
2018
  return;
1984
2019
  }
1985
- let b = this.aw;
1986
- this.aw = a;
1987
- this.dw("CheckboxAlignedRight", b, this.aw);
2020
+ let b = this.ax;
2021
+ this.ax = a;
2022
+ this.dz("CheckboxAlignedRight", b, this.ax);
1988
2023
  }
1989
2024
  }
1990
2025
  CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
1991
- CheckboxList.fd = BrushUtil.j(255, 24, 29, 31);
1992
- CheckboxList.co = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
1993
- CheckboxList.e3 = BrushUtil.j(255, 248, 248, 248);
1994
- CheckboxList.e4 = null;
1995
- CheckboxList.e5 = BrushUtil.j(255, 24, 29, 31);
2026
+ CheckboxList.fg = BrushUtil.j(255, 24, 29, 31);
2027
+ CheckboxList.cr = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
2028
+ CheckboxList.e6 = BrushUtil.j(255, 248, 248, 248);
2029
+ CheckboxList.e7 = null;
2030
+ CheckboxList.e8 = BrushUtil.j(255, 24, 29, 31);
1996
2031
  return CheckboxList;
1997
2032
  })();