@progress/kendo-angular-filter 16.11.0-develop.9 → 16.12.0-develop.1
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.
|
@@ -8,7 +8,7 @@ import { IconsService } from '@progress/kendo-angular-icons';
|
|
|
8
8
|
import { PopupService } from '@progress/kendo-angular-popup';
|
|
9
9
|
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
10
10
|
import { DialogContainerService, DialogService, NavigationService, WindowContainerService, WindowService, } from '@progress/kendo-angular-dialog';
|
|
11
|
-
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService,
|
|
11
|
+
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, TimePickerDOMService, HoursService, MinutesService, SecondsService, MillisecondsService, DayPeriodService, } from '@progress/kendo-angular-dateinputs';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
import * as i1 from "./filter.component";
|
|
14
14
|
import * as i2 from "./filter-field.component";
|
|
@@ -65,7 +65,6 @@ FilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
65
65
|
DecadeViewService,
|
|
66
66
|
MonthViewService,
|
|
67
67
|
YearViewService,
|
|
68
|
-
WeekNamesService,
|
|
69
68
|
NavigationService,
|
|
70
69
|
TimePickerDOMService,
|
|
71
70
|
HoursService,
|
|
@@ -94,7 +93,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
94
93
|
DecadeViewService,
|
|
95
94
|
MonthViewService,
|
|
96
95
|
YearViewService,
|
|
97
|
-
WeekNamesService,
|
|
98
96
|
NavigationService,
|
|
99
97
|
TimePickerDOMService,
|
|
100
98
|
HoursService,
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-filter',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.
|
|
12
|
+
publishDate: 1728573075,
|
|
13
|
+
version: '16.12.0-develop.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -10,7 +10,7 @@ import { validatePackage } from '@progress/kendo-licensing';
|
|
|
10
10
|
import { Keys, TemplateContextDirective, ResizeBatchService } from '@progress/kendo-angular-common';
|
|
11
11
|
import { xIcon, filterAddGroupIcon, filterAddExpressionIcon } from '@progress/kendo-svg-icons';
|
|
12
12
|
import { ButtonComponent } from '@progress/kendo-angular-buttons';
|
|
13
|
-
import { DatePickerComponent, DatePickerCustomMessagesComponent, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService,
|
|
13
|
+
import { DatePickerComponent, DatePickerCustomMessagesComponent, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, TimePickerDOMService, HoursService, MinutesService, SecondsService, MillisecondsService, DayPeriodService } from '@progress/kendo-angular-dateinputs';
|
|
14
14
|
import { DropDownListComponent, ValueTemplateDirective, ItemTemplateDirective } from '@progress/kendo-angular-dropdowns';
|
|
15
15
|
import { NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, TextBoxComponent } from '@progress/kendo-angular-inputs';
|
|
16
16
|
import { NgIf, NgSwitch, NgSwitchCase, NgFor, NgClass } from '@angular/common';
|
|
@@ -232,8 +232,8 @@ const packageMetadata = {
|
|
|
232
232
|
name: '@progress/kendo-angular-filter',
|
|
233
233
|
productName: 'Kendo UI for Angular',
|
|
234
234
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
235
|
-
publishDate:
|
|
236
|
-
version: '16.
|
|
235
|
+
publishDate: 1728573075,
|
|
236
|
+
version: '16.12.0-develop.1',
|
|
237
237
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
238
238
|
};
|
|
239
239
|
|
|
@@ -2231,7 +2231,6 @@ FilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
2231
2231
|
DecadeViewService,
|
|
2232
2232
|
MonthViewService,
|
|
2233
2233
|
YearViewService,
|
|
2234
|
-
WeekNamesService,
|
|
2235
2234
|
NavigationService$1,
|
|
2236
2235
|
TimePickerDOMService,
|
|
2237
2236
|
HoursService,
|
|
@@ -2260,7 +2259,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2260
2259
|
DecadeViewService,
|
|
2261
2260
|
MonthViewService,
|
|
2262
2261
|
YearViewService,
|
|
2263
|
-
WeekNamesService,
|
|
2264
2262
|
NavigationService$1,
|
|
2265
2263
|
TimePickerDOMService,
|
|
2266
2264
|
HoursService,
|
|
@@ -10,7 +10,7 @@ import { validatePackage } from '@progress/kendo-licensing';
|
|
|
10
10
|
import { Keys, TemplateContextDirective, ResizeBatchService } from '@progress/kendo-angular-common';
|
|
11
11
|
import { xIcon, filterAddGroupIcon, filterAddExpressionIcon } from '@progress/kendo-svg-icons';
|
|
12
12
|
import { ButtonComponent } from '@progress/kendo-angular-buttons';
|
|
13
|
-
import { DatePickerComponent, DatePickerCustomMessagesComponent, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService,
|
|
13
|
+
import { DatePickerComponent, DatePickerCustomMessagesComponent, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, TimePickerDOMService, HoursService, MinutesService, SecondsService, MillisecondsService, DayPeriodService } from '@progress/kendo-angular-dateinputs';
|
|
14
14
|
import { DropDownListComponent, ValueTemplateDirective, ItemTemplateDirective } from '@progress/kendo-angular-dropdowns';
|
|
15
15
|
import { NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, TextBoxComponent } from '@progress/kendo-angular-inputs';
|
|
16
16
|
import { NgIf, NgSwitch, NgSwitchCase, NgFor, NgClass } from '@angular/common';
|
|
@@ -232,8 +232,8 @@ const packageMetadata = {
|
|
|
232
232
|
name: '@progress/kendo-angular-filter',
|
|
233
233
|
productName: 'Kendo UI for Angular',
|
|
234
234
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
235
|
-
publishDate:
|
|
236
|
-
version: '16.
|
|
235
|
+
publishDate: 1728573075,
|
|
236
|
+
version: '16.12.0-develop.1',
|
|
237
237
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
238
238
|
};
|
|
239
239
|
|
|
@@ -2231,7 +2231,6 @@ FilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
2231
2231
|
DecadeViewService,
|
|
2232
2232
|
MonthViewService,
|
|
2233
2233
|
YearViewService,
|
|
2234
|
-
WeekNamesService,
|
|
2235
2234
|
NavigationService$1,
|
|
2236
2235
|
TimePickerDOMService,
|
|
2237
2236
|
HoursService,
|
|
@@ -2260,7 +2259,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2260
2259
|
DecadeViewService,
|
|
2261
2260
|
MonthViewService,
|
|
2262
2261
|
YearViewService,
|
|
2263
|
-
WeekNamesService,
|
|
2264
2262
|
NavigationService$1,
|
|
2265
2263
|
TimePickerDOMService,
|
|
2266
2264
|
HoursService,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-filter",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.12.0-develop.1",
|
|
4
4
|
"description": "Kendo UI Angular Filter",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -22,20 +22,20 @@
|
|
|
22
22
|
"@angular/platform-browser": "15 - 18",
|
|
23
23
|
"@progress/kendo-data-query": "^1.5.5",
|
|
24
24
|
"@progress/kendo-licensing": "^1.0.2",
|
|
25
|
-
"@progress/kendo-angular-buttons": "16.
|
|
26
|
-
"@progress/kendo-angular-common": "16.
|
|
27
|
-
"@progress/kendo-angular-dateinputs": "16.
|
|
28
|
-
"@progress/kendo-angular-dropdowns": "16.
|
|
29
|
-
"@progress/kendo-angular-inputs": "16.
|
|
30
|
-
"@progress/kendo-angular-intl": "16.
|
|
31
|
-
"@progress/kendo-angular-l10n": "16.
|
|
32
|
-
"@progress/kendo-angular-icons": "16.
|
|
33
|
-
"@progress/kendo-angular-label": "16.
|
|
25
|
+
"@progress/kendo-angular-buttons": "16.12.0-develop.1",
|
|
26
|
+
"@progress/kendo-angular-common": "16.12.0-develop.1",
|
|
27
|
+
"@progress/kendo-angular-dateinputs": "16.12.0-develop.1",
|
|
28
|
+
"@progress/kendo-angular-dropdowns": "16.12.0-develop.1",
|
|
29
|
+
"@progress/kendo-angular-inputs": "16.12.0-develop.1",
|
|
30
|
+
"@progress/kendo-angular-intl": "16.12.0-develop.1",
|
|
31
|
+
"@progress/kendo-angular-l10n": "16.12.0-develop.1",
|
|
32
|
+
"@progress/kendo-angular-icons": "16.12.0-develop.1",
|
|
33
|
+
"@progress/kendo-angular-label": "16.12.0-develop.1",
|
|
34
34
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"tslib": "^2.3.1",
|
|
38
|
-
"@progress/kendo-angular-schematics": "16.
|
|
38
|
+
"@progress/kendo-angular-schematics": "16.12.0-develop.1"
|
|
39
39
|
},
|
|
40
40
|
"schematics": "./schematics/collection.json",
|
|
41
41
|
"module": "fesm2015/progress-kendo-angular-filter.mjs",
|
|
@@ -4,12 +4,12 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'FilterModule', package: 'filter', peerDependencies: {
|
|
6
6
|
// peer deps of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '16.
|
|
8
|
-
'@progress/kendo-angular-popup': '16.
|
|
9
|
-
'@progress/kendo-angular-navigation': '16.
|
|
7
|
+
'@progress/kendo-angular-treeview': '16.12.0-develop.1',
|
|
8
|
+
'@progress/kendo-angular-popup': '16.12.0-develop.1',
|
|
9
|
+
'@progress/kendo-angular-navigation': '16.12.0-develop.1',
|
|
10
10
|
// peer dependency of kendo-angular-inputs
|
|
11
11
|
'@progress/kendo-drawing': '^1.16.0',
|
|
12
|
-
'@progress/kendo-angular-dialog': '16.
|
|
12
|
+
'@progress/kendo-angular-dialog': '16.12.0-develop.1',
|
|
13
13
|
// Peer dependency of icons
|
|
14
14
|
'@progress/kendo-svg-icons': '^3.0.0'
|
|
15
15
|
} });
|