@alfresco/adf-content-services 7.0.0-alpha.9-13540273825 → 7.0.0-alpha.9-13562138419

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.
@@ -38,6 +38,7 @@ export declare class AspectListComponent implements OnInit {
38
38
  nodeAspectStatus: string[];
39
39
  notDisplayedAspects: string[];
40
40
  hasEqualAspect: boolean;
41
+ isPanelOpen: boolean[];
41
42
  private readonly destroyRef;
42
43
  constructor(aspectListService: AspectListService, nodeApiService: NodesApiService);
43
44
  ngOnInit(): void;
@@ -26,18 +26,28 @@ $dialog-list-height: calc(65vh - ($dialog-title-height + $dialog-information-hei
26
26
 
27
27
  .adf-aspect-list-check-button {
28
28
  margin-right: 5px;
29
+ height: 48px;
29
30
  align-items: center;
30
31
  display: flex;
31
32
  }
32
33
 
33
- .adf-aspect-list-element-title {
34
- font-size: smaller;
34
+ .adf-accordion-aspect-list-item {
35
+ padding-left: 14px;
35
36
  display: flex;
36
- align-items: center;
37
+ box-shadow: 0 2px 2px -1px var(--adf-theme-foreground-text-color-007);
38
+
39
+ &.adf-hover {
40
+ &:hover {
41
+ background-color: var(--adf-theme-background-hover-color);
42
+ }
43
+ }
37
44
  }
38
45
 
39
46
  .adf-accordion-aspect-list-expansion-panel {
40
47
  margin: 0;
48
+ width: 100%;
49
+ box-shadow: none;
50
+ background: border-box;
41
51
 
42
52
  #{$mat-checkbox-background} {
43
53
  height: 16px;
@@ -46,11 +56,12 @@ $dialog-list-height: calc(65vh - ($dialog-title-height + $dialog-information-hei
46
56
 
47
57
  &-header {
48
58
  font-size: smaller;
49
- padding-left: 12px;
59
+ padding-left: 0;
60
+ height: 48px;
50
61
  }
51
62
 
52
63
  &-header-title {
53
- flex: 1 1 0;
64
+ color: var(--theme-secondary-text);
54
65
  }
55
66
 
56
67
  &-header-description {
@@ -94,3 +105,13 @@ $dialog-list-height: calc(65vh - ($dialog-title-height + $dialog-information-hei
94
105
  }
95
106
  }
96
107
  }
108
+
109
+ .adf-accordion-aspect-list
110
+ .adf-accordion-aspect-list-item
111
+ .adf-accordion-aspect-list-expansion-panel
112
+ .adf-accordion-aspect-list-expansion-panel-header {
113
+ &:hover,
114
+ &:focus {
115
+ background: none;
116
+ }
117
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-content-services",
3
3
  "description": "Alfresco ADF content services",
4
- "version": "7.0.0-alpha.9-13540273825",
4
+ "version": "7.0.0-alpha.9-13562138419",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,9 +21,9 @@
21
21
  "@angular/platform-browser": ">=14.1.3",
22
22
  "@angular/platform-browser-dynamic": ">=14.1.3",
23
23
  "@angular/router": ">=14.1.3",
24
- "@alfresco/js-api": ">=8.0.0-alpha.9-13540273825",
24
+ "@alfresco/js-api": ">=8.0.0-alpha.9-13562138419",
25
25
  "@ngx-translate/core": ">=14.0.0",
26
- "@alfresco/adf-core": ">=7.0.0-alpha.9-13540273825"
26
+ "@alfresco/adf-core": ">=7.0.0-alpha.9-13562138419"
27
27
  },
28
28
  "keywords": [
29
29
  "content-services",