@progress/kendo-angular-filter 16.9.0-develop.9 → 16.9.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.
|
@@ -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.9.0
|
|
12
|
+
publishDate: 1725979250,
|
|
13
|
+
version: '16.9.0',
|
|
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: '16.9.0
|
|
235
|
+
publishDate: 1725979250,
|
|
236
|
+
version: '16.9.0',
|
|
237
237
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
238
238
|
};
|
|
239
239
|
|
|
@@ -2187,7 +2187,7 @@ const KENDO_FILTER = [
|
|
|
2187
2187
|
*
|
|
2188
2188
|
* @example
|
|
2189
2189
|
*
|
|
2190
|
-
* ```
|
|
2190
|
+
* ```ts
|
|
2191
2191
|
* // Import the Filter module
|
|
2192
2192
|
* import { FilterModule } from '@progress/kendo-angular-filter';
|
|
2193
2193
|
*
|
|
@@ -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.9.0
|
|
235
|
+
publishDate: 1725979250,
|
|
236
|
+
version: '16.9.0',
|
|
237
237
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
238
238
|
};
|
|
239
239
|
|
|
@@ -2187,7 +2187,7 @@ const KENDO_FILTER = [
|
|
|
2187
2187
|
*
|
|
2188
2188
|
* @example
|
|
2189
2189
|
*
|
|
2190
|
-
* ```
|
|
2190
|
+
* ```ts
|
|
2191
2191
|
* // Import the Filter module
|
|
2192
2192
|
* import { FilterModule } from '@progress/kendo-angular-filter';
|
|
2193
2193
|
*
|
package/filter.module.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-filter",
|
|
3
|
-
"version": "16.9.0
|
|
3
|
+
"version": "16.9.0",
|
|
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.9.0
|
|
26
|
-
"@progress/kendo-angular-common": "16.9.0
|
|
27
|
-
"@progress/kendo-angular-dateinputs": "16.9.0
|
|
28
|
-
"@progress/kendo-angular-dropdowns": "16.9.0
|
|
29
|
-
"@progress/kendo-angular-inputs": "16.9.0
|
|
30
|
-
"@progress/kendo-angular-intl": "16.9.0
|
|
31
|
-
"@progress/kendo-angular-l10n": "16.9.0
|
|
32
|
-
"@progress/kendo-angular-icons": "16.9.0
|
|
33
|
-
"@progress/kendo-angular-label": "16.9.0
|
|
25
|
+
"@progress/kendo-angular-buttons": "16.9.0",
|
|
26
|
+
"@progress/kendo-angular-common": "16.9.0",
|
|
27
|
+
"@progress/kendo-angular-dateinputs": "16.9.0",
|
|
28
|
+
"@progress/kendo-angular-dropdowns": "16.9.0",
|
|
29
|
+
"@progress/kendo-angular-inputs": "16.9.0",
|
|
30
|
+
"@progress/kendo-angular-intl": "16.9.0",
|
|
31
|
+
"@progress/kendo-angular-l10n": "16.9.0",
|
|
32
|
+
"@progress/kendo-angular-icons": "16.9.0",
|
|
33
|
+
"@progress/kendo-angular-label": "16.9.0",
|
|
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.9.0
|
|
38
|
+
"@progress/kendo-angular-schematics": "16.9.0"
|
|
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.9.0
|
|
8
|
-
'@progress/kendo-angular-popup': '16.9.0
|
|
9
|
-
'@progress/kendo-angular-navigation': '16.9.0
|
|
7
|
+
'@progress/kendo-angular-treeview': '16.9.0',
|
|
8
|
+
'@progress/kendo-angular-popup': '16.9.0',
|
|
9
|
+
'@progress/kendo-angular-navigation': '16.9.0',
|
|
10
10
|
// peer dependency of kendo-angular-inputs
|
|
11
11
|
'@progress/kendo-drawing': '^1.16.0',
|
|
12
|
-
'@progress/kendo-angular-dialog': '16.9.0
|
|
12
|
+
'@progress/kendo-angular-dialog': '16.9.0',
|
|
13
13
|
// Peer dependency of icons
|
|
14
14
|
'@progress/kendo-svg-icons': '^3.0.0'
|
|
15
15
|
} });
|