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