@g1cloud/page-builder-editor 1.0.0-alpha.8 → 1.0.0-alpha.9
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/{PbPropertyEditorColor-BonGhf7Z.js → PbPropertyEditorColor-BKtQDQKF.js} +1 -1
- package/dist/{PbPropertyEditorHtml-DfOWZr6S.js → PbPropertyEditorHtml-Co4dM1CR.js} +2 -3
- package/dist/{PbPropertyEditorImage-Du9R6CBU.js → PbPropertyEditorImage-DRDbq11U.js} +1 -1
- package/dist/{PbPropertyEditorMultilineText-bEBZmvFa.js → PbPropertyEditorMultilineText-DT15P558.js} +1 -1
- package/dist/{PbPropertyEditorProduct-gzGulWGg.js → PbPropertyEditorProduct-Xh2k14LD.js} +1 -1
- package/dist/{index-CFgXLaTI.js → index-DQ22qk5v.js} +5 -5
- package/dist/page-builder-editor.js +1 -1
- package/dist/page-builder-editor.umd.cjs +1 -2
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, createElementVNode, toDisplayString, createVNode, unref } from "vue";
|
|
2
2
|
import { BSTextInput } from "@g1cloud/bluesea";
|
|
3
|
-
import { P as PbColorPicker } from "./index-
|
|
3
|
+
import { P as PbColorPicker } from "./index-DQ22qk5v.js";
|
|
4
4
|
const _hoisted_1 = { class: "property-editor property-editor-color" };
|
|
5
5
|
const _hoisted_2 = { class: "title" };
|
|
6
6
|
const _hoisted_3 = ["textContent"];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, createElementVNode, toDisplayString, defineAsyncComponent } from "vue";
|
|
2
2
|
import { useModal } from "@g1cloud/bluesea";
|
|
3
|
-
import { u as usePageBuilderEditor } from "./index-
|
|
3
|
+
import { u as usePageBuilderEditor } from "./index-DQ22qk5v.js";
|
|
4
4
|
const _hoisted_1 = { class: "property-editor property-editor-image flex-align-center" };
|
|
5
5
|
const _hoisted_2 = { class: "title" };
|
|
6
6
|
const _hoisted_3 = ["textContent"];
|
|
@@ -27,9 +27,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
27
27
|
style: {
|
|
28
28
|
width: "80%",
|
|
29
29
|
height: "80%",
|
|
30
|
-
maxWidth: "800px",
|
|
31
30
|
minWidth: "500px",
|
|
32
|
-
|
|
31
|
+
minHeight: "400px"
|
|
33
32
|
},
|
|
34
33
|
bind: {
|
|
35
34
|
html
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, createElementVNode, toDisplayString } from "vue";
|
|
2
2
|
import { useModal } from "@g1cloud/bluesea";
|
|
3
|
-
import { u as usePageBuilderEditor, a as PageBuilderEditorEvent } from "./index-
|
|
3
|
+
import { u as usePageBuilderEditor, a as PageBuilderEditorEvent } from "./index-DQ22qk5v.js";
|
|
4
4
|
const _hoisted_1 = { class: "property-editor property-editor-image flex-align-center" };
|
|
5
5
|
const _hoisted_2 = { class: "title" };
|
|
6
6
|
const _hoisted_3 = ["textContent"];
|
package/dist/{PbPropertyEditorMultilineText-bEBZmvFa.js → PbPropertyEditorMultilineText-DT15P558.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, createElementVNode, toDisplayString, createVNode, unref } from "vue";
|
|
2
2
|
import { BSTextArea } from "@g1cloud/bluesea";
|
|
3
|
-
import { u as usePageBuilderEditor } from "./index-
|
|
3
|
+
import { u as usePageBuilderEditor } from "./index-DQ22qk5v.js";
|
|
4
4
|
const _hoisted_1 = { class: "property-editor property-editor-multiline-text" };
|
|
5
5
|
const _hoisted_2 = { class: "title" };
|
|
6
6
|
const _hoisted_3 = ["textContent"];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, createElementVNode, toDisplayString } from "vue";
|
|
2
2
|
import { useModal } from "@g1cloud/bluesea";
|
|
3
|
-
import { u as usePageBuilderEditor, a as PageBuilderEditorEvent } from "./index-
|
|
3
|
+
import { u as usePageBuilderEditor, a as PageBuilderEditorEvent } from "./index-DQ22qk5v.js";
|
|
4
4
|
const _hoisted_1 = { class: "property-editor property-editor-product flex-align-center" };
|
|
5
5
|
const _hoisted_2 = { class: "title" };
|
|
6
6
|
const _hoisted_3 = ["textContent"];
|
|
@@ -8063,12 +8063,12 @@ const defaultPartPropertyEditors = () => {
|
|
|
8063
8063
|
return {
|
|
8064
8064
|
"readonly-text": () => defineAsyncComponent(() => import("./PbPropertyEditorReadonlyText-Dgp_AVOD.js")),
|
|
8065
8065
|
"text": () => defineAsyncComponent(() => import("./PbPropertyEditorText-BWOKvwD9.js")),
|
|
8066
|
-
"multiline-text": () => defineAsyncComponent(() => import("./PbPropertyEditorMultilineText-
|
|
8066
|
+
"multiline-text": () => defineAsyncComponent(() => import("./PbPropertyEditorMultilineText-DT15P558.js")),
|
|
8067
8067
|
"select": () => defineAsyncComponent(() => import("./PbPropertyEditorSelect-CWedbXJI.js")),
|
|
8068
|
-
"color": () => defineAsyncComponent(() => import("./PbPropertyEditorColor-
|
|
8069
|
-
"image": () => defineAsyncComponent(() => import("./PbPropertyEditorImage-
|
|
8070
|
-
"html": () => defineAsyncComponent(() => import("./PbPropertyEditorHtml-
|
|
8071
|
-
"product": () => defineAsyncComponent(() => import("./PbPropertyEditorProduct-
|
|
8068
|
+
"color": () => defineAsyncComponent(() => import("./PbPropertyEditorColor-BKtQDQKF.js")),
|
|
8069
|
+
"image": () => defineAsyncComponent(() => import("./PbPropertyEditorImage-DRDbq11U.js")),
|
|
8070
|
+
"html": () => defineAsyncComponent(() => import("./PbPropertyEditorHtml-Co4dM1CR.js")),
|
|
8071
|
+
"product": () => defineAsyncComponent(() => import("./PbPropertyEditorProduct-Xh2k14LD.js"))
|
|
8072
8072
|
};
|
|
8073
8073
|
};
|
|
8074
8074
|
const getPropertyValueOfParts = (parts, propertyName) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B, b, M, c, d, e, _, a, f, g, h, i, j, k, l, R, m, S, n, W, o, p, q, r, s, t, v, w } from "./index-
|
|
1
|
+
import { B, b, M, c, d, e, _, a, f, g, h, i, j, k, l, R, m, S, n, W, o, p, q, r, s, t, v, w } from "./index-DQ22qk5v.js";
|
|
2
2
|
export {
|
|
3
3
|
B as BLOCK_TYPE,
|
|
4
4
|
b as Block,
|
|
@@ -14603,9 +14603,8 @@ ${_html.style}
|
|
|
14603
14603
|
style: {
|
|
14604
14604
|
width: "80%",
|
|
14605
14605
|
height: "80%",
|
|
14606
|
-
maxWidth: "800px",
|
|
14607
14606
|
minWidth: "500px",
|
|
14608
|
-
|
|
14607
|
+
minHeight: "400px"
|
|
14609
14608
|
},
|
|
14610
14609
|
bind: {
|
|
14611
14610
|
html
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@g1cloud/page-builder-editor",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.0-alpha.
|
|
4
|
+
"version": "1.0.0-alpha.9",
|
|
5
5
|
"engins": {
|
|
6
6
|
"node": ">= 20.0.0"
|
|
7
7
|
},
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"vue-router": "^4.3.2",
|
|
29
29
|
"vue3-click-away": "^1.2.4",
|
|
30
30
|
"yjs": "^13.6.14",
|
|
31
|
-
"@g1cloud/page-builder-viewer": "1.0.0-alpha.
|
|
31
|
+
"@g1cloud/page-builder-viewer": "1.0.0-alpha.9"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "^20.12.7",
|