slw 0.8.2 → 0.8.3
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 -3
- package/lib/index.umd.cjs +4 -4
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -8511,7 +8511,7 @@ PictureUpload.name = "slw-picture-upload";
|
|
|
8511
8511
|
PictureUpload.install = (Q) => {
|
|
8512
8512
|
Q.component(PictureUpload.name, PictureUpload);
|
|
8513
8513
|
};
|
|
8514
|
-
const
|
|
8514
|
+
const windowGrid_vue_vue_type_style_index_0_scoped_fee74758_lang = "", _withScopeId$3 = (Q) => (pushScopeId("data-v-fee74758"), Q = Q(), popScopeId(), Q), _hoisted_1$kW = {
|
|
8515
8515
|
class: "slw-window-grid-container",
|
|
8516
8516
|
style: { height: "100%" }
|
|
8517
8517
|
}, _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$au = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-copy-area" }, null, -1)), _hoisted_5$4U = [
|
|
@@ -8643,6 +8643,10 @@ const windowGrid_vue_vue_type_style_index_0_scoped_3fa4e071_lang = "", _withScop
|
|
|
8643
8643
|
},
|
|
8644
8644
|
ajax: {
|
|
8645
8645
|
query: ({ page: H, sorts: X, filters: G, form: Z }, K) => {
|
|
8646
|
+
if (gridData.value.noSearchData) {
|
|
8647
|
+
delete gridData.value.noSearchData;
|
|
8648
|
+
return;
|
|
8649
|
+
}
|
|
8646
8650
|
if (K != null && K.clearGrid) {
|
|
8647
8651
|
for (let le in Z)
|
|
8648
8652
|
Z[le] = null;
|
|
@@ -10028,7 +10032,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_3fa4e071_lang = "", _withScop
|
|
|
10028
10032
|
]);
|
|
10029
10033
|
};
|
|
10030
10034
|
}
|
|
10031
|
-
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-
|
|
10035
|
+
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-fee74758"]]);
|
|
10032
10036
|
WindowGrid.name = "slw-window-grid";
|
|
10033
10037
|
WindowGrid.install = (Q) => {
|
|
10034
10038
|
Q.component(WindowGrid.name, WindowGrid);
|
|
@@ -124240,7 +124244,7 @@ function reConsole() {
|
|
|
124240
124244
|
}
|
|
124241
124245
|
}
|
|
124242
124246
|
console.info(
|
|
124243
|
-
"%cSLW %cVer 0.8.
|
|
124247
|
+
"%cSLW %cVer 0.8.3",
|
|
124244
124248
|
"color:#409EFF;font-size: 22px;font-weight:bolder",
|
|
124245
124249
|
"color:#999;font-size: 12px"
|
|
124246
124250
|
);
|