barsa-tiles 2.3.144 → 2.3.147

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
@@ -156,7 +156,7 @@ declare class TilesService {
156
156
  loadAppTileGroups(appTileGroup: MetaobjectDataModel): void;
157
157
  /** True if tiles for this group were already loaded (canonical tree or in-flight flag). */
158
158
  isAppTileGroupTilesLoaded(groupId: string): boolean;
159
- loadAppTileGroupsById(appTileGroupId: string): void;
159
+ loadAppTileGroupsById(appTileGroupId: string, forceReload?: boolean): void;
160
160
  saveTilesStackContent(tilesStackContent: boolean): Promise<void>;
161
161
  loadUserPortalSettings(): Observable<any>;
162
162
  refreshTile(appTile: MetaobjectDataModel): Promise<MetaobjectDataModel>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "2.3.144",
3
+ "version": "2.3.147",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"