igniteui-webcomponents-data-grids 6.0.1-beta.1 → 6.0.2-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 (241) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +12298 -10495
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +3 -3
  4. package/esm2015/lib/CanvasCellPresenterBase.js +14 -14
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +18 -18
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +9 -9
  7. package/esm2015/lib/CanvasGridCellBase.js +9 -9
  8. package/esm2015/lib/CanvasImageCellPresenter.js +10 -10
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +10 -10
  11. package/esm2015/lib/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +8 -8
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
  15. package/esm2015/lib/CanvasTextCellPresenter.js +10 -10
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +13 -13
  17. package/esm2015/lib/CellPresenterBase.js +64 -39
  18. package/esm2015/lib/CheckboxListView_combined.js +49 -49
  19. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8409 -7998
  21. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  22. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  23. package/esm2015/lib/ColumnSortDescription.js +6 -1
  24. package/esm2015/lib/ColumnSummaryDescription.js +6 -1
  25. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  26. package/esm2015/lib/ContentCellModelHelper.js +46 -33
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +19 -19
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +10 -10
  31. package/esm2015/lib/EditorCell.js +308 -308
  32. package/esm2015/lib/EditorCellPresenter.js +28 -28
  33. package/esm2015/lib/EditorRowCell.js +1 -1
  34. package/esm2015/lib/FilterCell.js +278 -278
  35. package/esm2015/lib/FilterCellPresenter.js +18 -18
  36. package/esm2015/lib/GridCellBase.js +587 -317
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +11 -11
  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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -14
  46. package/esm2015/lib/GridConditionalStyleFontInfo.js +26 -0
  47. package/esm2015/lib/GridConditionalStyleProperty.js +326 -205
  48. package/esm2015/lib/GridExternalWrapper.js +6 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  50. package/esm2015/lib/GridStyleRepository.js +1 -1
  51. package/esm2015/lib/ImageCell.js +62 -62
  52. package/esm2015/lib/ImageCellPresenter.js +18 -18
  53. package/esm2015/lib/MultiColumnComboBoxView_combined.js +15 -15
  54. package/esm2015/lib/NumericCell.js +9 -5
  55. package/esm2015/lib/NumericCellPresenter.js +10 -10
  56. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  57. package/esm2015/lib/SectionHeaderCell.js +17 -17
  58. package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
  59. package/esm2015/lib/SummaryCell.js +41 -41
  60. package/esm2015/lib/SummaryCellPresenter.js +14 -14
  61. package/esm2015/lib/TemplateCell.js +16 -16
  62. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  63. package/esm2015/lib/TemplateHeader.js +8 -8
  64. package/esm2015/lib/TemplateHeaderCell.js +6 -6
  65. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  66. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  67. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  68. package/esm2015/lib/TextCell.js +35 -30
  69. package/esm2015/lib/TextCellDecoration.js +33 -0
  70. package/esm2015/lib/TextCellPresenter.js +11 -11
  71. package/esm2015/lib/TextHeaderCell.js +157 -150
  72. package/esm2015/lib/TextHeaderCellPresenter.js +35 -35
  73. package/esm2015/lib/TextIconSetConditionalStyle.js +14 -9
  74. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  75. package/esm2015/lib/igc-cell-info.js +301 -190
  76. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  77. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  78. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  79. package/esm2015/lib/igc-data-grid-column-component.js +284 -160
  80. package/esm2015/lib/igc-data-grid-component.js +64 -4
  81. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  82. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  83. package/esm2015/lib/igc-definition-base-component.js +66 -65
  84. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  85. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  86. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  87. package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  88. package/esm2015/lib/igc-grid-conditional-style-font-info-component.js +214 -0
  89. package/esm2015/lib/igc-grid-conditional-style-font-info-module.js +16 -0
  90. package/esm2015/lib/igc-grid-conditional-style-property-component.js +101 -35
  91. package/esm2015/lib/igc-header-component.js +24 -24
  92. package/esm2015/lib/igc-image-cell-info.js +6 -6
  93. package/esm2015/lib/igc-image-column-component.js +12 -12
  94. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  95. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  96. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  97. package/esm2015/lib/igc-section-header-component.js +24 -24
  98. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  99. package/esm2015/lib/igc-summary-row-component.js +24 -24
  100. package/esm2015/lib/igc-template-cell-info.js +2 -2
  101. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  102. package/esm2015/lib/igc-text-cell-info.js +2 -2
  103. package/esm2015/lib/igc-text-column-component.js +9 -9
  104. package/esm2015/lib/igc-text-header-cell-info.js +10 -10
  105. package/esm2015/public_api.js +4 -0
  106. package/esm5/lib/AccessibilityRow.js +3 -3
  107. package/esm5/lib/CanvasCellPresenterBase.js +14 -14
  108. package/esm5/lib/CanvasContentCellModelHelper.js +18 -18
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +9 -9
  110. package/esm5/lib/CanvasGridCellBase.js +9 -9
  111. package/esm5/lib/CanvasImageCellPresenter.js +10 -10
  112. package/esm5/lib/CanvasNumericCellPresenter.js +9 -9
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +10 -10
  114. package/esm5/lib/CanvasSummaryCell.js +1 -1
  115. package/esm5/lib/CanvasSummaryCellPresenter.js +8 -8
  116. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  117. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
  118. package/esm5/lib/CanvasTextCellPresenter.js +10 -10
  119. package/esm5/lib/CanvasTextHeaderCellPresenter.js +13 -13
  120. package/esm5/lib/CellPresenterBase.js +64 -39
  121. package/esm5/lib/CheckboxListView_combined.js +49 -49
  122. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  123. package/esm5/lib/ColumnFilterCondition_combined.js +8205 -7695
  124. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  125. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  126. package/esm5/lib/ColumnSortDescription.js +6 -1
  127. package/esm5/lib/ColumnSummaryDescription.js +6 -1
  128. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  129. package/esm5/lib/ContentCellModelHelper.js +46 -33
  130. package/esm5/lib/DataGridCellLayoutPanel.js +19 -19
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +10 -10
  134. package/esm5/lib/EditorCell.js +291 -291
  135. package/esm5/lib/EditorCellPresenter.js +28 -28
  136. package/esm5/lib/EditorRowCell.js +1 -1
  137. package/esm5/lib/FilterCell.js +266 -266
  138. package/esm5/lib/FilterCellPresenter.js +18 -18
  139. package/esm5/lib/GridCellBase.js +625 -311
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +11 -11
  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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -22
  149. package/esm5/lib/GridConditionalStyleFontInfo.js +32 -0
  150. package/esm5/lib/GridConditionalStyleProperty.js +343 -194
  151. package/esm5/lib/GridExternalWrapper.js +6 -6
  152. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  153. package/esm5/lib/GridStyleRepository.js +1 -1
  154. package/esm5/lib/ImageCell.js +61 -61
  155. package/esm5/lib/ImageCellPresenter.js +18 -18
  156. package/esm5/lib/MultiColumnComboBoxView_combined.js +15 -15
  157. package/esm5/lib/NumericCell.js +9 -5
  158. package/esm5/lib/NumericCellPresenter.js +10 -10
  159. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  160. package/esm5/lib/SectionHeaderCell.js +17 -17
  161. package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
  162. package/esm5/lib/SummaryCell.js +41 -41
  163. package/esm5/lib/SummaryCellPresenter.js +14 -14
  164. package/esm5/lib/TemplateCell.js +16 -16
  165. package/esm5/lib/TemplateCellPresenter.js +5 -5
  166. package/esm5/lib/TemplateHeader.js +8 -8
  167. package/esm5/lib/TemplateHeaderCell.js +6 -6
  168. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  169. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  170. package/esm5/lib/TemplateSectionHeader.js +2 -2
  171. package/esm5/lib/TextCell.js +35 -30
  172. package/esm5/lib/TextCellDecoration.js +33 -0
  173. package/esm5/lib/TextCellPresenter.js +11 -11
  174. package/esm5/lib/TextHeaderCell.js +155 -148
  175. package/esm5/lib/TextHeaderCellPresenter.js +35 -35
  176. package/esm5/lib/TextIconSetConditionalStyle.js +14 -9
  177. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  178. package/esm5/lib/igc-cell-info.js +349 -190
  179. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  180. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  181. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  182. package/esm5/lib/igc-data-grid-column-component.js +332 -160
  183. package/esm5/lib/igc-data-grid-component.js +68 -4
  184. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  185. package/esm5/lib/igc-date-time-column-component.js +23 -23
  186. package/esm5/lib/igc-definition-base-component.js +66 -65
  187. package/esm5/lib/igc-editor-cell-info.js +23 -23
  188. package/esm5/lib/igc-filter-cell-info.js +26 -26
  189. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  190. package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  191. package/esm5/lib/igc-grid-conditional-style-font-info-component.js +232 -0
  192. package/esm5/lib/igc-grid-conditional-style-font-info-module.js +20 -0
  193. package/esm5/lib/igc-grid-conditional-style-property-component.js +128 -34
  194. package/esm5/lib/igc-header-component.js +24 -24
  195. package/esm5/lib/igc-image-cell-info.js +6 -6
  196. package/esm5/lib/igc-image-column-component.js +12 -12
  197. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  198. package/esm5/lib/igc-numeric-column-component.js +35 -35
  199. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  200. package/esm5/lib/igc-section-header-component.js +24 -24
  201. package/esm5/lib/igc-summary-cell-info.js +9 -9
  202. package/esm5/lib/igc-summary-row-component.js +24 -24
  203. package/esm5/lib/igc-template-cell-info.js +2 -2
  204. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  205. package/esm5/lib/igc-text-cell-info.js +2 -2
  206. package/esm5/lib/igc-text-column-component.js +9 -9
  207. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  208. package/esm5/public_api.js +4 -0
  209. package/fesm2015/igniteui-webcomponents-data-grids.js +12290 -10806
  210. package/fesm5/igniteui-webcomponents-data-grids.js +12295 -10497
  211. package/lib/ColumnFilterCondition_combined.d.ts +1999 -1901
  212. package/lib/ContentCellModelHelper.d.ts +4 -4
  213. package/lib/EditorCell.d.ts +74 -74
  214. package/lib/FilterCell.d.ts +61 -61
  215. package/lib/GridCellBase.d.ts +140 -95
  216. package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +2 -6
  217. package/lib/GridConditionalStyleFontInfo.d.ts +11 -0
  218. package/lib/GridConditionalStyleProperty.d.ts +84 -61
  219. package/lib/ImageCell.d.ts +20 -20
  220. package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
  221. package/lib/NumericCell.d.ts +2 -1
  222. package/lib/SectionHeaderCell.d.ts +4 -4
  223. package/lib/SummaryCell.d.ts +11 -11
  224. package/lib/TemplateCell.d.ts +6 -6
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +3 -3
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +10 -8
  230. package/lib/TextCellDecoration.d.ts +26 -0
  231. package/lib/TextHeaderCell.d.ts +37 -35
  232. package/lib/VerticalSeparatorCell.d.ts +9 -9
  233. package/lib/igc-cell-info.d.ts +58 -0
  234. package/lib/igc-data-grid-column-component.d.ts +62 -1
  235. package/lib/igc-data-grid-component.d.ts +15 -1
  236. package/lib/igc-definition-base-component.d.ts +1 -1
  237. package/lib/igc-grid-conditional-style-font-info-component.d.ts +44 -0
  238. package/lib/igc-grid-conditional-style-font-info-module.d.ts +3 -0
  239. package/lib/igc-grid-conditional-style-property-component.d.ts +17 -2
  240. package/package.json +4 -4
  241. package/public_api.d.ts +4 -0
