3h1-ui 2.15.21 → 2.15.23

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/lib/index.js CHANGED
@@ -7713,7 +7713,7 @@ const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
7713
7713
  const getRules = ({ column, record, index: index2, ...args }) => {
7714
7714
  var _a2, _b;
7715
7715
  const errKey = `${column.dataIndex}-${record.uuid}Info`;
7716
- if (!column.required)
7716
+ if (!column.required && !column.rules)
7717
7717
  return [];
7718
7718
  if ((_a2 = rulesRef[errKey]) == null ? void 0 : _a2.rules)
7719
7719
  return (_b = rulesRef[errKey]) == null ? void 0 : _b.rules;
@@ -12959,7 +12959,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
12959
12959
  const TreeHeader_vue_vue_type_style_index_0_scoped_6d3f2554_lang = "";
12960
12960
  const TreeHeader = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-6d3f2554"]]);
12961
12961
  /**
12962
- * @vue/shared v3.4.30
12962
+ * @vue/shared v3.4.37
12963
12963
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
12964
12964
  * @license MIT
12965
12965
  **/
@@ -24399,7 +24399,11 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
24399
24399
  const props2 = __props;
24400
24400
  const innerProps = vue.ref({});
24401
24401
  const getProps = vue.computed(() => {
24402
- const tempProps = { ...props2, ...innerProps.value };
24402
+ const tempProps = {
24403
+ emptyText: "暂无数据",
24404
+ ...props2,
24405
+ ...innerProps.value
24406
+ };
24403
24407
  if (tempProps.isCompatible) {
24404
24408
  tempProps.columns.forEach((column) => {
24405
24409
  column.field = column.dataIndex;