@ithinkdt/ui 4.0.4 → 4.0.6

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.
@@ -1605,5 +1605,5 @@ const ht = k({
1605
1605
  });
1606
1606
  };
1607
1607
  }
1608
- }), vt = O(() => import("./DataTable-D6hPSWvx.js"));
1608
+ }), vt = O(() => import("./DataTable-D6hPSWvx.js").then((e) => e.DataTable));
1609
1609
  export { Je as DataActions, Xe as DataCustom, tt as DataDescriptions, ot as DataFilter, at as DataForm, rt as DataFormActions, lt as DataLocaleInput, Y as DataPagination, dt as DataSelection, vt as DataTable, ht as DtDeptRender, mt as DtUserDept, gt as DtUserRender, qe as NCheckboxes, pt as NRadios, _t as NStateButton, $ as StateButtonProps, J as dataFormActionsProps, Q as renderUsers, ct as useLocaleEdit };
package/dist/page.js CHANGED
@@ -120,7 +120,7 @@ function G({ getDeptsByCode: e, getUsersByUsername: t, getFileInfos: r, previewF
120
120
  }
121
121
  return n.get(r)?.[a.labelField || "label"] ?? r ?? "";
122
122
  }
123
- return r?.map((e) => n.get(e?.toString())?.[a.labelField || "label"] ?? e?.toString() ?? "") ?? "";
123
+ return r?.map((e) => n.get(e?.toString())?.[a.labelField || "label"] ?? e?.toString() ?? "").join(", ") ?? "";
124
124
  };
125
125
  },
126
126
  number: () => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ithinkdt/ui",
3
- "version": "4.0.4",
3
+ "version": "4.0.6",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "iThinkDT UI",