@@ -10,6 +10,7 @@ import { MergedCellEvaluationCriteria } from "./MergedCellEvaluationCriteria";
10
10
  import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
11
11
  import { FilterComparisonType } from "./FilterComparisonType";
12
12
  import { IgcGridFilterOperandsCollection } from "./igc-grid-filter-operands-collection";
13
+ import { TextCellDecoration } from "./TextCellDecoration";
13
14
  import { IgcFormatCellEventArgs } from "./igc-format-cell-event-args";
14
15
  import { CellPropertyAnimationType } from "./CellPropertyAnimationType";
15
16
  import { IgcDefinitionBaseComponent } from "./igc-definition-base-component";
@@ -314,6 +315,66 @@ export declare abstract class IgcDataGridColumnComponent extends IgcDefinitionBa
314
315
  */
315
316
  get filterOperands(): IgcGridFilterOperandsCollection;
316
317
  set filterOperands(v: IgcGridFilterOperandsCollection);
318
+ /**
319
+ * Gets or sets the text to display in the suffix area of cells in this column.
320
+ */
321
+ get suffixText(): string;
322
+ set suffixText(v: string);
323
+ /**
324
+ * Gets or sets the color of the text in the suffix area of the cells in this column.
325
+ */
326
+ get suffixTextColor(): string;
327
+ set suffixTextColor(v: string);
328
+ /**
329
+ * Gets or sets the font of the suffix text.
330
+ */
331
+ get suffixTextStyle(): string;
332
+ set suffixTextStyle(v: string);
333
+ /**
334
+ * Gets or sets the icon to use in the suffix area of the cells in this column.
335
+ */
336
+ get suffixIconName(): string;
337
+ set suffixIconName(v: string);
338
+ /**
339
+ * Gets or sets the icon to use in the suffix area of the cells in this column.
340
+ */
341
+ get suffixIconCollectionName(): string;
342
+ set suffixIconCollectionName(v: string);
343
+ /**
344
+ * Gets or sets the stroke color of suffix icon.
345
+ */
346
+ get suffixIconStroke(): string;
347
+ set suffixIconStroke(v: string);
348
+ /**
349
+ * Gets or sets the fill color of suffix icon.
350
+ */
351
+ get suffixIconFill(): string;
352
+ set suffixIconFill(v: string);
353
+ /**
354
+ * Gets or sets the suffix icon's viewbox x coordinate.
355
+ */
356
+ get suffixIconViewBoxLeft(): number;
357
+ set suffixIconViewBoxLeft(v: number);
358
+ /**
359
+ * Gets or sets the suffix icon's viewbox y coordinate.
360
+ */
361
+ get suffixIconViewBoxTop(): number;
362
+ set suffixIconViewBoxTop(v: number);
363
+ /**
364
+ * Gets or sets the suffix icon's viewbox width.
365
+ */
366
+ get suffixIconViewBoxWidth(): number;
367
+ set suffixIconViewBoxWidth(v: number);
368
+ /**
369
+ * Gets or sets the suffix icon's viewbox height.
370
+ */
371
+ get suffixIconViewBoxHeight(): number;
372
+ set suffixIconViewBoxHeight(v: number);
373
+ /**
374
+ * Gets or sets the text decoration to apply to cells in this column.
375
+ */
376
+ get textDecoration(): TextCellDecoration;
377
+ set textDecoration(v: TextCellDecoration);
317
378
  findByName(name: string): any;
