barsa-tiles 2.3.39 → 2.3.41

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
@@ -762,6 +762,7 @@ declare class TilesViewerComponent extends BaseComponent implements OnInit {
762
762
  protected _saveScrollPosition: SaveScrollPositionService;
763
763
  protected _firstSelected: boolean;
764
764
  ngAfterViewInit(): void;
765
+ ngOnChanges(changes: SimpleChanges): void;
765
766
  onSelectedTabChange(selectedTab: IconTabBarItem): void;
766
767
  onDropGroup(appTileGroups: MetaobjectDataModel[], event: CdkDragDrop<MetaobjectDataModel[]>): void;
767
768
  onDrop($event: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "2.3.39",
3
+ "version": "2.3.41",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"