@alfresco/adf-core 9.1.0-16748681787 → 9.1.0-16756253889
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.
|
@@ -294,15 +294,15 @@
|
|
|
294
294
|
"TOGGLE_ASC_DESC_ORDER": "Umschalten zwischen auf- und absteigender Reihenfolge der Ergebnisse",
|
|
295
295
|
"SORT_BY": "Sortieren nach",
|
|
296
296
|
"BUTTON": {
|
|
297
|
-
"TOOLTIP": "
|
|
298
|
-
"ARIA-LABEL": "
|
|
297
|
+
"TOOLTIP": "Suchen",
|
|
298
|
+
"ARIA-LABEL": "Suchschaltfläche"
|
|
299
299
|
},
|
|
300
300
|
"INPUT": {
|
|
301
|
-
"ARIA-LABEL": "
|
|
301
|
+
"ARIA-LABEL": "Sucheingabe"
|
|
302
302
|
},
|
|
303
303
|
"FILTER": {
|
|
304
304
|
"BUTTONS": {
|
|
305
|
-
"CLOSE": "
|
|
305
|
+
"CLOSE": "Schließen"
|
|
306
306
|
}
|
|
307
307
|
}
|
|
308
308
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-core",
|
|
3
3
|
"description": "Alfresco ADF core",
|
|
4
|
-
"version": "9.1.0-
|
|
4
|
+
"version": "9.1.0-16756253889",
|
|
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": ">=10.1.0-
|
|
67
|
-
"@alfresco/adf-extensions": ">=9.1.0-
|
|
66
|
+
"@alfresco/js-api": ">=10.1.0-16756253889",
|
|
67
|
+
"@alfresco/adf-extensions": ">=9.1.0-16756253889",
|
|
68
68
|
"minimatch": ">=10.0.0",
|
|
69
69
|
"pdfjs-dist": ">=3.3.122",
|
|
70
70
|
"ts-morph": ">=20.0.0"
|