qidian-vue-ui 1.0.79 → 1.0.80

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.
@@ -12022,8 +12022,8 @@ const QdConfigProvider = vue.defineComponent({
12022
12022
  vue.watchEffect(async () => {
12023
12023
  const localeMap = {
12024
12024
  "zh-CN": () => Promise.resolve().then(() => zhCN$1),
12025
- "zh-TW": () => Promise.resolve().then(() => require("./zh-TW-xawlr0UJ.js")),
12026
- "en-US": () => Promise.resolve().then(() => require("./en-US-BCWyKocW.js"))
12025
+ "zh-TW": () => Promise.resolve().then(() => require("./zh-TW-C7okul_R.js")),
12026
+ "en-US": () => Promise.resolve().then(() => require("./en-US-CRhCG6dB.js"))
12027
12027
  };
12028
12028
  const loadLocale = localeMap[props.locale] || localeMap["zh-CN"];
12029
12029
  const [err, res] = await to(
@@ -15218,7 +15218,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
15218
15218
  };
15219
15219
  }
15220
15220
  });
15221
- const QdServiceList = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-7fcb430a"]]);
15221
+ const QdServiceList = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-992de771"]]);
15222
15222
  const qdDictConvStrSeparator = ",";
15223
15223
  const qdDictSelectProps = {
15224
15224
  showArrow: true,
@@ -17575,13 +17575,11 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
17575
17575
  });
17576
17576
  const table = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-bdb9c97a"]]);
17577
17577
  const _hoisted_1$1 = {
17578
- class: "qd-crud-list"
17578
+ key: 0,
17579
+ class: "qd-crud-list__header"
17579
17580
  };
17580
17581
  const _hoisted_2 = {
17581
- class: "qd-crud-list__body"
17582
- };
17583
- const _hoisted_3 = {
17584
- key: 0,
17582
+ key: 1,
17585
17583
  class: "qd-crud-list__toolbar"
17586
17584
  };
17587
17585
  const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
@@ -17696,7 +17694,9 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
17696
17694
  });
17697
17695
  __expose(expose);
17698
17696
  return (_ctx, _cache) => {
17699
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1, [reProps.value.searchOptions?.items?.length ? (vue.openBlock(), vue.createBlock(QdCrudSearch, vue.mergeProps({
17697
+ return vue.openBlock(), vue.createElementBlock("div", {
17698
+ class: vue.normalizeClass(["qd-crud-list", reProps.value.serviceListOptions.scroll?.target ? "qd-crud-list--has-scroll-target" : ""])
17699
+ }, [reProps.value.searchOptions?.items?.length || _ctx.$slots.actions ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1, [reProps.value.searchOptions?.items?.length ? (vue.openBlock(), vue.createBlock(QdCrudSearch, vue.mergeProps({
17700
17700
  key: 0,
17701
17701
  ref: "search",
17702
17702
  data: vue.unref(searchData),
@@ -17724,13 +17724,13 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
17724
17724
  _: 1
17725
17725
  })]),
17726
17726
  _: 1
17727
- }, 16, ["data"])) : vue.createCommentVNode("", true), vue.createElementVNode("div", _hoisted_2, [_ctx.$slots.actions ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3, [vue.createVNode(vue.unref(tdesignVueNext.Space), {
17727
+ }, 16, ["data"])) : vue.createCommentVNode("", true), _ctx.$slots.actions ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, [vue.createVNode(vue.unref(tdesignVueNext.Space), {
17728
17728
  align: "center",
17729
17729
  size: "small"
17730
17730
  }, {
17731
17731
  default: vue.withCtx(() => [vue.renderSlot(_ctx.$slots, "actions", {}, void 0, true)]),
17732
17732
  _: 3
17733
- })])) : vue.createCommentVNode("", true), vue.createVNode(vue.unref(QdServiceList), vue.mergeProps({
17733
+ })])) : vue.createCommentVNode("", true)])) : vue.createCommentVNode("", true), vue.createVNode(vue.unref(QdServiceList), vue.mergeProps({
17734
17734
  ref: "list",
17735
17735
  data: vue.unref(data),
17736
17736
  "onUpdate:data": _cache[1] || (_cache[1] = ($event) => vue.isRef(data) ? data.value = $event : null)
@@ -17745,11 +17745,11 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
17745
17745
  name: item.filterName,
17746
17746
  fn: vue.withCtx((slotProps) => [vue.renderSlot(_ctx.$slots, item.originalName, vue.normalizeProps(vue.guardReactiveProps(slotProps)), void 0, true)])
17747
17747
  };
17748
- })]), 1040, ["data"])])]);
17748
+ })]), 1040, ["data"])], 2);
17749
17749
  };
17750
17750
  }
17751
17751
  });
17752
- const list = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-4b3f4055"]]);
17752
+ const list = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-c15e270f"]]);
17753
17753
  function defineQdCrudTable(config) {
17754
17754
  return config;
17755
17755
  }
@@ -19000,4 +19000,4 @@ exports.useDictDynamic = useDictDynamic;
19000
19000
  exports.useDisabled = useDisabled;
19001
19001
  exports.useModal = useModal;
19002
19002
  exports.useReadonly = useReadonly;
19003
- //# sourceMappingURL=index-CTyL2e-l.js.map
19003
+ //# sourceMappingURL=index-C_utdxmy.js.map