@progress/kendo-angular-utils 16.5.0 → 16.6.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.
- package/directives.d.ts +19 -0
- package/drag-and-drop/draghandle.directive.d.ts +1 -1
- package/drag-and-drop/dragtarget-container.directive.d.ts +1 -1
- package/drag-and-drop/dragtarget.directive.d.ts +1 -1
- package/drag-and-drop/droptarget-container.directive.d.ts +1 -1
- package/drag-and-drop/droptarget.directive.d.ts +1 -1
- package/drag-and-drop/hint.component.d.ts +1 -1
- package/drag-and-drop.module.d.ts +1 -2
- package/esm2020/directives.mjs +28 -0
- package/esm2020/drag-and-drop/draghandle.directive.mjs +3 -2
- package/esm2020/drag-and-drop/dragtarget-container.directive.mjs +3 -2
- package/esm2020/drag-and-drop/dragtarget.directive.mjs +3 -2
- package/esm2020/drag-and-drop/droptarget-container.directive.mjs +3 -2
- package/esm2020/drag-and-drop/droptarget.directive.mjs +3 -2
- package/esm2020/drag-and-drop/hint.component.mjs +6 -4
- package/esm2020/drag-and-drop.module.mjs +12 -29
- package/esm2020/index.mjs +1 -0
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/utils.module.mjs +12 -4
- package/fesm2015/progress-kendo-angular-utils.mjs +731 -722
- package/fesm2020/progress-kendo-angular-utils.mjs +730 -721
- package/index.d.ts +1 -0
- package/package.json +3 -3
- package/utils.module.d.ts +7 -2
package/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
export * from './directives';
|
|
5
6
|
export { UtilsModule } from './utils.module';
|
|
6
7
|
export { DragAndDropModule } from './drag-and-drop.module';
|
|
7
8
|
export { DragTargetDirective } from './drag-and-drop/dragtarget.directive';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-utils",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.6.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.6.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.6.0-develop.1",
|
|
32
32
|
"@progress/kendo-draggable-common": "^0.2.3"
|
|
33
33
|
},
|
|
34
34
|
"schematics": "./schematics/collection.json",
|
package/utils.module.d.ts
CHANGED
|
@@ -3,7 +3,12 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./drag-and-drop.
|
|
6
|
+
import * as i1 from "./drag-and-drop/dragtarget.directive";
|
|
7
|
+
import * as i2 from "./drag-and-drop/draghandle.directive";
|
|
8
|
+
import * as i3 from "./drag-and-drop/droptarget.directive";
|
|
9
|
+
import * as i4 from "./drag-and-drop/dragtarget-container.directive";
|
|
10
|
+
import * as i5 from "./drag-and-drop/droptarget-container.directive";
|
|
11
|
+
import * as i6 from "./drag-and-drop/hint.component";
|
|
7
12
|
/**
|
|
8
13
|
* Represents the [NgModule](link:site.data.urls.angular['ngmodules'])
|
|
9
14
|
* definition for the Utils components.
|
|
@@ -37,6 +42,6 @@ import * as i1 from "./drag-and-drop.module";
|
|
|
37
42
|
*/
|
|
38
43
|
export declare class UtilsModule {
|
|
39
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<UtilsModule, never>;
|
|
40
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UtilsModule, never,
|
|
45
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UtilsModule, never, [typeof i1.DragTargetDirective, typeof i2.DragHandleDirective, typeof i3.DropTargetDirective, typeof i4.DragTargetContainerDirective, typeof i5.DropTargetContainerDirective, typeof i6.HintComponent], [typeof i1.DragTargetDirective, typeof i2.DragHandleDirective, typeof i3.DropTargetDirective, typeof i4.DragTargetContainerDirective, typeof i5.DropTargetContainerDirective, typeof i6.HintComponent]>;
|
|
41
46
|
static ɵinj: i0.ɵɵInjectorDeclaration<UtilsModule>;
|
|
42
47
|
}
|