@myissue/vue-website-page-builder 3.5.53 → 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 +5 -2
- package/dist/style.css +1 -1
- package/dist/vue-website-page-builder.js +10056 -10043
- package/dist/vue-website-page-builder.umd.cjs +80 -80
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -311,10 +311,8 @@ export declare class PageBuilderService {
|
|
|
311
311
|
private savedMountComponents;
|
|
312
312
|
private pendingMountComponents;
|
|
313
313
|
private globalStylesObserver;
|
|
314
|
-
private globalStylesObserverDebounceTimer;
|
|
315
314
|
private _pendingPageSettings;
|
|
316
315
|
private _lastKnownPageSettings;
|
|
317
|
-
private pendingResumeDraftHtml;
|
|
318
316
|
private isPageBuilderMissingOnStart;
|
|
319
317
|
private hasCompletedBuilderMount;
|
|
320
318
|
private builderWasMountedBeforeClose;
|
|
@@ -620,6 +618,11 @@ export declare class PageBuilderService {
|
|
|
620
618
|
* @private
|
|
621
619
|
*/
|
|
622
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;
|
|
623
626
|
/**
|
|
624
627
|
* Adds a CSS class to the currently selected element.
|
|
625
628
|
* @param {string} userSelectedClass - The class to add.
|