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

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