liyu-pc-base 1.0.46 → 1.0.50

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.
@@ -37440,6 +37440,10 @@ const F9e = {
37440
37440
  required: !0,
37441
37441
  default: "javascript"
37442
37442
  },
37443
+ lineWrapping: {
37444
+ type: Boolean,
37445
+ default: !0
37446
+ },
37443
37447
  options: {
37444
37448
  type: Object,
37445
37449
  default: () => ({
@@ -37469,7 +37473,8 @@ const F9e = {
37469
37473
  // users: ['name', 'score', 'birthDate'],
37470
37474
  // countries: ['name', 'population', 'size'],
37471
37475
  // },
37472
- }
37476
+ },
37477
+ lineWrapping: e.lineWrapping
37473
37478
  }), n.setOption("mode", e.mode), n.setOption("theme", "material-darker"), n.setValue(e.editorValue), n.on("change", (s) => {
37474
37479
  if (e.mode === "htmlmixed" || e.mode === "css") {
37475
37480
  const { line: c, ch: d } = s.getCursor(), p = s.getLine(c), f = k9e(p, d);
@@ -37550,7 +37555,10 @@ const F9e = {
37550
37555
  };
37551
37556
  const P9e = ["id"];
37552
37557
  function B9e(e, t, n, r, o, i) {
37553
- return B(), ie("textarea", { id: r.code_edit_id }, null, 8, P9e);
37558
+ return B(), ie("textarea", {
37559
+ style: { display: "none" },
37560
+ id: r.code_edit_id
37561
+ }, null, 8, P9e);
37554
37562
  }
37555
37563
  const x9e = /* @__PURE__ */ Bt(F9e, [["render", B9e]]), KI = () => lN().VUE_APP_PUBLIC_PATH + "tinymce";
37556
37564
  function M9e(e) {
@@ -38674,8 +38682,9 @@ function eTe(e, t, n, r, o, i) {
38674
38682
  editorValue: e.model,
38675
38683
  "onUpdate:editorValue": t[51] || (t[51] = (q) => e.model = q),
38676
38684
  options: e.field.options,
38677
- mode: e.field.mode
38678
- }, null, 8, ["editorValue", "options", "mode"])) : G("", !0),
38685
+ mode: e.field.mode,
38686
+ lineWrapping: e.field.lineWrapping
38687
+ }, null, 8, ["editorValue", "options", "mode", "lineWrapping"])) : G("", !0),
38679
38688
  e.field.type === "tinymceeditor" ? (B(), J(Me, {
38680
38689
  key: 43,
38681
38690
  modelValue: e.model,
@@ -38770,7 +38779,7 @@ function eTe(e, t, n, r, o, i) {
38770
38779
  }, 8, ["orientation"])) : G("", !0)
38771
38780
  ], 64);
38772
38781
  }
38773
- const tTe = /* @__PURE__ */ Bt(L9e, [["render", eTe], ["__scopeId", "data-v-2f927ef0"]]), nTe = {
38782
+ const tTe = /* @__PURE__ */ Bt(L9e, [["render", eTe], ["__scopeId", "data-v-2852b5a1"]]), nTe = {
38774
38783
  name: "SearchRender",
38775
38784
  components: { FieldRender2: tTe, LeftOutlined: OW, RightOutlined: EW, CloseOutlined: _W },
38776
38785
  emits: ["search", "resize", "delSearch", "showGeneralFilter"],