@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.
- package/dist/components.js +1 -1
- package/dist/page.js +1 -1
- package/package.json +1 -1
package/dist/components.js
CHANGED
|
@@ -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: () => ({
|