@alfresco/adf-core 8.1.0-15062874470 → 8.1.0-15110243588

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.
@@ -14,10 +14,10 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- import { ComponentRef, OnChanges, OnDestroy, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
17
+ import { ComponentRef, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
18
18
  import { FormFieldModel } from '../widgets/core/form-field.model';
19
19
  import * as i0 from "@angular/core";
20
- export declare class FormFieldComponent implements OnInit, OnDestroy, OnChanges {
20
+ export declare class FormFieldComponent implements OnInit, OnDestroy {
21
21
  container: ViewContainerRef;
22
22
  /**
23
23
  * Contains all the necessary data needed to determine what UI Widget
@@ -33,7 +33,6 @@ export declare class FormFieldComponent implements OnInit, OnDestroy, OnChanges
33
33
  private readonly destroyRef;
34
34
  private readonly compiler;
35
35
  ngOnInit(): void;
36
- ngOnChanges(changes: SimpleChanges): void;
37
36
  private updateReactiveFormControlOnFormRulesEvent;
38
37
  private triggerFormFieldChanged;
39
38
  ngOnDestroy(): void;
@@ -1,10 +1,10 @@
1
- import { AfterContentInit, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { FormRulesManager } from '../models/form-rules.model';
3
3
  import { FormService } from '../services/form.service';
4
4
  import { FormFieldModelRenderMiddleware } from './middlewares/middleware';
5
5
  import { ContainerModel, FormFieldModel, FormModel, TabModel } from './widgets';
6
6
  import * as i0 from "@angular/core";
7
- export declare class FormRendererComponent<T> implements OnInit, OnDestroy, OnChanges, AfterContentInit {
7
+ export declare class FormRendererComponent<T> implements OnInit, OnDestroy {
8
8
  formService: FormService;
9
9
  private formRulesManager;
10
10
  private middlewareServices?;
@@ -13,9 +13,7 @@ export declare class FormRendererComponent<T> implements OnInit, OnDestroy, OnCh
13
13
  debugMode: boolean;
14
14
  fields: FormFieldModel[];
15
15
  constructor(formService: FormService, formRulesManager: FormRulesManager<T>, middlewareServices?: FormFieldModelRenderMiddleware[]);
16
- ngOnChanges(changes: SimpleChanges): void;
17
16
  ngOnInit(): void;
18
- ngAfterContentInit(): void;
19
17
  ngOnDestroy(): void;
20
18
  hasTabs(): boolean;
21
19
  visibleTabs(): TabModel[];
@@ -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
 
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-15062874470",
4
+ "version": "8.1.0-15110243588",
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-15062874470",
79
- "@alfresco/adf-extensions": ">=8.1.0-15062874470",
78
+ "@alfresco/js-api": ">=9.1.0-15110243588",
79
+ "@alfresco/adf-extensions": ">=8.1.0-15110243588",
80
80
  "minimatch": ">=10.0.0",
81
81
  "pdfjs-dist": ">=3.3.122",
82
82
  "ts-morph": ">=20.0.0"