barsa-tiles 2.3.63 → 2.3.65
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/fesm2022/barsa-tiles.mjs +6 -4
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/index.d.ts +4 -3
- package/package.json +1 -1
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
|
|
833
|
+
get productSwitcherItems(): ProductSwitchItem[];
|
|
833
834
|
constructor();
|
|
834
835
|
ngOnInit(): void;
|
|
835
836
|
onCultureChange(culture: any): void;
|