barsa-navigator 2.3.56 → 2.3.58

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
@@ -265,7 +265,7 @@ declare class SystemPageComponent {
265
265
  declare class BarsaNavigatorModule extends BaseModule {
266
266
  protected dcm: DynamicComponentService;
267
267
  protected componentFactoryResolver: ComponentFactoryResolver;
268
- protected dynamicComponents: (typeof ApplicationUiComponent | typeof SystemComponent | typeof SystemNavComponent | typeof SystemTileViewerContainerComponent)[];
268
+ protected dynamicComponents: (typeof ApplicationUiComponent | typeof SystemNavComponent | typeof SystemComponent | typeof SystemTileViewerContainerComponent)[];
269
269
  /** Inserted by Angular inject() migration for backwards compatibility */
270
270
  constructor();
271
271
  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.56",
3
+ "version": "2.3.58",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"