qidian-vue-ui 1.0.79 → 1.0.81

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.
@@ -12021,8 +12021,8 @@ const QdConfigProvider = defineComponent({
12021
12021
  watchEffect(async () => {
12022
12022
  const localeMap = {
12023
12023
  "zh-CN": () => Promise.resolve().then(() => zhCN$1),
12024
- "zh-TW": () => import("./zh-TW-z4up4fX8.mjs"),
12025
- "en-US": () => import("./en-US-DJI8XPcg.mjs")
12024
+ "zh-TW": () => import("./zh-TW-BbvsDYaT.mjs"),
12025
+ "en-US": () => import("./en-US-art2skwK.mjs")
12026
12026
  };
12027
12027
  const loadLocale = localeMap[props.locale] || localeMap["zh-CN"];
12028
12028
  const [err, res] = await to(
@@ -15151,7 +15151,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
15151
15151
  if (scrollHeight < currentScrollTopRecord) return;
15152
15152
  if (scrollTop2 >= currentScrollTopRecord) return;
15153
15153
  core2();
15154
- });
15154
+ }, 50);
15155
15155
  };
15156
15156
  core2();
15157
15157
  }
@@ -15217,7 +15217,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
15217
15217
  };
15218
15218
  }
15219
15219
  });
15220
- const QdServiceList = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-7fcb430a"]]);
15220
+ const QdServiceList = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-d790966c"]]);
15221
15221
  const qdDictConvStrSeparator = ",";
15222
15222
  const qdDictSelectProps = {
15223
15223
  showArrow: true,
@@ -17574,13 +17574,11 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
17574
17574
  });
17575
17575
  const table = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-bdb9c97a"]]);
17576
17576
  const _hoisted_1$1 = {
17577
- class: "qd-crud-list"
17577
+ key: 0,
17578
+ class: "qd-crud-list__header"
17578
17579
  };
17579
17580
  const _hoisted_2 = {
17580
- class: "qd-crud-list__body"
17581
- };
17582
- const _hoisted_3 = {
17583
- key: 0,
17581
+ key: 1,
17584
17582
  class: "qd-crud-list__toolbar"
17585
17583
  };
17586
17584
  const _sfc_main$5 = /* @__PURE__ */ defineComponent({
@@ -17695,7 +17693,9 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
17695
17693
  });
17696
17694
  __expose(expose);
17697
17695
  return (_ctx, _cache) => {
17698
- return openBlock(), createElementBlock("div", _hoisted_1$1, [reProps.value.searchOptions?.items?.length ? (openBlock(), createBlock(QdCrudSearch, mergeProps({
17696
+ return openBlock(), createElementBlock("div", {
17697
+ class: normalizeClass(["qd-crud-list", reProps.value.serviceListOptions.scroll?.target ? "qd-crud-list--has-scroll-target" : ""])
17698
+ }, [reProps.value.searchOptions?.items?.length || _ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_1$1, [reProps.value.searchOptions?.items?.length ? (openBlock(), createBlock(QdCrudSearch, mergeProps({
17699
17699
  key: 0,
17700
17700
  ref: "search",
17701
17701
  data: unref(searchData),
@@ -17723,13 +17723,13 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
17723
17723
  _: 1
17724
17724
  })]),
17725
17725
  _: 1
17726
- }, 16, ["data"])) : createCommentVNode("", true), createElementVNode("div", _hoisted_2, [_ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_3, [createVNode(unref(Space), {
17726
+ }, 16, ["data"])) : createCommentVNode("", true), _ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_2, [createVNode(unref(Space), {
17727
17727
  align: "center",
17728
17728
  size: "small"
17729
17729
  }, {
17730
17730
  default: withCtx(() => [renderSlot(_ctx.$slots, "actions", {}, void 0, true)]),
17731
17731
  _: 3
17732
- })])) : createCommentVNode("", true), createVNode(unref(QdServiceList), mergeProps({
17732
+ })])) : createCommentVNode("", true)])) : createCommentVNode("", true), createVNode(unref(QdServiceList), mergeProps({
17733
17733
  ref: "list",
17734
17734
  data: unref(data),
17735
17735
  "onUpdate:data": _cache[1] || (_cache[1] = ($event) => isRef(data) ? data.value = $event : null)
@@ -17744,11 +17744,11 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
17744
17744
  name: item.filterName,
17745
17745
  fn: withCtx((slotProps) => [renderSlot(_ctx.$slots, item.originalName, normalizeProps(guardReactiveProps(slotProps)), void 0, true)])
17746
17746
  };
17747
- })]), 1040, ["data"])])]);
17747
+ })]), 1040, ["data"])], 2);
17748
17748
  };
17749
17749
  }
17750
17750
  });
17751
- const list = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-4b3f4055"]]);
17751
+ const list = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-c15e270f"]]);
17752
17752
  function defineQdCrudTable(config) {
17753
17753
  return config;
17754
17754
  }
@@ -19001,4 +19001,4 @@ export {
19001
19001
  qdFormGutter as y,
19002
19002
  qdFormGrid as z
19003
19003
  };
19004
- //# sourceMappingURL=index-RGhLiR39.mjs.map
19004
+ //# sourceMappingURL=index-C7MHjTkw.mjs.map