slw 0.8.44 → 0.8.45
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 +4 -4
- package/lib/index.umd.cjs +3 -3
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -40326,7 +40326,7 @@ _sfc_main$2.name = "slw-preview-modal";
|
|
|
40326
40326
|
_sfc_main$2.install = (Q) => {
|
|
40327
40327
|
Q.component(_sfc_main$2.name, _sfc_main$2);
|
|
40328
40328
|
};
|
|
40329
|
-
const
|
|
40329
|
+
const windowIndex_vue_vue_type_style_index_0_scoped_3551bc92_lang = "", _withScopeId = (Q) => (pushScopeId("data-v-3551bc92"), Q = Q(), popScopeId(), Q), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = { class: "child-table-p" }, _sfc_main$1 = {
|
|
40330
40330
|
__name: "window-index",
|
|
40331
40331
|
props: {
|
|
40332
40332
|
windowId: {
|
|
@@ -40966,7 +40966,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_e7acb74c_lang = "", _withSco
|
|
|
40966
40966
|
ge["_" + _e.property + "_NAME"] = $e.NAME;
|
|
40967
40967
|
return;
|
|
40968
40968
|
}
|
|
40969
|
-
}), ge["_" + _e.property + "_NAME"] || ge[_e.property]), ue.name = "ElSelect", ue.props.filterable = !0, oe[se].remoteSearch && (ue.props.loading = !1, ue.props.placeholder = $T("请输入") + oe[se].name, ue.props.filterable = !0, ue.props = {
|
|
40969
|
+
}), oe[se].format ? formatter({ cellValue: ge["_" + _e.property + "_NAME"] || ge[_e.property], row: ge, column: _e }) : ge["_" + _e.property + "_NAME"] || ge[_e.property]), ue.name = "ElSelect", ue.props.filterable = !0, oe[se].remoteSearch && (ue.props.loading = !1, ue.props.placeholder = $T("请输入") + oe[se].name, ue.props.filterable = !0, ue.props = {
|
|
40970
40970
|
...ue.props,
|
|
40971
40971
|
remote: !0
|
|
40972
40972
|
}), ue.props.dropdownStyle = {
|
|
@@ -41454,7 +41454,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_e7acb74c_lang = "", _withSco
|
|
|
41454
41454
|
]);
|
|
41455
41455
|
};
|
|
41456
41456
|
}
|
|
41457
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
41457
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-3551bc92"]]);
|
|
41458
41458
|
WindowIndex.name = "slw-window-index";
|
|
41459
41459
|
WindowIndex.install = (Q) => {
|
|
41460
41460
|
Q.component(WindowIndex.name, WindowIndex);
|
|
@@ -124262,7 +124262,7 @@ function reConsole() {
|
|
|
124262
124262
|
}
|
|
124263
124263
|
}
|
|
124264
124264
|
console.info(
|
|
124265
|
-
"%cSLW %cVer 0.8.
|
|
124265
|
+
"%cSLW %cVer 0.8.45",
|
|
124266
124266
|
"color:#409EFF;font-size: 22px;font-weight:bolder",
|
|
124267
124267
|
"color:#999;font-size: 12px"
|
|
124268
124268
|
);
|