@alfresco/adf-core 7.0.0-alpha.8-13242412906 → 7.0.0-alpha.8-13259148711
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/esm2022/lib/viewer/components/pdf-viewer/pdf-viewer.component.mjs +14 -10
- package/fesm2022/adf-core.mjs +13 -9
- package/fesm2022/adf-core.mjs.map +1 -1
- package/lib/viewer/components/pdf-viewer/pdf-viewer.component.d.ts +1 -1
- package/package.json +5 -5
- package/schematics/migrations/package.json +5 -5
- package/schematics/migrations/schematics/migrations/collection.json +8 -8
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnDestroy, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
2
|
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
-
import { PDFDocumentLoadingTask, PDFDocumentProxy } from 'pdfjs-dist';
|
|
3
|
+
import { PDFDocumentLoadingTask, PDFDocumentProxy } from 'pdfjs-dist/legacy/build/pdf.mjs';
|
|
4
4
|
import { AppConfigService } from '../../../app-config';
|
|
5
5
|
import { RenderingQueueServices } from '../../services/rendering-queue.services';
|
|
6
6
|
import * as i0 from "@angular/core";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-core",
|
|
3
3
|
"description": "Alfresco ADF core",
|
|
4
|
-
"version": "7.0.0-alpha.8-
|
|
4
|
+
"version": "7.0.0-alpha.8-13259148711",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -56,14 +56,16 @@
|
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"cropperjs": "^1.6.2",
|
|
60
59
|
"angular-oauth2-oidc": "17.0.2",
|
|
61
60
|
"angular-oauth2-oidc-jwks": "17.0.2",
|
|
61
|
+
"cropperjs": "^1.6.2",
|
|
62
62
|
"date-fns": "^2.30.0",
|
|
63
63
|
"rxjs": "7.8.1",
|
|
64
64
|
"tslib": "^2.3.0"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
+
"@alfresco/adf-extensions": ">=7.0.0-alpha.8-13259148711",
|
|
68
|
+
"@alfresco/js-api": ">=8.0.0-alpha.8-13259148711",
|
|
67
69
|
"@angular/animations": "16.2.9",
|
|
68
70
|
"@angular/cdk": "16.2.9",
|
|
69
71
|
"@angular/common": "16.2.9",
|
|
@@ -75,10 +77,8 @@
|
|
|
75
77
|
"@angular/router": "16.2.9",
|
|
76
78
|
"@mat-datetimepicker/core": "12.0.1",
|
|
77
79
|
"@ngx-translate/core": "^14.0.0",
|
|
78
|
-
"@alfresco/js-api": ">=8.0.0-alpha.8-13242412906",
|
|
79
|
-
"@alfresco/adf-extensions": ">=7.0.0-alpha.8-13242412906",
|
|
80
80
|
"minimatch": "^10.0.1",
|
|
81
|
-
"pdfjs-dist": "
|
|
81
|
+
"pdfjs-dist": "^4.10.38",
|
|
82
82
|
"ts-morph": "^20.0.0"
|
|
83
83
|
},
|
|
84
84
|
"keywords": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-core",
|
|
3
3
|
"description": "Alfresco ADF core",
|
|
4
|
-
"version": "7.0.0-alpha.8-
|
|
4
|
+
"version": "7.0.0-alpha.8-13259148711",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -20,13 +20,15 @@
|
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"cropperjs": "^1.6.2",
|
|
24
23
|
"angular-oauth2-oidc": "17.0.2",
|
|
25
24
|
"angular-oauth2-oidc-jwks": "17.0.2",
|
|
25
|
+
"cropperjs": "^1.6.2",
|
|
26
26
|
"date-fns": "^2.30.0",
|
|
27
27
|
"rxjs": "7.8.1"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
+
"@alfresco/adf-extensions": ">=7.0.0-alpha.8-13259148711",
|
|
31
|
+
"@alfresco/js-api": ">=8.0.0-alpha.8-13259148711",
|
|
30
32
|
"@angular/animations": "16.2.9",
|
|
31
33
|
"@angular/cdk": "16.2.9",
|
|
32
34
|
"@angular/common": "16.2.9",
|
|
@@ -38,10 +40,8 @@
|
|
|
38
40
|
"@angular/router": "16.2.9",
|
|
39
41
|
"@mat-datetimepicker/core": "12.0.1",
|
|
40
42
|
"@ngx-translate/core": "^14.0.0",
|
|
41
|
-
"@alfresco/js-api": ">=8.0.0-alpha.8-13242412906",
|
|
42
|
-
"@alfresco/adf-extensions": ">=7.0.0-alpha.8-13242412906",
|
|
43
43
|
"minimatch": "^10.0.1",
|
|
44
|
-
"pdfjs-dist": "
|
|
44
|
+
"pdfjs-dist": "^4.10.38",
|
|
45
45
|
"ts-morph": "^20.0.0"
|
|
46
46
|
},
|
|
47
47
|
"keywords": [
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
"schematics": {
|
|
4
4
|
"move-out-alfresco-api": {
|
|
5
5
|
"description": "Update alfresco-api imports",
|
|
6
|
-
"version": "7.0.0-alpha.8-
|
|
6
|
+
"version": "7.0.0-alpha.8-13259148711",
|
|
7
7
|
"factory": "./7_0_0/index#updateAlfrescoApiImports"
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
10
|
"packageJsonUpdates": {
|
|
11
11
|
"move-out-alfresco-api": {
|
|
12
|
-
"version": "7.0.0-alpha.8-
|
|
12
|
+
"version": "7.0.0-alpha.8-13259148711",
|
|
13
13
|
"packages": {
|
|
14
14
|
"ts-morph": {
|
|
15
15
|
"version": "^20.0.0",
|
|
@@ -17,27 +17,27 @@
|
|
|
17
17
|
"addToPackageJson": "devDependencies"
|
|
18
18
|
},
|
|
19
19
|
"@alfresco/adf-content-services": {
|
|
20
|
-
"version": "7.0.0-alpha.8-
|
|
20
|
+
"version": "7.0.0-alpha.8-13259148711",
|
|
21
21
|
"alwaysAddToPackageJson": false
|
|
22
22
|
},
|
|
23
23
|
"@alfresco/adf-extensions": {
|
|
24
|
-
"version": "7.0.0-alpha.8-
|
|
24
|
+
"version": "7.0.0-alpha.8-13259148711",
|
|
25
25
|
"alwaysAddToPackageJson": false
|
|
26
26
|
},
|
|
27
27
|
"@alfresco/adf-process-services-cloud": {
|
|
28
|
-
"version": "7.0.0-alpha.8-
|
|
28
|
+
"version": "7.0.0-alpha.8-13259148711",
|
|
29
29
|
"alwaysAddToPackageJson": false
|
|
30
30
|
},
|
|
31
31
|
"@alfresco/adf-process-services": {
|
|
32
|
-
"version": "7.0.0-alpha.8-
|
|
32
|
+
"version": "7.0.0-alpha.8-13259148711",
|
|
33
33
|
"alwaysAddToPackageJson": false
|
|
34
34
|
},
|
|
35
35
|
"@alfresco/eslint-plugin-eslint-angular": {
|
|
36
|
-
"version": "7.0.0-alpha.8-
|
|
36
|
+
"version": "7.0.0-alpha.8-13259148711",
|
|
37
37
|
"alwaysAddToPackageJson": false
|
|
38
38
|
},
|
|
39
39
|
"@alfresco/js-api": {
|
|
40
|
-
"version": "8.0.0-alpha.8-
|
|
40
|
+
"version": "8.0.0-alpha.8-13259148711",
|
|
41
41
|
"alwaysAddToPackageJson": false
|
|
42
42
|
}
|
|
43
43
|
}
|