@progress/kendo-angular-pdfviewer 17.0.0-develop.4 → 17.0.0-develop.6
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: '17.0.0-develop.
|
12
|
+
publishDate: 1729020375,
|
13
|
+
version: '17.0.0-develop.6',
|
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
|
};
|
@@ -448,7 +448,8 @@ export class PDFViewerComponent {
|
|
448
448
|
if (hasObservers(this.error)) {
|
449
449
|
this.ngZone.run(() => this.error.emit({ error: e, context: this.pdfContext }));
|
450
450
|
}
|
451
|
-
}
|
451
|
+
},
|
452
|
+
enableAnnotations: false
|
452
453
|
});
|
453
454
|
}));
|
454
455
|
}
|
@@ -477,7 +478,8 @@ export class PDFViewerComponent {
|
|
477
478
|
if (hasObservers(this.error)) {
|
478
479
|
this.ngZone.run(() => this.error.emit({ error: e, context: this.pdfContext }));
|
479
480
|
}
|
480
|
-
}
|
481
|
+
},
|
482
|
+
enableAnnotations: false
|
481
483
|
});
|
482
484
|
}
|
483
485
|
}
|
@@ -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: 1729020375,
|
130
|
+
version: '17.0.0-develop.6',
|
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
|
|
@@ -1582,7 +1582,8 @@ class PDFViewerComponent {
|
|
1582
1582
|
if (hasObservers(this.error)) {
|
1583
1583
|
this.ngZone.run(() => this.error.emit({ error: e, context: this.pdfContext }));
|
1584
1584
|
}
|
1585
|
-
}
|
1585
|
+
},
|
1586
|
+
enableAnnotations: false
|
1586
1587
|
});
|
1587
1588
|
}));
|
1588
1589
|
}
|
@@ -1612,7 +1613,8 @@ class PDFViewerComponent {
|
|
1612
1613
|
if (hasObservers(this.error)) {
|
1613
1614
|
this.ngZone.run(() => this.error.emit({ error: e, context: this.pdfContext }));
|
1614
1615
|
}
|
1615
|
-
}
|
1616
|
+
},
|
1617
|
+
enableAnnotations: false
|
1616
1618
|
});
|
1617
1619
|
}
|
1618
1620
|
}
|
@@ -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: 1729020375,
|
130
|
+
version: '17.0.0-develop.6',
|
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
|
|
@@ -1578,7 +1578,8 @@ class PDFViewerComponent {
|
|
1578
1578
|
if (hasObservers(this.error)) {
|
1579
1579
|
this.ngZone.run(() => this.error.emit({ error: e, context: this.pdfContext }));
|
1580
1580
|
}
|
1581
|
-
}
|
1581
|
+
},
|
1582
|
+
enableAnnotations: false
|
1582
1583
|
});
|
1583
1584
|
}));
|
1584
1585
|
}
|
@@ -1607,7 +1608,8 @@ class PDFViewerComponent {
|
|
1607
1608
|
if (hasObservers(this.error)) {
|
1608
1609
|
this.ngZone.run(() => this.error.emit({ error: e, context: this.pdfContext }));
|
1609
1610
|
}
|
1610
|
-
}
|
1611
|
+
},
|
1612
|
+
enableAnnotations: false
|
1611
1613
|
});
|
1612
1614
|
}
|
1613
1615
|
}
|
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.6",
|
4
4
|
"description": "Kendo UI PDFViewer for Angular",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -23,23 +23,23 @@
|
|
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.6",
|
27
|
+
"@progress/kendo-angular-common": "17.0.0-develop.6",
|
28
|
+
"@progress/kendo-angular-dropdowns": "17.0.0-develop.6",
|
29
|
+
"@progress/kendo-angular-inputs": "17.0.0-develop.6",
|
30
|
+
"@progress/kendo-angular-intl": "17.0.0-develop.6",
|
31
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.6",
|
32
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.6",
|
33
|
+
"@progress/kendo-angular-indicators": "17.0.0-develop.6",
|
34
|
+
"@progress/kendo-angular-pager": "17.0.0-develop.6",
|
35
|
+
"@progress/kendo-angular-popup": "17.0.0-develop.6",
|
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.6",
|
41
41
|
"@progress/kendo-file-saver": "^1.0.1",
|
42
|
-
"@progress/kendo-pdfviewer-common": "0.3.
|
42
|
+
"@progress/kendo-pdfviewer-common": "0.3.2"
|
43
43
|
},
|
44
44
|
"schematics": "./schematics/collection.json",
|
45
45
|
"module": "fesm2015/progress-kendo-angular-pdfviewer.mjs",
|
@@ -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.6',
|
8
|
+
'@progress/kendo-angular-treeview': '17.0.0-develop.6'
|
9
9
|
} });
|
10
10
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
11
11
|
}
|