@progress/kendo-angular-pdfviewer 16.0.0-develop.2 → 16.0.0-develop.4
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.
- package/esm2020/loader/loader.component.mjs +4 -4
- package/esm2020/localization/custom-messages.component.mjs +3 -3
- package/esm2020/localization/localized-messages.directive.mjs +3 -3
- package/esm2020/localization/messages.mjs +3 -3
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pdfviewer.component.mjs +9 -10
- package/esm2020/pdfviewer.module.mjs +4 -4
- package/esm2020/toolbar/input-wrapper.component.mjs +3 -4
- package/esm2020/toolbar/search.component.mjs +6 -6
- package/esm2020/toolbar/toolbar-combobox.directive.mjs +3 -3
- package/esm2020/toolbar/toolbar-focusable.directive.mjs +3 -3
- package/esm2020/toolbar/toolbar-navigation.service.mjs +3 -3
- package/esm2020/toolbar/toolbar.component.mjs +6 -6
- package/fesm2015/progress-kendo-angular-pdfviewer.mjs +188 -190
- package/fesm2020/progress-kendo-angular-pdfviewer.mjs +188 -190
- package/loader/loader.component.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/localization/messages.d.ts +1 -1
- package/package.json +18 -18
- package/pdfviewer.component.d.ts +1 -1
- package/toolbar/input-wrapper.component.d.ts +1 -1
- package/toolbar/search.component.d.ts +1 -1
- package/toolbar/toolbar-combobox.directive.d.ts +1 -1
- package/toolbar/toolbar-focusable.directive.d.ts +1 -1
- package/toolbar/toolbar.component.d.ts +1 -1
- package/progress-kendo-angular-pdfviewer.d.ts +0 -9
@@ -3,28 +3,28 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import * as i0 from '@angular/core';
|
6
|
-
import { Component, Input, HostBinding,
|
7
|
-
import * as
|
6
|
+
import { Injectable, Component, Input, HostBinding, Directive, EventEmitter, ViewChild, Output, forwardRef, ElementRef, HostListener, isDevMode, NgModule } from '@angular/core';
|
7
|
+
import * as i3 from '@angular/common';
|
8
8
|
import { CommonModule } from '@angular/common';
|
9
9
|
import { validatePackage } from '@progress/kendo-licensing';
|
10
10
|
import { currentPage, removeChildren, scrollToPage, calculateZoomLevel, SearchService, print, goToNextSearchMatch, goToPreviousSearchMatch, loadPDF, Scroller, reloadDocument } from '@progress/kendo-pdfviewer-common';
|
11
|
-
import * as
|
11
|
+
import * as i3$2 from '@progress/kendo-angular-common';
|
12
12
|
import { PreventableEvent, focusableSelector, Keys, hasObservers, shouldShowValidationUI, WatermarkModule } from '@progress/kendo-angular-common';
|
13
|
-
import * as i1
|
13
|
+
import * as i1 from '@progress/kendo-angular-l10n';
|
14
14
|
import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
15
15
|
import { saveAs } from '@progress/kendo-file-saver';
|
16
16
|
import { Subscription } from 'rxjs';
|
17
17
|
import 'pdfjs-dist/build/pdf.worker.entry';
|
18
|
-
import * as i1 from '@progress/kendo-angular-indicators';
|
19
|
-
import { LoaderModule } from '@progress/kendo-angular-indicators';
|
20
18
|
import { zoomInIcon, zoomOutIcon, handIcon, pointerIcon, searchIcon, folderOpenIcon, downloadIcon, printIcon, convertLowercaseIcon, arrowUpIcon, arrowDownIcon, xIcon } from '@progress/kendo-svg-icons';
|
21
19
|
import * as i4 from '@progress/kendo-angular-pager';
|
22
20
|
import { PagerModule } from '@progress/kendo-angular-pager';
|
23
21
|
import * as i5 from '@progress/kendo-angular-buttons';
|
24
22
|
import { ButtonsModule } from '@progress/kendo-angular-buttons';
|
25
|
-
import * as i1$
|
23
|
+
import * as i1$1 from '@progress/kendo-angular-dropdowns';
|
26
24
|
import { ComboBoxModule } from '@progress/kendo-angular-dropdowns';
|
27
|
-
import * as
|
25
|
+
import * as i1$2 from '@progress/kendo-angular-indicators';
|
26
|
+
import { LoaderModule } from '@progress/kendo-angular-indicators';
|
27
|
+
import * as i3$1 from '@progress/kendo-angular-inputs';
|
28
28
|
import { TextBoxModule } from '@progress/kendo-angular-inputs';
|
29
29
|
import { IconsModule } from '@progress/kendo-angular-icons';
|
30
30
|
|
@@ -35,8 +35,8 @@ const packageMetadata = {
|
|
35
35
|
name: '@progress/kendo-angular-pdfviewer',
|
36
36
|
productName: 'Kendo UI for Angular',
|
37
37
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
38
|
-
publishDate:
|
39
|
-
version: '16.0.0-develop.
|
38
|
+
publishDate: 1714109771,
|
39
|
+
version: '16.0.0-develop.4',
|
40
40
|
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',
|
41
41
|
};
|
42
42
|
|
@@ -126,53 +126,6 @@ class PDFViewerDownloadEvent extends PreventableEvent {
|
|
126
126
|
}
|
127
127
|
}
|
128
128
|
|
129
|
-
/**
|
130
|
-
* @hidden
|
131
|
-
*/
|
132
|
-
class LoaderComponent {
|
133
|
-
constructor() {
|
134
|
-
this.loaderContainerClass = true;
|
135
|
-
this.loaderContainerSizingClass = true;
|
136
|
-
this.loaderPositionClass = true;
|
137
|
-
}
|
138
|
-
}
|
139
|
-
LoaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
140
|
-
LoaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: LoaderComponent, selector: "[kendoPDFViewerLoader]", inputs: { settings: "settings" }, host: { properties: { "class.k-loader-container": "this.loaderContainerClass", "class.k-loader-container-md": "this.loaderContainerSizingClass", "class.k-loader-top": "this.loaderPositionClass" } }, ngImport: i0, template: `
|
141
|
-
<div class="k-loader-container-overlay k-overlay-light"></div>
|
142
|
-
<div class="k-loader-container-inner">
|
143
|
-
<kendo-loader
|
144
|
-
[size]="settings?.size"
|
145
|
-
[type]="settings?.type"
|
146
|
-
[themeColor]="settings?.themeColor"></kendo-loader>
|
147
|
-
</div>
|
148
|
-
`, isInline: true, components: [{ type: i1.LoaderComponent, selector: "kendo-loader", inputs: ["type", "themeColor", "size"] }] });
|
149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoaderComponent, decorators: [{
|
150
|
-
type: Component,
|
151
|
-
args: [{
|
152
|
-
selector: '[kendoPDFViewerLoader]',
|
153
|
-
template: `
|
154
|
-
<div class="k-loader-container-overlay k-overlay-light"></div>
|
155
|
-
<div class="k-loader-container-inner">
|
156
|
-
<kendo-loader
|
157
|
-
[size]="settings?.size"
|
158
|
-
[type]="settings?.type"
|
159
|
-
[themeColor]="settings?.themeColor"></kendo-loader>
|
160
|
-
</div>
|
161
|
-
`
|
162
|
-
}]
|
163
|
-
}], propDecorators: { settings: [{
|
164
|
-
type: Input
|
165
|
-
}], loaderContainerClass: [{
|
166
|
-
type: HostBinding,
|
167
|
-
args: ['class.k-loader-container']
|
168
|
-
}], loaderContainerSizingClass: [{
|
169
|
-
type: HostBinding,
|
170
|
-
args: ['class.k-loader-container-md']
|
171
|
-
}], loaderPositionClass: [{
|
172
|
-
type: HostBinding,
|
173
|
-
args: ['class.k-loader-top']
|
174
|
-
}] } });
|
175
|
-
|
176
129
|
/**
|
177
130
|
* @hidden
|
178
131
|
*/
|
@@ -212,11 +165,11 @@ class ToolbarNavigationService {
|
|
212
165
|
this.focusableTools[this.currentFocusIndex].activate();
|
213
166
|
}
|
214
167
|
}
|
215
|
-
ToolbarNavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
216
|
-
ToolbarNavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
168
|
+
ToolbarNavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarNavigationService, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
169
|
+
ToolbarNavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarNavigationService });
|
170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarNavigationService, decorators: [{
|
218
171
|
type: Injectable
|
219
|
-
}], ctorParameters: function () { return [{ type: i1
|
172
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
220
173
|
|
221
174
|
/**
|
222
175
|
* @hidden
|
@@ -247,7 +200,6 @@ class ToolbarInputWrapperComponent {
|
|
247
200
|
this.toolbarTool.element.nativeElement.setAttribute('tabindex', '-1');
|
248
201
|
this.toolbarTool.element.nativeElement.blur();
|
249
202
|
}
|
250
|
-
;
|
251
203
|
this.host.nativeElement.focus();
|
252
204
|
}));
|
253
205
|
}
|
@@ -255,11 +207,11 @@ class ToolbarInputWrapperComponent {
|
|
255
207
|
this.subs.unsubscribe();
|
256
208
|
}
|
257
209
|
}
|
258
|
-
ToolbarInputWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
259
|
-
ToolbarInputWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
210
|
+
ToolbarInputWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarInputWrapperComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
211
|
+
ToolbarInputWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ToolbarInputWrapperComponent, selector: "kendo-toolbar-input-wrapper", inputs: { toolbarTool: "toolbarTool" }, host: { properties: { "class.k-toolbar-item": "this.hostClass" } }, ngImport: i0, template: `
|
260
212
|
<ng-content></ng-content>
|
261
213
|
`, isInline: true });
|
262
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarInputWrapperComponent, decorators: [{
|
263
215
|
type: Component,
|
264
216
|
args: [{
|
265
217
|
selector: 'kendo-toolbar-input-wrapper',
|
@@ -322,9 +274,9 @@ class ToolbarFocusableDirective {
|
|
322
274
|
element.focus();
|
323
275
|
}
|
324
276
|
}
|
325
|
-
ToolbarFocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
326
|
-
ToolbarFocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
277
|
+
ToolbarFocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarFocusableDirective, deps: [{ token: i0.ElementRef }, { token: ToolbarNavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
278
|
+
ToolbarFocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ToolbarFocusableDirective, selector: "[kendoPDFViewerToolbarFocusable]", ngImport: i0 });
|
279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarFocusableDirective, decorators: [{
|
328
280
|
type: Directive,
|
329
281
|
args: [{ selector: '[kendoPDFViewerToolbarFocusable]' }]
|
330
282
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: ToolbarNavigationService }, { type: i0.Renderer2 }]; } });
|
@@ -357,12 +309,12 @@ class ToolbarComboBoxDirective {
|
|
357
309
|
this.inputElement.removeEventListener('keydown', this.keydownHandler);
|
358
310
|
}
|
359
311
|
}
|
360
|
-
ToolbarComboBoxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
361
|
-
ToolbarComboBoxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
312
|
+
ToolbarComboBoxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarComboBoxDirective, deps: [{ token: i1$1.ComboBoxComponent }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
313
|
+
ToolbarComboBoxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ToolbarComboBoxDirective, selector: "[kendoPDFViewerComboBox]", ngImport: i0 });
|
314
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarComboBoxDirective, decorators: [{
|
363
315
|
type: Directive,
|
364
316
|
args: [{ selector: '[kendoPDFViewerComboBox]' }]
|
365
|
-
}], ctorParameters: function () { return [{ type: i1$
|
317
|
+
}], ctorParameters: function () { return [{ type: i1$1.ComboBoxComponent }, { type: i0.ElementRef }]; } });
|
366
318
|
|
367
319
|
/* eslint-disable @typescript-eslint/no-empty-function */
|
368
320
|
/**
|
@@ -433,8 +385,8 @@ class ToolbarComponent {
|
|
433
385
|
this.navigationService.focusableTools[this.navigationService.currentFocusIndex].activate();
|
434
386
|
}
|
435
387
|
}
|
436
|
-
ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
437
|
-
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
388
|
+
ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarComponent, deps: [{ token: i1.LocalizationService }, { token: ToolbarNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
389
|
+
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ToolbarComponent, 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" }, 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" }, host: { properties: { "class.k-toolbar": "this.toolbarClass", "class.k-toolbar-md": "this.toolbarSizeClass" } }, providers: [ToolbarNavigationService], viewQueries: [{ propertyName: "fileSelectEl", first: true, predicate: ["fileSelectEl"], descendants: true }], ngImport: i0, template: `
|
438
390
|
<ng-container *ngFor="let tool of tools">
|
439
391
|
<ng-container [ngSwitch]="tool">
|
440
392
|
<kendo-toolbar-input-wrapper
|
@@ -598,8 +550,8 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
598
550
|
aria-hidden="true"
|
599
551
|
accept=".pdf, .PDF"
|
600
552
|
(change)="onFileSelect($event)" />
|
601
|
-
`, isInline: true,
|
602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
553
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i3.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: i4.PagerComponent, selector: "kendo-datapager", inputs: ["total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size"], outputs: ["pageChange", "pageSizeChange"], exportAs: ["kendoDataPager"] }, { kind: "component", type: i4.CustomMessagesComponent, selector: "kendo-datapager-messages" }, { kind: "component", type: i5.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "component", type: i5.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i1$1.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "inputAttributes", "showStickyHeader", "focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoComboBox"] }, { kind: "directive", type: i1$1.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { kind: "component", type: ToolbarInputWrapperComponent, selector: "kendo-toolbar-input-wrapper", inputs: ["toolbarTool"] }, { kind: "directive", type: ToolbarFocusableDirective, selector: "[kendoPDFViewerToolbarFocusable]" }, { kind: "directive", type: ToolbarComboBoxDirective, selector: "[kendoPDFViewerComboBox]" }] });
|
554
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarComponent, decorators: [{
|
603
555
|
type: Component,
|
604
556
|
args: [{
|
605
557
|
selector: '[kendoPDFViewerToolbar]',
|
@@ -770,7 +722,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
770
722
|
(change)="onFileSelect($event)" />
|
771
723
|
`
|
772
724
|
}]
|
773
|
-
}], ctorParameters: function () { return [{ type: i1
|
725
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: ToolbarNavigationService }]; }, propDecorators: { toolbarClass: [{
|
774
726
|
type: HostBinding,
|
775
727
|
args: ['class.k-toolbar']
|
776
728
|
}], toolbarSizeClass: [{
|
@@ -829,6 +781,147 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
829
781
|
type: Output
|
830
782
|
}] } });
|
831
783
|
|
784
|
+
/**
|
785
|
+
* @hidden
|
786
|
+
*/
|
787
|
+
class LoaderComponent {
|
788
|
+
constructor() {
|
789
|
+
this.loaderContainerClass = true;
|
790
|
+
this.loaderContainerSizingClass = true;
|
791
|
+
this.loaderPositionClass = true;
|
792
|
+
}
|
793
|
+
}
|
794
|
+
LoaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LoaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
795
|
+
LoaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: LoaderComponent, selector: "[kendoPDFViewerLoader]", inputs: { settings: "settings" }, host: { properties: { "class.k-loader-container": "this.loaderContainerClass", "class.k-loader-container-md": "this.loaderContainerSizingClass", "class.k-loader-top": "this.loaderPositionClass" } }, ngImport: i0, template: `
|
796
|
+
<div class="k-loader-container-overlay k-overlay-light"></div>
|
797
|
+
<div class="k-loader-container-inner">
|
798
|
+
<kendo-loader
|
799
|
+
[size]="settings?.size"
|
800
|
+
[type]="settings?.type"
|
801
|
+
[themeColor]="settings?.themeColor"></kendo-loader>
|
802
|
+
</div>
|
803
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i1$2.LoaderComponent, selector: "kendo-loader", inputs: ["type", "themeColor", "size"] }] });
|
804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LoaderComponent, decorators: [{
|
805
|
+
type: Component,
|
806
|
+
args: [{
|
807
|
+
selector: '[kendoPDFViewerLoader]',
|
808
|
+
template: `
|
809
|
+
<div class="k-loader-container-overlay k-overlay-light"></div>
|
810
|
+
<div class="k-loader-container-inner">
|
811
|
+
<kendo-loader
|
812
|
+
[size]="settings?.size"
|
813
|
+
[type]="settings?.type"
|
814
|
+
[themeColor]="settings?.themeColor"></kendo-loader>
|
815
|
+
</div>
|
816
|
+
`
|
817
|
+
}]
|
818
|
+
}], propDecorators: { settings: [{
|
819
|
+
type: Input
|
820
|
+
}], loaderContainerClass: [{
|
821
|
+
type: HostBinding,
|
822
|
+
args: ['class.k-loader-container']
|
823
|
+
}], loaderContainerSizingClass: [{
|
824
|
+
type: HostBinding,
|
825
|
+
args: ['class.k-loader-container-md']
|
826
|
+
}], loaderPositionClass: [{
|
827
|
+
type: HostBinding,
|
828
|
+
args: ['class.k-loader-top']
|
829
|
+
}] } });
|
830
|
+
|
831
|
+
/**
|
832
|
+
* @hidden
|
833
|
+
*/
|
834
|
+
class Messages extends ComponentMessages {
|
835
|
+
}
|
836
|
+
Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
837
|
+
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: Messages, selector: "kendo-pdfviewer-messages-base", inputs: { zoomInTitle: "zoomInTitle", zoomOutTitle: "zoomOutTitle", selectionTitle: "selectionTitle", panningTitle: "panningTitle", searchTitle: "searchTitle", openTitle: "openTitle", downloadTitle: "downloadTitle", printTitle: "printTitle", pagerInputLabel: "pagerInputLabel", pagerInputTitle: "pagerInputTitle", pagerFirstPage: "pagerFirstPage", pagerPreviousPage: "pagerPreviousPage", pagerNextPage: "pagerNextPage", pagerLastPage: "pagerLastPage", pagerOf: "pagerOf", pagerPage: "pagerPage", fitToPage: "fitToPage", fitToWidth: "fitToWidth", searchInputPlaceholder: "searchInputPlaceholder", searchMatchesOf: "searchMatchesOf", searchPreviousMatchTitle: "searchPreviousMatchTitle", searchNextMatchTitle: "searchNextMatchTitle", searchCloseTitle: "searchCloseTitle", searchMatchCaseTitle: "searchMatchCaseTitle", zoomInputPlaceholder: "zoomInputPlaceholder" }, usesInheritance: true, ngImport: i0 });
|
838
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, decorators: [{
|
839
|
+
type: Directive,
|
840
|
+
args: [{
|
841
|
+
// eslint-disable-next-line @angular-eslint/directive-selector
|
842
|
+
selector: 'kendo-pdfviewer-messages-base'
|
843
|
+
}]
|
844
|
+
}], propDecorators: { zoomInTitle: [{
|
845
|
+
type: Input
|
846
|
+
}], zoomOutTitle: [{
|
847
|
+
type: Input
|
848
|
+
}], selectionTitle: [{
|
849
|
+
type: Input
|
850
|
+
}], panningTitle: [{
|
851
|
+
type: Input
|
852
|
+
}], searchTitle: [{
|
853
|
+
type: Input
|
854
|
+
}], openTitle: [{
|
855
|
+
type: Input
|
856
|
+
}], downloadTitle: [{
|
857
|
+
type: Input
|
858
|
+
}], printTitle: [{
|
859
|
+
type: Input
|
860
|
+
}], pagerInputLabel: [{
|
861
|
+
type: Input
|
862
|
+
}], pagerInputTitle: [{
|
863
|
+
type: Input
|
864
|
+
}], pagerFirstPage: [{
|
865
|
+
type: Input
|
866
|
+
}], pagerPreviousPage: [{
|
867
|
+
type: Input
|
868
|
+
}], pagerNextPage: [{
|
869
|
+
type: Input
|
870
|
+
}], pagerLastPage: [{
|
871
|
+
type: Input
|
872
|
+
}], pagerOf: [{
|
873
|
+
type: Input
|
874
|
+
}], pagerPage: [{
|
875
|
+
type: Input
|
876
|
+
}], fitToPage: [{
|
877
|
+
type: Input
|
878
|
+
}], fitToWidth: [{
|
879
|
+
type: Input
|
880
|
+
}], searchInputPlaceholder: [{
|
881
|
+
type: Input
|
882
|
+
}], searchMatchesOf: [{
|
883
|
+
type: Input
|
884
|
+
}], searchPreviousMatchTitle: [{
|
885
|
+
type: Input
|
886
|
+
}], searchNextMatchTitle: [{
|
887
|
+
type: Input
|
888
|
+
}], searchCloseTitle: [{
|
889
|
+
type: Input
|
890
|
+
}], searchMatchCaseTitle: [{
|
891
|
+
type: Input
|
892
|
+
}], zoomInputPlaceholder: [{
|
893
|
+
type: Input
|
894
|
+
}] } });
|
895
|
+
|
896
|
+
/**
|
897
|
+
* @hidden
|
898
|
+
*/
|
899
|
+
class LocalizedPDFViewerMessagesDirective extends Messages {
|
900
|
+
constructor(service) {
|
901
|
+
super();
|
902
|
+
this.service = service;
|
903
|
+
}
|
904
|
+
}
|
905
|
+
LocalizedPDFViewerMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedPDFViewerMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
906
|
+
LocalizedPDFViewerMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedPDFViewerMessagesDirective, selector: "[kendoPDFViewerLocalizedMessages]", providers: [
|
907
|
+
{
|
908
|
+
provide: Messages,
|
909
|
+
useExisting: forwardRef(() => LocalizedPDFViewerMessagesDirective)
|
910
|
+
}
|
911
|
+
], usesInheritance: true, ngImport: i0 });
|
912
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedPDFViewerMessagesDirective, decorators: [{
|
913
|
+
type: Directive,
|
914
|
+
args: [{
|
915
|
+
providers: [
|
916
|
+
{
|
917
|
+
provide: Messages,
|
918
|
+
useExisting: forwardRef(() => LocalizedPDFViewerMessagesDirective)
|
919
|
+
}
|
920
|
+
],
|
921
|
+
selector: '[kendoPDFViewerLocalizedMessages]'
|
922
|
+
}]
|
923
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
924
|
+
|
832
925
|
/**
|
833
926
|
* @hidden
|
834
927
|
*/
|
@@ -863,8 +956,8 @@ class PDFViewerSearchComponent {
|
|
863
956
|
}
|
864
957
|
}
|
865
958
|
}
|
866
|
-
PDFViewerSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
867
|
-
PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
959
|
+
PDFViewerSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFViewerSearchComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
960
|
+
PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PDFViewerSearchComponent, selector: "[kendoPDFViewerSearch]", inputs: { matches: "matches", currentMatch: "currentMatch" }, outputs: { searchChange: "searchChange", prevMatch: "prevMatch", nextMatch: "nextMatch", close: "close" }, host: { listeners: { "keydown.escape": "onEscape()" }, properties: { "attr.role": "this.ariaRole" } }, viewQueries: [{ propertyName: "textbox", first: true, predicate: ["textbox"], descendants: true }, { propertyName: "closeButton", first: true, predicate: ["closeButton"], descendants: true, read: ElementRef }], ngImport: i0, template: `
|
868
961
|
<kendo-textbox
|
869
962
|
#textbox
|
870
963
|
[placeholder]="messageFor('searchInputPlaceholder')"
|
@@ -914,8 +1007,8 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
914
1007
|
(keydown.tab)="$event.preventDefault(); textbox.focus();"
|
915
1008
|
icon='x'
|
916
1009
|
[svgIcon]="xIcon"></button>
|
917
|
-
`, isInline: true,
|
918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1010
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i5.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i3$1.TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: i3$1.TextBoxSuffixTemplateDirective, selector: "[kendoTextBoxSuffixTemplate]", inputs: ["showSeparator"] }] });
|
1011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFViewerSearchComponent, decorators: [{
|
919
1012
|
type: Component,
|
920
1013
|
args: [{
|
921
1014
|
selector: '[kendoPDFViewerSearch]',
|
@@ -971,7 +1064,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
971
1064
|
[svgIcon]="xIcon"></button>
|
972
1065
|
`
|
973
1066
|
}]
|
974
|
-
}], ctorParameters: function () { return [{ type: i1
|
1067
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { textbox: [{
|
975
1068
|
type: ViewChild,
|
976
1069
|
args: ['textbox']
|
977
1070
|
}], closeButton: [{
|
@@ -997,100 +1090,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
997
1090
|
type: Output
|
998
1091
|
}] } });
|
999
1092
|
|
1000
|
-
/**
|
1001
|
-
* @hidden
|
1002
|
-
*/
|
1003
|
-
class Messages extends ComponentMessages {
|
1004
|
-
}
|
1005
|
-
Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
1006
|
-
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: Messages, selector: "kendo-pdfviewer-messages-base", inputs: { zoomInTitle: "zoomInTitle", zoomOutTitle: "zoomOutTitle", selectionTitle: "selectionTitle", panningTitle: "panningTitle", searchTitle: "searchTitle", openTitle: "openTitle", downloadTitle: "downloadTitle", printTitle: "printTitle", pagerInputLabel: "pagerInputLabel", pagerInputTitle: "pagerInputTitle", pagerFirstPage: "pagerFirstPage", pagerPreviousPage: "pagerPreviousPage", pagerNextPage: "pagerNextPage", pagerLastPage: "pagerLastPage", pagerOf: "pagerOf", pagerPage: "pagerPage", fitToPage: "fitToPage", fitToWidth: "fitToWidth", searchInputPlaceholder: "searchInputPlaceholder", searchMatchesOf: "searchMatchesOf", searchPreviousMatchTitle: "searchPreviousMatchTitle", searchNextMatchTitle: "searchNextMatchTitle", searchCloseTitle: "searchCloseTitle", searchMatchCaseTitle: "searchMatchCaseTitle", zoomInputPlaceholder: "zoomInputPlaceholder" }, usesInheritance: true, ngImport: i0 });
|
1007
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, decorators: [{
|
1008
|
-
type: Directive,
|
1009
|
-
args: [{
|
1010
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
1011
|
-
selector: 'kendo-pdfviewer-messages-base'
|
1012
|
-
}]
|
1013
|
-
}], propDecorators: { zoomInTitle: [{
|
1014
|
-
type: Input
|
1015
|
-
}], zoomOutTitle: [{
|
1016
|
-
type: Input
|
1017
|
-
}], selectionTitle: [{
|
1018
|
-
type: Input
|
1019
|
-
}], panningTitle: [{
|
1020
|
-
type: Input
|
1021
|
-
}], searchTitle: [{
|
1022
|
-
type: Input
|
1023
|
-
}], openTitle: [{
|
1024
|
-
type: Input
|
1025
|
-
}], downloadTitle: [{
|
1026
|
-
type: Input
|
1027
|
-
}], printTitle: [{
|
1028
|
-
type: Input
|
1029
|
-
}], pagerInputLabel: [{
|
1030
|
-
type: Input
|
1031
|
-
}], pagerInputTitle: [{
|
1032
|
-
type: Input
|
1033
|
-
}], pagerFirstPage: [{
|
1034
|
-
type: Input
|
1035
|
-
}], pagerPreviousPage: [{
|
1036
|
-
type: Input
|
1037
|
-
}], pagerNextPage: [{
|
1038
|
-
type: Input
|
1039
|
-
}], pagerLastPage: [{
|
1040
|
-
type: Input
|
1041
|
-
}], pagerOf: [{
|
1042
|
-
type: Input
|
1043
|
-
}], pagerPage: [{
|
1044
|
-
type: Input
|
1045
|
-
}], fitToPage: [{
|
1046
|
-
type: Input
|
1047
|
-
}], fitToWidth: [{
|
1048
|
-
type: Input
|
1049
|
-
}], searchInputPlaceholder: [{
|
1050
|
-
type: Input
|
1051
|
-
}], searchMatchesOf: [{
|
1052
|
-
type: Input
|
1053
|
-
}], searchPreviousMatchTitle: [{
|
1054
|
-
type: Input
|
1055
|
-
}], searchNextMatchTitle: [{
|
1056
|
-
type: Input
|
1057
|
-
}], searchCloseTitle: [{
|
1058
|
-
type: Input
|
1059
|
-
}], searchMatchCaseTitle: [{
|
1060
|
-
type: Input
|
1061
|
-
}], zoomInputPlaceholder: [{
|
1062
|
-
type: Input
|
1063
|
-
}] } });
|
1064
|
-
|
1065
|
-
/**
|
1066
|
-
* @hidden
|
1067
|
-
*/
|
1068
|
-
class LocalizedPDFViewerMessagesDirective extends Messages {
|
1069
|
-
constructor(service) {
|
1070
|
-
super();
|
1071
|
-
this.service = service;
|
1072
|
-
}
|
1073
|
-
}
|
1074
|
-
LocalizedPDFViewerMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedPDFViewerMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
1075
|
-
LocalizedPDFViewerMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LocalizedPDFViewerMessagesDirective, selector: "[kendoPDFViewerLocalizedMessages]", providers: [
|
1076
|
-
{
|
1077
|
-
provide: Messages,
|
1078
|
-
useExisting: forwardRef(() => LocalizedPDFViewerMessagesDirective)
|
1079
|
-
}
|
1080
|
-
], usesInheritance: true, ngImport: i0 });
|
1081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedPDFViewerMessagesDirective, decorators: [{
|
1082
|
-
type: Directive,
|
1083
|
-
args: [{
|
1084
|
-
providers: [
|
1085
|
-
{
|
1086
|
-
provide: Messages,
|
1087
|
-
useExisting: forwardRef(() => LocalizedPDFViewerMessagesDirective)
|
1088
|
-
}
|
1089
|
-
],
|
1090
|
-
selector: '[kendoPDFViewerLocalizedMessages]'
|
1091
|
-
}]
|
1092
|
-
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
1093
|
-
|
1094
1093
|
let counter = 0;
|
1095
1094
|
/**
|
1096
1095
|
* Represents the [Kendo UI PDFViewer component for Angular]({% slug overview_pdfviewer %}).
|
@@ -1427,7 +1426,6 @@ class PDFViewerComponent {
|
|
1427
1426
|
if (hasObservers(this.error)) {
|
1428
1427
|
this.error.emit(e);
|
1429
1428
|
}
|
1430
|
-
;
|
1431
1429
|
};
|
1432
1430
|
const onDone = () => {
|
1433
1431
|
this.loading = false;
|
@@ -1557,8 +1555,8 @@ class PDFViewerComponent {
|
|
1557
1555
|
return this[source] || (changes[source] && changes[source].currentValue);
|
1558
1556
|
}
|
1559
1557
|
}
|
1560
|
-
PDFViewerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1561
|
-
PDFViewerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1558
|
+
PDFViewerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFViewerComponent, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
1559
|
+
PDFViewerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PDFViewerComponent, selector: "kendo-pdfviewer", inputs: { tools: "tools", loaderSettings: "loaderSettings", saveFileName: "saveFileName", saveOptions: "saveOptions", url: "url", data: "data", arrayBuffer: "arrayBuffer", typedArray: "typedArray", zoom: "zoom", zoomRate: "zoomRate", minZoom: "minZoom", maxZoom: "maxZoom" }, outputs: { load: "load", error: "error", download: "download", pageChange: "pageChange", zoomLevelChange: "zoomLevelChange" }, host: { properties: { "class.k-pdf-viewer": "this.hostClass", "attr.dir": "this.direction" } }, providers: [
|
1562
1560
|
LocalizationService,
|
1563
1561
|
{
|
1564
1562
|
provide: L10N_PREFIX,
|
@@ -1697,8 +1695,8 @@ PDFViewerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
1697
1695
|
</div>
|
1698
1696
|
|
1699
1697
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
1700
|
-
`, isInline: true,
|
1701
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1698
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3$2.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }, { kind: "component", type: ToolbarComponent, selector: "[kendoPDFViewerToolbar]", inputs: ["zoomLevel", "calculatedComboBoxValue", "skip", "pageSize", "total", "zoomInDisabled", "zoomOutDisabled", "disabledTools", "zoomLevelChooserValue", "zoomOptionsData", "pagesContainerId", "tools"], outputs: ["fileSelect", "fileSelectStart", "fileSelectError", "download", "selectionEnabled", "panningEnabled", "pageChange", "zoomIn", "zoomOut", "zoomLevelChange", "print", "search"] }, { kind: "component", type: LoaderComponent, selector: "[kendoPDFViewerLoader]", inputs: ["settings"] }, { kind: "directive", type: LocalizedPDFViewerMessagesDirective, selector: "[kendoPDFViewerLocalizedMessages]" }, { kind: "component", type: PDFViewerSearchComponent, selector: "[kendoPDFViewerSearch]", inputs: ["matches", "currentMatch"], outputs: ["searchChange", "prevMatch", "nextMatch", "close"] }] });
|
1699
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFViewerComponent, decorators: [{
|
1702
1700
|
type: Component,
|
1703
1701
|
args: [{
|
1704
1702
|
exportAs: 'kendo-pdfviewer',
|
@@ -1845,7 +1843,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
1845
1843
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
1846
1844
|
`,
|
1847
1845
|
}]
|
1848
|
-
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1
|
1846
|
+
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
1849
1847
|
type: HostBinding,
|
1850
1848
|
args: ['class.k-pdf-viewer']
|
1851
1849
|
}], direction: [{
|
@@ -1903,12 +1901,12 @@ class PDFViewerCustomMessagesComponent extends Messages {
|
|
1903
1901
|
return true;
|
1904
1902
|
}
|
1905
1903
|
}
|
1906
|
-
PDFViewerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1907
|
-
PDFViewerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1904
|
+
PDFViewerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFViewerCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
1905
|
+
PDFViewerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PDFViewerCustomMessagesComponent, selector: "kendo-pdfviewer-messages", providers: [{
|
1908
1906
|
provide: Messages,
|
1909
1907
|
useExisting: forwardRef(() => PDFViewerCustomMessagesComponent)
|
1910
1908
|
}], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
1911
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1909
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFViewerCustomMessagesComponent, decorators: [{
|
1912
1910
|
type: Component,
|
1913
1911
|
args: [{
|
1914
1912
|
providers: [{
|
@@ -1918,7 +1916,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
1918
1916
|
selector: 'kendo-pdfviewer-messages',
|
1919
1917
|
template: ``
|
1920
1918
|
}]
|
1921
|
-
}], ctorParameters: function () { return [{ type: i1
|
1919
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
1922
1920
|
|
1923
1921
|
const DIRECTIVES = [
|
1924
1922
|
PDFViewerComponent,
|
@@ -1947,8 +1945,8 @@ const IMPORTS = [
|
|
1947
1945
|
*/
|
1948
1946
|
class PDFViewerModule {
|
1949
1947
|
}
|
1950
|
-
PDFViewerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1951
|
-
PDFViewerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
1948
|
+
PDFViewerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFViewerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
1949
|
+
PDFViewerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: PDFViewerModule, declarations: [PDFViewerComponent,
|
1952
1950
|
ToolbarComponent,
|
1953
1951
|
LoaderComponent,
|
1954
1952
|
PDFViewerCustomMessagesComponent,
|
@@ -1972,8 +1970,8 @@ PDFViewerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
1972
1970
|
ToolbarFocusableDirective,
|
1973
1971
|
ToolbarComboBoxDirective,
|
1974
1972
|
PDFViewerSearchComponent] });
|
1975
|
-
PDFViewerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
1976
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1973
|
+
PDFViewerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFViewerModule, imports: [IMPORTS] });
|
1974
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFViewerModule, decorators: [{
|
1977
1975
|
type: NgModule,
|
1978
1976
|
args: [{
|
1979
1977
|
declarations: DIRECTIVES,
|