simpo-component-library 0.5.2 → 0.5.4

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.
@@ -17,6 +17,7 @@ export declare class ContactUsComponent extends BaseSection implements OnInit {
17
17
  constructor(_eventService: EventsService);
18
18
  ngOnInit(): void;
19
19
  getWidthByField(field: any): "96" | "48";
20
+ buttonClick(): void;
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ContactUsComponent, never>;
21
22
  static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsComponent, "simpo-contact-us", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
22
23
  }
@@ -28,6 +28,7 @@ export interface Field {
28
28
  value: string;
29
29
  type: INPUT_FIELDS_TYPE;
30
30
  required: boolean;
31
+ inputValue?: string;
31
32
  options: {
32
33
  label: string;
33
34
  value: string;
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class SkeletonLoaderSectionComponent {
3
+ sectionType: string;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonLoaderSectionComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonLoaderSectionComponent, "simpo-skeleton-loader-section", never, { "sectionType": { "alias": "sectionType"; "required": false; }; }, {}, never, never, true, never>;
6
+ }
@@ -11,6 +11,7 @@ export declare class EventsService {
11
11
  restyleSection: EventEmitter<unknown>;
12
12
  pageRedirectionButton: EventEmitter<unknown>;
13
13
  buttonRedirection: EventEmitter<unknown>;
14
+ contactFormData: EventEmitter<unknown>;
14
15
  backgroundImageChangeCheck: EventEmitter<unknown>;
15
16
  colorOverlayChangeChecks: EventEmitter<unknown>;
16
17
  alignmentChangeChecks: EventEmitter<unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
package/public-api.d.ts CHANGED
@@ -13,6 +13,7 @@ export * from './lib/sections/video-section/video-section.component';
13
13
  export * from './lib/sections/navbar-section/navbar-section.component';
14
14
  export * from './lib/sections/add-new-section/add-new-section.component';
15
15
  export * from './lib/sections/contact-us/contact-us.component';
16
+ export * from './lib/sections/skeleton-loader-section/skeleton-loader-section.component';
16
17
  export * from './lib/services/events.service';
17
18
  export * from './lib/directive/animation-directive';
18
19
  export * from './lib/directive/background-directive';
Binary file