slw 0.7.8 → 0.7.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 +6 -5
- package/lib/index.umd.cjs +3 -3
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -38865,7 +38865,7 @@ var js = js$1.exports;
|
|
|
38865
38865
|
})(Q);
|
|
38866
38866
|
})(js$1);
|
|
38867
38867
|
var jsExports = js$1.exports;
|
|
38868
|
-
const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports),
|
|
38868
|
+
const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_vue_vue_type_style_index_0_scoped_bcfc3a04_lang = "", _withScopeId$2 = (Q) => (pushScopeId("data-v-bcfc3a04"), Q = Q(), popScopeId(), Q), _hoisted_1$kV = { class: "slw-window-form" }, _hoisted_2$kR = {
|
|
38869
38869
|
key: 0,
|
|
38870
38870
|
style: { "text-align": "left", "font-size": "18px", "line-height": "30px", "font-weight": "bold", padding: "5px 30px 0 15px" }
|
|
38871
38871
|
}, _hoisted_3$hS = ["onClick"], _sfc_main$5 = {
|
|
@@ -39456,11 +39456,12 @@ const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
|
|
|
39456
39456
|
(X) => X.type !== "seq" && X.type !== "checkbox" && X.fixed !== "left"
|
|
39457
39457
|
);
|
|
39458
39458
|
for (let [X, G] of H.entries())
|
|
39459
|
-
if (G.
|
|
39459
|
+
if (G.displayForm && X > 0) {
|
|
39460
39460
|
G.fwidth = G.fwidth ? G.fwidth : 12;
|
|
39461
39461
|
let Z = H[X - 1];
|
|
39462
39462
|
Number(G.fwidth) > 24 ? (G.aLine = !0, G.residue = 0) : (G.aLine = !1, G.residue = 24 - Number(G.fwidth), Z && (Z.aLine || Z.residue - Number(G.fwidth) < 0) || X == 0 ? G.residue = 24 - Number(G.fwidth) : Z.residue - Number(G.fwidth) >= 0 && (G.residue = Z.residue - Number(G.fwidth))), (G.itemRender.props.newLine === !0 || G.itemRender.props.newLine === "Y") && (Z.fwidth = Number(Z.fwidth) + Number(Z.residue), Z.residue = 0, G.residue = 24 - Number(G.fwidth));
|
|
39463
|
-
}
|
|
39463
|
+
} else
|
|
39464
|
+
G.displayForm && X == 0 && (G.fwidth = G.fwidth ? Number(G.fwidth) : 12, G.residue = G.fwidth > 24 ? 0 : 24 - Number(G.fwidth));
|
|
39464
39465
|
}, getPictureList = async () => {
|
|
39465
39466
|
let Q = await axios.post(
|
|
39466
39467
|
`/dataFile/list/${uploadConfig.value.regionId}/${uploadConfig.value.dataId}`
|
|
@@ -39670,7 +39671,7 @@ const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
|
|
|
39670
39671
|
]);
|
|
39671
39672
|
};
|
|
39672
39673
|
}
|
|
39673
|
-
}, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
39674
|
+
}, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-bcfc3a04"]]);
|
|
39674
39675
|
WindowForm.name = "slw-window-form";
|
|
39675
39676
|
WindowForm.install = (Q) => {
|
|
39676
39677
|
Q.component(WindowForm.name, WindowForm);
|
|
@@ -124229,7 +124230,7 @@ function reConsole() {
|
|
|
124229
124230
|
}
|
|
124230
124231
|
}
|
|
124231
124232
|
console.info(
|
|
124232
|
-
"%cSLW %cVer 0.7.
|
|
124233
|
+
"%cSLW %cVer 0.7.9",
|
|
124233
124234
|
"color:#409EFF;font-size: 22px;font-weight:bolder",
|
|
124234
124235
|
"color:#999;font-size: 12px"
|
|
124235
124236
|
);
|