@progress/kendo-angular-treeview 21.2.0-develop.1 → 21.2.0-develop.11
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,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Injectable } from '@angular/core';
|
|
6
|
-
import { Keys,
|
|
6
|
+
import { Keys, normalizeKeys } from '@progress/kendo-angular-common';
|
|
7
7
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
8
|
import { Subject } from 'rxjs';
|
|
9
9
|
import { NavigationModel } from './navigation-model';
|
|
@@ -169,7 +169,7 @@ export class NavigationService {
|
|
|
169
169
|
return;
|
|
170
170
|
}
|
|
171
171
|
// on some keyboards arrow keys, PageUp/Down, and Home/End are mapped to Numpad keys
|
|
172
|
-
const code =
|
|
172
|
+
const code = normalizeKeys(e);
|
|
173
173
|
const moveAction = this.actions[code];
|
|
174
174
|
if (!moveAction) {
|
|
175
175
|
return;
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '21.2.0-develop.
|
|
13
|
+
publishDate: 1764684986,
|
|
14
|
+
version: '21.2.0-develop.11',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
6
|
import { EventEmitter, Injectable, Directive, Optional, Input, HostBinding, Component, forwardRef, isDevMode, ViewContainerRef, ChangeDetectionStrategy, ViewChild, Output, ContentChild, Host, NgModule } from '@angular/core';
|
|
7
|
-
import { isDocumentAvailable, Keys,
|
|
7
|
+
import { isDocumentAvailable, Keys, normalizeKeys, anyChanged, hasObservers, 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, EMPTY, BehaviorSubject, merge } 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:
|
|
32
|
-
version: '21.2.0-develop.
|
|
31
|
+
publishDate: 1764684986,
|
|
32
|
+
version: '21.2.0-develop.11',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -739,7 +739,7 @@ class NavigationService {
|
|
|
739
739
|
return;
|
|
740
740
|
}
|
|
741
741
|
// on some keyboards arrow keys, PageUp/Down, and Home/End are mapped to Numpad keys
|
|
742
|
-
const code =
|
|
742
|
+
const code = normalizeKeys(e);
|
|
743
743
|
const moveAction = this.actions[code];
|
|
744
744
|
if (!moveAction) {
|
|
745
745
|
return;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treeview",
|
|
3
|
-
"version": "21.2.0-develop.
|
|
3
|
+
"version": "21.2.0-develop.11",
|
|
4
4
|
"description": "Kendo UI TreeView for Angular",
|
|
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": 1764684986,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"@angular/core": "18 - 21",
|
|
30
30
|
"@angular/platform-browser": "18 - 21",
|
|
31
31
|
"@progress/kendo-licensing": "^1.7.0",
|
|
32
|
-
"@progress/kendo-angular-common": "21.2.0-develop.
|
|
33
|
-
"@progress/kendo-angular-inputs": "21.2.0-develop.
|
|
34
|
-
"@progress/kendo-angular-icons": "21.2.0-develop.
|
|
35
|
-
"@progress/kendo-angular-l10n": "21.2.0-develop.
|
|
32
|
+
"@progress/kendo-angular-common": "21.2.0-develop.11",
|
|
33
|
+
"@progress/kendo-angular-inputs": "21.2.0-develop.11",
|
|
34
|
+
"@progress/kendo-angular-icons": "21.2.0-develop.11",
|
|
35
|
+
"@progress/kendo-angular-l10n": "21.2.0-develop.11",
|
|
36
36
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"tslib": "^2.3.1",
|
|
40
|
-
"@progress/kendo-angular-schematics": "21.2.0-develop.
|
|
40
|
+
"@progress/kendo-angular-schematics": "21.2.0-develop.11",
|
|
41
41
|
"@progress/kendo-common": "^1.0.1",
|
|
42
42
|
"@progress/kendo-draggable": "^3.0.2"
|
|
43
43
|
},
|
|
@@ -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': '21.2.0-develop.
|
|
13
|
-
'@progress/kendo-angular-dialog': '21.2.0-develop.
|
|
14
|
-
'@progress/kendo-angular-intl': '21.2.0-develop.
|
|
15
|
-
'@progress/kendo-angular-popup': '21.2.0-develop.
|
|
12
|
+
'@progress/kendo-angular-buttons': '21.2.0-develop.11',
|
|
13
|
+
'@progress/kendo-angular-dialog': '21.2.0-develop.11',
|
|
14
|
+
'@progress/kendo-angular-intl': '21.2.0-develop.11',
|
|
15
|
+
'@progress/kendo-angular-popup': '21.2.0-develop.11',
|
|
16
16
|
'@progress/kendo-drawing': '^1.9.3',
|
|
17
17
|
// Peer dependency of icons
|
|
18
18
|
'@progress/kendo-svg-icons': '^4.0.0'
|