318
379
  protected _styling(container: any, component: any, parent?: any): void;
319
380
  /**
@@ -321,7 +382,7 @@ export declare abstract class IgcDataGridColumnComponent extends IgcDefinitionBa
321
382
 
322
383
  */
323
384
  getUniqueKey(): string;
324
- setNamedHeaderValue(valueName: string, animationType: CellPropertyAnimationType, value: any): void;
385
+ setNamedHeaderValue(valueName: string, animationType: CellPropertyAnimationType | string, value: any): void;
325
386
  /**
326
387
  * Returns if the column has named header values.
327
388
 
@@ -143,6 +143,7 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
143
143
  disconnectedCallback(): void;
144
144
  private _initialized;
145
145
  connectedCallback(): void;
146
+ private onMouseEvent;
146
147
  private SetupColumnGrouping;
147
148
  private showPager;
148
149
  private hidePager;
@@ -824,6 +825,11 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
824
825
  */
825
826
  get isActiveCellStyleEnabled(): boolean;
826
827
  set isActiveCellStyleEnabled(v: boolean);
828
+ /**
829
+ * Prevents mouse events from bubbling out of the grid.
830
+ */
831
+ get stopPropagation(): boolean;
832
+ set stopPropagation(v: boolean);
827
833
  private _responsiveStates;
