@tsi-developpement/tsi-shared-ui 1.8.1 → 1.8.2

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.
@@ -3,4 +3,4 @@ import { FormStateService } from "../services/form/form-state.service";
3
3
  import { PresentationDesignerBaseService } from "../services/presentation-setting/presentation-designer-base.service";
4
4
  import { GenericValidationStateService } from "../services/validation/generic-validation-state.service";
5
5
  import { InputRegistryService } from "../services/validation/input-registry.service";
6
- export declare const appProviders: (typeof PresentationDesignerBaseService | typeof InputRegistryService | typeof GenericValidationStateService | typeof DynamicFormService | typeof FormStateService)[];
6
+ export declare const appProviders: (typeof PresentationDesignerBaseService | typeof GenericValidationStateService | typeof InputRegistryService | typeof DynamicFormService | typeof FormStateService)[];
@@ -2,7 +2,7 @@ import { DynamicDialogConfig, DynamicDialogRef } from "primeng/dynamicdialog";
2
2
  import { TabView } from "primeng/tabview";
3
3
  import { JwtHelperService } from "@auth0/angular-jwt";
4
4
  import { ConfirmationService, MessageService } from "primeng/api";
5
- export declare const SharedUiTsiProviders: (typeof DynamicDialogRef | typeof DynamicDialogConfig | typeof TabView | typeof JwtHelperService | typeof MessageService | typeof ConfirmationService | {
5
+ export declare const SharedUiTsiProviders: (typeof TabView | typeof DynamicDialogRef | typeof DynamicDialogConfig | typeof JwtHelperService | typeof MessageService | typeof ConfirmationService | {
6
6
  provide: import("@angular/core").InjectionToken<unknown>;
7
7
  useValue: import("@angular/core").InjectionToken<unknown>;
8
8
  })[];
@@ -24,11 +24,12 @@ export declare class TsiDatePickerComponent extends TsiInputBase<Date | undefine
24
24
  *
25
25
  */
26
26
  constructor(_datePipe: DatePipe, _dateHelperService: DateHelperService, primeNGConfig: PrimeNGConfig, _layoutService: LayoutService);
27
- onFocusOut(event: any): void;
28
- onSelect(event: any): void;
27
+ onFocusOut(): void;
28
+ onSelect(): void;
29
29
  ngOnInit(): void;
30
30
  private _toString;
31
- _updateInputFieldFromStringDate(event: any): void;
31
+ _updateInputFieldFromStringDate(): void;
32
+ onModelChange(event: any): void;
32
33
  private _handleDateChange;
33
34
  private _createUtcDate;
34
35
  _initArabicLocal(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsi-developpement/tsi-shared-ui",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "author": "TSI",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {