igniteui-webcomponents-grids 6.3.0-alpha.0 → 6.3.0-alpha.2

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 (233) hide show
  1. package/custom-elements.json +23632 -22
  2. package/grids/3rdpartylicenses.txt +31 -31
  3. package/grids/combined.js +26118 -25975
  4. package/grids/lib/column-pinning-position.d.ts +20 -0
  5. package/grids/lib/drop-position.d.ts +19 -0
  6. package/grids/lib/filter-mode.d.ts +3 -0
  7. package/grids/lib/filtering-expressions-tree-type.d.ts +15 -0
  8. package/grids/lib/filtering-logic.d.ts +15 -0
  9. package/grids/lib/grid-cell-merge-mode.d.ts +3 -0
  10. package/grids/lib/grid-column-data-type.d.ts +3 -0
  11. package/grids/lib/grid-keydown-target-type.d.ts +3 -0
  12. package/grids/lib/grid-paging-mode.d.ts +3 -0
  13. package/grids/lib/grid-selection-mode.d.ts +3 -0
  14. package/grids/lib/grid-summary-calculation-mode.d.ts +3 -0
  15. package/grids/lib/grid-summary-position.d.ts +3 -0
  16. package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
  17. package/grids/lib/grid-validation-trigger.d.ts +3 -0
  18. package/grids/lib/horizontal-alignment.d.ts +16 -0
  19. package/grids/lib/igc-action-strip-component.d.ts +119 -0
  20. package/grids/lib/igc-action-strip-resource-strings.d.ts +15 -0
  21. package/grids/lib/igc-action-strip-token.d.ts +16 -0
  22. package/grids/lib/igc-active-node-change-event-args.d.ts +38 -0
  23. package/grids/lib/igc-base-date-time-filtering-operand.d.ts +19 -0
  24. package/grids/lib/igc-base-event-args.d.ts +19 -0
  25. package/grids/lib/igc-base-exporter.d.ts +72 -0
  26. package/grids/lib/igc-base-filtering-strategy.d.ts +36 -0
  27. package/grids/lib/igc-base-search-info.d.ts +34 -0
  28. package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +21 -0
  29. package/grids/lib/igc-base-toolbar-directive.d.ts +87 -0
  30. package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
  31. package/grids/lib/igc-by-level-tree-grid-merge-strategy.d.ts +19 -0
  32. package/grids/lib/igc-cancelable-browser-event-args.d.ts +14 -0
  33. package/grids/lib/igc-cancelable-event-args.d.ts +19 -0
  34. package/grids/lib/igc-cell-position.d.ts +30 -0
  35. package/grids/lib/igc-cell-template-context.d.ts +27 -0
  36. package/grids/lib/igc-cell-type.d.ts +117 -0
  37. package/grids/lib/igc-clipboard-options.d.ts +45 -0
  38. package/grids/lib/igc-column-component.d.ts +1102 -0
  39. package/grids/lib/igc-column-editor-options.d.ts +15 -0
  40. package/grids/lib/igc-column-exporting-event-args.d.ts +64 -0
  41. package/grids/lib/igc-column-group-component.d.ts +186 -0
  42. package/grids/lib/igc-column-layout-component.d.ts +55 -0
  43. package/grids/lib/igc-column-moving-end-event-args.d.ts +37 -0
  44. package/grids/lib/igc-column-moving-event-args.d.ts +30 -0
  45. package/grids/lib/igc-column-moving-start-event-args.d.ts +23 -0
  46. package/grids/lib/igc-column-pipe-args.d.ts +17 -0
  47. package/grids/lib/igc-column-resize-event-args.d.ts +29 -0
  48. package/grids/lib/igc-column-selection-event-args.d.ts +51 -0
  49. package/grids/lib/igc-column-state.d.ts +140 -0
  50. package/grids/lib/igc-column-template-context.d.ts +23 -0
  51. package/grids/lib/igc-column-toggled-event-args.d.ts +27 -0
  52. package/grids/lib/igc-column-visibility-changed-event-args.d.ts +26 -0
  53. package/grids/lib/igc-column-visibility-changing-event-args.d.ts +35 -0
  54. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +22 -0
  55. package/grids/lib/igc-data-clone-strategy.d.ts +22 -0
  56. package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
  57. package/grids/lib/igc-date-summary-operand.d.ts +75 -0
  58. package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
  59. package/grids/lib/igc-default-merge-strategy.d.ts +29 -0
  60. package/grids/lib/igc-default-tree-grid-merge-strategy.d.ts +19 -0
  61. package/grids/lib/igc-dimensions-change.d.ts +29 -0
  62. package/grids/lib/igc-entity-type.d.ts +43 -0
  63. package/grids/lib/igc-exporter-event-args.d.ts +35 -0
  64. package/grids/lib/igc-exporter-options-base.d.ts +153 -0
  65. package/grids/lib/igc-exporter-options.d.ts +13 -0
  66. package/grids/lib/igc-expression-tree.d.ts +34 -0
  67. package/grids/lib/igc-field-editor-options.d.ts +21 -0
  68. package/grids/lib/igc-field-pipe-args.d.ts +50 -0
  69. package/grids/lib/igc-field-type.d.ts +97 -0
  70. package/grids/lib/igc-filter-item.d.ts +25 -0
  71. package/grids/lib/igc-filtering-event-args.d.ts +37 -0
  72. package/grids/lib/igc-filtering-expression.d.ts +39 -0
  73. package/grids/lib/igc-filtering-expressions-tree.d.ts +47 -0
  74. package/grids/lib/igc-filtering-operand.d.ts +53 -0
  75. package/grids/lib/igc-filtering-operation.d.ts +44 -0
  76. package/grids/lib/igc-filtering-strategy.d.ts +26 -0
  77. package/grids/lib/igc-for-of-data-change-event-args.d.ts +14 -0
  78. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +24 -0
  79. package/grids/lib/igc-for-of-state.d.ts +21 -0
  80. package/grids/lib/igc-grid-actions-base-directive.d.ts +32 -0
  81. package/grids/lib/igc-grid-base-directive.d.ts +2664 -0
  82. package/grids/lib/igc-grid-cell-event-args.d.ts +28 -0
  83. package/grids/lib/igc-grid-clipboard-event.d.ts +28 -0
  84. package/grids/lib/igc-grid-component.d.ts +570 -0
  85. package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
  86. package/grids/lib/igc-grid-created-event-args.d.ts +29 -0
  87. package/grids/lib/igc-grid-edit-done-event-args.d.ts +86 -0
  88. package/grids/lib/igc-grid-edit-event-args.d.ts +96 -0
  89. package/grids/lib/igc-grid-editing-actions-component.d.ts +77 -0
  90. package/grids/lib/igc-grid-empty-template-context.d.ts +13 -0
  91. package/grids/lib/igc-grid-form-group-created-event-args.d.ts +22 -0
  92. package/grids/lib/igc-grid-grouping-strategy.d.ts +33 -0
  93. package/grids/lib/igc-grid-header-template-context.d.ts +19 -0
  94. package/grids/lib/igc-grid-keydown-event-args.d.ts +40 -0
  95. package/grids/lib/igc-grid-master-detail-context.d.ts +22 -0
  96. package/grids/lib/igc-grid-merge-strategy.d.ts +33 -0
  97. package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
  98. package/grids/lib/igc-grid-pinning-actions-component.d.ts +56 -0
  99. package/grids/lib/igc-grid-resource-strings.d.ts +532 -0
  100. package/grids/lib/igc-grid-row-component.d.ts +24 -0
  101. package/grids/lib/igc-grid-row-drag-ghost-context.d.ts +27 -0
  102. package/grids/lib/igc-grid-row-edit-actions-template-context.d.ts +20 -0
  103. package/grids/lib/igc-grid-row-edit-text-template-context.d.ts +18 -0
  104. package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
  105. package/grids/lib/igc-grid-row-template-context.d.ts +19 -0
  106. package/grids/lib/igc-grid-scroll-event-args.d.ts +30 -0
  107. package/grids/lib/igc-grid-selection-range.d.ts +48 -0
  108. package/grids/lib/igc-grid-sorting-strategy.d.ts +30 -0
  109. package/grids/lib/igc-grid-state-base-directive.d.ts +31 -0
  110. package/grids/lib/igc-grid-state-collection.d.ts +28 -0
  111. package/grids/lib/igc-grid-state-component.d.ts +6 -10
  112. package/grids/lib/igc-grid-state-info.d.ts +15 -6
  113. package/grids/lib/igc-grid-state-options.d.ts +59 -0
  114. package/grids/lib/igc-grid-template-context.d.ts +19 -0
  115. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +36 -0
  116. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +43 -0
  117. package/grids/lib/igc-grid-toolbar-component.d.ts +64 -0
  118. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +52 -0
  119. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +95 -0
  120. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +38 -0
  121. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +37 -0
  122. package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
  123. package/grids/lib/igc-grid-toolbar-title-component.d.ts +34 -0
  124. package/grids/lib/igc-grid-validation-state.d.ts +28 -0
  125. package/grids/lib/igc-grid-validation-status-event-args.d.ts +26 -0
  126. package/grids/lib/igc-group-by-expand-state.d.ts +21 -0
  127. package/grids/lib/igc-group-by-key.d.ts +22 -0
  128. package/grids/lib/igc-group-by-record.d.ts +47 -0
  129. package/grids/lib/igc-group-by-result.d.ts +23 -0
  130. package/grids/lib/igc-group-by-row-selector-template-context.d.ts +18 -0
  131. package/grids/lib/igc-group-by-row-selector-template-details.d.ts +27 -0
  132. package/grids/lib/igc-group-by-row-template-context.d.ts +19 -0
  133. package/grids/lib/igc-grouped-records.d.ts +16 -0
  134. package/grids/lib/igc-grouping-done-event-args.d.ts +25 -0
  135. package/grids/lib/igc-grouping-expression.d.ts +21 -0
  136. package/grids/lib/igc-grouping-state.d.ts +30 -0
  137. package/grids/lib/igc-head-selector-template-context.d.ts +18 -0
  138. package/grids/lib/igc-head-selector-template-details.d.ts +28 -0
  139. package/grids/lib/igc-header-type.d.ts +50 -0
  140. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +69 -0
  141. package/grids/lib/igc-hierarchical-grid-component.d.ts +242 -0
  142. package/grids/lib/igc-noop-filtering-strategy.d.ts +24 -0
  143. package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
  144. package/grids/lib/igc-noop-sorting-strategy.d.ts +27 -0
  145. package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
  146. package/grids/lib/igc-number-summary-operand.d.ts +104 -0
  147. package/grids/lib/igc-overlay-outlet-directive.d.ts +20 -0
  148. package/grids/lib/igc-overlay-settings.d.ts +41 -0
  149. package/grids/lib/igc-page-cancellable-event-args.d.ts +20 -0
  150. package/grids/lib/igc-page-event-args.d.ts +20 -0
  151. package/grids/lib/igc-paginator-component.d.ts +231 -0
  152. package/grids/lib/igc-paginator-resource-strings.d.ts +30 -0
  153. package/grids/lib/igc-paging-state.d.ts +24 -0
  154. package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +44 -0
  155. package/grids/lib/igc-pin-column-event-args.d.ts +37 -0
  156. package/grids/lib/igc-pin-row-event-args.d.ts +52 -0
  157. package/grids/lib/igc-pinning-config.d.ts +27 -0
  158. package/grids/lib/igc-pivot-aggregator.d.ts +47 -0
  159. package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +21 -0
  160. package/grids/lib/igc-pivot-configuration.d.ts +53 -0
  161. package/grids/lib/igc-pivot-data-selector-component.d.ts +183 -0
  162. package/grids/lib/igc-pivot-date-dimension-options.d.ts +34 -0
  163. package/grids/lib/igc-pivot-date-dimension.d.ts +91 -0
  164. package/grids/lib/igc-pivot-dimension-strategy.d.ts +26 -0
  165. package/grids/lib/igc-pivot-dimension.d.ts +80 -0
  166. package/grids/lib/igc-pivot-grid-column.d.ts +32 -0
  167. package/grids/lib/igc-pivot-grid-component.d.ts +472 -0
  168. package/grids/lib/igc-pivot-grid-record.d.ts +36 -0
  169. package/grids/lib/igc-pivot-grid-value-template-context.d.ts +19 -0
  170. package/grids/lib/igc-pivot-keys.d.ts +48 -0
  171. package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
  172. package/grids/lib/igc-pivot-value.d.ts +62 -0
  173. package/grids/lib/igc-position-settings.d.ts +41 -0
  174. package/grids/lib/igc-position-strategy.d.ts +36 -0
  175. package/grids/lib/igc-prefixed-resource-strings.d.ts +11 -0
  176. package/grids/lib/igc-query-builder-component.d.ts +141 -0
  177. package/grids/lib/igc-query-builder-header-component.d.ts +62 -0
  178. package/grids/lib/igc-query-builder-resource-strings.d.ts +228 -0
  179. package/grids/lib/igc-query-builder-search-value-context.d.ts +27 -0
  180. package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
  181. package/grids/lib/igc-row-data-event-args.d.ts +38 -0
  182. package/grids/lib/igc-row-directive.d.ts +191 -0
  183. package/grids/lib/igc-row-drag-end-event-args.d.ts +28 -0
  184. package/grids/lib/igc-row-drag-start-event-args.d.ts +38 -0
  185. package/grids/lib/igc-row-exporting-event-args.d.ts +39 -0
  186. package/grids/lib/igc-row-island-component.d.ts +2637 -0
  187. package/grids/lib/igc-row-selection-event-args.d.ts +56 -0
  188. package/grids/lib/igc-row-selector-template-context.d.ts +19 -0
  189. package/grids/lib/igc-row-selector-template-details.d.ts +39 -0
  190. package/grids/lib/igc-row-toggle-event-args.d.ts +40 -0
  191. package/grids/lib/igc-row-type.d.ts +177 -0
  192. package/grids/lib/igc-scroll-strategy.d.ts +37 -0
  193. package/grids/lib/igc-search-info.d.ts +23 -0
  194. package/grids/lib/igc-size.d.ts +25 -0
  195. package/grids/lib/igc-sorting-event-args.d.ts +49 -0
  196. package/grids/lib/igc-sorting-expression.d.ts +34 -0
  197. package/grids/lib/igc-sorting-options.d.ts +19 -0
  198. package/grids/lib/igc-sorting-strategy.d.ts +14 -0
  199. package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
  200. package/grids/lib/igc-summary-expression.d.ts +24 -0
  201. package/grids/lib/igc-summary-operand.d.ts +61 -0
  202. package/grids/lib/igc-summary-result.d.ts +44 -0
  203. package/grids/lib/igc-summary-template-context.d.ts +19 -0
  204. package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
  205. package/grids/lib/igc-time-summary-operand.d.ts +49 -0
  206. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +17 -0
  207. package/grids/lib/igc-toggle-view-event-args.d.ts +18 -0
  208. package/grids/lib/igc-tree-grid-component.d.ts +398 -0
  209. package/grids/lib/igc-tree-grid-record.d.ts +39 -0
  210. package/grids/lib/igc-validation-errors.d.ts +11 -0
  211. package/grids/lib/igc-validation-resource-strings.d.ts +42 -0
  212. package/grids/lib/igc-values-change.d.ts +23 -0
  213. package/grids/lib/index.d.ts +216 -0
  214. package/grids/lib/pivot-aggregation-type.d.ts +3 -0
  215. package/grids/lib/pivot-dimension-type.d.ts +17 -0
  216. package/grids/lib/pivot-row-layout-type.d.ts +3 -0
  217. package/grids/lib/pivot-summary-position.d.ts +3 -0
  218. package/grids/lib/row-pinning-position.d.ts +20 -0
  219. package/grids/lib/sorting-direction.d.ts +16 -0
  220. package/grids/lib/sorting-options-mode.d.ts +3 -0
  221. package/grids/lib/validation-status.d.ts +3 -0
  222. package/grids/lib/vertical-alignment.d.ts +16 -0
  223. package/grids/themes/dark/bootstrap.css +1 -1
  224. package/grids/themes/dark/fluent.css +1 -1
  225. package/grids/themes/dark/indigo.css +1 -1
  226. package/grids/themes/dark/material.css +1 -1
  227. package/grids/themes/light/bootstrap.css +1 -1
  228. package/grids/themes/light/fluent.css +1 -1
  229. package/grids/themes/light/indigo.css +1 -1
  230. package/grids/themes/light/material.css +1 -1
  231. package/package.json +1 -1
  232. package/vscode.html-custom-data.json +1 -1
  233. package/web-types.json +1 -1
