@alfresco/adf-core 8.1.0-15782677066 → 8.1.0-15822125972

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.
@@ -22,6 +22,7 @@ import { UserPreferencesService } from '../../../common/services/user-preference
22
22
  import { BaseCardView } from '../base-card-view';
23
23
  import { ClipboardService } from '../../../clipboard/clipboard.service';
24
24
  import { TranslationService } from '../../../translation/translation.service';
25
+ import { FormControl } from '@angular/forms';
25
26
  import * as i0 from "@angular/core";
26
27
  export declare class CardViewDateItemComponent extends BaseCardView<CardViewDateItemModel> implements OnInit {
27
28
  private dateAdapter;
@@ -32,6 +33,7 @@ export declare class CardViewDateItemComponent extends BaseCardView<CardViewDate
32
33
  displayClearAction: boolean;
33
34
  datepicker: MatDatetimepickerComponent<any>;
34
35
  valueDate: Date;
36
+ cardViewDateTimeControl: FormControl<Date>;
35
37
  private readonly destroyRef;
36
38
  constructor(dateAdapter: DateAdapter<Date>, userPreferencesService: UserPreferencesService, clipboardService: ClipboardService, translateService: TranslationService);
37
39
  ngOnInit(): void;
@@ -6,7 +6,6 @@
6
6
  padding-bottom: 6px;
7
7
  line-height: 20px;
8
8
  color: var(--adf-metadata-property-panel-title-color);
9
- border-bottom: 1px solid var(--adf-metadata-property-panel-border-color);
10
9
  margin-top: 10px;
11
10
 
12
11
  &.adf-property-value-editable {
@@ -42,7 +41,6 @@
42
41
  .adf-dateitem-editable {
43
42
  cursor: pointer;
44
43
  width: 100%;
45
- padding: 0 5px;
46
44
 
47
45
  /* stylelint-disable-next-line no-descending-specificity */
48
46
  &-controls {
@@ -62,7 +60,7 @@
62
60
  transform: scale(0.8);
63
61
  }
64
62
 
65
- .adf-datepicker-toggle {
63
+ .adf-datepicker-span-button {
66
64
  flex: 1 0 auto;
67
65
  font-size: 14px;
68
66
  }
@@ -34,7 +34,8 @@
34
34
  }
35
35
 
36
36
  #{ms.$mat-select-trigger} {
37
- padding: 6px 12px 6px 6px;
37
+ padding-left: 6px;
38
+ padding-right: 6px;
38
39
  }
39
40
  }
40
41
  }
@@ -33,7 +33,7 @@
33
33
  margin: 0;
34
34
  background-color: white;
35
35
  position: absolute;
36
- width: 96%;
36
+ width: 98%;
37
37
  /* stylelint-disable-next-line declaration-no-important */
38
38
  margin-left: 0 !important;
39
39
  /* stylelint-disable-next-line declaration-no-important */
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-15782677066",
4
+ "version": "8.1.0-15822125972",
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-15782677066",
79
- "@alfresco/adf-extensions": ">=8.1.0-15782677066",
78
+ "@alfresco/js-api": ">=9.1.0-15822125972",
79
+ "@alfresco/adf-extensions": ">=8.1.0-15822125972",
80
80
  "minimatch": ">=10.0.0",
81
81
  "pdfjs-dist": ">=3.3.122",
82
82
  "ts-morph": ">=20.0.0"