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.
- package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +37 -5
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +2 -2
- package/fesm2022/simpo-component-library.mjs +37 -5
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/sections/appointment-form/appointment-form.component.d.ts +1 -0
- package/package.json +1 -1
- package/simpo-component-library-2.0.31.tgz +0 -0
- package/simpo-component-library-2.0.29.tgz +0 -0
@@ -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
Binary file
|
Binary file
|