@open-rlb/ng-app 3.1.116 → 3.1.117

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-rlb/ng-app",
3
- "version": "3.1.116",
3
+ "version": "3.1.117",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=21.0.0 <22.0.0",
6
6
  "@angular/core": ">=21.0.0 <22.0.0",
@@ -212,6 +212,7 @@ interface Sidebar {
212
212
  appsVisible: boolean;
213
213
  settingsVisible: boolean;
214
214
  searchText: string | null;
215
+ footerComponent: string | null;
215
216
  }
216
217
  declare const initialSidebarState: Sidebar;
217
218
  interface SidebarState {
@@ -444,6 +445,11 @@ declare const SidebarActions: {
444
445
  }) => {
445
446
  text: string | null;
446
447
  } & _ngrx_store.Action<"[Sidebar/API] SetSearchText">>;
448
+ setFooterComponent: _ngrx_store.ActionCreator<"[Sidebar/API] SetFooterComponent", (props: {
449
+ name: string | null;
450
+ }) => {
451
+ name: string | null;
452
+ } & _ngrx_store.Action<"[Sidebar/API] SetFooterComponent">>;
447
453
  };
448
454
 
449
455
  declare const AclStore: i0.Type<{
@@ -698,6 +704,7 @@ declare const RLB_CFG_PAGES: InjectionToken<PagesConfiguration>;
698
704
  declare const RLB_CFG_ENV: InjectionToken<EnvironmentConfiguration>;
699
705
  declare const RLB_CFG_AUTH: InjectionToken<AuthConfiguration>;
700
706
  declare const RLB_APP_NAVCOMP: InjectionToken<NavbarComponents>;
707
+ declare const RLB_APP_SIDEBARCOMP: InjectionToken<SidebarComponents>;
701
708
  declare const RLB_CFG_ACL: InjectionToken<AclConfiguration>;
702
709
  type AuthUrlHandler = (url: string) => void | Promise<void>;
703
710
  declare const RLB_AUTH_URL_HANDLER: InjectionToken<AuthUrlHandler>;
@@ -729,6 +736,12 @@ interface NavbarComponents {
729
736
  name: string;
730
737
  }[];
731
738
  }
