slw 0.8.43 → 0.8.44
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 +5 -5
- package/lib/index.umd.cjs +3 -3
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -38875,7 +38875,7 @@ var js = js$1.exports;
|
|
|
38875
38875
|
})(Q);
|
|
38876
38876
|
})(js$1);
|
|
38877
38877
|
var jsExports = js$1.exports;
|
|
38878
|
-
const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports),
|
|
38878
|
+
const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_vue_vue_type_style_index_0_scoped_69cc421a_lang = "", _withScopeId$2 = (Q) => (pushScopeId("data-v-69cc421a"), Q = Q(), popScopeId(), Q), _hoisted_1$kV = { class: "slw-window-form" }, _hoisted_2$kR = {
|
|
38879
38879
|
key: 0,
|
|
38880
38880
|
style: { "text-align": "left", "font-size": "18px", "line-height": "30px", "font-weight": "bold", padding: "5px 30px 0 15px" }
|
|
38881
38881
|
}, _hoisted_3$hS = ["onClick"], _sfc_main$5 = {
|
|
@@ -39268,7 +39268,7 @@ const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
|
|
|
39268
39268
|
)
|
|
39269
39269
|
), Z.push(ee);
|
|
39270
39270
|
else if (formConfig.value.openType === "new" && ee.visible && ee.editRender.options && ee.editRender.options.length > 0) {
|
|
39271
|
-
if (Q[ee.field]
|
|
39271
|
+
if (Q[ee.field] == "null" || Q[ee.field] == null)
|
|
39272
39272
|
Q[ee.field] = "";
|
|
39273
39273
|
else if (!Q[ee.field]) {
|
|
39274
39274
|
Q[ee.field] = ee.editRender.options[0].VALUE;
|
|
@@ -39293,7 +39293,7 @@ const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
|
|
|
39293
39293
|
},
|
|
39294
39294
|
re
|
|
39295
39295
|
)), formConfig.value.openType === "new" && ne.visible && ee.data.data.length > 0) {
|
|
39296
|
-
if (Q[ne.field]
|
|
39296
|
+
if (Q[ne.field] == "null" || Q[ne.field] == null)
|
|
39297
39297
|
Q[ne.field] = "";
|
|
39298
39298
|
else if (!Q[ne.field]) {
|
|
39299
39299
|
Q[ne.field] = ee.data.data[0].VALUE;
|
|
@@ -39693,7 +39693,7 @@ const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
|
|
|
39693
39693
|
]);
|
|
39694
39694
|
};
|
|
39695
39695
|
}
|
|
39696
|
-
}, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
39696
|
+
}, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-69cc421a"]]);
|
|
39697
39697
|
WindowForm.name = "slw-window-form";
|
|
39698
39698
|
WindowForm.install = (Q) => {
|
|
39699
39699
|
Q.component(WindowForm.name, WindowForm);
|
|
@@ -124262,7 +124262,7 @@ function reConsole() {
|
|
|
124262
124262
|
}
|
|
124263
124263
|
}
|
|
124264
124264
|
console.info(
|
|
124265
|
-
"%cSLW %cVer 0.8.
|
|
124265
|
+
"%cSLW %cVer 0.8.44",
|
|
124266
124266
|
"color:#409EFF;font-size: 22px;font-weight:bolder",
|
|
124267
124267
|
"color:#999;font-size: 12px"
|
|
124268
124268
|
);
|