@alfresco/adf-core 8.4.0-19133056716 → 8.4.0-19162119468

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,29 +14,28 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- import { ViewContainerRef, OnInit } from '@angular/core';
17
+ import { ViewContainerRef } from '@angular/core';
18
18
  import { ClipboardService } from './clipboard.service';
19
+ import { TranslateService } from '@ngx-translate/core';
20
+ import { MatTooltip } from '@angular/material/tooltip';
19
21
  import * as i0 from "@angular/core";
22
+ import * as i1 from "@angular/material/tooltip";
20
23
  export declare class ClipboardDirective {
21
- private clipboardService;
24
+ private readonly clipboardService;
22
25
  viewContainerRef: ViewContainerRef;
26
+ private readonly matTooltip;
27
+ private readonly translate;
23
28
  /** Translation key or message for the tooltip. */
24
29
  placeholder: string;
25
30
  /** Reference to the HTML element containing the text to copy. */
26
31
  target: HTMLInputElement | HTMLTextAreaElement;
27
32
  /** Translation key or message for snackbar notification. */
28
33
  message: string;
29
- constructor(clipboardService: ClipboardService, viewContainerRef: ViewContainerRef);
34
+ constructor(clipboardService: ClipboardService, viewContainerRef: ViewContainerRef, matTooltip: MatTooltip, translate: TranslateService);
30
35
  showTooltip(): void;
31
36
  closeTooltip(): void;
32
37
  copyToClipboard(event: KeyboardEvent | MouseEvent): void;
33
38
  private copyContentToClipboard;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardDirective, never>;
35
- static ɵdir: i0.ɵɵDirectiveDeclaration<ClipboardDirective, "[adf-clipboard]", ["adfClipboard"], { "placeholder": { "alias": "adf-clipboard"; "required": false; }; "target": { "alias": "target"; "required": false; }; "message": { "alias": "clipboard-notification"; "required": false; }; }, {}, never, never, true, never>;
36
- }
37
- export declare class ClipboardComponent implements OnInit {
38
- placeholder: string;
39
- ngOnInit(): void;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<ClipboardComponent, "adf-copy-content-tooltip", never, {}, {}, never, never, true, never>;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardDirective, [null, null, { self: true; }, { optional: true; }]>;
40
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClipboardDirective, "[adf-clipboard]", ["adfClipboard"], { "placeholder": { "alias": "adf-clipboard"; "required": false; }; "target": { "alias": "target"; "required": false; }; "message": { "alias": "clipboard-notification"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.MatTooltip; inputs: {}; outputs: {}; }]>;
42
41
  }
@@ -1,10 +1,11 @@
1
- import { ClipboardDirective, ClipboardComponent } from './clipboard.directive';
1
+ import { ClipboardDirective } from './clipboard.directive';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "./clipboard.directive";
4
- export declare const CLIPBOARD_DIRECTIVES: readonly [typeof ClipboardDirective, typeof ClipboardComponent];
3
+ import * as i1 from "@angular/material/tooltip";
4
+ import * as i2 from "./clipboard.directive";
5
+ export declare const CLIPBOARD_DIRECTIVES: readonly [typeof ClipboardDirective];
5
6
  /** @deprecated use `...CLIPBOARD_DIRECTIVES` or import standalone directives */
6
7
  export declare class ClipboardModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<ClipboardModule, never, [typeof i1.ClipboardDirective, typeof i1.ClipboardComponent], [typeof i1.ClipboardDirective, typeof i1.ClipboardComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClipboardModule, never, [typeof i1.MatTooltipModule, typeof i2.ClipboardDirective], [typeof i1.MatTooltipModule, typeof i2.ClipboardDirective]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<ClipboardModule>;
10
11
  }