828
834
  /**
829
835
  * A set of states that can be applied to the columns of the grid based on available space.
@@ -1085,7 +1091,7 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
1085
1091
  notifyScrollStart(): void;
1086
1092
  notifyScrollStop(): void;
1087
1093
  exchangeColumn(newColumn: IgcDataGridColumnComponent, oldColumn: IgcDataGridColumnComponent): void;
1088
- pinColumn(column: IgcDataGridColumnComponent, position: PinnedPositions): void;
1094
+ pinColumn(column: IgcDataGridColumnComponent, position: PinnedPositions | string): void;
1089
1095
  moveColumn(oldIndex: number, newIndex: number): void;
1090
1096
  /**
1091
1097
  * Moves a column to the left, if possible.
@@ -1286,6 +1292,14 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
1286
1292
 
1287
1293
  */
1288
1294
  loadLayout(json: string): void;
1295
+ registerIconFromText(iconCollection: string, iconName: string, iconText: string): void;
1296
+ getIconFromCache(iconCollection: string, iconName: string): string;
1297
+ registerMultiPathSVG(iconCollection: string, iconName: string, multiPathSVG: string[]): void;
1298
+ getMultiPathSVGFromCache(iconCollection: string, iconName: string): string[];
1299
+ registerIconFromDataURL(iconCollection: string, iconName: string, dataURL: string): void;
1300
+ getDataURLFromCache(iconCollection: string, iconName: string): string;
1301
+ registerIconSource(iconCollection: string, iconName: string, source: any): void;
1302
+ getIconSource(iconCollection: string, iconName: string): any;
1289
1303
  private _filterExpressionsChanging;
