igniteui-webcomponents-grids 5.0.3-beta.0 → 5.1.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (428) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +29290 -22265
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +3 -3
  4. package/esm2015/lib/BaseEditorView.js +36 -30
  5. package/esm2015/lib/CanvasCellPresenterBase.js +17 -17
  6. package/esm2015/lib/CanvasContentCellModelHelper.js +26 -26
  7. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  8. package/esm2015/lib/CanvasGridCellBase.js +377 -361
  9. package/esm2015/lib/CanvasImageCell.js +30 -30
  10. package/esm2015/lib/CanvasImageCellPresenter.js +17 -17
  11. package/esm2015/lib/CanvasNumericCell.js +2 -2
  12. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  13. package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
  14. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +11 -11
  15. package/esm2015/lib/CanvasSummaryCell.js +50 -50
  16. package/esm2015/lib/CanvasSummaryCellPresenter.js +10 -10
  17. package/esm2015/lib/CanvasTemplateCell.js +7 -7
  18. package/esm2015/lib/CanvasTemplateCellPresenter.js +6 -6
  19. package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
  20. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  21. package/esm2015/lib/CanvasTextCell.js +3 -3
  22. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  23. package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
  24. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +20 -20
  25. package/esm2015/lib/CellPresenterBase.js +40 -38
  26. package/esm2015/lib/CheckboxListBridge.js +88 -23
  27. package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
  28. package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
  29. package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
  30. package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
  31. package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
  32. package/esm2015/lib/CheckboxListViewExternal.js +11 -0
  33. package/esm2015/lib/CheckboxListView_combined.js +617 -520
  34. package/esm2015/lib/ColumnChooserView_combined.js +15 -15
  35. package/esm2015/lib/ColumnFilterCondition_combined.js +13473 -10334
  36. package/esm2015/lib/ColumnGroupingView_combined.js +6 -5
  37. package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
  38. package/esm2015/lib/ColumnPinningView_combined.js +15 -15
  39. package/esm2015/lib/ColumnSummaryDescription.js +53 -46
  40. package/esm2015/lib/ColumnSummaryDescriptionCollection.js +4 -2
  41. package/esm2015/lib/ComboEditorView.js +119 -117
  42. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +12 -12
  43. package/esm2015/lib/ContentCellModelHelper.js +19 -19
  44. package/esm2015/lib/DataGridCellLayoutPanel.js +21 -21
  45. package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
  46. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  47. package/esm2015/lib/DataGridToolbarView_combined.js +3 -2
  48. package/esm2015/lib/DateEditorView.js +94 -94
  49. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  50. package/esm2015/lib/Dragger.js +3 -2
  51. package/esm2015/lib/DraggerView.js +1 -1
  52. package/esm2015/lib/EditorCell.js +303 -303
  53. package/esm2015/lib/EditorCellPresenter.js +28 -28
  54. package/esm2015/lib/EditorRowCell.js +1 -1
  55. package/esm2015/lib/FilterCell.js +272 -272
  56. package/esm2015/lib/FilterCellPresenter.js +18 -18
  57. package/esm2015/lib/GridCellBase.js +295 -279
  58. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +23 -22
  59. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  60. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  61. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  62. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  63. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  64. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  65. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -18
  66. package/esm2015/lib/GridCompoundConditionalStyle.js +7 -0
  67. package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +33 -0
  68. package/esm2015/lib/GridConditionalStyle.js +7 -0
  69. package/esm2015/lib/GridConditionalStyleBoundType.js +16 -0
  70. package/esm2015/lib/GridConditionalStyleCollection.js +7 -0
  71. package/esm2015/lib/GridConditionalStyleProperty.js +615 -0
  72. package/esm2015/lib/GridConditionalStylePropertyCollection.js +21 -0
  73. package/esm2015/lib/GridConditionalStylePropertyStylingType.js +18 -0
  74. package/esm2015/lib/GridExternalWrapper.js +6 -6
  75. package/esm2015/lib/GridFilterDialogView_combined.js +308 -301
  76. package/esm2015/lib/GridModuleHelper.js +24 -0
  77. package/esm2015/lib/GridSelectedKeysCollection.js +21 -3
  78. package/esm2015/lib/GridSortIndicatorView_combined.js +1 -1
  79. package/esm2015/lib/GridStyleRepository.js +206 -173
  80. package/esm2015/lib/ISummaryChooserView_combined.js +10 -10
  81. package/esm2015/lib/ImageCell.js +60 -60
  82. package/esm2015/lib/ImageCellPresenter.js +18 -18
  83. package/esm2015/lib/MultiColumnComboBoxView_combined.js +34 -34
  84. package/esm2015/lib/NativeUIComboFactory.js +47 -0
  85. package/esm2015/lib/NativeUIGridFactory.js +1 -1
  86. package/esm2015/lib/NumericCell.js +5 -5
  87. package/esm2015/lib/NumericCellPresenter.js +8 -8
  88. package/esm2015/lib/NumericEditorView.js +3 -3
  89. package/esm2015/lib/PropertyEditorView_combined.js +66 -66
  90. package/esm2015/lib/SectionHeaderCell.js +17 -17
  91. package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
  92. package/esm2015/lib/SummaryCell.js +41 -41
  93. package/esm2015/lib/SummaryCellPresenter.js +14 -14
  94. package/esm2015/lib/TemplateCell.js +16 -16
  95. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  96. package/esm2015/lib/TemplateHeader.js +9 -9
  97. package/esm2015/lib/TemplateHeaderCell.js +6 -6
  98. package/esm2015/lib/TemplateHeaderCellModel.js +23 -17
  99. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  100. package/esm2015/lib/TemplateSectionHeader.js +3 -3
  101. package/esm2015/lib/TextCell.js +30 -30
  102. package/esm2015/lib/TextCellPresenter.js +9 -9
  103. package/esm2015/lib/TextEditorView.js +78 -78
  104. package/esm2015/lib/TextHeaderCell.js +149 -153
  105. package/esm2015/lib/TextHeaderCellPresenter.js +38 -32
  106. package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
  107. package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
  108. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  109. package/esm2015/lib/igc-cell-info.js +177 -177
  110. package/esm2015/lib/igc-checkbox-list-component.js +131 -79
  111. package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +44 -0
  112. package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +30 -0
  113. package/esm2015/lib/igc-column-moving-separator-component.js +15 -9
  114. package/esm2015/lib/igc-column-resizing-separator-component.js +12 -6
  115. package/esm2015/lib/igc-column-summary-description.js +24 -15
  116. package/esm2015/lib/igc-combo-box-column-component.js +16 -10
  117. package/esm2015/lib/igc-data-grid-all-columns-module.js +4 -0
  118. package/esm2015/lib/igc-data-grid-column-component.js +182 -160
  119. package/esm2015/lib/igc-data-grid-component.js +50 -24
  120. package/esm2015/lib/igc-data-grid-core-module.js +5 -0
  121. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +51 -20
  122. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  123. package/esm2015/lib/igc-date-time-column-component.js +29 -23
  124. package/esm2015/lib/igc-definition-base-component.js +317 -111
  125. package/esm2015/lib/igc-edit-row-definition-component.js +6 -0
  126. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  127. package/esm2015/lib/igc-editor-definition-component.js +6 -0
  128. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  129. package/esm2015/lib/igc-filter-row-definition-component.js +18 -12
  130. package/esm2015/lib/igc-grid-compound-conditional-style-component.js +88 -0
  131. package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +48 -0
  132. package/esm2015/lib/igc-grid-conditional-style-collection.js +53 -0
  133. package/esm2015/lib/igc-grid-conditional-style-component.js +413 -0
  134. package/esm2015/lib/igc-grid-conditional-style-module.js +16 -0
  135. package/esm2015/lib/igc-grid-conditional-style-property-collection.js +53 -0
  136. package/esm2015/lib/igc-grid-conditional-style-property-component.js +400 -0
  137. package/esm2015/lib/igc-grid-conditional-style-property-module.js +16 -0
  138. package/esm2015/lib/igc-header-component.js +30 -24
  139. package/esm2015/lib/igc-header-row-separator-component.js +6 -0
  140. package/esm2015/lib/igc-header-separator-component.js +6 -0
  141. package/esm2015/lib/igc-image-cell-info.js +6 -6
  142. package/esm2015/lib/igc-image-column-component.js +18 -12
  143. package/esm2015/lib/igc-multi-column-combo-box-component.js +24 -24
  144. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  145. package/esm2015/lib/igc-numeric-column-component.js +41 -35
  146. package/esm2015/lib/igc-pinned-area-separator-component.js +6 -0
  147. package/esm2015/lib/igc-row-separator-component.js +6 -0
  148. package/esm2015/lib/igc-section-footer-component.js +6 -0
  149. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  150. package/esm2015/lib/igc-section-header-component.js +30 -24
  151. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  152. package/esm2015/lib/igc-summary-row-component.js +30 -24
  153. package/esm2015/lib/igc-summary-row-root-component.js +6 -0
  154. package/esm2015/lib/igc-summary-row-section-component.js +6 -0
  155. package/esm2015/lib/igc-template-cell-info.js +2 -2
  156. package/esm2015/lib/igc-template-column-component.js +6 -0
  157. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  158. package/esm2015/lib/igc-template-header-component.js +6 -0
  159. package/esm2015/lib/igc-template-section-header-component.js +6 -0
  160. package/esm2015/lib/igc-text-cell-info.js +2 -2
  161. package/esm2015/lib/igc-text-column-component.js +15 -9
  162. package/esm2015/lib/igc-text-header-cell-info.js +10 -10
  163. package/esm2015/lib/igc-text-header-component.js +6 -0
  164. package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +94 -0
  165. package/esm2015/lib/igc-text-icon-set-conditional-style-module.js +16 -0
  166. package/esm2015/public_api.js +36 -4
  167. package/esm5/lib/AccessibilityRow.js +3 -3
  168. package/esm5/lib/BaseEditorView.js +36 -30
  169. package/esm5/lib/CanvasCellPresenterBase.js +17 -17
  170. package/esm5/lib/CanvasContentCellModelHelper.js +26 -26
  171. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  172. package/esm5/lib/CanvasGridCellBase.js +375 -359
  173. package/esm5/lib/CanvasImageCell.js +29 -29
  174. package/esm5/lib/CanvasImageCellPresenter.js +17 -17
  175. package/esm5/lib/CanvasNumericCell.js +2 -2
  176. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  177. package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
  178. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +11 -11
  179. package/esm5/lib/CanvasSummaryCell.js +50 -50
  180. package/esm5/lib/CanvasSummaryCellPresenter.js +10 -10
  181. package/esm5/lib/CanvasTemplateCell.js +7 -7
  182. package/esm5/lib/CanvasTemplateCellPresenter.js +6 -6
  183. package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
  184. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  185. package/esm5/lib/CanvasTextCell.js +3 -3
  186. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  187. package/esm5/lib/CanvasTextHeaderCell.js +24 -24
  188. package/esm5/lib/CanvasTextHeaderCellPresenter.js +20 -20
  189. package/esm5/lib/CellPresenterBase.js +40 -38
  190. package/esm5/lib/CheckboxListBridge.js +88 -23
  191. package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
  192. package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
  193. package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
  194. package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
  195. package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
  196. package/esm5/lib/CheckboxListViewExternal.js +11 -0
  197. package/esm5/lib/CheckboxListView_combined.js +599 -498
  198. package/esm5/lib/ColumnChooserView_combined.js +15 -15
  199. package/esm5/lib/ColumnFilterCondition_combined.js +13154 -9751
  200. package/esm5/lib/ColumnGroupingView_combined.js +6 -5
  201. package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
  202. package/esm5/lib/ColumnPinningView_combined.js +15 -15
  203. package/esm5/lib/ColumnSummaryDescription.js +56 -45
  204. package/esm5/lib/ColumnSummaryDescriptionCollection.js +4 -2
  205. package/esm5/lib/ComboEditorView.js +116 -114
  206. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +12 -12
  207. package/esm5/lib/ContentCellModelHelper.js +19 -19
  208. package/esm5/lib/DataGridCellLayoutPanel.js +21 -21
  209. package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
  210. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  211. package/esm5/lib/DataGridToolbarView_combined.js +3 -2
  212. package/esm5/lib/DateEditorView.js +92 -92
  213. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  214. package/esm5/lib/Dragger.js +3 -2
  215. package/esm5/lib/DraggerView.js +1 -1
  216. package/esm5/lib/EditorCell.js +285 -285
  217. package/esm5/lib/EditorCellPresenter.js +28 -28
  218. package/esm5/lib/EditorRowCell.js +1 -1
  219. package/esm5/lib/FilterCell.js +262 -262
  220. package/esm5/lib/FilterCellPresenter.js +18 -18
  221. package/esm5/lib/GridCellBase.js +286 -270
  222. package/esm5/lib/GridColumnFilterOptionsView_combined.js +23 -22
  223. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  224. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  225. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  226. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  227. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  228. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  229. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -18
  230. package/esm5/lib/GridCompoundConditionalStyle.js +7 -0
  231. package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +43 -0
  232. package/esm5/lib/GridConditionalStyle.js +7 -0
  233. package/esm5/lib/GridConditionalStyleBoundType.js +16 -0
  234. package/esm5/lib/GridConditionalStyleCollection.js +7 -0
  235. package/esm5/lib/GridConditionalStyleProperty.js +761 -0
  236. package/esm5/lib/GridConditionalStylePropertyCollection.js +22 -0
  237. package/esm5/lib/GridConditionalStylePropertyStylingType.js +18 -0
  238. package/esm5/lib/GridExternalWrapper.js +6 -6
  239. package/esm5/lib/GridFilterDialogView_combined.js +311 -291
  240. package/esm5/lib/GridModuleHelper.js +28 -0
  241. package/esm5/lib/GridSelectedKeysCollection.js +54 -3
  242. package/esm5/lib/GridSortIndicatorView_combined.js +1 -1
  243. package/esm5/lib/GridStyleRepository.js +248 -203
  244. package/esm5/lib/ISummaryChooserView_combined.js +10 -10
  245. package/esm5/lib/ImageCell.js +60 -60
  246. package/esm5/lib/ImageCellPresenter.js +18 -18
  247. package/esm5/lib/MultiColumnComboBoxView_combined.js +34 -34
  248. package/esm5/lib/NativeUIComboFactory.js +57 -0
  249. package/esm5/lib/NativeUIGridFactory.js +1 -1
  250. package/esm5/lib/NumericCell.js +5 -5
  251. package/esm5/lib/NumericCellPresenter.js +8 -8
  252. package/esm5/lib/NumericEditorView.js +3 -3
  253. package/esm5/lib/PropertyEditorView_combined.js +66 -66
  254. package/esm5/lib/SectionHeaderCell.js +17 -17
  255. package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
  256. package/esm5/lib/SummaryCell.js +41 -41
  257. package/esm5/lib/SummaryCellPresenter.js +14 -14
  258. package/esm5/lib/TemplateCell.js +16 -16
  259. package/esm5/lib/TemplateCellPresenter.js +5 -5
  260. package/esm5/lib/TemplateHeader.js +9 -9
  261. package/esm5/lib/TemplateHeaderCell.js +6 -6
  262. package/esm5/lib/TemplateHeaderCellModel.js +22 -16
  263. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  264. package/esm5/lib/TemplateSectionHeader.js +3 -3
  265. package/esm5/lib/TextCell.js +30 -30
  266. package/esm5/lib/TextCellPresenter.js +9 -9
  267. package/esm5/lib/TextEditorView.js +78 -78
  268. package/esm5/lib/TextHeaderCell.js +147 -151
  269. package/esm5/lib/TextHeaderCellPresenter.js +38 -32
  270. package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
  271. package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
  272. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  273. package/esm5/lib/igc-cell-info.js +177 -177
  274. package/esm5/lib/igc-checkbox-list-component.js +141 -79
  275. package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +58 -0
  276. package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +36 -0
  277. package/esm5/lib/igc-column-moving-separator-component.js +15 -9
  278. package/esm5/lib/igc-column-resizing-separator-component.js +12 -6
  279. package/esm5/lib/igc-column-summary-description.js +28 -15
  280. package/esm5/lib/igc-combo-box-column-component.js +16 -10
  281. package/esm5/lib/igc-data-grid-all-columns-module.js +4 -0
  282. package/esm5/lib/igc-data-grid-column-component.js +182 -160
  283. package/esm5/lib/igc-data-grid-component.js +55 -24
  284. package/esm5/lib/igc-data-grid-core-module.js +5 -0
  285. package/esm5/lib/igc-data-grid-filter-dialog-component.js +59 -20
  286. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  287. package/esm5/lib/igc-date-time-column-component.js +29 -23
  288. package/esm5/lib/igc-definition-base-component.js +389 -112
  289. package/esm5/lib/igc-edit-row-definition-component.js +6 -0
  290. package/esm5/lib/igc-editor-cell-info.js +23 -23
  291. package/esm5/lib/igc-editor-definition-component.js +6 -0
  292. package/esm5/lib/igc-filter-cell-info.js +26 -26
  293. package/esm5/lib/igc-filter-row-definition-component.js +18 -12
  294. package/esm5/lib/igc-grid-compound-conditional-style-component.js +101 -0
  295. package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +62 -0
  296. package/esm5/lib/igc-grid-conditional-style-collection.js +58 -0
  297. package/esm5/lib/igc-grid-conditional-style-component.js +500 -0
  298. package/esm5/lib/igc-grid-conditional-style-module.js +20 -0
  299. package/esm5/lib/igc-grid-conditional-style-property-collection.js +58 -0
  300. package/esm5/lib/igc-grid-conditional-style-property-component.js +535 -0
  301. package/esm5/lib/igc-grid-conditional-style-property-module.js +20 -0
  302. package/esm5/lib/igc-header-component.js +30 -24
  303. package/esm5/lib/igc-header-row-separator-component.js +6 -0
  304. package/esm5/lib/igc-header-separator-component.js +6 -0
  305. package/esm5/lib/igc-image-cell-info.js +6 -6
  306. package/esm5/lib/igc-image-column-component.js +18 -12
  307. package/esm5/lib/igc-multi-column-combo-box-component.js +24 -24
  308. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  309. package/esm5/lib/igc-numeric-column-component.js +41 -35
  310. package/esm5/lib/igc-pinned-area-separator-component.js +6 -0
  311. package/esm5/lib/igc-row-separator-component.js +6 -0
  312. package/esm5/lib/igc-section-footer-component.js +6 -0
  313. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  314. package/esm5/lib/igc-section-header-component.js +30 -24
  315. package/esm5/lib/igc-summary-cell-info.js +9 -9
  316. package/esm5/lib/igc-summary-row-component.js +30 -24
  317. package/esm5/lib/igc-summary-row-root-component.js +6 -0
  318. package/esm5/lib/igc-summary-row-section-component.js +6 -0
  319. package/esm5/lib/igc-template-cell-info.js +2 -2
  320. package/esm5/lib/igc-template-column-component.js +6 -0
  321. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  322. package/esm5/lib/igc-template-header-component.js +6 -0
  323. package/esm5/lib/igc-template-section-header-component.js +6 -0
  324. package/esm5/lib/igc-text-cell-info.js +2 -2
  325. package/esm5/lib/igc-text-column-component.js +15 -9
  326. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  327. package/esm5/lib/igc-text-header-component.js +6 -0
  328. package/esm5/lib/igc-text-icon-set-conditional-style-component.js +107 -0
  329. package/esm5/lib/igc-text-icon-set-conditional-style-module.js +20 -0
  330. package/esm5/public_api.js +36 -4
  331. package/fesm2015/igniteui-webcomponents-grids.js +20004 -13895
  332. package/fesm5/igniteui-webcomponents-grids.js +29259 -22269
  333. package/grids/combined.js +8020 -8012
  334. package/grids/lib/igc-filtering-expressions-tree.d.ts +0 -14
  335. package/grids/styles.css +1 -1
  336. package/grids/themes/dark/bootstrap.css +1 -1
  337. package/grids/themes/dark/fluent.css +1 -1
  338. package/grids/themes/dark/indigo.css +1 -1
  339. package/grids/themes/dark/material.css +1 -1
  340. package/grids/themes/light/bootstrap.css +1 -1
  341. package/grids/themes/light/fluent.css +1 -1
  342. package/grids/themes/light/indigo.css +1 -1
  343. package/grids/themes/light/material.css +1 -1
  344. package/lib/BaseEditorView.d.ts +12 -11
  345. package/lib/CanvasGridCellBase.d.ts +113 -110
  346. package/lib/CanvasImageCell.d.ts +13 -13
  347. package/lib/CanvasSectionHeaderCell.d.ts +1 -1
  348. package/lib/CanvasSummaryCell.d.ts +14 -14
  349. package/lib/CanvasTemplateCell.d.ts +4 -4
  350. package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
  351. package/lib/CanvasTextCell.d.ts +1 -1
  352. package/lib/CanvasTextHeaderCell.d.ts +6 -6
  353. package/lib/CheckboxListBridge.d.ts +20 -9
  354. package/lib/CheckboxListExternal.d.ts +6 -6
  355. package/lib/CheckboxListExternalIndexType.d.ts +12 -0
  356. package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
  357. package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
  358. package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
  359. package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
  360. package/lib/CheckboxListViewExternal.d.ts +20 -0
  361. package/lib/CheckboxListView_combined.d.ts +135 -121
  362. package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
  363. package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
  364. package/lib/ColumnSummaryDescription.d.ts +21 -18
  365. package/lib/ComboEditorView.d.ts +17 -17
  366. package/lib/DataGridColumnToolbarManager.d.ts +1 -0
  367. package/lib/DateEditorView.d.ts +14 -14
  368. package/lib/EditorCell.d.ts +67 -67
  369. package/lib/FilterCell.d.ts +55 -55
  370. package/lib/GridCellBase.d.ts +92 -89
  371. package/lib/GridCompoundConditionalStyle.d.ts +1 -0
  372. package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
  373. package/lib/GridConditionalStyle.d.ts +1 -0
  374. package/lib/GridConditionalStyleBoundType.d.ts +9 -0
  375. package/lib/GridConditionalStyleCollection.d.ts +1 -0
  376. package/lib/GridConditionalStyleProperty.d.ts +127 -0
  377. package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
  378. package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
  379. package/lib/GridFilterDialogView_combined.d.ts +103 -79
  380. package/lib/GridModuleHelper.d.ts +8 -0
  381. package/lib/GridSelectedKeysCollection.d.ts +6 -2
  382. package/lib/GridStyleRepository.d.ts +68 -62
  383. package/lib/ICellActionManager.d.ts +1 -1
  384. package/lib/ICellPresenter.d.ts +1 -1
  385. package/lib/ICellRenderingEngine.d.ts +1 -1
  386. package/lib/IDataAdapter.d.ts +1 -1
  387. package/lib/IDragger.d.ts +1 -1
  388. package/lib/IDraggerView.d.ts +1 -1
  389. package/lib/IExternalDefinitionBase.d.ts +1 -1
  390. package/lib/IExternalGrid.d.ts +1 -1
  391. package/lib/IGridInfoRequestor.d.ts +1 -1
  392. package/lib/ISummaryChooserView.d.ts +1 -1
  393. package/lib/ImageCell.d.ts +18 -18
  394. package/lib/NativeUIComboFactory.d.ts +18 -0
  395. package/lib/NumericCell.d.ts +1 -1
  396. package/lib/SectionHeaderCell.d.ts +4 -4
  397. package/lib/SummaryCell.d.ts +10 -10
  398. package/lib/TemplateCell.d.ts +6 -6
  399. package/lib/TemplateHeader.d.ts +4 -4
  400. package/lib/TemplateHeaderCell.d.ts +3 -3
  401. package/lib/TemplateHeaderCellModel.d.ts +7 -6
  402. package/lib/TemplateSectionHeader.d.ts +3 -3
  403. package/lib/TextCell.d.ts +7 -7
  404. package/lib/TextEditorView.d.ts +7 -7
  405. package/lib/TextHeaderCell.d.ts +30 -30
  406. package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
  407. package/lib/TextIconSetConditionalStyle.d.ts +18 -0
  408. package/lib/VerticalSeparatorCell.d.ts +8 -8
  409. package/lib/igc-checkbox-list-component.d.ts +10 -0
  410. package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
  411. package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
  412. package/lib/igc-column-summary-description.d.ts +5 -0
  413. package/lib/igc-data-grid-column-component.d.ts +8 -0
  414. package/lib/igc-data-grid-component.d.ts +5 -0
  415. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  416. package/lib/igc-definition-base-component.d.ts +63 -0
  417. package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
  418. package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
  419. package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
  420. package/lib/igc-grid-conditional-style-component.d.ts +80 -0
  421. package/lib/igc-grid-conditional-style-module.d.ts +3 -0
  422. package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
  423. package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
  424. package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
  425. package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
  426. package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
  427. package/package.json +4 -4
  428. package/public_api.d.ts +36 -4
