igniteui-angular 16.0.3 → 16.0.4

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.
@@ -53,6 +53,7 @@ export declare class IgxGridCellComponent implements OnInit, OnChanges, OnDestro
53
53
  errorIcon: IgxIconComponent;
54
54
  /**
55
55
  * Gets the default error template.
56
+ * @hidden @internal
56
57
  */
57
58
  defaultErrorTemplate: TemplateRef<any>;
58
59
  /**
@@ -86,14 +86,12 @@ export declare class IgxColumnGroupComponent extends IgxColumnComponent implemen
86
86
  * @memberof IgxColumnGroupComponent
87
87
  */
88
88
  get selectable(): boolean;
89
+ /**
90
+ * @hidden
91
+ */
89
92
  set selectable(value: boolean);
90
93
  /**
91
- * Returns a reference to the body template.
92
- * ```typescript
93
- * let bodyTemplate = this.columnGroup.bodyTemplate;
94
- * ```
95
- *
96
- * @memberof IgxColumnGroupComponent
94
+ * @hidden
97
95
  */
98
96
  get bodyTemplate(): TemplateRef<any>;
99
97
  /**
@@ -107,12 +105,7 @@ export declare class IgxColumnGroupComponent extends IgxColumnComponent implemen
107
105
  */
108
106
  collapsibleIndicatorTemplate: TemplateRef<IgxColumnTemplateContext>;
109
107
  /**
110
- * Returns a reference to the inline editor template.
111
- * ```typescript
112
- * let inlineEditorTemplate = this.columnGroup.inlineEditorTemplate;
113
- * ```
114
- *
115
- * @memberof IgxColumnGroupComponent
108
+ * @hidden
116
109
  */
117
110
  get inlineEditorTemplate(): TemplateRef<any>;
118
111
  /**
@@ -61,7 +61,6 @@ export interface CellType {
61
61
  title?: any;
62
62
  width: string;
63
63
  visibleColumnIndex?: number;
64
- defaultErrorTemplate?: TemplateRef<any>;
65
64
  update: (value: any) => void;
66
65
  setEditMode?(value: boolean): void;
67
66
  calculateSizeToFit?(range: any): number;
@@ -1518,10 +1518,6 @@ export declare abstract class IgxGridBaseDirective extends DisplayDensityBase im
1518
1518
  * ```
1519
1519
  */
1520
1520
  set sortingOptions(value: ISortingOptions);
1521
- /**
1522
- * @hidden
1523
- * @internal
1524
- */
1525
1521
  get sortingOptions(): ISortingOptions;
1526
1522
  /**
1527
1523
  * Gets/Sets the current selection state.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "16.0.3",
3
+ "version": "16.0.4",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",