@progress/kendo-angular-pivotgrid 13.0.0-develop.9 → 13.0.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.
|
@@ -25,7 +25,7 @@ export class ChipKeyboardNavigationDirective {
|
|
|
25
25
|
this.keydownSub.add(this.renderer.listen(chipElement, 'keydown', (ev) => {
|
|
26
26
|
ev.preventDefault();
|
|
27
27
|
const isAltDown = ev.keyCode === Keys.ArrowDown && ev.altKey;
|
|
28
|
-
const menuIcon = this.host.element.nativeElement.querySelector('.k-i-more-vertical');
|
|
28
|
+
const menuIcon = this.host.element.nativeElement.querySelector('.k-i-more-vertical, .k-svg-i-more-vertical');
|
|
29
29
|
const isCtrlOrMeta = ev.ctrlKey || ev.metaKey;
|
|
30
30
|
const shiftAndMeta = ev.shiftKey && isCtrlOrMeta;
|
|
31
31
|
const isArrow = [Keys.ArrowLeft, Keys.ArrowRight, Keys.ArrowDown, Keys.ArrowUp].includes(ev.keyCode);
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-pivotgrid',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '13.0.0
|
|
12
|
+
publishDate: 1686055743,
|
|
13
|
+
version: '13.0.0',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -41,8 +41,8 @@ const packageMetadata = {
|
|
|
41
41
|
name: '@progress/kendo-angular-pivotgrid',
|
|
42
42
|
productName: 'Kendo UI for Angular',
|
|
43
43
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
44
|
-
publishDate:
|
|
45
|
-
version: '13.0.0
|
|
44
|
+
publishDate: 1686055743,
|
|
45
|
+
version: '13.0.0',
|
|
46
46
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
47
47
|
};
|
|
48
48
|
|
|
@@ -2009,7 +2009,7 @@ class ChipKeyboardNavigationDirective {
|
|
|
2009
2009
|
this.keydownSub.add(this.renderer.listen(chipElement, 'keydown', (ev) => {
|
|
2010
2010
|
ev.preventDefault();
|
|
2011
2011
|
const isAltDown = ev.keyCode === Keys.ArrowDown && ev.altKey;
|
|
2012
|
-
const menuIcon = this.host.element.nativeElement.querySelector('.k-i-more-vertical');
|
|
2012
|
+
const menuIcon = this.host.element.nativeElement.querySelector('.k-i-more-vertical, .k-svg-i-more-vertical');
|
|
2013
2013
|
const isCtrlOrMeta = ev.ctrlKey || ev.metaKey;
|
|
2014
2014
|
const shiftAndMeta = ev.shiftKey && isCtrlOrMeta;
|
|
2015
2015
|
const isArrow = [Keys.ArrowLeft, Keys.ArrowRight, Keys.ArrowDown, Keys.ArrowUp].includes(ev.keyCode);
|
|
@@ -40,8 +40,8 @@ const packageMetadata = {
|
|
|
40
40
|
name: '@progress/kendo-angular-pivotgrid',
|
|
41
41
|
productName: 'Kendo UI for Angular',
|
|
42
42
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
43
|
-
publishDate:
|
|
44
|
-
version: '13.0.0
|
|
43
|
+
publishDate: 1686055743,
|
|
44
|
+
version: '13.0.0',
|
|
45
45
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
46
46
|
};
|
|
47
47
|
|
|
@@ -2000,7 +2000,7 @@ class ChipKeyboardNavigationDirective {
|
|
|
2000
2000
|
this.keydownSub.add(this.renderer.listen(chipElement, 'keydown', (ev) => {
|
|
2001
2001
|
ev.preventDefault();
|
|
2002
2002
|
const isAltDown = ev.keyCode === Keys.ArrowDown && ev.altKey;
|
|
2003
|
-
const menuIcon = this.host.element.nativeElement.querySelector('.k-i-more-vertical');
|
|
2003
|
+
const menuIcon = this.host.element.nativeElement.querySelector('.k-i-more-vertical, .k-svg-i-more-vertical');
|
|
2004
2004
|
const isCtrlOrMeta = ev.ctrlKey || ev.metaKey;
|
|
2005
2005
|
const shiftAndMeta = ev.shiftKey && isCtrlOrMeta;
|
|
2006
2006
|
const isArrow = [Keys.ArrowLeft, Keys.ArrowRight, Keys.ArrowDown, Keys.ArrowUp].includes(ev.keyCode);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-pivotgrid",
|
|
3
|
-
"version": "13.0.0
|
|
3
|
+
"version": "13.0.0",
|
|
4
4
|
"description": "PivotGrid package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -24,22 +24,22 @@
|
|
|
24
24
|
"@progress/kendo-data-query": "^1.5.5",
|
|
25
25
|
"@progress/kendo-drawing": "^1.17.2",
|
|
26
26
|
"@progress/kendo-licensing": "^1.0.2",
|
|
27
|
-
"@progress/kendo-angular-buttons": "13.0.0
|
|
28
|
-
"@progress/kendo-angular-common": "13.0.0
|
|
29
|
-
"@progress/kendo-angular-dropdowns": "13.0.0
|
|
30
|
-
"@progress/kendo-angular-indicators": "13.0.0
|
|
31
|
-
"@progress/kendo-angular-inputs": "13.0.0
|
|
32
|
-
"@progress/kendo-angular-intl": "13.0.0
|
|
33
|
-
"@progress/kendo-angular-l10n": "13.0.0
|
|
34
|
-
"@progress/kendo-angular-popup": "13.0.0
|
|
35
|
-
"@progress/kendo-angular-icons": "13.0.0
|
|
36
|
-
"@progress/kendo-angular-treeview": "13.0.0
|
|
27
|
+
"@progress/kendo-angular-buttons": "13.0.0",
|
|
28
|
+
"@progress/kendo-angular-common": "13.0.0",
|
|
29
|
+
"@progress/kendo-angular-dropdowns": "13.0.0",
|
|
30
|
+
"@progress/kendo-angular-indicators": "13.0.0",
|
|
31
|
+
"@progress/kendo-angular-inputs": "13.0.0",
|
|
32
|
+
"@progress/kendo-angular-intl": "13.0.0",
|
|
33
|
+
"@progress/kendo-angular-l10n": "13.0.0",
|
|
34
|
+
"@progress/kendo-angular-popup": "13.0.0",
|
|
35
|
+
"@progress/kendo-angular-icons": "13.0.0",
|
|
36
|
+
"@progress/kendo-angular-treeview": "13.0.0",
|
|
37
37
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"tslib": "^2.3.1",
|
|
41
|
-
"@progress/kendo-angular-schematics": "13.0.0
|
|
42
|
-
"@progress/kendo-pivotgrid-common": "0.5.
|
|
41
|
+
"@progress/kendo-angular-schematics": "13.0.0",
|
|
42
|
+
"@progress/kendo-pivotgrid-common": "0.5.2"
|
|
43
43
|
},
|
|
44
44
|
"schematics": "./schematics/collection.json",
|
|
45
45
|
"module": "fesm2015/progress-kendo-angular-pivotgrid.mjs",
|
|
@@ -6,7 +6,7 @@ function default_1(options) {
|
|
|
6
6
|
// Additional dependencies to install.
|
|
7
7
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
|
8
8
|
peerDependencies: {
|
|
9
|
-
'@progress/kendo-angular-dialog': '13.0.0
|
|
9
|
+
'@progress/kendo-angular-dialog': '13.0.0',
|
|
10
10
|
// peer dep of the icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^1.0.0'
|
|
12
12
|
} });
|