@progress/kendo-angular-pdfviewer 15.5.0-develop.6 → 15.5.0-develop.7
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:
|
13
|
-
version: '15.5.0-develop.
|
12
|
+
publishDate: 1712837709,
|
13
|
+
version: '15.5.0-develop.7',
|
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
|
};
|
@@ -54,6 +54,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
54
54
|
(keydown.shift.tab)="onShiftTab($event)">
|
55
55
|
<ng-template kendoTextBoxSuffixTemplate>
|
56
56
|
<button
|
57
|
+
type="button"
|
57
58
|
kendoButton
|
58
59
|
[attr.title]="messageFor('searchMatchCaseTitle')"
|
59
60
|
fillMode="flat"
|
@@ -67,6 +68,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
67
68
|
<span>{{currentMatch}}</span> {{messageFor('searchMatchesOf')}} <span>{{matches}}</span>
|
68
69
|
</span>
|
69
70
|
<button
|
71
|
+
type="button"
|
70
72
|
kendoButton
|
71
73
|
[attr.title]="messageFor('searchPreviousMatchTitle')"
|
72
74
|
fillMode="flat"
|
@@ -75,6 +77,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
75
77
|
icon='arrow-up'
|
76
78
|
[svgIcon]="arrowUpIcon"></button>
|
77
79
|
<button
|
80
|
+
type="button"
|
78
81
|
kendoButton
|
79
82
|
[attr.title]="messageFor('searchNextMatchTitle')"
|
80
83
|
fillMode="flat"
|
@@ -83,6 +86,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
83
86
|
icon='arrow-down'
|
84
87
|
[svgIcon]="arrowDownIcon"></button>
|
85
88
|
<button
|
89
|
+
type="button"
|
86
90
|
#closeButton
|
87
91
|
kendoButton
|
88
92
|
[attr.title]="messageFor('searchCloseTitle')"
|
@@ -105,6 +109,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
105
109
|
(keydown.shift.tab)="onShiftTab($event)">
|
106
110
|
<ng-template kendoTextBoxSuffixTemplate>
|
107
111
|
<button
|
112
|
+
type="button"
|
108
113
|
kendoButton
|
109
114
|
[attr.title]="messageFor('searchMatchCaseTitle')"
|
110
115
|
fillMode="flat"
|
@@ -118,6 +123,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
118
123
|
<span>{{currentMatch}}</span> {{messageFor('searchMatchesOf')}} <span>{{matches}}</span>
|
119
124
|
</span>
|
120
125
|
<button
|
126
|
+
type="button"
|
121
127
|
kendoButton
|
122
128
|
[attr.title]="messageFor('searchPreviousMatchTitle')"
|
123
129
|
fillMode="flat"
|
@@ -126,6 +132,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
126
132
|
icon='arrow-up'
|
127
133
|
[svgIcon]="arrowUpIcon"></button>
|
128
134
|
<button
|
135
|
+
type="button"
|
129
136
|
kendoButton
|
130
137
|
[attr.title]="messageFor('searchNextMatchTitle')"
|
131
138
|
fillMode="flat"
|
@@ -134,6 +141,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
134
141
|
icon='arrow-down'
|
135
142
|
[svgIcon]="arrowDownIcon"></button>
|
136
143
|
<button
|
144
|
+
type="button"
|
137
145
|
#closeButton
|
138
146
|
kendoButton
|
139
147
|
[attr.title]="messageFor('searchCloseTitle')"
|
@@ -125,6 +125,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
125
125
|
[attr.aria-controls]="pagesContainerId"
|
126
126
|
[navigable]="false">
|
127
127
|
<button
|
128
|
+
type="button"
|
128
129
|
kendoButton
|
129
130
|
kendoPDFViewerToolbarFocusable
|
130
131
|
icon="zoom-out"
|
@@ -134,6 +135,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
134
135
|
[attr.aria-label]="messageFor('zoomOutTitle')"
|
135
136
|
(click)="zoomOut.emit()"></button>
|
136
137
|
<button
|
138
|
+
type="button"
|
137
139
|
kendoButton
|
138
140
|
kendoPDFViewerToolbarFocusable
|
139
141
|
icon="zoom-in"
|
@@ -171,6 +173,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
171
173
|
[navigable]="false"
|
172
174
|
selection="single">
|
173
175
|
<button
|
176
|
+
type="button"
|
174
177
|
kendoButton
|
175
178
|
kendoPDFViewerToolbarFocusable
|
176
179
|
icon="pointer"
|
@@ -180,6 +183,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
180
183
|
[attr.aria-label]="messageFor('selectionTitle')"
|
181
184
|
(click)="selectionEnabled.emit()"></button>
|
182
185
|
<button
|
186
|
+
type="button"
|
183
187
|
kendoButton
|
184
188
|
kendoPDFViewerToolbarFocusable
|
185
189
|
icon="hand"
|
@@ -192,6 +196,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
192
196
|
</kendo-buttongroup>
|
193
197
|
<button
|
194
198
|
*ngSwitchCase="'search'"
|
199
|
+
type="button"
|
195
200
|
kendoPDFViewerToolbarFocusable
|
196
201
|
kendoButton
|
197
202
|
icon="search"
|
@@ -203,6 +208,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
203
208
|
(click)="search.emit()"></button>
|
204
209
|
<button
|
205
210
|
*ngSwitchCase="'open'"
|
211
|
+
type="button"
|
206
212
|
kendoPDFViewerToolbarFocusable
|
207
213
|
kendoButton
|
208
214
|
icon="folder-open"
|
@@ -214,6 +220,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
214
220
|
</button>
|
215
221
|
<button
|
216
222
|
*ngSwitchCase="'download'"
|
223
|
+
type="button"
|
217
224
|
kendoPDFViewerToolbarFocusable
|
218
225
|
kendoButton
|
219
226
|
icon="download"
|
@@ -224,6 +231,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
224
231
|
(click)="download.emit()"></button>
|
225
232
|
<button
|
226
233
|
*ngSwitchCase="'print'"
|
234
|
+
type="button"
|
227
235
|
kendoPDFViewerToolbarFocusable
|
228
236
|
kendoButton
|
229
237
|
icon="print"
|
@@ -287,6 +295,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
287
295
|
[attr.aria-controls]="pagesContainerId"
|
288
296
|
[navigable]="false">
|
289
297
|
<button
|
298
|
+
type="button"
|
290
299
|
kendoButton
|
291
300
|
kendoPDFViewerToolbarFocusable
|
292
301
|
icon="zoom-out"
|
@@ -296,6 +305,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
296
305
|
[attr.aria-label]="messageFor('zoomOutTitle')"
|
297
306
|
(click)="zoomOut.emit()"></button>
|
298
307
|
<button
|
308
|
+
type="button"
|
299
309
|
kendoButton
|
300
310
|
kendoPDFViewerToolbarFocusable
|
301
311
|
icon="zoom-in"
|
@@ -333,6 +343,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
333
343
|
[navigable]="false"
|
334
344
|
selection="single">
|
335
345
|
<button
|
346
|
+
type="button"
|
336
347
|
kendoButton
|
337
348
|
kendoPDFViewerToolbarFocusable
|
338
349
|
icon="pointer"
|
@@ -342,6 +353,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
342
353
|
[attr.aria-label]="messageFor('selectionTitle')"
|
343
354
|
(click)="selectionEnabled.emit()"></button>
|
344
355
|
<button
|
356
|
+
type="button"
|
345
357
|
kendoButton
|
346
358
|
kendoPDFViewerToolbarFocusable
|
347
359
|
icon="hand"
|
@@ -354,6 +366,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
354
366
|
</kendo-buttongroup>
|
355
367
|
<button
|
356
368
|
*ngSwitchCase="'search'"
|
369
|
+
type="button"
|
357
370
|
kendoPDFViewerToolbarFocusable
|
358
371
|
kendoButton
|
359
372
|
icon="search"
|
@@ -365,6 +378,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
365
378
|
(click)="search.emit()"></button>
|
366
379
|
<button
|
367
380
|
*ngSwitchCase="'open'"
|
381
|
+
type="button"
|
368
382
|
kendoPDFViewerToolbarFocusable
|
369
383
|
kendoButton
|
370
384
|
icon="folder-open"
|
@@ -376,6 +390,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
376
390
|
</button>
|
377
391
|
<button
|
378
392
|
*ngSwitchCase="'download'"
|
393
|
+
type="button"
|
379
394
|
kendoPDFViewerToolbarFocusable
|
380
395
|
kendoButton
|
381
396
|
icon="download"
|
@@ -386,6 +401,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
386
401
|
(click)="download.emit()"></button>
|
387
402
|
<button
|
388
403
|
*ngSwitchCase="'print'"
|
404
|
+
type="button"
|
389
405
|
kendoPDFViewerToolbarFocusable
|
390
406
|
kendoButton
|
391
407
|
icon="print"
|
@@ -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: '15.5.0-develop.
|
38
|
+
publishDate: 1712837709,
|
39
|
+
version: '15.5.0-develop.7',
|
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
|
|
@@ -473,6 +473,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
473
473
|
[attr.aria-controls]="pagesContainerId"
|
474
474
|
[navigable]="false">
|
475
475
|
<button
|
476
|
+
type="button"
|
476
477
|
kendoButton
|
477
478
|
kendoPDFViewerToolbarFocusable
|
478
479
|
icon="zoom-out"
|
@@ -482,6 +483,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
482
483
|
[attr.aria-label]="messageFor('zoomOutTitle')"
|
483
484
|
(click)="zoomOut.emit()"></button>
|
484
485
|
<button
|
486
|
+
type="button"
|
485
487
|
kendoButton
|
486
488
|
kendoPDFViewerToolbarFocusable
|
487
489
|
icon="zoom-in"
|
@@ -519,6 +521,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
519
521
|
[navigable]="false"
|
520
522
|
selection="single">
|
521
523
|
<button
|
524
|
+
type="button"
|
522
525
|
kendoButton
|
523
526
|
kendoPDFViewerToolbarFocusable
|
524
527
|
icon="pointer"
|
@@ -528,6 +531,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
528
531
|
[attr.aria-label]="messageFor('selectionTitle')"
|
529
532
|
(click)="selectionEnabled.emit()"></button>
|
530
533
|
<button
|
534
|
+
type="button"
|
531
535
|
kendoButton
|
532
536
|
kendoPDFViewerToolbarFocusable
|
533
537
|
icon="hand"
|
@@ -540,6 +544,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
540
544
|
</kendo-buttongroup>
|
541
545
|
<button
|
542
546
|
*ngSwitchCase="'search'"
|
547
|
+
type="button"
|
543
548
|
kendoPDFViewerToolbarFocusable
|
544
549
|
kendoButton
|
545
550
|
icon="search"
|
@@ -551,6 +556,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
551
556
|
(click)="search.emit()"></button>
|
552
557
|
<button
|
553
558
|
*ngSwitchCase="'open'"
|
559
|
+
type="button"
|
554
560
|
kendoPDFViewerToolbarFocusable
|
555
561
|
kendoButton
|
556
562
|
icon="folder-open"
|
@@ -562,6 +568,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
562
568
|
</button>
|
563
569
|
<button
|
564
570
|
*ngSwitchCase="'download'"
|
571
|
+
type="button"
|
565
572
|
kendoPDFViewerToolbarFocusable
|
566
573
|
kendoButton
|
567
574
|
icon="download"
|
@@ -572,6 +579,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
572
579
|
(click)="download.emit()"></button>
|
573
580
|
<button
|
574
581
|
*ngSwitchCase="'print'"
|
582
|
+
type="button"
|
575
583
|
kendoPDFViewerToolbarFocusable
|
576
584
|
kendoButton
|
577
585
|
icon="print"
|
@@ -635,6 +643,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
635
643
|
[attr.aria-controls]="pagesContainerId"
|
636
644
|
[navigable]="false">
|
637
645
|
<button
|
646
|
+
type="button"
|
638
647
|
kendoButton
|
639
648
|
kendoPDFViewerToolbarFocusable
|
640
649
|
icon="zoom-out"
|
@@ -644,6 +653,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
644
653
|
[attr.aria-label]="messageFor('zoomOutTitle')"
|
645
654
|
(click)="zoomOut.emit()"></button>
|
646
655
|
<button
|
656
|
+
type="button"
|
647
657
|
kendoButton
|
648
658
|
kendoPDFViewerToolbarFocusable
|
649
659
|
icon="zoom-in"
|
@@ -681,6 +691,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
681
691
|
[navigable]="false"
|
682
692
|
selection="single">
|
683
693
|
<button
|
694
|
+
type="button"
|
684
695
|
kendoButton
|
685
696
|
kendoPDFViewerToolbarFocusable
|
686
697
|
icon="pointer"
|
@@ -690,6 +701,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
690
701
|
[attr.aria-label]="messageFor('selectionTitle')"
|
691
702
|
(click)="selectionEnabled.emit()"></button>
|
692
703
|
<button
|
704
|
+
type="button"
|
693
705
|
kendoButton
|
694
706
|
kendoPDFViewerToolbarFocusable
|
695
707
|
icon="hand"
|
@@ -702,6 +714,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
702
714
|
</kendo-buttongroup>
|
703
715
|
<button
|
704
716
|
*ngSwitchCase="'search'"
|
717
|
+
type="button"
|
705
718
|
kendoPDFViewerToolbarFocusable
|
706
719
|
kendoButton
|
707
720
|
icon="search"
|
@@ -713,6 +726,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
713
726
|
(click)="search.emit()"></button>
|
714
727
|
<button
|
715
728
|
*ngSwitchCase="'open'"
|
729
|
+
type="button"
|
716
730
|
kendoPDFViewerToolbarFocusable
|
717
731
|
kendoButton
|
718
732
|
icon="folder-open"
|
@@ -724,6 +738,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
724
738
|
</button>
|
725
739
|
<button
|
726
740
|
*ngSwitchCase="'download'"
|
741
|
+
type="button"
|
727
742
|
kendoPDFViewerToolbarFocusable
|
728
743
|
kendoButton
|
729
744
|
icon="download"
|
@@ -734,6 +749,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
734
749
|
(click)="download.emit()"></button>
|
735
750
|
<button
|
736
751
|
*ngSwitchCase="'print'"
|
752
|
+
type="button"
|
737
753
|
kendoPDFViewerToolbarFocusable
|
738
754
|
kendoButton
|
739
755
|
icon="print"
|
@@ -857,6 +873,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
857
873
|
(keydown.shift.tab)="onShiftTab($event)">
|
858
874
|
<ng-template kendoTextBoxSuffixTemplate>
|
859
875
|
<button
|
876
|
+
type="button"
|
860
877
|
kendoButton
|
861
878
|
[attr.title]="messageFor('searchMatchCaseTitle')"
|
862
879
|
fillMode="flat"
|
@@ -870,6 +887,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
870
887
|
<span>{{currentMatch}}</span> {{messageFor('searchMatchesOf')}} <span>{{matches}}</span>
|
871
888
|
</span>
|
872
889
|
<button
|
890
|
+
type="button"
|
873
891
|
kendoButton
|
874
892
|
[attr.title]="messageFor('searchPreviousMatchTitle')"
|
875
893
|
fillMode="flat"
|
@@ -878,6 +896,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
878
896
|
icon='arrow-up'
|
879
897
|
[svgIcon]="arrowUpIcon"></button>
|
880
898
|
<button
|
899
|
+
type="button"
|
881
900
|
kendoButton
|
882
901
|
[attr.title]="messageFor('searchNextMatchTitle')"
|
883
902
|
fillMode="flat"
|
@@ -886,6 +905,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
886
905
|
icon='arrow-down'
|
887
906
|
[svgIcon]="arrowDownIcon"></button>
|
888
907
|
<button
|
908
|
+
type="button"
|
889
909
|
#closeButton
|
890
910
|
kendoButton
|
891
911
|
[attr.title]="messageFor('searchCloseTitle')"
|
@@ -908,6 +928,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
908
928
|
(keydown.shift.tab)="onShiftTab($event)">
|
909
929
|
<ng-template kendoTextBoxSuffixTemplate>
|
910
930
|
<button
|
931
|
+
type="button"
|
911
932
|
kendoButton
|
912
933
|
[attr.title]="messageFor('searchMatchCaseTitle')"
|
913
934
|
fillMode="flat"
|
@@ -921,6 +942,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
921
942
|
<span>{{currentMatch}}</span> {{messageFor('searchMatchesOf')}} <span>{{matches}}</span>
|
922
943
|
</span>
|
923
944
|
<button
|
945
|
+
type="button"
|
924
946
|
kendoButton
|
925
947
|
[attr.title]="messageFor('searchPreviousMatchTitle')"
|
926
948
|
fillMode="flat"
|
@@ -929,6 +951,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
929
951
|
icon='arrow-up'
|
930
952
|
[svgIcon]="arrowUpIcon"></button>
|
931
953
|
<button
|
954
|
+
type="button"
|
932
955
|
kendoButton
|
933
956
|
[attr.title]="messageFor('searchNextMatchTitle')"
|
934
957
|
fillMode="flat"
|
@@ -937,6 +960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
937
960
|
icon='arrow-down'
|
938
961
|
[svgIcon]="arrowDownIcon"></button>
|
939
962
|
<button
|
963
|
+
type="button"
|
940
964
|
#closeButton
|
941
965
|
kendoButton
|
942
966
|
[attr.title]="messageFor('searchCloseTitle')"
|
@@ -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: '15.5.0-develop.
|
38
|
+
publishDate: 1712837709,
|
39
|
+
version: '15.5.0-develop.7',
|
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
|
|
@@ -473,6 +473,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
473
473
|
[attr.aria-controls]="pagesContainerId"
|
474
474
|
[navigable]="false">
|
475
475
|
<button
|
476
|
+
type="button"
|
476
477
|
kendoButton
|
477
478
|
kendoPDFViewerToolbarFocusable
|
478
479
|
icon="zoom-out"
|
@@ -482,6 +483,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
482
483
|
[attr.aria-label]="messageFor('zoomOutTitle')"
|
483
484
|
(click)="zoomOut.emit()"></button>
|
484
485
|
<button
|
486
|
+
type="button"
|
485
487
|
kendoButton
|
486
488
|
kendoPDFViewerToolbarFocusable
|
487
489
|
icon="zoom-in"
|
@@ -519,6 +521,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
519
521
|
[navigable]="false"
|
520
522
|
selection="single">
|
521
523
|
<button
|
524
|
+
type="button"
|
522
525
|
kendoButton
|
523
526
|
kendoPDFViewerToolbarFocusable
|
524
527
|
icon="pointer"
|
@@ -528,6 +531,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
528
531
|
[attr.aria-label]="messageFor('selectionTitle')"
|
529
532
|
(click)="selectionEnabled.emit()"></button>
|
530
533
|
<button
|
534
|
+
type="button"
|
531
535
|
kendoButton
|
532
536
|
kendoPDFViewerToolbarFocusable
|
533
537
|
icon="hand"
|
@@ -540,6 +544,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
540
544
|
</kendo-buttongroup>
|
541
545
|
<button
|
542
546
|
*ngSwitchCase="'search'"
|
547
|
+
type="button"
|
543
548
|
kendoPDFViewerToolbarFocusable
|
544
549
|
kendoButton
|
545
550
|
icon="search"
|
@@ -551,6 +556,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
551
556
|
(click)="search.emit()"></button>
|
552
557
|
<button
|
553
558
|
*ngSwitchCase="'open'"
|
559
|
+
type="button"
|
554
560
|
kendoPDFViewerToolbarFocusable
|
555
561
|
kendoButton
|
556
562
|
icon="folder-open"
|
@@ -562,6 +568,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
562
568
|
</button>
|
563
569
|
<button
|
564
570
|
*ngSwitchCase="'download'"
|
571
|
+
type="button"
|
565
572
|
kendoPDFViewerToolbarFocusable
|
566
573
|
kendoButton
|
567
574
|
icon="download"
|
@@ -572,6 +579,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
572
579
|
(click)="download.emit()"></button>
|
573
580
|
<button
|
574
581
|
*ngSwitchCase="'print'"
|
582
|
+
type="button"
|
575
583
|
kendoPDFViewerToolbarFocusable
|
576
584
|
kendoButton
|
577
585
|
icon="print"
|
@@ -635,6 +643,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
635
643
|
[attr.aria-controls]="pagesContainerId"
|
636
644
|
[navigable]="false">
|
637
645
|
<button
|
646
|
+
type="button"
|
638
647
|
kendoButton
|
639
648
|
kendoPDFViewerToolbarFocusable
|
640
649
|
icon="zoom-out"
|
@@ -644,6 +653,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
644
653
|
[attr.aria-label]="messageFor('zoomOutTitle')"
|
645
654
|
(click)="zoomOut.emit()"></button>
|
646
655
|
<button
|
656
|
+
type="button"
|
647
657
|
kendoButton
|
648
658
|
kendoPDFViewerToolbarFocusable
|
649
659
|
icon="zoom-in"
|
@@ -681,6 +691,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
681
691
|
[navigable]="false"
|
682
692
|
selection="single">
|
683
693
|
<button
|
694
|
+
type="button"
|
684
695
|
kendoButton
|
685
696
|
kendoPDFViewerToolbarFocusable
|
686
697
|
icon="pointer"
|
@@ -690,6 +701,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
690
701
|
[attr.aria-label]="messageFor('selectionTitle')"
|
691
702
|
(click)="selectionEnabled.emit()"></button>
|
692
703
|
<button
|
704
|
+
type="button"
|
693
705
|
kendoButton
|
694
706
|
kendoPDFViewerToolbarFocusable
|
695
707
|
icon="hand"
|
@@ -702,6 +714,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
702
714
|
</kendo-buttongroup>
|
703
715
|
<button
|
704
716
|
*ngSwitchCase="'search'"
|
717
|
+
type="button"
|
705
718
|
kendoPDFViewerToolbarFocusable
|
706
719
|
kendoButton
|
707
720
|
icon="search"
|
@@ -713,6 +726,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
713
726
|
(click)="search.emit()"></button>
|
714
727
|
<button
|
715
728
|
*ngSwitchCase="'open'"
|
729
|
+
type="button"
|
716
730
|
kendoPDFViewerToolbarFocusable
|
717
731
|
kendoButton
|
718
732
|
icon="folder-open"
|
@@ -724,6 +738,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
724
738
|
</button>
|
725
739
|
<button
|
726
740
|
*ngSwitchCase="'download'"
|
741
|
+
type="button"
|
727
742
|
kendoPDFViewerToolbarFocusable
|
728
743
|
kendoButton
|
729
744
|
icon="download"
|
@@ -734,6 +749,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
734
749
|
(click)="download.emit()"></button>
|
735
750
|
<button
|
736
751
|
*ngSwitchCase="'print'"
|
752
|
+
type="button"
|
737
753
|
kendoPDFViewerToolbarFocusable
|
738
754
|
kendoButton
|
739
755
|
icon="print"
|
@@ -857,6 +873,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
857
873
|
(keydown.shift.tab)="onShiftTab($event)">
|
858
874
|
<ng-template kendoTextBoxSuffixTemplate>
|
859
875
|
<button
|
876
|
+
type="button"
|
860
877
|
kendoButton
|
861
878
|
[attr.title]="messageFor('searchMatchCaseTitle')"
|
862
879
|
fillMode="flat"
|
@@ -870,6 +887,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
870
887
|
<span>{{currentMatch}}</span> {{messageFor('searchMatchesOf')}} <span>{{matches}}</span>
|
871
888
|
</span>
|
872
889
|
<button
|
890
|
+
type="button"
|
873
891
|
kendoButton
|
874
892
|
[attr.title]="messageFor('searchPreviousMatchTitle')"
|
875
893
|
fillMode="flat"
|
@@ -878,6 +896,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
878
896
|
icon='arrow-up'
|
879
897
|
[svgIcon]="arrowUpIcon"></button>
|
880
898
|
<button
|
899
|
+
type="button"
|
881
900
|
kendoButton
|
882
901
|
[attr.title]="messageFor('searchNextMatchTitle')"
|
883
902
|
fillMode="flat"
|
@@ -886,6 +905,7 @@ PDFViewerSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
886
905
|
icon='arrow-down'
|
887
906
|
[svgIcon]="arrowDownIcon"></button>
|
888
907
|
<button
|
908
|
+
type="button"
|
889
909
|
#closeButton
|
890
910
|
kendoButton
|
891
911
|
[attr.title]="messageFor('searchCloseTitle')"
|
@@ -908,6 +928,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
908
928
|
(keydown.shift.tab)="onShiftTab($event)">
|
909
929
|
<ng-template kendoTextBoxSuffixTemplate>
|
910
930
|
<button
|
931
|
+
type="button"
|
911
932
|
kendoButton
|
912
933
|
[attr.title]="messageFor('searchMatchCaseTitle')"
|
913
934
|
fillMode="flat"
|
@@ -921,6 +942,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
921
942
|
<span>{{currentMatch}}</span> {{messageFor('searchMatchesOf')}} <span>{{matches}}</span>
|
922
943
|
</span>
|
923
944
|
<button
|
945
|
+
type="button"
|
924
946
|
kendoButton
|
925
947
|
[attr.title]="messageFor('searchPreviousMatchTitle')"
|
926
948
|
fillMode="flat"
|
@@ -929,6 +951,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
929
951
|
icon='arrow-up'
|
930
952
|
[svgIcon]="arrowUpIcon"></button>
|
931
953
|
<button
|
954
|
+
type="button"
|
932
955
|
kendoButton
|
933
956
|
[attr.title]="messageFor('searchNextMatchTitle')"
|
934
957
|
fillMode="flat"
|
@@ -937,6 +960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
937
960
|
icon='arrow-down'
|
938
961
|
[svgIcon]="arrowDownIcon"></button>
|
939
962
|
<button
|
963
|
+
type="button"
|
940
964
|
#closeButton
|
941
965
|
kendoButton
|
942
966
|
[attr.title]="messageFor('searchCloseTitle')"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-pdfviewer",
|
3
|
-
"version": "15.5.0-develop.
|
3
|
+
"version": "15.5.0-develop.7",
|
4
4
|
"description": "Kendo UI PDFViewer for Angular",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -23,21 +23,21 @@
|
|
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": "15.5.0-develop.
|
27
|
-
"@progress/kendo-angular-common": "15.5.0-develop.
|
28
|
-
"@progress/kendo-angular-dropdowns": "15.5.0-develop.
|
29
|
-
"@progress/kendo-angular-inputs": "15.5.0-develop.
|
30
|
-
"@progress/kendo-angular-intl": "15.5.0-develop.
|
31
|
-
"@progress/kendo-angular-l10n": "15.5.0-develop.
|
32
|
-
"@progress/kendo-angular-icons": "15.5.0-develop.
|
33
|
-
"@progress/kendo-angular-indicators": "15.5.0-develop.
|
34
|
-
"@progress/kendo-angular-pager": "15.5.0-develop.
|
35
|
-
"@progress/kendo-angular-popup": "15.5.0-develop.
|
26
|
+
"@progress/kendo-angular-buttons": "15.5.0-develop.7",
|
27
|
+
"@progress/kendo-angular-common": "15.5.0-develop.7",
|
28
|
+
"@progress/kendo-angular-dropdowns": "15.5.0-develop.7",
|
29
|
+
"@progress/kendo-angular-inputs": "15.5.0-develop.7",
|
30
|
+
"@progress/kendo-angular-intl": "15.5.0-develop.7",
|
31
|
+
"@progress/kendo-angular-l10n": "15.5.0-develop.7",
|
32
|
+
"@progress/kendo-angular-icons": "15.5.0-develop.7",
|
33
|
+
"@progress/kendo-angular-indicators": "15.5.0-develop.7",
|
34
|
+
"@progress/kendo-angular-pager": "15.5.0-develop.7",
|
35
|
+
"@progress/kendo-angular-popup": "15.5.0-develop.7",
|
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": "15.5.0-develop.
|
40
|
+
"@progress/kendo-angular-schematics": "15.5.0-develop.7",
|
41
41
|
"@progress/kendo-pdfviewer-common": "0.2.8"
|
42
42
|
},
|
43
43
|
"schematics": "./schematics/collection.json",
|