slw 1.0.0-rc.2.3 → 1.0.0-rc.2.4
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 { resolveComponent as l, createElementBlock as u, openBlock as s, createBlock as m, createCommentVNode as h, withModifiers as R, normalizeStyle as B, normalizeClass as E, withCtx as o, renderSlot as F, createElementVNode as p, Fragment as M, createVNode as a, mergeProps as k, renderList as Y, toDisplayString as A, resolveDynamicComponent as L, defineAsyncComponent as U, computed as j, unref as D, withDirectives as X, vShow as J } from "vue";
|
|
2
|
-
import { _ as x, d as N, a as S, u as z } from "./index-
|
|
2
|
+
import { _ as x, d as N, a as S, u as z } from "./index-P9-M-gWz.js";
|
|
3
3
|
const I = {
|
|
4
4
|
computed: {},
|
|
5
5
|
methods: {
|
|
@@ -54244,6 +54244,9 @@ const _hoisted_1$l3 = {
|
|
|
54244
54244
|
return;
|
|
54245
54245
|
}
|
|
54246
54246
|
}
|
|
54247
|
+
Object.keys(X).forEach((Q) => {
|
|
54248
|
+
X[Q] instanceof Array && (X[Q] = Object.values(X[Q]).join());
|
|
54249
|
+
});
|
|
54247
54250
|
try {
|
|
54248
54251
|
await axios.export("/window/export?data=" + base64Encode(JSON.stringify(X)), {}, G);
|
|
54249
54252
|
} catch (Q) {
|
|
@@ -55550,7 +55553,7 @@ const _hoisted_1$l3 = {
|
|
|
55550
55553
|
]);
|
|
55551
55554
|
};
|
|
55552
55555
|
}
|
|
55553
|
-
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-
|
|
55556
|
+
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-941d86bf"]]);
|
|
55554
55557
|
WindowGrid.name = "slw-window-grid";
|
|
55555
55558
|
WindowGrid.install = (G) => {
|
|
55556
55559
|
G.component(WindowGrid.name, WindowGrid);
|
|
@@ -93393,7 +93396,7 @@ const _hoisted_1$kT = { class: "form-widget-container" }, _hoisted_2$kS = { clas
|
|
|
93393
93396
|
emits: ["update:type", "update:rootLayout", "update:viewData", "update:rowData"],
|
|
93394
93397
|
setup(G, { emit: H }) {
|
|
93395
93398
|
const X = defineAsyncComponent(
|
|
93396
|
-
() => import("./index-
|
|
93399
|
+
() => import("./index-CxjnUiHQ.js")
|
|
93397
93400
|
), Q = G, K = H;
|
|
93398
93401
|
let Z = useVModel(Q, "type", K), ee = useVModel(Q, "rootLayout", K), te = useVModel(Q, "viewData", K), ne = useVModel(Q, "rowData", K), re = ref$1(0), oe = ref$1(null);
|
|
93399
93402
|
oe.value = createDesigner();
|
|
@@ -222732,7 +222735,7 @@ function reConsole() {
|
|
|
222732
222735
|
}
|
|
222733
222736
|
}
|
|
222734
222737
|
console.info(
|
|
222735
|
-
`%cSLW %cVer 1.0.0-rc.2.
|
|
222738
|
+
`%cSLW %cVer 1.0.0-rc.2.4%c
|
|
222736
222739
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
222737
222740
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/view`,
|
|
222738
222741
|
"color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
|
package/lib/index.js
CHANGED