@dev-tcloud/tcloud-ui 6.14.2 → 6.14.3

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.
@@ -6,7 +6,6 @@ import { Subject, Subscription, BehaviorSubject, debounceTime, distinctUntilChan
6
6
  import { trigger, state, style, transition, animate, AnimationBuilder } from '@angular/animations';
7
7
  import * as i2 from '@angular/forms';
8
8
  import { NG_VALUE_ACCESSOR, FormsModule, FormControl, ReactiveFormsModule, NG_VALIDATORS, FormGroup, Validators } from '@angular/forms';
9
- import { I18nService as I18nService$1 } from 'projects/tcloud-ui/src/lib/_pipes/_private/services/i18n.service';
10
9
  import * as i1$1 from '@angular/router';
11
10
  import { Router, RouterModule } from '@angular/router';
12
11
 
@@ -3899,7 +3898,7 @@ class TCloudUiModalFooterComponent {
3899
3898
  this.txt_value = '';
3900
3899
  this.param_confirm = {};
3901
3900
  this.loading = false;
3902
- this.i18nService = inject(I18nService$1);
3901
+ this.i18nService = inject(I18nService);
3903
3902
  this.type_the_word = 'Digite a palavra';
3904
3903
  this.to_confirm = 'para confirmar';
3905
3904
  }