1290
1304
  private _filterExpressionsChanging_wrapped;
1291
1305
  get filterExpressionsChanging(): (s: IgcDataGridComponent, e: IgcGridFilterExpressionsEventArgs) => void;
@@ -272,7 +272,7 @@ export declare abstract class IgcDefinitionBaseComponent extends IgcHTMLElement
272
272
  transitionStyleOut(style: IgcGridConditionalStyleComponent): void;
273
273
  transitionStyleIn(style: IgcGridConditionalStyleComponent): void;
274
274
  isStyleTransitioningOut(style: IgcGridConditionalStyleComponent): boolean;
275
- setNamedValue(valueName: string, animationType: CellPropertyAnimationType, value: any): void;
275
+ setNamedValue(valueName: string, animationType: CellPropertyAnimationType | string, value: any): void;
276
276
  /**
277
277
  * Returns if this definition has named value.
278
278
 
@@ -0,0 +1,44 @@
1
+ import { IgcHTMLElement } from "igniteui-webcomponents-core";
2
+ import { GridConditionalStyleFontInfo } from "./GridConditionalStyleFontInfo";
3
+ export declare class IgcGridConditionalStyleFontInfoComponent extends IgcHTMLElement {
4
+ protected createImplementation(): GridConditionalStyleFontInfo;
5
+ protected _implementation: any;
6
+ /**
7
+ * @hidden
8
+ */
9
+ get i(): GridConditionalStyleFontInfo; /**
10
+ * @hidden
11
+ */
12
+ static _createFromInternal(internal: any): IgcGridConditionalStyleFontInfoComponent;
13
+ private onImplementationCreated;
14
+ constructor();
15
+ private _settingAttributes;
16
+ protected _attached: boolean;
17
+ private _queuedSetAttributes;
18
+ protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
19
+ protected _flushQueuedAttributes(): void;
20
+ protected _a(attrName: string, attrValue: any): void;
21
+ connectedCallback(): void;
22
+ disconnectedCallback(): void;
23
+ private static _observedAttributesIgcGridConditionalStyleFontInfoComponent;
24
+ static get observedAttributes(): string[];
25
+ private _updatingFromAttribute;
26
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
27
+ static htmlTagName: string;
28
+ protected static _isElementRegistered: boolean;
29
+ static register(): void;
30
+ /**
31
+ * Gets or sets the font info for a conditional style.
32
+ */
33
+ get textStyle(): string;
34
+ set textStyle(v: string);
35
+ findByName(name: string): any;
36
+ protected __p: string;
37
+ protected _hasUserValues: Set<string>;
38
+ protected get hasUserValues(): Set<string>;
39
+ protected __m(propertyName: string): void;
40
+ protected _stylingContainer: any;
41
+ protected _stylingParent: any;
42
+ protected _inStyling: boolean;
43
+ protected _styling(container: any, component: any, parent?: any): void;
44
+ }
@@ -0,0 +1,3 @@
1
+ export declare class IgcGridConditionalStyleFontInfoModule {
2
+ static register(): void;
3
+ }
@@ -1,6 +1,7 @@
1
1
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
2
2
  import { GridConditionalStylePropertyStylingType } from "./GridConditionalStylePropertyStylingType";
