@skyux/core 13.8.2 → 13.9.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.
@@ -2876,12 +2876,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
2876
2876
  class SkyNumericModule {
2877
2877
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyNumericModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2878
2878
  static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyNumericModule, imports: [SkyCoreResourcesModule, SkyNumericPipe], exports: [SkyNumericPipe] }); }
2879
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyNumericModule, imports: [SkyCoreResourcesModule] }); }
2879
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyNumericModule, providers: [SkyNumericPipe], imports: [SkyCoreResourcesModule] }); }
2880
2880
  }
2881
2881
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyNumericModule, decorators: [{
2882
2882
  type: NgModule,
2883
2883
  args: [{
2884
2884
  imports: [SkyCoreResourcesModule, SkyNumericPipe],
2885
+ providers: [SkyNumericPipe],
2885
2886
  exports: [SkyNumericPipe],
2886
2887
  }]
2887
2888
  }] });
@@ -3418,12 +3419,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
3418
3419
  class SkyPercentPipeModule {
3419
3420
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyPercentPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3420
3421
  static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: SkyPercentPipeModule, imports: [SkyCoreResourcesModule, SkyPercentPipe], exports: [SkyPercentPipe] }); }
3421
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyPercentPipeModule, imports: [SkyCoreResourcesModule] }); }
3422
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyPercentPipeModule, providers: [SkyPercentPipe], imports: [SkyCoreResourcesModule] }); }
3422
3423
  }
3423
3424
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyPercentPipeModule, decorators: [{
3424
3425
  type: NgModule,
3425
3426
  args: [{
3426
3427
  imports: [SkyCoreResourcesModule, SkyPercentPipe],
3428
+ providers: [SkyPercentPipe],
3427
3429
  exports: [SkyPercentPipe],
3428
3430
  }]
3429
3431
  }] });
@@ -4730,7 +4732,7 @@ class Version {
4730
4732
  /**
4731
4733
  * Represents the version of @skyux/core.
4732
4734
  */
4733
- const VERSION = new Version('13.8.2');
4735
+ const VERSION = new Version('13.9.1');
4734
4736
 
4735
4737
  /**
4736
4738
  * Generated bundle index. Do not edit.