@progress/kendo-angular-pdfviewer 18.0.0-develop.12 → 18.0.0-develop.14
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.
@@ -8,8 +8,9 @@
|
|
8
8
|
export const packageMetadata = {
|
9
9
|
name: '@progress/kendo-angular-pdfviewer',
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
|
-
|
12
|
-
|
13
|
-
|
11
|
+
productCode: 'KENDOUIANGULAR',
|
12
|
+
productCodes: ['KENDOUIANGULAR'],
|
13
|
+
publishDate: 1737373072,
|
14
|
+
version: '18.0.0-develop.14',
|
14
15
|
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
16
|
};
|
@@ -226,9 +226,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
226
226
|
const packageMetadata = {
|
227
227
|
name: '@progress/kendo-angular-pdfviewer',
|
228
228
|
productName: 'Kendo UI for Angular',
|
229
|
-
|
230
|
-
|
231
|
-
|
229
|
+
productCode: 'KENDOUIANGULAR',
|
230
|
+
productCodes: ['KENDOUIANGULAR'],
|
231
|
+
publishDate: 1737373072,
|
232
|
+
version: '18.0.0-develop.14',
|
232
233
|
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',
|
233
234
|
};
|
234
235
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-pdfviewer",
|
3
|
-
"version": "18.0.0-develop.
|
3
|
+
"version": "18.0.0-develop.14",
|
4
4
|
"description": "Kendo UI PDFViewer for Angular",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -15,7 +15,13 @@
|
|
15
15
|
"Progress"
|
16
16
|
],
|
17
17
|
"@progress": {
|
18
|
-
"friendlyName": "Pdfviewer"
|
18
|
+
"friendlyName": "Pdfviewer",
|
19
|
+
"package": {
|
20
|
+
"productName": "Kendo UI for Angular",
|
21
|
+
"productCode": "KENDOUIANGULAR",
|
22
|
+
"publishDate": 1737373072,
|
23
|
+
"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"
|
24
|
+
}
|
19
25
|
},
|
20
26
|
"peerDependencies": {
|
21
27
|
"@angular/animations": "16 - 19",
|
@@ -23,21 +29,21 @@
|
|
23
29
|
"@angular/core": "16 - 19",
|
24
30
|
"@angular/platform-browser": "16 - 19",
|
25
31
|
"@progress/kendo-licensing": "^1.0.2",
|
26
|
-
"@progress/kendo-angular-buttons": "18.0.0-develop.
|
27
|
-
"@progress/kendo-angular-common": "18.0.0-develop.
|
28
|
-
"@progress/kendo-angular-dropdowns": "18.0.0-develop.
|
29
|
-
"@progress/kendo-angular-inputs": "18.0.0-develop.
|
30
|
-
"@progress/kendo-angular-intl": "18.0.0-develop.
|
31
|
-
"@progress/kendo-angular-l10n": "18.0.0-develop.
|
32
|
-
"@progress/kendo-angular-icons": "18.0.0-develop.
|
33
|
-
"@progress/kendo-angular-indicators": "18.0.0-develop.
|
34
|
-
"@progress/kendo-angular-pager": "18.0.0-develop.
|
35
|
-
"@progress/kendo-angular-popup": "18.0.0-develop.
|
32
|
+
"@progress/kendo-angular-buttons": "18.0.0-develop.14",
|
33
|
+
"@progress/kendo-angular-common": "18.0.0-develop.14",
|
34
|
+
"@progress/kendo-angular-dropdowns": "18.0.0-develop.14",
|
35
|
+
"@progress/kendo-angular-inputs": "18.0.0-develop.14",
|
36
|
+
"@progress/kendo-angular-intl": "18.0.0-develop.14",
|
37
|
+
"@progress/kendo-angular-l10n": "18.0.0-develop.14",
|
38
|
+
"@progress/kendo-angular-icons": "18.0.0-develop.14",
|
39
|
+
"@progress/kendo-angular-indicators": "18.0.0-develop.14",
|
40
|
+
"@progress/kendo-angular-pager": "18.0.0-develop.14",
|
41
|
+
"@progress/kendo-angular-popup": "18.0.0-develop.14",
|
36
42
|
"rxjs": "^6.5.3 || ^7.0.0"
|
37
43
|
},
|
38
44
|
"dependencies": {
|
39
45
|
"tslib": "^2.3.1",
|
40
|
-
"@progress/kendo-angular-schematics": "18.0.0-develop.
|
46
|
+
"@progress/kendo-angular-schematics": "18.0.0-develop.14",
|
41
47
|
"@progress/kendo-file-saver": "^1.0.1",
|
42
48
|
"@progress/kendo-pdfviewer-common": "0.3.3"
|
43
49
|
},
|
@@ -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': '18.0.0-develop.
|
8
|
-
'@progress/kendo-angular-treeview': '18.0.0-develop.
|
7
|
+
'@progress/kendo-angular-navigation': '18.0.0-develop.14',
|
8
|
+
'@progress/kendo-angular-treeview': '18.0.0-develop.14'
|
9
9
|
} });
|
10
10
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
11
11
|
}
|