barsa-tiles 2.3.112 → 2.3.113

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
@@ -972,9 +972,10 @@ declare class BarsaShellbarComponent extends BaseComponent implements OnInit {
972
972
  ngOnChanges(changes: SimpleChanges): void;
973
973
  onSearchSubmit(e: SearchInput): void;
974
974
  onOpenSearchDialog(template: TemplateRef<any>): void;
975
- onSearchItemClick(e: SuggestionItem): void;
975
+ onSearchItemClick(dialogRef: DialogRef, e: SuggestionItem): void;
976
976
  onSearchInputChange(e: any): void;
977
977
  onSearchOpen(e: boolean): void;
978
+ onSearchLink(item: SuggestionItem, e: any): void;
978
979
  onBellNotification: () => void;
979
980
  onRouteFormStateChange(): void;
980
981
  onCultureChange(culture: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "2.3.112",
3
+ "version": "2.3.113",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"