qidian-vue-ui 1.0.75 → 1.0.76

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-DuWUTXX9.js")),
12026
- "en-US": () => Promise.resolve().then(() => require("./en-US-B1cQ1yLB.js"))
12025
+ "zh-TW": () => Promise.resolve().then(() => require("./zh-TW-DxlrHBZU.js")),
12026
+ "en-US": () => Promise.resolve().then(() => require("./en-US-BC5W-FD8.js"))
12027
12027
  };
12028
12028
  const loadLocale = localeMap[props.locale] || localeMap["zh-CN"];
12029
12029
  const [err, res] = await to(
@@ -14936,6 +14936,16 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
14936
14936
  refresh,
14937
14937
  refreshAsync
14938
14938
  };
14939
+ vue.watch(columnControllerVisible, (visible) => {
14940
+ const {
14941
+ columns
14942
+ } = reProps.value.tableOptions;
14943
+ if (visible && !displayColumns.value && columns) {
14944
+ displayColumns.value = columns.map((col) => col.colKey).filter(Boolean);
14945
+ }
14946
+ }, {
14947
+ immediate: true
14948
+ });
14939
14949
  vue.onMounted(() => {
14940
14950
  Object.assign(expose, tableRef.value);
14941
14951
  });
@@ -14982,7 +14992,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
14982
14992
  };
14983
14993
  }
14984
14994
  });
14985
- const QdServiceTable = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-3b89ba8f"]]);
14995
+ const QdServiceTable = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-dcd10848"]]);
14986
14996
  const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
14987
14997
  ...{
14988
14998
  name: "QdServiceList"
@@ -18098,7 +18108,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
18098
18108
  };
18099
18109
  }
18100
18110
  });
18101
- const tag = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-1c89a500"]]);
18111
+ const tag = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-bd787dad"]]);
18102
18112
  const qdUploadProps = {
18103
18113
  modelValue: () => [],
18104
18114
  files: () => [],
@@ -18963,4 +18973,4 @@ exports.useDictDynamic = useDictDynamic;
18963
18973
  exports.useDisabled = useDisabled;
18964
18974
  exports.useModal = useModal;
18965
18975
  exports.useReadonly = useReadonly;
18966
- //# sourceMappingURL=index-BaW5qmGW.js.map
18976
+ //# sourceMappingURL=index-eD78rY5k.js.map