qidian-vue-ui 1.0.93 → 1.0.94
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/dist/components/crud/list.vue.d.ts +2 -0
- package/dist/{en-US-CrnVUD_n.mjs → en-US-DUXzmHl2.mjs} +2 -2
- package/dist/{en-US-CrnVUD_n.mjs.map → en-US-DUXzmHl2.mjs.map} +1 -1
- package/dist/{en-US-D5AZbyZg.js → en-US-qPmFRvsf.js} +2 -2
- package/dist/{en-US-D5AZbyZg.js.map → en-US-qPmFRvsf.js.map} +1 -1
- package/dist/{index-kcqOC7_Y.js → index-9LJgq_5M.js} +25 -11
- package/dist/{index-kcqOC7_Y.js.map → index-9LJgq_5M.js.map} +1 -1
- package/dist/{index-DUD8TmKk.mjs → index-D_PYGHES.mjs} +24 -10
- package/dist/{index-DUD8TmKk.mjs.map → index-D_PYGHES.mjs.map} +1 -1
- package/dist/qidian-vue-ui.css +18 -18
- package/dist/qidian-vue-ui.js +1 -1
- package/dist/qidian-vue-ui.mjs +1 -1
- package/dist/{zh-TW-D8Raa-dp.js → zh-TW-BzUPLZq0.js} +2 -2
- package/dist/{zh-TW-D8Raa-dp.js.map → zh-TW-BzUPLZq0.js.map} +1 -1
- package/dist/{zh-TW-DmecArRk.mjs → zh-TW-D2a6nw90.mjs} +2 -2
- package/dist/{zh-TW-DmecArRk.mjs.map → zh-TW-D2a6nw90.mjs.map} +1 -1
- package/package.json +1 -1
|
@@ -12760,8 +12760,8 @@ const QdConfigProvider = defineComponent({
|
|
|
12760
12760
|
watchEffect(async () => {
|
|
12761
12761
|
const localeMap = {
|
|
12762
12762
|
"zh-CN": () => Promise.resolve().then(() => zhCN$1),
|
|
12763
|
-
"zh-TW": () => import("./zh-TW-
|
|
12764
|
-
"en-US": () => import("./en-US-
|
|
12763
|
+
"zh-TW": () => import("./zh-TW-D2a6nw90.mjs"),
|
|
12764
|
+
"en-US": () => import("./en-US-DUXzmHl2.mjs")
|
|
12765
12765
|
};
|
|
12766
12766
|
const loadLocale = localeMap[props.locale] || localeMap["zh-CN"];
|
|
12767
12767
|
const [err, res] = await to(
|
|
@@ -16964,7 +16964,16 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
16964
16964
|
const formRef = useTemplateRef("form");
|
|
16965
16965
|
const submitShowErrorMessage = ref();
|
|
16966
16966
|
const reProps = computed(() => {
|
|
16967
|
-
const {
|
|
16967
|
+
const {
|
|
16968
|
+
grid,
|
|
16969
|
+
gutter,
|
|
16970
|
+
items,
|
|
16971
|
+
onSubmit,
|
|
16972
|
+
data: data2,
|
|
16973
|
+
scrollToFirstError,
|
|
16974
|
+
loading: externalLoad,
|
|
16975
|
+
...formOptions
|
|
16976
|
+
} = props;
|
|
16968
16977
|
return {
|
|
16969
16978
|
externalLoad,
|
|
16970
16979
|
formOptions: {
|
|
@@ -19086,7 +19095,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
19086
19095
|
};
|
|
19087
19096
|
}
|
|
19088
19097
|
});
|
|
19089
|
-
const table = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-
|
|
19098
|
+
const table = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-0c80b92a"]]);
|
|
19090
19099
|
const _hoisted_1$2 = {
|
|
19091
19100
|
key: 0,
|
|
19092
19101
|
class: "qd-crud-list__header"
|
|
@@ -19216,8 +19225,8 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
19216
19225
|
"onUpdate:data": _cache[0] || (_cache[0] = ($event) => isRef(searchData) ? searchData.value = $event : null)
|
|
19217
19226
|
}, reProps.value.searchOptions, {
|
|
19218
19227
|
"on-submit": triggerSearch
|
|
19219
|
-
}), {
|
|
19220
|
-
footer: withCtx(() => [createVNode(unref(Space), {
|
|
19228
|
+
}), createSlots({
|
|
19229
|
+
"form-footer": withCtx(() => [createVNode(unref(Space), {
|
|
19221
19230
|
align: "center",
|
|
19222
19231
|
size: "small"
|
|
19223
19232
|
}, {
|
|
@@ -19236,8 +19245,13 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
19236
19245
|
})]),
|
|
19237
19246
|
_: 1
|
|
19238
19247
|
})]),
|
|
19239
|
-
_:
|
|
19240
|
-
},
|
|
19248
|
+
_: 2
|
|
19249
|
+
}, [renderList(unref(extractSlotsWithPrefix)(_ctx.$slots, "search"), (item) => {
|
|
19250
|
+
return {
|
|
19251
|
+
name: item.filterName,
|
|
19252
|
+
fn: withCtx((slotProps) => [renderSlot(_ctx.$slots, item.originalName, normalizeProps(guardReactiveProps(slotProps)), void 0, true)])
|
|
19253
|
+
};
|
|
19254
|
+
})]), 1040, ["data"])) : createCommentVNode("", true), _ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_2$1, [createVNode(unref(Space), {
|
|
19241
19255
|
align: "center",
|
|
19242
19256
|
size: "small"
|
|
19243
19257
|
}, {
|
|
@@ -19262,7 +19276,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
19262
19276
|
};
|
|
19263
19277
|
}
|
|
19264
19278
|
});
|
|
19265
|
-
const list = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-
|
|
19279
|
+
const list = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-2fd63a2a"]]);
|
|
19266
19280
|
function defineQdCrudTable(config) {
|
|
19267
19281
|
return config;
|
|
19268
19282
|
}
|
|
@@ -55365,4 +55379,4 @@ export {
|
|
|
55365
55379
|
_sfc_main$a as y,
|
|
55366
55380
|
QdFormItem as z
|
|
55367
55381
|
};
|
|
55368
|
-
//# sourceMappingURL=index-
|
|
55382
|
+
//# sourceMappingURL=index-D_PYGHES.mjs.map
|