slw 0.5.972 → 0.5.973
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 +4 -4
- package/lib/index.umd.cjs +3 -3
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -37979,7 +37979,7 @@ _sfc_main$2.name = "slw-preview-modal";
|
|
|
37979
37979
|
_sfc_main$2.install = (Q) => {
|
|
37980
37980
|
Q.component(_sfc_main$2.name, _sfc_main$2);
|
|
37981
37981
|
};
|
|
37982
|
-
const
|
|
37982
|
+
const windowIndex_vue_vue_type_style_index_0_scoped_c203f6b4_lang = "", _withScopeId = (Q) => (pushScopeId("data-v-c203f6b4"), Q = Q(), popScopeId(), Q), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = { class: "child-table-p" }, _sfc_main$1 = {
|
|
37983
37983
|
__name: "window-index",
|
|
37984
37984
|
props: {
|
|
37985
37985
|
windowId: {
|
|
@@ -38284,7 +38284,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_bff99757_lang = "", _withSco
|
|
|
38284
38284
|
childRegionCode: Z.childRegionCode
|
|
38285
38285
|
}, Z.linkUrl && $components && $componentsPath) {
|
|
38286
38286
|
let ae = `${$componentsPath}/${Z.linkUrl}`, le = await $components[ae]();
|
|
38287
|
-
X.params.linkComponentView = le.default, console.info(
|
|
38287
|
+
X.params.linkComponentView = markRaw(le.default), console.info(
|
|
38288
38288
|
X.params.linkComponentView,
|
|
38289
38289
|
"gridData.params.linkComponentView"
|
|
38290
38290
|
);
|
|
@@ -39082,7 +39082,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_bff99757_lang = "", _withSco
|
|
|
39082
39082
|
]);
|
|
39083
39083
|
};
|
|
39084
39084
|
}
|
|
39085
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
39085
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-c203f6b4"]]);
|
|
39086
39086
|
WindowIndex.name = "slw-window-index";
|
|
39087
39087
|
WindowIndex.install = (Q) => {
|
|
39088
39088
|
Q.component(WindowIndex.name, WindowIndex);
|
|
@@ -121845,7 +121845,7 @@ function reConsole() {
|
|
|
121845
121845
|
}
|
|
121846
121846
|
}
|
|
121847
121847
|
console.info(
|
|
121848
|
-
"%cSLW %cVer 0.5.
|
|
121848
|
+
"%cSLW %cVer 0.5.972",
|
|
121849
121849
|
"color:#409EFF;font-size: 22px;font-weight:bolder",
|
|
121850
121850
|
"color:#999;font-size: 12px"
|
|
121851
121851
|
);
|