igniteui-webcomponents-grids 5.1.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 (427) 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 +7842 -7830
  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,18 +4,17 @@ 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, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, delegateCombine, delegateRemove, EnumUtil } from "igniteui-webcomponents-core";
8
- import { RenderingContext } from "igniteui-webcomponents-core";
7
+ import { Base, markType, runOn, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, delegateRemove, EnumUtil, delegateCombine } from "igniteui-webcomponents-core";
9
8
  import { Path } from "igniteui-webcomponents-core";
10
- import { GridStyleRepository } from "./GridStyleRepository";
11
9
  import { KeyFrameAnimationFactory } from "igniteui-webcomponents-core";
12
10
  import { AnimationKeyFrameEffect } from "igniteui-webcomponents-core";
13
11
  import { AnimationKeyFrameEffectTiming } from "igniteui-webcomponents-core";
14
- import { CanvasViewRenderer } from "igniteui-webcomponents-core";
15
- import { truncate, intDivide, isNaN_ } from "igniteui-webcomponents-core";
12
+ import { NativeUIComponent } from "igniteui-webcomponents-core";
16
13
  import { CellContentHorizontalAlignment_$type } from "./CellContentHorizontalAlignment";
14
+ import { intDivide, isNaN_ } from "igniteui-webcomponents-core";
17
15
  import { ElevationHelper } from "igniteui-webcomponents-core";
18
16
  import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
17
+ import { IToolbarTarget_$type } from "igniteui-webcomponents-core";
19
18
  import { DeviceUtils } from "igniteui-webcomponents-core";
20
19
  import { BrushUtil } from "igniteui-webcomponents-core";
21
20
  import { GridFilterDialogOpeningEventArgs } from "./GridFilterDialogOpeningEventArgs";
@@ -30,8 +29,11 @@ import { GridFilterDialogViewModelGrouping } from "./GridFilterDialogViewModelGr
30
29
  import { ColumnComparisonFilterCondition } from "./ColumnComparisonFilterCondition";
31
30
  import { ColumnComparisonConditionOperatorType_$type } from "./ColumnComparisonConditionOperatorType";
32
31
  import { Geometry } from "igniteui-webcomponents-core";
32
+ import { GridStyleRepository } from "./GridStyleRepository";
33
33
  import { NativeUI } from "igniteui-webcomponents-core";
34
34
  import { FilterDialogRenderCompletedEventArgs } from "./FilterDialogRenderCompletedEventArgs";
35
+ import { ToolActionIconMenuInfo } from "igniteui-webcomponents-core";
36
+ import { SvgIconRegistry } from "igniteui-webcomponents-core";
35
37
  import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
36
38
  import { GridFilterDialogViewModelGroupingLevelCollection } from "./GridFilterDialogViewModelGroupingLevelCollection";
37
39
  import { ObservableCollection$1 } from "igniteui-webcomponents-core";
@@ -44,14 +46,13 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
44
46
  super();
45
47
  this.b = null;
46
48
  this.q = null;
47
- this.ad = new Path();
49
+ this.aa = new Path();
48
50
  this.j = 0;
49
51
  this.i = 0;
50
- this.o = null;
51
52
  this.d = null;
52
53
  this.m = null;
53
54
  this.n = null;
54
- this.p = null;
55
+ this.o = null;
55
56
  this.g = 0;
56
57
  this.f = 0;
57
58
  this.h = 1;
@@ -61,39 +62,14 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
61
62
  this.c = null;
62
63
  this.b = a;
63
64
  }
