@alfresco/adf-core 8.1.0-15070800207 → 8.1.0-15139516875

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.
@@ -15,11 +15,9 @@
15
15
 
16
16
  .alfresco-tabs-widget {
17
17
  width: 100%;
18
- position: absolute;
19
18
 
20
19
  .adf-form-tab-group {
21
20
  width: 100%;
22
- z-index: 9999;
23
21
  }
24
22
 
25
23
  #{ms.$mat-tab-body} {
@@ -30,16 +28,17 @@
30
28
  z-index: 10;
31
29
  margin: 0;
32
30
  background-color: white;
33
- position: sticky;
34
- /* stylelint-disable-next-line value-no-vendor-prefix */
35
- position: -webkit-sticky; /* macOS/iOS Safari */
31
+ position: absolute;
32
+ width: 96%;
36
33
  /* stylelint-disable-next-line declaration-no-important */
37
34
  margin-left: 0 !important;
35
+ /* stylelint-disable-next-line declaration-no-important */
36
+ margin-right: 10px !important;
38
37
  top: 0;
39
38
  }
40
39
 
41
40
  #{ms.$mat-tab-body-wrapper} {
42
- padding-top: 16px;
41
+ padding-top: 5%;
43
42
  }
44
43
  }
45
44
 
@@ -130,6 +130,7 @@ export declare class FormModel implements ProcessFormModel {
130
130
  getFormFields(filterTypes?: string[]): FormFieldModel[];
131
131
  private processFields;
132
132
  private isContainerField;
133
+ private isFormField;
133
134
  private isSectionField;
134
135
  private handleSectionField;
135
136
  private handleContainerField;
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-15070800207",
4
+ "version": "8.1.0-15139516875",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -30,18 +30,18 @@
30
30
  "esm": "./esm2022/adf-core.mjs",
31
31
  "default": "./fesm2022/adf-core.mjs"
32
32
  },
33
- "./api": {
34
- "types": "./api/index.d.ts",
35
- "esm2022": "./esm2022/api/alfresco-adf-core-api.mjs",
36
- "esm": "./esm2022/api/alfresco-adf-core-api.mjs",
37
- "default": "./fesm2022/alfresco-adf-core-api.mjs"
38
- },
39
33
  "./auth": {
40
34
  "types": "./auth/index.d.ts",
41
35
  "esm2022": "./esm2022/auth/alfresco-adf-core-auth.mjs",
42
36
  "esm": "./esm2022/auth/alfresco-adf-core-auth.mjs",
43
37
  "default": "./fesm2022/alfresco-adf-core-auth.mjs"
44
38
  },
39
+ "./api": {
40
+ "types": "./api/index.d.ts",
41
+ "esm2022": "./esm2022/api/alfresco-adf-core-api.mjs",
42
+ "esm": "./esm2022/api/alfresco-adf-core-api.mjs",
43
+ "default": "./fesm2022/alfresco-adf-core-api.mjs"
44
+ },
45
45
  "./feature-flags": {
46
46
  "types": "./feature-flags/index.d.ts",
47
47
  "esm2022": "./esm2022/feature-flags/alfresco-adf-core-feature-flags.mjs",
@@ -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-15070800207",
79
- "@alfresco/adf-extensions": ">=8.1.0-15070800207",
78
+ "@alfresco/js-api": ">=9.1.0-15139516875",
79
+ "@alfresco/adf-extensions": ">=8.1.0-15139516875",
80
80
  "minimatch": ">=10.0.0",
81
81
  "pdfjs-dist": ">=3.3.122",
82
82
  "ts-morph": ">=20.0.0"