slw 0.8.82 → 0.8.83
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 +15 -6
- package/lib/index.umd.cjs +6 -5
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -38899,7 +38899,7 @@ var js = js$1.exports;
|
|
|
38899
38899
|
})(Q);
|
|
38900
38900
|
})(js$1);
|
|
38901
38901
|
var jsExports = js$1.exports;
|
|
38902
|
-
const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports),
|
|
38902
|
+
const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_vue_vue_type_style_index_0_scoped_39160a48_lang = "", _withScopeId$2 = (Q) => (pushScopeId("data-v-39160a48"), Q = Q(), popScopeId(), Q), _hoisted_1$kV = { class: "slw-window-form" }, _hoisted_2$kR = {
|
|
38903
38903
|
key: 0,
|
|
38904
38904
|
style: { "text-align": "left", "font-size": "18px", "line-height": "30px", "font-weight": "bold", padding: "5px 30px 0 15px" }
|
|
38905
38905
|
}, _hoisted_3$hS = ["onClick"], _hoisted_4$au = ["onClick"], _hoisted_5$4U = ["onClick"], _hoisted_6$1_ = ["onClick"], _hoisted_7$12 = ["onClick"], _sfc_main$5 = {
|
|
@@ -38997,7 +38997,9 @@ const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
|
|
|
38997
38997
|
if (Object.keys(formConfig.value.editRules).length > 0) {
|
|
38998
38998
|
let H = Object.keys(formConfig.value.editRules);
|
|
38999
38999
|
for (let X = 0; X < H.length; X++) {
|
|
39000
|
-
let G = formConfig.value.editRules[H[X]], Z = formConfig.value.columns.filter(
|
|
39000
|
+
let G = formConfig.value.editRules[H[X]], Z = formConfig.value.columns.filter(
|
|
39001
|
+
(K) => K.field == H[X]
|
|
39002
|
+
)[0];
|
|
39001
39003
|
if (Z) {
|
|
39002
39004
|
let K = Z.editRender.props.displayLogic;
|
|
39003
39005
|
K ? displayLogic(K, { ...formData.value, ...assembleParentData() }) && (Q[H[X]] = G) : Q[H[X]] = G;
|
|
@@ -39817,7 +39819,7 @@ const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
|
|
|
39817
39819
|
]);
|
|
39818
39820
|
};
|
|
39819
39821
|
}
|
|
39820
|
-
}, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
39822
|
+
}, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-39160a48"]]);
|
|
39821
39823
|
WindowForm.name = "slw-window-form";
|
|
39822
39824
|
WindowForm.install = (Q) => {
|
|
39823
39825
|
Q.component(WindowForm.name, WindowForm);
|
|
@@ -107812,8 +107814,11 @@ function initVxeRenderer(Q, H, X) {
|
|
|
107812
107814
|
label: "title"
|
|
107813
107815
|
},
|
|
107814
107816
|
filterable: !0,
|
|
107817
|
+
clearable: !0,
|
|
107815
107818
|
treeDefaultExpandAll: !1,
|
|
107816
|
-
data: ce.treeData
|
|
107819
|
+
data: ce.treeData,
|
|
107820
|
+
disabled: ce.disabled,
|
|
107821
|
+
readonly: ce.readonly
|
|
107817
107822
|
}), null);
|
|
107818
107823
|
}, re = (ae, le) => {
|
|
107819
107824
|
const {
|
|
@@ -124382,12 +124387,16 @@ function reConsole() {
|
|
|
124382
124387
|
}
|
|
124383
124388
|
}
|
|
124384
124389
|
console.info(
|
|
124385
|
-
`%cSLW %cVer 0.8.
|
|
124386
|
-
%c
|
|
124390
|
+
`%cSLW %cVer 0.8.83%c
|
|
124391
|
+
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
124392
|
+
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/files/6`,
|
|
124387
124393
|
"color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
|
|
124388
124394
|
"color:#fff;font-size: 12px;background-color:#409EFF;padding:2px 4px;border-radius:3px;",
|
|
124389
124395
|
"color:#fff;font-size: 12px;",
|
|
124390
124396
|
"color:#409EFF;font-size: 12px;",
|
|
124397
|
+
"color:#fff;font-size: 12px;",
|
|
124398
|
+
"color:#fff;font-size: 12px;",
|
|
124399
|
+
"color:#409EFF;font-size: 12px;",
|
|
124391
124400
|
"color:#fff;font-size: 12px;"
|
|
124392
124401
|
);
|
|
124393
124402
|
const index = {
|