@skyux/autonumeric 12.0.0-alpha.8 → 12.0.0-beta.0

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.
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, forwardRef, Directive, Input, HostListener, NgModule } from '@angular/core';
2
+ import { Injectable, forwardRef, HostListener, Input, Directive, NgModule } from '@angular/core';
3
3
  import { NG_VALUE_ACCESSOR, NG_VALIDATORS, FormsModule, ReactiveFormsModule } from '@angular/forms';
4
4
  import AutoNumeric from 'autonumeric';
5
5
  import { Subject, fromEvent } from 'rxjs';
@@ -17,10 +17,10 @@ class SkyAutonumericOptionsProvider {
17
17
  getConfig() {
18
18
  return {};
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyAutonumericOptionsProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
21
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyAutonumericOptionsProvider, providedIn: 'root' }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SkyAutonumericOptionsProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
21
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SkyAutonumericOptionsProvider, providedIn: 'root' }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyAutonumericOptionsProvider, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SkyAutonumericOptionsProvider, decorators: [{
24
24
  type: Injectable,
25
25
  args: [{
26
26
  providedIn: 'root',
@@ -201,10 +201,10 @@ class SkyAutonumericDirective {
201
201
  // istanbul ignore next
202
202
  // eslint-disable-next-line @typescript-eslint/no-empty-function
203
203
  #onTouched;
204
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyAutonumericDirective, deps: [{ token: i0.ElementRef }, { token: SkyAutonumericOptionsProvider }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
205
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.5", type: SkyAutonumericDirective, isStandalone: false, selector: "input[skyAutonumeric]", inputs: { skyAutonumeric: "skyAutonumeric", skyAutonumericFormChangesUnformatted: "skyAutonumericFormChangesUnformatted" }, host: { listeners: { "blur": "onBlur()" } }, providers: [SKY_AUTONUMERIC_VALUE_ACCESSOR, SKY_AUTONUMERIC_VALIDATOR], ngImport: i0 }); }
204
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SkyAutonumericDirective, deps: [{ token: i0.ElementRef }, { token: SkyAutonumericOptionsProvider }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
205
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.1", type: SkyAutonumericDirective, isStandalone: false, selector: "input[skyAutonumeric]", inputs: { skyAutonumeric: "skyAutonumeric", skyAutonumericFormChangesUnformatted: "skyAutonumericFormChangesUnformatted" }, host: { listeners: { "blur": "onBlur()" } }, providers: [SKY_AUTONUMERIC_VALUE_ACCESSOR, SKY_AUTONUMERIC_VALIDATOR], ngImport: i0 }); }
206
206
  }
207
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyAutonumericDirective, decorators: [{
207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SkyAutonumericDirective, decorators: [{
208
208
  type: Directive,
209
209
  args: [{
210
210
  selector: 'input[skyAutonumeric]',
@@ -221,11 +221,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
221
221
  }] } });
222
222
 
223
223
  class SkyAutonumericModule {
224
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyAutonumericModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
225
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: SkyAutonumericModule, declarations: [SkyAutonumericDirective], imports: [FormsModule, ReactiveFormsModule], exports: [SkyAutonumericDirective] }); }
226
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyAutonumericModule, imports: [FormsModule, ReactiveFormsModule] }); }
224
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SkyAutonumericModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
225
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: SkyAutonumericModule, declarations: [SkyAutonumericDirective], imports: [FormsModule, ReactiveFormsModule], exports: [SkyAutonumericDirective] }); }
226
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SkyAutonumericModule, imports: [FormsModule, ReactiveFormsModule] }); }
227
227
  }
228
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyAutonumericModule, decorators: [{
228
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: SkyAutonumericModule, decorators: [{
229
229
  type: NgModule,
230
230
  args: [{
231
231
  declarations: [SkyAutonumericDirective],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/autonumeric",
3
- "version": "12.0.0-alpha.8",
3
+ "version": "12.0.0-beta.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -15,6 +15,17 @@
15
15
  "url": "https://github.com/blackbaud/skyux/issues"
16
16
  },
17
17
  "homepage": "https://github.com/blackbaud/skyux#readme",
18
+ "peerDependencies": {
19
+ "@angular/common": "^19.2.1",
20
+ "@angular/core": "^19.2.1",
21
+ "@angular/forms": "^19.2.1",
22
+ "autonumeric": "^4.10.5"
23
+ },
24
+ "dependencies": {
25
+ "tslib": "^2.8.1"
26
+ },
27
+ "module": "fesm2022/skyux-autonumeric.mjs",
28
+ "typings": "index.d.ts",
18
29
  "exports": {
19
30
  "./package.json": {
20
31
  "default": "./package.json"
@@ -22,21 +33,7 @@
22
33
  ".": {
23
34
  "types": "./index.d.ts",
24
35
  "default": "./fesm2022/skyux-autonumeric.mjs"
25
- },
26
- "./documentation.json": {
27
- "default": "./documentation.json"
28
36
  }
29
37
  },
30
- "peerDependencies": {
31
- "@angular/common": "^19.0.5",
32
- "@angular/core": "^19.0.5",
33
- "@angular/forms": "^19.0.5",
34
- "autonumeric": "^4.10.5"
35
- },
36
- "dependencies": {
37
- "tslib": "^2.8.1"
38
- },
39
- "module": "fesm2022/skyux-autonumeric.mjs",
40
- "typings": "index.d.ts",
41
38
  "sideEffects": false
42
- }
39
+ }