@ascentgl/ads-ui 0.0.81 → 0.0.82

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.
@@ -3243,7 +3243,7 @@ class AdsInputModule {
3243
3243
  AdsErrorComponent,
3244
3244
  AdsHintComponent,
3245
3245
  NgxMaskDirective], exports: [AdsInputComponent] }); }
3246
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AdsInputModule, imports: [CommonModule,
3246
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: AdsInputModule, providers: [provideNgxMask()], imports: [CommonModule,
3247
3247
  MatFormFieldModule,
3248
3248
  MatInputModule,
3249
3249
  ReactiveFormsModule,
@@ -3271,6 +3271,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
3271
3271
  ],
3272
3272
  declarations: [AdsInputComponent],
3273
3273
  exports: [AdsInputComponent],
3274
+ providers: [provideNgxMask()],
3274
3275
  }]
3275
3276
  }] });
3276
3277