tsv2-library 1.0.61-alpha.25 → 1.0.61-alpha.26
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/tsv2-library.es.js
CHANGED
|
@@ -56240,8 +56240,8 @@ const selectUserColumns = () => {
|
|
|
56240
56240
|
return {
|
|
56241
56241
|
component: _sfc_main$Q,
|
|
56242
56242
|
props: {
|
|
56243
|
-
thumbnail:
|
|
56244
|
-
preview:
|
|
56243
|
+
thumbnail: data30.profilePicture,
|
|
56244
|
+
preview: data30.profilePicture,
|
|
56245
56245
|
class: "!w-7 !h-7"
|
|
56246
56246
|
}
|
|
56247
56247
|
};
|
|
@@ -56260,7 +56260,8 @@ const selectUserColumns = () => {
|
|
|
56260
56260
|
header: "Empolyee ID",
|
|
56261
56261
|
sortable: true,
|
|
56262
56262
|
bodyTemplate(data30) {
|
|
56263
|
-
|
|
56263
|
+
var _a;
|
|
56264
|
+
return ((_a = data30 == null ? void 0 : data30.employeeId) == null ? void 0 : _a.length) ? data30 == null ? void 0 : data30.employeeId : "-";
|
|
56264
56265
|
}
|
|
56265
56266
|
},
|
|
56266
56267
|
{
|