simpo-component-library 2.0.29 → 2.0.31

Sign up to get free protection for your applications and to get access to all the features.
@@ -75,6 +75,7 @@ export declare class AppointmentFormComponent extends BaseSection implements OnI
75
75
  padZero(value: number): string;
76
76
  isTimeGreaterThanCurrent(time: string, currentHour: number, currentMinute: number): boolean;
77
77
  createAppointment(): void;
78
+ reFilterData(): void;
78
79
  isFormValid(): boolean;
79
80
  static ɵfac: i0.ɵɵFactoryDeclaration<AppointmentFormComponent, never>;
80
81
  static ɵcmp: i0.ɵɵComponentDeclaration<AppointmentFormComponent, "simpo-appointment-form", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "2.0.29",
3
+ "version": "2.0.31",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file