@g1cloud/page-builder-editor 1.0.0-alpha.90 → 1.0.0-alpha.91

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.
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, openBlock, createElementBlock, createElementVNode, withDirectives, unref, createVNode } from "vue";
2
2
  import { vT, BSTextInput } from "@g1cloud/bluesea";
3
- import { P as PbColorPicker } from "./index-BIJmWULZ.js";
3
+ import { P as PbColorPicker } from "./index-CCBt1Q2v.js";
4
4
  const _hoisted_1 = { class: "property-editor property-editor-color" };
5
5
  const _hoisted_2 = { class: "title" };
6
6
  const _hoisted_3 = { class: "bs-layout-horizontal flex-align-center color" };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, openBlock, createElementBlock, createElementVNode, withDirectives, unref, createVNode } from "vue";
2
2
  import { vT, BSTextInput } from "@g1cloud/bluesea";
3
- import { t as toCssLength } from "./index-BIJmWULZ.js";
3
+ import { t as toCssLength } from "./index-CCBt1Q2v.js";
4
4
  const _hoisted_1 = { class: "property-editor property-editor-number flex-align-center" };
5
5
  const _hoisted_2 = { class: "title" };
6
6
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, openBlock, createElementBlock, createElementVNode, withDirectives, unref, createTextVNode, defineAsyncComponent } from "vue";
2
2
  import { useModal, vT } from "@g1cloud/bluesea";
3
- import { u as usePageBuilderEditor } from "./index-BIJmWULZ.js";
3
+ import { u as usePageBuilderEditor } from "./index-CCBt1Q2v.js";
4
4
  const _hoisted_1 = { class: "property-editor property-editor-html flex-align-center" };
5
5
  const _hoisted_2 = { class: "title" };
6
6
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, computed, openBlock, createElementBlock, createElementVNode, withDirectives, unref, createTextVNode, toDisplayString, createVNode, createCommentVNode, Fragment } from "vue";
2
- import { u as usePageBuilderEditor, C as ChangePropertyCommand } from "./index-BIJmWULZ.js";
2
+ import { u as usePageBuilderEditor, C as ChangePropertyCommand } from "./index-CCBt1Q2v.js";
3
3
  import { useModal, vT, BSButton, BSMultiLangTextInput, showNotification } from "@g1cloud/bluesea";
4
4
  const _hoisted_1 = { class: "property-editor property-editor-image" };
5
5
  const _hoisted_2 = { class: "title" };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, openBlock, createElementBlock, createElementVNode, withDirectives, unref, createBlock } from "vue";
2
2
  import { vT, BSMultiLangTextArea, BSTextArea } from "@g1cloud/bluesea";
3
- import { u as usePageBuilderEditor } from "./index-BIJmWULZ.js";
3
+ import { u as usePageBuilderEditor } from "./index-CCBt1Q2v.js";
4
4
  const _hoisted_1 = { class: "property-editor property-editor-multiline-text" };
5
5
  const _hoisted_2 = { class: "title" };
6
6
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, openBlock, createElementBlock, createElementVNode, withDirectives, unref, createBlock } from "vue";
2
2
  import { vT, BSMultiLangTextInput, BSTextInput } from "@g1cloud/bluesea";
3
- import { u as usePageBuilderEditor } from "./index-BIJmWULZ.js";
3
+ import { u as usePageBuilderEditor } from "./index-CCBt1Q2v.js";
4
4
  const _hoisted_1 = { class: "property-editor property-editor-text flex-align-center" };
5
5
  const _hoisted_2 = { class: "title" };
6
6
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, openBlock, createElementBlock, createElementVNode, withDirectives, unref } from "vue";
2
2
  import { useModal, vT } from "@g1cloud/bluesea";
3
- import { s as selectYoutubeVideo } from "./index-BIJmWULZ.js";
3
+ import { s as selectYoutubeVideo } from "./index-CCBt1Q2v.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 _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, openBlock, createBlock, unref, withCtx, createElementVNode, createElementBlock, Fragment, renderList, toDisplayString } from "vue";
2
2
  import { useModalHandle, BSModalFrame } from "@g1cloud/bluesea";
3
- import { w as widgetPartDefinitions } from "./index-BIJmWULZ.js";
3
+ import { w as widgetPartDefinitions } from "./index-CCBt1Q2v.js";
4
4
  const _hoisted_1 = { class: "bs-layout-vertical pb-part-add-modal" };
5
5
  const _hoisted_2 = { class: "bs-layout-horizontal-wrap ml-16 mb-8 gap-8" };
6
6
  const _hoisted_3 = ["onClick", "textContent"];
@@ -7633,9 +7633,9 @@ class PageBuilderViewerImpl {
7633
7633
  if (plugin.css.content) {
7634
7634
  this.externalCssContent = plugin.css.content;
7635
7635
  }
7636
- if (plugin.partModifier) {
7637
- this.partModifier = plugin.partModifier;
7638
- }
7636
+ }
7637
+ if (plugin.partModifier) {
7638
+ this.partModifier = plugin.partModifier;
7639
7639
  }
