@alfresco/adf-core 8.4.0-18647987466 → 8.4.0-18675629211

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.
@@ -285,10 +285,11 @@
285
285
  "EDIT_ASPECTS": "Edit Aspect"
286
286
  },
287
287
  "ACCESSIBILITY": {
288
- "EDIT": "Edit button",
288
+ "EDIT": "Edit {{ sectionName }}",
289
289
  "DATEPICKER": "Use the arrow keys to navigate between dates. Up and down move to the next or previous week but on the same day. Left and right move to the next or previous day. Press Enter or Return to select a date.",
290
290
  "COPY_TO_CLIPBOARD_MESSAGE": "Value copied to clipboard",
291
- "EDIT_ASPECTS": "Edit Aspect"
291
+ "EDIT_ASPECTS": "Edit Aspect",
292
+ "SECTION": "{{ sectionName }} section"
292
293
  }
293
294
  },
294
295
  "SEARCH": {
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-18647987466",
4
+ "version": "8.4.0-18675629211",
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-18647987466",
67
- "@alfresco/adf-extensions": ">=8.4.0-18647987466",
66
+ "@alfresco/js-api": ">=9.4.0-18675629211",
67
+ "@alfresco/adf-extensions": ">=8.4.0-18675629211",
68
68
  "minimatch": ">=10.0.0",
69
69
  "pdfjs-dist": ">=3.3.122"
70
70
  },