@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.
Files changed (44) hide show
  1. package/adaptive-breakpoints/adaptive-settings.d.ts +4 -4
  2. package/adaptive-breakpoints/adaptive-settings.service.d.ts +2 -2
  3. package/adaptive-breakpoints/adaptive.service.d.ts +6 -10
  4. package/adaptive-breakpoints/models/adaptive-settings.d.ts +6 -3
  5. package/directives.d.ts +20 -3
  6. package/drag-and-drop/draghandle.directive.d.ts +10 -2
  7. package/drag-and-drop/dragtarget-container.directive.d.ts +26 -25
  8. package/drag-and-drop/dragtarget.directive.d.ts +16 -15
  9. package/drag-and-drop/droptarget-container.directive.d.ts +12 -12
  10. package/drag-and-drop/droptarget.directive.d.ts +12 -4
  11. package/drag-and-drop/events/drag-target/drag-event.d.ts +6 -5
  12. package/drag-and-drop/events/drag-target/dragready-event.d.ts +5 -4
  13. package/drag-and-drop/events/drag-target/end-event.d.ts +5 -4
  14. package/drag-and-drop/events/drag-target/press-event.d.ts +5 -4
  15. package/drag-and-drop/events/drag-target/release-event.d.ts +5 -4
  16. package/drag-and-drop/events/drag-target/start-event.d.ts +5 -4
  17. package/drag-and-drop/events/drop-target-event.d.ts +3 -3
  18. package/drag-and-drop/models/autoscroll-options.d.ts +4 -4
  19. package/drag-and-drop/models/functions.d.ts +7 -9
  20. package/drag-and-drop/models/hint-settings.d.ts +3 -3
  21. package/drag-and-drop/models/scroll-direction.d.ts +3 -0
  22. package/drag-and-drop.module.d.ts +5 -17
  23. package/esm2022/adaptive-breakpoints/adaptive-settings.mjs +4 -4
  24. package/esm2022/adaptive-breakpoints/adaptive-settings.service.mjs +2 -2
  25. package/esm2022/adaptive-breakpoints/adaptive.service.mjs +6 -10
  26. package/esm2022/directives.mjs +20 -3
  27. package/esm2022/drag-and-drop/draghandle.directive.mjs +10 -2
  28. package/esm2022/drag-and-drop/dragtarget-container.directive.mjs +26 -25
  29. package/esm2022/drag-and-drop/dragtarget.directive.mjs +16 -15
  30. package/esm2022/drag-and-drop/droptarget-container.directive.mjs +12 -12
  31. package/esm2022/drag-and-drop/droptarget.directive.mjs +12 -4
  32. package/esm2022/drag-and-drop/events/drag-target/drag-event.mjs +6 -5
  33. package/esm2022/drag-and-drop/events/drag-target/dragready-event.mjs +5 -4
  34. package/esm2022/drag-and-drop/events/drag-target/end-event.mjs +5 -4
  35. package/esm2022/drag-and-drop/events/drag-target/press-event.mjs +5 -4
  36. package/esm2022/drag-and-drop/events/drag-target/release-event.mjs +5 -4
  37. package/esm2022/drag-and-drop/events/drag-target/start-event.mjs +5 -4
  38. package/esm2022/drag-and-drop/events/drop-target-event.mjs +3 -3
  39. package/esm2022/drag-and-drop.module.mjs +5 -17
  40. package/esm2022/package-metadata.mjs +2 -2
  41. package/esm2022/utils.module.mjs +5 -17
  42. package/fesm2022/progress-kendo-angular-utils.mjs +154 -141
  43. package/package.json +4 -4
  44. 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.4",
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": 1750156851,
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.4",
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.4",
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
- * // Define the app module
31
- * _@NgModule({
32
- * declarations: [AppComponent], // declare app component
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 {