@alfresco/adf-core 8.4.0-19895101753 → 8.4.0-19927269263

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.
@@ -31,31 +31,6 @@
31
31
  .adf-form-tab-group {
32
32
  width: 100%;
33
33
  }
34
-
35
- #{ms.$mat-tab-body} {
36
- margin-bottom: 8em;
37
-
38
- @include flex.layout-bp(lt-md) {
39
- margin-bottom: 0;
40
- }
41
- }
42
-
43
- #{ms.$mat-tab-header} {
44
- z-index: 2;
45
- margin: 0;
46
- background-color: white;
47
- position: absolute;
48
- width: 98%;
49
- /* stylelint-disable-next-line declaration-no-important */
50
- margin-left: 0 !important;
51
- /* stylelint-disable-next-line declaration-no-important */
52
- margin-right: 10px !important;
53
- top: 0;
54
- }
55
-
56
- #{ms.$mat-tab-body-wrapper} {
57
- padding-top: 5%;
58
- }
59
34
  }
60
35
 
61
36
  .mat-mdc-card-content:first-child {
@@ -207,11 +182,6 @@
207
182
  overflow: hidden;
208
183
  }
209
184
 
210
- & #{ms.$mat-tab-header} {
211
- position: fixed;
212
- z-index: 1000;
213
- }
214
-
215
185
  & #{ms.$mat-card-header-text} {
216
186
  margin: 0;
217
187
  }
@@ -49,6 +49,7 @@ export declare class AmountWidgetComponent extends WidgetComponent implements On
49
49
  ngOnInit(): void;
50
50
  amountWidgetOnBlur(): void;
51
51
  amountWidgetOnFocus(): void;
52
+ checkIfEmptyStringOrOnlySpaces(placeholder: string): boolean;
52
53
  onFieldChangedAmountWidget(): void;
53
54
  setInitialValues(): void;
54
55
  subscribeToFieldChanges(): void;
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.4.0-19895101753",
4
+ "version": "8.4.0-19927269263",
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": ">=9.4.0-19895101753",
67
- "@alfresco/adf-extensions": ">=8.4.0-19895101753",
66
+ "@alfresco/js-api": ">=9.4.0-19927269263",
67
+ "@alfresco/adf-extensions": ">=8.4.0-19927269263",
68
68
  "minimatch": ">=10.0.0",
69
69
  "pdfjs-dist": ">=3.3.122"
70
70
  },