@@ -156,6 +156,6 @@ export declare class CoreModule {
156
156
  */
157
157
  static forChild(): ModuleWithProviders<CoreModule>;
158
158
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
159
- static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof i1.AboutExtensionListComponent, typeof i2.AboutLicenseListComponent, typeof i3.ModuleListComponent, typeof i4.AboutRepositoryInfoComponent, typeof i5.PackageListComponent, typeof i6.AboutStatusListComponent, typeof i7.AboutServerSettingsComponent, typeof i8.AboutPanelDirective, typeof i9.AboutComponent, typeof i10.PdfPasswordDialogComponent, typeof i11.ViewerRenderComponent, typeof i12.ImgViewerComponent, typeof i13.TxtViewerComponent, typeof i14.MediaPlayerComponent, typeof i15.PdfViewerComponent, typeof i16.PdfThumbComponent, typeof i17.PdfThumbListComponent, typeof i18.ViewerExtensionDirective, typeof i19.UnknownFormatComponent, typeof i20.ViewerToolbarComponent, typeof i21.ViewerSidebarComponent, typeof i22.ViewerOpenWithComponent, typeof i23.ViewerMoreActionsComponent, typeof i24.ViewerToolbarActionsComponent, typeof i25.ViewerComponent, typeof i26.ViewerToolbarCustomActionsComponent, typeof i27.DownloadPromptDialogComponent, typeof i28.SidenavLayoutHeaderDirective, typeof i29.SidenavLayoutContentDirective, typeof i30.SidenavLayoutNavigationDirective, typeof i31.SidebarMenuDirective, typeof i31.SidebarMenuExpandIconDirective, typeof i31.SidebarMenuTitleIconDirective, typeof i32.HeaderLayoutComponent, typeof i31.SidebarActionMenuComponent, typeof i33.LayoutContainerComponent, typeof i34.SidenavLayoutComponent, typeof i35.LocalizedDatePipe, typeof i36.TimeAgoPipe, typeof i37.FileSizePipe, typeof i38.HighlightPipe, typeof i39.FullNamePipe, typeof i40.FormatSpacePipe, typeof i41.FileTypePipe, typeof i42.MultiValuePipe, typeof i43.DecimalNumberPipe, typeof i44.DateTimePipe, typeof i45.InitialUsernamePipe, typeof i46.TruncatePipe, typeof i47.IdentityUserInfoComponent, typeof i48.HighlightDirective, typeof i49.LogoutDirective, typeof i50.UploadDirective, typeof i51.TooltipCardDirective, typeof i52.TooltipCardComponent, typeof i53.InfiniteSelectScrollDirective, typeof i54.AppConfigPipe, typeof i55.InfinitePaginationComponent, typeof i56.PaginationComponent, typeof i57.ToolbarComponent, typeof i58.ToolbarTitleComponent, typeof i59.ToolbarDividerComponent, typeof i60.ContextMenuListComponent, typeof i61.ContextMenuDirective, typeof i62.CardViewComponent, typeof i63.CardViewBoolItemComponent, typeof i64.CardViewDateItemComponent, typeof i65.CardViewMapItemComponent, typeof i66.CardViewTextItemComponent, typeof i67.CardViewKeyValuePairsItemComponent, typeof i68.CardViewSelectItemComponent, typeof i69.CardViewItemDispatcherComponent, typeof i70.CardViewArrayItemComponent, typeof i71.SelectFilterInputComponent, typeof i72.FormBaseModule, typeof i73.CommentsComponent, typeof i74.CommentListComponent, typeof i75.ClipboardDirective, typeof i75.ClipboardComponent, typeof i76.LoginComponent, typeof i77.LoginFooterDirective, typeof i78.LoginHeaderDirective, typeof i79.LoginDialogPanelComponent, typeof i80.LanguageMenuComponent, typeof i81.LanguagePickerComponent, typeof i82.InfoDrawerLayoutComponent, typeof i83.InfoDrawerTabComponent, typeof i83.InfoDrawerComponent, typeof i82.InfoDrawerTitleDirective, typeof i82.InfoDrawerButtonsDirective, typeof i82.InfoDrawerContentDirective, typeof i84.BooleanCellComponent, typeof i85.AmountCellComponent, typeof i86.NumberCellComponent, typeof i87.LocationCellComponent, typeof i88.DateCellComponent, typeof i89.IconCellComponent, typeof i90.ColumnsSelectorComponent, typeof i91.DataColumnComponent, typeof i92.DataColumnListComponent, typeof i93.DateColumnHeaderComponent, typeof i35.LocalizedDatePipe, typeof i94.ResizableDirective, typeof i95.ResizeHandleDirective, typeof i96.DropZoneDirective, typeof i97.EmptyListComponent, typeof i97.EmptyListHeaderDirective, typeof i97.EmptyListBodyDirective, typeof i97.EmptyListFooterDirective, typeof i98.FileSizeCellComponent, typeof i99.JsonCellComponent, typeof i100.NoContentTemplateDirective, typeof i101.NoPermissionTemplateDirective, typeof i102.LoadingContentTemplateDirective, typeof i103.HeaderFilterTemplateDirective, typeof i104.CustomEmptyContentTemplateDirective, typeof i105.CustomLoadingContentTemplateDirective, typeof i106.CustomNoPermissionTemplateDirective, typeof i107.MainMenuDataTableTemplateDirective, typeof i108.DataTableRowComponent, typeof i109.DataTableCellComponent, typeof i110.DataTableComponent, typeof i111.ErrorContentComponent, typeof i112.EmptyContentComponent, typeof i113.IconComponent, typeof i114.SortingPickerComponent, typeof i115.NotificationHistoryComponent, typeof i116.SearchTextInputComponent, typeof i117.SearchTriggerDirective, typeof i118.BlankPageComponent, typeof i119.UnsavedChangesDialogComponent, typeof i120.DynamicChipListComponent, typeof i121.MaterialModule], [typeof i1.AboutExtensionListComponent, typeof i2.AboutLicenseListComponent, typeof i3.ModuleListComponent, typeof i4.AboutRepositoryInfoComponent, typeof i5.PackageListComponent, typeof i6.AboutStatusListComponent, typeof i7.AboutServerSettingsComponent, typeof i8.AboutPanelDirective, typeof i9.AboutComponent, typeof i10.PdfPasswordDialogComponent, typeof i11.ViewerRenderComponent, typeof i12.ImgViewerComponent, typeof i13.TxtViewerComponent, typeof i14.MediaPlayerComponent, typeof i15.PdfViewerComponent, typeof i16.PdfThumbComponent, typeof i17.PdfThumbListComponent, typeof i18.ViewerExtensionDirective, typeof i19.UnknownFormatComponent, typeof i20.ViewerToolbarComponent, typeof i21.ViewerSidebarComponent, typeof i22.ViewerOpenWithComponent, typeof i23.ViewerMoreActionsComponent, typeof i24.ViewerToolbarActionsComponent, typeof i25.ViewerComponent, typeof i26.ViewerToolbarCustomActionsComponent, typeof i27.DownloadPromptDialogComponent, typeof i28.SidenavLayoutHeaderDirective, typeof i29.SidenavLayoutContentDirective, typeof i30.SidenavLayoutNavigationDirective, typeof i31.SidebarMenuDirective, typeof i31.SidebarMenuExpandIconDirective, typeof i31.SidebarMenuTitleIconDirective, typeof i32.HeaderLayoutComponent, typeof i31.SidebarActionMenuComponent, typeof i33.LayoutContainerComponent, typeof i34.SidenavLayoutComponent, typeof i35.LocalizedDatePipe, typeof i36.TimeAgoPipe, typeof i37.FileSizePipe, typeof i38.HighlightPipe, typeof i39.FullNamePipe, typeof i40.FormatSpacePipe, typeof i41.FileTypePipe, typeof i42.MultiValuePipe, typeof i43.DecimalNumberPipe, typeof i44.DateTimePipe, typeof i45.InitialUsernamePipe, typeof i46.TruncatePipe, typeof i48.HighlightDirective, typeof i49.LogoutDirective, typeof i50.UploadDirective, typeof i51.TooltipCardDirective, typeof i52.TooltipCardComponent, typeof i53.InfiniteSelectScrollDirective, typeof i75.ClipboardDirective, typeof i75.ClipboardComponent, typeof i47.IdentityUserInfoComponent, typeof i54.AppConfigPipe, typeof i55.InfinitePaginationComponent, typeof i56.PaginationComponent, typeof i57.ToolbarComponent, typeof i58.ToolbarTitleComponent, typeof i59.ToolbarDividerComponent, typeof i60.ContextMenuListComponent, typeof i61.ContextMenuDirective, typeof i62.CardViewComponent, typeof i63.CardViewBoolItemComponent, typeof i64.CardViewDateItemComponent, typeof i65.CardViewMapItemComponent, typeof i66.CardViewTextItemComponent, typeof i67.CardViewKeyValuePairsItemComponent, typeof i68.CardViewSelectItemComponent, typeof i69.CardViewItemDispatcherComponent, typeof i70.CardViewArrayItemComponent, typeof i71.SelectFilterInputComponent, typeof i72.FormBaseModule, typeof i73.CommentsComponent, typeof i74.CommentListComponent, typeof i76.LoginComponent, typeof i77.LoginFooterDirective, typeof i78.LoginHeaderDirective, typeof i79.LoginDialogPanelComponent, typeof i80.LanguageMenuComponent, typeof i81.LanguagePickerComponent, typeof i82.InfoDrawerLayoutComponent, typeof i83.InfoDrawerTabComponent, typeof i83.InfoDrawerComponent, typeof i82.InfoDrawerTitleDirective, typeof i82.InfoDrawerButtonsDirective, typeof i82.InfoDrawerContentDirective, typeof i84.BooleanCellComponent, typeof i85.AmountCellComponent, typeof i86.NumberCellComponent, typeof i87.LocationCellComponent, typeof i88.DateCellComponent, typeof i89.IconCellComponent, typeof i90.ColumnsSelectorComponent, typeof i91.DataColumnComponent, typeof i92.DataColumnListComponent, typeof i93.DateColumnHeaderComponent, typeof i35.LocalizedDatePipe, typeof i94.ResizableDirective, typeof i95.ResizeHandleDirective, typeof i96.DropZoneDirective, typeof i97.EmptyListComponent, typeof i97.EmptyListHeaderDirective, typeof i97.EmptyListBodyDirective, typeof i97.EmptyListFooterDirective, typeof i98.FileSizeCellComponent, typeof i99.JsonCellComponent, typeof i100.NoContentTemplateDirective, typeof i101.NoPermissionTemplateDirective, typeof i102.LoadingContentTemplateDirective, typeof i103.HeaderFilterTemplateDirective, typeof i104.CustomEmptyContentTemplateDirective, typeof i105.CustomLoadingContentTemplateDirective, typeof i106.CustomNoPermissionTemplateDirective, typeof i107.MainMenuDataTableTemplateDirective, typeof i108.DataTableRowComponent, typeof i109.DataTableCellComponent, typeof i110.DataTableComponent, typeof i111.ErrorContentComponent, typeof i112.EmptyContentComponent, typeof i114.SortingPickerComponent, typeof i113.IconComponent, typeof i115.NotificationHistoryComponent, typeof i116.SearchTextInputComponent, typeof i117.SearchTriggerDirective, typeof i118.BlankPageComponent, typeof i119.UnsavedChangesDialogComponent, typeof i120.DynamicChipListComponent, typeof i121.MaterialModule]>;
159
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof i1.AboutExtensionListComponent, typeof i2.AboutLicenseListComponent, typeof i3.ModuleListComponent, typeof i4.AboutRepositoryInfoComponent, typeof i5.PackageListComponent, typeof i6.AboutStatusListComponent, typeof i7.AboutServerSettingsComponent, typeof i8.AboutPanelDirective, typeof i9.AboutComponent, typeof i10.PdfPasswordDialogComponent, typeof i11.ViewerRenderComponent, typeof i12.ImgViewerComponent, typeof i13.TxtViewerComponent, typeof i14.MediaPlayerComponent, typeof i15.PdfViewerComponent, typeof i16.PdfThumbComponent, typeof i17.PdfThumbListComponent, typeof i18.ViewerExtensionDirective, typeof i19.UnknownFormatComponent, typeof i20.ViewerToolbarComponent, typeof i21.ViewerSidebarComponent, typeof i22.ViewerOpenWithComponent, typeof i23.ViewerMoreActionsComponent, typeof i24.ViewerToolbarActionsComponent, typeof i25.ViewerComponent, typeof i26.ViewerToolbarCustomActionsComponent, typeof i27.DownloadPromptDialogComponent, typeof i28.SidenavLayoutHeaderDirective, typeof i29.SidenavLayoutContentDirective, typeof i30.SidenavLayoutNavigationDirective, typeof i31.SidebarMenuDirective, typeof i31.SidebarMenuExpandIconDirective, typeof i31.SidebarMenuTitleIconDirective, typeof i32.HeaderLayoutComponent, typeof i31.SidebarActionMenuComponent, typeof i33.LayoutContainerComponent, typeof i34.SidenavLayoutComponent, typeof i35.LocalizedDatePipe, typeof i36.TimeAgoPipe, typeof i37.FileSizePipe, typeof i38.HighlightPipe, typeof i39.FullNamePipe, typeof i40.FormatSpacePipe, typeof i41.FileTypePipe, typeof i42.MultiValuePipe, typeof i43.DecimalNumberPipe, typeof i44.DateTimePipe, typeof i45.InitialUsernamePipe, typeof i46.TruncatePipe, typeof i47.IdentityUserInfoComponent, typeof i48.HighlightDirective, typeof i49.LogoutDirective, typeof i50.UploadDirective, typeof i51.TooltipCardDirective, typeof i52.TooltipCardComponent, typeof i53.InfiniteSelectScrollDirective, typeof i54.AppConfigPipe, typeof i55.InfinitePaginationComponent, typeof i56.PaginationComponent, typeof i57.ToolbarComponent, typeof i58.ToolbarTitleComponent, typeof i59.ToolbarDividerComponent, typeof i60.ContextMenuListComponent, typeof i61.ContextMenuDirective, typeof i62.CardViewComponent, typeof i63.CardViewBoolItemComponent, typeof i64.CardViewDateItemComponent, typeof i65.CardViewMapItemComponent, typeof i66.CardViewTextItemComponent, typeof i67.CardViewKeyValuePairsItemComponent, typeof i68.CardViewSelectItemComponent, typeof i69.CardViewItemDispatcherComponent, typeof i70.CardViewArrayItemComponent, typeof i71.SelectFilterInputComponent, typeof i72.FormBaseModule, typeof i73.CommentsComponent, typeof i74.CommentListComponent, typeof i75.ClipboardDirective, typeof i76.LoginComponent, typeof i77.LoginFooterDirective, typeof i78.LoginHeaderDirective, typeof i79.LoginDialogPanelComponent, typeof i80.LanguageMenuComponent, typeof i81.LanguagePickerComponent, typeof i82.InfoDrawerLayoutComponent, typeof i83.InfoDrawerTabComponent, typeof i83.InfoDrawerComponent, typeof i82.InfoDrawerTitleDirective, typeof i82.InfoDrawerButtonsDirective, typeof i82.InfoDrawerContentDirective, typeof i84.BooleanCellComponent, typeof i85.AmountCellComponent, typeof i86.NumberCellComponent, typeof i87.LocationCellComponent, typeof i88.DateCellComponent, typeof i89.IconCellComponent, typeof i90.ColumnsSelectorComponent, typeof i91.DataColumnComponent, typeof i92.DataColumnListComponent, typeof i93.DateColumnHeaderComponent, typeof i35.LocalizedDatePipe, typeof i94.ResizableDirective, typeof i95.ResizeHandleDirective, typeof i96.DropZoneDirective, typeof i97.EmptyListComponent, typeof i97.EmptyListHeaderDirective, typeof i97.EmptyListBodyDirective, typeof i97.EmptyListFooterDirective, typeof i98.FileSizeCellComponent, typeof i99.JsonCellComponent, typeof i100.NoContentTemplateDirective, typeof i101.NoPermissionTemplateDirective, typeof i102.LoadingContentTemplateDirective, typeof i103.HeaderFilterTemplateDirective, typeof i104.CustomEmptyContentTemplateDirective, typeof i105.CustomLoadingContentTemplateDirective, typeof i106.CustomNoPermissionTemplateDirective, typeof i107.MainMenuDataTableTemplateDirective, typeof i108.DataTableRowComponent, typeof i109.DataTableCellComponent, typeof i110.DataTableComponent, typeof i111.ErrorContentComponent, typeof i112.EmptyContentComponent, typeof i113.IconComponent, typeof i114.SortingPickerComponent, typeof i115.NotificationHistoryComponent, typeof i116.SearchTextInputComponent, typeof i117.SearchTriggerDirective, typeof i118.BlankPageComponent, typeof i119.UnsavedChangesDialogComponent, typeof i120.DynamicChipListComponent, typeof i121.MaterialModule], [typeof i1.AboutExtensionListComponent, typeof i2.AboutLicenseListComponent, typeof i3.ModuleListComponent, typeof i4.AboutRepositoryInfoComponent, typeof i5.PackageListComponent, typeof i6.AboutStatusListComponent, typeof i7.AboutServerSettingsComponent, typeof i8.AboutPanelDirective, typeof i9.AboutComponent, typeof i10.PdfPasswordDialogComponent, typeof i11.ViewerRenderComponent, typeof i12.ImgViewerComponent, typeof i13.TxtViewerComponent, typeof i14.MediaPlayerComponent, typeof i15.PdfViewerComponent, typeof i16.PdfThumbComponent, typeof i17.PdfThumbListComponent, typeof i18.ViewerExtensionDirective, typeof i19.UnknownFormatComponent, typeof i20.ViewerToolbarComponent, typeof i21.ViewerSidebarComponent, typeof i22.ViewerOpenWithComponent, typeof i23.ViewerMoreActionsComponent, typeof i24.ViewerToolbarActionsComponent, typeof i25.ViewerComponent, typeof i26.ViewerToolbarCustomActionsComponent, typeof i27.DownloadPromptDialogComponent, typeof i28.SidenavLayoutHeaderDirective, typeof i29.SidenavLayoutContentDirective, typeof i30.SidenavLayoutNavigationDirective, typeof i31.SidebarMenuDirective, typeof i31.SidebarMenuExpandIconDirective, typeof i31.SidebarMenuTitleIconDirective, typeof i32.HeaderLayoutComponent, typeof i31.SidebarActionMenuComponent, typeof i33.LayoutContainerComponent, typeof i34.SidenavLayoutComponent, typeof i35.LocalizedDatePipe, typeof i36.TimeAgoPipe, typeof i37.FileSizePipe, typeof i38.HighlightPipe, typeof i39.FullNamePipe, typeof i40.FormatSpacePipe, typeof i41.FileTypePipe, typeof i42.MultiValuePipe, typeof i43.DecimalNumberPipe, typeof i44.DateTimePipe, typeof i45.InitialUsernamePipe, typeof i46.TruncatePipe, typeof i48.HighlightDirective, typeof i49.LogoutDirective, typeof i50.UploadDirective, typeof i51.TooltipCardDirective, typeof i52.TooltipCardComponent, typeof i53.InfiniteSelectScrollDirective, typeof i75.ClipboardDirective, typeof i47.IdentityUserInfoComponent, typeof i54.AppConfigPipe, typeof i55.InfinitePaginationComponent, typeof i56.PaginationComponent, typeof i57.ToolbarComponent, typeof i58.ToolbarTitleComponent, typeof i59.ToolbarDividerComponent, typeof i60.ContextMenuListComponent, typeof i61.ContextMenuDirective, typeof i62.CardViewComponent, typeof i63.CardViewBoolItemComponent, typeof i64.CardViewDateItemComponent, typeof i65.CardViewMapItemComponent, typeof i66.CardViewTextItemComponent, typeof i67.CardViewKeyValuePairsItemComponent, typeof i68.CardViewSelectItemComponent, typeof i69.CardViewItemDispatcherComponent, typeof i70.CardViewArrayItemComponent, typeof i71.SelectFilterInputComponent, typeof i72.FormBaseModule, typeof i73.CommentsComponent, typeof i74.CommentListComponent, typeof i76.LoginComponent, typeof i77.LoginFooterDirective, typeof i78.LoginHeaderDirective, typeof i79.LoginDialogPanelComponent, typeof i80.LanguageMenuComponent, typeof i81.LanguagePickerComponent, typeof i82.InfoDrawerLayoutComponent, typeof i83.InfoDrawerTabComponent, typeof i83.InfoDrawerComponent, typeof i82.InfoDrawerTitleDirective, typeof i82.InfoDrawerButtonsDirective, typeof i82.InfoDrawerContentDirective, typeof i84.BooleanCellComponent, typeof i85.AmountCellComponent, typeof i86.NumberCellComponent, typeof i87.LocationCellComponent, typeof i88.DateCellComponent, typeof i89.IconCellComponent, typeof i90.ColumnsSelectorComponent, typeof i91.DataColumnComponent, typeof i92.DataColumnListComponent, typeof i93.DateColumnHeaderComponent, typeof i35.LocalizedDatePipe, typeof i94.ResizableDirective, typeof i95.ResizeHandleDirective, typeof i96.DropZoneDirective, typeof i97.EmptyListComponent, typeof i97.EmptyListHeaderDirective, typeof i97.EmptyListBodyDirective, typeof i97.EmptyListFooterDirective, typeof i98.FileSizeCellComponent, typeof i99.JsonCellComponent, typeof i100.NoContentTemplateDirective, typeof i101.NoPermissionTemplateDirective, typeof i102.LoadingContentTemplateDirective, typeof i103.HeaderFilterTemplateDirective, typeof i104.CustomEmptyContentTemplateDirective, typeof i105.CustomLoadingContentTemplateDirective, typeof i106.CustomNoPermissionTemplateDirective, typeof i107.MainMenuDataTableTemplateDirective, typeof i108.DataTableRowComponent, typeof i109.DataTableCellComponent, typeof i110.DataTableComponent, typeof i111.ErrorContentComponent, typeof i112.EmptyContentComponent, typeof i114.SortingPickerComponent, typeof i113.IconComponent, typeof i115.NotificationHistoryComponent, typeof i116.SearchTextInputComponent, typeof i117.SearchTriggerDirective, typeof i118.BlankPageComponent, typeof i119.UnsavedChangesDialogComponent, typeof i120.DynamicChipListComponent, typeof i121.MaterialModule]>;
160
160
  static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
