@g1cloud/page-builder-editor 1.0.0-alpha.47 → 1.0.0-alpha.49

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.
Files changed (22) hide show
  1. package/css/page-builder-editor.scss +12 -0
  2. package/dist/{PbHtmlEditorModal-dDR38rNy.js → PbHtmlEditorModal-C0MLYY66.js} +22 -16
  3. package/dist/{PbPropertyEditorBoolean-C7-iSAtn.js → PbPropertyEditorBoolean-c5CNiTpt.js} +1 -1
  4. package/dist/{PbPropertyEditorColor-DLlgxhjM.js → PbPropertyEditorColor-BUL8pwCO.js} +8 -9
  5. package/dist/{PbPropertyEditorHtml-BXuxLbsP.js → PbPropertyEditorHtml-DbKD33DT.js} +12 -9
  6. package/dist/{PbPropertyEditorImage-CIRglunW.js → PbPropertyEditorImage-S-uagL32.js} +9 -8
  7. package/dist/{PbPropertyEditorMultilineText-BeOlO8l-.js → PbPropertyEditorMultilineText-DgNTsKkr.js} +6 -7
  8. package/dist/{PbPropertyEditorNumber-TTgo0zbQ.js → PbPropertyEditorNumber-B76ArSb5.js} +5 -6
  9. package/dist/{PbPropertyEditorReadonlyText-Dgp_AVOD.js → PbPropertyEditorReadonlyText-BJ5qx69O.js} +6 -6
  10. package/dist/{PbPropertyEditorSelect-CWedbXJI.js → PbPropertyEditorSelect-B5sfulvx.js} +5 -6
  11. package/dist/{PbPropertyEditorText-CtHSUEX_.js → PbPropertyEditorText-Wd0rvpIX.js} +6 -7
  12. package/dist/{PbPropertyEditorYoutube-yWHO0Z_y.js → PbPropertyEditorYoutube-BkXWRMx_.js} +9 -8
  13. package/dist/{PbScreenSelectModal-CnI1IsvW.js → PbScreenSelectModal-57LXAzjs.js} +13 -10
  14. package/dist/{PbWidgetAddModal-DkOxvb6V.js → PbWidgetAddModal-Br2XZusB.js} +2 -2
  15. package/dist/{PbYoutubeModal-8vQ_IPA0.js → PbYoutubeModal-CU8sClMD.js} +19 -14
  16. package/dist/components/sidebar/property/PbPropertyGroupEditorMedia.vue.d.ts +6 -6
  17. package/dist/{index-CRSmxHIB.js → index-Cuvfu0JI.js} +1608 -254
  18. package/dist/model/command.d.ts +24 -25
  19. package/dist/page-builder-editor.js +1 -1
  20. package/dist/page-builder-editor.umd.cjs +1870 -503
  21. package/dist/text/text.d.ts +1 -0
  22. package/package.json +3 -3
@@ -2,7 +2,7 @@ var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
4
  import { ref, defineComponent, computed, openBlock, createElementBlock, Fragment, createElementVNode, normalizeStyle, createCommentVNode, toDisplayString, onMounted, onBeforeUnmount, createBlock as createBlock$1, resolveDynamicComponent, unref, provide, inject, watch, renderList, normalizeProps, mergeProps, normalizeClass, withDirectives, vShow, reactive, defineAsyncComponent, createVNode, resolveComponent, vModelText, resolveDirective, withModifiers, renderSlot, guardReactiveProps, markRaw, toHandlers, Teleport } from "vue";
5
- import { notNull, BSTextInput, vClickOutside, useModal, BSMultiLangTextInput, BSSelect, BSTree, useContextMenu } from "@g1cloud/bluesea";
5
+ import { notNull, vT, BSTextInput, vClickOutside, useModal, BSMultiLangTextInput, BSSelect, BSTree, useContextMenu, i18n } from "@g1cloud/bluesea";
6
6
  import YouTube from "vue3-youtube";
7
7
  const create$5 = () => /* @__PURE__ */ new Map();
8
8
  const copy = (m) => {
@@ -7085,9 +7085,9 @@ const _sfc_main$9$1 = /* @__PURE__ */ defineComponent({
7085
7085
  const _hoisted_1$7$1 = ["href", "target"];
7086
7086
  const _hoisted_2$4$1 = ["alt", "src"];
7087
7087
  const _hoisted_3$d = ["alt", "src"];
7088
- const _hoisted_4$a = ["poster"];
7089
- const _hoisted_5$6 = ["src"];
7090
- const _hoisted_6$6 = {
7088
+ const _hoisted_4$b = ["poster"];
7089
+ const _hoisted_5$8 = ["src"];
7090
+ const _hoisted_6$8 = {
7091
7091
  key: 1,
7092
7092
  class: "placeholder"
7093
7093
  };
@@ -7157,9 +7157,9 @@ const _sfc_main$8$1 = /* @__PURE__ */ defineComponent({
7157
7157
  }, [
7158
7158
  createElementVNode("source", {
7159
7159
  src: `${media.value.url}#t=0.01`
7160
- }, null, 8, _hoisted_5$6)
7161
- ], 8, _hoisted_4$a)) : createCommentVNode("", true)
7162
- ], 64)) : _ctx.placeholder ? (openBlock(), createElementBlock("div", _hoisted_6$6, [
7160
+ }, null, 8, _hoisted_5$8)
7161
+ ], 8, _hoisted_4$b)) : createCommentVNode("", true)
7162
+ ], 64)) : _ctx.placeholder ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
7163
7163
  createElementVNode("span", _hoisted_7$6, toDisplayString(placeholderIcon.value), 1)
7164
7164
  ])) : createCommentVNode("", true);
7165
7165
  };
@@ -7591,7 +7591,7 @@ const _sfc_main$3$1 = /* @__PURE__ */ defineComponent({
7591
7591
  }
7592
7592
  });
7593
7593
  const _hoisted_1$1$1 = ["innerHTML"];
