barsa-navigator 2.3.131 → 2.3.133

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
@@ -305,7 +305,7 @@ declare class SystemPageComponent {
305
305
  declare class BarsaNavigatorModule extends BaseModule {
306
306
  protected dcm: DynamicComponentService;
307
307
  protected componentFactoryResolver: ComponentFactoryResolver;
308
- protected dynamicComponents: (typeof ApplicationUiComponent | typeof SystemNavComponent | typeof SystemComponent | typeof SystemTileViewerContainerComponent)[];
308
+ protected dynamicComponents: (typeof ApplicationUiComponent | typeof SystemComponent | typeof SystemNavComponent | typeof SystemTileViewerContainerComponent)[];
309
309
  /** Inserted by Angular inject() migration for backwards compatibility */
310
310
  constructor();
311
311
  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.131",
3
+ "version": "2.3.133",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"