liyu-pc-base 1.0.129 → 1.0.133

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.
@@ -10937,7 +10937,7 @@ const Rre = {
10937
10937
  // },
10938
10938
  },
10939
10939
  lineWrapping: e.lineWrapping
10940
- }), n.setOption("mode", e.mode), n.setOption("theme", "material-darker"), n.setValue(e.editorValue), n.on("change", (s) => {
10940
+ }), n.setOption("mode", e.mode), n.setOption("theme", "material-darker"), n.setValue(e.editorValue || ""), n.on("change", (s) => {
10941
10941
  if (e.mode === "htmlmixed" || e.mode === "css" || e.mode === "xml") {
10942
10942
  const { line: c, ch: d } = s.getCursor(), p = s.getLine(c), f = Bre(p, d);
10943
10943
  a = f[0], l = f[1];
@@ -11011,7 +11011,7 @@ const Rre = {
11011
11011
  ), Se(
11012
11012
  () => e.editorValue,
11013
11013
  async (i) => {
11014
- n && i !== n.getValue() && n.setValue(i);
11014
+ n && i !== n.getValue() && n.setValue(i || "");
11015
11015
  }
11016
11016
  ), {
11017
11017
  code_edit_id: r,
@@ -11625,6 +11625,10 @@ const Wre = /* @__PURE__ */ dt(Lre, [["render", Kre], ["__scopeId", "data-v-eaee
11625
11625
  listLength: {
11626
11626
  type: Number,
11627
11627
  default: 0
11628
+ },
11629
+ context: {
11630
+ type: Object,
11631
+ default: null
11628
11632
  }
11629
11633
  },
11630
11634
  emits: ["update:value", "remove"],
@@ -11692,8 +11696,9 @@ function Zre(e, t, n, r, o, i) {
11692
11696
  "inner-model": e.innerModel,
11693
11697
  "global-inner-model": e.globalInnerModel,
11694
11698
  modalTypeList: e.modalTypeList,
11699
+ context: e.context,
11695
11700
  modalType: e.modalType
11696
- }, null, 40, ["form", "model", "options", "validateInfos", "onUpdate_model", "alwaysShowGroup", "is_form_design", "inner-model", "global-inner-model", "modalTypeList", "modalType"]))
11701
+ }, null, 40, ["form", "model", "options", "validateInfos", "onUpdate_model", "alwaysShowGroup", "is_form_design", "inner-model", "global-inner-model", "modalTypeList", "context", "modalType"]))
11697
11702
  ]),
11698
11703
  e.field.max_count !== e.min_count ? (F(), ie("div", Jre, [
11699
11704
  Q(l, {
@@ -11711,7 +11716,7 @@ function Zre(e, t, n, r, o, i) {
11711
11716
  ])) : G("", !0)
11712
11717
  ]);
11713
11718
  }
11714
- const Qre = /* @__PURE__ */ dt(Gre, [["render", Zre], ["__scopeId", "data-v-160ae7bd"]]), eoe = Me({
11719
+ const Qre = /* @__PURE__ */ dt(Gre, [["render", Zre], ["__scopeId", "data-v-1412b549"]]), eoe = Me({
11715
11720
  name: "FormTemplate",
11716
11721
  components: {
11717
11722
  FormItem: Qre
@@ -11767,6 +11772,10 @@ const Qre = /* @__PURE__ */ dt(Gre, [["render", Zre], ["__scopeId", "data-v-160a
11767
11772
  nestValidate: {
11768
11773
  type: Object,
11769
11774
  default: null
11775
+ },
11776
+ context: {
11777
+ type: Object,
11778
+ default: null
11770
11779
  }
11771
11780
  },
11772
11781
  emits: ["update:value"],
@@ -11881,12 +11890,13 @@ function noe(e, t, n, r, o, i) {
11881
11890
  nestValidate: e.nestValidate,
11882
11891
  min_count: e.min_count,
11883
11892
  listLength: e.value.length,
11893
+ context: e.context,
11884
11894
  onRemove: (d) => e.removeFormItem(s)
11885
- }, null, 8, ["form", "field", "value", "onUpdate:value", "options", "alwaysShowGroup", "is_form_design", "inner-model", "global-inner-model", "modalTypeList", "modalType", "nestValidate", "min_count", "listLength", "onRemove"]);
11895
+ }, null, 8, ["form", "field", "value", "onUpdate:value", "options", "alwaysShowGroup", "is_form_design", "inner-model", "global-inner-model", "modalTypeList", "modalType", "nestValidate", "min_count", "listLength", "context", "onRemove"]);
11886
11896
  }), 256))
11887
11897
  ], 64);
11888
11898
  }
11889
- const roe = /* @__PURE__ */ dt(eoe, [["render", noe], ["__scopeId", "data-v-e9e47c4d"]]), ooe = Me({
11899
+ const roe = /* @__PURE__ */ dt(eoe, [["render", noe], ["__scopeId", "data-v-acc56238"]]), ooe = Me({
11890
11900
  name: "DynamicValueField",
11891
11901
  components: { debugCode: R3 },
11892
11902
  props: {
@@ -39419,10 +39429,11 @@ function D9e(e, t, n, r, o, i) {
39419
39429
  watch: e.field.watch,
39420
39430
  is_form_design: e.is_form_design,
39421
39431
  alwaysShowGroup: e.alwaysShowGroup,
39432
+ context: e.context,
39422
39433
  "inner-model": e.innerModel,
39423
39434
  "global-inner-model": e.globalInnerModel,
39424
39435
  nestValidate: e.nestValidate
39425
- }, null, 8, ["value", "columns", "formModel", "field", "field_status", "get-data", "init_model", "modalType", "modalTypeList", "search_config", "watch", "is_form_design", "alwaysShowGroup", "inner-model", "global-inner-model", "nestValidate"])) : G("", !0),
39436
+ }, null, 8, ["value", "columns", "formModel", "field", "field_status", "get-data", "init_model", "modalType", "modalTypeList", "search_config", "watch", "is_form_design", "alwaysShowGroup", "context", "inner-model", "global-inner-model", "nestValidate"])) : G("", !0),
39426
39437
  e.field.type === "dynamicvaluefield" ? (F(), q(De, {
39427
39438
  key: 41,
39428
39439
  value: e.model,
@@ -39577,7 +39588,7 @@ function D9e(e, t, n, r, o, i) {
39577
39588
  }, null, 8, ["value", "formModel", "field", "modalType", "watch", "is_form_design", "context"])) : G("", !0)
39578
39589
  ], 64);
39579
39590
  }
39580
- const OW = /* @__PURE__ */ dt(d9e, [["render", D9e], ["__scopeId", "data-v-1669c41d"]]), A9e = {
39591
+ const OW = /* @__PURE__ */ dt(d9e, [["render", D9e], ["__scopeId", "data-v-127abf84"]]), A9e = {
39581
39592
  name: "SearchRender",
39582
39593
  components: { FieldRender2: OW, LeftOutlined: TW, RightOutlined: FW, CloseOutlined: PW },
39583
39594
  emits: ["search", "resize", "delSearch", "showGeneralFilter"],