slw 0.9.18 → 0.9.19
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.
- package/lib/index.js +9 -9
- package/lib/index.umd.cjs +3 -3
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -40586,7 +40586,7 @@ _sfc_main$2.name = "slw-preview-modal";
|
|
|
40586
40586
|
_sfc_main$2.install = (Q) => {
|
|
40587
40587
|
Q.component(_sfc_main$2.name, _sfc_main$2);
|
|
40588
40588
|
};
|
|
40589
|
-
const
|
|
40589
|
+
const windowIndex_vue_vue_type_style_index_0_scoped_85f00972_lang = "", _withScopeId = (Q) => (pushScopeId("data-v-85f00972"), Q = Q(), popScopeId(), Q), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = { class: "child-table-p" }, _sfc_main$1 = {
|
|
40590
40590
|
__name: "window-index",
|
|
40591
40591
|
props: {
|
|
40592
40592
|
windowId: {
|
|
@@ -40603,18 +40603,18 @@ const windowIndex_vue_vue_type_style_index_0_scoped_89c288c0_lang = "", _withSco
|
|
|
40603
40603
|
emits: ["update:queryParams", "on-load-success", "close"],
|
|
40604
40604
|
setup(__props, { emit }) {
|
|
40605
40605
|
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");
|
|
40606
|
+
let queryParams = useVModel(props, "queryParams", emit);
|
|
40607
|
+
const xModal = ref();
|
|
40608
|
+
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;
|
|
40609
|
+
const gridClickEvents = ref([]), $modal = $Modal, $message = $Message;
|
|
40606
40610
|
try {
|
|
40607
|
-
if (preRegionMap = inject("$regionMap"
|
|
40611
|
+
if (preRegionMap = inject("$regionMap", ""), preRegionMap) {
|
|
40608
40612
|
let Q = preRegionMap;
|
|
40609
40613
|
regionMap.value = Q.value;
|
|
40610
40614
|
}
|
|
40611
40615
|
} catch (Q) {
|
|
40612
|
-
console.log(Q);
|
|
40613
40616
|
}
|
|
40614
|
-
|
|
40615
|
-
const xModal = ref();
|
|
40616
|
-
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;
|
|
40617
|
-
const gridClickEvents = ref([]), $modal = $Modal, $message = $Message, preTag = computed(() => props.windowId || ""), modalHeaderSlotName = computed(() => "header"), addGridClickEvent = (Q) => {
|
|
40617
|
+
const preTag = computed(() => props.windowId || ""), modalHeaderSlotName = computed(() => "header"), addGridClickEvent = (Q) => {
|
|
40618
40618
|
gridClickEvents.value.push(Q);
|
|
40619
40619
|
}, callGridClickEvents = (Q, H) => {
|
|
40620
40620
|
gridClickEvents.value.forEach((G) => G(Q, H));
|
|
@@ -41756,7 +41756,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_89c288c0_lang = "", _withSco
|
|
|
41756
41756
|
]);
|
|
41757
41757
|
};
|
|
41758
41758
|
}
|
|
41759
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
41759
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-85f00972"]]);
|
|
41760
41760
|
WindowIndex.name = "slw-window-index";
|
|
41761
41761
|
WindowIndex.install = (Q) => {
|
|
41762
41762
|
Q.component(WindowIndex.name, WindowIndex);
|
|
@@ -125358,7 +125358,7 @@ function reConsole() {
|
|
|
125358
125358
|
}
|
|
125359
125359
|
}
|
|
125360
125360
|
console.info(
|
|
125361
|
-
`%cSLW %cVer 0.9.
|
|
125361
|
+
`%cSLW %cVer 0.9.19%c
|
|
125362
125362
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
125363
125363
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/view/592`,
|
|
125364
125364
|
"color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
|