@alfresco/adf-core 8.1.0-14860367508 → 8.1.0-14908201181
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/form/components/form-renderer.component.mjs +3 -3
- package/esm2022/lib/info-drawer/info-drawer-layout.component.mjs +3 -3
- package/esm2022/lib/info-drawer/info-drawer.component.mjs +3 -3
- package/fesm2022/adf-core.mjs +6 -6
- package/fesm2022/adf-core.mjs.map +1 -1
- package/lib/form/components/form-renderer.component.scss +40 -0
- package/lib/styles/_mat-selectors.scss +3 -0
- package/package.json +3 -3
|
@@ -13,6 +13,40 @@
|
|
|
13
13
|
height: 100%;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
.alfresco-tabs-widget {
|
|
17
|
+
width: 100%;
|
|
18
|
+
position: absolute;
|
|
19
|
+
|
|
20
|
+
.adf-form-tab-group {
|
|
21
|
+
width: 100%;
|
|
22
|
+
z-index: 9999;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
#{ms.$mat-tab-body} {
|
|
26
|
+
margin-bottom: 8em;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
#{ms.$mat-tab-header} {
|
|
30
|
+
z-index: 10;
|
|
31
|
+
margin: 0;
|
|
32
|
+
background-color: white;
|
|
33
|
+
position: sticky;
|
|
34
|
+
/* stylelint-disable-next-line value-no-vendor-prefix */
|
|
35
|
+
position: -webkit-sticky; /* macOS/iOS Safari */
|
|
36
|
+
/* stylelint-disable-next-line declaration-no-important */
|
|
37
|
+
margin-left: 0 !important;
|
|
38
|
+
top: 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
#{ms.$mat-tab-body-wrapper} {
|
|
42
|
+
padding-top: 16px;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.mat-mdc-card-content:first-child {
|
|
47
|
+
padding-top: 0;
|
|
48
|
+
}
|
|
49
|
+
|
|
16
50
|
.adf-container-widget {
|
|
17
51
|
.adf-grid-list {
|
|
18
52
|
display: grid;
|
|
@@ -116,12 +150,18 @@
|
|
|
116
150
|
overflow: hidden;
|
|
117
151
|
}
|
|
118
152
|
|
|
153
|
+
& #{ms.$mat-tab-header} {
|
|
154
|
+
position: fixed;
|
|
155
|
+
z-index: 1000;
|
|
156
|
+
}
|
|
157
|
+
|
|
119
158
|
& #{ms.$mat-card-header-text} {
|
|
120
159
|
margin: 0;
|
|
121
160
|
}
|
|
122
161
|
|
|
123
162
|
& #{ms.$mat-tab-body-content} {
|
|
124
163
|
overflow: hidden;
|
|
164
|
+
padding-top: 0;
|
|
125
165
|
}
|
|
126
166
|
|
|
127
167
|
& #{mat-tab-label-text} {
|
|
@@ -6,8 +6,11 @@ $mat-tab-label-active: '.mdc-tab--active';
|
|
|
6
6
|
$mat-tab-label-container: '.mat-mdc-tab-label-container';
|
|
7
7
|
$mat-tab-label-text: '.mdc-tab__text-label';
|
|
8
8
|
$mat-tab-body: '.mat-mdc-tab-body';
|
|
9
|
+
$mat-tab-header: '.mat-mdc-tab-header';
|
|
9
10
|
$mat-tab-body-content: '.mat-mdc-tab-body-content';
|
|
10
11
|
$mat-tab-ink-bar: '.mdc-tab-indicator';
|
|
12
|
+
$mat-tab-body-wrapper: '.mat-mdc-tab-body-wrapper';
|
|
13
|
+
$mat-tab-body-content: '.mat-mdc-card-content';
|
|
11
14
|
$mat-chip: '.mat-mdc-chip';
|
|
12
15
|
$mat-chip-list: '.mat-mdc-chip-list';
|
|
13
16
|
$mat-checkbox: '.mat-mdc-checkbox';
|
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.1.0-
|
|
4
|
+
"version": "8.1.0-14908201181",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"@angular/router": ">=16.0.0",
|
|
76
76
|
"@mat-datetimepicker/core": ">=12.0.1",
|
|
77
77
|
"@ngx-translate/core": ">=14.0.0",
|
|
78
|
-
"@alfresco/js-api": ">=9.1.0-
|
|
79
|
-
"@alfresco/adf-extensions": ">=8.1.0-
|
|
78
|
+
"@alfresco/js-api": ">=9.1.0-14908201181",
|
|
79
|
+
"@alfresco/adf-extensions": ">=8.1.0-14908201181",
|
|
80
80
|
"minimatch": ">=10.0.0",
|
|
81
81
|
"pdfjs-dist": ">=3.3.122",
|
|
82
82
|
"ts-morph": ">=20.0.0"
|