@pepperi-addons/ngx-composite-lib 0.4.2-beta.76 → 0.4.2-beta.77

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.
@@ -77,7 +77,7 @@ export declare class LayoutBuilderInternalService {
77
77
  getScreenType(size: PepScreenSizeType): DataViewScreenSize;
78
78
  getSectionColumnKey(sectionKey?: string, index?: string): string;
79
79
  getIsHidden(hideIn: DataViewScreenSize[] | undefined, currentScreenType: DataViewScreenSize): boolean;
80
- navigateToEditor(editorType: LayoutEditorType, id: string, title: string): boolean;
80
+ navigateToEditor(editorType: LayoutEditorType, id: string, title?: string): boolean;
81
81
  navigateBackFromEditor(): void;
82
82
  updateLayoutFromEditor(editorData: ILayoutEditor): void;
83
83
  updateSectionFromEditor(sectionData: ILayoutSectionEditor): void;
@@ -21,9 +21,6 @@ export declare class PepLayoutBuilderComponent extends BaseDestroyerDirective im
21
21
  get availableBlocksForDrag(): Array<IPepDraggableItem>;
22
22
  private _blocksLayoutConfig;
23
23
  set blocksLayoutConfig(value: IPepLayoutBlockConfig);
24
- private _blockEditorTitle;
25
- set blockEditorTitle(value: string);
26
- get blockEditorTitle(): string;
27
24
  private _layoutEditorTitle;
28
25
  set layoutEditorTitle(value: string);
29
26
  get layoutEditorTitle(): string;
@@ -40,7 +37,6 @@ export declare class PepLayoutBuilderComponent extends BaseDestroyerDirective im
40
37
  constructor(renderer: Renderer2, hostElement: ElementRef, translate: TranslateService, layoutBuilderInternalService: LayoutBuilderInternalService, pepAddonService: PepAddonService);
41
38
  private setScreenWidth;
42
39
  private updateViewportWidth;
43
- private setEditorTitle;
44
40
  private subscribeEvents;
45
41
  ngOnInit(): void;
46
42
  onResize(event: any): void;
@@ -50,5 +46,5 @@ export declare class PepLayoutBuilderComponent extends BaseDestroyerDirective im
50
46
  onSectionEditorObjectChange(sectionEditor: ILayoutSectionEditor): void;
51
47
  onNavigateBackFromEditor(): void;
52
48
  static ɵfac: i0.ɵɵFactoryDeclaration<PepLayoutBuilderComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<PepLayoutBuilderComponent, "pep-layout-builder", never, { "availableBlocksForDrag": "availableBlocksForDrag"; "blocksLayoutConfig": "blocksLayoutConfig"; "blockEditorTitle": "blockEditorTitle"; "layoutEditorTitle": "layoutEditorTitle"; }, { "backClick": "backClick"; "editorChange": "editorChange"; "blockAdded": "blockAdded"; "blocksRemoved": "blocksRemoved"; }, never, ["[layout-editor-top-content]", "[layout-editor-bottom-content]", "[block-editor-content]", "[header-end-content]", "[layout-content]"], false>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<PepLayoutBuilderComponent, "pep-layout-builder", never, { "availableBlocksForDrag": "availableBlocksForDrag"; "blocksLayoutConfig": "blocksLayoutConfig"; "layoutEditorTitle": "layoutEditorTitle"; }, { "backClick": "backClick"; "editorChange": "editorChange"; "blockAdded": "blockAdded"; "blocksRemoved": "blocksRemoved"; }, never, ["[layout-editor-top-content]", "[layout-editor-bottom-content]", "[block-editor-content]", "[header-end-content]", "[layout-content]"], false>;
54
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pepperi-addons/ngx-composite-lib",
3
- "version": "0.4.2-beta.76",
3
+ "version": "0.4.2-beta.77",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">= 14.0.2",
6
6
  "@angular/cdk": ">= 14.0.2",