igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.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 (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -125,7 +125,7 @@ var IgxGridColumnFilterOptionsComponent = /** @class */ /*@__PURE__*/ (function
125
125
  this.i.bt();
126
126
  };
127
127
  IgxGridColumnFilterOptionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridColumnFilterOptionsComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
128
- IgxGridColumnFilterOptionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGridColumnFilterOptionsComponent, selector: "igx-grid-column-filter-options", inputs: { clearColumnFiltersCaption: "clearColumnFiltersCaption", filterListPlaceholderText: "filterListPlaceholderText", filterListDensity: "filterListDensity", actualFilterListDensity: "actualFilterListDensity", textFilterCaption: "textFilterCaption" }, host: { classAttribute: "ig-grid-column-filter-options igx-grid-column-filter-options" }, providers: [], viewQueries: [{ propertyName: "_mainDivRef", first: true, predicate: ["_mainDivRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "_clearFiltersSectionRef", first: true, predicate: ["_clearFiltersSectionRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "_filterSectionRef", first: true, predicate: ["_filterSectionRef"], descendants: true, static: true }, { propertyName: "_filterCheckboxListSectionRef", first: true, predicate: ["_filterCheckboxListSectionRef"], descendants: true, static: true }, { propertyName: "_filterButtonsSectionRef", first: true, predicate: ["_filterButtonsSectionRef"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div #_mainDivRef\n >\n <div #_clearFiltersSectionRef\n key=\"clearFiltersSection\"\n ></div>\n\n <div #_filterSectionRef\n key=\"filtersSection\"\n ></div>\n\n <igx-checkbox-list \n #_filterCheckboxListSectionRef\n key=\"filterCheckboxListSection\"\n width=\"195px\"\n ></igx-checkbox-list>\n\n <div #_filterButtonsSectionRef\n key=\"filterButtonsSection\"\n ></div>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchFocusBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
128
+ IgxGridColumnFilterOptionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGridColumnFilterOptionsComponent, selector: "igx-grid-column-filter-options", inputs: { clearColumnFiltersCaption: "clearColumnFiltersCaption", filterListPlaceholderText: "filterListPlaceholderText", filterListDensity: "filterListDensity", actualFilterListDensity: "actualFilterListDensity", textFilterCaption: "textFilterCaption" }, host: { classAttribute: "ig-grid-column-filter-options igx-grid-column-filter-options" }, providers: [], viewQueries: [{ propertyName: "_mainDivRef", first: true, predicate: ["_mainDivRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "_clearFiltersSectionRef", first: true, predicate: ["_clearFiltersSectionRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "_filterSectionRef", first: true, predicate: ["_filterSectionRef"], descendants: true, static: true }, { propertyName: "_filterCheckboxListSectionRef", first: true, predicate: ["_filterCheckboxListSectionRef"], descendants: true, static: true }, { propertyName: "_filterButtonsSectionRef", first: true, predicate: ["_filterButtonsSectionRef"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div #_mainDivRef\n >\n <div #_clearFiltersSectionRef\n key=\"clearFiltersSection\"\n ></div>\n\n <div #_filterSectionRef\n key=\"filtersSection\"\n ></div>\n\n <igx-checkbox-list \n #_filterCheckboxListSectionRef\n key=\"filterCheckboxListSection\"\n width=\"195px\"\n ></igx-checkbox-list>\n\n <div #_filterButtonsSectionRef\n key=\"filterButtonsSection\"\n ></div>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchFocusBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "scrollbarHoverBackground", "scrollbarActiveBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
129
129
  return IgxGridColumnFilterOptionsComponent;
130
130
  }(IgxGridColumnOptionsSectionBaseComponent));
131
131
  export { IgxGridColumnFilterOptionsComponent };
@@ -41,10 +41,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  * Gets or sets the color to use for the sort indicator icon
42
42
  */
43
43
  get: function () {
44
- return brushToString(this.i.hs);
44
+ return brushToString(this.i.ht);
45
45
  },
46
46
  set: function (v) {
47
- this.i.hs = stringToBrush(v);
47
+ this.i.ht = stringToBrush(v);
48
48
  },
49
49
  enumerable: false,
50
50
  configurable: true
@@ -54,30 +54,30 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
54
54
  * Gets the actual background color that is used for the cells when they are selected
55
55
  */
56
56
  get: function () {
57
- return brushToString(this.i.hq);
57
+ return brushToString(this.i.hr);
58
58
  },
59
59
  set: function (v) {
60
- this.i.hq = stringToBrush(v);
60
+ this.i.hr = stringToBrush(v);
61
61
  },
62
62
  enumerable: false,
63
63
  configurable: true
64
64
  });
65
65
  Object.defineProperty(IgxHeaderComponent.prototype, "sortIndicatorStyle", {
66
66
  get: function () {
67
- return this.i.g5;
67
+ return this.i.g6;
68
68
  },
69
69
  set: function (v) {
70
- this.i.g5 = ensureEnum(SortIndicatorStyle_$type, v);
70
+ this.i.g6 = ensureEnum(SortIndicatorStyle_$type, v);
71
71
  },
72
72
  enumerable: false,
73
73
  configurable: true
74
74
  });
75
75
  Object.defineProperty(IgxHeaderComponent.prototype, "actualSortIndicatorStyle", {
76
76
  get: function () {
77
- return this.i.g4;
77
+ return this.i.g5;
78
78
  },
79
79
  set: function (v) {
80
- this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
80
+ this.i.g5 = ensureEnum(SortIndicatorStyle_$type, v);
81
81
  },
82
82
  enumerable: false,
83
83
  configurable: true
@@ -87,10 +87,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
87
87
  * Gets or sets the amount of left padding to use for the cell content.
88
88
  */
89
89
  get: function () {
90
- return this.i.hb;
90
+ return this.i.hc;
91
91
  },
92
92
  set: function (v) {
93
- this.i.hb = +v;
93
+ this.i.hc = +v;
94
94
  },
95
95
  enumerable: false,
96
96
  configurable: true
@@ -100,10 +100,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
100
100
  * Gets or sets the amount of top padding to use for the cell content.
101
101
  */
102
102
  get: function () {
103
- return this.i.hd;
103
+ return this.i.he;
104
104
  },
105
105
  set: function (v) {
106
- this.i.hd = +v;
106
+ this.i.he = +v;
107
107
  },
108
108
  enumerable: false,
109
109
  configurable: true
@@ -113,10 +113,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
113
113
  * Gets or sets the amount of right padding to use for the cell content.
114
114
  */
115
115
  get: function () {
116
- return this.i.hc;
116
+ return this.i.hd;
117
117
  },
118
118
  set: function (v) {
119
- this.i.hc = +v;
119
+ this.i.hd = +v;
120
120
  },
121
121
  enumerable: false,
122
122
  configurable: true
@@ -126,10 +126,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
126
126
  * Gets or sets the amount of bottom padding to use for the cell content.
127
127
  */
128
128
  get: function () {
129
- return this.i.ha;
129
+ return this.i.hb;
130
130
  },
131
131
  set: function (v) {
132
- this.i.ha = +v;
132
+ this.i.hb = +v;
133
133
  },
134
134
  enumerable: false,
135
135
  configurable: true
@@ -30,10 +30,10 @@ var IgxImageCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
30
30
  * Sets or gets the resource path to use to get the image for the cell.
31
31
  */
32
32
  get: function () {
33
- return this.i.oh;
33
+ return this.i.ok;
34
34
  },
35
35
  set: function (v) {
36
- this.i.oh = v;
36
+ this.i.ok = v;
37
37
  },
38
38
  enumerable: false,
39
39
  configurable: true
@@ -43,10 +43,10 @@ var IgxImageCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
43
43
  * Sets or gets the image stretching behavior for the image.
44
44
  */
45
45
  get: function () {
46
- return this.i.oc;
46
+ return this.i.of;
47
47
  },
48
48
  set: function (v) {
49
- this.i.oc = ensureEnum(ImageStretchOptions_$type, v);
49
+ this.i.of = ensureEnum(ImageStretchOptions_$type, v);
50
50
  },
51
51
  enumerable: false,
52
52
  configurable: true
@@ -56,10 +56,10 @@ var IgxImageCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
56
56
  * Sets or gets the image resource type. Indicates which type of resource should be fetched and how ImagePath should be interpreted.
57
57
  */
58
58
  get: function () {
59
- return this.i.oa;
59
+ return this.i.od;
60
60
  },
61
61
  set: function (v) {
62
- this.i.oa = ensureEnum(ImageResourceType_$type, v);
62
+ this.i.od = ensureEnum(ImageResourceType_$type, v);
63
63
  },
64
64
  enumerable: false,
65
65
  configurable: true
@@ -47,10 +47,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
47
47
  * Gets or sets the stretch option to use when rendering images
48
48
  */
49
49
  get: function () {
50
- return this.i.si;
50
+ return this.i.s4;
51
51
  },
52
52
  set: function (v) {
53
- this.i.si = ensureEnum(ImageStretchOptions_$type, v);
53
+ this.i.s4 = ensureEnum(ImageStretchOptions_$type, v);
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -60,10 +60,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
60
60
  * Gets or sets the editor type used for editing cells in this column.
61
61
  */
62
62
  get: function () {
63
- return this.i.se;
63
+ return this.i.s0;
64
64
  },
65
65
  set: function (v) {
66
- this.i.se = ensureEnum(EditorType_$type, v);
66
+ this.i.s0 = ensureEnum(EditorType_$type, v);
67
67
  },
68
68
  enumerable: false,
69
69
  configurable: true
@@ -73,10 +73,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73
73
  * Gets or sets the ComboBox data source.
74
74
  */
75
75
  get: function () {
76
- return this.i.sj;
76
+ return this.i.s5;
77
77
  },
78
78
  set: function (v) {
79
- this.i.sj = v;
79
+ this.i.s5 = v;
80
80
  },
81
81
  enumerable: false,
82
82
  configurable: true
@@ -86,10 +86,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
86
86
  * Gets or sets the ComboBox text field.
87
87
  */
88
88
  get: function () {
89
- return this.i.sk;
89
+ return this.i.s6;
90
90
  },
91
91
  set: function (v) {
92
- this.i.sk = v;
92
+ this.i.s6 = v;
93
93
  },
94
94
  enumerable: false,
95
95
  configurable: true
@@ -99,10 +99,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
99
99
  * Gets or sets the ComboBox value field.
100
100
  */
101
101
  get: function () {
102
- return this.i.sl;
102
+ return this.i.s7;
103
103
  },
104
104
  set: function (v) {
105
- this.i.sl = v;
105
+ this.i.s7 = v;
106
106
  },
107
107
  enumerable: false,
108
108
  configurable: true
@@ -293,8 +293,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
293
293
  },
294
294
  set: function (v) {
295
295
  this.ensureContentPadding();
296
- this.i.im.bottom = +v;
297
- this.i.im = this.i.im;
296
+ var __nv = +v;
297
+ if (this.i.im.bottom === __nv) {
298
+ return;
299
+ }
300
+ var __copy = new Thickness(2);
301
+ __copy.bottom = __nv;
302
+ __copy.left = this.i.im.left;
303
+ __copy.right = this.i.im.right;
304
+ __copy.top = this.i.im.top;
305
+ this.i.im = __copy;
298
306
  },
299
307
  enumerable: false,
300
308
  configurable: true
@@ -305,8 +313,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
305
313
  },
306
314
  set: function (v) {
307
315
  this.ensureContentPadding();
308
- this.i.im.left = +v;
309
- this.i.im = this.i.im;
316
+ var __nv = +v;
317
+ if (this.i.im.left === __nv) {
318
+ return;
319
+ }
320
+ var __copy = new Thickness(2);
321
+ __copy.left = __nv;
322
+ __copy.bottom = this.i.im.bottom;
323
+ __copy.right = this.i.im.right;
324
+ __copy.top = this.i.im.top;
325
+ this.i.im = __copy;
310
326
  },
311
327
  enumerable: false,
312
328
  configurable: true
@@ -317,8 +333,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
317
333
  },
318
334
  set: function (v) {
319
335
  this.ensureContentPadding();
320
- this.i.im.right = +v;
321
- this.i.im = this.i.im;
336
+ var __nv = +v;
337
+ if (this.i.im.right === __nv) {
338
+ return;
339
+ }
340
+ var __copy = new Thickness(2);
341
+ __copy.right = __nv;
342
+ __copy.bottom = this.i.im.bottom;
343
+ __copy.left = this.i.im.left;
344
+ __copy.top = this.i.im.top;
345
+ this.i.im = __copy;
322
346
  },
323
347
  enumerable: false,
324
348
  configurable: true
@@ -329,8 +353,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
329
353
  },
330
354
  set: function (v) {
331
355
  this.ensureContentPadding();
332
- this.i.im.top = +v;
333
- this.i.im = this.i.im;
356
+ var __nv = +v;
357
+ if (this.i.im.top === __nv) {
358
+ return;
359
+ }
360
+ var __copy = new Thickness(2);
361
+ __copy.top = __nv;
362
+ __copy.bottom = this.i.im.bottom;
363
+ __copy.left = this.i.im.left;
364
+ __copy.right = this.i.im.right;
365
+ this.i.im = __copy;
334
366
  },
335
367
  enumerable: false,
336
368
  configurable: true
@@ -347,8 +379,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
347
379
  },
348
380
  set: function (v) {
349
381
  this.ensureActualContentPadding();
350
- this.i.il.bottom = +v;
351
- this.i.il = this.i.il;
382
+ var __nv = +v;
383
+ if (this.i.il.bottom === __nv) {
384
+ return;
385
+ }
386
+ var __copy = new Thickness(2);
387
+ __copy.bottom = __nv;
388
+ __copy.left = this.i.il.left;
389
+ __copy.right = this.i.il.right;
390
+ __copy.top = this.i.il.top;
391
+ this.i.il = __copy;
352
392
  },
353
393
  enumerable: false,
354
394
  configurable: true
@@ -359,8 +399,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
359
399
  },
360
400
  set: function (v) {
361
401
  this.ensureActualContentPadding();
362
- this.i.il.left = +v;
363
- this.i.il = this.i.il;
402
+ var __nv = +v;
403
+ if (this.i.il.left === __nv) {
404
+ return;
405
+ }
406
+ var __copy = new Thickness(2);
407
+ __copy.left = __nv;
408
+ __copy.bottom = this.i.il.bottom;
409
+ __copy.right = this.i.il.right;
410
+ __copy.top = this.i.il.top;
411
+ this.i.il = __copy;
364
412
  },
365
413
  enumerable: false,
366
414
  configurable: true
@@ -371,8 +419,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
371
419
  },
372
420
  set: function (v) {
373
421
  this.ensureActualContentPadding();
374
- this.i.il.right = +v;
375
- this.i.il = this.i.il;
422
+ var __nv = +v;
423
+ if (this.i.il.right === __nv) {
424
+ return;
425
+ }
426
+ var __copy = new Thickness(2);
427
+ __copy.right = __nv;
428
+ __copy.bottom = this.i.il.bottom;
429
+ __copy.left = this.i.il.left;
430
+ __copy.top = this.i.il.top;
431
+ this.i.il = __copy;
376
432
  },
377
433
  enumerable: false,
378
434
  configurable: true
@@ -383,8 +439,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
383
439
  },
