@progress/kendo-angular-treelist 16.11.0-develop.9 → 16.11.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/esm2020/filtering/shared-filtering.module.mjs +1 -3
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/treelist.module.mjs +1 -3
- package/fesm2015/progress-kendo-angular-treelist.mjs +3 -7
- package/fesm2020/progress-kendo-angular-treelist.mjs +3 -7
- package/package.json +15 -15
- package/schematics/ngAdd/index.js +3 -3
@@ -8,7 +8,7 @@ import { PopupModule, PopupService } from '@progress/kendo-angular-popup';
|
|
8
8
|
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
9
9
|
import { IconsService } from '@progress/kendo-angular-icons';
|
10
10
|
import { DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
|
11
|
-
import { CalendarDOMService, CenturyViewService, DatePickerModule, DecadeViewService, MonthViewService, NavigationService,
|
11
|
+
import { CalendarDOMService, CenturyViewService, DatePickerModule, DecadeViewService, MonthViewService, NavigationService, YearViewService } from '@progress/kendo-angular-dateinputs';
|
12
12
|
import { AutoCompleteModule, DropDownListModule } from '@progress/kendo-angular-dropdowns';
|
13
13
|
import { InputsModule } from '@progress/kendo-angular-inputs';
|
14
14
|
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
@@ -68,7 +68,6 @@ SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
68
68
|
DecadeViewService,
|
69
69
|
MonthViewService,
|
70
70
|
YearViewService,
|
71
|
-
WeekNamesService,
|
72
71
|
NavigationService
|
73
72
|
], imports: [i1.FilterCellOperatorsComponent, i2.ContainsFilterOperatorComponent, i3.DoesNotContainFilterOperatorComponent, i4.EndsWithFilterOperatorComponent, i5.EqualFilterOperatorComponent, i6.IsEmptyFilterOperatorComponent, i7.IsNotEmptyFilterOperatorComponent, i8.IsNotNullFilterOperatorComponent, i9.IsNullFilterOperatorComponent, i10.NotEqualFilterOperatorComponent, i11.StartsWithFilterOperatorComponent, i12.GreaterFilterOperatorComponent, i13.GreaterOrEqualToFilterOperatorComponent, i14.LessFilterOperatorComponent, i15.LessOrEqualToFilterOperatorComponent, i16.AfterFilterOperatorComponent, i17.AfterEqFilterOperatorComponent, i18.BeforeEqFilterOperatorComponent, i19.BeforeFilterOperatorComponent, i21.ColumnComponent, i22.ColumnGroupComponent, i26.ColGroupComponent, i30.SpanColumnComponent, i31.LoadingComponent, i1.FilterCellOperatorsComponent, i32.CheckboxColumnComponent, i33.RowReorderColumnComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
|
74
73
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, decorators: [{
|
@@ -89,7 +88,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
89
88
|
DecadeViewService,
|
90
89
|
MonthViewService,
|
91
90
|
YearViewService,
|
92
|
-
WeekNamesService,
|
93
91
|
NavigationService
|
94
92
|
]
|
95
93
|
}]
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-treelist',
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
12
|
-
publishDate:
|
13
|
-
version: '16.11.0
|
12
|
+
publishDate: 1728372541,
|
13
|
+
version: '16.11.0',
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
15
15
|
};
|
@@ -5,7 +5,7 @@
|
|
5
5
|
import { NgModule } from '@angular/core';
|
6
6
|
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
7
7
|
import { IconsService } from '@progress/kendo-angular-icons';
|
8
|
-
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService,
|
8
|
+
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService, YearViewService } from '@progress/kendo-angular-dateinputs';
|
9
9
|
import { PopupService } from '@progress/kendo-angular-popup';
|
10
10
|
import { DialogContainerService, DialogService, WindowContainerService, WindowService } from '@progress/kendo-angular-dialog';
|
11
11
|
import { KENDO_TREELIST } from './directives';
|
@@ -145,7 +145,6 @@ TreeListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
|
|
145
145
|
DecadeViewService,
|
146
146
|
MonthViewService,
|
147
147
|
YearViewService,
|
148
|
-
WeekNamesService,
|
149
148
|
PopupService,
|
150
149
|
NavigationService,
|
151
150
|
DialogContainerService,
|
@@ -166,7 +165,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
166
165
|
DecadeViewService,
|
167
166
|
MonthViewService,
|
168
167
|
YearViewService,
|
169
|
-
WeekNamesService,
|
170
168
|
PopupService,
|
171
169
|
NavigationService,
|
172
170
|
DialogContainerService,
|
@@ -9,7 +9,7 @@ import { isDocumentAvailable, isPresent as isPresent$1, hasClasses as hasClasses
|
|
9
9
|
import * as i2 from '@progress/kendo-angular-icons';
|
10
10
|
import { IconWrapperComponent, IconsService, IconsModule, KENDO_ICONS } from '@progress/kendo-angular-icons';
|
11
11
|
import * as i14 from '@progress/kendo-angular-dateinputs';
|
12
|
-
import { DatePickerComponent, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService,
|
12
|
+
import { DatePickerComponent, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, NavigationService as NavigationService$1, KENDO_DATEPICKER, DatePickerModule } from '@progress/kendo-angular-dateinputs';
|
13
13
|
import * as i1 from '@progress/kendo-angular-popup';
|
14
14
|
import { PopupService, PopupModule } from '@progress/kendo-angular-popup';
|
15
15
|
import { DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
|
@@ -47,8 +47,8 @@ const packageMetadata = {
|
|
47
47
|
name: '@progress/kendo-angular-treelist',
|
48
48
|
productName: 'Kendo UI for Angular',
|
49
49
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
50
|
-
publishDate:
|
51
|
-
version: '16.11.0
|
50
|
+
publishDate: 1728372541,
|
51
|
+
version: '16.11.0',
|
52
52
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
53
53
|
};
|
54
54
|
|
@@ -21261,7 +21261,6 @@ TreeListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
|
|
21261
21261
|
DecadeViewService,
|
21262
21262
|
MonthViewService,
|
21263
21263
|
YearViewService,
|
21264
|
-
WeekNamesService,
|
21265
21264
|
PopupService,
|
21266
21265
|
NavigationService$1,
|
21267
21266
|
DialogContainerService,
|
@@ -21282,7 +21281,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
21282
21281
|
DecadeViewService,
|
21283
21282
|
MonthViewService,
|
21284
21283
|
YearViewService,
|
21285
|
-
WeekNamesService,
|
21286
21284
|
PopupService,
|
21287
21285
|
NavigationService$1,
|
21288
21286
|
DialogContainerService,
|
@@ -21506,7 +21504,6 @@ SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
21506
21504
|
DecadeViewService,
|
21507
21505
|
MonthViewService,
|
21508
21506
|
YearViewService,
|
21509
|
-
WeekNamesService,
|
21510
21507
|
NavigationService$1
|
21511
21508
|
], imports: [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, CheckboxColumnComponent, RowReorderColumnComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
|
21512
21509
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, decorators: [{
|
@@ -21527,7 +21524,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
21527
21524
|
DecadeViewService,
|
21528
21525
|
MonthViewService,
|
21529
21526
|
YearViewService,
|
21530
|
-
WeekNamesService,
|
21531
21527
|
NavigationService$1
|
21532
21528
|
]
|
21533
21529
|
}]
|
@@ -9,7 +9,7 @@ import { isDocumentAvailable, isPresent as isPresent$1, hasClasses as hasClasses
|
|
9
9
|
import * as i2 from '@progress/kendo-angular-icons';
|
10
10
|
import { IconWrapperComponent, IconsService, IconsModule, KENDO_ICONS } from '@progress/kendo-angular-icons';
|
11
11
|
import * as i14 from '@progress/kendo-angular-dateinputs';
|
12
|
-
import { DatePickerComponent, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService,
|
12
|
+
import { DatePickerComponent, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, NavigationService as NavigationService$1, KENDO_DATEPICKER, DatePickerModule } from '@progress/kendo-angular-dateinputs';
|
13
13
|
import * as i1 from '@progress/kendo-angular-popup';
|
14
14
|
import { PopupService, PopupModule } from '@progress/kendo-angular-popup';
|
15
15
|
import { DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
|
@@ -47,8 +47,8 @@ const packageMetadata = {
|
|
47
47
|
name: '@progress/kendo-angular-treelist',
|
48
48
|
productName: 'Kendo UI for Angular',
|
49
49
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
50
|
-
publishDate:
|
51
|
-
version: '16.11.0
|
50
|
+
publishDate: 1728372541,
|
51
|
+
version: '16.11.0',
|
52
52
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
53
53
|
};
|
54
54
|
|
@@ -21193,7 +21193,6 @@ TreeListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
|
|
21193
21193
|
DecadeViewService,
|
21194
21194
|
MonthViewService,
|
21195
21195
|
YearViewService,
|
21196
|
-
WeekNamesService,
|
21197
21196
|
PopupService,
|
21198
21197
|
NavigationService$1,
|
21199
21198
|
DialogContainerService,
|
@@ -21214,7 +21213,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
21214
21213
|
DecadeViewService,
|
21215
21214
|
MonthViewService,
|
21216
21215
|
YearViewService,
|
21217
|
-
WeekNamesService,
|
21218
21216
|
PopupService,
|
21219
21217
|
NavigationService$1,
|
21220
21218
|
DialogContainerService,
|
@@ -21438,7 +21436,6 @@ SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
21438
21436
|
DecadeViewService,
|
21439
21437
|
MonthViewService,
|
21440
21438
|
YearViewService,
|
21441
|
-
WeekNamesService,
|
21442
21439
|
NavigationService$1
|
21443
21440
|
], imports: [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, CheckboxColumnComponent, RowReorderColumnComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
|
21444
21441
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, decorators: [{
|
@@ -21459,7 +21456,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
21459
21456
|
DecadeViewService,
|
21460
21457
|
MonthViewService,
|
21461
21458
|
YearViewService,
|
21462
|
-
WeekNamesService,
|
21463
21459
|
NavigationService$1
|
21464
21460
|
]
|
21465
21461
|
}]
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
3
|
-
"version": "16.11.0
|
3
|
+
"version": "16.11.0",
|
4
4
|
"description": "Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -31,24 +31,24 @@
|
|
31
31
|
"@progress/kendo-data-query": "^1.0.0",
|
32
32
|
"@progress/kendo-drawing": "^1.20.4",
|
33
33
|
"@progress/kendo-licensing": "^1.0.2",
|
34
|
-
"@progress/kendo-angular-buttons": "16.11.0
|
35
|
-
"@progress/kendo-angular-common": "16.11.0
|
36
|
-
"@progress/kendo-angular-dateinputs": "16.11.0
|
37
|
-
"@progress/kendo-angular-dropdowns": "16.11.0
|
38
|
-
"@progress/kendo-angular-excel-export": "16.11.0
|
39
|
-
"@progress/kendo-angular-icons": "16.11.0
|
40
|
-
"@progress/kendo-angular-inputs": "16.11.0
|
41
|
-
"@progress/kendo-angular-intl": "16.11.0
|
42
|
-
"@progress/kendo-angular-l10n": "16.11.0
|
43
|
-
"@progress/kendo-angular-label": "16.11.0
|
44
|
-
"@progress/kendo-angular-pdf-export": "16.11.0
|
45
|
-
"@progress/kendo-angular-popup": "16.11.0
|
46
|
-
"@progress/kendo-angular-utils": "16.11.0
|
34
|
+
"@progress/kendo-angular-buttons": "16.11.0",
|
35
|
+
"@progress/kendo-angular-common": "16.11.0",
|
36
|
+
"@progress/kendo-angular-dateinputs": "16.11.0",
|
37
|
+
"@progress/kendo-angular-dropdowns": "16.11.0",
|
38
|
+
"@progress/kendo-angular-excel-export": "16.11.0",
|
39
|
+
"@progress/kendo-angular-icons": "16.11.0",
|
40
|
+
"@progress/kendo-angular-inputs": "16.11.0",
|
41
|
+
"@progress/kendo-angular-intl": "16.11.0",
|
42
|
+
"@progress/kendo-angular-l10n": "16.11.0",
|
43
|
+
"@progress/kendo-angular-label": "16.11.0",
|
44
|
+
"@progress/kendo-angular-pdf-export": "16.11.0",
|
45
|
+
"@progress/kendo-angular-popup": "16.11.0",
|
46
|
+
"@progress/kendo-angular-utils": "16.11.0",
|
47
47
|
"rxjs": "^6.5.3 || ^7.0.0"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
50
|
"tslib": "^2.3.1",
|
51
|
-
"@progress/kendo-angular-schematics": "16.11.0
|
51
|
+
"@progress/kendo-angular-schematics": "16.11.0",
|
52
52
|
"@progress/kendo-common": "^0.2.0",
|
53
53
|
"@progress/kendo-file-saver": "^1.0.0"
|
54
54
|
},
|
@@ -4,13 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
4
4
|
function default_1(options) {
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
|
6
6
|
// peer dep of the dropdowns
|
7
|
-
'@progress/kendo-angular-treeview': '16.11.0
|
7
|
+
'@progress/kendo-angular-treeview': '16.11.0',
|
8
8
|
// peer dependency of kendo-angular-inputs
|
9
|
-
'@progress/kendo-angular-dialog': '16.11.0
|
9
|
+
'@progress/kendo-angular-dialog': '16.11.0',
|
10
10
|
// peer dependency of kendo-angular-icons
|
11
11
|
'@progress/kendo-svg-icons': '^3.0.0',
|
12
12
|
// peer dependency of kendo-angular-dateinputs
|
13
|
-
'@progress/kendo-angular-navigation': '16.11.0
|
13
|
+
'@progress/kendo-angular-navigation': '16.11.0',
|
14
14
|
} });
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
16
16
|
}
|