@alfresco/adf-core 8.4.0-19032555024 → 8.4.0-19062358161
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.
- package/bundles/assets/adf-core/i18n/ar.json +0 -5
- package/bundles/assets/adf-core/i18n/cs.json +0 -5
- package/bundles/assets/adf-core/i18n/da.json +0 -5
- package/bundles/assets/adf-core/i18n/de.json +0 -5
- package/bundles/assets/adf-core/i18n/en.json +0 -5
- package/bundles/assets/adf-core/i18n/es.json +0 -5
- package/bundles/assets/adf-core/i18n/fi.json +0 -5
- package/bundles/assets/adf-core/i18n/fr.json +0 -5
- package/bundles/assets/adf-core/i18n/it.json +0 -5
- package/bundles/assets/adf-core/i18n/ja.json +0 -5
- package/bundles/assets/adf-core/i18n/nb.json +0 -5
- package/bundles/assets/adf-core/i18n/nl.json +0 -5
- package/bundles/assets/adf-core/i18n/pl.json +0 -5
- package/bundles/assets/adf-core/i18n/pt-BR.json +0 -5
- package/bundles/assets/adf-core/i18n/pt.json +0 -5
- package/bundles/assets/adf-core/i18n/ru.json +0 -5
- package/bundles/assets/adf-core/i18n/sv.json +0 -5
- package/bundles/assets/adf-core/i18n/zh-CN.json +0 -5
- package/custom-theme/material-theme.scss +13 -13
- package/custom-theme/theme/custom-palette-creator.scss +23 -25
- package/custom-theme/theme/custom-theme-palettes.scss +7 -7
- package/custom-theme/theme/theme-data.scss +13 -13
- package/custom-theme/theme/typography.scss +5 -5
- package/fesm2022/adf-core.mjs +7 -90
- package/fesm2022/adf-core.mjs.map +1 -1
- package/lib/core.module.d.ts +44 -45
- package/lib/login/login.module.d.ts +3 -5
- package/lib/login/public-api.d.ts +0 -2
- package/package.json +3 -3
- package/lib/login/components/login-dialog/login-dialog-component-data.interface.d.ts +0 -22
- package/lib/login/components/login-dialog/login-dialog.component.d.ts +0 -16
- package/lib/login/components/login-dialog/login-dialog.component.scss +0 -4
package/lib/core.module.d.ts
CHANGED
|
@@ -94,50 +94,49 @@ import * as i75 from "./clipboard/clipboard.directive";
|
|
|
94
94
|
import * as i76 from "./login/components/login/login.component";
|
|
95
95
|
import * as i77 from "./login/directives/login-footer.directive";
|
|
96
96
|
import * as i78 from "./login/directives/login-header.directive";
|
|
97
|
-
import * as i79 from "./login/components/login-dialog/login-dialog.component";
|
|
98
|
-
import * as i80 from "./
|
|
99
|
-
import * as i81 from "./language-menu/language-
|
|
100
|
-
import * as i82 from "./
|
|
101
|
-
import * as i83 from "./info-drawer/info-drawer
|
|
102
|
-
import * as i84 from "./
|
|
103
|
-
import * as i85 from "./datatable/components/
|
|
104
|
-
import * as i86 from "./datatable/components/
|
|
105
|
-
import * as i87 from "./datatable/components/
|
|
106
|
-
import * as i88 from "./datatable/components/
|
|
107
|
-
import * as i89 from "./datatable/components/
|
|
108
|
-
import * as i90 from "./datatable/components/
|
|
109
|
-
import * as i91 from "./datatable/
|
|
110
|
-
import * as i92 from "./datatable/data-column/data-column.component";
|
|
111
|
-
import * as i93 from "./datatable/data-column/data-column-
|
|
112
|
-
import * as i94 from "./datatable/
|
|
113
|
-
import * as i95 from "./datatable/directives/resizable/
|
|
114
|
-
import * as i96 from "./datatable/directives/
|
|
115
|
-
import * as i97 from "./datatable/
|
|
116
|
-
import * as i98 from "./datatable/components/
|
|
117
|
-
import * as i99 from "./datatable/components/
|
|
118
|
-
import * as i100 from "./datatable/
|
|
119
|
-
import * as i101 from "./datatable/directives/no-
|
|
120
|
-
import * as i102 from "./datatable/directives/
|
|
121
|
-
import * as i103 from "./datatable/directives/
|
|
122
|
-
import * as i104 from "./datatable/directives/
|
|
123
|
-
import * as i105 from "./datatable/directives/custom-
|
|
124
|
-
import * as i106 from "./datatable/directives/custom-
|
|
125
|
-
import * as i107 from "./datatable/directives/
|
|
126
|
-
import * as i108 from "./datatable/
|
|
127
|
-
import * as i109 from "./datatable/components/datatable-
|
|
128
|
-
import * as i110 from "./datatable/components/datatable
|
|
129
|
-
import * as i111 from "./
|
|
130
|
-
import * as i112 from "./templates/
|
|
131
|
-
import * as i113 from "./
|
|
132
|
-
import * as i114 from "./
|
|
133
|
-
import * as i115 from "./
|
|
134
|
-
import * as i116 from "./
|
|
135
|
-
import * as i117 from "./search-text/search-
|
|
136
|
-
import * as i118 from "./
|
|
137
|
-
import * as i119 from "./
|
|
138
|
-
import * as i120 from "./
|
|
139
|
-
import * as i121 from "./
|
|
140
|
-
import * as i122 from "./material.module";
|
|
97
|
+
import * as i79 from "./login/components/login-dialog-panel/login-dialog-panel.component";
|
|
98
|
+
import * as i80 from "./language-menu/language-menu.component";
|
|
99
|
+
import * as i81 from "./language-menu/language-picker.component";
|
|
100
|
+
import * as i82 from "./info-drawer/info-drawer-layout.component";
|
|
101
|
+
import * as i83 from "./info-drawer/info-drawer.component";
|
|
102
|
+
import * as i84 from "./datatable/components/boolean-cell/boolean-cell.component";
|
|
103
|
+
import * as i85 from "./datatable/components/amount-cell/amount-cell.component";
|
|
104
|
+
import * as i86 from "./datatable/components/number-cell/number-cell.component";
|
|
105
|
+
import * as i87 from "./datatable/components/location-cell/location-cell.component";
|
|
106
|
+
import * as i88 from "./datatable/components/date-cell/date-cell.component";
|
|
107
|
+
import * as i89 from "./datatable/components/icon-cell/icon-cell.component";
|
|
108
|
+
import * as i90 from "./datatable/components/columns-selector/columns-selector.component";
|
|
109
|
+
import * as i91 from "./datatable/data-column/data-column.component";
|
|
110
|
+
import * as i92 from "./datatable/data-column/data-column-list.component";
|
|
111
|
+
import * as i93 from "./datatable/data-column/data-column-header.component";
|
|
112
|
+
import * as i94 from "./datatable/directives/resizable/resizable.directive";
|
|
113
|
+
import * as i95 from "./datatable/directives/resizable/resize-handle.directive";
|
|
114
|
+
import * as i96 from "./datatable/directives/drop-zone.directive";
|
|
115
|
+
import * as i97 from "./datatable/components/empty-list/empty-list.component";
|
|
116
|
+
import * as i98 from "./datatable/components/filesize-cell/filesize-cell.component";
|
|
117
|
+
import * as i99 from "./datatable/components/json-cell/json-cell.component";
|
|
118
|
+
import * as i100 from "./datatable/directives/no-content-template.directive";
|
|
119
|
+
import * as i101 from "./datatable/directives/no-permission-template.directive";
|
|
120
|
+
import * as i102 from "./datatable/directives/loading-template.directive";
|
|
121
|
+
import * as i103 from "./datatable/directives/header-filter-template.directive";
|
|
122
|
+
import * as i104 from "./datatable/directives/custom-empty-content-template.directive";
|
|
123
|
+
import * as i105 from "./datatable/directives/custom-loading-template.directive";
|
|
124
|
+
import * as i106 from "./datatable/directives/custom-no-permission-template.directive";
|
|
125
|
+
import * as i107 from "./datatable/directives/main-data-table-action-template.directive";
|
|
126
|
+
import * as i108 from "./datatable/components/datatable-row/datatable-row.component";
|
|
127
|
+
import * as i109 from "./datatable/components/datatable-cell/datatable-cell.component";
|
|
128
|
+
import * as i110 from "./datatable/components/datatable/datatable.component";
|
|
129
|
+
import * as i111 from "./templates/error-content/error-content.component";
|
|
130
|
+
import * as i112 from "./templates/empty-content/empty-content.component";
|
|
131
|
+
import * as i113 from "./icon/icon.component";
|
|
132
|
+
import * as i114 from "./sorting-picker/sorting-picker.component";
|
|
133
|
+
import * as i115 from "./notifications/components/notification-history.component";
|
|
134
|
+
import * as i116 from "./search-text/search-text-input.component";
|
|
135
|
+
import * as i117 from "./search-text/search-trigger.directive";
|
|
136
|
+
import * as i118 from "./blank-page/blank-page.component";
|
|
137
|
+
import * as i119 from "./dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component";
|
|
138
|
+
import * as i120 from "./dynamic-chip-list/dynamic-chip-list.component";
|
|
139
|
+
import * as i121 from "./material.module";
|
|
141
140
|
/**
|
|
142
141
|
* @deprecated this module is deprecated and will be removed
|
|
143
142
|
* Use the following combination instead:
|
|
@@ -157,6 +156,6 @@ export declare class CoreModule {
|
|
|
157
156
|
*/
|
|
158
157
|
static forChild(): ModuleWithProviders<CoreModule>;
|
|
159
158
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
|
|
160
|
-
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.
|
|
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]>;
|
|
161
160
|
static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
|
|
162
161
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { LoginDialogPanelComponent } from './components/login-dialog-panel/login-dialog-panel.component';
|
|
2
|
-
import { LoginDialogComponent } from './components/login-dialog/login-dialog.component';
|
|
3
2
|
import { LoginComponent } from './components/login/login.component';
|
|
4
3
|
import { LoginFooterDirective } from './directives/login-footer.directive';
|
|
5
4
|
import { LoginHeaderDirective } from './directives/login-header.directive';
|
|
@@ -7,12 +6,11 @@ import * as i0 from "@angular/core";
|
|
|
7
6
|
import * as i1 from "./components/login/login.component";
|
|
8
7
|
import * as i2 from "./directives/login-footer.directive";
|
|
9
8
|
import * as i3 from "./directives/login-header.directive";
|
|
10
|
-
import * as i4 from "./components/login-dialog/login-dialog.component";
|
|
11
|
-
|
|
12
|
-
export declare const LOGIN_DIRECTIVES: readonly [typeof LoginComponent, typeof LoginFooterDirective, typeof LoginHeaderDirective, typeof LoginDialogComponent, typeof LoginDialogPanelComponent];
|
|
9
|
+
import * as i4 from "./components/login-dialog-panel/login-dialog-panel.component";
|
|
10
|
+
export declare const LOGIN_DIRECTIVES: readonly [typeof LoginComponent, typeof LoginFooterDirective, typeof LoginHeaderDirective, typeof LoginDialogPanelComponent];
|
|
13
11
|
/** @deprecated use `...LOGIN_DIRECTIVES` or import the standalone directives directly */
|
|
14
12
|
export declare class LoginModule {
|
|
15
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoginModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LoginModule, never, [typeof i1.LoginComponent, typeof i2.LoginFooterDirective, typeof i3.LoginHeaderDirective, typeof i4.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LoginModule, never, [typeof i1.LoginComponent, typeof i2.LoginFooterDirective, typeof i3.LoginHeaderDirective, typeof i4.LoginDialogPanelComponent], [typeof i1.LoginComponent, typeof i2.LoginFooterDirective, typeof i3.LoginHeaderDirective, typeof i4.LoginDialogPanelComponent]>;
|
|
17
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<LoginModule>;
|
|
18
16
|
}
|
|
@@ -17,8 +17,6 @@
|
|
|
17
17
|
export * from './directives/login-header.directive';
|
|
18
18
|
export * from './directives/login-footer.directive';
|
|
19
19
|
export * from './components/login/login.component';
|
|
20
|
-
export * from './components/login-dialog/login-dialog.component';
|
|
21
|
-
export * from './components/login-dialog/login-dialog-component-data.interface';
|
|
22
20
|
export * from './components/login-dialog-panel/login-dialog-panel.component';
|
|
23
21
|
export * from './models/login-error.event';
|
|
24
22
|
export * from './models/login-submit.event';
|
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-
|
|
4
|
+
"version": "8.4.0-19062358161",
|
|
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-
|
|
67
|
-
"@alfresco/adf-extensions": ">=8.4.0-
|
|
66
|
+
"@alfresco/js-api": ">=9.4.0-19062358161",
|
|
67
|
+
"@alfresco/adf-extensions": ">=8.4.0-19062358161",
|
|
68
68
|
"minimatch": ">=10.0.0",
|
|
69
69
|
"pdfjs-dist": ">=3.3.122"
|
|
70
70
|
},
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
import { Subject } from 'rxjs';
|
|
18
|
-
export interface LoginDialogComponentData {
|
|
19
|
-
title: string;
|
|
20
|
-
actionName?: string;
|
|
21
|
-
logged: Subject<any>;
|
|
22
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { LoginDialogPanelComponent } from '../login-dialog-panel/login-dialog-panel.component';
|
|
2
|
-
import { LoginDialogComponentData } from './login-dialog-component-data.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/** @deprecated this component will be removed because it's unused https://hyland.atlassian.net/browse/ACS-10178 */
|
|
5
|
-
export declare class LoginDialogComponent {
|
|
6
|
-
data: LoginDialogComponentData;
|
|
7
|
-
loginPanel: LoginDialogPanelComponent;
|
|
8
|
-
buttonActionName: string;
|
|
9
|
-
constructor(data: LoginDialogComponentData);
|
|
10
|
-
close(): void;
|
|
11
|
-
submitForm(): void;
|
|
12
|
-
onLoginSuccess(event: any): void;
|
|
13
|
-
isFormValid(): boolean;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoginDialogComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoginDialogComponent, "adf-login-dialog", never, {}, {}, never, never, true, never>;
|
|
16
|
-
}
|