@@ -5,7 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
7
  import { __extends, __values } from "tslib";
8
- import { Base, runOn, delegateCombine, fromEnum, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, delegateRemove, enumGetBox } from "igniteui-webcomponents-core";
8
+ import { Base, runOn, delegateCombine, fromEnum, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, delegateRemove, enumGetBox, EnumUtil } from "igniteui-webcomponents-core";
9
9
  import { DomWrapper_$type } from "igniteui-webcomponents-core";
10
10
  import { Dictionary$2 } from "igniteui-webcomponents-core";
11
11
  import { XCheckbox } from "igniteui-webcomponents-inputs";
@@ -16,6 +16,7 @@ import { XInput } from "igniteui-webcomponents-inputs";
16
16
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
17
17
  import { NativeUI } from "igniteui-webcomponents-core";
18
18
  import { PrimaryKeyValue } from "./PrimaryKeyValue";
19
+ import { Size } from "igniteui-webcomponents-core";
19
20
  import { Thickness } from "igniteui-webcomponents-core";
20
21
  import { CheckboxListIndexType_$type } from "./CheckboxListIndexType";
21
22
  import { SRProvider } from "igniteui-webcomponents-core";
@@ -25,16 +26,17 @@ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
25
26
  import { ScrollbarStyle_$type } from "igniteui-webcomponents-core";
