@fundamental-ngx/core 0.61.5 → 0.61.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/core",
3
- "version": "0.61.5",
3
+ "version": "0.61.7",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-update": {
6
6
  "migrations": "./schematics/migrations.json"
@@ -23,8 +23,8 @@
23
23
  "@angular/forms": "^21.0.0",
24
24
  "@angular/platform-browser": "^21.0.0",
25
25
  "@angular/router": "^21.0.0",
26
- "@fundamental-ngx/cdk": "0.61.5",
27
- "@fundamental-ngx/i18n": "0.61.5",
26
+ "@fundamental-ngx/cdk": "0.61.7",
27
+ "@fundamental-ngx/i18n": "0.61.7",
28
28
  "@sap-theming/theming-base-content": "^11.32.0",
29
29
  "fundamental-styles": "0.40.1",
30
30
  "rxjs": "^7.8.0"
@@ -596,7 +596,7 @@ declare class PopoverService {
596
596
  /** @hidden */
597
597
  checkModalBackground(): void;
598
598
  /** Toggles the popover open state */
599
- toggle(openAction?: boolean, closeAction?: boolean): void;
599
+ toggle(openAction?: boolean, closeAction?: boolean, focusActiveElement?: boolean): void;
600
600
  /**
601
601
  * Method called to change position of popover,
602
602
  * recommended to be used only when popover is opened, otherwise change position or cdkPlacement