liyu-pc-base 1.0.48 → 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);
@@ -38677,8 +38682,9 @@ function eTe(e, t, n, r, o, i) {
38677
38682
  editorValue: e.model,
38678
38683
  "onUpdate:editorValue": t[51] || (t[51] = (q) => e.model = q),
38679
38684
  options: e.field.options,
38680
- mode: e.field.mode
38681
- }, 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),
38682
38688
  e.field.type === "tinymceeditor" ? (B(), J(Me, {
38683
38689
  key: 43,
38684
38690
  modelValue: e.model,
@@ -38773,7 +38779,7 @@ function eTe(e, t, n, r, o, i) {
38773
38779
  }, 8, ["orientation"])) : G("", !0)
38774
38780
  ], 64);
38775
38781
  }
38776
- 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 = {
38777
38783
  name: "SearchRender",
38778
38784
  components: { FieldRender2: tTe, LeftOutlined: OW, RightOutlined: EW, CloseOutlined: _W },
38779
38785
  emits: ["search", "resize", "delSearch", "showGeneralFilter"],