barsa-navigator 2.3.110 → 2.3.112

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -280,7 +280,7 @@ declare class SystemPageComponent {
280
280
  declare class BarsaNavigatorModule extends BaseModule {
281
281
  protected dcm: DynamicComponentService;
282
282
  protected componentFactoryResolver: ComponentFactoryResolver;
283
- protected dynamicComponents: (typeof ApplicationUiComponent | typeof SystemNavComponent | typeof SystemComponent | typeof SystemTileViewerContainerComponent)[];
283
+ protected dynamicComponents: (typeof ApplicationUiComponent | typeof SystemComponent | typeof SystemNavComponent | typeof SystemTileViewerContainerComponent)[];
284
284
  /** Inserted by Angular inject() migration for backwards compatibility */
285
285
  constructor();
286
286
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<BarsaNavigatorModule, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-navigator",
3
- "version": "2.3.110",
3
+ "version": "2.3.112",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"