igniteui-webcomponents-grids 5.1.0 → 5.1.1-beta.1

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