slw 0.8.73 → 0.8.74
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 +7 -6
- package/lib/index.umd.cjs +3 -3
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -40452,7 +40452,7 @@ _sfc_main$2.name = "slw-preview-modal";
|
|
|
40452
40452
|
_sfc_main$2.install = (Q) => {
|
|
40453
40453
|
Q.component(_sfc_main$2.name, _sfc_main$2);
|
|
40454
40454
|
};
|
|
40455
|
-
const
|
|
40455
|
+
const windowIndex_vue_vue_type_style_index_0_scoped_35e90c8c_lang = "", _withScopeId = (Q) => (pushScopeId("data-v-35e90c8c"), Q = Q(), popScopeId(), Q), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = { class: "child-table-p" }, _sfc_main$1 = {
|
|
40456
40456
|
__name: "window-index",
|
|
40457
40457
|
props: {
|
|
40458
40458
|
windowId: {
|
|
@@ -41188,9 +41188,10 @@ const windowIndex_vue_vue_type_style_index_0_scoped_48568596_lang = "", _withSco
|
|
|
41188
41188
|
}
|
|
41189
41189
|
})), Z.type === "TREE_STRUCTURE" && (G.showHeader = !1, G.treeConfig.iconOpen = "vxe-icon-square-minus", G.treeConfig.iconClose = "vxe-icon-square-plus", G.toolbarConfig.custom = !1, G.treeConfig.accordion = !1, ae = ae.map((ce) => (ce.visible === !0 && (ce.visible = !1), ce)), ae[0].type == "checkbox")) {
|
|
41190
41190
|
G.checkboxConfig.labelField = "", ae[0].width = 130;
|
|
41191
|
-
let ce = ae.findIndex((
|
|
41192
|
-
|
|
41193
|
-
|
|
41191
|
+
let ce = ae.findIndex((ue) => ue.colId == "_operation_"), de = ce;
|
|
41192
|
+
ce < 0 && (de = 0);
|
|
41193
|
+
const he = XEUtils$1.clone(ae[de + 1]);
|
|
41194
|
+
he.visible = !0, he.fixed = "left", delete he.width, ae.splice(ce, 0, he);
|
|
41194
41195
|
}
|
|
41195
41196
|
}
|
|
41196
41197
|
G.columns = ae, G.editRules = le;
|
|
@@ -41600,7 +41601,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_48568596_lang = "", _withSco
|
|
|
41600
41601
|
]);
|
|
41601
41602
|
};
|
|
41602
41603
|
}
|
|
41603
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
41604
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-35e90c8c"]]);
|
|
41604
41605
|
WindowIndex.name = "slw-window-index";
|
|
41605
41606
|
WindowIndex.install = (Q) => {
|
|
41606
41607
|
Q.component(WindowIndex.name, WindowIndex);
|
|
@@ -124408,7 +124409,7 @@ function reConsole() {
|
|
|
124408
124409
|
}
|
|
124409
124410
|
}
|
|
124410
124411
|
console.info(
|
|
124411
|
-
"%cSLW %cVer 0.8.
|
|
124412
|
+
"%cSLW %cVer 0.8.74",
|
|
124412
124413
|
"color:#409EFF;font-size: 22px;font-weight:bolder",
|
|
124413
124414
|
"color:#999;font-size: 12px"
|
|
124414
124415
|
);
|