26
27
  import { BrushUtil } from "igniteui-webcomponents-core";
27
28
  import { FilterFactory } from "igniteui-webcomponents-core";
29
+ import { CheckboxListKeysClearedEventArgs } from "./CheckboxListKeysClearedEventArgs";
28
30
  import { CheckedChangedEventArgs } from "./CheckedChangedEventArgs";
29
31
  import { TemplateColumn } from "./TemplateColumn";
30
32
  import { FastReflectionHelper } from "igniteui-webcomponents-core";
31
33
  import { DataSourceSchemaPropertyType_$type } from "igniteui-webcomponents-core";
34
+ import { CheckboxListIndexTypeChangedEventArgs } from "./CheckboxListIndexTypeChangedEventArgs";
32
35
  import { ColumnWidth } from "./ColumnWidth";
33
36
  import { DateTimeColumn } from "./DateTimeColumn";
34
37
  import { NumericColumn } from "./NumericColumn";
35
38
  import { TextColumn } from "./TextColumn";
36
39
  import { ArgumentException } from "igniteui-webcomponents-core";
37
- import { Size } from "igniteui-webcomponents-core";
38
40
  import { SelectAllCheckboxChangedEventArgs } from "./SelectAllCheckboxChangedEventArgs";
39
41
  import { stringIsNullOrWhiteSpace } from "igniteui-webcomponents-core";