@@ -0,0 +1,1102 @@
1
+
2
+ import { GridColumnDataType } from './grid-column-data-type';
3
+ import { ColumnPinningPosition } from './column-pinning-position';
4
+ import { IgcFilteringOperand } from './igc-filtering-operand';
5
+ import { IgcSortingStrategy } from './igc-sorting-strategy';
6
+ import { IgcSummaryTemplateContext } from './igc-summary-template-context';
7
+ import { IgcRenderFunction } from './common';
8
+ import { IgcCellTemplateContext } from './igc-cell-template-context';
9
+ import { IgcColumnTemplateContext } from './igc-column-template-context';
10
+ import { IgcColumnPipeArgs } from './igc-column-pipe-args';
11
+ import { IgcColumnEditorOptions } from './igc-column-editor-options';
12
+ import { IgcFilteringExpressionsTree } from './igc-filtering-expressions-tree';
13
+ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
14
+
15
+
16
+ /* jsonAPIManageCollectionInMarkup */
17
+
18
+
19
+ /* blazorElement */
20
+ /* contentParent: ColumnGroup */
21
+ /* wcElementTag: igc-column */
22
+ /* additionalIdentifier: Field */
23
+ /* blazorIndirectRender */
24
+ /**
25
+ * **Ignite UI for Angular Column** -
26
+ * [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/grid#columns-configuration)
27
+ *
28
+ * The Ignite UI Column is used within an `igx-grid` element to define what data the column will show. Features such as sorting,
29
+ * filtering & editing are enabled at the column level. You can also provide a template containing custom content inside
30
+ * the column using `ng-template` which will be used for all cells within the column.
31
+ *
32
+ * @igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxPivotGridComponent, IgxRowIslandComponent, IgxColumnGroupComponent, IgxColumnLayoutComponent
33
+ */
34
+
35
+ export declare class IgcColumnComponent extends EventEmitterMixin<IgcColumnComponentEventMap, Constructor<LitElement>>(LitElement)
36
+
37
+ {
38
+
39
+ /* blazorSuppress */
40
+ static readonly tagName: string;
41
+ /* blazorSuppress */
42
+ static register(): void;
43
+
44
+
45
+
46
+ /**
47
+ * Sets/gets the `field` value.
48
+ * ```typescript
49
+ * let columnField = this.column.field;
50
+ * ```
51
+ * ```html
52
+ * <igx-column [field] = "'ID'"></igx-column>
53
+ * ```
54
+ *
55
+ * @memberof IgxColumnComponent
56
+ */
57
+ public set field(value: string);
58
+ public get field(): string;
59
+
60
+
61
+
62
+ /**
63
+ * Sets/gets whether to merge cells in this column.
64
+ * ```html
65
+ * <igx-column [merge]="true"></igx-column>
66
+ * ```
67
+ *
68
+ */
69
+ public set merge(value: boolean);
70
+ public get merge(): boolean;
71
+
72
+
73
+
74
+ /**
75
+ * Sets/gets the `header` value.
76
+ * ```typescript
77
+ * let columnHeader = this.column.header;
78
+ * ```
79
+ * ```html
80
+ * <igx-column [header] = "'ID'"></igx-column>
81
+ * ```
82
+ *
83
+ * @memberof IgxColumnComponent
84
+ */
85
+ public set header(value: string);
86
+ public get header(): string;
87
+
88
+
89
+ /**
90
+ * Sets/gets the `title` value.
91
+ * ```typescript
92
+ * let title = this.column.title;
93
+ * ```
94
+ * ```html
95
+ * <igx-column [title] = "'Some column tooltip'"></igx-column>
96
+ * ```
97
+ *
98
+ * @memberof IgxColumnComponent
99
+ */
100
+ public set title(value: string);
101
+ public get title(): string;
102
+
103
+
104
+ /**
105
+ * Sets/gets whether the column is sortable.
106
+ * Default value is `false`.
107
+ * ```typescript
108
+ * let isSortable = this.column.sortable;
109
+ * ```
110
+ * ```html
111
+ * <igx-column [sortable] = "true"></igx-column>
112
+ * ```
113
+ *
114
+ * @memberof IgxColumnComponent
115
+ */
116
+ public set sortable(value: boolean);
117
+ public get sortable(): boolean;
118
+
119
+
120
+ /**
121
+ * Returns if the column is selectable.
122
+ * ```typescript
123
+ * let columnSelectable = this.column.selectable;
124
+ * ```
125
+ *
126
+ * @memberof IgxColumnComponent
127
+ */
128
+ public set selectable(value: boolean);
129
+ public get selectable(): boolean;
130
+
131
+
132
+
133
+ /**
134
+ * Sets/gets whether the column is groupable.
135
+ * Default value is `false`.
136
+ * ```typescript
137
+ * let isGroupable = this.column.groupable;
138
+ * ```
139
+ * ```html
140
+ * <igx-column [groupable] = "true"></igx-column>
141
+ * ```
142
+ *
143
+ * @memberof IgxColumnComponent
144
+ */
145
+ public set groupable(value: boolean);
146
+ public get groupable(): boolean;
147
+
148
+
149
+ /**
150
+ * Gets whether the column is editable.
151
+ * Default value is `false`.
152
+ * ```typescript
153
+ * let isEditable = this.column.editable;
154
+ * ```
155
+ *
156
+ * @memberof IgxColumnComponent
157
+ */
158
+ public set editable(value: boolean);
159
+ public get editable(): boolean;
160
+
161
+
162
+ /**
163
+ * Sets/gets whether the column is filterable.
164
+ * Default value is `true`.
165
+ * ```typescript
166
+ * let isFilterable = this.column.filterable;
167
+ * ```
168
+ * ```html
169
+ * <igx-column [filterable] = "false"></igx-column>
170
+ * ```
171
+ *
172
+ * @memberof IgxColumnComponent
173
+ */
174
+ public set filterable(value: boolean);
175
+ public get filterable(): boolean;
176
+
177
+
178
+ /**
179
+ * Sets/gets whether the column is resizable.
180
+ * Default value is `false`.
181
+ * ```typescript
182
+ * let isResizable = this.column.resizable;
183
+ * ```
184
+ * ```html
185
+ * <igx-column [resizable] = "true"></igx-column>
186
+ * ```
187
+ *
188
+ * @memberof IgxColumnComponent
189
+ */
190
+ public set resizable(value: boolean);
191
+ public get resizable(): boolean;
192
+
193
+
194
+
195
+ /**
196
+ * Sets/gets whether the column header is included in autosize logic.
197
+ * Useful when template for a column header is sized based on parent, for example a default `div`.
198
+ * Default value is `false`.
199
+ * ```typescript
200
+ * let isResizable = this.column.resizable;
201
+ * ```
202
+ * ```html
203
+ * <igx-column [resizable] = "true"></igx-column>
204
+ * ```
205
+ *
206
+ * @memberof IgxColumnComponent
207
+ */
208
+ public set autosizeHeader(value: boolean);
209
+ public get autosizeHeader(): boolean;
210
+
211
+
212
+
213
+ /**
214
+ * Gets a value indicating whether the summary for the column is enabled.
215
+ * ```typescript
216
+ * let hasSummary = this.column.hasSummary;
217
+ * ```
218
+ *
219
+ * @memberof IgxColumnComponent
220
+ */
221
+ public set hasSummary(value: boolean);
222
+ public get hasSummary(): boolean;
223
+
224
+
225
+ /**
226
+ * Gets whether the column is hidden.
227
+ * ```typescript
228
+ * let isHidden = this.column.hidden;
229
+ * ```
230
+ *
231
+ * @memberof IgxColumnComponent
232
+ */
233
+ public set hidden(value: boolean);
234
+ public get hidden(): boolean;
235
+
236
+
237
+
238
+ /**
239
+ * Returns if the column is selected.
240
+ * ```typescript
241
+ * let isSelected = this.column.selected;
242
+ * ```
243
+ *
244
+ * @memberof IgxColumnComponent
245
+ */
246
+ public set selected(value: boolean);
247
+ public get selected(): boolean;
248
+
249
+
250
+
251
+ /**
252
+ * Gets whether the hiding is disabled.
253
+ * ```typescript
254
+ * let isHidingDisabled = this.column.disableHiding;
255
+ * ```
256
+ *
257
+ * @memberof IgxColumnComponent
258
+ */
259
+ public set disableHiding(value: boolean);
260
+ public get disableHiding(): boolean;
261
+
262
+
263
+ /**
264
+ * Gets whether the pinning is disabled.
265
+ * ```typescript
266
+ * let isPinningDisabled = this.column.disablePinning;
267
+ * ```
268
+ *
269
+ * @memberof IgxColumnComponent
270
+ */
271
+ public set disablePinning(value: boolean);
272
+ public get disablePinning(): boolean;
273
+
274
+
275
+
276
+ /**
277
+ * Gets the `width` of the column.
278
+ * ```typescript
279
+ * let columnWidth = this.column.width;
280
+ * ```
281
+ *
282
+ * @memberof IgxColumnComponent
283
+ */
284
+ public set width(value: string);
285
+ public get width(): string;
286
+
287
+
288
+
289
+ /**
290
+ * Sets/gets the maximum `width` of the column.
291
+ * ```typescript
292
+ * let columnMaxWidth = this.column.width;
293
+ * ```
294
+ * ```html
295
+ * <igx-column [maxWidth] = "'150px'"></igx-column>
296
+ * ```
297
+ *
298
+ * @memberof IgxColumnComponent
299
+ */
300
+ public set maxWidth(value: string);
301
+ public get maxWidth(): string;
302
+
303
+
304
+ /**
305
+ * Sets/gets the class selector of the column header.
306
+ * ```typescript
307
+ * let columnHeaderClass = this.column.headerClasses;
308
+ * ```
309
+ * ```html
310
+ * <igx-column [headerClasses] = "'column-header'"></igx-column>
311
+ * ```
312
+ *
313
+ * @memberof IgxColumnComponent
314
+ */
315
+ public set headerClasses(value: string);
316
+ public get headerClasses(): string;
317
+
318
+
319
+
320
+ /**
321
+ * Sets conditional style properties on the column header.
322
+ * Similar to `ngStyle` it accepts an object literal where the keys are
323
+ * the style properties and the value is the expression to be evaluated.
324
+ * ```typescript
325
+ * styles = {
326
+ * background: 'royalblue',
327
+ * color: (column) => column.pinned ? 'red': 'inherit'
328
+ * }
329
+ * ```
330
+ * ```html
331
+ * <igx-column [headerStyles]="styles"></igx-column>
332
+ * ```
333
+ *
334
+ * @memberof IgxColumnComponent
335
+ */
336
+ public set headerStyles(value: any);
337
+ public get headerStyles(): any;
338
+
339
+
340
+
341
+ /**
342
+ * Sets/gets the class selector of the column group header.
343
+ * ```typescript
344
+ * let columnHeaderClass = this.column.headerGroupClasses;
345
+ * ```
346
+ * ```html
347
+ * <igx-column [headerGroupClasses] = "'column-group-header'"></igx-column>
348
+ * ```
349
+ *
350
+ * @memberof IgxColumnComponent
351
+ */
352
+ public set headerGroupClasses(value: string);
353
+ public get headerGroupClasses(): string;
354
+
355
+
356
+
357
+ /**
358
+ * Sets conditional style properties on the column header group wrapper.
359
+ * Similar to `ngStyle` it accepts an object literal where the keys are
360
+ * the style properties and the value is the expression to be evaluated.
361
+ * ```typescript
362
+ * styles = {
363
+ * background: 'royalblue',
364
+ * color: (column) => column.pinned ? 'red': 'inherit'
365
+ * }
366
+ * ```
367
+ * ```html
368
+ * <igx-column [headerGroupStyles]="styles"></igx-column>
369
+ * ```
370
+ *
371
+ * @memberof IgxColumnComponent
372
+ */
373
+ public set headerGroupStyles(value: any);
374
+ public get headerGroupStyles(): any;
375
+
376
+
377
+
378
+ /* treatAsRef */
379
+ /**
380
+ * Sets a conditional class selector of the column cells.
381
+ * Accepts an object literal, containing key-value pairs,
382
+ * where the key is the name of the CSS class, while the
383
+ * value is either a callback function that returns a boolean,
384
+ * or boolean, like so:
385
+ * ```typescript
386
+ * callback = (rowData, columnKey, cellValue, rowIndex) => { return rowData[columnKey] > 6; }
387
+ * cellClasses = { 'className' : this.callback };
388
+ * ```
389
+ * ```html
390
+ * <igx-column [cellClasses] = "cellClasses"></igx-column>
391
+ * <igx-column [cellClasses] = "{'class1' : true }"></igx-column>
392
+ * ```
393
+ *
394
+ * @memberof IgxColumnComponent
395
+ */
396
+ public set cellClasses(value: any);
397
+ public get cellClasses(): any;
398
+
399
+
400
+
401
+ /* treatAsRef */
402
+ /**
403
+ * Sets conditional style properties on the column cells.
404
+ * Similar to `ngStyle` it accepts an object literal where the keys are
405
+ * the style properties and the value is the expression to be evaluated.
406
+ * As with `cellClasses` it accepts a callback function.
407
+ * ```typescript
408
+ * styles = {
409
+ * background: 'royalblue',
410
+ * color: (rowData, columnKey, cellValue, rowIndex) => value.startsWith('Important') ? 'red': 'inherit'
411
+ * }
412
+ * ```
413
+ * ```html
414
+ * <igx-column [cellStyles]="styles"></igx-column>
415
+ * ```
416
+ *
417
+ * @memberof IgxColumnComponent
418
+ */
419
+ public set cellStyles(value: any);
420
+ public get cellStyles(): any;
421
+
422
+
423
+
424
+ /* blazorAlternateType: CellValueFormatterEventHandler */
425
+ /* blazorOnlyScript */
426
+ /**
427
+ * Applies display format to cell values in the column. Does not modify the underlying data.
428
+ *
429
+ * @remarks
430
+ * Note: As the formatter is used in places like the Excel style filtering dialog, in certain
431
+ * scenarios (remote filtering for example), the row data argument can be `undefined`.
432
+ *
433
+ *
434
+ * In this example, we check to see if the column name is Salary, and then provide a method as the column formatter
435
+ * to format the value into a currency string.
436
+ *
437
+ * @example
438
+ * ```typescript
439
+ * columnInit(column: IgxColumnComponent) {
440
+ * if (column.field == "Salary") {
441
+ * column.formatter = (salary => this.format(salary));
442
+ * }
443
+ * }
444
+ *
445
+ * format(value: number) : string {
446
+ * return formatCurrency(value, "en-us", "$");
447
+ * }
448
+ * ```
449
+ *
450
+ * @example
451
+ * ```typescript
452
+ * const column = this.grid.getColumnByName('Address');
453
+ * const addressFormatter = (address: string, rowData: any) => data.privacyEnabled ? 'unknown' : address;
454
+ * column.formatter = addressFormatter;
455
+ * ```
456
+ *
457
+ * @memberof IgxColumnComponent
458
+ */
459
+ public set formatter(value: any);
460
+ public get formatter(): any;
461
+
462
+
463
+
464
+ /* blazorAlternateType: SummaryValueFormatterEventHandler */
465
+ /* blazorOnlyScript */
466
+ /* forceCastDelegate */
467
+ /**
468
+ * The summaryFormatter is used to format the display of the column summaries.
469
+ *
470
+ * In this example, we check to see if the column name is OrderDate, and then provide a method as the summaryFormatter
471
+ * to change the locale for the dates to 'fr-FR'. The summaries with the count key are skipped so they are displayed as numbers.
472
+ *
473
+ * ```typescript
474
+ * columnInit(column: IgxColumnComponent) {
475
+ * if (column.field == "OrderDate") {
476
+ * column.summaryFormatter = this.summaryFormat;
477
+ * }
478
+ * }
479
+ *
480
+ * summaryFormat(summary: IgxSummaryResult, summaryOperand: IgxSummaryOperand): string {
481
+ * const result = summary.summaryResult;
482
+ * if(summaryResult.key !== 'count' && result !== null && result !== undefined) {
483
+ * const pipe = new DatePipe('fr-FR');
484
+ * return pipe.transform(result,'mediumDate');
485
+ * }
486
+ * return result;
487
+ * }
488
+ * ```
489
+ *
490
+ * @memberof IgxColumnComponent
491
+ */
492
+ public set summaryFormatter(value: any);
493
+ public get summaryFormatter(): any;
494
+
495
+
496
+
497
+ /**
498
+ * Sets/gets whether the column filtering should be case sensitive.
499
+ * Default value is `true`.
500
+ * ```typescript
501
+ * let filteringIgnoreCase = this.column.filteringIgnoreCase;
502
+ * ```
503
+ * ```html
504
+ * <igx-column [filteringIgnoreCase] = "false"></igx-column>
505
+ * ```
506
+ *
507
+ * @memberof IgxColumnComponent
508
+ */
509
+ public set filteringIgnoreCase(value: boolean);
510
+ public get filteringIgnoreCase(): boolean;
511
+
512
+
513
+ /**
514
+ * Sets/gets whether the column sorting should be case sensitive.
515
+ * Default value is `true`.
516
+ * ```typescript
517
+ * let sortingIgnoreCase = this.column.sortingIgnoreCase;
518
+ * ```
519
+ * ```html
520
+ * <igx-column [sortingIgnoreCase] = "false"></igx-column>
521
+ * ```
522
+ *
523
+ * @memberof IgxColumnComponent
524
+ */
525
+ public set sortingIgnoreCase(value: boolean);
526
+ public get sortingIgnoreCase(): boolean;
527
+
528
+
529
+ /**
530
+ * Sets/gets whether the column is `searchable`.
531
+ * Default value is `true`.
532
+ * ```typescript
533
+ * let isSearchable = this.column.searchable';
534
+ * ```
535
+ * ```html
536
+ * <igx-column [searchable] = "false"></igx-column>
537
+ * ```
538
+ *
539
+ * @memberof IgxColumnComponent
540
+ */
541
+ public set searchable(value: boolean);
542
+ public get searchable(): boolean;
543
+
544
+
545
+ /**
546
+ * Sets/gets the data type of the column values.
547
+ * Default value is `string`.
548
+ * ```typescript
549
+ * let columnDataType = this.column.dataType;
550
+ * ```
551
+ * ```html
552
+ * <igx-column [dataType] = "'number'"></igx-column>
553
+ * ```
554
+ *
555
+ * @memberof IgxColumnComponent
556
+ */
557
+ public set dataType(value: GridColumnDataType);
558
+ public get dataType(): GridColumnDataType;
559
+
560
+
561
+
562
+ /**
563
+ * Row index where the current field should end.
564
+ * The amount of rows between rowStart and rowEnd will determine the amount of spanning rows to that field
565
+ * ```html
566
+ * <igx-column-layout>
567
+ * <igx-column [rowEnd]="2" [rowStart]="1" [colStart]="1"></igx-column>
568
+ * </igx-column-layout>
569
+ * ```
570
+ *
571
+ * @memberof IgxColumnComponent
572
+ */
573
+ public set rowEnd(value: number);
574
+ public get rowEnd(): number;
575
+
576
+
577
+
578
+ /**
579
+ * Column index where the current field should end.
580
+ * The amount of columns between colStart and colEnd will determine the amount of spanning columns to that field
581
+ * ```html
582
+ * <igx-column-layout>
583
+ * <igx-column [colEnd]="3" [rowStart]="1" [colStart]="1"></igx-column>
584
+ * </igx-column-layout>
585
+ * ```
586
+ *
587
+ * @memberof IgxColumnComponent
588
+ */
589
+ public set colEnd(value: number);
590
+ public get colEnd(): number;
591
+
592
+
593
+
594
+ /**
595
+ * Row index from which the field is starting.
596
+ * ```html
597
+ * <igx-column-layout>
598
+ * <igx-column [rowStart]="1" [colStart]="1"></igx-column>
599
+ * </igx-column-layout>
600
+ * ```
601
+ *
602
+ * @memberof IgxColumnComponent
603
+ */
604
+ public set rowStart(value: number);
605
+ public get rowStart(): number;
606
+
607
+
608
+
609
+ /**
610
+ * Column index from which the field is starting.
611
+ * ```html
612
+ * <igx-column-layout>
613
+ * <igx-column [colStart]="1" [rowStart]="1"></igx-column>
614
+ * </igx-column-layout>
615
+ * ```
616
+ *
617
+ * @memberof IgxColumnComponent
618
+ */
619
+ public set colStart(value: number);
620
+ public get colStart(): number;
621
+
622
+
623
+
624
+ /**
625
+ * Sets/gets custom properties provided in additional template context.
626
+ *
627
+ * ```html
628
+ * <igx-column [additionalTemplateContext]="contextObject">
629
+ * <ng-template igxCell let-cell="cell" let-props="additionalTemplateContext">
630
+ * {{ props }}
631
+ * </ng-template>
632
+ * </igx-column>
633
+ * ```
634
+ *
635
+ * @memberof IgxColumnComponent
636
+ */
637
+ public set additionalTemplateContext(value: any);
638
+ public get additionalTemplateContext(): any;
639
+
640
+
641
+
642
+
643
+ /**
644
+ * Sets/gets the minimum `width` of the column.
645
+ * Default value is `88`;
646
+ * ```typescript
647
+ * let columnMinWidth = this.column.minWidth;
648
+ * ```
649
+ * ```html
650
+ * <igx-column [minWidth] = "'100px'"></igx-column>
651
+ * ```
652
+ *
653
+ * @memberof IgxColumnComponent
654
+ */
655
+ public set minWidth(value: string);
656
+ public get minWidth(): string;
657
+
658
+
659
+
660
+ /**
661
+ * Gets the column index.
662
+ * ```typescript
663
+ * let columnIndex = this.column.index;
664
+ * ```
665
+ *
666
+ * @memberof IgxColumnComponent
667
+ */
668
+ public get index(): number;
669
+
670
+
671
+
672
+ /* mustCoerceToInt */
673
+ /**
674
+ * Gets the pinning position of the column.
675
+ * ```typescript
676
+ * let pinningPosition = this.column.pinningPosition;
677
+ */
678
+ public set pinningPosition(value: ColumnPinningPosition);
679
+ public get pinningPosition(): ColumnPinningPosition;
680
+
681
+
682
+
683
+ /**
684
+ * Gets whether the column is `pinned`.
685
+ * ```typescript
686
+ * let isPinned = this.column.pinned;
687
+ * ```
688
+ *
689
+ * @memberof IgxColumnComponent
690
+ */
691
+ public set pinned(value: boolean);
692
+ public get pinned(): boolean;
693
+
694
+
695
+
696
+ /* treatAsRef */
697
+ /**
698
+ * Gets the column `summaries`.
699
+ * ```typescript
700
+ * let columnSummaries = this.column.summaries;
701
+ * ```
702
+ *
703
+ * @memberof IgxColumnComponent
704
+ */
705
+ public set summaries(value: any);
706
+ public get summaries(): any;
707
+
708
+
709
+
710
+ /**
711
+ * Sets/gets the summary operands to exclude from display.
712
+ * Accepts an array of string keys representing the summary types to disable, such as 'Min', 'Max', 'Count' etc.
713
+ * ```typescript
714
+ * let disabledSummaries = this.column.disabledSummaries;
715
+ * ```
716
+ * ```html
717
+ * <igx-column [disabledSummaries]="['min', 'max', 'average']"></igx-column>
718
+ * ```
719
+ *
720
+ * @memberof IgxColumnComponent
721
+ */
722
+ public set disabledSummaries(value: string[]);
723
+ public get disabledSummaries(): string[];
724
+
725
+
726
+
727
+ /**
728
+ * Gets the column `filters`.
729
+ * ```typescript
730
+ * let columnFilters = this.column.filters'
731
+ * ```
732
+ *
733
+ * @memberof IgxColumnComponent
734
+ */
735
+ public set filters(value: IgcFilteringOperand);
736
+ public get filters(): IgcFilteringOperand;
737
+
738
+
739
+ /**
740
+ * Gets the column `sortStrategy`.
741
+ * ```typescript
742
+ * let sortStrategy = this.column.sortStrategy
743
+ * ```
744
+ *
745
+ * @memberof IgxColumnComponent
746
+ */
747
+ public set sortStrategy(value: IgcSortingStrategy);
748
+ public get sortStrategy(): IgcSortingStrategy;
749
+
750
+
751
+ /**
752
+ * Returns a reference to the `summaryTemplate`.
753
+ * ```typescript
754
+ * let summaryTemplate = this.column.summaryTemplate;
755
+ * ```
756
+ *
757
+ * @memberof IgxColumnComponent
758
+ */
759
+ public set summaryTemplate(value: IgcRenderFunction<IgcSummaryTemplateContext>);
760
+ public get summaryTemplate(): IgcRenderFunction<IgcSummaryTemplateContext>;
761
+
762
+
763
+
764
+ /**
765
+ * Returns a reference to the `bodyTemplate`.
766
+ * ```typescript
767
+ * let bodyTemplate = this.column.bodyTemplate;
768
+ * ```
769
+ *
770
+ * @memberof IgxColumnComponent
771
+ */
772
+ public set bodyTemplate(value: IgcRenderFunction<IgcCellTemplateContext>);
773
+ public get bodyTemplate(): IgcRenderFunction<IgcCellTemplateContext>;
774
+
775
+
776
+ /**
777
+ * Returns a reference to the header template.
778
+ * ```typescript
779
+ * let headerTemplate = this.column.headerTemplate;
780
+ * ```
781
+ *
782
+ * @memberof IgxColumnComponent
783
+ */
784
+ public set headerTemplate(value: IgcRenderFunction<IgcColumnTemplateContext>);
785
+ public get headerTemplate(): IgcRenderFunction<IgcColumnTemplateContext>;
786
+
787
+
788
+ /**
789
+ * Returns a reference to the inline editor template.
790
+ * ```typescript
791
+ * let inlineEditorTemplate = this.column.inlineEditorTemplate;
792
+ * ```
793
+ *
794
+ * @memberof IgxColumnComponent
795
+ */
796
+ public set inlineEditorTemplate(value: IgcRenderFunction<IgcCellTemplateContext>);
797
+ public get inlineEditorTemplate(): IgcRenderFunction<IgcCellTemplateContext>;
798
+
799
+
800
+
801
+ /**
802
+ * Returns a reference to the validation error template.
803
+ * ```typescript
804
+ * let errorTemplate = this.column.errorTemplate;
805
+ * ```
806
+ */
807
+ public set errorTemplate(value: IgcRenderFunction<IgcCellTemplateContext>);
808
+ public get errorTemplate(): IgcRenderFunction<IgcCellTemplateContext>;
809
+
810
+
811
+
812
+ /**
813
+ * Returns a reference to the `filterCellTemplate`.
814
+ * ```typescript
815
+ * let filterCellTemplate = this.column.filterCellTemplate;
816
+ * ```
817
+ *
818
+ * @memberof IgxColumnComponent
819
+ */
820
+ public set filterCellTemplate(value: IgcRenderFunction<IgcColumnTemplateContext>);
821
+ public get filterCellTemplate(): IgcRenderFunction<IgcColumnTemplateContext>;
822
+
823
+
824
+
825
+ /**
826
+ * Gets the column visible index.
827
+ * If the column is not visible, returns `-1`.
828
+ * ```typescript
829
+ * let visibleColumnIndex = this.column.visibleIndex;
830
+ * ```
831
+ */
832
+ public get visibleIndex(): number;
833
+
834
+
835
+
836
+ /* blazorCSSuppress - Blazor doesn't carry over the ColumnType interface + should translate as static bool value */
837
+ /**
838
+ * Returns a boolean indicating if the column is a `ColumnGroup`.
839
+ * ```typescript
840
+ * let columnGroup = this.column.columnGroup;
841
+ * ```
842
+ *
843
+ * @memberof IgxColumnComponent
844
+ */
845
+ public get columnGroup(): boolean;
846
+
847
+
848
+
849
+ /* blazorCSSuppress - Blazor doesn't carry over the ColumnType interface + should translate as static bool value */
850
+ /**
851
+ * Returns a boolean indicating if the column is a `ColumnLayout` for multi-row layout.
852
+ * ```typescript
853
+ * let columnGroup = this.column.columnGroup;
854
+ * ```
855
+ *
856
+ * @memberof IgxColumnComponent
857
+ */
858
+ public get columnLayout(): boolean;
859
+
860
+
861
+
862
+ /**
863
+ * Returns a boolean indicating if the column is a child of a `ColumnLayout` for multi-row layout.
864
+ * ```typescript
865
+ * let columnLayoutChild = this.column.columnLayoutChild;
866
+ * ```
867
+ *
868
+ * @memberof IgxColumnComponent
869
+ */
870
+ public get columnLayoutChild(): boolean;
871
+
872
+
873
+
874
+ /**
875
+ * A list containing all the child columns under this column (if any).
876
+ * Empty without children or if this column is not Group or Layout.
877
+ */
878
+ public get childColumns(): IgcColumnComponent[];
879
+
880
+
881
+ /**
882
+ * Returns the level of the column in a column group.
883
+ * Returns `0` if the column doesn't have a `parent`.
884
+ * ```typescript
885
+ * let columnLevel = this.column.level;
886
+ * ```
887
+ *
888
+ * @memberof IgxColumnComponent
889
+ */
890
+ public get level(): number;
891
+
892
+
893
+
894
+ /**
895
+ * Indicates whether the column will be visible when its parent is collapsed.
896
+ * ```html
897
+ * <igx-column-group>
898
+ * <igx-column [visibleWhenCollapsed]="true"></igx-column>
899
+ * </igx-column-group>
900
+ * ```
901
+ *
902
+ * @memberof IgxColumnComponent
903
+ */
904
+ public set visibleWhenCollapsed(value: boolean);
905
+ public get visibleWhenCollapsed(): boolean;
906
+
907
+
908
+
909
+ /* mustSetInCodePlatforms: WebComponents;Blazor;React */
910
+ /**
911
+ * @remarks
912
+ * Pass optional parameters for DatePipe and/or DecimalPipe to format the display value for date and numeric columns.
913
+ * Accepts an `IColumnPipeArgs` object with any of the `format`, `timezone` and `digitsInfo` properties.
914
+ * For more details see https://angular.io/api/common/DatePipe and https://angular.io/api/common/DecimalPipe
915
+ * @example
916
+ * ```typescript
917
+ * const pipeArgs: IColumnPipeArgs = {
918
+ * format: 'longDate',
919
+ * timezone: 'UTC',
920
+ * digitsInfo: '1.1-2'
921
+ * }
922
+ * ```
923
+ * ```html
924
+ * <igx-column dataType="date" [pipeArgs]="pipeArgs"></igx-column>
925
+ * <igx-column dataType="number" [pipeArgs]="pipeArgs"></igx-column>
926
+ * ```
927
+ * @memberof IgxColumnComponent
928
+ */
929
+ public set pipeArgs(value: IgcColumnPipeArgs);
930
+ public get pipeArgs(): IgcColumnPipeArgs;
931
+
932
+
933
+
934
+ /**
935
+ * Pass optional properties for the default column editors.
936
+ * @remarks
937
+ * Options may be applicable only to specific column type editors.
938
+ * @example
939
+ * ```typescript
940
+ * const editorOptions: IColumnEditorOptions = {
941
+ * dateTimeFormat: 'MM/dd/YYYY',
942
+ * }
943
+ * ```
944
+ * ```html
945
+ * <igx-column dataType="date" [editorOptions]="editorOptions"></igx-column>
946
+ * ```
947
+ * @memberof IgxColumnComponent
948
+ */
949
+ public set editorOptions(value: IgcColumnEditorOptions);
950
+ public get editorOptions(): IgcColumnEditorOptions;
951
+
952
+
953
+
954
+
955
+ /**
956
+ * Returns the filteringExpressionsTree of the column.
957
+ * ```typescript
958
+ * let tree = this.column.filteringExpressionsTree;
959
+ * ```
960
+ *
961
+ * @memberof IgxColumnComponent
962
+ */
963
+ public get filteringExpressionsTree(): IgcFilteringExpressionsTree;
964
+
965
+
966
+
967
+ /* alternateName: parentColumn */
968
+ /**
969
+ * Sets/gets the parent column.
970
+ * ```typescript
971
+ * let parentColumn = this.column.parent;
972
+ * ```
973
+ * ```typescript
974
+ * this.column.parent = higherLevelColumn;
975
+ * ```
976
+ */
977
+ public set parent(value: IgcColumnComponent);
978
+ public get parent(): IgcColumnComponent;
979
+
980
+
981
+
982
+ /**
983
+ * Returns a reference to the top level parent column.
984
+ * ```typescript
985
+ * let topLevelParent = this.column.topLevelParent;
986
+ * ```
987
+ */
988
+ public get topLevelParent(): IgcColumnComponent;
989
+
990
+
991
+
992
+ /**
993
+ * Pins the column in the specified position at the provided index in that pinned area.
994
+ * Defaults to index `0` if not provided, or to the initial index in the pinned area.
995
+ * Returns `true` if the column is successfully pinned. Returns `false` if the column cannot be pinned.
996
+ * Column cannot be pinned if:
997
+ * - Is already pinned
998
+ * - index argument is out of range
999
+ * ```typescript
1000
+ * let success = this.column.pin();
1001
+ * ```
1002
+ *
1003
+ * @memberof IgxColumnComponent
1004
+ */
1005
+ public pin(index?: number, pinningPosition?: ColumnPinningPosition): boolean;
1006
+
1007
+
1008
+ /**
1009
+ * Unpins the column and place it at the provided index in the unpinned area.
1010
+ * Defaults to index `0` if not provided, or to the initial index in the unpinned area.
1011
+ * Returns `true` if the column is successfully unpinned. Returns `false` if the column cannot be unpinned.
1012
+ * Column cannot be unpinned if:
1013
+ * - Is already unpinned
1014
+ * - index argument is out of range
1015
+ * ```typescript
1016
+ * let success = this.column.unpin();
1017
+ * ```
1018
+ *
1019
+ * @memberof IgxColumnComponent
1020
+ */
1021
+ public unpin(index?: number): boolean;
1022
+
1023
+
1024
+
1025
+ /**
1026
+ * Moves a column to the specified visible index.
1027
+ * If passed index is invalid, or if column would receive a different visible index after moving, moving is not performed.
1028
+ * If passed index would move the column to a different column group. moving is not performed.
1029
+ *
1030
+ * @example
1031
+ * ```typescript
1032
+ * column.move(index);
1033
+ * ```
1034
+ * @memberof IgxColumnComponent
1035
+ */
1036
+ public move(index: number): void;
1037
+
1038
+
1039
+
1040
+ /**
1041
+ * Autosize the column to the longest currently visible cell value, including the header cell.
1042
+ * ```typescript
1043
+ * @ViewChild('grid') grid: IgxGridComponent;
1044
+ * let column = this.grid.columnList.filter(c => c.field === 'ID')[0];
1045
+ * column.autosize();
1046
+ * ```
1047
+ *
1048
+ * @memberof IgxColumnComponent
1049
+ * @param byHeaderOnly Set if column should be autosized based only on the header content.
1050
+ */
1051
+ public autosize(byHeaderOnly?: boolean): void;
1052
+
1053
+ }
1054
+
1055
+ export declare interface IgcColumnComponentEventMap {
1056
+
1057
+ /**
1058
+ * Emitted when the column is hidden or shown.
1059
+ *
1060
+ * ```html
1061
+ * <igx-column (hiddenChange)="hiddenChange($event)">
1062
+ * </igx-column>
1063
+ * ```
1064
+ *
1065
+ */
1066
+ hiddenChange: CustomEvent<boolean>;
1067
+
1068
+ /**
1069
+ * Emitted when the column expanded or collapsed.
1070
+ *
1071
+ * ```html
1072
+ * <igx-column (expandedChange)="expandedChange($event)">
1073
+ * </igx-column>
1074
+ * ```
1075
+ *
1076
+ */
1077
+ expandedChange: CustomEvent<boolean>;
1078
+
1079
+ /**
1080
+ * Emitted when the column width changes.
1081
+ *
1082
+ * ```html
1083
+ * <igx-column (widthChange)="widthChange($event)">
1084
+ * </igx-column>
1085
+ * ```
1086
+ *
1087
+ */
1088
+ widthChange: CustomEvent<string>;
1089
+
1090
+ /**
1091
+ * Emitted when the column is pinned/unpinned.
1092
+ *
1093
+ * ```html
1094
+ * <igx-column (pinnedChange)="pinnedChange($event)">
1095
+ * </igx-column>
1096
+ * ```
1097
+ *
1098
+ */
1099
+ pinnedChange: CustomEvent<boolean>;
1100
+
1101
+ }
1102
+