@mintplayer/ng-focus-on-load 18.1.0 → 18.1.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.
@@ -26,10 +26,10 @@ export class FocusOnLoadDirective {
26
26
  }
27
27
  }, 10);
28
28
  }
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: FocusOnLoadDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
30
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: FocusOnLoadDirective, isStandalone: true, selector: "*[autofocus]", inputs: { autofocus: "autofocus" }, ngImport: i0 }); }
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: FocusOnLoadDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
30
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: FocusOnLoadDirective, isStandalone: true, selector: "*[autofocus]", inputs: { autofocus: "autofocus" }, ngImport: i0 }); }
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: FocusOnLoadDirective, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: FocusOnLoadDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{
35
35
  selector: '*[autofocus]',
@@ -27,10 +27,10 @@ class FocusOnLoadDirective {
27
27
  }
28
28
  }, 10);
29
29
  }
30
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: FocusOnLoadDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
31
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: FocusOnLoadDirective, isStandalone: true, selector: "*[autofocus]", inputs: { autofocus: "autofocus" }, ngImport: i0 }); }
30
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: FocusOnLoadDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
31
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: FocusOnLoadDirective, isStandalone: true, selector: "*[autofocus]", inputs: { autofocus: "autofocus" }, ngImport: i0 }); }
32
32
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: FocusOnLoadDirective, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: FocusOnLoadDirective, decorators: [{
34
34
  type: Directive,
35
35
  args: [{
36
36
  selector: '*[autofocus]',
package/index.d.ts CHANGED
@@ -1,2 +1 @@
1
- /// <reference path="index.ngtypecheck.d.ts" />
2
1
  export * from './lib/directives';
@@ -1,4 +1,3 @@
1
- /// <reference path="focus-on-load.directive.ngtypecheck.d.ts" />
2
1
  import { ViewContainerRef, AfterViewInit } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class FocusOnLoadDirective implements AfterViewInit {
@@ -1,2 +1 @@
1
- /// <reference path="index.ngtypecheck.d.ts" />
2
1
  export * from './focus-on-load/focus-on-load.directive';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mintplayer/ng-focus-on-load",
3
3
  "private": false,
4
- "version": "18.1.0",
4
+ "version": "18.1.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap",