@progress/kendo-angular-listview 21.2.0-develop.9 → 21.2.0
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 { Injectable } from '@angular/core';
|
|
6
6
|
import { Subject } from 'rxjs';
|
|
7
|
-
import { Keys,
|
|
7
|
+
import { Keys, normalizeKeys } from '@progress/kendo-angular-common';
|
|
8
8
|
import { closestWithMatch, fitIntoRange, getListItemIndex, isListViewItem, isPresent, relatedTarget } from '../utils';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
@@ -52,7 +52,7 @@ export class NavigationService {
|
|
|
52
52
|
}
|
|
53
53
|
handleKeyDown(event, totalItemsCount) {
|
|
54
54
|
// on some keyboards arrow keys, PageUp/Down, and Home/End are mapped to Numpad keys
|
|
55
|
-
const code =
|
|
55
|
+
const code = normalizeKeys(event);
|
|
56
56
|
switch (code) {
|
|
57
57
|
case Keys.ArrowLeft:
|
|
58
58
|
case Keys.ArrowUp:
|
|
@@ -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
|
|
13
|
+
publishDate: 1764751739,
|
|
14
|
+
version: '21.2.0',
|
|
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 { Injectable, Directive, Input, Optional, EventEmitter, Component, ChangeDetectionStrategy, HostBinding, ContentChild, ViewChild, ViewChildren, Output, HostListener, NgModule } from '@angular/core';
|
|
7
|
-
import { isDocumentAvailable,
|
|
7
|
+
import { isDocumentAvailable, normalizeKeys, Keys, isChanged, hasObservers, EventsOutsideAngularDirective, ResizeBatchService } from '@progress/kendo-angular-common';
|
|
8
8
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
9
9
|
import * as i2 from '@progress/kendo-angular-l10n';
|
|
10
10
|
import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
@@ -25,8 +25,8 @@ const packageMetadata = {
|
|
|
25
25
|
productName: 'Kendo UI for Angular',
|
|
26
26
|
productCode: 'KENDOUIANGULAR',
|
|
27
27
|
productCodes: ['KENDOUIANGULAR'],
|
|
28
|
-
publishDate:
|
|
29
|
-
version: '21.2.0
|
|
28
|
+
publishDate: 1764751739,
|
|
29
|
+
version: '21.2.0',
|
|
30
30
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
31
31
|
};
|
|
32
32
|
|
|
@@ -174,7 +174,7 @@ class NavigationService {
|
|
|
174
174
|
}
|
|
175
175
|
handleKeyDown(event, totalItemsCount) {
|
|
176
176
|
// on some keyboards arrow keys, PageUp/Down, and Home/End are mapped to Numpad keys
|
|
177
|
-
const code =
|
|
177
|
+
const code = normalizeKeys(event);
|
|
178
178
|
switch (code) {
|
|
179
179
|
case Keys.ArrowLeft:
|
|
180
180
|
case Keys.ArrowUp:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-listview",
|
|
3
|
-
"version": "21.2.0
|
|
3
|
+
"version": "21.2.0",
|
|
4
4
|
"description": "Kendo UI Angular listview 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": 1764751739,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"@angular/forms": "18 - 21",
|
|
31
31
|
"@angular/platform-browser": "18 - 21",
|
|
32
32
|
"@progress/kendo-licensing": "^1.7.0",
|
|
33
|
-
"@progress/kendo-angular-buttons": "21.2.0
|
|
34
|
-
"@progress/kendo-angular-common": "21.2.0
|
|
35
|
-
"@progress/kendo-angular-icons": "21.2.0
|
|
36
|
-
"@progress/kendo-angular-l10n": "21.2.0
|
|
37
|
-
"@progress/kendo-angular-pager": "21.2.0
|
|
33
|
+
"@progress/kendo-angular-buttons": "21.2.0",
|
|
34
|
+
"@progress/kendo-angular-common": "21.2.0",
|
|
35
|
+
"@progress/kendo-angular-icons": "21.2.0",
|
|
36
|
+
"@progress/kendo-angular-l10n": "21.2.0",
|
|
37
|
+
"@progress/kendo-angular-pager": "21.2.0",
|
|
38
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "21.2.0
|
|
42
|
+
"@progress/kendo-angular-schematics": "21.2.0"
|
|
43
43
|
},
|
|
44
44
|
"schematics": "./schematics/collection.json",
|
|
45
45
|
"module": "fesm2022/progress-kendo-angular-listview.mjs",
|
|
@@ -9,12 +9,12 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'ListViewModule', package: 'listview', peerDependencies: {
|
|
11
11
|
// Peers of pager
|
|
12
|
-
'@progress/kendo-angular-dropdowns': '21.2.0
|
|
13
|
-
'@progress/kendo-angular-treeview': '21.2.0
|
|
14
|
-
'@progress/kendo-angular-inputs': '21.2.0
|
|
15
|
-
'@progress/kendo-angular-intl': '21.2.0
|
|
16
|
-
'@progress/kendo-angular-l10n': '21.2.0
|
|
17
|
-
'@progress/kendo-angular-popup': '21.2.0
|
|
12
|
+
'@progress/kendo-angular-dropdowns': '21.2.0',
|
|
13
|
+
'@progress/kendo-angular-treeview': '21.2.0',
|
|
14
|
+
'@progress/kendo-angular-inputs': '21.2.0',
|
|
15
|
+
'@progress/kendo-angular-intl': '21.2.0',
|
|
16
|
+
'@progress/kendo-angular-l10n': '21.2.0',
|
|
17
|
+
'@progress/kendo-angular-popup': '21.2.0',
|
|
18
18
|
'@progress/kendo-drawing': '^1.17.2',
|
|
19
19
|
// Peer of icons
|
|
20
20
|
'@progress/kendo-svg-icons': '^4.0.0'
|