slw 0.8.0 → 0.8.1
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
|
@@ -38865,7 +38865,7 @@ var js = js$1.exports;
|
|
|
38865
38865
|
})(Q);
|
|
38866
38866
|
})(js$1);
|
|
38867
38867
|
var jsExports = js$1.exports;
|
|
38868
|
-
const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports),
|
|
38868
|
+
const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_vue_vue_type_style_index_0_scoped_bfdc05aa_lang = "", _withScopeId$2 = (Q) => (pushScopeId("data-v-bfdc05aa"), Q = Q(), popScopeId(), Q), _hoisted_1$kV = { class: "slw-window-form" }, _hoisted_2$kR = {
|
|
38869
38869
|
key: 0,
|
|
38870
38870
|
style: { "text-align": "left", "font-size": "18px", "line-height": "30px", "font-weight": "bold", padding: "5px 30px 0 15px" }
|
|
38871
38871
|
}, _hoisted_3$hS = ["onClick"], _sfc_main$5 = {
|
|
@@ -39267,7 +39267,7 @@ const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
|
|
|
39267
39267
|
}
|
|
39268
39268
|
}
|
|
39269
39269
|
}
|
|
39270
|
-
Promise.all(G).then((K) => {
|
|
39270
|
+
await Promise.all(G).then((K) => {
|
|
39271
39271
|
K.forEach((ee, te) => {
|
|
39272
39272
|
let ne = Z[te];
|
|
39273
39273
|
if (ee.data.result && ee.data.data) {
|
|
@@ -39677,7 +39677,7 @@ const index$n = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
|
|
|
39677
39677
|
]);
|
|
39678
39678
|
};
|
|
39679
39679
|
}
|
|
39680
|
-
}, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
39680
|
+
}, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-bfdc05aa"]]);
|
|
39681
39681
|
WindowForm.name = "slw-window-form";
|
|
39682
39682
|
WindowForm.install = (Q) => {
|
|
39683
39683
|
Q.component(WindowForm.name, WindowForm);
|
|
@@ -124236,7 +124236,7 @@ function reConsole() {
|
|
|
124236
124236
|
}
|
|
124237
124237
|
}
|
|
124238
124238
|
console.info(
|
|
124239
|
-
"%cSLW %cVer 0.8.
|
|
124239
|
+
"%cSLW %cVer 0.8.1",
|
|
124240
124240
|
"color:#409EFF;font-size: 22px;font-weight:bolder",
|
|
124241
124241
|
"color:#999;font-size: 12px"
|
|
124242
124242
|
);
|