slw 0.9.17 → 0.9.18
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 +5 -4
- 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_89c288c0_lang = "", _withScopeId = (Q) => (pushScopeId("data-v-89c288c0"), 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: {
|
|
@@ -40604,11 +40604,12 @@ const windowIndex_vue_vue_type_style_index_0_scoped_90a61690_lang = "", _withSco
|
|
|
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
40606
|
try {
|
|
40607
|
-
if (preRegionMap = inject("$regionMap",
|
|
40607
|
+
if (preRegionMap = inject("$regionMap"), console.log(preRegionMap), preRegionMap) {
|
|
40608
40608
|
let Q = preRegionMap;
|
|
40609
40609
|
regionMap.value = Q.value;
|
|
40610
40610
|
}
|
|
40611
40611
|
} catch (Q) {
|
|
40612
|
+
console.log(Q);
|
|
40612
40613
|
}
|
|
40613
40614
|
let queryParams = useVModel(props, "queryParams", emit);
|
|
40614
40615
|
const xModal = ref();
|
|
@@ -41755,7 +41756,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_90a61690_lang = "", _withSco
|
|
|
41755
41756
|
]);
|
|
41756
41757
|
};
|
|
41757
41758
|
}
|
|
41758
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
41759
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-89c288c0"]]);
|
|
41759
41760
|
WindowIndex.name = "slw-window-index";
|
|
41760
41761
|
WindowIndex.install = (Q) => {
|
|
41761
41762
|
Q.component(WindowIndex.name, WindowIndex);
|
|
@@ -125357,7 +125358,7 @@ function reConsole() {
|
|
|
125357
125358
|
}
|
|
125358
125359
|
}
|
|
125359
125360
|
console.info(
|
|
125360
|
-
`%cSLW %cVer 0.9.
|
|
125361
|
+
`%cSLW %cVer 0.9.18%c
|
|
125361
125362
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
125362
125363
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/view/592`,
|
|
125363
125364
|
"color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
|