igniteui-angular 18.1.0 → 18.1.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.
@@ -78,7 +78,7 @@ export declare class IgxDividerDirective {
78
78
  */
79
79
  get isSolid(): boolean;
80
80
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxDividerDirective, never>;
81
- static ɵdir: i0.ɵɵDirectiveDeclaration<IgxDividerDirective, "igx-divider", never, { "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; "type": { "alias": "type"; "required": false; }; "middle": { "alias": "middle"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "_inset": { "alias": "inset"; "required": false; }; }, {}, never, never, true, never>;
81
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IgxDividerDirective, "igx-divider", never, { "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; "type": { "alias": "type"; "required": false; }; "middle": { "alias": "middle"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "inset": { "alias": "inset"; "required": false; }; }, {}, never, never, true, never>;
82
82
  static ngAcceptInputType_middle: unknown;
83
83
  static ngAcceptInputType_vertical: unknown;
84
84
  }
@@ -944,6 +944,7 @@ export interface GridType extends IGridDataBindable {
944
944
  /** @hidden @internal */
945
945
  paginatorOutlet?: ViewContainerRef;
946
946
  flatData?: any[] | null;
947
+ /** @hidden @internal */
947
948
  childRow?: any;
948
949
  expansionDepth?: number;
949
950
  childDataKey?: any;
@@ -8,6 +8,9 @@ import type { IgxPaginatorComponent } from '../../paginator/paginator.component'
8
8
  import { IgxGridExcelStyleFilteringComponent } from '../filtering/excel-style/excel-style-filtering.component';
9
9
  import { IgxActionStripToken } from '../../action-strip/token';
10
10
  import * as i0 from "@angular/core";
11
+ /**
12
+ * @hidden @internal
13
+ */
11
14
  export declare class IgxChildGridRowComponent implements AfterViewInit, OnInit {
12
15
  readonly gridAPI: IgxHierarchicalGridAPIService;
13
16
  element: ElementRef<HTMLElement>;
@@ -150,7 +153,7 @@ export declare class IgxHierarchicalGridComponent extends IgxHierarchicalGridBas
150
153
  */
151
154
  parent: IgxHierarchicalGridComponent;
152
155
  /**
153
- * @hidden
156
+ * @hidden @internal
154
157
  */
155
158
  childRow: IgxChildGridRowComponent;
156
159
  protected actionStripComponents: QueryList<IgxActionStripToken>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "18.1.0",
3
+ "version": "18.1.2",
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",