barsa-tiles 2.3.116 → 2.3.121

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
@@ -582,12 +582,14 @@ declare class PinTileComponent extends BaseComponent implements OnInit {
582
582
  };
583
583
  private _dialogService;
584
584
  private _dialogRef;
585
- private bbbPipe;
585
+ private _bbbTranslate;
586
+ private _tilesService;
586
587
  constructor();
587
588
  ngOnInit(): void;
588
589
  onAccept(): void;
589
590
  onClose(): void;
590
591
  onNewGroup(): void;
592
+ onDeleteGroup(appTileGroup: MetaobjectDataModel): void;
591
593
  _setLoading(loading: any): void;
592
594
  _setDefaultPinTile(appTileGroup: MetaobjectDataModel, tileGroupsId: string[]): void;
593
595
  _getChangedPinTileGroups(appTileGroup: MetaobjectDataModel, appTileGroupsPin: AppTileGroupPin[]): void;
@@ -1177,6 +1179,7 @@ declare class TilesViewerMegamenuComponent extends BaseComponent implements OnIn
1177
1179
  *
1178
1180
  */
1179
1181
  constructor();
1182
+ ngOnChanges(changes: SimpleChanges): void;
1180
1183
  onGroupVisibilityChange(e: {
1181
1184
  visibility: string;
1182
1185
  menu: MegaMenuGroup;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "2.3.116",
3
+ "version": "2.3.121",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"