40
42
  /**
@@ -73,6 +75,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
73
75
  var c = Math.round(a.rootWrapper.height());
74
76
  this.f.rootWrapper.setStyleProperty("position", "relative");
75
77
  this.f.rootWrapper.setStyleProperty("padding-bottom", "4px");
78
+ this.ag();
76
79
  };
77
80
  CheckboxListView.prototype.v = function () {
78
81
  if (this.f != null) {
@@ -82,13 +85,13 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
82
85
  CheckboxListView.prototype.w = function (a) {
83
86
  var b = a.rootWrapper.getChildAt(0);
84
87
  this.h = b;
85
- this.b.t = new XInputGroup();
88
+ this.b.v = new XInputGroup();
86
89
  var c = a.getSubRenderer(b);
87
- this.b.t.provideContainer(c);
88
- var d = c.getExternal(this.b.t, c.rootWrapper, c.getExternal(this.b, null, null));
89
- this.b.t.d = this.b.v;
90
- this.b.t.p = this.b.aa;
91
- this.b.t.t = this.b.density;
90
+ this.b.v.provideContainer(c);
91
+ var d = c.getExternal(this.b.v, c.rootWrapper, c.getExternal(this.b, null, null));
92
+ this.b.v.d = this.b.x;
93
+ this.b.v.p = this.b.baseTheme;
94
+ this.b.v.t = this.b.density;
92
95
  var e = a.createElement("div");
93
96
  var f = a.getSubRenderer(e);
94
97
  var g = new XPrefix();
@@ -99,24 +102,24 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
99
102
  this.c = new XIcon();
100
103
  this.c.provideContainer(j);
101
104
  this.c.fill = this.b.searchIconColor;
102
- this.c.svgPath = CheckboxList.bw;
105
+ this.c.svgPath = CheckboxList.by;
103
106
  var k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
104
107
  g.appendContentChild(i);
105
- this.b.t.appendContentChild(e);
106
- this.b.t.inputs.add(g);
108
+ this.b.v.appendContentChild(e);
109
+ this.b.v.inputs.add(g);
107
110
  var l = a.createElement("div");
108
111
  l.setRawStyleProperty("flex-grow", "1");
109
112
  var m = a.getSubRenderer(l);
110
- this.b.r = new XInput();
111
- this.b.r.provideContainer(m);
112
- this.b.r.b8 = "text";
113
- var n = m.getExternal(this.b.r, m.rootWrapper, m.getExternal(this.b, null, null));
114
- if (this.b.bi != null) {
115
- this.b.r.cg = this.b.bi;
113
+ this.b.t = new XInput();
114
+ this.b.t.provideContainer(m);
115
+ this.b.t.b8 = "text";
116
+ var n = m.getExternal(this.b.t, m.rootWrapper, m.getExternal(this.b, null, null));
117
+ if (this.b.bk != null) {
118
+ this.b.t.cg = this.b.bk;
116
119
  }
117
- this.b.t.appendContentChild(l);
118
- this.b.t.inputs.add(this.b.r);
119
- this.b.co();
120
+ this.b.v.appendContentChild(l);
121
+ this.b.v.inputs.add(this.b.t);
122
+ this.b.cv();
120
123
  };
121
124
  CheckboxListView.prototype.s = function () {
122
125
  if (this.f != null) {
@@ -129,7 +132,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
129
132
  else {
130
133
  a.setStyleProperty("height", "calc(100% - 75px");
131
134
  }
132
- if (!this.b.as && !this.b.showSelectAll) {
135
+ if (!this.b.au && !this.b.showSelectAll) {
133
136
  a.setStyleProperty("height", "100%");
134
137
  }
135
138
  }
@@ -142,7 +145,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
142
145
  d.provideContainer(e);
143
146
  var f = this.f.getExternal(d, e.rootWrapper, this.f.getExternal(this.b, null, null));
144
147
  this.e.addItem(a, d);
145
- d.n = this.b.aa;
148
+ d.n = this.b.baseTheme;
146
149
  d.y = true;
147
150
  d.change = delegateCombine(d.change, runOn(this, this.k));
148
151
  var g = this.f.createElement("div");
@@ -156,6 +159,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
156
159
  case 2:
157
160
  a.setStyleProperty("margin-top", "-1px");
158
161
  break;
162
+ case 4:
159
163
  case 3:
160
164
  a.setStyleProperty("margin-top", "1px");
161
165
  break;
@@ -171,7 +175,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
171
175
  d.z = true;
172
176
  d.a4 = b;
173
177
  if (c) {
174
- if (this.b.l == 0) {
178
+ if (this.b.indexType == 0) {
175
179
  d.checked = false;
176
180
  }
177
181
  else {
@@ -179,7 +183,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
179
183
  }
180
184
  }
181
185
  else {
182
- if (this.b.l == 0) {
186
+ if (this.b.indexType == 0) {
183
187
  d.checked = true;
184
188
  }
185
189
  else {
@@ -190,11 +194,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
190
194
  finally {
191
195
  d.z = h;
192
196
  }
193
- d.dk = this.b.dr;
194
- d.dd = this.b.dp;
195
- d.dl = this.b.ds;
196
- d.de = this.b.dq;
197
- d.dm = this.b.dt;
197
+ d.dk = this.b.d0;
198
+ d.dd = this.b.dy;
199
+ d.dl = this.b.d1;
200
+ d.de = this.b.dz;
201
+ d.dm = this.b.d2;
198
202
  }
199
203
  };
200
204
  CheckboxListView.prototype.z = function () {
@@ -204,7 +208,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
204
208
  for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
205
209
  var a = _c.value;
206
210
  var b = a.value;
207
- b.n = this.b.aa;
211
+ b.n = this.b.baseTheme;
208
212
  }
209
213
  }
210
214
  catch (e_1_1) {
@@ -222,7 +226,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
222
226
  }
223
227
  }
224
228
  if (this.a != null) {
225
- this.a.n = this.b.aa;
229
+ this.a.n = this.b.baseTheme;
226
230
  }
227
231
  };
228
232
  CheckboxListView.prototype.x = function () {
@@ -232,22 +236,22 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
232
236
  var d = parseInt(c.a4.toString());
233
237
  var e = c.checked;
234
238
  if (e == true) {
235
- if (this.b.l == 0) {
236
- this.b.c0(d);
239
+ if (this.b.indexType == 0) {
240
+ this.b.c8(d);
237
241
  }
238
242
  else {
239
- this.b.b8(d);
243
+ this.b.ca(d);
240
244
  }
241
245
  }
242
246
  else {
243
- if (this.b.l == 0) {
244
- this.b.b8(d);
247
+ if (this.b.indexType == 0) {
248
+ this.b.ca(d);
245
249
  }
246
250
  else {
247
- this.b.c0(d);
251
+ this.b.c8(d);
248
252
  }
249
253
  }
250
- this.b.cm(d, e);
254
+ this.b.cs(d, e);
251
255
  this.ag(false);
252
256
  };
253
257
  CheckboxListView.prototype.l = function () {
@@ -261,7 +265,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
261
265
  var e = parseInt(d.a4.toString());
262
266
  if (e == a) {
263
267
  d.checked = b;
264
- this.b.cm(e, b);
268
+ this.b.cs(e, b);
265
269
  }
266
270
  }
267
271
  }
@@ -319,9 +323,9 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
319
323
  this.a = new XCheckbox();
320
324
  this.a.provideContainer(c);
321
325
  var d = this.f.getExternal(this.a, c.rootWrapper, this.f.getExternal(this.b, null, null));
322
- this.a.n = this.b.aa;
326
+ this.a.n = this.b.baseTheme;
323
327
  this.i = a.createElement("label");
324
- this.i.setRawText(this.b.b0);
328
+ this.i.setRawText(this.b.b2);
325
329
  this.i.setStyleProperty("font-size", "13px");
326
330
  this.j.setStyleProperty("display", "flex");
327
331
  this.j.setStyleProperty("flex-direction", "row");
@@ -337,8 +341,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
337
341
  };
338
342
  CheckboxListView.prototype.af = function () {
339
343
  if (null != this.i) {
340
- this.i.setRawText(this.b.b0);
341
- NativeUI.q(this.i, this.b.dm);
344
+ this.i.setRawText(this.b.b2);
345
+ NativeUI.q(this.i, this.b.dw);
342
346
  }
343
347
  };
344
348
  CheckboxListView.prototype.ai = function () {
@@ -349,10 +353,10 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
349
353
  };
350
354
  CheckboxListView.prototype.ae = function () {
351
355
  if (this.h != null) {
352
- this.h.setStyleProperty("display", this.b.as ? "block" : "none");
356
+ this.h.setStyleProperty("display", this.b.au ? "block" : "none");
353
357
  }
354
358
  if (this.g != null) {
355
- this.g.setStyleProperty("display", this.b.as ? "block" : "none");
359
+ this.g.setStyleProperty("display", this.b.au ? "block" : "none");
356
360
  }
357
361
  };
358
362
  CheckboxListView.prototype.ag = function (a) {
@@ -367,16 +371,16 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
367
371
  var c = this.a.z;
368
372
  this.a.z = a;
369
373
  try {
370
- if (this.b.aq) {
374
+ if (this.b.as) {
371
375
  this.a.indeterminate = true;
372
376
  return;
373
377
  }
374
378
  this.a.indeterminate = false;
375
- if (this.b.l == 0) {
376
- this.a.checked = this.b.h.count == 0;
379
+ if (this.b.indexType == 0) {
380
+ this.a.checked = this.b.keys.count == 0;
377
381
  }
378
382
  else {
379
- this.a.checked = this.b.h.count != 0;
383
+ this.a.checked = this.b.keys.count != 0;
380
384
  }
381
385
  }
382
386
  finally {
@@ -389,12 +393,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
389
393
  return;
390
394
  }
391
395
  if (b.isChecked) {
392
- this.b.c2();
393
- this.b.ct(b.isChecked);
396
+ this.b.db();
397
+ this.b.c0(b.isChecked);
394
398
  }
395
399
  else {
396
- this.b.cc();
397
- this.b.ct(b.isChecked);
400
+ this.b.cg();
401
+ this.b.c0(b.isChecked);
398
402
  }
399
403
  };
400
404
  CheckboxListView.prototype.ad = function () {
@@ -404,7 +408,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
404
408
  }
405
409
  var b = a.rootWrapper;
406
410
  if (null != b) {
407
- NativeUI.q(b, this.b.d5);
411
+ NativeUI.q(b, this.b.ee);
408
412
  NativeUI.m(b, this.b.backgroundColor);
409
413
  }
410
414
  };
@@ -413,9 +417,41 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
413
417
  this.c.fill = this.b.searchIconColor;
414
418
  }
415
419
  };
420
+ CheckboxListView.prototype.getDesiredSize = function () {
421
+ var a = 248;
422
+ var b = 0;
423
+ if (this.b.itemsSource == null) {
424
+ return new Size(1, a, b + 158);
425
+ }
426
+ var c = 0;
427
+ if ((this.b.itemsSource.actualCount !== undefined)) {
428
+ c = (this.b.itemsSource.actualCount);
429
+ }
430
+ else {
431
+ c = (this.b.itemsSource.length);
432
+ }
433
+ b += 4;
434
+ b += 16;
435
+ b += 38;
436
+ b += 8;
437
+ b += 4;
438
+ var d = this.b.f != null ? this.b.f.actualRowHeight : 30;
439
+ var e = d * c;
440
+ if (e > 150) {
441
+ b += 150;
442
+ b += 15;
443
+ }
444
+ else {
445
+ b += e;
446
+ }
447
+ if (this.b.showSelectAll) {
448
+ b += d;
449
+ }
450
+ return new Size(1, a, b);
451
+ };
416
452
  CheckboxListView.prototype.ac = function () {
417
- if (this.b.ag != null) {
418
- this.i.setStyleProperty("font", this.b.ag.fontString);
453
+ if (this.b.ai != null) {
454
+ this.i.setStyleProperty("font", this.b.ai.fontString);
419
455
  }
420
456
  else {
421
457
  this.i.setStyleProperty("font-family", "Verdana");
@@ -423,11 +459,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
423
459
  }
424
460
  };
425
461
  CheckboxListView.prototype.y = function () {
426
- this.a.dk = this.b.dr;
427
- this.a.dd = this.b.dp;
428
- this.a.dl = this.b.ds;
429
- this.a.de = this.b.dq;
430
- this.a.dm = this.b.dt;
462
+ this.a.dk = this.b.d0;
463
+ this.a.dd = this.b.dy;
464
+ this.a.dl = this.b.d1;
465
+ this.a.de = this.b.dz;
466
+ this.a.dm = this.b.d2;
431
467
  };
432
468
  CheckboxListView.prototype.aa = function (a) {
433
469
  if (this.g != null) {
@@ -448,81 +484,94 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
448
484
  __extends(CheckboxList, _super);
449
485
  function CheckboxList() {
450
486
  var _this = _super.call(this) || this;
451
- _this.m = null;
487
+ _this._view = null;
452
488
  _this.f = null;
453
489
  _this.j = null;
454
- _this.ad = null;
490
+ _this.af = null;
455
491
  _this.d = null;
456
- _this.ak = false;
492
+ _this.am = false;
457
493
  _this.c = null;
458
- _this.q = null;
459
494
  _this.s = null;
460
- _this.al = false;
461
- _this.ai = null;
495
+ _this.u = null;
496
+ _this.an = false;
497
+ _this.ak = null;
462
498
  _this.g = new GridSelectedKeysCollection();
463
499
  _this.a = null;
464
500
  _this.propertyChanged = null;
465
501
  _this.selectedKeyAdded = null;
466
502
  _this.selectedKeyRemoved = null;
467
503
  _this.checkedChanged = null;
468
- _this.a0 = null;
469
504
  _this.a2 = null;
470
505
  _this.a4 = null;
471
- _this.a3 = null;
472
- _this.u = 3;
473
- _this.aw = -1;
474
- _this.ae = null;
506
+ _this.a6 = null;
507
+ _this.a5 = null;
508
+ _this.w = 3;
509
+ _this.ay = -1;
510
+ _this.ag = null;
475
511
  _this.k = 1;
476
- _this.z = 1;
477
- _this.ab = 2;
478
- _this.di = BrushUtil.h(255, 24, 29, 31);
479
- _this.dg = null;
480
- _this.dj = null;
481
- _this.dh = null;
482
- _this.af = null;
483
- _this.db = null;
484
- _this.c9 = null;
485
- _this.dc = null;
486
- _this.da = null;
487
- _this.dd = null;
488
- _this.x = 0;
489
- _this.df = null;
490
- _this.bz = null;
512
+ _this.ab = 1;
513
+ _this.ad = 2;
514
+ _this.ds = BrushUtil.h(255, 24, 29, 31);
515
+ _this.dq = null;
516
+ _this.dt = null;
517
+ _this.dr = null;
518
+ _this.ah = null;
491
519
  _this.dk = null;
492
- _this.c7 = CheckboxList.dw;
493
- _this.at = true;
494
- _this.c8 = CheckboxList.du;
495
- _this.de = CheckboxList.dv;
496
- _this.dl = CheckboxList.dw;
520
+ _this.di = null;
521
+ _this.dl = null;
522
+ _this.dj = null;
523
+ _this.dm = null;
524
+ _this.z = 0;
525
+ _this.dp = null;
526
+ _this.indexTypeChanged = null;
527
+ _this.b1 = null;
528
+ _this.du = null;
529
+ _this.dg = CheckboxList.d5;
530
+ _this.av = true;
531
+ _this.dh = CheckboxList.d3;
532
+ _this.dn = CheckboxList.d4;
533
+ _this.dv = CheckboxList.d5;
534
+ _this.keysCleared = null;
497
535
  _this.selectAllCheckboxChanged = null;
498
- _this.ay = -1;
499
- _this.ar = true;
500
- _this.ao = true;
536
+ _this.a0 = -1;
537
+ _this.at = true;
538
+ _this.aq = true;
501
539
  var a = _this.g;
502
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.cv));
540
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.c3));
541
+ _this.g.am(runOn(_this, _this.c2));
503
542
  _this.d = new FilterFactory();
504
543
  var b = new CheckboxListView();
505
544
  b.b = _this;
506
- _this.m = b;
507
- _this.m.n();
545
+ _this.view = b;
546
+ _this.view.n();
508
547
  return _this;
509
548
  }
510
- Object.defineProperty(CheckboxList.prototype, "t", {
549
+ Object.defineProperty(CheckboxList.prototype, "view", {
511
550
  get: function () {
512
- return this.s;
551
+ return this._view;
513
552
  },
514
553
  set: function (a) {
515
- this.s = a;
554
+ this._view = a;
555
+ },
556
+ enumerable: false,
557
+ configurable: true
558
+ });
559
+ Object.defineProperty(CheckboxList.prototype, "v", {
560
+ get: function () {
561
+ return this.u;
562
+ },
563
+ set: function (a) {
564
+ this.u = a;
516
565
  },
517
566
  enumerable: false,
518
567
  configurable: true
519
568
  });
520
- Object.defineProperty(CheckboxList.prototype, "r", {
569
+ Object.defineProperty(CheckboxList.prototype, "t", {
521
570
  get: function () {
522
- return this.q;
571
+ return this.s;
523
572
  },
524
573
  set: function (a) {
525
- this.q = a;
574
+ this.s = a;
526
575
  },
527
576
  enumerable: false,
528
577
  configurable: true
@@ -537,18 +586,18 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
537
586
  enumerable: false,
538
587
  configurable: true
539
588
  });
540
- Object.defineProperty(CheckboxList.prototype, "aj", {
589
+ Object.defineProperty(CheckboxList.prototype, "al", {
541
590
  get: function () {
542
- if (this.ai == null) {
543
- this.ai = new SRProvider(this.m.f);
544
- this.ai.cb("DataGrid");
591
+ if (this.ak == null) {
592
+ this.ak = new SRProvider(this.view.f);
593
+ this.ak.cb("DataGrid");
545
594
  }
546
- return this.ai;
595
+ return this.ak;
547
596
  },
548
597
  enumerable: false,
549
598
  configurable: true
550
599
  });
551
- Object.defineProperty(CheckboxList.prototype, "h", {
600
+ Object.defineProperty(CheckboxList.prototype, "keys", {
552
601
  get: function () {
553
602
  return this.g;
554
603
  },
@@ -563,48 +612,69 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
563
612
  var b = this.a;
564
613
  this.a = a;
565
614
  if (b != this.a) {
566
- this.cr("PrimaryKey", b, this.a);
615
+ this.cy("PrimaryKey", b, this.a);
567
616
  }
568
617
  },
569
618
  enumerable: false,
570
619
  configurable: true
571
620
  });
572
- CheckboxList.prototype.cv = function (a, b) {
573
- if (this.e == null || this.e.actualSchema == null || this.ak) {
621
+ CheckboxList.prototype.clearSelectedKeys = function () {
622
+ this.keys.clear();
623
+ if (this.keysCleared != null) {
624
+ this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
625
+ }
626
+ };
627
+ CheckboxList.prototype.addSelectedKey = function (a, b) {
628
+ this.keys.add(new PrimaryKeyValue(a, b));
629
+ };
630
+ CheckboxList.prototype.insertSelectedKey = function (a, b, c) {
631
+ this.keys.insert(a, new PrimaryKeyValue(b, c));
632
+ };
633
+ CheckboxList.prototype.removeSelectedKeyAt = function (a) {
634
+ this.keys.removeAt(a);
635
+ };
636
+ CheckboxList.prototype.c2 = function () {
637
+ this.cm();
638
+ if (this.keysCleared != null) {
639
+ this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
640
+ }
641
+ };
642
+ CheckboxList.prototype.c3 = function (a, b) {
643
+ if (this.e == null || this.e.actualSchema == null || this.am) {
574
644
  return;
575
645
  }
576
646
  switch (b.action) {
577
647
  case 0:
578
648
  for (var c = 0; c < b.newItems.count; c++) {
579
- this.cp(b.newItems.item(c));
649
+ this.cw(b.newItems.item(c));
580
650
  }
581
651
  break;
582
652
  case 1:
583
653
  for (var d = 0; d < b.oldItems.count; d++) {
584
- this.cq(b.oldItems.item(d));
654
+ this.cx(b.oldItems.item(d));
585
655
  }
586
656
  break;
587
657
  case 2:
588
658
  for (var e = 0; e < b.oldItems.count; e++) {
589
- this.cq(b.oldItems.item(e));
659
+ this.cx(b.oldItems.item(e));
590
660
  }
591
661
  for (var f = 0; f < b.newItems.count; f++) {
592
- this.cp(b.newItems.item(f));
662
+ this.cw(b.newItems.item(f));
593
663
  }
594
664
  break;
595
665
  case 4:
596
- this.m.u(this.l == 0);
597
- for (var g = 0; g < this.h.ae.count; g++) {
598
- this.cp(this.h.ae._inner[g]);
666
+ this.view.u(this.indexType == 0);
667
+ for (var g = 0; g < this.keys.ae.count; g++) {
668
+ this.cw(this.keys.ae._inner[g]);
599
669
  }
600
670
  break;
601
671
  }
602
672
  };
603
- CheckboxList.prototype.cp = function (a) {
673
+ CheckboxList.prototype.cw = function (a) {
604
674
  var _this = this;
605
675
  var b = this.e.indexOfKey(a.value);
606
676
  if (b >= 0) {
607
- this.m.t(b, this.l == 1);
677
+ this.view.t(b, this.indexType == 1);
608
678
  }
609
679
  if (this.selectedKeyAdded == null) {
610
680
  return;
@@ -612,16 +682,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
612
682
  this.selectedKeyAdded(this, ((function () {
613
683
  var $ret = new CheckedChangedEventArgs();
614
684
  $ret.c = b;
615
- $ret.b = _this.l == 1;
685
+ $ret.b = _this.indexType == 1;
616
686
  $ret.a = a.value;
617
687
  return $ret;
618
688
  })()));
619
689
  };
620
- CheckboxList.prototype.cq = function (a) {
690
+ CheckboxList.prototype.cx = function (a) {
621
691
  var _this = this;
622
692
  var b = this.e.indexOfKey(a.value);
623
693
  if (b >= 0) {
624
- this.m.t(b, this.l == 0);
694
+ this.view.t(b, this.indexType == 0);
625
695
  }
626
696
  if (this.selectedKeyRemoved == null) {
627
697
  return;
@@ -629,13 +699,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
629
699
  this.selectedKeyRemoved(this, ((function () {
630
700
  var $ret = new CheckedChangedEventArgs();
631
701
  $ret.c = b;
632
- $ret.b = _this.l == 0;
702
+ $ret.b = _this.indexType == 0;
633
703
  $ret.a = a.value;
634
704
  return $ret;
635
705
  })()));
636
706
  };
637
- CheckboxList.prototype.cm = function (a, b) {
638
- if (this.checkedChanged != null && this.al == false) {
707
+ CheckboxList.prototype.cs = function (a, b) {
708
+ if (this.checkedChanged != null && this.an == false) {
639
709
  var c_1 = null;
640
710
  if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
641
711
  c_1 = new Array(this.e.actualPrimaryKey.length);
@@ -653,27 +723,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
653
723
  }
654
724
  };
655
725
  CheckboxList.prototype.notifySizeChanged = function () {
656
- this.m.l();
726
+ this.view.l();
657
727
  };
658
728
  CheckboxList.prototype.destroy = function () {
659
729
  if (this.f != null) {
660
730
  var a = this.f;
661
- a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.ce));
731
+ a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.ci));
662
732
  var b = this.f;
663
- b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.cf));
733
+ b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.cj));
664
734
  if (this.f.actualDataSource != null) {
665
735
  var c = this.f.actualDataSource;
666
- c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.cs));
736
+ c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.cz));
667
737
  }
668
738
  }
669
- if (this.q != null) {
670
- var d = this.q;
671
- d.change = delegateRemove(d.change, runOn(this, this.cg));
739
+ if (this.s != null) {
740
+ var d = this.s;
741
+ d.change = delegateRemove(d.change, runOn(this, this.ck));
672
742
  }
673
743
  this.provideContainer(null, null, null);
674
744
  if (this.j != null) {
675
745
  var e = this.j;
676
- e.cellUpdating = delegateRemove(e.cellUpdating, runOn(this, this.cb));
746
+ e.cellUpdating = delegateRemove(e.cellUpdating, runOn(this, this.ce));
677
747
  }
678
748
  };
679
749
  CheckboxList.prototype.provideContainer = function (a, b, c) {
@@ -681,8 +751,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
681
751
  if (null != this.f) {
682
752
  this.f.scrollbarStyle = 1;
683
753
  var d = this.f;
684
- d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.cf));
685
- this.f.scrollbarBackground = this.dy;
754
+ d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.cj));
755
+ this.f.scrollbarBackground = this.d7;
686
756
  this.f.headerHeight = 0;
687
757
  this.f.rowSeparatorHeight = 0;
688
758
  this.f.defaultColumnMinWidth = NaN;
@@ -690,27 +760,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
690
760
  this.f.activationMode = 0;
691
761
  this.f.editMode = 0;
692
762
  var e = this.f;
693
- e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.ce));
694
- if (this.a0 != null) {
695
- this.f.itemsSource = this.a0;
696
- this.ca();
697
- this.cu();
698
- }
763
+ e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.ci));
699
764
  if (this.a2 != null) {
700
- this.cu();
701
- this.c5();
765
+ this.f.itemsSource = this.a2;
766
+ this.cd();
767
+ this.c1();
768
+ }
769
+ if (this.a4 != null) {
770
+ this.c1();
771
+ this.de();
702
772
  }
703
773
  }
704
- this.m.q(c);
705
- this.m.m(a);
774
+ this.view.q(c);
775
+ this.view.m(a);
706
776
  };
707
- CheckboxList.prototype.cf = function (a, b) {
708
- this.f.scrollbarStyle = this.y;
777
+ CheckboxList.prototype.cj = function (a, b) {
778
+ this.f.scrollbarStyle = this.aa;
709
779
  };
710
780
  CheckboxList.prototype.provideSelectAllSection = function (a) {
711
- this.m.q(a);
781
+ this.view.q(a);
712
782
  };
713
- CheckboxList.prototype.ce = function (a, b) {
783
+ CheckboxList.prototype.ci = function (a, b) {
714
784
  if (b.cellInfo.l.a5 == 0) {
715
785
  return;
716
786
  }
@@ -718,38 +788,38 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
718
788
  if (-1 == c) {
719
789
  return;
720
790
  }
721
- var d = b.cellInfo.g4;
791
+ var d = b.cellInfo.hn;
722
792
  var e = this.i(d);
723
- if (this.h.contains(e)) {
724
- if (this.ad != null) {
725
- this.ad.setPropertyValue(d, false);
793
+ if (this.keys.contains(e)) {
794
+ if (this.af != null) {
795
+ this.af.setPropertyValue(d, false);
726
796
  }
727
- this.h.remove(e);
797
+ this.keys.remove(e);
728
798
  }
729
799
  else {
730
- if (this.ad != null) {
731
- this.ad.setPropertyValue(d, true);
800
+ if (this.af != null) {
801
+ this.af.setPropertyValue(d, true);
732
802
  }
733
- this.h.add(e);
803
+ this.keys.add(e);
734
804
  }
735
805
  };
736
- CheckboxList.prototype.cb = function (a, b) {
806
+ CheckboxList.prototype.ce = function (a, b) {
737
807
  var c = b.cellInfo.l.x;
738
808
  if (-1 == c) {
739
809
  return;
740
810
  }
741
811
  var d = false;
742
- if (b.cellInfo.g4 != null) {
743
- var e = this.i(b.cellInfo.g4);
744
- if (this.h.contains(e)) {
812
+ if (b.cellInfo.hn != null) {
813
+ var e = this.i(b.cellInfo.hn);
814
+ if (this.keys.contains(e)) {
745
815
  d = true;
746
816
  }
747
817
  }
748
- this.m.o(b.content.element, c, d);
818
+ this.view.o(b.content.element, c, d);
749
819
  };
750
- CheckboxList.prototype.cn = function (a) {
751
- if (this.a2 != null) {
752
- var b = this.d.property(this.a2).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
820
+ CheckboxList.prototype.ct = function (a) {
821
+ if (this.a4 != null) {
822
+ var b = this.d.property(this.a4).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
753
823
  var c = b.contains(a);
754
824
  if (!this.f.filterExpressions.k.contains(this.c)) {
755
825
  this.c = c;
@@ -763,13 +833,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
763
833
  };
764
834
  Object.defineProperty(CheckboxList.prototype, "itemsSource", {
765
835
  get: function () {
766
- return this.a0;
836
+ return this.a2;
767
837
  },
768
838
  set: function (a) {
769
- var b = this.a0;
770
- this.a0 = a;
771
- if (b != this.a0) {
772
- this.cr("ItemsSource", b, this.a0);
839
+ var b = this.a2;
840
+ this.a2 = a;
841
+ if (b != this.a2) {
842
+ this.cy("ItemsSource", b, this.a2);
773
843
  }
774
844
  },
775
845
  enumerable: false,
@@ -777,13 +847,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
777
847
  });
778
848
  Object.defineProperty(CheckboxList.prototype, "dataMemberPath", {
779
849
  get: function () {
780
- return this.a2;
850
+ return this.a4;
781
851
  },
782
852
  set: function (a) {
783
- var b = this.a2;
784
- this.a2 = a;
785
- if (b != this.a2) {
786
- this.cr("DataMemberPath", b, this.a2);
853
+ var b = this.a4;
854
+ this.a4 = a;
855
+ if (b != this.a4) {
856
+ this.cy("DataMemberPath", b, this.a4);
787
857
  }
788
858
  },
789
859
  enumerable: false,
@@ -791,61 +861,61 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
791
861
  });
792
862
  Object.defineProperty(CheckboxList.prototype, "selectedMemberPath", {
793
863
  get: function () {
794
- return this.a4;
864
+ return this.a6;
795
865
  },
796
866
  set: function (a) {
797
- var b = this.a4;
798
- this.a4 = a;
799
- if (b != this.a4) {
800
- this.cr("SelectedMemberPath", b, this.a4);
867
+ var b = this.a6;
868
+ this.a6 = a;
869
+ if (b != this.a6) {
870
+ this.cy("SelectedMemberPath", b, this.a6);
801
871
  }
802
872
  },
803
873
  enumerable: false,
804
874
  configurable: true
805
875
  });
806
- Object.defineProperty(CheckboxList.prototype, "bi", {
876
+ Object.defineProperty(CheckboxList.prototype, "bk", {
807
877
  get: function () {
808
- return this.a3;
878
+ return this.a5;
809
879
  },
810
880
  set: function (a) {
811
- var b = this.a3;
812
- this.a3 = a;
813
- if (b != this.a3) {
814
- this.cr("FilterPlaceholderText", b, this.a3);
881
+ var b = this.a5;
882
+ this.a5 = a;
883
+ if (b != this.a5) {
884
+ this.cy("FilterPlaceholderText", b, this.a5);
815
885
  }
816
886
  },
817
887
  enumerable: false,
818
888
  configurable: true
819
889
  });
820
- Object.defineProperty(CheckboxList.prototype, "v", {
890
+ Object.defineProperty(CheckboxList.prototype, "x", {
821
891
  get: function () {
822
- return this.u;
892
+ return this.w;
823
893
  },
824
894
  set: function (a) {
825
- var b = this.u;
826
- this.u = a;
827
- if (b != this.u) {
828
- this.cr("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.u));
895
+ var b = this.w;
896
+ this.w = a;
897
+ if (b != this.w) {
898
+ this.cy("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.w));
829
899
  }
830
900
  },
831
901
  enumerable: false,
832
902
  configurable: true
833
903
  });
834
- Object.defineProperty(CheckboxList.prototype, "az", {
904
+ Object.defineProperty(CheckboxList.prototype, "a1", {
835
905
  get: function () {
836
- return this.aw;
906
+ return this.ay;
837
907
  },
838
908
  set: function (a) {
839
- var b = this.aw;
840
- this.aw = a;
841
- if (b != this.aw) {
842
- this.cr("RowHeight", b, this.aw);
909
+ var b = this.ay;
910
+ this.ay = a;
911
+ if (b != this.ay) {
912
+ this.cy("RowHeight", b, this.ay);
843
913
  }
844
914
  },
845
915
  enumerable: false,
846
916
  configurable: true
847
917
  });
848
- Object.defineProperty(CheckboxList.prototype, "ax", {
918
+ Object.defineProperty(CheckboxList.prototype, "az", {
849
919
  get: function () {
850
920
  if (this.f != null) {
851
921
  return this.f.actualRowHeight;
@@ -855,21 +925,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
855
925
  enumerable: false,
856
926
  configurable: true
857
927
  });
858
- Object.defineProperty(CheckboxList.prototype, "ag", {
928
+ Object.defineProperty(CheckboxList.prototype, "ai", {
859
929
  get: function () {
860
- return this.ae;
930
+ return this.ag;
861
931
  },
862
932
  set: function (a) {
863
- var b = this.ae;
864
- this.ae = a;
865
- if (b != this.ae) {
866
- this.cr("CellTextStyle", b, this.ae);
933
+ var b = this.ag;
934
+ this.ag = a;
935
+ if (b != this.ag) {
936
+ this.cy("CellTextStyle", b, this.ag);
867
937
  }
868
938
  },
869
939
  enumerable: false,
870
940
  configurable: true
871
941
  });
872
- Object.defineProperty(CheckboxList.prototype, "l", {
942
+ Object.defineProperty(CheckboxList.prototype, "indexType", {
873
943
  get: function () {
874
944
  return this.k;
875
945
  },
@@ -877,21 +947,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
877
947
  var b = this.k;
878
948
  this.k = a;
879
949
  if (b != this.k) {
880
- this.cr("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
950
+ this.cy("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
881
951
  }
882
952
  },
883
953
  enumerable: false,
884
954
  configurable: true
885
955
  });
886
- Object.defineProperty(CheckboxList.prototype, "aa", {
956
+ Object.defineProperty(CheckboxList.prototype, "baseTheme", {
887
957
  get: function () {
888
- return this.z;
958
+ return this.ab;
889
959
  },
890
960
  set: function (a) {
891
- var b = this.z;
892
- this.z = a;
893
- if (b != this.z) {
894
- this.cr("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.z));
961
+ var b = this.ab;
962
+ this.ab = a;
963
+ if (b != this.ab) {
964
+ this.cy("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ab));
895
965
  }
896
966
  },
897
967
  enumerable: false,
@@ -899,13 +969,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
899
969
  });
900
970
  Object.defineProperty(CheckboxList.prototype, "density", {
901
971
  get: function () {
902
- return this.ab;
972
+ return this.ad;
903
973
  },
904
974
  set: function (a) {
905
- var b = this.ab;
906
- this.ab = a;
907
- if (b != this.ab) {
908
- this.cr("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ab));
975
+ var b = this.ad;
976
+ this.ad = a;
977
+ if (b != this.ad) {
978
+ this.cy("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ad));
909
979
  }
910
980
  },
911
981
  enumerable: false,
@@ -913,27 +983,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
913
983
  });
914
984
  Object.defineProperty(CheckboxList.prototype, "searchIconColor", {
915
985
  get: function () {
916
- return this.di;
986
+ return this.ds;
917
987
  },
918
988
  set: function (a) {
919
- var b = this.di;
920
- this.di = a;
921
- if (b != this.di) {
922
- this.cr("SearchIconColor", b, this.di);
989
+ var b = this.ds;
990
+ this.ds = a;
991
+ if (b != this.ds) {
992
+ this.cy("SearchIconColor", b, this.ds);
923
993
  }
924
994
  },
925
995
  enumerable: false,
926
996
  configurable: true
927
997
  });
928
- Object.defineProperty(CheckboxList.prototype, "dz", {
998
+ Object.defineProperty(CheckboxList.prototype, "d8", {
929
999
  get: function () {
930
- return this.dg;
1000
+ return this.dq;
931
1001
  },
932
1002
  set: function (a) {
933
- var b = this.dg;
934
- this.dg = a;
935
- if (b != this.dg) {
936
- this.cr("SearchBackgroundColor", b, this.dg);
1003
+ var b = this.dq;
1004
+ this.dq = a;
1005
+ if (b != this.dq) {
1006
+ this.cy("SearchBackgroundColor", b, this.dq);
937
1007
  }
938
1008
  },
939
1009
  enumerable: false,
@@ -941,155 +1011,164 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
941
1011
  });
942
1012
  Object.defineProperty(CheckboxList.prototype, "searchTextColor", {
943
1013
  get: function () {
944
- return this.dj;
1014
+ return this.dt;
945
1015
  },
946
1016
  set: function (a) {
947
- var b = this.dj;
948
- this.dj = a;
949
- if (b != this.dj) {
950
- this.cr("SearchTextColor", b, this.dj);
1017
+ var b = this.dt;
1018
+ this.dt = a;
1019
+ if (b != this.dt) {
1020
+ this.cy("SearchTextColor", b, this.dt);
951
1021
  }
952
1022
  },
953
1023
  enumerable: false,
954
1024
  configurable: true
955
1025
  });
956
- Object.defineProperty(CheckboxList.prototype, "d0", {
1026
+ Object.defineProperty(CheckboxList.prototype, "d9", {
957
1027
  get: function () {
958
- return this.dh;
1028
+ return this.dr;
959
1029
  },
960
1030
  set: function (a) {
961
- var b = this.dh;
962
- this.dh = a;
963
- if (b != this.dh) {
964
- this.cr("SearchBorderColor", b, this.dh);
1031
+ var b = this.dr;
1032
+ this.dr = a;
1033
+ if (b != this.dr) {
1034
+ this.cy("SearchBorderColor", b, this.dr);
965
1035
  }
966
1036
  },
967
1037
  enumerable: false,
968
1038
  configurable: true
969
1039
  });
970
- Object.defineProperty(CheckboxList.prototype, "ah", {
1040
+ Object.defineProperty(CheckboxList.prototype, "aj", {
971
1041
  get: function () {
972
- return this.af;
1042
+ return this.ah;
973
1043
  },
974
1044
  set: function (a) {
975
- var b = this.af;
976
- this.af = a;
977
- if (b != this.af) {
978
- this.cr("SearchTextStyle", b, this.af);
1045
+ var b = this.ah;
1046
+ this.ah = a;
1047
+ if (b != this.ah) {
1048
+ this.cy("SearchTextStyle", b, this.ah);
979
1049
  }
980
1050
  },
981
1051
  enumerable: false,
982
1052
  configurable: true
983
1053
  });
984
- Object.defineProperty(CheckboxList.prototype, "dr", {
1054
+ Object.defineProperty(CheckboxList.prototype, "d0", {
985
1055
  get: function () {
986
- return this.db;
1056
+ return this.dk;
987
1057
  },
988
1058
  set: function (a) {
989
- var b = this.db;
990
- this.db = a;
991
- if (b != this.db) {
992
- this.cr("CheckboxTickColor", b, this.db);
1059
+ var b = this.dk;
1060
+ this.dk = a;
1061
+ if (b != this.dk) {
1062
+ this.cy("CheckboxTickColor", b, this.dk);
993
1063
  }
994
1064
  },
995
1065
  enumerable: false,
996
1066
  configurable: true
997
1067
  });
998
- Object.defineProperty(CheckboxList.prototype, "dp", {
1068
+ Object.defineProperty(CheckboxList.prototype, "dy", {
999
1069
  get: function () {
1000
- return this.c9;
1070
+ return this.di;
1001
1071
  },
1002
1072
  set: function (a) {
1003
- var b = this.c9;
1004
- this.c9 = a;
1005
- if (b != this.c9) {
1006
- this.cr("CheckboxCheckedBackgroundColor", b, this.c9);
1073
+ var b = this.di;
1074
+ this.di = a;
1075
+ if (b != this.di) {
1076
+ this.cy("CheckboxCheckedBackgroundColor", b, this.di);
1007
1077
  }
1008
1078
  },
1009
1079
  enumerable: false,
1010
1080
  configurable: true
1011
1081
  });
1012
- Object.defineProperty(CheckboxList.prototype, "ds", {
1082
+ Object.defineProperty(CheckboxList.prototype, "d1", {
1013
1083
  get: function () {
1014
- return this.dc;
1084
+ return this.dl;
1015
1085
  },
1016
1086
  set: function (a) {
1017
- var b = this.dc;
1018
- this.dc = a;
1019
- if (b != this.dc) {
1020
- this.cr("CheckboxUncheckedBackgroundColor", b, this.dc);
1087
+ var b = this.dl;
1088
+ this.dl = a;
1089
+ if (b != this.dl) {
1090
+ this.cy("CheckboxUncheckedBackgroundColor", b, this.dl);
1021
1091
  }
1022
1092
  },
1023
1093
  enumerable: false,
1024
1094
  configurable: true
1025
1095
  });
1026
- Object.defineProperty(CheckboxList.prototype, "dq", {
1096
+ Object.defineProperty(CheckboxList.prototype, "dz", {
1027
1097
  get: function () {
1028
- return this.da;
1098
+ return this.dj;
1029
1099
  },
1030
1100
  set: function (a) {
1031
- var b = this.da;
1032
- this.da = a;
1033
- if (b != this.da) {
1034
- this.cr("CheckboxCheckedBorderColor", b, this.da);
1101
+ var b = this.dj;
1102
+ this.dj = a;
1103
+ if (b != this.dj) {
1104
+ this.cy("CheckboxCheckedBorderColor", b, this.dj);
1035
1105
  }
1036
1106
  },
1037
1107
  enumerable: false,
1038
1108
  configurable: true
1039
1109
  });
1040
- Object.defineProperty(CheckboxList.prototype, "dt", {
1110
+ Object.defineProperty(CheckboxList.prototype, "d2", {
1041
1111
  get: function () {
1042
- return this.dd;
1112
+ return this.dm;
1043
1113
  },
1044
1114
  set: function (a) {
1045
- var b = this.dd;
1046
- this.dd = a;
1047
- if (b != this.dd) {
1048
- this.cr("CheckboxUncheckedBorderColor", b, this.dd);
1115
+ var b = this.dm;
1116
+ this.dm = a;
1117
+ if (b != this.dm) {
1118
+ this.cy("CheckboxUncheckedBorderColor", b, this.dm);
1049
1119
  }
1050
1120
  },
1051
1121
  enumerable: false,
1052
1122
  configurable: true
1053
1123
  });
1054
- Object.defineProperty(CheckboxList.prototype, "y", {
1124
+ Object.defineProperty(CheckboxList.prototype, "aa", {
1055
1125
  get: function () {
1056
- return this.x;
1126
+ return this.z;
1057
1127
  },
1058
1128
  set: function (a) {
1059
- var b = this.x;
1060
- this.x = a;
1061
- if (b != this.x) {
1062
- this.cr("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.x));
1129
+ var b = this.z;
1130
+ this.z = a;
1131
+ if (b != this.z) {
1132
+ this.cy("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.z));
1063
1133
  }
1064
1134
  },
1065
1135
  enumerable: false,
1066
1136
  configurable: true
1067
1137
  });
1068
- Object.defineProperty(CheckboxList.prototype, "dy", {
1138
+ Object.defineProperty(CheckboxList.prototype, "d7", {
1069
1139
  get: function () {
1070
- return this.df;
1140
+ return this.dp;
1071
1141
  },
1072
1142
  set: function (a) {
1073
- var b = this.df;
1074
- this.df = a;
1075
- if (b != this.df) {
1076
- this.cr("ScrollbarBackground", b, this.df);
1143
+ var b = this.dp;
1144
+ this.dp = a;
1145
+ if (b != this.dp) {
1146
+ this.cy("ScrollbarBackground", b, this.dp);
1077
1147
  }
1078
1148
  },
1079
1149
  enumerable: false,
1080
1150
  configurable: true
1081
1151
  });
1082
- CheckboxList.prototype.cr = function (a, b, c) {
1152
+ CheckboxList.prototype.cy = function (a, b, c) {
1083
1153
  if (this.propertyChanged != null) {
1084
1154
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
1085
1155
  }
1086
- this.cw(a, b, c);
1156
+ this.c4(a, b, c);
1087
1157
  };
1088
- CheckboxList.prototype.cw = function (a, b, c) {
1158
+ CheckboxList.prototype.c4 = function (a, b, c) {
1089
1159
  switch (a) {
1160
+ case "IndexType":
1161
+ this.keys.clear();
1162
+ this.cm();
1163
+ if (this.keysCleared != null) {
1164
+ this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1165
+ }
1166
+ this.view.ag();
1167
+ this.cu(b, c);
1168
+ break;
1090
1169
  case "ItemsSource":
1091
1170
  if (this.f != null) {
1092
- this.l = 1;
1171
+ this.indexType = 1;
1093
1172
  if (c != null) {
1094
1173
  this.f.groupDescriptions.n();
1095
1174
  this.f.sortDescriptions.n();
@@ -1098,26 +1177,26 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1098
1177
  }
1099
1178
  if (this.f.actualDataSource != null) {
1100
1179
  var d = this.f.actualDataSource;
1101
- d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.cs));
1180
+ d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.cz));
1102
1181
  }
1103
- this.f.itemsSource = this.a0;
1104
- this.ca();
1182
+ this.f.itemsSource = this.a2;
1183
+ this.cd();
1105
1184
  if (this.f.actualDataSource != null) {
1106
1185
  var e = this.f.actualDataSource;
1107
- e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.cs));
1186
+ e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.cz));
1108
1187
  }
1109
- this.al = true;
1110
- this.cu();
1111
- this.al = false;
1112
- this.m.ag();
1188
+ this.an = true;
1189
+ this.c1();
1190
+ this.an = false;
1191
+ this.view.ag();
1113
1192
  }
1114
1193
  break;
1115
1194
  case "DataMemberPath":
1116
1195
  case "SelectedMemberPath":
1117
1196
  if (this.f != null) {
1118
- if (this.a2 != null) {
1119
- this.cu();
1120
- this.c5();
1197
+ if (this.a4 != null) {
1198
+ this.c1();
1199
+ this.de();
1121
1200
  }
1122
1201
  }
1123
1202
  break;
@@ -1127,187 +1206,197 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1127
1206
  }
1128
1207
  break;
1129
1208
  case "SelectAllCaptionTextColor":
1130
- this.dm = null != this.d3 ? this.d3 : CheckboxList.dw;
1209
+ this.dw = null != this.ec ? this.ec : CheckboxList.d5;
1131
1210
  break;
1132
1211
  case "SelectAllCaption":
1133
1212
  case "ActualSelectAllCaptionTextColor":
1134
- this.m.af();
1213
+ this.view.af();
1135
1214
  break;
1136
1215
  case "showSelectAll":
1137
- this.m.ai();
1138
- this.m.s();
1216
+ this.view.ai();
1217
+ this.view.s();
1139
1218
  break;
1140
1219
  case "ShowFilter":
1141
- this.m.ae();
1142
- this.m.s();
1220
+ this.view.ae();
1221
+ this.view.s();
1143
1222
  break;
1144
1223
  case "FilterPlaceholderText":
1145
- if (this.q != null) {
1146
- this.q.cg = this.bi;
1224
+ if (this.s != null) {
1225
+ this.s.cg = this.bk;
1147
1226
  }
1148
1227
  break;
1149
1228
  case "SearchInputType":
1150
- if (this.s != null) {
1151
- this.s.d = this.v;
1229
+ if (this.u != null) {
1230
+ this.u.d = this.x;
1152
1231
  }
1153
1232
  break;
1154
1233
  case "RowHeight":
1155
1234
  if (this.f != null) {
1156
- this.f.rowHeight = this.az;
1235
+ this.f.rowHeight = this.a1;
1157
1236
  }
1158
1237
  break;
1159
1238
  case "CellTextStyle":
1160
1239
  if (this.f != null) {
1161
- this.f.cellTextStyle = this.ag;
1240
+ this.f.cellTextStyle = this.ai;
1162
1241
  }
1163
- this.m.ac();
1242
+ this.view.ac();
1164
1243
  break;
1165
1244
  case "BackgroundColor":
1166
1245
  case "TextColor":
1167
1246
  case "RowHoverBackgroundColor":
1168
1247
  var f = this.f;
1169
1248
  if (null != f) {
1170
- f.cellTextColor = this.d5;
1249
+ f.cellTextColor = this.ee;
1171
1250
  f.cellBackground = this.backgroundColor;
1172
1251
  f.cellSelectedBackground = this.backgroundColor;
1173
1252
  f.rowHoverBackground = this.rowHoverBackgroundColor;
1174
1253
  }
1175
- this.m.ad();
1254
+ this.view.ad();
1176
1255
  break;
1177
1256
  case "BaseTheme":
1178
- this.c4();
1257
+ this.dd();
1179
1258
  break;
1180
1259
  case "Density":
1181
- this.c3();
1260
+ this.dc();
1182
1261
  break;
1183
1262
  case "IsRowHoverEnabled":
1184
1263
  if (this.f != null) {
1185
- this.f.isRowHoverEnabled = this.ap;
1264
+ this.f.isRowHoverEnabled = this.ar;
1186
1265
  }
1187
1266
  break;
1188
1267
  case "ScrollbarStyle":
1189
1268
  if (this.f != null) {
1190
- this.f.scrollbarStyle = this.y;
1269
+ this.f.scrollbarStyle = this.aa;
1191
1270
  }
1192
1271
  break;
1193
1272
  case "ScrollbarBackground":
1194
1273
  if (this.f != null) {
1195
- this.f.scrollbarBackground = this.dy;
1274
+ this.f.scrollbarBackground = this.d7;
1196
1275
  }
1197
1276
  break;
1198
1277
  case "SearchIconColor":
1199
- this.m.ab();
1278
+ this.view.ab();
1200
1279
  break;
1201
1280
  case "SearchBackgroundColor":
1202
- this.t.mc = this.dz;
1281
+ this.v.mc = this.d8;
1203
1282
  break;
1204
1283
  case "SearchBorderColor":
1205
- this.t.md = this.d0;
1284
+ this.v.md = this.d9;
1206
1285
  break;
1207
1286
  case "SearchTextColor":
1208
- if (this.r != null) {
1209
- this.r.d8 = this.searchTextColor;
1287
+ if (this.t != null) {
1288
+ this.t.d8 = this.searchTextColor;
1210
1289
  }
1211
1290
  break;
1212
1291
  case "SearchTextStyle":
1213
- this.r.af = this.ah;
1292
+ this.t.af = this.aj;
1214
1293
  break;
1215
1294
  case "CheckboxTickColor":
1216
1295
  case "CheckboxCheckedBackgroundColor":
1217
1296
  case "CheckboxUncheckedBackgroundColor":
1218
1297
  case "CheckboxCheckedBorderColor":
1219
1298
  case "CheckboxUncheckedBorderColor":
1220
- this.m.y();
1299
+ this.view.y();
1221
1300
  if (this.f != null) {
1222
- this.f.w9();
1301
+ this.f.xq();
1223
1302
  }
1224
1303
  break;
1225
1304
  }
1226
1305
  };
1227
- CheckboxList.prototype.c3 = function () {
1306
+ CheckboxList.prototype.cu = function (a, b) {
1307
+ if (this.indexTypeChanged != null) {
1308
+ this.indexTypeChanged(this, ((function () {
1309
+ var $ret = new CheckboxListIndexTypeChangedEventArgs();
1310
+ $ret.b = EnumUtil.getEnumValue(CheckboxListIndexType_$type, a);
1311
+ $ret.a = EnumUtil.getEnumValue(CheckboxListIndexType_$type, b);
1312
+ return $ret;
1313
+ })()));
1314
+ }
1315
+ };
1316
+ CheckboxList.prototype.dc = function () {
1228
1317
  if (this.f != null) {
1229
1318
  this.f.density = this.density;
1230
1319
  }
1231
- if (this.s != null) {
1232
- this.s.t = this.density;
1320
+ if (this.u != null) {
1321
+ this.u.t = this.density;
1233
1322
  }
1234
- this.m.x();
1323
+ this.view.x();
1235
1324
  };
1236
- CheckboxList.prototype.c4 = function () {
1237
- if (this.s != null) {
1238
- this.s.p = this.aa;
1325
+ CheckboxList.prototype.dd = function () {
1326
+ if (this.u != null) {
1327
+ this.u.p = this.baseTheme;
1239
1328
  }
1240
- if (this.r != null) {
1241
- this.r.d8 = this.searchTextColor;
1329
+ if (this.t != null) {
1330
+ this.t.d8 = this.searchTextColor;
1242
1331
  }
1243
1332
  if (this.f != null) {
1244
- this.f.cellTextColor = this.d5;
1333
+ this.f.cellTextColor = this.ee;
1245
1334
  this.f.cellBackground = this.backgroundColor;
1246
1335
  this.f.cellSelectedBackground = this.backgroundColor;
1247
1336
  this.f.rowHoverBackground = this.rowHoverBackgroundColor;
1248
1337
  }
1249
- this.m.z();
1338
+ this.view.z();
1250
1339
  };
1251
- CheckboxList.prototype.cs = function (a, b) {
1252
- this.al = true;
1253
- this.ca();
1340
+ CheckboxList.prototype.cz = function (a, b) {
1341
+ this.an = true;
1342
+ this.cd();
1254
1343
  if (b.schema != null) {
1255
- this.cu();
1256
- for (var c = 0; c < this.h.count; c++) {
1257
- this.cp(this.h._inner[c]);
1344
+ this.c1();
1345
+ for (var c = 0; c < this.keys.count; c++) {
1346
+ this.cw(this.keys._inner[c]);
1258
1347
  }
1259
- this.m.ag();
1348
+ this.view.ag();
1260
1349
  }
1261
- this.al = false;
1350
+ this.an = false;
1262
1351
  };
1263
- CheckboxList.prototype.cu = function () {
1264
- if (this.ad == null && this.a4 != null && this.a4 != "") {
1265
- this.ad = new FastReflectionHelper(false, this.a4);
1352
+ CheckboxList.prototype.c1 = function () {
1353
+ if (this.af == null && this.a6 != null && this.a6 != "") {
1354
+ this.af = new FastReflectionHelper(false, this.a6);
1266
1355
  }
1267
- if (this.a0 != null && this.ad != null && this.f.actualDataSource.actualSchema != null) {
1268
- this.ad.propertyName = this.a4;
1356
+ if (this.a2 != null && this.af != null && this.f.actualDataSource.actualSchema != null) {
1357
+ this.af.propertyName = this.a6;
1269
1358
  var a = this.f.actualDataSource.actualCount;
1270
1359
  for (var b = 0; b < a; b++) {
1271
1360
  var c = this.f.actualDataSource.getItemAtIndex(b);
1272
- var d = this.ad.getPropertyValue(c);
1361
+ var d = this.af.getPropertyValue(c);
1273
1362
  if (d == true) {
1274
1363
  var e = this.i(c);
1275
- if (!this.h.contains(e)) {
1276
- this.h.add(e);
1364
+ if (!this.keys.contains(e)) {
1365
+ this.keys.add(e);
1277
1366
  }
1278
1367
  }
1279
1368
  }
1280
1369
  }
1281
1370
  };
1282
- CheckboxList.prototype.c5 = function () {
1371
+ CheckboxList.prototype.de = function () {
1283
1372
  this.f.actualColumns.clear();
1284
1373
  this.f.primaryKey = this.primaryKey;
1285
1374
  this.f.isGroupRowSticky = false;
1286
- this.f.rowHeight = this.az;
1375
+ this.f.rowHeight = this.a1;
1287
1376
  this.f.cellBackground = this.backgroundColor;
1288
1377
  this.f.cellSelectedBackground = this.backgroundColor;
1289
1378
  this.f.density = this.density;
1290
- this.f.isRowHoverEnabled = this.ap;
1379
+ this.f.isRowHoverEnabled = this.ar;
1291
1380
  this.f.borderWidth = new Thickness(0, 0);
1292
- if (this.ag != null) {
1293
- this.f.cellTextStyle = this.ag;
1381
+ if (this.ai != null) {
1382
+ this.f.cellTextStyle = this.ai;
1294
1383
  }
1295
1384
  var a = new TemplateColumn();
1296
- if (this.a4 == null) {
1297
- this.a4 = "";
1385
+ if (this.a6 == null) {
1386
+ this.a6 = "";
1298
1387
  }
1299
- a.i8 = this.a4;
1300
- a.jz = "CheckboxColumn";
1388
+ a.lo = this.a6;
1389
+ a.mf = "CheckboxColumn";
1301
1390
  var b = new ColumnWidth();
1302
1391
  b.c = false;
1303
1392
  b.f = 28;
1304
1393
  a.width = b;
1305
- a.h2 = 0;
1306
- a.h3 = 0;
1307
- a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.cb));
1394
+ a.kk = 0;
1395
+ a.kl = 0;
1396
+ a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.ce));
1308
1397
  this.f.columns.add(a);
1309
1398
  this.j = a;
1310
- var c = this.f.actualDataSource.resolveSchemaPropertyType(this.a2);
1399
+ var c = this.f.actualDataSource.resolveSchemaPropertyType(this.a4);
1311
1400
  var d;
1312
1401
  switch (c) {
1313
1402
  case 8:
@@ -1330,26 +1419,26 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1330
1419
  d = new TextColumn();
1331
1420
  break;
1332
1421
  }
1333
- d.i8 = this.a2;
1334
- d.jz = "DataColumn";
1335
- d.h2 = 0;
1336
- d.e = 0;
1422
+ d.lo = this.a4;
1423
+ d.mf = "DataColumn";
1424
+ d.kk = 0;
1425
+ d.g = 0;
1337
1426
  this.f.columns.add(d);
1338
1427
  };
1339
1428
  CheckboxList.prototype.updateHrMargin = function (a) {
1340
- this.m.aa(a);
1429
+ this.view.aa(a);
1341
1430
  };
1342
1431
  CheckboxList.prototype.provideHrElement = function (a) {
1343
- this.m.p(a);
1432
+ this.view.p(a);
1344
1433
  };
1345
- CheckboxList.prototype.co = function () {
1346
- var a = this.r;
1347
- a.changing = delegateCombine(a.changing, runOn(this, this.cg));
1348
- this.c4();
1434
+ CheckboxList.prototype.cv = function () {
1435
+ var a = this.t;
1436
+ a.changing = delegateCombine(a.changing, runOn(this, this.ck));
1437
+ this.dd();
1349
1438
  };
1350
- CheckboxList.prototype.cg = function (a, b) {
1439
+ CheckboxList.prototype.ck = function (a, b) {
1351
1440
  var c = b.value.toLowerCase();
1352
- this.cn(c);
1441
+ this.ct(c);
1353
1442
  };
1354
1443
  CheckboxList.prototype.i = function (a) {
1355
1444
  if (this.primaryKey == null) {
@@ -1363,61 +1452,70 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1363
1452
  }
1364
1453
  return new PrimaryKeyValue(b, c);
1365
1454
  };
1366
- CheckboxList.prototype.c0 = function (a) {
1367
- this.ak = true;
1455
+ CheckboxList.prototype.c8 = function (a) {
1456
+ this.am = true;
1368
1457
  var b = this.e.getItemAtIndex(a);
1369
- if (this.ad != null) {
1370
- this.ad.setPropertyValue(b, false);
1458
+ if (this.af != null) {
1459
+ this.af.setPropertyValue(b, false);
1371
1460
  }
1372
1461
  var c = this.i(b);
1373
- this.h.remove(c);
1374
- this.ak = false;
1462
+ this.keys.remove(c);
1463
+ this.am = false;
1375
1464
  };
1376
- CheckboxList.prototype.b8 = function (a) {
1377
- this.ak = true;
1465
+ CheckboxList.prototype.ca = function (a) {
1466
+ this.am = true;
1378
1467
  var b = this.e.getItemAtIndex(a);
1379
- if (this.ad != null) {
1380
- this.ad.setPropertyValue(b, true);
1468
+ if (this.af != null) {
1469
+ this.af.setPropertyValue(b, true);
1381
1470
  }
1382
1471
  var c = this.i(b);
1383
- this.h.add(c);
1384
- this.ak = false;
1472
+ this.keys.add(c);
1473
+ this.am = false;
1385
1474
  };
1386
- CheckboxList.prototype.c2 = function () {
1387
- this.l = 0;
1388
- this.h.clear();
1389
- this.ch();
1390
- this.m.ag();
1391
- };
1392
- CheckboxList.prototype.cc = function () {
1393
- this.l = 1;
1394
- this.h.clear();
1395
- this.ch();
1396
- this.m.ag();
1397
- };
1398
- CheckboxList.prototype.ck = function (a, b, c) {
1475
+ CheckboxList.prototype.db = function () {
1476
+ this.indexType = 0;
1477
+ this.keys.clear();
1478
+ this.cm();
1479
+ if (this.keysCleared != null) {
1480
+ this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1481
+ }
1482
+ };
1483
+ CheckboxList.prototype.cg = function () {
1484
+ this.indexType = 1;
1485
+ this.keys.clear();
1486
+ this.cm();
1487
+ if (this.keysCleared != null) {
1488
+ this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
1489
+ }
1490
+ };
1491
+ CheckboxList.prototype.cq = function (a, b, c) {
1399
1492
  if (this.f != null) {
1400
1493
  this.f.notifySetItem(a, b, c);
1401
1494
  }
1402
1495
  };
1403
- CheckboxList.prototype.ch = function () {
1496
+ CheckboxList.prototype.cn = function () {
1404
1497
  if (this.f != null) {
1405
1498
  this.f.notifyClearItems();
1406
1499
  }
1407
1500
  };
1408
- CheckboxList.prototype.ci = function (a, b) {
1501
+ CheckboxList.prototype.cm = function () {
1502
+ if (this.f != null) {
1503
+ this.f.invalidateVisibleRows();
1504
+ }
1505
+ };
1506
+ CheckboxList.prototype.co = function (a, b) {
1409
1507
  if (this.f != null) {
1410
1508
  this.f.notifyInsertItem(a, b);
1411
1509
  }
1412
1510
  ;
1413
1511
  };
1414
- CheckboxList.prototype.cj = function (a, b) {
1512
+ CheckboxList.prototype.cp = function (a, b) {
1415
1513
  if (this.f != null) {
1416
1514
  this.f.notifyRemoveItem(a, b);
1417
1515
  }
1418
1516
  ;
1419
1517
  };
1420
- CheckboxList.prototype.b9 = function (a) {
1518
+ CheckboxList.prototype.cb = function (a) {
1421
1519
  var b = null;
1422
1520
  if (this.primaryKey == null || this.primaryKey.length == 0) {
1423
1521
  b = new PrimaryKeyValue(null, a);
@@ -1429,15 +1527,15 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1429
1527
  throw new ArgumentException(1, "value length must match PrimaryKey length");
1430
1528
  }
1431
1529
  if (b != null) {
1432
- if (this.ad != null) {
1530
+ if (this.af != null) {
1433
1531
  var c = this.e.indexOfKey(a);
1434
1532
  var d = this.e.getItemAtIndex(c);
1435
- this.ad.setPropertyValue(d, true);
1533
+ this.af.setPropertyValue(d, true);
1436
1534
  }
1437
- this.h.add(b);
1535
+ this.keys.add(b);
1438
1536
  }
1439
1537
  };
1440
- CheckboxList.prototype.c1 = function (a) {
1538
+ CheckboxList.prototype.c9 = function (a) {
1441
1539
  var b = null;
1442
1540
  if (this.primaryKey == null || this.primaryKey.length == 0) {
1443
1541
  b = new PrimaryKeyValue(null, a);
@@ -1448,13 +1546,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1448
1546
  else {
1449
1547
  throw new ArgumentException(1, "value length must match PrimaryKey length");
1450
1548
  }
1451
- if (this.h.contains(b)) {
1452
- if (this.ad != null) {
1549
+ if (this.keys.contains(b)) {
1550
+ if (this.af != null) {
1453
1551
  var c = this.e.indexOfKey(a);
1454
1552
  var d = this.e.getItemAtIndex(c);
1455
- this.ad.setPropertyValue(d, false);
1553
+ this.af.setPropertyValue(d, false);
1456
1554
  }
1457
- this.h.remove(b);
1555
+ this.keys.remove(b);
1458
1556
  }
1459
1557
  };
1460
1558
  CheckboxList.prototype.getDesiredSize = function () {
@@ -1478,61 +1576,64 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1478
1576
  else {
1479
1577
  b += e;
1480
1578
  }
1579
+ if (this.showSelectAll) {
1580
+ b += c;
1581
+ }
1481
1582
  return new Size(1, a, b);
1482
1583
  };
1483
- Object.defineProperty(CheckboxList.prototype, "b0", {
1584
+ Object.defineProperty(CheckboxList.prototype, "b2", {
1484
1585
  get: function () {
1485
- return this.bz != null ? this.bz : !stringIsNullOrWhiteSpace(this.aj.b1("Select_All")) ? this.aj.b1("Select_All") : "(Select All)";
1586
+ return this.b1 != null ? this.b1 : !stringIsNullOrWhiteSpace(this.al.b1("Select_All")) ? this.al.b1("Select_All") : "(Select All)";
1486
1587
  },
1487
1588
  set: function (a) {
1488
- if (a == this.bz) {
1589
+ if (a == this.b1) {
1489
1590
  return;
1490
1591
  }
1491
- var b = this.bz;
1492
- this.bz = a;
1493
- this.cr("SelectAllCaption", b, this.bz);
1592
+ var b = this.b1;
1593
+ this.b1 = a;
1594
+ this.cy("SelectAllCaption", b, this.b1);
1494
1595
  },
1495
1596
  enumerable: false,
1496
1597
  configurable: true
1497
1598
  });
1498
- Object.defineProperty(CheckboxList.prototype, "d3", {
1599
+ Object.defineProperty(CheckboxList.prototype, "ec", {
1499
1600
  get: function () {
1500
- return this.dk;
1601
+ return this.du;
1501
1602
  },
1502
1603
  set: function (a) {
1503
- var b = this.dk;
1504
- this.dk = a;
1505
- if (b != this.dk) {
1506
- this.cr("SelectAllCaptionTextColor", b, a);
1604
+ var b = this.du;
1605
+ this.du = a;
1606
+ if (b != this.du) {
1607
+ this.cy("SelectAllCaptionTextColor", b, a);
1507
1608
  }
1508
1609
  },
1509
1610
  enumerable: false,
1510
1611
  configurable: true
1511
1612
  });
1512
- Object.defineProperty(CheckboxList.prototype, "dm", {
1613
+ Object.defineProperty(CheckboxList.prototype, "dw", {
1513
1614
  get: function () {
1514
- return this.c7;
1615
+ return this.dg;
1515
1616
  },
1516
1617
  set: function (a) {
1517
- var b = this.c7;
1518
- this.c7 = a;
1519
- if (b != this.c7) {
1520
- this.cr("ActualSelectAllCaptionTextColor", b, a);
1618
+ var b = this.dg;
1619
+ this.dg = a;
1620
+ if (b != this.dg) {
1621
+ this.cy("ActualSelectAllCaptionTextColor", b, a);
1521
1622
  }
1522
1623
  },
1523
1624
  enumerable: false,
1524
1625
  configurable: true
1525
1626
  });
1526
- Object.defineProperty(CheckboxList.prototype, "aq", {
1627
+ Object.defineProperty(CheckboxList.prototype, "as", {
1527
1628
  get: function () {
1528
- if (-1 == this.ay) {
1629
+ if (-1 == this.a0) {
1529
1630
  return false;
1530
1631
  }
1531
- var a = this.h.count;
1632
+ var a = this.keys.count;
1532
1633
  if (0 == a) {
1533
1634
  return false;
1534
1635
  }
1535
- if (a == this.ay) {
1636
+ if (a == this.a0) {
1536
1637
  return false;
1537
1638
  }
1538
1639
  return true;
@@ -1542,28 +1643,28 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1542
1643
  });
1543
1644
  Object.defineProperty(CheckboxList.prototype, "showSelectAll", {
1544
1645
  get: function () {
1545
- return this.at;
1646
+ return this.av;
1546
1647
  },
1547
1648
  set: function (a) {
1548
- if (a == this.at) {
1649
+ if (a == this.av) {
1549
1650
  return;
1550
1651
  }
1551
- var b = this.at;
1552
- this.at = a;
1553
- this.cr("showSelectAll", b, this.at);
1652
+ var b = this.av;
1653
+ this.av = a;
1654
+ this.cy("showSelectAll", b, this.av);
1554
1655
  },
1555
1656
  enumerable: false,
1556
1657
  configurable: true
1557
1658
  });
1558
1659
  Object.defineProperty(CheckboxList.prototype, "backgroundColor", {
1559
1660
  get: function () {
1560
- return this.c8;
1661
+ return this.dh;
1561
1662
  },
1562
1663
  set: function (a) {
1563
- var b = this.c8;
1564
- this.c8 = a;
1565
- if (b != this.c8) {
1566
- this.cr("BackgroundColor", b, a);
1664
+ var b = this.dh;
1665
+ this.dh = a;
1666
+ if (b != this.dh) {
1667
+ this.cy("BackgroundColor", b, a);
1567
1668
  }
1568
1669
  },
1569
1670
  enumerable: false,
@@ -1571,33 +1672,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1571
1672
  });
1572
1673
  Object.defineProperty(CheckboxList.prototype, "rowHoverBackgroundColor", {
1573
1674
  get: function () {
1574
- return this.de;
1675
+ return this.dn;
1575
1676
  },
1576
1677
  set: function (a) {
1577
- var b = this.de;
1578
- this.de = a;
1579
- if (b != this.de) {
1580
- this.cr("RowHoverBackgroundColor", b, a);
1678
+ var b = this.dn;
1679
+ this.dn = a;
1680
+ if (b != this.dn) {
1681
+ this.cy("RowHoverBackgroundColor", b, a);
1581
1682
  }
1582
1683
  },
1583
1684
  enumerable: false,
1584
1685
  configurable: true
1585
1686
  });
1586
- Object.defineProperty(CheckboxList.prototype, "d5", {
1687
+ Object.defineProperty(CheckboxList.prototype, "ee", {
1587
1688
  get: function () {
1588
- return this.dl;
1689
+ return this.dv;
1589
1690
  },
1590
1691
  set: function (a) {
1591
- var b = this.dl;
1592
- this.dl = a;
1593
- if (b != this.dl) {
1594
- this.cr("TextColor", b, a);
1692
+ var b = this.dv;
1693
+ this.dv = a;
1694
+ if (b != this.dv) {
1695
+ this.cy("TextColor", b, a);
1595
1696
  }
1596
1697
  },
1597
1698
  enumerable: false,
1598
1699
  configurable: true
1599
1700
  });
1600
- CheckboxList.prototype.ct = function (a) {
1701
+ CheckboxList.prototype.c0 = function (a) {
1601
1702
  if (this.selectAllCheckboxChanged != null) {
1602
1703
  this.selectAllCheckboxChanged(this, ((function () {
1603
1704
  var $ret = new SelectAllCheckboxChangedEventArgs();
@@ -1606,78 +1707,78 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1606
1707
  })()));
1607
1708
  }
1608
1709
  };
1609
- CheckboxList.prototype.an = function () {
1610
- if (-1 == this.ay) {
1710
+ CheckboxList.prototype.ap = function () {
1711
+ if (-1 == this.a0) {
1611
1712
  return true;
1612
1713
  }
1613
- var a = this.h.count;
1614
- switch (this.l) {
1615
- case 0: return this.ay == a;
1714
+ var a = this.keys.count;
1715
+ switch (this.indexType) {
1716
+ case 0: return this.a0 == a;
1616
1717
  case 1: return 0 == a;
1617
1718
  default: return false;
1618
1719
  }
1619
1720
  };
1620
- CheckboxList.prototype.am = function () {
1621
- if (-1 == this.ay) {
1721
+ CheckboxList.prototype.ao = function () {
1722
+ if (-1 == this.a0) {
1622
1723
  return false;
1623
1724
  }
1624
- var a = this.h.count;
1625
- switch (this.l) {
1725
+ var a = this.keys.count;
1726
+ switch (this.indexType) {
1626
1727
  case 0: return 0 == a;
1627
- case 1: return this.ay == a;
1728
+ case 1: return this.a0 == a;
1628
1729
  default: return false;
1629
1730
  }
1630
1731
  };
1631
- CheckboxList.prototype.ca = function () {
1732
+ CheckboxList.prototype.cd = function () {
1632
1733
  var a = this.f.actualDataSource;
1633
1734
  if (null != a) {
1634
1735
  if (null == a.actualSchema) {
1635
- this.ay = -1;
1736
+ this.a0 = -1;
1636
1737
  return;
1637
1738
  }
1638
1739
  var b = a.actualCount;
1639
- this.ay = b;
1740
+ this.a0 = b;
1640
1741
  }
1641
1742
  else {
1642
- this.ay = -1;
1743
+ this.a0 = -1;
1643
1744
  }
1644
1745
  };
1645
- Object.defineProperty(CheckboxList.prototype, "as", {
1746
+ Object.defineProperty(CheckboxList.prototype, "au", {
1646
1747
  get: function () {
1647
- return this.ar;
1748
+ return this.at;
1648
1749
  },
1649
1750
  set: function (a) {
1650
- if (a == this.ar) {
1751
+ if (a == this.at) {
1651
1752
  return;
1652
1753
  }
1653
- var b = this.ar;
1654
- this.ar = a;
1655
- this.cr("ShowFilter", b, this.ar);
1754
+ var b = this.at;
1755
+ this.at = a;
1756
+ this.cy("ShowFilter", b, this.at);
1656
1757
  },
1657
1758
  enumerable: false,
1658
1759
  configurable: true
1659
1760
  });
1660
- Object.defineProperty(CheckboxList.prototype, "ap", {
1761
+ Object.defineProperty(CheckboxList.prototype, "ar", {
1661
1762
  get: function () {
1662
- return this.ao;
1763
+ return this.aq;
1663
1764
  },
1664
1765
  set: function (a) {
1665
- if (a == this.ao) {
1766
+ if (a == this.aq) {
1666
1767
  return;
1667
1768
  }
1668
- var b = this.ao;
1669
- this.ao = a;
1670
- this.cr("IsRowHoverEnabled", b, this.ao);
1769
+ var b = this.aq;
1770
+ this.aq = a;
1771
+ this.cy("IsRowHoverEnabled", b, this.aq);
1671
1772
  },
1672
1773
  enumerable: false,
1673
1774
  configurable: true
1674
1775
  });
1675
1776
  CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
1676
- CheckboxList.d4 = BrushUtil.h(255, 24, 29, 31);
1677
- CheckboxList.bw = "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";
1678
- CheckboxList.du = BrushUtil.h(255, 248, 248, 248);
1679
- CheckboxList.dv = null;
1680
- CheckboxList.dw = BrushUtil.h(255, 24, 29, 31);
1777
+ CheckboxList.ed = BrushUtil.h(255, 24, 29, 31);
1778
+ CheckboxList.by = "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";
1779
+ CheckboxList.d3 = BrushUtil.h(255, 248, 248, 248);
1780
+ CheckboxList.d4 = null;
1781
+ CheckboxList.d5 = BrushUtil.h(255, 24, 29, 31);
1681
1782
  return CheckboxList;
1682
1783
  }(Base));
1683
1784
  export { CheckboxList };