barsa-tiles 2.3.76 → 2.3.77

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
@@ -80,6 +80,8 @@ declare class TilesService implements OnDestroy {
80
80
  get isDark$(): Observable<boolean | null>;
81
81
  get appTileGroups(): MoForReportModelBase<AppTileGroup> | null;
82
82
  ngOnDestroy(): void;
83
+ loadAllAppTileGroupsByReportId(id: string): void;
84
+ loadAllAppTileGroups(): void;
83
85
  loadUserProfileImage(repIdProfileImage: string): void;
84
86
  loadAppTileGroups(appTileGroup: MetaobjectDataModel): void;
85
87
  saveTilesStackContent(tilesStackContent: boolean): Promise<void>;
@@ -100,10 +102,11 @@ declare class TilesService implements OnDestroy {
100
102
  pinTileChanged(appTileGroupsPin: AppTileGroupPin[], app: MetaobjectDataModel, callback: any): void;
101
103
  _tilePinChange(appTileGroupsPin: any, allApps: any): void;
102
104
  loadShellbar(): void;
103
- loadAllAppTileGroups(): void;
104
105
  _setTileInfo(appTile: any): void;
105
106
  getTileGroups(): MoForReportModel | null;
106
107
  setEditHome(edit: boolean): void;
108
+ protected _loadAllAppTileGroupsByReportId(id: string): void;
109
+ protected _loadAllAppTileGroups(): void;
107
110
  protected _onApplication_GlobalRefreshTile(_sender: any, appTilesTitle: string[]): void;
108
111
  protected _updateAppTileFromNotification(allApps: MoForReportModelBase<AppTileGroup>, appTiles: MetaobjectDataModel[]): void;
109
112
  private _allAppsLoaded;
@@ -337,6 +340,8 @@ declare class TilesViewerService implements OnDestroy {
337
340
  private hideAppGroup$;
338
341
  private _viewLoadingSource;
339
342
  constructor();
343
+ loadAllAppTileGroupsByReportId(id: string): void;
344
+ loadAllAppTileGroups(): void;
340
345
  get selectedAppGroupId(): string;
341
346
  set selectedAppGroupId(groupId: string);
342
347
  setSelectedTab(group: MetaobjectDataModel): void;
@@ -417,6 +422,7 @@ interface TileViewerContainerSettings extends MetaobjectDataModel {
417
422
  BoxShadow?: boolean;
418
423
  TabsBackColor?: string;
419
424
  DisplayMode$Caption?: string;
425
+ MetaReportTiles?: MetaobjectDataModel;
420
426
  }
421
427
 
422
428
  interface MicroTileChartBulletSetting extends BaseTileSetting {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "2.3.76",
3
+ "version": "2.3.77",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"