barsa-tiles 2.3.158 → 2.3.163

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/package.json CHANGED
@@ -1,23 +1,27 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "2.3.158",
3
+ "version": "2.3.163",
4
4
  "peerDependencies": {
5
- "@angular/core": "^20.0.6",
6
- "@angular/common": "^20.0.6"
5
+ "@angular/core": "^21.2.0",
6
+ "@angular/common": "^21.2.0",
7
+ "barsa-novin-ray-core": "*",
8
+ "barsa-sap-ui": "*",
9
+ "barsa-echarts": "*"
7
10
  },
8
11
  "dependencies": {
9
12
  "tslib": "^2.0.0"
10
13
  },
11
14
  "module": "fesm2022/barsa-tiles.mjs",
12
- "typings": "index.d.ts",
15
+ "typings": "types/barsa-tiles.d.ts",
13
16
  "exports": {
14
17
  "./package.json": {
15
18
  "default": "./package.json"
16
19
  },
17
20
  ".": {
18
- "types": "./index.d.ts",
21
+ "types": "./types/barsa-tiles.d.ts",
19
22
  "default": "./fesm2022/barsa-tiles.mjs"
20
23
  }
21
24
  },
22
- "sideEffects": false
25
+ "sideEffects": false,
26
+ "type": "module"
23
27
  }
@@ -1,13 +1,13 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Signal, OnInit, Renderer2, ChangeDetectorRef, ElementRef, SimpleChanges, EventEmitter, OnChanges, OnDestroy, Injector, WritableSignal, TemplateRef, PipeTransform, DestroyRef, ViewContainerRef, InputSignal, EmbeddedViewRef, ComponentFactoryResolver } from '@angular/core';
2
+ import { Signal, OnInit, Renderer2, ChangeDetectorRef, ElementRef, SimpleChanges, EventEmitter, OnChanges, OnDestroy, Injector, WritableSignal, TemplateRef, PipeTransform, DestroyRef, ViewContainerRef, InputSignal, EmbeddedViewRef, EnvironmentInjector } from '@angular/core';
3
3
  import * as barsa_novin_ray_core from 'barsa-novin-ray-core';
