slw 0.9.92 → 0.9.93
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.
|
@@ -44431,7 +44431,7 @@ var js = js$1.exports;
|
|
|
44431
44431
|
})(H);
|
|
44432
44432
|
})(js$1);
|
|
44433
44433
|
var jsExports = js$1.exports;
|
|
44434
|
-
const index$o = /* @__PURE__ */ getDefaultExportFromCjs(jsExports),
|
|
44434
|
+
const index$o = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_vue_vue_type_style_index_0_scoped_9de09ecd_lang = "", _withScopeId$7 = (H) => (pushScopeId("data-v-9de09ecd"), H = H(), popScopeId(), H), _hoisted_1$l0 = { class: "slw-window-form" }, _hoisted_2$kX = {
|
|
44435
44435
|
key: 0,
|
|
44436
44436
|
class: "form-title"
|
|
44437
44437
|
}, _hoisted_3$hX = ["onClick"], _hoisted_4$ax = ["onClick"], _hoisted_5$4X = ["onClick"], _hoisted_6$20 = ["onClick"], _hoisted_7$13 = ["onClick"], _sfc_main$c = {
|
|
@@ -44692,7 +44692,7 @@ const index$o = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
|
|
|
44692
44692
|
let G = XEUtils$1.clone(toRaw(formData.value), !0);
|
|
44693
44693
|
for (let K in G)
|
|
44694
44694
|
G[K] instanceof Array && (G[K] = G[K].toString());
|
|
44695
|
-
axios.post(X, G).then((K) => {
|
|
44695
|
+
axios.post(X, G, "json").then((K) => {
|
|
44696
44696
|
emits("saveLoadingChange"), typeof H < "u" && H instanceof Object && (formConfig.value.showEdit = !K.data.result, showPreViewClose()), K.data.result ? ($message.success(K.data.msg), uploadConfig.value.isHaveImgField && !uploadConfig.value.dataId && updatePictureDataId(K.data.id), evalEvent(
|
|
44697
44697
|
formConfig.value.params.formEvents.afterSubmit,
|
|
44698
44698
|
formData.value,
|
|
@@ -45459,7 +45459,7 @@ const index$o = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
|
|
|
45459
45459
|
]);
|
|
45460
45460
|
};
|
|
45461
45461
|
}
|
|
45462
|
-
}, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-
|
|
45462
|
+
}, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-9de09ecd"]]);
|
|
45463
45463
|
WindowForm.name = "slw-window-form";
|
|
45464
45464
|
WindowForm.install = (H) => {
|
|
45465
45465
|
H.component(WindowForm.name, WindowForm);
|
|
@@ -62603,7 +62603,7 @@ const windowDesigner_vue_vue_type_style_index_0_scoped_a3ebe962_lang = "", _with
|
|
|
62603
62603
|
emits: ["update:type", "update:rootLayout", "update:viewData", "update:rowData"],
|
|
62604
62604
|
setup(H, { emit: Q }) {
|
|
62605
62605
|
const Z = H, X = defineAsyncComponent(
|
|
62606
|
-
() => import("./index-
|
|
62606
|
+
() => import("./index-4d66405b.js")
|
|
62607
62607
|
);
|
|
62608
62608
|
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);
|
|
62609
62609
|
re.value = createDesigner();
|
|
@@ -147687,7 +147687,7 @@ function reConsole() {
|
|
|
147687
147687
|
}
|
|
147688
147688
|
}
|
|
147689
147689
|
console.info(
|
|
147690
|
-
`%cSLW %cVer 0.9.
|
|
147690
|
+
`%cSLW %cVer 0.9.93%c
|
|
147691
147691
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
147692
147692
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/view/592`,
|
|
147693
147693
|
"color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
|
|
@@ -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-438db426.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
const I = {
|
|
5
5
|
computed: {},
|
package/lib/index.js
CHANGED