slw 0.8.93 → 0.8.94
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 +3 -3
- 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_b21fa00b_lang = "", _withScopeId$3 = (Q) => (pushScopeId("data-v-b21fa00b"), 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 = [
|
|
@@ -9870,7 +9870,8 @@ const windowGrid_vue_vue_type_style_index_0_scoped_7f34969d_lang = "", _withScop
|
|
|
9870
9870
|
gridData.value.type != "EDIT_GRID" || typeof H > "u" || isEqual(Q, oldInsertRecords) || (oldInsertRecords = XEUtils$1.clone(Q, !0), editGridFunList && editGridFunList.length > 0 && editGridFunList.forEach((G) => {
|
|
9871
9871
|
if (G && typeof G == "function")
|
|
9872
9872
|
try {
|
|
9873
|
-
|
|
9873
|
+
const X = curRegion.value.getTableData().visibleData;
|
|
9874
|
+
G({ visibleData: X, ...Q });
|
|
9874
9875
|
} catch (X) {
|
|
9875
9876
|
console.error(X);
|
|
9876
9877
|
}
|
|
@@ -10118,7 +10119,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_7f34969d_lang = "", _withScop
|
|
|
10118
10119
|
]);
|
|
10119
10120
|
};
|
|
10120
10121
|
}
|
|
10121
|
-
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-
|
|
10122
|
+
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-b21fa00b"]]);
|
|
10122
10123
|
WindowGrid.name = "slw-window-grid";
|
|
10123
10124
|
WindowGrid.install = (Q) => {
|
|
10124
10125
|
Q.component(WindowGrid.name, WindowGrid);
|
|
@@ -125272,7 +125273,7 @@ function reConsole() {
|
|
|
125272
125273
|
}
|
|
125273
125274
|
}
|
|
125274
125275
|
console.info(
|
|
125275
|
-
`%cSLW %cVer 0.8.
|
|
125276
|
+
`%cSLW %cVer 0.8.94%c
|
|
125276
125277
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
125277
125278
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/files/6`,
|
|
125278
125279
|
"color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
|