slw 0.9.60 → 0.9.61
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-6349518e.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_803c058e_lang = "", _withScopeId = (H) => (pushScopeId("data-v-803c058e"), 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: {
|
|
@@ -62441,7 +62441,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_eb364052_lang = "", _withSco
|
|
|
62441
62441
|
},
|
|
62442
62442
|
emits: ["update:queryParams", "on-load-success", "close"],
|
|
62443
62443
|
setup(__props, { emit }) {
|
|
62444
|
-
const props = __props, axios = inject("$axios"), $components = inject("$components"), $componentsPath = inject("$componentsPath"), $Modal = inject("$modal"), $Message = inject("$message"), $qs = inject("$qs"), hiprint = inject("$hiprint", ""), serverPrint = inject("$serverPrint", ""), $vxeMessage = inject("$vxeMessage"), $vxeConfirm = inject("$vxeConfirm"), $crypto = inject("$crypto"), base64Encode = inject("$base64Encode"), base64Decode = inject("$base64Decode"), $T = inject("$t");
|
|
62444
|
+
const props = __props, axios = inject("$axios"), $components = inject("$components"), $componentsPath = inject("$componentsPath"), $Modal = inject("$modal"), $Message = inject("$message"), $qs = inject("$qs"), hiprint = inject("$hiprint", ""), serverPrint = inject("$serverPrint", ""), $vxeMessage = inject("$vxeMessage"), $vxeConfirm = inject("$vxeConfirm"), $crypto = inject("$crypto"), base64Encode = inject("$base64Encode"), base64Decode = inject("$base64Decode"), $T = inject("$t"), $VXETableConfig = inject("$VXETableConfig");
|
|
62445
62445
|
let queryParams = useVModel$1(props, "queryParams", emit);
|
|
62446
62446
|
const xModal = ref();
|
|
62447
62447
|
let menuName = ref(""), rootLayout = ref({}), layoutHeight = ref(0), formConfig = ref({}), formRules = ref({}), regionIdRegionMap = ref({}), layoutIdRegionMap = ref({}), parentLayoutIdLayoutMap = ref({}), preViewShow = ref(!1), preViewLoading = ref(!1), preViewFooterShow = ref(!1), editModalLoading = ref(!1), preWindowId = ref(""), preWindowName = ref(""), preQueryParams = ref(null), preViewSubmitFun = ref(null), preViewCloseFun = ref(null), preViewWidth = ref(null), preViewHeight = ref(null), preViewCode = ref(""), componentModalData = ref({}), componentModalTitle = ref(""), isAutoSave = ref(!1), saveDataBtnLoading = ref(!1), preModalData = ref({}), preModalTitle = ref(""), regionMap = ref({}), preRegionMap;
|
|
@@ -62601,8 +62601,8 @@ const windowIndex_vue_vue_type_style_index_0_scoped_eb364052_lang = "", _withSco
|
|
|
62601
62601
|
return Q.data.data;
|
|
62602
62602
|
}, joinFieldInfo = async (H, Q, Z) => {
|
|
62603
62603
|
let X = {
|
|
62604
|
-
border: "inner",
|
|
62605
|
-
stripe: !0,
|
|
62604
|
+
border: $VXETableConfig ? $VXETableConfig.grid.border : "inner",
|
|
62605
|
+
stripe: $VXETableConfig ? $VXETableConfig.grid.stripe : !0,
|
|
62606
62606
|
perfect: !0,
|
|
62607
62607
|
resizable: !0,
|
|
62608
62608
|
showHeaderOverflow: !0,
|
|
@@ -62610,7 +62610,9 @@ const windowIndex_vue_vue_type_style_index_0_scoped_eb364052_lang = "", _withSco
|
|
|
62610
62610
|
showFooterOverflow: "tooltip",
|
|
62611
62611
|
highlightHoverRow: !0,
|
|
62612
62612
|
highlightCurrentRow: !0,
|
|
62613
|
-
size: "small",
|
|
62613
|
+
size: $VXETableConfig ? $VXETableConfig.grid.size : "small",
|
|
62614
|
+
padding: $VXETableConfig ? $VXETableConfig.grid.padding : !1,
|
|
62615
|
+
round: $VXETableConfig ? $VXETableConfig.grid.round : !1,
|
|
62614
62616
|
height: "auto",
|
|
62615
62617
|
autoResize: !0,
|
|
62616
62618
|
rowId: "id",
|
|
@@ -63629,7 +63631,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_eb364052_lang = "", _withSco
|
|
|
63629
63631
|
]);
|
|
63630
63632
|
};
|
|
63631
63633
|
}
|
|
63632
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
63634
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-803c058e"]]);
|
|
63633
63635
|
WindowIndex.name = "slw-window-index";
|
|
63634
63636
|
WindowIndex.install = (H) => {
|
|
63635
63637
|
H.component(WindowIndex.name, WindowIndex);
|
|
@@ -147307,7 +147309,7 @@ const VXETableExport = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defi
|
|
|
147307
147309
|
translate(ee, te) {
|
|
147308
147310
|
return Q.customI18n(ee, te);
|
|
147309
147311
|
}
|
|
147310
|
-
})) : (X = (ee) => ee, H.provide("$t", X)), Q.VXETableConfig && VXETableExport.setup(Q.VXETableConfig), H.use(VXETableExport), H.provide("$componentMapping", Z), H.provide("$axios", H.config.globalProperties.axios), H.provide("$qs", qs), H.provide(
|
|
147312
|
+
})) : (X = (ee) => ee, H.provide("$t", X)), Q.VXETableConfig && VXETableExport.setup(Q.VXETableConfig), H.provide("$VXETableConfig", Q.VXETableConfig), H.use(VXETableExport), H.provide("$componentMapping", Z), H.provide("$axios", H.config.globalProperties.axios), H.provide("$qs", qs), H.provide(
|
|
147311
147313
|
"$crypto",
|
|
147312
147314
|
(Q == null ? void 0 : Q.crypto) || {
|
|
147313
147315
|
encrypt,
|
|
@@ -147342,7 +147344,7 @@ function reConsole() {
|
|
|
147342
147344
|
}
|
|
147343
147345
|
}
|
|
147344
147346
|
console.info(
|
|
147345
|
-
`%cSLW %cVer 0.9.
|
|
147347
|
+
`%cSLW %cVer 0.9.61%c
|
|
147346
147348
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
147347
147349
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/view/592`,
|
|
147348
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-3eaad837.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
const I = {
|
|
5
5
|
computed: {},
|
package/lib/index.js
CHANGED