@progress/kendo-angular-treeview 25.0.0-develop.17 → 25.0.0-develop.18

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.
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from '@angular/core';
6
6
  import { EventEmitter, Injectable, Optional, Directive, Input, HostBinding, Component, forwardRef, isDevMode, ViewContainerRef, ContentChild, Output, ViewChild, ChangeDetectionStrategy, Host, NgModule } from '@angular/core';
7
- import { isDocumentAvailable, Keys, normalizeKeys, anyChanged, hasObservers, KENDO_WEBMCP_HOST, isChanged, guid, ResizeBatchService } from '@progress/kendo-angular-common';
7
+ import { isDocumentAvailable, Keys, normalizeKeys, anyChanged, provideComponentName, hasObservers, KENDO_WEBMCP_HOST, isChanged, guid, ResizeBatchService } from '@progress/kendo-angular-common';
8
8
  import * as i1 from '@progress/kendo-angular-l10n';
9
9
  import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
10
10
  import { Subject, Subscription, of, merge, EMPTY, BehaviorSubject } from 'rxjs';
@@ -28,8 +28,8 @@ const packageMetadata = {
28
28
  productName: 'Kendo UI for Angular',
29
29
  productCode: 'KENDOUIANGULAR',
30
30
  productCodes: ['KENDOUIANGULAR'],
31
- publishDate: 1785493122,
32
- version: '25.0.0-develop.17',
31
+ publishDate: 1785502215,
32
+ version: '25.0.0-develop.18',
33
33
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
34
34
  };
35
35
 
@@ -2248,7 +2248,8 @@ const providers = [
2248
2248
  {
2249
2249
  provide: ExpandableComponent,
2250
2250
  useExisting: forwardRef(() => TreeViewComponent)
2251
- }
2251
+ },
2252
+ provideComponentName('treeview')
2252
2253
  ];
2253
2254
  /**
2254
2255
  * Represents the [Kendo UI TreeView component for Angular](https://www.telerik.com/kendo-angular-ui/components/treeview).
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1785493122,
11
- "version": "25.0.0-develop.17",
10
+ "publishDate": 1785502215,
11
+ "version": "25.0.0-develop.18",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-treeview",
3
- "version": "25.0.0-develop.17",
3
+ "version": "25.0.0-develop.18",
4
4
  "description": "Kendo UI TreeView for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -34,7 +34,7 @@
34
34
  "package": {
35
35
  "productName": "Kendo UI for Angular",
36
36
  "productCode": "KENDOUIANGULAR",
37
- "publishDate": 1785493122,
37
+ "publishDate": 1785502215,
38
38
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
39
39
  }
40
40
  },
@@ -44,15 +44,15 @@
44
44
  "@angular/core": "20 - 22",
45
45
  "@angular/platform-browser": "20 - 22",
46
46
  "@progress/kendo-licensing": "^1.11.0",
47
- "@progress/kendo-angular-common": "25.0.0-develop.17",
48
- "@progress/kendo-angular-inputs": "25.0.0-develop.17",
49
- "@progress/kendo-angular-icons": "25.0.0-develop.17",
50
- "@progress/kendo-angular-l10n": "25.0.0-develop.17",
47
+ "@progress/kendo-angular-common": "25.0.0-develop.18",
48
+ "@progress/kendo-angular-inputs": "25.0.0-develop.18",
49
+ "@progress/kendo-angular-icons": "25.0.0-develop.18",
50
+ "@progress/kendo-angular-l10n": "25.0.0-develop.18",
51
51
  "rxjs": "^6.5.3 || ^7.0.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "tslib": "^2.3.1",
55
- "@progress/kendo-angular-schematics": "25.0.0-develop.17",
55
+ "@progress/kendo-angular-schematics": "25.0.0-develop.18",
56
56
  "@progress/kendo-common": "^1.0.1",
57
57
  "@progress/kendo-draggable": "^3.0.2"
58
58
  },
@@ -9,10 +9,10 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeViewModule', package: 'treeview', peerDependencies: {
11
11
  // Peers of kendo-angular-inputs
12
- '@progress/kendo-angular-buttons': '25.0.0-develop.17',
13
- '@progress/kendo-angular-dialog': '25.0.0-develop.17',
14
- '@progress/kendo-angular-intl': '25.0.0-develop.17',
15
- '@progress/kendo-angular-popup': '25.0.0-develop.17',
12
+ '@progress/kendo-angular-buttons': '25.0.0-develop.18',
13
+ '@progress/kendo-angular-dialog': '25.0.0-develop.18',
14
+ '@progress/kendo-angular-intl': '25.0.0-develop.18',
15
+ '@progress/kendo-angular-popup': '25.0.0-develop.18',
16
16
  '@progress/kendo-drawing': '^1.9.3',
17
17
  // Peer dependency of icons
18
18
  '@progress/kendo-svg-icons': '^4.0.0'