@progress/kendo-angular-utils 16.7.1 → 16.8.0-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.
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import { HintComponent } from './drag-and-drop/hint.component';
|
|
7
6
|
import { KENDO_DRAGANDDROP } from './directives';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
8
|
import * as i1 from "./drag-and-drop/dragtarget.directive";
|
|
@@ -53,7 +52,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
53
52
|
type: NgModule,
|
|
54
53
|
args: [{
|
|
55
54
|
exports: [...KENDO_DRAGANDDROP],
|
|
56
|
-
imports: [...KENDO_DRAGANDDROP]
|
|
57
|
-
entryComponents: [HintComponent]
|
|
55
|
+
imports: [...KENDO_DRAGANDDROP]
|
|
58
56
|
}]
|
|
59
57
|
}] });
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-utils',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.
|
|
12
|
+
publishDate: 1724076859,
|
|
13
|
+
version: '16.8.0-develop.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -42,8 +42,8 @@ const packageMetadata = {
|
|
|
42
42
|
name: '@progress/kendo-angular-utils',
|
|
43
43
|
productName: 'Kendo UI for Angular',
|
|
44
44
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
45
|
-
publishDate:
|
|
46
|
-
version: '16.
|
|
45
|
+
publishDate: 1724076859,
|
|
46
|
+
version: '16.8.0-develop.1',
|
|
47
47
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
48
48
|
};
|
|
49
49
|
|
|
@@ -2022,8 +2022,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2022
2022
|
type: NgModule,
|
|
2023
2023
|
args: [{
|
|
2024
2024
|
exports: [...KENDO_DRAGANDDROP],
|
|
2025
|
-
imports: [...KENDO_DRAGANDDROP]
|
|
2026
|
-
entryComponents: [HintComponent]
|
|
2025
|
+
imports: [...KENDO_DRAGANDDROP]
|
|
2027
2026
|
}]
|
|
2028
2027
|
}] });
|
|
2029
2028
|
|
|
@@ -42,8 +42,8 @@ const packageMetadata = {
|
|
|
42
42
|
name: '@progress/kendo-angular-utils',
|
|
43
43
|
productName: 'Kendo UI for Angular',
|
|
44
44
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
45
|
-
publishDate:
|
|
46
|
-
version: '16.
|
|
45
|
+
publishDate: 1724076859,
|
|
46
|
+
version: '16.8.0-develop.1',
|
|
47
47
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
48
48
|
};
|
|
49
49
|
|
|
@@ -2016,8 +2016,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2016
2016
|
type: NgModule,
|
|
2017
2017
|
args: [{
|
|
2018
2018
|
exports: [...KENDO_DRAGANDDROP],
|
|
2019
|
-
imports: [...KENDO_DRAGANDDROP]
|
|
2020
|
-
entryComponents: [HintComponent]
|
|
2019
|
+
imports: [...KENDO_DRAGANDDROP]
|
|
2021
2020
|
}]
|
|
2022
2021
|
}] });
|
|
2023
2022
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-utils",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.8.0-develop.1",
|
|
4
4
|
"description": "Kendo UI Angular utils component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"@angular/core": "15 - 18",
|
|
24
24
|
"@angular/platform-browser": "15 - 18",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "16.
|
|
26
|
+
"@progress/kendo-angular-common": "16.8.0-develop.1",
|
|
27
27
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"tslib": "^2.3.1",
|
|
31
|
-
"@progress/kendo-angular-schematics": "16.
|
|
31
|
+
"@progress/kendo-angular-schematics": "16.8.0-develop.1",
|
|
32
32
|
"@progress/kendo-draggable-common": "^0.2.3"
|
|
33
33
|
},
|
|
34
34
|
"schematics": "./schematics/collection.json",
|