@progress/kendo-angular-filter 21.4.1-develop.1 → 21.4.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.
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '21.4.1
|
|
13
|
+
publishDate: 1768393337,
|
|
14
|
+
version: '21.4.1',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -231,8 +231,8 @@ const packageMetadata = {
|
|
|
231
231
|
productName: 'Kendo UI for Angular',
|
|
232
232
|
productCode: 'KENDOUIANGULAR',
|
|
233
233
|
productCodes: ['KENDOUIANGULAR'],
|
|
234
|
-
publishDate:
|
|
235
|
-
version: '21.4.1
|
|
234
|
+
publishDate: 1768393337,
|
|
235
|
+
version: '21.4.1',
|
|
236
236
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
237
237
|
};
|
|
238
238
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-filter",
|
|
3
|
-
"version": "21.4.1
|
|
3
|
+
"version": "21.4.1",
|
|
4
4
|
"description": "Kendo UI Angular Filter",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"package": {
|
|
18
18
|
"productName": "Kendo UI for Angular",
|
|
19
19
|
"productCode": "KENDOUIANGULAR",
|
|
20
|
-
"publishDate":
|
|
20
|
+
"publishDate": 1768393337,
|
|
21
21
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
@@ -28,20 +28,20 @@
|
|
|
28
28
|
"@angular/platform-browser": "18 - 21",
|
|
29
29
|
"@progress/kendo-data-query": "^1.5.5",
|
|
30
30
|
"@progress/kendo-licensing": "^1.7.0",
|
|
31
|
-
"@progress/kendo-angular-buttons": "21.4.1
|
|
32
|
-
"@progress/kendo-angular-common": "21.4.1
|
|
33
|
-
"@progress/kendo-angular-dateinputs": "21.4.1
|
|
34
|
-
"@progress/kendo-angular-dropdowns": "21.4.1
|
|
35
|
-
"@progress/kendo-angular-inputs": "21.4.1
|
|
36
|
-
"@progress/kendo-angular-intl": "21.4.1
|
|
37
|
-
"@progress/kendo-angular-l10n": "21.4.1
|
|
38
|
-
"@progress/kendo-angular-icons": "21.4.1
|
|
39
|
-
"@progress/kendo-angular-label": "21.4.1
|
|
31
|
+
"@progress/kendo-angular-buttons": "21.4.1",
|
|
32
|
+
"@progress/kendo-angular-common": "21.4.1",
|
|
33
|
+
"@progress/kendo-angular-dateinputs": "21.4.1",
|
|
34
|
+
"@progress/kendo-angular-dropdowns": "21.4.1",
|
|
35
|
+
"@progress/kendo-angular-inputs": "21.4.1",
|
|
36
|
+
"@progress/kendo-angular-intl": "21.4.1",
|
|
37
|
+
"@progress/kendo-angular-l10n": "21.4.1",
|
|
38
|
+
"@progress/kendo-angular-icons": "21.4.1",
|
|
39
|
+
"@progress/kendo-angular-label": "21.4.1",
|
|
40
40
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"tslib": "^2.3.1",
|
|
44
|
-
"@progress/kendo-angular-schematics": "21.4.1
|
|
44
|
+
"@progress/kendo-angular-schematics": "21.4.1"
|
|
45
45
|
},
|
|
46
46
|
"schematics": "./schematics/collection.json",
|
|
47
47
|
"module": "fesm2022/progress-kendo-angular-filter.mjs",
|
|
@@ -9,12 +9,12 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'FilterModule', package: 'filter', peerDependencies: {
|
|
11
11
|
// peer deps of the dropdowns
|
|
12
|
-
'@progress/kendo-angular-treeview': '21.4.1
|
|
13
|
-
'@progress/kendo-angular-popup': '21.4.1
|
|
14
|
-
'@progress/kendo-angular-navigation': '21.4.1
|
|
12
|
+
'@progress/kendo-angular-treeview': '21.4.1',
|
|
13
|
+
'@progress/kendo-angular-popup': '21.4.1',
|
|
14
|
+
'@progress/kendo-angular-navigation': '21.4.1',
|
|
15
15
|
// peer dependency of kendo-angular-inputs
|
|
16
16
|
'@progress/kendo-drawing': '^1.16.0',
|
|
17
|
-
'@progress/kendo-angular-dialog': '21.4.1
|
|
17
|
+
'@progress/kendo-angular-dialog': '21.4.1',
|
|
18
18
|
// Peer dependency of icons
|
|
19
19
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
20
20
|
} });
|