@alfresco/adf-core 9.1.0-16634689247 → 9.1.0-16646056114
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/bundles/assets/adf-core/i18n/de.json +13 -1
- package/bundles/assets/adf-core/i18n/es.json +13 -1
- package/bundles/assets/adf-core/i18n/fr.json +13 -1
- package/bundles/assets/adf-core/i18n/it.json +13 -1
- package/bundles/assets/adf-core/i18n/pl.json +13 -1
- package/bundles/assets/adf-core/i18n/pt.json +13 -1
- package/fesm2022/adf-core.mjs +2 -2
- package/fesm2022/adf-core.mjs.map +1 -1
- package/lib/datatable/components/datatable/datatable.component.scss +4 -1
- package/package.json +3 -3
|
@@ -19,6 +19,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|
|
19
19
|
.adf-datatable {
|
|
20
20
|
overflow-y: scroll;
|
|
21
21
|
height: 100%;
|
|
22
|
+
display: block;
|
|
22
23
|
|
|
23
24
|
.adf-full-width {
|
|
24
25
|
width: 100%;
|
|
@@ -60,6 +61,8 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|
|
60
61
|
border: 1px solid var(--adf-theme-foreground-text-color-007);
|
|
61
62
|
box-sizing: border-box;
|
|
62
63
|
overflow-x: auto;
|
|
64
|
+
min-width: 100%;
|
|
65
|
+
width: fit-content;
|
|
63
66
|
|
|
64
67
|
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
65
68
|
.adf-datatable-center-size-column-ie {
|
|
@@ -671,7 +674,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|
|
671
674
|
.adf-datatable-body {
|
|
672
675
|
display: block;
|
|
673
676
|
flex: 1;
|
|
674
|
-
overflow
|
|
677
|
+
overflow: hidden auto;
|
|
675
678
|
margin-top: -1px;
|
|
676
679
|
}
|
|
677
680
|
}
|
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-16646056114",
|
|
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-16646056114",
|
|
67
|
+
"@alfresco/adf-extensions": ">=9.1.0-16646056114",
|
|
68
68
|
"minimatch": ">=10.0.0",
|
|
69
69
|
"pdfjs-dist": ">=3.3.122",
|
|
70
70
|
"ts-morph": ">=20.0.0"
|