@progress/kendo-angular-grid 16.11.0-develop.14 → 16.11.0-develop.16
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/esm2020/filtering/cell/row-filtering.module.mjs +1 -3
- package/esm2020/filtering/menu/filter-menu.module.mjs +1 -3
- package/esm2020/filtering/shared-filtering.module.mjs +1 -3
- package/esm2020/grid.module.mjs +1 -3
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/rendering/body.module.mjs +1 -3
- package/esm2020/rendering/header/header.module.mjs +1 -3
- package/fesm2015/progress-kendo-angular-grid.mjs +3 -15
- package/fesm2020/progress-kendo-angular-grid.mjs +3 -15
- package/package.json +16 -16
- package/schematics/ngAdd/index.js +4 -4
|
@@ -8,7 +8,7 @@ import { StringFilterCellComponent } from './string-filter-cell.component';
|
|
|
8
8
|
import { BooleanFilterCellComponent } from './boolean-filter-cell.component';
|
|
9
9
|
import { DateFilterCellComponent } from './date-filter-cell.component';
|
|
10
10
|
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
11
|
-
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService,
|
|
11
|
+
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, NavigationService } from '@progress/kendo-angular-dateinputs';
|
|
12
12
|
import { DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
|
|
13
13
|
import { IconsService } from '@progress/kendo-angular-icons';
|
|
14
14
|
import { PopupService } from '@progress/kendo-angular-popup';
|
|
@@ -86,7 +86,6 @@ RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
86
86
|
DecadeViewService,
|
|
87
87
|
MonthViewService,
|
|
88
88
|
YearViewService,
|
|
89
|
-
WeekNamesService,
|
|
90
89
|
NavigationService
|
|
91
90
|
], imports: [i1.FilterRowComponent, i2.FilterCellComponent, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.ColumnComponent, i12.ColumnGroupComponent, i17.ColGroupComponent, i22.SpanColumnComponent, i23.LoadingComponent, i25.FilterCellOperatorsComponent, i26.ContainsFilterOperatorComponent, i27.DoesNotContainFilterOperatorComponent, i28.EndsWithFilterOperatorComponent, i29.EqualFilterOperatorComponent, i30.IsEmptyFilterOperatorComponent, i31.IsNotEmptyFilterOperatorComponent, i32.IsNotNullFilterOperatorComponent, i33.IsNullFilterOperatorComponent, i34.NotEqualFilterOperatorComponent, i35.StartsWithFilterOperatorComponent, i36.GreaterFilterOperatorComponent, i37.GreaterOrEqualToFilterOperatorComponent, i38.LessFilterOperatorComponent, i39.LessOrEqualToFilterOperatorComponent, i40.AfterFilterOperatorComponent, i41.AfterEqFilterOperatorComponent, i42.BeforeEqFilterOperatorComponent, i43.BeforeFilterOperatorComponent] });
|
|
92
91
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, decorators: [{
|
|
@@ -107,7 +106,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
107
106
|
DecadeViewService,
|
|
108
107
|
MonthViewService,
|
|
109
108
|
YearViewService,
|
|
110
|
-
WeekNamesService,
|
|
111
109
|
NavigationService
|
|
112
110
|
]
|
|
113
111
|
}]
|
|
@@ -12,7 +12,7 @@ import { PopupService } from '@progress/kendo-angular-popup';
|
|
|
12
12
|
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
13
13
|
import { IconsService } from '@progress/kendo-angular-icons';
|
|
14
14
|
import { DialogContainerService, DialogService, WindowContainerService, WindowService } from '@progress/kendo-angular-dialog';
|
|
15
|
-
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService,
|
|
15
|
+
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService, YearViewService } from '@progress/kendo-angular-dateinputs';
|
|
16
16
|
import * as i0 from "@angular/core";
|
|
17
17
|
import * as i1 from "../../columns/column.component";
|
|
18
18
|
import * as i2 from "../../columns/column-group.component";
|
|
@@ -90,7 +90,6 @@ FilterMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versio
|
|
|
90
90
|
DecadeViewService,
|
|
91
91
|
MonthViewService,
|
|
92
92
|
YearViewService,
|
|
93
|
-
WeekNamesService,
|
|
94
93
|
NavigationService
|
|
95
94
|
], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i13.LoadingComponent, i15.FilterCellOperatorsComponent, i16.ContainsFilterOperatorComponent, i17.DoesNotContainFilterOperatorComponent, i18.EndsWithFilterOperatorComponent, i19.EqualFilterOperatorComponent, i20.IsEmptyFilterOperatorComponent, i21.IsNotEmptyFilterOperatorComponent, i22.IsNotNullFilterOperatorComponent, i23.IsNullFilterOperatorComponent, i24.NotEqualFilterOperatorComponent, i25.StartsWithFilterOperatorComponent, i26.GreaterFilterOperatorComponent, i27.GreaterOrEqualToFilterOperatorComponent, i28.LessFilterOperatorComponent, i29.LessOrEqualToFilterOperatorComponent, i30.AfterFilterOperatorComponent, i31.AfterEqFilterOperatorComponent, i32.BeforeEqFilterOperatorComponent, i33.BeforeFilterOperatorComponent, i35.FilterMenuComponent, i36.FilterMenuContainerComponent, i37.FilterMenuInputWrapperComponent, i38.StringFilterMenuInputComponent, i39.StringFilterMenuComponent, i41.NumericFilterMenuComponent, i42.NumericFilterMenuInputComponent, i43.DateFilterMenuInputComponent, i44.DateFilterMenuComponent, i46.BooleanFilterMenuComponent] });
|
|
96
95
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, decorators: [{
|
|
@@ -111,7 +110,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
111
110
|
DecadeViewService,
|
|
112
111
|
MonthViewService,
|
|
113
112
|
YearViewService,
|
|
114
|
-
WeekNamesService,
|
|
115
113
|
NavigationService
|
|
116
114
|
]
|
|
117
115
|
}]
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService,
|
|
6
|
+
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService, YearViewService } from '@progress/kendo-angular-dateinputs';
|
|
7
7
|
import { PopupService } from "@progress/kendo-angular-popup";
|
|
8
8
|
import { KENDO_GRID_FILTER_SHARED } from '../directives';
|
|
9
9
|
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
@@ -66,7 +66,6 @@ SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
66
66
|
DecadeViewService,
|
|
67
67
|
MonthViewService,
|
|
68
68
|
YearViewService,
|
|
69
|
-
WeekNamesService,
|
|
70
69
|
NavigationService
|
|
71
70
|
], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i13.LoadingComponent, i15.FilterCellOperatorsComponent, i16.ContainsFilterOperatorComponent, i17.DoesNotContainFilterOperatorComponent, i18.EndsWithFilterOperatorComponent, i19.EqualFilterOperatorComponent, i20.IsEmptyFilterOperatorComponent, i21.IsNotEmptyFilterOperatorComponent, i22.IsNotNullFilterOperatorComponent, i23.IsNullFilterOperatorComponent, i24.NotEqualFilterOperatorComponent, i25.StartsWithFilterOperatorComponent, i26.GreaterFilterOperatorComponent, i27.GreaterOrEqualToFilterOperatorComponent, i28.LessFilterOperatorComponent, i29.LessOrEqualToFilterOperatorComponent, i30.AfterFilterOperatorComponent, i31.AfterEqFilterOperatorComponent, i32.BeforeEqFilterOperatorComponent, i33.BeforeFilterOperatorComponent] });
|
|
72
71
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, decorators: [{
|
|
@@ -87,7 +86,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
87
86
|
DecadeViewService,
|
|
88
87
|
MonthViewService,
|
|
89
88
|
YearViewService,
|
|
90
|
-
WeekNamesService,
|
|
91
89
|
NavigationService
|
|
92
90
|
]
|
|
93
91
|
}]
|
package/esm2020/grid.module.mjs
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
6
|
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
7
|
-
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService,
|
|
7
|
+
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, NavigationService } from '@progress/kendo-angular-dateinputs';
|
|
8
8
|
import { DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
|
|
9
9
|
import { IconsService } from '@progress/kendo-angular-icons';
|
|
10
10
|
import { PopupService } from '@progress/kendo-angular-popup';
|
|
@@ -181,7 +181,6 @@ GridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15
|
|
|
181
181
|
DecadeViewService,
|
|
182
182
|
MonthViewService,
|
|
183
183
|
YearViewService,
|
|
184
|
-
WeekNamesService,
|
|
185
184
|
NavigationService
|
|
186
185
|
], imports: [i4.GroupHeaderComponent, i5.GroupPanelComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i12.ColGroupComponent, i17.SpanColumnComponent, i18.LoadingComponent, i20.CommandColumnComponent, i21.CheckboxColumnComponent, i25.TableBodyComponent, i27.CellComponent, i28.EditCommandDirective, i29.CancelCommandDirective, i30.SaveCommandDirective, i31.RemoveCommandDirective, i32.AddCommandDirective, i35.RowReorderColumnComponent, i36.HeaderComponent, KENDO_GRID_FOOTER_EXPORTS, i41.PagerComponent, i42.PagerPrevButtonsComponent, i43.PagerNextButtonsComponent, i44.PagerNumericButtonsComponent, i45.PagerInputComponent, i46.PagerInfoComponent, i47.PagerPageSizesComponent, i51.FilterRowComponent, i52.FilterCellComponent, i54.StringFilterCellComponent, i55.NumericFilterCellComponent, i56.AutoCompleteFilterCellComponent, i57.BooleanFilterCellComponent, i59.FilterCellWrapperComponent, i60.DateFilterCellComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i12.ColGroupComponent, i17.SpanColumnComponent, i18.LoadingComponent, i61.FilterCellOperatorsComponent, i62.ContainsFilterOperatorComponent, i63.DoesNotContainFilterOperatorComponent, i64.EndsWithFilterOperatorComponent, i65.EqualFilterOperatorComponent, i66.IsEmptyFilterOperatorComponent, i67.IsNotEmptyFilterOperatorComponent, i68.IsNotNullFilterOperatorComponent, i69.IsNullFilterOperatorComponent, i70.NotEqualFilterOperatorComponent, i71.StartsWithFilterOperatorComponent, i72.GreaterFilterOperatorComponent, i73.GreaterOrEqualToFilterOperatorComponent, i74.LessFilterOperatorComponent, i75.LessOrEqualToFilterOperatorComponent, i76.AfterFilterOperatorComponent, i77.AfterEqFilterOperatorComponent, i78.BeforeEqFilterOperatorComponent, i79.BeforeFilterOperatorComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i12.ColGroupComponent, i17.SpanColumnComponent, i18.LoadingComponent, i61.FilterCellOperatorsComponent, i62.ContainsFilterOperatorComponent, i63.DoesNotContainFilterOperatorComponent, i64.EndsWithFilterOperatorComponent, i65.EqualFilterOperatorComponent, i66.IsEmptyFilterOperatorComponent, i67.IsNotEmptyFilterOperatorComponent, i68.IsNotNullFilterOperatorComponent, i69.IsNullFilterOperatorComponent, i70.NotEqualFilterOperatorComponent, i71.StartsWithFilterOperatorComponent, i72.GreaterFilterOperatorComponent, i73.GreaterOrEqualToFilterOperatorComponent, i74.LessFilterOperatorComponent, i75.LessOrEqualToFilterOperatorComponent, i76.AfterFilterOperatorComponent, i77.AfterEqFilterOperatorComponent, i78.BeforeEqFilterOperatorComponent, i79.BeforeFilterOperatorComponent, i81.FilterMenuComponent, i82.FilterMenuContainerComponent, i83.FilterMenuInputWrapperComponent, i84.StringFilterMenuInputComponent, i85.StringFilterMenuComponent, i87.NumericFilterMenuComponent, i88.NumericFilterMenuInputComponent, i89.DateFilterMenuInputComponent, i90.DateFilterMenuComponent, i92.BooleanFilterMenuComponent, i96.ColumnListComponent, i97.ColumnChooserComponent, i98.ColumnMenuChooserComponent, i99.ColumnMenuFilterComponent, i100.ColumnMenuItemComponent, i102.ColumnMenuSortComponent, i103.ColumnMenuComponent, i104.ColumnMenuLockComponent, i106.ColumnMenuContainerComponent, i108.ColumnMenuStickComponent, i109.ColumnMenuPositionComponent, i110.ColumnMenuAutoSizeColumnComponent, i111.ColumnMenuAutoSizeAllColumnsComponent, i112.GridComponent, i113.ListComponent, i114.ToolbarComponent, i116.CustomMessagesComponent, i127.GridSpacerComponent, i129.StatusBarComponent] });
|
|
187
186
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridModule, decorators: [{
|
|
@@ -214,7 +213,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
214
213
|
DecadeViewService,
|
|
215
214
|
MonthViewService,
|
|
216
215
|
YearViewService,
|
|
217
|
-
WeekNamesService,
|
|
218
216
|
NavigationService
|
|
219
217
|
]
|
|
220
218
|
}]
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-grid',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.11.0-develop.
|
|
12
|
+
publishDate: 1728052639,
|
|
13
|
+
version: '16.11.0-develop.16',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
6
|
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
7
|
-
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService,
|
|
7
|
+
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService, YearViewService } from '@progress/kendo-angular-dateinputs';
|
|
8
8
|
import { IconsService } from '@progress/kendo-angular-icons';
|
|
9
9
|
import { KENDO_GRID_BODY_EXPORTS, KENDO_GRID_GROUP_EXPORTS, KENDO_GRID_SHARED } from '../directives';
|
|
10
10
|
import { PopupService } from '@progress/kendo-angular-popup';
|
|
@@ -66,7 +66,6 @@ BodyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15
|
|
|
66
66
|
DecadeViewService,
|
|
67
67
|
MonthViewService,
|
|
68
68
|
YearViewService,
|
|
69
|
-
WeekNamesService,
|
|
70
69
|
NavigationService
|
|
71
70
|
], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i13.LoadingComponent, i18.GroupHeaderComponent, i19.GroupPanelComponent, i20.CommandColumnComponent, i21.CheckboxColumnComponent, i25.TableBodyComponent, i27.CellComponent, i28.EditCommandDirective, i29.CancelCommandDirective, i30.SaveCommandDirective, i31.RemoveCommandDirective, i32.AddCommandDirective, i35.RowReorderColumnComponent] });
|
|
72
71
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, decorators: [{
|
|
@@ -83,7 +82,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
83
82
|
DecadeViewService,
|
|
84
83
|
MonthViewService,
|
|
85
84
|
YearViewService,
|
|
86
|
-
WeekNamesService,
|
|
87
85
|
NavigationService
|
|
88
86
|
]
|
|
89
87
|
}]
|
|
@@ -8,7 +8,7 @@ import { PopupService } from '@progress/kendo-angular-popup';
|
|
|
8
8
|
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
9
9
|
import { KENDO_GRID_COLUMN_DRAGANDDROP, KENDO_GRID_COLUMN_MENU_DECLARATIONS, KENDO_GRID_FILTER_MENU, KENDO_GRID_FILTER_ROW, KENDO_GRID_GROUP_EXPORTS, KENDO_GRID_HEADER_EXPORTS, KENDO_GRID_SHARED } from '../../directives';
|
|
10
10
|
import { DialogContainerService, DialogService, WindowContainerService, WindowService } from '@progress/kendo-angular-dialog';
|
|
11
|
-
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService,
|
|
11
|
+
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService, YearViewService } from '@progress/kendo-angular-dateinputs';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
import * as i1 from "../../grouping/group-header-template.directive";
|
|
14
14
|
import * as i2 from "../../grouping/group-header-column-template.directive";
|
|
@@ -126,7 +126,6 @@ HeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
126
126
|
DecadeViewService,
|
|
127
127
|
MonthViewService,
|
|
128
128
|
YearViewService,
|
|
129
|
-
WeekNamesService,
|
|
130
129
|
NavigationService
|
|
131
130
|
], imports: [i4.GroupHeaderComponent, i5.GroupPanelComponent, i6.FilterRowComponent, i7.FilterCellComponent, i9.StringFilterCellComponent, i10.NumericFilterCellComponent, i11.AutoCompleteFilterCellComponent, i12.BooleanFilterCellComponent, i14.FilterCellWrapperComponent, i15.DateFilterCellComponent, i16.ColumnComponent, i17.ColumnGroupComponent, i22.ColGroupComponent, i27.SpanColumnComponent, i28.LoadingComponent, i30.FilterCellOperatorsComponent, i31.ContainsFilterOperatorComponent, i32.DoesNotContainFilterOperatorComponent, i33.EndsWithFilterOperatorComponent, i34.EqualFilterOperatorComponent, i35.IsEmptyFilterOperatorComponent, i36.IsNotEmptyFilterOperatorComponent, i37.IsNotNullFilterOperatorComponent, i38.IsNullFilterOperatorComponent, i39.NotEqualFilterOperatorComponent, i40.StartsWithFilterOperatorComponent, i41.GreaterFilterOperatorComponent, i42.GreaterOrEqualToFilterOperatorComponent, i43.LessFilterOperatorComponent, i44.LessOrEqualToFilterOperatorComponent, i45.AfterFilterOperatorComponent, i46.AfterEqFilterOperatorComponent, i47.BeforeEqFilterOperatorComponent, i48.BeforeFilterOperatorComponent, i16.ColumnComponent, i17.ColumnGroupComponent, i22.ColGroupComponent, i27.SpanColumnComponent, i28.LoadingComponent, i30.FilterCellOperatorsComponent, i31.ContainsFilterOperatorComponent, i32.DoesNotContainFilterOperatorComponent, i33.EndsWithFilterOperatorComponent, i34.EqualFilterOperatorComponent, i35.IsEmptyFilterOperatorComponent, i36.IsNotEmptyFilterOperatorComponent, i37.IsNotNullFilterOperatorComponent, i38.IsNullFilterOperatorComponent, i39.NotEqualFilterOperatorComponent, i40.StartsWithFilterOperatorComponent, i41.GreaterFilterOperatorComponent, i42.GreaterOrEqualToFilterOperatorComponent, i43.LessFilterOperatorComponent, i44.LessOrEqualToFilterOperatorComponent, i45.AfterFilterOperatorComponent, i46.AfterEqFilterOperatorComponent, i47.BeforeEqFilterOperatorComponent, i48.BeforeFilterOperatorComponent, i50.FilterMenuComponent, i51.FilterMenuContainerComponent, i52.FilterMenuInputWrapperComponent, i53.StringFilterMenuInputComponent, i54.StringFilterMenuComponent, i56.NumericFilterMenuComponent, i57.NumericFilterMenuInputComponent, i58.DateFilterMenuInputComponent, i59.DateFilterMenuComponent, i61.BooleanFilterMenuComponent, i16.ColumnComponent, i17.ColumnGroupComponent, i22.ColGroupComponent, i27.SpanColumnComponent, i28.LoadingComponent, i67.ColumnListComponent, i68.ColumnChooserComponent, i69.ColumnMenuChooserComponent, i70.ColumnMenuFilterComponent, i71.ColumnMenuItemComponent, i73.ColumnMenuSortComponent, i74.ColumnMenuComponent, i75.ColumnMenuLockComponent, i77.ColumnMenuContainerComponent, i79.ColumnMenuStickComponent, i80.ColumnMenuPositionComponent, i81.ColumnMenuAutoSizeColumnComponent, i82.ColumnMenuAutoSizeAllColumnsComponent, i83.HeaderComponent] });
|
|
132
131
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, decorators: [{
|
|
@@ -147,7 +146,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
147
146
|
DecadeViewService,
|
|
148
147
|
MonthViewService,
|
|
149
148
|
YearViewService,
|
|
150
|
-
WeekNamesService,
|
|
151
149
|
NavigationService
|
|
152
150
|
]
|
|
153
151
|
}]
|
|
@@ -28,7 +28,7 @@ import * as i4 from '@angular/forms';
|
|
|
28
28
|
import { NG_VALUE_ACCESSOR, FormsModule, ReactiveFormsModule, FormControl, FormGroup } from '@angular/forms';
|
|
29
29
|
import * as i1$5 from '@progress/kendo-angular-inputs';
|
|
30
30
|
import { TextBoxDirective, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, RadioButtonDirective, TextBoxComponent } from '@progress/kendo-angular-inputs';
|
|
31
|
-
import { DatePickerComponent, DatePickerCustomMessagesComponent, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService,
|
|
31
|
+
import { DatePickerComponent, DatePickerCustomMessagesComponent, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, NavigationService as NavigationService$1 } from '@progress/kendo-angular-dateinputs';
|
|
32
32
|
import { trigger, state, style, transition, animate } from '@angular/animations';
|
|
33
33
|
import { TabStripComponent, TabStripTabComponent, TabTitleDirective, TabContentDirective } from '@progress/kendo-angular-layout';
|
|
34
34
|
import { saveAs } from '@progress/kendo-file-saver';
|
|
@@ -19720,8 +19720,8 @@ const packageMetadata = {
|
|
|
19720
19720
|
name: '@progress/kendo-angular-grid',
|
|
19721
19721
|
productName: 'Kendo UI for Angular',
|
|
19722
19722
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
19723
|
-
publishDate:
|
|
19724
|
-
version: '16.11.0-develop.
|
|
19723
|
+
publishDate: 1728052639,
|
|
19724
|
+
version: '16.11.0-develop.16',
|
|
19725
19725
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
19726
19726
|
};
|
|
19727
19727
|
|
|
@@ -28007,7 +28007,6 @@ GridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15
|
|
|
28007
28007
|
DecadeViewService,
|
|
28008
28008
|
MonthViewService,
|
|
28009
28009
|
YearViewService,
|
|
28010
|
-
WeekNamesService,
|
|
28011
28010
|
NavigationService$1
|
|
28012
28011
|
], imports: [GroupHeaderComponent, GroupPanelComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, CommandColumnComponent, CheckboxColumnComponent, TableBodyComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, RowReorderColumnComponent, HeaderComponent, KENDO_GRID_FOOTER_EXPORTS, PagerComponent, PagerPrevButtonsComponent, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerInfoComponent, PagerPageSizesComponent, FilterRowComponent, FilterCellComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent, ColumnListComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuContainerComponent, ColumnMenuStickComponent, ColumnMenuPositionComponent, ColumnMenuAutoSizeColumnComponent, ColumnMenuAutoSizeAllColumnsComponent, GridComponent, ListComponent, ToolbarComponent, CustomMessagesComponent, GridSpacerComponent, StatusBarComponent] });
|
|
28013
28012
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridModule, decorators: [{
|
|
@@ -28040,7 +28039,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
28040
28039
|
DecadeViewService,
|
|
28041
28040
|
MonthViewService,
|
|
28042
28041
|
YearViewService,
|
|
28043
|
-
WeekNamesService,
|
|
28044
28042
|
NavigationService$1
|
|
28045
28043
|
]
|
|
28046
28044
|
}]
|
|
@@ -28093,7 +28091,6 @@ RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
28093
28091
|
DecadeViewService,
|
|
28094
28092
|
MonthViewService,
|
|
28095
28093
|
YearViewService,
|
|
28096
|
-
WeekNamesService,
|
|
28097
28094
|
NavigationService$1
|
|
28098
28095
|
], imports: [FilterRowComponent, FilterCellComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent] });
|
|
28099
28096
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, decorators: [{
|
|
@@ -28114,7 +28111,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
28114
28111
|
DecadeViewService,
|
|
28115
28112
|
MonthViewService,
|
|
28116
28113
|
YearViewService,
|
|
28117
|
-
WeekNamesService,
|
|
28118
28114
|
NavigationService$1
|
|
28119
28115
|
]
|
|
28120
28116
|
}]
|
|
@@ -28148,7 +28144,6 @@ FilterMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versio
|
|
|
28148
28144
|
DecadeViewService,
|
|
28149
28145
|
MonthViewService,
|
|
28150
28146
|
YearViewService,
|
|
28151
|
-
WeekNamesService,
|
|
28152
28147
|
NavigationService$1
|
|
28153
28148
|
], imports: [ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent] });
|
|
28154
28149
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, decorators: [{
|
|
@@ -28169,7 +28164,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
28169
28164
|
DecadeViewService,
|
|
28170
28165
|
MonthViewService,
|
|
28171
28166
|
YearViewService,
|
|
28172
|
-
WeekNamesService,
|
|
28173
28167
|
NavigationService$1
|
|
28174
28168
|
]
|
|
28175
28169
|
}]
|
|
@@ -28197,7 +28191,6 @@ BodyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15
|
|
|
28197
28191
|
DecadeViewService,
|
|
28198
28192
|
MonthViewService,
|
|
28199
28193
|
YearViewService,
|
|
28200
|
-
WeekNamesService,
|
|
28201
28194
|
NavigationService$1
|
|
28202
28195
|
], imports: [ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, GroupHeaderComponent, GroupPanelComponent, CommandColumnComponent, CheckboxColumnComponent, TableBodyComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, RowReorderColumnComponent] });
|
|
28203
28196
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, decorators: [{
|
|
@@ -28214,7 +28207,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
28214
28207
|
DecadeViewService,
|
|
28215
28208
|
MonthViewService,
|
|
28216
28209
|
YearViewService,
|
|
28217
|
-
WeekNamesService,
|
|
28218
28210
|
NavigationService$1
|
|
28219
28211
|
]
|
|
28220
28212
|
}]
|
|
@@ -28270,7 +28262,6 @@ HeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
28270
28262
|
DecadeViewService,
|
|
28271
28263
|
MonthViewService,
|
|
28272
28264
|
YearViewService,
|
|
28273
|
-
WeekNamesService,
|
|
28274
28265
|
NavigationService$1
|
|
28275
28266
|
], imports: [GroupHeaderComponent, GroupPanelComponent, FilterRowComponent, FilterCellComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, ColumnListComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuContainerComponent, ColumnMenuStickComponent, ColumnMenuPositionComponent, ColumnMenuAutoSizeColumnComponent, ColumnMenuAutoSizeAllColumnsComponent, HeaderComponent] });
|
|
28276
28267
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, decorators: [{
|
|
@@ -28291,7 +28282,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
28291
28282
|
DecadeViewService,
|
|
28292
28283
|
MonthViewService,
|
|
28293
28284
|
YearViewService,
|
|
28294
|
-
WeekNamesService,
|
|
28295
28285
|
NavigationService$1
|
|
28296
28286
|
]
|
|
28297
28287
|
}]
|
|
@@ -28428,7 +28418,6 @@ SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
28428
28418
|
DecadeViewService,
|
|
28429
28419
|
MonthViewService,
|
|
28430
28420
|
YearViewService,
|
|
28431
|
-
WeekNamesService,
|
|
28432
28421
|
NavigationService$1
|
|
28433
28422
|
], imports: [ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent] });
|
|
28434
28423
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, decorators: [{
|
|
@@ -28449,7 +28438,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
28449
28438
|
DecadeViewService,
|
|
28450
28439
|
MonthViewService,
|
|
28451
28440
|
YearViewService,
|
|
28452
|
-
WeekNamesService,
|
|
28453
28441
|
NavigationService$1
|
|
28454
28442
|
]
|
|
28455
28443
|
}]
|
|
@@ -28,7 +28,7 @@ import * as i4 from '@angular/forms';
|
|
|
28
28
|
import { NG_VALUE_ACCESSOR, FormsModule, ReactiveFormsModule, FormControl, FormGroup } from '@angular/forms';
|
|
29
29
|
import * as i1$5 from '@progress/kendo-angular-inputs';
|
|
30
30
|
import { TextBoxDirective, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, RadioButtonDirective, TextBoxComponent } from '@progress/kendo-angular-inputs';
|
|
31
|
-
import { DatePickerComponent, DatePickerCustomMessagesComponent, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService,
|
|
31
|
+
import { DatePickerComponent, DatePickerCustomMessagesComponent, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, NavigationService as NavigationService$1 } from '@progress/kendo-angular-dateinputs';
|
|
32
32
|
import { trigger, state, style, transition, animate } from '@angular/animations';
|
|
33
33
|
import { TabStripComponent, TabStripTabComponent, TabTitleDirective, TabContentDirective } from '@progress/kendo-angular-layout';
|
|
34
34
|
import { saveAs } from '@progress/kendo-file-saver';
|
|
@@ -19615,8 +19615,8 @@ const packageMetadata = {
|
|
|
19615
19615
|
name: '@progress/kendo-angular-grid',
|
|
19616
19616
|
productName: 'Kendo UI for Angular',
|
|
19617
19617
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
19618
|
-
publishDate:
|
|
19619
|
-
version: '16.11.0-develop.
|
|
19618
|
+
publishDate: 1728052639,
|
|
19619
|
+
version: '16.11.0-develop.16',
|
|
19620
19620
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
19621
19621
|
};
|
|
19622
19622
|
|
|
@@ -27886,7 +27886,6 @@ GridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15
|
|
|
27886
27886
|
DecadeViewService,
|
|
27887
27887
|
MonthViewService,
|
|
27888
27888
|
YearViewService,
|
|
27889
|
-
WeekNamesService,
|
|
27890
27889
|
NavigationService$1
|
|
27891
27890
|
], imports: [GroupHeaderComponent, GroupPanelComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, CommandColumnComponent, CheckboxColumnComponent, TableBodyComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, RowReorderColumnComponent, HeaderComponent, KENDO_GRID_FOOTER_EXPORTS, PagerComponent, PagerPrevButtonsComponent, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerInfoComponent, PagerPageSizesComponent, FilterRowComponent, FilterCellComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent, ColumnListComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuContainerComponent, ColumnMenuStickComponent, ColumnMenuPositionComponent, ColumnMenuAutoSizeColumnComponent, ColumnMenuAutoSizeAllColumnsComponent, GridComponent, ListComponent, ToolbarComponent, CustomMessagesComponent, GridSpacerComponent, StatusBarComponent] });
|
|
27892
27891
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridModule, decorators: [{
|
|
@@ -27919,7 +27918,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
27919
27918
|
DecadeViewService,
|
|
27920
27919
|
MonthViewService,
|
|
27921
27920
|
YearViewService,
|
|
27922
|
-
WeekNamesService,
|
|
27923
27921
|
NavigationService$1
|
|
27924
27922
|
]
|
|
27925
27923
|
}]
|
|
@@ -27972,7 +27970,6 @@ RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
27972
27970
|
DecadeViewService,
|
|
27973
27971
|
MonthViewService,
|
|
27974
27972
|
YearViewService,
|
|
27975
|
-
WeekNamesService,
|
|
27976
27973
|
NavigationService$1
|
|
27977
27974
|
], imports: [FilterRowComponent, FilterCellComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent] });
|
|
27978
27975
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, decorators: [{
|
|
@@ -27993,7 +27990,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
27993
27990
|
DecadeViewService,
|
|
27994
27991
|
MonthViewService,
|
|
27995
27992
|
YearViewService,
|
|
27996
|
-
WeekNamesService,
|
|
27997
27993
|
NavigationService$1
|
|
27998
27994
|
]
|
|
27999
27995
|
}]
|
|
@@ -28027,7 +28023,6 @@ FilterMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versio
|
|
|
28027
28023
|
DecadeViewService,
|
|
28028
28024
|
MonthViewService,
|
|
28029
28025
|
YearViewService,
|
|
28030
|
-
WeekNamesService,
|
|
28031
28026
|
NavigationService$1
|
|
28032
28027
|
], imports: [ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent] });
|
|
28033
28028
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, decorators: [{
|
|
@@ -28048,7 +28043,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
28048
28043
|
DecadeViewService,
|
|
28049
28044
|
MonthViewService,
|
|
28050
28045
|
YearViewService,
|
|
28051
|
-
WeekNamesService,
|
|
28052
28046
|
NavigationService$1
|
|
28053
28047
|
]
|
|
28054
28048
|
}]
|
|
@@ -28076,7 +28070,6 @@ BodyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15
|
|
|
28076
28070
|
DecadeViewService,
|
|
28077
28071
|
MonthViewService,
|
|
28078
28072
|
YearViewService,
|
|
28079
|
-
WeekNamesService,
|
|
28080
28073
|
NavigationService$1
|
|
28081
28074
|
], imports: [ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, GroupHeaderComponent, GroupPanelComponent, CommandColumnComponent, CheckboxColumnComponent, TableBodyComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, RowReorderColumnComponent] });
|
|
28082
28075
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, decorators: [{
|
|
@@ -28093,7 +28086,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
28093
28086
|
DecadeViewService,
|
|
28094
28087
|
MonthViewService,
|
|
28095
28088
|
YearViewService,
|
|
28096
|
-
WeekNamesService,
|
|
28097
28089
|
NavigationService$1
|
|
28098
28090
|
]
|
|
28099
28091
|
}]
|
|
@@ -28149,7 +28141,6 @@ HeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
28149
28141
|
DecadeViewService,
|
|
28150
28142
|
MonthViewService,
|
|
28151
28143
|
YearViewService,
|
|
28152
|
-
WeekNamesService,
|
|
28153
28144
|
NavigationService$1
|
|
28154
28145
|
], imports: [GroupHeaderComponent, GroupPanelComponent, FilterRowComponent, FilterCellComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, ColumnListComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuContainerComponent, ColumnMenuStickComponent, ColumnMenuPositionComponent, ColumnMenuAutoSizeColumnComponent, ColumnMenuAutoSizeAllColumnsComponent, HeaderComponent] });
|
|
28155
28146
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, decorators: [{
|
|
@@ -28170,7 +28161,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
28170
28161
|
DecadeViewService,
|
|
28171
28162
|
MonthViewService,
|
|
28172
28163
|
YearViewService,
|
|
28173
|
-
WeekNamesService,
|
|
28174
28164
|
NavigationService$1
|
|
28175
28165
|
]
|
|
28176
28166
|
}]
|
|
@@ -28307,7 +28297,6 @@ SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
28307
28297
|
DecadeViewService,
|
|
28308
28298
|
MonthViewService,
|
|
28309
28299
|
YearViewService,
|
|
28310
|
-
WeekNamesService,
|
|
28311
28300
|
NavigationService$1
|
|
28312
28301
|
], imports: [ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent] });
|
|
28313
28302
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, decorators: [{
|
|
@@ -28328,7 +28317,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
28328
28317
|
DecadeViewService,
|
|
28329
28318
|
MonthViewService,
|
|
28330
28319
|
YearViewService,
|
|
28331
|
-
WeekNamesService,
|
|
28332
28320
|
NavigationService$1
|
|
28333
28321
|
]
|
|
28334
28322
|
}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-grid",
|
|
3
|
-
"version": "16.11.0-develop.
|
|
3
|
+
"version": "16.11.0-develop.16",
|
|
4
4
|
"description": "Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -33,25 +33,25 @@
|
|
|
33
33
|
"@progress/kendo-data-query": "^1.0.0",
|
|
34
34
|
"@progress/kendo-drawing": "^1.20.4",
|
|
35
35
|
"@progress/kendo-licensing": "^1.0.2",
|
|
36
|
-
"@progress/kendo-angular-buttons": "16.11.0-develop.
|
|
37
|
-
"@progress/kendo-angular-common": "16.11.0-develop.
|
|
38
|
-
"@progress/kendo-angular-dateinputs": "16.11.0-develop.
|
|
39
|
-
"@progress/kendo-angular-layout": "16.11.0-develop.
|
|
40
|
-
"@progress/kendo-angular-dropdowns": "16.11.0-develop.
|
|
41
|
-
"@progress/kendo-angular-excel-export": "16.11.0-develop.
|
|
42
|
-
"@progress/kendo-angular-icons": "16.11.0-develop.
|
|
43
|
-
"@progress/kendo-angular-inputs": "16.11.0-develop.
|
|
44
|
-
"@progress/kendo-angular-intl": "16.11.0-develop.
|
|
45
|
-
"@progress/kendo-angular-l10n": "16.11.0-develop.
|
|
46
|
-
"@progress/kendo-angular-label": "16.11.0-develop.
|
|
47
|
-
"@progress/kendo-angular-pdf-export": "16.11.0-develop.
|
|
48
|
-
"@progress/kendo-angular-popup": "16.11.0-develop.
|
|
49
|
-
"@progress/kendo-angular-utils": "16.11.0-develop.
|
|
36
|
+
"@progress/kendo-angular-buttons": "16.11.0-develop.16",
|
|
37
|
+
"@progress/kendo-angular-common": "16.11.0-develop.16",
|
|
38
|
+
"@progress/kendo-angular-dateinputs": "16.11.0-develop.16",
|
|
39
|
+
"@progress/kendo-angular-layout": "16.11.0-develop.16",
|
|
40
|
+
"@progress/kendo-angular-dropdowns": "16.11.0-develop.16",
|
|
41
|
+
"@progress/kendo-angular-excel-export": "16.11.0-develop.16",
|
|
42
|
+
"@progress/kendo-angular-icons": "16.11.0-develop.16",
|
|
43
|
+
"@progress/kendo-angular-inputs": "16.11.0-develop.16",
|
|
44
|
+
"@progress/kendo-angular-intl": "16.11.0-develop.16",
|
|
45
|
+
"@progress/kendo-angular-l10n": "16.11.0-develop.16",
|
|
46
|
+
"@progress/kendo-angular-label": "16.11.0-develop.16",
|
|
47
|
+
"@progress/kendo-angular-pdf-export": "16.11.0-develop.16",
|
|
48
|
+
"@progress/kendo-angular-popup": "16.11.0-develop.16",
|
|
49
|
+
"@progress/kendo-angular-utils": "16.11.0-develop.16",
|
|
50
50
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"tslib": "^2.3.1",
|
|
54
|
-
"@progress/kendo-angular-schematics": "16.11.0-develop.
|
|
54
|
+
"@progress/kendo-angular-schematics": "16.11.0-develop.16",
|
|
55
55
|
"@progress/kendo-common": "^0.2.0",
|
|
56
56
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
57
57
|
},
|
|
@@ -4,14 +4,14 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'GridModule', package: 'grid', peerDependencies: {
|
|
6
6
|
// peer deps of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '16.11.0-develop.
|
|
8
|
-
'@progress/kendo-angular-navigation': '16.11.0-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '16.11.0-develop.16',
|
|
8
|
+
'@progress/kendo-angular-navigation': '16.11.0-develop.16',
|
|
9
9
|
// peer dependency of kendo-angular-inputs
|
|
10
|
-
'@progress/kendo-angular-dialog': '16.11.0-develop.
|
|
10
|
+
'@progress/kendo-angular-dialog': '16.11.0-develop.16',
|
|
11
11
|
// peer dependency of kendo-angular-icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^3.0.0',
|
|
13
13
|
// peer dependency of kendo-angular-layout
|
|
14
|
-
'@progress/kendo-angular-progressbar': '16.11.0-develop.
|
|
14
|
+
'@progress/kendo-angular-progressbar': '16.11.0-develop.16'
|
|
15
15
|
} });
|
|
16
16
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
17
17
|
}
|