igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.1

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 (287) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +16132 -13283
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +39 -36
  17. package/esm2015/lib/CheckboxListBridge.js +44 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +492 -453
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
  21. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +11 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +8 -8
  33. package/esm2015/lib/EditorCell.js +291 -291
  34. package/esm2015/lib/EditorCellPresenter.js +26 -26
  35. package/esm2015/lib/FilterCell.js +269 -269
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +171 -154
  38. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  39. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  40. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  41. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  43. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  44. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  45. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  46. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  47. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  48. package/esm2015/lib/GridExternalWrapper.js +12 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +382 -261
  50. package/esm2015/lib/GridIconRepository.js +94 -0
  51. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  52. package/esm2015/lib/GridStyleRepository.js +123 -115
  53. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  54. package/esm2015/lib/ICheckboxListView.js +11 -0
  55. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  56. package/esm2015/lib/ImageCell.js +57 -57
  57. package/esm2015/lib/ImageCellPresenter.js +15 -15
  58. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  59. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  60. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  61. package/esm2015/lib/NumericCell.js +8 -8
  62. package/esm2015/lib/NumericCellPresenter.js +9 -9
  63. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  64. package/esm2015/lib/SectionHeaderCell.js +22 -10
  65. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  66. package/esm2015/lib/SummaryCell.js +47 -38
  67. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  68. package/esm2015/lib/TemplateCell.js +16 -16
  69. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  70. package/esm2015/lib/TemplateHeader.js +5 -5
  71. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  72. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  73. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  74. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  75. package/esm2015/lib/TextCell.js +29 -29
  76. package/esm2015/lib/TextCellPresenter.js +10 -10
  77. package/esm2015/lib/TextHeaderCell.js +188 -153
  78. package/esm2015/lib/TextHeaderCellPresenter.js +61 -39
  79. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  80. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  81. package/esm2015/lib/igx-cell-info.js +115 -91
  82. package/esm2015/lib/igx-checkbox-list-component.js +64 -54
  83. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  84. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  85. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  86. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  87. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igx-data-grid-column-component.js +305 -163
  90. package/esm2015/lib/igx-data-grid-component.js +186 -2
  91. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -28
  92. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  93. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  94. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  95. package/esm2015/lib/igx-definition-base-component.js +8 -8
  96. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  97. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  98. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  99. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  101. package/esm2015/lib/igx-header-component.js +16 -16
  102. package/esm2015/lib/igx-image-cell-info.js +6 -6
  103. package/esm2015/lib/igx-image-column-component.js +10 -10
  104. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  106. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  107. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  108. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igx-section-header-component.js +55 -17
  111. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  112. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igx-summary-row-component.js +16 -16
  114. package/esm2015/lib/igx-template-cell-info.js +2 -2
  115. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  116. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  118. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  119. package/esm2015/lib/igx-text-cell-info.js +2 -2
  120. package/esm2015/lib/igx-text-column-component.js +8 -8
  121. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  122. package/esm2015/lib/igx-text-header-cell-info.js +80 -24
  123. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  124. package/esm2015/public_api.js +2 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  126. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  127. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasGridCellBase.js +13 -13
  129. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  130. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  131. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  132. package/esm5/lib/CanvasSummaryCell.js +2 -2
  133. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  134. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  135. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  136. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  137. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  138. package/esm5/lib/CellPresenterBase.js +39 -36
  139. package/esm5/lib/CheckboxListBridge.js +44 -36
  140. package/esm5/lib/CheckboxListView_combined.js +476 -433
  141. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  142. package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
  143. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +10 -10
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +11 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +8 -8
  155. package/esm5/lib/EditorCell.js +277 -277
  156. package/esm5/lib/EditorCellPresenter.js +26 -26
  157. package/esm5/lib/FilterCell.js +259 -259
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +168 -147
  160. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  161. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  162. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  163. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  164. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  165. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  166. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  167. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  168. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  169. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  170. package/esm5/lib/GridExternalWrapper.js +12 -6
  171. package/esm5/lib/GridFilterDialogView_combined.js +400 -247
  172. package/esm5/lib/GridIconRepository.js +98 -0
  173. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  174. package/esm5/lib/GridStyleRepository.js +127 -115
  175. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  176. package/esm5/lib/ICheckboxListView.js +11 -0
  177. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  178. package/esm5/lib/ImageCell.js +57 -57
  179. package/esm5/lib/ImageCellPresenter.js +15 -15
  180. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  181. package/esm5/lib/NativeUIComboFactory.js +1 -1
  182. package/esm5/lib/NativeUIGridFactory.js +2 -2
  183. package/esm5/lib/NumericCell.js +8 -8
  184. package/esm5/lib/NumericCellPresenter.js +9 -9
  185. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  186. package/esm5/lib/SectionHeaderCell.js +22 -10
  187. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  188. package/esm5/lib/SummaryCell.js +47 -38
  189. package/esm5/lib/SummaryCellPresenter.js +10 -10
  190. package/esm5/lib/TemplateCell.js +16 -16
  191. package/esm5/lib/TemplateCellPresenter.js +3 -3
  192. package/esm5/lib/TemplateHeader.js +5 -5
  193. package/esm5/lib/TemplateHeaderCell.js +5 -5
  194. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  195. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  196. package/esm5/lib/TemplateSectionHeader.js +1 -1
  197. package/esm5/lib/TextCell.js +29 -29
  198. package/esm5/lib/TextCellPresenter.js +10 -10
  199. package/esm5/lib/TextHeaderCell.js +186 -151
  200. package/esm5/lib/TextHeaderCellPresenter.js +61 -39
  201. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  202. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  203. package/esm5/lib/igx-cell-info.js +127 -91
  204. package/esm5/lib/igx-checkbox-list-component.js +67 -53
  205. package/esm5/lib/igx-column-chooser-component.js +1 -1
  206. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  207. package/esm5/lib/igx-column-pinning-component.js +1 -1
  208. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  209. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igx-data-grid-column-component.js +365 -163
  212. package/esm5/lib/igx-data-grid-component.js +244 -2
  213. package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -28
  214. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  215. package/esm5/lib/igx-date-time-column-component.js +20 -20
  216. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-definition-base-component.js +8 -8
  218. package/esm5/lib/igx-editor-cell-info.js +23 -23
  219. package/esm5/lib/igx-filter-cell-info.js +26 -26
  220. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  221. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  222. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  223. package/esm5/lib/igx-header-component.js +16 -16
  224. package/esm5/lib/igx-image-cell-info.js +6 -6
  225. package/esm5/lib/igx-image-column-component.js +10 -10
  226. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  227. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  228. package/esm5/lib/igx-numeric-column-component.js +47 -31
  229. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  230. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  231. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igx-section-header-component.js +71 -17
  233. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-summary-cell-info.js +9 -9
  235. package/esm5/lib/igx-summary-row-component.js +16 -16
  236. package/esm5/lib/igx-template-cell-info.js +2 -2
  237. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  240. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  241. package/esm5/lib/igx-text-cell-info.js +2 -2
  242. package/esm5/lib/igx-text-column-component.js +8 -8
  243. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  244. package/esm5/lib/igx-text-header-cell-info.js +108 -24
  245. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  246. package/esm5/public_api.js +2 -0
  247. package/fesm2015/igniteui-angular-data-grids.js +16030 -13672
  248. package/fesm5/igniteui-angular-data-grids.js +16132 -13285
  249. package/lib/CheckboxListExternal.d.ts +2 -0
  250. package/lib/CheckboxListView_combined.d.ts +117 -113
  251. package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
  252. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  253. package/lib/DataGridLocaleEn.d.ts +11 -0
  254. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  255. package/lib/EditorCell.d.ts +67 -67
  256. package/lib/FilterCell.d.ts +55 -55
  257. package/lib/GridCellBase.d.ts +64 -61
  258. package/lib/GridExternalWrapper.d.ts +2 -0
  259. package/lib/GridFilterDialogView_combined.d.ts +102 -79
  260. package/lib/GridIconRepository.d.ts +44 -0
  261. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  262. package/lib/GridStyleRepository.d.ts +3 -2
  263. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  264. package/lib/ICheckboxListView.d.ts +38 -0
  265. package/lib/ImageCell.d.ts +17 -17
  266. package/lib/NumericCell.d.ts +2 -2
  267. package/lib/SectionHeaderCell.d.ts +5 -3
  268. package/lib/SummaryCell.d.ts +11 -9
  269. package/lib/TemplateCell.d.ts +5 -5
  270. package/lib/TemplateHeader.d.ts +1 -1
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +1 -1
  274. package/lib/TextCell.d.ts +7 -7
  275. package/lib/TextHeaderCell.d.ts +30 -30
  276. package/lib/VerticalSeparatorCell.d.ts +8 -8
  277. package/lib/igx-cell-info.d.ts +15 -0
  278. package/lib/igx-checkbox-list-component.d.ts +6 -1
  279. package/lib/igx-data-grid-column-component.d.ts +46 -1
  280. package/lib/igx-data-grid-component.d.ts +73 -1
  281. package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -1
  282. package/lib/igx-numeric-cell-info.d.ts +6 -0
  283. package/lib/igx-numeric-column-component.d.ts +8 -1
  284. package/lib/igx-section-header-component.d.ts +15 -1
  285. package/lib/igx-text-header-cell-info.d.ts +18 -0
  286. package/package.json +4 -4
  287. package/public_api.d.ts +2 -0
@@ -10,8 +10,8 @@ import { Dictionary$2 } from "igniteui-angular-core";
10
10
  import { XCheckbox } from "igniteui-angular-inputs";
11
11
  import { XLabel } from "igniteui-angular-inputs";
12
12
  import { XIcon } from "igniteui-angular-inputs";
13
- import { XPrefix } from "igniteui-angular-inputs";
14
13
  import { XInputGroup } from "igniteui-angular-inputs";
14
+ import { XPrefix } from "igniteui-angular-inputs";
15
15
  import { XInput } from "igniteui-angular-inputs";
16
16
  import { ControlDisplayDensity_$type } from "igniteui-angular-core";
