@elderbyte/ngx-starter 15.19.0 → 15.19.1

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.
@@ -0,0 +1,14 @@
1
+ export declare class FocusUtil {
2
+ private static readonly log;
3
+ /***************************************************************************
4
+ * *
5
+ * Public Methods *
6
+ * *
7
+ **************************************************************************/
8
+ /**
9
+ * Focus the given html element after the given delay.
10
+ * @param htmlElement
11
+ * @param delayMs
12
+ */
13
+ static focusAfterDelay(htmlElement: HTMLInputElement, delayMs?: number): void;
14
+ }
@@ -9,3 +9,4 @@ export * from './value-wrapper';
9
9
  export * from './ng-zone-utils';
10
10
  export * from './query-list-binding';
11
11
  export * from './parse-util';
12
+ export * from './focus-util';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "15.19.0",
3
+ "version": "15.19.1",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^15.0.0 || ^16.0.0",
6
6
  "@angular/common": "^15.0.0 || ^16.0.0",