igniteui-angular 12.2.5 → 12.2.6
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/bundles/igniteui-angular.umd.js +259 -474
- package/bundles/igniteui-angular.umd.js.map +1 -1
- package/esm2015/igniteui-angular.js +106 -107
- package/esm2015/lib/action-strip/grid-actions/grid-editing-actions.component.js +2 -2
- package/esm2015/lib/banner/banner.component.js +1 -1
- package/esm2015/lib/core/utils.js +11 -1
- package/esm2015/lib/directives/radio/radio-group.directive.js +5 -13
- package/esm2015/lib/drop-down/drop-down-item.base.js +1 -5
- package/esm2015/lib/grids/cell.component.js +1 -17
- package/esm2015/lib/grids/column-actions/column-actions.component.js +3 -7
- package/esm2015/lib/grids/grid/grid.component.js +3 -7
- package/esm2015/lib/grids/grid-base.directive.js +55 -118
- package/esm2015/lib/grids/grid-public-row.js +3 -12
- package/esm2015/lib/grids/headers/grid-header-row.component.js +2 -2
- package/esm2015/lib/grids/hierarchical-grid/hierarchical-grid.component.js +3 -7
- package/esm2015/lib/grids/tree-grid/tree-grid.component.js +3 -7
- package/esm2015/lib/icon/icon.component.js +1 -6
- package/esm2015/lib/services/overlay/utilities.js +1 -1
- package/esm2015/lib/toast/toast.component.js +3 -6
- package/fesm2015/igniteui-angular.js +84 -278
- package/fesm2015/igniteui-angular.js.map +1 -1
- package/igniteui-angular.d.ts +105 -106
- package/igniteui-angular.metadata.json +1 -1
- package/lib/banner/banner.component.d.ts +1 -2
- package/lib/core/utils.d.ts +4 -0
- package/lib/directives/radio/radio-group.directive.d.ts +4 -4
- package/lib/grids/cell.component.d.ts +0 -9
- package/lib/grids/column-actions/column-actions.component.d.ts +2 -1
- package/lib/grids/grid/grid.component.d.ts +2 -1
- package/lib/grids/grid-base.directive.d.ts +54 -37
- package/lib/grids/grid-public-row.d.ts +2 -3
- package/lib/grids/hierarchical-grid/hierarchical-grid.component.d.ts +2 -1
- package/lib/grids/tree-grid/tree-grid.component.d.ts +2 -1
- package/lib/icon/icon.component.d.ts +2 -2
- package/lib/services/overlay/utilities.d.ts +2 -1
- package/lib/toast/toast.component.d.ts +2 -0
- package/migrations/common/filterSourceDirs.d.ts +2 -2
- package/migrations/common/filterSourceDirs.js +2 -2
- package/package.json +1 -1
- package/esm2015/lib/core/deprecateDecorators.js +0 -101
- package/lib/core/deprecateDecorators.d.ts +0 -20
package/igniteui-angular.d.ts
CHANGED
|
@@ -3,124 +3,123 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export * from './public_api';
|
|
5
5
|
export { IgxActionStripMenuItemDirective as ɵa } from './lib/action-strip/action-strip.component';
|
|
6
|
-
export { IgxGridActionButtonComponent as
|
|
6
|
+
export { IgxGridActionButtonComponent as ɵy } from './lib/action-strip/grid-actions/grid-action-button.component';
|
|
7
7
|
export { EaseIn as ɵj, EaseOut as ɵk } from './lib/animations/easings';
|
|
8
|
-
export { IgxBannerActionsDirective as
|
|
9
|
-
export { IgxDayItemComponent as
|
|
10
|
-
export { IgxDaysViewNavigationService as
|
|
11
|
-
export { IgxGetViewDateCalendar as
|
|
12
|
-
export { IgxCarouselIndicatorDirective as
|
|
13
|
-
export { IgxComboAddItemComponent as
|
|
14
|
-
export { IgxComboDropDownComponent as
|
|
15
|
-
export { IgxComboItemComponent as
|
|
16
|
-
export { IgxComboAPIService as
|
|
17
|
-
export { IGX_COMBO_COMPONENT as
|
|
18
|
-
export { IgxComboAddItemDirective as
|
|
19
|
-
export { IgxComboFilteringPipe as
|
|
20
|
-
export { DeprecateMethod as ɵw, DeprecateProperty as ɵx } from './lib/core/deprecateDecorators';
|
|
8
|
+
export { IgxBannerActionsDirective as ɵbd } from './lib/banner/banner.directives';
|
|
9
|
+
export { IgxDayItemComponent as ɵbf } from './lib/calendar/days-view/day-item.component';
|
|
10
|
+
export { IgxDaysViewNavigationService as ɵbe } from './lib/calendar/days-view/daysview-navigation.service';
|
|
11
|
+
export { IgxGetViewDateCalendar as ɵbh, IgxMonthViewSlotsCalendar as ɵbg } from './lib/calendar/months-view.pipe';
|
|
12
|
+
export { IgxCarouselIndicatorDirective as ɵbi, IgxCarouselNextButtonDirective as ɵbj, IgxCarouselPrevButtonDirective as ɵbk } from './lib/carousel/carousel.directives';
|
|
13
|
+
export { IgxComboAddItemComponent as ɵca } from './lib/combo/combo-add-item.component';
|
|
14
|
+
export { IgxComboDropDownComponent as ɵbo } from './lib/combo/combo-dropdown.component';
|
|
15
|
+
export { IgxComboItemComponent as ɵbp } from './lib/combo/combo-item.component';
|
|
16
|
+
export { IgxComboAPIService as ɵbl } from './lib/combo/combo.api';
|
|
17
|
+
export { IGX_COMBO_COMPONENT as ɵbm, IgxComboBase as ɵbn } from './lib/combo/combo.common';
|
|
18
|
+
export { IgxComboAddItemDirective as ɵbv, IgxComboClearIconDirective as ɵbx, IgxComboEmptyDirective as ɵbt, IgxComboFooterDirective as ɵbr, IgxComboHeaderDirective as ɵbq, IgxComboHeaderItemDirective as ɵbu, IgxComboItemDirective as ɵbs, IgxComboToggleIconDirective as ɵbw } from './lib/combo/combo.directives';
|
|
19
|
+
export { IgxComboFilteringPipe as ɵby, IgxComboGroupingPipe as ɵbz } from './lib/combo/combo.pipes';
|
|
21
20
|
export { IgxSelectionAPIService as ɵm } from './lib/core/selection';
|
|
22
|
-
export { HammerGesturesManager as
|
|
21
|
+
export { HammerGesturesManager as ɵco } from './lib/core/touch';
|
|
23
22
|
export { PlatformUtil as ɵi } from './lib/core/utils';
|
|
24
|
-
export { getHierarchy as
|
|
25
|
-
export { IgxCalendarContainerComponent as
|
|
26
|
-
export { PickerBaseDirective as
|
|
27
|
-
export { IgxDialogActionsDirective as
|
|
23
|
+
export { getHierarchy as ɵx, isHierarchyMatch as ɵw } from './lib/data-operations/operations';
|
|
24
|
+
export { IgxCalendarContainerComponent as ɵcc, IgxCalendarContainerModule as ɵcd } from './lib/date-common/calendar-container/calendar-container.component';
|
|
25
|
+
export { PickerBaseDirective as ɵcb } from './lib/date-common/picker-base.directive';
|
|
26
|
+
export { IgxDialogActionsDirective as ɵcf, IgxDialogTitleDirective as ɵce } from './lib/dialog/dialog.directives';
|
|
28
27
|
export { VirtualHelperBaseDirective as ɵt } from './lib/directives/for-of/base.helper.component';
|
|
29
28
|
export { DisplayContainerComponent as ɵp } from './lib/directives/for-of/display.container';
|
|
30
29
|
export { IgxForOfScrollSyncService as ɵo, IgxForOfSyncService as ɵn } from './lib/directives/for-of/for_of.sync.service';
|
|
31
30
|
export { HVirtualHelperComponent as ɵu } from './lib/directives/for-of/horizontal.virtual.helper.component';
|
|
32
31
|
export { VirtualHelperComponent as ɵs } from './lib/directives/for-of/virtual.helper.component';
|
|
33
32
|
export { MaskParsingService as ɵv } from './lib/directives/mask/mask-parsing.service';
|
|
34
|
-
export { IgxNotificationsDirective as
|
|
33
|
+
export { IgxNotificationsDirective as ɵcs } from './lib/directives/notification/notifications.directive';
|
|
35
34
|
export { IgxScrollInertiaDirective as ɵq, IgxScrollInertiaModule as ɵr } from './lib/directives/scroll-inertia/scroll_inertia.directive';
|
|
36
|
-
export { IgxTemplateOutletDirective as
|
|
35
|
+
export { IgxTemplateOutletDirective as ɵdm, IgxTemplateOutletModule as ɵdn } from './lib/directives/template-outlet/template_outlet.directive';
|
|
37
36
|
export { IDropDownBase as ɵc, IGX_DROPDOWN_BASE as ɵb } from './lib/drop-down/drop-down.common';
|
|
38
37
|
export { IGX_EXPANSION_PANEL_COMPONENT as ɵf, IgxExpansionPanelBase as ɵe } from './lib/expansion-panel/expansion-panel.common';
|
|
39
|
-
export { IgxExpansionPanelDescriptionDirective as
|
|
40
|
-
export { ToggleAnimationPlayer as
|
|
41
|
-
export { IgxGridCellComponent as
|
|
42
|
-
export { IgxColumnHidingDirective as
|
|
43
|
-
export { IgxColumnPinningDirective as
|
|
44
|
-
export { IgxGridColumnModule as
|
|
45
|
-
export { IgxCellCrudState as
|
|
46
|
-
export { IgxGridPipesModule as
|
|
47
|
-
export { IgxColumnActionEnabledPipe as
|
|
48
|
-
export { IgxGridSharedModules as
|
|
49
|
-
export { IgxAdvancedFilteringDialogComponent as
|
|
50
|
-
export { IgxGridFilteringModule as
|
|
51
|
-
export { IgxGridFilteringCellComponent as
|
|
52
|
-
export { IgxGridFilteringRowComponent as
|
|
53
|
-
export { IgxExcelStyleCustomDialogComponent as
|
|
54
|
-
export { IgxExcelStyleDateExpressionComponent as
|
|
55
|
-
export { IgxExcelStyleDefaultExpressionComponent as
|
|
56
|
-
export { IgxGridExcelStyleFilteringModule as
|
|
57
|
-
export { IgxFilteringService as
|
|
58
|
-
export { IgxGridFooterComponent as
|
|
59
|
-
export { IgxGridNavigationService as
|
|
60
|
-
export { IgxRowAddTextDirective as
|
|
61
|
-
export { IgxGridExpandableCellComponent as
|
|
62
|
-
export { IgxGridRowComponent as
|
|
63
|
-
export { IgxGridDetailsPipe as
|
|
64
|
-
export { IgxGridFilteringPipe as
|
|
65
|
-
export { IgxGridSummaryPipe as
|
|
66
|
-
export { IgxGridGroupByRowComponent as
|
|
67
|
-
export { IgxGridGroupByAreaComponent as
|
|
68
|
-
export { IgxGroupByAreaDirective as
|
|
69
|
-
export { IgxTreeGridGroupByAreaComponent as
|
|
70
|
-
export { IgxGridHeaderGroupComponent as
|
|
71
|
-
export { IgxGridHeaderRowComponent as
|
|
72
|
-
export { IgxGridHeaderComponent as
|
|
73
|
-
export { IgxGridHeadersModule as
|
|
74
|
-
export { SortingIndexPipe as
|
|
75
|
-
export { IgxChildGridRowComponent as
|
|
76
|
-
export { IgxHierarchicalGridCellComponent as
|
|
77
|
-
export { IgxHierarchicalGridNavigationService as
|
|
78
|
-
export { IgxHierarchicalRowComponent as
|
|
79
|
-
export { IgxColumnMovingDragDirective as
|
|
80
|
-
export { IgxColumnMovingDropDirective as
|
|
81
|
-
export { IgxColumnMovingModule as
|
|
82
|
-
export { IgxColumnMovingService as
|
|
83
|
-
export { IgxResizeHandleDirective as
|
|
84
|
-
export { IgxGridResizingModule as
|
|
85
|
-
export { IgxGridColumnResizerComponent as
|
|
86
|
-
export { IgxColumnResizerDirective as
|
|
87
|
-
export { IgxColumnResizingService as
|
|
88
|
-
export { IgxDragIndicatorIconDirective as
|
|
89
|
-
export { IgxRowDirective as
|
|
90
|
-
export { IgxGridDragSelectDirective as
|
|
91
|
-
export { IgxGroupByRowSelectorDirective as
|
|
92
|
-
export { IgxGridSelectionModule as
|
|
38
|
+
export { IgxExpansionPanelDescriptionDirective as ɵbb, IgxExpansionPanelIconDirective as ɵbc, IgxExpansionPanelTitleDirective as ɵba } from './lib/expansion-panel/expansion-panel.directives';
|
|
39
|
+
export { ToggleAnimationPlayer as ɵz } from './lib/expansion-panel/toggle-animation-component';
|
|
40
|
+
export { IgxGridCellComponent as ɵef } from './lib/grids/cell.component';
|
|
41
|
+
export { IgxColumnHidingDirective as ɵei } from './lib/grids/column-actions/column-hiding.directive';
|
|
42
|
+
export { IgxColumnPinningDirective as ɵej } from './lib/grids/column-actions/column-pinning.directive';
|
|
43
|
+
export { IgxGridColumnModule as ɵfw } from './lib/grids/columns/column.module';
|
|
44
|
+
export { IgxCellCrudState as ɵcg, IgxGridCRUDService as ɵcj, IgxRowAddCrudState as ɵci, IgxRowCrudState as ɵch } from './lib/grids/common/crud.service';
|
|
45
|
+
export { IgxGridPipesModule as ɵez } from './lib/grids/common/grid-pipes.module';
|
|
46
|
+
export { IgxColumnActionEnabledPipe as ɵfl, IgxColumnFormatterPipe as ɵfr, IgxFilterActionColumnsPipe as ɵfm, IgxGridAddRowPipe as ɵft, IgxGridCellStyleClassesPipe as ɵfa, IgxGridCellStylesPipe as ɵfb, IgxGridDataMapperPipe as ɵfo, IgxGridFilterConditionPipe as ɵfg, IgxGridNotGroupedPipe as ɵfe, IgxGridPaginatorOptionsPipe as ɵfi, IgxGridRowClassesPipe as ɵfc, IgxGridRowPinningPipe as ɵfk, IgxGridRowStylesPipe as ɵfd, IgxGridTopLevelColumns as ɵff, IgxGridTransactionPipe as ɵfh, IgxGridTransactionStatePipe as ɵfq, IgxHasVisibleColumnsPipe as ɵfj, IgxHeaderGroupStylePipe as ɵfv, IgxHeaderGroupWidthPipe as ɵfu, IgxSortActionColumnsPipe as ɵfn, IgxStringReplacePipe as ɵfp, IgxSummaryFormatterPipe as ɵfs } from './lib/grids/common/pipes';
|
|
47
|
+
export { IgxGridSharedModules as ɵek } from './lib/grids/common/shared.module';
|
|
48
|
+
export { IgxAdvancedFilteringDialogComponent as ɵeh } from './lib/grids/filtering/advanced-filtering/advanced-filtering-dialog.component';
|
|
49
|
+
export { IgxGridFilteringModule as ɵfz } from './lib/grids/filtering/base/filtering.module';
|
|
50
|
+
export { IgxGridFilteringCellComponent as ɵdg } from './lib/grids/filtering/base/grid-filtering-cell.component';
|
|
51
|
+
export { IgxGridFilteringRowComponent as ɵdi } from './lib/grids/filtering/base/grid-filtering-row.component';
|
|
52
|
+
export { IgxExcelStyleCustomDialogComponent as ɵcl } from './lib/grids/filtering/excel-style/excel-style-custom-dialog.component';
|
|
53
|
+
export { IgxExcelStyleDateExpressionComponent as ɵcn } from './lib/grids/filtering/excel-style/excel-style-date-expression.component';
|
|
54
|
+
export { IgxExcelStyleDefaultExpressionComponent as ɵcm } from './lib/grids/filtering/excel-style/excel-style-default-expression.component';
|
|
55
|
+
export { IgxGridExcelStyleFilteringModule as ɵgf } from './lib/grids/filtering/excel-style/grid.excel-style-filtering.module';
|
|
56
|
+
export { IgxFilteringService as ɵdh } from './lib/grids/filtering/grid-filtering.service';
|
|
57
|
+
export { IgxGridFooterComponent as ɵeg } from './lib/grids/grid-footer/grid-footer.component';
|
|
58
|
+
export { IgxGridNavigationService as ɵdw } from './lib/grids/grid-navigation.service';
|
|
59
|
+
export { IgxRowAddTextDirective as ɵdq, IgxRowEditActionsDirective as ɵdr, IgxRowEditTabStopDirective as ɵds, IgxRowEditTemplateDirective as ɵdo, IgxRowEditTextDirective as ɵdp } from './lib/grids/grid.rowEdit.directive';
|
|
60
|
+
export { IgxGridExpandableCellComponent as ɵgu } from './lib/grids/grid/expandable-cell.component';
|
|
61
|
+
export { IgxGridRowComponent as ɵgn } from './lib/grids/grid/grid-row.component';
|
|
62
|
+
export { IgxGridDetailsPipe as ɵgt } from './lib/grids/grid/grid.details.pipe';
|
|
63
|
+
export { IgxGridFilteringPipe as ɵgr, IgxGridGroupingPipe as ɵgp, IgxGridPagingPipe as ɵgq, IgxGridSortingPipe as ɵgo } from './lib/grids/grid/grid.pipes';
|
|
64
|
+
export { IgxGridSummaryPipe as ɵgs } from './lib/grids/grid/grid.summary.pipe';
|
|
65
|
+
export { IgxGridGroupByRowComponent as ɵdz } from './lib/grids/grid/groupby-row.component';
|
|
66
|
+
export { IgxGridGroupByAreaComponent as ɵdj } from './lib/grids/grouping/grid-group-by-area.component';
|
|
67
|
+
export { IgxGroupByAreaDirective as ɵdk, IgxGroupByMetaPipe as ɵdl } from './lib/grids/grouping/group-by-area.directive';
|
|
68
|
+
export { IgxTreeGridGroupByAreaComponent as ɵeb } from './lib/grids/grouping/tree-grid-group-by-area.component';
|
|
69
|
+
export { IgxGridHeaderGroupComponent as ɵde } from './lib/grids/headers/grid-header-group.component';
|
|
70
|
+
export { IgxGridHeaderRowComponent as ɵdd } from './lib/grids/headers/grid-header-row.component';
|
|
71
|
+
export { IgxGridHeaderComponent as ɵdf } from './lib/grids/headers/grid-header.component';
|
|
72
|
+
export { IgxGridHeadersModule as ɵfx } from './lib/grids/headers/headers.module';
|
|
73
|
+
export { SortingIndexPipe as ɵfy } from './lib/grids/headers/sorting-index.pipe';
|
|
74
|
+
export { IgxChildGridRowComponent as ɵee } from './lib/grids/hierarchical-grid/child-grid-row.component';
|
|
75
|
+
export { IgxHierarchicalGridCellComponent as ɵhh } from './lib/grids/hierarchical-grid/hierarchical-cell.component';
|
|
76
|
+
export { IgxHierarchicalGridNavigationService as ɵed } from './lib/grids/hierarchical-grid/hierarchical-grid-navigation.service';
|
|
77
|
+
export { IgxHierarchicalRowComponent as ɵhg } from './lib/grids/hierarchical-grid/hierarchical-row.component';
|
|
78
|
+
export { IgxColumnMovingDragDirective as ɵgc } from './lib/grids/moving/moving.drag.directive';
|
|
79
|
+
export { IgxColumnMovingDropDirective as ɵgb } from './lib/grids/moving/moving.drop.directive';
|
|
80
|
+
export { IgxColumnMovingModule as ɵga } from './lib/grids/moving/moving.module';
|
|
81
|
+
export { IgxColumnMovingService as ɵck } from './lib/grids/moving/moving.service';
|
|
82
|
+
export { IgxResizeHandleDirective as ɵge } from './lib/grids/resizing/resize-handle.directive';
|
|
83
|
+
export { IgxGridResizingModule as ɵgd } from './lib/grids/resizing/resize.module';
|
|
84
|
+
export { IgxGridColumnResizerComponent as ɵct } from './lib/grids/resizing/resizer.component';
|
|
85
|
+
export { IgxColumnResizerDirective as ɵcu } from './lib/grids/resizing/resizer.directive';
|
|
86
|
+
export { IgxColumnResizingService as ɵcv } from './lib/grids/resizing/resizing.service';
|
|
87
|
+
export { IgxDragIndicatorIconDirective as ɵda, IgxRowDragDirective as ɵcz, IgxRowDragGhostDirective as ɵdb, IgxRowDragModule as ɵdc } from './lib/grids/row-drag.directive';
|
|
88
|
+
export { IgxRowDirective as ɵdv } from './lib/grids/row.directive';
|
|
89
|
+
export { IgxGridDragSelectDirective as ɵgh } from './lib/grids/selection/drag-select.directive';
|
|
90
|
+
export { IgxGroupByRowSelectorDirective as ɵcx, IgxHeadSelectorDirective as ɵcy, IgxRowSelectorDirective as ɵcw } from './lib/grids/selection/row-selectors';
|
|
91
|
+
export { IgxGridSelectionModule as ɵgg } from './lib/grids/selection/selection.module';
|
|
93
92
|
export { IgxGridSelectionService as ɵd } from './lib/grids/selection/selection.service';
|
|
94
|
-
export { IgxSummaryDataPipe as
|
|
95
|
-
export { IgxGridSummaryService as
|
|
96
|
-
export { IgxSummaryCellComponent as
|
|
97
|
-
export { IgxSummaryRowComponent as
|
|
98
|
-
export { IgxGridSummaryModule as
|
|
99
|
-
export { BaseToolbarColumnActionsDirective as
|
|
100
|
-
export { IgxGridToolbarModule as
|
|
101
|
-
export { IgxTreeGridCellComponent as
|
|
102
|
-
export { IgxTreeGridRowComponent as
|
|
103
|
-
export { IgxTreeGridSelectionService as
|
|
104
|
-
export { IgxRowLoadingIndicatorTemplateDirective as
|
|
105
|
-
export { IgxTreeGridFilteringPipe as
|
|
106
|
-
export { IgxTreeGridAddRowPipe as
|
|
107
|
-
export { IgxTreeGridSummaryPipe as
|
|
108
|
-
export { WatchChanges as
|
|
93
|
+
export { IgxSummaryDataPipe as ɵgj } from './lib/grids/summaries/grid-root-summary.pipe';
|
|
94
|
+
export { IgxGridSummaryService as ɵdx } from './lib/grids/summaries/grid-summary.service';
|
|
95
|
+
export { IgxSummaryCellComponent as ɵdu } from './lib/grids/summaries/summary-cell.component';
|
|
96
|
+
export { IgxSummaryRowComponent as ɵdt } from './lib/grids/summaries/summary-row.component';
|
|
97
|
+
export { IgxGridSummaryModule as ɵgi } from './lib/grids/summaries/summary.module';
|
|
98
|
+
export { BaseToolbarColumnActionsDirective as ɵgm, BaseToolbarDirective as ɵgl } from './lib/grids/toolbar/grid-toolbar.base';
|
|
99
|
+
export { IgxGridToolbarModule as ɵgk } from './lib/grids/toolbar/toolbar.module';
|
|
100
|
+
export { IgxTreeGridCellComponent as ɵgw } from './lib/grids/tree-grid/tree-cell.component';
|
|
101
|
+
export { IgxTreeGridRowComponent as ɵgv } from './lib/grids/tree-grid/tree-grid-row.component';
|
|
102
|
+
export { IgxTreeGridSelectionService as ɵea } from './lib/grids/tree-grid/tree-grid-selection.service';
|
|
103
|
+
export { IgxRowLoadingIndicatorTemplateDirective as ɵec } from './lib/grids/tree-grid/tree-grid.directives';
|
|
104
|
+
export { IgxTreeGridFilteringPipe as ɵhe } from './lib/grids/tree-grid/tree-grid.filtering.pipe';
|
|
105
|
+
export { IgxTreeGridAddRowPipe as ɵhd, IgxTreeGridFlatteningPipe as ɵgy, IgxTreeGridHierarchizingPipe as ɵgx, IgxTreeGridNormalizeRecordsPipe as ɵhc, IgxTreeGridPagingPipe as ɵha, IgxTreeGridSortingPipe as ɵgz, IgxTreeGridTransactionPipe as ɵhb } from './lib/grids/tree-grid/tree-grid.pipes';
|
|
106
|
+
export { IgxTreeGridSummaryPipe as ɵhf } from './lib/grids/tree-grid/tree-grid.summary.pipe';
|
|
107
|
+
export { WatchChanges as ɵcp, WatchColumnChanges as ɵcq, notifyChanges as ɵcr } from './lib/grids/watch-changes';
|
|
109
108
|
export { IgxInputGroupBase as ɵl } from './lib/input-group/input-group.common';
|
|
110
|
-
export { IgxProcessBarTextTemplateDirective as
|
|
111
|
-
export { IgxSelectItemNavigationDirective as
|
|
112
|
-
export { DIR_DOCUMENT as
|
|
113
|
-
export { ConnectedPositioningStrategy as
|
|
114
|
-
export { IgxThumbLabelComponent as
|
|
115
|
-
export { IgxSliderThumbComponent as
|
|
116
|
-
export { IgxTickLabelsPipe as
|
|
117
|
-
export { IgxTicksComponent as
|
|
118
|
-
export { IgxSplitBarComponent as
|
|
119
|
-
export { IgxTabContentBase as
|
|
120
|
-
export { IGX_TIME_PICKER_COMPONENT as
|
|
121
|
-
export { IgxItemListDirective as
|
|
122
|
-
export { TimeFormatPipe as
|
|
109
|
+
export { IgxProcessBarTextTemplateDirective as ɵel, IgxProgressBarGradientDirective as ɵem } from './lib/progressbar/progressbar.common';
|
|
110
|
+
export { IgxSelectItemNavigationDirective as ɵeq } from './lib/select/select-navigation.directive';
|
|
111
|
+
export { DIR_DOCUMENT as ɵeo, DIR_DOCUMENT_FACTORY as ɵen, IgxDirectionality as ɵep } from './lib/services/direction/directionality';
|
|
112
|
+
export { ConnectedPositioningStrategy as ɵdy } from './lib/services/public_api';
|
|
113
|
+
export { IgxThumbLabelComponent as ɵhj } from './lib/slider/label/thumb-label.component';
|
|
114
|
+
export { IgxSliderThumbComponent as ɵhi } from './lib/slider/thumb/thumb-slider.component';
|
|
115
|
+
export { IgxTickLabelsPipe as ɵhl } from './lib/slider/ticks/tick.pipe';
|
|
116
|
+
export { IgxTicksComponent as ɵhk } from './lib/slider/ticks/ticks.component';
|
|
117
|
+
export { IgxSplitBarComponent as ɵhp } from './lib/splitter/splitter-bar/splitter-bar.component';
|
|
118
|
+
export { IgxTabContentBase as ɵho, IgxTabHeaderBase as ɵhn, IgxTabsBase as ɵhm } from './lib/tabs/tabs.base';
|
|
119
|
+
export { IGX_TIME_PICKER_COMPONENT as ɵer, IgxTimePickerBase as ɵes } from './lib/time-picker/time-picker.common';
|
|
120
|
+
export { IgxItemListDirective as ɵet, IgxTimeItemDirective as ɵeu, IgxTimePickerActionsDirective as ɵew, IgxTimePickerTemplateDirective as ɵev } from './lib/time-picker/time-picker.directives';
|
|
121
|
+
export { TimeFormatPipe as ɵex, TimeItemPipe as ɵey } from './lib/time-picker/time-picker.pipes';
|
|
123
122
|
export { IGX_TREE_COMPONENT as ɵg, IGX_TREE_NODE_COMPONENT as ɵh } from './lib/tree/common';
|
|
124
|
-
export { IgxTreeNavigationService as
|
|
125
|
-
export { IgxTreeSelectionService as
|
|
126
|
-
export { IgxTreeService as
|
|
123
|
+
export { IgxTreeNavigationService as ɵhs } from './lib/tree/tree-navigation.service';
|
|
124
|
+
export { IgxTreeSelectionService as ɵhr } from './lib/tree/tree-selection.service';
|
|
125
|
+
export { IgxTreeService as ɵhq } from './lib/tree/tree.service';
|