slw 0.6.9 → 0.7.0
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 -5
- package/lib/index.umd.cjs +3 -3
- 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_e7c2c578_lang = "", _withScopeId$3 = (Q) => (pushScopeId("data-v-e7c2c578"), 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 = [
|
|
@@ -9783,7 +9783,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_588d3ee7_lang = "", _withScop
|
|
|
9783
9783
|
}
|
|
9784
9784
|
};
|
|
9785
9785
|
return onMounted(async () => {
|
|
9786
|
-
gridData.value.addListener && getCurRegion() && addListener(), gridData.value.type === "TREE_STRUCTURE" && (gridData.value.menuConfig = {
|
|
9786
|
+
console.log(gridData.value), gridData.value.addListener && getCurRegion() && addListener(), gridData.value.type === "TREE_STRUCTURE" && (gridData.value.menuConfig = {
|
|
9787
9787
|
body: { options: bodyMenus.value },
|
|
9788
9788
|
visibleMethod
|
|
9789
9789
|
}), await evalEvent(gridData.value.params.formEvents.dataInit), gridData.value.toolbarConfig.buttons.forEach((Q) => {
|
|
@@ -9900,7 +9900,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_588d3ee7_lang = "", _withScop
|
|
|
9900
9900
|
iconComponent: se.iconComponent,
|
|
9901
9901
|
"auto-insert-space": "",
|
|
9902
9902
|
size: "small",
|
|
9903
|
-
style: normalizeStyle(
|
|
9903
|
+
style: normalizeStyle(se.css + "marginLeft: 0px; padding: 5px"),
|
|
9904
9904
|
type: "primary",
|
|
9905
9905
|
text: "",
|
|
9906
9906
|
onClick: (ce) => toolBarButtonClick(se, ae, le)
|
|
@@ -10022,7 +10022,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_588d3ee7_lang = "", _withScop
|
|
|
10022
10022
|
]);
|
|
10023
10023
|
};
|
|
10024
10024
|
}
|
|
10025
|
-
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-
|
|
10025
|
+
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-e7c2c578"]]);
|
|
10026
10026
|
WindowGrid.name = "slw-window-grid";
|
|
10027
10027
|
WindowGrid.install = (Q) => {
|
|
10028
10028
|
Q.component(WindowGrid.name, WindowGrid);
|
|
@@ -124166,7 +124166,7 @@ function reConsole() {
|
|
|
124166
124166
|
}
|
|
124167
124167
|
}
|
|
124168
124168
|
console.info(
|
|
124169
|
-
"%cSLW %cVer 0.
|
|
124169
|
+
"%cSLW %cVer 0.7.0",
|
|
124170
124170
|
"color:#409EFF;font-size: 22px;font-weight:bolder",
|
|
124171
124171
|
"color:#999;font-size: 12px"
|
|
124172
124172
|
);
|