@progress/kendo-angular-pdfviewer 21.2.0-develop.9 → 21.3.0-develop.1
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.
|
@@ -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.
|
|
13
|
+
publishDate: 1764778921,
|
|
14
|
+
version: '21.3.0-develop.1',
|
|
15
15
|
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',
|
|
16
16
|
};
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Directive, ElementRef, Renderer2 } from '@angular/core';
|
|
6
6
|
import { ToolbarNavigationService } from './toolbar-navigation.service';
|
|
7
|
-
import { Keys, focusableSelector,
|
|
7
|
+
import { Keys, focusableSelector, normalizeKeys } from '@progress/kendo-angular-common';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
import * as i1 from "./toolbar-navigation.service";
|
|
10
10
|
const controller = new AbortController();
|
|
@@ -27,7 +27,7 @@ export class ToolbarFocusableDirective {
|
|
|
27
27
|
this.renderer.setAttribute(element, 'tabindex', this.navigationService.isActive(this) ? '0' : '-1');
|
|
28
28
|
element.addEventListener('keydown', (e) => {
|
|
29
29
|
const targetsSelf = e.target === element;
|
|
30
|
-
const code =
|
|
30
|
+
const code = normalizeKeys(e);
|
|
31
31
|
const isLeftArrow = code === Keys.ArrowLeft;
|
|
32
32
|
const isRightArrow = code === Keys.ArrowRight;
|
|
33
33
|
const isArrow = isLeftArrow || isRightArrow;
|
|
@@ -8,7 +8,7 @@ import * as i1 from '@progress/kendo-angular-l10n';
|
|
|
8
8
|
import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
10
10
|
import { PdfViewerInteractionMode, removeChildren, PdfViewer } from '@progress/kendo-pdfviewer-common';
|
|
11
|
-
import { PreventableEvent, Keys,
|
|
11
|
+
import { PreventableEvent, Keys, normalizeKeys, focusableSelector, getLicenseMessage, shouldShowValidationUI, hasObservers, EventsOutsideAngularDirective, WatermarkOverlayComponent, ResizeBatchService } from '@progress/kendo-angular-common';
|
|
12
12
|
import { Subscription } from 'rxjs';
|
|
13
13
|
import { PagerComponent, CustomMessagesComponent } from '@progress/kendo-angular-pager';
|
|
14
14
|
import { zoomInIcon, zoomOutIcon, handIcon, pointerIcon, searchIcon, folderOpenIcon, downloadIcon, printIcon, trackChangesIcon, highlightIcon, freeTextIcon, xIcon, convertLowercaseIcon, arrowUpIcon, arrowDownIcon, paletteIcon, trashIcon, checkIcon } from '@progress/kendo-svg-icons';
|
|
@@ -321,8 +321,8 @@ const packageMetadata = {
|
|
|
321
321
|
productName: 'Kendo UI for Angular',
|
|
322
322
|
productCode: 'KENDOUIANGULAR',
|
|
323
323
|
productCodes: ['KENDOUIANGULAR'],
|
|
324
|
-
publishDate:
|
|
325
|
-
version: '21.
|
|
324
|
+
publishDate: 1764778921,
|
|
325
|
+
version: '21.3.0-develop.1',
|
|
326
326
|
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',
|
|
327
327
|
};
|
|
328
328
|
|
|
@@ -540,7 +540,7 @@ class ToolbarFocusableDirective {
|
|
|
540
540
|
this.renderer.setAttribute(element, 'tabindex', this.navigationService.isActive(this) ? '0' : '-1');
|
|
541
541
|
element.addEventListener('keydown', (e) => {
|
|
542
542
|
const targetsSelf = e.target === element;
|
|
543
|
-
const code =
|
|
543
|
+
const code = normalizeKeys(e);
|
|
544
544
|
const isLeftArrow = code === Keys.ArrowLeft;
|
|
545
545
|
const isRightArrow = code === Keys.ArrowRight;
|
|
546
546
|
const isArrow = isLeftArrow || isRightArrow;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-pdfviewer",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.3.0-develop.1",
|
|
4
4
|
"description": "Kendo UI PDFViewer 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": 1764778921,
|
|
23
23
|
"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"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,22 +29,22 @@
|
|
|
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-buttons": "21.
|
|
33
|
-
"@progress/kendo-angular-common": "21.
|
|
34
|
-
"@progress/kendo-angular-dialog": "21.
|
|
35
|
-
"@progress/kendo-angular-dropdowns": "21.
|
|
36
|
-
"@progress/kendo-angular-inputs": "21.
|
|
37
|
-
"@progress/kendo-angular-intl": "21.
|
|
38
|
-
"@progress/kendo-angular-l10n": "21.
|
|
39
|
-
"@progress/kendo-angular-icons": "21.
|
|
40
|
-
"@progress/kendo-angular-indicators": "21.
|
|
41
|
-
"@progress/kendo-angular-pager": "21.
|
|
42
|
-
"@progress/kendo-angular-popup": "21.
|
|
32
|
+
"@progress/kendo-angular-buttons": "21.3.0-develop.1",
|
|
33
|
+
"@progress/kendo-angular-common": "21.3.0-develop.1",
|
|
34
|
+
"@progress/kendo-angular-dialog": "21.3.0-develop.1",
|
|
35
|
+
"@progress/kendo-angular-dropdowns": "21.3.0-develop.1",
|
|
36
|
+
"@progress/kendo-angular-inputs": "21.3.0-develop.1",
|
|
37
|
+
"@progress/kendo-angular-intl": "21.3.0-develop.1",
|
|
38
|
+
"@progress/kendo-angular-l10n": "21.3.0-develop.1",
|
|
39
|
+
"@progress/kendo-angular-icons": "21.3.0-develop.1",
|
|
40
|
+
"@progress/kendo-angular-indicators": "21.3.0-develop.1",
|
|
41
|
+
"@progress/kendo-angular-pager": "21.3.0-develop.1",
|
|
42
|
+
"@progress/kendo-angular-popup": "21.3.0-develop.1",
|
|
43
43
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"tslib": "^2.3.1",
|
|
47
|
-
"@progress/kendo-angular-schematics": "21.
|
|
47
|
+
"@progress/kendo-angular-schematics": "21.3.0-develop.1",
|
|
48
48
|
"@progress/kendo-file-saver": "^1.0.1",
|
|
49
49
|
"@progress/kendo-pdfviewer-common": "0.6.2"
|
|
50
50
|
},
|
|
@@ -9,8 +9,8 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'PDFViewerModule', package: 'pdfviewer', peerDependencies: {
|
|
11
11
|
// peers of the dropdowns
|
|
12
|
-
'@progress/kendo-angular-navigation': '21.
|
|
13
|
-
'@progress/kendo-angular-treeview': '21.
|
|
12
|
+
'@progress/kendo-angular-navigation': '21.3.0-develop.1',
|
|
13
|
+
'@progress/kendo-angular-treeview': '21.3.0-develop.1'
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|