barsa-tiles 2.3.7 → 2.3.8
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 +111 -53
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/lib/barsa-shellbar/barsa-shellbar.component.d.ts +18 -10
- package/lib/barsa-tiles.module.d.ts +2 -1
- package/lib/models/index.d.ts +10 -0
- package/lib/shellbar/shellbar.component.d.ts +4 -5
- package/lib/tiles.service.d.ts +4 -3
- package/package.json +1 -1
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { EventEmitter, OnInit,
|
|
1
|
+
import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { ComboboxComponent, DialogService, PopoverComponent, ProductSwitchItem, ShellbarMenuItem
|
|
3
|
+
import { ComboboxComponent, DialogService, ObjectStatus, PopoverComponent, ProductSwitchItem, ShellbarMenuItem } from '@fundamental-ngx/core';
|
|
4
4
|
import { BaseComponent, MetaobjectDataModel, FilePictureInfoModel, MoForReportModel, NotificationItem, NotificationAction, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
5
5
|
import { SafeResourceUrl } from '@angular/platform-browser';
|
|
6
|
+
import { UserInfo, UserMenuType } from '../models';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
interface ShellbarSetting extends MetaobjectDataModel {
|
|
8
9
|
subtitle: string;
|
|
@@ -34,22 +35,28 @@ export declare class BarsaShellbarComponent extends BaseComponent implements OnI
|
|
|
34
35
|
FileId: string;
|
|
35
36
|
};
|
|
36
37
|
actions: Array<MetaobjectDataModel>;
|
|
37
|
-
userMenu:
|
|
38
|
-
|
|
39
|
-
callback: () => void;
|
|
40
|
-
}[];
|
|
38
|
+
userMenu: UserMenuType[];
|
|
39
|
+
footerButtons: UserMenuType[];
|
|
41
40
|
productSwitcher: ProductSwitchItem[];
|
|
42
41
|
subtitle: string;
|
|
43
42
|
isMobile: boolean;
|
|
44
43
|
hideShellbarActions: boolean;
|
|
45
44
|
flatButtons: any[];
|
|
46
45
|
isTablet: boolean;
|
|
47
|
-
|
|
46
|
+
userInfo: UserInfo | null;
|
|
48
47
|
isDesktop: boolean;
|
|
48
|
+
informativeText: string;
|
|
49
|
+
informativeStatus: ObjectStatus;
|
|
50
|
+
hideProductMenu: boolean;
|
|
51
|
+
hideNotifications: boolean;
|
|
49
52
|
isServiceDesk: boolean;
|
|
50
53
|
isOpenQuickAccess: any;
|
|
51
54
|
sideMenuTemplate: TemplateRef<any> | null;
|
|
52
55
|
notificationReport: MetaobjectDataModel;
|
|
56
|
+
profileDynamicCommand: MetaobjectDataModel;
|
|
57
|
+
profileDynamicCommandText: string;
|
|
58
|
+
profileDynamicCommandIcon: string;
|
|
59
|
+
displayName: string;
|
|
53
60
|
isOpenQuickAccessChanged: EventEmitter<boolean>;
|
|
54
61
|
openNotificationPanel: EventEmitter<void>;
|
|
55
62
|
openQuickAccessPanel: EventEmitter<void>;
|
|
@@ -64,15 +71,16 @@ export declare class BarsaShellbarComponent extends BaseComponent implements OnI
|
|
|
64
71
|
private _cdr;
|
|
65
72
|
Array: ArrayConstructor;
|
|
66
73
|
isOpenNotificatoin: boolean;
|
|
67
|
-
|
|
74
|
+
expanded: boolean;
|
|
68
75
|
searchTerms: string[];
|
|
69
76
|
searchTerm: string;
|
|
70
77
|
actions$: Observable<ShellbarMenuItem[]>;
|
|
71
78
|
showVersion: boolean;
|
|
79
|
+
showSearch: import("@angular/core").WritableSignal<boolean>;
|
|
80
|
+
onSearchOpen(e: boolean): void;
|
|
72
81
|
onBellNotification: () => void;
|
|
73
82
|
_viewedNotifications: NotificationItem[];
|
|
74
83
|
constructor(_dialogService: DialogService, _document: Document, appVersion: string);
|
|
75
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
76
84
|
onRouteFormStateChange(): void;
|
|
77
85
|
onCultureChange(culture: any): void;
|
|
78
86
|
onNotificationAction(e: {
|
|
@@ -85,6 +93,6 @@ export declare class BarsaShellbarComponent extends BaseComponent implements OnI
|
|
|
85
93
|
private _closeSideMenu;
|
|
86
94
|
private _changeCulture;
|
|
87
95
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaShellbarComponent, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaShellbarComponent, "bt-barsa-shellbar", never, { "cssCustomUrl": { "alias": "cssCustomUrl"; "required": false; }; "cssUrl": { "alias": "cssUrl"; "required": false; }; "cssVariableUrl": { "alias": "cssVariableUrl"; "required": false; }; "multiLanguages": { "alias": "multiLanguages"; "required": false; }; "userLoggedIn": { "alias": "userLoggedIn"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; "productMenuControl": { "alias": "productMenuControl"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "cultures": { "alias": "cultures"; "required": false; }; "shellbarData": { "alias": "shellbarData"; "required": false; }; "notificationsUnreadCount": { "alias": "notificationsUnreadCount"; "required": false; }; "productMenuItems1": { "alias": "productMenuItems1"; "required": false; }; "bodyClick": { "alias": "bodyClick"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "userMenu": { "alias": "userMenu"; "required": false; }; "productSwitcher": { "alias": "productSwitcher"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "hideShellbarActions": { "alias": "hideShellbarActions"; "required": false; }; "flatButtons": { "alias": "flatButtons"; "required": false; }; "isTablet": { "alias": "isTablet"; "required": false; }; "
|
|
96
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaShellbarComponent, "bt-barsa-shellbar", never, { "cssCustomUrl": { "alias": "cssCustomUrl"; "required": false; }; "cssUrl": { "alias": "cssUrl"; "required": false; }; "cssVariableUrl": { "alias": "cssVariableUrl"; "required": false; }; "multiLanguages": { "alias": "multiLanguages"; "required": false; }; "userLoggedIn": { "alias": "userLoggedIn"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; "productMenuControl": { "alias": "productMenuControl"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "cultures": { "alias": "cultures"; "required": false; }; "shellbarData": { "alias": "shellbarData"; "required": false; }; "notificationsUnreadCount": { "alias": "notificationsUnreadCount"; "required": false; }; "productMenuItems1": { "alias": "productMenuItems1"; "required": false; }; "bodyClick": { "alias": "bodyClick"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "userMenu": { "alias": "userMenu"; "required": false; }; "footerButtons": { "alias": "footerButtons"; "required": false; }; "productSwitcher": { "alias": "productSwitcher"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "hideShellbarActions": { "alias": "hideShellbarActions"; "required": false; }; "flatButtons": { "alias": "flatButtons"; "required": false; }; "isTablet": { "alias": "isTablet"; "required": false; }; "userInfo": { "alias": "userInfo"; "required": false; }; "isDesktop": { "alias": "isDesktop"; "required": false; }; "informativeText": { "alias": "informativeText"; "required": false; }; "informativeStatus": { "alias": "informativeStatus"; "required": false; }; "hideProductMenu": { "alias": "hideProductMenu"; "required": false; }; "hideNotifications": { "alias": "hideNotifications"; "required": false; }; "isServiceDesk": { "alias": "isServiceDesk"; "required": false; }; "isOpenQuickAccess": { "alias": "isOpenQuickAccess"; "required": false; }; "sideMenuTemplate": { "alias": "sideMenuTemplate"; "required": false; }; "notificationReport": { "alias": "notificationReport"; "required": false; }; "profileDynamicCommand": { "alias": "profileDynamicCommand"; "required": false; }; "profileDynamicCommandText": { "alias": "profileDynamicCommandText"; "required": false; }; "profileDynamicCommandIcon": { "alias": "profileDynamicCommandIcon"; "required": false; }; "displayName": { "alias": "displayName"; "required": false; }; }, { "isOpenQuickAccessChanged": "isOpenQuickAccessChanged"; "openNotificationPanel": "openNotificationPanel"; "openQuickAccessPanel": "openQuickAccessPanel"; "cultureChanged": "cultureChanged"; "notifiationActionClick": "notifiationActionClick"; }, never, never, false, never>;
|
|
89
97
|
}
|
|
90
98
|
export {};
|
|
@@ -92,6 +92,7 @@ import * as i60 from "barsa-echarts";
|
|
|
92
92
|
import * as i61 from "@fundamental-ngx/platform";
|
|
93
93
|
import * as i62 from "./popover-app-finder/filter-apps-grouped.pipe";
|
|
94
94
|
import * as i63 from "@fundamental-ngx/btp/splitter";
|
|
95
|
+
import * as i64 from "@fundamental-ngx/core/user-menu";
|
|
95
96
|
export declare function addTilesPageSidebar(_router: Router): void;
|
|
96
97
|
export declare class BarsaTilesModule extends BaseModule {
|
|
97
98
|
protected dcm: DynamicComponentService;
|
|
@@ -99,6 +100,6 @@ export declare class BarsaTilesModule extends BaseModule {
|
|
|
99
100
|
protected dynamicComponents: (typeof FormTileComponent | typeof ChangeAppTileComponent | typeof MicroTileChartBulletComponent | typeof TileComponent | typeof ActionsLinkComponent | typeof NewsTileComponent | typeof MicroTileChartComparisonComponent | typeof MicroTileChartStackbarComponent | typeof MicroTileChartLineComponent | typeof MicroTileChartCircularComponent | typeof MicroTileChartAreaComponent | typeof MicroTileChartBarComponent | typeof CreateAppGroupComponent | typeof PinTileComponent | typeof FormAppFinderComponent | typeof FooterEditTileComponent | typeof NumericTileComponent | typeof LogoTileComponent | typeof FeedTileComponent | typeof SimpleTileComponent | typeof ReportTileComponent | typeof ProfileTileComponent | typeof ShellbarComponent | typeof BarsaShellbarComponent | typeof PopoverAppFinderComponent | typeof BarsaPinAppComponent | typeof BarsaTileSidebarPageComponent)[];
|
|
100
101
|
constructor(dcm: DynamicComponentService, componentFactoryResolver: ComponentFactoryResolver);
|
|
101
102
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTilesModule, never>;
|
|
102
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaTilesModule, [typeof i1.ShellbarComponent, typeof i2.SimpleTileComponent, typeof i3.TilesViewerComponent, typeof i4.ProfileTileComponent, typeof i5.FeedTileComponent, typeof i6.FooterTileComponent, typeof i7.TileComponent, typeof i8.LogoTileComponent, typeof i9.NumericTileComponent, typeof i10.FooterEditTileComponent, typeof i11.FormAppFinderComponent, typeof i12.PinTileComponent, typeof i13.ChangeAppTileComponent, typeof i14.CreateAppGroupComponent, typeof i15.MicroTileChartAreaComponent, typeof i16.MicroTileChartCircularComponent, typeof i17.MicroTileChartLineComponent, typeof i18.MicroTileChartStackbarComponent, typeof i19.MicroTileChartComparisonComponent, typeof i20.MicroTileChartBarComponent, typeof i21.MicroTileChartBulletComponent, typeof i22.TilesViewerContainerComponent, typeof i23.NewsTileComponent, typeof i24.ActionsLinkComponent, typeof i25.ActionItemComponent, typeof i26.AppFinderComponent, typeof i27.AppFinderGroupComponent, typeof i28.AppFinderAppListComponent, typeof i29.TilesViewerGroupComponent, typeof i30.FormTileComponent, typeof i31.BarsaShellbarComponent, typeof i32.PopoverAppFinderComponent, typeof i33.BarsaPinAppComponent, typeof i34.BarsaTileGroupPageComponent, typeof i35.BarsaTileSidebarPageComponent, typeof i36.ReportTileComponent, typeof i37.CardTileComponent, typeof i38.GroupTilesPipe, typeof i39.TileHomeFilterPipe, typeof i40.HomeGroupPipe, typeof i41.ActionLinksPipe, typeof i42.TilePropPipe, typeof i43.EmptyListDirective, typeof i44.TileRendererDirective, typeof i45.TileStyleDirective, typeof i46.TileSizeDirective, typeof i47.TileDynamicCommandDirective, typeof i48.TileClassDirective, typeof i49.NotificationGroupComponent, typeof i50.NotificationGroupHeaderComponent], [typeof i51.CommonModule, typeof i52.FormsModule, typeof i53.RouterModule, typeof i54.DragDropModule, typeof i55.CdkTableModule, typeof i56.FundamentalNgxCoreModule, typeof i56.GridListModule, typeof i52.ReactiveFormsModule, typeof i57.BarsaNovinRayCoreModule, typeof i58.BarsaSapUiModule, typeof i59.BarsaTilesRoutingModule, typeof i60.BarsaEchartsModule, typeof i61.IconTabBarComponent, typeof i61.IconTabBarTabComponent, typeof i61.IconTabBarTabContentDirective, typeof i62.FilterAppsGroupedPipe, typeof i62.FilterAppsPipe, typeof i63.SplitterModule], [typeof i1.ShellbarComponent, typeof i2.SimpleTileComponent, typeof i3.TilesViewerComponent, typeof i4.ProfileTileComponent, typeof i5.FeedTileComponent, typeof i6.FooterTileComponent, typeof i7.TileComponent, typeof i8.LogoTileComponent, typeof i9.NumericTileComponent, typeof i10.FooterEditTileComponent, typeof i11.FormAppFinderComponent, typeof i12.PinTileComponent, typeof i13.ChangeAppTileComponent, typeof i14.CreateAppGroupComponent, typeof i15.MicroTileChartAreaComponent, typeof i16.MicroTileChartCircularComponent, typeof i17.MicroTileChartLineComponent, typeof i18.MicroTileChartStackbarComponent, typeof i19.MicroTileChartComparisonComponent, typeof i20.MicroTileChartBarComponent, typeof i21.MicroTileChartBulletComponent, typeof i22.TilesViewerContainerComponent, typeof i23.NewsTileComponent, typeof i24.ActionsLinkComponent, typeof i25.ActionItemComponent, typeof i26.AppFinderComponent, typeof i27.AppFinderGroupComponent, typeof i28.AppFinderAppListComponent, typeof i29.TilesViewerGroupComponent, typeof i30.FormTileComponent, typeof i31.BarsaShellbarComponent, typeof i32.PopoverAppFinderComponent, typeof i33.BarsaPinAppComponent, typeof i34.BarsaTileGroupPageComponent, typeof i35.BarsaTileSidebarPageComponent, typeof i36.ReportTileComponent, typeof i37.CardTileComponent]>;
|
|
103
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaTilesModule, [typeof i1.ShellbarComponent, typeof i2.SimpleTileComponent, typeof i3.TilesViewerComponent, typeof i4.ProfileTileComponent, typeof i5.FeedTileComponent, typeof i6.FooterTileComponent, typeof i7.TileComponent, typeof i8.LogoTileComponent, typeof i9.NumericTileComponent, typeof i10.FooterEditTileComponent, typeof i11.FormAppFinderComponent, typeof i12.PinTileComponent, typeof i13.ChangeAppTileComponent, typeof i14.CreateAppGroupComponent, typeof i15.MicroTileChartAreaComponent, typeof i16.MicroTileChartCircularComponent, typeof i17.MicroTileChartLineComponent, typeof i18.MicroTileChartStackbarComponent, typeof i19.MicroTileChartComparisonComponent, typeof i20.MicroTileChartBarComponent, typeof i21.MicroTileChartBulletComponent, typeof i22.TilesViewerContainerComponent, typeof i23.NewsTileComponent, typeof i24.ActionsLinkComponent, typeof i25.ActionItemComponent, typeof i26.AppFinderComponent, typeof i27.AppFinderGroupComponent, typeof i28.AppFinderAppListComponent, typeof i29.TilesViewerGroupComponent, typeof i30.FormTileComponent, typeof i31.BarsaShellbarComponent, typeof i32.PopoverAppFinderComponent, typeof i33.BarsaPinAppComponent, typeof i34.BarsaTileGroupPageComponent, typeof i35.BarsaTileSidebarPageComponent, typeof i36.ReportTileComponent, typeof i37.CardTileComponent, typeof i38.GroupTilesPipe, typeof i39.TileHomeFilterPipe, typeof i40.HomeGroupPipe, typeof i41.ActionLinksPipe, typeof i42.TilePropPipe, typeof i43.EmptyListDirective, typeof i44.TileRendererDirective, typeof i45.TileStyleDirective, typeof i46.TileSizeDirective, typeof i47.TileDynamicCommandDirective, typeof i48.TileClassDirective, typeof i49.NotificationGroupComponent, typeof i50.NotificationGroupHeaderComponent], [typeof i51.CommonModule, typeof i52.FormsModule, typeof i53.RouterModule, typeof i54.DragDropModule, typeof i55.CdkTableModule, typeof i56.FundamentalNgxCoreModule, typeof i56.GridListModule, typeof i52.ReactiveFormsModule, typeof i57.BarsaNovinRayCoreModule, typeof i58.BarsaSapUiModule, typeof i59.BarsaTilesRoutingModule, typeof i60.BarsaEchartsModule, typeof i61.IconTabBarComponent, typeof i61.IconTabBarTabComponent, typeof i61.IconTabBarTabContentDirective, typeof i62.FilterAppsGroupedPipe, typeof i62.FilterAppsPipe, typeof i63.SplitterModule, typeof i61.SearchFieldComponent, typeof i56.ShellbarUserMenuComponent, typeof i64.UserMenuComponent, typeof i64.UserMenuControlComponent, typeof i64.UserMenuBodyComponent, typeof i64.UserMenuListComponent, typeof i64.UserMenuFooterComponent, typeof i64.UserMenuHeaderDirective, typeof i64.UserMenuSublineDirective, typeof i64.UserMenuUserNameDirective, typeof i64.UserMenuSublineDirective, typeof i64.UserMenuHeaderContainerDirective, typeof i64.UserMenuListItemComponent, typeof i64.UserMenuListComponent], [typeof i1.ShellbarComponent, typeof i2.SimpleTileComponent, typeof i3.TilesViewerComponent, typeof i4.ProfileTileComponent, typeof i5.FeedTileComponent, typeof i6.FooterTileComponent, typeof i7.TileComponent, typeof i8.LogoTileComponent, typeof i9.NumericTileComponent, typeof i10.FooterEditTileComponent, typeof i11.FormAppFinderComponent, typeof i12.PinTileComponent, typeof i13.ChangeAppTileComponent, typeof i14.CreateAppGroupComponent, typeof i15.MicroTileChartAreaComponent, typeof i16.MicroTileChartCircularComponent, typeof i17.MicroTileChartLineComponent, typeof i18.MicroTileChartStackbarComponent, typeof i19.MicroTileChartComparisonComponent, typeof i20.MicroTileChartBarComponent, typeof i21.MicroTileChartBulletComponent, typeof i22.TilesViewerContainerComponent, typeof i23.NewsTileComponent, typeof i24.ActionsLinkComponent, typeof i25.ActionItemComponent, typeof i26.AppFinderComponent, typeof i27.AppFinderGroupComponent, typeof i28.AppFinderAppListComponent, typeof i29.TilesViewerGroupComponent, typeof i30.FormTileComponent, typeof i31.BarsaShellbarComponent, typeof i32.PopoverAppFinderComponent, typeof i33.BarsaPinAppComponent, typeof i34.BarsaTileGroupPageComponent, typeof i35.BarsaTileSidebarPageComponent, typeof i36.ReportTileComponent, typeof i37.CardTileComponent]>;
|
|
103
104
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaTilesModule>;
|
|
104
105
|
}
|
package/lib/models/index.d.ts
CHANGED
|
@@ -11,3 +11,13 @@ export * from './numeric-tile-setting';
|
|
|
11
11
|
export * from './user-portal-settings';
|
|
12
12
|
export * from './news-tile-setting';
|
|
13
13
|
export * from './app-tile-group-pin';
|
|
14
|
+
export type UserMenuType = {
|
|
15
|
+
fdType: string;
|
|
16
|
+
icon: string;
|
|
17
|
+
text: string;
|
|
18
|
+
callback: () => void;
|
|
19
|
+
};
|
|
20
|
+
export type UserInfo = {
|
|
21
|
+
Url: string;
|
|
22
|
+
Sublines: string[];
|
|
23
|
+
};
|
|
@@ -4,6 +4,7 @@ import { ComboboxComponent, PopoverComponent, ProductSwitchItem, ShellbarMenuIte
|
|
|
4
4
|
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
|
|
5
5
|
import { BaseComponent, MetaobjectDataModel, FilePictureInfoModel, MoForReportModel, PortalService, BreadcrumbService, NotificationService, NotificationItem, NotificationAction, BbbTranslatePipe, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
6
6
|
import { TilesService } from '../tiles.service';
|
|
7
|
+
import { UserMenuType, UserInfo } from '../models';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
interface ShellbarSetting extends MetaobjectDataModel {
|
|
9
10
|
CssStyles: string;
|
|
@@ -51,7 +52,8 @@ export declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
51
52
|
isTablet: boolean;
|
|
52
53
|
loginRouterLink$: Observable<string>;
|
|
53
54
|
isServiceDesk: boolean;
|
|
54
|
-
|
|
55
|
+
userInfo$: Observable<UserInfo | null>;
|
|
56
|
+
displayName: any;
|
|
55
57
|
private _router;
|
|
56
58
|
private _renderer2;
|
|
57
59
|
private _el;
|
|
@@ -64,10 +66,7 @@ export declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
64
66
|
get cssStyles(): string;
|
|
65
67
|
get actions(): Array<MetaobjectDataModel>;
|
|
66
68
|
get sidebarSettings(): null | any;
|
|
67
|
-
get userMenu():
|
|
68
|
-
text: string;
|
|
69
|
-
callback: () => void;
|
|
70
|
-
}[];
|
|
69
|
+
get userMenu(): UserMenuType[];
|
|
71
70
|
get productSwitcher(): ProductSwitchItem[];
|
|
72
71
|
get multiLanguages(): boolean;
|
|
73
72
|
get productMenuItems(): ShellbarMenuItem[];
|
package/lib/tiles.service.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { OnDestroy } from '@angular/core';
|
|
|
2
2
|
import { Subject, Observable } from 'rxjs';
|
|
3
3
|
import { RtlService } from '@fundamental-ngx/core';
|
|
4
4
|
import { BbbTranslatePipe, MetaobjectDataModel, MoForReportModel, PortalService } from 'barsa-novin-ray-core';
|
|
5
|
-
import { AppTileGroupPin } from './models';
|
|
5
|
+
import { AppTileGroupPin, UserInfo } from './models';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class TilesService implements OnDestroy {
|
|
8
8
|
private _portalService;
|
|
@@ -15,12 +15,13 @@ export declare class TilesService implements OnDestroy {
|
|
|
15
15
|
shellbar$: Observable<MetaobjectDataModel>;
|
|
16
16
|
appTileGroups$: Observable<MoForReportModel | null>;
|
|
17
17
|
edit$: Observable<boolean>;
|
|
18
|
-
|
|
18
|
+
userInfo$: Observable<UserInfo | null>;
|
|
19
19
|
private _OnDestroy$;
|
|
20
20
|
private _homeAppTileGroupsSource;
|
|
21
21
|
private pinTilesSource;
|
|
22
22
|
private _appTileGroupsSource;
|
|
23
|
-
private
|
|
23
|
+
private _userInfo$;
|
|
24
|
+
private _userInfoSublines$;
|
|
24
25
|
private _edithomeSource;
|
|
25
26
|
private _componentSettings$;
|
|
26
27
|
private _themingService;
|