slw 0.9.61 → 0.9.62
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.
|
@@ -62340,7 +62340,7 @@ const windowDesigner_vue_vue_type_style_index_0_scoped_a3ebe962_lang = "", _with
|
|
|
62340
62340
|
emits: ["update:type", "update:rootLayout", "update:viewData", "update:rowData"],
|
|
62341
62341
|
setup(H, { emit: Q }) {
|
|
62342
62342
|
const Z = H, X = defineAsyncComponent(
|
|
62343
|
-
() => import("./index-
|
|
62343
|
+
() => import("./index-5e3395ef.js")
|
|
62344
62344
|
);
|
|
62345
62345
|
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);
|
|
62346
62346
|
re.value = createDesigner();
|
|
@@ -62425,7 +62425,7 @@ WindowDesigner.name = "slw-window-designer";
|
|
|
62425
62425
|
WindowDesigner.install = (H) => {
|
|
62426
62426
|
H.component(WindowDesigner.name, WindowDesigner);
|
|
62427
62427
|
};
|
|
62428
|
-
const
|
|
62428
|
+
const windowIndex_vue_vue_type_style_index_0_scoped_7ec94ba8_lang = "", _withScopeId = (H) => (pushScopeId("data-v-7ec94ba8"), H = H(), popScopeId(), H), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = { class: "child-table-p" }, _sfc_main$1 = {
|
|
62429
62429
|
__name: "window-index",
|
|
62430
62430
|
props: {
|
|
62431
62431
|
windowId: {
|
|
@@ -62805,7 +62805,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_803c058e_lang = "", _withSco
|
|
|
62805
62805
|
));
|
|
62806
62806
|
break;
|
|
62807
62807
|
case "TABLE":
|
|
62808
|
-
ue.itemRender.name = "
|
|
62808
|
+
ue.itemRender.name = "ElSelectV2", ue.itemRender.props.filterable = !0, ue.querys = K[se], K[se].remoteSearch && (ue.remoteSearch = K[se].remoteSearch, ue.itemRender.props.loading = !1, ue.itemRender.props.filterable = !0, ue.itemRender.props = {
|
|
62809
62809
|
...ue.itemRender.props,
|
|
62810
62810
|
remote: !0
|
|
62811
62811
|
});
|
|
@@ -63631,7 +63631,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_803c058e_lang = "", _withSco
|
|
|
63631
63631
|
]);
|
|
63632
63632
|
};
|
|
63633
63633
|
}
|
|
63634
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
63634
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-7ec94ba8"]]);
|
|
63635
63635
|
WindowIndex.name = "slw-window-index";
|
|
63636
63636
|
WindowIndex.install = (H) => {
|
|
63637
63637
|
H.component(WindowIndex.name, WindowIndex);
|
|
@@ -147344,7 +147344,7 @@ function reConsole() {
|
|
|
147344
147344
|
}
|
|
147345
147345
|
}
|
|
147346
147346
|
console.info(
|
|
147347
|
-
`%cSLW %cVer 0.9.
|
|
147347
|
+
`%cSLW %cVer 0.9.62%c
|
|
147348
147348
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
147349
147349
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/view/592`,
|
|
147350
147350
|
"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-08350376.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
const I = {
|
|
5
5
|
computed: {},
|
package/lib/index.js
CHANGED