@progress/kendo-angular-utils 19.1.2-develop.4 → 19.1.2-develop.6
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/adaptive-breakpoints/adaptive-settings.d.ts +4 -4
- package/adaptive-breakpoints/adaptive-settings.service.d.ts +2 -2
- package/adaptive-breakpoints/adaptive.service.d.ts +6 -10
- package/adaptive-breakpoints/models/adaptive-settings.d.ts +6 -3
- package/directives.d.ts +20 -3
- package/drag-and-drop/draghandle.directive.d.ts +10 -2
- package/drag-and-drop/dragtarget-container.directive.d.ts +26 -25
- package/drag-and-drop/dragtarget.directive.d.ts +16 -15
- package/drag-and-drop/droptarget-container.directive.d.ts +12 -12
- package/drag-and-drop/droptarget.directive.d.ts +12 -4
- package/drag-and-drop/events/drag-target/drag-event.d.ts +6 -5
- package/drag-and-drop/events/drag-target/dragready-event.d.ts +5 -4
- package/drag-and-drop/events/drag-target/end-event.d.ts +5 -4
- package/drag-and-drop/events/drag-target/press-event.d.ts +5 -4
- package/drag-and-drop/events/drag-target/release-event.d.ts +5 -4
- package/drag-and-drop/events/drag-target/start-event.d.ts +5 -4
- package/drag-and-drop/events/drop-target-event.d.ts +3 -3
- package/drag-and-drop/models/autoscroll-options.d.ts +4 -4
- package/drag-and-drop/models/functions.d.ts +7 -9
- package/drag-and-drop/models/hint-settings.d.ts +3 -3
- package/drag-and-drop/models/scroll-direction.d.ts +3 -0
- package/drag-and-drop.module.d.ts +5 -17
- package/esm2022/adaptive-breakpoints/adaptive-settings.mjs +4 -4
- package/esm2022/adaptive-breakpoints/adaptive-settings.service.mjs +2 -2
- package/esm2022/adaptive-breakpoints/adaptive.service.mjs +6 -10
- package/esm2022/directives.mjs +20 -3
- package/esm2022/drag-and-drop/draghandle.directive.mjs +10 -2
- package/esm2022/drag-and-drop/dragtarget-container.directive.mjs +26 -25
- package/esm2022/drag-and-drop/dragtarget.directive.mjs +16 -15
- package/esm2022/drag-and-drop/droptarget-container.directive.mjs +12 -12
- package/esm2022/drag-and-drop/droptarget.directive.mjs +12 -4
- package/esm2022/drag-and-drop/events/drag-target/drag-event.mjs +6 -5
- package/esm2022/drag-and-drop/events/drag-target/dragready-event.mjs +5 -4
- package/esm2022/drag-and-drop/events/drag-target/end-event.mjs +5 -4
- package/esm2022/drag-and-drop/events/drag-target/press-event.mjs +5 -4
- package/esm2022/drag-and-drop/events/drag-target/release-event.mjs +5 -4
- package/esm2022/drag-and-drop/events/drag-target/start-event.mjs +5 -4
- package/esm2022/drag-and-drop/events/drop-target-event.mjs +3 -3
- package/esm2022/drag-and-drop.module.mjs +5 -17
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/utils.module.mjs +5 -17
- package/fesm2022/progress-kendo-angular-utils.mjs +154 -141
- package/package.json +4 -4
- package/utils.module.d.ts +5 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-utils",
|
|
3
|
-
"version": "19.1.2-develop.
|
|
3
|
+
"version": "19.1.2-develop.6",
|
|
4
4
|
"description": "Kendo UI Angular utils component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1750433583,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"@angular/core": "16 - 20",
|
|
30
30
|
"@angular/platform-browser": "16 - 20",
|
|
31
31
|
"@progress/kendo-licensing": "^1.5.0",
|
|
32
|
-
"@progress/kendo-angular-common": "19.1.2-develop.
|
|
32
|
+
"@progress/kendo-angular-common": "19.1.2-develop.6",
|
|
33
33
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"tslib": "^2.3.1",
|
|
37
|
-
"@progress/kendo-angular-schematics": "19.1.2-develop.
|
|
37
|
+
"@progress/kendo-angular-schematics": "19.1.2-develop.6",
|
|
38
38
|
"@progress/kendo-draggable-common": "^0.2.3"
|
|
39
39
|
},
|
|
40
40
|
"schematics": "./schematics/collection.json",
|
package/utils.module.d.ts
CHANGED
|
@@ -10,34 +10,22 @@ import * as i4 from "./drag-and-drop/dragtarget-container.directive";
|
|
|
10
10
|
import * as i5 from "./drag-and-drop/droptarget-container.directive";
|
|
11
11
|
import * as i6 from "./drag-and-drop/hint.component";
|
|
12
12
|
/**
|
|
13
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmodules'])
|
|
13
|
+
* Represents the [`NgModule`](link:site.data.urls.angular['ngmodules'])
|
|
14
14
|
* definition for the Utils components.
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
17
|
-
*
|
|
18
|
-
* ```ts-no-run
|
|
19
|
-
* // Import the Utils module
|
|
17
|
+
* ```ts
|
|
20
18
|
* import { UtilsModule } from '@progress/kendo-angular-utils';
|
|
21
|
-
*
|
|
22
|
-
* // The browser platform with a compiler
|
|
23
19
|
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
24
|
-
*
|
|
25
20
|
* import { NgModule } from '@angular/core';
|
|
26
|
-
*
|
|
27
|
-
* // Import the app component
|
|
28
21
|
* import { AppComponent } from './app.component';
|
|
29
22
|
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* imports: [BrowserModule, UtilsModule], // import Utils module
|
|
23
|
+
* @NgModule({
|
|
24
|
+
* declarations: [AppComponent],
|
|
25
|
+
* imports: [BrowserModule, UtilsModule],
|
|
34
26
|
* bootstrap: [AppComponent]
|
|
35
27
|
* })
|
|
36
28
|
* export class AppModule {}
|
|
37
|
-
*
|
|
38
|
-
* // Compile and launch the module
|
|
39
|
-
* platformBrowserDynamic().bootstrapModule(AppModule);
|
|
40
|
-
*
|
|
41
29
|
* ```
|
|
42
30
|
*/
|
|
43
31
|
export declare class UtilsModule {
|