slw 0.9.16 → 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 CHANGED
@@ -8524,7 +8524,7 @@ PictureUpload.name = "slw-picture-upload";
8524
8524
  PictureUpload.install = (Q) => {
8525
8525
  Q.component(PictureUpload.name, PictureUpload);
8526
8526
  };
8527
- const windowGrid_vue_vue_type_style_index_0_scoped_660f6e2c_lang = "", _withScopeId$3 = (Q) => (pushScopeId("data-v-660f6e2c"), Q = Q(), popScopeId(), Q), _hoisted_1$kW = {
8527
+ const windowGrid_vue_vue_type_style_index_0_scoped_eb6696c9_lang = "", _withScopeId$3 = (Q) => (pushScopeId("data-v-eb6696c9"), Q = Q(), popScopeId(), Q), _hoisted_1$kW = {
8528
8528
  class: "slw-window-grid-container",
8529
8529
  style: { height: "100%" }
8530
8530
  }, _hoisted_2$kS = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-main-area" }, null, -1)), _hoisted_3$hT = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-active-area" }, null, -1)), _hoisted_4$av = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-copy-area" }, null, -1)), _hoisted_5$4V = [
@@ -8749,7 +8749,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_660f6e2c_lang = "", _withScop
8749
8749
  fe.width != de * 60 && de * 60 >= 60 && (he = !0, fe.width = de * 60);
8750
8750
  return;
8751
8751
  }
8752
- }), he && getCurRegion().loadColumn(gridData.value.columns), gridData.value.params.rowIndex && (rowIndex.value = gridData.value.params.rowIndex), le.data.data.length > rowIndex.value ? se = le.data.data[rowIndex.value] : se = le.data.data[0];
8752
+ }), he && getCurRegion().loadColumn(gridData.value.columns), gridData.value.params.rowIndex != null && (rowIndex.value = gridData.value.params.rowIndex), le.data.data.length > rowIndex.value ? se = le.data.data[rowIndex.value] : se = le.data.data[0];
8753
8753
  const ue = getCurRegion();
8754
8754
  if (ue) {
8755
8755
  const fe = ue.getColumnById("_operation_");
@@ -10132,7 +10132,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_660f6e2c_lang = "", _withScop
10132
10132
  ]);
10133
10133
  };
10134
10134
  }
10135
- }, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-660f6e2c"]]);
10135
+ }, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-eb6696c9"]]);
10136
10136
  WindowGrid.name = "slw-window-grid";
10137
10137
  WindowGrid.install = (Q) => {
10138
10138
  Q.component(WindowGrid.name, WindowGrid);
@@ -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 windowIndex_vue_vue_type_style_index_0_scoped_90a61690_lang = "", _withScopeId = (Q) => (pushScopeId("data-v-90a61690"), Q = Q(), popScopeId(), Q), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = { class: "child-table-p" }, _sfc_main$1 = {
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", ""), preRegionMap) {
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-90a61690"]]);
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.16%c
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;",