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/fesm2022/barsa-tiles.mjs +11 -8
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
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>;
|