64
- aa() {
65
- if (this.j != this.l || this.i != this.k) {
66
- this.v();
67
- this.j = this.l;
68
- this.j = this.k;
69
- this.o.setStyleProperty("width", this.l.toString() + "px");
70
- this.o.setStyleProperty("height", this.k.toString() + "px");
71
- }
72
- let a = Math.round(this.b.af * this.h);
73
- let b = Math.round(this.b.af * this.h);
74
- if (this.g != a || this.f != b) {
75
- this.o.setAttribute("width", a.toString());
76
- this.o.setAttribute("height", b.toString());
77
- this.g = truncate(Math.round(a));
78
- this.f = truncate(Math.round(b));
79
- }
80
- this.z();
81
- this.ad._fill = this.b.bq != null ? this.b.bq : GridStyleRepository.az;
82
- if (this.d.d && this.h != 1) {
83
- this.d.aa();
84
- this.d.ab(this.h, this.h);
85
- }
86
- this.d.l(0, 0, this.l, this.k);
87
- this.d.t(this.ad);
88
- if (this.d.d && this.h != 1) {
89
- this.d.z();
90
- }
91
- this.b.bc();
92
- }
93
- v() {
94
- this.b.a6(this.l, this.k, this.ad);
65
+ y() {
66
+ this.x();
67
+ this.b.bk();
95
68
  }
96
- u() {
69
+ t() {
70
+ this.b.bc(this.l, this.k, this.aa);
71
+ }
72
+ s() {
97
73
  if (KeyFrameAnimationFactory.h == null) {
98
74
  KeyFrameAnimationFactory.h = this.m;
99
75
  }
@@ -101,56 +77,43 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
101
77
  a(a) {
102
78
  return new AnimationKeyFrameEffect(0, this.m.rootWrapper, 0, null, a);
103
79
  }
104
- x(a, b, c) {
80
+ v(a, b, c) {
105
81
  if (a == null) {
106
- if (this.o != null) {
107
- this.o.destroy();
108
- }
109
- this.o = null;
110
82
  this.m = null;
111
83
  this.n = null;
112
84
  this.d = null;
113
85
  return;
114
86
  }
115
- this.h = (isNaN_(this.b.ae) ? this.b.ad : this.b.ae);
87
+ this.h = (isNaN_(this.b.aj) ? this.b.ai : this.b.aj);
116
88
  let d = a;
117
89
  this.m = d;
118
90
  this.n = c;
119
- this.p = b;
91
+ this.o = b;
120
92
  this.m.rootWrapper.addClass("ig-filter-icon");
121
93
  this.m.rootWrapper.setStyleProperty("cursor", "pointer");
122
94
  this.q = this.m.rootWrapper;
123
95
  let e = this.h;
124
96
  let f = Math.round(d.rootWrapper.width());
125
97
  let g = Math.round(d.rootWrapper.height());
126
- let h = this.b.af * e;
127
- let i = this.b.af * e;
128
- let j = this.m.createElement("canvas");
129
- j.setStyleProperty("position", "absolute");
130
- j.setStyleProperty("left", "0");
131
- j.setStyleProperty("top", "0");
132
- this.m.append(j);
133
- this.g = truncate(Math.round(h));
134
- this.f = truncate(Math.round(i));
135
- j.setAttribute("width", this.g.toString());
136
- j.setAttribute("height", this.g.toString());
137
- j.setStyleProperty("width", f.toString() + "px");
138
- j.setStyleProperty("height", g.toString() + "px");
139
- this.z();
140
- j.listen("mousedown", runOn(this, this.r));
141
- j.listen("mouseup", runOn(this, this.s));
98
+ let h = this.b.ak * e;
99
+ let i = this.b.ak * e;
100
+ this.x();
142
101
  this.l = f;
143
102
  this.k = g;
144
- this.o = j;
145
- let k = this.m.get2DCanvasContext(this.o);
146
- this.d = new RenderingContext(new CanvasViewRenderer(), k);
147
- if (isNaN_(this.b.ae)) {
148
- this.b.ad = window.devicePixelRatio;
149
- this.h = this.b.ad;
103
+ if (isNaN_(this.b.aj)) {
104
+ this.b.ai = window.devicePixelRatio;
105
+ this.h = this.b.ai;
150
106
  }
151
- this.aa();
107
+ this.y();
152
108
  }
153
- z() {
109
+ r(a) {
110
+ let b = a;
111
+ this.m.append(b.an);
112
+ }
113
+ p() {
114
+ return this.m;
115
+ }
116
+ x() {
154
117
  if (this.b.k == this.b.l) {
155
118
  this.m.rootWrapper.setStyleProperty("position", "relative");
156
119
  this.m.rootWrapper.setStyleProperty("left", "0px");
@@ -160,64 +123,36 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
160
123
  this.m.rootWrapper.setStyleProperty("position", "absolute");
161
124
  if (this.b.l == 2) {
162
125
  this.m.rootWrapper.setStyleProperty("left", "unset");
163
- this.m.rootWrapper.setStyleProperty("right", this.b.aj + "px");
126
+ this.m.rootWrapper.setStyleProperty("right", this.b.ao + "px");
164
127
  }
165
128
  else {
166
- this.m.rootWrapper.setStyleProperty("left", this.b.ai + "px");
129
+ this.m.rootWrapper.setStyleProperty("left", this.b.an + "px");
167
130
  }
168
- let a = intDivide(this.p.height(), 2) - (this.k / 2);
131
+ let a = intDivide(this.o.height(), 2) - (this.k / 2);
169
132
  this.m.rootWrapper.setStyleProperty("top", a + "px");
170
133
  }
171
- r(a) {
172
- }
173
- s(a) {
174
- if (a.button == 2) {
175
- return;
176
- }
177
- if (!this.e) {
178
- this.b.be();
179
- }
180
- else {
181
- this.b.a2();
182
- }
183
- }
184
- ab() {
185
- this.aa();
134
+ z() {
135
+ this.y();
186
136
  }
187
- y(a, b) {
188
- if (isNaN_(this.b.ae)) {
189
- this.b.ad = window.devicePixelRatio;
190
- this.h = this.b.ad;
137
+ w(a, b) {
138
+ if (isNaN_(this.b.aj)) {
139
+ this.b.ai = window.devicePixelRatio;
140
+ this.h = this.b.ai;
191
141
  }
192
142
  this.l = a;
193
143
  this.k = b;
194
- this.aa();
195
- }
196
- w() {
197
- if (isNaN_(this.b.ae)) {
198
- this.b.ad = window.devicePixelRatio;
199
- if (this.h != this.b.ad) {
200
- this.h = this.b.ad;
201
- this.aa();
144
+ this.y();
145
+ }
146
+ u() {
147
+ if (isNaN_(this.b.aj)) {
148
+ this.b.ai = window.devicePixelRatio;
149
+ if (this.h != this.b.ai) {
150
+ this.h = this.b.ai;
151
+ this.y();
202
152
  return;
203
153
  }
204
154
  }
205
- this.z();
206
- }
207
- ac(a) {
208
- this.e = true;
209
- let b = new GridFilterDialogPanel(this.b, this.o, this.m, this.n);
210
- b.a = this.b;
211
- b.t(a);
212
- this.c = b;
213
- }
214
- t() {
215
- this.e = false;
216
- if (this.c != null) {
217
- this.c.l();
218
- this.c.m();
219
- this.c = null;
220
- }
155
+ this.x();
221
156
  }
222
157
  }
223
158
  GridFilterDialogView.$t = /*@__PURE__*/ markType(GridFilterDialogView, 'GridFilterDialogView');
@@ -252,7 +187,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
252
187
  e.setStyleProperty("background-color", "#fff");
253
188
  e.setStyleProperty("border-radius", "3px");
254
189
  e.setStyleProperty("overflow", "auto");
255
- let g = ElevationHelper.e(12, this.b.bp, this.b.bo, this.b.bn);
190
+ let g = ElevationHelper.e(12, this.b.bv, this.b.bu, this.b.bt);
256
191
  e.setStyleProperty("boxShadow", g);
257
192
  e.listen("mousedown", runOn(this, this.o));
258
193
  this.onDocumentKeyDown = this.onDocumentKeyDown.bind(this);
@@ -267,21 +202,15 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
267
202
  }
268
203
  onDocumentKeyDown(a) {
269
204
  if (BaseDOMEventProxy.c0(a) == 8) {
270
- this.b.a2();
271
205
  }
272
206
  }
273
207
  onDocumentMouseClick(e_) {
274
- let filterIconCanvas_ = this.b.aq();
275
- let a = (e_.srcElement === filterIconCanvas_ || e_.target === filterIconCanvas_);
276
- if (!a) {
277
- this.b.a2();
208
+ {
278
209
  }
279
210
  }
280
211
  onFilterApplyClick() {
281
- this.b.a2();
282
212
  }
283
213
  onFilterCancelClick() {
284
- this.b.a2();
285
214
  }
286
215
  t(a) {
287
216
  this.n();
@@ -364,7 +293,8 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
364
293
  switch (a) {
365
294
  case 1: return b ? 2 : 1;
366
295
  case 2: return b ? 3 : 1;
367
- case 3: return b ? 3 : 2;
296
+ case 3: return b ? 4 : 2;
297
+ case 4: return b ? 4 : 3;
368
298
  case 0: return a;
369
299
  default: return a;
370
300
  }
@@ -378,37 +308,37 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
378
308
  */
379
309
  export let GridFilterDialog = /*@__PURE__*/ (() => {
380
310
  class GridFilterDialog extends Base {
381
- get an() {
382
- return this.am;
311
+ get as() {
312
+ return this.ar;
383
313
  }
384
- set an(a) {
385
- this.am = a;
314
+ set as(a) {
315
+ this.ar = a;
386
316
  }
387
- get x() {
388
- return this.w;
317
+ get ab() {
318
+ return this.z;
389
319
  }
390
- set x(a) {
391
- let b = this.w;
392
- this.w = a;
393
- if (b != this.w) {
394
- this.bb("IsAnimationEnabled", b, this.w);
320
+ set ab(a) {
321
+ let b = this.z;
322
+ this.z = a;
323
+ if (b != this.z) {
324
+ this.bj("IsAnimationEnabled", b, this.z);
395
325
  }
396
326
  }
397
- get ae() {
398
- return this.ab;
327
+ get aj() {
328
+ return this.ag;
399
329
  }
400
- set ae(a) {
401
- let b = this.ab;
402
- this.ab = a;
403
- this.bb("PixelScalingRatio", b, this.ab);
330
+ set aj(a) {
331
+ let b = this.ag;
332
+ this.ag = a;
333
+ this.bj("PixelScalingRatio", b, this.ag);
404
334
  }
405
- get ad() {
406
- return this.aa;
335
+ get ai() {
336
+ return this.af;
407
337
  }
408
- set ad(a) {
409
- let b = this.aa;
410
- this.aa = a;
411
- this.bb("ActualPixelScalingRatio", b, this.aa);
338
+ set ai(a) {
339
+ let b = this.af;
340
+ this.af = a;
341
+ this.bj("ActualPixelScalingRatio", b, this.af);
412
342
  }
413
343
  get l() {
414
344
  return this.j;
@@ -417,7 +347,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
417
347
  let b = this.j;
418
348
  this.j = a;
419
349
  if (b != this.j) {
420
- this.bb("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
350
+ this.bj("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
421
351
  }
422
352
  }
423
353
  get k() {
@@ -427,65 +357,65 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
427
357
  let b = this.i;
428
358
  this.i = a;
429
359
  if (b != this.i) {
430
- this.bb("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
360
+ this.bj("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
431
361
  }
432
362
  }
433
- get ai() {
434
- return this.ag;
363
+ get an() {
364
+ return this.al;
435
365
  }
436
- set ai(a) {
437
- let b = this.ag;
438
- this.ag = a;
439
- if (b != this.ag) {
440
- this.bb("CellPaddingLeft", b, this.ag);
366
+ set an(a) {
367
+ let b = this.al;
368
+ this.al = a;
369
+ if (b != this.al) {
370
+ this.bj("CellPaddingLeft", b, this.al);
441
371
  }
442
372
  }
443
- get aj() {
444
- return this.ah;
373
+ get ao() {
374
+ return this.am;
445
375
  }
446
- set aj(a) {
447
- let b = this.ah;
448
- this.ah = a;
449
- if (b != this.ah) {
450
- this.bb("CellPaddingRight", b, this.ah);
376
+ set ao(a) {
377
+ let b = this.am;
378
+ this.am = a;
379
+ if (b != this.am) {
380
+ this.bj("CellPaddingRight", b, this.am);
451
381
  }
452
382
  }
453
- get bq() {
454
- return this.bm;
383
+ get bw() {
384
+ return this.bs;
455
385
  }
456
- set bq(a) {
457
- let b = this.bm;
458
- this.bm = a;
459
- if (b != this.bm) {
460
- this.bb("IconColor", b, this.bm);
386
+ set bw(a) {
387
+ let b = this.bs;
388
+ this.bs = a;
389
+ if (b != this.bs) {
390
+ this.bj("IconColor", b, this.bs);
461
391
  }
462
392
  }
463
- get af() {
464
- return this.ac;
393
+ get ak() {
394
+ return this.ah;
465
395
  }
466
- set af(a) {
467
- let b = this.ac;
468
- this.ac = a;
469
- if (b != this.ac) {
470
- this.bb("ViewSize", b, this.ac);
396
+ set ak(a) {
397
+ let b = this.ah;
398
+ this.ah = a;
399
+ if (b != this.ah) {
400
+ this.bj("ViewSize", b, this.ah);
471
401
  }
472
402
  }
473
- get y() {
474
- return this.r.e;
403
+ get ac() {
404
+ return this.v.bx;
475
405
  }
476
- bb(a, b, c) {
477
- this.bf(a, b, c);
406
+ bj(a, b, c) {
407
+ this.bm(a, b, c);
478
408
  if (this.propertyChanged != null) {
479
409
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
480
410
  }
481
411
  }
482
- bf(a, b, c) {
412
+ bm(a, b, c) {
483
413
  switch (a) {
484
414
  case "PixelScalingRatio":
485
- this.ad = this.ae;
415
+ this.ai = this.aj;
486
416
  break;
487
417
  case "ActualPixelScalingRatio":
488
- this.r.ab();
418
+ this.s.z();
489
419
  break;
490
420
  case "IconHorizontalAlignment":
491
421
  case "IconColor":
@@ -493,89 +423,117 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
493
423
  case "CellPaddingLeft":
494
424
  case "CellPaddingRight":
495
425
  case "ViewSize":
496
- this.r.ab();
426
+ this.s.z();
497
427
  break;
498
428
  }
499
429
  }
500
430
  constructor() {
501
431
  super();
502
- this.am = null;
503
- this.w = true;
432
+ this.ar = null;
433
+ this.z = true;
504
434
  this.propertyChanged = null;
505
- this.ab = NaN;
506
- this.aa = 1;
435
+ this.ag = NaN;
436
+ this.af = 1;
507
437
  this.j = 2;
508
438
  this.i = 0;
509
- this.ag = 0;
510
- this.ah = 0;
511
- this.bm = null;
512
- this.ac = DeviceUtils.g(24);
513
- this.bp = null;
514
- this.bo = null;
515
- this.bn = null;
439
+ this.al = 0;
440
+ this.am = 0;
441
+ this.bs = null;
442
+ this.ah = DeviceUtils.g(24);
443
+ this.bv = null;
444
+ this.bu = null;
445
+ this.bt = null;
446
+ this.w = null;
447
+ this.y = false;
516
448
  this.m = null;
517
- this.u = null;
518
- this.v = false;
449
+ this.x = false;
450
+ this.v = null;
519
451
  this.f = null;
520
452
  this.dialogOpening = null;
521
453
  this.filterChanging = null;
522
454
  this.filterChanged = null;
523
- this.r = null;
455
+ this.s = null;
456
+ this._commandCompleted = null;
457
+ this._invalidateActions = null;
524
458
  this.renderCompleted = null;
525
- this.r = new GridFilterDialogView(this);
526
- this.bp = BrushUtil.h(66, 0, 0, 0);
527
- this.bo = BrushUtil.h(30, 0, 0, 0);
528
- this.bn = BrushUtil.h(20, 0, 0, 0);
529
- }
530
- bg(a, b, c) {
531
- this.r.x(a, b, c);
532
- }
533
- be() {
534
- let a = null;
535
- let b = 0;
459
+ this.s = new GridFilterDialogView(this);
460
+ this.bv = BrushUtil.h(66, 0, 0, 0);
461
+ this.bu = BrushUtil.h(30, 0, 0, 0);
462
+ this.bt = BrushUtil.h(20, 0, 0, 0);
463
+ }
464
+ bn(a, b, c) {
465
+ this.s.v(a, b, c);
466
+ this.bg();
467
+ }
468
+ get n() {
469
+ return this.m;
470
+ }
471
+ set n(a) {
472
+ let b = this.m;
473
+ this.m = a;
474
+ if (this.m != b) {
475
+ this.bf(b, this.m);
476
+ }
477
+ }
478
+ bf(a, b) {
479
+ this.x = true;
480
+ }
481
+ bg() {
482
+ NativeUIComponent.au(this.s.p(), 18, (a) => {
483
+ let b = a;
484
+ this.v = b;
485
+ this.v.b0 = 16;
486
+ this.v.b4 = BrushUtil.h(0, 0, 0, 0);
487
+ this.v.bq = runOn(this, this.a6);
488
+ this.v.by = false;
489
+ this.s.r(this.v);
490
+ this.v.c = 1;
491
+ this.v.b1 = this;
492
+ });
493
+ }
494
+ a6(a, b) {
495
+ if (this.x) {
496
+ this.x = false;
497
+ this.v.b1 = this.n;
498
+ }
499
+ if (this.n != null) {
500
+ if (this.n.grid != null) {
501
+ this.n.grid.va();
502
+ }
503
+ this.n.mx();
504
+ }
536
505
  if (this.dialogOpening != null) {
537
506
  let c = new GridFilterDialogOpeningEventArgs();
538
507
  this.dialogOpening(this, c);
539
- this.m = c.a;
540
- }
541
- this.bk(this.m);
542
- if (this.m != null) {
543
- let d = this.m;
544
- d.propertyChanged = delegateCombine(d.propertyChanged, runOn(this, this.a3));
545
508
  }
546
509
  }
547
- a3(a, b) {
510
+ a8(a, b) {
548
511
  switch (b.propertyName) {
549
- case "IsHidden":
550
- this.a2();
551
- break;
512
+ case "IsHidden": break;
552
513
  }
553
514
  }
554
- bk(a) {
555
- this.r.ac(a);
556
- }
557
- a9() {
515
+ bh() {
558
516
  }
559
- ba(a, b) {
560
- a.onModified = delegateRemove(a.onModified, runOn(this, this.bd));
517
+ bi(a, b) {
518
+ a.onModified = delegateRemove(a.onModified, runOn(this, this.bl));
561
519
  if (b) {
562
- this.bi();
520
+ this.bp();
563
521
  }
564
522
  else {
565
- this.bh(a, true);
523
+ this.bo(a, true);
566
524
  }
567
525
  this.f = null;
568
526
  }
569
- a4() {
570
- this.r.u();
571
- if (this.u == null) {
527
+ a9() {
528
+ this.s.s();
529
+ if (this.w == null) {
572
530
  let a = new AnimationKeyFrameEffectTiming();
573
531
  a.g = 200;
574
532
  a.b = 0;
575
- this.u = KeyFrameAnimationFactory.f.c(this.r.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
533
+ this.w = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
576
534
  }
577
535
  }
578
- bj() {
536
+ bq() {
579
537
  if (this.filterChanged != null) {
580
538
  this.filterChanged(this, ((() => {
581
539
  let $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -584,7 +542,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
584
542
  })()));
585
543
  }
586
544
  }
587
- bi() {
545
+ bp() {
588
546
  if (this.filterChanged != null) {
589
547
  this.filterChanged(this, ((() => {
590
548
  let $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -593,7 +551,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
593
551
  })()));
594
552
  }
595
553
  }
596
- bh(a, b) {
554
+ bo(a, b) {
597
555
  let c = this.e(a);
598
556
  if (b) {
599
557
  if (this.filterChanged != null) {
@@ -637,7 +595,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
637
595
  if (e == null) {
638
596
  e = b;
639
597
  }
640
- if (this.z(a, a.f._inner[f])) {
598
+ if (this.ae(a, a.f._inner[f])) {
641
599
  continue;
642
600
  }
643
601
  e.add(this.d(a.f._inner[f]));
@@ -647,7 +605,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
647
605
  }
648
606
  return b;
649
607
  }
650
- z(a, b) {
608
+ ae(a, b) {
651
609
  let c = 0;
652
610
  for (let d = 0; d < b.e.length; d++) {
653
611
  if (b.e[d] == b.l) {
@@ -664,14 +622,14 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
664
622
  return false;
665
623
  }
666
624
  g(a, b, c, d) {
667
- let e = this.al(c, d);
625
+ let e = this.aq(c, d);
668
626
  if (a > e) {
669
627
  b.e();
670
628
  return b.d();
671
629
  }
672
630
  return null;
673
631
  }
674
- al(a, b) {
632
+ aq(a, b) {
675
633
  let c = a.c(b);
676
634
  if (c == null) {
677
635
  return 0;
@@ -679,7 +637,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
679
637
  return a.e.indexOf(c);
680
638
  }
681
639
  h(a, b, c, d) {
682
- let e = this.al(c, d);
640
+ let e = this.aq(c, d);
683
641
  if (a < e) {
684
642
  let f = c.b(d);
685
643
  let g = new ColumnFilterConditionGroup();
@@ -698,56 +656,56 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
698
656
  c(a) {
699
657
  return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
700
658
  }
701
- bd(a) {
702
- this.bh(a, false);
659
+ bl(a) {
660
+ this.bo(a, false);
703
661
  }
704
- s(a, b) {
662
+ t(a, b) {
705
663
  let c = new GridFilterDialogViewModel();
706
664
  if (a != null) {
707
- this.a1(c, a, b);
665
+ this.a7(c, a, b);
708
666
  }
709
667
  else {
710
668
  let d = new GridFilterDialogViewModelRow();
711
669
  d.f = b;
712
670
  d.e = GridFilterDialog.a(b);
713
671
  d.d = GridFilterDialog.b(b);
714
- d.l = GridFilterDialog.au(b[0]);
672
+ d.l = GridFilterDialog.az(b[0]);
715
673
  c.f.add(d);
716
674
  }
717
675
  return c;
718
676
  }
719
- a1(a, b, c) {
677
+ a7(a, b, c) {
720
678
  if (b.isGroup()) {
721
679
  let d = b;
722
680
  for (let e = 0; e < d.count; e++) {
723
681
  let f = d.item(e);
724
- this.a1(a, f, c);
682
+ this.a7(a, f, c);
725
683
  }
726
684
  }
727
685
  else {
728
- a.f.add(this.t(b, c));
686
+ a.f.add(this.u(b, c));
729
687
  }
730
688
  }
731
- t(a, b) {
689
+ u(a, b) {
732
690
  let c = new GridFilterDialogViewModelRow();
733
- c.l = GridFilterDialog.au(a.operator);
691
+ c.l = GridFilterDialog.az(a.operator);
734
692
  c.f = b;
735
693
  c.e = GridFilterDialog.a(b);
736
- c.i = GridFilterDialog.ao(GridFilterDialog.ak(a.operator), a.operator, a);
737
- c.j = GridFilterDialog.ap(GridFilterDialog.ak(a.operator), a.operator, a);
694
+ c.i = GridFilterDialog.at(GridFilterDialog.ap(a.operator), a.operator, a);
695
+ c.j = GridFilterDialog.au(GridFilterDialog.ap(a.operator), a.operator, a);
738
696
  c.d = GridFilterDialog.b(b);
739
697
  return c;
740
698
  }
741
- static ak(a) {
699
+ static ap(a) {
742
700
  return ColumnComparisonFilterCondition.getOperandNumber(a);
743
701
  }
744
- static ao(a, b, c) {
702
+ static at(a, b, c) {
745
703
  if (a == 0) {
746
704
  return "";
747
705
  }
748
706
  return c.value != null ? c.value.toString() : "";
749
707
  }
750
- static ap(a, b, c) {
708
+ static au(a, b, c) {
751
709
  return "";
752
710
  }
753
711
  static b(a) {
@@ -760,80 +718,129 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
760
718
  }
761
719
  return b;
762
720
  }
763
- static au(a) {
721
+ static az(a) {
764
722
  return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
765
723
  }
766
- a8(a, b) {
767
- this.r.y(a, b);
724
+ be(a, b) {
725
+ this.s.w(a, b);
768
726
  }
769
- a7() {
770
- this.r.w();
727
+ bd() {
728
+ this.s.u();
771
729
  }
772
- a6(a, b, c) {
730
+ bc(a, b, c) {
773
731
  let d = Geometry.a("M12 14c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 14 12 14 z M12 8c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 8 12 8z M12 16 c1.1 0 2 0.9 2 2s -0.9 2 -2 2 s-2 -0.9 -2 -2 S10.9 16 12 16z");
774
732
  c.an = d;
775
- c._fill = this.bq == null ? GridStyleRepository.az : this.bq;
733
+ c._fill = this.bw == null ? GridStyleRepository.a5 : this.bw;
776
734
  }
777
- bl() {
778
- this.v = false;
779
- if (NativeUI.g(this.r.q) == 1) {
735
+ br() {
736
+ this.y = false;
737
+ if (NativeUI.g(this.s.q) == 1) {
780
738
  return;
781
739
  }
782
- if (this.x) {
783
- this.a4();
784
- if (this.u.playbackRate < 0) {
785
- this.u.reverse();
740
+ if (this.ab) {
741
+ this.a9();
742
+ if (this.w.playbackRate < 0) {
743
+ this.w.reverse();
786
744
  }
787
745
  else {
788
- this.u.play();
746
+ this.w.play();
789
747
  }
790
- this.u.finished.f((a) => this.u.commitStyles());
748
+ this.w.finished.f((a) => this.w.commitStyles());
791
749
  }
792
750
  else {
793
- NativeUI.y(this.r.q, 1);
751
+ NativeUI.y(this.s.q, 1);
794
752
  }
795
753
  }
796
- a5() {
797
- this.v = true;
798
- if (!this.y) {
799
- if (this.x) {
800
- this.a4();
801
- if (this.u.playbackRate < 0) {
802
- this.u.play();
754
+ bb() {
755
+ this.y = true;
756
+ if (!this.ac) {
757
+ if (this.ab) {
758
+ this.a9();
759
+ if (this.w.playbackRate < 0) {
760
+ this.w.play();
803
761
  }
804
762
  else {
805
- this.u.reverse();
763
+ this.w.reverse();
806
764
  }
807
- this.u.finished.f((a) => this.u.commitStyles());
765
+ this.w.finished.f((a) => this.w.commitStyles());
808
766
  }
809
767
  else {
810
- NativeUI.y(this.r.q, 0);
768
+ NativeUI.y(this.s.q, 0);
811
769
  }
812
- this.v = false;
770
+ this.y = false;
813
771
  }
814
772
  }
815
- a2() {
816
- this.r.t();
817
- this.a9();
818
- if (this.v) {
819
- this.a5();
820
- }
821
- if (this.m != null) {
822
- let a = this.m;
823
- a.propertyChanged = delegateRemove(a.propertyChanged, runOn(this, this.a3));
824
- this.m = null;
825
- }
773
+ get commandCompleted() {
774
+ return this._commandCompleted;
775
+ }
776
+ set commandCompleted(a) {
777
+ this._commandCompleted = a;
826
778
  }
827
- aq() {
828
- return this.r.o.getNativeElement();
779
+ get invalidateActions() {
780
+ return this._invalidateActions;
829
781
  }
830
- bc() {
782
+ set invalidateActions(a) {
783
+ this._invalidateActions = a;
784
+ }
785
+ bk() {
831
786
  if (this.renderCompleted != null) {
832
787
  this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
833
788
  }
834
789
  }
790
+ ba() {
791
+ if (this.v != null) {
792
+ if (this.n != null && this.v.b1 != this.n) {
793
+ this.v.b1 = this.n;
794
+ }
795
+ }
796
+ }
797
+ getDesiredToolbarActions() {
798
+ if (!GridFilterDialog.aa) {
799
+ GridFilterDialog.aa = true;
800
+ SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.ay);
801
+ }
802
+ let a = new ToolActionIconMenuInfo();
803
+ a.name = "DataGridColumnOptionsPlaceholder";
804
+ a.iconCollectionName = "XGrid";
805
+ a.iconName = "DotDotDot";
806
+ a.iconViewBoxWidth = 24;
807
+ a.iconViewBoxHeight = 24;
808
+ a.paddingBottom = 0;
809
+ a.paddingTop = 0;
810
+ a.paddingRight = 0;
811
+ a.paddingLeft = 0;
812
+ a.showArrowIcon = false;
813
+ a.density = 4;
814
+ a.name = "DataGridColumnOptions";
815
+ a.tooltipDelay = 500;
816
+ let b = [a];
817
+ return b;
818
+ }
819
+ addCommandAvailabilityListener(a) {
820
+ }
821
+ removeCommandAvailabilityListener(a) {
822
+ }
823
+ addCommandStateChangedListener(a) {
824
+ }
825
+ removeCommandStateChangedListener(a) {
826
+ }
827
+ onToolCommandExecuting(a) {
828
+ return 0;
829
+ }
830
+ provideContextAccessor(a) {
831
+ }
832
+ ad(e_) {
833
+ let a = e_.originalEvent.srcElement;
834
+ let b = e_.originalEvent.target;
835
+ if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
836
+ return true;
837
+ }
838
+ return false;
839
+ }
835
840
  }
836
- GridFilterDialog.$t = /*@__PURE__*/ markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type]);
841
+ GridFilterDialog.$t = /*@__PURE__*/ markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
842
+ GridFilterDialog.aa = false;
843
+ GridFilterDialog.ay = "M12 14c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 14 12 14 z M12 8c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 8 12 8z M12 16 c1.1 0 2 0.9 2 2s -0.9 2 -2 2 s-2 -0.9 -2 -2 S10.9 16 12 16z";
837
844
  return GridFilterDialog;
838
845
  })();
839
846
  /**
@@ -847,7 +854,7 @@ export let GridFilterDialogViewModel = /*@__PURE__*/ (() => {
847
854
  a.f = b;
848
855
  a.e = GridFilterDialog.a(b);
849
856
  a.d = GridFilterDialog.b(b);
850
- a.l = GridFilterDialog.au(b[0]);
857
+ a.l = GridFilterDialog.az(b[0]);
851
858
  this.f.add(a);
852
859
  }
853
860
  constructor() {