slw 0.8.72 → 0.8.73
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
|
@@ -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_48568596_lang = "", _withScopeId = (Q) => (pushScopeId("data-v-48568596"), 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: {
|
|
@@ -41187,7 +41187,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_0be71b11_lang = "", _withSco
|
|
|
41187
41187
|
format: se[0].format
|
|
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
|
-
G.checkboxConfig.labelField = "", ae[0].width =
|
|
41190
|
+
G.checkboxConfig.labelField = "", ae[0].width = 130;
|
|
41191
41191
|
let ce = ae.findIndex((he) => he.colId == "_operation_");
|
|
41192
41192
|
const de = XEUtils$1.clone(ae[ce + 1]);
|
|
41193
41193
|
de.visible = !0, de.fixed = "left", delete de.width, ae.splice(ce, 0, de);
|
|
@@ -41600,7 +41600,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_0be71b11_lang = "", _withSco
|
|
|
41600
41600
|
]);
|
|
41601
41601
|
};
|
|
41602
41602
|
}
|
|
41603
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
41603
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-48568596"]]);
|
|
41604
41604
|
WindowIndex.name = "slw-window-index";
|
|
41605
41605
|
WindowIndex.install = (Q) => {
|
|
41606
41606
|
Q.component(WindowIndex.name, WindowIndex);
|
|
@@ -124408,7 +124408,7 @@ function reConsole() {
|
|
|
124408
124408
|
}
|
|
124409
124409
|
}
|
|
124410
124410
|
console.info(
|
|
124411
|
-
"%cSLW %cVer 0.8.
|
|
124411
|
+
"%cSLW %cVer 0.8.73",
|
|
124412
124412
|
"color:#409EFF;font-size: 22px;font-weight:bolder",
|
|
124413
124413
|
"color:#999;font-size: 12px"
|
|
124414
124414
|
);
|