slw 0.9.13 → 0.9.14
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 +8 -8
- package/lib/index.umd.cjs +6 -6
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -8524,7 +8524,7 @@ PictureUpload.name = "slw-picture-upload";
|
|
|
8524
8524
|
PictureUpload.install = (Q) => {
|
|
8525
8525
|
Q.component(PictureUpload.name, PictureUpload);
|
|
8526
8526
|
};
|
|
8527
|
-
const
|
|
8527
|
+
const windowGrid_vue_vue_type_style_index_0_scoped_2377c247_lang = "", _withScopeId$3 = (Q) => (pushScopeId("data-v-2377c247"), Q = Q(), popScopeId(), Q), _hoisted_1$kW = {
|
|
8528
8528
|
class: "slw-window-grid-container",
|
|
8529
8529
|
style: { height: "100%" }
|
|
8530
8530
|
}, _hoisted_2$kS = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-main-area" }, null, -1)), _hoisted_3$hT = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-active-area" }, null, -1)), _hoisted_4$av = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-copy-area" }, null, -1)), _hoisted_5$4V = [
|
|
@@ -8729,7 +8729,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_933b04ff_lang = "", _withScop
|
|
|
8729
8729
|
}) : !0, $e = ge.showInGrid && _e, ve = !ge.showInGrid && _e;
|
|
8730
8730
|
if (ge.btnShowInGrid[pe] = $e, ge.btnShow[pe] = ve, ce = ce || $e, $e)
|
|
8731
8731
|
if (ge.iconComponent)
|
|
8732
|
-
me
|
|
8732
|
+
me = me + 0.7;
|
|
8733
8733
|
else {
|
|
8734
8734
|
let ke = ge.name.match(/[\u4e00-\u9fa5]/g);
|
|
8735
8735
|
if (ke) {
|
|
@@ -8746,7 +8746,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_933b04ff_lang = "", _withScop
|
|
|
8746
8746
|
let he = !1;
|
|
8747
8747
|
gridData.value.columns.forEach((fe) => {
|
|
8748
8748
|
if (fe.colId == "_operation_" && fe.title == "操作") {
|
|
8749
|
-
fe.width != de * 60 && (he = !0, fe.width = de * 60);
|
|
8749
|
+
fe.width != de * 60 && de * 60 >= 60 && (he = !0, fe.width = de * 60);
|
|
8750
8750
|
return;
|
|
8751
8751
|
}
|
|
8752
8752
|
}), he && getCurRegion().loadColumn(gridData.value.columns), le.data.data.length > rowIndex.value ? se = le.data.data[rowIndex.value] : se = le.data.data[0];
|
|
@@ -10123,7 +10123,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_933b04ff_lang = "", _withScop
|
|
|
10123
10123
|
]);
|
|
10124
10124
|
};
|
|
10125
10125
|
}
|
|
10126
|
-
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-
|
|
10126
|
+
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-2377c247"]]);
|
|
10127
10127
|
WindowGrid.name = "slw-window-grid";
|
|
10128
10128
|
WindowGrid.install = (Q) => {
|
|
10129
10129
|
Q.component(WindowGrid.name, WindowGrid);
|
|
@@ -40577,7 +40577,7 @@ _sfc_main$2.name = "slw-preview-modal";
|
|
|
40577
40577
|
_sfc_main$2.install = (Q) => {
|
|
40578
40578
|
Q.component(_sfc_main$2.name, _sfc_main$2);
|
|
40579
40579
|
};
|
|
40580
|
-
const
|
|
40580
|
+
const windowIndex_vue_vue_type_style_index_0_scoped_90a61690_lang = "", _withScopeId = (Q) => (pushScopeId("data-v-90a61690"), Q = Q(), popScopeId(), Q), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = { class: "child-table-p" }, _sfc_main$1 = {
|
|
40581
40581
|
__name: "window-index",
|
|
40582
40582
|
props: {
|
|
40583
40583
|
windowId: {
|
|
@@ -41225,7 +41225,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_edbee1af_lang = "", _withSco
|
|
|
41225
41225
|
className: ce,
|
|
41226
41226
|
dataType: oe[se].dataType,
|
|
41227
41227
|
title: de,
|
|
41228
|
-
visible: oe[se].displayGrid,
|
|
41228
|
+
visible: se == 0 && Z.type === "TREE" ? !1 : oe[se].displayGrid,
|
|
41229
41229
|
displayForm: oe[se].displayForm,
|
|
41230
41230
|
remoteSearch: oe[se].remoteSearch,
|
|
41231
41231
|
sortable: oe[se].allowSort,
|
|
@@ -41746,7 +41746,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_edbee1af_lang = "", _withSco
|
|
|
41746
41746
|
]);
|
|
41747
41747
|
};
|
|
41748
41748
|
}
|
|
41749
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
41749
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-90a61690"]]);
|
|
41750
41750
|
WindowIndex.name = "slw-window-index";
|
|
41751
41751
|
WindowIndex.install = (Q) => {
|
|
41752
41752
|
Q.component(WindowIndex.name, WindowIndex);
|
|
@@ -125348,7 +125348,7 @@ function reConsole() {
|
|
|
125348
125348
|
}
|
|
125349
125349
|
}
|
|
125350
125350
|
console.info(
|
|
125351
|
-
`%cSLW %cVer 0.9.
|
|
125351
|
+
`%cSLW %cVer 0.9.14%c
|
|
125352
125352
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
125353
125353
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/view/592`,
|
|
125354
125354
|
"color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
|