igniteui-angular 17.0.7 → 17.0.9
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.
- package/esm2022/lib/grids/hierarchical-grid/hierarchical-grid-base.directive.mjs +4 -2
- package/esm2022/lib/grids/hierarchical-grid/hierarchical-grid.component.mjs +7 -3
- package/fesm2022/igniteui-angular.mjs +7 -2
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/lib/core/styles/components/navbar/_navbar-theme.scss +4 -3
- package/lib/grids/hierarchical-grid/hierarchical-grid.component.d.ts +4 -1
- package/package.json +2 -2
- package/styles/igniteui-angular-dark.css +1 -1
- package/styles/igniteui-angular.css +1 -1
- package/styles/igniteui-bootstrap-dark.css +1 -1
- package/styles/igniteui-bootstrap-light.css +1 -1
- package/styles/igniteui-dark-green.css +1 -1
- package/styles/igniteui-fluent-dark-excel.css +1 -1
- package/styles/igniteui-fluent-dark-word.css +1 -1
- package/styles/igniteui-fluent-dark.css +1 -1
- package/styles/igniteui-fluent-light-excel.css +1 -1
- package/styles/igniteui-fluent-light-word.css +1 -1
- package/styles/igniteui-fluent-light.css +1 -1
- package/styles/igniteui-indigo-dark.css +1 -1
- package/styles/igniteui-indigo-light.css +1 -1
- package/styles/maps/igniteui-angular-dark.css.map +1 -1
- package/styles/maps/igniteui-angular.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-dark.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-light.css.map +1 -1
- package/styles/maps/igniteui-dark-green.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-light.css.map +1 -1
- package/styles/maps/igniteui-indigo-dark.css.map +1 -1
- package/styles/maps/igniteui-indigo-light.css.map +1 -1
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
flex-grow: 1;
|
|
120
120
|
user-select: text;
|
|
121
121
|
display: flex;
|
|
122
|
-
flex-direction: row
|
|
122
|
+
flex-direction: row;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
%igx-navbar-bundle {
|
|
@@ -131,8 +131,9 @@
|
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
%igx-navbar-icon-display
|
|
135
|
-
|
|
134
|
+
%igx-navbar-icon-display,
|
|
135
|
+
%igx-navbar-part {
|
|
136
|
+
igx-icon,
|
|
136
137
|
[igxButton='icon'] {
|
|
137
138
|
--component-size: 3;
|
|
138
139
|
|
|
@@ -6,6 +6,7 @@ import { IgxHierarchicalGridBaseDirective } from './hierarchical-grid-base.direc
|
|
|
6
6
|
import { CellType, GridType, RowType } from '../common/grid.interface';
|
|
7
7
|
import { IgxPaginatorComponent } from '../../paginator/paginator.component';
|
|
8
8
|
import { IgxGridExcelStyleFilteringComponent } from '../filtering/excel-style/excel-style-filtering.component';
|
|
9
|
+
import { IgxActionStripComponent } from '../../action-strip/action-strip.component';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export interface HierarchicalStateRecord {
|
|
11
12
|
rowID: any;
|
|
@@ -147,6 +148,8 @@ export declare class IgxHierarchicalGridComponent extends IgxHierarchicalGridBas
|
|
|
147
148
|
* @hidden
|
|
148
149
|
*/
|
|
149
150
|
childRow: IgxChildGridRowComponent;
|
|
151
|
+
/** @hidden @internal */
|
|
152
|
+
actionStrip: IgxActionStripComponent;
|
|
150
153
|
private _data;
|
|
151
154
|
private h_id;
|
|
152
155
|
private childGridTemplates;
|
|
@@ -420,6 +423,6 @@ export declare class IgxHierarchicalGridComponent extends IgxHierarchicalGridBas
|
|
|
420
423
|
private updateColumnList;
|
|
421
424
|
private _clearSeletionHighlights;
|
|
422
425
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxHierarchicalGridComponent, never>;
|
|
423
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxHierarchicalGridComponent, "igx-hierarchical-grid", never, { "id": { "alias": "id"; "required": false; }; "data": { "alias": "data"; "required": false; }; "totalItemCount": { "alias": "totalItemCount"; "required": false; }; "expandChildren": { "alias": "expandChildren"; "required": false; }; }, {}, ["childLayoutList", "allLayoutList", "paginatorList"], ["igx-grid-toolbar", "igx-grid-footer", "igx-paginator"], true, never>;
|
|
426
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxHierarchicalGridComponent, "igx-hierarchical-grid", never, { "id": { "alias": "id"; "required": false; }; "data": { "alias": "data"; "required": false; }; "totalItemCount": { "alias": "totalItemCount"; "required": false; }; "expandChildren": { "alias": "expandChildren"; "required": false; }; }, {}, ["actionStrip", "childLayoutList", "allLayoutList", "paginatorList"], ["igx-grid-toolbar", "igx-grid-footer", "igx-paginator"], true, never>;
|
|
424
427
|
static ngAcceptInputType_expandChildren: unknown;
|
|
425
428
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.9",
|
|
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",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"@types/hammerjs": "^2.0.40",
|
|
73
73
|
"hammerjs": "^2.0.8",
|
|
74
|
-
"fflate": "^0.
|
|
74
|
+
"fflate": "^0.8.1",
|
|
75
75
|
"tslib": "^2.3.0",
|
|
76
76
|
"igniteui-trial-watermark": "^3.0.2",
|
|
77
77
|
"lodash-es": "^4.17.21",
|