slw 0.9.71 → 0.9.72
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { pushScopeId as P, popScopeId as V, createElementVNode as h, resolveComponent as g, openBlock as o, createElementBlock as p, createBlock as f, normalizeClass as T, normalizeStyle as A, withModifiers as R, withCtx as r, renderSlot as q, createCommentVNode as _, Fragment as B, createVNode as s, mergeProps as k, renderList as j, toDisplayString as E, normalizeProps as K, guardReactiveProps as Q, resolveDynamicComponent as Z, defineAsyncComponent as $, computed as F, unref as D, withDirectives as ee, vShow as te } from "vue";
|
|
2
|
-
import { _ as x, d as S, a as L, u as N } from "./index-
|
|
2
|
+
import { _ as x, d as S, a as L, u as N } from "./index-7fabc866.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
const I = {
|
|
5
5
|
computed: {},
|
|
@@ -8525,7 +8525,7 @@ PictureUpload.name = "slw-picture-upload";
|
|
|
8525
8525
|
PictureUpload.install = (H) => {
|
|
8526
8526
|
H.component(PictureUpload.name, PictureUpload);
|
|
8527
8527
|
};
|
|
8528
|
-
const
|
|
8528
|
+
const windowGrid_vue_vue_type_style_index_0_scoped_c7bc17e1_lang = "", _withScopeId$8 = (H) => (pushScopeId("data-v-c7bc17e1"), H = H(), popScopeId(), H), _hoisted_1$l1 = {
|
|
8529
8529
|
class: "slw-window-grid-container",
|
|
8530
8530
|
style: { height: "100%" }
|
|
8531
8531
|
}, _hoisted_2$kY = /* @__PURE__ */ _withScopeId$8(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-main-area" }, null, -1)), _hoisted_3$hY = /* @__PURE__ */ _withScopeId$8(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-active-area" }, null, -1)), _hoisted_4$ay = /* @__PURE__ */ _withScopeId$8(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-copy-area" }, null, -1)), _hoisted_5$4Y = [
|
|
@@ -8592,6 +8592,8 @@ const windowGrid_vue_vue_type_style_index_0_scoped_12a00471_lang = "", _withScop
|
|
|
8592
8592
|
});
|
|
8593
8593
|
let checkedGridOptions = ref({});
|
|
8594
8594
|
const computeCheckedData = computed(() => {
|
|
8595
|
+
if (!gridData.value.checkboxConfig.reserve)
|
|
8596
|
+
return;
|
|
8595
8597
|
const H = getCheckedData();
|
|
8596
8598
|
if ((H == null ? void 0 : H.length) > 0) {
|
|
8597
8599
|
const Q = gridData.value.rowId;
|
|
@@ -10351,7 +10353,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_12a00471_lang = "", _withScop
|
|
|
10351
10353
|
]);
|
|
10352
10354
|
};
|
|
10353
10355
|
}
|
|
10354
|
-
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-
|
|
10356
|
+
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-c7bc17e1"]]);
|
|
10355
10357
|
WindowGrid.name = "slw-window-grid";
|
|
10356
10358
|
WindowGrid.install = (H) => {
|
|
10357
10359
|
H.component(WindowGrid.name, WindowGrid);
|
|
@@ -62461,7 +62463,7 @@ const windowDesigner_vue_vue_type_style_index_0_scoped_a3ebe962_lang = "", _with
|
|
|
62461
62463
|
emits: ["update:type", "update:rootLayout", "update:viewData", "update:rowData"],
|
|
62462
62464
|
setup(H, { emit: Q }) {
|
|
62463
62465
|
const Z = H, X = defineAsyncComponent(
|
|
62464
|
-
() => import("./index-
|
|
62466
|
+
() => import("./index-7cb98e43.js")
|
|
62465
62467
|
);
|
|
62466
62468
|
let G = useVModel(Z, "type", Q), K = useVModel(Z, "rootLayout", Q), ee = useVModel(Z, "viewData", Q), te = useVModel(Z, "rowData", Q), ne = ref(0), re = ref(null);
|
|
62467
62469
|
re.value = createDesigner();
|
|
@@ -147470,7 +147472,7 @@ function reConsole() {
|
|
|
147470
147472
|
}
|
|
147471
147473
|
}
|
|
147472
147474
|
console.info(
|
|
147473
|
-
`%cSLW %cVer 0.9.
|
|
147475
|
+
`%cSLW %cVer 0.9.72%c
|
|
147474
147476
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
147475
147477
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/view/592`,
|
|
147476
147478
|
"color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
|
package/lib/index.js
CHANGED