7594
- const _hoisted_2$g = { class: "pb-viewer" };
7594
+ const _hoisted_2$h = { class: "pb-viewer" };
7595
7595
  const _sfc_main$2$1 = /* @__PURE__ */ defineComponent({
7596
7596
  __name: "PageBuilderViewer",
7597
7597
  props: {
@@ -7632,7 +7632,7 @@ const _sfc_main$2$1 = /* @__PURE__ */ defineComponent({
7632
7632
  key: 0,
7633
7633
  innerHTML: unref(externalCss)
7634
7634
  }, null, 8, _hoisted_1$1$1)) : createCommentVNode("", true),
7635
- createElementVNode("div", _hoisted_2$g, [
7635
+ createElementVNode("div", _hoisted_2$h, [
7636
7636
  part.value ? (openBlock(), createBlock$1(_sfc_main$3$1, {
7637
7637
  key: 0,
7638
7638
  "is-mobile-page": _ctx.isMobilePage,
@@ -8267,16 +8267,16 @@ class PartManager {
8267
8267
  }
8268
8268
  const defaultPartPropertyEditors = () => {
8269
8269
  return {
8270
- "readonly-text": () => defineAsyncComponent(() => import("./PbPropertyEditorReadonlyText-Dgp_AVOD.js")),
8271
- "text": () => defineAsyncComponent(() => import("./PbPropertyEditorText-CtHSUEX_.js")),
8272
- "number": () => defineAsyncComponent(() => import("./PbPropertyEditorNumber-TTgo0zbQ.js")),
8273
- "boolean": () => defineAsyncComponent(() => import("./PbPropertyEditorBoolean-C7-iSAtn.js")),
8274
- "multiline-text": () => defineAsyncComponent(() => import("./PbPropertyEditorMultilineText-BeOlO8l-.js")),
8275
- "select": () => defineAsyncComponent(() => import("./PbPropertyEditorSelect-CWedbXJI.js")),
8276
- "color": () => defineAsyncComponent(() => import("./PbPropertyEditorColor-DLlgxhjM.js")),
8277
- "image": () => defineAsyncComponent(() => import("./PbPropertyEditorImage-CIRglunW.js")),
8278
- "html": () => defineAsyncComponent(() => import("./PbPropertyEditorHtml-BXuxLbsP.js")),
8279
- "youtube": () => defineAsyncComponent(() => import("./PbPropertyEditorYoutube-yWHO0Z_y.js"))
8270
+ "readonly-text": () => defineAsyncComponent(() => import("./PbPropertyEditorReadonlyText-BJ5qx69O.js")),
8271
+ "text": () => defineAsyncComponent(() => import("./PbPropertyEditorText-Wd0rvpIX.js")),
8272
+ "number": () => defineAsyncComponent(() => import("./PbPropertyEditorNumber-B76ArSb5.js")),
8273
+ "boolean": () => defineAsyncComponent(() => import("./PbPropertyEditorBoolean-c5CNiTpt.js")),
8274
+ "multiline-text": () => defineAsyncComponent(() => import("./PbPropertyEditorMultilineText-DgNTsKkr.js")),
8275
+ "select": () => defineAsyncComponent(() => import("./PbPropertyEditorSelect-B5sfulvx.js")),
8276
+ "color": () => defineAsyncComponent(() => import("./PbPropertyEditorColor-BUL8pwCO.js")),
8277
+ "image": () => defineAsyncComponent(() => import("./PbPropertyEditorImage-S-uagL32.js")),
8278
+ "html": () => defineAsyncComponent(() => import("./PbPropertyEditorHtml-DbKD33DT.js")),
8279
+ "youtube": () => defineAsyncComponent(() => import("./PbPropertyEditorYoutube-BkXWRMx_.js"))
8280
8280
  };
8281
8281
  };
8282
8282
  const getPropertyValueOfParts = (parts, propertyName) => {
@@ -8296,7 +8296,7 @@ const isCursorInElement = (event, element) => {
8296
8296
  };
8297
8297
  const selectYoutubeVideo = (modal, url, callback) => {
8298
8298
  modal.openModal({
8299
- component: defineAsyncComponent(() => import("./PbYoutubeModal-8vQ_IPA0.js")),
8299
+ component: defineAsyncComponent(() => import("./PbYoutubeModal-CU8sClMD.js")),
8300
8300
  style: {
8301
8301
  minWidth: "500px",
8302
8302
  minHeight: "400px"
@@ -9370,12 +9370,13 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
9370
9370
  }
9371
9371
  });
9372
9372
  const _hoisted_1$o = { class: "group-editor group-editor-position" };
9373
- const _hoisted_2$f = { class: "flex-align-center" };
9374
- const _hoisted_3$c = { class: "flex-grow-1" };
9375
- const _hoisted_4$9 = { class: "bg-gray-100 py-5 rounded-8" };
9376
- const _hoisted_5$5 = { class: "text-center" };
9377
- const _hoisted_6$5 = { class: "bs-layout-horizontal justify-content-center align-items-center" };
9378
- const _hoisted_7$5 = { class: "text-center" };
9373
+ const _hoisted_2$g = { class: "flex-align-center" };
9374
+ const _hoisted_3$c = { class: "title" };
9375
+ const _hoisted_4$a = { class: "flex-grow-1" };
9376
+ const _hoisted_5$7 = { class: "bg-gray-100 py-5 rounded-8" };
9377
+ const _hoisted_6$7 = { class: "text-center" };
9378
+ const _hoisted_7$5 = { class: "bs-layout-horizontal justify-content-center align-items-center" };
9379
+ const _hoisted_8$5 = { class: "text-center" };
9379
9380
  const _sfc_main$l = /* @__PURE__ */ defineComponent({
9380
9381
  __name: "PbPropertyGroupEditorPosition",
9381
9382
  props: {
@@ -9401,13 +9402,15 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
9401
9402
  const updateBottom = (value) => updatePropertyValue({ bottom: value });
9402
9403
  return (_ctx, _cache) => {
9403
9404
  return openBlock(), createElementBlock("div", _hoisted_1$o, [
9404
- createElementVNode("div", _hoisted_2$f, [
9405
- _cache[1] || (_cache[1] = createElementVNode("div", { class: "title" }, [
9406
- createElementVNode("label", { textContent: "Position" })
9407
- ], -1)),
9405
+ createElementVNode("div", _hoisted_2$g, [
9408
9406
  createElementVNode("div", _hoisted_3$c, [
9409
- createElementVNode("div", _hoisted_4$9, [
9410
- createElementVNode("div", _hoisted_5$5, [
9407
+ withDirectives(createElementVNode("label", null, null, 512), [
9408
+ [unref(vT), { key: "pb.prop.position" }]
9409
+ ])
9410
+ ]),
9411
+ createElementVNode("div", _hoisted_4$a, [
9412
+ createElementVNode("div", _hoisted_5$7, [
9413
+ createElementVNode("div", _hoisted_6$7, [
9411
9414
  createVNode(unref(BSTextInput), {
9412
9415
  "model-value": top.value,
9413
9416
  class: "ml-4",
@@ -9416,7 +9419,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
9416
9419
  "onUpdate:modelValue": updateTop
9417
9420
  }, null, 8, ["model-value"])
9418
9421
  ]),
9419
- createElementVNode("div", _hoisted_6$5, [
9422
+ createElementVNode("div", _hoisted_7$5, [
9420
9423
  createVNode(unref(BSTextInput), {
9421
9424
  "model-value": left.value,
9422
9425
  class: "ml-4",
@@ -9438,7 +9441,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
9438
9441
  "onUpdate:modelValue": updateRight
9439
9442
  }, null, 8, ["model-value"])
9440
9443
  ]),
9441
- createElementVNode("div", _hoisted_7$5, [
9444
+ createElementVNode("div", _hoisted_8$5, [
9442
9445
  createVNode(unref(BSTextInput), {
9443
9446
  "model-value": bottom.value,
9444
9447
  class: "ml-4",
@@ -9455,12 +9458,15 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
9455
9458
  }
9456
9459
  });
9457
9460
  const _hoisted_1$n = { class: "group-editor group-editor-size" };
9458
- const _hoisted_2$e = { class: "flex-align-center" };
9459
- const _hoisted_3$b = { class: "flex-grow-1 bs-layout-horizontal" };
9460
- const _hoisted_4$8 = { class: "flex-align-center mt-12" };
9461
- const _hoisted_5$4 = { class: "flex-grow-1 bs-layout-horizontal" };
9462
- const _hoisted_6$4 = { class: "flex-align-center mt-12" };
9461
+ const _hoisted_2$f = { class: "flex-align-center" };
9462
+ const _hoisted_3$b = { class: "title" };
9463
+ const _hoisted_4$9 = { class: "flex-grow-1 bs-layout-horizontal" };
9464
+ const _hoisted_5$6 = { class: "flex-align-center mt-12" };
9465
+ const _hoisted_6$6 = { class: "title" };
9463
9466
  const _hoisted_7$4 = { class: "flex-grow-1 bs-layout-horizontal" };
9467
+ const _hoisted_8$4 = { class: "flex-align-center mt-12" };
9468
+ const _hoisted_9$2 = { class: "title" };
9469
+ const _hoisted_10$2 = { class: "flex-grow-1 bs-layout-horizontal" };
9464
9470
  const _sfc_main$k = /* @__PURE__ */ defineComponent({
9465
9471
  __name: "PbPropertyGroupEditorSize",
9466
9472
  props: {
@@ -9490,11 +9496,13 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
9490
9496
  const updateMinHeight = (value) => updatePropertyValue({ minHeight: value });
9491
9497
  return (_ctx, _cache) => {
9492
9498
  return openBlock(), createElementBlock("div", _hoisted_1$n, [
9493
- createElementVNode("div", _hoisted_2$e, [
9494
- _cache[0] || (_cache[0] = createElementVNode("div", { class: "title" }, [
9495
- createElementVNode("label", { textContent: "Size" })
9496
- ], -1)),
9499
+ createElementVNode("div", _hoisted_2$f, [
9497
9500
  createElementVNode("div", _hoisted_3$b, [
9501
+ withDirectives(createElementVNode("label", null, null, 512), [
9502
+ [unref(vT), { key: "pb.prop.size" }]
9503
+ ])
9504
+ ]),
9505
+ createElementVNode("div", _hoisted_4$9, [
9498
9506
  createVNode(unref(BSTextInput), {
9499
9507
  "model-value": width.value,
9500
9508
  class: "flex-grow-1 mr-2",
@@ -9509,11 +9517,13 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
9509
9517
  }, null, 8, ["model-value"])
9510
9518
  ])
9511
9519
  ]),
9512
- createElementVNode("div", _hoisted_4$8, [
9513
- _cache[1] || (_cache[1] = createElementVNode("div", { class: "title" }, [
9514
- createElementVNode("label", { textContent: "Max Size" })
9515
- ], -1)),
9516
- createElementVNode("div", _hoisted_5$4, [
9520
+ createElementVNode("div", _hoisted_5$6, [
9521
+ createElementVNode("div", _hoisted_6$6, [
9522
+ withDirectives(createElementVNode("label", null, null, 512), [
9523
+ [unref(vT), { key: "pb.prop.maxSize" }]
9524
+ ])
9525
+ ]),
9526
+ createElementVNode("div", _hoisted_7$4, [
9517
9527
  createVNode(unref(BSTextInput), {
9518
9528
  "model-value": maxWidth.value,
9519
9529
  class: "flex-grow-1 mr-2",
@@ -9528,11 +9538,13 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
9528
9538
  }, null, 8, ["model-value"])
9529
9539
  ])
9530
9540
  ]),
9531
- createElementVNode("div", _hoisted_6$4, [
9532
- _cache[2] || (_cache[2] = createElementVNode("div", { class: "title" }, [
9533
- createElementVNode("label", { textContent: "Min Size" })
9534
- ], -1)),
9535
- createElementVNode("div", _hoisted_7$4, [
9541
+ createElementVNode("div", _hoisted_8$4, [
9542
+ createElementVNode("div", _hoisted_9$2, [
9543
+ withDirectives(createElementVNode("label", null, null, 512), [
9544
+ [unref(vT), { key: "pb.prop.minSize" }]
9545
+ ])
9546
+ ]),
9547
+ createElementVNode("div", _hoisted_10$2, [
9536
9548
  createVNode(unref(BSTextInput), {
9537
9549
  "model-value": minWidth.value,
9538
9550
  class: "flex-grow-1 mr-2",
@@ -9708,7 +9720,7 @@ var script$4 = {
9708
9720
  }
9709
9721
  };
9710
9722
  const _hoisted_1$m = { class: "vc-alpha" };
9711
- const _hoisted_2$d = { class: "vc-alpha-checkboard-wrap" };
9723
+ const _hoisted_2$e = { class: "vc-alpha-checkboard-wrap" };
9712
9724
  const _hoisted_3$a = /* @__PURE__ */ createElementVNode(
9713
9725
  "div",
9714
9726
  { class: "vc-alpha-picker" },
@@ -9716,13 +9728,13 @@ const _hoisted_3$a = /* @__PURE__ */ createElementVNode(
9716
9728
  -1
9717
9729
  /* HOISTED */
9718
9730
  );
9719
- const _hoisted_4$7 = [
9731
+ const _hoisted_4$8 = [
9720
9732
  _hoisted_3$a
9721
9733
  ];
9722
9734
  function render$4(_ctx, _cache, $props, $setup, $data, $options) {
9723
9735
  const _component_Checkboard = resolveComponent("Checkboard");
9724
9736
  return openBlock(), createElementBlock("div", _hoisted_1$m, [
9725
- createElementVNode("div", _hoisted_2$d, [
9737
+ createElementVNode("div", _hoisted_2$e, [
9726
9738
  createVNode(_component_Checkboard)
9727
9739
  ]),
9728
9740
  createElementVNode(
@@ -9751,7 +9763,7 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
9751
9763
  class: "vc-alpha-pointer",
9752
9764
  style: normalizeStyle({ left: `${$options.colors.a * 100}%` })
9753
9765
  },
9754
- _hoisted_4$7,
9766
+ _hoisted_4$8,
9755
9767
  4
9756
9768
  /* STYLE */
9757
9769
  )
@@ -10826,9 +10838,9 @@ var script$3 = {
10826
10838
  }
10827
10839
  };
10828
10840
  const _hoisted_1$l = { class: "vc-editable-input" };
10829
- const _hoisted_2$c = ["aria-labelledby"];
10841
+ const _hoisted_2$d = ["aria-labelledby"];
10830
10842
  const _hoisted_3$9 = ["id", "for"];
10831
- const _hoisted_4$6 = { class: "vc-input__desc" };
10843
+ const _hoisted_4$7 = { class: "vc-input__desc" };
10832
10844
  function render$3(_ctx, _cache, $props, $setup, $data, $options) {
10833
10845
  return openBlock(), createElementBlock("div", _hoisted_1$l, [
10834
10846
  withDirectives(createElementVNode("input", {
@@ -10838,7 +10850,7 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
10838
10850
  class: "vc-input__input",
10839
10851
  onKeydown: _cache[1] || (_cache[1] = (...args) => $options.handleKeyDown && $options.handleKeyDown(...args)),
10840
10852
  onInput: _cache[2] || (_cache[2] = (...args) => $options.update && $options.update(...args))
10841
- }, null, 40, _hoisted_2$c), [
10853
+ }, null, 40, _hoisted_2$d), [
10842
10854
  [vModelText, $options.val]
10843
10855
  ]),
10844
10856
  createElementVNode("span", {
@@ -10848,7 +10860,7 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
10848
10860
  }, toDisplayString($options.labelSpanText), 9, _hoisted_3$9),
10849
10861
  createElementVNode(
10850
10862
  "span",
10851
- _hoisted_4$6,
10863
+ _hoisted_4$7,
10852
10864
  toDisplayString($props.desc),
10853
10865
  1
10854
10866
  /* TEXT */
@@ -10932,7 +10944,7 @@ const _hoisted_1$k = /* @__PURE__ */ createElementVNode(
10932
10944
  -1
10933
10945
  /* HOISTED */
10934
10946
  );
10935
- const _hoisted_2$b = /* @__PURE__ */ createElementVNode(
10947
+ const _hoisted_2$c = /* @__PURE__ */ createElementVNode(
10936
10948
  "div",
10937
10949
  { class: "vc-saturation--black" },
10938
10950
  null,
@@ -10946,7 +10958,7 @@ const _hoisted_3$8 = /* @__PURE__ */ createElementVNode(
10946
10958
  -1
10947
10959
  /* HOISTED */
10948
10960
  );
10949
- const _hoisted_4$5 = [
10961
+ const _hoisted_4$6 = [
10950
10962
  _hoisted_3$8
10951
10963
  ];
10952
10964
  function render$2(_ctx, _cache, $props, $setup, $data, $options) {
@@ -10962,14 +10974,14 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
10962
10974
  },
10963
10975
  [
10964
10976
  _hoisted_1$k,
10965
- _hoisted_2$b,
10977
+ _hoisted_2$c,
10966
10978
  createElementVNode(
10967
10979
  "div",
10968
10980
  {
10969
10981
  class: "vc-saturation-pointer",
10970
10982
  style: normalizeStyle({ top: $options.pointerTop, left: $options.pointerLeft })
10971
10983
  },
10972
- _hoisted_4$5,
10984
+ _hoisted_4$6,
10973
10985
  4
10974
10986
  /* STYLE */
10975
10987
  )
@@ -11111,7 +11123,7 @@ var script$1 = {
11111
11123
  }
11112
11124
  };
11113
11125
  const _hoisted_1$j = ["aria-valuenow"];
11114
- const _hoisted_2$a = /* @__PURE__ */ createElementVNode(
11126
+ const _hoisted_2$b = /* @__PURE__ */ createElementVNode(
11115
11127
  "div",
11116
11128
  { class: "vc-hue-picker" },
11117
11129
  null,
@@ -11119,7 +11131,7 @@ const _hoisted_2$a = /* @__PURE__ */ createElementVNode(
11119
11131
  /* HOISTED */
11120
11132
  );
11121
11133
  const _hoisted_3$7 = [
11122
- _hoisted_2$a
11134
+ _hoisted_2$b
11123
11135
  ];
11124
11136
  function render$1(_ctx, _cache, $props, $setup, $data, $options) {
11125
11137
  return openBlock(), createElementBlock(
@@ -11247,16 +11259,16 @@ var script = {
11247
11259
  }
11248
11260
  };
11249
11261
  const _hoisted_1$i = { class: "vc-sketch-saturation-wrap" };
11250
- const _hoisted_2$9 = { class: "vc-sketch-controls" };
11262
+ const _hoisted_2$a = { class: "vc-sketch-controls" };
11251
11263
  const _hoisted_3$6 = { class: "vc-sketch-sliders" };
11252
- const _hoisted_4$4 = { class: "vc-sketch-hue-wrap" };
11253
- const _hoisted_5$3 = {
11264
+ const _hoisted_4$5 = { class: "vc-sketch-hue-wrap" };
11265
+ const _hoisted_5$5 = {
11254
11266
  key: 0,
11255
11267
  class: "vc-sketch-alpha-wrap"
11256
11268
  };
11257
- const _hoisted_6$3 = { class: "vc-sketch-color-wrap" };
11269
+ const _hoisted_6$5 = { class: "vc-sketch-color-wrap" };
11258
11270
  const _hoisted_7$3 = ["aria-label"];
11259
- const _hoisted_8$1 = {
11271
+ const _hoisted_8$3 = {
11260
11272
  key: 0,
11261
11273
  class: "vc-sketch-field"
11262
11274
  };
@@ -11274,7 +11286,7 @@ const _hoisted_14$1 = {
11274
11286
  "aria-label": "A color preset, pick one to set as current color"
11275
11287
  };
11276
11288
  const _hoisted_15$1 = ["aria-label", "onClick"];
11277
- const _hoisted_16 = ["aria-label", "onClick"];
11289
+ const _hoisted_16$1 = ["aria-label", "onClick"];
11278
11290
  function render(_ctx, _cache, $props, $setup, $data, $options) {
11279
11291
  const _component_Saturation = resolveComponent("Saturation");
11280
11292
  const _component_Hue = resolveComponent("Hue");
@@ -11295,22 +11307,22 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
11295
11307
  onChange: $options.childChange
11296
11308
  }, null, 8, ["value", "onChange"])
11297
11309
  ]),
11298
- createElementVNode("div", _hoisted_2$9, [
11310
+ createElementVNode("div", _hoisted_2$a, [
11299
11311
  createElementVNode("div", _hoisted_3$6, [
11300
- createElementVNode("div", _hoisted_4$4, [
11312
+ createElementVNode("div", _hoisted_4$5, [
11301
11313
  createVNode(_component_Hue, {
11302
11314
  value: _ctx.colors,
11303
11315
  onChange: $options.childChange
11304
11316
  }, null, 8, ["value", "onChange"])
11305
11317
  ]),
11306
- !$props.disableAlpha ? (openBlock(), createElementBlock("div", _hoisted_5$3, [
11318
+ !$props.disableAlpha ? (openBlock(), createElementBlock("div", _hoisted_5$5, [
11307
11319
  createVNode(_component_Alpha, {
11308
11320
  value: _ctx.colors,
11309
11321
  onChange: $options.childChange
11310
11322
  }, null, 8, ["value", "onChange"])
11311
11323
  ])) : createCommentVNode("v-if", true)
11312
11324
  ]),
11313
- createElementVNode("div", _hoisted_6$3, [
11325
+ createElementVNode("div", _hoisted_6$5, [
11314
11326
  createElementVNode("div", {
11315
11327
  "aria-label": `Current color is ${$options.activeColor}`,
11316
11328
  class: "vc-sketch-active-color",
@@ -11319,7 +11331,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
11319
11331
  createVNode(_component_Checkboard)
11320
11332
  ])
11321
11333
  ]),
11322
- !$props.disableFields ? (openBlock(), createElementBlock("div", _hoisted_8$1, [
11334
+ !$props.disableFields ? (openBlock(), createElementBlock("div", _hoisted_8$3, [
11323
11335
  createCommentVNode(" rgba "),
11324
11336
  createElementVNode("div", _hoisted_9$1, [
11325
11337
  createVNode(_component_EdIn, {
@@ -11381,7 +11393,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
11381
11393
  onClick: ($event) => $options.handlePreset(c)
11382
11394
  }, [
11383
11395
  createVNode(_component_Checkboard)
11384
- ], 8, _hoisted_16))
11396
+ ], 8, _hoisted_16$1))
11385
11397
  ],
11386
11398
  64
11387
11399
  /* STABLE_FRAGMENT */
@@ -11462,7 +11474,7 @@ const _sfc_main$j = defineComponent({
11462
11474
  }
11463
11475
  });
11464
11476
  const _hoisted_1$h = { class: "buttons" };
11465
- const _hoisted_2$8 = { class: "sketch-wrap" };
11477
+ const _hoisted_2$9 = { class: "sketch-wrap" };
11466
11478
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
11467
11479
  const _component_Sketch = resolveComponent("Sketch");
11468
11480
  const _directive_click_outside = resolveDirective("click-outside");
@@ -11486,7 +11498,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
11486
11498
  createElementVNode("i", { class: "material-icons-outlined" }, "delete", -1)
11487
11499
  ]))) : createCommentVNode("", true)
11488
11500
  ]),
11489
- createElementVNode("div", _hoisted_2$8, [
11501
+ createElementVNode("div", _hoisted_2$9, [
11490
11502
  _ctx.isShowColorPicker ? (openBlock(), createBlock$1(_component_Sketch, {
11491
11503
  key: 0,
11492
11504
  modelValue: _ctx.color,
@@ -11500,9 +11512,11 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
11500
11512
  }
11501
11513
  const PbColorPicker = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render]]);
11502
11514
  const _hoisted_1$g = { class: "group-editor group-editor-background" };
11503
- const _hoisted_2$7 = { class: "flex-align-center" };
11504
- const _hoisted_3$5 = { class: "bs-layout-horizontal" };
11505
- const _hoisted_4$3 = { class: "color" };
11515
+ const _hoisted_2$8 = { class: "flex-align-center" };
11516
+ const _hoisted_3$5 = { class: "title" };
11517
+ const _hoisted_4$4 = { class: "bs-layout-horizontal" };
11518
+ const _hoisted_5$4 = { class: "color" };
11519
+ const _hoisted_6$4 = { class: "image" };
11506
11520
  const _sfc_main$i = /* @__PURE__ */ defineComponent({
11507
11521
  __name: "PbPropertyGroupEditorBackground",
11508
11522
  props: {
@@ -11537,12 +11551,14 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
11537
11551
  };
11538
11552
  return (_ctx, _cache) => {
11539
11553
  return openBlock(), createElementBlock("div", _hoisted_1$g, [
11540
- createElementVNode("div", _hoisted_2$7, [
11541
- _cache[3] || (_cache[3] = createElementVNode("div", { class: "title" }, [
11542
- createElementVNode("label", { textContent: "Background" })
11543
- ], -1)),
11554
+ createElementVNode("div", _hoisted_2$8, [
11544
11555
  createElementVNode("div", _hoisted_3$5, [
11545
- createElementVNode("div", _hoisted_4$3, [
11556
+ withDirectives(createElementVNode("label", null, null, 512), [
11557
+ [unref(vT), { key: "pb.prop.background" }]
11558
+ ])
11559
+ ]),
11560
+ createElementVNode("div", _hoisted_4$4, [
11561
+ createElementVNode("div", _hoisted_5$4, [
11546
11562
  createVNode(PbColorPicker, {
11547
11563
  value: color.value,
11548
11564
  "hide-delete": "",
@@ -11558,8 +11574,10 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
11558
11574
  "onUpdate:modelValue": updateColor
11559
11575
  }, null, 8, ["model-value"])
11560
11576
  ]),
11561
- createElementVNode("div", { class: "image" }, [
11562
- createElementVNode("button", { onClick: selectImage }, "Select Image")
11577
+ createElementVNode("div", _hoisted_6$4, [
11578
+ withDirectives(createElementVNode("button", { onClick: selectImage }, null, 512), [
11579
+ [unref(vT), { key: "pb.prop.selectImage" }]
11580
+ ])
11563
11581
  ])
11564
11582
  ])
11565
11583
  ])
@@ -11572,20 +11590,24 @@ const TopRightCornerIcon = "data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//
11572
11590
  const BottomLeftCornerIcon = "data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23000000'%20transform='rotate(180)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cg%3e%3cpath%20fill='none'%20d='M0%200H24V24H0z'/%3e%3cpath%20d='M21%2019v2h-2v-2h2zm-4%200v2h-2v-2h2zm-4%200v2h-2v-2h2zm-4%200v2H7v-2h2zm-4%200v2H3v-2h2zm16-4v2h-2v-2h2zM5%2015v2H3v-2h2zm0-4v2H3v-2h2zm11-8c2.687%200%204.882%202.124%204.995%204.783L21%208v5h-2V8c0-1.591-1.255-2.903-2.824-2.995L16%205h-5V3h5zM5%207v2H3V7h2zm0-4v2H3V3h2zm4%200v2H7V3h2z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
11573
11591
  const BottomRightCornerIcon = "data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23000000'%20transform='rotate(90)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cg%3e%3cpath%20fill='none'%20d='M0%200H24V24H0z'/%3e%3cpath%20d='M21%2019v2h-2v-2h2zm-4%200v2h-2v-2h2zm-4%200v2h-2v-2h2zm-4%200v2H7v-2h2zm-4%200v2H3v-2h2zm16-4v2h-2v-2h2zM5%2015v2H3v-2h2zm0-4v2H3v-2h2zm11-8c2.687%200%204.882%202.124%204.995%204.783L21%208v5h-2V8c0-1.591-1.255-2.903-2.824-2.995L16%205h-5V3h5zM5%207v2H3V7h2zm0-4v2H3V3h2zm4%200v2H7V3h2z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
11574
11592
  const _hoisted_1$f = { class: "group-editor group-editor-border" };
11575
- const _hoisted_2$6 = { class: "flex-align-center" };
11576
- const _hoisted_3$4 = { class: "" };
11577
- const _hoisted_4$2 = { class: "color" };
11578
- const _hoisted_5$2 = { class: "mt-8" };
11579
- const _hoisted_6$2 = { class: "flex-grow-1 mt-4" };
11580
- const _hoisted_7$2 = { class: "bg-gray-100 py-5 rounded-8" };
11581
- const _hoisted_8 = { class: "text-center" };
11582
- const _hoisted_9 = { class: "bs-layout-horizontal justify-content-center align-items-center" };
11583
- const _hoisted_10 = { class: "text-center" };
11584
- const _hoisted_11 = { class: "mt-8" };
11585
- const _hoisted_12 = { class: "flex-grow-1 mt-4" };
11586
- const _hoisted_13 = { class: "bg-gray-100 py-5 rounded-8" };
11587
- const _hoisted_14 = { class: "" };
11588
- const _hoisted_15 = { class: "mt-2" };
11593
+ const _hoisted_2$7 = { class: "flex-align-center" };
11594
+ const _hoisted_3$4 = { class: "title" };
11595
+ const _hoisted_4$3 = { class: "" };
11596
+ const _hoisted_5$3 = { class: "sub-title" };
11597
+ const _hoisted_6$3 = { class: "color" };
11598
+ const _hoisted_7$2 = { class: "mt-8" };
11599
+ const _hoisted_8$2 = { class: "sub-title" };
11600
+ const _hoisted_9 = { class: "flex-grow-1 mt-4" };
11601
+ const _hoisted_10 = { class: "bg-gray-100 py-5 rounded-8" };
11602
+ const _hoisted_11 = { class: "text-center" };
11603
+ const _hoisted_12 = { class: "bs-layout-horizontal justify-content-center align-items-center" };
11604
+ const _hoisted_13 = { class: "text-center" };
11605
+ const _hoisted_14 = { class: "mt-8" };
11606
+ const _hoisted_15 = { class: "sub-title" };
11607
+ const _hoisted_16 = { class: "flex-grow-1 mt-4" };
11608
+ const _hoisted_17 = { class: "bg-gray-100 py-5 rounded-8" };
11609
+ const _hoisted_18 = { class: "" };
11610
+ const _hoisted_19 = { class: "mt-2" };
11589
11611
  const _sfc_main$h = /* @__PURE__ */ defineComponent({
11590
11612
  __name: "PbPropertyGroupEditorBorder",
11591
11613
  props: {
@@ -11625,15 +11647,19 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
11625
11647
  const updateBorderBottomRightRadius = (value) => updatePropertyValue({ borderBottomRightRadius: value });
11626
11648
  return (_ctx, _cache) => {
11627
11649
  return openBlock(), createElementBlock("div", _hoisted_1$f, [
11628
- createElementVNode("div", _hoisted_2$6, [
11629
- _cache[7] || (_cache[7] = createElementVNode("div", { class: "title" }, [
11630
- createElementVNode("label", { textContent: "Border" })
11631
- ], -1)),
11650
+ createElementVNode("div", _hoisted_2$7, [
11632
11651
  createElementVNode("div", _hoisted_3$4, [
11633
- _cache[3] || (_cache[3] = createElementVNode("div", { class: "sub-title" }, [
11634
- createElementVNode("label", { textContent: "Color" })
11635
- ], -1)),
11636
- createElementVNode("div", _hoisted_4$2, [
11652
+ withDirectives(createElementVNode("label", null, null, 512), [
11653
+ [unref(vT), { key: "pb.prop.border" }]
11654
+ ])
11655
+ ]),
11656
+ createElementVNode("div", _hoisted_4$3, [
11657
+ createElementVNode("div", _hoisted_5$3, [
11658
+ withDirectives(createElementVNode("label", null, null, 512), [
11659
+ [unref(vT), { key: "pb.prop.borderColor" }]
11660
+ ])
11661
+ ]),
11662
+ createElementVNode("div", _hoisted_6$3, [
11637
11663
  createVNode(PbColorPicker, {
11638
11664
  value: color.value,
11639
11665
  "hide-delete": "",
@@ -11651,13 +11677,15 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
11651
11677
  }, null, 8, ["model-value"])
11652
11678
  ])
11653
11679
  ]),
11654
- createElementVNode("div", _hoisted_5$2, [
11655
- _cache[5] || (_cache[5] = createElementVNode("div", { class: "sub-title" }, [
11656
- createElementVNode("label", { textContent: "Border Width" })
11657
- ], -1)),
11658
- createElementVNode("div", _hoisted_6$2, [
11659
- createElementVNode("div", _hoisted_7$2, [
11660
- createElementVNode("div", _hoisted_8, [
11680
+ createElementVNode("div", _hoisted_7$2, [
11681
+ createElementVNode("div", _hoisted_8$2, [
11682
+ withDirectives(createElementVNode("label", null, null, 512), [
11683
+ [unref(vT), { key: "pb.prop.borderWidth" }]
11684
+ ])
11685
+ ]),
11686
+ createElementVNode("div", _hoisted_9, [
11687
+ createElementVNode("div", _hoisted_10, [
11688
+ createElementVNode("div", _hoisted_11, [
11661
11689
  createVNode(unref(BSTextInput), {
11662
11690
  "model-value": borderTopWidth.value,
11663
11691
  class: "ml-4",
@@ -11666,7 +11694,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
11666
11694
  "onUpdate:modelValue": updateBorderTopWidth
11667
11695
  }, null, 8, ["model-value"])
11668
11696
  ]),
11669
- createElementVNode("div", _hoisted_9, [
11697
+ createElementVNode("div", _hoisted_12, [
11670
11698
  createVNode(unref(BSTextInput), {
11671
11699
  "model-value": borderLeftWidth.value,
11672
11700
  class: "ml-4",
@@ -11674,7 +11702,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
11674
11702
  width: "30%",
11675
11703
  "onUpdate:modelValue": updateBorderLeftWidth
11676
11704
  }, null, 8, ["model-value"]),
11677
- _cache[4] || (_cache[4] = createElementVNode("div", {
11705
+ _cache[3] || (_cache[3] = createElementVNode("div", {
11678
11706
  class: "d-inline-block text-center text-gray-300",
11679
11707
  style: { "width": "30%", "font-size": "12px" }
11680
11708
  }, [
@@ -11688,7 +11716,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
11688
11716
  "onUpdate:modelValue": updateBorderRightWidth
11689
11717
  }, null, 8, ["model-value"])
11690
11718
  ]),
11691
- createElementVNode("div", _hoisted_10, [
11719
+ createElementVNode("div", _hoisted_13, [
11692
11720
  createVNode(unref(BSTextInput), {
11693
11721
  "model-value": borderBottomWidth.value,
11694
11722
  class: "ml-4",
@@ -11700,13 +11728,15 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
11700
11728
  ])
11701
11729
  ])
11702
11730
  ]),
11703
- createElementVNode("div", _hoisted_11, [
11704
- _cache[6] || (_cache[6] = createElementVNode("div", { class: "sub-title" }, [
11705
- createElementVNode("label", { textContent: "Border Radius" })
11706
- ], -1)),
11707
- createElementVNode("div", _hoisted_12, [
11708
- createElementVNode("div", _hoisted_13, [
11709
- createElementVNode("div", _hoisted_14, [
11731
+ createElementVNode("div", _hoisted_14, [
11732
+ createElementVNode("div", _hoisted_15, [
11733
+ withDirectives(createElementVNode("label", null, null, 512), [
11734
+ [unref(vT), { key: "pb.prop.borderRadius" }]
11735
+ ])
11736
+ ]),
11737
+ createElementVNode("div", _hoisted_16, [
11738
+ createElementVNode("div", _hoisted_17, [
11739
+ createElementVNode("div", _hoisted_18, [
11710
11740
  createVNode(unref(BSTextInput), {
11711
11741
  "model-value": borderTopLeftRadius.value,
11712
11742
  prefix: { type: "image-url", value: unref(TopLeftCornerIcon) },
@@ -11722,7 +11752,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
11722
11752
  "onUpdate:modelValue": updateBorderTopRightRadius
11723
11753
  }, null, 8, ["model-value", "prefix"])
11724
11754
  ]),
11725
- createElementVNode("div", _hoisted_15, [
11755
+ createElementVNode("div", _hoisted_19, [
11726
11756
  createVNode(unref(BSTextInput), {
11727
11757
  "model-value": borderBottomLeftRadius.value,
11728
11758
  prefix: { type: "image-url", value: unref(BottomLeftCornerIcon) },
@@ -11747,12 +11777,13 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
11747
11777
  }
11748
11778
  });
11749
11779
  const _hoisted_1$e = { class: "group-editor group-editor-margin" };
11750
- const _hoisted_2$5 = { class: "flex-align-center" };
11751
- const _hoisted_3$3 = { class: "flex-grow-1" };
11752
- const _hoisted_4$1 = { class: "bg-gray-100 py-5 rounded-8" };
11753
- const _hoisted_5$1 = { class: "text-center" };
11754
- const _hoisted_6$1 = { class: "bs-layout-horizontal justify-content-center align-items-center" };
11755
- const _hoisted_7$1 = { class: "text-center" };
11780
+ const _hoisted_2$6 = { class: "flex-align-center" };
11781
+ const _hoisted_3$3 = { class: "title" };
11782
+ const _hoisted_4$2 = { class: "flex-grow-1" };
11783
+ const _hoisted_5$2 = { class: "bg-gray-100 py-5 rounded-8" };
11784
+ const _hoisted_6$2 = { class: "text-center" };
11785
+ const _hoisted_7$1 = { class: "bs-layout-horizontal justify-content-center align-items-center" };
11786
+ const _hoisted_8$1 = { class: "text-center" };
11756
11787
  const _sfc_main$g = /* @__PURE__ */ defineComponent({
11757
11788
  __name: "PbPropertyGroupEditorMargin",
11758
11789
  props: {
@@ -11778,13 +11809,15 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
11778
11809
  const updateBottom = (value) => updatePropertyValue({ marginBottom: value });
11779
11810
  return (_ctx, _cache) => {
11780
11811
  return openBlock(), createElementBlock("div", _hoisted_1$e, [
11781
- createElementVNode("div", _hoisted_2$5, [
11782
- _cache[1] || (_cache[1] = createElementVNode("div", { class: "title" }, [
11783
- createElementVNode("label", { textContent: "Margin" })
11784
- ], -1)),
11812
+ createElementVNode("div", _hoisted_2$6, [
11785
11813
  createElementVNode("div", _hoisted_3$3, [
11786
- createElementVNode("div", _hoisted_4$1, [
11787
- createElementVNode("div", _hoisted_5$1, [
11814
+ withDirectives(createElementVNode("label", null, null, 512), [
11815
+ [unref(vT), { key: "pb.prop.margin" }]
11816
+ ])
11817
+ ]),
11818
+ createElementVNode("div", _hoisted_4$2, [
11819
+ createElementVNode("div", _hoisted_5$2, [
11820
+ createElementVNode("div", _hoisted_6$2, [
11788
11821
  createVNode(unref(BSTextInput), {
11789
11822
  "model-value": top.value,
11790
11823
  class: "ml-4",
@@ -11793,7 +11826,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
11793
11826
  "onUpdate:modelValue": updateTop
11794
11827
  }, null, 8, ["model-value"])
11795
11828
  ]),
11796
- createElementVNode("div", _hoisted_6$1, [
11829
+ createElementVNode("div", _hoisted_7$1, [
11797
11830
  createVNode(unref(BSTextInput), {
11798
11831
  "model-value": left.value,
11799
11832
  class: "ml-4",
@@ -11815,7 +11848,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
11815
11848
  "onUpdate:modelValue": updateRight
11816
11849
  }, null, 8, ["model-value"])
11817
11850
  ]),
11818
- createElementVNode("div", _hoisted_7$1, [
11851
+ createElementVNode("div", _hoisted_8$1, [
11819
11852
  createVNode(unref(BSTextInput), {
11820
11853
  "model-value": bottom.value,
11821
11854
  class: "ml-4",
@@ -11832,12 +11865,13 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
11832
11865
  }
11833
11866
  });
11834
11867
  const _hoisted_1$d = { class: "group-editor group-editor-padding" };
11835
- const _hoisted_2$4 = { class: "flex-align-center" };
11836
- const _hoisted_3$2 = { class: "flex-grow-1" };
11837
- const _hoisted_4 = { class: "bg-gray-100 py-5 rounded-8" };
11838
- const _hoisted_5 = { class: "text-center" };
11839
- const _hoisted_6 = { class: "bs-layout-horizontal justify-content-center align-items-center" };
11840
- const _hoisted_7 = { class: "text-center" };
11868
+ const _hoisted_2$5 = { class: "flex-align-center" };
11869
+ const _hoisted_3$2 = { class: "title" };
11870
+ const _hoisted_4$1 = { class: "flex-grow-1" };
11871
+ const _hoisted_5$1 = { class: "bg-gray-100 py-5 rounded-8" };
11872
+ const _hoisted_6$1 = { class: "text-center" };
11873
+ const _hoisted_7 = { class: "bs-layout-horizontal justify-content-center align-items-center" };
11874
+ const _hoisted_8 = { class: "text-center" };
11841
11875
  const _sfc_main$f = /* @__PURE__ */ defineComponent({
11842
11876
  __name: "PbPropertyGroupEditorPadding",
11843
11877
  props: {
@@ -11863,13 +11897,15 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
11863
11897
  const updateBottom = (value) => updatePropertyValue({ paddingBottom: value });
11864
11898
  return (_ctx, _cache) => {
11865
11899
  return openBlock(), createElementBlock("div", _hoisted_1$d, [
11866
- createElementVNode("div", _hoisted_2$4, [
11867
- _cache[1] || (_cache[1] = createElementVNode("div", { class: "title" }, [
11868
- createElementVNode("label", { textContent: "Padding" })
11869
- ], -1)),
11900
+ createElementVNode("div", _hoisted_2$5, [
11870
11901
  createElementVNode("div", _hoisted_3$2, [
11871
- createElementVNode("div", _hoisted_4, [
11872
- createElementVNode("div", _hoisted_5, [
11902
+ withDirectives(createElementVNode("label", null, null, 512), [
11903
+ [unref(vT), { key: "pb.prop.padding" }]
11904
+ ])
11905
+ ]),
11906
+ createElementVNode("div", _hoisted_4$1, [
11907
+ createElementVNode("div", _hoisted_5$1, [
11908
+ createElementVNode("div", _hoisted_6$1, [
11873
11909
  createVNode(unref(BSTextInput), {
11874
11910
  "model-value": top.value,
11875
11911
  class: "ml-4",
@@ -11878,7 +11914,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
11878
11914
  "onUpdate:modelValue": updateTop
11879
11915
  }, null, 8, ["model-value"])
11880
11916
  ]),
11881
- createElementVNode("div", _hoisted_6, [
11917
+ createElementVNode("div", _hoisted_7, [
11882
11918
  createVNode(unref(BSTextInput), {
11883
11919
  "model-value": left.value,
11884
11920
  class: "ml-4",
@@ -11900,7 +11936,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
11900
11936
  "onUpdate:modelValue": updateRight
11901
11937
  }, null, 8, ["model-value"])
11902
11938
  ]),
11903
- createElementVNode("div", _hoisted_7, [
11939
+ createElementVNode("div", _hoisted_8, [
11904
11940
  createVNode(unref(BSTextInput), {
11905
11941
  "model-value": bottom.value,
11906
11942
  class: "ml-4",
@@ -11919,7 +11955,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
11919
11955
  const positionGroup = () => {
11920
11956
  return {
11921
11957
  groupName: "position",
11922
- caption: "Position",
11958
+ caption: "pb.prop.position",
11923
11959
  properties: [
11924
11960
  {
11925
11961
  propertyName: "left",
@@ -11948,7 +11984,7 @@ const positionGroup = () => {
11948
11984
  const sizeGroup = () => {
11949
11985
  return {
11950
11986
  groupName: "size",
11951
- caption: "Size",
11987
+ caption: "pb.prop.size",
11952
11988
  properties: [
11953
11989
  {
11954
11990
  propertyName: "width",
@@ -11987,7 +12023,7 @@ const sizeGroup = () => {
11987
12023
  const marginGroup = () => {
11988
12024
  return {
11989
12025
  groupName: "margin",
11990
- caption: "Margin",
12026
+ caption: "pb.prop.margin",
11991
12027
  properties: [
11992
12028
  {
11993
12029
  propertyName: "marginLeft",
@@ -12016,7 +12052,7 @@ const marginGroup = () => {
12016
12052
  const paddingGroup = () => {
12017
12053
  return {
12018
12054
  groupName: "padding",
12019
- caption: "Padding",
12055
+ caption: "pb.margin.padding",
12020
12056
  properties: [
12021
12057
  {
12022
12058
  propertyName: "paddingLeft",
@@ -12049,32 +12085,32 @@ const commonGroup = () => {
12049
12085
  properties: [
12050
12086
  {
12051
12087
  propertyName: "name",
12052
- caption: "Name",
12088
+ caption: "pb.prop.name",
12053
12089
  propertyType: "text"
12054
12090
  },
12055
12091
  {
12056
12092
  propertyName: "id",
12057
- caption: "ID",
12093
+ caption: "pb.prop.id",
12058
12094
  propertyType: "text"
12059
12095
  },
12060
12096
  {
12061
12097
  propertyName: "classNames",
12062
- caption: "Class Names",
12098
+ caption: "pb.prop.classNames",
12063
12099
  propertyType: "text"
12064
12100
  },
12065
12101
  {
12066
12102
  propertyName: "inlineStyle",
12067
- caption: "Inline Style",
12103
+ caption: "pb.prop.inlineStyle",
12068
12104
  propertyType: "multiline-text"
12069
12105
  },
12070
12106
  {
12071
12107
  propertyName: "style",
12072
- caption: "Style",
12108
+ caption: "pb.prop.style",
12073
12109
  propertyType: "multiline-text"
12074
12110
  },
12075
12111
  {
12076
12112
  propertyName: "partId",
12077
- caption: "Part ID",
12113
+ caption: "pb.prop.partId",
12078
12114
  propertyType: "readonly-text"
12079
12115
  }
12080
12116
  ]
@@ -12083,23 +12119,23 @@ const commonGroup = () => {
12083
12119
  const layoutGroup = () => {
12084
12120
  return {
12085
12121
  groupName: "layout",
12086
- caption: "Layout",
12122
+ caption: "pb.prop.layout",
12087
12123
  properties: [
12088
12124
  {
12089
12125
  propertyName: "direction",
12090
- caption: "Layout",
12126
+ caption: "pb.prop.layout",
12091
12127
  propertyType: "select",
12092
12128
  params: "vertical,horizontal"
12093
12129
  },
12094
12130
  {
12095
12131
  propertyName: "wrap",
12096
- caption: "Wrap",
12132
+ caption: "pb.prop.wrap",
12097
12133
  propertyType: "select",
12098
12134
  params: "nowrap,wrap"
12099
12135
  },
12100
12136
  {
12101
12137
  propertyName: "gap",
12102
- caption: "Gap",
12138
+ caption: "pb.prop.gap",
12103
12139
  propertyType: "text"
12104
12140
  }
12105
12141
  ]
@@ -12108,23 +12144,23 @@ const layoutGroup = () => {
12108
12144
  const alignGroup = () => {
12109
12145
  return {
12110
12146
  groupName: "align",
12111
- caption: "Align",
12147
+ caption: "pb.prop.align",
12112
12148
  properties: [
12113
12149
  {
12114
12150
  propertyName: "alignItems",
12115
- caption: "Align Items",
12151
+ caption: "pb.prop.alignItems",
12116
12152
  propertyType: "select",
12117
12153
  params: "start,center,end"
12118
12154
  },
12119
12155
  {
12120
12156
  propertyName: "justifyContent",
12121
- caption: "Justify Content",
12157
+ caption: "pb.prop.justifyContent",
12122
12158
  propertyType: "select",
12123
12159
  params: "start,center,end,between"
12124
12160
  },
12125
12161
  {
12126
12162
  propertyName: "alignSelf",
12127
- caption: "Align Self",
12163
+ caption: "pb.prop.alignSelf",
12128
12164
  propertyType: "select",
12129
12165
  params: "start,center,end"
12130
12166
  }
@@ -12134,11 +12170,11 @@ const alignGroup = () => {
12134
12170
  const alignItemsGroup = () => {
12135
12171
  return {
12136
12172
  groupName: "align",
12137
- caption: "Align",
12173
+ caption: "pb.prop.align",
12138
12174
  properties: [
12139
12175
  {
12140
12176
  propertyName: "alignItems",
12141
- caption: "Align Items",
12177
+ caption: "pb.prop.alignItems",
12142
12178
  propertyType: "select",
12143
12179
  params: "start,center,end"
12144
12180
  }
@@ -12148,11 +12184,11 @@ const alignItemsGroup = () => {
12148
12184
  const alignSelfGroup = () => {
12149
12185
  return {
12150
12186
  groupName: "align",
12151
- caption: "Align",
12187
+ caption: "pb.prop.align",
12152
12188
  properties: [
12153
12189
  {
12154
12190
  propertyName: "alignSelf",
12155
- caption: "Align Self",
12191
+ caption: "pb.prop.alignSelf",
12156
12192
  propertyType: "select",
12157
12193
  params: ",start,center,end"
12158
12194
  }
@@ -12162,7 +12198,7 @@ const alignSelfGroup = () => {
12162
12198
  const backgroundGroup = () => {
12163
12199
  return {
12164
12200
  groupName: "background",
12165
- caption: "Background",
12201
+ caption: "pb.prop.background",
12166
12202
  properties: [
12167
12203
  {
12168
12204
  propertyName: "backgroundColor",
@@ -12181,7 +12217,7 @@ const backgroundGroup = () => {
12181
12217
  const borderGroup = () => {
12182
12218
  return {
12183
12219
  groupName: "border",
12184
- caption: "Border",
12220
+ caption: "pb.prop.border",
12185
12221
  properties: [
12186
12222
  {
12187
12223
  propertyName: "borderColor",
@@ -12268,11 +12304,16 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
12268
12304
  }
12269
12305
  });
12270
12306
  const _hoisted_1$c = { class: "group-editor group-editor-media" };
12307
+ const _hoisted_2$4 = { class: "title" };
12308
+ const _hoisted_3$1 = { class: "title mt-12" };
12309
+ const _hoisted_4 = { class: "title mt-12" };
12310
+ const _hoisted_5 = { class: "title mt-12" };
12311
+ const _hoisted_6 = { class: "title mt-12" };
12271
12312
  const _sfc_main$d = /* @__PURE__ */ defineComponent({
12272
12313
  __name: "PbPropertyGroupEditorMedia",
12273
12314
  props: {
12274
- property: {},
12275
- value: {}
12315
+ group: {},
12316
+ selectedParts: {}
12276
12317
  },
12277
12318
  setup(__props) {
12278
12319
  const pageBuilder = usePageBuilderEditor();
@@ -12317,16 +12358,22 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
12317
12358
  return (_ctx, _cache) => {
12318
12359
  var _a, _b;
12319
12360
  return openBlock(), createElementBlock("div", _hoisted_1$c, [
12320
- _cache[8] || (_cache[8] = createElementVNode("div", { class: "title" }, [
12321
- createElementVNode("label", { textContent: "Media" })
12322
- ], -1)),
12361
+ createElementVNode("div", _hoisted_2$4, [
12362
+ withDirectives(createElementVNode("label", null, null, 512), [
12363
+ [unref(vT), { key: "pb.prop.media" }]
12364
+ ])
12365
+ ]),
12323
12366
  createElementVNode("div", null, [
12324
- createElementVNode("button", { onClick: selectMedia }, "Select Media")
12367
+ withDirectives(createElementVNode("button", { onClick: selectMedia }, null, 512), [
12368
+ [unref(vT), { key: "pb.prop.selectMedia" }]
12369
+ ])
12325
12370
  ]),
12326
12371
  ((_a = media.value) == null ? void 0 : _a.mediaType) === "Image" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
12327
- _cache[4] || (_cache[4] = createElementVNode("div", { class: "title mt-12" }, [
12328
- createElementVNode("label", { textContent: "Alt Text" })
12329
- ], -1)),
12372
+ createElementVNode("div", _hoisted_3$1, [
12373
+ withDirectives(createElementVNode("label", null, null, 512), [
12374
+ [unref(vT), { key: "pb.prop.altText" }]
12375
+ ])
12376
+ ]),
12330
12377
  createElementVNode("div", null, [
12331
12378
  createVNode(unref(BSMultiLangTextInput), {
12332
12379
  locales: locales.value,
@@ -12335,9 +12382,11 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
12335
12382
  "onUpdate:modelValue": _cache[0] || (_cache[0] = (value) => updateProperty({ altText: value }))
12336
12383
  }, null, 8, ["locales", "model-value"])
12337
12384
  ]),
12338
- _cache[5] || (_cache[5] = createElementVNode("div", { class: "title mt-12" }, [
12339
- createElementVNode("label", { textContent: "Link" })
12340
- ], -1)),
12385
+ createElementVNode("div", _hoisted_4, [
12386
+ withDirectives(createElementVNode("label", null, null, 512), [
12387
+ [unref(vT), { key: "pb.prop.link" }]
12388
+ ])
12389
+ ]),
12341
12390
  createElementVNode("div", null, [
12342
12391
  createVNode(unref(BSTextInput), {
12343
12392
  "model-value": link.value,
@@ -12345,9 +12394,11 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
12345
12394
  "onUpdate:modelValue": _cache[1] || (_cache[1] = (value) => updateProperty({ link: value }))
12346
12395
  }, null, 8, ["model-value"])
12347
12396
  ]),
12348
- _cache[6] || (_cache[6] = createElementVNode("div", { class: "title mt-12" }, [
12349
- createElementVNode("label", { textContent: "Link Target" })
12350
- ], -1)),
12397
+ createElementVNode("div", _hoisted_5, [
12398
+ withDirectives(createElementVNode("label", null, null, 512), [
12399
+ [unref(vT), { key: "pb.prop.linkTarget" }]
12400
+ ])
12401
+ ]),
12351
12402
  createElementVNode("div", null, [
12352
12403
  createVNode(unref(BSTextInput), {
12353
12404
  "model-value": linkTarget.value,
@@ -12357,9 +12408,11 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
12357
12408
  ])
12358
12409
  ], 64)) : createCommentVNode("", true),
12359
12410
  ((_b = media.value) == null ? void 0 : _b.mediaType) === "Video" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
12360
- _cache[7] || (_cache[7] = createElementVNode("div", { class: "title mt-12" }, [
12361
- createElementVNode("label", { textContent: "Thumbnail" })
12362
- ], -1)),
12411
+ createElementVNode("div", _hoisted_6, [
12412
+ withDirectives(createElementVNode("label", null, null, 512), [
12413
+ [unref(vT), { key: "pb.prop.thumbnail" }]
12414
+ ])
12415
+ ]),
12363
12416
  createElementVNode("div", null, [
12364
12417
  createVNode(unref(BSTextInput), {
12365
12418
  "model-value": thumbnail.value,
@@ -12386,7 +12439,7 @@ const pageParts = [
12386
12439
  properties: [
12387
12440
  {
12388
12441
  propertyName: "maxWidth",
12389
- caption: "Max Width",
12442
+ caption: "pb.prop.maxWidth",
12390
12443
  propertyType: "text",
12391
12444
  params: ""
12392
12445
  }
@@ -12456,32 +12509,32 @@ const widgets = [
12456
12509
  properties: [
12457
12510
  {
12458
12511
  propertyName: "text",
12459
- caption: "Text",
12512
+ caption: "pb.prop.text",
12460
12513
  propertyType: "multiline-text",
12461
12514
  params: "",
12462
12515
  multiLang: true
12463
12516
  },
12464
12517
  {
12465
12518
  propertyName: "fontSize",
12466
- caption: "Font Size",
12519
+ caption: "pb.prop.fontSize",
12467
12520
  propertyType: "text",
12468
12521
  params: ""
12469
12522
  },
12470
12523
  {
12471
12524
  propertyName: "fontWeight",
12472
- caption: "Weight",
12525
+ caption: "pb.prop.fontWeight",
12473
12526
  propertyType: "text",
12474
12527
  params: ""
12475
12528
  },
12476
12529
  {
12477
12530
  propertyName: "textAlign",
12478
- caption: "Text Align",
12531
+ caption: "pb.prop.textAlign",
12479
12532
  propertyType: "select",
12480
12533
  params: "left,center,right"
12481
12534
  },
12482
12535
  {
12483
12536
  propertyName: "color",
12484
- caption: "Font Color",
12537
+ caption: "pb.prop.fontColor",
12485
12538
  propertyType: "color",
12486
12539
  params: ""
12487
12540
  }
@@ -12514,26 +12567,26 @@ const widgets = [
12514
12567
  properties: [
12515
12568
  {
12516
12569
  propertyName: "image",
12517
- caption: "Image",
12570
+ caption: "pb.prop.image",
12518
12571
  propertyType: "image",
12519
12572
  params: ""
12520
12573
  },
12521
12574
  {
12522
12575
  propertyName: "altText",
12523
- caption: "Alt Text",
12576
+ caption: "pb.prop.altText",
12524
12577
  propertyType: "text",
12525
12578
  params: "",
12526
12579
  multiLang: true
12527
12580
  },
12528
12581
  {
12529
12582
  propertyName: "link",
12530
- caption: "Link",
12583
+ caption: "pb.prop.link",
12531
12584
  propertyType: "text",
12532
12585
  params: ""
12533
12586
  },
12534
12587
  {
12535
12588
  propertyName: "linkTarget",
12536
- caption: "Link Target",
12589
+ caption: "pb.prop.linkTarget",
12537
12590
  propertyType: "text",
12538
12591
  params: ""
12539
12592
  }
@@ -12554,7 +12607,7 @@ const widgets = [
12554
12607
  propertyGroups: [
12555
12608
  {
12556
12609
  groupName: "Media",
12557
- caption: "Media",
12610
+ caption: "pb.prop.media",
12558
12611
  properties: [
12559
12612
  {
12560
12613
  propertyName: "Media",
@@ -12601,11 +12654,11 @@ const widgets = [
12601
12654
  propertyGroups: [
12602
12655
  {
12603
12656
  groupName: "HTML",
12604
- caption: "HTML",
12657
+ caption: "pb.prop.html",
12605
12658
  properties: [
12606
12659
  {
12607
12660
  propertyName: "html",
12608
- caption: "HTML",
12661
+ caption: "pb.prop.html",
12609
12662
  propertyType: "html",
12610
12663
  params: "",
12611
12664
  multiLang: true
@@ -12631,7 +12684,7 @@ const widgets = [
12631
12684
  properties: [
12632
12685
  {
12633
12686
  propertyName: "url",
12634
- caption: "URL",
12687
+ caption: "pb.prop.url",
12635
12688
  propertyType: "text",
12636
12689
  params: "",
12637
12690
  multiLang: true
@@ -12657,13 +12710,13 @@ const widgets = [
12657
12710
  properties: [
12658
12711
  {
12659
12712
  propertyName: "url",
12660
- caption: "URL",
12713
+ caption: "pb.prop.url",
12661
12714
  propertyType: "youtube",
12662
12715
  params: ""
12663
12716
  },
12664
12717
  {
12665
12718
  propertyName: "aspectRatio",
12666
- caption: "Apect Ration",
12719
+ caption: "pb.prop.aspectRatio",
12667
12720
  propertyType: "text",
12668
12721
  params: ""
12669
12722
  }
@@ -12782,7 +12835,7 @@ __publicField(_OpenAddWidgetModalCommand, "COMMAND_ID", "OpenAddWidgetModal");
12782
12835
  let OpenAddWidgetModalCommand = _OpenAddWidgetModalCommand;
12783
12836
  const openWidgetAddModal = (modal, args, callback) => {
12784
12837
  modal.openModal({
12785
- component: defineAsyncComponent(() => import("./PbWidgetAddModal-DkOxvb6V.js")),
12838
+ component: defineAsyncComponent(() => import("./PbWidgetAddModal-Br2XZusB.js")),
12786
12839
  style: {
12787
12840
  width: "80%",
12788
12841
  height: "80%",
@@ -13127,7 +13180,7 @@ const _AddSectionAboveCommand = class _AddSectionAboveCommand {
13127
13180
  }
13128
13181
  };
13129
13182
  __publicField(_AddSectionAboveCommand, "COMMAND_ID", "AddSectionAbove");
13130
- __publicField(_AddSectionAboveCommand, "CAPTION", "Add Section Above");
13183
+ __publicField(_AddSectionAboveCommand, "CAPTION", "pb.menu.addSectionAbove");
13131
13184
  let AddSectionAboveCommand = _AddSectionAboveCommand;
13132
13185
  const _AddSectionBelowCommand = class _AddSectionBelowCommand {
13133
13186
  constructor(modal) {
@@ -13140,7 +13193,7 @@ const _AddSectionBelowCommand = class _AddSectionBelowCommand {
13140
13193
  }
13141
13194
  };
13142
13195
  __publicField(_AddSectionBelowCommand, "COMMAND_ID", "AddSectionBelow");
13143
- __publicField(_AddSectionBelowCommand, "CAPTION", "Add Section Below");
13196
+ __publicField(_AddSectionBelowCommand, "CAPTION", "pb.menu.addSectionBelow");
13144
13197
  let AddSectionBelowCommand = _AddSectionBelowCommand;
13145
13198
  const _AddBlockLeftCommand = class _AddBlockLeftCommand {
13146
13199
  constructor() {
@@ -13152,7 +13205,7 @@ const _AddBlockLeftCommand = class _AddBlockLeftCommand {
13152
13205
  }
13153
13206
  };
13154
13207
  __publicField(_AddBlockLeftCommand, "COMMAND_ID", "AddBlockLeft");
13155
- __publicField(_AddBlockLeftCommand, "CAPTION", "Add Block Left");
13208
+ __publicField(_AddBlockLeftCommand, "CAPTION", "pb.menu.addBlockLeft");
13156
13209
  let AddBlockLeftCommand = _AddBlockLeftCommand;
13157
13210
  const _AddBlockRightCommand = class _AddBlockRightCommand {
13158
13211
  constructor() {
@@ -13164,7 +13217,7 @@ const _AddBlockRightCommand = class _AddBlockRightCommand {
13164
13217
  }
13165
13218
  };
13166
13219
  __publicField(_AddBlockRightCommand, "COMMAND_ID", "AddBlockRight");
13167
- __publicField(_AddBlockRightCommand, "CAPTION", "Add Block Right");
13220
+ __publicField(_AddBlockRightCommand, "CAPTION", "pb.menu.addBlockRight");
13168
13221
  let AddBlockRightCommand = _AddBlockRightCommand;
13169
13222
  const _AddBlockAboveCommand = class _AddBlockAboveCommand {
13170
13223
  constructor() {
@@ -13176,7 +13229,7 @@ const _AddBlockAboveCommand = class _AddBlockAboveCommand {
13176
13229
  }
13177
13230
  };
13178
13231
  __publicField(_AddBlockAboveCommand, "COMMAND_ID", "AddBlockAbove");
13179
- __publicField(_AddBlockAboveCommand, "CAPTION", "Add Block Above");
13232
+ __publicField(_AddBlockAboveCommand, "CAPTION", "pb.menu.addBlockAbove");
13180
13233
  let AddBlockAboveCommand = _AddBlockAboveCommand;
13181
13234
  const _AddBlockBelowCommand = class _AddBlockBelowCommand {
13182
13235
  constructor() {
@@ -13188,7 +13241,7 @@ const _AddBlockBelowCommand = class _AddBlockBelowCommand {
13188
13241
  }
13189
13242
  };
13190
13243
  __publicField(_AddBlockBelowCommand, "COMMAND_ID", "AddBlockBelow");
13191
- __publicField(_AddBlockBelowCommand, "CAPTION", "Add Block Below");
13244
+ __publicField(_AddBlockBelowCommand, "CAPTION", "pb.menu.addBlockBelow");
13192
13245
  let AddBlockBelowCommand = _AddBlockBelowCommand;
13193
13246
  const _AddWidgetLeftCommand = class _AddWidgetLeftCommand {
13194
13247
  constructor(modal) {
@@ -13201,7 +13254,7 @@ const _AddWidgetLeftCommand = class _AddWidgetLeftCommand {
13201
13254
  }
13202
13255
  };
13203
13256
  __publicField(_AddWidgetLeftCommand, "COMMAND_ID", "AddWidgetLeft");
13204
- __publicField(_AddWidgetLeftCommand, "CAPTION", "Add Widget Left");
13257
+ __publicField(_AddWidgetLeftCommand, "CAPTION", "pb.menu.addWidgetLeft");
13205
13258
  let AddWidgetLeftCommand = _AddWidgetLeftCommand;
13206
13259
  const _AddWidgetRightCommand = class _AddWidgetRightCommand {
13207
13260
  constructor(modal) {
@@ -13214,7 +13267,7 @@ const _AddWidgetRightCommand = class _AddWidgetRightCommand {
13214
13267
  }
13215
13268
  };
13216
13269
  __publicField(_AddWidgetRightCommand, "COMMAND_ID", "AddWidgetRight");
13217
- __publicField(_AddWidgetRightCommand, "CAPTION", "Add Widget Right");
13270
+ __publicField(_AddWidgetRightCommand, "CAPTION", "pb.menu.addWidgetRight");
13218
13271
  let AddWidgetRightCommand = _AddWidgetRightCommand;
13219
13272
  const _AddWidgetAboveCommand = class _AddWidgetAboveCommand {
13220
13273
  constructor(modal) {
@@ -13227,7 +13280,7 @@ const _AddWidgetAboveCommand = class _AddWidgetAboveCommand {
13227
13280
  }
13228
13281
  };
13229
13282
  __publicField(_AddWidgetAboveCommand, "COMMAND_ID", "AddWidgetAbove");
13230
- __publicField(_AddWidgetAboveCommand, "CAPTION", "Add Widget Above");
13283
+ __publicField(_AddWidgetAboveCommand, "CAPTION", "pb.menu.addWidgetAbove");
13231
13284
  let AddWidgetAboveCommand = _AddWidgetAboveCommand;
13232
13285
  const _AddWidgetBelowCommand = class _AddWidgetBelowCommand {
13233
13286
  constructor(modal) {
@@ -13240,7 +13293,7 @@ const _AddWidgetBelowCommand = class _AddWidgetBelowCommand {
13240
13293
  }
13241
13294
  };
13242
13295
  __publicField(_AddWidgetBelowCommand, "COMMAND_ID", "AddWidgetBelow");
13243
- __publicField(_AddWidgetBelowCommand, "CAPTION", "Add Widget Below");
13296
+ __publicField(_AddWidgetBelowCommand, "CAPTION", "pb.menu.addWidgetBelow");
13244
13297
  let AddWidgetBelowCommand = _AddWidgetBelowCommand;
13245
13298
  const _AddWidgetInsideCommand = class _AddWidgetInsideCommand {
13246
13299
  constructor(modal) {
@@ -13253,13 +13306,13 @@ const _AddWidgetInsideCommand = class _AddWidgetInsideCommand {
13253
13306
  }
13254
13307
  };
13255
13308
  __publicField(_AddWidgetInsideCommand, "COMMAND_ID", "AddWidgetInside");
13256
- __publicField(_AddWidgetInsideCommand, "CAPTION", "Add Widget Inside");
13309
+ __publicField(_AddWidgetInsideCommand, "CAPTION", "pb.menu.addWidgetInside");
13257
13310
  let AddWidgetInsideCommand = _AddWidgetInsideCommand;
13258
13311
  const _ChangePropertyCommand = class _ChangePropertyCommand {
13259
13312
  constructor() {
13260
13313
  __publicField(this, "commandId", _ChangePropertyCommand.COMMAND_ID);
13261
- __publicField(this, "caption", "Change Property");
13262
13314
  }
13315
+ // readonly caption = 'Change Property'
13263
13316
  execute(pageBuilder, args) {
13264
13317
  const parts = args.targetParts;
13265
13318
  const param = {
@@ -13296,7 +13349,7 @@ const _DeletePartCommand = class _DeletePartCommand {
13296
13349
  }
13297
13350
  };
13298
13351
  __publicField(_DeletePartCommand, "COMMAND_ID", "DeletePart");
13299
- __publicField(_DeletePartCommand, "CAPTION", "Delete");
13352
+ __publicField(_DeletePartCommand, "CAPTION", "pb.menu.deletePart");
13300
13353
  let DeletePartCommand = _DeletePartCommand;
13301
13354
  const _CopyAllCommand = class _CopyAllCommand {
13302
13355
  constructor() {
@@ -13557,7 +13610,7 @@ const createDefaultCommands = (modal) => {
13557
13610
  const menuItemForCommand = (pageBuilder, commandId, caption) => {
13558
13611
  return {
13559
13612
  menuId: commandId,
13560
- caption: caption || commandId,
13613
+ caption: { key: caption || commandId },
13561
13614
  handler: () => pageBuilder.commandRegistry.executeCommand(commandId)
13562
13615
  };
13563
13616
  };
@@ -13778,43 +13831,43 @@ const createDefaultToolButtonGroups = () => {
13778
13831
  buttons: [
13779
13832
  {
13780
13833
  buttonId: "core:undo",
13781
- caption: "Undo",
13834
+ caption: "pb.button.undo",
13782
13835
  icon: "undo",
13783
13836
  handler: (modeler) => modeler.undo()
13784
13837
  },
13785
13838
  {
13786
13839
  buttonId: "core:redo",
13787
- caption: "Redo",
13840
+ caption: "pb.button.redo",
13788
13841
  icon: "redo",
13789
13842
  handler: (modeler) => modeler.redo()
13790
13843
  },
13791
13844
  {
13792
13845
  buttonId: "core:copyAll",
13793
- caption: "Copy All",
13846
+ caption: "pb.button.copyAll",
13794
13847
  icon: "copy_all",
13795
13848
  handler: (modeler) => modeler.commandRegistry.executeCommand(CopyAllCommand.COMMAND_ID)
13796
13849
  },
13797
13850
  {
13798
13851
  buttonId: "core:copy",
13799
- caption: "Copy",
13852
+ caption: "pb.button.copy",
13800
13853
  icon: "content_copy",
13801
13854
  handler: (modeler) => modeler.commandRegistry.executeCommand(CopyPartCommand.COMMAND_ID)
13802
13855
  },
13803
13856
  {
13804
13857
  buttonId: "core:cut",
13805
- caption: "Cut",
13858
+ caption: "pb.button.cut",
13806
13859
  icon: "cut",
13807
13860
  handler: (modeler) => modeler.commandRegistry.executeCommand(CutPartCommand.COMMAND_ID)
13808
13861
  },
13809
13862
  {
13810
13863
  buttonId: "core:paste",
13811
- caption: "Paste",
13864
+ caption: "pb.button.paste",
13812
13865
  icon: "content_paste",
13813
13866
  handler: (modeler) => modeler.commandRegistry.executeCommand(PastePartCommand.COMMAND_ID)
13814
13867
  },
13815
13868
  {
13816
13869
  buttonId: "core:delete",
13817
- caption: "Delete",
13870
+ caption: "pb.button.delete",
13818
13871
  icon: "delete",
13819
13872
  handler: (modeler) => modeler.commandRegistry.executeCommand(DeletePartCommand.COMMAND_ID)
13820
13873
  }
@@ -13825,19 +13878,19 @@ const createDefaultToolButtonGroups = () => {
13825
13878
  buttons: [
13826
13879
  {
13827
13880
  buttonId: "core:addSection",
13828
- caption: "Add Section",
13881
+ caption: "pb.button.addSection",
13829
13882
  icon: "add_row_below",
13830
13883
  handler: (modeler) => modeler.commandRegistry.executeCommand(AddSectionCommand.COMMAND_ID)
13831
13884
  },
13832
13885
  {
13833
13886
  buttonId: "core:addBlock",
13834
- caption: "Add Block",
13887
+ caption: "pb.button.addBlock",
13835
13888
  icon: "add_column_right",
13836
13889
  handler: (modeler) => modeler.commandRegistry.executeCommand(AddBlockCommand.COMMAND_ID)
13837
13890
  },
13838
13891
  {
13839
13892
  buttonId: "core:addWidget",
13840
- caption: "Add Widget",
13893
+ caption: "pb.button.addWidget",
13841
13894
  icon: "desktop_landscape_add",
13842
13895
  handler: (modeler) => modeler.commandRegistry.executeCommand(OpenAddWidgetModalCommand.COMMAND_ID)
13843
13896
  }
@@ -14352,7 +14405,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
14352
14405
  };
14353
14406
  return (_ctx, _cache) => {
14354
14407
  return openBlock(), createElementBlock("div", _hoisted_1$b, [
14355
- createElementVNode("div", {
14408
+ withDirectives((openBlock(), createElementBlock("div", {
14356
14409
  class: "tool-button bs-clickable",
14357
14410
  onClick: handleClick
14358
14411
  }, [
@@ -14361,6 +14414,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
14361
14414
  style: normalizeStyle({ fontSize: _ctx.button.iconFontSize || "20px" }),
14362
14415
  class: "font-icon"
14363
14416
  }, toDisplayString(_ctx.button.icon), 5)) : createCommentVNode("", true)
14417
+ ])), [
14418
+ [
14419
+ unref(vT),
14420
+ { key: _ctx.button.caption },
14421
+ void 0,
14422
+ { title: true }
14423
+ ]
14364
14424
  ])
14365
14425
  ]);
14366
14426
  };
@@ -14387,7 +14447,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
14387
14447
  });
14388
14448
  const _hoisted_1$9 = { class: "pb-toolbar bs-layout-horizontal align-items-center" };
14389
14449
  const _hoisted_2$3 = { class: "bs-layout-horizontal align-items-center" };
14390
- const _hoisted_3$1 = { class: "mr-8" };
14450
+ const _hoisted_3 = { class: "mr-8" };
14391
14451
  const _sfc_main$a = /* @__PURE__ */ defineComponent({
14392
14452
  __name: "PbToolbar",
14393
14453
  props: {
@@ -14419,7 +14479,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
14419
14479
  };
14420
14480
  const makeSingleScreen = () => {
14421
14481
  modal.openModal({
14422
- component: defineAsyncComponent(() => import("./PbScreenSelectModal-CnI1IsvW.js")),
14482
+ component: defineAsyncComponent(() => import("./PbScreenSelectModal-57LXAzjs.js")),
14423
14483
  bind: {},
14424
14484
  on: {
14425
14485
  select: (selection) => {
@@ -14463,7 +14523,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
14463
14523
  }, null, 8, ["modelValue"])
14464
14524
  ]),
14465
14525
  _cache[2] || (_cache[2] = createElementVNode("div", { class: "flex-grow-1" }, null, -1)),
14466
- createElementVNode("div", _hoisted_3$1, [
14526
+ createElementVNode("div", _hoisted_3, [
14467
14527
  _ctx.plugin ? (openBlock(), createBlock$1(resolveDynamicComponent((_a = _ctx.plugin) == null ? void 0 : _a.component), mergeProps({ key: 0 }, (_b = _ctx.plugin) == null ? void 0 : _b.bind, toHandlers((_c = _ctx.plugin) == null ? void 0 : _c.on)), null, 16)) : createCommentVNode("", true)
14468
14528
  ])
14469
14529
  ]);
@@ -14680,7 +14740,6 @@ const _hoisted_2$2 = {
14680
14740
  key: 0,
14681
14741
  class: "group-title"
14682
14742
  };
14683
- const _hoisted_3 = ["textContent"];
14684
14743
  const _sfc_main$6 = /* @__PURE__ */ defineComponent({
14685
14744
  __name: "PbSidebarPropertyGroupEditor",
14686
14745
  props: {
@@ -14697,9 +14756,9 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
14697
14756
  return (_ctx, _cache) => {
14698
14757
  return openBlock(), createElementBlock("div", _hoisted_1$6, [
14699
14758
  _ctx.group.showGroupName ? (openBlock(), createElementBlock("div", _hoisted_2$2, [
14700
- createElementVNode("label", {
14701
- textContent: toDisplayString(_ctx.group.caption)
14702
- }, null, 8, _hoisted_3)
14759
+ withDirectives(createElementVNode("label", null, null, 512), [
14760
+ [unref(vT), { key: _ctx.group.caption }]
14761
+ ])
14703
14762
  ])) : createCommentVNode("", true),
14704
14763
  _ctx.partsKey ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
14705
14764
  groupEditor.value ? (openBlock(), createBlock$1(resolveDynamicComponent(groupEditor.value), {
@@ -14849,6 +14908,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
14849
14908
  }), 128))
14850
14909
  ], 6),
14851
14910
  createElementVNode("div", {
14911
+ title: "Add Section",
14852
14912
  class: "pb-add-section-handle bottom",
14853
14913
  onClick: addSection
14854
14914
  }, _cache[0] || (_cache[0] = [
@@ -14920,10 +14980,12 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
14920
14980
  if (!iframeRef.value || !iframeRef.value.contentDocument) return;
14921
14981
  const iframeBody = iframeRef.value.contentDocument.body;
14922
14982
  if (iframeBody) {
14923
- void iframeBody.offsetHeight;
14924
- const newHeight = iframeBody.scrollHeight;
14925
- if (iframeRef.value.style.height !== `${newHeight}px`) {
14926
- iframeRef.value.style.height = `${newHeight}px`;
14983
+ const pageDiv = iframeRef.value.contentDocument.querySelector(".pb-page");
14984
+ if (pageDiv) {
14985
+ const newHeight = pageDiv.scrollHeight;
14986
+ if (iframeRef.value.style.height !== `${newHeight}px`) {
14987
+ iframeRef.value.style.height = `${newHeight}px`;
14988
+ }
14927
14989
  }
14928
14990
  }
14929
14991
  });
@@ -15028,6 +15090,1298 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
15028
15090
  };
15029
15091
  }
15030
15092
  });
15093
+ const enTexts = [
15094
+ {
15095
+ key: "pb.button.undo",
15096
+ text: "Undo"
15097
+ },
15098
+ {
15099
+ key: "pb.button.redo",
15100
+ text: "Redo"
15101
+ },
15102
+ {
15103
+ key: "pb.button.copyAll",
15104
+ text: "Copy All"
15105
+ },
15106
+ {
15107
+ key: "pb.button.copy",
15108
+ text: "Copy"
15109
+ },
15110
+ {
15111
+ key: "pb.button.cut",
15112
+ text: "Cut"
15113
+ },
15114
+ {
15115
+ key: "pb.button.paste",
15116
+ text: "Paste"
15117
+ },
15118
+ {
15119
+ key: "pb.button.delete",
15120
+ text: "Delete"
15121
+ },
15122
+ {
15123
+ key: "pb.button.addSection",
15124
+ text: "Add Section"
15125
+ },
15126
+ {
15127
+ key: "pb.button.addBlock",
15128
+ text: "Add Block"
15129
+ },
15130
+ {
15131
+ key: "pb.button.addWidget",
15132
+ text: "Add Widget"
15133
+ },
15134
+ {
15135
+ key: "pb.menu.addSectionAbove",
15136
+ text: "Add Section Above"
15137
+ },
15138
+ {
15139
+ key: "pb.menu.addSectionBelow",
15140
+ text: "Add Section Below"
15141
+ },
15142
+ {
15143
+ key: "pb.menu.addBlockLeft",
15144
+ text: "Add Block Left"
15145
+ },
15146
+ {
15147
+ key: "pb.menu.addBlockRight",
15148
+ text: "Add Block Right"
15149
+ },
15150
+ {
15151
+ key: "pb.menu.addBlockAbove",
15152
+ text: "Add Block Above"
15153
+ },
15154
+ {
15155
+ key: "pb.menu.addBlockBelow",
15156
+ text: "Add Block Below"
15157
+ },
15158
+ {
15159
+ key: "pb.menu.addWidgetLeft",
15160
+ text: "Add Widget Left"
15161
+ },
15162
+ {
15163
+ key: "pb.menu.addWidgetRight",
15164
+ text: "Add Widget Right"
15165
+ },
15166
+ {
15167
+ key: "pb.menu.addWidgetAbove",
15168
+ text: "Add Widget Above"
15169
+ },
15170
+ {
15171
+ key: "pb.menu.addWidgetBelow",
15172
+ text: "Add Widget Below"
15173
+ },
15174
+ {
15175
+ key: "pb.menu.addWidgetInside",
15176
+ text: "Add Widget Inside"
15177
+ },
15178
+ {
15179
+ key: "pb.menu.deletePart",
15180
+ text: "Delete"
15181
+ },
15182
+ {
15183
+ key: "pb.prop.name",
15184
+ text: "Name"
15185
+ },
15186
+ {
15187
+ key: "pb.prop.id",
15188
+ text: "Tag ID"
15189
+ },
15190
+ {
15191
+ key: "pb.prop.classNames",
15192
+ text: "Class Names"
15193
+ },
15194
+ {
15195
+ key: "pb.prop.inlineStyle",
15196
+ text: "Inline CSS Style"
15197
+ },
15198
+ {
15199
+ key: "pb.prop.style",
15200
+ text: "CSS Style"
15201
+ },
15202
+ {
15203
+ key: "pb.prop.partId",
15204
+ text: "ID"
15205
+ },
15206
+ {
15207
+ key: "pb.prop.size",
15208
+ text: "Size"
15209
+ },
15210
+ {
15211
+ key: "pb.prop.maxSize",
15212
+ text: "Max Size"
15213
+ },
15214
+ {
15215
+ key: "pb.prop.minSize",
15216
+ text: "Min Size"
15217
+ },
15218
+ {
15219
+ key: "pb.prop.margin",
15220
+ text: "Margin"
15221
+ },
15222
+ {
15223
+ key: "pb.prop.padding",
15224
+ text: "Padding"
15225
+ },
15226
+ {
15227
+ key: "pb.prop.background",
15228
+ text: "Background"
15229
+ },
15230
+ {
15231
+ key: "pb.prop.selectImage",
15232
+ text: "Select Image"
15233
+ },
15234
+ {
15235
+ key: "pb.prop.border",
15236
+ text: "Border"
15237
+ },
15238
+ {
15239
+ key: "pb.prop.borderColor",
15240
+ text: "Color"
15241
+ },
15242
+ {
15243
+ key: "pb.prop.borderWidth",
15244
+ text: "Border Width"
15245
+ },
15246
+ {
15247
+ key: "pb.prop.borderRadius",
15248
+ text: "Border Radius"
15249
+ },
15250
+ {
15251
+ key: "pb.prop.position",
15252
+ text: "Position"
15253
+ },
15254
+ {
15255
+ key: "pb.prop.editHtml",
15256
+ text: "Edit HTML"
15257
+ },
15258
+ {
15259
+ key: "pb.prop.selectMedia",
15260
+ text: "Select Media"
15261
+ },
15262
+ {
15263
+ key: "pb.prop.altText",
15264
+ text: "Alt Text"
15265
+ },
15266
+ {
15267
+ key: "pb.prop.link",
15268
+ text: "Link"
15269
+ },
15270
+ {
15271
+ key: "pb.prop.linkTarget",
15272
+ text: "Link Target"
15273
+ },
15274
+ {
15275
+ key: "pb.prop.thumbnail",
15276
+ text: "Thumbnail"
15277
+ },
15278
+ {
15279
+ key: "pb.prop.layout",
15280
+ text: "Layout"
15281
+ },
15282
+ {
15283
+ key: "pb.prop.direction",
15284
+ text: "Direction"
15285
+ },
15286
+ {
15287
+ key: "pb.prop.wrap",
15288
+ text: "Wrap"
15289
+ },
15290
+ {
15291
+ key: "pb.prop.gap",
15292
+ text: "Gap"
15293
+ },
15294
+ {
15295
+ key: "pb.prop.align",
15296
+ text: "Align"
15297
+ },
15298
+ {
15299
+ key: "pb.prop.alignItems",
15300
+ text: "Align Items"
15301
+ },
15302
+ {
15303
+ key: "pb.prop.justifyContent",
15304
+ text: "Justify Content"
15305
+ },
15306
+ {
15307
+ key: "pb.prop.alignSelf",
15308
+ text: "Align Self"
15309
+ },
15310
+ {
15311
+ key: "pb.prop.maxWidth",
15312
+ text: "Max Width"
15313
+ },
15314
+ {
15315
+ key: "pb.prop.text",
15316
+ text: "Text"
15317
+ },
15318
+ {
15319
+ key: "pb.prop.fontSize",
15320
+ text: "Font Size"
15321
+ },
15322
+ {
15323
+ key: "pb.prop.fontWeight",
15324
+ text: "Font Weight"
15325
+ },
15326
+ {
15327
+ key: "pb.prop.textAlign",
15328
+ text: "Text Align"
15329
+ },
15330
+ {
15331
+ key: "pb.prop.fontColor",
15332
+ text: "Font Color"
15333
+ },
15334
+ {
15335
+ key: "pb.prop.image",
15336
+ text: "Image"
15337
+ },
15338
+ {
15339
+ key: "pb.prop.media",
15340
+ text: "Media"
15341
+ },
15342
+ {
15343
+ key: "pb.prop.html",
15344
+ text: "HTML"
15345
+ },
15346
+ {
15347
+ key: "pb.prop.url",
15348
+ text: "URL"
15349
+ },
15350
+ {
15351
+ key: "pb.prop.aspectRatio",
15352
+ text: "Aspect Ratio"
15353
+ },
15354
+ {
15355
+ key: "pb.prop.selectVideo",
15356
+ text: "Select Video"
15357
+ },
15358
+ {
15359
+ key: "pb.button.ok",
15360
+ text: "OK"
15361
+ },
15362
+ {
15363
+ key: "pb.button.cancel",
15364
+ text: "Cancel"
15365
+ },
15366
+ {
15367
+ key: "pb.modal.addWidget.title",
15368
+ text: "Add Widget"
15369
+ },
15370
+ {
15371
+ key: "pb.modal.youtube.title",
15372
+ text: "Youtube Video"
15373
+ },
15374
+ {
15375
+ key: "pb.modal.youtube.url",
15376
+ text: "URL"
15377
+ },
15378
+ {
15379
+ key: "pb.modal.youtube.preview",
15380
+ text: "Preview"
15381
+ },
15382
+ {
15383
+ key: "pb.modal.screenSelect.title",
15384
+ text: "Select Screen"
15385
+ },
15386
+ {
15387
+ key: "pb.modal.screenSelect.message",
15388
+ text: "Which screen do you want to keep?"
15389
+ },
15390
+ {
15391
+ key: "pb.modal.screenSelect.pc",
15392
+ text: "PC"
15393
+ },
15394
+ {
15395
+ key: "pb.modal.screenSelect.mobile",
15396
+ text: "Mobile"
15397
+ },
15398
+ {
15399
+ key: "pb.modal.htmlEditor.title",
15400
+ text: "HTML Editor"
15401
+ },
15402
+ {
15403
+ key: "pb.modal.htmlEditor.preview",
15404
+ text: "Preview"
15405
+ },
15406
+ {
15407
+ key: "pb.modal.htmlEditor.tags",
15408
+ text: "Tags"
15409
+ },
15410
+ {
15411
+ key: "pb.modal.htmlEditor.style",
15412
+ text: "Style"
15413
+ }
15414
+ ];
15415
+ const jaTexts = [
15416
+ {
15417
+ key: "pb.button.undo",
15418
+ text: "元に戻す"
15419
+ },
15420
+ {
15421
+ key: "pb.button.redo",
15422
+ text: "やり直す"
15423
+ },
15424
+ {
15425
+ key: "pb.button.copyAll",
15426
+ text: "すべてコピー"
15427
+ },
15428
+ {
15429
+ key: "pb.button.copy",
15430
+ text: "コピー"
15431
+ },
15432
+ {
15433
+ key: "pb.button.cut",
15434
+ text: "切り取り"
15435
+ },
15436
+ {
15437
+ key: "pb.button.paste",
15438
+ text: "貼り付け"
15439
+ },
15440
+ {
15441
+ key: "pb.button.delete",
15442
+ text: "削除"
15443
+ },
15444
+ {
15445
+ key: "pb.button.addSection",
15446
+ text: "セクションを追加"
15447
+ },
15448
+ {
15449
+ key: "pb.button.addBlock",
15450
+ text: "ブロックを追加"
15451
+ },
15452
+ {
15453
+ key: "pb.button.addWidget",
15454
+ text: "ウィジェットを追加"
15455
+ },
15456
+ {
15457
+ key: "pb.menu.addSectionAbove",
15458
+ text: "上にセクションを追加"
15459
+ },
15460
+ {
15461
+ key: "pb.menu.addSectionBelow",
15462
+ text: "下にセクションを追加"
15463
+ },
15464
+ {
15465
+ key: "pb.menu.addBlockLeft",
15466
+ text: "左にブロックを追加"
15467
+ },
15468
+ {
15469
+ key: "pb.menu.addBlockRight",
15470
+ text: "右にブロックを追加"
15471
+ },
15472
+ {
15473
+ key: "pb.menu.addBlockAbove",
15474
+ text: "上にブロックを追加"
15475
+ },
15476
+ {
15477
+ key: "pb.menu.addBlockBelow",
15478
+ text: "下にブロックを追加"
15479
+ },
15480
+ {
15481
+ key: "pb.menu.addWidgetLeft",
15482
+ text: "左にウィジェットを追加"
15483
+ },
15484
+ {
15485
+ key: "pb.menu.addWidgetRight",
15486
+ text: "右にウィジェットを追加"
15487
+ },
15488
+ {
15489
+ key: "pb.menu.addWidgetAbove",
15490
+ text: "上にウィジェットを追加"
15491
+ },
15492
+ {
15493
+ key: "pb.menu.addWidgetBelow",
15494
+ text: "下にウィジェットを追加"
15495
+ },
15496
+ {
15497
+ key: "pb.menu.addWidgetInside",
15498
+ text: "内側にウィジェットを追加"
15499
+ },
15500
+ {
15501
+ key: "pb.menu.deletePart",
15502
+ text: "削除"
15503
+ },
15504
+ {
15505
+ key: "pb.prop.name",
15506
+ text: "名前"
15507
+ },
15508
+ {
15509
+ key: "pb.prop.id",
15510
+ text: "タグ ID"
15511
+ },
15512
+ {
15513
+ key: "pb.prop.classNames",
15514
+ text: "クラス名"
15515
+ },
15516
+ {
15517
+ key: "pb.prop.inlineStyle",
15518
+ text: "インライン CSS スタイル"
15519
+ },
15520
+ {
15521
+ key: "pb.prop.style",
15522
+ text: "CSS スタイル"
15523
+ },
15524
+ {
15525
+ key: "pb.prop.partId",
15526
+ text: "ID"
15527
+ },
15528
+ {
15529
+ key: "pb.prop.size",
15530
+ text: "サイズ"
15531
+ },
15532
+ {
15533
+ key: "pb.prop.maxSize",
15534
+ text: "最大サイズ"
15535
+ },
15536
+ {
15537
+ key: "pb.prop.minSize",
15538
+ text: "最小サイズ"
15539
+ },
15540
+ {
15541
+ key: "pb.prop.margin",
15542
+ text: "マージン"
15543
+ },
15544
+ {
15545
+ key: "pb.prop.padding",
15546
+ text: "パディング"
15547
+ },
15548
+ {
15549
+ key: "pb.prop.background",
15550
+ text: "背景"
15551
+ },
15552
+ {
15553
+ key: "pb.prop.selectImage",
15554
+ text: "画像を選択"
15555
+ },
15556
+ {
15557
+ key: "pb.prop.border",
15558
+ text: "枠線"
15559
+ },
15560
+ {
15561
+ key: "pb.prop.borderColor",
15562
+ text: "枠線の色"
15563
+ },
15564
+ {
15565
+ key: "pb.prop.borderWidth",
15566
+ text: "枠線の幅"
15567
+ },
15568
+ {
15569
+ key: "pb.prop.borderRadius",
15570
+ text: "枠線の角丸"
15571
+ },
15572
+ {
15573
+ key: "pb.prop.position",
15574
+ text: "位置"
15575
+ },
15576
+ {
15577
+ key: "pb.prop.editHtml",
15578
+ text: "HTML を編集"
15579
+ },
15580
+ {
15581
+ key: "pb.prop.selectMedia",
15582
+ text: "メディアを選択"
15583
+ },
15584
+ {
15585
+ key: "pb.prop.altText",
15586
+ text: "代替テキスト"
15587
+ },
15588
+ {
15589
+ key: "pb.prop.link",
15590
+ text: "リンク"
15591
+ },
15592
+ {
15593
+ key: "pb.prop.linkTarget",
15594
+ text: "リンクターゲット"
15595
+ },
15596
+ {
15597
+ key: "pb.prop.thumbnail",
15598
+ text: "サムネイル"
15599
+ },
15600
+ {
15601
+ key: "pb.prop.layout",
15602
+ text: "レイアウト"
15603
+ },
15604
+ {
15605
+ key: "pb.prop.direction",
15606
+ text: "方向"
15607
+ },
15608
+ {
15609
+ key: "pb.prop.wrap",
15610
+ text: "折り返し"
15611
+ },
15612
+ {
15613
+ key: "pb.prop.gap",
15614
+ text: "ギャップ"
15615
+ },
15616
+ {
15617
+ key: "pb.prop.align",
15618
+ text: "配置"
15619
+ },
15620
+ {
15621
+ key: "pb.prop.alignItems",
15622
+ text: "アイテムの配置"
15623
+ },
15624
+ {
15625
+ key: "pb.prop.justifyContent",
15626
+ text: "コンテンツの配置"
15627
+ },
15628
+ {
15629
+ key: "pb.prop.alignSelf",
15630
+ text: "セルフ配置"
15631
+ },
15632
+ {
15633
+ key: "pb.prop.maxWidth",
15634
+ text: "最大幅"
15635
+ },
15636
+ {
15637
+ key: "pb.prop.text",
15638
+ text: "テキスト"
15639
+ },
15640
+ {
15641
+ key: "pb.prop.fontSize",
15642
+ text: "フォントサイズ"
15643
+ },
15644
+ {
15645
+ key: "pb.prop.fontWeight",
15646
+ text: "フォントの太さ"
15647
+ },
15648
+ {
15649
+ key: "pb.prop.textAlign",
15650
+ text: "テキストの配置"
15651
+ },
15652
+ {
15653
+ key: "pb.prop.fontColor",
15654
+ text: "フォントの色"
15655
+ },
15656
+ {
15657
+ key: "pb.prop.image",
15658
+ text: "画像"
15659
+ },
15660
+ {
15661
+ key: "pb.prop.media",
15662
+ text: "メディア"
15663
+ },
15664
+ {
15665
+ key: "pb.prop.html",
15666
+ text: "HTML"
15667
+ },
15668
+ {
15669
+ key: "pb.prop.url",
15670
+ text: "URL"
15671
+ },
15672
+ {
15673
+ key: "pb.prop.aspectRatio",
15674
+ text: "アスペクト比"
15675
+ },
15676
+ {
15677
+ key: "pb.prop.selectVideo",
15678
+ text: "ビデオを選択"
15679
+ },
15680
+ {
15681
+ key: "pb.button.ok",
15682
+ text: "OK"
15683
+ },
15684
+ {
15685
+ key: "pb.button.cancel",
15686
+ text: "キャンセル"
15687
+ },
15688
+ {
15689
+ key: "pb.modal.addWidget.title",
15690
+ text: "ウィジェットを追加"
15691
+ },
15692
+ {
15693
+ key: "pb.modal.youtube.title",
15694
+ text: "YouTube ビデオ"
15695
+ },
15696
+ {
15697
+ key: "pb.modal.youtube.url",
15698
+ text: "URL"
15699
+ },
15700
+ {
15701
+ key: "pb.modal.youtube.preview",
15702
+ text: "プレビュー"
15703
+ },
15704
+ {
15705
+ key: "pb.modal.screenSelect.title",
15706
+ text: "スクリーンを選択"
15707
+ },
15708
+ {
15709
+ key: "pb.modal.screenSelect.message",
15710
+ text: "どのスクリーンを残しますか?"
15711
+ },
15712
+ {
15713
+ key: "pb.modal.screenSelect.pc",
15714
+ text: "PC"
15715
+ },
15716
+ {
15717
+ key: "pb.modal.screenSelect.mobile",
15718
+ text: "モバイル"
15719
+ },
15720
+ {
15721
+ key: "pb.modal.htmlEditor.title",
15722
+ text: "HTML エディター"
15723
+ },
15724
+ {
15725
+ key: "pb.modal.htmlEditor.preview",
15726
+ text: "プレビュー"
15727
+ },
15728
+ {
15729
+ key: "pb.modal.htmlEditor.tags",
15730
+ text: "タグ"
15731
+ },
15732
+ {
15733
+ key: "pb.modal.htmlEditor.style",
15734
+ text: "スタイル"
15735
+ }
15736
+ ];
15737
+ const koTexts = [
15738
+ {
15739
+ key: "pb.button.undo",
15740
+ text: "실행 취소"
15741
+ },
15742
+ {
15743
+ key: "pb.button.redo",
15744
+ text: "다시 실행"
15745
+ },
15746
+ {
15747
+ key: "pb.button.copyAll",
15748
+ text: "모두 복사"
15749
+ },
15750
+ {
15751
+ key: "pb.button.copy",
15752
+ text: "복사"
15753
+ },
15754
+ {
15755
+ key: "pb.button.cut",
15756
+ text: "자르기"
15757
+ },
15758
+ {
15759
+ key: "pb.button.paste",
15760
+ text: "붙여넣기"
15761
+ },
15762
+ {
15763
+ key: "pb.button.delete",
15764
+ text: "삭제"
15765
+ },
15766
+ {
15767
+ key: "pb.button.addSection",
15768
+ text: "섹션 추가"
15769
+ },
15770
+ {
15771
+ key: "pb.button.addBlock",
15772
+ text: "블록 추가"
15773
+ },
15774
+ {
15775
+ key: "pb.button.addWidget",
15776
+ text: "위젯 추가"
15777
+ },
15778
+ {
15779
+ key: "pb.menu.addSectionAbove",
15780
+ text: "위에 섹션 추가"
15781
+ },
15782
+ {
15783
+ key: "pb.menu.addSectionBelow",
15784
+ text: "아래에 섹션 추가"
15785
+ },
15786
+ {
15787
+ key: "pb.menu.addBlockLeft",
15788
+ text: "왼쪽에 블록 추가"
15789
+ },
15790
+ {
15791
+ key: "pb.menu.addBlockRight",
15792
+ text: "오른쪽에 블록 추가"
15793
+ },
15794
+ {
15795
+ key: "pb.menu.addBlockAbove",
15796
+ text: "위에 블록 추가"
15797
+ },
15798
+ {
15799
+ key: "pb.menu.addBlockBelow",
15800
+ text: "아래에 블록 추가"
15801
+ },
15802
+ {
15803
+ key: "pb.menu.addWidgetLeft",
15804
+ text: "왼쪽에 위젯 추가"
15805
+ },
15806
+ {
15807
+ key: "pb.menu.addWidgetRight",
15808
+ text: "오른쪽에 위젯 추가"
15809
+ },
15810
+ {
15811
+ key: "pb.menu.addWidgetAbove",
15812
+ text: "위에 위젯 추가"
15813
+ },
15814
+ {
15815
+ key: "pb.menu.addWidgetBelow",
15816
+ text: "아래에 위젯 추가"
15817
+ },
15818
+ {
15819
+ key: "pb.menu.addWidgetInside",
15820
+ text: "안쪽에 위젯 추가"
15821
+ },
15822
+ {
15823
+ key: "pb.menu.deletePart",
15824
+ text: "삭제"
15825
+ },
15826
+ {
15827
+ key: "pb.prop.name",
15828
+ text: "이름"
15829
+ },
15830
+ {
15831
+ key: "pb.prop.id",
15832
+ text: "태그 ID"
15833
+ },
15834
+ {
15835
+ key: "pb.prop.classNames",
15836
+ text: "CSS 클래스"
15837
+ },
15838
+ {
15839
+ key: "pb.prop.inlineStyle",
15840
+ text: "인라인 CSS 스타일"
15841
+ },
15842
+ {
15843
+ key: "pb.prop.style",
15844
+ text: "CSS 스타일"
15845
+ },
15846
+ {
15847
+ key: "pb.prop.partId",
15848
+ text: "ID"
15849
+ },
15850
+ {
15851
+ key: "pb.prop.size",
15852
+ text: "크기"
15853
+ },
15854
+ {
15855
+ key: "pb.prop.maxSize",
15856
+ text: "최대 크기"
15857
+ },
15858
+ {
15859
+ key: "pb.prop.minSize",
15860
+ text: "최소 크기"
15861
+ },
15862
+ {
15863
+ key: "pb.prop.margin",
15864
+ text: "바깥쪽 여백"
15865
+ },
15866
+ {
15867
+ key: "pb.prop.padding",
15868
+ text: "안쪽 여백"
15869
+ },
15870
+ {
15871
+ key: "pb.prop.background",
15872
+ text: "배경"
15873
+ },
15874
+ {
15875
+ key: "pb.prop.selectImage",
15876
+ text: "이미지 선택"
15877
+ },
15878
+ {
15879
+ key: "pb.prop.border",
15880
+ text: "테두리"
15881
+ },
15882
+ {
15883
+ key: "pb.prop.borderColor",
15884
+ text: "색상"
15885
+ },
15886
+ {
15887
+ key: "pb.prop.borderWidth",
15888
+ text: "굵기"
15889
+ },
15890
+ {
15891
+ key: "pb.prop.borderRadius",
15892
+ text: "모서리 둥글기"
15893
+ },
15894
+ {
15895
+ key: "pb.prop.position",
15896
+ text: "위치"
15897
+ },
15898
+ {
15899
+ key: "pb.prop.editHtml",
15900
+ text: "HTML 편집"
15901
+ },
15902
+ {
15903
+ key: "pb.prop.selectMedia",
15904
+ text: "미디어 선택"
15905
+ },
15906
+ {
15907
+ key: "pb.prop.altText",
15908
+ text: "대체 텍스트"
15909
+ },
15910
+ {
15911
+ key: "pb.prop.link",
15912
+ text: "링크"
15913
+ },
15914
+ {
15915
+ key: "pb.prop.linkTarget",
15916
+ text: "링크 타겟"
15917
+ },
15918
+ {
15919
+ key: "pb.prop.thumbnail",
15920
+ text: "썸네일"
15921
+ },
15922
+ {
15923
+ key: "pb.prop.layout",
15924
+ text: "레이아웃"
15925
+ },
15926
+ {
15927
+ key: "pb.prop.direction",
15928
+ text: "방향"
15929
+ },
15930
+ {
15931
+ key: "pb.prop.wrap",
15932
+ text: "Wrap"
15933
+ },
15934
+ {
15935
+ key: "pb.prop.gap",
15936
+ text: "갭"
15937
+ },
15938
+ {
15939
+ key: "pb.prop.align",
15940
+ text: "정렬"
15941
+ },
15942
+ {
15943
+ key: "pb.prop.alignItems",
15944
+ text: "Align Items"
15945
+ },
15946
+ {
15947
+ key: "pb.prop.justifyContent",
15948
+ text: "Justify Content"
15949
+ },
15950
+ {
15951
+ key: "pb.prop.alignSelf",
15952
+ text: "Align Self"
15953
+ },
15954
+ {
15955
+ key: "pb.prop.maxWidth",
15956
+ text: "최대 너비"
15957
+ },
15958
+ {
15959
+ key: "pb.prop.text",
15960
+ text: "텍스트"
15961
+ },
15962
+ {
15963
+ key: "pb.prop.fontSize",
15964
+ text: "폰트 크기"
15965
+ },
15966
+ {
15967
+ key: "pb.prop.fontWeight",
15968
+ text: "폰트 굵기"
15969
+ },
15970
+ {
15971
+ key: "pb.prop.textAlign",
15972
+ text: "텍스트 정렬"
15973
+ },
15974
+ {
15975
+ key: "pb.prop.fontColor",
15976
+ text: "텍스트 색상"
15977
+ },
15978
+ {
15979
+ key: "pb.prop.image",
15980
+ text: "이미지"
15981
+ },
15982
+ {
15983
+ key: "pb.prop.media",
15984
+ text: "Media"
15985
+ },
15986
+ {
15987
+ key: "pb.prop.html",
15988
+ text: "HTML"
15989
+ },
15990
+ {
15991
+ key: "pb.prop.url",
15992
+ text: "URL"
15993
+ },
15994
+ {
15995
+ key: "pb.prop.aspectRatio",
15996
+ text: "가로/세로 비율"
15997
+ },
15998
+ {
15999
+ key: "pb.prop.selectVideo",
16000
+ text: "비디오 선택"
16001
+ },
16002
+ {
16003
+ key: "pb.button.ok",
16004
+ text: "확인"
16005
+ },
16006
+ {
16007
+ key: "pb.button.cancel",
16008
+ text: "취소"
16009
+ },
16010
+ {
16011
+ key: "pb.modal.addWidget.title",
16012
+ text: "위젯 추가"
16013
+ },
16014
+ {
16015
+ key: "pb.modal.youtube.title",
16016
+ text: "유튜브 비디오"
16017
+ },
16018
+ {
16019
+ key: "pb.modal.youtube.url",
16020
+ text: "URL"
16021
+ },
16022
+ {
16023
+ key: "pb.modal.youtube.preview",
16024
+ text: "미리보기"
16025
+ },
16026
+ {
16027
+ key: "pb.modal.screenSelect.title",
16028
+ text: "화면 선택"
16029
+ },
16030
+ {
16031
+ key: "pb.modal.screenSelect.message",
16032
+ text: "어떤 화면을 남기겠어요?"
16033
+ },
16034
+ {
16035
+ key: "pb.modal.screenSelect.pc",
16036
+ text: "PC"
16037
+ },
16038
+ {
16039
+ key: "pb.modal.screenSelect.mobile",
16040
+ text: "모바일"
16041
+ },
16042
+ {
16043
+ key: "pb.modal.htmlEditor.title",
16044
+ text: "HTML 편집"
16045
+ },
16046
+ {
16047
+ key: "pb.modal.htmlEditor.preview",
16048
+ text: "미리보기"
16049
+ },
16050
+ {
16051
+ key: "pb.modal.htmlEditor.tags",
16052
+ text: "태그"
16053
+ },
16054
+ {
16055
+ key: "pb.modal.htmlEditor.style",
16056
+ text: "스타일"
16057
+ }
16058
+ ];
16059
+ const zhTexts = [
16060
+ {
16061
+ key: "pb.button.undo",
16062
+ text: "撤消"
16063
+ },
16064
+ {
16065
+ key: "pb.button.redo",
16066
+ text: "重做"
16067
+ },
16068
+ {
16069
+ key: "pb.button.copyAll",
16070
+ text: "全部复制"
16071
+ },
16072
+ {
16073
+ key: "pb.button.copy",
16074
+ text: "复制"
16075
+ },
16076
+ {
16077
+ key: "pb.button.cut",
16078
+ text: "剪切"
16079
+ },
16080
+ {
16081
+ key: "pb.button.paste",
16082
+ text: "粘贴"
16083
+ },
16084
+ {
16085
+ key: "pb.button.delete",
16086
+ text: "删除"
16087
+ },
16088
+ {
16089
+ key: "pb.button.addSection",
16090
+ text: "添加部分"
16091
+ },
16092
+ {
16093
+ key: "pb.button.addBlock",
16094
+ text: "添加区块"
16095
+ },
16096
+ {
16097
+ key: "pb.button.addWidget",
16098
+ text: "添加小部件"
16099
+ },
16100
+ {
16101
+ key: "pb.menu.addSectionAbove",
16102
+ text: "在上方添加部分"
16103
+ },
16104
+ {
16105
+ key: "pb.menu.addSectionBelow",
16106
+ text: "在下方添加部分"
16107
+ },
16108
+ {
16109
+ key: "pb.menu.addBlockLeft",
16110
+ text: "在左侧添加区块"
16111
+ },
16112
+ {
16113
+ key: "pb.menu.addBlockRight",
16114
+ text: "在右侧添加区块"
16115
+ },
16116
+ {
16117
+ key: "pb.menu.addBlockAbove",
16118
+ text: "在上方添加区块"
16119
+ },
16120
+ {
16121
+ key: "pb.menu.addBlockBelow",
16122
+ text: "在下方添加区块"
16123
+ },
16124
+ {
16125
+ key: "pb.menu.addWidgetLeft",
16126
+ text: "在左侧添加小部件"
16127
+ },
16128
+ {
16129
+ key: "pb.menu.addWidgetRight",
16130
+ text: "在右侧添加小部件"
16131
+ },
16132
+ {
16133
+ key: "pb.menu.addWidgetAbove",
16134
+ text: "在上方添加小部件"
16135
+ },
16136
+ {
16137
+ key: "pb.menu.addWidgetBelow",
16138
+ text: "在下方添加小部件"
16139
+ },
16140
+ {
16141
+ key: "pb.menu.addWidgetInside",
16142
+ text: "在内部添加小部件"
16143
+ },
16144
+ {
16145
+ key: "pb.menu.deletePart",
16146
+ text: "删除"
16147
+ },
16148
+ {
16149
+ key: "pb.prop.name",
16150
+ text: "名称"
16151
+ },
16152
+ {
16153
+ key: "pb.prop.id",
16154
+ text: "标签 ID"
16155
+ },
16156
+ {
16157
+ key: "pb.prop.classNames",
16158
+ text: "类名"
16159
+ },
16160
+ {
16161
+ key: "pb.prop.inlineStyle",
16162
+ text: "内联 CSS 样式"
16163
+ },
16164
+ {
16165
+ key: "pb.prop.style",
16166
+ text: "CSS 样式"
16167
+ },
16168
+ {
16169
+ key: "pb.prop.partId",
16170
+ text: "ID"
16171
+ },
16172
+ {
16173
+ key: "pb.prop.size",
16174
+ text: "大小"
16175
+ },
16176
+ {
16177
+ key: "pb.prop.maxSize",
16178
+ text: "最大尺寸"
16179
+ },
16180
+ {
16181
+ key: "pb.prop.minSize",
16182
+ text: "最小尺寸"
16183
+ },
16184
+ {
16185
+ key: "pb.prop.margin",
16186
+ text: "外边距"
16187
+ },
16188
+ {
16189
+ key: "pb.prop.padding",
16190
+ text: "内边距"
16191
+ },
16192
+ {
16193
+ key: "pb.prop.background",
16194
+ text: "背景"
16195
+ },
16196
+ {
16197
+ key: "pb.prop.selectImage",
16198
+ text: "选择图片"
16199
+ },
16200
+ {
16201
+ key: "pb.prop.border",
16202
+ text: "边框"
16203
+ },
16204
+ {
16205
+ key: "pb.prop.borderColor",
16206
+ text: "边框颜色"
16207
+ },
16208
+ {
16209
+ key: "pb.prop.borderWidth",
16210
+ text: "边框宽度"
16211
+ },
16212
+ {
16213
+ key: "pb.prop.borderRadius",
16214
+ text: "边框圆角"
16215
+ },
16216
+ {
16217
+ key: "pb.prop.position",
16218
+ text: "位置"
16219
+ },
16220
+ {
16221
+ key: "pb.prop.editHtml",
16222
+ text: "编辑 HTML"
16223
+ },
16224
+ {
16225
+ key: "pb.prop.selectMedia",
16226
+ text: "选择媒体"
16227
+ },
16228
+ {
16229
+ key: "pb.prop.altText",
16230
+ text: "替代文本"
16231
+ },
16232
+ {
16233
+ key: "pb.prop.link",
16234
+ text: "链接"
16235
+ },
16236
+ {
16237
+ key: "pb.prop.linkTarget",
16238
+ text: "链接目标"
16239
+ },
16240
+ {
16241
+ key: "pb.prop.thumbnail",
16242
+ text: "缩略图"
16243
+ },
16244
+ {
16245
+ key: "pb.prop.layout",
16246
+ text: "布局"
16247
+ },
16248
+ {
16249
+ key: "pb.prop.direction",
16250
+ text: "方向"
16251
+ },
16252
+ {
16253
+ key: "pb.prop.wrap",
16254
+ text: "换行"
16255
+ },
16256
+ {
16257
+ key: "pb.prop.gap",
16258
+ text: "间隙"
16259
+ },
16260
+ {
16261
+ key: "pb.prop.align",
16262
+ text: "对齐"
16263
+ },
16264
+ {
16265
+ key: "pb.prop.alignItems",
16266
+ text: "对齐项目"
16267
+ },
16268
+ {
16269
+ key: "pb.prop.justifyContent",
16270
+ text: "内容对齐"
16271
+ },
16272
+ {
16273
+ key: "pb.prop.alignSelf",
16274
+ text: "自对齐"
16275
+ },
16276
+ {
16277
+ key: "pb.prop.maxWidth",
16278
+ text: "最大宽度"
16279
+ },
16280
+ {
16281
+ key: "pb.prop.text",
16282
+ text: "文本"
16283
+ },
16284
+ {
16285
+ key: "pb.prop.fontSize",
16286
+ text: "字体大小"
16287
+ },
16288
+ {
16289
+ key: "pb.prop.fontWeight",
16290
+ text: "字体粗细"
16291
+ },
16292
+ {
16293
+ key: "pb.prop.textAlign",
16294
+ text: "文本对齐"
16295
+ },
16296
+ {
16297
+ key: "pb.prop.fontColor",
16298
+ text: "字体颜色"
16299
+ },
16300
+ {
16301
+ key: "pb.prop.image",
16302
+ text: "图片"
16303
+ },
16304
+ {
16305
+ key: "pb.prop.media",
16306
+ text: "媒体"
16307
+ },
16308
+ {
16309
+ key: "pb.prop.html",
16310
+ text: "HTML"
16311
+ },
16312
+ {
16313
+ key: "pb.prop.url",
16314
+ text: "URL"
16315
+ },
16316
+ {
16317
+ key: "pb.prop.aspectRatio",
16318
+ text: "纵横比"
16319
+ },
16320
+ {
16321
+ key: "pb.prop.selectVideo",
16322
+ text: "选择视频"
16323
+ },
16324
+ {
16325
+ key: "pb.button.ok",
16326
+ text: "确认"
16327
+ },
16328
+ {
16329
+ key: "pb.button.cancel",
16330
+ text: "取消"
16331
+ },
16332
+ {
16333
+ key: "pb.modal.addWidget.title",
16334
+ text: "添加小部件"
16335
+ },
16336
+ {
16337
+ key: "pb.modal.youtube.title",
16338
+ text: "YouTube 视频"
16339
+ },
16340
+ {
16341
+ key: "pb.modal.youtube.url",
16342
+ text: "URL"
16343
+ },
16344
+ {
16345
+ key: "pb.modal.youtube.preview",
16346
+ text: "预览"
16347
+ },
16348
+ {
16349
+ key: "pb.modal.screenSelect.title",
16350
+ text: "选择屏幕"
16351
+ },
16352
+ {
16353
+ key: "pb.modal.screenSelect.message",
16354
+ text: "您想保留哪个屏幕?"
16355
+ },
16356
+ {
16357
+ key: "pb.modal.screenSelect.pc",
16358
+ text: "电脑端"
16359
+ },
16360
+ {
16361
+ key: "pb.modal.screenSelect.mobile",
16362
+ text: "移动端"
16363
+ },
16364
+ {
16365
+ key: "pb.modal.htmlEditor.title",
16366
+ text: "HTML 编辑器"
16367
+ },
16368
+ {
16369
+ key: "pb.modal.htmlEditor.preview",
16370
+ text: "预览"
16371
+ },
16372
+ {
16373
+ key: "pb.modal.htmlEditor.tags",
16374
+ text: "标签"
16375
+ },
16376
+ {
16377
+ key: "pb.modal.htmlEditor.style",
16378
+ text: "样式"
16379
+ }
16380
+ ];
16381
+ i18n.addTexts("en", enTexts);
16382
+ i18n.addTexts("ja", jaTexts);
16383
+ i18n.addTexts("ko", koTexts);
16384
+ i18n.addTexts("zh", zhTexts);
15031
16385
  const _hoisted_1 = { class: "pb-editor bs-layout-vertical flex-grow-1" };
15032
16386
  const _hoisted_2 = { class: "pb-editor-body bs-layout-horizontal flex-grow-1" };
15033
16387
  const _sfc_main = /* @__PURE__ */ defineComponent({