@alfresco/adf-core 8.1.0-15043883503 → 8.1.0-15044203467
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.
|
@@ -21,7 +21,7 @@ export declare class PdfViewerComponent implements OnChanges, OnDestroy {
|
|
|
21
21
|
displayPage: number;
|
|
22
22
|
totalPages: number;
|
|
23
23
|
loadingPercent: number;
|
|
24
|
-
pdfViewer:
|
|
24
|
+
pdfViewer: PDFViewer;
|
|
25
25
|
pdfJsWorkerUrl: string;
|
|
26
26
|
pdfJsWorkerInstance: Worker;
|
|
27
27
|
currentScaleMode: PdfScaleMode;
|
|
@@ -83,7 +83,7 @@ export declare class PdfViewerComponent implements OnChanges, OnDestroy {
|
|
|
83
83
|
* @param newScale - new scale page
|
|
84
84
|
* @returns `true` if the scale is the same, otherwise `false`
|
|
85
85
|
*/
|
|
86
|
-
isSameScale(oldScale:
|
|
86
|
+
isSameScale(oldScale: string, newScale: string): boolean;
|
|
87
87
|
/**
|
|
88
88
|
* Check if is a land scape view
|
|
89
89
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-core",
|
|
3
3
|
"description": "Alfresco ADF core",
|
|
4
|
-
"version": "8.1.0-
|
|
4
|
+
"version": "8.1.0-15044203467",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -30,18 +30,18 @@
|
|
|
30
30
|
"esm": "./esm2022/adf-core.mjs",
|
|
31
31
|
"default": "./fesm2022/adf-core.mjs"
|
|
32
32
|
},
|
|
33
|
-
"./auth": {
|
|
34
|
-
"types": "./auth/index.d.ts",
|
|
35
|
-
"esm2022": "./esm2022/auth/alfresco-adf-core-auth.mjs",
|
|
36
|
-
"esm": "./esm2022/auth/alfresco-adf-core-auth.mjs",
|
|
37
|
-
"default": "./fesm2022/alfresco-adf-core-auth.mjs"
|
|
38
|
-
},
|
|
39
33
|
"./api": {
|
|
40
34
|
"types": "./api/index.d.ts",
|
|
41
35
|
"esm2022": "./esm2022/api/alfresco-adf-core-api.mjs",
|
|
42
36
|
"esm": "./esm2022/api/alfresco-adf-core-api.mjs",
|
|
43
37
|
"default": "./fesm2022/alfresco-adf-core-api.mjs"
|
|
44
38
|
},
|
|
39
|
+
"./auth": {
|
|
40
|
+
"types": "./auth/index.d.ts",
|
|
41
|
+
"esm2022": "./esm2022/auth/alfresco-adf-core-auth.mjs",
|
|
42
|
+
"esm": "./esm2022/auth/alfresco-adf-core-auth.mjs",
|
|
43
|
+
"default": "./fesm2022/alfresco-adf-core-auth.mjs"
|
|
44
|
+
},
|
|
45
45
|
"./feature-flags": {
|
|
46
46
|
"types": "./feature-flags/index.d.ts",
|
|
47
47
|
"esm2022": "./esm2022/feature-flags/alfresco-adf-core-feature-flags.mjs",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"@angular/router": ">=16.0.0",
|
|
76
76
|
"@mat-datetimepicker/core": ">=12.0.1",
|
|
77
77
|
"@ngx-translate/core": ">=14.0.0",
|
|
78
|
-
"@alfresco/js-api": ">=9.1.0-
|
|
79
|
-
"@alfresco/adf-extensions": ">=8.1.0-
|
|
78
|
+
"@alfresco/js-api": ">=9.1.0-15044203467",
|
|
79
|
+
"@alfresco/adf-extensions": ">=8.1.0-15044203467",
|
|
80
80
|
"minimatch": ">=10.0.0",
|
|
81
81
|
"pdfjs-dist": ">=3.3.122",
|
|
82
82
|
"ts-morph": ">=20.0.0"
|