384
440
  set: function (v) {
385
441
  this.ensureActualContentPadding();
386
- this.i.il.top = +v;
387
- this.i.il = this.i.il;
442
+ var __nv = +v;
443
+ if (this.i.il.top === __nv) {
444
+ return;
445
+ }
446
+ var __copy = new Thickness(2);
447
+ __copy.top = __nv;
448
+ __copy.bottom = this.i.il.bottom;
449
+ __copy.left = this.i.il.left;
450
+ __copy.right = this.i.il.right;
451
+ this.i.il = __copy;
388
452
  },
389
453
  enumerable: false,
390
454
  configurable: true
@@ -401,8 +465,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
401
465
  },
402
466
  set: function (v) {
403
467
  this.ensureCornerRadius();
404
- this.i.gx.c = +v;
405
- this.i.gx = this.i.gx;
468
+ var __nv = +v;
469
+ if (this.i.gx.c === __nv) {
470
+ return;
471
+ }
472
+ var __copy = new CornerRadius(2);
473
+ __copy.c = __nv;
474
+ __copy.b = this.i.gx.b;
475
+ __copy.d = this.i.gx.d;
476
+ __copy.e = this.i.gx.e;
477
+ this.i.gx = __copy;
406
478
  },
407
479
  enumerable: false,
