slw 0.9.84 → 0.9.85
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.
|
@@ -62588,7 +62588,7 @@ const windowDesigner_vue_vue_type_style_index_0_scoped_a3ebe962_lang = "", _with
|
|
|
62588
62588
|
emits: ["update:type", "update:rootLayout", "update:viewData", "update:rowData"],
|
|
62589
62589
|
setup(H, { emit: Q }) {
|
|
62590
62590
|
const Z = H, X = defineAsyncComponent(
|
|
62591
|
-
() => import("./index-
|
|
62591
|
+
() => import("./index-e35be27b.js")
|
|
62592
62592
|
);
|
|
62593
62593
|
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);
|
|
62594
62594
|
re.value = createDesigner();
|
|
@@ -131123,7 +131123,9 @@ function initVxeRenderer(H, Q, Z) {
|
|
|
131123
131123
|
modelValue: $e[_e],
|
|
131124
131124
|
"onUpdate:modelValue": (be) => $e[_e] = be
|
|
131125
131125
|
}, we, {
|
|
131126
|
-
onChange: Oe.change ?
|
|
131126
|
+
onChange: Oe.change ? () => {
|
|
131127
|
+
Oe.change(ke);
|
|
131128
|
+
} : () => {
|
|
131127
131129
|
}
|
|
131128
131130
|
}), {
|
|
131129
131131
|
default: () => [createTextVNode("~")]
|
|
@@ -131133,7 +131135,9 @@ function initVxeRenderer(H, Q, Z) {
|
|
|
131133
131135
|
modelValue: $e[_e],
|
|
131134
131136
|
"onUpdate:modelValue": (be) => $e[_e] = be
|
|
131135
131137
|
}, we, {
|
|
131136
|
-
onChange: Oe.change ?
|
|
131138
|
+
onChange: Oe.change ? () => {
|
|
131139
|
+
Oe.change(ke);
|
|
131140
|
+
} : () => {
|
|
131137
131141
|
},
|
|
131138
131142
|
style: "width:80%;padding-right: 4px;"
|
|
131139
131143
|
}), {
|
|
@@ -147625,7 +147629,7 @@ function reConsole() {
|
|
|
147625
147629
|
}
|
|
147626
147630
|
}
|
|
147627
147631
|
console.info(
|
|
147628
|
-
`%cSLW %cVer 0.9.
|
|
147632
|
+
`%cSLW %cVer 0.9.85%c
|
|
147629
147633
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
147630
147634
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/view/592`,
|
|
147631
147635
|
"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-a32d197b.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
const I = {
|
|
5
5
|
computed: {},
|
package/lib/index.js
CHANGED