slw 0.6.5 → 0.6.6

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 CHANGED
@@ -40276,7 +40276,7 @@ _sfc_main$2.name = "slw-preview-modal";
40276
40276
  _sfc_main$2.install = (Q) => {
40277
40277
  Q.component(_sfc_main$2.name, _sfc_main$2);
40278
40278
  };
40279
- const windowIndex_vue_vue_type_style_index_0_scoped_f7fa9fa1_lang = "", _withScopeId = (Q) => (pushScopeId("data-v-f7fa9fa1"), Q = Q(), popScopeId(), Q), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = { class: "child-table-p" }, _sfc_main$1 = {
40279
+ const windowIndex_vue_vue_type_style_index_0_scoped_7519b116_lang = "", _withScopeId = (Q) => (pushScopeId("data-v-7519b116"), Q = Q(), popScopeId(), Q), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = { class: "child-table-p" }, _sfc_main$1 = {
40280
40280
  __name: "window-index",
40281
40281
  props: {
40282
40282
  windowId: {
@@ -41022,8 +41022,8 @@ const windowIndex_vue_vue_type_style_index_0_scoped_f7fa9fa1_lang = "", _withSco
41022
41022
  preViewxModal.value.close ? preViewxModal.value.close() : preViewShow.value = !1;
41023
41023
  }, ctrlSSave = (Q) => {
41024
41024
  Q.keyCode === 83 && (navigator.platform.match("Mac") ? Q.metaKey : Q.ctrlKey) && (Q.preventDefault(), saveData(!0));
41025
- }, xForm = ref(), saveData = (Q) => {
41026
- saveDataBtnLoading.value = !0, xForm.value.submitData(Q), typeof Q == "boolean" && !Q && (saveDataBtnLoading.value = !1);
41025
+ }, xForm = ref(), saveData = async (Q) => {
41026
+ saveDataBtnLoading.value || (saveDataBtnLoading.value = !0, xForm.value.submitData(Q), typeof Q == "boolean" && !Q && (saveDataBtnLoading.value = !1));
41027
41027
  }, saveLoadingChange = () => {
41028
41028
  saveDataBtnLoading.value = !1;
41029
41029
  }, checkColumnMethod = ({ column: Q }) => !(Q.type === "seq" || Q.type === "checkbox"), updateData = (Q, H) => {
@@ -41395,7 +41395,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_f7fa9fa1_lang = "", _withSco
41395
41395
  ]);
41396
41396
  };
41397
41397
  }
41398
- }, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-f7fa9fa1"]]);
41398
+ }, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-7519b116"]]);
41399
41399
  WindowIndex.name = "slw-window-index";
41400
41400
  WindowIndex.install = (Q) => {
41401
41401
  Q.component(WindowIndex.name, WindowIndex);
@@ -124162,7 +124162,7 @@ function reConsole() {
124162
124162
  }
124163
124163
  }
124164
124164
  console.info(
124165
- "%cSLW %cVer 0.6.5",
124165
+ "%cSLW %cVer 0.6.6",
124166
124166
  "color:#409EFF;font-size: 22px;font-weight:bolder",
124167
124167
  "color:#999;font-size: 12px"
124168
124168
  );