slw 0.5.989 → 0.5.990
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
|
@@ -37248,7 +37248,7 @@ const windowForm_vue_vue_type_style_index_0_lang = "", _hoisted_1$kV = { class:
|
|
|
37248
37248
|
setData(Q);
|
|
37249
37249
|
}, setValue = async (Q, H) => {
|
|
37250
37250
|
let G = formConfig.value.columns.filter((X) => X.field == Q.toUpperCase())[0];
|
|
37251
|
-
G.remoteSearch ? (G.itemRender.options = await remoteMethod(
|
|
37251
|
+
G != null && G.remoteSearch ? (G.itemRender.options = await remoteMethod(
|
|
37252
37252
|
H,
|
|
37253
37253
|
G.id,
|
|
37254
37254
|
G.selectorId
|
|
@@ -38377,7 +38377,7 @@ _sfc_main$2.name = "slw-preview-modal";
|
|
|
38377
38377
|
_sfc_main$2.install = (Q) => {
|
|
38378
38378
|
Q.component(_sfc_main$2.name, _sfc_main$2);
|
|
38379
38379
|
};
|
|
38380
|
-
const
|
|
38380
|
+
const windowIndex_vue_vue_type_style_index_0_scoped_9f348366_lang = "", _withScopeId = (Q) => (pushScopeId("data-v-9f348366"), Q = Q(), popScopeId(), Q), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = { class: "child-table-p" }, _sfc_main$1 = {
|
|
38381
38381
|
__name: "window-index",
|
|
38382
38382
|
props: {
|
|
38383
38383
|
windowId: {
|
|
@@ -38727,7 +38727,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_3dd8bca2_lang = "", _withSco
|
|
|
38727
38727
|
visible: !K[se].hide,
|
|
38728
38728
|
folding: se > 2,
|
|
38729
38729
|
events: {},
|
|
38730
|
-
canScan: K[se].canScan
|
|
38730
|
+
canScan: K[se].canScan
|
|
38731
38731
|
// 支持扫码
|
|
38732
38732
|
};
|
|
38733
38733
|
switch (K[se].dataType) {
|
|
@@ -39483,7 +39483,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_3dd8bca2_lang = "", _withSco
|
|
|
39483
39483
|
]);
|
|
39484
39484
|
};
|
|
39485
39485
|
}
|
|
39486
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
39486
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-9f348366"]]);
|
|
39487
39487
|
WindowIndex.name = "slw-window-index";
|
|
39488
39488
|
WindowIndex.install = (Q) => {
|
|
39489
39489
|
Q.component(WindowIndex.name, WindowIndex);
|
|
@@ -122250,7 +122250,7 @@ function reConsole() {
|
|
|
122250
122250
|
}
|
|
122251
122251
|
}
|
|
122252
122252
|
console.info(
|
|
122253
|
-
"%cSLW %cVer 0.5.
|
|
122253
|
+
"%cSLW %cVer 0.5.990",
|
|
122254
122254
|
"color:#409EFF;font-size: 22px;font-weight:bolder",
|
|
122255
122255
|
"color:#999;font-size: 12px"
|
|
122256
122256
|
);
|