@progress/kendo-angular-pdfviewer 13.0.0-develop.9 → 13.0.1-develop.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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: 1685111098,
13
- version: '13.0.0-develop.9',
12
+ publishDate: 1686070737,
13
+ version: '13.0.1-develop.1',
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
  };
@@ -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", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "errorIcon", "clearButtonIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { type: i3.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["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", "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.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["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]" }] });
95
95
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDFViewerSearchComponent, decorators: [{
96
96
  type: Component,
97
97
  args: [{
@@ -181,6 +181,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
181
181
  kendoButton
182
182
  kendoPDFViewerToolbarFocusable
183
183
  icon="hand"
184
+ [svgIcon]="handIcon"
184
185
  [toggleable]="true"
185
186
  [selected]="true"
186
187
  [attr.title]="messageFor('panningTitle')"
@@ -342,6 +343,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
342
343
  kendoButton
343
344
  kendoPDFViewerToolbarFocusable
344
345
  icon="hand"
346
+ [svgIcon]="handIcon"
345
347
  [toggleable]="true"
346
348
  [selected]="true"
347
349
  [attr.title]="messageFor('panningTitle')"
@@ -34,8 +34,8 @@ const packageMetadata = {
34
34
  name: '@progress/kendo-angular-pdfviewer',
35
35
  productName: 'Kendo UI for Angular',
36
36
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
37
- publishDate: 1685111098,
38
- version: '13.0.0-develop.9',
37
+ publishDate: 1686070737,
38
+ version: '13.0.1-develop.1',
39
39
  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',
40
40
  };
41
41
 
@@ -528,6 +528,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
528
528
  kendoButton
529
529
  kendoPDFViewerToolbarFocusable
530
530
  icon="hand"
531
+ [svgIcon]="handIcon"
531
532
  [toggleable]="true"
532
533
  [selected]="true"
533
534
  [attr.title]="messageFor('panningTitle')"
@@ -689,6 +690,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
689
690
  kendoButton
690
691
  kendoPDFViewerToolbarFocusable
691
692
  icon="hand"
693
+ [svgIcon]="handIcon"
692
694
  [toggleable]="true"
693
695
  [selected]="true"
694
696
  [attr.title]="messageFor('panningTitle')"
@@ -887,7 +889,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
887
889
  (keydown.tab)="$event.preventDefault(); textbox.focus();"
888
890
  icon='x'
889
891
  [svgIcon]="xIcon"></button>
890
- `, isInline: true, components: [{ type: i2.TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "errorIcon", "clearButtonIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { type: i5.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["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]" }] });
892
+ `, isInline: true, components: [{ type: i2.TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "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.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["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]" }] });
891
893
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDFViewerSearchComponent, decorators: [{
892
894
  type: Component,
893
895
  args: [{
@@ -34,8 +34,8 @@ const packageMetadata = {
34
34
  name: '@progress/kendo-angular-pdfviewer',
35
35
  productName: 'Kendo UI for Angular',
36
36
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
37
- publishDate: 1685111098,
38
- version: '13.0.0-develop.9',
37
+ publishDate: 1686070737,
38
+ version: '13.0.1-develop.1',
39
39
  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',
40
40
  };
41
41
 
@@ -528,6 +528,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
528
528
  kendoButton
529
529
  kendoPDFViewerToolbarFocusable
530
530
  icon="hand"
531
+ [svgIcon]="handIcon"
531
532
  [toggleable]="true"
532
533
  [selected]="true"
533
534
  [attr.title]="messageFor('panningTitle')"
@@ -689,6 +690,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
689
690
  kendoButton
690
691
  kendoPDFViewerToolbarFocusable
691
692
  icon="hand"
693
+ [svgIcon]="handIcon"
692
694
  [toggleable]="true"
693
695
  [selected]="true"
694
696
  [attr.title]="messageFor('panningTitle')"
@@ -887,7 +889,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
887
889
  (keydown.tab)="$event.preventDefault(); textbox.focus();"
888
890
  icon='x'
889
891
  [svgIcon]="xIcon"></button>
890
- `, isInline: true, components: [{ type: i2.TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "errorIcon", "clearButtonIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { type: i5.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["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]" }] });
892
+ `, isInline: true, components: [{ type: i2.TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "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.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["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]" }] });
891
893
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDFViewerSearchComponent, decorators: [{
892
894
  type: Component,
893
895
  args: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-pdfviewer",
3
- "version": "13.0.0-develop.9",
3
+ "version": "13.0.1-develop.1",
4
4
  "description": "Kendo UI PDFViewer for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,23 +23,22 @@
23
23
  "@angular/core": "13 - 16",
24
24
  "@angular/platform-browser": "13 - 16",
25
25
  "@progress/kendo-licensing": "^1.0.2",
26
- "@progress/kendo-angular-buttons": "13.0.0-develop.9",
27
- "@progress/kendo-angular-common": "13.0.0-develop.9",
28
- "@progress/kendo-angular-dropdowns": "13.0.0-develop.9",
29
- "@progress/kendo-angular-inputs": "13.0.0-develop.9",
30
- "@progress/kendo-angular-intl": "13.0.0-develop.9",
31
- "@progress/kendo-angular-l10n": "13.0.0-develop.9",
32
- "@progress/kendo-angular-icons": "13.0.0-develop.9",
33
- "@progress/kendo-angular-indicators": "13.0.0-develop.9",
34
- "@progress/kendo-angular-pager": "13.0.0-develop.9",
35
- "@progress/kendo-angular-popup": "13.0.0-develop.9",
36
- "@progress/kendo-angular-schematics": "13.0.0-develop.9",
26
+ "@progress/kendo-angular-buttons": "13.0.1-develop.1",
27
+ "@progress/kendo-angular-common": "13.0.1-develop.1",
28
+ "@progress/kendo-angular-dropdowns": "13.0.1-develop.1",
29
+ "@progress/kendo-angular-inputs": "13.0.1-develop.1",
30
+ "@progress/kendo-angular-intl": "13.0.1-develop.1",
31
+ "@progress/kendo-angular-l10n": "13.0.1-develop.1",
32
+ "@progress/kendo-angular-icons": "13.0.1-develop.1",
33
+ "@progress/kendo-angular-indicators": "13.0.1-develop.1",
34
+ "@progress/kendo-angular-pager": "13.0.1-develop.1",
35
+ "@progress/kendo-angular-popup": "13.0.1-develop.1",
37
36
  "rxjs": "^6.5.3 || ^7.0.0"
38
37
  },
39
38
  "dependencies": {
40
39
  "tslib": "^2.3.1",
41
- "@progress/kendo-angular-schematics": "13.0.0-develop.9",
42
- "@progress/kendo-pdfviewer-common": "0.1.1"
40
+ "@progress/kendo-angular-schematics": "13.0.1-develop.1",
41
+ "@progress/kendo-pdfviewer-common": "0.1.2"
43
42
  },
44
43
  "schematics": "./schematics/collection.json",
45
44
  "module": "fesm2015/progress-kendo-angular-pdfviewer.mjs",