slw 0.8.97 → 0.8.98
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 -4
- package/lib/index.umd.cjs +4 -4
- 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_4c07c40a_lang = "", _withScopeId$3 = (Q) => (pushScopeId("data-v-4c07c40a"), 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 = [
|
|
@@ -9154,7 +9154,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_80a31bff_lang = "", _withScop
|
|
|
9154
9154
|
}) : !0, !Z.visible)
|
|
9155
9155
|
return !0;
|
|
9156
9156
|
});
|
|
9157
|
-
})
|
|
9157
|
+
});
|
|
9158
9158
|
else {
|
|
9159
9159
|
const Z = getSelectRecord();
|
|
9160
9160
|
gridData.value.toolbarConfig.buttons.forEach((K) => {
|
|
@@ -9164,6 +9164,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_80a31bff_lang = "", _withScop
|
|
|
9164
9164
|
}));
|
|
9165
9165
|
});
|
|
9166
9166
|
}
|
|
9167
|
+
H && rowClickCommon(H, G);
|
|
9167
9168
|
}, getSelectRecord = () => {
|
|
9168
9169
|
const Q = getCurRegion();
|
|
9169
9170
|
return Q ? Q.getCurrentRecord() : null;
|
|
@@ -10119,7 +10120,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_80a31bff_lang = "", _withScop
|
|
|
10119
10120
|
]);
|
|
10120
10121
|
};
|
|
10121
10122
|
}
|
|
10122
|
-
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-
|
|
10123
|
+
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-4c07c40a"]]);
|
|
10123
10124
|
WindowGrid.name = "slw-window-grid";
|
|
10124
10125
|
WindowGrid.install = (Q) => {
|
|
10125
10126
|
Q.component(WindowGrid.name, WindowGrid);
|
|
@@ -125283,7 +125284,7 @@ function reConsole() {
|
|
|
125283
125284
|
}
|
|
125284
125285
|
}
|
|
125285
125286
|
console.info(
|
|
125286
|
-
`%cSLW %cVer 0.8.
|
|
125287
|
+
`%cSLW %cVer 0.8.98%c
|
|
125287
125288
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
125288
125289
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/files/6`,
|
|
125289
125290
|
"color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
|