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