739
+ interface SidebarComponents {
740
+ footer: {
741
+ component: Type<any>;
742
+ name: string;
743
+ }[];
744
+ }
732
745
  interface CmsConfiguration {
733
746
  endpoint: string;
734
747
  chacheDuration: number;
@@ -1103,6 +1116,13 @@ declare class RightComponentPipe implements PipeTransform {
1103
1116
  static ɵpipe: i0.ɵɵPipeDeclaration<RightComponentPipe, "rightComponent", true>;
1104
1117
  }
1105
1118
 
1119
+ declare class SidebarFooterComponentPipe implements PipeTransform {
1120
+ private config;
1121
+ transform(value: string): Type<any>;
1122
+ static ɵfac: i0.ɵɵFactoryDeclaration<SidebarFooterComponentPipe, never>;
1123
+ static ɵpipe: i0.ɵɵPipeDeclaration<SidebarFooterComponentPipe, "sidebarFooterComponent", true>;
1124
+ }
1125
+
1106
1126
  declare class TruncatePipe implements PipeTransform {
1107
1127
  transform(value?: string, limit?: number, completeWords?: boolean, ellipsis?: string): string | undefined;
1108
1128
  static ɵfac: i0.ɵɵFactoryDeclaration<TruncatePipe, never>;
@@ -1188,6 +1208,7 @@ declare class AppTemplateComponent {
1188
1208
  readonly sidearHasLogin: i0.Signal<boolean>;
1189
1209
  readonly sidearHasSearch: i0.Signal<boolean>;
1190
1210
  readonly sidebarItems: i0.Signal<SidebarNavigableItem[]>;
1211
+ readonly sidebarFooter: i0.Signal<string | null>;
1191
1212
  readonly sidearHasSettings: i0.Signal<boolean>;
1192
1213
  readonly sidearAppsVisible: i0.Signal<boolean>;
1193
1214
  readonly navVisible: i0.Signal<boolean>;
@@ -1332,5 +1353,5 @@ declare function provideRlbConfig<T = {
1332
1353
  }>(env: ProjectConfiguration<T>): (EnvironmentProviders | Provider)[];
1333
1354
  declare function provideApp(app: AppDescriber): (EnvironmentProviders | Provider)[];
1334
1355
 
1335
- export { AbstractMdService, AbstractSupportService, AclStore, AppBreadcrumbService, AppContainerComponent, AppContextActions, AppContextActionsInternal, AppLoggerService, AppStorageService, AppTemplateComponent, AppsService, AsMultiPipe, AsSinglePipe, AuthActions, AuthActionsInternal, AuthFeatureService, AuthenticationService, AutolinkPipe, BaseComponent, CmsComponent, CmsPipe, ContentComponent, CookiesService, ErrorManagementService, ErrorModalComponent, KeycloakProfileService, LanguageService, LeftComponentPipe, LocalCacheService, ModalAppsComponent, NavbarActions, NavbarActionsInternal, OauthPasswordService, ParseJwtService, PwaUpdaterService, RLB_APPS, RLB_APP_NAVCOMP, RLB_AUTH_URL_HANDLER, RLB_CFG, RLB_CFG_ACL, RLB_CFG_AUTH, RLB_CFG_CMS, RLB_CFG_ENV, RLB_CFG_I18N, RLB_CFG_PAGES, RLB_INIT_PROVIDER, RightComponentPipe, RlbAppModule, RlbRole, SidebarActions, SidebarActionsInternal, StrapiService, ToastComponent, TokenOauthInterceptor, TranslateBrowserLoader, TruncatePipe, UtilsService, aclFeatureKey, appContextFeatureKey, authsFeatureKey, getDefaultRoutes, initialAclState, initialAppContextState, initialAuthState, initialNavbarState, initialSidebarState, navbarsFeatureKey, oauthGuard, oauthPasswordGuard, permissionGuard, provideApp, provideRlbCodeBrowserOAuth, provideRlbConfig, provideRlbI18n, sidebarsFeatureKey, translateBrowserLoaderFactory, verifyDeactivate };
1336
- export type { Acl, AclConfiguration, AclState, AppContext, AppDescriber, AppDetails, AppInfo, AppInfoData, AppState, AppTheme, AppViewMode, Auth, AuthConfiguration, AuthState, AuthUrlHandler, BaseState, CacheItem, CmsConfiguration, Endpoint, EnvironmentConfiguration, ErrorOutput, Faq, FaqGroup, Home, IConfiguration, InterceptorMapping, InternationalizationConfiguration, JwtUser, KeycloakClient, KeycloakCredential, KeycloakDevice, KeycloakSession, KeycloakUser, KeycloakUserCredentialMetadata, LogLevel, LoggerContext, MenuItem, Navbar, NavbarActionsLayout, NavbarComponents, NavbarHeader, NavbarState, Page, PageTemplate, PagesConfiguration, ProjectConfiguration, ProviderAclConfiguration, ProviderConfiguration, Resource, RlbInitProvider, Sidebar, SidebarState, Step, Tab, Token, Topic, UserClaims, UserResource, VerifyDeactivate, _KeycloakCredential };
1356
+ export { AbstractMdService, AbstractSupportService, AclStore, AppBreadcrumbService, AppContainerComponent, AppContextActions, AppContextActionsInternal, AppLoggerService, AppStorageService, AppTemplateComponent, AppsService, AsMultiPipe, AsSinglePipe, AuthActions, AuthActionsInternal, AuthFeatureService, AuthenticationService, AutolinkPipe, BaseComponent, CmsComponent, CmsPipe, ContentComponent, CookiesService, ErrorManagementService, ErrorModalComponent, KeycloakProfileService, LanguageService, LeftComponentPipe, LocalCacheService, ModalAppsComponent, NavbarActions, NavbarActionsInternal, OauthPasswordService, ParseJwtService, PwaUpdaterService, RLB_APPS, RLB_APP_NAVCOMP, RLB_APP_SIDEBARCOMP, RLB_AUTH_URL_HANDLER, RLB_CFG, RLB_CFG_ACL, RLB_CFG_AUTH, RLB_CFG_CMS, RLB_CFG_ENV, RLB_CFG_I18N, RLB_CFG_PAGES, RLB_INIT_PROVIDER, RightComponentPipe, RlbAppModule, RlbRole, SidebarActions, SidebarActionsInternal, SidebarFooterComponentPipe, StrapiService, ToastComponent, TokenOauthInterceptor, TranslateBrowserLoader, TruncatePipe, UtilsService, aclFeatureKey, appContextFeatureKey, authsFeatureKey, getDefaultRoutes, initialAclState, initialAppContextState, initialAuthState, initialNavbarState, initialSidebarState, navbarsFeatureKey, oauthGuard, oauthPasswordGuard, permissionGuard, provideApp, provideRlbCodeBrowserOAuth, provideRlbConfig, provideRlbI18n, sidebarsFeatureKey, translateBrowserLoaderFactory, verifyDeactivate };
1357
+ export type { Acl, AclConfiguration, AclState, AppContext, AppDescriber, AppDetails, AppInfo, AppInfoData, AppState, AppTheme, AppViewMode, Auth, AuthConfiguration, AuthState, AuthUrlHandler, BaseState, CacheItem, CmsConfiguration, Endpoint, EnvironmentConfiguration, ErrorOutput, Faq, FaqGroup, Home, IConfiguration, InterceptorMapping, InternationalizationConfiguration, JwtUser, KeycloakClient, KeycloakCredential, KeycloakDevice, KeycloakSession, KeycloakUser, KeycloakUserCredentialMetadata, LogLevel, LoggerContext, MenuItem, Navbar, NavbarActionsLayout, NavbarComponents, NavbarHeader, NavbarState, Page, PageTemplate, PagesConfiguration, ProjectConfiguration, ProviderAclConfiguration, ProviderConfiguration, Resource, RlbInitProvider, Sidebar, SidebarComponents, SidebarState, Step, Tab, Token, Topic, UserClaims, UserResource, VerifyDeactivate, _KeycloakCredential };