@alfresco/aca-shared 8.0.0-16785129299 → 8.0.0-16803524360
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken, inject, Input, HostBinding, ChangeDetectionStrategy, ViewEncapsulation, Component, Injectable, Inject, NgModule, ViewChild, QueryList, HostListener, ViewChildren, DestroyRef, Directive } from '@angular/core';
|
|
2
|
+
import { InjectionToken, inject, Input, HostBinding, ChangeDetectionStrategy, ViewEncapsulation, Component, Injectable, Inject, NgModule, provideAppInitializer, ViewChild, QueryList, HostListener, ViewChildren, DestroyRef, Directive } from '@angular/core';
|
|
3
3
|
import { of, forkJoin, from, BehaviorSubject, Subject } from 'rxjs';
|
|
4
4
|
import { map, tap, catchError, filter, startWith, debounceTime } from 'rxjs/operators';
|
|
5
5
|
import * as i1 from '@alfresco/adf-core';
|
|
@@ -1700,6 +1700,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
1700
1700
|
* You should have received a copy of the GNU Lesser General Public License
|
|
1701
1701
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
1702
1702
|
*/
|
|
1703
|
+
function provideContentAppExtensions() {
|
|
1704
|
+
return [
|
|
1705
|
+
provideAppInitializer(() => {
|
|
1706
|
+
const service = inject(AppExtensionService);
|
|
1707
|
+
return service.load();
|
|
1708
|
+
})
|
|
1709
|
+
];
|
|
1710
|
+
}
|
|
1703
1711
|
class AppExtensionService {
|
|
1704
1712
|
auth;
|
|
1705
1713
|
store;
|
|
@@ -3532,5 +3540,5 @@ const noWhitespaceValidator = () => {
|
|
|
3532
3540
|
* Generated bundle index. Do not edit.
|
|
3533
3541
|
*/
|
|
3534
3542
|
|
|
3535
|
-
export { AppExtensionService, AppHookService, AppService, AppSettingsService, AppSharedRuleGuard, AutoDownloadService, ContentApiService, ContextActionsDirective, DefaultExtensionLoaderFactory, DefaultMimeTypes, DocumentBasePageService, DocumentBasePageServiceMock, EXTENSION_DATA_LOADERS, ExtensionsDataLoaderGuard, GenericErrorComponent, InfoDrawerComponent, LibTestingModule, LockedByComponent, NavigationHistoryService, NodePermissionService, OpenInAppComponent, PageComponent, PageLayoutComponent, PageLayoutContentComponent, PageLayoutErrorComponent, PageLayoutHeaderComponent, PageLayoutModule, PaginationDirective, PluginEnabledGuard, RouterExtensionService, ToolbarActionComponent, ToolbarButtonComponent, ToolbarButtonType, ToolbarComponent, ToolbarMenuComponent, ToolbarMenuItemComponent, UserProfileService, discoveryApiServiceMockValue, initialState, isLibrary, isLocked, noWhitespaceValidator, resetInvoked };
|
|
3543
|
+
export { AppExtensionService, AppHookService, AppService, AppSettingsService, AppSharedRuleGuard, AutoDownloadService, ContentApiService, ContextActionsDirective, DefaultExtensionLoaderFactory, DefaultMimeTypes, DocumentBasePageService, DocumentBasePageServiceMock, EXTENSION_DATA_LOADERS, ExtensionsDataLoaderGuard, GenericErrorComponent, InfoDrawerComponent, LibTestingModule, LockedByComponent, NavigationHistoryService, NodePermissionService, OpenInAppComponent, PageComponent, PageLayoutComponent, PageLayoutContentComponent, PageLayoutErrorComponent, PageLayoutHeaderComponent, PageLayoutModule, PaginationDirective, PluginEnabledGuard, RouterExtensionService, ToolbarActionComponent, ToolbarButtonComponent, ToolbarButtonType, ToolbarComponent, ToolbarMenuComponent, ToolbarMenuItemComponent, UserProfileService, discoveryApiServiceMockValue, initialState, isLibrary, isLocked, noWhitespaceValidator, provideContentAppExtensions, resetInvoked };
|
|
3536
3544
|
//# sourceMappingURL=alfresco-aca-shared.mjs.map
|