@progress/kendo-angular-pdfviewer 22.1.0-develop.8 → 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 });
|
|
@@ -2581,118 +2578,118 @@ class PDFViewerComponent {
|
|
|
2581
2578
|
<ng-container kendoPDFViewerLocalizedMessages
|
|
2582
2579
|
i18n-pagerFirstPage="kendo.pdfviewer.pagerFirstPage|The label for the first page button in the Pager"
|
|
2583
2580
|
pagerFirstPage="Go to the first page"
|
|
2584
|
-
|
|
2581
|
+
|
|
2585
2582
|
i18n-pagerPreviousPage="kendo.pdfviewer.pagerPreviousPage|The label for the previous page button in the Pager"
|
|
2586
2583
|
pagerPreviousPage="Go to the previous page"
|
|
2587
|
-
|
|
2584
|
+
|
|
2588
2585
|
i18n-pagerNextPage="kendo.pdfviewer.pagerNextPage|The label for the next page button in the Pager"
|
|
2589
2586
|
pagerNextPage="Go to the next page"
|
|
2590
|
-
|
|
2587
|
+
|
|
2591
2588
|
i18n-pagerLastPage="kendo.pdfviewer.pagerLastPage|The label for the last page button in the Pager"
|
|
2592
2589
|
pagerLastPage="Go to the last page"
|
|
2593
|
-
|
|
2590
|
+
|
|
2594
2591
|
i18n-pagerPage="kendo.pdfviewer.pagerPage|The text before the current page number in the Pager"
|
|
2595
2592
|
pagerPage="Page"
|
|
2596
|
-
|
|
2593
|
+
|
|
2597
2594
|
i18n-pagerOf="kendo.pdfviewer.pagerOf|The text before the total pages number in the Pager"
|
|
2598
2595
|
pagerOf="of"
|
|
2599
|
-
|
|
2596
|
+
|
|
2600
2597
|
i18n-pagerInputTitle="kendo.pdfviewer.pagerInputTitle|The label of the pager input element"
|
|
2601
2598
|
pagerInputTitle="Page Number"
|
|
2602
|
-
|
|
2599
|
+
|
|
2603
2600
|
i18n-pagerInputLabel="kendo.pdfviewer.pagerInputLabel|The text of the aria-label attribute applied to the input element for entering the page number."
|
|
2604
2601
|
pagerInputLabel="Type a page number"
|
|
2605
|
-
|
|
2602
|
+
|
|
2606
2603
|
i18n-zoomInTitle="kendo.pdfviewer.zoomInTitle|The ZoomIn tool title and label."
|
|
2607
2604
|
zoomInTitle="Zoom in"
|
|
2608
|
-
|
|
2605
|
+
|
|
2609
2606
|
i18n-zoomOutTitle="kendo.pdfviewer.zoomOutTitle|The ZoomOut tool title and label."
|
|
2610
2607
|
zoomOutTitle="Zoom out"
|
|
2611
|
-
|
|
2608
|
+
|
|
2612
2609
|
i18n-selectionTitle="kendo.pdfviewer.selectionTitle|The Selection tool title and label."
|
|
2613
2610
|
selectionTitle="Enable selection"
|
|
2614
|
-
|
|
2611
|
+
|
|
2615
2612
|
i18n-panningTitle="kendo.pdfviewer.panningTitle|The Panning tool title and label."
|
|
2616
2613
|
panningTitle="Enable panning"
|
|
2617
|
-
|
|
2614
|
+
|
|
2618
2615
|
i18n-searchTitle="kendo.pdfviewer.searchTitle|The Search tool title and label."
|
|
2619
2616
|
searchTitle="Search"
|
|
2620
|
-
|
|
2617
|
+
|
|
2621
2618
|
i18n-openTitle="kendo.pdfviewer.openTitle|The Open tool title and label."
|
|
2622
2619
|
openTitle="Open"
|
|
2623
|
-
|
|
2620
|
+
|
|
2624
2621
|
i18n-downloadTitle="kendo.pdfviewer.downloadTitle|The Download tool title and label."
|
|
2625
2622
|
downloadTitle="Download"
|
|
2626
|
-
|
|
2623
|
+
|
|
2627
2624
|
i18n-printTitle="kendo.pdfviewer.printTitle|The Print tool title and label."
|
|
2628
2625
|
printTitle="Print"
|
|
2629
|
-
|
|
2626
|
+
|
|
2630
2627
|
i18n-fitToPage="kendo.pdfviewer.fitToPage|The text for the zoom level chooser Fit to page option."
|
|
2631
2628
|
fitToPage="Fit to page"
|
|
2632
|
-
|
|
2629
|
+
|
|
2633
2630
|
i18n-fitToWidth="kendo.pdfviewer.fitToWidth|The text for the zoom level chooser Fit to width option."
|
|
2634
2631
|
fitToWidth="Fit to width"
|
|
2635
|
-
|
|
2632
|
+
|
|
2636
2633
|
i18n-searchInputPlaceholder="kendo.pdfviewer.searchInputPlaceholder|The text for the search input placeholder."
|
|
2637
2634
|
searchInputPlaceholder="Search"
|
|
2638
|
-
|
|
2635
|
+
|
|
2639
2636
|
i18n-searchMatchesOf="kendo.pdfviewer.searchMatchesOf|The text before the total number of matches in the Search tool."
|
|
2640
2637
|
searchMatchesOf="of"
|
|
2641
|
-
|
|
2638
|
+
|
|
2642
2639
|
i18n-searchPreviousMatchTitle="kendo.pdfviewer.searchPreviousMatchTitle|The title of the Search tool previous match button."
|
|
2643
2640
|
searchPreviousMatchTitle="Previous match"
|
|
2644
|
-
|
|
2641
|
+
|
|
2645
2642
|
i18n-searchNextMatchTitle="kendo.pdfviewer.searchNextMatchTitle|The title of the Search tool next match button."
|
|
2646
2643
|
searchNextMatchTitle="Next match"
|
|
2647
|
-
|
|
2644
|
+
|
|
2648
2645
|
i18n-searchCloseTitle="kendo.pdfviewer.searchCloseTitle|The title of the Search tool close button."
|
|
2649
2646
|
searchCloseTitle="Close"
|
|
2650
|
-
|
|
2647
|
+
|
|
2651
2648
|
i18n-searchMatchCaseTitle="kendo.pdfviewer.searchMatchCaseTitle|The title of the Search tool match case button."
|
|
2652
2649
|
searchMatchCaseTitle="Match case"
|
|
2653
|
-
|
|
2650
|
+
|
|
2654
2651
|
i18n-zoomInputPlaceholder="kendo.pdfviewer.zoomInputPlaceholder|The text for the zoom tool input placeholder."
|
|
2655
2652
|
zoomInputPlaceholder="Choose zoom level"
|
|
2656
|
-
|
|
2653
|
+
|
|
2657
2654
|
i18n-annotationsTitle="kendo.pdfviewer.annotationsTitle|The Annotations tool title and label."
|
|
2658
2655
|
annotationsTitle="Annotations"
|
|
2659
|
-
|
|
2656
|
+
|
|
2660
2657
|
i18n-annotationEditorTitle="kendo.pdfviewer.annotationEditorTitle|The annotation editor tool title and label."
|
|
2661
2658
|
annotationEditorTitle="Annotation editor"
|
|
2662
|
-
|
|
2659
|
+
|
|
2663
2660
|
i18n-deleteAnnotationTitle="kendo.pdfviewer.deleteAnnotationTitle|The delete annotation tool title and label."
|
|
2664
2661
|
deleteAnnotationTitle="Delete annotation"
|
|
2665
|
-
|
|
2662
|
+
|
|
2666
2663
|
i18n-highlightAnnotationTitle="kendo.pdfviewer.highlightAnnotationTitle|The highlight annotation tool title and label."
|
|
2667
2664
|
highlightAnnotationTitle="Highlight"
|
|
2668
|
-
|
|
2665
|
+
|
|
2669
2666
|
i18n-freeTextAnnotationTitle="kendo.pdfviewer.freeTextAnnotationTitle|The free text annotation tool title and label."
|
|
2670
2667
|
freeTextAnnotationTitle="Free text"
|
|
2671
|
-
|
|
2668
|
+
|
|
2672
2669
|
i18n-closeAnnotationsToolbarTitle="kendo.pdfviewer.closeAnnotationsToolbarTitle|The close annotations toolbar tool title and label."
|
|
2673
2670
|
closeAnnotationsToolbarTitle="Close"
|
|
2674
|
-
|
|
2671
|
+
|
|
2675
2672
|
i18n-deleteAnnotationConfirmationDialogTitle="kendo.pdfviewer.deleteAnnotationConfirmationDialogTitle|The delete annotation confirmation dialog title."
|
|
2676
2673
|
deleteAnnotationConfirmationDialogTitle="Delete annotation"
|
|
2677
|
-
|
|
2674
|
+
|
|
2678
2675
|
i18n-deleteAnnotationConfirmationDialogContent="kendo.pdfviewer.deleteAnnotationConfirmationDialogContent|The delete annotation confirmation dialog content."
|
|
2679
2676
|
deleteAnnotationConfirmationDialogContent="Are you sure you want to delete this annotation?"
|
|
2680
|
-
|
|
2677
|
+
|
|
2681
2678
|
i18n-deleteAnnotationConfirmationDialogConfirmText="kendo.pdfviewer.deleteAnnotationConfirmationDialogConfirmText|The delete annotation confirmation dialog confirm button text."
|
|
2682
2679
|
deleteAnnotationConfirmationDialogConfirmText="Delete"
|
|
2683
|
-
|
|
2680
|
+
|
|
2684
2681
|
i18n-deleteAnnotationConfirmationDialogRejectText="kendo.pdfviewer.deleteAnnotationConfirmationDialogRejectText|The delete annotation confirmation dialog reject button text."
|
|
2685
2682
|
deleteAnnotationConfirmationDialogRejectText="Cancel"
|
|
2686
|
-
|
|
2683
|
+
|
|
2687
2684
|
i18n-annotationEditorFontSizeTitle="kendo.pdfviewer.annotationEditorFontSizeTitle|The annotation editor font size section title."
|
|
2688
2685
|
annotationEditorFontSizeTitle="Font size"
|
|
2689
|
-
|
|
2686
|
+
|
|
2690
2687
|
i18n-annotationEditorColorTitle="kendo.pdfviewer.annotationEditorColorTitle|The annotation editor color section title."
|
|
2691
2688
|
annotationEditorColorTitle="Color"
|
|
2692
|
-
|
|
2689
|
+
|
|
2693
2690
|
i18n-canvasLabel="kendo.pdfviewer.canvasLabel|The label for the PDF viewer canvas container."
|
|
2694
2691
|
canvasLabel="PDF document"
|
|
2695
|
-
|
|
2692
|
+
|
|
2696
2693
|
i18n-blankPageDropFilesHere="kendo.pdfviewer.blankPageDropFilesHere|The FileSelect drop zone hint for the blank page."
|
|
2697
2694
|
blankPageDropFilesHere="Drop files here to upload"
|
|
2698
2695
|
|
|
@@ -2799,7 +2796,7 @@ class PDFViewerComponent {
|
|
|
2799
2796
|
}
|
|
2800
2797
|
</div>
|
|
2801
2798
|
</div>
|
|
2802
|
-
|
|
2799
|
+
|
|
2803
2800
|
<div #dialogContainer></div>
|
|
2804
2801
|
@if (showLicenseWatermark) {
|
|
2805
2802
|
<div kendoWatermarkOverlay [licenseMessage]="licenseMessage"></div>
|
|
@@ -2822,118 +2819,118 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2822
2819
|
<ng-container kendoPDFViewerLocalizedMessages
|
|
2823
2820
|
i18n-pagerFirstPage="kendo.pdfviewer.pagerFirstPage|The label for the first page button in the Pager"
|
|
2824
2821
|
pagerFirstPage="Go to the first page"
|
|
2825
|
-
|
|
2822
|
+
|
|
2826
2823
|
i18n-pagerPreviousPage="kendo.pdfviewer.pagerPreviousPage|The label for the previous page button in the Pager"
|
|
2827
2824
|
pagerPreviousPage="Go to the previous page"
|
|
2828
|
-
|
|
2825
|
+
|
|
2829
2826
|
i18n-pagerNextPage="kendo.pdfviewer.pagerNextPage|The label for the next page button in the Pager"
|
|
2830
2827
|
pagerNextPage="Go to the next page"
|
|
2831
|
-
|
|
2828
|
+
|
|
2832
2829
|
i18n-pagerLastPage="kendo.pdfviewer.pagerLastPage|The label for the last page button in the Pager"
|
|
2833
2830
|
pagerLastPage="Go to the last page"
|
|
2834
|
-
|
|
2831
|
+
|
|
2835
2832
|
i18n-pagerPage="kendo.pdfviewer.pagerPage|The text before the current page number in the Pager"
|
|
2836
2833
|
pagerPage="Page"
|
|
2837
|
-
|
|
2834
|
+
|
|
2838
2835
|
i18n-pagerOf="kendo.pdfviewer.pagerOf|The text before the total pages number in the Pager"
|
|
2839
2836
|
pagerOf="of"
|
|
2840
|
-
|
|
2837
|
+
|
|
2841
2838
|
i18n-pagerInputTitle="kendo.pdfviewer.pagerInputTitle|The label of the pager input element"
|
|
2842
2839
|
pagerInputTitle="Page Number"
|
|
2843
|
-
|
|
2840
|
+
|
|
2844
2841
|
i18n-pagerInputLabel="kendo.pdfviewer.pagerInputLabel|The text of the aria-label attribute applied to the input element for entering the page number."
|
|
2845
2842
|
pagerInputLabel="Type a page number"
|
|
2846
|
-
|
|
2843
|
+
|
|
2847
2844
|
i18n-zoomInTitle="kendo.pdfviewer.zoomInTitle|The ZoomIn tool title and label."
|
|
2848
2845
|
zoomInTitle="Zoom in"
|
|
2849
|
-
|
|
2846
|
+
|
|
2850
2847
|
i18n-zoomOutTitle="kendo.pdfviewer.zoomOutTitle|The ZoomOut tool title and label."
|
|
2851
2848
|
zoomOutTitle="Zoom out"
|
|
2852
|
-
|
|
2849
|
+
|
|
2853
2850
|
i18n-selectionTitle="kendo.pdfviewer.selectionTitle|The Selection tool title and label."
|
|
2854
2851
|
selectionTitle="Enable selection"
|
|
2855
|
-
|
|
2852
|
+
|
|
2856
2853
|
i18n-panningTitle="kendo.pdfviewer.panningTitle|The Panning tool title and label."
|
|
2857
2854
|
panningTitle="Enable panning"
|
|
2858
|
-
|
|
2855
|
+
|
|
2859
2856
|
i18n-searchTitle="kendo.pdfviewer.searchTitle|The Search tool title and label."
|
|
2860
2857
|
searchTitle="Search"
|
|
2861
|
-
|
|
2858
|
+
|
|
2862
2859
|
i18n-openTitle="kendo.pdfviewer.openTitle|The Open tool title and label."
|
|
2863
2860
|
openTitle="Open"
|
|
2864
|
-
|
|
2861
|
+
|
|
2865
2862
|
i18n-downloadTitle="kendo.pdfviewer.downloadTitle|The Download tool title and label."
|
|
2866
2863
|
downloadTitle="Download"
|
|
2867
|
-
|
|
2864
|
+
|
|
2868
2865
|
i18n-printTitle="kendo.pdfviewer.printTitle|The Print tool title and label."
|
|
2869
2866
|
printTitle="Print"
|
|
2870
|
-
|
|
2867
|
+
|
|
2871
2868
|
i18n-fitToPage="kendo.pdfviewer.fitToPage|The text for the zoom level chooser Fit to page option."
|
|
2872
2869
|
fitToPage="Fit to page"
|
|
2873
|
-
|
|
2870
|
+
|
|
2874
2871
|
i18n-fitToWidth="kendo.pdfviewer.fitToWidth|The text for the zoom level chooser Fit to width option."
|
|
2875
2872
|
fitToWidth="Fit to width"
|
|
2876
|
-
|
|
2873
|
+
|
|
2877
2874
|
i18n-searchInputPlaceholder="kendo.pdfviewer.searchInputPlaceholder|The text for the search input placeholder."
|
|
2878
2875
|
searchInputPlaceholder="Search"
|
|
2879
|
-
|
|
2876
|
+
|
|
2880
2877
|
i18n-searchMatchesOf="kendo.pdfviewer.searchMatchesOf|The text before the total number of matches in the Search tool."
|
|
2881
2878
|
searchMatchesOf="of"
|
|
2882
|
-
|
|
2879
|
+
|
|
2883
2880
|
i18n-searchPreviousMatchTitle="kendo.pdfviewer.searchPreviousMatchTitle|The title of the Search tool previous match button."
|
|
2884
2881
|
searchPreviousMatchTitle="Previous match"
|
|
2885
|
-
|
|
2882
|
+
|
|
2886
2883
|
i18n-searchNextMatchTitle="kendo.pdfviewer.searchNextMatchTitle|The title of the Search tool next match button."
|
|
2887
2884
|
searchNextMatchTitle="Next match"
|
|
2888
|
-
|
|
2885
|
+
|
|
2889
2886
|
i18n-searchCloseTitle="kendo.pdfviewer.searchCloseTitle|The title of the Search tool close button."
|
|
2890
2887
|
searchCloseTitle="Close"
|
|
2891
|
-
|
|
2888
|
+
|
|
2892
2889
|
i18n-searchMatchCaseTitle="kendo.pdfviewer.searchMatchCaseTitle|The title of the Search tool match case button."
|
|
2893
2890
|
searchMatchCaseTitle="Match case"
|
|
2894
|
-
|
|
2891
|
+
|
|
2895
2892
|
i18n-zoomInputPlaceholder="kendo.pdfviewer.zoomInputPlaceholder|The text for the zoom tool input placeholder."
|
|
2896
2893
|
zoomInputPlaceholder="Choose zoom level"
|
|
2897
|
-
|
|
2894
|
+
|
|
2898
2895
|
i18n-annotationsTitle="kendo.pdfviewer.annotationsTitle|The Annotations tool title and label."
|
|
2899
2896
|
annotationsTitle="Annotations"
|
|
2900
|
-
|
|
2897
|
+
|
|
2901
2898
|
i18n-annotationEditorTitle="kendo.pdfviewer.annotationEditorTitle|The annotation editor tool title and label."
|
|
2902
2899
|
annotationEditorTitle="Annotation editor"
|
|
2903
|
-
|
|
2900
|
+
|
|
2904
2901
|
i18n-deleteAnnotationTitle="kendo.pdfviewer.deleteAnnotationTitle|The delete annotation tool title and label."
|
|
2905
2902
|
deleteAnnotationTitle="Delete annotation"
|
|
2906
|
-
|
|
2903
|
+
|
|
2907
2904
|
i18n-highlightAnnotationTitle="kendo.pdfviewer.highlightAnnotationTitle|The highlight annotation tool title and label."
|
|
2908
2905
|
highlightAnnotationTitle="Highlight"
|
|
2909
|
-
|
|
2906
|
+
|
|
2910
2907
|
i18n-freeTextAnnotationTitle="kendo.pdfviewer.freeTextAnnotationTitle|The free text annotation tool title and label."
|
|
2911
2908
|
freeTextAnnotationTitle="Free text"
|
|
2912
|
-
|
|
2909
|
+
|
|
2913
2910
|
i18n-closeAnnotationsToolbarTitle="kendo.pdfviewer.closeAnnotationsToolbarTitle|The close annotations toolbar tool title and label."
|
|
2914
2911
|
closeAnnotationsToolbarTitle="Close"
|
|
2915
|
-
|
|
2912
|
+
|
|
2916
2913
|
i18n-deleteAnnotationConfirmationDialogTitle="kendo.pdfviewer.deleteAnnotationConfirmationDialogTitle|The delete annotation confirmation dialog title."
|
|
2917
2914
|
deleteAnnotationConfirmationDialogTitle="Delete annotation"
|
|
2918
|
-
|
|
2915
|
+
|
|
2919
2916
|
i18n-deleteAnnotationConfirmationDialogContent="kendo.pdfviewer.deleteAnnotationConfirmationDialogContent|The delete annotation confirmation dialog content."
|
|
2920
2917
|
deleteAnnotationConfirmationDialogContent="Are you sure you want to delete this annotation?"
|
|
2921
|
-
|
|
2918
|
+
|
|
2922
2919
|
i18n-deleteAnnotationConfirmationDialogConfirmText="kendo.pdfviewer.deleteAnnotationConfirmationDialogConfirmText|The delete annotation confirmation dialog confirm button text."
|
|
2923
2920
|
deleteAnnotationConfirmationDialogConfirmText="Delete"
|
|
2924
|
-
|
|
2921
|
+
|
|
2925
2922
|
i18n-deleteAnnotationConfirmationDialogRejectText="kendo.pdfviewer.deleteAnnotationConfirmationDialogRejectText|The delete annotation confirmation dialog reject button text."
|
|
2926
2923
|
deleteAnnotationConfirmationDialogRejectText="Cancel"
|
|
2927
|
-
|
|
2924
|
+
|
|
2928
2925
|
i18n-annotationEditorFontSizeTitle="kendo.pdfviewer.annotationEditorFontSizeTitle|The annotation editor font size section title."
|
|
2929
2926
|
annotationEditorFontSizeTitle="Font size"
|
|
2930
|
-
|
|
2927
|
+
|
|
2931
2928
|
i18n-annotationEditorColorTitle="kendo.pdfviewer.annotationEditorColorTitle|The annotation editor color section title."
|
|
2932
2929
|
annotationEditorColorTitle="Color"
|
|
2933
|
-
|
|
2930
|
+
|
|
2934
2931
|
i18n-canvasLabel="kendo.pdfviewer.canvasLabel|The label for the PDF viewer canvas container."
|
|
2935
2932
|
canvasLabel="PDF document"
|
|
2936
|
-
|
|
2933
|
+
|
|
2937
2934
|
i18n-blankPageDropFilesHere="kendo.pdfviewer.blankPageDropFilesHere|The FileSelect drop zone hint for the blank page."
|
|
2938
2935
|
blankPageDropFilesHere="Drop files here to upload"
|
|
2939
2936
|
|
|
@@ -3040,14 +3037,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
3040
3037
|
}
|
|
3041
3038
|
</div>
|
|
3042
3039
|
</div>
|
|
3043
|
-
|
|
3040
|
+
|
|
3044
3041
|
<div #dialogContainer></div>
|
|
3045
3042
|
@if (showLicenseWatermark) {
|
|
3046
3043
|
<div kendoWatermarkOverlay [licenseMessage]="licenseMessage"></div>
|
|
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
|
},
|
|
@@ -28,24 +28,24 @@
|
|
|
28
28
|
"@angular/common": "19 - 21",
|
|
29
29
|
"@angular/core": "19 - 21",
|
|
30
30
|
"@angular/platform-browser": "19 - 21",
|
|
31
|
-
"@progress/kendo-licensing": "^1.
|
|
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": "
|
|
31
|
+
"@progress/kendo-licensing": "^1.10.0",
|
|
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
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
|
6
|
+
import { LicenseMessage } from '@progress/kendo-licensing';
|
|
6
7
|
import { LoaderSettings } from './models/loader-settings';
|
|
7
8
|
import { TypedArray } from '@progress/kendo-pdfviewer-common';
|
|
8
9
|
import { PDFViewerContext } from './models/pdfviewer-context';
|
|
@@ -20,7 +21,7 @@ import { AnnotationEditorType } from './models/annotation-editor.type';
|
|
|
20
21
|
import { PopupService } from '@progress/kendo-angular-popup';
|
|
21
22
|
import * as i0 from "@angular/core";
|
|
22
23
|
/**
|
|
23
|
-
* 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).
|
|
24
25
|
*
|
|
25
26
|
* @example
|
|
26
27
|
* ```html
|
|
@@ -93,7 +94,7 @@ export declare class PDFViewerComponent implements OnInit, OnDestroy {
|
|
|
93
94
|
typedArray: TypedArray | undefined;
|
|
94
95
|
/**
|
|
95
96
|
* Sets the initial zoom level of the PDF document
|
|
96
|
-
* ([see example](
|
|
97
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/tools#zooming-tools)).
|
|
97
98
|
*
|
|
98
99
|
* @default 1.25
|
|
99
100
|
*/
|
|
@@ -222,7 +223,7 @@ export declare class PDFViewerComponent implements OnInit, OnDestroy {
|
|
|
222
223
|
/**
|
|
223
224
|
* @hidden
|
|
224
225
|
*/
|
|
225
|
-
licenseMessage?:
|
|
226
|
+
licenseMessage?: LicenseMessage;
|
|
226
227
|
skip: number;
|
|
227
228
|
zoomOptionsData: ({
|
|
228
229
|
id: number;
|
|
@@ -253,7 +254,7 @@ export declare class PDFViewerComponent implements OnInit, OnDestroy {
|
|
|
253
254
|
ngOnChanges(changes: SimpleChanges): void;
|
|
254
255
|
/**
|
|
255
256
|
* Scrolls the PDFViewer document to the specified page number, treating 0 as the first page
|
|
256
|
-
* ([see example](
|
|
257
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/tools#programmatically-scrolling-the-pdfviewer)).
|
|
257
258
|
*/
|
|
258
259
|
scrollToPage(page: number): void;
|
|
259
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
|
}
|