slw 1.0.0-rc.1.10 → 1.0.0-rc.1.11
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-e45b186e.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
const I = {
|
|
5
5
|
computed: {},
|
|
@@ -92028,7 +92028,7 @@ const windowDesigner_vue_vue_type_style_index_0_scoped_a3ebe962_lang = "", _with
|
|
|
92028
92028
|
emits: ["update:type", "update:rootLayout", "update:viewData", "update:rowData"],
|
|
92029
92029
|
setup(G, { emit: H }) {
|
|
92030
92030
|
const X = G, Q = defineAsyncComponent(
|
|
92031
|
-
() => import("./index-
|
|
92031
|
+
() => import("./index-c4f001cd.js")
|
|
92032
92032
|
);
|
|
92033
92033
|
let K = useVModel(X, "type", H), Z = useVModel(X, "rootLayout", H), ee = useVModel(X, "viewData", H), te = useVModel(X, "rowData", H), ne = ref$2(0), re = ref$2(null);
|
|
92034
92034
|
re.value = createDesigner();
|
|
@@ -92113,7 +92113,7 @@ WindowDesigner.name = "slw-window-designer";
|
|
|
92113
92113
|
WindowDesigner.install = (G) => {
|
|
92114
92114
|
G.component(WindowDesigner.name, WindowDesigner);
|
|
92115
92115
|
};
|
|
92116
|
-
const
|
|
92116
|
+
const windowIndex_vue_vue_type_style_index_0_scoped_888bef25_lang = "", _withScopeId$1 = (G) => (pushScopeId("data-v-888bef25"), G = G(), popScopeId(), G), _hoisted_1$kS = { class: "slw-config-window-container" }, _hoisted_2$kR = { class: "child-table-p" }, _sfc_main$2 = {
|
|
92117
92117
|
__name: "window-index",
|
|
92118
92118
|
props: {
|
|
92119
92119
|
windowId: {
|
|
@@ -92904,7 +92904,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_6d956464_lang = "", _withSco
|
|
|
92904
92904
|
be.length > 0 && (Q.checkboxConfig = {
|
|
92905
92905
|
labelField: be[0].code.toUpperCase(),
|
|
92906
92906
|
expandAll: !0
|
|
92907
|
-
}, xe[0].title = be[0].name, xe[0].hasOwnProperty("type") || (xe[0].field = be[0].code.toUpperCase(), be[0].format && he.type === "TREE_STRUCTURE" && (xe[0].formatter = formatter, xe[0].type = "html", xe[0].editRender = {
|
|
92907
|
+
}, (be[0].dataType == "TABLE" || be[0].dataType == "LIST") && (Q.checkboxConfig.labelField = `_${be[0].code.toUpperCase()}_NAME`), xe[0].title = be[0].name, xe[0].hasOwnProperty("type") || (xe[0].field = be[0].code.toUpperCase(), be[0].format && he.type === "TREE_STRUCTURE" && (xe[0].formatter = formatter, xe[0].type = "html", xe[0].editRender = {
|
|
92908
92908
|
props: {
|
|
92909
92909
|
format: be[0].format
|
|
92910
92910
|
}
|
|
@@ -93353,7 +93353,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_6d956464_lang = "", _withSco
|
|
|
93353
93353
|
]);
|
|
93354
93354
|
};
|
|
93355
93355
|
}
|
|
93356
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
93356
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-888bef25"]]);
|
|
93357
93357
|
WindowIndex.name = "slw-window-index";
|
|
93358
93358
|
WindowIndex.install = (G) => {
|
|
93359
93359
|
G.component(WindowIndex.name, WindowIndex);
|
|
@@ -224801,7 +224801,7 @@ function reConsole() {
|
|
|
224801
224801
|
}
|
|
224802
224802
|
}
|
|
224803
224803
|
console.info(
|
|
224804
|
-
`%cSLW %cVer 1.0.0-rc.1.
|
|
224804
|
+
`%cSLW %cVer 1.0.0-rc.1.11%c
|
|
224805
224805
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
224806
224806
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/view/592`,
|
|
224807
224807
|
"color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
|
package/lib/index.js
CHANGED