slw 0.9.55 → 0.9.56
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-ec93ae97.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
const I = {
|
|
5
5
|
computed: {},
|
|
@@ -59300,7 +59300,7 @@ const windowDesigner_vue_vue_type_style_index_0_scoped_a3ebe962_lang = "", _with
|
|
|
59300
59300
|
emits: ["update:type", "update:rootLayout", "update:viewData", "update:rowData"],
|
|
59301
59301
|
setup(Q, { emit: H }) {
|
|
59302
59302
|
const G = Q, X = defineAsyncComponent(
|
|
59303
|
-
() => import("./index-
|
|
59303
|
+
() => import("./index-a9ead778.js")
|
|
59304
59304
|
);
|
|
59305
59305
|
let Z = useVModel(G, "type", H), K = useVModel(G, "rootLayout", H), ee = useVModel(G, "viewData", H), te = useVModel(G, "rowData", H), ne = ref(0), re = ref(null);
|
|
59306
59306
|
re.value = createDesigner();
|
|
@@ -59385,7 +59385,7 @@ WindowDesigner.name = "slw-window-designer";
|
|
|
59385
59385
|
WindowDesigner.install = (Q) => {
|
|
59386
59386
|
Q.component(WindowDesigner.name, WindowDesigner);
|
|
59387
59387
|
};
|
|
59388
|
-
const
|
|
59388
|
+
const windowIndex_vue_vue_type_style_index_0_scoped_eb364052_lang = "", _withScopeId = (Q) => (pushScopeId("data-v-eb364052"), Q = Q(), popScopeId(), Q), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = { class: "child-table-p" }, _sfc_main$1 = {
|
|
59389
59389
|
__name: "window-index",
|
|
59390
59390
|
props: {
|
|
59391
59391
|
windowId: {
|
|
@@ -59877,11 +59877,12 @@ const windowIndex_vue_vue_type_style_index_0_scoped_eccc7177_lang = "", _withSco
|
|
|
59877
59877
|
]
|
|
59878
59878
|
},
|
|
59879
59879
|
visible: !ae
|
|
59880
|
-
}), X.formConfig.items.push({
|
|
59881
|
-
span: 24,
|
|
59882
|
-
slots: { default: "other_item" }
|
|
59883
59880
|
});
|
|
59884
59881
|
}
|
|
59882
|
+
X.formConfig.items.push({
|
|
59883
|
+
span: 24,
|
|
59884
|
+
slots: { default: "other_item" }
|
|
59885
|
+
});
|
|
59885
59886
|
let ee = Z.buttons, te = !1, ne = !1;
|
|
59886
59887
|
Z.showTitle && X.toolbarConfig.buttons.push({
|
|
59887
59888
|
name: $T(Z.name),
|
|
@@ -60588,7 +60589,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_eccc7177_lang = "", _withSco
|
|
|
60588
60589
|
]);
|
|
60589
60590
|
};
|
|
60590
60591
|
}
|
|
60591
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
60592
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-eb364052"]]);
|
|
60592
60593
|
WindowIndex.name = "slw-window-index";
|
|
60593
60594
|
WindowIndex.install = (Q) => {
|
|
60594
60595
|
Q.component(WindowIndex.name, WindowIndex);
|
|
@@ -144301,7 +144302,7 @@ function reConsole() {
|
|
|
144301
144302
|
}
|
|
144302
144303
|
}
|
|
144303
144304
|
console.info(
|
|
144304
|
-
`%cSLW %cVer 0.9.
|
|
144305
|
+
`%cSLW %cVer 0.9.56%c
|
|
144305
144306
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
144306
144307
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/view/592`,
|
|
144307
144308
|
"color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
|
package/lib/index.js
CHANGED