simpo-component-library 0.2.5 → 0.2.7

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.
@@ -10,7 +10,7 @@ export declare class BackgroundDirective implements OnChanges {
10
10
  constructor(el: ElementRef, eventService: EventsService);
11
11
  ngOnDestroy(): void;
12
12
  ngOnChanges(change: SimpleChanges): void;
13
- getTextColor(bgColor: string): "#ffffff" | "#000000" | "#ffffff;";
13
+ getTextColor(bgColor: string): "#000000" | "#ffffff" | "#ffffff;";
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BackgroundDirective, never>;
15
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<BackgroundDirective, "[simpoBackground]", never, { "simpoBackground": { "alias": "simpoBackground"; "required": false; }; }, {}, never, never, true, never>;
16
16
  }
@@ -14,7 +14,7 @@ export declare class ButtonDirectiveDirective implements OnChanges {
14
14
  applyButtonStyleChanges(): void;
15
15
  applyButtonType(style: ButtonStyleModel, color: string): void;
16
16
  applyButtonShape(style: ButtonStyleModel): void;
17
- getTextColor(bgColor: string): "#ffffff" | "#000000" | "#ffffff;";
17
+ getTextColor(bgColor: string): "#000000" | "#ffffff" | "#ffffff;";
18
18
  buttonStyleSubscription?: Subscription;
19
19
  buttonStyleChangeCheck(): void;
20
20
  changeButtonStyle(id: any, style: ButtonStyleModel, bgColor: string): void;
@@ -3,14 +3,14 @@ import { ImageGridContentModal, ImageGridSectionModel, ImageGridStylesModel } fr
3
3
  import { EventsService } from '../../services/events.service';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class ImageGridSectionComponent {
6
- private eventService;
6
+ private _eventService;
7
7
  data?: ImageGridSectionModel;
8
8
  index?: number;
9
9
  edit?: boolean;
10
10
  _mainContainer: ElementRef | null;
11
11
  content?: ImageGridContentModal;
12
12
  style?: ImageGridStylesModel;
13
- constructor(eventService: EventsService);
13
+ constructor(_eventService: EventsService);
14
14
  ngOnInit(): void;
15
15
  showEditors: boolean;
16
16
  showEditTabs(isShow: boolean): void;
@@ -6,6 +6,7 @@ export declare class NavbarSectionComponent implements OnInit {
6
6
  private _eventService;
7
7
  data?: HeaderSectionModel;
8
8
  index?: number;
9
+ edit?: boolean;
9
10
  content?: HeaderContentModel;
10
11
  style?: HeaderStyleModel;
11
12
  color: string;
@@ -14,6 +15,8 @@ export declare class NavbarSectionComponent implements OnInit {
14
15
  screenWidth: number;
15
16
  getScreenSize(event?: number): void;
16
17
  close(): void;
18
+ showEditors: boolean;
19
+ showEditTabs(isShow: boolean): void;
17
20
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarSectionComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<NavbarSectionComponent, "simpo-navbar-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavbarSectionComponent, "simpo-navbar-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
19
22
  }
@@ -5,7 +5,7 @@ import { TextPosition } from '../../styles/index';
5
5
  import { ButtonModel } from '../../styles/style.model';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class ServiceSectionComponent {
8
- private eventService;
8
+ private _eventService;
9
9
  data?: ServiceSectionModal;
10
10
  index?: number;
11
11
  edit?: boolean;
@@ -14,7 +14,7 @@ export declare class ServiceSectionComponent {
14
14
  content?: ServiceContentModal;
15
15
  style?: ServiceStylesModel;
16
16
  button?: ButtonModel;
17
- constructor(eventService: EventsService);
17
+ constructor(_eventService: EventsService);
18
18
  ngOnInit(): void;
19
19
  showEditors: boolean;
20
20
  showEditTabs(isShow: boolean): void;
@@ -4,7 +4,7 @@ import { EventsService } from '../../services/events.service';
4
4
  import { ButtonModel } from '../../styles/style.model';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class TeamMemberSectionComponent {
7
- private eventService;
7
+ private _eventService;
8
8
  data?: TeamMemberSectionModal;
9
9
  index?: number;
10
10
  edit?: boolean;
@@ -12,7 +12,7 @@ export declare class TeamMemberSectionComponent {
12
12
  content?: TeamMemberContentModal;
13
13
  style?: TeamMemberStylesModel;
14
14
  button?: ButtonModel;
15
- constructor(eventService: EventsService);
15
+ constructor(_eventService: EventsService);
16
16
  ngOnInit(): void;
17
17
  showEditors: boolean;
18
18
  showEditTabs(isShow: boolean): void;
@@ -4,13 +4,13 @@ import { TextImageContentModel, TextImageSectionModel } from './text-image-secti
4
4
  import { EventsService } from '../../services/events.service';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class TextImageSectionComponent implements OnInit {
7
- private eventService;
7
+ private _eventService;
8
8
  data?: TextImageSectionModel;
9
9
  index?: number;
10
10
  edit?: boolean;
11
11
  content?: TextImageContentModel;
12
12
  styles?: BannerStylesModel;
13
- constructor(eventService: EventsService);
13
+ constructor(_eventService: EventsService);
14
14
  ngOnInit(): void;
15
15
  showEditors: boolean;
16
16
  showEditTabs(isShow: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file