barsa-navigator 2.3.99 → 2.3.101

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
@@ -272,7 +272,7 @@ declare class SystemPageComponent {
272
272
  declare class BarsaNavigatorModule extends BaseModule {
273
273
  protected dcm: DynamicComponentService;
274
274
  protected componentFactoryResolver: ComponentFactoryResolver;
275
- protected dynamicComponents: (typeof ApplicationUiComponent | typeof SystemTileViewerContainerComponent | typeof SystemNavComponent | typeof SystemComponent)[];
275
+ protected dynamicComponents: (typeof ApplicationUiComponent | typeof SystemNavComponent | typeof SystemComponent | typeof SystemTileViewerContainerComponent)[];
276
276
  /** Inserted by Angular inject() migration for backwards compatibility */
277
277
  constructor();
278
278
  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.99",
3
+ "version": "2.3.101",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"