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