408
480
  configurable: true
@@ -413,8 +485,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
413
485
  },
414
486
  set: function (v) {
415
487
  this.ensureCornerRadius();
416
- this.i.gx.b = +v;
417
- this.i.gx = this.i.gx;
488
+ var __nv = +v;
489
+ if (this.i.gx.b === __nv) {
490
+ return;
491
+ }
492
+ var __copy = new CornerRadius(2);
493
+ __copy.b = __nv;
494
+ __copy.c = this.i.gx.c;
495
+ __copy.d = this.i.gx.d;
496
+ __copy.e = this.i.gx.e;
497
+ this.i.gx = __copy;
418
498
  },
419
499
  enumerable: false,
420
500
  configurable: true
@@ -425,8 +505,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
425
505
  },
426
506
  set: function (v) {
427
507
  this.ensureCornerRadius();
428
- this.i.gx.d = +v;
429
- this.i.gx = this.i.gx;
508
+ var __nv = +v;
509
+ if (this.i.gx.d === __nv) {
510
+ return;
511
+ }
512
+ var __copy = new CornerRadius(2);
513
+ __copy.d = __nv;
514
+ __copy.c = this.i.gx.c;
515
+ __copy.b = this.i.gx.b;
516
+ __copy.e = this.i.gx.e;
517
+ this.i.gx = __copy;
430
518
  },
