@progress/kendo-angular-filter 17.0.0-develop.5 → 17.0.0-develop.7
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.
|
@@ -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: '17.0.0-develop.
|
|
12
|
+
publishDate: 1729053152,
|
|
13
|
+
version: '17.0.0-develop.7',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -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: '17.0.0-develop.
|
|
235
|
+
publishDate: 1729053152,
|
|
236
|
+
version: '17.0.0-develop.7',
|
|
237
237
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
238
238
|
};
|
|
239
239
|
|
|
@@ -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: '17.0.0-develop.
|
|
235
|
+
publishDate: 1729053152,
|
|
236
|
+
version: '17.0.0-develop.7',
|
|
237
237
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
238
238
|
};
|
|
239
239
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-filter",
|
|
3
|
-
"version": "17.0.0-develop.
|
|
3
|
+
"version": "17.0.0-develop.7",
|
|
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": "17.0.0-develop.
|
|
26
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
|
27
|
-
"@progress/kendo-angular-dateinputs": "17.0.0-develop.
|
|
28
|
-
"@progress/kendo-angular-dropdowns": "17.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-inputs": "17.0.0-develop.
|
|
30
|
-
"@progress/kendo-angular-intl": "17.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
|
32
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-label": "17.0.0-develop.
|
|
25
|
+
"@progress/kendo-angular-buttons": "17.0.0-develop.7",
|
|
26
|
+
"@progress/kendo-angular-common": "17.0.0-develop.7",
|
|
27
|
+
"@progress/kendo-angular-dateinputs": "17.0.0-develop.7",
|
|
28
|
+
"@progress/kendo-angular-dropdowns": "17.0.0-develop.7",
|
|
29
|
+
"@progress/kendo-angular-inputs": "17.0.0-develop.7",
|
|
30
|
+
"@progress/kendo-angular-intl": "17.0.0-develop.7",
|
|
31
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.7",
|
|
32
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.7",
|
|
33
|
+
"@progress/kendo-angular-label": "17.0.0-develop.7",
|
|
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": "17.0.0-develop.
|
|
38
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.7"
|
|
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': '17.0.0-develop.
|
|
8
|
-
'@progress/kendo-angular-popup': '17.0.0-develop.
|
|
9
|
-
'@progress/kendo-angular-navigation': '17.0.0-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '17.0.0-develop.7',
|
|
8
|
+
'@progress/kendo-angular-popup': '17.0.0-develop.7',
|
|
9
|
+
'@progress/kendo-angular-navigation': '17.0.0-develop.7',
|
|
10
10
|
// peer dependency of kendo-angular-inputs
|
|
11
11
|
'@progress/kendo-drawing': '^1.16.0',
|
|
12
|
-
'@progress/kendo-angular-dialog': '17.0.0-develop.
|
|
12
|
+
'@progress/kendo-angular-dialog': '17.0.0-develop.7',
|
|
13
13
|
// Peer dependency of icons
|
|
14
14
|
'@progress/kendo-svg-icons': '^3.0.0'
|
|
15
15
|
} });
|