@wemake4u/form-player-se 1.0.13 → 1.0.15

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.
@@ -37,7 +37,6 @@ export declare class GridService {
37
37
  private formatFlags;
38
38
  private navigateInsideCell;
39
39
  private getEventPath;
40
- private getAllFocusableElementsOf;
41
40
  static ɵfac: i0.ɵɵFactoryDeclaration<GridService, never>;
42
41
  static ɵprov: i0.ɵɵInjectableDeclaration<GridService>;
43
42
  }
@@ -0,0 +1,2 @@
1
+ export declare function getFocusables(el: HTMLElement): HTMLElement[];
2
+ export declare function setFocus(el: HTMLElement): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wemake4u/form-player-se",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^18.2.0",
6
6
  "@angular/common": "^18.2.0",