@progress/kendo-angular-pdfviewer 14.4.0-develop.2 → 14.4.0-develop.20
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/LICENSE.md +1 -1
- package/NOTICE.txt +147 -594
- package/README.md +1 -1
- package/esm2020/index.mjs +1 -1
- package/esm2020/loader/loader.component.mjs +1 -1
- package/esm2020/localization/custom-messages.component.mjs +1 -1
- package/esm2020/localization/localized-messages.directive.mjs +1 -1
- package/esm2020/localization/messages.mjs +1 -1
- package/esm2020/models/events.mjs +1 -1
- package/esm2020/models/loader-settings.mjs +1 -1
- package/esm2020/models/pdfviewer-context.mjs +1 -1
- package/esm2020/models/toolbar-tool.mjs +1 -1
- package/esm2020/models/zoom-level.mjs +1 -1
- package/esm2020/package-metadata.mjs +3 -3
- package/esm2020/pdfviewer.component.mjs +1 -1
- package/esm2020/pdfviewer.module.mjs +1 -1
- package/esm2020/progress-kendo-angular-pdfviewer.mjs +1 -1
- package/esm2020/toolbar/input-wrapper.component.mjs +1 -1
- package/esm2020/toolbar/search.component.mjs +2 -2
- package/esm2020/toolbar/toolbar-combobox.directive.mjs +1 -1
- package/esm2020/toolbar/toolbar-focusable.directive.mjs +1 -1
- package/esm2020/toolbar/toolbar-navigation.service.mjs +1 -1
- package/esm2020/toolbar/toolbar.component.mjs +2 -2
- package/esm2020/util.mjs +1 -1
- package/fesm2015/progress-kendo-angular-pdfviewer.mjs +5 -5
- package/fesm2020/progress-kendo-angular-pdfviewer.mjs +5 -5
- package/index.d.ts +1 -1
- 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/models/events.d.ts +1 -1
- package/models/loader-settings.d.ts +1 -1
- package/models/pdfviewer-context.d.ts +1 -1
- package/models/toolbar-tool.d.ts +1 -1
- package/models/zoom-level.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +13 -13
- package/pdfviewer.component.d.ts +1 -1
- package/pdfviewer.module.d.ts +1 -1
- package/progress-kendo-angular-pdfviewer.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-navigation.service.d.ts +1 -1
- package/toolbar/toolbar.component.d.ts +1 -1
- package/util.d.ts +1 -1
package/README.md
CHANGED
@@ -27,6 +27,6 @@
|
|
27
27
|
- [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui)
|
28
28
|
- [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2)
|
29
29
|
|
30
|
-
_Copyright ©
|
30
|
+
_Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved._
|
31
31
|
|
32
32
|
_Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries._
|
package/esm2020/index.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export { PDFViewerModule } from './pdfviewer.module';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, HostBinding, Input } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, forwardRef } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Directive, forwardRef } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Directive, Input } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { PreventableEvent } from "@progress/kendo-angular-common";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-pdfviewer',
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
12
|
-
publishDate:
|
13
|
-
version: '14.4.0-develop.
|
12
|
+
publishDate: 1706519889,
|
13
|
+
version: '14.4.0-develop.20',
|
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
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, ElementRef, EventEmitter, HostBinding, Input, NgZone, Output, Renderer2, ViewChild, isDevMode } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { NgModule } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, ElementRef, HostBinding, Input, Renderer2 } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, ElementRef, EventEmitter, HostBinding, HostListener, Input, Output, ViewChild } from '@angular/core';
|
@@ -91,7 +91,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
91
91
|
(keydown.tab)="$event.preventDefault(); textbox.focus();"
|
92
92
|
icon='x'
|
93
93
|
[svgIcon]="xIcon"></button>
|
94
|
-
`, isInline: true, components: [{ type: i2.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"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { type: i3.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"] }], directives: [{ type: i2.TextBoxSuffixTemplateDirective, selector: "[kendoTextBoxSuffixTemplate]" }] });
|
94
|
+
`, isInline: true, components: [{ type: i2.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"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { type: i3.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"] }], directives: [{ type: i2.TextBoxSuffixTemplateDirective, selector: "[kendoTextBoxSuffixTemplate]", inputs: ["showSeparator"] }] });
|
95
95
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDFViewerSearchComponent, decorators: [{
|
96
96
|
type: Component,
|
97
97
|
args: [{
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ComboBoxComponent } from '@progress/kendo-angular-dropdowns';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Directive, ElementRef, Renderer2 } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Injectable } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/* eslint-disable @typescript-eslint/no-empty-function */
|
@@ -242,7 +242,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
242
242
|
aria-hidden="true"
|
243
243
|
accept=".pdf, .PDF"
|
244
244
|
(change)="onFileSelect($event)" />
|
245
|
-
`, isInline: true, components: [{ type: i3.ToolbarInputWrapperComponent, selector: "kendo-toolbar-input-wrapper", inputs: ["toolbarTool"] }, { type: i4.PagerComponent, selector: "kendo-datapager", inputs: ["total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size"], outputs: ["pageChange", "pageSizeChange"], exportAs: ["kendoDataPager"] }, { type: i4.CustomMessagesComponent, selector: "kendo-datapager-messages" }, { type: i5.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { 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"] }, { type: i6.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "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"], exportAs: ["kendoComboBox"] }], directives: [{ type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i7.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i7.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i8.ToolbarFocusableDirective, selector: "[kendoPDFViewerToolbarFocusable]" }, { type: i9.ToolbarComboBoxDirective, selector: "[kendoPDFViewerComboBox]" }, { type: i6.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
245
|
+
`, isInline: true, components: [{ type: i3.ToolbarInputWrapperComponent, selector: "kendo-toolbar-input-wrapper", inputs: ["toolbarTool"] }, { type: i4.PagerComponent, selector: "kendo-datapager", inputs: ["total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size"], outputs: ["pageChange", "pageSizeChange"], exportAs: ["kendoDataPager"] }, { type: i4.CustomMessagesComponent, selector: "kendo-datapager-messages" }, { type: i5.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { 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"] }, { type: i6.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "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"] }], directives: [{ type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i7.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i7.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i8.ToolbarFocusableDirective, selector: "[kendoPDFViewerToolbarFocusable]" }, { type: i9.ToolbarComboBoxDirective, selector: "[kendoPDFViewerComboBox]" }, { type: i6.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
246
246
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarComponent, decorators: [{
|
247
247
|
type: Component,
|
248
248
|
args: [{
|
package/esm2020/util.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
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';
|
@@ -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: '14.4.0-develop.
|
38
|
+
publishDate: 1706519889,
|
39
|
+
version: '14.4.0-develop.20',
|
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
|
|
@@ -590,7 +590,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
590
590
|
aria-hidden="true"
|
591
591
|
accept=".pdf, .PDF"
|
592
592
|
(change)="onFileSelect($event)" />
|
593
|
-
`, isInline: true, components: [{ type: ToolbarInputWrapperComponent, selector: "kendo-toolbar-input-wrapper", inputs: ["toolbarTool"] }, { type: i4.PagerComponent, selector: "kendo-datapager", inputs: ["total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size"], outputs: ["pageChange", "pageSizeChange"], exportAs: ["kendoDataPager"] }, { type: i4.CustomMessagesComponent, selector: "kendo-datapager-messages" }, { type: i5.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { 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"] }, { type: i1$2.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "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"], exportAs: ["kendoComboBox"] }], directives: [{ type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i7.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i7.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: ToolbarFocusableDirective, selector: "[kendoPDFViewerToolbarFocusable]" }, { type: ToolbarComboBoxDirective, selector: "[kendoPDFViewerComboBox]" }, { type: i1$2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
593
|
+
`, isInline: true, components: [{ type: ToolbarInputWrapperComponent, selector: "kendo-toolbar-input-wrapper", inputs: ["toolbarTool"] }, { type: i4.PagerComponent, selector: "kendo-datapager", inputs: ["total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size"], outputs: ["pageChange", "pageSizeChange"], exportAs: ["kendoDataPager"] }, { type: i4.CustomMessagesComponent, selector: "kendo-datapager-messages" }, { type: i5.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { 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"] }, { type: i1$2.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "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"] }], directives: [{ type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i7.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i7.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: ToolbarFocusableDirective, selector: "[kendoPDFViewerToolbarFocusable]" }, { type: ToolbarComboBoxDirective, selector: "[kendoPDFViewerComboBox]" }, { type: i1$2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
594
594
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarComponent, decorators: [{
|
595
595
|
type: Component,
|
596
596
|
args: [{
|
@@ -894,7 +894,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
894
894
|
(keydown.tab)="$event.preventDefault(); textbox.focus();"
|
895
895
|
icon='x'
|
896
896
|
[svgIcon]="xIcon"></button>
|
897
|
-
`, isInline: true, components: [{ type: i2.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"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { 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"] }], directives: [{ type: i2.TextBoxSuffixTemplateDirective, selector: "[kendoTextBoxSuffixTemplate]" }] });
|
897
|
+
`, isInline: true, components: [{ type: i2.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"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { 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"] }], directives: [{ type: i2.TextBoxSuffixTemplateDirective, selector: "[kendoTextBoxSuffixTemplate]", inputs: ["showSeparator"] }] });
|
898
898
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDFViewerSearchComponent, decorators: [{
|
899
899
|
type: Component,
|
900
900
|
args: [{
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
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';
|
@@ -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: '14.4.0-develop.
|
38
|
+
publishDate: 1706519889,
|
39
|
+
version: '14.4.0-develop.20',
|
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
|
|
@@ -590,7 +590,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
590
590
|
aria-hidden="true"
|
591
591
|
accept=".pdf, .PDF"
|
592
592
|
(change)="onFileSelect($event)" />
|
593
|
-
`, isInline: true, components: [{ type: ToolbarInputWrapperComponent, selector: "kendo-toolbar-input-wrapper", inputs: ["toolbarTool"] }, { type: i4.PagerComponent, selector: "kendo-datapager", inputs: ["total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size"], outputs: ["pageChange", "pageSizeChange"], exportAs: ["kendoDataPager"] }, { type: i4.CustomMessagesComponent, selector: "kendo-datapager-messages" }, { type: i5.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { 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"] }, { type: i1$2.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "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"], exportAs: ["kendoComboBox"] }], directives: [{ type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i7.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i7.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: ToolbarFocusableDirective, selector: "[kendoPDFViewerToolbarFocusable]" }, { type: ToolbarComboBoxDirective, selector: "[kendoPDFViewerComboBox]" }, { type: i1$2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
593
|
+
`, isInline: true, components: [{ type: ToolbarInputWrapperComponent, selector: "kendo-toolbar-input-wrapper", inputs: ["toolbarTool"] }, { type: i4.PagerComponent, selector: "kendo-datapager", inputs: ["total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size"], outputs: ["pageChange", "pageSizeChange"], exportAs: ["kendoDataPager"] }, { type: i4.CustomMessagesComponent, selector: "kendo-datapager-messages" }, { type: i5.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { 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"] }, { type: i1$2.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "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"] }], directives: [{ type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i7.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i7.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: ToolbarFocusableDirective, selector: "[kendoPDFViewerToolbarFocusable]" }, { type: ToolbarComboBoxDirective, selector: "[kendoPDFViewerComboBox]" }, { type: i1$2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
594
594
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarComponent, decorators: [{
|
595
595
|
type: Component,
|
596
596
|
args: [{
|
@@ -894,7 +894,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
894
894
|
(keydown.tab)="$event.preventDefault(); textbox.focus();"
|
895
895
|
icon='x'
|
896
896
|
[svgIcon]="xIcon"></button>
|
897
|
-
`, isInline: true, components: [{ type: i2.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"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { 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"] }], directives: [{ type: i2.TextBoxSuffixTemplateDirective, selector: "[kendoTextBoxSuffixTemplate]" }] });
|
897
|
+
`, isInline: true, components: [{ type: i2.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"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { 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"] }], directives: [{ type: i2.TextBoxSuffixTemplateDirective, selector: "[kendoTextBoxSuffixTemplate]", inputs: ["showSeparator"] }] });
|
898
898
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDFViewerSearchComponent, decorators: [{
|
899
899
|
type: Component,
|
900
900
|
args: [{
|
package/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export { PDFViewerModule } from './pdfviewer.module';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { LoaderSettings } from '../models/loader-settings';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
package/models/events.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { PreventableEvent } from "@progress/kendo-angular-common";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { LoaderSize, LoaderThemeColor, LoaderType } from "@progress/kendo-angular-indicators";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { PDFDocumentProxy } from "@progress/kendo-pdfviewer-common";
|
package/models/toolbar-tool.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|
package/models/zoom-level.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|
package/package-metadata.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { PackageMetadata } from '@progress/kendo-licensing';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-pdfviewer",
|
3
|
-
"version": "14.4.0-develop.
|
3
|
+
"version": "14.4.0-develop.20",
|
4
4
|
"description": "Kendo UI PDFViewer for Angular",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -23,22 +23,22 @@
|
|
23
23
|
"@angular/core": "13 - 17",
|
24
24
|
"@angular/platform-browser": "13 - 17",
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
26
|
-
"@progress/kendo-angular-buttons": "14.4.0-develop.
|
27
|
-
"@progress/kendo-angular-common": "14.4.0-develop.
|
28
|
-
"@progress/kendo-angular-dropdowns": "14.4.0-develop.
|
29
|
-
"@progress/kendo-angular-inputs": "14.4.0-develop.
|
30
|
-
"@progress/kendo-angular-intl": "14.4.0-develop.
|
31
|
-
"@progress/kendo-angular-l10n": "14.4.0-develop.
|
32
|
-
"@progress/kendo-angular-icons": "14.4.0-develop.
|
33
|
-
"@progress/kendo-angular-indicators": "14.4.0-develop.
|
34
|
-
"@progress/kendo-angular-pager": "14.4.0-develop.
|
35
|
-
"@progress/kendo-angular-popup": "14.4.0-develop.
|
26
|
+
"@progress/kendo-angular-buttons": "14.4.0-develop.20",
|
27
|
+
"@progress/kendo-angular-common": "14.4.0-develop.20",
|
28
|
+
"@progress/kendo-angular-dropdowns": "14.4.0-develop.20",
|
29
|
+
"@progress/kendo-angular-inputs": "14.4.0-develop.20",
|
30
|
+
"@progress/kendo-angular-intl": "14.4.0-develop.20",
|
31
|
+
"@progress/kendo-angular-l10n": "14.4.0-develop.20",
|
32
|
+
"@progress/kendo-angular-icons": "14.4.0-develop.20",
|
33
|
+
"@progress/kendo-angular-indicators": "14.4.0-develop.20",
|
34
|
+
"@progress/kendo-angular-pager": "14.4.0-develop.20",
|
35
|
+
"@progress/kendo-angular-popup": "14.4.0-develop.20",
|
36
36
|
"rxjs": "^6.5.3 || ^7.0.0"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
39
|
"tslib": "^2.3.1",
|
40
|
-
"@progress/kendo-angular-schematics": "14.4.0-develop.
|
41
|
-
"@progress/kendo-pdfviewer-common": "0.2.
|
40
|
+
"@progress/kendo-angular-schematics": "14.4.0-develop.20",
|
41
|
+
"@progress/kendo-pdfviewer-common": "0.2.8"
|
42
42
|
},
|
43
43
|
"schematics": "./schematics/collection.json",
|
44
44
|
"module": "fesm2015/progress-kendo-angular-pdfviewer.mjs",
|
package/pdfviewer.component.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { AfterViewInit, EventEmitter, NgZone, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
package/pdfviewer.module.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
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";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ElementRef, Renderer2 } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { AfterViewInit, EventEmitter } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ComboBoxComponent } from '@progress/kendo-angular-dropdowns';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ElementRef, Renderer2 } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ToolbarFocusableDirective } from './toolbar-focusable.directive';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ElementRef, EventEmitter } from '@angular/core';
|
package/util.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|