17
17
  import { FontInfo } from "igniteui-angular-core";
@@ -100,47 +100,44 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
100
100
  ad(a) {
101
101
  let b = a.rootWrapper.getChildAt(0);
102
102
  this.l = b;
103
- this.c.y = new XInputGroup();
104
- let c = a.getSubRenderer(b);
105
- this.c.y.provideContainer(c);
106
- let d = c.getExternal(this.c.y, c.rootWrapper, c.getExternal(this.c, null, null));
107
- this.c.y.d = this.c.aa;
108
- this.c.y.p = this.c.baseTheme;
109
- this.c.y.t = this.c.density;
110
- let e = a.createElement("div");
111
- let f = a.getSubRenderer(e);
112
- let g = new XPrefix();
113
- g.provideContainer(f);
114
- let h = f.getExternal(g, f.rootWrapper, f.getExternal(this.c, null, null));
115
- let i = a.createElement("div");
116
- let j = a.getSubRenderer(i);
103
+ let c = new XInputGroup();
104
+ let d = a.getSubRenderer(b);
105
+ c.provideContainer(d);
106
+ let e = d.getExternal(c, d.rootWrapper, d.getExternal(this.c, null, null));
107
+ this.c.ef(c);
108
+ let f = a.createElement("div");
109
+ let g = a.getSubRenderer(f);
110
+ let h = new XPrefix();
111
+ h.provideContainer(g);
112
+ let i = g.getExternal(h, g.rootWrapper, g.getExternal(this.c, null, null));
113
+ let j = a.createElement("div");
114
+ let k = a.getSubRenderer(j);
117
115
  this.d = new XIcon();
118
- this.d.provideContainer(j);
116
+ this.d.provideContainer(k);
119
117
  this.d.fill = this.c.searchIconColor;
120
- this.d.svgPath = CheckboxList.cs;
121
- let k = f.getExternal(this.d, j.rootWrapper, j.getExternal(this.c, null, null));
122
- g.appendContentChild(i);
123
- this.c.y.appendContentChild(e);
124
- this.c.y.inputs.add(g);
125
- let l = a.createElement("div");
126
- l.setRawStyleProperty("flex-grow", "1");
127
- let m = a.getSubRenderer(l);
118
+ this.d.svgPath = CheckboxList.cx;
119
+ let l = g.getExternal(this.d, k.rootWrapper, k.getExternal(this.c, null, null));
120
+ h.appendContentChild(j);
121
+ c.appendContentChild(f);
122
+ c.inputs.add(h);
123
+ let m = a.createElement("div");
124
+ m.setRawStyleProperty("flex-grow", "1");
125
+ let n = a.getSubRenderer(m);
128
126
  this.c.w = new XInput();
129
- this.c.w.provideContainer(m);
127
+ this.c.w.provideContainer(n);
130
128
  this.c.w.b8 = "text";
131
- let n = m.getExternal(this.c.w, m.rootWrapper, m.getExternal(this.c, null, null));
132
- if (this.c.cb != null) {
133
- this.c.w.cg = this.c.cb;
129
+ let o = n.getExternal(this.c.w, n.rootWrapper, n.getExternal(this.c, null, null));
130
+ if (this.c.cf != null) {
131
+ this.c.w.cg = this.c.cf;
134
132
  }
135
- this.c.y.appendContentChild(l);
133
+ this.c.y.appendContentChild(m);
136
134
  this.c.y.inputs.add(this.c.w);
137
- this.c.dy();
135
+ this.c.d3();
138
136
  }
139
137
  z() {
140
138
  if (this.j != null) {
141
139
  let a = this.j.rootWrapper.getChildAt(3);
142
140
  a.setStyleProperty("width", "100%");
143
- a.setStyleProperty("margin", "4px 0px 0px 0px");
144
141
  if (!this.c.a8 && !this.c.showSelectAll) {
145
142
  a.setStyleProperty("height", "100%");
146
143
  }
@@ -186,7 +183,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
186
183
  let h = d.z;
187
184
  try {
188
185
  d.z = true;
189
- d.ar = this.c.bc;
186
+ d.ar = this.c.checkboxCornerRadius;
190
187
  d.a4 = b;
191
188
  if (c) {
192
189
  if (this.c.indexType == 0) {
@@ -208,11 +205,11 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
208
205
  finally {
209
206
  d.z = h;
210
207
  }
211
- d.dk = this.c.e5;
212
- d.dd = this.c.e3;
213
- d.dl = this.c.e6;
214
- d.de = this.c.e4;
215
- d.dm = this.c.e7;
208
+ d.dk = this.c.fc;
209
+ d.dd = this.c.checkboxCheckedBackgroundColor;
210
+ d.dl = this.c.checkboxUncheckedBackgroundColor;
211
+ d.de = this.c.checkboxCheckedBorderColor;
212
+ d.dm = this.c.checkboxUncheckedBorderColor;
216
213
  }
217
214
  }
218
215
  u(a, b, c, d, e, f, g, h, i, j, k) {
@@ -279,8 +276,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
279
276
  if (l != null) {
280
277
  try {
281
278
  o.svg = null;
282
- o.df = null;
283
- o.bf = null;
279
+ o.bg = null;
280
+ o.bh = null;
284
281
  let x = e != null ? e : ((() => {
285
282
  let $ret = new FontInfo();
286
283
  $ret.f = g;
@@ -298,7 +295,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
298
295
  y.setStyleProperty("width", z ? "24px" : "0px");
299
296
  if (i != null) {
300
297
  aa = true;
301
- o.df = i;
298
+ o.bg = i;
302
299
  let ab = ((() => {
303
300
  let $ret = new DataContext();
304
301
  $ret.series = this;
@@ -311,7 +308,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
311
308
  })());
312
309
  return $ret;
313
310
  })());
314
- o.bf = ab;
311
+ o.bh = ab;
315
312
  }
316
313
  else if (h != null) {
317
314
  let ac = typeCast(IDataLegendTarget_$type, h);
@@ -322,8 +319,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
322
319
  let ag = af.getDataLegendSeriesTitle();
323
320
  if (c == ag || c + " " + d == ag) {
324
321
  aa = true;
325
- o.df = af.getDataLegendBadge();
326
- o.bf = af.getDataLegendBadgeContext();
322
+ o.bg = af.getDataLegendBadge();
323
+ o.bh = af.getDataLegendBadgeContext();
327
324
  break;
328
325
  }
329
326
  }
@@ -382,6 +379,9 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
382
379
  }
383
380
  }
384
381
  ae() {
382
+ if (this.n != null) {
383
+ this.n.setStyleProperty("height", this.c.bl + "px");
384
+ }
385
385
  }
386
386
  o(a, b) {
387
387
  let c = a;
@@ -389,21 +389,21 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
389
389
  let e = c.checked;
390
390
  if (e == true) {
391
391
  if (this.c.indexType == 0) {
392
- this.c.ec(d);
392
+ this.c.ei(d);
393
393
  }
394
394
  else {
395
- this.c.c6(d);
395
+ this.c.db(d);
396
396
  }
397
397
  }
398
398
  else {
399
399
  if (this.c.indexType == 0) {
400
- this.c.c6(d);
400
+ this.c.db(d);
401
401
  }
402
402
  else {
403
- this.c.ec(d);
403
+ this.c.ei(d);
404
404
  }
405
405
  }
406
- this.c.du(d, e);
406
+ this.c.dz(d, e);
407
407
  this.an(false);
408
408
  }
409
409
  q() {
@@ -414,7 +414,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
414
414
  let e = parseInt(d.a4.toString());
415
415
  if (e == a) {
416
416
  d.checked = b;
417
- this.c.du(e, b);
417
+ this.c.dz(e, b);
418
418
  }
419
419
  }
420
420
  this.an();
@@ -428,7 +428,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
428
428
  w(a) {
429
429
  this.n = a;
430
430
  if (null != this.n) {
431
- this.n.setStyleProperty("margin", "5px 0px 4px 0px");
431
+ this.n.setStyleProperty("margin", 0 + "px 0px " + 0 + "px 0px");
432
+ this.ae();
432
433
  }
433
434
  }
434
435
  ao() {
@@ -443,7 +444,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
443
444
  let d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
444
445
  this.b.n = this.c.baseTheme;
445
446
  this.m = a.createElement("label");
446
- this.m.setRawText(this.c.cw);
447
+ this.m.setRawText(this.c.c1);
447
448
  this.m.setStyleProperty("font-size", "13px");
448
449
  this.n.setStyleProperty("display", "flex");
449
450
  this.n.setStyleProperty("flex-direction", "row");
@@ -459,8 +460,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
459
460
  }
460
461
  am() {
461
462
  if (null != this.m) {
462
- this.m.setRawText(this.c.cw);
463
- NativeUI.q(this.m, this.c.e1);
463
+ this.m.setRawText(this.c.c1);
464
+ NativeUI.r(this.m, this.c.e8);
464
465
  }
465
466
  }
466
467
  ap() {
@@ -508,12 +509,12 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
508
509
  return;
509
510
  }
510
511
  if (b.isChecked) {
511
- this.c.ef();
512
- this.c.d3(b.isChecked);
512
+ this.c.el();
513
+ this.c.d8(b.isChecked);
513
514
  }
514
515
  else {
515
- this.c.dc();
516
- this.c.d3(b.isChecked);
516
+ this.c.dh();
517
+ this.c.d8(b.isChecked);
517
518
  }
518
519
  }
519
520
  ak() {
@@ -523,8 +524,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
523
524
  }
524
525
  let b = a.rootWrapper;
525
526
  if (null != b) {
526
- NativeUI.q(b, this.c.fl);
527
- NativeUI.m(b, this.c.backgroundColor);
527
+ NativeUI.r(b, this.c.textColor);
528
+ NativeUI.n(b, this.c.backgroundColor);
528
529
  }
529
530
  }
530
531
  ai() {
@@ -545,19 +546,20 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
545
546
  if (this.b == null) {
546
547
  return;
547
548
  }
548
- this.b.dk = this.c.e5;
549
- this.b.dd = this.c.e3;
550
- this.b.dl = this.c.e6;
551
- this.b.de = this.c.e4;
552
- this.b.dm = this.c.e7;
549
+ this.b.dk = this.c.fc;
550
+ this.b.dd = this.c.checkboxCheckedBackgroundColor;
551
+ this.b.dl = this.c.checkboxUncheckedBackgroundColor;
552
+ this.b.de = this.c.checkboxCheckedBorderColor;
553
+ this.b.dm = this.c.checkboxUncheckedBorderColor;
553
554
  }
554
555
  ah(a) {
555
556
  if (this.k != null) {
556
- NativeUI.w(this.k, a);
557
+ NativeUI.y(this.k, a);
557
558
  }
558
559
  }
559
560
  v(a) {
560
561
  this.k = a;
562
+ this.ah(new Thickness(1, 0, DeviceUtils.g(3), 0, DeviceUtils.g(0)));
561
563
  }
562
564
  aq() {
563
565
  return new Size(1, this.j.rootWrapper.width(), this.j.rootWrapper.height());
@@ -573,8 +575,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
573
575
  }
574
576
  x() {
575
577
  for (let a of fromEnum(this.g)) {
576
- a.value.df = null;
577
- a.value.bf = null;
578
+ a.value.bg = null;
579
+ a.value.bh = null;
578
580
  }
579
581
  }
580
582
  p() {
@@ -617,52 +619,53 @@ export let CheckboxList = /*@__PURE__*/ (() => {
617
619
  this.labelClicked = null;
618
620
  this.av = false;
619
621
  this.au = false;
620
- this.bl = null;
621
622
  this.bp = null;
622
- this.bk = null;
623
623
  this.bt = null;
624
- this.br = null;
625
- this.bs = null;
626
- this.bq = null;
624
+ this.bo = null;
625
+ this.bx = null;
626
+ this.bv = null;
627
+ this.bw = null;
628
+ this.bu = null;
627
629
  this.z = 3;
628
- this.bg = -1;
630
+ this.bk = -1;
629
631
  this.am = null;
630
632
  this.m = 1;
631
633
  this.ae = 1;
632
634
  this.ag = 2;
633
- this.ex = BrushUtil.l(255, 24, 29, 31);
634
- this.ev = null;
635
+ this.e4 = BrushUtil.l(255, 24, 29, 31);
636
+ this.e1 = null;
635
637
  this.ax = true;
636
- this.ey = null;
637
- this.ew = null;
638
+ this.e5 = null;
639
+ this.e2 = null;
640
+ this.e3 = null;
638
641
  this.an = null;
639
- this.eq = null;
640
- this.eo = null;
641
- this.er = null;
642
- this.ep = null;
643
- this.es = null;
642
+ this.ew = null;
643
+ this.eu = null;
644
+ this.ex = null;
645
+ this.ev = null;
646
+ this.ey = null;
644
647
  this.bb = NaN;
645
- this.f = null;
648
+ this.gridColumnProvider = null;
646
649
  this.ac = 0;
647
- this.eu = null;
650
+ this.e0 = null;
648
651
  this.indexTypeChanged = null;
649
652
  this.aw = false;
650
- this.cv = null;
651
- this.ez = null;
652
- this.em = CheckboxList.fb;
653
+ this.c0 = null;
654
+ this.e6 = null;
655
+ this.es = CheckboxList.fi;
653
656
  this.a9 = true;
654
- this.en = CheckboxList.e8;
655
- this.et = CheckboxList.fa;
656
- this.e0 = CheckboxList.fb;
657
+ this.et = CheckboxList.ff;
658
+ this.ez = CheckboxList.fh;
659
+ this.e7 = CheckboxList.fi;
657
660
  this.keysCleared = null;
658
661
  this.selectAllCheckboxChanged = null;
659
- this.bi = -1;
662
+ this.bm = -1;
660
663
  this.a7 = true;
661
664
  this.a3 = true;
662
665
  this.ay = false;
663
666
  let a = this.h;
664
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.d6));
665
- this.h.am(runOn(this, this.d5));
667
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.eb));
668
+ this.h.am(runOn(this, this.ea));
666
669
  this.d = new FilterFactory();
667
670
  let b = new CheckboxListView();
668
671
  b.c = this;
@@ -710,7 +713,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
710
713
  let b = this.a;
711
714
  this.a = a;
712
715
  if (b != this.a) {
713
- this.d1("PrimaryKey", b, this.a);
716
+ this.d6("PrimaryKey", b, this.a);
714
717
  }
715
718
  }
716
719
  clearSelectedKeys() {
@@ -728,44 +731,44 @@ export let CheckboxList = /*@__PURE__*/ (() => {
728
731
  removeSelectedKeyAt(a) {
729
732
  this.keys.removeAt(a);
730
733
  }
731
- d5() {
732
- this.dl();
734
+ ea() {
735
+ this.dr();
733
736
  if (this.keysCleared != null) {
734
737
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
735
738
  }
736
739
  }
737
- d6(a, b) {
740
+ eb(a, b) {
738
741
  if (this.e == null || this.e.actualSchema == null || this.as) {
739
742
  return;
740
743
  }
741
744
  switch (b.action) {
742
745
  case 0:
743
746
  for (let c = 0; c < b.newItems.count; c++) {
744
- this.dz(b.newItems.item(c));
747
+ this.d4(b.newItems.item(c));
745
748
  }
746
749
  break;
747
750
  case 1:
748
751
  for (let d = 0; d < b.oldItems.count; d++) {
749
- this.d0(b.oldItems.item(d));
752
+ this.d5(b.oldItems.item(d));
750
753
  }
751
754
  break;
752
755
  case 2:
753
756
  for (let e = 0; e < b.oldItems.count; e++) {
754
- this.d0(b.oldItems.item(e));
757
+ this.d5(b.oldItems.item(e));
755
758
  }
756
759
  for (let f = 0; f < b.newItems.count; f++) {
757
- this.dz(b.newItems.item(f));
760
+ this.d4(b.newItems.item(f));
758
761
  }
759
762
  break;
760
763
  case 4:
761
764
  this.view.ab(this.indexType == 0);
762
765
  for (let g = 0; g < this.keys.ae.count; g++) {
763
- this.dz(this.keys.ae._inner[g]);
766
+ this.d4(this.keys.ae._inner[g]);
764
767
  }
765
768
  break;
766
769
  }
767
770
  }
768
- dz(a) {
771
+ d4(a) {
769
772
  let b = this.e.indexOfKey(a.value);
770
773
  if (b >= 0) {
771
774
  this.view.aa(b, this.indexType == 1);
@@ -781,7 +784,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
781
784
  return $ret;
782
785
  })()));
783
786
  }
784
- d0(a) {
787
+ d5(a) {
785
788
  let b = this.e.indexOfKey(a.value);
786
789
  if (b >= 0) {
787
790
  this.view.aa(b, this.indexType == 0);
@@ -797,7 +800,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
797
800
  return $ret;
798
801
  })()));
799
802
  }
800
- du(a, b) {
803
+ dz(a, b) {
801
804
  if (this.checkedChanged != null && this.at == false) {
802
805
  let c = null;
803
806
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
@@ -822,58 +825,58 @@ export let CheckboxList = /*@__PURE__*/ (() => {
822
825
  this.av = false;
823
826
  if (this.g != null) {
824
827
  let a = this.g;
825
- a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dg));
828
+ a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dl));
826
829
  let b = this.g;
827
- b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dh));
830
+ b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dm));
828
831
  if (this.g.actualDataSource != null) {
829
832
  let c = this.g.actualDataSource;
830
- c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d2));
833
+ c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d7));
831
834
  }
