barsa-tiles 2.3.125 → 2.3.129

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
@@ -976,6 +976,7 @@ declare class BarsaShellbarComponent extends BaseComponent implements OnInit {
976
976
  onOpenSearchDialog(template: TemplateRef<any>): void;
977
977
  onSearchItemClick(dialogRef: DialogRef, e: SuggestionItem): void;
978
978
  onSearchInputChange(e: any): void;
979
+ oFavoriteLink(item: SuggestionItem, e: any): void;
979
980
  onSearchOpen(e: boolean): void;
980
981
  onSearchLink(item: SuggestionItem, e: any): void;
981
982
  onBellNotification: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "2.3.125",
3
+ "version": "2.3.129",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"