igniteui-angular 16.0.20 → 16.0.21
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/buttonGroup/buttonGroup.component.mjs +1 -1
- package/esm2022/lib/directives/button/button.directive.mjs +1 -1
- package/esm2022/lib/grids/column-actions/public_api.mjs +9 -9
- package/esm2022/lib/grids/columns/public_api.mjs +27 -18
- package/esm2022/lib/grids/filtering/excel-style/public_api.mjs +26 -26
- package/esm2022/lib/grids/headers/public_api.mjs +9 -9
- package/esm2022/lib/grids/public_api.mjs +56 -13
- package/esm2022/lib/grids/selection/public_api.mjs +7 -7
- package/esm2022/lib/grids/toolbar/public_api.mjs +19 -19
- package/esm2022/lib/services/overlay/overlay.mjs +2 -2
- package/esm2022/public_api.mjs +3 -3
- package/fesm2022/igniteui-angular.mjs +6585 -6506
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/lib/grids/column-actions/public_api.d.ts +0 -4
- package/lib/grids/columns/public_api.d.ts +0 -5
- package/lib/grids/filtering/excel-style/public_api.d.ts +0 -11
- package/lib/grids/headers/public_api.d.ts +0 -4
- package/lib/grids/public_api.d.ts +7 -1
- package/lib/grids/selection/public_api.d.ts +0 -2
- package/lib/grids/toolbar/public_api.d.ts +0 -7
- package/package.json +2 -2
- package/public_api.d.ts +2 -2
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import { IgxColumnActionsComponent } from './column-actions.component';
|
|
2
|
-
import { IgxColumnHidingDirective } from './column-hiding.directive';
|
|
3
|
-
import { IgxColumnPinningDirective } from './column-pinning.directive';
|
|
4
1
|
export { IgxColumnActionsComponent } from './column-actions.component';
|
|
5
2
|
export { IgxColumnHidingDirective } from './column-hiding.directive';
|
|
6
3
|
export { IgxColumnPinningDirective } from './column-pinning.directive';
|
|
7
4
|
export { IgxColumnActionsBaseDirective } from './column-actions-base.directive';
|
|
8
|
-
export declare const IGX_GRID_COLUMN_ACTIONS_DIRECTIVES: readonly [typeof IgxColumnActionsComponent, typeof IgxColumnHidingDirective, typeof IgxColumnPinningDirective];
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
import { IgxColumnGroupComponent } from './column-group.component';
|
|
2
|
-
import { IgxColumnLayoutComponent } from './column-layout.component';
|
|
3
|
-
import { IgxColumnComponent } from './column.component';
|
|
4
|
-
import { IgxCellEditorTemplateDirective, IgxCellFooterTemplateDirective, IgxCellHeaderTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCollapsibleIndicatorTemplateDirective, IgxFilterCellTemplateDirective, IgxSummaryTemplateDirective } from './templates.directive';
|
|
5
1
|
import { IgxColumnMaxLengthValidatorDirective, IgxColumnEmailValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnRequiredValidatorDirective, IgxColumPatternValidatorDirective } from './validators.directive';
|
|
6
2
|
export * from './column.component';
|
|
7
3
|
export * from './column-group.component';
|
|
@@ -10,4 +6,3 @@ export * from './templates.directive';
|
|
|
10
6
|
export * from './validators.directive';
|
|
11
7
|
export * from './interfaces';
|
|
12
8
|
export declare const IGX_GRID_VALIDATION_DIRECTIVES: readonly [typeof IgxColumnRequiredValidatorDirective, typeof IgxColumnMinValidatorDirective, typeof IgxColumnMaxValidatorDirective, typeof IgxColumnEmailValidatorDirective, typeof IgxColumnMinLengthValidatorDirective, typeof IgxColumnMaxLengthValidatorDirective, typeof IgxColumPatternValidatorDirective];
|
|
13
|
-
export declare const IGX_GRID_COLUMN_DIRECTIVES: readonly [typeof IgxFilterCellTemplateDirective, typeof IgxSummaryTemplateDirective, typeof IgxCellTemplateDirective, typeof IgxCellValidationErrorDirective, typeof IgxCellHeaderTemplateDirective, typeof IgxCellFooterTemplateDirective, typeof IgxCellEditorTemplateDirective, typeof IgxCollapsibleIndicatorTemplateDirective, typeof IgxColumnComponent, typeof IgxColumnGroupComponent, typeof IgxColumnLayoutComponent];
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import { IgxExcelStyleClearFiltersComponent } from './excel-style-clear-filters.component';
|
|
2
|
-
import { IgxExcelStyleConditionalFilterComponent } from './excel-style-conditional-filter.component';
|
|
3
|
-
import { IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleFilterOperationsTemplateDirective, IgxGridExcelStyleFilteringComponent } from './excel-style-filtering.component';
|
|
4
|
-
import { IgxExcelStyleHeaderComponent } from './excel-style-header.component';
|
|
5
|
-
import { IgxExcelStyleHidingComponent } from './excel-style-hiding.component';
|
|
6
|
-
import { IgxExcelStyleMovingComponent } from './excel-style-moving.component';
|
|
7
|
-
import { IgxExcelStylePinningComponent } from './excel-style-pinning.component';
|
|
8
|
-
import { IgxExcelStyleLoadingValuesTemplateDirective, IgxExcelStyleSearchComponent } from './excel-style-search.component';
|
|
9
|
-
import { IgxExcelStyleSelectingComponent } from './excel-style-selecting.component';
|
|
10
|
-
import { IgxExcelStyleSortingComponent } from './excel-style-sorting.component';
|
|
11
1
|
export * from './excel-style-clear-filters.component';
|
|
12
2
|
export * from './excel-style-conditional-filter.component';
|
|
13
3
|
export * from './excel-style-header.component';
|
|
@@ -19,4 +9,3 @@ export * from './excel-style-selecting.component';
|
|
|
19
9
|
export * from './excel-style-sorting.component';
|
|
20
10
|
export * from './excel-style-filtering.component';
|
|
21
11
|
export * from './excel-style-date-expression.component';
|
|
22
|
-
export declare const IGX_GRID_EXCEL_STYLE_FILTER_DIRECTIVES: readonly [typeof IgxGridExcelStyleFilteringComponent, typeof IgxExcelStyleHeaderComponent, typeof IgxExcelStyleSortingComponent, typeof IgxExcelStylePinningComponent, typeof IgxExcelStyleHidingComponent, typeof IgxExcelStyleSelectingComponent, typeof IgxExcelStyleClearFiltersComponent, typeof IgxExcelStyleConditionalFilterComponent, typeof IgxExcelStyleMovingComponent, typeof IgxExcelStyleSearchComponent, typeof IgxExcelStyleColumnOperationsTemplateDirective, typeof IgxExcelStyleFilterOperationsTemplateDirective, typeof IgxExcelStyleLoadingValuesTemplateDirective];
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
import { IgxGridHeaderGroupComponent } from './grid-header-group.component';
|
|
2
|
-
import { IgxGridHeaderRowComponent } from './grid-header-row.component';
|
|
3
|
-
import { IgxGridHeaderComponent } from './grid-header.component';
|
|
4
1
|
export { IgxGridHeaderComponent } from './grid-header.component';
|
|
5
2
|
export { IgxGridHeaderGroupComponent } from './grid-header-group.component';
|
|
6
3
|
export { IgxGridHeaderRowComponent } from './grid-header-row.component';
|
|
7
|
-
export declare const IGX_GRID_HEADERS_DIRECTIVES: readonly [typeof IgxGridHeaderComponent, typeof IgxGridHeaderGroupComponent, typeof IgxGridHeaderRowComponent];
|
|
@@ -1,9 +1,15 @@
|
|
|
1
|
+
import { IgxColumnActionsComponent, IgxColumnHidingDirective, IgxColumnPinningDirective } from './column-actions/public_api';
|
|
2
|
+
import { IgxFilterCellTemplateDirective, IgxSummaryTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCellHeaderTemplateDirective, IgxCellFooterTemplateDirective, IgxCellEditorTemplateDirective, IgxCollapsibleIndicatorTemplateDirective, IgxColumnComponent, IgxColumnGroupComponent, IgxColumnLayoutComponent } from './columns/public_api';
|
|
1
3
|
import { IgxAdvancedFilteringDialogComponent } from './filtering/advanced-filtering/advanced-filtering-dialog.component';
|
|
4
|
+
import { IgxGridExcelStyleFilteringComponent, IgxExcelStyleHeaderComponent, IgxExcelStyleSortingComponent, IgxExcelStylePinningComponent, IgxExcelStyleHidingComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleClearFiltersComponent, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleMovingComponent, IgxExcelStyleSearchComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleLoadingValuesTemplateDirective } from './filtering/excel-style/public_api';
|
|
2
5
|
import { IgxGridFooterComponent } from './grid-footer/grid-footer.component';
|
|
3
6
|
import { IgxExcelStyleHeaderIconDirective, IgxHeaderCollapsedIndicatorDirective, IgxHeaderExpandedIndicatorDirective, IgxRowCollapsedIndicatorDirective, IgxRowExpandedIndicatorDirective, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective } from './grid.directives';
|
|
7
|
+
import { IgxGridHeaderComponent, IgxGridHeaderGroupComponent, IgxGridHeaderRowComponent } from './headers/public_api';
|
|
4
8
|
import { IgxDragIndicatorIconDirective, IgxRowDragGhostDirective } from './row-drag.directive';
|
|
5
9
|
import { IgxRowDirective } from './row.directive';
|
|
10
|
+
import { IgxRowSelectorDirective, IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective } from './selection/public_api';
|
|
6
11
|
import { IgxGridStateDirective } from './state.directive';
|
|
12
|
+
import { IgxCSVTextDirective, IgxExcelTextDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridToolbarDirective } from './toolbar/public_api';
|
|
7
13
|
export { IgxRowDirective } from './row.directive';
|
|
8
14
|
export * from './grid.directives';
|
|
9
15
|
export * from './grid-public-row';
|
|
@@ -21,4 +27,4 @@ export * from './selection/public_api';
|
|
|
21
27
|
export * from './summaries/grid-summary';
|
|
22
28
|
export * from './column-actions/public_api';
|
|
23
29
|
export * from './toolbar/public_api';
|
|
24
|
-
export declare const IGX_GRID_COMMON_DIRECTIVES: readonly [typeof IgxRowDirective, typeof IgxGridFooterComponent, typeof IgxAdvancedFilteringDialogComponent, typeof IgxRowExpandedIndicatorDirective, typeof IgxRowCollapsedIndicatorDirective, typeof IgxHeaderExpandedIndicatorDirective, typeof IgxHeaderCollapsedIndicatorDirective, typeof IgxExcelStyleHeaderIconDirective, typeof IgxSortAscendingHeaderIconDirective, typeof IgxSortDescendingHeaderIconDirective, typeof IgxSortHeaderIconDirective, typeof IgxDragIndicatorIconDirective, typeof IgxRowDragGhostDirective, typeof IgxGridStateDirective, typeof
|
|
30
|
+
export declare const IGX_GRID_COMMON_DIRECTIVES: readonly [typeof IgxRowDirective, typeof IgxGridFooterComponent, typeof IgxAdvancedFilteringDialogComponent, typeof IgxRowExpandedIndicatorDirective, typeof IgxRowCollapsedIndicatorDirective, typeof IgxHeaderExpandedIndicatorDirective, typeof IgxHeaderCollapsedIndicatorDirective, typeof IgxExcelStyleHeaderIconDirective, typeof IgxSortAscendingHeaderIconDirective, typeof IgxSortDescendingHeaderIconDirective, typeof IgxSortHeaderIconDirective, typeof IgxDragIndicatorIconDirective, typeof IgxRowDragGhostDirective, typeof IgxGridStateDirective, typeof IgxGridHeaderComponent, typeof IgxGridHeaderGroupComponent, typeof IgxGridHeaderRowComponent, typeof IgxFilterCellTemplateDirective, typeof IgxSummaryTemplateDirective, typeof IgxCellTemplateDirective, typeof IgxCellValidationErrorDirective, typeof IgxCellHeaderTemplateDirective, typeof IgxCellFooterTemplateDirective, typeof IgxCellEditorTemplateDirective, typeof IgxCollapsibleIndicatorTemplateDirective, typeof IgxColumnComponent, typeof IgxColumnGroupComponent, typeof IgxColumnLayoutComponent, typeof IgxColumnActionsComponent, typeof IgxColumnHidingDirective, typeof IgxColumnPinningDirective, typeof IgxRowSelectorDirective, typeof IgxGroupByRowSelectorDirective, typeof IgxHeadSelectorDirective, typeof IgxCSVTextDirective, typeof IgxExcelTextDirective, typeof IgxGridToolbarActionsComponent, typeof IgxGridToolbarAdvancedFilteringComponent, typeof IgxGridToolbarComponent, typeof IgxGridToolbarExporterComponent, typeof IgxGridToolbarHidingComponent, typeof IgxGridToolbarPinningComponent, typeof IgxGridToolbarTitleComponent, typeof IgxGridToolbarDirective, typeof IgxGridExcelStyleFilteringComponent, typeof IgxExcelStyleHeaderComponent, typeof IgxExcelStyleSortingComponent, typeof IgxExcelStylePinningComponent, typeof IgxExcelStyleHidingComponent, typeof IgxExcelStyleSelectingComponent, typeof IgxExcelStyleClearFiltersComponent, typeof IgxExcelStyleConditionalFilterComponent, typeof IgxExcelStyleMovingComponent, typeof IgxExcelStyleSearchComponent, typeof IgxExcelStyleColumnOperationsTemplateDirective, typeof IgxExcelStyleFilterOperationsTemplateDirective, typeof IgxExcelStyleLoadingValuesTemplateDirective];
|
|
@@ -1,3 +1 @@
|
|
|
1
|
-
import { IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxRowSelectorDirective } from './row-selectors';
|
|
2
1
|
export * from './row-selectors';
|
|
3
|
-
export declare const IGX_GRID_SELECTION_DIRECTIVES: readonly [typeof IgxRowSelectorDirective, typeof IgxGroupByRowSelectorDirective, typeof IgxHeadSelectorDirective];
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { IgxCSVTextDirective, IgxExcelTextDirective, IgxGridToolbarActionsComponent, IgxGridToolbarDirective, IgxGridToolbarTitleComponent } from './common';
|
|
2
|
-
import { IgxGridToolbarAdvancedFilteringComponent } from './grid-toolbar-advanced-filtering.component';
|
|
3
|
-
import { IgxGridToolbarExporterComponent } from './grid-toolbar-exporter.component';
|
|
4
|
-
import { IgxGridToolbarHidingComponent } from './grid-toolbar-hiding.component';
|
|
5
|
-
import { IgxGridToolbarPinningComponent } from './grid-toolbar-pinning.component';
|
|
6
|
-
import { IgxGridToolbarComponent } from './grid-toolbar.component';
|
|
7
1
|
export * from './grid-toolbar.component';
|
|
8
2
|
export * from './common';
|
|
9
3
|
export * from './grid-toolbar-advanced-filtering.component';
|
|
10
4
|
export * from './grid-toolbar-exporter.component';
|
|
11
5
|
export * from './grid-toolbar-hiding.component';
|
|
12
6
|
export * from './grid-toolbar-pinning.component';
|
|
13
|
-
export declare const IGX_GRID_TOOLBAR_DIRECTIVES: readonly [typeof IgxCSVTextDirective, typeof IgxExcelTextDirective, typeof IgxGridToolbarActionsComponent, typeof IgxGridToolbarAdvancedFilteringComponent, typeof IgxGridToolbarComponent, typeof IgxGridToolbarExporterComponent, typeof IgxGridToolbarHidingComponent, typeof IgxGridToolbarPinningComponent, typeof IgxGridToolbarTitleComponent, typeof IgxGridToolbarDirective];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.21",
|
|
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",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"lodash-es": "^4.17.21",
|
|
78
78
|
"uuid": "^9.0.0",
|
|
79
79
|
"igniteui-theming": "^2.0.0",
|
|
80
|
-
"@igniteui/material-icons-extended": "^
|
|
80
|
+
"@igniteui/material-icons-extended": "^3.0.0"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@angular/common": "^16.0.0",
|
package/public_api.d.ts
CHANGED
|
@@ -45,8 +45,8 @@ export * from './lib/data-operations/data-util';
|
|
|
45
45
|
/**
|
|
46
46
|
* Components
|
|
47
47
|
*/
|
|
48
|
-
export * from './lib/action-strip/public_api';
|
|
49
48
|
export * from './lib/accordion/public_api';
|
|
49
|
+
export * from './lib/action-strip/public_api';
|
|
50
50
|
export * from './lib/avatar/avatar.component';
|
|
51
51
|
export * from './lib/badge/badge.component';
|
|
52
52
|
export * from './lib/banner/public_api';
|
|
@@ -63,6 +63,7 @@ export * from './lib/dialog/public_api';
|
|
|
63
63
|
export * from './lib/drop-down/public_api';
|
|
64
64
|
export * from './lib/grids/public_api';
|
|
65
65
|
export * from './lib/grids/grid/public_api';
|
|
66
|
+
export * from './lib/grids/pivot-grid/public_api';
|
|
66
67
|
export * from './lib/grids/tree-grid/public_api';
|
|
67
68
|
export * from './lib/grids/hierarchical-grid/public_api';
|
|
68
69
|
export * from './lib/icon/public_api';
|
|
@@ -87,7 +88,6 @@ export * from './lib/stepper/public_api';
|
|
|
87
88
|
export * from './lib/date-range-picker/public_api';
|
|
88
89
|
export * from './lib/date-common/public_api';
|
|
89
90
|
export * from './lib/tree/public_api';
|
|
90
|
-
export * from './lib/grids/pivot-grid/public_api';
|
|
91
91
|
export * from './lib/query-builder/public_api';
|
|
92
92
|
/**
|
|
93
93
|
* Exporter services, classes, interfaces and enums
|