ng-tailwind 4.4.34 → 4.4.35

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.
@@ -82,17 +82,18 @@ export declare class NgtInputComponent extends NgtBaseNgModel implements OnInit,
82
82
  private searchExistingResourceTimeout;
83
83
  private subscriptions;
84
84
  constructor(injector: Injector, renderer: Renderer2, changeDetector: ChangeDetectorRef, ngtStylizableDirective: NgtStylizableDirective, formContainer: ControlContainer, ngtFormComponent: NgtFormComponent, ngtValidationService: NgtHttpValidationService, ngtResourceService: NgtHttpResourceService, ngtForm: NgtFormComponent, ngtSection: NgtSectionComponent, ngtModal: NgtModalComponent, ngtTranslateService: NgtTranslateService);
85
- setFocus(): void;
86
- hasFocus(): boolean;
87
- clearInput(event?: Event): void;
85
+ ngOnInit(): void;
88
86
  ngOnChanges(changes: SimpleChanges): void;
89
87
  ngOnDestroy(): void;
90
88
  change(value: any): void;
91
- ngOnInit(): void;
92
- getInputPaddings(): string;
89
+ setFocus(): void;
90
+ clearInput(event?: Event): void;
91
+ restorePlaceholder(): void;
93
92
  showPassword(): void;
94
93
  hidePassword(): void;
94
+ getInputPaddings(): string;
95
95
  getRemainingCharacters(): number;
96
+ hasFocus(): boolean;
96
97
  disabled(): boolean;
97
98
  private initComponent;
98
99
  private updateValidations;