431
519
  enumerable: false,
432
520
  configurable: true
@@ -437,8 +525,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
437
525
  },
438
526
  set: function (v) {
439
527
  this.ensureCornerRadius();
440
- this.i.gx.e = +v;
441
- this.i.gx = this.i.gx;
528
+ var __nv = +v;
529
+ if (this.i.gx.e === __nv) {
530
+ return;
531
+ }
532
+ var __copy = new CornerRadius(2);
533
+ __copy.e = __nv;
534
+ __copy.c = this.i.gx.c;
535
+ __copy.b = this.i.gx.b;
536
+ __copy.d = this.i.gx.d;
537
+ this.i.gx = __copy;
442
538
  },
443
539
  enumerable: false,
444
540
  configurable: true
@@ -455,8 +551,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
455
551
  },
456
552
  set: function (v) {
457
553
  this.ensureActualCornerRadius();
458
- this.i.gw.c = +v;
459
- this.i.gw = this.i.gw;
554
+ var __nv = +v;
555
+ if (this.i.gw.c === __nv) {
556
+ return;
557
+ }
558
+ var __copy = new CornerRadius(2);
559
+ __copy.c = __nv;
560
+ __copy.b = this.i.gw.b;
561
+ __copy.d = this.i.gw.d;
562
+ __copy.e = this.i.gw.e;
563
+ this.i.gw = __copy;
460
564
  },
