@myissue/vue-website-page-builder 3.5.52 → 3.5.54

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.
package/dist/index.d.ts CHANGED
@@ -307,6 +307,7 @@ export declare class PageBuilderService {
307
307
  private NoneListernesTags;
308
308
  private hasStartedEditing;
309
309
  private originalComponents;
310
+ private originalPageSettings;
310
311
  private savedMountComponents;
311
312
  private pendingMountComponents;
312
313
  private globalStylesObserver;
@@ -617,6 +618,11 @@ export declare class PageBuilderService {
617
618
  * @private
618
619
  */
619
620
  private syncCurrentStyles;
621
+ /**
622
+ * Returns the element style/class controls should mutate.
623
+ * In global page-design mode, always use #pagebuilder.
624
+ */
625
+ private getActiveStyleTarget;
620
626
  /**
621
627
  * Adds a CSS class to the currently selected element.
622
628
  * @param {string} userSelectedClass - The class to add.
@@ -637,7 +643,7 @@ export declare class PageBuilderService {
637
643
  * Handles changes to the font family of the selected element.
638
644
  * @param {string} [userSelectedFontFamily] - The selected font family class.
639
645
  */
640
- handleFontFamily(userSelectedFontFamily?: string): void;
646
+ handleFontFamily(userSelectedFontFamily?: string): Promise<void>;
641
647
  /**
642
648
  * Handles changes to the font style of the selected element.
643
649
  * @param {string} [userSelectedFontStyle] - The selected font style class.