@alfresco/adf-core 8.4.0-18457986000 → 8.4.0-18487737713
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.
|
@@ -460,8 +460,8 @@
|
|
|
460
460
|
"FIT_PAGE": "Fit page",
|
|
461
461
|
"ROTATE": "Rotate",
|
|
462
462
|
"CROP": "Crop",
|
|
463
|
-
"SAVE": "Save",
|
|
464
|
-
"CANCEL": "Cancel",
|
|
463
|
+
"SAVE": "Save rotate or crop",
|
|
464
|
+
"CANCEL": "Cancel rotate or crop",
|
|
465
465
|
"RESET": "Reset",
|
|
466
466
|
"THUMBNAILS": "Document thumbnails",
|
|
467
467
|
"THUMBNAILS_PANLEL_CLOSE": "Close thumbnails panel",
|
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.4.0-
|
|
4
|
+
"version": "8.4.0-18487737713",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"@angular/router": ">=16.0.0",
|
|
64
64
|
"@mat-datetimepicker/core": ">=12.0.1",
|
|
65
65
|
"@ngx-translate/core": ">=16.0.0",
|
|
66
|
-
"@alfresco/js-api": ">=9.4.0-
|
|
67
|
-
"@alfresco/adf-extensions": ">=8.4.0-
|
|
66
|
+
"@alfresco/js-api": ">=9.4.0-18487737713",
|
|
67
|
+
"@alfresco/adf-extensions": ">=8.4.0-18487737713",
|
|
68
68
|
"minimatch": ">=10.0.0",
|
|
69
69
|
"pdfjs-dist": ">=3.3.122"
|
|
70
70
|
},
|