4
- import { MetaobjectDataModel, FilePictureInfoModel, EjrayOlgo, MoForReportModelBase, MoForReportModel, TilePropsComponent, BaseComponent, AbbrevationDeviceSize, ScrollLayoutContextHolder, BaseController, IViewBase, ViewBase, ContainerReportSetting, SaveScrollPositionService, ShellbarSetting as ShellbarSetting$1, ApplicationCtrlrService, NotificationItem, NotificationAction, SearchInput, BreadCrumbInfo, SortDirection, LogService, LocalStorageService, BreadcrumbService, PortalService, EmptyPageComponent, RoutingService, CardMediaSize, BaseDirective, DynamicRootVariableDirective, BaseDynamicComponent, WorkflowExecuteChoiceStatus, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
4
+ import { MetaobjectDataModel, EjrayOlgo, FilePictureInfoModel, MoForReportModelBase, MoForReportModel, TilePropsComponent, BaseComponent, AbbrevationDeviceSize, ScrollLayoutContextHolder, BaseController, IViewBase, ViewBase, ContainerReportSetting, SaveScrollPositionService, ShellbarSetting as ShellbarSetting$1, ApplicationCtrlrService, NotificationItem, NotificationAction, SearchInput, BreadCrumbInfo, SortDirection, LogService, LocalStorageService, BreadcrumbService, PortalService, EmptyPageComponent, RoutingService, CardMediaSize, BaseDirective, DynamicRootVariableDirective, BaseDynamicComponent, WorkflowExecuteChoiceStatus, BaseModule } from 'barsa-novin-ray-core';
5
5
  import * as rxjs from 'rxjs';
6
6
  import { Observable } from 'rxjs';
7
7
  import * as i60 from '@angular/cdk/drag-drop';
8
8
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
9
9
  import * as i62 from '@fundamental-ngx/core';
10
- import { ContentDensity, CarouselComponent, CarouselItemComponent, DialogRef, NumericContentState, Nullable, ComboboxComponent, PopoverComponent, ShellbarUser, ShellbarMenuItem, ProductSwitchItem, ObjectStatus, ShellbarComponent as ShellbarComponent$1 } from '@fundamental-ngx/core';
10
+ import { ContentDensity, CarouselComponent, CarouselItemComponent, DialogRef, NumericContentState, Nullable, ComboboxComponent, PopoverComponent, ShellbarUser, ShellbarMenuItem, ProductSwitchItem, IconFont, ObjectStatus, ShellbarComponent as ShellbarComponent$1 } from '@fundamental-ngx/core';
11
11
  import * as i63 from '@fundamental-ngx/platform';
12
12
  import { IconTabBarTabComponent, IconTabBarComponent, TabType, SemanticColor, IconTabBarItem, SuggestionItem } from '@fundamental-ngx/platform';
13
13
  import * as i70 from 'barsa-echarts';
@@ -131,10 +131,10 @@ declare class TilesService {
131
131
  readonly userInfo$: Observable<UserInfo | null>;
132
132
  readonly componentSettings$: Observable<MetaobjectDataModel>;
133
133
  readonly homeAppTileGroupsSig: i0.WritableSignal<AppTileGroup[]>;
134
- readonly userInfoSig: i0.WritableSignal<UserInfo | null>;
134
+ readonly userInfoSig: i0.WritableSignal<UserInfo>;
135
135
  readonly editHomeSig: i0.WritableSignal<boolean>;
136
- readonly shellbarSig: i0.WritableSignal<MetaobjectDataModel | null>;
137
- readonly componentSettingsSig: i0.WritableSignal<MetaobjectDataModel | null>;
136
+ readonly shellbarSig: i0.WritableSignal<MetaobjectDataModel>;
137
+ readonly componentSettingsSig: i0.WritableSignal<MetaobjectDataModel>;
138
138
  private readonly _destroyRef;
139
139
  private readonly _pinTilesSource;
140
140
  private readonly _store;
@@ -144,9 +144,8 @@ declare class TilesService {
144
144
  private _rtlService;
145
145
  private _bbbTranslatePipe;
146
146
  private _appTileGroupLoaded;
147
- /** Same signal reference as {@link TilesStore#appTileGroups} (read-only for consumers). */
147
+ /** Same computed signal reference as TilesStore#appTileGroups (read-only for consumers). */
148
148
  get appTileGroupsSig(): Signal<MoForReportModelBase<AppTileGroup> | null>;
149
- /** Inserted by Angular inject() migration for backwards compatibility */
150
149
  constructor();
151
150
  get isDark$(): Observable<boolean | null>;
152
151
  get appTileGroups(): MoForReportModelBase<AppTileGroup> | null;
@@ -154,7 +153,7 @@ declare class TilesService {
154
153
  loadAllAppTileGroups(): void;
155
154
  loadUserProfileImage(repIdProfileImage: string): void;
156
155
  loadAppTileGroups(appTileGroup: MetaobjectDataModel): void;
157
- /** True if tiles for this group were already loaded (canonical tree or in-flight flag). */
156
+ /** True if tiles for this group were already loaded. */
158
157
  isAppTileGroupTilesLoaded(groupId: string): boolean;
159
158
  loadAppTileGroupsById(appTileGroupId: string, forceReload?: boolean): void;
160
159
  saveTilesStackContent(tilesStackContent: boolean): Promise<void>;
@@ -166,55 +165,42 @@ declare class TilesService {
166
165
  deleteAppGroup(appGroup: AppTileGroup): Observable<string>;
167
166
  changeAppTileSetting(appTile: MetaobjectDataModel): Observable<MetaobjectDataModel | null>;
168
167
  saveAppGroupOrders(appGroups: MetaobjectDataModel[]): Observable<void>;
169
- createAppGroup(title: string, parentId?: string | null): Observable<MetaobjectDataModel>;
168
+ createAppGroup(title: string, parentId?: string | null): Observable<AppTileGroup>;
170
169
  saveOrderAppTiles(appGroup: MetaobjectDataModel, appTiles: number[], isActionLink?: boolean, appTileIdTransferedId?: string): void;
171
170
  updateAppTile(allApps: MoForReportModel | null, appTile: MetaobjectDataModel): void;
172
171
  updataAppTileSetting(selectedGroup: MetaobjectDataModel, appGroupSetting: MetaobjectDataModel): void;
173
172
  addAppGroup(mo: AppTileGroup): void;
174
173
  singlePinTileChanged(appTile: AppTile, callback: any): void;
175
174
  pinTileChanged(appTileGroupsPin: AppTileGroupPin[], app: MetaobjectDataModel, callback: any): void;
176
- _tilePinChange(appTileGroupsPin: any, allApps: any): void;
175
+ _tilePinChange(appTileGroupsPin: AppTileGroupPin[]): void;
177
176
  loadShellbar(): void;
178
177
  _setTileInfo(appTile: any): void;
179
178
  getTileGroups(): MoForReportModel | null;
180
179
  setEditHome(edit: boolean): void;
181
180
  /**
182
- * After {@link TilesStore#replaceAllAppTileGroups} from another entry point (e.g. {@link TilesViewerService}),
181
+ * After TilesStore#replaceAllAppTileGroups from another entry point (e.g. TilesViewerService),
183
182
  * refresh derived home list (store already holds app groups).
184
183
  */
185
184
  syncExternalAppTileGroups(): void;
186
- /** Call when the canonical tree is replaced from outside {@link TilesService} (e.g. viewer API). */
185
+ /** Call when the canonical tree is replaced from outside TilesService (e.g. viewer API). */
187
186
  resetAppTileGroupLoadCache(): void;
188
187
  protected _loadAllAppTileGroupsByReportId(id: string): void;
189
188
  protected _loadAllAppTileGroups(): void;
190
189
  protected _onApplication_GlobalRefreshTile(_sender: any, appTilesTitle: string[]): void;
191
- protected _updateAppTileFromNotification(allApps: MoForReportModelBase<AppTileGroup>, appTiles: MetaobjectDataModel[]): void;
190
+ protected _updateAppTileFromNotification(groupsById: Record<string, AppTileGroup>, appTiles: MetaobjectDataModel[]): void;
192
191
  private _allAppsLoaded;
193
192
  private _loadAppTilesOfAppTileGroup;
194
193
  private _loadAppTilesByAppTileGroup;
195
- private _updateAppTilesOfAppTileGroup;
194
+ private _prepareGroupWithTiles;
196
195
  private _loadAppTilesByAppTileGroupSetting;
197
- /** Report/API load: full tree + {@link prepareNavigator} on all roots (via store). */
196
+ /** Report/API load: full tree + prepareNavigator on all groups (via store). */
198
197
  private _applyLoadedAppTileGroups;
199
- private _findCanonicalAppTileGroup;
200
- private _findAppTileGroupInTree;
201
- /** Removes a group by id from root {@link MoForReportModelBase#MoDataList} or any nested {@link AppTileGroup#$Children}. */
202
- private _removeAppTileGroupFromTree;
203
- private _removeAppTileGroupFromChildren;
204
198
  private _isAppTileGroupTilesLoaded;
205
- /** Replaces the node with the same {@link AppTileGroup#Id} anywhere under {@link $Children}. */
206
- private _replaceAppTileGroupInTreeList;
207
- /**
208
- * Local tree changed: merge optional root replacement, then snapshot store without re-running
209
- * {@link prepareNavigator} on every root (caller must have prepared touched groups).
210
- */
211
- private _nextAllAppTileGroups;
212
199
  private _setHomeAppTileGroups;
213
200
  private _saveUserPortalSettings;
214
201
  private _updateAppGroupSetting;
215
- private findAppTileWithKey;
216
- private findGroupWithAppTileId;
217
- private _findGroupWithAppGroupId;
202
+ private _findAppTileWithKey;
203
+ private _findGroupWithAppTileId;
218
204
  private _updateAppTileGroupSettings;
219
205
  private _prepareNavigator;
220
206
  static ɵfac: i0.ɵɵFactoryDeclaration<TilesService, never>;
@@ -245,7 +231,7 @@ declare abstract class BaseTileComponent<T extends BaseTileSetting> extends Tile
245
231
  }
246
232
 
247
233
  declare abstract class BaseBtTileComponent<T extends BaseTileSetting> extends BaseTileComponent<T> implements OnInit {
248
- isDark$: rxjs.Observable<boolean | null>;
234
+ isDark$: rxjs.Observable<boolean>;
249
235
  _btTitleElementRef: ElementRef;
250
236
  ngOnInit(): void;
251
237
  ngOnChanges(changes: SimpleChanges): void;
@@ -939,9 +925,23 @@ declare class TilesViewerComponent extends BaseComponent implements OnInit {
939
925
  Name: string;
940
926
  Selector: string;
941
927
  };
928
+ protected _firstSelected: boolean;
942
929
  protected _cdr: ChangeDetectorRef;
943
930
  protected _saveScrollPosition: SaveScrollPositionService;
944
- protected _firstSelected: boolean;
931
+ private readonly _tilesStore;
932
+ /** Cache of selectGroup signals keyed by group ID to avoid creating new computeds each render. */
933
+ private readonly _groupSignalCache;
934
+ /** Cache of selectGroupChildren signals keyed by parent group ID. */
935
+ private readonly _childrenSignalCache;
936
+ /**
937
+ * Returns a stable Signal for a single group from the store dictionary.
938
+ * The signal is cached per ID so Angular's signal graph tracks it efficiently.
939
+ */
940
+ groupById(id: string): Signal<AppTileGroup | null>;
941
+ /**
942
+ * Returns a stable Signal for the children of a group from the store dictionary.
943
+ */
944
+ groupChildrenById(parentId: string): Signal<AppTileGroup[]>;
945
945
  ngAfterViewInit(): void;
946
946
  onSelectedTabChange(selectedTab: IconTabBarItem): void;
947
947
  onDropGroup(appTileGroups: MetaobjectDataModel[], event: CdkDragDrop<MetaobjectDataModel[]>): void;
@@ -965,7 +965,7 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
965
965
  settings: MetaobjectDataModel;
966
966
  deviceSize$: Observable<AbbrevationDeviceSize>;
967
967
  user: ShellbarUser;
968
- suggestions: never[];
968
+ suggestions: any[];
969
969
  productMenuItems1: ShellbarMenuItem[];
970
970
  userLoggedIn$: Observable<boolean>;
971
971
  cssUrl$: Observable<SafeResourceUrl | null>;
@@ -986,6 +986,15 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
986
986
  shellbarData: ShellbarSetting$1;
987
987
  productSwitcher$: Observable<ProductSwitchItem[]>;
988
988
  rtl$: Observable<boolean>;
989
+ /**
990
+ * تاریخ شمسی امروز (از PortalService.dateText$ که LoginFormData.DateText رو منتشر می‌کنه).
991
+ * `compact` برای نمایش فشرده توی شل‌بار و `full` (همراه روز هفته) برای تولتیپ.
992
+ * تیکِ زنده نیست؛ فقط یک‌بار موقع لود پورتال مقدار می‌گیره.
993
+ */
994
+ date$: Observable<{
995
+ full: string;
996
+ compact: string;
997
+ } | null>;
989
998
  protected _applicationCtrlrService: ApplicationCtrlrService;
990
999
  private _router;
991
1000
  private _renderer2;
@@ -1005,7 +1014,7 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
1005
1014
  FileId: string;
1006
1015
  };
1007
1016
  get cssStyles(): string;
1008
- get actions(): Array<MetaobjectDataModel>;
1017
+ get actions(): Array<any>;
1009
1018
  get sidebarSettings(): null | any;
1010
1019
  get userMenu(): UserMenuType[];
1011
1020
  get multiLanguages(): boolean;
@@ -1100,7 +1109,19 @@ declare class BarsaShellbarComponent extends BaseComponent implements OnInit {
1100
1109
  logo: {
1101
1110
  FileId: string;
1102
1111
  };
1103
- actions: Array<MetaobjectDataModel>;
1112
+ actions: Array<{
1113
+ glyph: string;
1114
+ /** Glyph font family */
1115
+ glyphFont: IconFont;
1116
+ /** Callback that hanldles the response to clicks on any of the actions. */
1117
+ callback: Nullable<(event: MouseEvent) => void>;
1118
+ /** The action label. */
1119
+ label: string;
1120
+ /** The notification label. */
1121
+ notificationLabel: string;
1122
+ /** Represents the number of notifications. */
1123
+ notificationCount: number;
1124
+ }>;
1104
1125
  userMenu: UserMenuType[];
1105
1126
  footerButtons: UserMenuType[];
1106
1127
  productSwitcher: ProductSwitchItem[];
@@ -1128,6 +1149,14 @@ declare class BarsaShellbarComponent extends BaseComponent implements OnInit {
1128
1149
  showSearchInSystem: boolean;
1129
1150
  rtl: boolean;
1130
1151
  suggestions: SuggestionItem[];
1152
+ /**
1153
+ * تاریخ شمسی امروز (از سمت والد پاس داده می‌شه).
1154
+ * `compact` برای نمایش فشرده توی شل‌بار و `full` (همراه روز هفته) برای تولتیپ.
1155
+ */
1156
+ date: {
1157
+ full: string;
1158
+ compact: string;
1159
+ } | null;
1131
1160
  appTileGroupChange: EventEmitter<string>;
1132
1161
  searchItemClick: EventEmitter<SuggestionItem>;
1133
1162
  searchInput: EventEmitter<SearchInput>;
@@ -1153,6 +1182,8 @@ declare class BarsaShellbarComponent extends BaseComponent implements OnInit {
1153
1182
  showSearch: i0.WritableSignal<boolean>;
1154
1183
  inputEnableSearch: i0.WritableSignal<boolean>;
1155
1184
  appVersion: string;
1185
+ /** روی موبایل اگه شل‌بار جا کم بیاره، تایتلِ برندینگ حذف می‌شه تا لوگو/آواتار از صفحه نزنن بیرون. */
1186
+ brandingTitleHidden: boolean;
1156
1187
  private _bbbTranslate;
1157
1188
  private _portalService;
1158
1189
  private _dialogService;
@@ -1160,9 +1191,17 @@ declare class BarsaShellbarComponent extends BaseComponent implements OnInit {
1160
1191
  private _cdr;
1161
1192
  private _router;
1162
1193
  private _dialogReference;
1194
+ private _titleWidth;
1195
+ private _brandingResizeObserver?;
1196
+ /**
1197
+ * روی موبایل همه‌ی دستورات (global + workflow + grouped) توی یک منوی overflow (⋯) جمع می‌شن
1198
+ * تا شل‌بار سرریز نکنه و برندینگ/آواتار جا بمونن. این getter اون سه منبع رو به یک درختِ واحد ادغام می‌کنه.
1199
+ */
1200
+ get mobileCommandNodes(): ShellbarCommandAction[];
1163
1201
  constructor();
1164
1202
  ngOnInit(): void;
1165
1203
  ngOnChanges(changes: SimpleChanges): void;
1204
+ ngOnDestroy(): void;
1166
1205
  onSearchSubmit(e: SearchInput): void;
1167
1206
  onOpenSearchDialog(): void;
1168
1207
  onSearchItemClick(e: SuggestionItem): void;
@@ -1180,10 +1219,15 @@ declare class BarsaShellbarComponent extends BaseComponent implements OnInit {
1180
1219
  onOpenQuickAccess: () => void;
1181
1220
  onOpenNotification: () => void;
1182
1221
  onLanguage: (e: any) => void;
1222
+ /**
1223
+ * سرریزِ شل‌بار رو با ResizeObserver می‌سنجه؛ فقط روی موبایل (deviceSize === 's') اگه محتوا جا نشه
1224
+ * تایتلِ برندینگ رو حذف می‌کنه. با hysteresis (پهنای تایتل + کمی فاصله) از نوسانِ پنهان/نمایان جلوگیری می‌شه.
1225
+ */
1226
+ private _initBrandingOverflowWatch;
1183
1227
  private _closeSideMenu;
1184
1228
  private _changeCulture;
1185
1229
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaShellbarComponent, never>;
1186
- static ɵcmp: i0.ɵɵComponentDeclaration<BarsaShellbarComponent, "bt-barsa-shellbar", never, { "showSidebar": { "alias": "showSidebar"; "required": false; }; "multiLanguages": { "alias": "multiLanguages"; "required": false; }; "userLoggedIn": { "alias": "userLoggedIn"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; "productMenuControl": { "alias": "productMenuControl"; "required": false; }; "dastoratSarasari": { "alias": "dastoratSarasari"; "required": false; }; "workflowMenuItems": { "alias": "workflowMenuItems"; "required": false; }; "groupedCommandMenus": { "alias": "groupedCommandMenus"; "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; }; "enableSearch": { "alias": "enableSearch"; "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; }; "hideBranding": { "alias": "hideBranding"; "required": false; }; "showSearchInSystem": { "alias": "showSearchInSystem"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; }, { "appTileGroupChange": "appTileGroupChange"; "searchItemClick": "searchItemClick"; "searchInput": "searchInput"; "isOpenQuickAccessChanged": "isOpenQuickAccessChanged"; "openNotificationPanel": "openNotificationPanel"; "openQuickAccessPanel": "openQuickAccessPanel"; "cultureChanged": "cultureChanged"; "notifiationActionClick": "notifiationActionClick"; }, never, never, false, never>;
1230
+ static ɵcmp: i0.ɵɵComponentDeclaration<BarsaShellbarComponent, "bt-barsa-shellbar", never, { "showSidebar": { "alias": "showSidebar"; "required": false; }; "multiLanguages": { "alias": "multiLanguages"; "required": false; }; "userLoggedIn": { "alias": "userLoggedIn"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; "productMenuControl": { "alias": "productMenuControl"; "required": false; }; "dastoratSarasari": { "alias": "dastoratSarasari"; "required": false; }; "workflowMenuItems": { "alias": "workflowMenuItems"; "required": false; }; "groupedCommandMenus": { "alias": "groupedCommandMenus"; "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; }; "enableSearch": { "alias": "enableSearch"; "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; }; "hideBranding": { "alias": "hideBranding"; "required": false; }; "showSearchInSystem": { "alias": "showSearchInSystem"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; "date": { "alias": "date"; "required": false; }; }, { "appTileGroupChange": "appTileGroupChange"; "searchItemClick": "searchItemClick"; "searchInput": "searchInput"; "isOpenQuickAccessChanged": "isOpenQuickAccessChanged"; "openNotificationPanel": "openNotificationPanel"; "openQuickAccessPanel": "openQuickAccessPanel"; "cultureChanged": "cultureChanged"; "notifiationActionClick": "notifiationActionClick"; }, never, never, false, never>;
1187
1231
  }
1188
1232
 
1189
1233
  declare class PopoverAppFinderComponent extends BaseComponent implements OnInit {
@@ -1438,12 +1482,7 @@ declare class EmptyListDirective {
1438
1482
  }
1439
1483
 
1440
1484
  declare class TileRendererDirective extends BaseDirective implements OnInit, OnChanges, OnDestroy {
1441
- component: {
1442
- Module: string;
1443
- ModuleFileName: string;
1444
- Name: string;
1445
- Selector: string;
1446
- };
1485
+ component: EjrayOlgo;
1447
1486
  data: BaseTileSetting | AppTile;
1448
1487
  groupType: string;
1449
1488
  edit: boolean;
@@ -1454,10 +1493,11 @@ declare class TileRendererDirective extends BaseDirective implements OnInit, OnC
1454
1493
  hideClick: EventEmitter<any>;
1455
1494
  renameClick: EventEmitter<any>;
1456
1495
  changeGroupClick: EventEmitter<any>;
1496
+ protected _injector: Injector;
1497
+ protected _environmentInjector: EnvironmentInjector;
1457
1498
  private _tileRef;
1458
1499
  private _cdr;
1459
1500
  private _vcr;
1460
- private _injector;
1461
1501
  ngOnInit(): void;
1462
1502
  ngOnChanges(changes: SimpleChanges): void;
1463
1503
  ngOnDestroy(): void;
@@ -1573,8 +1613,6 @@ declare class BarsaTilesRoutingModule {
1573
1613
 
1574
1614
  declare function addTilesPageSidebar(_router: Router): void;
1575
1615
  declare class BarsaTilesModule extends BaseModule {
1576
- protected dcm: DynamicComponentService;
1577
- protected componentFactoryResolver: ComponentFactoryResolver;
1578
1616
  protected dynamicComponents: (typeof FooterEditTileComponent)[];
1579
1617
  /** Inserted by Angular inject() migration for backwards compatibility */
1580
1618
  constructor();