@progress/kendo-angular-pdfviewer 22.1.0-develop.9 → 23.0.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.
|
@@ -342,7 +342,7 @@ const packageMetadata = {
|
|
|
342
342
|
productCode: 'KENDOUIANGULAR',
|
|
343
343
|
productCodes: ['KENDOUIANGULAR'],
|
|
344
344
|
publishDate: 0,
|
|
345
|
-
version: '
|
|
345
|
+
version: '23.0.0-develop.1',
|
|
346
346
|
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',
|
|
347
347
|
};
|
|
348
348
|
|
|
@@ -772,7 +772,7 @@ class ToolbarComponent {
|
|
|
772
772
|
};
|
|
773
773
|
}));
|
|
774
774
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ToolbarComponent, deps: [{ token: i1.LocalizationService }, { token: ToolbarNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
775
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: ToolbarComponent, isStandalone: true, selector: "[kendoPDFViewerToolbar]", inputs: { zoomLevel: "zoomLevel", calculatedComboBoxValue: "calculatedComboBoxValue", skip: "skip", pageSize: "pageSize", total: "total", zoomInDisabled: "zoomInDisabled", zoomOutDisabled: "zoomOutDisabled", disabledTools: "disabledTools", zoomLevelChooserValue: "zoomLevelChooserValue", zoomOptionsData: "zoomOptionsData", pagesContainerId: "pagesContainerId", tools: "tools", type: "type", wrapperId: "wrapperId", isAnnotationsToolbarVisible: "isAnnotationsToolbarVisible", annotationsToolId: "annotationsToolId", isSelectionEnabled: "isSelectionEnabled" }, outputs: { fileSelect: "fileSelect", fileSelectStart: "fileSelectStart", fileSelectError: "fileSelectError", download: "download", selectionEnabled: "selectionEnabled", panningEnabled: "panningEnabled", pageChange: "pageChange", zoomIn: "zoomIn", zoomOut: "zoomOut", zoomLevelChange: "zoomLevelChange", print: "print", search: "search", toggleAnnotationsToolbar: "toggleAnnotationsToolbar", setAnnotationMode: "setAnnotationMode" }, host: { properties: { "class.k-toolbar": "this.toolbarClasses", "class.k-toolbar-
|
|
775
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: ToolbarComponent, isStandalone: true, selector: "[kendoPDFViewerToolbar]", inputs: { zoomLevel: "zoomLevel", calculatedComboBoxValue: "calculatedComboBoxValue", skip: "skip", pageSize: "pageSize", total: "total", zoomInDisabled: "zoomInDisabled", zoomOutDisabled: "zoomOutDisabled", disabledTools: "disabledTools", zoomLevelChooserValue: "zoomLevelChooserValue", zoomOptionsData: "zoomOptionsData", pagesContainerId: "pagesContainerId", tools: "tools", type: "type", wrapperId: "wrapperId", isAnnotationsToolbarVisible: "isAnnotationsToolbarVisible", annotationsToolId: "annotationsToolId", isSelectionEnabled: "isSelectionEnabled" }, outputs: { fileSelect: "fileSelect", fileSelectStart: "fileSelectStart", fileSelectError: "fileSelectError", download: "download", selectionEnabled: "selectionEnabled", panningEnabled: "panningEnabled", pageChange: "pageChange", zoomIn: "zoomIn", zoomOut: "zoomOut", zoomLevelChange: "zoomLevelChange", print: "print", search: "search", toggleAnnotationsToolbar: "toggleAnnotationsToolbar", setAnnotationMode: "setAnnotationMode" }, host: { properties: { "class.k-toolbar": "this.toolbarClasses", "class.k-toolbar-flat": "this.toolbarClasses" } }, providers: [ToolbarNavigationService], viewQueries: [{ propertyName: "fileSelectEl", first: true, predicate: ["fileSelectEl"], descendants: true }], ngImport: i0, template: `
|
|
776
776
|
@if (type === 'tools') {
|
|
777
777
|
@for (tool of tools; track tool) {
|
|
778
778
|
@switch (tool) {
|
|
@@ -1308,9 +1308,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1308
1308
|
}], ctorParameters: () => [{ type: i1.LocalizationService }, { type: ToolbarNavigationService }], propDecorators: { toolbarClasses: [{
|
|
1309
1309
|
type: HostBinding,
|
|
1310
1310
|
args: ['class.k-toolbar']
|
|
1311
|
-
}, {
|
|
1312
|
-
type: HostBinding,
|
|
1313
|
-
args: ['class.k-toolbar-md']
|
|
1314
1311
|
}, {
|
|
1315
1312
|
type: HostBinding,
|
|
1316
1313
|
args: ['class.k-toolbar-flat']
|
|
@@ -1867,7 +1864,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1867
1864
|
|
|
1868
1865
|
let counter = 0;
|
|
1869
1866
|
/**
|
|
1870
|
-
* Represents the [Kendo UI PDFViewer component for Angular](
|
|
1867
|
+
* Represents the [Kendo UI PDFViewer component for Angular](https://www.telerik.com/kendo-angular-ui/components/pdfviewer).
|
|
1871
1868
|
*
|
|
1872
1869
|
* @example
|
|
1873
1870
|
* ```html
|
|
@@ -1956,7 +1953,7 @@ class PDFViewerComponent {
|
|
|
1956
1953
|
typedArray;
|
|
1957
1954
|
/**
|
|
1958
1955
|
* Sets the initial zoom level of the PDF document
|
|
1959
|
-
* ([see example](
|
|
1956
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/tools#zooming-tools)).
|
|
1960
1957
|
*
|
|
1961
1958
|
* @default 1.25
|
|
1962
1959
|
*/
|
|
@@ -2192,7 +2189,7 @@ class PDFViewerComponent {
|
|
|
2192
2189
|
}
|
|
2193
2190
|
/**
|
|
2194
2191
|
* Scrolls the PDFViewer document to the specified page number, treating 0 as the first page
|
|
2195
|
-
* ([see example](
|
|
2192
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/tools#programmatically-scrolling-the-pdfviewer)).
|
|
2196
2193
|
*/
|
|
2197
2194
|
scrollToPage(page) {
|
|
2198
2195
|
this.pdfViewerWidget?.scrollToPage({ pageNumber: page });
|
|
@@ -3047,7 +3044,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
3047
3044
|
}
|
|
3048
3045
|
`,
|
|
3049
3046
|
standalone: true,
|
|
3050
|
-
imports: [LocalizedPDFViewerMessagesDirective, EventsOutsideAngularDirective, LoaderComponent, ToolbarComponent, PDFViewerSearchComponent, WatermarkOverlayComponent, FileSelectComponent, UploadDropZoneComponent,
|
|
3047
|
+
imports: [LocalizedPDFViewerMessagesDirective, EventsOutsideAngularDirective, LoaderComponent, ToolbarComponent, PDFViewerSearchComponent, WatermarkOverlayComponent, FileSelectComponent, UploadDropZoneComponent, NgTemplateOutlet, CustomMessagesComponent$1],
|
|
3051
3048
|
}]
|
|
3052
3049
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i2$1.PopupService }], propDecorators: { hostClass: [{
|
|
3053
3050
|
type: HostBinding,
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1770287098,
|
|
11
|
+
"version": "23.0.0-develop.1",
|
|
12
12
|
"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"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-pdfviewer",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.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": 1770287098,
|
|
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,23 +29,23 @@
|
|
|
29
29
|
"@angular/core": "19 - 21",
|
|
30
30
|
"@angular/platform-browser": "19 - 21",
|
|
31
31
|
"@progress/kendo-licensing": "^1.10.0",
|
|
32
|
-
"@progress/kendo-angular-buttons": "
|
|
33
|
-
"@progress/kendo-angular-common": "
|
|
34
|
-
"@progress/kendo-angular-dialog": "
|
|
35
|
-
"@progress/kendo-angular-dropdowns": "
|
|
36
|
-
"@progress/kendo-angular-inputs": "
|
|
37
|
-
"@progress/kendo-angular-intl": "
|
|
38
|
-
"@progress/kendo-angular-l10n": "
|
|
39
|
-
"@progress/kendo-angular-icons": "
|
|
40
|
-
"@progress/kendo-angular-indicators": "
|
|
41
|
-
"@progress/kendo-angular-pager": "
|
|
42
|
-
"@progress/kendo-angular-popup": "
|
|
43
|
-
"@progress/kendo-angular-upload": "
|
|
32
|
+
"@progress/kendo-angular-buttons": "23.0.0-develop.1",
|
|
33
|
+
"@progress/kendo-angular-common": "23.0.0-develop.1",
|
|
34
|
+
"@progress/kendo-angular-dialog": "23.0.0-develop.1",
|
|
35
|
+
"@progress/kendo-angular-dropdowns": "23.0.0-develop.1",
|
|
36
|
+
"@progress/kendo-angular-inputs": "23.0.0-develop.1",
|
|
37
|
+
"@progress/kendo-angular-intl": "23.0.0-develop.1",
|
|
38
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.1",
|
|
39
|
+
"@progress/kendo-angular-icons": "23.0.0-develop.1",
|
|
40
|
+
"@progress/kendo-angular-indicators": "23.0.0-develop.1",
|
|
41
|
+
"@progress/kendo-angular-pager": "23.0.0-develop.1",
|
|
42
|
+
"@progress/kendo-angular-popup": "23.0.0-develop.1",
|
|
43
|
+
"@progress/kendo-angular-upload": "23.0.0-develop.1",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "
|
|
48
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.1",
|
|
49
49
|
"@progress/kendo-file-saver": "^1.0.1",
|
|
50
50
|
"@progress/kendo-pdfviewer-common": "0.6.2"
|
|
51
51
|
},
|
package/pdfviewer.component.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ import { AnnotationEditorType } from './models/annotation-editor.type';
|
|
|
21
21
|
import { PopupService } from '@progress/kendo-angular-popup';
|
|
22
22
|
import * as i0 from "@angular/core";
|
|
23
23
|
/**
|
|
24
|
-
* Represents the [Kendo UI PDFViewer component for Angular](
|
|
24
|
+
* Represents the [Kendo UI PDFViewer component for Angular](https://www.telerik.com/kendo-angular-ui/components/pdfviewer).
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* ```html
|
|
@@ -94,7 +94,7 @@ export declare class PDFViewerComponent implements OnInit, OnDestroy {
|
|
|
94
94
|
typedArray: TypedArray | undefined;
|
|
95
95
|
/**
|
|
96
96
|
* Sets the initial zoom level of the PDF document
|
|
97
|
-
* ([see example](
|
|
97
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/tools#zooming-tools)).
|
|
98
98
|
*
|
|
99
99
|
* @default 1.25
|
|
100
100
|
*/
|
|
@@ -254,7 +254,7 @@ export declare class PDFViewerComponent implements OnInit, OnDestroy {
|
|
|
254
254
|
ngOnChanges(changes: SimpleChanges): void;
|
|
255
255
|
/**
|
|
256
256
|
* Scrolls the PDFViewer document to the specified page number, treating 0 as the first page
|
|
257
|
-
* ([see example](
|
|
257
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/tools#programmatically-scrolling-the-pdfviewer)).
|
|
258
258
|
*/
|
|
259
259
|
scrollToPage(page: number): void;
|
|
260
260
|
/**
|
|
@@ -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': '
|
|
13
|
-
'@progress/kendo-angular-treeview': '
|
|
12
|
+
'@progress/kendo-angular-navigation': '23.0.0-develop.1',
|
|
13
|
+
'@progress/kendo-angular-treeview': '23.0.0-develop.1'
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|