@myissue/vue-website-page-builder 3.5.80 → 3.5.82
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 -0
- package/dist/vue-website-page-builder.js +6544 -6528
- package/dist/vue-website-page-builder.umd.cjs +57 -57
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -472,6 +472,11 @@ export declare class PageBuilderService {
|
|
|
472
472
|
* @private
|
|
473
473
|
*/
|
|
474
474
|
private applyElementClassChanges;
|
|
475
|
+
/**
|
|
476
|
+
* TipTap restores host `class` from a snapshot on close. Keep that snapshot
|
|
477
|
+
* current when classes change while the inline editor is open.
|
|
478
|
+
*/
|
|
479
|
+
private refreshInlineTipTapHostClassSnapshotFor;
|
|
475
480
|
private resolveNestedButtonAnchorTarget;
|
|
476
481
|
private removeElementClassesFromArray;
|
|
477
482
|
/**
|