461
565
  enumerable: false,
462
566
  configurable: true
@@ -467,8 +571,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
467
571
  },
468
572
  set: function (v) {
469
573
  this.ensureActualCornerRadius();
470
- this.i.gw.b = +v;
471
- this.i.gw = this.i.gw;
574
+ var __nv = +v;
575
+ if (this.i.gw.b === __nv) {
576
+ return;
577
+ }
578
+ var __copy = new CornerRadius(2);
579
+ __copy.b = __nv;
580
+ __copy.c = this.i.gw.c;
581
+ __copy.d = this.i.gw.d;
582
+ __copy.e = this.i.gw.e;
583
+ this.i.gw = __copy;
472
584
  },
473
585
  enumerable: false,
474
586
  configurable: true
@@ -479,8 +591,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
479
591
  },
480
592
  set: function (v) {
481
593
  this.ensureActualCornerRadius();
482
- this.i.gw.d = +v;
483
- this.i.gw = this.i.gw;
594
+ var __nv = +v;
595
+ if (this.i.gw.d === __nv) {
596
+ return;
597
+ }
598
+ var __copy = new CornerRadius(2);
599
+ __copy.d = __nv;
600
+ __copy.c = this.i.gw.c;
601
+ __copy.b = this.i.gw.b;
602
+ __copy.e = this.i.gw.e;
603
+ this.i.gw = __copy;
484
604
  },
485
605
  enumerable: false,
486
606
  configurable: true
@@ -491,8 +611,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
491
611
  },
492
612
  set: function (v) {
493
613
  this.ensureActualCornerRadius();
494
- this.i.gw.e = +v;
495
- this.i.gw = this.i.gw;
614
+ var __nv = +v;
615
+ if (this.i.gw.e === __nv) {
616
+ return;
617
+ }
618
+ var __copy = new CornerRadius(2);
619
+ __copy.e = __nv;
620
+ __copy.c = this.i.gw.c;
621
+ __copy.b = this.i.gw.b;
622
+ __copy.d = this.i.gw.d;
623
+ this.i.gw = __copy;
496
624
  },
497
625
  enumerable: false,
498
626
  configurable: true