832
835
  }
833
836
  if (this.v != null) {
834
837
  let d = this.v;
835
- d.changing = delegateCombine(d.changing, runOn(this, this.dj));
838
+ d.changing = delegateCombine(d.changing, runOn(this, this.dp));
836
839
  }
837
840
  if (this.k != null) {
838
841
  let e = this.k;
839
- e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.da));
842
+ e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.df));
840
843
  }
841
844
  }
842
845
  onDetachedFromUI() {
843
846
  this.av = true;
844
- this.df();
845
- this.de();
847
+ this.dk();
848
+ this.dj();
846
849
  }
847
- df() {
850
+ dk() {
848
851
  if (this.g != null) {
849
852
  let a = this.g;
850
- a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dg));
853
+ a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dl));
851
854
  let b = this.g;
852
- b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dh));
855
+ b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dm));
853
856
  if (this.g.actualDataSource != null) {
854
857
  let c = this.g.actualDataSource;
855
- c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d2));
858
+ c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d7));
856
859
  }
857
860
  }
858
861
  if (this.v != null) {
859
862
  let d = this.v;
860
- d.changing = delegateRemove(d.changing, runOn(this, this.dj));
863
+ d.changing = delegateRemove(d.changing, runOn(this, this.dp));
861
864
  }
862
865
  }
863
- de() {
866
+ dj() {
864
867
  if (this.k != null) {
865
868
  let a = this.k;
866
- a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.da));
869
+ a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.df));
867
870
  }
868
871
  }
869
872
  destroy() {
870
873
  this.au = true;
871
874
  if (!this.av) {
872
- this.df();
875
+ this.dk();
873
876
  }
874
877
  this.provideContainer(null, null, null);
875
878
  if (!this.av) {
876
- this.de();
879
+ this.dj();
877
880
  }
878
881
  }
879
882
  get a0() {
@@ -884,8 +887,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
884
887
  if (null != this.g) {
885
888
  this.g.scrollbarStyle = 1;
886
889
  let d = this.g;
887
- d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dh));
888
- this.g.scrollbarBackground = this.fe;
890
+ d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dm));
891
+ this.g.scrollbarBackground = this.fl;
889
892
  this.g.headerHeight = 0;
890
893
  this.g.rowSeparatorHeight = 0;
891
894
  this.g.defaultColumnMinWidth = NaN;