3
3
  import { GridConditionalStyleBoundType } from "./GridConditionalStyleBoundType";
4
+ import { IgcGridConditionalStyleFontInfoComponent } from "./igc-grid-conditional-style-font-info-component";
4
5
  import { IgcGridConditionFilterStringErrorsParsingEventArgs } from "./igc-grid-condition-filter-string-errors-parsing-event-args";
5
6
  import { GridConditionalStyleProperty } from "./GridConditionalStyleProperty";
6
7
  import { IFilterExpression } from "igniteui-webcomponents-core";
@@ -63,8 +64,22 @@ export declare class IgcGridConditionalStylePropertyComponent extends IgcHTMLEle
63
64
  set sumInputValueExpressionString(v: string);
64
65
  get actualSumInputValueExpression(): IFilterExpression;
65
66
  set actualSumInputValueExpression(v: IFilterExpression);
66
- get value(): any;
67
- set value(v: any);
67
+ get doubleValue(): number;
68
+ set doubleValue(v: number);
69
+ get intValue(): number;
70
+ set intValue(v: number);
71
+ get boolValue(): boolean;
72
+ set boolValue(v: boolean);
73
+ get dateValue(): Date;
74
+ set dateValue(v: Date);
75
+ get fontValue(): IgcGridConditionalStyleFontInfoComponent;
76
+ set fontValue(v: IgcGridConditionalStyleFontInfoComponent);
77
+ get objectValue(): any;
78
+ set objectValue(v: any);
79
+ get stringValue(): string;
80
+ set stringValue(v: string);
81
+ get brushValue(): string;
82
+ set brushValue(v: string);
68
83
  get shouldSetValue(): boolean;
69
84
  set shouldSetValue(v: boolean);
70
85
  get minimumColor(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-data-grids",
3
- "version": "6.0.1-beta.1",
3
+ "version": "6.0.2-beta.0",
4
4
  "description": "Ignite UI Web Components data grid components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-data-grids",
6
6
  "keywords": [
@@ -18,9 +18,9 @@
18
18
  "tslib": "^2.3.1"
19
19
  },
20
20
  "peerDependencies": {
21
- "igniteui-webcomponents-core": "25.1.0.45",
22
- "igniteui-webcomponents-layouts": "25.1.0.45",
23
- "igniteui-webcomponents-inputs": "25.1.0.45"
21
+ "igniteui-webcomponents-core": "25.1.0.80",
22
+ "igniteui-webcomponents-layouts": "25.1.0.80",
23
+ "igniteui-webcomponents-inputs": "25.1.0.80"
24
24
  },
25
25
  "sideEffects": [
26
26
  "./grids/combined.js"
package/public_api.d.ts CHANGED
@@ -393,6 +393,7 @@ export * from './lib/igc-date-time-column-module';
393
393
  export * from './lib/DefinitionBase';
394
394
  export * from './lib/IExternalDefinitionBase';
395
395
  export * from './lib/TextCellLineBreakMode';
396
+ export * from './lib/TextCellDecoration';
396
397
  export * from './lib/DataBindingEventArgs';
397
398
  export * from './lib/DefinitionPropertyUpdatedEventArgs';
398
399
  export * from './lib/GridCompoundConditionalStyle';
@@ -406,6 +407,9 @@ export * from './lib/igc-grid-conditional-style-component';
406
407
  export * from './lib/igc-grid-conditional-style-module';
407
408
  export * from './lib/GridConditionFilterStringErrorsParsingEventArgs';
408
409
  export * from './lib/igc-grid-condition-filter-string-errors-parsing-event-args';
410
+ export * from './lib/GridConditionalStyleFontInfo';
411
+ export * from './lib/igc-grid-conditional-style-font-info-component';
412
+ export * from './lib/igc-grid-conditional-style-font-info-module';
409
413
  export * from './lib/GridConditionalStylePropertyStylingType';
410
414
  export * from './lib/GridConditionalStyleBoundType';
411
415
  export * from './lib/GridConditionalStyleProperty';