slw 0.6.7 → 0.6.9

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.
package/lib/index.js CHANGED
@@ -38859,7 +38859,7 @@ var js = js$1.exports;
38859
38859
  })(Q);
38860
38860
  })(js$1);
38861
38861
  var jsExports = js$1.exports;
38862
- const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_vue_vue_type_style_index_0_scoped_859624e9_lang = "", _withScopeId$2 = (Q) => (pushScopeId("data-v-859624e9"), Q = Q(), popScopeId(), Q), _hoisted_1$kV = { class: "slw-window-form" }, _hoisted_2$kR = {
38862
+ const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_vue_vue_type_style_index_0_scoped_37bbbe95_lang = "", _withScopeId$2 = (Q) => (pushScopeId("data-v-37bbbe95"), Q = Q(), popScopeId(), Q), _hoisted_1$kV = { class: "slw-window-form" }, _hoisted_2$kR = {
38863
38863
  key: 0,
38864
38864
  style: { "text-align": "left", "font-size": "18px", "line-height": "30px", "font-weight": "bold", padding: "5px 30px 0 15px" }
38865
38865
  }, _hoisted_3$hS = ["onClick"], _sfc_main$5 = {
@@ -39133,9 +39133,9 @@ const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
39133
39133
  G.id,
39134
39134
  G.selectorId
39135
39135
  ), G.itemRender.options.length > 0 ? formData.value[Q.toUpperCase()] = G.itemRender.options[0].VALUE : formData.value[Q.toUpperCase()] = H) : formData.value[Q.toUpperCase()] = H;
39136
- }, getData = () => formData.value, getSelectRecord = () => formData.value, getForm = () => form.value, checkSubmitData = () => {
39136
+ }, getData = () => formData.value, getSelectRecord = () => formData.value, getForm = () => form.value, checkSubmitData = async () => {
39137
39137
  let Q = !1;
39138
- return form.value.validate().then((H) => {
39138
+ return await form.value.validate().then((H) => {
39139
39139
  Q = typeof H > "u";
39140
39140
  }), Q;
39141
39141
  }, getValue = (Q) => formData.value[Q.toUpperCase()], setFieldValue = (Q, H) => {
@@ -39299,7 +39299,6 @@ const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
39299
39299
  }
39300
39300
  }
39301
39301
  }, onFieldChange = (Q) => {
39302
- console.log(Q);
39303
39302
  let H = Q.data[Q.property], G = {};
39304
39303
  if (formSelectMap.value[Q.item.itemRender.props._field_id]) {
39305
39304
  if (Q.item.itemRender.props.dataType === "TREE" && Q.item.itemRender.name === "ATreeSelect") {
@@ -39649,7 +39648,7 @@ const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
39649
39648
  ]);
39650
39649
  };
39651
39650
  }
39652
- }, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-859624e9"]]);
39651
+ }, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-37bbbe95"]]);
39653
39652
  WindowForm.name = "slw-window-form";
39654
39653
  WindowForm.install = (Q) => {
39655
39654
  Q.component(WindowForm.name, WindowForm);
@@ -124167,7 +124166,7 @@ function reConsole() {
124167
124166
  }
124168
124167
  }
124169
124168
  console.info(
124170
- "%cSLW %cVer 0.6.7",
124169
+ "%cSLW %cVer 0.6.9",
124171
124170
  "color:#409EFF;font-size: 22px;font-weight:bolder",
124172
124171
  "color:#999;font-size: 12px"
124173
124172
  );