@progress/kendo-angular-pdfviewer 17.0.0-develop.6 → 17.0.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.
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/toolbar/toolbar.component.mjs +40 -3
- package/fesm2015/progress-kendo-angular-pdfviewer.mjs +42 -5
- package/fesm2020/progress-kendo-angular-pdfviewer.mjs +42 -5
- package/package.json +12 -12
- package/schematics/ngAdd/index.js +2 -2
- package/toolbar/toolbar.component.d.ts +1 -1
@@ -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: '17.0.0-develop.
|
12
|
+
publishDate: 1729053160,
|
13
|
+
version: '17.0.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
|
};
|
@@ -25,7 +25,7 @@ export class ToolbarComponent {
|
|
25
25
|
constructor(localization, navigationService) {
|
26
26
|
this.localization = localization;
|
27
27
|
this.navigationService = navigationService;
|
28
|
-
this.
|
28
|
+
this.toolbarClasses = true;
|
29
29
|
this.toolbarSizeClass = true;
|
30
30
|
this.zoomLevel = {
|
31
31
|
text: '125%',
|
@@ -96,7 +96,7 @@ export class ToolbarComponent {
|
|
96
96
|
}
|
97
97
|
}
|
98
98
|
ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToolbarComponent, deps: [{ token: i1.LocalizationService }, { token: i2.ToolbarNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
99
|
-
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarComponent, isStandalone: true, selector: "[kendoPDFViewerToolbar]", inputs: { zoomLevel: "zoomLevel", calculatedComboBoxValue: "calculatedComboBoxValue", skip: "skip", pageSize: "pageSize", total: "total", zoomInDisabled: "zoomInDisabled", zoomOutDisabled: "zoomOutDisabled", disabledTools: "disabledTools", zoomLevelChooserValue: "zoomLevelChooserValue", zoomOptionsData: "zoomOptionsData", pagesContainerId: "pagesContainerId", tools: "tools" }, outputs: { fileSelect: "fileSelect", fileSelectStart: "fileSelectStart", fileSelectError: "fileSelectError", download: "download", selectionEnabled: "selectionEnabled", panningEnabled: "panningEnabled", pageChange: "pageChange", zoomIn: "zoomIn", zoomOut: "zoomOut", zoomLevelChange: "zoomLevelChange", print: "print", search: "search" }, host: { properties: { "class.k-toolbar": "this.
|
99
|
+
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarComponent, isStandalone: true, selector: "[kendoPDFViewerToolbar]", inputs: { zoomLevel: "zoomLevel", calculatedComboBoxValue: "calculatedComboBoxValue", skip: "skip", pageSize: "pageSize", total: "total", zoomInDisabled: "zoomInDisabled", zoomOutDisabled: "zoomOutDisabled", disabledTools: "disabledTools", zoomLevelChooserValue: "zoomLevelChooserValue", zoomOptionsData: "zoomOptionsData", pagesContainerId: "pagesContainerId", tools: "tools" }, outputs: { fileSelect: "fileSelect", fileSelectStart: "fileSelectStart", fileSelectError: "fileSelectError", download: "download", selectionEnabled: "selectionEnabled", panningEnabled: "panningEnabled", pageChange: "pageChange", zoomIn: "zoomIn", zoomOut: "zoomOut", zoomLevelChange: "zoomLevelChange", print: "print", search: "search" }, host: { properties: { "class.k-toolbar": "this.toolbarClasses", "class.k-toolbar-flat": "this.toolbarClasses", "class.k-toolbar-md": "this.toolbarSizeClass" } }, providers: [ToolbarNavigationService], viewQueries: [{ propertyName: "fileSelectEl", first: true, predicate: ["fileSelectEl"], descendants: true }], ngImport: i0, template: `
|
100
100
|
<ng-container *ngFor="let tool of tools">
|
101
101
|
<ng-container [ngSwitch]="tool">
|
102
102
|
<kendo-toolbar-input-wrapper
|
@@ -133,10 +133,12 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
133
133
|
<kendo-buttongroup
|
134
134
|
*ngSwitchCase="'zoomInOut'"
|
135
135
|
[attr.aria-controls]="pagesContainerId"
|
136
|
+
class="k-button-group-flat k-toolbar-button-group"
|
136
137
|
[navigable]="false">
|
137
138
|
<button
|
138
139
|
type="button"
|
139
140
|
kendoButton
|
141
|
+
fillMode="flat"
|
140
142
|
kendoPDFViewerToolbarFocusable
|
141
143
|
icon="zoom-out"
|
142
144
|
[disabled]="disabledTools || zoomOutDisabled"
|
@@ -147,6 +149,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
147
149
|
<button
|
148
150
|
type="button"
|
149
151
|
kendoButton
|
152
|
+
fillMode="flat"
|
150
153
|
kendoPDFViewerToolbarFocusable
|
151
154
|
icon="zoom-in"
|
152
155
|
[disabled]="disabledTools || zoomInDisabled"
|
@@ -162,6 +165,8 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
162
165
|
<kendo-combobox
|
163
166
|
#combobox
|
164
167
|
kendoPDFViewerComboBox
|
168
|
+
class="k-toolbar-combobox"
|
169
|
+
fillMode="flat"
|
165
170
|
[attr.aria-controls]="pagesContainerId"
|
166
171
|
[tabindex]="-1"
|
167
172
|
[data]="zoomOptionsData"
|
@@ -183,11 +188,13 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
183
188
|
*ngSwitchCase="'selection'"
|
184
189
|
[attr.aria-controls]="pagesContainerId"
|
185
190
|
[navigable]="false"
|
191
|
+
class="k-button-group-flat k-toolbar-button-group"
|
186
192
|
selection="single">
|
187
193
|
<button
|
188
194
|
type="button"
|
189
195
|
kendoButton
|
190
196
|
kendoPDFViewerToolbarFocusable
|
197
|
+
fillMode="flat"
|
191
198
|
icon="pointer"
|
192
199
|
[toggleable]="true"
|
193
200
|
[svgIcon]="pointerIcon"
|
@@ -198,6 +205,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
198
205
|
type="button"
|
199
206
|
kendoButton
|
200
207
|
kendoPDFViewerToolbarFocusable
|
208
|
+
fillMode="flat"
|
201
209
|
icon="hand"
|
202
210
|
[svgIcon]="handIcon"
|
203
211
|
[toggleable]="true"
|
@@ -211,6 +219,8 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
211
219
|
type="button"
|
212
220
|
kendoPDFViewerToolbarFocusable
|
213
221
|
kendoButton
|
222
|
+
class="k-toolbar-button"
|
223
|
+
fillMode="flat"
|
214
224
|
icon="search"
|
215
225
|
[disabled]="disabledTools"
|
216
226
|
[attr.title]="messageFor('searchTitle')"
|
@@ -221,8 +231,11 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
221
231
|
<button
|
222
232
|
*ngSwitchCase="'open'"
|
223
233
|
type="button"
|
234
|
+
fillMode="flat"
|
224
235
|
kendoPDFViewerToolbarFocusable
|
225
236
|
kendoButton
|
237
|
+
class="k-toolbar-button"
|
238
|
+
fillMode="flat"
|
226
239
|
icon="folder-open"
|
227
240
|
[svgIcon]="folderOpenIcon"
|
228
241
|
[attr.title]="messageFor('openTitle')"
|
@@ -233,8 +246,10 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
233
246
|
<button
|
234
247
|
*ngSwitchCase="'download'"
|
235
248
|
type="button"
|
249
|
+
fillMode="flat"
|
236
250
|
kendoPDFViewerToolbarFocusable
|
237
251
|
kendoButton
|
252
|
+
class="k-toolbar-button"
|
238
253
|
icon="download"
|
239
254
|
[svgIcon]="downloadIcon"
|
240
255
|
[disabled]="disabledTools"
|
@@ -244,8 +259,10 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
244
259
|
<button
|
245
260
|
*ngSwitchCase="'print'"
|
246
261
|
type="button"
|
262
|
+
fillMode="flat"
|
247
263
|
kendoPDFViewerToolbarFocusable
|
248
264
|
kendoButton
|
265
|
+
class="k-toolbar-button"
|
249
266
|
icon="print"
|
250
267
|
[svgIcon]="printIcon"
|
251
268
|
[disabled]="disabledTools"
|
@@ -305,10 +322,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
305
322
|
<kendo-buttongroup
|
306
323
|
*ngSwitchCase="'zoomInOut'"
|
307
324
|
[attr.aria-controls]="pagesContainerId"
|
325
|
+
class="k-button-group-flat k-toolbar-button-group"
|
308
326
|
[navigable]="false">
|
309
327
|
<button
|
310
328
|
type="button"
|
311
329
|
kendoButton
|
330
|
+
fillMode="flat"
|
312
331
|
kendoPDFViewerToolbarFocusable
|
313
332
|
icon="zoom-out"
|
314
333
|
[disabled]="disabledTools || zoomOutDisabled"
|
@@ -319,6 +338,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
319
338
|
<button
|
320
339
|
type="button"
|
321
340
|
kendoButton
|
341
|
+
fillMode="flat"
|
322
342
|
kendoPDFViewerToolbarFocusable
|
323
343
|
icon="zoom-in"
|
324
344
|
[disabled]="disabledTools || zoomInDisabled"
|
@@ -334,6 +354,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
334
354
|
<kendo-combobox
|
335
355
|
#combobox
|
336
356
|
kendoPDFViewerComboBox
|
357
|
+
class="k-toolbar-combobox"
|
358
|
+
fillMode="flat"
|
337
359
|
[attr.aria-controls]="pagesContainerId"
|
338
360
|
[tabindex]="-1"
|
339
361
|
[data]="zoomOptionsData"
|
@@ -355,11 +377,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
355
377
|
*ngSwitchCase="'selection'"
|
356
378
|
[attr.aria-controls]="pagesContainerId"
|
357
379
|
[navigable]="false"
|
380
|
+
class="k-button-group-flat k-toolbar-button-group"
|
358
381
|
selection="single">
|
359
382
|
<button
|
360
383
|
type="button"
|
361
384
|
kendoButton
|
362
385
|
kendoPDFViewerToolbarFocusable
|
386
|
+
fillMode="flat"
|
363
387
|
icon="pointer"
|
364
388
|
[toggleable]="true"
|
365
389
|
[svgIcon]="pointerIcon"
|
@@ -370,6 +394,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
370
394
|
type="button"
|
371
395
|
kendoButton
|
372
396
|
kendoPDFViewerToolbarFocusable
|
397
|
+
fillMode="flat"
|
373
398
|
icon="hand"
|
374
399
|
[svgIcon]="handIcon"
|
375
400
|
[toggleable]="true"
|
@@ -383,6 +408,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
383
408
|
type="button"
|
384
409
|
kendoPDFViewerToolbarFocusable
|
385
410
|
kendoButton
|
411
|
+
class="k-toolbar-button"
|
412
|
+
fillMode="flat"
|
386
413
|
icon="search"
|
387
414
|
[disabled]="disabledTools"
|
388
415
|
[attr.title]="messageFor('searchTitle')"
|
@@ -393,8 +420,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
393
420
|
<button
|
394
421
|
*ngSwitchCase="'open'"
|
395
422
|
type="button"
|
423
|
+
fillMode="flat"
|
396
424
|
kendoPDFViewerToolbarFocusable
|
397
425
|
kendoButton
|
426
|
+
class="k-toolbar-button"
|
427
|
+
fillMode="flat"
|
398
428
|
icon="folder-open"
|
399
429
|
[svgIcon]="folderOpenIcon"
|
400
430
|
[attr.title]="messageFor('openTitle')"
|
@@ -405,8 +435,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
405
435
|
<button
|
406
436
|
*ngSwitchCase="'download'"
|
407
437
|
type="button"
|
438
|
+
fillMode="flat"
|
408
439
|
kendoPDFViewerToolbarFocusable
|
409
440
|
kendoButton
|
441
|
+
class="k-toolbar-button"
|
410
442
|
icon="download"
|
411
443
|
[svgIcon]="downloadIcon"
|
412
444
|
[disabled]="disabledTools"
|
@@ -416,8 +448,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
416
448
|
<button
|
417
449
|
*ngSwitchCase="'print'"
|
418
450
|
type="button"
|
451
|
+
fillMode="flat"
|
419
452
|
kendoPDFViewerToolbarFocusable
|
420
453
|
kendoButton
|
454
|
+
class="k-toolbar-button"
|
421
455
|
icon="print"
|
422
456
|
[svgIcon]="printIcon"
|
423
457
|
[disabled]="disabledTools"
|
@@ -438,9 +472,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
438
472
|
standalone: true,
|
439
473
|
imports: [NgFor, NgSwitch, NgSwitchCase, ToolbarInputWrapperComponent, ToolbarFocusableDirective, PagerComponent, CustomMessagesComponent, ButtonGroupComponent, ButtonComponent, ComboBoxComponent, ToolbarComboBoxDirective, ItemTemplateDirective, NgIf]
|
440
474
|
}]
|
441
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i2.ToolbarNavigationService }]; }, propDecorators: {
|
475
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i2.ToolbarNavigationService }]; }, propDecorators: { toolbarClasses: [{
|
442
476
|
type: HostBinding,
|
443
477
|
args: ['class.k-toolbar']
|
478
|
+
}, {
|
479
|
+
type: HostBinding,
|
480
|
+
args: ['class.k-toolbar-flat']
|
444
481
|
}], toolbarSizeClass: [{
|
445
482
|
type: HostBinding,
|
446
483
|
args: ['class.k-toolbar-md']
|
@@ -126,8 +126,8 @@ const packageMetadata = {
|
|
126
126
|
name: '@progress/kendo-angular-pdfviewer',
|
127
127
|
productName: 'Kendo UI for Angular',
|
128
128
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
129
|
-
publishDate:
|
130
|
-
version: '17.0.0-develop.
|
129
|
+
publishDate: 1729053160,
|
130
|
+
version: '17.0.0-develop.7',
|
131
131
|
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',
|
132
132
|
};
|
133
133
|
|
@@ -429,7 +429,7 @@ class ToolbarComponent {
|
|
429
429
|
constructor(localization, navigationService) {
|
430
430
|
this.localization = localization;
|
431
431
|
this.navigationService = navigationService;
|
432
|
-
this.
|
432
|
+
this.toolbarClasses = true;
|
433
433
|
this.toolbarSizeClass = true;
|
434
434
|
this.zoomLevel = {
|
435
435
|
text: '125%',
|
@@ -500,7 +500,7 @@ class ToolbarComponent {
|
|
500
500
|
}
|
501
501
|
}
|
502
502
|
ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToolbarComponent, deps: [{ token: i1.LocalizationService }, { token: ToolbarNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
503
|
-
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarComponent, isStandalone: true, selector: "[kendoPDFViewerToolbar]", inputs: { zoomLevel: "zoomLevel", calculatedComboBoxValue: "calculatedComboBoxValue", skip: "skip", pageSize: "pageSize", total: "total", zoomInDisabled: "zoomInDisabled", zoomOutDisabled: "zoomOutDisabled", disabledTools: "disabledTools", zoomLevelChooserValue: "zoomLevelChooserValue", zoomOptionsData: "zoomOptionsData", pagesContainerId: "pagesContainerId", tools: "tools" }, outputs: { fileSelect: "fileSelect", fileSelectStart: "fileSelectStart", fileSelectError: "fileSelectError", download: "download", selectionEnabled: "selectionEnabled", panningEnabled: "panningEnabled", pageChange: "pageChange", zoomIn: "zoomIn", zoomOut: "zoomOut", zoomLevelChange: "zoomLevelChange", print: "print", search: "search" }, host: { properties: { "class.k-toolbar": "this.
|
503
|
+
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarComponent, isStandalone: true, selector: "[kendoPDFViewerToolbar]", inputs: { zoomLevel: "zoomLevel", calculatedComboBoxValue: "calculatedComboBoxValue", skip: "skip", pageSize: "pageSize", total: "total", zoomInDisabled: "zoomInDisabled", zoomOutDisabled: "zoomOutDisabled", disabledTools: "disabledTools", zoomLevelChooserValue: "zoomLevelChooserValue", zoomOptionsData: "zoomOptionsData", pagesContainerId: "pagesContainerId", tools: "tools" }, outputs: { fileSelect: "fileSelect", fileSelectStart: "fileSelectStart", fileSelectError: "fileSelectError", download: "download", selectionEnabled: "selectionEnabled", panningEnabled: "panningEnabled", pageChange: "pageChange", zoomIn: "zoomIn", zoomOut: "zoomOut", zoomLevelChange: "zoomLevelChange", print: "print", search: "search" }, host: { properties: { "class.k-toolbar": "this.toolbarClasses", "class.k-toolbar-flat": "this.toolbarClasses", "class.k-toolbar-md": "this.toolbarSizeClass" } }, providers: [ToolbarNavigationService], viewQueries: [{ propertyName: "fileSelectEl", first: true, predicate: ["fileSelectEl"], descendants: true }], ngImport: i0, template: `
|
504
504
|
<ng-container *ngFor="let tool of tools">
|
505
505
|
<ng-container [ngSwitch]="tool">
|
506
506
|
<kendo-toolbar-input-wrapper
|
@@ -537,10 +537,12 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
537
537
|
<kendo-buttongroup
|
538
538
|
*ngSwitchCase="'zoomInOut'"
|
539
539
|
[attr.aria-controls]="pagesContainerId"
|
540
|
+
class="k-button-group-flat k-toolbar-button-group"
|
540
541
|
[navigable]="false">
|
541
542
|
<button
|
542
543
|
type="button"
|
543
544
|
kendoButton
|
545
|
+
fillMode="flat"
|
544
546
|
kendoPDFViewerToolbarFocusable
|
545
547
|
icon="zoom-out"
|
546
548
|
[disabled]="disabledTools || zoomOutDisabled"
|
@@ -551,6 +553,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
551
553
|
<button
|
552
554
|
type="button"
|
553
555
|
kendoButton
|
556
|
+
fillMode="flat"
|
554
557
|
kendoPDFViewerToolbarFocusable
|
555
558
|
icon="zoom-in"
|
556
559
|
[disabled]="disabledTools || zoomInDisabled"
|
@@ -566,6 +569,8 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
566
569
|
<kendo-combobox
|
567
570
|
#combobox
|
568
571
|
kendoPDFViewerComboBox
|
572
|
+
class="k-toolbar-combobox"
|
573
|
+
fillMode="flat"
|
569
574
|
[attr.aria-controls]="pagesContainerId"
|
570
575
|
[tabindex]="-1"
|
571
576
|
[data]="zoomOptionsData"
|
@@ -587,11 +592,13 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
587
592
|
*ngSwitchCase="'selection'"
|
588
593
|
[attr.aria-controls]="pagesContainerId"
|
589
594
|
[navigable]="false"
|
595
|
+
class="k-button-group-flat k-toolbar-button-group"
|
590
596
|
selection="single">
|
591
597
|
<button
|
592
598
|
type="button"
|
593
599
|
kendoButton
|
594
600
|
kendoPDFViewerToolbarFocusable
|
601
|
+
fillMode="flat"
|
595
602
|
icon="pointer"
|
596
603
|
[toggleable]="true"
|
597
604
|
[svgIcon]="pointerIcon"
|
@@ -602,6 +609,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
602
609
|
type="button"
|
603
610
|
kendoButton
|
604
611
|
kendoPDFViewerToolbarFocusable
|
612
|
+
fillMode="flat"
|
605
613
|
icon="hand"
|
606
614
|
[svgIcon]="handIcon"
|
607
615
|
[toggleable]="true"
|
@@ -615,6 +623,8 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
615
623
|
type="button"
|
616
624
|
kendoPDFViewerToolbarFocusable
|
617
625
|
kendoButton
|
626
|
+
class="k-toolbar-button"
|
627
|
+
fillMode="flat"
|
618
628
|
icon="search"
|
619
629
|
[disabled]="disabledTools"
|
620
630
|
[attr.title]="messageFor('searchTitle')"
|
@@ -625,8 +635,11 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
625
635
|
<button
|
626
636
|
*ngSwitchCase="'open'"
|
627
637
|
type="button"
|
638
|
+
fillMode="flat"
|
628
639
|
kendoPDFViewerToolbarFocusable
|
629
640
|
kendoButton
|
641
|
+
class="k-toolbar-button"
|
642
|
+
fillMode="flat"
|
630
643
|
icon="folder-open"
|
631
644
|
[svgIcon]="folderOpenIcon"
|
632
645
|
[attr.title]="messageFor('openTitle')"
|
@@ -637,8 +650,10 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
637
650
|
<button
|
638
651
|
*ngSwitchCase="'download'"
|
639
652
|
type="button"
|
653
|
+
fillMode="flat"
|
640
654
|
kendoPDFViewerToolbarFocusable
|
641
655
|
kendoButton
|
656
|
+
class="k-toolbar-button"
|
642
657
|
icon="download"
|
643
658
|
[svgIcon]="downloadIcon"
|
644
659
|
[disabled]="disabledTools"
|
@@ -648,8 +663,10 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
648
663
|
<button
|
649
664
|
*ngSwitchCase="'print'"
|
650
665
|
type="button"
|
666
|
+
fillMode="flat"
|
651
667
|
kendoPDFViewerToolbarFocusable
|
652
668
|
kendoButton
|
669
|
+
class="k-toolbar-button"
|
653
670
|
icon="print"
|
654
671
|
[svgIcon]="printIcon"
|
655
672
|
[disabled]="disabledTools"
|
@@ -709,10 +726,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
709
726
|
<kendo-buttongroup
|
710
727
|
*ngSwitchCase="'zoomInOut'"
|
711
728
|
[attr.aria-controls]="pagesContainerId"
|
729
|
+
class="k-button-group-flat k-toolbar-button-group"
|
712
730
|
[navigable]="false">
|
713
731
|
<button
|
714
732
|
type="button"
|
715
733
|
kendoButton
|
734
|
+
fillMode="flat"
|
716
735
|
kendoPDFViewerToolbarFocusable
|
717
736
|
icon="zoom-out"
|
718
737
|
[disabled]="disabledTools || zoomOutDisabled"
|
@@ -723,6 +742,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
723
742
|
<button
|
724
743
|
type="button"
|
725
744
|
kendoButton
|
745
|
+
fillMode="flat"
|
726
746
|
kendoPDFViewerToolbarFocusable
|
727
747
|
icon="zoom-in"
|
728
748
|
[disabled]="disabledTools || zoomInDisabled"
|
@@ -738,6 +758,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
738
758
|
<kendo-combobox
|
739
759
|
#combobox
|
740
760
|
kendoPDFViewerComboBox
|
761
|
+
class="k-toolbar-combobox"
|
762
|
+
fillMode="flat"
|
741
763
|
[attr.aria-controls]="pagesContainerId"
|
742
764
|
[tabindex]="-1"
|
743
765
|
[data]="zoomOptionsData"
|
@@ -759,11 +781,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
759
781
|
*ngSwitchCase="'selection'"
|
760
782
|
[attr.aria-controls]="pagesContainerId"
|
761
783
|
[navigable]="false"
|
784
|
+
class="k-button-group-flat k-toolbar-button-group"
|
762
785
|
selection="single">
|
763
786
|
<button
|
764
787
|
type="button"
|
765
788
|
kendoButton
|
766
789
|
kendoPDFViewerToolbarFocusable
|
790
|
+
fillMode="flat"
|
767
791
|
icon="pointer"
|
768
792
|
[toggleable]="true"
|
769
793
|
[svgIcon]="pointerIcon"
|
@@ -774,6 +798,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
774
798
|
type="button"
|
775
799
|
kendoButton
|
776
800
|
kendoPDFViewerToolbarFocusable
|
801
|
+
fillMode="flat"
|
777
802
|
icon="hand"
|
778
803
|
[svgIcon]="handIcon"
|
779
804
|
[toggleable]="true"
|
@@ -787,6 +812,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
787
812
|
type="button"
|
788
813
|
kendoPDFViewerToolbarFocusable
|
789
814
|
kendoButton
|
815
|
+
class="k-toolbar-button"
|
816
|
+
fillMode="flat"
|
790
817
|
icon="search"
|
791
818
|
[disabled]="disabledTools"
|
792
819
|
[attr.title]="messageFor('searchTitle')"
|
@@ -797,8 +824,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
797
824
|
<button
|
798
825
|
*ngSwitchCase="'open'"
|
799
826
|
type="button"
|
827
|
+
fillMode="flat"
|
800
828
|
kendoPDFViewerToolbarFocusable
|
801
829
|
kendoButton
|
830
|
+
class="k-toolbar-button"
|
831
|
+
fillMode="flat"
|
802
832
|
icon="folder-open"
|
803
833
|
[svgIcon]="folderOpenIcon"
|
804
834
|
[attr.title]="messageFor('openTitle')"
|
@@ -809,8 +839,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
809
839
|
<button
|
810
840
|
*ngSwitchCase="'download'"
|
811
841
|
type="button"
|
842
|
+
fillMode="flat"
|
812
843
|
kendoPDFViewerToolbarFocusable
|
813
844
|
kendoButton
|
845
|
+
class="k-toolbar-button"
|
814
846
|
icon="download"
|
815
847
|
[svgIcon]="downloadIcon"
|
816
848
|
[disabled]="disabledTools"
|
@@ -820,8 +852,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
820
852
|
<button
|
821
853
|
*ngSwitchCase="'print'"
|
822
854
|
type="button"
|
855
|
+
fillMode="flat"
|
823
856
|
kendoPDFViewerToolbarFocusable
|
824
857
|
kendoButton
|
858
|
+
class="k-toolbar-button"
|
825
859
|
icon="print"
|
826
860
|
[svgIcon]="printIcon"
|
827
861
|
[disabled]="disabledTools"
|
@@ -842,9 +876,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
842
876
|
standalone: true,
|
843
877
|
imports: [NgFor, NgSwitch, NgSwitchCase, ToolbarInputWrapperComponent, ToolbarFocusableDirective, PagerComponent, CustomMessagesComponent, ButtonGroupComponent, ButtonComponent, ComboBoxComponent, ToolbarComboBoxDirective, ItemTemplateDirective, NgIf]
|
844
878
|
}]
|
845
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: ToolbarNavigationService }]; }, propDecorators: {
|
879
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: ToolbarNavigationService }]; }, propDecorators: { toolbarClasses: [{
|
846
880
|
type: HostBinding,
|
847
881
|
args: ['class.k-toolbar']
|
882
|
+
}, {
|
883
|
+
type: HostBinding,
|
884
|
+
args: ['class.k-toolbar-flat']
|
848
885
|
}], toolbarSizeClass: [{
|
849
886
|
type: HostBinding,
|
850
887
|
args: ['class.k-toolbar-md']
|
@@ -126,8 +126,8 @@ const packageMetadata = {
|
|
126
126
|
name: '@progress/kendo-angular-pdfviewer',
|
127
127
|
productName: 'Kendo UI for Angular',
|
128
128
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
129
|
-
publishDate:
|
130
|
-
version: '17.0.0-develop.
|
129
|
+
publishDate: 1729053160,
|
130
|
+
version: '17.0.0-develop.7',
|
131
131
|
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',
|
132
132
|
};
|
133
133
|
|
@@ -429,7 +429,7 @@ class ToolbarComponent {
|
|
429
429
|
constructor(localization, navigationService) {
|
430
430
|
this.localization = localization;
|
431
431
|
this.navigationService = navigationService;
|
432
|
-
this.
|
432
|
+
this.toolbarClasses = true;
|
433
433
|
this.toolbarSizeClass = true;
|
434
434
|
this.zoomLevel = {
|
435
435
|
text: '125%',
|
@@ -500,7 +500,7 @@ class ToolbarComponent {
|
|
500
500
|
}
|
501
501
|
}
|
502
502
|
ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToolbarComponent, deps: [{ token: i1.LocalizationService }, { token: ToolbarNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
503
|
-
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarComponent, isStandalone: true, selector: "[kendoPDFViewerToolbar]", inputs: { zoomLevel: "zoomLevel", calculatedComboBoxValue: "calculatedComboBoxValue", skip: "skip", pageSize: "pageSize", total: "total", zoomInDisabled: "zoomInDisabled", zoomOutDisabled: "zoomOutDisabled", disabledTools: "disabledTools", zoomLevelChooserValue: "zoomLevelChooserValue", zoomOptionsData: "zoomOptionsData", pagesContainerId: "pagesContainerId", tools: "tools" }, outputs: { fileSelect: "fileSelect", fileSelectStart: "fileSelectStart", fileSelectError: "fileSelectError", download: "download", selectionEnabled: "selectionEnabled", panningEnabled: "panningEnabled", pageChange: "pageChange", zoomIn: "zoomIn", zoomOut: "zoomOut", zoomLevelChange: "zoomLevelChange", print: "print", search: "search" }, host: { properties: { "class.k-toolbar": "this.
|
503
|
+
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarComponent, isStandalone: true, selector: "[kendoPDFViewerToolbar]", inputs: { zoomLevel: "zoomLevel", calculatedComboBoxValue: "calculatedComboBoxValue", skip: "skip", pageSize: "pageSize", total: "total", zoomInDisabled: "zoomInDisabled", zoomOutDisabled: "zoomOutDisabled", disabledTools: "disabledTools", zoomLevelChooserValue: "zoomLevelChooserValue", zoomOptionsData: "zoomOptionsData", pagesContainerId: "pagesContainerId", tools: "tools" }, outputs: { fileSelect: "fileSelect", fileSelectStart: "fileSelectStart", fileSelectError: "fileSelectError", download: "download", selectionEnabled: "selectionEnabled", panningEnabled: "panningEnabled", pageChange: "pageChange", zoomIn: "zoomIn", zoomOut: "zoomOut", zoomLevelChange: "zoomLevelChange", print: "print", search: "search" }, host: { properties: { "class.k-toolbar": "this.toolbarClasses", "class.k-toolbar-flat": "this.toolbarClasses", "class.k-toolbar-md": "this.toolbarSizeClass" } }, providers: [ToolbarNavigationService], viewQueries: [{ propertyName: "fileSelectEl", first: true, predicate: ["fileSelectEl"], descendants: true }], ngImport: i0, template: `
|
504
504
|
<ng-container *ngFor="let tool of tools">
|
505
505
|
<ng-container [ngSwitch]="tool">
|
506
506
|
<kendo-toolbar-input-wrapper
|
@@ -537,10 +537,12 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
537
537
|
<kendo-buttongroup
|
538
538
|
*ngSwitchCase="'zoomInOut'"
|
539
539
|
[attr.aria-controls]="pagesContainerId"
|
540
|
+
class="k-button-group-flat k-toolbar-button-group"
|
540
541
|
[navigable]="false">
|
541
542
|
<button
|
542
543
|
type="button"
|
543
544
|
kendoButton
|
545
|
+
fillMode="flat"
|
544
546
|
kendoPDFViewerToolbarFocusable
|
545
547
|
icon="zoom-out"
|
546
548
|
[disabled]="disabledTools || zoomOutDisabled"
|
@@ -551,6 +553,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
551
553
|
<button
|
552
554
|
type="button"
|
553
555
|
kendoButton
|
556
|
+
fillMode="flat"
|
554
557
|
kendoPDFViewerToolbarFocusable
|
555
558
|
icon="zoom-in"
|
556
559
|
[disabled]="disabledTools || zoomInDisabled"
|
@@ -566,6 +569,8 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
566
569
|
<kendo-combobox
|
567
570
|
#combobox
|
568
571
|
kendoPDFViewerComboBox
|
572
|
+
class="k-toolbar-combobox"
|
573
|
+
fillMode="flat"
|
569
574
|
[attr.aria-controls]="pagesContainerId"
|
570
575
|
[tabindex]="-1"
|
571
576
|
[data]="zoomOptionsData"
|
@@ -587,11 +592,13 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
587
592
|
*ngSwitchCase="'selection'"
|
588
593
|
[attr.aria-controls]="pagesContainerId"
|
589
594
|
[navigable]="false"
|
595
|
+
class="k-button-group-flat k-toolbar-button-group"
|
590
596
|
selection="single">
|
591
597
|
<button
|
592
598
|
type="button"
|
593
599
|
kendoButton
|
594
600
|
kendoPDFViewerToolbarFocusable
|
601
|
+
fillMode="flat"
|
595
602
|
icon="pointer"
|
596
603
|
[toggleable]="true"
|
597
604
|
[svgIcon]="pointerIcon"
|
@@ -602,6 +609,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
602
609
|
type="button"
|
603
610
|
kendoButton
|
604
611
|
kendoPDFViewerToolbarFocusable
|
612
|
+
fillMode="flat"
|
605
613
|
icon="hand"
|
606
614
|
[svgIcon]="handIcon"
|
607
615
|
[toggleable]="true"
|
@@ -615,6 +623,8 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
615
623
|
type="button"
|
616
624
|
kendoPDFViewerToolbarFocusable
|
617
625
|
kendoButton
|
626
|
+
class="k-toolbar-button"
|
627
|
+
fillMode="flat"
|
618
628
|
icon="search"
|
619
629
|
[disabled]="disabledTools"
|
620
630
|
[attr.title]="messageFor('searchTitle')"
|
@@ -625,8 +635,11 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
625
635
|
<button
|
626
636
|
*ngSwitchCase="'open'"
|
627
637
|
type="button"
|
638
|
+
fillMode="flat"
|
628
639
|
kendoPDFViewerToolbarFocusable
|
629
640
|
kendoButton
|
641
|
+
class="k-toolbar-button"
|
642
|
+
fillMode="flat"
|
630
643
|
icon="folder-open"
|
631
644
|
[svgIcon]="folderOpenIcon"
|
632
645
|
[attr.title]="messageFor('openTitle')"
|
@@ -637,8 +650,10 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
637
650
|
<button
|
638
651
|
*ngSwitchCase="'download'"
|
639
652
|
type="button"
|
653
|
+
fillMode="flat"
|
640
654
|
kendoPDFViewerToolbarFocusable
|
641
655
|
kendoButton
|
656
|
+
class="k-toolbar-button"
|
642
657
|
icon="download"
|
643
658
|
[svgIcon]="downloadIcon"
|
644
659
|
[disabled]="disabledTools"
|
@@ -648,8 +663,10 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
648
663
|
<button
|
649
664
|
*ngSwitchCase="'print'"
|
650
665
|
type="button"
|
666
|
+
fillMode="flat"
|
651
667
|
kendoPDFViewerToolbarFocusable
|
652
668
|
kendoButton
|
669
|
+
class="k-toolbar-button"
|
653
670
|
icon="print"
|
654
671
|
[svgIcon]="printIcon"
|
655
672
|
[disabled]="disabledTools"
|
@@ -709,10 +726,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
709
726
|
<kendo-buttongroup
|
710
727
|
*ngSwitchCase="'zoomInOut'"
|
711
728
|
[attr.aria-controls]="pagesContainerId"
|
729
|
+
class="k-button-group-flat k-toolbar-button-group"
|
712
730
|
[navigable]="false">
|
713
731
|
<button
|
714
732
|
type="button"
|
715
733
|
kendoButton
|
734
|
+
fillMode="flat"
|
716
735
|
kendoPDFViewerToolbarFocusable
|
717
736
|
icon="zoom-out"
|
718
737
|
[disabled]="disabledTools || zoomOutDisabled"
|
@@ -723,6 +742,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
723
742
|
<button
|
724
743
|
type="button"
|
725
744
|
kendoButton
|
745
|
+
fillMode="flat"
|
726
746
|
kendoPDFViewerToolbarFocusable
|
727
747
|
icon="zoom-in"
|
728
748
|
[disabled]="disabledTools || zoomInDisabled"
|
@@ -738,6 +758,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
738
758
|
<kendo-combobox
|
739
759
|
#combobox
|
740
760
|
kendoPDFViewerComboBox
|
761
|
+
class="k-toolbar-combobox"
|
762
|
+
fillMode="flat"
|
741
763
|
[attr.aria-controls]="pagesContainerId"
|
742
764
|
[tabindex]="-1"
|
743
765
|
[data]="zoomOptionsData"
|
@@ -759,11 +781,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
759
781
|
*ngSwitchCase="'selection'"
|
760
782
|
[attr.aria-controls]="pagesContainerId"
|
761
783
|
[navigable]="false"
|
784
|
+
class="k-button-group-flat k-toolbar-button-group"
|
762
785
|
selection="single">
|
763
786
|
<button
|
764
787
|
type="button"
|
765
788
|
kendoButton
|
766
789
|
kendoPDFViewerToolbarFocusable
|
790
|
+
fillMode="flat"
|
767
791
|
icon="pointer"
|
768
792
|
[toggleable]="true"
|
769
793
|
[svgIcon]="pointerIcon"
|
@@ -774,6 +798,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
774
798
|
type="button"
|
775
799
|
kendoButton
|
776
800
|
kendoPDFViewerToolbarFocusable
|
801
|
+
fillMode="flat"
|
777
802
|
icon="hand"
|
778
803
|
[svgIcon]="handIcon"
|
779
804
|
[toggleable]="true"
|
@@ -787,6 +812,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
787
812
|
type="button"
|
788
813
|
kendoPDFViewerToolbarFocusable
|
789
814
|
kendoButton
|
815
|
+
class="k-toolbar-button"
|
816
|
+
fillMode="flat"
|
790
817
|
icon="search"
|
791
818
|
[disabled]="disabledTools"
|
792
819
|
[attr.title]="messageFor('searchTitle')"
|
@@ -797,8 +824,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
797
824
|
<button
|
798
825
|
*ngSwitchCase="'open'"
|
799
826
|
type="button"
|
827
|
+
fillMode="flat"
|
800
828
|
kendoPDFViewerToolbarFocusable
|
801
829
|
kendoButton
|
830
|
+
class="k-toolbar-button"
|
831
|
+
fillMode="flat"
|
802
832
|
icon="folder-open"
|
803
833
|
[svgIcon]="folderOpenIcon"
|
804
834
|
[attr.title]="messageFor('openTitle')"
|
@@ -809,8 +839,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
809
839
|
<button
|
810
840
|
*ngSwitchCase="'download'"
|
811
841
|
type="button"
|
842
|
+
fillMode="flat"
|
812
843
|
kendoPDFViewerToolbarFocusable
|
813
844
|
kendoButton
|
845
|
+
class="k-toolbar-button"
|
814
846
|
icon="download"
|
815
847
|
[svgIcon]="downloadIcon"
|
816
848
|
[disabled]="disabledTools"
|
@@ -820,8 +852,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
820
852
|
<button
|
821
853
|
*ngSwitchCase="'print'"
|
822
854
|
type="button"
|
855
|
+
fillMode="flat"
|
823
856
|
kendoPDFViewerToolbarFocusable
|
824
857
|
kendoButton
|
858
|
+
class="k-toolbar-button"
|
825
859
|
icon="print"
|
826
860
|
[svgIcon]="printIcon"
|
827
861
|
[disabled]="disabledTools"
|
@@ -842,9 +876,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
842
876
|
standalone: true,
|
843
877
|
imports: [NgFor, NgSwitch, NgSwitchCase, ToolbarInputWrapperComponent, ToolbarFocusableDirective, PagerComponent, CustomMessagesComponent, ButtonGroupComponent, ButtonComponent, ComboBoxComponent, ToolbarComboBoxDirective, ItemTemplateDirective, NgIf]
|
844
878
|
}]
|
845
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: ToolbarNavigationService }]; }, propDecorators: {
|
879
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: ToolbarNavigationService }]; }, propDecorators: { toolbarClasses: [{
|
846
880
|
type: HostBinding,
|
847
881
|
args: ['class.k-toolbar']
|
882
|
+
}, {
|
883
|
+
type: HostBinding,
|
884
|
+
args: ['class.k-toolbar-flat']
|
848
885
|
}], toolbarSizeClass: [{
|
849
886
|
type: HostBinding,
|
850
887
|
args: ['class.k-toolbar-md']
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-pdfviewer",
|
3
|
-
"version": "17.0.0-develop.
|
3
|
+
"version": "17.0.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": "15 - 18",
|
24
24
|
"@angular/platform-browser": "15 - 18",
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
26
|
-
"@progress/kendo-angular-buttons": "17.0.0-develop.
|
27
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
28
|
-
"@progress/kendo-angular-dropdowns": "17.0.0-develop.
|
29
|
-
"@progress/kendo-angular-inputs": "17.0.0-develop.
|
30
|
-
"@progress/kendo-angular-intl": "17.0.0-develop.
|
31
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
32
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
33
|
-
"@progress/kendo-angular-indicators": "17.0.0-develop.
|
34
|
-
"@progress/kendo-angular-pager": "17.0.0-develop.
|
35
|
-
"@progress/kendo-angular-popup": "17.0.0-develop.
|
26
|
+
"@progress/kendo-angular-buttons": "17.0.0-develop.7",
|
27
|
+
"@progress/kendo-angular-common": "17.0.0-develop.7",
|
28
|
+
"@progress/kendo-angular-dropdowns": "17.0.0-develop.7",
|
29
|
+
"@progress/kendo-angular-inputs": "17.0.0-develop.7",
|
30
|
+
"@progress/kendo-angular-intl": "17.0.0-develop.7",
|
31
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.7",
|
32
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.7",
|
33
|
+
"@progress/kendo-angular-indicators": "17.0.0-develop.7",
|
34
|
+
"@progress/kendo-angular-pager": "17.0.0-develop.7",
|
35
|
+
"@progress/kendo-angular-popup": "17.0.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": "17.0.0-develop.
|
40
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.7",
|
41
41
|
"@progress/kendo-file-saver": "^1.0.1",
|
42
42
|
"@progress/kendo-pdfviewer-common": "0.3.2"
|
43
43
|
},
|
@@ -4,8 +4,8 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
4
4
|
function default_1(options) {
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'PDFViewerModule', package: 'pdfviewer', peerDependencies: {
|
6
6
|
// peers of the dropdowns
|
7
|
-
'@progress/kendo-angular-navigation': '17.0.0-develop.
|
8
|
-
'@progress/kendo-angular-treeview': '17.0.0-develop.
|
7
|
+
'@progress/kendo-angular-navigation': '17.0.0-develop.7',
|
8
|
+
'@progress/kendo-angular-treeview': '17.0.0-develop.7'
|
9
9
|
} });
|
10
10
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
11
11
|
}
|
@@ -17,7 +17,7 @@ import * as i0 from "@angular/core";
|
|
17
17
|
export declare class ToolbarComponent {
|
18
18
|
private localization;
|
19
19
|
private navigationService;
|
20
|
-
|
20
|
+
toolbarClasses: boolean;
|
21
21
|
toolbarSizeClass: boolean;
|
22
22
|
fileSelectEl: ElementRef;
|
23
23
|
zoomLevel: ZoomLevel;
|