7640
7640
  }
7641
7641
  render(data) {
@@ -8516,16 +8516,16 @@ class PartManager {
8516
8516
  const defaultPartPropertyEditors = () => {
8517
8517
  return {
8518
8518
  "readonly-text": () => defineAsyncComponent(() => import("./PbPropertyEditorReadonlyText-BJ5qx69O.js")),
8519
- "text": () => defineAsyncComponent(() => import("./PbPropertyEditorText-CRoHgErz.js")),
8519
+ "text": () => defineAsyncComponent(() => import("./PbPropertyEditorText-B5r8G8fI.js")),
8520
8520
  "number": () => defineAsyncComponent(() => import("./PbPropertyEditorNumber-B76ArSb5.js")),
8521
8521
  "boolean": () => defineAsyncComponent(() => import("./PbPropertyEditorBoolean-c5CNiTpt.js")),
8522
- "multiline-text": () => defineAsyncComponent(() => import("./PbPropertyEditorMultilineText-TsmjwWC-.js")),
8522
+ "multiline-text": () => defineAsyncComponent(() => import("./PbPropertyEditorMultilineText-DUoOHlMN.js")),
8523
8523
  "select": () => defineAsyncComponent(() => import("./PbPropertyEditorSelect-B5sfulvx.js")),
8524
- "css-length": () => defineAsyncComponent(() => import("./PbPropertyEditorCssLength-CjIRghZ9.js")),
8525
- "color": () => defineAsyncComponent(() => import("./PbPropertyEditorColor-CV7Eyx43.js")),
8526
- "image": () => defineAsyncComponent(() => import("./PbPropertyEditorImage-DP66HfAu.js")),
8527
- "html": () => defineAsyncComponent(() => import("./PbPropertyEditorHtml-DEvzZBKw.js")),
8528
- "youtube": () => defineAsyncComponent(() => import("./PbPropertyEditorYoutube-ChoPIEtL.js"))
8524
+ "css-length": () => defineAsyncComponent(() => import("./PbPropertyEditorCssLength-CK9dhVae.js")),
8525
+ "color": () => defineAsyncComponent(() => import("./PbPropertyEditorColor-D3UNw-Cm.js")),
8526
+ "image": () => defineAsyncComponent(() => import("./PbPropertyEditorImage-DW132L3K.js")),
8527
+ "html": () => defineAsyncComponent(() => import("./PbPropertyEditorHtml-B6c60u8P.js")),
8528
+ "youtube": () => defineAsyncComponent(() => import("./PbPropertyEditorYoutube-CpeWuqMo.js"))
8529
8529
  };
8530
8530
  };
8531
8531
  const getPropertyValueOfParts = (parts, propertyName) => {
@@ -13234,7 +13234,7 @@ __publicField(_OpenAddWidgetModalCommand, "COMMAND_ID", "OpenAddWidgetModal");
13234
13234
  let OpenAddWidgetModalCommand = _OpenAddWidgetModalCommand;
13235
13235
  const openWidgetAddModal = (modal, args, callback) => {
13236
13236
  modal.openModal({
13237
- component: defineAsyncComponent(() => import("./PbWidgetAddModal-C8KdBf8L.js")),
13237
+ component: defineAsyncComponent(() => import("./PbWidgetAddModal-a4wl7k1z.js")),
13238
13238
  style: {
13239
13239
  width: "80%",
13240
13240
  height: "80%",
@@ -1,4 +1,4 @@
1
- import { B, b, M, c, d, e, _, a, f, g, h, i, j, k, l, m, n, R, o, S, p, W, q, r, v, x, y, z, A, D, E } from "./index-BIJmWULZ.js";
1
+ import { B, b, M, c, d, e, _, a, f, g, h, i, j, k, l, m, n, R, o, S, p, W, q, r, v, x, y, z, A, D, E } from "./index-CCBt1Q2v.js";
2
2
  export {
3
3
  B as BLOCK_TYPE,
4
4
  b as Block,
@@ -7634,9 +7634,9 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
7634
7634
  if (plugin.css.content) {
7635
7635
  this.externalCssContent = plugin.css.content;
7636
7636
  }
7637
- if (plugin.partModifier) {
7638
- this.partModifier = plugin.partModifier;
7639
- }
7637
+ }
7638
+ if (plugin.partModifier) {
7639
+ this.partModifier = plugin.partModifier;
7640
7640
  }
7641
7641
  }
7642
7642
  render(data) {
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.90",
4
+ "version": "1.0.0-alpha.91",
5
5
  "engins": {
6
6
  "node": ">= 20.0.0"
7
7
  },
@@ -31,7 +31,7 @@
31
31
  "vue-router": "^4.4.3",
32
32
  "vue3-click-away": "^1.2.4",
33
33
  "yjs": "^13.6.14",
34
- "@g1cloud/page-builder-viewer": "1.0.0-alpha.90"
34
+ "@g1cloud/page-builder-viewer": "1.0.0-alpha.91"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^20.12.7",