barsa-tiles 2.3.40 → 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/fesm2022/barsa-tiles.mjs +4 -1
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
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;
|