slw 0.10.7 → 0.10.8

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.
@@ -46003,7 +46003,7 @@ const _hoisted_1$k_ = ["src"], _sfc_main$a = {
46003
46003
  );
46004
46004
  const fe = computed(() => {
46005
46005
  let me = se.value ? se.value + "vh" : "75vh";
46006
- return re.value && (me = "calc(100vh - 75px)"), { height: me };
46006
+ return re.value && (me = "calc(100vh - 75px)"), { height: me, overflow: "auto" };
46007
46007
  });
46008
46008
  function pe() {
46009
46009
  se.value = 75, le.value = "88%", Q("close");
@@ -46039,11 +46039,11 @@ const _hoisted_1$k_ = ["src"], _sfc_main$a = {
46039
46039
  height: "100%",
46040
46040
  scrolling: "auto",
46041
46041
  style: { "background-color": "#fff" }
46042
- }, null, 8, _hoisted_1$k_)) : (openBlock(), createBlock(resolveDynamicComponent(unref(ne)), {
46042
+ }, null, 8, _hoisted_1$k_)) : unref(ne) ? (openBlock(), createBlock(resolveDynamicComponent(unref(ne)), {
46043
46043
  key: 1,
46044
46044
  componentData: unref(ae),
46045
46045
  onClose: de
46046
- }, null, 40, ["componentData"]))
46046
+ }, null, 40, ["componentData"])) : createCommentVNode("", !0)
46047
46047
  ], 4)
46048
46048
  ]),
46049
46049
  _: 1
@@ -62634,7 +62634,7 @@ const windowDesigner_vue_vue_type_style_index_0_scoped_a3ebe962_lang = "", _with
62634
62634
  emits: ["update:type", "update:rootLayout", "update:viewData", "update:rowData"],
62635
62635
  setup(H, { emit: Q }) {
62636
62636
  const Z = H, X = defineAsyncComponent(
62637
- () => import("./index-3db98d49.js")
62637
+ () => import("./index-3612c096.js")
62638
62638
  );
62639
62639
  let G = useVModel(Z, "type", Q), K = useVModel(Z, "rootLayout", Q), ee = useVModel(Z, "viewData", Q), te = useVModel(Z, "rowData", Q), ne = ref(0), re = ref(null);
62640
62640
  re.value = createDesigner();
@@ -131064,7 +131064,7 @@ function initVxeRenderer(H, Q, Z) {
131064
131064
  return "on" + ve.substring(0, 1).toLocaleUpperCase() + ve.substring(1);
131065
131065
  }
131066
131066
  function ce(ve, xe, _e, Oe) {
131067
- return ve.props.options = ve.options || [], XEUtils$1.assign({}, Oe, toRaw(ve.props), {
131067
+ return XEUtils$1.assign({}, Oe, ve.props, {
131068
131068
  [oe(ve)]: _e
131069
131069
  });
131070
131070
  }
@@ -131117,7 +131117,9 @@ function initVxeRenderer(H, Q, Z) {
131117
131117
  } = ve, {
131118
131118
  data: Oe,
131119
131119
  field: ke
131120
- } = xe, be = XEUtils$1.get(Oe, ke), Ce = ce(ve, xe, be), Se = he(ve, xe);
131120
+ } = xe, be = XEUtils$1.get(Oe, ke), Ce = ce(ve, xe, be);
131121
+ Ce.options = ve.options || [];
131122
+ const Se = he(ve, xe);
131121
131123
  return [h$3(resolveComponent("el-select-v2"), {
131122
131124
  ..._e,
131123
131125
  ...Ce,
@@ -131129,7 +131131,9 @@ function initVxeRenderer(H, Q, Z) {
131129
131131
  } = ve, {
131130
131132
  row: Oe,
131131
131133
  column: ke
131132
- } = xe, be = XEUtils$1.get(Oe, ke.field), Ce = ce(ve, xe, be), Se = de(ve, xe);
131134
+ } = xe, be = XEUtils$1.get(Oe, ke.field), Ce = ce(ve, xe, be);
131135
+ Ce.options = ve.options || [];
131136
+ const Se = de(ve, xe);
131133
131137
  return [h$3(resolveComponent("el-select-v2"), {
131134
131138
  ..._e,
131135
131139
  ...Ce,
@@ -147770,7 +147774,7 @@ function reConsole() {
147770
147774
  }
147771
147775
  }
147772
147776
  console.info(
147773
- `%cSLW %cVer 0.10.07%c
147777
+ `%cSLW %cVer 0.10.08%c
147774
147778
  %c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
147775
147779
  %c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/view/592`,
147776
147780
  "color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
@@ -1,5 +1,5 @@
1
1
  import { pushScopeId as P, popScopeId as V, createElementVNode as h, resolveComponent as g, openBlock as o, createElementBlock as p, createBlock as f, normalizeClass as T, normalizeStyle as A, withModifiers as R, withCtx as r, renderSlot as q, createCommentVNode as _, Fragment as B, createVNode as s, mergeProps as k, renderList as j, toDisplayString as E, normalizeProps as K, guardReactiveProps as Q, resolveDynamicComponent as Z, defineAsyncComponent as $, computed as F, unref as D, withDirectives as ee, vShow as te } from "vue";
2
- import { _ as x, d as S, a as L, u as N } from "./index-7bd019c5.js";
2
+ import { _ as x, d as S, a as L, u as N } from "./index-1a483783.js";
3
3
  import "vue-router";
4
4
  const I = {
5
5
  computed: {},
package/lib/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { i as m } from "./index-7bd019c5.js";
1
+ import { i as m } from "./index-1a483783.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  export {