@@ -894,40 +897,40 @@ export let CheckboxList = /*@__PURE__*/ (() => {
894
897
  this.g.selectionMode = 0;
895
898
  this.g.editMode = 0;
896
899
  let e = this.g;
897
- e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dg));
898
- if (this.bl != null) {
899
- this.g.itemsSource = this.bl;
900
- this.c9();
901
- this.d4();
902
- }
900
+ e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dl));
903
901
  if (this.bp != null) {
904
- this.d4();
905
- this.ei();
902
+ this.g.itemsSource = this.bp;
903
+ this.de();
904
+ this.d9();
905
+ }
906
+ if (this.bt != null) {
907
+ this.d9();
908
+ this.eo();
906
909
  }
907
910
  }
908
911
  this.view.w(c);
909
- if (this.az) {
910
- this.ek();
912
+ if (this.checkboxAlignedRight) {
913
+ this.eq();
911
914
  }
912
915
  this.view.r(a);
913
916
  }
914
- dh(a, b) {
917
+ dm(a, b) {
915
918
  this.g.scrollbarStyle = this.ad;
916
919
  }
917
920
  provideSelectAllSection(a) {
918
921
  this.view.w(a);
919
922
  }
920
- dg(a, b) {
921
- if (!this.az && b.cellInfo.l.a5 == 0 || this.az && b.cellInfo.l.a5 == 1) {
923
+ dl(a, b) {
924
+ if (!this.checkboxAlignedRight && b.cellInfo.l.a5 == 0 || this.checkboxAlignedRight && b.cellInfo.l.a5 == 1) {
922
925
  return;
923
926
  }
924
927
  let c = b.cellInfo.l.x;
925
928
  if (-1 == c) {
926
929
  return;
927
930
  }
928
- let d = b.cellInfo.ig;
931
+ let d = b.cellInfo.ij;
929
932
  let e = this.j(d);
930
- if (this.a6) {
933
+ if (this.labelClickTriggersChange) {
931
934
  if (this.keys.contains(e)) {
932
935
  if (this.ak != null) {
933
936
  this.ak.setPropertyValue(d, false);
@@ -941,9 +944,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
941
944
  this.keys.add(e);
942
945
  }
943
946
  }
944
- this.dp(c, this.keys.contains(e));
947
+ this.du(c, this.keys.contains(e));
945
948
  }
946
- dp(a, b) {
949
+ du(a, b) {
947
950
  let c = null;
948
951
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
949
952
  c = new Array(this.e.actualPrimaryKey.length);
@@ -962,21 +965,21 @@ export let CheckboxList = /*@__PURE__*/ (() => {
962
965
  return $ret;
963
966
  })()));
964
967
  }
965
- da(a, b) {
968
+ df(a, b) {
966
969
  let c = b.cellInfo.l.x;
967
970
  if (-1 == c) {
968
971
  return;
969
972
  }
970
973
  let d = false;
971
- if (b.cellInfo.ig != null) {
972
- let e = this.j(b.cellInfo.ig);
974
+ if (b.cellInfo.ij != null) {
975
+ let e = this.j(b.cellInfo.ij);
973
976
  if (this.keys.contains(e)) {
974
977
  d = true;
975
978
  }
976
979
  }
977
980
  this.view.t(b.content.element, c, d);
978
981
  }
979
- ej(a, b) {
982
+ ep(a, b) {
980
983
  let c = b.cellInfo.l.x;
981
984
  if (-1 == c) {
982
985
  return;
@@ -986,13 +989,13 @@ export let CheckboxList = /*@__PURE__*/ (() => {
986
989
  let f = null;
987
990
  let g = null;
988
991
  let h = null;
989
- if (b.cellInfo.ig != null) {
990
- d = this.ai.getPropertyValue(b.cellInfo.ig);
992
+ if (b.cellInfo.ij != null) {
993
+ d = this.ai.getPropertyValue(b.cellInfo.ij);
991
994
  if (this.al != null) {
992
- e = this.al.getPropertyValue(b.cellInfo.ig);
995
+ e = this.al.getPropertyValue(b.cellInfo.ij);
993
996
  }
994
997
  if (this.aj != null) {
995
- let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ig));
998
+ let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ij));
996
999
  if (i == 0) {
997
1000
  h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
998
1001
  }
@@ -1004,11 +1007,11 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1004
1007
  }
1005
1008
  }
1006
1009
  }
1007
- this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bk, f, g, h);
1010
+ this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
1008
1011
  }
1009
- dw(a) {
1010
- if (this.bp != null) {
1011
- let b = this.d.property(this.bp).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
1012
+ d1(a) {
1013
+ if (this.bt != null) {
1014
+ let b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
1012
1015
  let c = b.contains(a);
1013
1016
  if (!this.g.filterExpressions.k.contains(this.c)) {
1014
1017
  this.c = c;
@@ -1021,73 +1024,73 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1021
1024
  }
1022
1025
  }
1023
1026
  get itemsSource() {
1024
- return this.bl;
1027
+ return this.bp;
1025
1028
  }
1026
1029
  set itemsSource(a) {
1027
- let b = this.bl;
1028
- this.bl = a;
1029
- if (b != this.bl) {
1030
- this.d1("ItemsSource", b, this.bl);
1030
+ let b = this.bp;
1031
+ this.bp = a;
1032
+ if (b != this.bp) {
1033
+ this.d6("ItemsSource", b, this.bp);
1031
1034
  }
1032
1035
  }
1033
1036
  get dataMemberPath() {
1034
- return this.bp;
1037
+ return this.bt;
1035
1038
  }
1036
1039
  set dataMemberPath(a) {
1037
- let b = this.bp;
1038
- this.bp = a;
1039
- if (b != this.bp) {
1040
- this.d1("DataMemberPath", b, this.bp);
1040
+ let b = this.bt;
1041
+ this.bt = a;
1042
+ if (b != this.bt) {
1043
+ this.d6("DataMemberPath", b, this.bt);
1041
1044
  }
1042
1045
  }
1043
- get bm() {
1044
- return this.bk;
1046
+ get dataLegendTarget() {
1047
+ return this.bo;
1045
1048
  }
1046
- set bm(a) {
1047
- let b = this.bk;
1048
- this.bk = a;
1049
- if (b != this.bk) {
1050
- this.d1("DataLegendTarget", b, this.bk);
1049
+ set dataLegendTarget(a) {
1050
+ let b = this.bo;
1051
+ this.bo = a;
1052
+ if (b != this.bo) {
1053
+ this.d6("DataLegendTarget", b, this.bo);
1051
1054
  }
1052
1055
  }
1053
- get c3() {
1054
- return this.bt;
1056
+ get subtitleMemberPath() {
1057
+ return this.bx;
1055
1058
  }
1056
- set c3(a) {
1057
- let b = this.bt;
1058
- this.bt = a;
1059
- if (b != this.bt) {
1060
- this.d1("SubtitleMemberPath", b, this.bt);
1059
+ set subtitleMemberPath(a) {
1060
+ let b = this.bx;
1061
+ this.bx = a;
1062
+ if (b != this.bx) {
1063
+ this.d6("SubtitleMemberPath", b, this.bx);
1061
1064
  }
1062
1065
  }
1063
- get ci() {
1064
- return this.br;
1066
+ get propertyTypeMemberPath() {
1067
+ return this.bv;
1065
1068
  }
1066
- set ci(a) {
1067
- let b = this.br;
1068
- this.br = a;
1069
- if (b != this.br) {
1070
- this.d1("PropertyTypeMemberPath", b, this.br);
1069
+ set propertyTypeMemberPath(a) {
1070
+ let b = this.bv;
1071
+ this.bv = a;
1072
+ if (b != this.bv) {
1073
+ this.d6("PropertyTypeMemberPath", b, this.bv);
1071
1074
  }
1072
1075
  }
1073
1076
  get selectedMemberPath() {
1074
- return this.bs;
1077
+ return this.bw;
1075
1078
  }
1076
1079
  set selectedMemberPath(a) {
1077
- let b = this.bs;
1078
- this.bs = a;
1079
- if (b != this.bs) {
1080
- this.d1("SelectedMemberPath", b, this.bs);
1080
+ let b = this.bw;
1081
+ this.bw = a;
1082
+ if (b != this.bw) {
1083
+ this.d6("SelectedMemberPath", b, this.bw);
1081
1084
  }
1082
1085
  }
1083
- get cb() {
1084
- return this.bq;
1086
+ get cf() {
1087
+ return this.bu;
1085
1088
  }
1086
- set cb(a) {
1087
- let b = this.bq;
1088
- this.bq = a;
1089
- if (b != this.bq) {
1090
- this.d1("FilterPlaceholderText", b, this.bq);
1089
+ set cf(a) {
1090
+ let b = this.bu;
1091
+ this.bu = a;
1092
+ if (b != this.bu) {
1093
+ this.d6("FilterPlaceholderText", b, this.bu);
1091
1094
  }
1092
1095
  }
1093
1096
  get aa() {
@@ -1097,25 +1100,25 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1097
1100
  let b = this.z;
1098
1101
  this.z = a;
1099
1102
  if (b != this.z) {
1100
- this.d1("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
1103
+ this.d6("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
1101
1104
  }
1102
1105
  }
1103
- get bj() {
1104
- return this.bg;
1106
+ get bn() {
1107
+ return this.bk;
1105
1108
  }
1106
- set bj(a) {
1107
- let b = this.bg;
1108
- this.bg = a;
1109
- if (b != this.bg) {
1110
- this.d1("RowHeight", b, this.bg);
1109
+ set bn(a) {
1110
+ let b = this.bk;
1111
+ this.bk = a;
1112
+ if (b != this.bk) {
1113
+ this.d6("RowHeight", b, this.bk);
1111
1114
  }
1112
1115
  }
1113
- get bh() {
1116
+ get bl() {
1114
1117
  if (this.g != null) {
1115
1118
  return this.g.actualRowHeight;
1116
1119
  }
1117
- else if (this.bg != -1) {
1118
- return this.bg;
1120
+ else if (this.bk != -1) {
1121
+ return this.bk;
1119
1122
  }
1120
1123
  else {
1121
1124
  switch (this.density) {
@@ -1135,7 +1138,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1135
1138
  let b = this.am;
1136
1139
  this.am = a;
1137
1140
  if (b != this.am) {
1138
- this.d1("CellTextStyle", b, this.am);
1141
+ this.d6("CellTextStyle", b, this.am);
1139
1142
  }
1140
1143
  }
1141
1144
  get indexType() {
@@ -1145,7 +1148,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1145
1148
  let b = this.m;
1146
1149
  this.m = a;
1147
1150
  if (b != this.m) {
1148
- this.d1("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
1151
+ this.d6("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
1149
1152
  }
1150
1153
  }
1151
1154
  get baseTheme() {
@@ -1155,7 +1158,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1155
1158
  let b = this.ae;
1156
1159
  this.ae = a;
1157
1160
  if (b != this.ae) {
1158
- this.d1("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
1161
+ this.d6("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
1159
1162
  }
1160
1163
  }
1161
1164
  get density() {
@@ -1165,57 +1168,67 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1165
1168
  let b = this.ag;
1166
1169
  this.ag = a;
1167
1170
  if (b != this.ag) {
1168
- this.d1("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
1171
+ this.d6("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
1169
1172
  }
1170
1173
  }
1171
1174
  get searchIconColor() {
1172
- return this.ex;
1175
+ return this.e4;
1173
1176
  }
1174
1177
  set searchIconColor(a) {
1175
- let b = this.ex;
1176
- this.ex = a;
1177
- if (b != this.ex) {
1178
- this.d1("SearchIconColor", b, this.ex);
1178
+ let b = this.e4;
1179
+ this.e4 = a;
1180
+ if (b != this.e4) {
1181
+ this.d6("SearchIconColor", b, this.e4);
1179
1182
  }
1180
1183
  }
1181
- get ff() {
1182
- return this.ev;
1184
+ get fm() {
1185
+ return this.e1;
1183
1186
  }
1184
- set ff(a) {
1185
- let b = this.ev;
1186
- this.ev = a;
1187
- if (b != this.ev) {
1188
- this.d1("SearchBackgroundColor", b, this.ev);
1187
+ set fm(a) {
1188
+ let b = this.e1;
1189
+ this.e1 = a;
1190
+ if (b != this.e1) {
1191
+ this.d6("SearchBackgroundColor", b, this.e1);
1189
1192
  }
1190
1193
  }
1191
- get a6() {
1194
+ get labelClickTriggersChange() {
1192
1195
  return this.ax;
1193
1196
  }
1194
- set a6(a) {
1197
+ set labelClickTriggersChange(a) {
1195
1198
  let b = this.ax;
1196
1199
  this.ax = a;
1197
1200
  if (b != this.ax) {
1198
- this.d1("LabelClickTriggersChange", b, this.ax);
1201
+ this.d6("LabelClickTriggersChange", b, this.ax);
1199
1202
  }
1200
1203
  }
1201
1204
  get searchTextColor() {
1202
- return this.ey;
1205
+ return this.e5;
1203
1206
  }
1204
1207
  set searchTextColor(a) {
1205
- let b = this.ey;
1206
- this.ey = a;
1207
- if (b != this.ey) {
1208
- this.d1("SearchTextColor", b, this.ey);
1208
+ let b = this.e5;
1209
+ this.e5 = a;
1210
+ if (b != this.e5) {
1211
+ this.d6("SearchTextColor", b, this.e5);
1209
1212
  }
1210
1213
  }
1211
- get fg() {
1212
- return this.ew;
1214
+ get searchBorderColor() {
1215
+ return this.e2;
1213
1216
  }
1214
- set fg(a) {
1215
- let b = this.ew;
1216
- this.ew = a;
1217
- if (b != this.ew) {
1218
- this.d1("SearchBorderColor", b, this.ew);
1217
+ set searchBorderColor(a) {
1218
+ let b = this.e2;
1219
+ this.e2 = a;
1220
+ if (b != this.e2) {
1221
+ this.d6("SearchBorderColor", b, this.e2);
1222
+ }
1223
+ }
1224
+ get searchFocusBorderColor() {
1225
+ return this.e3;
1226
+ }
1227
+ set searchFocusBorderColor(a) {
1228
+ let b = this.e3;
1229
+ this.e3 = a;
1230
+ if (b != this.e3) {
1231
+ this.d6("SearchFocusBorderColor", b, this.e3);
1219
1232
  }
1220
1233
  }
1221
1234
  get ap() {
@@ -1225,67 +1238,67 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1225
1238
  let b = this.an;
1226
1239
  this.an = a;
1227
1240
  if (b != this.an) {
1228
- this.d1("SearchTextStyle", b, this.an);
1241
+ this.d6("SearchTextStyle", b, this.an);
1229
1242
  }
1230
1243
  }
1231
- get e5() {
1232
- return this.eq;
1244
+ get fc() {
1245
+ return this.ew;
1233
1246
  }
1234
- set e5(a) {
1235
- let b = this.eq;
1236
- this.eq = a;
1237
- if (b != this.eq) {
1238
- this.d1("CheckboxTickColor", b, this.eq);
1247
+ set fc(a) {
1248
+ let b = this.ew;
1249
+ this.ew = a;
1250
+ if (b != this.ew) {
1251
+ this.d6("CheckboxTickColor", b, this.ew);
1239
1252
  }
1240
1253
  }
1241
- get e3() {
1242
- return this.eo;
1254
+ get checkboxCheckedBackgroundColor() {
1255
+ return this.eu;
1243
1256
  }
1244
- set e3(a) {
1245
- let b = this.eo;
1246
- this.eo = a;
1247
- if (b != this.eo) {
1248
- this.d1("CheckboxCheckedBackgroundColor", b, this.eo);
1257
+ set checkboxCheckedBackgroundColor(a) {
1258
+ let b = this.eu;
1259
+ this.eu = a;
1260
+ if (b != this.eu) {
1261
+ this.d6("CheckboxCheckedBackgroundColor", b, this.eu);
1249
1262
  }
1250
1263
  }
1251
- get e6() {
1252
- return this.er;
1264
+ get checkboxUncheckedBackgroundColor() {
1265
+ return this.ex;
1253
1266
  }
1254
- set e6(a) {
1255
- let b = this.er;
1256
- this.er = a;
1257
- if (b != this.er) {
1258
- this.d1("CheckboxUncheckedBackgroundColor", b, this.er);
1267
+ set checkboxUncheckedBackgroundColor(a) {
1268
+ let b = this.ex;
1269
+ this.ex = a;
1270
+ if (b != this.ex) {
1271
+ this.d6("CheckboxUncheckedBackgroundColor", b, this.ex);
1259
1272
  }
1260
1273
  }
1261
- get e4() {
1262
- return this.ep;
1274
+ get checkboxCheckedBorderColor() {
1275
+ return this.ev;
1263
1276
  }
1264
- set e4(a) {
1265
- let b = this.ep;
1266
- this.ep = a;
1267
- if (b != this.ep) {
1268
- this.d1("CheckboxCheckedBorderColor", b, this.ep);
1277
+ set checkboxCheckedBorderColor(a) {
1278
+ let b = this.ev;
1279
+ this.ev = a;
1280
+ if (b != this.ev) {
1281
+ this.d6("CheckboxCheckedBorderColor", b, this.ev);
1269
1282
  }
1270
1283
  }
1271
- get e7() {
1272
- return this.es;
1284
+ get checkboxUncheckedBorderColor() {
1285
+ return this.ey;
1273
1286
  }
1274
- set e7(a) {
1275
- let b = this.es;
1276
- this.es = a;
1277
- if (b != this.es) {
1278
- this.d1("CheckboxUncheckedBorderColor", b, this.es);
1287
+ set checkboxUncheckedBorderColor(a) {
1288
+ let b = this.ey;
1289
+ this.ey = a;
1290
+ if (b != this.ey) {
1291
+ this.d6("CheckboxUncheckedBorderColor", b, this.ey);
1279
1292
  }
1280
1293
  }
1281
- get bc() {
1294
+ get checkboxCornerRadius() {
1282
1295
  return this.bb;
1283
1296
  }
1284
- set bc(a) {
1297
+ set checkboxCornerRadius(a) {
1285
1298
  let b = this.bb;
1286
1299
  this.bb = a;
1287
1300
  if (b != this.bb) {
1288
- this.d1("CheckboxCornerRadius", b, this.bb);
1301
+ this.d6("CheckboxCornerRadius", b, this.bb);
1289
1302
  }
1290
1303
  }
1291
1304
  get ad() {
@@ -1295,35 +1308,35 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1295
1308
  let b = this.ac;
1296
1309
  this.ac = a;
1297
1310
  if (b != this.ac) {
1298
- this.d1("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
1311
+ this.d6("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
1299
1312
  }
1300
1313
  }
1301
- get fe() {
1302
- return this.eu;
1314
+ get fl() {
1315
+ return this.e0;
1303
1316
  }
1304
- set fe(a) {
1305
- let b = this.eu;
1306
- this.eu = a;
1307
- if (b != this.eu) {
1308
- this.d1("ScrollbarBackground", b, this.eu);
1317
+ set fl(a) {
1318
+ let b = this.e0;
1319
+ this.e0 = a;
1320
+ if (b != this.e0) {
1321
+ this.d6("ScrollbarBackground", b, this.e0);
1309
1322
  }
1310
1323
  }
1311
- d1(a, b, c) {
1324
+ d6(a, b, c) {
1312
1325
  if (this.propertyChanged != null) {
1313
1326
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
1314
1327
  }
1315
- this.d7(a, b, c);
1328
+ this.ec(a, b, c);
1316
1329
  }
1317
- d7(a, b, c) {
1330
+ ec(a, b, c) {
1318
1331
  switch (a) {
1319
1332
  case "IndexType":
1320
1333
  this.keys.clear();
1321
- this.dl();
1334
+ this.dr();
1322
1335
  if (this.keysCleared != null) {
1323
1336
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1324
1337
  }
1325
1338
  this.view.an();
1326
- this.dx(b, c);
1339
+ this.d2(b, c);
1327
1340
  break;
1328
1341
  case "ItemsSource":
1329
1342
  if (this.g != null) {
@@ -1336,16 +1349,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1336
1349
  }
1337
1350
  if (this.g.actualDataSource != null && !this.a0) {
1338
1351
  let d = this.g.actualDataSource;
1339
- d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d2));
1352
+ d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d7));
1340
1353
  }
1341
- this.g.itemsSource = this.bl;
1342
- this.c9();
1354
+ this.g.itemsSource = this.bp;
1355
+ this.de();
1343
1356
  if (this.g.actualDataSource != null && !this.a0) {
1344
1357
  let e = this.g.actualDataSource;
1345
- e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d2));
1358
+ e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d7));
1346
1359
  }
1347
1360
  this.at = true;
1348
- this.d4();
1361
+ this.d9();
1349
1362
  this.at = false;
1350
1363
  this.view.an();
1351
1364
  }
@@ -1355,9 +1368,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1355
1368
  case "SubtitleMemberPath":
1356
1369
  case "PropertyTypeMemberPath":
1357
1370
  if (this.g != null) {
1358
- if (this.bp != null) {
1359
- this.d4();
1360
- this.ei();
1371
+ if (this.bt != null) {
1372
+ this.d9();
1373
+ this.eo();
1361
1374
  }
1362
1375
  }
1363
1376
  break;
@@ -1367,7 +1380,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1367
1380
  }
1368
1381
  break;
1369
1382
  case "SelectAllCaptionTextColor":
1370
- this.e1 = null != this.fj ? this.fj : this.fc();
1383
+ this.e8 = null != this.selectAllCaptionTextColor ? this.selectAllCaptionTextColor : this.fj();
1371
1384
  break;
1372
1385
  case "SelectAllCaption":
1373
1386
  case "ActualSelectAllCaptionTextColor":
@@ -1383,7 +1396,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1383
1396
  break;
1384
1397
  case "FilterPlaceholderText":
1385
1398
  if (this.v != null) {
1386
- this.v.cg = this.cb;
1399
+ this.v.cg = this.cf;
1387
1400
  }
1388
1401
  break;
1389
1402
  case "SearchInputType":
@@ -1393,7 +1406,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1393
1406
  break;
1394
1407
  case "RowHeight":
1395
1408
  if (this.g != null) {
1396
- this.g.rowHeight = this.bj;
1409
+ this.g.rowHeight = this.bn;
1397
1410
  }
1398
1411
  break;
1399
1412
  case "CellTextStyle":
@@ -1407,7 +1420,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1407
1420
  case "RowHoverBackgroundColor":
1408
1421
  let f = this.g;
1409
1422
  if (null != f) {
1410
- f.cellTextColor = this.fl;
1423
+ f.cellTextColor = this.textColor;
1411
1424
  f.cellBackground = this.backgroundColor;
1412
1425
  f.background = this.backgroundColor;
1413
1426
  f.cellSelectedBackground = this.backgroundColor;
@@ -1416,10 +1429,10 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1416
1429
  this.view.ak();
1417
1430
  break;
1418
1431
  case "BaseTheme":
1419
- this.eh();
1432
+ this.en();
1420
1433
  break;
1421
1434
  case "Density":
1422
- this.eg();
1435
+ this.em();
1423
1436
  break;
1424
1437
  case "IsRowHoverEnabled":
1425
1438
  if (this.g != null) {
@@ -1433,17 +1446,26 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1433
1446
  break;
1434
1447
  case "ScrollbarBackground":
1435
1448
  if (this.g != null) {
1436
- this.g.scrollbarBackground = this.fe;
1449
+ this.g.scrollbarBackground = this.fl;
1437
1450
  }
1438
1451
  break;
1439
1452
  case "SearchIconColor":
1440
1453
  this.view.ai();
1441
1454
  break;
1442
1455
  case "SearchBackgroundColor":
1443
- this.y.mc = this.ff;
1456
+ if (this.y != null) {
1457
+ this.y.mc = this.fm;
1458
+ }
1444
1459
  break;
1445
1460
  case "SearchBorderColor":
1446
- this.y.md = this.fg;
1461
+ if (this.y != null) {
1462
+ this.y.md = this.searchBorderColor;
1463
+ }
1464
+ break;
1465
+ case "SearchFocusBorderColor":
1466
+ if (this.y != null) {
1467
+ this.y.no = this.searchFocusBorderColor;
1468
+ }
1447
1469
  break;
1448
1470
  case "SearchTextColor":
1449
1471
  if (this.w != null) {
@@ -1451,7 +1473,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1451
1473
  }
1452
1474
  break;
1453
1475
  case "SearchTextStyle":
1454
- this.w.af = this.ap;
1476
+ if (this.w != null) {
1477
+ this.w.af = this.ap;
1478
+ }
1455
1479
  break;
1456
1480
  case "CheckboxTickColor":
1457
1481
  case "CheckboxCheckedBackgroundColor":
@@ -1461,22 +1485,22 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1461
1485
  case "CheckboxCornerRadius":
1462
1486
  this.view.af();
1463
1487
  if (this.g != null) {
1464
- this.g.x9();
1488
+ this.g.y1();
1465
1489
  }
1466
1490
  break;
1467
1491
  case "CheckboxAlignedRight":
1468
1492
  if (this.g != null) {
1469
- this.ek();
1493
+ this.eq();
1470
1494
  }
1471
1495
  break;
1472
1496
  case "DataLegendTarget":
1473
1497
  if (this.g != null) {
1474
- this.g.x9();
1498
+ this.g.y1();
1475
1499
  }
1476
1500
  break;
1477
1501
  }
1478
1502
  }
1479
- ek() {
1503
+ eq() {
1480
1504
  if (this.g.actualColumns.count == 0) {
1481
1505
  return;
1482
1506
  }
@@ -1484,7 +1508,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1484
1508
  let b = this.g.actualColumns._inner[1];
1485
1509
  let c = this.g.actualColumns._inner[2];
1486
1510
  this.g.actualColumns.clear();
1487
- if (this.az) {
1511
+ if (this.checkboxAlignedRight) {
1488
1512
  this.g.columns.add(b);
1489
1513
  this.g.columns.add(a);
1490
1514
  }
@@ -1494,7 +1518,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1494
1518
  }
1495
1519
  this.g.columns.add(c);
1496
1520
  }
1497
- dx(a, b) {
1521
+ d2(a, b) {
1498
1522
  if (this.indexTypeChanged != null) {
1499
1523
  this.indexTypeChanged(this, ((() => {
1500
1524
  let $ret = new CheckboxListIndexTypeChangedEventArgs();
@@ -1504,7 +1528,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1504
1528
  })()));
1505
1529
  }
1506
1530
  }
1507
- eg() {
1531
+ em() {
1508
1532
  if (this.g != null) {
1509
1533
  this.g.density = this.density;
1510
1534
  }
@@ -1512,8 +1536,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1512
1536
  this.x.t = this.density;
1513
1537
  }
1514
1538
  this.view.ae();
1539
+ this.view.z();
1515
1540
  }
1516
- eh() {
1541
+ en() {
1517
1542
  if (this.x != null) {
1518
1543
  this.x.p = this.baseTheme;
1519
1544
  }
@@ -1522,51 +1547,51 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1522
1547
  }
1523
1548
  if (this.g != null) {
1524
1549
  this.g.theme = this.baseTheme;
1525
- this.g.cellTextColor = this.fl;
1550
+ this.g.cellTextColor = this.textColor;
1526
1551
  this.g.cellBackground = this.backgroundColor;
1527
1552
  this.g.cellSelectedBackground = this.backgroundColor;
1528
1553
  this.g.rowHoverBackground = this.rowHoverBackgroundColor;
1529
1554
  this.g.background = this.backgroundColor;
1530
1555
  }
1531
- this.e1 = this.fj != null ? this.fj : this.fc();
1556
+ this.e8 = this.selectAllCaptionTextColor != null ? this.selectAllCaptionTextColor : this.fj();
1532
1557
  this.view.ag();
1533
1558
  }
1534
- d2(a, b) {
1559
+ d7(a, b) {
1535
1560
  this.at = true;
1536
- this.c9();
1561
+ this.de();
1537
1562
  if (b.schema != null) {
1538
- this.d4();
1563
+ this.d9();
1539
1564
  for (let c = 0; c < this.keys.count; c++) {
1540
- this.dz(this.keys._inner[c]);
1565
+ this.d4(this.keys._inner[c]);
1541
1566
  }
1542
1567
  this.view.an();
1543
1568
  }
1544
1569
  this.at = false;
1545
1570
  }
1546
- d4() {
1547
- if (this.ak == null && this.bs != null && this.bs != "") {
1548
- this.ak = new FastReflectionHelper(false, this.bs);
1571
+ d9() {
1572
+ if (this.ak == null && this.bw != null && this.bw != "") {
1573
+ this.ak = new FastReflectionHelper(false, this.bw);
1549
1574
  }
1550
- if (this.ai == null && this.bp != null && this.bp != "") {
1551
- this.ai = new FastReflectionHelper(false, this.bp);
1575
+ if (this.ai == null && this.bt != null && this.bt != "") {
1576
+ this.ai = new FastReflectionHelper(false, this.bt);
1552
1577
  }
1553
- if (this.al == null && this.bt != null && this.bt != "") {
1554
- this.al = new FastReflectionHelper(false, this.bt);
1578
+ if (this.al == null && this.bx != null && this.bx != "") {
1579
+ this.al = new FastReflectionHelper(false, this.bx);
1555
1580
  }
1556
- if (this.aj == null && this.br != null && this.br != "") {
1557
- this.aj = new FastReflectionHelper(false, this.br);
1581
+ if (this.aj == null && this.bv != null && this.bv != "") {
1582
+ this.aj = new FastReflectionHelper(false, this.bv);
1558
1583
  }
1559
1584
  if (this.ai != null) {
1560
- this.ai.propertyName = this.bp;
1585
+ this.ai.propertyName = this.bt;
1561
1586
  }
1562
1587
  if (this.al != null) {
1563
- this.al.propertyName = this.bt;
1588
+ this.al.propertyName = this.bx;
1564
1589
  }
1565
1590
  if (this.aj != null) {
1566
- this.aj.propertyName = this.br;
1591
+ this.aj.propertyName = this.bv;
1567
1592
  }
1568
- if (this.bl != null && this.ak != null && this.g.actualDataSource.actualSchema != null) {
1569
- this.ak.propertyName = this.bs;
1593
+ if (this.bp != null && this.ak != null && this.g.actualDataSource.actualSchema != null) {
1594
+ this.ak.propertyName = this.bw;
1570
1595
  let a = this.g.actualDataSource.actualCount;
1571
1596
  for (let b = 0; b < a; b++) {
1572
1597
  let c = this.g.actualDataSource.getItemAtIndex(b);
@@ -1583,12 +1608,12 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1583
1608
  }
1584
1609
  }
1585
1610
  }
1586
- ei() {
1611
+ eo() {
1587
1612
  this.view.p();
1588
1613
  this.g.columns.clear();
1589
1614
  this.g.primaryKey = this.primaryKey;
1590
1615
  this.g.isGroupRowSticky = false;
1591
- this.g.rowHeight = this.bj;
1616
+ this.g.rowHeight = this.bn;
1592
1617
  this.g.background = this.backgroundColor;
1593
1618
  this.g.cellBackground = this.backgroundColor;
1594
1619
  this.g.cellSelectedBackground = this.backgroundColor;
@@ -1600,35 +1625,35 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1600
1625
  this.g.cellTextStyle = this.ao;
1601
1626
  }
1602
1627
  let a = new TemplateColumn();
1603
- if (this.bs == null) {
1604
- this.bs = "";
1628
+ if (this.bw == null) {
1629
+ this.bw = "";
1605
1630
  }
1606
- a.mr = this.bs;
1607
- a.ni = "CheckboxColumn";
1631
+ a.nl = this.bw;
1632
+ a.od = "CheckboxColumn";
1608
1633
  let b = new ColumnWidth();
1609
1634
  b.c = false;
1610
1635
  b.f = 28;
1611
1636
  a.width = b;
1612
- a.k7 = 0;
1613
- a.k8 = 0;
1614
- a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.da));
1637
+ a.lm = 0;
1638
+ a.ln = 0;
1639
+ a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.df));
1615
1640
  this.k = a;
1616
1641
  this.g.columns.add(a);
1617
- let c = this.g.actualDataSource.resolveSchemaPropertyType(this.bp);
1618
- if ((this.bt != null || this.br != null) && (c == 0 || c == 11 || c == 2)) {
1642
+ let c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
1643
+ if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
1619
1644
  let d = new TemplateColumn();
1620
- d.mr = this.bp;
1621
- d.ni = "DataColumn";
1622
- d.k7 = 0;
1645
+ d.nl = this.bt;
1646
+ d.od = "DataColumn";
1647
+ d.lm = 0;
1623
1648
  d.g = 0;
1624
- d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ej));
1649
+ d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ep));
1625
1650
  this.g.columns.add(d);
1626
1651
  }
1627
1652
  else {
1628
1653
  let e;
1629
- if (this.f != null) {
1630
- e = this.f.h0();
1631
- e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.di));
1654
+ if (this.gridColumnProvider != null) {
1655
+ e = this.gridColumnProvider.h1();
1656
+ e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dn));
1632
1657
  }
1633
1658
  else {
1634
1659
  switch (c) {
@@ -1653,9 +1678,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1653
1678
  break;
1654
1679
  }
1655
1680
  }
1656
- e.mr = this.bp;
1657
- e.ni = "DataColumn";
1658
- e.k7 = 0;
1681
+ e.nl = this.bt;
1682
+ e.od = "DataColumn";
1683
+ e.lm = 0;
1659
1684
  e.g = 0;
1660
1685
  this.g.columns.add(e);
1661
1686
  }
@@ -1663,15 +1688,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1663
1688
  let g = new ColumnWidth();
1664
1689
  g.c = false;
1665
1690
  g.f = 10;
1666
- f.mr = "PaddingColumn";
1667
- f.ni = "PaddingColumn";
1668
- f.k7 = 0;
1691
+ f.nl = "PaddingColumn";
1692
+ f.od = "PaddingColumn";
1693
+ f.lm = 0;
1669
1694
  f.width = g;
1670
1695
  this.g.columns.add(f);
1671
1696
  }
1672
- di(a, b) {
1697
+ dn(a, b) {
1673
1698
  let c = b.b;
1674
- c.g0 = 0;
1699
+ c.g2 = 0;
1700
+ c.g = 0;
1675
1701
  }
1676
1702
  updateHrMargin(a) {
1677
1703
  this.view.ah(a);
@@ -1679,16 +1705,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1679
1705
  provideHrElement(a) {
1680
1706
  this.view.v(a);
1681
1707
  }
1682
- dy() {
1708
+ d3() {
1683
1709
  if (!this.a0) {
1684
1710
  let a = this.w;
1685
- a.changing = delegateCombine(a.changing, runOn(this, this.dj));
1711
+ a.changing = delegateCombine(a.changing, runOn(this, this.dp));
1686
1712
  }
1687
- this.eh();
1713
+ this.en();
1688
1714
  }
1689
- dj(a, b) {
1715
+ dp(a, b) {
1690
1716
  let c = b.value.toLowerCase();
1691
- this.dw(c);
1717
+ this.d1(c);
1692
1718
  }
1693
1719
  j(a) {
1694
1720
  if (this.primaryKey == null) {
@@ -1702,7 +1728,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1702
1728
  }
1703
1729
  return new PrimaryKeyValue(b, c);
1704
1730
  }
1705
- ec(a) {
1731
+ ei(a) {
1706
1732
  this.as = true;
1707
1733
  let b = this.e.getItemAtIndex(a);
1708
1734
  if (this.ak != null) {
@@ -1712,7 +1738,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1712
1738
  this.keys.remove(c);
1713
1739
  this.as = false;
1714
1740
  }
1715
- c6(a) {
1741
+ db(a) {
1716
1742
  this.as = true;
1717
1743
  let b = this.e.getItemAtIndex(a);
1718
1744
  if (this.ak != null) {
@@ -1722,44 +1748,44 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1722
1748
  this.keys.add(c);
1723
1749
  this.as = false;
1724
1750
  }
1725
- ef() {
1751
+ el() {
1726
1752
  this.indexType = 0;
1727
1753
  this.keys.clear();
1728
- this.dl();
1754
+ this.dr();
1729
1755
  if (this.keysCleared != null) {
1730
1756
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1731
1757
  }
1732
1758
  }
1733
- dc() {
1759
+ dh() {
1734
1760
  this.indexType = 1;
1735
1761
  this.keys.clear();
1736
- this.dl();
1762
+ this.dr();
1737
1763
  if (this.keysCleared != null) {
1738
1764
  this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1739
1765
  }
1740
1766
  }
1741
- dr(a, b, c) {
1767
+ dw(a, b, c) {
1742
1768
  if (this.g != null) {
1743
1769
  this.g.notifySetItem(a, b, c);
1744
1770
  }
1745
1771
  }
1746
- dm() {
1772
+ ds() {
1747
1773
  if (this.g != null) {
1748
1774
  this.g.notifyClearItems();
1749
1775
  }
1750
1776
  }
1751
- dl() {
1777
+ dr() {
1752
1778
  if (this.g != null) {
1753
1779
  this.g.invalidateVisibleRows();
1754
1780
  }
1755
1781
  }
1756
- dn(a, b) {
1782
+ dt(a, b) {
1757
1783
  if (this.g != null) {
1758
1784
  this.g.notifyInsertItem(a, b);
1759
1785
  }
1760
1786
  ;
1761
1787
  }
1762
- dq(a, b) {
1788
+ dv(a, b) {
1763
1789
  if (this.g != null) {
1764
1790
  this.g.notifyRemoveItem(a, b);
1765
1791
  }
@@ -1776,7 +1802,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1776
1802
  this.aw = false;
1777
1803
  }
1778
1804
  }
1779
- c7(a) {
1805
+ dc(a) {
1780
1806
  let b = null;
1781
1807
  if (this.primaryKey == null || this.primaryKey.length == 0) {
1782
1808
  b = new PrimaryKeyValue(null, a);
@@ -1796,7 +1822,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1796
1822
  this.keys.add(b);
1797
1823
  }
1798
1824
  }
1799
- ed(a) {
1825
+ ej(a) {
1800
1826
  let b = null;
1801
1827
  if (this.primaryKey == null || this.primaryKey.length == 0) {
1802
1828
  b = new PrimaryKeyValue(null, a);
@@ -1817,15 +1843,15 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1817
1843
  }
1818
1844
  }
1819
1845
  getDesiredSize(a) {
1820
- let b = 248;
1846
+ let b = 200;
1821
1847
  let c = 0;
1822
1848
  let d = this.be();
1823
1849
  let e = 5;
1824
1850
  if (this.g != null && this.g.actualDataSource != null && this.g.actualDataSource.actualCount > 0) {
1825
1851
  e = this.g.actualDataSource.actualCount;
1826
1852
  }
1827
- let f = this.bh * e;
1828
- let g = this.bh * (this.showSelectAll ? 4 : 5);
1853
+ let f = this.bl * e;
1854
+ let g = this.bl * (this.showSelectAll ? 4 : 5);
1829
1855
  let h = f > g ? g : f;
1830
1856
  let i = d + h;
1831
1857
  if (isPositiveInfinity(a.height)) {
@@ -1846,18 +1872,17 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1846
1872
  let a = 0;
1847
1873
  a += ComponentSizeHelpers.d(this.density, this.baseTheme);
1848
1874
  a += ComponentSizeHelpers.c(this.density, this.baseTheme);
1849
- a += (0.8 + 6);
1850
- a += 4;
1875
+ a += (1 + 3 + 0);
1851
1876
  if (this.showSelectAll) {
1852
- a += this.bh;
1877
+ a += this.bl + 0 + 0;
1853
1878
  }
1854
1879
  a += 4;
1855
1880
  return a;
1856
1881
  }
1857
- bn() {
1882
+ br() {
1858
1883
  return this.l();
1859
1884
  }
1860
- ca() {
1885
+ ce() {
1861
1886
  let a = this.l();
1862
1887
  return a.i();
1863
1888
  }
@@ -1870,51 +1895,51 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1870
1895
  a.e = c.height;
1871
1896
  a.h = c.width;
1872
1897
  a.c = this.baseTheme;
1873
- a.d = this.bh;
1874
- a.a = AppearanceHelper.a(this.e1);
1898
+ a.d = this.bl;
1899
+ a.a = AppearanceHelper.a(this.e8);
1875
1900
  a.b = AppearanceHelper.a(this.backgroundColor);
1876
1901
  return a;
1877
1902
  }
1878
- get cw() {
1879
- return this.cv != null ? this.cv : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
1903
+ get c1() {
1904
+ return this.c0 != null ? this.c0 : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
1880
1905
  }
1881
- set cw(a) {
1882
- if (a == this.cv) {
1906
+ set c1(a) {
1907
+ if (a == this.c0) {
1883
1908
  return;
1884
1909
  }
1885
- let b = this.cv;
1886
- this.cv = a;
1887
- this.d1("SelectAllCaption", b, this.cv);
1910
+ let b = this.c0;
1911
+ this.c0 = a;
1912
+ this.d6("SelectAllCaption", b, this.c0);
1888
1913
  }
1889
- get fj() {
1890
- return this.ez;
1914
+ get selectAllCaptionTextColor() {
1915
+ return this.e6;
1891
1916
  }
1892
- set fj(a) {
1893
- let b = this.ez;
1894
- this.ez = a;
1895
- if (b != this.ez) {
1896
- this.d1("SelectAllCaptionTextColor", b, a);
1917
+ set selectAllCaptionTextColor(a) {
1918
+ let b = this.e6;
1919
+ this.e6 = a;
1920
+ if (b != this.e6) {
1921
+ this.d6("SelectAllCaptionTextColor", b, a);
1897
1922
  }
1898
1923
  }
1899
- get e1() {
1900
- return this.em;
1924
+ get e8() {
1925
+ return this.es;
1901
1926
  }
1902
- set e1(a) {
1903
- let b = this.em;
1904
- this.em = a;
1905
- if (b != this.em) {
1906
- this.d1("ActualSelectAllCaptionTextColor", b, a);
1927
+ set e8(a) {
1928
+ let b = this.es;
1929
+ this.es = a;
1930
+ if (b != this.es) {
1931
+ this.d6("ActualSelectAllCaptionTextColor", b, a);
1907
1932
  }
1908
1933
  }
1909
1934
  get a5() {
1910
- if (-1 == this.bi) {
1935
+ if (-1 == this.bm) {
1911
1936
  return false;
1912
1937
  }
1913
1938
  let a = this.keys.count;
1914
1939
  if (0 == a) {
1915
1940
  return false;
1916
1941
  }
1917
- if (a == this.bi) {
1942
+ if (a == this.bm) {
1918
1943
  return false;
1919
1944
  }
1920
1945
  return true;
@@ -1928,46 +1953,46 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1928
1953
  }
1929
1954
  let b = this.a9;
1930
1955
  this.a9 = a;
1931
- this.d1("showSelectAll", b, this.a9);
1956
+ this.d6("showSelectAll", b, this.a9);
1932
1957
  }
1933
1958
  get backgroundColor() {
1934
- return this.en;
1959
+ return this.et;
1935
1960
  }
1936
1961
  set backgroundColor(a) {
1937
- let b = this.en;
1938
- this.en = a;
1939
- if (b != this.en) {
1940
- this.d1("BackgroundColor", b, a);
1962
+ let b = this.et;
1963
+ this.et = a;
1964
+ if (b != this.et) {
1965
+ this.d6("BackgroundColor", b, a);
1941
1966
  }
1942
1967
  }
1943
1968
  get rowHoverBackgroundColor() {
1944
- return this.et;
1969
+ return this.ez;
1945
1970
  }
1946
1971
  set rowHoverBackgroundColor(a) {
1947
- let b = this.et;
1948
- this.et = a;
1949
- if (b != this.et) {
1950
- this.d1("RowHoverBackgroundColor", b, a);
1972
+ let b = this.ez;
1973
+ this.ez = a;
1974
+ if (b != this.ez) {
1975
+ this.d6("RowHoverBackgroundColor", b, a);
1951
1976
  }
1952
1977
  }
1953
- fc() {
1978
+ fj() {
1954
1979
  switch (this.baseTheme) {
1955
1980
  case 6:
1956
- case 4: return CheckboxList.e9;
1981
+ case 4: return CheckboxList.fg;
1957
1982
  }
1958
- return CheckboxList.fb;
1983
+ return CheckboxList.fi;
1959
1984
  }
1960
- get fl() {
1961
- return this.e0;
1985
+ get textColor() {
1986
+ return this.e7;
1962
1987
  }
1963
- set fl(a) {
1964
- let b = this.e0;
1965
- this.e0 = a;
1966
- if (b != this.e0) {
1967
- this.d1("TextColor", b, a);
1988
+ set textColor(a) {
1989
+ let b = this.e7;
1990
+ this.e7 = a;
1991
+ if (b != this.e7) {
1992
+ this.d6("TextColor", b, a);
1968
1993
  }
1969
1994
  }
1970
- d3(a) {
1995
+ d8(a) {
1971
1996
  if (this.selectAllCheckboxChanged != null) {
1972
1997
  this.selectAllCheckboxChanged(this, ((() => {
1973
1998
  let $ret = new SelectAllCheckboxChangedEventArgs();
@@ -1977,39 +2002,39 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1977
2002
  }
1978
2003
  }
1979
2004
  a2() {
1980
- if (-1 == this.bi) {
2005
+ if (-1 == this.bm) {
1981
2006
  return true;
1982
2007
  }
1983
2008
  let a = this.keys.count;
1984
2009
  switch (this.indexType) {
1985
- case 0: return this.bi == a;
2010
+ case 0: return this.bm == a;
1986
2011
  case 1: return 0 == a;
1987
2012
  default: return false;
1988
2013
  }
1989
2014
  }
1990
2015
  a1() {
1991
- if (-1 == this.bi) {
2016
+ if (-1 == this.bm) {
1992
2017
  return false;
1993
2018
  }
1994
2019
  let a = this.keys.count;
1995
2020
  switch (this.indexType) {
1996
2021
  case 0: return 0 == a;
1997
- case 1: return this.bi == a;
2022
+ case 1: return this.bm == a;
1998
2023
  default: return false;
1999
2024
  }
2000
2025
  }
2001
- c9() {
2026
+ de() {
2002
2027
  let a = this.g.actualDataSource;
2003
2028
  if (null != a) {
2004
2029
  if (null == a.actualSchema) {
2005
- this.bi = -1;
2030
+ this.bm = -1;
2006
2031
  return;
2007
2032
  }
2008
2033
  let b = a.actualCount;
2009
- this.bi = b;
2034
+ this.bm = b;
2010
2035
  }
2011
2036
  else {
2012
- this.bi = -1;
2037
+ this.bm = -1;
2013
2038
  }
2014
2039
  }
2015
2040
  get a8() {
@@ -2021,7 +2046,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
2021
2046
  }
2022
2047
  let b = this.a7;
2023
2048
  this.a7 = a;
2024
- this.d1("ShowFilter", b, this.a7);
2049
+ this.d6("ShowFilter", b, this.a7);
2025
2050
  }
2026
2051
  get a4() {
2027
2052
  return this.a3;
@@ -2032,26 +2057,40 @@ export let CheckboxList = /*@__PURE__*/ (() => {
2032
2057
  }
2033
2058
  let b = this.a3;
2034
2059
  this.a3 = a;
2035
- this.d1("IsRowHoverEnabled", b, this.a3);
2060
+ this.d6("IsRowHoverEnabled", b, this.a3);
2036
2061
  }
2037
- get az() {
2062
+ get checkboxAlignedRight() {
2038
2063
  return this.ay;
2039
2064
  }
2040
- set az(a) {
2065
+ set checkboxAlignedRight(a) {
2041
2066
  if (a == this.ay) {
2042
2067
  return;
2043
2068
  }
2044
2069
  let b = this.ay;
2045
2070
  this.ay = a;
2046
- this.d1("CheckboxAlignedRight", b, this.ay);
2071
+ this.d6("CheckboxAlignedRight", b, this.ay);
2072
+ }
2073
+ ef(a) {
2074
+ this.y = a;
2075
+ if (a == null) {
2076
+ return;
2077
+ }
2078
+ this.y.d = this.aa;
2079
+ this.y.p = this.baseTheme;
2080
+ this.y.t = this.density;
2081
+ this.y.mc = this.fm;
2082
+ this.y.md = this.searchBorderColor;
2083
+ this.y.no = this.searchFocusBorderColor;
2084
+ this.y.n6 = BrushUtil.l(0, 0, 0, 0);
2085
+ this.y.np = BrushUtil.l(0, 0, 0, 0);
2047
2086
  }
2048
2087
  }
2049
2088
  CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
2050
- CheckboxList.fk = BrushUtil.l(255, 24, 29, 31);
2051
- CheckboxList.cs = "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";
2052
- CheckboxList.e8 = BrushUtil.l(255, 248, 248, 248);
2053
- CheckboxList.fa = null;
2054
- CheckboxList.fb = BrushUtil.l(255, 24, 29, 31);
2055
- CheckboxList.e9 = BrushUtil.l(255, 255, 255, 255);
2089
+ CheckboxList.fs = BrushUtil.l(255, 24, 29, 31);
2090
+ CheckboxList.cx = "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";
2091
+ CheckboxList.ff = BrushUtil.l(255, 248, 248, 248);
2092
+ CheckboxList.fh = null;
2093
+ CheckboxList.fi = BrushUtil.l(255, 24, 29, 31);
2094
+ CheckboxList.fg = BrushUtil.l(255, 255, 255, 255);
2056
2095
  return CheckboxList;
2057
2096
  })();