slw 0.10.5 → 0.10.6
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-682808ae.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
const I = {
|
|
5
5
|
computed: {},
|
|
@@ -62634,7 +62634,7 @@ const windowDesigner_vue_vue_type_style_index_0_scoped_a3ebe962_lang = "", _with
|
|
|
62634
62634
|
emits: ["update:type", "update:rootLayout", "update:viewData", "update:rowData"],
|
|
62635
62635
|
setup(H, { emit: Q }) {
|
|
62636
62636
|
const Z = H, X = defineAsyncComponent(
|
|
62637
|
-
() => import("./index-
|
|
62637
|
+
() => import("./index-324466b5.js")
|
|
62638
62638
|
);
|
|
62639
62639
|
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);
|
|
62640
62640
|
re.value = createDesigner();
|
|
@@ -62719,7 +62719,7 @@ WindowDesigner.name = "slw-window-designer";
|
|
|
62719
62719
|
WindowDesigner.install = (H) => {
|
|
62720
62720
|
H.component(WindowDesigner.name, WindowDesigner);
|
|
62721
62721
|
};
|
|
62722
|
-
const
|
|
62722
|
+
const windowIndex_vue_vue_type_style_index_0_scoped_bd616cc3_lang = "", _withScopeId = (H) => (pushScopeId("data-v-bd616cc3"), H = H(), popScopeId(), H), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = { class: "child-table-p" }, _sfc_main$1 = {
|
|
62723
62723
|
__name: "window-index",
|
|
62724
62724
|
props: {
|
|
62725
62725
|
windowId: {
|
|
@@ -63421,12 +63421,14 @@ const windowIndex_vue_vue_type_style_index_0_scoped_2abcc775_lang = "", _withSco
|
|
|
63421
63421
|
_e
|
|
63422
63422
|
))), ue[fe].multiRecord && (ge.props.collapseTags = !0, ve.formatter = ({ row: _e, column: Oe }) => {
|
|
63423
63423
|
let ke = _e[Oe.field];
|
|
63424
|
-
|
|
63424
|
+
typeof _e[Oe.field] == "string" && (ke = _e[Oe.field].split(","));
|
|
63425
|
+
let be = "";
|
|
63426
|
+
return ke && (be = ke.map((Ce) => {
|
|
63425
63427
|
var Se;
|
|
63426
63428
|
return (Se = ge.options.filter(
|
|
63427
63429
|
(Te) => Te.value == Ce
|
|
63428
63430
|
)[0]) == null ? void 0 : Se.label;
|
|
63429
|
-
}).toString();
|
|
63431
|
+
})), be.toString();
|
|
63430
63432
|
}), ge.props.dropdownStyle = {
|
|
63431
63433
|
"z-index": 5e3
|
|
63432
63434
|
};
|
|
@@ -63946,7 +63948,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_2abcc775_lang = "", _withSco
|
|
|
63946
63948
|
]);
|
|
63947
63949
|
};
|
|
63948
63950
|
}
|
|
63949
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
63951
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-bd616cc3"]]);
|
|
63950
63952
|
WindowIndex.name = "slw-window-index";
|
|
63951
63953
|
WindowIndex.install = (H) => {
|
|
63952
63954
|
H.component(WindowIndex.name, WindowIndex);
|
|
@@ -147764,7 +147766,7 @@ function reConsole() {
|
|
|
147764
147766
|
}
|
|
147765
147767
|
}
|
|
147766
147768
|
console.info(
|
|
147767
|
-
`%cSLW %cVer 0.10.
|
|
147769
|
+
`%cSLW %cVer 0.10.06%c
|
|
147768
147770
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
147769
147771
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/view/592`,
|
|
147770
147772
|
"color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
|
package/lib/index.js
CHANGED