barsa-tiles 2.3.62 → 2.3.64

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/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnDestroy, OnInit, Renderer2, ChangeDetectorRef, EventEmitter, SimpleChanges, OnChanges, TemplateRef, WritableSignal, PipeTransform, ViewContainerRef, InputSignal, EmbeddedViewRef, ComponentFactoryResolver } from '@angular/core';
3
3
  import * as barsa_novin_ray_core from 'barsa-novin-ray-core';
4
- import { MetaobjectDataModel, AppTileGroup, MoForReportModelBase, MoForReportModel, TilePropsComponent, FilePictureInfoModel, BaseComponent, AbbrevationDeviceSize, PortalService, ContainerReportSetting, IntersectionStatus, SaveScrollPositionService, ShellbarSetting as ShellbarSetting$1, NotificationItem, NotificationAction, SearchInput, BreadCrumbInfo, SortDirection, LogService, LocalStorageService, BreadcrumbService, EmptyPageComponent, RoutingService, CardMediaSize, BaseDirective, DynamicRootVariableDirective, WorkflowExecuteChoiceStatus, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
4
+ import { MetaobjectDataModel, AppTileGroup, MoForReportModelBase, MoForReportModel, TilePropsComponent, FilePictureInfoModel, BaseComponent, AbbrevationDeviceSize, PortalService, ContainerReportSetting, IntersectionStatus, SaveScrollPositionService, ShellbarSetting as ShellbarSetting$1, ApplicationCtrlrService, NotificationItem, NotificationAction, SearchInput, BreadCrumbInfo, SortDirection, LogService, LocalStorageService, BreadcrumbService, EmptyPageComponent, RoutingService, CardMediaSize, BaseDirective, DynamicRootVariableDirective, WorkflowExecuteChoiceStatus, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
5
5
  import * as rxjs from 'rxjs';
6
6
  import { Observable, Subject } from 'rxjs';
7
7
  import * as i57 from '@angular/cdk/drag-drop';
@@ -802,8 +802,9 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
802
802
  userInfo$: Observable<UserInfo | null>;
803
803
  displayName: any;
804
804
  shellbarHeight$: Observable<string>;
805
- productSwitcher$: Observable<ProductSwitchItem[]>;
806
805
  shellbarData: ShellbarSetting$1;
806
+ productSwitcher$: Observable<ProductSwitchItem[]>;
807
+ protected _applicationCtrlrService: ApplicationCtrlrService;
807
808
  private _router;
808
809
  private _renderer2;
809
810
  private _bbbTranslatePipe;
@@ -829,7 +830,7 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
829
830
  get productMenuItems(): ShellbarMenuItem[];
830
831
  get IsUserLoggedIn(): boolean;
831
832
  get IsUserAnonymous(): boolean;
832
- get productSwitcher(): ProductSwitchItem[];
833
+ get productSwitcherItems(): ProductSwitchItem[];
833
834
  constructor();
834
835
  ngOnInit(): void;
835
836
  onCultureChange(culture: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "2.3.62",
3
+ "version": "2.3.64",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"