161
161
  }
@@ -37,10 +37,12 @@ export declare class DataTableCellComponent implements OnInit {
37
37
  protected destroyRef: DestroyRef;
38
38
  protected dataTableService: DataTableService;
39
39
  value$: BehaviorSubject<any>;
40
+ computedTitle: string;
40
41
  ngOnInit(): void;
41
42
  protected updateValue(): void;
42
43
  private subscribeToRowUpdates;
43
44
  private getNestedPropertyValue;
45
+ private computeTitle;
44
46
  static ɵfac: i0.ɵɵFactoryDeclaration<DataTableCellComponent, never>;
45
47
  static ɵcmp: i0.ɵɵComponentDeclaration<DataTableCellComponent, "adf-datatable-cell", never, { "data": { "alias": "data"; "required": true; }; "column": { "alias": "column"; "required": true; }; "row": { "alias": "row"; "required": true; }; "copyContent": { "alias": "copyContent"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "resolverFn": { "alias": "resolverFn"; "required": false; }; }, {}, never, never, true, never>;
46
48
  }
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-19133056716",
4
+ "version": "8.4.0-19162119468",
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-19133056716",
67
- "@alfresco/adf-extensions": ">=8.4.0-19133056716",
66
+ "@alfresco/js-api": ">=9.4.0-19162119468",
67
+ "@alfresco/adf-extensions": ">=8.4.0-19162119468",
68
68
  "minimatch": ">=10.0.0",
69
69
  "pdfjs-dist": ">=3.3.122"
70
70
  },
@@ -1,19 +0,0 @@
1
- .adf-copy-tooltip {
2
- position: absolute;
3
- background: var(--theme-primary-color);
4
- color: var(--theme-primary-color-default-contrast);
5
- font-size: var(--theme-caption-font-size);
6
- padding: 2px 5px;
7
- border-radius: 5px;
8
- bottom: 93%;
9
- left: 0;
10
- z-index: 1001;
11
- min-height: 20px;
12
- }
13
-
14
- .adf-sticky-header {
15
- .adf-copy-tooltip {
16
- top: 85%;
17
- bottom: 0;
18
- }
19
- }