simpo-component-library 2.0.32 → 2.0.51

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.
@@ -20,6 +20,8 @@ export declare class AppointmentFormComponent extends BaseSection implements OnI
20
20
  customClass?: string;
21
21
  styles?: BannerStylesModel;
22
22
  constructor(_eventService: EventsService, matDialog: MatDialog, appointmentService: RestService, snackbar: MatSnackBar);
23
+ screenWidth: number;
24
+ getScreenSize(): void;
23
25
  businessId: any;
24
26
  businessName: any;
25
27
  ngOnInit(): void;
@@ -19,6 +19,7 @@ export declare class FooterSectionComponent extends BaseSection implements OnIni
19
19
  ngOnInit(): void;
20
20
  editSection(): void;
21
21
  changePage(pageData?: any): void;
22
+ get checkFooter(): boolean;
22
23
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterSectionComponent, never>;
23
24
  static ɵcmp: i0.ɵɵComponentDeclaration<FooterSectionComponent, "simpo-footer-section", 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>;
24
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "2.0.32",
3
+ "version": "2.0.51",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file