@myissue/vue-website-page-builder 3.5.57 → 3.5.58
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
|
@@ -931,10 +931,10 @@ export declare class PageBuilderService {
|
|
|
931
931
|
/**
|
|
932
932
|
* Handles the form submission process, clearing local storage and the DOM.
|
|
933
933
|
* By default, global page settings (classes / inline styles on the wrapper)
|
|
934
|
-
* are
|
|
934
|
+
* are reset so a brand-new resource starts clean after submit.
|
|
935
935
|
*
|
|
936
|
-
* Pass `{ preservePageSettings:
|
|
937
|
-
*
|
|
936
|
+
* Pass `{ preservePageSettings: true }` when you want "remove all components"
|
|
937
|
+
* behavior that keeps wrapper classes/styles.
|
|
938
938
|
* @returns {Promise<void>}
|
|
939
939
|
*/
|
|
940
940
|
handleFormSubmission(options?: {
|