@myissue/vue-website-page-builder 3.2.26 → 3.2.29
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/README.md
CHANGED
|
@@ -2,14 +2,6 @@
|
|
|
2
2
|
<img width="200" style="max-width: 100%;" src="./public/logo/logo.svg" alt="Vue Website Page Builder Logo" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
|
-
## **DEVELOPMENT VERSION - NOT READY FOR PRODUCTION**
|
|
6
|
-
|
|
7
|
-
🚀 **Official Launch Date: June 16, 2025**
|
|
8
|
-
We're working hard to bring you a production-ready page builder. Stay tuned for updates!
|
|
9
|
-
|
|
10
|
-
You are welcome to test the builder and report any bugs or feedback before the official launch date.
|
|
11
|
-
Your input will help us deliver a more stable and feature-rich release!
|
|
12
|
-
|
|
13
5
|
# Free Click & Drop Page Builder
|
|
14
6
|
|
|
15
7
|
## Overview
|
|
@@ -384,6 +376,23 @@ The example below shows the structure as it would appear when loaded from local
|
|
|
384
376
|
- Example JSON string (from localStorage or backend)
|
|
385
377
|
- For existing resources, id will always be present and set by the page builder.
|
|
386
378
|
|
|
379
|
+
Example `existingResourceFromBackend`:
|
|
380
|
+
|
|
381
|
+
```json
|
|
382
|
+
[
|
|
383
|
+
{
|
|
384
|
+
"html_code": "<section><div class=\"relative py-4\"><div class=\"mx-auto max-w-7xl lg:px-4 px-2\"><div class=\"break-words\"><h2>Component Example One</h2></div></div></div></section>",
|
|
385
|
+
"id": null,
|
|
386
|
+
"title": "Header H2"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"html_code": "<section><div class=\"relative py-4\"><div class=\"mx-auto max-w-7xl lg:px-4 px-2\"><div class=\"break-words\" selected=\"\"><h3>Component Example Two</h3></div></div></div></section>",
|
|
390
|
+
"id": null,
|
|
391
|
+
"title": "Header H3"
|
|
392
|
+
}
|
|
393
|
+
]
|
|
394
|
+
```
|
|
395
|
+
|
|
387
396
|
### Customization
|
|
388
397
|
|
|
389
398
|
Customizing the page builder is made simple since all the logic resides in the PageBuilder Class.
|
|
@@ -23710,7 +23710,7 @@ const F4 = { class: "p-4" }, z4 = { class: "mb-8" }, H4 = { class: "grid grid-co
|
|
|
23710
23710
|
}, VS = { class: "overflow-hidden shadow ring-1 ring-black ring-opacity-5 md:rounded-lg" }, WS = { class: "overflow-x-auto" }, qS = { class: "min-w-full divide-y divide-gray-300" }, US = { class: "bg-white divide-y divide-gray-200" }, KS = { class: "px-6 py-4 whitespace-nowrap text-sm text-gray-500" }, GS = { key: 0 }, JS = { key: 1 }, YS = { key: 0 }, QS = { class: "px-6 py-4 whitespace-nowrap text-sm text-gray-500" }, XS = { class: "inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium" }, ZS = { class: "mt-4 mb-4 py-8 border-b border-myPrimbryLightGrayColor" }, eC = { class: "mt-4 whitespace-pre-wrap text-white overflow-hidden bg-gray-900 max-w-2xl" }, tC = { class: "px-4 pb-8 pt-4 text-white text-xs break-all" }, rC = { class: "myPrimaryParagraph text-xs text-white" }, oC = {
|
|
23711
23711
|
__name: "PageBuilderSettings",
|
|
23712
23712
|
setup(r) {
|
|
23713
|
-
const e = "v3.2.
|
|
23713
|
+
const e = "v3.2.29", t = Be;
|
|
23714
23714
|
new Fe(t);
|
|
23715
23715
|
const o = x(!1), n = x(""), i = x(null), s = N(() => t.getConfigPageBuilder), a = function() {
|
|
23716
23716
|
n.value = "Advanced Settings", o.value = !0;
|