@alfresco/adf-core 8.1.0-15340102833 → 8.1.0-15340390815

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.
@@ -8,7 +8,6 @@
8
8
  .adf-property-label {
9
9
  color: var(--adf-metadata-property-panel-text-color);
10
10
  display: flex;
11
- padding: 3px 0;
12
11
  line-height: 20px;
13
12
 
14
13
  &.adf-property-value-editable {
@@ -219,15 +219,6 @@
219
219
  text-align: center;
220
220
  }
221
221
 
222
- &-label {
223
- width: 32px;
224
- height: 16px;
225
- font-size: var(--theme-caption-font-size);
226
- line-height: var(--theme-headline-line-height);
227
- text-align: left;
228
- white-space: nowrap;
229
- }
230
-
231
222
  &-form-mat-card-actions {
232
223
  padding-bottom: 25px;
233
224
  padding-right: 25px;
@@ -24,7 +24,7 @@ $adf-inplace-input-padding: 7px;
24
24
  }
25
25
 
26
26
  .adf-inplace-input-mat-form-field {
27
- width: 100%;
27
+ width: 98%;
28
28
  }
29
29
 
30
30
  .adf-inplace-input {
@@ -131,7 +131,6 @@ export declare class ViewerComponent<T> implements OnDestroy, OnInit, OnChanges
131
131
  private _fileName;
132
132
  private _fileNameWithoutExtension;
133
133
  private _fileExtension;
134
- displayName: string;
135
134
  downloadPromptTimer: number;
136
135
  downloadPromptReminderTimer: number;
137
136
  mimeTypeIconUrl: string;
@@ -160,7 +159,6 @@ export declare class ViewerComponent<T> implements OnDestroy, OnInit, OnChanges
160
159
  enterFullScreen(): void;
161
160
  onSubmitFile(newImageBlob: Blob): void;
162
161
  ngOnDestroy(): void;
163
- getDisplayFileName(): string;
164
162
  private configureAndInitDownloadPrompt;
165
163
  private configureDownloadPromptProperties;
166
164
  private initDownloadPrompt;
@@ -55,10 +55,23 @@
55
55
 
56
56
  &__display-name {
57
57
  font-size: var(--theme-subheading-2-font-size);
58
+ opacity: 0.87;
58
59
  line-height: 1.5;
60
+ letter-spacing: -0.4px;
61
+ font-weight: normal;
62
+ font-style: normal;
63
+ font-stretch: normal;
59
64
  vertical-align: middle;
60
65
  color: var(--adf-theme-foreground-text-color);
61
- white-space: nowrap;
66
+
67
+ &-without-extension {
68
+ display: inline-block;
69
+ text-overflow: ellipsis;
70
+ overflow: hidden;
71
+ max-width: 400px;
72
+ white-space: nowrap;
73
+ vertical-align: bottom;
74
+ }
62
75
  }
63
76
 
64
77
  &-container {
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-15340102833",
4
+ "version": "8.1.0-15340390815",
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-15340102833",
79
- "@alfresco/adf-extensions": ">=8.1.0-15340102833",
78
+ "@alfresco/js-api": ">=9.1.0-15340390815",
79
+ "@alfresco/adf-extensions": ">=8.1.0-15340390815",
80
80
  "minimatch": ">=10.0.0",
81
81
  "pdfjs-dist": ">=3.3.122",
82
82
  "ts-morph": ">=20.0.0"